@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;
}
h1, h2, h3, h4, h5, h6, h7, em {
	font-weight:bold;
	font-style:normal;
}
table, td {
	border:#eee solid 0px;
}
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:#555555;
	font-size:12px;
	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: verdana, arial, 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:#fbfbfb;
	border-bottom:#d6d6d6 solid 1px;
}
#container {
	margin:0 auto;
	overflow:hidden;
}
#header {
	position:relative;
	z-index:99;
}
#mainer {
	clear:both;
	overflow:hidden;
}
#footer {
	position:relative;
	margin:0;
	border-top:#e8e8e8 solid 1px;
	background:#333333;
}
.right_box {
	width:750px;
	float:right;
	overflow: hidde;
}
.left_box {
	width:220px;
	float: left;
}
.main_box {
	width:990px;
	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:990px;
	margin-left:auto;
	margin-right:auto;
	line-height:31px;
	height:31px;
	color:#333333;
}
.topbd a {
	color:#333333;
}
.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;
}

.lan {
	float:left;
	width:200px;
	z-index:22;
	right:0px;
	overflow:hidden;
}
.lan li {
	padding:0 0px 0 15px;
	float:left;
	line-height:30px;
}
.lan li:last-child {
	border:none;
}
.lan li:hover {
}
.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:Century Gothic, Arial, Helvetica, sans-serif;
	float:right;
}
.lan li a {
	display:block;
	overflow:hidden;
	padding-left:25px;
	color:#666666;
}
.headbd {
	width:990px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
}
.logo {
	float:left;
	height:50px;
	margin-top:25px;
}
.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;
}
.hdgg {
	float:left;
	height:28px;
	line-height:28px;
	margin-top:28px;
	margin-left:5px;
	color:#F00;
	font-size:16px;
}
.tel {
	float:right;
	height:28px;
	line-height:28px;
	margin-top:35px;
	margin-right:15px;
	color:#F00;
	font-size:16px;
}
.nav {
	line-height:45px;
	height:45px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background:#464646;
	position:relative;
	z-index:1;
}
.nav ul {
	width:990px;
	margin-left:auto;
	margin-right:auto;
}
.nav .onsub {
	background:url(../images/onsub.png) no-repeat right 20px;
}
.nav li {
	float:left;
	margin-right:1px;
}
.nav li a {
	display:block;
	padding:0px 30px;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
}
.nav li a:hover, .nav li:hover {
	background:#cc2e35;
	color:#fff;
}
.nav li a.on, .nav li:hover a {
	background:#cc2e35;
	color:#fff;
}
.nav .navroot {
	float:left;
	position:relative;
	background:url(../images/nav_em.png) no-repeat right 10px;
}
.nav  li:last-child{ background:none !important;}
.nav .navsub {
	display:none;
	left:0;
	top:45px;
	z-index:999999;
	position:absolute;
	background:#cc2e35;
	width:250px;
	padding:5px 0;
}
.nav .navsub li {
	zoom:1;
	height:35px;
	line-height:35px;
	display:block;
	width:250px;
	overflow:hidden;
	clear:both;
	border-top:#de373e solid 1px;
	border-bottom:#c02c31 solid 1px;
}
.nav .navsub li:first-child{border-top:none;}
.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 20px 15px !important;
}
.nav .navsub a:hover {
	background:#298101 url(../images/wdot.png) no-repeat 10px 15px;
	color:#fff;
}

/*==============================================================================================*/
/*banner-css
/*==============================================================================================*/

.banner {
	position:relative;
	height:400px;
	overflow:hidden;
	display:block;
	clear:both;
	margin-bottom:20px;
}
.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:400px;
	overflow:hidden;
	text-align:center;
}
.banner .bd li a {
	display:block;
	height:475px;
}
.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-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;
	margin-top:20px;
}
.ibanner .bd {
	width:100%;
	background-position: center 0px;
	background-repeat: no-repeat;
}

/*==============================================================================================*/
/*indexer-css
/*==============================================================================================*/

