@charset "utf-8";
*{margin: 0;padding: 0}
img{border:none;border:0;vertical-align: middle;max-width: 100%;max-height: 100%}

html{font-size: 62.5%}
body{position: relative;color: #333;font-family:'微软雅黑',Arial;background-color: #fff;}
ul{list-style-type: none;}
a{color: #00BEAF;text-decoration: none;border: none;}
p{font-size: 14px;line-height: 24px;}

h2, h3, h4, h5{ font-weight:normal;}
h2{font-size: 36px;line-height: 48px;}
h3{font-size: 30px;line-height: 36px;}
h4{font-size: 24px;line-height: 28px;}
h5{font-size: 18px;line-height: 22px;}
/*--------------------------------------------slider----------------------------------------------*/
.slider .item{
	position: relative;
	color: #FFF;
	text-align: center;
	background-size: cover;
	background-position: 50%;
	transition: 0.4s;
}
.slider .item a{
	position: absolute;
	width: 100%;height: 100%;
	left: 0;top: 0;
	background-color: #fff;
	opacity: 0;
	filter: Alpha(opacity=0);
	z-index: 8;
}
.slick-prev,.slick-next{
	position: absolute;
	width: 50px;height: 50px;
	top: 50%;
	margin-top: -25px;
	overflow: hidden;
	text-indent: 999px;
	background: transparent;
	border: none;
	outline: none;
	z-index: 10;
	cursor: pointer;
	/*display: none;*/
}
.slick-prev{left: 0;background-image: url(../img/s_prev.png)\9;}
.slick-next{right: 0;background-image: url(../img/s_next.png)\9;}
.slick-prev:before,.slick-next:before{
	content: "";
	position: absolute;
	width: 100%;height: 100%;
	top: 0;left: 0;
	top: -17px\0;
	background-size: 100%;
	background-position: 0;
	z-index: 9;
}
.slick-prev:before{background-image: url(../img/s_prev.png);}
.slick-next:before{background-image: url(../img/s_next.png);}
.slick button{border: 0;}
.slick-prev:after,.slick-next:after{
	content: "";
	display: none\9;
	position: absolute;
	background-color: #333;
	width: 100%;height: 100%;
	top: 0;left: 0;
	opacity: 0.2;
	transition: 0.4s;
	z-index: 0;
}
.slick-dots{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom:20px; 
}
.slick-dots li{
	display: inline;
	margin: 0 4px;
	padding: 10px 0;
}
.slick-dots li button{
	position: relative;
	width: 25px;
	height: 25px;
	top: 0;
	font-size: 0;
	background: transparent;
	border: none;
	outline: none;
	background-color: #333;
	opacity: 0.7;
	filter: Alpha(opacity=70);
	cursor: pointer;
	transition: 0.3s;
	-webkit-border-radius: 100px;
	border: 6px #fff solid;
}
.slick-dots li.slick-active button{
	opacity: 1;
	background-color: #00BEAF;
	filter: Alpha(opacity=100);
}
@media screen and (min-width: 1024px) {
	.slick-prev:hover:after,.slick-next:hover:after{
		opacity: 0.8;
		filter: Alpha(opacity=80);
	}
	.slick-dots:hover li button{height: 25px;top:0;}
}
/*--------------------------------------------头部---------------------------------------------*/
.header{
	position: relative;
	height: 100px;width: 100%;
	background:#FFF; 
	z-index: 99;
	transition: 0.4s;
	/*-webkit-transform: translateZ(0);*/
}
.nav{
	position: relative;
	width: 1200px;height: 54px;
	line-height: 54px;
	margin: 0 auto;
	z-index: 999;
}
.logo{
	position: relative;
	left: 0;top: 0;
	height: 96px;
	float: left;
}
.logo img{
	height: 100%;
}
.nav ul{
	position: relative;
	float: right;
	z-index: 999;
	-webkit-transform: translateZ(0);
}
.nav li{
	position: relative;
	display: inline;
	padding-left: 23px;
	z-index: 999;
}
.nav li a{
	display: inline-table;
	position: relative;
	font-size: 16px; font-weight:200; color:#333;
	opacity: 1;
	transition: 0.4s;
	text-indent: 0;
	padding-bottom: 4px;
	z-index: 999;
}
.nav li a:hover{opacity: 0.6;filter: Alpha(opacity=60);color: #00BEAF;text-indent: 8px;}
.on a{
	border-bottom: 1px solid #00BEAF;
}
.nav li:after{
	content: "";
	display: inline;
	position: absolute;
	top: 50%;right: -15px;
	width: 1px;height: 12px;
	margin-top: -6px;
	background-color: #333;
	opacity: 0.4;
	filter: Alpha(Opacity=40);
}
.nav li:last-child:after{
	display: none;
}
.header_info{
	position: relative;
	width: 100%;height: 30px;
	line-height: 30px;
	margin: 0 auto;
	z-index: 999;
	text-align:right;
}
.header_info img{max-height: 100px;}
.header_info p{
	line-height: 40px;
	font-size: 16px;
	color: #00BEAF;
}
/*--------------------------------------------二级页面通用----------------------------------------------*/
.second_page_b + .header{position: fixed !important;top: 0 !important;}
.second_page_b ~ {display: none !important;}
.second_page_b img{width:100%;}
.second_page_b{
	min-height: 100px;
	position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}
#ban-in img{display: block;width: 100%;}
#ban-in{position: relative;overflow: hidden;}
#ban-in .txt img{
	position: absolute;
	top:37.5%;  
    left:20%;  
    right:0;  
    bottom:0;
	text-align: center;
	width: auto;
}
.second_page{position: relative; max-width: 1200px; width: 100%; margin: 0 auto; box-sizing: border-box;}
.wp{
    margin-top: 25px;
}
.table{
    margin:0 auto;
}
.table table{width: 100%;border-left:1px solid #dedede;}
.table th{
    width: 20%;
    font-size: 18px;
    color: #f2f2f2;
    text-align: center;
    background-color: #00BEAF;
    height: 55px;
	border-right:1px solid #dedede;
}
.table td{
    height: 55px;
    text-align: center;
    font-size: 14px;
    color: #484848;
    border-bottom:1px solid #dedede;border-right:1px solid #dedede;
}
.table a{
    color: #00BEAF;
    text-decoration: underline;
}
.clear {clear:both;width:100%;}
.cf:after{content: "";display: block;height: 0;clear: both;}
.wbottom{margin-bottom: 35px !important;}
.side_l{
	position: relative;
	width: 40%;
	float: left; padding-right:2%;
}
.side_r{
	position: relative;
	width: 55%;
	float: right;
}
.snv-box{
	background: #f2f2f2;
	overflow: hidden;
}
.snv-box ul{
	font-size: 0;
	text-align: center;
}
.snv-box ul li{
	display: inline-block;
	padding: 0 2px;
	width: 15.28%;
	font-size: 18px;
}
.snv-box ul li a{
	display: block;
	height: 48px;
	border-bottom: 1px solid #00BEAF;
	line-height: 48px;
	-webkit-transition:.3s;
	transition:.3s;
}
.snv-box ul li.on a,
.snv-box ul li a:hover{
	background: #00BEAF;
	color: #fff;
}
.tit-j{
	padding-top: .5%;
	text-align: center;
}
.tit-j span{
	display: inline-block;
	padding: 20px 0;
	border-bottom: 1px solid #00BEAF;
	font-size: 30px; font-weight:600;
	padding-bottom: 10px;
	font-family: 微軟正黑體, "Microsoft JhengHei", "Microsoft yahei", 微软雅黑;
}
/*--------------------------------------about-------------------------------------------*/
.tit1{
	padding-top: 3%;
	padding-bottom: 3%;
	/*font-family: 微軟正黑體, "Microsoft JhengHei", "Microsoft yahei", 微软雅黑;*/
}
.about-info{
	font-size: 14px;
	line-height: 2.57;
}
.about-services{
	font-size: 16px; text-align:center;
	line-height: 2.57;
}
.about-info p,.about-services p{
	margin-bottom: 3px;
	letter-spacing: 1.4px;
}
/*--------------------------------------article-------------------------------------------*/
.article-box .bd img{
	margin: 20px 0;
}
.article-box .hd{
    text-align: center;
    padding: 40px 0 40px 0;
}
.article-box .hd h1{
    font-size: 30px;
    letter-spacing: 2px;
    color: #333;
    margin-bottom: 30px;
}
.article-box .bd{
    border-top: 1px solid #dedede;
    padding: 50px 0;
    line-height: 2;
}
.article-box .bd p{
	margin-bottom: 30px;
}
.article-box .fd{
    padding-bottom: 80px;
}
.article-box .fd p{
    width: 48%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #dedede;
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
    color: #333;
    -webkit-transition:.3s;
    transition:.3s;
}
.article-box .fd p:hover a{
    color: #00BEAF;text-decoration:underline;
}
.article-box .fd p{
    margin-bottom: 14px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.article-box h6 span{
	margin: 0 20px;
}
.article-box h6{
	font-size: 14px;
	color: #686868;
}
.article-box{
	overflow: hidden;
}
/*--------------------------------------弹窗-------------------------------------------*/
#op1 .icon_btn{
    background: url(../img/icon_btn.png) no-repeat center center;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 30px;
    right: 15px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 99;
}
#op1 .icon_btn:hover{
    background: url(../img/icon_btn-h.png) no-repeat center center;
}
.box-pop {margin: 20px auto;padding:20px;height: 450px;overflow: auto;}
.pop-bg{
    display: none;
    z-index: 22;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
}
#op1 {position: fixed;width: 1000px;height: 535px;
    top:50%; left:50%;margin:-267px 0 0 -500px;z-index: 9999;
    box-shadow: 0 4px 10px rgba(0,0,0,.35);
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    transition:.4s;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7); 
    -ms-transform: scale(0.7); 
    -o-transform: scale(0.7); 
    transform: scale(0.7);
    opacity: 0;
    transform-origin: 50% 50%;
}
#op1.ani{
    opacity: 1;
    -webkit-transform: scale(1);
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1);
	transform-origin: 50% 50%;}
