@charset "utf-8";

.h2_title.page {
	text-align: center;
	text-transform: uppercase;
	font-size: 40.63px;
	line-height: 57px;
}

.h2_title.cn{
	font-size: 35px;
}

*.ptn {
	padding-top: 0 !important;
}

.e5 {
	background-color: #e5e5e5 !important;
}

.f3 {
	background-color: #f3f3f3 !important;
}


.to-big .img {
	overflow: hidden;
}

.to-big .img img {
	display: block;
	width: 100%;
}

.transOne {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.transTwo {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.transAll * {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.up {
	text-transform: uppercase;
}

.gray {
	background: #f5f5f5;
}







/*#banner-page*/

#banner_page img {
	display: block;
	width: 100%;
}


#banner_page {
	position: relative
}

#banner_page img {
	display: block;
	width: 100%;
	height: auto
}

/* #banner_page:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(0, 0, 0, 0.1);
	display: block
} */

#banner_page .justify-content {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 200;
	width: 100%;
	height: 100%;
	color: #fff;
}

#banner_page .w1510 h2 {
	font-size: 36px;
	font-weight:400;
	margin-bottom: 15px;
	letter-spacing: 1px;
	text-align: left;
	position: relative;
	display: inline-block;
	z-index: 1;
}

#banner_page .w1510 h2::after {
	content: "";
	display: block;
	height: 50%;
	width: 105%;
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: -1;
	background-color: #EE1D23;
}


#banner_page .w1510 p {
	font-size: 21.84px;
	line-height: 30px;
	display: block;
	font-weight:400;
	padding-bottom: 10px;
	text-transform: uppercase;
}

@media screen and (max-width:1680px) {}

@media screen and (max-width:1440px) {


	#banner_page .w1510 p {
		font-size: 20.84px;
		line-height: 25px;
	}
}

@media screen and (max-width:1182px) {
	
	#banner_page .w1510 h2::after {
	    height: 20%;
	    width: 60%;
		bottom: -10px;
	}
}


@media screen and (max-width:1000px) {


	#banner_page .w1510 h2 {
		font-size: 26px !important;
		line-height: 30px !important;
	}
	
	
	

	#banner_page .w1510 p {
		font-size: 15px;
		line-height: 20px;
		padding-bottom:0px;
	}
	
}

@media screen and (max-width:600px) {

	#banner_page .w1510 h2 {
		font-size: 23px !important;
	}
	
	
	#banner_page .w1510 h2::after {
	    height: 20%;
	    width: 20% !important;
		bottom: -10px;
	}

	#banner_page .w1510 p {
		font-size: 13px;
		line-height: 20px;
	}
}

@media screen and (max-width:400px) {
	#banner_page .w1510 h2 {
		font-size: 12px !important;
		line-height: 16px !important;
	}
}



/*#banner-page*/


/*#news-page*/
.position {
	padding: 45px 0 55px;
}

.position a {
    display: inline-block;
    padding: 0 5px;
    font-size: 16px;
    line-height: 25px;
    
}

.position a:first-child {
	padding-left: 0;
}


/* .position a.home {
	
} */

/* .position a.page {
	font-weight:400;
} */

.top-news a {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 50px;
	border-bottom: 2px solid #e1e1e1;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

.top-news a:hover * {
	color: #EE1D23;
}

.top-news a:nth-child(3) {
	margin-right: 0;
}

.top-news a .img img {
	display: block;
	width: 100%;
}

.top-news a .t-t {
	padding-top: 25px;
	padding-bottom: 50px;
}

.top-news a .t-t .tit {
	float: left;
	width: 70%;
}

.top-news a .t-t .tit span {
    display: block;
    width: 100%;
    font-size: 18px;
	height: 20px;
	line-height: 18px;
    font-weight:400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.top-news a .t-t .time {
	font-size: 16px;
	float: right;
	
	color: #909090;
}

.top-news a:hover * {
	color: #EE1D23;
}

#page_news .news-list,
#page_news .news-content,
#page_news .pro-list {
	float: left;
	width: 64.15%;
	padding: 65px 70px;
	box-shadow: 0 0 31px 4px #e6e6e6;
}

#page_news .news-list{
	margin-bottom: 100px;
}

#page_news .news-content>img {
	display: block;
	width: 100%;
}

#page_news .news-list .list {
	margin-bottom: 55px;
	display: block;
}

#page_news .news-list .list .left {
	float: left;
	width: 30%;
}

#page_news .news-list .list .right {
	float: right;
	width: 68%;
}


#page_news .news-list .list .img img {
	display: block;
	width: 100%;
}


/* #page_news .t-h span {
	display: inline-block;
	margin-right: 30px;
	font-size: 16px;
	line-height: 25px;
	height: 25px;
	padding-left: 30px;
	background-image: url(../images/news_time.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	color: #535353;
} */

/* #page_news .t-h span.hits {
	background-image: url(../images/news_hits.png);
} */


#page_news .news-list .list .tit {
	font-size: 22px;
	font-weight:400;
	line-height: 30px;
	color: #454545;
	margin: 0 0 15px;
}

#page_news .news-list .list .tit::after {
	content: "";
	background-color: #999;
	width: 60px;
	height: 4px;
	display: block;
	margin-top: 10px;
}


#page_news .news-list .list .des {
	font-size: 16px;
	line-height: 22px;
	
	margin-top: 14px;
	color: #676767;
	height: 55px;
	margin-bottom: 40px;
}

#page_news .news-list .list .t-h {
	font-size: 14px;
	line-height: 27px;
	
	letter-spacing: 0.5px;
}

#page_news .news-list .list .t-h .time {
	float: left;
	color: #676767;
}

#page_news .news-list .list .url {
	float: right;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: bold;
	text-transform: uppercase;
}


#page_news .news-list .list:hover * {
	color: #EE1D23;
}

#page_news .news-list .list:hover .t-h .time {
	color: #EE1D23;
}

#page_news .news-list .list:hover .tit::after {
	content: "";
	background-color: #EE1D23;
}

#page_news .news-cate-box {
	float: right;
	width: 20.8%;
}

#page_news .news-cate-box .search {
	position: relative;
	padding: 0px 0 50px;
}

#page_news .news-cate-box .search #news_sub_text {
	border: 0;
	border-bottom: 2px solid #ccc;
	line-height: 45px;
	height: 45px;
	font-size: 16px;
	padding-left: 15px;
	outline: unset;
	display: block;
	
	width: 100%;
}

#page_news .news-cate-box .search #news_sub {
	background-image: unset;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	right: 10px;
	background-color: unset;
	top: 12px;
	outline: unset;
	border: unset;
}

#cate-list .cate-top-tit {
	font-size: 24px;
	font-weight:400;
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1.5px solid #aaa;
}


#cate-list .list-box {
	margin: 35px 0 50px;
}

#cate-list .list-box li {
	display: block;
	margin-bottom: 27px;
	position: relative;
}

#cate-list .list-box li>a {
    font-size: 19px;
    line-height: 27px;
    
    padding-left: 20px;
    position: relative;
    font-weight: bold;
    color: #696969;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

#cate-list.cn .list-box li {
	display: block;
	margin-bottom: 15px;
	position: relative;
}
#cate-list.cn .list-box li>a{
	font-size: 16px;
}

#cate-list .list-box li>a::after {
	content: "";
	background-color: #7e8081;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 15px;
	width: 10px;
	height: 1px;
}

#cate-list .list-box li.active>a,
#cate-list .list-box li:hover>a {
	color: #EE1D23;
}

#cate-list .list-box li>a:hover::after {
	color: #EE1D23;
}

#cate-list .list-box li .child-box {
	padding: 10px 0px 5px 10px;
	display: none;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#cate-list .list-box li.active .child-box {
	display: block;
	opacity: 1;
}

#cate-list .list-box li .child-box a {
	display: block;
	margin-top: 10px;
	padding-left: 20px;
	font-size: 17px;
	line-height: 23px;
	position: relative;
	color: #7e8081;
	
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#cate-list.cn .list-box li .child-box a {
	font-size: 14px;
	line-height: 28px;
}

#cate-list .list-box li .child-box a:first-child {
	margin-top: 0;
}


#cate-list .list-box li .child-box a:hover,#cate-list .list-box li .child-box a.active{
	color: #EE1D23;
}



.news-pro-list .pro_top_tit {
	font-size: 28px;
	font-weight:400;
	position: relative;
	padding-bottom: 10px;
	padding-left: 40px;
}

.news-pro-list .pro_top_tit::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #EE1D23;
}

/* .news-pro-list .pro_top_tit {
	font-size: 20px;
	font-weight:400;
	border-bottom: 2px solid #eee;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
} */

.news-pro-list a {
	margin-top: 45px;
	display: block;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.news-pro-list a:hover {
	color: #EE1D23;
}

.news-pro-list a .img {
	width: 35%;
	margin-right: 5%;
	float: left;
}

.news-pro-list a .con {
	float: right;
	width: 60%;
}

.news-pro-list a .con .author {
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 5px;
	
}

.news-pro-list a .con .tit {
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 5px;
	font-weight:400;
}

.news-pro-list a .con .des {
	font-size: 14px;
	line-height: 20px;
	color: #8d8d8d;
	margin-bottom: 8px;
	
}

.news-pro-list a .con .time {
	font-size: 12px;
	color: #8d8d8d;
}

.news-tags .tags_top_tit {
	font-size: 20px;
	font-weight:400;
	border-bottom: 2px solid #eee;
	position: relative;
	margin-top: 80px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.news-tags .tags-box a {
	display: inline-block;
	border: 1px solid #eee;
	padding: 5px 8px;
	margin-right: 6px;
	margin-bottom: 13px;
	font-size: 16px;
}

@media screen and (max-width:1750px) {
			.top-news a .t-t .tit span {
				font-size: 16px;
			}
			.top-news a .t-t .time {
			    font-size: 15px;
			}
			.top-news a .t-t {
			    padding-top: 20px;
			    padding-bottom: 40px;
			}
		}
		@media screen and (max-width:1680px) {
			.top-news a .t-t .tit{
				width: 55%;
			}
			.top-news a .t-t .tit span {
				font-size: 15px;
			}
			.top-news a .t-t .time {
			    font-size: 13px;
			}
			.top-news a .t-t {
			    padding-top: 20px;
			    padding-bottom: 35px;
			}
			#page_news .news-list .list .tit {
			    font-size: 20px;
			}
			#page_news .news-list .list .des {
			    font-size: 14px;
			    line-height: 20px;
			    margin-top: 14px;
			    height: 50px;
			    margin-bottom: 30px;
			}
			#cate-list .cate-top-tit {
			    font-size: 22px;
			}
			#cate-list .list-box li {
			    display: block;
			    margin-bottom: 20px;
			}
			#cate-list .list-box li>a,#cate-list.cn .list-box li>a{
			    font-size: 18px;
			    line-height: 23px;
			}
		}
		
		@media screen and (max-width:1440px) {
			#page_news .news-list .list .tit {
				font-size: 18px;
				line-height: 25px;
				margin: 0 0 10px;
			}
			#cate-list .cate-top-tit {
			    font-size: 20px;
			}
			#page_news .news-list .list .des {
			    font-size: 13px;
			    line-height: 20px;
			    margin-top: 10px;
			    height: 40px;
			    margin-bottom: 20px;
			}
			#cate-list .list-box li>a,#cate-list.cn .list-box li>a {
			    font-size: 16px;
			    line-height: 23px;
			}
			#page_news .news-list .list .url {
			    font-size: 13px;
			}
		}
		
		@media screen and (max-width:1280px) {
				#page_news .news-list .list .left {
				    float: left;
				    width: 36%;
				}
				#page_news .news-list .list .right {
				    float: right;
				    width: 60%;
				}
			
				#page_news .news-list .list .tit {
					font-size: 16px;
					line-height: 23px;
					margin: 0 0 10px;
				}
				#cate-list .cate-top-tit {
				    font-size: 18px;
					padding-bottom: 10px;
				}
				#page_news .news-list .list .des {
				    font-size: 13px;
				    line-height: 20px;
				    margin-top: 10px;
				    height: 40px;
				    margin-bottom: 10px;
				}
				#cate-list .list-box li {
				    margin-bottom: 13px;
				}
				#cate-list .list-box li>a,#cate-list.cn .list-box li>a {
				    font-size: 14px;
				    line-height: 20px;
				}
				#cate-list .list-box li .child-box a,#cate-list.cn .list-box li .child-box a{
				    font-size: 13px;
				    line-height: 18px;
				}
				#page_news .news-list .list .url {
				    font-size: 12.5px;
				}
		}
		@media screen and (max-width:1182px) {
			#page_news .news-list {
			    margin-bottom: 30px;
			}
			#cate-list .list-box {
			    margin: 25px 0 25px;
			}
			#page_news .news-list .list {
			    margin-bottom: 15px;
			}
			#page_news .news-list .list .des{
				height: auto;
				text-overflow: ellipsis;
				    white-space: nowrap;
				    overflow: hidden;
				    width: 95%;
			}
		}
		
		@media screen and (max-width:1000px) {
			.top-news{
				display: none;
			}
		}
		
		@media screen and (max-width:900px) {
			#page_news .news-list, #page_news .news-content, #page_news .pro-list{
				width: 100%;
			}
			#page_news .news-cate-box{
				width: 100% !important;margin-top: 15px;
			}
		}
		
		@media screen and (max-width:600px) {
			#page_news .news-list .list {
			    margin-bottom: 15px;
			    border-top: 1px solid #ccc;
			    margin-top: 15px;
			    padding-top: 15px;
			}
			
			#page_news .news-list .list:nth-child(1){
				margin-top:0px;
				border-top:0px;
				padding-top:0px;
			}
			#page_news .news-list .list .left {
				    float: left;
				    width: 46.5%;
			}
			#page_news .news-list .list .right {
				    float: right;
				    width: 49.5%;
			}
			#page_news .news-list .list .des{
				text-overflow: ellipsis;
				white-space: nowrap;
				overflow: hidden;
				width: 95%;
				margin: 5px 0;
			}
			#page_news .news-list .list .t-h {
			    font-size: 12px;
			}
			#page_news .news-list .list .url {
			    display: none;
			}
			#page_news .news-list .list .tit {
			    font-size: 14px;
			    line-height: 20px;
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
				margin-bottom: 5px;
			}
			#page_news .news-list .list .tit::after {
			    width: 45px;
			    height: 3px;
			    margin-top: 5px;
			}
		}


/*#news-page*/



/*#news-content*/

#page_news .news-content .news-tit {
	font-size: 24px;
	font-weight:400;
	line-height: 30px;
	margin: 50px 0 30px;
	text-align: center;
}

#page_news .news-content .t-h {
	margin-bottom: 50px;
	
	font-size: 14px;
	color: #909090;
	letter-spacing: 0.5px;
	text-align: center;

}

#page_news .news-content .con {
	position: relative;
}

#page_news .news-content img {
	display: block;
	margin: 0 auto;
	margin: 15px 0;
}

#page_news .news-content .con .c-style1 {
	font-size: 16px;
	line-height: 25px;
	
	color: #616161;
	letter-spacing: 0;
	margin-bottom: 65px;
}

#page_news .news-content .con .back {
	text-align: right;
	font-size: 14px;
	line-height: 30px;
	
}


#page_news .news-content .con .back img {
	display: unset;
	margin: unset;
}



