@charset "utf-8";
/* CSS Document */


/** 清除内外边距 **/

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, tr, td, pre, form, fieldset, legend, button, input, textarea, img {
	border: medium none;
	margin: 0;
	padding: 0;
}
/** 设置默认字体 **/

body, button, input, select, textarea {
	font: 12px/1.5 Verdana, Geneva, sans-serif, tahoma, Srial, helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
em, i {
	font-style: normal;
}
/** 重置列表元素 **/

ul, ol, li {
	list-style: none;
}
/** 重置图片元素 **/

img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}
/** 重置表格元素 **/

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/** 重置超链接元素 **/

a:focus {
	outline: 0;
}
a {
	blr: expression(this.onFocus=this.close());
}
a {
	blr: expression(this.onFocus=this.blur());
}
a:focus {
	-moz-outline-style: none;
}
a {
	text-decoration: none;
	color: #444;
	transition: all 0.4s ease 0s;
}
/** 重置浮动 **/

.lf {
	float: left;
	display: inline;
}
.rt {
	float: right;
	display: inline;
}
/* clearFix */

.clearFix {
	clear: both;
	*zoom: 1;
}
.clearFix:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
/* 重置定位 */

.relative {
	position: relative !important;
}
.absolute {
	position: absolute !important;
}
html, body {
	position: relative;
	height: 100%;
}
html {
	height: 100%;
	font-size: 100px;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p {
	font-weight: normal;
}
a {
	color: #333;
	text-decoration: none;
}
 [v-cloak] {
	display: none;
}
div {
	margin: 0 auto;
}
/* 基础部分*/

.clear {
	clear: both;
}
.h1rem {
	height: 0.1rem;
}
.h2rem {
	height: 0.2rem;
}
body {
	max-width: 640px;
	padding: 0;
	margin: 0 auto;
	font-family: arial, "Microsoft Yahei", STHeiti, MingLiu;
	color: #333;
	background: #FFF;
	background-size: 100%;
}
ul, li {
	list-style: none;
}
.header{
	width: 100%;
}
.nav{
	width: 100%;
	height: .6rem;
	background: #C80328;
}
.nav ul{
	margin: 0;
}
.nav ul li{
	width: 20%;
	float: left;
	line-height: .4rem;
	height: .4rem;
	margin-top: .1rem;
	background: url(../img/2.jpg) no-repeat right center;
	background-size: 4%;
	text-align: center;
}
.nav ul li a{
	display: block;
	font-size: .26rem;
	color: #FFF;
}
.igsjj_area{
	width: 100%;
}
.igsjj_l{
	width: 52%;
	float: left;
}
.igsjj_r{
	width: 44%;
	padding-left: 3%;
	padding-right: 1%;
	padding-top:2%;
	float: right;
	height: 2.6rem;
	background: #cdbaa0;
}
.igsjj_r .tit{
	line-height: .5rem;
	font-size: .3rem;
	color: #9a723e;
}
.igsjj_r .con{
	line-height: .3rem;
	font-size: .24rem;
	color: #9a723e;
}
.igsjj_r .btn{
	width:80%;
}
.ihj_con{
	width: 100%;
	position: relative;
}
.ihj_con .pic{
	width: 100%;
}
.ihj_con .tit{
	position: absolute;
	height: .4rem;
	line-height: .4rem;
	background:rgba(0,0,0,.5)!important;
	bottom: 0;
	left: 0;
	font-size: .28rem;
	color: #FFF;
	width: 100%;
	text-align: center;
}
.btn2{
	width: 60%;
	height: .6rem;
	background: #c80328;
	text-align: center;
	line-height: .6rem;
	border-radius: 6px;
	font-size: .3rem;
	color: #FFF;
}
.btn2 a{
	color: #FFF;
	display: block;
}