@charset 'utf-8';

body {
  background-color: #f6f6f6;
}

header {
  transition: all 0.8s ease-in;
  -moz-transition: all 0.8s ease-in;
  -o-transition: all 0.8s ease-in;
  -ms-transition: all 0.8s ease-in;
  -webkit-transition: all 0.8s ease-in;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 4px 6px 21px 0px rgba(3, 0, 0, 0.15);
}

.more {
  display: block;
  text-align: center;
  border-radius: 17px;
  border: solid 1px #ffffff;
}

.section-title {
  font-family: SourceHanSansSC-Regular;
  font-size: 36px;
  line-height: 45px;
  color: #333333;
}

.section-title span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.698);
}

footer {
  width: 100%;
  background-color: #2b2b2b;
  padding-top: 49px;
}

footer .footer-content {
  padding-bottom: 62px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
}

footer .footer-content dl {
  padding-left: 50px;
  height: 195px;
  min-width: 195px;
  border-right: solid 1px rgba(255, 255, 255, 0.15);
}

footer .footer-content dl:first-child {
  border-left: solid 1px rgba(255, 255, 255, 0.15);
}

footer .footer-content dl dd {
  position: relative;
  margin-bottom: 23px;
}

footer .footer-content dl dd::before {
  content: ' ';
  position: absolute;
  top: 2px;
  left: -20px;
  display: block;
  width: 10px;
  height: 10px;
  border: solid 2px rgba(255, 255, 255, 0.459);
  border-radius: 50%;
}

footer .footer-content dl dd a {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
}

footer .footer-content dl dt {
  margin-bottom: 17px;
}

footer .footer-content dl dt a {
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
}

footer .footer-content dl dt a:hover {
  padding-left: 3px;
  color: #094;
}

footer .footer-content dl.concat-ground {
  position: relative;
  width: 455px;
}

footer .footer-content dl.concat-ground dt a {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 14px;
  color: #989898;
}

footer .footer-content dl.concat-ground .qccode-ground {
  position: absolute;
  top: 0;
  right: 30px;
}

footer .footer-copright {
  text-align: center;
  line-height: 52px;
}

footer .footer-copright a {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
}

footer .footer-copright a.internet-content-provider {
  padding: 0 21px;
}

.navigation {
  line-height: 74px;
}

.navigation .logo {
  margin-left: 29px;
}

.navigation .main_nav {
  margin-right: 5px;
  font-size: 0;
}

.navigation .main_nav .submenu {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 74px;
  padding: 0 27px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 14px;
  color: #333;
}

.navigation .main_nav .submenu:not(:last-child):after {
  content: ' ';
  position: absolute;
  display: inline-block;
  top: 32px;
  right: 0;
  width: 1px;
  height: 9px;
  border-right: 1px rgba(204, 204, 204, 0.431) dashed;
}

.navigation .main_nav .submenu:hover {
  color: #094;
}

.navigation .main_nav .submenu.on {
  color: #094;
}

.navigation .main_nav .submenu.drop {
  position: relative;
  padding-right: 36px;
  background: url(../images/icon/rabottom.png) no-repeat;
  background-position: 90px center;
  color: #333;
}

.navigation .main_nav .submenu.drop .dorpmenu {
  position: absolute;
  bottom: 0;
}

.navigation .main_nav .drop-ground {
  position: relative;
}

.navigation .main_nav .drop-ground .drop-menu {
  display: none;
  position: absolute;
  top: 37px;
  left: -30px;
  box-sizing: border-box;
  width: 170px;
  padding: 0 20px 10px;
  background-color: rgba(95, 95, 95, 0.95);
}

.navigation .main_nav .drop-ground .drop-menu .drop-menu-item {
  display: block;
  text-align: center;
  line-height: 2.5;
  font-family: MicrosoftYaHei-Bold;
  font-size: 14px;
  color: #f0efef;
}

.navigation .main_nav .drop-ground .drop-menu .drop-menu-item:hover {
  color: #094;
}

.navigation .h5-main_nav {
  display: none;
  /* position: relative; */
}

.navigation .h5-main_nav .changlang {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  color: #fff;
}

.navigation .h5-main_nav .hbb {
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background-color: #094;
}

.navigation .h5-main_nav .hbb.close {
  background-color: transparent;
}

.navigation .h5-main_nav .hbb.close::before {
  transform: rotate(45deg);
}

.navigation .h5-main_nav .hbb.close::after {
  transform: rotate(-45deg);
}

.navigation .h5-main_nav .hbb::before {
  content: ' ';
  display: block;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transform: translateY(-10px);
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background-color: #094;
}

.navigation .h5-main_nav .hbb::after {
  content: ' ';
  display: block;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transform: translateY(8px);
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background-color: #094;
}

.h5-nav-list {
/*   transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in; */
  position: absolute;
  display: none;
  z-index: -1;
  width: 100%;
  height: auto;
  min-height: 400px;
  padding-left: 40px;
  padding-top: 20px;
  background-color: #020202;
}

 .h5-nav-list.slideleft {
  display: block;
}

.h5-nav-list .submenu {
  display: block;
  line-height: 40px;
  color: #eee;
  font-size: 18px;
}

.h5-nav-list .drop-ground {
  display: block;
}

.h5-nav-list .drop-ground .drop {
  background: url(../images/icon/top_hui.png) no-repeat 200px center;
}

 .h5-nav-list .drop-ground .drop-menu {
  display: none;
  border-bottom: 1px solid #ccc;
}

.h5-nav-list .drop-ground .drop-menu-item {
  display: block;
  padding-left: 20px;
  line-height: 30px;
  color: #eee;
}
/*start 导航*/
.innav {
  height: 70px;
  background: #094;
}

.innav .innav_ul {
  padding: 17px 0px;
}

.innav .innav_ul li {
  float: left;
  height: 36px;
  line-height: 36px;
  padding: 0px 20px;
  min-width: 50px;
}

.innav .innav_ul li a {
  color: #fff;
}

.innav .innav_ul li.active {
  border-radius: 0 15px;
  background: #ffffff;
}

.innav .innav_ul li.active a {
  color: #094;
}

.innav .navs {
  line-height: 70px;
  color: #fff;
  font-size: 14px;
}

