﻿/* 小于一定尺寸时显示将要隐藏的内容 */
@media screen and (max-width: 320px) {
html {
    overflow-x: auto;
    width: 320px;
  }
}
/* 居中标签 */
.center {
  width: 1400px;
  margin: 0 auto;
}
body {
  padding-top: 90px;
}
/* 分页 START */
.paging {
  position: relative;
  margin-top: 60px;
}
.paging a {
  border: solid 1px #e5e5e5;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #444;
  height: 34px;
  margin: 0 5px;
  min-width: 34px;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.paging .page {
  padding: 0 10px;
}
.paging .prevPage,
.paging .nextPage {
  width: auto;
  padding: 0 11px;
}
.paging .firstPage,
.paging .lastPage {
  width: auto;
  margin: 0 8px;
  padding: 0 11px;
}
.paging a.active, .paging a:not(.noPage):hover {
    border-color:#aea471;
    background: #aea471;
    color: #fff;
}
.paging .noPage {
  opacity: 0.35;
  cursor: default;
}
/* 分页 END */

/* 浏览器低版本提示 END */
.header {
  z-index: 1000;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  max-width: 1920px;
  min-width: 320px;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(255,255,255,0.8);
/*  position: fixed; */
}
.header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  margin: auto;
  background: rgba(255, 255, 255, 0.15);
  -o-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.header.boxShadow {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}
.header.fixed {
/*  background: #fff;*/
}
.header.fixed::after {
  opacity: 0;
}
.header.fixed .logo .logo_picture {
  display: none;
}
.header.fixed .logo .logo_picture.active {
  display: block;
}
.header.fixed .nav .item.active .first_nav,
.header.fixed .nav .item:hover .first_nav {
  color:#aea375;
}
.header.fixed .nav .item .first_nav {
  color: #454545;
}
.header.fixed .search .search_control {
  color: #7f7f7f;
}
.header.fixed .search .search_control.active,
.header.fixed .search .search_control:hover {
  color: #aacd06;
}
.header.headerMove {
  -o-animation: headerMove 1.2s forwards;
  -moz-animation: headerMove 1.2s forwards;
  -webkit-animation: headerMove 1.2s forwards;
  animation: headerMove 1.2s forwards;
}
.header .center {
  position: relative;
}
.header .logo {
  height: 42px;
}
.header .logo .logo_picture {
  display: block;
}
.header .logo .logo_picture.active {
  display: none;
}
.header .nav .item {
  position: relative;
}
.header .nav .item:not(:last-child) {
  margin-right: 40px;
}
.header .nav .item.active .first_nav,
.header .nav .item:hover .first_nav {
  color: #333333;
}
.header .nav .item.active .first_nav .line,
.header .nav .item:hover .first_nav .line {
  opacity: 1;
  width: 100%;
}
.header .nav .item .first_nav {
  font-size: 16px;
  color: #000;
  line-height: 90px;
  position: relative;
  padding: 0 10px;
  -o-transition: color 0.35s;
  -moz-transition: color 0.35s;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
.header .nav .item .first_nav .line {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 0;
  opacity: 0.35;
  z-index: 10;
  height: 2px;
  margin: auto;
  background: #fff;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header .nav .item .second_nav {
    display: none;
    position: absolute;
    background: #fff;
    margin: auto;
    width: 155px;
    top: 90px;
    left: 95%;
    z-index: 99;
    overflow: hidden;
    margin-left: -117px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}

.header .nav .item .second_nav .second_nav_list {
  width: 100%;
  position: relative;
}

.header .nav .item .second_nav .second_nav_active {
  top: -60px;
  left: 0;
  z-index: 9;
  width: 100%;
  height:45px;
  position: absolute;
  background:#dedede;
  /*border-left: 2px solid #aea473;*/
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.header .nav .item .second_nav .second_nav_item {
  white-space: nowrap;
  position: relative;
  line-height: 45px;
  z-index: 10;
}
.header .nav .item .second_nav .second_nav_item::after {
  content: "";
  width: 234px;
  height: 1px;
  position: absolute;
  background: #eee;
  bottom: 0;
  left: 50%;
  -o-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.header .nav .item .second_nav .second_nav_item .item_text {
  font-size: 14px;
  color:#000;
  -o-transition: color 0.35s;
  -moz-transition: color 0.35s;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
  text-align: center;
}
.header .search {
  margin-left: 40px;
}
.header .search .search_control {
  font-size: 20px;
  cursor: pointer;
  line-height: 1.2em;
  color: rgba(255, 255, 255, 0.7);
  -o-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.header .search .search_control.active,
.header .search .search_control:hover {
  color: #aacd06;
}
.header .search .search_container {
  position: absolute;
  bottom: -46px;
  right: -120px;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}


.search_control span{
  color: #333;
}
 
.header .search .search_container.active {
  right: 0;
  opacity: 1;
  z-index: 10;
  visibility: visible;
}
.header .search .search_container .search_form {
  overflow: hidden;
  position: relative;
  border-radius: 18px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.header .search .search_container .search_form input {
  width: 200px;
  height: 36px;
  color: #666;
  font-size: 12px;
  padding: 0 15px;
  background: #fff;
  padding-right: 40px;
  border-radius: 18px;
}
.header .search .search_container .search_form input::-webkit-input-placeholder {
  color: #999;
}
.header .search .search_container .search_form input:-moz-placeholder {
  color: #999;
}
.header .search .search_container .search_form input:-ms-input-placeholder {
  color: #999;
}
.header .search .search_container .search_form input::placeholder {
  color: #999;
}
.header .search .search_container .search_form button {
  position: absolute;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  color: #999;
  height: 36px;
  width: 36px;
  right: 0;
  top: 0;
  cursor: pointer;
  -o-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.header .search .search_container .search_form button:hover {
  color: #aacd06;
}
.header .user_info {
  margin-left: 40px;
}
.header .user_info .user_login {
    width: 69px;
    height: 28px;
    color: #fff;
    background: #aea375;
    border-radius: 18px;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    float: right;
    border: 1px solid #ddd;
    margin-left: -10px;
}

.width {
    width: 65px;
    height: 28px;
    color: #484848!important;
    background: #fff!important;
    border-radius: 18px;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    float: left;
    margin-right: -10px;
}

.header .user_info .user_login .user_login_icon {
  font-size: 16px;
  line-height: 36px;
}
.header .user_info .user_login .user_login_text {
  line-height: 36px;
  margin-left: 4px;
  font-size: 14px;
}
.header .user_info .user_login:hover {
  opacity: 0.85;
}
.header .user_info .qinfotest {
  width: 80px;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  color: #aacd06;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.header .header_right_m {
  display: none;
}
.header .down_nav_control {
  width: 40px;
  cursor: pointer;
  padding: 15px 0;
  position: relative;
}
.header .down_nav_control.active .line.line1 {
  -o-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  top: 15px;
}
.header .down_nav_control.active .line.line3 {
  -o-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  bottom: 15px;
}
.header .down_nav_control.active .line.line2 {
  opacity: 0;
}
.header .down_nav_control .line {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #303a5e;
  position: relative;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 20px center;
  -moz-transform-origin: 20px center;
  -ms-transform-origin: 20px center;
  transform-origin: 20px center;
}
.header .down_nav_control .line.line1 {
  position: absolute;
  top: 0;
  left: 0;
}
.header .down_nav_control .line.line3 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.header .header_user {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 20px;
  background: #f4f4f4;
  position: relative;
  overflow: hidden;
}
.header .header_user .header_login {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 42px;
  text-align: center;
  font-size: 24px;
  color: #aacd06;
}
.header .header_user .header_login:active {
  opacity: 0.85;
}
.header .header_user .header_person {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.header .header_user .header_person .picture_container {
  padding-top: 100%;
}
@keyframes -webkit-headerMove {
  0% {
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    -o-transform: translate3d(0, -90px, 0);
    -moz-transform: translate3d(0, -90px, 0);
    -webkit-transform: translate3d(0, -90px, 0);
    transform: translate3d(0, -90px, 0);
    opacity: 0;
  }
}
@keyframes headerMove {
  0% {
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    -o-transform: translate3d(0, -90px, 0);
    -moz-transform: translate3d(0, -90px, 0);
    -webkit-transform: translate3d(0, -90px, 0);
    transform: translate3d(0, -90px, 0);
    opacity: 0;
  }
}
.down_nav {
  border-top: 1px solid #eee;
  z-index: 10000;
  position: fixed;
  background: #fff;
  min-width: 320px;
  max-width: 1200px;
  overflow: hidden;
  margin: auto;
  top: 90px;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
}
.down_nav .down_nav_container {
  padding: 0 0 50px;
  overflow-y: auto;
  height: 100%;
}
.down_nav .nav .item {
  border-bottom: 1px solid #f5f5f5;
}
.down_nav .nav .item .first_nav {
  color: #333;
  font-size: 16px;
  line-height: 18px;
  padding: 18px 15px;
  position: relative;
}

.down_nav .nav .item .first_nav .first_nav_icon {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    float: right;
    position: absolute;
    top: 18px;
    right: 12px;
}

.down_nav .nav .item .first_nav:active,
.down_nav .nav .item .first_nav.active {
  background: rgba(0, 0, 0, 0.06);
}
.down_nav .nav .item .first_nav.active .first_nav_icon {
  -o-transform: rotateZ(-180deg);
  -moz-transform: rotateZ(-180deg);
  -webkit-transform: rotateZ(-180deg);
  transform: rotateZ(-180deg);
}
.down_nav .nav .item .second_nav {
  display: none;
  background: rgba(0, 0, 0, 0.02);
}
.down_nav .nav .item .second_nav .second_nav_item {
  color: #444;
  font-size: 16px;
  line-height: 18px;
  padding: 18px 15px;
  border-top: 1px solid #f5f5f5;
}
.down_nav .nav .item .second_nav .second_nav_item:active {
  background: rgba(0, 0, 0, 0.01);
}
.down_nav .down_form {
  padding: 0 15px;
  margin-top: 20px;
}
.down_nav .down_form .down_form_container {
  position: relative;
  display: block;
}
.down_nav .down_form .down_form_container input {
  width: 100%;
  height: 44px;
  padding: 0 20px;
  border-radius: 22px;
  border: 1px solid #eee;
  padding-right: 70px;
  font-size: 14px;
  color: #666;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.down_nav .down_form .down_form_container input::-webkit-input-placeholder {
  color: #aaa;
}
.down_nav .down_form .down_form_container input:-moz-placeholder {
  color: #aaa;
}
.down_nav .down_form .down_form_container input:-ms-input-placeholder {
  color: #aaa;
}
.down_nav .down_form .down_form_container input::placeholder {
  color: #aaa;
}
.down_nav .down_form .down_form_container input:focus {
  border-color: #aacd06;
}
.down_nav .down_form .down_form_container button {
  position: absolute;
  text-align: center;
  line-height: 44px;
  margin: auto;
  width: 44px;
  bottom: 0;
  right: 0;
  top: 0;
  font-size: 18px;
  cursor: pointer;
  color: #aaa;
}
.down_nav .down_form .down_form_container button:active {
  color: #aacd06;
}

/* 响应 */
@media screen and (max-width: 1400px) {
  .center {
    width: 100%;
    padding: 0px 15px;
  }
  .header .nav .item:not(:last-child) {
    margin-right: 30px;
  }
  .header .search {
    margin-left: 30px;
  }
  .header .search .search_container.active {
    right: 15px;
  }
.header .user_info {
    margin-left: 12px;
}
  .footer .footer_top .footer_right .footer_nav_item:not(:first-child) {
    margin-left: 85px;
  }


.crumbs_nav{
    display: table;
    float: left;
    width:65%;
}
.crumbs_nav a {
    display: inline-block;
    float: left;
    line-height: 50px;
    margin: 0 20px;
    font-size: 16px;
}
}
@media screen and (max-width: 1300px) {
  .header .nav .item:not(:last-child) {
    margin-right: 25px;
  }
  .header .search {
    margin-left: 25px;
  }
  .header .user_info {
    margin-left: 25px;
  }
  .footer .footer_top .footer_right .footer_nav_item:not(:first-child) {
    margin-left: 65px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    padding-top: 84px;
    padding-bottom: 108px;
  }
  .index_banner{
    display: none;
  }
  .aside {
    display: none;
  }
  .header {
    padding: 24px 0;
    background: #fff;
  }
  .header::after {
    opacity: 0;
  }
  .header .logo .logo_picture {
    display: none;
  }
  .header .logo .logo_picture.active {
    display: block;
    width: 115px;
  }
  .header .header_right {
    display: none;
  }
  .header .header_right_m {
    display: block;
  }
  .footer .footer_top {
    display: none;
  }
  .footer .footer_bottom {
    border: none;
    padding: 24px 0;
  }
  .paging {
    margin-top: 45px;
  }
  .tabbar {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 70px;
    padding-bottom: 87px;
  }
  .header{
    position: fixed;
  }
  .index_banner{
    display: none;
  }
  .header {
    padding: 20px 0;
  }
  .header .logo {
    height: 30px;
  }
  .header .down_nav_control {
    width: 32px;
    padding: 11px 0;
  }
  .header .down_nav_control.active .line.line1 {
    top: 11px;
  }
  .header .down_nav_control.active .line.line3 {
    bottom: 11px;
  }
  .header .down_nav_control .line {
    -webkit-transform-origin: 16px center;
    -moz-transform-origin: 16px center;
    -ms-transform-origin: 16px center;
    transform-origin: 16px center;
  }
  .header .header_user {
    width: 36px;
    height: 36px;
  }
  .header .header_user .header_login {
    font-size: 20px;
    line-height: 36px;
  }
  .footer .footer_bottom {
    padding: 15px 0;
    font-size: 14px;
    line-height: 20px;
  }
  .footer .footer_bottom .footer_reference {
    margin-left: 10px;
  }
  .footer .footer_bottom .footer_sitemap {
    margin-left: 5px;
  }
  .paging {
    display: none;
  }
  .loadData {
    display: block;
    margin-top: 35px;
  }
  .loadData a {
    width: 180px;
    height: 56px;
    line-height: 54px;
  }
/*幻灯片*/
.flicker-example{
  display: none;
}
.naverbox{display:block; position:relative; top:0; left:0; z-index:100;}
.naverbox .btn{position:absolute; top:25px; right:0; height:30px;}
.naverbox .btn span{display:block; width:30px; height:30px; color:#fff; background:url(../images/dh.png) no-repeat center; cursor:pointer;}
.banner_box img{width:100%; display:block;}
.banner_box {width: 100%;text-align: center;margin-top: 3.6rem;}
.banner_box img{vertical-align:middle;}
.roll_img_mb_01{overflow:hidden;position:relative;}
.roll_img_mb_01 .img_box{overflow:hidden;text-align:center;}
.roll_img_mb_01 .img_box ul li{height: auto!important;}
.roll_img_mb_01 .img_box img{vertical-align:middle;width:100%;}
.roll_img_mb_01 .nav_box{overflow:hidden; position:absolute; left:50%; transform:translate(-50%,0); bottom:20px;}
.roll_img_mb_01 .nav_box li{width:30px;height:3px; font-size:1px; overflow:hidden; background:#fff; float:left; margin:4px;}
.roll_img_mb_01 .nav_box .li_on{background:#aea375;}

.txt {
    font-size: 14px;
    line-height: 250%;
    width: 100%;
    table-layout: fixed;
}

.txt img{
  max-width: 100%;
}
.bg-bg {
    margin-bottom: -1px;
    display: table;
    padding: 3px 10px;
    width: 77%;
    border-radius: 2px;
    background-color: #000;
    color: #fff;
    font-size: 15px;
}

}

@media screen and (max-width: 480px) {
  body {
    padding-top: 58px;
    padding-bottom: 69px;
  }
  .header {
    padding: 16px 0;
  }
  .header .logo {
    height: 26px;
  }
  .header .down_nav_control {
    width: 30px;
    padding: 10px 0;
  }
  .header .down_nav_control.active .line.line1 {
    top: 10px;
  }
  .header .down_nav_control.active .line.line3 {
    bottom: 10px;
  }
  .header .down_nav_control .line {
    -webkit-transform-origin: 15px center;
    -moz-transform-origin: 15px center;
    -ms-transform-origin: 15px center;
    transform-origin: 15px center;
  }
  .header .header_user {
    width: 34px;
    height: 34px;
    margin-right: 12px;
  }
  .header .header_user .header_login {
    font-size: 18px;
    line-height: 34px;
  }
  .down_nav .nav .item .first_nav {
    padding: 16px 15px;
  }
  .down_nav .nav .item .second_nav .second_nav_item {
    padding: 16px 15px;
  }
  .down_nav .down_form {
    margin-top: 15px;
  }
  .down_nav .down_form .down_form_container input {
    height: 40px;
    padding: 0 16px;
    padding-right: 60px;
  }
  .down_nav .down_form .down_form_container button {
    line-height: 40px;
    font-size: 16px;
    width: 40px;
  }
  .footer .footer_bottom {
    padding: 12px 0;
    font-size: 12px;
    line-height: 18px;
  }
  .loadData {
    margin-top: 25px;
  }
  .loadData a {
    width: 150px;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
  }
  .tabbar .item {
    padding: 10px 0;
  }
  .tabbar .item_icon {
    font-size: 28px;
  }
  .tabbar .item_text {
    margin-top: 3px;
    font-size: 14px;
  }
}