/**********************base.css***********************/
@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333333;
}
li,ul,img{
	/*list-style-type: none;*/
	/*margin: 0px;
	padding: 0px;*/
	border: 0px;
}
input{
	outline:none;
}
.main{
	min-height: 600px;
	/*overflow: hidden;*/
/*	background: url(../img/bg.jpg) no-repeat center top;*/
}
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;
}	/* 选定的链接 */

/**头部**/
.top{
	width: 100%;
	overflow: hidden;
	background-color: #cae8f5;
}
.top_box{
	margin: 0px auto;
	width: 1010px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.top_box a{
	color: #0e5298;
}

/**地址**/
.address{
	margin: 0px 10px;
	width: 990px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e2e2e2;
	margin-top: 20px;
	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: 20px 10px;
	width: 990px;
	overflow: hidden;
}
/**文字列表页hot**/
.hot{
	width: 260px;
	height: 500px;
	float: left;
}
.hot_title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	background-color: #0e5298;
	padding: 0px 10px;
}
.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: 30px;
	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: 700px;
	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: 80px;
	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: 20px 0px;
}
.list_con_content ul li{
	width: 696px;
	height: 30px;
	line-height: 30px;
	margin: 0px 2px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #878787;
}
.list_con_content ul li a{
	color: #444;
}
.list_con_content ul li img{
	margin-top: -3px;
	margin-right: 5px;
}
.list_con_content ul li span{
	float: right;
	margin-top: -3px;
	margin-right: 5px;
	color: #444;
}
/**图片list**/
.list_pic_con{
	width: 700px;
	min-height: 400px;
	float: right;
}
.list_pic_con_title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #dcdcdc;
}
.list_pic_con_title font{
	display: block;
	width: 80px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	border-bottom: 2px solid #0e5298;
}
.list_pic_con_content ul{
	width: 100%;
	overflow: hidden;
	margin: 20px 0px;
}
.list_pic_con_content ul li{
	width: 696px;
	height: 154px;
	border-bottom: 1px dashed #bbbbbb;
	margin-bottom: 30px;
}
.list_pic_con_content ul li a{
	color: #444;
}
.list_pic_con_content ul li img{
	width: 187px;
	height: 128px;
	padding: 2px;
	border: 1px solid #CCC;
	float: left;
}
.list_pic_con_content ul li .title{
	width: 495px;
	height: 30px;
	line-height: 30px;
	float: right;
	margin: 0px;
}
.list_pic_con_content ul li .title a{
	color: #015198;
	font-size: 16px;
	font-weight: 600;
}
.list_pic_con_content ul li .time{
	width: 495px;
	height: 30px;
	line-height: 30px;
	float: right;
	margin: 0px;
	color: #818181;
}
.list_pic_con_content ul li .con{
	width: 495px;
	height: 84px;
	line-height: 24px;
	float: right;
	margin: 0px;
	text-indent:2em;
}
.list_pic_con_content ul li .con a{
	color: #a80000;
}
.list_pic_con_content ul li span{
	float: right;
	margin-top: -3px;
	margin-right: 5px;
	color: #444;
}

