/*pro-list.html*/

#productbox {
	padding: 80px 0;
	overflow: hidden
}

#pro-speci {
	padding: 45px 0;
	border: 1px solid #ddd;
	float: left;
	width: 20%;
}

#pro-speci .top-tit {
	font-size: 20px;
	padding: 0 39px;
	margin-bottom: 25px;
	font-family: "ol";
}

#pro-speci .speci-box a {
	display: block;
	font-size: 18px;
	line-height: 24px;
	height: 21px;
	margin-bottom: 30px;
	padding: 0 39px;
	position: relative;
	color: #333;
	font-family: "ol";
}

#pro-speci .speci-box a.active,
#pro-speci .speci-box a:hover {
	font-weight: bold;
}

#pro-speci .speci-box a::before {
	content: "";
	display: block;
	height: 100%;
	background-color: #ffb813;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#pro-speci .speci-box a.active::before,
#pro-speci .speci-box a:hover::before {

	width: 25px;
}

#pro-speci .speci-box a::after {
	content: ">";
	display: block;
	height: 18px;
	line-height: 18px;
	width: 13px;
	position: absolute;
	right: 30px;
	top: 0;
	transform: scale(0.9, 1.4);
	font-size: 19px;
}

#product {
	float: right;
	width: 100%;
}

#product .l-box a {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 15px;
	color: #333;
	text-align: center;
	position: relative;
	top: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#product a:nth-child(4n) {
	margin-right: 0;
}

#product a .img {
	display: flex;
	justify-content: center;
	align-items: center;
}

#product a .img img {
	display: block;
	width: 100%;
}

#product a .con {
	padding: 25px 10px;
}

#product a:hover {
	box-shadow: 0px 11px 11px -9px #ccc;
	top:-5px;
}

#product a .con .tit {
	font-size: 18px;
	line-height: 24px;
	height: 50px;
	font-family: "RM";
}

#product a:hover .tit {
	color: #0087d3;
}

#product a .con .des {
	font-size: 16px;
	line-height: 27px;
}

#product a .con .url {
	font-size: 12px;
	padding-bottom: 3px;
	width: 75px;
	margin: 0 auto;
	border-bottom: 1px solid #333136;
}

#product a:hover .con .url {
	border-bottom: 1px solid #fff;
}

@media screen and (max-width:1680px) {
	
	#pagecate .cateright a {
		font-size: 14px;
		padding: 0 15px;
		line-height: 60px;
		padding: 0 30px !important;
	}

	.position a {
		font-size: 14px;
		line-height: 60px;
	}

	#pro-speci .top-tit {
		font-size: 18px;
		padding: 0 25px;
	}

	#pro-speci .speci-box a {
		display: block;
		font-size: 16px;
		line-height: 24px;
		height: 21px;
		margin-bottom: 28px;
		padding: 0 25px;
	}



	#pro-speci .speci-box a.active::before,
	#pro-speci .speci-box a:hover::before {
		width: 15px;
	}

	#product a .con {
		padding: 24px 40px;
	}

	#product a .con .tit {
		font-size: 16px;
		line-height: 24px;
	}
}

@media screen and (max-width:1440px) {
	#pagecate .cateright a {
		font-size: 13px;
		padding: 0 10px !important;
	}

	#pro-speci .speci-box a {
		display: block;
		font-size: 14px;
		line-height: 20px;
		height: 21px;
		margin-bottom: 15px;
		padding: 0 20px;
	}



	#pro-speci .speci-box a.active::before,
	#pro-speci .speci-box a:hover::before {
		width: 12px;
	}

	#pro-speci {
		padding: 35px 0;
	}

	#product a .con .tit {
		font-size: 14px;
		line-height: 23px;
	}

	#product a .con {
		padding: 20px 30px;
	}
}

@media screen and (max-width:1280px) {
	#pro-speci .top-tit {
		font-size: 16px;
		padding: 0 10px;
		margin-bottom: 15px;
	}


	#pro-speci .speci-box a {
		display: block;
		font-size: 14px;
		line-height: 20px;
		height: 21px;
		margin-bottom: 5px;
		padding: 0 10px;
	}



	#pro-speci .speci-box a.active::before,
	#pro-speci .speci-box a:hover::before {
		width: 7px;
	}

	#pro-speci .speci-box a::after {
		right: 10px;
	}

	#product a .con {
		padding: 10px 5px;
	}

	#product a .con .tit {
		font-size: 13px;
		line-height: 23px;
	}

	#product a .con .des {
		font-size: 12px;
		line-height: 21px;
	}
}

@media screen and (max-width:1182px) {
	/* .position {
	    top: -70px;
		padding: 0 0px;
	}*/
	.position {
	    display: none;
	} 
	
	#app-page{
		background-color: #fff !important;
	}

	#pagecate .cateright {
		padding-right: 0;
	}

	#pagecate .cateright a {
		font-size: 13px;
		padding: 0 10px;
		border: 0 !important;
	}


	#productbox {
		padding: 30px 0;
		overflow: hidden;
	}

	#pro-speci {
		padding: 15px 0;
	}
}

@media screen and (max-width:1000px) {
	#pro-speci {
		width: 100%;
		margin-bottom: 20px;
	}

	#product {
		width: 100%;
	}
}

@media screen and (max-width:900px) {
	#pagecate .cateright {
		width: 100%;
	}

	#pagecate .cateright a {
		font-size: 12px;
	}
}

@media screen and (max-width:800px) {
	#product .l-box a {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 15px;
	}

	#product .l-box a:nth-child(3n) {
		margin-right: 2%;
	}

	#product .l-box a:nth-child(2n) {
		margin-right: 0;
	}

	#product a .con .url {
		font-size: 12px;
		padding-bottom: 3px;
		width: 72px;
		margin: 0 auto;
		border-bottom: 1px solid #fff;
	}
}

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

	/* .position {
	    top: -70px;
	    padding: 0 0px;
	    right: 0;
	    left: 20px;
	    width: 100%;
	} */


	.position a {
		line-height: 30px;
	}

	#pagecate .cateright {
		overflow: hidden;
	}

	#pagecate .w1510 {
		padding: 0;
	}
}

@media screen and (max-width:400px) {}

/*pro-list.html*/


/*pro-show.html*/


.description_url {
	overflow: hidden;
	height: 70px;
	background-color: #333
}

.description_url a {
	font-size: 16px;
	color: #fff;
	font-family: "RB";
	line-height: 70px;
	padding: 0 20px;
	display: inline-block;
}

.description_url a:nth-child(1) {
	padding-left: 0;
	font-family: "JFB";
	font-size: 18px;
}

.description_url a.active {
	color: #fff;
	background-color: #0087d3;
}

#pro-des-con .con-height span {
	width: auto;
	display: unset;
}

.pro_desc .rz img {
	max-width: 100%;
}

#pro-des-con .pro-des .box {
	margin-top: 65px;
}

#pro-des-con .pro-des .box * {
	font-size: 18px;
	line-height: 30px;
	color: #616161;
	font-family: "RR";
}

#pro-des-con .pro-des .box ol {
    list-style: auto;
    padding-left: 20px;
}

#pro-des-con .pro-des .box .tit {
	font-size: 26px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	font-family: "RB";
	color: #535353;
}

