@charset "utf-8";
/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
	/*有些浏览器默认这些标签有边框，所以要清除默认边框*/
	display: block;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
	/*清除标签默认文本样式和加粗*/
}

ol,
ul {
	list-style: none;
	/*清除列表默认样式*/
}

em,
i {
	font-style: normal;
}

caption,
th {
	text-align: center;
	/*清除标签默认文本居中对齐*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	/*清除标题标签的默认样式*/
}

a {
	text-decoration: none;
	/*大部分页面中的链接没有下划线*/
}

.clearfix:after {
	height: 0;
	content: " ";
	display: block;
	overflow: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
	/*IE低版本浏览器不支持after伪类所以要加这一句*/
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

img {
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #333;
}

ul,
li {
	list-style: none;
}

li {
	display: inline-block
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 去掉a, input点击的时候的附带效果 */
	-webkit-touch-callout: none;
	/* 禁止长按a标签连接于图片弹出的菜单 */
	-webkit-overflow-scrolling: touch;
	/* 让页面滚动更流畅，对一些低版本的安卓尤其良好 */
	-webkit-text-size-adjust: 100%;
	/* 关闭横竖屏的时候调整文字大小 */
	font-family: "\5FAE\8F6F\96C5\9ED1", helvetica, sans-serif;
}

img:not([src*="/"]) {
	display: none;
	/* 如果图片没有地址，则隐藏 */
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input,
select,
textarea {
	outline: none;
	border: none;
	background: none;
}

textarea {
	resize: none;
}

em,
i {
	font-style: normal;
}

.wrap {
	background-color: #f1f1f1;
}

herder,
img,
nav,
footer {
	display: block;
}

.visi {
	vertical-align: middle;
}

.fl {
	float: left;
}

.rl {
	float: right;
}

.mid {
	text-align: center;
}

.lef {
	text-align: left;
}

.rig {
	text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.clearfix {
	clear: both;
}

.tab_cell {
	display: table;
	width: 100%;
}

.tab {
	display: table-cell;
}


/*内容*************************************/
.veiwport {
	max-width: 750px;
	background: #FFFFFF;
	min-width: 320px;
	margin: 0 auto;
	font-size: 0.24rem;
	padding-bottom: 1rem;
	overflow: hidden;
	position: relative;
}


/* banner ***********/
.banner {
	position: relative;
	width: 100%;
	margin-top: 0.9rem;
	display: table;
	overflow: hidden;
}

.banner img {
	display: block;
	width: 100%;
	/* position: absolute;
	top: 0;
	left: 0;
	z-index: 1; */
}


/* 内容 ***********/
.container {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}


/* main ******************/
.main {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}

.main .title {
	width: 2rem;
	font-size: 0.35rem;
	text-align: center;
	color: #FFFFFF;
	background: #FA8F17;
	padding: 0.1rem 0.2rem;
	margin-top: 0.4rem;
	text-indent: 0.2rem;
	position: relative;
}

.main .title::before {
	content: "";
	position: absolute;
	top: 0.22rem;
	left: 0.2rem;
	width: 0.28rem;
	height: 0.245rem;
	background: url(../img/jt.png) no-repeat left;
}

.main h3 {
	font-size: 0.28rem;
	font-weight: 600;
}

.main .text p {
	line-height: 0.38rem;
	margin-top: 0.2rem;
}

.main .text .img1 {
	display: block;
	width: 100%;
	margin-top: 0.2rem;
}

.main .text p.p1 {
	text-indent: 0.36rem;
}

/* part2 */
.part2 .text {
	margin: 0.25rem auto 0;
	background: #f5f5f5;
	overflow: hidden;
	padding: 0.2rem 0.15rem;
}


/* part3 */
.part3 .text {
	margin: 0.25rem auto 0;
	background: #f5f5f5;
	overflow: hidden;
	padding: 0.2rem 0.15rem;
}
.part3 .text li {
	display: block;
	float: left;
	width: 95%;
	padding: 10px 10px;
	background: #fff;
	margin: 0.2rem auto 0;
}
.part3 .text li:first-child{
	margin-top: 0;
}
.part3 .text li p {
	margin-top: 0.1rem;
	line-height: normal;
}
.part3 .text li p span {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50px;
	border: 1px solid #FA8F17;
	margin-bottom: 0.04rem;
	margin-right: 0.08rem;
}









/* table ********************************/
.part2 table {
	width: 100%;
	margin: 0.2rem auto;
	text-align: left;
	border: 1px solid #cbcbcb;
	border-collapse: collapse;
}

.part2 table th {
	background: #e7e7e7;
	font-size: 18px;
	color: #333;
}

.part2 table th,
.part2 table td {
	border: 1px solid #f5f5f5;
	padding: 0.12rem 0;
	line-height: 0.35rem;
}

.part2 table td {
	padding-left: 0.2rem;
}

.part2 table tr:nth-child(1),
.part2 table tr:nth-child(3),
.part2 table tr:nth-child(5) {
	background: #FA8F17;
	color: #fff;
}