<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
	img{
		display: block;
		width: 100%;
	}
	.main,.banner,.ourService{
		width: 100%;
	}
	.banner{
		position: relative;
	}
	.title{
		width: 80%;
		margin: 0 auto;
		position: absolute;
		top: 50px;
		left: 18%;
	}
	.title a{
		display: block;
	}
	.title img{
		width: 200px;
	}
	.title ul{
		position: absolute;
		top: 0;
		right: 18%;
		color: #FFF;
		font-size: 20px;
		cursor:pointer;
	}
	.title li{
		margin-right: 20px;
		height: 40px;
		line-height: 40px;
		text-align: center;
	}
	.title li:hover{
		color: #f2942e;
	}
	.ourService,.forScene{
		position: relative;
	}
	.centent{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.centent h1{
		width: 40%;
		margin: 50px auto 20px;
	}
	.centent p{
		text-align: center;
		font-size: 24px;
		margin-bottom: 40px;
	}
	.nav ul , .imgBox{
		margin-left: 17.5%;
		width: 65%;
	}
	.nav ul li:last-of-type{
		display: none;
	}
	.nav{
		overflow: hidden;
	}
	.nav li{
		width: 20%;
		height: 230px;
		background-color: #FFF;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(1, 1, 1, 0.19);
		        box-shadow: 0px 0px 10px 0px rgba(1, 1, 1, 0.19);
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		   -moz-box-orient: vertical;
		   -moz-box-direction: normal;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		cursor:pointer;
		margin: 10px 0;
	}
	.ourService .nav li:nth-of-type(2) p,
	.ourService .nav li:nth-of-type(3) p{
		height: 80px;
		line-height: 80px;
	}
	.nav li img{
		width: 35%;
		margin: 20px auto 0;
	}
	.nav li p{
		width: 90%;
		margin: 0 auto 20px;
	}
	.forScene .nav li{
		-webkit-box-shadow: none;
		        box-shadow: none;
		background-color: transparent;
		opacity: .5;
		height: 300px;
	}
	.forScene .nav li img{
		width: 80%;
	}
	.forScene .nav li p{
		margin: 0 auto;
	}
	.forScene .nav li.active{
		opacity: 1;
	}
	.forScene em{
		color: #707070;
		font-size: 20px;
	}
	.imgBox{
		margin-top: 20px;
	}
	.imgHide{
		display: none;
	}
	.imgShow{
		display: block;
	}
	/*--ä»£ç†æœåŠ¡--*/
.cooperation_main{
	width:100%;
	min-height: 550px;
	background: url("../img/bg_04.png") no-repeat center center;
	background-size: cover;
}
.cooperation_main_cont{
	padding-top: 100px;
}
.cooperation_mc_top{
	text-align: center;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
.cooperation_mc_top em{
	color :#ff7c00;
	font-style: normal;
	font-size: 48px;
}
.cooperation_mc_top_list{
	width: 400px;
	margin: 60px auto 0;
}
.cooperation_mc_top_list li{
	margin-top: 20px;
	width: 100%;
	height: 60px;
	background: rgba(255,255,255,0.25);
	border-radius:5px;
}
.cooperation_intxt_word{
	width:20%;
	float:left;
	line-height: 60px;
	color: #ff7c00;
	font-size: 24px;
	padding-left: 30px;
}
.cooperation_intxt{
	width: 72%;
	height: 60px;
	font-size: 24px;
	color: #fff;
	float:left;
	border: medium none;
	background: none;
}
.cooperation_intxt_btn{
	width:400px;
	height: 60px;
	line-height: 60px;
	margin: 20px auto 0;
}
.cooperation_intxt_btn a{
	display: block;
	width:100%;
	height: 100%;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff811f), to(#ff6830));
	background: linear-gradient(#ff811f, #ff6830);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff811f', endColorstr='#ff6830',GradientType=1 );
}
.cooperation_intxt_btn:focus, .cooperation_intxt_btn:hover{
	color:#fff;
}
.aptitude{
	width: 100%;
	position: relative;
}
.aptitude &gt; img:nth-of-type(2){
	width: 40%;
	margin: 20px auto;
	position: absolute;
	top: 1%;
	left: 30%;
}
.aptitude &gt; img:nth-of-type(3){
	width: 60%;
	margin: 0 auto;
	position: absolute;
	top: 10%;
	left: 20%;
}
.panoramaBox{
	width: 71%;
	margin: 0 auto;
	position: absolute;
	left: 15.5%;
	bottom: 0;
}
.panoramaBox img:last-of-type{
	width: 40%;
	position: absolute;
	left: 30%;
	top: 1%;
}
/*--åŠ&nbsp;å…¥é…·é›·æ›¼--*/
.joinmain{
	width:100%;
	background-color: #24221f;
	min-height: 600px
}
.joinmain_title{
	padding-top: 40px;
	text-align: center;
	margin:0;
	padding-bottom: 1px;
}
.joinmain_title p{
	color:#bebebe;
	top:-60px;
	line-height: 40px;
    -webkit-animation: gdownIn 1s 0.9s both;
    animation: gdownIn 1s 0.9s both;
    font-size: 24px;
    position: relative;
	margin: 24px 0;
}
.joinmain_title h1{
	color:#474644;
	font-size: 72px;
	font-weight: bold;
	font-family: "å¾®è½¯é›…é»‘";
}
.joinmain_title h2{
	font-family: inherit;
	font-size: 36px;
	-webkit-animation: gdownIn 1s 0.7s both;
	animation: gdownIn 1s 0.7s both;
	color: #ff7c00;
	font-weight: bold;
	position: relative;
	top: -66px;
}
.joinmain_footer{
	width:1200px;
	margin: 0 auto;
}
.joinmain_footer_left{
	width:450px;
	float:left;
}
.foot_q1_div{
	overflow: hidden;
	background: url("../img/jian_03.png") no-repeat 0 50%;
	padding-left: 21px;
}
.foot_q1_div a{
	float: left;
	color: #828282;
	font-size: 16px;
	display: inline-block;
	cursor: pointer;
}
.foot_q1_div i {
	float: left;
	color: #828282;
	font-size: 16px;
	display: inline-block;
	margin: 0 5px;
}
.foot_ul1_a {
	color: #fff!important;
}
.foot_xian {
	display: block;
	width: 100%;
	position: relative;
	height: 2px;
	background: #555454;
	margin-top: 20px;
}
.foot_xian_i1 {
	display: inline-block;
	position: absolute;
	height: 3px;
	left: 0;
	width: 85px;
	background: #646464;
	top: -2px;
}
.foot_q1_ul li {
	margin-top: 25px;
	overflow: hidden;
	line-height: 35px;
	cursor: pointer;
	font-size: 14px;
}
.foot_q1_ul li img {
	float: left;
	height: 35px;
	width: 35px;
}
.foot_q1_ul li i {
	float: left;
	color: #8e8e8e;
	margin-left: 15px;
	font-style: normal;
}
.foot_q1_i2 {
	display: none;
}
.joinmain_footer_center{
	width:450px;
	float:left;
	margin:0 70px;
}
.joinmain_footer_center li{
	margin-bottom: 10px;
}
.joinmain_fc_1{
	width:100%;
	height: 48px;
	line-height: 48px;
	background-color: #575553;
	border-radius:3px;
}
.joinmain_fc_1 span{
	float:left;
	width:12%;
	margin-left: 15px;
	display: block;
	color: #ff7c00;
	font-size: 16px;
}
.joinmain_fc_txt{
	width:84%;
	color:#fff;
	height: 46px;
	line-height: 46px;
	float: left;
	border: medium none;
	background: none;
	outline: none;
}
.joinmain_fc_2{
	height:100px;
}
.joinmain_fc_txtnr{
	border:medium none;
	background: none;
	width: 84%;
	color:#fff;
	height: 100%;
	outline: none;
	line-height: 30px;
    padding-top: 10px;
}
.joinmain_fc_btn{
	width:450px;
	margin-top: 0;
}
.joinmain_footer_right{
	width:160px;
	float:left;
}
.joinmain_footer_right dd{
	text-align:center;
	color: #fff;
	padding-top: 20px;
	font-weight: bold;
}
.chooseus_titile1{
	font-size: 72px;
	color:#f2f2f2;
}
.chooseus_titile2 {
	font-size: 36px;
	top: -74px
}
.chooseus_titile_word{
	font-size: 1.6rem;
}
.footer_main{
	width:100%;
	height: auto;
	background-color: #191816;
	text-align: center;
	color: #898989;
	font-size:14px;
	padding: 15px 0;
}
.line{
	width: 70%;
	height: 0;
	border-bottom: 1px solid rgba(255,255,255,.5);
	position: absolute;
	top: 23%;
	left: 15%;
	z-index: 3;
}</pre></body></html>