@charset "utf-8";
/*header*/
@import url("reset.css");

.header{
	position: fixed;
	z-index: 99;
	height: 61px;
	width: 100%;
	max-width: 720px;
	background-color: #FF0000;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.header.index-header{
	height: 61px;
}
.header .head-title-img{
	position: relative;
/*	background: rgba(0,0,0,0.6);*/
}
.head-title-img .natural{
	display: block;
	position: absolute;
	top: 2px;
	width: 60px;
	height: 60px;
	left: 50%;
	margin-left: -30px;
	-webkit-animation: z 5s linear 0s infinite;
    -moz-animation: z 5s linear 0s infinite;
    -ms-animation: z 5s linear 0s infinite;
    animation: z 5s linear 0s infinite;
    box-shadow: 0px 0px 20px #000;
    border-radius: 50%;
}
@-webkit-keyframes z {
	from {
		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
	}
	to {
		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
	}
}
.header .logo-box{
	height: 61px;
}

.header .logo{
	float: left;
	height: 61px;
	margin-left: 10px;
}
.header .logo .logo-img{
	width: 208px;
	height: 61px;	
}
.header .bank{
    float: right;
    position: relative;
    width: 56px;
    height: 44px;
    margin-top: 10px;
}
.header .bank a{
	display: block;
    color: #fff;
    font-size: 8pt;
}
.header .bank img{
	display: block;
	width: 30px;
	height: 30px;
	margin:0 auto;
}




.nullbox{
	height: 62px;
}
.subnullbox{
	height: 61px;
}
/*nav*/
.nav{
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
	border-top: 1px solid #000;
}
.nav span{
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	width: 16.66%;
	text-align: center;
	cursor: pointer;
}
.nav span:hover{
	background:#292929;
}
.nav.pf span:hover{

}
.box{
	margin: 5px 0;
	border-radius: 5px;
	overflow: hidden;
	background-color: #FF0000;






	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
}
/*news*/
.news-title{
	float: left;
    height: 35px;
    line-height: 35px;
    padding-left: 5px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;

}
.news-title img{
	display: block;
	float: left;
	width: 35px;
	height: 35px;
	margin-right:5px;
}
.txtMarquee-left{ padding:0 5px;width:auto;position:relative;height:35px;line-height: 35px;overflow: hidden;}
.txtMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.txtMarquee-left .bd ul li{ margin-right:20px;  float:left; height:35px; line-height:35px;  text-align:left; _display:inline; width:auto !important;color: #000;  }/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
.txtMarquee-left .bd ul li a{color: #fff;}
.txtMarquee-left .bd ul li a:hover{text-decoration: underline;}


/*content*/
.subnav{
	border-radius:5px;
	padding:5px 0;
	background: rgba(255,255,255,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c8ffffff, endcolorstr=#c8ffffff);
	overflow: hidden;
}
.subnav a{
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    font-size: 12pt;
    color: #000;
    font-weight: bold;
    text-shadow: 0px 2px 1px #ff9c00;
}
.subnav a img{
	display: block;
	width: 84px;
	height:76px;
	margin:0 auto 2px;
	animation-duration:1s;
	animation-fill-mode:both;
}
.subnav a:nth-child(1) img,.subnav a:nth-child(2) img{
	animation-name:fadeInLeft;
}
.subnav a:nth-child(3) img{
	animation-name:bounceInDown;
}
.subnav a:nth-child(4) img,.subnav a:nth-child(5) img{
	animation-name:fadeInRight;
}
.ggimg{
	margin:5px 0;
}
.ggimg a img{
	width: 60px;
	height: 60px;
}
@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}
@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}
@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}
.subnav a:hover{
	animation-name:pulse;
	animation-duration:1s;
	animation-fill-mode:both;
}
@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}
.pad{
	padding:4px 4px;
}
.xjbox{
	margin: 5px 0;
    border-radius: 5px;
    overflow: hidden;
    background: #000;
}
.sup-title{
	font-size: 14pt;
	height: 50px;
	line-height: 50px;
	margin:5px 0;
	text-align: center;
	color: #fff;
	background: #b99b5f;
	border-radius: 5px;
	text-shadow: 0px 1px 10px #000;
	overflow: hidden;
	border:1px solid #000;

}
.jiesitable{
	width: 100%;
	text-align: center;
	word-wrap: break-word;
	font-size:13pt;
	table-layout: fixed;
	border-radius: 8px;
	color: #fff;
	font-weight: bold;
	font-family: 'simsun';
}
.jiesitable tr{
	height: 30px;
}
.jiesitable th,.jiesitable td{
/*	white-space: nowrap;
	overflow: hidden;*/
	text-overflow: ellipsis;
	border:1px solid #b69157;	
}
.listtable{
	color: #000;
	table-layout: fixed;
}

