@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: #fff;
}

/*内容*************************************/
.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 h2.sub_title{
	padding: 0.1rem 0px 0px 0.15rem;
    position: relative;
    margin-bottom: 0.2rem;
}
.part h2.sub_title span{
	position: relative;
	z-index: 1;
	top: 0.02rem;
	font-size: 0.46rem;
	font-weight:bold;
	margin-right:10px;
}
.part h2.sub_title::after{
	content: "";
	position: absolute;
	top: 0;
    left: 0;
    background: #FF8353;
    width: 32px;
    height: 32px;
    z-index: 0;
}
.part h2.sub_title small{
	display: inline-block;
    font-size: 0.24rem;
    width: 1.3rem;
    line-height: 14px;
    font-weight: 400;
    color: #929292;
    position: relative;
    top: 0.08rem;
}

h3.kc_tit{
	width: 4rem;
    font-size: 0.36rem;
    margin: 0.47rem 0 0.6rem;
    padding: 0.16rem 0;
    background: #FFF4F6;
    position: relative;
    padding-left: 1.1rem;
}
h3.kc_tit span{
	width: 0.9rem;
    height: 1.15rem;
    top: 0;
    left: 0;
    font-size: 0.4rem;
    color: #fff;
    text-align: center;
    line-height: 1rem;
    position: absolute;
    background: url(../img/tit_bg1.png) no-repeat top;
}
/*标题 end*/


.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%;
}

/* table ************/

table{
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border:1px solid #b7334d;
}
table th{
	background:#B9314B;
	color:#fff;
	width:0.3rem;
	padding:0 0.2rem;
}
table td{
	padding:0.1rem 0.2rem;
	background:#FFF4F6;
}


.table2{
	border:1px solid #1881D3;
}
.table3{
	border:1px solid #943a9a;
}
.table4{
	border:1px solid #32a9bf;
}
.table5{
	border:1px solid #30985E;
}
.table6{
	border:1px solid #534239;
}
.table7{
	border:1px solid #7a5926;
}
.table8{
	border:1px solid #7f492c;
}
.table9{
	border:1px solid #ac593b;
}

/*02*/
.part2 h3.kc_tit2{
	background:#EEF8FF;
}
.part2 h3.kc_tit2 span{
	background: url(../img/tit_bg2.png) no-repeat top;
}
.part2 table.table2 th{
	background:#1881D3;
}
.part2 table.table2 td{
	background:#EEF8FF;
}
/*03*/
.part2 h3.kc_tit3{
	background:#F9F6FF;
}
.part2 h3.kc_tit3 span{
	background: url(../img/tit_bg3.png) no-repeat top;
}

.part2 table.table3 th{
	background:#943a9a;
}
.part2 table.table3 td{
	background:#F9F6FF;
}
/*04*/
.part2 h3.kc_tit4{
	background:#f6fdfe;
}
.part2 h3.kc_tit4 span{
	background: url(../img/tit_bg4.png) no-repeat top;
}

.part2 table.table4 th{
	background:#32a9bf;
}
.part2 table.table4 td{
	background:#f6fdfe;
}

/*05*/
.part2 h3.kc_tit5{
	background:#f7faf8;
}
.part2 h3.kc_tit5 span{
	background: url(../img/tit_bg5.png) no-repeat top;
}

.part2 table.table5 th{
	background:#30985E;
}
.part2 table.table5 td{
	background:#f7faf8;
}
/*06*/
.part2 h3.kc_tit6{
	background:#f1f1f1;
}
.part2 h3.kc_tit6 span{
	background: url(../img/tit_bg6.png) no-repeat top;
}

.part2 table.table6 th{
	background:#534239;
}
.part2 table.table6 td{
	background:#f1f1f1;
}

/*07*/
.part2 h3.kc_tit7{
	background:#f4f3f1;
}
.part2 h3.kc_tit7 span{
	background: url(../img/tit_bg7.png) no-repeat top;
}

.part2 table.table7 th{
	background:#7a5926;
}
.part2 table.table7 td{
	background:#f4f3f1;
}

/*08*/
.part2 h3.kc_tit8{
	background:#f6f1ef;
}
.part2 h3.kc_tit8 span{
	background: url(../img/tit_bg8.png) no-repeat top;
}

.part2 table.table8 th{
	background:#7f492c;
}
.part2 table.table8 td{
	background:#f6f1ef;
}
/*09*/
.part2 h3.kc_tit9{
	background:#fff8f5;
}
.part2 h3.kc_tit9 span{
	background: url(../img/tit_bg9.png) no-repeat top;
}

.part2 table.table9 th{
	background:#ac593b;
}
.part2 table.table9 td{
	background:#fff8f5;
}


/* table end ************/
/* part4 ************/



























































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