﻿@charset "utf-8";
@import url("../css/common/grid.css");/*网格*/
@import url("../css/common/layout.css");/*整体框架*/
@import url("../css/common/icon.css");/*图标*/
@import url("../css/navi/navi_02.css");/*02导航*/
@import url("../css/banner.css");/*幻灯片*/
@import url("../css/navi/classify_01.css");/*侧栏样式*/
@import url("../css/adorner/01/A_style.css");/*01装饰器*/
@import url("../css/adorner/02/A_style.css");/*02装饰器*/
@import url("../css/links.css");/*友情链接*/
@import url("../css/kefu.css");/*在线客服*/
@import url("../css/common/doc.css");/*自定义文档*/
@import url("../css/animate.min.css");/*页面动画*/
html {
	overflow-x: hidden;
}

.fix-div {
	position: fixed;
	top: 0px;
	_position: fixed;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 4px 3px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 4px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 4px 3px rgba(0, 0, 0, .2);
	-webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.2s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
	transition: all 0.2s linear -1ms;
}

.header_other{
	float: right;
	height: 120px;
	width:95px;
	border-left: 1px solid #ddd;
	padding-left: 30px;
}
.cn_en{
	float: left;
	margin-top: 40px;
	width:20px;
}
.cn_en li a{
	display: none;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #666;
	font-size: 14px;
	font-family: Arial, "Times New Roman";
	text-transform: uppercase;
}
.cn_en li a:hover{
	color: #eb3d00;
}
.cn_en li a.cn{
	display: inline-block;
}
/* 搜索css */
.sousuo{
	float: left;
	margin-right: 10px;
	position: relative;
	margin-top: 40px;
}
#vivo-head {
	z-index: 1;
	position: relative;
	width: 100%;
}
.search-user b {
	background: url(../img/vivo-head-ico.png) no-repeat;
}
#vivo-head {
	z-index: 99;
	background: #fff;
	position: relative;
}
#vivo-head .vivo-nav {
	width: 42px;
	height: 42px;
	margin: auto;
	background: #fff;
	position: relative;
	z-index: 999;
}
.vivo-nav .search-user {
	float: right;
	height: 42px;
}
.search-user a {
	width: 42px;
	height: 42px;
	display: inline-block;
	margin-left: 15px;
	position: relative;
	top: 0px;
	border: 1px #e7e7e7 solid;
	background: #fff;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.search-user a:hover, .search-user a.current {
	border: 1px #eb3d00 solid;
	background: #eb3d00;
}
.search-user a b {
	width: 42px;
	height: 42px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	transition-delay: .1s;
}
.search-user a.search b {
	background-position: 0 0;
}
.search-user a.search:hover b, .search-user a.search.current b {
	background-position: 0 -43px;
}
.search-user a.user b {
	background-position: -43px 0;
}
.search-user a.user b img {
	width: 42px;
	height: 42px;
}
.search-user a.user:hover b, .search-user a.user.current b {
	background-position: -43px -43px;
}
#vivo-head .vivo-search {
	height: 80px;
	width: 1200px;
	background: #222;
	position: fixed;
	z-index: 9999;
	display: none;
	top: 125px;
    left: 50%;
    margin-left: -600px;
}
.vivo-search .search-box {
	width: 700px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -350px;
	background: #fff;
	position: relative;
	z-index: 9999;
}
input:focus {
    outline:none;
}
textarea:focus {
    outline:none;
}
.vivo-search .search-box input {
	width: 550px;
	height: 30px;
	padding: 10px 20px;
	font-size: 14px;
	color: #555;
	border: none;
	background: #fff;
	overflow: hidden;
	vertical-align: middle;
}
.vivo-search .search-box button {
	width: 110px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border: none;
	overflow: hidden;
	vertical-align: middle;
	background: #ec5723;
	outline: none;
	cursor: pointer;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.vivo-search .search-box button:hover {
	background: #eb3d00;
}
.vivo-search .search-box button:active {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.3) inset;
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,.3) inset;
}
.vivo-search .search-box a.close {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 12px;
	right: -40px;
	cursor:pointer;
	background: url(../img/vivo-head-ico.png) -86px 0 no-repeat;
}
.vivo-search .search-box a.close:hover {
	background-position: -86px -25px;
}


