@charset "utf-8";
*{
	padding: 0;
	margin: 0;
}	
body{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	background: #333740;
}
#head{
	width: 100%;
	height: 120px;
	overflow: hidden;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	transition: 0.5s;
	z-index: 99;
}
#head .content{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
#head .content .logo{
	width: 280px;
	height: 100%;
	float: left;
	background: #c30d23;
}
#head .content .logo img{
	display: block;
	margin-top: 15px;
	transition: 0.5s;
}
#head .nav{
	list-style: none;
	float: left;
	margin-left: 30px;
	width: auto;
	height: 100%;
}
#head .nav li{
	float: left;
	height: 100%;
}
#head .nav li a{
	display: block;
	padding: 70px 20px 26px;
	text-align: center;
	text-decoration: none;
	color: #222;
	font-size: 18px;
	transition: all 0.5s;
	background-image: url(/bieshu/img/nav_icon.png);
	background-repeat: no-repeat;

}
#navon0{
	background-position: -125px 30px;
}
#navon0:hover{
	background-position: -5px 30px;
}
#navon1{
	background-position: -125px -90px;
}
#navon1:hover{
	background-position: -5px -90px;
}
#navon2{
	background-position: -125px -210px;
}
#navon2:hover{
	background-position: -5px -210px;
}
#navon3{
	background-position: -125px -330px;
}
#navon3:hover{
	background-position: -5px -330px;
}
#navon4{
	background-position: -125px -450px;
}
#navon4:hover{
	background-position: -5px -450px;
}
#navon5{
	background-position: -125px -570px;
}
#navon5:hover{
	background-position: -5px -570px;
}
#head .nav li a:hover,#head .nav li .xz{
	background-color: #333740;
	color: #fff;
}
#head .tel{
	float: right;
	width: 200px;
	height: 100%;
	background: url(/bieshu/img/tel_bg.png) no-repeat;
	background-position: 80px 35px;
	text-align: right;
	transition: 0.5s;
}
#head .tel p{
	padding-top: 30px;
	font-size: 22px;
	color: #333;
	transition: 0.5s;
}
#head .tel span{
	display: block;
	font-size: 28px;
	color: #c30d23;

}
.on{
	height:90px!important;
	padding:0!important;
	background: rgba(255,255,255,0.9)!important;
}
.on .logo img{
	margin-top: 0!important;
}
.on .nav li a{
	padding:0 20px!important;
	background-image: none!important;
	line-height: 90px;
}
.on .tel{
	background-position: 80px 20px!important;
}
.on .tel p{
	padding-top: 15px!important;
}
#banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 120px;
}
#banner img{
	display: block;
	width: 100%;
}
#bieshu{
	width: 1200px;
	height: auto;
	padding: 40px 0;
	overflow: hidden;
	margin: 0 auto;
}
#bieshu h2,#gongyi h2,#koubei h2{
	text-align: center;
	font-size: 32px;
	font-weight: 500;
	color: #bd916c;
	border: 2px solid #bd916c;
	line-height: 60px;
	width: 240px;
	margin: 0 auto;
}
#bieshu p,#gongyi p,#koubei p{
	text-align: center;
	margin:10px 0 20px;
	color: #bd916c;
}
#bieshu .con{
	width: 100%;
	height: auto;
	overflow: hidden;
}
#bieshu .con span{
	float: left;
	display: block;
	width: 380px;
	height: auto;
	overflow: hidden;
	padding: 0 10px;
}
#bieshu .con span img{
	display: block;
	width: 100%;
}
#anli,#team,#yusuan{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding:40px 0;
	background: #cca975;
}
#anli h2,#team h2,#yusuan h2{
	text-align: center;
	font-size: 32px;
	font-weight: 500;
	color: #333;
	border: 2px solid #333;
	line-height: 60px;
	width: 240px;
	margin: 0 auto;
}
#anli p,#team p,#yusuan p{
	text-align: center;
	margin:10px 0 20px;
	color: #333;
}
#anli ul,#team ul,#koubei ul{
	width: 1200px;
	height: auto;
	overflow: hidden;
	list-style: none;
	margin: 0 auto;
}
#anli ul li{
	width: 298px;
	height: 218px;
	float: left;
	border: 1px solid #fff;
}
#anli ul li a{
	text-decoration: none;
	display: block;
	position: relative;
}
#anli ul li img{
	display: block;
	width: 100%;
	height: auto;
}
#anli ul li .cover{
	width: 260px;
	height: 180px;
	background: rgba(0,0,0,0.6);
	padding: 20px;
	position: absolute;
	top: -1px;
	left: -1px;
	opacity: 0;
	transition: all 0.5s;
}
#anli .cover h3{
	font-size: 22px;
	color: #fff;
	padding:30px 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#anli .cover span{
	color: #eee;
	line-height: 20px;
}
#anli ul li:hover .cover{
	opacity: 1;
}
#anli .more,#team .more{
	width: 200px;
	line-height: 60px;
	background: #bd916c;
	text-align: center;
	margin: 20px auto 0;
	transition: 0.5s;
}
#anli .more a,#team .more a{
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	letter-spacing:4px;
}
#anli .more:hover,#team .more:hover{
	background: #ffedde;
}
#anli .more:hover a,#team .more:hover a{
	color: #333;
}
#gongyi,#koubei{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 40px 0;
}
#gongyi .con{
	width: 1200px;
	margin: 0 auto;
}
#team ul li{
	float: left;
	width: 240px;
	height: 320px;
	position: relative;
}
#team ul li img{
	display: block;
	width: 100%;
}
#team ul li .cover{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	text-align: center;
	opacity: 0;
	transition: all 0.5s;
}
#team ul li .cover span{
	padding: 10px 20px;
	line-height: 320px;
	font-size: 22px;
	color: #bd916c;
	border: 1px solid #bd916c;
}
#team ul li:hover .cover{
	opacity: 1;
}
#koubei ul li{
	width: 150px;
	height: 150px;
	float: left;
	position: relative;
}
#koubei ul li span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 150px;
	text-align: center;
	font-size: 48px;
	color: #fff;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	transition: all 0.5s;
}
#koubei ul li.xuanze{
	width: 300px;
}
#koubei ul li.xuanze span{
	font-size: 24px;
	opacity: 1;
}
#koubei ul li span:hover{
	opacity: 1;
}
#yusuan .con{
	width: 1200px;
	height: 400px;
	margin: 0 auto;
	background: url(/bieshu/img/baojia_bg.png) no-repeat;
	position: relative;
}
#yusuan .con .jisuan{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 580px;
	height: auto;
}
#yusuan .jisuan ul.xinxi{
	list-style: none;
}
#yusuan .jisuan .xinxi li{
	float: left;
	width: 50%;
	padding-bottom: 20px;
	color: #323640;
}
#yusuan .jisuan .xinxi li input{
	height: 40px;
	width: 68%;
	padding: 0 4%;
}
#yusuan .jisuan button{
	width: 100%;
	height: 60px;
	background: #be0e23;
	color: #fff;
	border: none;
	font-size: 18px;
	font-family: "Microsoft Yahei";
	cursor: pointer;
	letter-spacing: 4px;
}
#yuyue{
	width: 100%;
	height: 600px;
	background: url(/bieshu/img/yueyue_bg.png) no-repeat;
	background-position: 50% 60px;
	position: relative;
}
#yuyue ul{
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -600px;
	list-style: none;
	width: 1200px;
	height: auto;
	overflow: hidden;
}
#yuyue ul li{
	float: left;
	width: 299px;
	height: auto;
	border-right: 1px solid #cda974;
	text-align: center;
}
#yuyue ul li.last{
	border: none;
}
#yuyue ul li span{
	display: block;
	width: 100%;
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
	color: #cda974;
}
#yuyue ul li p{
	color: #FFF1DD;
	font-size: 12px;
}
#footer{
	width: 100%;
	background: #24262b;
	text-align: center;
	line-height: 60px;
	color: #cca975;
}
