/*about*/

/*about-profile*/

.about_profile {}

ul.profileul {

	width: 95%;

	margin-left: auto;

	margin-right: auto;

	background-color: #fff;

	padding: 5% 0;

	-webkit-box-shadow: 0 0 20px #f4f4f4;

	-moz-box-shadow: 0 0 20px #f4f4f4;

	box-shadow: 0 0 20px #f4f4f4;

	transform: translateY(50%);

	position: relative;

	z-index: 2;

	margin-top: -80px;

}

ul.profileul li {

	width: 25%;

	text-align: center;

	border-right: 1px solid #eee;

	padding: 0 2%;

}

ul.profileul li:last-child {

	border-right: none;

}

ul.profileul li span {

	color: #d31717;

	font-size: 48px;

	font-weight: 900;

}

ul.profileul li article {

	min-height: 100px;

}



.about_profile_img {

	position: relative;

}

.about_profile_img > img {

	display: block;

	width: 100%;

}

.about_profile_img_btn {

	position: absolute;

	right: 0;

	bottom: 0;

	cursor: pointer;

	width: 125px;

	height: 125px;

	text-align: center;

	background-color: #333;

}

.about_profile_img_btn_con {

	position: absolute;

	top: 50%;

	left: 50%;

	width: 100%;

	transform: translate(-50%,-50%);

}

.about_profile_img_btn_con img {

	display: block;

	max-width: 100%;

	margin: 0 auto;

}

.about_profile_img_btn_con p {

	color: #fe0000;

	font-size: 14px;

	text-transform: capitalize;

	margin-top: 5px;

}



@media all and (max-width: 1440px) {

	ul.profileul {

		padding: 3% 0;

	}

	ul.profileul li span {

		font-size: 40px;

	}

}

@media all and (max-width: 768px) {

	ul.profileul li span {

		font-size: 34px;

	}

}

@media all and (max-width: 768px) {

	.about_profile_img_btn {

		width: 100px;

		height: 100px;

	}

}

@media all and (max-width: 500px) {

	ul.profileul {

		transform: translateY(0);

		margin-top: 20px;

	}

	ul.profileul li {

		width: 50%;

		margin-bottom: 2%;

		border-right: none;

	}

	/*.about_profile_img_btn {

		width: 100px;

		height: 100px;

	}*/

}



/*about-honor*/

.about_honor {}

ul.abouthonorul {

	margin-right: -2%;

	position: relative;

	/*border-bottom: 1px solid #e6e6e6;*/

}

ul.abouthonorul:before {

	content: "";

	position: absolute;

	width: 100%;

	height: 1px;

	background: #e6e6e6;

	left: 0;

	bottom: 46px;

}

ul.abouthonorul li {

	float: left;

	width: 23%;

	margin-right: 2%;

}

ul.abouthonorul li .li_img {}

ul.abouthonorul li .li_img img {

	display: block;

	width: 100%;

}

ul.abouthonorul li p {

	font-size: 18px;

	color: #333;

	text-align: center;

	/*text-transform: capitalize;*/

	padding-top: 70px;

	position: relative;

}

ul.abouthonorul li p:before {

	content: "";

	position: absolute;

	width: 23px;

	height: 23px;

	background: url(../images/honor_zs.png) no-repeat center;

	background-size: cover;

	left: 50%;

	top: 32px;

	transform: translate(-50%,0);

}

ul.abouthonorul li:hover p {

	color: #fe0000;

}

ul.abouthonorul li:hover p:before {

	background: url(../images/honor_zs_active.png) no-repeat center;

}



@media all and (max-width: 1440px) {

	ul.abouthonorul li p {

		font-size: 16px;

	}

}

@media all and (max-width: 500px) {

	ul.abouthonorul li {

		width: 48%;

		margin-top: 20px;

	}

	ul.abouthonorul li p {

		padding-top: 20px;

	}

	ul.abouthonorul li p:before {

		display: none;

	}

	ul.abouthonorul:before {

		display: none;

	}

	ul.abouthonorul {

		margin-top: 0;

	}

}



/*about-news*/

.about_news {}

.about_news .innews_item em {

	display: block;

	font-size: 16px;

	color: #c9c9c9;

	font-weight: 600;

	margin-bottom: 20px;

}

.about_news .innews_item h4 a {

	font-weight: 600;

	display: block;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

}

