﻿@font-face {
  font-family: 'iconfont';
  src: url('./iconfont/iconfont.eot');
  src: url('./iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('./iconfont/iconfont.woff2') format('woff2'), url('./iconfont/iconfont.woff') format('woff'), url('./iconfont/iconfont.ttf') format('truetype'), url('./iconfont/iconfont.svg#iconfont') format('svg');
}
@font-face {
  font-family: Met-Regular;
  src: url("../fonts/Metric_Regular.otf");
}
@font-face {
  font-family: Met-Bold;
  src: url("../fonts/Metric_Medium.otf");
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  font-family: "Microsoft聽Yahei", "寰蒋闆呴粦", "Arial";
}
#ie .met {
  font-family: "寰蒋闆呴粦" !important;
}
.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
.w1400 {
  width: 1400px;
  margin: 0 auto;
}
body {
  position: relative;
}
@-webkit-keyframes banner-float {
  0% {
    transform: translateZ(0);
  }
  33% {
    transform: translate3d(27px, -27px, 0);
  }
  66% {
    transform: translate3d(-27px, -27px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes banner-float {
  0% {
    transform: translateZ(0);
  }
  33% {
    transform: translate3d(27px, -27px, 0);
  }
  66% {
    transform: translate3d(-27px, -27px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@-webkit-keyframes banner-float1 {
  0% {
    transform: translateZ(0);
  }
  25% {
    transform: translate3d(-10px, -10px, 0);
  }
  50% {
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(10px, -10px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes banner-float1 {
  0% {
    transform: translateZ(0);
  }
  25% {
    transform: translate3d(-10px, -10px, 0);
  }
  50% {
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(10px, -10px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 104;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .con-left {
  width: 446px;
  float: left;
  position: absolute;
  top: 30px;
  left: 60px;
}
.header .con .con-left img {
  width: 100%;
}
.header .con .con-right {
  float: right;
  width: 100%;
}
.header .con .con-right .header-top {
  padding-right: 60px;
  padding-top: 20px;
}
.header .con .con-right .header-top .fr {
  float: right;
}
.header .con .con-right .header-top .fr ul {
  float: left;
  margin-right: 10px;
}
.header .con .con-right .header-top .fr ul li {
  float: left;
  position: relative;
}
.header .con .con-right .header-top .fr ul li a {
  color: #333;
  line-height: 40px;
}
.header .con .con-right .header-top .fr ul li:hover a {
  color: #4d9b4b;
}
.header .con .con-right .header-top .fr ul li:last-child:before {
  content: '';
  width: 1px;
  height: 8px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  top: 16px;
}
.header .con .con-right .header-top .fr .soBox {
  float: right;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .con-right .header-top .fr .soBox input[type=text] {
  width: 100%;
  height: 40px;
  border: none;
  background: none;
  color: #333;
  padding: 0 50px 0 20px;
}
.header .con .con-right .header-top .fr .soBox input[type=submit] {
  display: none;
  width: 20px;
  height: 20px;
  background: url(../img/search.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 20px;
  border: none;
}
.header .con .con-right .header-top .fr .soBox .btn {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/search.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 10px;
  right: 10px;
}
.header .con .con-right .header-top .fr .soBox .close {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/close.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 10px;
  right: 20px;
  opacity: 0;
}
.header .con .con-right .header-top .fr .soBox:hover {
  background: #fff;
}
.header .con .con-right .header-top .fr .soBox.active {
  width: 240px;
  background: rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-left: 30px;
}
.header .con .con-right .header-top .fr .soBox.active .btn {
  display: none;
}
.header .con .con-right .header-top .fr .soBox.active input[type=submit] {
  display: block;
}
.header .con .con-right .header-top .fr .soBox.active input[type=text] {
  padding-left: 50px;
}
.header .con .con-right .header-top .fr .soBox.active .close {
  opacity: 1;
}
.header .con .con-right .header-bottom {
  padding-right: 60px;
}
.header .con .con-right .header-bottom > ul {
  float: right;
}
.header .con .con-right .header-bottom > ul > li {
  float: left;
  position: relative;
}
.header .con .con-right .header-bottom > ul > li h2 a {
  display: block;
  color: #333;
  line-height: 54px;
}
.header .con .con-right .header-bottom > ul > li:last-child {
  margin-right: 0;
}
.header .con .con-right .header-bottom > ul > li > ul {
  display: none;
  position: absolute;
  width: 160px;
  top: 90px;
  left: 50%;
  margin-left: -80px;
  background: #fff;
  padding-bottom: 10px;
  border-top: 2px solid #4d9b4b;
}
.header .con .con-right .header-bottom > ul > li > ul li a {
  display: block;
  text-align: center;
  line-height: 44px;
}
.header .con .con-right .header-bottom > ul > li > ul li:hover a {
  color: #4d9b4b;
}
.header .con .con-right .header-bottom > ul > li:hover h2 a {
  color: #4d9b4b;
}
.header .con .con-right .mobile-btn {
  display: none;
}
.header .search-list {
  display: none;
}
.header.active {
  position: fixed;
  background: #fff;
  box-shadow: 0px 5px 49px 0px rgba(0, 0, 0, 0.15);
}
.header.active .con .con-left {
  width: 380px;
  top: 54px;
}
.header.active .con .con-right .header-top {
  padding-top: 0;
  background: url(../img/header_bg.jpg) no-repeat;
  background-size: cover;
}
.header.active .con .con-right .header-top .fr ul li a {
  color: #fff;
  line-height: 46px;
}
.header.active .con .con-right .header-top .fr ul li:last-child:before {
  background: #fff;
  top: 20px;
}
.header.active .con .con-right .header-top .fr .soBox {
  top: 4px;
}
.header.active .con .con-right .header-top .fr .soBox .btn {
  background: url(../img/search_white.png) no-repeat;
}
.header.active .con .con-right .header-top .fr .soBox:hover .btn {
  background: url(../img/search.png) no-repeat;
}
.header.active .con .con-right .header-top .fr .search {
  top: 4px;
}
.header.active .con .con-right .header-top .fr .search input {
  color: #fff;
}
.header.active .con .con-right .header-top .fr .search img.color {
  display: none;
}
.header.active .con .con-right .header-top .fr .search img.white {
  display: block;
}
.header.active .con .con-right .header-bottom > ul > li h2 a {
  line-height: 90px;
}
.footer {
  position: relative;
  z-index: 100;
}
.footer .footer-con .con {
  position: relative;
}
.footer .footer-con .con .fl {
  float: left;
}
.footer .footer-con .con .fl .tel h2 {
  display: inline-block;
  font-weight: bold;
  color: #4d9b4b;
  padding-right: 28px;
  position: relative;
}
.footer .footer-con .con .fl .tel h2:before {
  content: '';
  width: 1px;
  height: 1rem;
  background: #4d9b4b;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 6px;
}
.footer .footer-con .con .fl .tel a {
  font-family: Met-Bold;
  display: inline-block;
  font-weight: bold;
  color: #4d9b4b;
  padding-left: 24px;
  position: relative;
  top: 1px;
}
.footer .footer-con .con .fl ul {
  margin: 12px 0 48px;
}
.footer .footer-con .con .fl ul li {
  float: left;
  color: #90929a;
}
.footer .footer-con .con .fl ul li span {
  color: #333;
}
.footer .footer-con .con .fl ul li a {
  color: #333;
}
.footer .footer-con .con .fl ul li a:hover {
  color: #4d9b4b;
}
.footer .footer-con .con .fl ul li:first-child {
  margin-right: 30px;
}
.footer .footer-con .con .fl .copy p {
  color: #90929a;
}
.footer .footer-con .con .fl .copy p a {
  color: #90929a;
}
.footer .footer-con .con .fl .copy p a:hover {
  color: #4d9b4b;
}
.footer .footer-con .con .fr {
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer .footer-con .con .fr .txt h2 {
  float: left;
  color: #333;
  line-height: 40px;
  margin-right: 20px;
}
.footer .footer-con .con .fr .txt ul {
  float: left;
}
.footer .footer-con .con .fr .txt ul li {
  float: left;
}
.footer .footer-con .con .fr .txt ul li:last-child {
  margin-right: 0;
}
.footer .footer-con .con .fr .txt ul li .erweima {
  width: 180px;
  height: 180px;
}
.footer .footer-con .con .fr .txt ul li .erweima img {
  width: 100%;
}
.footer .footer-con .con .fr .txt ul li p {
  font-size: 16px;
  text-align: center;
  color: #333;
}
.sub-nav {
  border-bottom: 2px solid #e6e6e6;
}
.sub-nav .con ul li {
  float: left;
  width: 12.5%;
  text-align: center;
}
.sub-nav .con ul li a {
  display: inline-block;
  line-height: 78px;
  color: #333;
  position: relative;
}
.sub-nav .con ul li a:before {
  content: '';
  width: 0;
  height: 3px;
  background: #4d9b4b;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.sub-nav .con ul li:hover a {
  color: #4d9b4b;
}
.sub-nav .con ul li:hover a:before {
  width: 112px;
  margin-left: -56px;
}
.sub-nav .con ul li.active a {
  color: #4d9b4b;
}
.sub-nav .con ul li.active a:before {
  width: 112px;
  margin-left: -56px;
}
.sub-nav.nav-9 .con ul li {
  width: 11.1111%;
}
.sub-nav.nav-6 .con ul {
  padding: 0 18%;
}
.sub-nav.nav-6 .con ul li {
  width: 16.666%;
}
.sub-nav.nav-5 .con ul {
  padding: 0 20%;
}
.sub-nav.nav-5 .con ul li {
  width: 20%;
}
.box1 {
  position: absolute;
  width: 346px;
  height: 400px;
  top: 16%;
  right: 0;
  overflow: hidden;
}
.box1 .yuan {
  position: absolute;
  width: 346px;
  height: 346px;
  top: 27px;
  right: -90px;
  -webkit-animation: banner-float 6s linear infinite;
  animation: banner-float 6s linear infinite;
}
.box1 .yuan img {
  width: 100%;
}
.box2 {
  position: absolute;
  width: 346px;
  height: 400px;
  top: 54%;
  left: 0;
  overflow: hidden;
}
.box2 .yuan {
  position: absolute;
  width: 346px;
  height: 346px;
  top: 27px;
  left: -150px;
  -webkit-animation: banner-float 6s linear infinite;
  animation: banner-float 6s linear infinite;
}
.box2 .yuan img {
  width: 100%;
}
.box2 .quan {
  position: absolute;
  width: 86px;
  height: 86px;
  top: 60px;
  right: 130px;
  -webkit-animation: banner-float1 6s linear infinite;
  animation: banner-float1 6s linear infinite;
}
.box2 .quan img {
  width: 100%;
}
.page-list {
  padding: 100px 0 110px;
  text-align: center;
}
.page-list > ul {
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  display: inline-block;
}
.page-list > ul > li {
  width: 52px;
  height: 52px;
  line-height: 52px;
  background-color: #fff;
  border: solid 1px #eaeaea;
  display: inline-block;
  font-size: 18px;
  margin-right: 16px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.page-list > ul > li a {
  color: #666;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  display: block;
}
.page-list > ul li.pre-btn,
.page-list > ul li.next-btn {
  background-color: #fff;
  border: 1px solid #eaeaea;
}
.page-list > ul li.pre-btn .iconfont,
.page-list > ul li.next-btn .iconfont {
  font-size: 20px;
}
.page-list > ul li.page-num.active {
  background: #4d9b4b;
}
.page-list > ul li.page-num.active a {
  color: #fff;
}
.page-list > ul li:hover {
  background: #4d9b4b;
}
.page-list > ul li:hover a {
  color: #fff;
}
.page-list .current-pager {
  display: inline-block;
  font-size: 16px;
  color: #666666;
  margin-right: 10px;
}
.page-list .all-pager {
  display: inline-block;
  font-size: 16px;
  color: #666666;
  margin-right: 10px;
}
.page-list .postion-pager {
  display: inline-block;
  font-size: 16px;
  color: #666;
}
.page-list .postion-pager .select {
  position: relative;
  display: inline-block;
}
.page-list .postion-pager .select h2 {
  width: 70px;
  line-height: 42px;
  font-size: 18px;
  color: #666;
  border: 1px solid #eaeaea;
  text-align: left;
  padding-left: 14px;
  position: relative;
  cursor: pointer;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.page-list .postion-pager .select h2:before {
  content: '\e803';
  font-family: iconfont;
  color: #666;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 0;
  display: inline-block;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.page-list .postion-pager .select ul {
  position: absolute;
  width: 100%;
  top: 42px;
  left: 0;
  border: 1px solid #eaeaea;
  display: none;
  z-index: 102;
}
.page-list .postion-pager .select ul li {
  font-size: 16px;
  color: #666;
  line-height: 36px;
  text-align: center;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  cursor: pointer;
}
.page-list .postion-pager .select ul li:hover {
  background: #4d9b4b;
  color: #fff;
}
@media screen and (max-width: 1680px) {
  .w1400 {
    width: 1240px;
  }
  .header .con .con-left {
    width: 400px;
    top: 42px;
  }
  .box1 {
    width: 300px;
    height: 360px;
  }
  .box1 .yuan {
    width: 300px;
    height: 300px;
    top: 30px;
  }
  .box2 {
    width: 300px;
    height: 360px;
  }
  .box2 .yuan {
    width: 300px;
    height: 300px;
    top: 30px;
  }
  .box2 .quan {
    width: 70px;
    height: 70px;
    top: 60px;
    right: 140px;
  }
}
@media screen and (max-width: 1440px) {
  .w1400 {
    width: 1100px;
  }
  .header .con .con-left {
    width: 380px;
  }
  .header .con .con-right .header-top .fr ul li a {
    font-size: 14px;
  }
  .header .con .con-right .header-bottom > ul > li h2 a {
    line-height: 44px;
  }
  .header.active .con .con-left {
    width: 300px;
    top: 52px;
  }
  .header.active .con .con-right .header-bottom > ul > li h2 a {
    line-height: 70px;
  }
  .header.active .con .con-right .header-bottom > ul > li > ul {
    top: 70px;
  }
  .sub-nav .con ul li a {
    line-height: 68px;
  }
  .sub-nav .con ul li:hover a:before {
    width: 90px;
    margin-left: -45px;
  }
  .sub-nav .con ul li.active a:before {
    width: 90px;
    margin-left: -45px;
  }
  .box1 {
    width: 260px;
    height: 340px;
  }
  .box1 .yuan {
    width: 260px;
    height: 260px;
    top: 40px;
    right: -70px;
  }
  .box2 {
    width: 260px;
    height: 340px;
  }
  .box2 .yuan {
    width: 260px;
    height: 260px;
    left: -120px;
  }
  .box2 .quan {
    width: 56px;
    height: 56px;
    right: 120px;
    top: 60px;
  }
  .page-list {
    padding: 80px 0 90px;
  }
}
@media screen and (max-width: 1366px) {
  .box1 {
    width: 220px;
    height: 300px;
  }
  .box1 .yuan {
    width: 220px;
    height: 220px;
  }
  .box2 {
    width: 220px;
    height: 300px;
  }
  .box2 .yuan {
    width: 220px;
    height: 220px;
  }
  .box2 .quan {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .header .con .con-left {
    width: 320px;
    top: 44px;
  }
}
@media screen and (max-width: 1199px) {
  .w1400 {
    width: 100%;
    padding: 0 20px;
  }
  .header {
    position: fixed;
    background: #fff;
    box-shadow: 0px 5px 49px 0px rgba(0, 0, 0, 0.15);
  }
  .header .con .con-left {
    left: 20px;
    width: 24% !important;
    top: 20px !important;
  }
  .header .con .con-right .header-top {
    padding-right: 20px;
    padding-top: 0;
    background: #fff !important;
  }
  .header .con .con-right .header-top .fr {
    position: relative;
  }
  .header .con .con-right .header-top .fr .soBox {
    height: 40px;
    top: 4px;
    position: absolute;
    right: 0;
  }
  .header .con .con-right .header-top .fr .soBox:hover {
    background: #f2f2f2;
  }
  .header .con .con-right .header-top .fr .soBox input {
    height: 40px;
  }
  .header .con .con-right .header-top .fr .search {
    height: 36px;
    top: 4px;
    position: absolute;
    right: 0;
  }
  .header .con .con-right .header-top .fr .search input {
    height: 36px;
  }
  .header .con .con-right .header-top .fr .search:hover {
    background: #ccc;
  }
  .header .con .con-right .header-top .fr .search img.color {
    display: block !important;
  }
  .header .con .con-right .header-top .fr .search img.white {
    display: none !important;
  }
  .header .con .con-right .header-top .fr ul {
    padding-right: 40px;
  }
  .header .con .con-right .header-top .fr ul li a {
    margin-right: 0;
    margin-left: 10px;
    color: #333 !important;
    line-height: 46px !important;
  }
  .header .con .con-right .header-top .fr ul li:last-child:before {
    display: none;
  }
  .header .con .con-right .header-bottom {
    position: fixed;
    top: 86px;
    width: 100%;
    background: #fff;
    display: none;
    padding: 0 20px;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header .con .con-right .header-bottom > ul {
    width: 100%;
  }
  .header .con .con-right .header-bottom > ul > li {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
  }
  .header .con .con-right .header-bottom > ul > li h2 {
    position: relative;
  }
  .header .con .con-right .header-bottom > ul > li h2 a {
    display: block;
    width: 50%;
  }
  .header .con .con-right .header-bottom > ul > li h2:before {
    content: '\e603';
    font-family: iconfont;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 50px;
    display: block;
    color: #333;
  }
  .header .con .con-right .header-bottom > ul > li > ul {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin-left: 0;
    border-top: none;
  }
  .header .con .con-right .header-bottom > ul > li > ul li {
    border-top: 1px solid #f5f5f5;
  }
  .header .con .con-right .header-bottom > ul > li > ul li a {
    text-align: left;
    font-size: 14px;
    line-height: 44px !important;
    position: relative;
    padding: 0 20px;
  }
  .header .con .con-right .header-bottom > ul > li > ul li a:after {
    content: '\e683';
    font-family: iconfont;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 0;
    display: block;
    color: #333;
  }
  .header .con .con-right .header-bottom > ul > li:first-child h2 a {
    width: 100%;
  }
  .header .con .con-right .header-bottom > ul > li:first-child h2:before {
    content: '\e683' !important;
  }
  .header .con .con-right .header-bottom > ul > li:nth-child(5) h2 a {
    width: 100%;
  }
  .header .con .con-right .header-bottom > ul > li:nth-child(5) h2:before {
    content: '\e683' !important;
  }
  /*.header .con .con-right .header-bottom > ul > li:nth-child(7) h2 a {
    width: 100%;
  }
  .header .con .con-right .header-bottom > ul > li:nth-child(7) h2:before {
    content: '\e683' !important;
  }*/
  .header .con .con-right .header-bottom > ul > li:nth-child(8) h2 a {
    width: 100%;
  }
  .header .con .con-right .header-bottom > ul > li:nth-child(8) h2:before {
    content: '\e683' !important;
  }
  .header .con .con-right .header-bottom > ul > li:nth-child(9) h2 a {
    width: 100%;
  }
  .header .con .con-right .header-bottom > ul > li:nth-child(9) h2:before {
    content: '\e683' !important;
  }
  .header .con .con-right .header-bottom > ul > li.active h2:before {
    content: '\e638' !important;
  }
  .header .con .con-right .mobile-btn {
    display: block;
    padding-right: 20px;
  }
  .header .con .con-right .mobile-btn .nav-button {
    position: relative;
    width: 28px;
    height: 40px;
    text-align: center;
    z-index: 11;
    font-size: 0;
    float: right;
    top: -4px;
  }
  .header .con .con-right .mobile-btn .nav-button div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 28px;
    height: 16px;
  }
  .header .con .con-right .mobile-btn .nav-button div span {
    width: 100%;
    height: 2px;
    background-color: #333;
    display: block;
    margin: 0 auto;
    line-height: 2px;
    position: static;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .header .con .con-right .mobile-btn .nav-button div span.center-hr {
    margin: 5px auto;
  }
  .header .con .con-right .mobile-btn .nav-button div span.top-hr {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header .con .con-right .mobile-btn .nav-button div span.bottom-hr {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header .con .con-right .mobile-btn .nav-button.active div span {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
  }
  .header .con .con-right .mobile-btn .nav-button.active div span.center-hr {
    display: none;
  }
  .header .con .con-right .mobile-btn .nav-button.active div span.top-hr {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .header .con .con-right .mobile-btn .nav-button.active div span.bottom-hr {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  .header .con .con-right .mobile-btn .mobile-search {
    float: right;
    display: none;
  }
  .header .con .con-right .mobile-btn .mobile-search span {
    display: block;
    line-height: 40px;
    font-size: 22px;
    margin-right: 20px;
    font-weight: bold;
  }
  .header .con .con-right .mobile-btn .mobile-search span.search-open {
    display: block;
  }
  .header .con .con-right .mobile-btn .mobile-search span.search-close {
    display: none;
  }
  .header .con .con-right .mobile-btn .mobile-search.active span.search-open {
    display: none;
  }
  .header .con .con-right .mobile-btn .mobile-search.active span.search-close {
    display: block;
  }
  .header .con .con-left {
    width: 260px;
  }
  .header .search-list {
    display: none;
    background: rgba(0, 0, 0, 0.1);
    padding: 20px;
  }
  .header .search-list h2 {
    position: relative;
  }
  .header .search-list h2 span {
    position: absolute;
    left: 20px;
    font-size: 18px;
    color: #666;
    z-index: 2;
    line-height: 40px;
  }
  .header .search-list h2 input {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: none;
    padding-left: 60px;
    position: relative;
  }
  .header.active .con .con-right .header-top .fr .soBox .btn {
    background: url(../img/search.png) no-repeat;
  }
  .header.active .con .con-right .header-bottom > ul > li h2 a {
    line-height: 44px;
  }
  .header.active .con .con-right .header-bottom > ul > li > ul {
    top: 0;
  }
  .footer .footer-con .con .fr {
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header .con .con-left {
    width: 26% !important;
    top: 20px !important;
  }
  .footer {
    margin-top: 0;
    padding: 0 0 20px;
  }
  .footer .footer-con {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .footer .footer-con .con .fr {
    position: relative;
    right: 0;
    float: left;
    width: 100%;
    text-align: center;
  }
  .footer .footer-con .con .fr .txt {
    display: inline-block;
  }
  .footer .footer-con .con .fl {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .footer .footer-con .con .fl ul {
    display: inline-block;
    margin: 12px 0 10px;
  }
  .sub-nav .con ul li a {
    line-height: 58px;
  }
  .sub-nav .con ul li:hover a {
    color: #333;
  }
  .sub-nav .con ul li:hover a:before {
    display: none;
  }
  .sub-nav.nav-9 ul li {
    width: auto !important;
  }
  .sub-nav.nav-9 ul li:not(:last-child) {
    margin-right: 36px;
  }
  .box1 {
    display: none;
  }
  .box2 {
    display: none;
  }
  .page-list {
    padding: 60px 0 70px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
  .header .con .con-left {
    width: 34% !important;
  }
  .header .con .con-right .header-top .fr ul li a {
    line-height: 30px;
  }
  .header .con .con-right .header-top .fr .soBox {
    width: 30px;
    height: 30px;
    top: 10px !important;
  }
  .header .con .con-right .header-top .fr .soBox .btn {
    width: 18px;
    height: 18px;
    top: 5px;
    right: 6px;
  }
  .header .con .con-right .header-top .fr .soBox input[type=submit] {
    width: 18px;
    height: 18px;
    top: 6px;
  }
  .header .con .con-right .header-top .fr .soBox input[type=text] {
    height: 30px;
  }
  .header .con .con-right .header-top .fr .soBox .close {
    top: 4px;
  }
  .header .con .con-right .mobile-btn .nav-button {
    top: -8px;
  }
  .footer {
    overflow: hidden;
  }
  .footer .footer-con {
    padding-top: 0;
  }
  .footer .footer-con .con .fl {
    z-index: 1;
  }
  .footer .footer-con .con .fl ul li {
    width: 100%;
  }
  .footer .footer-con .con .fl ul li:first-child {
    margin-right: 0;
  }
  .footer .footer-con .con .fr {
    z-index: 2;
  }
  .footer .footer-con .con .fr .txt ul li .erweima {
    width: 120px;
    height: 120px;
  }
  .sub-nav .con ul li a {
    line-height: 40px;
  }
  .sub-nav .con ul li:hover a {
    color: #333;
  }
  .sub-nav .con ul li:hover a:before {
    display: none;
  }
  .sub-nav .con ul li.active a:before {
    width: 80px;
    margin-left: -40px;
  }
  .sub-nav .bx-wrapper {
    margin: 0;
  }
  .sub-nav.nav-9 .con .bx-wrapper {
    max-width: 100% !important;
  }
  .sub-nav.nav-9 .con ul li {
    width: 120px !important;
  }
  .sub-nav.nav-9 .con ul li:not(:last-child) {
    margin-right: 0;
  }
  .page-list {
    padding: 30px 0 40px;
  }
  .page-list .page-num {
    display: none;
  }
  .page-list .dian {
    display: none !important;
  }
  .page-list > ul > li {
    width: 80px !important;
    height: 40px;
    line-height: 38px;
  }
  .page-list > ul > li a {
    font-size: 14px;
    background-color: #4d9b4b;
    color: #fff;
    border-radius: 3px;
  }
  .page-list > ul > li.next-btn {
    margin-right: 0;
  }
  .page-list > ul > li.next-btn .iconfont {
    font-size: 18px;
  }
  .page-list > ul > li.pre-btn .iconfont {
    font-size: 18px;
  }
  .page-list > ul > li.next-btn {
    margin-right: 0 !important;
  }
  .page-list .current-pager {
    display: none;
  }
  .page-list .all-pager {
    display: none;
  }
  .page-list .postion-pager {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .header .con .con-left {
    width: 52% !important;
    top: 38px !important;
  }
}
/*# sourceMappingURL=base.css.map */