@charset "UTF-8";

/*---------------header  topbar----------------*/
@font-face {
	font-family: 'bebas';
	src: url(BEBAS.ttf)
}

.header {
	width: 100%;
	background: #ffffff;
	height: 10rem;
}

.header .logo {
	float: left;
}

.header .logo img {
	max-height: calc(10rem - 20px);
}

.mobile-topbar {
	display: none;
	position: relative;
	z-index: 99999;
	background: #fff;
}

.header .mobile-topbar .mobile-logo img {
	max-height: calc(10rem - 10px);
	margin-top: 5px;
}

.mobile-topbar .menu-switch {
	float: right;
	display: block;
	height: 10rem;
}

.mobile-topbar .menu-switch span {
	background: #333;
}

.header.show-nav .logo {
	margin: 0 auto;
	clear: both;
	float: none;
	text-align: center;
}

.header.show-nav .logo img {
	max-height: 10rem;
	margin: 5rem auto;

}

.fixedbg {
	top: 0;
	margin: 0;
	background: #fff;
	transition: all .5s ease;
	position: fixed;
	z-index: 99999;
}

/*hader 导航*/
.nav-container {
	position: fixed;
	padding: 10px 0;
	width: 100%;
	z-index: 88888;
	transition: all .5s ease;
}

.nav-container .col-auto {
	width: 80% !important;
	max-width: 900px;
}

.header-nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	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;
	margin-bottom: 0;
	position: relative;
}

.nav-line-animation>li>a {
	color: #010101;
	font-size: 16px;
}
.is-mobile .nav-line-animation>li>a{
	font-size: 16px;
}
.nav-line-animation>li>a i {
	visibility: hidden;
	opacity: 0;
	display: none;
}

.nav-line-animation>li>a:hover {
	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: 1.8rem;
	font-weight: 400;
	line-height: 1.8rem;
	color: #000;
	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: #000;
	-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;
}
.nav-line-animation>li.yuyan {padding-left: 5rem}
.yuyan i{color: var(--active-color); margin-right: 5px;}

/*首页banner*/
.home-banner {
	width: 100%;
	height: auto;
	max-height: 68rem;
}

.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;
}

.home-banner .swiper-img {
	width: 100%;
	height: 100%;
}

.home-banner .swiper-slide-active .swiper-img {}

.banner-txt{
	position: absolute;
	top: 0;
	left: 0;
	z-index: ;
	color: #fff!important;
	height: 100%;
	width: 100%;
}
.banner-txt h2{
	font-size:4rem;
	margin-bottom: 2.4rem;
	font-weight: bold;
}
.banner-txt p{
	font-family: arial;
	font-size:2.4rem;
	text-transform: uppercase;
	padding-bottom: 4rem;
	overflow: hidden;
}
.banner-txt i{
	font-size: 5rem;
}
.banner-txt a i{
	color: #fff;
}
.banner-txt .container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	height: 100%;
}
@media(max-width:768px){
	.banner-txt h2{
		font-size:3rem;
		margin-bottom: 1.4rem;
}
.banner-txt p{
	font-size:14px;
	padding-bottom: 2rem;
}
.banner-txt i{
	font-size: 3rem;
}
}

@media(max-width:450px){
	.banner-txt p{
		font-size:12px;
		padding-bottom: 2rem;
	}
}
.home-service {
	width: 100%;
	background-color: #fff;
}


.home-service,
.home-product-case,
.home-case,
.home-partner,
.home-about {
	padding: 7rem 0;
}

@media (max-width:768px) {

	.home-service,
	.home-product-case,
	.home-case,
	.home-partner,
	.home-about {
		padding: 3rem 0;
	}
}

.main-title {
	position: relative;
	margin: 3rem 0;
	text-align: center;
}

.main-title .title-cn {
	font-size: 2.4rem;
	line-height: 2rem;
	padding: 6px 0;
}

.main-title .title-cn-two {
	font-size: 16px;
	line-height: 1.5;
	padding: 6px 0;
}

.home-service-list {
	padding-top: 8rem;
	margin: 0 -10px;
	clear: both;
}

