@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;
}

body {
	background: #fcfcfc;
}

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

/* banner ***********/
.banner {
	width: 100%;
	margin-top: 1rem;
	overflow: hidden;
}

.banner img {
	display: block;
	width: 100%;
}
/* 内容 **********************************/
.part{
	width:92%;
	margin:0.56rem auto 0;
	position: relative;
	overflow: hidden;
}
.part h2.title{
	font-size:0.38rem;
	color:#fff;
	padding:0.1rem 0 0.1rem 0.14rem;
	background-image: linear-gradient(to right, #1162CB , rgba(255,255,255,0));
	margin-bottom:0.28rem;
}
.part p{
	line-height:0.36rem;
	margin-bottom:0.14rem;
}

.part .img{
	width: 100%;
	margin-top: 0.28rem;
}

/* part1 ******************************************************/

.part .txt_main{
	width: 100%;
}
.part .txt_main h3{
	width: 5.6rem;
	color: #fff;
	font-size:0.3rem;
	padding:0.1rem 0;
	text-indent:0.1rem;
	background:url(../img/tit_bg.png) right no-repeat;
}
.part .txt_main h3 span{
	font-size:0.35rem;
	color:#FCC628;
	letter-spacing:0.05rem;
	font-weight: bold;
}
.part .rx_tj{
	background:#eefaff;
}
.part .rx_tj h3{
	width:2rem;
	margin-bottom: 0.42rem;
}
.part .rx_tj p{
	width:95%;
	margin:0.1rem auto;
}
/* table ************/

.part table{
	width: 100%;
	margin-top:0.28rem;
	text-align: center;
}
.part table td{
	border: 0.1rem solid #fff;
	background: #f4f9ff;
	padding:0.1rem 0;
}
.part table td small{
	display: block;
}
/* .part table td.td_bg{
	width: 1.4rem;
	color:#fff;
	margin:0.1rem auto;
	border-top-left-radius:0.34rem;
	border-bottom-left-radius:0.34rem;
	background:url(../img/jb_bg.jpg) repeat-y;
	background-size: 100%;
}*/
.part table td p{
	text-align: left;
} 

.part2 .txt_main h3{
	width:2.2rem;
	margin-top: 0.56rem;
}
.part2 .aoz_yg h3{
	width:6.2rem;
}
.part2 table th{
	padding:0.2rem 0;
	background:#f4f9ff;
	border: 0.1rem solid #fff;
}
/* table end ************/
/* part4 ************/



























































.footer table tr td:nth-child(2) {
	background: #ea8b2b !important;
}