.about_news_con {}

ul.aboutnewsul {

	margin-right: -2%;

}
ul.aboutnewsul article{
	height: 75px;
	overflow: hidden;
}
ul.aboutnewsul li {

	float: left;

	width: 31.33%;

	margin-right: 2%;



}

ul.aboutnewsul li .li_img {

	position: relative;

}

ul.aboutnewsul li .li_img img {

	display: block;

	width: 100%;

}

ul.aboutnewsul li .li_img .li_date {

	position: absolute;

	left: 0;

	bottom: 0;

	background: #fe0000;

	color: #fff;

	font-weight: 600;

	text-align: center;

	padding: 10px;

	font-size: 16px;

}

ul.aboutnewsul li .li_img .li_date span {

	display: block;

}

ul.aboutnewsul li .li_img .li_date span:last-child {

	margin-top: 3px;

	font-size: 18px;

}

ul.aboutnewsul li h4 a {

	display: block;

	font-size: 22px;

	color: #333;

	font-weight: 600;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

}

.news_more {

	display: inline-block;

	font-size: 18px;

	color: #333;

	font-weight: 600;

	text-transform: uppercase;

}

.news_more:hover {

	color: #fe0000;

}



.about_news_con {

	border-top: 1px solid #e6e6e6;

	border-bottom: 1px solid #e6e6e6;

}



@media all and (max-width: 1440px) {

	ul.aboutnewsul li .li_img .li_date {

		font-size: 14px;

	}

	ul.aboutnewsul li h4 a {

		font-size: 18px;

	}

	.news_more {

		font-size: 16px;

	}

}



@media all and (max-width: 500px) {

	ul.aboutnewsul li {

		width: 48%;

	}

}



/*single-news*/

.single_news {}

.single_news .news_date {

	color: #c9c9c9;

	font-size: 16px;

}



.single_news .in_share {

	margin-left: 0;

}

.single_news .in_share a {

	border: 2px solid #c9c9c9;

}

.single_news .in_share a span.iconfont {

	color: #c9c9c9;

}

.single_news .in_share a:hover {

	border-color: #fe0000;

}

.single_news .in_share a:hover span.iconfont {

	color: #fe0000;

}

.prenext {

	border-bottom: 1px solid #e6e6e6;

}

.prenext p {

	color: #333;

	font-size: 18px;

	text-transform: capitalize;

}

.prenext p a {

	color: #333;

}

.prenext p a:hover {

	color: #fe0000;

}

.prenext p span {

	margin: 0 5px;

}

.prenext_list {

	text-align: center;

}

.prenext_list img {

	display: block;

	margin: 0 auto;

	margin-bottom: 10px;

}



@media all and (max-width: 1440px) {

	.prenext p {

		font-size: 16px;

	}

}

@media all and (max-width: 1024px) {

	.prenext p {

		font-size: 14px;

	}

}

@media all and (max-width: 500px) {

	.rela_news ul.aboutnewsul li {

		margin-bottom: 20px;

	}

	.rela_news ul.aboutnewsul li:last-child {

		margin-bottom: 0;

	}

}



/*about-factory*/

.about_factory {}

.about_factory .pc-slide {

	width: 100%;

}



.about_factory .view .swiper-container {

	width: 100%;

	height: auto;

}

.about_factory .view .swiper-container .swiper-slide img {

	display: block;

	width: 100%;

	/*border: 1px solid #eee;*/

}

.about_factory .view .swiper-slide {

	position: relative;

}

.about_factory .view .swiper-slide .swiper-slide_tt {

	position: absolute;

	left: 0;

	bottom: 0;

	background: rgba(0,0,0,.3);

	width: 100%;

	padding: 25px 5%;

	color: #fff;

	font-size: 16px;

	padding-right: 15%;

}



.about_factory .preview {

	width: 100%;

	position: relative;

	transform: translateY(-100%);

	z-index: 1;

	background: rgba(0,0,0,.8);

	padding: 2% 5%;

	margin-bottom: -130px;

}



.about_factory .preview .swiper-container {

	width: 100%;

	height: auto;

}



.about_factory .preview .swiper-slide {

	width: 16.66%;

	height: auto;

	cursor:pointer;

}



.about_factory .preview .slide6 {

	width: 16.66%;

}

.about_factory .preview img {

	padding: 2%;

	border: 1px solid transparent;

	width: 98%;

}

