body {
	color: #fff;
	overflow-x: hidden;
	width: 100%;
	font-family:"微软雅黑";
}

a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;	
}
a:foucs{
	text-decoration:none;	
	outline:none;
}
a.active{
	text-decoration:none;	
}
a:focus, a:hover {
    text-decoration:none;	
}
.clear{
	clear:both;	
}
.pc{
	display:block;	
}
.mobile{
	display:none;	
}
.gold_line{
	margin:0 auto;
	width:75px;
	border-top:3px solid #0095DD;	
}

.fullmask{background:rgba(0,0,0,.5); height: 150%; width: 100%; position: fixed; left:0; top: 0;display: none; z-index: 1000;overflow:hidden;}

.swiper-pagination-bullet{
	width:12px;
	height:12px;
	background:#fff;
	opacity:1;	
}
.swiper-pagination-bullet-active{
	background:#fff;
	width:29px;
	height:12px;
	border-radius:50px;	
}
.swiper-container-horizontal>.swiper-pagination{
	bottom:60px;	
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
	margin:0 7px;
}

@media (max-width:768px) {
	.pc{
		display:none;	
	}
	.mobile{
		display:block;	
	}
}

#header{
	height:119px;
	background:#fff;
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:999;
}
#header .logo_link{
	display:block;
	width:57px;	
	margin-left:9%;
}
#header .logo_link img{
	height: 60px;	
	margin: 30px 0;
}
#header .link_group{
	height:119px;
	line-height:119px;
	position:absolute;
	top:0;
	right:8%;
}
#header .link_group .list_title{
	display:inline-block;
	color:#000;
	margin:0 34px;
	font-weight:bold;
	font-size:15px;
	position:relative;
}
#header .link_group .list_title .title{
	cursor:pointer;	
}
#header .link_group .list_title .title.active{
	color:#0095DD;	
}
#header .link_group a{
	display:inline-block;
	color:#000;
	margin:0 34px;
	font-weight:bold;
	font-size:15px;
	position:relative;
}
#header .link_group .list_title:hover .title{
	color:#0095DD;	
}
#header .link_group a.active{
	color:#0095DD;
}
#header .link_group a:hover{
	color:#0095DD;
}
#header .link_group .list_title .sec_list{
	position:absolute;
	width:130px;
	background:#fff;
	margin-left:-35px;
	display:none;
	border-top:1px solid #af9973;
}
#header .link_group .list_title .sec_list a{
	margin:0;	
	color:#0095DD;
	display:block;
	line-height:20px;
	padding:20px 25px 20px 40px;
	font-size:14px;
	background:url(../images/a_arrow2.png) 30px center no-repeat;
}
#header .link_group .list_title .sec_list a:hover{
	color:#fff;	
	background:url(../images/a_arrow.png) 30px center no-repeat #0095DD;
}
#header .link_group .list_title .sec_list .border{
	position:absolute;
	border-top:1px solid #af9973;
	width:80%;
	left:10%;
}
#header .link_group .line{
	position:absolute;
	width:9px;
	height:14px;
	background:url(../images/border.png) no-repeat;	
	top:53px;
	left:-40px;
}
@media (max-width:1000px) {
	#header .link_group a{
	    margin:0 14px;
    }
	#header .link_group .list_title{
		 margin:0 14px;
	}
	#header .link_group .line{
		left:-20px;
	}
}
@media (max-width:768px) {
	#header .link_group{
		display:none;
	}
	#header .logo_link{	
		margin:0 auto;
		width:70%;	
	}
	#header .logo{
		margin-left:0;
		display:block;
		margin: 0 auto 0 auto;	
		height:90px;
		padding-right:20px;
	}
	#header{
		height:90px;
	}
	#header .menu{
		position:absolute;	
		top:37px;
		right:20px;
	}
	#header .menu .line{
		border-top:3px solid #0095DD;
		border-radius:5px;
		width:27px;
		margin:3px 0;	
		-webkit-transition: all .3s linear;	
	}
	#header .menu .line.hideline {
		opacity:0;
	}
	#header .menu .line.rotate{
		-webkit-transform: rotate(45deg);
		-webkit-transform-origin: 10px 0;
	}
	#header .menu .line.re_rotate  {
		-webkit-transform: rotate(-45deg);
		-webkit-transform-origin: 0 0;
	}
	#header .link_list{
		position:fixed;
		width:100%;
		height:100%;
		background:rgba(0,0,0,.5);
		top:90px;
		display:none;
	}
	#header .link_list .link_box{
		background:#fff;
		width:167px;
		height:100%;
		position:absolute;
		top:0;
		right:0;
		border-top:1px solid #ebebeb;
	}
	#header .link_list .link_box .m_list_title .sec_list{
		display:none;	
	}
	#header .link_list .link_box .m_list_title .title{
		display:block;
		color:#4f4f4f;
		border-bottom:1px solid #ebebeb;
		width:80%;
		margin:0 auto;
		text-align:center;
		padding-bottom:22px;
		margin-top:25px;	
		background:url(../images/a_arrow3.png) 84% 8px no-repeat;	
	}
	#header .link_list .link_box .m_list_title .title.active{
		color:#0095DD;
		background:url(../images/a_arrow4.png) 84% 8px no-repeat;		
	}
	#header .link_list .link_box .m_list_title a{
		padding-left:54px;
		text-align:left;	
	}
	#header .link_list .link_box a{
		display:block;
		color:#4f4f4f;
		border-bottom:1px solid #ebebeb;
		width:80%;
		margin:0 auto;
		text-align:center;
		padding-bottom:22px;
		margin-top:25px;	
	}
	#header .link_list .link_box a.active{
		color:#0095DD;
	}
}



