@font-face {
  font-family: ziti;
  src: url('../font/ziti.ttf');
}

.top_bar {
  height: 50px;
  line-height: 50px;
  background: #a92126;
}
.top_bar .tb-left {
  float: left;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
}
.top_bar .tb-rig {
  float: right;
}
.tb-rig a{
  display: block;
  float: left;
  margin-right: 30px;
  margin-top: 15px;
  position: relative;
}
.tb-rig a:nth-child(2) .t-ewm{
  position: absolute;
  width: 122px;
  height: 122px;
  z-index: 10000;
  padding: 5px;
  background: #fff;
  top: 55px;
  left: -50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.tb-rig a:nth-child(2) .t-ewm img{
  max-width: 100%;
}
.tb-rig a:nth-child(2):hover .t-ewm{
  top: 35px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.tb-rig strong{
  color: #fff;
  font-size: 14px;
  display: block;
  float: right;
  line-height: 50px;
  text-indent: 40px;
  background: url("../img/t-4.png") no-repeat center left;
}
/*banner*/
.banner{
  position: relative;
  width: 100%;
}
.bascline{
  position: absolute;
  top: 51%;
  right: 0;
  width:781px;
  height:1px;
  left: 50%;
  transform: translateX(-50%);
  background:#fff;
}
.bascline i{
  position: absolute;
  left:0;
  top:-2px;
  width:207px;
  height: 4px;
  background: #a92126;
  -webkit-transition: 4s 0ms left linear!important;
  -moz-transition: 4s 0ms left linear!important;
  -ms-transition: 4s 0ms left linear!important;
  -o-transition: 4s 0ms left linear!important;
  transition: 4s 0ms left linear!important;
}
.banner .swiper-slide.swiper-slide-active .bascline i{
  left: 73%;
}
.banner img{
  max-width: 100%;
}
.next-box{
  position: absolute;
  left: 50%;
  z-index: 1000;
  bottom: 30px;
  transform: translateX(-50%);
}
@-webkit-keyframes bounce-down {
  25% {-webkit-transform: translateY(-5px);}
  50%, 100% {-webkit-transform: translateY(0);}
  75% {-webkit-transform: translateY(5px);}
}
@keyframes bounce-down {
  25% {transform: translateY(-5px);}
  50%, 100% {transform: translateY(0);}
  75% {transform: translateY(5px);}
}
.next-box img{
  cursor: pointer;
  display: inline-block;
  -webkit-animation: bounce-down 2s linear infinite;
  animation: bounce-down 2s linear infinite;
}
/*logo*/
.head{
  background: rgba(0,0,0,0.6);
  position: absolute;
  z-index: 1000;
  top: 50px;
  width: 100%;
  height: 96px;
}
.logo{
  float:left;
  padding-top: 32px;
}
.logo>img{
  float:left;
  margin-right:20px;
}
.logo>h1{
  font-size: 26px;
  color: #14574a;
}
.logo>small{
  font-size: 12px;
  color: #868686;
  letter-spacing: -0.6px;
  text-transform: uppercase;
}
.logo_des{
  float: left;
  border-right: 2px solid #e9e8e8;
  padding-right: 30px;
  margin-left: 40px;
  margin-top: 8px;
}
.logo_des h5{
  font-size: 16px;
  color: #5d5d5d;
}
.logo_des small{
  font-size: 12px;
  color: #5d5d5d;
}
.logo-tit{
  float: left;
  margin-left: 28px;
}
.logo-tit h5{
  color: #9d9d9d;
  font-size: 14px;
  padding-top: 5px;
}
.logo-tit strong{
  color: #5d5d5d;
  font-size: 18px;
}

.nav-bar {
  width:900px;
  float: right;
  overflow: hidden;
  position: relative;
}
.nav-bar ul {
  position: relative;
  overflow: hidden;
  float: right;
  margin-right: -22px;
  display: inline-block;
}
.nav-bar ul li {
  float: left;
  line-height: 96px;
  position: relative;
}
.nav-bar ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  width:125px;
  line-height: 96px;
  text-align: center;
  position: relative;
}
.nav-bar ul li::after{
  position: absolute;
  content: '';
  width:1px;
  height: 16px;
  right: 0;
  top: 41px;
  background: #fff;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.nav-bar ul li:last-child:after{
  display: none;
}
.nav-bar ul li:hover a{
  color: #a92126;
  font-weight: bold;
}
.nav-bar ul li.active a{
  color: #a92126;
  font-weight: bold;
}
.navfix{
  background: rgba(0,0,0,0.9);
}

#main {
  overflow: hidden;
}
.img_jz{
  position: relative;
  overflow: hidden;
  display: block;
}
.img_jz>img{
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}

/*热搜*/
.sousuo{
  width: 100%;
  height: 80px;
  position: relative;
  background: #f0f0f0;
}
.sousuo-left{
  float: left;
  height: 42px;
  margin-top: 20px;
  background: url("../img/hot.png") no-repeat center left;
}
.sousuo-left strong{
  color: #3b3b3b;
  font-size: 16px;
  float: left;
  padding-left: 50px;
  line-height: 42px;
}
.sousuo-left a{
  display: block;
  float: left;
  color: #3b3b3b;
  font-size: 14px;
  line-height: 42px;
  padding-right: 15px;
}
.sousuo-left a:hover{
  color: #14574a;
  font-weight: bold;
}
.searchshow{
  float:right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  margin-top: 12px;
}
.searchshow form input[type=text]{
  float:left;
  padding-left:22px;
  line-height: 54px;
  color: #535353;
  font-size: 14px;
  width: 270px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:none;

}
.searchshow form input[type=text]::placeholder{
  color: #333;
  font-size: 14px;
}
.searchshow form input[type=submit]{
  background:#14574a url("../img/sea.png") no-repeat center;
  width: 66px;
  height: 54px;
  font-size: 14px;
  cursor: pointer;
  float:right;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}