#pro-des-con .pro-des .box .tag-url a {
	display: inline-block;
	border: 1px solid #222222;
	border-radius: 5px;
	color: #222222;
	padding: 0px 15px;
	line-height: 30px;
	margin-right: 6px;
	margin-bottom: 13px;
	font-size: 14px;
	font-weight: normal;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#pro-des-con .pro-des .box .tag-url a:hover {
	background-color: #0087d3;
	border: 1px solid #0087d3;
	color: #fff;
}


@media screen and (max-width:1680px) {}

@media screen and (max-width:1440px) {
	.description_url {
		height: 40px;
	}

	.description_url a {
		font-size: 16px;
		line-height: 40px;
		padding: 0 25px;
	}
}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1182px) {
	.pro_desc .no {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 20px;
		padding-bottom: 15px;
	}

	.descinpfo {
		padding-bottom: 20px;
		font-size: 15px;
		line-height: 25px;
	}

	.contact_btn {

		margin-top: 15px;

	}

	.description_url {
		height: 30px;
	}

	.description_url a {
		font-size: 13px;
		line-height: 30px;
		padding: 0 10px;
	}
}

@media screen and (max-width:900px) {}

@media screen and (max-width:600px) {
	#pro-des-con .con-height * {
		font-size: 13px !important;
		line-height: 22px !important;
	}
}


/*pro-show.html*/



/*project-list.html*/



/*project-list.html*/



/*page-support.html*/
#pagecon {
	padding: 80px 0;
}

#pagecon .pagetit {
	font-size: 26px;
	line-height: 35px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	font-family: "ol";
}

#pagecon .pagetxt {
	line-height: 28px;
	padding-right: 275px;
}

#pagecon .pagetxt b,
#pagecon .pagetxt strong {
	font-family: "ol";
	color: #333;
	font-size: 18px;
}

@media screen and (max-width:1182px) {
	#pagecon {
		padding: 30px 0;
	}

	#pagecon .pagetxt {
		padding-right: 0;
	}

	#pagecon .pagetit {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
}

/*page-support.html*/



/*article-list.html*/
#newslist {
	margin-top: 74px;
}


#newslist a {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 53px;
	padding: 65px 85px;
	background-color: #f1f1f1;
}

#newslist a .img {
	float: left;
	width: 33.8%;
	background-color: #fff;
}

#newslist a .img img {
	display: block;
	width: 100%;
}

#newslist a .ncon {
	float: right;
	width: 64%;
}

#newslist a .ncon .tit {
	font-size: 24px;
	font-family: "ol";
	line-height: 35px;
	margin-bottom: 20px;
	font-weight: bold;
}

#newslist a .ncon .des {
	color: #747474;
	line-height: 29px;
	font-size: 18px;
	margin-bottom: 35px;
	height: 11.1vw;
}

#newslist a .ncon .tnh {
	position: relative;
}

#newslist a .ncon .tnh .url {
	padding-bottom: 2px;
	position: absolute;
	display: inline-block;
	right: 0;
	top: 0;
}


#newslist a:hover {
	color: #d7063b;
}

@media screen and (max-width:1440px) {
	#newslist a {
		margin-bottom: 40px;
		padding: 45px 65px;
	}

	#newslist a .ncon .tit {
		font-size: 20px;
		line-height: 30px;
	}

	#newslist a .ncon .des {
		line-height: 25px;
		font-size: 14px;
		margin-bottom: 20px;
		height: 8vw;
	}
}


@media screen and (max-width:1280px) {

	#newslist a {
		margin-bottom: 35px;
		padding: 35px 50px;
	}

	#newslist a .ncon .tit {
		font-size: 20px;
		line-height: 30px;
	}

	#newslist a .ncon .des {
		line-height: 23px;
		font-size: 13px;
		margin-bottom: 20px;
		height: 6vw;
	}
}


@media screen and (max-width:1182px) {
	#newslist {
		margin-top: 30px;
	}

	/* 
	#newslist a .img {
	    float: left;
	    width: 20%;
	}
	
	#newslist a .ncon {
	    float: right;
	    width: 76%;
	} */

	#newslist a .ncon .tit {
		font-size: 20px;
		font-family: "ol";
		line-height: 28px;
		margin-bottom: 10px;
	}

	#newslist a .ncon .des {
		color: #8d8d8d;
		line-height: 21px;
		font-size: 13px;
		margin-bottom: 20px;
		height: auto;
	}

	#newslist a {
		margin-bottom: 25px;
		padding-bottom: 25px;
		padding: 15px;
	}

}


@media screen and (max-width:700px) {
	/* #newslist a .img {
	    float: left;
	    width: 22%;
	}
	
	#newslist a .ncon {
	    float: right;
	    width: 74%;
	} */

	#newslist a .ncon .tit {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	#newslist a .ncon .des {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 20px;
	}
}


@media screen and (max-width:500px) {
	#newslist a {
		margin-bottom: 15px;
		padding: 10px;
	}

	#newslist a .img {
		float: left;
		width: 31%;
	}

	#newslist a .ncon {
		float: right;
		width: 65%;
	}

	#newslist a .ncon .tit {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 5px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		width: 100%;
	}

	#newslist a .ncon .des {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 10px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	#newslist a .ncon .tnh span {
		display: none;
	}

	#newslist a .ncon .tnh .url {
		font-size: 12px;
	}
}

/*article-list.html*/


/*article-show.html*/
/* #newsshow {
	padding: 80px 0;
} */

/* #newsshow .ncon {
	max-width: 1355px;
	width: 100%;
	margin: 0 auto;
} */

#newsshow .ncon .news-tit {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 25px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
	font-family: "RB";
}

#newsshow .ncon .tnh {
	text-align: center;
	margin-top: 10px;
}

#newsshow .ncon .con {
	font-size: 16px;
	line-height: 25px;
	color: #666;
	font-family: "RL";
}

#newsshow .ncon .con * {
	line-height: 25px;
}

#newsshow .ncon .con div.wp-video{
	margin: 0 auto;
}

#newsshow .ncon .con video{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}



#newsshow .ncon .con iframe{
	max-width: 100%;
}

@media screen and (max-width:600px) {
	#newsshow .ncon .con iframe{
		height: 50vw;
	}
}

#newsshow .ncon img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;‌
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

#newsshow .ncon img.alignleft{
	margin-left: 0;
	margin-right: auto;
	text-align: left;
}

#newsshow .ncon img.alignright{
	margin-right: 0;
	margin-left: auto;
	text-align: right;
}

#newsshow .ncon img.aligncenter{
	margin: 0 auto;
	text-align: center;
}

#newsshow .ncon .newsback {
	margin-top: 40px;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
	display: inline-block;
	float: right;
	font-size: 15px;
	font-family: "RM";
	transition: all 0.3s;
}

#newsshow .ncon .newsback:hover {
	color: #0087d3;
}

@media screen and (max-width:1182px) {


	#newsshow .ncon .con {
		font-size: 14px;
		line-height: 21px;
	}

	#newsshow .ncon .con * {
		font-size: 14px;
		line-height: 21px;
	}

	#newsshow .ncon .news-tit {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	#newsshow .ncon .newsback {
		margin-top: 20px;
		font-size: 16px;
	}
}

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

	#newsshow .ncon .con {
		font-size: 13px;
		line-height: 19px;
	}

	#newsshow .ncon .con * {
		font-size: 13px;
		line-height: 19px;
	}

	#newsshow .ncon .newsback {
		margin-top: 20px;
		font-size: 14px;
	}
}

/*article-show.html*/


