@charset "utf-8";
*{margin: 0;padding: 0;}
html{height:100%;}
body{
	color: #333;
	background-color: #fefefe;
	overflow-x: hidden;
	font: 18px/1.9 "Hiragino Sans GB","Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	/*font: 19px/2.0 "楷体","宋体","微软雅黑", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;*/
}
img{border:none;}
ul{list-style-position:inside;list-style-type:none;margin:0px;padding:0px;list-style-image:none;}
li{list-style:none;}
input{font-family: "楷体","宋体","微软雅黑", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;}
a:link{color:#3d3d3d;text-decoration:none;}
a:visited{color:#3d3d3d;text-decoration:none;}
a:hover{color:#b63d2e;text-decoration: none;}
a:active{color:#b63d2e;text-decoration: none;}
.nomr{margin-right:0px !important;}


.homebody{
	background-image: url(../image/homebody_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}
#toper{
	position: relative;
	width: 100%;
	max-width: 1200px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
#toper .in{
	position: relative;
	height: 200px;
	width: 10100%;
	left: -5000%;
}
#toper .in img{
	display: block;
	width: auto;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}
#toper .text{
	width: 100%;
	top: 10%;
	left: 0px;
	position: absolute;
}
#toper .text .logo{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	max-width: 70px;
	height: auto;
	margin-bottom: 30px;
}
#toper .text .desc{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 518px;
	height: auto;
	margin-bottom: 55px;
}



/*焦点图*/
#web_focus{
	position:relative;
	height: 350px;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#web_focus .slide{
	width:4100%;
	left:-2000%;
	position:relative;
	background-color: #fff;
}
#web_focus .slide .dimg{
	width:auto;
	height:350px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	z-index: 1;
}
#web_focus .swiper-pagination-bullets{
	bottom: 0px;
}
/*焦点图*/

#boot{
	width: 100%;
	position: relative;
	overflow: hidden;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 40px;
}
#boot .qr{
	width: 40%;
	max-width: 120px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	height: auto;
	display: none;
}
#boot h2{font-size: 32px; line-height: 32px; margin-bottom: 30px;}
#boot h2 span{
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
}
#boot p span{
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
}

#header{
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}
#header .in{
	width: 10100%;
	position: relative;
	height: 540px;
	left: -5000%;
}
#header .in img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: auto;
	position: relative;
}

