/*全局样式*/
*{
	margin: 0;
	padding: 0;
	/*禁止用户拖曳及双击选择*/
	/*-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;*/
}
a{
	text-decoration: none;
}
ul{
	list-style: none;
}
.content{
	background: #f5f5f5;
	padding: 0 20% 20px 20%;
	text-align: center;
}

/*banner样式*/
.logo{
	width: 100%;
	height: 400px;
	background-size: 100% 100%;
}
/*导航栏样式*/
.header{
	padding: 0 20%;
	height: 100px;
	background: rgba(255,255,255,.6);
	/*overflow: hidden;*/
}
.header_select{
	float: right;
	margin-right: 15px;
	height: 100px;
	display: none;
}
.header_select img{
	padding-top: 25px;
}

/*移动端导航栏样式*/
.select_hide{
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 2333;
	background-color: #FFFFFF;
	display: none;
	width: 100%;
}
.select_hide a{
	color: #333;
	font-size: 16px;
	line-height: 62px;
	font-weight: bold;
}
.select_hide h4{
	padding: 0 15px;
	border-top: 1px solid #ccc;
}
.select_hide h4 img{
	float: right;
	width: 30px;
	height: 30px;
	padding-top: 20px;
}
.select_hide ul li:last-child h4{
	border-bottom: 1px solid #ccc;
}
.ul_hide{
	display: none;
	padding: 0 15px;
}
.ul_hide li{
	border-bottom: 1px solid #ccc;
}
.ul_hide>li:last-child{
	border-bottom: none;
}

/*PC端导航栏样式*/
.header_img{
	float: left;
    width: 15%;
    text-align: center;
    height: 100%;
}
.header_img img{
	height: calc(100% - 20px);
    margin: 10px 0;
}
.header_nav{
	width: 85%;
	line-height: 100px;
	float: left;
}
.header_nav li{
	text-align: center;
	width: 12.5%;
	box-sizing: border-box;
	float: left;
	transition: all 0.2s; 
	position: relative;
}
.header_nav li:after, .header_nav li:before{
	content: '';
  	position: absolute;
  	top: 43%;
	right: 0;
	height: 15px;
	width: 1px;
	background-color: black;
}
.header_nav>ul>li:last-child:after, .header_nav>ul>li:last-child:before{
	height: 0;
}
.header_nav li a{
	transition: all 0.2s; 
	padding-bottom: 5px;
	color: black;
	font-size: 18px;
}
.header_nav li span a {
	font-weight: bold;
}
.header_nav li .header_native, .select_hide .header_native{
	color: #08961f;
	border-bottom: 2px solid #08961f;
}
.header_nav>ul>li>span:hover a, .header_nav>ul>li:hover>span a{
	color: #08961f;
	border-bottom: 2px solid #08961f;
}

/*隐藏导航栏样式*/
.header_nav>ul>li:hover .hide>div{
	opacity: 1;
	top: 0px;
}
.header_nav>ul>li:hover .hide>div p{
	display: block;
}
.hide{
	position: absolute;
	z-index: 2333;
	left: 0;
	top: 70px;
	background-color: #17A900;
	width: 100%;
	overflow: hidden;
}
.hide, .hide>div{
	height: 0;
	transition: all 0.3s ease-out 0s;
}
.hide>div{
	opacity: 0;
	position: absolute;
	display: block;
	width: 100%;
}
.hide>div p{
	display: none;
	border-bottom: 1px solid white;
	height: 40px;
	line-height: 40px;
}
.hide>div p:last-child{
	border: none;
}
.hide>div p a{
	font-size: 16px;
	color: white;
}
.hide>div p:hover a{
	font-size: 18px;
}
.hide>div p:hover{
	background-color: #056C10;
}

/*大图及标题样式*/
.banner{
	position: relative;
	height: 300px;
}
.title{
	width: 60%;
	position: absolute;
	bottom: 0px;
	left: 20%;
	z-index: 233;
	background-color: rgba(255,255,255,.9);
	height: 60px;
	line-height: 60px;
	display: none;
	padding: 4px 0;
}
.title>span:first-child{
	padding-left: 2%;
	display: inline-block;
	text-align: center;
	width: 20%;
	font-size: 26px;
	color: #17a900;
}
.title>span:nth-child(2){
	position: absolute;
	left: 23%;
	top: 5px;
}
.title>span:nth-child(2) img{
	width: 15px;
}
.title>span:nth-child(3){
	margin-left: 3%;
	font-size: 18px;
}
.title>span:nth-child(3) a{
	color: #626262;
	transition: .2s linear;
	text-decoration: underline;
}
.title>span:nth-child(3) a:hover{
	color: #08961E;
}
.title .title_short, .title_long{
	float: right;
	background-color: #08961e;
	position: relative;
	top: -4px;
	padding: 4px 30px;
	color: rgba(255,255,255,.8);
}
.title_long{
	height: 100%;
}
.title .title_long>div{
	position: relative;
	height: 50%;
}
.long_top{
	text-align: center;
	top:  -10px;
}
.long_bottom{
	top:  -15px;
}
.tit_search{
	height: 60%;
	position: absolute;
	bottom: 16%;
	padding: 4px 10px;
	right: calc(17% + 100px);
}
.tit_search input{
	display: inline-block;
	width: 130px;
	padding: 0 20px 0 10px;
	border: 1px solid #08961E;
	height: 34px;
    position: relative;
    top: -6px;
    background-color: transparent;
    outline: none;
    font-size: 15px;
    -webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
}
.tit_button, .tit_empty{
	position: absolute;
	height: 34px;
	right: calc(17% + 55px);
	bottom: 20%;
	padding: 0 10px;
	border: 1px solid #08961E;
	cursor: pointer;
	color: white;
	line-height: 34px;
	font-size: 14px;
	font-weight: bold;
	transition: .2s linear;
	background-color: #08961E;
}
.tit_empty{
	right: 17%;
	display: none;
}
.tit_button:hover{
	color: #08961E;
	background-color: transparent;
}
.tit_empty:hover{
	color: #08961E;
	background-color: transparent;
}