/*page-about.html*/
#page-about {
	padding: 100px 0 100px;
}

#page-about .a-l {
	float: left;
	width: 48.5%;
}

#page-about .a-l img {
	display: block;
	width: 100%;
}

#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: bold;
}

#page-about .a-r .des {
	font-size: 16px;
	line-height: 26px;
	margin: 40px 0 40px;
	font-family: "ol";
}

#page-about .a-r .num {
	width: 100%;
}

#page-about .a-r .num>div {
	float: left;
	width: 25%;
	margin-bottom: 30px;
	padding-left: 20px;
}


#page-about .a-r .num>div .tit {
	font-size: 30px;
	color: #d7063b;
	margin-bottom: 5px;
	font-weight: bold;
}

#page-about .a-r .num>div .tit font {
	font-size: 20px;
}

#page-about .a-r .num>div p {
	font-size: 15px;
	line-height: 20px;
	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: 16.6%;
}

#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) {}

@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 .tit {
		font-size: 36px;
	}

	#page-about .a-r .num>div p {
		font-size: 13px;
	}
}

@media screen and (max-width:1440px) {
	#page-about {
		padding: 60px 0 60px;
	}

	#page-about .a-r .tit {
		font-size: 26px;
	}

	#page-about .a-r .des {
		font-size: 13.5px;
		line-height: 22px;
		margin: 30px 0 30px;
	}

	#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: 30px 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;
	}

}

@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;
	}
}

/*page-about.html*/



/*jmddc add #news*/
/*pro-show.html*/




#cs {
	overflow: hidden;
	margin-top: 50px;
}

#cs>div {
	width: 50%;
	float: left;
	margin-bottom: 50px;
}

#cs>div .tit {
	font-size: 16px;
	line-height: 27px;
	color: #d7063b;
}

#cs>div p {
	font-size: 24px;
	line-height: 35px;
}

@media screen and (max-width:1440px) {
	#cs>div {
		margin-bottom: 30px;
	}

	#cs>div .tit {
		font-size: 16px;
		line-height: 27px;
		color: #d7063b;
	}

	#cs>div p {
		font-size: 24px;
		line-height: 35px;
	}
}

@media screen and (max-width:1440px) {
	#cs>div {
		margin-bottom: 30px;
	}

	#cs>div .tit {
		font-size: 14px;
		line-height: 24px;
	}

	#cs>div p {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:1000px) {
	#cs {
		margin-top: 20px;
	}

	.pro_desc .no {
		font-size: 16px;
		line-height: 25px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	#cs>div {
		margin-bottom: 20px;
	}

	#cs>div .tit {
		font-size: 13px;
		line-height: 27px;
	}

	#cs>div p {
		font-size: 16px;
		line-height: 25px;
	}
}



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

	.pro_desc .no {
		font-size: 14px;
		line-height: 23px;
	}

	#cs>div {
		margin-bottom: 10px;
	}

	#cs>div .tit {
		font-size: 12px;
		line-height: 23px;
	}

	#cs>div p {
		font-size: 14px;
		line-height: 23px;
	}
}



/*page-about*/
#adv-about {
	padding: 80px 0;
	background: url(https://www.kinglight.com/images/hx-back.png) no-repeat;
	background-size: cover;
	background-position: center;
}

#adv-about h2 {
	color: #fff;
}

#adv-about .t_tit,
#cert-about .t_tit {
	color: #fff;
	text-align: center;
	font-size: 30px;
	line-height: 45px;
	font-weight: bold;
}

#adv-about .s_tit,
#cert-about .s_tit {
	color: #fff;
	text-align: center;
	width: 1040px;
	margin: 0 auto;
	margin-top: 40px;
	font-size: 18px;
	line-height: 30px;
}

#adv-about .adv-box {
	overflow: hidden;
	margin-top: 95px;
}

#adv-about .adv-box .adv-list {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	background-color: #fff;
	padding: 70px 30px;
	text-align: center;
	height: 500px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#adv-about .adv-box .adv-list .img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

#adv-about .adv-box .adv-list .img img.img2 {
	display: none;
}

#adv-about .adv-box .adv-list:hover {
	padding-top: 55px;
	background-color: #d7063b;
}

#adv-about .adv-box .adv-list:hover .img img.img1 {
	display: none;
}

#adv-about .adv-box .adv-list:hover .img img.img2 {
	display: block;
}

#adv-about .adv-box .adv-list:hover * {
	color: #fff;
}

#adv-about .adv-box .adv-list:nth-child(4) {
	margin-right: 0;
}

#adv-about .adv-box .adv-list .tit {
	font-size: 20px;
	line-height: 30px;
	margin: 60px 0 30px;
	font-weight: bold;
}

#adv-about .adv-box .adv-list p {
	font-size: 14px;
	line-height: 25px;
}

@media screen and (max-width:1680px) {
	#adv-about .adv-box .adv-list .img img {
		height: 60px;
	}

	#adv-about .adv-box .adv-list .tit {
		font-size: 18px;
		line-height: 25px;
		margin: 45px 0 25px;
	}

	#adv-about .t_tit,
	#cert-about .t_tit {
		font-size: 26px;
		line-height: 35px;
	}
}

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

	#adv-about .t_tit,
	#cert-about .t_tit {
		font-size: 22px;
		line-height: 30px;
	}

	#adv-about .s_tit,
	#cert-about .s_tit {
		width: 55%;
		margin: 0 auto;
		margin-top: 40px;
		font-size: 16px;
		line-height: 30px;
	}

	#adv-about .adv-box .adv-list {
		padding: 20px 10px;
		height: 450px;
	}

	#adv-about .adv-box .adv-list:hover {
		padding-top: 15px;
		background-color: #d7063b;
	}
}

@media screen and (max-width:1280px) {
	#adv-about .adv-box .adv-list .tit {
		font-size: 16px;
		line-height: 25px;
		margin: 35px 0 20px;
	}
}

@media screen and (max-width:1182px) {

	#adv-about {
		padding: 30px 0;
	}

	#adv-about .adv-box {
		overflow: hidden;
		margin-top: 20px;
	}

	#adv-about .t_tit,
	#cert-about .t_tit {
		font-size: 18px;
		line-height: 30px;
	}

	#adv-about .s_tit,
	#cert-about .s_tit {
		width: 100%;
		margin: 0 auto;
		margin-top: 20px;
		font-size: 14px;
		line-height: 25px;
	}

	#adv-about .adv-box .adv-list {
		margin-bottom: 15px;
	}

	#adv-about .adv-box .adv-list .img img {
		height: 50px;
	}

	#adv-about .adv-box .adv-list .tit {
		font-size: 16px;
		line-height: 25px;
		margin: 25px 0 20px;
	}

	#adv-about .adv-box .adv-list p {
		font-size: 13px;
		line-height: 24px;
	}

	#adv-about .adv-box .adv-list {
		float: left;
		width: 49%;
		margin-right: 2%;
		height: 300px;
	}

	#adv-about .adv-box .adv-list:nth-child(2n) {
		margin-right: 0;
	}
}


@media screen and (max-width:600px) {
	#adv-about .adv-box .adv-list {
		width: 100%;
		margin-right: 0;
		padding: 20px 15px;
		height: auto;
	}
}

#cert-about {
	padding: 80px 0 160px;
}

#cert-about * {
	color: #2a2a2a !important;
}

#cert-about .hor-img {
	margin-top: 80px;
}