.about_factory .preview .active-nav img {

	border-color: #e50112;

}



.about_factory .arrow-left {

	position: absolute;

	bottom: 66px;

	left: 0;

	z-index: 999;

	width: 20px;

    height: 41px;

    background: url(../images/about_fac_pre.png) no-repeat center;

    background-size: cover;

}

.about_factory .arrow-right {

	position: absolute;

	bottom: 66px;

	right: 0;

	z-index: 999;

	width: 20px;

    height: 41px;

    background: url(../images/about_fac_nex_active.png) no-repeat center;

    background-size: cover;

}



@media all and (max-width: 1366px) {



}

@media all and (max-width: 1023px) {

	.about_factory .arrow-left,.about_factory .arrow-right {

		display: none;

	}

}

@media all and (max-width: 768px) {

	.about_factory .preview .swiper-slide {

		width: 20%;

	}

}

@media all and (max-width: 500px) {

	.about_factory .preview .swiper-slide {

		width: 25%;

	}

	.about_factory  {

		padding-bottom: 100px;

	}

}



.image-link {

  cursor: -webkit-zoom-in;

  cursor: -moz-zoom-in;

  cursor: zoom-in;

}





/* This block of CSS adds opacity transition to background */

.mfp-with-zoom .mfp-container,

.mfp-with-zoom.mfp-bg {

	opacity: 0;

	-webkit-backface-visibility: hidden;

	-webkit-transition: all 0.3s ease-out; 

	-moz-transition: all 0.3s ease-out; 

	-o-transition: all 0.3s ease-out; 

	transition: all 0.3s ease-out;

}



.mfp-with-zoom.mfp-ready .mfp-container {

		opacity: 1;

}

.mfp-with-zoom.mfp-ready.mfp-bg {

		opacity: 0.8;

}



.mfp-with-zoom.mfp-removing .mfp-container, 

.mfp-with-zoom.mfp-removing.mfp-bg {

	opacity: 0;

}







/* padding-bottom and top for image */

.mfp-no-margins img.mfp-img {

	padding: 0;

}

/* position of shadow behind the image */

.mfp-no-margins .mfp-figure:after {

	top: 0;

	bottom: 0;

}

/* padding for main container */

.mfp-no-margins .mfp-container {

	padding: 0;

}







/* aligns caption to center */

.mfp-title {

  text-align: center;

  padding: 6px 0;

}

.image-source-link {

  color: #DDD;

}



/*product-center*/

.product {}

.pro_le {

	width: 17%;

}

.pro_ri {

	width: 83%;

}

ul.aside_nav {

	border-top: 1px solid #e6e6e6;

	padding: 5%;

}

ul.aside_nav li.firli {

	/*margin-top: 30px;*/

	border-radius: 5px;

}

ul.aside_nav li.firli:first-child {

	margin-top: 0;

}

ul.aside_nav li.firli:last-child {

	border-bottom: none;

}

ul.aside_nav li.firli > p {

	font-size: 18px;

	color: #333;

	position: relative;

	padding-left: 20px;

	height: 50px;

	line-height: 50px;

}

ul.aside_nav li.firli > p:after {

	content: "";

	position: absolute;

	width: 10px;

	height: 10px;

	left: 0;

	top: 50%;

	transform: translateY(-50%);

	border: 1px solid #e6e6e6;

}

ul.aside_nav li.firli p span:first-child {

	width: 80%;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

}

ul.aside_nav li.firli p span:first-child a {

	color: #44494d;

}

ul.aside_nav li.firli p span:first-child a:hover {

	

}

ul.aside_nav li.firli_active p:after {

	background-color: #fe0000;

}

ul.aside_nav li.firli_active p span:first-child a {

	color: #333;

}

/*ul.aside_nav li.firli_active p span.iconfont {

	transform: rotate(90deg);

	color: #fff;

}*/

ul.aside_nav ul.secul {

	display: none;

	background-color: #fff;

	padding: 5% 10%;

}

ul.aside_nav ul.secul li {

	padding: 12px 0;

}

ul.aside_nav ul.secul li a {

	color: #a5adb2;

	font-size: 16px;

	border-bottom: 1px solid transparent;

}



ul.aside_nav ul.secul li a:hover {

	color: #fe0000;

	border-color: #fe0000;

}







