@charset "UTF-8";
body,html,div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,b,strong,em,i,th,*{
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:14px;
	font-family:"微软雅黑","Microsoft YaHei","宋体","Arial","Verdana","sans-serif","SimSun";
}
body{background:#fff;min-width:1150px;overflow-x:hidden;}
body,html{height:100%;width:100%;}
ul,ol,li,dl,dt,dd{list-style:none;}
a{text-decoration:none;}
img{border:0 none;}
p{text-align:justify;text-justify:distribute-all-lines;line-height:1.7em;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.margin_auto{margin:0 auto;}
img.margin_auto{display:block;}

.wrapper{width:1120px;margin:0 auto;}
.billion_wrapper{width:1000px;margin:0 auto;}

.font36{font-size:36px;transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;}
.font34{font-size:34px;transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;}
.font32{font-size:32px;transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;}
.font30{font-size:30px;transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;}
.font28{font-size:28px;transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;}
.font24{font-size:24px;transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;}
.font20{font-size:20px;transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;}
.font18{font-size:18px;transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;}
.font16{font-size:16px;transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;}
.intro{line-height:1.75em;transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;}


.h10{height:10px;}
.h20{height:20px;}
.h30{height:30px;}
.h40{height:40px;}
.h50{height:50px;}
.h60{height:60px;}
.h80{height:80px;}

/* =========== 公用页头和页脚 begin  ========== */
header{width:100%;height:140px;background:url(/images/web_cn/index_child_logo_bg.jpg) center top #020202;}
.header_con{width:1120px;height:140px;margin:0 auto;}
.header_con .logo{float:left;width:623px;height:100%;}
.header_con .logo img{display:block;width:100%;}
.header_con .slogan{float:right;height:100%;}
.header_con .slogan img{display:block;height:100%;}
nav{width:100%;height:59px;border-bottom:1px solid #f4db86;background:#000;position:relative;z-index:9999;}
.nav_list{width:1100px;height:100%;position:relative;}
.nav_list li{float:left;height:100%;line-height:59px;padding-right:30px;}
.nav_list a{color:#ece2a5;font-size:18px;line-height:59px;display:block;padding:0 20px;height:100%;text-align:center;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;}
.nav_list .current a,
.nav_list a:hover{background:#ece2a5;color:#000;}
.nav_list .last_li{position:absolute;right:0;padding:0;width:80px;height:30px;}
.nav_list .last_li a{font-size:16px;background:#f4db86;color:#000;padding:0;margin-top:15px;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;width:100%;height:30px;line-height:29px;}

.go_top_btn{position:fixed;bottom:10px;right:8%;cursor:pointer;display:none;}

.footer{width:100%;color:#969696;background:url(/images/web_cn/company_item_bg_02.jpg) #242424;text-align:center;padding:10px 0;border-bottom:10px solid #000;}

/* =========== 公用页头和页脚 end  ========== */

/* ============ 首页 ========= */
.index_body{background:url('/images/web_cn/index_body_bg.jpg') center top #020202;overflow:hidden;}
.index_main{width:1145px;min-height:700px;margin:0 auto;/*overflow-y:hidden;*/}
.index_menu{width:100%;position:relative;}
.index_menu_con{cursor:pointer;width:30px;height:36px;padding:3px 9px 6px;border:1px solid #e4d07e;position:absolute;top:10px;right:0;z-index:99;overflow:hidden;background:#020202;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;}

.index_menu_con:hover{width:106px;height:200px;padding:19px 49px 19px 45px;}
.index_menu_con:hover .index_menu_thumb{
	display:none;
	animation:fadeInDown .5s .3s ease both;
	-webkit-animation:fadeInDown .5s .3s ease both;
	-moz-animation:fadeInDown .5s .3s ease both;	
}
.index_menu_con:hover .index_menu_list{
	display:block;
	animation:fadeInLeftBig .5s .2s ease both;
	-webkit-animation:fadeInLeftBig .5s .2s ease both;
	-moz-animation:fadeInLeftBig .5s .2s ease both;
}


.index_menu_thumb p{height:5px;margin-top:6px;}
.index_menu_thumb .p1{border-right:20px solid #e4d07e;width:10px;}
.index_menu_thumb .p2{border-right:30px solid #e4d07e;width:0;}
.index_menu_thumb .p3{border-right:10px solid #e4d07e;width:20px;}
.index_menu_list{width:106px;height:200px;display:none;}
.index_menu_list li{height:40px;text-align:right;width:96px;padding-right:15px;position:relative;}
.index_menu_list a{font-size:18px;color:#d5c276;line-height:40px;}
.index_menu_list i{width:3px;height:1em;background:#e4d07e;position:absolute;left:102px;top:12px;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;}
.index_menu_list a:hover i,
.index_menu_list li:hover i{width:13px;}
.index_logo{width:100%;height:280px;position:relative;}
.index_logo img{position:absolute;left:50%;top:0;z-index:0;margin-left:-129px;}
.index_logo .logo{z-index:9;}
.index_logo .logo_bg{z-index:8;}
.index_company{width:1168px;height:158px;margin:0 auto;position:relative;}
.index_company img{position:absolute;left:0;top:0;}
.index_wz{width:507px;height:65px;margin:0 auto;position:relative;}
.index_wz img{position:absolute;left:0;top:0;}
.index_about_us{width:120px;height:40px;text-align:center;display:block;line-height:40px;font-size:18px;color:#ece2a5;border:1px solid #ece2a5;margin:0 auto;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;}
.index_about_us:hover{background:#ece2a5;color:#000;}
.index-company-wz{text-align:center;font-size:16px;color:#383733;line-height:1.7em;}
.index_lang_wz{display:block;height:20px;width:80px;text-align:right;margin:0 auto;font-size:16px;color:#ece2a5;background:url(/images/web_cn/lang_en_icon.png) left center no-repeat;}

.index_between_01{height:60px;}
.index_between_02{height:25px;}
.index_between_03{height:15px;}
/* ======== 首页 end ======= */

/* ======== 公司简介 begin ======= */

/*公司概况*/
.company_banner{width:100%;height:320px;background:url(/images/web_cn/company_banner.jpg) #000 center top no-repeat;}
.company_banner_con{width:1030px;height:100%;position:relative;background:url(/images/web_cn/company_banner_menu.png) 430px 56px no-repeat;}
.company_banner_nav{width:600px;height:200px;position:absolute;right:0;bottom:0;}
.company_banner_nav a{position:absolute;background:url(/images/web_cn/company_icon_small.png) no-repeat;font-size:18px;color:#90804b;width:90px;height:30px;line-height:30px;text-align:center;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;}
.company_banner_nav .cbn_01{left:10px;top:115px;background-position:center top;padding-top:22px;}
.company_banner_nav .cbn_02{left:155px;top:55px;background-position:center bottom;padding-bottom:22px;}
.company_banner_nav .cbn_03{left:305px;top:106px;background-position:center top;padding-top:22px;}
.company_banner_nav .cbn_04{left:490px;top:70px;background-position:left center;padding-left:22px;} 
.company_banner_nav .current,
.company_banner_nav a:hover{background-image:url(/images/web_cn/company_icon_big.png);font-size:20px;color:#f4db86;}

.company_item{width:100%;overflow:hidden;}
.company_item img{
	opacity:0;
	transform:translateY(150px);
	-moz-transform:translateY(150px);
	-webkit-transform:translateY(150px);
}
.company_item p{color:#323232;width:100%;text-align:center;line-height:2em;transform:translateY(50px);-moz-transform:translateY(50px);-webkit-transform:translateY(50px);}

.company_item_01{width:100%;}
.company_item_01 .title{font-size:36px;}
.company_item_01 .title_remark{font-size:24px;}
.company_item_01 .intro{font-size:20px;}
.company_item_01 .item_list{
	width:1120px;
	margin:0 auto;
	padding:15px 0;
}
.company_item_01 .item_list .item{width:33.3%;float:left;}
.company_item_01 .item_list .item img{
	display:block;width:142px;margin:0 auto;
	/*  opacity: 1;
	    transform: translateY(0); 
	    -moz-transform: translateY(0);
	    -webkit-transform: translateY(0);  */
}
.company_item_01 .item_list .item p{text-align:center;padding:30px 0;font-size:20px;}

.company_mk{width:100%;height:455px;overflow:hidden;padding-top:45px;;}
.company_mk img{height:92%;}

.company_item_02{width:100%;overflow:visible;background:url(/images/web_cn/tsdy_bg.png?v=1.0) #222 center bottom no-repeat;}
.company_item_02 .title{font-size:32px;}
.company_item_02 .title_remark{font-size:28px;}
.company_item_02 .intro{font-size:20px;}
.item_out{padding-top:40px;background:url(/images/web_cn/company_bg_02.png?v=1.0) center top no-repeat;background-size:100% 90%;}
.company_item_02 .ci_list{width:1170px;padding-top:90px;}
.company_item_02 p{line-height:1.7em;color:#f4db86;}
.ci_list li{float:left;width:33.3%;}
.ci_list li img{padding-bottom:30px;}
.company_item_02 .ci_02{padding-top:60px;padding-bottom:30px;}
.company_web_thumb{width:80%;height:460px;position:relative;}
.company_web_thumb img{position:absolute;left:0;top:0;width:100%;}
.company_web_thumb .img_1{z-index:9;}
.company_web_thumb .img_2{z-index:8;}
.company_item_03{background:#fff;}
.company_item_03 .title{font-size:28px;}
.company_item_03 .intro{font-size:20px;}
.company_item_03 .left_cons p{text-align:left;}
.company_item_03 .cons_box{width:1120px;margin:0 auto;padding:40px 0 60px;}
.company_item_03 .left_cons{width:50%;float:left;padding-top:70px;}
.company_item_03 .left_cons .intro{text-align:left;padding-bottom:35px;}
.company_item_03 .right_cons{width:49%;float:right;height:700px;position:relative;}
.company_item_03 .right_cons img{max-width:100%;position:absolute;right:-40px;}
.company_item_03 .btn{}
.company_item_03 .btn a{
	display:block;
	font-size:23px;
	width:230px;
	height:60px;
	color:#fff;
	background:#333;
	cursor:pointer;
	text-align:center;
	line-height:60px;
	border-radius:40px;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
}
.company_item_03 .btn a:hover{background:#444;}
.company_item_03 .btn span{display:inline-block;font-size:23px;padding-right:30px;line-height:60px;background:url('/images/web_cn/arrow_right_icon.png?v=1.0') right center no-repeat;}
.company_item_04{width:100%;height:690px;padding-top:228px;background:url(/images/web_cn/mlsp_bg.jpg) center center no-repeat;position:relative;}
.company_item_04 p{color:#333;text-align:right;line-height:2.2em;}
.company_item_04 .img{padding-bottom:15px;}
.company_item_04 .img img{}
.company_item_04 .title span{}

.company_item_04 .title{font-size:28px;}
.company_item_04 .cons_box{width:1120px;margin:0 auto;padding:60px 0;position:relative;}
.company_item_04 .left_img{width:829px;position:absolute;left:-150px;top:10px;}
.company_item_04 .intro{padding-bottom:25px;font-size:20px;}
.company_item_04 .btn{padding-right:40px;text-align:right;}
.company_item_04 .btn a{
	display:inline-block;
	font-size:23px;
	width:230px;
	height:60px;
	color:#fff;
	background:#333;
	cursor:pointer;
	text-align:center;
	line-height:60px;
	border-radius:40px;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
}
.company_item_04 .btn a:hover{background:#444;}
.company_item_04 .btn span{display:inline-block;font-size:23px;padding-right:30px;line-height:60px;background:url('/images/web_cn/arrow_right_icon.png?v=1.0') right center no-repeat;}

.first_img .fi_01{z-index:6;}

.company_item_05{background:url('/images/web_cn/last_bottom_bg.png') #fff center bottom repeat-x;position:relative;}
.company_item_05 .cons_box{width:1120px;height:20px;position:relative;margin:0 auto;}
.company_item_05 .wz_box{width:100%;position:absolute;top:115px;z-index:20;}
.company_item_05 .title{font-size:32px;}
.company_item_05 .intro{font-size:20px;}
.company_item_05 .wz_box p{text-align:center;}
.company_item_05 .wz_box .intro{line-height:2.5em;}
.company_last_wz{width:1120px;height:750px;margin:0 auto;position:relative;}
.company_last_wz .img{position:absolute;top:0;z-index:9;}
.company_last_wz .right_img{right:-400px;}
.company_last_wz .left_img{left:-400px;}
.company_last_wz .wz{display:block;margin:0 auto;width:38%;}

/* 公司发展 */
.company_time{background:#ebebeb;}
.company_cons{width:1180px;height:1418px;background:url('/images/web_cn/about_time_cons.jpg?v=1.0') center top no-repeat;margin:0 auto;}
.company_time p{font-size:20px;color:#000;width:480px;position:absolute;}
.company_time .right{left:620px;}
.company_time .left{left:0;text-align:right;}
.company_time .p1{top:100px;}
.company_time .p2{top:240px;}
.company_time .p3{top:390px;}
.company_time .p4{top:532px;}
.company_time .p5{top:655px;}
.company_time .p6{top:795px;}

/*公司前景*/
.company_prospect_qj{width:100%;padding-bottom:450px;background:url(/images/web_cn/company_prospect.png) #ebebeb center bottom no-repeat;}
.company_prospect_qj p{width:920px;color:#000;text-indent:2em;}
.company_prospect_qj .font28{padding-top:60px;}

/* 公司展望 */
.company_prospect{width:100%;background:url(/images/web_cn/outlook_bg.jpg?v=1.1) center top;background-size:cover;}
.company_prospect .prospect_cons{width:890px;margin:0 auto;position:relative;padding-bottom:110px;}
.company_prospect .title{font-size:24px;color:#988c31;line-height:1.7em;padding-top:60px;}
.company_prospect .intro{font-size:20px;color:#000;text-indent:2em;}
.company_prospect .prospect_01{width:610px;}
.company_prospect .prospect_02{width:755px;float:right;}
.company_prospect .prospect_03{width:610px;}
.company_prospect .prospect_04{width:755px;float:right;}

/* .prospect_wz img{position:absolute;}
.prospect_01{padding-top:90px;padding-bottom:60px;}
.prospect_01 img{top:90px;}
.prospect_02{width:100%;background:url(/images/web_cn/company_zw_title_bg.jpg) center center no-repeat;padding-top:50px;padding-bottom:90px;}
.prospect_02 p,.prospect_02 h3{padding-left:0;}
.prospect_03{padding-top:30px;padding-bottom:140px;}
.prospect_03 img{left:-50px;top:-50px;} */

/* ======== 公司简介 end ======= */

/* ========= 百亿生态圈 begin ======== */
/* 百亿生态圈 */
.billion_banner{width:100%;height:310px;background:url(/images/web_cn/tenBillion_banner.jpg) center top no-repeat;}
.billion_time{height:400px;background:url(/images/web_cn/tenBillion_01.jpg?v=1.0) center top no-repeat;}
.billion_time p,
.billion_us p,
.billion_recrut p{font-size:14px;line-height:1.75em;color:#fff;width:500px;padding-top:160px;text-indent:2em;}
.billion_us{height:400px;background:url(/images/web_cn/tenBillion_02.jpg) center top no-repeat;}
.billion_us p{padding-left:498px;}
.billion_recrut{height:440px;background:url(/images/web_cn/tenBillion_03.png)  center 60px no-repeat;}
.billion_recrut p{margin:0 auto;padding-left:0;color:#000;padding-top:140px;}
.billion_recrut .recrut-green{font-size:18px;color:#469b32;padding-top:10px;}
.billion_recrut .recrut-span{width:100%;height:40px;padding-top:120px;text-indent:0;}
.recrut-span span{float:left;width:20%;font-size:16px;text-align:center;}
.billion_resource{height:830px;background:url(/images/web_cn/tenBillion_04.png) #edf2f8 center 60px no-repeat;}
.billion_resource .txt{text-indent:2em;line-height:1.75em;padding-top:160px;font-size:14px;height:100px;}
.br-box{padding-top:20px;height:440px;width:1000px;}
.br-item-ul{height:180px;width:440px;padding-left:20px;padding-top:40px;padding-right:10px;}
.br-item-ul li{font-size:16px;color:#fff;line-height:1.75em;}
.billion_resource_wz{width:500px;margin:0 auto;font-size:14px;text-indent:2em;line-height:1.75em;}
.billion_price{height:700px;background:url(/images/web_cn/tenBillion_05.png) center 60px no-repeat;}
.billion_price .top_wz{width:500px;font-size:14px;color:#000;line-height:1.75em;text-indent:2em;padding-top:150px;margin:0 auto;}
.billion_price .three-ul{width:100%;height:80px;padding-top:170px;}
.billion_price .three-ul li{width:33.3%;float:left;height:100%;font-size:16px;color:#fff;text-align:center;line-height:1.75em;}
.billion_price .two-ul{width:100%;height:170px;padding:10px 0;}
.billion_price .two-ul li{font-size:14px;text-indent:2em;line-height:1.75em;}
.billion_price .two-ul .fl{width:440px;}
.billion_price .two-ul .fr{width:520px;}
.billion_join{height:560px;background:url(/images/web_cn/tenBillion_06.jpg) center top no-repeat;}
.billion_join .top_wz{width:500px;font-size:14px;color:#fff;line-height:1.75em;text-indent:2em;padding-top:150px;margin:0 auto;}
.billion_join .left_wz{width:420px;padding-right:420px;font-size:16px;text-indent:2em;color:#fff;padding-top:130px;line-height:1.75em;padding-left:30px;}

/* 联系我们 */
.contact_us_banner{width:100%;height:320px;background:url(/images/web_cn/contact_us_banner.jpg) #000 center top no-repeat ;}
.contact_us_banner p{padding-left:595px;color:#f4db86;font-size:18px;}
.contact_us_banner .first_p{padding-top:160px;}
.cus_cons{position:relative;height:490px;}
.map_cons{width:100%;}
.map_cons .map_thumb{margin-top:35px;margin-left:160px;cursor:pointer;width:720px;height:400px;background:url(/images/web_cn/map_img.png) right bottom no-repeat ;}
.map_cons .map_thumb:hover{background-image:url(/images/web_cn/map_img_hover.png);}
.map_cons .map_wechat{width:120px;height:160px;position:absolute;left:900px;top:90px;text-align:center;}
.map_wechat img{padding:5px 10px;}
.map_wechat .wz_span{font-size:18px;}

.allmap_out{height:0;position:relative;overflow:hidden;}
#allmap{width:100%;height:490px;position:absolute;left:0;top:0;border:1px solid #c8c8c8;}
.allmap_wechat{border:1px solid #c8c8c8;position:absolute;bottom:0;right:0;padding:14px;background:#fff;width:104px;}
.allmap_wechat .wz_span{display:block;width:100%;text-align:center;font-size:18px;padding-top:5px;}
.close_map_btn{width:36px;height:36px;position:absolute;top:0;right:0;background:#333;color:#fff;text-align:center;line-height:35px;font-size:20px;cursor:pointer;border-radius:25px;-webkit-border-radius:25px;-moz-border-radius:25px;display:none;z-index:9999;}


/* 新闻 */
.news_list{width:1360px;margin:0 auto;}
.news_list li{padding:20px 35px;width:250px;height:220px;float:left;background:#fff;margin:20px 10px 0 10px;
	box-shadow:0px 0px 8px #c0bfbf;border-radius:5px;
	-webkit-box-shadow:0px 0px 8px #c0bfbf;-webkit-border-radius:5px;
	-moz-box-shadow:0px 0px 8px #c0bfbf;-moz-border-radius:5px;
	text-align:center;
	position:relative;
}
.news_list a{display:block;width:100%;height:100%;overflow:hidden;}
.news_list img{width:240px;height:160px;background:#808080;display:block;margin:0 auto;}
.news_list span{display:block;width:100%;color:#323232;line-height:1.5em;padding-top:10px;}
.news_list .line{position:absolute;left:80px;top:250px;height:3px;width:160px;background:#f4db86;}

.news_detail{background:#fff;box-shadow:0 0 6px #c0bfbf;-moz-box-shadow:0 0 6px #c0bfbf;-webkit-box-shadow:0 0 6px #c0bfbf}
.news_detail .title{font-size:28px;text-align:center;padding-top:30px;}
.news_detail .title_remark{text-align:center;color:#666;padding:10px 0;}
.detail_cons{padding:10px 100px;}
.detail_cons img{max-width:100%;}
.detail_cons p{padding:2px 0;line-height:2em;}

/* 业务范畴 */
.business_index_banner{width:100%;height:320px;background:url(/images/web_cn/business_banner.jpg) #1e1e1e center top no-repeat ;}
.business_index{width:1110px;height:1100px;}
.business_index a{width:270px;height:200px;overflow:hidden;display:block;position:relative;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;box-shadow:0 0 10px #999;-webkit-box-shadow:0 0 10px #999;-moz-box-shadow:0 0 10px #999;}
.business_index a img{width:100%;}
.business_index span{position:absolute;left:50%;top:50%;background:rgba(0,0,0,0.4);color:#f4db86;text-align:center;line-height:200px;width:0px;height:0px;overflow:hidden;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;}
.business_index a:hover span{
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	transform-origin:50% 50%;
	-webkit-transform-origin:50% 50%;
	-moz-transform-origin:50% 50%;
}
.business_index .bi_top{width:100%;height:210px;}
.business_index .top_mid_a{width:270px;margin:0 10px;}
.business_index .bi_left{width:550px;height:620px;}
.business_index .bi_right{width:550px;height:620px;}
.business_index .w550{width:550px;}
.business_index .h410{height:410px;}
.business_index .h410 span{line-height:410px;}
.business_index .bi_left_top{width:100%;height:630px;}
.bi_left_top .yslp{margin-bottom:10px;}
.business_index .bi_left_bottom{width:100%;height:200px;}
.bi_right .match{width:100%;}
.business_index .hzh{margin-bottom:10px;}
.business_cons_box{width:100%;background:url('/images/web_cn/syzj_cons_bg.jpg') #fff center top no-repeat;}
.business_cons_box .cons_box{width:1200px;margin:0 auto;}
.business_cons_box .cons_box img{display:block;width:100%;}

.bussiness_banner{position:relative;}
.business_menu{width:190px;border:5px solid #c0a465;background:#282828;padding-bottom:5px;position:absolute;top:40px;z-index:99;box-shadow:0 0 20px #000 inset;-webkit-box-shadow:0 0 20px #000 inset;-moz-box-shadow:0 0 20px #000 inset;}
.business_menu dt{height:70px;line-height:70px;text-align:center;font-size:18px;background:#000;color:#f4db86;margin-bottom:5px;}
.business_menu dd{width:150px;height:39px;padding:0 20px;}
.business_menu a{display:block;white-space:nowrap;padding-left:30px;width:120px;height:100%;line-height:39px;border-bottom:1px dotted #505050;background:url(/images/web_cn/dian_small_icon.png) left center no-repeat;font-size:17px;color:#90804b;transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;}
.business_menu .current a,
.business_menu a:hover{color:#f4db86;background-image:url(/images/web_cn/dian_big_icon.png);}
.business_menu dd:last-child a{border-bottom:0 none;}
.business_cons{width:920px;padding-left:200px;text-align:center;}
.business_cons p{width:100%;text-align:center;}
.business_cons .wz{font-size:16px;width:720px;margin:0 auto;text-indent:2em;text-align:justify;color:#323232;line-height:2em;}
.business_cons .f4db86{color:#f4db86;}
.business_cons .title_top_height{height:60px;}

.business_wz_cons .title{text-align:center;font-size:26px;color:#323232;padding:20px 0;}

.bussiness_banner_out{width:100%;}
.business_height{height:0px;}


/*开言分享*/
.zky_banner_out{height:660px;background:url(/images/web_cn/zky_banner.png) center top no-repeat;}
.zky_banner{height:670px;margin-top:-660px;}
.zky_banner p{width:100%;text-align:center;line-height:1.5em;}
.zky_banner .wz {text-align:center;}
.zky_banner .wz span{padding:0 16px;font-size:18px;}
.zky_wz_list_out{padding-bottom:750px;background:url(/images/web_cn/zky_img2.png?v=1.0) right bottom no-repeat;}
.zky_wz_list{width:100%;padding-top:45px;}
.zky_wz_list li{width:280px;float:left;padding-left:10px;}
.zky_wz_list .mid_li{padding:0 30px;}
.zky_wz_list p{width:100%;text-indent:2em;text-align:left;padding-bottom:1em;color:#323232;}
.last_wz{padding-bottom:360px;background:url(/images/web_cn/zky_mk.png) center bottom no-repeat;width:645px;margin:0 auto;text-indent:2em;}
.last_wz p{text-align:left;}

/*童声汇*/
.tsh_banner_out{height:506px;background:url(/images/web_cn/tsh_banner.png) center bottom no-repeat;margin-bottom:-506px;}
.tsh_banner{height:506px;}
/*名声汇*/
.msh_banner_out{height:450px;background:url(/images/web_cn/msh_banner.jpg) #000 center bottom no-repeat;margin-bottom:-450px;}
.msh_banner{height:450px;}
/* 友声汇 */
.ysh_banner_out{height:450px;background:url(/images/web_cn/ysh_banner.jpg) #000 center bottom;margin-bottom:-450px;}
.ysh_banner{height:450px;}
/* 有声礼品 */
.yslp_banner_out{height:504px;background:url(/images/web_cn/yslp_banner.png) center bottom;margin-bottom:-504px;}
.yslp_banner{height:504px;}
/*名片TV*/
.mptv_banner_out{height:490px;background:url(/images/web_cn/mptv_banner.png) center bottom;margin-bottom:-490px;}
.mptv_banner{height:490px;}
/*配音达人秀*/
.match_banner_out{height:450px;background:url(/images/web_cn/match_banner.jpg) center bottom;margin-bottom:-450px;}
.match_banner{height:450px;}
/*画中话*/
.hzh_banner_out{height:505px;background:url(/images/web_cn/hzh_banner.png) center bottom;margin-bottom:-505px;}
.hzh_banner{height:505px;}
/*有声祝福*/
.yszf_banner_out{height:450px;background:url(/images/web_cn/yszf_banner.jpg) center bottom;margin-bottom:-450px;}
.yszf_banner{height:450px;}
/*大地飞声*/
.ddfs_banner_out{height:526px;background:url(/images/web_cn/ddfs_banner.png) center bottom;margin-bottom:-526px;}
.ddfs_banner{height:526px;}
/*人声第一课*/
.rsdyk_banner_out{height:450px;background:url(/images/web_cn/rsdyk_banner.jpg) center bottom;margin-bottom:-450px;}
.rsdyk_banner{height:450px;}
/*待机传媒*/
.djcm_banner_out{height:552px;background:url(/images/web_cn/djcm_banner.png) center bottom;margin-bottom:-552px;}
.djcm_banner{height:552px;}
/*全球汇展宣传*/
.hzxc_banner_out{height:532px;background:url(/images/web_cn/hzxc_banner.png) center bottom;margin-bottom:-532px;}
.hzxc_banner{height:532px;}

/*声音镜子*/
.syjz_banner_out{height:450px;background:url(/images/web_cn/syjz_banner.jpg?v=1.0) center bottom;margin-bottom:-450px;}
.syjz_banner{height:450px;}
/*天之骄子*/
.tianzhijiaozi_banner_out{height:1000px;background:url(/images/web_cn/tian01.jpg?v=1.0) center bottom;margin-bottom:-450px;}
.tianzhijiaozi_banner{height:450px;}
/*声音教练*/
.syjl_banner_out{height:450px;background:url(/images/web_cn/syjl_banner.jpg) center bottom;margin-bottom:-450px;}
.syjl_banner{height:450px;}
.syjl_cons_box{width:100%;}
.syjl_cons_box .wz{font-size:22px;color:#333;line-height:1.8em;}
.syjl_cons_box .img{display:block;margin:0 auto;}
.syjl_cons_box .cons_box{width:1120px;margin:0 auto;}
.syjl_cons_box .item_01{width:100%;height:700px;background:#efefef;margin-bottom:-85px;}
.syjl_cons_box .item_01 .wz{width:720px;margin:0 auto;text-align:center;padding-top:80px;}
.syjl_cons_box .item_02{position:relative;z-index:9;width:100%;height:970px;padding-top:130px;background:url('/images/web_cn/syjl_cons_bg_02_2.jpg?v=1.1') center top no-repeat;}
.syjl_cons_box .item_02 .wz{width:880px;margin:0 auto;text-align:center;padding-top:10px;}
.syjl_cons_box .item_03{width:100%;background:#fff;padding:20px 0 80px;}
.syjl_cons_box .item_03 .title{text-align:center;font-size:32px;color:#333;}
.syjl_cons_box .item_03 .wz{text-align:center;font-size:28px;color:#333;padding-bottom:20px;}
.syjl_cons_box .item_03 .video_box{width:100%;height:630px;padding-top:18px;overflow:hidden;background:url('/images/web_cn/syjl_video_bg.png?v=1.0') center center no-repeat;background-size:100% 100%;}
.syjl_cons_box .item_03 .video_box .video_cons{
	width:1080px;
	height:608px;
	margin:0 auto;
	background:#000;
	overflow:hidden;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
}
.syjl_cons_box .item_04{
	width:100%;
	height:655px;
	background:url('/images/web_cn/syjl_cons_bg_04.jpg') center center no-repeat;
}

/*播动视频*/
.bdsp_banner_out{height:450px;background:url(/images/web_cn/bdsp_banner.jpg) center bottom;margin-bottom:-450px;}
.bdsp_banner{height:450px;}

/*海外留学*/
.hwlx_banner_out{height:450px;background:url(/images/web_cn/hwlx_banner.jpg) center bottom;margin-bottom:-450px;}
.hwlx_banner{height:450px;}

/* 美丽视频-微电影 */
.mlsp_bannerr_out{height:496px;background:url(/images/web_cn/mlsp_banner.jpg) center bottom;margin-bottom:-496px;}
.mlsp_banner{height:496px;}








@media screen and (max-width:1600px) {
	.font36{font-size:28px;}
	.font34{font-size:26px;}
	.font32{font-size:24px;}
	.font30{font-size:22px;}
	.font28{font-size:24px;}
	.font24{font-size:20px;}
	.font20{font-size:18px;}
	.font18{font-size:16px;}
	.font16{font-size:14px;}
	.company_item_04 .img img{width:185px;}

	.nav_list a{font-size:16px;}
	.nav_list .last_li a{font-size:14px;letter-spacing:1px;}

	.company_mk{height:380px;}
	.company_web_thumb{width:1220px;height:360px;position:relative;}

	/* .prospect_01 img{height:170px;}
	.prospect_01 p,
	.prospect_03 p,.prospect_03 h3{padding-left:295px;}
	.prospect_03 img{height:300px;} */

	.company_item_04 .first_img{margin-bottom:-260px;width:900px;height:700px;}

	.news_list{width:1020px;}

	.business_cons .wz{font-size:14px;}
	.business_cons .title_top_height{height:30px;}

	/* .business_menu dt{font-size:16px;height:50px;line-height:50px;margin-bottom:5px;}
	.business_menu dd{height:32px;}
	.business_menu a{font-size:17px;line-height:32px;}
	.business_menu{padding-bottom:5px;} */

	/*开言分享*/
	.zky_banner_out{height:611px;background:#000;}
	.zky_banner{height:640px;margin-top:-621px;background:url(/images/web_cn/zky_banner.png) center bottom no-repeat;}
	
	/*童声汇*/
	.tsh_banner_out{height:476px;margin-bottom:-476px;}
	.tsh_banner{height:476px;}
	/*名声汇*/
	.msh_banner_out{height:420px;margin-bottom:-420px;}
	.msh_banner{height:420px;}
	/* 友声汇 */
	.ysh_banner_out{height:420px;margin-bottom:-420px;}
	.ysh_banner{height:420px;}
	/* 有声礼品 */
	.yslp_banner_out{height:475px;margin-bottom:-475px;}
	.yslp_banner{height:475px;}
	/*名片TV*/
	.mptv_banner_out{height:460px;margin-bottom:-460px;}
	.mptv_banner{height:460px;}
	/*配音达人秀*/
	.match_banner_out{height:420px;margin-bottom:-420px;}
	.match_banner{height:420px;}
	/*画中话*/
	.hzh_banner_out{height:475px;margin-bottom:-475px;}
	.hzh_banner{height:475px;}
	/*有声祝福*/
	.yszf_banner_out{height:420px;margin-bottom:-420px;}
	.yszf_banner{height:420px;}
	/*大地飞声*/
	.ddfs_banner_out{height:496px;margin-bottom:-496px;}
	.ddfs_banner{height:496px;}
	/*人声第一课*/
	.rsdyk_banner_out{height:420px;margin-bottom:-420px;}
	.rsdyk_banner{height:420px;}
	/*待机传媒*/
	.djcm_banner_out{height:522px;margin-bottom:-522px;}
	.djcm_banner{height:522px;}
	/*全球汇展宣传*/
	.hzxc_banner_out{height:502px;margin-bottom:-502px;}
	.hzxc_banner{height:502px;}
}



