
/* banner begin */
.banner{
	margin-top: 94px;
	position: relative;
	overflow: hidden;
}
.banner img{
	display: block;
	width: 100%;
	height: 720px;
	margin: 0 auto;
	text-align: center;
}
.banner .text{
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	font-family: "LanTing";
	margin-top: 145px;
}
.banner .text h4{
	color: rgba(255, 255, 255, .5);
	line-height: 18px;
}
.banner .text h5{
	font-size: 12px;
	color: rgba(255, 255, 255, .5);
}
.banner .text h1{
	font-size: 72px;
	font-family: "微软雅黑";
	margin-top: 40px;
	line-height: 49px;
}
.banner .text h1 span{
	color: #ff9500;
}
.banner .text p{
	margin-top: 70px;
	line-height: 42px;
	color: rgba(255, 255, 255, .8);
}
.banner .text p i{
	font-size: 18px;
	color: rgba(255, 255, 255, 1);
}
.banner .text h3{
	margin-top: 95px;
}
.banner .text h3 a{
	display: block;
	width: 194px;
	height: 42px;
	line-height: 42px;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 20px;
	margin: 0 auto;
	font-size: 18px;
	font-family: "LanTing";
	color: rgba(255, 255, 255, .7);
}

/* banner end */

/* youshi begin */
.youshi{
	width: 100%;
	height: 616px;
	text-align: center;
	overflow: hidden;
}
.youshi h1{
	font-size: 34px;
	margin-top: 70px;
	line-height: 42px;
	color: #000;
}
.youshi p{
	font-size: 14px;
	line-height: 42px;
	color: rgba(0, 0, 0, .6);
}
.youshi ul{
	width: 1200px;
	margin: 0 auto;
}
.youshi ul li{
	float: left;
	width: 300px;
	height: 300px;
	padding: 0 15px;
	margin-top: 70px;
}
.youshi ul li h4{
	font-size: 22px;
	line-height: 24px;
	margin-top: 25px;
	color: #000;
}
.youshi ul li p{
	color: #6b6b6b;
	font-size: 14px;
	line-height: 24px;
	margin-top: 5px;
}


/* youshi end */


/* xuqiu begin */
.xuqiu{
	width: 100%;
	height: 840px;
	background: url("../images/earth.png") center top no-repeat;
	text-align: center;
	color: #fff;
	overflow: hidden;
}
.xuqiu h1{
	font-size: 34px;
	line-height: 42px;
	margin-top: 75px;
}
.xuqiu p{
	font-size: 14px;
	margin-top: 15px;
	color: rgba(255, 255, 255, .7);
}
.xuqiu ul{
	width: 1200px;
	margin: 0 auto;
	margin-top: 135px;
}
.xuqiu ul li{
	float: left;
	width: 240px;
	height: 220px;
	overflow: hidden;
	padding-top: 20px;
}
.xuqiu ul li img:hover{
	transform: rotateZ(360deg);
	transition: all .7s;
}
.xuqiu ul li p{
	margin-top: 30px;
	font-size: 18px;
	color: #fff;
}

/* xuqiu end */

