@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:#4e4e4e;
	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:#f2f2f2;
}
#container {
	margin:0 auto;
	/*overflow:hidden;*/
}
#header {
	position:relative;
	z-index:10;
}
#mainer{
	clear:both;
	/*overflow:hidden;*/
}
#footer {
	position:relative;
	margin:0;
	border-top:#e8e8e8 solid 1px;
	background:#666666;
}

.right_box{
    width:950px;
    float:right;
    overflow: hidde;
	}
.left_box{
    width:220px;
    float: left;
}

.main_box {
	width:1200px;
	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:1200px;
	margin-left:auto;
	margin-right:auto;
	line-height:35px;
	height:35px;
	color:#333333;
}
.headbd{
	width:1200px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
}




.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;}

.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:Century Gothic, Arial, Helvetica, sans-serif;
	float:right;
}
.lan li a {
	display:block;
	overflow:hidden;
	padding-left:25px;
	color:#666666;
}



.logo{
	float:left;
	height:50px;
	margin-top:22px;
}
.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;
	height:28px;
	line-height:28px;
	margin-right:15px;
	color:#F00;
	font-size:16px;
	margin-top:12px;
}

.nav{
	line-height:25px;
	height:25px;
	width:780px;
	margin-top:30px;
	clear:both;
	float:right;
	position:relative; z-index:1;
}
.nav ul{ 
    width:780px;
	margin-left:auto;
	margin-right:auto;
}
.nav .onsub{ background:url(../images/onsub.png) no-repeat right 10px;}
.nav li{
	float:left;
	margin-right:1px;
}
.nav li a{
	display:block;
	padding:0px 20px;
	font-size:15px;
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	color:#333;
}
.nav li a:hover,.nav li:hover{
	background:#eeeeee;
	color:#333;
}
.nav li a.on,.nav li:hover a{
	background:#eeeeee;
	color:#333;
}

