@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
  font-family: 'SanRegular';
  src: url('../fonts/SourceHanSansCN-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanMedium';
  src: url('../fonts/SourceHanSansCN-Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanBold';
  src: url('../fonts/SourceHanSansCN-Bold.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanHeavy';
  src: url('../fonts/SourceHanSansCN-Heavy.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanLight';
  src: url('../fonts/SourceHanSansCN-Light.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanNormal';
  src: url('../fonts/SourceHanSansCN-Normal.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Atami';
  src: url('../fonts/atami-bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* header */
header {
  width: 100%;
  position: fixed;
  height: 100px;
  z-index: 999;
  width: 100%;
}

.header-main {
  position: relative;
  display: flex;
  padding-left: 44px;
  padding-right: 57px;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: block;
  overflow: hidden;
  width: 146px;
  position: relative;
}

.logo img {
  width: 100%;
  transition: all 0.5s;
}

.logo-on {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.nav-ul {
  display: flex;
  align-items: center;
}

.nav-ul li {
  position: relative;
  margin-right: 65px;
}


@media (max-width:1440px){
	.nav-ul li {
  position: relative;
  margin-right: 35px;
}
}


@media (max-width:1200px){
	.nav-ul li {
  position: relative;
  margin-right: 20px !important;
}
}


.nav-ul li:last-child {
  margin-right: 0px;
}

.nav-ul li>a {
  display: block;
  font-size: 18px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  position: relative;
  transition: all 0.3s;
  font-family: 'SanNormal';
}

.nav-ul li>a::after {
  position: absolute;
  width: 100%;
  height: 2px;
  content: '';
  background-color: transparent;
  bottom: 0px;
  left: 0px;
}

.nav-ul li.nav-active>a::after,
.nav-ul li:hover>a::after {
  background-color: #016db6;
}

.sub-dl {
  position: absolute;
  width: 184px;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 31px;
  display: none;
}

.sub-dl::before {
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  border-bottom: 24px solid #fff;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
}

.sub-dl dl {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding-top: 18px;
  padding-bottom: 22px;
}

.sub-dl dl dd a {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  font-family: 'SanNormal';
  color: #555;
}

.sub-dl dl dd a:hover {
  color: #016db6;
}

.head-sou {
  margin-right: 22px;
  position: relative;
}

.head-sou img {
  transition: all 0.5s;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.sou-on {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.sou-un {
  opacity: 1;
}

.headbom {
  position: relative;
}

.head-soum-flex {
  position: absolute;
  width: 265px;
  right: 57px;
  top: 100px;
  padding-top: 33px;
  display: none;
}

.head-soum-flex::after {
  position: absolute;
  top: 24px;
  right: 30px;
  content: '';
  border-bottom: 18px solid #fff;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}

.head-soum-flex form {
  width: 100%;
  display: flex;
  position: relative;
  height: 60px;
  align-items: center;
  padding-right: 18px;
  border-radius: 5px;
  background-color: #fff;
}

.head-soum-flex input {
  border: none;
  background: none;
  width: calc(100% - 36px);
  line-height: 40px;
  font-family: 'SanLight';
  font-size: 16px;
  color: #888;
  padding-left: 18px;
}

.head-soum-flex button {
  border: none;
  background: none;
  padding-left: 16px;
  position: relative;
}

.head-soum-flex button::after {
  position: absolute;
  content: '';
  height: 15px;
  width: 1px;
  background-color: #c1c1c1;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

/* banner */
.banner-btn .container {
  position: relative;
}

.banner-btn {
  position: absolute;
  background-color: #016db6;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  display: flex;
}

.banner-next,
.banner-prev {
  width: 64px;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.3);
  background-size: 13px 23px;
  margin-top: -32px;
}

.banner-prev {
  left: 0px;
  background-image: url(../images/banner-prev.png);
}

.banner-next {
  right: 0px;
  background-image: url(../images/banner-next.png);
}

.head-on .logo-on,
.inside-header .logo-on {
  opacity: 1;
}

.head-on .logo-un,
.inside-header .logo-un {
  opacity: 0;
}

.head-on .header-main,
.inside-header .header-main {
  background-color: #fff;
}

.head-on .nav-ul li>a {
  color: #555;
}

.inside-header .nav-ul li>a {
  color: #555;
}

.head-on .sou-un,
.inside-header .sou-un {
  opacity: 0;
}

.head-on .sou-on,
.inside-header .sou-on {
  opacity: 1;
}

@media (max-width: 1200px) {
  .nav-ul li {
    margin-right: 30px;
  }

  .sub-dl dl dd a {
    line-height: 32px;
  }
}

@media (max-width: 991px) {
  .header-main {
    padding-left: 15px;
    padding-right: 15px;
    height: 70px;
  }

  .nav-ul {
    display: none;
  }

  header {
    height: 70px;
    position: relative;
    background-color: #fff;
  }

  header .logo-un {
    opacity: 0;
  }

  header .logo-on {
    opacity: 1;
  }

  .banner-next,
  .banner-prev {
    width: 42px;
    height: 42px;
    margin-top: -21px;
  }

  .banner-btn .container {
    width: 100%;
  }

  .banner-prev {
    left: 10px;
  }

  .banner-next {
    right: 10px;
  }
}

/* 底部 */
#footer {
  overflow: hidden;
}

.footer-top {
  background-color: #1b1b1b;
  overflow: hidden;
  padding-top: 70px;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 48px;
}

.footer-logo {
  width: 146px;
  display: block;
  overflow: hidden;
}

.footer-logo img {
  width: 100%;
}

.footer-tel {
  font-size: 40px;
  color: #d40a0a;
  font-family: 'Atami';
  line-height: 40px;
  margin-top: 28px;
  margin-bottom: 18px;
}

.footer-left p {
  font-size: 16px;
  line-height: 32px;
  color: #969696;
  font-family: 'SanNormal';
}

.footer-list {
  display: flex;
  justify-content: flex-end;
}

.footer-list li {
  margin-right: 150px;
}

.footer-list li:last-child {
  margin-right: 0px;
}

.footer-list li h3 {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 18px;
}

.footer-list li dl dd a {
  font-size: 16px;
  color: #868686;
  line-height: 32px;
}

.footer-list li dl dd a:hover{ color:#fff;}

.footer-copy {
	border-top:1px solid rgba(255,255,255,0.2);
  background-color: #181818;
  height: 80px;
}

.copy {
  line-height: 80px;
  font-size: 16px;
  color: #969696;
  text-align:center;
}

@media (max-width: 1400px) {
  .footer-list li {
    margin-right: 80px;
  }
}

@media (max-width: 1200px) {
  .footer-list li {
    margin-right: 40px;
  }
}

@media (max-width: 991px) {
  .footer-main {
    flex-direction: column;
    padding-bottom: 26px;
  }

  .footer-list li {
    margin-right: 0px;
  }

  .footer-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-top {
    padding-top: 35px;
  }

  .footer-tel {
    font-size: 34px;
    line-height: 34px;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .footer-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer-list li h3 {
    margin-top: 16px;
    margin-bottom: 10px;
    line-height: 24px;
    text-align: center;
  }

  .footer-list li dl dd {
    display: inline-block;
    margin: 0 3px;
    text-align: center;
  }

  .footer-list li dl dd a {
    line-height: 24px;
    text-align: center;
  }

  .copy {
    line-height: 30px;
    text-align: center;
  }

  .footer-copy {
    height: auto;
    padding: 15px 0px;
  }
}

/* 联系我们 */
.contact-wrap {
  overflow: hidden;
  background-color: #f2f2f2;
  padding-top: 82px;
  padding-bottom: 105px;
}

.contact-main {
  flex-wrap: wrap;
  display: flex;
}

.contact-item {
  width: 50%;
}

.contact-item img{ max-width:none !important}


.contact-left {
  background-color: #fff;
  padding-left: 92px;
  padding-right: 98px;
  padding-top: 50px;
}

.contact-left h3 {
  font-size: 36px;
  line-height: 36px;
  color: #555;
  font-family: 'SanNormal';
  margin-bottom: 24px;
}

.contact-list li {
  border-bottom: 1px dashed #dcdcdc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: 'SanNormal';
  padding:12px 0;
}

.contact-list li:last-child {
  border-bottom: none;
}

.contact-top {
  display: flex;
  align-items: center;
}

.contact-top i{}

.contact-top span {
  padding-left: 10px;
  font-size: 18px;
  color: #016db6;
}

.contact-list li p {
  color: #666;
  margin-top: 4px;
  font-size: 16px;
}


.titleCell { text-align: center;}
.titleCell p { font-size: 40px; font-weight: bold; color: #000000; line-height: 1; margin-bottom: 16px;}
.titleCell span { font-size: 30px; color: #336fb6; text-transform:uppercase;}
.messages { padding: 95px 0 110px; background: url(../images/contactmap.jpg) center no-repeat; background-size: cover;}
.anchorBL { display: none!important;}
.messagesForm ul::after { content: ''; clear: both; display: block; height: 0;}
.messagesForm li { margin-bottom: 2%; background: #ffffff; margin-right: 2%; float: left; padding-left: 50px; width: 32%; box-sizing: border-box; border: 1px solid #e8e8e8; position: relative; border-radius: 6px;}
.messagesForm li img { display: block; position: absolute; left: 20px; top: 50%; transform: translateY(-50%);}
.messagesForm li input { font-size: 16px; background: none; width: calc(100% - 55px); box-sizing: border-box; height: 58px; padding: 0; border: none;}
.messagesForm li:nth-child(3n) { margin-right: 0; line-height: 58px;}
.messagesForm li span { color: #FF0000;}
.tagArea { position: relative; background: #ffffff; border:1px solid #e8e8e8; border-radius: 6px; padding: 20px;}
.tagArea textarea{padding-left: 32px; height: 88px; outline: none; resize: none; font-family: '微软雅黑'; border: none; resize: none; font-size: 16px; width: 100%; box-sizing: border-box; line-height:26px;}
.tagArea img { position: absolute; left: 20px; top: 20px;}
.messagesForm .subForm { overflow: hidden; text-align: center; transition: all .5s; display: block; width: 164px; line-height: 48px; border: none; margin: 30px auto; color: #ffffff; font-size: 16px; background: #336fb7; border-radius: 48px;
cursor: pointer; position: relative;}
.messagesForm .subForm span { position: relative; z-index: 2;}
.messagesForm .subForm::after {content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #749dcd;
    transition: 0.6s;}
.messagesForm .subForm:hover::after { width: 100%;}
/*.messagesForm button:hover { box-shadow: 0 0 20px rgba(0,0,0,0.2);}*/
.messagesForm {margin: 75px auto 0;}





/**营销网络**/
.init-9 {
  padding: 60px 0 40px;
  text-align: center;
  background:#eaeaea
}
.init-9 img {
  display: block;
  margin: 40px auto 0;
}


.init-9 h2 {
  display: block;
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  color: #d30a0a;
  line-height: 44px;
  padding-top: 5px;
  font-weight:bold;
}

.init-9 h2 small {
  display: block;
  font-size: 20px;
  color: #030303;
  text-transform: none;
  line-height: normal;
  margin-top: 10px;
}


.bg-gary {
  background: #f2f2f2;
}


@media (max-width: 1700px) {
  .contact-left {
    padding-left: 60px;
    padding-right: 70px;
  }

  .contact-list li {
    height: 93px;
  }
}

@media (max-width: 1600px) {
  .contact-left {
    padding-top: 30px;
  }

  .contact-left h3 {
    margin-bottom: 12px;
  }
  
  .init-9 h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .init-9 h2 small {
    font-size: 18px;
  }
}

@media (max-width: 1400px) {
  .contact-list li {
    height: 76px;
  }
  .titleCell p{ font-size: 32px;}
  .titleCell span { font-size: 22px;}
}

@media (max-width: 1200px) {
  .contact-item {
    width: 100%;
  }

  .contact-list li {
    height: 98px;
  }
  
  .init-9 img{ width:100%;}
  
  .init-9 h2 small {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .contact-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-list li {
    height: auto;
    padding: 12px 0px;
  }

  .contact-left {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-left h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .messagesForm {margin-top: 20px;}
	.messagesForm li { width: 100%; margin: 0 0 2%;}
	.messages { padding: 30px 0;}
	.titleCell p{ font-size: 20px;}
.titleCell span{ font-size: 14px;}
.titleCell p{ margin-bottom: 10px;}

.init-9 h2 { font-size:32px;}
}




/* 下载 */
.download-page{padding:80px 0 70px; background:#fff}
.download-page li{margin-bottom: 30px;box-shadow: 0 0 20px rgba(10,114,185,.15);border-radius: 10px;position: relative;font-size: 16px;line-height: 26px;display: flex;padding:35px 55px 35px 40px;transition: .3s;}

.download-page li>p:nth-of-type(1){padding:0 50px 0 30px;background: url(../images/17.png) no-repeat left 3px/17px;flex:1}
.download-page li>p:nth-of-type(2){width:65px;padding-left: 30px;background: url(../images/18.png) no-repeat left 6px/19px;}

.download_baoj li>p:nth-of-type(2){width:140px;}

.download-page .page{padding:10px 0 30px}
.download-page .click{position:absolute;top:0;left:0;width:100%;height:100%;z-index: 10;}
@media (max-width:1440px){
    .download-page{padding: 60px 0 50px;}
    .download-page li{padding:30px 45px 30px 60px}
	.nav-ul li {
  position: relative;
  margin-right: 35px;
}
}

@media (max-width:1279px){
    .download-page{padding:50px 0 30px}
    .download-page li{margin-bottom: 20px;box-shadow: 0 0 10px rgba(0,119,73,.15);font-size: 14px;line-height: 24px;padding:15px 25px}
    .download-page li>p:nth-of-type(1){padding:0 20px 0 25px;background-position:left 2px;background-size:15px}
    .download-page li>p:nth-of-type(2){width:45px;padding-left: 20px;background-size:16px;font-size: 12px;}
	.download_baoj li>p:nth-of-type(2){width:100px;}
	
    .download-page .page{padding:10px 0 20px}
}

@media (any-hover:hover){
    .download-page li:hover{background: #0a72b9;color:#fff}
    .download-page li:hover>p:nth-of-type(1){background-image: url(../images/17-w.png);}
    .download-page li:hover>p:nth-of-type(2){background-image: url(../images/18-w.png);}
}



/*****首页关于我们*****/
.habout {
  padding: 90px 70px 90px 160px;
  background: url('../images/habout-bg.jpg') no-repeat center;
  overflow: hidden;
}


.habout-box {
  display: flex;
}

.haboutl {
  width: 39%;
  padding-top: 120px;
  padding-right: 130px;
}

.haboutr {
  width: 50%;
}

.haboutl h3 {
  font-size: 46px;
  color: #016db6;
  font-weight:bold;
}

.habout {
  display: flex;
}

.haboutl h4 {
  margin-top: 46px;
  line-height:28px;
  font-size:16px;
}

.haboutl h5 {
  font-size: 24px;
  color: #333333;
  margin-top: 46px;
}

.habout-txt {
  margin-top: 10px;
}

.haboutl-more {
  padding-top: 60px;
  display: flex;
  align-items: center;
}

.haboutl-more a {
  color: #1676b7;
  display: block;
  width: 124px;
  height: 50px;
  border: 1px solid #1676b7;
  border-radius: 30px;
  line-height: 48px;
  text-align: center;
}

.haboutl-more img {
  width: 14px;
  height: 14px;
}

.habout-video {
  width: 50px;
  height: 50px;
  border: 1px solid #1676b7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin-left: 32px;
  cursor: pointer;
}

.haboutr-img {
  width: 76%;
}

.haboutr-img img {
  width: 100%;
}


.haboutr {
  position: relative;
}

.haboutr-twoimg {
  position: absolute;
  left: 55%;
  top: 0;
}

.haboutr-twoimg ul li {
  display: flex;
  margin-bottom: 60px;
  align-items: center;
}

.haboutr-twoimg ul li img {
  border: 5px solid #fff;
  border-radius: 50%;
}

.haboutr-twoimgtxt {
  font-size: 16px;
  margin-left: 20px;
}

.haboutr-twoimgtxt h4 {
  margin-top: 20px;
  width:280px;
  font-size:14px;
}

.haboutr-marginleft {
  margin-left: 30%;
}

.haboutr-twoimg .on img {
  border: 5px solid #016db6;
}

.haboutr-twoimg .on h3 {
  color: #016db6;
}

.haboutr-img ul li {
  display: none;
}


.hpro {
  padding: 90px 0 60px;
  background: #f1f1f1;
}

.hpro-tit h3 {
  font-size: 46px;
  color: #016db6;
  font-weight:bold;
}

.hpro-tit {
  display: flex;
  justify-content: space-between;
}

.hpro-titr {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hpro-titrmore a {
  display: block;
  background: #016db6;
  color: #fff;
  width: 124px;
  height: 50px;
  border-radius: 30px;
  text-align: center;
  line-height: 50px;
}

.hpro-titrmore {
  margin-left: 10px;
}

.hpro-titrnav {
  width: calc(100% - 130px);
}

.hpro-titrnav-swiper .swiper-slide a {
  display: block;
  white-space: nowrap;
}

.hpro-box {
  margin-top: 60px;
  overflow: hidden;
}

.hprobox-swiper .swiper-slide {
  position: relative;
}

.hprobox-swiper .scale-img{}

.hprobox-swiper .hpro-txt {
  position:relative;
  text-align:center;
  height:54px;
  line-height:54px;
  background:#fff;
  margin-top:1px;
  font-size: 14px;
}

.hprobox-swiper .swiper-slide:hover .hpro-txt{ background:rgba(1,109,182,0.8); color:#fff;transition: all 1s;}


.hprobox-btn {
  width: 240px;
  margin: 0 auto;
  position: relative;
  top: 80px;
}

.hprobox-swiper {
  padding-bottom: 120px;
}

.hprobox-btn .swiper-button-next {
  width: 100px;
  height: 48px;
  background: #fff url("../images/hpro-next.png") no-repeat center;
  border-radius: 50px;
  opacity: 1;
}

.hprobox-btn .swiper-button-prev {
  width: 100px;
  height: 48px;
  background: #fff url("../images/hpro-prev.png") no-repeat center;
  border-radius: 50px;
  opacity: 1;
}

.hprobox-btn .swiper-button-next:hover {
  background: #fff url("../images/hpro-next-on.png") no-repeat center;
}

.hprobox-btn .swiper-button-prev:hover {
  background: #fff url("../images/hpro-prev-on.png") no-repeat center;
}



.hpro-titrnav-swiper .swiper-slide a {
  display: inline-block;
  position: relative;
  text-align: center;
  width:100%;
  padding-left:16px;
  text-align:left;
  white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.hpro-titrnav-swiper .swiper-slide a::after {
  position: absolute;
  content: " ";
  left: 0px;
  width: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  display: none;
  background: url("../images/hpro-circle.png") no-repeat center;
}

.hpro-titrnav-swiper .swiper-slide:hover a::after {
  display: block;
}

.hpro-titrnav-swiper .swiper-slide:hover a {
  color: #016db6;
}

.hstrength {
  padding: 80px 0 50px;
}

.hstrength-tit h3 {
  font-size: 40px;
  color: #016db6;
  font-weight:bold;
}

.hstrength-tit {
  text-align: center;
}

.hstrength-tit h4 {
  font-size: 16px;
  margin-top: 30px;
}

.hstrength-top {
  margin-bottom: 40px;
  background:#f1f1f1;

}

.hstrength-top ul {
	margin-right:-40px;
	
}

.hstrength-top ul li {
  text-align: center;
  margin-bottom:40px;
  height:240px;
  padding:25px 40px;
  margin-right:3.5%;
  margin-bottom:60px;
  float:left;
  width:31%;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}


.hstrength-top .hstrength-topicon img{ height:50px}


.hstrength-top ul li:nth-of-type(3),.hstrength-top ul li:nth-of-type(6){ margin-right:0}


.hstrength-top ul li h4 {
  padding: 30px 0 18px;
  font-size: 18px;
}

.hstrength-top ul li h5 {
  font-size: 13px;
  line-height: 20px;
  color: #666666;
}

.hstrength-top ul li:hover {
  box-shadow: 1px 1px 15px rgba(1, 109, 182, 0.4);
}

.hcase-swiper {
  position: relative;
}

.hcase-txt {
  position: absolute;
  bottom: 70px;
  left: 64px;
  color: #fff;
}

.hcase-txt h3 {
  font-size: 36px;
  margin-bottom: 20px;
}

.hcase-txt h4 {
  font-size: 24px;
}

.hcase-swiper .swiper-button-next {
  width: 64px;
  height: 64px;
  bottom: 70px;
  top: auto;
  right: 70px;
  background: rgba(255, 255, 255, 0.3) url("../img/hcase-next.png") no-repeat center;
}

.hcase-swiper .swiper-button-prev {
  width: 64px;
  height: 64px;
  top: auto;
  left: auto;
  right: 144px;
  bottom: 70px;
  background: rgba(255, 255, 255, 0.3) url("../img/hcase-prev.png") no-repeat center;
}

.hnews-tit {
  display: flex;
  justify-content: space-between;
}

.hnews {
  padding: 60px 0 70px;
  background: #fbfbfb;
}

.hnews-tit h3 {
  font-size: 46px;
  color: #016db6;
  font-weight:bold
}

.hnews-tit a {
  display: block;
  color: #016db6;
  width: 124px;
  height: 50px;
  border-radius: 30px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #016db6;
}

.hnews-box ul {
  display: flex;
  justify-content: space-between;
}

.hnews-box {
  margin-top: 50px;
}

.hnews-box ul li {
  width: 31.5%;
}

.hnews-txt {
  background: #fff;
  padding: 30px 40px 50px;
}

.hnews-txt h3 {
  color: #b0b0b0;
  margin-bottom: 15px;
}

.hnews-txt h4 {
  line-height: 30px;
  font-size: 18px;
  color: #333333;
}

.hnews-box ul li:hover .hnews-txt h4 {
  color: #016db6;
}

@media(max-width:1800px) {
  .haboutr-img img {
    width: 600px;
  }
}

@media(max-width:1700px) {
  .haboutr-img img {
    width: 600px;
  }

  .haboutr-twoimgtxt h4 {
    white-space: normal;
    width: 160px;
  }

  .haboutr-twoimg ul li {
    margin-bottom: 34px;
  }

  .haboutr-img img {
    width: 542px;
  }

  .haboutl h4 {
    line-height: 30px;
  }

}

@media(max-width:1600px) {
  .haboutr-twoimg img {
    width: 100px;
  }

  .haboutr-img img {
    width: 490px;
  }

  .haboutr-twoimg ul li {
    margin-bottom: 40px;
  }

  .haboutr-twoimg {
    left: 55%;
  }

  .haboutl {
    padding-top: 50px;
  }

  .haboutl-more {
    padding-top: 50px;
  }

  .habout-txt {
    margin-top: 20px;
  }
}

@media(max-width:1400px) {

  .haboutr-twoimg ul li {
    margin-bottom: 40px;
  }

  .haboutr-twoimg {
    left: 64%;
  }

  .haboutr-twoimg ul li {
    margin-bottom: 28px;
  }

  .haboutl h3 {
    font-size: 36px;
  }

  .haboutl {
    padding-right: 30px;
  }

  .haboutr-img img {
    width: 440px;
  }

  .haboutr-twoimg {
    left: 58%;
  }

  .hstrength-top ul li {
    padding: 25px 30px;
  }

  .hstrength-tit h4 {
    line-height: 30px;
  }

}

@media(max-width:1200px) {
  .habout-box {
    display: block;
  }

  .habout {
    background-size: cover;
    padding: 40px 30px 80px;
  }

  .haboutl {
    width: 100%;
    padding-right: 0;
  }

  .haboutr {
    width: 100%;
    margin-top: 30px;
  }

  .hnews-txt h4 {
    font-size: 16px;
    line-height: 28px;
  }

  .hnews-txt {
    padding: 20px;
  }

}

@media(max-width:991px) {
  .haboutr-twoimg {
    position: relative;
    left: 0;
    top: 40px;
  }

  .hstrength-top ul li { width:93% !important;}

  .haboutr-img img {
    width: 100%;
  }

  .haboutr-img {
    width: 100%;
  }

  .haboutr-marginleft {
    margin-left: 0;
  }

  .haboutr-twoimg ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .haboutr-twoimg ul li {
    width: 49%;
  }

  .haboutr-twoimgtxt h4 {
    width: auto;
  }

  .haboutl {
    padding-top: 0;
  }

  .haboutl h4 {
    margin-top: 20px;
  }

  .haboutl h5 {
    margin-top: 20px;
  }

  .hpro-tit {
    display: block;
  }

  .hpro-titr {
    width: 100%;
  }

  .hpro {
    padding: 40px 0;
  }

  .hpro-tit h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .hpro-box {
    margin-top: 30px;
  }

  .hprobox-swiper {
    padding-bottom: 80px;
  }

  .hprobox-btn {
    top: 45px;
  }

  .hprobox-btn .swiper-button-prev {
    width: 80px;
  }

  .hprobox-btn .swiper-button-next {
    width: 80px;
  }

  .hprobox-btn {
    width: 200px;
  }

  .hstrength-top ul {
    flex-wrap: wrap;
  }

  .hstrength-top ul li {
    width: 50%;
  }

  .hstrength-tit h3 {
    font-size: 32px;
  }

  .hstrength-tit h4 {
    font-size: 16px;
    line-height: 28px;
  }

  .hstrength {
    padding: 40px 0;
  }

  .hcase-txt h3 {
    font-size: 24px;
  }

  .hcase-txt h4 {
    font-size: 18px;
  }

  .hcase-txt h3 {
    margin-bottom: 10px;
  }

  .hcase-txt {
    bottom: 30px;
    left: 30px;
  }

  .hcase-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    bottom: 30px;
    right: 30px;
  }

  .hcase-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    bottom: 30px;
    right: 80px;
  }

  .hstrength {
    padding: 40px 0 20px;
  }

  .hnews-box ul {
    display: block;
  }

  .hnews-box ul li {
    width: 100%;
    margin-bottom: 30px;
  }

  .hnews-tit h3 {
    font-size: 32px;
  }

  .hnews {
    padding: 40px 0 10px;
  }

  .hnews-box {
    margin-top: 30px;
  }
}

@media(max-width:600px) {
  .haboutr-twoimg ul {
    display: block;
  }

  .haboutr-twoimgtxt h4 {
    line-height: 26px;
  }

  .haboutr-twoimg ul li {
    width: 100%;
  }

  .hstrength-top ul li {
    padding: 25px 5px;
  }

  .hstrength-top ul li h5 {
    font-size: 14px;
    line-height: 24px;
  }

  .hstrength-top ul li h4 {
    font-size: 18px;
    padding: 15px 0;
  }

  .hstrength-topicon {
    height: 50px;
  }

}


/*新闻*/
.news-navul {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-navul li {
  margin: 0 60px;
}

.news-navul a {
  position: relative;
  height: 100px;
  display: block;
  line-height: 100px;
}

.news-navul a::after {
  border-bottom: 2px solid #016db6;
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  display: none;
}

.news-navul li a:hover {
  color: #016db6;
}

.news-navul li a:hover::after {
  display: block;
}

.news-navul li.on a {
  color: #016db6;
}

.news-navul li.on a::after {
  display: block;
}

.news-nav {
  border-bottom: 1px solid #e7e7e7;
}

.news-m {
  background: #f2f2f2;
  padding: 90px 0 70px;
}


.news-m ul li a {
  display: flex;
  background: #fff;
}

.news-ml {
  width: 35%;
}

.news-mr {
  width: 65%;
  padding: 70px 100px 0 80px;
  border: 1px solid #fff;
}

.news-m ul li {
  margin-bottom: 50px;
}

.news-mr h3 {
  font-size: 18px;
  color: #b0b0b0;
}

.news-mr h4 {
  font-size: 24px;
  color: #333333;
  margin: 10px 0 30px;
}

.news-mrtxt {
  color: #888888;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-mr span {
  display: block;
  width: 140px;
  height: 54px;
  background: #016db6;
  color: #fff;
  margin-top: 60px;
  border-radius: 5px;
  text-align: center;
  line-height: 54px;
}

.more a {
  display: block;
  width: 160px;
  height: 60px;
  background: #016db6;
  color: #fff;
  margin-top: 60px;
  border-radius: 5px;
  text-align: center;
  line-height: 54px;
  cursor: pointer;
  margin: 60px auto 0;
}

@media(max-width:1700px) {
  .news-mr h4 {
    font-size: 20px;
    margin: 10px 0 20px;
  }

  .news-mr span {
    margin-top: 30px;
  }

  .news-mr {
    padding: 50px 50px 40px;
  }
}

@media(max-width:1600px) {
  .news-mr span {
    margin-top: 20px;
  }

  .news-mr {
    padding: 40px 30px 30px;
  }
}

@media(max-width:1400px) {
  .news-mr span {
    margin-top: 15px;
  }

  .news-mr {
    padding: 20px 30px 30px;
  }
}

@media(max-width:1200px) {
  .news-mr span {
    margin-top: 10px;
  }

  .news-mr h4 {
    font-size: 18px;
    margin: 10px 0 10px;

  }

  .news-mr {
    padding: 20px 30px 0px;
  }

  .news-ml {
    width: 40%;
  }

  .news-mrtxt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

}

@media(max-width:991px) {
  .news-m ul li a {
    display: block;
  }

  .news-ml {
    width: 100%;
  }

  .news-mr {
    width: 100%;
    padding: 30px 15px;
  }

  .news-navul li {
    margin: 0 15px;
  }

  .news-m {
    padding: 40px 0;
  }

  .more a {
    margin: 30px auto 0;
  }

  .news-mr h4 {
    line-height: 26px;
    font-size: 16px;
  }
}

.newsd-m {
  background: #f2f2f2;
}

.newsd-m {
  padding: 90px 0 80px;
}

.newsd-w {
  background: #fff;
  padding: 80px 140px 60px;
}

.newsd-tit h3 {
  font-size: 30px;
  color: #333333;
}

.newsd-tit {
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
}

.newsd-tit h4 {
  font-size: 18px;
  color: #b0b0b0;
  margin-top: 30px;
  padding-bottom: 56px;
}

.newsd-wtxt {
  padding-top: 60px;
  padding-bottom: 60px;
}

.newsd-wtxt {
  text-align: center;
}

.newsd-wtxt p {
  text-align: left;
  margin-bottom: 46px;
  text-indent: 2em;
  font-size: 18px;
  line-height: 30px;
}

.newsd-page a {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  color: #b0b0b0;
}

.newsd-page {
  padding-top: 35px;
  border-top: 1px solid #e4e4e4;
}

.newsd-wtxt img {
  margin-bottom: 40px;
}

@media(max-width:1400px) {
  .newsd-tit h3 {
    font-size: 24px;
  }

  .newsd-wtxt img {
    width: 80%;
  }
}

@media(max-width:1200px) {
  .newsd-tit h3 {
    line-height: 30px;
  }
}

@media(max-width:991px) {
  .newsd-w {
    padding: 40px 30px;
  }

  .newsd-wtxt img {
    width: 100%;
  }

  .newsd-tit h3 {
    font-size: 20px;
  }

  .newsd-tit h4 {
    margin-top: 20px;
    padding-bottom: 30px;
  }

  .newsd-wtxt p {
    text-align: left;
    margin-bottom: 30px;
    text-indent: 2em;
    font-size: 16px;
    line-height: 28px;
  }

  .newsd-page a {
    margin-bottom: 10px;
    font-size: 16px;

  }

  .newsd-wtxt {
    padding: 30px 0;
  }

  .newsd-m {
    padding: 40px 0;
  }
}

.case-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.case-box {
  padding: 90px 0 70px;
  background: #f2f2f2;
}

.case-box ul li {
  width: 33.2%;
  margin-bottom: 40px;
}

.case-box ul li a {
  position: relative;
  display: block;
}

.case-txt {
  position: absolute;
  bottom: 40px;
  color: #fff;
  left: 50px;
}

.case-txt h3 {
  font-size: 20px;
  line-height: 30px;
}

@media(max-width:1400px) {
  .case-txt h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .case-txt {
    bottom: 15px;
    left: 20px;
  }
}

@media(max-width:991px) {
  .case-box ul li {
    width: 49.8%;
  }
}

@media(max-width:600px) {
  .case-box ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .case-box {
    padding: 40px 0;
  }

}

.equip-m ul {
  display: block;
}

.equip-tit h3 {
  font-size: 36px;
}

.equip-tit {
  text-align: center;
}

.equip-tit span {
  display: block;
  width: 18px;
  height: 4px;
  background: #d60000;
  margin: 14px auto 20px;
  border-radius: 3px;
}

.equip-m {
  margin-top: 60px;
}

.equip-txt {
  background: #fff;
  height: 90px;
  text-align: center;
  line-height: 90px;
  text-align: center;
}

@media(max-width:991px) {
  .equip-tit h3 {
    font-size: 26px;
  }

  .equip-tit h4 {
    line-height: 26px;
  }

  .equip-m {
    margin-top: 30px;
  }
}

.pro-box {
  background: #f2f2f2;
  padding: 80px 0;
}

.pro-m {
  overflow: hidden;
}

.pro-ml {
  width: 326px;
}

.pro-mr {
  width: calc(100% - 400px);
}

.pro-m {
  display: flex;
  justify-content: space-between;
}

.pro-ml ul {
  background: #fff;
}

.pro-ml ul li a {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 24px 0 40px;
  position: relative;
}

.pro-ml ul li a img {
  width: 9px;
  height: 14px;
}

.pro-mlicon img:last-child {
  display: none;
}

.pro-ml li.on .pro-mlicon img:last-child {
  display: block;
}

.pro-ml li.on .pro-mlicon img:first-child {
  display: none;
}

.pro-ml li.on a {
  color: #016db6;
}

.pro-ml li a::after {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #016db6;
  content: "";
  bottom: 0;
  left: 0;
  display: none;
}

.pro-ml li:hover .pro-mlicon img:last-child {
  display: block;
}

.pro-ml li:hover .pro-mlicon img:first-child {
  display: none;
}

.pro-ml li:hover a {
  color: #016db6;
}

.pro-ml li:hover a::after {
  display: block;
}

.pro-ml li.on a::after {
  display: block;
}

.pro-mr ul li h6 {
  font-size: 14px;
  display:block;
  text-align:center;
  padding:20px;
  background:rgba(0,0,0,0.05);
  margin-top:1px;
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis; 
}

.pro-mr ul li:hover h6 {
  color: #fff;
  background:#016db6
}

.pro-mr ul li:hover a {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
  display: block;
}

.pro-mr ul li {
  margin-bottom: 20px;
}

@media(max-width:1400px) {
  .pro-mr {
    width: calc(100% - 350px);
  }
}

@media(max-width:1200px) {
  .pro-mr ul li h6 {
    font-size: 16px;
    white-space: nowrap;
  }
}

@media(max-width:991px) {
  .pro-m {
    display: block;
  }

  .pro-ml {
    width: 100%;
  }

  .pro-mr {
    width: 100%;
    margin-top: 40px;
  }

  .pro-box {
    padding: 40px 0 0;
  }
}

/*淘宝放大镜*/

/* box */
.box {
  width: 100%;
  /* margin:100px auto; */
}

.box img {
  width: 100%;
}

.tb-pic a {
  display: block;
  text-align: center;
  vertical-align: middle;
}

.tb-pic a img {
  vertical-align: middle;
}

.tb-pic a {
  *display: block;
  *font-family: Arial;
  *line-height: 1;
}

.tb-thumb {
  margin: 10px 0 0;
  overflow: hidden;
}

.tb-thumb li {
  background: none repeat scroll 0 0 transparent;
  float: left;
  height: 42px;
  margin: 0 6px 0 0;
  overflow: hidden;
  padding: 1px;
}

.tb-s310,
.tb-s310 a {
  height: 310px;
  width: 310px;
}

.tb-s310,
.tb-s310 img {
  max-height: 310px;
  max-width: 310px;
}

.tb-s310 a {
  *font-size: 271px;
}

.tb-s40 a {
  *font-size: 35px;
}

.tb-s40,
.tb-s40 a {
  height: 40px;
  width: 40px;
}

.tb-booth {
  position: relative;
  z-index: 1;
}

.tb-thumb .tb-selected {
  background: none repeat scroll 0 0 #016db6;
  height: 40px;
  padding: 2px;
}

.tb-thumb .tb-selected div {
  background-color: #FFFFFF;
  border: medium none;
}

.tb-thumb li div {
  border: 1px solid #CDCDCD;
}

.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 500px;
  height: 500px;
  background: #ffffff;
  display: block;
  text-align: center;
  overflow: hidden;
  /* border: 1px solid #ccc; */
}

.zoomMask {
  position: absolute;
  background: rgba(1, 109, 182, .8);
  cursor: move;
  z-index: 1;
  width: 200px !important;
  height: 200px !important;
}





.pro-detailtop {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

.smallBox {
  position: relative;
  cursor: move;
}

.pro-wrappos {
  position: relative;
}

.pro-detailtopBig {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 666;
  background: red;
  width: 100%;

}

.bigBox {
  width: 50%;
  height: 660px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block;
}

.smallBox .lay {
  background: #016db6;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  display: none;
  width: 150px;
  height: 150px;
}

.smallBox img {
  width: 100%;
}

.prodetail-next,
.prodetail-prev {
  width: 20px;
  height: 39px;
  border-radius: 0px;
  margin-top: -19px;
  background-size: 20px 39px;
  opacity: 1;
}

.prodetail-next {
  right: 50px;
  background-image: url(../img/depro-next.png);
}

.prodetail-prev {
  left: 50px;
  background-image: url(../img/depro-prev.png);
}

.prodetail-prev:hover {
  background-image: url(../img/depro-prev-on.png);
}

.prodetail-next:hover {
  background-image: url(../img/depro-next-on.png);
}

.pro-detailright {
  width: 49%;
  padding: 100px 60px 0px;
  background-color: #fff;
}

.pro-detailtitle h2 {
  font-size: 18px;
  line-height: 30px;
  color: #016db6;
  margin-bottom: 25px;
}

.pro-detailtitle p {
  font-size: 24px;
  color: #555;
  line-height:30px;
}

.pro-detailtitle {
  padding-bottom: 48px;
  border-bottom: 1px solid #d9d9d9;
}

.pro-advantage {
  padding-top: 45px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 18px;
}

.pro-advantage p {
  color: #016db6;
  line-height: 24px;
  margin-bottom: 18px;
}

.pro-advantage dl dd {
  color: #555;
  position: relative;
  line-height: 32px;
  padding-left: 14px;
}

.pro-advantage dl dd::before {
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #333333;
  content: "";
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.pro-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  cursor: pointer;
  color: #fff;
  background-color: #016db6;
  width: 164px;
  border-radius: 5px;
}

.pro-contact p a{ color:#fff;}

.contact-icon {
  line-height: 50px;
  text-align: center;
  margin-left: 16px;
}

.pro-recomend {
  padding-top: 96px;
  padding-bottom: 100px;
}

.pro-recomend h3 {
  font-size: 48px;
  line-height: 48px;
  color: #111;
  margin-bottom: 48px;
  text-align: center;
}

.recommend-item p {
  font-size: 18px;
  color: #555;
  background-color: #fff;
  border: 1px solid #f0f0f4;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  width: 100%;
  transition: all .5s;
}

.recommend-item:hover .pro-img img {
  transform: scale(1.1);
}

.recommend-item:hover p {
  background-color: #016db6;
  color: #fff;
}


.pro-detailleft {
  width: 41.5%;
  overflow: hidden;
  /* width: 50%; */
}

.pro-detailleft a img{ width:100% !important}

.w100 {
  width: 100%;
  position:relative;
}

.pro-detailright {
  width: 57.5%;
}


@media(max-width: 1700px) {
  .pro-detailright {
    padding-top: 50px;
  }

  .pro-detailtitle {
    padding-bottom: 30px;
  }
}

@media(max-width: 1600px) {
  .pro-detailtitle h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 18px;
  }

  .pro-advantage {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media(max-width: 1400px) {
  .pro-detailright {
    padding: 40px 35px 0px;
  }

  .pro-detailtitle h2 {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 10px;
  }

  .pro-detailtitle p {
    font-size: 16px;
  }

  .pro-detailtitle {
    padding-bottom: 20px;
  }

  .pro-contact {
    margin-top: 25px;
  }

  .prodetail-next {
    right: 25px;
  }

  .prodetail-prev {
    left: 25px;
  }
}

@media(max-width: 1200px) {
  .pro-advantage {
    padding-top: 15px;
    font-size: 16px;
    padding-bottom: 15px;
  }

  .pro-advantage dl dd {
    line-height: 26px;
  }

  .pro-advantage p {
    margin-bottom: 10px;
  }

  .pro-detailright {
    padding: 25px 20px 0px;
  }

  .pro-recomend h3 {
    font-size: 36px;
    line-height: 36px;
  }

  .pro-recomend {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .recommend-item p {
    font-size: 16px;
    height: 60px;
    line-height: 24px;
  }
}

@media(max-width: 991px) {
  .pro-argu {
    padding: 15px;
  }

  .pro-detailleft {
    width: 100%;
    margin-bottom: 10px;
  }

  .pro-detailright {
    width: 100%;
    padding: 20px;
  }

  .pro-detailtitle h2 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 6px;
  }

  .pro-detailtitle {
    padding-bottom: 10px;
  }

  .pro-detailtop {
    margin-bottom: 20px;
    position: relative;
  }

  .pro-advantage {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pro-advantage dl dd {
    line-height: 24px;
  }

  .pro-advantage p {
    margin-bottom: 6px;
  }


  .pro-contact {
    margin-top: 18px;
  }

  .pro-argu h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 18px;
  }

  .argu-top .argu-header {
    height: 52px;
  }

  .argu-header p {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 20px;
  }

  .argu-header span {
    font-size: 14px;
  }

  .argu-txt {
    font-size: 16px;
    line-height: 40px;
  }

  .warn-txt {
    height: 58px;
    font-size: 20px;
  }

  .pro-recomend h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 25px;
  }

  .pro-recomend {
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .prodetail-next {
    right: 10px;
  }

  .prodetail-prev {
    left: 10px;
  }

}

@media(max-width: 559px) {
  .pro-detailright {
    padding: 10px;
  }

  .pro-detailtitle p {
    font-size: 14px;
    line-height: 20px;
  }

  .pro-argu {
    padding: 8px;
  }

  .pro-argu h3 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 12px;
    margin-top: 5px;
  }

  .argu-top .argu-header {
    height: 52px;
  }

  .argu-header p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 20px;
  }

  .argu-header span {
    font-size: 12px;
    line-height: 14px;
  }

  .argu-txt {
    font-size: 14px;
    line-height: 36px;
  }

  .warn-txt {
    font-size: 16px;
    text-align: center;
  }
}

.wprodetail-btn .button-prev {
  width: 16px;
  height: 28px;
  background: url("../images/prodetail-prev.png") no-repeat center;
}

.wprodetail-btn .button-next {
  width: 16px;
  height: 28px;
  background: url("../images/prodetail-next.png") no-repeat center;
}

.wprodetail-btn {
  display: flex;
  width: 70px;
  justify-content: space-between;
  margin-top: 34px;
}

.wprodetail-btn .button-prev:hover {
  background: url("../images/prodetail-prev-on.png") no-repeat center;
}

.wprodetail-btn .button-next:hover {
  background: url("../images/prodetail-next-on.png") no-repeat center;
}

.prod-rtxtw {
  font-size: 18px;
  padding-top: 50px;
  color: #666666;
  line-height: 35px;
}

.pro-contact {
  margin-top: 120px;
}

.params-box {
  background: #fff;
  padding: 40px 40px 70px;
}

.params-tit h3 {
  font-size: 24px;
}

.params-tit span {
  display: block;
  width: 2px;
  height: 19px;
  background: #d60000;
  margin-right: 20px;
}

.params-tit {
  display: flex;
  align-items: center;
}

.params-table {
  margin-top: 40px;

}

.params-table img {
  width: 100%;
}

.prod-tjtit h4 {
  font-size: 30px;
}

.prod-tjtit {
  text-align: center;
}

.prod-tj {
  margin-top: 60px;
}

.prod-tjbox {
  margin-top: 50px;
}

.prod-tjswiper .swiper-slide a {
  display: block;
  position: relative;
}

/*.prod-tjtxt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10%;
  font-size: 18px;
}*/

.prod-tjtxt {
  font-size: 16px;
  display:block;
  text-align:center;
  padding:20px;
  background:rgba(0,0,0,0.05);
  margin-top:1px;
}

.swiper-slide:hover .prod-tjtxt{
  color: #fff;
  background:#016db6
}


@media(max-width:1700px) {
  .pro-contact {
    margin-top: 100px;
  }
}

@media(max-width:1600px) {
  .pro-contact {
    margin-top: 50px;
  }
}

@media(max-width:1200px) {
  .prod-rtxtw {
    font-size: 16px;
    padding-top: 11px;
    color: #666666;
    line-height: 28px;
  }
}

@media(max-width:991px) {
  .pro-detailtop {
    display: block;
  }
  .params-table{
    overflow-x: auto;
  }
  .params-table table{
    width: 800px;
  }
  .params-box {
    padding: 15px;
  }

  .prod-tjtxt {
    font-size: 16px;
    white-space: nowrap;
  }

  .prod-tjbox {
    margin-top: 20px;
  }

  .prod-tj {
    padding-bottom: 40px;
    margin-top: 30px;
  }

}

.inside-banner {
  position: relative;
}

.about-btxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-btxt h3 {
  color: #fff;
  font-size: 40px;
  text-align:center;
}

.about-btxt h2 {
  color: #fff;
  font-size: 16px;
  margin-top:25px;
  text-align:center;
  
}

.about-btxt h2 a{ color:#fff;}

.about-bvideo {
  display: flex;
  width: 230px;
  background: #fff;
  color: #555555;
  height: 60px;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.about-bvideo img {
  width: 14px;
  height: 16px;
  margin-left: 40px;
}

.about-bvideo {
  margin-top: 40px;
}

.news-m ul li:hover .news-mr h4 {
  color: #016db6;
}

.news-m ul li:hover a .news-mr {
  border: 1px solid #016db6;
}

.about-jj {
  padding: 80px 0 120px;
}

.about-jjbox {
  display: flex;
}

.about-jj {
  background: url("../images/about-bg.jpg") no-repeat top center;
  background-size: cover;
}

.about-jjl {
  width: 50%;
  padding-right: 60px;
}

.about-jjr {
  width: 50%;
}

.about-tit h3 {
  font-size: 46px;
  font-weight:bold;
}


.about-tit span {
  display: block;
  width: 32px;
  height: 2px;
  background: #016db6;
  margin-top: 26px;
}

.about-tit i {
  font-style: normal;
  color: #016db6;
}

.about-jjl span {
  display: block;
  width: 32px;
  height: 2px;
  background: #016db6;
  margin-top: 26px;
}

.about-jjtxt {
  margin-top: 47px;
  line-height: 30px;
  font-size: 16px;
}

.about-jjfirstp {
  margin-bottom: 50px;
}

.about-bg {
  background: #fff !important;
  /*padding-bottom: 90px;*/
}

.about-mjwh {
  padding: 90px 0 120px;
  background:#f9f9f9;
}

.mjwh-box {
  margin-top: 86px;
  display: flex;
  justify-content: space-between;
}

.mjwh-l {
  width: 46%;
  display: flex;
  justify-content: space-between;
  position: relative;

}

.mjwh-r {
  width: 46%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.mjwh-lltxt {
  position: absolute;
  top:30%;
  z-index:999;
  background:rgba(0,0,0,.3);
  padding:30px 40px;
}

.mjwh-ll {
  display: flex;
  align-content: space-between;
  width: 25px;
}

.mjwh-llimg {
  position: absolute;
  bottom: 0;
}

.mjwh-lltxt h5 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 1px 1px 1px #333;
}

.mjwh-lltxt h6 {
  font-size: 20px;
  color:#fff;
  text-shadow: 1px 1px 1px #333;
}

.mhwh-img {
  width: 72%;
  overflow:hidden;
  border-radius:15px;
}

.mhwh-img img {
  width: 100%;
  transition: transform 0.5s ease-in-out;
  
}
.mhwh-img img:hover{
transform: scale(1.1);
}

.honor {
  padding: 60px 0 80px;
  background: url("../images/honor-bg.jpg") no-repeat top center;
  background-size: cover;
}

.equip{ background:#fff;}

.honor-box {
  margin-top: 46px;
}

.honor-swipera .swiper-button-next {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  opacity: 1;
  background: #dadada url("../images/honor-next.png") no-repeat center;
}

.honor-swipera .swiper-button-next:hover {
  background: #016db6 url("../images/honor-next.png") no-repeat center;
}

.honor-swipera .swiper-button-prev {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  opacity: 1;
  background: #dadada url("../images/honor-prev.png") no-repeat center;
}

.honor-swipera .swiper-button-prev:hover {
  background: #016db6 url("../images/honor-prev.png") no-repeat center;
}


.honor-swiperbtn {
  position: relative;
  width: 160px;
  margin: 80px auto 0;
}


.honor-swipera .swiper-slide img {
  width: 100%;
}

.honor-swipera {
  padding-bottom: 30px;
}



.equip-swipera .swiper-button-next {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  opacity: 1;
  background: #dadada url("../images/honor-next.png") no-repeat center;
}

.equip-swipera .swiper-button-next:hover {
  background: #016db6 url("../images/honor-next.png") no-repeat center;
}

.equip-swipera .swiper-button-prev {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  opacity: 1;
  background: #dadada url("../images/honor-prev.png") no-repeat center;
}

.equip-swipera .swiper-button-prev:hover {
  background: #016db6 url("../images/honor-prev.png") no-repeat center;
}


.equip-swipera .swiper-slide img {
  width: 100%;
}

.equip-swipera{
  padding-bottom: 30px;
}



.qyvideoimg img {
  width: 100%;
}


.qyvideoimg {
  position: relative;
}

.qyvideo-icon {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 1px solid #016db6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.qyvideo-icon img {
  width: 20px;
  height: 24px;
}

@media(max-width:1700px) {
  .about-tit h3 {
    font-size: 38px;
  }

  .about-jjfirstp {
    margin-bottom: 30px;
  }

  .about-jjtxt {
    margin-top: 20px;
  }

  .about-jjtxt {
    margin-top: 47px;
    line-height: 36px;
    font-size: 16px;
  }
}

@media(max-width:1600px) {
  .about-jjtxt {
    line-height: 30px;
  }

  .about-jjl {
    padding-right: 30px;
  }
}

@media(max-width:1400px) {
  .about-jjfirstp {
    margin-bottom: 10px;
  }

  .about-jjtxt {
    margin-top: 20px;
    line-height: 28px;
  }

}

@media(max-width:1200px) {
  .about-jjbox {
    display: block;
  }

  .about-jjl {
    width: 100%;
    padding: 0;
  }

  .about-jjr {
    width: 100%;
    margin-top: 40px;
  }

  .about-btxt h3 {
    font-size: 22px;
    white-space: nowrap;
  }

  .about-bvideo {
    margin-top: 15px;
    width: 190px;
  }

  .mjwh-lltxt h5 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .mjwh-lltxt h6 {
    font-size: 16px;
  }

  .mjwh-lltxt {
    top: 30px;
  }

  .mjwh-box {
    margin-top: 40px;
  }
}

@media(max-width:991px) {
  .about-btxt h3 {
    font-size: 18px;
  }

  .mjwh-box {
    display: block;
  }

  .mjwh-l {
    width: 100%;
    margin-bottom: 40px;
  }

  .mjwh-r {
    width: 100%;
  }

  .about-mjwh {
    background-size: cover;
    padding: 40px 0;
  }

  .about-tit h3 {
    font-size: 24px;
  }

  .honor-box {
    margin-top: 30px;
  }

  .honor {
    padding: 40px 0;
  }

  .honor-swiperbtn {
    margin: 40px auto 0;
  }

  .about-bg {
    padding-bottom: 30px;
  }
}

@media(max-width:600px) {
  .about-btxt h3 {
    font-size: 18px;
  }

  .about-bg .news-navul li {
    margin: 0 8px;
  }

  .about-jj {
    padding: 40px 0 40px;
  }
  
  .about-btxt h2{ font-size:12px; margin-top:10px}
  
}

.about {
  overflow: hidden;
}

.layui-layer-imguide {
  display: block !important;
}

.layui-layer-imgbar {
  height: 90px !important;
  line-height: 90px !important;
  display: block !important;
  background: #fff !important;
}

.layui-layer-imgbar a {
  font-size: 16px !important;
  color: #333333 !important;
}

.layui-layer-imgtit em {
  display: none !important;
}

.layui-layer-imgnext {
  width: 60px !important;
  height: 60px !important;
  top: 45% !important;
  background: rgba(0, 0, 0, 0.5) url("../img/equ-next.png") no-repeat center !important;
}

.layui-layer-imgprev {
  width: 60px !important;
  height: 60px !important;
  top: 45% !important;
  background: rgba(0, 0, 0, 0.5) url("../img/equ-prev.png") no-repeat center !important;
}

.layui-layer-setwin .layui-layer-close2 {
  width: 60px !important;
  height: 60px !important;
  right: -45px !important;
  top: -45px !important;
  background: url("../img/layer-circlle.png") no-repeat center !important;
  background-size: cover !important;
}

@media(max-width:991px) {
  .layui-layer-imgbar {
    height: 30px !important;
    line-height: 30px !important;
    display: block !important;
    background: #fff !important;
  }

  .layui-layer-imgnext {
    width: 30px !important;
    height: 30px !important;
  }

  .layui-layer-imgprev {
    width: 30px !important;
    height: 30px !important;
  }

  .layui-layer-setwin .layui-layer-close2 {
    width: 30px !important;
    height: 30px !important;
    right: -25px !important;
    top: -25px !important;
  }
}
#p-banner .swiper-slide img {
  width: 100%;
  display: block;
}

.pc {
  display: block !important;
}

.mo {
  display: none !important;
}

@media(max-width:991px) {
  .pc {
    display: none !important;
  }

  .mo {
    display: block !important;
  }
  .footer-list{ display:none}
}
