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

/* CSS Document */

/*2021.04.13 */

.fl {
	float: left;
}

.fr {
	float: right;
}

.pos {
	position: relative;
}

.box {
	overflow: hidden;
}

img {
	max-width: 100%;
}


/*顶部弹出搜索样式*/


/*header-top*/

.header-top {
	color: #fff;
	position: absolute;
	top: -6px;
	right: 15px;
	text-align: right;
}

.search-btn {
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	color: #333;
}

.search-btn:hover {
	opacity: .9;
	text-decoration: none;
}

.search-box {
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	position: relative;
	z-index: 1000;
	background: #fff;
}

.search-box h2 {
	font-size: 24px;
	color: #555;
	margin-bottom: 30px;
	margin-top: 50px;
}

.search-box .container {
	position: relative;
}

.search-box .close {
	position: absolute;
	top: 30px;
	right: 15px;
	font-size: 14px;
	cursor: pointer;
}

.search-box .close i {
	font-style: normal;
}

.search-form {
	margin-bottom: 40px;
	width: 100%;
	position: relative;
}

.search-form .form-text {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	font-style: italic;
	height: 60px;
	font-size: 16px;
	/*padding: 0 100px 0 15px;*/
}

.search-form .form-text:focus {
	font-style: normal;
	border-bottom-color: #3068ba;
}

.search-form .form-submit {
	position: absolute;
	right: 0;
	top: 0px;
	width: 100px;
	height: 60px;
	line-height: 60px;
	background: none;
	border: none;
	outline: none;
	color: #666;
	font-weight: bold;
	font-size: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.search-form .form-submit:hover {
	background: #2f72a8;
	color: #fff;
}


/*顶部弹出样式 end*/

.wc-top{
	background: #002147;
	min-height: 130px;
}
.wc-logo{
	padding-top: 17px;
	
}
.wc-tright {
	padding-top: 48px;
	
}
.wc-tright ul li {
	display: inline-block;
	margin-left: 38px;
	
	line-height: 25px;
}

.wc-tright ul li:first-child a {
	color: #fff;
	/*size: 0;*/
	font-size: 14px;
	font-weight: bold;
	/*background: #2f72a8;
	width: 27px;
	height: 27px;*/
	border-radius: 90%;
	display:inline-block;
	line-height: 28px;
	
	text-align: center;
	
	
}




.top-right {
	text-align: right;
}

.top-right ul li {
	display: inline-block;
	padding-left: 17px;
}

.top-right ul li a {
	font-size: 14px;
	color: #fff;
}

.top-right a {
	color: #00274b;
	display: inline-block;
	line-height: 25px;
}


/*top end*/

.wc-menu {
	background: #001733;
}

.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;
}

.wc-menu ul li {
	line-height: 48px;
	position: relative;
	/*居中并且转为table-cell*/
	text-align: center;
	display: table-cell;
	/*float: left;*/
	list-style: none;
	padding: 0;
}

.wc-menu ul li a {
	font-size: 16px;
	color: #fff;
	line-height: 48px;
	display: block;
	/*transition: all 0.2s;*/
	text-decoration: none;
}

.wc-menu ul li a:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 2px;
	left: 0;
	bottom: 0;
	z-index: 9;
	background: transparent;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.wc-menu ul li a:hover,
