*{ 
	margin:0;padding:0;
	 -webkit-overflow-scrolling: touch; font-family: Arial, Helvetica, sans-serif;
}
*,
*:before,
*:after {
	box-sizing: border-box;
	font-smoothing: antialiased;
	outline: none
}

.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}


.clearfix:after {
	clear: both
}

.clearfix {
	zoom: 1
}
a,div,p,span,img{
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently not supported by any browser */
}
a {
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color:transparent;
     
}
.heng{ transform: rotate(90deg); -webkit-transform: rotate(90deg);}

body {
	text-size-adjust: 100%;
	position: relative
}
.box{ width:100%; height:100%; overflow: hidden; position: absolute; top:0;left:0;}
.wrapper{ width:100%; height: 768px; position: relative; overflow: hidden;
    transform-origin: 0 0; -webkit-transform-origin: 0 0; }
.baseO{transform-origin: 0 0; -webkit-transform-origin: 0 0;}
#header{ 
    height: 138px; width: 100%; padding:0;
    background:url(tbg.png) bottom repeat-x rgba(255, 255, 255, .95);
}
#header .logo{ width: 136px; height:78px; display:block;margin:0 auto; }
#header .logo img {
	width: 60%;
	margin: 25px auto;
}
#header .logo h1{ display: none;}

.content{ width:100%; height:630px; overflow: hidden; position: relative;}
.contentO{ overflow: scroll;}

#menu{ 
    position: absolute; top:138px; left:0; width: 100%; height:630px; background: rgba(255, 255, 255, .95);
    visibility:hidden   ; z-index:9999;
	opacity: 0; transform: translateZ(0);
}
.home #header{background:rgba(255, 255, 255, .15);}
.home #menu{background:rgba(255, 255, 255, .05);}

#menu a{ 
    display: block; text-align: center; font-size: 26px; height:50px; line-height: 50px; color:#010101;
    transform: translateY(50px) translateZ(0);
    opacity: 0
}
#menu a:hover,#menu .menuOn{
    background:#cab178; color:#fff;
}

#menuBtn {
	backface-visibility: hidden;
	padding: 18px 8px;
	font-size: 0;
	color: black;
	position: absolute; top:43px; left:60px;
}

#menuBtn>div {
	vertical-align: middle;
	display: inline-block;
	width: 35px
}

#menuBtn>div>span,
#menuBtn>div>span:before,
#menuBtn>div>span:after {
	backface-visibility: hidden;
	background-color: #333;
	display: inline-block;
	height: 6px;
	width: 100%
}

#menuBtn>div>span {
	position: relative
}

#menuBtn>div>span:before,
#menuBtn>div>span:after {
	transform: rotate(0deg) translateZ(0);
	transition: transform .55s;
	position: absolute;
	content: ' ';
	height: 100%;
	left: 0
}

#menuBtn>span {
	vertical-align: middle;
	display: inline-block;
	margin-left: 16px;
	font-size: 20px
}
#menuBtn>div>span:before {
    top: -12px
}
#menuBtn>div>span:after {
    top: 12px
}
#menuBtn:hover>div>span:before {
    top: -12px
}
#menuBtn:hover>div>span:after {
    top: 12px
}
    
    

.open-menu #menuBtn>div>span {
	background-color: transparent
}

.open-menu.csscalc #header {
	background-color: rgba(255, 255, 255, .95)
}

.open-menu #menuBtn>div>span:before {
	transform: rotate(-45deg) translateZ(0);
	top: 0
}

.open-menu #menuBtn>div>span:after {
	transform: rotate(45deg) translateZ(0);
	top: 0
}

.open-menu #menu {
	visibility: visible;
	opacity: 1
}

.open-menu.touch #menu .outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll
}

.open-menu #menu a {
	transition: transform .5s, opacity .5s;
	transform: translateY(0) translateZ(0);
	opacity: 1
}

.open-menu #menu a:nth-child(2) { 	transition-delay: .1s}
.open-menu #menu a:nth-child(3) {	transition-delay: .2s}
.open-menu #menu a:nth-child(4) {	transition-delay: .28s}
.open-menu #menu a:nth-child(5) {	transition-delay: .35s}
.open-menu #menu a:nth-child(6) {	transition-delay: .40s}
.open-menu #menu a:nth-child(7) {	transition-delay: .47s}
.open-menu #menu a:nth-child(8) {	transition-delay: .5s}
.open-menu #menu a:nth-child(9) {	transition-delay: .52s}
.open-menu #menu a:nth-child(10) {	transition-delay: .54s}
.open-menu #menu a:nth-child(11) {	transition-delay: .56s}
.open-menu #menu a:nth-child(12) {	transition-delay: .58s}

.closing-menu #menu {
	transition-delay: .4s;
	pointer-events: none;
	visibility: visible;
	opacity: 0
}

.closing-menu #menuBtn>div>span:before,
.closing-menu #menuBtn>div>span:after {
	transform: rotate(0deg) translateZ(0)
}

.closing-menu #menu a {
	transform: translateY(50px) translateZ(0);
	transition: transform .5s, opacity .5s;
	transition-delay: 0s;
	opacity: 0
}

.closing-menu #menu a:nth-child(1) {
	transition-delay: .32s
}

.closing-menu #menu a:nth-child(2) {
	transition-delay: .3s
}

.closing-menu #menu a:nth-child(3) {
	transition-delay: .26s
}

.closing-menu #menu a:nth-child(4) {
	transition-delay: .22s
}

.closing-menu #menu a:nth-child(5) {
	transition-delay: .16s
}

