

:root {
  --thm-font: "Poppins", sans-serif;
  --thm-base: #ffffff;
  --thm-base-rgb: 255, 255, 255;
  --thm-primary: #0458c6;
  --thm-primary-rgb: 234, 19, 14;
  --thm-black: #151515;
  --thm-black-rgb: 21, 21, 21;
  --thm-gray: #868686;
}

body {
  font-family: var(--thm-font);
  color: var(--thm-gray);
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}
button:focus {
  outline: none;
}
a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
a * {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
p{margin: 0;}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--thm-black);
  margin: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
}
ul, li {
  list-style: none;
}
i{font-style:normal;}

/*设置左右浮动*/
.fl{float: left;}
.fr{float: right;}
/*清楚浮动*/
.clearfix:after{visibility:hidden; display:block; font-size:0; content: " "; clear:both; height:0;}
.clearfix{*zoom:1;}
.mt20{ margin-top: 20px;}
.clear_both{
	clear: both;
}
.col-xs-6 {
  width: 50%;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    -ms-interpolation-mode: bicubic;
}
.more-btn{
  width: 158px;
  height: 47px;
  line-height: 47px;
  background: #0051d7;
  color: #ffffff;
  text-align: center;
  display: inline-block;
}
.more-btn:hover{
  color: #ffffff;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;

  overflow: hidden;

}


.content-wrap .container {
  max-width: 1200px;
  
}
.subbannerbox-wrap .container{
  padding: 0;
  max-width: 1200px;
}


.auto-container {
  max-width: 1400px;
  margin: 0 auto;
}

.activehead {
  top: 0;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgb(170 170 170 / 15%);
}

.wrapper {
  position: relative;
  background: #ffffff;
}
.wrapper.active {
  position: relative;
  margin-left: 0;
  -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
}

.header-wrap {
  width: 100%;
  position: fixed;
  z-index: 999;
  width: 100%;
  transition: all .3s;
}
.header-wrap .navbox {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 12px 0;
}

.header-wrap .navbox  .logobox {
  width:250px;
  float: left;
}
.header-wrap .navbox .navList {
  float: right;
}

.header-wrap .navbox .navList  ul li{
  color: #000000;
  font-size: 16px;
  text-align: center;
  line-height: 72px;
  height: 72px;
  padding: 0 30px;
  display: inline-block;
  position: relative;
  font-weight: bold;
  transition: all .4s;
}
.header-wrap .navbox .navList ul li a{
  color: #ffffff;
}
.header-wrap .navbox .navList ul li:hover a {
  color: #1350f8!important;
}

.wrapper .activehead .navbox .navList a{
  color: #36393e;
}

.header-wrap .navbox .logobox .side-menu-toggler {
  display: none;
}
.web-navbox{
  display: none;
}
/* banner */

.swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  display: inline-block;
  border-radius: 100%;
  background: #303030;
  opacity: .5;
  margin: 0 4px;
}
.swiper-pagination-bullet-active {
  width: 40px;
  opacity: 1;
  border-radius: 5px;
  background: #097bc8;
}

.subbannerbox-wrap {
  position: relative;
  
}

.mobanner {
  display: none;
}


.subbannerbox-wrap .sub-title {
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  margin: auto;
  width: 100%;
 
  text-align: center;
  
}

.subbannerbox-wrap .sub-title .text22{
  background-repeat: no-repeat;
  height: 117px;
  border-bottom: 1px solid #484848;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  
  padding-bottom: 7px;
}

.about-wrap {
  padding-top: 43px;
  padding-bottom: 50px;
  margin-bottom: 30px;
  position: relative;
}


.about-wrap .left,.about-wrap .right{
  width: 50%;
}
.company-block{
	width: 580px;
	padding-left: 50px;
}
.company-block .text22{
	text-align: right;
}
.company-block .title-en span{
	color: #121212;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	font-size: 30px;
}
.company-block .title{
	margin-bottom: 24px;
}
.company-block .title span{
	color: #1b83bd;
	height: 48px;
	line-height: 48px;
	font-weight: bold;
	font-size: 30px;
}
.company-content{
	margin-top: 50px;
}
.company-content p{
	text-indent: 2em;
	line-height: 30px;
}
.company-block .company-name span{
	color: #444444;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	font-size: 24px;
}

.company-block .more-link{
	width: 110px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #343333;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #2e2d2d;
	margin-top: 20px;
}
.company-block .more{
	text-align: center;
}
.index_brand{
	position: absolute;
	margin: 0 auto;

	left:0;
	right:0;bottom:-20px;
	
	}
