﻿@charset "UTF-8";
*{font-family:Arial, Helvetica,"Microsoft Yahei", sans-serif; padding: 0; margin:0; box-sizing:border-box; vertical-align:top}
 
 
.w1200{width:1500px;margin:0 auto}
 .w12000{width:1200px;margin:0 auto}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #fff;
  font-family: "Microsoft YaHei", "Arial";
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Microsoft YaHei", "Arial";
  color: #333333;
  font-size: 12px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select,
input:focus,
textarea:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: "Microsoft YaHei", "Arial";
  color: #333333;
  font-size: 12px;
  text-decoration: none;
}
a:hover {
  color: #005304;
}
html,
body {
  height: 100%;
}
body.hide {
  overflow: hidden;
}
.tx:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.wrap {
  max-width: 1400px;
  margin: 0 auto;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  width: 100%;
  box-sizing: border-box;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
@media only screen and (max-width: 1400px) {
  .wrap {
      max-width: 1300px;
  }
}

@media screen and (max-width:1300px) {
 .wrap {
      max-width: 1200px;
  }

}

@media screen and (max-width:1240px) {
  .wrap {
      max-width: 1200px;
  }   
    
}






.col,
.row {
  width: 100%;
  box-sizing: border-box;
}
.col:after,
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.l {
  float: left;
}
.r {
  float: right;
}
.article {
  line-height: 30px;
  font-size: 15px;
  color: #777777;
}
.article img {
  max-width: 100%;
}
.mainFilter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(../images/mainFilter.png);
}
.wrapper {
  width: 100%;
  padding-top: 124px;
  overflow: hidden;
}
.header {
  width: 100%;
  height: 124px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  background: #fff;
}
.header .logo {
  width: 200px;
  height:auto;
  float: left;
  overflow: hidden;
  margin: 25px 0 0 0;
}
.header .logo img {
  width: 100%;
  display: block;
}
.header .language {
  float: right;
  line-height: 30px;
  font-size: 15px;
  color: #999999;
  margin-top: 50px;
}
.header .language a {
  font-size: 15px;
  color: #999999;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .language a:hover {
  color: #367639;
}
.header .searchBox {
  float: right;
  position: relative;
  margin: 50px 25px 0 0;
}
.header .searchBox .searchBtn {
  width: 30px;
  height: 30px;
  background: url(../images/searchBtn.png) no-repeat center;
  cursor: pointer;
}
.header .searchBox .searchBar {
  width: 300px;
  height: 40px;
  position: absolute;
  right: -8px;
  top: 34px;
  z-index: 95;
  border: solid 2px #ddd;
  box-sizing: border-box;
  display: none;
}
.header .searchBox .searchBar .inpu {
  width: 258px;
  height: 36px;
  float: left;
}
.header .searchBox .searchBar .inpu input {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
}
.header .searchBox .searchBar .inpu input::-webkit-input-placeholder {
  color: #cccccc;
}
.header .searchBox .searchBar .inpu input:-moz-placeholder {
  color: #cccccc;
}
.header .searchBox .searchBar .inpu input::-moz-placeholder {
  color: #cccccc;
}
.header .searchBox .searchBar .inpu input:-ms-input-placeholder {
  color: #cccccc;
}
.header .searchBox .searchBar .btn {
  width: 36px;
  height: 36px;
  float: right;
  background: url(../images/searchBtn.png) no-repeat center #ffffff;
  border-left: solid 2px #ddd;
}
.header .searchBox .searchBar .btn input {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
}
.header .nav .btn,
.header .menuBtn {
  display: none;
}
.header .nav {
  text-align: center;
}
.header .nav > ul {
  display: inline-block;
}
.header .nav > ul > li {
  float: left;
  position: relative;
  line-height: 40px;
}
.header .nav > ul > li.on > a {
  background: #367639;
  color: #fff;
}
.header .nav > ul > li > a {
  height: 124px;
  line-height: 130px;
  display: block;
  padding: 0 25px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}.header .nav > ul > li > a:hover { color:#367639 }
.header .nav > ul > li:hover .sub {
  max-height: 2000px;
}
.header .nav > ul > li:hover .sub li {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  opacity: 1;
}
.header .nav > ul > li:hover .sub li:nth-child(1) {
  transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
}
.header .nav > ul > li:hover .sub li:nth-child(2) {
  transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -ms-transition-duration: 400ms;
  -o-transition-duration: 400ms;
}
.header .nav > ul > li:hover .sub li:nth-child(3) {
  transition-duration: 600ms;
  -webkit-transition-duration: 600ms;
  -moz-transition-duration: 600ms;
  -ms-transition-duration: 600ms;
  -o-transition-duration: 600ms;
}
.header .nav > ul > li:hover .sub li:nth-child(4) {
  transition-duration: 800ms;
  -webkit-transition-duration: 800ms;
  -moz-transition-duration: 800ms;
  -ms-transition-duration: 800ms;
  -o-transition-duration: 800ms;
}
.header .nav > ul > li:hover .sub li:nth-child(5) {
  transition-duration: 1000ms;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -ms-transition-duration: 1000ms;
  -o-transition-duration: 1000ms;
}
.header .nav > ul > li:hover .sub li:nth-child(6) {
  transition-duration: 1200ms;
  -webkit-transition-duration: 1200ms;
  -moz-transition-duration: 1200ms;
  -ms-transition-duration: 1200ms;
  -o-transition-duration: 1200ms;
}
.header .nav .sub {
  min-width: 100%;
  position: absolute;
  top: 124px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 92;
  max-height: 0;
  -webkit-perspective: 400px;
  -moz-perspective: 400px;
  -ms-perspective: 400px;
  -o-perspective: 400px;
  perspective: 400px;
}
.header .nav .sub li {
  background: #f2f2f2;
  margin-top: 1px;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.4s, -moz-transform 0.5s;
  -ms-transition: opacity 0.4s, -ms-transform 0.5s;
  -o-transition: opacity 0.4s, -o-transform 0.5s;
  transition: opacity 0.4s, transform .5s;
  opacity: 0;
}
.header .nav .sub li:nth-child(6) {
  transition-duration: 1200ms;
  -webkit-transition-duration: 1200ms;
  -moz-transition-duration: 1200ms;
  -ms-transition-duration: 1200ms;
  -o-transition-duration: 1200ms;
}
.header .nav .sub li:nth-child(5) {
  transition-duration: 1000ms;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -ms-transition-duration: 1000ms;
  -o-transition-duration: 1000ms;
}
.header .nav .sub li:nth-child(4) {
  transition-duration: 800ms;
  -webkit-transition-duration: 800ms;
  -moz-transition-duration: 800ms;
  -ms-transition-duration: 800ms;
  -o-transition-duration: 800ms;
}
.header .nav .sub li:nth-child(3) {
  transition-duration: 600ms;
  -webkit-transition-duration: 600ms;
  -moz-transition-duration: 600ms;
  -ms-transition-duration: 600ms;
  -o-transition-duration: 600ms;
}
.header .nav .sub li:nth-child(2) {
  transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -ms-transition-duration: 400ms;
  -o-transition-duration: 400ms;
}
.header .nav .sub li:nth-child(1) {
  transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
}
.header .nav .sub li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  padding: 0 12px;
  color: #333;
  white-space: nowrap;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .nav .sub li a:hover {
  background: #367639;
  color: #fff;
}
.header,
.header .logo,
.header .language,
.header .searchBox,
.header .nav {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header.min {
  height: 80px;
  box-shadow: 0px 1px 3px 1px #ededed;
}
.header.min .logo {
  width: 120px;
  height:auto;
  margin: 15px 0 0 0;
}
.header.min .language {
  margin-top: 25px;
}
.header.min .searchBox {
  margin: 25px 25px 0 0;
}
.header.min .searchBox .searchBar {
  top: 34px;
}
.header.min .nav > ul > li > a {
  height: 80px;
  line-height: 80px;
}
.header.min .nav .sub {
  top: 80px;
}
.dtt{width:700px;height:480px}
@media only screen and (max-width: 1400px) {
  .header .nav > ul > li > a {
    padding: 0 35px;
  }
}


@media only screen and (max-width: 1200px) {

    
    
   .header .logo {
  width: 200px;
  height:auto;
  float: left;
  overflow: hidden;
  margin: 25px 0 0 0;
}
 
.header .searchBox {
  float: right;
  position: relative;
  margin: 50px 10px 0 0;
}
 
.header .searchBox .searchBar {
  width: 300px;
  height: 40px;
  position: absolute;
  right: -8px;
  top: 34px;
  z-index: 95;
  border: solid 2px #ddd;
  box-sizing: border-box;
  display: none;
}
.header .searchBox .searchBar .inpu {
  width: 258px;
  height: 36px;
  float: left;
}
.header .searchBox .searchBar .inpu input {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
}
  
 
    
      .header .nav > ul > li > a {
    padding: 0 25px;
  }
   
}


.newslist ul li{background-color:#f4f4f4; padding:25px; margin-top:30px;}
.newslist ul li .box{padding-left:320px; padding-right:230px; height:155px; position:relative; z-index:1;}
.newslist ul li .pic{width:270px; height:155px; position:absolute; left:0; top:0; overflow:hidden;}
.newslist ul li .pic img{max-width:100%; max-height:100%; display:block; -moz-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;}
.newslist ul li .pic:hover img{transform:scale(1.2,1.2);-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-o-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);}
.newslist ul li .tmain h2{font-size:24px; color:#333; margin-top:10px;height:68px;overflow:hidden;}
.newslist ul li .tmain:hover h2{color:#007dc4;}
.newslist ul li .tmain .pcont{font-size:16px; color:#999; height:48px; overflow:hidden; margin-top:6px; word-wrap:break-word;}
.newslist ul li .tmain .more{display:block; width:25px; height:12px; margin-top:20px; font-size:0; background:url(../images/newsMore.png) no-repeat;}
.newslist ul li .tmain:hover .more{background:url(../images/newsMore.png) no-repeat;}
.newslist ul li .day{width:189px; height:100%; position:absolute; right:0; top:0; border-left:1px solid #e9e9e9; text-align:center;}
.newslist ul li .day .dat{font-family:'AMGDT'; font-size:50px; color:#666; line-height:1; padding-top:55px;}
.newslist ul li .day .yer{font-size:14px; color:#999;}



.n_dongtai_list{margin-bottom: 50px;}
.n_dongtai_list li{margin-top:19px; height:175px; overflow:hidden;}
.n_dongtai_list li a{ display:block; height:175px; background:#fff; border:1px solid #e5e5e5; }
.n_dongtai_list li .time{ width:178px; background:#f7f7f9; float:left; height:100%; text-align:left; padding-top:45px; padding-left:55px; font-size:28px; color:#51472d; font-family:arial;}
.n_dongtai_list li .time span{ display:block; font-size:14px; color:#a7a8aa; margin-top:10px;}
.n_dongtai_list li .time i{ display:block; width:65px; height:1px; background:#bcbcbc; margin-top:26px; position:relative;}
.n_dongtai_list li .time i:before{ content:""; width:0; height:3px; background:#367639; display:block; position:absolute; right:0; top:-1px; transition:.5s;}
.n_dongtai_list li:hover .time i:before{ width:100%; left:0; right:auto;}
.n_dongtai_list li .txt{width:calc(100% - 178px);float:right;padding: 31px 50px;}
.n_dongtai_list li .txt h5{font-size: 18px;color:#242424;}
.n_dongtai_list li .txt p{ font-size:13px; line-height:22px; height:44px; overflow:hidden; color:#848486;  margin-top:16px; margin-bottom:16px;}
.n_dongtai_list li .txt .more{ font-size:12px; color:#848486; font-family:arial; text-transform:uppercase;} 


 .canshu{width:100%; max-width:1200px; margin-top:10px; display:block; overflow-x:hidden; background:#fff;margin: 0 auto}
.canshu table{width:1200px; margin-bottom: 20px; margin-top: 15px} 
.cs-d{display:none;}





 .productPage .details .introduce .text h2 {
  line-height: 24px;
  font-size: 20px; font-weight:600;
  color: #333333;
}
.productPage .details .introduce .text p {
  line-height: 32px;
  font-size: 16px;
  color: #777777;
}   

.text-center{text-align: center;} 
                        
                        button{cursor:pointer; top: 5px}
/* Reset */
.animate, .btn, .btn-border-o:before, .btn-border-o:after, .btn-border:before, .btn-border:after, .btn-border-rev-o:before, .btn-border-rev-o:after, .btn-border-rev:before, .btn-border-rev:after, .btn-fill-vert-o:before, .btn-fill-vert-o:after, .btn-fill-vert:before, .btn-fill-vert:after, .btn-fill-horz-o:before, .btn-fill-horz-o:after, .btn-fill-horz:before, .btn-fill-horz:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
   .btn {
  display: inline-block;
  line-height: 35px;
  margin:0px;
  padding: 0 15px;
  font-size: 15px;
  position: relative;
  opacity: .999;
  border-radius: 3px;
}                     
      .btn a {
  display: inline-block;
  line-height: 40px;
  margin:0px;
  padding: 5px 18px;
  font-size: 18px;
  position: relative;
  opacity: .999;
  border-radius: 3px;
}     
.btn-fill-vert {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #a6a6a6;
  overflow: hidden;
}
.btn-fill-vert:before, .btn-fill-vert:after {
  content: '';
  width: 100%;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: -1;
}
.btn-fill-vert:before {
  top: 50%;
}
.btn-fill-vert:after {
  bottom: 50%;
}
.btn-fill-vert:hover {
  color: #fff;
}

.btn-fill-vert a:hover {
  color: #fff;
}

.btn-fill-vert:hover:before, .btn-fill-vert:hover:after {
  height: 50%;
  opacity: 1;
}
.btn-fill-vert.btn-green:before, .btn-fill-vert.btn-green:after {
  background-color: #009b4c;
}
.btn-fill-vert.btn-green:hover {
  border-color: #009b4c;
}                  





.footer {
  background: #f2f2f2;
}
.footer .link {
  float: left;
  border-right: solid 1px #e0e0e0;
}
.footer .link:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.footer .link .list {
  float: left;
  min-width: 200px;
  padding-top: 66px;
}
 
.footer .link .tit {
  line-height: 20px;
  font-size: 18px;
  color: #222222;
}
.footer .link a {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.footer .link a:hover {
  color: #367639;
}
.footer .link ul {
  margin-top: 22px;
  border-top: solid 1px #e0e0e0;
  padding-top: 24px;
  min-height: 250px;
}
.footer .link ul li {
  line-height: 20px;
  margin-bottom: 20px;
}
.footer .link ul li a {
  font-size: 15px;
  color: #808080;
}
.footer .contact {
  float: right;
  padding-top: 66px;
  max-width: 350px;
}
.footer .contact .title {
  line-height: 20px;
  font-size: 18px;
  color: #222222;
  margin-bottom: 30px;
}
.footer .contact .phone {
  line-height: 40px;
  font-size: 34px;
  font-family: "Arial";
  color: #367639;
  font-weight: bold;
}
.footer .contact .text {
  line-height: 26px;
  font-size: 15px;
  color: #808080;
  margin-top: 8px;
}
.footer .contact .text a {
  font-size: 15px;
  color: #808080;
}
.footer .contact .share {
  overflow: hidden;
  margin-top: 56px;
}
.footer .contact .share a {
  width: 47px;
  height: 47px;
  background: url(../images/share1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 25px 0 0;
  padding: 0;
  opacity: 1;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.footer .contact .share a:hover {
  background-image: url(../images/share11.png);
}
.footer .contact .share a:nth-child(2) {
  background-image: url(../images/share2.png);
}
.footer .contact .share a:nth-child(2):hover {
  background-image: url(../images/share22.png);
}
.footer .contact .share a:nth-child(3) {
  background-image: url(../images/share3.png);
}
.footer .contact .share a:nth-child(3):hover {
  background-image: url(../images/share33.png);
}
.footer .copyright {
  line-height: 20px;
  font-size: 15px;
  color: #7d7f81;
  padding: 30px 0;
  border-top: solid 1px #e0e0e0;
}
.footer .copyright a {
  font-size: 15px;
  color: #7d7f81;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.footer .copyright a:hover {
  color: #367639;
}
@media only screen and (max-width: 1400px) {
  .footer .link .list {
    min-width: 130px;
  }

  .footer .contact {
    max-width: 320px;
  }
}
.friendship {
  background: #fff;
  line-height: 35px;
  padding: 32px 0;
  border-top: solid 1px #eee;
}
.friendship .tit {
  font-size: 15px;
  color: #333333;
  float: left;
  margin-right: 25px;
  border-left: solid 6px #367639;
  padding-left: 17px;
}
.friendship a {
  font-size: 15px;
  color: #999999;
  float: left;
  margin-right: 56px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.friendship a:hover {
  color: #367639;
}
.banner{ 
    position: relative;}
.banner img {
  width: 100%;
  display: block;
}
.banner .pic2 {
  display: none;
}
.w-1200s{width:1200px;margin:0 auto}
 
  .nei-content{position:absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 16px;
    color: #fff; display: none}
  .nei-content p{font-size: 45px;font-family: "SourceHanSansCN-Heavy";font-weight: bold;}
 .nei-content span{font-size: 28px;font-family: arial;letter-spacing: 7px;}

.main .banner .swiper-pagination {
  bottom: 30px;
}
.main .banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
  border-radius: 6px;
  margin: 0 8px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 64px;
  background: #367639;
}
.main .banner .swiper-button-next,
.main .banner .swiper-button-prev {
  width: 58px;
  height: 58px;
  margin: 0;
  background: url(../images/arrow3.png) no-repeat;
  background-size: 100% 100%;
  left: 100px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.main .banner .swiper-button-next {
  background-image: url(../images/arrow2.png);
  left: auto;
  right: 100px;
}
.main .banner .swiper-slide {
  position: relative;
}
.main .banner .swiper-slide .wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
}
.main .banner .swiper-slide .p1 {
  line-height: 60px;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
.main .banner .swiper-slide .p2 {
  line-height: 30px;
  font-size: 24px;
  color: #fff;
  margin-top: 26px;
}
.main .banner .swiper-slide .btn {
  margin-top: 134px;
}
.main .banner .swiper-slide .btn:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .banner .swiper-slide .btn a {
  float: left;
  width: 178px;
  height: 46px;
  line-height: 44px;
  box-sizing: border-box;
  border: solid 1px #fff;
  text-indent: 28px;
  font-size: 16px;
  color: #fff;
  background: url(../images/arrow4.png) no-repeat right 25px center;
  margin-right: 20px;
  position: relative;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .banner .swiper-slide .btn a::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #367639;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .banner .swiper-slide .btn a span {
  position: relative;
  z-index: 5;
}
.main .banner .swiper-slide .btn a:hover {
  border: solid 1px #367639;
}
.main .banner .swiper-slide .btn a:hover::after {
  width: 100%;
}
.main .columnTitle {
  text-align: center;
  border-bottom: solid 1px #f4f4f4;
  padding-bottom: 30px;
  position: relative;
}
.main .columnTitle::after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: -3px;
  z-index: 2;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  width: 50px;
  height: 5px;
  background: #367639;
}
.main .columnTitle .tit {
  font-size: 38px;
  color: #333333;
}
.main .columnTitle .txt {
  font-family: "Arial";
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  opacity: .1;
  margin-top: 4px;
}
.main .about {
  padding: 60px 0;
}
.main .about .columnTitle {
  padding-bottom: 0;
  text-align: left;
  border: none;
}
.main .about .columnTitle::after {
  display: none;
}
.main .about .content {
  float: right;
  width: 730px;
  margin-top: 28px;
}
.main .about .content .text {
  height: 84px;
  line-height: 28px;
  font-size: 18px;
  color: #777777;
  margin-top: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main .about .content .text a{
   
  font-size: 18px; font-style: italic;
  color: #777777;  
    
}
.main .about .content .text a:hover{ 
  color:#005304;  
    
}
.main .about .content ul {
  border-top: solid 1px #e4e4e4;
  margin-top: 38px;
  padding-top: 35px;
}
.main .about .content ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .about .content ul li {
  width: 33.333%;
  float: left;
  text-align: center;
  background: url(../images/about_list_line.gif) no-repeat 0 42px;
}
.main .about .content ul li:first-child {
  background: none;
}
.main .about .content ul li a {
  display: block;
}
.main .about .content ul li a:hover .icon1 {
  display: none;
}
.main .about .content ul li a:hover .icon2 {
  display: block;
}
.main .about .content ul li .icon2,
.main .about .content ul li .icon1 {
  width: 87px;
  margin: 0 auto;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .about .content ul li .icon2 img,
.main .about .content ul li .icon1 img {
  width: 100%;
  display: block;
}
.main .about .content ul li .icon2 {
  display: none;
}
.main .about .content ul li .txt {
  line-height: 20px;
  font-size: 15px;
  color: #333333;
  margin-top: 22px;
}
.main .about .pic {
  max-width: 620px;
  float: left;
}
.main .about .pic img {
  width: 100%;
  display: block;
}
.main .product {
   
  padding: 30px 0 10px 0;
}
.main .product .columnTitle {
  border-bottom: solid 1px #e7e7e7;
}
.main .product .swiper-container {
  margin-top: 20px;
}
.main .product .swiper-container .swiper-slide {
  text-align: center;width:450px; height:auto;float: left; margin: 30px 5px 0 5px;
}
.main .product .swiper-container .swiper-slide a {
  display: block;
  padding-bottom: 22px;
  border-bottom: solid 2px #e3e3e3;
}
.main .product .swiper-container .swiper-slide a::after {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 5;
  background: #367639;
  width: 0;
  height: 2px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .product .swiper-container .swiper-slide a:hover::after {
  width: 100%;
}
.main .product .swiper-container .swiper-slide a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1); 
}
.main .product .swiper-container .swiper-slide a:hover .tit {
  color: #367639;
}
.main .product .swiper-container .swiper-slide .pic {
  overflow: hidden; 
}
.main .product .swiper-container .swiper-slide .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .product .swiper-container .swiper-slide .tit,
.main .product .swiper-container .swiper-slide .txt {
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .product .swiper-container .swiper-slide .tit {
  font-size: 20px;
  font-family: "Arial";
  color: #333333;
  margin-top: 24px;
}
.main .product .swiper-container .swiper-slide .txt {
  font-size: 16px;
  color: #999999;
}
.main .product .wrap {
  position: relative;
}
.main .product .wrap .prev,
.main .product .wrap .next {
  width: 36px;
  height: 40px;
  position: absolute;
  left: -60px;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  outline: none;
  background: url(../images/arrow5.png) no-repeat center;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .product .wrap .prev:hover,
.main .product .wrap .next:hover {
  background-position: 0 center;
  background-image: url(../images/arrow7.png);
}
.main .product .wrap .next {
  left: auto;
  right: -60px;
  background-image: url(../images/arrow6.png);
}
.main .product .wrap .next:hover {
  background-position: right 0 center;
  background-image: url(../images/arrow8.png);
}
.main .product .wrap .swiper-button-disabled {
  opacity: .3;
}
.main .solutions {
  padding-top: 70px;
}
.main .solutions .swiper-container {
  margin-top: 60px;
}
.main .solutions .swiper-slide {
  overflow: hidden;
}
.main .solutions .swiper-slide a {
  display: block;
  position: relative;
}
.main .solutions .swiper-slide a:hover .text {
  background: url(../images/solutions_text2.png);
}
.main .solutions .swiper-slide a:hover .txt,
.main .solutions .swiper-slide a:hover .en {
  color: #fff;
}
.main .solutions .swiper-slide a:hover .icon {
  height: 44px;
  margin: 30px auto 10px auto;
}
.main .solutions .swiper-slide a:hover img {
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -ms-filter: brightness(100%);
  -o-filter: brightness(100%);
}
.main .solutions .swiper-slide img {
  width: 100%;
  display: block;
  filter: brightness(80%);
  -webkit-filter: brightness(80%);
  -moz-filter: brightness(80%);
  -ms-filter: brightness(80%);
  -o-filter: brightness(80%);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .solutions .swiper-slide .box {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 5;
  padding: 0 24px;
  box-sizing: border-box;
}
.main .solutions .swiper-slide .text {
  border-radius: 4px;
  background: url(../images/solutions_text1.png);
  padding: 22px 24px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .solutions .swiper-slide .text .txt,
.main .solutions .swiper-slide .text .en {
  line-height: 28px;
  color: #333333;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .solutions .swiper-slide .text .en {
  font-size: 18px;
  font-family: "Arial";
}
.main .solutions .swiper-slide .text .txt {
  font-size: 16px;
}
.main .solutions .swiper-slide .text .icon {
  width: 44px;
  height: 0px;
  background: url(../images/solutions_icon.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .application {
  padding: 92px 0;
}
.main .application .buoy {
  width: 175px;
  height: 118px;
  background: url(../images/application_buoy.png) no-repeat center 0;
  position: absolute;
  left: -200px;
  top: 0;
  z-index: 2;
}
.main .application .list {
  margin-top: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.main .application .list:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .application .list ul {
  position: relative;
  z-index: 9;
}
.main .application .list li {
  width: 12.5%;
  float: left;
  padding: 0 5px;
  box-sizing: border-box;
}
.main .application .list li .icon1,
.main .application .list li .icon2 {
  height: 118px;
  line-height: 118px;
}
.main .application .list li .icon1 img,
.main .application .list li .icon2 img {
  max-height: 60px;
  vertical-align: middle;
  margin-top: -2px;
}
.main .application .list li .icon2 {
  display: none;
}
.main .application .list li:hover .icon1 {
  display: none;
}
.main .application .list li:hover .icon2 {
  display: block;
}
.main .application .list li:hover .txt {
  color: #367639;
}
.main .application .list li .txt {
  line-height: 30px;
  font-size: 18px;
  color: #333333;
  margin-top: 10px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .service {
  background: url(../images/service_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 78px 0;
}
.main .service .columnTitle {
  border-bottom: solid 1px #61ad5c;
}
.main .service .columnTitle .tit {
  color: #fff;
}
.main .service .columnTitle .txt {
  color: #fff;
}
.main .service ul {
  margin-top: 62px;
}
.main .service ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .service ul li {
  width: 50%;
  float: left;
  border-left: solid 1px #4d9a42;
  border-bottom: solid 1px #4d9a42;
  box-sizing: border-box;
}
.main .service ul li:nth-child(odd) {
  border-left: none;
}
.main .service ul li:nth-last-child(2),
.main .service ul li:nth-last-child(1) {
  border-bottom: none;
}
.main .service ul li a {
  padding: 34px 50px 34px 0;
  box-sizing: border-box;
  display: block;
}
.main .service ul li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .service ul li a:hover .icon::after {
  bottom: 0;
}
.main .service ul li:nth-child(2) a,
.main .service ul li:nth-child(1) a {
  padding-top: 0;
}
.main .service ul li:nth-last-child(2) a,
.main .service ul li:nth-last-child(1) a {
  padding-bottom: 0;
}
.main .service ul li:nth-child(even) a {
  padding-left: 110px;
}
.main .service ul li .icon {
  width: 147px;
  height: 147px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  position: relative;
}
.main .service ul li .icon::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 2;
  background: url(../images/service_icon_hover1.gif) no-repeat center #367639;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .service ul li .icon img {
  width: 100%;
  display: block;
  border-radius: 50%;
}
.main .service ul li:nth-child(2) .icon::after {
  background-image: url(../images/service_icon_hover2.gif);
}
.main .service ul li:nth-child(3) .icon::after {
  background-image: url(../images/service_icon_hover3.gif);
}
.main .service ul li:nth-child(4) .icon::after {
  background-image: url(../images/service_icon_hover4.gif);
}
.main .service ul li .text {
  padding: 18px 0 0 170px;
  box-sizing: border-box;
}
.main .service ul li .text .tit {
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.main .service ul li .text .en {
  line-height: 20px;
  font-family: "Arial";
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  opacity: .1;
}
.main .service ul li .text .txt {
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #f6f6f6;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .cooperation {
  padding: 70px 0 40px 0;
}
.main .cooperation .swiper-container {
  margin-top: 64px;
}
.main .cooperation .swiper-container .swiper-slide {
  overflow: hidden;
}
.main .cooperation .swiper-container .swiper-slide a {
  display: block;
}
.main .cooperation .swiper-container .swiper-slide a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .cooperation .swiper-container .swiper-slide img {
  width: 100%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .cooperation .wrap {
  position: relative;
}
.main .cooperation .wrap .prev,
.main .cooperation .wrap .next {
  width: 30px;
  height: 33px;
  background: url(../images/arrow5.png) no-repeat center 0;
  position: absolute;
  left: -56px;
  top: 72%;
  z-index: 2;
  cursor: pointer;
  outline: none;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .cooperation .wrap .prev:hover,
.main .cooperation .wrap .next:hover {
  background-position: 0 0;
  background-image: url(../images/arrow7.png);
}
.main .cooperation .wrap .next {
  background-image: url(../images/arrow6.png);
  left: auto;
  right: -56px;
}
.main .cooperation .wrap .next:hover {
  background-position: right 0 top 0;
  background-image: url(../images/arrow8.png);
}
.main .cooperation .wrap .swiper-button-disabled {
  opacity: .4;
}
@media only screen and (max-width: 1680px) {
  .main .banner .swiper-button-prev {
    left: 14px;
  }
  .main .banner .swiper-button-next {
    left: auto;
    right: 14px;
  }
}
@media only screen and (max-width: 1400px) {
  .main .about {
    padding: 60px 0;
  }
  .main .about .content {
    width: 600px;
    margin-top: 0px;
  }
  .main .about .pic {
    max-width: 580px;
  }
  .main .solutions .swiper-slide .box {
    bottom: 20px;
    padding: 0 14px;
  }
  .main .solutions .swiper-slide .text {
    padding: 14px;
  }
  .main .service ul li a {
    padding: 34px 20px 34px 0;
  }
  .main .service ul li:nth-child(even) a {
    padding-left: 20px;
  }
}
.container .columnMenu {
  background: #f5f5f5;
  border-bottom: solid 1px #e8e8e8;
}
.container .columnMenu:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.container .columnMenu .menu .btn {
  display: none;
}
.container .columnMenu .menu li {
  float: left;
}
.container .columnMenu .menu li a {
  padding: 0 40px;
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  color: #333333;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.container .columnMenu .menu li a:hover {
  color: #367639;
}
.container .columnMenu .menu li.on a {
  background: #367639;
  color: #fff;
}
.container .columnMenu .crumbs {
  float: right;
  line-height: 80px;
  font-size: 15px;
  color: #999999;
}
.container .columnMenu .crumbs .home {
  background: url(../images/crumbs.png) no-repeat 0 center;
  padding-left: 28px;
}
.container .columnMenu .crumbs a {
  font-size: 15px;
  color: #999999;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.container .columnMenu .crumbs a:hover {
  color: #367639;
}
.container .paging {
    text-align: center;
    margin-top: 50px;
    display: inline-block;
    margin-left:35%;
}
.container .paging ul li,.paging span,.paging a {
  float: left;
  margin: 0 2px;
}
.container .paging ul li a:hover,
.container .paging ul li.on a,.paging a:hover,.paging span.current{
  background: #367639;
  color: #fff;
}
.container .paging ul li a ,.paging a,.paging span {
  width: 62px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  display: block;
  background: #f1f1f1;
  font-family: "Arial";
  font-size: 16px;
  color: #555555;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.container .prevnext:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.container .prevnext .next,
.container .prevnext .prev {
  width: 150px;
  height: 50px;
  line-height: 50px;
  background: url(../images/arrow22.png) no-repeat 36px center #f5f5f5;
  text-indent: 60px;
  font-size: 15px;
  color: #333333;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  float: left;
}
.container .prevnext .next:hover,
.container .prevnext .prev:hover {
  background-position: 26px center;
  background-color: #367639;
  background-image: url(../images/arrow24.png);
  color: #fff;
}
.container .prevnext .next {
  float: right;
  background: url(../images/arrow23.png) no-repeat right 36px center #f5f5f5;
  text-indent: 35px;
}
.container .prevnext .next:hover {
  background-position: right 26px center;
  background-image: url(../images/arrow25.png);
}
.aboutPage {
  padding: 80px 0;
}
.aboutPage .introduce {
  line-height: 32px;
  font-size: 16px;
  color: #555555;
}
.aboutPage .introduce .sb1 {
  max-width: 600px;
  float: right;
}
.aboutPage .introduce .sb2 {
  padding-right: 620px;
  box-sizing: border-box;
}
.aboutPage .introduce .title {
  margin-bottom: 34px;
}
.aboutPage .introduce .title .tit {
  font-size: 32px;
  color: #333333;
  margin-bottom: 10px;
}
.aboutPage .introduce .title span {
  width: 82px;
  height: 1px;
  background: #bfbfbf;
  display: inline-block;
}
.aboutPage .introduce img {
  max-width: 100%;
}
.aboutPage .introduce .img1 {
  float: right;
  margin: 20px 0 0 38px;
}
.aboutPage .culture .pic img {
  width: 100%;
  display: block;
}
.aboutPage .culture ul {
  margin-top: 20px;
}
.aboutPage .culture ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .culture ul li {
  float: left;
  width: 33.333%;
  padding: 38px 16px;
  box-sizing: border-box;
  border-bottom: solid 1px #f2f2f2;
}
.aboutPage .culture ul li:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .culture ul li:nth-last-child(1),
.aboutPage .culture ul li:nth-last-child(2),
.aboutPage .culture ul li:nth-last-child(3) {
  border-bottom: none;
}
.aboutPage .culture ul li .icon {
  height: 80px;
  line-height: 80px;
  float: left;
  text-align: center;
}
.aboutPage .culture ul li .icon img {
  margin-top: 2px;
  max-height: 100%;
}
.aboutPage .culture ul li .txt {
  padding-left: 80px;
  box-sizing: border-box;
}
.aboutPage .culture ul li .txt .p1 {
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #b6b6b6;
}
.aboutPage .culture ul li .txt .p2 {
  line-height: 22px;
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
}
.aboutPage .history {
  background: #f5f5f5;
  position: relative;
  padding: 58px 70px 58px 100px;
  box-sizing: border-box;
}
.aboutPage .history:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .history .swiper-button-next,
.aboutPage .history .swiper-button-prev {
  width: 18px;
  height: 10px;
  background: url(../images/arrow9.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 260px;
  top: 75px;
  z-index: 5;
  cursor: pointer;
  margin: 0;
  padding: 0;
  outline: none;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.aboutPage .history .swiper-button-next:hover,
.aboutPage .history .swiper-button-prev:hover {
  background-image: url(../images/arrow11.png);
}
.aboutPage .history .swiper-button-next {
  top: auto;
  bottom: 75px;
  background-image: url(../images/arrow10.png);
}
.aboutPage .history .swiper-button-next:hover {
  background-image: url(../images/arrow12.png);
}
.aboutPage .history .gallery-thumbs {
  width: 178px;
  height: 370px;
  float: left;
  background: url(../images/history_line.gif) repeat-y right 8px top 0;
  margin-top: 60px;
}
.aboutPage .history .gallery-thumbs .swiper-slide {
  height: 24px;
  line-height: 24px;
  background: url(../images/history_thumbs1.png) no-repeat right 1px center;
  font-family: "Arial";
  font-size: 24px;
  color: #333333;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.aboutPage .history .gallery-thumbs .swiper-slide:hover {
  background-image: url(../images/history_thumbs2.png);
  color: #367639;
}
.aboutPage .history .gallery-top {
  width: 960px;
  height: 490px;
  float: right;
}
.aboutPage .history .gallery-top .swiper-slide .pic {
  width: 267px;
  float: left;
}
.aboutPage .history .gallery-top .swiper-slide .pic img {
  width: 100%;
  display: block;
}
.aboutPage .history .gallery-top .swiper-slide .date,
.aboutPage .history .gallery-top .swiper-slide .txt {
  line-height: 32px;
  font-size: 18px;
  color: #000;
  margin-top: 30px;
}
.aboutPage .history .gallery-top .swiper-slide .date {
  width: 90px;
  float: left;
  margin-left: 58px;
}
.aboutPage .history .gallery-top .swiper-slide .txt {
  padding-left: 449px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1400px) {
  .aboutPage .introduce .sb1 {
    max-width: 460px;
  }
  .aboutPage .introduce .sb2 {
    padding-right: 480px;
  }
  .aboutPage .history {
    padding: 50px;
  }
  .aboutPage .history .swiper-button-next,
  .aboutPage .history .swiper-button-prev {
    left: 142px;
  }
  .aboutPage .history .gallery-thumbs {
    width: 110px;
  }
  .aboutPage .history .gallery-top {
    width: 900px;
  }
}
.productPage .classification .title {
  text-align: center;
  background: url(../images/classification_title.png) no-repeat center bottom;
  padding-bottom: 50px;
  margin: 74px 0 60px 0;
}
.productPage .classification .title .tit {
  font-size: 38px;
  color: #333333;
}
.productPage .classification .title .en {
  font-size: 22px;
  color: #f0f0f0;
  margin-top: 12px;
}
.productPage .classification .box {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background: no-repeat;
}
.productPage .classification .box.white .tit,
.productPage .classification .box.white .txt {
  color: #fff;
}
.productPage .classification .box.white .arrow {
  background-image: url(../images/arrow15.png);
}
.productPage .classification .box:nth-child(odd) .cont {
  left: 0;
  right: auto;
}
.productPage .classification .box a {
  display: block;
}
.productPage .classification .box a:hover .arrow {
  background-image: url(../images/arrow14.png);
}
.productPage .classification .box .wrap {
  min-height: 470px;
  position: relative;
}
.productPage .classification .box .cont {
  width: 640px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 2;
}
.productPage .classification .box .line {
  width: 27px;
  height: 6px;
  background: #367639;
}
.productPage .classification .box .tit {
  margin-top: 36px;
  color: #333333;
}
.productPage .classification .box .tit .p1 {
  line-height: 30px;
  font-size: 26px;
  font-family: "Arial";
}
.productPage .classification .box .tit .p2 {
  line-height: 28px;
  font-size: 22px;
  margin-top: 8px;
}
.productPage .classification .box .txt {
  line-height: 28px;
  font-size: 15px;
  color: #686868;
  margin-top: 30px;
}
.productPage .classification .box .arrow {
  width: 41px;
  height: 41px;
  background: url(../images/arrow13.png) no-repeat center;
  background-size: 100% 100%;
  margin-top: 40px;
}
.productPage .productList {
  padding: 80px 0 44px 0;
}
.productPage .productList .title {
  text-align: center;
  line-height: 32px;
  font-size: 26px;
  color: #367639;
}
.productPage .productList .title span {
  width: 40px;
  height: 5px;
  background: #367639;
  display: block;
  margin: 22px auto 0 auto;
}
.productPage .productList .info {
  max-width: 1150px;
  line-height: 32px;
  font-size: 20px; font-weight: 600;
  color: #000;
  text-align: left; 
  margin: 16px auto 0 auto;
}
.productPage .productList .info2 {
  max-width: 1150px;
  line-height: 32px;
  font-size: 20px; font-weight: 600;
  color: #000;
  text-align: center; 
  margin: 16px auto 0 auto;
}

.productPage .productList .info1 {
  max-width: 1150px;
  line-height: 32px;
  font-size: 18px;
  color: #000;
  text-align:left;
  margin: 16px auto 0 auto;
}
.productPage .productList .list {
  margin-top: 64px;
}
.productPage .productList .list:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.productPage .productList .list li {
  float: left;
  width: 442px;
  margin: 0 0 36px 36px;
  text-align: center;
}
.productPage .productList .list li:nth-child(3n+1) {
  margin-left: 0;
}
.productPage .productList .list li a {
  display: block;
}
.productPage .productList .list li a:hover .pic {
  border: solid 1px #367639;
}
.productPage .productList .list li a:hover .pic > img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.productPage .productList .list li a:hover .tit {
  color: #367639;
}
.productPage .productList .list li a:hover .line::after {
  width: 100%;
}
.productPage .productList .list li .pic {
  height: 417px;
  overflow: hidden;
  box-sizing: border-box;
  border: solid 1px #dbdbdb;
  position: relative;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.productPage .productList .list li .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.productPage .productList .list li .pic span {
  width: 99px;
  height: 99px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.productPage .productList .list li .tit {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #333333;
  font-family: "Arial";
  margin: 26px 0 6px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.productPage .productList .list li .txt {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.productPage .productList .list li .line {
  height: 2px;
  background: #dbdbdb;
  margin-top: 28px;
  position: relative;
}
.productPage .productList .list li .line::after {
  content: " ";
  width: 0%;
  height: 2px;
  background: #367639;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.productPage .details {
  padding: 80px 0;
}
.productPage .details .photo {
  max-width: 678px;
  float: left;
  border: solid 1px #e1e1e1;
  box-sizing: border-box;
}
.productPage .details .photo img {
  width: 100%;
  display: block;
}
.productPage .details .photo .swiper-button-next,
.productPage .details .photo .swiper-button-prev {
  background: url(../images/arrow16.png) no-repeat center;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  left: 16px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  margin: 0;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.productPage .details .photo .swiper-button-next:hover,
.productPage .details .photo .swiper-button-prev:hover {
  background-image: url(../images/arrow18.png);
}
.productPage .details .photo .swiper-button-next {
  left: auto;
  right: 16px;
  background-image: url(../images/arrow17.png);
}
.productPage .details .photo .swiper-button-next:hover {
  background-image: url(../images/arrow19.png);
}
.productPage .details .introduce {
  max-width: 658px;
  width: 100%;
  float: right;
}
.productPage .details .introduce .title {
  line-height: 60px;
  font-size: 40px;
  color: #367639;
  font-family: "Arial";
  margin: 10px 0;
}
.productPage .details .introduce .info {
  line-height: 28px;
  font-size: 16px;
  color: #999999;
}
.productPage .details .introduce .text {
  line-height: 40px;
  font-size: 16px;
  color: #444444;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  padding: 22px 0;
  margin-top: 32px;
}
.productPage .details .introduce .btn {
  float: left;
  padding: 0 34px;
  height: 48px;
  line-height: 48px;
  background: #367639;
  font-size: 16px;
  color: #fff;
  margin-top: 45px;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.productPage .details .introduce .btn:hover {
  background: #005304;
}
.productPage .details .publicTitle {
  height: 90px;
  line-height: 90px;
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  border-bottom: solid 1px #e5e5e5;
}
.productPage .details .publicTitle::after {
  content: " ";
  width: 4px;
  height: 32px;
  background: #367639;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 2;
}
.productPage .details .detai {
  margin-top: 58px;
}
.productPage .details .detai .article {
  padding: 56px 0;
}
.productPage .details .detai .article:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.productPage .details .detai .article .box {
  max-width: 650px;
  float: left;
}
.productPage .details .detai .article .box:nth-child(even) {
  float: right;
}
.productPage .details .detai .article .tit {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.productPage .details .detai .article .text {
  margin-top: 36px;
}
.productPage .details .detai .article .list {
  margin-top: 36px;
}
.productPage .details .detai .article .list li {
  background: url(../images/details_list.gif) no-repeat 0 10px;
  padding-left: 18px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.productPage .details .detai .article .list h2 {
  line-height: 24px;
  font-size: 20px; font-weight:600;
  color: #333333;
}
.productPage .details .detai .article .list p {
  line-height: 32px;
  font-size: 16px;
  color: #777777;
}
.productPage .details .related .productList {
  padding: 0;
  margin-top: 60px;
}
.productPage .details .related .list {
  margin-top: 0;
}
@media only screen and (max-width: 1400px) {
  .productPage .productList .list li {
    width: 384px;
    margin: 0 0 24px 24px;
  }
  .productPage .productList .list li .pic {
    height: 258px;
  }
  .productPage .productList .list li .pic span {
    width: 80px;
    height: 80px;
  }
  .productPage .details .photo {
    max-width: 580px;
  }
  .productPage .details .introduce {
    max-width: 580px;
  }
  .productPage .details .introduce .title {
    margin: 5px 0;
  }
  .productPage .details .introduce .text {
    padding: 18px 0;
  }
    

    
    
    
    
    
    
    
    
    
  .productPage .details .detai .article .box {
    max-width: 590px;
  }
}
.servicePage {
  padding: 60px 0;
}
.servicePage .concept {
  padding: 0 58px;
  box-sizing: border-box;
}
.servicePage .concept:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.servicePage .concept .box {
  width: 50%;
  padding: 0 22px;
  box-sizing: border-box;
  float: left;
  text-align: center;
}
.servicePage .concept .box a {
  display: block;
}
.servicePage .concept .box a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.servicePage .concept .box a:hover .tit {
  color: #367639;
}
.servicePage .concept .box .pic {
  overflow: hidden;
}
.servicePage .concept .box .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.servicePage .concept .box .tit {
  line-height: 40px;
  font-size: 30px;
  color: #333333;
  margin-top: 24px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.servicePage .concept .box .en {
  line-height: 20px;
  font-size: 14px;
  font-family: "Arial";
  color: #333333;
  opacity: .36;
  margin-top: 10px;
}
.servicePage .hierarchy li {
  margin-bottom: 48px;
}
.servicePage .hierarchy li:last-child {
  margin-bottom: 0;
}
.servicePage .hierarchy li a {
  display: block;
}
.servicePage .hierarchy li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.servicePage .hierarchy li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.servicePage .hierarchy li a:hover .tit {
  color: #367639;
}
.servicePage .hierarchy li .pic {
  width: 580px;
  overflow: hidden;
  float: left;
}
.servicePage .hierarchy li .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.servicePage .hierarchy li .cont {
  padding: 46px 0 0 628px;
  box-sizing: border-box;
}
.servicePage .hierarchy li .cont .tit {
  line-height: 34px;
  font-size: 26px;
  color: #333333;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.servicePage .hierarchy li .cont .en {
  line-height: 20px;
  font-size: 16px;
  font-family: "Arial";
  color: #d4d4d4;
  margin: 5px 0 36px 0;
}
.servicePage .hierarchy li .cont .txt {
  line-height: 32px;
  font-size: 16px;
  color: #555555;
}
.servicePage .cooperation .title {
  text-align: center;
  font-size: 28px;
  color: #333333;
}
.servicePage .cooperation .title span {
  color: #367639;
}
.servicePage .cooperation .list {
  margin-top: 50px;
}
.servicePage .cooperation .list:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.servicePage .cooperation .list ul {
  max-width: 1394px;
  float: left;
  border-top: solid 1px #eeeeee;
  border-left: solid 1px #eeeeee;
  box-sizing: border-box;
}
.servicePage .cooperation .list li {
  width: 199px;
  height: 141px;
  float: left;
  border-right: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  box-sizing: border-box;
}
.servicePage .cooperation .list li a {
  display: block;
  overflow: hidden;
  position: relative;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.servicePage .cooperation .list li a:hover {
  box-shadow: 0px 0px 20px 3px #dfdfdf;
  z-index: 5;
}
.servicePage .cooperation .list li img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1400px) {
  .servicePage .cooperation .list ul {
    max-width: 1195px;
  }
}
.newsPage {
  padding: 70px 0 80px 0;
}
.newsPage .newsList li {
  margin-bottom: 28px;
}
.newsPage .newsList li a {
  display: block;
  border: solid 1px #e6e6e6;
  box-sizing: border-box;
  padding: 34px;
}
.newsPage .newsList li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .newsList li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.newsPage .newsList li a:hover .arrow {
  background-image: url(../images/arrow21.png);
}
.newsPage .newsList li .pic {
  width: 420px;
  height: 279px;
  overflow: hidden;
  float: left;
}
.newsPage .newsList li .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.newsPage .newsList li .cont {
  padding: 24px 0 0 484px;
  box-sizing: border-box;
}
.newsPage .newsList li .cont .tit {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newsPage .newsList li .cont .date {
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  color: #bbbbbb;
  margin: 24px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newsPage .newsList li .cont .txt {
  height: 60px;
  line-height: 30px;
  font-size: 15px;
  color: #777777;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newsPage .newsList li .cont .arrow {
  width: 31px;
  height: 31px;
  background: url(../images/arrow20.png) no-repeat;
  background-size: 100% 100%;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  margin-top: 30px;
}
.newsPage .details .title {
  text-align: center;
}
.newsPage .details .title .tit {
  line-height: 44px;
  font-size: 28px;
  color: #333333;
}
.newsPage .details .title .date {
  line-height: 20px;
  font-size: 15px;
  color: #c8c8c8;
  font-family: "Arial";
  margin: 20px 0;
}
.newsPage .details .title .share {
  height: 30px;
  overflow: hidden;
}
.newsPage .details .title .share .bdsharebuttonbox {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.newsPage .details .title .share .bdsharebuttonbox a {
  width: 30px;
  height: 30px;
  background: no-repeat;
  background-size: 100% 100%;
  margin: 0 7px;
  padding: 0;
  float: left;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.newsPage .details .title .share .bdsharebuttonbox .bds_weixin {
  background-image: url(../images/share6.png);
}
.newsPage .details .title .share .bdsharebuttonbox .bds_weixin:hover {
  background-image: url(../images/share66.png);
}
.newsPage .details .title .share .bdsharebuttonbox .bds_sqq {
  background-image: url(../images/share4.png);
}
.newsPage .details .title .share .bdsharebuttonbox .bds_sqq:hover {
  background-image: url(../images/share44.png);
}
.newsPage .details .title .share .bdsharebuttonbox .bds_tsina {
  background-image: url(../images/share5.png);
}
.newsPage .details .title .share .bdsharebuttonbox .bds_tsina:hover {
  background-image: url(../images/share55.png);
}
.newsPage .details .article {
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  margin: 25px 0 34px 0;
  padding: 50px 130px;
    font-size: 18px;
  box-sizing: border-box;
}
.newsPage .mediaReports:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .mediaReports li {
  width: 442px;
  float: left;
  margin: 0 0 30px 37px;
  text-align: center;
}
.newsPage .mediaReports li:nth-child(3n+1) {
  margin-left: 0;
}
.newsPage .mediaReports li a {
  display: block;
  box-shadow: 0px 0px 15px 3px #eeeeee;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.newsPage .mediaReports li a:hover {
  box-shadow: 0px 0px 15px 3px #bbb;
}
.newsPage .mediaReports li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.newsPage .mediaReports li .pic {
  height: 167px;
  overflow: hidden;
}
.newsPage .mediaReports li .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.newsPage .mediaReports li .tit {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #333333;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newsPage .mediaReports li .txt {
  max-width: 338px;
  height: 60px;
  line-height: 30px;
  font-size: 15px;
  color: #b2b2b2;
  margin: 10px auto 0 auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newsPage .mediaReports li .date {
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  border-top: solid 1px #f2f2f2;
  margin-top: 22px;
  font-size: 15px;
  color: #b2b2b2;
  font-family: "Arial";
}
.newsPage .related {
  margin-top: 40px;
}
.newsPage .related .title {
  height: 90px;
  line-height: 90px;
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  border-bottom: solid 1px #e5e5e5;
}
.newsPage .related .title::after {
  content: " ";
  width: 4px;
  height: 32px;
  background: #367639;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 2;
}
.newsPage .related ul {
  margin-top: 30px;
}
.newsPage .related ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .related ul li {
  width: 442px;
  float: left;
  margin: 0 0 0 37px;
  text-align: center;
}
.newsPage .related ul li:nth-child(3n+1) {
  margin-left: 0;
}
.newsPage .related ul li a {
  display: block;
}
.newsPage .related ul li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.newsPage .related ul li a:hover .tit {
  color: #367639;
}
.newsPage .related ul li .pic {
  overflow: hidden;
}
.newsPage .related ul li .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.newsPage .related ul li .tit {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #333;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
@media only screen and (max-width: 1400px) {
  .newsPage {
    padding: 70px 0 80px 0;
  }
  .newsPage .mediaReports li {
    width: 386px;
    margin: 0 0 20px 20px;
  }
  .newsPage .mediaReports li .pic {
    height: 146px;
  }
  .newsPage .related ul li {
    width: 388px;
    margin: 0 0 0 18px;
  }
  .newsPage .related ul li .tit {
    font-size: 18px;
    margin-top: 5px;
  }
}
.recruitmentPage {
  padding: 70px 0 100px 0;
}
.recruitmentPage .concept {
  background: #f5f5f5;
}
.recruitmentPage .concept .row:nth-child(even) .pic {
  float: left;
}
.recruitmentPage .concept .row:nth-child(even) .cont {
  float: right;
}
.recruitmentPage .concept .pic {
  width: 50%;
  float: right;
}
.recruitmentPage .concept .pic img {
  width: 100%;
  display: block;
}
.recruitmentPage .concept .cont {
  width: 50%;
  float: left;
  padding: 58px 52px 0 52px;
  box-sizing: border-box;
}
.recruitmentPage .concept .title {
  margin-bottom: 60px;
}
.recruitmentPage .concept .title .tit {
  line-height: 48px;
  font-size: 38px;
  color: #444444;
}
.recruitmentPage .concept .title .en {
  line-height: 20px;
  font-size: 15px;
  font-family: "Arial";
  color: #d7d7d7;
  font-weight: bold;
  margin-top: 5px;
}
.recruitmentPage .concept .text {
  line-height: 32px;
  font-size: 16px;
  color: #444444;
}
.recruitmentPage .concept .btn {
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  background: #367639;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  margin-top: 60px;
}
.recruitmentPage .concept .btn:hover {
  background: #005304;
}
.recruitmentPage .recruitmentList .top {
  padding-right: 130px;
  box-sizing: border-box;
  background: #367639;
  text-align: center;
}
.recruitmentPage .recruitmentList .top:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.recruitmentPage .recruitmentList .top span {
  width: 25%;
  height: 72px;
  line-height: 72px;
  float: left;
  font-size: 16px;
  color: #fff;
}
.recruitmentPage .recruitmentList li .top {
  background: url(../images/arrow26.png) no-repeat right 52px center #ffffff;
  border-bottom: solid 1px #dcdcdc;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.recruitmentPage .recruitmentList li .top span {
  color: #333333;
}
.recruitmentPage .recruitmentList li.on .top {
  background-image: url(../images/arrow27.png);
}
.recruitmentPage .recruitmentList li .text {
  background: #f5f5f5;
  padding: 40px 60px;
  box-sizing: border-box;
  line-height: 30px;
  font-size: 16px;
  color: #888888;
  display: none;
}
.recruitmentPage .recruitmentList li .text .tit {
  color: #333333;
  font-weight: bold;
}
.contactPage {
  padding-top: 45px;
     
}
.contactPage .anchor {
  display: block;
  position: relative;
  top: -120px;
}
.contactPage .contact {
  padding: 60px;
  box-sizing: border-box;
  background: #f5f5f5;
}
.contactPage .contact:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.contactPage .contact .address {
  width: 50%;
  float: left;
}
.contactPage .contact .address .tit {
  font-size: 24px;
  color: #444444; font-weight: 500
}
.contactPage .contact .address .en {
  font-family: "Arial";
  font-size: 15px;
  color: #d7d7d7;
  font-weight: bold;
  margin-top: 5px;
}
.contactPage .contact .address .text {
  margin-top: 30px;
}
.contactPage .contact .address .text .p {
  line-height: 30px;
  padding: 20px 54px;
  box-sizing: border-box;
  border-bottom: solid 1px #e5e5e5;
  font-size: 16px;
  color: #444444;
  background: no-repeat 18px 26px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.contactPage .contact .address .text .p a {
  font-size: 16px;
  color: #444444;
  display: block;
}
.contactPage .contact .address .text .p:hover {
  background-color: #367639;
  color: #fff;
  padding: 20px 14px 20px 94px;
  background-position: 58px 26px;
}
.contactPage .contact .address .text .p:hover a {
  color: #fff;
}
.contactPage .contact .address .text .p1 {
  background-image: url(../images/address1.png);
}
.contactPage .contact .address .text .p1:hover {
  background-image: url(../images/address11.png);
}
.contactPage .contact .address .text .p2 {
  background-image: url(../images/address2.png);
}
.contactPage .contact .address .text .p2:hover {
  background-image: url(../images/address22.png);
}
.contactPage .contact .address .text .p3 {
  background-image: url(../images/address3.png);
}
.contactPage .contact .address .text .p3:hover {
  background-image: url(../images/address33.png);
}
.contactPage .contact .address .text .p4 {
  background-image: url(../images/address4.png);
}
.contactPage .contact .address .text .p4:hover {
  background-image: url(../images/address44.png);
}
.contactPage .contact .address .text .p5 {
  background-image: url(../images/address5.png);
}
.contactPage .contact .address .text .p5:hover {
  background-image: url(../images/address55.png);
}
.contactPage .contact .map {
  float: right;
  border: solid 1px #e5e5e5;
}
.contactPage .contact .map #allmap {
  width: 750px;
  height: 484px;
}
.contactPage .consult {
  margin-top: 65px;
  background: url(../images/consult_bg.jpg) no-repeat right 0 bottom 0;
  padding-bottom: 74px;
}
.contactPage .consult .title .tit {
  font-size: 38px;
  color: #333333;
}
.contactPage .consult .title .txt {
  font-size: 16px;
  color: #888888;
  margin-top: 10px;
}
.contactPage .consult .inpubox {
  max-width: 980px;
  margin-top: 40px;
}
.contactPage .consult .inpubox:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.contactPage .consult .inpubox textarea,
.contactPage .consult .inpubox input[type='text'] {
  width: 306px;
  height: 50px;
  line-height: 48px;
  float: left;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  margin: 0 12px 14px 0;
  padding: 0 20px;
  font-size: 15px;
  color: #333333;
}
.contactPage .consult .inpubox textarea::-webkit-input-placeholder,
.contactPage .consult .inpubox input[type='text']::-webkit-input-placeholder {
  color: #333333;
}
.contactPage .consult .inpubox textarea:-moz-placeholder,
.contactPage .consult .inpubox input[type='text']:-moz-placeholder {
  color: #333333;
}
.contactPage .consult .inpubox textarea::-moz-placeholder,
.contactPage .consult .inpubox input[type='text']::-moz-placeholder {
  color: #333333;
}
.contactPage .consult .inpubox textarea:-ms-input-placeholder,
.contactPage .consult .inpubox input[type='text']:-ms-input-placeholder {
  color: #333333;
}
.contactPage .consult .inpubox textarea {
  max-width: 942px;
  width: 100%;
  height: 184px;
  resize: none;
  line-height: 20px;
  padding: 20px;
}
.contactPage .consult .inpubox button,
.contactPage .consult .inpubox input[type='button'] {
  width: 185px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #367639;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  margin-top: 24px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.contactPage .consult .inpubox button:hover,
.contactPage .consult .inpubox input[type='button']:hover {
  background: #005304;
}
@media only screen and (max-width: 1400px) {
  .contactPage .contact {
    padding: 30px;
  }
  .contactPage .contact .map #allmap {
    width: 640px;
    height: 460px;
  }
  .contactPage .consult .inpubox {
    max-width: 980px;
    margin-top: 40px;
  }
  .contactPage .consult .inpubox:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
  }
  .contactPage .consult .inpubox textarea,
  .contactPage .consult .inpubox input[type='text'] {
    width: 280px;
    margin: 0 10px 10px 0;
    padding: 0 12px;
  }
  .contactPage .consult .inpubox textarea {
    max-width: 860px;
    width: 100%;
    padding: 12px;
  }
}



.container02{ padding:5px 0 60px 0; overflow:hidden}

.container02 ul{margin-bottom:58px;}

.container02 ul li{float:left;width:430px;height:405px; overflow:hidden;margin-left: 35px;}

.container02 ul li:before{content:"";background:#093e96;position:absolute;left:0;top:0;width: 100%;height:100%;-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}

.container02 ul li a{ display:block; width:100%; height:100%; padding:48px 60px;}

.container02 ul li .bg{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:0; -moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}

.container02 ul li .con{position:relative;z-index:1;overflow: hidden;}

.container02 ul li .con h3{ height:78px; line-height:78px;}

.container02 ul li .con h4{ font-size:18px; color:#fff; text-transform:uppercase}

.container02 ul li .con h5{ font-size:18px; color:#fff; margin-bottom:72px; margin-top:8px; position:relative}

.container02 ul li .con h5:before{ content:""; position:absolute; top:48px; left:0; width:0; height:2px; background:#fff; -moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}

.container02 ul li .con p{ font-size:13px; color:#fff; line-height:30px; height:250px; overflow:hidden; margin-bottom:250px; transform:translateX(-380px); -webkit-transform:translateX(-380px); -moz-transform:translateX(-380px); -moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}

.container02 ul li .con .more b{display:inline-block; width:38px ;height: 38px;line-height: 34px; text-align:center;font-size: 13px;color: #333333;border:  #fff 1px solid;font-weight: normal;-moz-border-radius: 3px;-webkit-border-radius:3px;border-radius:3px; -moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out; color:#fff}

.container02 ul li:hover .con .more b{ width: 105px; background: #fff; color: #6e6e6e;}

.container02 ul li .con .more b span{display:inline-block;width:0; height:36px; line-height: 36px;font-family:arial;color: #333333;font-size: 13px;margin-left:5px;overflow:hidden;-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}

.container02 ul li:hover .con .more b span{ margin-left:0; width:52px; margin-right:8px}



.container02 ul li:hover .bg{}

.container02 ul li:hover:before{ right:0; width:100%}

.container02 ul li:hover .con p{ transform:translateX(0); -webkit-transform:translateX(0); -moz-transform:translateX(0);}

.container02 ul li:hover .con h5:before{ width:35px; }

.container02 ul li .bg{ -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; transition: all 1s; -moz-transform: perspective(300px) rotateY(0deg); -ms-transform: perspective(300px) rotateY(0deg); -o-transform: perspective(300px) rotateY(0deg); transform: perspective(300px) rotateY(0deg);}

.container02 ul li:hover .bg{ opacity: 1; -webkit-transform: perspective(300px) rotateY(90deg); -moz-transform: perspective(300px) rotateY(90deg); -ms-transform: perspective(300px) rotateY(90deg); -o-transform: perspective(300px) rotateY(90deg); transform: perspective(300px) rotateY(90deg); }



 
.container02 ul li:hover .line1,

.container02 ul li:hover .line2 { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scale(1); transform: scale(1); }

.inter-inner { width: 94%; height: 94%; position: absolute; left: 3%; top: 3%; }

.inter-inner .line1, .inter-inner .line2 { position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; filter: alpha(opacity=0); pointer-events: none; -webkit-transition: opacity 0.6s, -webkit-transform 0.6s; transition: opacity 0.6s, transform 0.6s; transition-delay:0.6s}

.inter-inner .line1 { border-top: 3px solid #fff; border-bottom: 3px solid #fff; -webkit-transform: scale(0,1); transform: scale(0,1); }

.inter-inner .line2 { border-right: 3px solid #fff; border-left: 3px solid #fff; -webkit-transform: scale(1,0); transform: scale(1,0); }

 .index-m{display:none}




@media screen and (max-width:640px) {
    
    .main .product .swiper-container .swiper-slide {
  text-align: center;width:100%; height:auto;float: left; margin: 30px 5px 0 5px;
}
    .index-pc{display:none}
   .index-m{display:block} 
    
    
.container02{ padding:3rem 0; overflow:hidden}
.container02 ul{margin-bottom: 1rem;overflow:hidden;}
.container02 ul li{float:left;width: 100%;height:100%;position:relative;overflow:hidden;margin-bottom: 1rem;margin-left: 0px;}
.container02 ul li:before{ content:""; background:#093e96; position:absolute; left:0; top:0; width:0; height:100%; -moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.container02 ul li a{display:block;width:100%;height:100%;padding: 0 1.5rem;}
.container02 ul li .bg{position:absolute;left:0;top:0;width:100%;height:100%;z-index:0;-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;background-size: cover !important;}
.container02 ul li .con{position:relative;z-index:1;overflow: hidden;height: 100%;}
.container02 ul li .con h3{height: 30px;l;line-height: 30px;margin-top: 20px;}
.container02 ul li .con h3 img{ display:inline-block; height:auto;}
.container02 ul li .con h4{font-size: 14px;color:#fff;text-transform:uppercase;margin-top:40px}
.container02 ul li .con h5{font-size: 13px;color:#fff;margin-bottom: 0.25rem;margin-top: 0;position:relative;}
.container02 ul li .con h5:before{ content:""; position:absolute; top:48px; left:0; width:0; height:2px; background:#fff; -moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.container02 ul li .con p{display: none;font-size:13px;color:#fff;line-height:30px;height:150px;overflow:hidden;margin-bottom:174px;transform:translateX(-280px);-webkit-transform:translateX(-280px);-moz-transform:translateX(-280px);-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.container02 ul li .con .more b{display:inline-block;position: absolute;top: 50%;margin-top: -19px;right: 0;width:38px;height: 38px;line-height: 36px;text-align:center;font-size: 20px;color: #333333;border:  #fff 1px solid;font-weight: normal;-moz-border-radius: 3px;-webkit-border-radius:3px;border-radius:3px;-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;color:#fff;background: rgba(255,255,255,0.2);}
.container02 ul li .con .more b span{display:inline-block;width:0;display:  none;height:36px;line-height: 36px;font-family:arial;color: #333333;font-size: 13px;margin-left:5px;overflow:hidden;-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}

.container02 dl{ text-align:center; position:relative}
.container02 dd{ float:left; width:25%; }
.container02 dl dd h3{height: 38px;line-height: 38px;}
.container02 dl dd h3 img{-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray;height: 20px;}
.container02 dl dd h4{ font-size:12px; color:#828282; text-transform:uppercase; position:relative}
.container02 dl dd h5{font-size: 13px;color:#333333;margin-bottom: 6px;position:relative;text-align: center;}
.container02 dl dd h4:before{ content:""; position:absolute; top:36px; left:50%; margin-left:-6px; width:0; height:2px; background:#093e96; -moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
   
    
    
}

@media screen and (max-width:1440px) { .container02 ul li{float:left;width:360px;height:365px; overflow:hidden;margin-left: 5px;}
 .container02 ul li a{ display:block; width:100%; height:100%; padding:20px 20px;}
.container02 ul li .con h5{ margin-bottom:42px; }

}

@media screen and (max-width:1366px) { .container02 ul li{float:left;width:300px;height:385px; overflow:hidden;margin-left: 5px;}
 .container02 ul li a{ display:block; width:100%; height:100%; padding:20px 20px;}
 
}
@media screen and (max-width:1360px) { .container02 ul li{float:left;width:430px;height:405px; overflow:hidden;margin-left: 5px;}
.container02 ul li a{ display:block; width:100%; height:100%; padding:20px 20px;} 

}





/* ------------------------------------------------------------ works */
#works {  position: relative;  z-index: 1; padding: 40px 0 ; }
#works h3 { text-align: center; color: #333; font-size: 18px; padding: 0 0 60px; }
#works strong { font-size: 200px;  font-weight: 700; color: #fff; text-align: center; position: absolute; z-index: -1; left: 0; right: 0; margin: 0 auto; top: 155px; }
#works .list { width: 1300px; margin: 0 auto; }
#works article { width: 400px; float: left; box-shadow: 10px 10px 20px rgba(0,0,0,0.1); margin: 0 0 40px 40px; }
#works article:nth-child(3n+1) { clear: both; margin: 0 auto 40px; }
#works article div { background: #fff; padding: 10px 30px; }
#works article ul li { display: inline-block; *display: inline; *zoom: 1; font-size: 14px; font-weight: bold; background: #f3f7f9; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; padding: 8px 10px; margin: 0 5px 0 0; }
#works article h4 { font-size: 20px; font-weight: bold; line-height: 28px; padding: 15px 0; }
#works article p { line-height: 26px;height:52px; font-size: 15px }
#works .btn1 { margin: 60px auto 0; }



/* ------------------------------------------------------------ mobile */
@media only screen and (max-width:640px){
/* ------------------------------------------------------------ fv */
#fv { background: url(../images/works/fv.jpg) no-repeat center center/cover; padding: 100px 0 10px; }
/* ------------------------------------------------------------ works */
#works { padding: 50px 0 70px; }
#works h3 { font-size: 16px; line-height: 24px; padding: 0 0 30px; }
#works strong { font-size: 200px; font-family: "Lato", sans-serif; font-weight: 700; color: #fff; text-align: center; position: absolute; z-index: -1; left: 0; right: 0; margin: 0 auto; top: 155px; }
#works .list { width: 100%; margin: 0 auto; }
#works article { width: 100%; float: none; margin: 0 auto 40px; }
#works article:nth-child(3n+1) { margin: 0 auto 40px; }
#works article img { width: 100%; height: auto; }
#works article div { padding: 25px 5%; }
#works article ul li { font-size: 12px; padding: 4px 8px; margin: 0 5px 0 0; }
#works article h4 { font-size: 16px; line-height: 22px; padding: 15px 0 6px; }
#works article p { font-size: 14px; line-height: 20px; }
#works .btn1 { margin: 40px auto 0; }
    
  
.container02 ul li{float:left;width:100%;height:auto; overflow:hidden;margin-left: 0px; }
 
.container02 ul li:before{content:"";background:#093e96;position:absolute;left:0;top:0;width: 100%;height:100%;-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;} 
    
     
    
  .n_dongtai_list{}
.n_dongtai_list li{margin-top:19px; height:auto; overflow:hidden;}
.n_dongtai_list li a{ display:block; height:120px; background:#fff; border:1px solid #e5e5e5; }
.n_dongtai_list li .time{ width:28%; background:#f7f7f9; float:left; height:100%; text-align:left; padding:25px;  font-size:28px; color:#51472d; font-family:arial;}
.n_dongtai_list li .time span{ display:block; font-size:14px; color:#a7a8aa; margin-top:10px;}
.n_dongtai_list li .time i{ display:block; width:65px; height:1px; background:#bcbcbc; margin-top:16px; position:relative;}
.n_dongtai_list li .time i:before{ content:""; width:0; height:3px; background:#367639; display:block; position:absolute; right:0; top:-1px; transition:.5s;}
.n_dongtai_list li:hover .time i:before{ width:100%; left:0; right:auto;}
.n_dongtai_list li .txt{width:57%;float:left;padding: 20px 1px;display: block;line-height: 25px}
.n_dongtai_list li .txt h5{font-size: 18px;color:#242424;padding-left: 5px}
.n_dongtai_list li .txt p{display: none}
.n_dongtai_list li .txt .more{ font-size:12px; color:#848486; font-family:arial; text-transform:uppercase;display: none} 
  
    
    
    
}



 
 
a {
  color: #333333;
}
a.on {
  color: #367639;
}
@media screen and (min-width: 1025px) {
  a:hover {
    color: #367639;
  }
}
@media screen and (max-width: 1024px) {
  a:active {
    color: #367639;
  }
}
.vmbox {
  font-size: 14px;
  line-height: 1.4333;
  font-family: 'Microsoft JhengHei', '微软正黑体';
}
.info {
  font-size: 14px;
  line-height: 1.7143;
}
.imax {
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .imax {
    line-height: 1.5;
  }
}
::-moz-selection {
  background: #7a950e;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #7a950e;
  color: #fff;
  text-shadow: none;
}
.pc ::-webkit-scrollbar {
  position: absolute;
  width: 4px;
  height: 4px;
}
.pc ::-webkit-scrollbar-thumb {
  width: 4px;
  height: 4px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.25);
}
.pc ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.pc ::-webkit-scrollbar-corner {
  background: transparent;
  height: 0;
  width: 0;
}
.loading {
  background-image: url(../images/loading.gif);
}
.loading-m {
  background-image: url(../images/loading-m.gif);
}
.load-error {
  background-image: url(../images/error.gif);
}
.ctr,
.btn,
.more,
.link {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.TopLine {
  position: relative;
}
 
 
@media screen and (max-width: 768px) {
  .fz28,
  .index-head .cn,
  .index-dexiya-why .head .dt,
  .sAbout-head .cn,
  .sAbout-history-list .oLi .dt,
  .sAbout-honor-txt .dt,
  .sCulture-brand .head .dt,
  .sProduct-columns .item .txt .dt .cn,
  .sProduct-info .dt .cn,
  .sCase-head span .cn,
  .sLeague-agency .list3 .oLi .txt .dt,
  .sNews-view-head h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .fz28,
  .index-head .cn,
  .index-dexiya-why .head .dt,
  .sAbout-head .cn,
  .sAbout-history-list .oLi .dt,
  .sAbout-honor-txt .dt,
  .sCulture-brand .head .dt,
  .sProduct-columns .item .txt .dt .cn,
  .sProduct-info .dt .cn,
  .sCase-head span .cn,
  .sLeague-agency .list3 .oLi .txt .dt,
  .sNews-view-head h1 {
    font-size: 18px;
  }
    .header .searchBox {
  float: right;
  position: relative;
  margin: 15px 0 0 0;
}
}
.fz24,
.index-product-list .item .txt h3,
.index-news .col .dt span,
.subpage-banner .contain .en,
.subpage-banner .contain .btn,
.sCulture-intro .oList .oLi .dt,
.sCulture-list3 .col .contain .dt,
.sMien-list .item .txt .cn,
.sProduct-columns .item .txt .dt .en,
.sProduct-info .dt .en,
.sCase-head span .en,
.sCase-messageBoard-form .dt,
.sLeague-axdvantage .oList .oLi .dt,
.sLeague-agency .list5 .oLi p,
.sLeague-apply .tel,
.sSiteMap .firItem .link1,
.sNews-relative .dt span {
  font-size: 24px;
}
@media screen and (max-width: 1440px) {
  .fz24,
  .index-product-list .item .txt h3,
  .index-news .col .dt span,
  .subpage-banner .contain .en,
  .subpage-banner .contain .btn,
  .sCulture-intro .oList .oLi .dt,
  .sCulture-list3 .col .contain .dt,
  .sMien-list .item .txt .cn,
  .sProduct-columns .item .txt .dt .en,
  .sProduct-info .dt .en,
  .sCase-head span .en,
  .sCase-messageBoard-form .dt,
  .sLeague-axdvantage .oList .oLi .dt,
  .sLeague-agency .list5 .oLi p,
  .sLeague-apply .tel,
  .sSiteMap .firItem .link1,
  .sNews-relative .dt span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .fz24,
  .index-product-list .item .txt h3,
  .index-news .col .dt span,
  .subpage-banner .contain .en,
  .subpage-banner .contain .btn,
  .sCulture-intro .oList .oLi .dt,
  .sCulture-list3 .col .contain .dt,
  .sMien-list .item .txt .cn,
  .sProduct-columns .item .txt .dt .en,
  .sProduct-info .dt .en,
  .sCase-head span .en,
  .sCase-messageBoard-form .dt,
  .sLeague-axdvantage .oList .oLi .dt,
  .sLeague-agency .list5 .oLi p,
  .sLeague-apply .tel,
  .sSiteMap .firItem .link1,
  .sNews-relative .dt span {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .fz24,
  .index-product-list .item .txt h3,
  .index-news .col .dt span,
  .subpage-banner .contain .en,
  .subpage-banner .contain .btn,
  .sCulture-intro .oList .oLi .dt,
  .sCulture-list3 .col .contain .dt,
  .sMien-list .item .txt .cn,
  .sProduct-columns .item .txt .dt .en,
  .sProduct-info .dt .en,
  .sCase-head span .en,
  .sCase-messageBoard-form .dt,
  .sLeague-axdvantage .oList .oLi .dt,
  .sLeague-agency .list5 .oLi p,
  .sLeague-apply .tel,
  .sSiteMap .firItem .link1,
  .sNews-relative .dt span {
    font-size: 16px;
  }
    .nei-content p{display:none}
    .dtt{width:100%;height:480px}
    
    
    .productPage .productList .info2 {
  max-width: 1150px;
  line-height: 32px;
  font-size: 20px; font-weight: 600;
  color: #000;
  text-align: left; 
  margin: 16px auto 0 auto;
}
    
}



.sProduct-columns .item {
  position: relative;
  z-index: 2;
  padding: 0.8rem 0.6rem 1.6rem;
}
.sProduct-columns .item:nth-child(1n+2) {
  margin-top: 1.6rem;
}
.sProduct-columns .item:before {
  content: " ";
  display: block;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0.8rem;
  right: 0;
  bottom: 0;
  border: #ddd solid 1px;
  pointer-events: none; margin: 5px;
}
.sProduct-columns .item .txt {
  position: relative;
  padding: 1.6rem 0.8rem 0 0;
  width: 50%;
}
.sProduct-columns .item .txt i {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -0.5em;
  font-family: "Geometr415", Arial, sans-serif;
  background-color: #fff;
  color: #367639;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  margin-left: -0.2rem;
  font-size: 84px;
}
.sProduct-columns .item .txt .dt {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url(../images/bgs-dotx4.png);
  background-size: auto 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.sProduct-columns .item .txt .dt .cn {
  color: #333333; font-weight: bold
}
.sProduct-columns .item .txt .dt .en {
  margin-top: 10px;
  color: #999999;
  font-family: Times New Roman, sans-serif;
}
.sProduct-columns .item .txt .dd {
  margin-top: 0.6rem;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 120px;
}
.sProduct-columns .item .more2 {
  margin-top: 0.6rem;
}
@media screen and (max-width: 1440px) {
  .sProduct-columns .item {
    padding: 0.8rem 1.2rem 1.2rem;
  }
  .sProduct-columns .item .txt {
    padding-top: 1.2rem;
  }
  .sProduct-columns .item .txt i {
    font-size: 64px;
  }
  .sProduct-columns .item .txt .dd {
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 66px;
  }
}
@media screen and (max-width: 1024px) {
  .sProduct-columns .item {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .sProduct-columns .item .txt {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 0.8rem;
    padding-left: 0;
    padding-right: 0;
  }
  .sProduct-columns .item .txt i {
    font-size: 54px;
    left: 0;
  }
  .sProduct-columns .item .txt .dd {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .sProduct-columns .item .txt i {
    font-size: 48px;
  }
}
.sProduct-columns-tab {
  position: relative;
  margin-top: -0.8rem;
  margin-right: -0.8rem;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16.4rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sProduct-columns-tab:after {
  display: none;
}
.sProduct-columns-tab .pic {
  background-color: #f1f1f1;
  height: 0;
  padding-bottom: 62.42424242%;
  height: 0 !important;
}
.sProduct-columns-tab .Tg {
  position: absolute;
  right: 0;
  top: 0;
  width: 18.5%;
  height: 100%;
}
.sProduct-columns-tab .Tg .oScroll {
  overflow: hidden;
  height: 100%;
}
.sProduct-columns-tab .Tg .btn {
  display: block;
  width: 100%;
  height: 1.88rem;
}
.sProduct-columns-tab .Tg .btn:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background-color: #000;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
}
.sProduct-columns-tab .Tg .btn:nth-child(1n+2) {
  margin-top: 0.24rem;
}
.sProduct-columns-tab .Tt {
  position: relative;
  overflow: hidden;
  width: 80%;
  margin-right: 0.24rem;
}
.sProduct-columns-tab .Tt .box {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .sProduct-columns-tab .Tg .btn:hover:after {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 0.1;
    visibility: visible;
  }
}
@media screen and (max-width: 1440px) {
  .sProduct-columns-tab {
    margin-right: -0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .sProduct-columns-tab {
    margin-top: 0;
    width: 100%;
  }
  .sProduct-columns-tab .Tg .oScroll {
    overflow: auto;
  }
  .sProduct-columns-tab .Tg .btn:nth-child(1n+2) {
    margin-top: 6.48648649%;
  }
}
.viewport {
  position: relative;
  font-size: 0;
}
.pc .viewport {
  overflow: hidden;
}
.wap .oScroll {
  overflow: auto;
}
div#bdshare_weixin_qrcode_dialog{height:275px!important;}
.bd_weixin_popup_foot{line-height:13px!important;}
form .title .span{display:none!important}

