@charset "utf-8";
/* CSS Document */
/* 小丘QQ:1977917927 */


/*==============================================================================================*/
/*common-css
/*==============================================================================================*/

* {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, h7, p, ul, ol, dl, dt, li, body, form, input, button, img, cite, strong, em, table, td, th {
	padding:0;
	margin:0;
}
h2{
	font-size:24px;
}
h1, h2, h3, h4, h5, h6, h7, em {
	font-weight:bold;
	font-style:normal;
}
table, td {
	border:#e6e6e6 solid 0px;
}
img, th {
	border:0;
}
ul, ol, li {
	list-style-type:none;
}
a {
	text-decoration:none;
	color:#666;
}
a:hover {
	text-decoration:none;
	color:#0093dd;
}
body {
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	color:#666;
	font-size:14px;
	line-height:24px;
	padding:0px;
	margin:0px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.block {
	display:block;
}
.line-height {
	line-height:22px;
}
.border {
	border:#e6e6e6 solid 1px;
	overflow:hidden;
	border-radius:4px;
}
.cboth {
	display:block;
	line-height:0px;
	font-size:0;
	clear:both;
}

.nodata{ 
	text-align:center;
	height:80px;
	line-height:80px;
	color:#999;
	font-size:18px;
	margin:120px auto;
}
#mask ,#dituContent , .BMap_mask{
	width:100% !important;
	min-width:800px !important;}
/*==============================================================================================*/
/*table-css
/*==============================================================================================*/

.itable td {
	border-width: 1px;
	padding: 6px;
	border-style: solid;
	border-color: #cccccc;
	background-color: #ffffff;
}
.itable {
	font-family: verdana, arial, sans-serif;
	border-width: 1px;
	border-color: #ccc;
	border-collapse: collapse;
}
.itable th {
	border-width: 1px;
	padding: 6px;
	border-style: solid;
	border-color: #cccccc;
	background-color: #eeeeee;
}
/*==============================================================================================*/

/*form-css

/*==============================================================================================*/

.field {
	display: table;
	margin-bottom: 20px;
}
label {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	cursor: pointer;
}
.controls {
	margin-left: 140px;
}
.error {
	color:#ff0000;
	margin-right:2px;
}
textarea {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
textarea.textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #999;
	font-size: 12px;
	padding: 4px 10px;
	margin-left: 0;
	width:400px;
}
.btn {
	background:#0093dd;
	border: 1px solid #0093dd;
	color: #fff;
	cursor: pointer;
	letter-spacing: 2px;
	line-height: 1;
	overflow: visible;
	height:45px;
	display:block;
	overflow:hidden;
	width:160px;
	overflow:hidden;
	text-align: center;
}
/*==============================================================================================*/
/*book-css
/*==============================================================================================*/
.bookform {
	display:block;
	clear:both;
	max-width:700px;
	min-width:320px;
	margin:10px 0 0;
	padding:0;
}
.bookform .label {
	float: left;
	display:block;
	width:5.3%;
	max-width:60px;
	min-width:60px;
	padding-top: 5px;
	margin-right:15px;
	text-align: right;
	color: #333;
}
.bookform .field{ display:block; overflow:hidden; margin-bottom:20px; clear:both; text-align:left; }
.bookform .textarea{ float:left; max-width:1200px; min-width:245px; height:150px; box-sizing:border-box; }
.bookform .error{ padding-left:15px;}

input{outline:none;}

input , textarea{
	*zoom:1;
	*display:inline;
	_zoom:1;
	_display:inline;
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	outline:none;
}
input.text {
	outline:none;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #888;
	font-size: 12px;
	line-height:30px;
	height:30px;
	padding:4px 10px;
	margin-left: 0;
	width:100%;
	max-width:1200px;
	text-indent: 0px;
	text-shadow: none;
}
textarea {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
textarea.textarea {
	outline:none;
	float:left;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #888;
	font-size: 12px;
	padding: 4px 10px;
	margin-left: 0;
	width:100%;
}

/*==============================================================================================*/
/*module-css
/*==============================================================================================*/
#container {
	margin:0 auto;
	overflow:hidden;
}
#header {
    position:relative;
    display: block;
    width: 100%;
    z-index: 999;
	overflow:hidden; 
	background:#fff;
}
#mainer {
	clear:both;
	overflow:hidden;
}
#footer {
	position:relative;
	margin:0 auto;
	background:#252426;
}
.mainer{
	display:block;
	overflow:hidden;
}
.list-main_box {
	width:100%;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}
.main_box {
	width:100%;
	max-width:1200px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	min-height:200px;
}
.comm_void {
	margin-top:20px;
}

/*==============================================================================================*/
/*header-css
/*==============================================================================================*/

#top {
	overflow:hidden;
	width:100%;
	height:30px;
	margin:0 auto;
	background:#fff;
	border-bottom:#e5e5e5 solid 1px;
}
.topbd {
	width:100%;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	line-height:30px;
	height:100%;
	color:#333;
	font-size:12px;
	font-style:normal;
}
.topbd a {
	color:#333;
}
.top-left{
	float:left;
	text-align:left;
	width:50%;
	max-width:400px;
	min-width:320px;	
}

.topnav {
	float:right;
	text-align:right;
	width:50%;
}
.top_header{
	position:relative;
	clear:both;
	z-index:10;
	display:block;
	overflow:hidden; 
	background:#fff;
}
.headbd {
	display:block;
	overflow:hidden;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:140px;
	max-width:1200px;
	text-align:center;	
}
.logo,.hdgg ,.tel-box{
	overflow:hidden;
	display:inline-block;
	*zoom:1;
	*display:inline;
	_zoom:1;
	_display:inline;
	vertical-align:middle;}

.logo {
	padding:0 15px 0 0;
	margin:20px 0;
	height:auto;
	min-width:100px;
	box-sizing:border-box;
}
.logo img {
	width:100%;
	height:auto;
}
.hdgg {
	text-align:left;
	width:45%;
	min-width:348px;
	height:70px;
	margin:15px auto;
	padding:15px 0 15px 20px;
	background:url(../images/logo-left.png) left no-repeat;
}
.hdgg p{
	width:100%;
	font-size:18px;
	color:#333;
	line-height:30px;
	}
.hdgg span{
	width:100%;
	font-size:22px;
	font-weight:bold;
	color:#0093dd;
	line-height:35px;
	}	
.tel-box{
	padding:0 0 18px;
	margin:0 -8px 0 0;
	height:98px;
	width:40%;
	min-width:510px;
}
.tel-box .tel-box-tel{
	display:block;
	float:right;
}
.tel-box dd{
	float:right;
	width:96px;
	height:124px;
	margin-left:20px;
}
.tel-box dd p{
	width:100%;
	text-align:center;
	font-size:10px;
	line-height:16px;
	margin-top:-3px;
}
.tel-box dd img{
	height:96px;
	width:auto;
	margin:0 auto;
}
.tel-box-tel-left{
	float:left;
	padding-left:75px;
	margin:8px 0 21px;
	text-align:left;
	background:url(../images/top_tel.png) left no-repeat;
}
.tel-box-tel-left li{
	overflow:hidden;	
}
.tel-box-tel-left h3{
	color:#333;
	font-size:15px;
	margin-bottom:0px;
	font-weight:normal;
	}
.tel-box-tel-left p{	
    color:#0093dd;
	font-size:22px;
	font-weight:bold;
	margin-bottom:8px;
}
.tel-box-tel-right{
	float:left;}
.tel-box-tel-righ img{
	width:100%;
	height:100%;}
.flow-header .nav {
    position: fixed;
    top: 0;
    z-index: 999;

}
.nav {
	line-height:64px;
	height:64px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/nav.png) center center;
	position:relative;
	z-index:1;
	border-top:1px solid #01569f;
	border-bottom:1px solid #01569f;
	box-sizing:border-box;
}
.navbd{
	display:block;
	border-top:1px solid #60b2e3;
	border-bottom:1px solid #60b2e3;
	box-sizing:border-box;
	}
.nav ul {
	display:block;
	line-height:64px;
	height:64px;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	margin-top: -2px;
}
.nav .onsub {
	background:;
}
.nav li {
	float:left;
	background:url(../images/nav_em.png) right center no-repeat;
}
.nav .active {
    background:url(../images/nav_active.png) no-repeat center;
    color: #fff;
	background-size:cover;
}
.nav .active a {
    margin-top:-5px;
	padding-bottom:5px;
}
.nav li a {
	text-align:center;
	display:block;
	font-size:16px;
	color:#fff;
	
}