#banner{
	width: 100%;
	top: 3%;
	left: 0px;
	position: absolute;
}
#banner .logo{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 27%;
	max-width: 70px;
	height: auto;
	margin-bottom: 30px;
}
#banner .desc{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 518px;
	height: auto;
	margin-bottom: 55px;
}
#banner .text{
	width: 98%;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	perspective: 10;
	transform-style: preserve-3d;
}
#banner .text .simg{
	visibility: hidden;
	display: block;
	width: 100%;
	height: auto;
	opacity:0;
}
#banner .text .t1{
	position: absolute;
	width: 6%;
	height: auto;
	top: 22%;
	left: 95%;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	animation-name: mm;
    animation-duration: 0.6s;
	animation-delay: 0s;
	animation-fill-mode: forwards;
}
#banner .text .t2{
	position: absolute;
	width: 6%;
	height: auto;
	top: 58.5%;
	left: 95%;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	animation-name: mm;
    animation-duration: 0.6s;
	animation-delay: 0.2s;
	animation-fill-mode: forwards;
}
#banner .text .t3{
	position: absolute;
	width: 6%;
	height: auto;
	top: 22%;
	left: 76%;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	animation-name: mm;
    animation-duration: 0.6s;
	animation-delay: 0.4s;
	animation-fill-mode: forwards;	
}
#banner .text .t4{
	position: absolute;
	width: 6%;
	height: auto;
	top: 58.5%;
	left: 76%;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	animation-name: mm;
    animation-duration: 0.6s;
	animation-delay: 0.6s;
	animation-fill-mode: forwards;		
}
#banner .text .t5{
	position: absolute;
	width: 6%;
	height: auto;
	top: 0%;
	left: 57%;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	animation-name: mm;
    animation-duration: 0.6s;
	animation-delay: 0.8s;
	animation-fill-mode: forwards;		
}
#banner .text .t6{
	position: absolute;
	width: 6%;
	height: auto;
	top: 35%;
	left: 57%;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;	
	animation-name: mm;
    animation-duration: 0.6s;
	animation-delay: 1s;
	animation-fill-mode: forwards;		
}
#banner .text .t7{
	position: absolute;
	width: 6%;
	height: auto;
	top: 70%;
	left: 57%;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;	
	animation-name: mm;
    animation-duration: 0.6s;
	animation-delay: 1.2s;
	animation-fill-mode: forwards;	
}
#banner .text .t8{
	position: absolute;
	width: 6%;
	height: auto;
	top: 22%;
	left: 38%;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;	
	animation-name: mm;
    animation-duration: 0.6s;
	animation-delay: 1.4s;
	animation-fill-mode: forwards;	
}
#banner .text .t9{
	position: absolute;
	width: 6%;
	height: auto;
	top: 58.5%;
	left: 38%;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;	
	animation-name: mm;
    animation-duration: 0.6s;
	animation-delay: 1.6s;
	animation-fill-mode: forwards;		
}
#banner .text .t10{
	position: absolute;
	width: 6%;
	height: auto;
	top: 21%;
	left: 19%;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	animation-name: mm;
    animation-duration: 0.6s;
	animation-delay: 1.8s;
	animation-fill-mode: forwards;	
}
#banner .text .t11{
	position: absolute;
	width: 6%;
	height: auto;
	top: 57%;
	left: 19%;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	animation-name: mm;
    animation-duration: 0.6s;
	animation-delay: 2s;
	animation-fill-mode: forwards;	
}
#banner .text .t12{
	position: absolute;
	width: 6%;
	height: auto;
	top: 0%;
	left: 0%;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	animation-name: mm;
    animation-duration: 0.6s;
	animation-delay: 2.2s;
	animation-fill-mode: forwards;	
}
#banner .text .t13{
	position: absolute;
	width: 6%;
	height: auto;
	top: 35%;
	left: 0%;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	animation-name: mm;
    animation-duration: 0.6s;
	animation-delay: 2.4s;
	animation-fill-mode: forwards;	
}
#banner .text .t14{
	position: absolute;
	width: 6%;
	height: auto;
	top: 70%;
	left: 0%;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	animation-name: mm;
    animation-duration: 0.6s;
	animation-delay: 2.6s;
	animation-fill-mode: forwards;	
}
#banner .text .seal{
	width: 3.6%;
	height:auto;
	top: 57%;
	left: -40px;
	position: absolute;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	animation-name: mm;
    animation-duration: 0.6s;
	animation-delay: 2.8s;
	animation-fill-mode: forwards;	
}
@keyframes mm {
  0%   {filter: alpha(Opacity=0);-moz-opacity: 0;opacity: 0;}
  100% {filter: alpha(Opacity=100);-moz-opacity: 1;opacity: 1;}
}


#nav{
	width: 100%;
	text-align: center;
	left: 0px;
	bottom: 0px;
	position: absolute;
	z-index: 2;
	padding-bottom: 6px;
}
#thebody #nav{bottom: 20px;}
#nav .it{
	display: inline-block;
	margin-left: 18px;
	margin-right: 18px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	line-height: 24px;
	font-size: 24px;
	font-weight: bold;
}
#nav .it a{
	color: #3d3d3d;
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;	
}
#nav .it a:hover{color:#b63d2e;}
#nav .it a.onthis{color:#b63d2e;}
#nav .it img{
	display:none;
	position: absolute;
	top: 0%;
	left: 0px;
}
#nav .it:hover img{top: -233.5%;}


#qr{
	width: 120px;
	position: absolute;
	top: 0px;
	right: -140px;
}
#qr img{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}


