*{
	margin: 0;
	padding: 0;
	border: 0;
}
/*body{
	background: url(/_upload/tpl/06/44/1604/template1604/extends/images/smu_bg.png) no-repeat;
	background-size:100% 100%; 
	background-attachment:fixed;
	position: relative;
}*/
#wrapping{
	position: relative;
}
#wrapping a:hover{
	text-decoration:none;
	color: #143270;
}
#header{
	/*margin-bottom: 50px;*/
}
#header .logo_bg{
	height: 130px;
	/*background: linear-gradient(to bottom,rgb(13,165,255),rgb(255,255,255));*/
}
#header .logo_bg #logo{
	height: 100%;
	background: url(/_upload/tpl/06/44/1604/template1604/extends/images/logo.png) no-repeat 0 center,url(/_upload/tpl/06/44/1604/template1604/extends/images/ligongyi.png) no-repeat 700px -30px;
	background-size: contain,auto;
	overflow: hidden;
	margin-left: 100px;
	margin-right: 100px;
}
#main-nav{
	background-color: #143270;
	height: 50px;
	width: 100%;
	position: relative;
}
.navbar{
	height: 50px;
	width: 100%;
}
#wp_nav_w2{
	height: 50px;
}
.wp_nav .nav-item a {
	z-index: 1;
}
.wp_nav .nav-item .mark{
	z-index: 0;
}
.nav-item{
	line-height: 49px;
	height: 49px;
	width: 100px;
}
.nav-item:hover>a{
	background-color: rgb(157,119,2);
	color: #fff !important;
}
.nav-item>a{
	color: #fff;
	font-size: 15px;
	background-color: #143270 ;
	text-align: center !important;
}
.sub-nav{
	background: #e8e8e8;
	padding: 5px 0;
	box-sizing: content-box;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.sub-nav>.nav-item>a,.sub-nav>.nav-item{
	width: 98px;
	height: 36px;
	background: #e8e8e8;
	line-height: 36px;
    border-top: 0 !important;
    color: #143270 !important;
}
.sub-nav>.nav-item>a:hover{
	background-color: rgb(208,208,208) !important;
}
#header>.container>.row img{
	height:90px;
}
#header-carousel{
	background-color: #143270;
	/*height: 400px;*/
	width: 100%;
}
.Carousel{
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 400px;
}
.Carousel img{
	height:400px;
	width:100%;
	position: absolute;
}
.Caro-control{
	width: 60px;
	height: 80px;
	background: #666;
	position: absolute;
	opacity: 0.4;
	top:50%;
	transform: translateY(-50%);
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}
.Carousel .Caro-control:first-of-type{
	left: 0;
}
.Carousel .Caro-control:last-child{
	right: 0;
}
.Caro-control:hover{
	opacity: 0.8;
}
.Caro-control>i{
	font-size: 24px;
	color: white;
	line-height: 80px;
}
@media only screen and (max-width: 768px){
	.Carousel,.Carousel img{
		height: 150px;
	}
	.Caro-control{
		height: 0;
	}
	#Search{
		display:none;
	}
}
#Search{
	position: absolute;
    top: 50%;
    right: 65px;
    transform: translateY(-50%);
}
#Search input[type=text]{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px!important;
	padding-left:12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color:#fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px
	    rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#Search input[type=submit]{
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	height: 30px;
	margin-left: 10px;
}
#Search input[type=submit]:hover{
	background-color: rgb(230,230,230);
}
#main{
	/*height: 300px;
	background-color: red;*/
}
.news-header{
	border-bottom: 3px solid #143270;
	width: 100%;
	overflow: hidden;
	height: 48px;
	line-height: 48px;
	margin-top: 20px;
}
.news-header h3 {
    font-size: 18px;
    font-weight: 900;
    float: left;
    transform: translateY(-5px);
    /*font-family:华文行楷, simli;*/
}
.more_btn{
	transform: translateY(10px);
}
.news-info{
	border-bottom: 1px dashed #222;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
}
#yqlj{
	height: 100%;
	width: 100%;

}
#yqlj td{
	text-align: left;
    padding: 5px 10px;
    line-height: 45px;
}
#QRcode{
	line-height: 165px; 
}
#QRcode img{
	height: 130px;
	width: 130px;
	margin-left: 45px;
}
#footer{
	/*height: 80px;*/
	background-color: #143270;
	padding: 10px 10px 0 10px;
}
#footer p{
	color: white;
	text-align: center;
}

#main .myfont{
	font-size: 25px;
	color: #008cd4;
	font-weight: 400;
	margin-right: 10px;
}
#main .title-icon{
	/*color: gray;*/
	font-size: 10px;
	margin-right: 5px;
}

#list-menu{
	margin-top: -34px;
	border-left: 10px solid #143270;
	box-shadow: 3px 3px 3px gray;
}
#list-menu-header{
	padding-left: 22px;
	font-size: 22px;
	color: white;
	line-height: 68px;
	background-color: #143270;
}
#list-menu-info{
	
	list-style: none;
	
}
#list-menu-info>li:first-child{
	margin-top: 20px;
	border-top: 1px solid #ddd;
}
#list-menu-info li{
	padding-left: 22px;
	height: 52px;
	line-height: 52px;
	background: white;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}
#list-menu-info li a{
	display: block;
	height: 100%;
	width: 100%;
}
#list-menu-info li:hover{
	background: #ddd;
}
#list-content-header{
	line-height: 54px;
	border-bottom: 2px solid #004374;
	overflow: hidden;
}
#list-content-header .pull-left,#list-content-header .pull-right{
	transform: translateY(12px);
}
#list-content-header span.pull-left{
	font-size: 19px;
    color: #143270;
}
#list-content .list-info{
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	height: 40px;
}
.article-content h3 {
    font-size: 24px;
    color: #843534;
	text-align: center;
    margin-bottom: 20px;
}
.arti_metas{
	text-align: center;
}
#ad{
	height: 100px;
	width: 300px;
	position: fixed;
	left: 25px;
	top: 100px;
	background-image: url(/_upload/tpl/06/44/1604/template1604/extends/images/ad_bg.gif);
	background-size: contain;
	box-shadow: 0 0 5px gray;
	border-radius: 10px;
/*	border-top-left-radius: 40px;
	border-bottom-right-radius: 45px;*/
	opacity: 0.8;
	cursor: pointer;
	z-index: 1001;
}
#ad:hover{
	opacity: 0.9;
}
#ad:hover #ad_close{
	display: block;
}
#ad_close{
	position: absolute;
	right: 7px;
	top: -6px;
	font-size: 28px;
	color: gray;
    /*line-height: 64px;*/
    cursor: pointer;
    z-index: 2;
    display: none;
}
#ad_close:hover{
	color: red;
}
#ad_content{
	width: 100%;
	position: absolute;
	text-align: center;
	color: #008cd4;
	font-size: 25px;
	font-family: "华文行楷",serif;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-weight: bold;
}
#ad_content p{
	margin: 0;
}
#ad_content p:last-child{
	font-size: 20px;
}
.getinfo{
	display: none;
}