header{
	width:100%;
	height: 40px;
	background: rgba(0,0,0,.4);
	float: left !important;
}
footer{
	margin-top: 30px;
	width: 100%;
	height: 40px;
	padding: 10px 0;
	background: rgb(200,200,200);
	text-align: center;
	position: absolute;
	bottom: -60px;
}
footer p{
	line-height: 15px;
	font-size: 0.8rem;
	color: rgb(121,88,88);
}
footer p:last-child{
	font-size: 0.6rem;
}
.logo_top{
	width: auto;
	height: 40px;
	/*padding: 5px 10px;*/
	display: inline-block;
}
.logo_top img{
	width: auto;
	height: 40px;
}
/*开关部分*/
.closed{
	width: 30px;
	height: 30px;
	padding: 10px;
	float: right;
	display: inline-block;
	padding-top: 3px;
}
.kai{
	display: block;
	width: 25px;
	height: 1px;
	border-radius: 1.5px;
	background: #fff;
	margin: 7px 5px;
}
/*链接部分*/
.guan{
	position: absolute;
	top: 15px;
	right: 10px;
}
.icon_false{
	display: inline-block;
	width: 25px;
	height: 2px;
	border-radius: 1.5px;
	background: #452323;
	line-height: 0;
	font-size: 0;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
}
.icon_false:after{
	content: '/';
	display: block;
	width: 25px;
	height: 2px;
	border-radius: 1.5px;
	background: #452323;
	-webkit-transform: rotate(90deg);
}
/*开关结束*/
#box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 773px;*/
	background: #fff;
	z-index: 800;
	overflow-y: scroll;
	font-weight: 400;
}
#box .lan,#box .jing{
	width: 20%;
	position: absolute;
}
#box .lan img,#box .jing img{
	width: 100%;
}
#box .lan{
	left: 0;
	top: 18%;
}
#box .jing{
	right: 0;
	/*top: 44%;*/
	bottom: 36%;
}
.links{
	margin-top: 45%;
	width: 100%;
	text-align: center;
}
.links p{
	font-size: 1.2rem;
	line-height: 62px;
}
.links p a{
	color: #795857;
}
.lian_xi{
	width: 46%;
	margin: 56% auto;
	height: 30px;
	background: #fff;
	text-align: center;
	line-height: 30px;
}
.lian_xi a{
	font-size: .8rem;
	color: #452323;
}
#box .box-top{
	position: relative;
	width: 100%;
	height: 50px;
	background-color: rgba(0,0,0,0.2);
}
#box .box-top .left{
	height: 40px;
	padding: 5px 10px;
}
#box .box-top .left img{
	height: 40px;
}
/*.swiper-slide img{
	width: 100%;
	height: auto;
}*/
/*模块1,模块3*/
aside.biao_ti{
	width: 100%;
	height: 101px;
	text-align: center;
	display: table;
	position: relative;
}
aside.biao_ti hr:first-child{
	position: absolute;
    width: 18%;
    top: 42%;
    left: 16%;
    border-color: #000;
    border-width: 0.5px;
}
aside.biao_ti hr:last-child{
	position: absolute;
    width: 18%;
    top: 42%;
    right: 16%;
    border-color: #000;
    border-width: 0.5px;
}
aside.biao_ti b{
	display: inline-block;
	height: 1px;
	width: 18%;
	background: #000;
	border-top: 50px solid #fff;
	border-bottom: 50px solid #fff;
	border-left: none;
	border-right: none;
	display: table-cell;
}
aside.biao_ti i{
	display: inline-block;
	height: 1px;
	width: 15%;
	background: #fff;
	border-top: 50px solid #fff;
	border-bottom: 50px solid #fff;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
	display: table-cell;
}
aside.biao_ti .xiang_mu{
	display: inline-block;
	height: 80px;
	border: none;
	display: table-cell;
}
.xiang_mu .title{
	height: 50px;
	line-height: 80px;
	font-size: .8rem;
	font-weight: 600;
}
.xiang_mu .title_f{
	height: 50px;
	line-height: 16px;
	font-size: .7rem;
	font-weight: 300;
	color: #999;
}

.swiper-container{
	width: 100%;
	height: 150px;
	overflow: visible;
}
.swiper-slide{
	width: 100%;
	height: 110px;
	padding: 15px 0 25px 0;
	overflow: visible;
	text-align: center;
}
.swiper-slide img{
	width: 88%;
	height: 110px;
}
.swiper-slide p{
	display:none;
}
.swiper-slide-active p{
	position: absolute;
	display: inline;
	bottom: -15px;
	left: 30%;
	font-size: .6rem;
	z-index: 500;
}
.swiper-slide-active{
	padding: 0;
	width: 100%;
	height: 150px
}
.swiper-slide-active img{
	width: 100%;
	height: 150px;
}

.fenyeqi{
	position: absolute;
	width: 10%;
	height: 15px;
	left: 88%;
	bottom: -5px;
	font-size: .9rem;
	text-align: center;
	z-index: 1200;
	color: #000;
}

/*模块2,模块3*/
.bg_img{
	width: 100%;
	height: 180px;
	background: url(../img/bg2.jpg) no-repeat;
	background-size: 100% 100%;
}
.kong{
	width:100%;
	height: 30px;
}
.kongBox{
	width:100%;
	height: 150px;
}