.innav .navs a {
  color: #fff;
}

.innav .pos i {
  background: url(../images/icon/address.png) no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  top: 7px;
}

/*end 导航*/
.index-banner {
  width: 100%;
}

.index-banner .swiper-slide {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 42.70833333%;
}

.index-banner .swiper-slide img {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
}

.index-banner .swiper-slide .banner_content {
  height: 500px;
}

.index-banner .index-pagination {
  bottom: 45px;
}

.index-banner .index-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  margin: 0 12.5px;
}

.index-banner .index-pagination .swiper-pagination-bullet-active {
  position: relative;
  width: 6px;
  height: 6px;
  background-color: #094;
  border: solid 1px #094;
}

.index-banner .index-pagination .swiper-pagination-bullet-active::before {
  content: ' ';
  position: absolute;
  top: -7px;
  left: -7px;
  display: block;
  width: 16px;
  height: 17px;
  border-radius: 50%;
  border: solid 1px #094;
}

.index-section1 {
  text-align: center;
  background-color: #d4e1e7;
  padding: 78px 0 114px;
}

.index-section1 .section1-content {
  position: relative;
}

.index-section1 .product-swiper {
  margin-top: 111px;
  padding: 7px;
}

.index-section1 .product-swiper .swiper-slide {
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  position: relative;
  opacity: 0;
  transform: scale(1.5);
  position: relative;
  width: 300px;
  height: 395px;
  padding: 43px 40px 0;
  background-color: #fff;
  overflow: hidden;
}

.index-section1 .product-swiper .swiper-slide::after {
  content: ' ';
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 30px;
  background-color: #094;
}

.index-section1 .product-swiper .swiper-slide.active {
  transform: scale(1);
  opacity: 1;
}

.index-section1 .product-swiper .swiper-slide:hover {
  box-shadow: 3px 4px 12px 0px rgba(3, 0, 0, 0.18);
  transform: translateY(-10px);
  overflow: inherit;
}

.index-section1 .product-swiper .swiper-slide:hover .index-section1 .product-swiper .swiper-slide::after {
  bottom: 0;
}

.index-section1 .product-swiper .swiper-slide:hover .product-name {
  color: #094;
}

.index-section1 .product-swiper .swiper-slide.hot::before {
  content: 'HOT';
  position: absolute;
  left: -6px;
  top: 322px;
  display: block;
  width: 46px;
  height: 40px;
  line-height: 27px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: url(../images/icon/hotbg.png);
  animation: changcolor 7s infinite;
}

.index-section1 .product-swiper .product-name {
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  font-family: MicrosoftYaHei;
  font-size: 22px;
  line-height: 28px;
  color: #333333;
}

.index-section1 .product-swiper .product-details {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 28px;
  color: #999999;
}

.index-section1 .product-swiper .img-ground {
  position: relative;
  width: 100%;
  height: 280px;
}

.index-section1 .product-swiper .img-ground img {
  transition: .5s;
  position: absolute;
  top: -57px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.index-section1 .product-swiper .swiper-slide:hover .img-ground img {
  transform: scale(1.15);
}

.index-section1 .swiper-button-prev {
  top: 80px;
  left: 40%;
  width: 38px;
  height: 38px;
  background: url(../images/icon/prev.png);
  background-size: contain;
}

.index-section1 .swiper-button-next {
  top: 80px;
  right: 40%;
  width: 38px;
  height: 38px;
  background: url(../images/icon/next.png);
  background-size: contain;
}

.index-section1 .swiper-pagination {
  top: 67px;
  left: 0;
  right: 0;
  z-index: 1;
}

.index-section1 .swiper-pagination .swiper-pagination-bullet {
  margin-left: 16px;
}

.index-section2 {
  transition: all 0.8s ease-in;
  -moz-transition: all 0.8s ease-in;
  -o-transition: all 0.8s ease-in;
  -ms-transition: all 0.8s ease-in;
  -webkit-transition: all 0.8s ease-in;
  width: 100%;
  height: 760px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.index-section2 .tit {
  padding-top: 212px;
  width: 204px;
  font-family: Calibri-Bold;
  font-size: 68px;
  line-height: 58px;
  color: #ffffff;
}

.index-section2 .complayname {
  margin-top: 55px;
}

.index-section2 .complayname:hover a {
  padding-left: 5px;
  color: #094;
}

.index-section2 .complayname:hover .play {
  margin-left: 17px;
  transform: scale(1.1);
}

.index-section2 .complayname a {
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  display: inline-block;
  vertical-align: middle;
  font-family: MicrosoftYaHei;
  font-size: 24px;
  line-height: 27px;
  color: #fff;
}

.index-section2 .complayname .play {
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  display: inline-block;
  vertical-align: middle;
  margin-left: 22px;
  width: 29px;
  height: 30px;
  background: url(../images/icon/play.png);
}

.index-section2 .complaydetails {
  margin-top: 45px;
  max-width: 570px;
  font-family: MicrosoftYaHei;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #fff;
}

.index-section3 {
  width: 100%;
  text-align: center;
  padding: 85px 0 113px;
  overflow: hidden;
}

.index-section3 .content {
  margin-top: 82px;
  text-align: left;
}

.index-section3 .content .content-left {
  width: 589px;
}

.index-section3 .content .content-left .item-tit-ground {
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transform: translateX(250px);
  opacity: 0;
  margin-bottom: 45px;
}

.index-section3 .content .content-left .item-tit-ground.active {
  transform: translateX(0);
  opacity: 1;
}

.index-section3 .content .content-left .item-tit-ground .item-tit-ground-tit {
  display: inline-block;
  vertical-align: bottom;
  font-family: MicrosoftYaHei;
  font-size: 24px;
  color: #333333;
}

.index-section3 .content .content-left .item-tit-ground .item-tit-ground-details {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 53px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  letter-spacing: 8px;
  color: rgba(51, 51, 51, 0.801);
}

.index-section3 .content .content-left .news-content-ground {
  transition: all 0.8s ease-in;
  -moz-transition: all 0.8s ease-in;
  -o-transition: all 0.8s ease-in;
  -ms-transition: all 0.8s ease-in;
  -webkit-transition: all 0.8s ease-in;
  transform: translateX(-100px);
  opacity: 0;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 22px;
  border-bottom: 1px solid #c7c7c7;
}

.index-section3 .content .content-left .news-content-ground.active {
  transform: translateX(0);
  opacity: 1;
}

.index-section3 .content .content-left .news-content-ground:hover {
  /* box-shadow: inset -4px -6px 10px rgba(145, 206, 255, 0.5); */
}

.index-section3 .content .content-left .news-content-ground:hover .news-tit {
  color: #094;
}

.index-section3 .content .content-left .news-content-ground .news-time {
  font-family: MicrosoftYaHei;
  font-size: 13px;
  line-height: 27px;
  letter-spacing: 3px;
  color: rgba(51, 51, 51, 0.5);
}

.index-section3 .content .content-left .news-content-ground .news-tit {
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  font-family: SourceHanSansSC-Regular;
  font-size: 21px;
  color: #333333;
}

.index-section3 .content .content-left .news-content-ground .news-details {
  font-family: MicrosoftYaHei;
  font-size: 13px;
  margin-top: 20px;
  letter-spacing: 1px;
  color: #333333;
}

.index-section3 .content .content-right {
  width: 557px;
}

.index-section3 .content .content-right .item-tit-ground {
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transform: translateX(250px);
  opacity: 0;
  margin-bottom: 45px;
  width: 100%;
}

.index-section3 .content .content-right .item-tit-ground.active {
  transform: translateX(0);
  opacity: 1;
}

.index-section3 .content .content-right .item-tit-ground .item-tit-ground-tit {
  display: inline-block;
  vertical-align: bottom;
  font-family: MicrosoftYaHei;
  font-size: 24px;
  color: #333333;
}

.index-section3 .content .content-right .item-tit-ground .item-tit-ground-details {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 17px;
  font-family: MicrosoftNewTaiLue;
  font-size: 13px;
  color: rgba(51, 51, 51, 0.602);
}

.index-section3 .content .content-right .news-content-ground {
  position: relative;
  width: 100%;
  border-bottom: 2px solid rgba(204, 204, 204, 0.603);
}

.index-section3 .content .content-right .news-content-ground:hover img {
  transform: scale(1.1);
}

.index-section3 .content .content-right .news-content-ground:hover .news-tit {
  color: #094;
}

.index-section3 .content .content-right .news-content-ground::before {
  content: 'HOT';
  position: absolute;
  top: 21px;
  left: -6px;
  z-index: 99;
  text-align: center;
  width: 60px;
  height: 39px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  background: url(../images/icon/hotbg2.png);
}

.index-section3 .content .content-right .news-content-ground .news-content-img {
  margin: 0;
  width: 100%;
  height: 272px;
  overflow: hidden;
}

.index-section3 .content .content-right .news-content-ground .news-content-img img {
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  max-width: 100%;
  max-height: 100%;
}

.index-section3 .content .content-right .news-content-ground .news-content-text {
  height: 85px;
  line-height: 85px;
}

.index-section3 .content .content-right .news-content-ground .news-content-text .news-tit {
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  position: relative;
  padding-left: 29px;
  font-family: SourceHanSansSC-Medium;
  font-size: 16px;
  color: #333333;
  width: 100%;
}

.index-section3 .content .content-right .news-content-ground .news-content-text .news-tit:hover {
  color: #094;
}

.index-section3 .content .content-right .news-content-ground .news-content-text .news-tit::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 32.5px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon/play2.png);
}