.page ul{
	text-align: center;
}
.page .border_3{
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.page .border_4{
	border: 1px solid #dddddd;
}
.page .active{
	background-color: #e74c3c;
	color: #FFF;
}
.page .active a{
	color: #FFF;
}
.page .text{
	width: 26px;
	height: 26px;
	border: 1px solid #a9a9a9;
	text-align: center;
}
.page ul{
	overflow: hidden;
	*display: block;
}
.page ul li{
	height: 30px;
	line-height: 30px;
	width: auto;
	margin: auto;
	margin-bottom: 0px;
	margin-right: -4px;
	*margin-right: 0px;
	padding: 0px 11px;
	border-bottom: 0px dashed #878787;
	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: 62.5%;
	margin: 0px auto;
	overflow: hidden;
	background-color: #FFF;
	min-width: 1190px;
	margin-top: 5px;
}
.container_div{
	background: url(../../img/bg.jpg) no-repeat center top;
}

/* .logo{
	width: 100%;
	height: 249px;
	background: url(../../img/1.jpg) no-repeat center top;
} */
.banner{
	width: 100%;
	height: 43px;
	background-color: #0e5298;
	padding: 11.5px 0px;
	*padding: 0px;
}
.banner ul{
	text-align: center;
	*margin-top: 11.5px;
	*display: block;
	*height: 20px;
	*padding-top: 2px;
}
.banner ul li{
	width: 90px;
	height: 14px;
	line-height: 14px;
	color: #FFF;
	display: inline-block;
	*display:inline;
 	*zoom:1;
	*height: 16px;
	*line-height: 16px;
}
.banner ul li a{
	color: #FFF;
}
.banner ul .right_border{
	border-right: 2px solid #FFF;
}


.bottom{
	text-align: center;
	margin: 40px 0px;
}

.height_10{
	width: 100%;
	height: 10px;
}

.bottom_banner{
	width: 990px;
	margin: 0px auto;
	height: 43px;
	background-color: #185da6;
	padding-top: 11.5px;
	*padding: 0px;
	*margin: 10px auto;
}
.bottom_banner ul{
	text-align: center;
	*margin-top: 11.5px;
	*display: block;
	*height: 20px;
	*padding-top: 2px;
}
.bottom_banner ul li{
	padding: 0px 8px;
	height: 14px;
	line-height: 14px;
	color: #FFF;
	display: inline-block;
	*display:inline;
 	*zoom:1;
	*height: 16px;
	*line-height: 16px;
}
.bottom_banner ul li a{
	color: #FFF;
}
.bottom_banner ul .right_border{
	border-right: 2px solid #FFF;
}

/****左上角弹出窗****/
.left_top_box{
	width: 500px;
	height: 400px;
	border-radius: 4px;
	overflow: hidden;
	/*display: none;*/
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 15;
	box-shadow: 0px 10px 33px #ccc;
}
.left_top_box .left_top_box_title{
	height: 30px;
	line-height: 30px;
	background-color: #4189c8;
}
.left_top_box .left_top_box_title font{
	font-size: 16px;
	color: #FFF;
	margin-left: 10px;
}
.left_top_box .left_top_box_title span{
	width: 16px;
	height: 16px;
	position: absolute;
	top: 7px;
	right: 10px;
	cursor: pointer;
	background: url(../img/tc_close.png) no-repeat;
}
.left_top_box_content{
	width: 100%;
	height: 370px;;
	background-color: #FFF;
	padding: 20px;
	overflow-y: scroll;
}

/****中间漂浮的广告图****/
.middle_box{
	width: 500px;
	height: 400px;
	overflow: hidden;
	/*display: none;*/
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -200px;
	z-index: 15;
	box-shadow: 0px 10px 33px #ccc;
}
.middle_box img{
	width: 500px;
	height: 400px;
}
.middle_box span{
	width: 16px;
	height: 16px;
	position: absolute;
	top: 7px;
	right: 10px;
	cursor: pointer;
	background: url(../img/tc_close.png) no-repeat;
}


/**********************内容页 开始***********************/
.content_main{
	min-height: 500px;
	margin: 20px 10px;
	width: 990px;
	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: 890px;
	margin: 0px 50px;
	overflow: hidden;
}
.content_main_con p{
	line-height: 24px;
}
.content_main_next{
	width: 910px;
	margin: 20px 40px;
	padding: 10px 0px;
	border-top: 1px dashed #858585;
}
.content_main_next li{
	float: left;
	margin-right: 20px;
}
.content_main_next li a{
	color: #1e00fe;
}
.content_main_qylist{
	width: 910px;
	margin: 20px 40px;
	padding: 10px 0px;
}
.content_main_qylist ul{
	overflow: hidden;
}
.content_main_qylist li{
	float: left;
	margin-right: 20px;
}
.content_main_qylist li a{
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #444;
}
.content_main_qylist .qylist_box{
	width: 910px;
	border: 1px solid #cbcbcb;
	margin: 20px 0px 0px 0px;
}
.content_main_qylist .qylist_box table{
	width: 850px;
	margin: 30px;
}
.content_main_qylist .qylist_box table tr{
	border-bottom: 1px dashed #cbcbcb;
}
.content_main_qylist .qylist_box table td{
	height: 30px;
	line-height: 30px;
}
.content_main_qylist .qylist_box table td font{
	color: #d90000;
}
/**********************base.css 结束***********************/

/**********************base.css 结束***********************/
@charset "utf-8";
/* CSS Document */

.search_wx{
	width: 100%;
	overflow: hidden;
	margin: 10px 0px;
}
.search{
	width: 800px;
	height: 85px;
	float: left;
}
.search span{
	display: block;
	float: left;
	width: 130px;
	height: 40px;
	line-height: 20px;
	margin-top: 22.5px;
	margin-left: 10px;
}
.search span font{
	font-size: 12px;
	word-spacing:0px;
}
.search .text{
	width: 440px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #d8d8d8;
	float: left;
	margin-top: 22.5px;
	margin-left: 10px;
	padding: 0px 5px;
}
.search .button{
	width: 126px;
	height: 40px;
	line-height: 40px;
	border: 0px solid #d8d8d8;
	float: left;
	margin-top: 22.5px;
	margin-left: 10px;
	background: url(../img/index/search_but.png) no-repeat;
}
.wx{
	width: 200px;
	height: 85px;
	float: right;
	text-align: right;
	margin-right: 10px;
}
.wx font{
	color: #0a287e;
}
.wx img{
	margin-left: 10px;
}

.ad{
	margin: 15px 10px 0px 10px;
	width: 990px;
	overflow: hidden;
}

.news{
	/*margin-top: 50px;*/
	padding: 5px;
	width: 100%;
	overflow: hidden;
}
.news_box1{
	width: 68.3%;
	overflow: hidden;
	float: left;
}
.news_box2{
	width: 400px;
	overflow: hidden;
	float: left;
	margin-left: 15px;
}
.news_box3{
	width: 210px;
	/*overflow: hidden;*/
	float: left;
	margin-left: 15px;
}

.news_tzgg{
	margin-top: 15px;
}
.news_lb{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.news_lb img{
	width: 812px;
	height: 500px;
}
.news_lb .left_but{
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/index/zykdh_ico11.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
}
.news_lb .right_but{
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/index/zykdh_ico11.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
}
.news_tzgg_title{
	width: 100%;
	height: 28px;
	border-bottom: 1px solid #d8d8d8;
}
.news_tzgg_title font{
	display: block;
	float: left;
	width: 90px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 16px;
	background: url(../img/index/news_title_bg.png) no-repeat;
	color: #FFF;
}
.news_tzgg_title span{
	display: block;
	float: right;
	font-size: 12px;
	margin-top: 5.5px;
	margin-right: 5px;
}
.news_tzgg_content{
	width: 100%;
	overflow: hidden;
	margin: 10px 0px;
}
.news_tzgg_content li{
	width: 100%;
	height: 30px;
	line-height: 30px;
}
.news_tzgg_content li a{
	float: left;
}
.news_tzgg_content li a img{
	margin: 0px 10px;
}
.news_tzgg_content li span{
	float: right;
	color: #979797;
}

.news_jfxw{
	
}
.news_jfxw_title{
	width: 100%;
	height: 28px;
	border-bottom: 1px solid #d8d8d8;
	background-color: #ededed;
}
.news_jfxw_title font{
	display: block;
	float: left;
	width: 90px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 16px;
	background: url(../img/index/news_title_bg.png) no-repeat;
	color: #FFF;
}
.news_jfxw_title span{
	display: block;
	float: right;
	font-size: 12px;
	margin-top: 5.5px;
	margin-right: 5px;
}
.news_jfxw_content{
	width: 100%;
	overflow: hidden;
	margin: 10px 0px;
}
.news_jfxw_content .focus{
	margin-bottom: 10px;
	border-bottom: 1px dashed #aac2d5;
}
.news_jfxw_content .focus .title{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 600;
	color: #555;
	text-align: center;
}
.news_jfxw_content .focus .con{
	height: 44px;
	line-height: 22px;
	text-indent:2em;
	/*text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden;*/
}
.news_jfxw_content .focus .con a{
	color: #0e5298;
}
.news_jfxw_content li{
	width: 100%;
	height: 30px;
	line-height: 30px;
}
.news_jfxw_content li a{
	float: left;
}
.news_jfxw_content li a img{
	margin: 0px 10px;
}
.news_jfxw_content li span{
	float: right;
	color: #979797;
}

.news_gwzx{
}
.news_gwzx_title{
	width: 100%;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #FFF;
	background: url(../img/index/news_gwzx_bg.png) no-repeat;
}
.news_gwzx_content{
	border-right: 1px solid #dadbdd;
	border-left: 1px solid #dadbdd;
	border-bottom: 1px solid #dadbdd;
	padding: 5px 15px;
	overflow: hidden;
}
.news_gwzx_content li{
	width: 100%;
	height: 48px;
	line-height: 24px;
	border-bottom: 1px dashed #aac2d5;
}
.news_gwzx_content li a{
	float: left;
	width: 100%;
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden;
}
.news_gwzx_content li span{
	float: left;
	color: #979797;
}

.news_wzdh{
	margin-top: 15px;
	border: 1px solid #dadbdd;
	position: relative;
	z-index: 1;
}
.news_wzdh_title{
	width: 206px;
	height: 24px;
	line-height: 24px;
	margin: 1px auto;
	color: #0e5298;
	background: url(../img/index/news_wzdh_bg.png) repeat-x;
	padding: 0px 10px;
	*padding: 0px 0px;
}
.news_wzdh_content{
	text-align: center;
}
.news_jzxx{
	margin-top: 15px;
}
.news_wzdh_content .button{
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	border: 0px solid #d8d8d8;
	background-color: #e3e5e9;
}
.news_wzdh_content .button:hover{
	background-color: #e8f5ff;
}

.news_wzdh_box{
	width: 400px;
	overflow: hidden;
	background-color: #e8f5ff;
	box-shadow: -3px 3px 15px #ccc;
	display: none;
	position: absolute;
	bottom: -70px;
	right: 208px;
	z-index: 9;
}
.news_wzdh_box table{
	width: 96%;
	margin: 2%;
}
.news_wzdh_box td{
	height: 40px;
	line-height: 40px;
}
.news_wzdh_box .title{
	width: 80px;
	text-align: right;
	color: #222222;
}
.news_wzdh_box .fh{
	width: 30px;
	text-align: center;
	color: #555;
}
.news_wzdh_box .menu{
	border-bottom: 1px dashed #8d9499;
}
.news_wzdh_box .menu a{
	margin-right: 10px;
	color: #555;
}

.words11{
	margin: 15px 10px 0px 10px;
	width: 990px;
	overflow: hidden;
}

.words11_zzgz_xfgz{
	width: 320px;
	overflow: hidden;
	float: left;
}
.words11_zzgz_xfgz_title{
	width: 100%;
	height: 28px;
	/* margin-top: 20px; */
	/*border-bottom: 1px solid #d8d8d8;*/
}
.words11_zzgz_xfgz_title font{
	display: block;
	float: left;
	width: 80px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #555;
	font-weight: 600;
	cursor: pointer;
}
.words11_zzgz_xfgz_title span{
	display: block;
	float: right;
	font-size: 12px;
	margin-top: 5.5px;
	margin-right: 5px;
}

.words11_zzgz_xfgz_content{
	width: 100%;
	overflow: hidden;
	margin: 10px 0px;
}
.words11_zzgz_xfgz_content .box{
	width: 100%;
	overflow: hidden;
}
.words11_zzgz_xfgz_content .box .focus{
	width: 100%;
	overflow: hidden;
	margin: 10px 0px 20px 0px;
}
.words11_zzgz_xfgz_content .box .focus img{
	width: 130px;
	height: 90px;
	float: left;
}
.words11_zzgz_xfgz_content .box .focus p{
	width: 180px;
	height: 70px;
	line-height: 23.33px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	color: #0e5298;
	font-weight: 600;
}
#tuan-qing-yao-wen,#tong-zhi-gong-gao{
	padding: 0;
}
.words11_zzgz_xfgz_content li{
	width: 96%;
	line-height: 30px;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	border-bottom: 1px dashed #c7c7c7;
}
.words11_zzgz_xfgz_content li a{
	font-size: 14px;
	/*float: left;*/
}
.words11_zzgz_xfgz_content li a img{
	margin: 0px 10px;
}
.words11_zzgz_xfgz_content li span{
	float: right;
	color: #979797;
}

.zykdh{
	margin: 0px 10px;
	width: 990px;
	overflow: hidden;
	margin-top: 15px;
}
.zykdh_title{
	width: 100%;
	height: 28px;
	border-bottom: 1px solid #d8d8d8;
}
.zykdh_title font{
	display: block;
	float: left;
	width: 80px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #555;
	font-weight: 600;
	cursor: pointer;
}

.zykdh_content{
	width: 100%;
	overflow: hidden;
	margin: 10px 0px;
}
.zykdh_content li{
	width: 186px;
	height: 40px;
	line-height: 40px;
	float: left;
	border: 1px solid #ebecec;
	*border: 0px solid #ebecec;
	margin-bottom: 15px;
	background: url(../img/index/zykdh_ico_bg.png) repeat-x bottom;
}
.zykdh_content li a{
	float: left;
	color: #666;
}
.zykdh_content li a img{
	margin: 0px 10px;
}
.zykdh_content li span{
	float: right;
	color: #979797;
}

#ad_other2{
	*margin-top: 15px;
}
.ad_other{
	margin: 0px 10px;
	width: 990px;
	overflow: hidden;
}
.ad_other_ztl{
	float: left;
	width: 200px;
	height: 460px;
	overflow: hidden;
}
.ad_other_ztl img{
	width: 200px;
	height: 48px;
}
.ad_other_box2{
	width: 800px;
	/*height: 460px;*/
	overflow: hidden;
	float: left;
}
.ad_other_mjsh{
	width: 100%;
	overflow: hidden;
	float: left;
	/*margin-left: 30px;*/
}
.ad_other_mjsh_title{
	width: 100%;
	height: 28px;
	/* margin-left: 25px; */
	/*border-bottom: 1px solid #d8d8d8;*/
}
.ad_other_mjsh_title font{
	display: block;
	float: left;
	/*width: 80px;*/
	height: 28px;
	line-height: 41px;
	text-align: center;
	color: #e60000;
	/*font-weight: 600;*/
	cursor: pointer;
}
.ad_other_mjsh_title span{
	display: block;
	float: right;
	font-size: 12px;
	margin-top: 5.5px;
	margin-right: 5px;
}

