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

@charset "utf-8";
/* CSS Document public*/

 @font-face {
        font-family: 'pf';
        src: url(../font/PingFangSCMedium.ttf);
        font-style: normal;
        font-weight: normal;
    }
    
    @font-face {
        font-family: 'regular';
        src: url(../font/PingFangSCRegular.ttf);
        font-style: normal;
        font-weight: normal;
    }
    
    @font-face {
        font-family: 'heavy';
        src: url(../font/PingFangSCHeavy.ttf);
        font-style: normal;
        font-weight: normal;
    }
    
    @font-face {
        font-family: 'bold';
        src: url(../font/PingFangSCBold.ttf);
        font-style: normal;
        font-weight: normal;
    }


* {

    font-family: 'pf',Arial, Helvetica, "Microsoft Yahei", sans-serif;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    	font-weight: normal;
	outline: none;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: 'pf',Arial, Helvetica, "Microsoft Yahei", sans-serif;
    /* max-width: 1920px; */
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;

}





li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
}

img,
input {
	border: 0;
	outline: none;
}

body .clear {
	clear: both;
	height: 0 !important;
	width: 0 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.px1400 {
	width: 1400px;
	max-width: 1400px;
	margin: 0 auto;
}

.pic {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 1s;
}

.pic img:hover {
	transform: scale(1.1);
}

.wap {
	display: none !important;
}

@keyframes icon-yh {
	0% {
		transform: rotateZ(0);
	}

	10% {
		transform: rotateZ(10deg);
	}

	20% {
		transform: rotateZ(0);
	}

	30% {
		transform: rotateZ(-10deg);
	}

	40% {
		transform: rotateZ(0);
	}

	50% {
		transform: rotateZ(10deg);
	}

	60% {
		transform: rotateZ(0);
	}

	70% {
		transform: rotateZ(-10deg);
	}

	80% {
		transform: rotateZ(0);
	}

	90% {
		transform: rotateZ(10deg);
	}

	100% {
		transform: rotateZ(0);
	}
}


/*头部*/

.top {
	width: 100%;
	position: static;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: url(../images/top-bg.jpg) no-repeat center;
	background-size: cover;
	transition: all 0.3s;
	padding-top: 10px;
	padding-bottom: 10px;
}

.top&gt;div {}

.logo a {
	display: block;
	font-size: 0;
	line-height: 92px;
}

.by {
	display: block;
	font-size: 0;
	margin-top:12px;
	margin-left: 20px;
}

.logo img {
	vertical-align: middle;
}

.top-r {
	float: right;
	position: relative;
	margin-top: 10px;
}



.top-r-en {
	display: inline-block;
	margin-right: 60px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
}

.top-r-en a {
	color: rgba(255, 255, 255, 0.8);
	padding: 0 5px;
}

.top-r-en a:hover {
	color: rgba(255, 255, 255, 1);
}


.top-r-t {
	text-align: right;
	line-height: 24px;
	padding-top: 20px;
	overflow: hidden;
}

.top-r-lj {
	font-size: 15px;
	color: #fff;
	text-align: right;
}

.top-r-lj a {
	padding: 0 6px;
	color: #fff;
}

.top-r-lj a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.search {
	width: 358px;
	height: 36px;
	background: none;
	border: 1px solid #3172b8;
	position: relative;
	background: #095bb2;
	border-radius: 4px;
	margin-top: 14px;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	width: calc(100% - 34px);
	padding-left: 15px;
	padding-right: 34px;
	height: 34px;
	font-size: 14px;
	background: none;
	color: #fff;
}

.search .button {
	width: 34px;
	height: 34px;
	background: url(../images/fdj.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
}

input::-webkit-input-placeholder {
	color: #ccc;
}

input::-moz-input-placeholder {
	color: #ccc;
}

input::-ms-input-placeholder {
	color: #ccc;
}


/*导航*/

.nav {
	height: 42px;
	line-height: 42px;
	background: #fff;
	transition: all 0.3s;
}

.nav.on {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.nav&gt;ul {
	font-size: 0;
}

.nav&gt;ul&gt;li {
	float: left;
	text-align: center;
	position: relative;
	width: 10%;
}

.nav&gt;ul&gt;li:first-child {
	margin-left: 0;
width:6%;
	
}

.nav&gt;ul&gt;li&gt;a {
	display: block;
	font-size: 18px;
	text-align: center;
	position: relative;
	transition: auto;
}

.nav&gt;ul&gt;li.on&gt;div {
	border-top: 3px solid #ffffff;
}

.nav&gt;ul&gt;li&gt;a::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;

}


.nav&gt;ul&gt;li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 19px;
	background: url(../images/nav-sx.png) no-repeat;
	z-index: 1;
}

.nav&gt;ul&gt;li:first-child:after {
	display: none;
}

.nav&gt;ul&gt;li&gt;a {
	display: block;
	font-size: 18px;
	color: #333;
	text-align: center;
	position: relative;
	transition: all 0.3s;
}



.nav&gt;ul&gt;li.on&gt;a::after {
	border-bottom: 5px solid #ffffff;
}

.nav&gt;ul&gt;li&gt;a:before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	height: 2px;
	background: #fff;
	display: none;
}