.index-section3 .content .content-right .news-content-ground .news-content-text .news-time {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #333333;
}

/*start service*/
.faq,
.service,
.concat,
.news,
.news-detalis,
.about,
.product {
  padding-bottom: 81px;
}

.faq .content,
.service .content {
  padding-bottom: 55px;
}

.faq .content .title,
.service .content .title {
  text-align: center;
  font-size: 36px;
  color: #443f3f;
  padding: 50px 0px 0px;
}

.faq .content .xia {
  background: url(../images/icon/xia.png) no-repeat;
  width: 17px;
  height: 9px;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}

.faq .content_p {
  line-height: 24px;
  font-size: 18px;
  padding: 30px 20px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  color: #666666;
}

.faq .content_p:hover {
  color: #094;
}

.faq .content_p.active+.faq_deta {
  display: block;
}

.faq .faq_deta {
  padding: 25px 28px;
  background: #f5f5f5;
}
.faq .content .xiazai {
    background: url(../images/icon/down.png) no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;

}

.faq .faq_deta {
  display: none;
}

.faq_deta p {
  font-size: 16px;
  line-height: 24px;
  color: #888888;
  word-wrap: break-word;
}

.faq .faq_deta .faq_deta_p {
  font-size: 16px;
  line-height: 24px;
  color: #888888;
  word-wrap: break-word;
}

.service .content .title {
  padding-bottom: 40px;
}

.service .img-ground {
  width: 600px;
  height: 0;
  padding-bottom: 30.64516129%;
}

.service .img-ground img {
  width: 100%;
}

.service .text-ground {
  padding-top: 54px;
  width: 50%;
  height: 380px;
}

.service .text-ground .narrate {
  margin-bottom: 38px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #666666;
}

.service .text-ground ul {
  font-size: 0;
}

.service .text-ground li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 25%;
  height: 102px;
  padding-top: 86px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #888888;
}

.service .text-ground li:nth-child(1) {
  background: url(../images/icon/floaticon-04.png) center 2px no-repeat;
}

.service .text-ground li:nth-child(2) {
  background: url(../images/icon/floaticon-05.png) center 2px no-repeat;
}

.service .text-ground li:nth-child(3) {
  background: url(../images/icon/floaticon-06.png) center 2px no-repeat;
}

.service .text-ground li:nth-child(4) {
  background: url(../images/icon/floaticon-07.png) center 2px no-repeat;
}

.service .text-ground .but {
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  display: block;
  text-align: center;
  margin: 50px auto 0;
  width: 150px;
  height: 46px;
  border-radius: 23px;
  border: solid 1px #094;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  line-height: 46px;
  color: #094;
}

.service .text-ground .but:hover {
  background-color: #094;
  color: #fff;
}

/*end service*/
.concat .content {
  margin-top: 50px;
}

