/* CSS Document */
body {
	font-family: "微软雅黑";
	background:#fff;
	font-size:14px;
}
a{
	text-decoration: none;
	color: #000000;
}
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
img {
	border: 0;
}

.w15{
	width:1500px;
	margin:0 auto;
	clear:both;
}
.w16{
	width:1586px;
	margin:0 auto;
	clear:both;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.head{
	height:102px;
	box-sizing:border-box;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999;
}
.logo{
	width:140px;
	height:28px;
	position:absolute;
	/*z-index:999;
	left:0;
	top:0;
	border-bottom:6px solid #f3d021;*/
}
.logo img{
	position:absolute;
	top:0;
	left:0;
	z-index:3;
}
.logo_left{
	position:absolute;
	top:0;
	right:0;
	background:#fff;
	width:500px;
	height:102px;
	z-index:2;
}
.head_box{
	width:1289px;
	height:102px;
	position:absolute;
	z-index:998;
	left:211px;
	top:0;
	background:#fff;
}
.head_box_left{
	width:160px;
	margin-left:30px;
	padding-top:50px;
	color:#f3d021;
	font-size:15px;
	float:left;
	height:102px;
	box-sizing:border-box;
}
.container{
	float:right;
	height:102px;
	padding-top:50px;
	box-sizing:border-box;
}
.container > ul > li{
	float:left;	
	width:120px;
	text-align:center;
	position:relative;
	height:50px;
}
.container ul > li a{
	color:#666;
}
.container ul > li a:hover{
	color:#333;
	font-weight:bold;
}
.container ul > li:hover >a{
	color:#333;
	font-weight:bold;
}
.submenu{
	position:absolute;
	top:52px;
	height:0;
}

.submenu li{
	width:120px;
	height: 35px;
    background: #000000;
    border-bottom: 1px solid #555;
    line-height: 35px;
    opacity: 0;
	text-align:center;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);

    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}
