body { background: url(../images/bosy_bg.jpg) center top fixed; overflow: auto; -webkit-background-size: cover;
    	background-size: cover; }
.navAdd {
	width: 100%;
	position: fixed;
	top: 0;
	background-color: #fff;
}
/*两边的ad begin */
.adLeft { 
	/*border: 1px solid red;*/
	width:178px; 
	position: fixed; 
	top: 124px; 
	left: 0; 
	height: 591px;
	background: url(../images/124_03.jpg) no-repeat;
	z-index: 20; 
}
.adRight { 
	width:178px; 
	position: fixed; 
	top: 124px; 
	right: 0; 
	height: 591px;
	background: url(../images/124_03.jpg) no-repeat;
	z-index: 20; 
}
/*两边的ad end */
/* header begin */

.header {
	width: 100%;
}
.header img {
	width: 100%;
}

/* main begin */
.listMain {
    width: 100%;
    height: 100%;
    position: relative;
    /* margin-top: -30%; */
    padding-top: 60%;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center 0;
    /* background-repeat: no-repeat; */
    /* background-image: url(../images/listMain_bg.jpg); */
    z-index: 6;
}
.main {
    width: 930px;
    height: 500px;
    margin: 0 auto 50px;
    overflow: hidden;
}
.atmain {
    width: 1000px;
    margin: 10% auto 20px;
    overflow: hidden;
    background: url(../images/atmain_bg.png);
    border-radius: 30px;
    position: relative;
    z-index: 6;
}
.atmainA {
	height: auto;
}
.listmain {
    width: 980px;
    margin-top: -53%;
}
/* 文章 begin */
.main h1 {
    height: 70px;
    line-height: 90px;
    font-size: 28px;
    color: #333;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px dashed #c9c5c4;
}
.main .span {
    display: block;
    text-align: center;
    line-height: 40px;
    color: #333;
    margin-bottom: 30px;
}
.main p {
	font-size: 14px;
	line-height: 27px;
}
.main img {
	margin: 0 auto;
}