/*过度动画样式*/
.tes{
	position: fixed;
	display: block;
	top: 100px;
	width: 100%;
	text-align: center;
	height: calc(100% - 100px);
	background-color: rgba(0,0,0,.5);
	font-size: 20px;
	color: white;
	padding-top: 18%;
	z-index: 444;
}
.tes img{
	width: 30px;
}
.tes span{
	position: relative;
	top: -8px;
}

/*底部样式*/
.footer{
	padding: 10px 20%;
	text-align: center;
	background: url(../images/footer.png);
	background-size: 100% 100%;
}
.footer>div{
	background-color: rgb(255,255,255,.5);
	padding-bottom: 10px;
}
.footer ul{
	overflow: hidden;
    padding: 10px 10% 10px 12%;
}
.footer li{
	width: 12.5%;
	float: left;
	text-align: left;
	box-sizing: border-box;
}
.footer li:first-child{
	/*padding-left: 3%;*/
}
.footer li a{
	color: #2b2b2b;
    transition: all 0.2s ease-out 0s;
    font-size: 14px;
    font-weight: bold;
}
.footer li a:hover{
	color: #be0000;
}
.footer>div>div:nth-child(2), .footer p{
	/*text-align: left;*/
	/*overflow: hidden;*/
	padding: 0 10% 0 12%;
}
.footer p{
	margin-top: 5px; 
	font-size: 14px;	
}
.footer>div>div>span, .footer p span{
	/*float: left;*/
	/*width: 50%;*/
	margin: 0 10px;
	font-size: 14px;
	box-sizing: border-box;
}
.footer div>span:first-child, .footer p>span:first-child{
	/*padding-left: 3%;*/
}
.footer div>span:last-child, .footer p>span:last-child{
	text-align: right;
}
/*非pc端样式*/
@media only screen and (max-width:1279px) {
	.logo{
		height: auto;
		background-image: none !important;
	}
	.header{
		background-color: white;
		padding: 0 10%;
	}
	.header_nav li .header_native, .select_hide .header_native{
		border-bottom: none;
	}
	.title{
		width: calc(100% - 30px);
		left: 15px;
		padding-left: 15px;
		box-sizing: border-box;
	}
	.title>span:first-child{
		display: inline-block;
		text-align: left;
		width: 100%;
		font-size: 20px;
		position: relative;
		top: -4px;
	}
	.title>span:nth-child(2), .title>span:nth-child(3), .title>div:nth-child(4), .title>span:nth-child(4){
		display: none;
	}
	.title img{
		width: 30px;
		margin-top: 7px;
	}
	.tit_search{
		right: 110px;
		padding: 0 10px;
		bottom: 28%;
	}
	.tit_search input{
		width: 80px;
		padding:  0 10px;
	}
	.tit_button{
		right: 65px;
		bottom: 19%;
	}
	.banner{
		height: 160px;
		background-size: 100% 160px;
	}
	.content{
		padding: 20px 15px;
		background-color: white;
	}
	.footer{
		padding: 10px 0;
		background: url(../images/mobiefooter.png);
		background-size: 100% 100%;
	}
	.footer>div{
		background-color: transparent;
		padding-bottom: 0;
	}
	.footer ul{
	    padding: 0;
	}
	.footer li{
		text-align: center;
		width: 25%;
	}
	.footer li a{
		margin-right: 0;
	}
	.footer>div>div>span, .footer p>span{
		display: inline-block;
		margin-top: 10px;
		text-align: center !important;
		width: 100%;
		font-size: 12px;
	}
	.footer div span:last-child{
		margin-bottom: 0;
	}
	.footer>div>div:nth-child(2){
		padding-left: 0;
		padding-right: 0;
	}
	.footer div>span:last-child{
		text-align: center;
	}
	.footer p{
		margin-top: 10px;
		font-size: 12px;
		padding: 0;
	}
}

/*搜索功能手机端样式*/
@media only screen and (max-width: 374px) {
	.tit_empty{
		display: none !important;
	}
	.tit_button{
		right: 10px;
	}
	.tit_search{
		right: 60px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 1279px)  {
	.tit_empty{
		right: 10px;
		bottom: 19%;
	}
}
