@charset "utf-8";
/*@font-face {
    font-family: 'INTER';
    src: url('../font/INTERSTATECOND.eot');
    src:
    url('../font/INTERSTATECOND.eot?#font-spider') format('embedded-opentype'),
    url('../font/INTERSTATECOND.woff') format('woff'),
    url('../font/INTERSTATECOND.ttf') format('truetype'),
    url('../font/INTERSTATECOND.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/* 初始化CSS */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img{margin:0 auto; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%;}
fieldset, img{vertical-align:middle; border:none;}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal;}
ul, ol{list-style:none;}
li{list-style-type:none;}
input{padding-top:0; padding-bottom:0; font-family: "宋体",Arial,sans-serif;}
select, input{vertical-align:middle;}
select, input, textarea{font-size:12px; margin:0;}
input[type="text"], input[type="password"], textarea{outline-style:none;}
textarea{resize:none; font-family: "宋体",Arial,sans-serif;}
body{color:#333; font:12px "宋体",Arial,sans-serif; background:#fff;}
a{color:#666; text-decoration:none;}
i, em{ font-style:normal;}
.clearfix:after{content:""; display:block; height:0; visibility:hidden; clear:both;}
.clearfix{zoom:1;}
.fl{ float:left;}
.fr{ float:right;}
.auto{ margin-left:auto; margin-right:auto;}

/*小号文字  scale以12号字体为基准 需写实际字号大小*/
.font_adjust{-webkit-text-size-adjust:none;}
.font_scale8{ -webkit-transform: scale(0.66);}
.font_scale10{ -webkit-transform: scale(0.83);}
.font_lc{-webkit-transform-origin:left center;}
.font_rc{-webkit-transform-origin:right center;}
.font_up{text-transform:uppercase;}

/*transition*/
.tran200{-webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease; transition:all 0.2s ease;}
.tran400{-webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease;}

/*网页限定宽度*/
.con_1000{ margin:0 auto; position:relative; width:1000px;}
.con_1000:after{content:""; display:block; height:0; clear:both;}

*{margin: 0;padding: 0;}
.over_hidden{text-overflow:ellipsis; white-space:nowrap;  overflow:hidden;}


/*header*/
.header_wrap{width: 100%;height: 86px;border-bottom: 2px solid #023894;min-width: 1200px;}
.header{width: 1200px;margin: 0 auto;height: 86px;}
.logo{display: block;width: 390px;height: 86px;float: left;}
.header_r{float: right;}
.h_r_t{padding-top: 20px;margin-bottom: 10px;}
.h_r_t a{display: block;width: 78px;height: 12px;float: left;border-right: 1px solid #666666;text-align: center;font-size: 12px;font-family: "宋体";color: #666666;line-height: 12px;}
.h_r_t a.third{border-right: none;}
.h_r_b{}
.h_r_b form{float: right;width: 188px;height: 22px;border:1px solid #d6d6d6;}
.h_r_b form .h_text{width: 166px;height: 22px;line-height: 22px;background: #fff;border:none;float: left;text-indent: 10px;font-size: 12px;font-family: "宋体";color: #666666;line-height: 22px;}
.h_r_b form .h_subm{border:none;width: 22px;height: 22px;background: #133c89 url(../images/subm_bg.jpg) no-repeat center;float: left;cursor: pointer;}


/*nav*/
.nav_wrap{width: 100%;height: 51px;/*border-bottom: 1px dashed #5579b5;*/background: url(../images/nav_bg.jpg) repeat-x left bottom;}
.nav_cont{width: 1123px;padding-left: 77px;height: 50px;margin: 0 auto;}
.nav{ height:50px; line-height:50px;position:relative; z-index:1;  }
.nav a{ }
.nav .nLi{ float:left;  position:relative; display:inline;/*width: 145px;*/ padding: 0 39.5px; }
.nav .nLi_f{text-align: left;padding: 0;padding-right: 39.5px;}
.nav .nLi h3{ float:left;position: relative;text-align: center; }
.nav .nLi_f h3{text-align: left;}
.nav .nLi h3 a{ display:block;color:#323333;font-size: 16px;font-family: "微软雅黑"; }
.nav .sub{ display:none; left:0px; top:51px;  position:absolute; background:#fff;  line-height:32px; padding:5px 0;
/*width:100%;*/ width: 200px;}
.nav .sub li{ zoom:1; color:#323333;font-size: 14px;font-family: "微软雅黑"; }
.nav .sub a{ display:block;text-align: left; }
.nav .sub a:hover{ background:#033887; color:#fff;  }
.nav .on h3 .on_l{width: 100%;height: 4px;background: #033887;position: absolute;left: 0px;bottom: -1px;}
.nav .on h3 a{color: #2f499d;}

/*banner*/
.banner{width: 100%;height: 420px;min-width: 1200px;}
.slideBox{ width:100%; height:420px; overflow:hidden; position:relative; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle;width: 100%; }
.slideBox .bd a{display:block; height: 420px;width: 100%; }
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-20px; display:block; width:40px; height:40px; 
	background:url(../images/l_arr.png) no-repeat center; filter:alpha(opacity=50);opacity:0.5;display: none;   }
.slideBox .next{ left:auto; right:3%; background:url(../images/r_arr.png) no-repeat center; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

/*icont*/
.icont{width: 1200px;margin: 40px auto;height: 317px;/*overflow: hidden;*/}
.ipart{width: 270px;float: left;margin-right: 40px;}
.istock{margin-right: 0px;}
.ititle{width: 100%;height: 32px;line-height: 32px;text-indent: 10px;font-size: 16px;font-family: "微软雅黑";color: #181919;
overflow: hidden;/*background: url(../images/ih3_bg.png) no-repeat 255px center;*/margin-bottom: 20px;}
.ititle_en{margin-left: 9px;font-size: 12px;color: #666666;font-family: "Georgia";font-style: italic;line-height: 12px;
position: relative;top: 3px;background-image: -webkit-gradient(linear, 0 0, 0 120%, from(rgba(0, 0, 0, 1)), to(rgba(115, 115, 115, 0.5)));
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
}
.irecom h3{border-top: 1px solid #809ed0;border-bottom: 1px solid #809ed0;}
.inews h3{border-top: 1px solid #6cc0ca;border-bottom: 1px solid #6cc0ca;}
.inotic h3{border-top: 1px solid #acbc6e;border-bottom: 1px solid #acbc6e;}
.istock h3{border-top: 1px solid #a7955e;border-bottom: 1px solid #a7955e;}
.imore{font-size: 12px;font-family: "微软雅黑";color: #333333;padding-left: 36px;background: url(../images/more_bg.png) no-repeat 3px center;
display: block;height: 20px;line-height: 20px;margin-top: 3px;}
.imore:hover{-webkit-transform:translateX(6px); transform:translateX(6px);}
.ititle_more{display: block;width: 6px;height: 32px;float: right;margin-right: 9px;background: url(../images/ih3_bg.png) no-repeat center;}

/*特别推荐*/
.irecom_d{width: 270px;height: 240px;}
.slideBox1{ width:270px; height:240px; overflow:hidden; position:relative;}
.slideBox1 .hd{ height:25px; overflow:hidden; position:absolute; right:0px; bottom:65px; z-index:1;width: 270px;background: url(../images/b_bg.png) repeat; }
.slideBox1 .hd ul{ overflow:hidden; zoom:1; float:right; padding-top: 8px;height: 12px; }
.slideBox1 .hd ul li{ float:left; margin-right:4px;  width:4px; height:12px; background:none; cursor:pointer; }
.slideBox1 .hd ul li span{display: block;width: 4px;}
.slideBox1 .hd ul li span.hd_t{height: 4px;background: none;}
.slideBox1 .hd ul li span.hd_b{height: 8px;background: #fff;}
.slideBox1 .hd ul li.on span.hd_t,.slideBox1 .hd ul li.on span.hd_b{ background:#003894;}
.slideBox1 .bd{ position:relative; height:100%; z-index:0;   }
.slideBox1 .bd li{ zoom:1; vertical-align:middle; }
.slideBox1 .bd img{ width:270px; height:175px; display:block;  }
.irecom_t{font-size: 14px;font-family: "微软雅黑";color: #1a1a1a;line-height: 30px;height: 60px;overflow: hidden;margin-top: 5px;}

/*新闻中心*/
.inews_d{font-size: 12px;line-height: 24px;font-family: "微软雅黑";color: #999899;height: 72px;overflow: hidden;text-indent: 2em;
margin-top: -5px;margin-bottom: 8px;}
.inews_l{width: 100%;margin-top: 4px;height: 220px;margin-bottom: 23px;}
.inews_l li{width: 255px;height: 54px;padding-left: 15px;background: url(../images/inews_bg.png) no-repeat left 11px;border-bottom: 1px dashed #cccccc;}
.inews_l li.ilast{border-bottom: none;}
.inews_l li a{font-family: "微软雅黑";font-size: 12px;color: #333333;display: block;line-height: 27px;}
.inews_l li:hover a{color: #033886;-webkit-transform:translateX(6px); transform:translateX(6px);}
.inews_l li:hover span.inews_date{color: #033886;}
.inews_l li span.inews_date{display: block;line-height: 27px;font-family: "微软雅黑";font-size: 12px;color: #333333;}

/*最新公告*/
.inot_c{height: 263px;position: relative;}
.not_line{width: 1px;height: 255px;background: #cccccc;position: relative;top: 8px;left: 3px;position: absolute;z-index: -1;}
.inot_l{width: 270px;margin-bottom: 21px;height: 227px;margin-top: -6px;}
.inot_l li{width: 252px;padding-left: 18px;background: url(../images/inot_bg.jpg) no-repeat left center;margin-bottom: 5px;}
.inot_t a{font-size: 12px;font-family: "微软雅黑";color: #333333;line-height: 28px;display: block;}
.inot_t a:hover{color: #033886;-webkit-transform:translateX(6px); transform:translateX(6px);}
.inot_date{font-size: 12px;color: #666666;line-height: 28px;font-family: "微软雅黑";}
.inot_l li:hover{background: url(../images/inot_on_bg.jpg) no-repeat left center;}
.inotic .imore{margin-left: 18px;margin-top: 14px;}

/*股票动态*/
/*.istock_t{font-family: "微软雅黑";font-size: 14px;color: #003894;font-weight: bold;line-height: 14px;margin-bottom: 32px;}
.istock_i{width: 270px;height: 132px;margin-bottom:33px; }
.istock_i img{width: 100%;}
.istock_d{}
.istock_d p{width: 270px;height: 28px;}
.istock_d p span{font-family: "微软雅黑";font-size: 12px;line-height: 28px;color: #333333;display: block;width: 67px;float: left;
text-align: right;}
.istock_d p span.is_st{text-align: left;}*/

.istock_t{font-family: "微软雅黑";font-size: 14px;color: #003894;font-weight: bold;line-height: 14px;margin-bottom: 32px;}
.istockWrap{background: url(../images/istock_bg.jpg) repeat-y left top;padding-left: 10px;}
.istock_i{width: 260px;height: 200px;margin-bottom:13px; position: relative;}
.istock_i img.istockSmall{width: 100%;max-height: 200px;cursor: pointer;}
.istock_i .istockImgWrap{width: 500px;position: absolute;left: -532px;top: 0px;display: none;padding: 15px;background: #fff;border:1px solid #ccc;}
.istock_i .istockImgWrap img{width: 100%;max-height: 230px;}
.istock_d{font-family: "微软雅黑";font-size: 12px;line-height: 28px;color: #333333;padding-left: 12px;
border-top: 1px dashed #ccc;border-bottom: 1px dashed #ccc;}
.istock_d p{width: 270px;}
.istock_d p span{font-family: "微软雅黑";font-size: 12px;line-height: 28px;color: #333333;display: block;width: 67px;float: left;
text-align: right;}
.istock_d p span.is_st{text-align: left;}



/*footer*/
.footer_wrap{width: 100%;background: #c7cacc;height: 98px;min-width: 1200px;}
.footer{width: 1200px;margin: 0 auto;height: 24px;padding: 37px 0px;}
.footer_l{width: 576px;float: left;height: 24px;}
.f_span{display: block;width: 65px;text-align: left;font-size: 12px;font-family: "微软雅黑";color: #666666;float: left;line-height: 24px;}
.f_s{width: 140px;height: 24px;line-height: 24px;background: #fff;float: left;margin-right: 10px;padding: 0 10px;position: relative;}
.f_st{display: block;width: 140px;height: 24px;line-height: 24px;background: url(../images/f_span_bg.png) no-repeat right center;
	cursor: pointer;font-size: 12px;font-family: "微软雅黑";color: #666666;}
.f_sc{width: 160px;padding: 10px 0px;position: absolute;left: 0px;top: 24px;display: none;background: #e1e4e5;}
.f_sc a{font-size: 12px;font-family: "微软雅黑";color: #666;}
.f_sc li{width: 100%;height: 28px;line-height: 28px;}
.f_sc li a{display: block;width: 140px;height: 28px;padding: 0px 10px;}
.f_sc li a:hover{background: #033887;color: #fff;}
.footer_r{width: 620px;float: right;height: 24px;line-height: 24px;}
.footer_r p{font-family: "微软雅黑";font-size: 12px;color: #666666;line-height: 24px;text-align: right;}
.footer_r p span{margin-left: 16px;}



/*公司简介*/
.n_wrap{width: 100%;padding-top: 104px;background: url(../images/list_bg.jpg) no-repeat center top;min-width: 1200px;}
.ny_cont{width: 1200px;margin: 0 auto;background: #fff;}
.l_contain{width: 810px;padding: 30px 30px 0 30px;float: left;font-family: "微软雅黑";font-size: 14px;font-family: "微软雅黑";
font-size: 14px;line-height: 30px;color: #666;}
.l_contain img{max-width: 100%;}
.path{height: 12px;padding-bottom: 20px;border-bottom: 2px solid #023894;margin-bottom: 30px;color: #666666;line-height: 12px;}
.path a,.path span{font-size: 12px;color: #666666;font-family: "微软雅黑";line-height: 12px;float: left;}
.path a.index{padding-left: 21px;background: url(../images/home.jpg) no-repeat left top;}
.path span.space{display: block;width: 4px;height: 12px;background: url(../images/space.jpg) no-repeat center;margin: 0 14px;}
.path a:hover{color: #023894;}
.l_cont_t{width: 870px;height: 260px;margin-bottom: 21px;}
.img_wrap{width: 430px;height: 260px;float: left;margin-right: 30px;}
.img_wrap img{width: 430px;height: 260px;}
.top_r{padding-top: 27px;width: 350px;float: left;}
.top_ch{font-size: 16px;font-family: "微软雅黑";color: #023894;font-weight: bold;padding-left: 38px;padding-top: 11px;line-height: 16px;
background: url(../images/dh.jpg) no-repeat left top;margin-bottom: 17px;}
.top_en{text-transform: uppercase;font-size: 24px;line-height: 24px;color: #c4e6ea;margin-bottom: 29px;}
.top_d{font-size: 14px;font-family: "微软雅黑";color: #023894;line-height: 32px;text-indent: 2em;background: url(../images/p_bg.jpg) no-repeat left top;}
.detail{font-size: 14px;font-family: "微软雅黑";color: #333333;line-height: 32px;margin-bottom: 78px;}
.r_side{width: 300px;float: right;margin-top: -50px;}
.side_t{padding: 42px 10px 10px 35px;width: 255px;height: 48px;background: #023894;}
.side_t_ch{font-size: 16px;line-height: 16px;font-family: "微软雅黑";color: #ffffff;position: relative;top: -19px;font-weight: bold;}
.side_t_en{font-family: "Verdana";font-size: 16px;color: #6cc0ca;font-style: italic;}
.side_t_en em{font-size: 37px;line-height: 37px;font-style: italic;}
.s_l_w{width: 298px;border-left: 1px solid #cccccc;border-right: 1px solid #cccccc;padding-bottom: 70px;}
.side_list{width: 270px;padding: 0 14px;min-height: 500px;}
.side_list li{height: 49px;line-height: 49px;border-bottom: 1px solid #999999;}
.side_list li a{display: block;height: 49px;float: left;position: relative;font-size: 14px;font-family: "微软雅黑";color: #1a1a1a;line-height: 49px;
margin-left: 20px;}
.side_list li.on a .side_line,.side_list li:hover a .side_line{display: block;width: 100%;height: 2px;background: #023894;position: relative;left: 0px;bottom: 1px;}

/*财务摘要*/
.ny_detail{width: 100%;min-height: 500px;}
.ny_bt{height: 24px;}
.ny_bt .bt_ch{font-family: "微软雅黑";color: #000;font-size: 18px;margin-right: 20px;line-height: 18px;}
.ny_bt .bt_en{font-family: "Verdana";color: #999999;font-size: 14px;line-height: 18px;margin-right: 10px;text-transform: uppercase;}
.ny_bt .bt_icon{line-height: 24px;}
.ny_bt .bt_icon img{position: relative;top: -2px;}
.slideTxtBox{ width:100%;margin-top: 30px;}
.slideTxtBox .hd{ height:50px;  border-bottom:1px solid #cccccc;  position:relative; }
.slideTxtBox .hd ul{ float:left;}
.slideTxtBox .hd ul li{ float:left; padding:0 16px; cursor:pointer;margin-right: 20px; height: 30px;line-height: 30px;font-size: 14px;font-family: "微软雅黑";color: #666666;background: #ececec; }
.slideTxtBox .hd ul li.on{background: #023894;color: #fff;border-radius: 3px;}
.slideTxtBox .bd .tab_cont{ padding-top: 30px;  zoom:1;  }
.slideTxtBox .bd .tab_cont dl{height: 40px;line-height: 40px;border-bottom: 1px solid #cccccc;}
.slideTxtBox .bd .tab_cont dl.dl_h{background: #e6e6e6;}
.slideTxtBox .bd .tab_cont dl dt,.slideTxtBox .bd .tab_cont dl dd{width: 105px;float: left;border-left: 1px solid #ccc;text-align: center;text-indent: 20px;
font-size: 14px;font-family: "微软雅黑";color: #333333;height: 40px;}
.slideTxtBox .bd .tab_cont dl dt.f_dl,.slideTxtBox .bd .tab_cont dl dd.f_dl{width: 490px;text-align: left;}
.slideTxtBox .bd .tab_cont dl dt.l_dl{width: 106px;}
.slideTxtBox .bd .tab_cont dl dd.l_dl{border-right: 1px solid #ccc;}
.slideTxtBox .bd .tab_cont dl dt.f_dl{width: 491px;}
.slideTxtBox .bd .tab_cont dl dt.f_dl{border-left: none;}
.tab_l{margin-top: 30px;padding-bottom: 60px;}
.tab_l a{display: block;float: left;border-radius: 3px;line-height: 40px;padding: 0 6px;background: #023894;font-family: "微软雅黑";font-size: 14px;color: #fff;margin-right: 14px;}

/*通知公告*/
.ny_line{width: 100%;height: 1px;background: #cccccc;margin-top: 18px;margin-bottom: 25px;}
.tz_list{width: 100%;padding-top: 1px;background: url(../images/li_bg.jpg) repeat-x;margin-bottom: 30px;}
.tz_list li{height: 40px;background: url(../images/d_icon.png) no-repeat left center;line-height: 40px;border-bottom: 1px dotted #ccc;}
.tz_list li a{display: block;width: 500px;float: left;padding-left: 30px;
font-family: "微软雅黑";font-size: 14px;color: #333333;height: 40px;}
.tz_list li a:hover{color: #023894;-webkit-transform:translateX(6px); transform:translateX(6px);}
.tz_date{float: right;font-family: "微软雅黑";font-size: 14px;color: #666666;}
.page{width: 100%;height: 40px;line-height: 40px;background: #023894;}
.page .prev_page,.page .next_page{display: block;width: 260px;float: left;height: 40px;text-align:center;}
.page .prev_page:hover,.page .next_page:hover{background: #01348c;}
.page .prev_page{}
.page .next_page{}
.page_num{width: 290px;float: left;height: 40px;text-align: center;}
.page_num a{font-size: 14px;font-family: "微软雅黑";color: #fff;margin: 0 8px;}
.page_num a.cur_page{color: #00153a;}
.page_num a:hover{color: #00153a;}


/*通知及公告*/
.tz_list li a.download_link{float: right;width: 100px;text-align: right;padding-left: 0px;}
.tz_list li a.download_link:hover{-webkit-transform:translateX(0px); transform:translateX(0px);}
.tz_list li span.download_time{float: right;display: block;width: 100px;text-align: right;}


/*公司动态*/
.gsdt{width: 100%;margin-top: 25px;background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(230,230,230,1)), to(rgba(255,255,255,1)));padding: 22px 20px 36px 30px;
width: 760px;}
.dt_l{width: 230px;float: left;}
.dt_img{width: 230px;height: 150px;overflow: hidden;margin-bottom: 20px;}
.dt_img img{width: 230px;height: 150px;}
.dt_t{font-size: 14px;font-family: "微软雅黑";color: #333333;line-height: 34px;font-weight: bold;margin-bottom: 5px;}
.dt_t a{color: #333;font-weight: bold;}
.dt_t a:hover{color: #023894;text-decoration: underline;}
.dt_d{font-size: 12px;font-family: "微软雅黑";color: #808080;line-height: 28px;}
.dt_r{width: 500px;float: right;}
.dt_list{width: 100%;border-top: 1px dotted #ccc;}
.dt_list li{height: 40px;line-height: 40px;border-bottom: 1px dotted #ccc;padding-left: 30px;width: 470px;background: url(../images/d_icon.png) no-repeat left center;}
.dt_list li a{display: block;width: 360px;float: left;font-family: "微软雅黑";font-size: 14px;line-height: 40px;color: #333333;}
.dt_list li a:hover{color: #023894;-webkit-transform:translateX(6px); transform:translateX(6px);}
.dt_list li .dt_date{float: right;font-size: 14px;font-family: "微软雅黑";color: #666666;}

/*单页面*/
.dy_cont{width: 100%;font-family: "微软雅黑";font-size: 14px;line-height: 34px;color: #333;position: relative;}
.dy_t{font-size: 18px;line-height: 34px;font-family: "微软雅黑";color: #0e050a;text-align: center;}
.dy_t_o{text-align: right;font-size: 12px;font-family: "微软雅黑";color: #666666;line-height: 34px;}
.dy_t_o span{margin-left: 16px;}
.dy_detail{font-family: "微软雅黑";font-size: 14px;line-height: 34px;color: #333;margin-bottom: 40px;}
.news_l{font-size: 14px;font-family: "微软雅黑";color: #149eae;}
.news_l a{color: #149eae;}
.share{margin-top: 50px;margin-bottom: 24px;}
.dy_line{width: 100%;height: 1px;background: #ccc;margin-bottom: 60px;}
.top{width: 100px;height: 26px;line-height: 26px;background: #023894 url(../images/top_bg.png) no-repeat 20px center;text-indent: 53px;cursor: pointer;font-family: "Verdana";
font-size: 14px;color: #fff;position: absolute;right: 0px;bottom: 30px;}


/*公司宣传片*/
.xcp_t{font-size: 20px;font-family: "微软雅黑";color: #333333;line-height: 40px;margin-bottom: 10px;margin-top: -20px;}
.vedio{width: 100%;height: 495px;}

/*管理团队*/
.gltd_l{width: 100%;margin-bottom: 60px;}
.gltd_l li{margin-bottom: 2px;}
.gltd_l h3.gltd_t{height: 46px;line-height: 46px;text-indent: 32px;background: #e6e6e6 url(../images/gltd_bg.jpg) no-repeat left center;
font-size: 14px;color: #4c4c4c;font-family: "微软雅黑";}
.gltd_l .gltd_t span{margin-right: 4px;}
.gltd_l .gltd_t span.gltd_m{height: 46px;width: 15px;background: url(../images/gltd_m.png) no-repeat center;float: right;cursor: pointer;margin-right: 18px;}
.gltd_l .gltd_c{width: 100%;padding-bottom: 24px;padding-top: 15px;display: none;
font-family: "微软雅黑";font-size: 12px;line-height: 32px;color: #666666;}
.gltd_l div.on{display: block;}
.gltd_img{width: 110px;float: left;padding-top: 10px;}
.gltd_img img{width: 110px;}
.gltd_d{width: 680px;float: right;font-family: "微软雅黑";font-size: 12px;line-height: 32px;text-indent: 2em;color: #666666;}
.gltd_l .gltd_t span.on{background: url(../images/on_bg.png) no-repeat center;}
.gltd_l h3.on{background: #023894;color: #fff;}

/*招聘页面*/
.recruit_list{width: 720px;margin: 0 auto;min-height: 450px;margin-bottom: 34px;}
.recruit_list dl{height: 34px;}
.recruit_list dl dt,.recruit_list dl dd{width: 144px;float: left;height: 34px;line-height: 34px;text-align: center;font-family: "微软雅黑";
text-overflow:ellipsis; white-space:nowrap;  overflow:hidden;}
.recruit_list dl dt{font-size: 14px;color: #fff;background: #023894;}
.recruit_list dl dd{font-size: 14px;color: #333333;margin-top: 2px;background: #dbdbdb;}
.recruit_list dl dd a{color: #023894;}

/*员工风采*/
.ygfc_wrap{margin-top: 26px;width: 100%;}
.ygfc_list{width: 100%;padding-bottom: 12px;}
.ygfc_list li{border: 1px solid #f0f0f0;padding: 29px 39px;width: 730px;margin-bottom: 30px;}
.ygfc_img{display: block;width: 224px;height: 144px;padding: 2px;border: 1px solid #cccccc;float: left;}
.ygfc_img span{display: block;width: 224px;height: 144px;overflow: hidden;}
.ygfc_img span img{width: 224px;height: 144px;}
.ygfc_img:hover img{-webkit-transform: scale(1.1);transform: scale(1.1);}
.ygfc_c{width: 480px;float: right;}
.ygfc_t{margin-bottom: 13px;line-height: 14px;}
.ygfc_t a{font-family: "微软雅黑";font-size: 14px;font-weight: bold;color: #333333;line-height: 14px;}
.ygfc_t a:hover{text-decoration: underline;color: #023894;}
.ygfc_d{font-size: 14px;font-family: "微软雅黑";color: #666666;line-height: 30px;height: 90px;overflow: hidden;}
.ygfc_more{display: block;font-size: 12px;font-family: "微软雅黑";color: #023894;line-height: 12px;margin-top: 18px;}
.ygfc_more:hover{-webkit-transform:translateX(6px); transform:translateX(6px);}

/*招聘页面*/
.zpxx_wrap{width: auto;font-family: "微软雅黑";font-size: 12px;line-height: 32px;color: #666;padding:  0 20px;}
.zpxx_title{font-size: 14px;color: #454545;font-weight: bold;}

/*财务报告*/
.cwbg_list{width: 100%;}
.cwbg_list li{margin-bottom: 30px;}
.cwbg_img{display: block;width: 112px;height: 152px;padding: 3px;border: 1px solid #cccccc;float: left;margin-right: 30px;}
.cwbg_img span{display: block;width: 100%;height: 100%;overflow: hidden;}
.cwbg_img span img{width: 100%;height: 100%;}
.cwbg_cont{width: 650px;float: left;}
.cwbg_title{width: 650px;margin-top: 42px;}
.cwbg_title .cwbg_t{font-style: 14px;font-family: "微软雅黑";font-weight: bold;color: #023894;line-height: 34px;max-width:528px;margin-right: 32px; display: block;float: left;}
.cwbg_title .cwbg_t:hover{text-decoration: underline;}
.cwbg_title .cwbg_date{font-family: "微软雅黑";font-style: 14px;color: #4c4c4c; display: block;width: 80px;float: left;}
.cwbg_disc{padding-left: 26px;background: url(../images/cwbg_disc_bg.png) no-repeat left center;font-family: "微软雅黑";font-size: 14px;line-height: 34px;color: #4c4c4c;
height: 34px;overflow: hidden;margin-top: 9px;}
.cwbg_btn{display: inline-block;*display:inline;*zoom: 1;width: 28px;height: 28px;background: url(../images/pdf_download.png) no-repeat center;margin-top: 13px;}


/*修改*/
.nav .nLi{/*padding: 0 35px;*//* width: 135px; */}
.nav .nLi_f{/*padding: 0 35px;*//* width: 100px; */}
.nav .nLi h3{text-align: center;word-break:break-all;text-overflow:ellipsis; white-space:nowrap;  overflow:hidden;max-width: 100%;}
.nav .nLi h3 a{word-break:break-all;text-overflow:ellipsis; white-space:nowrap;  overflow:hidden;font-weight: normal;
text-align: left;max-width: 100%;}
.nav .sub li a{padding: 0px 10px;color: #333;word-break:break-all;
text-overflow:ellipsis; white-space:nowrap;  overflow:hidden;}
.nav .sub{background: url(../images/sub_bg.png) repeat;width: 200px;text-align: left;}


/*修改*/
.footer_l{width: 650px;}
.footer_r{width: 550px;}
.f_email{float: left;line-height: 24px;margin-left: 0px;font-family: "微软雅黑";color: #666;}
.f_email a{color: #666;}
.f_email a:hover{color: #333;}

/*0317修改*/
.nav .nLi{padding-right: 40px;}