p, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd { list-style:none; }
a { text-decoration:none;  }
a:hover { text-decoration:none;  }
a:focus { text-decoration:none !important; }
.clearfix:after{
  display: block;
  content: '';
  clear: both;
}
::-webkit-scrollbar {
  width: 3px; /*对垂直流动条有效*/
  height: 3px; /*对水平流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
  background-color: #474747;
  border-radius: 3px;
}

.mobile{
  display: none;
}
/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb{
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
  background-color: #0461b1;
}
/* 头部 */
@font-face {
  font-family: 'ziti';
  src: url("../font/ziti.TTF");
}

.container-fluid{
  width: 1442px;
  margin: 0 auto;
}
header {
  position: fixed;
  top: 0;
  z-index: 998;
  box-sizing: content-box;
  padding:2.2% 0;
  width: 100%;
  height: 50px;
  background: rgba(255,255,255,0);
  line-height: 50px;
  transition: .5s;
}

.header {
  transition: .5s;
}

.header .m {
  display: none;
}

.header .c {
  display: inline-block;
}

.header.on {
  background: #fff;
  padding: 1.2% 0;
  box-shadow: 0 10px 15px rgba(0,0,0,.075)!important;
}
.header.on .index_search{
  top:87px!important;
}
.header.on .m {
  display: inline-block;
}

.header.on .c {
  display: none;
}

.header.on .nav ul li>a {
  position: relative;
  display: block;
  color: #2b2b2b;
}



header .head-icon a {
  display: inline-block;
  padding-left: 10px;
  color: #fff;
  font-weight: bold;
}
header .head-icon a:hover{
  color: #f7931e;

}
header .head-icon img {
  position: relative;
  top: -1px;
  display: inline-block;
  animation: turn 5s linear infinite;
}

@keyframes turn{
  0%{-webkit-transform:rotate(0deg);}
  25%{-webkit-transform:rotate(90deg);}
  50%{-webkit-transform:rotate(180deg);}
  75%{-webkit-transform:rotate(270deg);}
  100%{-webkit-transform:rotate(360deg);}
}
header .head-icon img {
  position: relative;
  top: -1px;
  display: inline-block;
}

header .nav {
  margin-right: 25px;
}
header .nav ul{

}
.header.on .head-icon a{
  color: #2b2b2b;
}
header .nav ul li {
  display: inline-block;
  padding: 0 15px;
  float: left;
}

header .nav ul li>a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
header .nav ul li:hover .nav-erji{
  opacity: 1;
  visibility: visible;
  top:100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.nav-erji{
  position: absolute;
  width: 100%;
  left: 0;
  background: rgba(255, 255, 255);
  opacity: 0;
  top: 100%;
  visibility: hidden;
  /*opacity: 1;*/
  /*visibility: visible;*/
  /*top: 100%!important;*/
  padding: 3% 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.nav-erji a{
  display: block;
  float: left;
  width: 21%;
  margin-right: 2%;
  margin-bottom: 10px;
  font-size: 16px;
  color: #434343;
  padding-bottom: 10px;
  position: relative;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.nav-erji a:before,.nav-erji a:after{
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #c1c1c1;
  width: 100%;
}
.nav-erji a:after{
  width: 30px;
  background: #3f87c5;
}
.nav-erji a:last-child{
  border-bottom: none;
}
.nav-erji a:hover{
  color: #3f87c5;
  font-weight: bold;
}
header.on .nav ul li:hover .nav-erji{
  top: 100%;
}
header.on .nav ul li .nav-erji{
  top: 100%;
}
header .nav ul li b {
  position: absolute;
  bottom: 0px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

header .nav ul li.active a b {
  -webkit-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
.header.on .nav ul li b{
  background:#0a72bf;
}

header .nav ul li>a:hover b {
  -webkit-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}

.search_bt img{
  display: block;
  cursor: pointer;
}
.sousuo{
  margin: 0 24px;
}
.index_search {
  width: 100%;
  height: 70px;
  line-height: 70px;
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 130px;
  z-index: 2000;
  text-align: center;
  display: none;
  left: 0;
}
.index_search .search_text {
  width: 500px;
  height: 40px;
  border: 0px;
  text-indent: 20px;
}

.index_search .search-btn {
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  border: 0px;
  cursor: pointer;
  position: relative;
  top: 0px;
}
.head-tel{
  color: #f7931e;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
}
.head-tel img{
  padding-right:5px;
}
.banner .ban-zs {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 20px 15px;
  width: 100%;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  line-height: 53px;
}
.banner .ban-zs a {
  color: #fff;
}
/*.banner .ban-zs a img{*/
/*  -webkit-animation: bounce-down 10s linear infinite;*/
/*  animation: bounce-down 10s linear infinite;*/
/*}*/
@-webkit-keyframes bounce-down {
  25% {-webkit-transform: translateY(-5px);}
  50%, 100% {-webkit-transform: translateY(0);}
  75% {-webkit-transform: translateY(5px);}
}
@keyframes bounce-down {
  25% {transform: translateY(-5px);}
  50%, 100% {transform: translateY(0);}
  75% {transform: translateY(5px);}
}
.banner .chun {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 35px 0 35px 40px;
  width: 30%;
  background-color: #eee;
  color: #616161;
  font-size: 20px;
  line-height: 32px;
  font-family: ziti;
}

.banner .chun span {
  display: block;
  padding-bottom: 20px;
  border-bottom: 2px solid grey;
  font-size: 14px;
}
.banner {
  width: 100%;
  position: relative;
  z-index: 5;
  height: 100vh;
}
.imga {
  display: block;
  position: relative;
}
.text_move .imga{
  -webkit-animation: scaleUpDown 35.5s forwards cubic-bezier(.25,.46,.45,.94);
  animation: scaleUpDown 35.5s forwards cubic-bezier(.25,.46,.45,.94);
}
@-webkit-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.002);
    transform: scale(1.002);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ban{
  height: 100%;
}
.ban .swiper-wrapper{
  /* 通过改变animation-timing-function 制作弹性切换效果 */
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.banner-inner {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.slide-inner a{
  display: block;
  height: 100%;
  background-size: cover;
}

.banner .swiper-slide1 .slide-inner .text{
  position: absolute;
  top: 37%;
  left:50%;
  transform: translate(-50%,-50%);
}
.banner .swiper-slide1 .slide-inner .text .fir{
  transform: translateX(-30px);
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  left: 0;
}
.banner .swiper-slide1 .slide-inner .text .sec {
  transform: translateX(30px);
  opacity: 0;
  transition: all 0.5s;
  right: 0;
  position: absolute;
}
.banner .swiper-slide1.text_move .slide-inner .text .fir {
  transform: translateX(0);
  opacity: 1;
}
.banner .swiper-slide1.text_move .slide-inner .text .sec {
  transform: translateX(0);
  opacity: 1;
}
/*slide2*/
.banner .swiper-slide2 .slide-inner .text{
  position: absolute;
  top: 37%;
  left:50%;
  transform: translate(-50%,-50%);
}
.banner .swiper-slide2 .slide-inner .text .fir{
  transform: translateX(-30px);
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  left: 0;
}
.banner .swiper-slide2 .slide-inner .text .sec {
  transform: translateX(30px);
  opacity: 0;
  transition: all 0.5s;
  right: 0;
  position: absolute;
}
.banner .swiper-slide2.text_move .slide-inner .text .fir {
  transform: translateX(0);
  opacity: 1;
}
.banner .swiper-slide2.text_move .slide-inner .text .sec {
  transform: translateX(0);
  opacity: 1;
}
.banner .swiper-slide2.text_move .slide-inner .text .fir {
  transform: translateX(0);
  opacity: 1;
}
.banner .swiper-slide2.text_move .slide-inner .text .sec {
  transform: translateX(0);
  opacity: 1;
}
/*slide3*/
.banner .swiper-slide3 .slide-inner .text{
  position: absolute;
  top: 52%;
  left:50%;
  transform: translate(-50%,-50%);
}
.banner .swiper-slide3 .slide-inner .text .fir{
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.5s;
}
.banner .swiper-slide3 .slide-inner .text .fir img{
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.banner .swiper-slide3.text_move .slide-inner .text .fir {
  transform: translateY(0);
  opacity: 1;
}

.swiper-pagination_wrap {
  position: absolute;
  bottom: 5%;
  z-index: 100;
  right: 12.4%;
}
.swiper-pagination_wrap p em.em_1 {
  color: #fff;
  font-size: 30px;
  font-style:normal;
  font-weight: bold;
}
.swiper-pagination_wrap p em.em_2 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
}
.swiper-pagination_wrap p b {
  font-size: 20px;
  color: #fff;
}
.ban-next {
  right: 10%;
  background: url("http://www.jshyhq.com/static/index/zm001/images/ban-next.png") no-repeat center center;
  width:42px!important;
  height: 42px!important;
}
.ban-prev {
  left: 10%;
  background: url("http://www.jshyhq.com/static/index/zm001/images/ban-prev.png") no-repeat center center;
  width: 42px!important;
  height: 42px!important;
}
.ban-dian{
  left: 85%!important;
  bottom:200px!important;
}
.ban-dian span{
  display: block;
  width: 93px!important;
  height: 24px!important;
  line-height: 24px;
}
.ban-dian1 .swiper-pagination-bullet{
  background: #fff!important;
  opacity: 0.8!important;
}
.ban-dian1 .swiper-pagination-bullet-active{
  background: #0a72bf!important;
}
.ban-dian .swiper-pagination-bullet{
  font-size: 20px;
  color: #fff;
  background: none!important;
  position: relative;
  margin-bottom: 15px!important;
}
.ban-dian .swiper-pagination-bullet:after{
    position: absolute;
    left: 67px;
    display: inline-block;
    width: 57px;
    height: 2px;
    background-color: #fff;
    content: "";
    transition: all .3s;
    opacity: 1;
    bottom: 11px;
}
.ban-dian .swiper-pagination-bullet-active:after {
  position: absolute;
  left: 67px;
  display: inline-block;
  width: 57px;
  height: 2px;
  background-color: #0a72bf;
  content: "";
  opacity: 1;
}
/*手机导航*/
.m-nav{
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  width: 100%;
  height:50px;
}
nav {
  --transition-time: 500ms;
  position: relative;
  width:100%;
  height: 100vh;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(20px);
  transform: translateX(-100%);
  transition: all 800ms cubic-bezier(0.8, 0, 0.33, 1);
  z-index: 4;
}
nav a {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 3px;
  text-decoration: none;
  user-select: none;
  color: #fff;
}
nav .nav-links {
  --link-height: 40px;
  position: relative;
  width: 100%;
}
nav .nav-links li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: var(--link-height);
  list-style: none;
  opacity: 0;
  transform: translateX(-50%);
  transition: all var(--transition-time) cubic-bezier(0.8, 0, 0.33, 0.9);
  transition-delay: calc(20ms + var(--delay));
  cursor: pointer;
  z-index: 8;
}
nav .nav-links li:hover {
  color: rgba(255, 255, 255, 0.85);
}
nav .nav-links li a {
  display: block;

}
nav .nav-links li ol {
  display: none;
}
nav .nav-links .hover-el {
  position: absolute;
  width: 100%;
  height: var(--link-height);
  top: var(--y);
  left: var(--x);
  opacity: 0;
  background: radial-gradient(circle at var(--mousex) var(--mousey), rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.45) 100%);
  transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: none;
  z-index: 5;
}
nav .sub-menu {
  --link-height: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
nav .sub-menu ol {
  list-style: none;
}
nav .sub-menu ol li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--link-height);
  transition: all var(--transition-time) ease;
  transition-delay: calc(80ms + var(--delay));
  cursor: pointer;
}
nav .sub-menu ol li:hover {
  background: rgba(0, 0, 0, 0.25);
}
nav .sub-menu ol li.off-menu {
  opacity: 0;
  transform: translateY(30%);
}
nav .sub-menu ol li.on-menu {
  opacity: 1;
  transform: translateY(0%);
}
nav .sub-menu ol li a {
  font-size: 1.2rem;
  font-weight: normal;
}
nav .sub-menu-btn {
  --icon-width: 40px;
  position: absolute;
  top: 6%;
  left: 10%;
  width: var(--icon-width);
  height: var(--icon-width);
  background: rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  opacity: 0;
  transform: translateX(-100%);
  transition: all var(--transition-time) cubic-bezier(0.8, 0, 0.33, 1.25);
  cursor: pointer;
  z-index: 8;
}
nav .sub-menu-btn .line {
  width: calc(var(--icon-width) - 28px);
  height: 2px;
  background: #fff;
  display: flex;
  flex-direction: column;
  margin: 12px 10px;
}
nav .sub-menu-btn .line__1 {
  transform-origin: left;
  transform: rotate(-35deg) translate(-1px, 8px);
}
nav .sub-menu-btn .line__2 {
  transform-origin: left;
  transform: rotate(35deg) translate(-1px, -8px);
}
nav .menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  --icon-width: 25px;
  position: absolute;
  top: 0%;
  right: -15%;
  width: calc(var(--icon-width) + 25px);
  height: calc(var(--icon-width) + 25px);
  flex-direction: column;
  transition: all calc(100ms + var(--transition-time)) cubic-bezier(0.8, 0, 0.33, 1.25);
  cursor: pointer;
  z-index: 10;
}
nav .menu-btn.close .line__1 {
  transform: rotate(45deg) translate(2px, -3px);
}
nav .menu-btn.close .line__2 {
  transform: rotate(-45deg);
}
nav .menu-btn.close .line__3 {
  transform: rotate(45deg) translate(-2px, 3px);
}
nav .menu-btn .line {
  width: var(--icon-width);
  background: #fff;
  height: 2px;
  margin: 3px 0;
  transition: all calc(var(--transition-time) + 100ms) cubic-bezier(0.9, 0, 0.33, 1);
}
.header.on nav .menu-btn .line{
  background: #333!important;
}
nav .menu-btn .line__1 {
  width: var(--icon-width);
  transform-origin: left;
}
nav .menu-btn .line__2 {
  width: var(--icon-width);
  transform-origin: center;
}
nav .menu-btn .line__3 {
  width: var(--icon-width);
  transform-origin: right;
}
nav.nav-open {
  transform: translateX(0%);
}
nav.nav-open .menu-btn {
  right: 85%;
}
nav.nav-open .nav-links li {
  transform: translateX(0);
  opacity: 1;
}
nav.sub-menu-open .sub-menu-btn {
  opacity: 1;
  transform: translateX(0);
}
nav.sub-menu-open .nav-links li {
  pointer-events: none;
  opacity: 0;
  transform: translateY(-10%);
}
nav.sub-menu-open .nav-links .hover-el {
  opacity: 0;
}
nav .nav-links li a{
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
}
nav .menu-btn.close .line{
  background: #fff!important;
}
.header.on nav .menu-btn.close .line{
  background: #fff!important;
}

/*首页-公司简介*/
.index1{
  width: 100%;
  position: relative;
  padding: 5% 0;
}
.index1-left{
  width:40%;
}
.index1-left h3{
  color: #434343;
  font-size: 26px;
  font-family: ziti;
}
.index1-left>p{
  color: #666666;
  font-size: 14px;
}
.index1-left>p:after{
  display: block;
  content: '';
  width:114px;
  height:2px;
  background: url("../image/line1.png") no-repeat center center;
  margin-top: 10px;
}
.index1-left .index1-tit{
  margin-top: 20px;
}
.index1-left .index1-tit h4{
  color: #696969;
  font-size: 14px;
  line-height: 22px;
}
.index1-left .index1-tit h4:nth-child(1){
  margin-bottom: 15px;
}
.index1-num{
  width: 100%;
  position: relative;
  margin-top: 29px;
}
.index1-num ul li{
  width: auto;
  float: left;
  padding-right: 5%;
  margin-right: 5%;
  position: relative;
}
.index1-num ul li:after{
  display: block;
  content: '';
  width: 1px;
  height: 40px;
  background: #cccccc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index1-num ul li:last-child{
  padding-right: 0;
}
.index1-num ul li:last-child:after{
  display: none;
}
.index1-num ul li strong{
  color: #3f87c5;
  font-size: 28px;
}
.index1-num ul li p{
  color: #4a4a4a;
  font-size: 14px;
}
.index1-lianxi{
  width: 100%;
  margin-top: 35px;
}
.index1-lianxi a{
  display: block;
  width: 163px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  float: left;
}
.index1-lianxi a:nth-child(1){
  background: #3f87c5;
  margin-right: 8px;
}
.index1-lianxi a:nth-child(2){
  background: #f7931e;
}
.index1-lianxi a:nth-child(1):hover{
  background: #0071bc;
}
.index1-lianxi a:nth-child(2):hover{
  background: #e17a01;
}
.index1-right{
  width: 55%;
  height: 456px;
  overflow: hidden;
}
.index1-right img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*首页-产品优势*/
.index2{
  width: 100%;
  position: relative;
  background: url("../image/index2.jpg") no-repeat center center;
  padding: 5% 0;
  background-size: cover;
}
.title{
  text-align: center;
}
.title h3{
  color: #434343;
  font-size: 34px;
  font-family: ziti;
}
.title p{
  color: #666666;
  font-size: 14px;
}
.youshi{
  position: relative;
  padding: 2% 0 0 0;
  width: 100%;
}
.youshi .adv{
  width: 88%;
}
.youshi .adv .swiper-wrapper{
  margin-top: 16px;
  margin-bottom: 16px;
}
.adv-tit{
  display: none;
  position: absolute;
  z-index: 150;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  bottom: 80px;
  left: 55px;
}
.adv-tit:after{
  display: block;
  content: '';
  width: 41px;
  height: 2px;
  margin-top: 5px;
  background: #fff;

}
.youshi .swiper-slide{
  width: 750px!important;
}
/*.youshi .swiper-slide-active{*/
/*  width: 750px!important;*/
/*  left: -120px;*/
/*}*/
/*.youshi  .swiper-slide-next{*/
/*  right: 250px;*/
/*}*/

.youshi .swiper-slide-active:after{
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.26);
  position: absolute;
  z-index: 100;
  top:0;
}
.swiper-container-3d .swiper-slide-shadow-right{
  background-image: none!important;
}
.swiper-container-3d .swiper-slide-shadow-left{
  background-image: none!important;
}
.youshi .swiper-slide .adv-img img{
  opacity: 0.3;
}
.youshi .swiper-slide-active .adv-img img{
  opacity: 1;
}
.youshi .swiper-slide-active .adv-tit{
  display: block;
}

.adv-img{
  height: 400px;
}
.adv-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adv-next{
  background: url("../image/a-next.png") no-repeat center center!important;
  width: 97px!important;
  height: 16px!important;
  top: 55%!important;
}
.adv-next:after{
  display: none;
}
.adv-prev{
  background: url("../image/a-prev.png") no-repeat center center!important;
  width: 97px!important;
  height: 16px!important;
  top: 55%!important;
}
.adv-prev:after{
  display: none;
}
/*首页-推荐产品*/
.index3{
  width: 100%;
  position: relative;
  z-index: 50;
  padding: 5% 0;
  background-image: url(../image/index3.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.title1 h3{
  color: #fff;
}
.title1 p{
  color: #fff;
}
.index3-list{
  position: relative;
  margin-top: 33px;
}
.index3-list .pro{
  padding-top: 44px;
}
.pro-line{
  left: 50%;
  transform:translateX(-50%);
  width: 90%;
  height: 4px;
  background: #e1e1e1;
  top: 0;
}
.pro-line .swiper-pagination-progressbar-fill{
  background: #f7931e!important;
}
.index3-list .swiper-slide{
  overflow: hidden;
}
.index3-list .pro-img{
  width:100%;
  height: 251px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.index3-list .pro-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index3-list .pro-img video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pro-hover{
  width: 100%;
  height: 251px;
  position: absolute;
  top: -100%;
  background: rgba(247,147,30,0.48);
  line-height: 251px;
  text-align: center;
  z-index: 100;
  color: #fff;
  font-size: 50px;
  transition: all 0.5s;
}
.index3-list .pro-text{
  padding: 30px 23px;
  background: #fff;
  transition: all 0.5s;
}
.index3-list .pro-text h3{
  color: #424242;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index3-list .pro-text p{
  color: #828282;
  font-size: 14px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;

}

.index3-list .pro-text p:after{
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  background: url("../image/p-jt.png") no-repeat center center;
  margin-top: 10px;
}
.pro-next{
  background: url("../image/p-next.png") no-repeat center center;
  top: 8px!important;
  width: 36px!important;
  height: 36px!important;
  opacity: 1!important;
}
.pro-next:after{
  display: none;
}
.pro-next:hover{
  background: url("../image/p-next-h.png") no-repeat center center;
}
.pro-prev{
  background: url("../image/p-prev.png") no-repeat center center;
  top:8px!important;
  width: 36px!important;
  height: 36px!important;
  opacity: 1!important;
}
.pro-prev:hover{
  background: url("../image/p-prev-h.png") no-repeat center center;
}
.pro-prev:after{
  display: none;
}
.index3-list .swiper-slide:hover .pro-hover{
  top: 0;
  transition: all 0.5s;
}
.index3-list .swiper-slide:hover .pro-text{
  background: #0071bc;
  transition: all 0.5s;
}
.index3-list .swiper-slide:hover .pro-text h3,.index3-list .swiper-slide:hover .pro-text p{
  color: #fff;
}
.index3-list .swiper-slide:hover .pro-text p:after{
  background: url("../image/p-jt-h.png") no-repeat center center;
}
/*首页-行业应用*/
.index4{
  width: 100%;
  position: relative;
  padding: 5% 0;
}
.index4-list{
  margin-top: 38px;
}
.index4-left{
  width: 47%;
  float: left;
  height: 470px;
  position: relative;
}
.hy1-img{
  width: 100%;
  height: 470px;
  overflow: hidden;
}
.hy1-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
.hy1-hover{
  width: 100%;
  position: absolute;
  bottom: 0;
  background: url("../image/hy-bg.png") no-repeat center center;
  z-index: 100;
  height: 157px;
}
.hy1-hover h3{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding-top: 80px;
  padding-left: 45px;
}
.hy1-hover p{
  color: #fff;
  font-size: 14px;
  padding-left: 45px;
}
.index4-left:hover .hy1-img img{
  transform: scale(1.04);
  transition: all .5s ease;
}
.index4-right{
  width: 52%;
  float: right;
}
.index4-right ul li{
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  height: 229px;
  position: relative;
  overflow: hidden;
}
.hy2-img{
  width: 100%;
  height: 229px;
  overflow: hidden;
  position: relative;
}
.hy2-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
.hy2-hover{
  width: 100%;
  position: absolute;
  bottom: -100%;
  background: url("../image/hy-bg1.png") no-repeat center center;
  z-index: 100;
  height: 111px;
  transition: all .5s ease;
}
.hy2-hover h3{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding-top: 60px;
  padding-left: 25px;
}
.hy2-hover p{
  color: #fff;
  font-size: 14px;
  padding-left: 25px;
}
.index4-right ul li:nth-child(2n){
  margin-right: 0;
}
.index4-right ul li:hover .hy2-img img{
  transform: scale(1.04);
  transition: all .5s ease;
}
.index4-right ul li:hover .hy2-hover {
  bottom: 0;
  transition: all .5s ease;
}
/*首页-新闻中心*/
.index5{
  width: 100%;
  position: relative;
  padding: 5% 0;
  background: url("../image/index5.jpg") no-repeat center center;
}
.index5-list{
  margin-top: 40px;
  position: relative;
}
.index5-list .swiper-slide{
  overflow: hidden;
}
.index5-list .xw-img{
  width:100%;
  height: 251px;
  overflow: hidden;
}
.index5-list .xw-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xw-hover{
  width: 100%;
  height: 251px;
  position: absolute;
  top: -100%;
  background: rgba(247,147,30,0.48);
  line-height: 251px;
  text-align: center;
  z-index: 100;
  color: #fff;
  font-size: 50px;
  transition: all 0.5s;
}
.index5-list .xw-text{
  padding:14px 18px 0 18px;
  background: #fff;
  transition: all 0.5s;
}
.index5-list .xw-text h3{
  color: #424242;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index5-list .xw-text small{
  color: #6f6f6f;
  font-size: 14px;
  display: block;
}
.index5-list .xw-text span{
  color:#6f6f6f;
  font-size: 14px;
  display: block;
  background: url("../image/n-jt.png") no-repeat center right;
  margin-top: 15px;
  line-height: 55px;
}
.index5-list .xw-text span:before{
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background: #f3f3f3;
}
.xw-next{
  background: url("../image/p-next.png") no-repeat center center;
  width: 36px!important;
  height: 36px!important;
  opacity: 1!important;
  top: 50%!important;
  right: -50px!important;
}
.xw-next:after{
  display: none;
}
.xw-next:hover{
  background: url("../image/p-next-h.png") no-repeat center center;
}
.xw-prev{
  background: url("../image/p-prev.png") no-repeat center center;
  width: 36px!important;
  height: 36px!important;
  opacity: 1!important;
  top: 50%!important;
  left: -50px!important;
}
.xw-prev:hover{
  background: url("../image/p-prev-h.png") no-repeat center center;
}
.xw-prev:after{
  display: none;
}
.index5-list .swiper-slide:hover .xw-hover{
  top: 0;
  transition: all 0.5s;
}
.index5-list .swiper-slide:hover .xw-text{
  background: #3f87c5;
  transition: all 0.5s;
}
.index5-list .swiper-slide:hover .xw-text h3{
  color: #a1bce8;
}
.index5-list .swiper-slide:hover .xw-text small{
  color: #a1bce8;
}
.index5-list .swiper-slide:hover .xw-text span{
  background: url("../image/n-jt-h.png") no-repeat center right;
  color: #a1bce8;
}
.index5-list .swiper-slide:hover .xw-text span:before{
  background: #78b7ed;
}
/*首页-资质荣誉*/
.index6{
  width: 100%;
  position: relative;
  z-index: 50;
  padding: 5% 0;
  background-image: url(../image/index6.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.index6-list{
  margin-top: 30px;
}
.index6 .swiper-slide a{
  display: block;
  width: 100%;
  height: 235px;
  overflow: hidden;
  background: #fff;
}
.index6 .swiper-slide a img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*首页-服务流程*/
.index7{
  width: 100%;
  position: relative;
  padding: 5% 0;
}
.index7 ul{
  margin-top: 47px;
}
.index7 ul li{
  width:19%;
  float: left;
  height: 125px;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
  position: relative;
}
.index7 ul li:nth-child(5n){
  margin-right: 0;
}
.index7 ul li:nth-child(1){
  background:#f3f3f3 url("../image/l1.png") no-repeat center left 17%;
}
.index7 ul li:nth-child(2){
  background:#f3f3f3 url("../image/l2.png") no-repeat center left 17%;
}
.index7 ul li:nth-child(3){
  background:#f3f3f3 url("../image/l3.png") no-repeat center left 17%;
}
.index7 ul li:nth-child(4){
  background:#f3f3f3 url("../image/l4.png") no-repeat center left 17%;
}
.index7 ul li:nth-child(5){
  background:#f3f3f3 url("../image/l5.png") no-repeat center left 17%;
}
.index7 ul li:nth-child(6){
  background:#f3f3f3 url("../image/l6.png") no-repeat center left 17%;
}
.index7 ul li:nth-child(7){
  background:#f3f3f3 url("../image/l7.png") no-repeat center left 17%;
}
.index7 ul li:nth-child(8){
  background:#f3f3f3 url("../image/l8.png") no-repeat center left 17%;
}
.index7 ul li:nth-child(9){
  background:#f3f3f3 url("../image/l9.png") no-repeat center left 17%;
}
.index7 ul li:nth-child(10){
  background:#f3f3f3 url("../image/l10.png") no-repeat center left 17%;
}
.index7 ul li .index7-tit{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 37%;
}
.index7-tit .num{
  color: #424242;
  font-size: 14px;
  font-weight: lighter;
}
.index7-tit p{
  color: #424242;
  font-size: 16px;
}
.index7-tit small{
  color: #424242;
  font-size: 12px;
  font-weight: lighter;
  text-transform: uppercase;
}
.index7 ul li:nth-child(1).on{
  background: #0071bc url("../image/l1-1.png") no-repeat center left 17%;
}
.index7 ul li:nth-child(2).on{
  background: #0071bc url("../image/l2-1.png") no-repeat center left 17%;
}
.index7 ul li:nth-child(3).on{
  background: #0071bc url("../image/l3-1.png") no-repeat center left 17%;
}
.index7 ul li:nth-child(4).on{
  background: #0071bc url("../image/l4-1.png") no-repeat center left 17%;
}
.index7 ul li:nth-child(5).on{
  background: #0071bc url("../image/l5-1.png") no-repeat center left 17%;
}
.index7 ul li:nth-child(6).on{
  background: #0071bc url("../image/l6-1.png") no-repeat center left 17%;
}
.index7 ul li:nth-child(7).on{
  background: #0071bc url("../image/l7-1.png") no-repeat center left 17%;
}
.index7 ul li:nth-child(8).on{
  background: #0071bc url("../image/l8-1.png") no-repeat center left 17%;
}
.index7 ul li:nth-child(9).on{
  background: #0071bc url("../image/l9-1.png") no-repeat center left 17%;
}
.index7 ul li:nth-child(10).on{
  background: #0071bc url("../image/l10-1.png") no-repeat center left 17%;
}
.index7 ul li.on .num{
  color: #fff;
}
.index7 ul li.on p{
  color: #fff;
}
.index7 ul li.on small{
  color: #fff;
}
/*首页-技术中心*/
.index8{
  width: 100%;
  position: relative;
  height: 430px;
}
.index8-left{
  width: 50%;
  float: left;
  height: 100%;
  background: url("../image/index8-1.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
.index8-tit{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  width: 100%;
}
.index8-tit h3{
  color: #fff;
  font-size: 34px;
  font-weight: bold;
}
.index8-tit p{
  color: #fff;
  font-size: 14px;
  padding: 12px 0 20px;
}
.index8-tit a{
  display: block;
  width: 126px;
  height: 38px;
  border-radius: 17px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 14px;
  margin: 0 auto;
}
.index8-right:hover .index8-tit a{
  background:#f7931e;
}
.index8-left:hover .index8-tit a{
  background:#0071bc;
}
.index8-right{
  width: 50%;
  float: left;
  height: 100%;
  background: url("../image/index8-2.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
/*底部*/
.foot{
  width: 100%;
  position: relative;
  background: #111111;
  padding: 5% 0;
}
.f-nav{
  width: 60%;
  float: left;
}
.f-nav ul li{
  width: 12.5%;
  margin-right: 4%;
  float: left;
  max-height: 208px;
  overflow-y: auto;
}
.f-nav ul li:last-child{
 margin-right: 0;
}
.f-nav ul li>a{
  display: block;
  color: #fff;
  font-size: 16px;
}
.f-nav ul li .fnav-erji{
  width: 100%;
  padding-top: 2%;
}
.f-nav ul li .fnav-erji a{
  color: #575757;
  font-size: 14px;
  display: block;
  line-height: 26px;
}
.f-nav ul li .fnav-erji a:hover{
  color: #fff;
}
.f-logo{
  float: left;
  width: 25%;
}
.f-logo img{
  display: block;
}
.f-logo p{
  color: #575757;
  font-size: 14px;
  line-height: 26px;
  padding-top: 25px;
}
.f-ewm{
  width: 116px;
  height: 170px;
  float: right;
  background: #fff;
}
.f-ewm img{
  max-width: 100px;
  margin-top: 8px;
  margin-left: 8px;
  display: block;
}
.f-ewm p{
  color: #575757;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  padding-top: 8px;
}
.f-lianxi{
  width: 100%;
  padding: 3% 0;
  border-top: 3px solid #222222;
  border-bottom: 3px solid #222222;
  background: #111111;
}
.f-lianxi ul{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.f-lianxi ul li{
 padding-right: 7%;
}
.lx1{

  background: url("../image/f1.png") no-repeat center right;
}
.lx2{

  background: url("../image/f2.png") no-repeat center right;
}
.lx3{

  background: url("../image/f3.png") no-repeat center right;
}
.f-lianxi h3{
  color: #575757;
  font-size: 20px;
  font-weight: bold;
}
.f-lianxi p{
  color: #575757;
  font-size: 14px;
  margin-top: -10px;
}
.f-lianxi span{
  color: #575757;
  font-size: 16px;
  padding-top: 27px;
  display: block;
}
.f-admin{
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #0071bc;
}
.f-admin p{
  color: #fff;
  font-size: 14px;
}
.f-admin p a{
  color: #fff;
  font-size: 14px;
}
/*面包屑*/
.type-right{
  float: right;
  padding-right: 32px;
  line-height: 140px;
}
.location{
  background: url("../image/loca.png") no-repeat center left;
}
.location .crumbs{
  color: #747474;
  font-size: 14px;
  text-indent: 30px;
}
.location .crumbs a{
  font-size: 12px;
  color: #747474;
}
.loca{
  height: 70px;
  line-height: 70px;
  background: #f7f7f7;
}
.loca .crumbs{
  color: #747474;
  font-size: 14px;
  text-indent: 30px;
  background: url("../image/loca.png") no-repeat center left;
}
.loca .crumbs a{
  font-size: 12px;
  color: #747474;
}
/*内页-关于我们*/
.fixed-banner {
  width: 100%;
  text-align: left;
  height: 717px;
  position: relative;
}
.fixed-banner .container-fluid{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.fixed-banner h3 {
  font-size: 46px;
  color: #ffffff;
  font-family: ziti;
}
.fixed-banner p {
  font-size: 14px;
  color: #fff;
}
.fixed-banner p:after{
  display: block;
  content: '';
  width: 74px;
  height: 6px;
  background: #fff;
  margin-top: 10px;
}

.info-type{
  width: 100%;
  position: sticky;
  top: 0;
  margin-top: -80px;
}
.info-type ul{
  width: 100%;
  height: 140px;
  box-shadow: 0 0 18px rgba(0,0,0,0.13);
  position: relative;

  z-index: 1000;
  background: #fff;
}
.info-type ul li{
  width: 166px;
  height: 140px;
  float: left;
}
.info-type ul li a{
  display: block;
  height: 100%;
  text-align: center;
}
.info-type ul li a p{
  padding-top: 87px;
  font-size: 18px;
  color: #656565;
}
.info-type ul li:nth-child(1) a{
  background:#fff url("../image/ab1.png") no-repeat top 35px center;
}
.info-type ul li:nth-child(2) a{
  background:#fff url("../image/ab2.png") no-repeat top 35px center;
}
.info-type ul li:nth-child(3) a{
  background:#fff url("../image/ab3.png") no-repeat top 35px center;
}
.info-type ul li:nth-child(4) a{
  background:#fff url("../image/ab4.png") no-repeat top 35px center;
}
.info-type ul li:nth-child(1) a.am-active{
  background:#3f87c5 url("../image/ab1-1.png") no-repeat top 35px center;
}
.info-type ul li:nth-child(2) a.am-active{
  background:#3f87c5 url("../image/ab2-1.png") no-repeat top 35px center;
}
.info-type ul li:nth-child(3) a.am-active{
  background:#3f87c5 url("../image/ab3-1.png") no-repeat top 35px center;
}
.info-type ul li:nth-child(4) a.am-active{
  background:#3f87c5 url("../image/ab4-1.png") no-repeat top 35px center;
}
.info-type ul li a.am-active p{
  color: #fff;
}
.info-about{
  width: 100%;
  position: relative;
}
.in-about1{
  padding: 5% 0 2% 0;
  width: 100%;
  position: relative;
}
.in-about1 .container-fluid{
  position: relative;
}
.about1-left{
  width: 53%;
  float: left;
}
.about1-left h3{
  color: #434343;
  font-size: 36px;
  font-family: ziti;
}
.about1-left span{
  color: #3f87c5;
  font-family: ziti;
}
.about1-left h4{
  color: #434343;
  font-size: 16px;
  padding: 10px 0 25px 0;
}
.about1-left p{
  color: #656565;
  font-size: 14px;
  line-height: 28px;
}
.about1-right{
  width: 44%;
  height: 614px;
  position: absolute;
  right: 0;
  z-index: 100;
}
.about1-right img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.ab1-bo{
  width: 100%;
  background: #f3f3f3;
  position: relative;
  padding: 58px 0 80px 0;
}
.ab1-bo-left{
  width: 53%;
  float: left;
}
.ab1-bo-left .ab1-img{
  float: left;
  width: 28%;
  height: 184px;
  overflow: hidden;
}
.ab1-bo-left .ab1-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab1-bo-left .ab1-tit{
  float: right;
  width: 68%;
  padding-top: 23px;
}
.ab1-bo-left .ab1-tit h3{
  color: #f7931e;
  font-size: 24px;
  font-weight: bold;
}
.ab1-bo-left .ab1-tit p{
  color: #656565;
  font-size: 14px;
  line-height: 26px;
  padding-top: 5px;
}
.in-about2{
  width: 100%;
  position: relative;
  z-index: 50;
  padding: 5% 0;
  background-image: url(../image/ab-adv.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.in-about2 ul{
  margin-top: 20px;
}
.in-about2 ul li{
  float: left;
  width: 19.2%;
  margin-right:1%;
  height: 422px;
  background: #fff;
}
.in-about2 ul li:last-child{
  margin-right: 0;
}
.in-about2 ul li .ab2-img{
  width: 100%;
  height: 285px;
  overflow: hidden;
}
.in-about2 ul li .ab2-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
.in-about2 ul li:hover .ab2-img img{
  transform: scale(1.04);
  transition: all .5s ease;
}
.in-about2 ul li h3{
  color: #c2c2c2;
  font-size: 36px;
  text-align: center;
  font-family: Arial;
  padding-top: 23px;
}
.in-about2 ul li h3:after{
  display: block;
  content: '';
  width: 54px;
  height: 2px;
  background: #c2c2c2;
  margin: 11px auto;
}
.in-about2 ul li p{
  color: #656565;
  font-size: 16px;
  text-align: center;
}
.in-about2 ul li:hover h3,.in-about2 ul li:hover p{
  color: #3f87c5;
}
.in-about2 ul li:hover h3:after{
  background: #3f87c5;
}
.in-about3{
  width: 100%;
  position: relative;
  padding: 5% 0;
}
.about3-list{
  height: 620px;
  margin-top: 20px;
}
.huanjing{
  height: 100%;
}
.huanjing .swiper-slide{
  height: 283px;
  margin-bottom: 17px;
}
.ab3-img{
  width: 100%;
  height: 283px;
  overflow: hidden;
}
.ab3-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
.huanjing .swiper-slide{
  margin-top: 0!important;
}
.huanjing .swiper-slide:hover ab3-img img{
  transform: scale(1.04);
  transition: all .5s ease;
}
.in-about4{
  width: 100%;
  background: #f3f3f3;
  padding: 5% 0;
}
.in-about4 .honor{
  margin-top: 20px;
}
/*内页-新闻中心*/
.info-news{
  padding: 5% 0 1% 0;
  width: 100%;
  position: relative;
}
.info-news1{
  padding: 3% 0;
}

.news-type{
  width: 100%;
  position: relative;
}
.news-type ul li{
  width: 236px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  float: left;
}
.news-type ul li a{
  display: block;
  background: #f7f7f7;
  color: #424242;
  font-size: 18px;
}

.news-type ul li:hover a{
  color: #fff;
  background: #0071bc;
}
.news-type ul li a.active{
  background: #0071bc;
  color: #fff;
}
.in-news-top{
  width: 100%;
  position: relative;
  padding-top: 2%;
}
.in-news1{
  width: 67%;
  float: left;
  height: 565px;
  position: relative;
}
.n1-img{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.n1-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.n1-tit{
  position: absolute;
  top: 90px;
  left: 65px;
}
.n1-tit p{
  width: 122px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  background: #f7931e;
  color: #fff;
  font-size: 14px;
  border-radius: 16px;
}
.n1-tit h3{
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding-top: 23px;
}
.n1-tit span{
  color: #fff;
  font-size: 50px;
}
.in-news2{
  width: 31%;
  float: right;
  height: 565px;
  background: #f4f4f4;
}
.n2-img{
  width: 100%;
  height: 245px;
  overflow: hidden;
  position: relative;
}
.n2-img:after{
  display: block;
  content: '+';
  position: absolute;
  top: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0,113,188,0.57);
  z-index: 100;
  transition: all .5s ease;
  color: #fff;
  font-size: 50px;
  text-align: center;
  line-height: 245px;
}
.n2-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
.in-news2:hover .n2-img img{
  transform: scale(1.04);
  transition: all .5s ease;
}
.n2-tit{
  padding: 50px 25px;
}
.n2-tit p{
  width: 122px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  border: 1px solid #b1b1b1;
  color: #424242;
  font-size: 14px;
  border-radius: 16px;
}
.n2-tit h3{
  color: #424242;
  font-size: 22px;
  font-weight: bold;
  padding: 20px 0 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.n2-tit h4{
  color: #6f6f6f;
  font-size: 14px;
  line-height: 22px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  overflow:hidden;text-overflow:ellipsis;display:-webkit-box;

}
.n2-tit span{
  display: block;
  background: url("../image/rl.png") no-repeat center left;
  color: #585858;
  font-size: 14px;
  text-indent: 30px;
  margin-top: 30px;
}
.in-news2:hover .n2-img:after{
  top: 0;
  transition: all .5s ease;
}
.in-news-bo{
  width: 100%;
  position: relative;
}
.in-news-bo ul li{
  width: 31%;
  float: left;
  margin-right: 3.5%;
  margin-top: 3%;
  height: 565px;
  background: #f4f4f4;
}
.in-news-bo ul li:nth-child(3n){
  margin-right: 0;
}
.in-news-bo ul li:hover .n2-img img{
  transform: scale(1.04);
  transition: all .5s ease;
}
.in-news-bo ul li:hover .n2-img:after{
  top: 0;
  transition: all .5s ease;
}
/*内页-行业应用*/
.info-hy{
  width: 100%;
  position: relative;
  padding: 4% 0;
}
.hy-title h3{
  color: #434343;
  font-size: 36px;
  font-family: ziti;
}
.hy-title span{
  color: #3f87c5;
  font-family: ziti;
}
.hy-title p{
  color: #434343;
  font-size: 16px;
}
.hy-list{
  width: 100%;
  position: relative;
  padding-top: 2%;
}
.hy-list ul li{
  width: 32.5%;
  float: left;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
  position: relative;
}
.hy-list ul li a{
  display: block;
  position: relative;
}
.hy-list ul li:nth-child(3n){
  margin-right: 0;
}
.hy-list ul li p{
  line-height: 40px;
  background: #ddd;
  color: #333;
  text-align: center;

}
.hy-img{
  width: 100%;
  height: 335px;
  overflow: hidden;
}
.hy-img{
  border: 1px solid #ddd;
}
.hy-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
.honor-img img{
  object-fit: contain;
}
.hy-list ul li .hy-tit{
  position: absolute;
  bottom: 0;
  padding:  0 3%;
  width: 100%;
  height: 105px;
  line-height: 135px;
  background: url("../image/hy1.png") no-repeat center center;
  z-index: 100;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  transition: all .5s ease;
}
.hy-list ul li .hy-tit span{
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  float: right;
}
.hy-list ul li:hover .hy-tit{
  background: url("../image/hy2.png") no-repeat center center;
  transition: all .5s ease;
}
.hy-list ul li:hover .hy-img img{
  transform: scale(1.04);
  transition: all .5s ease;
}
/*内页-资料下载*/
.info-down{
  width: 100%;
  position: relative;
  padding: 4% 0;
}
.down-list ul{
  margin-top: 50px;
}
.down-list ul li{
  line-height: 70px;
  height: 70px;
  background: #f5f5f5;
  margin-bottom: 25px;
  text-align: center;
  font-size: 14px;
  color: #747474;
}
.down-list ul li:first-child{
  color: #434343;
  font-size: 18px;
}
.down-list ul li .d1{
  width: 32%;
  float: left;
  text-align: left;
  text-indent: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.down-list ul li .d2{
  width: 17%;
  float: left;
}
.down-list ul li .d3{
  width: 17%;
  float: left;
}
.down-list ul li .d4{
  width: 17%;
  float: left;
}
.down-list ul li .d5{
  width: 17%;
  float: right;
}
/*内页-企业文化*/
.info-culture{
  width: 100%;
  position: relative;
  padding: 4% 0;
}
.in-cul-title{
  width: 100%;
  position: relative;
}
.in-cul-title h3{
  color: #424242;
  font-size: 32px;
  font-family: ziti;
  margin-bottom: 2%;
}
.in-cul-title h3:after{
  display: block;
  content: '';
  width: 114px;
  height: 2px;
  background: url(../image/line1.png) no-repeat center center;
  margin-top: 10px;
}
.c1{
  float: left;
  width: 58%;
  height: 440px;
  overflow: hidden;
}
.c1 img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c2{
  width: 42%;
  float: right;
  height: 440px;
  position: relative;
  background: #0071bd;
}
.c2-img{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30%;
  width: 100%;
}
.c2-img img{
  max-width: 95%;
  margin: 0 auto;
  display: block;
}
.c2 p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  color: #fff;
  font-family: ziti;
  text-align: center;
  width: 100%;
  font-style: italic;
}
/*内页-联系我们*/
.info-con{
  background: #ddd;
}
.contact-map:before{
  display: block;
  content: '';
  width: 100%;
  height: 118px;
  background: rgba(0,0,0,0.8);
  box-shadow: 0 0 10px #eee;
  position: absolute;
  top:0;
  z-index: 100;
}
.contact-map{
  width: 100%;
  height:600px;
  overflow: hidden;
  position: relative;
}
#dituContent{
  width: 100%;
  height: 100%;
}
.info-contact{
  position: relative;
  width: 100%;
  padding-bottom: 5%;
}
.info-contact .container-fluid{
  margin-top: -100px;
  background: #0071bc;
}
.contact-left{
  width: 50%;
  float: left;
  height: 627px;
  padding: 5%;
  background: #fff;
}
.contact-left h3{
  color: #0071bc;
  font-size: 32px;
  font-family: ziti;
}
.contact-left h4{
  color: #666;
  font-size: 20px;
}
.lx-list{
  padding: 20px 0;
}
.lx-list .cont1:nth-child(odd){
  border-left: 0;
  padding-right: 7%;
}
.lx-list .cont1:nth-child(even){
  padding-left: 7%;
}
.lx-list .cont1{
  float: left;
  border-bottom: 1px dashed #0071bc;
  border-left: 1px dashed #0071bc;
  padding-bottom: 20px;

}
.lx-list .cont1:nth-child(3){
  border-bottom: none;
  padding-top: 20px;
}
.lx-list .cont1:nth-child(4){
  border-bottom: none;
  padding-top: 20px;
}
.lx-list p{
  line-height: 30px;
  font-size: 14px;
}
.lx-list p strong{
  color: #0071bc;
  font-size: 20px;
}
.lx-list .cont1:last-child p:last-child{
  padding-top: 10px;
}
.contact-right{
  width: 48%;
  float: right;
  padding: 5%;
  height: 655px;
}
.contact-right h3{
  color: #fff;
  font-size: 32px;
  font-family: ziti;
}
.contact-right h4{
  color: #fff;
  font-size: 20px;
}
.mes-form{
  margin-top: 20px;
}
.mes-form input{
  background: none;
  border-bottom: 1px solid rgba(255,255,255,0.8);
  line-height: 40px;
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
}
.mes-form input::-webkit-input-placeholder{
  color: rgba(255,255,255,0.8);
}
.mes-form textarea{
  background: none;
  border-bottom: 1px solid rgba(255,255,255,0.8);
  line-height: 40px;
  height: 60px;
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
}
.mes-form textarea::-webkit-input-placeholder{
  color: rgba(255,255,255,0.8);
}
.mes-form .code{
  width: 100%;
}
.mes-form .code input{
  width: 48%;
  float: left;
}
.mes-form .code .verify{
  width: 30%;
  float: right;
  height: 40px;
}
.mes-form .code .verify img{
  display: block;
  width: 100%;
  height: 100%;
}
.mes-form .submit{
  display: block;
  width: 100%;
  line-height: 40px;
  background: rgba(255,255,255,0.8);
  color: #0071bc;
  text-align: center;
  margin-top: 33px;
  transition: all .5s ease;
}
.mes-form .submit:hover{
  background: #fff;
  border-radius: 20px;
  transition: all .5s ease;
}
/*内页-产品中心*/
.info-pro{
  width: 100%;
  position: relative;
  padding: 3% 0;
}
.pro-type ul li{
  width: 18.4%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
}
.pro-type ul li:nth-child(5n){
  margin-right: 0;
}
.in-pro-list ul li{
  width: 23.5%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #ddd;
}
.in-pro-list ul li:nth-child(4n){
  margin-right: 0;
}
.inner-title{
  color: #323232;
  font-size: 30px;
  height: 52px;
  border-bottom: 1px solid #e8e8e8;
  font-weight: bold;
}
/*产品详情*/
.infopro-list{
  margin-top: 43px;
}
.npro-title{
  color: #424242;
  font-size: 22px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 26px;
}
.nprolist{
  position: relative;
}
.npro-list .swiper-slide{
  height: 325px;
}
.npro-list .swiper-slide img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-top {
  height: 100%;
  width:65%;
  float: left;
  border: 1px solid #cbcaca;
}
.gallery-top .swiper-slide{
  width: 100%;
  height:696px;
  background: #fff;

}
.gallery-top .swiper-slide img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallery-thumbs {
  height:700px;
  float: right;
  box-sizing: border-box;
  width: 21%;

}

.gallery-thumbs .swiper-slide {
  width: 100%!important;
  height: 32.35%!important;
  opacity: 0.4;
  background: #fff;
  border: 1px solid #cbcaca;
}
.gallery-thumbs .swiper-slide img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.pro-next1{
 top：50%!important;
  width: 36px!important;
  height: 36px!important;
  opacity: 1!important;
  background:url("../image/p-next.png") no-repeat center center!important;
}
.pro-next1:after{
  display: none;
}
.pro-prev1{
  width: 36px!important;
  height: 36px!important;
  opacity: 1!important;
  top：50%!important;
  background:url("../image/p-prev.png") no-repeat center center!important;
}
.pro-prev1:after{
  display: none;
}
.npro-dian span{
  background: #333333!important;
}

.infopro-content{
  width: 100%;
  margin: 0 auto;
  margin-top: 73px;
  margin-bottom: 45px;
  position: relative;

}
.pro_cont{
  border:1px solid #e5e5e5 ;
  padding: 20px;
  background: #fff;
}
.pro_cont table{
  width: 100%!important;

}
.pro_cont table tr td{
  border: 1px solid #ddd;
  line-height: 40px;
}
.sp{
  display: block;


}
.sp_on{
  position: fixed;
  top: 0;

}
.sp small{
  display: block;
  width: 233px;
  height: 60px;
  line-height: 60px;
  float: left;
  text-align: center;
  font-size: 18px;
  color: #373737;
  font-weight: bold;
  margin-right: 2px;
}
.sp small:nth-child(3){
  margin-right: 0;
}
.qzfaddorder{
  margin: 20px 0;
}
.qzfaddorder tr th{
  font-size: 14px;
  color: #333;
  line-height: 50px;
  font-weight: normal;
}
.qzfaddorder tr td select{
  height:50px;
  width:100%;
  border: 1px solid #e5e5e5;
  line-height: 50px;
  border-radius: 5px;
  margin-bottom: 10px;
  text-indent: 20px;
  color: #999;
}
.qzfaddorder input{
  height:50px;
  width:100%;
  border: 1px solid #e5e5e5;
  text-indent: 20px;
  line-height: 50px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.qzfaddorder textarea{
  width: 100%;
  height: 80px;
  border: 1px solid #e5e5e5;
  text-indent: 20px;
  line-height: 50px;
  border-radius: 5px;
}
.qzfaddorder button{width: 150px;margin-left: 5px;
  border-radius: 2px;
  line-height: 40px;
  background: #333;
  color: #fff;
}
.pro_content p strong{
  font-size: 18px;
}
.pro_content p{
  font-size: 16px;
  line-height: 30px;
}
.pro_content p img{
  max-width: 100%;
  margin: 0 auto;
}
.other-pic{
  width: 100%;
  height: 240px;
  border: 1px solid #ddd;
  background: #fff;
}
.other-pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.other-tit{
  line-height:40px;
  text-align: center;
}
.other-tit:after{
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background: #333;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.pro-other .swiper-slide:hover .other-tit:after{
  width: 100%;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.other-dian span{
  background: #333!important;
}





.pro-sider {
  float: left;
  width: 260px;
}
.pro-sider .in-title {
  height: 80px;
  background: url(../image/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(../image/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(../image/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(../image/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;
}