.ad_other_mjsh_content{
	width: 100%;
	overflow: hidden;
	margin: 10px 0px;
	margin-top: 30px;
}
.ad_other_mjsh_content .box{
	width: 100%;
	overflow: hidden;
}
.ad_other_mjsh_content .box .focus{
	width: 100%;
	overflow: hidden;
	margin: 10px 0px 20px 0px;
}
.ad_other_mjsh_content .box .focus img{
	width: 130px;
	height: 90px;
	float: left;
}
.ad_other_mjsh_content .box .focus p{
	width: 180px;
	height: 70px;
	line-height: 23.33px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	color: #0e5298;
	font-weight: 600;
}
.ad_other_mjsh_content li{
	width: 100%;
	height: 33px;
	line-height: 33px;
}
.ad_other_mjsh_content li a{
	/*width: 210px;*/
	/*float: left;*/
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden;
}
.ad_other_mjsh_content li a img{
	margin: 0px 10px;
}
.ad_other_mjsh_content li span{
	float: right;
	color: #979797;
}


.ad_other_mjsh_tw{
	width: 100%;
	overflow: hidden;
	float: left;
}
.ad_other_mjsh_tw_title{
	width: 100%;
	height: 28px;
	/*border-bottom: 1px solid #d8d8d8;*/
}
.ad_other_mjsh_tw_title font{
	display: block;
	float: left;
	/*width: 80px;*/
	height: 28px;
	line-height: 41px;
	text-align: center;
	color: #e60000;
	/*font-weight: 600;*/
	cursor: pointer;
}
.ad_other_mjsh_tw_title span{
	display: block;
	float: right;
	font-size: 12px;
	margin-top: 5.5px;
	margin-right: 5px;
}

