* {
    -webkit-box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    box-sizing: content-box!important;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}
/*公共部分start*/
.leftpageborder, .rightpageborder {
    position: fixed;
    height: 120%;
    width: 30px;
    top:60px;
    background-color: #fff;
    z-index:9999;
}
.leftpageborder {
    left: 0;
}
.rightpageborder {
    right: 0;
}
.bottompageborder {
    position: fixed;
    width: 100%;
    height: 30px;
    bottom: 0;
    background-color: #fff;
    z-index:9999;
}
.heronav{
	height:59px;
	margin: 0 auto;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    border-bottom: 1px solid #e5e5e5;
}
.heronav .wrap{
	width:1200px;
	margin: 0 auto;
	position: relative;
}
.heronav.active{
   position: fixed;
   left: 0;
   right: 0;
   z-index:1000;
   top:0;
   background: #fff; 
}
.heronav .name{
	display: inline-block;
	line-height: 60px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}
.heronav .name img{
	display: inline-block;
	width: 35px;
	height: auto;
	vertical-align: middle;
}
.heronav .name span{
	display: inline-block;
	font-size: 12px;
	color: #000;
}
.heronav .tmall{
	float:right;
	padding: 15px 0;
	margin-right: 90px;
}
.heronav .tmall a{
	display: inline-block;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color:#b2b2b2;
	margin-left: 48px;
}
.heronav .tmall .anchor.active{
	color: #000;
}
.heronav .tmall a.buy{
	background: #da2828;
	color: #fff;
	padding: 0 15px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.bannerwrap{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding:0 30px 30px 30px;
	background:#fff;
	z-index: -98;
}
.banner{
	overflow: hidden;
	cursor: pointer;
	position:fixed;
	bottom:30px;
	left:30px;
}
.banner .package{
	width:100%;
	height:100%;
	position: relative;
	overflow: hidden;
}
.banner .bg{
	display: block;
    max-height: none;
    max-width: none;
    position: absolute;
}
.footer{
	position: fixed;
	bottom:30px;
	left: 0;
	right: 0;
	z-index:-99;
	height: auto!important;
}
.herocontent{
	padding:0 30px 30px 30px;
	z-index: 99;
	background-color: #fff;
}
.herocontent .pack{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.slidefooter{
	padding: 0 30px;
	height:540px;
	pointer-events:none;
}
.slidefooter .footershadow{
	display: block;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 10px 10px rgba(0,0,0,0.5);
	box-shadow: 0 10px 10px rgba(0,0,0,0.5);
    height: 20px;
    width: 100%;
    z-index:99;
    pointer-events:none;
}
/*公共部分end*/
.text-style h2{
	display: inline-block;
	font-size:14px;
	font-weight: normal;
	color: #000;
	padding-bottom: 20px;
	border-bottom: 2px solid #c70019;
}
.text-style h3{
	display: inline-block;
	font-size:14px;
	font-weight: normal;
	color: #000;
}
.text-style h1{
	font-size:40px;
	color: #000;
	font-weight: bold;
	margin:40px 0;
	line-height: 60px;
}
.text-style p{
	font-size:18px;
	color: #000;
	line-height:26px;
	margin-bottom:60px;
}
@media screen and (max-width:1700px){
.text-style h1{
	font-size:34px;
	margin:34px 0;
	line-height: 46px;
}
.text-style p{
	font-size: 16px;
}
.text-style h2{
	font-size: 12px;
	padding-bottom: 16px;
}
}