﻿body,
html {
	margin: 0;
	padding: 0;
	border: none;
	height: auto;
	position: relative;
	font-family: "microsoft yahei";
	font-size: 14px;
	background: #f5f5f5;
	background-size: 100% 100%;
	max-width:100%;
}
* {
	-webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
	border: none;
}
a {
	text-decoration: none;
}
.fixed-nav {
	width: 100%;
	display: block;
	position: fixed;
	bottom: 0;left: 0;background-color: #ffffff;
	height: 1.7rem;overflow: hidden;;
}
.fixed-nav ul{width: 100%;margin: 0;}
.fixed-nav ul li{float: left;width: 20%;margin: 0.1rem auto;list-style: none;}
.fixed-nav ul li a{display: block;width: 100%;margin: 0.26rem 0;}
.fixed-nav ul li a img{display: block;width: 0.54rem;margin: auto;height: 0.53rem;}
.fixed-nav ul li a p{color: #000000;font-size: 0.24rem;text-align: center;line-height: 0.4rem;}
.fixed-nav ul li a.active p{color: #0392d7;}
.section {
	width: 100%;
	position: relative;
	padding-bottom: 1rem;
}
.section img {
	width: 100%;
	margin: auto;
	display: block;
}
.section .btn{display: block;width: 1.2rem;height: 0.4rem;position: absolute;right: 17%;top: 10%;}
.qa-box{width:90%;box-sizing: border-box;margin: 0.3rem auto;}
.qa-box ul{list-style: none;}
.qa-box ul li h2{color: #595757;font-size: 0.2rem;line-height: 0.5rem;border-bottom: 1px solid #979797;margin-top:0.2rem;cursor: pointer;}
.qa-box ul li h2 strong{color: #000;}
.qa-box ul li h2 span{float: right;color: #979797;font-size: 0.4rem;transition:all 0.2s ease 0.2s;}
.qa-box ul li h2.active span{transform: rotate(45deg);-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 	/* Opera */}
.qa-box ul li p{color: #595757;font-size: 0.18rem;line-height: 0.36rem;border-bottom: 1px solid #979797;display: none;padding: 0.2rem 0;}
.qa-box ul li p span{color: #ffc813;}
/*job*/
.job-box {width: 100%;margin: 0.3rem auto;height: auto;overflow: hidden;clear: both;}
.job-box .job-comlist {
	height: 0.6rem;
	line-height: 0.6rem;
	display: block;
	width: 100%;
	background-color: #1750a3;
	color: #fff;
	font-weight: bold;
	font-size: 0.16rem;
	border-radius: 0.3rem;
	text-align: center;
	margin: 0.16rem 0;
}
.job-box .job-com{width: 100%;background-color: #f3f3f3;border-radius:0.4rem 0.4rem 0.1rem 0.1rem;height: auto;display: none;}
.job-box .job-com table{width: 100%;}
.job-box .job-com table tr{border-bottom: 1px solid #fff;}
.job-box .job-com table tr th{
	color: #0091d7;
	font-size: 0.16rem;
	font-weight: bold;
	text-align: center;
	line-height: 0.62rem;
	padding: 0.2rem auto;
	background: url("images/th-arrow.png") no-repeat;
	background-size: 0.12rem 0.11rem;
	border-right: 1px dashed #fff;
	background-position: bottom center;
}
.job-box table  tr td{line-height: 0.3rem;text-align: center;font-size: 0.14rem;color: #636363;border-right: 1px dashed #fff;padding: 0.16rem 0.06rem;}
.job-box table  tr td a img{display: block;width: 0.51rem;margin: auto;}