.ad_other_mjsh_tw_content{
	width: 100%;
	overflow: hidden;
	margin: 10px 0px;
	margin-top: 30px;
}
.ad_other_mjsh_tw_content img{
	width: 45%;
	height: 272px;
	float: left;
	margin-top: 10px;
}
.ad_other_mjsh_tw_content .tw-block{
	width: 52%;
	float: right;
	border-right:2px solid #DADBDD;
}
.ad_other_mjsh_tw_content div .title{
	line-height: 26px;
	font-weight: 600;
	color: #0e5298;
	border-bottom: 1px dashed #dbdbdb;
}
.ad_other_mjsh_tw_content div .con{
	line-height: 26px;
}

.ad_other_box3{
	/*width: 395px;*/
	/*height: 460px;*/
	overflow: hidden;
	float: left;
}


.yqlj{
	margin: 0px 10px;
	width: 990px;
	overflow: hidden;
	margin-top: 15px;
}
.yqlj ul li{
	float: left;
	display: block;
	margin-bottom: 5px;
}
.yqlj ul li img{
	width: 194px;
	height: 52px;
}

.words11_jcfc_content .box .focus img{
	width: 300px;
	height: 200px;
}
.words11_jcfc_content .box .focus{
	overflow: hidden;
	margin: 10px;
}
.words11_jcfc_content .box ul li{
	display:inline-block;
	*display:inline;
	*margin: 2px 2px;
 	*zoom:1;
	margin: 0px 5px;
}
.words11_jcfc_content .box .midd{
	width: 276px;
	height: 50px;
	float: left;
	overflow: hidden;
	position:relative;
}
.words11_jcfc_content .box ul{
	height: 50px;
	display:inline-block;
	white-space: nowrap;
	position: relative;
}
.words11_jcfc_content .box ul li img{
	width: 61px;
	height: 50px;
	*width: 57px;
	height: 46px;
	border: 2px solid #fff;
}
.words11_jcfc_content .box .left{
	width: 17px;
	height: 50px;
	float: left;
	background: url(../img/index/words11_jcfc_content_left_but.png) no-repeat center;
	cursor: pointer;
}
.words11_jcfc_content .box .right{
	width: 17px;
	height: 50px;
	float: right;
	background: url(../img/index/words11_jcfc_content_right_but.png) no-repeat center;
	cursor: pointer;
}
/**********************index.css 结束***********************/

