html,body{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: "microsoft yahei";
	min-width: 1300px;
}
ul{
	padding: 0;
	margin: 0;
}
ul li{
	list-style: none;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
.header{
	background: url(../img/body-bg.jpg) center top;
	width: 100%;
	background-size: 100%;
}
.header .logo-search{
	overflow: hidden;
	height: 150px;
}
.header .logo-search .logoDiv{
	margin-top: 25px;
}
.header .logo-search .searchDiv{
	margin-top: 63px;
	position: relative;
}
.header .logo-search .searchDiv .inputx{
	background: url(../img/search-bg.png) no-repeat center top;
	width: 143px;
	height: 28px;
	border: 0;
	padding-left: 10px;
	padding-right: 30px;
	line-height: 28px;
	position: relative;
	float: left;
	font-family: "microsoft yahei";
}
.header .logo-search .searchDiv input:focus{
	outline: none;
}
.header .logo-search .searchDiv .searchBtn{
	position: absolute;
    margin-top: 3px;
    margin-left: -30px;
	float: left;
}
.navDiv{
	/* background: url(../img/nav-bg.png) center center; */
	width: 100%;
	height: 50px;
	background-size: 100%;
	background-color: #001C8C; }
.navDiv ul{
	width:65%;
	margin: 0 auto;
}
.navDiv>ul>li{
	float: left;
	width: 127px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	height: 50px;
	line-height: 50px;	
margin-left:33px;
}
.navDiv>ul>li:hover{
	background: #45ce00;
}

.navDiv>ul>li:hover .twoNav{
	display: block;
}
.navDiv ul li a{
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	height: 50px;
	padding: 0px;
}
.navDiv>ul>li .twoNav{
	display: none;
	position: absolute;
	margin-top: 0;
	margin-left: 0;
    z-index: 10;
}
.navDiv>ul>li .twoNav li{
	background: #6ed23c;
	width: 127px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	height: 34px;
	line-height: 34px;	
}

.navDiv>ul>li .twoNav li {
    position: relative;
}
.navDiv>ul>li .twoNav li ul.threeNav {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    display: none;
}
.navDiv>ul>li .twoNav li:hover ul.threeNav {
    display: block;
}
/********banner********/
.banner-wrap{
	background: #e6e6e6;
	/* padding: 45px 0; */
}
.focusBox { position: relative; width:1200px; height:458px; overflow: hidden; }
.focusBox .pic img { width:1200px; height:458px; display: block; border: 0;}
.focusBox .pic li span{background: rgba(0,0,0,0.5);color: #fff;position: absolute;bottom: 87px;padding: 26px 32px;font-size: 18px;}
.focusBox .hd{width:1200px;  position:absolute; z-index:1; bottom:10px; left:0; height:30px; line-height:30px; text-align:center; }
.focusBox .hd li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:15px; height:15px;border-radius: 15px;  margin:4px; background:#ccc; overflow:hidden; 
	line-height:9999px;}
.focusBox .hd .on{ background:#ff9900; filter:alpha(opacity=100);opacity:1;}

.focusBox .prev,
.focusBox .next { width:48px; height:75px; position:absolute; top:181px; z-index:3; filter:alpha(opacity=100); -moz-opacity:1; opacity:1; -webkit-transition:All .5s ease;-moz-transition:All .5s ease;-o-transition:All .5s ease}
.focusBox .prev { background-image:url(../img/pre-arrow.png); background-position:0px 0; left:0 }
.focusBox .next { background-image:url(../img/next-arrow.png); background-position:0px 0; right:0 }
.focusBox .prev:hover,
.focusBox .next:hover { filter:alpha(opacity=100); -moz-opacity:1; opacity:1 }

/*********activity*******/
.activityDiv{
	width: 789px;
}
.noticeDiv{
	width: 381px;
}
.main1{
	overflow: hidden;
}
.main1 .main-title{
	overflow: hidden;
	margin-top: 46px;
	margin-bottom: 32px;
	font-size: 20px;
}
.main1 .main-title img{
	position: relative;
	top: 5px;
	margin-right: 15px;
}
.main1 .main-title a{
	color: #003366;
	font-size: 14px;
	text-decoration: none;
	line-height: 30px;
}
.activity-img-list ul{
	overflow: hidden;
}
.activity-img-list ul li{
	width: 240px;
	float: left;
	margin-right: 33px;
	list-style: none;
}
.activity-img-list ul li.last{
	margin-right: 0;
}
.activity-img-list ul li .imgDiv{
	width: 240px;
	height: 160px;
 	overflow: hidden;
 	cursor: pointer;
}
.activity-img-list ul li img{
	width: 100%;
	height: 100%;
	transition: all 1s;
	-moz-transition:all 1s;
	-webkit-transition:all 1s;
	-o-transition: all 1s;
	border: 0;
}
.activity-img-list ul li img:hover{
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.activity-img-list ul li .img-li-title{
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	display: block;
	height: 41px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.activity-img-list ul li .img-li-title:hover {
	font-size: 15px;
	color: #ff9900;
}
.activity-img-list ul li p{
	font-size: 12px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.activity-text-list{
	margin-top: 15px;
}
.activity-text-list ul li {
	padding: 3px 0;
}
.activity-text-list ul li img{
	position: relative;
	margin-right: 15px;
}
.activity-text-list ul li a{
	color: #365173;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.activity-text-list ul li a:hover{
	color: #ff9900;
}
.activity-text-list ul li span{
	color: #999999;
	font-size: 12px;
	margin-right: 15px;
    top: -4px;
    display: inline-block;
    position: relative;
}
/********notice*******/
.noticeList ul li {
	overflow: hidden;
	padding-bottom: 24px;
	border-bottom: 1px solid #e6e6e6;
	padding-top: 15px;
}
.noticeList ul li.first{
	padding-top: 0;
}
.noticeList ul li .dateDiv{
	width: 60px;
	height: 60px;
	background: url(../img/notice-bg.png) no-repeat center center;
	
}
.noticeList ul li .dateDiv span{
	display: block;
	line-height: 30px;
}
.noticeList ul li .dateDiv span.day{
	text-align: left;
	padding-left: 5px;
	font-size: 24px;
	color: #fff;
}
.noticeList ul li .dateDiv span.month{
	text-align: right;
	padding-right: 5px;
	font-size: 12px;
	color: #333;
}
.noticeList ul li .textDiv{
	width: 308px;
	height: 60px;
	margin-left: 13px;
}
.noticeList ul li .textDiv a{
	color: #000;
	font-size: 14px;
	position:relative;
	top: 3px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.noticeList ul li .textDiv a:hover{
	color: #ff9900;
}
/*******zhengcefagui******/
.main2{
	margin-top: 40px;
	overflow: hidden;
	margin-bottom: 20px;
}
.zhengce{
	width: 585px;
	margin-right: 30px;
}
.xiazai{
	width: 585px;
}
.main2-title{
	overflow: hidden;
	font-size: 20px;
	color: #333;
	border-bottom: 4px solid #E6E6E6;
	padding-bottom: 10px;
}
.main2-title span{
	display: inline-block;
	border-bottom: 4px solid #ffb845;
	padding-bottom: 14px;
	position: absolute;
	width: 205px;
}
.main2-title a{
	color: #003366;
	font-size: 14px;
	text-decoration: none;
	line-height: 30px;
}
.main2 .zc-list{
	margin-top: 10px;
	margin-bottom: 24px;
}
.main2 .zc-list ul li{
	overflow: hidden;
	padding: 8px 0;
	border-bottom: 1px dotted #000000;
}
.main2 .zc-list ul li img{
	position: relative;
	top: 8px;
	margin-right:5px;
}
.main2 .zc-list ul li a{
	color: #365173;
	font-size: 14px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 450px;
}
.main2 .zc-list ul li a:hover{
	color: #ff9900;
}
.main2 .zc-list ul li span{
	color: #999999;
	font-size: 12px;
}
.main2 .download-list{
	margin: 10px 0;
}
.main2 .download-list ul li{
	overflow: hidden;
	padding: 8px 0;
	border-bottom: 1px dotted #000000;
}
.main2 .download-list ul li img{
	position: relative;
	top: 8px;
	margin-right:5px;
}
.main2 .download-list ul li a{
	color: #365173;
	font-size: 14px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 450px;
}
.main2 .download-list ul li a:hover{
	color: #ff9900;
}
.main2 .download-list ul li span{
	color: #999999;
	font-size: 12px;
}
/*******xiaoqihezuo******/
.main3{
	margin-top: 40px;
	overflow: hidden;
	margin-bottom: 20px;
}
.xiaoqi{
	width: 585px;
	margin-right: 30px;
}
.xiazai{
	width: 585px;
}
.main3-title{
	overflow: hidden;
	font-size: 20px;
	color: #333;
	border-bottom: 4px solid #E6E6E6;
	padding-bottom: 10px;
}
.main3-title span{
	display: inline-block;
	border-bottom: 4px solid #ffb845;
	padding-bottom: 14px;
	position: absolute;
	width: 205px;
}
.main3-title a{
	color: #003366;
	font-size: 14px;
	text-decoration: none;
	line-height: 30px;
}
.main3 .xq-list{
	margin-top: 10px;
	margin-bottom: 24px;
}
.main3 .xq-list ul li{
	overflow: hidden;
	padding: 8px 0;
	border-bottom: 1px dotted #000000;
}
.main3 .xq-list ul li img{
	position: relative;
	top: 8px;
	margin-right:5px;
}
.main3 .xq-list ul li a{
	color: #365173;
	font-size: 14px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 450px;
}
.main3 .xq-list ul li a:hover{
	color: #ff9900;
}
.main3 .xq-list ul li span{
	color: #999999;
	font-size: 12px;
}
.main3 .download-list{
	margin: 10px 0;
}
.main3 .download-list ul li{
	overflow: hidden;
	padding: 8px 0;
	border-bottom: 1px dotted #000000;
}
.main3 .download-list ul li img{
	position: relative;
	top: 8px;
	margin-right:5px;
}
.main3 .download-list ul li a{
	color: #365173;
	font-size: 14px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 450px;
}
.main3 .download-list ul li a:hover{
	color: #ff9900;
}
.main3 .download-list ul li span{
	color: #999999;
	font-size: 12px;
}
/****link***/
.linkDiv {
	background: #e6e6e6;
	padding-top: 24px;
	padding-bottom: 35px;
	overflow: hidden;
}
.linkDiv .link-title{
	font-size: 18px;
	color: #999;
}
.linkDiv .link-title span{
	font-size: 20px;
	color: #000;
	margin-right: 20px;
}
.linkDiv .link-list{
	height: 40px;
}
.linkDiv .link-list ul {
	overflow: hidden;
}
.linkDiv .link-list ul li{
	float: left;
	margin-right: 30px;
	padding-top: 14px;
	color: #666666;
	font-size: 14px;
}
.linkDiv .link-list ul li:hover{
	color: #ff9900;
}
/**footer**/
.footer{
	background: #0066cc;
	text-align: center;
	height: 183px;
}
.footer .wrap{
	overflow: hidden;
	padding-top: 26px;
	padding-bottom: 16px;
}
.footer .text{
	width: 655px;
	margin-left: 184px;
	color: #fff;
	font-size: 12px;
}
.footer .maDiv{
	width: 204px;
	margin: 10px 0px;
	overflow: hidden;
	margin-left: 55px;
	margin-top: 20px;
}
.footer .maDiv>div{
	width: 82px;
	color: #fff;
	font-size: 12px;
	margin:0 10px;
}
.footer .maDiv img{
	display:block;
	margin-bottom: 5px;
	width: 82px;
	height: 80px;
}
/*********************列表页********************/
.list-main{
	overflow: hidden;
	margin: 50px auto;
}
.list-main-left{
	width: 286px;
	margin-right: 40px;
}
.list-main-right{
	width: 874px;
}
.list-main-left .list-nav span{
	color: #fff;
	font-size: 24px;
	text-align: center;
	width: 286px;
	background: #0066cc;
	height: 76px;
	line-height: 76px;
	display: block;
}
.list-main-left .list-nav ul{
	border:1px solid #b6b6b6;
	border-bottom: 0;
}
.list-main-left .list-nav ul a li{
	width: 250px;
	padding-left:35px;
	height: 58px;
	border-bottom: 1px solid #b6b6b6;
	color: #363636;
	line-height:286px;
	font-size: 20px;
	line-height: 58px;
	background: #e6e6e6 url("../img/dh_bj2.jpg") no-repeat 15px center;




}
.list-main-left .list-nav ul li.active,
.list-main-left .list-nav ul li:hover{

	color:#0066cc;

        background: #fff url("../img/dh_bj2.jpg") no-repeat 15px center;
}
.list-main-left .contact-div{
	margin-top: 40px;
}
.list-main-left .contact-div .contact-title{ 
	color: #3d3d3d;
	font-size: 22px;
	border-bottom: 3px solid #b6b6b6;
	padding-bottom: 0px;
	height: 39px;
}
.list-main-left .contact-div .contact-title span{
	border-bottom: 3px solid #0066cc;
	padding-bottom: 10px;
	position: absolute;
	display: inline-block;
}
.contact-list ul{
	padding-top: 10px;
}
.contact-list ul li{
	padding: 10px 0;
	color: #010101;
	font-size: 14px;
	
}
.contact-list ul li span{
	color: #e69524;
}
/**right**/
.list-right-title{
	overflow: hidden;
	color: #999;
	font-size: 14px;
	border-bottom: 2px solid #0066cc;
	padding-bottom: 20px;
	/*line-height: 52px;*/
}
.list-right-title span.line{
	width: 7px;
	height: 18px;
	position: relative;
	top: 1px;
	margin-right: 8px;
	background: #0066cc;
	display: inline-block;
}
.list-right-title span{
	font-size: 26px;
	color: #373737;
	font-weight: bold;
}
.list-right-title>.fr{
	padding-top: 16px;
}
.list-con ul li{
	overflow: hidden;
	padding: 20px 0 10px 0;
	border-bottom: 1px dashed #e9e9e9;
	font-size: 14px;
}
.list-con ul li img{
	position: relative;
	top: 6px;
	margin-right:8px;
}
.list-con ul li a{
	color: #303030;
	font-size: 14px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 700px;
}
.list-con ul li a:hover{
	color: #ff9900;
}
.list-con ul li span{
	color: #9f9f9f;
	font-size: 14px;
}
/**page**/
.page{
	text-align: center;
	margin-top: 33px;
	height: 27px;
	position: relative;
}
.page input{
	width: 30px;
	height: 22px;
	position: relative;
	border: 1px solid #a9a9a9;
	top:-0.5px;
	line-height: 20px;
}
.page span{
	display: inline-block;
	margin:  0 10px;
	color: #000;
}
.page a{
	border: 1px solid #afd5f5;
	padding: 0px 5px;
	color: #000;
	height: 24px;
	display: inline-block;
}
.page a.active{
	color: #cccccc;
}
.page a.toPage{
	background: #d1e6fa;
	margin-left: 20px;
}