@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;
	position: relative;
	overflow: hidden;
}


/* banner ***********/
.banner {
	width: 100%;
	height: 3.8rem;
	background: url(../img/banner.jpg) no-repeat top;
	background-size:cover;
	margin-top: 0.9rem;
	display: table;
	overflow: hidden;
}

.banner h1 {
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 0.5rem;
	display: table-cell;
	vertical-align: middle;
} 

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

.container h2.title {
	display: block;
	width: 100%;
	margin: 0.55rem auto 0.35rem;
	overflow: hidden;
}

.container h2.title span {
	display: block;
	float: left;
	width: auto;
	padding: 4% 0;
	color: #fff;
	font-size: 0.36rem;
	background: url(../img/tc_bg.png) top center repeat-x;
}

.container h2.title .img {
	display: block;
	float: left;
}

/* main ******************/
.container .main img {
	display: block;
	width: 100%;
	margin: 0.3rem auto;
}

.container .main p {
	margin: 0 auto 0.2rem;
	text-indent: 0.4rem;
	line-height: 0.4rem;
}

.container .main .text_box {
	width: 100%;
	margin: auto;
	background: #f9f9f9;
	padding: 0.34rem 0;
	position: relative;
}

.container .main .text_box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0.8rem;
	height: 0.8rem;
	background: url(../img/bjk_1.png) no-repeat top left;
}

.container .main .text_box::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0.8rem;
	height: 0.8rem;
	background: url(../img/bjk_2.png) no-repeat bottom right;
}

.container .main .text_box p {
	width: 90%;
	text-indent: 0;
	margin: 0.15rem auto;
}
/* table ********************************/
.veiwport table {
    width: 95%;
    margin:0.2rem auto;
    text-align: center;
    border: 1px solid #cbcbcb;
    border-collapse: collapse;
}
.veiwport table th {
	    background: #e7e7e7;
	    font-size: 18px;
	    color: #333;
}
.veiwport table th,.veiwport table td{
	border: 1px solid #cbcbcb;
	    padding: 0.12rem 0;
	    line-height: 0.35rem;
}




