<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#wrap{background: #fff;}
#banner{ width: 100%; min-width: 1200px; overflow: hidden; position: relative;}
#banner img{width: 100%; display: block;}
#banner .banner-bg{position: relative; height: 400px; background-position: center right; background-repeat: no-repeat; background-size: cover;}
#banner .banner-con{text-align: left;  position: absolute; width: 80%; max-width: 1500px; margin: 0 auto; left: 50%; top: 50%; transform: translate(-50%,-15%); color: #fff; }
#banner .banner-con h2{font-size: .48rem; display: inline-block; margin: 0 auto; font-weight: bold;  letter-spacing: 0.1rem; padding-right: .4rem; margin-bottom: .1em; line-height: 1.2em; text-shadow: 0px 3px 15px rgba(0,0,0,0.16); padding-bottom: .2rem;}
#banner .banner-con h4{font-size: .22rem; letter-spacing: 0.05rem; display: block; margin: 0 auto; font-weight: normal; position: relative; text-shadow: 0px 1px 3px rgba(0,0,0,0.16); padding-left: 0.05rem;}
#banner .swiper-slide{box-shadow: 0 0 50px rgba(0,0,0,0.8);}
#banner .swiper-button-prev,#banner .swiper-button-next{margin-top: 30px;}
#banner .swiper-button-prev{left: 0;}
#banner .swiper-button-next{right: 0;}
#banner .swiper-button-prev:after{font-size: 22px;padding: 15px 10px;color: #fff;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
#banner .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{font-size: 22px;padding: 15px 10px;color: #fff;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}


