/**********公共样式************/
*{
	margin:0;
	padding:0;
}
html{
	box-sizing: border-box;
}
*, *:before, *:after{
	box-sizing: inherit;
}
body,button,input,select,textarea{
	font: 16px/1.5 Arial,"Microsoft Yahei","微软雅黑";
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
	margin: 0px;
}
address,cite,dfn,em,var,i{
	font-style:normal;
}
code,kbd,pre,samp{
	font-family:courier new,courier,monospace;word-wrap: break-word; 
	white-space: normal;
}
textarea{
	resize:none;
}
button,input,select,textarea{
	font-size:100%;	
}
b{
	font-weight: normal;
}
small{
	font-size:12px;
}
ul,ol{
	list-style: none;
}
a{
	cursor: pointer;
	text-decoration: none!important;
	outline: none;
	border: 0;star:expression(this.onFocus=this.blur());
}
a:link,a:visited{
	color: #666666;
	text-decoration:none;
}
a:focus {
	outline:none;
}
a:active{
	outline: none;star:expression(this.onFocus=this.blur());
	border: 0;
}
sup{
	vertical-align:text-top;
}
sub{
	vertical-align:text-bottom;
}
fieldset{
	border:0;
}
legend{
	color:#666;
}
table{
	border-collapse:collapse;border-spacing:0;
}
img{
	vertical-align:middle;
	border: none;
}
form,label,input{
	display: block;
	background: none;
	outline: none;
	border: none;
}


/**********自定义类名************/
.mg{
	width: 1200px;
	margin: 0 auto;
}

