.container {
    padding: 80px 0;
}
.container:nth-of-type(odd) {
    background: #f8f8f8;
}
.container:nth-of-type(even) {
    background: #fff;
}
.title.no_desc {
    font-size: 36px;
	font-weight: bold;
    color: #333333;
    text-align: center;
}
.title.no_desc h2 {
    font-size: 1em;
}
.title.no_desc .line {
    width: 55px;
	height: 2px;
    background: #946f5b;
    margin: 0 auto;
    margin-top: 25px;
}
a {
    display: block;
}
.container .main {
    margin-top: 50px;
}



.container_service .main {
    padding: 0 35px;
}
.container .main .left .map {
    width: 625px;
    height: 527px;
    background-image: url(../images/contact/map.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
}
.container .main .left .map_district {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    line-height: 75px;
    text-align: center;
    position: absolute;
    color: #fff;
    cursor: default;
}
.container .main .left .map_district span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 1;
}
.container .main .left .map_district:hover span {
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    background: #fff;
    opacity: 0.3;
}
.container .main .left .district1 {
    right: 44px;
    top: 55px;
    background: #9f7b68;
}
.container .main .left .district2 {
    right: 146px;
    top: 176px;
    background: #bf805f;
}
.container .main .left .district3 {
    right: 256px;
    top: 227px;
    background: #8c5846;
}
.container .main .left .district4 {
    right: 149px;
    top: 279px;
    background: #b68347;
}
.container .main .left .district5 {
    right: 36px;
    top: 278px;
    background: #df9d50;
}
.container .main .left .district6 {
    right: 283px;
    top: 309px;
    background: #edb148;
}
.container .main .left .district7 {
    right: 148px;
    bottom: 41px;
    background: #d3ab66;
}


