<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,body{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    letter-spacing: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 300;
}

p,span,a{
	padding: 0px;
	margin: 0px;
    color: inherit;
    text-decoration: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

ul,li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.clear{clear: both;overflow: hidden;}
.main{width: 1280px;margin: auto;}
.left{float: left;}
.right{float: right;}

/*搴曢儴*/
footer{
	color: #fff;
	padding: 50px 0px;
	background-color: #0b1c2d;
}


footer .info{
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}

footer .info .module{
	flex-basis: 260px;
	flex-grow: 1;
	padding: 0px 20px;
	margin-bottom: 30px;
}

footer .info .module-1 a{
	width: 110px;
	display: block;
}

footer .info .module-1 a img{
	height: 40px;
	width: 100%;
}

footer .info .module-2 ul{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 10px;
    vertical-align: baseline;
    box-sizing: border-box;
    letter-spacing: 0;
    font-weight: 300;
}

footer .info .module-2 li{
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.4;
    font-family: 'Hind', Helvetica, Arial, sans-serif;
    font-weight: 500;
}

footer .info .module-2 li a{
	color: #fff;
}

footer .info .module-3 li{
    font-size: 15px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0px;
}

footer .info .module-3 strong{
	font-size: 16px;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
}

footer .info .module-3 .tit-1{
	margin-top: 30px;
}

footer .info .module-4{
	font-size: 100;
}

footer .info .module-4 p{
	font-size: 20px;
	font-weight: lighter;
	text-align: center;
}

footer .copyright{
	text-align: right;
	font-size: 12px;
}

/*澶撮儴*/
header .show-pc{
	width: 100%;
	padding: 50px 0px;
	background: -moz-linear-gradient(top, #000 0%, transparent 100%);
    background: -webkit-linear-gradient(top, #000 0%, transparent 100%);
    background: linear-gradient(to bottom, #000 0%, transparent 100%);
    position: fixed;
    top: -72px;
	transition-duration: 0.1s;
    z-index: 20;
    transition-duration: 0.2s;
}

header .show-pc.top-show{
	top: 0px;
}

header .show-pc .main{
	position: relative;
	z-index: 40;
}

header .show-pc .logo img{
	width: 110px;
}

header .show-pc nav{
	padding-left: 50px;
}

header .show-pc nav ul{
	display: flex;
}

header .show-pc nav ul li a{
	padding: 0px 15px;
	line-height: 40px;
	font-size: 15px;
	color: #fff;
	font-weight: 550;
}

header .show-pc .search,
header .show-pc .login,
header .show-pc .lang{
	padding: 0px 15px;
	line-height: 40px;
	font-size: 15px;
	color: #fff;
	font-weight: 550;
}

header .show-pc .lang{
	cursor: pointer;
}

header .show-pc .lang span{
	padding-right: 5px;
}

.sildeLang{
	width: 100%;
	margin-top: 15px;
	text-align: right;
}

.sildeLang ul{
	background-color: #fff;
	display: inline-block;
	border-radius: 4px;
	display: none;
	position: absolute;
	right: 76px;
	top: -10px;
}

.sildeLang ul:before{
	content: '';
	display: block;
	border: 8px solid transparent;
	border-bottom: 8px solid #fff;
	position: absolute;
	right: 21px;
	top: -16px;
}

.sildeLang ul.active{
	display: inline-block;
}

.sildeLang ul li{
	padding: 8px 20px;
	cursor: pointer;
}

header .di-active.show-pc{
	padding: 15px 0px;
}

header .show-pc:before{
	content: '';
	display: block;
	width: 100%;
	height: 71px;
	background-color: #0b1c2d;
	position: absolute;
	top: -72px;
	z-index: 30;
	transition-duration: 0.2s;
}

header .show-pc.di-active:before{
	top: 0px;
}

header .show-pc .sildeDown{
	width: 100%;
	position: absolute;
	left: 0px;
	top: -80px;
	text-align: right;
	background-color: #0c1c2c;
	padding: 20px 0px;
	z-index: 0;
	transition-duration: 0.2s;
}

header .show-pc .sildeDown.active{
	top: 71px;
}

header .show-pc .sildeDown .searchTxt{
	width: 40%;
	border: 1px solid #6a7784;
	display: inline-block;
}

header .show-pc .sildeDown .searchTxt select{
	width: 80px;
	line-height: 40px;
	padding-left: 10px;
	height: 40px;
	background-color: #6a7784;;
	outline: none;
	float: left;
}

header .show-pc .sildeDown .searchTxt input{
	width: calc(100% - 90px);
	padding-left: 20px;
	outline: none;
	line-height: 40px;
	color: #fff;
	background-color: transparent;
}

header .show-pc .sildeDown button{
	line-height: 42px;
	padding: 0px 30px;
	background-color: #6a7784;;
}

header .show-wrap{
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	padding: 18px 0px;
	width: 100%;
	height: 73px;
	position: fixed;
	top: 0px;
	display: none;
	z-index: 99;
	background: -moz-linear-gradient(top, #000 0%, transparent 100%);
    background: -webkit-linear-gradient(top, #000 0%, transparent 100%);
    background: linear-gradient(to bottom, #000 0%, transparent 100%);
}

header .show-wrap.di-active{
	background-color: #0b1c2d;
}

header .show-wrap .logo{
	width: 70%;
	padding-left: 20px;
	text-align: center;
}

header .show-wrap .logo img{
	width: 100px;
}

header .show-wrap .nav{
	width: 22px;
	height: 22px;
	overflow: hidden;
}

header .show-wrap .nav .icon span{
	width: 22px;
	height: 22px;
	display: inline-block;
	overflow: hidden;
	border-top: 2px solid #fff;
	position: relative;
}

header .show-wrap .nav .icon span:before,
header .show-wrap .nav .icon span:after{
    background-color: #eff2ec;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 100%;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

header .show-wrap .nav.btn .icon span{
	border-top: none;
}

header .show-wrap .nav .icon span:after{
	top: 17px;
}

header .show-wrap .nav.btn .icon span:before{
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

header .show-wrap .nav.btn .icon span:after{
	top: 7px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

header .show-wrap .sildeDown{
	width: 100%;
	height: 0px;
	position: absolute;
	top: 73px;
	left: 0px;
	overflow: hidden;
	background-color: #0b1c2d;
	webkit-transition: height 0.1s ease-in;
    transition: height 0.1s ease-in;
}

header .show-wrap .search .icon span{
	color: #fff;
}

header .show-wrap .sildeDown .searchTxt{
	width: 90%;
	margin: 25px auto;
	border-radius: 50px;
	border: 1px solid #6a7784;
	display: flex;
	overflow: hidden;
}

header .show-wrap .sildeDown .searchTxt select{
	background-color: #6a7784;
}

header .show-wrap .sildeDown .searchTxt input{
	background-color: transparent;
	width: 86%;
	line-height: 36px;
	outline: none;
	color: #fff;
	padding-left: 20px;
}

header .show-wrap .sildeDown .searchTxt button{
	width: 14%;
	background-color: transparent;
	outline: none;
}

header .show-wrap .sildeDown .searchTxt button span{
	color: #fff
}

header .show-wrap .sildeDown li{
	border-top: 1px solid #6a7784
}

header .show-wrap .sildeDown li a{
	display: block;
	line-height: 40px;
	padding: 0px 25px;
}

header .show-wrap .sildeDown{
	color: #fff;
}

header .show-wrap .lang{
	position: relative;
}

header .show-wrap .lang a{
	color: #fff;
	line-height: 36px;
	padding-right: 15px;
}

header .show-wrap .lang ul{
	width: 80px;
	position: absolute;
	right: 0px;
	background-color: #fff;
	text-align: center;
	border-radius: 4px;
	display: none;
}

header .show-wrap .lang ul.active{
	display: block;
}

header .show-wrap .lang ul li{
	line-height: 36px;
}

header .show-wrap .lang ul:before{
	content: '';
	display: block;
	border: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	right: 15px;
	top: -12px;
}

.news-list li{
	position: relative;
}

.news-list li a{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.news-list li .img img{
	width: 100%
}

.news-list li .txt{
	border-top: 6px solid #eeca4a;
	padding: 20px;
	background-color: #fff;
}

.news-list li .txt .p1{
	font-size: 16px;
	margin-bottom: 20px;
}

.news-list li .txt .p2{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}

.news-list li .txt .p3{
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

@media screen and (max-width: 768px) {
	.main{
		width: 100%;
		padding: 0px 25px;
	}
	footer .copyright{
		text-align: left;
		padding-left: 0px;
	}

	header .show-wrap{
		display: flex;
	}
	header .show-pc{
		display: none;
	}
}</pre></body></html>