#main{
	margin-top:119px;
}
#main .about{
	position:relative;
}
#main .about a{
	color:#fff;	
}
#main .about .banner{
	width:100%;
}
#main .about .text{
	position:absolute;
	left:0;
	width:100%;
	text-align:center;
	top:30%;	
}
#main .about .text .title{
	font-size:48px;
	font-weight:bold;
	margin-bottom:24px;
}
#main .about .text p{
	font-size:16px;	
	margin-top:24px;
	letter-spacing:1px;
	line-height: 34px;
}
#main .about .share{
	position:absolute;
	bottom:44px;
	right:75px;	
}
#main .about .share a{
	display:inline-block;	
	margin:0 16px;
}
#main .about .share .share01{
	width:29px;
	height:30px;
	background:url(../images/share_01.png) no-repeat;
}
#main .about .share .share01.mobile{
	display:none;
}
#main .about .share .share02{
	width:35px;
	height:30px;
	background:url(../images/share_02.png) 0 0 no-repeat;
}
#main .about .share .share02:hover{
	background:url(../images/share_02.png) 0 -30px no-repeat;	
}
#main .about .share .share02 .qr{
	display:none;
	position:absolute;
	top:-249px;
	left:8px;
}
#main .about .share .share02:hover .qr{
	display:block;
}
@media (max-width:1000px) {
	#main .about .text{
		top:15%;
	}
}
@media (max-width:768px) {
	#main{
		margin-top:90px;
	}
	#main .about .text .title{
		font-size:28px;
		font-weight:200;
		letter-spacing: 20px;
		margin-left:18px;
	}
	#main .about .text {
	    top: 27%;
	}
	#main .about .text p{
		font-size:13px;	
	    letter-spacing:0;
	}	
	#main .about .share{
		bottom:34px;
		right:55px;	
	}
	#main .about .share a{	
		margin:0 10px;
	}
	#main .about .share .share02 .qr{
		left:-9px;
	}
	
	#main .about .share .share02:hover{
		background:url(../images/share_02.png) 0 0 no-repeat;	
	}
	#main .about .share .share02.active{
		background:url(../images/share_02.png) 0 -30px no-repeat;	
	}
	#main .about .share .share02:hover .qr{
		display:none;
	}
	#main .about .share .share02.active .qr{
		display:block;
	}
	#main .about .share .share01.pc{
		display:none;
	}
	#main .about .share .share01.mobile{
		display:inline-block;
	}
}