.guide_body {
	overflow:hidden;
	width:990px;
	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:990px;
	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;
}
.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:"宋体";
	right:0px;
	top:5px;
	z-index:999;
	width:45px;
	height:25px;
	display: block;
}
.guide_news {
	width:480px;
	float:right;
}
.guide_news h2 {
	font-weight:normal;
	display:block;
	overflow:hidden;
	font-size:24px;
	font-family: Arial, Helvetica, sans-serif;
	height: 45px;
	line-height: 50px;
	border-bottom:#d6d6d6 solid 1px;
	margin-bottom:15px;
}
.guide_news h2 span {
	display:block;
	overflow:hidden;
	height:45px;
	line-height:35px;
	width:120px;
	float:left;
	font-size:14px;
	color:#fff;
	background:#c30d23;
	margin-top:10px !important;
	text-align:center;
}
.guide_news h2 a.more {
	display:block;
	overflow:hidden;
	height:45px;
	line-height:35px;
	width:45px;
	float:right;
	font-size:12px;
	color:#888;
	font-family:"宋体",Arial, Helvetica, sans-serif;
	margin-top:12px !important;
	text-align:center;
}
.guide_news li {
	border-bottom:#eee solid 1px;
	overflow:hidden;
	clear:both;
	margin-bottom:15px;
}

.guide_news li:last-child {
	border-bottom:none;
	margin-bottom:0px;
}
.guide_news li dl {
	width:120px;
	height:75px;
	font-weight:bold;
	color:#999;
	text-align:center;
	float:left;
	overflow:hidden;
	background:#f5f5f5;
}
.guide_news li dl img {
	width:120px;
	height:75px;
}
.guide_news li dd {
	width:345px;
	height:80px;
	float:left;
	margin-left:15px;
	margin-top:5px;
}
.guide_news li dd a {
	color:#111;
	padding-bottom:5px;
	font-size:16px;
	word-wrap: break-word;
	white-space:nowrap;
	display:block;
	overflow:hidden;
}
.guide_news li dd p {
	line-height:20px;
	color:#555;
	display:block;
	overflow:hidden;
}


/*-------------------about us-------------------*/

.guide_about {
	width:460px;
	overflow:hidden;
	height:430px;
	float:left;
}
.guide_about h2 {
	font-weight:normal;
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	height: 45px;
	line-height: 50px;
	border-bottom:#d6d6d6 solid 1px;
	margin-bottom:15px;
}
.guide_about dl {
	float:left;
	overflow:hidden;
	width:460px;
	margin-right:15px;
	margin-bottom:10px;
}
.guide_about dd {
	float:left;
	overflow:hidden;
	width:460px;
	line-height:25px;
}
.guide_about h3 {
	font-size:18px;
	line-height:45px;
}
.guide_about dd a {
	display:block;
	margin-top:15px;
	text-align:left;
	float:left;
	background:#c30d23;
	width:100px;
	height:32px;
	line-height:32px;
	color:#fff;
	font-size:16px;
	text-align:center;
	overflow:hidden;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius:3px;
}
/*-------------------guide-pro-------------------*/

.guide_pro {
	width:750px;
	display:block;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}