/* tiyan begin */
.tiyan{
	width: 1200px;
	height: 820px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.tiyan h1{
	font-size: 34px;
	line-height: 42px;
	color: #000;
	margin-top: 70px;
}
.tiyan p{
	font-size: 14px;
	color: rgba(0, 0, 0, .4);
	margin-top: 10px;
}

.slideTxtBox{ width:1200px;  text-align:left; margin-top: 20px; }
.slideTxtBox .hd{ height:35px; line-height:42px;  padding:0 550px; position:relative; }
.slideTxtBox .hd ul{   height:35px;  text-align: center;
	color: #000;
}
.slideTxtBox .hd ul li{ float:left;  cursor:pointer; 
width: 34px;
}
.slideTxtBox .hd ul li.on{ height:35px;  border-bottom:2px solid #000; 
font-weight: bold;
}
.slideTxtBox .bd ul{ width: 1200px;  zoom:1; padding: 0 40px;margin-top: 65px;}
.slideTxtBox .bd li{    
	width: 558px;
	height: 232px;
	float: left;
}
.slideTxtBox .bd li img{
	float: left;
	margin-right: 20px;
}
.slideTxtBox .bd li .big{
	font-size: 18px;
	color: #000;
	margin-top: 40px;
}
.slideTxtBox .bd li .small{
	font-size: 14px;
	color: rgba(0, 0, 0, .6);
	margin-top: 15px;
}
/* tiyan end */


/* anli begin */
.anli{
	width: 100%;
	background-color: #f8f8f8;
}
.anli .container{
	width: 1200px;
	height: 1080px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.anli h1{
	font-size: 34px;
	color: #000;
	line-height: 42px;
	margin-top: 65px;
}
.anli p{
	font-size: 14px;
	color: rgba(0, 0, 0, .6);
	margin-top: 5px;
	margin-bottom: 80px;
}
.anli .more{
	width: 170px;
	height: 38px;
	display: block;
	border: 1px solid #d8d8d8;
	border-radius: 15px;
	font-size: 18px;
	color: rgba(0, 0, 0, .6);
	line-height: 38px;
	margin: 0 auto;
	margin-top: 68px;
}

.anli .more:hover{
	background-color: #0094ff;
	color: #fff;
}



/* anli end */


/* we begin */
.we{
	width: 1200px;
	height: 570px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.we h1{
	font-size: 34px;
	color: #000;
	margin-top: 60px;
}
.we p{
	font-size: 14px;
	color: rgba(0, 0, 0, .4);
	margin-top: 15px;
	margin-bottom: 70px;
}
.we .num {
	display: inline-block;
	text-align: center;
}
.we .num li{
	float: left;
	width: 254px;
	height: 94px;
	border-right: 1px solid #e2e2e2;
}
.we .num li h5{
	font-size: 14px;
	color: rgba(0, 0, 0, .6);
	margin-top: 15px;
}
.we .num span{
	font-family:'AuroraBT';
	margin-bottom:0px;font-size: 87px;color: #000;line-height:42px;
}
.we .link{
	margin-top: 85px;
}
.we .link li{
	float: left;
	margin-right: 18px;
}

/* we end */

/* aboutus begin */
.aboutus{
	margin-top: 94px;
	position: relative;
	overflow: hidden;
}
.aboutus img{
	display: block;
	width: 100%;
	height: 720px;
	margin: 0 auto;
	text-align: center;
}
.aboutus .text{
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	font-family: "LanTing";
	margin-top: 145px;
}
.aboutus .text h4{
	color: rgba(255, 255, 255, .5);
	line-height: 18px;
}
.aboutus .text h5{
	font-size: 12px;
	color: rgba(255, 255, 255, .5);
}
.aboutus .text h1{
	font-size: 48px;
	font-family: "LanTing";
	margin-top: 55px;
}
.aboutus .text i{
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	background-color: #68747f;
	margin: 0 auto;
	margin-top: 100px;
}

.aboutus .text h3{
	margin-top: 80px;
	font-size: 30px;
}


/* aboutus end */

/* desc begin */
.content{
	width: 100%;
	background-color: #eee;
	padding-bottom: 105px;
}
.content .desc{
	width: 1510px;
	height: 100%;
	margin: 0 auto;
	padding-top: 60px;
}
.content .desc .left{
	width: 695px;
	height: 510px;
	float: left;
	padding-left: 80px;
	background-color: #f6f6f6;
}
.content .desc .left h1{
	font-size: 48px;
	margin-top: 165px;
}
.content .desc .left p {
	margin-top: 20px;
}
.content .desc .left a{
	display: block;
	float: left;
	margin-top: 85px;
	margin-right: 20px;
}
.content .desc .left a img{
	transition: all 1s ease;
}
.content .desc .left a:hover img{
	transform: rotateZ(360deg);
}
.content .desc .right{
	float: left;
	width: 815px;
	height: 510px;
	background-color: #fff;
	padding: 100px 80px 0 90px;
}
.content .desc .right h1{
	font-size: 24px;

}
.content .desc .right i{
	display: block;
	width: 10px;
	height: 2px;
	background-color: #9a9a9a;
	margin-top: 20px;
}
.content .desc .right p{
	margin-top: 20px;
	line-height: 29px;
}
.content .desc .right a{
	margin-top: 30px;
	display: block;
}
.content .desc .right img{
	transition: all .8s;
}
.content .desc .right img:hover {
	transform: rotateZ(360deg);
}
.content .baidu{
	width: 1510px;
	height: 505px;
	margin: 0 auto;
	margin-top: 30px;
	overflow: hidden;
	padding: 122px 0 0 240px;
	background: url("../images/baidu.png") 0px 0px no-repeat;
}
.content .baidu h1{
	font-size: 27px;
	color: #fff;
}
.content .baidu i{
	display: block;
	width: 27px;
	height: 1px;
	background-color: #d7d7d7;
	margin-top: 30px;
}

.content .baidu p{
	font-size: 16px;
	color: rgba(255, 255, 255, .4);
}
.content .baidu h2{
	margin-top: 35px;
	font-size: 32px;
	color: #be0706;
}
.content .join{
	width: 1510px;
	height: 870px;
	margin: 0 auto;
	margin-top: 38px;
	
	text-align: center;
}
.content .join .outer{
	position: relative;
}
.content .join .outer li{
	display: inline-block;
	position: absolute;
}
.content .join .outer .gaoji{
	width: 584px;
	height: 442px;
	left: 0;
	top: 0;
}
.content .join .outer .gaoji .desinger{
	padding-top: 118px ;
	background-color: #292e31;
	height: 442px;
}
.content .join .outer .gaoji .desinger h2{
	margin-top: 25px;
	font-size: 18px;
	color: #fff;
}
.content .join .outer .gaoji .desinger p{
	font-size: 12px;
	color: rgba(255, 255, 255, .4);
}
.content .join .outer .info{
	width: 100%;
	height: 100%;
	background: url("../images/joinback.png") -42px -18px no-repeat;
	padding-top: 122px;
	opacity: 0;
	transition: all .8s;
	position: absolute;
	left: 0;
	top: 0;
}
.content .join .outer .info h5{
	font-size: 18px;
	color: #fff;
}
.content .join .outer .info p{
	color: rgba(255, 255, 255, .4);
	line-height: 26px;
	margin-top: 50px;
}
.content .join .outer li:hover .info{
	opacity: 1;
}
.content .join .outer .rencai{
	width: 380px;
	height: 870px;
	background-color: #d2dee5;
	padding: 60px 45px 0 66px;
	position: relative;
	left: 20px;
}
.content .join .outer .rencai h1{
	font-size: 28px;
	color: #000;
	line-height: 30px;
}
.content .join .outer .rencai h2{
	font-size: 24px;
	color: #000;
	line-height: 30px;
}
.content .join .outer .rencai p{
	color: rgba(0, 0, 0, .5);
	margin-top: 60px;
}
.content .join .outer .rencai img{
	position: absolute;
	left: 0;
	bottom: 0;
}
.content .join .outer .wenku{
	width: 584px;
	height: 442px;
	padding-top: 118px ;
	background-color: #191c1e;
	height: 428px;
	left: 0;
	bottom: 0;
}
.content .join .outer .wenku h2{
	margin-top: 25px;
	font-size: 18px;
	color: #fff;
}
.content .join .outer .wenku p{
	font-size: 12px;
	color: rgba(255, 255, 255, .4);
}
.content .join .outer .xiaoshou{
	width: 545px;
	height: 442px;
	background-color: #191c1e;
	padding-top: 122px;
	right: 0;
	top: 0;
}
.content .join .outer .chengxu{
	width: 545px;
	height: 428px;
	background-color: #292e31;
	padding-top: 122px;
	right: 0;
	bottom: 0;
}
.content .join .outer .chengxu h2,
.content .join .outer .xiaoshou h2{
	margin-top: 25px;
	font-size: 18px;
	color: #fff;
}
.content .join .outer .chengxu p,
.content .join .outer .xiaoshou p{
	font-size: 12px;
	color: rgba(255, 255, 255, .4);
}

/* desc end */













@font-face {font-family: "AuroraBT";
	src: url('fonts/AuroraBT.eot'); /* IE9*/
	src: url('fonts/AuroraBT.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/AuroraBT.woff') format('woff'), /* chrome, firefox */
	url('fonts/AuroraBT.TTF') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	url('fonts/AuroraBT.svg#AuroraBT') format('svg'); /* iOS 4.1- */
  }