/*banner02*/
.banner02{
  background: url("../images/banner02bg.jpg") no-repeat center;
}
.banner02 .warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 250px;
}
.banner02 li{
  width: 535px;
}
.banner02 li h5{
  font-weight: normal;
  font-family: "jxzk";
  color: #fff;
  font-size: 22px;
}
.banner02 li b{
  display: block;
  width: 51px;
  height: 3px;
  background: #063636;
  margin-top:10px;
  margin-bottom: 10px;
}
.banner02 li small{
  font-size: 14px;
  color: #fff;
  line-height: 23px;
}
/*首页*/
.company{
  width: 100%;
  position: relative;
  padding: 70px 0;
}
.com-left{
  width: 580px;
  float: left;
}
.com-left p{
  color: #a92126;
  font-size: 16px;
  padding-top: 12px;
}
.com-left h3{
  color: #3e3e3e;
  font-size: 30px;
  font-family: ziti;
  font-weight: normal;
  padding-top:10px;
}
.com-left h3:after{
  display: block;
  content: '';
  width:34px;
  height: 2px;
  margin: 5px 0 10px 0;
  background: #a92126;
}
.com-left span{
  display: block;
  font-size: 14px;
  line-height: 22px;
  padding-top: 10px;
  margin-bottom: 28px;
}
.com1{
  width: 100%;
}
.com1-left{
  float: left;
  width: 150px;
}
.com1-right{
  float: right;
  width: 405px;
}
.com1-right h4{
  color: #3e3e3e;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  margin-top: 10px;
}
.com-link{
  margin-top: 46px;
}
.com-link a{
  display: block;
  width: 164px;
  height: 56px;
  line-height: 56px;
  float: left;
  margin-right: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.more1{
  background: #a92126;
}
.more1:before{
  display: block;
  content: '';
  width: 0px;
  height: 2px;
  transition: all 0.5s;
  position: absolute;
  top: 0;
}
.more1:after{
  display: block;
  content: '';
  width: 0px;
  height: 2px;
  transition: all 0.5s;
  position: absolute;
  bottom: 0;
}
.more2{
  background: #e88615;
}
.more2:before{
  display: block;
  content: '';
  width: 0px;
  height: 2px;
  transition: all 0.5s;
  position: absolute;
  top: 0;
}
.more2:after{
  display: block;
  content: '';
  width: 0px;
  height: 2px;
  transition: all 0.5s;
  position: absolute;
  bottom: 0;
}
.com-link a.more1:hover:after,.com-link a.more1:hover:before{
  width: 100%;
  background: #a92126;
  transition: all 0.5s;
}
.com-link a.more2:hover:after,.com-link a.more2:hover:before{
  background: #e88615;
  width: 100%;
  transition: all 0.5s;
}
.com-link a.more1:hover{
  background: #fff;
  color: #a92126;
  font-weight: bold;
}
.com-link a.more2:hover{
  background: #fff;
  color: #e88615;
  font-weight: bold;
}
.com-right{
  width: 565px;
  float: right;
}
/*首页产品*/
.chanpin{
  width: 100%;
  position: relative;
  padding: 70px 0;
  background: url("../img/p-bg.jpg") no-repeat center center;
  background-size: cover;
}
.title{
  text-align: center;
}
.title p{
  color: #585858;
  font-size: 14px;
  text-transform: uppercase;
}
.title h3{
  color: #3e3e3e;
  font-family: ziti;
  font-weight: normal;
  font-size: 32px;
  background: url("../img/title.png") no-repeat center center;
}
.title h3 span{
  color: #a92126;
  font-family: ziti;
  font-weight: normal;
}
.cp-type{
  text-align: center;
  margin: 20px 0 25px 0;
}
.cp-type ul li{
  display: inline-block;
  line-height: 15px;
}
.cp-type ul li:after{
  display: block;
  content: '/';
  color: #515151;
  font-size: 16px;
  float: right;
  margin: 0 10px;
}
.cp-type ul li a{
  color: #515151;
  font-size: 16px;
}
.cp-type ul li a.active{
  color: #a92126!important;
  font-weight: bold;
}
.cp-type ul li:first-child a,.cp-type ul li:last-child a{
  color: #a92126;
}
.cp-type ul li:hover a{
  color: #a92126;
}
.cp-type ul li:last-child:after{
  display: none;
}
.cp-list{
  width: 100%;
}
.cp-left{
  width: 319px;
  height: 512px;
  float: left;
  background: url("../img/p-1.jpg") no-repeat center center;
  position: relative;
}
.cp-left strong{
  color: #fff;
  font-size: 22px;
  display: block;
  padding-top: 355px;
  padding-left: 25px;
}
.cp-left p{
  color: #fff;
  font-size: 14px;
  padding-left: 25px;
  padding-top: 5px;
}
.cp-left p:after{
  display: block;
  content: '';
  width: 33px;
  height: 2px;
  background: #a92126;
  margin: 15px 0;
}
.cp-left span{
  display: block;
  color: #fff;
  font-size: 12px;
  padding-left: 25px;
}
.cp-right{
  width: 865px;
  float: right;
  height: 512px;
}
.cp-right .cp{
  height: 100%;
}
.cp-right .swiper-slide{
  position: relative;
  height: 248px;
  overflow: hidden;
}
.cp-right .swiper-slide a{
  display: block;
  width: 100%;
  height: 100%;
}
.cp-img{
  width: 100%;
  height: 248px;
  overflow: hidden;
}
.cp-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cp-hover{
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(169,33,38,0.55);
  text-align: center;
  transition: all 0.5s;
}
.cp-hover img{
  margin: 0 auto;
  display: block;
  padding-top: 77px;
}
.cp-hover p{
  color: #fff;
  font-size: 16px;
  padding-top: 10px;
}
.cp-right .swiper-slide:hover .cp-hover{
  top: 0;
  transition: all 0.5s;
}
/*服务优势*/
.youshi{
  width: 100%;
  position: relative;
  padding: 70px 0;
}
.btn {
  display: inline-block;
  width: 100px;
  height: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 32px;
  color: #009FD9;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer
}

.cloud-product-box {
  margin-top: 53px;
}

.cloud-product-wrapper {
  margin: 0 auto;
  width: 1200px
}

.cloud-product {
  position: relative;
  z-index: 9;
}

.cloud-product-title {
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 32px;
  color: #333
}

.color-blue {
  color: #009fd9
}

.cloud-product-explain {
  margin-top: 26px;
  margin-bottom: 82px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 16px;
  color: #999
}

.cloud-product-ul {
  width: 100%
}

.cloud-product-ul li {
  position: relative;
  margin-left: 50px;
  width: 149px;
  height:366px;
  float: left;
  background: #f0f0f0;
}
.normal-inner{
  width: 149px;
  float: left;
  position: relative;
  height: 366px;
}
.active-inner{
  width:437px;
  float: right;
  height: 366px;
  position: relative;
}
.num{
  width: 65px;
  height: 65px;
  background:#a92126;
  line-height: 65px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: 0 auto;
  margin-top: -20px;
}
.normal-inner h3{
  color: #3e3e3e;
  font-size: 16px;
  float: right;
  padding-right: 55px;
  line-height: 17px;
  padding-top: 17px;
  font-weight: normal;
}
.normal-inner p{
  color: #848484;
  font-size: 14px;
  transform: rotate(90deg);
  text-transform: uppercase;
  width: 165px;
  margin-top: 90px;
  margin-left: 108px;
  height: 20px;
}
.normal-inner span{
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/a-1.png") no-repeat center center;
  width: 28px;
  height: 46px;
  color:#fff;
  font-size: 14px;
  text-align: center;
}

.cloud-product-ul li:first-child {
  margin-left: 0
}

.active-inner-01 {
  background: url(../img/a-3.png) center no-repeat
}

.active-inner-02 {
  background: url(../img/a-4.jpg) center no-repeat
}

.active-inner-03 {
  background: url(../img/a-5.jpg) center no-repeat
}

.active-inner-04 {
  background: url(../img/a-6.jpg) center no-repeat
}
.active-inner{
  display: none;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0
}
.cloud-product-ul li.active .active-inner {
  display: block;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.cloud-product-ul li.active .normal-inner {
  display: block;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.cloud-product-ul li.active {
  z-index: 9;
  width: 587px;;
}
.adv-tit{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
}
.adv-tit p{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-indent:56px;
  width: 296px;
  margin: 0 auto;
  background: url("../img/a-2.png") no-repeat center left;
}
.adv-tit h4{
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 23px 0;
  font-weight: normal;
}
.adv-tit h5{
  width: 217px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #fff;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  text-indent: 30px;
  background: url("../img/t-4.png") no-repeat center left 20px;
}
.liuyan{
  width: 100%;
  position: relative;
  background:#f5f5f5 url("../img/mes.png") no-repeat center top;
}
.ly-left{
  margin-top: 148px;
  float: left;
  width: 685px;
}
.ly-left p{
  color: #fff;
  font-size: 20px;
}
.ly-left h3{
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  padding-top: 10px;
  font-family: ziti;
}
.ly-left span{
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 5px 0;
  text-transform: uppercase;
  letter-spacing: -0.3px;
}
.ly-left span:after{
  display: block;
  content: '';
  width: 47px;
  height: 4px;
  background: #a92126;
  margin: 10px 0;
}
.ly-left small{
  color: #fff;
  font-size: 14px;
  padding-bottom: 30px;
  display: block;
}
.ly-tel{
  width: 261px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-indent: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #e88615 url("../img/t-4.png") no-repeat center left 30px;
}
.ly-logo{
  height: 100px;
  margin-top: 200px;
  padding-left: 117px;
  background: url("../img/mes-1.png") no-repeat center left;
}
.ly-logo p{
  color: #414141;
  font-size: 18px;
  font-weight: bold;
  padding-top: 22px;
}
.ly-right{
  width: 369px;
  height: 468px;
  background: #fff;
  margin-top: 143px;
  float: right;
  padding: 35px 40px 55px 40px;
}
.ly-right h3{
  color: #3c3c3c;
  font-size: 24px;
}
.ly-right form{
  margin-top: 15px;
}
.ly-right input{
  width: 100%;
  line-height: 56px;
  background: #f5f5f5;
  display: block;
  text-indent: 18px;
  margin-bottom: 9px;
}
.ly-right .code input{
  width: 70%;
  float: left;
}
.ly-right img{
  display: block;
  float: right;
  width: 30%;
  height: 56px;
}
.ly-right textarea{
  width: 100%;
  height: 143px;
  line-height: 56px;
  background: #f5f5f5;
  display: block;
  text-indent: 18px;
  margin-bottom: 15px;
}
.ly-right .submit{
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  background: #a92126;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.ly-right .submit:hover{
  background: #940e13;
}
.xinwen{
  width: 100%;
  position: relative;
  background: #f5f5f5;
  padding: 70px 0;
}

.index5{
  width: 100%;
  position: relative;
  padding: 70px 0;
}
.index5-title h3{
  color: #fff;
  background: url("../img/line1.png") no-repeat center center;
}
.index5-title h3 span{
  color: #fff;
}
.index5-title p{
  color: #fff;
}
.index5 ul{
  margin-top: 35px;
}
.index5 ul li{
  width: 380px;
  height: 462px;
  background: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}
.index5 ul li:last-child{
  margin-right: 0;
}
.index5 ul li .img_jz{
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.index5 ul li .img_jz img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index5 ul li .date{
  width: 69px;
  height: 64px;
  background: #fff;
  border-radius: 0 11px 0 0;
  text-align: center;
  position: relative;
  z-index: 10;
  top: -63px;
  left: 0px;
}
.index5 ul li .date h6{
  color: #3e3e3e;
  font-size: 18px;
  font-weight: bold;
  padding-top: 8px;
}
.index5 ul li .date small{
  color: #808080;
  font-size: 14px;
  font-weight: normal;
}
.img-hover{
  position: absolute;
  top: -100%;
  width: 100%;
  height: 250px;
  background: rgba(169,33,38,0.55);
  z-index: 9;
  transition: all 0.5s;
}
.img-hover img{
  margin: 0 auto;
  padding-top: 100px;
}
.news-tit{
  padding: 20px;
  margin-top: -70px;
}
.news-tit p{
  color: #a92126;
  font-size: 14px;
  background: url("../img/n1.png") no-repeat center left;
  text-indent: 20px;
}
.news-tit h6{
  color: #393939;
  font-size: 18px;
  font-weight: bold;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  padding: 10px 0;
}
.news-tit small{
  color: #969696;
  font-size: 14px;
  display: block;
  padding-bottom: 10px;
}
.news-tit span{
  color: #5e5e5e;
  font-size: 14px;
  display: block;
  padding-top: 20px;
}
.index5 ul li:hover .img-hover{
  top: 0;
  transition: all 0.5s;
}
.index5 ul li:hover h6,.index5 ul li:hover span{
  color: #a92126;
}
.index5 ul li:after{
  display: block;
  content: '';
  width: 0px;
  height: 4px;
  background: #a92126;
  position: absolute;
  bottom: 0;
  transition: all 0.5s;
}
.index5 ul li:hover:after{
  width: 100%;
  transition: all 0.5s;
}
/*广告栏*/
.guanggao{
  width: 100%;
  position: relative;
  padding: 28px 0 40px 0;
  background: url("../img/g-1.jpg") no-repeat center center;
}
.g-left{
  float: left;
}
.g-left h3{
  color: #fff;
  font-size:32px;
  font-family: ziti;
  font-weight: normal;
  letter-spacing: 1px;
}
.g-left h3 span{
  color: #fff;
  font-size: 20px;
}

.g-left p{
  color: #fff;
  font-size: 16px;
  padding-bottom: 10px;
}
.g-left h4{
  color: rgba(255,255,255,0.47);
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
}
.g-right{
  width: 202px;
  height: 64px;
  border:2px solid #fff;
  float: right;
  background: url("../img/g-2.png") no-repeat center left 45px;
  margin-top: 25px;
}
.g-right a{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-indent: 20px;
  font-weight: bold;
  line-height: 64px;
}
.g-right a:hover{
  background: #940e13 url("../img/g-2.png") no-repeat center left 45px;;
}

/*底部*/
.foot{
  width: 100%;
  position: relative;
  padding: 81px 0 92px 0;
  background: url("../img/foot.jpg") no-repeat center center;
}
.f1{
  width: 860px;
  float: left;
}
.f-nav{
  width: 100%;
}
.f-nav ul{
  margin-left: -30px;
}
.f-nav ul li{
  float: left;
  width: 120px;
  text-align: center;
  position: relative;
}
.f-nav ul li a{
  color: #fff;
  font-size: 16px;
}
.f-nav ul li a:hover{
  color: #a92126;
  font-weight: bold;
}
.f-nav ul li::after{
  position: absolute;
  content: '';
  width:1px;
  height: 16px;
  right: 0;
  top: 2px;
  background: #fff;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.f-nav ul li:last-child:after{
  display: none;
}
.f-cp{
  width: 100%;
}
.f-cp h3{
  color: #fff;
  font-size: 16px;
  margin-top: 35px;
}
.f-cp ul{
  margin-top: 23px;
}
.f-cp ul li{
  float: left;
  width: 106px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.f-cp ul li a{
  color: #fff;
  font-size: 14px;
}
.f-cp ul li:hover{
  background: #a92126;
}
.f2{
  width: 132px;
  float: right;
}
.f2-ewm{
  width: 112px;
  height: 112px;
  background: url("../img/f-ewm.png") no-repeat center center;
  padding: 10px;
}
.f2-ewm img{
  max-width: 100%;
}
.f2 p{
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding-top: 10px;
}
.f3 ul{
  padding:30px 0;
  background: #fff;
  margin-top: 28px;
}
.f3 h3{
  color: #fff;
  font-size: 16px;
}
.f3 ul li{
  float: left;
  width: 148px;
}
.f3 ul li:first-child{
  margin-left: 25px;
}
.f3 ul li:nth-child(2){
  margin-left: 30px;
}
.f3 ul li:nth-child(3){
  margin-left:30px;
}
.f3 ul li:nth-child(4){
  width: 185px;
  margin-left: 30px;
  margin-right: 30px;
}
.f3 ul li:last-child{
  width: 400px;
}
.f3 ul li img{
  float: left;
  padding-right: 14px;
  padding-top: 5px;
}
.f3 ul li .lx p{
  color: #3e3e3e;
  font-size: 14px;
}
.f3 ul li .lx strong{
  color: #3e3e3e;
}
.cbl {
  width: 67px;
  position: fixed;
  right: 50px;
  top: 44%;
  z-index: 3333;
}

.cbl.active {
  display: none;
}

.cbl li {
  margin-top: 5px;
  transition: 0.4s ease-in-out;
  height: 67px;
  width: 67px;
}

.cbl span {
  transition: 0.2s ease-in-out;
  display: inline-block;
  height: 67px;
  width: 67px;
  text-align: center;
  background: #a92126;
  box-sizing: border-box;
  font-size: 12px;
  color: white;
  position: relative;
  padding-top: 43px;
}

.cbl span i {
  transition: 0.4s ease-in-out;
  display: block;
  font-size: 36px;
  color: #fff;
  line-height: 30px;
}
.cbl li.tel span{
  background: #f3f3f3 url("../img/s1.png") no-repeat center top 15px;
}
.cbl li.tel:hover span{
  background: #a92126 url("../img/s11.png") no-repeat center top 15px;
}
.cbl li.email span{
  background: #f3f3f3 url("../img/s3.png") no-repeat center top 15px;
}
.cbl li.email:hover span{
  background: #a92126 url("../img/s33.png") no-repeat center top 15px;
}
.cbl li.weixin1 span{
  background: #f3f3f3 url("../img/s2.png") no-repeat center top 15px;
}
.cbl li.weixin1:hover span{
  background: #a92126 url("../img/s22.png") no-repeat center top 15px;
}
.cbl li.fd span{
  background: #f3f3f3 url("../img/s4.png") no-repeat center top 15px;
}
.cbl li.fd:hover span{
  background: #a92126 url("../img/s44.png") no-repeat center top 15px;
}
.cbl li.fd span .fir{
  font-size:12px;
}

.cbl span .fir {
  font-size:14px;
  color:#4e4e4e;
  text-align:center;
}
.cbl li:hover span .fir{
  color:#fff;
}

.cbl li aside {
  position: absolute;
  right: 76px;
  top: 0;
  padding:0 10px;
  line-height: 50px;
  opacity: 0;
  visibility: hidden;
  transform:rotateX(-90deg);
  transition: all .2s linear 0s;
  display: inline-block;
  vertical-align: top;
  background: #a92126;
  box-sizing: border-box;
  font-size: 16px;
  color: white;
  white-space: nowrap;
  font-family: ziti2;
}
.cbl li aside.ex{
  padding: 10px;
}
.cbl li aside img{
  width: 100px;
}
.cbl li:hover aside{
  transform:rotateX(0);
  opacity: 1;
  visibility: visible;
}
.cbl li aside:after{
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  border-left: 8px solid #a92126;
  display: block;
  content: '';
  position: absolute;
  top: 12px;
  right: -16px;
  transition: top .2s linear;
  transition-delay: .1s;
}
.nei-banner{
  width: 100%;
  background: url("../img/nei-banner.jpg") no-repeat center center;
  height:598px ;
}
.nei-banner img{
  max-width: 100%;
}
/*内页公司简介*/
.about1{
  position: relative;
  padding: 70px 0;
}
.ab-title{
  text-align: left;
}
.ab-title h3{
  color: #424242;
  font-size: 32px;
  font-weight: normal;
  font-family: ziti;
}
.ab-title p{
  color: #424242;
  font-size: 14px;
  text-transform: uppercase;
}
.ab-title h3 span{
  color: #a92126;
  font-family: ziti;
}
.ab-title p:after{
  display: block;
  content: '';
  width: 45px;
  height: 2px;
  background: #a92126;
  margin: 5px 0;
}
.ab1-tit{
  padding-top:5px ;
}
.ab1-tit p{
  color: #424242;
  font-size: 14px;
  line-height: 24px;
}
.job1{
  width: 100%;
  padding: 3% 0;
  position: relative;
}
.job_tab{
  width: 100%;
  height: 60px;
  background: #a92126;
}
.job_tab span{
  display: block;
  color: #fff;
  font-size: 18px;
  float: left;
  width: 21%;
  text-align: center;
  line-height: 60px;
}
.job1 ul li{
  width: 100%;
  margin: 0 auto;
  border-bottom: 2px solid #dcdcdc;
  line-height: 85px;

}
.job1 ul li span{
  width: 21%;
  text-align: center;
  display: block;
  float: left;
  color: #323232;
  font-size: 14px;
  height: 75px;
}

.job1 ul li .jobs_last{
  width: 10%;
  float: right;
}
.job1 ul li .jobs_last img{
  display: block;
  margin-top: 20px;
}
.req_text{
  padding: 2%;
}
.jobs_req{
  display: none;
  width: 100%;
  margin: 0 auto;
}



.comdes{
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 26px;
  color: #4c9417;
}
.moreahref a{
  float:left;
  text-align: center;
  width: 150px;
  height: 44px;
  line-height: 44px;
  background: #063636;
  font-size: 14px;
  color: #fff;
  font-weight: lighter;
  border-radius: 22px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  position: relative;
  overflow: hidden;
}
.moreahref a:last-of-type{
  background: #4c9417;
  margin-left: 15px;
}
.moreahref a:before{
  width:100%;
  display: block;
  content: '';
  position: absolute;
  left:0;
  top:0;
  height: 0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  background: #85b95f;
}
.moreahref a:hover:before{
  height: 100%;
}
.moreahref a span{
  position: absolute;
  display: block;
  width:100%;
}

/*indexpro*/
.indexpro{
  background: #f6f6f6;
  padding-bottom: 77px;
}
.indexpro_fl{
  border:1px solid #bbbbbb;
}
.indexpro_fl .indexpro_fl_left{
  float:left;
  color: #fff;
  background: #4c9417;
  width: 196px;
  height: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:18px 22px;
}
.indexpro_fl_left>h6{
  font-size: 18px;
  color: #fff;
  line-height: 18px;
  margin-bottom:4px;
}
.indexpro_fl_left>small{
  font-size: 14px;
  text-transform: uppercase;
  line-height: 14px;
  font-weight: lighter;
  color: #fff;
}
.indexpro_fl_right{
  float:left;
}
.indexpro_fl_right a{
  color: #3c3c3c;
  font-size: 16px;
  display: block;
  position: relative;
  height: 70px;
  line-height: 70px;
  margin-left:28px;
  float:left;
}
.indexpro_fl_right a:after{
  display: block;
  content: '';
  position: absolute;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom:0;
  height: 2px;
  background: #6bae04;
  width:0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.indexpro_fl_right a:hover:after,.indexpro_fl_right a.indexproin:after{
  width: 100%;
}
.indexpro_fl>a{
  font-size: 14px;
  color: #6bae04;
  margin-right: 22px;
  line-height: 70px;
  text-transform: uppercase;
  float:right;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.indexpro_fl>a:hover{
  text-decoration: underline;
  font-style: italic;
}
.indexpro_cont ul:after{
  display: block;
  content: '';
  clear:both;
}
.indexpro_cont ul{
  display:none;
}
.indexpro_cont ul li{
  float:left;
  margin-right:15px;
  margin-top: 15px;
  width: 390px;
  height: 281px;
}
.indexpro_cont ul li:nth-of-type(3n){
  margin-right: 0;
}
.indexpro_cont ul li a{
  position: relative;
  display: block;
  width:100%;
  height: 100%;
  overflow: hidden;
}

.indexpro_cont ul li a>img{
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
}
.indexpro_cont ul li a>div{
  background: rgba(2, 2, 2, 0.71);
  width:100%;
  position: absolute;
  bottom:0;
  left:0;
  height: 44px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.indexpro_cont ul li a:hover>div {
  height: 100%;
  background: rgba(76, 148, 23, 0.59);
}
.indexpro_cont ul li a>div i{
  display:block;
  position: absolute;
  top:-285px;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width:46px;
  height: 46px;
  border-radius: 50%;

  background:#fff url("../images/links.png") no-repeat center;
}
.indexpro_cont ul li a:hover>div i{
  top:35%;
  -webkit-transition: 350ms 200ms all ease;
  -moz-transition: 350ms 200ms all ease;
  -ms-transition: 350ms 200ms all ease;
  -o-transition: 350ms 200ms all ease;
  transition: 350ms 200ms all ease;
}
.indexpro_cont ul li a>div p{
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.indexpro_cont ul li a:hover>div p {
  top:57%;
}
/*banner03*/
.banner03{
  padding-top: 82px;
  padding-bottom: 77px;
  background: url(../images/banner03bg.jpg) no-repeat center;
}
.banner03_left{
  float:left;
  width: 634px;
}
.banner03_left>h6{
  font-size: 26px;
  color: #fff;
}
.banner03_left>small{
  display: block;
  height: 80px;
  color: #fff;
  font-size: 16px;
  line-height: 27px;
}
.banner03_left>a{
  display: block;
  background: #fff;
  border-radius: 24px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  width: 208px;
  line-height: 48px;
  color: #4c9417;
  -webkit-transition: 350ms 0ms all ease;
  -moz-transition: 350ms 0ms all ease;
  -ms-transition: 350ms 0ms all ease;
  -o-transition: 350ms 0ms all ease;
  transition: 350ms 0ms all ease;
}
.banner03_left>a:hover{
  background: #063636;
  color: #fff;
}
.banner03_right{
  float:right;
  width: 510px;
  display:flex;
  justify-content: space-between;
}
.banner03_right li{
  text-align: center;
}
.banner03_right li img{
  margin:0 auto;
}
.banner03_right li h5{
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #fff;
  line-height: 20px;
}
.banner03_right li small{
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}

/*adv*/
.adv{
  background: url("../images/advbg.jpg") no-repeat center;
  padding-bottom: 90px;
}
.adv .title>h5{
  color: #fff;
}
.adv .title>small{
  color: #fff;
}
.adv_cont{
  display:flex;
  justify-content: space-between;
}
.adv_cont ul li{
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  padding-top: 15px;
  width: 360px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 350ms 0ms all ease;
  -moz-transition: 350ms 0ms all ease;
  -ms-transition: 350ms 0ms all ease;
  -o-transition: 350ms 0ms all ease;
  transition: 350ms 0ms all ease;
}
.adv_cont ul li:hover{
  border-bottom: 1px solid #4c9417;
}
.adv_cont ul li h5{
  font-size: 20px;
  color: #fff;
  -webkit-transition: 350ms 0ms all ease;
  -moz-transition: 350ms 0ms all ease;
  -ms-transition: 350ms 0ms all ease;
  -o-transition: 350ms 0ms all ease;
  transition: 350ms 0ms all ease;
}
.adv_cont ul li:hover h5{
  color: #4c9417;
}
.adv_cont ul li h5 span{
  font-size: 30px;
  font-style: italic;
}
.adv_cont ul li small{
  font-size: 14px;
  line-height: 20px;
  display: block;
  color: #fff;
  height: 53px;
  -webkit-transition: 350ms 0ms all ease;
  -moz-transition: 350ms 0ms all ease;
  -ms-transition: 350ms 0ms all ease;
  -o-transition: 350ms 0ms all ease;
  transition: 350ms 0ms all ease;
}
.adv_cont ul li:hover small {
  color: #4c9417;
}
.adv_cont ul li:nth-of-type(3) small,.adv_cont ul li:nth-of-type(6) small{
  height: 76px;
}
.adv_cont div{
  width: 420px;
  height: 420px;
}
.adv_cont div:before{
  display: block;
  content: '';
  position: absolute;
  left:50%;
  top:50%;
  border-radius: 50%;
  width: 385px;
  height: 385px;
  background: rgba(76, 148, 23, 0.32);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  animation: advscale 3s linear 1000ms infinite alternate;
}
.adv_cont div i{
  position: absolute;
  display:block;
  left:50%;
  top:50%;
  border-radius: 50%;
  width:358px;
  height: 358px;
  background: rgba(76, 148, 23, 0.58);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  animation: advscale 3s linear 0s infinite alternate;
}
@keyframes advscale {
  0%{
    -webkit-transform: translate(-50%,-50%) scale(1.0);
    -moz-transform: translate(-50%,-50%) scale(1.0);
    -ms-transform: translate(-50%,-50%) scale(1.0);
    -o-transform: translate(-50%,-50%) scale(1.0);
    transform: translate(-50%,-50%) scale(1.0);
  }
  100%{
    -webkit-transform: translate(-50%,-50%) scale(1.04);
    -moz-transform: translate(-50%,-50%) scale(1.04);
    -ms-transform: translate(-50%,-50%) scale(1.04);
    -o-transform: translate(-50%,-50%) scale(1.04);
    transform: translate(-50%,-50%) scale(1.04);
  }
}

/*lc*/
.lc{
  padding-bottom: 68px;
}
.lc ul{
  background: url("../images/lcline.png") no-repeat center 55px;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 481px;
}
.lc ul li{
  text-align: center;
  margin-right: 151px;
}
.lc ul li:nth-of-type(4n){
  margin-right: 0;
}
.lc ul li b{
  display:block;
  position: relative;
  width: 142px;
  height: 142px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid #cfcfcf;
  -webkit-transition: 350ms 0ms all ease;
  -moz-transition: 350ms 0ms all ease;
  -ms-transition: 350ms 0ms all ease;
  -o-transition: 350ms 0ms all ease;
  transition: 350ms 0ms all ease;
}
.lc ul li:hover b{
   border:1px solid #4c9417;
  background: #4c9417;
}
.lc ul li img{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
}
.lc ul li:hover img{
  filter: grayscale(100%) brightness(200%);
}
.lc ul li b i{
  width: 41px;
  height: 41px;
  line-height: 41px;
  background: #13293b;
  display: block;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top:50%;
  right:100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 350ms 0ms all ease;
  -moz-transition: 350ms 0ms all ease;
  -ms-transition: 350ms 0ms all ease;
  -o-transition: 350ms 0ms all ease;
  border:1px solid #13293b;
  border-right:none;
  transition: 350ms 0ms all ease;
}
.lc ul li:hover b i {
  background: #4c9417;
  border:1px solid #080102;
  border-right:none;
}
.lc ul li p{
  bottom: -36px;
  line-height:16px;
  font-size: 16px;
  color: #3a3a3a;
  font-weight: normal;
    -webkit-transition: 350ms 0ms all ease;
  -moz-transition: 350ms 0ms all ease;
  -ms-transition: 350ms 0ms all ease;
  -o-transition: 350ms 0ms all ease;
  transition: 350ms 0ms all ease;
  position: absolute;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lc ul li small{
  font-size: 14px;
  color: #3a3a3a;
  line-height: 14px;
  font-weight: lighter;
  text-transform: uppercase;
  -webkit-transition: 350ms 0ms all ease;
  -moz-transition: 350ms 0ms all ease;
  -ms-transition: 350ms 0ms all ease;
  -o-transition: 350ms 0ms all ease;
  transition: 350ms 0ms all ease;
  position: absolute;
  bottom:-62px;
  left:50%;
  display: block;
  width:169%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lc ul li:hover p,.lc ul li:hover small{
  color: #4c9417;
}
/*banner04*/
.banner04{
  background: url("../images/banner04bg.jpg") no-repeat center;
}
.banner04 .warpper{
  height: 470px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.banner04 .warpper>div{
  width: 581px;
}
.banner04 .warpper>div>span{
  font-size: 20px;
  color: #ffffff;
}
.banner04 .warpper>div>h3{
  font-size: 29px;
  color: #ffffff;
  font-weight: normal;
  font-family: "jxzk";
  position: relative;
  line-height: 60px;
}
.banner04 .warpper>div>h3:after{
  display: block;
  content: '';
  position: absolute;
  left:0;
  bottom:0;
  width:89px;
  height: 2px;
  background: #fff;
}
.banner04 .warpper>div>small{
  font-size: 14px;
  color: #fff;
  display: block;
  margin-top: 10px;
  height: 75px;
}
.banner04 .warpper>div>p{
  color: #fff;
  border-radius: 22px;
  padding-left: 87px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #4c9417 url("../images/banner04_tel.png") no-repeat 37px center;
  width: 358px;
  line-height: 47px;
  font-size: 22px;
}
.banner04 .warpper>div>p>span{
  font-size: 16px;
  font-weight: normal;
}



/*fot_banner*/
.fot_banner{
  background: #4c9417;
}
.fot_banner .warpper{
  padding-top: 43px;
  padding-bottom: 29px;
}
.fot_banner .warpper>p{
  display: block;
  font-size: 24px;
  font-family: jxzk;
  color: #fff;
  width: 100%;
}
.fot_banner .warpper>small{
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 16px;
  width: 100%;
}


/*product*/
.product{
  padding-bottom: 28px;
}
.pro_left{
  float:left;
  width: 224px;
}
.proleft_topbg{
  background:#4c9318 url("../images/proleft01.png") no-repeat left top;
  padding:6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:0;
}
.proleft_top{
  text-align: center;
  font-weight: bold;
  padding-top: 50px;
  padding-bottom: 12px;
}
.proleft_top h3{
  color: #fff;
  line-height: 22px;
  font-size: 26px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.proleft_top h4{
  color: #fff;
  line-height: 17px;
  font-size: 16px;
}
.proleft_topbg ul{
  background: #eaf0f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 392px;
}
.proleft_topbg ul li{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 15px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.proleft_topbg ul li:hover{
  background:#4c9318;
}
.proleft_topbg ul li:last-of-type{
  border-bottom: 0;
}
.proleft_topbg ul li>a{
  font-size:16px;
  color: #333333;
  line-height: 48px;
  border-bottom: 1px solid #cbd8c2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display:block;
  background: url("../images/jt.png") no-repeat right center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.proleft_topbg ul li:hover>a{
  color: #fff;
  background:url("../images/jts.png") no-repeat right center;
  border-bottom:1px solid #4c9318;
}
.proleft_topbg ul li>div{
  display: none;
}
.proleft_topbg ul li>div a{
  background: #668cca;
  line-height: 35px;
  display: block;
   width: 100%;
  margin-top: 3px;
  color: #fff;
  padding-left: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.proleft_topbg ul li>div a:hover{
  background: #597bb3;
  text-decoration: underline;
}
.proleft_bot{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 3px;
  padding-bottom: 23px;
  background:#4c9318 url("../images/proleft02.png") no-repeat right bottom;
}
.proleft_bot h5{
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid #79a05c;
  padding-top: 16px;
  padding-bottom: 11px;
  margin-bottom: 19px;
  padding-left:14px;
}
.proleft_bot h5 span{
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.proleft_bot p{
  color: #fff;
  padding-left:14px;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 14px;
}
.proleft_bot div{
  padding-top: 10px;
}
.proleft_bot div img{
  float:left;
  width: 90px;
  margin-right: 17px;
  margin-left: 24px;
}
.proleft_bot div span{
  float:left;
  font-size: 13px;
  color: #fff;
  width:66px;
  margin-top: 24px;
}
.pro_right{
  float:right;
  width: 935px;
}
.pro_right li{
  float:left;
  width: 301px;
  height: 251px;
  border:1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding:9px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.pro_right li:nth-of-type(3n){
  margin-right: 0;
}
.pro_right li b{
  width: 100%;
  height: 90%;
  background: url("../images/probg.jpg") no-repeat center;
}
.pro_right li small{
  width: 100%;
  height: 10%;
  font-size: 15px;
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:5px;
}
.pro_right li b img{
  max-width: 100%;
  min-height: 100%;
}
.pro_right li b img.shuiyin{
  max-width: initial;
  width: 75%;
  min-height: initial;
  opacity: 0.55;
}
.pro_right li>div{
  width: 100%;
  height: 100%;
  background: rgba(22, 85, 188, 0.33);
  position: absolute;
  top:50%;
  left:50%;
  text-align: center;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  opacity: 0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.pro_right li:hover>div {
  opacity: 1;
}
.pro_right li div p{
  color: #fff;
  font-size: 22px;
  padding-top:84px;
}
.pro_right li div div a{
  float:left;
  text-align: center;
  width: 118px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  line-height: 39px;
}
.pro_right li div div a:first-of-type{
  margin-right:14px;
  background: #4c9318;
    -webkit-transition: 350ms 200ms all ease;
  -moz-transition: 350ms 200ms all ease;
  -ms-transition: 350ms 200ms all ease;
  -o-transition: 350ms 200ms all ease;
  transition: 350ms 200ms all ease;
  opacity: 0;
  position: relative;
  top:5px;
}
.pro_right li:hover div div a:first-of-type{
  opacity: 1;
  top: 0;
}
.pro_right li div div a:last-of-type{
  background: #087ed9;
  -webkit-transition: 350ms 200ms all ease;
  -moz-transition: 350ms 200ms all ease;
  -ms-transition: 350ms 200ms all ease;
  -o-transition: 350ms 200ms all ease;
  transition: 350ms 200ms all ease;
  opacity: 0;
  position: relative;
  top:5px;
}
.pro_right li:hover div div a:last-of-type {
  opacity: 1;
  top: 0;
}
.pro_right li div div{
  width: 250px;
  position: absolute;
  top:100px;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.more{ display:inline-block; transition: 0.6s;  position:relative;}
.more:hover{ color: #087ed9; }
.more:before{ content:""; width:100%; height:1px; background:#087ed9; position:absolute; left:0; bottom:-1px; transform-origin:100%; -webkit-transform-origin:100%; -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1); transition:transform .6s cubic-bezier(.4,0,.2,1); transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1); transform:scaleX(0); -webkit-transform:scaleX(0); visibility:hidden\9;}
.more:hover:before{ transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); transform-origin:0; -webkit-transform-origin:0; visibility:visible\9;}



/*footer*/
.footer{
  background: url("../images/fotbg.jpg") no-repeat center;
  padding-top: 87px;
}
.footer .warpper{
  height: 448px;
  overflow: hidden;
  display:flex;
  justify-content: space-between;
}
.fot_cont>h1{
  font-size: 26px;
  color: #fff;
  line-height: 26px;
}
.fot_cont>h1>span{
  color: #4c9417;
}
.fot_cont>small{
  font-size: 14px;
  font-weight: lighter;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  margin-bottom: 18px;
}
.fot_cont p{
  font-size: 14px;
  font-weight: lighter;
  line-height: 40px;
  color: #a4a4a4;
  padding-left:42px;
}
.fot_cont p:first-of-type{
  background: url("../images/foticon01.png") no-repeat left center;
}
.fot_cont p:nth-of-type(2){
  background: url("../images/foticon02.png") no-repeat left center;
}
.fot_cont p:nth-of-type(3){
  background: url("../images/foticon03.png") no-repeat left center;
}
.fot_cont>img{
  width:156px;
  margin-top: 12px;
}
.footer h3{
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  padding-bottom:22px;
  position: relative;
  margin-bottom: 20px;
}
.footer h3:after{
  display: block;
  content: '';
  position: absolute;
  width:35px;
  height: 2px;
  background: #4c9417;
  left:0;
  bottom:0;
}
.fot_news a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 77px;
  margin-bottom: 10px;
}
.fot_news a>b{
  width: 102px;
  height: 100%;
  margin-right: 11px;
}
.fot_news a>b>img{
  height: 100%;
}

.fot_news a>div{
  width: 177px;
}
.fot_news a>div>p{
  font-size: 14px;
  color: #ffffff;
  line-height: 21px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.fot_news a:hover>div>p{
  text-decoration: underline;
}
.fot_news a>div>span{
  font-size: 14px;
  color: #4c9417;
}

.fot_nav a{
  display: block;
  font-size: 14px;
  color: #a4a4a4;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  padding-left:20px;
  margin-bottom: 22px;
  background: url("../images/jt.png") no-repeat left center;
}
.fot_nav a:hover{
  color: #fff;
  text-decoration: underline;
  background: url("../images/jts.png") no-repeat left center;
}
.fot_bot{
  line-height: 74px;
  background: #111111;
  overflow: hidden;
}
.fot_bot p{
  float:left;
  font-size: 14px;
  color: #fff;
  font-weight: lighter;
}
.fot_bot a{
  float:right;
  font-size: 14px;
  color: #fff;
  font-weight: lighter;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.fot_bot a:hover{
  text-decoration: underline;
}
.fot_bot img{
  float: right;
  padding-top: 20px;
}
.pro-list ul li{
  width: 390px;
  margin-right: 15px;
  margin-bottom: 15px;
  position: relative;
  height: 300px;
  float: left;
  overflow: hidden;
}
.pro-list ul li .cp-img{
  height: 100%;
}
.pro-list ul li .cp-hover img{
  padding-top: 110px;
}
.pro-list ul li:nth-child(3n){
  margin-right: 0;
}
.pro-list ul li:hover .cp-hover{
  top: 0;
  transition: all 0.5s;
}





.pro-sider {
  float: left;
  width: 260px;
}
.pro-sider .in-title {
  height: 80px;
  background: url(../images/i-pro-title.jpg) no-repeat center;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.pro-sider .in-title h3 {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.pro-sider .in-title em {
  font-size: 13px;
  color: #728dbc;
}
.pro-sider .pro-sider-ul {
  border: 1px solid #ededed;
  background: #fff;
  border-top: none;
  overflow: hidden;
}
.pro-sider .pro-sider-ul .ul-li {
  padding: 0 15px;
  height: 59px;
}
.pro-sider .pro-sider-ul .ul-li a {
  position: relative;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  color: #595959;
  display: block;
  padding-left: 10px;
  padding-right: 30px;
  border-bottom: 1px dashed #ededed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a h2{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a div.icon {
  position: absolute;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #ededed url(../images/sider-bg-01.png) no-repeat center;
  border-radius: 50%;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  font-size: 12px;
}
.pro-sider .pro-sider-ul .ul-li:hover,
.pro-sider .pro-sider-ul .ul-li.active {
  background: #268ae7;
}
.pro-sider .pro-sider-ul .ul-li:hover a,
.pro-sider .pro-sider-ul .ul-li.active a {
  border: none;
  color: #fff;
}
.pro-sider .pro-sider-ul .ul-li:hover div.icon,
.pro-sider .pro-sider-ul .ul-li.active div.icon {
  background: #0058b1 url(../images/sider-bg-02.png) no-repeat center;
}
.pro-sider .pro-sider-ul .ul-li:last-child a {
  border-bottom: none;
}
.pro-sider .pro-sider-tel {
  overflow: hidden;
  height: 100px;
  line-height: 1;
  font-size: 20px;
  color: #0058b1;
  border: 1px solid #ededed;
  border-top: none;
  padding-left: 80px;
  background: url(../images/sider-tel.png) no-repeat 25px center;
}
.pro-sider .pro-sider-tel span {
  display: block;
  margin: 30px 0 8px;
  font-size: 14px;
  color: #808080;
}
.pro-sider .pro-sider-tel em {
  letter-spacing: 2px;
  font-weight: bold;
}


.m-column-t {
  position: relative;
  text-align: center;
  font-size: 0;
}
.m-column-t .center {
  display: inline-block;
  font-size: 0;
}
.m-column-t .center h3 {
  color: #333;
  font-size: 30px;
}
.m-column-t .center p {
  color: #d2d2d2;
  font-size: 30px;
}
.m-column-t span {
  position: absolute;
  width: 415px;
  top: 50%;
  margin-top: -5px;
  height: 5px;
  border-bottom: 1px solid #d2d2d2;
  z-index: 1;
}
.m-column-t span.mcl {
  left: 0;
}
.m-column-t span.mcl em {
  float: right;
}
.m-column-t span.mcr {
  right: 0;
}
.m-column-t span em {
  display: block;
  height: 11px;
  border-left: 1px solid #d2d2d2;
}
.textLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textLine3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.domHidden {
  overflow: hidden;
}
.about-main {
  padding: 20px 0 70px;
  min-height: 170px;
}
.about-main .ab-content {
  float: right;
  width: 925px;
}
.about-main .ab-content .title {
  line-height: 50px;
}
.about-main .ab-content .title a {
  color: #333;
  padding: 0 5px;
}
.about-main .ab-content .title span.icon-home {
  color: #535353;
}
.about-main .ab-content .title em {
  color: #999;
}
.about-main .ab-content .ab-conBox {
  overflow: hidden;
  background: #fff;
  min-height: 55px;
  padding: 30px 45px 40px;
}
.about-main .ab-content .ab-conBox .de-title {
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 25px;
  margin-bottom: 8px;
}
.about-main .ab-content .ab-conBox .sub-co {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 18px;
}
.about-main .ab-content .ab-conBox .ab-detail {
  overflow: hidden;
  margin-top: 30px;
  font-size: 14px;
  color: #777373;
  line-height: 25px;
}
.ab-sild {
  float: left;
  width: 260px;
}
.ab-sild .title {
  position: relative;
  height: 50px;
  text-align: center;
  background: #f3c04b;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span {
  position: absolute;
  height: 3px;
  width: 30px;
  top: 50%;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span em {
  display: block;
  height: 7px;
  border-left: 1px solid #fff;
}
.ab-sild .title span.stl {
  left: 35px;
}
.ab-sild .title span.stl em {
  float: right;
}
.ab-sild .title span.str {
  right: 35px;
}
.ab-sild .sild-cate {
  background: #fff;
  margin-bottom: 20px;
}
.ab-sild .sild-cate .list {
  overflow: hidden;
}
.ab-sild .sild-cate .list li {
  position: relative;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
}
.ab-sild .sild-cate .list li a {
  display: block;
  padding-right: 35px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
}
.ab-sild .sild-cate .list li:last-child {
  border-bottom: none;
}
.ab-sild .sild-cate .list li:hover {
  border-color: #f3c04b;
  background: #f3c04b;
}
.ab-sild .sild-cate .list li:hover a {
  color: #fff;
}
.ab-sild .sild-cate .list li:hover:after {
  color: #fff;
}
.ab-sild .sild-cate .list li:after {
  font-weight: bold;
  right: 20px;
  top: 0;
  color: #999;
  position: absolute;
  content: "\e904";
  font-family: 'icomoon' !important;
}
.ab-sild .sild-cont {
  background: #fff;
}
.ab-sild .sild-cont .cont-list {
  padding: 20px;
}
.ab-sild .sild-cont .cont-list ul li {
  color: #333;
  padding: 5px 0;
  padding-left: 60px;
  font-size: 14px;
}
.ab-sild .sild-cont .cont-list ul li span {
  width: 60px;
  margin-left: -60px;
  display: block;
  height: 20px;
  line-height: 20px;
  float: left;
  color: #666;
}
.pro-center {
  background: #fff;
  padding-bottom: 25px;
}
.pro-center .pro-list {
  overflow: hidden;
  padding: 25px 18px 10px;
}
.pro-center .pro-list ul li {
  float: left;
  width: 200px;
  margin: 0 10px 20px;
  border: 1px solid #fff;
}
.pro-center .pro-list ul li:hover {
  border-color: #f3c04b;
}
.pro-center .pro-list ul li .img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 0;
  background: #eee;
}
.pro-center .pro-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.pro-center .pro-list ul li .title {
  background: #f7f8fc;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.pro-center .pro-list ul li .title:hover {
  color: #f3c04b;
}
.page {
  font-size: 0;
  text-align: center;
}
.page .center {
  display: inline-block;
  overflow: hidden;
}
.page .center .page-span {
  float: left;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 32px;
  margin-right: 30px;
}
.page .center .page-list {
  float: left;
  overflow: hidden;
}
.page .center .page-list ul li {
  float: left;
  width: auto;
  min-width: 30px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
  border: none;
  background: transparent;
}
.page .center .page-list ul li a {
  min-width: 20px;
  padding: 0 5px;
  border: 1px solid #eee;
  display: block;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.page .center .page-list ul li:hover a {
  color: #f3c04b;
}
.page .center .page-list ul li.active a {
  background: #f3c04b;
  color: #fff;
}
.news-center {
  background: #fff;
  padding-bottom: 25px;
}
.news-center .new-list {
  padding: 45px 45px 0px;
}
.news-center .new-list ul li {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
  overflow: hidden;
  display: block;
  height: 90px;
  padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
  float: left;
  width: 130px;
  height: 90px;
  background: #eee;
  line-height: 90px;
  font-size: 0;
  text-align: center;
}
.news-center .new-list ul li a .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.news-center .new-list ul li a .info {
  float: right;
  width: 690px;
}
.news-center .new-list ul li a .info h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.news-center .new-list ul li a .info em {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  max-height: 44px;
  overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
  color: #f3c04b;
}
.message-c {
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
}
.message-c .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
.message-c .from input {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
  width: 348px;
}
.message-c .from textarea {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  width: 728px;
  height: 130px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}
.message-c .from .code {
  overflow: hidden;
}
.message-c .from .code input[name=code] {
  width: 258px;
  float: left;
}
.message-c .from .code a {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 0;
  margin-left: 10px;
}
.message-c .from .code a img {
  width: 80px;
  height: 38px;
}
.message-c .from .btn {
  padding-top: 25px;
}
.message-c .from .btn a {
  display: block;
  width: 362px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #8fa4de;
}
.message-c .from .btn a:hover {
  background: #8397d0;
}
.contact-o {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.contact-o iframe {
  width: 830px;
  height: 500px;
  margin: 0 auto;
}
