/*
* name:Global && Pc StyleSheet
* version:v3.3.1
* update:雪碧图对齐
* date:2016-04-30
*/

/*引入特殊字体*/
@import url(./font.css);

/* 雪碧图 */
/* 对齐方案引用(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;}
/* 常量设置 */
.wrap { width:1200px; margin-right:auto; margin-left:auto;}
.mwrap { max-width:1366px; margin-right:auto; margin-left:auto;}
/*对ie8设置最小宽度，防止页面错乱*/
/*for ie8*/
body{min-width:1240px\9; overflow-x:auto;}
/*for ie9+*/
@media all and (min-width:0){
	body{min-width:0; overflow-x:hidden;}
}
body{font-size:14px; line-height:1.6; color:#555; background:#fff;}
a{color:inherit;}
a:hover { color:#3cabff;}
::-moz-selection {color:#fff; background:#e60012; }
::selection {color:#fff; background:#e60012; }
::-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) }

/* 网站样式 */
/*头部*/
.head_posi { position:fixed; width:100%; top:0; left:0;z-index:20;background:#fff;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.head .logo { margin-top:17px; -webkit-transition: all 0.8s ease;transition: all 0.8s ease;width: 20%;}
.head .tools { margin-left:70px; padding-top:20px; -webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.head .tool { margin-left:1px; }
.head .tool:hover { opacity:.8; }
.head .tool > a { display:block; height:42px; line-height:42px; font-size:14px; color:#fff; text-align:center; width:42px;}
.head .tool.tool1 { background-color:#00a7ea; }
.head .tool.tool2 { background-color:#66bcfe; }
.head .tool.tool3 { background-color:#9ed5ff; }
.head .tool.tool3 > a { background:url(../img/head01.png) center center no-repeat; }

.head .tool > a.mobile_key:hover { color:#3cabff; }
.head .tool > a.mobile_key{ display:none; font-size:30px; color:#da251d; }
.head .tool > a.mobile_key .ion { margin:0; display:block;}

.inav { font-size:0; }
.inav .nav_li { display:inline-block; position:relative; }
.inav .nav_li > a { display:block; padding:0 36px; height:80px; line-height:80px; font-size:16px; color:#000; }
.inav .nav_li > a:hover{color:#3cabff;}
.inav .sec_ul { position:absolute; top:100%; left:0; width:100%; height:0; overflow:hidden; z-index:21; transition:all ease .5s; -webkit-transition:all ease .5s; }
.inav .sec_ul:before,.inav .sec_ul:after { content:''; display:block; height:35px; }
.inav .nav_li:hover .sec_ul { background-color:#003062; }
.inav .sec_nav_li > a { display:block; position:relative; height:30px; line-height:30px; font-size:14px; color:#fff; color:rgba(255,255,255,.6);text-align:center;}
.inav .nav_li:hover .sec_nav_li > a { color:#fff; }
.inav .nav_li:hover .sec_nav_li:hover{background:#002750;}

.head_drop_con { position:absolute; top:100%; left:0; z-index:20; width:100%; height:0; overflow:hidden; color:#fff; background-color:#084675; background-image:url(../img/nav_bg.png); background-position:center top; background-repeat:no-repeat; transition:all ease .5s; -webkit-transition:all ease .5s; }
.head_posi.show_drop_list .inav .sec_ul,
	.head_posi.show_drop_list .head_drop_con { height:280px; }
.head_drop_con .tit { margin-bottom:5px; padding-top:65px; font-size:30px; }
.head_drop_con .desc { width:24%;line-height:26px; }

.head_posi .sear_inp{ background:url(../img/h_ser_t.png) 10px center no-repeat #fff;font-size: 16px;color: #3cabff;height: 45px;line-height: 45px;vertical-align: top;box-sizing: border-box;padding-left: 45px;width:91%; border:none;}
.head_posi .submit{border-radius: 0;background-color: transparent;color: #fff;font-size: 18px; font-weight: bold;line-height: 45px;height: 45px;vertical-align: top;padding: 0;margin: 0;width: 60px;text-align: center; border:none; cursor:pointer;}

.search_box { display:none; position:absolute; top:100%; left:0; z-index:22; width:100%;  }
.search_box_con { padding:12px 0; background-color:#3cabff; }

.head_posi.offtop{box-shadow: 0 0 10px #555;}
.head_posi.offtop .head .logo { margin-top:12px;width:13%; }
.head_posi.offtop .inav .nav_li > a { height:60px; line-height:60px; }
.head_posi.offtop .head .tools { padding-top:9px; }

/*页脚*/
.footer { padding:25px 0 45px; font-size:14px; background-color:#353535; }
.footer, .footer a { color:#999; }
.footer a { display:inline-block; }
.footer a:hover { opacity:.8; }
.footer .qrcode_box { position:relative; padding:25px 0 5px 2.333333%; }
.footer .qrcode_box:before { content:''; display:block; position:absolute; top:0; left:0; width:1px; height:100%; background-color:#525252; background-color:rgba(196,196,196,.2); }
.footer .qrcode_box .img_wrap { display:inline-block; margin-bottom:5px; width:82px; }
.footer .qrcode_box .img_con { height:0; padding-bottom:100%; overflow:hidden; }
.footer .addr_box { margin-right:2.333333%; padding-top:20px; }
.footer .addr_box .addr { position:relative; margin-bottom:15px; padding-left:45px; }
.footer .addr_box .addr:before { content:''; display:block; position:absolute; top:3px; left:0; width:38px; height:38px; background:url(../img/foot01.png) 0 0 no-repeat; }
.footer .addr_box .addr.addr2:before { background-position:-38px 0; }
.footer .addr_box .addr:hover{opacity:0.8;}
.footer .addr_box .tit { color:#ccc; }
.footer .sitemap_top { margin-bottom:26px; padding-top:40px; }
.footer .st_links { margin-right:55px; }
.footer .st_link { display:inline-block; margin-right:26px; height:38px; line-height:38px; }
.footer .st_link > a { color:#ccc; }
.footer .st_group_list { position:relative; background-color:#4e4e4e; }
.footer .st_group_tag { display:block; position:relative; padding-left:22px; width:184px; height:38px; line-height:38px; color:#ccc; }
.footer .st_group_tag:after { content:''; display:block; position:absolute; top:50%; right:21px; margin-top:-4px; width:15px; height:8px; background:url(../img/foot02.png) 0 0 no-repeat; }
.footer .st_group_list .st_group_ul { display:none; position:absolute; left:0; bottom:100%; padding-top:15px; width:100%; background-color:#4e4e4e; }
.footer .st_group_list.show .st_group_ul { display:block; }
.footer .st_group_list a { display:block; padding:0 25px; font-size:13px; line-height:30px; color:#ccc; }

/*综合页banner*/
.center_banner{width:100%;padding:10.4% 0;background-repeat:no-repeat;background-position: center;text-align:center;color:#fff;background-size:cover;}
.center_banner .en_title{font-size:60px;line-height:60px;font-family:hero_light;font-weight:normal;display:none;}
.center_banner .cn_title{font-size:40px;font-weight:normal;}

/*综合页栏目标题样式*/
.center_title{font-size:30px;color:#221815;font-weight:normal;margin-bottom:18px;}
.center_title:hover{color:#3cabff;}

/*公用样式*/
.transition03{-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.transition05{-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.transition06{-webkit-transition: all 0.6s ease;transition: all 0.6s ease;}
.transition08{-webkit-transition: all 0.8s ease;transition: all 0.8s ease;}
.transition10{-webkit-transition: all 1s ease;transition: all 1s ease;}
.rect-40{padding-bottom:40%;}
.rect-46{padding-bottom:46%;}
.rect-483{padding-bottom:48.3%;}
.rect-150{padding-bottom:150%;}
.rect-70{padding-bottom:70%;}
.rect-65{padding-bottom:65%;}

/*下层通用*/
.channel_content { min-height:300px; padding:50px 0 50px;}
/*通用banner1*/
.cbanner1 { position:relative; height:316px; overflow:hidden; }
.cbanner1 img { position:absolute; top:0; left:50%; margin-left:-960px; width:1920px; max-width:none; }
.cbanner1 .wrap { position:relative; height:100%; color:#fff; }
.cbanner1 .tit { position:absolute; left:0; bottom:65px; font-size:46px; /*text-shadow:3px 3px 3px #aaa; */}
/*for ie8 */
.cbanner1 .tit { color:#aaa\9; }
/*for ie9*/
@media all and (min-width:0) {
	.cbanner1 .tit { color:#aaa\9\0; }
}
/*for ie10-11*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/*for ie11*/
	.cbanner1 .tit { color:#fff; }
	/*for ie10*/
	.cbanner1 .tit { color:#fff\9; }
}

/*延时*/
.delay1{transition-delay: 0.1s;-moz-transition-delay: 0.1s; -webkit-transition-delay: 0.1s; -o-transition-delay: 0.1s; }
.delay2{transition-delay: 0.2s;-moz-transition-delay: 0.2s; -webkit-transition-delay: 0.2s; -o-transition-delay: 0.2s; }
.delay3{transition-delay: 0.3s;-moz-transition-delay: 0.3s; -webkit-transition-delay: 0.3s; -o-transition-delay: 0.3s; }
.delay4{transition-delay: 0.4s;-moz-transition-delay: 0.4s; -webkit-transition-delay: 0.4s; -o-transition-delay: 0.4s; }
.delay5{transition-delay: 0.5s;-moz-transition-delay: 0.5s; -webkit-transition-delay: 0.5s; -o-transition-delay: 0.5s; }
.delay6{transition-delay: 0.6s;-moz-transition-delay: 0.6s; -webkit-transition-delay: 0.6s; -o-transition-delay: 0.6s; }
.delay7{transition-delay: 0.7s;-moz-transition-delay: 0.7s; -webkit-transition-delay: 0.7s; -o-transition-delay: 0.7s; }
.delay8{transition-delay: 0.8s;-moz-transition-delay: 0.8s; -webkit-transition-delay: 0.8s; -o-transition-delay: 0.8s; }
.delay9{transition-delay: 0.9s;-moz-transition-delay: 0.9s; -webkit-transition-delay: 0.9s; -o-transition-delay: 0.9s; }
.delay10{transition-delay: 1s;-moz-transition-delay: 1s; -webkit-transition-delay: 1s; -o-transition-delay: 1s; }
.delay11{transition-delay: 1.1s;-moz-transition-delay: 1.1s; -webkit-transition-delay: 1.1s; -o-transition-delay: 1.1s; }
.delay12{transition-delay: 1.2s;-moz-transition-delay: 1.2s; -webkit-transition-delay: 1.2s; -o-transition-delay: 1.2s; }
.delay13{transition-delay: 1.3s;-moz-transition-delay: 1.3s; -webkit-transition-delay: 1.3s; -o-transition-delay: 1.3s; }
.delay14{transition-delay: 1.4s;-moz-transition-delay: 1.4s; -webkit-transition-delay: 1.4s; -o-transition-delay: 1.4s; }
.delay15{transition-delay: 1.5s;-moz-transition-delay: 1.5s; -webkit-transition-delay: 1.5s; -o-transition-delay: 1.5s; }
.delay16{transition-delay: 1.6s;-moz-transition-delay: 1.6s; -webkit-transition-delay: 1.6s; -o-transition-delay: 1.6s; }
.delay17{transition-delay: 1.7s;-moz-transition-delay: 1.7s; -webkit-transition-delay: 1.7s; -o-transition-delay: 1.7s; }
.delay18{transition-delay: 1.8s;-moz-transition-delay: 1.8s; -webkit-transition-delay: 1.8s; -o-transition-delay: 1.8s; }


/*旋转动画*/
@keyframes l_move { 0% {transform: rotate(0deg);}  100% {  transform: rotate(360deg);}}  
@-webkit-keyframes "l_move" {0% {transform: rotate(0deg);}100% { transform: rotate(360deg);}}


/*面包屑*/
.breadcrumbs { line-height:50px; font-size:13px; color:#999; text-align:right; }
.breadcrumbs em { margin-left:2px; margin-right:2px; }

/*副导航*/
.subnavs > .mwrap { position:relative; z-index:10; }
.subnavs .subnavbox { position:absolute; top:0; left:0; width:75px;}
.subnavs .subnavbox .navbtn { height:50px; line-height:50px; text-align:center; background-color:#084675; cursor:pointer; }
.subnavs .subnavbox .navbtn .ion { font-size:20px; color:#fff; }
.subnavs .subnavlist { display:none; position:absolute; top:100%; left:0; width:225px; background-color:#084675; }
.subnavs .subnavlist:before { content:''; display:block; height:20px; }
.subnavs .subnavlist:after { content:''; display:block; height:30px; }
.subnavs .subnavlist .link { display:block; margin-bottom:2px; padding:0 20px; height:40px; line-height:40px; font-size:16px; color:#fff; background-color:#084675; }
.subnavs .subnavlist .link.cur,.subnavs .subnavlist .link:hover { background-color:#3cabff; }
.subnavs .thirdnavbox { position:absolute; top:0; left:75px; font-size:0; }
.subnavs .thirdnavbox .link { display:inline-block; margin-right:1px; padding:0 40px; height:50px; line-height:50px; font-size:18px; color:#221815; background-color:#cbcbcb; }
.subnavs .thirdnavbox .link.cur,.subnavs .thirdnavbox .link:hover { color:#fff; background-color:#3cabff; }

/*通用栏目标题*/
/*used 首页*/
.uni_column_tit { font-size:30px; }

/*通用区块标题*/
/*used 首页*/
.uni_prt_tit { padding:40px 0 45px; text-align:center; }
.uni_prt_tit .hd { margin-bottom:15px; font-size:36px; color:#00a1f1; }
.uni_prt_tit .bd { margin:0 auto; max-width:710px; font-size:16px; color:#414141; }

/*通用按钮*/
.uni_btn { display:block; position:relative; overflow:hidden; }
.uni_btn .btn_con { display:inline-block; position:relative; z-index:2; }
.uni_btn:after { content:''; display:block; position:absolute; top:100%; left:0; width:100%; height:100%; background-color:#3cabff; transition:all ease .3s; -webkit-transition:all ease .3s; }
.uni_btn:hover:after{ top:0; }

/*通用按钮t1*/
.uni_btn1 { width:115px; height:34px; line-height:34px; font-size:14px; color:#3cabff; text-align:center; border:#3cabff 1px solid; }
.uni_btn1:hover { color:#fff; }
.uni_btn1 .btn_con { padding-right:31px; }
.uni_btn1 .btn_con:after { content:''; display:block; position:absolute; top:50%; right:0; margin-top:-12px; width:21px; height:21px; background:url(../img/about03.png) 0 0 no-repeat; }
.uni_btn1:hover .btn_con:after { background-position:0 -21px; }

/*通用链接t1*/
/*used 关于-产业结构*/
.uni_link1 { display:block; position:relative; float:left; margin-right:1%; margin-bottom:27px; width:32%; font-size:18px; color:#545454;/*cursor:default;*/}
.uni_link1 .link_con { display:block; padding-left:45px; height:32px; line-height:32px; }
.uni_link1:hover { color:#3cabff; }
.uni_link1:after { content:''; display:block; position:absolute; top:0; left:0; width:33px; height:32px; background:url(../img/uni_arrow1.png) 0 0 no-repeat; }
.uni_link1:hover:after { background-position:0 -32px; }

/*通用箭头t1*/
.uni_arrow1 { width:33px; height:32px; background:url(../img/uni_arrow1.png) 0 0 no-repeat; }
.uni_arrow1_zoom:hover .uni_arrow1 { background-position:0 -32px; }

/*通用按钮-载入中*/
/*used about_activity、about_honor、about_social、about_down、about_notice、新闻-列表*/
.uni_btn_more_wrap { margin:20px auto; }
.uni_btn_more { position:relative; margin:4px auto; width:248px; height:38px; line-height:38px; font-size:14px; color:#333; text-align:center; border:#dbdbdb 1px solid; cursor:pointer; }
.uni_btn_more:hover { color:#fff; border-color:#e23d1d; }
.uni_btn_more:after { background-color:#e23d1d; }
.uni_loading { display:none; margin:0 auto; width:48px; height:48px; background:url(../img/loading.png) center center no-repeat; animation:rotating 3s linear infinite; -webkit-animation:rotating 3s linear infinite; }
.uni_btn_more_wrap.loading .uni_loading { display:block; }
.uni_btn_more_wrap.loading .uni_btn_more { display:none; }
.uni_btn_more_wrap.nomore .uni_btn_more { border-color:transparent; cursor:default; }
.uni_btn_more_wrap.nomore .uni_btn_more:before { content:'没有更多内容了'; display:block; position:absolute; width:100%; height:100%; top:0; left:0; background-color:#fff; z-index:3; color:#333; }
.uni_btn_more_wrap.nomore .uni_btn_more:after { display:none; }
.uni_btn_more_wrap.nomore .uni_btn_more .btn_con{display:none;}

@keyframes rotating {
	0% {
		transform:rotate(0);
		-webkit-transform:rotate(0);
	}
	25% {
		transform:rotate(-90deg);
		-webkit-transform:rotate(-90deg);
	}
	50% {
		transform:rotate(-180deg);
		-webkit-transform:rotate(-180deg);
	}
	75% {
		transform:rotate(-270deg);
		-webkit-transform:rotate(-270deg);
	}
	100% {
		transform:rotate(-360deg);
		-webkit-transform:rotate(-360deg);
	}
}
@-webkit-keyframes rotating {
	0% {
		transform:rotate(0);
		-webkit-transform:rotate(0);
	}
	25% {
		transform:rotate(-90deg);
		-webkit-transform:rotate(-90deg);
	}
	50% {
		transform:rotate(-180deg);
		-webkit-transform:rotate(-180deg);
	}
	75% {
		transform:rotate(-270deg);
		-webkit-transform:rotate(-270deg);
	}
	100% {
		transform:rotate(-360deg);
		-webkit-transform:rotate(-360deg);
	}
}

/*通用相册样式*/
/*used 关于-荣誉资质*/
.album_wrap .album_ordinary .album_close { background:#e23d1d; }

/*通用产品列表1*/
/*used 关于-员工活动*/
.uni_pro_list1 .list_con { width:101.25%; }
.uni_pro_list1 .pro_cell { float:left; margin-right:1.25%; margin-bottom:20px; width:32.083333%; }

.uni_pro_list1 .cell_con { position:relative; margin:0 auto; max-width:400px; }
.uni_pro_list1 .img_wrap { position:relative; height:0; padding-bottom:75%; overflow:hidden; }
.uni_pro_list1 .img_wrap img { display:block; position:absolute; top:0; left:0; width:100%; height:100%; }
.uni_pro_list1 .txt_wrap { position:absolute; left:0; bottom:0; width:100%; height:44px; line-height:44px; font-size:14px; color:#fff; text-align:center; background:rgba(0,0,0,.60); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);-webkit-transition: all 0.5s ease;transition: all 0.5s ease; }

.about_activity .part2 .uni_btn_more:before{background-color:#f5f5f5;}
.uni_pro_list1 .pro_cell:hover .txt_wrap{background:#e23d1d;}

/*通用产品列表2*/
/*used about_honor*/
.uni_pro_list2 { overflow:hidden; }
.uni_pro_list2 .pro_cell { margin:0 auto 21.4%; max-width:300px; }
.uni_pro_list2 .cell_con { position:relative; padding-bottom:50px; border:#dadada 1px solid; cursor:pointer; }
.uni_pro_list2 .cell_con:after { content:''; display:block; position:absolute; z-index:1; top:0; left:0; width:100%; height:100%; transition:all ease .3s; -webkit-transition:all ease .3s; }
.uni_pro_list2 .pro_cell.hover .cell_con:after { background:rgba(0,0,0,.90); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e7000000,endcolorstr=#e7000000); }
.uni_pro_list2 .img_wrap { position:relative; height:0; padding-bottom:114%; overflow:hidden; }
.uni_pro_list2 .img_wrap:before, 
	.uni_pro_list2 .img_wrap:after { content:''; display:block; position:absolute; top:50%; left:50%; z-index:2; background-color:#fff; visibility:hidden; opacity:0; transition:all ease .3s; -webkit-transition:all ease .3s; }
.uni_pro_list2 .img_wrap:before { margin-left:-20px; width:40px; height:2px; transform:translateX(60px); -webkit-transform:translateX(60px); }
.uni_pro_list2 .img_wrap:after { margin-top:-20px; width:2px; height:40px; transform:translateY(60px); -webkit-transform:translateY(60px); }
.uni_pro_list2 .pro_cell.hover .img_wrap:before, 
	.uni_pro_list2 .pro_cell.hover .img_wrap:after { visibility:visible; opacity:1; } 
.uni_pro_list2 .pro_cell.hover .img_wrap:before { transform:translateX(0); -webkit-transform:translateX(0); }
.uni_pro_list2 .pro_cell.hover .img_wrap:after { transform:translateY(0); -webkit-transform:translateY(0); }
.uni_pro_list2 .img_wrap img { width:100%; position:absolute; bottom:16px; left:0;}
.uni_pro_list2 .txt_wrap { width:100%; z-index:2; font-size:16px; color:#333; position:relative;}
.uni_pro_list2 .pro_cell.hover .txt_wrap { color:#fff; }
.uni_pro_list2 .txt_wrap .txt { display:block; padding:0 6%; width:88%; text-align:center; }

/*通用标签列表1*/
/*used index*/

/*下层通用 end*/

/*列表时间通用--新闻列表、下载列表、员工活动*/
.list_time{font-size:14px;color:#8d8b8b;padding:0 2% 2% 0;border-right:1px solid #e6e6e6;width:8%;}
.list_time_day{display:block;font-size:50px;color:#3caaff;line-height:50px;font-family:helvetica;}

/* newszh-7 start*/
.news_index_07 .part_hd{margin-bottom: 30px;line-height:40px;}
.news_index_07 .hd_title{font-size:30px; color: #000; font-weight:normal;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.news_index_07 .hd_more{font-size: 12px; color: #787878;}
.news_index_07 .hd_title:hover,.news_index_07 .hd_more:hover{color:#3cabff;}
.news_index_07 .part1{padding:46px 0px 40px;}
.news_index_07 .part1 .part1_bd{height:440px;overflow:hidden;}
.news_index_07 .part1 .text_box{border:1px solid #e4e9e9;padding:24px 20px 40px; display:block;}
.news_index_07 .part1 .tag_box span{ color:#555; background: #ebebeb; margin-right: 10px;width:28%; text-align:center;height:24px; line-height:24px;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.news_index_07 .part1 .tag_box .tag_02{background-color:#669cd2; color:#fff;}
.news_index_07 .part1 .list_title{padding:20px 0px 10px; line-height:30px; font-size: 20px; color: #151515; font-weight:normal; overflow: inherit;white-space: normal;}
.news_index_07 .part1 .list_p{color:#5f5f5f;}
.news_index_07 .part1_arr > [class*="owl-"]{float:left;width:45px; height:45px; background:url(../img/news_index_07_ico.png) no-repeat; margin-top: 20px; font-size:0; cursor:pointer; transition:all ease .3s; -webkit-transition:all ease .3s;}
.news_index_07 .part1_arr > [class*="owl-"].disabled { display:none; }
.news_index_07 .part1_arr .owl-next{float:right;background-position:-45px 0px;}
.news_index_07 .part1_arr .owl-prev:hover{background-position: 0px -45px;}
.news_index_07 .part1_arr .owl-next:hover{background-position:-45px -45px;}
.news_index_07 .part1 .list_box { display:none; margin:0 auto; max-width:400px; }
.news_index_07 .part1 .owl-item .list_box { display:block; }
.news_index_07 .part1 .owl-item .list_box .rect-5625{padding-bottom:58.8%;}
.news_index_07 .part2{padding:60px 0px 66px;background:url(../img/news_center_part2_bj.jpg) no-repeat center;background-size:cover;}
.news_index_07 .part2 .hd_title{color:#fff;}
.news_index_07 .part2 .time_box{display:block;font-size:14px;text-align:center;font-family: Arial;}
.news_index_07 .part2 .time_box strong{font-size:45px;line-height:45px;font-weight:normal;display:block;}
.news_index_07 .part2_l .time_box{background:#cc3423;color:#fff;position:absolute;bottom:0;left:0;padding:2px 8px;}
.news_index_07 .part2 .l_bd_text{padding-top:30px;color:#000;}
.news_index_07 .part2 .l_bd_text a:hover{color:#000;}
.news_index_07 .part2_l .bd_title{font-size:20px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-bottom:10px;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.news_index_07 .part2_l .bd_title:hover{color:#3cabff;}
.news_index_07 .part2_l .bd_p{line-height:24px;}
.news_index_07 .part2_r .r_bd_list{padding:64px 30px;background:url(../img/white_70.png);}
.news_index_07 .part2_r .r_bd_list li{margin-bottom:30px;}
.news_index_07 .part2_r .r_bd_list li:nth-child(3){margin:0;}
.news_index_07 .part2 .list_main{width:80%;margin-left:4%;}
.news_index_07 .part2 .list_title{font-size:18px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-weight:normal;margin-bottom:10px;color:#202020;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.news_index_07 .part2 .list_p{line-height:24px;color:#464646;}
.news_index_07 .part2_r .time_box strong{color:#3caaff;font-family:helvetica;}

.news_index_07 .part3{background:url(../img/news_center_part3_bj.jpg) no-repeat center;padding:40px 0px 130px;background-size:cover;}
.news_index_07 .part3 .text_box{padding:18px 20px;}
.news_index_07 .part3 .bd_title{font-size:30px;color:#040404;font-weight:normal;margin-bottom: 4px;}
.news_index_07 .part3 .bd_p{line-height:24px;}
.news_index_07 .part3 .video_ico{width:64px;height:64px;background:url(../img/news_index_07_ico.png) no-repeat -90px 0px;display:block;position:absolute;top:50%;margin-top:-32px;left:50%;margin-left:-32px;}

.i_video_box .about-video-close{position: absolute;top: 10px;right:1%;width: 30px;height: 30px;background: transparent url(../img/hw1_sprite.png);background-repeat: no-repeat;cursor: pointer;z-index: 10;}
.news_index_07 .part1 .tag_box span:hover{background:#3cabff;color:#fff;}
.news_index_07 .part2_r .r_bd_list li:hover .list_title{color:#3cabff;}

/*新闻列表*/
/*used 新闻列表、关于-员工活动*/
.widget-newslist-10{padding:50px 0px 100px;}
.widget-newslist-10 .uni_btn_more_wrap { margin-top:60px; margin-bottom:0; }
.widget-newslist-10 .list_hd{background-color:#f0f0f0;padding:50px 60px 40px;margin-bottom:26px;}
.widget-newslist-10 .hd_tit{font-size:20px;color:#1e1e1e;font-weight:normal;height:30px;line-height:30px;margin-right:2%;}
.widget-newslist-10 .inp_box{height:32px;line-height:32px;border:1px solid #e0e0e0;padding:0;margin:0;box-sizing:content-box;font-size:13px;color:#999;padding:0 10px;width:18%;margin-right: 2%;}
.widget-newslist-10 .hd_btn{width:20%;border:none;text-align:center;background-color:#084675;font-size:15px;color:#fff;height:32px;line-height:32px;outline:none;cursor:pointer;}

.widget-newslist-10 .list_box{padding:46px 60px 40px;position:relative;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.widget-newslist-10 .list_main{overflow:hidden;}
.widget-newslist-10 .bd_r{width:20%;display:none;}
.widget-newslist-10 .bd_c{width:84%;padding:0 0% 0 5%;}
.widget-newslist-10 .list_title{font-size:20px;color:#202020;font-weight:normal;}
.widget-newslist-10 .list_tool{font-size:12px;color:#c9c9c9;padding:10px 0px;}
.widget-newslist-10 .list_tool .share{cursor:pointer;}
.widget-newslist-10 .list_tool .see_number{display:none;}

.widget-newslist-10 .list_p{font-size:14px;color:#464646;line-height: 26px;height:52px;overflow:hidden;}
.widget-newslist-10 .list_box:after{content: "";width:88%;height:1px;background-color:#e6e6e6;position:absolute;bottom:0;right:0;}
.widget-newslist-10 li:hover .list_box{background-color:#f8f8f8;}
.widget-newslist-10 li:hover .list_box:after{background-color:#f8f8f8;}
.widget-newslist-10 li:hover .list_title a{color:#3caaff;}
.widget-newslist-10 .select-ui-choose ._arrow{width:16%;right:0;background:#e3e3e3;}
.widget-newslist-10 .select-ui-choose ._arrow .arr{left:50%;margin:0 0 0 -0.4em;border-color: #969696 transparent transparent;}
body .select-ui-options li:hover,body .select-ui-options li.hover{background:#3caaff;}
body .select-ui-options-bottom,.widget-newslist-10 .select-ui-choose-bottom.on,.widget-newslist-10 .inp_box{border-radius:0px;}
.widget-newslist-10 .bdshare-button-style1-16 a{padding:0;margin:0;background:none;height:20px;line-height:20px;}


/*新闻详细*/
.widget-newsdetail-8{padding:46px 0px;}
.widget-newsdetail-8 .ion { color:#676767; }
.widget-newsdetail-8 .n_left { width:72%; float:left; }
.widget-newsdetail-8 ._head ._title { font-size:26px; font-weight:normal; color:#000000; margin-bottom:10px;}

.widget-newsdetail-8 ._tools { font-size:0; color:#7e7e7e; margin-bottom:15px;}
.widget-newsdetail-8 ._tools ._tool{ font-size:12px; margin-right:12px; display:inline-block; height:20px; line-height:20px;}
.widget-newsdetail-8 ._tools .ion { font-size:18px; display:inline-block; height:30px; line-height:30px; vertical-align:-2px;}
.widget-newsdetail-8 ._tools b { font-weight:normal; }
.widget-newsdetail-8 ._tools #switcher { margin-left:10px; }
.widget-newsdetail-8 ._tools #switcher ._title{margin-right:5px;font-size:12px;color:#7e7e7e;}
.widget-newsdetail-8 ._tools #switcher .ion { font-size:15px; }
.widget-newsdetail-8 ._tools .bds_more { float:none; background:none; padding:0;}

.widget-newsdetail-8 .myart { line-height:2; min-height:200px; font-size:13px; color:#555555; }
.widget-newsdetail-8 .n_right { width:24%; float:right; padding-top:90px; }
.widget-newsdetail-8 ._tools ._tool{height:36px; line-height:36px;}
.widget-newsdetail-8 ._tools ._back{ color:#676767;display:block;}
.widget-newsdetail-8 ._tools ._back .back_ico{background:url(../img/detail_back.png) no-repeat center;width:36px;height:22px;display:inline-block;margin-right:10px;vertical-align:middle;}
.widget-newsdetail-8 ._tools ._back .ion { font-weight:normal; vertical-align:0; }
.widget-newsdetail-8 ._tools .share,.widget-newsdetail-8 ._tools .print {width:36px;text-align:center; background-color:#084675; border-radius:50%; cursor:pointer;position:relative;}

.widget-newsdetail-8 ._tools .share:after{content:"";width:1px;height:100%;display:block;position:absolute;top:0;right:-20px;background:#cccccc;visibility: visible;}
.widget-newsdetail-8 ._tools .share .ion,.widget-newsdetail-8 ._tools .print .ion { font-size:18px; color:#ffffff; }

.widget-newsdetail-8 ._tools .share .ion { font-size:20px; }

.widget-newsdetail-8 ._detailPage_bottom li strong,.widget-newsdetail-8 ._detailPage_bottom li span,.widget-newsdetail-8 ._detailPage_bottom li a{ display:block;}
.widget-newsdetail-8 ._detailPage_bottom{margin-top:45px; border:#f3f3f3 2px solid; }
.widget-newsdetail-8 ._detailPage_bottom ul{padding: 10px 20px 30px;}
.widget-newsdetail-8 ._detailPage_bottom li ._mark{ padding-bottom:8px; font-size:19px; font-weight:bold; color:#000000; }
.widget-newsdetail-8 ._detailPage_bottom ._date{ height:20px; line-height:20px; margin-bottom:7px; font-family:Arial; font-size:13px; color:#676767; }
.widget-newsdetail-8 ._detailPage_bottom ._date .ico {margin-right:4px;}
.widget-newsdetail-8 ._detailPage_bottom li ._title:hover { color:#5c5c5c; }
.widget-newsdetail-8 ._detailPage_bottom li ._title { font-size:14px; font-weight:normal; color:#7d7d7d; }
.widget-newsdetail-8 ._detailPage_bottom li { padding: 27px 0; }
.widget-newsdetail-8 ._detailPage_bottom li._prev{ border-bottom:1px #ececec solid; }


/*关于综合*/
.about_center_banner .en_title{color:#fff;}
.about_center_banner .cn_title{color:#fff;}
.about_center_part1{text-align:center;padding:60px 0px 80px;}
.about_center_part1 .center_p{color:#737373;display:none;}
.about_center_part2{width:100%;background-color:#f3f3f4;padding:54px 0px;}

.about_center_part2 .center_wrap{width:1237px;background-color:#fff;margin:0 auto 24px;padding:20px 0px;}
.about_center_part2 .text_box{padding:40px 50px 0px 24px;}
.about_center_part2 .part2_box .center_p{color:#737373;margin-bottom:30px;display:none;}
.about_center_part2 .center_wrap:hover{box-shadow: 2px 2px 6px #9e9e9e;transform:translate(-1px,-1px);-ms-transform:translate(-1px,-1px);-webkit-transform:translate(-1px,-1px);}

.about_center_part2 .part2_bottom{padding-top:50px;}
.about_center_part2 .part2_bottom .img_box{width:42%;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.about_center_part2 .part2_bottom .img_box:hover{-webkit-transform: translateY(-10px);transform: translateY(-10px);}
.about_center_part2 .part2_bottom .text_box{padding:0;width:50%;margin-left:4%;}
.about_center_part2 .part2_bottom .center_p{line-height:24px;height:72px;overflow:hidden;margin-bottom:40px;display:none;}

.about_center_part3 .center_p{margin-bottom:20px;display:none;}
.about_center_part3 .more{color:#fff;}
.about_center_part3 .center_title{margin-bottom:12px;-webkit-transition: all 0.8s ease;transition: all 0.8s ease;transform:translateX(0px);}
.about_center_part3 .img_text,.about_center_part3 .center_title{color:#fff;}
.about_center_part3 .part3_l{width:56%;position:relative;}
.about_center_part3 .part3_l .img_text{position:absolute;top:0;right:0;width:37%;background:url(../img/blue.png) repeat;height:0;padding-bottom:38%;}
.about_center_part3 .part3_l .img_text_box{padding: 20% 14% 0;}
.about_center_part3 .part3_r{width:44%;}
.about_center_part3 .part3_r .img_text{background-color:#e23d1d;height:0;padding-bottom:47.2%;}
.about_center_part3 .part3_r .img_text_box{padding: 10% 14% 0% 10%;}
.about_center_part3 .part3_l:hover .center_title{transform:translateY(-6px);}
.about_center_part3 .part3_r:hover .center_title{transform:translateY(-6px);}

.about_center_part2 .part2_box01 .right{float:right;}
.about_center_part2 .part2_box01 .left{float: left;}

/*管理团队*/
.about_team{width:100%;background-color:#eff3f7;}
.about_team .team_list{padding:50px 0px 100px;}
.about_team .team_list ul{width:103%;overflow:hidden;}
.about_team .team_list li{margin-bottom:30px;cursor:pointer;}
.about_team .team_list .list_box{padding:10% 6%;background:#fff;background-color:#fff;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.about_team .team_list .list_hd{line-height:24px;margin-bottom: 28px;}
.about_team .team_list .list_p{height:44px;}
.about_team .team_list .team_name{font-size:24px;color:#3cabff;font-weight:normal;}
.about_team .team_list .hd_border{width:42px;height:1px;background:#dddddd;display:block;margin:12px 10px;}
.about_team .team_list .team_post{font-size:15px;}
.about_team .team_list li:hover .list_box{background-color:#3cabff;color:#fff;}

.about_team .team_list li:hover .team_name{color:#fff;}

/*管理团队弹窗*/
.team_box{background-color:#fff;overflow-y:auto;display:none;height:100%;position:relative;}
.team_box_main{padding:60px 80px 20px;}
.team_box_main .team_img{width:34%;margin:0 auto 24px;border-radius:50%;overflow:hidden;}
.team_box_main .team_p{margin-top:40px;color: #464646;line-height:28px;}
.team_box_main .team_post{font-size:16px;color:#888888;}
.team_box .box_close{position:fixed;top:20px;right:20px;}
body .box_wrap_out_posi{border-radius:0px;}
body #boxBlank{background:rgba(0,0,0,0.7);}

/*产业结构*/
.about_chanye{padding:70px 0px 100px;}
.about_chanye .text_box{width:64%;}
.about_chanye .text_hd{font-size:18px;color:#545454;margin-bottom:20px;font-weight:normal;line-height:30px;}
.about_chanye .text_bd{color:#160202;line-height:30px;}
.about_chanye .img_box{min-height:100px;width:34%;}
.about_chanye .chanye_list{border-top:2px solid #c2c2c2;margin-top:50px;padding:50px 0px 20px;}
.about_chanye .chanye_list li{font-size:18px;color:#545454;margin-bottom:20px;line-height:32px;}
.about_chanye .chanye_list .list_box{display:block;}
.about_chanye .chanye_list .list_ico{width:30px;height:30px;border:1px solid #cac9c9;display:inline-block;*display:inline;*zoom: 1;vertical-align:middle;margin-right:12px;}
.about_chanye .chanye_list li:hover .list_ico{border-color:#008fd0;}

/*关于-社会责任*/
.about_social .channel_content { padding-bottom:0; }
.about_social .part1 { padding:0 0 65px; }
.about_social .part1_con { position:relative; }
.about_social .part1 .img_wrap { width:48.6%; }
.about_social .part1 .img_wrap .img { position:relative; height:0; overflow:hidden; padding-bottom:59.41%; }
.about_social .part1 .img_wrap .img img { position:absolute; top:0; left:0; width:100%; height:100%; }
.about_social .part1 .txt_wrap { position:absolute; top:0; right:0; width:51.4%; height:100%; overflow:hidden; background-color:#f6f6f6; }
.about_social .part1 .txt_con { padding:4% 8.8%; }
.about_social .part1 .prt_tit { margin-bottom:20px; color:#000; }
.about_social .part1 .desc { font-size:14px; color:#767676; }
.about_social .part2 { padding:30px 0 10px; background-color:#f6f6f6; }
.about_social .part2 .prt_tit { margin-bottom:25px; color:#000; }
.report_list { overflow:hidden; }
.report_cell { margin-bottom:35px; background-color:#fff; border:#efefef 1px solid; }
.report_cell .cell_con { padding:40px 5.4%; }
.report_cell .img_wrap { margin-right:6.5%; width:29.5%; border:#d7d7d7 1px solid; }
.report_cell .img { position:relative; height:0; padding-bottom:137.66%; overflow:hidden; }
.report_cell .img_wrap img { display:block; position:absolute; top:0; left:0; width:100%; bottom:0; }
.report_cell .txt_wrap { width:63%; }
.report_cell .tit { margin-bottom:25px; padding-top:26px; height:4.8em; overflow:hidden; font-size:18px; color:#424242; }
.report_cell .tit a { display:inline-block; }


/*关于-产业布局*/
.about_layout .channel_content { padding-bottom:0; }
.about_layout .part1 { padding-bottom:50px; }
.about_layout .prt1_lt { width:60%;padding-top:20px;}
.about_layout .prt1_rt {  width:36.7%; }
.about_layout .part2 .link_list { padding:55px 0 120px; border-top:#c2c2c2 2px solid; }

/*集团简介*/
.about_jianjie{padding:50px 0px 150px;}
.about_jianjie .jianjie_l{width:45%;}
.about_jianjie .jianjie_r{width:50%;color:#565656;}
.about_jianjie .r_title{font-size:35px;font-weight:normal;margin-bottom:26px;line-height:35px;}
.about_jianjie .r_title_02{font-size:21px;font-weight:normal;margin-bottom:20px;}
.about_jianjie .r_text{color:#898989;line-height:28px;}

/*业务领域栏目通用*/
.service_en_title{font-family:hero_light;font-size:25px;font-weight:normal;color:#fff;display:none;}
.service_cn_title{font-size:30px;font-weight:normal;line-height:40px;margin-bottom:30px;color:#fff;}
.service_text{line-height:30px;color:rgba(255,255,255,0.8);color:#fff;}

/*业务领域综合*/
.service_center{width:100%;background:url(../img/service_center_bj.jpg) no-repeat center;padding:80px 0px 90px;background-size:cover;}
.service_center .hd_title{font-size:40px;color:#fff;font-weight:normal;margin-bottom:10px;}
.service_center .hd_p{color:#fff;color:rgba(255,255,255,0.8);margin-bottom:40px;}
.service_center .list_box{position:relative;overflow:hidden;}
.service_center .list_cover{position:absolute;top:30%;left:0;width:100%;height:100%;background:none;}
.service_center .list_cover_box{padding:16% 10% 0;color:#fff;}
.service_center .list_ico{width:140px;height:140px;background:url(../img/service_center_ico.png) no-repeat;display:block;margin:0 auto 2%;} 
.service_center .list_ico02{background-position:-140px 0px;}
.service_center .list_ico03{background-position:-280px 0px;}
.service_center .list_title{font-size:30px;font-weight:normal;margin-bottom:2%;}
.service_center a{color:#fff;}
.service_center .list_p{margin-bottom:14%;display:none;}
.service_center .list_btn{width:100%;display:block;height:40px;line-height:40px;font-size:16px;color:#fff;margin-bottom:8px;filter:alpha(opacity=0);-moz-opacity:0; -khtml-opacity:0; opacity: 0;border:1px solid #fff;box-sizing:border-box;position:relative;overflow: hidden;z-index:1;}
.service_center .center_bd li:hover .list_cover{top:0;background:url(../img/blue.png) repeat;}
.service_center .center_bd li:hover .list_btn{filter:alpha(opacity=100);-moz-opacity:1; -khtml-opacity:1; opacity: 1;}
.service_center .list_btn:after{content:"";width:100%;height:100%;position:absolute;top:100%;left:0;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;z-index:-1;display:block;background:#fff;}
.service_center .list_btn:hover:after{top:0;}
.service_center .list_btn:hover{color:#3cabff;}

/*绿色能源*/
.service_energy{padding:50px 0px 80px;}
.service_energy .part1{padding-bottom:25px;}
.service_energy .part1 .center_title{margin-bottom:14px;line-height: 1;}
.service_energy .part2{width:100%;background-color:#094b94;background-image:url(../img/service_energy_bj.jpg);background-repeat:no-repeat;background-position:center;padding:40px 0px;}
.service_energy .part2_l{width:32%;padding-top:50px;}
.service_energy .part2_r{width:60%;}
.service_energy .part2_r .img_title{color:#fff;font-size:20px;font-weight:normal;margin-top:20px;}
.service_energy .part3{padding:90px 0px 45px;}
.service_energy .part3 .wrap{position:relative;}
.service_energy .part3 .img_cover{position:absolute;width:38%;height:100%;background:url(../img/blue.png) repeat;top:0;}
.service_energy .part3 .wrap:first-child{margin-bottom:4px;}
.service_energy .part3 .wrap:first-child .img_cover{right:0;}
.service_energy .part3 .wrap:last-child .img_cover{left:0;}
.service_energy .part3 .cover_box{padding:16% 14% 0;}
.service_energy .part3 .wrap:hover .img_cover{background:#3cabff}

.service_energy .part4_hd{margin-bottom:24px;}
.service_energy .part4_hd .arr_box{padding-top:25px;}
.service_energy .part4 .arr_box .owl-prev,.service_energy .part4 .arr_box .owl-next{width:25px;height:25px;display:block;background:url(../img/service_energy_arr.jpg) no-repeat;margin-left:2px;font-size:0px;float:left;cursor:pointer;}
.service_energy .part4 .arr_box .owl-next{background-position:-25px 0px;} 
.service_energy .part4 .arr_box .owl-next:hover{background-position:-25px -25px;}
.service_energy .part4 .arr_box .owl-prev:hover{background-position:0px -25px;}
.service_energy .part4_title{font-size:30px;color:#363636;font-weight:normal;}
.service_energy .part4_bd .list_box{border:1px solid #dadada;padding:10px;display:none;}
.service_energy .part4_bd .list_title{font-weight:normal;font-size:16px;color:#333333;padding:20px 0px 6px;}
.service_energy .part4_bd .owl-item .list_box{display:block;cursor:pointer;}


/*能源详细页*/
.service_energy_detail{padding:100px 0px;}
.service_energy_detail .detail_title{font-size:24px;color:#575757;margin-bottom:30px;font-weight:normal;}
.service_energy_detail .bd_l{width:45%;background-color:#00a1e9;color:#fff;height:0;padding-bottom:32%;overflow:hidden;} 
.service_energy_detail .text_box{padding:14% 6% 0;line-height:30px;}
.service_energy_detail .bd_r{width:55%;height:0;padding-bottom:32%;overflow:hidden;}
.service_energy_detail .bd_r img{width:100%;}

/*绿色金融*/
.service_finance{padding:50px 0px 120px;}
.service_finance .service_en_title{color:#424242;}
.service_finance .service_cn_title{color:#424242;margin-bottom:12px;}
.service_finance .service_text{color:#424242;color:rgba(0,0,0,0.8);}
.service_finance .list_l,.service_finance .list_r{width:48%;}
.service_finance .list_r:hover .service_en_title{color:#3cabff}
.service_finance .list_r:hover .service_cn_title{color:#3cabff}
.service_finance .center_title{margin-bottom:14px;line-height:1;}
.service_finance .center_p{width:66%;margin-bottom:40px;}
.service_finance .img_box:after{content:"";width:96%;height:94%;position:absolute;top:3%;left:2%;border:1px solid #fff;z-index:1;} 
.service_finance .img_title{font-size:18px;color:#fff;background-color:#084675;padding:10px 40px;position:absolute;bottom:0;right: 0;z-index:2;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.service_finance li{margin-bottom:70px;}
.service_finance li:last-child{margin-bottom:0;}
.service_finance .odd .list_l{float:right;}
.service_finance .odd .list_r{float:left;}

.service_finance .list_l:hover .img_title{background-color:#3cabff;}

/*资产管理*/
.service_assets{padding:50px 0px 150px;}
.service_assets .center_title{margin-bottom:14px;line-height:1;}
.service_assets .center_p{width:70%;margin-bottom:40px;}
.assets_bd{background-color:#f7f7f7;} 
.assets_bd .list_box{border:1px solid #dcdcdc;border-right:none;text-align:center;font-size:24px;color:#282c37;padding:20% 0;position:relative;overflow:hidden;}
.assets_bd li:last-child .list_box{border-right:1px solid #dcdcdc;}
.assets_bd .list_title{font-weight:normal;}
.assets_bd .list_ico{width:70px;height:70px;background:url(../img/service_assets_ico.png) no-repeat;margin:0 auto 2%;display:block;}
.assets_bd .list_ico02{background-position:-70px 0px;}
.assets_bd .list_ico03{background-position:-140px 0px;}
.assets_bd .hover_bj{width:193px;height:208px;background:url(../img/service_assets_bj.png) no-repeat center;position:absolute;bottom:-80px;right:-40px;display:none;/*-webkit-animation: l_move 20s linear 0s infinite;-moz-animation: l_move 20s linear 0s infinite;animation: l_move 20s linear 0s infinite;*/}
.assets_bd li:hover .list_box{background-color:#3cabff;color:#fff;}
.assets_bd li:hover .list_ico01{background-position:0px -70px;}
.assets_bd li:hover .list_ico02{background-position:-70px -70px;}
.assets_bd li:hover .list_ico03{background-position:-140px -70px;}
.assets_bd li:hover .hover_bj{display:block;}

/* 投资者综合 start*/
.invest_center .center_banner{color:#fff;box-shadow: 0px 0px 2px #000;}
.widget-invest-5 .pt1{background-color:#fff;padding:60px 0;}
.widget-invest-5 .l_box{width:48%}
.widget-invest-5 .r_box{width:52%}
.widget-invest-5 .pt1  .center_title{line-height:30px; margin-bottom:30px; padding-right:30px;}
.widget-invest-5 .pt1 .more{font-size:14px;line-height:30px;display:block;}
.widget-invest-5 .pt1 .l_box .lists {border-right:1px solid #d3d3d3; padding-right:30px;}
.widget-invest-5 .pt1 .lists li{font-size:14px; color:#333; line-height:1; margin-bottom:20px;}
.widget-invest-5 .pt1 .l_box .lists a{display:block;}
.widget-invest-5 .pt1 .lists li .time{color:#bababa;}
.widget-invest-5 .pt1 .r_box .pd{padding-left:50px;} 
.widget-invest-5 .pt1 .r_box .img_box{width:40%; float:right;}
.widget-invest-5 .pt1 .r_box .info_box{width:55%; float:left; padding-right:5%;}
.widget-invest-5 .pt1 .r_box .info_box .s_tit{font-size:14px; color:#333; margin-bottom:36px;}
.widget-invest-5 .pt1 .r_box .info_box .time{color:#bababa;line-height:1; margin-bottom:20px;}
.widget-invest-5 .pt1 .r_box .info_box .text{font-size:14px; line-height:22px; height:66px; overflow:hidden;}
.widget-invest-5 .pt2{padding:70px 0 70px; background-color:#ecf1f5; overflow:hidden;}
.widget-invest-5 .pt2 .l_box .mask{position:absolute; width:100%; bottom:0; left:0; height:135px; background:url(../img/white_70.png) repeat;}
.widget-invest-5 .pt2 .l_box .mask .pd{padding:35px 25px 0;}
.widget-invest-5 .pt2 .l_box .mask .top_box{margin-bottom:10px; line-height:30px;}
.widget-invest-5 .pt2 .l_box .mask .name{font-size:30px; color:#333; float:left;}
.widget-invest-5 .pt2 .l_box .mask .num{float:right; font-size:16px;font-family:Arial;font-weight:bold;line-height:16px;color:#92929c;}
.widget-invest-5 .pt2 .l_box .mask .num span{font-size:24px;display:inline-block;vertical-align:bottom;}
.widget-invest-5 .pt2 .l_box .mask .num .arr_ico{margin:0 8px;vertical-align:bottom;background:none;}
.widget-invest-5 .pt2 .l_box .mask .num .stock_up{color:#d13425;}
.widget-invest-5 .pt2 .l_box .mask .num .stock_up .arr_ico{background:url(../img/ico.png) no-repeat 0px -20px;}
.widget-invest-5 .pt2 .l_box .mask .num .stock_down{color:#63a163}
.widget-invest-5 .pt2 .l_box .mask .num .stock_down .arr_ico{background:url(../img/ico.png) no-repeat -20px -20px;}
.widget-invest-5 .pt2 .l_box .mask .date{text-align:right;color:#92929c;}
.widget-invest-5 .pt2>.wrap{background-color:#fff;}
.widget-invest-5 .pt2 .r_box .pd{padding:10% 10% 0; }
.widget-invest-5 .pt2 .r_box .title{font-size:30px; color:#333; line-height:1; margin-bottom:30px;}
.widget-invest-5 .pt2 .r_box .info{font-size:14px; color:#969696; margin-bottom:60px;}
.widget-invest-5 .pt2 .r_box .btn_box{width:180px; height:38px;  line-height:38px; color:#333; font-size:14px; text-align:center; display:block;position:relative;overflow:hidden;border: #dbdbdb 1px solid;z-index:1;}
.widget-invest-5 .pt2 .r_box .btn_box>a{display:block;}
.widget-invest-5 .pt2 .r_box .btn_box:after{content:"";width:100%;height:100%;background-color:#d43520;position:absolute;top:100%;display:block;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;z-index:-1;}
.widget-invest-5 .pt2 .r_box .btn_box:hover{color:#fff;}
.widget-invest-5 .pt2 .r_box .btn_box:hover:after{top:0;}


/*关于-文化理念*/
.about_culture .channel_content { padding-bottom:0; }
.about_culture .part1 { padding-bottom:110px; }
/*文化理念手风琴*/
.about_culture .part1 { position:relative; height:525px; overflow:hidden; }
.about_culture .prt1_cell,
.about_culture .accordion-initialized .prt1_cell { position:absolute; top:0; width:60%; height:525px; overflow:hidden; background-color:#7e909c; background-position:left center; background-repeat:no-repeat; transition:all ease .5s; -webkit-transition:all ease .5s; }
.about_culture .prt1_cell .cell_con { font-size:0; }
.about_culture .prt1_cell1 { left:0; }
.about_culture .prt1_cell2 { left:20%; }
.about_culture .prt1_cell3 { left:40%; width:60%; background-color:#fdf8f5; background-position:left center; }
/*state-1*/
.about_culture .state-1 .prt1_cell1 { left:0; width:60%; background-color:#fdf8f5; background-position:left center; }
.about_culture .state-1 .prt1_cell2 { left:60%; background-color:#7e909c; }
.about_culture .state-1 .prt1_cell3 { left:80%; background-color:#7e909c; }
/*state-2*/
.about_culture .state-2 .prt1_cell1 { left:0; background-color:#7e909c; }
.about_culture .state-2 .prt1_cell2 { left:20%; width:60%; background-color:#fdf8f5; background-position:left center; }
.about_culture .state-2 .prt1_cell3 { left:80%; background-color:#7e909c; }
/*state-3*/
.about_culture .state-3 .prt1_cell1 { left:0; background-color:#7e909c; }
.about_culture .state-3 .prt1_cell2 { left:20%; background-color:#7e909c; }
.about_culture .state-3 .prt1_cell3 { left:40%; width:60%; background-color:#fdf8f5; background-position:left center; }


/*关于-员工活动*/
.about_activity .channel_content { padding:50px 0 0; }
.about_activity .part1 { padding-bottom:60px; }
.about_activity .list_bd .uni_btn_more_wrap { margin-top:70px; }
.about_activity .part2 { padding-bottom:75px; background-color:#f5f5f5; }
.about_activity .part2 .prt_tit { padding:25px 0 15px; color:#2e2e2e; }
.about_activity .part2 .uni_btn_more { margin-top:50px; }


/*关于-荣誉资质*/
.about_honor .uni_btn_more_wrap { margin:0 auto; }


/*关于-发展历程*/
/*.about_history { background-color:#f5f5f5; }*/
.about_history .stage { position:relative; margin-bottom:25px; }
.about_history .stage:before { content:''; display:block; position:absolute; left:18.83333333%; top:0; margin-top:-40px; margin-left:-2px; width:4px; height:100%; padding:40px 0; background-color:#c1c5c6; }
.about_history .stage:last-child:before { padding-bottom:10px; }
.about_history .stage.last:before { padding-bottom:10px; }
.about_history .stage:after { content:''; display:block; position:absolute; left:18.83333333%; top:30px; margin-top:-9px; margin-left:-9px; width:18px; height:18px; background:url(../img/history01.png) 0 0 no-repeat; }
.about_history .stage_label { float:left; width:15%; font-size:36px; font-family:Arial; color:#565656; text-align:right; }
.about_history .stage_layout { position:relative; float:right; width:76.4%; background-color:#fff; }
.about_history .stage_layout:before { content:''; display:block; position:absolute; top:30px; left:0; margin-top:-10px; margin-left:-10px; width:0; height:0; border-style:dashed solid dashed dashed; border-color:transparent #fff transparent transparent; border-width:10px 10px 10px 0; }
.about_history .layout_con { padding: 5.5% 3.3%; }
.about_history .rec { margin-bottom:35px; }
.about_history .rec_hd { margin-bottom:8px; font-size:24px; color:#000; border-bottom:#b4c7d5 1px dotted; padding-bottom:8px;}
.about_history .rec:hover .rec_hd{color:#3cabff;}
.about_history .rec_bd { color:#848484; }

/*股票信息*/
.invest_shares{padding:50px 0px 110px;}
.invest_shares .shares_l{width:40%;background-color:#3cabff;color:#fff;height:0;padding-bottom:44%;overflow:hidden;}
.invest_shares .shares_l_box{padding:14% 6% 12%;}
.invest_shares .l_title{font-size:14px;font-weight:normal;margin-bottom:30px;}
.invest_shares .number01{font-size:72px;font-family:Arial;display:block;line-height:56px;margin-bottom:20px;} 
.invest_shares .number01 em{font-size:26px;line-height:26px;display:inline-block;vertical-align:top;margin-right:10px;}
.invest_shares .number02{font-family:Arial;display:block;}
.invest_shares .l_hd{text-align:center;padding-bottom:40px;border-bottom:1px solid #fff;margin-bottom:10px;}
.invest_shares .l_bd dl{padding:4% 0;border-bottom:1px dotted #fff;}
.invest_shares .l_bd dl:last-child{border:none;}
.invest_shares .l_bd dt,.invest_shares .l_bd dd{text-indent:16%;}
.invest_shares .l_bd dd{font-family:Arial;}

.invest_shares .shares_r{width:60%;height:0;padding-bottom:44%;position:relative;overflow:hidden;}
.invest_shares .r_border{position:absolute;width:100%;height:100%;top:0;left:0;border:5px solid #dddddd;border-left:none;padding:30px 25px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.invest_shares .tab_b{height:40px;margin-bottom:20px;}
.invest_shares .tab_t{width:20%;text-align:center;border:1px solid #e5e4e9;line-height:40px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;margin-left:-1px}
.invest_shares .tab_c img{width:100%;}
.invest_shares .tab_t.tab_t_cur{color:#669def;}
.invest_shares .tab_t.tab_t_cur:after{content:"";width:100%;height:3px;background-color:#669def;display:block;position:absolute;bottom:0;left:0;}

/*投资者公告列表*/
.invest_notice{padding:50px 0px 60px;}
.widget-download-4 .uni_btn_more_wrap { margin-top:60px; }
.widget-download-4 .download_item{padding-right: .6%;line-height: 104px;border-bottom: 1px solid #e1e8ed;}
.widget-download-4 .download_item:hover{ background-color: #eef2f5; border-color: #eef2f5;}
.widget-download-4 .download_date{ width:auto;  font-family: 'Arial'; text-align: right; color: #a0a0a0;margin:0 6% 0 2%;}
.widget-download-4 .download_date .center_box{ display: inline-block; vertical-align: middle;}
.widget-download-4 .download_date span{ display: block; padding-right: 3px; font-size: 14px; line-height: 18px;}
.widget-download-4 .download_date strong{ display: block; font-size: 30px; line-height: 32px; font-weight: normal;}
.widget-download-4 .download_title{ width: 62%; font-size: 16px; color: #272727; font-weight: normal;}
.widget-download-4 .item_btn{ font-size: 15px; color: #6b6b6b; line-height: 104px;margin-right:3%;}
.widget-download-4 .item_btn .ion{font-size:22px;margin-right:6px;}
.widget-download-4 .download_item:hover .download_date,.widget-download-4 .download_item:hover .item_btn{ color: #3caaff;}

/*资料下载*/
.invest_down{padding:50px 0px;}
.invest_down .uni_btn_more_wrap { margin-top:60px; }
.invest_down .list_box{padding:30px;border-bottom:1px solid #f1f1f1;display:block;}
.invest_down .list_l{width:80%;font-size:16px;color:#272727;line-height:53px;font-weight:normal;margin-top:10px;}
.invest_down .list_ico{width:38px;height:53px;background:url(../img/down_ico.png) no-repeat;display:inline-block;vertical-align:middle;margin-right:40px;}
.invest_down .list_title{display:inline-block;}
.invest_down .list_time{border:none;padding:0;width:auto;}
.invest_down .list_time_day{color:#8a8a8a;}
.invest_down li:hover .list_box{background-color: #f8f8f8;border-color:#f8f8f8;}
.invest_down li:hover .list_ico{background-position:-38px 0px;}

/*招聘综合*/
.job_center{width:100%;background:url(../img/job_center_bj.jpg) no-repeat center;padding:8% 0 10%;position:relative;background-size:cover;}
.job_center_hd{width:280px;height:280px;background-color:#3cabff;border-radius:50%;text-align:center;color:#fff;position:absolute;top:50%;left:50%;margin-left:-140px;margin-top:-140px;transform:scale(0.6);-moz-transform:scale(0.6);-webkit-transform:scale(0.6);z-index:2;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;}
.job_center_hd .hd_logo{width:170px;height:57px;background:url(../img/job_center_logo.png) no-repeat 0 0;position:relative;margin:26% auto 4%;}
.job_center_hd .hd_logo .move{width:40px;height:40px;background:url(../img/job_center_logo.png) no-repeat -170px 0px;display:block;position:absolute;left:84px;top:0;/*-webkit-animation: l_move 10s linear 0s infinite;-moz-animation: l_move 10s linear 0s infinite;animation: l_move 10s linear 0s infinite;*/}
.job_center_hd .center_title{color:#3f3a39;margin:0 20px;padding-top:10px;border-top:1px solid #d4d3d3;}
/*.job_center_hd .en_title{font-family:helvetica;}*/

.job_center_bd{width:515px;height:515px;background:url(../img/job_center_bj02.png) no-repeat center;margin:0 auto;position:relative;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;}
.job_center_bd dl{position:absolute;width:24%;top:50%;left:50%;z-index:1;opacity:0;}
.job_center_bd dt{background:url(../img/job_center_ico.png) no-repeat;margin:0 auto;width:50px;height:50px;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.job_center_bd dl:hover dt{transform: rotateY(180deg);-webkit-transform:rotateY(180deg);}
.job_center_bd dd{font-size:16px;color:#fff;text-align:center;}
.job_center.move_in .job_center_bd{opacity:1;filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;}
.job_center.move_in dl{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;}
.job_center.move_in .job_center_hd{transform:scale(1);-moz-transform:scale(1);-webkit-transform:scale(1);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:0.8;}
.job_center.move_in .job_center_bd .dl_01 dt{background-position:0px 0px;}
.job_center.move_in .job_center_bd .dl_02 dt{background-position:-50px 0px;}
.job_center.move_in .job_center_bd .dl_03 dt{background-position:-100px 0px;}
.job_center.move_in .job_center_bd .dl_04 dt{background-position:-150px 0px;}
.job_center.move_in .job_center_bd .dl_05 dt{background-position:0px -50px;}
.job_center.move_in .job_center_bd .dl_06 dt{background-position:-50px -50px;}
.job_center.move_in .job_center_bd .dl_07 dt{background-position:-100px -50px;}
.job_center.move_in .job_center_bd .dl_08 dt{background-position:-150px -50px;}
.job_center.move_in .job_center_bd .dl_01{top:18px;left: 18px;}
.job_center.move_in .job_center_bd .dl_02{top:134px;left:-50px;}
.job_center.move_in .job_center_bd .dl_03{top:272px;left:-50px;}
.job_center.move_in .job_center_bd .dl_04{top:404px;left:8px;}
.job_center.move_in .job_center_bd .dl_05{top:26px;left: 390px;}
.job_center.move_in .job_center_bd .dl_06{top:130px;left: 450px;}
.job_center.move_in .job_center_bd .dl_07{top:268px;left: 450px;}
.job_center.move_in .job_center_bd .dl_08{top:390px;left: 380px;}

/*招聘详细*/
.job_detail{padding:50px 0 80px;}
.job_detail .detail_l{width:59.4%;}
.job_detail .detail_r{width:40.6%;height:0;padding-bottom:27.323%;background:url(../img/job_detail_bj.jpg) no-repeat center;color:#fff;position:relative;background-size:cover;}
.job_detail .detail_r_box{padding:14% 8% 0;position:relative;z-index:2;}
.job_detail .r_text01{font-size:16px;font-weight:normal;margin-bottom:12%;line-height:30px;}
.job_detail .r_text02 .emal{font-size:30px;font-family:helvetica;color:#fff;line-height:30px;position:relative;}
/*.job_detail #canvas_box{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;}*/
.job_detail .r_text02 .emal:after{content:"";width:0;height:1px;background:#fff;display:block;position:absolute;bottom:-4px;left:0;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.job_detail .r_text02 .emal:hover:after{width:100%;}

/*首页*/
.ibanner { position:relative; height:520px; overflow:hidden; }
.ibanner img { position:absolute; top:0; left:50%; margin-left:-960px; width:1920px; max-width:none; }
.ibanner .slide_nav { display:block; position:absolute; left:0; bottom:10px; width:100%; text-align:center; }
.ibanner .slide_nav > a { display:inline-block; margin:6px 9px; width:28px; height:28px; font-size:0; cursor:pointer; background:url(../img/index01a.png) center center no-repeat; }
.ibanner .slide_nav > a.on,.ibanner .slide_nav > a:hover { background:url(../img/index01b.png) center center no-repeat; }
.ipart1 { background:url(../img/index02.jpg) center center no-repeat; }
.iprt2_cell {float:left; width:18.6666%; overflow:hidden; }
.iprt2_cell a{position:relative;display:block;}
.iprt2_cell .tit { margin-bottom:20px; padding-top:18.75%; color:#fff; }
.iprt2_cell.iprt2_03.hover .txt_wrap .tit,
	.iprt2_cell.iprt2_04.hover .txt_wrap .tit,
	.iprt2_cell.iprt2_05.hover .txt_wrap .tit { display:none; }
.iprt2_cell .tit_cn { font-size:22px; }
.iprt2_cell .tit_en { font-size:16px; font-family: hero_light;}
.iprt2_cell .img_wrap { position:relative; height:0; overflow:hidden; padding-bottom:100%; }
.iprt2_cell .img_wrap img { position:absolute; bottom:0; left:0; width:100%; height:100%; }
.iprt2_cell .txt_wrap { position:absolute; top:0; left:0; width:100%; height:100%; }
.iprt2_cell .msk { position:absolute; top:100%; left:0; width:100%; height:100%; background:url(../img/blue80.png); transition:all ease .3s; -webkit-transition:all ease .3s; }
.iprt2_cell.hover .msk { top:0; }
.iprt2_cell .tit,.iprt2_cell .msk .desc { padding-left:15.625%; padding-right:13%; }
.iprt2_cell .msk .desc { line-height:2; font-size:12px; color:#fff; }
.iprt2_01.iprt2_cell { width:44%; }
.iprt2_01 .img_wrap { padding-bottom:84.6%; }
.iprt2_01 .tit { position:absolute; top:50%; left:50%; margin-top:-117px; margin-left:-106px; padding:0; width:213px; height:234px; text-align:center; background:url(../img/index05.png) center center no-repeat; -webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.iprt2_01 .tit:hover{background:url(../img/index05_hover.png) center center no-repeat;}
.iprt2_01 .tit_cn { padding-top:80px; font-size:36px;letter-spacing:1px; }
.iprt2_02.iprt2_cell { width:56%; }
.iprt2_02 .img_wrap { padding-bottom:33.11688311%; }
.iprt2_02 .tit { padding:9.8% 0 0 6.8%; }
.iprt2_02 .tit_cn { font-size:36px; }
.iprt2_01mid { display:none; }

.ipart3 { margin-bottom:75px; }
.iprt3_tit { padding:27px 0 40px; font-size:36px; color:#4a4a4a; }
.iprt3_lt { float:left; width:47.5%; }
.iprt3_lt .news_hd { margin-bottom:15px; padding-bottom:30px; background:url(../img/index07.png) left bottom repeat-x; }
.iprt3_lt .news_hd .date { display:inline-block; margin-bottom:12px; font-family:Arial; color:#0b9bd5; }
.iprt3_lt .news_hd .year { margin-bottom:3px; font-size:12px; text-align:right; }
.iprt3_lt .news_hd .day { line-height:1; font-size:36px; }
.iprt3_lt .news_hd .tit { margin-bottom:8px; font-size:20px; color:#000; }
.iprt3_lt .news_hd .tit:hover { color:#0b9bd5; transition:all ease .3s; }
.iprt3_lt .news_hd .desc { line-height:1.8; font-size:13px; color:#898989; }
.iprt3_lt .news_hd .desc:hover .link_b { color:#0b9bd5; }
.iprt3_lt .news_hd .desc .link_b { color:#0070d6; transition:all ease .3s; -webkit-transition:all ease .3s; }
.iprt3_lt .news_bd_li { margin-bottom:6px; }
.iprt3_lt .news_bd_li > a { display:block; position:relative; padding-left:65px; }
.iprt3_lt .news_bd_li .news_tag { position:absolute; top:50%; left:0; margin-top:-10px; padding:0 12px; height:20px; line-height:20px; font-size:12px; color:#fff; background-color:#c9cdcf; transition:all ease .3s; -webkit-transition:all ease .3s; }
.iprt3_lt .news_bd_li:hover .news_tag { background-color:#0b9bd5; }
.iprt3_lt .news_bd_li .news_tit { float:left; padding-right:5%; width:60%; height:30px; line-height:30px; font-size:14px; color:#3e3a39; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; }
.iprt3_lt .news_bd_li:hover .news_tit{color:#3cabff;}
.iprt3_lt .news_bd_li .news_date { float:right; height:30px; line-height:30px; font-size:13px; color:#939393; }
.iprt3_lt .news_bd_li:hover .news_date{color:#3cabff;}
.iprt3_rt { float:right; width:47.16666666%; }
.iprt3_rt_con { position:relative; }
.iprt3_rt_con .img_wrap{height:0;padding-bottom:58.8%;overflow:hidden;}
.iprt3_rt .txt_wrap { position:absolute; left:0; bottom:0; width:100%; }
.iprt3_rt .tit { padding-left:8.7%; padding-right:8%; height:70px; line-height:70px; font-size:16px; color:#fff; background-color:#00a7ea\9; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; }
.iprt3_rt .date { float:left; width:13.3%; height:70px; color:#fff; text-align:center; background-color:#d40a0a\9; }
@media all and (min-width:0){
	.iprt3_rt .tit { background-color:rgba(0,167,234,.9); -webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
	.iprt3_rt .date { background-color:rgba(212,10,10,.9); -webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
	.iprt3_rt_con:hover .tit{background-color:rgba(0,167,234,1);}
	.iprt3_rt_con:hover .date{background-color:rgba(212,10,10,1);}
}
.iprt3_rt .day { padding-top:10px; line-height:1; font-size:36px; }
.iprt3_rt .month { font-size:12px; }
.ipart4 { padding:50px 0; background-color:#f3f3f3; }
.ipart4_con { background-color:#fff; }
.iprt4_lt { float:left; width:44%; }
.iprt4_lt_con { position:relative; }
.iprt4_lt .txt_wrap .tit{-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.iprt4_lt .img_wrap { position:relative; height:0; overflow:hidden; padding-bottom:88.23%; }
.iprt4_lt .img_wrap img { position:absolute; top:0; left:0; width:100%; height:auto; }
.iprt4_lt .txt_wrap { position:absolute; top:0; left:0; width:100%; height:100%; background-color:#00a7ea\9; cursor:default\9; }

@media all and (min-width:0){
	.iprt4_lt .txt_wrap { background-color:rgba(0,167,234,.4); }
}
.iprt4_lt_con.onPlay .txt_wrap { background-color:transparent; cursor:default; }
.iprt4_lt_con.onPlay .txt_wrap .tit { display:none; }
.iprt4_lt .tit { position:absolute; top:50%; left:50%; margin-left:-124px; margin-top:-136px; width:248px; height:272px; color:#fff; background:url(../img/index10.png) center center no-repeat; text-align:center; -webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.iprt4_lt .txt_wrap:hover .tit{background: url(../img/index10_hover.png) center center no-repeat;}
.iprt4_lt .tit .play_ico { display:none\9; margin:0 auto; width:42px; height:42px; background:url(../img/play.png) center center no-repeat; }
.iprt4_lt_con { cursor:pointer; }
.iprt4_lt_con.novideo { cursor:default; }
.iprt4_lt .iprt4_lt_con.novideo .tit .play_ico { display:none; }
.iprt4_lt .tit_cn { padding-top:65px\9; font-size:36px; }
@media all and (min-width:0){
	.iprt4_lt .tit .play_ico { display:block; }
	.iprt4_lt .tit_cn { padding-top:80px; }
}
.iprt4_lt .tit_en { margin-bottom:25px; font-size:18px; }
.iprt4_lt .video_con { position:absolute; top:0; left:0; width:100%; height:100%; }
.iprt4_lt .video-js { width:100%; height:100%; }
.iprt4_rt { float:right; width:56%;}
.iprt4_rt_con{ padding:0 8%;}
.iprt4_rt .tit { margin-bottom:10px; padding-top:14%; max-width:470px; line-height:1.8; font-size:18px; color:#5a5a5a; }
.iprt4_rt .desc { margin-bottom:25px; max-width:570px; font-size:14px; color:#5a5a5a; }


.uni_tag_list1 .tag_cell { float:left; margin-right:7%; width:26%; }
.uni_tag_list1 .tag_cell:last-child { margin-right:0; }
.uni_tag_list1 .tag_cell.last { margin-right:0; }
.uni_tag_list1 .cell_con { position:relative; text-align:center; }
.uni_tag_list1 .ico { display:block; margin:0 auto 3px; width:90px; height:80px; background:url(../img/index11.png) 0 0 no-repeat; -webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.uni_tag_list1 .tag_cell.tag_cell2 .ico { background-position:-90px 0; }
.uni_tag_list1 .tag_cell.tag_cell3 .ico { background-position:-180px 0; }
.uni_tag_list1 .tag { margin-bottom:10px; font-size:22px; color:#221815; }
.uni_tag_list1 .desc { line-height:1.8; font-size:14px; color:#595757; }
.uni_tag_list1 .cell_con:hover .ico{transform: rotateY(180deg);-webkit-transform:rotateY(180deg);}
.uni_tag_list1 .cell_con:hover .tag{color:#3cabff;}

/*社会责任*/
.about_social .part3{width:100%;background:url(../img/social_part3_bj.jpg) no-repeat center;padding:85px 0px 120px;text-align:center;color:#fff;background-size:cover;}
.about_social .part3_title{font-size:30px;margin-bottom:14px;font-weight:normal;}
.about_social .part3_text{line-height:28px;margin-bottom:24px;padding:0 30%;}
.about_social .part3_btn{width:174px;height:34px;border:1px solid #fff;display:block;text-align:center;line-height:34px;color:#fff;margin:0 auto;position:relative;overflow:hidden;}
.about_social .part3_btn:after{content: "";width:100%;height:100%;position:absolute;top:100%;left:0;background:#fff;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;z-index:-1;}
.about_social .part3_btn:hover{color:#3cabff;border-color:#fff;}
.about_social .part3_btn:hover:after{top:0;}

/*导航高度填充*/
.header_height{width:100%;height:80px;background-color:#fff; -webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.header_height.offtop{height:60px;}

/*去除百度分享触控弹框*/
body .bdshare_popup_box{display:none!important;}

/*投资者关系-20170608*/
.widget-invest-5 .pt1 .r_box .pd{overflow:hidden;}
.widget-invest-5 .r_box .lists{width:52%;overflow:hidden;}
.widget-invest-5 .r_box .lists .info,.widget-invest-5 .pt1 .l_box .lists .info{width:60%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}

/*2017-06-13 ysl*/
/*产业-绿色能源*/
.service_energy .part2_r { width:54%; }
.service_energy .prt2_r_map_container .map_wrap { position:relative; height:0; padding-bottom:83.5%; }
.service_energy .prt2_r_map_container .map_bg { position:absolute; top:0; left:0; width:100%; height:100%; }
.service_energy .prt2_r_map_container .map_bg2 { position:absolute; left:0; bottom:2px; width:100%; height:auto; }
.service_energy .prt2_r_map_container .pt_box { position:absolute; margin-top:-16px; }
.service_energy .prt2_r_map_container .pt_ico { display:block; width:12px; height:16px; background:url(../img/map_energy_pt.png) center bottom no-repeat; }
.service_energy .prt2_r_map_container .pt_text { display:none; position:absolute; top:0; left:50%; margin-top:-62px; margin-left:-3em; width:6em; height:44px; line-height:44px; font-size:14px; color:#393939; text-align:center; background-color:#fff; border-radius:4px; }
.service_energy .prt2_r_map_container .pt_box:hover .pt_text { display:block; }
.service_energy .prt2_r_map_container .pt_text:after { content:''; display:block; position:absolute; left:50%; bottom:0; margin-left:-3px; margin-bottom:-10px; width:20px; height:10px; background:url(../img/map_energy_arr.png) center bottom; }

/*二级导航吸顶20170615*/
.subnavs.fixed{position:fixed;top:60px;left:0;width:100%;z-index:10;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}

.widget-invest-5 .pt1 .l_box .tit_box{padding-right:30px;}

/*视频列表*/
.video_list{padding:50px 0px 50px;}
.video_list .img_cover{width:100%;height:100%;background-color:rgba(0,0,0,0.2);background-repeat:no-repeat;background-position:center;background-image:url(../img/video_list_ico01.png);position:absolute;top:100%;left:0;}
.video_list li{margin-bottom:20px;cursor:pointer;}
.video_list li:hover .img_cover{top:0;}
.video_list .text_box{background:#ecf1f4;padding:14px 4%;color:#19191a;line-height:24px;}
.video_list .text_box .list_title{font-weight:normal;width:60%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.video_list .text_box .title_ico{width:24px;height:20px;background:url(../img/video_list_ico02.png) no-repeat;}
.video_list li:hover .text_box{background:#3cabff;color:#fff;}
.video_list li:hover .text_box .title_ico{background-position:0px -20px;}

/*联系我们*/
.contact_us .left_map {
  width: 70%;
  float: left;
  height:477px;
}
.contact_us .right_contact {
  width: 30%;
  float: left;
  background: #3dabff;
}
.contact_us .right_contact .contact_item {
  margin-bottom: 34px;
}
.contact_us .right_contact .rc_box {
  padding: 10% 10% 9.8%;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}
.contact_us .right_contact .rc_box .title {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.6;
}
.contact_us .right_contact .share_item:before {
  content: "";
  display: table;
  clear: both;
}
.contact_us .right_contact .share_item:after {
  content: "";
  display: table;
  clear: both;
}
.contact_us .right_contact .share_item .left_ewm {
  float: left;
}
.contact_us .right_contact .share_item .right_share {
  width: 60%;
  float: left;
  padding-top: 35px;
  margin-left:4%;
}
.contact_us .right_contact .share_item .right_share .dec {
  font-size: 15px;
}
.contact_us .right_contact .share_item .right_share .share_btn {
  display: inline-block;
  width: 28px;
  height: 27px;
  background: url("../img/foot_share.png");
  padding: 0;
  float: none;
  font-size: 0;
  line-height: 0;
  margin: 10px 3px 0 3px;
}
.contact_us .right_contact .share_item .right_share .share_btn.bds_tsina {
  background-position: 0 0;
}
.contact_us .right_contact .share_item .right_share .share_btn.bds_tqq {
  background-position: -27px 0;
}
.contact_us .right_contact .share_item .right_share .share_btn.bds_sqq {
  background-position: -54px 0;
}
.contact_us .right_contact .share_item .right_share .share_btn.bds_weixin {
  background-position: -81px 0;
}
/*地图去黑斑*/
#contMap-47529 img{max-width:none;}

/*二级导航修改2017-06-17*/
.subnavs .thirdnavbox .link{margin:0;}
.subnavs .subnavlist{width:100%;left:0px;}
.subnavs .subnavlist .link{text-align:center;}
.subnavs .subnavlist:before { content:''; display:block; height:20px; }
.subnavs .subnavlist:after { content:''; display:block; height:30px; }
.subnavs .subnavlist .link { display:block; margin-bottom:2px; padding:0; height:40px; line-height:40px; font-size:16px; color:#fff; background-color:#084675; }
.subnavs .subnavlist .link.cur,.subnavs .subnavlist .link:hover { background-color:#3cabff; }
.subnavs.third .subnavbox{display:none;}
.subnavs.third .thirdnavbox{left:0;}


/*index_news01*/
.header_news01 { position:relative; }
.header_news01 .header_top{background:#fff;padding:10px 0;}
.header_news01 .header_top .logo{width:14%;}
.header_news01 .header_top .language_btn{font-size:13px;color:#000;margin-left:10px;line-height:44px; }
.header_news01 .header_top .language_btn:hover{color:#e60012;}
.header_news01 .header_bottom{background:#e60012;}
.header_news01 .header_bottom .inav_wrap_news01 { width:55%; }
.header_news01 .header_bottom .inav_news01{}
.header_news01 .header_bottom .inav_news01 .nav_li{position:relative;float:left;font-size:15px;color: #fff;margin-left:7%;line-height:33px;}
.header_news01 .header_bottom .inav_news01 .nav_li > a{display:block;position:relative;}
.header_news01 .header_bottom .inav_news01 .nav_li > a:after{content:''; display:block; position:absolute; bottom:0; left:50%; width:0; height:2px; background-color:#fff; transition:all ease .3s; -webkit-transition:all ease .3s;}
.header_news01 .header_bottom .inav_news01 .nav_li > a:hover{color:#fff;}
.header_news01 .header_bottom .inav_news01 .nav_li a:hover:after{ left:0; width:100%;}
.header_news01 .header_bottom .nav_btn { width:40px; text-align:center; }
.header_news01 .header_bottom .menu_btn { display:none; height:35px; line-height:35px; font-size:20px; color:#fff; }
.header_news01 .header_bottom .menu_btn .mobile_key:hover { color:#fff; }
.header_news01 .header_bottom .search{color:#fff;line-height:33px;position:relative;cursor:pointer;}
.header_news01 .header_bottom .search .inp_box{width:0px;height:24px;line-height:24px;border:none;border-bottom:1px solid #fff;padding:0;margin:0;right:110%;top:4.5px;background:none;position:absolute;font-size:12px;color:#fff;}
.header_news01 .header_bottom .search:hover .inp_box{width:160px;}
.header_news01 .header_bottom ::-webkit-input-placeholder { color:#fff;}

/*导航-二级下拉*/
.header_news01 .inav_news01 .sec_ul { display:none; position:absolute; top:100%; left:50%; z-index:1; margin-left:-70px; padding:25px 0; width:140px; background-color:#e60012; }
.header_news01 .inav_news01 .sec_li > a { display:block; height:30px; line-height:30px; font-size:14px; color:#fff; text-align:center; }
.header_news01 .inav_news01 .sec_li > a:hover { background-color:#c7000d; }


/*搜索下拉*/
.header_news01 .sear_inp{ background:url(../img/h_ser_t_news01.png) 10px center no-repeat #fff;font-size: 16px;color: #e60012;height: 45px;line-height: 45px;vertical-align: top;box-sizing: border-box;padding-left: 45px;width:91%; border:none;}
.header_news01 .submit{border-radius: 0;background-color: transparent;color: #fff;font-size: 18px; font-weight: bold;line-height: 45px;height: 45px;vertical-align: top;padding: 0;margin: 0;width: 60px;text-align: center; border:none; cursor:pointer;}
.header_news01 .search_box { display:none; position:absolute; top:100%; left:0; z-index:22; width:100%;  }
.header_news01 .search_box_con { padding:12px 0; background-color:#e60012; }
/*搜索下拉 end*/

.ibanner_news_01{height:420px;}
.ibanner_news_01 .banner_nav{bottom:0;background:#000;background:rgba(0,0,0,0.3);position:absolute;left:0;z-index:6;width:100%;text-align:right;line-height:42px;}
.ibanner_news_01 .banner_nav a{font-size:0;width:10px;height:10px;background:#fff;border-radius:50%;display:inline-block;margin-left:6px;vertical-align:middle;cursor:pointer;}
.ibanner_news_01 .banner_nav a.on{background:#e60012;}

.index_news01 .i_main{position:relative;z-index:10;}
.index_news01 .i_main li{float:left;margin-top:-16px;position:relative;width:150px;height:90px;margin-left:2px;}
.index_news01 .i_main li a{display:block;position:absolute;bottom:0;width:100%;left:50%;transform:translateX(-50%);-webkit-transition:all 0s ease 0s; transition:all 0s ease 0s;}
.index_news01 .i_main li a img{width:100%;height:100%;}
.index_news01 .i_main li:hover a{width:125%;z-index:1;}

.footer_news_01{position:fixed;bottom:0;left:0;width:100%;background:#e60012;color:#fff;font-size:13px;line-height:30px;}
.footer_news_01 a:hover{color:#fff;}

/*新首页--2017-07-11*/
.index_news01 .i_main li h3{position:absolute;top:10%;left:10%;font-size:18px;color:#fff;font-weight:normal;}
.ibanner_news_01{height:0;padding-bottom:30.8%;}
.ibanner img{width:100%;position:static;left:0;margin:0;}


/*2017-08-04 首页头尾替换已经下层颜色修改*/
.index_news01 .i_main{margin-bottom:30px;}
.footer{background:#353535;}
.center_title:hover{color: #e60012;}
a:hover{color: #e60012;}
.head .tool.tool3,.head .tool.tool2,.head .tool.tool1{}
.subnavs .subnavbox .navbtn,.subnavs .subnavlist{background-color: #a72126;}
.subnavs .thirdnavbox .link.cur, .subnavs .thirdnavbox .link:hover{background-color: #e60012;}
.subnavs .subnavlist .link{background-color: #a72126;}
.about_center_part3 .part3_r .img_text{background-color:#337ab7;}
.footer .st_link > a{color:#fff;}
.footer, .footer a{color:#fff;}
.footer .st_group_list{background:#fff;}
.footer .st_group_list .st_group_ul{background-color:#fff;}
.footer .st_group_tag{color:#000;}
.footer .addr_box .tit{color:#fff;}
.about_team .team_list li:hover .list_box{background:#3dabff;}
.about_team .team_list .team_name{color:#e60012;}
.uni_link1:hover{color:#e60012;}
.about_history .rec:hover .rec_hd{color:#e60012;}
.list_time_day{color:#e60012;}
.widget-newslist-10 li:hover .list_title a{color:#e60012;}
.service_center .list_btn:hover{color:#e60012;}
.service_energy .part3 .wrap:hover .img_cover{background: #3dabff;}
.service_energy_detail .bd_l{background-color: #e60012;}
.footer .st_group_list a{color:#555;}
.service_finance .service_cn_title{color: #a72126;}
.service_finance .list_r:hover .service_cn_title{color:#e60012;}
.service_finance .img_title{background:#a72126;}
.service_finance .list_l:hover .img_title{background:#e60012;}
.service_finance .list_r:hover .service_en_title{color:#e60012;}
.invest_shares .shares_l{background:#a72126;}
.widget-download-4 .download_item:hover .download_date, .widget-download-4 .download_item:hover .item_btn{color:#e60012;}
.news_index_07 .hd_title:hover, .news_index_07 .hd_more:hover{color:#e60012;}
.news_index_07 .part1 .tag_box .tag_02{background-color:#a72126;}
.news_index_07 .part1 .tag_box span:hover{background:#e60012;}
.news_index_07 .part2_r .time_box strong{color:#e60012;}
.news_index_07 .part2_r .r_bd_list li:hover .list_title{color:#e60012;}
body .select-ui-options li:hover, body .select-ui-options li.hover{background: #e60012;}
.widget-newslist-10 .hd_btn{background-color:#a72126;}
.widget-newsdetail-8 ._tools .share, .widget-newsdetail-8 ._tools .print{background-color:#a72126;}
.video_list li:hover .text_box{background:#e60012;}
.job_center_hd{background:#ffffff; opacity: 0.7;}
.inav .nav_li > a:hover{color:#e60012;}
.about_social .part3_btn:hover{color:#e60012;}
.assets_bd li:hover .list_box{background:#3dabff;}
.search_box_con{background:#e60012;}
.head_posi .sear_inp{color:#555;}
.about_center_part3 .center_title:hover{color: rgba(255,255,255,0.8);}
.job_center_hd .center_title:hover{color:#e60012;}
.head_posi .sear_inp{background: url(../img/h_ser_t_news01.png) 10px center no-repeat #fff;}

/*首页视频2017-09-05*/
.ibanner_news_01 .i_video{position:relative;}
.ibanner_news_01 .i_video #video{width:100%;}
.ibanner_news_01 .i_video .video_text{position:absolute;width:28%;top:38%;left:50%;margin-left: -14%;}

/*导航修改2017-09-07*/
.head_drop_con{background:#eee;color:#333;background-repeat: no-repeat;background-position:left top;}
.inav .sec_nav_li > a{color:#909090;}
.inav .nav_li:hover .sec_ul{background:#003062;}
.inav .nav_li:hover .sec_nav_li:hover{background:#0051a5;}

.assets_bd li:hover .hover_bj{display:none;}
.assets_bd li:hover .list_box{background-size: cover;}

/*2017-09-08修改*/
.service_center  a{color:#fff;}


/*2017-09-20修改*/
.assets_bd .img_box{height:0;padding-bottom:35.3%;overflow:hidden;}
.assets_bd .img_box img{width:100%;}
.assets_bd .list_box{border:none;}
.assets_bd li:last-child .list_box{border:none;}

/* history-6 start*/
.widget-history-10-slide{background:#fff;}
.widget-history-10-slide .history_hd{position:relative;padding:0px 80px;}
.widget-history-10-slide .hd_box{height:82px;overflow:hidden;}
.widget-history-10-slide .hd_border{position:absolute;width:100%;height:3px;background-color: #d7d7d7;top:31px;left:0;} 
.widget-history-10-slide .hd_arr{width:37px;height:37px;background:url(../img/his_arr_ico.png) no-repeat;position:absolute;top:13px;z-index:2;}
.widget-history-10-slide .arr_prev_ico{left:0;}
.widget-history-10-slide .arr_next_ico{right:0;background-position:-37px 0px;}
.widget-history-10-slide .hd_box li{padding-top:50px;font-size:20px;color:#675253;text-align:center;background:url(../img/dot_normal.png) no-repeat center 20px;cursor:pointer;}
.widget-history-10-slide .hd_box .tab_t_cur{background:url(../img/dot_cur.png) no-repeat center 0px;font-weight:bold;color:#c9151e;}
.widget-history-10-slide .hd_box .tab_t_cur .hover_border{width:100%;height:3px;background-color:#c9151e;position:absolute;top:31px;left:0;}
.widget-history-10-slide .history_bd{padding:30px 0px 30px;position:relative;}
.widget-history-10-slide .history_bd_line{width:1px;height:80%;position:absolute;top:30px;left:50%;}
.widget-history-10-slide .history_list{width:50%;}
.widget-history-10-slide .history_list .list_box{border:1px solid #eeeeee;position:relative;}
.widget-history-10-slide .history_list .list_horn,.widget-history-10-slide .history_list .list_ball{width:17px;height:17px;background-color:#000;display:block;position:absolute;}
.widget-history-10-slide .history_list .list_hd{padding:12px;color:#666666;}
.widget-history-10-slide .history_list .list_time{font-size: 36px;color: #da251d;font-weight: bold;padding:0px 0px 20px;display:block;width:100%;border:none;}
.widget-history-10-slide .history_list .list_title{font-weight:normal;font-size:14px;color:#666666;}
.widget-history-10-slide .history_bd_line{width:1px;height:100%;background-color:#d2d2d2;position:absolute;left:50%;top:0;}
.widget-history-10-slide .history_list .list_horn{width:16px;height:17px;background:url(../img/history_list_horn.jpg) no-repeat;position:absolute;top:32px;display:block;}
.widget-history-10-slide .history_list .list_ball{width:17px;height:17px;background:url(../img/history_list_ball.jpg) no-repeat center;display:block;top:31px;}
.widget-history-10-slide .history_list{padding-bottom:72px;}
.widget-history-10-slide .rightBox{padding-top:72px;}
.widget-history-10-slide .leftBox .list_horn{right:-15px;background-position:-16px 0px;}
.widget-history-10-slide .leftBox .list_ball{right:-50px;}
.widget-history-10-slide .rightBox .list_horn{left:-15px;background-position:0px 0px;}
.widget-history-10-slide .rightBox .list_ball{left:-50px;}
.widget-history-10-slide .leftBox .list_box_cover{padding:0px 40px 0px 0px;}
.widget-history-10-slide .rightBox .list_box_cover{padding:0px 0px 0px 40px;}
.widget-history-10-slide .bd_title{font-size:72px; color:#e6e6e6; background-color:#fff;padding:16px 0px 0px;text-align:center;font-family: Arial;line-height:80px;}
.widget-history-10-slide .leftBox .list_hd{text-align:right;}
.widget-history-10-slide .rightBox .list_hd{text-align:left;}
.widget-history-10-slide .history_box{padding-top:40px;}

@media only screen and (max-device-width: 1024px){
.widget-history-10-slide .history_bd_line{left:49%;}
.widget-history-10-slide .history_list{width:49%;}
.widget-history-10-slide .leftBox .list_box_cover{padding: 0px 40px 0px 40px;}
.widget-history-10-slide .rightBox .list_box_cover{padding: 0px 40px 0px 40px;}

}
@media only screen and (max-device-width: 640px){
.widget-history-10-slide .history_bd_line{display:none;}
.widget-history-10-slide .history_list{width:100%;}
.widget-history-10-slide .history_list .list_ball,.widget-history-10-slide .history_list .list_horn{display:none;}
.widget-history-10-slide .bd_title{font-size:50px;}

}

/*底部成员公司隐藏*/
.footer .st_group_list{display:none;}

.service_center .center_hd{display:none;}
.job_center_hd .en_title{display: none;}
.head_drop_con .tit,.head_drop_con .desc{display:none;}

/*江山控股-2017-10-31走进江山综合调整*/
.about_center_part2 .center_wrap{background:none;}
.about_center_part2 .center_wrap:hover{ box-shadow: none;}
.about_center_part2 .part2_box01 .list_box{position:relative;}
.about_center_part2 .part2_box01 .list_text{position:absolute;top:10%;left:8%;color:#fff;}
.about_center_part2 .part2_box01 .list_title{font-size:30px;font-weight:normal;margin-bottom: 10px;}
.about_center_part2 .part2_bottom .text_box{margin-top: 12%;}

.about_center_part2 .part2_bottom .left_box{position:relative;}
.about_center_part2 .part2_bottom .left_box:after{content:"";width:8px;height:320px;background:url(../img/about_center_border_new.png) no-repeat center;position:absolute;right: -10px;top:0;}
.about_center_part2 .part2_bottom .text_box{width:40%;}
.about_center_part2 .part2_bottom .img_box{margin-left: 10%;}
.about_center_part2 .part2_bottom{padding: 0 0 20px;}

/*挂件分页样式*/
.util-page{ font-size:0; color: #000; text-align: center;}
.util-page .gobutton,.util-page .sl,.util-page .num,.util-page .count { color: #000;display: inline-block;border: 1px solid #ededed;padding:5px 10px;vertical-align: middle;margin: 0 0 10px -1px;background: #fff; font-size:16px ;font-weight:normal; }
.util-page .gobutton.next{margin-left:10px;}
.util-page .num{margin:0 2px 10px;}
.util-page .num.cur{color:#fff; background:#e60012;}
.util-page .gobutton:hover,.util-page .num:hover,.util-page .current{color:#fff; background:#e60012;}
.util-page span.gobutton{ color:#000; margin-right:10px;}
.util-page span.gobutton:hover {color:#fff;}
.util-page .gobutton .ion{ font-size: .8em;}
.util-page .count { margin-left:10px; color:#000; background:none; border:none; }

/*20171129修改*/
.news_index_07 .part2_r .hd_title{font-size:14px;float:right;}

/*荣誉20171205*/
.about_honor .history_hd{margin-bottom:30px;}
.uni_pro_list2 .cell_con{padding-bottom:20px;}
.uni_pro_list2 .txt_wrap .txt{min-height:54px;}

/*20171228*/
.widget-invest-5 .pt3{margin-bottom:30px;}
.widget-invest-5 .pt3 .list_box{position:relative;}
.widget-invest-5 .pt3 .list_text{position:absolute;top:10%;left:8%;color:#fff;}
.widget-invest-5 .pt3 .list_title{font-size:30px;font-weight:normal;margin-bottom: 10px;}
.widget-invest-5 .pt2 .l_box{width:100%;}
.widget-invest-5 .pt2 .l_box .rect-65{padding-bottom:32.5%;}
.widget-invest-5 .pt2 .l_box .mask{width:50%;height:100%;}
.widget-invest-5 .pt2 .l_box .mask .pd{padding:50% 5% 0;}
.widget-invest-5 .pt2 .r_box{display:none;}

/*全站搜索2017-01-21*/
.channel-content-40768 .Tit2,.channel-content-40768 .Tit2 a{height:56px;font:bold 24px/56px 'microsoft yahei';color:#333;}.Tit2 a:hover{color:#333;}
.channel-content-40768 .sear{padding:25px 0 25px 10px;background:#eee;}
.channel-content-40768 .sear .t{font-size:15px;font-weight:bold;line-height:2.4;}
.channel-content-40768 .serv_select li{float:left;width:36px;border:1px solid #ccc;background:#fff;padding:0 5px;margin-right:5px;cursor:pointer;}
.channel-content-40768 .rect{display:inline-block;width:2px;height:3px;overflow:hidden;border-left:2px solid #fff;border-bottom:2px solid #fff;margin-top:9px;}
.channel-content-40768 .on .rect{border-color:#e60013;}
.channel-content-40768 .sear_f{border:1px solid #ccc;background-color:#fff;height:28px;}
.channel-content-40768 .result{border-top:1px solid #ddd;padding:10px 10px 0;margin-top:20px;}
.channel-content-40768 .sear_result li{margin-bottom:10px;margin-top: 20px;}
.channel-content-40768 .sear_result a{color:#333;}
.channel-content-40768 .sear_result a:hover{text-decoration:underline;}
.channel-content-40768 .sear_result .el{font-size:14px;_width:100%;}
.channel-content-40768 .sear_result .p{padding:10px 20px;border-top:1px solid #ddd;margin-top:10px;}
.channel-content-40768 .sear_result .type{color:#000;display:inline-block;padding:0 1em;border-right:1px solid #ddd;margin-right:1em;font-weight: bold;}
.channel-content-40768 .dib{-moz-inline-stack:inline-block;display:inline-block;*display:inline;*zoom:1; vertical-align:middle; padding:0 3px;}
.channel-content-40768 .sear_filt label span{vertical-align: -2px;}
.channel-content-40768 .submit{background-color: #fff;width: 60px;cursor: pointer;border: 1px solid #ccc;height: 30px!important;vertical-align: -1px;}
.channel-content-40768 .sear_f .inp{height: 28px;line-height: 28px;padding: 0 0 0 5px;}
.channel-content-40768 .channel-content-40768-flag{background: transparent;}
.channel-content-40768 .dib { padding:0; }
.channel-content-40768 .sear_f .inp { line-height:28px; border:none; }
/*page*/
/* page-1 start*/
 .page{font-size: 12px; color: #777777; text-align: center; margin-top: 70px;margin-bottom: 55px;}
 .page a,.page span { color: #777777;display: inline-block;border: 1px solid #ededed;padding: 5px 10px;vertical-align: middle;margin: 0 0 10px -1px;}
 .page .goprev{margin-right: 10px;}
 .page .gonext,.page .count {margin-left: 10px;}
 .page i{    color: #777777;
    display: inline-block;
    padding: 5px 10px;
    vertical-align: middle;
    margin: 0 0 10px -1px;}
 .page a:hover,.page span{color:#fff; background: #0081e8;}
 .page span.count { border: 0;background: 0;color: #777777;}
 .album_wrap .slide_wrap img { max-height: 80%!important;}

 /*20180104*/
 .invest_shares .r_border{padding:30px 20px;}
 .invest_shares .r_border .tip{padding-top:10px;color:#666;text-align:center;font-size:13px;}

 /*20180105*/
 .widget-invest-5 .pt2 .l_box .mask .name .more{display:block;font-size:14px;margin-top:10px;}
 .widget-invest-5 .pt2 .l_box .mask .num{float:none;text-align:right;margin-bottom:20px;}

 /*20180108*/
 .widget-invest-5 .pt2 .l_box .mask .pd{padding:5%;}
 .widget-invest-5 .pt2 .l_box .mask .r{margin-top:50%;}

 /*20180109*/
 .invest_notice_new .download_item{line-height:normal;padding:30px 0px;}
 .invest_notice_new .item_btn{line-height:normal;}
 .invest_notice_new .download_title .list_tip{font-size:14px;color:#999;display:block;}
 .invest_notice_new .download_title a{display:block;padding:4px 0px;}
 .invest_notice_new .item_btn{padding: 15px 0px 0px;}