
/*-------------------------------------------    
	導航欄
-------------------------------------------*/

.contact-header {
  height:160px;
}

/*-------------------------------------------    
	联系我们4
-------------------------------------------*/
.content3{
	/*overflow: auto;*/
	position: relative;
	width: 1200px;
	max-width: 100%;
	height: 654px;
}

.content3 .btn{
    width:40px;
    float: left;
}
.content3 .btn div{
	color: #5c4830;
	font-size: 24px;	
	text-align:center;
	font-style: normal;
    cursor:pointer;
    font-family: KaiTi;
	font-weight: normal;
}

.content3 .btn #zl{
	height:326.5px;
	background-color: #008682;
    
}
.content3 .btn #nl{
	height:326.5px;
	background-color: #d6594d;   
}

.content3 .btn .current{
	background-image:url(images/whiteAlpha.png);
	color: lightyellow;
}


.content3 .slide {
    float: right;
	position: relative;
    width: 1160px;
    height: 653px;
    
}
/*.content3 .slide p{
    text-align: left;
	color: #FFFCE1;
	font-style: normal;
	font-family: KaiTi;
	font-weight: normal;
	font-size: 14px;
    padding-right: 8px;
}*/

.content3 .slide-bg-zn {
	background: url(../img/zlbg.jpg);
	background-size: 100%;

}
.content3 .slide-bg-nl {
	background: url(../img/nlbg.jpg);
	background-size: 100%;

}

.content3 .slide .wz{
	position: absolute;
	right: 15px;
	top: 140px;
	width: 208px;	
	height: 416px;
	text-align: left;
	color: #FFFCE1;
	font-style: normal;
	font-family: KaiTi;
	font-weight: normal;
	font-size: 14px;
    padding-right: 8px;
	
}


.content3 .slide .dt {
	width: 30px;
    position: absolute;
	right: 245px;
	bottom: 30px;
}

.content3 .slide .wzx{
	position: absolute;
	right: 7px;
	bottom: 30px;
	width: 208px;	

	font-size: 12px;
	text-align: left;
	color: #FFFCE1;
	font-style: normal;
	font-family: KaiTi;
	font-weight: normal;
    padding-right: 8px;
}