/*首页主体*/
.index_01{
	background: url(../img/index_mian_bg.jpg) repeat fixed center center;
	background-size: cover;
	height: 850px;
}
.index_about{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-top: 120px;
}
.index_about_title{
	position: relative;
	height: 140px;
}
.index_about_title h2{
	color: #222;
	font-size: 36px;
	font-weight: normal;
	z-index: 999px;
	position: relative;
}
.index_about_title p{
	background: #eb3d00;
	height: 3px;
	width: 40px;
	margin: 10px auto;
	z-index: 999px;
	position: relative;
}
.index_about_title h3{
	color: #333;
	font-size: 36px;
	font-family: Arial, "Times New Roman";
	text-transform: uppercase;
	z-index: 999px;
	position: relative;
}
.index_about_title span{
	position: absolute;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	text-align: center;
	z-index: 0;
	bottom: 0px;
	font-size: 150px;
	opacity: 0.10;
	color: #15a3d5;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
}
.index_about_info{
	padding-left: 35px;
	padding-right: 35px;
}
.index_about_info p{
	color: #222;
	font-size: 18px;
	line-height: 42px;
}
.index_about_info p a{
	background: #ed541e;
	border-radius: 50px;
	width: 180px;
	height: 50px;
	text-align: center;
	display: inline-block;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Arial, "Times New Roman";
}
.index_about_info p a:hover{
	background: #eb3d00;
}


.index_02{
	background: url(../img/bottom_join_bg.jpg) no-repeat center center;
	height: 300px;
	border-top: #eb3d00 solid 8px;
	margin-bottom: -8px;
	position: relative;
	z-index: 999;
}
.index_join{
	text-align: center;
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
}
.index_join h2{
	font-size: 30px;
	color: #eb3d00;
	text-transform: uppercase;
	-webkit-text-stroke: 1px white;
}
.index_join span{
	color: #fff;
	font-size: 18px;
	line-height: 42px;
	display: block;
	margin-bottom: 20px;
	margin-top: 10px;
}
.index_join p a{
	background: #ed541e;
	border-radius: 50px;
	width: 180px;
	height: 50px;
	text-align: center;
	display: inline-block;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Arial, "Times New Roman";
}
.index_join p a:hover{
	background: #eb3d00;
}

/*底部*/
.footer {
	width: 100%;
	background-color: #f5f5f5;
	height: 185px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #eb3d00;
}
.footer_jz {
	width: 1200px;
	margin: 0 auto;
}
.footer_01 {
	margin-top: 55px;
}
.footer_01 .footer_phone {
	float: left;
	font-size: 14px;
	color: #777;
}
.footer_01 .footer_phone p {
	font-family: "微软雅黑", "黑体";
	font-size: 24px;
	font-weight: bold;
	color: #eb3d00;
	line-height: 30px;
}
.footer_nav {
	float: left;
	margin-left: 50px;
	margin-top: 28px;
}
.footer_nav a {
	font-size: 14px;
	color: #666;
	margin-right: 20px;
	text-transform: uppercase;
}
.footer_nav a:hover {
	color: #eb3d00;
}
.footer_fx {
	padding-top: 15px;
	float: right;
	width: auto;
	height: 30px;
}
.footer_fx .jiathis_style_32x32 a {
	cursor: pointer;
	display: inline-block !important;
	width: 30px;
	height: 30px;
	margin-right: 8px;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	float: none !important;
}
.footer_fx .jiathis_style_32x32 a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.footer_fx .jiathis_style_32x32 .jiathis_button_tsina {
	background-image: url(../img/fx_01.png);
}
.footer_fx .jiathis_style_32x32 .jiathis_button_tqq {
	background-image: url(../img/fx_02.png);
}
.footer_fx .jiathis_style_32x32 .jiathis_button_weixin {
	background-image: url(../img/fx_03.png);
}
.footer_fx .jiathis_style_32x32 .jiathis_button_qzone {
	background-image: url(../img/fx_04.png);
}
.footer_fx .jiathis_style_32x32 .jiathis_button_douban {
	background-image: url(../img/fx_05.png);
}
.footer_fx .jiathis_style_32x32 .jtico_jiathis {
	background-image: url(../img/fx_06.png);
	padding: 0 !important;
}
.footer_fx .jiathis_style_32x32 a .jiathis_txt {
	background: none;
}
.footer_02 {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	line-height: 50px;
	height: 50px;
	margin-top: 35px;
}
.footer_banquan {
	float: left;
	font-size: 12px;
	color: #888;
	text-transform: uppercase;
}
.footer_banquan p {
	display: inline-block;
	line-height: 50px;
	text-transform: uppercase;
}
.footer_banquan a {
	color: #888;
	margin-left: 5px;
}
.footer_banquan a:hover {
	color: #eb3d00;
}
.web_design {
	float: right;
	color: #888;
}
.web_design a {
	font-size: 12px;
	color: #888;
}
.web_design a:hover {
	color: #eb3d00;
}