@media screen and (max-width:1680px) {
	#page_news .news-content .news-tit {
		font-size: 30px;
		line-height: 40px;
		margin: 20px 0;
	}

	#page_news .news-content .con {
		padding-bottom: 80px;
	}

	#page_news .news-content .con .c-style1 {
		font-size: 17px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	
	#page_news .news-list, #page_news .news-content, #page_news .pro-list {
	    padding: 40px 45px;
	}

}

@media screen and (max-width:1440px) {
	#page_news .news-content .t-h {
		margin-top: 20px;
	}

	#page_news .news-content .news-tit {
		font-size: 26px;
		line-height: 35px;
		margin: 15px 0;
	}

	#page_news .news-content .con .c-style1 {
		font-size: 15px;
		line-height: 23px;
		margin-bottom: 25px;
	}

}

@media screen and (max-width:1280px) {

	#page_news .news-content .t-h {
		margin-top: 20px;
	}

	#page_news .t-h span {
		font-size: 14px;
		line-height: 20px;
	}

	#page_news .news-content .news-tit {
		font-size: 26px;
		line-height: 35px;
		margin: 15px 0;
	}

	#page_news .news-content .con .c-style1 {
		font-size: 15px;
		line-height: 23px;
		margin-bottom: 25px;
	}

	.relate-news-box .list .desc {
		font-size: 12px;
	}
}

@media screen and (max-width:1000px) {

	#page_news .news-content .news-tit {
		font-size: 23px;
		line-height: 35px;
		margin: 15px 0;
	}

	#page_news .news-content .con .c-style1 {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
	}

	#page_news .news-cate-box .search {
		padding: 20px 0;
		padding-top: 0;
	}
	
	#page_news .news-content .news-tit {
	    font-size: 20px;
	    line-height: 35px;
	}
	#page_news .news-content .t-h {
	    margin-top: 15px;
	    margin-bottom: 15px;
	}
	#page_news .news-content{
		padding: 15px;
	}
	#page_news .news-content .con {
	    padding-bottom: 0px;
	}
}


@media screen and (max-width:700px) {}

@media screen and (max-width:600px) {


	#page_news .news-content .news-tit {
		font-size: 16px;
		line-height: 25px;
		margin: 10px 0;
	}

	#page_news .news-content .con .c-style1 {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 18px;
	}


}

/*#news-content*/






/*#pages*/
#pages {
	text-align: center;
	padding: 60px 0;
	padding-bottom: 100px;
	margin: 0 auto;
	width: 100%;
}

#pages .a1,
#pages font {
	display: none
}

#pages a.current {
	display: none
}

#pages a.prev,
#pages a.next {
	background: #f2f2f2;
	border: 1px solid #d6d6d6;
	font-size: 24px;
	line-height: 40px;
}

#pages a.prev:hover,
#pages a.next:hover {
	background: #EE1D23;
	color: #fff;
	border-color: #EE1D23;
}

#pages a,
#pages span,
#pages em {
	width: 45px;
	line-height: 45px;
	height: 45px;
	font-weight: normal;
	display: inline-block;
	margin-left: 5px;
	background: #f2f2f2;
	text-align: center;
	vertical-align: top;
}

#pages a:hover {
	color: #fff;
	background: #EE1D23;
}

#pages em {
	font-size: 12px;
	font-style: normal;
	font-weight: normal
}

#pages span {
	background: #EE1D23;
	border-color: #EE1D23;
	color: #fff;
}



#page-top {
	padding: 80px 0;
	text-align: center;
}

#page-top .tit {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 35px;
}

#page-top .con {
	font-size: 15.35px;
	line-height: 25px;
	max-width: 1050px;
	margin: 0 auto;
	color: #8f8f8f;
}


@media screen and (max-width:1000px) {


	#pages {
		padding: 10px 0;
		padding-bottom: 10px;
	}

	#pages a,
	#pages span,
	#pages em {
		width: 25px;
		line-height: 25px;
		height: 25px;
	}

	#pages a.prev,
	#pages a.next {
		font-size: 20px;
		line-height: 25px;
	}



	#news-bottom .left .list .tit {
		font-size: 16px;
	}

	#news-bottom .left .list .des {
		font-size: 13px;
		line-height: 25px;
		padding: 10px 0;
	}

	#news-bottom .left .list .time,
	#news-bottom .left .list .author,
	#news-bottom .left .list .url {
		font-size: 12px;
	}

	#news-bottom .position {
		margin-top: -10px;
		margin-bottom: 25px;
	}

	#news-bottom .left .con-box {
		padding-bottom: 40px;
	}

	#news-bottom .left .con-box .tit {
		font-size: 18px;
		line-height: 25px;
	}

	#news-bottom .left .con-box .icon {
		padding: 20px 0;
	}

	#news-bottom .left .con-box .content {
		font-size: 13px;
		line-height: 27px;
		padding-top: 15px;
	}

	#news-bottom .left .con-box .url {
		font-size: 13px;
	}



	#page_contact {
		padding-bottom: 20px;
	}


}



@media screen and (max-width:600px) {




	#news-bottom .left .list {
		border-top: 1px solid #eee;
		line-height: 20px;
		font-size: 13px;
		padding-top: 25px;
		margin-top: 25px;
	}


	#news-bottom .left .list .con {
		float: right;
		width: 53%;
		position: relative;
	}


	#news-bottom .left .list .tit {
		font-size: 13px;
		line-height: 23px;
	}

	#news-bottom .left .list .des {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
		padding: 5px;
		padding-left: 9px;
	}


	#news-bottom .left .list .time,
	#news-bottom .left .list .author {
		display: none;
	}

	#news-bottom .left .list .url {
		font-size: 12px;
		position: relative;
		margin-top: 20px;
		padding-left: 9px;
	}

	#news-bottom .left .list .img {
		float: left;
		width: 44%;
	}

	#news-bottom .left .list .tit::before {
		margin-right: 7px;
	}


	#page_contact .position {
		padding: 20px 0;
	}

	#page_contact .position a {
		font-size: 13.5px;
	}

	#con-tab {
		padding: 30px 0;
	}

	#map img {
		display: block;
		width: 100%;
	}

	#con-tab .tab-box {
		padding: 25px 15px;
	}


}


/*#pages*/





/*about-page*/
#about-con1 .con1-left {
	float: left;
	width: 58%;
}

#about-con1 .con1-right {
	float: right;
	width: 35%;
}

#about-con1 .con1-left p {
	font-size: 33px;
	
	margin-bottom: 30px;
}

#about-con1 .con1-left .tit {
	font-size: 45px;
	line-height: 50px;
	margin-bottom: 40px;
	font-weight:400;
}

#about-con1 .con1-left .des {
	font-size: 18px;
	line-height: 28px;
	
}

#about-con1 .con1-right .list1 {
	float: left;
	width: 48%;
}

#about-con1 .con1-right .list2 {
	float: right;
	width: 35%;
}

#about-con1 .con1-right .list1 p {
	margin-top: 105px;
}

#about-con1 .con1-right .list2 p {
	margin-top: 100px;
	text-transform: uppercase;
}

#about-con1 .con1-right .list1 p:nth-child(1),
#about-con1 .con1-right .list2 p:nth-child(1) {
	margin-top: 0;
}

#about-con1 .con1-right .list1 p .b {
	font-size: 56.4px;
	font-weight:400;
	color: #EE1D23;
}

#about-con1 .con1-right .list1 p .b sup {
	font-size: 20px;
	color: #EE1D23;
}

#about-con1 .con1-right .list1 p .s {
	font-size: 33.17px;
	font-weight:400;
	color: #EE1D23;
}

#about-con1 .con1-right .list1 p .s sup {
	font-size: 18px;
	color: #EE1D23;
}

#about-con1 .con1-right .list2 p {
	font-size: 24px;
	line-height: 30px;
	font-weight:400;
	color: #616161;
}

#about-con2 {
	padding: 85px 0 100px
}

#about-con2 .con2-box .list {
    float: left;
    width: 32%;
    margin-right: 2%;
    text-align: center;
    margin-top: 40px;
    outline: 1px solid #cfcfcf;
	overflow:unset;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: relative;
}

#about-con2 .con2-box .list::before {
    content: "";
    width: 90px;
    height: 90px;
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -45px;
    z-index: 999;
}

#about-con2 .con2-box .list:nth-child(1)::before{
	background-image:url(/images/areaicon1.png)
}

#about-con2 .con2-box .list:nth-child(2)::before{
	background-image:url(/images/areaicon2.png)
}

#about-con2 .con2-box .list:nth-child(3)::before{
	background-image:url(/images/areaicon3.png)
}

#about-con2 .con2-box .list:hover {
	background-color: #EE1D23;
	outline: 1px solid #EE1D23;
}

#about-con2 .con2-box .list * {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

#about-con2 .con2-box .list:nth-child(3) {
	margin-right: 0;
}

#about-con2 .con2-box .list .img {
	display: flex;
	justify-content: center;
	align-items: center;
}

#about-con2 .con2-box .list .img img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

#about-con2 .con2-box .list .img img.img2 {
	display: none;
}

#about-con2 .con2-box .list:hover .img img.img1 {
	display: none;
}

#about-con2 .con2-box .list:hover .img img.img2 {
	display: block;
}

#about-con2 .con2-box .list .tit {
    font-size: 20px;
    line-height: 35px;
    margin: 0 auto;
    margin-bottom: 25px;
    font-weight: 400;
    margin-top: 25px;
    width: 100px;
    border-radius: 25px;
    background: #EE1D23;
    color: #fff;
}

#about-con2.cn .con2-box .list .tit {
    font-size: 18px;
    line-height: 30px;
	font-weight: bold;
    margin-bottom: 25px;
	padding: 0 35px;
}

#about-con2 .con2-box .list:hover .tit,
#about-con2 .con2-box .list:hover .des {
	color: #fff;
}

#about-con2 .con2-box .list .des {
	font-size: 16px;
	line-height: 25px;
	padding: 0 35px;
	text-align: center;
	margin-bottom:25px;
}

#about-con2.cn .con2-box .list .des {
	font-size: 16px;
	line-height: 28px;
}

#about-con3 {
	padding: 100px 0;
	background-color: #f3f3f3;
}

#about-con3 .txt,
#about-con3 .txt2 {
	font-size: 18px;
	line-height: 30px;
	color: #616161;
}

#about-con3 .txt2 img {
	float: left;
	width: 48%;
}

#about-con3 .txt2 .con {
	float: right;
	width: 48%;
}

#about-con4 {
	padding: 100px 0;
}

#about-con4 .con1 ul li {
	padding-left: 25px;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 28px;
	
	position: relative;
}

#about-con4 .con1 ul li::before {
	content: "";
	display: block;
	position: absolute;
	background-color: #EE1D23;
	width: 8px;
	height: 8px;
	top: 10px;
	left: 5px;
	border-radius: 50%;
}

#about-con4 .con2 {
	margin-top: 100px;
}

#about-con4 .con2 .swiper-slide img {
	display: block;
	width: 100%;
}


#page-about {
	padding: 0 0 100px;
}

#page-about .a-l {
	float: left;
	width: 48.5%;
}

#page-about .a-l .swiper-button-next:after,#page-about .a-l .swiper-button-prev:after {
    font-size: 20px;
}

#page-about .a-r {
	float: right;
	width: 47%;
	padding-top: 0;
}

.videothumb {
	position: relative;
}

.videothumb img {
	width: 100%;
	height: 100%;
	display: block;
}

.displaynonebs {
	display: none;
}

#page-about .a-r .tit {
	font-size: 30px;
	font-weight:400;
}

#page-about .a-r .des {
	font-size: 15px;
	line-height: 30px;
	margin: 40px 0 40px;
	
}

#page-about .a-r .num {
	width: 100%;
}

#page-about .a-r .num>div {
	float: left;
	margin-right: 10%;
}

#page-about .a-r .num>div .tit {
	font-size: 40px;
	font-weight:700;
	color: #EE1D23;
	margin-bottom: 5px;
}

#page-about .a-r .num>div p {
	font-size: 14px;
	font-weight:400;
	color: #000;
	text-transform: uppercase;
}

#honor_swi {
	padding: 120px 0;
}

#honor_swi .swiper-slide img {
	display: block;
	width: 100%;
}

#part-about {
	padding: 120px 0;
	background-color: #f6f6f6;
}

#part-about .part-box .list {
	border-top: 1px solid #a3a3a3;
}

#part-about .part-box .list:first-child {
	border-top: 0;
}

#part-about .part-box .list .l-box {
	float: left;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 20%;
}

#part-about .part-box .list .l-box img {
	max-width: 80%;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#part-about .part-box .list .l-box img:hover {
	transform: scale(1.05);
}

@media screen and (max-width:1880px) {
			
			#page-about .a-r .num>div {
			    margin-right: 8% !important;
			}
		}
		
		@media screen and (max-width:1680px) {
			#page-about .a-r .tit {
			    font-size: 28px;
			}
			#page-about .a-r .des {
			    font-size: 14px;
			    line-height: 25px;
			    margin: 35px 0 35px;
			}
			#page-about .a-r .num>div {
			    margin-right: 5% !important;
			}
			#page-about .a-r .num>div .tit {
			    font-size: 36px;
			}
			#page-about .a-r .num>div p {
			    font-size: 13px;
			}
		}
		@media screen and (max-width:1440px) {
			#page-about .a-r .tit {
			    font-size: 26px;
			}
			#page-about .a-r .des {
			    font-size: 13.5px;
			    line-height: 25px;
			    margin: 30px 0 30px;
			}
			
			#page-about .a-r .num>div {
			    margin-right: 2% !important;
			}
			#page-about .a-r .num>div .tit {
			    font-size: 28px;
			}
			#page-about .a-r .num>div p {
			    font-size: 12px;
				width: 80%;
			}
		}
		@media screen and (max-width:1280px) {
			#page-about .a-r {
			    padding-top: 25px;
			}
			#page-about .a-r .tit {
			    font-size: 22px;
			}
			#page-about .a-r .des {
			    font-size: 13px;
			    line-height: 21px;
			    margin: 20px 0 20px;
			}
			#page-about .a-r .num>div .tit {
			    font-size: 22px;
			}
			#page-about .a-r .num>div p {
				width: 80%;
			}
		}
		@media screen and (max-width:1182px) {
			#page-about .a-r .num>div {
			    width: 25%;
			}
			#page-about {
			    padding: 0 0 30px;
			}
			#part-about {
			    padding: 10px 0;
			}
			#part-about .part-box .list .l-box {
			    height: 100px;
			}
			#part-about .part-box .list .l-box img {
			    max-width: 90%;
			}
		}
		@media screen and (max-width:900px) {
			#page-about .a-l{
				width: 100%;
				margin-bottom: 15px;
			}
			#page-about .a-r{
				width: 100%;
			}
			#page-about .a-r .des{
				margin: 15px 0;
			}
			#page-about .a-r .num>div {
			    width: 45%;
				margin-top: 15px;
				height:50px;
			}
			
			#page-about .a-r .num>div.clear{
				height: unset;
				width:unset;
				margin-top:unset;
			}

#about-con2 .con2-box .list::before{
display:none;
}
			
		}
		@media screen and (max-width:600px) {
			
			#part-about .part-box .h2_title.page {
			    font-size: 18px;
			    line-height: 25px;
				margin-bottom:10px;
			}
			
			#part-about .part-box .list .l-box {
			    height: 50px;
			}
		}

/*about-page*/


/*pro-list*/

#page_news .pro-list .list {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 5%;
	text-align: center;
}

#page_news .pro-list .list:nth-child(3n) {
	margin-right: 0;
}

#page_news .pro-list .list img {
	display: block;
	width: 100%;
}

