@charset "utf-8";
/* CSS Document */

/*清楚默认样式*/
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, p, span, dl, dt, dd, a, img, button, article, aside, footer, header, hgroup, menu, nav, section, figure { margin: 0; padding: 0; border:0; list-style: none; box-sizing: border-box; }
body{
    color: #000;
    background: #fff;
    font-family: "Microsoft YaHei";
	}
a{
    text-decoration: none;
    font-family:"Microsoft YaHei";
}
a:hover{
    text-decoration: none;
}

body{	
	width: 100%;
	height: 100%;
}




nav{	
	width: 62.5%;
	height: 100px;
	margin: 0 auto;
}

nav h1{	
	float: left;
	margin-top: 12px;
}

nav a{	
	float: right;
	line-height: 100px;
	display: block;
	color: #000;
}


header{	
	width: 100%;
	height: 874px;
	background:url(../images/body.jpg) no-repeat;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
	position: relative;
}


.dr{	
	width: 62.5%;
	margin: 0 auto;
}

.dr_t{	
	width: 350px;
	height: 370px;
	position: relative;
	top: 50px;
	background:rgba(255,255,255,.5);
	float: right;
	cursor:pointer;
}

.dr_i{	
	position: absolute;
	width: 175px;
	height: 55px;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
}

.dr_i span{	
	width: 99%;
	height: 20px;
	border-right: 1px solid #CCCCCC;
	display: block;
	margin-top: 17px;
	color: #000;
	font-weight: bold;
}



.dr_t .dr_r{	
	right: 0;
}

.dr_t .dr_r span{	
	border: none;
}



.dr_t .dr_l{	

}



.dr_t .current span{	
	color:#00A3FF;
}

.dr_c{	
	width: 100%;
	height: 300px;
	position: absolute;
	top: 56px;
	padding: 30px 30px 0 30px;
	display: none;
}

.dr_c .zh{	
	width: 100%;
	height: 38px;
	border: 1px solid #bdbdbd;
	margin-bottom: 25px;
}

.dr_c .zh .zh_l{	
	height: 100%;
	width: 40px;
	background:#fff url(../images/zh.png) no-repeat center center;
	float: left;
}

.dr_c .zh .itxt{	
	float: left;
	width: 248px;
	height:100%;
	outline:none;
}


.dr_c .mm .zh_l{	
	background:#fff url(../images/mm.png) no-repeat center center;
}

.dr_c .wj{	
	width: 100%;
	height: 38px;
	overflow: hidden;
}

.dr_c .wj a{	
	float: right;
	font-size: 14px;
	color:#B8B8B8;
}

.dr_c .wj a:hover{	
	color:red;
	text-decoration: underline;
}


.dr_c .dl{	
	width: 100%;
	height: 38px;
	background:#00A3FF;
	text-align: center;
	line-height: 38px;
}

.dr_c .dl a{	
	font-weight: bold;
	font-size: 20px;
	color: #FFF;
}


.lj{	
	text-align: center;
	width: 100%;
	height: 38px;
	font-size: 14px;
	margin-top: 20px;
}

.lj a{	
	color:#00A3FF;
	text-decoration: underline;
	font-size: 16px;
	background:url(../images/lj.png) no-repeat right center;
	padding-right: 23px;
}

.dr_w{	
	width: 100%;
	height: 300px;
	position: absolute;
	top: 56px;
	padding:20px;
	display: none;
}

.ewm{	
	width: 162px;
	height: 162px;
	margin: 0 auto;
	border: 1px solid #bdbdbd;
}

.dk{
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
}

.dk li{	
	display: inline-block;
}

.dk li:nth-of-type(2){	
	margin-left:18px;
}

.dk li span{	
	color:red;
	overflow: hidden;
}

.dr_w .zc{	
	text-align: center;
	margin-top: 20px;
	display: block;
	color: #00A3FF;
	background:url(../images/lj.png) no-repeat 190px center;
	overflow: hidden;
}


.current1{display: block;}