/*内页*/
.public_2col {
	width: 1200px;
	margin: 0 auto;
}
.main_left {
	margin-top: -135px;
}


/*新闻css*/
.ind_news_list {
	margin-top: 30px;
}
.ind_news_list li:hover{
	border-bottom: 1px solid #eb3d00;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.ind_news_list li .news_time{
	float: left;
	width: 125px;
	height: 180px;
}
.ind_news_list li .news_time p{
	padding-top: 60px;
	color: #888;
	font-size: 24px;
	font-family: Arial, "Times New Roman";
	margin-bottom: 10px;
}
.ind_news_list li .news_time span a{
	display: block;
	width: 65px;
	height: 65px;
	background: url(../img/news_more.png) no-repeat center center;
}
.ind_news_list li .news_time span a:hover{
	background: url(../img/news_more_hover.png) no-repeat center center;
}

.news_info{
	float: left;
	width: 500px;
	margin-top: 50px;
}
.news_info h3 a{
	font-size: 16px;
	color: #222;
	font-weight: normal;
}
.news_info h3 a:hover{
	color: #eb3d00;
	text-decoration: underline;
}
.news_info p{
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	height: 78px;
	overflow: hidden;
}
.news_img{
	float: right;
	margin-top: 35px;
}
.news_img a{
	display: block;
	width: 240px;
	overflow: hidden;
}
.news_img a img{
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.news_img a:hover img{
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	overflow:hidden;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;
}

/*资质css*/
.honor li{
	float: left;
	width: 300px;
	padding: 15px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	overflow: hidden;
}
.honor li a{
	display: block;
	width: 270px;
	height: 180px;
	text-align: center;
	overflow: hidden;
}
.honor li a img{
	width: auto;
	height: 180px;
	max-width: 270px;
	border: none;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.honor li:hover a img{
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	overflow:hidden;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;
}
.honor li p{
	text-align: center;
	line-height: 30px;
	color: #666;
	font-size: 14px;
	line-height: 36px;
}
.honor li:hover p{
	color: #eb3d00;
}



/*联系方式*/
.contact_info{
	border-bottom:1px solid #ddd;
	padding-bottom:50px;
	margin-bottom:50px;
	margin-top:30px;
	text-align:center;
}
.contact_info h2{
	color:#222;
	font-size:28px;
	font-weight:normal;
	line-height:55px;
	}
.contact_info h3{
	color:#333;
	font-size:14px;
	font-weight:normal;
	line-height:33px;
	font-family:Arial, Helvetica, sans-serif;
	}
.contact_info p{
	color:#888;
	font-size:12px;
	font-weight:normal;
	line-height:24px;
	text-transform:uppercase;
	font-family: "Microsoft YaHei";
	}
.contact_info div{
	margin-top:20px;
	}	
.contact_info div p{
	color:#333;
	font-size:24px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
    text-transform: none;	
	}


.contatc_liuyan{
	margin-bottom:50px;
}
.contatc_liuyan h1.color_1{
	color:#333;
	font-size:22px;
	font-weight:normal;
	}
.contatc_liuyan .bor_bot_1{
	border:none;
	color:#666;
	font-size:14px;
	margin-bottom:20px;
}
.contatc_liuyan ul{
	width:450px;
}
.contatc_liuyan ul li{
	padding:0px;
	background:none;
	width:420px;
	line-height:60px;
	float:left;
	margin-bottom:30px;
}
.contatc_liuyan ul li.con05{
	line-height:50px;
	margin-bottom:10px;
	}
.contatc_liuyan ul li a{
	height:60px;
	line-height:60px;
	text-align:center;
	background:#aaa;
	color:#fff;
	font-size:16px;
	border:none;
	width:450px;
	display:block;
	font-weight:normal;
	}
.contatc_liuyan ul li a:hover{
	background:#eb3d00;
	}


/*产品css*/
.ins_pro{
	margin-top:30px;
	}
.ins_pro li{
	float:left;
	margin-bottom:50px;
	width:280px;
	margin-left:10px;
	margin-right:10px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;	
	}
.pro_img{
	border:1px solid #ddd;
	width:280px;
	height:280px;
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
	box-sizing:border-box;
	background:#fff;
	}	
.pro_img span{
	position:absolute;
	z-index:999;
	width:100%;
	height:100%;
	}
.pro_img span a{
	display:block;
	width:100%;
	height:100%;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;		
	background:url(../img/pro_more.jpg) no-repeat center -100px;
	}
.ins_pro li:hover .pro_img span a{
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;		
	background:url(../img/pro_more.jpg) no-repeat center center;
	}

.pro_img p img{
	width:280px;
	height:280px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;	
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;	
	}
.ins_pro li:hover .pro_img p img{	
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow:hidden;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity:0.7;	
	}	
.ins_pro li:hover .pro_img{
	border:#eb3d00 1px solid;
	}

.pro_txt h2 a{
	color:#333;
	font-size:16px;
	font-weight:normal;
	line-height:33px;
	}
.pro_txt h2 a:hover{
	color:#eb3d00;
	text-decoration:underline;
	}	
.pro_txt p{
	color:#888;
	font-size:12px;
	overflow:hidden;
	height:22px;
	}		


.sitemap{
	margin:30px auto;
	width:1200px;
	}
.sitemap .assist{
	padding-bottom: 20px;
	font-size: 14px;
	font-family: "微软雅黑", "黑体";
	}
.sitemap ul li h3{
	margin-bottom:10px;
	}
.sitemap ul li h3 a{
	font-size: 18px;
	font-family: "微软雅黑", "黑体";
	font-weight: normal;
	line-height: 36px;
	}
.sitemap ul li ul li a{
	font-size:14px;
	line-height:30px;
	}
.sitemap ul li ul li a:hover{
	text-decoration: underline;
	}



.conatct_map{
clear: both;
    margin-top: 420px;
}
#allmap{
	max-height: 500px;
	border: 2px solid #ddd;
	box-sizing: border-box;
}
#BMapLib_bubble_title0{
	font-size: 18px;
	color: #000;
	font-family: "微软雅黑", "黑体";
	line-height: 50px;
	height: 50px;
}
#allmap .BMapLib_bubble_top{
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
}
#BMapLib_bubble_content0{
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 26px;
}