#main .team{
	position:relative;	
}
#main .team .content{
	background:#2d3238;
	color:#fff;
	text-align:center;
	padding:75px 10%;
}
#main .team .content .title{
	font-size:24px;
	display:inline-block;
	letter-spacing:15px;
	margin-left:15px;
}
#main .team .content .line{
	width:141px;
	border-bottom:2px solid #0095DD;
	margin:18px auto 28px auto;
}
#main .team .content p{
	font-size:16px;
	letter-spacing:1px;
	line-height:30px;
}
#main .team .leader .photo_box{
	padding:0;	
	cursor: pointer;
}
#main .team .leader .first_photo_box{
    padding:0;


}
#main .team .leader .first_photo_box .info{ width: 500px; text-align: left; position: absolute; right: 15%; top: 25%;}
#main .team .leader .first_photo_box .info .name{font-size: 82px; font-weight: bold;color:#0095DD;line-height:100%;border-bottom: 1px solid #0095DD; padding-bottom: 50px; margin-bottom: 40px; }
#main .team .leader .first_photo_box .info .name span{font-size:30px; font-weight:normal; position: absolute; left: 200px;top:30px; }
#main .team .leader .first_photo_box .info .descText{font-size: 18px; line-height: 200%;color: #a8a8a9;}
#main .team .leader .first_photo_box .info a.fpbtn{display: block; margin-top: 50px; background-color: #0095DD; color: #fff; height: 50px; width: 180px; line-height: 50px; text-align: center; text-decoration: none;}

#main .team .leader .photo_box .more{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	opacity:0;
}
#main .team .leader .photo{
	width:100%;	
}
#main .team .leader .photo.pc{
	display: block;
}
#main .team .leader .photo.mobile{
	display:none;
}



#main .team .leader .info{
	position:absolute;
	width:100%;
	bottom:5%;
	text-align:center;
	z-index: 9;
}
#main .team .leader .info .name{
	font-size:34px;
	margin-bottom:10px;
}
.leader_popup{
	width:100%;
	height:100%;

	position:absolute;
	top:0;
	left:0;
	z-index:1001;
	display: none;
}
.leader_popup .pop_con{
	width:1300px;
	height:auto;
	background:#fff;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-400px;
	margin-left:-650px;
	padding:75px;
	color:#000;
}
.leader_popup .pop_con .photo{
	height:100%;
	margin-right:50px;
	float: left;
}
.leader_popup .pop_con .info{
	display:inline-block;
	vertical-align: top;
	float: left;
}
.leader_popup .pop_con .info .name{
	font-size:32px;
	margin-bottom:8px;
	font-weight:bold;
}
.leader_popup .pop_con .info .title{
	font-size:18px;
	margin-bottom:30px;
	padding-bottom:18px;
	border-bottom:2px solid #0095DD;
	font-weight:bold;
}
.leader_popup .pop_con .text{
	padding:40px 35px;
	background:#f4f5f5;
	display:inline-block;
	color:#2d3238;
	border-radius: 5px;
	float: left;
	width:61%;
	height:76%;
}
.leader_popup .pop_con .popup_close{
	width:81px;
	height:80px;
	background:url(../images/popup_close.png) no-repeat;
	position:absolute;
	top:-40px;
	right:-40px;
	cursor: pointer;
}
@media (max-width:1400px) {

    #main .team .leader .first_photo_box .info{right: 8%; top: 20%;}


	.leader_popup .pop_con{
		width:1100px;
		height:auto;
		padding:50px;
		margin-top:-300px;
		margin-left:-550px;
	}
	.leader_popup .pop_con .text{
		width:56%;
		padding:30px;
		height:74%;
	}
}
@media (max-width:1200px) {

    #main .team .leader .first_photo_box .info{width: 400px; right: 10%; top: 20%;}
    #main .team .leader .first_photo_box .info .name{font-size: 60px;padding-bottom: 30px; margin-bottom: 20px;}
    #main .team .leader .first_photo_box .info .name span{font-size:22px; font-weight:normal; position: absolute; left: 150px;top:21px; }
    #main .team .leader .first_photo_box .info .descText{font-size: 16px;}
    #main .team .leader .first_photo_box .info a.fpbtn{margin-top: 30px;}
    .leader_popup .pop_con{
		width:88%;
		height:auto;
		margin-top:0;
		margin-left:0;
		top:0;
		left:6%;
		border:1px solid #aaa;
	}
	.leader_popup .pop_con .photo{
		height:300px;
	}



	.leader_popup .pop_con .info{
		margin-top:60px;
	}
	.leader_popup .pop_con .text{
		float:none;
		width:100%;
		height:60%;
		margin-top:20px;
	}
}
@media (max-width:992px) {
    #main .team .leader .first_photo_box .info{width: 360px; right: 5%; top: 15%;}
    #main .team .leader .first_photo_box .info .name{font-size: 48px;padding-bottom: 20px; margin-bottom: 10px;}
    #main .team .leader .first_photo_box .info .name span{font-size:20px; left: 125px;top:16px; }

}