.nav li:hover{
	color:#fff;
	background:url(../images/nav_active.png) no-repeat center;
	background-size:cover;
}
.nav li:hover a {
    margin-top:-5px;
	padding-bottom:5px;
}
/*
.nav li a:hover{
	margin-top:-5px;
	padding-bottom:5px;
	color:#fff;
	background:url(../images/nav_active.png) no-repeat center;
}
.nav li a.on{
	color:#fff;
	background:url(../images/nav_active.png) no-repeat center;
}
*/
.nav .navroot {
	float:left;
	width:14.28%;
	height:65px; 
	position:relative;
	box-sizing:border-box;
}
.nav li:last-child{background:none;}
.nav .active:last-child{background:url(../images/nav_active.png) no-repeat center; background-size:cover;}
.nav .active a:last-child{background:url(../images/nav_active.png) no-repeat center; }
.nav li:hover:last-child{background:url(../images/nav_active.png) no-repeat center; background-size:cover;}
.nav .navsub {
	display:none;
	left:0;
	top:60px;
	position:absolute;
	background:#ff9e00;
	width:200px;
	padding:0;
}
/*.nav .navsub li {
	zoom:1;
	height:45px;
	line-height:45px;
	display:block;
	width:200px;
	overflow:hidden;
	clear:both;
	border-top:#212121 solid 1px;
	text-align:center;
}
.nav .navsub li:last-child{border-bottom:none;}
.nav .navsub a {
	display:block;
	padding-left:30px;
	overflow:hidden;
	color:#fff;
	background:url(../images/wdot.png) no-repeat 60px 22.5px !important;
}
.nav .navsub a:hover {
	background:#212121 url(../images/wdot.png) no-repeat 60px 22.5px;
	color:#333;
}*/

/*==============================================================================================*/
/*banner-css
/*==============================================================================================*/

.banner {
	position:relative;
	height:580px;
	overflow:hidden;
	display:block;
	clear:both;
}
.banner .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.banner .bd ul {
	width:100% !important;
}
.banner .bd li {
	width:100% !important;
	height:580px;
	overflow:hidden;
	text-align:center;
}
.banner .bd li a {
	display:block;
	height:846px;
}
.banner .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:30px;
	text-align:center;
	_background:#fff;
	_filter:alpha(opacity=60);
}
.banner .hd ul {
	text-align:center;
	padding:5px 015px 0;
}
.banner .hd ul li {
	cursor:pointer;
	display:inline-block;
    *display:inline;
	zoom:1;
	width:12px;
	height:12px;
	margin:5px;
	background:#999;
	overflow:hidden;
	line-height:9999px;
	-moz-border-radius:100%;
    -webkit-border-radius:100%;
    -o-border-radius:100%;
    border-radius:100%;

}
.banner .hd ul .on {
	background:#ff9e00;
	
}
.banner .prev, .banner .next {
	position:absolute;
	display:block;
	left:14%;
	top:230px;
	width:120px;
	height:120px;
	background:url(../images/iconsl.png) left 0px no-repeat;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#fff');
    background-color:rgba(255, 255, 255, 0.2);
	filter:alpha(opacity=10);
	opacity:1;
}
.banner .next {
	left:auto;
	right:14%;
	background:url(../images/icons.png) left 0px no-repeat;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#fff');
    background-color:rgba(255, 255, 255, 0.2);
	filter:alpha(opacity=10);
}
.banner .prev:hover,  .banner .next:hover {
	filter:alpha(opacity=100) !important;
	opacity:1 !important;
}


/*------内页banner------*/
.ibanner {
	width:100%;
	overflow:hidden;
	display:block;
	margin-top:0px;
	position:relative;
}
.ibanner .bd {
	width:100%;
	background-position: center 0px;
	background-repeat: no-repeat;
}

.ibanner .crumb{
	width:100%;
	position:absolute;
	z-index:100;
	height:45px;
	left:0px;
	bottom:0px;
	overflow:hidden;
	
}
.ibanner .backdrop{
	position:absolute;
	display:block;
	overflow:hidden;
	width:100%;
	background:#000;
	left:0px;
	bottom:0px;
	z-index:100;
	height:45px;
	filter:alpha(opacity=50);  
	-moz-opacity:0.5;  
	-khtml-opacity: 0.5;  
	opacity: 0.5;
	overflow:hidden;
}
.ibanner .crumb ul{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	z-index:100;
	height:60px;
	overflow:hidden;
}

.ibanner .crumb ul li{
	float:left;
	display:block;
	padding:0px 12px 0px 8px;
	text-align:left;
	background:url(../images/arrow.png) no-repeat right 20px;
}

.ibanner .crumb ul li i{
	color:#FFF;
	font-size:18px;
}

.ibanner .crumb ul li:last-child{
	background:none;
}

.ibanner .crumb ul li a{
	display:block;
	line-height:45px;
	font-size:14px;
	color:#fff;
}

/*==============================================================================================*/
/*indexer-css
/*==============================================================================================*/
.hot-search-box ,.hot-search , .guide_problem , .guide_problem-top{
	overflow:hidden;
	margin:0 auto;
	display:block;
	padding:0;	
}

