<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**************************************/
/*************[å…¬ç”¨start]**************/
/**************************************/


*{
	font-family: "Georgia"!important;
}


body{
	background-color: #f0f0f0;

}


div.clear{
	clear: both;
	height: 0;
	width: 0;
}



a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
/*	width: 100%;*/
	max-width: 100%;
}


div.wp{
	width: 1200px; /*ä¸»è¦å†…å®¹åŒºå°ºå¯¸å¤§å°ï¼Œæ¯æ¬¡åˆ¶ä½œå‰æ›´æ–°ï¼ï¼ï¼ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}




/*å›¾ç‰‡ä¸­å¿ƒæ”¾å¤§ä»£ç&nbsp;åŒºåŸŸ*/

.img-box{/*å›¾ç‰‡ç›’å­ç±»å*/
	
	overflow: hidden;
}

.img-box img{
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; /* ueco æ—¶é—´æ›²çº¿*/
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*å›¾ç‰‡ä¸­å¿ƒæ”¾å¤§ä»£ç&nbsp;*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*å›¾ç‰‡ä¸­å¿ƒæ”¾å¤§ä»£ç&nbsp;åŒºåŸŸ*/





/**************************************/
/************[å…¬ç”¨over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{

}
.header-1{
	height: 147px;

}

.logo{
	width: 783px;
	margin-top: 35px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}
.lan{
	width: 96px;
	margin-top: 59px;
}
.lan a{
	display: block;
	width: 100%;
	height:30px ;
	line-height: 30px;
	padding-left: 25px;
	color:#fff;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/lan.png);
	font-family: "Microsoft Yahei"!important;
}


.nav-wp{
	background-color: #49a9e5;
}


.nav ul{
	margin:0;
}

.nav&gt;ul&gt;li{
	float: left;
	width: 14.28571%;
	text-align: center;
	position: relative;
}
.nav&gt;ul&gt;li&gt;a{
	display: block;
	height: 45px;
	line-height: 45px;
	color:#fff;
	transition: .3s;
	font-size: 18px;
}

.nav&gt;ul&gt;li:hover&gt;a,.nav&gt;ul&gt;li.active&gt;a {
	background: #28a3d2;
}

.nav&gt;ul&gt;li&gt;ul{
	position: absolute;
	left: 0;
	right: 0;
	top: 45px;
	z-index: 600;
	/* display: none; */
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.nav&gt;ul&gt;li:hover&gt;ul{
	opacity: 1;
	visibility: visible;
}
.nav&gt;ul&gt;li&gt;ul&gt;li&gt;a{
	display: block;
	padding: 10px 5px;
	transition: .3s;
	text-align: center;
	line-height: 1.4;
	font-size: 16px;
	color:#fff;
	text-align: center;
	background-color: #49a9e5;

}
.nav&gt;ul&gt;li&gt;ul&gt;li&gt;a:hover{
	background-color: #28a3d2;
}

/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	
}

.fafa .slides&gt;li{
	height: 282px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}
.fafa .slides&gt;li&gt;a img{
	display: none;
	width: 100%;
}

.index{
	padding-bottom: 21px;
}
.index-left{
	width: 638px;
	margin-right: 30px;
	padding: 35px 0 22px;
	padding-right: 42px;
}

.index-right{
	overflow: hidden;
	padding: 35px 0 0px 29px;
	background-color: #e1e7f0;
}
.title-11 {
	padding-bottom: 30px;
}
.title-11 .fl{
	font-size: 22px;
	color:#135c88;
	text-transform: uppercase;
}

.index1-list ul{
	margin:0;
}

.index1-list li{
	margin-top: 20px;
}
.index1-list li:first-child{
	margin-top: 0px;
}

.index1-pic{
	margin-right: 15px;
	width: 145px;
}
.index1-pic a{
	position: relative;
	padding-bottom: 63.45%;
	overflow: hidden;
	display: block;
}
.index1-pic a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
	z-index: 50;
}


.index1-pic  a:hover img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.index1-con{
	overflow: hidden;
}