.concat .content h3.tit {
  margin-bottom: 44px;
  display: inline-block;
  padding-bottom: 12px;
  font-family: MicrosoftYaHei;
  font-size: 30px;
  color: #333333;
  border-bottom: 2px solid #094;
}

.concat .content ul {
  margin-bottom: 51px;
}

.concat .content li {
  padding-left: 25px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 31px;
  color: #333333;
  background-position-y: 9px !important;
}

.concat .content li a {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #666666;
}

.concat .concat-ground {
  width: 698px;
  padding-left: 51px;
}

.concat .concat-ground li:nth-child(1) {
  background: url(../images/icon/address_7.png) 2px center no-repeat;
}

.concat .concat-ground li:nth-child(2) {
  background: url(../images/icon/phone.png) 2px center no-repeat;
}

.concat .concat-ground li:nth-child(3) {
  background: url(../images/icon/facsimile.png) 2px center no-repeat;
}

.concat .concat-ground li:nth-child(4) {
  background: url(../images/icon/hot_phone.png) 2px center no-repeat;
}
.concat .concat-ground li:nth-child(5) {
  background: url(../images/icon/yutube.png) 2px center no-repeat;
}

.concat .online-ground li:nth-child(1) {
  background: url(../images/icon/qq.png) 2px center no-repeat;
}

.concat .online-ground li:nth-child(2) {
  background: url(../images/icon/email.png) 2px center no-repeat;
}

.concat .online-ground li:nth-child(3) {
  background: url(../images/icon/wx.png) 2px center no-repeat;
}
.concat .online-ground li:nth-child(4) {
  background: url(../images/icon/skype.png) 2px center no-repeat;
}

.concat .online-ground figure {
  margin: 0;
  width: 202px;
  height: 202px;
}

.concat .online-ground figure img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.concat .online-ground figure p {
  text-align: center;
  margin: 20px auto 0;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}

.concat .map {
  padding-top: 10px;
}

.concat .map img {
  width: 100%;
  height: 100%;
}

.news .content {
  padding: 0 20px;
  margin-bottom: 76px;
}

.news li {
  transition: .5s;
  padding-top: 40px;
  padding-bottom: 12px;
}

.news li:hover .new-content .new-item-tit {
  color: #094;
}

.news li .new-img {
  margin-left: 40px;
  margin-right: 34px;
  width: 294px;
  width: 260px;
  height: 190px;
  height: 0;
  padding-bottom: 15.83333333%;
}

.news li .new-img img {
  width: 100%;
}

.news li .new-content {
  width: 816px;
  font-family: MicrosoftYaHei;
}

.news li .new-content .new-item-tit {
  margin-bottom: 14px;
  font-size: 18px;
  color: #333333;
}

.news li .new-content .new-item-time {
  margin-bottom: 16px;
  font-size: 14px;
  color: #888888;
}

.news li .new-content .new-item-text {
  margin-bottom: 20px;
  height: 60px;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.news li .new-content .but {
  display: block;
  vertical-align: middle;
  text-align: center;
  width: 145px;
  height: 38px;
  background-color: #ffffff;
  border-radius: 19px;
  border: solid 1px #094;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 38px;
  color: #094;
}

.news li .new-content .but:hover {
  background-color: #094;
  box-shadow: 0px 0px 8px 0px rgba(0, 160, 233, 0.75);
  border-radius: 19px;
  color: #ffffff;
}

.news li .new-content .but:hover .icon {
  background-position: -13px 0;
}

.news li .new-content .but .icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
  width: 13px;
  height: 15px;
  background-image: url(../images/icon/news.png);
}

.news-detalis .content {
  padding: 0 20px 100px;
}

.news-detalis .article-tit-ground {
  text-align: center;
  padding-top: 55px;
  margin-bottom: 38px;
  font-family: MicrosoftYaHei;
  border-bottom: 1px solid #eee;
}

.news-detalis .article-tit-ground .article-tit {
  padding-bottom: 15px;
  font-size: 32px;
  color: #464646;
}

.news-detalis .article-tit-ground .article-time {
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 28px;
  color: #888888;
}

.news-detalis .article-content p {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 30px;
  color: #555555;
}

.news-detalis .article-content p .lit-tit {
  font-weight: bold;
}

.news-detalis .article-content .article-img {
  text-align: center;
}

.news-detalis .article-content img {
  margin: auto;
  max-width: 100%;
}

.news-detalis .cutarticle-ground a {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666666;
}

.news-detalis .cutarticle-ground a:hover {
  color: #094;
}

.news-detalis .cutarticle-ground a:hover span {
  color: #666666;
}

.about {
  /*关于我们页面的板块标题*/
}

.about .section-tit-ground {
  text-align: center;
  margin-bottom: 29px;
  font-family: MicrosoftYaHeiLight;
}

.about .section-tit-ground .en {
  position: relative;
  margin-bottom: 15px;
  font-weight: lighter;
  font-size: 40px;
  color: #3f3f3f;
}

.about .section-tit-ground .en::after {
  content: ' ';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  display: block;
  width: 25px;
  height: 3px;
  background-color: #094;
}

.about .section-tit-ground .ch {
  font-weight: lighter;
  font-size: 24px;
  color: #333333;
}

.about .about-section1 {
  margin: 44px auto 84px;
}

.about .about-section1 .section1-content {
  margin-top: 40px;
}

.about .about-section1 .section1-content .img-ground {
  position: relative;
  width: 484px;
  height: 0;
  padding-bottom: 35.24193548%;
}

.about .about-section1 .section1-content .img-ground img {
  width: 100%;
}

.about .about-section1 .section1-content .img-ground .tips {
  position: absolute;
  bottom: -24px;
  right: -41px;
  width: 189px;
  height: 224px;
  padding: 25px 20px 0;
  background-color: #094;
  border-radius: 0px 30px 0px 30px;
  font-family: SourceHanSansCN-Bold;
  color: #ffffff;
}

.about .about-section1 .section1-content .img-ground .tips .tips-tit {
  margin-bottom: 10px;
  padding-bottom: 18px;
  font-size: 33px;
  border-bottom: 1px solid #fff;
}

.about .about-section1 .section1-content .img-ground .tips .tips-text {
  font-size: 16px;
  line-height: 24px;
}

