@charset "utf-8";
*{
	margin: 0; padding: 0;
}
html,body{
	width: 100%; font-family: "微软雅黑"; font-size: 12px; color: #333; line-height: 2em; background: #f5f5f5;
}
a{
	text-decoration: none;
}
ul,li{
	list-style-type: none;
}
.clear{
	clear: both;
}
/*--------top样式----------*/
.top_wrap{
	width: 100%; height: 36px; line-height: 36px; background: #0a2d6b; color: #ecf5f9;
}
.top, .header, .footer{
	width: 1200px;
	position: relative;
	margin: 0 auto;
}
.top .welcome{
	float: left;
}
.top .corner{
	float: right;
}
.top .corner a{
	color: #ecf5f9;
}
.top .corner sapn{
	display: inline-block; margin: 0 15px;
}
.header_wrap{
	background: #fff;
	font-size: 16px;
}
.header .logo{
	float: left; margin-top: 16px; width: 357px;
}
.header .nav_list{
	float: right;
}
/*--------navList效果----------*/
.clearfix:after{
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}
.nav{ 
	position: relative; z-index: 1;
}
.nav .nLi{ 
	float: left; position: relative; display: inline;
}
/*.nav .nLi h3{ 
	float:left;
}*/
.nav .nLi h3 a{ 
	display: block; line-height: 93px; padding: 0 5px; font-size: 16px; font-weight: 500; color: #333;
}
.nav .sub{
	display: none;
	width: 170px;
	left: 0;
	top: 95px;
	position: absolute;
	background: rgba(18,76,180, 0.85);
}
.nav .sub li{ 
	zoom:1; border-bottom: solid 1px rgba(255,255,255, 0.25); border-top: solid 1px rgba(17,78,188, 0.85);
}
.nav .sub a{ 
	display: block; padding-left: 32px; width: 138px; height: 50px; line-height: 50px; color: #ecf5f9; font-size: 13px;
}
.nav .sub a:hover{ 
	color: #fecc01;
}
.nav .on h3 a{ 
	background: rgba(18,76,180, 0.85); color: #ecf5f9; border-top: solid 2px #fdd01c;
}

/*--------banner效果----------*/
.banner{
	width: 100%;
	position: relative;
	box-shadow: 1px 1px 1px #ebebeb;
}
.banner .bd{ 
	margin: 0 auto; position: relative; z-index: 0; overflow: hidden;
}
.banner .bd ul{ 
	width: 100% !important;
}
.banner .bd li{ 
	width: 100% !important;  height: 560px; overflow: hidden; text-align: center;
}

.banner .bd li.first{
	/* background: url(style_res/banner1.jpg) center center no-repeat; */
}
.banner .bd li.second{
	/* background: url(style_res/banner2.jpg) center center no-repeat; */
}
.banner .bd li.third{
	/* background: url(style_res/banner3.jpg) center center no-repeat; */
}
.banner .bd li.fourth{
	/* background: url(style_res/banner4.jpg) center center no-repeat; */
}
.banner .bd li.fifth{
	/* background: url(style_res/banner5.jpg) center center no-repeat; */
}
.banner .bd li a{ 
	display: block; height: 560px;
}
.banner .hd{ 
	width: 100%; position: absolute; z-index: 1; bottom: 0; left: 0; height: 30px; line-height: 30px; text-align: center;
}
.banner .hd ul{ 
	text-align: center;
}
.banner .hd ul li{ 
	cursor: pointer; display: inline-block; *display: inline; zoom: 1; width: 8px; height: 8px; margin: 5px; background: url(style_res/tg_flash_p.png) -18px 0; overflow: hidden; line-height: 9999px; 
}
.banner .hd ul .on{ 
	background-position: 0 0;
}

