/*banner*/
body{
/*		background:url(../images/bg.png) no-repeat;*/
	background-color:#f2f2f5;
}
.contant{
	width:100%;
	height:2171px;
	background:url(../img/bg.png) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.contants{
	width:1132px;
	height:2171px;
	margin:0 auto;
}
.headers{
	width:100%;
	height:170px;
	padding-top:35px;
}
.titles{
	font-family:"微软雅黑";
	font-size:40px;
	color:#7b7c7d;
	text-align:center;
	font-weight:bold;
	line-height:86px;

}
.introduces{
	font-family:"微软雅黑";
	font-size:24px;
	color:#7b7c7d;
	text-align:center;
	font-weight:bold;
	line-height:38px;

}
.detaileds{
	width:100%;
	height:727px;
/*	background-color:yellow;*/
}
.detaileds>li{
	background:url(../img/fen.png) no-repeat;
}
.de_L{
	width:558px;
	height:316px;
	float:left;
	margin-bottom: 45px;
}
.de_R{
	width:558px;
	height:316px;
	float:right;
	margin-bottom: 45px;
}
.detaileds>li.de_1{
	background:url(../img/one.png) no-repeat;
}
.detaileds>li.de_2{
	background:url(../img/two.png) no-repeat;
}
.detaileds>li.de_3{
	background:url(../img/three.png) no-repeat;
}
.detaileds>li.de_4{
	background:url(../img/four.png) no-repeat;
}
.detaileds>li.de_5{
	background:url(../img/five.png) no-repeat;
}

.max_Title{

	font-family: "微软雅黑";
	font-size:30px;
	font-weight: bold;
	color:#7b7c7d;
    margin-left: 259px;
    margin-top: 110px;
	line-height:30px;
}
.min_T{
	font-family: "微软雅黑";
	font-size:22px;
	font-weight: bold;
	color:#7b7c7d;
    margin-left: 259px;
    margin-top: 38px;
	line-height:22px;
}
.contact{
	width:833px;
	height:30px;
	float:right;
}
.contact>.hand{
	width:107px;
	height:30px;
	background:url(../img/hand.png) no-repeat;
	float:left;
}
.direction{
	float:right;
	color:#666666;
	font-size: 24px;
	line-height:24px;
	font-family: "微软雅黑";
}
.direction>span,.direction>a{
	color:#e60012;
}
.direction>a{
	cursor:pointer;
}






.contact_us{
		padding-top: 10px;
    width: 220px;
    height: 130px;
    text-align: center;
    position: fixed;
    right: 0px;
    color: #fff;
    top: 60%;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
}
.contact_us ul li{
	position: relative;
	height: 60px;
	overflow: hidden;
	margin: 4px 0;
}
.contact_us ul li img:nth-child(1){
		position: absolute;
		top: 0;
		left: 160px;
		z-index: 999;
}
.contact_us ul li img:nth-child(2){
		position: absolute;
		top: 60px;
	  left: 160px;
		z-index: 999;
}
.contact_us ul li img:nth-child(3){
		position: absolute;
		top: 0;
		left: 160px;
		z-index: 998;
}