#page_news .pro-list .list .tit {
	font-size: 16px;
	
	line-height: 25px;
	margin-top: 15px;
	padding: 0 10px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

#page_news .pro-list .list:hover .tit {
	color: #EE1D23;
	font-weight:400;
}

@media screen and (max-width: 900px) {
	#page_news .pro-list {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	#page_news .pro-list .list {
		float: left;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
		text-align: center;
		background-color: #f3f3f3;
	}

	#page_news .pro-list .list:nth-child(3n) {
		margin-right: 2%;
	}

	#page_news .pro-list .list:nth-child(2n) {
		margin-right: 0;
	}


}

#call-back {
	padding: 100px 0 110px;
	background-color: #f3f3f3;
}

#call-back .pro-top-tit {
	font-size: 24px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #535353;
	font-weight:400;
	color: #535353;
	text-transform: uppercase;
}

#call-back .form-box {
	
}


#call-back .form-box .left {
	float: left;
	width: 48%;
}

#call-back .form-box .left .left-con1 {
	font-size: 19px;
	color: #464646;
	line-height: 25px;
	margin: 44px 0 34px;
	font-weight:400;
}

#call-back .form-box .left .left-con2 {
	font-size: 18px;
	color: #8a8a8a;
	line-height: 25px;
}

#call-back.cn .form-box .left .left-con1 {
	font-size: 18px;
	color: #464646;
	line-height: 30px;
	margin: 44px 0 34px;
}

#call-back.cn .form-box .left .left-con2 {
	font-size: 17px;
	color: #8a8a8a;
	line-height: 30px;
}

#call-back .form-box .right {
	float: right;
	width: 48%;
}

#call-back .form-box .right select {
	display: block;
	width: 100%;
	border: unset;
	border: 0;
	height: 55px;
	line-height: 55px;
	padding-left: 25px;
	margin-top: 20px;
	color: #aaa;
	margin-bottom: 25px;
	font-size: 15px;
	background-color: #fff;
	
}

#call-back .form-box .right input {
	display: block;
	font-size: 15px;
	float: left;
	outline: unset;
	border: 0;
	width: 50%;
	margin-right: 4%;
	height: 55px;
	line-height: 55px;
	padding-left: 25px;
	color: #454545;
	margin-bottom: 25px;
	background-color: #fff;
	
}

#call-back .form-box .right input.submit {
	background-color: #EE1D23;
	color: #fff;
	padding-left: 0;
	font-weight:400;
}

#call-back .form-box .right input:nth-child(3),
#call-back .form-box .right input:nth-child(5) {
	width: 46%;
	margin-right: 0%;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999;
}

@media screen and (max-width:1000px) {
	#call-back {
		padding: 30px 0 35px;
	}

	#call-back .form-box .top-tit {
		font-size: 14px;
	}

	#call-back .form-box .left .left-con1 {
		font-size: 14px;
		line-height: 20px;
		margin: 15px 0 25px;
	}

	#call-back .form-box .left .left-con2 {
		font-size: 14px;
		color: #8a8a8a;
		line-height: 20px;
	}

	#call-back .form-box .right select {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}

	#call-back .form-box .right input {
		font-size: 14px;
		height: 35px;
		line-height: 35px;
		margin-bottom: 18px;
	}
	
	#call-back.cn .form-box .left .left-con1 {
		font-size: 14px;
		line-height: 25px;
		margin: 15px 0 15px !important;
	}
	
	#call-back.cn .form-box .left .left-con2 {
		font-size: 14px;
		line-height: 25px;
	}
	
	#call-back .form-box .right select{
		margin-top:0px !important;
	}
	
}


@media screen and (max-width:700px) {

	#call-back .form-box .left,
	#call-back .form-box .right {
		width: 100%;
	}

	#call-back .form-box .left {
		margin-bottom: 15px;
	}
	#call-back .form-box .right select{
		
		padding-left: 5px;
	}
	#call-back .form-box .right input {
	    font-size: 12px;
	    padding-left: 5px;
	}
}

/*pro-list*/


/*pro-show*/
#top.black {
	background-color: #313131;
}

#top.black #menu li a,
#top.black.scroll .site-header nav #menu ul li>a {
	color: #fff;
}

#mobile_height.pro {
	display: block;
}

#pro_slick {
	background-color: #f6f6f6;
	padding: 0 0 90px;
	float: left;
	width: 100%;
}

.pro_pics {
    float: left;
    width: 49.1%;
}

.thumb_slick {
	float: left;
	width: 16.2%;
	position: relative;
	margin-right: 1%;
	overflow: hidden;
}

.thumb_slick #dobule-slick {
    height: 29.1vw;
}

.thumb_slick .swiper-slide {
	width: 100%;
	/* padding: 5px 0; */
	/* margin-bottom: 25%; */
}

.thumb_slick .swiper-slide span {
    background: #d1d1d1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.thumb_slick .swiper-slide.swiper-slide-active span {
	background: #fff;
}

.thumb_slick img {
    width: 100%;
    /* height: 54px; */
    display: block;
    margin: 0 auto;
}

.big_slick {
	float: right;
	width: 76%;
	overflow: hidden;
}

.big_slick img {
	/* max-width: 100%; */
	width: 100%;
	height: auto;
}

.slick-initialized .slick-slide span{
    display: flex;
	justify-content: center;
	align-items: center;
}

.slick-initialized .slick-slide span img{
    display: block;
	width:100%;
	margin: 0 auto;
}

.swipers-button-next {
	background: #fff;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 22px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 0px;
	z-index: 900;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-border-radius: 50%;
}

.swipers-button-next i {
	font-size: 20px;
	color: #bfbfbf;
}

.swipers-button-prev {
	background: #fff;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 22px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 0px;
	z-index: 900;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-border-radius: 50%;
}

.swipers-button-prev i {
	font-size: 20px;
	color: #bfbfbf;
}

.swiper-button-disabled {
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0
}

.pro_desc {
    float: right;
    width: 43.1%;
    min-height: 150px;
    line-height: 1.6;
}

.pro_desc .catename{
	font-size: 18px;
	
	margin-bottom: 5px;
	color: #EE1D23;
}

.pro_desc b {
	font-size: 14px;
	line-height: 1.2;
}

.pro_desc .no {
	font-size: 26px;
	line-height: 30px;
	font-weight:400;
}

.descinpfo {
    display: block;
    padding: 35px 0;
    font-size: 16px;
    line-height: 30px;
    
    color: #616161;
}

.descinpfo.cn {
	padding: 30px 0;
	font-size: 14px;
	line-height: 28px;
}

.contact_btn {
    background: #EE1D23;
    
    display: block;
    width: 185px;
    color: #fff;
    font-size: 14px;
    padding: 12px 0;
    text-align: center;
    margin-top: 25px;
    margin-right: 0;
    margin-left: auto;
}


		.pro-down ul li{
			border-bottom: 1px solid #eee;
		}
		
		.pro-down ul li:first-child div{
			font-size: 18px;
		}
		
		.pro-down ul li div.n{
			float: left;
			width: 70%;
			padding:15px 20px;
			font-size: 16px;
			line-height: 30px;
			
		}
		
		.pro-down ul li div.d,.pro-down ul li div.down{
			float: left;
			width: 15%;
			padding:15px 20px;
			font-size: 16px;
			
			line-height: 30px;
			text-align: center;
		}
		#pro-des-con .pro-down a {
		    padding-left: 0;
		    font-size: 18px;
		    height: 30px;
		    line-height: 60px;
		    margin-bottom: 0;
		    
		    background-image: url(/images/pdf-icon2.png);
		    background-repeat: no-repeat;
		    background-size: auto 30px;
		    background-position: center;
		    display: block;
		}



@media screen and (max-width:1000px) {


	.thumb_slick {
		display: none
	}

	.big_slick {
		float: right;
		width: 100%;
	    /*height: 45.1vw;*/
	}
	.slick-initialized .slick-slide span {
	    /*height: 45.1vw;*/
	}
	.slick-initialized .slick-slide span img {
	    width: 100%;
	}

	.pro_pics {
		width: 100%
	}

	.pro_desc {
		width: 100%;
		margin-top: 20px
	}

	.contact_btn {
		width: 100%
	}

	
	.sinfo-1,
	.sinfo-2 {
		width: 100%;
		margin-right: 0
	}

	.pro_sinfo {}

	.sinfo_gg {
		width: 60%;
		margin-top: 35px;
	}

	.pro_sinfo {
		padding: 40px 0
	}

	.h5_title {
		font-size: 25px;
		padding-bottom: 10px;
	}

	#tab_area {
		padding-top: 60px;
	}

	/* .tabon {
					padding-left: 35px;
					padding-right: 35px;
				} */

	.tablist {
		padding: 40px 0;
	}

	.tabon span {
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.tablist li .ps {
		width: 240px;
	}

	.tablist li {
		padding-right: 240px;
	}

	/* #case_hots {
					padding: 40px 35px;
				} */

}



.slick-dots {
	display: none;
	bottom: -20px;
}

.slick-dots li {
	margin: 0 0px;
}

@media(max-width:800px) {

	.slick-dots {
		display: block
	}

	.big_slick {
		width: 100%
	}

	.descinpfo {
		padding-bottom: 0
	}

	.contact_btn {
		font-size: 14px;
		padding: 8px 0
	}

	/* .position_fixed {
					padding-left: 25px;
					padding-right: 25px;
				} */

	#pro_slick .w1488 {
		max-width: 100%;
		/* padding-left: 25px;
					padding-right: 25px; */
	}

	/* .prodes {
					padding-left: 25px;
					padding-right: 25px;
				} */

	.h5_title {
		font-size: 20px;
		padding-bottom: 10px;
	}

	.snfo_title {
		font-size: 20px;
		margin-bottom: 25px;
	}
}

#pro-des-con .con-height table{
   margin:25px auto;
}

@media(max-width:600px) {
  #pro-des-con .con-height table tbody {
    width: 600px !important;
  }

  #pro-des-con .con-height table {
    overflow: auto;
  }

  .pro-down ul li div.n {
    width: 50%;
    padding: 10px 10px;
    font-size: 14px;
  }

  .pro-down ul li div.d, .pro-down ul li div.down {
    width: 25%;
    padding: 10px 10px;
    font-size: 14px;
  }

}

#pro-des-call {
	background: #f3f3f3;
	padding: 100px 0;
}

#pro-des-call .pro-top-tit {
	font-size: 24px;
	font-weight:400;
	line-height: 35px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}

#pro-des-call .pro-top-con {
	font-size: 16px;
	line-height: 30px;
	color: #282828;
	
}

#pro-des-call .pro-des {
	margin-bottom: 100px;
}



/*pro-show*/


/*contact and call-back*/


#banner_page.contact .justify-content .h2_title {
	font-weight: normal;
	font-size: 42px;
	line-height: 50px;
	letter-spacing: 0px;
	color: #3e3e3e;
}


#banner_page.contact .justify-content .h2_title::after {
	background-color: #EE1D23;
	margin-top: 10px;
	margin-bottom: 20px;
	height: 5px;
	position: unset;
	width: 150px;
}

#about_cate {
	margin-bottom: 65px;
}

#page_contact .top {
	margin-bottom: 80px;
}

#page_contact .top .list {
    float: left;
    width: 32%;
    margin-right: 2%;
    padding: 20px 0;
    box-shadow: 0 0 10px 3px #eee;
    border-radius: 10px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

#page_contact .top .list * {
	transition: all 0.3s;
}

#page_contact .top .list:hover {
	background-color: #EE1D23;
}

#page_contact .top .list:nth-child(3) {
	margin-right: 0;
}

#page_contact .top .list .img {
    float: left;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-right: 20px;
    text-align: center;
    width: 100px;
    height: 95px;
    border-right: 1px solid #888;
}

#page_contact .top .list:hover .img {
	border-right: 1px solid #fff;
}

#page_contact .top .list .img img {
	display: block;
	margin: 0 auto;
	max-width: 90%;
}

#page_contact .top .list .img img:nth-child(2) {
	display: none;
}


#page_contact .top .list:hover .img img:nth-child(1) {
	display: none;
}

#page_contact .top .list:hover .img img:nth-child(2) {
	display: block;
}

#page_contact .top .list .con {
    padding: 0 15px;
    padding-top: 0px;
}

#page_contact .top .list .con .tit {
	font-size: 22px;
	font-weight:400;
	color: #3e3e3e;
}

#page_contact .top .list .con .des {
	font-size: 13px;
	
	line-height: 20px;
	margin-top: 10px;
	color: #3e3e3e;
}

#page_contact .top .list:hover .con .tit,
#page_contact .top .list:hover .con .des {
	color: #fff;
}

#map {
	margin-bottom: 100px;
}

#map img {
	display: block;
	width: 100%;
}

#con-tab {
	margin-bottom: 100px;
}

#con-tab .con-tab {
	padding: 45px 55px;
	box-shadow: 0 0 10px 3px #eee;
	border-radius: 10px;
	height: 350px;
	position: relative;
}

#con-tab .txt-inp {
	width: 31%;
	margin-right: 3.265%;
	border: none;
	border-bottom: 1px solid #ccc;
	padding-left: 15px;
	padding-bottom: 15px;
	font-size: 18px;
	display: block;
	float: left;
	
}

#con-tab .txt-inp:nth-child(3) {
	margin-right: 0;
}

#con-tab textarea {
	width: 100%;
	display: block;
	padding: 0 15px;
	font-size: 18px;
	line-height: 25px;
	border: none;
	border-bottom: 1px solid #ccc;
	
	float: left;
	margin-top: 50px;
}

#con-tab .con-tab #submit_anniu {
	position: absolute;
	right: 55px;
	bottom: 45px;
	width: 220px;
	height: 53px;
	line-height: 53px;
	font-size: 16.7px;
	padding-left: 45px;
	text-align: left;
	background-color: #EE1D23;
	color: #fff;
	outline: unset;
	border: none;
	display: block;
	background-image: url(/images/jty.png);
	background-repeat: no-repeat;
	background-position: 75% 53%;
	border-radius: 10px;
	
}


#mess-box {
	padding-bottom: 4vw;
	background-color: #f5f5f5;
}

#mess-box .contact-box .list {
	float: left;
	width: 23%;
	margin-right: 2.66%;
	background-color: #fff;
	min-height: 300px;
	position: relative;
	overflow: hidden;
}

#mess-box .contact-box .list:nth-child(4) {
	margin-right: 0;
}

#mess-box .contact-box .list .img {
	height: 180px;
	display: flex;
	align-items: center;
}

#mess-box .contact-box .list .img img {
	max-width: 75px;
	display: block;
	max-height: 70px;
	margin: 0 auto;
}

#mess-box .contact-box .list .tit {
	font-size: 20px;
	
	text-align: center;
	margin-bottom: 3%;
	font-weight: bold;
}

#mess-box .contact-box .list .des {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	line-height: 1.6rem;
}

#mess-box .contact-box .list .flex {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #EE1D23;
	color: #000;
	padding: 0 9%;
	font-size: 14px;
	
	transition: all 0.3s;
	line-height: 27px;
	display: flex;
	align-items: center;
	opacity: 0;
	color: #fff;
	top: 100%;
}

#mess-box .contact-box .list .flex a {
	color: #fff;
}

#mess-box .contact-box .list:hover .flex {
	opacity: 1;
	top: 0;
}

#mess-box .map {
	margin-top: 3vw;
}


#mess-box .map img {
	width: 100%;
}

#mess-box .map .img {
	display: block;
	width: 100%;
}