#cert-about .hor-img img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

@media screen and (max-width:1182px) {
	#cert-about {
		padding: 30px 0 70px;
	}

	#cert-about .hor-img {
		margin-top: 20px;
	}

	#cert-about .hor-img .img {
		height: 310px;
	}
}









/*原炬明样式*/
/*page pro-list.html*/
#pagecate {
	border-bottom: 1px solid #ddd;
}


#banner_page .url {
	display: inline-block;
	width: 165px !important;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	background-color: #0087d3;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-family: "gbo";
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	margin-top: 15px;
}


#pro-list {
	padding: 90px 0;
	width: 100%;
	background-color: #f2f2f2;
}


#pro-list .list {
	display: block;
	float: left;
	width: 19%;
	margin-right: 1.25%;
	margin-bottom: 1.25%;
	padding: 65px 25px;
	border: 1px solid #dedede;
	background-color: #fff;
	text-align: center;
}

#pro-list .list:nth-child(5n) {
	margin-right: 0;
}

#pro-list .list .img {
	height: 17vw;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#pro-list .list .img img {
	max-height: 95%;
	max-width: 95%;
	width: auto;
}


#pro-list .list .tit {
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	height: 30px;
	margin-bottom: 5px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#pro-list .list:hover .tit {
	color: #0087d3;
}

#pro-list .list .des {
	font-size: 20px;
	line-height: 26px;
	height: 65px;
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}


/*page #pro-show*/
#dobule-slick .swiper-button-prev,
#dobule-slick .swiper-button-next {
	background-color: #e5e5e5;
	border-radius: 50%;
	background-size: 12px;
	width: 35px;
	height: 35px;
}




.pro-des .h2_title {
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 23px;
	margin-top: 75px;
	margin-bottom: 45px;
	line-height: unset;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

.applist {
	position: relative;
}

.applist .swiper-button-prev.swiper-button-disabled,
.applist .swiper-button-next.swiper-button-disabled {
	opacity: 1;
	background-color: #e5e5e5;
}

.applist .swiper-button-prev,
.applist .swiper-button-next {
	top: -70px;
	background-color: #0087d3;
	border-radius: 0;
	height: 35px;
	width: 25px;
	background-size: 10px;
}

.applist .swiper-button-prev {
	left: unset;
	right: 40px;
}

.applist .swiper-button-next {
	right: 0px;
}

.applist .list {
	display: block;
}

.applist .list img {
	display: block;
	width: 100%;
}

.applist .list .tit {
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	margin-top: 15px;
	height: 60px;
}

.applist {
	margin-bottom: 90px;
}

/*page #app-list*/


.app-box {
	padding: 80px 0;
}



/*page #app-show*/

#appcontent {
	padding: 0px 0 90px;
	background-color: #e5e5e5;
}

#appcontent .l {
	width: 69.35%;
	float: left;
}

#appcontent .r {
	width: 25.1%;
}

#appcontent .l .top {
	padding: 80px;
	background-color: #fff;
}

#appcontent .l .top .tit {
	font-size: 45px;
	line-height: 50px;
	font-family: "RB";
	margin-bottom: 40px;
}

#appcontent .l .top .des {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 80px;
}

#appcontent .l .top .des * {
	font-size: 18px;
	line-height: 30px;
	font-family: "RL";
}

#appcontent .l .top .des p {
	font-size: 18px;
	line-height: 30px;
}

#appcontent .l .top .url {
	display: inline-block;
	padding: 0 20px;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	background-color: #0087d3;
	font-weight: bold;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	font-family: "JFB";
}

#appcontent .l .top .url:hover {
	background-color: #fff;
	outline: 1px solid #222;
	color: #0087d3;
}

#appcontent .l .bottom {
	margin-top: 80px;
}

#appcontent .l .bottom .tit {
	font-size: 45px;
	line-height: 50px;
	font-family: "Gbold";
	margin-bottom: 40px;
	text-align: center;
}

#appcontent .l .bottom .app-pro {
	overflow: hidden;
}

#appcontent .l .bottom .app-pro a {
	display: block;
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

#appcontent .l .bottom .app-pro a:nth-child(3n) {
	margin-right: 0;
}

#appcontent .l .bottom .app-pro a .stit {
	font-size: 18px;
	line-height: 30px;
	color: #807e7e;
	margin-top: 15px;
	text-align: center;
}

#appcontent .l .bottom .ap_url {
	margin: 0 auto;
	margin-top: 40px;
	display: block;
	width: 200px;
	padding: 0 20px;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	background-color: #0087d3;
	font-weight: bold;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#appcontent .l .bottom .ap_url:hover {
	background-color: #222;
}

#appcontent .r .top {
	background-color: #222;
	padding: 35px;
}

#appcontent .r .top .tit {
	font-size: 22px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #ec6a00;
	color: #fff;
	font-family: "RM";
}

#appcontent .r .top .cateurlbox a {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 25px;
	display: block;
	font-family: "RR";
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#appcontent .r .top .cateurlbox a::before {
	content: "-";
	font-size: 20px;
	display: inline-block;
	margin-right: 5px;
	font-weight: bold;
}

#appcontent .r .top .cateurlbox a:hover,
#appcontent .r .top .cateurlbox a.active {
	color: #0087d3;
}

#appcontent .r .bottom {
	background-color: #fff;
	padding: 35px;
	margin-top: 40px;
}

#appcontent .r .bottom .tit {
	font-size: 22px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	color: #222;
	font-family: "RB";
}

#appcontent .r .bottom .tags-box a {
	display: inline-block;
	border: 1px solid #eee;
	color: #a9a8a8;
	padding: 0px 8px;
	line-height: 30px;
	margin-right: 6px;
	margin-bottom: 13px;
	font-size: 14px;
	font-family: "RL";
}

#appcontent .r .bottom .tags-box a:hover {
	color: #0087d3;
}

/*page #new-list*/

#appcontent .news-l {
	float: left;
	width: 74%;
}

#appcontent #newsshow {
	border: 1px solid #ddd;
}

/* #appcontent .news-l a {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 53px;
	padding-bottom: 53px;
	border-bottom: 1px solid #ddd;
} */

#appcontent .news-l a .img {
	float: left;
	width: 23%;
}

#appcontent .news-l a .con {
	float: right;
	width: 75%;
	position: relative;
}

#appcontent .news-l a .con .tit {
	font-size: 26px;
	line-height: 30px;
	font-family: "RB";
	margin-bottom: 20px;
	transition: all 0.3s;
}

#appcontent .news-l a .con .tit::after {
	content: "";
	background-color: #999;
	width: 60px;
	height: 4px;
	display: block;
	margin-top: 10px;
	transition: all 0.3s;
}

#appcontent .news-l a:hover .con .tit {
	color: #0087d3;
}

#appcontent .news-l a:hover .con .tit::after {
	background-color: #0087d3;
}


#appcontent .news-l a .con .des {
	color: #807e7e;
	line-height: 28px;
	font-size: 18px;
	margin-bottom: 20px;
	font-family: "RL";
}

#appcontent .news-l a .con .timeandcate {
	position: absolute;
	left: 0;
	bottom: 0;
}

#appcontent .news-l a .con .timeandcate span {
	width: auto;
	display: inline-block;
	font-size: 16px;
	color: #939393;
	font-family: "RR";
	padding-left: 25px;
	background-image: url(../image/time.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#appcontent .news-l a .con .url {
	width: 110px;
	font-size: 16px;
	text-align: center;
	font-family: "RR";
	margin-top: 30px;
	margin-right: 0;
	margin-left: auto;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	color: #0087d3;
}