/*招商css*/
.join_01{
	width: 1920px;
	margin-left: -960px;
	position: relative;
	left: 50%;
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 4px 20px rgba(0, 0, 0, .5);
	-o-box-shadow: 0 4px 20px rgba(0, 0, 0, .5);
	box-shadow: 0 4px 20px rgba(0, 0, 0, .5);
}
.join_02{
	background: url(../img/join_01.jpg) center center no-repeat;
	height: 500px;
	padding-top: 230px;
}
.join_youshi{
	width: 720px;
	height: 300px;
	margin: 0 auto;
	border-radius: 15px;
	padding: 50px;
	-webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0px 25px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 0px 25px rgba(0, 0, 0, .3);
	box-shadow: 0 0px 25px rgba(0, 0, 0, .3);
	background: rgba(255, 255, 255, .75);
}
.join_youshi p{
	color: #222;
	font-size: 22px;
	line-height: 33px;
	text-align: center;
}

.join_03{
	background: #f3f3f3;
	padding-top: 70px;
	text-align: center;
}
.join_03 p{
	padding-bottom: 30px;
}

.join_04{
	width: 1920px;
	margin-left: -960px;
	left: 50%;
	position: relative;
}
.join_05{
	text-align: center;
	padding-bottom: 30px;
	padding-top: 30px;
}