.about .about-section1 .section1-content .content-ground {
  margin-left: 100px;
  width: 614px;
}

.about .about-section1 .section1-content .content-ground .tips {
  font-family: SourceHanSansCN-Heavy;
  font-size: 90px;
  color: #eeeeee;
}

.about .about-section1 .section1-content .content-ground .ch {
  font-family: MicrosoftYaHei;
  font-size: 30px;
  line-height: 28px;
  color: #444444;
}

.about .about-section1 .section1-content .content-ground .en {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 24px;
  color: #888888;
}

.about .about-section1 .section1-content .content-ground .content-text {
  margin-top: 17px;
  padding-top: 22px;
  border-top: 2px solid #094;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 24px;
  color: #777777;
    height: 400px;
  overflow: auto;
}

.about .swiper-button-prev {
  top: 285px;
  background: url(../images/icon/prev_68.png) no-repeat center center;
}

.about .swiper-button-next {
  top: 285px;
  background: url(../images/icon/next_99.png) no-repeat center center;
}

.about .swiper-slide img {
  width: 100%;
}

.wribg {
  width: 100%;
  padding: 40px 0 60px;
  background-color: #f6f6f6;
}

.about .about-section2 {
  position: relative;
  /* margin-bottom: 80px; */
}

.about .about-section3 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 120px;
}
 .index-section2 .section2-content{
                display: flex;
                justify-content: space-between;
                 -webkit-box-align: center;
                -webkit-align-items: center;
                -moz-align-items: center;
                -ms-align-items: center;
                -o-align-items: center;
                align-items: center;
                flex-wrap: wrap;
            }
            .index-section2 .section2-content .txt,.index-section2 .section2-content .section2-right{
                 width: 48%;
            }
            .index-section2 .section2-content .section2-right iframe{
                width: 100%;
                height: 440px;
            }
            .index-section2 .section2-content .section2-right{
                padding-top: 200px;
            }
.about .about-section2 .section2-swiper,
.about .about-section3 .section2-swiper,
.about .about-section2 .section3-swiper,
.about .about-section3 .section3-swiper {
  margin-top: 25px;
  width: 92%;
  margin: auto;
  padding: 10px 0;
}

.about .about-section2 .section2-swiper .swiper-slide,
.about .about-section3 .section2-swiper .swiper-slide,
.about .about-section2 .section3-swiper .swiper-slide,
.about .about-section3 .section3-swiper .swiper-slide {
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}

.about .about-section2 .section2-swiper .swiper-slide:hover,
.about .about-section3 .section2-swiper .swiper-slide:hover,
.about .about-section2 .section3-swiper .swiper-slide:hover,
.about .about-section3 .section3-swiper .swiper-slide:hover {
  box-shadow: 1px 1px 10px #838383;
}

.product-innav {
  margin-bottom: 35px;
  height: 50px;
  background-color: #ffffff;
  line-height: 50px;
}

.product-navs .pos {
  position: relative;
}

.product-navs .pos::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: -22px;
  display: inline-block;
  width: 14px;
  height: 20px;
  background: url(../images/icon/address_17.png);
}

.product-navs .loca {
  color: #094;
}

.search-ground {
  margin: 9px 0;
  display: block;
  text-align: center;
  width: 220px;
  height: 32px;
  line-height: 32px;
  background: url(../images/icon/search.png) no-repeat 10px center;
  border-radius: 16px;
  border: solid 1px #dddddd;
}

.search-ground input[type='text']::placeholder {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #999999;
}

.product .screen {
  margin-bottom: 42px;
  min-height: 137px;
  padding: 28px 34px;
  background-color: #ffffff;
  box-shadow: 2px 4px 15px rgba(3, 0, 0, 0.15);
  border-radius: 6px;
  position: relative;
}
.product .screen .dt{
  position: absolute;
  top: 20%;
}
.product .screen .screen-item {
  margin-bottom: 15px;

}
.product .screen .screen-item1{
    margin-left: 5%;
}

.product .screen .screen-item dt,
.product .screen .screen-item dd {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: 10px;
}

.product .screen .screen-item dt a,
.product .screen .screen-item dd a {
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  display: block;
  text-align: center;
  height: 32px;
  padding: 0 20px;
  border-radius: 16px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 32px;
  color: #3e3e3e;
}

.product .screen .screen-item dt a.on,
.product .screen .screen-item dd a.on {
  background-color: #094;
  color: #fff;
}

.product .screen .screen-item dt:hover a,
.product .screen .screen-item dd:hover a {
  background-color: #094;
  color: #fff;
}

.product .content_ul {
  font-size: 45px;
  margin-bottom: 60px;
}

.product .content_ul li {
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 14px;
  width: 300px;
  height: 395px;
  padding-top: 44px;
  background-color: #fff;
}

.product .content_ul li:hover {
  box-shadow: 3px 4px 12px 0px rgba(3, 0, 0, 0.18);
}

.product .content_ul li:hover figure img {
  transform: scale(1.1);
}

.product .content_ul li:hover .product-name {
  color: #094;
}

.product .content_ul li figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 85%;
  overflow: hidden;
}

.product .content_ul li figure img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: .5s;
  transform: scale(1);
  max-width: 95%;
}

.product .content_ul li .content-ground {
  margin: 25px;
  text-align: center;
}

.product .content_ul li .content-ground .product-name {
  font-family: MicrosoftYaHei;
  font-size: 22px;
  line-height: 35px;
  color: #333333;
}

.product .content_ul li .content-ground .product-intro {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 28px;
  color: #999999;
}

.product-details .content {
  margin-top: 34px;
  margin-bottom: 89px;
}

.product-details .picturelist {
  margin-right: 30px;
  width: 100px;
  height: 405px;
}

.product-details .picturelist a {
  display: block;
  margin-bottom: 13px;
  height: 70px;
}

.product-details .picturelist a.on {
  padding: 1px;
  border: 1px solid #009fe950;
}

.product-details .picturelist a img {
  width: 100%;
  max-height: 70px;
}

.product-details .showpicture {
  width: 450px;
  height: 400px;
}

.product-details .showpicture img {
  width: 100%;
  height: 100%;
}

.product-details .product-ms {
  width: 600px;
}

