@charset "utf-8";
/*CSS reset*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {margin:0;padding:0;}
body, button, input, select, textarea {font:13px/1.5 '\5FAE\8F6F\96C5\9ED1', tahoma, arial, sans-serif; outline:0;}
h1, h2, h3, h4, h5, h6 {font-size:100%;}
address, cite, dfn, em, var {font-style:normal;}
ul, ol {list-style:none;}
a {text-decoration:none;}
a:hover {text-decoration:underline;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
legend {color:#000;}
fieldset, img {border:0;}
button, input, select, textarea {font-size:100%;}
table {border-collapse:collapse;border-spacing:0;}

input,select{vertical-align:middle;font:12px/1.231 arial,helvetica,clean,sans-serif;}


/*CSS Common | Patch*/
.wrap{ width:1000px;margin:0 auto;}
.clear{ clear:both}
.cf {*zoom:1;}
.cl{ float:left;}
.cr {float:right;}
.fl{ float:left;}
.fr {float:right;}
.cb{clear:both}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt12 {margin-top:12px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25{ margin-top:25px}
.mt30{ margin-top:30px}
.mt100 {margin-top:100px;}

.ml10{ margin-left:10px}
.ml15{ margin-left:10px}
.ml20{ margin-left:20px}
.cf:after {content:'\0020';display:block;height:0;clear:both;font-size:0;visibility:hidden;}

/*Page Base*/
body {background-color:#fff;color:#333;overflow-x:hidden; }
a {color:#333;text-decoration: none;}
a:hover {color:#0b95ff;text-decoration:none}
.incont {font-size:14px;line-height:1.5; margin:10px 0;color:#555;}
.incont p { margin-bottom:5px;}
.incont table {border-collapse:collapse; border-spacing:0; margin-bottom:10px;}
.incont table td {padding:6px; border:1px solid #ccc;}
.incont table .firstRow td{ font-weight:700; background:#ebebeb; font-family: src}
.incont_2{ padding:5px}

/**色块效果**/
.glow {/**这个是控制上面色块出现的过渡和时间**/
transition-property: box-shadow;
transition-duration: .3s;
}
.glow:hover {
box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.glow_1 {/**这个是控制上面色块出现的过渡和时间**/
transition-property: box-shadow;
transition-duration: .1s;
}
.glow_1:hover {
box-shadow: 0 0 60px rgba(0, 0, 0, 10);
}
/************/


/*顶部*/

.top {background-color:#f5f5f5; height:30px; line-height:30px; font-size:14px;}
.top .msg {color:#444444; font-size:14px; display:block;}
.top .link { color:#444444; font-size:14px}
.top .link a { color:#444444;}
.top .link a span{ color:#444444}
.top .link a:hover { color:#0b95ff;}
.top .link a.i { color:444444;}
.top .link a.i:hover { font-weight:700;}

/*头部*/
.header { background:#fff; height:128px; width:100%}
.header .logo {width:130px; border-right:1px solid #e2e2e2; margin-top:20px; }
.header .logo a {display:block;}
.header .logo a img{ padding-left:15px}
.logo_text{margin-top:29px; margin-left:30px}
.logo_text h2{ font-size:26px; color:#0b95ff;}
.logo_text h2 span{color:#434343}
.logo_text p{ margin-top:5px;font-size:16px; color:#444444}
.tel{ text-align:right; margin-top:21px}

.tel_pic{ width:40px; height:57px; background:url(../image/tophoto.png) 2px 14px no-repeat; margin-right:5px}
.tel_text{ width:150px; height:57px;; text-align:left;}
.tel_text span{ color:#333; font-size:14px; display:block; padding-top:7px;}
.tel_text p{ font-size:20px; margin-top:-3px; color:#0b95ff}

/**主导航**/

.box_nav{ height:46px; background:#0b95ff; }
.nav{ width:1000px; height:46px; margin:0 auto; line-height:46px; font-size:16px;  }
.nav li{ float:left;}
.nav li a{ display:block; color:#fff; width:125px; text-align:center}
.nav li a h1{ font-weight:normal}
.nav li .current{ background-color:#0065b3; }
.nav li a:hover{ background-color:#0065b3;  }

/**banner**/
.bannerBox{width:100%; height:550px; }
#flashs{ position:relative; height:550px; overflow:hidden;}
#flashs .bgitem{  z-index:1;position:absolute; top:0; }
#flashs .btn{ position:absolute; z-index:7; bottom:10px; left:50%; margin-left:-64px; padding:0px 6px;}
#flashs .btn span{ color:#fff;  background:#202932; cursor: pointer;display: inline-block;margin:0 2px;width:25px;height:25px;font-size:14px;line-height:25px;text-align:center;}
#flashs .btn span.cur{ background:#0b95ff;}


.flexslider { position: relative; height: 350px; overflow: hidden; background:url(../image/loading.gif)50% no-repeat;}
.slides { position: relative; z-index: 1;}
.slides li { height: 350px;display:block; }
.slides li a{ display:block; width:100%; height:350px;}
.flex-control-nav { position: absolute; bottom: 10px; z-index: 2; width: 100%; text-align: center;}
.flex-control-nav li { display: inline-block; width: 14px; height: 14px; margin: 0 5px; *display: inline; zoom: 1; }
.flex-control-nav a { display: inline-block; width: 14px; height: 14px; line-height: 40px; overflow: hidden; background:url(../image/dot.png) right 0 no-repeat; cursor: pointer; }
.flex-control-nav .flex-active { background-position: 0 0; }

/**搜索框架**/
.sou{ height:50px; background:#f5f5f5;overflow:hidden;}
.sou_1{ height:50px;overflow:hidden; border:1px solid #dedede;}

.s_inp01{ width:231px; margin-top:10px;}
.inp01{ width:160px; height:27px; line-height:27px; background:#fff; border:0 ; padding-left:9px; font-family:"Microsoft Yahei"; overflow:hidden;
	-webkit-border-top-left-radius:15px;
	-moz-border-top-left-radius:15px;
	border-top-left-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-bottom-left-radius:15px;
	border-top-bottom-radius:15px;
}

.sou p{ width:670px; color:#444444; font-size:14px; height:50px; line-height:50px; overflow:hidden;}
.sou p a{color:#444444; padding:0 7px;}
.sou p a:hover{ color:#0b95ff}
.sou p b{ color:#44444; font-weight:normal}

/**porduct_bj**/
.porduct_bj{ width:100%; display:inline-block; background:#f6f6f8}
.porduct_bj_top{ width:100%; background:url(../image/porduct_bj_top.png); height:14px}

/**内容大框架**/
.pro_left{ width:194px;}
.pro_right{ width:795px;}

/**副导航**/
.pro_white{ width:100%; display:inline-block; background:#fff; border:1px solid #dedede; padding-bottom:10px}
.pro_white_bt{ color:#f00f24; width:182px; border-bottom:1px solid #dedede; margin-left:6px; padding-bottom:10px; height:35px; margin-bottom:10px}
.pro_white_bt h3{ float:left; font-size:22px; width:182px; height:33px; line-height:33px; display:block; text-align:center; margin-top:8px}

.pro_f_nav{}
.pro_f_nav dl{}
.pro_f_nav dl dt{ width:180px; background:#f00f24; height:30px; line-height:30px; text-indent:15px; margin-left:8px; font-size:16px; margin-top:10px; }
.pro_f_nav dl dt a{ color:#fff}
.pro_f_nav dl ul{}
.pro_f_nav dl ul li{ height:29px; line-height:29px; margin-left:8px; background:url(../image/pro_f_nav.png) no-repeat 10px 11px; text-indent:25px; width:180px; border-bottom:1px dashed #dedede}



/**首页产品右边**/
.pro_home_tj{ width:794px; height:31px; background:url(../image/pro_home_tj.png) no-repeat}
.pro_home_tj p{ padding-top:6px; font-size:16px; text-indent:45px; color:#0b95ff}

/*左边产品列表*/

.prList_down{ width:100%;}
.prList_down li{ float:left; width:252px; margin-right:19px; margin-bottom:10px; padding-bottom:8px; background:#fff}
.prList_down li dt{text-align:center;}
.prList_down li img{ display:block; width:252px; height:222px; border-bottom:1px solid #dedede}
.prList_down li dd h3{ text-align:center; font-size:16px; color:#4b4b4b; margin-top:6px; padding-bottom:3px; font-weight:normal}  
.prList_down li dd h3 a{color:#4b4b4b; text-decoration:none;} 
.cpbtn{ padding-top:5px; text-align:center;}
.cpbtn a{ display:inline-block; height:25px; line-height:25px; text-decoration:none; padding:0px 10px; color:#fff; font-size:12px; text-align:center;}
.cpbtn .chakan{ background:#dedede; margin-right:26px; color:#333}
.cpbtn .zixun{ background:#0b95ff;}

/****/
.side_banner_home{ width:100%; height:250px; overflow:hidden;margin-bottom:10px}
.side_banner_home img { width:100%; }

/****/
.youshi_beijing{ width:100%; display:inline-block}
.youshi_top{ width:100%; height:95px; background:url(../image/youshi_top.png) no-repeat center center;}
.youshi_2_bj{ width:100%; height:1154px; background:url(../image/youshi_beijing.jpg) no-repeat; margin-top:10px}


.ys_box_1{ width:420px; position:relative; top:-14px; left:40px}
.ys_box_1 .ys_tp_1{ width:63px; height:110px; background:url(../image/ys_1_tp_1.png) no-repeat; overflow:hidden}
.ys_box_1 .ys_1_bt{ width:345px; height:50px; margin-top:55px;  font-size:18px; }
.ys_box_1 .ys_1_bt h4{ color:#0b95ff; font-size:20px; font-weight:bold}
.ys_box_1 .ys_1_text p{ background:url(../image/ys_1_text_p.png) no-repeat 0 6px; width:420px; height:25px; line-height:25px; text-indent:20px}


.ys_box_2{ width:420px; position:relative; top:100px; left:580px}
.ys_box_2 .ys_tp_1{ width:63px; height:110px; background:url(../image/ys_1_tp_1.png) no-repeat -66px 0; overflow:hidden}
.ys_box_2 .ys_1_bt{ width:345px; height:50px; margin-top:55px;  font-size:18px; }
.ys_box_2 .ys_1_bt h4{ color:#0b95ff; font-size:20px; font-weight:bold}
.ys_box_2 .ys_1_text p{ background:url(../image/ys_1_text_p.png) no-repeat 0 3px; width:420px; text-indent:20px; margin-bottom:10px}


.ys_box_3{ width:420px; position:relative; top:180px; left:40px}
.ys_box_3 .ys_tp_1{ width:63px; height:110px; background:url(../image/ys_1_tp_1.png) no-repeat -130px 0; overflow:hidden}
.ys_box_3 .ys_1_bt{ width:345px; height:50px; margin-top:55px;  font-size:18px; }
.ys_box_3 .ys_1_bt h4{ color:#0b95ff; font-size:20px; font-weight:bold}
.ys_box_3 .ys_1_text p{ background:url(../image/ys_1_text_p.png) no-repeat 0 3px; width:420px; text-indent:20px; margin-bottom:10px}

.ys_box_4{ width:420px; position:relative; top:240px; left:580px}
.ys_box_4 .ys_tp_1{ width:63px; height:110px; background:url(../image/ys_1_tp_1.png) no-repeat -196px 0; overflow:hidden}
.ys_box_4 .ys_1_bt{ width:345px; height:50px; margin-top:55px;  font-size:18px; }
.ys_box_4 .ys_1_bt h4{ color:#0b95ff; font-size:20px; font-weight:bold}
.ys_box_4 .ys_1_text p{ background:url(../image/ys_1_text_p.png) no-repeat 0 3px; width:420px; text-indent:20px; margin-bottom:10px}

/**side_banner_2_da**/
.side_banner_2_da{ width:100%; height:187px; }
.side_banner_2_da a{ display:block; width:100%;background:url(../image/side_banner_2_da.png) no-repeat center center;height:187px;}

/**case**/
.case_home{}
.case_home h2{ text-align:center; font-size:28px;}
.case_home h2 a{ color:#0b95ff}
.case_home h2 a:hover{ color:#0b95ff}
.case_home p{ text-align:center; color:#dedede; font-size:16px}


.case_home_box{ margin-top:20px}
.case_home_box ul li{ width:313px;float:left; background:#f1f1f1; margin-right:30px; height:320px; overflow:hidden}
.case_home_box ul li .case_h_pic {width:313px; height:209px; overflow:hidden;}
.case_home_box ul li .case_h_pic a img{width:313px; height:209px;} 

.case_home_box ul li .case_h_bt{margin-left:15px; float:left}
.case_home_box ul li .case_h_bt h5{ width:225px; margin-top:10px; height:25px; line-height:25px; overflow:hidden; font-weight:normal}
.case_home_box ul li .case_h_bt p{ width:225px; height:52px; margin-top:5px; font-size:12px; margin-bottom:10px; overflow:hidden; color:#666}
.case_home_box ul li .case_h_moer{ float:right; margin-top:63px; font-size:12px; border-top:1px solid #dedede; display:block; border-bottom:1px solid #dedede; margin-right:10px; margin-bottom:20px; padding-top:5px; padding-bottom:5px}
.case_home_box ul li .case_h_moer a{}



.case_home_box ul li .tubiao{ width:50px; height:70px; background:#0b95ff; position:relative; top:-147px; left:262px;
	-webkit-border-top-left-radius:15px;
	-moz-border-top-left-radius:15px;
	border-top-left-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-bottom-left-radius:15px;
	border-top-bottom-radius:15px;
}
.case_home_box ul li .tubiao em{ font-weight:normal; font-size:22px; color:#fff; text-align:center; width:50px; display:block; border-bottom:1px solid #75baf0}
.case_home_box ul li .tubiao p{  font-size:22px; color:#fff; text-align:center; width:50px; display:block; border-top:1px solid #036ab9}


/****/
.case_about_xian{ width:100%; height:24px; background:url(../image/case_about_tiao.png) no-repeat}

/****/
.about_home_1{ width:608px;}
.about_home_2{ width:380px;}

.diliuhang1_1{height:30px;}
.diliuhang1_1 a.aa{float:left;height:30px;line-height:30px;border-bottom:2px solid #0b95ff; font-weight:normal;font-size: 18px;color:#0b95ff;}
.diliuhang1_1 a.more_1{float:right;margin:11px 20px 0 0;}

.about_pic{ width:311px; height:208px; overflow:hidden}
.about_pic img{ width:311px; height:208px; }
.about_pic_text{ width:311px; height:208px;}
.about_pic_text p{ line-height:2}
.about_pic_text{ width:280px; height:208px; overflow:hidden; text-indent:22px}

.about_bei_2{ width:608px; height:7px; background:url(../image/about_bei_2.png) no-repeat; margin-top:15px; margin-bottom:15px}

.about_tupian{}
.about_tupian ul li{ width:196px; height:131px; overflow:hidden; float:left; margin-right:7px;border:1px solid #dedede}
.about_tupian ul li img{width:196px; height:131px; } 


/****/
.diliuhang2{width:380px;float:right;height:440px; overflow:hidden}
.none {display:none;}
.TabTitle{position:relative;height:30px;}
.TabTitle li{float:left;}
.TabTitle li a.aa{display:block;height:30px;line-height:30px;width:100px;text-align:center;font-weight:normal;font-size: 16px;color:#666666;}
.TabTitle li a.more{display:none;position:absolute;right:10px;top:24px;}
.nTab .TabTitle .active a.aa{color:#0b95ff;border-bottom:2px solid #0b95ff}
.nTab .TabTitle .active a.more{display:block;}
.TabTitle li a:hover{text-decoration: none;}
.TabContent{clear:both;}
.TabContent ul{padding:8px 0 0 0;}
.TabContent ul li{width:340px; line-height:35px;height:35px; overflow:hidden;padding:0 0 0 26px;background:url(../image/dian2.png) 12px center no-repeat;border-bottom:1px dotted #E3E3FF;}
.TabContent ul li span{float:right;margin:0 10px 0 0;color:#000}
.TabContent ul li a{color:#000}


/**footer**/
.foot_beijing{ width:100%; background:#0b95ff; padding-bottom:10px}

.fot_nav{ width:450px;  float:left;margin-right:5px; margin-top:25px;}
.fot_nav ul li{ float:left; margin-right:10px;width:140px;}
.fot_nav ul li a{ color:#fff}
.fot_nav ul li a:hover{ color:#F90}
.fot_nav_bt{ font-size:14px}
.fot_nav_bt a{ }
.fot_nav_text{ margin-top:5px; font-size:14px}
.fot_nav_text a{}
.fn_1{ margin-top:5px}

.fot_box_2{ width:284px;margin-top:25px; border-left:1px solid #CCC; padding-left:15px;}
.fot_box_2 p{ color:#fff; line-height:1.8; font-size:14px}
.fot_box_2 p a{ color:#fff;}

.fot_box_3{ margin-top:18px;}
.fot_box_3 ul li{ float:left; width:100px; height:100px;  margin-right:8px}
.fot_box_3 ul li img{ width:100%;}
.fot_box_3 ul li p{ text-align:center; padding-top:5px; color:#fff}

.link_2{ margin-top:25px; color:#CCC}
.link_2 a{ margin-left:15px; color:#fff}
.link_2 a:hover{ color:#fff}


/*********内页开始************/
.flexslider { position: relative; height: 450px; overflow: hidden; background:url(../image/loading.gif)50% no-repeat;}
.slides { position: relative; z-index: 1;}
.slides li { height: 450px;display:block; }
.slides li a{ display:block; width:100%; height:350px;}
.flex-control-nav { position: absolute; bottom: 10px; z-index: 2; width: 100%; text-align: center;}
.flex-control-nav li { display: inline-block; width: 14px; height: 14px; margin: 0 5px; *display: inline; zoom: 1; }
.flex-control-nav a { display: inline-block; width: 14px; height: 14px; line-height: 40px; overflow: hidden; background:url(../image/dot.png) right 0 no-repeat; cursor: pointer; }
.flex-control-nav .flex-active { background-position: 0 0; }


/*搜索框*/
.srh { height:35px; margin-top:2px}
.srh .hotkey {line-height:35px; display: block;font-family:"微软雅黑"; font-size:12px;}
.srh .srhform .ipt { position:relative; z-index:1; margin-top:2px;}
.srh .srhform .ipt label {position:absolute; cursor:text; left:1px; top:1px; width:170px;padding-left:14px; height:28px; line-height:28px;z-index:2;visibility:hidden; color:#666;font-family:"\5b8b\4f53"; font-size:12px;}
.srh .srhform .q {width:170px; height:28px; line-height:28px; padding-left:14px;font-weight:700; color:#000;border:1px solid #ccc;border-right:0; outline:0;font-family:"\5b8b\4f53"; font-size:12px;border-top-left-radius: 15px;border-bottom-left-radius: 15px;}
.srh .srhform .topsrh {width:50px; height:30px; background:#fff url(../image/srhbtn.jpg) no-repeat center center; border:1px solid #ccc; border-left:0;border-top-right-radius:15px;border-bottom-right-radius:15px; margin-top:2px}

/*搜索框*/
.srh1 { background:url(../image/hd1.gif) repeat-x left bottom;; height:41px; border:1px solid #CCC}
.srh1 .hotkey {line-height:41px; display: block;font-family:"微软雅黑"; font-size:12px;}
.srh1 .srhform .ipt { position:relative; z-index:1; margin-top:5px;}
.srh1 .srhform .ipt label {position:absolute; cursor:text; left:1px; top:1px; width:170px;padding-left:14px; height:28px; line-height:30px;z-index:2;visibility:hidden; color:#666;font-family:"微软雅黑"; font-size:12px;}
.srh1 .srhform .q {width:170px; height:28px;line-height:28px; padding-left:12px;font-weight:700; color:#000;border:1px solid #CCC;border-right:0; outline:0;font-family:"微软雅黑"; font-size:12px;border-top-left-radius: 15px;border-bottom-left-radius: 15px; margin-top:0px}
.srh1 .srhform .topsrh {width:50px; height:30px; margin-top:5px; margin-right:10px; background:#fff url(../image/srhbtn.jpg) no-repeat center center; border:1px solid #CCC; border-left:0;border-top-right-radius:15px;border-bottom-right-radius:15px;cursor:pointer;}
.btn{cursor:pointer}

/**product_top**/
/**产品内页框架开始**/
.left_box{ width:194px;}

/**右边框架**/
.right_box{ width:796px;}
.right_border_box{ border:1px solid #d6d6d6; overflow:hidden}
.right_border_box_1{ border:1px solid #d6d6d6; overflow:hidden; padding-bottom:10px}

.mb_nav{ width:890px; height:40px; line-height:40px; border-bottom:1px solid #dedede; padding-left:15px}
.mb_nav a{ color:#333}
.mb_nav a:hover{ color:#fa6734}


.product_box{ margin-left:10px; margin-top:10px}
.product_box ul li{ float:left; width:250px; height:200px; margin-right:10px}
.product_box_pic{ width:250px; height:170px; overflow:hidden; border:1px solid #dedede;}
.product_box_pic img{width:250px; height:170px;}
.product_box_text{ height:30px; line-height:30px; text-align:center; font-size:13px; color:#666666; width:250px; overflow:hidden}

/*分页通用*/
.page {text-align: center; margin:20px 0;}
.page span, .page a {display: inline-block; margin-right:6px; height:26px; line-height:26px; padding:0 8px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.page a{color:#F4890B; border:1px solid #bbb;color:#000;background-color:#fff;}
.page a:hover {border:1px solid #F4890B;color:#F4890B; text-decoration:none;}
.page .disabled{color: #ccc; border:1px solid #ccc;background-color:#fff;}
.page .cur{color: #F4890B; border:1px solid #F4890B;color:#fff; background:#F4890B;}
.page .hellip{ padding:0;}
.page .total {color:#888;}


.tuijian_box{ width:890px; height:35px; line-height:35px; border-bottom:2px solid #01af63; padding-left:15px}
.tuijian_box h2{ font-weight:normal;}

.tuijian_box_2{ margin-top:5px;}
.tuijian_box_2 ul li{ float:left; width:366px; height:27px; line-height:27px; ; margin-bottom:3px; background:url(../image/dot6.gif) 0 12px no-repeat; padding-left:15px; margin-left:10px;}



/**productdet_box**/
.productdet_box{ padding:7px;}
.pro_pic{ width:400px; height:354px; overflow:hidden; padding:5px;border:1px solid #dedede}
.pro_pic img{width:400px; height:354px; overflow:hidden;}

.pro_sum{ width:360px;}
.pro_sum .add h1{ font-size:18px; font-weight:normal; width:360px; height:36px; line-height:36px; overflow:hidden; border-bottom:1px dashed #d6d6d6;padding-bottom:5px}
.pro_sum .add .sum{ width:360px; height:115px; margin-top:5px;  overflow:hidden;  border-bottom:1px dashed #d6d6d6; color:#505050; line-height:1.7;}
.pro_sum .add .jia_xin{ width:360px; height:213px; margin-top:5px;   border-bottom:1px dashed #d6d6d6; color:#505050; overflow:hidden}

.pro_sum .add .tel1{ font-size:16px; width:360px; height:36px; line-height:36px; border-bottom:1px dashed #d6d6d6; text-align:left; overflow:hidden;}
.pro_sum .add .tel1 .txt{ font-size:24px; color:#d00916; }

/**case_det_box**/
.case_det_box{ padding:7px;}
.case_det_pic{ width:400px; height:267px; overflow:hidden; padding:5px;border:1px solid #dedede;}
.case_det_pic img{width:400px; height:267px; overflow:hidden;}

.case_det_sum{ width:350px; height:278px; overflow:hidden; }
.case_det_sum .add h1{ font-size:18px; font-weight:normal; width:350px; height:36px; line-height:36px; overflow:hidden; border-bottom:1px dashed #d6d6d6;padding-bottom:5px}
.case_det_sum .add .sum{ width:350px; height:160px; margin-top:5px;  overflow:hidden;  border-bottom:1px dashed #d6d6d6; color:#505050; line-height:1.8;}

.case_det_sum .add .tel{ font-size:16px; width:350px;  border-bottom:1px dashed #d6d6d6; text-align:left; margin-top:2px}
.case_det_sum .add .tel .txt{ font-size:24px; color:#00923f; }



/**honor_box内页**/
.honor_box{ padding:10px}
.honor_box ul li{ width:250px; height:223px; float:left; margin-right:11px; }
.honor_let_1{ width:250px; height:188px}
.honor_let_1 img{ width:250px; height:188px; overflow:hidden; border:1px solid #CCC}
.honor_text a{ width:250px; height:35px; display:block; text-align:center; line-height:35px}

/**上下一页的按钮**/
.next_box{ width:795px;background:#fff}
.tuijian_next a{ display:block; padding-left:20px; float:left; padding-right:20px; background:#CCC; padding-top:5px; padding-bottom:5px; margin-right:5px; color:#666}
.tuijian_next a:hover{ background:#fa6734; color:#fff}

.next_key{ line-height:30px; width:795px; background:#fff; }
.next_key a{ padding-left:10px; padding-right:10px}

/**首页产品框架**/

.pro_bt{ height:46px; background:url(../image/pro_bt.png)}
.pro_bt p{ margin-left:90px; line-height:46px; font-size:17px}
.pro_bt p a{ color:#fff}

.pro_nr{ background:#FFF; border:1px solid #dedede}
.pro_nr dl{ margin-left:7px}
.pro_nr dl dt{ width:176px; height:30px; line-height:30px; background:#00923f; margin-top:9px; text-align:center; }
.pro_nr dl dd{ width:176px; text-align:center; line-height:28px; }
.pro_nr dl dd a{ color:#333}
.pro_nr dl dd a:hover,cur{ color:#00923f;}

/**简单的地址联系**/
.side_contacr{ width:100%; background:#fff; }
.side_contacr_bt{width:194px; height:50px; background:#0b95ff; line-height:50px; text-align:center; color:#FFF; font-size:18px; }
.side_contacr_bt a{ color:#fff}
.side_contacr_text{ border:1px solid #e4e4e4; overflow:hidden; padding-bottom:5px; padding-bottom:10px;}
.side_contacr_text p{font-size:13px; padding-top:10px; padding:5px;}
.side_contacr_text em{ display:block; width:194px; height:210px; overflow:hidden; background:url(../image/ico_omputer.png) no-repeat; margin-bottom:10px;}


/**新闻中心**/
.news_nav_h{ }
.news_nav_h h2{width:194px; height:45px; line-height:45px; text-align:center; background:#0b95ff; font-weight:normal; color:#FFF; font-size:16px;}
.news_nav_h h2 a{ color: #FFF}
.news_nav_sum{}
.news_nav_sum ul li{ width:194px; height:30px; line-height:30px; background:#ebebeb; margin-top:5px; text-align:center; display:block}
.news_nav_sum ul li a{ display:block;}
<!--.news_nav_sum ul li a:hover,cur{ background:#d00916; color:#FFF;}-->
.news_nav_sum ul li .current{ background-color:#0b95ff; color:#fff}
.news_nav_sum ul li a:hover{ background-color:#0b95ff;  }





.news_box{ margin-bottom:10px; margin-top:10px}
.news_box ul li{font-family: Arial,"微软雅黑","黑体";width:858px; height:34px; margin-left:10px; margin-bottom:5px; background:url(../image/dot2.gif) no-repeat 0 10px; padding-left:10px; font-size:12px; border-bottom:1px dashed #ebebeb}
.news_box_bt{width:740px; height:28px; line-height:28px;  overflow:hidden;}
.news_box_time{ width:76px; height:28px; line-height:28px; }

/**newsdet_box新闻内页**/
.newsdet_box{ padding:5px;}
.newdet_bt h1{ font-size:22px; font-weight:normal; text-align:center; margin-top:10px; margin-bottom:10px}
.news_det_border{ width:870px; border-top:1px dashed #CCC; margin-left:3px}
.news_det_border_1{ width:310px; height:32px; line-height:32px;}
.news_det_border_1 p{ font-size:12px; float:left; margin-right:20px; margin-top:5px;}
.news_det_border_2{ width:278px; height:32px; float:right; margin-top:5px;}



.case_box_n_1{}
.case_box_n_1 ul { margin-left:10px; margin-top:10px}
.case_box_n_1 ul li{  width:376px; height:170px;float:left; margin-right:16px; margin-bottom:13px; border-bottom:1px dashed #CCC; }
.case_box_src{ width:185px; height:162px; border:1px solid #d6d6d6}
.case_box_src img{width:185px; height:162px; overflow:hidden}
.case_box_text{ width:180px; height:162px;}
.case_box_text h2{ font-size:16px; font-weight:normal; width:180px; height:26px; line-height:26px; overflow:hidden}
.case_box_text p{ color:#666; font-size:13px; width:180px; overflow:hidden; height:133px}

/**news**/


.sied_about_box_list{ padding:5px}


.mytopxgt_er1 { width: 800px;  border-left:1px solid #dfdfdf; border-top:1px solid #dfdfdf; border-right:1px solid #dfdfdf; margin-top:-1px; font-size: }
.mytopxgt_er1 .list_ew { width: 100%; }
.mytopxgt_er1 .list_ew table { width: 100%; border: none;line-height: 28px; border-collapse: collapse; }
.mytopxgt_er1 .list_ew table tr { width: 100%; border: 0;border-bottom: 1px dotted #dfdfdf;border-collapse: collapse; }
.mytopxgt_er1 .list_ew table td { border: 0;padding: 6px 4px;border-collapse: collapse; }
.mytopxgt_er1 .list_ew table td a { color: #666666; margin: 0 2px;padding: 2px 4px; white-space: nowrap; font-size:13px  }
.mytopxgt_er1 .list_ew table td a:hover { border-radius:2px ;color: #FFFFFF; background-color:#ff7f00; }
.mytopxgt_er1 .list_ew table td a.cur{ background-color:#ff7f00; border-radius:2px ;color: #FFFFFF; }
.mytopxgt_er1 .list_ew table th { font-weight: normal; font-size: 13px;color: #000; white-space: nowrap;border: 0;background-color: #FAFAFA; border-right:1px solid #EAEAEA; width:100px }
.mytopxgt_er1 .list_ew table tr.ladr { border: 0; }


/**在线评论**/
.mbinfo {background:#f2f2f2; border:1px dashed #ccc; padding:10px; margin-top:10px;}
.text_field {border-top:1px solid #999;border-right:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;border-left:1px solid #999;width:190px;height:22px;line-height:22px\9;padding:0 0 0 3px;font-size:12px}
.mbinfo,.mbinfo p{line-height:1.8em;}

table{border-spacing: 1px;border-collapse:collapse;}
table td { padding:6px 8px;}

/****/


a.btnwrap:link,
a.btnwrap:visited { display:inline-block; width:65px; height:25px; line-height:25px; background:#EA4102; }
a.btnwrap:hover { background:#f00; }
a.btnwrap input { background:transparent; width:65px; height:25px; line-height:25px; border:0; color:#fff; cursor:pointer; }



/**回复展示**/
.zaixianloiy{ font-size:16px; margin-top:10px}
.zhanshi_box{ border:1px solid #dedede; padding:5px; margin-top:10px}
.n_box_zhanshi{ font-size:12px; color:#666}
.n_box_zhanshi em{ float:left; margin-right:10px;}
.n_box_zhanshi p{}
.n_box_zhanshi_1{ border-bottom:1px dashed #dedede; margin-top:5px; margin-bottom:5px; padding-bottom:5px}



.cp_box_wb{ width:796px; border:1px solid #dedede;}
.cp_box_bt{width:796px; height:30px; background:#ebebeb; line-height:30px; text-align:center; color:#333}
.cp_box_nb{ padding-top:10px; padding-left:15px}
.cp_box_nb ul li{ width:238px; height:200px;float:left; margin-right:15px; margin-bottom:13px; border:1px solid #dedede; padding-left:5px; padding-top:5px}
.cp_box_nb ul li img{width:230px; height:168px; background:#FFF; overflow:hidden; border:1px solid #dedede}
.cp_box_nb ul li p { width:239px; text-align:center; padding-top:5px; height:30px; overflow:hidden} 

.xinwen_box{width:786px; border:1px solid #dedede;padding:5px}
.xinwen_box ul li{ width:700px; height:20px; background:url(../image/ico27.gif) no-repeat 0 12px; line-height:30px; padding-left:15px; margin-left:10px; margin-top:10px; margin-bottom:10px;}



/**华颂合作伙伴**/
.case_home_bt{ width:1000px; height:67px; background:url(../image/case_home_bt.png) no-repeat; text-align:center;}
.case_home_bt a{ font-size:22px; line-height:80px;}


.side_home_banner{ width:100%; height:167px;}
.side_home_banner img{ width:1902px; height:167px;}

/**tag_bt**/
.tag_bt{ padding-left:12px; font-size:16px; padding-top:15px}
.tag_bt h1{ font-weight:normal;}
.tag_box{ margin-top:10px; margin-left:12px}
.tag_box ul li{ float:left; margin-right:16px; margin-bottom:10px; color:#999; font-size:12px;}


/**tag二级内页框架**/
.ta_box_mb{ margin-top:10px; margin-bottom:10px}
.ta_box_mb h1{ float:left; font-weight:normal}
.ta_box_mb a{ float:left;}

.ta_box_mb_2{margin-top:10px; margin-bottom:10px}
.ta_box_mb_2 h1{font-weight:normal; font-size:16px}

.ta_box_bor{ width:960px; border:1px solid #dedede}
.ta_box_bor_2{ width:860px; border:1px solid #dedede; height:450px;}
.ta_box_bor_1{ width:1000px; border:1px solid #dedede}

.ta_box{ padding-bottom:10px}
.ta_box ul li{ width:940px;height:130px; border:1px solid #dedede; background:#fbfbfb; margin:0 auto; margin-top:10px}
.ta_box_bt{ width:927px; height:28px; line-height:28px; overflow:hidden; margin-left:6px; padding-top:3px}
.ta_box_bt strong{ width:710px; height:28px; overflow:hidden; float:left; font-weight:normal; font-size:14px}
.ta_box_bt span{ display:block; width:115px; height:28px; line-height:28px; overflow:hidden; float:right; text-align:right}
.ta_box_sum{ width:827px; height:61px; margin-left:6px; margin-top:3px; padding-top:3px; border-top:1px dashed #dedede}
.ta_box_sum p{ color:#999; height:60px; overflow:hidden}
.ta_box_biaoqian{ height:20px; background:url(../image/as1.gif) no-repeat; margin-left:6px; padding-left:25px}
.ta_box_biaoqian{}
.ta_box_biaoqian a{ margin-right:10px}

/**网站地图**/
.sitemap{ margin-top:10px; margin-left:10px; margin-bottom:10px; width:1100px}
.sitemap_box_1{ font-size:20px; font-family:"Times New Roman", Times, serif; border-bottom:1px dashed #CCC; margin-bottom:5px;color:#fa6734}
.sitemap_box_1 a{ }
.sitemap_box_2 ul li{ float:left; margin-left:20px; margin-right:20px; width:170px; margin-bottom:10px}
.sitemap_box_2 ul li{line-height:24px; background:url(../image/more_pic_nesw.png) 0 10px no-repeat; padding-left:10px}
.mb_nav_3{ width:1100px; height:40px; line-height:40px; border-bottom:2px solid #fa6734; padding-left:15px}
.mb_nav_n1{ float:left}
.mb_nav_n2{ float:right}
.mb_nav_n2 a{ padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px; border:1px solid #fff; margin-left:5px; background:#CCC}



/**首页产品中心开始**/
.top_porduct_bt{}
.top_porduct_bt a{ font-size:17px; border-left:3px solid #ff7f00; padding-left:10px; color:#ff7f00; margin-right:10px}
.top_porduct_bt span{ color:#ff7f00}

/**副导航开始**/
.side_nav{ border:1px solid #f5f5f5; padding-top:8px; padding-bottom:8px}
.side_nav ul{}
.side_nav ul li{ width:178px; margin:0 auto;}
.side_nav ul li .side_nav_top{ height:30px; line-height:30px; background:#ff7f00; margin-bottom:3px; padding-left:20px; margin-top:7px}
.side_nav ul li .side_nav_top a{ color:#fff; float:left}
.side_nav ul li .side_nav_top i{ display:block; width:9px; height:8px; background:url(../image/jt0.png) no-repeat; position:relative; top:10px; left:135px}
.side_nav ul li dl{}
.side_nav ul li dl dt{width:170px;background:url(../image/yuan.png)10px center no-repeat; border-bottom:1px dashed #F0F0F0; height:30px; line-height:30px; margin:0 auto; overflow:hidden}
.side_nav ul li dl dt a{ padding-left:30px; color:#8a8a8a; font-size:12px}



/*content_df*/  
.case_beijig{ width:100%; background:#f9f9f9}
.content_df{ background:#f9f9f9; margin-top:25px; padding-bottom:20px; width:1000px}
.lvan{ overflow:hidden;}
.lvantitle{ height:56px; margin-top:30px;}
.lvansbox{ width:1000px; overflow:hidden; height:233px; position:relative; left:-23px}
.lvan ul{ width:1000px; padding-top:20px;}
.lvan ul li{ float:left; margin-left:29px;}
.lvan img{ width:307px; height:180px; display:block;}
.lvan .lvanimg{width:236px; height:56px; position:absolute; left:373px; top:0px;}
.lvan .lvantitle{ position:relative;}
.lvan ul li h5{ font-size:14px; text-align:center; color:#636363; padding-top:10px; }
.lvan ul li a{text-decoration:none; }


.qhtab{ width:610px;height:60px;background: url(../image/midline.jpg) center no-repeat; margin:0 auto}
.qhtab a h5{ height:27px;background: url(../image/tabyuan.png) center top no-repeat;font-weight:bold;  margin-top:16px;}
.qhtab a.active span,.qhtab a:hover{ color:#ff7f00;}
.qhtab a.active h5,.qhtab a:hover h5{ height:27px;background: url(../image/tabyuan1.png) center top no-repeat;}
.qhtab a{ width:127px; height:60px; color:#adadad; text-decoration:none; font-weight:normal; font-size:14px; text-align:center; float:left; display:block; margin-right:23px;}

.lvansbox ul li{ position:relative;}

.lvansbox{ position:relative;}
.lvansbox .btn{ width:30px; height:57px; display:block; line-height:57px; text-align:center; font-family:'宋体'; background:#ff7f00; color:#fff; font-size:40px; text-decoration:none; position:absolute;}
.lvansbox .prev_btn{ left:29px; top:83px;}
.lvansbox .next_btn{ right:0px; top:83px;}  

.lvantmore{ width:100%; height:42px; text-align:center; margin:40px 0px 0px 0px;float:left;}
.lvantmore a{ display:inline-block; text-decoration:none; border:1px solid #999; line-height:40px;  background: url(../images/jt002.png) 110px center no-repeat; padding:0px 45px 0px 10px; font-size:14px; color:#683400;}


/*客户见证*/
.khjz{ height:538px;background:url(../image/khjz.jpg) top center no-repeat; padding-bottom:5px; overflow:hidden}
.khjz .container{ position:relative; }

.khjz .titlelink{ width:237px; height:60px; position:absolute; left:373px; top:5px;}
.khjzoutbox{ width:100%; height:392px; position:absolute; left:0px; top:115px;}
.khjzoutbox ul{ float:left; position:relative; cursor:pointer;}
.khjzoutbox ul li{ float:left;width:196px; height:196px;}
.khjzoutbox .fl01 .wbbj{ background:#f6c125;position:relative;}
.khjzoutbox .fl01 .wbbj span{ position:absolute; }
.khjzoutbox .fl01 .wbbj span{ display:block; width:22px; height:19px;
background:url(../image/sj01.png) left center no-repeat; left:88px; top:-16px;}
.khjzoutbox .fl01 .overbg{width:196px; height:392px; position:absolute; left:0px; top:0px; z-index:90;background:url(../image/dian.png);}
.khjzoutbox dl dt h4{ padding:28px 10px 0px 10px; font-size:14px; color:#fff; font-weight:normal; width: 196px; overflow: hidden;}
.khjzoutbox dl dd p{ padding:8px 10px 0px 10px; line-height:20px; font-size:12px; color:#fff; height:78px; overflow:hidden}
.khjzoutbox dl dd h5{ height:32px; background:url(../image/jian.png) center center no-repeat; padding-top:40px;}
.khjzoutbox ul:hover dl dd h5,.khjzoutbox ul.active dl dd h5{ height:32px; background:url(../image/jia.png) center center no-repeat; padding-top:40px;}
#contr ul.active .overbg{ display:none;}

.khjzoutbox .fl01{ width:196px; height:392px;}
.khjzoutbox .fl02{ width:196px; height:392px;}
.khjzoutbox .fl02 .wbbj{ background:#a1b947;position:relative;}
.khjzoutbox .fl02 .overbg{width:196px; height:392px; position:absolute; left:0px; top:0px; z-index:90;background:url(../image/dian.png);}
.khjzoutbox .fl02 .wbbj span{ position:absolute; }
.khjzoutbox .fl02 .wbbj span{ display:block; width:22px; height:19px;
background:url(../image/sj2.png) left center no-repeat; left:88px; bottom:-16px;}

.khjzoutbox .fl03{ width:392px; height:196px;}
.khjzoutbox .fl03 .wbbj{ background:#cf7189;position:relative;}
.khjzoutbox .fl03 .overbg{width:392px; height:196px; position:absolute; left:0px; top:0px; z-index:90;background:url(../image/dian.png);}
.khjzoutbox .fl03 .wbbj span{ position:absolute; }
.khjzoutbox .fl03 .wbbj span{ display:block; width:22px; height:19px;
background:url(../image/sj3.png) left center no-repeat; left:-16px; bottom:88px;}

.khjzoutbox .fl04{ width:392px; height:196px;}
.khjzoutbox .fl04 .wbbj{ background:#5d93b9;position:relative;}
.khjzoutbox .fl04 .overbg{width:392px; height:196px; position:absolute; left:0px; top:0px; z-index:90;background:url(../image/dian.png);}
.khjzoutbox .fl04 .wbbj span{ position:absolute; }
.khjzoutbox .fl04 .wbbj span{ display:block; width:22px; height:19px;
background:url(../image/sj4.png) left center no-repeat; right:-16px; bottom:88px;}
#contr{width:392px; height:392px;}

.khjzoutbox .fl05{ width:196px; height:392px;}
.khjzoutbox .fl05 .wbbj{ background:#f06c3c;position:relative;}
.khjzoutbox .fl05 .overbg{width:196px; height:392px; position:absolute; left:0px; top:0px; z-index:90;background:url(../image/dian.png);}
.khjzoutbox .fl05 .wbbj span{ position:absolute; }
.khjzoutbox .fl05 .wbbj span{ display:block; width:22px; height:19px;
background:url(../image/sj5.png) left center no-repeat; top:-16px; left:88px;}
.khjzoutbox .ggtp img{ width:196px; height:196px;}



/*合作伙伴*/
.case_home_top{ width:1000px; height:67px; background:url(../image/case_home_bt.png); text-align:center}
.case_home_top a{ line-height:84px; font-size:20px; font-weight:bold; color:#0b95ff;}
.case_home_top a:hover{ color:#0b95ff;}

.hzhb{margin-top:0px; margin-bottom:30px;}
.hzhb .hzCont{position:relative; padding-top:30px;}
.hzhb .hzCont ul{margin:0 auto; width:1136px; overflow:hidden;}
.hzhb .hzCont li{margin:0 5px; float:left; width:132px; text-align:center;}
.hzhb .hzCont li img{border:1px solid #e5e5e5; display:block;}
.hzhb .hzCont li h3{margin-top:12px; font-weight:normal;}
.hzhb .hzCont li h3 a{color:#5d5c5c;}
.hzhb .hzCont .btnLeft , .hzhb .hzCont .btnRight{position:absolute; top:50%; margin-top:-15px; width:16px; height:33px;}
.hzhb .hzCont .btnLeft{left:26px; background:url(../image/btnleft.png) no-repeat center;}
.hzhb .hzCont .btnRight{right:26px; background:url(../image/btnright.png) no-repeat center;}
.container{margin-left:auto; margin-right:auto; width:1000px;}


/******************************************************************************************************************/
.huise{ display:inline-block; background:#f8f8f8; width:100%; border-top:1px solid #eeeeee; padding-bottom:20px}
.top_pro_left{ width:225px; display:inline-block;}
.top_pro_right{ width:765px; display:inline-block;}

.top_pro_top{ height:48px; background:#01af63; border-bottom:3px solid #046e32}
.top_pro_top strong{ font-weight:normal; font-size:25px; text-align:center; color:#fff; display:block; padding-top:4px}
.top_pro_top strong span{ font-size:18px; margin-left:5px}

.yingyin{ background:#fff; display:inline-block; width:100%;}
.xiao_yw_1{ width:100%; height:19px; background:url(../image/xiao_yw_1.png) no-repeat}
.xiao_yw_2{ width:100%; height:19px; background:url(../image/xiao_yw_2.png) no-repeat}
.xin_nav_box{display:inline-table; width:100%;border-left:1px solid #eeeeee; border-right:1px solid #eeeeee;}
.xin_nav_wb{ width:208px; height:33px; line-height:33px; background:url(../image/xin_nav_wb.png) no-repeat; margin-left:8px; padding-bottom:10px; text-indent:44px;}
.xin_nav_wb a{ color:#fff;font-size:15px;font-weight:600;font-family: "Arial";}
.xin_nav_wb a:hover{ color:#01af63}
.xin_nav_box ul{ margin-left:8px; margin-top:-8px}
.xin_nav_box ul li{ width:104px; height:30px; line-height:30px; border-bottom:1px solid #e1e1e1; font-size:12px; float:left; overflow:hidden;}
.xin_nav_box ul li a{ color:#949494}
.xin_nav_box ul li a:hover{ color:#01af63}





/*栏目产品列表*/
.prList1{ width:794px; padding:11px 8px 0 18px; overflow:hidden;}
.prList1_top a.active,.prList_top a:hover{ height:42px; background: url(../image/abg.png) top center no-repeat;}
.prList1 .prList_top{ background:#adadad; height:35px; line-height:35px;}
.prList1 .prList_top li{ float:left;}
.prList1 .prList_top a{ display:inline-block; padding-left:20px; padding-right:20px; text-decoration:none; font-size:14px; color:#fff; text-align:center;}
 
.prList1_down{ width:100%; margin:20px 0px 0px 0px;}
.prList1_down li{ float:left; width:238px; margin-right:20px; margin-bottom:10px; padding-bottom:12px}
.prList1_down li dt{text-align:center;}
.prList1_down li img{ display:block; width:238px; height:222px; border:1px solid #dedede}
.prList1_down li dd h3{ text-align:center; font-size:13px;font-weight:bold; color:#4b4b4b; margin-top:6px; padding-bottom:3px}  
.prList1_down li dd h3 a{color:#4b4b4b; text-decoration:none;}  
.prList1_down li dd p{ line-height:16px;font-size:12px; color:#a2a2a2 ; width:238px; height:16px; overflow:hidden; margin:0 auto; text-align:center} 










/****/
.top_pro_top_side_bt{}
.top_pro_top_side_bt{ height:35px; background:#d00916;}
.top_pro_top_side_bt strong{ font-weight:normal; font-size:18px; text-align:center; color:#fff; display:block; padding-top:4px}
.top_pro_top_side_bt strong span{ font-size:14px; margin-left:5px}



.top_pro_top_side_box{ border:1px solid #dedede; padding-bottom:10px; padding-top:5px}

.top_side_tb{ width:170px; height:32px; line-height:32px; background:url(../image/top_side_tb_1.png) no-repeat; margin-left:10px;text-indent:42px; margin-top:5px}
.top_side_tb a{ color:#FFF}
.top_side_tb a:hover{ color:#FFF}

.top_side_tb_2{ width:170px; height:32px; line-height:32px; background:url(../image/top_side_tb_2.png) no-repeat; border-radius:5px; border:1px solid #dedede;margin-left:10px;text-indent:42px; margin-top:5px; display:block}
.top_side_tb_2 a{ color:#333; display:block}
.top_side_tb_2 a:hover{ color:#d00916;}


.top_pro_top_side_box ul {margin-left:20px; margin-top:5px}
.top_pro_top_side_box ul li{ width:140px; height:25px; line-height:25px; background:url(../image/left_li.gif) 0 10px no-repeat; padding-left:10px; margin-bottom:5px}
.top_pro_top_side_box ul li a{}


/****/
.xq_pro{ margin-top:10px}
.xq_pro a{display:block; float:left; padding:5px 20px 5px 20px; border-radius:8px; margin-right:10px}
.an_1{ color:#fff; background:#0b95ff}
.an_1:hover{ background:#0b95ff; color:#fff}
.an_2{ background:#f5f5f5}
.an_2:hover{ background:#f5f5f5; color:#000}

/**推荐产品**/
.m_4 { width:795px; float:right}
.m_4 .hd {padding:10px 12px;border:1px solid #d8d8d8; background:url(../image/hd1.gif) repeat-x left bottom;}
.m_4 .hd h2 {font-family: Arial,"微软雅黑","黑体"; color:#333; font-size:14px; font-weight:normal}
.m_4 .bd {border:1px solid #d8d8d8; padding:8px; border-top:0; height:220px}

.pro {overflow:hidden;}
.pro ul { position:relative; left:7px; top:5px}
.pro ul li {float:left;margin-right:17px;}
.pro ul li .pic {border:0px solid #ccc;padding:4px; width:234px;overflow:hidden}
.pro ul li .pic img {display: block;width:234px; height:170px;}
.pro ul li h2{font-size:14px; text-align:center; height:30px;line-height:30px; overflow: hidden; color:#555; font-weight:300; overflow:hidden; width:234px;}


/**左边栏目常见问题**/
.slet_news{}
.slet_news_bt{width:196px; height:30px; background:#01af63; line-height:30px; text-align:center; color:#FFF}            
.slet_news_box{width:194px;border:1px solid #e4e4e4; overflow:hidden;}
.slet_news_box ul li{width:170px; height:20px; line-height:24px; margin:0 auto; background:url(../image/ico10.gif) no-repeat 0 9px; padding-left:6px; margin-top:10px; margin-bottom:10px; overflow:hidden; font-size:12px}
.slet_news_box ul li a{ color:#666}
.slet_news_box ul li a:hover{ color:#01af63}


.top_fu_tj{ margin-left:225px; position:relative; top:-28px; margin-right:10px;}
.top_fu_tj a{ padding:5px 20px; color:#fff}
.top_fu_tj a:hover{ color:#01af63}

.huise_beijing{ background:#fbfbfb; padding-bottom:50px; padding-top:70px}

.huise_pic{ width:1100px; height:279px; background:url(../image/404.png) no-repeat;}
.huise_text a{ width:100px; height:30px; line-height:30px; text-align:center; background:url(../image/404_1.png); display:block; float:left; margin-right:100px; color:#fff}
.huise_text{ position:relative; top:230px; left:364px}




.drawers_title{height:80px;line-height:80px;text-align:center;color:#FFF;font-size: 26px;font-family: 微软雅黑;background:#0b95ff;}
.drawers_title a{color:#fff}
.drawers_title a:hover{color:#fff;}
.drawers-wrapper{background:#fff;}
.drawer h2{height:46px;cursor:pointer;background:#d00916;border:1px solid #d00916;margin:1px 0 0 0;line-height:46px;text-align:center;color:#FFF;font-weight:bold;font-size: 14px; font-weight:normal}
.drawer h2 a{color:#FFF;}
.drawer:hover{background: #fff;display: block;}
.drawer h2 a:hover{color:#fff;}
.drawer ul{height:240px;overflow:hidden; border:1px solid #dedede}
.drawer ul li{height:38px;line-height:38px;padding:0 0 0 40px;margin:0 5px;border-bottom:1px dotted #B1B1B1;background:url(../image/dian3.gif) 20px center no-repeat;}
.drawer ul li a{color:#000;}
.drawer ul li a:hover{color:#EB5403;}


.product_home_nav_bt{ background: #0b95ff; width: 100%; height: 58px; line-height: 58px; text-align: center; }
.product_home_nav_bt a{ color: #fff; font-size: 22px;}

.product_home_nav{}
.product_home_nav ul li a{ width: 100%; height: 50px; line-height: 50px; text-align: center; background: #dedede; border-bottom: 1px solid #fff; display: block;  color: #000; font-size: 15px; overflow:hidden;}
.product_home_nav ul li a:hover{ background: #0b95ff; color: #fff }


.product_nei_nav{ width: 100%;}
.product_nei_nav h2 a{ font-size:15px; width: 100%; height: 45px; line-height: 45px; background: url(../image/sideli1.png) no-repeat 10px 19px #0065b3; display: block; color: #fff; text-indent: 24px;margin-bottom: 1px; overflow:hidden;}
.product_nei_nav ul li{ width: 100%; height: 25px; line-height: 25px; text-indent: 34px; background: url(../image/sideli2.jpg) no-repeat 17px 13px; border-radius: 1px solid #dedede; margin-bottom: 1px}

/****首页视频推荐****/
.video_box_head{height:40px;line-height:40px;}
.video_box_head h2{border-bottom:2px solid #0b95ff;font-weight:normal;font-size: 18px;color:#0b95ff;}
.video_box_sp{ width:420px; height:280px; border:1px solid #dedede}

.text_box{ width:277px; float:left; margin-left:12px;}
.text_box_head{padding:10px 12px;border:1px solid #d8d8d8; background:url(../image/h_line.gif) repeat-x left bottom;}
.text_box_head h2 {font-family: Arial,"微软雅黑","黑体"; color:#333; font-size:16px; font-weight:normal;}
.text_content{border:1px solid #dedede; height:233px; overflow:hidden;}
.text_content ul li{ font-size:13px; margin-top:5px;padding-left:15px;background:url(../image/dot2.png) left center no-repeat; width:240px; height:28px; line-height:28px;margin-left:8px;overflow:hidden;}

/**列表页底部相关列表**/
/****列表页标题****/
.title20{height:30px;line-height:30px;margin:0 0 0 0px;width:796px;overflow:hidden;background:#dedede left top no-repeat;}
.title20 h2{float:left;color:#FFF;font-size: 16px; background:#0b95ff; font-weight:normal; padding-left:10px; padding-right:10px}
.title20 h2 a{color:#FFF;}
.title20 h2 a:hover{color:#EB5403;}
#content{font-size:14px; line-height:200%;}
.news_text{ margin-left:10px;width:780px;background:url(../image/line-2.gif) left bottom repeat-x;}
.news_text h3{margin-top:5px;margin-left:5px;font-weight:bold;color:#333;}
.news_text h3 a{color:#333;font-size:14px;}
.news_text span{float:right; margin-top:-23px;width:90px;color:#666;font-family:arial,tahoma,sans-serif;font-size:12px;font-style: normal;}
.news_text p{width:760px; padding-left:20px; padding-bottom:10px;color:#999;font-size: 12px; height:53px;overflow:hidden;}

.list_text_pic {float:left;width:25%;}
.down_text{width:73%;float:right;padding:10px 0px;}
.news_list li{ height:30px; line-height:30px; padding-left:15px;background:url(../image/dot_r.gif) left center no-repeat;border-bottom:1px dotted #E3E3FF;}

.gotop{float:right}

.top_banner{ width:100%; display:inline-block; overflow:hidden; min-width: 1000px; vertical-align:middle;}
.top_banner img{ width:100%;}