@import url("kefu.css");
@charset "UTF-8";
/*---------------header  topbar----------------*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/KFOlCnqEu92Fr1MmSU5fBBc.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/KFOmCnqEu92Fr1Mu4mxM.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/KFOlCnqEu92Fr1MmEU9fBBc.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/KFOlCnqEu92Fr1MmWUlfBBc.woff) format('woff');
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSmb2Rl.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmb2Rl.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4Omb2Rl.woff) format('woff');
}
body {
	font-family: Roboto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    color: #555555;
    line-height:1.5;
    font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	background: #fff;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.header {
	width: 100%;
}

.header .topbar {
	padding: .2rem 0;
	color: #777;
	background: #fff;
}
.header .topbar .logo{
	float: left;
}
.header .topbar .logo img:nth-child(2){
	display: none;
}
.topbar-right{
	float: right;
	width: 569px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 23px;
}
.topbar-right .tel,
.topbar-right .fax,
.topbar-right .email,
.topbar-right .language{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 30%;	
}
.topbar-right .tel,
.topbar-right .fax{
	margin-bottom: 5px;
}
.topbar-right .tel,
.topbar-right .email{
	width: 70%
}
.topbar-right div.icon-wrap {
  font-size: 28px;
  margin-right: 10px;
  color: #fff;
  background: var(--active-color);
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: flex;
 	flex-direction: row;
 	justify-content: center;
 	align-items: center;
}
 .topbar-right div.icon-wrap i{
 	color: #fff;
 	font-size: 2.4rem;
 }
.topbar-right .info-box-content {
  display: inline-block;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.topbar-right .info-box-content p.info-box-title {
  font-weight: 700;
  color: #1e2227;
}
.topbar-right .info-box-content p {
  margin: 0 0 0px 0;
  line-height: normal;
  color: #777;
}

.header .topbar .topbar-box h4 {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 3.5rem;
}
  @media(max-width:1024px){
  	.topbar-right{display: none;}
  	.header .topbar .logo img:nth-child(1){
  		display: none;
  	}
  	.header .topbar .logo img:nth-child(2){
			display: block;
		}
  }

/*hader 导航*/
.nav-container {
	width: 100%;
	background: #1e2227;
	z-index: 88888;
	transition: all .5s ease;
	color: #fff;
	 box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #222;
}

.nav-container .col-auto {
	width: 100% !important;
 
}
 
.header-nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 6.5rem;
	align-items: center;
}

html:not(.is-mobile) .header .nav-container {
	visibility: visible !important;
	width: 100%;
}

.header .nav-container ul {
	margin: 0;
	padding: 0;
}

.nav-line-animation {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.nav-line-animation>li {
	position: relative;
	width: auto;
	height: 6.5rem;
	line-height: 6.5rem;
	margin-bottom: 0;
	position: relative;
}

.nav-line-animation>li>a {
	font-size: 13px;
	position: relative;
	color: #fff;
	font-weight:700;
	display: block;
	width: 100%;
	height: 100%;
	text-transform:uppercase;
}
.nav-line-animation>li>a::before{
		border-color:var(--active-color) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    content: " ";
    width: auto;
    height: auto;
    bottom: -12px;
    margin-left: -6px;
    left: 50%;
    border-width: 6px;
    border-style: solid;
    z-index: 9999;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	opacity: 0;
}
.nav-line-animation>li>a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 8px;
	overflow: hidden;
	margin: 0;
	background-color: var(--active-color);
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.nav-line-animation>li:hover a::after,
.nav-line-animation>li>a.active::after  {
	width: 100%;
}
.nav-line-animation>li:hover a::before,
.nav-line-animation>li>a.active::before {
	opacity: 1;
}
 
.nav-line-animation>li>a:hover,
.nav-line-animation>li>a.active {
	color: var(--active-color);
}

.nav-line-animation>li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 7.3rem;
	left: -2rem;
	margin-left: 0;
	width: auto;
	min-width: 120px;
	list-style: none;
	/*box-shadow: 0 0 10px rgba(0,0,0,.28);*/
	background-color: #fff;

}

