/*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: #c70909;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-family: "gbo";
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
	margin-top:15px;
}

#pagecate .cateright {
	width: 100%; padding:10px 0px;
}

#pagecate .cateright a {
	display: inline-block;
	padding: 5px 25px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}

#pagecate .cateright a:hover,
#pagecate .cateright a.active {
	color: #c70909;
}


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


#pro-list .list {
    display: block;
    float: left;
    width: 22.6%;
    margin-right: 2.1%;
    margin-bottom: 2.1%;
    padding: 20px;
    /*border: 1px solid #dedede;*/
    background-color: #fff;
    text-align: center; border-radius:6px;
}

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

#pro-list .list .img {
	/*height: 16vw;*/
	margin-bottom: 5px;
	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: 22px;
	line-height: 30px;
	font-weight: bold;
	height: 30px;
	margin-bottom: 10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

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

#pro-list .list .des {
	font-size: 16px;
	line-height: 20px;
	height: 62px;
	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;
}

.position {
	margin-top: 0;
	text-align: left;
	padding: 0;
	position: unset;
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.position a {
	color: #888;
}

.position a:last-child {
	color: #333;
}


.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: #000;
	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-bottom: 0 !important;
	padding-top: 0 !important;
}

.app-box .w1510 {
	width: 100% !important;
	max-width: unset !important;
	padding: 0;
}

.app-box .img {
	width: 50%;
}

.app-box.left {
	background-color: #fff;
}

.app-box.right {
	background-color: #e5e5e5;
}

.app-box.left .con {
	padding-top: 60px;
	padding-left: 150px;
}

.app-box.right .con {
	padding-top: 60px;
	padding-right: 150px;
	padding-left: 40px;
}

/*page #app-show*/

#appcontent {
	padding: 90px 0;
	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: 30px;
	line-height: 40px;
	font-family: "Gbold";
	margin-bottom: 40px;
}

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

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

#appcontent .l .top .des *{
	max-width: 100% !important;
	height: auto;
}

#appcontent .l .top .des img,#appcontent .l .top .des video{
	max-width: 100%;
}

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

#appcontent .l .top .url:hover {
	background-color: #222;
}

#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: 0;
    text-align: center;
    background-color: #fff;
    padding: 20px 0;
}

#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: #c70909;
	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: 1px solid #fff;
	color: #fff;
	font-weight: bold;
}

#appcontent .r .top .cateurlbox a {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 15px;
	display: block;
	color: #ababab;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

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

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

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

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

/*page #new-list*/

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

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

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

#appcontent .news-l a .con .tit {
	font-size: 24px;
	line-height: 30px;
	font-family: "Gbold";
	margin-bottom: 15px;
}

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


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


#appcontent .news-l a .con .timeandcate span {
	width: auto;
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	color: #939393;
}

#appcontent .news-l a .con .url {
	width: 150px;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	color: #c70909;
	border: 1px solid #c70909;
	margin-top: 50px;
	line-height: 42px;
	height: 42px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;

}

#appcontent .news-l a .con .url:hover {
	background-color: #c70909;
	color: #fff;
}

#appcontent .news-l a .cond {
	
	width: 100%;
}

#appcontent .news-l a .cond .tit {
	font-size: 24px;
	line-height: 30px;
	font-family: "Gbold";
	margin-bottom: 15px;
}

#appcontent .news-l a:hover .cond .tit {
	color: #c70909;
}


#appcontent .news-l a .cond .des {
	color: #807e7e;
	line-height: 28px;
	font-size: 18px;
	margin-bottom: 15px;
}


#appcontent .news-l a .cond .timeandcate span {
	width: auto;
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	color: #939393;
}

#appcontent .news-l a .cond .url {
	width: 150px;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	color: #111;
	border: 1px solid #111;
	margin-top: 1px;
	line-height: 42px;
	height: 42px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s; float:right;

}

#appcontent .news-l a .cond .url:hover {
	background-color: #000;
	color: #fff;
}

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

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



/*page #about_page*/

