@charset: "utf-8";

html *{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
}

a{
	text-decoration: none;
}

li{
	list-style: none;
}

img{
	border: none;
}

input,textarea{
	border: none;
	outline: none;
}

html,body{
	width: 100%;
	height: 100%;
	font-size: 24px;
	background-color: #0c0c0c;

}

.ph3{
	font-size: 30px;
	font-weight: bold;
}

.p2{
	font-size: 20px;
}

.allcenter{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.lrcenter{
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.tbcenter{
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

/*###################导航栏############################################################*/
header{
	display: block;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
}


header.header1{
	position: absolute;
}

header.header2{
	display: none;
	background-color: rgba(0,0,0,0.6);
	height: 102px;
	position: fixed;
}

header .logo{
	position: absolute;
	left: 0;
	top: 0;
	width: 195px;
	height: 148px;
	z-index: 999;
}

header.header1 .logo{
   background-color: #89191d;
}

header.header2 .logo{
   height: 100%;
}

header.header1 .logo img{
    position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

header.header2 .logo img{
   position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

header .navicon{
	position: absolute;
	z-index: 999;
	width: 80px;
	text-align: right;
	right: 30px;
	top: 30px;
}

header.header2 .navicon{
	top: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.nav{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: rgba(0,0,0,0.9);
}

.slideOut{
	-webkit-animation: slideOutRight 0.5s ease both;
	animation: slideOutRight 0.5s ease both;
}

.slideIn{
	-webkit-animation: slideInRight 0.5s ease both;
	animation: slideInRight 0.5s ease both;
}

.nav{
	font-size: 36px;
	text-align: right;
}

.nav>ul{
	width: 90%;
	font-size: 36px;
}

.nav>ul a{
	font-size: 36px;
}

.nav>ul a.er{
	font-size: 28px;
	color: #999;
} 

.nav>ul>li,.nav>ul>li.sbox>ul>li,.nav>ul>li.sbox>ul>li.sbox>ul>li{
	position: relative;
	z-index: 888;
	padding: 44px 30px;
	border-bottom: 2px solid #2a2a2a;
}

.nav>ul>li.closebox>span.tbcenter{
    left: 10px;
}

.nav>ul>li.closebox>span.close{
  display: inline-block;
  width: 80px;
}

.nav>ul>li.closebox>span>a.right{
	margin-left: 4px;
}

.nav>ul>li.closebox{
	padding-right: 40px;
}

.nav ul>li>a{
	display: inline-block;
	width: 100%;
}

.nav>ul>li.sbox,.nav>ul>li.sbox>ul>li.sbox{
	width: 100%;
	padding: 0;
	border: none;
}

.nav>ul>li.sbox>ul,.nav>ul>li.sbox>ul>li.sbox>ul{
	width: 100%;
}

.slidebox{
	position: relative;
}

li.slidebox>img{
	left: 30px;
}

.sbox1,.sbox4,.sbox5{
	display: none;
}

.zd2,.zd3,.zd4,.zd5{
	display: none;
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


/*###################导航栏############################################################*/
.banner1{
	position: relative;
	width: 100%;
}
.banner1.ind{
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../images/index/banner1.gif);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center; 
}

.banner1>img{
	display: block;
    width: 100%;
}

.ind>img{
	display: block;
	height: 100%;
    width: 100%;
}

.box,.bottom{
	position: relative;
	width: 100%;
}

.bottom>.allcenter{
	width: 100%;
	text-align: center;
	padding: 0 15%;
}

.bottom .erw{
	display: none;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	height: 100%;
}

.bottom .erw>.allcenter{
    width: 90%;
    padding: 0 15%;
}

.bottom .erw p{
    font-size: 32px;
    font-weight: bold;
}

.bottom .erw p.one{
    padding-bottom: 20px;
}

.bottom .erw .bclose{
	position: absolute;
	z-index: 9999999;
	right:20px;
	top: 20px;
}

.bottom .erw .allcenter img{
	display: block;
	width: 100%;
}

.bottom .allcenter p{
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

.bottom .allcenter p.share>img{
	padding-right: 8px;
}

.bottom .allcenter p.share span{
	display: inline-block;
	position: relative;
	padding-left: 8px;
}

.bottom .allcenter p.name{
	font-size: 24px;
}

.bottom .allcenter p.tel{
	font-size: 36px;
}

.bottom .allcenter p.tel img{
	padding-right: 5px;
}

.bottom .allcenter p.loc{
	font-size: 18px;
}

.bottom .allcenter p.last{
	font-size: 14px;
	color: #7a7a7a;
}

.box>img,.bottom>img{
	display: block;
    width: 100%;
}

.box2{
	width: 100%;
	padding: 16%;
	background-color: #131313;
	text-align: center;
}

.box2 p,.b5inner p{
	font-size: 24px;
	width: 100%;
}

.box2 p.first,.b5inner p.first{
	font-size: 48px;
}

.box2 p.sec,.b5inner .sec{
	font-size: 36px;
}

.box2 p.tit{
	padding: 36px 0;
}

.box2 p.con{
	line-height: 40px;
	letter-spacing: 2px;
}

.box2 p.last{
	padding-top: 36px;
}

a.more{
	display: inline-block;
	padding: 10px 36px;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #4b4b4b;
	border-radius: 6px;
}

.righttit{
    position: absolute;
    height: 342px;
    width: 50%;
}

.righttit img{
	display: block;
	height: 100%;
	float: right;
}

.righttit .tit3{
	padding-right: 12px;
	float: right;
	height: 100%;
	font-size: 14px;
	line-height: 24px;
	-webkit-writing-mode: vertical-rl;
	writing-mode:tb-rl;
}

.right1{
    top: 80px;
    right: 60px;
}

.right2{
    bottom: 80px;
    right: 60px;
}

.box5 .inner{
	width: 100%;
	text-align: center;
}


.b5inner{
	top: 49%;
	width: 100%;
	text-align: center;
}

.b5inner p{
	width: 100%;
}

.b5inner p.last{
	text-align: center;
	padding-top: 12px;
}

.b5inner p.lastl{
	text-align: center;
	padding-top: 60px;
}

.b5inner a.more{
	border: 2px solid #fff;
}

.newsbox{
	overflow: hidden;
	width: 100%;
	padding: 0 10%;
	padding-top: 60px;

}

.newsbox .newinner{
	width: 100%;
	border-top: 3px solid #fff;
	padding: 30px 10px;
}

.newsbox .newinner .newtime{
	width: 20%;
	float: left;
	padding: 5px 0;
	padding-right: 30px;
}

.newsbox .newinner .newtime .newday{
	font-size: 84px;
	width: 100%;
}

.newsbox .newinner .newtime .newyear{
	font-size: 24px;
	width: 100%;
}

.newsbox .newinner .newcon{
	position: relative;
	width: 80%;
	float: left;
	height: 100%;
	padding-left: 30px;
	text-align: left;
	margin: auto 0;
	border-left: 1px solid #fff;
}

.newsbox .newinner .newcon .accont{
	font-size: 18px;
	width: 100%;
}

.newsbox .newinner .newcon .newtit{
	width: 100%;
	padding-top: 10px;
	font-size: 24px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	font-weight: bold;
}

.newsbox .newinner .newcon .newcontent{
	padding-top: 10px;
	font-size: 24px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 40px;
}

.newcon .newmore{
	overflow: hidden;
	font-size: 18px;
   width: 100%;
}

.newcon .newmore .acother{
	float: left;
	font-weight: bold;
	font-size: 16px;
}

.newcon .newmore  a{
	float: right;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

/* #####################banner################################## */

.h3{
	font-size: 48px;
	font-family: "Imperator Bold";
	font-weight: bold;
	color: #fff;
}

.h4{
	font-size: 36px;
	font-family: "Imperator Bold";
	color: #fff;
} 

.every_tit{
	position: absolute;
	width: 80%;
	z-index: 888;
	text-align: center;
	padding: 70px 0;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-ms-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}

.every_tit p{
	width: 80%;
	margin: 0 auto;
	opacity: 0;
	font-size: 24px;
	line-height: 40px;
}

.every_tit .tit1,.every_tit .tit2,.every_tit .allline{
	opacity: 0;
}

.every_tit .aline{
	position: absolute;
	z-index: 888;
	background-color: #920004;
}

.every_tit .atopline{
	top: 0;
	left: 0;
	width: 0;
	height: 2px;

}

.every_tit .abottomline{
	bottom: 0;
	right: 0;
	width: 0;
	height: 2px;
}

.every_tit .arightline{
	top: 0;
	right: 0;
	width: 2px;
	height: 0;
}

.every_tit .aleftline{
	bottom: 0;
	left: 0;
	width: 2px;
	height: 0;
}

.every_tit .allline{
	display: inline-block;
	width: 60px;
	height: 2px;
	margin: 20px 0;
	background-color: #fff;
}
/* #####################banner################################## */

/* #####################基地################################## */
.jidiinner{
	width: 80%;
	text-align: center;
}

.jidiinner .jidibox{
	margin-top: 40px;
	width: 100%;
	overflow: hidden; 
}

.jidiinner .jidibox:nth-child(1){
	margin-top: 0;
}

.jidiinner .jidibox img.img{
	width: 100%;
}

.jidiinner .jidibox .jidicontent{
	position: relative;
	width: 100%;
}

.jidiinner .jidibox .jidicontent .jidicont{
	margin-top: 40px;
    width: 100%;
}

.jidibox .jidicontent .jidicont .tit{
	font-size: 30px;
}

.jidibox .jidicontent .jidicont p{
	font-size: 24px;
	margin-top: 22px;
}

.aboutbox .about_inner{
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.about_inner>*{
	opacity: 0;
}

.abox3>*{
    left: 0;
    top: 0;
}

.abox4>*{
    left: 100%;
    top: 0;
}

.abox5>*{
    left: 0;
    top: 100%;
}

.abox6>*{
    left: 100%;
    top: 100%;
}

.abox7>*{
    left: 0;
    top: 0;
}

.abox8>*{
    left: 0;
    top: 100%;
}

.abox9>*{
    left: 100%;
    top: 0;
}

.aboutbox .about_inner>img{
	position: absolute;

}

.about_inner .about_content{
	position: absolute;
	z-index: 899;
	width: 390px;
	text-align: left;
}

.about_inner .about_content .top{
    width: 100%;
}

.about_inner .about_content .bottom{
	margin-top: 6px;
}

.about_inner .about_content .bottom p{
	font-size: 18px;
	margin-top: 4px;
}

.about_inner .about_content .bottom p.first{
	font-size: 30px;
}

.about_inner .yeartime{
	position: absolute;
	z-index: 899;
	width: 170px;
	height: 170px;
	border: 6px solid #bc9d67;
	color: #bc9d67;
	text-align: center;
}

.about_inner .yeartime p{
	width: 100%;
	height: 20px;
	margin-top: 30px;
}

.about_inner .yeartime p span{
	display: inline-block;
    width: 24px;
    height: 2px;
    background-color: #bc9d67;
}

.about_inner .yeartime .year{
	margin-top: 10px;
	font-size: 60px;
	width: 100%;
	height: 60px;
}

.yeartime .year .leftnum{
 	float: left;
	width: 50%;
	height: 60px;
	line-height: 60px;
	text-align: right;
	color: #bc9d67;
}

.yeartime .year .rightnum{
    float: left;
    width: 20%;
    height: 60px;
    overflow: hidden;
}

.yeartime .year .rightnum ul{
	height:300px;
	width: 100%;
}

.yeartime .year .rightnum ul li{
	color: #bc9d67;
	height: 60px;
	text-align: center;
    width: 100%;
    line-height: 60px;
}


/* #####################基地################################## */
/* #####################故事################################## */

.story2{
	position: relative;
	width: 100%;
}

.story3{
    position: relative;
	width: 100%;
}

.story2 .story2_inner,.story3 .story3_inner{
	width: 72%;
	z-index: 999;
}

.story2 .story2_inner{
	top: 60%;
}

.story2 .story2_inner  p,.story3 .story3_inner p{
	width: 100%;
	text-align: center;
	font-size: 24px;
	/* opacity: 0; */
}

.story2 .story2_inner  p.story2_tit,.story3 .story3_inner p.story3_tit{
	font-size: 30px;
	padding-bottom: 16px;
}

.story4{
	position: relative;
	background-color: #0f0f0f;
	padding: 150px 10%;
	padding-bottom: 0;
}

.story4 .story4inner{
	position: relative;
	width: 100%;
	padding-bottom: 280px;
}

.story4>img{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 998;
}

.story4 .story4inner p{
	position: relative;
	z-index: 999;
	margin-top: 16px;
}

.story4 .story4inner p.tit{
	padding-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
}

.story4 .story4inner p.sec{
	width: 48%;
}

.storybox{
	position: relative;
	width: 100%;
}

.storybox .storyboxinner{
	width: 80%;
}

.storybox .storyboxinner p{
	width: 100%;
	font-size: 24px;
	text-align: center;
}

.storyboxt{
	position: relative;
}

.storyboxc{
	display: none;
	position: relative;
}
.storybox .storyboxinner p.tit{
	padding: 30px 0;
	font-size: 30px;
}

/* #####################故事################################## */
/* #####################honor################################## */

.honorbox{
	width: 100%;
	background-image: url(../images/honor/bg2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.honor_inner{
	width: 100%;
	overflow: hidden;
}

.honor_inner .hoinner{
	width: 100%;
	height: 164px;
	margin-top: 60px;
}

.honor_inner .hoinner .hohaf{
	position: relative;
	float: left;
    width: 70%;
    height: 100%;
}

.honor_inner .hoinner .yearbox{
	position: relative;
	width: 30%;
	float: left;
	height: 100%;
}

.honor_inner .hoinner .hohaf.inleft{
	text-align: right;
}

.honor_inner .hoinner .hohaf.inright{
	text-align: left;
}

.honor_inner .hoinner .hohaf .honorcc_innercont{
	width: 100%;
}

.honor_inner .hoinner .hohaf .honorcc_innercont p{
	width: 100%;
}

.honor_inner .hoinner .hohaf .honorcc_innercont p.honor_tit{
	font-size: 30px;
	line-height: 36px;
}

.honor_inner .hoinner .hohaf .honorcc_innercont p.english{
	margin-top: 10px;
	line-height: 30px;
}

.honor_inner .hoinner .hohaf.inleft .honorcc_innercont{
	padding-right: 30px;
}

.honor_inner .hoinner .hohaf.inright .honorcc_innercont{
	padding-left: 30px;
}

.hoinner .yearbox .hyear{
	width: 164px;
	height: 164px;
	border: 5px solid #990716;
	
	text-align: center;
	line-height: 154px;
	font-size: 60px;
}

.hoinner .yearbox .hyear.hyearleft{
	right: 0;
}

.hoinner .yearbox .hyear.hyearright{
	left: 0;
}
/* #####################honor################################## */

.allnewsbox,.specialbox,.activitybox,.infobox,.massage,.work,.locationbox{
	width: 100%;
	background-image: url(../images/bg2.png);
    background-repeat: repeat;
    background-color: #0c0c0c;
}
/* #####################special################################## */
.specialbox{

}

.specialbox .specialbox_inner{
	position: relative;
	width: 90%;
	margin: 0 auto;
}

.specialbox .specialbox_inner .spebottom{
	height: 80px;
	width: 100%;
}
.specialbox .specialbox_inner img{
	position: absolute;
	display: block;
}

.specialbox .specialbox_inner .imgoutbox1{
	position: relative;
	height: 707px;
	width: 100%;
}

.specialbox .specialbox_inner .imgoutbox2{
	position: relative;
	margin-top: 60px;
	height: 590px;
	width: 100%;
}

.imgoutbox1 img:nth-child(2){
    left: 20px;
    top: 60px;
    z-index: 889;
}

.imgoutbox1 img:nth-child(3){
	left: 0;
	top: 350px;
	z-index: 888;
}

.imgoutbox1 img:nth-child(4){
	right: 0;
	top: 325px;
	z-index: 887;
}

.imgoutbox1 img:nth-child(5){
	left: 100px;
	top: 454px;
	z-index: 886;
}

.imgoutbox2 img:nth-child(2){
    right: 0;
    top: 20px;
    z-index: 889;
}

.imgoutbox2 img:nth-child(3){
	right: 65px;
	top: 90px;
	z-index: 888;	
}

.imgoutbox2 img:nth-child(4){
	left: 20px;
	top: 365px;
	z-index: 887;
}

.specialbox .specialbox_inner .spetit{
	position: absolute;
}
.specialbox .specialbox_inner .imgoutbox1 .spetit.spetit1{
	top: 0;
	right: 20px;
}
.specialbox .specialbox_inner .imgoutbox2 .spetit.spetit2{
	top: 0;
	left: 20px;
}

.specialbox_inner .spetit img{
	position: relative;
	float: right;
}

/* #####################special################################## */
/* #####################门店################################## */

.locationbox{
	position: relative;
   padding: 40px 5%;
   overflow: hidden;
}

.locationbox .locationbox_inner{
	width: 100%;
}

.locationbox .locationbox_inner .locleft{
	position: relative;
	width:100%;
}

.locationbox_inner .locleft .mapbox{
	width: 100%;
	height: 560px;
	position: relative;
	z-index: 888;
}

.locationbox_inner .locleft .mapbox .worldmap{
   display: none;
   z-index: 889;
   position: absolute;
   top: 100px;
   width: 100%;
}

.mapbox .worldmap .mapdotbox{
	font-size: 14px;
	position: absolute;
	width: 124px;
	height: 56px;
}

.mapbox .worldmap .mapdotbox .matop{
	margin-top: 4px;
}

.mapbox .worldmap .mapdotbox.one{
	left: 25px;
	top: 120px;
}

.mapbox .worldmap .mapdotbox.two{
	left: 95px;
	top: 145px;
}

.mapbox .worldmap .mapdotbox p{
	text-align: center;
}

.locleft .mapbox .worldmap>img{
	width: 100%;
	height: 100%;
}


.locationbox_inner .locleft .mapbox .logo{
    position: absolute;
    left: 0;
    top: 20px;
}

.locationbox_inner .mapchange{
  width: 100%;
  text-align: center;
}

.locationbox_inner .mapchange span{
	display: inline-block;
	width:200px;
	height: 50px;
	text-align: center;
	line-height: 44px;
	border: 2px solid #4f4f4f;
}

.locationbox_inner .mapchange span.first{
	margin-right: 20px;
}

.locationbox_inner .mapchange span.focus{

    border: 2px solid #990716;
}

.locationbox_inner .locleft .mapbox .map{
	width: 100%;
	height: 100%;
}

.locleft .mapbox .map img{
	width: 100%:
	height: 100%;
}

.locationbox_inner .locright{
	margin-top: 50px;
	width: 100%;
}

.locationbox_inner .locright .loctit{
	overflow: hidden;
}

.locationbox_inner .locright .loctit span.tit{
	float: left;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	color: #868585;
}

.locationbox_inner .locright .loctit span.right{
	float: right;
}

.locationbox_inner .locright .loctit span.right span.big{
	font-size: 36px;
	font-weight: bold;
}

.locationbox_inner .locright .choose{
	text-align: center;
	margin-top: 30px;
}

.locationbox_inner .locright .choose2{
	font-size: 30px;
	color: #868585;
	font-weight: bold;
   text-align: left;
}

.locationbox_inner .locright .choose .cho{
	text-align: center;
	position: relative;
	z-index: 888;
	background-color: #89191d;
	display: inline-block;
	width: 49%;
    height: 64px;
}

.locationbox_inner .locright .choose .cho.last{
	width: 49%;
}

.locationbox_inner .locright .choose .cho .tcho{
	position: relative;
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 889;
	width: 100%;
	height: 64px;
	font-size: 30px;
	background-color: #89191d;
}

.locright .choose .cho .tcho>img{
	position: absolute;
	right: 16px;
}

#chososename1,#chososename2,#chososename3{
	text-align: left;
	width: 100%;
	height: 100%;
	padding-left: 16px;
	line-height: 64px;
}

.locright .choose .cho .tcho .choss{
	text-align: center;
	float: right;
}

.locright .choose .cho select{
	outline: none;
	opacity: 0;
	position: relative;
	z-index: 899;
	outline: none;
	border: none;
	background-color: #89191d;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 30px;
}

.locationbox_inner .locright .showlist{
	position: relative;
	width: 100%;
	padding: 30px 0px;
	padding-top: 20px;
	margin-top: 30px;
	border-top: 2px solid #89191d;
	overflow: hidden;
}

.locationbox_inner .locright .showlist  p{
	float: left;
	width: 30%;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
    margin-left: 5%;
    padding: 10px 0;
    margin-top: 10px;
}

.locationbox_inner .locright .showlist  p.first{
	margin-left: 0;
}

/* #####################门店################################## */
/* #####################activity################################## */
.activitybox{

}

.activitybox .acbox{
	width: 90%;
	margin: 0 auto;
}

.activitybox .acbox .actime{
	width: 100%;
	text-align: center;
	font-size: 48px;
	padding: 70px 0;
	padding-bottom: 40px;
}

.activitybox .acbox .contentbox{
	position: relative;
	margin-top: 30px;
	display: block;
	overflow: hidden;
	background-color: #89191d;
	width: 100%;
}

.activitybox .acbox .contentbox>img{
	display: block;
	width: 38%;
	float: left;
}

.activitybox .acbox .contentbox .content{
	width: 62%;
	left: 38%;
	padding: 16px;
}

.activitybox .acbox .contentbox .content p{
	line-height: 40px;
}

.activitybox .acbox .contentbox .content p.tit{
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 4px;
}
/* #####################activity################################## */
/* #####################information################################## */
.infobox{
    padding: 0 5%;
	padding-top: 30px;
	padding-bottom: 50px;
	overflow: hidden;
}

.infobox .info{
	width: 50%;
	margin-top: 20px;
	float: left;
}

.infobox .info.lef{
	padding-right: 10px;
}

.infobox .info.rig{
	padding-left: 10px;
}

.infobox .info .infoinner{
	background-color: #89191d;
	width: 100%;
}


.infobox .info .infoinner>img{
	display: block;
	padding: 0 10px;
	padding-top: 10px;
	width: 100%;
}

.infobox .info .infocont{
	width: 100%;
	padding: 30px;
}

.infobox .info p.tit{
	line-height: 40px;
	font-weight: bold;
	padding-bottom: 16px;
}

.infobox .info p.time{
	padding-top: 16px;
	font-size: 20px;
}
/* #####################information################################## */
/* #####################news################################## */
.allnewsbox{
	width: 100%;
    padding: 54px 5%;
    padding-top: 36px; 
}

.allnewsbox .onenews{
	position: relative;
	width: 100%;
	border: 3px solid #990716;
	padding: 10px;
	overflow: hidden;
	margin-top: 18px;
}

.allnewsbox .onenews>img{
	display: block;
	float: left;
	width: 38%;
}

.allnewsbox .onenews .onenewscont{
	position: absolute;
	left: 38%;
	width: 62%;
	padding: 0 30px;
	padding-bottom: 0;
	overflow: hidden;
	float: left;
}

.allnewsbox .onenews .onenewscont p.tit{
	line-height: 40px;
	font-weight: bold;
	padding-bottom: 10px;
}

.allnewsbox .onenews .onenewscont p.time{
	font-size: 20px;
	padding-top: 20px;
}
/* #####################news################################## */
/* #####################chain################################## */
.chainbox1{
	width: 100%;
	padding: 70px 10%;
	padding-top: 52px;
	background-color: #0d0c0c;
	overflow: hidden;
}

.chainbox1 p{
	width: 100%;
	text-align: center;
}

.chainbox1 p{
	width: 100%;
	margin-top: 18px;
}

.chainbox1 p.tit{
	font-size: 30px;
	font-weight: bold;
}

.chainbox1 p.cont{
	padding: 18px  0; 
}

.chainbox1 .cbox{
	margin-top: 18px;
	width: 100%;
	height: 196px;
}

.chainbox1 .cbox .onebox{
	float: left;
	width: 50%;
	height: 100%;
}

.chainbox1 .cbox .onebox.left{
	padding-right: 9px;
}

.chainbox1 .cbox .onebox.right{
	padding-left: 9px;
}

.chainbox1 .cbox .onebox .oneboxinner{
	width: 100%;
	height: 100%;
	border: 5px solid #89191d;
}

.cbox .onebox .oneboxinner .top,.cbox .onebox .oneboxinner .bottom{
	position: relative;
	width: 100%;
	height: 50%;
	text-align: center;
	font-size: 20px;
	padding: 0 50px;
}

.cbox .onebox .oneboxinner .top>img{
	display: block;
	bottom: 0;
}

.cbox .onebox .oneboxinner .bottom{
	line-height: 32px;
	padding-top: 10px;
}

.chainbox3 .c3inner{
	width: 100%;
	text-align: center;
}

.chainbox3 .c3inner p.cont{
	padding: 16px 0;
	line-height: 40px;
}

.chainbox4{
	width: 100%;
	background-color: #0d0c0c;
	padding: 60px 5%; 
	overflow: hidden;
}

.chainbox4 .c4inner{
	width: 100%;
}

.chainbox4 .c4inner .c4left,.chainbox4 .c4inner .c4right{
	text-align: center;
	width: 50%;
	float: left;
	padding: 10px 20px;
}

.chainbox4 .c4inner p.cont{
	margin-top: 10px;
	line-height: 40px;
}

.chainbox4 .c4inner .c4left{
	border-right: 1px solid rgba(255,255,255,0.2);
}

.chainbox5 .c5inner{
	width: 100%;
	text-align: center;
	padding: 0 5%;
}

.chainbox5 .c5inner .ph3{
	padding-bottom: 24px;
}

.chainbox5 .c5inner .c5box{
	width: 100%;
	margin-top: 10px;
}

.chainbox5 .c5inner .c5box>span{
	position: relative;
	display: inline-block;
	width: 30%;
	height: 162px;
	background-color: #6e1113;
}

.chainbox5 .c5inner .c5box>span .allcenter{
	width: 100%;
}

.chainbox5 .c5inner .c5box>span p{
	width: 100%;
	padding: 0 18px;
}

.chainbox5 .c5inner .c5box>span p.bot{
	line-height: 40px;
}

.chainbox5 .c5inner .c5box>span p.pri{
	font-size: 16px;
}

.chainbox5 .c5inner .c5box>span p.pri>i>span{
/*	font-size: 56px;*/
	font-size: 32px;
}

.chainbox5 .c5inner .c5box>span.left{
	margin-right: 10px;
}

.chainbox5 .c5inner .c5box>span.right{
	margin-left: 10px;
}

.chainbox6 .c6box{
	width: 100%;
	text-align: center;
}

.chainbox6 .c6box .ph3{
	padding-bottom: 20px;
}

.chainbox6 .c6box .c6inner{
	margin-top: 28px;
	width: 100%;
}

.chainbox6 .c6box .c6inner>span{
	position: relative;
	display: inline-block;
	width: 198px;
	height: 198px;
	border: 5px solid #89191d;
	border-radius: 50%;
}

.chainbox6 .c6box .c6inner>span.left{
	margin-right: 28px;
}

.chainbox6 .c6box .c6inner>span.right{
	margin-left: 28px;
}

.chainbox6 .c6box .c6inner>span .allcenter{
	width: 100%;
}

.chainbox6 .c6box .c6inner>span p.top span{
	font-size: 36px;
}

.chainbox6 .c6box .c6inner>span .bottom>span{
	display: inline-block;
    width: 16px;
    height: 1px;
    background-color: #fff;
}

/* #####################chain################################## */
/* #####################massage################################## */
.massage{
	padding: 90px 5%;
}

.massage .ph3{
	padding-bottom: 20px;
	text-align: center;
}

.massage input{
	display: block;
	width: 100%;
	background-color: #121212;
	border: 2px solid #89191d;
	outline: none;
	padding: 24px;
	font-size: 24px;
	color: #a7a7a7;
	margin-top: 24px;
}

.massage textarea{
	display: block;
	width: 100%;
	background-color: #121212;
	border: 2px solid #89191d;
	outline: none;
	padding: 24px;
	font-size: 24px;
	color: #a7a7a7;
	margin-top: 24px;
	height: 190px;
	resize: none;
}


.massage button{
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 40px;
	padding: 20px 0;
	border: none;
	font-size: 30px;
	background-color: #89191d;

}
/* #####################massage################################## */
/* #####################contact################################## */
.contactbox1 .allcenter{
    width: 84%;
    text-align: center;
}

.contactbox1 .allcenter p{
	width: 100%;
	padding: 0 30px;
}

.contactbox1 .allcenter>p{
	padding-top: 16px;
}

.contactbox1 .allcenter .cboxinner{
	margin-top: 16px;
	width: 100%;
	padding: 24px 0;
	border-top: 2px solid rgba(255,255,255,0.3);
	border-bottom: 2px solid rgba(255,255,255,0.3);
}

.contactbox1 .allcenter .cboxinner p:nth-child(2){
	padding-top: 16px;
}

.mapbox .allcenter{
	width: 100%;
	height: 100%;
	padding: 28px;
}

.mapbox .allcenter .mapbox{
	width: 100%;
	height: 100%;
	border: 5px solid #89191d;
}
/* #####################contact################################## */
/* #####################join################################## */

.work{
	width: 100%;
	padding: 54px 5%;
}

.work ul{
    width: 100%;
}

.work ul li{
	margin-top: -2px;
width: 100%;
}

.work p{
	font-size: 28px;
	line-height: 42px;
	padding: 0 10px;
}

.work p.tit{
	position: relative;
	font-size: 30px;
	font-weight: bold;
	padding: 36px 10px;
	border-top: 2px solid #555555;
	border-bottom: 2px solid #555555;
}

.work p.tit img{
	right: 10px;
}

.work p.bottom{
	padding-top: 30px;
    font-weight: bold;
    color: #990716;
}

.work .content{
	display: none;
	width: 100%;
	padding-bottom: 40px;
}

.work h3{
	padding: 0 10px;
	font-size: 28px;
	padding-top: 40px;
	padding-bottom: 20px;
}

.rotUp{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* #####################join################################## */
/* #####################alertbox################################## */
.alertbox{
	display: none;
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
}

.alertbox.alertbox2{
   background-color: rgba(255,255,255,1);
}

.alertbox.alertbox1{
	position: absolute;
   background-color: rgba(0,0,0,0.8);
}

.alertbox1 .alert1inner{
    width: 90%;
}

.alertbox1 .alert1inner .mapbox{
	width: 100%;
	height: 370px;
}

.alertbox1 .alert1inner .botcont{
	background-color: #89191d;
	padding: 40px;
    overflow: hidden;
    width: 100%;
}

.alertbox1 .alert1inner .botcont p.name{
    border-bottom: 1px solid #ad5e61;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 14px;
}

.alertbox1 .alert1inner .botcont p.loc,.alertbox1 .alert1inner .botcont p.tel{
	position: relative;
    padding: 16px 0;
    padding-left: 70px;
    border-bottom: 1px solid #ad5e61;
    line-height: 40px;
}

.alertbox1 .alert1inner .botcont p.loc:before{
	content: "地址：";
	position: absolute;
	left: 0px;
}

.alertbox1 .alert1inner .botcont p.tel:before{
	content: "电话：";
	position: absolute;
	left: 0px;
}

.alertbox2 .closeb{
	display: block;
    position: absolute;
    right: 10%;
    top: 30px;
}

.alert1inner .closeb{
	position: absolute;
	overflow: hidden;
	top: -78px;
	width: 78px;
	height: 78px;
	right: -1px;
	text-align: center;
	background-color: #89191d;
}

.alert1inner .closeb img{
	margin-top: 19px;
    -webkit-animation: clorot 3s ease infinite;
	animation: clorot 3s ease infinite;
}

.alertbox2 .alert2inner{
	width: 100%;
	padding: 0 10%;
	height: 80%;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: auto;
}

.alertbox2 .alert2inner::-webkit-scrollbar{width: 0;}

.alertbox2 .alert2inner *{
    color: #333;
}

.alertbox2 .alert2inner .tit{
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 46px;
    font-weight: bold;
    padding-bottom: 10px;
}

.alertbox2 .alert2inner .tim{
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
}

.alertbox2 .alert2inner .content img{
    display: block;
    margin: 0 auto;
    padding-bottom: 16px;
}

.alertbox2 .alert2inner .content p{
    padding-bottom: 10px;
    line-height: 40px;
}

.alertbox2 .closeb{
	-webkit-animation: clorot 3s ease infinite;
	animation: clorot 3s ease infinite;
}

@-webkit-keyframes clorot{
	0%{
		-webkit-transform: rotate(0deg);
	}

	100%{
		-webkit-transform: rotate(720deg);
	}
}

@keyframes clorot{
	0%{
		transform: rotate(0deg);
	}

	100%{
		transform: rotate(720deg);
	}
}
/* #####################alertbox################################## */
.bgcover{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.line4{
	line-height: 40px;
}