ul.proul {

	border-top: 1px solid #e6e6e6;

	border-left: 1px solid #e6e6e6;

}

ul.proul li {

	float: left;

	width: 25%;

	border-right: 1px solid #e6e6e6;

	border-bottom: 1px solid #e6e6e6;

	padding: 3%;

	position: relative;

}

ul.proul li:after {

	content: "";

	position: absolute;

	width: 0;

	height: 2px;

	background-color: #fe0000;

	left: 0;

	bottom: 0;

	transition: all 0.5s;

}

ul.proul li:hover:after {

	width: 100%;

}

ul.proul li .li_img {}

ul.proul li .li_img img {

	display: block;

	width: 100%;

}

ul.proul li h4 {

	

}

ul.proul li h4 a {

	font-size: 24px;

	display: block;

	text-align: center;

	text-transform: uppercase;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;

	overflow: hidden;

	height: 56px;

}



@media all and (max-width: 1440px) {

	ul.proul li h4 a {

		font-size: 18px;

		height: 42px;

	}

}

@media all and (max-width: 1023px) {

	.pro_le {

		display: none;

	}

	.pro_ri {

		width: 100%;

	}

}

@media all and (max-width: 768px) {

	ul.proul li h4 a {

		font-size: 16px;

	}

	ul.proul li {

		width: 33.33%;

	}

}

@media all and (max-width: 500px) {

	ul.proul li {

		width: 50%;

	}

}



/*single-product*/



.single_pro {}

.single_pro_one_le {

	width: 42%;

}

#singlePro {

	position: relative;

	overflow: hidden;

}

.single_pro_one_le img {

	display: block;

	width: 100%;

}

.single_pro_one_ri {

	width: 55%;

}



.single_pro .in_share {

	margin-left: 0;

}

.single_pro .in_share a {

	border: 2px solid #e5e5e5;

}

.single_pro .in_share a span.iconfont {

	color: #e5e5e5;

}

.single_pro .in_share a:hover {

	border-color: #fe0000;

}

.single_pro .in_share a:hover span.iconfont {

	color: #fe0000;

}



.single_pro_btn {

	width: 100%;

	justify-content: flex-start;



}

.single_pro_btn a {

	width: 31%;

	height: 50px;

	line-height: 50px;

	color: #fe0000;

	text-align: center;

	font-size: 18px;

	border: 1px solid #fe0000;

	font-weight: 600;

	margin-right: 2%;

}

.single_pro_btn a:last-child {

	margin-right: 0;

}

.single_pro_btn a p {

	display: inline-block;

	margin-left: 10px;

}

.single_pro_btn a:hover {

	background-color: #fe0000;

	color: #fff;

}



.single_pro_item em {

	display: block;

	font-size: 18px;

	color: #888;

	font-weight: 600;

	margin: 20px 0;

}



ul.single_pro_list_img {

	margin-right: -2%;

}

ul.single_pro_list_img li {

	float: left;

	width: 31.33%;

	margin-right: 2%;

}

ul.single_pro_list_img li img {

	display: block;

	width: 100%;

}



@media all and (max-width: 1440px) {

	.single_pro_btn a {

		font-size: 16px;

	}

}



@media all and (max-width: 768px) {

	.single_pro_one_le {

		width: 100%;

		max-width: 350px;

		margin-bottom: 20px;

	}

	.single_pro_one_ri {

		width: 100%;

	}

	.single_pro_item em {

		font-size: 16px;

	}

}



@media all and (max-width: 500px) {

	.single_pro_btn a {

		width: 48%;

		margin-bottom: 10px;

		font-size: 14px;

	}

	.single_pro_btn a:last-child {

		margin-bottom: 0;

	}

}



.single_pro_list_box {

	/*background-color: #e6e6e6;*/

}

.single_pro_list a {

	background-color: #e6e6e6;

	width: 20%;

	text-align: center;

	color: #333;

	font-size: 24px;

	text-transform: capitalize;

	padding: 25px 0;

	position: relative;

	font-weight: 600;

}

.single_pro_list a:after {

	content: "";

	position: absolute;

	width: 0;

	height: 5px;

	background-color: #fe0000;

	left: 0;

	bottom: 0;

	transition: all 0.5s;

}

.single_pro_list a:hover:after {

	width: 100%;

}

.single_pro_list a span {

	display: block;

	border-right: 1px solid #fff;

}