.container .main .right .map_form {
    width: 580px;
    padding: 50px 40px 40px;
    background: #fff;
    box-shadow: 0px 3px 15px 0px 
		rgba(0, 0, 0, 0.08);
	border-radius: 20px;
}
.container .main .right .region_label {
    padding: 0 18px;
}
.container .main .right .region_label>span {
    font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
}
.container .main .right .region_label .region_container_one {
    margin-right: 7px;
}
.container .main .right .region_label .region_container_two {
    margin-left: 7px;
}
.container .main .right .region_label .active .region_son {
    display: block;
}
.container .main .right .region_label .region_son {
    display: none;
    position: absolute;
    background: #fcfcfc;
    box-shadow: 0px 3px 15px 0px 
        rgba(0, 0, 0, 0.08);
    z-index: 10;
    width: 100%;
    border-radius: 5px;
    border: solid 1px #946f5b;
    line-height: 44px;
    max-height: 240px;
    overflow-y: auto;
    -webkit-animation: region_son_move 0.5s;
    animation: region_son_move 0.5s;
}
@-webkit-keyframes region_son_move {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes region_son_move {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.container .main .right .region_label .region_son li:not(:last-child) {
    border-bottom: 1px solid #f4f4f4;
}
.container .main .right .region_label .region_son li.active,
.container .main .right .region_label .region_son li:hover {
    background: #946f5b;
    color: #fff;
}
.container .main .right .region_label .region_container {
	height: 50px;
	background: #fcfcfc;
	border-radius: 6px;
    border: solid 1px #ececec;
    line-height: 50px;
    font-size: 14px;
	letter-spacing: 1px;
    color: #999999;
    position: relative;
}
.container .main .right .region_label .region_container.active,
.container .main .right .region_label .region_container:hover {
    border-color: #946f5b;
    background: #fff;
}
.container .main .right .region_label .region_container li {
    padding: 0 15px;
}
.container .main .right .region_label .region_container .region_text.active {
    color: #666;
}
.container .main .right .region_label .region_container .triangle {
    display: block;
    width: 0;
    height: 0;
    border: 6px solid #cfcfcf;
    float: right;
    margin-top: 22px;
    border-color: rgba(0,0,0,0);
    border-top-color: rgba(207,207,207,1);
}

.container .main .right .search_label {
    margin: 0 18px;
    position: relative;
    margin-top: 15px;
    overflow: hidden;
}
.container .main .right .search_label input {
    height: 50px;
	background: #fcfcfc;
	border-radius: 6px;
    border: solid 1px #ececec;
    padding: 0 15px;
    padding-right: 60px;
    font-size: 14px;
	letter-spacing: 1px;
	color: #666;
}
.container .main .right .search_label input::-webkit-placeholder {
    font-size: 14px;
	color: #999999;
}
.container .main .right .search_label input::placeholder {
    font-size: 14px;
	color: #999999;
}
.container .main .right .search_label button {
    position: absolute;
    right: 0px;
    font-size: 22px;
    background: none;
    color: rgb(177, 177, 177);
    opacity: 0.5;
    cursor: pointer;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 50px;
}
.container .main .right .search_label button:hover {
    opacity: 1;
}

.container .main .right .map_info_container {
    margin-top: 30px;
    border-top: 1px dotted rgba(51,51,51,0.1);
}
.container .main .right .swiper_map_info_container {
    padding-bottom: 70px;
}
.container .main .right .map_info_container .map_info_item {
    padding: 25px 10px;
    border-bottom: 1px dotted rgba(51,51,51,0.1);
}
.container .main .right .map_info_container .map_info_item:hover {
    background: #f4f4f4;
}
.container .main .right .map_info_container .map_info_item .sort {
    font-size: 28px;
	font-weight: normal;
	font-style: italic;
    color: #946f5b;
    margin-right: 10px;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.container .main .right .map_info_container .map_info_item .explain_title {
    font-size: 24px;
	color: #333333;
}
.container .main .right .map_info_container .map_info_item .explain_content {
    font-size: 16px;
    color: #999999;
    margin-top: 10px;
}
.container .main .right .map_info_container .swiper-button {
    background: red;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #e5e5e5;
    opacity: 1;
    top: auto;
    bottom: 0;
    text-align: center;
    line-height: 40px;
    color: rgba(201, 201, 201);
    font-size: 16px;
}
.container .main .right .map_info_container .swiper-button[class*=disable] {
    opacity: 0.7;
}
.container .main .right .map_info_container .swiper-button:hover {
    color: #fff;
    background: #946f5b;
    border-color: #946f5b;
}
.container .main .right .map_info_container .swiper-prev {
    left: 40%;
}
.container .main .right .map_info_container .swiper-next {
    right: 40%;
}



.contact_figure .main {
    padding: 0;
    text-align: center;
}
.contact_figure .main .map_info_list {
    width: auto;
}
.swiper_figure_container .swiper-wrapper{
    transition-timing-function: linear;
}
.contact_figure .main .picture_container {
    width: 439px;
    height: 326px;
}
.contact_figure .main .explain_content {
    font-size: 16px;
	letter-spacing: 1px;
    color: #424242;
    margin-top: 15px;
}
.contact_figure .main .swiper-button {
    width: 40px;
	height: 70px;
    background: rgba(0,0,0,0.46);
    text-align: center;
    line-height: 70px;
    opacity: 1;
    color: #fff;
    font-size: 30px;
    opacity: 0.8;
    margin-top: -35px;
}
.contact_figure .main .figure-next {
    right: 0;
    border-radius: 8px 0px 0px 8px;
}
.contact_figure .main .figure-prev {
    left: 0;
    border-radius: 0px 8px 8px 0px;
}
.contact_figure .main .swiper-button:hover {
    opacity: 1;
}
.contact_figure .main .swiper-slide:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}













/* 加入我们 */
.container.invite {
    background: #fff;
}
.container.invite ul {
    padding: 0 25px;
}
.container.invite li {
    width: 400px;
	height: 390px;
    background: #fff;
    margin: 0 25px 50px;
    border: solid 1px rgba(51,51,51,0.2);
    padding: 35px 35px 0;
    position: relative;
    border-radius: 0px 0px 30px 0;
    overflow: hidden;
}
.container.invite li:hover {
    background: #946f5b;
    border-color: #946f5b;
}
.container.invite li:hover .time,
.container.invite li:hover .explain_title,
.container.invite li:hover .explain_content {
    color: #fff;
}
.container.invite li:hover .line {
    background: #fff;
}
.container.invite li:hover .details_consult {
    background: #fff;
    color: #946f5b;
}
.container.invite li .time {
    font-size: 14px;
	color: #999999;
}
.container.invite li .explain_title {
    font-size: 30px;
    color: #333333;
    margin-top: 20px;
}
.container.invite li .line {
    width: 100%;
	height: 2px;
	background: #9f7b68;
    opacity: 0.8;
    margin: 10px 0 20px;
}
.container.invite li .explain_content {
    font-size: 16px;
	line-height: 30px;
	color: #333333;
    overflow: hidden;
    max-height: 168px;
}
.container.invite li .explain_content span {
    display: inline-block;
    margin-bottom: 8px;
}
.container.invite li .details_consult {
    width: 110px;
    height: 28px;
    line-height: 28px;
	background: #946f5b;
    border-radius: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 35px;
    bottom: 40px;
}




.container.develop {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
}
.container.develop .wide {
    width: 100%;
    padding: 0;
}
.container.develop li .picture_container {
    width: 50%;
}
.container.develop li .picture_container img {
    position: relative;
}
.container.develop li .explain {
    width: 50%;
    background: #f9f9f9;
    padding-left: 220px;
}
.container.develop li .explain.left {
    text-align: right;
    padding-left: 0;
    padding-right: 220px;
}
.container.develop li .explain_title h4 {
    font-size: 36px;
	color: #393b3e;
}
.container.develop li .explain_title span {
    font-size: 20px;
	letter-spacing: 1px;
    color: #555555;
    margin-top: 15px;
}
.container.develop li .explain_content {
    font-size: 16px;
	line-height: 32px;
	letter-spacing: 1px;
    color: #777777;
    width: 400px;
    margin-top: 50px;
}













@media screen and (max-width: 1400px) {
    .wide {
        padding: 0 15px;
        width: 100%;
    }
    .container {
        padding: 60px 0;
    }
    .container .main {
        margin-top: 40px;
    }
    .container_service .main {
        padding: 0;
    }
    .title.no_desc {
        font-size: 32px;
    }
    .title.no_desc .line {
        margin-top: 20px;
    }



    .container.invite ul {
        padding: 0;
    }
    .container.invite li {
        width: 32%;
        margin: 0;
        margin-bottom: 20px;
        padding: 30px 30px 0;
    }
    .container.invite li:not(:nth-child(3n)) {
        margin-right: 2%;
    }
    .container.invite li .details_consult {
        bottom: 30px;
        left: 30px;
    }


    .container.develop .wide {
        width: 100%;
        padding: 0;
    }
    .container.develop li .explain {
        padding-left: 120px;
    }
    .container.develop li .explain.left {
        padding-right: 120px;
    }
    .container.develop li .explain_title h4 {
        font-size: 30px;
    }
    .container.develop li .explain_title span {
        font-size: 18px;
        margin-top: 15px;
    }
    .container.develop li .explain_content {
        font-size: 16px;
        line-height: 26px;
        width: 360px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1300px) {
    .container .main .right .map_form {
        width: 550px;
    }
    .container .main .left .map {
        width: 600px;
    }

    .contact_figure .main .map_info_list {
        width: 33%;
    }
    .contact_figure .main .map_info_list:not(:last-child) {
        margin-right: 20px;
    }
    .contact_figure .main .picture_container {
        width: 100%;
        height: auto;
        padding-top: 74.2%;
    }


    .container.invite li .explain_title {
        font-size: 24px;
        margin-top: 15px;
    }
    .container.invite ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
    }
    .container.invite li {
        width: 49%;
        height: 370px;
        margin: 0;
        margin-bottom: 20px;
        padding: 30px 30px 0;
    }
    .container.invite li:not(:nth-child(3n)) {
        margin-right: 0;
    }
    .container.invite li:not(:nth-child(2n)) {
        margin-right: 2%;
    }
    .container.invite li .details_consult {
        bottom: 30px;
        left: 30px;
    }
}
@media screen and (max-width: 1199px) {
    .container {
        padding: 40px 0;
    }
    .container .main {
        display: block;
        margin-top: 30px;
    }

    .container .main .right .map_form {
        width: 100%;
        margin: auto;
        margin-top: 20px;
    }
    .container .main .left .map {
        width: 625px;
        margin: 0 auto;
    }

    .title.no_desc {
        font-size: 26px;
    }
    .title.no_desc .line {
        margin-top: 12px;
    }

    .container.invite li .explain_title {
        font-size: 22px;
        margin-top: 15px;
    }
    .container.invite li .line {
        margin: 5px 0 15px;
    }




    .container.develop li .explain {
        padding-left: 80px;
    }
    .container.develop li .explain.left {
        padding-right: 80px;
    }
    .container.develop li .explain_title h4 {
        font-size: 24px;
    }
    .container.develop li .explain_title span {
        font-size: 14px;
        margin-top: 8px;
    }
    .container.develop li .explain_content {
        font-size: 14px;
        line-height: 22px;
        width: 300px;
        margin-top: 15px;
    }
    
}
@media screen and (max-width: 1024px) {
    .container .main .left .map {
        background: none;
        height: auto;
        width: auto;
    }
    .container .main .left .map .map_district {
        display: none;
    }
    .container .main .left .map img {
        display: block;
        margin: auto;
    }

    .contact_figure .main .swiper-button {
        display: none;
    }
    
    .contact_figure .main .map_info_list {
        width: 48%;
    }



    .container.invite li .explain_title {
        font-size: 18px;
        margin-top: 10px;
    }
    .container.invite li {
        width: 49%;
        height: 320px;
        margin: 0;
        margin-bottom: 15px;
        padding: 20px 20px 0;
    }
    .container.invite li .explain_content {
        font-size: 14px;
        line-height: 22px;
        color: #333333;
        max-height:155px;
    }
    .container.invite li .explain_content span {
        margin-bottom: 5px;
    }
    .container.invite li .details_consult {
        bottom: 20px;
        left: 20px;
    }



    .container.develop li .picture_container {
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .container.develop li .picture_container img {
        position: relative;
    }
    .container.develop li .explain.left,
    .container.develop li .explain.right {
        width: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        padding: 0;
        margin: 0;
    }
    .container.develop li .explain_title h4 {
        font-size: 20px;
        margin-top: 5px;
    }
    .container.develop li .explain_title span {
        font-size: 14px;
        margin-top: 5px;
    }
    .container.develop li .explain_content {
        width: 90%;
        margin: 8px 0 20px;
    }

}
@media screen and (max-width: 992px) {
    .container {
        padding: 30px 0;
    }
    .container .main {
        margin-top: 20px;
    }
    .container .main .right .map_form {
        margin-top: 15px;
    }
    .title.no_desc {
        font-size: 22px;
    }
    .title.no_desc .line {
        margin-top: 8px;
    }

    .container .main .right .map_info_container .map_info_item .sort {
        font-size: 22px;
    }
    .container .main .right .map_info_container .map_info_item .explain_title {
        font-size: 18px;
    }
    .container .main .right .map_info_container .map_info_item .explain_content {
        font-size: 14px;
        margin-top: 5px;
    }
    .container .main .right .map_info_container .swiper-prev {
        left: 30%;
    }
    .container .main .right .map_info_container .swiper-next {
        right: 30%;
    }


    .contact_figure .main .map_info_list:not(:last-child) {
        margin-right: 15px;
    }
    .contact_figure .main .explain_content {
        font-size: 14px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 768px) {
    .container .main .right .map_form {
        padding: 25px 20px 20px;
    }
    .container .main .right .region_label {
        padding: 0;
    }
    .container .main .right .search_label {
        margin: 0;
        margin-top: 10px;
    }
    .container .main .right .map_info_container {
        margin-top: 15px;
    }
    .container .main .right .map_info_container .map_info_item {
        padding: 18px 8px;
    }

    .contact_figure .main .explain_content {
        margin-top: 5px;
    }
}
@media screen and (max-width: 640px) {
    .container .main .right .swiper_map_info_container {
        padding-bottom: 60px;
    }

    .contact_figure .main .map_info_list:not(:last-child) {
        margin-right: 10px;
    }

}
@media screen and (max-width: 480px) {

    .container {
        padding: 20px 0;
    }
    .container .main {
        margin-top: 15px;
    }
    .container .main .right .map_form {
        margin-top: 12px;
        border-radius: 12px;
    }
    .title.no_desc {
        font-size: 18px;
    }
    .title.no_desc .line {
        margin-top: 3px;
    }

    .container .main .right .map_info_container .swiper-prev {
        left: 24%;
    }
    .container .main .right .map_info_container .swiper-next {
        right: 24%;
    }

    .container .main .right .region_label {
        -webkit-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .container .main .right .region_label>span {
        width: 100%;
        margin-bottom: 5px;
    }
    .container .main .right .region_label .region_container_one {
        margin-right: 1%;
    }
    .container .main .right .region_label .region_container_two {
        margin-left: 1%;
    }

    .container .main .right .map_info_container .map_info_item {
        padding: 12px 5px;
    }



    .container.invite li .explain_title {
        font-size: 18px;
        margin-top: 8px;
    }
    .container.invite li {
        width: 100%;
        height: auto;
        margin: 0;
        margin-bottom: 10px;
        padding: 15px 15px;
    }
    .container.invite li:not(:nth-child(2n)) {
        margin-right: 0;
    }
    .container.invite li .time {
        font-size: 12px;
    }
    .container.invite li .explain_content {
        font-size: 14px;
        line-height: 22px;
        color: #333333;
    }
    .container.invite li .explain_content span {
        margin-bottom: 5px;
    }
    .container.invite li .details_consult {
        position: static;
        display: block;
        margin-top: 15px;
    }

    .container.invite li .line {
        margin: 5px 0 10px;
    }



    .container.develop li .explain_title h4 {
        font-size: 16px;
    }
    .container.develop li .explain_title h4 span {
        font-size: 12px;
    }
}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 320px) {}












