﻿/*footer*/
.v3-footer {
	width: 100%;
	min-width: 3.20rem;
	background: #494949;
}

.v3-footer-li {
	width: 100%;
	height: 2.45rem;
	background: #2d2d32;
}

.v3-footer ul {
	display: inline-block;
	width: 100%;
	padding-top: 0.2rem;
        padding-bottom: 0.2rem;
}

.v3-footer ul li {
	float: left;
	width: 33%;
	color: #999999;
	font-size: 14px;
	line-height: 1.8em;
	margin: 0.25rem 0;
}

.v3-footer ul li.sel {
	border-right: 1px solid #666;
}

.v3-footer ul li a {
	display: block;
	color: #cacacb;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
}

.v3-footer-ti {
	text-align: center;
	color: #C4C4C4;
}

.v3-footer .v3-footer-ic {
	padding: 0.5rem 0;
	background: #212125;
}

.v3-footer p {
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	padding-bottom: 0.05rem;
}

.v3-footer-ic-p1 {
	padding-top: 0.48rem;
}
.v3-footer-ic a{
    color: #FFF;
}
.v3-footer-ic .icon_ghs{
    background: url(../img/ghs.png) no-repeat;
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.05rem;
    vertical-align: sub;
    background-size: 100%;
}
.bot-swiper .swiper-slide {
	display: -webkit-box;
display: -webkit-flex;
display: flex;
        -webkit-justify-content: space-around;
	justify-content: space-around;
	line-height: normal;
	text-align: left;
}

.swiper-slide-s1 {
	width: 1.3rem;
	height: 1rem;
	margin-left: 0.24rem;
}

.swiper-slide-s1 img {
	width: 1.3rem;
	height: 1rem;

}

.swiper-slide-s2 {
	padding-left: 0.24rem;
	padding-right: 0.24rem;
}

.swiper-slide-s2 a {
	font-size: 0.24rem;
	color: #FFFFFF;
}

.swiper-slide-s3 {
        flex-shrink: 0;
	webkit-flex-shrink: 0;
	background: #B73238;
	border-radius: 0.04rem;
	font-size: 0.24rem;
	color: #FFFFFF;
	text-align: center;
	width: 1.8rem;
	height: 0.6rem;
	margin-right: 0.24rem;
	line-height: 0.6rem;
}
.swiper-slide-s3 a{
	color: #FFFFFF;
}
/*swiper css*/
.carousel-box{
    position: fixed;
    width: 100%;
    max-width: 750px;
    bottom: 0;
}
.bot-swiper.swiper {
	background: #505050;
	width: 100%;
	bottom: 0;
	z-index: 9999;
	max-width: 750px;
	overflow: hidden;
}

.bot-swiper .swiper-wrapper {
	position: absolute;
	top: 0.24rem;
	left: 0;
	display: -webkit-box;
display: -webkit-flex;
display: flex;
}

.bot-swiper .swiper-container {
	width: 100%;
	height: 1.5rem;
	z-index: 9999;
}

.bot-swiper .swiper-pagination {
	top: 1rem;
	width: 100%;
	height: 0.3rem;
	margin: 0 auto;
	align-self: center;
	padding: 0;
	text-align: center;
}
#close-swiper{
	width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    bottom: 1.3rem;
    right: 0.2rem;
    z-index: 9999;
}
#close-swiper:before {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #505050;
    border-radius: 50%;
    opacity: 1;
}
.close-slider{
	width: 0.3rem;
    height: 0.3rem;
    display: inline-block;
    background: url(../img/close-swiper.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0.05rem;
    border-radius: 50%;
    left: 0.05rem;
}
.about_page {padding:0.1rem;padding-top:0.2rem;font-size: 0.34rem;min-height: 9.6rem;}
.about_page p{margin-bottom:0.2rem;}
.about_page .title{margin-bottom:0.2rem;}