.nav&gt;ul&gt;li.active&gt;a {
	color: #0655a9;
	font-weight: 600;
}

.nav&gt;ul&gt;li.on&gt;a {
	color: #0655a9;
	font-weight: 600;
}

.nav&gt;ul&gt;li:hover&gt;a {
	color: #0655a9;
	font-weight: 600;
}

.nav&gt;ul&gt;li.active&gt;a:before {
	display: none;
}

.nav&gt;ul&gt;li:hover&gt;a:before {
	display: none;
}

.nav&gt;ul&gt;li&gt;div {
	position: absolute;
	top: 100%;
	width: 100%;
	background: #fff;
	background: rgba(255 255 255 0.9);
	z-index: 9999;
	overflow: hidden;
	line-height: normal;
	display: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.nav&gt;ul&gt;li&gt;div&gt;ul {
	overflow: hidden;
}

.nav&gt;ul&gt;li&gt;div&gt;ul&gt;li a {
	display: block;
	font-size: 14px;
	line-height: 40px;
	transition: .3s;
	color: #333;
}

.nav&gt;ul&gt;li&gt;div&gt;ul&gt;li a:hover {
	background: #1c4bb1;
	color: #fff;
}


/*底部*/

.link{width: 100%; margin: 0px auto; background:#f5f8fa; padding-top: 15px; padding-bottom: 15px}
.link .linkcon{}
.link .linkcon a{color: #516172;line-height: 32px;}
.link .linkcon span{ color: #ddd; padding-left: 17px; padding-right:17px;line-height: 32px;}
/*底部*/

.foot {
	background: url(../images/foot-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 30px 0 0 0;
	position: relative;
}



.foot&gt;div {
	color: #fff;
}

.foot a {
	    color: rgba(255, 255, 255, 0.48);
}

.foot h3 {
	font-size: 18px;
	margin-bottom: 20px;
}

.foot-l {
	width: 18.39%;
}

.foot-l img {
	width: 100%;
}

.foot-c {
	margin-left: 4%;
	width: 53%;
	border-left: 1px #2b6aab solid;
	padding-left: 4%;
	border-right: 1px #2b6aab solid;
	/* padding-right: 10px; */
}

.foot-c img{float: left; margin-right: 15px;}

.foot-c p {
	color: rgba(255, 255, 255, 0.75);
	line-height: 24px;
	font-size: 14px;
	display: block;
}

.foot-r {}

.foot-r&gt;p {
	text-align: center;
	font-size: 18px;
	margin-bottom: 50px;
	margin-top: 50px;
}

.foot-media&gt;div {
	float: left;
	text-align: center;
	margin-left: 30px;
	position: relative;
}

.foot-media&gt;div:first-child {
	margin-left: 0;
}

.foot-media&gt;div:hover div {
	display: block;
}

.foot-media&gt;div&gt;div {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100%;
	margin-bottom: 15px;
	width: 120px;
	padding: 5px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	display: none;
}

.foot-media&gt;div&gt;div img {
	display: block;
	width: 100%;
}

.foot-media&gt;div&gt;div::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.foot-media&gt;div&gt;img {
	display: block;
	margin: 0 auto;
}

.foot-media&gt;div&gt;p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.75);
	margin-top: 10px;
}

.foot-bq {
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	line-height: 30px;
	padding: 15px 20px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.48);
	margin-top: 32px;
}

.foot-bq p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.48);
}

.foot-bq img{width:3%;}




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

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

@media screen and (max-width:1440px) {
	.px1400 {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}

}

@media screen and (max-width: 1300px) {
	.foot{
	
	}
}

@media screen and (max-width: 1200px) {
	 .top{padding-top: 0px; padding-bottom: 0px;}

	.logo img{
		max-height: 60px;
	}

	.by img{
		max-height: 60px;
	}
	.nav&gt;ul&gt;li&gt;a{
		font-size: 17px;
	}
}