.listtable tr{
	height: 25px;
}
.listtable th,.listtable td{
	padding:4px 4px;
}
.listtable th{
	font-size: 20pt;
	text-align: center; 
	border-bottom:1px solid #000;
	text-shadow: 1px 4px 1px #b99b5f;
}
.listtable td{
	height: 36px;
	/* [disabled]padding-left: 40px; */
	/* [disabled]background: url(img/tj.gif) 5px center no-repeat; */
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #b99b5f;
	font-size: 12pt;
}
.listtable td a{
	display: block;
	height: 27px;
	line-height: 27px;
	color: #000;
	font-weight: bold;
	padding-right: 22px;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(img/arrow.gif) center right no-repeat;
}


.listtablea{
	color: #000;
	table-layout: fixed;
}

.listtablea tr{
	height: 25px;
}
.listtablea th,.listtablea td{
	padding:4px 4px;
}
.listtablea th{
	font-size: 20pt;
	text-align: center; 
	border-bottom:1px solid #000;
	text-shadow: 1px 4px 1px #b99b5f;
}
.listtablea td{
	height: 36px;
	padding-left: 40px;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #b99b5f;
	font-size: 12pt;
}
.listtablea td a{
	display: block;
	height: 27px;
	line-height: 27px;
	color: #000;
	font-weight: bold;
	padding-right: 22px;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(img/arrow.gif) center right no-repeat;
}





.img-title{
	width: 65%;
	float: right;
	text-align: center;
	margin-bottom: 35px;
}
.img-title h1{
	margin-top: 30px;
	font-size: 52px;
	letter-spacing: 6px;
	text-shadow: 0px 2px 1px #000;
	color: red;
}
.img-title h2{
	margin-top: 32px;
	font-size: 24px;
	color: #0060ff;
	letter-spacing: 13px;
	text-shadow: 0px 2px 1px #000;
}
.text-box{
    height: 197px;
    background-repeat: no-repeat;
    background-position: left top no-repeat;
    background-image: url(img/zgl.png);
}
.listtable.icon6{
	background: #fff url(img/img1.png) bottom right no-repeat;
}
.listtablea.icon7{
	background: #fff url(img/img1.png) bottom right no-repeat;
}
.listtable.icon6 td a{
	color: #000;
}
.xjimg-list{
	background: rgba(255,255,255,0.6)
}
.img-list-box{
	background: url(img/img2.png) top right no-repeat;
}
.img-list-title{
	margin:5px 0;
	text-align: center;
	font-size: 32px;
	color: #ffff00;
	font-weight: bold;
	text-shadow: 0px 1px 1px #000;
}


