@charset "utf-8";


/*==============================================================================================*/
/*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;
}
h1, h2, h3, h4, h5, h6, h7,em {
	font-weight:bold;
	font-style:normal;

}
table,td {}
img, th {
	border:0;
}
ul, ol, li {
	list-style-type:none;
}
a {
	text-decoration:none;
	color:#4e4e4e;
}
a:hover {
	text-decoration:none;
	color:#2c99c7;
}
body{
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	color:#4e4e4e;
	font-size:14px;
	line-height:20px;
	padding:0px;
	margin:0px;
	background:#fff;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.block{display:block;}
.line-height{ line-height:22px;}
.border{border:#dedede solid 1px; overflow:hidden; border-radius:4px;}
.cboth {
	display:block;
	line-height:0px;
    font-size:0;
	clear:both;
}

/*==============================================================================================*/
/*table-css
/*==============================================================================================*/
.itable td{
	border-width: 1px;
	padding: 6px;
	border-style: solid;
	border-color: #cccccc;
	background-color: #ffffff;
}
.itable {
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	border-width: 1px;
	border-color: #cccccc;
	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: 10px;
}
label{
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    cursor: pointer;
	
}
label.label{
    float: left;
	display:block;
    width: 120px;
    padding-top: 5px;
	margin-right:15px;
    text-align: right;
    color: #333;
}
.controls{
    margin-left: 140px;
}
.error{ color:#ff0000; margin-right:2px;}
input{
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;

}

input.text{
    background-color: #fff;
    border: 1px solid #ccc;
    color: #888;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    padding: 4px 6px;
    margin-left: 0;
    width: 206px;
    text-indent: 0px;
    text-shadow: none;	
}

textarea{
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;

}

textarea.textarea{
    background-color: #fff;
    border: 1px solid #ccc;
    color: #555;
    font-size: 12px;
    padding: 4px 6px;
    margin-left: 0;
	width:400px;
}

.btn{
    background:#F5F5F5;
    border: 1px solid #B3B3B3;
    color: #333333;
    cursor: pointer;
    letter-spacing: 2px;
    line-height: 1;
    overflow: visible;
    padding: 7px 15px;
    overflow:hidden;
    text-align: center;
    width: auto;
}
.bookform{ padding:20px;}
/*==============================================================================================*/
/*module-css
/*==============================================================================================*/
#top {
	width:100%;
	margin:0 auto;
	background:rgb(64,64,64);
}
#container {
	margin:0 auto;
	overflow:hidden;
}
#header {
	position:relative;
	z-index:10;
	width:100%;
}
#mainer{
	clear:both;
	overflow:hidden;
}
#footer {
	position:relative;
	margin:0;
	border-top:#e8e8e8 solid 1px;
	background:rgb(40,40,40);
}

#nav{
	width:1185px;
	margin:0 auto;
}


.right_box{
    width:950px;
    float:right;
    overflow: hidde;
	}
.left_box{
    width:220px;
    float: left;
}

.main_box {
	width:1185px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}