.single_pro_item_con {}

.single_pro_item .single_pro_item_box {

	border-bottom: 1px solid #e6e6e6;

}

.single_pro_item:last-child .single_pro_item_box {

	border-bottom: none;

}



@media all and (max-width: 1440px) {

	.single_pro_list a {

		font-size: 18px;

		padding: 18px 0;

	}

}



@media all and (max-width: 768px) {

	.single_pro_list_box {

		justify-content: flex-start;

	}

	.single_pro_list a {

		width: 33.33%;

	}

}



@media all and (max-width: 600px) {

	.single_pro_list {

		display: none;

	}

}

.Advantage_title {

	font-size: 18px;

	color: #333;

	text-align: center;

}

ul.pro_advan {

	width: 95%;

	max-width: 900px;

	margin: 0 auto;

}

ul.pro_advan li {

	float: left;

	width: 48%;

	font-size: 16px;

	color: #666;

	margin-top: 30px;

	position: relative;

}

ul.pro_advan li:before {

	content: "";

	position: absolute;

	width: 5px;

	height: 5px;

	border-radius: 50%;

	background-color: #fe0000;

	left: 0;

	top: 50%;

	transform: translate(-200%,-50%);

}

ul.pro_advan li:nth-child(2n) {

	text-align: right;

}

ul.pro_advan li:nth-child(2n):before {

	left: 100%;

	transform: translate(200%,-50%);

}



@media all and (max-width: 768px) {

	.Advantage_title {

		font-size: 14px;

	}

	ul.pro_advan li {

		width: 98%;

	}

	ul.pro_advan li:nth-child(2n) {

		text-align: left;

	}

	ul.pro_advan li:nth-child(2n):before {

		left: 0;

		transform: translate(-200%,-50%);

	}

}



#relaPro {

	position: relative;

	overflow: hidden;

}

.relapro_item {}

.relapro_item_img {}

.relapro_item_img img {

	display: block;

	width: 100%;

}

.relapro_item h4 a {

	display: block;

	text-align: center;

	font-size: 24px;

	font-weight: 600;

	margin-top: 20px;

	text-transform: uppercase;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

}

.relapro_box {

	position: relative;

}

.relaPro_button_next {

	position: absolute;

	right: 0;

	top: 50%;

	transform: translate(150%,-50%);

}

.relaPro_button_prev {

	position: absolute;

	left: 0;

	top: 50%;

	transform: translate(-150%,-50%);

}



@media all and (max-width: 1440px) {

	.relapro_item h4 a {

		font-size: 18px;

	}

}

@media all and (max-width: 1366px) {

	.relaPro_button_prev {

		transform: translate(0%,-50%);

	}

	.relaPro_button_next {

		transform: translate(0%,-50%);

	}

}

@media all and (max-width: 768px) {

	.relapro_item h4 a {

		font-size: 16px;

	}

}



ul.appliul {

	margin-right: -2%;

}

ul.appliul li {

	float: left;

	/*width: 48%;*/

	width: 31.33%;

	margin-right: 2%;

	position: relative;

	overflow: hidden;

}

ul.appliul li .li_img img {

	display: block;

	width: 100%;

}

ul.appliul li .li_text {

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	background: rgba(254,0,0,.8);

	padding: 5%;

	padding-top: 1.5%;

	transition: all 0.5s;

	transform: translateY(70%);

}

ul.appliul li .li_text .li_cut {

	display: block;

	width: 64px;

	height: 1px;

	background: #fff;

	margin-left: auto;

	margin-right: auto;

	margin-top: 20px;

	margin-bottom: 18px;

}

ul.appliul li .li_text h4 a  {

	display: block;

	/*font-size: 24px;*/

	font-size: 20px;

	font-weight: 600;

	text-align: center;

	color: #fff;

}

ul.appliul li .li_text a article {

	color: #fff;

}

ul.appliul li:hover .li_text {

	padding-top: 5%;

	transform: translateY(0%);

}
.lx_case_text{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 75px;
}



@media all and (max-width: 1440px) {

	ul.appliul li .li_text h4 a {

		font-size: 18px;

	}

}

@media all and (max-width: 768px) {

	ul.appliul li {

		width: 48%;

	}

	ul.appliul li .li_text h4 a {

		font-size: 16px;

	}

}