#form-table {
	padding: 4vw 0;
}

.message-box .txt-inp {
	display: block;
	float: left;
	width: 32%;
	margin-right: 2%;
	height: 60px;
	line-height: 60px;
	outline: none;
	border: 1px solid #ccc;
	padding-left: 10px;
	font-size: 14px;
	
}

.message-box .txt-inp:nth-child(3) {
	margin-right: 0;
}

.message-box .txt-con {
	width: 100%;
	padding-left: 10px;
	line-height: 1.7rem;
	padding: 15px 10px;
	font-size: 14px;
	
	margin-top: 20px;
	border: 1px solid #ccc;
	height: 240px;
}

.subinp {
	width: 180px;
	background-color: #EE1D23;
	border: 1px solid #ccc;
	color: #fff;
	text-align: center;
	font-size: 20px;
	padding: 15px 0;
	margin-top: 40px;
	transition: all 0.3s;
	float: right;
	border: none;
}

@media screen and (max-width:1000px) {
	#mess-box .list {
		float: left;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
		padding: 0 2%;
	}

	#mess-box .list:nth-child(2n) {
		margin-right: 0;
	}

}

@media screen and (max-width:600px) {
	#mess-box .list {
		width: 100%;
		margin-right: 0;
		min-height: 240px;
	}

	#mess-box .list .img {
		height: 140px;
	}
}

/*contact*/


/*fac*/
#fac {
	margin-bottom: 100px;
}

#fac .left {
	float: left;
	width: 48%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 449px;
}

#fac .left .con {
	width: 100%;
}

#fac .left .con .tit {
	font-size: 45px;
	line-height: 55px;
	margin-bottom: 40px;
	font-weight:400;
	text-transform: uppercase;
}

#fac .left .con .des {
	font-size: 18px;
	line-height: 30px;
	
}


#fac .right {
	float: right;
	width: 48%;
	position: relative;
}

#fac .right a {
	position: relative;
	display: block;
	z-index: 1;
}

#fac .right img {
	display: block;
	width: 100%;
}

#fac .right::after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	background-image: url(/images/play.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
	z-index: 2;
}

#fac-box {
	padding: 100px 0;
	background-color: #f3f3f3;
}

#fac-box .list-box a {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

#fac-box .list-box a:hover {
	box-shadow: 0 0 7px 3px #cecece;
}

#fac-box .list-box a * {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

#fac-box .list-box a:hover * {
	color: #fff;
}

#fac-box .list-box a:hover .tit {
	background-color: #EE1D23;
}

#fac-box .list-box a:nth-child(3n) {
	margin-right: 0%;
}

#fac-box .list-box a .img img {
	display: block;
	width: 100%;
}

#fac-box .list-box a .tit {
	font-size: 20.74px;
	
	display: flex;
	justify-content: center;
	align-items: center;
	height: 113px;
	background-color: #fff;
}

#fac-box .list-box a .tit p {
	width: 100%;
	padding: 0 10px;
	text-align: center;
}

/*fac*/



/*about-cul*/
#about-cul {
	background-color: #f6f6f6;
	padding: 120px 0;
}


.research {
	position: relative;
	overflow: hidden;
}

.research__headline h3 {
	text-transform: none;
	color: #000;
	font-weight: bold;
	border: none;
	position: relative
}

.research__accordeon__field {
	height: 100%;
	position: relative
}

.research__accordeon__field:first-child {}

.research__accordeon__field--figure {
	overflow: hidden;
	max-width: 100%
}

.research__accordeon__field--figure:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50%;
	background-image: linear-gradient(transparent, #000);
	opacity: 0.45
}

.research__accordeon__field--figure img {
	width: auto;
	max-width: none
}

.research__top {
	position: absolute;
	top: 36%;
	left: 0;
	width: 100%;
	/* height: 100%; */
	z-index: 2;
	opacity: 1;
	/* background: rgba(0, 0, 0, 0.5); */
	transition: all 0.3s;
}

.research__top .img {
	font-size: 26px;
	line-height: 25px;
	box-sizing: border-box;
	color: #fff;
	margin-bottom: 15px;
	font-weight: bold;
	padding: 0 20%;
}

.research__top .tit {
	font-size: 19px;
	padding: 0 20%;
	line-height: 30px;
	box-sizing: border-box;
	color: #fff;
	font-weight:400;
}

.research__accordeon__field--textPositionHelper {
	position: absolute;
	top: 36%;
	left: 0;
	padding: 0 10%;
	width: 100%;
	opacity: 0;
	transition: all 0.3s;
}


.research__accordeon__field:hover .research__accordeon__field--textPositionHelper {
	opacity: 1;
}

.research__accordeon__field:hover .research__top {
	opacity: 0;
}

.research__accordeon__field--title {
	position: relative;
	transition: font-size 0.8s ease;
	word-break: break-word
}

.research__accordeon__field--title b {
	font-size: 23px;
	display: block;
	line-height: 1.5;
}

.research__accordeon__field--title font {

	font-size: 0.8vw;
	line-height: 1.5;
}


.research__accordeon__field--title p {
	display: block;
	padding-top: 12px;
	font-size: 16px;
	line-height: 1.5rem;
}


.research__accordeon__field--link {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-decoration: none;
	border: none;
	background: rgba(34, 45, 67, 0.1);
	z-index: 1;
}

.research__accordeon__field:hover .research__accordeon__field--link {
	background: rgba(34, 45, 67, 0);
}

.research__accordeon__field.hasExternalLink .icon-arrow-right {
	display: none
}



@media screen and (min-width:1000px) {



	.research__accordeon__field.hasExternalLink:hover .research__accordeon__field--title:after {
		-webkit-mask-image: url('../fonts/extlink.svg');
		mask-image: url('../fonts/extlink.svg');
		content: "";
		margin-left: 15px;
		display: inline-block;
		width: 20px;
		height: 20px;
		background-color: #ffffff;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain
	}

	.research__headline h3 {
		font-size: 50px;
		line-height: 60px
	}

	.research__accordeon {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%;
		height: 27.25vw;
	}

	.research__accordeon__field--title .icon-arrow-right {
		display: none
	}

	.research__accordeon__field {
		-ms-flex: 1;
		flex: 1;
		transition: flex 1.2s ease;
		transition: flex 1.2s ease, -ms-flex 1.2s ease;
	}

	.research__accordeon__field:hover {
		-ms-flex: 1.8;
		flex: 1.8;
	}

	.research__accordeon__field--title * {
		-moz-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		-webkit-transition: all 0.5ss ease-out;
		transition: all 0.5s ease-out;
	}

	.research__accordeon__field:hover .research__accordeon__field--title {}

	.research__accordeon__field:hover .research__accordeon__field--title .left {
		float: left;
		width: 45%;
		padding-right: 5%;
		border-right: 2px solid #fff;
	}

	.research__accordeon__field:hover .research__accordeon__field--title .left img {
		margin-bottom: 20px;
		display: block;
	}

	.research__accordeon__field:hover .research__accordeon__field--title b {

		font-size: 20px;
		display: block;
		line-height: 30px;
		color: #fff;
		font-weight: bold;
	}

	.research__accordeon__field:hover .research__accordeon__field--title font {

		font-size: 0.9vw;
	}


	.research__accordeon__field:hover .research__accordeon__field--title p {
		display: block;
		padding-top: 5px;
		font-size: 16px;
		line-height: 28px;
		color: #fff;
		float: right;
		width: 50%;
	}

	.research__accordeon__field:hover .research__accordeon__field--title .url {

		font-size: 16px;
		padding-bottom: 8px;
		border-bottom: 2px solid #3259be;
		letter-spacing: 0.5px;
		display: inline-block;
	}

	.research__accordeon__field:hover:not(.hasExternalLink) .research__accordeon__field--title .icon-arrow-right {
		display: initial
	}

	.research__accordeon__field:hover:not(.hasExternalLink) .research__accordeon__field--title .icon-arrow-right:after {
		bottom: 6px
	}

	.research__accordeon__field--figure {
		position: absolute;
		height: 27.25vw;
	}

	.research__accordeon__field--figure img {
		height: 100%;
	}


}

@media screen and (max-width:1680px) {
	.research__top .img {
		padding: 0 15%;
	}

	.research__top .img img {
		height: 55px;
	}

	.research__top .tit {
		font-size: 18px;
		padding: 0 15%;
		line-height: 25px;
	}

	.research__accordeon__field .research__accordeon__field--title .left img,
	.research__accordeon__field:hover .research__accordeon__field--title .left img {
		height: 55px;
	}

	.research__accordeon__field--title b {
		font-size: 23px;
		display: block;
		line-height: 1.5;
	}

	.research__accordeon__field .research__accordeon__field--title b,
	.research__accordeon__field:hover .research__accordeon__field--title b {
		font-size: 18px;
		display: block;
		line-height: 30px;
		color: #fff;
		font-weight: bold;
		font-weight:400;
	}

	.research__accordeon__field .research__accordeon__field--title p,
	.research__accordeon__field:hover .research__accordeon__field--title p {
		display: block;
		padding-top: 12px;
		font-size: 14px;
		line-height: 25px;
	}

	.research__accordeon__field--title {
		word-break: unset !important;
	}
}

@media screen and (max-width:1440px) {
	.research__top .img {
		padding: 0 12%;
	}

	.research__top .img img {
		height: 45px;
	}

	.research__top .tit {
		font-size: 16px;
		padding: 0 12%;
		line-height: 25px;
	}

	.research__accordeon__field .research__accordeon__field--title .left img,
	.research__accordeon__field:hover .research__accordeon__field--title .left img {
		height: 45px;
	}

	.research__accordeon__field--title b {
		font-size: 16px;
		display: block;
		line-height: 1.5;
	}

	.research__accordeon__field:hover .research__accordeon__field--title b {
		font-size: 14px;
		display: block;
		line-height: 20px;
		color: #fff;
		font-weight: bold;
		font-weight:400;
	}

	.research__accordeon__field .research__accordeon__field--title p,
	.research__accordeon__field:hover .research__accordeon__field--title p {
		display: block;
		padding-top: 12px;
		font-size: 13px;
		line-height: 19px;
	}

	.research__accordeon__field--title {
		word-break: unset !important;
	}
}


@media screen and (max-width:1000px) {
	#about-cul {
		padding: 30px 0;
	}

	#about-cul .big-tit {
		margin-bottom: 25px;
	}

	.research__headline {
		padding-left: 45px;
		padding-right: 45px
	}

	.research__headline h3 {
		font-size: 32px;
		line-height: 35px
	}

	.research__accordeon__field {
		width: 49.5%
	}


	.research__accordeon__field:hover .research__top {
		opacity: 1;
	}


	.research__top .tit {
		display: none;
	}

	.research__accordeon__field--textPositionHelper {
		opacity: 1;
		bottom: 0;
		width: 100%;
	}

	.research__accordeon__field--title {
		bottom: unset;
	}

	.research__accordeon__field--title b {
		font-size: 15px;
	}



	.research__accordeon__field--title p {
		font-size: 13px;
		line-height: 23px;
		font-weight: normal;
	}

	.research__accordeon__field--title .url {
		display: none;
	}

	.research__accordeon {
		display: inline-block;
		width: 100%;
		height: 255px;
	}

	.research__accordeon__field {
		display: inline-block
	}

	.research__accordeon__field--figure {
		max-height: 420px;
		height: 100%;
		position: relative
	}

	.research__accordeon__field--figure img {
		min-width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		height: auto;
	}

	.research__accordeon__field--title .icon-arrow-right:after {
		width: 20px;
		height: 20px
	}

	.research__accordeon__field.hasExternalLink .research__accordeon__field--title:after {
		-webkit-mask-image: url('../fonts/extlink.svg');
		mask-image: url('../fonts/extlink.svg');
		content: "";
		margin-left: 15px;
		display: inline-block;
		width: 20px;
		height: 20px;
		background-color: #ffffff;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain
	}

	.research__accordeon__field--link {
		background: unset;
	}

	.research__top {
		opacity: 0;
	}

	.research__accordeon__field:hover .research__top {
		opacity: 0;
	}

	.research__accordeon__field .research__accordeon__field--title b,
	.research__accordeon__field:hover .research__accordeon__field--title b {
		font-size: 15px;
		line-height: 20px;
		margin-top: 10px;
		color: #fff;
	}

	.research__accordeon__field .research__accordeon__field--title p,
	.research__accordeon__field:hover .research__accordeon__field--title p {
		color: #fff;
	}
}




@media screen and (max-width:600px) {

	.research__accordeon__field--title b {
		font-size: 15px
	}

	.research__accordeon__field--title p {
		display: block;
		padding-top: 8px;
		font-size: 13px;
		line-height: 25px;
	}

	.research__headline h3 {
		font-size: 28px;
		line-height: 30px
	}

	.research__accordeon__field {
		width: 100%;
		margin-bottom: 10px;
	}

	.research__accordeon__field--figure img {
		min-width: 100%
	}

	.research__accordeon__field--figure img {
		width: 100%;
		min-width: 370px;
	}

	.research__accordeon__field--textPositionHelper {
		padding: 15px 20px;
		top:unset;
		font-family:"gbo";
	}
}


.c-research-topics {
	padding-bottom: 44px
}

.c-research-topics__headline .row h3 {
	border-bottom: none;
	border-left: none;
	clear: none;
	color: #333;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-transform: none;
	font-size: 28px;
	color: #000;
	margin-bottom: 28px
}

.c-research-topics__headline.has-link {
	padding-right: 25px
}

.c-research-topics__headline.has-link:after {
	background-image: url('..../images/extlink__white.svg');
	padding-right: 10px;
	content: "";
	margin-left: 5px;
	margin-right: 3px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	right: 0px;
	top: -1px
}

.c-research-topics__headline.has-link--external:after {
	background-image: url('../fonts/arrow-right.svg')
}

.c-research-topics__item {
	position: relative;
	overflow: hidden
}

.c-research-topics__item:not(:last-child) {
	border-bottom: 1px solid #fff
}

.c-research-topics__link {
	color: initial;
	border-bottom: none;
	line-height: inherit;
	padding-bottom: 0;
	transition: none
}

.c-research-topics__link:visited {
	color: initial
}

.c-research-topics__link:focus {
	color: initial
}

.c-research-topics__link:hover {
	color: initial
}

.c-research-topics__link:active {
	color: initial
}

.c-research-topics__link:hover {
	border-bottom-width: 0
}

.c-research-topics__link:active {
	background-color: transparent
}

.c-research-topics__link[target='_blank']::after {
	content: none
}

.c-research-topics__link:hover .c-research-topics__headline {
	text-decoration: underline
}

.c-research-topics__figure {
	z-index: 0;
	height: 266px;
	position: relative
}

