<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
	height: 100%;
}
html, body, form, input, p, h1, h2, h3, h4, h5, h6, ul, li { margin: 0; padding: 0; -webkit-text-size-adjust: none }
article, aside, details, footer, header, nav, section { display: block }
em, i { font-style: normal }
ol, ul { list-style: none }
select, textarea { outline: 0; color: #424242; -webkit-appearance: none }
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-touch-callout: none; -webkit-box-sizing: border-box; box-sizing: border-box;}
* *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box }
* body {
*
*   margin: 0 auto;
*     background: #ffffff;
*       font-size: 14px !important;
*         font-family: "Arial", -apple-system,"Helvetica Neue", Helvetica, STHeiTi ,sans-serif;
*           line-height: 1.5;
*             color: #333;
*               height: 100%; 
*                 overflow-x: hidden;
*                 	background-color: #eef3f7 !important;
*                 	  -webkit-overflow-scrolling:touch; 
*                 	  }
*                 	  a, img {-webkit-touch-callout: none; /*禁止长按链接与图片弹出菜单*/}
a{color: #FFFFFF; text-decoration: none;}
a:hover {text-decoration: none;}
img { max-width: 100%;  max-height: 100%;vertical-align: middle;}
h1, h2, h3, h4, h5, h6 {font-weight: 400; font-size: 16px;}


.header{
	width: 100%;
	height: 45px;
	background-color: #034ea1;
	/*border-bottom: 1px solid #4f83bd;*/
}
.header-top{
	height: 45px;
	max-width:1568px;
	margin: 0 auto;
}
/*@media only screen and (max-width: 1200px) {
 * 	.header-top{
 * 			width:1170px;
 * 				}
 * 				}*/
@media only screen and (max-width: 798px) {
.header-top{
	height: 45px;
	width:100%;
	padding: 0px 5px;
	
}
}
.header-top .z-top-right{
	height: 45px;
	line-height: 45px;
	text-align: center;
	float: right;
	margin-right: 10px;
}
.header-top .z-top-right ul li{
	color: #FFFFFF;
	float: left;
	padding-left: 10px;	
}
.header-top .z-top-right a{
	color: #FFFFFF;
}
.header-top .z-top-right a:hover{
	color: #FFFFFF;
}
.header-bottom img{
	padding-top: 10px;
	float: left;
}
.header-bottom .bottom-right{
	line-height: 40px;
	text-align: center;
	margin-top:30px;
	width: 70%;
	float: right;
	height: 40px;
	border-bottom: 1px solid #4f83bd;
	font-size: 18px;
}

.header-bottom .bottom-right ul{
	float: right;
}
.header-bottom .bottom-right ul li{
	float: left;
	padding-left: 65px;
}

/*顶部导航条*/
.navbar-brand{
    padding: 29px 15px;
    height: auto;
}
nav.navbar.bootsnav{
    border: none;
    /*margin-bottom: 150px;*/
}
.navbar-nav{
    float: left;
}
nav.navbar.bootsnav ul.nav &gt; li &gt; a{
	text-transform: uppercase;
	padding: 35px;
	margin:0px 4px 0px 8px;
}
@media only screen and (max-width:1200px ) {
	nav.navbar.bootsnav ul.nav &gt; li &gt; a{
		padding:25px !important;
	}
}
nav.navbar.bootsnav ul.nav &gt; li:hover{
    background: #034ea1;
}

.dropdown-menu&gt;li&gt;a:focus, .dropdown-menu&gt;li&gt;a:hover{
	 background: #034ea1;
}

.nav &gt; li:after{
    content: "";
    width: 0;
    height: 2px;
    /*background: #fff;*/
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.nav &gt; li:hover:after{
    width: 100%;
}
nav.navbar.bootsnav ul.nav &gt; li.dropdown &gt; a.dropdown-toggle:after{
    /*content: "+";*/
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 35%;
    right: 10%;
    transition: all 0.4s ease 0s;
}
nav.navbar.bootsnav ul.nav &gt; li.dropdown.on &gt; a.dropdown-toggle:after{
    content: "\f105";
    transform: rotate(90deg);
}
.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}
/*nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
 *     box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
 *         border: none;
 *         }*/
@media only screen and (max-width:990px){
    nav.navbar.bootsnav ul.nav &gt; li.dropdown &gt; a.dropdown-toggle:after,
    nav.navbar.bootsnav ul.nav &gt; li.dropdown.on &gt; a.dropdown-toggle:after{ content: " "; }
    .dropdown-menu.multi-dropdown{ left: 0 !important; }
    nav.navbar.bootsnav ul.nav &gt; li:hover{ background: transparent; }
    nav.navbar.bootsnav ul.nav &gt; li &gt; a{ margin: 0; }
}        


.z-header{
	width: 100% !important;
	padding: 0px !important;
	background-color: #034ea1;
}
.z-row{
	max-width:1568px !important;
/*	border: 1px solid #000000;*/
	margin: 0 auto;
}

@media only screen and (max-width:798px ) {
	.z-row{
	width: 100% !important;
	margin: 0 auto;
}
}
.z-navbar{
	/*max-height: 476px !important;*/
	margin-bottom: 0 !important;
	background-color: #034EA1 !important;	
}
.z-navbar-nav{
	float: right !important;
	font-size: 18px !important;
}

.z-navbar-nav a{
	color: #FFFFFF !important;
}
.navbar-header img{
    margin: 0px 0px 30px 0px;
}
@media only screen and (max-width:798px ) {
.z-navbar-nav{
	width: 100%;
	float: left !important;
}
.z-navbar-nav li{
	line-height: 50px !important;
	/*border-bottom: 1px solid #FFFFFF !important;*/
	text-align: center !important;
	width: 100% !important;
}
.z-navbar-nav li a{
	padding: 5px!important;
	line-height: 50px !important;
	border-bottom: 1px solid #3e76b5 !important;
	text-align: center !important;
	width: 100% !important;
}
.navbar-header img.header_img_left {
     margin: 15px;
 }
    .navbar-header img {
        height: 26px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
.navbar-nav{
	margin: 0 auto !important;
}
}
@media (min-width: 768px) and (max-width: 798px) {
    .z-navbar-nav { float: right!important; width: auto!important; }
    .z-navbar-nav li { width: auto!important; }
}


.navbar-collapse{
	     padding-right: 0px !important; 
     padding-left: 0px !important; 
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
     border-top:none !important; 
     -webkit-box-shadow: none !important; 
     box-shadow:none !important; 
}
.navbar-default .navbar-nav&gt;.open&gt;a, .navbar-default .navbar-nav&gt;.open&gt;a:focus, .navbar-default .navbar-nav&gt;.open&gt;a:hover{
	background-color: #034ea1;
}
.navbar-nav .open .dropdown-menu{
	width:240px;
	background-color: #004797 !important;
}
.dropdown-menu&gt;li&gt;a{
	padding: 10px 10px !important;
}

/*导航条end*/

/*main*/
.main{
	width: 100%;
	background: url(../img/banner-bg.png) no-repeat;
	min-height: 700px;
	background-size: cover;
}
.main-content{
	max-width: 1568px;
	margin: 0 auto;
	padding-bottom: 50px;
	
}
.main-search{
	margin: 0 auto;
	padding-top: 60px;
	width: 100%;
	overflow: hidden;
}
.z-search{
	width: 57%;
	height: 86px;
	background-color: #d2d2d2;
	opacity: 0.8;
	float: left;

}


.search-repeat{
	width: 96%;
	height: 54px;
	background-color: #FFFFFF;
	opacity: 1;
	margin: 0 auto;
	position: relative;
	top: 16px;
	z-index: 999999;
}
.search-box{
	width: 86%;
	height: 54px;
	float: left;
	border: none;
	padding-left:15px;
}
.search-btn{
	width: 14%;
	height: 54px;
	background-color: #f56300;
	border: none;
	float: right;
	color: #FFFFFF;
	padding: 0px;
}
.search-class{
	
	float: right;
	width: 43%;
	/*height: 86px;*/
	/*margin-top: 52px;*/
}
.search-class ul li{
	opacity: 0.8;
	text-align: center;
	line-height: 40px;
	width:28%;
	height: 40px;
	background-color: #d2d2d2;
	/*margin: 0 12px 8px 10px;*/
	margin-bottom: 6px;
	margin-left:5%;
	float: left;
	cursor: pointer;
}
@media only screen and (max-width:1200px ) {
	.search-class ul li{
		/*margin-left:20px ;*/
	}
}
.search-class ul li a{
	color: #333333;
	/*font-size: 18px;*/
	text-align: center;
}

@media (max-width:768px ) {
	.main-content{
	width: 90%;
}
    .new-item ul li{
        width: 95% !important;
    }
.z-search{
	width:100%;
}
.search-repeat{
	width: 90%;
}
.search-box{
	width: 80%;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
.search-btn{
	width: 20%;
}
.search-class{
	width: 100%;
	
}
.search-class ul li{
	width:45%;
	margin-top: 12px;
	margin-left: 10px;

}
}
/**/

.main-list{
	width: 100%;
	/*border: 1px solid #000000;*/
	margin-top: 45px;
	overflow: hidden;
}
.activity{
    margin-right: 1%;
	width: 48%;
	max-height: 430px;
	border: 1px solid #e8e8e8;
	float: left;
	background-color: #FFFFFF;
}
@media (max-width:785px) {
	.activity{
		margin-right: 10px;
	}
}
@media (max-width:768px) {
.activity{
	float: none;
	width: 100%;
	margin: 0 auto;
	}
.lookup{
	position: relative;
	/*top: 30px;*/
	float: none;
	width: 100%;
	
}
.navigation{
	position: relative;
	top: 60px;
	float: none;
	width: 100%;
	margin: 0 auto;
}
.new-wrap{
	width: 90%;
}
.new-item{
	margin-bottom: 30px !important;
}

    .flexslider{ margin: 0!important; }
    .activity-img { height: auto!important; }
    .activity-text { bottom: 0!important; }
}
.activity-img{
	position: relative;
	width: 100%;
	height: 430px;
	padding: 8px;
}
.activity-text{
	width: 100%;
	height: 58px;
	background-color: #000000;
	opacity: 0.5;
	position: absolute;
	bottom: 8px;
}
.activity-text a{
	line-height: 58px;
	text-align: center;
	float: right;
	padding-right: 10px;
}
.activity-text a:hover{
	color: #FFFFFF;
}
.lookup{
	min-height: 430px;
	/*margin-left: 20px;*/
	float: left;
	width: 25%;
	/*max-height: 50px;*/
	border: 1px solid #E8E8E8;
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 1%;
}
.navigation {
	width: 25%;
	padding-right: 15px;
	padding-left: 15px;
}
.lookup ul li{
	line-height: 35px;
    /*border-bottom: 1px dashed #E8E8E8;*/
}
.lookup ul li i{
	font-size: 18px;
	color: #f56300;
}
.lookup ul li a{
	padding-left: 10px;
	font-size:15px;
	color: #034EA1;	
}
.lookup ul li a:hover{
	text-decoration: underline;
}
.lookup-title{
	width: 100%;
	max-height: 50px;
	border-bottom: 1px solid #E8E8E8;
}
.lookup-title h1{
	font-size: 18px;
	line-height: 50px;
	/*width: 30%;*/
	margin: 0 auto;
	text-align: center;
}
.lookup-title h1 span {
	border-bottom: 3px solid #034EA1;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.navigation{
	min-height: 430px;
	float: right;
	border: 1px solid #E8E8E8;
	background-color: #FFFFFF;
	
}
.navigation ul li{
	line-height: 35px;
	
}
.navigation ul li i{
	font-size: 18px;
	color: #f56300;
}
.navigation ul li a{
	padding-left: 10px;
	font-size:14px;
	color: #034EA1;
}
.navigation ul li a:hover{
	text-decoration: underline;
}
/*apply-list*/
.apply-list{
	width: 100%;
	/*border: 1px solid #000000;*/
	margin-top: 60px;
	overflow: hidden;
}
.apply-list ul li{
	display: inline-block;
	text-align: center;
	float: left;
	width: 14%;
	margin: 0 2.555555555%;
}

@media only screen and (max-width: 1200px) {
	.apply-list ul li{
		width: 19%;
		margin-bottom: 20px;
	}
}



@media only screen and (max-width: 768px) {
	.apply-list ul li{
		text-align: center;
		width:36%;
		margin: 20px;
	}
}

.apply-list ul li a span:hover{
	color: #034EA1;
}
.apply-list ul .apply-btn{
	margin-right:0px !important;
}
.apply-list ul li a span{
	padding-top: 10px;
	display: block;
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	
}
/*main end*/


/*最新动态*/
.new{
	width: 100%;
	min-height: 858px;
	background-color: #f2f5f8;
	
}
.new-tit{
	text-align: center;
	padding: 100px 0;
	
}
.new-tit h5{
	color: #333333;
	font-size: 36px;
    color: #000;
    line-height: 50px;
}
.new-wrap{
	max-width: 1568px;
	/*border: 1px solid #000000;*/
	overflow: hidden;
	margin: 0 auto;
}

.new-item{
	/*width: 32.66666666666666666666666666% !important;*/
	/*margin: 0 0.3%;*/
	/*padding-bottom: 8px;*/
	/*max-height: 478px;*/
	/*background-color: #FFFFFF;*/
	/*border: 1px solid #E8E8E8;*/
	
}
@media (max-width:768px) {
.new-item{
	width:100% !important;
}
}
@media (max-width:1200px) {
/*.new-item{*/
	/*width:32%;*/
/*}*/
}


.new-item3{
	margin-right: 0px !important;
}
.new-item .new-item-tit{
	overflow: hidden;
	height: 52px;
	line-height: 52px;
	text-align: center;
	border-bottom: 1px solid #E8E8E8;
}
.new-item-tit h1{
	float: left;
	font-size: 18px;
	border-bottom: 3px solid #034EA1;
	height: 52px;
	line-height: 52px;
	text-align: center;
}
.new-item .new-item-tit i{
	float: right;
	color: #666666;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
}
.new-item ul li{
	width: 100%;
	overflow: hidden;
	line-height: 43px;
	border-bottom:1px dashed #E8E8E8;	
}
.new-item ul li a p{
	float: left;
	font-size: 14px;
	color: #333333;
}
.new-item ul li a p:hover{
	color: #034EA1;
}
.new-item ul li a span:hover{
	color: #034EA1;
}
.new-item ul li a samp{
	float: left;
	color: #FFFFFF;
	line-height: 25px;
	padding: 0 15px;
    margin: 8px 5px 0px;
	text-align: center;
	border-radius: 20px;
	background-color: #34a853;

}
.new-item ul li a .new-btn{
	float: left;
	color: #FFFFFF;
	line-height: 25px;
	padding: 0 15px;
	margin: 12px 5px;
	text-align: center;
	border-radius: 20px;
	background-color: #4285f4;
}
.new-item ul li a .shiyong-btn{
	float: left;
	color: #FFFFFF;
	line-height: 25px;
	padding: 0 15px;
	margin: 12px 5px;
	text-align: center;
	border-radius: 20px;
	background-color: #ea4335;
}

.new-item ul li a span{
	float: right;
	color: #666666;
}
.ellipsis{
	width: 70%;
	display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*/最新动态*/


.service{
	width: 100%;
	min-height:858px;
	background:url(../img/service.png) no-repeat;
	background-size: cover;
}
.service-content{
	max-width: 1568px;
	margin: 0 auto;
	overflow: hidden;
	/*border: 1px solid #000000;*/
}
@media only screen and (max-width: 768px) {
.service-content{
	width: 100%;
	}
.content-right{
	float: none !important;
	overflow: hidden;
	margin: 0 auto;
	background-color: #FFFFFF;
	width: 90%;
}
.wrap-list{
	margin:0 !important;
}
.content-left{
	float: none !important;
	overflow: hidden;
	margin: 0 auto;
	background-color: #FFFFFF;
	width: 90% !important;
	margin-bottom: 30px;
	margin-top: 30px;
}
.wrap-table td{
	width:25% !important;
	
}
.cal-content{
	width: 90% !important;
}
.cal-list{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.footer-in{
	width: 90% !important;
}
.footer-in img{
	margin: 0 auto;
}
}

@media only screen and (max-width: 1200px) {
.service-content{
	width: 100%;
	}
.content-right{
	float: none !important;
	overflow: hidden;
	margin: 0 auto;
	background-color: #FFFFFF;
	width: 90%;
}
.wrap-list{
	margin:0 !important;
}
.content-left{
	float: none !important;
	overflow: hidden;
	margin: 0 auto;
	background-color: #FFFFFF;
	width: 90% !important;
	margin-bottom: 30px;
	margin-top: 30px;
}

.wrap-table td{
	width:25% !important;
	
}
.cal-content{
	width: 90% !important;
}
.cal-list{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.footer-in{
	width: 90% !important;
}
.footer-in img{
	margin: 0 auto;
}
}





.wrap-tit{
	width: 100%;
	height: 52px;
	line-height: 52px;
	text-align: center;
	border-bottom: 1px solid #E8E8E8;
	overflow: hidden;
}
.wrap-tit h1{
	float: left;
	font-size: 18px;
	color: #333333;
	border-bottom: 3px solid #034EA1;
	line-height: 52px;
	height: 52px;
	text-align: center;
}
.wrap-tit i{
	float: right;
	line-height: 52px;
	text-align: center;
}
.content-right{
	/*margin-left: 15px;*/
	float: left;
	background-color: #FFFFFF;
}
.content-left{
	width: 32.33333333333333%;
	float: right;
	background-color: #eef3f7;
}
.wrap-table{
	margin: 30px 0;
	border: none !important;
}
.wrap-table td{
	 border: 1px dashed #E8E8E8 !important;
}
.wrap-table td:hover{
	background-color: #F8F8F8;
	border: none;
}
.wrap-list{
	margin: 15px;
}
.table-dashed{
	height:100%;
    padding:35px 0;  
}
.wrap-list h2{
	padding: 15px;
	color: #034EA1;
	font-size: 18px;
	text-align: center;
	
}
.wrap-list ul li{
	line-height: 25px;
	font-size: 14px;
	color: #333333;
	text-align: center;
}
/*活动日历*/
.calendar{
	width: 100%;
	min-height: 880px;
	background-color: #eef3f7;
	margin-bottom: 50px;
}
.cal-content{
	max-width: 1568px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #ffffff;
	/*border: 1px solid #000000;*/
}

#cal-list{
	border-right: 1px solid #dcdcdc;
	min-height: 522px;
	background-color: #FFFFFF;
	border-left: 1px solid #dcdcdc;
}
.cal-Years{
	padding: 20px 0;
	overflow: hidden;
	display: block;
}
.cal-Years h1{
	float: left;
	font-size: 36px;
	font-weight: bold;
	color: #034EA1;
}
.cal-Years .cal_pre_next{
	font-size: 18px;
	color: #666666;
	float: right;
}
.week tr{
	color: #333333;
	border: none !important;
}
.week {
	border: none !important;
	
}
.week thead tr th{
	border: none !important;
	text-align: center;
	word-break: break-all;
}
.week tbody{
	text-align: center;
}
.week tbody tr td{
	border: 2px solid #FFFFFF !important;
	font-size: 18px;
	font-weight: bold;
	padding: 25px 0;
}
.week tbody tr td:hover{
	opacity: 0.8;
	box-shadow:0px 0px 1px #E8E8E8 !important;
}
td.Sunday{
	color: #FFFFFF;
	background-color: #034EA1;
}
.man-day{
	background-color: #e6e6e6;
}
.Saturday{
	background-color: #eef3f7;
}


.cal-info{
	overflow: hidden;
	padding-top: 10px;
}

.cal-info ul li{
	overflow:  hidden;
	width: 100%;
	border-bottom: 1px dashed #E8E8E8;
	font-size: 16px;
	color: #333333;
	
}
.cal-info .info-list{
	max-height:5rem;
	/*border: 1px solid #000000;*/
	overflow: hidden;
}
.cal-info ul li a{
	color:#333333;	
}
.cal-info ul li a:hover{
	color:#034EA1;	
}
.cal-info ul li a p{
	width: 95%;
	width:90%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis !important;
}

	
.cal-info .info-content{
	padding-top: 25px;
}

.info-box{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 0.3rem;
}
#pagination-next, #pagination-prev {
    padding-right: .08rem;
    padding-left: .08rem;
}
.pagination-btn {
    float: right;
    padding: .06rem .1rem;
    margin-right: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    cursor: pointer;
    color: #999;
    display: inline-block;
    box-sizing: border-box;
    width: 44px;
    text-align: center;
}
.pagination-btn1{
    border: 1px solid #034EA1;
    color: #034EA1;
}
.pagination-btn :hover{
    border: 1px solid #034EA1;
}
.pagination-wrap {
    float: left;
    position: relative;
    display: inline-block;
    padding-left: 0;
}
.pagenum {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.z-active{
	/*color: #333 !important;
 *     cursor: default;
 *         background-color: #fff;
 *             border: 1px solid #ddd;
 *                 margin-right: 2px;
 *                     border: 1px solid #F2F5F8;
 *                         border-radius: 4px 4px 0 0;
 *                             position: relative;
 *                                 display: block;*/

}
.z-active a{
	color: #034EA1;
}
/*底部*/
.footer{
	position: relative;
	width: 100%;
	min-height: 180px;
	background-color: #034ea1;
}
.footer-in{
	z-index: 999999;
	max-width: 1568px;
	margin: 0 auto;
	/*border: 1px solid #FFFFFF;*/
	overflow: hidden;
}
.footer-in img{
	float: left;
	margin-top: 50px;
	
}
.footer-in ul{
	margin-top: 32px;
	float: right;
}
.footer-in ul li{
	text-align: right;
	font-size: 14px;
	color: #FFFFFF;	
}
.footer-in ul li i{
	margin-right: 10px;
}
.footer-in ul .song{
	padding-bottom: 30px;
	float: right;
	display: block;
	overflow: hidden;

}
.footer-in ul .ip-text{
	padding-top: 30px;
}

.footer-in  ul li.footer_link ul {
	margin-top: 0px;
}


/*悬浮*/
.fixed{
	width: 82%;
	margin: 0 auto;
	position: relative;
	/*border: 1px solid #000000;*/
	height:0px;
	bottom: 0px;
}
.fixed .fangwen{
	position: absolute;
	top:-60px;
	display: none;
}

.fixed .weixin{
	position: absolute;
	top:-60px;
    display: none;
}
.fixed .weibo{
	position: absolute;
	top:-60px;
    display: none;
}

.fixed-button{
	/*overflow: hidden;*/
	width: 145px;
	height: 35px;
	background-color: #01428a;
	position: absolute;
	right: 0;
	bottom:2px;
	border-radius: 10px 10px 0px 0px;
	box-shadow: 1px 0px 3px #8a8a8a;
}
.fixed-button ul li a:hover{
	color: #FFFFFF;
}
.fixed-button ul li a i{
	padding-right: 5px;
}
.fixed-button ul li{
	padding: 5px 8px;
	float: left;
	position: relative;
}
.fixed-button-a{
	z-index: 400;
	width: 145px;
	height: 10px;
	background-color: #01428a;
	position: absolute;
	right: 0;
	bottom:0;
}

.suspension{
	width: 260px;
	height: 40px;
	background-color: #01428a;
	border-radius: 10px;
	position: absolute;
    bottom: 0;
    right: 0;
    z-index: 450;
    font-size: 9px;
    cursor: pointer;
}

/*******news********/

.search-text{
	width: 100%;
	/*border: 1px solid #000000;*/
	overflow: hidden;
}
.search-text p{
	width: 40%;
	float: left;
}

.sousuo{
	overflow: hidden;
	border: 1px solid #E8E8E8;
	border-radius: 8px;
	margin: 15px 0 10px 0;
	/*height: 58px;*/
	width: 40%;
	float: left;

}
.sousuo .search-box{
	border-radius: 8px 0 0 8px;
	height: 40px;
	float: left;
	border: none;
	width: 80%;
	padding-left: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
.sousuo .search-btn{
	border-radius: 0px 8px 8px 0;
	width: 20%;
	height: 40px;
	background-color: #f56300;
	border: none;
	float: right;
	font-size: 18px;
	color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
	.sousuo{
		border: 1px solid #E8E8E8;
		border-radius: 8px;
		margin: 15px;
		/*height: 58px;*/
		width: 95%;
	}
	.sousuo .search-box{
		width: 80%;
	}
	.sousuo .search-btn{
		width: 20%;
	}
	.search-text p{
		width: 95%;
	}
}

.dynamic{
	min-height: 100%;
	width: 1568px;
	/*border: 1px solid #000000;*/
	margin: 0 auto;
	overflow: hidden;
}
@media only screen and (max-width:768px ) {
	.dynamic{
		width:90%;}
}
.dynamic h5{
	font-size: 30px;
	color: #3275D4;
	padding-top: 40px;
}
/*.dynamic p{
 * 	font-size: 14px;
 * 		color:#666666;
 * 			padding-top:20px;
 * 			}*/
.dynamic-label{
	padding-top: 20px;
	padding-bottom: 30px;

}
.dynamic-label .nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:focus, .nav-tabs&gt;li.active&gt;a:hover{
	color:#034EA1 !important;
	font-size: 18px !important;
	background-color:#eef3f7 !important;
	/* border-bottom: 3px solid #034EA1 !important; */
	/*border: none !important;*/
	/*border-bottom-color: 3px #034EA1 !important;*/
}


.dynamic-label ul li a{
	background-color:#eef3f7 !important;
	color:#333333 !important;
	font-size: 18px !important;
}
.dynamic-label ul li{
	margin-bottom: 0 !important;
}
.dynamic-list{
	width: 100%;

}
.dynamic-list ul li{
	width: 100%;
	overflow: hidden;
	line-height: 50px;
	height: 50px;
	border-bottom:1px dashed #dfdfdf;
}
.dynamic-list ul li a{
	width: 100%;
	overflow: hidden;
	line-height: 50px;
	height: 50px;
}
.dynamic-list ul li a p{

	line-height: 50px;
	text-overflow: ellipsis;
	padding-left: 15px;
	float: left;
	font-size: 14px;
	color: #333333;
}
.ellipsis11{
	width: 72%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media only screen and (max-width:768px ) {
	.ellipsis11{
		width: 60%;
	}
}
.dynamic-list ul li a p:hover{
	color: #034EA1;
}
.dynamic-list ul li a span:hover{
	color: #034EA1;
}
.dynamic-list ul li a samp{
	min-width: 86px;
	font-family: "Arial";
	font-size: 14px;
	float: left;
	color: #FFFFFF;
	padding: 0px 15px;
	margin-top: 12px;
	line-height: 25px;
	text-align: center;
	border-radius: 20px;
	background-color: #34a853;
}
.dynamic-list ul li a .new-btn{
	float: left;
	color: #FFFFFF;
	line-height: 25px;
	text-align: center;
	border-radius: 20px;
	background-color: #4285f4;
}
.dynamic-list ul li a .shiyong-btn{
	float: left;
	color: #FFFFFF;
	line-height: 25px;
	padding: 0 15px;
	text-align: center;
	border-radius: 20px;
	background-color: #ea4335;
}

.dynamic-list ul li a span{
	float: right;
	color: #666666;
	font-family: "Arial";
	font-size: 14px;
}

/*动态详情*/
.detail-content{
	max-width: 1568px;
	margin: 0 auto;
	min-height: 100%;

}
.detail-tit{
	min-height: 58px;
	border-bottom: 1px solid #E8E8E8;


}
.detail-tit ul li{
	padding:0px 5px;
	line-height: 58px;
	text-align: center;
	float: left;

}
.detail-tit ul li a{
	color: #333333;
	font-size: 14px;
}
.detail-tit ul li a:hover{
	color: #034EA1;
}


.detail-text{
	margin: 40px 20px;
}
.detail-text h1{
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
	width: 100%;
	text-align: center;

}
.detail-text h2{
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;

}
.detail-text p{
	text-indent:30px;
	color: #666666;
	line-height: 25px;
}




/*.inner{
 *        -webkit-box-flex: 1;
 *               -webkit-flex: 1;
 *                      -ms-flex: 1;
 *                             flex: 1;
 *                                    background-color: #fff;
 *                                           overflow-y: scroll;
 *                                                  -webkit-overflow-scrolling: touch;
 *                                                     }
 *                                                        .inner .item{
 *                                                               display: -webkit-box;
 *                                                                      display: -webkit-flex;
 *                                                                             display: -ms-flexbox;
 *                                                                                    display: flex;
 *                                                                                           -ms-flex-align:center;
 *                                                                                                  -webkit-box-align:center;
 *                                                                                                         box-align:center;
 *                                                                                                                -webkit-align-items:center;
 *                                                                                                                       align-items:center;
 *
 *                                                                                                                              text-decoration: none;
 *                                                                                                                                 }
 *
 *                                                                                                                                    .inner .item p{
 *                                                                                                                                           display: block;
 *                                                                                                                                                  -webkit-box-flex: 1;
 *                                                                                                                                                         -webkit-flex: 1;
 *                                                                                                                                                                -ms-flex: 1;
 *                                                                                                                                                                       flex: 1;
 *                                                                                                                                                                              width: 100%;
 *
 *                                                                                                                                                                                     overflow: hidden;
 *
 *
 *                                                                                                                                                                                        }
 *                                                                                                                                                                                           .inner .item .date{
 *                                                                                                                                                                                                  display: block;
 *
 *                                                                                                                                                                                                     }*/
.opacity{
	-webkit-animation: opacity 0.3s linear;
	animation: opacity 0.3s linear;
}
@-webkit-keyframes opacity {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes opacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


/*数据库地图*/
.map-content{
    max-width: 1568px;
    /*height: 100%;*/
    margin: 0 auto;
    overflow: hidden;
}
@media only screen and (max-width:768px ) {
    .map-content{
        width: 90%;
    }
}
.map-content h5{
    font-size: 30px;
    color: #3275D4;
    padding-top: 40px;
}
.map-nav{
    margin-top: 40px;
}
.map-nav .nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:focus, .nav-tabs&gt;li.active&gt;a:hover{
    color:#FFFFFF !important;
    font-size: 16px !important;
    background-color:#034EA1 !important;
    border-bottom-color:#034EA1 !important;
}
.map-nav ul li a{
    /*background-color:#eef3f7 !important;*/
    color:#333333 !important;
    font-size: 16px !important;
}

.map-nav .list-content ul li a{
	font-size: 14px !important;
}
.map-nav ul li{
    margin-bottom: 0 !important;
}
.map-list{
    /*margin-top: 50px;*/
	margin-bottom: 1rem;
    width: 100%;
}

.wrapper03,.wrapper04,.wrapper05 {
    position: relative;
   line-height: 1rem;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    border-bottom: 1px solid #ccc
}

/*.wrapper03 .scroller {
 * 	position: absolute
 * 	}*/

.wrapper03 .scroller li,.wrapper04 .scroller li,.wrapper05 .scroller li {
    height: 1rem;
    color: #333;
    float: left;
    line-height: 1rem;
    font-size: .4rem;
    text-align: center
}

.wrapper03 .scroller li a,.wrapper04 .scroller li a,.wrapper05 .scroller li a{
    text-decoration: none;
    color: #333;
    display: block;
    margin: 0 0.3rem;
}

.wrapper03 .scroller li.cur a,.wrapper04 .scroller li.cur a,.wrapper05 .scroller li.cur a {
    color: #1cbb9b;
    height: 1rem;
    border-bottom: 0.04rem solid #034EA1
}
.list-content{
    display: none;
    margin-top:0.50rem;
    position: relative;
    width: 100%;
    overflow: hidden;

}
.list-content ul li{
    margin-left: 40px;
    height:0.65rem;
    line-height:0.58rem;
    border-bottom: 0.01rem solid #d0d0d0;
    width: 46%;
    float: left;
    overflow: hidden;
}
.list-content ul li h3{
    height:0.58rem;
    line-height:0.58rem;
    float: left;
    width: 46%;
    text-overflow: clip;
}
.list-content ul li a .link-bg{
    display: block;
    width: 0.45rem;
    padding: 3px 0px;
    color: #FFFFFF;
    float: left;
    margin-left: 5px;
}

@media only screen and (max-width:768px ) {
    .list-content ul li{
        height:0.85rem;
        line-height:0.85rem;
        margin-left: 0px;
        width:100%;
    }
    .list-content ul li h3{
        width: 85%;
        height:0.85rem;
        line-height:0.85rem;
    }
    .list-content ul li a .link-bg{
        font-size: 14px;
        display: block;
        color: #FFFFFF;
        background-color: #034EA1;
        float: right;
	}

}
.page-id-7643  {
    background-color: #eef3f7 !important;
}





/*新生专栏*/
.column{
	width: 100%;
	background: url(../img/new-bg.png) no-repeat;
	height: 100%;
	background-size: cover;
}
.column h1{
	width: 100%;
	font-size: 4.2rem;
	color: #333333;
	font-weight: bold;
	letter-spacing: 0.2rem;
	text-align: center;
	padding:15.0rem 0 8rem 0;
}
.column-main{
	/*width:;*/
	margin: 0 auto;
	overflow: hidden;
	/*border: 1px solid #000000;*/
}
.column-main-list {
	margin-left: -12px !important;
}
.column-main-list ul li{
	margin-bottom: 0.6em;
	float: left;
	margin-right:0.6rem ;
	height:194px;
	/*border: 1px solid #008000;*/
}
.column-main-list ul li:hover{
	border: 3px solid #f3f7fa;
}
.column-main-list ul .dongxiaoqu{
	width: 382px;
	background: url(../img/dongxiaoqu.png) no-repeat;
}
.column-main-list ul .dongxiaoqu a p{
	display: block;
}
.column-main-list ul .dongxiaoqu:hover{
	background: url(../img/dongxiaoqu1.png) no-repeat;
}

/*.column-main-list ul .dongxiaoqu a p:hover{
 * 	opacity: 0;
 * 	}*/
.column-main-list ul li a{
	/*letter-spacing: 0.1rem;*/
	font-size: 1.5rem;
	color: #FFFFFF;
	line-height: 194px;
	font-weight: bold;
}
.column-main-list ul .xiaoyuan-map{
	width: 188px;
	height: 194px;
	background-color: #0078d7;

}
.column-main-list ul .xiaoyuan-map a p{
	width: 40%;
	margin: 0 auto;
	line-height: 35px;
	padding-top:60px;
}
.column-main-list ul .yuyue{
	width: 188px;
	height: 194px;
	background-color: #107c10;

}
.column-main-list ul .yuyue a p{
	width: 40%;
	margin: 0 auto;
	line-height: 35px;
	padding-top:60px;
}
.column-main-list ul .xixiaoqu{
	width: 382px;
	background: url(../img/xixiaoqu.png) no-repeat;
}
.column-main-list ul .xixiaoqu:hover{
	background: url(../img/xixiaoqu1.png) no-repeat;
}
.column-main-list ul .ts-video{
	width:382px;
	height: 194px;
	background-color: #0078d7;
}
.column-main-list ul .ts-video a p{
	width: 45%;
	margin: 0 auto;
	line-height: 35px;
	padding-top:60px;
}
.column-main-list ul .nanxiaoqu{
	margin-left:0.6rem ;
	width: 382px;
	background: url(../img/nanxiaoqu.png) no-repeat;
}
.column-main-list ul .nanxiaoqu:hover{
	background: url(../img/nanxiaoqu1.png) no-repeat;
}
.column-main-list ul .shuyuan{
	width:382px;
	height: 194px;
	background-color: #dc3c00;
}
.column-main-list ul .shuyuan a p{
	width: 45%;
	margin: 0 auto;
}
.column-main-list ul .zhinan{
	width:382px;
	height: 194px;
	background-color: #df981a;
}
.column-main-list ul .zhinan a p{
	width: 45%;
	margin: 0 auto;
}
.column-main-list ul .study{
	margin-left:0.6rem ;
	width:382px;
	height: 194px;
	background-color: #7719aa;
}
.column-main-list ul .study a p{
	width: 50%;
	margin: 0 auto;
}
.column-main-list ul .train{
	margin-left:0.6rem ;
	width: 188px;
	height: 194px;
	background-color: #00aedd;

}
.column-main-list ul .train a p{
	width: 40%;
	margin: 0 auto;
	line-height: 35px;
	padding-top:60px;
}
.column-main-list ul .ruguan{
	/*margin-left:0.6rem ;*/
	width: 188px;
	height: 194px;
	background-color: #4cab2f;

}
.column-main-list ul .ruguan a p{
	width: 40%;
	margin: 0 auto;
	line-height: 35px;
	padding-top:60px;
}
@media only screen and (max-width: 768px) {
	.column{
		width: 100%;
		height: auto;
		background: none;
		background-color: #eef3f7;
		background-size: cover;
		padding: 10px;

	}

	.column h1{
		padding:4rem 0;
	}
	.column-main-list ul .nanxiaoqu{
		margin-left: 0;
	}
	.column-main-list ul .study{
		margin-left: 0;
	}
	.column-main-list ul .train{
		margin-left: 0;
	}

}


.search-class ul li.search_li_active  {  background-color:#f56300;}
.search-class ul li.search_li_active a  {  color:#fff;}
.footer_link ul li { float: right }
.footer_link ul li a  {  color:#fff;}
.footer_link ul li  { }
.display_no { display: none}
.pointer { cursor: pointer}
.activity_list a {
	padding-left: 10px;
	font-size: 14px;
	color: #034EA1;
}
.wrap-list ul li a{
	color: #333333;
}
.db-links-container {
    text-align: center;
}
.db-links-container .db-link {
    display: inline-block;
    padding: 5px 2px;
}

.db-links-container .db-link a {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #bf1341;
    color: white;
}


.DBMapLink {
    display: block;
    height: 0.45rem;
    position: absolute;
    top: 0.25rem;
    right: 0px;
    z-index: 10;
}



.DBItem {
    position: relative;
    background-color:  #034EA1;
    float: right;
    width: 0.45rem;
    margin: 0px 5px;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    cursor: pointer;
    overflow: hidden;
}

.DBLink { float: left;}
.DBItemContent {
    position: absolute;
    display: none;
    left: 0.45rem;
    float: left;
    line-height: 18px;
}


.DBMapLink .DBItem  .DBItemContent a {
    color: #FFF !important;
    text-decoration: none;
    font-size: 11px !important;
}
.list-content ul li  {
    position: relative;
}


.cat_loading{
    width: 100%;
    overflow: hidden;
    line-height: 50px;
    height: 50px;
    text-align: center;
    font-size:36px;
}
.cat_loading .loading_no_record { font-size: 16px;}
.detail-text table  p{
	text-indent:0px;
}

#searchform {
	line-height: 30px;
}

#searchform .field {
	line-height: 30px;
	height: 30px;
	width: 50%;
}

#searchform .submit {
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
.InnerRight { width:784px; float:left; background:#FFF; border:1px solid #d6e3ec; min-height:700px;}
.InnerRightCont { padding:2em 1em; }
.InnerRightCont .post-header {
	margin-bottom:2em;
	text-align:center;
}
.InnerRightCont .post-body p {text-indent:2em;}
.InnerRightCont .post-body a{color:#10518b;}
.InnerRightCont .post-body a:hover{color:#bf1341;text-decoration:underline;}
.InnerRightCont .post-body img.aligncenter{display:block;  margin: auto; }
.InnerRightCont .post-body .db-links-container { text-align:center; }
.InnerRightCont .post-body .db-links-container .db-link{
	display:inline-block;
	padding:5px 2px;
}
.InnerRightCont .post-body .db-links-container .db-link a{
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #bf1341;
	color:white;
}
.InnerRightCont .post-body .db-links-container .db-link.vote a{
	background-color: #10518b;
	color:white;
}

.InnerRightCont .search-form {margin:10px 0;}

.InnerRightCont .post-body .grid-list{
	list-style: none;
	padding: 0;
	margin: 0;
}

.InnerRightCont .post-body .grid-list li {
	display: inline-table;
	list-style: none;
	margin: 10px;
	padding: 20px;
	border: 1px solid #dddddd;
	text-align: center;
	color: #10518b;
	font-weight: bold;
	width: 180px;
	height:60px;

}
.InnerRightCont .post-body .grid-list li.post-name-list {
	width: 180px;
	height:60px;
}

.InnerRightCont .post-body .grid-list li.cat-name-list {
	width:100px;
	height:30px;
}

.new-item ul li a div{
	float: left;
	font-size: 14px;
	color: #333333;
}

/**分页*/

#paginate {
	padding:10px;
	line-height:30px;
	text-align: center;
}
#paginate .page-numbers{
	padding:5px 10px;
	border: 1px solid #DDD;
}
#paginate .page-numbers:hover, #paginate .page-numbers.current{
    border-color: #034ea1;
}
#paginate a {
	color:#337ab7;
}
.mobile_img img,.wechat_img img { width:60px; max-width: 60px;}

.ip-text a {color: #fff;}
.clear { clear: both}


.warp-ul{
	margin-top: 30px;
	margin-bottom: 30px;
}
.wrap-a{
	min-height:195px;
	padding: 5px;
	width: 25%;
	border: 1px dashed #E8E8E8 !important;
	float: left;
}
.teacher_ul .wrap-a{
	min-height:195px;
	padding: 5px;
	width: 50%;
	border: 1px dashed #E8E8E8 !important;
	float: left;
}
@media only screen and (max-width:768px ) {
	.wrap-a{
		width: 50%;
	}
}

.new-item .new-item-tit img{
	float: right;
	margin-top: 25px;
	margin-right: 3px;
	text-align: center;
}

#search_document li a  {
	width: 90%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media (max-width: 895px){
	.activity {
		float: none;
		width: 95%;
		margin: 0 auto;
	}
	.lookup {
		/* margin: 0 auto; */
		position: relative;
		/*top: 30px;*/
		/*left: 15px;*/
		float: none;
		width: 95%;
	}
	.navigation {
		position: relative;
		top:30px;
		float: none;
		width: 95%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 414px) {
	.xiaoyuan-map {
		width: 48% !important;
	}
	.yuyue {
		width: 48% !important;
	}
	.train {
		width: 48% !important;
	}
	.ruguan {
		width: 48% !important;
	}
	.column-main-list ul li {
		margin-left: 0.5rem !important;
		margin-right: 0rem !important;
	}

}


.fast-nav{position:fixed;top:400px;right:30px;z-index:99;width:180px; }
.fast-nav a{
	text-decoration: none;
	font-size: 16px;
	float: right;
	color: #9c9c9c;
	padding: 8px 14px 8px 0px;
	clear: both;;
}
.fast-nav a i{
	margin-left: 10px;
	font-size: 14px;
	/*border: 1px solid #666666;*/
}
.fast-nav a span{
	width: 12px;
	height: 12px;
	background: transparent;
	border-radius: 50%;
	display: block;
	position: absolute;
	/*right: -16px;
 *     top: 7px;*/
}
.right-xian{
	position: absolute;
	width: 22px;
	height: 100%;
	border-right: 1px solid #c4c4c4;
	right: 20px;
	z-index: -1;
}
.current{font-size: 14px;color:#0078D7!important;}
.current_z{font-size: 14px;color:#0078D7;}
#closeing-music { float: left;}
.song_text { float: left;}





.lookup .nav-tabs  li.active  a,.navigation .nav-tabs  li.active  a { border-bottom: 0px solid #ddd; background-color: #ededed !important;color: #034ea1 !important;font-size: 18px !important;}

.lookup .nav-tabs  li  a,.navigation .nav-tabs  li  a{
    border-bottom:none !important;
}

@media (max-width:992px) {
    .main-search{
        padding-top:30px !important;
    }
    .main-list{
        margin: 30px 0 0 0 !important;

    }
    .activity{
        float: none;
        width: 100%;
        margin: 0 auto;

    }
    .lookup{
        float: none !important;
        margin-top: 30px !important;
        width:100%;
        margin: 0 auto;
    }
    .navigation{
        float: none !important;
        margin-top: 30px !important;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 50px;
    }
}
.padding-15 {
    padding-right: 15px;
    padding-left: 15px;
}
.new-item ul li.strick a p {
    color: #f00;
}
.new-item .new_more{
    float: right; margin-top: 20px;
}
.new-item .new_more a{
    color:#034EA1;
}
.new-item .new_more:hover{
    cursor:pointer;
}

.common-database ul li a img { width: 20px; margin-right: 5px;}
#common-database ul li i img { width: 28px; margin-right: 5px;}
.z-top-right img {display: none}
.fa_mobile_box { position: relative;}
.fa_mobile_box a img {
    position: absolute;
    top: 40px;
    z-index: 999;
    left: 11px;
    max-width: 2rem;
    max-height: 2rem;
}
@media (max-width:1336px){
	.ellipsis{
		width:60%;
	}
}
</pre></body></html>