@charset "utf-8";
/* CSS Document */
/* 创络科技 http://www.chuangluo.com */

/*初始样式、共同样式*/
*html {background-image:url("about:blank"); background-attachment:fixed;}
ul,ol {list-style:none;}
a{text-decoration: none;color: #000;}
img {border:0px;}
h1, h2, h3, h4, h5, h6 {font-size:120%;}
body{ word-wrap:break-word; margin:0px; padding:0px;font-family: Arial,'微软雅黑';}
.imgmid {display:inline-block; *display:inline; *zoom:1; height:100%; width:1px; margin-left:-1px; vertical-align:middle;}
.cle {clear:both; width:0; height:0; display:block; overflow:hidden; font-size:0px;}



/*头部*/
.i_header_box{width: 100%;height: auto;overflow: hidden;}

/*顶部*/
.i_top_box{width: 100%;height: 35px;background: #eee;line-height: 35px;overflow: hidden;}
.i_top_m{width: 1200px;height: 35px;margin: 0 auto;font-size: 12px;color: #999;overflow: hidden;}
.i_top_txt{width: auto;height: 35px;float: left;overflow: hidden;}
.i_top_more{width: auto;height: 20px;line-height: 20px;float: right;margin: 7px 0;overflow: hidden;}
.i_top_more a{color: #666;padding: 0 10px;float: left;background: #ccc;}
.i_top_more a.active{display: block;background: #f00;color: #fff;}
.i_top_more a:hover{color: #fff;background: #f00;}

/*LOGO块*/
.i_logo_box{width: 100%;height: 100px;background: #fff;overflow: hidden;}
.i_logo_m{width: 1200px;height: 100px;margin: 0 auto;overflow: hidden;}

/*logo*/
.logo{width: 409px;height: 100px;float: left;overflow: hidden;}
.logo img{vertical-align:middle; max-width:409px; zoom:expression( function(elm) { if (elm.width>409) { var oldVW = elm.width; elm.width=409; 
elm.height = elm.height*(409 /oldVW); } elm.style.zoom = '1'; }(this));}

/*头部联系方式*/
.i_con{width: auto;height: 20px;margin-top: 20px;float: right;line-height: 20px;font-size: 14px;color: #999;overflow: hidden;}
.i_con span.active{font-size: 16px;}

/*导航*/
.nav{width: 750px;height: 32px;float: right;margin-top: 15px;overflow: hidden;}
.nav ul{margin: 0;padding: 0;float: right;overflow: hidden;}
.nav ul li{float: left;width: auto;min-width: 100px; margin-left: 5px; height: 32px;font-size: 16px;line-height: 30px;text-align: center;overflow: hidden;}
.nav ul li a{display: block;height: 30px;color: #666;}
.nav ul li a.active{color: #f00;border-bottom: 2px solid #f00;}
.nav ul li a:hover{color: #f00;border-bottom: 2px solid #f00;}

/*banner*/
.i_banner{width: 100%;height: 480px;position: relative;overflow: hidden;}
.switch_img{width: 1920px;height: 480px;position: absolute;left: 50%;margin-left: -960px;overflow: hidden;}
.switch_img ul{margin: 0;padding: 0;width: 100000%;height: 480px;position: relative;overflow: hidden;}
.switch_img ul li{width: 1920px;height: 480px;float: left;overflow: hidden;}
.switch_ico{width: auto;height: 16px;width: auto;position: absolute;bottom: 15px;left: 50%;z-index: 100;font-size: 0;text-align: center;overflow: hidden;}
.switch_ico ul{margin: 0;padding: 0;width: auto;height: 16px;overflow: hidden;}
.switch_ico ul li{width: 68px;height: 14px;border: 1px solid #fff;margin: 0 5px;float: left;overflow: hidden;}
.switch_ico ul li.active{width: 66px;height: 12px;border: 2px solid #fff;overflow: hidden;}
.switch_ico ul li img{width: 100%;height: 100%;}

/*内容*/
.i_main_box{width: 1200px;height: 380px;margin: 25px auto;overflow: hidden;}

/*关于我们*/
.i_abo_box{width: 250px;height: 340px;padding: 20px;background: #eee;float: left;margin-right: 10px;overflow: hidden;}
.i_m_title{width: 250px;height: 30px;line-height: 30px;margin-bottom: 5px;overflow: hidden;}
.i_m_title a{float: right;display: block;width: 48px;height: 18px;border: 1px solid #d9d9d9;background: #fff;color: #999;line-height: 18px;font-size: 10px;text-align: center;border-radius: 5px;margin: 5px 0;overflow: hidden;}
.i_m_title a:hover{color: #f00;}
.i_m_title span{font-size: 16px;font-weight: bold;color: #666;}
.i_abo_img{width: 250px;height: auto;max-height: 130px;text-align: center;overflow: hidden;}
.i_abo_img img{max-width:250px; zoom:expression( function(elm) { if (elm.width>250) { var oldVW = elm.width; elm.width=250; 
elm.height = elm.height*(250 /oldVW); } elm.style.zoom = '1'; }(this));}
.i_abo_text{width: 250px;height: 170px;font-size: 14px;line-height: 24px;margin-top: 5px;color: #666;overflow: hidden;}

/*产品中心*/
.i_pro_box{width: 250px;height: 340px;padding: 20px;background: #eee;float: left;margin-right: 10px;overflow: hidden;}
.i_pro_img{width: 250px;height: 310px;position: relative;overflow: hidden;}
.i_pro_img ul{margin: 0;padding: 0;width: 10000%;height: 310px;position: absolute;top: 0;overflow: hidden;}
.i_pro_img ul li{width: 250px;height: 310px;text-align: center;background: #fff;float: left;overflow: hidden;}
.i_pro_img ul li img{vertical-align:middle; max-width:100%; zoom:expression( function(elm) { if (elm.width>100%) { var oldVW = elm.width; elm.width=100%; 
elm.height = elm.height*(100% /oldVW); } elm.style.zoom = '1'; }(this));}

.btn{width: 30px;height: 50px;position: absolute;top: 50%;margin-top: -25px;cursor: pointer;z-index: 1000;overflow: hidden;}
.left{left: 0;}
.right{right: 0;}

/*设备展示*/
.i_fac_box{width: 250px;height: 340px;padding: 20px;background: #eee;float: left;margin-right: 10px;overflow: hidden;}
.i_fac_img{width: 250px;height: auto;max-height: 180px;text-align: center;overflow: hidden;}
.i_fac_img img{max-width:250px; zoom:expression( function(elm) { if (elm.width>250) { var oldVW = elm.width; elm.width=250; 
elm.height = elm.height*(250 /oldVW); } elm.style.zoom = '1'; }(this));}
.i_fac_text{width: 250px;height: 120px;font-size: 14px;line-height: 24px;margin-top: 5px;color: #666;overflow: hidden;}

/*合作代理*/
.i_coo_box{width: 250px;height: 340px;padding: 20px;background: #eee;float: left;margin-right: 10px;overflow: hidden;}
.i_coo_img{width: 250px;height: auto;max-height: 130px;text-align: center;overflow: hidden;}
.i_coo_img img{max-width:250px; zoom:expression( function(elm) { if (elm.width>250) { var oldVW = elm.width; elm.width=250; 
elm.height = elm.height*(250 /oldVW); } elm.style.zoom = '1'; }(this));}
.i_coo_text{width: 250px;height: 205px;font-size: 14px;line-height: 24px;margin-top: 5px;color: #666;overflow: hidden;}

/*底部*/
.i_footer_box{width: 100%;height: auto;padding: 15px 0;background: #2e2e2e;overflow: hidden;}
.i_f_m{width: 1200px;height: auto;margin: 0 auto;text-align: center;font-size: 12px;color: #999;overflow: hidden;}
.i_f_m a{color: #999;}
.i_f_m a:hover{color: #fff;}

/*内页banner*/
.p_banner{width: 100%;height: 190px;position: relative;overflow: hidden;}
.p_banner img{position: absolute;left: 50%;margin-left: -960px;}

/*内容*/
.p_main_box{width: 1200px;height: auto;margin: 30px auto;overflow: hidden;}
/*左侧栏*/
.p_sidebar{width: 300px;height: auto;float: left;overflow: hidden;}
.p_s_nav{width: 300px;height: auto;overflow: hidden;}
.s_nav_title{width: 260px;height: 80px;padding: 0 20px;background: #333;line-height: 80px;font-size: 24px;color: #fff;overflow: hidden;}
.s_nav_list{width: 300px;height: auto;overflow: hidden;}
.s_nav_list ul{margin: 0;padding: 0;}
.s_nav_list ul li{width: 300px;height: auto;margin-top: 1px;font-size: 16px;overflow: hidden;}
.s_nav_list ul li a{display: block;width: 240px;height: auto;padding: 10px 40px 10px 20px;line-height: 24px;background: #f5f5f5 url(../images/ico_c.png) no-repeat 270px;font-size: 16px;color: #666;overflow: hidden;}
.s_nav_list ul li.active a{background: #01830a url(../images/ico.png) no-repeat 270px;color: #fff;}
.s_nav_list ul li:hover a{background: #01830a url(../images/ico.png) no-repeat 270px;color: #fff;}

.p_s_con{width: 298px;height: auto;margin-top: 20px;border: 1px solid #d9d9d9;overflow: hidden;}
.p_s_img{width: 298px;height: auto;overflow: hidden;}
.p_s_img img{max-width:298px; zoom:expression( function(elm) { if (elm.width>298) { var oldVW = elm.width; elm.width=298; 
elm.height = elm.height*(298 /oldVW); } elm.style.zoom = '1'; }(this));}
.p_s_text{width: 258px;height: auto;padding: 5px 20px;font-size: 12px;line-height: 24px;color: #666;overflow: hidden;}
.p_s_text p{margin: 0;padding: 2px 0;}
.p_s_text a{color: #666;}
.p_s_text a:hover{color: #f00;}

/*内容*/
.p_right_box{width: 870px;height: auto;float: right;overflow: hidden;}
.p_title_c{width: 870px;height: 79px;border-bottom: 1px solid #d9d9d9;}
.p_title{width: auto;height: 59px;padding: 10px 0;border-bottom: 1px solid #01830a;line-height: 28px;float: left;overflow: hidden;}
.p_title h6{margin: 0;padding: 0;font-weight: normal;font-size: 24px;color: #333;}
.p_title span{font-size: 12px;color: #666;}
.p_title span span{font-family: '宋体';margin: 0 5px;}
.p_title span a{color: #666;}
.p_title span a:hover{color: #01830a;}

/*关于我们*/
.p_abo_c{width: 870px;height: auto;font-size: 14px;color: #666;line-height: 26px;overflow: hidden;}
.p_abo_c p{margin: 0;padding: 10px 0;}
.p_abo_c img{vertical-align: middle;max-width: 870px;zoom:expression( function(elm) { if (elm.width>870) { var oldVW = elm.width; elm.width=870; 
elm.height = elm.height*(870 /oldVW); } elm.style.zoom = '1'; }(this));}
.p_abo_c table {font-size:14px; width:100%; color:#666; border-width: 1px; border-color: #d9d9d9; border-collapse: collapse;}
.p_abo_c table th {border-width: 1px; padding: 8px; border-style: solid; border-color: #d9d9d9;}
.p_abo_c table td {border-width: 1px; padding:2px 4px; border-style: solid; border-color: #d9d9d9; text-align:center;}

/*新闻中心*/
.p_new_c{width: 870px;height: auto;overflow: hidden;}
.p_new_list{width: 870px;height: auto;overflow: hidden;}
.p_new_list ul{margin: 0;padding: 0;overflow: hidden;}
.p_new_list ul li{width: 850px;height: 44px;padding-left: 20px;background: url(../images/ico2.png) no-repeat 5px;line-height: 44px;border-bottom: 1px dashed #d9d9d9;color: #999;font-size: 14px;overflow: hidden;}
.p_new_list ul li span{float: right;}
.p_new_list ul li a{color: #666;}
.p_new_list ul li a:hover{color: #f00;}

/*新闻详情*/
.new_d_title{width: 870px;height: auto;text-align: right;overflow: hidden;}
.new_d_title h1{margin: 0;padding: 20px 0;font-weight: normal;border-bottom: 1px solid #d9d9d9;text-align: center;font-size: 24px;color: #666;overflow: hidden;}
.new_d_title span{display: inline-block;padding: 6px 0;font-size: 12px;color: #999;}

.new_d_c{width: 870px;height: auto;font-size: 14px;color: #666;line-height: 26px;overflow: hidden;}
.new_d_c img{vertical-align: middle;max-width: 870px;zoom:expression( function(elm) { if (elm.width>870) { var oldVW = elm.width; elm.width=870; 
elm.height = elm.height*(870 /oldVW); } elm.style.zoom = '1'; }(this));}
.new_d_c table {font-size:14px; width:100%; color:#666; border-width: 1px; border-color: #d9d9d9; border-collapse: collapse;}
.new_d_c table th {border-width: 1px; padding: 8px; border-style: solid; border-color: #d9d9d9;}
.new_d_c table td {border-width: 1px; padding:2px 4px; border-style: solid; border-color: #d9d9d9; text-align:center;}

/*产品中心*/
.p_pro_c{width: 870px;height: auto;overflow: hidden;}
.p_pro_list{width: 870px;height: auto;margin-top: 10px;overflow: hidden;}
.p_pro_list ul{margin: 0;padding: 0;width: 1000px;overflow: hidden;}
.p_pro_list ul li{width: 270px;height: auto;float: left;margin: 10px 30px 0 0;overflow: hidden;}
.p_pro_img{width: 268px;height: 190px;border: 1px solid #d9d9d9;text-align: center;overflow: hidden;}
.p_pro_img img{vertical-align:middle; max-width:268px; zoom:expression( function(elm) { if (elm.width>268) { var oldVW = elm.width; elm.width=268; 
elm.height = elm.height*(268 /oldVW); } elm.style.zoom = '1'; }(this));}
.p_pro_text{width: 260px;height: 40px;padding: 0 5px;margin-top: 10px;font-size: 14px;line-height: 20px;text-align: center;overflow: hidden;}
.p_pro_text a{color: #666;}
.p_pro_text a:hover{color: #f00;}

/*产品详情*/
.p_pro_dateils{width: 870px;height: auto;overflow: hidden;}
.pro_d_img{width: 434px;height: 308px;text-align: center;border: 1px solid #d9d9d9;margin: 30px auto 0;overflow: hidden;}
.pro_d_img img{vertical-align: middle;max-width: 434px;zoom:expression( function(elm) { if (elm.width>434) { var oldVW = elm.width; elm.width=434; elm.height = elm.height*(434 /oldVW); } elm.style.zoom = '1'; }(this));}
.pro_d_text{width: 870px;height: auto;padding: 10px 0;line-height: 24px;font-size: 16px;color: #666;margin: 20px 0 0;background: #999;text-align: center;color: #fff;}
.pro_d_text h1{margin: 0; padding: 0; font-weight: normal;}

.pro_d_c{width: 870px;height: auto;font-size: 14px;color: #666;line-height: 26px;overflow: hidden;}
.pro_d_c p{margin: 0;padding: 10px 0;}
.pro_d_c img{vertical-align: middle;max-width: 870px;zoom:expression( function(elm) { if (elm.width>870) { var oldVW = elm.width; elm.width=870; 
elm.height = elm.height*(870 /oldVW); } elm.style.zoom = '1'; }(this));}
.pro_d_c table {font-size:14px; width:100%; color:#666; border-width: 1px; border-color: #d9d9d9; border-collapse: collapse;}
.pro_d_c table th {border-width: 1px; padding: 8px; border-style: solid; border-color: #d9d9d9;}
.pro_d_c table td {border-width: 1px; padding:2px 4px; border-style: solid; border-color: #d9d9d9; text-align:center;}

/*按钮*/
.list{width: 100%;height: 36px;line-height: 36px;font-size: 14px;text-align: center;padding: 30px 0px 10px;}
.list a{display: inline-block;background: #999;color: #fff;padding: 0 14px;margin: 0 2px;}
.list a.active{background: #f00;}
.list a:hover{background: #f00;}

#mapshowbox{width:100%; height:500px;}
#mapshowbox_big{width:100%; height:100%; position:absolute;}
.goto_bigmap{width:100%; height:46px; padding-bottom:10px;}
.goto_bigmap a{display:inline-block; width:100%; height:46px; line-height:46px; font-size:20px; font-family:Arial, "微软雅黑"; text-align:center; color:#fff; background:#ff7000; text-decoration:none;}
.goto_bigmap a:hover{background:#ff6000;}

*html{background-image:url(about:blank); background-attachment:fixed;}
.bottom_tools{position:fixed; z-index:999; right:0px; top:200px; _position:absolute;}
.bottom_tools_mid {top:50%; margin-top:-100px;}
.bottom_tools *{display:block; color:transparent;border:0;background-color:transparent;text-shadow:none;}
.cl_kefubtn_1{width:45px;height:45px;background:url(../images/cl_kefu.png);background-position:0px 0px; margin-bottom:1px;}
.cl_kefubtn_2{width:45px; height:45px; background:url(../images/cl_kefu.png); background-position:0px -45px; cursor:pointer; overflow:hidden;  margin-bottom:1px;}
.cl_kefubtn_2_en{width:45px; height:45px; background:url(../images/cl_kefu.png); background-position:0px -225px; cursor:pointer; overflow:hidden;  margin-bottom:1px;}
.cl_kefubtn_3{width:45px; height:45px; background:url(../images/cl_kefu.png); background-position:0px -90px; cursor:pointer; overflow:hidden; margin-bottom:1px;}
.cl_kefubtn_4{width:45px;height:45px;background:url(../images/cl_kefu.png);background-position:0px -135px;cursor:pointer;}
.cl_kefubtn_4_en{width:45px;height:45px;background:url(../images/cl_kefu.png);background-position:0px -135px;cursor:pointer;}
#cl_gotop{width:45px;height:45px;background:url(../images/cl_kefu.png);background-position:0px -180px;display:none; margin-top:1px;}
.qr_img{position:absolute;top:-45px;left:-183px; display:none; width:141px; height:168px; padding-left:32px; padding-top:50px; background:url(../images/qr_img.png) no-repeat;}
.qr_img img{border:0px; vertical-align:middle; max-width:110px; height:auto; zoom:expression( function(elm) { if (elm.width>110) { var oldVW = elm.width; elm.width=110; elm.height = elm.height*(110 /oldVW); } elm.style.zoom = '1'; }(this));}
.qr_img_en{position:absolute;top:-45px;left:-183px; display:none; width:141px; height:168px; padding-left:32px; padding-top:50px; background:url(../images/qr_img_en.png) no-repeat;}
.qr_img_en img{border:0px; vertical-align:middle; max-width:110px; height:auto; zoom:expression( function(elm) { if (elm.width>110) { var oldVW = elm.width; elm.width=110; elm.height = elm.height*(110 /oldVW); } elm.style.zoom = '1'; }(this));}
.qr_menu{position:absolute;top:46px; left:-180px; width:180px; height:auto; display:none; text-align:right;}
.qr_menu a{display:inline-block; width:100px; padding-left:58px; height:45px; float:left; color:#666; font-size:14px; font-family:Arial, "Microsoft Yahei"; line-height:45px; text-align:left; margin:0px; text-decoration:none; border-bottom:solid 1px #D9D9D9; border-left:solid 1px #D9D9D9; border-right:solid 1px #D9D9D9; padding-right:20px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.qr_menu a.kefu_qq{background:url(../images/kefu_qq.png) no-repeat 20px #FFF;}
.qr_menu a.kefu_ww{background:url(../images/kefu_ww.png) no-repeat 20px #FFF;}
.qr_menu a.kefu_sk{background:url(../images/kefu_sk.png) no-repeat 20px #FFF;}
.qr_menu span{display:inline-block; width:180px; height:auto; float:left; color:#FFF; font-size:16px; font-family:Arial, "Microsoft Yahei"; line-height:45px; text-align:center; margin:0px; text-decoration:none; border-bottom:solid 1px #D9D9D9;}
.qr_menu_1{position:absolute;top:92px; left:-180px; width:180px; height:auto; display:none; text-align:right;}
.qr_menu_1 ul{margin:0px; padding:0px;}
.qr_menu_1 ul li{display:inline-block; width:158px; padding-left:10px; height:45px; float:left; color:#666; font-size:14px; font-family:Arial, "Microsoft Yahei"; line-height:45px; text-align:center; margin:0px; text-decoration:none; border-bottom:solid 1px #D9D9D9; border-left:solid 1px #D9D9D9; border-right:solid 1px #D9D9D9; padding-right:10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; background:#FFF;}
.qr_menu_1 span{display:inline-block; width:180px; height:45px; float:left; color:#FFF; font-size:16px; font-family:Arial, "Microsoft Yahei"; line-height:45px; text-align:center; margin:0px; text-decoration:none; border-bottom:solid 1px #D9D9D9;}
/* 定义在线客服 */