.index_brand .index_num{
	height: 160px;
	text-align: center;
	background: #fff;
	-moz-box-shadow: 0px 0px 35px  #d4cece; /* 老的 Firefox */
	box-shadow: 0px -10px 35px  #d4cece;
}
.index_brand .index_num .num_ul .num_li {
    width: 20%;
    height: 100%;
	padding: 35px 0;
	background: url('../images/num_line.png') no-repeat;
	background-position: right center;
}
.index_brand .index_num .num_ul .num_li:last-child{
	background:none;
}
.index_brand .index_num .num_ul .num_li .p1{
	    line-height: 48px;
		height: 48px;
}
.index_brand .index_num .num_ul .num_li .p1 .num_text{
	font-size: 42px;
	
}
.index_brand .index_num .num_ul .num_li .p1 .itcavant{
	font-size: 18px;
	color: #4f4f4f;
	position: absolute;
	top: 15px;
}
.index_brand .index_num .num_ul .num_li .p1 .blue{
	color: #429fd5;
}
.index_brand .index_num .num_ul .num_li .p2{
	color: #4f4f4f;
	font-size: 16px;
}
.product-wrap .index-title{
	padding: 25px 0;
}
.index-title .title-en{
	font-size: 30px;
	color: #121212;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}
.index-title .title{
	font-size: 30px;
	color: #1b83bd;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}

.product-wrap{
  padding-bottom: 35px;
}
.product-list-block{
	background-image: url('../images/product_index_bg.png');
	background-repeat: repeat-x;
}
.product-list-block .product-list-txt{
	text-align: center;
	padding-top: 24px;
}

.lists-block{
  margin-top: 30px;
}

.product-list-block .item .img {
  text-align: center;
  overflow: hidden;
  background: #097bc8;
  margin-bottom: 10px;
}
.product-list-block .item {
  position: relative;
  margin-bottom: 4px;
}
.product-list-block .item .img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.product-list-block .item:hover img, .product-list-w .item:active img {
  opacity: 0.3;
  transform: scale(1.2,1.2);
}
.product-list-block .item .al-txt{
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  width: 80%;
  text-align: center;
  transform: translate(-50%,-50%);
  color: #0464be;
}
.product-list-block .item:hover .al-txt, .product-list-w .item:active .al-txt{
  opacity: 1;
  color: #fff;
}

.product-list-block .item .text {
  position: relative;
}

.product-list-block .item .text h4{
  font-size: 18px;
  color: #4f4f4f;
  overflow: hidden;
  text-align: center;
  height: 40px;
  line-height: 40px;
  position: relative;
  z-index: 1;
} 

.product-list-block .item .text:before{
  display: block;
  height: 4px;
  width: 100%;
  background: #3fa5f0;
  content: '';
  position: absolute;
  top: 0;
  transition: all 0.5s;
}
.product-list-block .item .al-txt h3 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.product-list-block .item .al-txt p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.product-list-block .item:hover .text:before{
  width: 100%;
  height:100%;
}
.product-list-block .item:hover h4{
  color: #ffffff;
}

.product-list-block .more-block{
  text-align: center;
  margin-top: 30px;
}


.honor-wrap{
  background-image: url('../images/honor_bg.jpg');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}

.honor-wrap .index-title{
  padding: 40px 0 30px;
}
.honor-block{
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}
.honor-block .swiper-container .swiper-slide{
  text-align: center;
}

.honor-block .swiper-button-prev{
  left: 0;
}

.honor-wrap .more-block{
  text-align: center;
  padding: 30px 0;
}
.honor-txt{
  text-align: center;
}
.honor-txt img{
 
  max-width: 100%;
}


/* 实力工厂 */
.case-wrap{
  margin-bottom: 20px;
  
}
.case-wrap .case-block-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.case-wrap .case-block-top .index-title .title-en{
  text-align: left;
}
.case-wrap .case-block-top .index-title .title{
  text-align: left;
}
.case-wrap .i-btn-list li {
  float: left;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
.case-wrap .i-tit-btn{
  border-bottom: 1px solid #b0b0af;
  text-align: center;
  height: 46px;
  margin-bottom: 25px;
}
.case-wrap .i-tit-btn .i-btn-list {
  overflow: hidden;
  display: inline-block;
}
.case-wrap .i-tit-btn .i-btn-list li{
  margin-right: 30px;
 
}

.case-wrap .i-tit-btn .i-btn-list .i-tit-on{
  border-bottom: 4px solid #363636;
}


.case-list ul{
  margin-bottom: 30px;
}
.case-list ul li{
  float: left;
  width: 24%;
  text-align: center;
  margin-right: 1%;
  margin-bottom: 7px;
}
.case-block{
  margin-top: 30px;
  padding: 20px 30px 20px;
  
  position: relative;
  overflow: hidden;
}
.case-wrap .swiper-slide a {
  display: block;
  position: relative;
}
.case-wrap .swiper-slide .img {
  overflow:hidden;
  text-align: center;
}
.case-wrap .swiper-slide .info_name {
	position: absolute;
	top: 35px;
	left: 25px;
	z-index: 1;
	font-size: 14px;
	color: #FFF;
	letter-spacing: 1px
}
.case-wrap .swiper-slide .info_name p {
	margin: 15px 0 0;
	font-size: 16px;
}
.case-wrap .swiper-slide a:after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	transition: all .4s;
	opacity: 0;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}
.case-wrap .swiper-slide a:before {
	content: '';
	width: 100%;
	height: 100%;
	border: 10px solid #0e60ac;
	top: 0;
	left: 0;
	transition: all .4s;
	opacity: 0;
	position: absolute;
	z-index: 3
}
.case-wrap .swiper-slide a:hover img {
	transform: scale(1.3)
}
.case-wrap .swiper-slide a:hover:after,.case-wrap .swiper-slide a:hover:before {
	opacity: 1
}
.case-wrap .swiper-slide a>p.desc{
  font-size:14px;
  color:#FFF;
  position:absolute;
  top:80%;
  left:0;
  z-index:5;
  transition:all .6s;
  transform: translateY(-50%);
  opacity:0;
  width:100%;
  padding:0 25px;
  line-height:24px;
}
.case-wrap .swiper-slide a:hover p.desc{
  top:50%;
  opacity:1
}

.case-block .swiper-button-prev{
  left: 0;
}
.case-block .swiper-button-next{
  right: 0;
}
.case-wrap .case-content{
  padding: 0  30px;
}
.case-wrap .case-content p{
  text-indent: 2em;
}

/* 新闻中心 */

.news-wrap{
  margin-bottom: 20px;
  
}
.news-wrap .news-block-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.news-wrap .news-block-top .index-title .title-en{
  text-align: left;
}
.news-wrap .news-block-top .index-title .title{
  text-align: left;
}


.news-list-box .item{
  display: block;
  background: #f6f6f6;
  padding: 30px 20px 30px;
  border: 6px solid #e8e8e8;
  margin-right: 1%;
}
.news-list-box .item a{

}
.news-list-box .item span.date{
  font-size: 12px;
  color: #a2a2a2;
  padding: 0 0 15px;

}

.news-list-box .item h3 {
  font-size: 18px;
  color: #404040;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 0 0 15px;
  font-weight: bold;
}
.news-list-box .item .desc {
  font-size: 14px;
  color: #121212;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.news-list-box .item a>* {
  transition: all .36s;
}

.news-list-box .item a>em{
  width: 60px;
  height: 16px;
  line-height: 16px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  background: #cccccc;
  display: inline-block;
  text-align: center;
  font-style: normal;
  border-radius: 8px;
  margin-top: 30px;
}

.news-list-box .item:hover {
	background: #00468e;
  border: 6px solid #00468e;
}

.news-list-box .item:hover span,.news-list-box  .item:hover .desc {
	color: #9db3db;
}

.news-list-box  .item:hover h3 ,.news-list-box  .item:hover em {
	color: #FFF;
	border-color: #FFF
}
.news-list-box .li{
  margin-bottom: 20px;
}

.footer {
  background: #3d9be7;
  padding: 45px 0;
}
.footer .footer-logo{
  display: flex;
  align-items: center;
  justify-content: center
}
.footer .footer-nav-list{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  margin-bottom: 30px;
}

.footer .footer-nav-list a{
  color: #ffffff;
  font-size: 18px;
  width: 112px;
  display: inline-block;
  text-align: center;
  height: 20px;
  line-height: 20px;
  border-right: 2px solid #ffffff;
}
.footer .footer-nav-list a:last-child{
  border-right: 0;
}

.footer .footer-contact-list{
  color: #ffffff;
  font-size: 18px;
  padding-top: 5px;
}

.footer .footer-contact-list .li{
  height: 35px;
  line-height: 35px;
}
.footer .footer-contact-list .site-name{
  font-size: 24px;
  font-weight: bold;
}
.footer .footer-contact-list .site-name img{
  margin-right: 15px;
}
.footer .footer-contact-list .site-tel span{
  font-weight: bold;
}

.copyright{
  background: #bfbfbf;
  text-align: center;
  color: #767676;
  font-size: 14px;
}

/* 手机端菜单 */
.mobile-nav-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #151515;
	opacity: 0.8;
	cursor: pointer;
}

.mobile-nav-wraper.expanded {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.mobile-nav-wraper{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
	z-index: 9999999;
}
.mobile-nav-content {
  width: 300px;
  background-color: #000000;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}


.mobile-nav-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.mobile-nav-close i{
	font-size: 18px;
	color: #ffffff;
}
.mobile-nav-content .logo-box {
	margin-bottom: 40px;
}
.mobile-nav-content .logo-box img{
	width: 151px;
}

.mobile-nav-block .mobile-nav-box li{
	display: block;
	
}
.mobile-nav-block .mobile-nav-box li ul{
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}


.mobile-nav-content .mobile-nav-box li:not(:last-child){
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav-content .mobile-nav-box li a{
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    line-height: 30px;
	    color: #fff;
	    font-size: 15px;

	    height: 46px;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-transition: 500ms;
	    transition: 500ms;
}
.mobile-nav-block .mobile-nav-box li button{
	height: 30px;
	width: 30px;
	background: #0458c6;
	border: none;
	outline: none;
	color: #fff;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.mobile-nav-block .mobile-nav-box li button i{
	/* font-size: 18px; */
	/* color: #fff; */
	/* font-weight: 500; */
}
.mobile-nav-block .mobile-nav-box li button.open{
	background: #0458c6;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg); 
}
.mobile-nav-block .mobile-nav-box li button.open i{
	color: #ffffff;
	
}


.mobile-nav-block .mobile-nav-box li ul li{
	padding-left: 1em;
}
.mobile-nav-contact{
	margin: 20px 0;
}
.mobile-nav-contact li{
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
}
.mobile-nav-contact li i{
	height: 30px;
	width: 30px;
	background: #0458c6;
	border-radius: 50%;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	
	margin-right: 10px;
	color: #fff;
}
.mobile-nav-contact li a{
	font-size: 16px;
	color: #fff;
}

.mobile-nav-bottom{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}
.mobile-nav-bottom .mobile-nav-language img{
	border-radius: 50%;
	margin-right: 10px;
}
.mobile-nav-bottom .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width: 70px;
	padding: 0;
}
.mobile-nav-language .bootstrap-select .dropdown-menu > li > a{
	background: #0458c6;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 4px 20px;
	color: #ffffff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.mobile-nav-language .bootstrap-select > .dropdown-toggle{
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	border: none;
	outline: none !important;
	color: #fff;
}
.bootstrap-select > .dropdown-toggle {
    box-shadow: none !important;
}

.mobile-nav-language .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
	color: #fff;
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus{
	box-shadow: 0;
}

.mobile-nav-language .bootstrap-select .dropdown-menu{
	background: #0458c6;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}
.mobile-nav-language .bootstrap-select .dropdown-menu li a span.text{
	color: #ffffff;
}

.mobile-nav-bottom .mobile-nav-social a i{
	font-size: 16px;
	color: #ffffff;
}







#allmap {
  width: 100%;
  height: 368px;
  border: 1px solid #ccc;
}
.contact_row{
  padding-top: 35px;
  padding-bottom: 35px;
}
.contact_text {
  line-height: 2;
}
.contact_text .h1 {
  font-size: 20px;
  margin-bottom: 10px;
}
.contact_ewm {
  overflow: hidden;
  margin-top: 30px;
}
.contact_ewm img {
  float: left;
  max-width: 140px;
  margin-right: 20px;
  border: 1px solid #eaeaea;
}

.contact_row .contact_left {
  margin-bottom: 20px;
}

.contact_t2{
  margin: 10px auto 20px;
}
.contact_t2 .ch_txt{
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.contact_t2 .en_txt{
  color: #000000;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}

.sec-nav {
  margin-bottom: 35px;
}
.sec-nav .container {
  max-width: 1200px;
  height: 50px;
  line-height: 50px;
  padding: 0 24px;
}

.sec-nav .container .nav-class{
  float: left;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}

.sec-nav .container .cont{
  float: right;
  font-size: 14px;
  color: #4d4c4c;
}
.sec-nav .container .cont a{
  color: #4d4c4c;

}

/* 产品子页 */
.content-wrap{
  padding: 0 0 50px;
}
.content-wrap .product-list-block{
  background: none;
}

.product-list-block .menu-block {
  overflow: hidden;
  margin: 0;
  padding: 0 20px 20px 0;
}
.product-list-block .menu-block .menu_tit{
  width: 100%;
  height: 45px;
  overflow: hidden;
  margin: 0 auto;
  /* padding: 16px 20px; */
  background: #0051d7;
  box-sizing: border-box;
}


.content-wrap .menu-block .menu_box .menu_tit{
  width: 100%;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  margin: 0 auto;
  padding:  0;
  background: #0051d7;
  box-sizing: border-box;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.content-wrap .menu-block .menu_box .menu_list .sub-nav li{
  height: 56px;
  line-height: 56px;
  text-align: center;

}
.content-wrap .menu-block .menu_box .menu_list .sub-nav li a{
  color: #3e3a3a;
  font-size: 18px;
  text-align: left;
  width: 70%;
  display: inline-block;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #bbc0c1;
}

.content-wrap .menu-block .menu_box .menu_list .sub-nav li.active a{
  color: #0051d7;
}
/* 案例展示 */
.content-wrap .case-list-block{

}
.content-wrap .case-list-block .item {
  padding-left: 10px;
  padding-right: 10px;
}
.content-wrap .case-list-block .item .img{
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: all 0.5s;
  overflow: hidden;
}
.content-wrap .case-list-block .item:hover .img img{
  transform: scale(1.2);
}
.content-wrap .case-list-block .item .text h4{
  color: #000000;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

/* 新闻列表 */
.content-wrap .news-list-box .item{
  width: 100%;
  margin: 0;
}

.content-wrap .show-content .show_t {
  line-height: 32px;
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin-bottom: 1%;
  margin-top: 5px;
  font-weight: bold;
}

.content-wrap .show-content .con_line{
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #c8c8c8;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  padding-bottom: 1%;
}

.content-wrap .show-content .content_bolck{
  line-height: 30px;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
  padding-top: 4%;
  font-size: 15px;
  color: #555555;
  text-align: left;
  padding-bottom: 4%;
}


/* 联系我们 */
.contact_center{
  text-align: center;
  margin-bottom: 45px;
}
.contact_center h4{
  font-size: 24px;
  height: 50px;
  line-height: 50px;
}
.contact_center p{
  font-size: 18px;
  height: 30px;
  line-height: 30px;
}
.contact_left{
  width:50%;
  float:left;
}
.contact_right {
  width: 46%;
  float: right;
}
.contact_right .sitename{
  margin-bottom: 35px;
  margin-left:40px;
  font-size: 28px;
}
.contact_con{float:left; margin-left:7%}
.contact_con li span{float:left; width:40px; height: 40px; border-radius: 20px;}
.contact_con li div{margin-left:55px; font-size:16px; color:#262335;line-height: 20px;}
.contact_con li div i{display:block;  color:#737373; }
.contact_con li{margin-bottom:30px; position: relative;}



/* 分页 */

.navigation{
	text-align: center;
	font-size: 0;
	margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  clear: both;
  justify-content: center;
}
.navigation h2{
	display: none;
}
.navigation a,.navigation span{
	font-size: 14px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	background: #f5f5f5;
	margin: 0 1px;
}
.navigation span{
	background: #007bff;
	color: #ffffff;
}
.navigation a:hover,.navigation span:hover{
	background: #007bff;
	color: #ffffff;
}
.navigation a.next,.navigation a.prev{
	width: auto;
	padding: 0 15px;
}

@media (max-width: 1199px) {
  .auto-container{
    max-width: 1140px;
  }
}

@media (max-width: 992px){
  .auto-container{
    max-width: 960px;
  }
  .header-wrap .navbox .logobox{
    width: 100%;
  }
  .header-wrap .navbox .navList{
    display: none;
  }
  .header-wrap .navbox .logobox .side-menu-toggler {
    float: right;
    font-size: 32px;
    margin: 10px 10px 10px 0;
  }
  .header-wrap .navbox .logobox .side-menu-toggler {
    display: block;
  }
  .about-wrap .left, .about-wrap .right{
    width: 100%;
  }

  .index_brand{
    position: static;
    margin-top: 30px;
  }
  .company-block .text22{
    text-align: center;
  }
  .company-block{
    width: 100%;
    padding: 0 24px;
  }

}
@media (max-width: 767px) {
  .header-wrap{
    background: #ffffff;
  }
  .header-wrap .navbox .logobox img{
    width: 135px;
  }
  .header-wrap .navbox{
    height: 60px;
    display: none;
  }
  .web-navbox {
    display: block;
    padding: 10px 0;
    height: 60px;
    background: #ffffff;
  }
  .web-navbox .logobox img{
    width: 115px;
  }
  .web-navbox .logobox .side-menu-toggler {
    float: right;
    font-size: 32px;
    margin: 0px 10px 0px 0;
    color: #35b8fc;
  }
  .web-navbox .logobox .side-menu-toggler {
    display: block;
  }

  .header-wrap .navbox .logobox img{
    width: 115px;
  }

  .pcbanner{
    display: none;  
  }
    .mobanner {
      display: block;
  }
.bannerbox-wrap{
  padding-top: 60px;
}
  .auto-container{
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .company-block .text22{
    text-align: center;
    font-size: 26px;
    margin-bottom: 0;
  }
  .about-wrap {
    padding-top: 20px
  }
  .about-wrap .left, .about-wrap .right{
    width: 100%;
  }


  .company-content{
    margin-top: 10px;
  }
  
  .company-block{
    width: 100%;
    padding: 10px;
  }
  .company-block .title span{
    font-size: 20px;
  }
  .company-block .title-en span{
    height: 24px;
    line-height: 24px;
    font-size: 20px;

  }
  .company-block .company-name span{
    font-size: 16px;
  }
  .company-content p{
    font-size: 16px;
  }
  .index_brand{
    position:static;
    display: none;
  }
  .index_brand .index_num .num_ul .num_li:last-child{
    display: none;
  }
  .index_brand .index_num .num_ul .num_li:nth-child(2n+2){
    background: none;
  }
  .index_brand .index_num .num_ul .num_li{
    width: 50%;
  }

  .index-title .title-en{
    font-size: 16px;
  }
  .index-title .title{
    font-size: 20px;
    height: 30px;
    line-height: 30px;
  }
 
  .contact_left{width:100%;text-align: center;}

	.contact_right{width:100%;margin-top: 4%;}
  .case-wrap .case-content{
    padding:0;
  }
  .case-wrap .case-content p{
    font-size: 16px;
    line-height: 24px;
  }
  .content-wrap .show-content .show_t{
    font-size: 20px;
  }
  .content-wrap .case-list-block .item .text h4{
    font-size: 16px;
  }
  .subbannerbox-wrap{
    padding-top: 60px;
  }
  .menu-block{
    display: none;
  }
  .product-list-block .item .text h4{
    font-size: 16px;
  }
  .news-list-box .item{
    padding: 10px 20px 10px;
    margin-right: 0;
  }
  .news-list-box .item a>em{
    margin-top: 15px;
  }
  .contact_right .sitename{
    font-size: 24px;
  }
  .footer{
    padding: 20px 0;
  }
  .footer .footer-contact-list .li{
    height: auto;
  }
}
@media (max-width: 576px){
  .about-wrap{
    padding-bottom: 0px;
  }
  .about-wrap #about-swiper{
    width: 100%;
    height: 220px;
    box-shadow:none;
  }
 
  .about-wrap .swiper-pagination{
    bottom: -5px;
  }
  .about-text .about-title {
    padding: 15px 0;
  }
  .about-content {
    padding: 18px 10px;
  }
  .more-btn{
    width: 150px;
    height: 30px;
    line-height: 30px;
  }
  .audio_row{
    margin: 0;
  }
  
  .image-frame-info a{
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
  }

  .business-wrap .title{
    background-size: cover;
    height: 54px;
  }
  .business-swiper .swiper-slide .protitle {
    position: absolute;
    left: 7%;
    top: 5%;
  }
  .business-swiper .swiper-slide .promore{
    right: 10%;
    bottom: 3%;
  }
  

  .case-wrap .title{
    background-size: cover;
    height: 60px;
  }

  .news-wrap .title{
    background-size: cover;
    height: 35px;
  }
  .text22 span {
    margin-bottom: 10px;
  }

  .list-box{
    padding: 0 0 20px;
  }
  .list-box .item .date{
    padding: 10px 0;
  }
  .list-box .item .desc{
    font-size: 14px;
  }
  .footer-nav{
    display: none;
  }
  .footer-contact{
    margin-top: 20px;
  }
}