.c-research-topics__image {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.c-research-topics__image-gradiant:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	height: 70%;
	opacity: 0.7;
	background-image: linear-gradient(to bottom, transparent, #000)
}

.c-research-topics__content {
	position: absolute;
	z-index: 2;
	bottom: 0;
	margin: 0 13px 19px 19px
}

.c-research-topics__headline {
	border-bottom: none;
	border-left: none;
	clear: none;
	color: #333;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-transform: none;
	font-size: 21px;
	border: none;
	text-transform: none;
	color: #fff;
	margin-bottom: 12px
}

.c-research-topics__headline .icon-arrow-right:after {
	height: 18px;
	margin-top: 2px
}

.c-research-topics__teaser-text {
	border-bottom: none;
	border-left: none;
	clear: none;
	color: #333;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-transform: none;
	font-size: 20px;
	line-height: 1.3;
	font-weight: normal;
	text-transform: none;
	color: #fff
}

@media screen and (min-width:650px) {
	.c-research-topics {
		border-bottom: 1px solid #e7e7e7
	}

	.c-research-topics__item {
		width: 50%;
		float: left;
		border-left: 1px solid #fff
	}

	.c-research-topics__content {
		margin: 0 44px 44px 44px
	}

	.c-research-topics__headline {
		font-size: 28px
	}

	.c-research-topics__headline .row h3 {
		border-bottom: none;
		border-left: none;
		clear: none;
		color: #333;
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		line-height: 1em;
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom: 0;
		padding-left: 0;
		text-transform: none;
		font-size: 50px;
		margin-bottom: 25px
	}

	.c-research-topics__headline.has-link:after {
		width: 15px;
		height: 15px;
		position: relative;
		right: 0px;
		top: -4px
	}

	.c-research-topics__headline.has-link--external:after {
		width: 10px;
		height: 18px;
		position: relative;
		right: 0px;
		top: -4px
	}

	.c-research-topics__teaser-text {
		font-size: 20px;
		line-height: 1.18
	}
}

@media screen and (min-width:800px) {
	.c-research-topics__figure {
		height: 450px
	}

	.c-research-topics__image {
		width: auto;
		max-width: none;
		min-width: 100%
	}

	.c-research-topics__headline {
		font-size: 38px
	}

	.c-research-topics__headline .row h3 {
		padding: 0
	}

	.c-research-topics__teaser-text {
		font-size: 28px
	}
}

@media screen and (max-width:1279px) and (min-width:800px) {
	.c-research-topics__headline .row h3 {
		font-size: 32px;
		padding-left: 45px;
		padding-right: 45px
	}

}

/*#about-cul*/


/*application*/
.app-box {
	padding: 73px 0;
}

.app-box.left {
	background-color: #f6f6f6;
}

.app-box .con {
	float: left;
	width: 48%;
	padding-top: 40px;
}

.app-box .con .tit {
	font-size: 24px;
	font-weight:400;
	line-height: 35px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.app-box .con .des {
	font-size: 18px;
	line-height: 30px;
	
	color: #6e7075;
}

.app-box .img {
	float: right;
	width: 48%;
}

.app-box .img img {
	display: block;
	width: 100%;
}

.app-box.right .con {
	float: right;
}

.app-box.right .img {
	float: left;
}
@media screen and (max-width:1680px) {
			.app-box .con .tit {
			    font-size: 22px;
			    line-height: 30px;
			    margin-bottom: 20px;
			}
			.app-box .con .des {
			    font-size: 16px;
			    line-height: 27px;
			}
		}
		@media screen and (max-width:1440px) {
		}
		@media screen and (max-width:1280px) {
			
				.app-box .con .tit {
				    font-size: 19px;
				    line-height: 30px;
				    margin-bottom: 10px;
				}
				.app-box .con .des {
				    font-size: 14px;
				    line-height: 25px;
				}
		}
		@media screen and (max-width:1182px) {
			.app-box .con{
				padding-top: 0;
			}
			
			.app-box .con .tit {
			    font-size: 19px;
			    line-height: 30px;
			    margin-bottom: 10px;
			}
			.app-box {
			    padding: 15px 0;
			}
		}
		@media screen and (max-width:1000px) {
			
		}
		@media screen and (max-width:900px) {
			.app-box .con,.app-box .img{
				width: 100%;
			}
			.app-box .con{
				margin-bottom: 15px;
			}
		}
		@media screen and (max-width:600px) {
			.app-box .con .tit {
			    font-size: 17px;
			    line-height: 25px;
			    margin-bottom: 5px;
			}
			.app-box .con .des {
			    font-size: 13px;
			    line-height: 20px;
			}
		}

/*application*/


/*service*/

#lc-back {
	padding: 120px 0 150px;
	background: url(/images/lc-back.png) no-repeat;
	background-size:cover;
}

#lc-back .h2_title {
	color: #fff;
	margin-bottom: 85px;
}

#lc-back img {
	display: block;
	width: 100%;
}

/*service*/


/*faq*/
#faq-page {
	padding: 0 0 100px;
}

#faq-page .list {
	border: 1px solid #eee;
	margin-bottom: 40px;
}

#faq-page .list .top {
	background-color: #fff;
	padding: 35px 30px;
	position: relative;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#faq-page .list .top .tit {
	font-size: 18px;
	font-weight:400;
	line-height: 25px;
	width: 85%;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#faq-page .list .top .aniu {
	font-size: 18px;
	position: absolute;
	top: 35px;
	right: 35px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#faq-page .list .bottom {
	font-size: 18px;
	line-height: 30px;
}

#faq-page .list.active .top {
	background-color: #EE1D23;
}

#faq-page .list.active .top .tit,
#faq-page .list.active .top .aniu {
	color: #fff;
}

#faq-page .list .bottom {
	padding: 35px 55px;
	display: none;
	font-size: 18px;
	line-height: 30px;
	
}

@media screen and (max-width:1680px) {
			
		}
		@media screen and (max-width:1440px) {
			#faq-page .list .top .tit {
			    font-size: 16px;
			    line-height: 25px;
			}
			#faq-page .list .bottom {
			    font-size: 16px;
			    line-height: 25px;
			}
		}
		@media screen and (max-width:1280px) {
			#faq-page .list .top {
			    padding: 20px 30px;
			}
			#faq-page .list .bottom {
			    padding: 35px 45px;
			}
			#faq-page .list .top .aniu {
			    top: 25px;
			    right: 25px;
			}
		}
		@media screen and (max-width:1182px) {
			
				#faq-page .list .top .tit {
				    font-size: 14px;
				    line-height: 23px;
				}
				#faq-page .list .bottom {
				    font-size: 14px;
				    line-height: 23px;
				}
		}
		@media screen and (max-width:1000px) {
			#faq-page .list .top {
			    padding: 15px 20px;
			}
			#faq-page .list .bottom {
			    padding: 15px 30px;
			}
			#faq-page .list .top .aniu {
			    top: 20px;
			    right: 15px;
			}
			
		}
		@media screen and (max-width:900px) {
			
		}
		@media screen and (max-width:600px) {
			#faq-page .list{
				margin-bottom: 20px;
			}
			
			#faq-page .list .top .tit {
				font-size: 13px;
				line-height: 22px;
			}
			#faq-page .list .bottom {
				font-size: 13px;
				line-height: 22px;
			}	
		}
/*faq*/


/*core6*/
#page_news .page-left {
	float: left;
	width: 69%;
	margin-bottom: 40px;
}

#page_news .page-left .page-tit {
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    font-weight:400;
    margin-bottom: 25px;
    text-transform: uppercase;
}


#page_news .page-left .des {
	font-size: 18px;
	
	line-height: 30px;
	margin-bottom: 30px;
	color: #6e7075;
}

#page_news .page-left .cons-button {
	display: block;
	font-size: 16px;
	text-align: center;
	width: 200px;
	padding: 15px 0;
	color: #fff;
	background-color: #EE1D23;
	
}

#page_news .page-left .con {
	float: left;
	width: 54%;
}

#page_news .page-left>img {
	float: right;
	width: 43%;
	margin-top: 30px;
}

#cust-product {
	padding: 100px 0;
	background-color: #f6f6f6;
}

#cust-product .page-tit {
	font-size: 26px;
	line-height: 35px;
	font-weight:400;
	margin-bottom: 40px;
	text-transform: uppercase;
}

#cust-product .pro-swi {
	float: left;
	width: 1148px;
	padding-right: 7%;
	position: relative;
}

#cust-product .pro-swi a {
	display: block;
	background-color: #fff;
	padding: 20px 25px 34px;
	height: 305px;
}

#cust-product .pro-swi a .img {
	display: flex;
	justify-content: center;
	align-items: center;
        margin-bottom:15px;
}

.pro-swi .swiper-slide a .img img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.pro-swi .swiper-slide a .tit {
	margin-bottom: 40px;
	text-align: center;
	font-size: 16px;
	
	line-height: 25px;
}

.pro-swi .swiper-slide a .des {
	font-size: 14px;
	line-height: 20px;
	
}

#cust-product .pro-swi a .top {
	bottom: -35px;
	position: relative;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#cust-product .pro-swi a .des {
	top: -45px;
	position: relative;
	opacity: 0;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#cust-product .pro-swi a:hover .top .tit {
	color: #EE1D23;
}

#cust-product .pro-swi a:hover .top {
	bottom: 0px;
}

#cust-product .pro-swi a:hover .des {
	top: -25px;
	opacity: 1;
}

#cust-product .pro-swi .swiper-button-next {
	background-color: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background-size: 10px;
}

@media screen and (max-width:1680px) {
			#page_news .page-left .page-tit {
			    font-size: 22px;
			    line-height: 35px;
			    margin-bottom: 30px;
			}
			#page_news .page-left .des {
			    font-size: 16px;
			    line-height: 30px;
			}
			#page_news .page-left .cons-button {
			    font-size: 15px;
			    width: 180px;
			    padding: 13px 0;
			}
		}
		@media screen and (max-width:1440px) {
			#page_news .page-left .page-tit {
			    font-size: 18px;
			    line-height: 30px;
			    margin-bottom: 30px;
			}
			#page_news .page-left .des {
			    font-size: 14px;
			    line-height: 28px;
			}
			#page_news .page-left .cons-button {
			    font-size: 14px;
			    width: 180px;
			    padding: 13px 0;
			}
			#page_news .page-left>img {
			    margin-top: 40px;
			}
			#cust-product .page-tit {
			    font-size: 22px;
			    line-height: 30px;
			    margin-bottom: 20px;
			}
		}
		@media screen and (max-width:1280px) {
			#cust-product .pro-swi {
			    width: 885px;
			}
			.pro-swi .swiper-slide a .img img {
			    width: 100%;
			}
			#cust-product .pro-swi a {
			    padding: 20px 15px 34px;
			}
			.pro-swi .swiper-slide a .tit {
			    margin-bottom: 25px;
			    font-size: 15px;
			    line-height: 25px;
			}
			.pro-swi .swiper-slide a .des {
			    font-size: 13px;
			    line-height: 20px;
			}
		}
		
		@media screen and (max-width:1182px) {
			#cust-product {
			    padding: 30px 0;
				margin-top: 30px !important;
			}
			#cust-product .page-tit {
			    font-size: 18px;
			    line-height: 30px;
			    margin-bottom: 20px;
			}
			.pro-swi .swiper-slide a .img img {
			    width: 100%;
			}
			#cust-product .pro-swi a .top {
			    bottom: 0;
			}
			#cust-product .pro-swi a .des {
			    top: 0;
				display: none;
			}
			#cust-product .pro-swi a {
			    display: block;
			    background-color: #fff;
			    padding: 20px 15px 25px;
			    height: 235px;
			}
			.pro-swi .swiper-slide a .tit {
			    margin-bottom: 25px;
			    font-size: 14px;
			}
		}
		@media screen and (max-width:700px) {
			#page_news .page-left .page-tit {
			    font-size: 16px;
			    line-height: 25px;
			    margin-bottom: 15px;
			}
			#page_news .page-left .des {
			    font-size: 13px;
			    line-height: 22px;
			    margin-bottom: 20px;
			}
			#page_news .page-left>img {
			    margin-top: 20px;
			}
			#page_news .page-left .con {
			    width: 100%;
			}
			#page_news .page-left>img{
				width: 100%;
			}
		}
		
		@media screen and (max-width:1680px) {
			#about-con2 .con2-box .list .img {
			}
			#about-con2 .con2-box .list .tit,#about-con2.cn .con2-box .list .tit{
			    font-size: 17px;
			    line-height: 30px;
			    margin-bottom: 20px;
			}
			#about-con2 .con2-box .list .des,#about-con2.cn .con2-box .list .des {
			    font-size: 15px;
			    line-height: 23px;
			}
		}
		@media screen and (max-width:1440px) {
			#about-con2 .con2-box .list .img {
			}
			#about-con2 .con2-box .list .tit,#about-con2.cn .con2-box .list .tit{
			    font-size: 17px;
			    line-height: 30px;
			    margin-bottom: 20px;
			}
			#about-con2 .con2-box .list .des,#about-con2.cn .con2-box .list .des{
			    font-size: 15px;
			    line-height: 23px;
			}
		}

/*core6*/


/*core5*/
#page_news #adv-top {
	padding: 0;
	margin-top: 0;
}

#page_news #adv-top .swiper-container {
	width: 100%;
}

#page_news #adv-top .top {
    padding: 55px 30px 55px;
}

#page_news #adv-top .top .tit {
    font-size: 18px;
    line-height: 25px;
    font-weight:400;
    margin-bottom: 20px;
    height: 50px;
    display: flex;
    align-items: center;
}

#page_news .page-left .top .des {
    font-size: 12px;
    
    line-height: 20px;
    height: 100px;
    margin-bottom: 10px;
    color: #6e7075;
}

#adv-top.page a {
	float: left;
	width: 32%;
	margin-right: 2%;
}

#adv-top.page a:nth-child(3) {
	margin-right: 0;
}

.h2_title.left {
	margin-top: 60px;
}

.adv-list-img a>img {
	position: relative;
	z-index: 1;
}

.adv-list-img a>.top {
	position: relative;
	z-index: 1;
}

#adv-top.page .adv-list-img a>.top {
	overflow: unset;
}

.adv-list-img a>.top:before {
	content: "";
	width: 60px;
	height: 60px;
	background-color: #EE1D23;
	position: absolute;
	z-index: 2;
	top: -30px;
	left: 30px;
	background-position: center;
	background-size: 60% auto;
	background-repeat: no-repeat;
}

#adv-top.page .adv-list-img a:first-child>.top:before {
	background-image: url(/images/ficon4.png);
}

#adv-top.page .adv-list-img a:nth-child(2)>.top:before {
	background-image: url(/images/ficon5.png);
}

#adv-top.page .adv-list-img a:nth-child(3)>.top:before {
	background-image: url(/images/ficon6.png);
}