.product-details .product-ms .product-tit-ground {
  margin-bottom: 32px;
  font-family: MicrosoftYaHei;
}

.product-details .product-ms .product-tit-ground .product-name {
  font-size: 28px;
  line-height: 45px;
  color: #333333;
}

.product-details .product-ms .product-tit-ground .product-intro {
  font-size: 14px;
  line-height: 24px;
  color: #757575;
}

.product-details .product-ms .product-specification-ground {
  margin-bottom: 75px;
}

.product-details .product-ms .product-specification-ground .specification {
  padding-left: 19px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 32px;
  color: #757575;
}

.product-details .product-ms .product-specification-ground .specification:nth-child(2n-1) {
  background-color: #ededed;
}

.product-details .product-ms .concat-ground .but {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 140px;
  height: 45px;
  background-color: #094;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 43px;
  color: #fefefe;
  border-bottom: 5px solid #127fb1;
}

.product-details .product-ms .concat-ground .phone {
  animation: shake 2s infinite linear;
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  height: 46px;
  padding-left: 61px;
  background: url(../images/icon/phone_47.png) no-repeat left center;
}

.product-details .product-ms .concat-ground .phone .text {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 24px;
  color: #626262;
}

.product-details .product-ms .concat-ground .phone .phone-number {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  line-height: 24px;
  color: #094;
}

.product-details .tarbar {
  position: relative;
  background-color: #eff6fd;
  border: solid 1px #a7d0e3;
  line-height: 64px;
}
article.cs table tr td{
  border: 1px solid #cecece;
  line-height: 2;
  padding-left: 10px ;

}

.product-details .tarbar::before {
  content: ' ';
  position: absolute;
  top: 17px;
  left: 24px;
  display: block;
  width: 3px;
  height: 30px;
  background-color: #094;
}

.product-details .tarbar a {
  display: inline-block;
  vertical-align: middle;
  padding-left: 45px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
}

.product-details .tarbar a.on {
  color: #094;
}

.product-details .tarbar a:hover {
  color: #094;
}

.product-details article {
  margin-bottom: 60px;
}

.product-details article img {
  width: 100%;
}