/*---------tab切换---------*/
.content{
	width: 1200px; margin: 38px auto; 
}
.left_tab{
	width: 75%;
	float: left;
	background: #fff;
}
.left_tab .hd{ 
	height: 60px; line-height: 60px; background: #fff; padding: 0 20px 0 10px; border: 1px solid #ebebeb; box-shadow: 1px 1px 2px #ebebeb; position: relative; font-size: 16px;
}
.left_tab .hd ul li{ 
	float: left; padding: 0 10px; margin-right: 10px; cursor: pointer;
}
.left_tab .hd ul li.on{ 
	height: 58px; border-bottom: solid 2px #032657;
}
.left_tab .bd .box{
	margin: 0 -8px; position: relative; overflow: visible;
}
.left_tab .bd .box .more{
	position: absolute; top: -40px; right: 29px; font-size: 13px; color: #818181;
}
.left_tab .bd ul{ 
	zoom:1; overflow: hidden; width: 100%;
}
.left_tab .bd ul li{ 
	width: 225px; height: 256px; padding: 12px; float: left; background: #fff; border: 1px solid #ebebeb; box-shadow: 1px 1px 2px #ebebeb; margin: 20px 8px 0 8px;
}
.left_tab .bd li img{
	width: 227px; height: 174px; border: none; border: 0;
}
.left_tab .bd li h4{
	color: #656565; font-size: 14px;
}
.left_tab .bd li .date{ 
	color: #949494; font-size: 13px;
}
/*---------notice and er---------*/
.right_box{
	float: right;
	width: 23.5%;
}
/*---------news滚动---------*/
.notice{
	 height: 422px;
	 background: #fff;
	 border: 1px solid #ebebeb;
	 box-shadow: 1px 1px 2px #ebebeb;
	 margin-bottom: 20px;
	 overflow: hidden;
	 position: relative;
}
.notice .n_title{
	height: 60px; line-height: 60px; border-bottom: solid 1px #ddd; padding: 0 20px; border-top: 2px solid #1A4C81;
}
.notice .n_title b{
	float: left; font-weight: normal; font-size: 16px;
}
.notice .n_title a{
	float: right; font-size: 13px; color: #818181; line-height: 66px;
}
.notice .bd{ 
	padding: 5px 12px;
}
.notice .infoList li{ 
	height: 88px; border-bottom: dashed 1px #c8c7c7; margin-top: 10px;
}
.notice .infoList li a{
	font-size: 14px; color: #656565;
}
.notice .infoList li .date{ 
	color: #949494; display: block; font-size: 13px;
}
/*---------friend_link---------*/
.friend_link{
	height: 70px; padding: 0 20px; line-height: 70px; margin-top: 38px; background: #fff; border: 1px solid #ebebeb; box-shadow: 1px 1px 2px #ebebeb;
}
.friend_link b{
	font-size: 16px; font-weight: normal;
}
.friend_link a{
	color: #656565; font-size: 13px; margin: 0 15px;
}

/*---------footer---------*/
.footer_wrap{
	width: 100%;
	height: 160px;
	padding-top: 50px;
	background: #0a2d6b;
	position: relative;
	color: #b6b6b6;
}
.footer_wrap .line{
	height: 1px; width: 100%; background: #a8aeb9; position: absolute; top: 1px;
}
.footer_wrap a{
	color: #e1e1e1;
}
.footer .f_left, .footer .f_left .f_logo, .footer .f_left .contact{
	float: left;
}
.footer .f_left{
	margin-left: 390px;
}
.footer .f_left .foot-logo{float:left;}
 .footer .f_right{
 	float: right; margin-right: 40px;
 }
 .footer .f_left .f_logo{
 	padding-right: 40px; border-right: solid 1px #3a4151;
 }
 .footer .f_left img{
	width:120px; 
	height:120px;
 }
 .footer .f_left .contact{
 	border-left: solid 1px #0d0f13; padding-left: 40px; line-height: 30px;
 }
 .footer .f_left .contact a{
 	margin-right: 15px;
 }
 
 /*---------内页样式---------*/
 /*.i_banner{
 	width: 100%; height: 310px; background: url(style_res/banner1.jpg) center center no-repeat;
 }*/