/* #appcontent .news-l a .con .url:hover {
	background-color: #0087d3;
	color: #fff;
} */

#appcontent .r.news-r {
	width: 22.7%;
}

#appcontent .r.news-r .bottom {
	padding: 0;
}



/*page #about_page*/

.h2_title {
	font-size: 36px;
	text-align: left;
}

.h2_s_title {
	font-size: 20px;
	font-family: "RR";
	color: #ec6a00;
	text-align: left;
	margin: 60px auto 25px;
}

.h2_s_title font {
	text-transform: uppercase;
	font-family: "RB";
}

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

	.h2_title {
		font-size: 28px;
	}
}

@media screen and (max-width:1182px) {

	.h2_title {
		font-size: 24px;
	}
}

@media screen and (max-width:900px) {

	.h2_title {
		font-size: 20px;
	}
}

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

	.h2_title {
		font-size: 18px;
	}
}




#about-page {
	padding: 90px 0;
}

#about-page .l,
#about-page .r {
	width: 48%;
}

#about-page .l {
	margin-top: 40px;
}

#about-page .l .top>p,
#about-page .r p {
	font-size: 18px;
	line-height: 30px;
	font-family: "RL";
	color: #6e7075;
}



#about-page .l .bottom ul li {
	float: left;
	width: 50%;
	padding-right: 20px;
}

#about-page .l .bottom ul li:nth-child(1),
#about-page .l .bottom ul li:nth-child(2) {
	margin-bottom: 80px;
}

#about-page .r .img {
	position: relative;
}

#about-page .r img {
	display: block;
	width: 100%;
}

#about-page .r .con {
	position: relative;
}

#about-page .r .con .tit {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 135, 230, 0.7);
	height: 80px;
	line-height: 80px;
	padding-left: 20px;
	font-size: 20px;
	color: #fff;
	width: 100%;
	font-family: "RR";
}

#about-page .r .img .swiper-button-prev {
	bottom: 0;
	top: unset;
	background-color: #fff;
	width: 80px;
	height: 80px;
	right: 80px;
	left: unset;
	padding: 0;
	background-size: 13px;
}

#about-page .r .img .swiper-button-next {
	bottom: 0;
	top: unset;
	background-color: #fff;
	width: 80px;
	height: 80px;
	right: 0px;
	left: unset;
	padding: 0;
	background-size: 13px;
}

#about-page .r .bottom {
	margin-top: 40px;
}

#about_history {
	background-image: url(../image/his-back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 120px 0 230px;
	background-attachment: fixed;
}


#about_honor {
	padding: 80px 0;
}

#about_honor .h1_title {
	color: #222;
	margin-top: 0;
	text-align: left;
}


#about_honor .honor-box .img {
	position: relative;
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	background-color: #e5e5e5;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 265px;
	padding: 25px 50px;
}

#about_honor .honor-box .img:nth-child(4n) {
	margin-right: 0;
}

#about_honor .honor-box .img img {
	display: block;
	max-height: 100%;
	width: auto;
}

#about_honor .honor-box .img::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.1);
	background-image: url(../image/honor-sear.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px 25px;
	transition: all 0.3s;
	opacity: 0;
}

#about_honor .honor-box .img:hover::after {
	opacity: 1;
}

#about_join {
	margin: 20px 0 90px;
}


#about_join .h1_title {
	color: #222;
}

#join_ulist li {
	float: left;
	width: 100%;
}

#join_ulist li.th {
	background: #313131;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}

#join_ulist li.th span,
.pc_box div {
	padding: 15px 5px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#join_ulist li.th .name,
.pc_box .name {
	display: -webkit-flex;
	display: flex;
	flex: 1;
}

#join_ulist li.th .address,
.pc_box .address {
	display: -webkit-flex;
	display: flex;
	flex: 1;
}

#join_ulist li.th .company,
.pc_box .company {
	display: -webkit-flex;
	display: flex;
	flex: 1;
}

#join_ulist li.th .nums,
.pc_box .nums {
	display: -webkit-flex;
	display: flex;
	flex: 1;
}

#join_ulist li.th .date,
.pc_box .date {
	display: -webkit-flex;
	display: flex;
	flex: 1;
}


#join_ulist li.tb {
	border-bottom: 1px solid #eee;
}

.mobile_box {
	background-color: #313131;
	color: #fff;
	position: relative;
	cursor: pointer;
	display: none;
}

.mobile_box .position {
	font-size: 20px;
	font-weight: 700;
	padding: 15px 35px;
}

.mobile_box i {
	position: absolute;
	right: 35px;
	top: 10px;
	font-size: 30px;
}

.tabs_box {
	background: #f6f6f6;
	color: #0a0a0a;
	line-height: 1.8;
	font-size: 16px;
	padding: 50px;
	display: none;
}


#join_ulist li.on .tabs_box {
	display: block;
}

.job_labels p.padd,
.job_labels p.pname {
	display: none;
}

.job_labels p {
	margin-bottom: 10px;
}

.job_labels label {
	font-weight: 700;
	display: inline-block;
}

.job_labels label i {
	font-style: normal;
	font-weight: 400;
}

.desc_btitle {
	font-size: 20px;
	font-weight: 700;
	display: block;
	margin-top: 45px;
	margin-bottom: 10px;
}

.desc_barea {
	line-height: 2;
}

.job_app_btn {
	margin-top: 45px;
}

.job_app_btn button {
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	background: #c70909;
	display: inline-block;
	border: 0;
	width: 185px;
	height: 57px;
	line-height: 57px;
	text-align: center;
	font-family: "gbo";
}

.job_app_btn button:hover {
	background-color: #222;
}

.pc_box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pc_box div {
	color: #0a0a0a;
	font-size: 16px;
	font-weight: 400;
	padding: 25px 5px;
	line-height: 2;
}

.mobile_box .position {
	font-size: 20px;
	font-weight: 700;
	padding: 15px 35px;
}

@media (max-width: 1150px) {
	#join_ulist li.th {
		display: none;
	}

	.pc_box {
		display: none;
	}

	.mobile_box {
		display: block;
	}

	.mobile_box .position {
		display: block;
		position: relative;
		float: unset;
		margin-bottom: 0;
	}
}



/*@media for pro-list*/

@media screen and (max-width:1680px) {}

@media screen and (max-width:1440px) {
	#pro-list {
		padding: 60px 0;
	}

	#pro-list .list .tit {
		font-size: 20px;
		line-height: 25px;
	}
}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1182px) {
	#pro-list {
		padding: 30px 0;
	}

	.justify-content .w1510 {
		margin-top: 0 !important;
	}

	#banner_page .tit img {
		width: 80%;
		margin: 0 auto;
	}

	#banner_page .url {
		display: inline-block;
		width: 120px !important;
		height: 35px;
		line-height: 35px;
		font-size: 15px;
	}


	#pro-list .list .tit {
		font-size: 16px;
		line-height: 24px;
	}

	#pro-list .list .des p {
		font-size: 13px !important;
	}

	#pro-list .list {
		width: 30.6%;
		margin-right: 4.1%;
		margin-bottom: 4.1%;
		padding: 40px 20px;
	}
}