#op1 iframe {height: 100%;width: 100%;position: relative;z-index: 2;}
.box-pop::-webkit-scrollbar {
       width:5px;
       height:1px;
   }
   /* 两端按钮*/
   .box-pop::-webkit-scrollbar-button    {
       display: none;
   }
   /*滚动条轨道背景颜色*/
   .box-pop::-webkit-scrollbar-track-piece {
       background:#dedede;
   }
   /*滚动条样式*/
   .box-pop::-webkit-scrollbar-thumb{
       background:#00BEAF;
   }
.box-pop{
    font-size: 14px;
}
.box-pop p{
    line-height: 2;
    margin-bottom: 20px;
}
.box-pop strong{
    color: #00BEAF;
    font-size: 32px;
    margin:10px 0 20px 60px;
    display: block;
}
.box-pop .bd{
    border-top: 1px solid #dedede;
    padding: 20px 60px;
    line-height: 2;
}
.box-pop .send{position: relative; right:0;top:10%;font-size: 18px;color: #00BEAF; text-align:center;  width:350px; float:right;}
.box-pop .send a{	position: relative;
	padding: 10px 15px;
	color: #00BEAF;
	border:1px solid #00BEAF;
	z-index: 2;
	transition: 0.4s;}
.box-pop .send a:after{
	content: "";
	position: absolute;
	width: 0;height: 100%;
	top: 0;left: 0;
	background-color: #00BEAF;
	z-index: -1;
	transition: 0.2s;
}
.box-pop .send a:hover:after{width: 100%;}
.box-pop .send a:hover{border-color: #00BEAF; color:#FFFFFF;}
.box-pop .cd{
    margin-top: 20px;padding: 0 60px;
}
.box-pop .cd p{ font-size:16px; line-height:27px; margin:0 auto; padding:1em 0;}
.toptit{position: relative; font-size: 18px;color: #fff; width:150px; float:left; background:url(../img/toptit_71513e7.png) no-repeat right;}
.toptit4{position: relative; font-size: 18px;color: #fff; width:210px; float:left; background:url(../img/toptit_71513e7.png) no-repeat right;}
@media screen and (max-width: 960px) {
.box-pop strong{
    margin:10px 0 20px 0;
}
.box-pop .bd{
    padding: 20px 0;
}
.box-pop .cd{
    margin-top: 20px;padding: 0 0;
}
.box-pop .send{position: fixed; top:0;font-size: 18px;color: #fff;background-color: #00BEAF; text-align:center;  width:100%; }
.box-pop .send a{	position: relative;
	padding: 10px 15px;
	color: #fff;
	border:0px solid #00BEAF;
	z-index: 2;
	transition: 0.4s;}
.side_l,.side_r{ width:100%;}
}
/*—————————————————————————————————————— form ————————————————————————————————*/
.form{margin: 0 auto; padding: 0 3%;}
.form input:focus,.form textarea:focus{
	border-color: #FF725D;
}
.form input,.formText{
	border: 1px solid #FF725D;
	background-color: #f2f2f2;
	font-size: 14px;
	line-height: 15px;
	width: 100%;
	padding: 6px;
	text-align: left;
	margin: 0 auto;
	outline:medium;
	border-radius: 5px;
	-webkit-appearance: none;
	box-sizing:border-box;
	transition: 0.4s;
}
.formText{
	text-align: left;
}
.form textarea{
	height: 100px;
	max-width: 100%;
}
.form input:focus,.form textarea:focus{ 
	background-color:#fff; 
	border: 1px solid #00BEAF;
}
.form dt{
	margin-top: 10px;
	color: #00BEAF;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 4px;
}
.form dl{width: 59%;float: left;}
.form dl:first-child{margin-right: 2%;}
.formBtn button{
	display: block;
	padding: 10px 0; 
	width:30%;
	background: #FF725D;
	color: #fff;
	margin: 30px auto;
	line-height: 30px;
	cursor: pointer;
	border: none;
	transition: 0.4s;
	border-radius:5px;
	font-size: 18px;
}
.formBtn button:hover{
	background-color:#00BEAF;
}
.title_BLACK{font-size:27px;color:#FF725D;line-height:80px; text-align:center;}
.count-title{color:#FFFFFF;FONT-SIZE:36px;background:#00BEAF;border-radius:0.4rem;padding:5px 10px}
.second_600{position: relative; width: 600px; margin: 0 auto; box-sizing: border-box;}
.wenbenkuang{border:1px solid #00BEAF;color:#00BEAF;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:14pt;padding-left:40px;height:40px;line-height:40px;width:600px;background:url(Search.png) no-repeat center left}
.mess_send{display:block;width:150px;height:42px;font-size:22px;text-align:center;color:#FFFFFF;margin:0 auto;border:0;background-color:#00BEAF}
.mess_send:hover{color:#FFFFFF;cursor:pointer}
.mess_send:active{color:#fff}
.kuangD_D{padding:3em 0 0 0;font-size:1.5em;line-height:2em; text-align:left;}
/*--------------------------------------news_box-------------------------------------------*/
.servicepadding{margin-bottom: 40px !important;}
.news_box{
	position: relative;
	width: 32%;
	display: inline-block;
	background-color: #F2F2F2;
	vertical-align: top;
	margin-bottom: 20px;
	transition: 0.4s;
}
.news_box .img{float: left;width: 40%;overflow: hidden; line-height:120px;}
.news_box .img img{transition: 0.2s;}
.news_box .text{
	float: left;
	width: 54.75%; min-height:60px;
	padding: 30px 10px;
	position:relative;
}
.news_box .text p{
	font-size: 21px;
	max-height: 48px;line-height: 24px;
	overflow: hidden;
	transition: 0.2s;
}
.news_box span.time{ font-size:14px;}
	.news_box:hover{ background:#00BEAF;}
	.news_box:hover .text p,.news_box:hover span.time{color: #FFFFFF;}
	.news_box:hover .img img{transform: scale(1.1)}
/*--------------------------------------news-list-------------------------------------------*/
.news-list{
    margin-bottom: 40px;
}
.news-list h3{
    font-size: 18px;
    position: relative;
    margin-bottom: 10px;
	float:left; width:75%;
}
.news-list h3 a{ color:#333; transition: 0.4s;
}
.news-list h3 a:hover{ color:#00BEAF;text-decoration:underline;transition: 0.2s;
}
.news-list h3:after{
	content: '';
	position: absolute;
	width: 200%;
	margin-left: -100%;
	border-top: 1px solid #dedede;
	left: 0;
	bottom: -20px;
}
.news-list li{
    padding: 34px 0;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.news-list p{
    padding: 30px 0;
    line-height: 2.4;
}
.news-list h6{
	font-size: 14px;
	width:20%;
	color: #a4a4a4;
	position: relative;float:right;bottom: 0;margin-top: 10px;font-style: italic; overflow:hidden;}

/*—————————————————————————————————————— page ————————————————————————————————*/
.btm_row{height:48px;padding:40px 0 100px 0;overflow:hidden;}
.btm_row .count{position: relative;font-size:24px;color:#c5c5c5;}
.btm_row .count .num{position: relative;padding:0 15px;font-size:36px;}
.fleft{float:left; width:100%;}
.fright{float:right; width:100%; text-align:center;}
DIV.scott{PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; MARGIN: 2px; PADDING-TOP: 2px; TEXT-ALIGN: center;FONT-SIZE: 14px;}
DIV.scott A{PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; COLOR: #FFF; MARGIN-RIGHT: 1px; PADDING-TOP: 2px; BACKGROUND-COLOR: #FF725D; font-family:'Arial'!important;}
DIV.scott A:hover{COLOR: #FFF; BACKGROUND-COLOR: #3A3A3A}
DIV.scott A:active{COLOR: #FFF; BACKGROUND-COLOR: #3A3A3A}
DIV.scott SPAN.current{PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 1px; COLOR: #fff; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BACKGROUND-COLOR: #00BEAF;font-family:'微软雅黑'!important;}
DIV.scott SPAN.disabled{PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 1px; COLOR: #fff; MARGIN-RIGHT: 1px; PADDING-TOP: 1px; BACKGROUND-COLOR: #D4D4D4; font-family:'Arial'!important;}
/*--------------------------------------------indexcss----------------------------------------------*/
.title {
    text-align: center;
    color: #555;
}
.title h1 {
    font-size: 34px;
    margin: 15px 0; font-weight:normal;
}
.title p {
    font-size: 18px;
    margin-bottom: 13px;
}
.title i {
    display: block;
    margin: auto;
    background: url("../img/index-bg.png") no-repeat center;
    width: 100%;
    height: 14px;
}
/**/
.title_1{
	position: relative;
	display: inline-block;
	width: 65%;
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.title_1:before{
	content: "";
	position: relative;
	display: inline-block;
	width: 8px;height: 20px;
	top: 2px;
	margin-right: 6px;
	background-color: #FF725D;
}
.home_t_item{
	display: inline-block;
	min-height: 100px;
	width: 65%;
	vertical-align: top;
}
.home_p_item{
	display: inline-block;
	width: 32%;
	vertical-align: top;
	float:right; overflow:hidden;
}
.home_p_item img{width: 100%;}
p.text{font-size: 18px;line-height: 30px;white-space: pre-line;}
.home_t_item p.text{color: #333;}
a.link{
	position: relative;
	display: block;
	margin-top: 20px;
	width: 200px;height: 44px;line-height: 44px; text-align:center;
	background-color: #FF725D;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
	transition: 0.3s;
}
.home_t_item bm{font-size: 36px;margin-bottom: 20px;color: #00BEAF;}
	a.link:hover{background-color:#00BEAF;}
	a.link:hover:after{right: 10px;}
/**/
.ser_box{
	position: relative;
	float: left;
	width: 32%;
	margin-right:2%;
	background-color: #f7f7f7;
	transition: 0.3s;
}
.ser_box:nth-child(3n){margin-right: 0;}
.ser_box p{position: relative; font-size: 21px;margin: 10px 0;padding: 0 20px;}
.ser_box .img{position: relative;}
.ser_box span{
	display:block;
	padding: 0 20px;
	font-size: 13px;
	line-height: 22px;
	color: #999;
	z-index: 9;
}
.ser_box a.ser_a{
	position: relative;
	display: block;
	padding: 0 20px;
	margin-top: 20px;
	line-height: 36px;
	font-size: 14px;
	margin-top: 4px;
	line-height: 20px;
	margin-bottom: 30px;
	transition: 0.3s;
}
.ser_box:hover{
	opacity: 0.8;
}
.catg_box{
	position: relative;
	float: left;
	background-size: cover;
	background-position: center;
	width: 200px; height:300px;overflow:hidden; margin-bottom:15px;
}
.catg_text{
	position: absolute;
	bottom: 40px;left: 20px;
	color: #fff;
	transition: 0.5s;
}
.catg_box:before{
	content: '';
	position: absolute;
	top: 0;bottom: 0;left: 0;right: 0;
	border-right: 2px solid #fff;
	transition: 0.3s;
	z-index: 3;
}
.catg_text p{
	position: relative;
	top: 0;left: 0;
	font-size: 18px;
	margin-bottom:10px;
	z-index: 9;
}
.catg_text:after{
	content: '';
	position: absolute;
	bottom: -10px;left: 0;
	width: 0;height: 1px;
	background-color: #fff;
	transition: 0.7s;
	z-index: 9;
}
	.catg_box:hover .catg_text{
		left: 30px;bottom: 80px;
	}
	.catg_box:hover:before{
		border: 8px solid #fff;
	}
	.catg_box:hover .catg_text:after{width: 100%;}
.more{
	display: inline-block;
	width: 25%;
	text-align: right;
	float:right;
}
.more a{font-size: 14px;}
/*--------------------------------------底部-------------------------------------------*/
.footer{
	position: relative;
	width: 100%;
	padding: 40px 0 30px 0;
	background: #f2f2f2; border-top:1px #dedede solid;
	box-sizing:border-box;
	transition: 0.3s;
}
.footer_cell{
	position: relative;
	width: 1100px;
	margin: 0 auto;
	box-sizing:border-box;
}
.footer_link{
	position: relative;
	margin: 0 auto;
	box-sizing:border-box;
	width: 1100px;min-height: 30px;
}
.footer_CopyRight{
	position: relative;
	margin: 0 auto;
	box-sizing:border-box;
	width: 1100px;min-height: 30px; padding:20px 0;
}
.footer_CopyRight{
	position: relative;
	width: 1100px;min-height: 30px; padding:20px 0;
	box-sizing:border-box;
	transition: 0.3s;
	text-align:center;
}
.footer_CopyRight p { color:#333; line-height:24px; font-size:14px;}
.footer_CopyRight a{ color:#00BEAF;}
.footer_right,.footer_left{width: 50%;min-height: 80px;}
.footer_right p,.footer_left p,.footer_link p,.footer_right p a,.footer_link p a{color: #333;line-height: 24px;white-space:nowrap;transition: 0.4s; }
.footer_left p a{color: #00BEAF;line-height: 24px;white-space:nowrap;transition: 0.4s; }
.footer_right{
	float: right;
	text-align: center;
}
.footer_left{
	display: table;
	float: left;
}
.footer_left img{max-height: 120px;margin-right: 10px;}
.footer_left p{
	display: table-cell;
	vertical-align: middle;
	font-size:16px;
	line-height:30px;
	color: #00BEAF;
}
.footer a:hover{text-decoration:underline;}
/*--*/
.wapfooter, .foot, .wapheader, .wapnav, .black-fixed, .wap_h45{display: none;}