.index1-con-p{
	font-size: 16px;
	color:#333;
	margin:0;
	line-height: 1.8;
	font-weight: bold;
	height: 84px;
	overflow: hidden;
}
.index1-con-p a{
	display: block;
}
.index1-con-p a:hover{
	color:#49a9e5;
}


.index2-list ul{
	margin:0;
}

.index2-list li{
	padding: 22px 0;
	border-top: 1px solid #d2d8e0;
}

.index2-list li:first-child{
	border-top: 0;
	padding-top: 0;
}

.index2-date{
	width: 64px;
	text-align: center;
	margin-right: 21px;
}

.index2-date h1{
	margin:0;
	color:#fff;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	height: 46px;
	line-height: 46px;
	background-color: #49a9e5;
	font-family: "Microsoft Yahei"!important;

}

.index2-date h2{
	margin:0;
	color:#fff;
	font-size: 15px;
	text-align: center;
	height: 22px;
	line-height: 22px;
	background-color: #3995ce;
	text-transform: capitalize;
}

.index2-con{
	overflow: hidden;
}

.index2-con-p{
	font-size: 16px;
	color:#333;
	margin:0;
	line-height: 2;
	font-weight: bold;
	height: 64px;
	overflow: hidden;
}
.index2-con-p a{
	display: block;
}
.index2-con-p a:hover{
	color:#49a9e5;
}


.youq-span{
	width:270px ;
	background-color: #4484ce;
	height: 77px;
	line-height: 77px;
	text-align: center;
	color:#fff;
	font-size: 35px;
	font-weight: bold;
}

.youq-dl{
	overflow: hidden;
}

.youq-dl dl{
	margin:0;
}

