/*头部*/
.hidden-m{
  display: none!important;
}
.mobile{
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  /*背景颜色*/
  box-shadow:0 0 0 60px #fff inset;
}
.jwplayer{
  width: 100%!important;
}
.top{
  width:100%;
  position: relative;
  height: 120px;
  background: #fff;
}
.top-logo{
  float: left;
  margin-top: 33px;
  padding-left: 5%;
}
.top-logo img{
  max-width: 100%;
}
.top-nav{
  float: right;
}
.top-nav ul{
  display: flex;
}
.top-nav ul li{
  line-height: 119px;
  position: relative;
  padding-left: 50px;
}
.top-nav ul li a{
  color: #666666;
  font-size: 16px;
}
.top-nav ul li:hover a{
  color: #49b136;
}
.top-nav ul li.active a{
  color: #49b136;
}
.nav_menu{
  float:right;
  position: relative;
  display: block;
  width: 34px;
  height: 30px;
  margin-top: 55px;
  margin-left: 30px;
  margin-right: 30px;
  cursor: pointer;
}
.nav_menu i{
  width: 28px;
  height: 2px;
  background-color: #828384;
  display: block;
  position: absolute;
  right: 0;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
.nav_menu .a1{top:0;}
.nav_menu .a3{top:10px;}
.nav_menu_click .a1{
  top: 6px;
  width: 28px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.nav_menu_click .a3{
  top: 6px;
  width: 28px;
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.top-search{
  float: right;
  position: relative;
}
.search-icon{
  height: 120px;
  border-right: 1px solid #e5e5e5;
  width: 100px;
  text-align: center;
  line-height: 120px;
  display: block;
  cursor: pointer;
  position: relative;
}
.search-icon img{
  display: inline-block;
  vertical-align: middle;
}
.searchshow{
  /*display:none;*/
  background:#fff;
  position: absolute;
  top:0;
  right:1px;
  width: 620px;
  height: 275px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 300ms 500ms all ease;
  -moz-transition: 300ms 500ms all ease;
  -ms-transition: 300ms 500ms all ease;
  -o-transition: 300ms 500ms all ease;
  transition: 300ms 500ms all ease;
}
.searchshowopen{
  opacity: 1;
  z-index: 999;
}
.searchshow form .close{
  float:left;
  width: 34px;
  height: 22px;
  position: relative;
  cursor: pointer;
  top: 6px;
}
.close i {
  background: #3b4044;
  width: 2px;
  height: 22px;
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 19px;
  top: 0;
}
.closestyle i{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close i:nth-of-type(2){
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.choses1>i:first-of-type{
  -webkit-animation: closestyle01 300ms forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
  animation: closestyle01 300ms forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.choses1>i:nth-of-type(2){
  -webkit-animation: closestyle02 300ms forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
  animation: closestyle02 300ms forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
@keyframes closestyle01 {
  0%{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
  }
  70%{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0.8;
  }
  100%{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes closestyle02 {
  0%{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
  }
  70%{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0.8;
  }
  100%{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.searchshow form{
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
  opacity: 0;
  -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;
  width: 90%;
  height: 30px;
  line-height: 30px;
  margin-top: 43px;

}

.searchshowopen form {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  -webkit-transition: 350ms 600ms all ease;
  -moz-transition: 350ms 600ms all ease;
  -ms-transition: 350ms 600ms all ease;
  -o-transition: 350ms 600ms all ease;
  transition: 350ms 600ms all ease;
  padding-left: 10%;
}

.searchshow form input[type=text]{
  float:left;
  padding:0 27px;
  line-height: 35px;
  height: 35px;
  color: #959595;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:none;
  width: 430px;
}
.searchshow form input[type=text]::placeholder{
  color: #959595;
  font-size: 18px;
}
.searchshow form input[type=submit]{
  background:url("../img/sea1.png") no-repeat center;
  width: 40px;
  height:35px;
  cursor: pointer;
  float:left;
}
.hot-s{
  width: 80%;
  margin-top: 50px;
  padding: 0 10%;
}
.hot-s h3{
  color: #666666;
}
.hot-s ul{
  margin-top: 17px;
}
.hot-s ul li{
  width: 88px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  border: 1px solid #dddddd;
  float: left;
  margin-right: 10px;
}
.hot-s ul li:last-child{
  margin-right: 0;
}
.hot-s ul li a{
  color: #666666;
  font-size: 14px;
}
.hot-s ul li:hover{
  background: #49b136;
  border: 1px solid #49b136;
}
.hot-s ul li:hover a{
  color: #fff;
}


.top-yuyan{
  float: right;
  width: 100px;
  text-align: center;
  line-height: 120px;
}
.top-yuyan img{
  display: inline-block;
  vertical-align: middle;
}
/*banner*/
.container{
  width: 1440px;
  margin: 0 auto;
}
.banner {
  width: 100%;
  position: relative;
  z-index: 150;
  height: 85vh;
}
.banner .imga{
  display: block;
  width: 100%;
  height: 100%;
}
.ban{
  height: 100%;
}
.banner .swiper-slide .slide-inner .text{
  position: absolute;
  top: 30%;
  width: 100%;
  left: 0;
}
/*slide1*/
.banner .swiper-slide1 .text{
  left: 8%!important;
  width: 84%!important;
}
.banner .slide-inner .text .fir{
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.6s;
  transition-delay: 0.4s;
  color: #fff;
  font-size:90px;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 100px;
  text-shadow: 0px 3px 5px rgba(0,0,0,0.6);
}
.banner .slide-inner .text .sec{
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.8s;
  transition-delay: 0.6s;
  font-size:20px;
  padding-top: 40px;
  color: #fff;
  text-shadow: 0px 3px 5px rgba(0,0,0,0.6);
}
.banner .swiper-slide2 .slide-inner .text img{
  transform: translateY(-25%);
  opacity: 0;
  transition: all 0.8s;
  transition-delay: 0.6s;
  position: absolute;
  right: 10%;
}
.banner .swiper-slide3 .slide-inner .text img{
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.8s;
  transition-delay: 0.6s;
  margin: 0 auto;
  max-width: 100%;

}
.banner .swiper-slide-active .slide-inner .text .fir {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide-active .slide-inner .text .sec {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide2.swiper-slide-active .slide-inner .text img {
  transform: translateY(-30%);
  opacity: 1;
}
.banner .swiper-slide3.swiper-slide-active .slide-inner .text img {
  transform: translateY(40%);
  opacity: 1;
}
.swiper-pagination_wrap{
  position: absolute;
  right: 0;
  z-index: 110;
  width: 540px;
  height: 100px;
  background: #49b136;
  bottom: -45px;
  line-height: 100px;
  overflow: hidden;
}
.swiper-pagination_wrap{
  color: #fff;
  font-size: 18px;
  padding: 0 5px;

}
.b-dian{
  left: -17%;
  bottom: -6px;
}
.swiper-pagination_wrap .swiper-pagination-current{
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}
.swiper-pagination_wrap .swiper-pagination-total{
  color: #fff;
  font-size:18px;
  font-weight: bold;
}
.ban-bo{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.ban-bo img{
  max-width: 100%;
}
.ban-next{
  width: 42px!important;
  height: 12px!important;
  background: url("../img/b-next.png") no-repeat center center;
  right: 45%!important;
  top: 65%!important;
  z-index: 150!important;
}
.ban-prev{
  width: 42px!important;
  height: 12px!important;
  background: url("../img/b-prev.png") no-repeat center center;
  left: 10%!important;
  top: 65%!important;
  z-index: 150!important;
}
.ban-next1{
  width: 42px!important;
  height: 12px!important;
  background: url("../img/b-next.png") no-repeat center center;
  right: 10px!important;
  top: 65%!important;
  z-index: 150!important;
}
.ban-prev1{
  width: 42px!important;
  height: 12px!important;
  background: url("../img/b-prev.png") no-repeat center center;
  left: 10px!important;
  top: 65%!important;
  z-index: 150!important;
}
/*首页-简介*/
.index1{
  width: 100%;
  position: relative;
  padding: 5% 0 5% 0;
  background: url("../img/index1.png") no-repeat center bottom;
}
.index1-left{
  float: left;
  width: 37%;
}
.index1-left h3{
  color: #d3d3d3;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
}
.index1-left h4{
  color: #242424;
  font-size: 36px;
  margin-top: -10px;
}
.index1-tit{
  background: url("../img/ditu.png") no-repeat top 20px center;
}
.index1-tit p{
  color: #3c3c3c;
  font-size: 18px;
  line-height: 34px;
  padding-top: 40px;
}
.index1-tit a{
  display: block;
  width: 240px;
  height: 60px;
  border: 1px solid #434343;
  line-height: 60px;
  text-align: center;
  color: #313131;
  font-size: 18px;
  margin-top: 90px;
  transition: all 0.5s;
}
.index1-tit a:hover{
  background: #49b136;
  color: #fff;
  border: 1px solid #49b136;
  transition: all 0.5s;
}
.index1-right{
  width: 57%;
  float: right;
  height: 520px;
}
.index1-right img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index1-honor{
  width: 100%;
  position: relative;
  margin-top: 98px;
}
.i-honor{
  width: 100%;
}
.i-honor .swiper-slide a{
  display: block;
  width: 100%;
  height: 240px;

}
.h-img{
  width: 100%;
  height: 240px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
}
.h-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.h-prev{
  width: 26px!important;
  height: 44px!important;
  background: url("../img/h-prev.png") no-repeat center center;
  left: -80px!important;
}
.h-prev:hover{
  background: url("../img/h-prev1.png") no-repeat center center;
}
.h-next{
  width: 26px!important;
  height: 44px!important;
  background: url("../img/h-next.png") no-repeat center center;
  right: -80px!important;
}
.h-next:hover{
  background: url("../img/h-next1.png") no-repeat center center;
}
.index1-bo{
  height: 115px;
}
.index1-bo ul li{
  width: 33.33%;
  float: left;
  height: 115px;
  position: relative;
}
.index1-bo ul li:nth-child(1){
  background: url("../img/a1.png") no-repeat center center;
}
.index1-bo ul li:nth-child(2){
  width: 33.34%;
  background: url("../img/a2.png") no-repeat center center;
}
.index1-bo ul li:nth-child(3){
  background: url("../img/a3.png") no-repeat center center;
}
.index1-bo-center{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.index1-bo-center img{
  float: left;
  margin-right: 30px;
  display: block;
  margin-top: 20px;
  transition: all 0.5s;
}
.index1-bo-tit{
  float: right;
}
.index1-bo-tit h3{
  color: #fff;
  font-size: 40px;
}
.index1-bo-tit h3 span{
  font-size: 22px;
}
.index1-bo-tit p{
  color: #fff;
  font-size: 18px;
}
.index1-bo ul li:hover img{
  transition: all 0.5s;
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
/*首页-产品*/
.index2{
  width: 100%;
  position: relative;
  padding: 5% 0;
  background: #f5f5f5;
}
.index-title{
  text-align: center;
}
.index-title h3{
  color: #d3d3d3;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
}
.index-title p{
  color: #242424;
  font-size: 36px;
  margin-top: -10px;
}
.index2-center{
  margin-top: 55px;
}
.index2-type{
  width: 100%;
  position: relative;
}
.index2-type ul{
  display: flex;
  overflow: hidden;
}
.index2-type ul li{
  width: 100%;
  height: 160px;
  text-align: center;
}
.index2-type ul li:nth-child(odd){
  background: #eeeeee;
}
.index2-type ul li:nth-child(even){
  background: #fafafa;
}
.index2-type ul li img{
  display: block;
  margin: 35px auto;
}
.index2-type ul li p{
  color: #444444;
  font-size: 18px;
}
.index2-type ul li.on{
  background: #49b136;
}
.index2-type ul li.on img{
  filter: grayscale(100%) brightness(600%);
}
.index2-type ul li.on p{
  color: #fff;
}
.index2-list{
  margin-top: 40px;
  position: relative;
}
.index2-list .list .swiper-slide{
  height: 400px;
  background: #fff;
  width: 100%;
  overflow: hidden;
}
.cp-img{
  width: 100%;
  height:320px;
  overflow: hidden;
}
.cp-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cp-tit{
  padding:28px 35px;
}
.cp-tit p{
  color: #9f9f9f;
  font-size: 16px;
}
.cp-tit h3{
  color: #242424;
  font-size: 20px;
}
.cp-hover{
  position: absolute;
  height: 100%;
  top: -120%;
  background:rgba(255,255,255,0.9);
  padding: 8% 10%;
  transition: all 0.5s;
  width: 80%;
}
.cp-hover p{
  color: #242424;
  font-size: 18px;
  line-height: 45px;
  font-weight: bold;
}
.cp-hover p span{
  color: #7e7e7e;
  font-weight: normal;
}
.cp-hover h4{
  color: #49b136;
  font-size: 18px;
  display: block;
  margin-top: 30px;
  font-weight: bold;
}
.cp-prev{
  width: 26px!important;
  height: 44px!important;
  background: url("../img/h-prev.png") no-repeat center center;
  left: -80px!important;
}
.cp-prev:hover{
  background: url("../img/h-prev1.png") no-repeat center center;
}
.cp-next{
  width: 26px!important;
  height: 44px!important;
  background: url("../img/h-next.png") no-repeat center center;
  right: -80px!important;
}
.cp-next:hover{
  background: url("../img/h-next1.png") no-repeat center center;
}
.index2-list .list .swiper-slide:hover .cp-hover{
  top: 0;
  transition: all 0.5s;
}
/*首页-研发中心*/
.index3{
  width: 100%;
  position: relative;
  padding: 3% 0;
  height: 700px;
  background-size: cover;
  background: url("../img/index3.jpg") no-repeat center center;
}
.index3-left{
  position: absolute;
  left: 0;
  top: 9%;
  width: 58%;
}
.yj-img{
  width: 100%;
  height: 631px;
}
.yj-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yj-next{
  width: 100px!important;
  height: 100px!important;
  top: 87.5%!important;
  right: -100px;
  background:url("../img/yj-next.png") no-repeat center center;
}
.yj-prev{
  width: 100px!important;
  height: 100px!important;
  top: 87.5%!important;
  left:91%;
  background:url("../img/yj-prev.png") no-repeat center center;
}
.index3-right{
  width: 40%;
  float: right;
}
.index3-right p{
  color: rgba(255,255,255,0.2);
  font-size: 48px;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
}
.index3-right h3{
  color: #fff;
  font-size: 36px;
  text-align: right;
  margin-top: -20px;
}
.index3-tit{
  width: 100%;
  height:480px;
  margin-top: 60px;
  background: url("../img/index3-r.jpg") no-repeat center center;
}
.index3-tit h4{
  padding: 20% 14% 0;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
}
.index3-tit a{
  color: #fff;
  font-size: 18px;
  padding-top: 5%;
  padding-right: 10%;
  float: right;
}
/*首页-新闻中心*/
.index4{
  width: 100%;
  position: relative;
  padding: 5% 0;
  background:#f5f5f5;
}
.index4-left{
  width:30%;
  float: left;
}
.index4-left p{
  color: #cbcbcb;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
}
.index4-left h3{
  color: #242424;
  font-size: 36px;
  margin-top: -20px;
}
.index4-left ul{
  margin-top: 30px;
}
.index4-left ul li{
  margin-top: 40px;
}
.index4-left ul li a{
  color: #242424;
  font-size: 18px;
}
.index4-left ul li.on a{
  color: #49b136;
  border-bottom: 1px solid #49b136;
}
.index4-right{
  width: 62%;
  float: right;
  background:#fff;
  padding: 3%;
}
.index4-right ul li{
  height: 155px;
  margin-bottom: 50px;
}
.index4-right ul li:last-child{
  margin-bottom: 0;
}
.n-img{
  width: 25%;
  float: left;
  height: 100%;
  overflow: hidden;
}
.n-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.n-tit{
  width: 73%;
  float: right;
  position: relative;
}
.n-tit h3{
  color: #323232;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.n-tit p{
  color: #656565;
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 80%;
}
.n-tit span{
  color: #b8b8b8;
  font-size: 16px;
  font-weight: bold;
  padding-top: 20px;
  display: block;
  transition: all 0.5s;
}
.index4-right ul li:hover .n-tit span{
  color: #49b136;
  transition: all 0.5s;
}
.n-jt{
  width: 48px;
  height: 48px;
  background: url("../img/n-jt.png") no-repeat center center;
  border: 2px solid #cbcbcb;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.index4-right ul li:hover .n-jt{
  border: 2px solid #49b136;
  box-shadow: 0 0 15px #49b136;
  background:#49b136 url("../img/n-jt-h.png") no-repeat center center;
  transition: all 0.5s;
}
.n-more a{
  display: block;
  width: 240px;
  height: 60px;
  border: 1px solid #434343;
  line-height: 60px;
  text-align: center;
  color: #313131;
  font-size: 18px;
  margin-top: 90px;
  transition: all 0.5s;
}
.n-more a:hover{
  background: #49b136;
  color: #fff;
  border: 1px solid #49b136;
  transition: all 0.5s;
}
/*底部*/
.dibu{
  width: 100%;
  position: relative;
  padding: 60px 0;
  background: #323232;
}
.f1{
  float: left;
  background: url("../img/f-line.png") no-repeat center right;
  height: 190px;
  width:63%;
}
.f1 h3{
  color: #fff;
  font-size: 22px;
  margin-bottom: 38px;
}
.f-ewm{
  float: left;
  width: 120px;
  height: 120px;
}
.f-ewm img{
  max-width: 100%;
}
.f-lianxi{
  margin-left: 23px;
  float: left;
  width: 65%;
}
.f-lianxi ul li{
  width: 50%;
  float: left;
  color: #fff;
  font-size: 18px;
  text-indent: 30px;
  line-height: 44px;
}
.f-lianxi ul li:nth-child(1){
  background: url("../img/f1.png") no-repeat center left;
}
.f-lianxi ul li:nth-child(2){
  background: url("../img/f2.png") no-repeat center left;
}
.f-lianxi ul li:nth-child(3){
  background: url("../img/f3.png") no-repeat center left;
}
.f-lianxi ul li:nth-child(4){
  background: url("../img/f4.png") no-repeat center left;
}
.f-lianxi ul li:nth-child(5){
  width: 100%;
  background: url("../img/f5.png") no-repeat center left;
}
.f2{
  float: right;
  width: 27%;
}
.f2 h3{
  color: #fff;
  font-size: 22px;
  margin-bottom: 30px;
}
.f2 ul li{
  width: 33.33%;
  float: left;
  line-height: 45px;
}
.f2 ul li a{
  color: #fff;
  font-size: 18px;
}
.f-admin{
  width: 100%;
  line-height: 68px;
  background: #282828;
  color: #fff;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
}
.f-admin a{
  color: #fff;
  font-size: 16px;
}
/*内页-公司简介*/
.inner-banner{
  width: 100%;
  position: relative;
  height: 480px;
}
.inner-ban-tit{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.inner-ban-tit h3{
  color: #fff;
  font-weight: bold;
  font-size: 48px;
}
.inner-ban-tit p{
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.location{
  width: 100%;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #dbdbdb;
}
.location p{
  color: #8a8a8a;
  font-size: 16px;
  background: url("../img/home.png") no-repeat center left;
  padding-left: 30px;
}
.location p a{
  color: #8a8a8a;
  font-size: 16px;
  padding: 0 5px;
}
.info-about-type{
  width: 100%;
  position: relative;
  margin-top: 80px;
  margin-bottom: 90px;
}
.info-about-type ul li{
  width: 32%;
  float: left;
  margin-right: 2%;
  height: 70px;
  line-height: 70px;
  text-align: center;

}
.info-about-type ul li:nth-child(1){
  background:#f3f3f3 url("../img/ab1.png") no-repeat center left 35%;
}
.info-about-type ul li:nth-child(2){
  background:#f3f3f3 url("../img/ab2.png") no-repeat center left 32%;
}
.info-about-type ul li:nth-child(3) {
  background:#f3f3f3 url("../img/ab3.png") no-repeat center left 35%;
  margin-right: 0;
}
.info-about-type ul li a{
  color: #575757;
  font-size: 18px;
  display: block;
}
.info-about-type ul li:nth-child(1).active{
  background:#49b136 url("../img/ab11.png") no-repeat center center;
  background-size: 100%!important;
}
.info-about-type ul li.active a{
  color:#fff;
  text-align: left;
  text-indent: 17%;
}
.info-about-type ul li:nth-child(1):hover{
  background:#49b136 url("../img/ab11.png") no-repeat center center;
  background-size: 100%!important;
}
.info-about-type ul li:hover a{
  color:#fff;
  text-align: left;
  text-indent: 17%;
}
.info-about-type ul li:nth-child(2):hover{
  background:#49b136 url("../img/ab22.png") no-repeat center center;
  background-size: 100%!important;
}
.info-about-type ul li:nth-child(3):hover{
  background:#49b136 url("../img/ab33.png") no-repeat center center;
  background-size: 100%!important;
}
.info-about-type ul li:nth-child(2).active{
  background:#49b136 url("../img/ab22.png") no-repeat center center;
  background-size: 100%!important;
}
.info-about-type ul li:nth-child(3).active{
  background:#49b136 url("../img/ab33.png") no-repeat center center;
  background-size: 100%!important;
}
.about1{
  width: 100%;
  position: relative;
}
.about1 h3{
  color: #333333;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.about1-t p{
  color: #333333;
  font-size: 18px;
  line-height: 34px;
}
.about2{
  width: 100%;
  position: relative;
  background: url("../img/about2.jpg")  no-repeat center center;
  padding: 5% 0;
}
.about2 h3{
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
}
.about2 p{
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.about3{
  width: 100%;
  position: relative;
  padding: 80px 0;
}
.about3-video{
  width: 100%;
  height: 480px;
}
.about3-video .video-preview{
  width: 100%;
  height: 100%;
}
.about3-video .video-preview img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about3-video iframe{
  width: 100%!important;
}
.neimeng{
  width: 100%;
  position:relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 60px;
}
.nm-left{
  width:43%;
  float: left;
  height:400px;
  overflow: hidden;
}
.nm-left img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nm-right{
  width: 54%;
  float: right;
}
.nm-right h3{
  color: #333333;
  font-size: 36px;
  font-weight: bold;
}
.nm-right-t{
  padding-top: 35px;
}
.nm-right-t p{
  color: #333333;
  font-size: 18px;
  line-height: 34px;
}
.info-honor{
  width: 100%;
  position: relative;
}
.info-honor h3{
  color: #282828;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 60px;
}
.info-honor ul li{
  width: 23.5%;
  margin-right: 2%;
  height: 240px;
  overflow: hidden;
  float: left;
  margin-bottom: 2%;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.info-honor ul li:nth-child(4n){
  margin-right: 0;
}
.info-honor ul li img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*新闻中心*/
.info-news-type ul li:nth-child(1){
  background:#f3f3f3 url("../img/n1.png") no-repeat center left 35%;
}
.info-news-type ul li:nth-child(2){
  background:#f3f3f3 url("../img/n2.png") no-repeat center left 32%;
}
.info-news-type ul li:nth-child(3) {
  background:#f3f3f3 url("../img/n3.png") no-repeat center left 35%;
  margin-right: 0;
}
.info-news-type ul li:nth-child(1).active{
  background:#49b136 url("../img/n11.png") no-repeat center center;
}
.info-news-type ul li:nth-child(1):hover{
  background:#49b136 url("../img/n11.png") no-repeat center center;
}
.info-news-type ul li:nth-child(2):hover{
  background:#49b136 url("../img/n22.png") no-repeat center center;
}
.info-news-type ul li:nth-child(3):hover{
  background:#49b136 url("../img/n33.png") no-repeat center center;
}
.info-news-type ul li:nth-child(2).active{
  background:#49b136 url("../img/n22.png") no-repeat center center;
}
.info-news-type ul li:nth-child(3).active{
  background:#49b136 url("../img/n33.png") no-repeat center center;
}
.info-news-list{
  width: 100%;
  position: relative;
}
.info-news-list ul li{
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px dashed #dbdbdb;
}
.info-news-list ul li a{
  display: block;
}
.info-news-list ul li .box{
  width: 65%;
  float: left;
}
.info-news-list ul li .box h4{
  color: #323232;
  font-size: 24px;
  padding-top: 20px;
}
.info-news-list ul li .box p{
  color: #8d8d8d;
  font-size: 16px;
  line-height: 30px;
  padding: 25px 0;
}
.info-news-list ul li .box h5{
  color: #b8b8b8;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 38px;
}
.info-news-list ul li .box span{
  display: block;
  width: 200px;
  height: 50px;
  background: #f3f3f3 url("../img/njt.png") no-repeat center right 40px;
  text-indent: 50px;
  line-height: 50px;
  color: #323232;
  font-size: 18px;
  transition: all 0.5s;
}
.info-news-list ul li .img{
  width: 33%;
  height: 280px;
  overflow: hidden;
  float: right;
}
.info-news-list ul li .img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.info-news-list ul li:hover .box span{
  background: #49b136 url("../img/njt-h.png") no-repeat center right 20px;
  color: #fff;
  transition: all 0.5s;
}
.info-news-list ul li:hover .img img{
  transform: scale(1.03,1.05);
}
.news-detail-title {
  padding-bottom: 15px;
  border-bottom: 1px dashed #ededed;
  text-align: center;
  margin-bottom: 15px;
}
.news-detail-title .h3 {
  font-size: 20px;
  color: #323232;
  line-height: 24px;
  font-weight: bold;
  margin: 25px 0 10px;
}
.news-detail-title .b {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
}
.news-detail {
  padding: 0 12px 30px;
}
.news-detail p {
  font-size: 16px;
  color: #595959;
  line-height: 30px;
}
.news-detail img {
  max-width: 100%;
  margin: 0 auto 10px;
}
.newsPage {
  padding: 0 12px;
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin: 15px 0;
}
.newsPage a {
  color: #323232;
}
.newsPage a:hover {
  color: #49b136;
}
/*内页-产品中心*/
.info-pro-list{
  width: 100%;
  position: relative;
  padding: 80px 0;
  background: #f5f5f5;
}
.pro-type1 ul li{
  width: 10%;
}
.info-pro-list .list{
  margin-top: 53px;
}
.info-pro-list .list ul li{
  height: 400px;
  background: #fff;
  width: 32%;
  margin-right: 2%;
  overflow: hidden;
  margin-bottom: 2%;
  float: left;
  position: relative;
}
.info-pro-list .list ul li:nth-child(3n){
  margin-right: 0;
}
.info-pro-list .list ul li:hover .cp-hover{
  top: 0;
  transition: all 0.5s;
}
/*内页-产品详情*/
.pro-info{
  width: 100%;
  position: relative;
  padding: 80px 0;
  background: #f5f5f5;
}
.cp-type{
  width: 20%;
  float: left;
}
.cp-title{
  background: url("../img/cp-title.jpg") no-repeat center center;
  width: 100%;
  height: 120px;
}
.cp-title h3{
  color: #fff;
  font-size: 24px;
  padding-top: 32px;
  padding-left: 32px;
}
.cp-title p{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 32px;
}
.cp-type ul{
  background: #fff;
  padding: 10px 0;
}
.cp-type ul li{
  width: 100%;
  line-height: 68px;
}
.cp-type ul li img{
  width: 24px;
  display: block;
  float: left;
  margin-left: 40px;
  margin-right: 18px;
  margin-top: 24px;
}
.cp-type ul li p{
  color: #242424;
  font-size: 18px;
}
.cp-type ul li p span{
  display: block;
  color: #242424;
  float: right;
  margin-right: 40px;
}
.cp-type ul li:hover{
  background: #49b136;
}
.cp-type ul li:hover img{
  filter: grayscale(100%) brightness(600%);
}
.cp-type ul li:hover p,.cp-type ul li:hover span{
  color: #fff;
}
.cp-type ul li.active{
  background: #49b136;
}
.cp-type ul li.active img{
  filter: grayscale(100%) brightness(600%);
}
.cp-type ul li.active p,.cp-type ul li.active span{
  color: #fff;
}
.pro-info-right{
  background: #fff;
  padding: 3%;
  width: 70%;
  float: right;
}
.pro-info-top{
  background: #f9f9f9;
}
.pro-info-img{
  width: 65%;
  float: left;
  height: 455px;
  position: relative;
}
.pro-info-img .gallery-top .swiper-slide{
  height: 455px;
}
.pro-info-img .gallery-top img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-info-img .gallery-thumbs {
  position: relative;
  width: 94%;
  margin: -100px auto 0;
  z-index: 100;
}
.pro-info-img .gallery-thumbs .swiper-slide{
  height: 70px;
  border: 2px solid rgba(255,255,255,0);
  box-sizing: border-box;
}
.pro-info-img .gallery-thumbs .swiper-slide img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-info-img .gallery-thumbs .swiper-slide-thumb-active{
  border: 2px solid #49b136;
  box-sizing: border-box;
}
.pro-info-top h3{
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  margin-top: 35px;
}
.pro-info-tit{
  width: 30%;
  float: right;
  margin-right: 2%;
}
.pro-info-tit h3{
  color: #555555;
  font-size: 30px;
  margin-top: 52px;
  text-align: center;
}
.pro-info-tit p{
  color: #555555;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}
.pro-info-tit img{
  display: block;
  margin: 35px auto;
  text-align: center;
}
.pro-info-tit a{
  display: block;
  width: 280px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #49b136;
  color: #fff;
  font-size: 16px;
  margin: 30px auto 0;
}
.pro-info-tit a:hover{
  background: #03499b;
}
.xq{
  width: 100%;
  position: relative;
  padding: 40px 0;
}
.xq-title{
  width: 100%;
  background: #f9f9f9;
  line-height: 42px;
  height: 42px;
}
.xq-title span{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: block;
  background: #49b136;
  width: 120px;
  float: left;
  text-align: center;
}
.xq ul{
  padding: 30px 0;
}
.xq ul li{
  line-height: 48px;
}
.xq ul li strong{
  color: #49b136;
  font-size: 16px;
}
.xq ul li span{
  color: #555555;
  font-size: 16px;
}
.xq-tit{
  font-size: 16px;
  line-height: 30px;
  min-height: 120px;
}
.xq-bo{
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: #49b136;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.pro-page{
  background: #fff;
  padding: 3%;
  width: 70%;
  float: right;
  margin-top: 20px;
}
.pro-page .newsPage{
  margin: 0;
}
/*内页-研究中心*/
.info-research{
  padding: 85px 0;
  width: 100%;
  position: relative;
}
.re1{
  width: 100%;
}
.re1-left{
  width: 50%;
  height: 370px;
  float: left;
}
.re1-left img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.re1-right{
  width: 50%;
  height: 370px;
  float: right;
  background: url("../img/re1.jpg") no-repeat center center;
  position: relative;
}
.re1-right p{
  position: absolute;
  width: 77%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: #282828;
  font-size: 18px;
  line-height: 40px;
}
.re2{
  width: 100%;
  position: relative;
  padding-top: 100px;
}
.re2 h3{
  color: #333333;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}
.re2 ul{
  margin-top: 50px;
}
.re2 ul li{
  width: 49%;
  margin-right: 2%;
  float: left;
  height: 370px;
  overflow: hidden;
  margin-bottom: 2%;
}
.re2 ul li:nth-child(2n){
  margin-right: 0;
}
.re2 ul li img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.re3{
  width: 100%;
  position: relative;
  padding-top: 100px;
}
.re3 h3{
  color: #333333;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}
.huanjing{
  margin-top: 50px;
}
.huanjing a{
  display: block;
  width:100%;
  height: 100%;
}
.hj-img{
  width: 100%;
  height: 335px;
  overflow: hidden;
}
.hj-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*内页-招贤纳士*/
.info-job{
  width: 100%;
  position: relative;
  padding: 85px 0;
}
.job1{
  width: 100%;
  position: relative;
}
.job_tab{
  width: 100%;
  height: 60px;
  background: #e70012;
}
.job_tab span{
  display: block;
  color: #fff;
  font-size: 18px;
  float: left;
  width: 16%;
  text-align: center;
  line-height: 60px;
}
.job1 ul li{
  width: 100%%;
  margin: 0 auto;
  margin-bottom: 20px;
  background: #49b136;
  line-height: 75px;
}
.job1 ul li .name{
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  float: left;
  width: 30%;
  text-align: left;
  margin-left: 5%;
}

.job1 ul li .num{
  width: 30%;
  text-align: left;
  display: block;
  float: left;
  color: #fff;
  font-size: 18px;
  height: 75px;
}
.job1 ul li .time{
  color: #fff;
  font-size: 18px;
  text-align: left;
  width: 30%;
}
.job1 ul li .jobs_last{
  width: 24px;
  height: 24px;
  margin-right: 5%;
  float: right;
  background: url("../img/jia.png") no-repeat center center;
  margin-top: 28px;
}
.jobs_req{
  display: none;
  border: 2px solid #49b136;
  background: #fff;
  margin: 0 auto;
  padding: 2% 5%;
}
.jobs_req strong{
  color: #575757;
  font-size: 20px;
}
.jobs_req p{
  line-height: 35px;
  font-size: 18px;
  color: #575757;
}
.jobs_req p a{
  color: #49b136;
  font-weight: bold;
}
.job1 ul li .jobs_last.on{
  background: url("../img/jian.png") no-repeat center center;
}
/*内页-联系我们*/
.info-contact{
  width: 100%;
  position: relative;
  padding-bottom: 100px;
}
.cont1{
  width:100%;
}
.cont1 ul li{
  width: 32%;
  margin-right: 2%;
  float: left;
  height: 120px;
  position: relative;
  border: 2px solid #f3f3f3;
  margin-bottom: 2%;
  box-sizing: border-box;
}
.cont1 ul li:nth-child(3n){
  margin-right: 0;
}
.cont1-img{
  width: 50px;
  height: 50px;
  background: rgba(73,177,54,0.1);
  border-radius: 50%;
  float: left;
  text-align: center;
  line-height: 50px;
  margin-top: 35px;
  margin-left: 30px;
}
.cont1-img img{
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.cont1-tit{
  padding-left: 24%;
  margin-top: 30px;
}
.cont1-tit span{
  display: block;
  color: #000000;
  font-size: 18px;
  line-height: 36px;
}
.cont1 ul li:before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 4px;
  background: #49b136;
  transition: all 0.5s;
}
.cont1 ul li:hover:before{
  width: 100%;
  transition: all 0.5s;
}
.cont2{
  width: 100%;
  position: relative;
  height: 600px;
}
.contact-map #dituContent {
  width: 100%;
  height:600px;
}
/*在线订单*/
.online-order{
  width: 100%;
  position: relative;
  padding: 0 0 80px 0;
}
.order-title{
  text-align: center;
  margin-bottom: 35px;
}
.order-title h3{
  color: #333333;
  font-size: 30px;
  line-height: 34px;
}
.order-title p{
  color: #797979;
  font-size: 16px;
  padding-top: 20px;
}
.formlist1{
  width: 100%;
  height: 58px;
  border: 2px solid #eeeeee;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
.order-tit{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.formlist1 h3{
  color: #9b9b9b;
  font-size: 16px;
  float: left;
  line-height:43px;
}
.formlist1 h3 sup{
  color: #ff0000;
  font-size: 16px;
}
.formlist1 select{
  color: #9b9b9b;
  font-size: 16px;
  display: block;
  height: 54px;
}
.formlist{
  width: 49%;
  margin-right: 2%;
  height: 58px;
  border: 2px solid #eeeeee;
  line-height: 54px;
  float: left;
  margin-top: 30px;
  text-indent: 20px;
  box-sizing: border-box;
}
.formlist:nth-child(3){
  margin-right: 0;
}
.formlist:nth-child(5){
  margin-right: 0;
}

.formlist input{
  font-size: 16px;
  width: 90%;
  height: 90%;
}
.formcontent{
  width: 100%;
  height: 118px;
  border: 2px solid #eeeeee;
  box-sizing: border-box;
  margin-top: 30px;
}
.formcontent textarea{
  font-size: 16px;
  line-height: 54px;
  text-indent: 20px;
  width: 100%;
}
.formcontent1{
  width: 100%;
  margin-top: 30px;
}
.formcontent1 input{
  width: 49%;
  margin-right: 2%;
  height: 58px;
  border: 2px solid #eeeeee;
  line-height: 54px;
  float: left;
  text-indent: 20px;
  box-sizing: border-box;
}
.formcontent1 .verify{
  width: 144px;
  height: 58px;
  float: left;
  border: 2px solid #e0f4fd;
  box-sizing: border-box;
}
.formcontent1 .verify img{
  display: block;
  width: 100%;
  height: 100%;
}
.form-sub{
  width: 100%;
  margin-top: 30px;
}
.form-sub #submit{
  width: 49%;
  margin-right: 2%;
  height: 58px;
  background: #49b136;
  line-height: 58px;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.form-sub input{
  width: 49%;
  height: 58px;
  background: #f3f3f3;
  line-height: 58px;
  float: right;
  text-align: center;
  color: #575757;
  font-size: 18px;
  cursor: pointer;
}
.info-mes{
  width: 100%;
  position: relative;
}
.form-tr{
  width: 49%;
  margin-right: 2%;
  height: 58px;
  border: 2px solid #eeeeee;
  line-height: 54px;
  float: left;
  margin-top: 30px;
  text-indent: 20px;
  box-sizing: border-box;
}
.form-tr:nth-child(2n){
  margin-right: 0;
}
.form-tr:nth-child(5){
  margin-right: 0;
}
.form-tr input{
  font-size: 16px;
  width: 90%;
  height: 90%;
}
.form-tr1{
  width: 100%;
  height: 118px;
  border: 2px solid #eeeeee;
  box-sizing: border-box;
  margin-top: 30px;
}
.form-tr1 textarea{
  width: 100%;
  font-size: 16px;
  line-height: 54px;
  text-indent: 20px;
}
.code{
  width: 100%;
  margin-top: 30px;
}
.code input{
  width: 49%;
  margin-right: 2%;
  height: 58px;
  border: 2px solid #eeeeee;
  line-height: 54px;
  float: left;
  text-indent: 20px;
  box-sizing: border-box;
}
.code .verify{
  width: 144px;
  height: 58px;
  float: left;
  border: 2px solid #e0f4fd;
  box-sizing: border-box;
}
.code .verify img{
  display: block;
  width: 100%;
  height: 100%;
}
.form-sub .submit{
  width: 49%;
  margin-right: 2%;
  height: 58px;
  background: #49b136;
  line-height: 58px;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}



#main {
  overflow: hidden;
}
/* 首页产品 */
#main .product-main {
  margin: 40px 0 22px;
  overflow: hidden;
}
#main .product-main .pro-sider .pro-sider-ul {
  height: 413px;
  overflow: auto;
}
#main .product-main .pro-main-rig {
  width: 900px;
  float: right;
}
#main .product-main .pro-main-rig .pr-title {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
  font-size: 18px;
  color: #0058b1;
  font-weight: bold;
  margin-bottom: 15px;
}
#main .product-main .pro-main-rig .pr-title a {
  font-weight: normal;
  display: block;
  float: right;
  font-size: 14px;
  color: #0058b1;
}
#main .product-main .pro-main-rig .pr-title a:hover {
  text-decoration: underline;
}
#main .product-main .pro-main-rig .pr-list {
  overflow: hidden;
}
#main .product-main .pro-main-rig .pr-list ul {
  margin: 0 -12px;
}
#main .product-main .pro-main-rig .pr-list ul li {
  float: left;
  width: 280px;
  height: 260px;
  border: 2px solid #fff;
  margin: 0 12px 18px;
}
#main .product-main .pro-main-rig .pr-list ul li a {
  display: block;
}
#main .product-main .pro-main-rig .pr-list ul li .pro-img {
  width: 278px;
  height: 210px;
  font-size: 0;
  text-align: center;
  line-height: 210px;
  background: #f5f5f5;
  border:1px solid #e5e5e5;
  border-bottom:none;
}
#main .product-main .pro-main-rig .pr-list ul li .pro-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .product-main .pro-main-rig .pr-list ul li .title {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #595959;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border:1px solid #e5e5e5;
  border-top:none;
}
#main .product-main .pro-main-rig .pr-list ul li .title h3{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .product-main .pro-main-rig .pr-list ul li:hover{
  /* background: #268ae7;
  color: #fff; */
  border-color:#268ae7;
}
#main .product-main .pro-main-rig .pr-list ul li:hover .title{
  border:none;
}
#main .company-main {
  padding: 50px 0 60px;
  background: #f2f2f2;
  overflow: hidden;
}
#main .company-main .warpper {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 2px 1px rgba(102, 102, 102, 0.1);
}
#main .company-main .com-main-left,
#main .company-main .com-main-rig {
  position: relative;
  float: left;
  height: 490px;
  overflow: hidden;
}
#main .company-main .com-main-left {
  padding: 0 47px 0 30px;
  width: 523px;
}
#main .company-main .com-main-left .title {
  margin: 35px 0 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
#main .company-main .com-main-left .title h3 {
  font-size: 22px;
  color: #0058b1;
  font-weight: bold;
  margin-bottom: 4px;
}
#main .company-main .com-main-left .title em {
  font-size: 16px;
  color: #d1d1d1;
}
#main .company-main .com-main-left .com-content {
  overflow: hidden;
  font-size: 14px;
  color: #595959;
  line-height: 24px;
  height: 216px;
}
#main .company-main .com-main-left .com-content img {
  max-width: 100%;
}
#main .company-main .com-main-left .com-btn {
  margin-top: 35px;
  float: left;
  overflow: hidden;
  border: 1px solid #268ae7;
}
#main .company-main .com-main-left .com-btn a {
  display: block;
  width: 145px;
  float: left;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #595959;
}
#main .company-main .com-main-left .com-btn a.active {
  background: #268ae7;
  color: #fff;
}
#main .company-main .com-main-rig {
  width: 600px;
}
#main .company-main .com-main-rig .company-img {
  position: relative;
  width: 570px;
  height: 420px;
  font-size: 0;
  text-align: center;
  line-height: 420px;
  margin-top: 35px;
  z-index: 1;
}
#main .company-main .com-main-rig .company-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .company-main .com-main-rig::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  width: 450px;
  background: #0058b1;
}
#main .news-main {
  background: #fff;
  overflow: hidden;
  padding: 50px 0 40px;
}
#main .news-main .news-content {
  float: left;
  width: 600px;
}
#main .news-main .news-content .news-title {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
#main .news-main .news-content .news-title a {
  font-weight: normal;
  float: right;
  font-size: 14px;
  color: #0058b1;
}
#main .news-main .news-content .news-title a:hover {
  text-decoration: underline;
}
#main .news-main .news-content .news-show {
  overflow: hidden;
  height: 140px;
  margin-bottom: 25px;
}
#main .news-main .news-content .news-show .show-box {
  width: 160px;
  float: left;
  text-align: center;
  line-height: 140px;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  background: #0058b1;
}
#main .news-main .news-content .news-show .show-img {
  float: left;
  width: 440px;
  height: 140px;
  font-size: 0;
  text-align: center;
  line-height: 140px;
}
#main .news-main .news-content .news-show .show-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .news-main .news-content .news-show-one {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ededed;
}
#main .news-main .news-content .news-show-one .title {
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