@media (max-width:768px) {
	.leader_popup{
		overflow:hidden;
	}
    #main .team .leader .first_photo_box .info{width: 160px; right: 5%; top: 25%;}
    #main .team .leader .first_photo_box .info .name{font-size: 22px;padding-bottom: 8px; margin-bottom: 5px;}
    #main .team .leader .first_photo_box .info .descText{display: none;}
    #main .team .leader .first_photo_box .info .name span{font-size:14px; left: 60px;top:5px; }
    #main .team .leader .first_photo_box .info a.fpbtn{font-size: 12px; margin-top: 20px; height: 24px; width: 100px; line-height:24px; text-align: center; text-decoration: none;}


	#main .team .content{
		padding:55px 6%;
	}
	#main .team .content .title{
		font-size:22px;
	}
	#main .team .content p{
		font-size:14px;
	}

	#main .team .leader .info{
		bottom:5%;
	}
	#main .team .leader .info .name{
		font-size:16px;
		margin-bottom:0;
	}
    #main .team .leader .info .title{
        font-size:12px !important;

    }
	#main .team .leader .photo.pc{
		display:none;
	}
	#main .team .leader .photo.mobile{
		width:100%;
		display: block;
	}


	.leader_popup .pop_con{
		padding:18px;
		top:100px;
	}
	.leader_popup .pop_con .photo{
		height:200px;
		margin-right:15px;
	}
	.leader_popup .pop_con .info{

	}
	.leader_popup .pop_con .info .name{
		font-size:24px;
	}
	.leader_popup .pop_con .info .title{
		font-size:14px;
	}
	.leader_popup .pop_con .text{
		padding:15px;
	}
	.leader_popup .pop_con .popup_close{
		width:50px;
		height:50px;
		background-size:100%;
		top:-25px;
		right:-25px;
	}
}


#main .member{
	position:relative;
}
#main .member_box{
	background:#fff;
	overflow:hidden;
	position:relative;	
}
#main .member .content{
	background:#fff;
	color:#000;
	text-align:center;
	padding:60px 10%;
}
#main .member .content .title{
	font-size:24px;
	display:inline-block;
	letter-spacing:15px;
	margin-left:15px;
}
#main .member .content .line{
	width:222px;
	border-bottom:2px solid #0095DD;
	margin:18px auto 0 auto;
}
#main .member .logo_box{
	padding:0;	
	overflow:hidden;
}
#main .member .logo_box .logo{
	width:100%;
	cursor:pointer;
	display:block;
}
#main .member .logo_box .logo.mobile{
	display:none;
}
#main .member .mask{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	z-index:97;
	background:rgba(0,0,0,.5);
	display:none;
}
@media (max-width:768px) {
	#main .member .content .title{
		font-size:22px;
	}	
	#main .member .logo_box .logo.mobile{
		display:block;
	}
	#main .member .logo_box .logo.pc{
		display:none;
	}
}