.nav .navroot{float:left;  position:relative; }
.nav .navsub{display:none; left:0; top:25px;  position:absolute; background:#eeeeee; width:250px; padding:5px 0;  }
.nav .navsub li{ zoom:1; height:35px;line-height:35px;  display:block; width:250px;  overflow:hidden; clear:both; border-bottom:#dddddd solid 1px;}
.nav .navsub a{ display:block; padding-left:30px; overflow:hidden; color:#333; background:url(../images/dot.png) no-repeat 20px 15px !important;}
.nav .navsub a:hover{ background:#dddddd url(../images/dot.png) no-repeat 10px 15px; color:#ff0000;}

/*==============================================================================================*/
/*banner-css
/*==============================================================================================*/
.banner{  position:relative;  height:475px; overflow:hidden; margin-bottom:15px; 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:475px; 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; 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:1200px; 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:1200px; 
	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: 585px;
	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: 90px;
	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:585px;
	float:right;
}
.guide_news .focus{ margin-bottom:0px; overflow:hidden;}
.guide_news p{ display:block; overflow:hidden;}
.guide_news h3,.guide_news h3 a{ font-size:15px; color:#000; line-height:25px;margin-bottom:5px; font-weight:normal;}
.guide_news h4 { color:#CCC; font-weight:normal;}
.guide_news h2{
	font-size:18px;
	font-weight:normal;
    height: 40px;
	line-height: 40px;
	padding-left:10px;
	background:url(../images/hd_bg.png) repeat-x 10px 0px;
	margin-bottom:10px;
}

.guide_news .bd{ clear:both;width:585px; padding-top:8px; overflow:hidden;}
.guide_news .bd li{ overflow:hidden; line-height:25px; width:585px;}
.guide_news .bd li:last-child{ border-bottom:none;}
.guide_news .bd li a{
	padding-left:15px;
	width:470px;
	float:left; 
	background:url(../images/rrow.png) no-repeat 0px 9px;
}
.guide_news .bd li span{ float:right; color:#999; width:100px; text-align:right;}
.guide_news li dl{ width:152px; height:102px; margin-right:15px; float:left; overflow:hidden;}
.guide_news li dd a{ font-weight:bolder;line-height:22px; font-size:14px; word-wrap: break-word;white-space:nowrap;}
.guide_news li dd p{ line-height:20px; color:#999;}
.guide_news li dl img{ width:156px; height:104px;}
.guide_news li dd { width:418px;float:left; overflow:hidden;text-overflow: ellipsis;}

.guide_faq ul{ list-style:none; padding:0px; margin:0px;}
.guide_faq li {list-style:none; padding:0px; margin:0px;margin-bottom:8px;float:left;}
.guide_faq li dl{ font-weight:bolder;line-height:25px; *margin-top:-35px; margin:0px; font-size:14px; background:url(../images/wen.jpg) no-repeat 0px 4px; padding-left:30px;}
.guide_faq li dd{ line-height:22px; *text-indent:-40px; list-style:0px; margin:0px; background:url(../images/da.jpg) no-repeat 0px 4px; padding-left:30px;}

/*-------------------about us-------------------*/

.guide_about {
	width:580px;
	height:380px;
	float:left;
}
.guide_about h2{
	font-size:18px;
	font-weight:normal;
    height: 40px;
	line-height: 40px;
	padding-left:10px;
	background:url(../images/hd_bg.png) repeat-x 10px 0px;
	margin-bottom:10px;
}
.guide_about dl{ float:left; overflow:hidden; width:200px; margin-right:15px; }
.guide_about dd{ float:left; overflow:hidden; width:540px;line-height:25px;}
.guide_about h3{ font-size:18px; line-height:45px;}
.guide_about dd a{ display:block; margin-top:37px; text-align:left; float:left; background:url(../images/more_cn.jpg) no-repeat 0px 0px; width:125px; height:32px; overflow:hidden;}
/*2020-9-14*/
.xn_index_about{width: 100%;height:430px; background: #ecf3f8;clear: both;}
.xn_index_about_box{width: 1200px;margin: 0 auto;}
.index_cnt_m_about{width:1200px;}
.index_about_f{position:relative; width:100%; }
.index_cnt_m_about_t{display: none;}
.i_about_box{float: right;width: 590px; margin-top: 54px;}
.index_cnt_m_about_cnt{width:100%; }
.i_about_img{width:537px; height:305px; border: 5px solid #c1d2de;margin-top: 54px; float: left;}
.i_about_cnt{height:120px; display:block; word-break: break-all; overflow:hidden; font-size:14px; color:#666666; line-height:30px; margin-top: 9px;}
.index_cnt_m_about_more{height: 30px;line-height: 30px; text-align: right;}
.index_cnt_m_about_more a{ font-size: 14px;color: #00468e}
.index_cnt_m_about_more a:hover{ color: #e42727}
.i_about_tit{height: 46px;line-height: 46px; font-size: 30px;color: #333333;}
.index_cut_biaoqian{margin-top: 21px;}
.index_cut_biaoqian>span{width: 198px;height: 36px;text-align: center;display: block; float: left; line-height: 36px; color: #fff; font-size: 14px;}
.index_cut_biaoqian1{background: #807ffe;}
.index_cut_biaoqian2{background: #0067b6; margin-left: 10px;}
.index_cut_biaoqian3{background: #817fc0; margin-top: 9px;}
.index_cut_biaoqian4{background: #629ade; margin-left: 10px; margin-top: 9px;}

/*-------------------guide-pro-------------------*/
.guide_pro {
	width:1190px;
	display:block;
	overflow:hidden;
	margin-bottom:30px;
	position:relative;
}
.guide_pro h2{
	font-size:24px;
	font-weight:normal;
        height: 40px;
	line-height: 40px;
	border-bottom:#ddd solid 1px;
	padding-bottom:2px;
	margin-bottom:15px;
        font-family: "微软雅黑",Arial, Helvetica, sans-serif;
}
.guide_pro h2 span{
	color:#ccc;
	/*padding-left:10px;*/
}
.guide_pro .bd{ background:#f5f5f5; overflow:hidden; padding:30px 25px 30px 30px;  height:240px; }
.guide_pro .movepro{/*width:1135px*/ !important; overflow:hidden;}
.guide_pro ul{ width:1260px; overflow:hidden; list-style:none;}
.guide_pro ul li{ 
     float:left;
	 overflow:hidden;
	 width:260px;
	 list-style:none;
	 margin-right:30px;
	 background:#fff;
	 }
	 
.guide_pro ul li dl{ overflow:hidden; float:left; padding:8px;}	 
.guide_pro ul li img{ 
	 width:234px;
	 height:180px;
	 }
	 
.guide_pro ul li dd {margin-left:0px; width:100%; float:left; overflow:hidden; height:45px; line-height:45px; background:#eeeeee;}	 
.guide_pro ul li dd a
{
	display:block;
    white-space:nowrap;
	height:45px;
	overflow:hidden;
	text-align:center;
	line-height:45px;
 }	
.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:1200px !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 .bd ul {display:block; width:1300px; list-style:none; }
.guide_client .bd li {
	float:left;
	list-style-type:none; 
	overflow:hidden;
	width:368px;
	background:#fff;
	height:340px;
	margin-right:43px;
}
.guide_client dl{ float:left; 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_partner {
	  width:1200px; 
	  clear:both; 
	  overflow:hidden;
	  position:relative; 
	  margin-left:auto; 
	  margin-right:auto;
	  margin-top:15px;
	  margin-bottom:15px;
}
.guide_partner h2{ 
    width: 90px;
	float:left;
	color:#4e4e4e;
	line-height: 46px;
	overflow:hidden;
	font-size:14px;
}

.guide_partner .bd{ width:1100px; float:left;}
.guide_partner ul {display:block; }
.guide_partner ul li {
	float:left;
	overflow:hidden;
	list-style: none;
	width:122px;
	height:46px;
	margin-right:20px;
}
/*==============================================================================================*/
/*lefter-css
/*==============================================================================================*/
.cate{margin-bottom:20px; display:block; overflow:hidden;background:#fff;}
.cate h2{
	height:45px; 
	line-height:45px; 
	background:#2651ba;
	padding-left:15px;
	font-size:14px;
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	color:#fff; 
}
.cate li{ background:#f5f5f5; border-bottom:#fff solid 1px;}
.cate li:last-child{ border-bottom:none}
.cate li div{ display:block; line-height:36px;}
.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: url(../images/cate_hd.jpg) repeat-x;
	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; background:url(../images/arrow.png) no-repeat right 16px;}
.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;
	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:#2651ba; 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: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;
}	
/*2020-09-15新闻列表*/
.imgarclist {position: relative;padding: 20px;}
.list-news{ width:100%; list-style:none; margin:0px; padding:0px; overflow:hidden; }
.list-news li{ float:left; width:100%; padding:0px 0 20px 0; border-bottom:#f5f5f5 solid 1px; margin-bottom:20px; }
.list-news li dl{ width:100%; margin:0px; padding:0px; }
.list-news li dl dt{ width:125px; height:98px; float:left; overflow:hidden; margin-right: 38px;}
.list-news li dl dd{ width:580px; float:left; margin:0; position: relative; }
.list-news li dl dd > a.more{ width: 82px; height: 25px; line-height: 25px; text-align: center; display: block; background-color: #0456a4; color: #fff;}
.list-news li dl dd > a.more:hover{ background-color: #cacaca;}
.list-news li dl dd h6{ margin:0; padding:0; line-height: 28px; }
.list-news li dl dd h6 a{ font-size:14px; color:#0456a4; }
.list-news li dl dd h6 span{ float:right; font-size:12px; color:#999; font-weight:normal; font-family:Arial, Helvetica, sans-serif;  }
.list-news li dl dd p{ padding:0px; line-height: 28px; height: 56px; overflow: hidden; font-size: 12px; color: #666;}
.list-news li dl dd.indate{ width: 150px; text-align: right; line-height: 88px; float: right;}
/**/
			
.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:180px;
}
.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:1200px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	padding:30px 0px 40px 0px;
	text-align:left;
	font-size:12px;
}
.map a{ color:#cdcdcd;font-size:12px;}
.map .txt{ color:#cdcdcd;line-height:2.2em;font-size:12px;}
.map-about {
	width:120px;
	height:220px;
	overflow:hidden;
	float:left;
	margin:0 40px 0 0px;
}
.map-product {
	width:150px;
	overflow:hidden;
	float:left;
	margin:0 40px 0 0;
}
.map-news {
	width:120px;
	overflow:hidden;
	float:left;
	margin:0 40px 0 0;
}
.map-contact {
	width:300px;
	overflow:hidden;
	float:left;
	margin:0 0px 0 0;
}
.map-fcode{
	width:180px;
	overflow:hidden;
	float:right;
	}
.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-product ul,.map-contact ul{
	list-style:none;
	margin:0px;
}

.map-about li,.map-product li,.map-contact li {
	list-style:none;
	margin:0px;
	line-height:2.0em;
}

.copy {
	color:#9e9e9e;
	display:block;
	padding:0 10px;
	line-height:12px;
	overflow:hidden;
	background:#333333;
	
}
.copy .bd{  padding:15px 10px;}
.copy a {
	font-size:12px;
	color:#9a9a9a;

}
.copy li {
	float:left;
	padding:0px 8px;
	border-right:#888 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: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;}