/* 文章 end */
/* list begin */
.zhaopian {
	width: 900px;
	margin:40px auto 0;
	overflow: hidden;
}
.zpIn {
	width: 950px;
	min-height: 350px;
	overflow: hidden;
}
.zpIn ul { overflow: hidden; _zoom: 1 }
.zpIn ul li {
	width: 130px;
	height: 85px;
	float: left;
	margin: 0 25px 40px 0;
	/*border: 2px solid #ff3700;*/
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.zpIn ul li img {
	-o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}
    
.zpIn ul li:hover img {
	-o-transform: scale(1.5,1.5) ; 
	-webkit-transform: scale(1.5,1.5)  ; 
	-ms-transform: scale(1.5,1.5) ; 
	-moz-transform: scale(1.5,1.5) ; 
	transform: scale(1.1,1.1) ; 
}
.zpIn ul .limainli08 {
	margin-right: 335px;	
}
.zpIn ul li img {
	width: 128px;
	height: 85px;
	/* margin-bottom: 10px; */
}
.zpIn ul li p {
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    /* color: #e95025; */
    color: #fff;
    position: absolute;
    bottom: -40px;
    left: 0;
    background: rgba(0,0,0,0.6);
    width: 128px;
    padding: 5px 0;
	display: none;
}

img { display: block; }
.scrolltab {
	overflow: hidden;
}
.xiaotu {
	overflow: hidden;
}
.scrolltab li {
	float: left;
	margin-left: 20px;
	width: 100px;
	height: 100px;
	background-color: #000;
}
.scrolltab li a {
	float: left;
	width: 100px;
	height: 100px;
	background-color: #000;
}
.grayDiv { 
	width: 100%; 
	height: 100%; 
	background: #000; 
	opacity: 0.7; 
	filter:alpha(opacity=70); 
	position:fixed; 
	z-index: 99; 
	display: none;
}
@media \0screen {
	.grayDiv { 
		width: 100%; 
		height: 100%; 
		background: #000; 
		opacity: 0.7; 
		filter:alpha(opacity=70); 
		position:fixed; 
		z-index: 99; 
		display: none;
	}
}
.scrollZs {
    width: 620px;
    height: 400px;
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    display: none;
    margin: -200px 0 0 -300px;
}
.scrollZs .datu {display: none; width: 10000%; }

.szIn {
    width: 600px;
    height: 400px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -300px;
    /* border: 1px solid #000000; */
    background-color: #000;
}
.szIn ul {
	width:1000%;
	position:absolute;
	left:0;
	top:0;
}

.szIn ul li {
    float: left;
    width: 600px;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.szIn ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.szIn ul li img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;

}
.szIn ul li p {
	z-index: 999999;
	position: absolute;	
	bottom: 0;
	text-align: center;
	width: 100%;
	min-height: 50px;
	line-height: 50px;
	color:#fff;
	font-size: 16px;
	background-color: #000;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=50);
}



/* 左右按钮 开始 */
.btn a {
		width:45px;
		height:100px;
		position:absolute;
		z-index: 10000;
		top:50%;
		margin-top: -50px;
		/* opacity: 0.1; */
		color: red;
		display: none;
		/* background: url(../images/sprite.png) 0 0 no-repeat; */
	}
.btn .left {
    left: -60px;
    background: url(../images/sprite_l.png) 0 0 no-repeat;
}
.btn .right {
    right: -60px;
    background: url(../images/sprite_r.png) 0 0 no-repeat;
}
.btn a:hover {
		/* opacity: 0.5; */
	}
.closeBtn {
    position: absolute;
    right: -20px;
    top: -54px;
}
.closeBtn a {
	display: block;
	/*width: 30px;
	height: 30px;
	background-image: url(../images/11.png);
	opacity: 0.9;*/
	font-size: 50px;
	text-decoration: none;
	color: #fff;
}



.center {
	position: absolute;
	bottom: -10px;
	left: 50%;
	height: 60px;
	margin-top: 10px;
	overflow: hidden;
	margin-bottom: 16px;
}


.btnright { background: url(../images/btnleft_r1_c15.png) 0 0 no-repeat;}
.center { float: left; }
.center a {
	float: left;
	width:78px;
	height: 58px;
	overflow: hidden;
	margin-left: 10px;
	border: 1px solid #ccc;
}
.center a.current {
	width: 76px;
	height: 56px;
	border: 2px solid #E9A171;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
/* list end */

/* main end */
.mainzp {
	width: 960px;
	margin: 0 auto 30px;
}
.mainzp h1 {
	font-size: 24px;
	color: #ff4e00;
	text-align: center;
	line-height: 60px;
	font-weight: normal;
}
.mzpIn {
	width: 930px;
	margin: 0 auto;
	
	position: relative;
}
.mzpIn img {
	border: 15px solid #fff;
	margin: 0 auto;
	box-shadow: 0px 0px 8px #999;
	width: 640px;
	height: 425px; 
}
.mzpIn a { 
	display: block;
	width: 24px;
	height: 50px;
	position: absolute; 
	top: 50%;
	margin-top: -25px; 
	cursor: pointer;
}
.mzleft {
	left: 0px;
	background: url(../images/mzlefth.png) no-repeat;
}
.mzleft:hover {
	background: url(../images/mzlefth.png) no-repeat;
}
.mzright {
	right: 0px;
	background: url(../images/mzright.png) no-repeat;
}
.mzright:hover {
	background: url(../images/mzright.png) no-repeat;
}
/*分页*/
.xcB {
	width: 960px;
	text-align: center;
	overflow: hidden;
	_zoom: 1;
	margin: 20px auto 0;
}
.xcB span {
	width: 45%;
	float: left;
	color: #333;
	display: block;
	margin:0;
	
}
.xcB .xcbS1 {
	text-align: right;
}
.xcB .xcbS2 {
	text-align: left;
	float: right
}
.xcB a {
	color: #333;
}
.xcB a:hover {
	color: #ff3700;
}
/* page begin */
.page {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}
.page .thisclass a{
	color:red;
}
.page ul {
	overflow: hidden;
	margin: 0 auto;
}
.page li {
    float: left;
    padding: 0 3px;
    cursor: pointer;
    margin: 0 2px;
    border: 1px solid #e7364a;
}
.page li.thisclass {
    float: left;
    padding: 0 3px;
    cursor: pointer;
    margin: 0 2px;
	color: #fff;
    border: 1px solid #e7364a;
    background-color: #e7364a;
}
.page li:hover {
	color: #E8391C;
}

/* page end */
	.footer { position: fixed; bottom: 0; left: 0; width: 100%; }

.footer img {
	width: 100%;
}
#bb {
    /* margin: 50px 0 20px 0; */
    position: absolute;
    top: 38%;
    width: 100%;
    color: #fff;
}
/* 文字详细 begin */
.xx_header,.xxheader_img {
    position: fixed;
    top: 0;
    background-image: url(../images/headertop_01.jpg);
    background-position: center 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-top: 6%;
    z-index: 10;
}

.xxheader_img {
    background-image: url(../images/headertop_02.jpg);
    /* top: 18%; */
    padding-top: 7%;
    width: 100%;
    background-position: center bottom;
    z-index: 20;
}
/* 文字详细 end */


body { overflow: hidden; }

/*
@media screen and (max-width: 1366px) {
	body { overflow: auto; }
	.footer { position: absolute; bottom: 0; }
	#bb { top: 28%; }
}

*/

@media screen and (max-width: 1366px) {

	#bb { top: 28%; }
}