#thebody{
	width: 96%;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	padding-bottom:80px;
	position: relative;
}
.homebody #thebody{
	padding-top: 10px;
}
#thebody .tfret{
	position: absolute;
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
}
#thebody .bfret{
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0px;
	left: 0px;
}
#thebody .text{
	text-align: center;
	margin-bottom: 80px;
}



#foot{
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 20px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#foot .in{
	height: 250px;
	width: 10100%;
	position: relative;
	left: -5000%;
}
#foot .in img{
	height: 100%;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
}
#smokeCanvas{
	position: absolute;
	z-index: 2;
	height:70%;
	width: 100%;
	right: 0px;
	bottom: 0%;
	overflow: hidden;
}
#foot .text{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 20%;
	left: 0px;
	z-index: 4;
}
#foot .text .qr{
	width: 40%;
	max-width: 120px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	height: auto;
	display: none;
}
#foot .text h2{font-size: 32px; line-height: 32px; margin-bottom: 30px;}
#foot .text h2 span{
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
}
#foot .text p span{
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
}



#surname {
	margin-bottom: 40px;
	text-align: center;
}
#surname .box{
	width: 10%;
	margin-left: 1.25%;
	margin-right: 1.25%;
	height: 87px;
	line-height: 87px;
	margin-bottom: 20px;
	float: left;
	background-color: #e6e6e6;
	font-size: 38px;
	-moz-border-radius:16px;
	border-radius:16px;
}
#surname .box.onthis{
	background-color: #b63d2e;
}
#surname.info .box{
	float:none;
	display: inline-block;
	cursor: pointer;
}
#surname .box a{
	color: #3d3d3d;
	display: block;
	width: 100%;
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;		
}
#surname .box:hover a{color: #b63d2e;}
#surname .box.onthis a{color: #fff;}
#webpage{text-align: center;}
#webpage p a{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
#webpage p span{color: #b63d2e;}

#search_form{
	width: 100%;
	max-width: 280px;
	border: 1px solid #3d3d3d;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	height: 32px;
	-moz-border-radius:16px;
	border-radius:16px;
	position: relative;
	overflow: hidden;
}
#search_form .input_text{
	border: none;
	padding-left: 5%;
	width: 90%;
	height: 32px;
	line-height: 32px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#search_form .input_text:focus{outline: none}
#search_form .input_but{
	position: absolute;
	width: 32px;
	height: 32px;
	background-image: url(../image/input_but.jpg);
	background-position: center center;
	top: 0px;
	right: 10px;
	border: none;
	background-color: #fff;
	cursor: pointer;
}

#infobg{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	left: 0%;
	top: 0%;
	z-index: 4;
	overflow:hidden;
	display: block;
	filter: alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;		
}
#info{
	position: fixed;
	width: 50%;
	height: 80%;
	background-color: #fff;
	left: 25%;
	top: 10%;
	z-index: 5;
	overflow:hidden;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 6px 18px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0px 6px 18px;
	box-shadow: rgba(0,0,0,0.3) 0px 6px 18px;
	display:block;
}
#info .mapin{
	width: 10100%;
	height: 100%;
	position: relative;
	left: -5000%;
	top: 0%;
	z-index: 1;
}
#info .mapin img{
	display: block;
	height: 100%;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
#info .close{
	width: 28px;
	height: 28px;
	background-color:#000000;
	position: absolute;
	z-index: 4;
	top: 0px;
	right: 0px;
	color: #fff;
	text-align: center;
	line-height: 28px;
	font-family: Arial, "Microsoft Yahei", "微软雅黑", Helvetica;
	font-size: 18px;
	cursor: pointer;
}
#info .bg{
	width: 90%;
	height: 90%;
	top: 5%;
	left: 5%;
	background-color: #fff;
	position: absolute;
	z-index: 2;
	filter: alpha(Opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;	
}
#info .com{
	width: 80%;
	height: 80%;
	top: 10%;
	left: 10%;
	position: absolute;
	z-index: 3;
	line-height: 22px;
	font-size: 17px;
}
#info .com.none{
	display: none;
}
#info .com .ldiv{
	width: 19%;
	padding-right: 6%;
	float: left;
	height: 90%;
	position: relative;
}
#info .com .ldiv .ai{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 120px;
	margin-top: 25px;
	margin-bottom: 25px;
	display: block;
}
#info .com .ldiv .bi{
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 100px;
}
#info .com .ldiv a{
	display: block;
	text-align: center;
}
#info .com .rdiv{
	width: 75%;
	float: left;
	height: 90%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}