#main .contact{
	position:relative;	
	padding-bottom:200px;
}
#main .contact .bg{
	width:100%;	
}
#main .contact .content{
	width:100%;
	text-align:center;
	margin-top:-300px;
	position:relative;
	z-index:9;
}
#main .contact .content .title{
	font-size:24px;
	display:inline-block;
	letter-spacing:15px;
	margin-left:15px;
}
#main .contact .content .line{
	width:141px;
	border-bottom:2px solid #fff;
	margin:18px auto 28px auto;
}
#main .contact .map{
	width:1212px;
	height:575px;
	background:url(../images/map_bg.jpg) no-repeat ;
    background-size: cover;
	margin:100px auto 0 auto;
	text-align:center;
	position:relative;
	z-index:9;
	box-shadow:1px 1px 10px #999999;
}
#main .contact .map .map_box{
	color:#000;	
	display:inline-block;
	text-align:left;
	margin:40px 100px 0 30px;

}
#main .contact .map .map_box .title{
	font-weight:600;
	font-size:20px;
	margin-bottom:15px;
}
#main .contact .map .map_box .title span{
	font-size:20px;
	margin:0 5px;
}
#main .contact .map .map_box .map_img{
	margin-bottom:31px;
}
#main .contact .map .map_box .address{
	background:url(../images/icon_01.png) left center no-repeat;
	padding-left:34px;
	height:23px;
	line-height:23px;
	margin-bottom:17px;
}
#main .contact .map .map_box .email{
	background:url(../images/icon_02.png) left center no-repeat;
	padding-left:34px;
	height:23px;
	line-height:23px;
	margin-bottom:17px;
}
#main .contact .map .map_box .phoneNum{
	background:url(../images/icon_03.png) left center no-repeat;
	padding-left:34px;
	height:23px;
	line-height:23px;
}
#main #arrow{
	width:60px;
	height:59px;
	background:url(../images/arrow.png) no-repeat;	
	position:fixed;
	bottom:100px;
	right:28px;
	cursor:pointer;
	z-index:89;
}


#main .contact .map .mailbox{
    color:#000;
    display:inline-block;
    text-align:left;

    width: 972px;
    margin: 20px 30px 0 30px;
    padding-top: 15px;
}
#main .contact .map .mailbox .line{border-top: 1px solid #aeadb2; width: 45%; height: 20px;}

#main .contact .map .mailbox .email{
    background:url(../images/icon_02.png) left center no-repeat;
    padding-left:34px;
    height:23px;
    line-height:23px;
    margin-bottom:10px;
}




@media (max-width:1212px) {
	#main .contact .content{
		margin-top:-200px;
	}
	#main .contact .map{
		width:100%;
		background-size:cover;
		margin-top:50px;
	}
	#main .contact .map .map_box{
		margin:50px 30px 0 30px;
	}

    #main .contact .map .mailbox{
        width: 832px;
    }



}
@media (max-width:1000px) {

    #main .contact .map .mailbox{
        width: 90%;
        margin: 40px auto 0 auto;
    }
    #main .contact .map .mailbox .line{width: 100%;}

	#main .contact .content{
		margin-top:-100px;
	}
	#main .contact .map{
		width:90%;
		height:auto;
		background:url(../images/map_mbg.jpg) no-repeat #fefefe;
		background-size:cover;
		padding-bottom:50px;
	}	
	#main .contact .map .map_box{
		width:90%;
		margin:50px auto 0 auto;
	}
	#main .contact .map .map_box img{
		width:100%;	
	}
	#main .contact .map .map_box .address{
		height:auto;
	}
	#main .contact .map .map_box .email{
		height:auto;
	}
	#main .contact .map .map_box .phoneNum{
		height:auto;
	}
}
@media (max-width:768px) {

    #main .contact .map .mailbox{
        width: 90%;
        margin: 40px auto 0 auto;
    }

	#main #arrow{
		right:6px;
		width:45px;
		height:45px;
		background-size:100%;
	}
    #main .contact{
		padding-bottom: 150px;	
	}
	#main .contact .content{
		margin-top:-150px;
	}
	#main .contact .content .title{
		font-size:22px;
	}
	#main .contact .map{
		margin-top:50px;
	}
	#main .contact .map .map_box{
		margin:40px auto 0 auto;
	}
	#main .contact .map .map_box .address{
		padding-left: 28px;
		font-size:12px;
	}
	#main .contact .map .map_box .email{
		padding-left: 28px;
		font-size:12px;
	}
	#main .contact .map .map_box .phoneNum{
		padding-left: 28px;
		font-size:12px;
	}
}