.inline_block{
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.clear{
	overflow: hidden;
	zoom: 1;
}
.clearfix:after{
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
} 
.clearfix{
	zoom: 1;
}

.pull_left{
	float: left;
}
.pull_right{
	float: right;
}

.text_left{
	text-align: left;
}
.text_center{
	text-align: center;
}
.text_right{
	text-align: right;
}

.or_trans{
	transition: all .4s;
	-webkit-transition: all .4s;
}

/**********IE浏览器提示************/
.g-browser-update{
	text-align: center;
	font-size: 22px;
	color: #666666;
	font-weight: bold;
	width: 100%;
	height: 60px;
	line-height: 60px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -30px;
	z-index: 10;
}
.g-browser-update a{
	color: #666666;
}
.g-browser-update a:hover{
	color: #d92665;
}


body{
	background: #101010;
}

/*头部*/
.header{
	width: 100%;
}
.header a{
	display: block;
}
.header .head_top{
	height: 84px;
	background: #fff;
}
.header .logo{
	line-height: 84px;
	font-size: 0;
}
.header .hotline{
	line-height: 28px;
	font-size: 20px;
	color: #f16e16;
	margin: 14px 0;
}
.header .hotline p:first-child+p{
	padding-left: 60px;
}
.header .hotline em{
	font-size: 12px;
}

.head_nav{
	width: 100%;
	height: 60px;
}
.head_nav li{
	height: 60px;
	line-height: 60px;
	float: left;
	margin-left: 60px;
}
.head_nav li a{
	font-size: 16px;
	color: #fff;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.head_nav li:first-child{
	margin: 0;
}
.head_nav li:hover a{
	color: #f16e16;
}

.head_nav .search{
	width: 192px;
	height: 32px;
	background: #fff;
	border-radius: 20px;
	position: relative;
	margin: 12px 0;
	overflow: hidden;
}
.head_nav .search input{
	width: 192px;
	height: 32px;
	line-height: 32px;
	padding: 0 34px 0 10px;
	font-size: 14px;
	color: #333;
}
.head_nav .search a{
	width: 34px;
	height: 32px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	background: url(../img/search.png) no-repeat center;
}

.s_banner{
	width: 100%;
	text-align: center;
	height: 300px;
}
.s_banner img{
	max-width: 100%;
	height: 300px;
}

.box_sub{
	width: 100%;
	background: url(../img/bg.jpg) repeat-y center top;
	padding: 30px 0 46px;
}

.s_matter{
	width: 928px;
	color: #333;
	background: #fff;
	border-radius: 8px;
	padding: 50px 28px 90px;
}
.s_matter img{
	max-width: 100%;
}
.s_matter .show{
	min-height: 500px;
	display: none;
}

/*侧边栏*/
.s_menu{
	width: 250px;
	text-align: center;
	padding-top: 32px;
	background: url(../img/issue_zs.jpg) no-repeat center top;
}
.s_menu li{
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-top: 1px solid #ccc;
	background: #fff;
	position: relative;
}
.s_menu li:first-child{
	border: none;
}
.s_menu li a{
	display: block;
	color: #333;
	font-size: 16px;
	transition: all .4s;
	-webkit-alt: all .4s;
}
.s_menu li.on a{
	width: 260px;
	border-color: #f16e16;
	color: #fff;
	background: #f16e16;
	position: absolute;
	left: -5px;
	top: 0;
	z-index: 10;
}

/*底部*/
.footer{
	width: 100%;
}
.footer .f_top{
	height: 86px;
	line-height: 86px;
	font-size: 18px;
	color: #fff;
	background: #303030;
}
.footer .f_top .mg{
	padding: 0 142px;
}
.footer .f_top form{
	height: 48px;
	margin: 19px 0;
}
.footer .f_top input{
	float: left;
	width: 201px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #757575;
	border: 1px solid #a9a9a9;
	background: #fff;
	padding: 0 8px;
	margin-left: 5px;
}
.footer .f_top a{
	display: block;
	float: left;
	width: 84px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	background: #ff0000;
	border-radius: 6px;
	margin-left: 5px;
}
.footer .f_center{
	background: #fff;
	padding: 32px 0 40px;
}
.footer .f_center .mg{
	position: relative;
}
.footer .f_center dl{
	float: left;
	margin: 0 54px;
	text-align: center;
}
.footer .f_center dl:first-child+dl+dl+dl+dl{
	text-align: left;
	margin: 0;
	float: right;
}
.footer .f_center dl:first-child+dl+dl+dl+dl a{
	cursor: text;
}
.footer .f_center dt{
	margin-bottom: 15px;
}
.footer .f_center dd a{
	display: block;
	font-size: 12px;
	color: #999;
	line-height: 28px;
}
.footer .f_center .scan{
	float: left;
	font-size: 14px;
	color: #333;
	text-align: center;
	position: absolute;
	right: 298px;
	top: 0;
	z-index: 10;
}
.footer .f_center .scan img{
	max-width: 50%;
}
.footer .f_bottom .about{
	text-align: center;
	margin-bottom: 20px;
	font-size: 0;
}
.footer .f_bottom .about li{
	height: 20px;
	line-height: 20px;
	margin: 14px 0;
	padding: 0 20px;
}
.footer .f_bottom .about li:first-child{
	border-right: 1px solid #fff;
}
.footer .f_bottom .about a{
	color: #fff;
	font-size: 14px;
}
.footer .f_bottom .last{
	padding: 0 0 48px 48px;
}
.footer .f_bottom .last li{
	float: left;
	padding: 0 12px;
	border-right: 1px solid #212121;
}
.footer .f_bottom .last li:first-child+li{
	border: none;
}
.footer .f_bottom .last a{
	color: #7d7c7c;
	font-size: 12px;
}

.consult{
	width: 200px;
	height: 54px;
	line-height: 54px;
	font-size: 0;
	position: fixed;
	right: 10px;
	top: 40%;
	z-index: 100;
}
.consult a{
	display: block;
}
.consult img{
	max-width: 100%;
}

/*弹窗*/
.popup{
	width: 158px;
	background: #f16e16;
	color: #fff;
	text-align: center;
	position: fixed;
	left: 0;
	top: 23%;
	z-index: 100;
}
.popup img{
	max-width: 100%;
}
.popup a,.popup span{
	display: block;
}
.popup .close{
	font-size: 14px;
	color: #000;
	font-weight: bold;
	position: absolute;
	left: 4px;
	top: 4px;
	z-index: 10;
}
.popup .p_top span{
	line-height: 26px;
}
.popup form{
	padding: 6px 0 8px;
	position: relative;
}
.popup form input{
	width: 136px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #333;
	padding: 0 4px;
	background: #fff;
	margin: 0 auto 6px;
}
.popup form a{
	width: 108px;
	height: 24px;
	line-height: 24px;
	background: #333;
	color: #fff;
	font-size: 14px;
	margin: 0 auto;
}
.popup .tip{
	width: 294px;
	background: #ffecbf;
	color: #333;
	font-size: 14px;
	line-height: 22px;
	padding: 10px;
	text-align: left;
	position: absolute;
	left: 166px;
	top: 6px;
	z-index: 100;
	display: none;
}
.popup .tip em{
	color: #ff0000;
	font-style: italic;
}
.popup .tip img{
	position: absolute;
	left: -17px;
	top: 0;
	z-index: 100;
}


.s_about .advant{
	text-align: center;
}
.s_about .advant img{
	width: 70%;
}

/*搜索*/
.search_box,.search_sub{
	background: #fff;
    border-radius: 8px;
    padding: 32px 30px 40px;
    width: 1200px;
    margin: 0 auto;
}
.search_box .jilu{
	text-align: center;
}
.search_box .jilu a{
	margin: 0 4px;
}
.search_box .list{
	padding-top: 40px;
}
.search_box .list a{
	display: block;
}
.search_box .list ul{
	overflow: hidden;
	margin-right: -22.5px;
}
.search_box .list li{
	float: left;
	height: 254px;
	margin: 0 22.5px 30px 0;
	text-align: center;
}
.search_box .list .pic{
	width: 365px;
	height: 214px;
}
.search_box .list .pic img{
	width: 100%;
	height: 214px;
}
.search_box .list li p{
	width: 100%;
	line-height: 40px;
	font-size: 16px;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.search_sub .s_name{
	text-align: center;
	line-height: 40px;
	font-size: 22px;
	color: #333;
	margin-bottom: 10px;
}
.search_sub .details{
	text-align: center;
}
.search_sub .details .pic{
	margin-bottom: 20px;
}
.search_sub .details .pic img{
	max-width: 100%;
}
.search_sub .details p{
	padding: 0 100px;
	text-align: justify;
	text-indent: 2em;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}


/*视频*/
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 25px); 
}