#info .com .rdiv .in{
	padding-top: 20px;
	position: relative;
}
#info .com .rdiv .in .he{
	top: 0px;
	right: 0px;
	text-align: center;
	position: absolute;
	padding: 30px;
}
#info .com .rdiv .in .he h1{
	font-size: 80px;
	line-height: 100px;
}


#info .com .cdiv{
	width: 100%;
	height: 5%;
	position: relative;
	text-align: center;
	line-height: 100%;
	float: left;
	padding-top: 32px;
}
#info .com .cdiv a{
	display: inline-block;
	margin-left: 16px;
	margin-right: 16px;
}

#info .tip{
	background-color:#000;
	color: #fff;
	position: absolute;
	z-index: 5;
	left: 0%;
	top: 50%;
	text-align: center;
	width: 100%;
	overflow: hidden;
	display:block;
	margin-top: -80px;
}
#info .tip .in{
	padding: 40px;
	font-size: 30px;
	line-height: 40px;
}


#info .img{
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	position: absolute;
	z-index: 6;
	overflow: hidden;
	display:none;
}
#info .img .slide {
	width: 10100%;
	height: 100%;
	position: relative;
	left: -5000%;
	background-color: #fff;
}
#info .img .slide img{
	width: auto;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#info .img .swiper-container{
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	overflow:hidden;
}
#info .img .swiper-pagination-bullets{
	bottom: 0px;
}
#info .img .imgclose{
	width: 28px;
	height: 28px;
	background-color:#000;
	position: absolute;
	z-index: 4;
	top: 0px;
	left: 0px;
	color: #fff;
	text-align: center;
	line-height: 28px;
	font-family: Arial, "Microsoft Yahei", "微软雅黑", Helvetica;
	font-size: 18px;
	cursor: pointer;
}

#about{text-align: center;}



#contact{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 90%;
	text-align: center;
}
#contact em{
	font-size: 99px;
	color: #ff0000;
	font-style: normal;
}
#contact h1{line-height: 100px;}
#contact .line{
	margin-top: 40px;
	margin-bottom: 20px;
	width: 3px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#book {
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 1200px;
}
#book .in{
	position: absolute;
	width: 10100%;
	left: -5000%;
	top: 0px;
	z-index: 1;
	height: 1200px;
}
#book .in .bg{
	display:block;
	width: auto;
	height: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#book .head {
	width:100%;
	position:relative;
	overflow:hidden;
	z-index: 2;
	height: 200px;
}
#book .head .text{
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
	padding-top: 10%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:2;
	text-align: center;
}
#book .head h1{margin-bottom: 15px;}

#book .body {
	padding-top: 5%;
	padding-right: 7%;
	padding-bottom: 200px;
	padding-left: 7%;
	z-index: 2;
	position: relative;
}
#book .box {
	width: 100%;
	position: relative;
	margin-bottom:30px;
}
#book .box .inputtext {
	height: 30px;
	border-bottom-width: 1px;
	border: none;
	width: 100%;
	color: #000;
	font-size: 16px;
	background-color: rgba(255, 255, 255, 0);
}
#book .box .inputtext:focus{
	outline: none;
}
#book .bbox{
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	clear: both;
	float: none;
}
#book .bbox .textarea {
	height: 120px;
	line-height:20px;
	border-bottom-width: 1px;
	border: none;
	width:100%;
	color:#000;
	font-size:16px;
	font: "楷体","宋体","Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
	background-color: rgba(255, 255, 255, 0);
}
#book .bbox .textarea:focus{outline: none;}
#book .line{
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
}
#book strong{
	color: #ff0000;
	display: inline-block;
	padding-right: 2px;
}
#book .but{
	color: #FFF;
	height: 42px;
	line-height:44px;
	width: 200px;
	display: block;
	background-color: #000;
	border: none;
	cursor:pointer;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;		
}
#book .but:hover{background-color: #c1272d;}
#book .tips{color:#888; font-size:13px;}
#book p .error{
	background-image: url(../image/error.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	font-size: 12px;
	height: 20px;
	line-height:19px;
	color: #ff6f3d;
	position:relative;
	overflow: hidden;
	display:none;
	top:4px;
	margin-left:3px;
}