#main .news-main .news-content .news-show-one .title a {
  display: block;
  float: left;
  color: #323232;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .news-main .news-content .news-show-one .title a h4{
  font-weight: bold !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .news-main .news-content .news-show-one .title a:hover {
  color: #0058b1;
}
#main .news-main .news-content .news-show-one .title span {
  float: right;
  color: #808080;
}
#main .news-main .news-content .news-show-one .title span em {
  color: #d9d9d9;
  margin: 0 5px;
}
#main .news-main .news-content .news-show-one .news-p {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
}
#main .news-main .news-content .news-list {
  overflow: hidden;
}
#main .news-main .news-content .news-list ul {
  margin: 0 -20px;
}
#main .news-main .news-content .news-list ul li {
  float: left;
  width: 280px;
  margin: 0 20px;
  font-size: 14px;
  line-height: 30px;
}
#main .news-main .news-content .news-list ul li a {
  position: relative;
  padding-left: 10px;
  display: block;
  color: #808080;
}
#main .news-main .news-content .news-list ul li a h4{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .news-main .news-content .news-list ul li a::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 2px;
  background: #555555;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
#main .news-main .news-content .news-list ul li a:hover {
  color: #0058b1;
}
#main .news-main .online-main {
  width: 480px;
  float: right;
}
#main .news-main .online-main .title {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
#main .news-main .online-main .online-form {
  overflow: hidden;
}
#main .news-main .online-main .online-form input {
  float: left;
  display: block;
  width: 460px;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ededed;
  margin-bottom: 13px;
  font-size: 14px;
  color: #323232;
}
#main .news-main .online-main .online-form input.code {
  width: 300px;
}
#main .news-main .online-main .online-form a {
  display: block;
}
#main .news-main .online-main .online-form a.code {
  float: right;
  height: 42px;
  max-width: 130px;
  line-height: 42px;
  font-size: 0;
  text-align: center;
}
#main .news-main .online-main .online-form a.code img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .news-main .online-main .online-form textarea {
  display: block;
  float: left;
  font-size: 14px;
  color: #323232;
  width: 460px;
  border: 1px solid #ededed;
  height: 120px;
  line-height: 30px;
  padding: 5px 9px;
  margin-bottom: 26px;
}
#main .news-main .online-main .online-form .btn-box {
  float: left;
  width: 100%;
  overflow: hidden;
}
#main .news-main .online-main .online-form .btn-box a.btn {
  display: block;
  width: 265px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background: #268ae7;
  color: #fff;
  margin: 0 auto;
}
#main .news-main .online-main .online-form .btn-box a.btn:hover {
  background: #0058b1;
}
.link-cover {
  overflow: hidden;
  padding: 30px 0 20px;
  border-top: 1px solid #e6e6e6;
}
.link-cover .title {
  float: left;
  width: 80px;
  height: 35px;
  background: url(../images/link-icon.png) no-repeat left center;
}
.link-cover .link-list {
  float: left;
  width: 1000px;
  height: 35px;
  overflow: hidden;
}
.link-cover .link-list a {
  display: block;
  float: left;
  height: 35px;
  line-height: 35px;
  padding: 0 22px;
  font-size: 14px;
  color: #808080;
}
.link-cover .link-list a img{
  display: block;
  height: 25px;
  margin:5px 0 0;
  width: auto;
}
.link-cover .link-list a:hover {
  color: #268ae7;
}
.link-cover .link-list em {
  display: block;
  float: left;
  font-size: 14px;
  color: #e6e6e6;
  line-height: 35px;
}
.link-cover .link-list.active {
  height: auto;
}
.link-cover .link-more {
  cursor: pointer;
  float: right;
  font-size: 14px;
  color: #4c4c4c;
  line-height: 35px;
  height: 35px;
  padding-right: 20px;
  background: url(../images/down-arr.png) no-repeat right center;
}
.link-cover .link-more.on {
  background: url(../images/up-arr.png) no-repeat right center;
}
.footer {
  background: #242e3a;
}
.footer .foot-contact {
  overflow: hidden;
  margin-top:35px;
  padding-bottom: 25px;
  border-bottom: 1px solid #3e4956;
}
.footer .foot-contact .f-contact-l {
  float: left;
  width: 1000px;
  padding-top:20px;
}
.footer .foot-contact .f-contact-l .fcl-floor {
  overflow: hidden;
}
.footer .foot-contact .f-contact-l .fcl-floor.mar-bot-28 {
  margin-bottom: 28px;
}
.footer .foot-contact .f-contact-l .fcl-floor .fl-item {
  width: 230px;
  min-height: 44px;
  float: left;
  overflow: hidden;
  padding-left: 65px;
}
.footer .foot-contact .f-contact-l .fcl-floor .fl-item.icon-01 {
  background: url(../images/fot-icon-01.png) no-repeat top left;
}
.footer .foot-contact .f-contact-l .fcl-floor .fl-item.icon-02 {
  background: url(../images/fot-icon-02.png) no-repeat top left;
}
.footer .foot-contact .f-contact-l .fcl-floor .fl-item.icon-03 {
  width: 340px;
  background: url(../images/fot-icon-03.png) no-repeat top left;
}
.footer .foot-contact .f-contact-l .fcl-floor .fl-item.icon-04 {
  background: url(../images/fot-icon-04.png) no-repeat top left;
}
.footer .foot-contact .f-contact-l .fcl-floor .fl-item.icon-05 {
  background: url(../images/fot-icon-05.png) no-repeat top left;
}
.footer .foot-contact .f-contact-l .fcl-floor .fl-item.icon-06 {
  width: 340px;
  background: url(../images/fot-icon-06.png) no-repeat top left;
}
.footer .foot-contact .f-contact-l .fcl-floor .fl-item h3 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.footer .foot-contact .f-contact-l .fcl-floor .fl-item p {
  font-size: 14px;
  color: #707985;
  line-height: 20px;
  word-wrap: break-word;
}
.footer .foot-contact .f-contact-r {
  float: right;
  width: 120px;
}
.footer .foot-contact .f-contact-r img {
  display: block;
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}
.footer .foot-contact .f-contact-r .title {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #707985;
}
.footer .foot-nav {
  overflow: hidden;
}
.footer .foot-nav .foot-logo {
  float: left;
  width: 315px;
  height: 130px;
  font-size: 0;
  line-height: 130px;
}
.footer .foot-nav .foot-logo h1{
  color:#fff;
  font-size:26px;
  font-weight: bold;
  line-height: 55px;
  margin-top:32px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.footer .foot-nav .foot-logo img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.footer .foot-nav .foot-nav-list {
  overflow: hidden;
  margin-top: 55px;
}
.footer .foot-nav .foot-nav-list ul li {
  float: left;
  margin: 0 25px;
  line-height: 20px;
}
.footer .foot-nav .foot-nav-list ul li a {
  font-size: 16px;
  color: #707985;
}
.footer .foot-nav .foot-nav-list ul li a:hover,
.footer .foot-nav .foot-nav-list ul li.active a {
  color: #b4b9bf;
}
.foot {
  background: #191e24;
  height: 48px;
  font-size: 13px;
  line-height: 48px;
  color: #495665;
}
.foot .foot-l {
  float: left;
}
.foot .foot-r {
  float: right;
}
.foot a {
  color: #495665;
}
.foot a:hover {
  color: #b4b9bf;
}
.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;
}