@media screen and (max-width:1680px) {
			#page_news #adv-top .top .tit {
			    font-size: 16px;
			    line-height: 25px;
			}
			#page_news .page-left .top .des {
			    font-size: 12px;
			    line-height: 18px;
				height: 120px;
			}
		}
		@media screen and (max-width:1440px) {
			.h2_title.left {
			    font-size: 36px;
			}
			#page_news #adv-top .top {
			    padding: 40px 20px 40px;
			}
			.adv-list-img a>.top:before {
			    width: 55px;
			    height: 55px;
			    z-index: 2;
			    top: -20px;
			    left: 20px;
			}
			
			#page_news #adv-top .top .tit {
			    font-size: 14px;
			    line-height: 20px;
				margin-bottom: 10px;
			}
			#page_news .page-left .top .des {
			    font-size: 12px;
			    line-height: 18px;
				height: 120px;
			}
		}
		@media screen and (max-width:1280px) {
			.h2_title.left {
			    font-size:30px;
			}
			#page_news .page-left .top .des {
			    height: 150px;
			}
			#adv-top .top .url {
			    font-size: 12px;
			}
			#adv-top .adv-list-img .url img {
			    width: 10px;
			}
		}
		@media screen and (max-width:1182px) {
			.h2_title.left {
			    font-size: 20px;
				margin-top: 30px;
			}
			#con-tab .con-tab{
				height: 315px !important;
			}
			#adv-top.page .adv-list-img{
				padding: 0 0;
			}
			#con-tab .con-tab {
			    padding: 30px 15px;
			}
			#con-tab .txt-inp{
				font-size: 14px;
			}
			#con-tab textarea{
				font-size: 14px;
				margin-top: 25px;
				margin-bottom: 25px;
			}
			#con-tab .con-tab #submit_anniu {
			    right: 20px;
			    bottom: 60px;
			    width: 180px;
			    height: 35px;
			    line-height: 35px;
			    font-size: 14px;
			    padding-left: 45px;
			    border-radius: 5px;
			}
			.page-left #con-tab {
			    margin-bottom: 0;
			    padding-bottom: 0;
			}
			
		}
		
		@media screen and (max-width:750px) {
			#adv-top.page a {
			    float: left;
			    width: 100%;
			    margin-right: 0%;
				margin-top: 10px;
			}
			#adv-top.page a:nth-child(1){
				margin-top: 0;
			}
			#page_news #adv-top .top .tit{
				height: auto;
				display: block;
			}
			#page_news .page-left .top .des{
				height: auto;
				margin-bottom: 20px;
			}
			#page_news #adv-top .top {
			    padding: 40px 20px 20px;
			}
			#con-tab .txt-inp {
			    width: 100%;
			    margin-right: 0%;
				margin-top: 10px;
			}
			#con-tab .txt-inp:nth-child(1){
				margin-top: 0;
			}
			#con-tab .con-tab{
				height: auto !important;
			}
			#con-tab .con-tab #submit_anniu {
			    position: unset;
			    margin-right: 0;
			    margin-left: auto;width: 100%;
			}
		}
		
		@media screen and (max-width:1680px) {
			.h2_title.page {
			    font-size: 34px;
			    line-height: 50px;
			}
			#about-con2 .con2-box .list .tit {
			    font-size: 18px;
			    line-height: 30px;
			    margin-bottom: 20px;
			}
			#about-con2 .con2-box .list .des {
			    font-size: 14px;
			    line-height: 22px;
			}
		}
		@media screen and (max-width:1440px) {
			.h2_title.page {
			    font-size: 28px;
			    line-height: 40px;
			}
			#about-con2 .con2-box .list{
			}
			#about-con2 .con2-box .list .tit {
			    font-size: 16px;
			    line-height: 20px;
			    height: 35px;
				display: flex;
				align-items: center;
				justify-content: center;
			    margin-bottom: 20px;
			}
			#about-con2 .con2-box .list .des {
			    font-size: 13px;
			    line-height: 22px;
			}
			#lc-back .h2_title {
			    margin-bottom: 85px;
			}
		}
		@media screen and (max-width:1280px) {
			.h2_title.page {
			    font-size: 24px;
			    line-height: 35px;
			}
		}
		
		@media screen and (max-width:1182px) {
			#about-con2 {
			    padding: 30px 0 30px;
			}
			.h2_title.page {
			    font-size: 18px;
			    line-height: 30px;
			}
			#lc-back {
			    padding: 30px 0 40px;
			}
			#lc-back .h2_title {
			    color: #fff;
			    margin-bottom: 25px;
			}
		}
		
		@media screen and (max-width:900px) {
			
			#about-con2 .con2-box .list{
				width: 49%;
				margin-top: 2%;
			}
			#about-con2 .con2-box .list:nth-child(1),
			#about-con2 .con2-box .list:nth-child(2)
			{
				margin-top: 0;
			}
			#about-con2 .con2-box .list:nth-child(2n){
				margin-right: 0;
			}
		}
		
		@media screen and (max-width:600px) {
			
				
			#about-con2 .con2-box .list{
				width: 100%;
				margin-top: 2%;
			}
			
			#about-con2 .con2-box .list:nth-child(1),
			#about-con2 .con2-box .list:nth-child(2)
			{
				margin-top: 2%;
			}
			#about-con2 .con2-box .list .tit,#about-con2.cn .con2-box .list .tit{
				font-size: 15px;
				line-height: 19px;
				height: auto;
			}
			#about-con2 .con2-box .list .des,#about-con2.cn .con2-box .list .des{
				font-size: 12.5px;
				line-height: 20px;
				height: auto;
			}
			#about-con2 .con2-box .list .img {
			}
			#about-con2 .con2-box .list .img img {
			}
		}

/*core5*/


/*core4/core3/core2*/
.qual-box>.tit {
	font-size: 24px;
	font-weight:400;
	line-height: 35px;
	margin: 40px 0;
	margin-bottom: 25px;
}
.qual-box.cn>.tit {
	margin-bottom: 25px;
}

.qual-box>.txt {
	font-size: 18px;
	
	line-height: 30px;
	margin-bottom: 90px;
}

.qual-box.cn>.txt {
	font-size: 14px;
}

.qual-list-box .list {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 15px;
	background-color: #fff;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

.qual-list-box .list:nth-child(3n) {
	margin-right: 0;
}

.qual-list-box .list .tit {
    font-size: 18px;
    text-align: center;
    padding: 15px 0 0;
    height: 50px;
    display: flex;
    
    justify-content: center;
    align-items: center;
}


.qual-list-box .list:hover {
	background-color: #EE1D23;
	color: #fff;
}

.qual-list-box .list:hover .tit {
	font-weight:400;
}

@media screen and (max-width:1680px) {
			.qual-list-box .list .tit {
			    font-size: 16px;
			}
		}
		@media screen and (max-width:1440px) {
		
			#page_news .page-left {
			    width: 73%;
			}
				
			.qual-list-box .list .tit {
			    font-size: 14px;
			}
			.qual-box>.tit {
			    font-size: 22px;
			    line-height: 30px;
			    margin: 20px 0;
			    margin-bottom: 40px;
			}
			#cate-list .cate-top-tit {
			    font-size: 20px;
			    position: relative;
			    padding-bottom: 10px;
			}
		}
		@media screen and (max-width:1182px) {
			
			.qual-box>.tit {
			    font-size: 18px;
			    line-height: 27px;
			    margin-bottom: 20px;
				margin-top:0px;
			}
			#cate-list .cate-top-tit {
			    font-size: 16px;
			    padding-bottom: 10px;
			}
		}
		@media screen and (max-width:900px) {
			#page_news .page-left {
			    width: 100%;
			}
		}
		@media screen and (max-width:600px) {
			#page_news .page-left {
			    width: 100%;
			}
			.qual-list-box .list {
			    width: 49%;
			}
			.qual-list-box .list:nth-child(3n){
			    margin-right: 2%;
			}
			.qual-list-box .list:nth-child(2n){
			    margin-right: 0%;
			}
			.qual-list-box .list .tit {
			    font-size: 13px;
			    line-height: 17px;
			    height: 40px;
			}
		}


		@media screen and (max-width:1680px){
			.qual-box>.txt {
			    font-size: 16px;
			}
		}
		@media screen and (max-width:1440px){
			.qual-box>.txt {
			    font-size: 15px;
				line-height: 28px;
			}
		}
		
		@media screen and (max-width:1280px){
			.qual-box>.txt {
			    font-size: 14px;
				line-height: 25px;
			}
		}
		
		@media screen and (max-width:1182px){
			
			.qual-box>.txt {
				font-size: 13px;
				line-height: 22px;
				margin-bottom: 20px;
			}
			#honor_swi {
			    padding: 25px 0;
			}
			.h2_title {
			    font-size: 18px;
			    margin-bottom: 20px;
			    line-height: 25px;
			}
			.qual-banner{
				max-width: 50%;
			}
		}

/*core4*/


/*brand-page*/
#banner_page .w1510 h2.noa {
	font-size: 26.13px;
}

#banner_page .w1510 h2.noa::after {
	display: none;
}

#banner_page .w1510 p.h1_des {
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	width: 40%;
	margin-top: 40px;
	
	font-weight: normal;
}

.brcon1 {
	margin-bottom: 100px;
}

.brcon1 .left {
	float: left;
	width: 43%;
}

.brcon1 .right {
	float: right;
	width: 54%;
}

.brcon1 .left .tit p {
	font-size: 18px;
	color: #EE1D23;
	
}

.brcon1 .left .tit div {
	font-size: 30px;
	line-height: 45px;
	margin: 10px 0 45px;
	color: #000;
	font-weight:400;
}

.brcon1 .left .con {
	font-size: 16px;
	line-height: 25px;
	
}

.brcon1 .left .con img {
	display: block;
	max-width: 100%;
	margin-top: 65px;
}

.brcon1 .right img {
	display: block;
	width: 100%;
}

#cust-product.all .pro-swi a {
	height: 434px;
}



#cust-product.all .pro-swi a .img img {
	width: 100%;
}

#cust-product.all .pro-swi a:hover {
	box-shadow: 0 0 11px 4px #efefef;
}

#cust-product.all .pro-swi a .tit {
	font-size: 22px;
}

#cust-product.all .pro-swi a .des {
	font-size: 14px;
	line-height: 24px;
}

.w1510.cust .swiper-button-next {
	width: 60px;
	height: 60px;
	background-size: 15px;
	background-color: #f6f6f6;
	border-radius: 50%;
	right: -5%;
}

#cust-product.all .pro-swi a.allurl {
	display: block;
	padding: 15px 0;
	width: 180px;
	height: auto;
	text-align: center;
	font-size: 18px;
	background-color: #EE1D23;
	color: #fff;
	margin: 30px auto;
}



/*brand-page*/

/*brand-show*/

#cate-box {
	background-color: #313131;
}

#cate-box a {
	font-size: 18px;
	display: inline-block;
	color: #fff;
	padding: 26px 15px 34px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#cate-box a.active, #cate-box a:hover{
	background-color: #EE1D23;
}

#bs-top {
	background-color: #f6f6f6;
	padding-bottom: 100px;
}

#bs-top .left {
	float: left;
	width: 25%;
}

#bs-top .left img {
	display: block;
	width: 100%;
}

#bs-top .right {
	float: right;
	width: 70%;
}


#bs-top .right .tit p {
	font-size: 18px;
	color: #EE1D23;
	
}

#bs-top .right .tit div {
	font-size: 30px;
	line-height: 45px;
	margin: 15px 0 25px;
	color: #000;
	font-weight:400;
}

#bs-top .right .con {
	font-size: 15px;
	line-height: 25px;
	
}

#bs-top .right .url {
	width: 180px;
	padding: 15px 0;
	text-align: center;
	background-color: #EE1D23;
	display: block;
	color: #fff;
	font-size: 14px;
	
	margin-top: 35px;
}

#pro-pdf {
	padding-bottom: 100px;
}

#pro-pdf .pdf-tit {
	font-weight:400;
	font-size: 24px;
	margin: 45px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #aaa;
	text-transform: uppercase
}

.pdf-box table {
    display: block;
    border: 0;
    outline: unset;
    min-width: 965px;
	margin-top: 25px;
	border-collapse: separate;
	border-spacing: 2px;
	border-color: #ccc;
}

.pdf-box .pth{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	
	margin-top: 25px;
}

.pdf-box table tr td{
	line-height: 30px;
	text-align: center;
}

.pdf-box table tr td:nth-child(2){
	padding: 10px 0;
}

.pdf-box table tr:nth-child(2n) td
{
	background: #f5f5f5;
}



.pdf-box table tr:nth-child(1) td,
.pdf-box table tr:nth-child(2) td
{
	background: #D2EBFF;
}

.pdf-box table:nth-child(10)  tr:nth-child(2) td,
.pdf-box table:nth-child(30)  tr:nth-child(2) td,
.pdf-box table:nth-child(40)  tr:nth-child(2) td,
.pdf-box table:nth-child(42)  tr:nth-child(2) td,
.pdf-box table:nth-child(44)  tr:nth-child(2) td
{
	background: #f5f5f5;
}





.pdf-box table *{
	font-size: 14px;
}

/* .pdf-box table tbody {
	display: block;
	width: 100%;
}

.pdf-box table tr {
	height: auto;
	line-height: 30px;
	height: 100px;
	font-size: 16px;
	display: inline-table;
	width: 100%;
}

.pdf-box table tr:nth-child(2n-1) {
	background-color: #f6f6f6;
}

.pdf-box table tr:first-child {
	line-height: 50px;
	height: 50px;
	width: 100%;
	background-color: #000;
	color: #fff;
}

.pdf-box table tr:first-child td {
	font-size: 18px;
}

.pdf-box table td {
	text-align: center;
	
	font-size: 16px;
}

.pdf-box table tr td:nth-child(1),
.pdf-box table tr td:nth-child(2) {
	position: relative;
}

.pdf-box table tr td:nth-child(2) {
	position: relative;
}

.pdf-box table tr td:nth-child(1) img {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	max-height: 80%;
	top: 40%;
	transform: translateY(-35%);
	margin: 0 auto;
} */

/* .pdf-box table tr td:nth-child(3),
.pdf-box table tr td:nth-child(4) {
	width: 14.5%;
}

.pdf-box table tr td:nth-child(5) {
	width: 10.5%;
}

.pdf-box table tr td:nth-child(6) {
	width: 16.5%;
}

.pdf-box table tr td:nth-child(7) {
	width: 15.5%;
}

.pdf-box table tr td:nth-child(8) {
	width: 9.5%;
	position: relative;
} */

/* .pdf-box table tr .a-url {
	border: 1px solid #eee;
	padding: 10px 35px;
}

.pdf-box table tr .p-url {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-45%);
}

.pdf-box table tr .img2 {
	display: none;
}

.pdf-box table tr:hover .img1 {
	display: none;
}

.pdf-box table tr:hover .img2 {
	display: unset;
}

.pdf-box table tr:hover .a-url {
	background-color: #EE1D23;
	color: #fff;
} */

@media screen and (max-width:1680px) {
			#bs-top .right .tit div {
			    font-size: 26px;
			    line-height: 35px;
			    margin: 13px 0 20px;
			}
			
			
			.pdf-box table tr:first-child td {
			    font-size: 16px;
			    line-height: 20px;
			}
		}
		@media screen and (max-width:1440px) {
			#bs-top .right .tit div {
			    font-size: 24px;
			    line-height: 35px;
			}
			#bs-top .right .con {
			    font-size: 14px;
			    line-height: 23px;
			}
			#bs-top .right .url {
			    width: 165px;
			    padding: 10px 0;
				margin-top: 25px;
			}
			.pdf-box table tr:first-child td {
			    font-size: 15px;
			    line-height: 20px;
			}
			.pdf-box table td {
			    font-size: 14px;
			}
		}
		@media screen and (max-width:1280px) {
			#bs-top .right .tit div {
			    font-size: 22px;
			    margin: 10px 0 10px;
			    line-height: 30px;
			}
			#bs-top .right .con {
			    font-size: 13.5px;
			    line-height: 21px;
			}
			.pdf-box table tr td:nth-child(1) img {
			    max-height: 60%;
			}
		}
		
		@media screen and (max-width:1208px) {
			.pdf-box {
			    overflow: auto;
			    padding-bottom: 20px;
			}
		}
		@media screen and (max-width:1182px) {
			#bs-top{
				padding-bottom: 30px;
			}
			
			#pro-pdf .pdf-tit {
			    font-size: 18px;
			    margin: 15px 0;
			}
			
			.pdf-box table tr {
			    line-height: 20px;
			    height: 60px;
			}
			.pdf-box table tr:first-child td {
			    font-size: 14px;
			}
			.pdf-box table td {
			    font-size: 13px;
			}
			.pdf-box table tr td:nth-child(1) img {
			    max-height: 45%;
			}
			
			#pro-pdf {
			    padding-bottom: 30px;
			}
			.pdf-box table tr .p-url img{
				height: 32px;
			}
			
			.pdf-box table tr td {
			    line-height: 22px;
			}
		}
		@media screen and (max-width:900px) {
			#bs-top .left{
				display: none;
			}
			#bs-top .right{
				width: 100%;
			}
		}
		@media screen and (max-width:600px) {
			
			
			.pdf-box table * {
			    font-size: 12px !important;
			}
		}