@media screen and (max-width:900px) {
	#pagecate .w1510 {
		padding: 0 !important;
	}

	#pagecate .cateright a {
	    padding: 0 5px !important;
	    line-height: 35px;
	    float: left;
	    width: 50%;
	}

	#pro-list .list {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
		padding: 30px 20px;
	}

	#pro-list .list:nth-child(3n) {
		margin-right: 2%;
	}

	#pro-list .list:nth-child(2n) {
		margin-right: 0%;
	}

	#pro-list .list .img {
		height: 30vw;
	}

	#pro-list .list .des {
		line-height: 20px;
		height: 45px;
	}
}


@media screen and (max-width:800px) {
	#pagecate .cateright a {
	    width: 50%;
	}
}


@media screen and (max-width:600px) {
	#banner_page .url {
		display: inline-block;
		width: 100px !important;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
}


/*@media for pro-show*/


@media screen and (max-width:1680px) {}

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

	.pro-des .h2_title {
		font-size: 24px;
		padding-bottom: 23px;
		margin-top: 75px;
		margin-bottom: 45px;
	}

	.applist .list .tit {
		font-size: 16px;
		line-height: 30px;
		height: 55px;
	}
}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1182px) {


	.pro-des .h2_title {
		font-size: 20px;
		padding-bottom: 15px;
		margin-top: 35px;
		margin-bottom: 25px;
	}

	.applist .swiper-button-prev,
	.applist .swiper-button-next {
		top: -45px;
	}

	.applist {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:900px) {}

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


	.pro-des .h2_title {
		font-size: 18px;
	}



	.applist .list .tit {
		font-size: 14px;
		line-height: 23px;
		height: 50px;
	}
}



/*@media for page-app*/


@media screen and (max-width:1680px) {
	.app-box .con .des p {
		font-size: 16px;
		line-height: 27px;
	}
}

@media screen and (max-width:1440px) {
	.app-box.left .con {
		padding-top: 5%;
		padding-left: 105px;
	}

	.app-box .con a {
		margin-top: 30px;
	}

	.app-box.right .con {
		padding-top: 5%;
		padding-right: 100px;
		padding-left: 35px;
	}
}

@media screen and (max-width:1280px) {
	.app-box.left .con {
		padding-top: 3%;
		padding-left: 40px;
	}

	.app-box.right .con {
		padding-top: 3%;
		padding-right: 40px;
		padding-left: 25px;
	}

	.app-box .con a {
		margin-top: 20px;
	}

	.app-box .con .des p {
		font-size: 14px;
		line-height: 25px;
	}
}

@media screen and (max-width:1182px) {
	.app-box {
		background-color: #fff !important;
	}
	
	.app-box {
	    padding: 10px 0;
	}

	.app-box.left .con,
	.app-box.left .img,
	.app-box.right .con,
	.app-box.right .img
	{
		width: 100%;
	}

	.app-box.left .con {
		padding-top: 3%;
		padding-bottom: 3%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.app-box.right .con {
		padding-top: 3%;
		padding-bottom: 3%;
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media screen and (max-width:900px) {}

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

	.app-box .con .des {
		font-size: 13px;
		line-height: 20px;
	}

	.app-box .con a {
	    width: 140px;
	    font-size: 12px;
	    line-height: 30px;
	    height: 30px;
	}
	
	
	
	.app-box.left .img,
	.app-box.right .img
	{
		padding: 0 0px;
	}
	
	
	
	.app-box.left .con {
		padding-top: 3%;
		padding-bottom: 3%;
		padding-right: 0px;
		padding-left: 0px;
	}
	
	.app-box.right .con {
		padding-top: 3%;
		padding-bottom: 3%;
		padding-right: 0px;
		padding-left: 0px;
	}

}


/*@media for app-show*/

@media screen and (max-width:1680px) {}

@media screen and (max-width:1440px) {
	#appcontent .l .top {
		padding: 60px;
	}

	#appcontent .l .top .tit {
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 40px;
	}

	#appcontent .l .top .des {
		margin-bottom: 60px;
	}

	#appcontent .l .top .des p {
		font-size: 16px;
		line-height: 25px;
	}

	#appcontent .l .top .des * {
		font-size: 16px;
		line-height: 25px;
	}

	#appcontent .l .top .url,
	#appcontent .l .bottom .ap_url {
		padding: 0 20px;
		font-size: 14px;
		line-height: 40px;
		height: 40px;
	}

	#appcontent .r .top .tit {
		font-size: 18px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	#appcontent .r .top .cateurlbox a {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	#appcontent .l .bottom .tit {
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 40px;
	}

	#appcontent .l .bottom .app-pro a .stit {
		font-size: 14px;
		line-height: 25px;
		margin-top: 10px;
	}
}

@media screen and (max-width:1280px) {
	#appcontent .l .top .tit {
		font-size: 28px;
		line-height: 35x;
		margin-bottom: 30px;
	}

	#appcontent .l .top .des {
		margin-bottom: 40px;
	}

	#appcontent .l .top .des p {
		font-size: 14px;
		line-height: 25px;
	}

	#appcontent .l .top .des * {
		font-size: 14px;
		line-height: 25px;
	}

	#appcontent .l .top .url,
	#appcontent .l .bottom .ap_url {
		padding: 0 15px;
		font-size: 13px;
		line-height: 30px;
		height: 30px;
	}

	#appcontent .r .top .tit {
		font-size: 16px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	#appcontent .r .top .cateurlbox a {
		font-size: 14px;
		line-height: 23px;
		margin-bottom: 10px;
	}

	#appcontent .l .bottom .tit {
		font-size: 28px;
		line-height: 35px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1182px) {
	#appcontent {
		padding: 30px 0;
	}

	#appcontent .l .bottom {
		margin-top: 30px;
	}

	#appcontent .l {
		width: 100%;
		margin-bottom: 30px;
	}


	#appcontent .r {
		width: 100%;
	}

	#appcontent .l .top {
		padding: 20px;
	}
}

@media screen and (max-width:900px) {}

@media screen and (max-width:600px) {
	#appcontent .l .bottom .app-pro a {
		width: 49%;
	}

	#appcontent .l .bottom .app-pro a:nth-child(3n) {
		margin-right: 2%;
	}

	#appcontent .l .bottom .app-pro a:nth-child(2n) {
		margin-right: 0%;
	}
}


/*@media for news-list*/

@media screen and (max-width:1680px) {
	#appcontent .news-l a .con .tit {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 15px;
	}

	#appcontent .news-l a .con .des {
		color: #807e7e;
		line-height: 24px;
		font-size: 16px;
		margin-bottom: 10px;
	}

	#appcontent .news-l a .con .timeandcate span {
		font-size: 16px;
	}

	#appcontent .news-l a .con .url {
		width: 125px;
		font-size: 14px;
		margin-top: 30px;
		line-height: 30px;
		height: 30px;
	}
}

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

@media screen and (max-width:1280px) {}

@media screen and (max-width:1182px) {
	
	#appcontent .news-l {
		width: 100%;
		margin-bottom: 30px;
	}

	#appcontent .r.news-r {
		width: 100%;
	}
}

@media screen and (max-width:900px) {}

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

	#appcontent .news-l a .con .tit {
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 5px;
	}

	#appcontent .news-l a .con .des {
		display: none;
	}

	#appcontent .news-l a .con .timeandcate span {
		font-size: 12px;
	}

	#appcontent .news-l a .con .url {
		width: 100px;
		font-size: 12px;
		margin-top: 15px;
		line-height: 30px;
		height: 30px;
	}
}



