@font-face {
  font-family: ziti;
  src: url('../font/AlimamaShuHeiTi-Bold.ttf');
}
.top_bar {
  height: 46px;
  line-height: 46px;
  background: url("../img/top-bg.jpg") no-repeat center center;
}
.top_bar .tb-left {
  float: left;
  color: #7f7f7f;
  font-size: 14px;
  font-weight: lighter;
  overflow: hidden;
}
.top_bar .tb-rig {
  float: right;
}

.tb-rig ul li{
  float:left;
  display:block;
}
.tb-rig ul li a {
  color: #fff;
  font-size: 14px;
  display:block;
  width:141px;
  height: 46px;
  text-indent:55px;
  position: relative;
}
.top_bar .tb-rig ul li > a:hover {
  color: #fff;
}
.tb-rig ul li:first-of-type a {
  background: url("../images/navadd.png") no-repeat center left 22px;
}
.tb-rig ul li:nth-of-type(2) a {
  background: url("../images/navwx.png") no-repeat center left 22px;
}
.tb-rig ul li:nth-child(1) a:after{
  display: block;
  content: '';
  width: 1px;
  height: 19px;
  position: absolute;
  right: 0;
  top: 15px;
  background: rgba(255,255,255,0.6);
}
.tb-rig ul li.top_wx{
  position: relative;
}
.top_bar .tb-rig ul li .drop-list {
  display: none;
  position: absolute;
  width: 141px;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 2;
}
.top_bar .tb-rig ul li .drop-list img{
  width: 100%;
}
/*logo*/
.head{
  background: #fff;
  padding:20px 0 35px 0;
}
.logo{
  float:left;
}
.logo>img{
  float:left;
  margin-right:20px;
}
.logo h1{
  font-size: 30px;
  color: #323232;
  font-weight: bold;
  padding-top: 5px;
}
.logo small{
  font-size: 12px;
  color: #484848;
  display: block;
  text-transform: uppercase;
}
.logo-t{
  float: left;
  position: relative;
  padding-right: 33px;
}
.logo-t:after{
  display: block;
  content: '';
  width: 17px;
  height: 66px;
  background: url("../images/l-line.png") no-repeat center center;
  position:absolute;
  right: 0;
  top:10px;
}
.logo_des{
  float: left;
  padding-right: 30px;
  margin-left: 25px;
  margin-top: 8px;
}
.logo_des h5{
  font-size: 25px;
  color: #2d2d2d;
  font-weight: bold;
}
.logo_des h5 span{
  color: #c81731;
}
.logo_des small{
  font-size: 14px;
  color: #787878;
}
.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_tel{
  float:right;
  background: url("../images/tel.png") no-repeat left center;
  margin-top: 20px;
  padding-left: 64px;
}
.nav_tel small{
  font-size: 16px;
  color: #313030;
  font-weight: normal;
}
.nav_tel h5{
  font-size: 30px;
  color: #c81731;
  font-weight: bold;
}