.wc-menu ul li a:focus {
	color: #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.wc-menu ul li a:hover:after,
.wc-menu ul li a:focus:after {
	width: 100%;
	background: #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.wc-menu ul li a:hover,
.wc-menu ul li a.selected,
.wc-menu ul li a.move,
.wc-menu ul li a.active,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent {
	color: #d6c653;
}

.wc-menu ul li .ernav {
	position: absolute;
	/*position: relative;*/
	left: 0px;
	top: 48px;
	background: #fff;
	width: 110%;
	z-index: 111 !important;
	display: none;
}

.wc-menu ul li .ernav ul li {
	/*text-align: center;*/
	float: none;
	display: block;
	/*二级下拉有影响，需要转化为块状*/
	background: none;
	text-align: center;
	line-height: 36px;
	border: none;
	border-bottom: 1px solid #f3edeb;
}

.wc-menu ul li .ernav ul li:last-child {
	border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
	font-size: 16px;
	/*text-align: center;*/
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #333;
	margin: 0;
	padding: 6px 0;
	display: block;
	line-height: 27px;
	border-bottom: none;
	font-weight: normal;
}

.wc-menu ul li .ernav ul li a:hover {
	background: #002147;
	color: #fff;
}

.wc-menu ul li .ernav ul li a:after {
	content: "";
	position: relative;
	width: 0px;
	height: 0px;
	left: 0;
	bottom: 0;
	z-index: 0;
	background: transparent;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.wc-menu ul li .ernav ul li a:hover,
.wc-menu ul li .ernav ul li a:focus {
	color: #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.wc-menu ul li .ernav ul li a:hover:after,
.wc-menu ul li .ernav ul li a:focus:after {
	width: 100%;
	background: #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}


/*menu End*/

.banner {}

.banner .swiper-slide {
	position: relative;
	cursor: pointer;
	text-align: center;
}
.banner .swiper-slide .btt{
	position: absolute;
	left: 0px;
	bottom: 35px;
	text-align: left;
	width: 100%;
	z-index: 111;
}
.banner .swiper-slide .btt h4{
	font-size: 46px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
	padding-left: 15px;
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
}
.banner .swiper-slide .btt p{
	font-size: 16px;
	color: #fff;
	padding-left: 15px;
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
}
.banner .swiper-slide .bbg{
	background:url(../images/bbg.png) repeat-x left bottom;
	z-index: 1;
	position: absolute;
	left: 0px;
	bottom: 0px;
    width: 100%;
    height: 100%;
	
}

.banner .swiper-slide .b-page{
	position: absolute;
	left: 0px;
	bottom: 30px;
	z-index: 1;
	width: 100%;
	text-align: right;
	color: #fff;
	font-size: 64px;
	font-family: 'SourceHanSerifCN-Regular';
	font-weight: bold;
	padding-right: 15px;
	
}
.banner .swiper-slide .b-page span{
	font-size: 24px;
	font-weight: normal;
	
	
}
/*newsbg*/

.newsbg {
	background:#f7f7f4;
	min-height:440px;
	padding: 45px 0 45px;
	border-bottom: 1px solid #ecece8;
	
}

.new-top {
	
}

.new-top .new-tit h4 {
	font-size: 42px;
	color: #001733;
	
}
.new-top .new-more a {
	display: block;
	font-size: 16px;
	color: #2f72a8;	
	padding: 7px 15px;transition: all 1s;
}

.new-top .new-more a:hover {
	/*opacity: 0.8;*/
	transition: all 1s;
	background: #2f72a8;
	color: #fff;
	text-decoration: none;
	
}

.newsbg .xue-li {
	margin-top: 58px;
}

.newsbg .xue-li a{
	text-decoration: none;
	
}



.newsbg .xue-li .xue-img {
	/*overflow: hidden;*/
	position: absolute;
	left: 15px;
	top: 30px;
}

.newsbg .xue-li .xue-img img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	box-shadow: 9px 7px 0px 0px #cee2f5;
	
}





.newsbg .xue-li .xue-lbox{
  border: 1px solid #bdd2e6;
  margin-left: 25px;
  padding: 15px;
  min-height: 322px;
  	padding-top: 232px;
}
.newsbg .xue-li .xue-lbox p{
	font-size: 16px;
	color: #001733;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.newsbg .xue-li .xue-lbox span{
	display: block;
	margin-top: 5px;
	
}
.newsbg .xue-li:hover a {
	opacity: 0.8;
}
/*newsbg end*/

.noticebg{
	background: #fff;
	border-bottom: 1px solid #ecece8;
	padding: 35px 0;
	min-height: 200px;
	
}

.pad30{
	padding-top: 36px;
}

.notice-li{
	padding-bottom: 10px;
	cursor: pointer;
	border-bottom: 2px solid transparent;
}
.notice-li .not-date{
	width: 48px;
	height:63px;
	text-align: center;
	color: #fff;
	background: #002147;
	
}

.notice-li .not-date p{
	font-size: 27px;
}
.notice-li .not-date span{
	font-size: 14px;
	
}
.notice-li .not-da{
	width: 76%;
	
}
.notice-li .not-da a{
	text-decoration: none;
	font-size: 16px;
	color: #001733;
	line-height: 25px;
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
	
}
.notice-li .not-da p{
	font-size: 14px;
	color: #999;
	margin-top: 5px;
	
	
}

.notice-li:hover{
	border-bottom: 2px solid #002147;
}

/*yanjiubg*/
.yanjiubg{
	background: #f7f7f4;
	padding: 45px 0 55px;
	min-height: 300px;

}

.yan-li{
	
}
.yan-li a{
	text-decoration:none;
	
}
.yan-li a .yan-lcon{
	background: #fff;
	padding: 15px;
	height:185px;
	z-index: 11;
	width: 90%;
	margin: auto;
	margin-top: -25px;
	position: relative;
		
	transition:all 0.2s;
	-moz-transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-in;
}
.yan-li a .yan-lcon h4{
	font-size: 16px;
	color: #001733;
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:2;
            -webkit-box-orient: vertical;
	line-height: 25px;
	
}
.yan-li a .yan-lcon p{
	font-size: 14px;
	color: #999;
	margin: 10px 0 15px;
	
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	
}
.yan-li a .yan-lcon span{
	display: block;
	font-size: 14px;
	color: #2f72a8;
	
	
	
}
.yan-li:hover .yan-lcon{
	/*margin-top: -30px;*/
-moz-transform: translate(0,-8px);
     -webkit-transform: translate(0,-8px);
     -o-transform: translate(0,-8px);
     -ms-transform: translate(0,-8px);
     transform: translate(0,-8px);
}

/*yanjiu*/

.yanji{
	background:url(../images/yanbg.jpg) no-repeat center center;
	min-height: 400px;
	padding: 55px 0 35px;
	
	
}

.newtop2 .new-tit h4{
	color: #fff;
}
.newtop2 .new-more a{
	color: #fff;
}

.yan-con2{
	
}

.yan-con2 .swiper-container{
	width: 100%;
	height: 100%;
	padding-bottom: 45px;
}
.yan-con2{
	padding-top: 40px;
	
}
.yan-con2 .swiper-container .swiper-pagination{
   bottom: 0;
   
}
.yan-con2 .swiper-container .swiper-pagination .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	background: #c5c4c3;
	opacity: 1;
}
.yan-con2 .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
	background: #fff;
	
}





/*footer*/

.footer {
	min-height: 40px;
	background: #002147;
	padding: 31px 0 31px 0;
}

.xinx{
	border-bottom: 1px solid #103c6f;
	padding-bottom: 20px;
	margin-bottom: 26px;
	
	
}
.xinx a{
	display: inline-block;
	padding-right: 55px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	
}
.xinx a img{
	padding-right: 12px;
}

.xinx select{
	background: url(../images/link.png) no-repeat left top;
	width: 202px;
	height: 27px;
	border: none;
	text-align: center;
	font-size: 16px;
	color: #999;
	text-align-last: center;
	-webkit-appearance:none;
-moz-appearance:none;
appearance:none; /*去掉下拉箭头*/
}
.xinx select option{
	text-align: center;
	
}


.select{
	background: url(../images/link.png) no-repeat left top;
	width: 202px;
	height: 27px;
	 position: relative;
	 display: inline-block;
	 }

.select span{display: block; 
text-align: center;
height:27px; cursor: pointer;
font-size: 16px;
color: #999;
line-height: 27px;
    overflow: hidden;
    padding-right: 30px;
 }

.select ul,.select li{padding: 0; margin:0 }
.select li a{
     color:#666;
    line-height: 23px;
    margin-bottom: 5px;
    color: #666;
    list-style-type: none;
    cursor: pointer;
    transition: all 1s ease 0s;
    font-size: 14px;
    padding: 0;
}
.select li{line-height: 23px;
margin-bottom: 5px;
 color: #666; list-style-type: none;  cursor: pointer;transition: all 1s ease 0s;}
.select li:hover{  font-weight: bold; }
.select li:last-child{border-bottom: 0}
.select ul{display: none;padding-left: 15px; }
.select ul{
	display: none;
padding: 10px ;
position: absolute;
top:26px;
background: #fff;
width: 202px;
border: 1px solid #ddd;
margin: 0;
left: -1px;
z-index: 11;
    height: 160px;
    overflow: auto;
}


.fleft{
	
}

.fleft h5{
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;
	
}
.fleft p{
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	
}
/*.fleft p:first-child 不管用*/

.fleft p.p1{
	margin-bottom: 25px;
	
}
.fleft p span{
	display: inline-block;
	width: 30px;
	
}

.fer{
	
}


/*.footerEnd*/
.d-wx {
    display: inline-block;
}

.d-wx span {
    display: block;
    text-align: center;
    margin: 10px 0;
    color: #fff;
}


@media (min-width: 1209px) {
	.container {
		width: 1200px;
		margin: 0 auto;
	}
}

@media (max-width: 1200px) {
	/*中等屏幕设备 桌面*/


.banner .swiper-slide .btt h4{
	font-size: 38px;
}
.banner .swiper-slide .b-page{
	font-size: 48px;
}
.new-top .new-tit h4{
	font-size: 32px;
}
.newsbg{
	padding: 35px 0;
}
.yanjiubg{
	padding: 35px 0;
}
.pad30{
	padding-top: 26px;
}
.notice-li .not-da {
    width: 74%;
}
.newsbg .xue-li .xue-img{
	width: 84%;
}
.newsbg .xue-li .xue-lbox {
   
    min-height: 271px;
    padding-top: 184px;
}


.xinx {
    border-bottom: 1px solid #103c6f;
    padding-bottom: 20px;
    margin-bottom: 26px;
    width: 940px;
    margin-left: 15px;
}






.fleft p span{
	display: none;
	
}	
	

		
.fer {
	text-align: center;
	margin-top: 10px;
}	
	
	
}

@media (max-width: 991px) {
	/*小屏幕设备 平板*/
	.container {
		width: 100%;
	}
	.logo1{
		padding-top: 5px;
	}
	.site-tree-mobile {
		top: 7px;
	}
	.searchbg {
		background: url(../images/searchbg.png)no-repeat left top;
		width: 210px;
		height: 46px;
		margin-top: 4px;
	}
	.searchbg input.inp-text {
		padding-left: 5px;
		width: 167px;
		line-height: 42px;
		background: none;
		border: none;
		font-weight: bold;
		color: #333;
	}
	.searchbg input.inp-but {
		width: 37px;
		padding: 0;
		height: 43px;
		background: none;
		border: none;
	}
.banner .swiper-slide .btt h4{
	font-size: 22px;
	margin-bottom: 10px;
}	
.banner .swiper-slide .btt{
	bottom: 0px;
	background: rgba(0,0,0,0.4);
	padding: 10px 0 5px;
}	
.banner .swiper-slide .bbg{
	display: none;
	
}	
.logo1 img{
		width: 86%;
	}
	.new-top .new-tit h4{
		font-size: 28px;
	}
.notice-li .not-date{
	width: 42px;
}	
.newsbg .xue-li .xue-img{
	top: 20px;
	
}
.newsbg .xue-li .xue-lbox {
   
    min-height: 300px;
    padding-top: 214px;
}


	.newsbg {
		min-height: 380px;
		padding:22px 0;
	}
	
.notice-li .not-da {
    width: 71%;
    margin-top: -5px;
}	
.noticebg{
	padding: 20px 0;
}	
.yanjiubg{
	padding: 20px 0;
	min-height: 200px;
}

.yanji{
	padding: 25px 0;
	min-height: 200px;
}
.yan-con2{
	padding-top: 20px;
}
.pad30{
	padding-top: 20px;
}
	
.fleft p.p1{
	margin-bottom: 0;
}		
.xinx {
	width: 100%;
	margin-left: 0;
}



	
}

@media (max-width: 767px) {
	/*超小屏幕设备 手机*/
	
   .site-tree-mobile .fa {
            font-size: 22px;
       }
	.site-tree-mobile {
		top: 2px;
	}
	
.banner .swiper-slide .btt h4{
	font-size: 18px;
	margin-bottom: 5px;
}		

	.new-top .new-tit h4{
		font-size: 24px;
	}
.newsbg .xue-li .xue-lbox{
	padding-top: 200px;
	min-height: 200px;
	margin-left: 15px;
	
}	
.newsbg .xue-li .xue-img{
	left: 0;
	top: 10px;
}	

.pad30{
  padding-top: 20px;	
}
.pad10{
	padding-top: 10px;
}
.notice-li .not-da {
    width: 81%;
    margin-top: -5px;
}	



.yanjiubg .swiper-pagination{
	bottom: 5px;
}
.yan-con2 .swiper-container .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}
.yan-con2 .swiper-container{
	padding-bottom: 35px;
}	
	
	.xinx{
	text-align: center;
	
}	
.xinx a{
	display: block;
	margin-bottom: 15px;
	font-size: 18px;
}	
.footer{
	padding: 25px 0;
}	
.fleft h5{
	font-size: 22px;
	margin-bottom: 15px;
}
	
	

	
	
	
	
	
	
}</pre></body></html>