@charset "utf-8";
body{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333333;
	background: url(../img/body_bg.jpg) no-repeat center top,url() repeat center top;
}
li,ul,img{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
input{
	outline:none;
}
.main{
	min-width: 1210px;
	min-height: 600px;
	overflow: hidden;
}
a{
	color: #333333;
	text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}		/* 未访问的链接 */
a:visited {
	text-decoration: none;
}	/* 已访问的链接 */
a:hover {
	color: #4189c8;
	text-decoration: none;
}	/* 鼠标移动到链接上 */
a:active {
	color: #4189c8;
	text-decoration: none;
}	/* 选定的链接 */
#close{float:left;margin-top:50px;width:100%;font-size:12px;text-align:center;font-weight:normal;}
#close a{color:#666;}



/**地址**/
.address{
	margin: 0px 10px;
	width: 1190px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e2e2e2;
	margin-top: 0;
	overflow: hidden;
}
.address img{
	width: 17px;
	height: 16px;
	margin-top: -4px;
	margin-left: 10px;
	margin-right: 5px;
}
.address a{
	height: 16px;
	margin: 2px;
}

.list_main{
	margin: 0 10px 0 10px;
	width: 1190px;
	overflow: hidden;
}
/**文字列表页hot**/
.hot{
	width: 260px;
	height: 500px;
	float: left;margin-top:8px;
}
.hot_title{
	width: 100%;
	height: 6px;
	line-height: 10px;
	color: #FFF;
	background-color: #0e5298;
	padding: 0px 0px;
}
.hot_content{
	width: 100%;
	overflow: hidden;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.hot_content_box{
	width: 248px;
	margin: 5px;
}
.hot_content_box_title{
	width: 100%;
	height: 30px;
	line-height: ;
	padding: 0px 20px;
	font-size: 16px;
	border-bottom: 1px solid #dfdfdf;
	/*background: url(../img/hot_title_bg.png) repeat-x;*/
}
.hot_content_box_title img{
	margin-right: 14px;
}
.hot_content_box_content ul{
	color: #969696;
	overflow: hidden;
	margin: 10px 0px;
}
.hot_content_box_content ul li{
	margin: 8px 40px;
	list-style-type: disc;
}

/**list_con**/
.list_con{
	width: 900px;
	min-height: 400px;
	float: right;
}
.list_con_title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #dcdcdc;
}
.list_con_title font{
	display: block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	border-bottom: 2px solid #0e5298;
}
.list_con_content ul{
	width: 100%;
	overflow: hidden;
	margin: 10px 0px;
}
.list_con_content ul li{
	width: 896px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #ccc;
}

.list_con_content ul.llist li{
	float:left;background: url(../img/list_con_ico.png) no-repeat left;padding-left:10px;
	margin: 5px 2px 0 2px;
}

.list_con_content ul.llist li img{
	float:left;	margin-top:10px 5px 0 0;
}
.list_con_content ul.llist li a{
	float:left;width:80%;color: #444;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.list_con_content ul.llist li span{
	float: right;height: 30px;
	line-height: 30px;
	margin-right: 5px;
	color: #444;
}


.page ul{
	text-align: center;
}

.page .border1{
	border: 1px solid #dddddd;padding: 0px 6px;
}
.page .border3{
	padding:0;
}
.page .border2{
	border: 1px solid #dddddd;padding: 0px 6px;
}
.page .active{
	background-color: #e74c3c;
	color: #FFF;
}
.page .active a{
	color: #FFF;
}
.page .text{
	width: 30px;
	height: 30px;line-height: 30px;
	border: 1px solid #dddddd;
	text-align: center;
}
.page ul{
	overflow: hidden;
	*display: block;
}
.page ul li{
	height: 30px;
	line-height: 30px;
	width: auto;
	margin:0 2px;
	padding: 0px 2px;
	/*border-bottom: 0px dashed #878787;*/border:none;
	display: inline-block;
	*display:inline;
 	*zoom:1;
	vertical-align: middle;
	color: #777777;
}
.page ul li a{
	color: #777777;
}
.page ul li img{
	margin-top: -3px;
	margin-right: 5px;
}
.page ul li span{
	float: right;
	margin-top: -3px;
	margin-right: 5px;
	color: #444;
}


.main_box{
	width: 1210px;
	margin: 0px auto;
	overflow: hidden;
	background-color: #FFF; 
}
.logo{
	width: 1210px;
	margin: 0px auto;
	overflow: hidden;
	height: 149px;
}

.logo-m{
	display:none;
}

/*------------菜单--------*/
.nav-m span{display:none;}
.nav{
	width: 100%;
	height: 43px;
	line-height: 43px;
	/*background-color: #2d77c5;*/
	background-color: #2d77c5;
	z-index:99990;
	position: relative;
}
.nav > ul{
	text-align: center;
}
.nav > ul > li{
	width: 8%;
	font-size:16px;
	height: 43px;
	line-height: 43px;
	color: #FFF;cursor:pointer;
	display: inline-block;
	position: relative;
}
.nav > ul > li  i{
	display: none;
}
.nav > ul > li > a{
	color: #FFF;padding-bottom:2px;
}
/*
.nav > ul > li > a:hover {
  border-bottom:1.5px solid #fff;
}

.nav > ul > li:hover > .sub-nav-m{

  visibility: visible;
  opacity: 1;
}

.sub-nav-m > ul > li:hover > .sub-nav-m {
  visibility: visible;
  opacity: 1;
}
.sub-nav-m:hover > .sub-nav-m {
  visibility: visible;
  opacity: 1;
}
*/

.sub-nav-m{
  list-style-type: none;
  float:left;
  position: absolute;
  top:43px;
  left:0;
  width: 100%;
  background-color: #2d77c5;
  /*visibility: hidden;
  opacity: 0; */
  display:none;
  }

.sub-nav-m li{
	float:left;width: 100%;
	line-height:34px;
  }

.sub-nav-m a {
	float:left;width: 100%;
	font-size: 14px;
	text-align:center;
  color: #fff;
}

.sub-nav-m li:hover{
	background:#fff;/*border:1px solid #2d77c5;*/border-radius: 6px;padding:0 5px;
  }
  .sub-nav-m li:hover > a{
  color: #2d77c5;
	background:#fff;
  }

/************************/
.bottom{
float:left;
width:100%;color:#fff;line-height:18px;
background: #2d77c5;
	text-align: center;font-size:12px;
	margin: 10px 0px;
	padding:8px 10px;
}



/**********************内容页 开始***********************/
.content_main{
	min-height: 500px;
	margin: 20px 10px;
	width: 1190px;
	overflow: hidden;
}
.content_main_title{
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	font-weight: 600;
	color: #444;
	text-align: center;
}
.content_main_dis{
	width: 100%;
	height: 24px;
	line-height: 24px;
	color: #8e8e8e;
	text-align: center;
	margin-bottom: 20px;
}
.content_main_dis font{
	color: #e40000;
}
.content_main_con{
	width: 1090px;
	margin: 0px 50px;
	overflow: hidden;
}
.content_main_con p{
	line-height: 24px;
}

/**********************内容页 结束***********************/




/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/

@media  (max-width: 1080px) {

.main{
	min-width: 100%;
	overflow: hidden;
}

.main_box{
	width: 100%;
	margin: 62px auto 0px auto;
	overflow: hidden;
	background-color: #FFF; 
}
.logo{
	display:none;
}
.logo-m{
	width: 100%;
	margin: 0px auto;height:76px;
	overflow: hidden;position: fixed;
	display:block;background:#2d77c5;
}
.logo-m img{
	width: ;height:76px;
}


/*------------菜单--------*/
.nav-m{float:right;padding:24px 20px;font-size:20px;
	background-color: #2d77c5;color:#fff;top:0;cursor:pointer;
	position: fixed;right:5px;z-index:99999;}
.nav-m span{display:block;}
/*.nav-m:hover > .nav{
  visibility: visible;
  display:block;
  opacity: 1;
}
.nav:hover > .nav{
  visibility: visible;
  display:block;
  opacity: 1;
}*/

.nav{
	width:160px;
	top:62px;right:0;
	height: 480px;
	background:#2d77c5;
	z-index:99999;overflow:auto;
	position: absolute;
    display:none;
}
.nav > ul{
	text-align: center;
	float:left;
	width:100%;
}
.nav > ul > li{
	width: 100%;
	font-size:16px;
	height:auto ;
	line-height:42px;
	color: #FFF;
	display: block;
	position:static;
}

.nav > ul > li  i{
	float:right;right:20px;
	position: absolute;line-height:42px;
	display: inline-block;
}
.nav > ul > li > a{
	color: #FFF;/*padding-bottom:2px;*/
}
/*
.nav > ul > li > a:hover {
  border-bottom:1.5px solid #fff;
}

.nav > ul > li:hover > .sub-nav-m{

  visibility: visible;
  display:block;
  opacity: 1;
}
.nav > ul > li > b:hover > .sub-nav-m{
  visibility: visible;
  display:block;
  opacity: 1;
}

.sub-nav-m > li:hover > .sub-nav-m {
  visibility: visible;
  display:block;
  opacity: 1;
}
.sub-nav-m:hover > .sub-nav-m {
  visibility: visible;
  display:block;
  opacity: 1;
}*/


.sub-nav-m{
  list-style-type: none;
  position: relative;
  float:left;
  top:0;
  left:0;
  width: 100%;
  background-color: #bee1ff;
  /*visibility: visible;*/
  display: none;
  /*opacity: 0; */
  }

.sub-nav-m li{
	float:left;width: 100%;line-height:34px;
  }

.sub-nav-m a {
	float:left;width: 100%;
	font-size: 14px;
	text-align:center;
    color:#024c8c;
}

.sub-nav-m li:hover{
	background:#fff;
  }
  .sub-nav-m li:hover > a{
  color: #2d77c5;
	background:#fff;
  }

/************************/
.bottom{
float:left;
width:100%;color:#fff;line-height:１８px;
background: #2d77c5;
	text-align: center;font-size:12px;
	margin: 10px 0px;
	padding:8px 10%;
}

.height_10{
	width: 100%;
	height: 10px;
}



/**********************列表 开始***********************/

/**地址**/
.address{
	margin: 100px 10px 0px 10px;
	/*width: 1190px;*/width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e2e2e2;
	margin-top: 0;
	overflow: hidden;
}


.list_main{
	margin: 0 10px 0 10px;
	/*width: 1190px;*/width: 100%;
	overflow: hidden;
}
/**文字列表页hot**/
.hot{
	width: 260px;
	height: 500px;
	float: left;margin-top:8px;display:none;
}

/**list_con**/
.list_con{
	/*width: 900px;*/width: 96%;
	min-height: 400px;
	/*float: right;*/float: left;
}
.list_con_title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #dcdcdc;
}

.list_con_content ul{
	width: 100%;
	overflow: hidden;
	margin: 10px 0px;
}
.list_con_content ul li{
	/*width: 896px;*/width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #ccc;
}


.list_con_content ul.llist li a{
	float:left;width:86%;
}



.page ul{
	text-align: center;
}

.page .border1{
	border: 1px solid #dddddd;padding: 0px 6px;
}
.page .border3{
	padding:0;
}
.page .border2{
	border: 1px solid #dddddd;padding: 0px 6px;
}
.page .active{
	background-color: #e74c3c;
	color: #FFF;
}
.page .active a{
	color: #FFF;
}
.page .text{
	width: 30px;
	height: 30px;line-height: 30px;
	border: 1px solid #dddddd;
	text-align: center;
}
.page ul{
	overflow: hidden;
	*display: block;
}
.page ul li{
	height: 30px;
	line-height: 30px;
	width: auto;
	margin:0 2px;
	padding: 0px 2px;
	/*border-bottom: 0px dashed #878787;*/border:none;
	display: inline-block;
	*display:inline;
 	*zoom:1;
	vertical-align: middle;
	color: #777777;
}
.page ul li a{
	color: #777777;
}
.page ul li img{
	margin-top: -3px;
	margin-right: 5px;
}
.page ul li span{
	float: right;
	margin-top: -3px;
	margin-right: 5px;
	color: #444;
}





/**********************内容页 开始***********************/
.content_main{
	min-height: 500px;
	/*margin: 20px 10px;*/margin: 10px 0 0 0;
	/*width: 1190px;*/width:100%;
	/*overflow: hidden;*/overflow: visible;
}
.content_main_title{
	width: 100%;padding:0 3%;
	/*height: 80px;*/height:auto;
	line-height: 30px;
	font-size: 18px;
	font-weight: 600;
	color: #444;
	text-align: center;
}
.content_main_dis{
	width: 100%;
	height: 24px;
	line-height: 24px;
	color: #8e8e8e;
	text-align: center;
	/*margin-bottom: 20px;*/margin:5px 0;
}
.content_main_dis font{
	color: #e40000;
}
.content_main_con{
	/*width: 1090px;*/width:98%;padding:0 3%;
	/*margin: 0px 50px;*/margin: 0px 5px;
	overflow: visible;
}
.content_main_con p{
	line-height: 24px;
}

}

/******************************************/
@media  (max-width: 1080px) {

.address{
	margin: 10px 10px 0 10px;
}


}
/******************************************/
@media  (max-width: 768px) {
.address{	margin: 0 10px 0 10px;}
.list_con_content ul.llist li a{	width:82%;}
.nav-m{padding:18px 20px;font-size:18px;	}
.logo-m{	margin: 0px auto;height:62px;}
.logo-m img{	width: ;height:62px;}
.nav{	/*height: 480px;*/}
}
/******************************************/
@media  (max-width: 480px) {
.list_con_content ul.llist li a{	width:72%;}
.nav{	/*height: 480px;*/}
}
/******************************************/
@media  (max-width: 360px) {
.list_con_content ul.llist li a{	width:68%;}
.nav-m{float:right;padding:18px 20px;font-size:16px;}
.logo-m img{	/*width: 70%;*/}
.nav{	/*height: 480px;*/}
}