@charset "utf-8";
/* CSS Document */

/*基础样式*/
html,body,
div,hr,pre,
h1,h2,p,h3,h4,h5,h6,
table,tr,td,th,tfoot,tbody,thead,
form,fieldset,input,textarea,select,label,
ul,ol,dl,li,dt,dd {
	margin:0;
	padding:0;
	border:0;
	outline:none;
	list-style:none;
	font-family:"微软雅黑";
}

li{list-style-type:none;}

table {border-collapse:collapse; border-spacing:0;margin:0 auto; clear:both;}
fieldset,img { border:0;}
em { font-style:normal;}
hr { height:0; clear:both;}
.none { display:none;}

.clear { clear:both;} 
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;}
* html .clearfix             { zoom: 1; } /* IE6 */ 
*:first-child+html .clearfix { zoom: 1; } /* IE7 */ 

q:before,q:after { content:'';}

a img{border:none;}

/*基础链接样式
a { text-decoration:none; outline:none;color:#122E67;}
a:hover { text-decoration:underline;}
*/
a { text-decoration:none; }
a:link { color: #900; }
a:visited { color: #900; }
a:active { color: #F00; }
a:hover { color: #F00; text-decoration: underline; }



/*专题正文样式*/
body {
	background-color: #292929;
}

#topicimg {
	background-image: url(../imgs/topicimg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: fixed;
	height: 1080px;
	width: 100%;
	margin: 0 auto auto auto;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -2;
}

#banner_outter {
	height: 100px;
	width: 100%;
	background: #0f5099;
	top: 0px;
	position: fixed;
	z-index: 199;
}

#banner_outter .banner {
	height: 100px;
	width: 1000px;
	margin: auto;
}

#banner_outter .banner .logo {
	margin-top: 12px;
	margin-left: 10px;
	float: left;
}

#banner_outter .banner .biaoyu {
	margin-top: 25px;
	margin-left: 250px;
	float: left;
}

#banner_outter .banner .qrcode {
	margin-top: 10px;
	margin-right: 10px;

	float: right;
}
#banner_outter .banner .qrcode img {
	height: 60px;
	width: 60px;
}
#banner_outter .banner .qrcode span, #banner_outter .banner .qrcode a {
	color: #b6d8ff;
	font-size: 27px;
	font-weight:bold;
	line-height: 2.8;
}
#banner_outter .banner .qrcode a:hover {
	color:#Fff;
	text-decoration: none;
}
#banner_outter .banner .qrcode2 {
	font-size: 14px;
	color: #FFF;
	text-align: right;
	margin-top: 32px;
	float: right;
	margin-right: 10px;
}

#title_layer {
	font-size: 60px;
	color: #FFF;
	width: 1000px;
	text-align: center;
	margin-top: 280px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}
#slide_layer {
	height: 811px;
	width: 1000px;
	background-color: #FFF;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#content_layer {
	width: 1000px;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#content_layer .tit_layer {
	padding-top: 80px;
	text-align: center;
}

#content_layer .tit_layer p {
	margin-top: 12px;
}

#content_layer .tit_layer .tit1 {
	font-size: 28px;
	color: #000;
}

#content_layer .tit_layer .tit2 {
	font-size: 18px;
	color: #000;
}

#content_layer .tit_layer .tit3 {
	font-size: 14px;
	color: #000;
}

#content_layer .atc_layer {
	font-size: 17px;
	line-height: 180%;
	color: #000;
	padding-top: 50px;
	padding-right: 80px;
	padding-bottom: 80px;
	padding-left: 80px;
}

#content_layer .atc_layer p{
	margin-top: 12px;
}

#further{
	margin: auto;
	width: 900px;
	padding: 20px 50px 50px 50px;
	background-color: #666;
	text-align: left;
}
#further li {
	margin-top:30px;
	width:900px;
	display: block;
}
#further li img{
	width: 330px;
	height: 210px;
	border: 10px solid #FFF;
}
#further li span{
	font-size: 24px;
	font-weight: bold;
	color: #DDD;
	width: 520px;
	display: block;
	float: right;
	margin-top: 20px;
	line-height: 36px;
}


#produ {
	margin: auto;
	height: 150px;
	width: 1000px;
	background-color: #0f5099;
}
#produ .editor_layer {
	float: right;
	margin-top: 25px;
	margin-right: 10px;
	text-align: right;
	line-height: 35px;
}

#produ .tpcp {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}
#produ .editor {
	font-size: 14px;
	color: #FFF;
}

#produ .qrcode100 {
	float: right;
	margin-top: 25px;
	margin-right: 25px;
}
#produ .qrcode100 img{
	height: 100px;
	width: 100px;
	border: 5px solid #FFF;
}

#footer {
	height: 100px;
	width: 100%;
	background-color: #06366c;
	font-size: 14px;
	line-height: 180%;
	color: #FFF;
	text-align: center;
	padding-top: 40px;
}

.bgmusic_btn{
	height: 50px;
	width: 50px;
	z-index: 50;
	margin-right: 20px;
	margin-top: 20px;
	float: right;
	display: inline-block;
	position: relative;
}
.pause {background-position: 0 bottom;}
.mscBtn {
	height: 50px;
	display: block;
	background-image: url(../imgs/bgmusic_play.png);
	background-repeat: no-repeat;
}
