body{
	margin: 0;
	padding: 0;
}
.header{
	position:fixed;
	height: 70px;
	width: 100%;
	padding-left: 6%;
	z-index: 2;
}
.logo{
	display: inline-block;
	width: 160px;
	height: 60px;
	margin: 0 16px 4px 0;
	padding-left: 60px;
	vertical-align: middle;
	background-image:url(../img/logo.png);
	background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.nav{
	display: inline-block;
	width: 70%;
	font-size: 16px;
	border-radius: 0 0 8px 8px;
	background-color: #555;
}
.nav a{
	position: relative;
	display: inline-block;
	width: 8.5%;
	color: #fff;
	line-height: 64px;
	text-align: center;
	text-decoration: none;
}
.nav a:hover{
	color: #ff0;
	font-size: 17px;
}
.nav a::after{
	width: 0;
	content: '';
}
.nav a:hover::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #ff0;
	content: '';
	transition: width 0.3s;
  -moz-transition: width 0.3s;
  -webkit-transition: width 0.3s;
}
.top{
	position: relative;
	width: 100%;
	text-align: center;
}
.top img{
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.top .digit{
	position: absolute;
	bottom: 52px;
	width: 180px;
	height: 120px;
	color: #fff;
	border-radius: 6px;
	background-color: #f60;
}
.top .gov{
	left: 38%;
}
.top .usr{
	left: 52%;
}
.digit .num{
	padding: 12px 0;
	font-size: 32px;
	font-weight: bold;
}
.digit .src{
	width: 160px;
	padding-top: 10px;
	margin-left: 10px;
	font-size: 18px;
	border-top: 1px solid #fff;
}
.main{
	position: relative;
	width: 86%;
	margin: 16px auto;
}
.tag{
	padding: 6px 0 6px 12px;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 4px;
	border-left: 5px solid #00f;
	background-color: #f8f8f8;
}
.file1{
	position: relative;
	display: inline-block;
	width: 20%;
	line-height: 0;
	margin: 40px 0 32px 0;
	border: 1px solid #ccc;
	box-shadow: 0px 3px 4px rgb(221 221 221 / 65%);
}
.file1:hover{
	box-shadow: 0px 3px 4px #bbb;
}
.file1 .pic{
	width: 100%;
	height: 210px;
}
.file1 .tip{
	position: absolute;
	top: 0;
	line-height: 16px;
	padding: 10px 24px;
	color: #fff;
	background: rgba(7, 60, 126, 0.8);
}
.file1 .head{
	width: 40px;
	height: 40px;
	margin: 8px 8px 0 12px;
	vertical-align: middle;
	border-radius: 50%;
}
.file1 .name{
	padding-top: 8px;
	font-weight: bold;
	color: #333;
}
.file1 .des{
	height: 48px;
	padding-right: 6px;
	margin-left: 64px;
	line-height: 24px;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
}
.file2{
	position: relative;
	display: inline-block;
	width: 20%;
	line-height: 0;
	margin: 56px 6.2% 32px 0;
	border: 1px solid #ccc;
	box-shadow: 0px 3px 4px rgb(221 221 221 / 65%);
}
.file2:hover{
	box-shadow: 0px 3px 4px #ccc;
}
.file2 .head{
	position: absolute;
	left: 36%;
	width: 96px;
	height: 96px;
	margin-top: -50px;
	border-radius: 50%;
}
.file2 .name{
	margin: 72px 0 24px 0;
	text-align: center;
	font-weight: bold;
	color: #333;
}
.file2 .des{
	height: 48px;
	padding: 0 16px;
	margin-bottom: 16px;
	line-height: 24px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
}
.tags{
	width: 95%;
	padding-left: 18px;
	margin-top: 6px;
	color: #444;
	line-height: 48px;
	background-color: #eee;
}
.file2 .tags{
	color: #444;
	font-size: 14px;
	vertical-align: middle;
}
.icon-tm{
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 12px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	background-image: url(../img/tm.png);
}
.icon-dw{
	position: absolute;
	right: 0;
	bottom: 4px;
	display: inline-block;
	width: 38px;
	height: 38px;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	background-image: url(../img/dw.png);
	cursor: pointer;
}
.icon-l{
	position: absolute;
	right: 24px;
	bottom: 8px;
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	background-image: url(../img/left.png);
}
.share{
	width: 100%;
	height: 500px;
}
.tabs{
	width: 86%;
	padding-bottom: 32px;
	margin: 64px auto 32px auto;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.tab{
	display: inline-block;
	width: 135px;
	line-height: 40px;
	margin-right: 40px;
	text-align: center;
	letter-spacing: 2px;
	background-color: #06f;
	border-radius: 4px;
}
.tab:hover{
	cursor: pointer;
}
.sidebar{
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	text-align: center;
	background-color: #f0f0f0;
}
.sidebar div{
	line-height: 42px;
	letter-spacing: 2px;
	border-bottom: 1px solid #ccc;
}
.sidebar div:hover{
	cursor: pointer;
}
.ser-r{
	margin-left: 15%;
}
.video{
	position: relative;
	display: inline-block;
	width: 28%;
	line-height: 0;
	margin: 0 6.2% 48px 0;
	border: 1px solid #ccc;
	box-shadow: 0px 3px 4px rgb(221 221 221 / 65%);
}
.video:hover{
	cursor: pointer;
	box-shadow: 0px 3px 4px #aaa;
}
.video .pic{
	width: 100%;
	height: 240px;
}
.video .tip{
	position: absolute;
	top: 0;
	line-height: 16px;
	padding: 10px 24px;
	color: #fff;
	background: rgba(7, 60, 126, 0.8);
}
.video .head{
	width: 40px;
	height: 40px;
	margin: 12px;
	vertical-align: middle;
	border-radius: 50%;
}
.video .name{
	font-size: 18px;
	color: #333;
	letter-spacing: 1px;
}
.video .date{
	position: absolute;
	right: 16px;
	bottom: 32px;
	font-size: 16px;
	color: #666;
}
.man{
	display: inline-block;
	width: 28%;
	margin: 0 6.2% 48px 0;
	border: 1px solid #ccc;
	box-shadow: 0px 3px 4px rgb(221 221 221 / 65%);
}
.man .pic{
	width: 100%;
	height: 220px;
	overflow: hidden;
}
.man .name{
	line-height: 44px;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	text-align: center;
	letter-spacing: 1px;
	border-bottom: 1px solid #ccc;
}
.man span{
	display: inline-block;
	width: 50%;
	line-height: 48px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.care{
	display: inline-block;
	width: 46%;
	margin: 0 7% 48px 0;
	border: 1px solid #ccc;
	box-shadow: 0px 3px 4px rgb(221 221 221 / 65%);
}
.care .lft{
	display: inline-block;
	width: 30%;
	line-height: 0;
	vertical-align: middle;
}
.care .rgt{
	display: inline-block;
	width: 62%;
	padding: 24px 0 16px 24px;
	line-height: 36px;
	font-size: 16px;
	vertical-align: middle;
}
.lft img{
	width: 100%;
}
.care span{
	display: inline-block;
	width: 100%;
	line-height: 42px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	background-color: #4d4dff;
}
.ques{
	display: inline-block;
	width: 100%;
	margin-bottom:48px;
	line-height: 40px;
	border: 1px solid #ccc;
	box-shadow: 0px 3px 4px rgb(221 221 221 / 65%);
}
.ques .title{
	padding: 4px 16px;
	font-size: 18px;
	color: #fff;
	background-color: #444;
}
.ques span{
	display: inline-block;
	width: 65%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
.ques .q{
	display: inline-block;
	width: 65%;
	text-align: left;
	text-indent: 1em;
	border-top: 1px solid #ccc;
}
.ques .a{
	display: inline-block;
	width: 34%;
	padding-left: 12px;
	border-top: 1px solid #ccc;
}
.new{
	position: relative;
	display: inline-block;
	width: 23%;
	margin-bottom: 64px;
	border: 1px solid #ccc;
	text-decoration: none;
	box-shadow: 0px 3px 4px rgb(221 221 221 / 65%);
}
.new:hover{
	cursor: pointer;
	box-shadow: 0px 3px 4px #ccc;
}
.new .pic{
	width: 100%;
}
.new .date{
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	font-family: arial;
  color: #fff;	
	text-align: center;
	background: rgba(7, 60, 126, 0.8);
}
.new .day{
	height: 49px;
	line-height: 49px;
	font-size: 35px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.new .year{
	height: 31px;
	line-height: 31px;
	font-size: 16px;
}
.new .name{
	padding: 18px;
	font-size: 18px;
	color: #333;
}
.new .des{
	height: 48px;
	padding: 0 18px 42px 18px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
}
.std{
	position: relative;
	display: block;
	width: 80%;
	padding-top: 12px;
	padding-bottom: 32px;
	margin-left: 10%;
	margin-bottom: 32px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
.std img{
	width: 33%;
	height: 255px;
	vertical-align: top;
	border-radius: 6px;
}
.std-mid{
	display: inline-block;
	width: 60%;
	margin-left: 2%;
}
.std .name{
	padding: 16px 0;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}
.std .name:hover{
	color: #f60;
}
.std .desc{
	height: 120px;
  line-height: 30px;
	letter-spacing: 1px;
	text-indent: 2em;
}
.std .sum{
	margin-top: 20px;
}
.std .sum span{
	display: inline-block;
	margin-right: 15px;
	padding: 4px 12px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	letter-spacing: 2px;
	background-color: #555;
	border-radius: 4px;
}
.std .info{
	text-align: right;
}
.std .info span{
	margin-left: 24px;
}
.sign{
	width: 18%;
	margin-top: 120px;
}
.cname{
	font-size: 35px;
	font-weight: bold;
	color: #000;
	letter-spacing: 4px;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
}
.slogan{
	margin-top: 28px;
	font-family: '华文行楷';
	font-size: 26px;
	color: #f60;
	letter-spacing: 4px;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 14%);
}
.cut{
	position: relative;
	padding: 64px 7%;
	margin-top: 40px;
	background-color: #000;
}
.cut div{
	display: inline-block;
	width: 50%;
}
.cut video{
	width: 100%;
	border-radius: 8px;
	box-shadow: 0px 0px 2px #ccc;
}
.boxs{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.self{
	position: relative;
	display: inline-block;
	width: 28%;
	padding: 16px;
	margin: 48px 0 32px 0;
	border: 1px solid #ccc;
	box-shadow: 0px 3px 4px rgb(221 221 221 / 65%);
}
.self .name{
	padding-bottom: 8px;
	margin-bottom: 12px;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.self span{
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 8px 12px 8px 0;
	vertical-align: middle;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.self img{
	position: absolute;
	bottom: 32px;
	right: 16px;
	width: 110px;
	border-radius: 4px;
	box-shadow: 0px 3px 4px #ccc;
}
.self .mob{
	background-image: url('../img/mob.png?2');
}
.self .tel{
	background-image: url('../img/tel.png?2');
}
.self .mail{
	background-image: url('../img/mail.png?2');
}
.self .addr{
	background-image: url('../img/addr.png?2');
}
.self .val{
	display: inline-block;
}
.hbar{
	font-size: 18px;
	color: #000;
	text-align: center;
	background-color: #333;
}
.hbar div{
	display: inline-block;
	padding: 8px 32px;
	margin: 12px 32px;
	letter-spacing: 2px;
	border-radius: 4px;
	background-color: #fff;
	cursor: pointer;
}
.hbar div:hover{
	color: #fff;
	background-color: #090;
}
.txt{
	display: block;
	width: 70%;
	padding: 24px 24px;
	margin: 56px auto;
	color: #000;
	border: 1px solid #ccc;
	box-shadow: 0px 3px 4px rgb(221 221 221 / 65%);
}
.txt:hover{
	cursor: pointer;
	box-shadow: 0px 3px 4px #ccc;
}
.txt img{
	width: 26%;
	vertical-align: middle;
	border-radius: 4px;
	transition: all 0.4s;
}
.txt img:hover{
	transform: scale(1.2);
}
.txt-m{
	display: inline-block;
	width: 24%;
	margin-left: 2%;
	vertical-align: middle;
}
.txt-m div{
	height: 56px;
}
.txt-m span{
	letter-spacing: 1px;
}
.txt-m .sign{
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 8px 12px 8px 0;
	
	vertical-align: middle;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.txt-m .usr{
	background-image: url('../img/usr.png');
}
.txt-m .addr{
	background-image: url('../img/addr_1.png?2');
}
.txt-m .tm{
	background-image: url('../img/tm.png?2');
}
.txt-r{
	display: inline-block;
	width: 46%;
	margin-top: 16px;
	vertical-align: top;
}
.txt-r .name{
	line-height: 48px;
	font-size: 18px;
	font-weight: bold;
}
.txt-r .des{
	height: 72px;
	font-size: 18px;
	line-height: 38px;
	color: #f60;
}
.buket{
	width: 100%;
	height: 1000px;
	background-color: #f0f0f0;
}
.main-l{ 
	position: relative;
	top: 0;
	width: 10%;
	height: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #1d242e;
	box-shadow: 5px 0 8px 1px rgb(0 0 0 /40%);
	z-index: 1;
}
.main-m{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 10.5%;
	width: 78%;
	height: 100%;
	text-align: center;
}
.main-m .name{
	padding-top: 120px;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#pro{
	height: 560px;
	margin-top: 80px;
}
.attr{
	margin-top: 64px;
  color: #fff;
}
.attr span{
	display: inline-block;
	padding: 8px 24px;
	margin-right: 64px;
	border-radius: 8px;
	background-color: #06f;
	box-shadow: 4px 4px 8px 1px rgb(0 0 0 /40%);
	cursor: pointer;
}
.attr span:hover{
	background-color: #f60;
}
.main-r{
	position: absolute;
	top: 80px;
	right: 0;
	width: 12%;
	height: 100%;
	font-size: 15px;
}
.main-r .o{
	width: 120px;
	height: 120px;
	padding: 10px;
	margin-top: 24px;
	text-align: center;
	border-radius: 50%;
	box-shadow: inset 0 8px 48px #ddd;
}
.main-r .i{
	width: 120px;
	height: 120px;
	color: #333;
	text-align: center;
	border-radius: 50%;
	background-image: -webkit-linear-gradient(top,#f7f7f7,#e7e7e7);
	box-shadow: 0 3px 8px #ccc, inset 0 2px 3px #fff;
	cursor: pointer;
}
.main-r .i:hover{
	color: #f00;
	box-shadow: 0 3px 8px #aaa inset;
}
.main-r span{
	display: inline-block;
	width: 52px;
	height: 52px;
	margin: 16px 0 4px 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
#para:hover span{
	background-image: url('../img/para_r.png');
}
#fea:hover span{
	background-image: url('../img/fea_r.png');
}
#use:hover span{
	background-image: url('../img/use_r.png');
}
#safe:hover span{
	background-image: url('../img/safe_r.png');
}
.para{
	background-image: url('../img/para.png');
}
.fea{
	background-image: url('../img/fea.png');
}
.use{
	background-image: url('../img/use.png');
}
.safe{
	background-image: url('../img/safe.png');
}
.main-r .proqr{
	width: 120px;
	margin: 36px 0 0 10px;
	color: #555;
}
#qr{
	width: 120px;
	border-radius: 6px;
}
#des0{
	position: absolute;
	top: 110px;
	right: 14%;
	width: 600px;
	border-radius: 8px;
	background-color: rgb(255 255 255 /95%);
	box-shadow: 2px 2px 3px 4px #ccc;
	animation: a1 .5s ease forwards;
}
#des0 .tag1{
	width: 96px;
	padding: 8px 16px;
	margin: 10px 0;
	color: #fff;
	letter-spacing: 1px;
	border-radius: 0 8px 8px 0;
	background-color: #ff1a1a;
	box-shadow: 2px 2px 2px 1px #ccc;
}
#des0 .itm1{
	line-height: 38px;
	font-size: 14px;
	border-bottom: 1px solid #fff;
}
.itm1 span:nth-child(even){
	display: inline-block;
	width: 30%;
	color: #222;
	text-align: center;
	background-color: #eee;
}
.itm1 span:nth-child(odd){
	display: inline-block;
	width: 20%;
	color: #fff;
	text-align: center;
	background-color: #06f;
}
.itm2{
	line-height: 40px;
	font-size: 14px;
	color: #000;
	background-color: #eee;
}
.itm2 span:nth-child(odd){
	display: inline-block;
	width: 21.6%;
	text-align: center;
	border-right: 1px solid #fff;
}
.itm2 span:nth-child(even){
	display: inline-block;
	width: 28%;
	text-align: center;
	border-right: 1px solid #fff;
}
.itm3{
	line-height: 40px;
	font-size: 14px;
	color: #000;
}
.itm3 span:nth-child(odd){
	display: inline-block;
	width: 21.6%;
	text-align: center;
	border-right: 1px solid #fff;
}
.itm3 span:nth-child(even){
	display: inline-block;
	width: 28%;
	text-align: center;
	border-right: 1px solid #fff;
}
#des1{
	position: absolute;
	top: 160px;
	right: 14%;
	width: 400px;
	padding: 32px 32px 0 32px;
	border-radius: 8px;
	background-color: rgb(255 255 255 /95%);
	box-shadow: 2px 2px 3px 4px #ccc;
	animation: a2 .6s ease forwards;
}
#des1 img{
	border-radius: 50%;
}
.itm4{
	display: inline-block;
	width: 45%;
	margin: 0 8% 40px 0;
	text-align: center;
	vertical-align: top;
}
.itm4 div{
	padding-top: 12px;
	line-height: 24px;
	font-size: 14px;
	color: #333;
	text-align: left;
}
#des2{
	position: absolute;
	top: 230px;
	right: 14%;
	width: 500px;
	padding: 16px;
	border-radius: 8px;
	background-color: rgb(255 255 255 /95%);
	box-shadow: 2px 2px 3px 4px #ccc;
	animation: a2 .6s ease forwards;
}
.tag2{
	width: 110px;
	padding: 8px 16px;
	margin: 10px 0;
	color: #fff;
	letter-spacing: 2px;
	border-radius: 0 32px 8px 0;
	background-color: #ff1a1a;
	box-shadow: 2px 2px 2px 1px #ccc;
}
.itm5{
	line-height: 36px;
}
#des2 a{
	display: inline-block;
	padding: 16px 56px;
	margin: 16px 0 16px 32px;
	font-size: 20px;
	font-weight: bold;
	color: #f60;
	letter-spacing: 3px;
	border-radius: 12px;
	border: 1px solid #f60;
	text-decoration: none;
}
#des2 a:hover{
	color: #fff;
	background-color: #f60;
}
#des3{
	position: absolute;
	top: 120px;
	right: 15%;
	width: 550px;
	padding: 16px;
	border-radius: 8px;
	background-color: rgb(255 255 255 /95%);
	box-shadow: 2px 2px 3px 4px #ccc;
	animation: a2 .6s ease forwards;
}
.cert img{
	width: 116px;
	height: 150px;
	margin: 16px 0 0 16px;
	box-shadow: 0 0 5px 1px #aaa;
}
#des3 .ser{
	padding: 16px 0;
	line-height: 24px;
	border-radius: 6px;
	background-color: rgba(0,0,0,0.9);
}
.itm6{
	display: inline-block;
	width: 22%;
	margin: 12px 0 8px 12px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.itm6 img{
	width: 64px;
	margin-bottom: 16px;
}
#part{
	position: absolute;
	top: 250px;
	left: 280px;
	width: 240px;
	padding: 0 16px 32px 32px;
	border-radius: 6px;
	background-color: rgba(0,0,0,0.9);
	box-shadow: 0 0 10px 3px #888;
	animation: a2 .6s ease forwards;
}
#part .name{
	padding: 48px 0;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	letter-spacing: 2px;
}
.itm7{
	line-height: 40px;
	font-size: 16px;
	color: #f4c503;
}
.itm7 img{
	position: absolute;
	top: -44px;
	left: -56px;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	box-shadow: 0 0 2px 2px #ccc;
}
.pros{
	position: absolute;
	top: 70px;
	left: 0;
	display:none;
  height: 900px; 
	width: 900px;
	text-align: left;
	border-right: 1px solid #f60;
	background-color: #fff;
  z-index:-1;
  animation: a3 .4s ease forwards;
}
.itm8{
	display: inline-block;
	width: 240px;
	height: 220px;
	margin: 24px 0 64px 40px;
	line-height: 0;
	text-align: center;
	border-radius: 8px 8px 0 0;
	border: 1px solid #ccc;
	box-shadow: 0px 3px 4px rgb(221 221 221 / 65%);
	cursor: pointer;
}
.itm8:hover{
	border: 1px solid #f60;
	box-shadow: 0px 0px 4px #f60;
}
.itm8:hover .name{
	color: #f60;
}
.itm8 img{
	height: 100%;
}
.itm8 .name{
	line-height: 48px;
	font-size: 16px;
	color: #333;
	letter-spacing: 2px;
}
.earth{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 13px;
	color: #fff;
	text-align: center;
	animation: up 1.5s ease-in-out;
	overflow: hidden;
}
.earth img{
	position: absolute;
	bottom: 0;
	display: block;
	max-width: 80%;
	margin: 0 10%;
}
.loc{
	position: absolute;
	bottom: 0;
	width: 40px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 1;
}
.loc span{
	display: inline-block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../img/mk_1.ico);
}
.loc:hover{
	color: #ff0;
}
.loc:hover span{
	background-image: url(../img/mk_2.ico);
}
.ripple{
	position: absolute;
	top: 0;
	left: -5px;
	width: 50px;
	height: 50px;
	transform: rotateX(40deg);
}
.rp{
	position: absolute;
	width: 50px;
	height: 50px;
	background: rgba(249,247,84,0.77);
	border-radius: 25px;
	transform: scale(0);
	animation: ripple 2s;
	animation-iteration-count: infinite;
}
.area{
	position: absolute;
	top: 120px;
	right: 0;
	
}
.area div{
	padding: 10px 40px;
	margin-top: 40px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 2px;
	background-color: #333;
	border-radius: 6px 0 0 6px;
	cursor: pointer;
}
.area div:hover{
	background-color: #f60;
}
.itm9{
	position: absolute;
	top: 160px;
	right: 200px;
	display: inline-block;
	width: 450px;
	padding: 24px;
	background-color: rgb(255 255 255 /98%);
	border-radius: 6px;
	box-shadow: 0px 3px 4px rgb(221 221 221 / 65%);
	animation: rl .5s ease forwards;
	z-index: 1;
}
.itm9 .name{
	padding-bottom: 8px;
	margin-bottom: 12px;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.itm9 span{
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 8px 12px 8px 0;
	vertical-align: middle;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.itm9 img{
	position: absolute;
	bottom: 32px;
	right: 16px;
	width: 110px;
	border-radius: 6px;
	box-shadow: 0px 3px 4px #ccc;
}
.itm9 .mob{
	background-image: url('../img/mob.png');
}
.itm9 .tel{
	background-image: url('../img/tel.png');
}
.itm9 .mail{
	background-image: url('../img/mail.png');
}
.itm9 .addr{
	background-image: url('../img/addr.png');
}
.itm9 .val{
	display: inline-block;
}
.itm10{
	position: absolute;
	top: 230px;
	left: 140px;
	display: inline-block;
	width: 450px;
	padding: 24px;
	background-color: rgb(255 255 255 /98%);
	border-radius: 6px;
	box-shadow: 0px 3px 4px rgb(221 221 221 / 65%);
	animation: op .8s ease;
}
.itm10 .shead{
	position: absolute;
	top: -60px;
	left: 180px;
	width: 128px;
	height: 128px;
	margin: 0 auto;
	border-radius: 50%;
	box-shadow: 0px 3px 3px #555;
}
.itm10 .name{
	padding-bottom: 16px;
	margin: 64px 0 12px 0;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.itm10 span{
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 8px 12px 8px 0;
	vertical-align: middle;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.itm10 .wxqr{
	position: absolute;
	bottom: 32px;
	right: 16px;
	width: 110px;
	border-radius: 6px;
	box-shadow: 0px 3px 4px #ccc;
}
.itm10 .mob{
	background-image: url('../img/mob.png');
}
.itm10 .tel{
	background-image: url('../img/tel.png');
}
.itm10 .mail{
	background-image: url('../img/mail.png');
}
.itm10 .addr{
	background-image: url('../img/addr.png');
}
.itm10 .val{
	display: inline-block;
}
.footer{
	position: relative;
	padding: 36px 0 18px 15%;
	color: #ddd;
	background-color: #222;
}
.footer img{
	width: 110px;
	margin-bottom: 8px;
	border-radius: 6px;
}
.friend{
	margin-bottom: 24px;
}
.friend a{
	margin-right: 24px;
	color: #fff;
	text-decoration: none;
}
.friend a:hover{
	color: #ff0;
}
.info{
	line-height: 40px;
	letter-spacing: 1px;
}
.btm{
	width: 83%;
	margin-top: 16px;
	padding-top: 20px;
	font-size: 15px;
	color: #666;
	border-top: 1px solid #666;
	text-align: center;
}
.btm a{
	color: #666;
	text-decoration: none;
}
.qr{
	position: absolute;
	top: 88px;
	right: 0;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
}
#mask{
	position: absolute;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0,0,0, 0.8);
	z-index: 8;
}
#mask video{
	width: 65%;
	margin-top: 8%;
	border-radius: 8px;
}
#close{
	position: absolute;
	right: 12%;
	top: 12%;
	color: #ddd;
	cursor: pointer;
}
#close:hover{
	color: #ff0;
}
.wx{
	margin-right: 35%;
}
.mob{
	margin-right: 25%;
}
.tik{
	margin-right: 15%;
}
.w100{
	min-width: 100%;
}
.h100{
	max-height: 100%;
}
.h500{
	height: 500px;
}
.h600{
	height: 600px;
}
.ml16{
	margin-left: 16px;
}
.ml56{
	margin-left: 56px;
}
.mr0{
	margin-right: 0;
}
.mr64{
	margin-right: 64px;
}
.ml0{
	margin-left: 0;
}
.mb0{
	margin-bottom: 0;
}
.mt24{
	margin-top: 24px;
}
.mt36{
	margin-top: 36px;
}
.mt72{
	margin-top: 72px;
}
.hide{
	display: none;
}
.align-c{
	text-align: center;
}
.bg1{
	background-color: #4d4dff;
}
.bg2{
	background-color: #f60;
}
.bg3{
	background-color: #555;
}
.bg4{
	background-color: #000;
}
.bd-r{
	border-right: 1px solid #ccc;
}
@keyframes a1{
	from {width: 500px;}
	to {width: 600px;}
}
@keyframes a2{
	from {opacity: 0;}
	to {opacity: 1;}
}
@keyframes a3{
	0% {left: -10%; opacity: 0;}
	100% {left: 100%; opacity: 1;}
}