.guide_pro h2 {
	font-weight:normal;
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	height: 35px;
	line-height: 35px;
	border-bottom:#d6d6d6 solid 1px;
	margin-bottom:15px;
}
.guide_pro h2 span{ width:150px; float:left;}
.guide_pro h2 a.more {
	color:#999;
	float:right;
	font-size:12px;
	font-family:"宋体",Arial, Helvetica, sans-serif;
	padding-top:5px;
}
.guide_pro h2 ul{ float:left; width:580px; list-style:none;}
.guide_pro h2 ul li { list-style:none; float:left; display:inline-block; margin-right:15px;}
.guide_pro h2 ul li a{ font-size:14px;color:#999;}
.guide_pro h2 ul li a:hover{ color:#ffa800;}
.guide_pro .bd {
	overflow:hidden;
}

.guide_pro .bd ul {
	width:780px;
	overflow:hidden;
	list-style:none;
}
.guide_pro .bd ul li {
	float:left;
	overflow:hidden;
	width:230px;
	list-style:none;
	margin-right:30px;
}
.guide_pro .bd ul li dl {
	overflow:hidden;
	float:left;
	padding:10px;
	border:#d6d6d6 solid 1px;
}
.guide_pro .bd ul li img {
	width:205px;
	height:205px;
}
.guide_pro .bd ul li dd {
	width:100%;
	float:left;
	overflow:hidden;
	height:38px;
	line-height:38px;
}
.guide_pro .bd ul li dd a {
	display:block;
	white-space:nowrap;
	height:38px;
	overflow:hidden;
	text-align:center;
	line-height:38px;
	font-size:12px;
	color:#333;
}
.guide_pro .bd ul li dd p {
	line-height:16px;
}

.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:990px !important;
	clear:both;
	overflow:hidden;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
}
.guide_client h2 {
	font-weight:normal;
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	height: 40px;
	line-height: 40px;
	border-bottom:#d6d6d6 solid 1px;
	margin-bottom:20px;
}
.guide_client h2 span {
	color:#ccc;
	padding-left:15px;
}
.guide_client .bd ul {
	display:block;
	width:1020px;
	list-style:none;
}
.guide_client .bd li {
	float:left;
	list-style-type:none;
	overflow:hidden;
	width:318px;
	background:#f5f5f5;
	height:300px;
	margin-right:18px;
}
.guide_client dl {
	float:left;
	height:180px;
	overflow:hidden;
}
.guide_client dd {
	padding:15px 10px 10px 15px;
	height:60px;
	overflow:hidden;
	float:left;
}
.guide_client dd a {
	font-weight:bolder;
	line-height:35px;
	font-size:15px;
}

.guide_client .jcbtn {
	position:absolute;
	left:0px;
	top:35px;
	width:990px;
	z-index:99;
}
.guide_client .jcbtn .prev {
	position:absolute;
	left:0px;
	top:65px;
	display:none;
}
.guide_client .jcbtn .next {
	position:absolute;
	right:0px;
	top:65px;
	display:none;
}



.partner{ width:100%; overflow:hidden; display:block; background:#f5f5f5; margin-top:10px;}
.guide_partner {
	  width:990px; 
	  clear:both; 
	  overflow:hidden;
	  position:relative; 
	  margin-left:auto; 
	  margin-right:auto;
	  padding-top:5px;padding-bottom:5px;

}
.guide_partner h2{ 
    width:180px;
	float:left;
	line-height: 50px;
	overflow:hidden;
	font-weight:normal;
	font-size:18px;
}

.guide_partner .bd{ width:790px; float:left; margin-top:18px;}
.guide_partner ul {display:block;  overflow:hidden;  }
.guide_partner ul li {
	float:left;
	overflow:hidden;
	list-style: none;
	height:20px;
	line-height: 20px;
	margin-right:15px;
}

/*==============================================================================================*/
/*lefter-css
/*==============================================================================================*/

.cate {
	margin-bottom:20px;
	display:block;
	overflow:hidden;
	background:#fff;
	border-bottom:#d6d6d6 solid 1px;
}
.cate h2 {
	height:45px;
	line-height:45px;
	background:#d9353c;
	padding-left:15px;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
}
.cate li {
	background:#fbfbfb;
	border-bottom:#d6d6d6 solid 1px;
}
.cate li:last-child {
	border-bottom:none
}
.cate li div {
	display:block;
	line-height:38px;
}
.cate li div span {
	display:block;
	line-height:38px;
	background: url(../images/cate.png) no-repeat 0px -52px;
	padding-left:15px;
	cursor:pointer;
}
.cate li a {
	display:block;
	line-height:38px;
	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:#d6d6d6;
}
.cate li .cur span {
	background:url(../images/cate.png) no-repeat 0px -127px;
}
.cate li .onhvr {
	color:#F90;
}
.cate li ul {
	display:none
}
.cate .root {
	background:#d6d6d6;
}
.cate .root span {
	background:url(../images/cate.png) no-repeat 0px -201px;
	color:#FFF;
	padding-left:15px;
}
.cate .root.cur span {
	color:#fff;
	background:#d6d6d6 url(../images/cate.png) no-repeat 0px -276px !important;
}
.box {
	margin-bottom:20px;
	display:block;
	overflow:hidden;
}
.box h2 {
	height:45px;
	line-height:45px;
	background: #d9353c;
	padding-left:15px;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
}
.box .bd {
	padding:15px;
	border-bottom:#d6d6d6 solid 1px;
	border-left:#d6d6d6 solid 1px;
	border-right:#d6d6d6 solid 1px;
}
.box li {
	margin-bottom:5px;
	background:url(../images/dot.png) no-repeat 0px 8px;
	font-size:12px;
	padding-left:10px;
}
.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:750px;
	min-height:800px;
	overflow:hidden;
	text-align:left;
	background:#ffffff;
	border:#d6d6d6 solid 1px;
}
.comcont .hd {
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	line-height:43px;
	height:43px;
	border-bottom:#d6d6d6 solid 1px;
	background:#fbfbfb;
}
.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 16px;
	padding-left:30px;
	line-height:43px;
	height:43px;
	display:block;
	margin-right:20px;
}
.comcont .locate span {
	float:right;
	line-height:43px;
	height:43px;
	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 13px;
	padding-left:20px;
	margin-right:10px;
}
.comcont .locate li {
	float:left;
	display:block;
	padding:0px 12px 0px 8px;
	text-align:left;
	background:url(../images/arrow.png) no-repeat right 18px;
}
.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-size:16px;
	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;
	border:#e8e8e8 solid 1px;
	float:left;
	text-align:center;
}
.content .price {
	color:#F60;
	font-size:20px;
}
.content .pic img {
	text-align:center;
	margin:0 auto;
	max-width: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:#f38200;
	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;
}
.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:161px;
	height:159px;
	margin-right:19px;
	margin-bottom:20px;
	border:#eaeaea solid 1px;
}
.pro_rec ul li img {
	margin-top:5px;
	max-width:140px;
	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:750px;
	margin-left:8px;
	margin-top:8px;
}
.prolist li {
	margin-bottom:15px;
	overflow:hidden;
	display:block;
	width:226px;
	float:left;
	margin-right:15px;
	text-align:center;
	margin-bottom:15px;
	border:#d6d6d6 solid 1px;
}
.prolist li .pic {
	display: block;
	overflow:hidden;
	width:220px;
	padding:3px;
	margin:0 auto;
}
.prolist li img {
	display: block;
	overflow:hidden;
	width:220px;
	height:220px;
}
.prolist li .txt {
	padding:10px;
	line-height:30px;
	height:30px;
	border-top:#eee solid 1px;
	text-align:center;
	overflow:hidden;
	background:#fafafa;
}
.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 #d6d6d6;
	padding: 5px 10px 5px 10px;
	font-size:12px;
}
.page span.page_rows {
	display:block;
	float:right;
	border:1px solid #d6d6d6;
	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:990px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	padding:30px 0px 20px 0px;
	text-align:left;
	font-size:12px;
}
.map a {
	color:#888888;
	font-size:12px;
}
.map .txt {
	color:#888888;
	line-height:2.2em;
	font-size:12px;
}
.map-left {
	width:310px;
	margin-bottom:10px;
	overflow:hidden;
	float:left;
}
.map-mid {
	width:180px;
	margin-left:20px;
	margin-right:30px;
	overflow:hidden;
	color:#888888;
	float:left;
}
.map-mid div{ margin-bottom:10px;}
.map-right {
	width:430px;
	overflow:hidden;
	float:left;
}
.map-contact {
	width:990px;
	overflow:hidden;
}
.map-right .txt{
	width:310px;
	overflow:hidden;
	float:left;
}
.map-fcode {
	overflow:hidden;
	width:120px;
	float:left;
}
.map-fcode .fimg {
	width:100px;
	padding:10px;
}
.map-fcode div {
	text-align:center;
	overflow:hidden;
	margin-top:30px;
	line-height:30px;
	color:#888888;
}
.map-left h3, .map-mid h3, .map-right h3, .map-contact h3, .map-follow h3, .map-fcode h3 {
	font-size:20px;
	font-weight:700;
	color:#ddd;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-bottom:10px;
	line-height:30px;
	clear:both;
	display:block;
}
.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-left ul, .map-mid ul, .map-right ul {
	list-style:none;
	margin:0px;
}
.map-left li {
	list-style:none;
	margin-right:20px;
	line-height:2.0em;
	float:left;
}
.map-mid li {
	list-style:none;
	margin-right:10px;
	line-height:2.0em;
	float:left;
}
.copy {
	clear:both;
	width:990px;
	margin-left:auto;
	margin-right:auto;
	color:#9e9e9e;
	display:block;
	padding:5px 0px;
	line-height:12px;
	margin-top:10px;
	overflow:hidden;
	border-top:#444 solid 1px;
}
.copy .bd {
	padding:15px 0px;
}
.copy a {
	font-size:12px;
	color:#999999;
}
.copy li {
	float:left;
	padding:0px 10px;
	border-right:#777 solid 1px;
	margin-right:0px;
	line-height:12px;
}
.copy li:last-child {
	border-right:none;
	padding-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:50px;
	height:80px;
	bottom:80px;
	right:12px;
	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:50px;
	height:50px;
	text-indent:-999px;
	overflow:hidden;
	background:url(../images/gtop-go.png) 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;
}