#about-page {
				background:#f8f8f8;
				background-repeat: no-repeat;
				background-size: cover;
				padding: 90px 0;
			}

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

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

			#about-page .l .h6_title {
				text-align: left;
			}

			#about-page .l .h1_title {
				color: #999;
				text-align: left;
				line-height: 35px;
			}

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

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

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

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

			#about-page .r .bottom {
				margin-top: 40px;
			}
			
			#about_history {
				background-image: url(../images/his-back.jpg);
				background-repeat: no-repeat;
				background-size: cover;
				background-position: center;
				padding: 95px 0 232px;
			}
			
			
			#about_honor {
				padding: 80px 0;
			}
			
			#about_honor .h1_title {
				color: #222;
				margin-top: 0;
				text-align: left;
			}
			
			#about-page .l .top p, #about-page .r p {
			    font-size: 16px;
			    line-height: 26px; margin-bottom:20px;
			}
			
			
			#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(../images/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 ol li{
			    padding-left: 30px;
			    position: relative;
			} 
			
			#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;
			}
			
			@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;
				}
				
				.mobile_box .position {
				    font-size: 16px;
				    font-weight: 700;
				    padding: 15px 20px;
				}
			}
			
			

/*@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;
	}
	
	#pagecate .cateright a {
	    font-size: 13px;
	    padding: 0 10px;
	}
}

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

@media screen and (max-width:1182px) {
	#pro-list{
		padding: 30px 0;
	}
	
	#about-page .r .bottom {
	    margin-top: 20px;
	}
	
	
	.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 10px !important;
	    font-size: 12px;
	    line-height: 18px;
		float: left;
	}
	
	/*#pagecate .cateright a:nth-child(2n-1){
		border-right: 1px solid #ddd !important;
	}*/
	
	#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;
	    margin-bottom: 20px;
	}
	
	#pro-list .list .des{
		line-height: 20px;
		height: 45px;
	}
}


@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;
	}
	
	#pro-list .list .des {
	    font-size: 14px;
	    line-height: 24px;
	}
}
@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;
		}
		
		#pro-list .list .des {
		    font-size: 12px;
		    line-height: 20px;
		}
}
@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: 30px;
	    padding-left: 105px;
	}
	
	.app-box .con a{
		margin-top: 30px;
	}
	
	.app-box.right .con {
	    padding-top: 30px;
	    padding-right: 100px;
	    padding-left: 35px;
	}
}
@media screen and (max-width:1280px) {
	.app-box.left .con {
	    padding-top: 25px;
	    padding-left: 40px;
	}
	
	.app-box.right .con {
	    padding-top: 25px;
	    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.left .con,.app-box.left .img{
		width: 100%;
	}
	
	.app-box.left .img{
		padding: 0 15px;
	}
	
	.app-box.left .con {
	    padding-top: 20px;
		padding-bottom: 20px;
	    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: 115px;
	    font-size: 12px;
	    line-height: 30px;
	    height: 30px;
	}
		
}


/*@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 .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: 14px;
	    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;
		padding: 5px 0;
	}
}
@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 .url,#appcontent .l .bottom .ap_url{
	    padding: 0 15px;
	    font-size: 13px;
	    line-height: 30px;
	    height: 30px;
	}
	
	#appcontent .r .top {
	    padding: 20px;
	}
	
	#appcontent .r .top .tit {
	    font-size: 16px;
	    padding-bottom: 15px;
	    margin-bottom: 15px;
	}
	
	#appcontent .r .bottom .tit {
	    font-size: 16px;
	    padding-bottom: 15px;
	    margin-bottom: 15px;
	}
	
	#appcontent .r .top .cateurlbox a {
	    font-size: 13px;
	    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;
	}
	
	#appcontent .l .top .tit {
	    font-size: 24px;
	    line-height: 30px;
	}
}
@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%;
		}
	
		#appcontent .l .top .tit {
			font-size: 20px;
			line-height: 27px;
		}
		
		#appcontent .l .bottom .tit {
		    font-size: 20px;
		    line-height: 35px;
		    margin-bottom: 10px;
		}
		
		#appcontent .r .top {
		    background-color: #222;
		    padding: 20px;
		}
		
		#appcontent .r .bottom {
		    padding: 20px;
		    margin-top: 20px;
		}
		
		#appcontent .r .bottom .tit {
		    font-size: 16px;
		    padding-bottom: 15px;
		    margin-bottom: 15px;
		}
}


/*@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) {
	#appcontent .news-l a{
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width:1280px) {
	
}
@media screen and (max-width:1182px) {
	#appcontent .news-l a{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	#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{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	#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;
	}
	#appcontent .news-l a .cond .tit {
	    font-size: 14px;
	    line-height: 17px;
	    margin-bottom: 5px;
	}
	
	#appcontent .news-l a .cond .des {
		display: none;
	}
	
	#appcontent .news-l a .cond .timeandcate span{
	    font-size: 12px;
	}
	
	#appcontent .news-l a .cond .url {
	    width: 100px;
	    font-size: 12px;
	    
	    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: 30px;
	}
	
	#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{
	    margin-bottom: 20px !important;
	}
	
	#about-page .l .bottom ul li:nth-child(5) {
	    margin-bottom: 0px !important;
	}
	
	#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;
	}
	
	
	#about-page .l .bottom ul li{
		width: 50%;
		height: 60px;
	}
	
}
@media screen and (max-width:900px) {
	#about-page .l{
		width: 100%;
		margin-bottom: 20px;
	}
	#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: 13px;
	    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;
	}
	
	#about-page .l .top p, #about-page .r p {
	    font-size: 12px;
	    line-height: 25px;
	}
	
	.features-item h3 {
	    font-size: 20px !important;
	    line-height: 20px !important;
	    margin-bottom: 35px !important;
	}
	
	.mobile_box i {
	    right: 10px;
	    top: 15px;
	    font-size: 16px;
	}
}




/*新增公司展示*/

#about-display{
	padding: 80px 0 0;
}