/**********************style2.css 结束***********************/
/* 公共样式表css */
html,body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    border: 0;
}

body {
    background: #fff;
    color: #666;
}

/*html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}*/

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

/*li {
    list-style: none;
}*/

a {
    color: #666;
}

a:hover {
    color: #eee;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

/* 必要布局样式css */
.slide-content {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.slide-title {
    font-size: 24px;
    color: #313131;
    letter-spacing: 5px;
    line-height: 1;
    text-align: center;
}

.slide-links {
    margin-top: 0;
    text-align: center;
}

.slide-links a {
    background-color: #20b573;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #20b573;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 2px;
}

.slide-links a:hover {
    background: #188a57;
    color: #fff;
}

.slide-item-body ul li {
    width: 33.333%;
    float: left;
    display: block;
    height: 200px;
    padding-top: 42px;
    margin-bottom: 30px;
    border: none;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: inherit;
    padding-top: 0;
    border-radius: 0;
    background-color: #f5f5f5;
    color: #000;
    z-index: 10002;
}

.slide-item-body ul li a {
    display: block;
    box-shadow: 0 5px 20px 1px rgba(49, 49, 49, 0.2);
}

.new-img img {
    /*width: 100%;*/
   /*height: auto;*/
    width: 300px;
    height: 200px;
    
    border: none;
    display: block;
}

.slide-item {
    width: 870px;
    position: relative;
    margin: 0 auto;
    /* overflow: hidden; */
}

.slide-item-box {
    /*padding: 50px 0;*/
}

.new-body {
    padding: 20px 20px 20px 20px;
}

.new-body-title {
    height: 48px;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    color: #616161;
    letter-spacing: 1px;
}

.new-body-text {
    padding-top: 5px;
    /* height: 42px;
    min-height: 50px; */
    line-height: 18px;
    font-size: 12px;
    color: #919191;
    overflow: hidden;
}

.slide-item-body {
    /* padding-top:20px; */
    margin-left: -70px;
}

.slide-item-body ul li {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 20px;
}

.slide-item-body .tempWrap {
    padding-top: 20px;
    background: #f5f5f5;
}

.slide-item-body ul {
    padding-top: 10px;
    overflow: visible;
}

.slide-item-body ul li:hover {
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    z-index: 1002;
    position: relative;
    left: 0;
}

.nextpic {
    position: absolute;
    top: 49%;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 60px;
    -webkit-background-size: 60px;
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
    right: auto;
    left: -157px;
    height: 60px;
    width: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.next-bg {
    background-image: url("../../images/btn-fl2-1.png");
}

.next-bg:hover {
    background-image: url("../../images/btn-fl2.png");
}

.prev {
    position: absolute;
    top: 49%;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 60px;
    -webkit-background-size: 60px;
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
    right: -179px;
    height: 60px;
    width: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.prev-bg {
    background-image: url("../../images/btn-fr2.png");
}

.prev-bg:hover {
    background-image: url("../../images/btn-fr2.png");
}

#navul li.navmoon-custom {
    background: #fe8504;
    /* border: #004E6C 1px solid; */
    width: 150px;
    height: 70px;
    line-height: 70px;
}
/**********************style2.css 结束***********************/

/**********************lbt1.css 开始***********************/
#divSmallBox{overflow:hidden;*display:inline;*zoom:1;width:10px;height:10px;margin:0 5px;border-radius:10px;background:#ffffff;}
#playBox{ width:100%; height:500px; position:relative; overflow:hidden;}
#playBox .oUlplay { width:99999px; position:absolute; left:0; top:0;}
#playBox .oUlplay li{ float:left; position: relative; z-index: 1;}
#playBox .oUlplay li p{width: 100%; height: 40px; line-height: 40px; background-color: rgba(0,0,0,0.3); color: #FFF; text-align: center;
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden; 
	margin: 0px;
	padding: 0px 10px;  
	position: absolute; z-index: 10; left: 0px; top: 0px;}
#playBox .pre{ cursor:pointer; width:45px; height:45px; background:url(../../img/index/lbt_left_but.png) no-repeat; position:absolute; top:250px; left:10px; z-index:10;}
#playBox .next{ cursor:pointer; width:45px; height:45px; background:url(../../img/index/lbt_right_but.png) no-repeat; position:absolute; top:250px; right:10px; z-index:10;}
#playBox .smalltitle {width:100%; height:20px; position:absolute; bottom:15px; z-index:10}
#playBox .smalltitle ul{text-align: center;}
#playBox .smalltitle ul li{ width:30px; height:5px; background:#e4e4e4; overflow:hidden;display:inline-block;
	*display:inline;
	*margin: 2px 2px;
 	*zoom:1;}
#playBox .smalltitle .thistitle{ background:#206f96;}


/**********************lbt1.css 结束***********************/

/**********************main.css 开始***********************/
/*body, div, ul, li{
	margin:0;
	padding:0;
	line-height: 36px;
}*/
body{
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:25px;
	font-size:16px;
}
a:link, a:visited {
	text-decoration:none;
	color:#333333;
}
a:hover {
	text-decoration: underline;
	color:#e60000;
	text-decoration:none;
}

/*ul, ul li {
	list-style-type:none;
}*/
.cl {
	zoom:1;
}

/*网站头部*/
.col960 {
	width:960px;
	margin:auto;
}
.navbg {
	height:70px;
	width: 100%;
	/* background: #e60000; */
	background: #cb0202;
	box-shadow: 1px 1px 7px #999;
	position:absolute;
	z-index:99;
	left:0;
}
#navul{
    margin: 0;
    padding: 0;
}

