﻿@charset "utf-8";
html {
  overflow-x: hidden;
}
body {
  color: #333;
  font: 14px "Microsoft Yahei";
}
body,
ul,
ol,
li,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
img,
span,
input {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
img {
  border: none;
}
.vam {
  vertical-align: middle;
}
.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
p {
  word-spacing: 0;
}
i,
em {
  font-style: normal;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.center {
  text-align: center;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.clearfix:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.content {
  width: 1200px;
  margin: 0 auto;
}

.pic img,.picl img,.pics img{-webkit-transition: -webkit-transform 0.8s; -moz-transition: -moz-transform 0.8s; -o-transition: -o-transform 0.8s; transition: transform 0.8s;}
.pic img:hover{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);  transform: scale(1.05);}
.picl img:hover{-moz-transform: translate(0,5px);-webkit-transform: translate(0,5px);-ms-transform: translate(0,5px);-o-transform: translate(0,5px);}
.pics img:hover{-moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);-o-transform: rotate(360deg);}
.white,
.whites {
  position: relative;
  overflow: hidden;
}
.white:after,
.whites:after {
  content: '';
  cursor: pointer;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
}
.white:hover:after {
  left: 100%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.whites:hover:after {
  left: 100%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body {
  min-width: 1200px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}
i,
em {
  font-style: normal;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
}
input::-moz-placeholder {
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
}
input:-moz-placeholder {
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
}
input:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
}
@keyframes myfirst {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: 100% bottom;
  }
}
.line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clear {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}



.banner {
  height: auto;
  max-width: 1920px;
  margin: 0 auto!important;
  position: relative;
  margin-top: -34px;
}
.banner .bd li {
  float: left;
  width: 100%;
  line-height: 0;
}
.banner .bd li img {
  width: 100%;
}
.banner .bd li a {
  display: block;
}
.banner .hd {
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 8%;
  cursor: pointer;
}
.banner .hd li {
  width: 13px;
  height: 13px;
  background: #fff;
  display: inline-block;
  margin: 0 10px;
  border-radius: 13px;
}
.banner .hd li.on {
  background: #2aa339;
  width: 36px;
}


.tit{font-weight: normal;text-align: center;}
.tit b{display: block;font-size: 48px;color: #333333;line-height: 48px;}
.tit b em{ display: inline-block;font-size: 38px;color: #939393;line-height: 48px;margin: 0 16px; }
.tit i{display: block;font-size: 18px;color: #333;line-height: 18px;padding-top: 10px;position: relative;}
.tit i:after{ position: absolute;left:50%;margin-left: -18px;width: 36px;height: 12px;top:45px;background: url(../images/tit.png) no-repeat center;content: ""; }

.search{height:72px;background:rgba(255,255,255,1);box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.1);position:relative;z-index: 20;}
.search p{float: left;height: 72px;line-height: 72px;font-size: 14px;color: #666666;padding-left: 34px;background: url(../images/hot.png) no-repeat left 22px;}
.search p b{ font-weight: normal; }
.search p a{color: #666666;margin-right: 10px;}
.search p a:hover{color: #2aa339;}
.s_box{float: right;width: 300px;height: 40px;margin-top: 17px;border: 1px solid #eeeeee;border-radius: 20px;box-sizing: border-box;position: relative;}
.s_box .txt{float:left;width:245px;padding-left: 20px;height:38px;line-height: 38px;font-size:14px;color:#333;border:none;background: none;outline: 0;}
.s_box .btn{float: left;width:14px;height: 14px;border: 0;background: url(../images/sea.png) no-repeat center;outline: 0;cursor: pointer;margin-top: 13px;}

.yz{height: 463px;background: url(../images/yz_bg.jpg) no-repeat center;}
.yz h2{ display: block;text-align: center;font-weight: normal;color: #333;padding-top: 80px;font-size: 40px;line-height: 40px; }
.yz h2 b em{ font-weight: bold;color: #0a6fbf; }
.yz p{ display: block;text-align: center;font-weight: normal;color: #666666;padding-top: 37px;font-size: 16px;line-height: 30px; }
.yz ul{ margin-top: 70px; }

.yz ul li{ float: left;padding: 6px 53px 0;height: 90px;box-sizing: border-box;border-right: 1px solid #e2e2e2;box-sizing: border-box;font-size: 56px;transition:all 0.3s;}
.yz ul li:hover{ transform:translateY(-5px);}
.yz ul li:hover{ color:#1172b9;}
.yz ul li:first-child{ padding-left: 0; }
.yz ul li:last-child{ padding-right: 0; border-right: 0;}
.m_zz li em{ display: block;margin-top: -8px;height: 65px; }
.m_zz li:nth-child(2) em{height: 65px;}
.m_zz li em b{color: #191919;  font-weight: normal;display: inline-block;font-size: 58px;line-height: 58px;transition:all 0.3s;}
.yz ul li:hover em b{ color:#1172b9;}
.m_zz li em i{ display: inline-block;width: 26px;height: 26px;border-radius: 15px;background: #1172b9;font-size: 14px;color: #fff;text-align: center;line-height: 26px;margin-left: 5px; vertical-align: top;font-weight: bold;}
.m_zz li h3{font-size: 20px; color: #333333; line-height: 20px; font-weight: normal;margin-top: 6px;}


.fa{ padding-top: 85px;background: #f4f4f4; }
.fa_t{ margin: 88px 33px 0; }
.fa_t li{ float: left;margin-right: 60px; }
.fa_t li:last-child{ margin-right: 0; }
.fa_t li em{ display: block;width: 72px;height: 72px;overflow: hidden;float: left;margin-right: 12px; }
.fa_t li em img{ display: block; width: 72px;height: 72px;transition: all 0.5s}
.fa_t li.cur em img:nth-child(1){ margin-top: -72px; }
.fa_t li span{ display: block;float:left;font-size: 24px;color: #333;line-height: 32px; font-weight: normal;}
.fa_t li span b{ display: block; padding-top: 10px;}
.fa_t li span i{ font-size: 11px;color: #666;line-height: 11px;font-weight: bold;opacity: 0.45;text-transform: uppercase;padding-top: 3px; display: block;}
.fa_t li.cur span{ color: #029441; }
.fa_t li.cur span i{ color: #029441;  }
.fa dl{ margin-top: 32px;position: relative; }
.fa dt{ display: block;width: 1920px;height:614px;  }
.fa dt img{ display: block;width: 1920px;height:614px; margin-left: -360px; }
.fa dd{ position: absolute;right: 0;top:105px;width: 606px;height: 472px;background: rgba(10,111,191 ,0.92);padding: 50px 46px;box-sizing: border-box; }
.fa dd h3{ display: block;font-size: 26px;color: #fff;line-height: 26px; font-weight: bold;padding: 0 0 14px;border-bottom: 1px solid rgba(255,255,255,0.4);}
.fa dd p{ display: block;color: #fff;padding-top: 10px;font-size: 16px;line-height: 26px;opacity: 0.88; }
.fa dd .more{ width: 130px;height: 40px;border:1px solid rgba(255,255,255,0.3);box-sizing: border-box;line-height: 40px;text-align: center;font-size: 15px;font-weight: bold;text-align: center;margin-top: 22px;display: block;color: #fff;border-radius: 20px;transition:all 0.3s; }
.fa dd .more:hover{ background:#029f36;border-color:#029f36;}
.fa dd ul{ margin-top: 68px; }
.fa dd ul li{ height: 88px;border-right: 1px solid rgba(255,255,255,0.2);float: left;padding: 0 42px; }
.fa dd ul li:first-child{ padding-left: 0; }
.fa dd ul li:last-child{ padding-right: 0; border-right: 0;}
.fa dd ul li img{ display: block; width: 60px;height: 60px;transition: all 0.5s;margin: 0 auto;}
.fa dd ul li span{ display: block;font-size: 16px;color: #fff;line-height: 16px; font-weight: bold;text-align: center;padding-top: 12px;}
.fa dd ul li:hover  img {animation-duration: 2s;animation-name: flipInY;}

.pro{ padding:82px 0;background: #f6f6f6;  }

.pro_con{ position: relative;margin-top: 70px; }
.pro_con .tempWrap{padding-left:10px;margin-left:-10px;width: 1210px!important;}
.pro_con dl{width: 390px;float: left;margin-right: 15px;box-shadow: 0 0 10px rgba(0,0,0,0.15);margin-bottom: 60px;box-sizing: border-box;}
.pro_con dl dt{width: 390px;height: 292px;line-height: 0;overflow: hidden;}
.pro_con dl dt img{width: 390px;height: 292px;transition: all 0.5s;}
.pro_con dl:hover dt img{ transform: scale(1.05); }
.pro_con dl dd{width: 390px;padding: 36px 21px 0;height: 150px;box-sizing: border-box;}
.pro_con dl dd h4 a{line-height: 20px;font-weight: bold;display: block;font-size: 20px;}
.pro_con dl dd p{ font-size: 14px;line-height: 14px;color: #666666;padding-top:12px ;padding-bottom: 25px; }
.pro_con dl dd .more{ display: block;width: 20px;height: 18px;overflow: hidden; }
.pro_con dl dd .more img{ display: block; width: 20px;height: 18px;transition: all 0.5s;}
.pro_con dl:hover .more img:nth-child(1){margin-top: -18px;}
.pro_con .sprev{position: absolute;left: -115px;top: 188px;width: 60px;height: 60px;background: url(../images/sprev.png) no-repeat center;}
.pro_con .snext{position: absolute;right: -115px;top: 188px;width: 60px;height: 60px;background: url(../images/snext.png) no-repeat center;}
.pro_con .sprev:hover{ background: url(../images/sprevh.png) no-repeat center;cursor: pointer; }
.pro_con .snext:hover{ background: url(../images/snexth.png) no-repeat center; cursor: pointer;}
.pro .gd{display: block;width: 174px;height: 42px;background: url(../images/pro_jt.png) no-repeat 112px center ;font-size: 14px;line-height: 42px;text-indent: 40px;transition: all .4s;color: #838383;margin: 0 auto;border:1px solid #838383;box-sizing: border-box;}
.pro .gd:hover {text-indent: 0;text-align: center;background: url(../images/pro_jt.png) no-repeat 180px;}

.xad{height: 330px;background:url(../images/xad_bg.jpg) no-repeat center;padding-top: 170px;background-size:cover;text-align:center; }
.xad_l h2{ font-size: 30px;line-height: 60px;color: #ffffff; font-weight: bold;}
.xad_l h3{ font-weight: normal;padding-top: 30px; }
.xad_l h3 span{display: block;font-weight: normal;font-size: 20px;line-height: 20px;color: #fff;padding-left: 32px;float: left;margin-right: 32px;background: url(../images/xad_ic1.png) no-repeat left;}
.xad p{padding-top: 42px;}
.xad p a{ display: block;width: 100px;line-height: 32px;height: 32px;background: #fff;text-align: center;font-size: 14px;color: #141414;margin-left: 40px;transition:all 0.5s;float: left;border-radius: 16px;}
.xad p span{ transition: all 0.5s;
    display: block;font-size: 30px;line-height: 30px;color: #fff; float: left;font-weight: bold;}
.xad p span img{ display: block;float: left;width:32px;line-height: 32px;vertical-align: middle;margin-right: 10px;  }
.xad p .zx:hover{ animation: shake 1.5s linear;}
.xad p span:hover{transform:translateY(-5px);}

/*优势*/
.product{padding: 80px 0 90px;}
.pro_tit{font-size: 40px;color: #333;text-align: center;height: 85px;line-height: 42px;overflow: hidden;}
.pro_tit a{color: #333;}
.pro_tit a:hover{color: #00ab48;}
.pro_tit span{display: block;font-size: 20px;color: #333;font-weight: normal;}
.pro_tit i{display: block;font-size: 12px;color: #666; font-family:Arial, Helvetica, sans-serif;font-weight: normal;}
.super_bg{background: url(../images/ys_bg.jpg) no-repeat center 0;overflow: hidden;height: 825px;padding-top: 85px;}
.super_l{ width:200px;margin-top: 40px;}
.super_l ul li{ width:200px;height: 132px;padding: 20px 0 0; font-size:24px; color:#fff;background: #005eb2;text-align: center;margin-bottom: 2px;}
.super_l ul li em{display: block;width: 48px;height: 48px;line-height: 0;overflow: hidden;margin: 0 auto;}
.super_l ul li em img{width: 48px;height: 48px;}
.super_l ul li span{display: block;line-height: 26px;padding-top: 10px;}
.super_l ul li i{display: block;font-size: 12px;color: rgba(255,255,255,0.5); font-family:Arial, Helvetica, sans-serif;}
.super_l ul li.on,.super_l ul li:hover{background: #00ab48;}
.super_r{ width:980px;height: 614px;margin-top: 40px;}
.super_r dl{ width:980px;height: 614px;position: relative;}
.super_r dl dt{ width:980px;height: 614px;line-height: 0;overflow: hidden;}
.super_r dl dt img{ width:980px;height: 614px;}
.super_r dl dd{width: 500px;position: absolute;top: 85px;left: 55px;z-index: 5;background: rgba(0,171,72 ,0.8); padding:10px;}
.super_r dl dd h5{height: 160px;font-size: 28px;color: #fff;position: relative;line-height: 40px;text-shadow:#666 1px 1px 1px; }
.super_r dl dd h5:before{content: "";width: 30px;height: 2px;background: #fff;position: absolute;bottom: 0;left: 0;}
.super_r dl dd b{display: block;font-family: "DINOT";font-size: 72px;color: #fff;line-height: 72px;height: 75px;text-shadow:#666 1px 1px 1px; }
.super_r dl dd p{font-size: 16px;color: #fff;line-height: 30px; padding:10px 0 0;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:5; overflow: hidden; text-overflow: ellipsis;  }
.four_btn{position: absolute;top: 570px;left: 280px;width: 110px;}
.four_btn a{display: block;width: 47px;height: 47px;-webkit-transition:transform .3s;transition:transform .3s;}
.four_btn img{width: 47px;height: 47px;}
.four_btn a:hover{-webkit-transform:translate(0,-3px);transform:translate(0,-3px);}

.td{height: 743px;background:url(../images/td_bg.jpg) no-repeat center;padding-top: 110px;box-sizing: border-box; overflow: hidden;}
.td .content2{width:1340px;margin:0 auto;}
.td ul{ margin-top: 65px; }
.td ul li{ float: left;width: 280px;height:418px;margin: 0 -12px; padding: 38px 36px 0;box-sizing: border-box; }
.td ul li i{ display: block;width: 120px;height: 120px;margin: 0 auto;overflow: hidden; }
.td ul li img{ display: block;width: 120px;height: 120px;margin: 0 auto; }
.td ul li:hover i img:nth-child(1){ margin-top: -120px; }
.td ul li b{display: block;font-size: 24px;line-height: 24px;color: #333; font-weight: bold;text-align: center;padding: 14px 0 24px;}
.td ul li span{ display: block;font-size: 15px;line-height: 24px;color: #666666; text-align: center;}
.td ul li:hover{ background: url(../images/td_dd.png) no-repeat center; }
.td ul li:hover span,.td ul li:hover b{ color: #fff; }

.case{padding: 90px 0 0;background:#FFF;height: 928px;box-sizing: border-box;}
.case_ctg{height: 98px;margin: 70px 0 0 140px;}
.case_ctg li{float: left;text-align: center;transition:all 0.5s;margin-right: 66px;}
.case_ctg li i{display: block;height: 48px;width:48px;overflow: hidden;margin: 0 auto;}
.case_ctg li i img{display: block;height: 48px;width:48px;transition: all 0.3s;}
.case_ctg li.cur  i img:nth-child(1){ margin-top:-48px;}
.case_ctg li span{display: block;font-size: 16px;color: #666;line-height: 30px;}
.case_ctg li.cur span{ color:#1172b9;font-weight: bold;}
.case_ctg li:hover{transform:translateY(-5px);}
.case_ctg li.cur  img {animation-duration: 2s;animation-name: flipInY;}
.case_con{height: 640px;}
.case_l{float: left;width: 782px;}
.case_l dt{height: 440px;overflow: hidden;}
.case_l dt img{display: block;width: 782px;height: 440px;transition: all 0.5s;}
.case_l dt:hover img{transform: scale(1.05);}
.case_l dd{height: 200px;background: #fff;padding: 0 40px;    box-shadow: 0 0 15px rgba(0,0,0,0.12)}
.case_l dd h4{font-size: 22px;color: #333;line-height: 22px;padding: 30px 0 20px;position: relative;margin-bottom: 24px;font-weight: bold;}
.case_l dd h4:after{position: absolute;width: 30px;height: 2px;content: "";background: #DDDDDD;left: 0;bottom: 0;}
.case_l dd p{font-size: 14px;color: #888;line-height: 24px;}
.case_l dd p a{ color: #029441; }
.case_l dd h4:hover a,.case_list dd h4:hover a{color: #1172b9;}
.case_r{float: right;width: 380px;position: relative;}
.case_list dl{margin-bottom: 14px;}
.case_list dt{height: 214px;overflow: hidden;}
.case_list dt img{display: block;width: 380px;height: 214px;transition: all 0.5s;}
.case_list dt:hover img{transform: scale(1.05);}
.case_list dd{background: #fff;padding: 0 15px;  height: 100px;  box-shadow: 0px 18px 21px 0px rgba(76, 79, 86, 0.08);}
.case_list dd h4{font-size: 16px;color: #333;line-height: 16px;font-weight: normal;padding: 15px 0 10px;}
.case_list dd p{font-size: 14px;color: #999;line-height: 20px;}
.case_r .prev{position: absolute;right: -45px;top: 0;z-index: 10;cursor: pointer;background: #029441;transition: all 0.3s;width:40px;height:40px;margin-bottom:5px;}
.case_r .next{position: absolute;right: -45px;top: 44px;z-index: 10;cursor: pointer;background: #a8a8a8;transition: all 0.3s;width:40px;height:40px;}
.case_r .tempWrap{height: 642px !important;}
.coop{margin-top: 24px;}
.coop ul{padding: 20px  0!important;}
.coop li{float: left;width: 224px;margin-right: 20px;border-radius: 5px;  overflow: hidden;  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);border:1px solid #eeeeee;box-sizing: border-box;border-radius: 5px;}
.coop li img{display: block;width: 100%;transition: all 0.5s;}
.coop li:hover img{transform: scale(1.05);}
.coop .tempWrap{width: 100% !important;}

.ys{ padding-top: 80px; }
.ys_con{width: 100%;height: 750px;overflow: hidden;margin-top: 70px;}
.ys_con ul{width: 100%;height: 750px;}
.ys_con li{width:12%;float: left;position: relative;cursor:pointer;height: 750px;box-sizing:border-box;border-left: solid 8px #fff;-webkit-transition: 0.3s;-moz-transition: 0.3s;transition: 0.3s;}
.ys_con li:first-child{border: 0;}
.ys_con li:before{content: "";position: absolute;width:100%;height:100%;background:rgba(0, 0,0, 0.57);bottom:0;left:0;}
.ys_con li .shu2{width: 100%;height:68%;left:0;position: absolute;top:15%;}
.ys_con li .shu2 h3{height: 62.26%;}
.ys_con li .shu2 h3 img{ display: block;height: 20px;width: auto;margin: 0 auto; }
.ys_con li .shu2 em{ display: block;font-size: 12px;text-transform: uppercase;line-height: 12px;color: #bab3b0;text-align: center; }
.ys_con li .shu2 em img{ display: block;width:98px;height: 98px;margin: 0 auto; }
.ys_con li .shu2 em b{font-size: 30px;line-height: 30px;color: #fff;display: block;margin: 29px 0 16px;}
.ys_con li .bock{display: none;width:100%;position: absolute;bottom:0;left:0;background:rgba(13, 110, 180, 0.88);box-sizing:border-box;height:200px;padding: 40px 60px 0;transition:all 0.3s;}
.ys_con li .bock h3{float: left;width: 250px;font-size: 30px;color: #fff;height: 100px;box-sizing: border-box;line-height: 42px;font-weight: bold;background: url(../images/ys_dd.png) no-repeat right;text-align: center;padding-top: 8px;}
.ys_con li .bock h3 b{ display: block; }

.ys_con li .bock p{ float: left;margin-left: 44px;width: 500px; margin-top: -9px;}
.ys_con li .bock p i{ display: block; font-size: 16px;line-height: 30px;color: #fff;position: relative;padding-left: 16px;}
.ys_con li .bock p i:after{ position: absolute;left:0;top:12px;width: 6px;height: 6px;border-radius: 3px;background: #fff;content: ""; }
.ys_con li.cur{width:52%;}
.ys_con li.cur:before{width: 0;height: 0;}
.ys_con li.cur .bock{display: block;}
.ys_con li.cur .shu2{ display: none;}

@media screen and (max-width:1366px) {   
   .ys_con li .bock{ padding: 40px 20px 0;}
   .ys_con li .bock p{ width:320px;  }
   
}
@media screen and (min-width:1367px) and (max-width:1440px) {
       .ys_con li .bock{ padding: 40px 20px 0;}
   .ys_con li .bock p{ width:320px;  }
      
}
@media screen and (min-width:1441px) and (max-width:1660px) {
         
.ys_con li .bock{ padding: 40px 20px 0;}
   .ys_con li .bock p{ width:320px;  }
        }   
@media screen and (min-width:1661px) and (max-width:1920px) {
          .ys_con li .bock p{ width:500px;  }
        } 

.news{height: 934px;background: url(../images/news_bg.jpg) no-repeat center;padding-top: 85px;box-sizing: border-box;}
.news_t{height:337px;margin-top: 72px; }
.news_t dl{ position:relative;width: 600px;height: 337px;float: left; }
.news_t dt,.news_t dt img{ display: block;width: 600px;height: 337px; overflow:hidden;}
.news_t dd{ position: absolute;left:0;bottom:0;height: 80px;background: rgba(0,0,0,0.45);padding: 22px 30px 0 20px;box-sizing: border-box;width: 600px; }
.news_t dd em{ display:inline-block;float: left;width: 50px;height: 18px;font-size: 18px;line-height: 18px;color: #27b765;text-align: center; border-right: 1px solid #fff;}
.news_t dd p{ display:inline-block;float: left; margin-left: 8px;}
.news_t dd p a{ display: block; font-size: 18px;line-height: 19px;color: #fff;}
.news_t dd p span{ display: block; font-size: 14px;line-height: 14px;color: #fff;padding-top: 10px;}
.news_t ul{ float: left;width: 600px;box-sizing: border-box;padding: 0 48px;height: 337px;background: #fff; }
.news_t ul li{height: 102px;border-bottom: 1px solid #e3e3e3;padding-top: 40px;box-sizing: border-box;}
.news_t ul li:last-child{border-bottom: 0;}

.news_t ul li h4 { display: inline-block; font-size: 16px; line-height: 24px; color: #222222; max-width: 400px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-weight: 400; position: relative; -o-transition: all .3s ease; transition: all .3s ease ;height:24px;}
.news_t ul li h4:after { position: absolute; content: ""; width: 0; bottom: 0px; left: 0; height: 1px; background: #029441; -o-transition: all .3s ease; transition: all .3s ease ;}

.news_t ul li em{ text-align: right;font-size: 14px;color: #9c9c9c;font-family: Arial;line-height: 14px;display: block;padding-top: 7px; }
.news_t ul li:hover h4{ color: #029441;}
.news_t li:hover h4:after { width: 100%; }
.news_con{ margin-top: 20px; }
.news .bt{height: 42px;line-height: 42px;margin-bottom:20px;position: relative;}
.news .bt span a{font-size:20px;color: #333333;font-weight: bold;}
.news .bt i{font:12px arial;color: #999999;text-transform: uppercase;line-height: 42px;padding-left:6px;}

.news .bt em a{float:right;font-size:14px;color: #666666;line-height: 42px;box-sizing: border-box;padding-top:4px;}

.news_l{ float: left;width: 792px;padding: 28px 38px 0 26px;box-sizing: border-box;height: 275px;background: #fff; }
.news_l .bt:after{content: "";display: block;width:420px;height: 1px;background: #f3f3f3;position: absolute;left:248px;top:26px;}
.news_l li{ float: left;width: 346px;margin-right: 36px; }
.news_l li:nth-child(2n){ margin-right: 0; }
.news_l li em{ display: block;font-size: 14px;color: #666; line-height: 24px;position: relative;}
.news_l li em  i{ display: inline-block;font-size: 24px;color: #363a45;line-height: 24px;margin-right: 20px;font-family: Arial;vertical-align: bottom; }
.news_l li em:after{content: "";display: block;width:1px;height: 10px;background: #e7e7e7;position: absolute;left:70px;top:7px;}
.news_l li h4{ display: block;font-size: 16px;color: #666666; line-height: 16px;margin-top: 16px;margin-bottom: 36px;font-weight: normal;}


.news_r{ float: right;width: 390px;padding: 28px 20px 0 26px;box-sizing: border-box;height: 275px;background: #fff;  }
.news_r .news2{ margin-top: 32px; }
.news_r li{padding-left: 12px;box-sizing: border-box;position: relative;}
.news_r li:after{content: "";display: block;width:6px;height: 6px;background: #363a45;position: absolute;left:0px;top:6px;border-radius: 3px;}
.news_r li h4{ display: block;font-size: 16px;color: #222222; line-height: 16px;margin-bottom: 14px;font-weight: normal;}
.news_r li p{ display: block;font-size: 14px;color: #666666; line-height: 14px;position: relative;margin-bottom: 38px;}
.news_l li:hover h4,.news_r li:hover h4{ color: #029441;}


.abt{background: url(../images/abt_bg.jpg) no-repeat center top;}
.abt h2{ display: block;text-align: center;font-weight: bold;color: #136cad;padding-top: 118px;font-size: 36px;line-height: 36px; }
.abt p{ display: block;text-align: center;font-weight: normal;color: #666666;padding-top: 27px;font-size: 14px;line-height:25px; }
.abt .more{display: block;width:132px;line-height: 40px;height: 40px;background: #029441;text-align: center;font-size: 14px;color: #fff;transition:all 0.5s;border-radius: 20px;margin: 65px auto 0; transition:all 0.5s; }
.abt .more:hover{ transform:translateY(-5px);}
.abt_t{ margin-top: 378px; }
.abt_t h3{ display: block;height: 60px;border-bottom: 1px solid #e5e5e5;margin-bottom: 20px;}
.abt_t h3 a{ display: block;font-size: 24px;font-weight: normal;color: #333;line-height: 60px;}
.abt_t h3 span{ float: right;font-size: 14px;color: #b9b9b9;font-family: Arial;line-height: 60px; }
.abt_qie{position: relative;box-sizing: border-box;}
.abt_t li{float:left;width:292px;height: 219px;margin-right:12px;position: relative;overflow:hidden;}
.abt_t li span{background: rgba(0,0,0,0.54) url(../images/fc_ico1.png) no-repeat center 128px;position: absolute;left:0;bottom:0;width:100%;height: 0%;font-size:18px;color: #fff;box-sizing: border-box;padding-top:0px;line-height: 24px;text-align: center;transition: all 0.5s;}
.abt_t li img{height: 216px;width:288px; transition:all 0.5s;}
.abt_t li:hover img{transform:scale(1.1);}
.abt_t li:hover span{height: 100%;padding-top:90px;}
.abt_t li:last-child{margin:0;}
.zprev,.znext{position: absolute;top:72px;width:77px ;height: 77px;z-index: 40;cursor: pointer;}
.zprev{left:-106px;background: url(../images/zprev.png) no-repeat center;}
.znext{right:-106px;background: url(../images/znext.png) no-repeat center;}
.zprev:hover{ background: url(../images/zprevh.png) no-repeat center;}
.znext:hover{ background: url(../images/znexth.png) no-repeat center;}


@-webkit-keyframes fadeInDown1 {
    from { opacity: 0; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0) }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
}
@keyframes fadeInDown1 {
    from { opacity: 0; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0) }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
}
.fadeInDown1 { -webkit-animation-name: fadeInDown1; animation-name: fadeInDown1 }
@-webkit-keyframes fadeInDown2 {
    from { opacity: 0; -webkit-transform: translate3d(0, -20%, 0); transform: translate3d(0, -20%, 0) }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
}
@keyframes fadeInDown2 {
    from { opacity: 0; -webkit-transform: translate3d(0, -20%, 0); transform: translate3d(0, -20%, 0) }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
}
.fadeInDown2 { -webkit-animation-name: fadeInDown2; animation-name: fadeInDown2 }
@-webkit-keyframes fadeInLeft1 {
    from { -webkit-transform: translate3d(-10%, 0, 0); transform: translate3d(-10%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInLeft1 {
    from { -webkit-transform: translate3d(-10%, 0, 0); transform: translate3d(-10%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInLeft1 { -webkit-animation-name: fadeInLeft1; animation-name: fadeInLeft1 }
@-webkit-keyframes fadeInLeft2 {
    from { -webkit-transform: translate3d(-5%, 0, 0); transform: translate3d(-5%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInLeft2 {
    from { -webkit-transform: translate3d(-5%, 0, 0); transform: translate3d(-5%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInLeft2 { -webkit-animation-name: fadeInLeft2; animation-name: fadeInLeft2 }
@-webkit-keyframes fadeInRight1 {
    from { -webkit-transform: translate3d(10%, 0, 0); transform: translate3d(10%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInRight1 {
    from { -webkit-transform: translate3d(10%, 0, 0); transform: translate3d(10%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInRight1 { -webkit-animation-name: fadeInRight1; animation-name: fadeInRight1 }
@-webkit-keyframes zoomLeft {
    from { -webkit-transform: scale3d(0.3, .3, .3); transform: scale3d(0.3, .3, .3); opacity: 0 }
    50% { opacity: 1 }
}
@keyframes zoomLeft {
    from { -webkit-transform: scale3d(0.3, .3, .3); transform: scale3d(0.3, .3, .3); opacity: 0 }
    50% { opacity: 1 }
}
.zoomLeft { -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-animation-name: zoomLeft; animation-name: zoomLeft }
.zoomRight { -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; -webkit-animation-name: zoomLeft; animation-name: zoomLeft }
@-webkit-keyframes fadeInUp1 {
    from { -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInUp1 {
    from { -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInUp1 { -webkit-animation-name: fadeInUp1; animation-name: fadeInUp1 }
@-webkit-keyframes fadeInUp2 {
    from { -webkit-transform: translate3d(0, 2%, 0); transform: translate3d(0, 2%, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInUp2 {
    from { -webkit-transform: translate3d(0, 2%, 0); transform: translate3d(0, 2%, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInUp2 { -webkit-animation-name: fadeInUp2; animation-name: fadeInUp2 }
@keyframes myfirst {
    0% { top: 0; left: 0 }
    25% { top: 10px; left: 0 }
    50% { top: 0; left: 0 }
    100% { top: 0; left: 0 }
}
@-moz-keyframes myfirst {
    0% { top: 0; left: 0 }
    25% { top: 10px; left: 0 }
    50% { top: 0; left: 0 }
    100% { top: 0; left: 0 }
}
@-webkit-keyframes myfirst {
    0% { top: 0; left: 0 }
    25% { top: 10px; left: 0 }
    50% { top: 0; left: 0 }
    100% { top: 0; left: 0 }
}
@-o-keyframes myfirst {
    0% { top: 0; left: 0 }
    25% { top: 10px; left: 0 }
    50% { top: 0; left: 0 }
    100% { top: 0; left: 0 }
}
