/* Global Style Start */
*{
	margin:0;
	padding:0;
	height: auto;
}
ul{list-style:none;}
a img{border:0;}
.c{zoom:1;}
.c:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
p{line-height:22px;}
a{text-decoration:none;}
a:hover{text-decoration:none;}
h1, h2, .hide{width:0; height:0; display:block; text-indent:-9999px; overflow:hidden;}
/* Global Style End */

/*wrapper*/
.wrapper{}


/*header_menu*/
.header-menu{
	width:100%;
	height:45px;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
}
.header-main{
	width:1200px;
	height:45px;
	position: fixed;
	font-family: "方正大黑简体";
	font-size: large;
	margin: 0px 300px 0px 300px;
}
.header-main li{
	float:left;
	padding-left:25px;
}
.header-main a{
	font-size:25px;
	font-family:"方正黑体简体";
	color:#FFF;
	line-height:45px;
	text-decoration:none;
}
.header-ad{
	font-size:25px;
	font-family:"方正黑体简体";
	color:#FFF;
	line-height:45px;
}


/*banner_view*/
.banner_view{width:100%; height:auto;}
.banner_view img{width:100%; height:auto;}

/*about*/
.about{
	width:100%;
	height:300px;
	margin-top:50px;
}
.about-main{
	width:1200px;
	height:300px;
	margin:0 auto;
}
.about-header{width:1200px; height:100px; background:url(../images/about001.png) no-repeat;}
.about-cont{width:1200px; height:250px;}
.about-cont p{font-size:18px; font-family:'Microsoft Yahei'; color:#555; line-height:35px;  padding:20px 20px 20px 0px;}

/*product*/
.product{
	width:100%;
	height:700px;
}
.product-main{
	width:1200px;
	height:600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.product-header{width:1200px; height:100px; background:url(../images/member002.png) no-repeat;}
.product-cont{
	width:1180px;
	height:600px;
	margin-top:20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.product-cont li{
	float:left;
	width:590px;
	height:auto;
	background:url(../images/product_tip.png) no-repeat 10px center;
	overflow:hidden;
}
.product-cont a{font-size:16px; font-family:'Microsoft Yahei'; color:#282828; padding-left:35px; line-height:40px;}
.product-cont a:hover{color:#ef0f1a; text-decoration:underline;}


/*membership*/
.membership{
	width:100%;
	height:1000px;
}
.membership-main{
	width:1200px;
	height:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.membership-header{width:1200px; height:100px; background:url(../images/member001.png) no-repeat;}
.membership-cont{
	width:1180px;
	height:1000px;
	margin-top:20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.membership-cont li{
	float:left;
	width:590px;
	height:auto;
	background:url(../images/item-tip.png) no-repeat 10px center;
	overflow:hidden;
}
.membership-cont a{font-size:16px; font-family:'Microsoft Yahei'; color:#282828; padding-left:35px; line-height:40px;}
.membership-cont a:hover{color:#ef0f1a; text-decoration:underline;}

/*tour*/
.tour{
	width:100%;
	height:2450px;
}
.tour-main{
	width:1200px;
	height:2450px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.tour-header{width:1200px; height:100px; background:url(../images/cioe-tour.png) no-repeat;}
.tour-cont{
	width:1200px;
	height:2450px;
}
.tour-cell{
	width:350px;
	height:196.875px;
	overflow:hidden;
	margin-left:37.5px;
	margin-top:35px;
	float:left;
	margin-right: 0px;
}
.tour-cell img{cursor: pointer; transition: all 0.6s; width:350px; height:233px;}
.tour-cell img:hover{transform: scale(1.2);}

/*show*/
.show{
	width:100%;
	height:10500px;
}
.show-main{
	width:1200px;
	height:10500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.show-header{width:1200px; height:100px; background:url(../images/show.png) no-repeat;}
.show-cont{
	width:1200px;
	height:10500px;
}
.item-cell{
	width:350px;
	height:233px;
	overflow:visible;
	margin-left:37.5px;
	margin-top:20px;
	float:left;
}
.item-cell img{
	cursor: pointer;
	transition: all 0.6s;
	width:350px;
	height:233px;
}
.item-cell img:hover{transform: scale(1.2);}

/*footer*/
.footer{width:100%; height:100px; background:#922edf;}
.footer_main{width:1000px; height:100px; margin:0 auto;}
.footer_main ul{padding-top:15px;}
.footer_main li{text-align:center; padding-top:3px;}
.footer_main li p{color:#fff; font-size:16px; font-family:'Microsoft Yahei';}
.footer_main li a{color:#fff;}

 #returnTop {
	_display:none;
	position:fixed;
	_position:absolute;
	z-index:999;
	right:45px;
	bottom:-200px;
	_bottom:auto;
	width:36px;
	height:65px;
	text-indent:-999px;
	overflow:hidden;
	background-image:url(../images/Top.png);
	_background-image:url(../images/Top.png);
	background-repeat:no-repeat;
	background-position:0 0;
	transition:bottom 0.9s;
	-webkit-transition:bottom 0.9s;
	-moz-transition:bottom 0.9s;
	-o-transition:bottom 0.9s;
}
#returnTop:hover {
	background-position:0 -65px;
}

@media screen and (min-width: 321px) and (max-width:1500px) {

.wrapper{width:1500px; height:auto;}

}