.member_popup{
	background:#f8f8f8;
	position:absolute;
	top:174px;
	left:0;
	width:100%;
	z-index:98;
	display:none;
}
.member_popup .close_btn{
	width:51px;
	height:52px;
	background:url(../images/close.png) no-repeat;
	position:absolute;
	top:0;
	right:0;
	z-index:98;
	cursor: pointer;
}
.member_popup div{
	padding:0;
}
.member_popup img{
	width:100%;
	display:block;
}
.member_popup .slide_text{
	color:#000;
	padding:5% 7% 0 7%;
	background:#f8f8f8;
	position:relative;
}
.member_popup .slide_text .title{
	font-size:24px;
	border-bottom:2px solid #9d875c;
	display:inline-block;
	padding-bottom:15px;
	margin-bottom:20px;
}
.member_popup .slide_text p{
	color:#2d3238;
}
@media (max-width:1450px) {
	.member_popup .slide_text{
		padding:4% 6% 0 6%;
	}
}
@media (max-width:1250px) {
	.member_popup .slide_text{
		padding:3% 5% 0 5%;
	}
}
@media (max-width:1165px) {
	.member_popup .slide_text .title{
		font-size:18px;
	}
	.member_popup .slide_text{
		padding:2% 3% 0 3%;
	}
}
@media (max-width:996px) {
	.member_popup .slide_text .title{
		margin-bottom:30px;
	}
	.member_popup .slide_text{
		padding:50px 12% 40px 12%;
		text-align:center;
	}
	.member_popup .slide_text p{
		text-align:left;
	}
}
@media (max-width:768px) {
	.member_popup{
		top:171px;
	}
}
#main .swiper-button-prev{
	width:26px;
	height:46px;
	background:url(../images/left.png) no-repeat;
	left:5px;
}
#main .swiper-button-next{
	width:26px;
	height:46px;
	background:url(../images/right.png) no-repeat;
	right:5px;
}


#footer{
	height:121px;
	line-height:121px;
	color:#bdbfc1;
	text-align:center;
	background:#2d3238;	
}
#footer .left{
	display:inline-block;	
}
#footer .left a {
	color: #bdbfc1;
	text-decoration: none;
}
#footer .center{
	display:inline-block;
	margin:0 70px;
}
#footer .share{
	display:inline-block;
}
#footer .share a{
	display:inline-block;	
	margin:0 16px;
}
#footer .share .share01{
	width:29px;
	height:24px;
	background:url(../images/share_03.png) 0 0 no-repeat;
	vertical-align:middle;
}
#footer .share .share01:hover{
	background:url(../images/share_03.png) 0 -24px no-repeat;	
}
#footer .share .share01.mobile{
	display:none;
}
#footer .share .share02{
	width:29px;
	height:25px;
	background:url(../images/share_04.png) 0 0 no-repeat;
	position:relative;
	vertical-align:middle;
}
#footer .share .share02:hover{
	background:url(../images/share_04.png) 0 -25px no-repeat;	
}
#footer .share .share02 .qr{
	display:none;
	position:absolute;
	top:-199px;
	left:-54px;
}
#footer .share .share02:hover .qr{
	display:block;
	z-index:999;
}
@media (max-width:1000px) {
	#footer .center{
		margin:0 15px;
	}	
	#footer .share a{
		margin:0 4px;	
	}
}
@media (max-width:768px) {
	#footer{
		height:auto;
		padding:32px 4%;
		line-height:18px;
		font-size:12px;
		text-align:left;
		position:relative;
	}
	#footer .center{
		display:block;
		margin:18px 0 0 0;
	}	
	#footer .share{
		position:absolute;	
		top:28px;
		right:4%;
	}
	#footer .share a{
		margin:0 10px;	
	}
	#footer .share .share01.mobile{
		display:inline-block;
	}
	#footer .share .share01.pc{
		display:none;
	}
}


#main .banner_box{
	position:relative;
}
#main .banner_box .banner{
	width:100%;
}
#main .banner_box .text{
	position:absolute;
	left:0;
	width:100%;
	text-align:center;
	top:30%;	
}
#main .banner_box .text .title{
	font-size:48px;
	font-weight:bold;
	margin-bottom:24px;
}
#main .banner_box .text p{
	font-size:20px;	
	margin-top:24px;
	letter-spacing:1px;
}
@media (max-width:1000px) {
	#main .banner_box .text{
		top:15%;	
	}	
}
@media (max-width:768px) {
	#main .banner_box .text .title{
		font-size:28px;
		font-weight:200;
		letter-spacing: 20px;
		margin-left:18px;
	}
	#main .banner_box .text {
	    top: 27%;
	}
	#main .banner_box .text p{
		font-size:13px;	
	    letter-spacing:0;
	}	
}
.container th,.container td{
	padding: 10px 15px;
}