@media all and (max-width: 600px) {

	ul.appliul li {

		width: 98%;

		margin-bottom: 2%;

	}

	ul.appliul li:last-child {

		margin-bottom: 0;

	}

}

/*case*/

.case {}

.case ul.appliul {}

.case ul.appliul li {

	margin-bottom: 2%;

}



/*single-case*/



/*service*/

.service {}

.ser_wa article {

	border-bottom: 1px solid #e6e6e6;

}



ul.serviceFaq {

	

}

ul.serviceFaq li {

	padding-right: 3%;

	padding-bottom: 20px;

}

ul.serviceFaq li:last-child {

	margin-bottom: 0;

}

ul.serviceFaq li article {

	margin-top: 20px;

	transition: all 0s;

	position: relative;

	padding-left: 80px;

}

ul.serviceFaq li article:before {

	position: absolute;

	left: 2%;

	top: 0;

	transform: translate(0,0%);

	content: "";

	width: 29px;

	height: 29px;

	background: url(../images/faq_ans.png) no-repeat center;

	background-size: cover;

}

ul.serviceFaq li .service_faq_question {

	cursor: pointer;

	position: relative;

	background: #eeeeee;

	padding: 16px 2%;

	padding-left: 80px;

}

ul.serviceFaq li .service_faq_question:before {

	position: absolute;

	left: 2%;

	top: 50%;

	transform: translate(0,-50%);

	content: "";

	width: 29px;

	height: 29px;

	background: url(../images/faq_que.png) no-repeat center;

	background-size: cover;

}

ul.serviceFaq li .service_faq_question_act {

	background: #fe0000;

}



ul.serviceFaq li .service_faq_question_act:before {

	position: absolute;

	left: 2%;

	top: 50%;

	transform: translate(0,-50%);

	content: "";

	width: 29px;

	height: 29px;

	background: url(../images/faq_que_act.png) no-repeat center;

	background-size: cover;

}

ul.serviceFaq li .service_faq_question span {

	transition: all 0s;

	font-size: 30px;

	color: #777;

}

ul.serviceFaq li .service_faq_question span:first-child {

	width: 76%;

	color: #333;

	font-size: 18px;

	font-weight: 600;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

}

ul.serviceFaq li .service_faq_question_act span:first-child {

	color: #fff;

}

ul.serviceFaq li .service_faq_question .service_faq_question_fh_active {

	display: block!important;

	padding-top: 5px;

}

ul.serviceFaq li .service_faq_question:hover span:first-child {

	color: #fe0000;

}

ul.serviceFaq li .service_faq_question_act:hover span:first-child {

	color: #fff;

}



@media all and (max-width: 1440px) {

	ul.serviceFaq li .service_faq_question {

		padding: 10px 2%;

		padding-left: 80px;

	}

	ul.serviceFaq li .service_faq_question span:first-child {

		font-size: 16px;

	}

	ul.serviceFaq li .service_faq_question:before {

		width: 25px;

		height: 25px;

	}

	ul.serviceFaq li article:before {

		width: 25px;

		height: 25px;

	}

	.service_faq_question_fh img{

		display: block;

		width: 25px;

		height: 24px;

	}

	ul.serviceFaq li {

		padding-bottom: 14px;

	}

}



@media all and (max-width: 1023px) {

	ul.serviceFaq li .service_faq_question span:first-child {

		font-size: 16px;

	}

	ul.serviceFaq li article {

		margin-top: 25px;

	}

}

@media all and (max-width: 768px) {

	.ser_faq_con {

		flex-direction: column-reverse;

	}

	.ser_faq .ser_faq_con_le {

		width: 100%;

		margin-top: 40px;

	}

	ul.serviceFaq li {

		padding-top: 10px;

		padding-bottom: 10px;

	}

	ul.serviceFaq li .service_faq_question span:first-child {

		font-size: 14px;

	}

	ul.serviceFaq li article {

		margin-top: 15px;

	}

}



/*contact*/

.contact {}

.contact_map {



}

.contact_map img {

	display: block;

	width: 100%;

}

ul.contactul {

	margin-right: -2%;

}

ul.contactul li {

	float: left;

	width:48%;

	margin-right: 2%;

	height: 120px;

	border: 1px solid #e6e6e6;

	position: relative;

}

ul.contactul li .li_img {

	width: 62px;

	position: absolute;

	top: 0;

	left: 50%;

	transform: translate(-50%,-50%);

}

