* {	margin: 0; padding: 0; border:0;}
/*html {-ms-overflow-x: hidden;}*/

html,body{ width: 100%; height: 100%; font-family: "微软雅黑"; position: relative;}
body,button,input,select,textarea {	overflow: hidden; font-family:"宋体",tahoma,verdana,Arial;}
h1,h2,h3,h4,h5,h6{ font-family: "microsoft yahei","microsoft sans serif";}
ul,ol, li {	list-style: none;}
a {	outline: 0px; text-decoration: none;}
a:hover { text-decoration: none;}
img { vertical-align: middle;}
button,input,select,textarea {	overflow: hidden; font-size: 14px; resize: none;}
table,td,th { border-collapse: collapse; border-spacing: 0; font-family: "微软雅黑", arial;}
.fl{ float: left;}
.fr{ float: right;}
.ftc{ text-align: center;}
.clear::after { height: 0px; clear: both; display: block; content: "\20";}
.clear {_zoom: 1;}

.fc07{ color:#F30}

.bottomnav{ padding: 5px 0; height: 30px; line-height: 30px; font-size: 14px; text-align:left; 
	background: url(../images/p_effect_bg.png) 0px 0px; opacity:0.8; filter:alpha(opacity=80);
   position: fixed; left:0px; right: 0; bottom: 0; z-index: 888;
}
.bottomnav img{ display: inline; }
.bottomnav a{ margin:0 30px; clear:both; color: #fff; display:inline-block;}
.shoujishaoma{ display: inline-block; position: relative; }
.index_ewm{ width:100px; height:130px; position:absolute;
	background: url(../img/erweima100.png) no-repeat center;
	-webkit-animation: moveFromLeft 3s ease both;
	animation: moveFromLeft 3s ease both;
}

.index_ewm2{ width:100px; height:130px; position:absolute; bottom:30px;
	background: url(../img/erweima100.png) no-repeat center;
}

/*动画样式*/
/*从上到下*/
@-webkit-keyframes moveFromTop {
	from {
		-webkit-transform: translateY(-500%); 
		transform: translateY(-500%);
	}
}

@keyframes moveFromTop {
	from {
		 -webkit-transform: translateY(-500%); 
		transform: translateY(-500%); 
    }
}
/*从左到右*/
@-webkit-keyframes zoombig {
	from { 
		opacity:-10;		
		transform:rotate(-360deg) scale(0.1,0.1);
	}
}
@keyframes zoombig {
	from { 
		opacity:0;		
		transform:rotate(-360deg) scale(0.1,0.1);
	}
}
@-webkit-keyframes moveFromLeft {
	from { 
		-webkit-transform: translateX(-200%); 
		transform: translateX(-20%);
	}
}
@keyframes moveFromLeft {
	from { 
		-webkit-transform: translateX(-200%); 
		transform: translateX(-200%); 
	}
}

@-webkit-keyframes xuanzhuan {
	0% {	
		transform:rotate(360deg);
		-ms-transform:rotate(360deg); /* Internet Explorer */
		-moz-transform:rotate(360deg); /* Firefox */
		-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
		-o-transform:rotate(360deg); /* Opera */	
	}
}
@keyframes xuanzhuan {
	0% { 
		opacity:0;
		top:10%;
		right:-30%;
		transform:rotate(30deg) scale(0.6,0.6);
		-ms-transform:rotate(30deg); /* Internet Explorer */
		-moz-transform:rotate(30deg); /* Firefox */
		-webkit-transform:rotate(30deg); /* Safari 和 Chrome */
		-o-transform:rotate(30deg); /* Opera */
	}
	50% { 
		opacity:1; 
		top:40%;
		right:60%;		
		transform:rotate(360deg) scale(0.3,0.3);
		-ms-transform:rotate(360deg) scale(0.3,0.3); /* Internet Explorer */
		-moz-transform:rotate(360deg) scale(0.3,0.3); /* Firefox */
		-webkit-transform:rotate(360deg) scale(0.3,0.3); /* Safari 和 Chrome */
		-o-transform:rotate(360deg) scale(0.3,0.3); /* Opera */
	}
	100% { 
	    opacity:0;
		top:20%;
		right:30%;
		transform:rotate(0deg) scale(1,1);
		-ms-transform:rotate(0deg) scale(1,1); /* Internet Explorer */
		-moz-transform:rotate(0deg) scale(1,1); /* Firefox */
		-webkit-transform:rotate(0deg) scale(1,1); /* Safari 和 Chrome */
		-o-transform:rotate(0deg) scale(1,1); /* Opera */
	}
}

@-webkit-keyframes xuanzhuanA {
	0% {	
		transform:rotate(360deg);
		-ms-transform:rotate(360deg); /* Internet Explorer */
		-moz-transform:rotate(360deg); /* Firefox */
		-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
		-o-transform:rotate(360deg); /* Opera */	
	}
}
@keyframes xuanzhuanA {
	0% { 
		opacity:0;
		top:10%;
		left:-30%;
		transform:rotate(30deg) scale(0.5,05);
		-ms-transform:rotate(30deg); /* Internet Explorer */
		-moz-transform:rotate(30deg); /* Firefox */
		-webkit-transform:rotate(30deg); /* Safari 和 Chrome */
		-o-transform:rotate(30deg); /* Opera */
	}
	50% { 
		opacity:1; 
		top:40%;
		left:60%;		
		transform:rotate(360deg) scale(2,2);
		-ms-transform:rotate(360deg) scale(2,2); /* Internet Explorer */
		-moz-transform:rotate(360deg) scale(2,2); /* Firefox */
		-webkit-transform:rotate(360deg) scale(2,2); /* Safari 和 Chrome */
		-o-transform:rotate(360deg) scale(2,2); /* Opera */
	}
	100% { 
	    opacity:0;
		top:20%;
		left:30%;
		transform:rotate(0deg) scale(0.5,0.5);
		-ms-transform:rotate(0deg) scale(0.5,0.5); /* Internet Explorer */
		-moz-transform:rotate(0deg) scale(0.5,0.5); /* Firefox */
		-webkit-transform:rotate(0deg) scale(0.5,0.5); /* Safari 和 Chrome */
		-o-transform:rotate(0deg) scale(0.5,0.5); /* Opera */
	}
}


@-webkit-keyframes tobig {
	0% { 
		opacity: 0;
		transform: scale(1,1);
		-ms-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-webkit-transform: scale(1,1);
		-o-transform: scale(1,1);
	}
	50% { 
		opacity:1;
		transform: scale(1.3,1.3);
		-ms-transform: scale(1.3,1.3);
		-moz-transform: scale(1.3,1.3);
		-webkit-transform: scale(1.3,1.3);
		-o-transform: scale(1.3,1.3);
	}
	100% { 
	    transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
		-moz-transform: scale(0.8,0.8);
		-webkit-transform: scale(0.8,0.8);
		-o-transform: scale(0.8,0.8);
	}
}
@keyframes tobig{
	0% { 
		opacity: 0;
		transform: scale(1,1);
		-ms-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-webkit-transform: scale(1,1);
		-o-transform: scale(1,1);
	}
	50% { 
		opacity:1;
		transform: scale(1.3,1.3);
		-ms-transform: scale(1.3,1.3);
		-moz-transform: scale(1.3,1.3);
		-webkit-transform: scale(1.3,1.3);
		-o-transform: scale(1.3,1.3);
	}
	100% { 
		opacity:0.8;
	    transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
		-moz-transform: scale(0.8,0.8);
		-webkit-transform: scale(0.8,0.8);
		-o-transform: scale(0.8,0.8);
	}
}

/*招商样式*/

.zhaoshang {
	left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; position: relative;
}
.zhaoshang ul {
	left: 0px; top: 0px; width: 100%; position: absolute;
}
.zhaoshang ul li{ height: 100%; display: ; }
.zhaoshang ul li.box {
	height: 100%; overflow: hidden;  position: relative;
}
.zhaoshang ul .box .txt {
	position: relative;
}
.zhaoshang ul .box .txt-in {
	left: 0px; top: 20%; width: 100%; text-align: center; margin-top: 6px; position: absolute; z-index: 1000;
}
.zhaoshang ul .box .txt .p1 {
	padding-bottom: 3px; font-size: 40px;
}
.zhaoshang ul .box .txt .p2 {
	font-size: 20px;
}

.index01{ margin: 0 auto; width:90%; height: 768px; background: url(../img/dailibj00_1.png) no-repeat center;
 position:absolute; top:-300px ;
}

.dailishang305 { width:305px; height:132px; 
    position:absolute; z-index:10; top:20px; right:10%;
	-webkit-animation: moveFromTop 2s ease both;
	animation: moveFromTop 2s ease both;
}

.xing35x33{ width:35px; height:33px; background:url(../img/xing.png) no-repeat center; display:inline-block;
	position:absolute; top:0px; z-index:5; 
}
.xing65x65{ width:65px; height:65px; background:url(../img/xing65.png) no-repeat center; display:inline-block;
	position:absolute; top:50px; z-index:5;

}

#x1{ 
    -webkit-animation: xuanzhuan 6s ease both infinite;
	animation: xuanzhuan 6s ease both infinite;
}
#x2{ 
	-webkit-animation: xuanzhuan 3s ease both infinite;
	animation: xuanzhuan 3s ease both infinite;
}