.module-title{padding: .3rem 0 20px 0; display: block; margin: .5rem 0 0; position: relative;}
.module-title h2{color: #000; font-size: .4rem; line-height: 1.2em; display: block; position: relative;}
.module-title span{height: 3px; position: relative; background: #E40012; margin:.2rem 0 10px 0; width: .5rem; display: block;}
.module-title h3{color: #888;font-size: 12px; position: relative; text-transform: uppercase; font-weight: lighter; display: block;}
.module-title p{margin-bottom: 1em;}
.module-title .more{ position: absolute; right: 0; top: 42px; text-transform: uppercase; box-sizing: border-box; font-size: 12px; color: #888; width: 120px; text-align: center; line-height: 30px; height: 32px;  border: solid 1px #E4E4E4; transition: all 0.3s ease-in-out; background: #fff no-repeat right 115px center;}
.module-title .more:hover{
	background: #E40012;
	border-color: #E40012;
	color: #fff;
}
.module-title .title-bg{position: absolute; letter-spacing: 10px; font-family: CODE_Bold; text-transform: uppercase; font-size: 1.5rem; line-height: 92px; color: #000; top: 0px; left: -0.5em; opacity: .02;}


.module-1{	position: relative; padding: 0; margin: .7rem 0 .7rem;}
.module-1 .module-box{	position: relative; padding: 0; margin-top: .1rem; }
.module-1 .list-box{margin:0 -8px 0 -8px; border-right: 8px solid #fff;}
.module-1 .list-box .list{overflow: hidden; box-sizing: border-box; display: block; background-color: #F4F7F9; cursor: pointer; width: 33.33%; float: left; border: 8px solid #fff; border-right: 0; border-top: 0; border-bottom: 0; display: block; position: relative; margin: 0;}
.module-1 .list-box .list .con{padding:.2rem .25rem; position: relative; z-index: 2; transition: all 0.5s ease-in-out; }
.module-1 .list-box .list .title{ font-size: .24rem; margin-bottom: .2rem;  transition: all 0.5s ease-in-out; font-weight: bold; position: relative;}
.module-1 .list-box .list .describe{  overflow: hidden; font-size: 16px; position: relative; transition: all 0.3s ease-in-out; height: 2em; background: url(../img/icon-more-r2.png) no-repeat 4.5em center;}
.module-1 .list-box .list .pic{position: relative; overflow: hidden; z-index: 1; bottom: 0; width: 100%; height: 3rem; transition: all 0.5s ease-in-out;}
.module-1 .list-box .list .pic img{position: relative; width: 100%; height: 100%;  transition: all 0.5s ease-in-out; background-size: cover; background-position: center bottom; display: block;}
.module-1 .list-box .list:hover .pic img{transform: scale(1.1);}
.module-1 .list-box .list:hover .title{ color: #E40012;}
.module-1 .list-box .list:hover .describe{color: #E40012; background: url(../img/icon-more-r1.png) no-repeat 5em center;}

.module-2 {}
.module-2 .list-box {margin:0 -8px 0 -8px; overflow: hidden;}
.module-2 .list-box img{width: 100%; display: block;}
.module-2 .list-box .left-box{float: left; width: 66.66%; border: 8px solid #fff; border-right: 0; position: relative;}
.module-2 .list-box .left-box .t{position: absolute; left: 1rem; top: 50%; transform: translate(0, -50%); text-align: center;}
.module-2 .list-box .left-box .t span{color: #000; font-size: .4rem; line-height: 1.2em; font-weight: bold; display: block; letter-spacing: .1rem; padding-left: .1rem;}
.module-2 .list-box .left-box .t a{display: block; background-color: #E40012; color: #fff; font-size: .18rem; padding: .15rem .2rem; margin: .1rem; margin-top: .2rem; transition: all 0.3s ease-in-out;}
.module-2 .list-box .left-box .t a:hover{transform: scale(1.05);}
.module-2 .list-box .right-box{float: right; width: 33.33%; border: 8px solid #fff; border-right: 8px solid #fff;}
/* .module-2 .list-box .list{border: 1px solid #F5F5F5; float: left; width: 48%; margin: 0 1%; box-sizing: border-box; background-color: #F7F7F7; padding:25px; margin-bottom: 20px; position: relative; transition: all 0.3s ease-in-out;}
.module-2 .list-box .list:hover{box-shadow: 0 0 35px rgba(0,0,0,0.1); background-color: #fff;}
.module-2 .list-box .list .title{font-size: 18px; font-weight: bold;}
.module-2 .list-box .list .describe { padding-top: 10px;}
.module-2 .list-box .list .describe div{display: inline-block; margin-right: 30px; font-size: 16px; color: #666;}
.module-2 .list-box .list .describe div .iconfont{font-size: 1.5em; position: relative; top: 3px; color: #000;} */




.module-4{background: url(../img/career-01.jpg) no-repeat center; background-size: cover; margin-top: .7rem; padding:.7rem 0 1rem;}
.module-4 .module-title h2{color: #fff; text-align: center;}
.module-4 .module-title span{background: #fff; margin: .4rem auto .2rem;}
.module-4 .con{color: #fff; text-align: center;  display: block; margin: 0 auto; font-weight: normal; position: relative; text-shadow: 0px 1px 3px rgba(0,0,0,0.16); padding-left: .2rem;}
.module-4 .con p{color: #fff; text-align: center; font-size: .22rem; letter-spacing: .1rem; display: block; margin: 0 auto; font-weight: normal; position: relative; text-shadow: 0px 1px 3px rgba(0,0,0,0.16); padding-left: .2rem;}
.module-4 .con .list{display: inline-block; margin: .5rem;}

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

	#banner{ width: 100%; height: 50vw; min-width: 100%; overflow: hidden; position: relative; top: 0px;}
	#banner .banner-bg{background-size: cover; height: 50vw; background-position: right -35vw top;}
	#banner a img{width: 100%; display: block;}
	#banner .swiper-slide{box-shadow: 0 0 50px rgba(0,0,0,0.8); position: relative; height: auto !important;}
	#banner .swiper-button-prev, #banner .swiper-button-next{display: none;}
	#banner .swiper-pagination{bottom: 0px;}
	#banner .swiper-pagination-bullet-active{background-color: #1576D1;}
	#banner .banner-con{text-align: center; position: absolute; width: 100%; left: 0%; top: 56%; transform: translate(0,0%); color: #fff;}
	#banner .banner-con h2{font-size: .8rem; padding-left: 0; letter-spacing: 2px; line-height: 1.2em; text-shadow: 0 0 3px rgba(0,0,0,.4);}
	#banner .banner-con h4{font-size: .7rem; padding-left: 0; font-weight: lighter; letter-spacing: 1px; position: relative; top: -2px; text-shadow: 0 0 3px rgba(0,0,0,.4); display: none;}
	
	
	.module-title{padding: 10px 0 0 0; display: block; margin: .5rem 0 0; position: relative; }
	.module-title h2{color: #000; font-size: .7rem; text-align: center; line-height: 1.2em; margin-bottom: .2rem; display: block; position: relative;}
	.module-title span{height: 2px; position: relative; border-radius: 3px; margin:2px auto 10px; width: 1rem; display: block;}
	.module-title .more{ position: relative; right: 0; top: 46px; text-transform: uppercase; box-sizing: border-box; font-size: 12px; color: #888; width: 110px; padding-left: 18px; line-height: 26px; height: 28px;  border: solid 1px #E4E4E4; border-radius: 20px; transition: all 0.3s ease-in-out; background: #fff no-repeat right 115px center;}
	.module-title .more:hover{
		background: #E40012 url(../img/icon-more.png) no-repeat right 15px center;
		border-color: #E40012;
		color: #fff;
		width: 130px;
	}
	
	.module-1{	position: relative; padding: 0; margin: .7rem 0 10px;}
	.module-1 .module-box{	position: relative; padding: 0; margin-top: .1rem; }
	.module-1 .list-box{margin:0; border-right: 0; padding: 0 20px;}
	.module-1 .list-box .list{overflow: hidden; box-sizing: border-box; display: block; background-color: #F4F7F9; cursor: pointer; width: 100%; float: left; border: 0; border-right: 0; border-top: 0; border-bottom: 0; display: block; position: relative; margin: 0 0 10px;}
	.module-1 .list-box .list .con{padding:15px 20px; position: relative; z-index: 2; transition: all 0s ease-in-out; }
	.module-1 .list-box .list .title{ font-size: .7rem; margin-bottom: .2rem;  transition: all 0s ease-in-out; font-weight: bold; position: relative;}
	.module-1 .list-box .list .describe{  overflow: hidden; font-size: .5rem; position: relative; transition: all 0.3s ease-in-out; height: 2em; background: url(../img/icon-more-r2.png) no-repeat 4.5em center;}
	.module-1 .list-box .list .pic{position: relative; overflow: hidden; z-index: 1; bottom: 0; width: 100%; height: 45vw; transition: all 0s ease-in-out;}
	.module-1 .list-box .list .pic img{position: relative; width: 100%; height: 100%;  transition: all 0s ease-in-out; background-size: cover; background-position: center bottom; display: block;}
	.module-1 .list-box .list:hover .pic img{transform: scale(1);}
	.module-1 .list-box .list:hover .title{ color: #E40012;}
	.module-1 .list-box .list:hover .describe{color: #E40012; background: url(../img/icon-more-r1.png) no-repeat 5em center;}
	
	.module-2 {}
	.module-2 .list-box {margin:0; overflow: hidden; padding: 0 20px;}
	.module-2 .list-box img{width: 100%; display: block;}
	.module-2 .list-box .left-box{float: none; width: 100%; border: 0 solid #fff; border-right: 0; position: relative;}
	.module-2 .list-box .left-box .t{position: absolute; left: 1rem; top: 50%; transform: translate(0, -50%); text-align: center;}
	.module-2 .list-box .left-box .t span{color: #000; font-size: .4rem; line-height: 1.2em; font-weight: bold; display: none; letter-spacing: .1rem; padding-left: .1rem;}
	.module-2 .list-box .left-box .t a{display: block; background-color: #E40012; color: #fff; font-size: .2rem; padding: .15rem .4rem; margin: .1rem; margin-top: .2rem; transition: all 0.3s ease-in-out;}
	.module-2 .list-box .left-box .t a:hover{transform: scale(1.05);}
	.module-2 .list-box .right-box{display: none;}
	/* .module-2 .list-box {margin: 0 ; padding: 0 20px;}
	.module-2 .list-box .list{border: 1px solid #F5F5F5; border-radius: 5px; float: none; width:  100%; margin: 0 0; background-color: #F7F7F7; padding: 15px 20px; margin-bottom: 10px; position: relative; transition: all 0s ease-in-out;}
	.module-2 .list-box .list:hover{box-shadow: 0 0 35px rgba(0,0,0,0.1); background-color: #fff;}
	.module-2 .list-box .list .title{font-size: .7rem; font-weight: bold;}
	.module-2 .list-box .list .describe { padding-top: 10px;}
	.module-2 .list-box .list .describe div{display: block; margin-right: 30px; font-size: .6rem; color: #666;}
	.module-2 .list-box .list .describe div .iconfont{font-size: 1.5em; position: relative; top: 3px; color: #000;} */
	
	
	.module-4{background: url(../img/career-01.jpg) no-repeat center right; background-size: cover; margin-top: .7rem; padding:.7rem 0 1rem;}
	.module-4 .module-title h2{color: #fff; text-align: center;}
	.module-4 .module-title span{background: #fff; margin: .4rem auto .2rem;}
	.module-4 .con{color: #fff; text-align: center;  display: block; margin: 0 auto; font-weight: normal; position: relative; text-shadow: 0px 1px 3px rgba(0,0,0,0.16); padding-left: .2rem;}
	.module-4 .con p{color: #fff; text-align: center; font-size: .6rem; letter-spacing: .1rem; display: block; margin: 0 auto; font-weight: normal; position: relative; text-shadow: 0px 1px 3px rgba(0,0,0,0.16); padding-left: .2rem;}
	.module-4 .con .list{display: block; margin: .5rem;}
}</pre></body></html>