.container ul > li li a{
	color:#fff;
	font-weight:400;
}
.menu .submenu li:hover{
	background: #ffd900;
}
.menu .submenu li:hover a {   
    color: #333333;
	font-weight:400;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.container ul > li li{
	text-align:center;
}

/* CSS3 下拉菜单 */
.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(1) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.hibox{
	height:102px;
	width:100%;
}

/*banner*/
.flexslider {
	margin: 0px auto 0px;
	position:relative;
	top:0;
	width: 100%;
	min-width:1200px;
	height: 720px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 35px;
	height: 63px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background:url(../images/index_05.png) no-repeat;
	right: 70px;
}

.flex-direction-nav .flex-prev {
	background:url(../images/index_03.png) no-repeat;
	left: 70px;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 30px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 15px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background:#b7b7b7;
	display: block;
	height: 6px;
	overflow: hidden;
	text-indent: -99em;
	width: 18px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background:#000000;
}

.flexslider .slides a img {
	width: 100%;
	height: 720px;
	display: block;
}
.gd_box{
	position:absolute;
	left:70px;
	bottom:105px;
	z-index:9;
	color:#fff;
	font-size:40px;
}

/*首页主体*/
.index_main{
	overflow:hidden;
	margin-top:40px;
	margin-bottom:40px;	
}
.main_item{
	overflow:hidden;
}
.main_item div{
	overflow:hidden;
	float:left;
	position:relative;
}
.main_item div.fr{
	float:right;
}
/*
.main_item img{
	width:100%;
	height:100%;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
	cursor:pointer;
}
.main_item img:hover{
    -webkit-transform: scale3d(1.15,1.15,1);
    transform: scale3d(1.15,1.15,1);	
}
*/
.main_item >div img{
	position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
	-webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	
}
.main_item >div figcaption{
	display: block;
	padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	box-sizing:border-box;
}
.main_item >div h2{
	word-spacing: -0.15em;
    font-weight: 300;
	-webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
}
.main_item >div p {
    letter-spacing: 1px;
    font-size: 68.5%;
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
	text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
}

.main_item >div:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

.main_item >div:hover h2 {
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

.main_item >div:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.main_item >div.ncs:hover img {
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
}

.main_item >div.ncs:hover h2 {
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
}

.main_item >div.ncs:hover p {
	opacity: 0;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.itmb{
	margin-bottom:12px;
}
.itmr{
	margin-right:12px;
}
.main_item_1{
	width:366px;
	height:280px;
	background:#df4e4e;
}
.main_item_2{
	width:744px;
	height:280px;
	background:#df4e4e;
}
.main_item_3{
	width:744px;
	height:572px;
	background:#df4e4e;
}

/**底部**/
.footer{
	overflow:hidden;
}
.footer_left{
	width:50%;
	height:600px;
	float:left;
	box-sizing:border-box;
	background:#000000;
	padding:50px 60px;
	position:relative;
	overflow:hidden;
}
.footer_left_top{
	margin-left:10px;
	color:#ffffff;
	font-size:14px;
	line-height:28px;
}
.footer_left_top img{
	display:block;
	clear:both;
	margin:12px 0;
}
.footer_left_bottom{
	position:absolute;
	height:60px;
	bottom:50px;
	width:630px;	
}
.footer_l_b_left{
	float:left;
	width:370px;
	height:60px;
	border-right:1px solid #737373;
	color:#ffffff;
	line-height:34px;
}
.footer_l_b_left a{
	color:#ffe200;
	margin-left:10px;
}
.footer_l_b_right{
	width:259px;
	float:left;
	height:60px;
	text-align:right;
}


.footer_right{
	width:50%;
	height:600px;
	float:left;
	box-sizing:border-box;
	background:#f3d021;
	text-align:center;
	overflow:hidden;
}
.footer_right img{
	display:block;
	margin:0 auto;
}
.footer_right img:nth-child(1){
	margin-top:135px;	
}
.footer_right img:nth-child(2){
	margin-top:25px;
	margin-bottom:10px;
}
.footer_right p{
	color:#ffffff;
	font-size:14px;
	letter-spacing:5px;	
}
.footer_bottom{
	width:100%;
	height:100px;
	line-height:100px;
	text-align:center;
	color:#aaaaaa;
	font-size:12px;
	float:left;	
}


/*首页信息*/
.bbox{
	overflow:hidden;
	margin:70px auto;
	text-align:center;
}
.bbox_top{
	margin:36px 0;
	text-align:center;
	color:#000000;
	font-size:20px;
	line-height:34px;
}
.bbox_top2{
	text-align:center;
	color:#000000;
	font-size:27px;
}
.bb_box_a1{
	margin-top:45px;
	width:100%;
	height:71px;
	box-sizing:border-box;
	border:2px solid #0b0b0b;
	border-top:0;
}
.bb_box_a2{
	width:100%;
	height:70px;
	box-sizing:border-box;
	border:2px solid #0b0b0b;
	border-top:0;
	border-bottom:0;
	margin-bottom:45px;
}
.bbox_top3{
	text-align:center;
	color:#000000;
	font-size:48px;
	margin-bottom:35px;
	font-weight:bold;
}
.bbox_bottom{
	text-align:center;
}
.bbox_bottom a{
	color:#9f9f9f;
	font-size:16px;
	margin:0 12px;
}

.address{
	height:80px;
	border-bottom:none;
	margin-bottom:20px;
	box-sizing:border-box;
	padding-left:915px;
	padding-top:40px;
	line-height:34px;
}
.address a{
	font-size:30px;
	font-weight:bold;
}
.address a:nth-child(1){
	color:#a3a3a3;
}
.address a:nth-child(2){
	color:#ffd900;	
}
.address a:nth-child(3){
	color:#ffd900;	
}

.lm_banner{
	height:575px;
	position:relative;
	background-size:cover;
	box-sizing:border-box;
	padding-left:915px;
	padding-top:120px;
	color:#ffffff;
	font-size:18px;
	line-height:40px;
}
.lm_banner span{
	display:block;
	width:465px;
	overflow:hidden;
}

.server{
	margin-top:25px;
	overflow:hidden;	
}
.server li{
	float:left;
	width:740px;
	height:370px;
	margin-bottom:20px;
}
.server li.mr2{
	margin-right:20px;
}
.server_left{
	width:370px;
	height:370px;
	box-sizing:border-box;
	float:left;
	background:#f0f0f0;
	padding:60px 55px;
}
.server_left >p{
	color:#000000;
	font-size:24px;
	margin-bottom:10px;
	font-weight:bold;
}
.server_left >p.slp{
	font-size:18px;	
}
.server_left span{
	display:block;
	margin-top:42px;
}
.server_left span p{
	color:#000000;
	font-size:14px;
	margin-bottom:10px;	
}
.server_right{
	width:370px;
	height:370px;
	box-sizing:border-box;
	float:left;
	overflow:hidden;
}
.server_right img{
	width:100%;
	height:100%;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
}
.server_right:hover img{
	opacity: 0.8;
	-webkit-transform: scale3d(1.15,1.15,1);
	transform: scale3d(1.15,1.15,1);
}
.sb_top{
	color:#000000;
	font-size:52px;
	margin-bottom:15px;
	font-weight:bold;
	text-transform:uppercase;
}
.sb_top2{
	color:#000000;
	font-size:20px;
	margin-bottom:50px;
}
.sb_top3 a{
	display:block;
	width:104px;
	height:32px;
	line-height:32px;
	margin:0 auto;
	text-align:center;
	background:#000000;
	color:#ffffff;
	font-size:14px;
}

.work{
	overflow:hidden;
	margin-bottom:-40px;
}
.work_menu{
	margin-top:10px;
	margin-bottom:15px;
	text-align: right;
}
.work_menu a{
	margin-left:27px;
	color:#000000;
	font-size:14px;
}
.work_menu a.work_all{
	margin-left:0px;
	margin-right:27px;
	    float: left;
    text-decoration: underline;
}
.work_list{
	overflow:hidden;
}
.work_list li{
	width:32.66%;
	height:0 !important;
	padding-bottom: 22%;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	float:left;
	margin-bottom:15px !important;
}
.work_list li.mr3{
	margin-right:1%;	
}
.work_list li img{
	position: relative;
    display: block;
    min-height: 100%;
    width: 100%;
    opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;	
}
.work_list li .img_z{
	width:unset !important;
	height:unset !important;
}
.case_txt{
	display:none;
}
.work_list li figcaption{
	display: block;
	padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	box-sizing: border-box;	
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.work_list li figcaption p{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
    text-transform: none;
    font-size: 24px;
    opacity: 0;
	margin-top: 25%;
	color:#fff;
	font-weight:bold;
	text-align:center;
	position:relative;
	z-index:99;
}
.work_list li:hover figcaption p{
	opacity: 1 !important;
}
.work_list li figcaption span{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
    text-transform: none;
    font-size: 18px;
    opacity: 0;
	color:#fff;
	font-weight:400;
	text-align:center;
	position:relative;
	z-index:99;
	display:block;
	text-align:center;
}
.work_list li figcaption:hover span{
	opacity: 1 !important;
}


.work_list li figcaption a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
	background:#000;
	z-index:1;
}
.work_list li:hover figcaption a {
	opacity: 0.45;
}
.work_list li:hover img {
	opacity: 1;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

.work_list li:hover p,.work_list li:hover span {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.more{
	width:100%;
	height:48px;
	margin-top:60px;
	text-align:center;
}
.more img{
	height:48px;
}
.more a{
	display:block;
	margin:0 auto;
	left:0;
	right:0;
	width:104px;
	height:32px;	
	border:2px solid #000000;
	text-align:center;
	line-height:32px;
	color:#000000;
	font-size:14px;
}
.more a:hover{
	background:#000000;
	color:#fff;
	border:2px solid #000000;
}
.seb_top{
	color:#f3d021;
	font-size:22px;	
}

.article_box{
	height:520px;
	margin-bottom:15px;
	overflow:hidden;
}
.article_title{
	float:left;
	width:685px;
	margin-left:235px;
	margin-top:130px;
	overflow:hidden;
	color:#fffefe;
	font-size:30px;
}
.article_title p{
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
}
.article_content{
	float:left;
	width:455px;
	margin-top:130px;
	height:270px;
	position:relative;
}
.article_content span{
	color:#ffffff;
	line-height:30px;
	display:block;
	width:100%;
	overflow:hidden;
	max-height:185px;
}
.article_content >label{
	display:block;
	position:absolute;
	width:45px;
	height:3px;
	background:#f0ca09;
	left:0;
	bottom:70px;	
}
.article_content >p{
	position:absolute;
	left:0;
	bottom:22px;
	color:#ffffff;	
}
.article_main{
	overflow:hidden;
}
.article_img img{
	display:block;
	float:left;
	margin-bottom:10px;
}
.arimg1,.arimg2{
	width:745px;
	height:497px;
}
.arimg1{
	margin-right:10px;
}
.arimg3{
	width:1500px;
	height:845px;	
}
.article_info{
	overflow:hidden;	
}

.about_banner{
	height:575px;
}
/*
.about_banner span{
	font-weight:bold;
}
*/
.about_main{
	padding-bottom:50px;
	overflow:hidden;	
}
.about_text{
	margin:30px 0;
	width:725px;
	clear:both;
	color:#000000;
	line-height:24px;
}
.about_text p{
	margin:26px 0;	
}
.about_img{
	overflow:hidden;
}
.about_img li{
	float:left;
	width:375px;
	height:375px;
	overflow:hidden;
}
.about_img li img{
	width:375px;
	height:375px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
	cursor:pointer;
}
.about_img li:hover img{
	opacity: 0.9;
    -webkit-transform: scale3d(1.15,1.15,1);
    transform: scale3d(1.15,1.15,1);	
}

.hzfs{
	overflow:hidden;
}
.hzfs li{
	width:100%;
	height:210px;
	float:left;
	margin-top:30px;
}
.hzfs li > img{
	width:290px;
	height:210px;
	display:block;
	float:left;
}
.hzfs_r{
	width:1210px;
	float:left;
	height:210px;
	box-sizing:border-box;
	border-bottom:2px solid #d8d8d8;
	border-left:1px solid #f0f0f0;
	position:relative;
	padding-left:40px;
	padding-right:140px;
	line-height:24px;
	color:#000000;
}
.hzfs_r >p{
	color:#000000;
	font-size:24px;
	line-height:50px;
	margin-bottom:24px;
}
.hzfs_r .hzfs_bt{
	position:absolute;
	right:0;
	top:0;
	display:block;
	text-align:center;
	width:74px;
	height:74px;
	line-height:74px;
	color:#ffffff;
	font-size:58px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background:#dcdcdc;
}

.join{
	overflow:hidden;
	margin-top:20px;
}
.join ul{
	width:1550px;	
}
.join ul li{
	float:left;
	width:490px;
	height:490px;
	position:relative;
	margin-right:15px;
	margin-bottom:17px;
	box-sizing:border-box;
	overflow:hidden;
	padding-top:150px;
	padding-left:45px;
	padding-right:45px;
}
.join ul li >label{
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:192px;
	height:76px;
	line-height:76px;
	text-align:center;
	background:#000000;
	color:#ffffff;
	font-size:26px;
	font-weight:bold;	
}
.join ul li >p{
	color:#ffffff;
	font-size:27px;
	font-weight:bold;
}
.join ul li .join_num{
	margin-top:55px;
	margin-bottom:40px;
	height:34px;
	color:#000000;
	font-size:18px;
}
.join ul li .join_num span{
	font-weight:bold;
	font-size:42px;
	margin-right:5px;
}
.join_info{
	width:470px;
	height:150px;
	line-height:24px;
	color:#000000;
	overflow-x:hidden;
}


.news{
	overflow:hidden;
	margin-top:20px;
}
.news li{
	float:left;
	width:100%;
	height:365px;
}
.news li >div{
	width:50%;
	float:left;
	height:365px;
	box-sizing:border-box;
}
.news li .news_img{
	width:750px;
	height:365px;
	overflow:hidden;
}
.news li .news_img img{
	width:750px;
	height:365px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
	cursor:pointer;
}
.news li .news_img:hover img{
	opacity: 0.9;
    -webkit-transform: scale3d(1.15,1.15,1);
    transform: scale3d(1.15,1.15,1);
}

.news li .news_content{
	color:#000000;
	font-size:14px;
	line-height:26px;
	padding:70px 80px;
	background:#fff;
}
.news li .news_content >p{
	font-size:18px;
	font-weight:bold;	
}
.news li .news_content >label{
	font-size:18px;
	font-weight:bold;
	display:block;
	margin-top:34px;
	margin-bottom:36px;
}

.news li:nth-child(even) .news_img{
	float:right;
}
.news li:nth-child(even) .news_content{
	color:#ffffff;
}

.xfk{
	position:fixed;
	z-index:9;
	right:10px;
	bottom:50px;
	
}
.xfk li{
	margin-bottom:2px;

}
.xfk li span{
	display:block;
	width:60px;
	height:60px;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#333;
	cursor:pointer;
}
.xfk li span.top{
	background-image:url(../images/gj_03.png);
	opacity:0;
}
.xfk li span.wx{
	background-image:url(../images/gj_11.png);	
}
.xfk li span.lxfs{
	background-image:url(../images/gj_18.png);	
}
.xfk li span.qqtx{
	background-image:url(../images/gj_22.png);	
}
.xfk li span:hover{
	background-color:#000000;	
}
.xfk div{
	position:absolute;
	width:210px;
	left:-220px;
	top:0;
	overflow:hidden;
	padding:17px 0;
	box-shadow:0px 0px 3px #999;
	text-align:center;
	line-height:26px;
	display:none;
	background:#fff;
}
.xfk div p img{
	margin-top:20px;
}
.wx_div{
	
}
.xfk li:hover div{
	display:block;
}




