﻿/* 标题 */
.title {
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.title .title_txt {
    position: relative;
    z-index: 2;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.title .ename {
    color: #666666;
    font-size: 22px;
    height: 30px;
    font-family: BellMTBold;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
}

.title .title_line {
    width: 100%;
    background: #626262;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    z-index: 1;
}

/* 联系我们 */
.contact_container {
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 50px;
}
.contact_container .store_box{
    margin-top: 40px;
    width: 100%;
    height: 511px;
    display: flex;
    justify-content: center;
}
.store_box_l{
    flex: 13.58%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.store_search{
    border-bottom: 1px solid #f3f3f3;
    position: relative;
}

.store_search icon{
    width: 21px;
    height: 22px;
    position: absolute;
    left: 14px;
    top: 24px;
    background: url("../images/search_icon.png");
    background-size: 21px auto;
}

.store_search input{
    width: 100%;
    height: 67px;
    outline-style: none;
    padding-left: 42px;
    box-sizing: border-box;
    border: none;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #9A9A9A;
}

.scroll_wrap{
    width: 100%;
    height: 370px;
	position: relative;
}
.scroll_content{
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}
.store_active{
    background: #CFA76C;
}
.scroll_wrap .store_name{
    height: 65px;
    display: flex;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    justify-content: center;
    align-items: center;
}
.scroll_wrap .scroll_bar {
	position: absolute;
	top:0;
	right:0;
	width: 5px;
	height: 100%;
	background-color: #f3f3f3;
}
/* 滚动块 */
.scroll_wrap .scroll_slider {
	position: absolute;
	top: 0;
	left: 0px;
    width: 5px;
    height: 100%;
	background-color: rgb(112, 112, 112);
	border-radius:5px;
	opacity: .5
}
.scroll_wrap .scroll_slider:hover{
	opacity: 1
}


.store_next{
    width: 100%;
    height: 65px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    text-align: center;
    line-height: 65px;
}
.store_box_r{
    flex: 86.42%;
    height: 100%;
}
#map {
    width: 100%;
    height: 100%;
    
}

/* 地址 */
.site {
    background: #F3F3F3;
}

.site_container {
    margin: 0 auto;
}

.site_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 22px;
    justify-content: space-between;
    background-color: #F3F3F3;
}

.site_content .item_title {
    font-size: 28px;
    color: #333333;
    margin-bottom: 20px;
    margin-top: 25px;
}

.site_content_top {
    display: flex;
    justify-content: space-between;
}
.site_left .left_item{
    padding-bottom: 30px;
}
.site_right{
    display: flex;
    flex-direction: column;
}
.site_right .right_item_top{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.site_right .right_item_top {
    padding-bottom: 30px;
}

.site_right .right_item_bottom,
.site_left .left_item:last-child {
    margin-bottom: 0;
}

.site_right .right_item_top .right_item_l{
    display: inline-block;
}
.site_right .right_item_top .wx_qrcode {
    display: inline-block;
    margin:30px 30px 0 80px;
    width: 113px;
    height: 115px;
}

.site_right .right_item_top .wx_qrcode img{
    width: 100%;
    height: auto;
}

.site_content .site_tips {
    margin-top: 25px;
    border-top: 1px solid #a0a0a0;
    padding: 20px 0px;
    color: #FD4C4C;
    text-align: center;
    font-size: 20px;
    font-family: DengXian;
}

.site_content .site_tips p {
    text-align: left;
    line-height: 1.5;
}