#navul li {
	float: left;
	margin-right: 1px;
	width:150px;
	height:70px;
	position:relative;
	text-align:center;
	line-height:70px;
	font-size: 20px;
	margin: 0;
    padding: 0;
}

#navul li a{
	width: 100%;
    height: 100%;
    display: inline-block;

}

#navul li.navhome {
	text-align:center;
	padding:0 0px 0 0px;
	width:100px;
}
#navul li a:link, #navul li a:visited {
	color:#FFFFFF;
}
#navul li ul {
	display:none;
	position:absolute;
	z-index:10000;
	top:70px;
	left:-1px;
	/*border:white 1px solid;*/
	border-bottom:none;
	margin: 0;
    padding: 0;
}
#navul li ul li {
	display:block;
	width:145px;
	float:none;
	margin-right:0px;
	height:50px;
	position:relative;
	line-height:50px;
	/*border-bottom:white 1px solid;*/
	font-size:18px;
	background-color: #e60000;
	margin: 0;
    padding: 0;
}
#navul li.navmoon {
	background:#fe8504;
	/*border:#004E6C 1px solid;*/
	width:145px;
	height:70px;
	line-height:70px;
}
#navul li.navmoon a {
	color:#FFFFFF;
}
#navul li.navhome a:hover {
	color:#FCFF00;
}
#navul li.navmoon ul {
	display:block;
}
#navul li.navmoon ul a {
	display:block;
	width:145px;
	height:50px;
	line-height:50px;
}
#navul li.navmoon ul a:hover {
	background-color: #fe8504;
	/*opacity:0.5;*/
}

