@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    box-sizing: border-box;
    font-family: 'Segoe UI';
    outline: none;
    position: relative;
    line-height: 1;
}

.animated {
    animation-duration: 1.5s;
}

*:hover * {
    transition: all .6s;
}

#Map *:hover *, #Mapp *:hover * {
    transition: none;
}

iframe {
    display: none;
}


input {
    display: block;
}

img, video {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

.img {
    display: flex;
    align-items: center;
}

.img img, .img video {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
}

.clearfix:after, .clearfix:before {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

li a {
    display: block;
    width: 100%;
    height: 100%;
}

p>a {
    display: inline;
}

a {
    display: block;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

p a {
    display: inline;
}

button {
    outline: none;
    border: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

a:focus, a:hover {
    color: #000;
    text-decoration: none;
}

input, textarea, select {
    outline: none;
    display: block;
}

textarea, input {
    resize: none;
}

.mySwiper {
    overflow: hidden;
}
.head {
    height: .8rem;
    z-index: 2000;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
  	background-color:#fff;
	border-bottom:1px solid #ddd; 
}



.head .logo_text p {
    margin-bottom: .02rem;
}

.head .head-ul>ul>li>a {
    font-size: .16rem;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
}

.head .head-ul>ul>li>a:hover, .head .head-ul>ul>.checked>a {
    color: #CFB9A3;
}

.foot {
    background-color: #F9F9F9;padding: .5rem 0 .2rem 0;
}


.foot ul {
    float: left;
	width:25%;
}
.foot ul li {
    margin-bottom: .14rem;
}

.foot ul li a, .foot ul li {
    font-size: .16rem;
    color: #666;
    line-height: 1.5;
}

.foot ul li a:hover {
    color: #CFB9A3;
}

.foot li:nth-child(1) a {
    font-weight: bold;
    color: #333;

}
.foot .foot_bot {
    margin-top: .54rem;
}

.foot .foot_bot .left {
    font-size: .16rem;
    float: left;
    color: #666;
}

.foot .foot_bot .right {
    float: right;
    font-size: .16rem;
    color: #666;
}

.foot .input_mail input {
    width: 100%;
    border: .01rem solid #C4C5C5;
    height: .3rem;
    padding-left: .2rem;
}

.foot .input_mail .img {
    position: absolute;
    top: 0;
    right: 0;
}

.foot .input_mail .img img {
    width: .3rem;
    height: .3rem;
}

.foot .link {
    display: flex;
    margin-top: .33rem;
}

.foot .link li {
    float: left;
    margin: 0 .2rem;
    width: .22rem;
    height: .22rem;
}

.foot .link ol {
    margin: auto;
}

@media (min-width: 800px) {
    .w {
        width: 14rem;
        margin: 0 auto;
    }

    .s {
        width: 12rem;
        margin: 0 auto;
    }



    .head {
        padding: 0 .6rem;
    }

    .head .logo {
        float: left;
        width: 1.28rem;
    }

    .head .head-ul {
        float: right;
    }

    .head .head-ul>ul>li {
        float: left;
        margin-left: .5rem;
        height: .8rem;
        align-items: center;
    }
	
    .head .head-ul>ul>li>a {
        line-height: .8rem;
    }
    .banner {
        margin-top: .8rem;
    }
    .guanbi, .zhankai {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .banner {
        margin-top: .8rem;
    }

    .banner .contant {
        opacity: 0;
        z-index: 0;
    }

    .head .logo_text {
        margin: 0;
    }

    .head .logo {
        width: auto;
    }

    .head {
        background-color: #fff;
        height: .8rem;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10000;
    }

    .head .head-ul>ul>li {
        padding-left: .3rem;
    }

    .head .head-ul>ul>li>a {
        color: #fff;
        line-height: .5rem;
        height: .5rem;

        display: block;
    }

    .head .head-ul {
        width: 90%;
        height: 100%;
        position: fixed;
        z-index: 266656;
        background-color: rgba(0, 0, 0, .8);
        top: 0;
        right: 0;
        padding-top: .8rem;
        display: none;
        overflow: scroll;
    }

    .head .head-ul li {
        margin-bottom: .16rem;
    }

    .head .zhankai, .head .guanbi {
        width: .4rem;
        position: absolute;
        right: .3rem;
        top: .2rem;
    }

    .head .logo img{
        height: .9rem;
        float: left;
    }

	.foot .foot_tab ul{display: none;}
	.foot .foot_tab ul:last-child{width:100%; display: block;}
	.foot .foot_bot .right {float: left;}	
    .flex_c_sb {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

}

@media screen and (max-width: 1920px) {
    html {
        font-size: 100px;
    }
}

@media screen and (max-width: 1600px) {
    html {
        font-size: 83.333px;
    }
}

@media screen and (max-width: 1440px) {
    html {
        font-size: 75px;
    }
}

@media screen and (max-width: 1366px) {
    html {
        font-size: 71.1458px;
    }

    .s {
        width: 15rem;
    }
}


@media screen and (max-width: 800px) {
    .w, .s, .m {
        width: 100%;
        padding: 0 2%;
    }
}


.page-list {
    overflow: hidden;
    text-align: center;
    display: block;
}
.page-list a {
	display: inline-block;
	color: #333;
	width: 0.4rem !important;
	line-height: 0.4rem;
	font-size: 0.24rem;
}


.page-list a.active, .page-list a:hover {
    color: #CFB9A3;
}


.succeed {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 2.8rem;
    height: 3.6rem;
    padding: .2rem;
    box-shadow: 0 0 .08rem .08rem #ccc;
    z-index: 1;
}

.succeed .img {
    width: 1rem;
    margin: .4rem auto;
}

.succeed .h1 {
    font-size: .2rem !important;
    text-align: center;
    margin-bottom: .2rem;
    font-weight: 400 !important;
}

.succeed p {
    font-size: .16rem !important;
    line-height: .2rem;
    color: #999;
    text-align: center;
    margin-bottom: .2rem;
    font-weight: 400 !important;
}

.succeed a {
    width: 100%;
    height: .48rem;
    line-height: .48rem;
    font-size: .24rem;
    color: #fff;
    background-color: #16A085;
    text-align: center;
    border-radius: .04rem;
    font-weight: 400 !important;
}

.failed {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 2.8rem;
    height: 3.6rem;
    padding: .2rem;
    box-shadow: 0 0 .08rem .08rem #ccc;
    z-index: 1;
}

.failed .img {
    width: 1rem;
    margin: .4rem auto;
}

.failed .h1 {
    font-size: .2rem !important;
    text-align: center;
    margin-bottom: .2rem;
    font-weight: 400 !important;
}

.failed p {
    font-size: .16rem !important;
    line-height: .2rem;
    color: #999;
    text-align: center;
    margin-bottom: .2rem;
    font-weight: 400 !important;
}

.failed a {
    width: 100%;
    height: .48rem;
    line-height: .48rem;
    font-size: .24rem;
    color: #fff;
    background-color: #5657A2;
    text-align: center;
    border-radius: .04rem;
    font-weight: 400 !important;
}

.crumbs {
    display: flex;
    align-items: center;
    margin: .3rem auto;
}

.crumbs a {
    font-size: 0.15rem;
    font-weight: 400;
    color: #333;
    line-height: 1.2;
}

.crumbs a h1 {
    font-size: .15rem;
    font-weight: normal;
}

.crumbs a:hover {
    color: #CFB9A3;
}

.crumbs img {
    height: 0.1rem;
    margin: 0 0.18rem !important;
}


#example5 .sp-thumbnail-image-container {
    overflow: hidden;
    float: left;
}

#example5 {
    max-width: 100% !important;
    padding-right: 0 !important;
    padding-left: 20% !important;
}

#example5>.sp-thumbnails {
    width: 19%;
    position: absolute;
    left: 0;
    top: 0;
}

.sp-image-container {
    display: flex;
    align-items: center;
}

.sp-thumbnails {
    width: 18%;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
    right: 0;
}



.sp-fade-arrows {
    position: static;
}

#example5 .sp-thumbnail-title {
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #333;
}

#example5 .sp-thumbnail-description {
    font-size: 14px;
    color: #333;
}

.sp-thumbnail-image, .sp-thumbnail {
    width: 100%;
    height: 100%;
    margin: auto;
}

@media (max-width: 799px) {
    #example5 .sp-thumbnail {
        text-align: center;
    }

    #example5 .sp-thumbnail-title {
        font-size: 12px;
        text-transform: uppercase;
    }

    #example5 .sp-thumbnail-description {
        display: none;
    }

    .details .left {
        width: 100%;
    }

    .details .right {
        width: 100%;
        padding: 1rem 0;
    }

    #example5 {
        max-width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .sp-thumbnail-image img {
        height: 100%;
    }

    .sp-slide .sp-thumbnail-image img {
        height: 100%;
    }

    .sp-mask {
        max-height: 100% !important;
    }

    .sp-mask * {
        height: 100% !important;
    }

    .sp-bottom-thumbnails.sp-has-pointer {
        margin-top: 13px;
    }

    .sp-thumbnail-container * {
        height: 100% !important;
    }

    .sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
        top: 0;
    }
}