#x3{ 
    -webkit-animation: xuanzhuanA 10s ease both infinite;
	animation: xuanzhuanA 10s ease both infinite;
}
#x4{ 
	-webkit-animation: xuanzhuanA 13s ease both infinite;
	animation: xuanzhuanA 13s ease both infinite;
}

.zsjianjie{ position: absolute; left: 20%; top: 20%;}
.comy{ margin-top: -280px; margin-left: -530px; width:1060px; min-height:700px; position: absolute; top: 50%; left: 50%;}
.comyL{ float:left; width:306px; }
.comyL img{ width:400px;}
.comyR{ float: right; width:620px;  }
.comyR h1{ margin-top: -30px; padding-bottom: 30px; line-height: 30px;}
.comyR h1 span{ font-size: 18px; color:#a93824;}
.comyR p{ text-indent:2em; line-height: 30px; text-indent: 2em; color: #00ffcc; }
.comyE{ clear: both; padding-left: 40px;width:960px; display: block;}
.comyE h4{ line-height: 40px; font-size: 18px; }
.comyE h4 i{ color: #a93824;  font-size: 18px;}
.yewu{ padding: 20px; padding-left: 30px;  border: #fff 1px solid; border-radius: 10px; overflow: hidden;}
.yewu p{ float: left; width: 400px; line-height: 26px;color: #a93824;　}
.yewu a{ padding-bottom:10px; width: 305px; height: 30px; line-height: 30px; font-weight: bold; display: inline-block;}
.yewu a .num{ margin-right: 15px; width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 16px; 
	border-radius: 30px; color: #fff; background: #A93824; display: inline-block;
}

/*环境*/
.huangjing{ margin-top: -380px; margin-left: -560px; width:1120px; _height:700px min-height:700px; 
	position: absolute; top: 50%; left: 50%; padding: 10px; border-radius: 10px; border: #CCCC00 10px solid;
}
.environment{width: 100%; height: 680px; overflow: hidden;}
.envitab{padding-bottom: 10px; width:100%; overflow: hidden;}
ol.navimg{ padding-left: 9px; }
ol.navimg li{ float: left; width: 175px; padding-right:10px; cursor: pointer;}
ol.navimg li img{ width: 100%; height: 100%; display: inline-block;}
.envicont{ width: 100%; overflow: hidden; position: relative;}
.envicont p{ padding-left: 10px; width: 1080px;  height: 545px;display: none; }
.envicont p:first-child{ display: block;}
.envicont img{ height: 530px; padding: 3px; border-radius: 10px; border: #CCCC00 3px solid; }
.title{ float: right; margin-top: 100px; width: 180px; color: #CCCC00;}
.title strong{ font-size: 18px; width: 180px; height: 50px; line-height: 50px; color: #666;
 				border-bottom: #ccc 1px solid; display: inline-block;
 }
.title i{ font-size: 14px; line-height: 50px; color: #999;}
.title span{ font-size: 24px;}


.bumeng{ margin-top: -350px; margin-left: -560px; width:1120px; _height:700px;height:700px; 
	position: absolute; top: 50%; left: 50%; width: 1000px; }
.bumeng00{ position:absolute; z-index:0; left:50%; top:30%; margin-left:-500px; margin-top:-240px;
    width: 1026px; height: 477px; background: url(../img/bumeng00.png) no-repeat center; display: inline-block;
    
	animation: zoombig 2s ease both;
	-webkit-animation: zoombig 2s ease both;
	-moz-transition: zoombig 2s ease both;
	-o-transform: zoombig 2s ease both;
	-ms-transition: zoombig 2s ease both;
}

.bumeng img{ width: 132px; height: 132px; position: absolute; 
	transition:All 0.8s ease-in-out infinite;
	-webkit-transition:All 0.8s ease-in-out;
	-moz-transition:All 0.8s ease-in-out;
	-o-transition:All 0.8s ease-in-out;
	-ms-transition:All 0.8s ease-in-out;
}
/*rotatex(-90deg)*/
.bumeng img:hover {
	transform:rotate(360deg) ;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
}
.bume1{  left: 10px; bottom: 170px;
    /*-webkit-animation: moveFromTop 2s ease both*/ /*infinite*/
	/*animation: moveFromTop 2s ease both*/ /*infinite*/
 }
.bume2{ left: 150px; bottom: 370px;
    /*-webkit-animation: moveFromTop 2s ease both*/  /*infinite*/
	/*animation: moveFromTop 3s ease both  ;*/
 }
.bume3{  left: 300px; bottom: 170px;
    /*-webkit-animation: moveFromTop 2s ease both ;*/
	/*animation: moveFromTop 4s ease both ;*/
 }
.bume4{  left: 450px; bottom: 370px;
    /*-webkit-animation: moveFromTop 2s ease both *//*infinite*/
	/*animation: moveFromTop 5s ease both*/ /*infinite*/
}
.bume5{ left: 620px; bottom: 170px;
    /*-webkit-animation: moveFromTop 2s ease both ;*/
	/*animation: moveFromTop 6s ease both  ;*/
 }
.bume6{ left: 790px; bottom: 370px;
    /*-webkit-animation: moveFromTop 2s ease both ;
	animation: moveFromLeft 6s ease both  ;*/
 }
.bume7{ left: 960px; bottom: 170px;
    /*-webkit-animation: moveFromTop 2s ease both ;
	animation: moveFromLeft 6s ease both  ;*/
 }
 
.honor{margin-top: -380px; margin-left: -500px; width: 1000px;  _height:760px; min-height:700px; 
	position: relative; top: 50%; left: 50%; 
}
.honorsmall{ width: 1000px;  height:760px  position: absolute; z-index: 1;}
.hors{ width: 140px; height: 140px;  position: absolute; z-index: 1; cursor: pointer;}
.hor01{ left: 0px; top: 0px;}
.hor02{ left: 220px; top: 0px;}
.hor03{ left: 430px; top: 0px;}
.hor04{ left: 660px; top: 0px;}
.hor05{ right: 0px; bottom: -30px;}
.hor06{ right: 220px; bottom: -30px;}
.hor07{ right: 430px; bottom: -30px;}
.hor08{ right: 660px; bottom: -30px;}

.honorbig{ margin: 0 auto; width: 1000px; height: 420px ; position: absolute; top: 150px; 	text-align: center;}
.honorbig img{ margin: 0 auto; height: 420px; box-shadow: #fff 0px 0px 8px; display: none;
    animation: zoombig 1s ease both;
	-webkit-animation: zoombig 1s ease both;
	-moz-animation: zoombig 1s ease both;
	-o-animation: zoombig 1s ease both;
	-ms-animation: zoombig 1s ease both;
}


#MyCurve{ width: 1200px;  height:760px; opacity:0.7;
	position: relative; top: 0; left: 0;  z-index: 1; 
}
.heixin{margin-top: -380px; margin-left: -600px; width: 1200px;  _height:760px; min-height:700px; 
	position: relative; top: 50%; left: 50%;  z-index: 13;
}
.heixin2{ width: 100%; height:100%; background: url(../img/hx00.png) center no-repeat;
	position: absolute; top: 0; left: 0  z-index: 2; opacity: 0.5;
}
.heixinlist{ width: 300px; position: absolute; z-index: 3; text-align: left; cursor: pointer;}
.heixinlist img{ float: left; }
.heixinlist h3{ width: 180px; height: 50px; line-height: 50px; color: #CCCC00; position: absolute; top: 0px; left:110px ;}
.heixinlist p{ width: 180px; position: absolute; top: 50px; left:110px ;}
.heixinlist i{ width: 60px; height: 60px; display: inline-block; 
	position: absolute; width:60px; height: 60px; left: -90px; top: 10px; cursor: pointer;
}
.heixinlist:hover span.signal0{ display: inline-block;}
.heixinlist:hover span.signal1{ display: inline-block;}
.heixinlist:hover span.signal2{ display: inline-block;}
.heixinlist i:hover span.signal0{ display: inline-block;}
.heixinlist i:hover span.signal1{ display: inline-block;}
.heixinlist i:hover span.signal2{ display: inline-block;}
.heixinlist span.signal0{ position: absolute; width:60px; height: 60px; left: 0px; top: 0px; 
	border-radius: 60px; border: #fff 1px solid; display: none;	
	animation: tobig 3s ease-in-out both infinite;
	-webkit-animation: tobig 3s ease-in-out both infinite;
}
.heixinlist span.signal1{ position: absolute; width:40px; height: 40px; left:10px; top: 10px; 
	border-radius: 40px; border: #fff 1px solid; display: none;
	animation: tobig 4s ease-in-out both infinite;
	-webkit-animation: tobig 4s ease-in-out both infinite;
}
.heixinlist span.signal2{ position: absolute; width:20px; height: 20px; left:20px; top: 20px; 
	border-radius: 20px; border: #fff 1px solid; display: none;
	animation: tobig 1s ease-in-out both infinite;
	-webkit-animation: tobig 1s ease-in-out both infinite;
}
.heixinlist span.signal3{ position: absolute; width:8px; height: 8px; left:26px; top: 26px;  
	border-radius:8px; background: #fff; border: #fff 1px solid; display: inline-block;
	animation: tobig 5s ease-in-out both infinite;
	-webkit-animation: tobig 5s ease-in-out both infinite;
}

.hx01{ left: 238px; top: 70px;}
.hx02{ left: 350px; top: 350px;}
.hx03{ left: 709px; top: 80px;}
.hx04{ left: 950px; top: 245px;}
.hx05{ left: 80px; top: 526px;}
.hx06{ left: 843px; top: 555px;}


.huozuo{ margin-top:-300px; width: 615px;  height:613px; background: url(../img/huozuobj.png) center no-repeat; 
		position: absolute; top: 50%; right: 280px;  
}
.hz{ position: absolute; color: #fff; z-index: 3;}
.hz h1{ height: 25px; line-height: 20px; font-size: 18px;  }
.hz h2{ height: 20px; line-height: 20px; font-size: 14px; }
.hz h2 b{font-size: 22px; color: #f48d1e;}
.hz00{ left: 0px; top: 280px; width: 100%; color: #fff; font-size: 34px;  text-align: center;  }
.hz01{ left: 167px; top: 96px; width: 200px; }
.hz02{ left: 388px; top: 144px; width: 122px; }
.hz03{ left: 420px; top: 218px; width: 160px; }
.hz04{ left: 63px; top: 218px; width: 110px; }
.hz05{ left: 46px; top: 306px; width: 180px; }
.hz06{ left: 175px; top: 440px; width: 155px; }
.hz07{ left: 421px; top: 331px; width: 95px; }
.hz08{ left: 400px; top: 385px; width: 138px; }
.hz09{ left: 378px; top: 443px; width: 165px; }


.judao{ margin-top: -280px; width: 600px;  _height:760px; min-height:700px; 
	position: absolute; top: 50%; right: 12%;  
}
.judao h1{ margin-bottom: 30px;}
.judao p{ line-height: 35px;}
.judao p b{ margin-right: 10px; width: 20px; height: 20px; line-height: 20px; text-align: center; color: #b9261e;
 			background: #fff; border: #fff 1px solid; border-radius: 30px; display: inline-block;
 }
.judao i{ margin-top: 10px; margin-left: 60px; padding: 20px; color: #fff; border: #fff 1px solid; border-radius: 30px; display: inline-block; }
.judao .jdhzzq{ position: absolute; left: -250px; top: -30px;}

table.shenqinbiao{ margin: 30px auto 0; width: 800px;}
table.shenqinbiao input,table.shenqinbiao textarea{ color: #b2e0f8;
	text-indent: 1em;
	width: 230px; height: 32px; line-height: 30px;
	border: #b2e0f8 1px solid; border-radius: 3px;
	background: none;
	display: inline-block;
	
}
table.shenqinbiao input:focus,table.shenqinbiao textarea:focus{ color: #083b56; background: #b2e0f8;}
table.shenqinbiao th{ padding: 5px; height: 30px; text-align: right; }
table.shenqinbiao td{ padding: 5px; height: 30px; text-align: left;}

table.shenqinbiao textarea{ margin-left: 96px; width: 70%;}
table.shenqinbiao .btn{ margin-top: 20px; width: 160px; height: 48px; font-size: 20px; font-weight: bold; 
color: #d22e2f; background: #fcda19; text-indent: 0em; text-align: center; cursor: pointer;
}

.bottom_info{ width: 100%; text-align: center; font-size: 12px; color: #000; position: absolute; bottom: 60px; z-index: 2; }
.bottom_info a{ color: #000;}
.zhaoshang .box1 .in {
	background: ; left: 0px; top: 50%; width: 100%; height: 615px; margin-top: -307px; position: absolute;
}
.botxt{ padding: 15px 0; width:670px; overflow:hidden;  line-height:20px; display:inline-block; background:#3dace1;  border-radius:10px; opacity:0.8; filter:alpha(opacity=80); position:relative;}
.botxt1{ padding:10px; width:640px; overflow: hidden;　position:absolute; z-index:3; top:10px; left:0px;}
.botxtbj{  width:640px; height:80px; background:#3dace1; opacity:0.8; filter:alpha(opacity=80);  
	display:inline-block; position:absolute; z-index:1; top:10px; left:0px; border-radius:10px;
}


.zhaoshang .box1 .slipdown {
	background: url(../images/p_box1_btn.png) no-repeat 0 0; width: 45px; height: 45px; right: 66px; bottom: 41px; display: block; 
	position: absolute; z-index: 90;
}
.zhaoshang .box1 .slipdown:hover {
	background-position: 0px -45px;
}
.zhaoshang .box1 .close {
	background: url(../images/p_box1_effect_close.png) no-repeat 0 0; top: 50px; width: 34px; height: 34px; right: 50px; display: none; 
	position: absolute; z-index: 150;
}
.zhaoshang .box1 .close:hover {
	background-position: 0px -34px;
}
.zhaoshang .box1 .links {
	margin: 0px auto; width: 755px; text-align: center; padding-top: 22px; position: relative;
}
.zhaoshang .box1 .links .version {
	left: 278px; top: 328px; width: 200px; color: #FF3366; font-size: 17px; position: absolute;
}
.zhaoshang .box1 .links .btn {
	padding-top: 5px;
}
.zhaoshang .box1 .links .btn a {
	background:#C60; margin: 0px 3px; width: 177px; height: 55px; display: inline-block;
}
.zhaoshang .box1 .links .btn .a1 {
	background-position: 0px 0px;
}
.zhaoshang .box1 .links .btn .a2 {
	background-position: -178px 0px;
}
.zhaoshang .box1 .links .btn .a3 {
	background-position: -356px 0px;
}
.zhaoshang .box1 .links .btn .a4 {
	background-position: -179px -110px;
}
.zhaoshang .box1 .links .btn .a1:hover {
	background-position: 0px -55px;
}
.zhaoshang .box1 .links .btn .a2:hover {
	background-position: -178px -55px;
}
.zhaoshang .box1 .links .btn .a3:hover {
	background-position: -356px -55px;
}
.zhaoshang .box1 .links .btn .a4:hover {
	background-position: -356px -111px;
}
.zhaoshang .box1 .links .show {
	left: 273px; top: 76px; width: 215px; height: 377px; position: absolute; z-index: 1000;
}
.zhaoshang .box1 .links .show .an {
	width: 100%; height: 100%; display: none; position: relative;
}
.zhaoshang .box1 .links .show .an a {
	background: url(../images/p_box_an_bg.png) no-repeat 0px 0px; left: 41px; width: 139px; height: 39px; 
	color: rgb(34, 34, 34); line-height: 34px; font-size: 15px; display: block; position: absolute;
}
.zhaoshang .box1 .links .show .an .a1 {
	top: 208px;
}
.zhaoshang .box1 .links .show .an .a2 {
	top: 268px;
}
.zhaoshang .box1 .links .show .an a:hover {
	background-position: 0px -39px;
}
.zhaoshang .box1 .links .show .er {
	display: none;
}
.zhaoshang .box1 .links .show img {
	width: 100%; height: 100%;
}
.zhaoshang .box1 .effect {
	background: url(../images/p_effect_bg.png) 0px 0px; left: 0px; top: 0px; width: 100%; height: 100%; 
	position: absolute; z-index: 100;
	display: none;
}
.zhaoshang .box2 .in {
	left: 0px; width: 100%; height: 448px; bottom: 0px; position: absolute;
}
.zhaoshang .box2 .box2-area1 {
	background: ; width: 100%; height: 448px;
}
.zhaoshang .box3 .in {
	left: 0px; width: 100%; height: 475px; bottom: 5%; position: absolute;
}
.zhaoshang .box3 .box3-area1 {
	background: ; width: 100%; height: 475px;
}
.zhaoshang .box4 .in {
	left: 0px; width: 100%; height: 486px; bottom: 0px; position: absolute;
}
.zhaoshang .box4 .box4-area1 {
	background: ; width: 100%; height: 486px;
}
.zhaoshang .box5 .in {
	left: 0px; width: 100%; height: 560px; bottom: 5%; position: absolute;
}
.zhaoshang .box5 .box5-area1 {
	background: ; width: 100%; height: 560px;
}
.zhaoshang .box6 .in {
	left: 0px; width: 100%; height: 439px; bottom: 0px; position: absolute;
}
.zhaoshang .box6 .box6-area1 {
	background: ; width: 100%; height: 439px;
}
.zhaoshang .box7 .in {
	left: 0px; width: 100%; height: 600px; bottom: 0px; position: absolute;
}
.zhaoshang .box7 .box7-area1 {
	background: ; width: 100%; height: 600px;
}
.zhaoshang .box1 { color: #fff;
	background: #a93824 url(../img/dailibj00.jpg) bottom no-repeat;
	-moz-background-size:100% 100%;  
    background-size:100% 100%;
}
.zhaoshang .box1 a{ color:#fff;}
.zhaoshang .box1 a:hover{ color:#FF0;}
.zhaoshang .box2 {
	background:#f9f9f9 url(../img/daili02bj.jpg) repeat-x top;
}
.zhaoshang .box3 {
	background:#f9f9f9;
}
.zhaoshang .box4 { color: #fff;
	background: url(../img/daili04bj.png) center no-repeat;
}
.zhaoshang .box5 { text-align: center;
	background:url(../img/daili05bj.jpg) repeat-x;
}
.zhaoshang .box6 { color: #fff;
	background:#2ea8cb url(../img/daili06bj.jpg) center no-repeat;
	/*-moz-background-size:100% 100%;  
    background-size:100% 100%; */
}
.zhaoshang .box7 { color: #fff;
	background:#012847 url(../img/daili07bj.jpg) center no-repeat;
}
.zhaoshang .box8 { color: #A93824;
	background:#d0d0d0 url(../img/daili08bj.jpg) center no-repeat;
}
.zhaoshang .box9 { color: #fbdb17;
	background:#080b12 url(../img/daili09bj.jpg) center repeat-y;
}
.zhaoshang .box10 { color: #fff;
	background:#1a97cf url(../img/daili10bj.jpg) center no-repeat;
}
.zhaoshang .box11 {
	background:#C69;
}

.zhaoshang .ico {
	top: 30%; width: 140px; height: 380px; right: -140px; margin-top: -100px; position: absolute; z-index: 1000;
}
.zhaoshang .ico ul li {
	padding: 8px 0px; color: rgb(218, 60, 56); font-size: 16px; position: relative;
}
.zhaoshang .ico ul li a {
	background: url(../images/p_pt.png) no-repeat 0px -8px; top: 18px; width: 8px; height: 8px; right: 0px; display: inline-block; position: absolute;
}
.zhaoshang .ico ul li a:hover {
	background-position: 0px 0px;
}
.zhaoshang .ico ul li .selected {
	background-position: 0px 0px;
}
.zhaoshang .ico ul li span {
	display: none; opacity: 0;
}
.zhaoshang .ico ul li .bx { margin-right:10px;
	display: inline-block;
}
.zhaoshang .ico .backtop {
	background: url(../images/p_btn_backtop.png) no-repeat 0 0; width: 30px; height: 30px; right: -11px; bottom: -26px; display: inline-block; position: absolute;
}
.zhaoshang .ico .backtop:hover {
	background-position: 0px -30px;
}