.i_content{
	width: 100%;
}
.adr_wrap{
	width: 100%; height: 36px; line-height: 36px; border-top: solid 4px #04538b; background: #fff; color: #999; font-size: 14px; border-bottom: 1px solid #ebebeb; box-shadow: 1px 1px 2px #ebebeb;
}
.adr_wrap .adr{
	width: 1200px; margin: 0 auto;
}
.adr_wrap .adr .adr_link{
	height: 36px; display: inline-block; padding-left: 40px; background: url(style_res/adr.png) 10px 8px no-repeat; border-left: solid 1px #ccc;
}
.adr_wrap .adr .adr_link a{
	border-left: solid 1px #ccc; display: inline-block; padding-left: 20px; height: 36px; color: #999                                    ;
}
.adr_wrap .adr .adr_link a:hover{
	color: #0075c2;
}
.c_area{
	width: 1200px; margin: 20px auto;
}
.left_list{
	width: 18.333%;
	float: left;
	margin-right: 1.666%;
}
.nav_title{
	height: 112px;
	padding-left: 20px;
	line-height: 112px;
	background: url(style_res/nav_title.jpg);
	font-size: 16px;
	color: #fff;
}
.sidemenu{
	background: #fff;
	border: 1px solid #ebebeb;
	box-shadow: 1px 1px 2px #ebebeb;
	font-size: 14px;
}
.sidemenu ul li{
	border-bottom: dashed 1px #ddd;
}
.sidemenu ul li a{
	color: #666; height: 44px; line-height: 44px; padding-left: 20px;
}
.sidemenu ul li a:hover, .sidemenu ul li.on a{
	color: #0075c2;
}
.sidemenu h3{ 
	color: #666; height: 44px; line-height: 44px; cursor: pointer; font-size: 14px; font-weight: normal; padding-left: 20px;
}
.sidemenu h3 em{ 
	float: right; display: block; width: 44px; height: 44px; background: url(style_res/icoAdd.png) 16px 20px no-repeat; cursor: pointer;
}
.sidemenu h3.on{
	border-bottom: dashed 1px #ddd; color: #0075c2;
}
.sidemenu h3.on em{ 
	background-position: 16px -48px; 
}
.sidemenu>ul>li ul{ 
	padding: 8px 25px; color: #999; display: none; /* 默认都隐藏 */ 
}
.sidemenu>ul>li ul li{
	border-bottom: none;
}
.sidemenu>ul>li ul li a{
	height: 32px; line-height: 32px; font-size: 12px; color: #666;
}
.left_list .contact{
	background: #fff; border: 1px solid #ebebeb; box-shadow: 1px 1px 2px #ebebeb; margin-top: 30px;
}
.left_list .contact{
	background: #fff; border: 1px solid #ebebeb; box-shadow: 1px 1px 2px #ebebeb; margin-top: 30px;
}
.left_list .contact img{
	width: 100%; height: auto;
}
/*.left_list .contact .cont_title {
	font-size: 16px; height: 44px; line-height: 44px; padding-left: 20px; border-bottom: solid 1px #ebebeb; background: #f5f5f5;
}
.left_list .contact .cont_content{
	padding: 15px 20px 20px 20px; color: #656565;
}
.left_list .contact .cont_content b{
	font-size: 13px; display: block; margin-bottom: 5px;
}*/
.right_content{
	float: left;
	width: 71.5%;
	min-height: 600px;
	background: #fff;
	border: 1px solid #ebebeb;
	box-shadow: 1px 1px 2px #ebebeb;
}
.con_title{
	height: 50px; line-height: 50px; padding-left: 25px; font-size: 15px; border-bottom: solid 1px #ebebeb;
}
.con_box{
	padding: 25px;
}

.con_box img{
	width: 640px; height: auto; margin: 0 auto 20px auto; display: block;
}
.con_box .r_title{
	font-size: 20px; margin-bottom: 30px; margin-top: 20px; text-align: center;
}
.con_box .r_title p{
	color: #999; text-align: center; margin-top: 8px; font-size: 12px;
}
.items-list li{
	margin-bottom: 8px;
	height: 24px;
	line-height: 24px;
	position: relative;
	padding-left: 24px;
	overflow: hidden;
	background: url(style_res/icon.png) 0 5px no-repeat;
}
.items-list li a{
	color: #333;
	font-size: 14px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 110px;
}
.items-list li a:hover{
	color: #1A4C81; 
}
.items-list li .date{
	position: absolute;
	color: #999;
	right: 0;
	top: 0;
}
.news-list li{
	margin-bottom: 20px; border-bottom: dashed 1px #ddd;
}
.news-list li>a{
	color: #333; font-size: 14px; font-weight: bold;
}
.news-list li .date{
	color: #999; font-weight: normal; display: inline-block; margin-left: 10px;
}
.news-list li p{
	text-indent: 0; margin-top: 10px; color: #666;
}
.news-list li p a{
	color: #0075c2;
}
.img-list{
	margin: 0 -7px;
}
.img-list li{
	width: 174px; padding: 8px; margin: 0 6px 20px 6px; background: #fff; float: left; border: solid 1px #ebebeb; text-align: center;
}
.img-list li:hover{
	border: solid 1px #ddd;
}
.img-list li a b{
	color: #333; 
}
.img-list li img{
	width: 174px; height: 247px; display: block; margin: 0 auto 10px auto;
}
/*----换页----*/
.record{ 
	margin: 50px auto 30px auto; width: 680px; height: 36px; line-height: 28px; text-align: center;
}
.record a{ 
	padding: 0 10px; border: solid 1px #ddd; display: inline-block; margin-left: -1px; vertical-align: middle; color: #999;
}
.record a:hover{ 
	background: #04538b; color: #fff;
}
.record .prev,.record .next{ 
	margin: 0 10px;
}
.n_link{ 
	margin: 60px 0 40px 0; width: 810px; border-top: solid 1px #ebebeb; border-bottom: solid 1px #ebebeb;
}
.n_link ul li{ 
	line-height: 40px; font-weight: bold; border-top: dotted 1px #ddd; margin-top: -1px; padding: 0 20px 0 30px;
}
.n_link ul li a{ 
	color: #666; margin-left: 12px; font-weight: normal;
}
.n_link ul li a:hover{ 
	color: #333;
}
.n_link ul li span{ 
	float: right; font-weight: normal; +margin-top: -40px!important; +padding-right: 20px!important;
}
.possplit {
	display:none;
	}