/*brand-show*/

/*omd-list*/
			#pro-page-box{
				background-color: #f6f6f6;
				padding-bottom: 100px;
			}
			
			#pro-page-box .list-box a{
				float: left;
				width: 23.5%;
				margin-right: 2%;
				margin-bottom: 2%;
				background-color: #fff;
				padding: 15px 15px 25px;
			}
			#pro-page-box .list-box a:nth-child(4n){
				margin-right: 0;
			}
			
			#pro-page-box .list-box a .top {
			    position: relative;
			    transition: all 0.3s ease-in;
			    -webkit-transition: all 0.3s ease-in;
				padding: 0 10px;
			}
			
			#pro-page-box .list-box a .img {
			    display: flex;
			    justify-content: center;
			    align-items: center;
			    margin-bottom: 20px;
			}
			
			#pro-page-box .list-box a .img img {
			   width: 100%;
			}
			
			#pro-page-box .list-box a .tit {
			    margin-bottom: 20px;
			    text-align: center;
			    font-size: 19px;
			    
			    line-height: 20px;
			    height: 20px;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
			}
			
			
			#pro-page-box .list-box a .des {
			    font-size: 16px;
			    line-height: 25px;
			    
			    position: relative;
			    height: 75px;
				padding: 0 10px;
				overflow: hidden;
			    transition: all 0.3s ease-in;
			    -webkit-transition: all 0.3s ease-in;
			}
			
			#pro-page-box .list-box a:hover {
			    box-shadow: 0 0 11px 4px #cecece;
			}
			#cate-box .list{
				display: inline-block;
			}
			
			#cate-box .list .ch_url{
				display: none;
				background-color: gray;
				padding: 0 15px;
			}
			
			#cate-box .list .ch_url a{
				    font-size: 13px !important;
				    line-height: 19px;
				    
				    color: #fff;
					display: block;
			}
			
			@media screen and (max-width:1182px) {
			}
			
			
			
			@media screen and (max-width:1680px) {
			
				#pro-page-box .list-box a .img img {
				   width: 100%;
				}
			
				#pro-page-box .list-box a .des {
				    font-size: 14px;
				    line-height: 23px;
					height: 60px;
				}
			}
			@media screen and (max-width:1440px) {
			
			#pro-page-box .list-box a .img img {
			   width: 100%;
			}
			
				#pro-page-box .list-box a .tit {
				    font-size: 16px;
				}
				#pro-page-box .list-box a .top {
					
				}
				#pro-page-box .list-box a .des {
				    font-size: 13px;
				    line-height: 21px;
				}
				
			}
			@media screen and (max-width:1280px) {
				#pro-page-box .list-box a .tit {
				    font-size: 14px;
				    margin-bottom: 10px;
				}
			}
			@media screen and (max-width:1182px) {
				
				#pro-page-box .list-box a .tit {
					    font-size: 14px;
					    margin-bottom: 0px;
				}
				.position {
				    padding: 30px 0 20px;
				}
				#pro-page-box{
					padding-bottom: 30px;
				}
				
				.position a{
					font-size: 13px;
				}
				#pro-page-box .list-box a .top {
				    bottom: 0;
				}
			    
				#pro-page-box .list-box a .des {
				    display: none;
				}
				#pro-page-box .list-box a{
					width: 32%;
					padding: 15px 15px 15px;
				}
				#pro-page-box .list-box a:nth-child(4n){
					margin-right: 2%;
				}
				#pro-page-box .list-box a:nth-child(3n){
					margin-right: 0%;
				}
				#cate-box {
				    background-color: #313131;
				    padding: 0px;
				}
				
				#cate-box .w1510{
					padding: 0 0px;
				}
				
				#cate-box a {
				    font-size: 14px;
				    padding: 10px 10px 10px;
					display: block;
				}
				
				#cate-box a::before{
					display: none !important;
				}
				
				#cate-box .list{
						width: 100%;
				}
				
				#cate-box .list.active .ch_url{
						display: block;
				}
				.pro_2{
					display: none;
				}
			}
			@media screen and (max-width:600px) {
				
				#pro-page-box .pro-des{
					display: none;
				}
				
				#pro-page-box .list-box a {
				    width: 49%;
				    padding: 0 0px;
				}
				#pro-page-box .list-box a:nth-child(3n){
					margin-right: 2%;
				}
				#pro-page-box .list-box a:nth-child(2n){
					margin-right: 0%;
				}
				#pro-page-box .list-box a .img {
				    margin-bottom: 10px;
				}
				#pro-page-box .list-box a .tit {
				    font-size: 13px;
				    padding: 0 0px;
				}
			}
/*omd-list*/


/*omd-show*/
#pro-des-con{
				padding: 100px 0;
				background-color: #fff;
			}
			
			#pro-des-con .pro-top-tit {
			    font-size: 24px;
			    margin-bottom: 20px;
			    padding-bottom: 20px;
			    border-bottom: 1px solid #bbb;
			    font-weight:400;
			    color: #535353;
			    text-transform: uppercase;
			}
			
			#pro-des-con .con-height{
				padding: 45px 0 75px;
			}
			#pro-des-con .con-height img {
			    display: block;
			    width: 100%;
			    max-width: 600px;
			    margin: 0 auto;
			}
			
			#pro-des-con table {
			    border-top: 1px solid #ccc;
			    border-left: 1px solid #ccc;
			    display: block;
			    height: auto !important;
			    width: 100% !important;
			    margin: 0 auto;
			}
			
			#pro-des-con table tbody {
				display: block;
			    width: 100%;
				height: auto !important;
			}
			
			#pro-des-con table tr {
			    width: 100%;
			    text-align: center;
			    display: flex;
				height: auto !important;
			}
			
			#pro-des-con table tr td{
				display: block;
				border: 0 !important;
				height: auto !important;
				border-bottom: 1px solid #ccc !important;
				border-right: 1px solid #ccc !important;
				width: 50% !important;
				padding: 5px 10px;
				font-size: 14px;
				line-height: 25px;
			}
			
			#pro-des-con .esr table tr td{
				width: 100% !important;
			}
			
			#pro-des-con .pro-tab img{
				display: block;
				width: 100%;
				max-width: 600px;
				margin: 0 auto;
			}
			
			/* #pro-des-con .pro-down{
				padding: 20px 0 75px;
			} */
			
			#pro-des-con .pro-down a{
				padding-left: 55px;
				font-size: 18px;
				height: 60px;
				line-height: 60px;
				margin-bottom: 5px;
				
				background-image: url(/images/pdf-icon2.png);
				background-repeat: no-repeat;
				background-size: auto 40px;
				background-position: left 5px;
				display: block;
			}
			
			#pro-des-con .pro-down a:hover{
				background-image: url(/images/pdf-icon.png);
				color: #EE1D23;
			}
			
			@media screen and (max-width:1680px) {
				
			}
			@media screen and (max-width:1440px) {
				
					.descinpfo {
					    padding: 25px 0;
					    font-size: 14px;
					    line-height: 25px;
						padding-bottom: 0;
					}
			}
			@media screen and (max-width:1280px) {
				
			}
			@media screen and (max-width:1182px) {
				#pro_slick{
					padding:0 0 30px;
				}
				#pro_slick .w1510{
					width: 100%;
				}
				#pro-des-con {
				    padding:30px 0;
				}
				#pro-des-con .con-height {
				    padding: 20px 0 20px;
				}
				#pro-des-con .pro-down a {
				    padding-left: 35px;
				    font-size: 16px;
				    height: 40px;
				    line-height: 40px;
				    margin-bottom: 5px;
				    background-size: auto 30px;
				}
				/* #pro-des-con .pro-down {
				    padding: 20px 0 0px;
				} */
				#pro-des-con .pro-top-tit {
				    font-size: 18px;
				    margin-bottom: 10px;
				    padding-bottom: 10px;
				}
				
				.pro_desc .no {
				    font-size: 18px;
				    line-height: 25px;
				    font-weight:400;
				}
				.descinpfo {
				    padding: 25px 0;
				    font-size: 13px;
				    line-height: 22px;
					padding-bottom: 0;
				}
				#pro-des-con table tr td {
				    width: 50% !important;
				    padding: 3px 4px;
				    font-size: 12px;
				    line-height: 20px;
				}
			}
			@media screen and (max-width:600px) {
				#pro-des-con .pro-top-tit {
				    font-size: 15px;
				}
				#pro-des-con .pro-down a {
					font-size: 14px;
				}
			}
			@media screen and (max-width:400px) {
				
			}

/*omd-show*/


/*page-contact*/
@media screen and (max-width:1680px) {
			
				
		}
		@media screen and (max-width:1440px) {
			
			#page_contact .top .list .img {
			    padding: 0px 15px;
			    margin-right: 15px;
			    width: 80px;
			    height: 105px;
			}
			#page_contact .top .list .con .tit {
			    font-size: 18px;
			}
			#page_contact .top .list .con .des {
			    font-size: 13px;
			    line-height: 20px;
			    margin-top: 5px;
			}
				
		}
		
		@media screen and (max-width:1182px) {
			#page_contact .w1510{
				width: 100%;
			}
			#page_contact .top {
			    margin-bottom: 30px;
			}
			#page_contact .top .list .con{
				padding-top: 0;
			}
			#map {
			    margin-bottom: 30px;
			}
			#con-tab {
			    margin-bottom: 0px;
			}
			#call-back .pro-top-tit {
			    font-size: 18px;
			    margin-bottom: 10px;
			    padding-bottom: 10px;
			}
		}
		
		
		@media screen and (max-width:900px) {
			#page_contact .top .list{
				width: 100%;
				margin-top: 15px;
			}
			#page_contact .top .list {
			    margin-right: 0%;
			    padding: 15px 0;
			}
		}
		
		
		@media screen and (max-width:600px) {
			
			#page_contact .top .list .img {
			    padding: 0 10px;
			    margin-right: 15px;
			    width: 60px;
			    height: 60px;
			}
			
			#page_contact .top .list:nth-child(3) .img{
				height:100px;
			}
			
			#page_contact .top .list .con .tit {
			    font-size: 16px;
			}
			
			#page_contact .top .list .con .des {
			    font-size: 12px;
			    line-height: 18px;
			}
		}
/*page-contact*/