.sideMenup{ height: 160px;border:1px solid #000; border-radius: 1px;overflow: hidden;}
.sideMenup ul{ padding:0px 15px; color:#999; display:none;}
.sideMenup ul li{
	float: left;
	width: 25%;
	height: 50px;
}
.sideMenup ul li a{
	display: block;
	width: 90%;
	margin:0 auto;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(97,152,191,0.7);
	border-radius: 10px;
	border:1px solid #fff;
	color: #000e42;
	font-size: 18px;
	transition: all 0.5s;
}
.sideMenup ul li a:hover{
	background: rgba(0,0,0,0.7);
	color: #fff;
	border:1px solid #000;
}




.sideMenu{ height: 248px;border:1px solid #000; border-radius: 5px;overflow: hidden;}
.sideMenu h3{ height:42px; line-height:42px; padding-left:10px;  cursor:pointer;font-size:20px;color: #fff;text-align:center;background: #000;border-bottom:1px solid #fff;}
.sideMenu h3 em{ float:right; display:block; width:40px; height:42px;   background:url(img/icoAdd.png) 16px 12px no-repeat; cursor:pointer; }
.sideMenu h3.on em{ background-position:16px -57px; }
.sideMenu ul{ padding:20px 25px; color:#999; display:none;}
.sideMenu ul li{
	float: left;
	width: 25%;
	height: 80px;
}
.sideMenu ul li a{
	display: block;
	width: 90%;
	margin:0 auto;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: rgba(97,152,191,0.7);
	border-radius: 10px;
	border:1px solid #fff;
	color: #000e42;
	font-size: 18px;
	transition: all 0.5s;
}
.sideMenu ul li a:hover{
	background: rgba(0,0,0,0.7);
	color: #fff;
	border:1px solid #000;
}
.qxtable{
	/* [disabled]color: #000; */
	/* [disabled]background: #fff; */
	font-weight: bold;
	word-wrap: break-word;
	word-break: break-all;
	text-align: center;
	;
	table-layout: fixed;
}
.qxtable tr {
     height: 30px; 
}
.qxtable th, .qxtable td {
    border:1px solid #656565;
}
.qxtable th{
	font-size: 18px;
	background: #fff89c;
	text-align: center;
	color: red;
}
.qxtable td {
	text-overflow: ellipsis;
	font-size: 16px;
	color: #000000;
}
.qxtable.left{
	text-align: left;
}
.qxtable.left th{
	text-align: left;
}
.qxtable.yxym{
	table-layout:auto;
	word-wrap: break-word;
    word-break: break-all;
/*    background:#fff url(img/tjl.png) center center no-repeat;
*/}
.qxtable.yxym td{
	font-size: 12pt;
	border-width: 1pt;
}
.qxtable.yxym tr td:nth-child(1){
	background: #ff00ff;
}
.qxtable.yxym tr td:nth-child(3){
	background: #66ffff;
}
.qxtable.yxym tr td:nth-child(2){
	background: #ffff00;
	width: 60%;
}
.list-title{
	height: 40px;
	line-height: 40px;
	font-size: 20pt;
    text-align: center;
    border-bottom: 1px solid #000;
    text-shadow: 1px 4px 1px #b99b5f;
    background: #fff;
    color: #000;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#yxym .list-title{
	background: linear-gradient(transparent,#dacfcf);
	color: yellow;
	text-shadow: 0px 0px 10px red;
	border-left: 1px solid #656565;
	border-right: 1px solid #656565;
}
/*友情链接*/
.yqlj .link{
    height: 30px;
    line-height:30px;
    text-align: center;
    border-bottom: 1px solid #000;
    background:#0000FF;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
    font-size: 16px;
}
.yqlj li{
    float: left;
    padding:2px 1px;
    width: 25%;
}
.yqlj li a{
    display: block;
    text-align: center;
    background:#000;
    color: #fff;
    padding:2px 0;
    border:1px solid #fff;
    border-radius: 3px;
    transition: all 0.3s;
}
.yqlj li a:hover{
    text-decoration: underline;
}
.jueshatable{
	table-layout: auto;
	color: #000;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	background: rgba(255,255,255,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99ffffff, endcolorstr=#99ffffff);
}
.jueshatable tr{
	height: 35px;
}
.jueshatable th{
	background: #000;
	color: #fff;
	border:1px solid #636262;
}
.jueshatable td{
	font-weight: bold;
	border:1px solid #636262;
}


/*footer*/
.foot-img{
	padding-bottom: 30px;
	background: url(img/foot-img.png) center bottom no-repeat;
}
.footer-link{
	height: 30px;
	line-height:30px;
	text-align: center;
	border-bottom: 1px solid #000;
	background:#000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.footer-link a{
	color: #6198bf;
	margin:0 10px;
}
.footer-link a:hover{
	text-decoration: underline;
}
.copyright{
	width: 80%;
	margin:0 auto;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom:5px;
	border-bottom:1px solid #000;
}
.xjct{
	background:rgba(189,182,87,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99bdb657, endcolorstr=#99bdb657);
}






/*sub*/
.tablebox{
	text-align: center; 
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
.tablebox tr{
	line-height: 32px;
}
.tablebox td{
	border: 1px solid #e5e5e5;
    word-break: break-all;
    padding: 3px 2px;
}
.tablebox a{
	color: rgb(255, 0, 0);
	text-decoration: underline;
	font-weight: bold;
	font-size: 16px;
}
.subList-bg{
	background:#fff url(img/subList-bg.png) top right no-repeat;
}
.subTextTitle{
	color: #000;
    padding: 8px 8px 0px 8px;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
}
.subTextTitle h1{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
    font-size: 18px;
    font-weight: bold;
}
.subTextTitle h2{
	color: #9e6101;
	text-indent: 6px;
}
.subTextTitle p{
	color: #d2b335;
	border-top: 1px solid #ffeda4;
	border-bottom: 1px solid #ffeda4;
	padding:10px 0;
	margin-top:10px;
	text-indent: 6px;
}
.tablebox.imgbox a {
    display: block;
    height: 44px;
}
.tablebox.imgbox img {
    width: 100%;
    height: 44px;
}
.subListTable{
	padding:4px 8px 8px 8px;
	color: #000;
}
.subListTable td{
	line-height: 32px;
	border-bottom: 1px solid #ffeda4;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}
.foot-subTextTitle{
	padding:0 8px;
}
.foot-subTextTitle p{
	color: #d2b335;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffeda4;
}



@media screen and (max-width: 720px){
	.box,.subnav,.xjbox{
		margin:5px 5px ;
	}
	.subnav a{
		font-size: 11pt;
	}
	.subnav a img{
		width: 67.2px;
		height: 60.8px;
	}
	.ggimg a img{
		width: 40px;
		height: 40px;
	}
	.xjbox table,.listtable td{
		font-size: 10pt;
	}
	.sideMenu ul li a{
		font-size: 12px;
	}
	.img-title{
		width: 90%;
	}
	.img-title h2{
		letter-spacing: 7px;
	}
	.head-title-img .natural{
		left: 73%;
	}
	.header .logo{
		margin-left: 0px;
	}
	.nav span{
		font-size: 10px;
	}
	.qxtable.yxym td{
		font-size: 12px;
	}
	.qxtable.yxym tr td:nth-child(2){
		font-size: 13px;
	}
}




a{
	text-decoration:none;
}
.lunbo{
	height: 150px;
	width: 100%;
	margin:0 auto;
	position:relative;
}
.lunbtn{
	position:absolute;
	width: 30px;
	height: 32px;
	top: 50%;
	z-index: 99;
	margin-top:-16px;
	opacity: 0;
	transition: all ease 0.5s;
		-webkit-transition: all ease 0.5s;
		-moz-transition: all ease 0.5s;
		-o-transition: all ease 0.5s;
}
.leftbtn{
	left: 10px;
	background: url(img/leftbtn.png) no-repeat center top;
}.rightbtn{
	right: 10px;
	background: url(img/rightbtn.png) no-repeat center top;
}
.lunbo:hover .lunbtn{
	opacity: 1;
}
.lunbo ul li{
	position:absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	display:none;
}
.lunbo ul li a{
	display:block;
	height:100%;
}
.lunbo ul li img{
	width:100%;
	height:100%;
}
.lunbo ul li.no1{
	display:block;
}
.yuandian{
	position:absolute;
	bottom: 10px;
	text-align:center;
	left: 0px;
	width:100%;
	z-index: 99;
}
.yuandian span{
	display:inline-block;
	width:20px;
	height: 8px;
	background: rgba(0,0,0,0.5);
	margin:0px 5px;
}
.yuandian span.cur{
	background: rgba(255,255,255,0.5);
}
#bbssss {
    width: 100%;
    left: 4px;
    right: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 4px;
}
#bbssss img {
    float: center;
}





   .cgi-foot-blank { height: 60px; clear: both; overflow: hidden;}
    .cgi-foot-links {
    width: 100%;
    max-width: 720px;
    height: 60px;
    border-top: solid 1px #ddd;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
    background: #fff;
    background-image: -webkit-linear-gradient(90deg,rgba(162,0,2,1.00) 0%,rgba(73,0,1,1.00) 100%);
    background-image: -moz-linear-gradient(90deg,rgba(162,0,2,1.00) 0%,rgba(73,0,1,1.00) 100%);
    background-image: -o-linear-gradient(90deg,rgba(162,0,2,1.00) 0%,rgba(73,0,1,1.00) 100%);
    background-image: linear-gradient(0deg,rgba(162,0,2,1.00) 0%,rgba(73,0,1,1.00) 100%);
    position: fixed;
    bottom: 0;
    z-index: 998;
}
    .cgi-foot-links ul {}
    .cgi-foot-links ul li { float: left; width: 25%; text-align: center;}
    .cgi-foot-links ul li a {
    font-size: 15px;
    color: #F8FF00;
    text-decoration: none
}
    .cgi-foot-links ul li a.hover { color: #f00;text-decoration:none}
    .cgi-foot-links ul li a span { height: 34px; display: block;}
    .cgi-foot-links ul li a span.cfl1 { background: url(img/cfl1.png) 50% 8px no-repeat; background-size: auto 25px;}
    .cgi-foot-links ul li a span.cfl2 { background: url(img/101.jpg) 50% 8px no-repeat; background-size: auto 25px;}
    .cgi-foot-links ul li a span.cfl3 { background: url(img/game.png) 50% 8px no-repeat; background-size: auto 25px;}
    .cgi-foot-links ul li a span.cfl4 { background: url(img/wode.png) 50% 8px no-repeat; background-size: auto 25px;}
    .cgi-foot-links ul li a.hover span.cfl1 { background: url(img/cfl1.png) 50% 8px no-repeat; background-size: auto 25px;}
    .cgi-foot-links ul li a.hover span.cfl2 { background: url(img/101.jpg) 50% 8px no-repeat; background-size: auto 25px;}
    .cgi-foot-links ul li a.hover span.cfl3 { background: url(img/game.png) 50% 8px no-repeat; background-size: auto 25px;}
    .cgi-foot-links ul li a.hover span.cfl4 { background: url(img/wode.png) 50% 8px no-repeat; background-size: auto 25px;}


.footer{
	width: 100%;
	height: 55px;
	line-height: 55px;
	position: fixed;
	bottom: 0;
	max-width: 720px;
}
.footer ul{
	max-width: 720px;
	width: 100%;
	height: 100%;
	background-color: #6c2300;
	border-top: 1px solid #fff;
}
.footer li{
    float: left;
    width: 25%;
    height: 100%;
}
.footer li a{
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.footer li a div{
    height: 25px;
}
.footer li a img{
    width: 25px;
    max-height: 27px;
}
.footer li a p{
	float: left;
	width: 100%;
	height: 16px;
	line-height: 16px;
	margin-top: 8px;
	font-size: 12px;
	color: #FFFFFF;
}
.footer li a.active{
    color: #ff4925;
}


/*weixingg*/
.wx-logo{
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
}
.wx-logo img{
    display: block;
    width: 50px;
}
.wx-logo .wx-close{
    display: block;
    position: absolute;
    top: -16px;
    left: 0px;
    font-size: 12px;
    color: red;
}
.weixin-img{
    display: block;
    width: 100%;
}
.weixin-title p{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
.overlay {
    background:#000;
    filter:alpha(opacity=50);
    opacity:0.5;
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:100;
    display:none;
}
.copy-box {
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-130px;
    margin-left:-200px;
    width:400px;
    height:260px;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    display:none;
    z-index:101;
}
.close-box {
    position:relative;
    height:56px;
    line-height:56px;
    font-size:22px;
    font-weight:bold;
    color:#ff9b00;
    border-bottom:1px solid #ccc;
    text-align:center;
}
.close-box img {
    position:absolute;
    display:block;
    width:38px;
    height:38px;
    right:5px;
    top:5px;
    cursor:pointer;
}
.copy-box .text {
    padding:35px 0 26px;
    color:#000;
    line-height:39px;
    text-align:center;
    font-size:24px;
}
.copy-box .goweixin {
    display:block;
    width:75%;
    height:40px;
    line-height:40px;
    text-align:center;
    background:#ff9b00;
    color:#fff;
    font-weight:bold;
    font-size:24px;
    text-decoration:none;
    margin:0 auto;
}
.copy-box .goweixin:hover {
    top:0;
    left:0;
}
#click-btn {
    display:block;
    margin:0 auto 10px;
    width:160px;
    height:40px;
    line-height:40px;
    background:#ffd700;
    border-radius:8px;
    text-decoration:none;
    text-align:center;
    color:#620c04;
    animation-name:pulse;
    animation-duration:1s;
    animation-fill-mode:both;
    animation-iteration-count:infinite;
}
#click-btn:hover {
    top:0;
    left:0;
}
@media screen and (max-width:720px) {
.copy-box {
    width:80%;
    margin-left:0;
    left:10%;
}}

/*婊氬姩鍥剧焊*/
.picScroll-left {
    overflow:hidden;
    position:relative;
}
.picScroll-left .bd {
    padding:10px 0;
}
.picScroll-left .bd ul {
    height: 114px;
    overflow:hidden;
    zoom:1;
}
.picScroll-left .bd ul li {
    margin:0 8px;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
}
.picScroll-left .bd ul li .pic {
    text-align:center;
}
.picScroll-left .bd ul li .pic img {
    width:120px;
    height:90px;
    display:block;
    padding:2px;
    border:1px solid #ccc;
}
.picScroll-left .bd ul li .pic a:hover img {
    border-color:#999;
}
.picScroll-left .bd ul li .scroll-title {
    line-height:24px;
}
.picScroll-left .tempWrap {
    margin:0 auto;
}
.weixin-box{
	position: fixed;
	bottom: 0;
	z-index: 25;
	width: 720px;
	height: 55px;
	background: #0099cc;
	opacity: 1;
	border-top: 1px solid #e0e0e0;
	box-sizing: border-box;
	margin: auto;
	left: 0;
	right: 0;
}
.join-weixinImg{
    display: block;
    float: left;
    width: 46px;
    height: 46px;
    margin:4px 0 0 4px;
}
.join-weixinText{
    float: left;
    margin-left: 4px;
}
.join-weixinText p{
    font-size: 15px;
    color: #000;
    margin:0;
}
.join-weixinText p span{
    color: #0600ff;
    font-weight: bold;
    font-size: 20px;
}
#openWeixin{
    float: left;
    font-size: 15px;
    margin:13px 0 0 5px;
    color: #fff;
    background-color: #0600ff;
    border-color: #0383F7;
    border-radius: 7px;
    padding: 6px;
    text-decoration: none;
    font-weight:bold;
}
@media screen and (max-width: 320px){
.join-weixinText p{
    font-size: 8px;
    }
}
.gg-news{
    display: block;
    width: 50%;
    margin:0 auto;
    color: blue;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 720px){
    .gg-news{
        width: 100%;
    }
}
.img-list ul {}
.img-list {
	background-color: #FFFFFF;
                
}