/*@media for page-about*/


@media screen and (max-width:1680px) {}

@media screen and (max-width:1440px) {
	#about-page .l {
		margin-top: 20px;
	}

	#about-page .l .h1_title {
		line-height: 30px;
	}

	#about-page .l .top p,
	#about-page .r p {
		font-size: 13px;
		line-height: 20px;
	}

	#about-page .l .bottom {
		margin-top: 60px;
	}

	#about-page .l .bottom ul li:nth-child(1),
	#about-page .l .bottom ul li:nth-child(2) {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1182px) {
	#about-page {
		padding: 30px 0;
	}

	#about-page .l .bottom {
		margin-top: 30px;
	}

	#about-page .l .bottom ul li:nth-child(1),
	#about-page .l .bottom ul li:nth-child(2) {
		margin-bottom: 20px;
	}

	#about_history {
		padding: 30px 0 90px;
	}

	#about_honor .honor-box .img {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
		height: 220px;
		padding: 25px 30px;
	}

	#about_honor .honor-box .img:nth-child(4n) {
		margin-right: 2%;
	}

	#about_honor .honor-box .img:nth-child(3n) {
		margin-right: 0%;
	}

	#about_honor {
		padding: 30px 0;
	}
}

@media screen and (max-width:900px) {
	#about-page .l {
		width: 100%;
		margin-bottom: 20px;
		margin-top: 0px
	}

	#about-page .r {
		width: 100%;
	}

	.features-item .features-info {
		padding: 15px 15px !important;
	}

	.features-item h3 {
		font-size: 24px !important;
		line-height: 25px !important;
		margin-bottom: 35px !important;
	}

	.features-item .features-info .features-info-i {
		font-size: 14px !important;
		line-height: 25px !important;
	}
}

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

	#about_honor .honor-box .img {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
		height: 220px;
		padding: 20px 20px;
	}

	#about_honor .honor-box .img:nth-child(3n) {
		margin-right: 2%;
	}

	#about_honor .honor-box .img:nth-child(2n) {
		margin-right: 0%;
	}

	.tabs_box {
		padding: 20px;
	}

	.mobile_box .position {
		font-size: 16px;
		font-weight: 700;
		padding: 15px 20px;
	}

	#join_ulist li.on .tabs_box * {
		font-size: 13px;
		line-height: 20px;
	}

	.job_app_btn button {
		height: 30px;
		line-height: 30px;
		width: 150px;
	}
}




/*齐盛研磨page样式*/


/*archive-products*/
#banner_page .tit {
    font-size: 36px;
    line-height: 45px;
    font-family: "JFB";
    color: #fff !important;
    text-transform: uppercase;
}

#banner_page .tit font {
	font-size: 44px;
	color: #0087d3;
}

#banner_page .w1510 hr {
	display: block;
	width: 80px;
	height: 2px;
	margin: 25px 0 40px;
	background-color: #ec6a00;
}

#banner_page .w1510 .des {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	font-family: "RL";
	width: 400px;
}


#cate-content {
	background-color: #f5f5f5;
	padding: 100px 0;
}

#cate-content .l,
#cate-content .r {
	width: 47%;
}

#cate-content .r img{
	display: block;
	width: 100%;
}

#cate-content .tit {
	font-size: 28px;
	line-height: 35px;
	font-family: "JFB";
	text-transform: uppercase;
}

#cate-content .des {
	font-size: 18px;
	line-height: 30px;
	font-family: "RL";
	margin: 30px auto 80px;
	color: #6e7075;
}

#cate-content a {
	display: block;
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ec6a00;
	background-color: #222;
	font-size: 16px;
	font-family: "RM";
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#cate-content a:hover {
	background-color: transparent;
	outline: #222 1px solid;
}

@media screen and (max-width:1680px) {
	#cate-content .tit {
	    font-size: 26px;
	    line-height: 30px;
	}
	
	#cate-content .des {
	    font-size: 16px;
	    line-height: 25px;
	    margin: 25px auto 65px;
	}
	
	#cate-content a {
	    width: 166px;
	    height: 35px;
	    line-height: 35px;
	    font-size: 14px;
	}
}

@media screen and (max-width:1440px) {
	#cate-content {
	    padding: 65px 0;
	}
	#cate-content .tit {
	    font-size: 22px;
	    line-height: 30px;
	}
	
	#cate-content .des {
	    font-size: 14px;
	    line-height: 23px;
	    margin: 20px auto 45px;
	}
	
	#cate-content a {
	    width: 160px;
	    height: 35px;
	    line-height: 35px;
	    font-size: 13.5px;
	}
}

@media screen and (max-width:1280px) {
	#cate-content .tit {
	    font-size: 20px;
	    line-height: 30px;
	}
}

@media screen and (max-width:1182px) {
	#cate-content {
	    padding: 30px 0;
	}
	
	#cate-content .tit {
	    font-size: 18px;
	    line-height: 30px;
	}
	
	#cate-content .des {
	    font-size: 13px;
	    line-height: 23px;
	    margin: 20px auto 20px;
	}
	
	#cate-content a {
	    width: 140px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 12px;
	}
}

@media screen and (max-width:900px) {
	#cate-content .l, #cate-content .r{
		width: 100%;
	}
	
	#cate-content .l{
		margin-bottom:15px;
	}
	
	#cate-content .des {
	    font-size: 13px;
	    line-height: 23px;
	    margin: 15px auto 15px;
	}
}

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




/*single-products*/

.jqzoom {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 29.1vw;
	background-color: #fff;
}

.zoomPad>img {
	width: 100%;
}

#pro_slick {
	padding-top: 0px;
}

.notwo {
	font-size: 18px;
	font-family: "RB";
	margin: 25px auto;
}

.descinpfo img {
	max-width: 100%;
	width: auto;
}

.sinfo_table {
	overflow: auto;
	line-height: 1.3;
}

.sinfo_table table {
	border: 0;
	width: auto;
	max-width: 100%;
}

.sinfo_table td {
	padding: 5px 15px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
	border: 0;
	text-align: center;
	min-width: 150px;
}

.sinfo_table tr:nth-child(2n) td {
	background: #e1e2e1;
	color: rgba(0, 0, 0, 0.8);
	text-align: center;
	border-bottom: 0;
}

#pro-des-con .pro-des .box .sinfo_table tr td:nth-child(1) {
	font-family: "RB";
}








/*罗总新改面板 single-product new*/

.pro-screen {
	width: 25.1%;
}


.pro-des {
	width: 69.35%;
}

.pro-screen .top {
	background-color: #454545;
	padding: 35px;
}


.pro-screen .top .tit {
	font-size: 22px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #ec6a00;
	color: #fff;
	font-family: "RM";
}

.pro-screen .top .cateurlbox a {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 25px;
	display: block;
	font-family: "RR";
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.pro-screen .top .cateurlbox a:hover,.pro-screen .top .cateurlbox a.active{
	color: #0087d3;
}

.pro-screen .bottom {
	background-color: #fff;
	padding: 35px;
	margin-top: 40px;
}

.pro-screen .bottom .tit {
	font-size: 22px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	color: #222;
	font-family: "RB";
}

.pro-screen .bottom .tags-box a {
	display: inline-block;
	border: 1px solid #eee;
	color: #a9a8a8;
	padding: 0px 8px;
	line-height: 30px;
	margin-right: 6px;
	margin-bottom: 13px;
	font-size: 14px;
	font-family: "RL";
}

.pro-screen .bottom .tags-box a:hover{
	color: #0087d3;
}

#content-box {
	margin-top: 80px;
}