#navul li ul li:hover{
	/*opacity:0.5;*/
}

/**********************main.css 结束***********************/

/* /**二维码模块** */
.fixation {
    position: fixed;
    right: 9.75px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 102.19px;
    height: 158px;
    border-radius: 8px 8px 8px 8px;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: -1px -1px 20px 0px rgb(0 0 0 / 11%);
    box-shadow: -1px -1px 20px 0px rgb(0 0 0 / 11%);
    z-index: 999;
}

.fixation .fixdv {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66px;
    height: 66px;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.fixation .fixdv:nth-child(1) {
    background: url(../../img/weixin.png) center no-repeat #f9f9f9;
    background-size: 39px 32px;
}
.fixation .fixdv:nth-child(1):hover {
    background: url(../../img/wei2.png) center no-repeat #B80000;
    background-size: 39px 32px;
}

.fixation .fixdv:nth-child(2) {
    background: url(../../img/weibo.png) center no-repeat #f9f9f9;
    background-size: 39px 33px;
}

.fixation .fixdv:nth-child(2):hover {
    background: url(../../img/weibo2.png) center no-repeat #B80000;
    background-size: 39px 33px;
}

.fixation .fixdv:hover img {
    width: 100px;
    opacity: 1;
}

.fixation .fixdv img {
    position: absolute;
    top: -20px;
    left: -120px;
    width: 0;
    height: 100px;
    opacity: 0;
    -webkit-transition: width 0s, opacity 0.5s 0.1s;
    transition: width 0s, opacity 0.5s 0.1s;
}

.logo{
	height: 249px;
	background: url(/img/3.jpg)  no-repeat center bottom;
}