﻿/*
* name:Global && Pc StyleSheet
* version:v3.3.1
* update:雪碧图对齐
* date:2016-04-30
*/

/* 雪碧图 */
/* 对齐方案引用(http://www.zhangxinxu.com/wordpress/2016/03/css-layout-base-20px/) */
.ico { display:inline-block; width:20px; height:20px; white-space:nowrap; letter-spacing:-1em; text-indent:-99em; color:transparent; background:url(../img/ico.png);
	*text-indent:0; *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\3000');vertical-align:middle;}
.ico:before {content:'\3000';}
.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;}
/* 常量设置 */
html { overflow-x:auto;}
html,body,.wrap { min-width:1200px;}
.wrap { width:1200px; margin-right:auto; margin-left:auto;}
body{font-size:13px; line-height:1.6; color:#555; background:#fff;}
a{color:inherit;}
a:hover { color:#fb9528;}
::-moz-selection {color:#fff; background:#009eff; }
::selection {color:#fff; background:#009eff; }
::-webkit-input-placeholder { color:#aaa; } 
.placeholder { color:#aaa;}
/*css组件设置*/
.form-control, .input-group-addon, .btn{border-radius:2px; }
.form-control:focus { border-color:#66afe9; outline:0; box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px rgba(102, 175, 233, 0.6);}

.imgZoom img,.imgY180 img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}

.imgZoom { overflow:hidden; }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}

.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg) }

/* 网站样式 */

.english_style{font-family:Arial;}/*英文字体*/
input,button{border:none;background:none;margin:0;padding:0;}


/*渐变背景色*/
._jb {
background:#f15528;
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99fd7f22,endcolorstr=#99f15528); 
background: -moz-linear-gradient(left 30deg, rgba(253,127,34,.8), rgba(241,85,40,.8));
background: -webkit-gradient(linear, 0 0, 100% 100%, from(rgba(253,127,34,.8)),to(rgba(241,85,40,.8)));
background: -o-linear-gradient(rgba(253,127,34,.8), rgba(241,85,40,.8));

}
._jb_color{
background:#f15528;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd7f22', endColorstr='#f15528');
background: -moz-linear-gradient(left 30deg, #fd7f22, #f15528);
background: -webkit-gradient(linear, 0 0, 100% 100%, from(#fd7f22),to(#f15528));
background: -o-linear-gradient(30deg, #fd7f22, #f15528);
}



/*图片*/
.imgBox { height:0; overflow:hidden; }

/*渐变背景色*/
._jb_act{ position:relative; overflow:hidden; z-index:0; }
._jb_act:before {
	content:'';
	transition:width 0.5s,opacity 0.5s;
	position:absolute;
	z-index:-1;
  top:50%;
  left:50%;
	width:0; height:620px;
	width:100%/9;
	opacity:0;
	-webkit-transform:translate(-50%,-50%) rotate(45deg);
	transform:translate(-50%,-50%) rotate(45deg);
/*	-webkit-transform:translate3d(-50%,-50%,0) rotate(45deg);
	transform:translate3d(-50%,-50%,0) rotate(45deg);*/
	background:#f15528;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd7f22', endColorstr='#f15528');
	background: -moz-linear-gradient(left 30deg, #fd7f22, #f15528);
	background: -webkit-gradient(linear, 0 50%,100% 50%, from(#fd7f22),to(#f15528));
	background: -o-linear-gradient(30deg, #fd7f22, #f15528);
}
._jb_tm:before {
background:#f15528;
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr='#fd7f22',endcolorstr='#f15528');
background: -moz-linear-gradient(left 30deg, rgba(253,127,34,.8), rgba(241,85,40,.8));
background: -webkit-gradient(linear, 0 0, 100% 100%, from(rgba(253,127,34,.8)),to(rgba(241,85,40,.8)));
background: -o-linear-gradient(rgba(253,127,34,.8), rgba(241,85,40,.8));
}
._jb_p:hover ._jb_act:before { width:160%; opacity:1;}

/*蓝色透明背景*/
.op_blue{background:#0c55a4;background:rgba(12,85,164,.90); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#bb0c55a4,endcolorstr=#bb0c55a4);color:#ffffff;}
.op_blue_06{background:#0c55a4;background:rgba(12,85,164,.60); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#990c55a4,endcolorstr=#990c55a4);color:#ffffff;}

/*通用样式*/
/*动画*/
.transition { -webkit-transition:all 0.5s ease; transition:all 0.5s ease; }
/*图片样式*/
.pic_box { position:relative; }
.rect-61 { padding-bottom:61%; }
.rect-151 { padding-bottom:151%; }
.rect-200 { padding-bottom:200%; }
/*编辑框样式*/
.typeIn { min-height:180px; padding-bottom:40px; }
.typeIn ._sub_tt { margin-bottom:40px; font-size:25px; color:#fc7f21; }
/*特殊栅格样式*/
.pic_grid .span-12,.pic_grid .smal-12 { margin-bottom:12px; }
/*遮罩*/
._mask { position:absolute; top:0; left:0; bottom:0; width:100%; }
/*表单/面板的一条记录*/
.rec { position:relative; padding-left:45px; font-size:0; color:#555555; }
.rec ._hd { position:absolute; top:0; left:0; font-size:14px; }
.rec ._bd { font-size:14px; }
/*图片比例*/
.rect-32 { padding-bottom:32%; }
.rect-40 { padding-bottom:40%; }
.rect-48 { padding-bottom:48%; }
.rect-52 { padding-bottom:52%; }
.rect-54 { padding-bottom:54%; }
.rect-56 { padding-bottom:56%; }
.rect-66 { padding-bottom:66%; }
.rect-68 { padding-bottom:68%; }
.rect-85 { padding-bottom:85%; }
.rect-86 { padding-bottom:86%; }


/*滚动加载*/
.loading{display:none;width:100%;height:50px;background:url(../img/loading2.gif) no-repeat center;}
.loading.hidd{display:block;}


/*top_bar*/
.top_bar{padding:6px 0px;background:#0c55a4;}
.top_bar .top_border{padding:3.5px 0px;margin-right:18px;font-size:14px;color:#ffffff;position:relative;}
.top_bar .top_border .ico{margin-right:2px;vertical-align:middle;}
.top_bar .top_border:after{content:"";width:1px;height:11px;background:#d8d8d7;display:block;position:absolute;top:10px;left:-11px;}
.top_bar .top_border:last-child:after{display:none;}

.top_bar .top_search{width:12%;}
.top_bar .top_search .top_search_box{border:1px solid #a6c1de;height:28px;line-height: 28px;color:#ffffff;}
.top_bar .top_search .top_inp{width:76%;border:none;text-indent:10px;color:#ffffff;}
.top_bar .top_search .top_btn{border:none;width:20%;}
.top_bar .top_language{position:relative;cursor:pointer;}
.top_bar .top_language ._language_box{display:none;position:absolute;top:30px;width:100%;background:#0c55a4;z-index:2;min-height:20px;}
.top_bar .top_language ._language_box a{display:block;text-align:center;padding:4px 0px;}


/*header*/
.pageHeader{position:relative;}
._header{background:#ffffff;z-index:102;width:100%;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
._header .logo{width:20%;padding:20px 0px;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}

/*下拉导航*/
/* nav-8 start*/
.widget-nav {z-index:10;width:65%;padding-top:20px;}
.widget-nav > ul > li {float:left;}
.widget-nav > ul > li > a { display:block; text-align:center; font-size:17px;color:#333333;padding:16px 0px 43px 56px;}

/*下拉css*/
.widget-nav li .nav_layer08{ position:absolute; top:100%; left:0;width: 100%; display:none; background-color:#2466ad;z-index:100;color:#ffffff;}
.widget-nav li .nav_layer08 ._layer_box{padding:66px 0px;}
.widget-nav li .nav_layer08 ._layer_l{width:30%;margin-right:9%;}
.widget-nav li .nav_layer08 ._layer_c{width:14%;margin-right:3%;}
.widget-nav li .nav_layer08 ._layer_r{width:30%;}
.widget-nav li .nav_layer08 ._text{font-size:13px;color:#bccbe0;line-height:26px;}

.widget-nav li .nav_layer08 ._layer_l ._l_box{padding-left:58px;}
.widget-nav li .nav_layer08 ._layer_l ._title{font-size:30px;margin-bottom:12px;}
.widget-nav li .nav_layer08 ._layer_l ._text{margin-bottom:30px;}
.widget-nav li .nav_layer08 ._layer_l ._more ._more_ico{width:10px;height:9px;background:url(../img/nav_layear_ico.png) no-repeat center;vertical-align:middle;display:inline-block;*display:inline;*zoom: 1;margin-left:10px;}
.widget-nav li .nav_layer08 ._layer_c li a{font-size:16px;display:block;padding-bottom:20px;}
.widget-nav li .nav_layer08 ._layer_c li a:hover{color:#bccbe0;}

.widget-nav li .nav_layer08 ._layer_r ._r_pic{margin-bottom:10px;}
.widget-nav li .nav_layer08 ._layer_r ._r_pic img{width:100%;}
.widget-nav li .nav_layer08 ._layer_r ._r_title{font-size:16px;margin-bottom:10px;}

.widget-nav .line {position: absolute;bottom: 0px;width: 0px;height: 4px;font-size: 3px;background-color: #e94709;display: none;}

.mobile_key { display:none;}

.pageHeader .fixed{position:fixed;top:0;box-shadow: 0px 2px 4px #888888;}
.pageHeader .fixed .logo{padding:4px 0px 0px;width:16%;}
.pageHeader .fixed .widget-nav{padding-top:0px;}
.pageHeader .fixed .widget-nav > ul > li > a{padding:16px 0px 24px 56px;}


/*header end*/


/*footer*/
.footer{width:100%;background:url(../img/footer_bj.jpg) no-repeat center;height:324px;}
.footer .footer_box{padding-top:70px;}
.footer .foot_title{font-size:20px;color:#ffffff;}

.footer .foot_l_box{color:#8e9195;}
.footer .foot_l_box .foot_logo{margin-bottom:18px;}
.footer .foot_l_box ._foot_link,.footer .foot_l_box .foot_ba{margin-bottom:18px;} 
.footer .foot_l_box .foot_ba{color:#cdcfd3;}

.footer .footer_c_box .foot_title{margin-bottom:30px;}
.footer .footer_c_box dl{margin-bottom:8px;}
.footer .footer_c_box dl._addres{width:100%;}
.footer .footer_c_box dl._call{margin-right:15px;}
.footer .footer_c_box dt{color:#e9eaec;font-size:15px;margin-bottom:10px;}
.footer .footer_c_box dt .ico{margin-right:4px;vertical-align:middle;}
.footer .footer_c_box dd{color:#747475;}
.footer .footer_c_box dd a{cursor:default;color:#747475}

.footer .footer_r_box{padding-left:150px;}
.footer .footer_r_box .foot_title{margin-bottom:8px;}
.footer .footer_r_box .foot_tools{margin-bottom:10px;}
.footer .bdshare-button-style1-16 a,.footer .foot_tools .foot_ewm{width:35px;height:35px;background:url(../img/foot_share.png) no-repeat;padding-left:0;margin-bottom:0px;}
.footer .bdshare-button-style1-16 a.bds_tsina{background-position:0px 0px;}
.footer .bdshare-button-style1-16 a.bds_sqq{background-position:-35px 0px;}
.footer .bdshare-button-style1-16 a.bds_weixin{background-position:-70px 0px;}
.footer .foot_tools .foot_ewm{background-position:-105px 0px;}
.footer .bdshare-button-style1-16 a.bds_tsina:hover{background-position:0px -35px;}
.footer .bdshare-button-style1-16 a.bds_sqq:hover{background-position:-35px -35px;}
.footer .bdshare-button-style1-16 a.bds_weixin:hover{background-position:-70px -35px;}
.footer .foot_tools .foot_ewm:hover{background-position:-105px -35px;}
.footer .footer_r_box .friend_link{margin-bottom:14px;position:relative;width:234px;}
.footer .footer_r_box .friend_link ._link_title{border:1px solid #ced3d7;height:34px;line-height:34px;text-indent:10px;color:#797c81;cursor:pointer;}
.footer .footer_r_box .friend_link ._link_title .ico{margin-left:60%;vertical-align:middle;}
.footer .footer_r_box .friend_link ._link_box{position:absolute;bottom:34px;width:100%;background:#ffffff;display:none;}
.footer .footer_r_box .friend_link ._link_box a{display:block;padding:4px 0px;text-align:center;}

.footer .footer_r_box .foot_search{width:232px;border:1px solid #ced3d7;height:32px;line-height:32px;text-indent:10px;}
.footer .footer_r_box .foot_search .foot_inp{width:80%;color:#797c81;}
.footer .footer_r_box .foot_search .foot_btn{width:12%;outline:none;cursor:pointer;}

/*footer end*/

/*首页-banner*/
.i_banner{width:100%;height:550px;overflow:hidden;margin-bottom:40px;position:relative;}
.i_banner li{display:block; height:auto; text-align:center; overflow:hidden;}
.i_banner li img{display:inline-block; margin:0 -100%; margin:0 -50%\9; max-width:none; width:auto}
.i_banner .slide_nav{bottom:42px;width:100%;text-align:center;z-index:1;}
.i_banner .slide_nav a{width:13px;height:13px;background:#ffffff;border-radius:50%;box-shadow:0px 0px 6px #000000;font-size:0;margin:0px 8px;display:inline-block;*display:inline;*zoom: 1;}
.i_banner .slide_nav a.on{background:#fc872a;}
.i_banner_ico{height:60px;position:absolute;z-index:2;width:100%;top:50%;margin-top:-30px;}
.i_banner_ico a{display:inline-block;*display:inline;*zoom: 1;width:60px;height:60px;background:url(../img/bann_btn.png) no-repeat;position:absolute;top:0;}
.i_banner_ico a.i_banner_arr_prev{background-position:0px 0px;left:0}
.i_banner_ico a.i_banner_arr_prev:hover{background-position:0px -60px;}
.i_banner_ico a.i_banner_arr_next{background-position:-60px 0px;right:0;}
.i_banner_ico a.i_banner_arr_next:hover{background-position:-60px -60px;}
.i_banner_ico a.i_banner_arr_pause{background-position:-42px 0px;display:none;}
/*.i_banner_ico a.i_banner_arr_pause.pause{background-position:-42px -42px;}*/
/*首页-banner end*/


/*首页-通用标题*/
.i_title{margin-bottom:23px;}
.i_title ._title{font-size:30px;color:#0450a1;font-weight:normal;display:inline-block;*display:inline;*zoom: 1;}
.i_title ._title .x_border{width:17px;height:27px;background:url(../img/i_title_ico.png) no-repeat center;display: inline-block;*display:inline;*zoom: 1;vertical-align:middle;margin:0px 5px;}
.i_title ._text{display:inline-block;*display:inline;*zoom: 1;font-size:14px;color:#595757;}

/*首页-业务领域*/
.i_pro{margin-bottom:50px;}
.i_pro .i_pro_box ._pro_box{width:100%;height:0;padding-bottom:160%;overflow:hidden;position:relative;}
.i_pro .i_pro_box ._pro_box img{width:100%;}
.i_pro .i_pro_box ._pro_box ._hover_box{width:100%;height:216px;background:url(../img/i_pro_bj.png) no-repeat;position:absolute;top:0;left:0;background-size:100% 100%;text-align:center;}
.i_pro .i_pro_box ._pro_box ._hover_box ._hover_box_main{display:block;padding:50px 30px 70px;}
.i_pro .i_pro_box ._pro_box ._hover_box ._title{font-size:22px;color:#0450a1;margin-bottom:12px;}
.i_pro .i_pro_box ._pro_box ._hover_box ._text{font-size:14px;color:#848484;}
.i_pro .i_pro_box li:hover ._pro_box ._hover_box{background-image:url(../img/i_pro_bj_hover.png);}
.i_pro .i_pro_box li:hover ._pro_box ._hover_box ._title,.i_pro .i_pro_box li:hover ._pro_box ._hover_box ._text{color:#ffffff;}

/*首页-最新动态*/
.i_news_box{margin-bottom:50px;}
.i_news_box .i_news_l{width:24%;margin-right:2%;}
.i_news_box .i_news_l .i_news_l_pic{position:relative;margin-bottom:12px;}
.i_news_box .i_video .i_news_l_pic .i_video_ico{width:66px;height:66px;position:absolute;top:50%;left:50%;margin-left:-33px;margin-top:-33px;display:block;background:url(../img/i_video_ico.png) no-repeat center;}
.i_news_box .i_news_l .i_news_l_pic img{width:100%;}
.i_news_box .i_news_l .i_news_l_pic ._l_news_time{position:absolute;top:0;left:0;background:url(../img/blue_bj_op.png);color:#ffffff;text-align:center;padding:10px 12px 8px;}
.i_news_box .i_news_l .i_news_l_pic ._l_news_time span{display:block;}
.i_news_box .i_news_l .i_news_l_pic ._l_news_time ._day{font-size:24px;line-height:24px;}
.i_news_box .i_news_l .i_news_l_pic ._l_news_time ._year{font-size:16px;}
.i_news_box .i_news_l .l_news_title,.i_news_box .i_news_l .l_news_text{line-height:22px;height:44px;overflow:hidden;}
.i_news_box .i_news_l .l_news_title{font-size:16px;color:#000000;margin-bottom:6px;}
.i_news_box .i_news_l .l_news_text{font-size:13px;color:#666666;}

.i_news_box .i_news_r{width:48%;position:relative;}

.i_news_box .i_news_r_box{height:320px;overflow:hidden;}
.i_news_box .i_news_r .news_list_box{border:1px solid #e9e9e9;}
.i_news_box .i_news_r .news_list_box ._r_news_time{width:99px;height:98px;border-right:1px solid #e9e9e9;background:url(../img/i_news_time_bj.png)no-repeat center;}
.i_news_box .i_news_r .news_list_box ._r_news_time span{display:block;width: 80%;margin: 0 auto;}
.i_news_box .i_news_r .news_list_box ._r_news_time span._day{font-size: 22px;color: #6398d7;line-height: 22px;margin-top: 20%;margin-bottom: 13px;text-indent: 10px;}
.i_news_box .i_news_r .news_list_box ._r_news_time span._month{font-size:16px;color:#000000;text-align: right;line-height: 16px;}
.i_news_box .i_news_r .news_list_box ._r_news_main{width:80%;}
.i_news_box .i_news_r .news_list_box ._r_news_main .r_news_main_box{padding:10px 60px 0px 18px;}
.i_news_box .i_news_r ._r_news_title{font-size:16px;color:#000000;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-bottom:4px;}
.i_news_box .i_news_r ._r_news_text{font-size:13px;color:#666666;line-height:22px;height:44px;overflow:hidden;}

.i_news_box .i_news_r_box li{margin-bottom:10px;}
.i_news_box .i_news_r_box li:hover .news_list_box{border-color:#fb9528;}
.i_news_box .i_news_r_box li:hover .news_list_box ._r_news_title{color:#fb9528;}
.i_news_box .i_news_r_box li:hover ._r_news_time span._day{color:#fb9528;}

/*首页-link*/
.i_link{width:100%;height:330px;background:url(../img/i_link_bj.jpg) no-repeat center top;background-attachment: fixed;margin-bottom:60px;}
.i_link .i_link_box{padding-top:66px;text-align:center;}
.i_link .i_link_box ._link_item a{padding:0px 72px;color:#000000;display:block;}
.i_link .i_link_box ._link_item ._link_ico{width:55px;height:55px;background:url(../img/i_link_ico.png) no-repeat;margin:0 auto;}
.i_link .i_link_box ._link_item ._link_ico._link_ico02{background-position:-55px 0px;}
.i_link .i_link_box ._link_item ._link_ico._link_ico03{background-position:-110px 0px;}
.i_link .i_link_box ._link_item ._link_ico._link_ico04{background-position:-165px 0px;}
.i_link .i_link_box ._link_item ._link_title{font-size:18px;margin-bottom:6px;}
.i_link .i_link_box ._link_item ._link_text{font-size:13px;}

.i_link .i_link_box li:hover ._link_ico._link_ico01{background-position:0px -55px;}
.i_link .i_link_box li:hover ._link_ico._link_ico02{background-position:-55px -55px;}
.i_link .i_link_box li:hover ._link_ico._link_ico03{background-position:-110px -55px;}
.i_link .i_link_box li:hover ._link_ico._link_ico04{background-position:-165px -55px;}

/*首页-全球足迹*/
.i_world {margin-bottom:70px;}
.i_world ._world_titl{font-size:30px;color:#0450a1;margin-bottom:4px;}
.i_world ._world_text{font-size:14px;color:#737573;padding-right:30%;margin-bottom:20px;}
.i_world ._world_main ._world_l{width:32%;overflow:hidden;}
.i_world ._world_main ._world_l ul{margin:-1px 0px 0px -1px;}
.i_world ._world_main ._world_l li{float:left;width:50%;text-align:center;}
.i_world ._world_main ._world_l ._box{border-top:1px solid #e0e0e0;border-left:1px solid #e0e0e0;padding-bottom: 14px;padding-right:20px}
.i_world ._world_main ._world_l .odd ._box{padding-left:20px;padding-right:0px;overflow:hidden;}
.i_world ._world_main ._world_l ._box ._number{font-size:44px;line-height:1.5;font-family:Arial;color:#000000;}
.i_world ._world_main ._world_l ._box ._number span{font-size:45px;}
.i_world ._world_main ._world_l ._box ._text{font-size:14px;color:#666666;margin-bottom:10px;line-height:22px;height:44px;overflow:hidden;}
.i_world ._world_main ._world_l ._box ._box_ico{width:80px;height:64px;background:url(../img/i_world_ico.png) no-repeat;margin:0 auto;}
.i_world ._world_main ._world_l ._box ._box_ico._box_ico02{background-position:-80px 0px;}
.i_world ._world_main ._world_l ._box ._box_ico._box_ico03{background-position:-160px 0px;}
.i_world ._world_main ._world_l ._box ._box_ico._box_ico04{background-position:-240px 0px;}
.i_world ._world_main ._world_l ._box:hover ._number,.i_world ._world_main ._world_l ._box:hover ._text{color:#fb9528;}
.i_world ._world_main ._world_l ._box:hover ._box_ico._box_ico01{background-position:0px -64px;}
.i_world ._world_main ._world_l ._box:hover ._box_ico._box_ico02{background-position:-80px -64px;}
.i_world ._world_main ._world_l ._box:hover ._box_ico._box_ico03{background-position:-160px -64px;}
.i_world ._world_main ._world_l ._box:hover ._box_ico._box_ico04{background-position:-240px -64px;}

.i_world ._world_main ._world_r{width:60%;text-align:right;position:relative;}
.i_world ._world_main ._world_r ._min_ico{position:absolute;}
.i_world ._world_main ._world_r ._min_ico .map_box_main{position:absolute;width:304px;bottom:22px;color:#ffffff;box-shadow:0px 0px 5px #000000;display:none;right:-51px;}
.i_world ._world_main ._world_r ._min_ico._hover .map_box_main{display:block;}
.i_world ._world_main ._world_r ._min_ico .map_box_main._close{display:none;}
.i_world ._world_main ._world_r ._min_ico .map_box_main:after{content:"";width:0;height:0;border-style:solid;border-width:12px;border-color:#f35d27 transparent transparent transparent;display:block;position:absolute;bottom:-24px;right:43px;}
.i_world ._world_main ._world_r ._min_ico .map_box_main .map_box{padding:20px 50px 20px 30px;text-align:left;}
.i_world ._world_main ._world_r ._min_ico .map_box_main .close_ico{position:absolute;right:0;top:0;cursor:pointer;}
.i_world ._world_main ._world_r ._min_ico .mar_dot{width:6px;height:6px;background:#f36027;display:block;border-radius:50%;}


.i_world ._world_main ._world_r .map_ico .mar_dot{width:26px;height:34px;background:url(../img/i_map_ico.png) no-repeat center;}
.i_world ._world_main ._world_r .map_ico .map_box_main{bottom:50px;}
.i_world ._world_main ._world_r .map_ico .map_box_main{right:-40px;}
.i_world ._world_main ._world_r .map_ico1{right:108px;top:100px;}
.i_world ._world_main ._world_r .map_ico2{left:282px;top:210px;}
.i_world ._world_main ._world_r .map_ico3{left:432px;top:250px;}
.i_world ._world_main ._world_r .map_ico4{left:434px;top:244px;}
.i_world ._world_main ._world_r .map_ico5{left:455px;top:227px;}
.i_world ._world_main ._world_r .map_ico6{left:466px;top:240px;}
.i_world ._world_main ._world_r .map_ico7{left:460px;top:192px;}
.i_world ._world_main ._world_r .map_ico8{left:440px;top:205px;}
.i_world ._world_main ._world_r .map_ico9{left:430px;top:190px;}
.i_world ._world_main ._world_r .map_ico10{left:460px;top:185px;}
.i_world ._world_main ._world_r .map_ico11{left:410px;top:218px;}
.i_world ._world_main ._world_r .map_ico12{left:464px;top:140px;}
.i_world ._world_main ._world_r .map_ico13{left:488px;top:161px;}
.i_world ._world_main ._world_r .map_ico14{left:409px;top:194px;}
.i_world ._world_main ._world_r .map_ico15{left:416px;top:210px;}
.i_world ._world_main ._world_r .map_ico16{left:404px;top:199px;}
.i_world ._world_main ._world_r .map_ico17{left:372px;top:186px;}
.i_world ._world_main ._world_r .map_ico18{left:356px;top:183px;}
.i_world ._world_main ._world_r .map_ico19{left:282px;top:210px;}

/*下层-头部通用*/
.xc_banner{display:block; height:auto; text-align:center; overflow:hidden;position:relative;}
.xc_banner img{display:inline-block; margin:0 -100%; margin:0 -50%\9; max-width:none; width:auto;}

.xc_bread{position:absolute;right:50%;margin-right:-600px;bottom:18px;}
.xc_bread .xc_bread_box{color:#ffffff;text-align:right;}
.xc_bread .xc_bread_box a,.xc_bread .xc_bread_box .ico{display:inline-block;*display:inline;*zoom: 1;}

.xc_nav{width:100%;height:57px;line-height:57px;background:#f6f6f6;text-align:center;}
.xc_nav .xc_nav_li{display:inline-block;*display:inline;*zoom: 1;line-height:57px;font-size:14px;color:#221815;padding:0px 53px;position:relative;}
.xc_nav .xc_nav_li:before{content:"";width:1px;height:17px;background:#c1c1c1;display:block;position:absolute;left:0;top:20px;}
.xc_nav .xc_nav_li:first-child:before{display:none;}
.xc_nav .xc_nav_li span{padding:17px 0px;}
.xc_nav .xc_nav_li:hover span,.xc_nav .xc_nav_li.cur span{border-bottom:2px solid #0c55a4;color:#0c55a4;}

.s_fixed{position:fixed;top:0;bottom:auto;}
.s_fixed02{position:absolute;left:0;bottom:0;}
/*下层-头部通用 结束*/

/*物流-综合*/
.log_main{min-height:300px;}
.log_main_box{background:url(../img/log_left_nav_bj.png) repeat-y 106px 0px;min-height:400px;position:relative;}
.log_main_box .log_main_l,.log_main_box .log_main_r{padding-top:60px;}
.log_main_box .log_main_l{width:120px;padding-bottom:26px;}
.log_main_box .log_main_l_box li{font-size:14px;color:#000000;margin-bottom:30px;background:url(../img/log_left_nav_cio01.png) no-repeat right center;width:96%;display:block;}
/*.log_main_box .log_main_l_box li a span{width:60%;display:block;}*/
.log_main_box .log_main_l_box li:hover,.log_main_box .log_main_l_box li.cur{color:#fc7f21;background-image:url(../img/log_left_nav_cio02.png);}
.log_main_box .log_main_l_box li a{padding-right:30px;display:block;}
.log_main_box .log_main_r{width:84%;padding-bottom:77px;}
.log_main_box .log_main_r .more_btn{width:153px;height:47px;line-height:47px;background:#0c55a4;border-radius:30px;font-size:14px;color:#ffffff;margin:0 auto;text-align:center;}
.log_main_box .log_main_r .more_btn a{display:block;color:#ffffff;border-radius:30px;}
.log_main_box .log_main_r .more_btn:hover{
		FILTER: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd7f22', endColorstr='#f15528');/*ie*/ 
background: -moz-linear-gradient(left 30deg, #fd7f22, #f15528);
background: -webkit-gradient(linear, 0 0, 100% 100%, from(#fd7f22),to(#f15528));
background: -o-linear-gradient(30deg, #fd7f22, #f15528);
}
.log_main_r .index_03 .index_03_main .list_box ._title ._title_box span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:80%;display:block;}


/*物流-综合-公司简介*/
.log_main_r .index_01{margin-bottom:50px;}
.log_main_r .index_01_title,.log_main_r .index_01_text{text-align:center;}
.log_main_r .index_01_title{font-size:50px;color:#0450a1;}
.log_main_r .index_01_text{font-size:20px;color:#595757;}
.log_main_r .index_01 ._box_hd{margin-bottom:36px;overflow:hidden;}
.log_main_r .index_01_main_l{width:506px;height:366px;background:url(../img/log_index_bj_03.jpg) no-repeat center;}
.log_main_r .index_01_main_l ._main_l_box{padding:60px 112px 46px 60px;color:#ffffff;}
.log_main_r .index_01_main_l ._main_l_box ._title{font-size:36px;position:relative;margin-bottom:40px;}
.log_main_r .index_01_main_l ._main_l_box ._title:after{content:"";width:42px;height:2px;background:#ffffff;position:absolute;left:0;bottom:-18px;}
.log_main_r .index_01_main_l ._main_l_box ._text{font-size:14px;line-height:26px;height:78px;overflow:hidden;margin-bottom:50px;}
.log_main_r .index_01_main_l ._main_l_box ._more{width:37px;height:37px;background:url(../img/log_index01_l_ico.png) no-repeat center; display:block;}

.log_main_r .index_01_main_r{width:502px;height:366px;overflow:hidden;}
.log_main_r .index_01_main_r img{width:100%;}

.log_main_r .index_title,.log_main_r .index_text{text-align:center;}
.log_main_r .index_title{font-size:36px;color:#221815;}
.log_main_r .index_text{font-size:16px;color:#595757;margin-bottom:45px;}

/*物流-综合-主营业务*/
.log_main_r .index_02{margin-bottom:54px;}
.log_main_r .index_02_main .index_02_top{margin-bottom:64px;overflow:hidden;}
.log_main_r .index_02_main ._top_box{border:1px solid #d5d5d5;padding:70px 44px 46px;text-align:center;}
.log_main_r .index_02_main ._top_box ._top_box_ico{width:82px;height:82px;background:url(../img/log_index_02_ico.png) no-repeat;margin:0 auto 30px;}
.log_main_r .index_02_main ._top_box ._top_box_ico._box_ico02{background-position:-82px 0px;}
.log_main_r .index_02_main ._top_box ._top_box_ico._box_ico03{background-position:-164px 0px;}
.log_main_r .index_02_main ._top_box ._top_box_title{font-size:25px;color:#4c4946;margin-bottom:18px;}
.log_main_r .index_02_main ._top_box ._top_box_text{font-size:14px;color:#3e3a39;line-height:26px;height:78px;overflow:hidden;margin-bottom:36px;}
.log_main_r .index_02_main li:hover ._top_box{border-color:#fd8222;}
.log_main_r .index_02_main li:hover ._top_box_ico._box_ico01{background-position:0px -82px;}
.log_main_r .index_02_main li:hover ._top_box_ico._box_ico02{background-position:-82px -82px;}
.log_main_r .index_02_main li:hover ._top_box_ico._box_ico03{background-position:-164px -82px;}
.log_main_r .index_02_main li:hover .more_btn{
	FILTER: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd7f22', endColorstr='#f15528');/*ie*/ 
background: -moz-linear-gradient(left 30deg, #fd7f22, #f15528);
background: -webkit-gradient(linear, 0 0, 100% 100%, from(#fd7f22),to(#f15528));
background: -o-linear-gradient(30deg, #fd7f22, #f15528);
}

.log_main_r .index_02_main ._bottom_box ._box_l_box{position:relative;}
.log_main_r .index_02_main ._bottom_box ._box_l_box img{width:100%;}
.log_main_r .index_02_main ._bottom_box ._box_l_box ._box_font{width:100%;height:100%;position:absolute;top:0;left:0;z-index:4;}
.log_main_r .index_02_main ._bottom_box ._box_l_box ._box_font ._box_font_box{padding:54px 96px 96px 54px;color:#ffffff;}
.log_main_r .index_02_main ._bottom_box ._box_l_box ._box_font ._title{font-size:36px;position:relative;margin-bottom:40px;}
.log_main_r .index_02_main ._bottom_box ._box_l_box ._box_font ._title:after{content:"";width:42px;height:2px;background:#ffffff;position:absolute;left:0;bottom:-18px;}
.log_main_r .index_02_main ._bottom_box ._box_l_box ._box_font ._text{line-height:28px;font-size:14px;display:none;height:140px;overflow:hidden;}
.log_main_r .index_02_main ._bottom_box ._box_l_box:hover ._box_font{
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99fd7f22,endcolorstr=#99f15528);/*ie*/ 
background: -moz-linear-gradient(left 30deg, rgba(253,127,34,.8), rgba(241,85,40,.8));
background: -webkit-gradient(linear, 0 0, 100% 100%, from(rgba(253,127,34,.8)),to(rgba(241,85,40,.8)));
background: -o-linear-gradient(rgba(253,127,34,.8), rgba(241,85,40,.8));
}
.log_main_r .index_02_main ._bottom_box ._box_l_box:hover ._box_font ._text{display:block;}

/*物流-综合-项目案例*/
.log_main_r .index_03 .index_03_main{margin-bottom:42px;overflow:hidden;}
.log_main_r .index_03 .index_03_main .list_box{position:relative;}
.log_main_r .index_03 .index_03_main .list_box ._title{width:100%;position:absolute;bottom:0;left:0;}
.log_main_r .index_03 .index_03_main .list_box ._title ._title_box{padding:20px 10px;background:rgba(12,85,164,.60); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#990c55a4,endcolorstr=#990c55a4);color:#ffffff;font-size:14px;}
/*.log_main_r .index_03 .index_03_main li:hover .list_box ._title ._title_box{
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99fd7f22,endcolorstr=#99f15528);
background: -moz-linear-gradient(left 30deg, rgba(253,127,34,.8), rgba(241,85,40,.8));
background: -webkit-gradient(linear, 0 0, 100% 100%, from(rgba(253,127,34,.8)),to(rgba(241,85,40,.8)));
background: -o-linear-gradient(rgba(253,127,34,.8), rgba(241,85,40,.8));
}
*/
.log_main_r .index_03 .index_03_main li:hover ._title ._title_box{background:none;}
/*物流-解决方案*/
.log_main_r .log_xc_title{font-size:36px;color:#0c55a4;font-weight:normal;margin-bottom:34px}
.log_main_r .plan_box .plan_texe{font-size:16px;color:#595757;padding:0px 0px 60px;}
.log_main_r .plan_box .plan_main_box ._main_hd{padding:16px 33px;background:#0c55a4;color:#ffffff;font-size:14px;display:inline-block;margin-bottom:50px;}
.log_main_r .plan_main_box{padding-bottom:55px;}
.log_main_r .plan_main_box.plan_main01{border-bottom:1px solid #c6c6c6;margin-bottom:70px;}
.log_main_r .plan_main_box ._main_bd ._main_bd_box{width:13%;display:block;text-align:center;font-size:14px;margin-right:30px;float:left;}
.log_main_r .plan_main_box ._main_bd ._main_bd_box:last-child{margin-right:0px;}
.log_main_r .plan_main_box ._main_bd ._main_bd_box:last-child .lpg_plan_main_ico{display:none;}
.log_main_r .plan_main_box ._main_bd ._main_bd_box ._pic_box_main{position:relative;}
.log_main_r .plan_main_box ._main_bd ._main_bd_box ._pic_box{width:100%;border-radius:50%;margin-bottom:14px;}
.log_main_r .plan_main_box ._main_bd ._main_bd_box ._pic_box img{width:100%;border-radius:50%;}
.log_main_r .plan_main_box ._main_bd .lpg_plan_main_ico{width:19px;height:14px;background:url(../img/log_plan_main_ico.png) no-repeat center;display:inline-block;position:absolute;top:50%;margin-top:-7px;right:-26px;}

/*物流-核心优势*/
.log_main_r .youshi_main .list_box{border-bottom:1px dotted #c5c5c5;padding-bottom:42px;}
.log_main_r .youshi_main .list_box ._list_box_l{width:38%;height:0;padding-bottom:28%;overflow:hidden;}
.log_main_r .youshi_main .list_box ._list_box_l img{width:100%;}
.log_main_r .youshi_main .list_box ._list_box_r{width:56%;}
.log_main_r .youshi_main .list_box ._list_box_r ._title{font-size:25px;color:#3e3a39;font-weight:normal;margin-bottom:40px;padding-top:10px;position:relative;}
.log_main_r .youshi_main .list_box ._list_box_r ._title:after{content:"";width:40px;height:2px;background:#145aa7;position:absolute;bottom:-20px;left:0;}
.log_main_r .youshi_main .list_box ._list_box_r ._text{color:#727171;line-height:28px;}
.log_main_r .youshi_main li{margin-bottom:40px;}
.log_main_r .youshi_main li.odd ._list_box_l{float:right;}
.log_main_r .youshi_main li.odd ._list_box_r{float:left;}

/*物流-案例列表*/
.log_main_r .case_list .log_xc_title{margin-bottom: }
.log_main_r .case_list ._list_box ._list_box_l{width:32%;height:0;padding-bottom:24%;overflow:hidden;}
.log_main_r .case_list ._list_box ._list_box_l img{width:100%;}
.log_main_r .case_list ._list_box ._list_box_r{width:68%;position:relative;}
.log_main_r .case_list ._list_box ._list_box_r a{color:#221815; -webkit-transition: all 0s ease;transition: all 0s ease;}
.log_main_r .case_list ._list_box ._list_box_r ._box_r_box{padding:30px 227px 40px 48px;background:#f6f6f6;}
.log_main_r .case_list ._list_box ._list_box_r ._text{color:#7a7675;line-height:25px;height:75px;overflow:hidden;}
.log_main_r .case_list ._list_box ._list_box_r ._title{font-size:20px;margin-bottom:16px;}
.log_main_r .case_list ._list_box ._list_box_r ._time{margin-bottom:30px;}
.log_main_r .case_list ._list_box ._list_box_r ._more_ico{background:#dedede;padding:17px;display:block;position:absolute;bottom:0;right:0;}
.log_main_r .case_list .case_list_box li:hover ._list_box_r ._box_r_box{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd7f22', endColorstr='#f15528');/*ie*/ 
background: -moz-linear-gradient(left 30deg, #fd7f22, #f15528);
background: -webkit-gradient(linear, 0 0, 100% 100%, from(#fd7f22),to(#f15528));
background: -o-linear-gradient(30deg, #fd7f22, #f15528);
}
.log_main_r .case_list .case_list_box li:hover ._list_box_r a,.log_main_r .case_list .case_list_box li:hover ._list_box_r ._text{color:#ffffff;}
.log_main_r .case_list .case_list_box li:hover ._list_box_r ._more_ico{background:#fe8421;}
.log_main_r .case_list .case_list_box li{margin-bottom:36px;}

/*物流-主营业务*/
.log_main_r .yewu_box ._yewu_text{font-size:18px;color:#595757;width:76%;margin-bottom:40px;}
.log_main_r .yewu_box ._yewu_main li{margin-bottom:30px;}
.log_main_r .yewu_box ._yewu_main ._list_box_l{width:163px;height:163px;background:url(../img/log_yewu_ico.png) no-repeat;}
.log_main_r .yewu_box ._yewu_main ._list_box_r{width:76%;padding-bottom:56px;border-bottom:1px solid #dedddd;}
.log_main_r .yewu_box ._yewu_main ._list_box_r ._list_title{font-size:25px;color:#0c55a4;margin-bottom:14px;}
.log_main_r .yewu_box ._yewu_main ._list_box_r ._list_title02{font-size:16px;color:#221815;margin-bottom:34px;position:relative;}
.log_main_r .yewu_box ._yewu_main ._list_box_r ._list_title02:after{content:"";width:30px;height:1px;background:#0c55a4;display:block;position:absolute;bottom:-16px;left:0;}
.log_main_r .yewu_box ._yewu_main ._list_box_r ._list_text{font-size:14px;color:#a8a7a7;line-height:26px;}
.log_main_r .yewu_box ._yewu_main ._list_box_l._list_box_ico02{background-position:-163px 0px;}
.log_main_r .yewu_box ._yewu_main ._list_box_l._list_box_ico03{background-position:-326px 0px;}
.log_main_r .yewu_box ._yewu_main li:hover ._list_box_l._list_box_ico01{background-position:0px -163px;}
.log_main_r .yewu_box ._yewu_main li:hover ._list_box_l._list_box_ico02{background-position:-163px -163px;}
.log_main_r .yewu_box ._yewu_main li:hover ._list_box_l._list_box_ico03{background-position:-326px -163px;}

/*物流-公司简介*/
.log_main_r .log_about ._about_text{font-size:14px;color:#595757;line-height:30px;margin-bottom:42px;}
.log_main_r .log_about ._about_box_top ._about_banner{height:0;padding-bottom:34%;overflow:hidden;position:relative;}
.log_main_r .log_about ._about_box_top ._about_banner .slide_nav{bottom:26px;right:48px;filter:alpha(opacity=80);-moz-opacity:.8;-khtml-opacity:.8;opacity:.8;}
.log_main_r .log_about ._about_box_top ._about_banner .slide_nav a{width:12px;height:12px;background:#ffffff;border-radius:50%;display:inline-block;font-size:0;margin-left:10px;}
.log_main_r .log_about ._about_box_top ._about_banner .slide_nav a.on{background:#0450a1;}
.log_main_r .log_about ._about_box_top ._about_banner img{width:100%;}
.log_main_r .log_about ._about_out_net{background:#0450a1;}
.log_main_r .log_about ._box_bottom_02{background:#fd8121;}
.log_main_r .log_about ._net_box{color:#ffffff;padding:50px 60px 86px 50px;}
.log_main_r .log_about ._net_box ._net_box_title{font-size:25px;margin-bottom:20px;}
.log_main_r .log_about ._net_box ._net_box_text{font-size:14px;line-height:30px;filter:alpha(opacity=80);-moz-opacity:.8;-khtml-opacity:.8;opacity:.8;height:150px;overflow:hidden;}
.log_main_r .log_about ._box_bottom_01,.log_main_r .log_about ._box_bottom_03{padding-bottom:102%;height:0;overflow:hidden;}
.log_main_r .log_about ._box_bottom_01 img,.log_main_r .log_about ._box_bottom_03 img{width:100%;}
.log_main_r .log_about ._box_bottom_02 ._net_box{padding-bottom:82px;}

/*物流-案例详情*/
.widget-newsdetail-5 ._tools { margin-bottom:15px; font-size:12px; color:#5b5b5b;}
.widget-newsdetail-5 ._tools .ion { font-size:18px; color:#d2d2d5; display:inline-block; height:30px; line-height:30px; vertical-align:-2px;}
.widget-newsdetail-5 ._b2l .ion { font-size:12px; vertical-align:1px; }
.widget-newsdetail-5 ._tools .bds_more { float:none; background:none; padding:0;}
.widget-newsdetail-5 ._tools ._tool{ margin-right:10px; display:inline-block; height:30px; line-height:30px; overflow:hidden;}
.widget-newsdetail-5 ._tools b { font-weight:normal; }
.widget-newsdetail-5 ._header { width:32%;}
.widget-newsdetail-5 .news_text { width:60%; color:#434343; line-height:2.5;font-size:13px;}
.widget-newsdetail-5 ._header ._title { font-size:18px; color:#000000; margin-bottom:20px;}
.widget-newsdetail-5 ._header ._title_pic { width:100%; height:0; padding-bottom:75%; overflow:hidden;}
.widget-newsdetail-5 .slide_nav { bottom:20px; text-align:center; width:100%; font-size:0;}
.widget-newsdetail-5 .slide_nav a{ border-radius:50%; width:8px; height:8px; background:#9e9f9a; border:#9e9f9a 1px solid; display:inline-block; margin:0 10px;}
.widget-newsdetail-5 .slide_nav .on { border:1px solid #9e9f9a; background:none;}
.widget-newsdetail-5 ._header ._title_pic img { max-width:100%; min-width:100%;}

/*下层综合通用头部*/
.xc_index_hd{text-align:center;width:100%;height:163px;margin:55px 0px 50px;position:relative;}
.xc_index_hd ._cn_title{font-size:50px;color:#0450a1;padding-top:20px}
.xc_index_hd ._en_title{font-size:20px;color:#595757;}
.xc_index_font_bj {display: block;
    font-family: Arial;
    text-transform: uppercase;
    font-size: 217px;
    font-weight: 900;
    color: #f3f3f3;
    position: absolute;
    top: 22px;
    line-height: 70px;
    width: 100%;
    text-align: center;
    left: 0;
    z-index: -1;}

/*业务领域综合*/
.yewu_index{margin-bottom:90px;}
.yewu_index .wrap{width:100%;}

.yewu_index .yewu_index_bd li{margin-bottom:13px;}
.yewu_index .yewu_index_bd li.odd ._index_bd_box ._bd_box_l{float:right;}
.yewu_index .yewu_index_bd li.odd ._index_bd_box ._bd_box_r{float:left;}
.yewu_index .yewu_index_bd ._index_bd_box ._bd_box_l{width:45%;color:#ffffff;padding-bottom:35%;height:0;}
.yewu_index .yewu_index_bd ._index_bd_box ._bd_box_l ._l_box{padding:95px 64px 120px 84px;}
.yewu_index .yewu_index_bd ._index_bd_box ._bd_box_l ._l_box_title ._cn_title{font-size:30px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.yewu_index .yewu_index_bd ._index_bd_box ._bd_box_l ._l_box_title ._en_title{font-size:20px;filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5;margin-bottom:14px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.yewu_index .yewu_index_bd ._index_bd_box ._bd_box_l ._l_box_text{font-size:14px;filter:alpha(opacity=80);-moz-opacity:.8;-khtml-opacity:.8;opacity:.8;line-height:26px;margin-bottom:50px;height:78px;overflow:hidden;}
.yewu_index .yewu_index_bd ._index_bd_box ._bd_box_l ._l_box_more{font-size:20px;}
.yewu_index .yewu_index_bd ._index_bd_box ._bd_box_l ._l_box_more ._more_ico{width:41px;height:41px;background:url(../img/yewu_index_bd_ico.png) no-repeat center;display:inline-block;vertical-align:middle;margin-left:25px;}

.yewu_index .yewu_index_bd ._index_bd_box ._bd_box_r{width:55%;height:0;padding-bottom:35%;overflow:hidden;}
.yewu_index .yewu_index_bd ._index_bd_box ._bd_box_r img{width:100%;}

.yewu_index .yewu_index_bd ._index_bd_box._index_bd_box1 ._bd_box_l{background:#ff8b2d;}
.yewu_index .yewu_index_bd ._index_bd_box._index_bd_box2 ._bd_box_l{background:#1083ff;}
.yewu_index .yewu_index_bd ._index_bd_box._index_bd_box3 ._bd_box_l{background:#4c4c79;}
.yewu_index .yewu_index_bd ._index_bd_box._index_bd_box4 ._bd_box_l{background:#0090bc;}

/*下层通用*/
.xc_main{margin-bottom:64px;padding-top:40px;}

/*联系方式*/
.contant_way .contant_way_title{font-size:30px;color:#0450a1;margin-bottom:20px;}
.contant_way .contant_way_main01{position:relative;margin-bottom:60px;overflow:hidden;}
.contant_way .contant_way_main01 ._map_box{width:100%;height:488px;overflow:hidden;}
.contant_way .contant_way_main01 ._map_box img{max-width:none;}
.contant_way .contant_way_main01 ._main01_r{position:absolute;right:0;top:0;background:rgba(4,90,161,.90); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#cc0450a1,endcolorstr=#cc0450a1);width:419px;height:488px;}
.contant_way .contant_way_main01 ._main01_r ._main01_r_box{padding:55px 64px 42px 50px;color:#ffffff;}
.contant_way .contant_way_main01 ._main01_r ._r_box_01{margin-bottom:46px;}
.contant_way .contant_way_main01 ._main01_r ._r_box_01 ._r_box_01_hd{font-size:30px;margin-bottom:16px;}
.contant_way .contant_way_main01 ._main01_r ._r_box_01 ._r_box_01_bd span{display:block;}
.contant_way .contant_way_main01 ._main01_r ._r_box_01 ._r_box_01_bd{line-height:30px;}
.contant_way .contant_way_main01 ._main01_r ._r_box_01 ._r_box_01_bd ._hd{width:14%;}
.contant_way .contant_way_main01 ._main01_r ._r_box_01 ._r_box_01_bd ._bd{width:86%}
.contant_way .contant_way_main01 ._main01_r ._r_box_02 ._r_box_02_l{text-align: center;margin:0px 15px;}
.contant_way .contant_way_main01 ._main01_r ._r_box_02 ._r_box_02_l ._titl{font-size:14px;margin-top:8px;}

.contant_way .contant_way_main02 ._main02_hd{margin-bottom:30px;}
.contant_way .contant_way_main02 .contant_way_title{margin-bottom:0px;}
.contant_way .contant_way_main02 ._main02_search{width:23%;padding-top:6px;}
.contant_way .contant_way_main02 ._main02_search ._inp{background:#f2f2f2;height:36px;width:68%;text-indent:20px;line-height:36px;}
.contant_way .contant_way_main02 ._main02_search ._btn{width:30%;height:36px;line-height:36px;background:#0450a1;color:#ffffff;outline:none;}

.contant_way .contant_way_main02 ._main02_bd{border-top:1px solid #e8e8e8;padding-top:30px;margin-bottom:30px;}
.contant_way .contant_way_main02 ._main02_bd ._bd_box_title{font-size:20px;color:#414141;margin-bottom:18px;}
.contant_way .contant_way_main02 ._main02_bd ._bd_box_main dt{font-size:16px;color:#0450a1;margin-bottom:8px;}
.contant_way .contant_way_main02 ._main02_bd ._bd_box_main dd{color:#9e9e9e;line-height:26px;height:26px;overflow:hidden;}
.contant_way .contant_way_main02 ._main02_bd ._bd_box_main li{margin-bottom:24px;}
.contant_way .contant_way_main02 ._main02_bd ._bd_box_main li dl{border-left:2px solid #0450a1;padding-left:12px;}

/*介绍性文字*/
._wd {  color:#727171; }

/*下层标题*/
.xc_t_wrap { margin-bottom:34px; }
.xc_t_wrap .xc_title { font-size:36px;color:#0c55a4;font-weight:normal; }

/*分页*/
.page{ color: #797979; text-align: center;height:34px;margin-top:20px;}
.page a,.page span { color: #797979;display: inline-block;border: 2px solid #dcdcdc; border-radius:50%;vertical-align: middle;margin: 0 4px 10px 4px;width:30px;height:30px;line-height:30px;text-align:center;font-size: 12px;}
.page .goprev{margin-right: 10px;}
.page .gonext,.page .count {margin-left: 10px;}
.page a:hover,.page span {color:#2845e0; border-color: #2845e0;}
.page span.goprev,.page span.gonext {color: #797979; background: none}
.page span.count { border: 0;background: 0;color: #797979;}

.page a .ion{height:30px; line-height:30px;padding-left:3px;vertical-align:baseline;}
.page .goprev .ion{padding-left:0px;}

/*新闻专题*/
.news_main { padding:55px 0 65px; }
.news_main .xc_t_wrap { padding-bottom:10px; }

/*新闻-营销活动*/
.zt_list li{ position: relative; margin-bottom: 50px; overflow: hidden; }
.zt_list li ._img{ float: right; width: 50%;}

/*.zt_list li:hover ._txt{ background-color: #0450a1;}*/
.zt_list li ._txt{ position: absolute; left: 0; bottom: 0; top: 0; width: 41%; padding:3% 4.5%; background-color: #f7f7f7;width:42%;}
.zt_list li:hover ._txt ._t,.zt_list li:hover ._txt ._tools,.zt_list li:hover ._txt ._p{ color: #fff;}
.zt_list li ._txt ._t{ position: relative; padding-bottom:10px; font-size:20px; color: #0450a1; font-weight:normal; white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding-top: 10px;}
.zt_list li ._txt ._tools{ margin:0 0 6px; color:#000000; opacity:0.55; color:#bfbfbf\9;}
.zt_list li ._txt ._tools .ion{ font-size: 1.5em; margin-left:0; }
.zt_list li ._txt ._p { height:3.2em; overflow:hidden; margin-bottom:20px; font-size:14px; color: #716f6e; }
.rect-3833 { padding-bottom:38.33%; }

/*新闻-行业新闻*/
/*.news_list ._news_main{margin-bottom:30px;}*/
.news_list ._news_main ._news_main_l{width:68%}
.news_list ._news_main ._news_main_r{width:28%;}

.news_list .news_hangye ._news_main_l li{margin-bottom:12px;}
.news_list ._news_main ._news_list_box ._hangye_time{width:13%;color:#e4e3e3;background:#9a9797;}
.news_list ._news_main ._news_list_box ._hangye_time .hy_time_box{padding:30px 20px;text-align:center;}
.news_list ._news_main ._news_list_box ._hangye_time ._day{font-size:50px;line-height:50px;}
.news_list ._news_main ._news_list_box ._hangye_time ._year{font-size:16px;}

.news_list ._news_main ._news_list_box ._hangye_main{width:87%;}
.news_list ._news_main ._news_list_box ._hangye_main{background:#f9f9f9;}
.news_list ._news_main ._news_list_box ._hangye_main ._hy_main_box{padding:34px 54px 37px 30px;}
.news_list ._news_main ._news_list_box ._hangye_main ._title{font-size:20px;color:#0c55a4;margin-bottom:12px;}
.news_list ._news_main ._news_list_box ._hangye_main ._text{color:#7b7b7b;}

.news_list .news_hangye ._news_main_l li:hover ._news_list_box ._hangye_time{
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd7f22', endColorstr='#f15528');/*ie*/ 
background: -moz-linear-gradient(left 30deg, #fd7f22, #f15528);
background: -webkit-gradient(linear, 0 0, 100% 100%, from(#fd7f22),to(#f15528));
background: -o-linear-gradient(30deg, #fd7f22, #f15528);
}
.news_list .news_hangye ._news_main_l li:hover ._news_list_box ._hangye_main ._title{color:#fe8022;}


.news_list ._news_main ._news_main_r ._search{width:100%;margin-bottom:20px;}
.news_list ._news_main ._news_main_r ._search_box{border:3px solid #cbcbcb;height:62px;}
.news_list ._news_main ._news_main_r ._search_box ._search_inp{width:80%;line-height:62px;color:#a0a0a0;text-indent:10px;height:62px;}
.news_list ._news_main ._news_main_r ._search_box ._search_btn{width:20%;height:62px;background:url(../img/news_r_search_btn.jpg) no-repeat center;}

.news_list ._news_main ._news_main_r ._time{background:#0450a1;color:#ffffff;}

.news_list ._news_main ._news_main_r ._time ._time_box{padding:22px;text-align:center;}
.news_list ._news_main ._news_main_r ._time ._year{font-size:24px;font-weight:normal;margin-bottom:24px;display:inline-block;*display:inline;*zoom: 1;}
.news_list ._news_main ._news_main_r ._time ._year_arr{width:10px;height:17px;background:url(../img/news_main_r_ico.png) no-repeat;display:inline-block;*display:inline;*zoom: 1;}
.news_list ._news_main ._news_main_r ._time ._year_arr._year_prev{margin-right:16px;}
.news_list ._news_main ._news_main_r ._time ._year_arr._year_next{margin-left:16px;background-position:-10px 0px;}

.news_list ._news_main ._news_main_r ._time ._month_box{background:#3673b4;font-size:15px;display:inline-block;margin:0px 10px 20px;width:49px;height:49px;line-height:49px;}
.news_list ._news_main ._news_main_r ._time ._month_box.cur{color:#fb9528;}
.news_list ._news_main ._news_main_r ._time ._month_box em{font-size:20px;}

.news_list ._news_main ._news_main_r  ._all_time{width:120px;height:48px;line-height:48px;text-align:center;font-size:24px;color:#0450a1;background:#ffffff;display:inline-block;*display:inline;*zoom: 1;}

/*新闻-汉盛新闻*/
.news_list .news_hansheng ._news_list_box{border-bottom:1px solid #ededed;padding-bottom:38px;margin-bottom:30px;}
.news_list .news_hansheng ._hansheng_list_l{width:29%;margin-right:6%;}
.news_list .news_hansheng ._hansheng_list_r{width:65%;}
.news_list .news_hansheng ._hansheng_list_r ._list_r_box{display:block;padding:0px 24px 0px 0px;}
.news_list .news_hansheng ._hansheng_list_r ._title{font-size:20px;color:#0c55a4;margin-bottom:4px;}
.news_list .news_hansheng ._hansheng_list_r ._time{font-size:14px;color:#9fa0a0;}
.news_list .news_hansheng ._hansheng_list_r ._text{color:#a4a4a4;line-height:26px;height:52px;overflow:hidden;margin-bottom:24px;}
.news_list .news_hansheng ._hansheng_list_r ._more{width:37px;height:37px;background:url(../img/news_hansheng_ico.png) no-repeat;}

.news_list .news_hansheng ._news_main_l li:hover ._news_list_box{border-color:#fb9528;}
.news_list .news_hansheng ._news_main_l li:hover ._hansheng_list_r ._title{color:#fb9528;}
.news_list .news_hansheng ._news_main_l li:hover ._hansheng_list_r ._time{color:#fb9528;}
.news_list .news_hansheng ._news_main_l li:hover ._hansheng_list_r ._more{background-position:0px -37px;}

/*新闻-综合*/
.news_channel .xc_t_wrap { padding-bottom:0; text-align:center; }
.news_channel .xc_t_wrap .xc_title { margin-bottom:4px; }
.news_channel .xc_t_wrap ._wd { font-size:16px; }
/*新闻-综合part01*/
.news_channel .part01 { margin-bottom:50px; }
.news_channel .part01 ._left{width:45%;}
.news_channel .news_slide { height:405px; visibility:hidden; }
.news_channel .news_slide .arrs { top:50%; margin-top:-30px; width:40px; height:61px; background:url(/resources/web/img/news_slide_arr.png) no-repeat; }
.news_channel .news_slide .arr_prev { left:0; background-position:0 0; }
.news_channel .news_slide .arr_next { right:0; background-position:-40px 0; }
.news_channel .news_slide .slide_nav { left:0; bottom:80px; width:100%; text-align:center; }
.news_channel .news_slide .slide_nav a { display:inline-block; *display:inline; *zoom:1; margin:5px 7px; width:11px; height:11px; font-size:0; border-radius:50%; background-color:#a0a1a4; cursor:pointer; }
.news_channel .news_slide .slide_nav a.on { background-color:#fb9528; }
.news_channel .news_scell { position:relative; }
.news_channel .part01 ._left ._title { position:absolute; left:0; bottom:0; width:100%; height:59px; line-height:59px; font-size:18px; color:#ffffff; text-align:center; background:rgba(0,0,0,.60); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);  }
.news_channel ._right{ margin-left:3%; width:52%;}
.news_channel .jjnews-list2{margin-top:-15px;}
.news_channel .jjnews-list2 li{overflow:hidden;border-bottom: 1px #ececec dashed;padding:23px 0 22px;}
.news_channel .jjnews-list2 li a *{ cursor:pointer;}
.news_channel .jjnews-list2 li ._time{ float:left; font-family:Arial; width:15%; color:#0450a1;margin-top: 8px;text-align: center;}
.news_channel .jjnews-list2 li ._time ._ri{ display:block; font-size:56px;text-align:center; line-height:50px;}
.news_channel .jjnews-list2 li ._time ._year{ display:block; font-size:14px;}
.news_channel .jjnews-list2 li ._intro{ float:left;width:85%;}
.news_channel .jjnews-list2 li ._intro ._title{ padding-bottom:7px; color:#0450a1; font-size: 18px;}
.news_channel .jjnews-list2 li ._intro ._text{margin-top: 5px;height:54px;line-height: 27px;overflow:hidden;}
.news_channel .jjnews-list2 li a:hover ._time,.news_channel .jjnews-list2 li a:hover ._intro ._title{ color:#fb9528;}
/*新闻-综合part02*/
.news_channel .part02 { padding:40px 0 20px; background-color:#f5f5f5; }
.news_channel .part02 .p2_cell { cursor:pointer; }
.news_channel .part02 .down { padding:20px 30px 50px; background-color:#ffffff; }
.news_channel .part02 .p2_cell:hover ._tt,.news_channel .part02 .p2_cell:hover ._more { color:#ffffff; }
.news_channel .part02 ._tt { padding-bottom:15px; font-size:18px; color:#0450a1; }
.news_channel .part02 .p2_cell:hover ._wd { color:#fdcebc; }
.news_channel .part02 ._wd { margin-bottom:20px; height:4.8em; font-size:14px; overflow:hidden; }
.news_channel .part02 ._more { font-size:12px; color:#000000; }
.news_channel .part02 ._more ._t,.news_channel .part02 ._more ._i { display:inline-block; *display:inline; *zoom:1; float:left; height:22px; line-height:22px; }
.news_channel .part02 ._more ._t { padding-right:4px; }
.news_channel .part02 #p2_list01 { height:372px; overflow:hidden; }
/*.news_channel .part02 #p2_list01 .slide_c*/
.p2_slide { visibility:hidden; padding-bottom:40px; }
.p2_slide ._jb_p:hover ._jb:before { width:130%; }
.p2_slide .slide_nav { position:absolute; left:0; bottom:20px; width:100%; text-align:center; }
.p2_slide .slide_nav a { display:inline-block; *display:inline; *zoom:1; margin:4px; width:15px; height:7px; font-size:0; border-radius:4px; background-color:#bbbbbb; cursor:pointer; }
.p2_slide .slide_nav a.on { width:25px; background-color:#0450a1; }
/*新闻-综合part03*/
.news_channel .part03 { padding-top:35px; }
.news_channel .video_cell .imgWrap { position:relative; }
.news_channel .video_cell ._mask { position:absolute; top:0; left:0; bottom:0; width:100%; background:url(/resources/web/img/news09.png) center center no-repeat; cursor:pointer; }
.news_channel .video_cell:hover ._mask { background:url(/resources/web/img/news10.png) center center no-repeat; }
.news_channel .video_cell .down { height:78px; line-height:78px; font-size:14px; color:#ffffff; background-color:#0450a1; text-align:center; }

/*业务综合动画*/
.rolling > a > .rolling-box,.rolling > .rolling-box {
	-webkit-perspective:1300px;
	-o-perspective:1300px;
	-ms-perspective:1300px;
	perspective:1300px;
	-webkit-transform-style:preserve-3d;
	-o-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d;
}
.rolling .is_animated {
	-webkit-transition-duration:1.2s;
	-webkit-transition-property:-webkit-transform,opacity;
	-webkit-transition-delay:.15s;
	-webkit-transition-timing-function:'ease-in-out';
	-moz-transition-duration:1.2s;
	-moz-transition-property:all;
	-moz-transition-delay:.15s;
	-moz-transition-timing-function:'ease-in-out';
	-o-transition-duration:1.2s;
	-o-transition-property:transform,opacity;
	-o-transition-delay:.15s;
	-o-transition-timing-function:'ease-in-out';
	-ms-transition-duration:1.2s;
	-ms-transition-property:transform,opacity;
	-ms-transition-delay:.15s;
	-ms-transition-timing-function:'ease-in-out';
	transition-duration:1.2s;
	transition-property:transform,opacity;
	transition-delay:.15s;
	transition-timing-function:'ease-in-out';
	-webkit-transform:rotatex(-80deg) translateZ(0);
	-ms-transform:rotatex(-80deg) translateZ(0);
	transform:rotatex(-80deg) translateZ(0);
	-webkit-transform-origin:0 0 0;
	-ms-transform-origin:0 0 0;
	transform-origin:0 0 0;
	opacity:0
}
.rolling .is_animated.revealed {
	-webkit-transform:rotatex(0) translateZ(0);
	-ms-transform:rotatex(0) translateZ(0);
	transform:rotatex(0) translateZ(0);
	opacity:1
}

.yewu_index_bd .rolling .rolling-box ._bd_box_r {transition-delay:.4s; -webkit-transition-delay:.4s;}

/*时间延迟*/
.delay100 { -webkit-animation-delay: 0.1s; animation-delay: 0.1s;}
.delay200 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s;}
.delay300 { -webkit-animation-delay: 0.3s; animation-delay: 0.3s;}
.delay400 { -webkit-animation-delay: 0.4s; animation-delay: 0.4s;}
.delay500 { -webkit-animation-delay: 0.5s; animation-delay: 0.5s;}
.delay600 { -webkit-animation-delay: 0.6s; animation-delay: 0.6s;}
.delay700 { -webkit-animation-delay: 0.7s; animation-delay: 0.7s;}
.delay800 { -webkit-animation-delay: 0.8s; animation-delay: 0.8s;}
.delay900 { -webkit-animation-delay: 0.9s; animation-delay: 0.9s;}
.delay1000 { -webkit-animation-delay: 1s; animation-delay: 1s;}
.delay1200 { -webkit-animation-delay: 1.2s; animation-delay: 1.2s;}
.delay1400 { -webkit-animation-delay: 1.4s; animation-delay: 1.4s;}
.delay1600 { -webkit-animation-delay: 1.6s; animation-delay: 1.6s;}
.delay1800 { -webkit-animation-delay: 1.8s; animation-delay: 1.8s;}
.delay2000 { -webkit-animation-delay: 2s; animation-delay: 2s;}
.delay2400 { -webkit-animation-delay: 2.4s; animation-delay: 2.4s;}
.delay3000 { -webkit-animation-delay: 3s; animation-delay: 3s;}

/*首页延迟*/
.delay1 { -webkit-animation-delay: 0.4s; animation-delay: 0.4s;}
.delay2 { -webkit-animation-delay: 0.6s; animation-delay: 0.6s;}
.delay3 { -webkit-animation-delay: 0.8s; animation-delay: 0.8s;}
.delay4 { -webkit-animation-delay: 1s; animation-delay: 1s;}
.delay5 { -webkit-animation-delay: 1.2s; animation-delay: 1.2s;}
.delay6 { -webkit-animation-delay: 1.4s; animation-delay: 1.4s;}

.delay7 { -webkit-animation-delay: 0.4s; animation-delay: 0.4s;}
.delay8 { -webkit-animation-delay: 0.6s; animation-delay: 0.6s;}
.delay9 { -webkit-animation-delay: 0.8s; animation-delay: 0.8s;}
.delay10 { -webkit-animation-delay: 1s; animation-delay: 1s;}
.delay11 { -webkit-animation-delay: 1.2s; animation-delay: 1.2s;}
.delay12{ -webkit-animation-delay: 1.4s; animation-delay: 1.4s;}

/*人才综合*/
.rencai_index .rencai_index_bd img{width:100%;}
.rencai_index .rencai_index_bd .bd_box{position:relative;}
.rencai_index .rencai_index_bd .bd_box ._bd_box_ico{width:62px;height:63px;background:url(../img/rencai_index_ico.png) no-repeat center;top:50%;left:50%;display:block;margin-left:-31px;margin-top:-31.5px;position:absolute;z-index:2;}
.rencai_index .rencai_index_bd{position:relative;color:#ffffff;margin-bottom:80px;}
.rencai_index .rencai_index_bd ._img_box{position:relative;display:block;}
.rencai_index .rencai_index_bd ._box_l_top{position:relative;}
.rencai_index .rencai_index_bd ._img_title_box{width:100%;height:100%;position:absolute;top:0;left:0;}
.rencai_index .rencai_index_bd ._title_box{padding:52px 190px 53px 54px;display:block;}
.rencai_index .rencai_index_bd ._title{font-size:36px;color:#ffffff;position:relative;}
.rencai_index .rencai_index_bd ._title:after{content:"";width:58px;height:2px;background:#ffffff;display:block;position:absolute;bottom:-20px;left:0;}
.rencai_index .rencai_index_bd ._bd_box_l ._box_l_bottom ._title_box{background:#ef7200}
.rencai_index .rencai_index_bd ._bd_box_l ._box_l_top .img_box{height:0;padding-bottom:45%;overflow:hidden;}
.rencai_index .rencai_index_bd ._bd_box_l ._box_l_bottom ._title{margin-bottom:2px;}
.rencai_index .rencai_index_bd ._bd_box_l ._box_l_bottom ._title:after{display:none;}
.rencai_index .rencai_index_bd ._bd_box_l ._box_l_bottom ._title_02{font-size:40px;margin-bottom:8px;color:#ffffff;}
.rencai_index .rencai_index_bd ._bd_box_l ._box_l_bottom ._text{font-size:14px;color:#fadbcb;line-height:24px;height:48px;overflow:hidden;}
.rencai_index .rencai_index_bd ._bd_box_r{position:relative;}
.rencai_index .rencai_index_bd ._bd_box_r .img_box{height:0;padding-bottom:92%;overflow:hidden;}

/*人才主体通用头部*/
._rcpx_main_hd ._rcpx_title{font-size:30px;color:#000000;margin-bottom:14px;}
._rcpx_main_hd ._rcpx_text{font-size:16px;color:#595757}

/*去除下层主体下边距*/
._bottom_none{margin-bottom:0px;}

/*人才培训*/
.rencai_px_01{margin-bottom:64px;}
.rencai_px_01 ._px_box img{width:100%;}
.rencai_px_01 ._px_box ._px_box01_l,.rencai_px_01 ._px_box ._px_box01_r{width:50%;}
.rencai_px_01 ._px_box ._px_box01_l ._img_box{padding-bottom:65%;height:0;overflow:hidden;}
.rencai_px_01 ._px_box ._title{font-size:30px;color:#000000;margin-bottom:30px;padding-bottom:18px;position:relative;}
.rencai_px_01 ._px_box ._title:after{content:"";width:41px;height:1px;background:#0450a1;display:block;position:absolute;bottom:0;left:0;}
.rencai_px_01 ._px_box ._text{font-size:15px;color:#595757;}

.rencai_px_01 ._px_box._px_box01 ._px_box01_r ._r_box{padding:30px 76px 86px 50px;}
.rencai_px_01 ._px_box._px_box02 ._px_box01_r ._r_box{padding:76px 134px 40px 0px;}

.rencai_px_02{background:#f7f7f7;padding:46px 0px 50px;}
.rencai_px_02 ._rcpx_main_hd{text-align:center;margin-bottom:40px;}
.rencai_px_02 ._px_02_bd ._list_box{position:relative;height:0;padding-bottom:58%;overflow:hidden;}
.rencai_px_02 ._px_02_bd ._list_box img{width:100%;}
.rencai_px_02 ._px_02_bd li{margin-bottom:20px;cursor:pointer;}
.rencai_px_02 ._px_02_bd ._list_box ._list_title{position:absolute;width:100%;height:47px;line-height:47px;bottom:0;left:0;text-align:center;font-size:15px;color:#ffffff;background:rgba(4,80,161,.90); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#dd0450a1,endcolorstr=#dd0450a1);}
.loading{display:none;width:100%;height:50px;background:url(../img/loading2.gif) no-repeat center;}
.loading.hidd{display:block;}

/*人才招聘-社会招聘*/
.rencai_zp_hd ._hd_l_box{position:relative;margin-bottom:30px;}
.rencai_zp_hd ._hd_l_box ._pic{width:100%;height:0;padding-bottom:43%;overflow:hidden;}
.rencai_zp_hd ._hd_l_box ._pic img{width:100%;}
.rencai_zp_hd ._hd_l_box ._title{position:absolute;width:100%;height:100%;top:0;left:0;}
.rencai_zp_hd ._hd_l_box ._title ._title_box{padding:38px 43px;font-size:48px;text-align:center;}
.rencai_zp_hd ._hd_l_box ._title ._title_box a{display:block;background:rgba(255,255,255,.80); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#bbffffff,endcolorstr=#bbffffff);padding:50px 0px;color:#171515;}
.rencai_zp_hd ._hd_l_box.cur ._title ._title_box a{background:none;color:#ffffff;}
.rencai_zp_hd ._hd_l_box.cur:after{content:"";width:0px;height:0px;border-color:#f66526 transparent transparent transparent;border-width:8px;border-style:solid;display:block;position:absolute;bottom:-16px;left:50%;margin-left:-4px;}
.rencai_zp_bd ._zp_bd_hd{margin-bottom:30px;}
.rencai_zp_bd ._zp_bd_hd ._title{color:#171515;font-size:30px;margin-bottom:12px;}
.rencai_zp_bd ._zp_bd_hd ._text{font-size:14px;color:#7e7e7e;line-height:24px;}
.rencai_zp_bd ._bd_l{width:68%;}

/* job-2 start*/
.widget-job-2{margin-bottom:40px;}
.widget-job-2 ._jt { background-color: #edeef0; height:53px; line-height:53px;overflow: hidden; *zoom: 1;cursor: pointer;padding:0px 24px 0px 50px;}
.widget-job-2 ._jt strong { float: left; width:30%;color:#0c55a4;font-size:15px;}
.widget-job-2 ._jt ._jt_ico {width:15px;height:9px;background:url(../img/rencai_shzp_ico.png) no-repeat 0px -9px;float: right;margin-top:20px;}
.widget-job-2 ._jc{ display: none;background:#f8f9f9;}
.widget-job-2 ._jc,.widget-job-2 ._jc strong{font-size:13px;color:#555555;font-weight:normal;line-height:2.4em;}
.widget-job-2 ._jc ._jc_main{margin:24px 0px 20px;}
.widget-job-2 ._jc ._jc_btn{width:140px;height:44px;line-height:44px;background:#0c55a4;text-align:center;color:#ffffff;display:block;}
.widget-job-2 ._jcon { padding:30px 50px; }
.widget-job-2 ._jt_act ._jt_ico { background-position:0px 0px;}
@media only screen and (max-width: 40rem) {
 .widget-job-2 ._jt span {display: none;}
}
.rencai_zp_bd ._bd_r{width:28%;}
.rencai_zp_bd ._bd_r .form_box{width:100%;width:100%;height:53px;line-height:53px;background:#f3f4f5;margin-bottom:14px;}
.rencai_zp_bd ._bd_r ._bd_r_select{border:none;border-radius:0px;font-size:16px;color:#221815;}
.rencai_zp_bd ._bd_r .select-ui-choose-default ._arrow .arr{border-width:0.35em}
.rencai_zp_bd ._bd_r .select-ui-choose-default ._arrow{margin-right:28px;width:0.35em;}
.rencai_zp_bd ._bd_r .select-ui-choose-default ._txt{padding-left:18px;}

body .select-ui-options-default{border:0;border-radius:0px;background:#f8f9f9;}
body .select-ui-options-default li{line-height:2.8em;padding-left:18px;}
body .select-ui-options-default li:hover{background:#4d8cd1}

.rencai_zp_bd ._bd_r ._inp_box{text-indent:18px;font-size:14px;}
.rencai_zp_bd ._bd_r ._btn_box{background:#0c55a4;color:#ffffff;cursor:pointer;outline:none;margin-bottom:42px;}

.rencai_zp_bd ._bd_r ._bd_r_pic{position:relative;width:100%;height:0;padding-bottom:135%;overflow:hidden;}
.rencai_zp_bd ._bd_r ._bd_r_pic img{width:100%;}
.rencai_zp_bd ._bd_r ._bd_r_pic ._title{position:absolute;bottom:0;left:0;color:#ffffff;padding:0px 0px 37px 30px;}
.rencai_zp_bd ._bd_r ._bd_r_pic ._title01{font-size:36px;margin-bottom:8px;}
.rencai_zp_bd ._bd_r ._bd_r_pic ._title02{font-size:14px;}

.rencai_shzp_lc{width:100%;height:373px;background:url(../img/rencai_shzp_lc_bj.jpg) no-repeat center;}
.rencai_shzp_lc ._shzp_lc_box{padding:50px 0px 100px;}
.rencai_shzp_lc ._shzp_lc_hd{font-size:30px;color:#ffffff;margin-bottom:38px;}
.rencai_shzp_lc ._shzp_lc_bd{text-align:center;}
.rencai_shzp_lc ._shzp_lc_bd ._bd_list,.rencai_shzp_lc ._shzp_lc_bd ._bd_box_ico{display:inline-block;*display:inline;*zoom: 1;vertical-align:middle;}
.rencai_shzp_lc ._shzp_lc_bd ._bd_list{width:125px;height:125px;border:2px solid #939495;border-radius:50%;}
.rencai_shzp_lc ._shzp_lc_bd ._bd_list ._bd_list_box{padding:36px 20px;text-align:center;color:#ff8221;}
.rencai_shzp_lc ._shzp_lc_bd ._bd_list ._title01{font-size:14px;}
.rencai_shzp_lc ._shzp_lc_bd ._bd_list ._title02{font-size:20px;}
.rencai_shzp_lc ._shzp_lc_bd ._bd_box_ico{width:130px;height:129px;background:url(../img/rencai_shzp_lv_ico.png) no-repeat center;}

/*人才战略*/
.rencai_zl ._zp_bd_hd ._title{color:#0450a1;}
.rencai_zl ._zp_bd_hd ._text{color:#595757;}
/*.rencai_zl ._zl_bd ._bd_l,.rencai_zl ._zl_bd ._bd_r{height:0;padding-bottom:23%}*/
.rencai_zl ._zl_bd ._bd_l{color:#ffffff;width:36%;}
.rencai_zl ._zl_bd ._bd_l ._bd_l_box{padding:60px 100px 116px 50px;background:url(../img/rencai_zl_bj.jpg) no-repeat center;}
.rencai_zl ._zl_bd ._bd_l ._bd_l_box ._title01{font-size:22px;}
.rencai_zl ._zl_bd ._bd_l ._bd_l_box ._title02{font-size:40px;}
.rencai_zl ._zl_bd ._bd_r{width:62%;}
.rencai_zl ._zl_bd ._bd_r img{width:100%;}

.rencai_hxln{width:100%;background:#f6f6f6;}
.rencai_hxln ._hxln_box{padding:50px 0px 90px;overflow:hidden;}
.rencai_hxln ul{width:102%;}
.rencai_hxln li{float:left;width:18%;margin-right:2%;}
.rencai_hxln .list_box{background:#ffffff;width:100%;height:0;padding-bottom:100%;text-align:center;}
.rencai_hxln .list_box ._box_ico_box{padding:50px 0px 8px;}
.rencai_hxln .list_box ._box_ico_box ._box_ico{width:71px;height:64px;background:url(../img/rencai_zl_ico01.png) no-repeat center;margin:0px auto;display:block;}
.rencai_hxln .list_box ._box_ico_box ._box_ico02{background-image:url(../img/rencai_zl_ico02.png);}
.rencai_hxln .list_box ._box_ico_box ._box_ico03{background-image:url(../img/rencai_zl_ico03.png);}
.rencai_hxln .list_box ._box_ico_box ._box_ico04{background-image:url(../img/rencai_zl_ico04.png);}
.rencai_hxln .list_box ._box_ico_box ._box_ico05{background-image:url(../img/rencai_zl_ico05.png);}

.rencai_hxln .list_box ._box_title01{font-size:18px;color:#0450a1;font-weight:bold;margin-bottom:10px;}
.rencai_hxln .list_box ._box_title02{font-size:14px;color:#595757;}

.rencai_hxln li:hover ._box_ico_box ._box_ico{-webkit-transform: rotateY(360deg);transform: rotateY(360deg);}

/*投资-领域介绍*/
.invest_about .xc_t_wrap { margin-bottom:15px; }
.invest_about .typeIn { padding-top:25px; background:url(../img/invest01.png) 0 0 no-repeat; }

/*投资-综合*/
.invest_channel .xc_t_wrap { text-align:center; }
/*part01*/
.invest_channel .part01 { margin-bottom:30px; }
.invest_channel .part01 .xc_t_wrap { margin-bottom:50px; }
.invest_channel .part01 .xc_t_wrap .xc_title { font-size:50px; }
.invest_channel .part01 .xc_t_wrap ._wd { font-size:20px; }
/*part02*/
/*特殊栅格*/
.irow { width:105%; }
.irow>.span-3 { width:20%; }
.irow>[class*=span-] { float:left; margin-right:5%; }
.invest_channel .part02 .xc_t_wrap { margin-bottom:39px; }
.invest_channel .part02 .list_item { position:relative; cursor:pointer; }
.invest_channel a:hover .list_item ._mask ._tt_border { border-color:#fc7f21; }
.invest_channel .list_item ._mask ._tt_border { position:absolute; top:50%; left:50%; margin-left:-66px; margin-top:-66px; padding:11px; border:#ffffff 2px solid; border-radius:50%; }
.invest_channel a:hover .list_item ._mask ._tt_border ._tt { color:#ffffff; background-color:#fc7f21; }
.invest_channel .list_item ._mask ._tt_border ._tt { width:108px; height:108px; font-size:25px; line-height:108px; color:#555555; background-color:#ffffff; text-align:center; border-radius:50%; }

/*投资-板块*/
.filter_wrap { position:relative; margin-bottom:40px; padding:35px 35px 40px 135px; border:#f2f2f2 3px solid; }
.filter_wrap ._tt { position:absolute; top:42px; left:35px; }
.filter_list .f_cb { float:left; height:36px; padding-left:36px; padding-right:35px; line-height:36px; background:url(/resources/web/img/invest07.png) 0 0 no-repeat; cursor:pointer; }
.filter_list .f_cb.selected { background-position:0 -36px; }

/*投资-zt_list*/
.invest_plates .typeIn { min-height:80px; }
.invest_plates .zt_list li ._txt { width:52%; }
.invest_plates .zt_list li ._txt ._t:before{ content:""; position: absolute; top: 0; left: 0; width: 50px; height: 4px; background-color:#fc7f21;}
.invest_plates .zt_list li:hover ._txt ._t:before { background-color:#ffffff; }
/*.invest_plates .zt_list li:hover ._txt { background-color:#fc7f21; }*/
.invest_plates .zt_list li:hover ._txt ._t,.invest_plates .zt_list li:hover .rec { color:#ffffff; }
.invest_plates .zt_list li ._txt ._t { padding-top:20px; padding-bottom:15px; font-size:25px; color:#3e3a39; }
.invest_plates .zt_list li ._img { width:40%; }

/*关于部分-通用样式*/
.abt_main { padding:30px 0 80px; }
.abt_main .xc_t_wrap .xc_title { color:#221815; }
.pic_item ._mask { background:rgba(12,85,164,.80); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#cd0c55a4,endcolorstr=#cd0c55a4); }

/*关于-公司简介*/
.abt_about .tpBox { margin-bottom:90px; font-size:14px; line-height:2; }
.abt_about .typeIn01,.abt_about .typeIn02 { float:left; width:47%; }
.abt_about .typeIn01 { padding-right:3%; }
.abt_about .typeIn02 { padding-left:3%; }
.abt_about .part02 .pic_item { position:relative; cursor:pointer; }
.abt_about .part02 ._mask { display:none; opacity:0; }
.abt_about .part02 ._mask ._tt_wrap { padding:28% 20% 0; }
.abt_about .part02 ._mask ._tt { width:auto; margin-left:auto; margin-right:auto; padding:10px 18px; font-size:14px; color:#ffffff; text-align:center; border-top:#ffffff 2px solid; border-bottom:#ffffff 2px solid; }

/*关于-企业文化*/
.abt_cultrue .typeIn { color:#595757; }
.abt_cultrue .typeIn ._cul_tt { font-size:25px; color:#0c55a4; line-height:1.9; }
.abt_cultrue .rec { margin-bottom:10px; padding-left:75px; }
.abt_cultrue .rec ._hd { font-weight:bold; color:#221815; }
.abt_cultrue .part02 { position:relative;overflow:hidden;}
.abt_cultrue .part02 ._left,.abt_cultrue .part02 ._right { width:50%; }
.abt_cultrue .part02 ._left { float:left; }
.abt_cultrue .part02 ._right { box-sizing:border-box; position:absolute; top:0; right:0; bottom:0; border:#e8e8e8 10px solid; }
.abt_cultrue .cul_border ._top { margin-bottom:10px; }
.abt_cultrue .cul_border .typeIn { padding:30px 55px 0; }
.abt_cultrue .cul_border ._cul_tt { float:left; }
.abt_cultrue .cul_border ._logo_img { float:right; width:170px; max-width:50%; height:54px; }
.abt_cultrue .cul_border ._txt { overflow:hidden; color:#a6a6a6; line-height:1.9; }

/*关于-发展历程*/
.abt_history .xc_t_wrap .xc_title { padding-bottom:35px; }
.abt_history ._wd { color:#221815; }
/* history-4 start*/
.widget-history-4-tab { padding:0 87px; }
.widget-history-4-T { padding-top:20px; height:64px; }
.widget-history-4 .scroll_nav { font-size:0; }
.widget-history-4 .line { position:absolute; top:31px; width:100%; height:3px; background-color:#d7d7d7; }
.widget-history-4 { position:relative; box-sizing:border-box; width:100%; }
.widget-history-4 .tab_t { position:relative; width: 144px; padding-top:34px; background: url(../img/dot_normal.png) center top no-repeat; font-size:20px; text-align:center; }
.widget-history-4 .tab_t:after { content:''; display:block; position:absolute; top:11px; width:144px; height:3px; background-color:transparent; }
.widget-history-4 .tab_t_cur { background: url(../img/dot_cur.png) center top no-repeat; color: #0c55a4; font-weight: bold; font-size:20px; }
.widget-history-4 .tab_t_cur:after { content:''; background-color:#0c55a4; }
.widget-history-4_arrs { display:block; position:absolute; top:15px; z-index:1; width:37px; height:37px; cursor:pointer; }
.widget-history-4 .widget-history-4_prev { left:0; background:url(../img/his_arr_prev_01.png) 0 0 no-repeat; }
.widget-history-4 .widget-history-4_next { right:0; background:url(../img/his_arr_next_01.png) 0 0 no-repeat; }
.widget-history-4 .tab .tab_c { margin-top: -7px; padding-top:90px; min-height:200px; }
.widget-history-4 .tab_c ._con { padding-top:10px; background: url(../img/line.png) center 0 repeat-y; }
.widget-history-4 .tab_c ul { position:relative; }
.widget-history-4 .tab_c .panel { margin-top:100px; width:50%; color:#5d5d5d; visibility:hidden; }
.widget-history-4 .tab_c .panel.left_box { margin-top:40px; }
.widget-history-4 .tab_c .panel ._boll_ico { display:block; position:absolute; top:7px; left:0; margin-left:-12px; width:24px; height:24px; background:url(../img/dot.png) no-repeat; }
.widget-history-4 .tab_c .panel.left_box ._boll_ico { left:auto; right:0; margin-right:-12px; }
.widget-history-4 ._tt { margin-left:auto; margin-right:auto; padding-left:125px; width:140px; font-size:40px; font-weight:bold; color:#0c55a4; line-height:1; text-align:right; background:url(../img/dot_c_tt.png) center bottom no-repeat; }
.widget-history-4 .tab_c .panel .panel_inn { max-width:396px; margin-left:10%; font-size:14px; color:#5d5d5d; line-height:1.7; }
.widget-history-4 .tab_c .panel.left_box .panel_inn { margin-left:auto; margin-right:10%; }
.widget-history-4 .tab_c .panel .panel_inn ._list_pic{margin-bottom:10px;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;border:3px solid transparent;}
.widget-history-4 .tab_c .panel .panel_inn img { width:100%;}
.widget-history-4 .tab_c .panel ._title { margin-bottom:10px; }
.widget-history-4 .tab_c .panel.left_box ._title { text-align:right; }

/*关于-组织架构*/
.abt_struct .xc_t_wrap .xc_title { padding-bottom:0; }

/*关于-荣誉资质*/
.abt_honor .tab_t_list { margin-bottom:27px; height:90px; background:url(../img/abt05.jpg) bottom repeat-x; }
.abt_honor .tab_t { display:inline-block; *display:inline; *zoom:1; margin-right:10px; padding:15px 45px; font-size:16px; color:#484848; background-color:#d7dcd6; }
.abt_honor .tab_t.on { color:#ffffff; background-color:#0c55a4; }
.abt_honor .cill { width:21.2%; margin-right:1.7%; margin-bottom:20px; padding:13px 1%; background-color:#f3f3f3;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.abt_honor .cill:hover{background-color:#0c55a4;}
.abt_honor .cill:hover ._wd{color:#ffffff;}
.abt_honor .tab_c { width:102%; }
.abt_honor .cill ._wd { display:block; padding-top:25px; padding-bottom:12px; font-size:14px; color:#373737; }
/*.abt_honor.album_wrap .slide_wrap img { max-width:260px; }*/
.abt_honor.album_wrap .album_ordinary .slide_c p { bottom:60px; }

/*关于-社会责任*/
.abt_zeren .zeren_title{font-size:30px;color:#0c55a4;}
.abt_zeren ._zeren_part1 ._part01_l{width:48%;height:0;padding-bottom:25%;overflow:hidden;}
.abt_zeren ._zeren_part1 ._part01_l img{width:100%;}
.abt_zeren ._zeren_part1 ._part01_r{width:48%;}
.abt_zeren ._zeren_part1 ._part01_r ._part01_r_box{padding-right:20px;}
.abt_zeren ._zeren_part1 ._part01_r .zeren_title{margin-bottom:20px;}
.abt_zeren ._zeren_part1 ._part01_r ._text{font-size:14px;color:#595757;line-height:2em;}

._abt_cishan{width:100%;background:#f5f5f5;}
._abt_cishan ._abt_cishan_box{padding:50px 0px;}
._abt_cishan ._abt_cishan_box li{margin-bottom:20px;}
._abt_cishan ._abt_cishan_box .zeren_title{margin-bottom:30px;}
._abt_cishan ._abt_cishan_box ._list_pic{width:100%;}
._abt_cishan ._abt_cishan_box ._list_pic img{width:100%;}
._abt_cishan ._abt_cishan_box ._list_bottom{width:100%;}
._abt_cishan ._abt_cishan_box ._list_bottom ._bottom_box{padding:20px 24px 64px;background:#ffffff;display:block;}
._abt_cishan ._abt_cishan_box ._list_bottom ._title{font-size:18px;color:#555555;font-weight:bold;margin-bottom:6px;}
._abt_cishan ._abt_cishan_box ._list_bottom ._text{color:#818181;line-height:2em;line-height:28px;height:84px;overflow:hidden;}

._abt_cishan ._abt_cishan_box li:hover ._list_bottom ._bottom_box{background:#0c55a4;}
._abt_cishan ._abt_cishan_box li:hover ._list_bottom ._title{color:#ffffff;}
._abt_cishan ._abt_cishan_box li:hover ._list_bottom ._text{color:#ffffff;}

/*关于-综合*/
.transition_05{-webkit-transition: all 0.3s linear;transition: all 0.3s linear;}

.c{padding-bottom:9999px;margin-bottom:-9999px;}
.ab_list_L .lis {position:relative;display: block;padding: 30px 50px 75px 34px;}
.ab_list_L .L-h3 {font-size:36px;top:0;left:0;color:white;font-weight:normal;width:100%;height:100%;line-height:57px;}
.ab_list_L ._img_title ._title_box{padding:30px 50px 0px 34px;}
.ab_list_L .l-li-text {color:#fff;font-size:14px;line-height: 22px;height: 132px;overflow: hidden;}
.ab_list_L .Instruction {width:46px;height:46px;margin-top: 30px;}
.rect-200{padding-bottom:200%;}
.ab_list_L .li2 ._bj_color{background-color:#ef7200;}
.ab_list_L .li5 ._bj_color{background-color:#0d55a4;}
.ab_list_L .li2 .L-h3,.ab_list_L .li5 .L-h3{margin-bottom:30px;}
.ab_list_L li:hover .Instruction{/*transform:translateX(10px);-webkit-transform:translateX(10px);*/margin-left:10px;}

/*汉盛服务*/
.sever_hanshen ._main_title{font-size:30px;color:#555555;margin-bottom:16px;}
.sever_hanshen ._main_text{font-size:14px;color:#727171;line-height:27px;}
.sever_hanshen .part01 ._bd_main ._main_r ._main_r_box ._l_box_more{font-size:20px;padding-top:30px;}
.sever_hanshen .part01 ._bd_main ._main_r ._main_r_box ._l_box_more ._more_ico{width:37px;height:37px;background:url(../img/news_hansheng_ico.png) no-repeat;display:inline-block;vertical-align:middle;margin-left:25px;}
.sever_hanshen .part01{margin-bottom:50px;}
.sever_hanshen .part01 ._hd_text{font-size:14px;color:#727171;margin-bottom:42px;}
.sever_hanshen .part01 ._bd_main{border:10px solid #f6f5f9;overflow:hidden;}
.sever_hanshen .part01 ._bd_main ._main_l{width:48%;height:0;padding-bottom:38%;overflow:hidden;}
.sever_hanshen .part01 ._bd_main ._main_l img{width:100%;}
.sever_hanshen .part01 ._bd_main ._main_r{width:50%;}
.sever_hanshen .part01 ._bd_main ._main_r ._main_r_box{padding:45px 60px 20px 38px;}
.sever_hanshen .part01 ._bd_main ._main_r ._main_title{padding-bottom:20px;position:relative;}
.sever_hanshen .part01 ._bd_main ._main_r ._main_title:after{content:"";width:42px;height:2px;background:#0c55a4;display:block;position:absolute;left:0;bottom:0;}

.sever_hanshen .part02{background:#f6f5f9;padding:88px 0px 58px;margin-bottom:66px;}
.sever_hanshen .part02 ._list{width:100%;margin-bottom:40px;}
.sever_hanshen .part02 ._list ._list_l,.sever_hanshen .part02 ._list ._list_r{width:48%;}
.sever_hanshen .part02 ._list ._list_box{background:#ffffff;padding:30px 20px 20px;}
.sever_hanshen .part02 ._list ._list_box ._list_box_num{width:18%;}
.sever_hanshen .part02 ._list ._list_box ._list_box_main{width:80%;}
.sever_hanshen .part02 ._list ._list_box ._list_box_main ._title{font-size:20px;color:#555555;font-weight:bold;}
.sever_hanshen .part02 ._list ._list_box ._list_box_main ._text{font-size:14px;color:#727171;line-height:25px;}
.sever_hanshen .part02 ._list.last_list ._list_box ._list_box_num{width:10%}
.sever_hanshen .part02 ._list.last_list ._list_box ._list_box_main{width:90%;}

.sever_hanshen .part03 .part03_l{width:43%;}
.sever_hanshen .part03 .part03_l ._l_box{margin-bottom:20px;padding-top:10px;}
.sever_hanshen .part03 .part03_r{width:50%;height:0;padding-bottom:34%;overflow:hidden;}
.sever_hanshen .part03 .part03_r img{width:100%;}

/*服务与网络*/
.sever_index .sever_net_main{padding-top:0px;}
.sever_index .sever_net_main ._box{position:relative;width:100%;}
.sever_index .sever_net_main ._box img{width:100%;}
.sever_index .sever_net_main ._box ._main_title{height:127px;position:absolute;bottom:0;left:0;width:100%;font-size:36px;font-weight:normal;}
.sever_index .sever_net_main ._box ._main_title a{display:block;padding:20px 72px 34px;position:relative;color:#ffffff;}
.sever_index .sever_net_main ._box ._main_title a:after{content:"";width:42px;height:2px;background:#ffffff;display:block;position:absolute;left:72px;bottom:16px;}
/*.sever_index .sever_net_main ._box:hover ._main_title{background:none;}*/
.sever_index .sever_net_main ._box ._jb_act:before{transition: width 0.8s,opacity 0.8s;}

/*营销网络*/
.sever_net .sever_net_text{font-size:14px;color:#221815;margin-bottom:40px;}
.sever_net ._sever_net_hd{margin-bottom:50px;}
.sever_net ._sever_net_hd li{float:left;margin-right:66px;}
.sever_net ._sever_net_hd li a{display:block;font-size:20px;color:#bfbfbf;}
.sever_net ._net_hd_ico{width:17px;height:27px;background:url(../img/server_net_hd_ico.png) no-repeat -17px 0px;display:inline-block;*display:inline;*zoom: 1;vertical-align:middle;margin-right:22px;}
.sever_net ._sever_net_hd li.cur a,._sever_net_hd li:hover a{color:#221815;}
.sever_net ._sever_net_hd li.cur ._net_hd_ico,._sever_net_hd li:hover ._net_hd_ico{background-position:0px 0px;}

/* network-2 start*/
.widget-network-2 { margin-bottom:40px; }
.widget-network-2 .form-control{border-radius:0px;width:16%;height:34px;line-height:34px;color:#999999;}
.widget-network-2 .form-control.form-control04{width:28%;}
.map-M2-search {border:1px solid #ccc;padding:18px 52px;margin-bottom:15px; background-color:#e8e8e0;}
.map-M2-search .btn { background-color:#e8470a;color:#ffffff; font-size:16px;width:20%;height:34px;line-height: 34px;background-image:url(../img/server_net_search_ico.png);background-repeat:no-repeat;background-position:center;margin-left:18px;}
.map-M2-map{height:550px}
.map-M2-map img{max-width:none}

@media only screen and (max-width:40rem){

	.map-M2-search{padding:10px;border:0}
	.map-M2-search .form-control,.map-M2-search .btn{margin-bottom:.5em}
}

.sever_net ._sever_net_bd ._net_bd_list ._list_title li{background:#0c55a4;text-align:center;font-size:18px;color:#ffffff;height:70px;line-height:70px;}
.sever_net ._sever_net_bd ._net_bd_list ._list_title li.even{background:#0b5db6;}
.sever_net ._sever_net_bd .widget-job-2{margin-bottom:0px;border-bottom:1px solid #eeeeee; }
.sever_net ._sever_net_bd .widget-job-2 ._jt{padding:0;height:65px;border-top:1px solid #eeeeee;background:none;height:65px;line-height:65px;}
.sever_net ._sever_net_bd .widget-job-2 ._jt strong{text-align:center;font-size:14px;color:#221815;width:100%;font-weight:normal;font-size:14px;color:#221815;}
.sever_net ._sever_net_bd .widget-job-2 ._jt strong ._net_hd_ico{background-position:0px 0px;}
.sever_net ._sever_net_bd .widget-job-2 ._jt._jt_act{background:#ececec;border-top:0px;}
.sever_net ._sever_net_bd .widget-job-2 ._jcon{padding:30px 95px;font-size:14px;color:#221815;}


/*进出口-通用样式*/
.trade_main .xc_t_wrap ._wd { padding-top:20px; }

/*进出口-产品列表*/
.trade_pro_list .xc_title{margin-bottom:20px;}
.trade_pro_list .trade_hd{margin-bottom:30px;}
.trade_pro_list .trade_hd li{float:left;margin-right:6px;}
.trade_pro_list .trade_hd ._hd_list{padding:14px 20px;display:block;background:#efefef;font-size:14px;color:#000000;}
.trade_pro_list .trade_hd ._hd_list:hover,.trade_pro_list .trade_hd ._hd_list.cur{background:#0c55a4;color:#ffffff;}
.trade_pro_list .xc_t_wrap ._wd{line-height:24px;color:#848383;}
.trade_pro_list .trade_list01 li{margin-bottom:24px;}
.trade_pro_list .trade_list01 ._list_box{border:1px solid #e5e5e5;}
.trade_pro_list .trade_list01 ._list_box ._list_title{height:50px;line-height:50px;text-align:center;font-size:16px;color:#221815;}
.trade_pro_list .trade_list01 ._list_box ._list_title a{display:block;}

.trade_pro_list .trade_list01 li:hover ._list_box ._list_title{background:#0c55a4;color:#ffffff;}
.trade_pro_list .trade_list01 li:hover a{color:#ffffff;}

/*进出口综合主营业务&主营业务 通用图标*/
.trade_yewu ._list_box ._list_ico{width:90px;height:90px;background:url(../img/busCatIco.png) no-repeat;margin:5px auto;}
.trade_yewu ._list_box ._list_ico02{background-position:-90px 0px;}
.trade_yewu ._list_box ._list_ico03{background-position:-180px 0px;}
.trade_yewu ._list_box ._list_ico04{background-position:-270px 0px;}
.trade_yewu ._list_box ._list_title{font-size:18px;color:#221815;}

.trade_yewu ._list_box:hover ._list_ico01{background-position:0px -90px;}
.trade_yewu ._list_box:hover ._list_ico02{background-position:-90px -90px;}
.trade_yewu ._list_box:hover ._list_ico03{background-position:-180px -90px;}
.trade_yewu ._list_box:hover ._list_ico04{background-position:-270px -90px;}

.trade_yewu ._list_box:hover ._list_title{color:#ffffff}

/*进出口-主营业务*/
.trade_yewu .trade_yewu_main ._yewu_main_l{width:51%;height:440px;overflow:hidden;}
.trade_yewu .trade_yewu_main ._yewu_main_l ._main_l_box{position:relative;border:1px solid #f2f2f2;}
.trade_yewu .trade_yewu_main ._yewu_main_l ._main_l_box img{width:100%;}
.trade_yewu .trade_yewu_main ._yewu_main_l .l_box_title{position:absolute;left:0;bottom:0;width:100%;background:url(../img/trade_index_l_title_bj_01.png) repeat-x bottom;color:#ffffff;line-height:2em;}
.trade_yewu .trade_yewu_main ._yewu_main_l .l_box_title ._title_box{padding:68px 30px 14px;}

.trade_yewu .trade_yewu_main ._yewu_main_r{width:49%;}
.trade_yewu .trade_yewu_main ._yewu_main_r ._list_box{border-right:1px solid #f2f2f2;border-top:1px solid #f2f2f2;text-align:center;padding:44px 38px;cursor:pointer;background:#f7f7f7;}
.trade_yewu .trade_yewu_main ._yewu_main_r .bottom_box{border-bottom:1px solid #f2f2f2;padding-bottom:46px;}
/*.trade_yewu .trade_yewu_main ._yewu_main_r li:hover ._list_box{color:#ffffff;}
.trade_yewu .trade_yewu_main ._yewu_main_r li:hover ._list_box ._list_ico01{background-position:0px -90px;}
.trade_yewu .trade_yewu_main ._yewu_main_r li:hover ._list_box ._list_ico02{background-position:-90px -90px;}
.trade_yewu .trade_yewu_main ._yewu_main_r li:hover ._list_box ._list_ico03{background-position:-180px -90px;}
.trade_yewu .trade_yewu_main ._yewu_main_r li:hover ._list_box ._list_ico04{background-position:-270px -90px;}
.trade_yewu .trade_yewu_main ._yewu_main_r li:hover ._list_title{color:#ffffff;}*/

/*进出口综合*/
.trade_index .index_02 .index_02_top ul{width:104%;}
.trade_index .index_02 .index_title{margin-bottom:38px;}
.trade_index .index_02 .index_title a{color:#221815;}
.trade_index .index_02 .index_02_top{margin-bottom:85px;}
.trade_index .index_02 .index_02_top li{float:left;width:21%;margin-right:4%;}
.trade_index .index_02 .index_02_top ._list_box{border:3px solid #cbcbcb;text-align:center;padding:18px 20px 40px;}

.trade_index .index_02 .index_02_bottom ._bottom_box{position:relative;width:100%;}
.trade_index .index_02 .index_02_bottom ._bottom_box img{width:100%;}
.trade_index .index_02 .index_02_bottom ._bottom_box ._title{width:100%;height:100%;position:absolute;left:0;top:0;text-align:center;}
.trade_index .index_02 .index_02_bottom ._bottom_box ._title a{display:inline-block;*display:inline;*zoom: 1;color:#ffffff;margin-top:90px;}
.trade_index .index_02 .index_02_bottom ._bottom_box ._title ._title_box{font-size:36px;margin-bottom:0px;}
.trade_index .index_02 .index_02_bottom ._bottom_box ._title ._more_box{border:1px solid #ffffff;padding:10px 20px;font-size:13px;margin:0 auto;display:none;}
.trade_index .index_02 .index_02_bottom ._bottom_box:hover ._title ._title_box{margin-bottom:24px;}
.trade_index .index_02 .index_02_bottom ._bottom_box:hover ._title ._more_box{display:block;}
.trade_index .index_02 .index_02_bottom ._bottom_box:hover ._title a{margin-top:60px;}

/*综合性服务方案*/
.zh_sevse_case .L-top-main img,.zh_sevse_case .L-last-main img{width:100%;}
/*L-innder-box strat内部文字盒子*/
.zh_sevse_case .L-inner-box{padding: 4%;width: 28.6%;top:8%;right: 6%;background-color: #fff;}
.zh_sevse_case .L-last-main .L-inner-down-box{top:18%;left:6%;}
.zh_sevse_case .L-h3-prom-font{font-weight:normal;font-size:36px;color:#333;}
.zh_sevse_case .L-h3-prom-font:after{position:absolute;content:"";width:13%;height:3px;background-color: #0c55a4;bottom:0;left:0;}
.zh_sevse_case .L-inner-box .inner-text {font-size:14px;margin-top: 4%;color:#3e3a39;}
/*L-innder-box end 内部文字盒子*/
.zh_sevse_case.L-mid-main .L-h2-fontsiz{font-size:36px;color:#221815;text-align: center;margin-top: 2%;margin-bottom:1%;}
.zh_sevse_case .L-mid-main .L-span-fontsiz{display:block;font-size:16px;color:#595757;text-align: center;margin-bottom:3%;}

.zh_sevse_case .L-prom-lis .upper-layer{height:100%;top:0;left:0;right:0;bottom:0;z-index:1;}
.zh_sevse_case .upper-layer{padding:15%;}
.zh_sevse_case .upper-layer .L-h3-prom-font{font-size:36px;color:#fff;height: 16%;}
.zh_sevse_case .L-prom-lis .L-h3-prom-font:after{position:absolute;content:"";width:7%;height:2px;background-color: #fff;bottom:0;left:0;}
.zh_sevse_case .upper-layer .inner-text {font-size:14px;color:#fff;margin-top:6%;}
.zh_sevse_case .upper-layer .L-small-h3{font-size:14px;}
.zh_sevse_case .upper-layer .inner-small-text{font-size:12px;}
.zh_sevse_case .top4{margin-top:4%;}
/*触发后样式 可删除*/
.zh_sevse_case .upper-layer{display:none;}
/*触发前 覆盖层样式 s*/
.zh_sevse_case .bottom-upper-layer{width: 90%;background-color:#1a5f9b;bottom:0;left:0;padding:5%;}
.zh_sevse_case .bottom-upper-layer .bottom-upper-layer-span{font-size:14px;color:#fff;font-weight:normal;}
.zh_sevse_case .bottom-upper-layer .bottom-upper-layer-em{margin-left:17%;}
.zh_sevse_case .bottom-upper-layer .bottom-upper-layer-i{font-size: 16px;color:#fff;}
 /*transition 控制透明度效果 s*/
.zh_sevse_case .bottom-upper-layer-mouseenter{
	opacity:0;
	transition: opacity 2s;
	-moz-transition: opacity 2s; /* Firefox 4 */
	-webkit-transition: opacity 2s; /* Safari 和 Chrome */
	-o-transition: opacity 2s; /* Opera */
}

/*2016-09-18  im*/
.log_main_r .log_about ._about_box_top ._about_banner{height:50px;padding-bottom:44%;overflow:hidden;position:relative;}
.footer .footer_r_box .friend_link ._link_box{position:absolute;bottom:34px;width:100%;background:#ffffff;display:none;min-height: 20px;}
.pic_box {position:relative;min-height: 30px;}
.rencai_zl ._zl_bd ._bd_r{width:62%;min-height: 50px;}
.rencai_zp_bd ._bd_r ._bd_r_pic{position:relative;width:100%;height:0;padding-bottom:135%;overflow:hidden;}
.sever_hanshen .part03 .part03_r{width:50%;height:0;padding-bottom:34%;overflow:hidden;min-height: 50px;}
#map-36985 img{max-width:none;}
.rencai_zp_hd ._hd_l_box ._pic{width:100%;height:0;padding-bottom:42%;overflow:hidden;}

/* newsdetail-2 start*/
.widget-newsdetail-2 ._head { border-bottom: 1px dotted #cccccc; }
.widget-newsdetail-2 ._head ._title { font-size: 18px; line-height: 1.4; 
color: ;font-weight:bold;}
.widget-newsdetail-2 ._tools { padding: 10px 0; color: #999999;}
.widget-newsdetail-2 .ion { font-size: 16px; font-weight: normal;}
.widget-newsdetail-2 ._tools ._tool{margin:0 4px;display: inline-block; vertical-align: middle;}
.widget-newsdetail-2 ._tools ._tool:hover{color:;}
.widget-newsdetail-2 ._tools ._b2l .ion { color: #0e90d2;}
.widget-newsdetail-2 .myart { padding: 20px 0;}
.widget-newsdetail-2 ._detailPage_bottom {border-top: 1px solid #cccccc;}
.widget-newsdetail-2 ._detailPage_bottom li {line-height: 30px; overflow: hidden; 
height: 30px;  padding: 0 10px; border-bottom: 1px solid #cccccc; }
.widget-newsdetail-2 ._detailPage_bottom ._mark {font-weight: bold; float: left; margin-right: 10px; }
.widget-newsdetail-2 ._detailPage_bottom ._title {font-size: 14px;  float: left; 
  width: 68%;}
.widget-newsdetail-2 ._detailPage_bottom ._title:hover { color: #0e90d2;}
.widget-newsdetail-2 ._detailPage_bottom ._time { float: right;}
.widget-newsdetail-2 .bdsharebuttonbox .bds_more { float: none; padding-left: 2px;
  background: none; }
@media only screen and (max-width: 480px) { 
  .widget-newsdetail-2 ._head ._title { font-size: 14px; line-height: 20px;}
  .widget-newsdetail-2 ._detailPage_bottom ._title{width: 50%;}
}
/*站内搜索*/
.content-37067 .Tit2,.content-37067 .Tit2 a{height:56px;font:bold 24px/56px 'microsoft yahei';color:#333;}.Tit2 a:hover{color:#333;}
.content-37067 .sear{padding:25px 0 25px 10px;background:#eee;}
.content-37067 .sear .t{font-size:15px;font-weight:bold;line-height:2.4;}
.content-37067 .serv_select li{float:left;width:36px;border:1px solid #ccc;background:#fff;padding:0 5px;margin-right:5px;cursor:pointer;}
.content-37067 .rect{display:inline-block;width:2px;height:3px;overflow:hidden;border-left:2px solid #fff;border-bottom:2px solid #fff;margin-top:9px;}
.content-37067 .on .rect{border-color:#e60013;}
.content-37067 .sear_f{border:1px solid #ccc;background-color:#fff;height:28px;}
.content-37067 .result{border-top:1px solid #ddd;padding:10px 10px 0;margin-top:20px;}
.content-37067 .sear_result li{margin-bottom:10px;margin-top: 20px;}
.content-37067 .sear_result a{color:#333;}
.content-37067 .sear_result a:hover{text-decoration:underline;}
.content-37067 .sear_result .el{font-size:14px;_width:100%;}
.content-37067 .sear_result .p{padding:10px 20px;border-top:1px solid #ddd;margin-top:10px;}
.content-37067 .sear_result .type{color:#000;display:inline-block;padding:0 1em;border-right:1px solid #ddd;margin-right:1em;font-weight: bold;}
.content-37067 .dib{-moz-inline-stack:inline-block;display:inline-block;*display:inline;*zoom:1; vertical-align:middle; padding:0 3px;}
.content-37067 .sear_filt label span{vertical-align: -2px;}
.content-37067 .submit{background-color: #fff;width: 60px;cursor: pointer;border: 1px solid #ccc;height: 30px!important;vertical-align: -1px;}
.content-37067 .sear_f .inp{height: 28px;line-height: 28px;padding: 0 0 0 5px;}
.content-37067 .content-37067-flag{background: transparent;}
.content-37067 .dib { padding:0; }
.content-37067 .sear_f .inp { line-height:28px; border:none; }


/*2016-09-23*/
.zt_list li ._img img{width:100%;}
.news_channel .p2_slide{height:420px;}
.widget-nav li .nav_layer08 *{min-height:10px;}


/*咨询表单*/
.contant_tab .contant_tab_text{font-size:14px;color:#4f4f4f;margin-bottom:36px;}
.contant_tab .contant_tab_main{width:100%;margin-bottom:48px;}
.contant_tab ._tab_main_box{border:1px solid #e6e6e6;padding:30px 18px;}
.contant_tab ._tab_main_box ._tab_list{margin-bottom:20px;}
.contant_tab ._tab_main_box ._box_title{font-size:14px;color:#333333;padding: 0 0 10px;}
.contant_tab ._tab_main_box ._box_title em{vertical-align:middle;margin-right:4px;}
.contant_tab ._tab_main_box ._list_inp ._box_select,.contant_tab ._tab_main_box ._list_inp ._box_inp{width:100%;border-radius:0px;border:1px solid #e6e6e6;height:30px;line-height:30px;text-indent:14px;}
.contant_tab ._tab_main_box ._list_inp ._box_text{width:100%;border:1px solid #e6e6e6;height:230px;resize:none;}
.contant_tab ._tab_btn{width:100%;text-align:center;}
.contant_tab ._tab_btn ._btn{width:16%;height:45px;text-align:center;line-height:45px;display:inline-block;*display:inline;*zoom: 1;font-size:14px;color:#ffffff;margin:0px 4px;}
.contant_tab ._tab_btn ._btn._btn_tj{background-color:#ff6d12;}
.contant_tab ._tab_btn ._btn._btn_cz{background-color:#576b7c;}

.contant_tab ._tab_main_box ._list_inp .select-ui-choose-sel1 ._arrow{border-left:1px solid #e6e6e6;width:39px;text-align:center;}
.contant_tab ._tab_main_box .select-ui-choose-sel1 ._arrow .arr{border-color:#e6e6e6 transparent transparent;left:50%;margin-left:-.4em;border-style:solid;border-width:.4em;margin-top:-.2em;}
body .select-ui-options-sel1{background:#ffffff;border:1px solid #e6e6e6;box-sizing:border-box;border-top:0px;}
body .select-ui-options-sel1 li{padding: 8px 23px 10px 14px;}
body .select-ui-options-sel1 li:hover{background: #e6e6e6;}

/*关于-发展历程鼠标滑过效果*/
.widget-history-4 .tab_c .panel:hover ._boll_ico{background-image:url(../img/event07.png);}
.widget-history-4 .tab_c .panel:hover ._title,.widget-history-4 .tab_c .panel:hover p{color:#f08200}
.widget-history-4 .tab_c .panel:hover ._list_pic{border-color:#f08200;}
/*简历投递*/
.Form-J1 { padding-bottom:40px;}
.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; font-size:13px;}
.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; }
.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; height:30px; }
.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:16%;height:45px;text-align:center;line-height:45px;display:inline-block;*display:inline;*zoom: 1;font-size:14px;color:#ffffff;margin:0px 4px;  }
.Form-J1 .Form-J1-Btn ._submit { background-color:#ff6d12; margin-right: 10px; color:#fff;}
.Form-J1 .Form-J1-Btn ._reset { background-color:#576b7c; }

/*动画超出隐藏*/
.abt_about .part02,.abt_zeren ._zeren_part1,.log_main_r .index_01_main,.trade_index .index_02 .index_02_top,.trade_index .index_02 .index_02_bottom,.log_main_r .index_02_main .index_02_bottom,.sever_hanshen .part02 .part03_box,.news_channel .part03 .video_list,.xc_index_hd ._index_hd_box,.rencai_zp_bd ._zl_bd,.rencai_zp_bd ._hxln_bd{overflow:hidden;}

/*新闻视频*/
.news_channel .news_video_list {padding-top:0px;}
.news_channel .news_video_list .video_list li{margin-bottom:20px;}
.news_channel .news_video_list .xc_t_wrap{text-align:left;}

/*相册弹窗关闭按钮颜色*/
body .album_ordinary .album_close{background:#0c55a4}

/*2016-09-29*/
.i_news_box .i_news_l .l_news_title_2{margin-top:6px;line-height:22px;}

.widget-job-2{margin-top:-10px;}
.widget-job-2 ._jt{margin-top:10px;}
.widget-newsdetail-2 .myart{padding-bottom:50px;}

.zh_sevse_case .L-top-main{margin-bottom:40px;}

/*2016-09-30*/
.rencai_zl ._zl_bd ._bd_r ._bd_r_img{height:0;padding-bottom:37%;height:0;overflow:hidden;}

/*进出口-服务体系*/
.trade_service_sys .main_top{margin-bottom:65px;}
.trade_service_sys .main_top ._top_box ._box_img img{width:100%;}
.trade_service_sys .main_top ._top_box ._box_main{padding:50px 34px 86px;background:#f2f2f2;}
.trade_service_sys .main_top ._top_box ._box_main ._title{font-size:25px;color:#221815;margin-bottom:14px;}
.trade_service_sys .main_top ._top_box ._box_main ._text{font-size:14px;color:#595757;line-height:30px;}
.trade_service_sys .main_top ._top_box ._box_main._box_main02{background:#f0f0f0;}
.trade_service_sys .main_top ._top_box:hover ._box_main{background:#fc7f21;}
.trade_service_sys .main_top ._top_box:hover ._box_main ._title{color:#ffffff;}
.trade_service_sys .main_top ._top_box:hover ._box_main ._text{color:#ffffff;}

/*汉盛服务*/
.sever_hanshen{padding-bottom:0px;}
.sever_hanshen .part04{background:#f6f5f9;padding:55px;}
.sever_hanshen .part04 .part04_r{width:50%;}
.sever_hanshen .part04 .part04_l{width:44%;}
.sever_hanshen .part04 .part04_l ._l_box{padding-top:40px;}
.sever_hanshen .part04 .part04_l ._title{font-size:30px;color:#555555;margin-bottom:10px;}
.sever_hanshen .part04 .part04_l ._text{font-size:14px;color:#727171;line-height:27px;}

/*2016-10-11*/
.sever_hanshen .part04{display:none;}

.invest_plates .zt_list ._txt  .rec{padding:0;font-size:13px;}

.footer .footer_c_box ._call a{cursor:pointer;}

/*底部二维码*/
.footer .foot_tools .foot_ewm{position:relative;margin: 6px 6px 6px 0;display:inline-block;*display:inline;*zoom: 1;}
.footer .foot_tools .foot_ewm #ewm_box{position:absolute;top:-300%;left:-34px;width:100px;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;display:none;padding-bottom:12px;height:100px;}
.footer .foot_tools .foot_ewm.cur #ewm_box{display:block;opacity:1;}



.i_news_box .i_news_l:hover ._l_news_time{background:rgba(251,149,40,.8);}
.i_news_box .i_news_l:hover .l_news_title{color:#fb9528;}

.xc_index_hd ._cn_title{padding-top:4px;}


/*2016-10-12*/
.zh_sevse_case .sever_main{width:100%;background:url(../img/zh_sever_bj.jpg) no-repeat center;height:493px;position:relative;}
.zh_sevse_case .sever_main li{width:145px;text-align:center;position:absolute;}
.zh_sevse_case .sever_main ._box_title{font-size:16px;color:#ffffff;margin-bottom:25px;}
.zh_sevse_case .sever_main ._box_img{width:100%;border-radius:50%;overflow:hidden;z-index:5;}
.zh_sevse_case .sever_main ._box_img img{width:100%;border-radius:50%;}
.zh_sevse_case .sever_main .sever_box{position:relative;}
.zh_sevse_case .sever_main .sever_box:before{content:"";width:2px;height:30px;display:block;position:absolute;bottom:-30px;left:50%;margin-left:-1px;z-index:1;background:#ffffff}

.zh_sevse_case .sever_main li.sever1{top:70px;left:150px;-webkit-animation-delay: .8s; animation-delay: .8s;}
.zh_sevse_case .sever_main li.sever2{top:26px;left:433px;-webkit-animation-delay: 1s; animation-delay: 1s;}
.zh_sevse_case .sever_main li.sever3{bottom:53px;left:255px;-webkit-animation-delay: 1.2s; animation-delay: 1.2s;}
.zh_sevse_case .sever_main li.sever4{bottom:80px;right:100px;-webkit-animation-delay: 1.4s; animation-delay: 1.4s;}
.zh_sevse_case .sever_main ._border_box{position:relative;width:107px;margin:0 auto;}

@keyframes warn {  
    0% {  
        transform: scale(1);  
        opacity: 0;  
    }  
    25% {  
        transform: scale(1.1);  
        opacity: 0.2;  
    }  
    50% {  
        transform: scale(1.2);  
        opacity: 0.4;  
    }  
    75% {  
        transform: scale(1.25);  
        opacity: 0.2;  
    }  
    100% {  
        transform: scale(1.3);  
        opacity: 0;  
    }  
}  
@-webkit-keyframes "warn" {  
    0% {  
        transform: scale(1);  
        opacity: 0;  
    }  
    25% {  
        transform: scale(1.1);  
        opacity: 0.2;  
    }  
    50% {  
        transform: scale(1.2);  
        opacity: 0.4;  
    }  
    75% {  
        transform: scale(1.25);  
        opacity: 0.2;  
    }  
    100% {  
        transform: scale(1.3);  
        opacity: 0;  
    }  
}  

.zh_sevse_case .sever_main .pulse {  
    position: absolute;  
    width:110px;   
    height:110px;  
    left:50%;  
    top:50%;  
    margin-top:-55px;
    margin-left:-55px;
    border:2px solid #fff;    
    border-radius:50%;  
    z-index: 1;  
    opacity:0;  
    -webkit-animation: warn 2s linear 2s infinite;  
    -moz-animation: warn 2s linear 2s infinite;  
    animation: warn 2s linear 2s infinite; 
}  
.zh_sevse_case .sever_main .pulse01{  
    position: absolute;  
    width:118px;   
    height:118px;  
    left:50%;  
    top:50%;  
    margin-top:-59px;
    margin-left:-59px;
    border:2px solid #fff;    
    border-radius:50%;  
    z-index: 1;  
    opacity:0;  
    -webkit-animation: warn 2s linear 2.5s infinite;  
    -moz-animation: warn 2s linear 2.5s infinite;  
    animation: warn 2s linear 2.5s infinite; 
} 
.zh_sevse_case .sever_main .pulse02{  
    position: absolute;  
    width:120px;   
    height:120px;  
    left:50%;  
    top:50%;  
    margin-top:-60px;
    margin-left:-60px;
    border:2px solid #fff;    
    border-radius:50%;  
    z-index: 1;  
    opacity:0;  
    -webkit-animation: warn 2s linear 3s infinite;  
    -moz-animation: warn 2s linear 3s infinite;  
    animation: warn 2s linear 3s infinite;  
}  


.xc_bread .xc_bread_box .ico{display:block;}

/*综合-领域介绍*/
.log_main_r .lyjs .lyjs_l{width:43%;}
.log_main_r .lyjs .lyjs_r{width:55%;}

/*2016-10-19*/
.i_news_box .i_news_l .l_news_title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:22px;height:22px;}

/*2016-11-18*/
.news_channel .part02 .p2_cell:hover .down{background-color:#f15528\9;}
.zt_list li:hover ._txt{background-color:#f15528\9;}
.contant_way .contant_way_main01 ._main01_r ._r_box_02 ._r_box_02_l{width:36%;}

/*20161119业务概况编辑框*/
.xc_main .datalistfw td{padding: 10px 15px;border:none;}