/*罗总新改面板 archive-product new*/


#productbox #product {
	width: 69.35%;
}




/*banner 字体media*/
@media screen and (max-width:1680px) {
	#banner_page .tit {
	    font-size: 32px;
	    line-height: 40px;
	}
	
	#banner_page .tit font {
	    font-size: 40px;
	}
	
	#banner_page .w1510 .des {
	    font-size: 16px;
	    line-height: 25px;
	}
}
@media screen and (max-width:1440px) {
	
}
@media screen and (max-width:1280px) {
	#banner_page .tit {
	    font-size: 24px;
	    line-height: 30px;
	}
	
	#banner_page .tit font {
	    font-size: 32px;
	}
	
	#banner_page .w1510 .des {
	    font-size: 14px;
	    line-height: 23px;
	}
}
@media screen and (max-width:1182px) {
	#banner_page .w1510 hr {
	    width: 60px;
	    height: 2px;
	    margin: 15px 0 15px;
	}
}
@media screen and (max-width:900px) {
	
}
@media screen and (max-width:800px) {
	#banner_page .tit {
	    font-size: 20px;
	    line-height: 30px;
	}
	
	#banner_page .tit font {
	    font-size: 26px;
	}
	
	#banner_page .w1510 .des {
	    font-size: 13px;
	    line-height: 21px;
	}
}

@media screen and (max-width:700px) {
	
	
	#banner_page .w1510 .des {
	    display: none;
	}
	
	#banner_page .w1510 hr {
	    width: 60px;
	    height: 2px;
	    margin: 10px 0 0px;
	}
}

@media screen and (max-width:600px) {
	#banner_page .tit {
	    font-size: 16px;
	    line-height: 22px;
	}
	
	#banner_page .tit font {
	    font-size: 18px;
	}
	
	#banner_page .justify-content{
		width: 100%;
	}
}


/*application类别产品分类*/
@media screen and (max-width:1680px) {
	
}
@media screen and (max-width:1440px) {
	.pro-screen .top .tit {
	    font-size: 18px;
	    padding-bottom: 15px;
	    margin-bottom: 15px;
	}
	
	.pro-screen .top .cateurlbox a {
	    font-size: 16px;
	    line-height: 25px;
	    margin-bottom: 15px;
	}
	
	.pro-screen .bottom {
	    padding: 25px;
	    margin-top: 25px;
	}
	
	.pro-screen .bottom .tit {
	    font-size: 18px;
	    padding-bottom: 15px;
	    margin-bottom: 15px;
	}
	
	.pro-screen .bottom .tags-box a {
	    padding: 0px 8px;
	    line-height: 25px;
	    margin-right: 6px;
	    margin-bottom: 10px;
	    font-size: 14px;
	}
}
@media screen and (max-width:1280px) {
	
}
@media screen and (max-width:1182px) {
	.pro-screen {
	    width: 100%;
	}
	
	#productbox #product{
		width: 100%;
		margin-bottom: 25px;
	}
}
@media screen and (max-width:900px) {
	
	
	#product .l-box a {
	    width: 49%;
	}
	
	#product .l-box a:nth-child(2n){
		margin-right: 0;
	}
	
	.pro-screen .top .tit {
	    font-size: 16px;
	    padding-bottom: 10px;
	    margin-bottom: 10px;
	}
	
	.pro-screen .top .cateurlbox a {
	    font-size: 13px;
	    line-height: 20px;
	    margin-bottom: 8px;
	}
}
@media screen and (max-width:600px) {
	.pro-screen .top {
	    padding: 20px;
	}
	
	.pro-screen .bottom {
	    padding: 20px;
	    margin-top: 0px;
		padding-bottom: 0;
	}
	
	.pro-screen .bottom .tags-box a {
	    padding: 0px 5px;
	    line-height: 20px;
	    margin-right: 3px;
	    margin-bottom: 5px;
	    font-size: 12px;
	}
}


/*新产品详情页面media*/

@media screen and (max-width:1680px) {
	
}
@media screen and (max-width:1440px) {
	.notwo {
	    font-size: 16px;
	    margin: 20px auto;
	}
	#pro-des-con .pro-des .box .tit {
	    font-size: 22px;
	    padding-bottom: 15px;
	    margin-bottom: 20px;
	}
	
	#pro-des-con .pro-des .box * {
	    font-size: 16px;
	    line-height: 25px;
	}
}
@media screen and (max-width:1280px) {
	
}
@media screen and (max-width:1182px) {
	
	.jqzoom {
	    display: none;
	}
	
	#content-box {
	    margin-top: 20px;
	}
	
	.pro-des {
	    width: 100%;
	}
	
	#pro-des-con .pro-des .box {
	    margin-top: 20px;
	}
	
	#pro-des-con .pro-des .box .tit {
	    font-size:18px;
	    padding-bottom: 15px;
	    margin-bottom: 15px;
	}
	
	#pro-des-con .pro-des .box * {
	    font-size: 14px;
	    line-height: 23px;
	}
	
	.notwo {
	    font-size: 14px;
	    margin: 10px auto;
	}
	
	
}

@media screen and (max-width:900px) {
	
}

@media screen and (max-width:600px) {
	
	#pro-des-con .pro-des .box .tit {
	    font-size:16px;
	    padding-bottom: 10px;
	    margin-bottom: 10px;
	}
	
	#pro-des-con .pro-des .box * {
	    font-size: 13px;
	    line-height: 21px;
	}
}



/*关于我们内容 media*/

@media screen and (max-width:1680px) {
}

@media screen and (max-width:1440px) {
	.h2_s_title {
	    font-size: 16px;
	    text-align: left;
	    margin: 40px auto 25px;
	}
	
	.scale-box {
	    margin-top:60px;
	}
	
	#about-page .r .con .tit {
	    height: 60px;
	    line-height: 60px;
	    padding-left: 20px;
	    font-size: 16px;
	}
	
	#about-page .r .img .swiper-button-prev {
	    width: 60px;
	    height: 60px;
	    right: 60px;
	    background-size: 12px;
	}
	
	#about-page .r .img .swiper-button-next {
	    width: 60px;
	    height: 60px;
	    background-size: 12px;
	}
}

@media screen and (max-width:1280px) {
}

@media screen and (max-width:1182px) {
	.h2_s_title {
	    font-size: 14px;
	    line-height: 22px;
	    text-align: left;
	    margin: 20px auto 20px;
	}
	
	.scale-box {
	    margin-top: 30px;
	}
	
	#scale .top {
	    padding: 0
	}
}

@media screen and (max-width:900px) {
	#about-page .r .con .tit {
	    height: 40px;
	    line-height: 40px;
	    padding-left: 15px;
	    font-size: 13px;
	}
	
	#about-page .r .img .swiper-button-prev {
	    width: 40px;
	    height: 40px;
	    right: 40px;
	    background-size: 8px;
	}
	
	#about-page .r .img .swiper-button-next {
	    width: 40px;
	    height: 40px;
	    background-size: 8px;
	}
}

@media screen and (max-width:600px) {
	#about-page .r .img .swiper-button-prev {
	    display: none;
	}
	
	#about-page .r .img .swiper-button-next {
	    display: none;
	}
}