@media screen and (max-width: 1100px) {
	.foot-c{
		margin-left: 3%;
	}

.link .linkcon a{ font-size: 14px; }

}

@media screen and (max-width:1024px) {
	body {
		padding-top: 60px !important;
	}

	.pc {
		display: none !important;
	}

	.banner .slick-slide a:before {
		display: none;
	}

	.m-top {
		max-width: 1920px;
		margin: 0 auto;
		position: fixed;
		right: 20px;
		top: 18px;
		width: 25px;
		height: 25px;
		z-index: 9999;
	}

	.wap {
		display: block !important;
	}

	.wap-menu {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99999;
		font-size: 0;
	}

	.wap-menu img {
		height: 25px;
	}

	.close-menu {
		display: none;
		position: absolute;
		right: 0;
		top: 0;
	}

	.m-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: url(../images/top-bg.jpg) no-repeat;
		background-size: cover;
		z-index: 999;
		padding: 10px 20px;
	}

	.m-logo {
		font-size: 0;
	}

	.m-logo a {
		font-size: 0;
		line-height: 40px;
		display: block;
	}

	.m-logo img {
		max-height: 40px;
		max-width: 80%;
		vertical-align: middle;
	}

	.m-tlink {
		font-size: 12px;
		padding: 10px 15px 0 15px;
		color: rgba(255, 255, 255, 0.6);
	}

	.m-tlink a {
		padding: 0px 5px;
		font-size: 12px;
		margin: 4px;
		color: #000;
		display: inline-block;
		/* line-height: 24px; */
		background: #fff;
		line-height: 24px;
		border-radius: 5px;
	}

	.m-tlink a img {
		vertical-align: -2px;
		padding-right: 5px;
		height: 14px;
	}

	.m-tlink a img:last-child {
		height: 7px;
		vertical-align: middle;
	}

	.m-search {
		margin: 0 15px;
		padding-right: 50px;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative;
		line-height: 35px;
		/* background: #fff; */
		margin-top: 15px;
		margin-bottom: 15px;
		border: 1px solid #fff;
	}

	.m-search input[type="text"] {
		display: block;
		width: 100%;
		line-height: 25px;
		background: none;
		color: #fff;
		font-size: 12px;
	}

	.m-search input[type="text"]::placeholder {
		color: #fff;
	}

	.m-search input[type="image"] {
		position: absolute;
		right: 10px;
		top: 10px;
		height: 15px;
	}

	.m-nav {
		position: fixed;
		top: 60px;
		right: -100%;
		bottom: 0;
		z-index: 999;
		background: #1c4bb1;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		overflow-y: scroll;
		width: 100%;
		max-width: 375px;
	}

	.m-nav .top-r {
		color: #fff;
		padding-left: 15px;
	}

	.m-nav ul {
		padding: 0 15px;
		/* border-top: 1px solid rgba(255, 255, 255, 0.2); */
	}

	.m-nav ul li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.m-nav ul li&gt;span.on {
		transform: rotateZ(90deg);
	}

	.m-nav ul li ul {
		display: none;
	}

	.m-nav ul li ul li {
		border: none;
	}

	.m-nav&gt;ul&gt;li a {
		display: block;
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0;
		position: relative;
		color: #fff;
	}

	.m-nav&gt;ul&gt;li ul li a {
		padding: 10px 0;
	}

	.m-nav&gt;ul&gt;li&gt;span {
		position: absolute;
		width: 20px;
		height: 20px;
		background: url(../images/m-nav_down.png) no-repeat;
		background-size: 14px 14px;
		background-position: center center;
		right: 0;
		top: 15px;
		cursor: pointer;
		display: block;
		color: #fff;
		transition: all 0.3s;
	}
	.foot-c p {
	line-height: 20px;

}

.foot-r {}

.foot-media&gt;div&gt;p{
		font-size: 12px;

}
.foot-bq img{width:8%;} 
	
}

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

.foot h3{

	    font-size:14px;
    margin-bottom: 5px;
}
	.foot-l{display: none;}
    .foot-c{ width: 100%; 

     border-left: none;
     padding-left:0%;
     border-right: none;
     margin-left: 0%;

     margin-bottom: 10px;

     }
    .foot-r{ width: 100%; }

.foot h3{text-align:center;}
.foot-c p{text-align:center;}
.foot-r .foot-media{    display: flex;
    justify-content: center;
    }

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

.foot-c p{font-size: 12px; }

	
.link .linkcon a{ font-size: 12px; }

.px1400 {
    width: auto;
    margin-left:13px;
    margin-right: 13px;
}



	}

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

	}


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

@media screen and (max-width:320px) {}</pre></body></html>