
@import url('base.css');
/* 头部开始 */
header{
	width: 100%;
	height:96px;
}
.logo{
	width: 200px;
	/* height: 100%; */
    float: left;
    margin-top:10px;
    margin-left: 150px;
}
.logo>p{
	font-size: 14px;
	margin-left: -20px;
}
.head-main{
	width: 770px;
	height: 100%;
	float: right;
	/* margin: 0 226px; */
}
.head-main li{
	width: 101px;
	height: 43px;
	float: left;
	margin-right: 16px;
}
.head-main li:last-child{
	margin-right: 0;
}
.head-main li:nth-child(3)>a{
	background: #108e64;
	color: #fff;
}
.head-main li a{
	width: 100%;
	height: 100%;
	display: block;
	font-size: 14px;
	color: #108e64;	
	line-height: 43px;
	text-align: center;
	margin-top: 30px;
}
.head-main>li>a:hover{	
	background: #108e64;
	color: #fff;
}
/* 头部结束 */
/* banner开始 */
main{
	width: 100%;
	height: auto;
	position: relative;
}
main>a{
    width: 100%;
    height: 580px;
    display: block;

}
main>a>img{
	width: 100%;
	height:100%;
	display: block;
}
.zhe{
	width: 100%;
	height: 580px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
}
.zi1{
	height: 135px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -80px;
	margin-left: -200px;
}
.zi1>p{
	font-size: 60px;
	float: left;
	color: #fff;
    line-height: 135px;
}
.zi1>p:first-child{
   color:#108e64;
   margin-right: 60px;
}
/* banner结束 */
/* 大盒子开始 */
.big-box{
	width: 1200px;
	height: auto;
	background: #fff;
	margin: 0 auto;
	box-shadow: 1px 19px 30px rgba(0,0,0,0.3);
	padding: 50px;
	box-sizing: border-box;
}
.tishi{
	width: 100%;
	height:40px;
	margin: 0 auto 20px auto;
}
.icon-location_fill{
	float: left;
}
.tishi>p,.tishi>a{
	font-size: 14px;
	line-height:40px;
	color: #000;
	float: left;
}
.tishi>a:hover{
    text-decoration: underline;
}
.tishi>p:nth-of-type(2){
	font-size: 12px;
}
.top-zi{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
}
.top-zi>p{
	font-size: 26px;
}
.top-zi>p:nth-child(2){
	font-size: 20px;
}
.top-zi2{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
}
.top-zi2>p{
	font-size: 20px;
	line-height: 30px;
}
.top-zi2>div{
	width: 8px;
	height: 8px;
	background: #ff8636;
	float: left;
	border-radius: 50%;
	margin-top: 11px;
	margin-right: 10px;
}
.top-zi2>p:nth-of-type(2){
	font-size: 12px;
	float: left;
	margin-right:30px;
}
.top-zi2>p:nth-of-type(3){
	font-size: 12px;
	float: left;
}
.xiangqing-main{
	width: 100%;
	height: auto;
}
.xiangqing-main>img{
	width: 930px;
	height: 625px;
	display: block;
	margin: 0 auto;
}
.xqmain-bottom{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 30px;
	padding-left: 20px;
}
.xqmain-bottom>li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;

}
.xqmain-bottom>li:last-child{
	margin-bottom: 0;
}
.xqmain-bottom>li>div{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	float: left;
	background: #5d5443;
	margin-top:13px;
	margin-right: 20px;
}
.xqmain-bottom>li>p{
	font-size: 18px;
	line-height: 36px;
}
.xqmain-bottom>li>p:nth-of-type(2){
	font-size: 14px;
	line-height: 20px;
	margin-top:10px ;
}
/* 大盒子结束 */
/* 关于我们开始 */
.about-box{
	width: 100%;
	height: 200px;
	background: #414b55;
	margin-top: 50px;
	overflow: hidden;
}
.about-main{
	width: 1000px;
	height: 100%;
	margin: 50px auto;
}
.about-main>div{
	width: 300px;
	height: 100%;
	float: left;
}
.about-left>p{
    font-size: 18px;
    color: #108e64;
}
.about-center>p,.about-right>p{
	font-size: 18px;
	color: #979faa;
}
.about-center>a{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	float: left;
	padding-top: 2px;
	/* background: #fff; */
	margin-right: 20px;
	margin-top: 20px;
}
.about-center>a:first-of-type{
	background: #108e64;
}
.about-right>p:nth-child(1)~p{
	font-size: 12px;
	line-height: 30px;
}
/* 关于我们结束 */