.nav-line-animation>li ul:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	top: -5px;
	height: 2px;
	background-color: #fff;
}

.nav-line-animation>li:hover>ul {
	visibility: visible;
	opacity: 1;
	padding: 2rem 0 2rem 0;
	top: 6.3rem;
	word-break: keep-all;
}

.nav-line-animation>li ul li>a {
	display: block;
	padding: 1.6rem 2rem 1.4rem;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
	color: #fff;
	word-break: keep-all;

}

.nav-line-animation>li ul li>a:hover {
	color: var(--active-color) !important;
	opacity: 1;
}


.nav-line-animation>li ul li {
	position: relative;
	width: 100%;
	color: #fff;
	-webkit-transition: all .5s ease;
}

.nav-line-animation>li ul li a {
	-webkit-transition: all .5s ease;
}

.nav-line-animation>li ul li:hover {
	background: var(--active-color);
	color: #fff;
}

.nav-line-animation>li ul li:hover a {
	color: #fff !important;
}
 
 
.fixedbg {
	position: fixed;
	top: 0;
	margin: 0;
	transition: all .5s ease;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
}

/*首页banner*/
.home-banner {
	width: 100%;
}
@media(max-width:1024px){
	.home-banner,
	.navhelper{margin-top: 14.5rem;}
}
@media(max-width:768px){
	.home-banner,
	.navhelper{margin-top: 10rem;}
}
.home-banner .swiper-container {
	width: 100%;
	height: 100%;
	border: none;
	margin: 0;
	padding: 0 0 0 0;
}

.home-banner .swiper-slide {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

.home-banner .swiper-img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	transition: all 0s;
	text-align: center;
}

