﻿@charset "utf-8";
/*
* reset
*/
body{font:14px/1.8 \5FAE\8F6F\96C5\9ED1;background:#fff;overflow-x:hidden;color:#5a5a5a;}
input,button,select,legend,fieldset{font-size:100%;border:0;vertical-align:middle;outline:none;margin:0;padding:0;box-sizing:border-box;}
button,input[type="submit"],input[type="reset"]{cursor: pointer; font-family:微软雅黑; }
input[type="text"]{font-family:微软雅黑;}
body,h1,h2,h3,h4,p,ul,ol,dd,dl,form{margin:0;}
h1,h2,h3,h4{ font-size:14px; font-weight:normal;}
img { border: 0 none; height: auto; max-width: 100%; vertical-align: top; -ms-interpolation-mode: bicubic;}
ul{padding-left:0;list-style-type:none;}
i,em,b{font-style:normal;font-weight: normal;}
a{text-decoration:none;outline:none;color:#323232;transition:all .3s ease;}
a:hover{color:#ea5504;}

/*html5 ele*/
article, aside, dialog, footer, header, section, figure, menu { display: block; }

/*ie scroll*/
@-ms-viewport {width:device-width;}

/*
* common
*/
.opc0{opacity:0;}
.wrap{max-width:980px;margin-left:auto;margin-right:auto; *width:980px;}
.fix{*zoom:1;*clear:both;}.fix:before,.fix:after{content:"";display:table;clear:both;}
.oh{overflow:hidden;*zoom:1;}
.l{float:left;}.r{float:right;}
.dib{display:inline-block;*display:inline;*zoom:1;}
.pr{position:relative;}.pa{position:absolute;}
.tc{text-align:center;}.tr{text-align:right;}
.el{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.hidetext { font: 0/0 a; letter-spacing: -9px; }
.btn{cursor:pointer;}
.hide{display:none;}
.arr{display: inline-block; width: 0; height: 0; overflow: hidden; }

/*ico*/
.ico { display: inline-block; overflow: hidden; width: 20px; height: 20px; vertical-align: middle; background: url(../img/ico.png); }
.ico1_2 { background-position: -20px 0; }
.ico1_3 { background-position: -40px 0; }
.ico1_4 { background-position: -60px 0; }
.ico1_5 { background-position: -80px 0; }
.ico2_1 { background-position: 0 -20px; }
.ico2_2 { background-position: -20px -20px; }
.ico2_3 { background-position: -40px -20px; }
.ico2_4 { background-position: -60px -20px; }
.ico2_5 { background-position: -80px -20px; }
.ico3_1 { background-position: 0 -40px; }
.ico3_2 { background-position: -20px -40px; }
.ico3_3 { background-position: -40px -40px; }
.ico3_4 { background-position: -60px -40px; }
.ico3_5 { background-position: -80px -40px; }
.ico4_1 { background-position: 0 -60px; }
.ico4_2 { background-position: -20px -60px; }
.ico4_3 { background-position: -40px -60px; }
.ico4_4 { background-position: -60px -60px; }
.ico4_5 { background-position: -80px -60px; }
.ico5_1 { background-position: 0 -80px; }
.ico5_2 { background-position: -20px -80px; }
.ico5_3 { background-position: -40px -80px; }
.ico5_4 { background-position: -60px -80px; }
.ico5_5 { background-position: -80px -80px; }

.ico_menu { display: inline-block; overflow: hidden; width: 20px; height: 20px; vertical-align: middle; background-image: url(../img/ico_off.png); background-repeat:no-repeat; }
.ico_menu1_2 { background-position: -20px 0; }
.ico_menu1_3 { background-position: -40px 0; }
.ico_menu1_4 { background-position: -60px 0; }
.ico_menu1_5 { background-position: -80px 0; }
.ico_menu2_1 { background-position: 0 -20px; }
.ico_menu2_2 { background-position: -20px -20px; }
.ico_menu2_3 { background-position: -40px -20px; }
.ico_menu2_4 { background-position: -60px -20px; }
.ico_menu2_5 { background-position: -80px -20px; }
.ico_menu3_1 { background-position: 0 -40px; }
.ico_menu3_2 { background-position: -20px -40px; }
.ico_menu3_3 { background-position: -40px -40px; }
.ico_menu3_4 { background-position: -60px -40px; }
.ico_menu3_5 { background-position: -80px -40px; }
.ico_menu4_1 { background-position: 0 -60px; }
.ico_menu4_2 { background-position: -20px -60px; }
.ico_menu4_3 { background-position: -40px -60px; }
.ico_menu4_4 { background-position: -60px -60px; }
.ico_menu4_5 { background-position: -80px -60px; }
.ico_menu5_1 { background-position: 0 -80px; }
.ico_menu5_2 { background-position: -20px -80px; }
.ico_menu5_3 { background-position: -40px -80px; }
.ico_menu5_4 { background-position: -60px -80px; }
.ico_menu5_5 { background-position: -80px -80px; }


/*表格*/
.datalist{ border:1px solid #ccc; border-collapse:collapse; background-color:#fff; }
.datalist caption{ padding-bottom:5px; text-align:left;} 
.datalist th{ border:1px solid #ccc; background-color:#eee; font-weight:700;  padding:5px 1%; }
.datalist td{ border:1px solid #ccc; padding:5px 1%;}
.datalist tr.altrow{ background-color:#c7e5ff;}


/*
flex栅格
*/
.flex-col { 
display: -webkit-box; display: -webkit-flex; display: -ms-box; display: flex; 
-webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; 
}
.flex-row { 
display: -webkit-box; display: -webkit-flex; display: -ms-box; display: flex; 
-webkit-box-orient: horizontal; -ms-flex-direction: row;
}
.flex-1 { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }
.flex-2 { -webkit-box-flex: 2; -webkit-flex: 2; flex: 2; }
.flex-3 { -webkit-box-flex: 3; -webkit-flex: 3; flex: 3; }
.flex-4 { -webkit-box-flex: 4; -webkit-flex: 4; flex: 4; }
.align-stretch { -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-align-items: stretch; align-items: stretch; }
.align-center { -webkit-box-align: center; -webkit-align-items: center; -ms-align-items: center; align-items: center; }
.justify-center { -webkit-box-pack: center; -ms-box-pack: center; justify-content: center; }
.flex-wrap{-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.scroll_cont {width: 100%;height:100%;overflow: auto;box-sizing: border-box;}

/*
* style
*/
.UnpcPush,.MobilePush{display:none;}

/*top*/
.top{ position:relative; z-index:10; }
.topBar{ background:#f7f7f7; height:29px; line-height:29px; position:relative; z-index:100;}
.topBar .tb_left{color:#a3a3a3; float:left;}
.topBar .tb_right{ float:right;}
.tb_right li{ float:right; width:auto; background:#ebebeb; border-left:1px solid #fff; padding:0 15px;}

.topMenu{ position:relative; z-index:9;}
.topMenu .logo{ width:190px; float:left; margin-top:10px;}
.logo .logo_img{ float:left;}
.logo .logo_wz{ float:left;}
.nav{ float:right; width:auto;}
.nav li{ float:left; width:auto; line-height:82px; font-size:14px; margin-left:1px; position:relative; z-index:100;}
.nav li a{ display:block; padding:0 13px;}
.nav li.cur a,.nav li.hover a{ background:#f4f4f4; color:#ea5504;}
.nav li .nav_sele{ width:290px; padding:20px; position:absolute; z-index:100; top:82px; left:0px; background:#f4f4f4; display:none; }
.nav_sele .nav_img{ float:left; width:167px;}
.nav_sele .nav_menu{ float:left; margin-left:15px; width:105px;}
.nav_sele .nav_menu li{ width:100%; line-height:24px; margin-left:0; font-size:13px;}
.nav_sele .nav_menu li a{ padding:0; color:#323232;}
.nav_sele .nav_menu li a:hover{color:#ea5504;}
.nav li.nav_li02{ position:static;}
.nav li.nav_li04 .nav_sele{ right:0px; left:auto;}
.nav li.nav_li05 .nav_sele{ right:0px; left:auto;}
.nav li.nav_li06 .nav_sele{ right:0px; left:auto;}

.nav li .nav_pro_sele{ width:100%; position:absolute; top:82px; left:0px; line-height:2; display:none;}
.nav_pro_sele .nav_pro{ background:#008cd6; padding-bottom:15px;}
.nav_pro_sele .nav_pro .nav_pro_l{ width:17%; float:left; padding-top:20px; }
.nav_pro_sele .nav_pro .nav_pro_r{ width:80%; float:right; overflow:hidden; border-left:1px solid #33a3de; padding-left:2%;}

.nav li .nav_pro_sele li{ line-height:26px;}
.nav li .nav_pro_sele a,.nav li.cur .nav_pro_sele a, .nav li.hover .nav_pro_sele a{ background:none; color:#fff; padding:0;}
.nav li .nav_pro_sele a:hover{ background:none; color:#ea5504;}

.nav_pro_l .nav_prot{ font-size:24px; color:#fff; line-height:34px; margin-bottom:15px; font-weight:bold;}
.nav_pro_l .nav_prot a:hover{ color:#ea5504;}
.nav_pro_l .nav_plist{ margin-bottom:20px;}
.nav_pro_l .nav_plist li{ width:100%; float:left; font-size:14px; font-weight:bold;}

.nav_pro_r ul{ width:102%;}
.nav_pro_r li{ width:23%; float:left; margin-right:2%; margin-left:0; font-size:13px; padding-top:20px;}
.nav_pro_r li a{ padding:0; color:#fff;}
.nav_pro_r li a:hover{color:#ea5504;}
.nav_pro_r li dl{ font-size:16px; font-weight:bold; margin-bottom:7px;}
.nav_pro_r li dd{ margin-bottom:5px; line-height:22px; *text-indent:-40px}


.nav_pro_sele .nav_news{ background:#0073ba; padding:10px 0;}
.nav_news_l{ width:12%; float:left;font-size:24px; color:#fff; line-height:34px; font-weight:bold;}
.nav_news_l a{ color:#fff;}
.nav_news_r{ width:87%; float:right;}
.nav_news_r .title{ font-size:14px; font-weight:bold; margin-bottom:2px;}
.nav_news_r .sum{ font-size:13px; line-height:20px; color:#fff;}
.nav_news_r .sum a{ display:inline; padding-left:5px !important;}

/*banner*/


.banner{height:500px;}
.banner .ban_c img{position:absolute;width:1920px;left:50%;margin-left:-830px;top:0;}
.banner .ban_nav{display:none;}
.banner .Left,.banner .Right{position:absolute;width:38px;height:38px;background:url(http://demo.lanrenzhijia.com/2014/banner1113/images/cir_white.gif) no-repeat #aaa;right:50%;bottom:15px;}
.banner .Left{margin-right:-450px;background-position:5px 0}
.banner .Right{margin-right:-490px;background-position:-33px 0;background-color:#e6292f;}
.bann_ext{position:relative;}
.frontCover{position:absolute;top:-120px;padding:0 0 16px;border-bottom:5px solid #de0000;}
.frontCover li{float:left;width:82px;padding:3px;background:#000;color:#fff;overflow:hidden;margin-right:10px;cursor:pointer;}
.frontCover p{text-align:center;height:14px;line-height:18px;overflow:hidden;}
.frontCover .img{position:relative;height:50px;overflow:hidden;}
.frontCover img{position:absolute;width:192px;height:50px;left:-50px;}
.frontCover .open{background:#e60013;}
.wrap{width:980px;margin-left:auto;margin-right:auto;}
/*幻灯片(组件)*/
.slide{position:relative;width:100%;}
.ban_c{display:none;position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;}
.ban_c img{width:100%;height:100%;}
.ban_t{position:absolute;left:0;bottom:0;width:100%;padding:4px 0;text-indent:10px;white-space:nowrap;overflow:hidden;color:#fff;background:rgba(0,0,0,.5);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#88000000,endcolorstr=#88000000);z-index:3;}
.ban_nav{position:absolute;bottom:0;left:0;width:100%;text-align:right;z-index:4;}
.ban_nav a{display:inline-block;vertical-align:middle;width:14px;height:14px;line-height:14px;overflow:hidden;text-align:center;margin-right:8px;cursor:pointer;text-decoration:none;font-size:10px;-webkit-text-size-adjust:none;background:#ccc;}
.ban_nav .on{background:#f90;color:#fff;}
.Left,.Right{cursor:pointer;}

/*imain*/
.ilan_title{ font-size:18px; color:#323232; font-weight:bold;}
.ilan_title a{ color:#323232;}
.ipro_top { margin-top:30px; margin-bottom:30px;}
.ipro_top .ilan_title{ float:left; line-height:30px;}
.ipro_top .ipro_search{ float:right; width:23%;border:1px solid #dbdbdb; overflow:hidden; }
.ipro_search .ipro_inp{ height:30px; line-height:30px; width:85%; float:left;text-indent:5%;}
.ipro_search .ipro_btn{ height:30px; width:14%; background:#fff url(../img/se_btn.gif) no-repeat right; float:left;}

.ipro_list li .border_x{ border:1px solid #dbdbdb; padding:15px 5%;}
.ipro_list li .img{ text-align:center; position:relative; height:116px;}
.ipro_list li .img img{ max-width:none;}
.ipro_list li .img .img1{ display:inline-block;}
.ipro_list li .img .img2{ display:none;}
.ipro_list li .title{ border-bottom:1px solid #dbdbdb; font-size:16px; padding:15px 0 5px; padding-left:5%; margin-bottom:10px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden; font-weight:bold;}
.ipro_list li .list{ padding-left:5%; line-height:22px;}
.ipro_list li .list span{ display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.ipro_list li .list span a{ color:#5a5a5a;}
.ipro_list li .list span a:hover{ color:#323232;}
.ipro_list li.hover .border_x{ border:1px solid #ea5504; }


.imain_f{ margin-top:30px; padding-bottom:30px;}
.icase_tab { margin-top:10px;}
.icase_tab .icase_tabc{ width:60%; float:left; position:relative;}
.icase_tab .icase_tlist{ width:40%; float:right;}
.icase_tlist li{ height:57px; line-height:57px; background:#ececec; font-size:14px; text-indent:8%; width:100%; float:left; margin-bottom:1px; border-left:1px solid #fff; cursor:pointer; position:relative; text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.icase_tlist li a{ display:block;}
.icase_tlist li.tab_t_cur{ background:#00a73c url(../img/tab_bg.jpg) repeat-y 0 0; color:#fff;}
.icase_tlist li.tab_t_cur a{ color:#fff;}
.icase_tabc .title{ width:80%; padding:10px 15% 10px 5%;  position:absolute; left:0px; bottom:0px; background:rgba(0,0,0,.40); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#66000000,endcolorstr=#66000000); color:#fff; font-size:13px; overflow:hidden;}
.icase_tabc .title a{ display:block; color:#fff;height:40px; line-height:20px; overflow:hidden;}
.icase_tabc .title .jt{ display:block; width:19px; height:10px; background-image:url(../img/case_btn.png); background-repeat:no-repeat; background-position:top; position:absolute; right:10px; top:50%; margin-top:-5px; cursor:pointer;}
.icase_tabc .title.hauto a{ height:80px;}
.icase_tabc .title.hauto .jt{ background-position:bottom;}

.inews_list{ margin-top:10px;}
.inews_list li{ width:100%; float:left; color:#000; margin-bottom:10px;} 
.inews_list li .date{ width:13%; float:left; border-right:1px solid #dbdbdb; text-align:center; padding-right:1%; padding-bottom:2px; color:#c3c3c3;}
.inews_list li .date .d1{ display:block; line-height:14px; margin-bottom:2px;}
.inews_list li .date .d2{ display:block; font-size:30px; line-height:26px;}
.inews_list li .date .d2 em{ font-size:16px;}
.inews_list li .nr{ width:83%; float:right;}
.inews_list li .title{ font-size:14px; line-height:18px; margin-bottom:5px; width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden; color:#323232; cursor:pointer;font-weight:bold;}
.inews_list li .sum{ width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden; color:#5a5a5a;cursor:pointer;}
.inews_list li.hover .date{ color:#ea5504;}
.inews_list li.hover .title{color:#ea5504;}

/*foot*/
.foot{ border-top:1px solid #0092b3;}

.foot_2{ background:#d8d8d8; padding:10px 0; text-align:center;}
.f2_list{ margin-bottom:3px;}
.f2_list a{ display:inline-block; padding: 0 10px 0 5px; background:url(../img/fxian.gif) no-repeat right;}
.f2_list2 a{ display:inline-block; padding:0 5px;}

.foot_1{ background:#f3f3f3; padding:20px 0;}
.foot_1 .foot_menu{ width:74%; float:left;}

.foot_menu li dl{ line-height:38px; font-size:14px; font-weight:bold;}
.foot_menu li dl a{ color:#5a5a5a; display:block; padding-left:20%; background-repeat:no-repeat; background-image:url(../img/foot_ico.png); padding-top:4px;}
.foot_menu li dl a:hover{ background-image:url(../img/foot_ico_hover.png); color:#ea5504;}
.foot_menu li.mf_1 dl a{ background-position:0px -1px;}
.foot_menu li.mf_2 dl a{ background-position:-195px 0px;}
.foot_menu li.mf_3 dl a{background-position:-365px -1px;}
.foot_menu li.mf_4 dl a{background-position:-544px -1px;}
.foot_menu li dd{ margin-bottom:4px; *text-indent:-40px;}
.foot_menu li dd a{ display:block;padding-left:30px; background-repeat:no-repeat; background-image:url(../img/foot_jt.png); background-position:0px 10px;}
.foot_menu li dd a:hover{ background-position:0px -39px;}
.foot_menu li.mf_4{ width:25%; margin-right:0;float:left;}
.foot_menu li.mf_3{ width:25%; margin-right:0;float:left;}
.foot_menu li.mf_2{ width:25%; margin-right:0;float:left;}
.foot_menu li.mf_1{ width:25%; margin-right:0;float:left;}
.foot_1 .foot_other{ width:25%; float:right;}
.foot_1 .bdsharebuttonbox{ width:100%; margin:10px 0 15px;}
.foot_ewm .fewm{ float:left; width:50%;*width:49%; font-size:13px; *font-size:12px; font-weight:bold; }
.foot_ewm .fewm img{ width:104px; height:104px; margin-bottom:5px;}
.foot_ewm .fewm_2{ text-align:center;}

/*漂浮*/
.right_float{ width:155px; /*padding-top:142px; background:url(../img/pf_bg.png) no-repeat 0 0;*/ position:fixed; right:10px;  z-index:50; bottom:20px;}
.right_float li{ width:100%; float:left; margin-bottom:1px;}
.right_float .rf_t{ height:36px; line-height:36px; background:url(../img/pf_bg2.jpg) repeat-y 0 0; font-size:15px; font-weight:bold; color:#fff; text-align:center;}
.right_float .rf_tel{background:#00a640 url(../img/pf_bg2.jpg) repeat-y 0 0; font-size:13px; font-weight:bold; color:#fff; line-height:20px;}
.right_float .rf_tel span{ display:block; background:url(../img/pf_ico.png) no-repeat left 0px; padding:10px 0 10px 35px;}
.right_float .rf_ico{ height:40px; line-height:40px; background-color:#e2e2e2;background-image:url(../img/pf_ico.png); background-repeat:no-repeat;}
.right_float .rf_ico a,.right_float .rf_ico span{ display:block; padding-left:35px; font-size:14px; font-weight:bold; cursor:pointer; color:#5a5a5a }
.right_float .rf_ico_1{ background-position:left -58px;}
.right_float .rf_ico_2{ background-position:left -100px;}
.right_float .rf_ico_3{ background-position:left -143px;}

/*内页*/
.chan_banner{ height:255px; position:relative; overflow:hidden;}
.chan_banner img{ width:1920px; height:100%; position:absolute; top:0px; left:50%; margin-left:-960px; max-width:none;}
.chan_top{ padding:10px 0;border-bottom:1px solid #e4e4e4;}
.chan_top .chan_t{ float:left; font-size:24px; font-weight:bold; color:#5a5a5a;}
.chan_top .posi{ float:right; color:#b8b8b8; margin-top:15px;}
.chan_top .posi a{color:#b8b8b8;}
.chan_top .posi a:hover{ color:#ea5504;}

.chan_menu{ border-bottom:1px solid #e4e4e4;  padding:0px 0 10px; }
.chan_menu li{ float:left; margin-right:2px; margin-top:12px; white-space:nowrap;}
.chan_menu li a{ display:block; line-height:30px; padding:0 20px; font-size:14px; color:#5a5a5a;}
.chan_menu li.cur a{background:url(/img/menu_cur.jpg) repeat-y center top; color:#fff;}
.chan_menu li a:hover{background:url(/img/menu_cur.jpg) repeat-y center top; color:#fff;text-decoration:underline;}

.chan_center{ position:relative; overflow:hidden;}
.chan_center .chan_left{width:72%;  float:left; padding-bottom:50px;}
.chan_center .chan_right{ width:23%; float:right; border-left:1px solid #e4e4e4;/*两栏等高 */ padding-bottom: 9999em; margin-bottom: -9999em;/*两栏等高*/ padding-top:20px; padding-left:2%;}
.chr_border{ border-bottom:1px solid #e4e4e4;}
.chr_t{ font-size:16px; color:#323232; margin-bottom:10px; font-weight:bold;}
.chr_box{ padding-bottom:15px; margin-bottom:15px;}
i.play{ display:block; width:41px; height:41px; background:url(../img/play.png) no-repeat 0 0; position:absolute; top:50%; left:50%; margin-top:-20px; margin-left:-20px;}
.nchr_box_m10{ margin-bottom:10px; padding-bottom:10px;}

.channel_content { padding-top:25px;}
.prodet_left .channel_content{ padding-top:0;}

.channel_main{ padding-bottom:30px;}
.channel_mnr{ padding-top:25px; line-height:2;}

/*about*/
.about_main{ line-height:2; padding-top:10px; padding-bottom:30px;}
.about_t{ font-size:20px; font-weight:bold; color:#323232; margin-bottom:10px;}
.about_t a{ color:#323232;}
.about_box{ padding:20px 0;}

.about_box2 img{ float:right;}
.about_box2 .cpli_m{ float:left; width:60%;}

.about_box3 .about_honor{ width:62%; float:left;}
.about_box3 .about_video{ width:36%; float:right; position:relative;}
.about_box3 .honor_main{ border:1px solid #dfdfdf; padding:15px 3%; position:relative; }
.honor_main .bd{ height:168px; overflow:hidden;}
.honor_main .bd li{ width:100%; float:left;}
.honor_main .bd .honor_img{ float:left; width:45%;}
.honor_main .bd .honor_img .img { display: block; height: 0; overflow: hidden; padding-bottom: 66%; position: relative; }
.honor_main .bd .honor_img .img img { height: auto; left: 0; position: absolute; top: 0; width: 100%; }
.honor_main .bd .honor_title{ float:right; width:48%; margin-right:2%;}
.honor_main .bd .honor_title a{ display:block; line-height:2; cursor:pointer; width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.honor_main .bd .honor_title a.cur{ color:#ea5504;}
.honor_main .hd a{ display:block; width:22px; height:21px; background-repeat:no-repeat; background-image:url(../img/honor_btn.gif); position:absolute; bottom:15px; cursor:pointer;}
.honor_main .hd a.prev{ right:45px;}
.honor_main .hd a.next{ right:20px; background-position:right top;}
.honor_main .hd a.prev:hover{ background-position:left bottom;}
.honor_main .hd a.next:hover{ background-position:right bottom;}

.about_box4 li{ padding:25px 3%; background:#f1f1f1; width:94%; float:left; margin-bottom:5px;}
.about_box4 li .title{ font-size:16px; font-weight:bold; margin-bottom:5px;}
.about_box4 li .sum{ float:left; width:78%;}
.about_box4 li .img{ float:right; width:17%; text-align:right;}
.about_box4 li.odd_li .img{ float:left; text-align:left;}
.about_box4 li.odd_li .sum{ float:right;}

.about_box5{ border-bottom:1px solid #dfdfdf;}

.about_box6{}
.yftx_list{ margin-top:20px;}
.yftx_list li{ background:#f1f1f1;}
.yftx_list li .yftx_pd{ padding:25px 6% 30px;}
.yftx_list li .title{ font-size:18px; font-weight:bold; color:#323232; margin-bottom:10px;}

.about_box7{ position:relative;}
.leader_scorll {width:100%; height:235px; overflow:hidden;}
.leader_scorll li {width:234px; background:#f1f1f1; float:left;}
.leader_scorll li img{ width:100%; height:175px;}
.leader_scorll li .title{ padding:6px 5%; height:48px; line-height:24px; overflow:hidden;}
.leader_scorll .arrs{position: absolute; top:0; width:1.5em;height: 1.5em;background: grey;}
.leader_scorll .arr_prev{left:0;}
.leader_scorll .arr_next{right:0;}
.about_box7 .arrs{ display:block; width:75px; height:75px; background-repeat:no-repeat; background-image:url(../img/le_btn.png); position:absolute; top:50%; margin-top:-37px; z-index:19;}
.about_box7 .arr_prev_pro{ background-position:top left; left:-50px;}
.about_box7 .arr_next_pro{ background-position: top right; right:-50px;}
.about_box7 .arr_prev_pro:hover{ background-position:bottom left;}
.about_box7 .arr_next_pro:hover{ background-position:bottom right;}



/*news*/
.news_top{ background:url(../img/new_bj.jpg) repeat-y center; height:310px; position:relative; z-index:5;}
.news_top .wrap{ height:100%; overflow:hidden; position:relative; z-index:10;}
.loading{ width:100%; height:100%; background:#fff url(../img/loading.gif) no-repeat center; position:absolute; top:0px; left:0px; z-index:50;}
.topSlide{margin:0 auto;height:310px;width:750px;}
.topSlide li{height:310px;width:414px;text-align:center;cursor:pointer; position:relative;}
.topSlide li img{ width:100%; height:100%;}
.topSlide li.roundabout-in-focus{cursor:default;}
.topSlide li .title{ height:38px; line-height:38px; font-size:14px; font-weight:bold; color:#fff;white-space:nowrap;text-overflow:ellipsis;overflow:hidden; background:rgba(0,0,0,.60); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000); position:absolute; left:0px; bottom:0px; width:100%; display:none;}
.topSlide li.roundabout-in-focus .title{ display:block;}

.news_list li{ padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #e2e2e2; width:100%; float:left;}
.news_list li img{ float:left; width:145px; height:110px; margin-right:25px;}
.news_list li .date{ color:#c3c3c3;}
.news_list li .title{  line-height:24px; word-break:break-all; overflow:hidden; font-size:15px; font-weight:bold; margin-bottom:2px;}
.news_list li .title a{color:#323232;}
.news_list li .title a:hover{ color:#ea5504;}
.news_list li .sum{ color:#5a5a5a; line-height:22px; margin-bottom:3px;}
.news_list li .gn{ text-align:right;}
.news_list li .gn span{ display:inline-block; float:right; margin-left:10px; height:22px; line-height:22px; color:#666;}
.news_list li .gn .bdsharebuttonbox  a{ margin:0;background: none;padding-left: 2px; height:22px; line-height:22px; color:#666;}
.news_list li .gn .tag a{ padding:0 5px;color:#c3c3c3;}
.news_list li .gn .tag a:hover{ color:#ea5504;}

/*page*/
.page { text-align: center; line-height: 16px; margin-top: 20px; }
.page span, .page a { display: inline-block; padding: 5px 10px; vertical-align: middle; }
.page .goprev { margin-right: 10px; }
.page .gonext, .page .count { margin-left: 10px; }
.page span, .page a:hover { background: #008cd6; color: #ffffff; }
.page span.goprev, .page span.gonext { color: #cccccc; background: none; }
.page span.count { border: 0; background: 0; color: #333333; }

/*新闻右侧*/
.news_date_sele{ height:30px; width:100%;}
.news_date_sele .date_sele{ width:100%; height:30px; line-height:30px; background:#f7f7f7 url(../img/sele_jt.gif) no-repeat right; color:#b8b8b8; text-indent:10px;}
.news_date_sele .date_sele ._option{ background:#f9f9f9; border:none; top:30px; border:none; border-top:1px solid #fff; border-bottom:1px solid #ea5504;}
.chr_newslist li{ width:100%; float:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden; line-height:24px;}

.chr_video .img{ position:relative;}
.chr_video .title{ line-height:38px; margin-top:1px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden; background:#f1f1f1; text-indent:5%;}

.zh_sum{ line-height:2;}
.zh_sum strong{ font-size:13px;}

/*新闻详细*/
.news_main{ padding-bottom:30px;}
.hot_news{ line-height:46px; background:#f7f7f7; height:46px; overflow:hidden;}
.hot_news li{ width:100%; float:left;}
.hot_news .tag,.hot_news .title,.hot_news .xian,.hot_news .date,.hot_news .title{ display:inline-block; float:left;}
.hot_news .tag{ padding-left:2%; color:#ea5504; padding-right:1%;}
.hot_news .xian{color:#ea5504; padding-right:1%;}
.hot_news .date{ color:#c3c3c3; padding-right:1%;}
.hot_news .title{ width:70%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}

.news_title{ font-size:24px; font-weight:bold; color:#323232; padding:10px 0;}
.chan_center ._tools { padding: 10px 0; border-bottom:1px dashed #ddd; margin-bottom:20px;}
.chan_center ._tools [class^="ico-"] { font-size: 16px; color: #008cd6; }
.chan_center ._tools ._b2l [class^="ico-"] { color: #5eb95e; }
.chan_center .bdsharebuttonbox:after {  display: inline;}
.chan_center .bdsharebuttonbox .bds_more {  float: none;  background: none;  padding-left: 2px;}
.chan_center #switcher [class^="ico-"] { color: #4b555f; }
.news_content a{ color: #008cd6; }
.news_content a:hover{color: #ea5504;}
.newsdet_sum{ padding:15px 2%;  background:#f7f7f7; line-height:2; margin-bottom:20px;}

.news_content{ line-height:2; min-height:300px; padding-bottom:20px; text-indent:2em;}
.go_list{ text-align:center; font-size:14px; color:#008cd6; margin-bottom:15px;}
.go_list a{ color:#008cd6; }

.detailPage_bottom { border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; height: 84px; overflow: hidden; margin-bottom:30px; }
.detailPage_bottom li { padding: 0 10px; border-bottom: 1px dotted #cccccc; height: 42px; line-height: 42px; overflow: hidden;*zoom: 1;}
.detailPage_bottom ._mark { float: left; margin-right: 10px; font-weight: bold; }
.detailPage_bottom ._mark [class^="ico-"] { font-size: 18px; font-weight: normal; color: #999999; }
.detailPage_bottom ._title { float: left; width: 50%; height: 30px; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.detailPage_bottom ._title:hover { color: #ea5504; }
.detailPage_bottom ._time { float: right; white-space: nowrap; }


.news_footlist .foot_news{ background:#f7f7f7;}
.foot_news ul{ padding:15px 5%;}
.foot_news ul .foot_news_t{ font-size:17px; color:#323232; margin-bottom:5px;}
.foot_news ul li{ line-height:30px; width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}

/*qa*/
.QAList-Q3 { border-top: 1px solid #ea5504; }
.QAList-Q3-title { position: relative; height: 26px; line-height: 26px; overflow: hidden; border-bottom: 1px #ededed solid; padding: 5px 10px; cursor: pointer; color:#5a5a5a; font-size:13px;}
.QAList-Q3-title ._data { float: left; color: #ea5504; font-size: 14px; font-weight: 700; margin-right: 15px; }
.QAList-Q3-title ._ico { background: url(../img/qa31.png); }
.QAList-Q3-title._icoActive ._ico{ background: url(../img/qa32.png); }
.QAList-Q3-title ._icoP { width: 20px; height: 20px; position: absolute; right: 0; top: 10px; }
.QAList-Q3-content { padding: 10px; background: #f6f6f6; border-bottom: 1px solid #cccccc; display: none; line-height:2; }
.QAList-Q3-content ._data { float: left; color: #999999; font-size: 14px; font-weight: 700; }
.QAList-Q3-content ._qaIntro { text-align: left; padding-left: 31px; color:#5a5a5a;}

.qa_search{ width:99%; height:25px; border:1px solid #d8d8d8;}
.qa_search .qa_inp{ width:80%;  height:25px; line-height:25px; float:left; text-indent:4%; }
.qa_search .qa_btn{ width:20%; height:25px; line-height:25px; background:url(../img/se_btn.gif) no-repeat right; cursor:pointer; float:right;}
.hot_qase{ margin-top:10px; font-size:13px;}
.hot_qase a{ padding:0 5px;}

.eng_slide{max-width:100%;margin:auto;height:0; overflow:hidden; padding-bottom:75%; position:relative;}
.eng_slide img{width:100%; height:100%;}
.eng_slide li .sl_title{ position:absolute; width:100%; left:0px; bottom:0px; color:#fff; height:30px; line-height:30px;  background:rgba(0,0,0,.40); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#66000000,endcolorstr=#66000000);}
.eng_slide li .sl_title span{ display:block; width:70%; padding-left:5%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.eng_blackbg{ position:absolute; font-size:14px; color:#fff;  z-index:11; line-height:30px; right:10px; bottom:0px;}
.eng_blackbg .now_num{ color:#00a73b;}
.eng_blackbg .all_num{}
.eng_blackbg em{ padding:0 5px;}

.chrcon_tel{ padding-left:55px; background:url(../img/tel_bg.png) no-repeat left;}
.chrcon_tel span{ display:block; font-size:19px; font-weight:bold; color:#ea5504; line-height:28px;}
.chrcon_time{ padding-left:10px; color:#b8b8b8; margin:5px 0 10px;}
.chrcon_sum{ color:#323232; line-height:24px; padding-left:10px;}

.con_messbtn{ width:100%; height:52px; line-height:52px; background:url(../img/mess_bg.gif) no-repeat center; font-size:20px; color:#fff; font-weight:bold; margin-top:30px;}
.con_messbtn a{ padding-left:40%; color:#fff;}

/*pro*/
.chr_menu{ border-top:1px solid #e4e4e4; margin-top:10px; padding:10px 0;}
.chr_menu a{ display:inline-block; width:33%; text-align:center; background:url(../img/chr_menu_xian.gif) no-repeat right;}

.case_anli .img{ display:block;}
.case_anli .title{ padding:10px 4%; background:#f4f4f4; color:#323232; margin-top:1px; width:92%;}

.chr_box_service{ background:#f4f4f4; padding:20px 10%; margin-bottom:30px; width:80%;}
.chr_service_main a{ display:inline-block; width:45%;}

.chr_more{ margin-top:5px;}

.chr_box_tab .chr_box_tabkey{ margin-bottom:10px; }
.chr_box_tab .chr_box_tabkey li{ float:left; position:relative; width:auto; border-right:1px solid #323232; padding-right:10px; margin-right:10px; line-height:20px; margin-bottom:0;}
.chr_box_tab .chr_box_tabkey li.tab_t_cur{ color:#ea5504; }

/*prolist*/
.pro_main{ padding-top:0px;}
.cate_title{ font-size:16px; color:#323232; margin-bottom:15px; font-weight:bold;}
.pro_list{ padding-bottom:20px;}
.pro_list li{ margin-bottom:15px;}
.pro_list li a.img { display: block; height: 0; overflow: hidden; padding-bottom: 74%; position: relative; border:1px solid #dbdbdb; }
.pro_list li a.img img { height: auto; left: 0; position: absolute; top: 0; width: 100%; }
/*.pro_list li .title{ width:100%; text-indent:5%; background:#eee; line-height:40px; margin-top:1px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}*/
.pro_list  li .title{ width:100%; background:#eee; line-height:22px; height:44px; overflow:hidden; text-indent:0; padding:5px 0;margin-top:1px;}
.pro_list  li .title a{ display:block; width:90%; padding:0 5%;}

/*prodetail*/
.chan_topmain_prodet .chan_menu{ display:none;}
.chan_center .prodet_right{ float:left;border-right: 1px solid #e4e4e4;padding-right: 2%; border-left:none; padding-left:0;}
.chan_center .prodet_left{ float:right;}

.pro_menulist li{ line-height:30px; margin-bottom:5px; font-size:14px; font-weight:bold;}
.pro_menulist li a{ display:block;background:url(../img/menu_cur.jpg) repeat-y center; color:#fff; padding-left:5%;}
.pro_menulist ul li{font-size:13px; font-weight:normal; margin-bottom:0; margin-top:5px;}
.pro_mlist_two li a{ background:#ececec;  color:#323232; padding-left:2%;}
.pro_mlist_two li ul{ display:none;}
.pro_mlist_two li.cur_tow .ico2_2{background-position: -40px -20px;}

.pro_mlist_three{ margin-bottom:10px;}
.pro_mlist_three li{ border-bottom:1px solid #d8d8d8;}
.pro_mlist_three li a{ background:#fff; background:url(../img/pro_menu_bg.gif) no-repeat left 14px; padding-left:12%;}

.prodet_right .tabbar-fix{ position:fixed; top:0px; width:225px; background:#fff; padding-right:19px; z-index:30;}
.prodet_right .pdet_seminh{ min-height:111px;}

.pdetr_scorll{ height:30px; margin-top:20px; margin-bottom:20px;}
.scroll_link{ width:100%;}
.scroll_link li{ line-height:30px; padding:0 15px; float:left; line-height:30px; font-size:14px;}
.scroll_link li a{ display:block;}
.scroll_link li.active{ background:url(../img/menu_cur.jpg) repeat-y center; font-size:16px;}
.scroll_link li.active a{ color:#fff;}
.pdetr_scorll .pder_scse{ display:none;}
.pdetr_scorll .tabbar-fix-full{ position:fixed; top:0; background:#fff; z-index:20; left:0; padding:10px 0; border-bottom:1px solid #ddd; box-shadow:1px 0px 5px #ccc;}
.pdetr_scorll .tabbar-fix-full .scroll_link{ width:72%; float:right;}
.pdetr_scorll .tabbar-fix-full .pder_scse{ display:block; width:23%; float:left;}

.pdet_scrollmain .section{  padding-bottom:30px;}
.pdet_scrollmain .det_ct{ font-size:18px; font-weight:bold; color:#323232; margin-bottom:10px;}

.scroll_m1{line-height:28px;}
.scroll_m1 .scroll_m1_m1 .pdet_title{ font-size:18px; font-weight:bold; color:#323232; margin-bottom:10px;}

.scroll_m1_tel { text-align:left; margin-top:20px;}
.scroll_m1_tel a{ display:inline-block; text-align:left; padding-left:35px; background-repeat:no-repeat; background-image:url(../img/pdet_ico.png); font-size:16px; font-weight:bold; color:#ea5504; margin-right:15px; padding-right:15px; line-height:30px;}
.scroll_m1_tel a.m1_tel1{ background-position:0px 5px; }
.scroll_m1_tel a.m1_tel2{background-position:0px -65px;}

.scroll_m3_m{ border-bottom:1px solid #e1e1e1; padding-bottom:30px;}

.pdet_scroll_top { margin-bottom:10px;}
.pdet_scroll_top .det_ct{ float:left; margin-bottom:0;}
.pdet_scroll_top .scroll_more{ float:right; display:block; margin-top:5px;}
.scroll_m4 .pro_list{ padding-bottom:40px;border-bottom:1px solid #e1e1e1;}
.scroll_m4 .pro_list li{ margin-bottom:0;}

.scroll_m5{}
.zizhi_list_val{ width:100%; overflow:hidden;border-bottom:1px solid #e1e1e1; height:246px; }
.zizhi_list_val ul{}
.zizhi_list_val li{ width:130px; float:left; height:246px;}
.zizhi_list_val li ._title{ margin-top:5px; text-align:center; color:#5a5a5a;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.zizhi_list_val li .img { width:100%; height:190px; cursor:pointer;}
.zizhi_list_val li .img img { width:100%; height:100%; cursor:pointer;}

.scroll_m6 .pro_list{ padding-bottom:0px;}
.scroll_m6 .pro_list li{ margin-bottom:0;}

.prodet_cont_main{ padding-top:20px; border-top:1px solid #e4e4e4;}
.prodet_cont_main .chan_right{ width:30%;}
.prodet_cont_main .prodet_conleft{ float:left; width:65%;}
.prodet_conleft .det_ct{font-size: 18px;font-weight: bold;color: #323232; margin-bottom:10px;}
.prodet_conleft .prodetl_sum{ line-height:2; margin-bottom:15px;}

.Form-M2 .Form-M2-li { padding-top: 10px; }
.Form-M2 .Form-M2-li label { width: 5em; display: inline-block; color: #666; vertical-align: middle; }
.Form-M2 .Form-M2-li input { height: 28px; line-height: 28px; border: 1px #ddd solid; width: 80%; }
.Form-M2 .Form-M2-li textarea { border: 1px #ddd solid; width: 80%; padding:0; margin:0;}
.Form-M2 .Form-M2-li em { color: red; vertical-align: middle; padding-left: 10px; }
.Form-M2 .Form-M2-li input._yzm { width: 20%; }
.Form-M2 .Form-M2-li img { vertical-align: middle; padding-left: 10px; cursor: pointer; }
.Form-M2 .Form-M2-li b { color: #666; font-size: 12px; padding-left: 4px; }
.Form-M2 .Form-M2-li select { border: 1px #ddd solid; width: 70%; padding: 7px 0; }
.Form-M2 .Form-M2-Btn { padding: 27px 0 0 60px; }
.Form-M2 .Form-M2-Btn button { width: 90px; height: 24px; line-height: 24px; text-align: center; color: #fff; cursor: pointer; }
.Form-M2 .Form-M2-Btn ._submit { background: #008dcf; margin-right: 10px; }
.Form-M2 .Form-M2-Btn ._reset { background: #909090; }


/*job*/
.jobbox_sum{ line-height:2;}
.chr_img{ margin-bottom:20px;}

.job_top .jobttop_l{ width:50%; float:left;}
.job_top .jobttop_r{ width:45%; float:right; padding-right:1%;}
.jobttop_l .job_slide{max-width:100%;margin:auto;height:0; overflow:hidden; padding-bottom:56%; position:relative;}
.jobttop_l .job_slide img{width:100%; height:100%;}
.jobttop_l .job_slide .job_slidebg{ width:94%; position:absolute; left:0px; bottom:0px; padding:10px 3%; background:rgba(0,0,0,.60); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000); color:#fff; display:none;}
.jobttop_l .job_slide .title{ font-size:18px; font-weight:bold;}
.jobttop_l .job_slide .sum{ width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.jobttop_l .job_slide .jobpage{ position:absolute; right:10px; bottom:30px; z-index:12; color:#fff; font-size:18px;}
.jobttop_l .job_slide .jobpage em{ padding:0 5px;}

.jobttop_r .title{ width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden; font-size:20px; color:#323232; font-weight:bold; margin-bottom:10px;}
.jobttop_r .sum{ color:#919191; line-height:2;}

.job_search{ margin-top:45px;}
.job_search .jobse_v{ height:32px;}
.job_search .job_sele{ height:30px; line-height:30px; border:1px solid #ddd; background:#fff url(../img/sele_bg.gif) no-repeat right; text-indent:5%; color:#a9a9a9;}
.job_search .job_sele ._option{ top:30px; border-color:#ddd;}
.job_search .job_sele ._option a{color:#a9a9a9;}
.job_search .job_sele ._option a:hover{ background:#f2f2f2;}
.job_search .job_date{height:20px; line-height:20px; border:1px solid #ddd; padding:5px 0 5px 5%;}
.job_search .job_date .job_dateinp{ width:100%; height:20px; line-height:20px; margin:0; padding:0;font-family:'微软雅黑'; float:left;}
.job_search .job_zdy{height:20px; line-height:20px; border:1px solid #ddd;padding:5px 0 5px 5%;}
.job_search .job_zdy .job_seinp{ width:75%; height:20px; line-height:20px; padding:0; margin:0; float:left; font-family:'微软雅黑'; }
.job_search .job_zdy .job_sebtn{ width:20%;height:20px; line-height:20px; padding:0; margin:0; float:right; background:#fff url(../img/se_btn.gif) no-repeat right; cursor:pointer;}

.JobList-J2{ padding-bottom:20px; padding-top:10px;}
.JobList-J2 ._jt { background: #f4f4f4 url(../img/job_jt.png) no-repeat right; height: 36px; line-height: 36px; margin-top: 10px; overflow: hidden;  *zoom: 1;
cursor: pointer; border-bottom:1px solid #f4f4f4; padding-left:3%;}
.JobList-J2 ._jt strong { float: left;  text-align: left; color: #5a5a5a; font-size:13px; margin-right:4%;}
.JobList-J2 ._jt span { float: right; }
.JobList-J2 ._jt [class^="ico-"] { font-size: 12px; color: #999999; }
.JobList-J2 ._jc { display: none; }
.JobList-J2 ._jcon { padding: 10px 3%; line-height:2; }
.JobList-J2 ._jt_act [class^="ico-"] { color: #0e90d2; }
.JobList-J2 ._jc  .mobile_job{ padding:10px 3% 0;}
.JobList-J2 ._jc  .mobile_job strong{ display:block;}
.JobList-J2 ._jcon .sum{ margin-bottom:10px;}
.JobList-J2 ._jcon .job_catt{ font-weight:bold;}
.JobList-J2 ._jt_act{ border-bottom-color:#00a73b; background-image:url(../img/job_jton.png);}
.JobList-J2 .joblist_btn{ border-top:1px solid #ddd; padding-top:10px; margin-top:20px; padding-left:3%; padding-bottom:10px;}
.JobList-J2 .joblist_btn a{ display:inline-block; width:105px; height:26px; line-height:26px; border-radius:3px; text-align:center; margin-right:10px; color:#fff;}
.JobList-J2 .joblist_btn .app_btn{ background:#008cd6;}
.JobList-J2 .joblist_btn .goback_btn{ background:#ccc;}

/*案例*/
.customer_scroll{ position:relative;}
.customer_scroll ul{ height:175px !important;}
.customer_scroll li{ float:left;height:175px !important;}
.customer_scroll li .cum_img{ width:102%;}
.customer_scroll li .cum_img .img{ width:46%; margin-right:3%;display: block; height: 0; overflow: hidden; padding-bottom: 36%; position: relative; float:left;border:1px solid #eaeaea; margin-bottom:5px;}
.customer_scroll li .cum_img .img img { height: auto; left: 0; position: absolute; top: 0; width: 100%; }
.customer_scroll .slide_nav{ text-align:center; width:100%; bottom:0px; left:0px; }
.customer_scroll .slide_nav a{ display:inline-block; width:10px; height:10px; border-radius:10px; background:#323232;font-size:0px; line-height:0; margin-right:5px; cursor:pointer;}
.customer_scroll .slide_nav a.on{ background:#81b525;}

.case_list li { margin-bottom:20px;}
.case_list li  a.img { display: block; height: 0; overflow: hidden; padding-bottom: 56%; position: relative; }
.case_list li  a.img img { height: auto; left: 0; position: absolute; top: 0; width: 100%; }
.case_list li .title{ width:100%; text-indent:5%; background:#eee; line-height:40px; margin-top:1px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}

/*video*/
.menu_list{ margin:20px 0;}
.menu_list li{ float:left; font-size:14px; margin-right:2%;}
.menu_list li a:hover .ico_menu{ background-image:url(../img/ico_on.png);}
.menu_list li.cur .ico_menu{ background-image:url(../img/ico_on.png);}
.menu_list li.cur a{ color:#ea5504;}

.video_main{ padding-bottom:50px;}
.video_list li{ margin-bottom:20px;}
.video_list li a.img { display: block; height: 0; overflow: hidden; padding-bottom: 57%; position: relative; }
.video_list li a.img img { height: auto; left: 0; position: absolute; top: 0; width: 100%; }
.video_list li .title{ height:42px; line-height:42px; width:90%; padding:0 5%; position:absolute; bottom:0px; left:0px; background:rgba(0,0,0,.60); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000); color:#fff; font-size:13px;}
.video_list li.hover .title{ line-height:26px; padding-top:6%;}
.video_list li .play{ right:15px; margin-left:0; bottom:15px; margin-top:0; top:auto; left:auto; display:none;}
.video_list li.hover .play{ display:block;}

.video_left{ float:left; width:75%; padding-top:25px;}
.video_right{ float:right; width:22%; padding-top:25px;}
.video_dettltle{ font-size:18px; font-weight:bold; color:#323232; margin-bottom:15px;}
.videodet_gn{ border-bottom:1px solid #e5e5e5; border-top:1px solid #e5e5e5; padding:5px 0;}
.videodet_gn span{ display:block; line-height:28px; padding:0 10px; background:url(../img/video_xian.gif) no-repeat right;}
.videodet_gn .video_date{ float:left;}
.videodet_gn .video_count{ float:left;}
.videodet_gn .bdsharebuttonbox{ width:140px; float:right;}
.video_play{ height:460px; margin-top:20px; background-color:#000}
.video_js{ margin-top:30px;}
.video_js .title{ font-size:16px; font-weight:bold; margin-bottom:10px;}

.video_rlist li{ margin-bottom:20px; }
.video_rlist li a.img { display: block; height: 0; overflow: hidden; padding-bottom: 57%; position: relative; }
.video_rlist li a.img img { height: auto; left: 0; position: absolute; top: 0; width: 100%; }
.video_rlist li .title{ height:38px; line-height:38px; position:relative; border-bottom:1px solid #e4e4e4;}
.video_rlist li .title a{ display:block; width:85%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.video_rlist li .title .ico{ position:absolute; right:0px; top:50%; margin-top:-10px;}
.video_rlist li.hover .title .ico{ background-position: -80px -20px; }

/*service*/
.channel_content .menu_list{ margin-top:0;}

.thank_list li { margin-bottom:20px; cursor:pointer;}
.thank_list li .img { display: block; height: 0; overflow: hidden; padding-bottom: 143%; position: relative; border:1px solid #cacecf;}
.thank_list li .img img { height: auto; left: 0; position: absolute; top: 0; width: 100%; cursor:pointer;}
.thank_list li .title{ text-align:center; line-height:30px; width:100%; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}

.JobList-J2-service{ padding-top:0;}
.JobList-J2-service ._jt{ font-weight:bold; font-size:14px;}

.beijian_chant{ border-bottom:1px solid #e1e1e1; padding-bottom:5px; margin-bottom:15px;}
.beijian_chant .title{ float:left;font-size:18px; font-weight:bold; color:#323232;}
.beijian_chant .more{ display:block; float:right; margin-top:10px;}

.service_form .serv_form_t{ line-height:36px; background:#f5f5f5; font-size:16px; font-weight:bold; padding-left:2%; color:#323232; margin-top:15px;}

.serv_table{ padding-left:2%; padding-bottom:20px;}
.serv_table .serv_table_li{ margin-top:20px;}
.serv_table .serv_table_li label { width:18%; line-height:28px; display: inline-block;  color: #2a2a2a;  vertical-align: middle; float:left;}
.serv_table .serv_table_li input {  height: 28px;  line-height: 28px;  border: 1px solid #ddd;  width: 49%; float:left; text-indent:10px;}
.serv_table .serv_table_li textarea{ width:65%; margin:0; padding:0; border:1px solid #ddd; float:left; outline:none;}
.serv_table .serv_table_li em{ color:#F00; margin-left:10px;}
.serv_table .serv_table_li ._yzm{ width:15%; margin-right:2%;}
.serv_table .serv_table_Btn{ padding-left:18%; margin-top:40px;}
.serv_table .serv_table_Btn button {  display: inline-block;  line-height: 28px; width:90px;  color: #ffffff;  background: #909090;  cursor: pointer; margin-right:15px;  font-family:微软雅黑;}
.serv_table .serv_table_Btn ._submit{ background:#008dcf;}
.serv_table .serv_table_Btn ._reset{ }

/*采购*/
.chr_userinf .chr_userv_al{ margin-bottom:10px;}
.chr_userinf .chr_userv_al input{ width:100%; height:28px; line-height:28px; text-indent:5%;font-family:微软雅黑;}
.chr_userinf .chr_userv_btn{ padding-top:10px;}
.chr_userinf .chr_userv_btn button{ width:46px; height:22px; line-height:22px; background:#008fc8; color:#fff; margin-right:10px;}
.chr_downlist li{ width:100%; float:left; margin-bottom:5px;}
.chr_downlist li a{ display:block; padding-left:11%; background:url(../img/word_ico.gif) no-repeat  left 3px;}
.caigou_top{ line-height:27px; position:relative; padding-bottom:20px;}
.caigou_top .caigou_hy{ font-size:20px; font-weight:bold; color:#ea5504; padding-left:35px; background:url(../img/caigou.png) no-repeat left; position:absolute; left:0px; bottom:35px;}

/*招标*/
.zhaobiao_list li{ width:100%; float:left; position:relative; border-bottom:1px solid #e2e2e2; padding:15px 0;}
.zhaobiao_list li .zb_left{ float:left; width:10%; line-height:50px; text-align:center; border-right:1px solid #d9d9d9; font-size:14px; color:#323232; font-weight:bold;}
.zhaobiao_list li .zb_over{ color:#717171;}
.zhaobiao_list li .zb_right{ float:right; width:88%;}
.zhaobiao_list li .title{ font-size:15px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden; width:100%;}
.zhaobiao_list li .date{ color:#5a5a5a; margin-top:1px;}
.zhaobiao_list li .date span{ display:inline-block; margin-right:2%;}
.zhaobiao_list li .gn{ position:absolute; bottom:15px; right:0px;}

/*员工*/
.yg_left{ width:29%; float:left;}
.yg_right{ width:68%; float:right;}
.yg_left_top a.img { display: block; height: 0; overflow: hidden; padding-bottom: 67%; position: relative; }
.yg_left_top a.img img { height: auto; left: 0; position: absolute; top: 0; width: 100%; }
.yg_left_top .title{ font-size:15px; color:#323232; font-weight:bold; margin-bottom:5px; margin-top:8px;}
.yg_left_top .sum{ color:#919191; line-height:24px;}

/*售前*/
.chan_nrqy{ padding-top:30px;}
.shouqian_list li{ float:left; width:100%; margin-bottom:50px;}
.shouqian_list li .img{ width:32%; float:left;}
.shouqian_list li .nr{ width:55%; float:left; margin-left:4%;}
.shouqian_list li .title{ color:#1c1c1c; font-size:18px;}
.shouqian_list li .title span{ font-size:30px; font-style:italic; color:#ea5504; padding-right:10px;}
.shouqian_list li .sum{ line-height:2;}
.shouqian_list li.even .img{ float:right;}
.shouqian_list li.even .nr{ float:left; margin-left:0;}

/*发展历程*/
.History-H3 { background: #ffffff; cursor: default; }
.History-H3-T { height: 48px; line-height: 40px; margin-bottom: 25px; overflow: hidden; padding-bottom:20px; background:url(../img/his_yy.jpg) no-repeat left bottom;}
.History-H3-tab .tab_t { position: relative; width: 106px; font-size: 14px; font-weight: 700; color: #666; }
.History-H3-tab .tab_t_cur { font-size: 16px; color: #ea5504; }
.History-H3-tab .tab_t b { position: absolute; width: 0; height: 1em; border-left: 1px solid #cccccc; left: 50%; bottom: 0; }
.History-H3-tab .tab_c { padding: 10px 0 0; }
.History-H3_arrs { position: absolute; width: 37px; height: 37px; background: url(../img/arr.png) no-repeat; top: 29px; cursor: pointer; transition: none; z-index: 3; }
.History-H3_arrs.unable{ display:none;}
.History-H3_prev { left: -20px; }
.History-H3_next { right: -20px; background-position: right 0; }
.History-H3_prev:hover { background-position: 0 bottom; }
.History-H3_next:hover { background-position: right bottom; }
.history_tabnr .history_img{ float:left; width:30%;}
.history_tabnr .history_img .title{ text-align:center; font-size:14px; color:#ea5504; padding-bottom:30px; background:url(../img/his_yy2.jpg) no-repeat bottom center; margin-top:10px;}
.history_tabnr .his_list{ float:right; width:68%;}
.his_list li{ width:100%; float:left; margin-bottom:10px;}
.his_list li .month{ width:10%; float:left; font-weight:bold; line-height:2; text-align:right;}
.his_list li .sum { width:88%; float:right; line-height:2; margin-left:2%;}

/*联系我们*/
.contact_down { margin-top:30px;}
.contact_down .condown_val{ width:45%; border:1px solid #0dab45; padding:20px 2%;}
.condown_val .title1{ font-size:14px; font-weight:bold; color:#323232}
.condown_val .title2{ font-size:14px; font-weight:bold; color:#5a5a5a;}
.condown_val .title2 a{ color:#ea5504;}
.condown_val .dlist{ margin-top:10px;}
.condown_val .dlist li{ line-height:2; color:#5a5a5a; width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.condown_val .dlist li a{ color:#5a5a5a;}
.condown_val .dlist li a:hover{ color:#ea5504;}

.coninf_tel{ font-size:14px;}
.coninf_tel span{ }

.con_scrollbar{ height:47px; margin-top:20px;}
.con_scrollbar .tabbar-fix-full{ position:fixed; top:0px; left:0;  z-index:90; }
.con_scrollbar .tabbar-fix-full .coninf_tabkey{ max-width:980px; margin-left:auto; margin-right:auto;background:#fff;}
.coninf_tab .coninf_tabkey{ border-bottom:1px solid #cecece;}
.coninf_tab .coninf_tabkey li{ float:left; line-height:46px; font-size:18px; font-weight:bold; color:#5a5a5a; width:auto; padding:0 10px; margin-right:20px; position:relative;}
.coninf_tab .coninf_tabkey li.active a{ color:#ea5504;}
.coninf_tab .coninftab_c{ padding:40px 10px; border-bottom:1px solid #e3e3e3;}
.contab_c_one .tabco_left{ float:left; line-height:28px; }
.contab_c_one .tabco_right{ float:right;}
.tabco_right .tabco_ewm{ float:right; margin-right:10px;}
.tabco_right .tabco_ewm .title{ color:#a3a3a3; text-align: center; margin-top:5px;}
.tabco_right .tabco_map{ float:right;}
.tabco_right .tabco_map .title{ margin-top:5px;}
.tabco_right .tabco_map .title a{ color:#016ce9; text-decoration:underline;}
.contab_c_two{ line-height:28px; margin-top:5px;}
.contab_c_title{ font-size:16px; font-weight:bold; color:#000; margin-bottom:5px;}

.coninf_ico{ margin-top:20px;}
.coninf_ico li{ float:left; margin-right:10px; width:39px; cursor:pointer; position:relative; overflow:hidden;}
.coninf_ico li a{ display:block;}
.coninf_ico li .ico_img{ width:39px; height:39px; background-image:url(../img/con_ico.png); background-repeat:no-repeat; float:left; }
.coninf_ico li .title{ line-height:39px; font-size:14px; color:#008cd6; font-weight:bold; display:none; position:absolute; left:59px; top:0px;}
.coninf_ico li.coninf_ico_1 .ico_img{ background-position:left top;}
.coninf_ico li.coninf_ico_2 .ico_img{ background-position:-96px 0px;}
.coninf_ico li.coninf_ico_3 .ico_img{ background-position:-193px 0;}
.coninf_ico li.coninf_ico_4 .ico_img{ background-position:-290px 0;}
.coninf_ico li.coninf_ico_5 .ico_img{ background-position:-387px 0;}
.coninf_ico li.hover .ico_img{ background-image:url(../img/con_ico_on.png);}
.coninf_ico li.coninf_ico_3{ overflow:visible;}
.coninf_ico li.coninf_ico_3 .emw_img{ position:absolute; top:-149px; left:50%; margin-left:-66px; width:115px; text-align:center;  display:none; padding:10px; background:#fff;}
.coninf_ico li.coninf_ico_3 .emw_img .wemtitle{ font-size:14px; font-weight:bold; color:#0846f9;}

/*瀑布流图片列表*/
.NewsList-A8 { width:100%; overflow:hidden;}
.NewsList-A8 ul { width:102%; *zoom: 1;}
.NewsList-A8 li { float: left; width: 234px; margin-right: 15px; margin-bottom: 10px; position:relative;}
.NewsList-A8 li a { display: block; }
.NewsList-A8 ._img { display: block; }
.NewsList-A8 ._img img { width: 100%; }
.NewsList-A8 ._title { width:96%; font-size: 14px; cursor: pointer; line-height:30px; background:rgba(0,0,0,.40); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#66000000,endcolorstr=#66000000); position:absolute; bottom:0px; left:0px; color:#fff; padding:0 2%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}


/*文化*/
.culture_pic{}
.culture_menu { border-bottom:1px solid #e3e3e3; border-top:1px solid #e3e3e3; padding:10px 0; margin-bottom:30px;}
.culture_menu li{ float:left; padding:0 15px; line-height:24px; font-size:13px; }
.culture_menu li.cur,.culture_menu li.cur a{ color:#ea5504;}
.culture_menu li.cur .ico_menu,.culture_menu li a:hover .ico_menu{ background-image:url(../img/ico_on.png);}

.culture_list li a.img { display: block; height: 0; overflow: hidden; padding-bottom: 57%; position: relative; }
.culture_list li a.img img { height: auto; left: 0; position: absolute; top: 0; width: 100%; }
.cssdh_list li{margin-bottom:15px;}
.cssdh_list li .title{ width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden; font-size:14px; text-align:center; margin-top:5px;}
.cssdh_list li .nr_text{ width:100%; height:100%; color:#fff; position:absolute; top:0px; left:0px; line-height:100%;transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;}
.cssdh_list li .nr_text_on{background-color: rgba(0, 68, 126, 0.8); 	box-shadow: 0 0 2em 1em rgba(0, 58, 126, 0.9) inset;	-webkit-box-shadow: 0 0 2em 1em rgba(0, 58, 126, 0.9) inset;	transition: all 0.2s ease-out;	-webkit-transition: all 0.2s ease-out;	-moz-transition: all 0.2s ease-out;	-o-transition: all 0.2s ease-out; }
.cssdh_list li .nr_text .text{ text-align:center; font-size:18px; color:#fff; padding-top:20%; line-height:30px; width:60%; margin-left:auto; margin-right:auto; border-bottom:1px solid #fff; padding-bottom:5px; display:none;max-height: 60px;overflow: hidden;}

.paper_list li{ margin-bottom:40px;}
.paper_list li a.img { display: block; height: 0; overflow: hidden; padding-bottom: 147%; position: relative; border:1px solid #ddd; }
.paper_list li a.img img { height: auto; left: 0; position: absolute; top: 0; width: 100%; }
.paper_list li .title{width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden; font-size:14px; margin-top:5px;}
.paper_list li .down_btn{ border-bottom:1px solid #ddd; padding-bottom:8px; padding-top:5px;}

/*20141210调整*/
.scroll_m1 .scroll_m1_m1 img.pro_det_img{ float:left; margin-right:20px;}

.network_img{ float:left; width:56%;}
.netwrok_table{ float:right; width:40%;}
.netwrok_table table{ margin-top:20px; }
.netwrok_table .network_table_td1{BORDER-TOP: #e5e5e5 1px solid; BORDER-RIGHT: #e5e5e5 1px solid; PADDING-TOP: 20px;}
.netwrok_table .network_table_td2{PADDING-LEFT: 5%; BORDER-TOP: #e5e5e5 1px solid; PADDING-TOP: 20px;}


/*留言表单*/
.Form-M1 .Form-M1-Left { float: left; width: 50%; }
.Form-M1 .Form-M1-right { float: right; width: 50%; }
.Form-M1 .Form-M1-li { padding-top: 10px; }
.Form-M1 .Form-M1-li label { width: 5em; display: inline-block; color: #666; vertical-align: middle; }
.Form-M1 .Form-M1-li input { height: 28px; line-height: 28px; border: 1px #ddd solid; width: 70%; text-indent:10px; }
.Form-M1 .Form-M1-li textarea { border: 1px #ddd solid; width: 70%; padding:0; margin:0; outline:none;  }
.Form-M1 .Form-M1-li em { color: red; vertical-align: middle; padding-left: 10px; }
.Form-M1 .Form-M1-li input._yzm { width: 20%; }
.Form-M1 .Form-M1-li img { vertical-align: middle; padding-left: 10px; cursor: pointer; }
.Form-M1 .Form-M1-li b { color: #666; font-size: 12px; padding-left: 4px; }
.Form-M1 .Form-M1-Btn { clear: both; text-align: center; padding-top: 40px; }
.Form-M1 .Form-M1-Btn button { width: 90px; height: 24px; line-height: 24px; text-align: center; color: #fff; cursor: pointer; }
.Form-M1 .Form-M1-Btn ._submit { background: #008dcf; margin-right: 10px; }
.Form-M1 .Form-M1-Btn ._reset { background: #909090; }


/*注册*/
.Form-P1 .Form-P1-Left { float: left; width: 50%; }
.Form-P1 .Form-P1-right { float: right; width: 50%; }
.Form-P1 .Form-P1-li { padding-top: 10px; }
.Form-P1 .Form-P1-li label { width: 5em; display: inline-block; color: #666; vertical-align: middle; }
.Form-P1 .Form-P1-li input { height: 28px; line-height: 28px; border: 1px #ddd solid; width: 70%; }
.Form-P1 .Form-P1-li textarea { border: 1px #ddd solid; width: 70%; }
.Form-P1 .Form-P1-li em { color: red; vertical-align: middle; padding-left: 10px; }
.Form-P1 .Form-P1-li input._yzm { width: 20%; }
.Form-P1 .Form-P1-li img { vertical-align: middle; padding-left: 10px; cursor: pointer; }
.Form-P1 .Form-P1-li b { color: #666; font-size: 12px; padding-left: 4px; }
.Form-P1 .Form-P1-li select { border: 1px #ddd solid; width: 70%; padding: 7px 0; font-family:微软雅黑;  }
.Form-P1 .Form-P1-Btn { clear: both; text-align: center; padding-top: 40px; }
.Form-P1 .Form-P1-Btn button { width: 90px; height: 24px; line-height: 24px; text-align: center; color: #fff;  cursor: pointer; }
.Form-P1 .Form-P1-Btn ._submit { background: #008dcf; margin-right: 10px; }
.Form-P1 .Form-P1-Btn ._reset { background: #909090; }

/*全站搜索*/
.Search-S1-head { overflow: hidden; padding: 20px; background: #ededed; margin-bottom: 20px;  *zoom: 1;
}
.Search-S1-head ._form { margin-right: 3em; }
.Search-S1-head ._inp { height: 20px; line-height: 20px; padding: 0 5px; background: #ffffff; border: 1px solid #cccccc; }
.Search-S1-head ._btn { height: 22px; line-height: 22px; background: #0e90d2; cursor: pointer; }
.Search-S1-head ._btn [class^="ico-"] { vertical-align: top; color: #ffffff; font-size: 16px; }
.Search-S1-head ._result { height: 22px; line-height: 22px; }
.Search-S1-head ._result em { margin: 0 .4em; font-weight: 700; }
.Search-S1-list { margin-bottom: 30px; }
.Search-S1-list li { margin-bottom: 10px; }
.Search-S1-list ._head { font-size: 14px; padding: 5px 0; margin-bottom: 10px; border-bottom: 1px solid #cccccc; }
.Search-S1-list ._num { float: left; }
.Search-S1-list ._type { float: left; color: #0e90d2; padding: 0 1em; border-right: 1px solid #cccccc; margin-right: 1em; font-style: normal; }
.Search-S1-list ._t { float: left; width: 50%; font-weight: bold; }
.Search-S1-list ._p { padding-left: 60px; }

/*网站地图*/
.map_line{overflow:hidden;line-height:30px;padding:8px 10px;border-bottom:1px solid #ddd;*zoom:1;}
.map_line h4{margin-right:10px;}
.map_line h4 a{display:block;text-align:center;background:#ececec;font-size:14px;}
.map_line h4 a:hover{background:#008dcf;color:#fff;}
.site_cell a{float:left;color:#333;background:url(../img/cir_map.gif) 18px 10px no-repeat;padding-left:35px;transition:none;}
.site_cell a:hover{background-position:18px -31px;color:#009c80;}

/*20141212*/
.scroll_m4 .pro_list li a.img{ padding-bottom:55%;}

.album_ordinary .album_cell img{ max-height:500px !important; *height:500px;}

.xgvideo_t{ font-size:16px; font-weight:bold; color:#000; margin-bottom:10px;}

.video_down_list i.play{background:url(../img/video_down.png) no-repeat 0 0;}


/*20141217调整*/
.tb_right li.online_shop_sele { height:29px; line-height:29px;}
.tb_right li.online_shop_sele ._option { top:29px; background:#ebebeb; border:none; border-bottom:2px solid #ea5504; left:0; text-align:center; border-top:1px solid #fff; padding:5px 0;}

.news_list li .gn span.view i{ vertical-align:-5px; *vertical-align:middle; margin-right:2px;}
.news_list li .gn span.bdsharebuttonbox i{ vertical-align:-5px; *vertical-align:middle;}
.news_list li .gn span.tag i{ vertical-align:-5px; *vertical-align:middle;}
 
.History-H3-T{ margin-bottom:0; position: relative;overflow: hidden;}
.History-H3-T  ul li{ position: relative;width: 106px;font-size: 14px;font-weight: 700;color: #666; text-align:center;}
.History-H3-T  ul li.active a{ color:#ea5504; font-size:18px;}
.his_tabbarcon{ position:relative;}
.his_scrollbar .tabbar-fix{ position:fixed;  top:0px;  z-index:20; background:#fff;max-width:980px; width:100%}
.his_scrollbar{ height:68px; position:relative; z-index:20;}
#his_scroll_main{ margin-top:25px;}
.history_tabnr{border-bottom:1px solid #ddd; margin-bottom:30px; padding-bottom:30px;}

.chan_mian{ position:relative; z-index:5;}

/*20141218*/
.zhuiri_search{ border:1px solid #e4e4e4; margin-bottom:20px; padding: 10px 20px;}
.zhuiri_search .zr_setltle{ font-size:16px; line-height:30px;  font-weight:bold; color:#333; float:left; margin-right:10px;}
.zhuiri_search .zr_sesele{ float:left; height:30px; line-height:30px; width:25%;background:#f7f7f7 url(../img/sele_jt.gif) no-repeat right; color:#b8b8b8; text-indent:10px; margin-right:10px;}
.zhuiri_search .zr_sesele ._option{ background:#f9f9f9; border:none; top:30px; border:none; border-top:1px solid #fff; border-bottom:1px solid #008dcf;}
.zhuiri_search .zr_sebtn{ width:90px; height:30px; line-height:30px; color:#fff; background:#008dcf; float:left; font-size:14px; cursor:pointer;}

#doyoo_panel{ z-index:40 !important; bottom:205px !important; top:auto !important;}

object#looyuShare{display:none !important;}

.zhaobiao_list li .gn .bdsharebuttonbox i{ vertical-align:-5px; *vertical-align:middle;}
.zhaobiao_list li .gn .view i{ vertical-align:-5px; *vertical-align:middle; margin-right:2px;}


/*手机底部漂浮*/
.foot_pfval{ position:fixed; width:100%; bottom:0px; left:0px; background:#929292; padding:10px 0; display:none; z-index:70;}
.foot_pfval li{ float:left; width:24%; margin-left:1%; height:30px; line-height:30px; font-size:14px; font-weight:bold;}
.foot_pfval li a{ display:block; width:100%; height:100%;text-indent:35px;}
.foot_pfval li.foot_pfval_1 a{ background:url(../img/foot_ico1.png) no-repeat left; }
.foot_pfval li.foot_pfval_2 a{ background:url(../img/foot_ico2.png) no-repeat left; }
.foot_pfval li.foot_pfval_3 a{ background:url(../img/foot_ico3.png) no-repeat left; text-indent:35px;}
.foot_pfval li.foot_pfval_4 a{ background:url(../img/foot_ico4.png) no-repeat left; text-indent:35px;}


/* 简历 */
.Form-J1 .Form-J1-Left { float: left; width: 50%; }
.Form-J1 .Form-J1-right { float: right; width: 50%; }
.Form-J1 .Form-J1-li { padding-top: 10px; }
.Form-J1 .Form-J1-li label { width: 5em; display: inline-block; color: #666; vertical-align: middle; }
.Form-J1 .Form-J1-li input { height: 28px; line-height: 28px; border: 1px #ddd solid; width: 70%; }
.Form-J1 .Form-J1-li textarea { border: 1px #ddd solid; width: 70%; padding:0; margin:0; }
.Form-J1 .Form-J1-li em { color: red; vertical-align: middle; padding-left: 10px; }
.Form-J1 .Form-J1-li input._yzm { width: 20%; }
.Form-J1 .Form-J1-li img { vertical-align: middle; padding-left: 10px; cursor: pointer; }
.Form-J1 .Form-J1-li b { color: #666; font-size: 12px; padding-left: 4px; }
.Form-J1 .Form-J1-li select { border: 1px #ddd solid; width: 70%; padding: 7px 0; }
.Form-J1 .Form-J1-Btn { clear: both; text-align: center; padding-top: 40px; }
.Form-J1 .Form-J1-Btn button { width: 90px; height: 24px; line-height: 24px; text-align: center; color: #fff; cursor: pointer; font-family:微软雅黑; }
.Form-J1 .Form-J1-Btn ._submit { background: #008dcf; margin-right: 10px; }
.Form-J1 .Form-J1-Btn ._reset { background: #909090; }

/*20141229调整*/
.JobList-J2 ._jt strong{ overflow:hidden; height:36px; word-break:break-all;}
.JobList-J2 ._jt .t1{ width:35%;}
.JobList-J2 ._jt .t2{ width:14%;}
.JobList-J2 ._jt .t3{ width:16%;}
.JobList-J2 ._jt .t4{ width:20%; margin-right:0;}

/*20141230调整*/
.netwrok_table .a_tel a{color:#ea5504;}
.network_img .network_imgnpc{ display:none;}

.zhuce_t{ font-size:16px; font-weight:bold; }
.zhuce_zzrz{ line-height:30px;}
.zhuce_zzrz a{ color:#008dcf; font-weight:bold;}

.customer_scroll { height:200px; }

.banner li, .banner ul {position: relative;height: 100%;}
.eng_slide .slide_nav{ display:none;}

/*20140106*/
.zizhi_listSlide{ position:relative; overflow:hidden;}
.zizhi_listSlide .rzarrs{ display:block; width:22px; height:21px; background-repeat:no-repeat; background-image:url(../img/rz_btn.gif); position:absolute; top:5px; cursor:pointer;}
.zizhi_listSlide a.rzarrs_prev{ right:25px; background-position:right bottom;}
.zizhi_listSlide a.rzarrs_next{ right:0px; background-position:right top;}
.zizhi_listSlide a.rzarrs_prev:hover{ background-position:left bottom;}
.zizhi_listSlide a.rzarrs_next:hover{ background-position:left top;}
.zizhi_listSlide .unable{ display:none;}

.ful{margin:0px;padding:0px;list-style-type:none;}
.fulli{background-image: url("/img/foot_jt.png");
    background-position: 0 10px;
    background-repeat: no-repeat;
    display: block;
    padding-left: 30px;width:100px;}
	
	.navbox{height:82px;line-height:82px;position:relative;z-index:9; margin:auto;font-family:'微软雅黑';width:726px;}
.nav1{width:726px;margin:0 auto;height:82px;line-height:82px;list-style:none;}
.nav1 li{float:left;height:82px;line-height:82px;position:relative;list-style:none;}
.nav1 li.last{background:none;}
.nav1 li a{text-decoration:none;}
.nav1 li a span{float:left;display:block;line-height:82px;font-size:14px;color:#000;cursor:pointer;width:auto;text-align:center;padding:0px 10px;}
.mj_hover_menu{text-decoration:none;background-color:#f4f4f4;height:40px;}
.nav1 li.selected .submenu{display:block;}
.nav1 li .submenu{display:none;position:absolute;top:82px;left:-9px;}
.nav1 li .submenu li{float:none;padding:0;background:none;height:auto;border-bottom:dotted 0px #BEBEBE;}
.ptitle{font-size:16px;font-weight:bold;line-height:30px;}
.mj_menu_pro_bg{/**width:805px;**/ height:auto; background-color:#008cd6;}
.mj_menu_pro_main{width:150px; margin:auto; padding-top:12px;}
.mj_menu_pro_li{ float:left;}
.mj_menu_li_txt{line-height:22px; font-size:12px; color:#000;}
.mj_menu_li_txt a{color:#000; text-decoration:none;}
.mj_menu_li_txt a:hover{color:#000; text-decoration:underline;}

.mj_menu_pro_li2{ float:left;}
.mj_menu_li_txt2{line-height:25px; font-size:14px; color:#fff;font-weight:bold;}
.mj_menu_li_txt2 a{color:#fff; text-decoration:none;}
.mj_menu_li_txt2 a:hover{color:#fff; text-decoration:underline;}

.mj_menu_news_bg{width:400px; height:185px; background-color:#f4f4f4;}
.mj_menu_news_main{width:380px; margin:auto; padding-top:12px;}
.mj_menu_news_li{padding:0px 26px 0px 18px; margin-right:30px; height:150px; float:left; border-right:solid 1px #cccccc; }
.mj_menu_news_img{float:left; text-align:left; color:#bb1721; line-height:30px; font-size:14px;}
.mj_menu_news_li2{padding:0px 30px; height:150px; float:right; border-left:solid 1px #cccccc; }
.mj_menu_news_img2{float:left; margin-left:30px; text-align:left; color:#bb1721; line-height:30px; font-size:14px;}
.mj_menu_news_li3{padding:0px 25px; height:150px; float:right; border-left:solid 1px #cccccc; }
.mj_menu_news_img3{float:left; margin-left:10px; text-align:left; color:#bb1721; line-height:30px; font-size:14px;}

#pfengye li{float:left;padding:5px 10px;margin:0px;}
#pfengye li a{border:0px;padding:0px 0px;margin:0px;}
#pfengye li .pageinfo{color:#000000;background-color:#fff;padding:0px;}