/*==========================hot-search============================*/
.hot-search-box{
	height:60px;
	border-bottom:1px solid #ccc;
	background:#FFF;}
.hot-search{
	width:100%;
	max-width:1200px;
	}
.hot-search-left{
	float:left;
	width:60%;
	height:100%;
	line-height:60px;
	}
.hot-search-left h2{
	float:left;
	width:100px;
	font-size:16px;
	font-weight:bold;
	color:#333;}
.hot-search-left ul{ overflow:hidden; float:left;}	
.hot-search-left li{
	float:left;
	padding:0 7.5px;
	color:#333;
	}
.hot-search-right{
	overflow:hidden;
	float:right; 
	margin:14px auto;
	margin-left:15px;
	width:328px; 
	height:32px;
	position:relative; 
	background:#ff9e00; 
	border:#ccc solid 1px;  
}
.hot-search-right .text{
	float:left;
	overflow:hidden;
    line-height:34px;
    height:32px;
    padding:0px 0 0 10px;
	width:258px; 
	background:#fff;
	color:#ccc;
	border:none;
}
.hot-search-right .btn{
	position:absolute; 
	right:0px;
	width:60px;
	text-align:center;
	z-index:100;
    cursor: pointer;
	border:0px;
    padding: 0px;
    overflow:hidden;
	background:#0093dd;
	height:32px;
	color:#fff;
	line-height:32px;
}

/*-------------------guide_pro-------------------*/
.guide_pro_box{
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	background:url(../../../upload/image/background.jpg) center center no-repeat;
	background-size:cover;
	}
.guide_pro {
	padding:0;
	width:1267px;
	height:auto;
	margin:0;
	display:block;
	overflow:hidden;
}
.guide_pro_left,.guide_pro_right{
	display:block;
	overflow:hidden;
	float:left;
}
.guide_pro_left{
	margin:35px 64px 35px 30px;
	width:240px;
	height: 100%;
    -webkit-box-shadow: #ccc 0px 0px 47px;
    -moz-box-shadow: #ccc 0px 0px 47px;
    -o-box-shadow: #ccc 0px 0px 47px;
    -ms-box-shadow: #ccc 0px 0px 47px;
    box-shadow: #ccc 0px 0px 47px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #fff;
}
.guide_pro_left dl, .guide_pro_left dd , .guide_pro_left dt{
	display:block;
	overflow:hidden;
	margin:0 auto 15px;
	padding:;
	width:100%;
}			
.guide_pro_left dl{
	width:240px;
	height:85px;
	padding:21px 0;
	background:#0093dd;
	border-radius:10px;
	-o-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-webkit-border-radius:10px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
	box-sizing:border-box;
}
.guide_pro_left h2 {
	position:relative;
	width:100%;
	max-width:241px;
	margin:0 auto;
	text-align:center;
	color:#fff;
}	
.guide_pro_left h2 span{
	display:block; 
	width:100%;
	height:100%;
	text-align:center;
	padding-bottom:5px;
}
.guide_pro_left h2 p{
	margin:0 auto;
	display:block; 
	text-align:center; 
	width:100%;
	font-weight:normal;
	color:#b1e0ff;
	font-size:12px;
}
.guide_pro_left dd , .guide_pro_left dt{
	max-width:200px;
	
}

.guide_pro_left dt{
	width:200px; 
	height:170px;
	padding:33px 0 40px;
	background:url(../../../upload/image/pro-left-background.png) no-repeat;
	box-sizing:border-box;
	text-align:center;
}
.guide_pro_left dt h4{
	position:relative;
	overflow:hidden;
	line-height:none;	
	color:#fff;
	font-weight:normal;
	
}
.guide_pro_left dt h4::before {
    content: '一';
    position: absolute;
    left:40px;
    top:0;
    color:#fff;
}
.guide_pro_left dt h4::after{
    content: '一';
    position: absolute;
    right:40px;
    top:0;
    color:#fff;
}
.guide_pro_left dt p{
	margin:5px auto 0;
	line-height:none;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	
}
.guide_pro_left dt span a{
	margin:13px auto 0;
	display:block;
	overflow:hidden;
	width:139px;
	height:33px;
	font-size:18px;
	line-height:33px;
	background-color:#fff;
	color:#ff9e00;
	border-radius:16.5px;
	-moz-border-radius:16.5px;
	-ms-border-radius:16.5px;
	-o-border-radius:16.5px;
	-webkit-border-radius:16.5px;
}
.guide_pro_right{
	padding:35px 0 0;
	float:right;
	display:block;
	width:933px;
	z-index:5;
}
.guide_pro_right span {
	display:block;
	overflow:hidden;
    position: absolute;
    right:80px;
    top:28px;
	width:45px;
	height:80px;
	background:url(../../../upload/image/pro-rexiao.png) no-repeat;
	z-index:8;
}
.guide_pro_right_top{
	position:relative;
	display:block;
	overflow:hidden;
	width:100%;
	height:400px;
	margin:0 0 15px;
}
.guide_pro .bd {
	display:block;
	overflow:hidden;
	width:100%;
	height:400px;
	border:1px solid #ccc;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	background:#fff;
	box-sizing:border-box;
}
.guide_pro .bd ul {
	position:relative;
	width:100%;
	list-style:none;
}
.guide_pro .bd ul li {
	float:left;
	overflow:hidden;
	width:100%;
	height:400px;
	list-style:none;
}

.guide_pro .bd ul li a{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.guide_pro .bd ul li dl{
	position:relative;
	float:left;
	width:398px;
	height:400px;
	overflow:hidden;
	border-right:1px solid #ccc;
}
.guide_pro .bd ul li dl img{
	width:100%;
	height:100%;
}
.guide_pro .bd ul li dd {
	margin:50px 0 0 50px;
	overflow:hidden;
	float:left;
	padding:0px;
	width:320px;
	background:#fff;
	text-align:left;
}
.guide_pro .bd ul li dd h2 {
	display:block;
	float:left;
	width:100%;
	max-width:320px;
	height:30px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	color:#333;
	margin-bottom:30px;

}
.guide_pro .bd ul li dd p {
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	margin:15px 0;
	overflow:hidden;
	line-height:20px;
	padding-left:22px;
	color:#333;
	font-size:18px;
	background:url(../../../upload/image/pro-left-p.png) left center no-repeat;
	
}
.guide_pro .bd ul li a:hover e{
	background:#0093dd;
	border:1px solid #0093dd;
	color:#fff;
	}
.guide_pro .bd ul li a:hover h2{
	color:#333;
	}
.guide_pro .bd ul li dd i , .guide_pro .bd ul li dd e{
	position:absolute;
	width:114px;
	height:40px;
	line-height:40px;
	position:absolute;
	z-index:8;
	color:#fff;
	background:#0093dd;
	font-style: normal;
	border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	-o-border-radius:20px;
	-webkit-border-radius:20px;
	text-align:center;
	margin:40px auto 0;
}
.guide_pro .bd ul li dd e{
	margin-left:144px;
	position:absolute;
	color:#333;
	background:#fff;
	border:1px solid #ccc;
}
.guide_pro_right_bd_jcbtn{ position:absolute;left:0px; top:0px; width:100%; z-index:99; margin:auto;}
.guide_pro_right_bd_prev{ position:relative; left:20px; top:180px; display:block!important; float:left;}
.guide_pro_right_bd_next{ position:relative; right:20px; top:180px; display:block!important; float:right; padding-right:10px;} 
.guide_pro_right_bd_prev-png{width:31px; text-align:center;}


.right_bottom_more{
	position:relative;
	display:block;
	overflow:hidden;
	width:100%;
	margin:-15px auto 25px;
	max-width: 200px;
	height:38px;
	color:#fff;
	line-height:38px;
	background:#ff9e00;
	text-align:center;
	border-radius:8px;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-o-border-radius:8px;
	-webkit-border-radius:8px;
	-moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.right_bottom_more:hover{
	color:#fff;
	background:#0093dd;
	-moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.guide_pro_right_bottom{
	position:relative;
	display:block;
	overflow:hidden;
	width:933px;
	height:auto;
	margin:0 auto;
}
.guide_pro_right_bottom ul {
	display:block;
	overflow:hidden;
	position:relative;
	width:100%;
	list-style:none;
}
.guide_pro_right_bottom ul li {
	float:left;
	overflow:hidden;
	width:300px;
	height:330px;
	margin-right:15px;
	border:1px solid #ccc;
	border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	box-sizing:border-box;
}
.guide_pro_right_bottom ul li:last-child{
	margin-right:0;
}
.guide_pro_right_bottom ul li dl {
	margin:0 auto;
	padding:0 42px;
	width:216px;
	height:216px;
	overflow:hidden;
	border-bottom:1px solid #ccc;
}
.guide_pro_right_bottom ul li dl img {
	width:100%;
	height:100%;
}
.guide_pro_right_bottom ul li dd p {
	width:100%;
	height:56px;
	line-height:56px;
	font-size:18px;
	color:#333;
	font-weight:normal;
	text-align:center;
}
.guide_pro_right_bottom ul li dd i {
	display:block;
	margin:0 auto;
	color: #333;
	width: 114px;
	height: 40px;
	line-height:40px;
	border: 1px solid #ccc;
	text-align:center;
	border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	-o-border-radius:20px;
	-webkit-border-radius:20px;
	font-style:normal;
}

/*-------------------guide_h2-------------------*/
.guide_parn_h2{
	width:100%;
	display:block;
	overflow:hidden;
	position:relative;
	padding-top:35px;
}
.guide_parn_h2 i{
	position:absolute;
	left:0px;
	top:50px;
	width:40%;
	height:10px;
	background:url(../../../upload/image/partner/partner-left.png) left no-repeat;
	background-size:100% 100%;
	}
.guide_parn_h2 em{
	position:absolute;
	right:0px;
	top:50px;
	width:40%;
	height:10px;
	background:url(../../../upload/image/partner/partner-right.png) right no-repeat;
	background-size:100% 100%;
	}
.guide_h2 span{
	float:left;
	display:block; 
	padding:0; 
	height:30px;
	line-height:30px; 
	font-size:30px; 
	font-weight:bold; 
	 }
.guide_h2{
	width:100%;
	margin:0 auto;
	height:30px;
	line-height:30px; 
	display:block; 
	font-weight:normal;
	font-size:30px;
}
.guide_h4{
	padding:0;
	margin:0 auto;
	width:100%;
	font-size:16px;
	line-height:20px;
	text-align:center;
	font-weight:normal;
	padding:15px 0 30px;
	colo:#333;
	}


/*-------------------guide_parn-------------------*/
.guide_parn_box{
	position:relative;
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	background:#0093dd;
	background-size:cover;
	}
.guide_parn{
	position:relative;
	display:block;
	overflow:hidden;
	width:100%;
	max-width:1200px;
	height:100%;
	margin:0 auto 35px;
}
.guide_parn_box h4 , .guide_parn_box h2 , .guide_parn_box h2 span{
	color:#fff;
}
.guide_parn_box h2{
	width:243px !important;}
.guide_parn_bd{
	display:block;
	margin:0 auto;
	width:100%;
	height:aotu;
	overflow:hidden;
}
.guide_parn .bd{
	display:block;
	overflow:hidden;
	width:1200px;
	}
.guide_parn .bd ul{
	display:block;
	overflow:hidden;
	width:1200px;
}
.guide_parn .bd ul li{
	display:block;
	float:left;
	margin-right:15px;
	width:291px;
	height:312px;
	overflow:hidden;
}
.guide_parn .bd ul li dl , .guide_parn .bd ul li dd{
	display:block;
	float:left;
	width:100%;
	overflow:hidden;
	text-align:center;
	box-sizing:content-box;
}
.guide_parn .bd ul li dl {
	height:250px;}
.guide_parn .bd ul li dd{
	height:60px;
	line-height:60px;
	font-size:16px;
	text-align:center;
	color:#333;
	background:url(../../../upload/image/partner/partner-h3.jpg) center center no-repeat;
	background-size:100% 100%;
}
.guide_parn .bd ul li a{
	position:relative;
	display:block;
	height:100%;
	width:100%;
	overflow:hidden;
}
.guide_parn .bd ul li dl img{
	height:100%;
}
.guide_parn_jcbtn{ position:absolute;left:0px; top:0px; width:100%; z-index:99; margin:auto;}
.guide_parn_prev{ position:relative; left:280px; top:250px; display:block!important; float:left;}
.guide_parn_next{ position:relative; right:280px; top:250px; display:block!important; float:right; padding-right:10px;} 
.guide_parno-prev-png{width:50px; text-align:center;}
.guide_parn_cant{
	position:relative;
	display:block;
	width:1200px;
	height:210px;
	margin:0 auto 35px;
	background:url(../../../upload/image/partner/partner-h3.jpg )center center no-repeat;
}
.guide_parn_cant dl{
	float:left;
	display:block;
	margin-top:-24px;
	width:175px;
	height:229px;
	background:url(../../../upload/image/partner/partner-k.png) no-repeat;
}
.guide_parn_cant_box{
	float:right;
	display:block;
	overflow:hidden;
	width:976px;
	height:210px;
}
.guide_parn_cant_box dd{
	float:left;
	display:block;
	overflow:hidden;
	margin:66px auto;
	width:450px;
}
.guide_parn_cant_box dd h2{
	width:100% !important;
	color:#333;
	font-size:36px;
	line-height:36px;
	padding-bottom:20px;
}
.guide_parn_cant_box dd h3{
	color:#333;
	font-size:18px;
	font-weight:normal;
}
.guide_parn_cant_box_form{
	float:left;
	display:block;
	overflow:hidden;
	margin:28px 0 15px 50px;
	width:266px;
	}
.guide_parn_cant_box_form_input{
    background:none;
    border: 1px solid #bcbcbc;
    color: #bcbcbc;
    font-size:16px;
    line-height:45px;
    height:45px;
    padding:4px 10px;
    width:266px;
	font-family:sans-serif, "微软雅黑";
    text-indent: 0px;
    text-shadow: none;
	padding-right:40px;
	background:url(../../../upload/image/partner/partner-n.png) 230px center no-repeat;
	box-sizing:border-box;
}
.form_input_t{
	background:url(../../../upload/image/partner/partner-t.png) 230px center no-repeat;
}
.guide_parn_cant_box_btn{
	position:relative;
	float:left;
	display:block;
	overflow:hidden;
	margin:50px 50px 0;
	width:110px;
	height:110px;
	background:#ff9e00;
}
.guide_parn_cant_box_btn_l{
	position:absolute;
	width:110px;
	height:110px;
	line-height:26px;
	font-size:16px;
	font-weight:bold;
	border:none !important;
	color:#fff;
	background:url(../../../upload/image/pro-e.png)center 75px no-repeat;
	margin-top:-110px;
}
.guide_parn_cant_box_btn p{
	margin:15px auto;
	width:65px;
	height:80px;
	color:#fff;
	line-height:26px;
	font-size:16px;
	font-weight:bold;
}


/*-------------------guide_Joinadv-box------------------*/
.guide_Joinadv_box{
	display:block;
	overflow:hidden;
	padding:0;
	width:100%;
	height:1810px;
	background:url(../../../upload/image/youshi-b.jpg) top no-repeat ;
}
.guide_Joinadv h2{
	margin-top:60px;
	padding-left:10px;
	width:361px;
	color:#0093dd;}
.guide_Joinadv h2 span{
	float:right;
}
.guide_Joinadv{
	display:block;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	width:1200px;
	height:100%;
	background:url(../../../upload/image/youshi.jpg) no-repeat ;
}
/*公用*/
.guide_Joinadv_top ,.guide_Joinadv_two ,.guide_Joinadv_center ,.guide_Joinadv_bottom{
	float:left;
	display:block;
	width:100%;
	height:297px;
	overflow:hidden;
}
.guide_Joinadv dd h2{
	width:100%;
	color:#ff9e00;
	margin-bottom:10px;
	padding:0;
	margin-top:47px;
}
.guide_Joinadv  dd .ddp{
	display:block;
	overflow:hidden;
	width:470px;
	height:90px;
}
.guide_Joinadv dd h3{
	width:100%;
	color:#333;
	font-size:18px;
	margin-bottom:30px;
	font-weight:bold
}
.guide_Joinadv dd p{
	padding-left:27px;
	margin-bottom:10px;
	font-size:18px;
	box-sizing:border-box;
	background:url(../../../upload/image/pro-left-p.png) left center no-repeat;
}
.guide_Joinadv dd a{
	display:block;
	width:142px;
	height:46px;
	line-height:46px;
	border-radius:23px;
	color:#fff;
	text-align:center;
	margin: 33px 0 0 4px;

}
/*top*/
.guide_Joinadv_top dl{
	float:left;
	display:block;
	overflow:hidden;
	width:612px;
	padding-left: 110px;
    padding-top:40px;
	box-sizing:border-box;
	}
.guide_Joinadv_top dl li{
	float:left;
	display:block;
	overflow:hidden;
}
.guide_Joinadv_top dl li img{
	width:100%;
}
.guide_Joinadv_top dl li:nth-child(1){
	width:343px;
	height:253px;
	}
.guide_Joinadv_top dl li:nth-child(2){
	padding-top:50px;
    padding-left:9px;
	width:140px;
	height:203px;
}
.guide_Joinadv_top dd{
	float:left;
	display:block;
	overflow:hidden;
	padding-left:80px;
	box-sizing:border-box;
	text-align:left;
}

/*two*/
.guide_Joinadv_two{
	    margin-top:125px;
}
.guide_Joinadv_two dd{
	float:left;
	display:block;
	overflow:hidden;
	padding-left:100px;
	box-sizing:border-box;
	text-align:left;
}
.guide_Joinadv_two dd a{
	    margin: 33px 0 0 0px;
}
/*center*/
.guide_Joinadv_center{
    margin-top:117px;
}
.guide_Joinadv_center dl{
	float:left;
	display:block;
	overflow:hidden;
	width:640px;
	padding-left:110px;
	padding-top: 37px;
	box-sizing:border-box;
	}
.guide_Joinadv_center dl li{
	float:left;
	display:block;
	overflow:hidden;
}
.guide_Joinadv_center dl li img{
	width:100%;
}
.guide_Joinadv_center dl li:nth-child(2){
	padding-left:10px;
	width:332px;
	height:243px;
	}
.guide_Joinadv_center dl li:nth-child(1){
	padding-top:44.5px;
	width:178px;
	height:203px;
}
.guide_Joinadv_center dd{
	float:left;
	display:block;
	overflow:hidden;
	padding-left:80px;
	box-sizing:border-box;
	text-align:left;
}
.guide_Joinadv_center dd h2{
	margin-top:35px !important;
}
.guide_Joinadv_center  p{
	margin-top:0px !important;
	margin-bottom:10px !important;

}
.guide_Joinadv_center a{
    margin-left: -24px !important;
}

/*bottom*/
.guide_Joinadv_bottom{
	margin-top:119px;
}
.guide_Joinadv_bottom dd{
	float:left;
	display:block;
	overflow:hidden;
	padding-left:100px;
	box-sizing:border-box;
	text-align:left;
}
.guide_Joinadv_bottom dd a{
	margin: 33px 0 0 0px;
}


	
/*-------------------guide_adv-box-------------------*/

.guide_adv-box{
	width:100%;
	height:100%;
	text-align:center;
	background:url(../images/yuoshi.png);
	color:#FFF;
}
.guide_adv-box h2{
	width:100%;
	max-width:1200px;
	font-size:30px;
	font-weight:bold;
	margin:0 auto;
	padding:45px 0 20px;
	text-align:center;}
.guide_adv-box h3{
	width:100%;
	height:60px;
	line-height:60px;
	max-width:290px;
	font-size:36px;
	font-weight:bold;
	margin:0 auto 5px;
	text-align:center;
	border:1px solid #fff;
}
.guide_adv-box span{
	width:36px;
	height:36px;
	background:url(../images/youshi-1.png) no-repeat;
	margin:0 auto 15px;
	display: block;
}
.guide_adv{
	width:100%;
	height:100%;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#fff');
    background-color:rgba(0, 0, 0, 0.2);
}
.guide_adv-bottom{
	width:100%;
	max-width:1200px;
	min-height:250px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	clear:both;
}
.guide_adv-bottom ul{
	display:block;
	width:100%;
	height:100%;
	clear: both;
	padding:0;
	margin:0 auto;
}
.guide_adv-bottom ul li{
	overflow:hidden;
	float:left;
	width:20%;
	height:100%;
}
.guide_adv-bottom ul li a{
    padding:14.6% 13%;
	box-sizing:border-box;
}
.guide_adv-bottom ul li a ,.guide_adv-bottom ul li dd{
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
}
.guide_adv-bottom ul li a:hover{
	background:url(../images/yuoshi-a.jpg) no-repeat;
}
.guide_adv-bottom ul li dl{
	display:block;
	overflow:hidden;
	margin:0 auto;
	width:45%;
	height:100%;
}
.guide_adv-bottom ul li dl img{
	width:100%;
	height:auto;
}
.guide_adv-bottom ul li dd h2{
	margin:0 auto;
	padding:0;
	width:100%;
	line-height:48px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}
.guide_adv-bottom ul li dd p{
	width:100%;
	color:#fff;
	margin:0 auto;
	padding:0;
	line-height:26px;
}

/*-------------------about us 关于我们-------------------*/
.guide_about_box{
	position:relative;
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	min-height:1000px;
	background:url(../../../upload/image/about/about-background.jpg) no-repeat;
	background-size: cover;
}
.guide_about {
	display:block;
	margin:40px auto;
	padding:0;
	width:1200px;
	height:920px;
	overflow:hidden;
	background:#fff;
}
.guide_about_top {
	display:block;
	overflow:hidden;
	padding:40px;
	width:1200px;
	height:518px;
	box-sizing:border-box;
	
}
.guide_about_top dl {
	float:left;
	display:block;
	overflow:hidden;
	width:520px;
	height:446px;
}
.guide_about_top dl img {
	width:100%;
}
.guide_about dd {
	margin-left:20px;
	float:left;
	overflow:hidden;
	width:580px;
}
.guide_about_top dd h2 {
	position:relative;
	padding-bottom:40px;
	color:#333;
}
.guide_about_top dd h2::after{
	position:absolute;
	top:45px;
    left:0px;
	content:"-";
	overflow:hidden;
	width:60px;
	height:2px;
	background:#ff9e00;	
}
.guide_about_top dd p{
	line-height:31px;
	height:180px;
	overflow:hidden;
}
.guide_about_top dd span a{
	display: block;
	margin:30px 0;
	color:#666;
	width: 114px;
	height:45px;
	line-height:45px;
	border: 1px solid #666;
	text-align: center;
	border-radius:25px;
	-moz-border-radius:25px;
	-ms-border-radius:25px;
	-o-border-radius:25px;
	-webkit-border-radius:25px;
}
.guide_about dd li{
	display:block;
	float:left;
	width:130px;
	height:93px;
	overflow:hidden;
	margin:0 18px 0 0;
	color:#fff;
	box-sizing:border-box;
	border:1px solid #fff;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-o-border-radius:7px;
	border-radius:7px;
	background:#0093dd;
}
.guide_about dd li:hover{
	background:#ff9e00;
}
.guide_about dd li a{
	padding-top:60px;
	background:url(../../../upload/image/about/shebei.png) center 15px no-repeat;
	display:block; 
	overflow:hidden;
	color:#fff;
	box-sizing:border-box;
	text-align:center;
	line-height:30px;
}
.guide_about dd li:last-child{
	margin-right:0px;
}
.guide_about dd li:hover, .guide_about dd li.active{
	border:1px solid #ff9e00;
	background:#ff9e00;
	color:#fff;
}

/*-------------------guide_jion 为什么大家都如此青睐柳泉-------------------*/
.guide_join-box{
	width:100%;
	height:100%;
    background-color:#f6f6f6;
}
.guide_join{
	padding:45px 0;
	width:100%;
	max-width:1200px;
	height:100%;
	margin:0 auto;
	display:block;
	overflow:hidden;
}
.guide_join h2 {
	position:relative;
	width:100%;
	max-width:320px;
	font-weight:normal;
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	margin:0 auto;
	text-align:center;
}
.guide_join h2 i{
	position:absolute;
	left:-25px;
	bottom:65%;
	width:100px;
	height:1px;
	background:#0093dd;
	}
.guide_join h2 em{
	position:absolute;
	right:-25px;
	bottom:65%;
	width:100px;
	height:1px;
	background:#0093dd;
	}	
.guide_join h2 span{
	display:block; 
	padding:0 65px; 
	width:100%; height:100%; 
	box-sizing:border-box; 
	clear:both; 
	text-align:center; 
	color:#0093dd; 
	font-size:36px; 
	font-weight:bold; 
	line-height:36px; 
	background-color:#f6f6f6;}
.guide_join h2 p{
	margin:0 auto;
	display:block; 
	text-align:center; 
	width:100%;
	padding:12px 0 20px;
	font-weight:normal;
	font-family:Arial,sans-serif;
	}
.guide_join h4{
	padding:0;
	margin:0 auto;
	width:100%;
	text-align:center;
	font-weight:normal;
	color:#666;
	padding-bottom:45px;
	}
.guide_join-text{
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	background:#FFF;
	padding:33px 30px 22px 20px;
	box-sizing:border-box;
}
.guide_join-text-left, .guide_join-text-center, .guide_join-text-right{
	display:block;
	overflow:hidden;
	float:left;
	height:100%;
	max-height:315px;
}
.guide_join-text-left{
	width:28%;
}
.guide_join-text-center{
	width:52%;
	max-height:315px;
	overflow:hidden;
	padding:35px 2%;
	box-sizing:border-box;
}
.guide_join-text-right{
	width:20%;
}
.guide_join-text-left h2{
	width:100%;
	max-width:none;
	height:100%;
	background:url(../images/j-map.png) no-repeat;
	text-align:center;
	padding:20px 0 40px 0;
}
.guide_join-text-left h2 p{
	margin:0 auto;
	width:100%;
	height:100%;
	font-size:30px;
	line-height:45px;
	color:#ff9e00;
}

.guide_join-text-left h2 p span{
	font-size:30px;
	padding:0;
	line-height:45px;
	color:#ff9e00;
	font-weight:bold;
	background-color:transparent; 
}
.guide_join-text-left li{
	margin-left:15px;
	padding-left:70px;
	width:100%;
	box-sizing:border-box;
	background:url(../images/top_tel.png) left center no-repeat;
	text-align:left;
}
.guide_join-text-left li h3 {
	width:100%;
	font-size:18px;
	font-weight:normal;
	line-height:18px;
	padding-bottom:10px;
	color:#333;	
}
.guide_join-text-left li p {
	width:100%;
	font-size:30px;
	font-weight:bold;
	color:#0093dd;
	text-align:left;
	line-height:36px;	
}
.guide_join-text-center h3{
	width:100%;
	max-width:none;
	height:100%;
	padding-bottom:1.8%;
	font-size:24px;
	line-height:36px;
	font-weight:bold;
}
.guide_join-text-center h3 span{
	font-size:24px;

}
.guide_join-text-center span{
	padding:0;
	margin:0;
	color: #0093dd;
	font-weight:bold;
}
.guide_join-text-center p{
	font-size:18px;
	padding-bottom:2.1%;
	line-height:26px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.guide_join-text-right p {
	width:100%;
	font-size:18px;
	color:#333;
	text-align:center;	
}
.guide_join-text-right img {
	width:100%;
	height:100%;
}




/*-------------------.guide_partner-------------------*/
.guide_partner-box {
	position:relative;
	width:1200px;
	height:402px;
	display:bock;
	overflow:hidden;
    background:url(../../../upload/image/about/zhengshutai.png) center 275px no-repeat ;
}

.guide_partner {
	margin:0 auto;
	width:783px;
	clear:both;
	overflow:hidden;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}
.guide_partner .bd {
	width:783px;
	display:block;
	margin:0px auto;
	overflow:hidden;
	height:350px;
}
.guide_partner ul {
	display:block;
}
.guide_partner ul li {
	position:relative;
	float:left;
	margin-right:70px;
	overflow:hidden;
	list-style: none;
	width:211px;
	height:350px;
}
.guide_partner ul li a:hover p {
	display:block;
	overfloe:hidden;
	color:#ff9e00;
}
.guide_partner ul li dl{
	position:relative;
	display:block;
	overflow:hidden;
	width:211px;
	height:308px;
	text-align:center;
	box-sizing:border-box;
	background:url(../../../upload/image/about/kuang.png) center center no-repeat;

}
.guide_partner ul li dl img {
	position: absolute;
	top:-27px;
	bottom: 0;
	left:-1px;
	right: 0;
	width:164px;
	max-height:237px;
	margin: auto;
}
.guide_partner ul li p {
	text-align:center;
	float:left;
	width:100%;
	max-height:55px;
	line-height:60px;
	margin: auto;
	color:#666;
}
.guide_about_box .jcbtn{ position:absolute;left:100px; top:0px; width:100%; max-width:1000px; z-index:99; }
.guide_about_box .prev{ position:absolute; left:0px; top:161px; }
.guide_about_box .next{ position:absolute; right:0px; top:161px; } 

/*-------------------guide_cg-box 走进柳泉-------------------*/
.guide_cgbx_box ,.guide_news_box ,.guide_link_box {
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
}
.guide_cgbx_box {
	background:url(../../../upload/image/about/zjlq.jpg) center no-repeat;
}

.guide_cgbx_box h2{
	width:120px;
	color:#0093dd;
}
.guide_cgbx_box h2 span{
	float:right;
	color:#0093dd;}
.guide_cgbx{
	position:relative;
	margin:0 auto;
	padding:10px 0 0;
	display:block;
	overflow:hidden;
	width:1200px;
	height:410px;
}
.guide_cgbx .bd {
	width:1200px;
	display:block;
	margin:0px auto;
	overflow:hidden;
	height:320px;
}
.guide_cgbx .bd ul {
	display:block;
}
.guide_cgbx .bd ul li {
	position:relative;
	float:left;
	overflow:hidden;
	width:100%;
	height:310px;
	text-align:center;
}
.guide_cgbx .bd ul li dl {
	position:relative;
	float:left;
	overflow:hidden;
	margin-right:12.5px;
	width:290px;
	height:310px;
	text-align:center;
	background:#ccc;
}
.guide_cgbx .bd ul li dl:last-child{
	margin-right:0px;
}
.guide_cgbx .bd ul li dl dd	{
	position:relative;
	width:280px;
	height:240px;
	margin:5px auto;
	overflow:hidden;
	text-align:center;
}
.guide_cgbx .bd ul li dl dd img{
	position:absolute;
	margin:0 auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:auto;
	height:100%;
	text-align:center;
}
.guide_cgbx .bd ul li dl p{
	width:100%;
	height:60px;
	line-height:60px;
	background-color:#ddd;
	color:#333;
}
.guide_cgbx .bd ul li dl:hover p{
	background-color:#0093dd;
	color:#fff;
}
.guide_cgbx .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:60px;
	left:0;
	height:30px;
	line-height:30px;
	text-align:center;
	_background:#fff;
	_filter:alpha(opacity=60);
}
.guide_cgbx .hd ul {
	text-align:center;
	padding:5px 015px 0;
}
.guide_cgbx .hd ul li {
	cursor:pointer;
	display:inline-block;
    *display:inline;
	zoom:1;
	width:12px;
	height:12px;
	margin:5px;
	background:#999;
	overflow:hidden;
	line-height:9999px;
	-moz-border-radius:100%;
    -webkit-border-radius:100%;
    -o-border-radius:100%;
    border-radius:100%;

}
.guide_cgbx .hd ul .on {
	background:#ff9e00;
	
}	

/*-------------------服务流程 ------------------*/
.guide_service_box{
	margin:0 auto;
	padding:15px 0 0;
	display:block;
	overflow:hidden;
	width:100%;
	background:#f4f4f4;
}
.guide_service_box h1{
	position:relative;
	display:block;
	overflow:hidden;
	width:100%;
	height:10px;
}
.guide_service_box h1 i{
	position: absolute;
    right:40%;
    top: 0;
	width:10px;
	height:10px;
    background:#0093dd;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	-o-border-radius:100%;
	border-radius:100%;
}
.guide_service_box h1 em{
	position: absolute;
    left:40%;
    top: 0;
	width:10px;
	height:10px;
    background:#0093dd;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	-o-border-radius:100%;
	border-radius:100%;
}
.guide_service_box h1::after {
    content: '一';
    position: absolute;
    right:0;
    top:4.5px;
	width:40%;
	height:1px;
    background:#0093dd;
}
.guide_service_box h1::before{
    content: '一';
    position: absolute;
    left:0;
    top:4.5px;
	width:40%;
	height:1px;
    background:#0093dd;
}
.guide_service h2{
	color:#0093dd;
	width:182px;
}
.guide_service{
	display:block;
	overflow:hidden;
	margin:-25px auto 45px;
	padding:0;
	width:1200px;
	height:100%;
}
.guide_service ul{
	display:block;
	width:100%;
	text-align:center;
}
.guide_service ul li{
	float:left;
	display:block;
	overflow:hidden;
	width:144px;
	height:204px;
	margin-right:32px;
	text-align:center;
}
.guide_service ul li:nth-child(7){
	margin-right:0px;
}
.guide_service ul li dl{
	position:relative;
	display:block;
	overflow:hidden;
	width:144px;
	height:144px;
    border:5px solid #ddd;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	-o-border-radius:100%;
	border-radius:100%;
	background:#fff;
	box-sizing:border-box;
}
.guide_service ul li dl img{
	margin:0 auto;
	position:absolute;
	top:25%;
	bottom:0;
	left:0;
	right:0;
}
.guide_service ul li p{
	display:block;
	overflow:hidden;
	width:100%;
	font-size:16px;
	line-height:60px;
	color:#333;
	text-align:center;
}


/*------------------guide_news-box-------------------*/
.guide_news_box{
	background-color:#f4f4f4;
	padding-bottom:25px;
}
.guide_news {
	display:block;
	overflow:hidden;
	margin:0 auto;
	padding:10px;
	width:1220px;
	height:100%;
	box-sizing:border-box;
	background-color:#fff;
}
.guide_news h2 {
	font-weight:normal;
	display:block;
	overflow:hidden;
	font-size:16px;
	height:50px;
	line-height:50px;
	color:#999;
}
.guide_news .hd ,.guide_news_right h2{
	display:block;
	overflow:hidden;
	list-style:none;
	margin-bottom:20px;	
	border-bottom:1px solid #e0e0e0;
}
.guide_news .hd li{
	float:left;
	display:inline-block;
	height:50px;
	line-height:50px;
	color:#666;
	font-size:18px;
	width:173px;
	cursor:pointer;
	text-align:center;
	font-weight:bold;
}
.guide_news .hd a , .guide_news_right h2 a{
	float:right;
	display:block;
	height:50px;
	line-height:50px;
	width:80px;
	cursor:pointer;
	text-align:center;
	color:#999;
}
.guide_news .hd li.selected{
	background:#0093dd;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}
.guide_news h2 span {
	padding-left:30px;
	float:left;
	display:block;
	overflow:hidden;
	height:50px;
	line-height:50px;
	font-size:18px;
	font-weight:bold;
	color:#333;
	margin-right:8px;
	box-sizing:border-box;
	background:url(../../../upload/image/news-ans.png) left center no-repeat ;
	
}
.guide_news h2 a{
	float:right;
	display:block;
	overflow:hidden;
	height:50px;
	line-height:50px;
	font-size:14px;
	color:#333;
	margin-left:15px;
}
.guide_news_left_box{
	float:left;
	width:750px;
}
.guide_news_right{
	float:right;
	width:400px;
}
.guide_news_left_box, .guide_news_right{	
	display:block;
	overflow:hidden;
	padding:0;
	margin:0 auto;
	list-style:none;	
}
.guide_news_left, .guide_news_center{
	float:left;
	display:block;
	overflow:hidden;
	padding:0;
	margin:0 auto;
	list-style:none;
	width:100%;	
}
.guide_news_left, .guide_news_center{
	margin-right:3.5%;
}
.guide_news dl , .guide_news_left ul , .guide_news_center ul ,.guide_news a , .guide_news_right ul{
	float:left;
	display:block;
	overflow:hidden;
	padding:0;
	margin:0 auto;
	width:100%;
	height:100%;
}	
.guide_news dl img, .guide_news dl dd  {
	overflow:hidden;
	text-align:left;
}
.guide_news dl dd {
	float:right;
	width:358px;
}
.guide_news dl img{
	float:left;
	height:222px;
	width:358px;
	border:1px solid #f0f0f0;
	box-sizing:border-box;
}
.guide_news dl dd {
	padding:0 9px;
	max-height:222px;
	overflow:hidden;
	box-sizing:border-box;
}

.guide_news dl dd h2 {
	padding-bottom:20px;
	font-size:18px;
	color:#333;
	height:1.8rem;
	line-height:1.5rem;
	max-height:24px;
	overflow:hidden;
	white-space:nowrap ;
    text-overflow:ellipsis;
	font-weight:bold;
}	
.guide_news dl dd p {
	line-height:24px;
	overflow: hidden;
	word-break:break-all;  
    display: -webkit-box;  
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical; 
 	/* white-space: nowrap; */
	word-break: break-all;
    text-overflow: ellipsis;
	color:#666;
	height:120px;

}
.guide_news dl dd span{
	margin-top:20px;
	position:relative;
	float:left;
	overflow: hidden;
	display:block;
	width:126px;
	height:40px;
	font-size:16px;
	line-height:40px;
	color:#fff;
	padding-left:35px;
	background-color:#ff9e00;
}
.guide_news dl dd span i{
	position:absolute;
	display:block;
	width:20px;
	height:10px;
	top: 15px;
	right:35px;
	background:url(../../../upload/image/news-m.png) center no-repeat
}
.guide_news dd li{
	float:left;
	display:block;
	overflow:hidden;
	width:50%;
	height:40px;
	padding-left:30px;
	box-sizing:border-box;
	background:url(../../../upload/image/news-p.png) 10px center no-repeat;
}
.guide_news dd li p{
	float:left;
	width:70%;
	font-size:16px;
	overflow:hidden;
	white-space :nowrap ;
    text-overflow:ellipsis;
	line-height:40px;
	padding-right:8px;
	
}
.guide_news dd li span{
	float:left;
	width:80px;
	font-size:12px;
	line-height:40px;
	display:block;
	overflow:hidden;
}
.guide_news_right ul{
	margin-top:-18px;}
.guide_news_right ul li{
	display:block;
	overflow:hidden;
	float:left;
	padding:15px 0;
	margin:0 auto;
	width:100%;
	border-bottom:1px dashed #ccc;

}

.guide_news_right ul li:last-child {
	border-bottom:0;
}

.guide_news_right ul li a{ display:block; overflow:hidden; width:100%; height:100%;}

.guide_news_right ul li a:hover>h2{color:#ff9e00;}
.guide_news_right ul li a:hover>p{color:#999;}
.guide_news_right ul li h2 ,.guide_news_right ul li p{
	display:block;
	width:100%;
	padding-left:30px;
	box-sizing:border-box;
}
.guide_news_right ul li h2{
	margin-bottom:0px;
	background:url(../../../upload/image/wen.png) left center no-repeat;
	font-size:16px;
	line-height:35px;
	height:35px;
	color:#333;
	border:none;}
.guide_news_right ul li p{
	margin-top:5px;
	display:block;
	overflow:hidden;
	height:48px;
	font-weight:normal;
	line-height:26px;
	background:url(../../../upload/image/da.png) left 3px no-repeat;
	overflow: hidden;
	word-break:break-all;  
    display: -webkit-box;  
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical; 
 	/* white-space: nowrap; */
	word-break: break-all;
    text-overflow: ellipsis;
}


/*-------------------guide_contact-box-------------------*/
.guide_contact_box{
	width:100%;
	height:auto;
	display:bock;
	overflow:hidden;
    background:#efefef;
}

.guide_contact{
	overflow:hidden;
	margin:0 auto;
	width:1200px;
	height:280px;
}
.guide_contact_left, .guide_contact_right{
	margin:5px auto 15px;}
.guide_contact_left{
	position:relative;
	float:left;
	padding:25px 37px 25px 0;
	width:438px;
	border-right:1px solid #fff;
	height:230px;

}
.guide_contact_left dl{
	display:block;
	overflow:hidden;
	width:100%;
	height:auto;
	border-bottom:1px dashed #ccc;
}
.guide_contact_left dl h2{
	margin:10px auto;
	width:100%;
	overflow:hidden;
	font-size:32px;
	line-height:34px;
	white-space :nowrap ;
    text-overflow:ellipsis;
	color:#333;
}
.guide_contact_left dl h2 span{
	font-weight:bold;
	color:#ff9e00;
}
.guide_contact_left dl p{
	width:100%;
	padding-bottom:10px;
	line-height:22px;
	overflow:hidden;
	font-size:18px;
	color:#999;
	word-break:break-all;  
    display: -webkit-box;  
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical; 
 	/* white-space: nowrap; */
	word-break: break-all;
    text-overflow: ellipsis;
}
.guide_contact_left dd{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	overflow:hidden;
	padding-left:136px;
	box-sizing:border-box;
	background:url(../images/logo.png) left center no-repeat;
}
.guide_contact_left dd li{
	width:100%;
	overflow:hidden;
	padding-left:60px;
	box-sizing:border-box;
	background:url(../../../upload/image/contact/rexian.png) left center no-repeat;
}
.guide_contact_left dd li:nth-child(2){
	background:url(../../../upload/image/contact/phome.png) 8px center no-repeat;
}
.guide_contact_left dd li span{
	width:100%;
	overflow:hidden;
	font-size:16px;
	font-weight:normal;
	color:#666;
}
.guide_contact_left dd p{
	width:100%;
	max-width:393px;
	line-height:40px;
	overflow:hidden;
	font-size:24px;
	height:40px;
	font-weight:bold;
	color:#0093dd;
	font-weight:bold;
}	
.guide_contact_right{
	float:right;
	overflow:hidden;
	display:block;
	padding:25px 0 0;
	width:724px;
	border-left:1px solid #d7d7d7;
	box-sizing:border-box;
	
}
.guide_contact_right_form{
	display:block;
	overflow:hidden;
	width:100%;
	height:280px;
	margin-top: 29px;
}
.guide_contact_right_form .information{
	float:left;
	margin-top:1px;
	display:block;
	overflow:hidden;
	margin-left:45px;
	width:283px;
	height:157px;
}
.guide_contact_right_form .information li{
	display:block;
	overflow:hidden;
	padding-left:45px;
	width:283px;
	height:45px;
	border:1px solid #ddd;
	box-sizing:border-box;
	background:url(../../../upload/image/contact/name.png) left center no-repeat;
	margin-bottom:11px;!important;
}
.guide_contact_right_form .information li:nth-child(2){
	background:url(../../../upload/image/contact/tel.png)left center no-repeat;
}
.guide_contact_right_form .information li:nth-child(3){
	background:url(../../../upload/image/contact/n.png) left center no-repeat;
}
.guide_contact_right_form  .form_me{
	margin-left:15px;
	float:left;
	display:block;
	overflow:hidden;
	width:378px;
	height:156px;
	border:1px solid #ddd;
	background-color:#fff;
	
}
.form_me li{
	width:378px;
	height:155px;
	padding-left:45px;
	box-sizing:border-box;
	background:url(../../../upload/image/contact/xinxi.png) left 0 no-repeat;
}
.guide_contact_right_form_field{
	float:left;
	margin-left:45px;
	display:block;
	overflow:hidden;
	width:283px;
	height:35px;
	margin-top:20px;
}
.guide_contact_right_form_text{
	width:237px;
	height:43px;
	line-height:43px;
	font-size:16px;
	color:#333;
	border-left:1px solid #ddd;
	border-top:none;
	border-bottom:none;
	border-right:none;
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;
	box-sizing:border-box;
	padding-left:10px;
}
.guide_contact_right_form_texts{
	width:333px;
	height:155px;
	line-height:36px;
	font-size:16px;
	color:#333;
	border-left:1px solid #ddd;
	border-top:none;
	border-bottom:none;
	border-right:none;
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;
	box-sizing:border-box;
	padding-left:10px;
}
.submitbox{
	float:left;
	margin-top:18px;
	margin-left:20px;
	display:block;
	overflow:hidden;
	}
.guide_contact_right_form_btn{
	width:120px;
	height:34px;
	background:#ff9e00;
	font-size:16px;
	color:#fff;
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;
	border:none;
	-moz-border-radius:17px;
	-webkit-border-radius:17px;
	-o-border-radius:17px;
	border-radius:17px;
	}
	

/*-------------------guide_link-box	-------------------*/	
.guide_link_box	{
	margin:20px auto 0;
	background:url(../../../upload/image/contact/link.png) center center no-repeat;
	}
.guide_link{
	display:block;
	overflow:hidden;
	margin:5px auto 0;
	width:1200px;
	height:100%;
}
.guide_link h2 {
	float: left;
	font-weight: normal;
	display: block;
	overflow: hidden;
	font-size: 16px;
	width: 146px;
	height:65px;
	color:#fff;
	text-align:center;
}
.guide_link h2 span {
	display:block;
	overflow:hidden;
	width:100%;
	line-height:38px;
	font-size:30px;
	color:#fff;
	text-align:center;
}
.guide_link ul{
	margin-top:28px;
	float:right;
	width:1040px;
	height:28px;
	overflow:hidden;
}
.guide_link ul li{
	float:left;
	padding:0 15px;
	margin:0 auto;
	line-height:28px;
	overflow:hidden;
	font-size:14px;
	border-right:1px dashed #fff;
}
.guide_link ul li:last-child{
	border:none;}
.guide_link ul li a{
	color:#fff;
}		




/*-------------------guide_body-------------------*/
.guide_body {
	overflow:hidden;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

/*-------------------guide_nav-------------------*/

.guide_nav {
	width:1200px;
	display:block;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:68px;
}
.guide_nav h2 {
	font-weight:normal;
	font-size:18px;
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	line-height:30px;
	margin-bottom:20px;
}
.guide_nav h2 span{ display:block; clear:both; text-align:center; color:#000; font-size:28px; line-height:60px; }
.guide_nav h2 p{  display:block; clear:both; text-align:center; width:660px; margin:0 auto; font-size:16px; color:#999; line-height:24px;}

.guide_nav .bd {
	width:1200px !important;
	overflow:hidden;
}
.guide_nav .bd ul {
	width:1200px;
	overflow:hidden;
	list-style:none;
}
.guide_nav .bd ul li {
	float:left;
	overflow:hidden;
	display:block;
}


/*==============================================================================================*/
/*cate-css
/*==============================================================================================*/

.guide_pro_left dd h2{
	display:block;
	overflow:hidden;}
.guide_pro_left dd li{
	margin:0 auto 10px;
	width:200px;
	line-height:50px;
	background:#eeeeee;
	}
/*.guide_pro_left dd li span{
	display:block;
	padding-right:50px;
	margin:0px 15px;
	overflow:hidden;
	width:170px;
	height:42px;
	line-height:42px;
	background:url(../../../upload/image/pro-f.png)150px center no-repeat;
	box-sizing:border-box;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	color:#333;
	font-size:16px;
	}
.guide_pro_left dd li a{
	display:block;
	padding-right:50px;
	margin:0px auto;
	overflow:hidden;
	width:170px;
	height:42px;
	line-height:42px;
	background:url(../../../upload/image/pro-i.png)130px center no-repeat;
	box-sizing:border-box;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	color:#333;
	font-size:16px;
	}	
.guide_pro_left dd li:hover{	
}
.guide_pro_left dd li:hover span{	
	background:url(../../../upload/image/pro-fh.png)150px center no-repeat;
	color:#fff;
}
.guide_pro_left dd li:hover a{	
	background:url(../../../upload/image/pro-e.png)130px center no-repeat;
	color:#fff;
}*/
.children li{
	margin-bottom:0px !important;}
.catep{
	margin-bottom:1px; 
	display:block; 
	overflow:hidden;
	}
.catep li{ background:#fafafa; border-bottom:#e6e6e6 solid 1px;}
.catep li:last-child{ border-bottom:none}
.catep li div{ display:block; line-height:50px;}
.catep li div span{ display:block; line-height:50px; background: url(../../../upload/image/pro-f.png) no-repeat 150px center; cursor:pointer;color:#ff9e00; font-size:16px;}
.catep li a{ display:block; line-height:50px; background: url(../../../upload/image/pro-i.png) no-repeat 130px center;font-size:14px; color:#333; padding-right:40px; box-sizing: border-box; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.catep li a:hover{color:#ff9e00; background:url(../../../upload/image/pro-e.png)130px center no-repeat;}
.catep li .cur { border-bottom:#e6e6e6 solid 1px; background:#ff9e00;}
.catep li .cur span{ background:url(../../../upload/image/pro-fh.png) no-repeat 140px center;font-size:16px; color:#333;}
.catep li .onhvr { color:#333; background: url(../../../upload/image/pro-e.png) no-repeat 130px center;}
.catep li ul{display:none }
.catep .root {background:#fff;}
.catep .root span{ background:url(../images/categ.png) no-repeat 0px 15px; color:#FFF; padding-left:15px;}
.catep .root.cur span{ color:#fff; background:#fff url(../../../upload/image/pro-fh.png) no-repeat 130px center !important;}



.cate li .onhvr {
	color:#F90;
}
.cate li ul {
	display:none
}
.cate .root {
	background:#e8e8e8;
}
.cate .root span {
	background:url(../images/cate.png) no-repeat 0px -201px;
	color:#FFF;
	padding-left:15px;
}
.cate .root.cur span {
	color:#fff;
	background:#e8e8e8 url(../images/cate.png) no-repeat 0px -276px !important;
}


/*==============================================================================================*/
/*footer-css
/*==============================================================================================*/

.map {
	margin:0 auto;
	width:1200px;
	overflow:hidden;
	padding:45px 0;
}
.map a ,.map li {
	color:#ccc;
}
.map a:hover {
	color:#ff9e00;
}
.map-fcode ,.map-pro-box,.map-contact{
	display:block;
	overflow:hidden;
	float:left;
}
.map-fcode{
	float:right;
}
.map-fcode-bottom{
	display:block;
	width:100%;
	float:left;
}	
.map-fcode-bottom ul{
	margin:20px 0 0;
	width:90%;
	overflow:hidden;
}
.map-fcode-bottom ul{
	margin:20px 0 0;
	width:90%;
	overflow:hidden;
}
.map-fcode-bottom li{
	float:left;
	width:125px;
	padding-right:25px;
	height:auto;
}
.map-fcode-bottom li img{
	width:100%;}
.map-fcode-bottom li p{
	height:50px;
	line-height:50px;
	text-align:center;
}
.map-fcode-bottom li:nth-child(2){
	padding-right:0;
}
/*------------脚部联系------------*/
.map-contact{
	padding-left:65px;
	width:506px;
	height:254px;
	box-sizing:border-box;
	border-right:1px solid #3b3a3c;
}
.map-contact ul{
	margin:0 auto;
}
.map-contact ul li{
	margin-bottom:15px !important;
	padding-bottom:0px !important;
	padding-left:40px;
	height:30px;
	line-height:30px;
	background:url(../../../upload/image/contact/contact-a.png) left center no-repeat;
	box-sizing:border-box;	
}
.map-contact ul li:nth-child(2){
	background:url(../../../upload/image/contact/contact-b.png) left center no-repeat;
}
.map-contact ul li:nth-child(3){
	background:url(../../../upload/image/contact/contact-c.png) left center no-repeat;
}
.map-contact ul li:nth-child(4){
	background:url(../../../upload/image/contact/contact-d.png) left center no-repeat;
}
/*------------*脚部产品与导航------------*/
.map-pro-box{
	width:320px;
	border-right:1px solid #3b3a3c;
}
.map-nav ,.map-product{
	text-align:left;
	float:left;
	width:50%;
}
.map-nav h2 ,.map-product h2,.map-nav h3 ,.map-product h3{
	text-align:left;
}
.map h3{
	overflow:hidden;
	margin-bottom:20px;
	width:100%;
	height:36px;
	line-height:36px;
	font-size:18px;
	color:#fff;
	text-align:left;
}

.map ul{
	width:100%;
	list-style:none;
	margin:0px;
}
.map ul li {
	list-style:none;
	margin:0px;
	padding-bottom:10px;
}
.copy {
	width:100%;
	display:block;
	font-size:14px;
	overflow:hidden;
	background:#1e1d1f;
	text-align:center;
}
.copy ul{
	width:100%;
	max-width:1200px;
	max-height:24px;
	text-align:center;
	margin:0 auto;
	
}
.copy li a {
	font-size:14px;
	color:#fff;

}
.copy ul li {
	padding:13px 0;
	width:100%;
	display:block;
	text-align:center;
	font-size:14px;
	line-height:24px;
	float:left;
	color:#fff;
}
.left-fixed-box{
	display:block;
	overflow:hidden;
	top:25%;
	position:fixed;
	left:0;
	width:171px;
	height:429px;
	z-index:999;
}
.left-fixed{
	float:left;
	display:block;
	overflow:hidden;
	width:134px;
	height:429px;
	background:url(../../../upload/image/left-nav.png) left center no-repeat;
}
.Fast-nav-gbi {
    position: absolute;
    top:11%;
    right:22%;
    background: url(../../../upload/image/gbi.png) no-repeat center center;
    width: 15px;
    height: 15px;
    z-index: 2;
}

.left-fixed-ly{
	float:left;
	display:block;
	overflow:hidden;
	width:37px;
	height:100%;
	margin-top:139px;
	margin-left:-1px;
}
.left-fixed-ly a{
	display:block;
	width:37px;
	height:150px;
	background:url(../../../upload/image/left-nav-inq.png) left center no-repeat;
}

.left-fixed ul{
	margin-top:63px;
	width:80%;
	padding:0 10%;
}
.left-fixed ul li{
	display:block;
	width:100%;
}
.left-fixed ul li a{
	display:block;
	text-align:center;
	width:100%;
	line-height:28px;
	margin-bottom:8.5px;
	font-size:12px;
	color:#fff;
}
.left-fixed dl{
	width:75%;
	padding:0 12.5%;
}
.left-fixed dl img{
	width:100%;
	padding:7px 0 3px;
}
.left-fixed dl p{
	width:100%;
	font-size:12px;
	color:#008a32;
}
.left-fixed dd{
	margin-top:8px;
	text-align:center;
	width:95%;
	padding:0 2.5%;
}
.left-fixed dd p{
	text-align:center;
	width:100%;
	font-size:12px;
	line-height:16px;
	color:#fff;
}
.left-fixed dd span{
	text-align:center;
	width:100%;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}

/*==============================================================================================*/
/*Sreach body
/*==============================================================================================*/


.SearchBox {
	width:100%;
	text-align:left;
	margin-top:10px;
}
.SearchBox .hd {
	height:30px;
	line-height:30px;
	padding:0 10px 0 20px;
	border-bottom:1px solid #ddd;
	position:relative;
}
.SearchBox .hd .article {
	background:#eeeeee;
}
.SearchBox .hd .product {
	background:#eeeeee;
}
.SearchBox .hd ul {
	float:left;
	position:absolute;
}
.SearchBox .hd ul li {
	float:left;
	padding:0 25px;
	cursor:pointer;
}
.SearchBox .bd ul {
	zoom:1;
}


/*==============================================================================================*/
/*movechat 聊天框
/*==============================================================================================*/


#chat {
	width:188px;
	z-index:999999;
	position:absolute;
	top:-66px;
	left:-200px;
	border-right:#fff solid 12px;
	display:none;
	overflow:hidden;
	background-color:#ff8500;
}
.chatbody {
	float:left;
	line-height:200%;
}
.chatbody a {
	color:#fff;
	text-decoration:none;
}
.chatbody span {
	padding-left:10px;
	text-align:left;
}
.chatbody ul {
	margin-top:12px;
	margin-left:10px;
	margin-bottom:12px;
	list-style:none;
}
.chatbody ul li {
	margin-bottom:5px;
	padding-left:12px;
	text-align:left;
	list-style:none;
}
.cthd {
	height:35px;
	background-color:#F3F3F3;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	text-align:center;
	padding-left:0px;
	border-bottom: #ccc solid 1px;
	line-height:35px;
}
.ctft {
	background-color:#F6F6F6;
	border-top:#E7E7E7 solid 1px;
	text-align:center;
	padding:10px;
}

/*==============================================================================================*/
/*浮动框
/*==============================================================================================*/
.floating_ck {
	position: fixed;
	right:0;
	top: 35%;
	z-index:999;
	display: none;
}

.floating_ck dl dd {
	position: relative;
	width:77px;
	height: 71px;
	background-color:#0093dd;
	border-bottom: solid 1px #fff;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 30%;
	cursor: pointer;
}
.floating_ck dl dd:last-child{
	border-bottom:0px;
}

.floating_ck dl dd:hover {
	background-color: #ff9e00;
}

.floating_ck dl dd:hover .floating_left {
	display: block;
}

.consult {
	background-image:url(../../../upload/image/contact/kefu-tel.png);
}

.words {
	background-image:url(../../../upload/image/contact/aui-icon-qq.png);
}

.quote {
	background-image:url(../../../upload/image/contact/mage.png);
}

.qrcord {
	background-image:url(../../../upload/image/contact/erweima.png);
}

.return {
	background-image:url(../../../upload/image/contact/top.png);
}

.floating_ck dd span {
	color: #fff;
	display: block;
	padding-top: 45px;
	font-size: 12px;
}

.floating_left {
	position: absolute;
	left: -130px;
	top: 0px;
	width: 130px;
	height: 70px;
	background-color: #ff9e00;
	display: none;
}
.floating_left_qq a {
	display:block;
	line-height:24px !important;
	padding:10px 0 !important;

}
.floating_left a {
	color: #fff;
	line-height: 70px;
	font-size: 14px;
}

.floating_ewm {
	height: 170px;
	top: -100px;
}

.floating_ewm img {
	background-size: 100% 100%;
	display: block;
	width: 90px;
	height: 90px;
	margin: auto;
	margin-top: 15px;
}
.floating_ewm p,
.floating_ewm2 p {
	color: #fff;
	margin-top: 5px;
}

.qrcord_p01 {
	font-size: 12px;
	line-height: 20px;
}

.qrcord_p02 {
	font-size: 18px;
}