.home-banner .swiper-slide-active .swiper-img {
	transform: scale(1);
	opacity: 1;
	transition: all 2s;
}
.home-banner .swiper-img img:nth-child(2){
	display: none;
}
.home-banner .container,
.home-banner .container .row {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
 
.home-banner .pagination {
	height: 120px;
	width: 100%;
	left: 0;
	z-index: 7777;
	position: absolute;
	bottom: 0;
}
.swiper-button-next-home-banner,
.swiper-button-prev-home-banner{
	width: 40px;
 	height: 40px;
 	background-size:40px 40px;
 	background-position:bottom;
 	z-index: 88888;
 	position: absolute;
 	top: 50%;
 	margin-top: -20px;
}
.swiper-button-next-home-banner{
 	background: url(../images/large_right.png) no-repeat left bottom!important;
 	right: 10px;
 }
.swiper-button-prev-home-banner{
 	background: url(../images/large_left.png) no-repeat left bottom !important;
 	left: 10px;
 } 
 .swiper-button-next-home-banner:hover,
.swiper-button-prev-home-banner:hover{
	opacity: .8;
	cursor: pointer;
}

@media(max-width:1080px){
	.home-banner .swiper-img img:nth-child(1){
		display: none;
	}
		.home-banner .swiper-img img:nth-child(2){
		display: block;
	}
}
.main-title {
	position: relative;
	margin: 20px 0;
	text-align: center;
}


.main-title .title-en {
	font-size: 1.8rem;
	color: #888;
	line-height: 1.2;
}

.main-title .title-cn {
	font-size: 3.2rem;
	line-height: 1.8;
	font-weight: bold;
}

.main-more {
	display: block;
	width: 122px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff !important;
	background: var(--active-color);
}
 
/*首页关于我们*/
.home-about {
	  position: relative;
    top: -50px;
    z-index: 100;
}
.home-about  .who-we-are{
	background: #fff;
}
.home-about .row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.home-about .content {
	width: 96%;
	margin: 0 auto;
	padding: 30px 0;
	line-height: 1.5;
	font-size: 12px;
}
.home-about .content p{
	padding: 0;
	margin: 0;
}
.home-about .content img{
	margin-bottom: 8px;
}
 .home-about .content .lead{
 	line-height: 1.8;
 	font-size: 12pt;
 }
 .home-about .content i{
 	margin: 0;
 	padding: 0;
 	display: block;
 	height: 1px;
 	margin-bottom: 2rem;
 	width: 100%;
 }
 @media(max-width:768px){
	.home-about{ top: 0px;}
}
/*footer*/
.footer {
    background: #272d33 url(../images/footer-bg.jpg) no-repeat center center;
    background-size: cover;
    color: #999;
}
.footer .footer-content{
	padding-top: 6rem;
	padding-bottom: 4rem;
}
.footer a {
	color: #999;
	transition: all 0.2s;
}

.footer a:hover {
	color: var(--active-color)
}
.footer .module-title {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Roboto Slab', serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
}
.footer .module-title > span {
  font-weight: 300;
}
.footer .custom{
	display: flex;
	flex-direction: row;
	width: 100%;
	font-size: 14px;
	padding: 5px 0;
	align-items: center;
}
.footer .custom h5{
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	word-break: keep-all;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.footer .custom h5 i{
	font-weight: normal;
	margin-right: 10px;
}
.footer .custom p{
	margin: 0;
	font-family: Roboto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
}
.footer .custom a{
	color: var(--active-color);
	font-weight: bold;
}
.list-arrow li{
	line-height: 24px;
}
.list-arrow li i{
	margin-right: 10px;
}
.copyright{
	border-top:1px solid rgba(255, 255, 255, 0.15)
}
.copyright-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 2rem 0;
}

.copyright-content .copyright-left {
	text-align: left;
	width: 50%;
}

.copyright-content .copyright-right {
	text-align: right;
	width: 50%;
}

.footH {
	height: 50px;
	display: none;
}

.footFix {
	background: #272d33;
	padding: 10px 0;
	display: none;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	color: #fff;
}

.footFix>a {
	display: inline-block;
	width: 33%;
	font-size: 16px;
	color: #ffffff !important;
}

.footFix>a>i.iconfont {
	font-size: 20px;
	margin-right: 5px;
	color: #fff;
}
@media (max-width:1024px ) {
	.footer .module-title{font-size: 18px;}
}
@media (max-width:767px ) {
	.footer .module-title{margin-top: 2rem;}
	.footer-content .col-xs-12 .col-xs-6{
		padding-left: 0;
	}
	.footer .custom:last-child{margin-bottom: 2rem;}
	.footer .footer-content{padding-bottom: 2rem;}
	.list-arrow li{font-size: 13px;}
	.footer .footer-content .col-xs-12,
	.footer .footer-content .col-xs-7,
	.footer .footer-content .col-xs-5{padding-left: 0; padding-right: 0;}
}
/*******************************内页************************************/
.navhelper {
  background: #f7f7f7;
  color: #999999;
  padding: 5px 0;
  margin-bottom: 15px;
}
.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  font-size: 14px;
}
.breadcrumb span{
	color: #555;
}
.breadcrumb .pathway {
 color: var(--active-color);
}
 .slitting-wrap{
 	padding-top: 24px;
 	padding-bottom: 24px;
 }
 .slitting-content-item{
 	padding-bottom: 10px;
 }
 .slitting-content .article-title{
  	font-weight: 700;
    text-transform: uppercase;
    border-left: 5px solid #e5e5e5;
    padding-left: 15px;
    line-height: 100%;
   margin: 0 0 30px 0;
   clear: both;
   overflow: hidden;
   display: block;
  }
  .slitting-content .title-normal{
  	font-weight: 300;
    line-height: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    margin: 20px 0 20px 0;
    overflow: hidden;
   
  }
  .slitting-content  p{
  	font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.5;
    font-family: Roboto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    color: #555555;
  }
  
  .slitting-sidebar .module-title {
    text-transform: uppercase;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 30px;
}
 .slitting-sidebar  .module-ct a{
 	display: block;
 	width: 100%;
	font-family: Roboto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    color: var(--active-color);
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    -webkit-line-clamp: 1;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
 .slitting-sidebar  .module-ct a span{
	color: #000000;
	font-size: 14px;
	padding-right: 10px;
}
 .slitting-content .article-title,
  .slitting-content .title-normal,
    .slitting-sidebar .module-title{
  	 color: #333;
  	 line-height: 1.5;
   font-family: 'Roboto Slab', serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    text-transform: uppercase;
    font-weight: 300;
  }
   .slitting-content .article-title{
  	font-weight: 700;
    text-transform: uppercase;
  }
 .slitting-content-item:last-child img{
 	margin-top: 2rem;
 }
 .slitting-content-item:last-child img:first-child{
 	margin-right: 2rem;
 }
 .slitting-content .content{
 	padding-top: 1rem;
 }
  @media(max-width:992px){
 	.table-scroll .content{
 	overflow-x:scroll;
 	}
 }
 @media(max-width:768px){
 	.slitting-content .content{
 		line-height: 1.5;
 		font-size: 14px;
 	}
 }
 @media(max-width:640px){
 	.slitting-content,
 	.slitting-sidebar{
 		padding-left: 0;
 		padding-right: 0;
 	}
 	.slitting-wrap{
 		padding-top: 0;
 	}
 	.slitting-content .article-title{
 		margin-bottom: 2rem;
 		font-size: 3.2rem;
 	}
 	.slitting-content .title-normal{
 		margin: 1rem 0;
 		font-size:3rem;
 	}
 	.slitting-content p{
 		font-size: 14px;
 	}
 	.slitting-sidebar{
 		padding-top: 2rem;
 	}
 	.slitting-sidebar .module-title{
 		margin-bottom: 2rem;
 	}
 }
  .slitting-content .table>thead>tr>th{
  	background: var(--active-color);
  	padding: 18px 5px;
  	color: #fff;
  }
  .ts-divider {
  position: relative;
  padding: 3rem 0 0 0;
  margin-bottom: 3rem;
  overflow: hidden;
}
.ts-divider:after {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(to right, #ffffff 0, #e0e0e0 30%, #e0e0e0 70%, #ffffff 100%);
  background: -ms-linear-gradient(left, #ffffff 0, #e0e0e0 30%, #e0e0e0 70%, #ffffff 100%);
  background: -o-linear-gradient(left, #ffffff 0, #e0e0e0 30%, #e0e0e0 70%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #ffffff 0, #e0e0e0 30%, #e0e0e0 70%, #ffffff 100%);
  background: -moz-linear-gradient(left, #ffffff 0, #e0e0e0 30%, #e0e0e0 70%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(30%, #e0e0e0), color-stop(70%, #e0e0e0), color-stop(100%, #ffffff));
}
.table-striped{
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}
.table-striped>tbody>tr>th{
	background-color: var(--active-color);
	color: #fff;
		border-right: 1px solid #e5e5e5;
		border-top: none;
}
.table-striped>tbody>tr>td{
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
/*********内页栏目*********/
 
 
/*浮动面板*/
.float-dialog {
	position: fixed;
	right: 0;
	height: 21.3rem;
	top: 50%;
	margin-top: -10.65rem;
	width: 153px;
	color: #fff;
	z-index: 99999;
}

.float-dialog .scroll-top {
	padding: 10px 0;
	text-align: center;
	font-size: 19px;
	text-align: center;
	color: #fff;
	margin-bottom: 2px;
	cursor: pointer;
	display: none;
}

.float-dialog .scroll-top:hover {
	background: #0c61b7;
}

.float-dialog .scroll-top i {
	font-size: 18px;
}

.float-dialog .scroll-top,
.float-dialog .float-content {
	background: var(--active-color);
}

.float-dialog .float-content {
	padding: 5px 10px 10px 10px;
}

.float-dialog .float-tit {
	font-size: 16px;
	padding: 10px;
}

.float-dialog .float-tit i {
	margin-right: 10px;
}

.float-dialog .float-ewm {
	width: 90%;
	margin: 0 auto;
	background: #fff;
}
 
/******************移动端menu***************************/
.m-menus {
	width: 100%;
	max-width: 640px;
	height: 100vh;
	position: fixed;
	top: 14rem;
	right: -100%;
	background: #fff;
	overflow: hidden;
	line-height: 32px;
	font-size: 15px;
	z-index: -999;
	padding-top: 2%;
	border-top: 1px solid #dedede
}
@media(max-width:768px){
.m-menus {top: 12rem;}
}
.m-menus .inner {
	height: calc((100vh - 9rem));
	padding: 10px 30px 40px;
	overflow-x: hidden;
	overflow-y: auto
}

.m-menus a {
	display: block;
	color: #000
}

.m-menus dl {
	margin-bottom: 0;
}

.m-menus.active {
	z-index: 99999;
	transition: .6s;
	right: 0
}

.m-menus .item {
	cursor: pointer;
	transition: .3s;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #dedede;
	text-align: left
}

.m-menus .item .tit,
.m-menus .item .class-two {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center
}

.m-menus .item>a,
.m-menus .tit,
.m-menus .item .class-two {
	display: block;
	line-height: 46px;
	position: relative;
	font-size: 16px;
	margin-bottom: 0;
}

.m-menus .tit {
	position: relative
}

.m-menus .tit a,
.m-menus .class-two a {
	display: inline-block;
	min-width: 50vw
}
.m-menus .class-two>a{
	line-height: 1.5;
	padding: 10px 5px 0 0;
	width: 80%;
}
.m-menus .tit .iconfont {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: inherit;
	padding: 0 10px;
	color: #000;
	font-size: 17px
}

.m-menus .class-two .iconfont {
	position: absolute;
	right: 0;
	top: 23px;
	transform: translateY(-50%);
	color: inherit;
	padding: 0 10px;
	color: #000;
	font-size: 17px
}

.m-menus .xs-menu,
.m-menus .xss-menu {
	display: none;
	text-align: left
}

.m-menus .xs-menu dd,
.m-menus .xss-menu a {
	line-height: 30px;
	font-size: 14px
}

.m-menus .active .tit,
.m-menus .open .tit,
.m-menus .open .class-two-open>a {
	color: var(--active-color);
}

.m-menus .active .tit a,
.m-menus .open .tit a {
	color: var(--active-color);
}

.m-menus .active .icon-jiahao1::before,
.m-menus .open .icon-jiahao1::before {
	content: "\e729";
}

.m-menus .class-two-open .icon-zuoyoujiantou21::before {
	content: "\e639";
}

.m-menus .active .xs-menu,
.m-menus .open .xs-menu,
	{
	padding: 0px 0 0;
	/*border-top: 1px solid #dedede;*/
}

.m-menus .class-two-open .xss-menu {
	padding: 0px 0 0;
	border-top: 1px solid #dedede;
}

.m-menus .class-two-open .xss-menu a {
	display: block;
	line-height: 36px;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #dedede;
}

.m-menus .class-two-open .xss-menu a:first-child {
	padding-top: 10px;
}

.m-menus .class-two-open .xss-menu a:last-child {
	padding-bottom: 10px;
	border-bottom: none
}

.m-menus .head_links_box {
	background: #fff;
	margin-top: 1rem;
	padding: .1rem .3rem
}

.m-menus .head_links {
	display: flex !important;
	justify-content: center
}

.m-menus .head_links a {
	padding: 0 .2rem !important;
	display: block;
	flex: 1
}

.m-menus .head_links i {
	margin: 0 auto
}

.m-menus .class-two {
	border-top: 1px solid #dedede;
}

.m-search {
	width: 100%;
	border-radius: 0;
	margin: 2rem 0;
	display: flex;
	flex-direction: row;
	background: #dedede;
	align-items: center;
	padding: 5px 10px;
}

.m-search .btn-search i {
	font-size: 26px;
	line-height: 26px;
	color: #333;
	position: relative;
	top: 3px;
}

.m-search input {
	display: block;
	width: 80%;
	flex: 1 1 auto;
	font-size: 15px;
	outline: none;
	background-color: transparent;
	border: 0;
	color: currentColor;
}

.crumb-product {
	display: flex;
	flex-direction: row;
	align-items: center;
}

/************************适配***************************/
@media (max-width:1024px) {
	.header .topbar {
		position: fixed;
		top: 0;
		z-index: 9999;
		width: 100%;
		box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #f5f5f5;
	}

	.header .topbar .topbar-box h4 {
		display: none;
	}

	.header .topbar .logo,
	.menu-switch {
		display: block;
		float: right;
	}

	.header .topbar .logo {
		width: auto;
		float: left;
	}

	.header .topbar .logo img {
		max-height: 10rem;
	}

 
	/*导航*/
	.header .nav-container {
		background-color: #fff;
		color: #000;
		font-size: 0;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: 60%;
		max-width: 40rem;
		transform: translateX(-100%);
		visibility: hidden;
		transition: .4s cubic-bezier(.785, .135, .15, .86);
		z-index: 999999;
	}

	.header .nav-container .header-nav {
		display: block;
		height: auto;
	}

	.nav-container .col-auto {
		height: auto;
	}

	.nav-container .col-auto,
	.nav-container .col-auto {
		width: 100% !important;
		margin: 0;
	}

	.nav-line-animation {
		flex-direction: column;
		align-items: flex-start;
	}

	.header.show-nav .nav-container {
		transform: translateX(0);
		visibility: visible;
	}

	.header.show-nav .mask {
		z-index: 9998;
		opacity: 1;
		visibility: visible;
		pointer-events: all
	}

	.header .nav-container {
		height: 100%;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.header .nav-container .container {
		height: 100%;
		overflow: auto;
		width: 100%;
	}

	.header .nav-container .logo {
		width: 100%;
		height: 8rem;
		display: flex;
		justify-content: center;
		margin: 6rem 0;
	}

	.nav-line-animation>li {
		width: 100%;
	}

	.nav-line-animation>li>a i {
		visibility: visible;
		display: block;
		float: left;
		color: #333;
		opacity: 1;
		font-size: 3rem;
		margin: 0 3rem 0 5rem;
	}

	 
	.nav-line-animation>li:hover>ul {
		visibility: hidden;
		opacity: 0;
	}


	.sub-page .nav-line-animation>li>a,
	.sub-page .header-search,
	.sub-page .header-search .btn-search i {
		color: #333;
	}

	.sub-page .header-search {
		border-color: var(--active-color);
	}

	.sub-page .header-search .btn-search i {
		color: var(--active-color);
	}
}

@media (max-width:768px) {
	.header .topbar{
		padding: 1rem 0;
	}
	.language {
		margin-right: 3rem;
	}
	.language .icon-yuyan,
	.language span {
		font-size: 15px;
	}
 

	/*首页关于我们*/
	.main-title .title-cn {
		font-size: 3.5rem;
	}

	.footer-menu,
	.footer-info {
		flex-direction: column;
		border: none;
	}

	.footer-info-txt {
		width: 100%;
	}

	.footer .menu {
		margin-bottom: 3rem;
	}

	.footer .menu a {
		padding: 5px 0;
		width: 33.33%;
		display: block;
		float: left;
		text-align: center;
		line-height: 1.3;
	}

	.footer-left,
	.footer .footer-middle,
	.footer-right {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}

	.footer-hotline,
	.footer-info-txt {
		margin-bottom: 4rem;
	}
	.footer-ewm{
		width: 100%;
	}
	.footer-ewm img{
		width: 18rem;
		height: 18rem;
	}
	.footer-info-txt div,
	.footer-ewm p,
	.footer-hotline p {
		font-size: 14px;
	}

	.footer-info-txt .footer-tel i,
	.footer-info-txt .footer-add i {
		font-size: 2.4rem;
	}

	.copyright-content {
		flex-direction: column;
	}

	.copyright-content .copyright-left,
	.copyright-content .copyright-right {
		width: 100%;
		text-align: center;
	}

	.copyright-content,
	.footer .footer-middle .menu ul li {
		font-size: 13px;
		line-height: 22px;
	}

	.copyright {
		margin-top: 0;
	}

	.sub-banner .page-title .cn {
		margin-top: 0;
	}

	.sub-banner .page-title .cn,
	.sub-banner .page-title {
		font-size: 4rem;
	}

	.float-dialog {
		width: auto;
		bottom: 15px;
		height: auto;
		margin-top: auto;
		top: auto;
	}

	.float-dialog .float-content {
		display: none;
	}

	.scroll-top {
		padding: 10px 20px;
		border-radius: 5px;
	}

	.scroll-top i,
	.scroll-top span {
		width: 100%;
		display: block;
		font-size: 15px;
		padding: 5px;
	}

}

@media (max-width:576px) {
	.footer .menu a {
		font-size: 14px;
	}
	.footer-info-txt .footer-tel i, .footer-info-txt .footer-add i{
		font-size: 18px;
	}
}
/**********首页关于我们图片轮播*************/
 .abt-img-wrap{
 	width: 45.41%;
 	position: relative; float: left;  overflow: hidden;
 	margin-right: 3rem;
 	min-width: 510px;
 }
 @media   (max-width:768px ) {
 	 .abt-img-wrap{min-width: auto;width:100%;}
 }
 .abt-img {
 	width: 100%;
 }
 #abtSwiper {
  width: 100%;
}
#abtSwiper  .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#abtSwiper .swiper-slide img {
  display: block;
  max-width: 100%;
}
/*产品与服务*/
.module-ct{
	margin-bottom: 30px;
}
.capabilities .slitting-content-item .img-item img{
 margin-right: 0;
}
.application-pic{
	overflow: hidden;
    position: relative;
    height: 0;
     padding-bottom: 100%; 
    transition: ease 1s;
}
.application-info{
	color: var(--active-color);
	font-weight: 700;
	margin: 10px 0 40px 0;
	height: 6rem;
	-webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
    font-family: 'Roboto Slab', serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    text-decoration: none;
}
 @media   (max-width:768px ) {
 	 .application-info{margin-bottom: 20px; height: 7rem; font-size: 14px;}
 	 .application-list .col-xs-6:nth-child(1) .application-info,
 	 .application-list .col-xs-6:nth-child(2) .application-info,
 	 .application-list .col-xs-6:nth-child(3) .application-info,
 	 .application-list .col-xs-6:nth-child(4) .application-info,
 	 .application-list .col-xs-6:nth-child(7) .application-info,
 	 .application-list .col-xs-6:nth-child(8) .application-info{
 	 	 height: 3rem;
 	 }
 }
.application-wrap .slitting-sidebar{
 
}
.application-wrap .slitting-sidebar .module-title,
.application-wrap .slitting-sidebar .module-ct{
	width: 172px; float: right;
}
.application-de .slitting-content-item:last-child img{margin-top: 0;}
 @media   (max-width:768px ) {
 	 .application-wrap .slitting-sidebar .module-title,
.application-wrap .slitting-sidebar .module-ct{
	width: auto; float: none;
}
 }