@CHARSET "UTF-8";
body{
	margin:0px;
	padding: 0px;
	border: 0px;
	font-size:12px;	
	font-family:微软雅黑;	
	background-color: #eaeaea;
	display:block;
	overflow: hidden;
}

h2{
	padding: 0px;
	margin: 20px 0;
	color:#555555;
	font-size: 25px;
}

small{
	font-size: 18px;
	overflow: hidden;
	display: inline-block;
	width: 32.5%;
}

a{
	border:0px;
	text-decoration:none;
	color:#000;
}
img{
	border:0px;
}
ul, ol, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.loading{
	position:absolute;
	background-color:#000;
	width:100%;
	height:100%;
	z-index:999;
	background-image:url('../image/loading.gif');
	background-repeat: no-repeat;
	background-size: 5%;
	background-position: center;
}

.content{
	background:url("../image/bg.gif")no-repeat;
	display:block;
	width:100%;
	height: 100%;
	background-size: 100% 100%;
	position: absolute;
	text-align: center;
	overflow: auto;
}

.content.gywm{
	background-image:none;
	background-color:#eaeaea;    
	/* display: none; */
	left: 100%;
	-webkit-transition:500ms;	
    transition:500ms;
}

.content.gywm.show{
    /* display: block; */	
	left: 0%;
    /* height: auto; */
}

.content.gywm.show .center{
	height:auto;
}

.content.gywm.hide{
	opacity:0;
}

.logo{
	background-size: 100% 100%;
	position: absolute;
	top: 55px;
	left: 50%;
	margin-left: -170px;
}
.mid .title{
	background-size: 100% 100%;
}
.mid{
	position: absolute;
	top: 60%;
	margin-top: -217px;
	left: 50%;
	margin-left: -261px;
}
.mid .txt{
	background:url("../image/zi.png")no-repeat;
	background-size: 100% 100%;
	position: absolute;
	width: 280px;
	height: 186px;
	left: 50%;
	margin-left: -140px;
	top: 50px;
}
.up{
	background-size: 100% 100%;
	position: absolute;
	top: 92%;
	left: 50%;
	margin-left: -21px;
	width: 42px;
	height: 88px;
	background: url('../image/up.png') no-repeat;
	-webkit-transition:500ms;	
    transition:500ms;
}
.down{
	background-size: 100% 100%;
	position: absolute;
	top: 92%;
	left: 50%;
	margin-left: -21px;
	width: 42px;
	height: 88px;
	background: url('../image/down.png') no-repeat;
	opacity:0;
	-webkit-transition:500ms;	
    transition:500ms;
	z-index: 999;
}
.center{
	width: 90%;
	-webkit-transition:500ms;	
    transition:500ms;
	padding: 20px 0px;
	position: absolute;
	left: 50%;
	margin-left: -45%;
	height: 100%;
}

.center .info{
	background-color: #fff;
	text-align: left;
	padding: 20px 18px;
	/* border: 1px solid #c8c8c8; */ */;
	margin-bottom: 20px;
	display: block;
}


.center .info p img{
	max-width: 540px;
}

.center .info.aboutus{
}
.center .imgcenter{
    text-align: center;
    overflow: hidden;
    padding: 20px 0;
}
.middle{
	display: block;
	width: 640px;
	background-size: 100% 100%;
	position: absolute;
	-webkit-transition:500ms;	
    transition:500ms;
	top: 100%;
	left: 50%;
	margin-left: -320px;
	z-index: 998;
	background-image: url('../image/jgg.png');
}
.middle label{
	float:left;
	/* border: 1px solid rgba(255, 255, 255, 0.59); */
	/* border-left:0px; */
	/* background: url("../image/before.png")no-repeat; */
	position:relative;
}
.middle label img{
	width:212px;
}
.middle label span{
	border:bottom:0px;
}
.middle label:nth-child(3){
	border-right:0px;
}
.middle label:nth-child(6){
	border-right:0px;
}
.middle label:nth-child(9){
	border-right:0px;
}