ul.contactul li .li_img img {

	display: block;

	width: 100%;

}

ul.contactul li span {

	position: absolute;

	left: 0;

	bottom: 10px;

	width: 100%;

	padding: 0 2%;

	text-align: center;

	/* padding-bottom: 5%; */

	font-size: 16px;
	height: 60px;
	overflow: hidden;
	color: #333;

	line-height: 30px;

}

ul.contactul li span a {

	color: #333;

}

ul.contactul li span a:hover {

	color: #fe0000;

}



.contact_message {

	border-top: 1px solid #e6e6e6;

}



@media all and (max-width: 1440px) {

	ul.contactul li .li_img {

		width: 50px;

	}

	ul.contactul li span {

		font-size: 16px;

	}

}

@media all and (max-width: 1024px) {

	ul.contactul li {

		height: 100px;

	}

	ul.contactul li span {

		font-size: 14px;

	}

}



@media all and (max-width: 600px) {

	ul.contactul li {

		width: 48%;

		margin-top: 30px;

	}

	ul.contactul li .li_img {

		width: 35px;

	}

}



/*404*/

.nofound {

	background: #e6e6e6;

	padding-top: 150px;

	padding-bottom: 140px;

}

.nofound img {

	display: block;

	margin: 0 auto;

	max-width: 90%;

}

.nofound .in_more {

	margin-left: auto;

	margin-right: auto;

}

@media all and (max-width: 1440px) {

	.nofound {

		background: #e6e6e6;

		padding-top: 100px;

		padding-bottom: 90px;

	}

}

@media all and (max-width: 768px) {

	.nofound {

		background: #e6e6e6;

		padding-top: 70px;

		padding-bottom: 60px;

	}

}

/*search*/

.search {}

.search_top {

	background: #e6e6e6;

}

.search form {

	display: block;

	border: 1px solid #e0e0e0;

	width: 95%;

	max-width: 600px;

	background-color: #fff;

	margin: 0 auto;

	border-radius: 25px;overflow: hidden;

}

.search form input {

	width: 89%;

	height: 50px;

	line-height: 50px;

	padding: 0 20px;

	outline: none;

	border: none;

	font-size: 16px;

	color: #666;

}

.search form button {

	width: 10%;

	height: 50px;

	line-height: 50px;

	border: none;

	outline: none;

	cursor: pointer;

	background-color: #fff;

}

.search form button span.iconfont {

	font-size: 20px;

	color: #999;

}

.search_hot {

	width: 95%;

	max-width: 600px;

	margin: 0 auto;

	justify-content: flex-start;

	text-align: center;

}

.search_hot p {

	color: #666;

	font-size: 30px;

	line-height: 28px;

	text-align: center;

}

.search_hot p span:last-child {

	color: #fe0000;

}



ul.searchul {}

ul.searchul li {

	border: 1px solid #eee;

	position: relative;

	padding: 2%;

	margin-bottom: 2%;

}

ul.searchul li:before {

	content: "";

	position: absolute;

	width: 10px;

	height: 100%;

	background: #eee;

	left: 0;

	top: 0;

}

ul.searchul li .li_text {

	width: 60%;

}

ul.searchul li .li_text h4 a  {

	font-size: 18px;

}

ul.searchul li .li_text article {

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 3;

	overflow: hidden;

}

ul.searchul li .li_img {

	width: 14%;

}

ul.searchul li .li_img img {

	display: block;

	width: 100%;

}

ul.searchul li:hover {

	border-color: #fe0000;

}

ul.searchul li:hover:before {

	background-color: #fe0000;

}





@media all and (max-width: 1440px) {

	.search_hot p {

		font-size: 24px;

	}

	.search form input {

		font-size: 14px;

	}

	ul.searchul li:before {

		width: 5px;

	}

	ul.searchul li .li_text h4 a {

		font-size: 16px;

		font-weight: 600;

	}

	ul.searchul li .li_img {

		width: 20%;

	}

}



@media all and (max-width: 1024px) {

	ul.searchul li .li_img {

		width: 25%;

	}

}

@media all and (max-width: 600px) {

	ul.searchul li .li_img {

		display: none;

	}

	ul.searchul li .li_text {

		width: 100%;

		padding: 2%;

	}

}



























































































































































































































































