﻿@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: 180px;
	width: 100%;
	background: #0f5099;
	top: 0px;
	position: fixed;
	z-index: 199;
}

#banner_outter .banner {
	height: 180px;
	width: 1000px;
	margin: auto;
}

#banner_outter .banner .logo {
	margin-top: 30px;
	margin-left: 20px;
	float: left;
}

#banner_outter .banner .logo img{
	height: 103px;
	width: 210px;
}

#banner_outter .banner .biaoyu {
	margin-top: 50px;
	margin-left: 80px;
	float: left;
}

#banner_outter .banner .biaoyu img{
	height: 100px;
	width: 330px;
}

#banner_outter .banner .qrcode {
	margin-top: 32px;
	margin-right: 20px;
	float: right;
}
#banner_outter .banner .qrcode img{
	height: 100px;
	width: 100px;
	border: 5px solid #FFF;
}
#banner_outter .banner .qrcode span, #banner_outter .banner .qrcode a {
	color: #b6d8ff;
	font-size: 42px;
	font-weight:bold;
	line-height: 3;
}
#banner_outter .banner .qrcode a:hover {
	color:#FFF;
	text-decoration: none;
}
#banner_outter .banner .qrcode2 {
	font-size: 24px;
	color: #FFF;
	text-align: right;
	margin-top: 82px;
	float: right;
	margin-right: 10px;
}

#title_layer {
	font-size: 60px;
	color: #FFF;
	width: 1000px;
	text-align: center;
	margin-top: 310px;
	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: 48px;
	color: #000;
}

#content_layer .tit_layer .tit2 {
	font-size: 40px;
	color: #000;
}

#content_layer .tit_layer .tit3 {
	font-size: 24px;
	color: #666;
}

#content_layer .atc_layer {
	font-size: 32px;
	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;
	line-height: 1.9;
}

#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: 36px;
	font-weight: bold;
	color: #DDD;
	width: 520px;
	display: block;
	float: right;
}


#produ {
	margin: auto;
	height: 200px;
	width: 1000px;
	background-color: #0f5099;
}
#produ .editor_layer {
	float: right;
	margin-top: 25px;
	margin-right: 10px;
	text-align: right;
	line-height: 50px;
}

#produ .tpcp {
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
}
#produ .editor {
	font-size: 24px;
	color: #FFF;
}

#produ .qrcode100 {
	float: right;
	margin-top: 25px;
	margin-right: 25px;
}

#produ .qrcode100 img{
	height: 135px;
	width: 135px;
	border: 8px solid #FFF;
}

#footer {
	height: 120px;
	width: 100%;
	background-color: #06366c;
	font-size: 24px;
	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;
}








.inkPhoBox { width: 1000px; margin: 0px; }
.inkPhoBox .main{
	width:1000px;
}
.inkPhoBox .mod18{
	width:inherit;
	position:relative;
}
.inkPhoBox #prev{ background: url(../imgs/prevBtn.png) no-repeat; height: 48px; width: 24px; position: absolute; z-index: 99; left: 11px; top: 37px; cursor: pointer; }
.inkPhoBox #next{ background: url(../imgs/nextBtn.png) no-repeat; height: 48px; width: 25px; position: absolute; z-index: 99; top: 37px; right: 11px; cursor: pointer; }
.inkPhoBox .mod18 #prevTop{display:none}
.inkPhoBox .mod18 #nextTop{display:none}
.inkPhoBox .mod18 li{float:left;}
.inkPhoBox .mod18 .cf li{position:relative;color:#fff;}
.inkPhoBox .mod18 .cf li span{
	display:block;
	width:950px;
	position:absolute;
	left:0;
	bottom:0;
	padding:10px 20px;

	background:rgba(0,0,0,0.6);




filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000");}
.inkPhoBox .bigImgBox{
	width: 980px;
	height: 680px;
	/* [disabled]border: 1px solid #E1E1E1; */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.inkPhoBox .mod18 .picBox{
	width: 980px;
	height: 680px;
	position: relative;
	overflow: hidden;
}
.inkPhoBox .mod18 .picBox ul{
	height:680px;
	position:absolute;
	left:0;
}
.inkPhoBox .mod18 .picBox li{
	width: 980px;
	height: 680px;
}
.inkPhoBox .mod18 .picBox li img {
	width:980px; 
	height:680px;
}
.inkPhoBox .mod18 .picBox li span {
	font-family: "微软雅黑";
	font-size: 32px;
	line-height: 1.6;
	text-align:left;
}

.inkPhoBox .smImgBox{
	width: 980px;
	height: 101px;
	padding: 10px;
	border: 0px none #E1E1E1;
	margin-top: 0px;
	position: relative;
}
.inkPhoBox .mod18 .listBox{
	width: 980px;
	height: 101px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.inkPhoBox .mod18 .listBox ul{height:101px;position:absolute; padding-left:0px;}
.inkPhoBox .mod18 .listBox li{ width: 134px; height: 101px; cursor: pointer; position: relative; padding: 0 9px 0 0; }
.inkPhoBox .mod18 .listBox li i{display:none;}
.inkPhoBox .mod18 .listBox li a{display:block;width:134px;height:101px;}
.inkPhoBox .mod18 .listBox .on img{border:2px solid #B42222; width:130px; height:97px;}
.inkPhoBox .mod18 .listBox .on { background:url(../imgs/img_bg.jpg) center top no-repeat;}
.inkPhoBox .mod18 .listBox .on i{display:block;}
.inkPhoBox .left_top { font-family:Arial; font-size:32px; color:#fff; text-align:center; height:30px; line-height:30px; background:#333}