.home-service-list .row-space {
	padding: 0 10px;
}

.home-service-list .list-item {
	transition: all 0.8s;
}

.home-service-list .list-item .item-info {
	padding: 1.5rem 10px;
	position: relative;
}

.home-service-list .list-item .item-info h4.tit {
	font-size: 16px;
	position: relative;
	text-align: center;
}

.home-service-list .list-item .item-info p {
	line-height: 22px;
}
.is-mobile .home-service-list .list-item .item-info p{
		font-size: 14px;
		padding-top: 10px;
}
 
.home-service-list .list-item .item-img {
	width: 16.7rem;
	height: 16.7rem;
	margin: 0 auto;
}

.home-service-list .list-item .item-img img {
	display: block;
	margin: 0 auto;
	transform: scale(1);
	transition: all 0.8s;
}

.home-service-list .list-item:hover .item-img img {
	transform: scale(1.2);
	transition: all 0.8s;
}

@media (max-width: 768px) {
	.home-service-list {
		padding-top: 2rem
	}
}

/*首页产品案例*/
.home-product-case {
	background: #f7f7f7 url(../images/cpbg.jpeg) no-repeat center top;
}

.home-product-case .main-title .title-cn {
	font-size: 2.4rem;
	font-weight: normal;
	color: #rgb(34, 34, 34);
}

.home-product-case .main-title .title-cn-two {
	font-size: 14px;
}

.home-product-list {
	margin-top: 5rem;
	background: #f5f5f5;
	border: #fff solid 6px;
	border-top: none;
	border-bottom: none;
	position: relative;
}

.swiper-product-wrap {
	width: 95.25%;
	margin: 0 auto;
	background: #fff;
	padding: 2rem 3rem;
}

.swiper-product {
	width: 100%;
}