@media only screen and (max-width: 1200px){
	#qr{ display: none;}
	#foot .text .qr{display:inline-block;}
	#foot{padding-top: 140px;}
	#foot .text{top: 12%;}
	
	#surname .box{font-size: 36px;}
}
@media only screen and (max-width: 1000px){
	
	#foot .text{top: 10%;}
	
	
	#info{width: 100%;height: 100%;left: 0%;top: 0%;}
	#surname .box{width: 18%;margin-left: 1%;margin-right: 1%;font-size: 34px;}
}

@media only screen and (max-width: 800px){
	
	#nav .it{margin-left: 12px;margin-right: 12px;line-height: 40px;font-size: 16px;}
	
	#surname .box{width: 18%;margin-left: 1%;margin-right: 1%;font-size: 32px;}
	
	
	#info .tip{margin-top: -76px;}
	#info .tip .in{padding: 40px;padding-left: 0px; padding-right: 0px; font-size: 26px;line-height: 36px;}
	
	#info .img{height: 60%;top: 20%;}
	
	
	#web_focus{height: 300px;}
	#web_focus .slide .dimg{height:300px;}
	
	#thebody #nav{bottom: 10px;}
	
}
@media only screen and (max-width: 600px){
	body{/*font: 12px/1.5 "楷体","宋体","微软雅黑", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;*/font: 15px/1.8 "Hiragino Sans GB","Heiti SC", "WenQuanYi Micro Hei", sans-serif;}
	
	#header .in{height: 460px;}
	
	
	#foot .text h2{font-size: 30px;}
	#boot h2{font-size: 30px;}
	
	#nav .it{margin-left: 5px;margin-right: 5px;line-height: 20px;font-size: 14px;}
	
	#surname .box{width: 23%;margin-left: 1%;margin-right: 1%;font-size: 30px;}
	
	
	#thebody{padding-top: 80px;padding-bottom: 80px;}
	.homebody #thebody{padding-top: 20px;}

	
	#info .bg{width: 100%;height: 100%;top: 0%;left: 0%;}
	#info .com{width: 98%;height:98%;top: 1%;left: 1%;line-height: 20px;font-size: 15px;}
	
	#info .com .rdiv .in .he{position:relative;padding: 0px; display: inline-block; margin-bottom: 20px;}
	
	#info .com .ldiv{width: 22%;padding-right: 3%;height: 90%;}
	#info .com .ldiv a{display: block;text-align: center;font-size: 12px;}
	
	#banner .text .t1{left: 94%;}
	#banner .text .t2{left: 94%;}
	#banner .text .t3{left: 78%;}
	#banner .text .t4{left: 78%;}
	#banner .text .t5{left: 60%;}
	#banner .text .t6{left: 60%;}
	#banner .text .t7{left: 60%;}
	#banner .text .t8{left: 42%;}
	#banner .text .t9{left: 42%;}
	#banner .text .t10{left: 24%;}
	#banner .text .t11{left: 24%;}
	#banner .text .t12{left: 6%;}
	#banner .text .t13{left: 6%;}
	#banner .text .t14{left: 6%;}
	#banner .text .seal{left: 0px;}
	
	#web_focus{height: 230px;}
	#web_focus .slide .dimg{height:230px;}
	
	#webpage p a{margin-left:6px;margin-right: 6px;}
}

@media only screen and (max-width: 400px){
				
}