.nav-bar {
  background: #c81731;
  height: 70px;
  width:100%;
  overflow: hidden;
  position: relative;
  line-height: 70px;
}
.nav-bar ul {
 float:left;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.nav-bar ul li {
  float: left;
  position: relative;
  width:150px;
}
.nav-bar ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 70px;
  text-align: center;
  position: relative;
}
.nav-bar ul li:hover{
  background: #8a0014;
}
.nav-bar ul li.active{
  background: #8a0014;
}
.banner .swiper-slide a img{
  width: 100%;
}
.banner .pagination {
  position: absolute;
  font-size:0;
  left: 0;
  text-align: center;
  bottom: 13px;
  width: 100%;
  z-index: 9;
}
.banner .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border:2px solid #fff;
  opacity: 0.6;
  margin: 0 5px;
  cursor: pointer;
}
.banner .pagination .swiper-active-switch {
  background: #fff;
  opacity: 1;
}
.banner .swiper-button-next,.banner .swiper-button-prev{
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  width: 35px;
  height: 65px;
}
.banner .swiper-button-next{ right:0;}
.banner .swiper-button-prev{  left:0;}
/*热搜*/
.sousuo{
  width: 100%;
  height: 75px;
  position: relative;
  background: rgba(255,255,255,0.8);
  margin-top: -75px;
  z-index: 100;
}
.sousuo-left{
  float: left;
  height: 42px;
  margin-top: 20px;
  background: url("../img/huishou.png") no-repeat center left;
}
.sousuo-left span{
  color: #353535;
  font-size: 16px;
  float: left;
  padding-left: 50px;
  line-height: 42px;
}
.sousuo-left a{
  display: block;
  float: left;
  color: #595959;
  font-size: 16px;
  line-height: 42px;
  padding-right: 15px;
}
.sousuo-left a:hover{
  font-weight: bold;
}
.searchshow{
  float:right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  margin-top: 20px;
}
.searchshow form input[type=text]{
  float:left;
  padding-left:22px;
  line-height: 39px;
  color: #535353;
  font-size: 14px;
  width: 260px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:#fff;

}
.searchshow form input[type=text]::placeholder{
  color: #333;
  font-size: 14px;
}
.searchshow form input[type=submit]{
  background:#c81731 url("../img/sea.png") no-repeat center;
  width: 66px;
  height: 39px;
  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;
}
/*公司简介*/
.index1{
  width: 100%;
  position: relative;
  padding: 70px 0;
}
.index1-left{
  width: 556px;
  float: left;
}
.index1-left h3{
  color: #3d3d3d;
  font-size: 28px;
  font-weight: bold;
}
.index1-left h3 span{
  color: #c81731;
}
.index1-left h3:after{
  display: block;
  content: '';
  width: 35px;
  height: 4px;
  background: #c81731;
  margin: 25px 0;
}
.index1-left-tit{
  color: #4c4c4c;
  font-size: 14px;
  line-height: 31px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:4;
}
.index1-left a{
  display: block;
  width: 166px;
  height: 48px;
  background: #c81731 url("../img/index1-jt.png") no-repeat center right 24px;
  text-indent: 20px;
  line-height: 48px;
  color: #fff;
  font-size: 14px;
  margin-top: 38px;
}
.index1-left a:hover{
  background: #f9bf04 url("../img/index1-jt.png") no-repeat center right 24px;
}
.index1-right{
  width: 563px;
  height: 344px;
  float: right;
  overflow: hidden;
}
.index1-right img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index1-adv{
  width: 100%;
  position: relative;
  margin-top: 80px;
}
.index1-adv ul{
  display: flex;
  justify-content: space-between;
}
.index1-adv ul li h3{
  color: #353535;
  font-size: 38px;
  font-weight: bold;
}
.index1-adv ul li h3 sup{
  font-size: 16px;
}
.index1-adv ul li h3 span{
  color: #c81731;
  font-size: 16px;
  font-weight: normal;
}
.index1-adv ul li p{
  color: #4c4c4c;
  font-size: 14px;
}
/**/
.index2{
  width: 100%;
  position: relative;
  padding: 70px 0 85px 0;
  background: url("../img/index2.jpg") no-repeat center center;
}
.index-title{
  width: 370px;
  margin: 0 auto;
  text-align: center;
}
.title1{
  width: 385px;
}
.index-title p{
  width: 100%;
  color: #353535;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 28px;
}
.title1 p{
  color: #fff;
}
.index-title p span{
  display: block;
  width: 89px;
  height:24px;
  background: url("../img/title1.png") no-repeat center center;
  text-align: center;
  line-height: 24px;
  float: left;
  color: #fff;
}
.index-title h3{
  color: #353535;
  font-size: 40px;
  font-family: ziti;
  font-weight: bold;
  text-align: center;
}
.title1 h3{
  color: #fff;
}
.index2-center{
  margin-top: 40px;
}
.index2-type{
  float: left;
  width: 285px;
}
.index2-type ul li{
  width: 100%;
  line-height: 66px;
  background: #c81731;
  margin-bottom: 5px;
  text-align: center;
}
.index2-type ul li a{
  display: block;
  font-size: 18px;
  color: #Efff;
}
.index2-type ul li img{
  display: none;
  margin: 0 auto;
  padding-top: 18px;
  margin-bottom: -10px;
}
.index2-type ul li.on{
  background: #f9bf04;
}
.index2-type ul li.on img{
  display: block;
}
.index2-type ul li.on a{
  line-height: 60px;
}
.index2-right{
  width: 825px;
  float: right;;
  height: 268px;
  position: relative;
  background: #fff;
  padding: 75px 45px 45px 45px;
}
.index2-img{
  width: 350px;
  height: 278px;
  overflow: hidden;
  line-height: 278px;
  text-align: center;
  float: left;
}
.index2-img img{
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.index2-tit{
  float: right;
  width: 430px;
}
.index2-tit h3{
  color: #2c2c2c;
  font-size: 22px;
  font-weight: bold;
}
.index2-tit p{
  color:#757575;
  font-size: 14px;
  line-height: 25px;
  padding: 15px 0 20px;
}
.index2-tit ul li{
  float: left;
  width: 67px;
  text-align: center;
  margin-right: 35px;
}
.index2-tit ul li .i-img{
  width: 67px;
  height: 67px;
  background: #eeeeee;
  line-height: 67px;
  text-align: center;
}
.index2-tit ul li .i-img img{
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.index2-tit ul li h4{
  color: #434343;
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
}
.index2-tit a{
  display: block;
  width: 197px;
  height: 40px;
  background: #c81731 url("../img/i-jt.png") no-repeat center right 50px;
  border-radius: 17px;
  line-height: 40px;
  text-indent: 50px;
  color: #fff;
  margin-top: 25px;
}
.index2-tit ul li .i-img:hover {
  background: #c81731;
}
.index2-tit ul li:hover .i-img img{
  filter: grayscale(100%) brightness(800%);
}
.index2-tit ul li:hover h4{
  color: #c81731;
}
.index2-tit a:hover{
  background: #f9bf04 url("../img/i-jt.png") no-repeat center right 50px;
}
.index2-bottom{
  margin-top: 15px;
}
.index2-bottom .swiper-slide{
  width: 100%;
  height: 254px;
  overflow: hidden;
  position: relative;
}
.index2-bottom .swiper-slide a{
  display: block;
  width: 100%;
}
.cp-img{
  width: 100%;
  height: 198px;
  overflow: hidden;
  line-height: 198px;
  text-align: center;
  background: #fff;
}
.cp-img img{
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.cp-tit {
  width: 100%;
  line-height: 56px;
  text-align: center;
  background: #e5e5e5;
  color: #444343;
  font-size: 14px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.index2-bottom .swiper-slide:hover .cp-tit{
  background: #c81731;
  color: #fff;
}
/**/
.youshi{
  width: 100%;
  position: relative;
  padding: 63px 0 80px 0;
  background: url("../img/youshi.jpg") no-repeat center center;
  background-size: cover;
}
.ys-center{
  margin-top: 32px;
  background: #fff;
  padding: 60px 60px 0 60px;
}
.ys-center ul li{
  float: left;
  width: 515px;
  margin-right: 40px;
  margin-bottom: 60px;
}
.ys-center ul li:nth-child(2n){
  margin-right: 0;
}
.ys-t{
  float: left;
  width: 295px;
}
.ys-t h3{
  color: #383838;
  font-size: 20px;
}
.ys-t h3 strong{
  color: #c81731;
  font-size: 24px;
}
.ys-t h4{
  color: #767676;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
}
.ys-t p{
  color: #383838;
  font-size: 14px;
  line-height: 25px;
  padding-top: 15px;
}
.ys-img h3{
  color: #bcbcbc;
  font-size: 40px;
  font-style: italic;
  text-align: right;
}
.ys-img{
  float: right;
  margin-top: -27px;
}
.ys-center ul li:nth-child(2) .ys-img img{
  display: block;
  margin-top: -35px;
}
/**/
.guanggao{
  background: #c81731;
  width: 100%;
  position: relative;
  padding: 58px 0 45px 0;
}
.gg-left{
  float: left;
  width: 715px;
}
.gg-left h3{
  color: #fff;
  font-size: 30px;
  font-family: ziti;
  font-weight: normal;
  line-height: 50px;
}
.gg-left h4{
  color: #fff;
  font-weight: normal;
  font-size: 16px;
}
.gg-left p{
  color: #fff;
  font-size: 14px;
  background: url("../img/t-t.png") no-repeat center left;
  padding-left: 50px;
  margin-top: 10px;
}
.gg-left p strong{
  color: #fff;
  font-size: 22px;
}
.gg-right{
  width: 226px;
  height: 67px;
  line-height: 67px;
  border: 1px solid #fff;
  box-sizing: border-box;
  float: right;
  background:url("../img/kefu.png") no-repeat center left 38px;
  text-indent: 90px;
  margin-top: 20px;
}
.gg-right:hover{
  background: #b20c24 url("../img/kefu.png") no-repeat center left 38px;;
}
.gg-right a{
  color: #fff;
  font-size: 20px;
}
/*首页-新闻*/
.xinwen{
  width: 100%;
  position: relative;
  padding: 70px 0;
}
.xw1{
  width: 518px;
  height: 495px;
  float: left;
  background: #f2f2f2;
  margin-top: 40px;
}
.xw1 a{
  display: block;
  width: 100%;
  height: 100%;
}
.xw1 .img_jz{
  width: 100%;
  height: 285px;
  overflow: hidden;
}
.img_jz img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xw2{
  width: 670px;
  float: right;
  margin-top: 40px;
}
.xw2 ul li{
  width: 100%;
  height: 158px;
  background: #f2f2f2;
  margin-bottom: 10px;
}
.xw2 ul li .img_jz{
  width:214px;
  height: 158px;
  overflow: hidden;
  float: left;
}
.xw2 ul li .news-tit{
  width:405px;
  float: right;
  padding: 20px 25px;
}
.xw2 ul li .news-tit small{
  color: #7d7d7d;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.xw2 ul li .news-tit span{
  color: #7d7d7d;
  font-size: 14px;
  border-bottom: none;
}

.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;
}
.mes{
  width: 100%;
  background: url("../img/mes.jpg") no-repeat center center;
  padding: 65px 0;
}
.mes form{
  width: 100%;
}
.mes1{
  width:207px;
  height: 50px;
  line-height: 50px;
  text-indent: 9px;
  color: #3b3b3b;
  font-size: 14px;
  float: left;
  margin-right: 8px;
}
.mes2{
  width: 413px;
  height: 50px;
  line-height: 50px;
  text-indent: 9px;
  color: #3b3b3b;
  font-size: 14px;
  margin-right: 8px;
  float: left;
}
.mes form input::-webkit-input-placeholder{
  color: #3b3b3b;
  font-size: 14px;
}
.mes form textarea::-webkit-input-placeholder{
  color: #3b3b3b;
  font-size: 14px;
}
.mes form .code{
  width: 166px;
  float: left;
  height: 50px;
  margin-right: 8px;
}
.mes form .code input{
  width: 100px;
  float: left;
  height: 50px;
  text-indent: 9px;
  color: #3b3b3b;
  font-size: 14px;
}
.mes form .code .verify{
  width: 66px;
  float: right;
  height: 100%;
}
.mes form .code .verify img{
  display: block;
  width: 100%;
  height: 100%;
}
.mes form .submit{
  display: block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  float: right;
  color: #fff;
  font-size: 14px;
  background:#c81731;
}

/*新闻*/
.index5{
  width: 100%;
  position: relative;
  padding: 70px 0;
  background: #f2f2f2;
}
.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: 383px;
  height: 440px;
  background: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin-right: 25px;
}
.index5 ul li:nth-child(3n){
  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;
}
.img-hover{
  position: absolute;
  top: -100%;
  width: 100%;
  height: 250px;
  background: url("../img/jia.png") no-repeat center center;
  z-index: 9;
  transition: all 0.5s;
}
.news-tit{
  padding: 20px 35px;
}
.news-tit .data{
  width: 100%;
}
.news-tit p:nth-child(1){
  color: #c81731;
  font-size: 14px;
  background: url("../img/n1.png") no-repeat center left;
  text-indent: 20px;
  float: left;
  margin-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news-tit p:nth-child(2){
  color: #c81731;
  font-size: 14px;
  background: url("../img/n2.png") no-repeat center left;
  text-indent: 20px;
  float: left;
}
.news-tit h6{
  color: #3e3e3e;
  font-size: 18px;
  font-weight: bold;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  padding: 10px 0;
}
.xw1:hover .news-tit h6{
  color: #c81731;
}
.xw2 ul li:hover .news-tit h6{
  color: #c81731;
}
.news-tit small{
  color: #7d7d7d;
  font-size: 14px;
  display: block;
  margin-bottom: 30px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-tit span{
  color: #7d7d7d;
  font-size: 14px;
  border-bottom: 1px solid #7d7d7d;
}
.index5 ul li:hover .img-hover{
  top: 0;
  transition: all 0.5s;
}

.in-bo{
  width: 100%;
  position: relative;
  padding: 85px 0;
  background: url("../img/in-bo.jpg") no-repeat center center;
}
.in-bo h3{
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
.in-bo p{
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.in-bo img{
  display: block;
  margin-top: 38px;
}
/*内页-案例*/
.index6{
  width: 100%;
  position: relative;
  padding: 70px 0;
}
.index6 ul{
  margin-top: 22px;
  width: 100%;
  position: relative;
}
.index6 ul li{
  width: 390px;
  height: 255px;
  margin-right: 15px;
  float: left;
  position: relative;
  margin-bottom: 15px;
}
.index6 ul li:nth-child(3n){
  margin-right: 0;
}
.index6 ul li .case-img{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index6 ul li .case-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index6 ul li:hover .case-img img{
  -webkit-transform: scale(1.03) translateZ(0);
  -moz-transform: scale(1.03) translateZ(0);
  -ms-transform: scale(1.03) translateZ(0);
  -o-transform: scale(1.03) translateZ(0);
  transform: scale(1.03) translateZ(0);
}
.index6 ul li p{
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 42px;
  background: rgba(0,0,0,0.73);
  color: #fff;
  font-size: 14px;
  text-align: center;
}
#videoiFrame{
  display: block;
  width: 100%;
  height: 100%;
}

/*内页-关于我们*/
.location{
  width: 100%;
  position: relative;
  line-height:70px;
  background: #f4f4f4;
  z-index: 100;
}
.loca-right{
  float: left;
  color: #373737;
  font-size: 16px;
}
.loca-right a{
  color: #373737;
  font-size: 16px;
}
.about1{
  padding: 73px 0;
}
.about1-left{
  width: 100%;
}
.about1-left h3{
  color: #373737;
  font-size: 35px;
  font-family: ziti;
  font-weight: bold;
}
.about1-left h4{
  color: #6a6a6a;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: -5px;
}
.about1-left h4:after{
  display: block;
  content: '';
  width: 55px;
  height: 4px;
  background:#c81731;
  margin: 15px 0;
}
.about1-tit p{
  color: #3b3b3b;
  font-size: 16px;
  line-height: 28px;
}
.about1-tel p{
  color: #fff;
  font-size: 14px;
  width: 395px;
  height: 65px;
  line-height: 65px;
  background:#c81731 url("../img/t-t.png") no-repeat center left 18px;
  margin-top: 10px;
  text-indent: 70px;
}
.about1-tel p strong{
  color: #fff;
  font-size: 20px;
}
.about1-left img{
  margin: 0 auto!important;
  display: block!important;
  max-width: 100%!important;
}
.about2{
  width: 100%;
  background:#f1f1f1;
  padding: 70px 0;
}
.factory{
  position: relative;
  height: 580px;
  margin-top: 45px;
}
.factory .hj{
  height: 580px;
}
.about2 .swiper-slide{
  height: 265px
}
.hj-img{
  width: 100%;
  height: 265px;
  overflow: hidden;
}
.hj-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about2 .swiper-slide h3{
  position: absolute;
  width: 100%;
  height: 48px;
  background: rgba(0,159,106,0.76);
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 16px;
  bottom: 0;
}
/*产品中心*/
.pro1{
  width: 100%;
  position: relative;
}
.pro1-h3{
  color: #3a3a3a;
  font-size: 28px;
  font-weight: bold;
}
.pro1-h4{
  color: #3a3a3a;
  font-size: 16px;
}
.pro1 ul{
  margin-top: 32px;
}
.pro1 ul li{
  width: 385px;
  height: 365px;
  background: #f2f2f2;
  float: left;
  margin-right: 22px;
  margin-bottom: 22px;
  transition: all 0.5s;
}
.pro1 ul li:nth-child(3n){
  margin-right: 0;
}
.pro1 ul li h3{
  color: #3a3a3a;
  font-size: 20px;
  font-weight: bold;
  padding: 32px 22px 19px 22px;
  transition: all 0.5s;
}
.pro1 ul li p{
  color: #6f6f6f;
  font-size: 14px;
  line-height: 20px;
  padding: 0 22px 26px 22px;
  transition: all 0.5s;
}
.pro1-img{
  width: 100%;
  height: 220px;
  overflow: hidden;
}
/*.pro-img img{*/
/*  display: block;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*}*/
.pro1 ul li:hover{
  background: #c81731;
  transition: all 0.5s;
}
.pro1 ul li:hover h3,.pro1 ul li:hover p{
  color: #fff;
  transition: all 0.5s;
}
.pro-type{
  margin-top: 50px;
}
.pro-type ul li{
  width: 23.5%;
  margin-right: 2%;
  float: left;
  height: 64px;
  line-height: 64px;
  margin-bottom: 2%;
  background:#eee url("../img/ml.png") no-repeat center left 17px;
}
.pro-type ul li:nth-child(4n){
  margin-right: 0;
}
.pro-type ul li a{
  display: block;
  color: #393939;
  font-size: 16px;
  text-indent: 65px;
}
.pro-type ul li.on{
  background:#c81731  url("../img/ml-h.png") no-repeat center left 17px;
}
.pro-type ul li.on a{
  color: #fff;
}
.pro-type ul li:hover{
  background:#c81731  url("../img/ml-h.png") no-repeat center left 17px;
}
.pro-type ul li:hover a{
  color: #fff;
}


.pro-list{
  width: 100%;
  position: relative;
  padding: 20px 0 70px;
}

.pro-list ul li{
  width: 385px;
  height: 315px;
  position: relative;
  float: left;
  margin-right: 22px;
  margin-bottom: 22px;
}
.pro-list ul li:nth-child(3n){
  margin-right: 0;
}
.pro-img{
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 315px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #eee;
}
.pro-img img{
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.pro-list ul li h3{
  line-height: 62px;
  background: rgba(0,0,0,0.7);
  text-align: center;
  color: #fff;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-weight: normal;
}
.pro-list ul li:hover h3{
  background: rgba(200,23,49,0.7);
}


/*内-banner*/
.fixed-banner {
  overflow: hidden;
  height: 400px;
  display:flex;
  align-items: center;
}
.fixed-banner h3{
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}
.fixed-banner p{
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: lighter;
}
/*底部*/
.footer{
  background: url("../img/foot.jpg") no-repeat center center;
  width: 100%;
  position: relative;
  padding: 60px 0 70px 0;
  background-size: cover;
}
.f1{
  width: 370px;
  float: left;
  margin-right: 144px;
}
.f-logo img{
  float: left;
  padding-right: 15px;
  max-width: 45px;
}
.f-logo h3{
  color: #fff;
  font-size: 23px;
  font-weight: normal;
}
.f-logo p{
  color: #fff;
  font-size:12px;
  letter-spacing: -0.5px;
}
.f-logo:after{
  display: block;
  content: '';
  width: 35px;
  height: 2px;
  background: #c81731;
  margin: 25px 0;
}
.f-tit h4{
  color: #a0a1a8;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}
.f-tit a{
  display: block;
  width: 164px;
  height: 45px;
  background:#c81731 url("../img/kefu.png") no-repeat center left 30px;
  color: #fff;
  font-size: 14px;
  text-indent: 70px;
  line-height: 45px;
  margin-top:30px;
}
.f-tit a:hover{
  background:#b10c25 url("../img/kefu.png") no-repeat center left 30px;
}
.f2{
  width: 470px;
  float: left;
}
.f2-l{
  float: left;
  margin-right: 125px;
}
.f2 h3{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.f2 h3:after{
  display: block;
  content: '';
  width: 35px;
  height: 2px;
  background: #c81731;
  margin: 25px 0;
}
.f2-l ul li{
  line-height: 35px;
}
.f2-l ul li a{
  color: #a0a1a8;
  font-size: 14px;
}
.f2-l ul li:hover a{
  color: #fff;
}
.f2-r{
  float: left;
}
.f2-r p{
  color: #a0a1a8;
  font-size: 14px;
}
.f2-r strong{
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  padding-top: 20px;
  display: block;
}
.f-ewm{
  margin-top: 20px;
  width: 144px;
  height: 175px;
  float: right;
  background: #fff;
}
.f-ewm img{
  display: block;
  max-width: 132px;
  margin-top: 5px;
  margin-left: 5px;
}
.f-ewm p{
  color: #272727;
  font-size: 14px;
  text-align: center;
  font-weight: lighter;
}
.fot_bot{
  width: 100%;
  height:74px;
  line-height: 74px;
  background:#c81731;
  overflow: hidden;
}
.fot_bot p{
  float: left;
  color: #fff;
  font-size: 14px;
}
.fot-r{
  float: right;
}
.fot_bot a{
  color: #fff;
  font-size: 14px;
}

  /*company*/
.company{
  height: 636px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.com_left{
  width: 587px;
}
.com_left b{
  width:192px;
  height:157px;
  float:left;
}
.com_left b:first-of-type{
  width:100%;
  height:310px;
  margin-bottom: 9px;
}
.com_left b:nth-of-type(3){
  margin-left:5px;
  margin-right: 5px;
}

.com_right{
  width: 560px;
}
.com_right>p{
  font-size: 14px;
  font-weight: bold;
  color: #4c9417;
  text-decoration: underline;
}
.com_right>h5{
  line-height: 32px;
  font-size:32px;
  color: #3c3c3c;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 23px;
  font-family: jxzk;
}
.com_right>h5 span{
  color: #4c9417;
  font-family: jxzk;
}
.com_right>b{
  display: block;
  width: 66px;
  height: 4px;
  background: #4c9417;
}
.com_right>small{
  margin-top: 10px;
  display: block;
  height: 107px;
  font-size: 14px;
  color: #3c3c3c;
  line-height: 26px;
}
.com_right>ul:after{
  display: block;
  content: '';
  clear: both;
}
.com_right>ul li{
  float:left;
  margin-right: 35px;
  background: #053636;
  width: 107px;
  height: 97px;
  position: relative;
}
.com_right>ul li p{
  position: absolute;
  top:-19px;
  left:50%;
  width: 82px;
  line-height: 30px;
  background: #4c9417;
  font-size: 14px;
  color: #fff;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.com_right>ul li 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%);
}
.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%;
}
/*title*/
.title{
  text-align: center;
  padding-top:80px;
  padding-bottom: 33px;
}
.title h5{
  font-size: 32px;
  color: #3c3c3c;
  font-family: jxzk;
  line-height: 32px;
  font-weight: normal;
}
.title h5 span{
  font-family: jxzk;
  color: #4c9417;
}
.title small{
  font-size: 14px;
  color: #3c3c3c;
  display: block;
  margin-top: 9px;
  margin-bottom: 15px;
  line-height: 14px;
}
.title b{
  display: block;
  width: 67px;
  height: 2px;
  background: #4c9417;
  margin:0 auto;
}
/*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;
}


/*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;}








.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;
}