.home-product-list .swiper-slide {

	max-width: 342px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.home-product-list .swiper-slide .item-product {
	width: 100%;
}

.home-product-list .swiper-slide .home-product-info h3 {
	color: #333333;
	margin-bottom: 10px;
	font-size: 1.4rem;
}

.home-product-list .swiper-slide .home-product-info p {
	color: rgba(187, 187, 187, 1) !important;
	margin-bottom: 20px;
	line-height: 24px;
	text-align: left;
}
.is-mobile .home-product-list .swiper-slide .home-product-info h3 {
	font-size: 15px;
}
.is-mobile .home-product-list .swiper-slide .home-product-info p{
	font-size: 14px;
}
.home-product-list .home-product-info {
	text-align: center;
}

.home-product-list .pic {
	transition: all 0.8s;
	padding-bottom: 100%;
}
.home-product-list .case-pic {
	transition: all 0.8s;
	padding-bottom: 44.3%;
}
.product-prev,
.product-next,
.case-prev,
.case-next {
	background-image: none
}

.product-prev i,
.product-next i,
.case-prev i,
.case-next i {
	font-size: 28px;
}

.product-prev,
.case-prev {
	left: 2px;
}

.product-next,
.case-next {
	right: 5px;
}

.main-more {
	display: block;
	width: 19rem;
	height: 4.8rem;
	line-height: 4.8rem;
	text-align: center;
	color: #fff !important;
	background: var(--active-color);
	transition: all;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.more-pro {
	margin: 4rem auto 0 auto;
}

.more-pro a {
	color: #fff;
	display: block;
	width: 100%;
}

.more-pro:hover {
	background: #f8b62b;
}

@media (max-width: 768px) {
	.home-product-list {
		margin-top: 2rem
	}

	.more-pro {
		margin-top: 2rem;
		font-size: 14px;
	}
}

/*首页联系我们*/
.home-contact {
	background: #ffba00 url(../images/ktzbg.jpeg) no-repeat left top;
	color: #fff;
	position: relative;
	background-size: 68.28125% 100%;
}

.home-contact .row {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.home-contact .left-box {
	width: 74%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
	height: 27rem;
}

.home-contact .left-box .info {
	margin-right: 9.5rem;
}

.home-contact .left-box .info h4 {
	font-size: 18px;
	line-height: 4rem;
	border-top: #fff solid 1px;
	border-bottom: #fff solid 1px;
}

.home-contact .left-box .info h5 {
	padding: 6px 0;
}
.is-mobile .home-contact .left-box .info h5 {
	font-size: 14px;
}


.home-contact .left-box .info p {
	font-size: 16px;
	padding-top: 10px;
}

.home-contact .right-box {
	width: 26%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.home-contact .right-box .info {
	text-align: center;
}

.home-contact .right-box .info .tit {
	font-size: 14px;
}

.home-contact .right-box .info .tel {
	font-size: 2.4rem;
}

.home-contact .right-box .info .tit,
.home-contact .right-box .info .tel,
.home-contact .right-box .info p {
	padding: 10px 0;
}
 
.is-mobile .home-contact .right-box .info .tel{
	font-size: 16px;
	}
.is-mobile .home-contact .right-box .info p {
	font-size: 14px;
}


.home-contact .right-box .info .tit {
	padding-top: 20px;
}

@media (max-width:768px) {
	.home-contact {
		background-size: 100% 24rem;
	}

	.home-contact .row {
		flex-direction: column;
	}

	.home-contact .left-box,
	.home-contact .right-box {
		width: 100%;
	}

	.home-contact .left-box {
		height: auto;
		padding: 2rem 0 1rem 0;
	}

	.home-contact .left-box .info {
		margin-right: 0;
		padding-bottom: 3rem;
	}

	.home-contact .right-box {
		justify-content: center
	}

}

/*首页案例展示*/
.home-case {
	background: #fff;
}

.home-case .home-product-list {
	background: #fff;
}

.swiper-case-wrap {
	width: 95.55%;
	margin: 0 auto;
	background: #fff;
	padding: 2rem 3rem;
}

.swiper-case {
	padding: 10px;
}

.home-case .home-product-list .swiper-slide {}

.home-case .home-product-list .swiper-slide:hover {
	-moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	/* Firefox 4*/
	-webkit-transition: all .5s ease;
	/* Safari 和 Chrome*/
	-o-transition: all .5s ease;
	/* Opera*/
	;
}

.swiper-case .item-product {
	padding: 1.6rem;
	background: #f6f6f6;
}

.swiper-case .home-product-info {
	background: #ffffff;
	overflow: hidden;
	padding: 0 10px;
	height: 11rem;
}
.is-mobile .swiper-case .home-product-info{
	height: auto;
}

/*首页合作伙伴*/
.home-partner {
	width: 100%;
	background: url(../images/hzhbbg1.jpeg) no-repeat center top;
	background-size: cover;
}

.home-partner .main-title .title-cn {
	font-weight: normal;
	font-size: 2.4rem;
}

.home-partner .main-title span {
	width: 25px;
	height: 1px;
	display: block;
	background-color: #ffba00;
	margin: 23px auto 10px auto;
}

.home-partner-list {
	overflow: hidden;
}

.home-partner-list .container {
	max-width: 1200px;
}

.home-partner-list .list-item {
	padding: 7rem 0;
}

.home-partner-list .list-item .item-info {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.home-partner-list .list-item .item-info .pic {
	width: 28.5%;
}

.home-partner-list .list-item .item-info .info {
	width: 46%;
}

.home-partner-list .list-item .item-info .info h3 {
	font-size: 16px;
	padding: 1rem 0;
}

.home-partner-list .list-item .item-info .info p {
	font-size: 14px;
	line-height: 24px;
	padding: 1rem 0;
}

.home-partner-list .list-item:nth-child(2) {
	background: url(../images/hzhbbg2.jpeg) no-repeat center top;
	background-size: cover;
}

.home-partner-list .list-item:nth-child(2) .item-info .info {
	order: 2
}

@media (max-width: 768px) {
	.home-partner-list .list-item {
		padding: 3rem 0;
	}

	.home-partner-list .list-item .item-info {
		flex-direction: column;
	}

	.home-partner-list .list-item .item-info .info,
	.home-partner-list .list-item .item-info .pic {
		width: 100%;
	}

	.home-partner-list .list-item:nth-child(2) .item-info .info {
		order: 0;
	}
}

/*首页新闻*/
.home-news .tit {
	font-size: 2rem;
	color: #282828;
	position: relative;
	margin-bottom: 3rem;
}

.home-news .tit::after {
	display: block;
	width: 4.8rem;
	height: 5px;
	background: #eeb133;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
}

.news_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news_top .tits {
	display: flex;
}

.news_top .tit {
	color: #666;
	padding: 8rem 5rem 1.3rem 0
}

.news_top .tit.on {
	color: #000;
}

.news_top .tit::after {
	background: transparent;

}

.news_top .tit.on::after {
	background: #eeb133;
}

.news_top .more_btn {
	margin-top: 5rem;
}

.news_top .more_btn a {
	font-size: 18px;
	color: #f7b62b;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 2px solid #fbdcab;
}

.home-news .swiper-container-news {
	margin: 0;
	padding: 2.7rem 1.5rem 10rem 0;
}

.home-news .swiper-container-news .swiper-slide {
	background: #f7f8f8;
	transition: all 0.3s linear;
	margin: 0 -0.1rem;
	box-sizing: border-box;
}

.news_pic {
	overflow: hidden;
	padding-bottom: 58.8%;
}

.news_pic img {
	transition: all 0.3s linear;
}

.swiper-container-news .swiper-slide:hover .news_pic img {
	transform: scale(1.1);
}

.news_js {
	padding: 2rem 3.6rem;
	box-sizing: border-box;
}

.news_js h3 {
	display: flex;
	align-items: center;
}

.news_js h3 b {
	font-size: 5rem;
	color: #f8b62b;
	font-family: 'bebas';
}

.news_js h3 span {
	font-size: 1.8rem;
	color: #b5b5b6;
	line-height: 2.4rem;
	margin: 0 0.3rem 0 0.1rem;
	font-family: "思源黑体 CN Medium";
	position: relative;
	top: .2rem;
}

.news_js h3 strong {
	width: 7.6rem;
	height: 1px;
	background: #b5b5b6;
}

.news_js h4 {
	font-size: 2rem;
	color: #28292a;
	line-height: 3rem;
	padding: 4rem 0;
	font-family: "思源黑体 CN Medium";
}

.news_js p {
	font-size: 14px;
	color: #707070;
	line-height: 24px;
}

.swiper-container-news .swiper-slide:hover {
	background: #fff;
	box-sizing: border-box;
	box-shadow: 1rem 1rem 1rem #dddede;
	transform: translateY(-2.7rem);
}

.swiper-pagination-news {
	margin: 1rem auto;
}

.swiper-pagination-news .swiper-pagination-bullet {
	width: 6rem;
	height: 1px;
	background: #e7e7e7;
	border-radius: 0 !important;
	opacity: 1;
	margin: 0 !important;
}

.swiper-pagination-news .swiper-pagination-bullet-active {
	width: 10rem;
	height: 3px;
	background: #f3ba42;
}

@media (max-width: 768px) {
	.news_top .tit {
		padding-top: 3rem;
	}

	.news_top .more_btn {
		margin-top: 0;

	}

	.news_top .more_btn a,
	.home-news .tit {
		font-size: 16px;
		font-weight: normal;
	}

	.home-news .tit::after {
		height: 2px;
		bottom: -10px;
	}

	.news_js {
		padding: 2rem;
	}

	.news_js h4 {
		padding: 2rem 0;
		font-size: 3rem;
		line-height: 1.5;
	}
}

/*首页关于我们*/
.home-about {
	overflow: hidden;
	width: 100%;
	background: url(../images/abtbg.gif) no-repeat center top;
	background-size: cover;
}

.home-about-left {
	width: 58.6%;
	float: left;
}

.home-about-left .main-title {
	text-align: left;
}

.home-about-left .main-title .title-cn {
	font-size: 18px;
	color: rgb(34, 34, 34);
	font-weight: normal;
}

.home-about-left .main-title .line {
	width: 100%;
	height: 1px;
	background: #ededed;
	margin: 1.4rem 0;
	position: relative;
}

.home-about-left .main-title .line::after {
	position: absolute;
	width: 27px;
	height: 1px;
	content: "";
	left: 0;
	top: 0;
	background: #0c5cbd;
}

.home-about-left .main-title .title-en {
	color: rgb(0, 0, 0);
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
}

.home-about-left .about-subtitle {
	font-size: 3rem;
	line-height: 4rem;
	border-bottom: #ededed solid 1px;
	padding: 2.5rem 0 3rem 0;
	margin-bottom: 3rem;
}

.home-about-left .about-content {
	font-size: 16px;
	color: rgb(89, 89, 89);
	line-height: 32px;
	margin-bottom: 4rem;
}


.home-about-left a {
	width: 17.4rem;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 14px;
	background: #0c5cbd;
}

.home-about-left a:hover {
	background: #f8b62b;
}

.about-count {
	background: #fff;
	float: right;
	width: 100%;
	padding: 3rem 0 3rem 3rem;
}

.about-count .item {
	width: 50%;
	padding: 3rem;
	float: left;
}

.about-count .item .num,
.about-count .item p {
	color: #010101;
}

.about-count .item p {
	font-size: 14px;
	color: rgb(102, 102, 102);
}

.about-count .item .num {
	margin-bottom: 17px;
	color: rgb(255, 186, 0);
	font-weight: bold;
}

.about-count .item .num span {
	font-size: 2.4rem;
}

.about-count .item .num span.small {
	font-size: 2.4rem;
}

.home-about-right {
	width: 29%;
	float: right;
	height: 100%;

	z-index: 999;
}

.home-about-left,
.home-about-right {
	padding: 10rem 0;
}

@media (max-width:1200px) {
	.home-about-left {
		width: 50%;
	}

	.home-about-right {
		width: 40%;
	}
}

@media (max-width:992px) {
	.home-about-left .about-content {
		font-size: 14px;
		line-height: 28px;
	}

	.about-count {
		padding: 2rem 0 2rem 2rem;
	}

	.about-count .item {
		padding: 2rem;
	}

}

@media (max-width: 768px) {

	.home-about-left,
	.home-about-right {
		padding: 3rem 0;
	}

	.home-about-right {
		margin-top: 0;
	}
}

/*footer*/
.footer {
	background: #222222;
	color: rgb(119, 119, 119);
	padding: 7rem 0 0 0;
}

.footer a {
	color: rgb(119, 119, 119);
	transition: all 0.2s;
}

.footer a:hover {
	color: rgba(255, 255, 255, .6);
}

.footer-menu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.footer-left {
	width: 14rem;
	min-width: 140px;
}

.footer-left p {
	font-size: 14px;
	margin: 13px 0;
}

.footer-left .ewm {
	width: 14rem;
	height: 14rem;
	margin: 0 auto;
	text-align: center;
}

.footer-left .ewm img {
	margin: 0 auto;
}

.footer .footer-middle {
	width: 50.25%;
	float: left;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.footer .footer-middle .menu,
.footer .footer-right {
	float: left;
	width: 20%;
	font-size: 1.4rem;
	text-align: left;
}
.footer .footer-middle .menu{
	float: left;
	width: 15%;
}
.footer .footer-middle .menu:nth-child(3),
.footer .footer-middle .menu:nth-child(4){
	width: 25%!important;
}
.footer .footer-middle .menu h3,
.footer .footer-right h3 {
	font-size: 2rem;
	margin-bottom: 2rem;
	color: #fff;
}

.footer .footer-middle .menu ul li,
.footer .footer-right ul li {
	line-height: 3.5rem;
	font-weight: lighter;
}

.is-mobile .footer .footer-right ul li{
	font-size: 14px;
}
.footer .footer-right {
	width: 20%;
}

.copyright {
	margin-top: 6rem;
}

.copyright-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 14px;
	padding: 2rem 0;
	border-top: #2d2d2d solid 1px;
}

.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: #e72f25;
	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:1280px) {
	.footer .footer-right {
		width: 30%;
	}
}

/*******************************内页************************************/


/*********内页banner*********/
.sub-banner-wrap {
	background-size: cover !important;
	padding: 11rem 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.sub-banner-wrap .page-title {
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	width: 100%;
}

.sub-banner-wrap .page-title .en,
.sub-banner-wrap .page-title .cn {
	padding: 5px 0;
	width: 100%;
	text-align: center;
}

.sub-banner-wrap .page-title .cn {
	font-size: 2.0rem !important;
}

.sub-banner-wrap .product-banner-text .en, .sub-banner-wrap .product-banner-text .cn{
	text-align: left;
}
/************************适配***************************/
@media (max-width:1024px) {

	/*移动端头部*/
	.mobile-topbar {
		display: block;
		height: 6rem;
	}

	/*导航*/
	.header .nav-container {
		background-color: #fff;
		color: #000;
		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%;
	}

	.nav-line-animation>li {
		width: 100%;
		position: relative;
		height: 6rem;
		line-height: 6rem;
		margin-bottom: 0;
		position: relative;
	}

	.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 {
		color: #333;
	}

}

@media (max-width:768px) {

	/*首页关于我们*/
	.main-title .title-cn ,
	.home-product-case .main-title .title-cn{
		font-size: 3.5rem;
	}
	.home-about-left .main-title .title-en{
		font-size: 12px;
		line-height: 1.5;
	}

	.home-about-left {
		width: 100%;
		z-index: 999;
	}

	.home-about-left .about-subtitle,
	.home-about-left .about-content,
	.home-about-left .about-count {
		width: 100%;
	}

	.home-about-right {
		width: 100%;
	}

	.home-about-right {
		width: 100%;
	}

	.home-about-left,
	.home-about-right {
		padding-top: 2rem;
	}

	.about-count {
		margin-top: 5rem;
	}

	.about-count .item .num span {
		font-size: 4rem;
	}

	.home-about-left .about-content {
		font-size: 15px;
		line-height: 32px;
	}
	.home-partner .main-title span{
		margin-top: 12px;
	}
	.home-partner .main-title .title-cn{
		font-size: 3.2rem;
	}
	.home-partner .main-title .title-cn-two{
		font-size: 14px;
	}
	.swiper-case-wrap{
		padding-top: 0;
	}
	.home-case .home-product-list{ margin-top: 0;}

	.footer {
		padding: 3rem 0 0 0;
	}

	.footer-menu {
		flex-direction: column;
	}

	.footer-left,
	.footer .footer-middle,
	.footer-right {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}

	.footer-left {
		margin-bottom: 2rem;
	}

	.footer-left .ewm {
		margin: 0 auto;
	}

	.footer .footer-middle {
		flex-wrap: wrap;
		margin-bottom: 0rem;
	}

	.footer .footer-middle .menu,
	.footer .footer-middle .menu:nth-child(3), .footer .footer-middle .menu:nth-child(4) {
		width: 50%!important;
	}

	.footer .footer-middle .menu h3,
	.footer .footer-right h3 {
		font-size: 16px;
		margin: 10px 0;
		padding: 0;
	}

	.footer .footer-middle .menu ul li {}

	.footer .footer-middle .menu:nth-child(2):after,
	.footer .footer-middle .menu:nth-child(4):after {
		background: none;
	}

	.footer .footer-right {
		width: 100%;
		margin-bottom: 3rem;
	}

	.footer-right .footer-tel,
	.footer-right .footer-add {
		justify-content: center;
	}

	.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;
	}
	

}

@media (max-width:576px) {
	.home-product-title .home-product-title-left {
		width: 100%;
	}

	.home-product-title .home-product-title-left li {
		margin-right: 10px;
	}

	.home-product-title .home-product-title-right {
		display: none;
	}

	.home-news-title .main-title {
		width: 25%;
	}

	.home-news-tit-right ul li {
		padding: 0 1rem;
	}
}