.comm_void {
	margin-top:20px;
	margin-bottom:20px;
}
/*==============================================================================================*/
/*header-css
/*==============================================================================================*/
.topbd{ 
    position:relative; 
	z-index:999999;
	width:1185px;
	margin-left:auto;
	margin-right:auto;
	line-height:35px;
	height:35px;
	color:#333333;
}
.topbd a{ color:#FFF;}
.topbd em {
	color:#999999;
	margin:0 8px 0 10px;
	font-style:normal;
}

.topnav{ float:right;}
.topnav dd{ float:left; padding-right:15px; margin-right:15px; background:url(../images/em.png) right 12px no-repeat;}

.chatnav{position:relative; z-index:2; background:none !important; margin-right:0px !important;padding-right:0px;}
.chatnav a{ margin-top:5px; display:block;}
.chatbd{display:none;position:absolute; z-index:22; top:29px; right:0px; overflow:hidden;background:#dddddd; text-align:center;}
.chatbd img{ width:150px; height:150px;}

.lanset{position:relative; z-index:2; padding:0 10px;  float:left; background:none !important;}
.lancur{  background:#eeeeee !important; float:left; display:block;  }
.lan { position:absolute; display:none; width:120px; z-index:22; top:34px; right:0px; overflow:hidden; background:#eeeeee; }
.lan li {
	padding:0 10px 0 15px;
	clear:both;
	border-bottom:#ddd solid 1px;
	line-height:30px;
}
.lan li:last-child{ border:none;}
.lan li:hover{ background:#dddddd;}
.lan li.lan-en a{
	background:url(../images/lan-en.png) 0px 10px no-repeat;
}
.lan li.lan-cn a{
	background:url(../images/lan-cn.png)  0px 10px no-repeat;
}
.lan li.lan-hk a{
	background:url(../images/lan-hk.png)  0px 10px no-repeat;
}
.lan li.lan-es a{
	background:url(../images/lan-es.png) 0px 10px no-repeat;
}
.lan li.lan-de a{
	background:url(../images/lan-de.png) 0px 10px no-repeat;
}
.lan li.lan-pt a{
	background:url(../images/lan-pt.png) 0px 10px no-repeat;
}
.lan li.lan-fr a{
	background:url(../images/lan-fr.png) 0px 10px no-repeat;
}
.lan li.lan-ru a{
	background:url(../images/lan-ru.png) 0px 10px no-repeat;
}
.lan li.lan-tel a{
	background:url(../images/lan-tel.png) 0px 10px no-repeat;
	width:138px;
	font-size:15px;
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	float:right;
}
.lan li a {
	display:block;
	overflow:hidden;
	padding-left:25px;
	color:#666666;
}


.headbd{
	width:1185px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}
.logo{
	float:left;
	height:50px;
	margin-top:22px;
}
.logo img{
	width:208px;
}
.searchbd{margin-top:15px; *margin-top:0px; width:225px; float:right; margin-right:10px; }
.searchbd .text{
	display:inline-block;
    line-height: 18px;
    height: 18px;
    padding: 4px 0px 4px 6px;
	width:180px; 
	background:#fff;
	margin:0px;
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	border-left:#ddd solid 1px;
	border-top:#ddd solid 1px;
	border-bottom:#ddd solid 1px;
	border-right:none;
	
}
.searchbd .btn{
    cursor: pointer;
	border:0px;
    padding: 0px;
    overflow:hidden;
}
.tel{
	float:right;
	color:#F00;
	margin-top:26px;
	margin-right:4.2%;
}

.nav{
	line-height:50px;
	height:50px;
	width:100%;
	clear:both;
	position:relative; 
	z-index:1;
	background:rgb(63,76,108);
}
.nav ul{ 
    width:1185px;
	margin:0 auto;
}
.nav .onsub{}

.nav li{
	float:left;
}
.nav li a{
	display:block;
	padding:0px 43px;
	font-size:14px;
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	color:#FFF;
}
.nav li a:hover,.nav li:hover{
	background:rgb(205,21,9);
	color:#333;
}
.nav li a.on,.nav li:hover a{
	background:rgb(205,21,9);
	color:#FFF;
}



.nav .navroot{float:left;  position:relative; }
.nav .navsub{display:none; left:0; top:50px;  position:absolute; background:rgb(63,76,108); width:250px; padding:5px 0;  }
.nav .navsub li{ zoom:1; height:35px;line-height:35px;  display:block; width:250px;  overflow:hidden; clear:both;}
.nav .navsub a{ display:block; padding-left:30px; overflow:hidden; color:#333; background:url(../images/dot.png) no-repeat 20px 18px !important;}
.nav .navsub a:hover{ background:#dddddd url(../images/dot.png) no-repeat 10px 15px; color:#FFF;}

/*==============================================================================================*/
/*banner-css
/*==============================================================================================*/
.banner{ position:relative;  height:500px; 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:500px; overflow:hidden; text-align:center;  }	
.banner .bd li a{ display:block; height:500px; }	
.banner .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; background:url(../images/bhbg.png) repeat-x; text-align:center;_background:#fff; _filter:alpha(opacity=60);}	
.banner .hd ul{ text-align:center;  padding-top:8px; }	
.banner .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:120px; height:12px; margin:5px; background:url(../images/icons.png) -14px -110px; overflow:hidden;line-height:9999px;}	
.banner .hd ul .on{ background-position:0 -90px; }

.banner .prev,.banner .next{ position:absolute;  display:block;  left:10px; top:180px; width:56px; height:80px; background:url(../images/icons.png) left 0px no-repeat; filter:alpha(opacity=10);opacity:0.1;  }	
.banner .next{ left:auto; right:10px; background-position:-64px 0px; }	
.banner .prev:hover,
.banner .next:hover{ filter:alpha(opacity=100) !important;opacity:1 !important; }

/*------内页------*/
.ibanner{ width:100%; overflow:hidden;}	
.ibanner .bd{  width:100%; background-position: center 0px;background-repeat: no-repeat;}
/*==============================================================================================*/
/*indexer-css
/*==============================================================================================*/
.guide_body{ overflow:hidden; width:1185px; margin-left:auto; margin-right:auto; }
.guide_lbox{ width:360px; float:left; overflow:hidden;}
.guide_rbox{ width:590px; float:right;overflow:hidden;}

.guide_cate{
	background:#eeeeee; height:450px; width:100%; overflow:hidden;
}
.guide_cate .bd{
	background:url(../images/guide_cate.jpg) no-repeat 0 0; 
	height:600px; 
	width:1190px; 
	overflow:hidden; 
	margin-left:auto; 
	margin-right:auto;
	margin-top:40px;
}

.guide_cate ul{ width:330px; float:left;}
.guide_cate ul h3{ font-size:24px; line-height:65px; font-weight:normal;height:65px; margin-bottom:10px; text-align:center;}
.guide_cate ul li{ padding-left:35px;line-height:30px; background:url(../images/tl_cut.png) no-repeat 25px 15px;}


.guide_youshi{ width:100%; overflow:hidden; margin-top:50px;}
.guide_youshi .bd1{ clear:both; background:#e4e4e4;}
.guide_youshi .bd2{ clear:both; background:#fff;}
.guide_youshi .bd3{ clear:both; background:#e4e4e4;}


/*-------------------news-------------------*/

#newstab {
	width: 520px;
	margin-top:10px;
	float:right;
	position:relative;
}
#newstab .hd {
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:15px;
	border-bottom:#2651ba solid 1px;
}
#newstab .hd li {
	width: 120px;
	height: 30px;
	float:left;
	line-height:30px;
	text-align:center;
	margin-right:10px;
	font-size:14px;
	cursor:pointer;
	list-style:none;
	background:#eeeeee;
}
#newstab .hd li.selected {
	border-bottom: none;
	color:#FFF;
	background:#2651ba;
}
#newstab .hd .more{
	position:absolute;
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	right:0px;
	top:5px;
	z-index:999;
	width:45px;
	height:25px;
    display: block;
}

.guide_news{
	width:500px;
	margin-top:42px;
}

.guide_news h2{
	font-size:24px;
	font-weight:normal;
    height: 46px;
	line-height: 46px;
    font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	color:rgb(52,64,98);
}

.guide_news h2 span{
	color:rgb(115,121,140);
	padding-left:8px;
	font-size:18px;
}

.guide_news h2 a{
	display:block;
	float:right;
	font-size:14px;
	color:rgb(115,121,140);
	height:46px;
	line-height:46px;
	}
.guide_news li{
	clear:both;
	}
.guide_news .newspic li{
	display:block;
	width:500px;
	height:115px;
	margin-top:24px;
	}
	
.guide_news li dl{float:left;width:185px; height:115px; margin-right:15px; overflow:hidden;}
.guide_news li dl img{ width:185px; height:115px;}
.guide_news li dd {
	width:300px;
	float:left; 
	overflow:hidden;
    }
	
.guide_news h3,.guide_news h3 a{
	font-size:16px;
	color:rgb(164,0,0);
	line-height:16px;
	margin-bottom:10px;
	font-weight:normal;
	}
	
.guide_news li dd p{
	line-height:20px;
	color:rgb(102,102,102);
	margin-bottom:26px;
    }

.guide_news li dd a{
	display:block;
	}





.guide_news .focus{ margin-bottom:0px; overflow:hidden;}
.guide_news p{ display:block; overflow:hidden;}
.guide_news h4 { color:#CCC; font-weight:normal;}

.guide_news .bd{
	float:left;
	width:450px;
	overflow:hidden;
	margin-top:-7px;
	margin-left:12px;
	}

.guide_news .bd img{
	float:left;
    }

.guide_news .bd li{
	float:left;
	overflow:hidden;
	height:30px;
	line-height:30px;
	width:450px;
}

.guide_news .bd li:last-child{ border-bottom:none;}
.guide_news .bd li a{
    float:left; 
	width:350px;
	color:rgb(52,64,98);
}
.guide_news .bd li span{ float:right; color:#999; width:100px; text-align:right;}



/*-------------------guide_faq-------------------*/


.guide_faq {
	float:right;
	width:635px;
	margin-top:42px;
}
.guide_faq h2{
	font-size:24px;
	font-weight:normal;
    height: 46px;
	line-height: 46px;
    font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	color:rgb(52,64,98);
}

.guide_faq h2 span{
	color:rgb(115,121,140);
	padding-left:8px;
	font-size:18px;
}

.guide_faq h2 a{
	display:block;
	float:right;
	font-size:14px;
	color:rgb(115,121,140);
	height:46px;
	line-height:46px;
	}

.guide_faq h3{
	font-size:16px;
	line-height:18px;
	color:rgb(205,21,9);
	font-weight:normal;
    }


.guide_faq ul{
	}
.guide_faq li {
	float:left;
	width:285px;
	height:30px;
	line-height:30px;
	background:url(../images/faq_point.png) no-repeat left center;
	padding-left:10px;
	}

.guide_faq li a{
	color:rgb(52,64,98);
	}

.guide_faq dl{
	float:left; 
	overflow:hidden;
	margin-right:15px:
	}

.guide_faq dl img{
	width:191px;
	height:116px;
	}
	
.guide_faq dd{
	float:left; 
	overflow:hidden; 
	width:320px;
	margin-left:15px;
	}
	
.guide_faq dd p{
	font-size:14px;
	line-height:22px;
	color:rgb(102,102,102);
	height:65px;
	overflow:hidden;
	margin-top:5px;
	margin-bottom:45px;
	}
	
.guide_faq dd a{ display:block;float:left; width:111px; height:35px;margin-top:25px;}


/*-------------------about us-------------------*/

.guide_about {
	width:1185px;
	margin:20px auto 0;
}
.guide_about h2{
	font-size:24px;
	font-weight:normal;
    height: 46px;
	line-height: 46px;
    font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	color:rgb(52,64,98);
}

.guide_about h2 span{
	color:rgb(115,121,140);
	padding-left:8px;
	font-size:18px;
}

.guide_about h2 a{
	display:block;
	float:right;
	font-size:14px;
	color:rgb(115,121,140);
	height:46px;
	line-height:46px;
	}

.guide_about dl{
	float:left; 
	overflow:hidden;
	margin-right:15px:
	}

.guide_about dl img{
	width:500px;
	height:244px;
	}
	
.guide_about dd{
	float:left; 
	overflow:hidden; 
	width:628px;
	line-height:25px;
	margin-left:57px;
	}
	
.guide_about dd p{
	text-indent:30px;
	font-size:14px;
	line-height:28px;
	color:rgb(102,102,102);
	height:190px;
	overflow:hidden;
	margin-bottom:19px; 
	}
	
.guide_about dd a{ display:block;text-align:left; float:left; background:url(../images/more_cn.jpg) no-repeat 0px 0px; width:111px; height:35px;}


/*-------------------guide-pro-------------------*/
.guide_pro {
	width:1185px;
	display:block;
	overflow:hidden;
	margin-bottom:30px;
	margin-top:35px;
	position:relative;
}
.guide_pro h2{
	font-size:24px;
	font-weight:normal;
    height: 46px;
	line-height: 46px;
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	color:rgb(52,64,98);
}
.guide_pro h2 span{
	color:rgb(115,121,140);
	padding-left:8px;
	font-size:18px;
}

.guide_pro h2 a{
	display:block;
	float:right;
	font-size:14px;
	color:rgb(115,121,140);
	height:46px;
	line-height:46px;
	}
	
.guide_pro .bd{}
.guide_pro .movepro{width:1185px !important; overflow:hidden;}
.guide_pro ul{ width:1260px; overflow:hidden; list-style:none;}
.guide_pro ul li{ 
     float:left;
	 overflow:hidden;
	 width:276px;
	 list-style:none;
	 margin-right:27px;
	 background:#fff;
	 margin-bottom:30px;
	 }
	 
.guide_pro ul li dl{
	overflow:hidden;
	padding-top:15px;
	padding-bottom:16px;
	text-align:center;
}	 
.guide_pro ul li img{ 
	 width:252px;
	 height:252px;
	 }
	 
.guide_pro ul li dd {
	width:250px; 
	overflow:hidden; 
	height:37px; 
	line-height:37px; 
	background:rgb(52,64,98);
	margin-left:12px;
	margin-bottom:15px;
}	
 
.guide_pro ul li dd a
{
	display:block;
    white-space:nowrap;
	height:37px;
	overflow:hidden;
	text-align:center;
	line-height:37px;
	color:#FFF;
	font-size:16px;
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;

 }	
.guide_pro ul li dd p{ line-height:16px; }
.guide_pro .jcbtn{ position:absolute;left:0px; top:25px; width:1130px; z-index:99; }
.guide_pro .prev{ position:absolute;left:0px;top:65px; display:none;}
.guide_pro .next{ position:absolute;right:0px;top:65px; display:none;} 


.guide_service{ margin-top:15px; margin-bottom:15px; clear:both; overflow:hidden;}
.guide_service h2{ 
	font-size:18px;
	font-weight:normal;
    height: 40px;
	line-height: 40px;
	background:#eee;
	margin-bottom:20px;
	border-bottom:#999 solid 1px;
}
.guide_service .guide_lbox{ background:#eee; overflow:hidden; height:450px;}
.guide_service .guide_rbox{ background:#eee; overflow:hidden; height:450px !important;}

.guide_client {
	  width:1185px !important; 
	  clear:both; 
	  overflow:hidden;
	  position:relative; 
	  margin-left:auto; 
	  margin-right:auto;
	  margin-top:20px;
	  margin-bottom:20px;
}
.guide_client h2{ 
    height: 40px;
	color:#4e4e4e;
	font-weight:normal;
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	line-height: 40px;
	overflow:hidden;
	font-size:24px;
	padding-bottom:2px;
	border-bottom:#ccc solid 1px;
	margin-bottom:20px;
}
.guide_client h2 span{ color:#ccc; padding-left:15px;}

.guide_client h3{ 
    height: 50px;
	color:rgb(52,64,98);
	font-weight:normal;
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	line-height: 40px;
	overflow:hidden;
	font-size:24px;
	border-bottom:2px solid rgb(218,218,221);
}

.guide_client h3 span{ 
    margin-left:10px;
	color:rgb(115,121,140);
	font-size:18px;
}

.guide_client .bd{
	float:left;
	width:295px;
	margin-left:110px;
}

.guide_client .bd p{
	line-height:28px;
	height:155px;
	border-bottom:2px dashed rgb(142,146,155);
	padding-top:5px;
}

.guide_client .bd p span a{
	color:rgb(194,1,0);
}


.guide_client .bd p span a:hover{
	color:#FFF;
	background:url(../images/wenhua_bg.gif) left center repeat-x;
}


.guide_client .bd .second{
	height:110px;
	border-bottom:3px solid rgb(74,83,106);
}



.guide_partner {
	  width:1185px; 
	  clear:both; 
	  overflow:hidden;
	  position:relative; 
	  margin-left:auto; 
	  margin-right:auto;
	  padding-top:15px;
}


.guide_partner h2{ 
	font-size:24px;
	font-weight:normal;
    height: 46px;
	line-height: 46px;
    font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	color:rgb(52,64,98);
}

.guide_partner h2 span{
	color:rgb(115,121,140);
	padding-left:8px;
	font-size:18px;
}

.guide_partner .bd{width:1185px;margin:0 auto;text-align:center;margin-bottom:30px;}

.guide_partner .bd table{margin:30px auto 0 auto;}

.guide_partner .bd td{
	text-align:center;
	padding:5px 0 10px 0;
	}

/*==============================================================================================*/
/*lefter-css
/*==============================================================================================*/
.cate{margin-bottom:20px; display:block; overflow:hidden;background:#fff;}
.cate h2{
	height:45px; 
	line-height:45px; 
	background:rgb(52,64,98);
	padding-left:15px;
	font-size:14px;
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	color:#fff; 
}
.cate li{ background:#f5f5f5; border-bottom:#fff solid 1px;padding-left:15px;}
.cate li:last-child{ border-bottom:none}
.cate li div{ display:block; line-height:36px;margin-left:0 !important;}
.cate li div span{ display:block; line-height:36px; background: url(../images/cate.png) no-repeat 0px -52px;padding-left:15px; cursor:pointer;}
.cate li a{ display:block; line-height:36px; background: url(../images/cate.png) no-repeat 0px 16px;padding-left:12px;}
.cate li a:hover{}
.cate li .cur { border-bottom:#fff solid 1px; background:#e8e8e8;}
.cate li .cur span{ background:url(../images/cate.png) no-repeat 0px -127px;}
.cate li .onhvr { color:#F90; background: url(../images/cate.png) no-repeat 0px -376px;}
.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;}

.box{margin-bottom:20px; display:block; overflow:hidden;background:#f5f5f5;}
.box h2{
	height:40px; 
	line-height:40px; 
	background:rgb(52,64,98);
	padding-left:15px;
	font-size:14px;
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	color:#fff; 
}
.box .bd{ padding:15px;}
.box li { 
     margin-bottom:15px; 
	 font-size:12px;
}
.box li span{ display:block;line-height:20px; font-weight:bold;
}
.box li p{ line-height:20px;;
}

.box_pro li{
	padding:10px;
    margin-bottom: 10px;
	background-color:#FFF;
	border:#ececec solid 1px; 
	
}
.box_pro h2{ 
	height:40px; 
	line-height:40px;  
	background:#e97d00; 
	color:#fff;	
	font-size:18px;
	padding-left:15px; 
	margin-bottom:10px;
}
.box_pro dd{text-align:center; background:#f5f5f5; overflow:hidden;}
.box_pro dd a{
	display:block;
	line-height:20px;
	padding:5px 0px;
}
.box_pro dl .box_pro dd{
	overflow:hidden;
	width:178px;
}
.box_pro img{
	display:block;
	width:178px;
}

/*==============================================================================================*/
/*righter-css
/*==============================================================================================*/
.comcont{ 
	float:right;
	width:950px;
	min-height:800px;
	overflow:hidden;
	text-align:left;
	background:#ffffff;
	border:#eaeaea solid 1px; 
	
}
.comcont .hd{
	overflow:hidden;
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	line-height:38px; height:38px;
	border-bottom:#dddddd solid 1px;
	background:#f8f8f8;
}
.comcont .locate { overflow:hidden; text-align:left; float:left; display:inline-block; }
.comcont .locate div{float:left; background:url(../images/home.png) no-repeat 10px 14px; padding-left:30px; line-height:38px; height:38px; display:block;margin-right:20px;}
.comcont .locate span{float:right; line-height:38px; height:38px; display:block;margin-right:20px;}
.comcont .locate ul{ list-style:none; display:table-cell; float:left;text-align:left; background:url(../images/home.png) no-repeat 8px 10px; padding-left:20px; margin-right:10px;}
.comcont .locate li{ float:left;display:block; padding:0px 12px 0px 8px; text-align:left; }
.comcont .locate li a{ font-size:12px; font-weight:normal; text-align:center;}

.comcont .fellow {background:#f8f8f8; overflow:hidden; clear:both;}
.comcont .fellow ul{ list-style:none; display:block; }
.comcont .fellow li{ float:left;display:block; padding:10px; text-align:center;}
.comcont .fellow li a{ font-size:12px; font-weight:normal; text-align:center;}
.comcont .fellow .cur{ background-color:#f2f2f2;}

.content
{
	margin:20px;
	}
.content .hd{
	overflow:hidden;
	font-family: "微软雅黑",Arial, Verdana, Helvetica, sans-serif;
	line-height:30px; height:30px;
	border-bottom:#dddddd solid 1px;
	background:#fff;
	font-weight:bold;
	font-size:14px;
	color:#000000;
	margin-bottom:10px;
}	
.content .pic{
	margin-bottom:20px;
	margin-right:20px;
	max-width:310px;
	max-height:310px;
	min-width:250px;
	min-height:250px;
	padding:10px;
	
	float:left;
	text-align:center;
	}
.content .pic h3 {
    width: 250px;
	height:250px;
    padding: 5px;
    margin-bottom: 10px;
    border: #f2f2f2 solid 1px;
}
.content .pic ul {
    list-style: none;
    width: 250px;
    overflow: hidden;
    clear: both;
}
.content .pic li {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 8px;
    border: #f2f2f2 solid 1px;
}
.content .pic li img {
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.content .price	{ color:#F60; font-size:20px;}
.content .pic img{ text-align:center; margin:0 auto; width:250px;height:250px;}
.content .guide{ overflow:hidden; margin-bottom:15px;}
.content .guide ul{
	list-style:none;
	}
.content .guide ul li{
	line-height:25px;
	}
.content .guide .ibuy{ background:#ff6600; color:#fff; font-size:16px; text-align:center; height:40px; line-height:40px; width:120px; margin-right:20px; float:left; overflow:hidden; display:block;}	
.content .guide .idemo{ background:rgb(52,64,98); color:#fff; font-size:16px; text-align:center; height:40px; line-height:40px; width:120px; float:left; overflow:hidden; display:block;}		
.intro {clear:both; overflow:hidden; margin:0 auto;}
.intro .thd{ text-align:center; font-size:15px; margin-bottom:10px; line-height:30px; }
.intro .thd font{ display:block; color:#CCC; text-align:center; font-size:12px; }
.next_map{ padding-top:10px; padding-bottom:10px; line-height:25px; overflow:hidden; clear:both; border-top:#ddd solid 1px; margin-top:20px; }
	
.intro table{width:100%;}	

.arc_rec {
	float:left;
	width:100%;
	overflow:hidden;
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
	
}
.arc_rec h2{ 
	overflow:hidden; 
	height:40px; 
	line-height:40px; 
	color:#666666;
	position:relative;
	font-size:12px;
	background:#fafafa;
	padding-left:10px;
	border-bottom:#eaeaea solid 1px;
}

.arc_rec ul{ display:block;; margin:0px;padding-top:10px;}
.arc_rec ul li{ 
	overflow:hidden;
	line-height:35px;
	height:35px;
	background:url(../images/tl_cut.png) no-repeat 5px 15px;padding-left:20px;
	border-bottom:#eaeaea solid 1px;
}
.arc_rec ul li a{ 
   display:block;
   width:600px;
   float:left;
}
.arc_rec ul li span{ 
   display:block;
   width:80px;
   float:right;
   color:#999999; 
}
	
	
.pro_rec {
	float:left;
	width:100%;
	overflow:hidden;
	text-align:left;
	margin-top:20px;
	margin-bottom:10px;
	
}
.pro_rec h2{ 
	overflow:hidden; 
	height:45px; 
	line-height:45px; 
	color:#666666;
	position:relative;
	font-size:12px;
	background:#fafafa;
	padding-left:10px;
	border-bottom:#eaeaea solid 1px;
}

.pro_rec ul{ display:block;width:1000px; margin:0px;padding-top:10px;}
.pro_rec ul li{ 
	float:left;
	display:table-cell;
	text-align:center;
	overflow:hidden;
	width:210px; 
	height:208px; 
	margin-right:19px; 
	margin-bottom:20px;
	border:#eaeaea solid 1px; 
}
.pro_rec ul li img{
	margin-top:5px; 
	max-width:200px; 
	vertical-align:middle; 
}
.pro_rec ul li dl{
	display:block;
}	
.pro_rec ul li dd{
	display:block;
	margin-top:15px;
    height:28px;
	line-height:28px;
	text-align:center;
}	

			
.arclist {
	position:relative;
    padding:20px;
}
.arclist li{
    border:none;
	line-height:30px;
	height:30px;
	border-bottom:#f5f5f5 solid 1px;
	
}
.arclist li span{
    display: block;
	float:left;
	margin-right:10px;
}
.arclist li a{
	float:left;
    display: block;
	background:url(../images/tl_cut.png) no-repeat 5px 13px;padding-left:16px;
}
.arclist li .time{
	float:left;
	margin-left:30px;
	color:#ccc;
    display: block;
}

.prolist {
	clear:both;
	position:relative;
	float:left;
	overflow:hidden;
	padding:10px;
	list-style:none;
}
.prolist ul { width:980px; margin-left:15px; margin-top:15px;}
.prolist li{
	margin-bottom:15px;
	overflow:hidden;
	display:block;
	width:280px;
	float:left;
	margin-right:25px;
	
	margin-bottom:25px;
	border:#dddddd solid 1px;
}
.prolist li .pic{
    display: block;
	overflow:hidden;
	width:234px;
	padding-top:25px;
	padding-bottom:25px;
	margin:0 auto; 
}
.prolist li img{
    display: block;
	overflow:hidden;
	width:234px;
	height:234px;
}
.prolist li .txt{padding:10px; line-height:30px; height:30px;border-top:#dddddd solid 1px; text-align:center; overflow:hidden; background:#f8f8f8;}
.prolist li .txt h3{
	margin-bottom:15px;
	font-weight:normal;
}
.prolist li .txt h4{
	margin-top:5px;
	font-size:normal;
	clear:both;
	display:block;
	font-weight:normal;
}
.prolist li .txt h4 a{ color:#F60;}

.abmlist {
	margin-left:15px; margin-right:15px;
	background:#fff;
	overflow:hidden;
}
.abmlist h2{ background:#f4f4f4; border-bottom:#dddddd solid 1px; height:40px; line-height:40px; padding-left:10px; color:#333333; margin-bottom:8px;}
.abmlist h2 a{ display:block; overflow:hidden;color:#333; }
.abmlist ul{ list-style:none; display:block; overflow:hidden; margin-top:10px;}
.abmlist li{
	width:100%;
	float:left;
	overflow:hidden;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:#ddd solid 1px;
}
.abmlist li a{
    display: block;
}
.abmlist li dl{
	width:40%;
	max-width:232px;
	float:left;
	margin-right:2%;
	text-align:left;
    overflow: hidden;
}
.abmlist li dl a{
    display: block;
	padding:5px;
}
.abmlist li dl img{
	width:100%;
	text-align:left;
}
.abmlist li dd{
	width:58%;
	float:left;
	display:block;
	line-height:23px;
	text-align:left;
}
.abmlist li dd h3{
	margin-bottom:5px;
	text-align:left;
}
.abmlist li dd p{
	display:block;
	text-align:left;
	margin-top:5px;
	margin-bottom:10x;
}

.ptnlist {
	clear:both;
	position:relative;
	float:left;
	width:100%;
	overflow:hidden;
	padding:20px;
	list-style:none;
}
.ptnlist li{
	float:left;
	width:360px;
	margin-bottom:15px;
	margin-right:20px;
	overflow:hidden;
	display:block;
	padding-bottom:15px;
}
.ptnlist li img{width:360px;}

.catelist{}
.catelist li{ line-height:30px;margin-bottom:10px;}
.catelist li .fat{ line-height:40px; display:block; font-weight:bolder;background:#ccc;padding-left:10px; font-size:14px;}
.catelist li ul{}
.catelist li ul li{ padding-left:40px; margin-bottom:1px; background:#f4f4f4 url(../images/tl_cut.png) no-repeat 25px 15px;}
/*--------------------page------------------*/
.page{
    margin:10px 0px;
    clear: both;
	padding-top:10px;
	overflow:hidden;
}
.page .first{
    background:url(../images/page.png) 7px -82px no-repeat;
}
.page .last{
    background:url(../images/page.png) 7px -140px no-repeat;
}
.page .next{
    background:url(../images/page.png) 7px 10px no-repeat;
}
.page .prev{
    background:url(../images/page.png) 7px -36px no-repeat;
}
.page span.page_list{ overflow:hidden; float:right;}
.page span.page_list a{
	display:block;
	float:left;
	margin-right:5px;
    border:1px solid #eaeaea;
	padding: 5px 10px 5px 10px;
	font-size:12px;

}
.page span.page_rows{
	display:block; 
	float:right;
    border:1px solid #eaeaea; 
	font-size:12px;
	margin-right:5px;
    padding: 5px 10px 5px 10px;
}
.page span.page_list a.selected{
    background: #f2f2f2;
    color: #222222;
}

/*==============================================================================================*/
/*footer-css
/*==============================================================================================*/
.map {
	width:1185px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	padding:30px 0px 60px 0px;
	text-align:left;
	font-size:12px;
}
.map a{ color:rgb(152,152,152);font-size:14px;}
.map .txt{ color:rgb(152,152,152);line-height:24px;font-size:14px;}
.map-about {
	width:120px;
	height:220px;
	overflow:hidden;
	float:left;
	margin:0 60px 0 0px;
}
.map-product {
	width:450px;
	overflow:hidden;
	float:left;
	margin:0 60px 0 0;
}

.map-product li{
	float:left;
	width:220px;
	height:26px;
	line-height:26px;
	overflow:hidden;
}



.map-news {
	width:120px;
	overflow:hidden;
	float:left;
	margin:0 60px 0 0;
}

.map-news .fimg{
    margin-top:10px;	
}

.map-news .fimg img{
	width::120px;
	height:120px;
	}


.map-contact {
	width:300px;
	overflow:hidden;
	float:left;
	margin:0 0px 0 0;
}
.map-fcode{
	width:180px;
	overflow:hidden;
	float:left;
	}
.map-fcode .fimg{ }
.map-fcode div{ text-align:center; overflow:hidden; margin-top:10px;background:#777; padding:15px 15px 10px 15px; line-height:30px; color:#ccc; }	
.map-about h3,.map-product h3,.map-news h3,.map-contact h3,.map-follow h3,.map-fcode h3 {
	font-size:18px;
	font-weight:normal;
	color:#ffffff;
	line-height:2em;
	margin-bottom:5px;
}
.map-fcode h4 {
	display:block;
	font-size:18px;
	font-weight:normal;
	color:#dddddd;
	line-height:2em;
	margin-top:15px; 
	clear:both; 
	margin-bottom:5px;
	}

.map-about ul,.map-contact ul{
	list-style:none;
	margin:0px;
}

.map-about li,.map-contact li {
	list-style:none;
	margin:0px;
	line-height:2.0em;
}

.copy {
	color:rgb(100,100,100);
	display:block;
	padding:0 10px;
	line-height:12px;
	overflow:hidden;
	background:rgb(17,17,17);
	
}
.copy .bd{padding-top:15px;padding-bottom:15px;}
.copy a {
	font-size:14px;
	color:rgb(100,100,100);

}
.copy li {
	float:left;
	padding:0px 8px;
	border-right:rgb(100,100,100) solid 1px;
	margin-right:1px;
	line-height:12px;
}
.copy li:last-child {
	border-right:none;
}
.copy em {
	color:#9e9e9e;
	font-style:normal;
	margin:0 4px 0 8px;
}

/*==============================================================================================*/
/*other-css
/*==============================================================================================*/
.mvbody{
      width:270px;
	  height:41px;
	  clear:both; 
	  overflow:hidden;
	  position:relative;
	  z-index:100;
	  margin-top:10px;
	  margin-bottom:5px;
}

/*-------------------swbox 图集切换窗-------------------*/
.move_swbox{ width:310px; height:300px; overflow:hidden; float:right; position:relative; }
.move_swbox h2{
	font-size:18px;
	font-weight:normal;
    height: 40px;
	line-height: 40px;
	border-bottom:#fff solid 1px;
	padding-left:10px;
	background:#f9f9f9;
}
.move_swbox .hd{ height:20px; overflow:hidden; position:absolute; right:5px; top:14px; z-index:1; }
.move_swbox .hd ul{ overflow:hidden; zoom:1; float:left; }
.move_swbox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#999999; color:#fff; cursor:pointer; }
.move_swbox .hd ul li.on{ background:#f57209; color:#fff; }
.move_swbox .bd{ position:relative; height:100%; z-index:0; }
.move_swbox .bd li{ zoom:1; vertical-align:middle; }
.move_swbox .bd img{ width:310px; height:260px; display:block; }
/*==============================================================================================*/
/*浮动框
/*==============================================================================================*/
#gtop {
	width:76px;
	height:76px;
	bottom:80px;
	right:20px;
	position:fixed;
	z-index:990;
}
* html {
	background:url(*) fixed;
}
* html body {
	margin:0; height:100%;
}
* html #gtop {
	position:absolute;
	right:expression(documentElement.scrollLeft + documentElement.clientWidth - this.offsetWidth-40);
	top:expression(documentElement.scrollBottom + documentElement.clientHeight - this.offsetHeight-40);
}

.gtop-code {
}
.gtop-code a {
	display:block;
	width:50px;
	height:50px;
	text-indent:-999px;
	overflow:hidden;
	background:url(../images/gtop-code.png) 0 0 no-repeat;
}
.gtop-code a img {
	display:none;
	width:200px;
	height:200px;
	position:absolute;
	top:-10px;
	left:-200px;
}
.gtop-code a:hover img {
	display:block;
}
.gtop-gbook {
	display:block;
	position:relative;
	margin:15px 0 0 0;
}
.gtop-gbook a{
	display:block;
	width:50px;
	height:50px;
	text-indent:-999px;
	overflow:hidden;
	background:url(../images/gtop-gbook.png) 0 0 no-repeat;
}
.gtop-go {
	margin:0px 0 0 0;
}
.gtop-go a {
	display:block;
	width:76px;
	height:76px;
	text-indent:-9999em;
	overflow:hidden;
	background:url(../images/gotop.jpg) 0 0 no-repeat;
}
/*==============================================================================================*/
/*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;}



/*==============================================================================================*/
/*QQ在线咨询
/*==============================================================================================*/
.rides-cs {  height:156px; font-size: 12px; background:#29a7e2; position: fixed; top: 100px; right: 0px; _position: absolute; z-index: 1500; border-radius:6px 0px 0 6px;}
.rides-cs a { color: #00A0E9;}
.rides-cs a:hover { color: #ff8100; text-decoration: none;}
.rides-cs .floatL { width: 36px; float:left; position: relative; z-index:1;height: 181px;}
.rides-cs .floatL a { font-size:0; text-indent: -999em; display: block;}
.rides-cs .floatR { float: left; padding: 5px; overflow:hidden;display:none;height:156px;width: 140px;}
.rides-cs .floatR .cn {background:#F7F7F7; border-radius:6px;margin-top:10px;}
.rides-cs .cn .titZx{ font-size: 14px; color: #333;font-weight:600; line-height:24px;padding:5px;text-align:center;}
.rides-cs .cn ul {padding:0px;}
.rides-cs .cn ul li { line-height: 60px; height:60px;border-bottom: solid 1px #E6E4E4;overflow: hidden;text-align:center;}
.rides-cs .cn ul li span { color: #777;}
.rides-cs .cn ul li a{color: #777;}
.rides-cs .cn ul li img { vertical-align: middle;}
.rides-cs .btnOpen, .rides-cs .btnCtn {  position: relative; z-index:9; top:25px; left: 0;  background-image: url(../images/qqzixunbg.png); background-repeat: no-repeat; display:block;  height: 146px; padding: 8px;}
.rides-cs .btnOpen { background-position: 0 0;top:10px;}
.rides-cs .btnCtn { background-position: -37px 0;top:10px;}
.rides-cs ul li.top { border-bottom: solid #ACE5F9 1px;}
.rides-cs ul li.bot { border-bottom: none;}



#loading{
	position:absolute;
	top:8px;
	right:6px;
	display:none;
}



