/* 样式重置 */
html,body,ul,li,ol,img,a,p,div,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}
html{
	font-size: 14px;
}
body{
	font-family: "微软雅黑";
}
a,
a:hover{
	color: #666;
	text-decoration: none;
}
a{
	transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
ul,ol{
	list-style: none;
}
input{
	border: none;
	border: 1px solid #ccc;
	outline: none;
}
img{
	display: inline-block;
	border: 0 none;
}
/* 添加新的样式 */
.f_left{
	float: left;
}
.f_right{
	float: right;
}
.clearfix::before,
.clearfix::after{
	content: "";
	display: block;
	height: 0;
	line-height: 0px;
	clear: both;
	visibility: hidden;
}
.areaheart{
	width: 1200px;
	margin: 0 auto;
}
.sheng{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cb{
	clear: both;
}


.top{
	height: 104px;
	background-color: #153d87;
}
.logo{
	float: left;
	margin-top: 10px;
}

.search{
	float: right;
	margin-top: 22px;
}
.search_box{
	width: 233px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	background: #21478d;
}
.search_box input{
	outline: none;
	border: 0 none;
	background: transparent;
}
.search_box .ipt_txt{
	position: absolute;
	left: 0;
	top: 0;
	height: 28px;
	line-height: 28px;
	width: 190px;
	text-indent: 15px;
	color: #eee;
}
input::-webkit-input-placeholder {
    color: #fff;
}
.search_box .ipt_sub{
	position: absolute;
	right: 0;
	top: 7px;
	width: 34px;
	height: 16px;
	background: url('../img/icon_search.png') no-repeat center;
	text-indent: -999em;
	border-left: 1px solid #a3b3d0;
}


.nav{
	height: 50px;
	background-color: #0d295d;
}
.nav li{
	float: left;
	padding: 0 17px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
}
.nav li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.nav li:hover{
	background-color: #64b4fc;
}

.nav li:hover ol{

}
.nav ul>li{
	position: relative;
	z-index: 999;
}
.nav ul ol{
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	display: none;
}
.nav ul ol li{
	width: 100%;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    background-color: #64b4fc;
    border-top: 1px solid #eee;
}
.nav ul ol li:hover{
	background-color: #0d295d;
}

.flexslider {
    height: 500px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.slides {
    position: relative;
    z-index: -1;
}
.slides li {
    height: 500px;
    z-index: -1;
}
.flex-direction-nav,
.flex-control-nav {
    display: none;
}



.main{
	min-height: 600px;
}
.main .flex{
	position: relative;
}

.flex_btn{
	position: absolute;
	left: 0;
	top: -107px;
	
}
.flex_btn img{
	width: 100%;
	height: 100%;
	display: block;
}
.flex_btn li{
	float: left;
	width: 103px;
	height: 107px;
	margin-right: 20px;
}



.base_header{
	height: 62px;
	line-height: 57px;
	border-bottom: 1px solid #e7e7e7;
}
.base_header h2{
	float: left;
	font-size: 24px;
	color: #0d295d;
	border-bottom: 4px solid #055597;
}
.base_header a{
	float: right;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	margin-top: 20px;
}
.base_header a:hover{
	color: #0d295d;

}
.part01{
	min-height: 450px;
}
.part_lf{
	width: 48.8%;
	float: left;
}
.base_list{
	padding: 15px 0;
}
.base_list li{
	height: 36px;
	line-height: 36px;
	font-size: 18px;
}
.base_list li p{
	float: left;
	color: #333;
	display: block;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.link_box li a:hover,
.base_list li p:hover{
	color: #0d295d;
}
.base_list li span{
	float: right;
	color: #666;
}



.lunbo{
	float: right;
	margin-top: 60px;
}






.part_rgt{
	width: 48.8%;
	float: right;
}


.part02{
	max-height: 432px;
	background-color: #f2f2f2;
}
.link_box{
	padding-top: 16px;
}
.link_box li{
	width: 50%;
	float: left;
	font-size: 16px;
	text-indent: 15px;
	line-height: 30px;
}
.link_box li a{
	color: #333;
}
.select_box{
	padding-top: 10px;
}
.base_select{
	float: left;
	width: 50%;
	padding: 10px 0;
}
.base_select select{
	width: 190px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	background-color: #e4e6e9;
	margin-left: 15px;
	margin: 0 auto;
	display: block;
}








.foot{
	padding: 19px 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	background-color: #0d295d;
}





/* 列表页 */
.list{
	min-height: 500px;
}
.bread{
	line-height: 42px;
	height: 42px;
	color: #666;
	font-size: 14px;
}
.bread a{
	color: #666;
}
.bread span{
	color: #153d87;
}
.conent{
	position: relative;
}
.side_nav{
	width: 240px;
	padding-bottom: 2px;
	background-color: #153d87;
	position: absolute;
	left: 0;
	top: 0;
}
.nav_bg2{
	position: absolute;
	left: -7px;
	top: 0;
}
.side_nav h2{
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	padding: 10px 0;
}
.side_nav ul{
	padding-top: 14px;
	padding-bottom: 25px;
	background: #f6f6f6;
}
.side_nav li{
	line-height: 49px;
	height: 49px;
	font-size: 18px;
	text-indent: 17px;
	border-left: 3px solid #f6f6f6;
	border-bottom: 1px solid #e2e2e2;
	background: url('../img/icon_sj.png') no-repeat 205px center;
}

.side_nav li.on{
	border-left: 3px solid #919191;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
.side_nav li:hover{
	background-color: #fff;
}
.side_nav li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
}


.side_list{
	width: 100%;
}
.cont_box{
	padding-left: 260px;min-height: 595px;
}
.side_list h2{
	font-size: 24px;
	color: #333;
	line-height: 60px;
	font-weight: normal;
	display: inline-block;
	border-bottom: 2px solid #3971b0;
}
.title_rgt{
	margin-top: -10px;
	height: 60px;
	border-bottom: 2px solid #e4e4e4;
}
.list_in{
	padding: 5px 10px;
}

.list_in li{
	height: 63px;
	line-height: 63px;
	border-bottom: 1px dashed #c1c1c1;
}

.list_in li p{
	float: left;
	font-size: 16px;
	color: #333;
	text-indent: 5px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
}
.list_in li:hover{
	background-color: #f5f5f5;
}
.list_in li p:hover{
	color: #153d87;
}

.list_in li span{
	float: right;
	margin-right: 5px;
	font-size: 14px;
	color: #333;
}

.page{
	margin: 40px 0;
	text-align: center;
}

.fy{
	font-size: 12px;
	color: #666;
	line-height: 30px;
	margin: 40px 0;
}
.fy a{
	color: #666;
}
.fy a:hover{
	color: #153d87;
}


.article_in{
	padding-top: 20px;
}
.article_in .hd h3{
	font-size: 18px;
	color: #3971b0;
	line-height: 40px;
	text-align: center;
}
.article_in .hd{
	padding-bottom: 5px;
}
.article_in .hd p{
	font-size: 14px;
	color: #888;
	line-height: 28px;
	text-align: center;
}
.article_in .hd span{
	padding: 0 5px;
}
.article_in .bd{
	font-size: 14px;
	color: #333;
	line-height: 30px;
	text-indent: 2em;
}




.zt_list li{
	float: left;
	width: 47%;
	height: 62px;
	margin-top: 8px;
}
.zt_list li img{
	width: 100%;
	height: 100%;
}
.zt_list li.n2{
	float: right;
}
.part03{
	min-height: 60px;
	background: #fff;
}

.base_select{
	width: 25%;
	padding: 15px 0;
}
.select_box{
	padding: 0;
}
.base_select select{
	/*! margin-left: 146px; */
}
.base_select select.n1{
	/*! margin-left: 0; */
}

.nav_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, .5);
    display: none;
}
.nav_icon2 {
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 32px;
    height: 23px;
    display: none;
}
.nav_icon2 img {
    display: block;
    width: 100%;
    height: 100%;
}







.slideBox{ position:relative; overflow:hidden; margin:10px auto;  max-width:560px;/* 设置焦点图最大宽度 */ }
.slideBox .hd{ position:absolute;width: 100%; height:1%; top:0; left:0; z-index:1; }
.slideBox .hd li{ display:none;}
.slideBox .hd img{ width:38px; height: 77px;  }
.slideBox .prev,.slideBox .next{ position:absolute; left:0px; top: 100%; 
	display:block; width:38px; height:77px; margin-top: 20%;
	line-height:45px; text-align:center;   }
.slideBox .next{ left:auto; right:0;}
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center;  }
.slideBox .bd li img{ width:100%;  height:334px; display:block;   }
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; 
	bottom:0; text-indent:10px; height:45px; line-height:45px;font-size: 16px;
	text-align:center;  color:#fff; background-color:#0d295d;  }