/*page-oem*/
#page-about.oem .a-r .num>div {
					float: left;
					margin-right: 9%;
				}
	
				#page-about.oem .a-r .num>div .tit font {
					font-size: 25px;
				}
	
				#page-about.oem .a-r .num>div p {
					text-transform: unset;
				}
	
				#page-about.oem .a-r {
					padding-top: 0;
				}
	
				#page-about.oem .a-r .des {
				    font-size: 16px;
				    line-height: 26px;
				    margin: 25px 0 40px;
				}
	
		
				#page-about.cn .a-r .des {
					font-size: 14px;
				}
		
				#page-about.oem .a-bottom {
					font-size: 16px;
					line-height: 25px;
					margin: 45px 0 0px;
					
				}
		
				#page-about.cn .a-bottom {
					font-size: 14px;
				}
				
				@media screen and (max-width:1680px) {
					#page-about.oem .a-r .des{
					    font-size: 16px;
						line-height: 25px;
						margin: 25px 0 40px;
					}
					#page-about.oem .a-bottom{
					    font-size: 16px;
						line-height: 25px;
						margin: 25px 0 0;
					}
				}
				@media screen and (max-width:1440px) {
					#page-about.oem .a-r .des {
					    font-size: 14px;
						line-height: 23px;
						margin: 20px 0 30px;
					}
					
					#page-about.oem .a-r .num>div .tit font {
					    font-size: 20px;
					}
				}
				
				@media screen and (max-width:1000px) {
					#page-about .a-l{
						width: 100%;
					}
					#page-about .a-r{
						width: 100%;
					}
					#page-about .a-r .tit {
					    font-size: 20px;
					    line-height: 30px;
					}
				}
				
				
				@media screen and (max-width:900px) {
				
					#page-about.oem .a-r .des{
					    font-size: 14px;
						line-height: 23px;
						margin:15px 0;
					}
					#page-about.oem .a-bottom{
					    font-size: 14px;
						line-height: 23px;
						margin: 15px 0 0;
					}	
				}
				
				
				
				@media screen and (max-width:600px) {
					
					#page-about .a-r .tit {
					    font-size: 18px;
					    line-height: 25px;
					}
					#page-about.oem .a-r .des{
					    font-size: 13px;
						line-height: 21px;
					}
					#page-about.oem .a-bottom{
					    font-size: 13px;
						line-height: 21px;
					}	
					.features-item .features-info {
					    padding: 20px 20px;
					}
				}
				
				
				/*oem1-end*/
				
				
				
				#about-his{
				    padding: 80px 0 150px 0;
				    position: relative;
					background: url(/images/his-back.jpg) no-repeat;
				    background-size: cover;
				}
				#about-his .h2_title{
					text-transform: uppercase;
					color:#fff;
					text-align: center;
					margin-bottom: 160px;
				}
				.features-info ul li::marker{
					display: none !important;
				}
				
				@media screen and (max-width:1680px) {
					.features-item h3 {
					    font-size: 26px;
					}
					.features-info ul li {
					    font-size: 16px;
					    line-height: 25px;
					}
				}
				@media screen and (max-width:1440px) {
					#about-his .h2_title {
					    margin-bottom: 120px;
					}
				}
				@media screen and (max-width:1280px) {
					
						.features-item h3 {
						    font-size: 22px;
						}
						.features-info ul li {
						    font-size: 14px;
						    line-height: 23px;
						}
				}
				
				@media screen and (max-width:1182px) {
					#about-his {
					    padding: 30px 0 80px 0;
					}
					#about-his .h2_title {
					    margin-bottom: 30px;
					}
					.product-wrapper{
						min-height: 300px;
					}
				}
				
				@media screen and (max-width:600px) {
					.product-features .swiper-button-next,.product-features .swiper-button-prev{
						top:47%;
					}
					.product-wrapper{
						min-height: 200px;
					}
				}
				
				/*oem-2 end*/
				
				#quality-honor{
					background-color: #f6f6f6;
					padding: 100px 0;
				}
				#quality-honor .w1510{
					position: relative;
				}
				
				#quality-honor .h2_title{
					text-align: center;
				}
				#quality-honor .con {
				    background-color: #fff;
				    padding: 50px 0 0px;
				    text-align: center;
					font-size: 22px;
					
				}
				#quality-honor.cn .con {
					font-size: 18px;
				}
				
				#quality-honor .con .img p{
					font-weight: bold;
					padding: 10px;
					line-height: 30px;
					height: 90px;
					display: flex;
					justify-content: center;
					align-items: center;
				}
				
				#quality-honor .con .img img{
					width: 47%;
					min-width: 100px;
					    height: 11vw;
				}
				
				#quality-honor .con .tit{
					margin-top: 50px;
					padding: 15px 0;
					transition: all 0.3s ease-in;
					-webkit-transition: all 0.3s ease-in;
				}
				
				#quality-honor .con:hover .tit{
					background-color: #EE1D23;
					color: #fff;
				}
				@media screen and (max-width:1680px) {
					#quality-honor .con {
					    font-size: 18px;
					}
					#quality-honor .con .img p {
					    line-height: 25px;
					}
					#quality-honor .con .tit {
					    margin-top: 35px;
					}
				}
				@media screen and (max-width:1440px) {
					
						#quality-honor .con {
						    font-size: 16px;
						}
						#quality-honor .con .img p {
						    line-height: 23px;
						}
						#quality-honor .con .tit {
						    margin-top: 25px;
						}
				}
				@media screen and (max-width:1280px) {
					
				}
				@media screen and (max-width:1182px) {
					#quality-honor .con .img img{
						height: 17vw;
					}
					#quality-honor {
					    padding: 30px 0;
					}
				}
				@media screen and (max-width:1000px) {
					#quality-honor .con {
					    font-size: 14px;
					}
					#quality-honor .con .img p {
					    line-height: 22px;
						height: 70px;
					}
					#quality-honor .con .tit {
					    margin-top: 20px;
					}
				}
				
				@media screen and (max-width:900px) {
					#quality-honor .con .img img {
					    height: 26vw;
					}
				}
				@media screen and (max-width:600px) {
					#quality-honor .con .img img {
					    height: 62vw;
					}
					
					#quality-honor .con {
					    font-size: 13px;
					}
					#quality-honor .con .img p {
					    line-height: 22px;
						height: auto;
					}
					#quality-honor .con .tit {
					    margin-top: 10px;
					}
				}
				
				/*oem3-end*/
				
				
				#oem-app{
					padding: 100px 0;
				}
				#oem-app #why_box {
					height: 30vw;
					background-repeat: no-repeat;
					background-size: 100% 100%;
					position: relative;
				}
				
				#oem-app .img-box {
					width: 100%;
					height: 100%;
					position: absolute;
				}
				
				#oem-app .img-box img {
					position: absolute;
					display: none;
					width: 100%;
					height: 100%;
				}
				
				#oem-app .img-box img#wb1 {
					display: block;
				}
				
				#oem-app .img-box img#wb2 {
					display: none;
				}
				
				#oem-app .img-box img#wb3 {
					display: none;
				}
				
				#oem-app .img-box img#wb4 {
					display: none;
				}
				
				#oem-app .list-box {
					position: relative;
					z-index: 5;
					width: 100%;
					height: 100%;
				}
				
				#oem-app .list-box .list {
					width: 12.5%;
					height: 100%;
					display: block;
					float: left;
					border-right: 1px solid rgba(255, 255, 255, 0.2);
					position: relative;
					transition: all 0.7s;
				}
				
				#oem-app .list-box .list:nth-child(5) {
					border-right: 0;
				}
				
				#oem-app .list-box .list .bottom {
					position: absolute;
					bottom: 0;
					left: 0;
					width: 100%;
					height: 25%;
					color: #fff;
					padding: 4% 8% 0;
					overflow: hidden;
					padding: 30% 8% 0;
					transition: all 0.3s;
					-webkit-transition: all 0.3s;
				}
				
				
				#oem-app .list-box .list:hover .bottom {
					background-image: url(../images/jb2.png);
					background-size: 100% 100%;
					background-repeat: no-repeat;
				}
				
				#oem-app .list-box .list .bottom .tit {
				    font-size: 20px;
				    line-height: 30px;
				    margin-bottom: 15px;
				    letter-spacing: 0;
				    
				    font-weight: bold;
				}
				
				
				#oem-app.cn .list-box .list .bottom .tit {
				    font-size: 18px;
				    line-height: 30px;
				}
				
				
				
				
				@media screen and (max-width:1680px) {
					#oem-app .big-des {
						font-size: 18px;
						line-height: 26px;
						color: #595959;
						margin: 28px 0 47px;
					}
				
					#oem-app .num-box .num p {
						font-size: 63.14px;
					}
				
					#oem-app .num-box .num span {
						font-size: 17px;
					}
				
					#oem-app .list-box .list .bottom .tit {
						font-size: 20px;
						line-height: 28px;
					}
				
				}
				
				
				@media screen and (max-width:1550px) {
					
					
					#oem-app .list-box .list .bottom .tit {
						font-size: 18px;
						line-height: 25px;
						margin-bottom: 10px;
					}
				}
				
				@media screen and (max-width:1440px) {
					#oem-app .num-box .num p {
						font-size: 56.14px;
					}
				
					#oem-app .num-box .num span {
						font-size: 16px;
					}
				}
				
				
				@media screen and (max-width:1418px) {
					
					
					#oem-app .list-box .list .bottom .tit {
						font-size: 16px;
						margin-bottom: 10px;
					}
					
				}
				
				@media screen and (max-width:1280px) {
					#oem-app .big-des {
						font-size: 15px;
						line-height: 26px;
						color: #595959;
						margin: 20px 0 40px;
					}
				
					#oem-app .num-box .num p {
						font-size: 48.14px;
					}
				
					#oem-app .num-box .num span {
						font-size: 15px;
					}
				
					#oem-app .list-box .list:hover .bottom {
						height: 60%;
						padding: 6% 8% 0;
					}
				
				
					#oem-app .list-box .list .bottom .tit {
						font-size: 14px;
						line-height: 18px;
						margin-bottom: 10px;
					}
				
				
				}
				
				@media screen and (max-width:1000px) {
					#oem-app .num-box .num {
						width: 25%;
						text-align: center;
					}
					#oem-app .num-box .num:nth-child(4) {
					    width: 25%;
					}
				
					#oem-app {
						background-color: #fff;
						padding: 30px 0 30px;
						margin-top: 0px;
					}
				
					#oem-app .img-box {
						display: none;
					}
				
					#oem-app .list-box .list {
						width: 100%;
						background-size: 100% 100%;
						background-repeat: no-repeat;
						margin-bottom: 4%;
					}
				
					#oem-app .list-box .list:nth-child(1) {
						background-image: url(/images/app-back7.webp);
					}
				
					#oem-app .list-box .list:nth-child(2) {
						background-image: url(/images/app-back2.webp);
					}
				
					#oem-app .list-box .list:nth-child(3) {
						background-image: url(/images/app-back3.webp);
					}
				
					#oem-app .list-box .list:nth-child(4) {
						background-image: url(/images/app-back4.webp);
					}
				
					#oem-app .list-box .list:nth-child(5) {
						background-image: url(/images/app-back5.webp);
					}
				
					#oem-app .list-box .list:nth-child(6) {
						background-image: url(/images/app-back6.webp);
					}
				
					#oem-app .list-box .list:nth-child(7) {
						background-image: url(/images/app-back1.jpg);
					}
				
					#oem-app .list-box .list:nth-child(8) {
						background-image: url(/images/app-back8.webp);
					}
				
					#oem-app .list-box .list .bottom {
						height: 100%;
						background-color: rgba(0, 0, 0, 0.3);
					}
				
					#oem-app .list-box .list:hover .bottom {
						height: 100%;
						background-image: unset;
					}
				
					#oem-app #why_box {
						height: 34vw;
					}
				
					
				}
				
				@media screen and (max-width:700px) {
					#oem-app .num-box .num {
						width: 50%;
						margin-bottom: 4%;
					}
					
					#oem-app .num-box .num:nth-child(4) {
					    width: 50%;
					}
				
					#oem-app .num-box .num p {
					    font-size: 32px;
					    margin-bottom: 15px;
					}
				
					#oem-app .num-box .num span {
						font-size: 12px;
						line-height: 23px;
					}
				
					#oem-app .num-box {
						margin-bottom: 23px;
					}
				
					#oem-app .list-box .list .bottom {
						padding: 4% 6% 0;
					}
				
					#oem-app .list-box .list:hover .bottom {
						padding: 4% 6% 0;
					}
				
					#oem-app .list-box .list .bottom .tit {
						font-size: 18px;
						margin-bottom: 5px;
					}
				
				}
				
				
				@media screen and (max-width:500px) {
					#oem-app .num-box .num {
						width: 100%;
						text-align: left;
					}
					
					#oem-app .num-box .num:nth-child(4) {
					    width: 100%;
					}
				}
				
				/*oem4-end*/

/*page-oem*/


/*page txc*/
#cust-product .page-tit {
			text-align: center;
		}
	
		#cust-product .page-url {
			text-align: center;
		}
	
		#cust-product .page-url a {
			display: inline-block;
			margin: 0 8px;
			background-color: #fff;
			padding: 15px 10px;
			font-size: 16px;
			text-align: center;
			
			transition: all 0.3s ease-in;
			-webkit-transition: all 0.3s ease-in;
		}
	
		#cust-product .page-url a:hover {
			background-color: #EE1D23;
			color: #fff;
		}
		
		#cust-product.txc{
			margin-top: 0 !important;
		}
		
		@media screen and (max-width:1680px){
			
			
			#cust-product.all .pro-swi a .tit {
			    font-size: 18px;
			}
			#cust-product.all .pro-swi a .des {
			    font-size: 16px;
			    line-height: 25px;
			}
		}
		
		@media screen and (max-width:1440px){
			
			#cust-product .pro-swi a {
			    padding: 15px 15px 25px;
                            
			}
			#cust-product.all .pro-swi a {
			    height: 400px;
			}
			
			#cust-product.all .pro-swi a .des {
			    font-size: 13px;
			    line-height: 21px;
			}
		}
		
		@media screen and (max-width:1280px){
			
			
			#cust-product.all .pro-swi a .tit {
			    font-size: 16px;
			}
			#cust-product.all .pro-swi a {
			    height: 320px;
			}
		}
		
		
		
		@media screen and (max-width:1182px){
			#cust-product .page-url a {
			    padding: 10px 10px;
			    font-size: 14px;
			}
			.w1510.cust .swiper-button-next{
				display: none;
			}
			#cust-product.all .pro-swi a {
			    height: auto;
			}
		}
		
		@media screen and (max-width:1000px){
			#cust-product .page-url a {
			    margin-bottom:15px;
			}
			.w1510.cust .swiper-button-next{
				display: none;
			}
			
			#cust-product.all .pro-swi a .img img {
			    width: 100%;
			}
		}
		
		@media screen and (max-width:600px){
			
			#cust-product.all .pro-swi a .img img {
			   width:100%
			}
		}
		
		/*txc1-end*/
		
		
		
			#salesone {
				padding: 120px 0;
				background: url(/images/sales-back.jpg) no-repeat;
				background-size: cover;
			}
		
			#salesone .left {
				float: left;
				width: 47.8%;
			}
		
			#salesone .right {
				float: right;
				width: 47.8%;
			}
		
			#salesone img {
				display: block;
				width: 100%;
			}
			
			#salesone.sales2 {
				padding: 120px 0;
				background: unset;
			}
			
			@media screen and (max-width:1182px) {
				
				#salesone {
					padding: 30px 0;
				}
				
				#salesone.sales2 {
					padding: 30px 0;
				}
			}
			
			@media screen and (max-width:600px) {
				#salesone .left {
					width: 100%;
					margin-bottom: 15px;
				}
					
				#salesone .right {
					width: 100%;
				}
			}
			
			/*txc2-end*/
			
			#salestwo {
				padding: 100px 0;
				background-color: #f6f6f6;
			}
			
			#salestwo .w1510 {
				position: relative;
			}
			
			#salestwo img {
				display: block;
				width: 100%;
			}
			
			#salestwo .top-tit {
				margin-bottom: 64px;
				text-align: center;
			}
			
			#salestwo .top-tit p {
				font-size: 20px;
				line-height: 30px;
				
			}
			
			#salestwo .num-con {
				width: 400px;
				position: absolute;
				bottom: 0px;
				right: 0px;
			}
			
			#salestwo .num-con .list {
				float: left;
				width: 45%;
				margin-right: 5%;
				margin-top: 5%;
			}
			
			#salestwo .num-con .list:nth-child(2n) {
				margin-right: 0;
			}
			
			#salestwo .num-con .list .num {
				font-size: 34px;
				font-weight:700;
				margin-bottom: 15px;
				color: #EE1D23;
			}
			
			#salestwo .num-con .list .txt {
				font-size: 20px;
				line-height: 26px;
				height: 70px;
				
			}
			
			@media screen and (max-width:1680px) {
				#salestwo .num-con {
					width: 345px;
				}
			
				#salestwo .num-con .list .num {
					font-size: 30px;
					margin-bottom: 10px;
				}
			
				#salestwo .num-con .list .txt {
					font-size: 18px;
					line-height: 20px;
					height: 60px;
				}
			}
			
			@media screen and (max-width:1440px) {
				#salestwo .num-con {
					width: 295px;
				}
			
				#salestwo .num-con .list .num {
					font-size: 24px;
					margin-bottom: 5px;
				}
			
				#salestwo .num-con .list .txt {
					font-size: 16px;
					line-height: 20px;
					height: 50px;
				}
			}
			
			@media screen and (max-width:1182px) {
			
				#salestwo {
					padding: 30px 0;
				}
			
				#salestwo .num-con {
					width: 275px;
				}
			
				#salestwo .num-con .list .num {
					font-size: 21px;
				}
			
				#salestwo .num-con .list .txt {
					font-size: 14px;
					height: 40px;
				}
			
				#salestwo .top-tit p {
					font-size: 14px;
					line-height: 30px;
				}
			
				#salestwo .top-tit {
					margin-bottom: 15px;
				}
			}
			
			@media screen and (max-width:1112px) {
			
				#salestwo .num-con {
					width: 100%;
					position: unset;
				}
			
				#salestwo .num-con .list {
				    float: left;
				    width: 50%;
				    padding-right: 15px;
				    margin-right: 0;
				    margin-top: 10px;
				    height: 80px;
				}
			}
			
			/*txc3-end*/
			
			#news-index.solution .news-box .left {
				width: 100% !important;
				height: auto;
				position: relative;
				overflow: unset;
			}
			
			#news-index.solution .news-box .left .swiper-pagination {
				left: 0;
				right: 0;
				bottom: -25px;
			}
			
			#news-index.solution .news-box .left .swiper-pagination span {
				margin: 0 3px;
			}
			
			#news-index.solution .news-box .swiper-container {
				padding: 2px;
			}
			
			#news-index.solution .news-box .swi-list {
				border: 1px solid #aaa;
				display: block;
			}
			
			#news-index.solution .news-box .swi-list .con .tit {
				height: 60px;
				margin-bottom: 0;
			}
			
			#news-index.solution .news-box .swi-list .con .time {
				display: flex;
				align-items: center;
				justify-content: center;
			}
			
			#news-index.solution .news-box .swi-list .con .time .d {
				font-size: 43px;
				margin-top: 0px;
			}
			
			#news-index.solution .news-box .swi-list .con .time .d.type2 {
				font-size: 30px;
			}
			
			#news-index.solution .news-box .swi-list .con .time .y-m {
				transform: scale(1, 1.18);
				font-size: 12px;
				margin-top: 5px;
			}
			
			@media screen and (max-width:1440px) {
			
				#news-index.solution .news-box .swi-list .con .time .d {
					font-size: 35px;
					margin-top: 0px;
				}
			
				#news-index.solution .news-box .swi-list .con .time .d.type2 {
					font-size: 23px;
				}
			
				#news-index.solution .news-box .swi-list .con .time .y-m {
					transform: scale(0.8, 1.3);
					font-size: 12px;
					margin-top: 3px;
				}
			}
			@media screen and (max-width:1182px) {


			
			#news-index.solution .news-box .swi-list .con .time .d {
				font-size: 25px;
				margin-top: 0px;
			}


			}
			
			/*txc4-end*/
/*page txc*/