.loading{
	width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 998;
    background-color: #eaeaea;
	-webkit-transition:500ms;	
    transition:500ms;
	line-height: 65px;
	text-align:center;
	color: #FFB100;
	font-size:25px;
	display: none;
	background-image: url('../image/loading_min.gif');
	background-repeat: no-repeat;
	background-position: 40% center;
}

.nav{
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 998;
    background-color: #eaeaea;
	-webkit-transition:500ms;	
    transition:500ms;
}

.nav.in{
	position: static;
}

.nav ul{
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.nav ul li{
	background-color:#a2a2a2;
	color:#fff;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	margin: 1px;
	height: 100%;    line-height: 65px;
}
.nav ul li:first-child{
	margin-left: 0px;
}
.nav ul li:last-child{
	margin-right: 0px;
}
.nav ul li a{
	color:#fff;
	display: block;
	text-align: center;
	line-height: 65px;
}

.introduction{
	color: #808080;
	padding: 0 20px;
	background-color:#fff;
	border-top:0px;
	
	
	overflow: hidden;
	font-size: 25px;
}

.introduction pre,.introduction p{
    white-space: normal;
    margin: 0px;
    line-height: 40px;
}

.introduction img{
	left: 50%;
	margin-left: 0px;
	margin-top: 0px;
}
.back{
	position:absolute;
	z-index: 999;
	height: 100%;
	width: 35%;
	left: -35%;
	-webkit-transition:500ms;	
    transition:500ms;
}

.back.show{
	left: 0px;
}

.backbg{
	position:relative;
	z-index: 999;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	border-right: 1px rgb(45, 45, 45) solid;
	z-index: 999;
}

.backbg .bmenu{
    position: absolute;	
    top: 50%;
    margin-top: -342px;
    width: 100%;
}
.backbg .bmenu li{
	border-bottom: 1px rgba(182, 182, 182, 0.47) solid;
	display: block;
	width: 100%;
}

.backbg .bmenu li.on{
    background-color: rgba(0, 0, 0, 0.63);
}

.backbg .bmenu li:last-child{
	border:0px;
}
.backbg .bmenu li a{
	display:block;
	padding: 0 12px;
}


.barbut{
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -37px;
	width: 51px;
	height: 74px;
	background-image: url('../image/back_show.png');
	background-position: center center;
	z-index: 999;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.barbut.show{
	background-image: url('../image/back_hide.png');
}

.center .imgcenter .imgrow{
    overflow: hidden;
	display:block;
    padding: 25px 0;
}

.center .imgcenter .imgrow .imglogo{
	float:left;
	padding: 0 30px;
}

.center .info .linkbut{
	background: url('../image/but_back.gif') no-repeat center;
	padding: 20px 35px;
	width: 205px;
	float: left;
	font-size: 22px;
	text-align: left;
	margin: 10px 0;
	margin-left: 70px;
}

.center .info .linkbut.big{
    background: url('../image/bgxz.gif') no-repeat center;
	
    padding: 30px 0;  
    width: 535px;
    margin: 0;
    float: none;
    display: inline-block;
    text-align: center;
    font-size: 25px;
}

.center .info .approw{
	 border-bottom: 1px solid #dcdcdc;
	 overflow: hidden;
	 margin: 0px 12px;
	 padding: 5px 0;
}

.center .info .approw:last-child{
	border-bottom: 0px;
}

.center .info .approw .imglogo{
	float:left;
	margin: 35px;
}

.center .info .approw .title{
	float:left;
}

.center .info .approw .linkbut{
    background: url('../image/but_down.gif') no-repeat center;
}

.nav ul li.on{
	background-color:#ff991d;
}
.nav.news ul li{
	float:left;
	padding: 18px 0px;
}

.center .info .img{
	padding: 15px 2px;
}

.center .info .img img{
	width: 100%;
}

.center .info .txt{
	line-height: 40px;
	color: #808080;
	padding: 0 35px;
	white-space: normal;
	font-size: 25px;
	overflow: hidden;
	text-align: justify;
}

.center .info .txt img{
	max-width: 458px;
}

.center .info .more{
	overflow:hidden;
	background-color: #FFF;
	display: block;
	padding: 20px 0px;
	margin-bottom: -18px;
	border-top: 1px solid #ccc;
}
.center .info .link{
	color:#808080;
	font-size: 25px;
	float: left;
}
.center .info .jiao{
    display: inline-block;
    float: right;  
}
.center .info.newsxq{
	background:none;
	
}
.center .info div label{
	color: #808080;
	margin-right: -2px;
}

.content.newsxq{
	background-image:none;
	background-color:#f6f6f6;
}
.introduction.js{
 border: 1px solid #dcdcdc;}
.introduction.js div{
	margin-bottom: 20px;
}
.introduction.js span{
	color:#0084be;
}
.introduction.zltz{
}
.introduction.zltz img{
	left: 50%;
	margin-left: -10px;
	margin-top: 20px;
}
.introduction.shzr img{
	left: 50%;
	margin-top: 20px;
	margin-left: 1px;
}
.introduction.shzr{
	border: 1px solid #dcdcdc;
}
.introduction.yjy{
	border: 1px solid #dcdcdc;
	height:90%;
}
.nav.weix ul li{
	float:left;
	padding: 18px 106px;
	background-color:#a2a2a2;
	color:#fff;
}
.introduction.weix{
    padding: 20px 0px;
	margin:0px 40px;
	border-bottom:1px solid #dcdcdc;	
}
.introduction.weix:last-child{
	border-bottom:0;
}
.introduction.weix .wlogo{
	width:80px;
	float:left;
}
.introduction.weix .right{
    float: right;    
    width: 345px;	
    font-size:16px;
}
.introduction.weix .right .title{
	float:left;
	color:#0084be;
	font-weight:bold;
	font-size: 25px;
	width: 200px;
}
.introduction.weix .right img{
	margin-top:0px;
	float:right;
}
.introduction.weix .txt{
    border: 0px;
	width: 350px;
    margin-left: -40px;
    margin-top: 47px;
}
.introduction.weib{
 	padding: 0;	
	border-bottom:1px solid #dcdcdc;
}

.introduction.weib:last-child{
	border:0px;
}

.introduction.weib div{
	display: inline-block;
	vertical-align: top;
	/* border: 1px solid rgb(225, 23, 23); */
}
.introduction.weib .right .top span{
	color:#0084be;
	margin-right: 25px;
}

.introduction.weib .right .top .toprow{
	display:block;
	padding-top: 15px;
}

.introduction.weib .right .code2d{
	padding-left: 65px;
	text-align: center;
}

.introduction.weib .right{
    display: inline-block;
    width: 100%;
}

.introduction.weib .right .wxtext{
    padding: 15px 60px;
	
}
.introduction.weib .right .top{
    padding-left: 65px;  
    /* vertical-align: middle; */
    width: 300px;
}

.introduction.weib .right .top.weixlogo{
    padding: 0px;
	
    width: auto;
}

.introduction.weib .right .button{
	margin: 70px 0 0 80px;
}
.introduction.weib .right .img{
	line-height:50px;
}

.center .info .wllogo{
    padding-top: 30px;
    text-align: center;
}

.center .info.wlzxsy .weixin{
	text-align: center;
	padding: 30px;
}

.center .info.wlzxsy .weixin .txt{
	text-align: center;
}
.center .info.wlzxxm{
	color: #333;
	padding: 20px 20px;
	border: 1px solid #c8c8c8;
	font-size: 16px;
	font-weight: bold;
}
.center .info.wlzxxm .menu{
    display: inline-block;
    padding: 2%;
}


.center .info.wlzxxm .title span{
	color:#2285cf;
}
.center .info.wlzxxm .title{
	margin-bottom:20px;
	letter-spacing:3px;
	margin-top:10px;	
}
.center .info.wlzxxm{
	color:#808080;
	text-align: left;
}
.center .info.wlzxxm .title{
	color:#333;		
	text-align: left;
	font-size: 20px;
}
.center .info.wlzxxm .title.first{
	font-size: 20px;
}
.center .info.wlzxxm div span{
	color:#0084be;
}
.center .info.wlzxxm div{
	letter-spacing:3px;
	margin:20px 0;
	text-align: left;
}
.center .info.wlzxxm .last{
	line-height:40px;
}
.content.new{
	background:url("../image/bgn.jpg")no-repeat;
	display:block;
	width:100%;
	height: 100%;
	background-size: 100% 100%;
	position: absolute;
	font-size:23px;
	text-align: center;
	overflow: auto;
}
.middle.new{
	top: 50%;
	background:none;
	
}
.content.new .center .middle.new .menu{
	float:left;
	border-bottom: 1px solid #EBE0DC; 
	border-right: 1px solid #EBE0DC;
	background: url("../image/bgb.png")no-repeat center center;
	padding: 65px 97px;
	color: #Fff;
	border-color: rgba(236, 236, 236, 0.51);
	font-size: 22px;
}
.content.new .center{
	margin-top: -474px;
	margin-left: -250px;
}
.content.new .center .middle.new .menu.first{
	border-right:0px;
}
.content.after{
	background:none;
}
.content.after .center .midd{
	position: absolute;
	width: 100%;
	border: 1px solid #c8c8c8;
	border-top:0px;
	background-color:#fff;
	margin-bottom:20px;
}
.content.after .center .midd.first{
	border:0px;
	background:none;
	padding-left:79px;
}
.content.after .center .midd .left {
	float: left;
	height: 715px;
	font-size:16px;
}
.content.after .center .midd .left ul{
	left: 0%;
	position:absolute;
	border-right: 5px #C1C2BF solid;
	top: 0%;
	padding-top: 60px;
	padding-right: 12px;
	height: 100%;
}
.content.after .center .midd .left img{
	left:10%;
	position:absolute;
}
.content.after .center .midd .left li{
	margin-bottom: 71px;
	background: url(../image/shiyan.png) no-repeat center right;
	font-weight: bold;
}
.content.after .center .midd .left li a{
    position: absolute;
    left: 0%;
}
.content.after .center .midd .right {
	float: right;
	width: 461px;
	margin-top:35px;
	font-size:28px;
}
.content.after .center .text div{
	overflow: hidden;
}
.content.after .center .text div img{
    float: left;
    padding: 2px 0px;
}
.content.after .center .text div .click{
	float:right;
	color:#000;
	padding: 19px 92px 16px 39px; 
}
.content.after .center .text{
	border:1px solid #c8c8c8;
	background-color:#fff;
	padding:30px 20px;
	margin-bottom:10px;
	text-align:left;
	line-height: 40px;
}
.content.after .center .text:hover{
	border:1px solid #c8c8c8;
	background-color:#008bc4;
	padding:30px 20px;
	margin-bottom:10px;
	text-align:left;
	color:#fff; 
}
.content.after .center .post{
	border:1px solid #b1b1b1;
	height: 67px;
	overflow:hidden;
	background-color:#fff;
}
.content.after .center .input{
	width:200px;
}
.content.after .center .midd{
	position: absolute;
	width: 86%;
	border: 1px solid #c8c8c8;
	border-top:0px;
	background-color:#fff;
	margin-bottom:20px;
	font-size:20px;
	padding: 30px 40px;
}
.content.after .center .midd.chose{
	color:#555;
	height:100%;	
}
.content.after .center .midd.chose .title{
	margin-right: 40px;
	float: left;
	margin-top: 30px;
}
.content.after .center .midd.chose .menu{
	overflow:hidden;
}
.content.after .center .midd.chose .menu ul{
	margin-right: 10px;
	padding-left: 99px;
}
.content.after .center .midd.chose .menu ul li{
	border:1px solid #555;
	float: left;
	width: 90px;
	height: 90px;
	line-height: 90px;
	margin-right: 35px;
	margin-bottom: 15px;
}
.content.after .center .midd.chose .menu.bot ul li{
	padding: 10px;
	width: 70px;
	height: 60px;
}
.content.km{
	background:url("../image/bgkm.jpg")no-repeat;
	display:block;
	width:100%;
	height: 100%;
	background-size: 100% 100%;
	position: absolute;
	font-size:23px;
	text-align: center;
	overflow: auto;
}
.middle.km{
	top: 50%;
	background:none;
	
}
.content.km .center .middle.km .menu{
	float:left;
	border-bottom: 1px solid #EBE0DC; 
	border-right: 1px solid #EBE0DC;
	background: url("../image/bgb.png")no-repeat center center;
	padding: 65px 97px;
	color: #Fff;
	border-color: rgba(236, 236, 236, 0.51);
	font-size: 22px;
}
.content.km .center{
	margin-top: -474px;
	margin-left: -250px;
}
.content.km .center .middle.km .menu{
	padding: 95px 88px;
	background: url("../image/bgkm.png")no-repeat center center;
}
.content.km .center .middle.km .menu.first{
	border-right:0px;
}
.content.after .center .midd .logolist{
	border-bottom:1px solid #c8c8c8;
	float:left;
	border-top:0px;
	width: 286px;
	height: 194px;
	padding-top: 61px;
}
.content.after .center .midd .click{
	background:url(../image/download.jpg)no-repeat center center;
}
.content.after .center .midd .logolist .click{
	padding: 11px 59px 15px 1px; 
	margin-top: 26px;
}
.content.after .center .midd .logolist:nth-child(1){
	border-right:1px solid #c8c8c8;
}
.content.after .center .midd .logolist:nth-child(3){
	border-right:1px solid #c8c8c8;
}
.content.after .center .midd .logolist:nth-child(5){
	border-right:1px solid #c8c8c8;
}
.content.after .center .midd .logolist:nth-child(7){
	border-right:1px solid #c8c8c8;
}
.content.after .center .midd .menu{
	padding-top: 37px;
	overflow:hidden;
}
.content.after .center .midd .menu .top{
	display:block;
	margin-bottom:30px;
	overflow: hidden;
	letter-spacing: 3px;
}
.content.after .center .midd .menu .top .title{
	float:left;
	color:#0085c0;
	font-weight: bold;
}
.content.after .center .midd .menu .top .more{
	float:right;
	border: 1px solid #d5d3d4;
	padding: 5px 15px;
	background-color:#fcfcfc;
	border-radius: 7px;
	color: #323232;
}
.content .center .midd .menu .bot{
	float:left;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.content .center .midd .menu .bot div{
	float:left;
	overflow:hidden;
	margin-bottom:20px;
}
.content .center .midd .menu .bot .first{
	float:left;
	margin-right: 15px;
}
.content .center .midd.apply{
	background:url(../image/bgx.gif)repeat;
}
.content .center .midd .menu.apply{
	background:url(../image/mtbg.jpg)no-repeat;
	text-align:left;
	padding-left:43px;
	width: 457px;
	margin: 60px auto;
	color:#626061;
	height:100%;
}
.content .center .midd .menu.apply form{
	padding-left:10px;
}
.content .center .midd .menu.apply form .input{
	width: 410px;
	height: 48px;
	margin: 20px 0px 60px 0px;
	border-radius: 5px;
	font-size: 25px;
	color: #333;
}
.content .center .midd.apply .submit{
	width: 150px;
	height: 150px;
	border-radius: 90px;
	font-size: 40px;
	background-color: #ff991d;
	color: #fff;
	margin-bottom: 40px;
	margin-top: 30px;
}
.content .center .midd.team{
	background:url(../image/team.jpg)no-repeat;
	width:100%;
	height: 965px;
}
.bottom{
	position:absolute;
	bottom:0%;
	width:100%;
	height: 24%;
	background-color:#000;
	opacity: 0.8;
}
.bottom div{
	float:left;
	padding: 10px 40px;
}
.bottom div:hover{
	background-color:#028ec5;
}
.but{
	background:url("../image/back.png")no-repeat;
	position:absolute;
	top: 62%;
	left: 50%;
	z-index: 999;
	padding: 27px 39px;
	margin-top: 84px;
	margin-left: -45px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.app{
	display:none;
}