@charset "utf-8";
/* Css Document */

/* 通用部分 */
body {
    background: #f5f5f5;
}

/* 移动端主体部分 */
.mob-container {
    width: 90.625%;
    margin: 0 auto;
}

/* 标题 */
.same-title {
    margin-bottom: .469rem;
}
.same-title-top {
    height: 1.563rem;
    line-height: 1.563rem;
    font-size: .656rem;
    font-weight: bold;
    color: #000;
}
.same-title-bottom {
    border-bottom: 1px solid #000;
    padding-bottom: .313rem;
}
.same-share-icon {
    float: right;
    width: .672rem;
    height: .656rem;
    margin-left: .156rem;
}
.same-share-icon-image a,
.same-share-icon-image img {
    display: block;
    width: 100%;
    height: 100%;
}
.same-share-image {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 105;
    display: none;
    z-index: 20000;
}
.same-share-image:after {
    content: "";
    display: block;
    width: .688rem;
    height: .688rem;
    background: url(/common/share/images/close_v.png) no-repeat center center / 100% 100%;
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 5;
}
.same-share-image img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.share-dy-img img,
.share-dy-img1 img {
    width: 80%;
}
/* 下方图标 */
.same-bottom-icon {
    padding: .625rem 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

/* 二级标题 */
.same-second-title h2 {
    line-height: 2.5;
    font-size: .5rem;
    font-weight: bold;
    color: #0d0d0d;
}
/* 三级标题 */
.same-third-title h3 {
    height: 1.313rem;
    line-height: 1.313rem;
    font-size: .375rem;
    color: #000;
}

/* banner */
.banner{
    padding-top: 70px;
    width: 100%;
    height: auto;
    margin: 0 auto .469rem;
}
.banner img{
    width: 100%;
    height: auto;
}

/* 相同结构图文 */
.same-box{
	margin-bottom: .781rem;
}
.same-img{
	width: 100%;
    height: auto;
    margin-bottom: .391rem;
}
.same-img img{
	display: block;
	width: 100%;
	height: auto;
}
.same-textimg{
	width: 100%;
}
.same-textimg p{
	line-height: 1.75;
	font-size: .25rem;
	color: #000;
	margin-bottom: .391rem;
}

.map1{
    background: url(../images/btn_02.jpg) center center / 100% auto;
}
.map2{
    background: url(../images/btn_03.jpg) center center / 100% auto;
}
.map3{
    background: url(../images/btn_04.jpg) center center / 100% auto;
}
.video-box .area{
    float: left;
    width: 50%;
    height: 2.656rem;
}


/* 为了制造更好的汽车 */
.sec1{
	border-bottom: 1px solid #ccc;
}
.sec1 .same-textimg p{
	margin-bottom: 0;
}