.closing-menu #menu a:nth-child(6) {
	transition-delay: .12s
}

.closing-menu #menu a:nth-child(7) {
	transition-delay: .08s
}

.closing-menu #menu a:nth-child(8) {
	transition-delay: .05s
}

.hbg{ background:url(hbg.jpg); background-size: cover;;}
.b4{background:url(b4.jpg); background-size: cover;}
.b7{ background:url(b7.jpg) center center; background-size: cover;}
.b8{ background:url(b8.jpg) center center; background-size: cover;}

.culture{ background:url(b2.jpg); background-size: cover;}
.culture img{ position: absolute; top:0; right:0;}

.intro{ background:url(b3.jpg) center center; background-size: cover;}
.introS{width: 560px; height:500px; position: relative;position: absolute; left:50%; top:76px; margin-left:20px;}
.introS .introC{ width: 520px; height:495px;  overflow: hidden; border-right:1px solid #6e551b;}
.introS .bar{ width: 20px; height:72px; background:#6e551b; position: absolute; top:0; left:510px;}


.safe{ padding:20px 66px ;}
.safe .item{ width: 25%; float: left; padding:14px 32px 0 32px ; box-sizing: border-box; text-align: center;}
.safe .item div{ width:188px; height:188px; padding:2px; background:#fff;  border-radius: 100%; overflow: hidden; box-shadow: 0 0 12px rgba(0,0,0,0.1); margin:0 auto;}
.safe .item div img{  width:186px; height:186px; }
.safe .item  p{ font-size: 18px; line-height: 40px; font-weight: bolder; margin-top:10px; height:90px;}
.safe .item  p span{ font-size: 12px; color:#9b9b9b;line-height: 20px; display: block; text-align: center;}

.centere{ width: 1128px ; height:1200px; margin:70px auto; padding-bottom:40px;}
.centere .topImg{ width: 100%;}

.centerc{padding-top:120px; clear: both; }
.centerc .img,.centerc .txt{float: left;}
.centerc .img{ width: 564px;}
	.centerc .txt{ width: 564px; padding-left:56px; box-sizing: border-box; line-height: 26px;}
	.f32{ font-size: 32px;}
.centerc .txt  .f32{ margin-top:-58px;}

.app{ padding-top:40px;}
.app .img{ width:50%; float: left; text-align: center; padding-top:40px;}
.app .txt{ width:50%; float: left; position: relative;}
.app .txt p{ font-size: 36px; line-height: 50px; color:#ab8a40; padding-bottom:50px; }
	.app .txt span{ font-size: 62px;color:#ab8a40;   position: absolute; top:0; left:-150px;}
.app .txt .l{ width: 115px; float: left;}
.app .txt .l a{ display: inline-block; padding:8px 0 8px 0; width:115px; text-align: center; border-radius: 8px; background:#c6b080; color:#000; margin-top:12px;}
.app .txt .r{ padding-left:50px; float: left; font-size: 22px; line-height: 46px;}

.contact{ width: 100%; padding-top:110px;}
.contact .img,.contact .txt{ width: 50%; float:left;}
.contact .img{ text-align: right; margin-top:10px;}
.contact .img img{ border:2px solid #fff;box-shadow: 0 0 12px rgba(0,0,0,0.1);}
.contact .txt{ padding-left:102px;}
.contact .txt p{ color:#ae914f; font-size: 45px;}

.repair{ padding-top:60px;}
.repair .img img{ border:none;box-shadow: none; margin-left:40px;}
.repair .txt{ font-size: 24px; line-height: 48px; font-weight: bolder;padding-left:122px;}
.repair .txt p{font-weight: normal;}

.bios .img{ margin-top:10px; }
.bios .img img{ margin-left:60px; }
.bios .txt{ font-size:24px;line-height: 48px; font-weight: bolder;padding-left:122px;}
.bios .txt p { font-size: 45px; font-weight: normal ;}
.bios .txt p span{ font-size: 24px;}

.about .photo,.about .photo2,.about .text,.about .text2,.skin .photo,.skin .text{ float: left; }
.about .photo{ width:40%;margin-top:10px;}
.about .photo2,.about .text2,.skin .photo,.skin .text{ width:50% ; box-sizing: border-box;}
.skin .photo{ width:48%; margin-left:-2%; margin-right: 2%;}
.skin .text{ font-size: 12px; padding:10px 60px 0 0;line-height: 20px;}
.about .text2{ padding:0 124px 0 100px; box-sizing: border-box;}
.text2_1{ font-size: 38px; text-align: center;}
.text2_2{ font-size: 46px;text-align: center;}
.text2_3{  font-weight: bolder; padding:40px 0 70px 0;text-align: center; transform: translateX(100px);}
.text2_4{  line-height: 28px;}
.about .text{ width:60%; padding:0 86px 0 86px; box-sizing: border-box; line-height: 24px;;}
.about,.skin{ padding-top:80px;}
.head{ color:#cab178;}
.head span{ color:#dfd1b4;}
.title{ display: flex; width:70%; padding-bottom:30px;
	justify-content: center;align-items: center;}
.title div{ color:#d3c39e; font-size: 40px;width: 25%; }
.title div span{ color:#dfd1b4; font-size: 16px; display: block; margin-top:10px;}
.skin .title{ width:100%;}
.skin .title div{width:100%; font-size: 32px; }
.skin .title div span{font-size: 24px; }

.college{}
.college img{ position: absolute; top:0;left:50%; transform: translateX(-50%);}

.txt_line {
	padding: 15px 0;
}