/*招商产品滚动*/
.join_06{
	margin-top: 30px;
	text-align: center;
	margin-bottom: 60px;
}
.join_06 .join_pro_txt{
	margin-top: 30px;
	margin-bottom: 60px;
	color: #000;
	font-size: 22px;
	line-height: 33px;
}
.join_06 .join_pro_txt span{
	color: #eb3d00;
	font-size: 28px;
}

#box {
	position: relative;
	width: 950px;
	height: 360px;
	margin:0 auto;
}
#box ul {
	position: relative;
	width: 950px;
	height: 360px;
}
#box li {
	position: absolute;
	border: 1px solid #ddd;
	list-style: none;
	background: #fff;
	width: 0;
	height: 0;
	top: 146px;
	left: 377px;
	z-index: 0;
	cursor: pointer;
	overflow: hidden;
	border-radius: 3px;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	-moz-box-shadow:  0 5px 20px rgba(0, 0, 0, .2);
	-o-box-shadow:  0 5px 20px rgba(0, 0, 0, .2);
	box-shadow:  0 5px 20px rgba(0, 0, 0, .2);
}
#box li img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
 
#box li div p {
	margin: 5px 10px 0;
	text-indent: 2em;
}
#box .prev, #box .next {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -40px;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
}
#box .prev {
	left: -60px;
	background: url(../img/page_left.png)
}
#box .next {
	right: -60px;
	background: url(../img/page_right.png)
}
#box .prev:hover {
	background: url(../img/page_left_hover.png)
}
#box .next:hover {
	background: url(../img/page_right_hover.png)
}

#copyright {
	padding-top: 10px;
	text-align: center;
}


.join_07{
	background: url(../img/join_05.jpg) center center no-repeat;
	height: 705px;
	width: 1040px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 60px;
	margin: 60px auto;
}
.join_liucheng_txt{
	float: left;
	margin-left: 20px;
	margin-bottom: 60px;
}
.join_liucheng_txt p{
	color: #fff;
	font-size: 24px;
	line-height: 45px;
	font-weight: bold;
}

.join_08{
	background: url(../img/join_07.jpg);
	height: 580px;
	padding-top: 70px;
	width: 1920px;
	margin-left: -960px;
	left: 50%;
	position: relative;
}
.join_08 ul{
	width: 640px;
	height: 460px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	border-radius: 15px;
	-webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0px 25px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 0px 25px rgba(0, 0, 0, .3);
	box-shadow: 0 0px 25px rgba(0, 0, 0, .3);
	background: rgba(255, 255, 255, .75);
}

.join_08 ul h3{
	text-align: center;
	font-size: 36px;
	margin-bottom: 20px;
}
.join_08 ul li{
	margin-bottom: 15px;
	text-align: center;
}
.join_08 ul li span{
	color: #333;
	font-size: 16px;
	margin-right: 10px;
}
.join_08 ul li input{
	padding-left: 10px;
	border: 1px solid #ddd;
	line-height: 38px;
	height: 38px;
	width: 300px;
	font-family: "微软雅黑", "黑体";
	font-size: 14px;
}
.join_08 ul li p{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
}
.join_08 ul li p a{
	display: block;
	width: 200px;
	height: 50px;
	font-family: "微软雅黑", "黑体";
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.join_08 ul li p a:hover{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.join_08 ul li p.con01 a{
	background: #eb3d00;
}
.join_08 ul li p.con02 a{
	background: #009beb;
}

.join_other{
	font-size: 14px;
}









