﻿/*!	* common.css * CSS Document * The site is designed by LEBANG,Inc 11/2015 */
@charset "utf-8";


/*header头部*/
/*body{overflow:-scroll;overflow-x:hidden; width:100%;}*/
.header{height: 80px;position: absolute;z-index: 5;border-bottom: 1px solid rgba(255,255,255,0.349); top: 0;left: 0;right: 0;padding: 0 250px;}
.logo{display: inline-block;position: absolute;left: 50px;top: 0;}
.logo img{margin-top: 20px;}
.nav_header{margin: 0 auto;width: 580px;}
.nav_header >ul{display: block;line-height: 80px;}
.nav_header >ul>li{float: left;cursor: pointer; height: 77px;}
.nav_header >ul>li a.header_a{font-size: 15px;color: #fff;text-decoration: none;height:15px;border-right:1px solid #fff;padding:0 30px;}
.nav_header >ul>li a.border-no-right{border-right:0px;}
.nav_header >ul>li:hover{border-bottom: 3px solid #fff;}
.header_r{margin-top: 20px;display: inline-block;position: absolute;right: 50px;top: 0;}
.header_r img{margin-right: 15px;cursor: pointer;height: 15px;}
.header_r a{font-size: 15px;color: #fff;padding-left: 15px;border-left: 1px solid #fff;}
.header_list_tit{width: 215px;}
.header_list{background-color: #efefef;padding-top:50px;padding-bottom:120px;position: absolute;top: 80px;left: 0;right: 0;display: none;filter:alpha(opacity=90);-moz-opacity:0.9;-khtml-opacity: 0.9;opacity: 0.9; }
.header_name{font-size:24px;color: #007cc3;line-height: 30px;margin-top: 20px;}
.header_list dl dd{float: left;width: 190px;line-height: 16px;font-size: 14px;}
.header_slash{width: 48px;height: 3px;display: inline-block;background-color: #007cc3;}
.header_list dl dd p.dd1{font-size: 16px;}
.header_list dl dd p{margin-bottom: 20px;}
.header_list dl dd p a{text-decoration: none;color: #333;}
.header_list dl dd p a.licur{color: #007cc3;}
.header_list dl dd p a:hover{color: #007cc3;}

.header_join dl dd{float: left;line-height: 16px;font-size: 16px;width: auto;}
.header_distance1{margin-left: 80px;margin-right: 40px;}
.header_distance2{margin-left: 70px;margin-right: 40px;}


.search{width:221px;height:36px;position:relative;display: inline-block;margin-right: 10px;}
.search .text{width:0;background:none;border:none;}
.search .btn{width:35px;height:35px;background:url(../images/find.png) center no-repeat;border:none;position:absolute;top:0;right:-5px;}
.search.on .text{width:201px;height:34px;line-height:34px;font-size:14px;color:#58585b;background-color: #fff;border-radius: 15px;padding-left: 20px;}
.search.on .btn{background-color:inherit;background:url(../images/search_icon.png) center no-repeat;}
/*banner样式*/
.banner{ width:100%; overflow:hidden; position:relative; min-width:1200px;}
.banner .bd{ position:relative; height:100%; z-index:0;   }
.banner .bd li{height: 100%;}
.banner .bd li a{display:block;width:100%;height:100%;background-position:center top;background-repeat:no-repeat;background-size: cover;}
.banner .hd{height:5px;position:absolute;left:0;bottom:50px;text-align:center;z-index:1;left:50%;border-left:1px solid #fff;}
.banner .hd ul{}
.banner .hd ul li{float:left;width:54px;height:3px;cursor:pointer;border:1px solid #fff;border-left:none;opacity:0.8;filter:alpha(opacity=80);}
.banner .hd ul li.on{opacity:1;filter:alpha(opacity=100);background:#fff;}

/*首页样式*/
.content{padding:80px 0;}
.content_l{width: 460px;}
.content_l_span{font-size: 18px;font-weight: bold;padding-bottom: 13px;border-bottom: 2px solid #ccc;display: inline-block;}
.content_new{font-size: 14px;color: #666;margin: 40px 0 30px 0;line-height: 30px;}
.cont_but{border: 1px solid #666;font-size: 14px;color: #666;padding: 10px 35px;display: inline-block;text-decoration: none;}
.cont_but:hover{color: #4291cc;border-color: #4291cc;text-decoration: none;}
.content_r{position: relative;overflow: hidden;}
.content_r .next,.content_r .prev{cursor: pointer;display: block;width: 40px;height: 40px;position: absolute;}
.content_r .next{background:#f5f4f2 url("../images/left_right.png") no-repeat -87px center;right:303px;z-index: 10;}
.content_r .prev{background:#f5f4f2 url("../images/left_right.png") no-repeat 13px center;left:355px;z-index: 10;}
.content_r .next:hover{background:#007cc3 url("../images/left_right.png") no-repeat -55px center;}
.content_r .prev:hover{background:#007cc3 url("../images/left_right.png") no-repeat -20px center;}
.cont_nav{width: 220px;padding: 0 75px;text-align: center;float: left;cursor: pointer;color: #000;}
.cont_nav img{display:block;width:187px;height:152px;}
.cont_nav_p1{font-size:17px;margin-top: 45px;text-align: left;}
.cont_nav_p2{font-size:12px;margin-top: 20px;text-align: left;}
.cont_nav:hover{color: #007cc3;}
.content_fot{background: url("../images/bj_02.jpg") no-repeat center;height: 380px;}
.content_fot_l{width: 460px;height:380px;display: inline-block;}
.content_fot_l span{font-size: 18px;color: #fff; font-weight: bold;padding-bottom: 13px;border-bottom: 2px solid #fff;display: inline-block;margin-top: 50px;}
.content_fot_l .bd{width: 420px;}
.content_fot_l .hd ul li{float: left;width: 10px;height: 10px;border: 1px solid #fff;border-radius: 50%;margin-right: 10px;font-size: 0;cursor: pointer;}
.content_fot_l .hd ul li.on{background-color:#fff; }
.content_fot_new{font-size: 14px;color: #fff;margin: 40px 0 30px 0;line-height: 30px;}
.contact{display: inline-block;width: 330px;height: 330px;padding-top: 50px;padding-left: 40px;}
.contact_inf{margin-top: 40px;width: 300px;}
.contact_inf p{font-size: 14px;color: #666;margin-bottom: 20px;margin-left: -50px;padding-left: 50px;}
.contact_inf p a{color: #666;text-decoration: none;}
.contact_inf p i{background: url("../images/contact.png") no-repeat;width: 20px;height: 20px;display: inline-block;float: left;padding-left: 10px;margin-top: 3px;}
.contact_inf p i.tel{background-position: 0px -35px;}
.contact_inf p i.eml{background-position: 0px -70px;}
.contact_inf p i.www{background-position: 0px -105px;}
.contact_img{width: 370px;}
.contact_img img{display: block;}

/*footer底部样式*/
.footer{padding: 40px 0;border-top: 1px solid #f0f0f0;}
.fot_left{display: inline-block;}
.fot_left_list{display: inline-block;}
.fot_left_list li{float: left;}
.fot_left_list li dl dd{font-size: 14px;margin-right: 110px;width: 110px;height: 45px;border-bottom: 1px dashed #777;line-height: 45px;cursor: pointer;}
.fot_left_list li dl dd a{text-decoration: none;color: #777;}
.fot_left_list li dl dd:hover a{color: #007cc3;}
.fot_cen{display: inline-block;}
.fot_cee_p1{font-size: 16px;color: #666;margin-top: 10px;}
.fot_cee_p2{font-size: 12px;color: #999;margin-top: 5px;}
.fot_cee_p2 a{text-decoration: none;color: #999;}
.fot_cee_p3{font-size: 24px;color: #ab8c1f;margin-top: 10px;}
.fot_rig {width: 169px; }
.fot_rig img{ float: right; margin-top: 10px; width:100px; height:100px;margin:0 auto; display: block;}
.footer_bot{text-align: center;font-size: 12px;color: #999;height: 50px;line-height: 50px;background-color: #f5f5f5; min-width:1200px;}

.footer_right{width:169px;height:30px;margin-top:10px;float: right; position:relative;}
.footer_right p{width:127px;height:28px;padding:0 30px 0 10px;border:1px solid #cdcdcd;color:#555;line-height:28px;cursor:pointer;}
.footer_right p i{display:block;width:9px;height:5px;background:url(../images/footer_icon.png) no-repeat -5px 0;position:absolute;top:13px;right:10px;}
.footer_right dl{display:none;width:167px;border:1px solid #cdcdcd;position:absolute;bottom:29px;left:0;background:#fff;max-height:200px;overflow-y:scroll;}
.footer_right dt{line-height:19px;padding:0 5px;color:#767676;font-weight:bolder;}
.footer_right dd{line-height:20px;padding:0 5px 0 20px;}
.footer_right dd a{color:#767676;}
.footer_right dd a:hover{color:#252d30;}



/*page样式*/
.page{width:100%;height:40px;text-align:center;line-height:38px;}
.page_con{display:inline-block;*display:inline;*zoom:1;}
.page a,
.page_text,
.page_btn{display:block;width:38px;height:38px;float:left;border:1px solid #d9d9d9;font-size:14px;color:#888;background:#fff;margin:0 5px;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);transition: all 0.3s ease-out 0s;-webkit-transition: all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.page a:hover,
.page_btn:hover{background:#f5f5f5;}
.page a.on{background:#007cc3;color:#fff;font-weight:bolder;border-color:#007cc3;}
.page a.goprev,
.page a.gonext{width:68px;}
.page a.goprev{margin-right:15px;}
.page a.non{background:#f8f8f8;border-color:#e9e9e9;color:#ababab;cursor:default;}
.page span{font-size:14px;color:#666;margin:0 5px;float:left;}
.page_text{text-align:center;color:#333;}
.page_btn{color:#666;width:68px;}

.page a.goprev i{background: url("../images/left_right.png") no-repeat;width: 20px;height: 20px;display:block;margin: 8px auto;}
.page a.gonext i{background: url("../images/left_right.png") no-repeat -95px 0px;width: 20px;height: 20px;display:block;margin: 8px auto; }
/*投资者关系样式*/
.investor_top{background: url("../images/investor_top.jpg") no-repeat center;height: 500px;position: relative;}
.top .top_tit1{position: absolute;font-size:50px;font-weight: 500;color:#fff;left: 0;right: 0;text-align: center;top: 30%;}
.top .top_tit2{position: absolute;font-size:30px;font-weight: 500;color:#fff;left: 0;right: 0;text-align: center;top: 42%;}
.nav_table{height: 160px;background-color: #e5f2f9;}
.nav_table ul li{float: left;width: 200px;height:160px;border-left: 1px solid #cee6f3;text-align: center;font-size: 16px;cursor: pointer;}
.nav_table ul a{text-decoration: none;color: #333;}
.nav_table ul li.border-have-right{border-right: 1px solid #cee6f3;}
.nav_table ul li.licur{background-color: #b7daee;}
.nav_table ul  a li.licur{color: #007cc3;}
.nav_table ul li:hover{background-color: #b7daee;}
.nav_table ul a li:hover {color: #007cc3;}
.nav_table ul li i{background: url("../images/nav_table.png") no-repeat;width: 66px;height: 66px;display: block;margin: 33px auto 15px;}
.nav_table ul li i.nav_table_img2{background-position: -80px 0;}
.nav_table ul li i.nav_table_img3{background-position: -160px 0;}
.nav_table ul li:hover i{background: url("../images/nav_table.png") no-repeat;}
.nav_table ul li:hover i.nav_table_img1{background-position: 0px -81px;}
.nav_table ul li:hover i.nav_table_img2{background-position: -80px -81px;}
.nav_table ul li:hover i.nav_table_img3{background-position: -160px -79px;}
.nav_table ul li.licur i.nav_table_img1{background-position: 0px -81px;}
.nav_table ul li.licur i.nav_table_img2{background-position: -80px -81px;}
.nav_table ul li.licur i.nav_table_img3{background-position: -160px -79px;}

.company_ann{padding:100px 0 150px;}
.company_ann_tit1{font-size: 36px;font-weight: bold;}
.company_ann_tit2{font-size: 30px;font-weight: 500;margin-top: 10px;}
.slash{width: 88px;height: 4px;background-color: #007cc3;display: inline-block;margin: 30px 0;}
.company_ann_list{margin-bottom: 50px;}
.company_ann_list ul li{float: left;width: 1200px;padding: 20px 0;border-bottom: 1px dashed #999;}
.company_ann_list ul li a{text-decoration: none;}
.company_ann_list_tit{font-size: 16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width: 80%;color: #333;}
.company_ann_list_tit:hover{color: #007cc3;}
.company_ann_list .time{font-size: 13px;color: #999;}
.company_ann_list_cont{font-size: 14px;color: #666;margin: 10px auto;text-decoration: none;}
.company_ann_list .button01{width: 90px;height: 26px;color:#aaa;display: block;text-align: center;font-size: 14px;text-decoration: none;line-height: 26px;border: 1px solid #aaa;}
.company_ann_list .button01:hover{background-color: #007cc3;color: #fff;border-color:#007cc3;}
/*.switch_table>div{display: none;}*/
/*投资者关系详情样式*/
.company_ann_det_top{font-size: 21px;color: #000;text-align: center;font-weight: 500;}
.company_ann_det_inf{text-align: center;font-size: 13px;color: #999;margin: 20px 0 40px;}
.company_ann_det_inf .time{background: url("../images/time01.png") no-repeat;padding-left: 23px;margin-left: 20px;}
.company_ann_det_cont{font-size: 15px;color: #666;line-height: 40px;}
.newsDet{margin-top: 80px;}
.newsDet_prev,.newsDet_next{cursor: pointer;width: 880px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.newsDet_prev{margin-bottom: 20px;}
.newsDet_prev,.newsDet_next,.newsDet_prev a,.newsDet_next a{font-size: 15px;color: #007cc3;}
.newsDet_prev:hover,.newsDet_next:hover,.newsDet_prev a:hover,.newsDet_next a:hover{text-decoration: underline;}
.button02{width: 160px;height: 45px;line-height:45px;background-color: #007cc3;text-align: center;display: block;font-size: 15px;color: #fff;cursor: pointer;}
.newsDet a{text-decoration: none;}
/*投资者关系-沟通咨询样式*/
.communication{margin: 100px 0 105px;}
.communication_det_img li{font-size: 14px;height: 35px;line-height: 25px;}
.communication_det_img li i{background: url("../images/commu_img.png") no-repeat ;width: 20px;height: 25px;display: inline-block;padding-left: 25px;float: left}
.communication_det_img li i.smallimg2{background-position: 0 -30px;}
.communication_det_img li i.smallimg3{background-position: 0 -63px;}
.communication_det_img li i.smallimg4{background-position: 0 -98px;}
.communication_det_img li i.smallimg5{background-position: 0 -136px;}
.communication_det_img li i.smallimg6{background-position: 0 -171px;}

/*下载中心样式*/
.download_top{background: url("../images/download_top.jpg") no-repeat center;height: 500px;position: relative;}
.download_cont{margin-top: 100px;margin-bottom: 150px;}
.download_cont_list{margin-bottom: 20px;}
.download_cont_list li{width: 575px;height: 60px;background-color: #f4f4f4;float: left;margin-right: 50px;margin-bottom: 30px;line-height: 60px;font-size: 15px;}
.download_cont_list li:nth-child(2n){margin-right: 0;}
.download_cont_list li i{background:url("../images/download.png") no-repeat;}
.download_cont_list li i.down_prompt{width: 15px;height: 15px;display: inline-block;margin-left: 20px;margin-top: 18px;}
.download_cont_list li i.down_button{background-position: -40px 0px;width: 40px;height: 20px;display: inline-block;margin-top: 18px;margin-right: 15px;cursor: pointer;}
.download_cont_list li:hover{color: #007cc3;}
.download_cont_list li:hover i.down_prompt{background-position: -27px 0;}
.download_cont_list li:hover i.down_button{background-position: -76px 0;}

/*动态新闻页面样式*/
.news_top{background: url("../images/news_top.jpg") no-repeat center;height: 500px;position: relative;}
.news_cont_list{margin-top: 20px;}
.news_cont_list li{float: left;width: 380px;height: 400px;margin-right: 30px;margin-bottom: 30px;}
.news_cont_list li a{text-decoration: none;}
.news_cont_list li:nth-child(3n){margin-right: 0;}
.news_cont_list_img{overflow: hidden;}
.news_cont_list_img img{width: 379px;height: 229px;display: block;}
.news_cont_list_cont{padding: 20px;}
.news_cont_list_cont p{margin-bottom: 20px;font-size: 16px;color: #333;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.news_cont_list_cont span{font-size: 14px;color: #666;line-height: 26px;}
.news_cont_list_cont .time{background: url("../images/time01.png") no-repeat;padding-left: 23px;margin-top:20px;font-size: 13px;color: #999;display: block}
.news_cont_list li a:hover .news_cont_list_cont{background-color: #007ec9;transition:all 0.3s ease-out 0s;-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;
}
.news_cont_list li a:hover .news_cont_list_cont p,
.news_cont_list li a:hover .news_cont_list_cont span{color: #fff;}
.news_cont_list li a:hover .news_cont_list_cont .time{background: url("../images/time02.png") no-repeat;color: #fff;}
.more{text-align: center;}
.more a{text-decoration: none;}
.button03{width: 160px;height: 45px;border: 2px solid #60adda;display:inline-block;text-align: center;line-height: 45px;font-size: 16px;color: #60adda;border-radius: 20px;}
.button03:hover{background-color: #60adda;color: #fff;}

/*动态新闻详情页面样式*/
.news_det{margin-bottom: 150px;margin-top: 100px;}
.new_det_fl{width: 820px;border-right: 1px solid #e5e5e5;padding-right: 50px;}

/*.backlist{display:inline-block;background-color:#69a9dc;width:160px;height:45px;line-height:45px;text-align:center;color:#fff;font-size:14px;}
.backlist,.ztshare{margin-top:15px;}
.ztshare{padding-left:80px;}
.ztshare span{float:left;margin-left:-80px;height:45px;line-height:45px;font-size:15px;color:#666;}
.ztshare a{background:url(../images/pc/share.png) no-repeat !important;background-size:auto 100% !important;height:45px !important;width:45px !important;margin:0 1px 0 0 !important;}
.ztshare a.bds_tsina{background-position:0 0 !important;}
.ztshare a.bds_weixin{background-position:-46px 0 !important;}
.ztshare a.bds_qzone{background-position:-92px 0 !important;}*/
.newsdet_recom{padding-left:30px; width: 250px;}
.newsdet_recom h3{font-size:18px;font-weight:600;color:#333;line-height:22px;margin-bottom:5px;}
.ndrecom.line{border-bottom:1px solid #e5e5e5;padding-bottom:10px;margin-bottom:20px;}
.ndrecom li{height:38px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.ndrecom li a{display:inline-block;line-height:38px;color:#666;font-size:13px;transition:all 0.3s ease-out 0s;-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;}
.ndrecom li a:hover{color:#5b93bf;font-weight:600;padding-left:18px;}
.ndrecom li a i{float:left;display:inline-block;width:9px;height:7px;margin:16px 0 0 -18px;background:url(../images/print_4.png) no-repeat;}



/*联系我们页面样式*/
.contact_top{background: url("../images/contact_top.jpg") no-repeat center;height: 500px;position: relative;}
.nav_table ul li i.nav_table_contact_img1{background-position: -160px 0;}
.nav_table ul li i.nav_table_contact_img2{background-position: -240px 0;}
.nav_table ul li:hover i.nav_table_contact_img1{background-position: -160px -79px;}
.nav_table ul li:hover i.nav_table_contact_img2{background-position: -240px -80px;}
.nav_table ul li.licur i.nav_table_contact_img1{background-position: -160px -79px;}
.nav_table ul li.licur i.nav_table_contact_img2{background-position: -240px -80px;}
.contact_us{margin-top: 95px;margin-bottom: 150px;}
.contact_us .local_text{font-size: 14px;color: #666;padding: 0 200px;line-height: 30px;margin-bottom: 35px;}
.contact_us .contact_map{width:740px;height:385px;font-size:12px}
.contact_det{background-color: #007cc3;height: 385px;width: 460px;}
.contact_det img{margin: 50px 0 40px 30px;}
.contact_det_img li{font-size: 14px;line-height: 25px;padding-left:80px;padding-right:40px;margin-bottom: 10px;color: #fff;}
.contact_det_img li a{text-decoration: none;color: #fff;}
.contact_det_img li i{background: url("../images/contact_img.png") no-repeat ;width: 20px;height: 25px;display: inline-block;padding-left: 25px;float: left;margin-left: -50px;}
.contact_det_img li i.smallimg2{background-position: 0 -30px;}
.contact_det_img li i.smallimg3{background-position: 0 -63px;}
.contact_det_img li i.smallimg4{background-position: 0 -98px;}
.contact_det_img li i.smallimg5{background-position: 0 -136px;}
.contact_det_img li i.smallimg6{background-position: 0 -171px;}
.contact_det_img li i.smallimg7{background-position: 0 -208px;}
.contact_det_img li i.smallimg8{background-position: 0 -250px;}

/*联系我们_分支结构中的中国地图样式*/
.contact_bigmap{margin-top: 100px;margin-bottom: 140px;}
.join_map{position:relative;width:632px;height:516px;}
.map_area{position: absolute;left: 0;top:0;}
.map_index{position:absolute;left:0;top:0;z-index:8;}
.map_zhejiang{position:absolute;left:500px;top:318px;}
.map_fujian{position: absolute;left: 474px;top: 354px}
.map_taiwang{position: absolute;left: 533px;top: 395px}
.map_guandong{position: absolute;left: 400px;top: 398px}
.map_hainan{position: absolute;left: 389px;top: 480px}
.map_guanxi{position: absolute;left: 332px;top: 392px}
.map_jiangxi{position: absolute;left: 443px;top: 334px}
.map_hunan{position: absolute;left: 387px;top: 340px}
.map_guizhou{position: absolute;left: 323px;top: 352px}
.map_yunnan{position: absolute;left: 246px;top: 356px}
.map_chongqin{position: absolute;left: 344px;top: 313px}
.map_hubei{position: absolute;left: 381px;top: 295px}
.map_anhui{position: absolute;left: 454px;top: 271px}
.map_shanghai{position: absolute;left: 530px;top: 305px}
.map_jiangshu{position: absolute;left: 469px;top: 264px}
.map_sangdong{position: absolute;left: 452px;top: 217px}
.map_henan{position: absolute;left: 402px;top: 250px}
.map_shichuang{position: absolute;left: 251px;top: 285px}
.map_gangshu{position: absolute;left: 210px;top: 165px}
.map_ningxia{position: absolute;left: 332px;top: 212px}
.map_shangxi{position: absolute;left: 347px;top: 210px}
.map_shanxi{position: absolute;left: 400px;top: 190px}
.map_hebei{position: absolute;left: 432px;top: 158px}
.map_beijing{position: absolute;left: 450px;top: 183px}
.map_tianjing{position: absolute;left: 466px;top: 188px}
.map_xizhang{position: absolute;left: 32px;top: 237px}
.map_qinghai{position: absolute;left: 163px;top: 210px}
.map_xinjiang{position: absolute;left: 5px;top: 66px}
.map_neimengu{position: absolute;left: 257px;top: 9px}
.map_liaoning{position: absolute;left: 483px;top: 138px}
.map_jiling{position: absolute;left: 499px;top: 98px}
.map_heilongjiang{position: absolute;left: 476px;top: 2px}
.hide{display: none;}
.word_zhejiang{position:absolute;left:510px;top:330px;width: 30px;}
.word_fujian{position:absolute;left: 490px;top: 380px;width: 30px;}
.word_taiwang{position: absolute;left: 533px;top: 395px;}
.word_guandong{position: absolute;left: 446px;top: 412px;width: 30px;}
.word_hainan{position: absolute;left: 389px;top: 480px;width: 30px;}
.word_guanxi{position: absolute;left: 374px;top: 420px;width: 30px;}
.word_jiangxi{position: absolute;left: 461px;top: 357px;width: 30px;}
.word_hunan{position: absolute;left: 408px;top: 365px;width: 30px;}
.word_guizhou{position: absolute;left: 350px;top: 380px;width: 30px;}
.word_yunnan{position: absolute;left: 280px;top: 410px;width: 30px;}
.word_chongqin{position: absolute;left: 363px;top: 333px;width: 30px;}
.word_hubei{position: absolute;left: 410px;top: 315px;width: 30px;}
.word_anhui{position: absolute;left: 470px;top: 305px;width: 30px;}
.word_shanghai{position: absolute;left: 530px;top: 305px;width: 30px;}
.word_jiangshu{position: absolute;left: 502px;top: 285px;width: 30px;}
.word_sangdong{position: absolute;left: 470px;top: 240px;width: 30px;}
.word_henan{position: absolute;left: 420px;top: 275px;width: 30px;}
.word_shichuang{position: absolute;left: 300px;top: 330px;width: 30px;}
.word_gangshu{position: absolute;left: 240px;top: 193px;width: 30px;}
.word_ningxia{position: absolute;left: 347px;top: 222px;}
.word_shangxi{position: absolute;left: 368px;top: 280px;width: 30px;}
.word_shanxi{position: absolute;left: 407px;top: 230px;width: 30px;}
.word_hebei{position: absolute;left: 442px;top: 213px;width: 30px;}
.word_beijing{position: absolute;left: 450px;top: 183px;width: 30px;}
.word_tianjing{position: absolute;left: 470px;top: 200px;width: 30px;}
.word_xizhang{position: absolute;left: 100px;top: 285px;width: 30px;}
.word_qinghai{position: absolute;left: 220px;top: 240px;width: 30px;}
.word_xinjiang{position: absolute;left: 90px;top: 170px;width: 30px;}
.word_neimengu{position: absolute;left: 420px;top: 145px;width: 50px;}
.word_liaoning{position: absolute;left: 510px;top: 160px;width: 30px;}
.word_jiling{position: absolute;left: 540px;top: 125px;width: 30px;}
.word_heilongjiang{position: absolute;left: 533px;top: 70px;width: 50px;}
.havecompany{color: #4ca3d5;}
.over{color: #4ca3d5;}
.clickon{color: #fff;}

/*联系我们_分支结构中的右边部分*/
.area_list{width: 430px;height:500px;padding-left: 130px;background: url("../images/map_bj.png") no-repeat bottom right;}
.area_list_tit{color: #007cc3;}
.area_list_tit_big{font-size: 18px;}
.area_list_tit_small{font-size: 12px;}
.area_list_tit_bottom{margin-top: 10px;}
.area_list_tit_bottom1{width: 60px;height: 3px;background-color: #007cc3;display:inline-block}
.area_list_tit_bottom2{width: 100px;height: 3px;background-color: #dedede;display: inline-block}
.area_list_tit_bottom3{width: 270px;height: 1px;background-color: #dedede;display: inline-block;margin-top: 2px;}
.area_list_content{font-size: 14px;margin-top: 30px;line-height: 25px;}
.area_list_content_t1{font-size: 15px;color: #007cc3;margin-bottom: 10px;}
.area_nav_list{display: none;}

/*公司介绍页面样式*/
.islookmore{display: none}
.introduce_top{background: url("../images/introduce_top.jpg") no-repeat center;height: 500px;position: relative;}
.nav_table ul li i.nav_table_introduce_img1{background-position: -478px 0;}
.nav_table ul li i.nav_table_introduce_img2{background-position: -558px 0;}
.nav_table ul li i.nav_table_introduce_img3{background-position: -638px 0;}
.nav_table ul li i.nav_table_introduce_img4{background-position: -718px 0;}
.nav_table ul li i.nav_table_introduce_img5{background-position: -798px 0;}
.nav_table ul li:hover i.nav_table_introduce_img1{background-position: -478px -80px;}
.nav_table ul li:hover i.nav_table_introduce_img2{background-position: -558px -80px;}
.nav_table ul li:hover i.nav_table_introduce_img3{background-position: -638px -80px;}
.nav_table ul li:hover i.nav_table_introduce_img4{background-position: -718px -80px;}
.nav_table ul li:hover i.nav_table_introduce_img5{background-position: -798px -80px;}
.nav_table ul li.licur i.nav_table_introduce_img1{background-position: -478px -80px;}
.nav_table ul li.licur i.nav_table_introduce_img2{background-position: -558px -80px;}
.nav_table ul li.licur i.nav_table_introduce_img3{background-position: -638px -80px;}
.nav_table ul li.licur i.nav_table_introduce_img4{background-position: -718px -80px;}
.nav_table ul li.licur i.nav_table_introduce_img5{background-position: -798px -80px;}
.introduce_section1{background: url("../images/introduce_bj1.jpg") no-repeat center;height: 613px;padding-top: 100px; background-size: cover;}
/*.introduce_section1_text{width: 620px;font-size: 14px;line-height: 25px;}*/
.introduce_section1_text{width: 620px;font-size: 14px;line-height: 25px;height: 195px;overflow: hidden;}
.introduce_section1_text p{margin-bottom: 20px;}
.introduce_section2{background: url("../images/introduce_bj2.jpg") no-repeat center;height: 705px;}
.introduce_section2_tit1{font-size: 46px;color: #fff;text-align: center;padding-top: 50px;}
.introduce_section2_tit2{font-size: 30px;color: #fff;text-align: center;}
.introduce_section3{background: url("../images/introduce_bj3.jpg") no-repeat center;height: 605px;}
.introduce_section3_tit1{font-size: 46px;color: #333;text-align: center;padding-top: 50px;}
.introduce_section3_tit2{font-size: 30px;color: #333;text-align: center;}
.introduce_section4{height: 705px;}
.introduce_section4_cont{margin-top: 50px;}
.introduce_section4_text_list{height: 330px;overflow: hidden;}
.introduce_section4_text ul li{margin-bottom: 20px;width: 610px;}
.introduce_section4_text_fl{background-color: #9ebbd3;height: 90px;width: 120px;font-size: 18px;color: #fff;line-height: 90px;text-align: center;}
.introduce_section4_text_fr{background-color: #f2f9ff;height: 90px;width: 460px;font-size: 15px;line-height: 90px;padding-left: 30px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.introduce_section4_text .button04{height: 43px;width: 300px;background-color: #999;color: #fff;display:inline-block;text-align: center;font-size: 15px;line-height: 43px;cursor: pointer;}
.introduce_section4_text .button04:hover{background-color: #007cc3;}
.introduce_section5{background: url("../images/introduce_bj5.jpg") no-repeat center;height: 760px;}
.introduce_section5_text{font-size: 15px;color: #fff;}
.introduce_section5_culture{margin-top: 40px;}
.introduce_section5_culture li{height: 357px;float: left;background-color: #fff;margin-right: 30px;width: 374px;}
.introduce_section5_culture li:nth-child(3){margin-right: 0px;}
.introduce_section5_culture li a{text-decoration: none;color: #333;font-size: 14px;}
.introduce_section5_img{margin: 3px 3px 0 3px;overflow: hidden;}
.introduce_section5_img img{width: 374px;height: 244px;}
.introduce_section5_culture_text{margin:15px 20px 0 20px;}
.introduce_section5_culture_text1{font-size: 15px;}
.introduce_section5_culture_text2{margin-top: 10px;line-height: 25px;}
.introduce_section5_culture_xian{width: 25px;height: 2px;background-color: #007cc3;display: inline-block;margin-left: 5px;}
/*公司介绍页面第二板块轮播图*/
.course_cont{position:relative;width:100%;margin-top: 50px;}
.course_tabs{width:500px;height:280px;position:relative;z-index:0;overflow:hidden;}
.course_tabs ul li{float:left;width:500px;height:280px;}
.course_tabs_left{width:360px;height:280px;position:relative;background: url("../images/course_tab_left_03.jpg") no-repeat;}
.course_left_year{position:absolute;left:0;top:33px;width:70px;height:30px;line-height:30px;text-align:center;color:#fff;font-size:14px;background:#da251d;display: none;}
.course_tabs_txt{width:450px;height:257px;padding:23px 20px 0 30px;background-color: #eef5ff;}
.course_year{height:49px;line-height:49px;font-size:40px;color:#444;margin-bottom:10px;}
.course_info{font-size:14px;color:#666;line-height:27px;height:123px;border-bottom:1px solid #dedede;}
.course_year_bg{width:100%;height:20px;margin-top:37px;background:url(../images/course_year_bg.png) no-repeat center top;border-bottom: 1px solid #999;}
.course_year_btn{position:absolute;right:20px;bottom:19px;width:58px;height:27px;z-index:10;}
.course_year_btn .prev,.course_year_btn .next{display:block;width:27px;height:27px;background:#3583c5;margin-left:2px;float:left;cursor: pointer;}
.course_year_btn a img{display:block;margin:7px auto 0;}
.course_year_btn .prev:hover,.course_year_btn .next:hover{background:#999;}
.course_nav{width:795px;height:60px;margin:-18px auto 0;position:relative;z-index:10;}
.course_nav .course_hide{width:795px;height:80px;position:relative;}
.course_nav .course_hide img{margin-top: -20px;}
.course_nav ul{height:60px;width: 1000px}
.course_nav ul li{width:84px;float:left;text-align:center;font-size:16px;height:60px;}
.course_year_line{display:none;}
.course_nav ul li.on .course_year_line{background:#007cc3;width:1px;height:16px;margin-left:44px;display:block;}
.course_year_local{display: none;}
.course_nav ul li.on .course_year_local{display: block;margin-left: 35px;}
.course_nav ul li p{height:42px;line-height:42px;margin-top:18px;cursor:pointer;}
.course_nav ul li.on p{color:#007cc3;font-weight:bolder;margin-top:2px;}
/*公司介绍页面弟三板块轮播图*/
.honor_sildeBox{height:300px;width:1200px;position:relative;margin-top: 50px;}
.honor_sildeBox .hd .prev,.honor_sildeBox .hd .next{position:absolute;top:105px;width:33px;height:66px;background:url(../images/introduce-left-right.png) no-repeat;cursor: pointer;}
.honor_sildeBox .hd .prev{left:-82px;}
.honor_sildeBox .hd .prev:hover{background-position:-80px 0px;}
.honor_sildeBox .hd .next{right:-82px;background-position:-40px 0px;}
.honor_sildeBox .hd .next:hover{background-position:-122px 0px;}
.honor_sildeBox .bd ul li{height:300px;width:1200px;float:left;}
.honor_list dl dt{width:291px;height:125px;background:#fff;position:relative;float:left;margin:0 12px 25px 0;cursor:pointer;z-index:1;}
.honor_list dl dt:nth-child(4n){margin-right:0;}
.honor_list dl dt:hover{z-index:10;}
.honor_num{color:#007cc3;font-size:32px;font-weight:bolder;font-family:"Arial";margin:14px 28px 0;height:39px;line-height:39px;}
.honor_info{font-size:15px;color:#333;line-height:26px;margin:0 28px;}
.honor_icon{position:absolute;left:0;top:0;width:21px;height:28px;background:url(../images/triangle.png) no-repeat;}
.honor_yin{border:5px solid #007cc3;position:absolute;left:0;top:0;width:281px;height:115px;display:none;z-index:11;}
.honor_list dl dt:hover .honor_icon{display:none;}
.honor_list a.preview{text-decoration: none;}
#preview{position:absolute;border:1px solid #ccc;display:none;;z-index: 10;}

/*产品中心列表页面样式*/
.product_top{background: url("../images/product_top.jpg") no-repeat center;height: 500px;position: relative;}
.productlist{margin-top: 50px;}
.pro_menu{width:270px;border-bottom:1px solid #eee;position:relative;z-index:20;}
.pro_menu dl{border-left: 1px solid #eee;}
.pro_menu dt{border:1px solid #eee;border-left:none;border-bottom:none;height:60px;line-height:60px;padding:0 6%;font-size:17px;color:#333;cursor:pointer;}
.pro_menu dt img{display:block;float:right;width:15px;margin-top:22px;border-left:none;border-bottom:none;}
.pro_menu dl.on dt{background:#6aa9dc;border:1px solid #6aa9dc;color:#fff;}
.pro_menu dl.on img{margin-top:30px;}
.pro_menu dd{border-right:1px solid #eee;background:#f5f5f5;padding:10px 6% 15px;display:none;}
.pro_menu dd a{display:block;font-size:16px;color:#666;line-height:26px;padding:10px 0 0;text-decoration: none;}
.pro_menu dd a.on,.pro_menu dd a:hover{color:#64a5d9;font-weight:600;}
.pro_list{width: 890px;}
.pro_list_crumbs{font-size: 14px;}
.pro_list_crumb{color: #0070c6;font-weight: 800;border-bottom: 1px solid #007cc3;height: 25px;display:inline-block;}
.pro_list_crumb em{width: 10px;height: 2px;background-color: #007cc3;display: inline-block;margin: 5px;}
.pro_list_exhibition{margin-bottom: 150px;border-top: 1px solid #eee;}
.pro_list_exhibition ul li{padding: 30px 0 30px 20px;border-bottom: 1px solid #eee;}
.pro_list_exhibition ul li:hover{background-color: #f5f5f5}
.pro_list_exhibition_img{overflow: hidden;}
.pro_list_exhibition_img img{width:187px;height:152px;display: block;}
.pro_list_exhibition_text{width: 663px;}
.pro_list_exhibition_text a{text-decoration: none;}
.pro_list_exhibition_text1{font-size: 16px;color: #333;}
.pro_list_exhibition_text2{font-size: 14px;color: #666;line-height:25px;margin: 20px 0;}
.button05{width: 130px;height: 35px;border: 1px solid #ccc;display: inline-block;line-height: 35px;font-size: 15px;cursor: pointer;color: #333;}
.button05 i{background: url("../images/phone-qq.png") no-repeat;width: 20px;height: 20px;display: inline-block;float: left;margin: 10px 0 8px 30px;}
.button05 i.button05_phone{background-position: -45px 0px;}
.button05:hover{color: #007cc3;border: 1px solid #007cc3;}
.button05:hover i.button05_phone{background-position: -66px 0px;}
.button05:hover i.button05_qq{background-position: -23px 0px;}

/*产品中心详情页面样式*/
.pro_list_det{width: 890px;}
.pro_list_det_exhibition_bigimg{overflow: hidden;padding: 20px 0;}
.pro_list_det_exhibition_bigimg img{width: 340px;height: 300px;display: block;}
.pro_list_det_exhibition_det{width: 550px;}
.pro_list_det_exhibition_det_t1{font-size: 18px;margin-top: 30px;}
.pro_list_det_exhibition_det_t2{font-size: 14px;color: #666;margin-top: 20px;height: 120px;overflow: hidden;}
.pro_list_det_exhibition_det ul li{border: 1px solid #e8e8e8;float: left;margin-right: 8px;overflow: hidden;cursor: pointer;}
.pro_list_det_exhibition_det ul li.licur{border-color: #007cc3;}
.pro_list_det_exhibition_det ul li img{width: 148px;height: 118px;display: block;}
.pro_list_det_text ul li{width: 218px;height: 35px;text-align: center;line-height: 40px;background-color: #e8e8e8;float: left;margin-right: 4px;font-size: 14px;cursor: pointer;}
.pro_list_det_text ul li:nth-child(4){margin-right: 0px;}
.pro_list_det_text ul li:hover{background-color: #007cc3;color: #fff;}
.pro_list_det_text ul li.licur{background-color: #007cc3;color: #fff;}
.pro_list_det_text dl{margin-top: 30px;margin-bottom: 145px;}
.pro_list_det_text dl dd{font-size: 14px;color:#666;line-height:35px; display: none;}
/*产品中心页面样式*/
.nav_table ul li i.nav_table_product_img1{background-position: -878px 0;}
.nav_table ul li i.nav_table_product_img2{background-position: -958px 0;}
.nav_table ul li i.nav_table_product_img3{background-position: -1038px 0;}
.nav_table ul li i.nav_table_product_img4{background-position: -1118px 0;}
.nav_table ul li i.nav_table_product_img5{background-position: -1197px 0;}
.nav_table ul li:hover i.nav_table_product_img1{background-position: -878px -80px;}
.nav_table ul li:hover i.nav_table_product_img2{background-position: -958px -80px;}
.nav_table ul li:hover i.nav_table_product_img3{background-position: -1038px -80px;}
.nav_table ul li:hover i.nav_table_product_img4{background-position: -1118px -80px;}
.nav_table ul li:hover i.nav_table_product_img5{background-position: -1197px -80px;}
.nav_table ul li.licur i.nav_table_product_img1{background-position: -878px -80px;}
.nav_table ul li.licur i.nav_table_product_img2{background-position: -958px -80px;}
.nav_table ul li.licur i.nav_table_product_img3{background-position: -1038px -80px;}
.nav_table ul li.licur i.nav_table_product_img4{background-position: -1118px -80px;}
.nav_table ul li.licur i.nav_table_product_img5{background-position: -1197px -80px;}
.product{padding-top:70px;padding-bottom: 150px;}
.product_tit1{font-size: 24px;color: #007cc3;text-align: center;margin-bottom: 20px;}
.product_tit2{font-size: 14px;text-align: center;line-height: 35px;margin-bottom: 55px;}
.product_img ul li{width: 280px;height: 390px;float: left;border: 1px solid #f0f0f0;margin-right: 20px;background-color: #f0f0f0;transition:all 0.3s ease-out 0s;-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;}
.product_img ul li:hover{background-color: #007cc3;}
.product_img ul li:nth-child(4n){margin-right: 0px;}
.product_img_top{overflow: hidden;position: relative;}
.product_img_top img{display: block;width: 280px;height: 230px;}
.product_img_top span.cover{background: url("../images/cover.png") no-repeat;position: absolute;top:0;left:0;right:0;width: 280px;height: 230px;display: none;}
.product_img_top span.cover i{background: url("../images/add.png") no-repeat;width: 60px;height: 60px;display: block;position: absolute;margin: auto;top: 0;bottom: 0;left: 0;right: 0;}
.product_img_bottom{height: 100px;padding: 30px;}
.product_img_bottom_tit{font-size: 25px;font-weight: 500;height: 70px;}
.product_img_bottom_tit a{text-decoration: none;color: #555;}
.product_img ul li:hover .product_img_bottom_tit a{color: #fff;}
.product_img ul li:hover .button06{color: #fff;}
.product_img ul li:hover .product_img_top span.cover{display: block;}
.button06{width: 100px;height: 35px;display: inline-block;line-height: 35px;font-size: 15px;cursor: pointer;color: #333;}
.button06 i{background: url("../images/phone-qq1.png") no-repeat;width: 20px;height: 20px;display: inline-block;float: left;margin: 10px 0 8px 15px;}
.button06 i.button06_phone{background-position: -45px 0px;}
.button06:hover{color: #007cc3;text-decoration: none;}
/*.button06:hover{filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity: 0.8;opacity: 0.8;}*/
.button06:hover i.button06_phone ,.button06:hover span{filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity: 0.8;opacity: 0.8;}
.button06:hover i.button06_qq{filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity: 0.8;opacity: 0.8;}

.product_img ul li:hover .button06 i.button06_phone{background-position: -66px 0px;}
.product_img ul li:hover .button06 i.button06_qq{background-position: -23px 0px;}
.phone_show{position: relative;}
.phone_number{background-color: #fff;font-size: 15px;color: #007cc3;width: 120px;height: 30px;text-align: center;line-height: 30px;display: block;position: absolute;top:-35px;border-radius: 5px;}

.product_learnmore{text-align: center;margin-top: 60px;}

/*加入我们页面样式*/
.join_top{background: url("../images/join_top.jpg") no-repeat center;height: 500px;position: relative;}
.nav_table ul li i.nav_table_join_img1{background-position: -318px 0;}
.nav_table ul li i.nav_table_join_img2{background-position: -398px 0;}
.nav_table ul li:hover i.nav_table_join_img1{background-position: -318px -80px;}
.nav_table ul li:hover i.nav_table_join_img2{background-position: -398px -80px;}
.nav_table ul li.licur i.nav_table_join_img1{background-position: -318px -80px;}
.nav_table ul li.licur i.nav_table_join_img2{background-position: -398px -80px;}
.join_us{padding-top: 100px;padding-bottom: 150px;}
.join_us_tit{font-size: 14px;line-height: 30px;}
.recruit_main{margin-top:30px;}
.recruit_list_top{width:100%;border-bottom:2px solid #eee;}
.recruit_list_top li{height:68px;font-size:17px;color:#333;float:left;line-height:68px;}
.recruit_name{width:35%;text-indent:30px;}
.recruit_type{width:30%;}
.recruit_num{width:18%;}
.recruit_more{width: 15%;text-align: center;}
.recruit_list{font-size:15px;color:#666;line-height:24px;}
.recruit_mes{padding:0 9px;}
.recruit_list ul{border-bottom:1px dashed #f0f0f0;padding:18px 0;}
.recruit_list ul li{float:left;}
.recruit_list .recruit_name{width:35%;text-indent:21px;}
.recruit_list .recruit_type{width:33%;}
.recruit_list .recruit_num{width:14%;}
.recruit_list .recruit_more{width:18%;}
.recruit_mes.licur{color:#007cc3}
.recruit_mes:hover{background:#f0f6fb; color:#007cc3 }
.recruit_mes:hover i{background-position:-24px 0;}
.recruit_mes.on ul i{background-position:-48px 0;}
.recruit_det{line-height:32px;margin:0 9px;border-bottom:1px dashed #f0f0f0;display:none;}
.recruit_det .main{padding:33px 21px 75px 21px;}
.recruit_det .main a{text-decoration: none;}
.recruit_det dl{margin-bottom:12px;}
.recruit_det dd{float:left;margin-right:10%;}
.recruit_det strong{font-weight:normal;}


.recruit_pop { display:none; }
.recruit_pop .mask_layer { position: fixed;width:100%;height:100%;background:rgba(0,0,0,0.5);top:0px;filter:alpha(opacity=50)}
.recruit_pop .form_box { width:1228px;height:95%;position: fixed;left:50%;margin-left:-600px;top:20px;overflow:hidden; }
.recruit_pop .recruit_form { width:1120px;background-color:#fff;position: relative;padding:47px 50px 41px 50px;overflow-y:scroll;height:100%;left:20px; }
.recruit_pop .recruit_form .form_title { font-size:35px;color:#007cc3;text-align:center; }
.recruit_pop .recruit_form .form_title span { font-size:15px; color: #999;}
.recruit_pop .recruit_form .content_title { font-size:24px;color:#333; }
.recruit_pop .recruit_form .module { border:1px solid #dfdfdf;border-bottom:1px dashed #dfdfdf;padding:32px 42px 40px 34px;border-top:none; }
.recruit_pop .recruit_form .first_module { border-top:1px solid #dfdfdf; }
.recruit_pop .recruit_form .last_module { border-bottom:1px solid #dfdfdf; }
.recruit_pop .recruit_form .input_title { font-size:15px;color:#666;width:98px;display:inline-block;float: left; }
.recruit_pop .recruit_form .txt_red { color:#bb2822;padding-left:2px; }
.recruit_pop .recruit_form .recruit_input { width:370px;height:43px;border:none;background-color:#efefef;font-size:15px;color:#666;padding-left:25px; }
.recruit_pop .recruit_form .partition_box { margin-bottom:10px; }
.recruit_pop .recruit_form .textarea_title { font-size:15px;color:#666;display:block;margin-bottom:20px;margin-top:20px; }
.recruit_pop .recruit_form textarea { width:96%;height:126px;background-color:#EFEFEF;border:none;padding:10px 2% 10px 2%;color:#333;font-size:14px; }
/*.recruit_pop .recruit_form input.recruit_company_name { pointer-events: none; }*/
/*.recruit_pop .recruit_form input.recruit_job_type { pointer-events: none; }*/
.recruit_pop .recruit_form .recruit_input_samll { height:43px;width:71px;background-color:#efefef;border:none;padding-left:25px; }
.recruit_pop .recruit_form .unit_span { font-size:15px;color:#666;padding-left:6px; }
.recruit_pop .recruit_form .radio_label { width:10px;height:10px;background-color:#efefef;border:1px solid #b2b2b2;display:inline-block;position: relative;margin-right:8px; }
.recruit_pop .recruit_form .radio_label span { position: absolute;background:url(../images/radio_yes_icon.png);bottom:1px;left:0;width:13px;height:13px;display:none; }
.recruit_pop .recruit_form input.radio_sex { display:none; }
.recruit_pop .recruit_form .radio_label_girl { padding-right:26px; }
.recruit_pop .recruit_form .recruit_button_box { text-align:center;margin-top:40px;margin-bottom:100px; }
.recruit_pop .recruit_form .recruit_button_box button { width:135px;height:35px;border:none;font-size:14px;color:#fff;cursor:pointer; }
.recruit_pop .recruit_form .recruit_button_box .reset_btn { background-color:#333; }
.recruit_pop .recruit_form .recruit_button_box .sublime_btn { background-color:#205a7c;margin-right:6px; }

/*.xia{background: url("../images/xia.png") no-repeat 330px center;padding-right: 20px;text-align: left;}
*/
.recruit_xiala{display: inline-block;cursor: pointer;}
.recruit_xiala ul{font-size: 15px;display: none;position: absolute;width: 370px;}
.recruit_xiala ul li{height: 35px;background-color: #999;border-bottom: 1px dashed #fff;line-height: 35px;color: #fff;padding-left: 25px;}
/*搜索结果页面样式*/
.search_top{background: url("../images/search_top.jpg") no-repeat center;height: 300px;position: relative;}
.search_cont{margin-bottom: 150px;}
.search_cont_t1{font-size: 19px;color: #999;font-weight: bold;height: 87px;line-height: 87px;}
.search_cont_t2{font-size: 14px;height: 63px;line-height: 63px;border-bottom: 1px solid #dadada;border-top: 1px solid #dadada;}
.search_cont_t2 span{margin-right: 30px;color: #999; cursor:pointer;}
.search_cont_t2 span.licur{color: #333;}
.search_cont ul{margin-bottom: 50px;}
.search_cont ul li{height: 20px;border-bottom: 1px solid #dadada;padding: 25px 0;}
.search_cont ul li a{color: #333;}

.type{color: #007cc3;padding-right: 18px;border-right: 1px solid #ccc;font-size: 14px;font-weight: bold;}
.search_text{margin-left: 18px;font-size: 15px;}
.search_main ul{display:none;}
/*qq弹窗*/
#cs_box {width:120px; height:220px; color:#FFF; background:#54a7ff; position:fixed; right:10px; top:100px; border-radius:10px; z-index:1000}
#cs_box a{display: block; width: 100%; height: 100%; color:#fff; text-decoration: none;}
#cs_box span {height:20px; line-height:20px;display:block;}
.cs_close {color:#FFF; position:absolute; right:10px; top:8px; cursor:pointer; font-size:20px;font-family:Verdana, Geneva, sans-serif}
.cs_title {font-size:14px; margin:10px; font-weight:bold;}
.cs_img {width:100px; height:100px; background:#FFF; margin:10px;background-image:url(../images/xixi.jpg) }
.cs_info {font-size:12px; margin:0px 10px; overflow:hidden; text-align:center;}
.cs_btn {width:100px; height:25px; display: block; background:#333; margin:5px 10px; border-radius:5px; font-size:12px; line-height:25px; color:#FFF; text-align:center; cursor:pointer;}