@media screen and (max-width: 1240px) {
  .wide {
    width: 100%;
    padding: 0 10px;
  }

  header {
    width: 100%;
  }

  header .navigation {
    line-height: 60px;
  }

  header .navigation .main_nav .submenu {
    line-height: 60px;
    padding: 0 20px;
  }

  .index-section3 .content .content-left {
    width: 47.5%;
  }

  .index-section3 .content .content-right {
    width: 44.91935484%;
  }

  footer .footer-content {
    padding-bottom: 20px;
  }

  footer .footer-content dl {
    min-width: 25%;
  }

  footer .footer-content dl.concat-ground {
    margin-top: 20px;
    width: 100%;
    height: auto;
    border: none;
  }

  footer .footer-content dl.concat-ground .qccode-ground {
    top: inherit;
    bottom: 20px;
  }

  footer .footer-content dl {
    height: 155px;
  }

  footer .footer-content dl dd,
  footer .footer-content dl dt {
    margin-bottom: 8px;
  }

  .concat .concat-ground {
    width: 56.29032258%;
  }

  .news li .new-content {
    width: 58.33333333%;
  }

  .product .content_ul li {
    width: 24%;
  }

  .product-details .product-ms {
    width: 40.32258065%;
  }

  .service .img-ground {
    width: 48.38709677%;
  }

  .service .text-ground {
    width: 48.38709677%;
  }

  .about .about-section1 .section1-content .content-ground {
    float: right;
    width: 56.4516129%;
    margin-left: 0;
  }

  .about .about-section1 .section1-content .img-ground {
    width: 39.03225806%;
  }

  .about .about-section1 .section1-content .content-ground .tips {
    font-size: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .navigation .logo img {
    width: 140px;
  }

  .index-section1 {
    padding: 20px 0px;
  }

  .index-section1 .product-swiper .swiper-slide.hot::before {
    top: -10px;
  }

  .index-section1 .product-swiper {
    margin-top: 60px;
  }

  .index-section1 .product-swiper .swiper-slide {
    height: auto;
    padding: 20px 0 0;
  }

  .index-section1 .product-swiper .img-ground {
    height: 0;
    padding-bottom: 80%;
  }

  .index-section3 {
    padding: 20px 0;
  }

  .index-section3 .content {
    margin-top: 40px;
  }

  .index-section3 .content .content-right {
    width: 50%;
  }

  .product .content_ul li {
    width: 32%;
  }

  .product-details .thumbnail {
    float: none;
    margin-bottom: 10px;
  }

  .product-details .thumbnail .showpicture {
    float: left;
  }

  .product-details .product-ms {
    float: none;
    width: 100%;
  }

  .product-details .product-ms .product-specification-ground {
    margin-bottom: 10px;
  }

  .service {
    padding-bottom: 0;
  }

  .service .content {
    padding-bottom: 20px;
  }

  .service .text-ground {
    padding-top: 0;
    height: auto;
  }

  .about .about-section1 .section1-content .img-ground .tips {
    bottom: -21px;
    right: -26px;
    width: 153px;
    height: 186px;
    padding: 10px 10px;
  }

  .about .about-section1 .section1-content .img-ground .tips .tips-tit {
    padding-bottom: 10px;
    font-size: 32px;
  }

  .about .about-section1 .section1-content .img-ground .tips .tips-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 930px) {
  .navigation .main_nav {
    display: none;
  }

  .navigation .h5-main_nav {
    display: block;
  }

  .index-banner .index-pagination {
    bottom: 20px;
  }

  .index-section3 .content .content-left .item-tit-ground {
    margin-bottom: 12px;
  }

  .index-section3 .content .content-left .item-tit-ground .item-tit-ground-details {
    margin-left: 8px;
    letter-spacing: 1px;
  }

  .index-section3 .content .content-left .news-content-ground {
    margin-bottom: 0;
  }

  .index-section3 .content .content-left .news-content-ground .news-details {
    margin-top: 5px;
  }

  .index-section3 .content .content-right .item-tit-ground {
    margin-bottom: 12px;
  }

  .index-section3 .content .content-right .news-content-ground .news-content-img {
    height: auto;
  }

  .index-section3 .content .content-right .news-content-ground .news-content-text {
    line-height: 15px;
  }

  .index-section3 .content .content-right .news-content-ground .news-content-text .news-tit {
    display: block;
    line-height: 35px;
  }

  .index-section3 .content .content-right .news-content-ground .news-content-text .news-tit::before {
    top: 8px;
  }

  .index-section3 .content .content-right .news-content-ground .news-content-text .news-tit,
  .index-section3 .content .content-right .news-content-ground .news-content-text .news-time {
    float: none;
  }

  .concat .concat-ground {
    float: none;
    width: 100%;
  }

  .online-ground {
    float: none;
    padding-left: 51px;
  }

  .news li {
    padding-top: 15px;
  }

  .news li .new-content {
    padding: 8px 0;
  }

  .news li .new-content .new-item-tit {
    margin-bottom: 3px;
  }

  .news li .new-content .new-item-time {
    margin-bottom: 3px;
  }

  .news li .new-img {
    margin-left: 0;
    margin-right: 10px;
  }

  .product .content_ul li .content-ground {
    margin: 30px auto;
  }

  .product-innav {
    margin-bottom: 10px;
    padding: 0 20px;
  }

  .product .screen {
    margin-bottom: 10px;
    height: auto;
    padding-bottom: 10px;
  }

  .service .text-ground li {
    padding-top: 18.22580645%;
    height: 20px;
    background-size: 60% !important;
  }

  .about .about-section1 .section1-content .content-ground {
    position: relative;
  }

  .about .about-section1 .section1-content .content-ground .tips {
    position: absolute;
    top: 10px;
    left: 80px;
    z-index: -1;
    color: #fff;
    text-shadow: 1px 1px 15px #b1b1b1;
  }
}

@media screen and (max-width: 768px) {
  .go-top,.aside_nav{
    display: none;
  }
  .navigation .logo {
    margin-left: 0;
  }

  .section-title {
    font-size: 24px;
  }
.index-section2 .section2-content{
    text-align: center;
  }
  .index-section2 .section2-content .txt,.index-section2 .section2-content .section2-right{
    width: 100%;
}
.index-section2 .section2-content .section2-right iframe{
  width: 80%;
  height: 300px;
}
.index-section2 .section2-content .section2-right{
  padding-top: 2%;
}
  .index-section1 .product-swiper {
    margin-top: 5px;
  }

  .index-section1 .swiper-pagination {
    display: none;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .index-section1 .product-swiper .product-name {
    font-size: 18px;
  }

  .index-section1 .product-swiper .product-details {
    font-size: 12px;
  }

  .index-section2 {
    height: auto;
    padding: 30px 0;
  }

  .index-section2 .tit {
    padding-top: 20px;
  }

  .index-section3 .content .content-left .item-tit-ground{
    transform: translateX(0);
    opacity: 1;
  }
  .index-section3 .content .content-left .news-content-ground.active,.index-section3 .content .content-left .news-content-ground{
    transform: translateX(0);
    opacity: 1;
  }
   footer .footer-copright{
    line-height: 1.5;
   }
    footer .footer-copright a{
      display: inline-block;
    }
  .concat .content {
    margin-top: 10px;
  }

  .concat .content .concat-ground {
    padding-left: 20px;
  }

  .concat .content .online-ground {
    padding-left: 20px;
  }

  .concat .content h3.tit,
  .concat .content ul {
    margin-bottom: 10px;
  }

  .innav {
    height: 50px;
  }

  .innav .innav_ul {
    padding: 13px 0;
  }

  .innav .innav_ul li {
    height: 25px;
    line-height: 25px;
    padding: 0 8px;
  }

  .innav .navs {
    line-height: 50px;
  }

  .product .screen .screen-item dt,
  .product .screen .screen-item dd {
    margin-right: 0;
  }

  .product .screen .screen-item dt a,
  .product .screen .screen-item dd a {
    padding: 0 5px;
  }

  .product .screen .screen-item dt a.on,
  .product .screen .screen-item dd a.on {
    background-color: transparent;
    color: #2b2b2b;
  }

  .product-details .tarbar {
    line-height: 40px;
  }

  .product-details .tarbar::before {
    top: 6px;
  }

  .faq .content_p {
    padding: 10px;
  }

  .faq .content .title,
  .service .content .title {
    padding-top: 15px;
    font-size: 24px;
  }

  .service .text-ground .narrate {
    margin-bottom: 5px;
  }

  .service .text-ground li {
    padding-top: 18.22580645%;
  }

  .service .text-ground .but {
    width: 110px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }

  .about {
    padding-bottom: 5px;
  }

  .about .about-section1,
  .about .about-section2,
  .about .about-section3 {
    margin-top: 5px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    box-shadow: 0px 9px 10px #ccc;
  }

  .about .about-section1 .section1-content .img-ground {
    float: none;
    width: 100%;
    padding-bottom: 90.24064171%;
  }

  .about .about-section1 .section1-content .content-ground {
    float: none;
    width: 100%;
    padding-bottom: 15px;
  }

  .about .about-section1 .section1-content .img-ground .tips {
    right: 0;
  }

  .about .about-section1 .section1-content {
    margin-top: 0;
  }
}

@media screen and (max-width: 690px) {
  .news .content {
    padding: 0 10px;
  }

  .news .new-item {
    box-shadow: 1px 1px 5px #ccc;
    padding: 5px 10px;
    margin-bottom: 15px;
  }

  .news .new-item .new-img {
    float: none;
    width: 100%;
    padding-bottom: 73.07692308%;
  }

  .news .new-item .new-content {
    width: 100%;
  }

  .product .content_ul li {
    width: 48%;
    height: auto;
    padding-top: 0;
    box-shadow: 1px 1px 5px #ccc;
  }

  .product .content_ul li .content-ground {
    margin: 0;
  }

  .product .screen .screen-item dt {
    width: 100%;
    line-height: 30px;
    font-size: 20px;
    background: url(../images/icon/xia.png) right center no-repeat;
  }

  .product .screen .screen-item dd {
    display: none;
  }

  .product .screen .screen-item dd a {
    text-align: left;
    padding-left: 20px;
  }

  .service .text-ground .but {
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .index-section2 .tit {
    width: auto;
    font-size: 40px;
  }

  .index-section2 .complayname {
    margin-top: 10px;
  }

  .index-section3 .content {
    margin-top: 20px;
  }

  .index-section3 .content .content-left,
  .index-section3 .content .content-right {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  footer {
    padding-top: 10px;
  }

  footer .footer-content {
    padding-top: 10px;
    padding-bottom: 0;
  }

  footer .footer-content dl {
    float: none;
    margin-bottom: 10px;
    height: auto;
    padding-bottom: 2px;
    border-left: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.116);
  }

  footer .footer-content dl dt {
    display: none;
  }

  footer .footer-content dl.concat-ground .qccode-ground {
    display: none;
  }

  .innav .navs {
    display: none;
  }

  .concat .content h3.tit {
    padding-bottom: 5px;
    font-size: 24px;
  }

  .news-detalis .article-tit-ground {
    padding-top: 10px;
    margin-bottom: 10px;
  }

  .news-detalis .article-tit-ground .article-tit {
    font-size: 24px;
  }

  .news-detalis .cutarticle-ground .prev,
  .news-detalis .cutarticle-ground .next {
    float: none;
    margin-bottom: 5px;
  }

  .search-ground {
    transform: translateX(20px);
    width: 90px;
    background-position: 5px center;
  }

  .search-ground input[type='text'] {
    width: 80px;
    margin-left: 25px;
  }

  .search-ground input[type='text']::placeholder {
    font-size: 12px;
  }

  .product-details .thumbnail .showpicture {
    float: none;
    margin: auto;
    width: 100%;
    height: auto;
  }

  .product-details .thumbnail .picturelist {
    float: none;
    margin: auto;
    text-align: center;
    width: 100%;
    height: auto;
  }

  .product-details .thumbnail .picturelist a {
    display: inline-block;
  }

  .product-details .thumbnail .showpicture {
    width: 100%;
    height: 0;
    padding-bottom: 88.88888889%;
  }

  .product-details .thumbnail .showpicture img {
    height: auto;
  }

  .product-details .thumbnail .picturelist {
    margin-top: 10px;
    font-size: 0;
  }

  .product-details .thumbnail .picturelist a {
    width: 20%;
    height: 0;
    padding-bottom: 10.9375%;
  }

  .product-details .content {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .faq .content .title,
  .service .content .title {
    padding: 15px 0 10px;
  }

  .service .img-ground {
    float: none;
    width: 100%;
    padding-bottom: 63.22580645%;
  }

  .service .text-ground {
    float: none;
    width: 100%;
    padding: 20px 10px;
  }

  .service .text-ground .narrate {
    margin-bottom: 20px;
  }

  .service .text-ground .but {
    margin-top: 45px;
  }

  .about .section-tit-ground {
    margin-bottom: 10px;
  }

  .about .section-tit-ground .en {
    font-size: 28px;
  }
}

@media screen and (max-width: 468px) {
  .index-banner .index-pagination {
    bottom: 10px;
  }
    .index-section2 .section2-content .section2-right iframe{
    width: 80%;
    height: 200px;
}

  .news {
    padding-bottom: 20px;
  }

  .news .content {
    margin-bottom: 10px;
  }

  .prev-view a {
    padding: 0 7px;
    border: none !important;
  }

  .product-innav {
    padding: 0 15px 0 5px;
  }

  .product-navs .pos {
    display: none;
  }

  .product-details .tarbar a {
    font-size: 14px;
    padding-left: 25px;
  }

  .concat .online-ground figure {
    margin: 20px auto 30px;
  }

  .concat .online-ground figure p {
    margin: 0;
  }
}

@media screen and (max-width: 425px) {
  footer .footer-copright a {
    display: inline-block;
    color: #ccc;
    font-size: 12px;
    line-height: 16px;
  }

  footer .footer-content dl {
    padding-bottom: 0;
    padding-left: 20px;
  }

  footer .footer-content dl dd a,
  footer .footer-content dl dt a {
    font-size: 14px;
  }

  .faq,
  .service,
  .concat,
  .news,
  .news-detalis,
  .about,
  .product {
    padding-bottom: 20px;
  }

  .concat .content .concat-ground,
  .concat .content .online-ground {
    padding-left: 0;
  }

  .news li .new-content .but {
    width: 110px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }

  .product .content_ul li {
    width: 47%;
  }

  .product-details .product-ms .concat-ground .but {
    width: 100%;
    margin-bottom: 10px;
  }

  .product-details .product-ms .concat-ground .phone {
    float: left;
    margin-left: 0;
  }

  .faq .content_p {
    padding-left: 0;
  }

  .about .about-section1 .section1-content .content-ground .tips {
    left: 0;
  }
}

@media screen and (max-width: 320px) {
  .product .content_ul li {
    width: 100%;
  }

  .faq .content_p {
    padding-top: 0;
    font-size: 16px;
  }

  .faq .content .xia {
    margin-top: 5px;
  }
}
/* 在线咨询 */
.aside_nav {
position: fixed;
z-index: 10000;
width: 50px;
right: 0;
top: 40%;
}
.aside_nav .item {
width: 100%;
height: 50px;
position: relative;
text-align: center;
background: #094;
border-radius: 5px 0 0 5px;
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
-o-transition: all 0.35s;
transition: all 0.35s;
}
.aside_nav .item:hover {
background: #111;
z-index: 10;
}
.aside_nav .item:hover .item_explain {
right: 56px;
opacity: 1;
visibility: visible;
z-index: 10;
}
.aside_nav .item:not(:first-child) {
margin-top: 1px;
}
.aside_nav .item .item_icon {
font-size: 24px;
line-height: 50px;
color: #fff;
}
.aside_nav .item .item_explain {
background: #094;
position: absolute;
top: 0;
bottom: 0;
right: 0px;
margin: auto;
line-height: 50px;
white-space: nowrap;
padding: 0 15px;
border-radius: 5px;
color: #fff;
font-size: 18px;
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
-o-transition: all 0.35s;
transition: all 0.35s;
visibility: hidden;
opacity: 0;
z-index: -1;
}
.aside_nav .item .item_explain .explain_picture {
width: 100px;
height: 100px;
position: absolute;
right: 0;
top: 0;
margin-top: -25px;
}