.youq-dl dd{
	float: left;
	width: 25%;
	border-left: 6px solid #fff;
}
.youq-dl dd&gt;a{
	display: block;
	height: 77px;
	line-height: 77px;
	text-align: center;
	color:#fff;
	font-size: 22px;
}
.youq-dl dd.dd1&gt;a{background-color: #47a7d1;}
.youq-dl dd.dd2&gt;a{background-color: #3a95d9;}
.youq-dl dd.dd3&gt;a{background-color: #d9b310;}
.youq-dl dd.dd4&gt;a{background-color: #f19f4d;}

.wailian{
	background-color: #cccccc;
	padding: 22px 0 30px;
}
.wailian-title{
	font-size: 20px;
    color: #135C88;

	font-weight: bold;
}

.wailian-list {
}
.wailian-list ul{
	margin:0;
	margin-left: -2%;
}
.wailian-list li{
	margin-top: 20px;
	float: left;
	width: 18%;
	margin-left: 2%;
}

.wailian-list li&gt;a{

	position: relative;
	padding-bottom: 25%;
	overflow: hidden;
	display: block;
}

.wailian-list li&gt;a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
	z-index: 50;
}



.wailian-list li&gt;a:hover img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background: #505153;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    padding: 20px 0;
	text-align: center;
}




/**************************************************************/
/*footer-over*/





/**************************************/
/********[ç‰¹æ®Šcssæ&nbsp;·å¼è¦æ±‚åŒºåŸŸ]**********/
/**************************************/

#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	background-color: #f0f0f0;
  
}
.nav-2{
	display: none;
	background-color: #f0f0f0;
	position: relative;
	z-index:900;
	
}

.nav-2&gt;ul&gt;li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;
	
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2&gt;ul&gt;li:first-child{
	/*border-top: 0;*/
}
.nav-2&gt;ul&gt;li&gt;a{
	
	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2&gt;ul&gt;li&gt;ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2&gt;ul&gt;li&gt;ul&gt;li&gt;a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0; 
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 320px;
    margin-left: 15px;
    margin-top: 8px;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{
	
	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/

	
}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;
	
}








/**************************************/
/********[ç‰¹æ®Šcssæ&nbsp;·å¼è¦æ±‚åŒºåŸŸ]**********/
/**************************************/



.banner-2{
	height: 282px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}
.banner-2 img{
	display: none;
	width: 100%;
}


.erji{
	padding-bottom: 30px;
}

.menu{
	width:200px;
	margin-right: 20px;
}

.erji-content{
	overflow: hidden;
}

.mianbaoxie{
	height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: right;
    border: solid 1px #ddd;
    font-size: 13px;
    color: #999;
    background: #E9E9E9;
    padding-right: 10px;
}

.mianbaoxie a:hover {
    color: #005ca1;
}

.menu-h1{
	height: 40px;
    line-height: 40px;
    background: #3A95D9;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    text-align: center;
}

.menu-list1 ul{
	margin:0;
}
.menu-list1 li{
	border-top: 1px solid  #fff;
}
.menu-list1 li:first-child{
	border-top: 0;
}
.menu-list1 li&gt;a{
    display: block;
    width: 100%;
    height: 39px;
    margin: 0 auto;
    text-align: center;
    line-height: 39px;
    font-size: 14px;
    color: #333;
    background: #CFDBEF;
}
.menu-list1 li&gt;a:hover {
    color: #135C88;
}

.menu-list2{

    background: #EAEAEA;
    padding: 0 2px 10px;
	margin-top: 10px;
}
.menu-list2-h1 {
    padding: 8px 3px;
    line-height: 1.6;
    border-bottom: solid 1px #ccc;
    color: #333;
    font-size: 16px;

	text-align: center;
}
.menu-list2 dl{
	margin:0;
}
.menu-list2 dd{
	padding: 8px;
	padding-bottom: 0;
}
.menu-list2 dd.lastdd{
	text-align: right;
}
.menu-list2 dd a{
	font-size: 13px;
	color:#666
}
.menu-list2 dd a:hover{
	color: #28A3D2;
}

.menu-list3{
	margin-top: 10px;
}

.menu-list3-h1{

    font-weight: bold;

    color: #333;

    font-size: 16px;
}

.menu-list3 dl{
	margin:0;
}

.menu-list3 dd{
	margin-top: 10px;
}

.menu-list3 dd a,.menu-list3 dd img{
	display: block;
	width: 100%;
}

.erji-content-div{
	background-color: #fff;
	border:1px solid #ddd;
	padding: 25px;
	padding-bottom: 50px;
	margin-top: 20px;
	min-height: 740px;
}

.erji-content-title{
	color: #135c88;
    font-size: 30px;
	margin-bottom: 10px;

}



.erji-list ul{
	margin:0;

}

.erji-list li{
	height: 40px;
	line-height: 39px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left:10px;
	position: relative;
	padding-right: 90px;
	border-bottom: 1px solid #e8e8e8;
}
.erji-list li a{
	font-size: 14px;
	color:#000;
}
.erji-list li span{
	font-size: 12px;
	color:#999;
	position: absolute;
	right: 10px;
	top: 0;
}
.erji-list li a:hover{
	color:#2267b1;
}



.fenye ul{
	margin:0;
}

.fenye{
	text-align: center;
	margin-top: 30px;
}


.danpian{
	padding:0 25px;
}
.danpian-h1{
	font-size: 22px;
	line-height: 1.5;
	color:#333;
	text-align: center;
	padding: 10px 0;
}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	font-family: "Microsoft Yahei"!important;
	text-align: center;
	padding: 0px 0 15px;
	
}

.danpian-con{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-size: 18px;
	color:#666;
	line-height: 1.8;
	padding: 20px 0 20px;
}

.danpian-con img{
	display: block;
	margin:15px auto;
}

.danpian-close{
	margin-top: 20px;
}
.danpian-close a{
	font-size: 14px;
	color:#333;
	font-family: "Microsoft Yahei"!important;
}

.danpian-close a:hover{
	color:rgb(51, 102, 255);
}


.sanji-a dl{
	margin:0;
}

.sanji-a dd{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.sanji-a dd&gt;a{
	display: block;
	padding: 5px 12px;
	font-size: 18px;
	    color: #fff;
    background-color: #3a95d9;}

.sanji-a dd.cur&gt;a,.sanji-a dd:hover&gt;a{
	background-color: #135c88;
	color:#fff;
}</pre></body></html>