#about-display .h1_title {
    color: #222;
    margin-top: 0;
}

#about-display .list-box{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}

#about-display .list-box a {
    flex: 1;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
	color:#999;
}

#about-display .list-box a.active{
	color: #000;
}


#about-display .list-con-box .box-con{
	overflow: hidden;
}

#about-display .list-con-box .box-con .l{
	width: 36.1%;
    position: relative;
}

#about-display .list-con-box .box-con .l p{
	position: absolute;
	bottom:0;
	padding: 20px;
	font-size: 18px;
	line-height: 30px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	width: 100%;
}

#about-display .list-con-box .box-con .r {
    width: 62.5%;
}

#about-display .list-con-box .box-con .r .list {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
}

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

#about-display .list-con-box .box-con .r .list p{
	position: absolute;
	bottom:0;
	padding: 20px;
	font-size: 18px;
	line-height: 30px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	width: 100%;
}

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

@media screen and (max-width:1440px) {
	
	#about-display .list-box a {
	    font-size: 14px;
	}
	
	#about-display .list-con-box .box-con .l p {
	    padding: 15px;
	    font-size: 16px;
	    line-height: 25px;
	}
	
	#about-display .list-con-box .box-con .r .list p {
	    padding: 15px;
	    font-size: 16px;
	    line-height: 25px;
	}
}

@media screen and (max-width:1280px) {
	
	#about-display .list-con-box .box-con .l p {
		padding: 15px;
		font-size: 14px;
		line-height: 22px;
	}
	
	#about-display .list-con-box .box-con .r .list p {
	    padding: 15px;
	    font-size: 14px;
	    line-height: 22px;
	}
}

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

	
	#about-display{
		padding: 30px 0 0;
	}
	
	#about-display .list-box{
		border-bottom: 0;
	}
	
	#about-display .list-con-box .box-con .l p {
		padding: 10px;
		font-size: 12px;
		line-height: 20px;
	}
	
	#about-display .list-con-box .box-con .r .list p {
	    padding: 10px;
	    font-size: 12px;
	    line-height: 20px;
	}	
}

@media screen and (max-width:900px) {
	#about-display .list-box {
	    display: block;
	    height: auto;
	    margin-bottom: 15px;
	}
	
	#about-display .list-box a{
		width: 100%;
		font-size: 12px;
		margin-bottom: 5px; margin-right:20px;
	}
}

@media screen and (max-width:600px) {
	#about-display .list-con-box .box-con .l {
		width: 100%;
		margin-bottom: 2%;
	}
	
	#about-display .list-con-box .box-con .r {
		width: 100%;
	}		
}