@media (min-width: 1290px) {
    .container{
        width: 1320px;
    }
}

body,html{
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
    line-height: 1;
    background-color:#FFFFFF;
	
}

a{
    text-decoration: none;
    color:#333;
    outline: none;
    border-color: transparent;
    box-shadow:none;
}

a:hover{
    text-decoration: none;
}

a:focus{
    text-decoration: none;
}

ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}

.clearfix::after,
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

img{
    max-width: 100%;
}

p{
    margin: 0;
    padding: 0;
}


textarea{resize:none}
button:focus{
    outline: none;
}
.swiper-container{
    z-index: 0;
}
/*************************清除默认样式****************************/
.tp-pagination {
    margin-top: 30px;
    font-size: 0;
    text-align: center;
}

.pagination ul {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin: 0;
}

.pagination li {
    display: inline-block;
    margin: 5px;
}

.pagination li a {
    display: block;
    padding: 5px 10px;
    border: 1px solid #eee;
    font-size: 15px;
    color: #666;
}

.pagination li a:hover,
.pagination li span:hover,
.pagination li.active span {
    background-color: #00937D;
    color: #fff;
    border-color: #00937D;

}


.pagination li span {
    font-size: 14px;
    color: #666;
}
/********************分页***************************/
#dituContent {
    width: 100%;
    height: 554px;
}

#dituContent img{
    max-width: none;
}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
/*********************地图***********************/
.header{
    line-height: 90px;
    height: 90px;
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    position: fixed;
    z-index: 999;
    transition: all 0.5s;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
}
.header.small{
    height: 80px;
    line-height: 80px;
    background-color: #fff;
}

.header .logo{
    float: left;
}

.header .nav{
    float: right;
    margin-right: 15px;
}

.header .nav ul{
    float: left;
    margin-left: 0px;
}

.header .nav>ul>li{
    float: left;
}

.header .nav li a{
    display: block;
    padding: 0 15px;
    font-size: 16px;
    color:#333 ;
}

.header .nav>ul>li:hover>a,
.header .nav>ul>li.active>a{
    background-color: #00937D;
    color: #fff;
}

.header .search{
    float: right;
}
.header .menu-btn {
    background-color: transparent;
    border: none;
    width: 30px;
    height: 20px;
    position: relative;
    float: right;
    margin-top: 20px;
}

.header .menu-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #999;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header .menu-btn span.one {
    top: 0px;
}

.header .menu-btn span.two {
    top: 10px;
}

.header .menu-btn span.three {
    top: 20px;
}

.header .menu-btn.active span.one {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 50%;
}

.header .menu-btn.active span.two {
    opacity: 0;
}

.header .menu-btn.active span.three {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 50%;
}
/*.header .nav.active{*/
/*    display: block!important;*/
/*}*/

.header .search {
    float: right;
    display: block;
    margin-top: 30px;
    position: relative;
    transition: all 0.5s;
}

.header.small .search{
    margin-top: 25px;
}

.header .search .btn-search {
    width: 30px;
    height: 30px;
    background-image: url("../img/search.png");
    background-position: center;
    background-size: 26px;
    display: block;
    background-repeat: no-repeat;
    transition: all 1s;
    cursor: pointer;
    border-radius:0 40px 40px 0 ;
}

.search.clicked{
    margin-left: 50px;
}


.search.clicked .btn-search {
    margin-left: 40px;
    width: 30px;
    opacity: 1;
    border-radius:0 40px 40px 0 ;
    background-color: #fff;
    border: 1px solid #0B8066;
    border-left: none;
}

.header .search.clicked input {
    margin-left: -92px;
    width: 100px;
    opacity: 1;
    border-radius: 40px 0 0 40px;
    padding: 10px 15px;
    border: 1px solid #0B8066;
    border-right: none;
}

.header .search input {
    position: absolute;
    width: 0px;
    height: 30px;
    left: 50%;
    margin-left: 30px;
    top: 50%;
    margin-top: -15.5px;
    border-radius: 40px;
    padding: 0;
    font-size: 14px;
    border: none;
    opacity: 0;
    transition: all 0.8s ease-in-out;
    outline:none;
}

.header .search input.focus{
    border:none;
}



/*********************head****************/
.footer{
    background-color: #F0F0F0;
    background-image: url("../img/icon_06.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 48px;
    margin-top: 100px;
}

.footer .footer-left ul{
    float: left;
    margin-left: 38px;
}
.footer .footer-left ul li{
    text-align: center;
}
.footer .footer-left ul li:first-child{
    margin-bottom: 26px;
}

.footer .footer-left ul li a{
    font-size: 16px;
    color: #777;
    line-height: 40px;
    display: block;
}

.footer .footer-left ul li:first-child a{
    color: #333;
    font-size: 18px;
    line-height: 26px;
}

.footer .footer-left ul:first-child{
    margin-left: 0;
}

.footer .footer-left ul li a:hover{
    color: #00937D;
}

.footer .footer-right{
    float: right;
    text-align: right;
}

.footer .footer-right .tel{
    padding-left: 31px;
    background-image: url("../img/icon_07.png");
    background-repeat: no-repeat;
    background-position: left;
    font-size: 24px;
    line-height: 29px;
    color: #00937D;
    display: inline-block;
    text-align: right;
}

.footer .footer-right .share{
    text-align: right;
}

.footer .footer-right .share a{
    width: 40px;
    height: 40px;
    background-position: right;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 20px;
    margin-top: 32px;
    cursor: pointer;
}

.footer .footer-right .wechat{
    background-image: url("../img/wechat.png");
}
.footer .footer-right .sina{
    background-image: url("../img/sina.png");
}

.footer .links{
    position: relative;
    width: 190px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #C1C1C1;
    padding: 0 20px;
    background-image: url("../img/icon_08.png");
    background-position:  center right 20px;
    background-repeat: no-repeat;
    font-size: 16px;
    color: #777;
    margin-top: 63px;
    text-align: left;
    cursor: pointer;
}

.footer .beian{
    padding: 36px 0 15px;
}

.footer .beian p,
.footer .beian a{
    font-size: 16px;
    display: inline-block;
    line-height: 28px;
    color: #777;
}

.footer .drop{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: #fff;
    margin-top: -151px;
    padding: 10px;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    overflow-y: scroll;
    max-height: 150px;
    display: none;
}

.footer .links.active .drop{
    display: block;
}
.wx-qrcode-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.wx-qrcode-wrapper .mask{
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.wx-qrcode-wrapper .wx-qrcode{
    width: 220px;
    height: 250px;
    text-align: center;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 5px;
    z-index: 99999;
}

.wx-qrcode-wrapper #qrcode table{
    text-align: center;
    margin: auto;
}

.wx-qrcode-wrapper h4{
    font-size: 16px;
    color: #666;
}

.wx-qrcode-wrapper b{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    content: '';
    z-index: 9999999;
    cursor: pointer;
}
/**********************footer*****************/
.page-banner .page-image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 400px;
}

.subbar {
    width: 100%;
    height: 70px;
    line-height: 70px;
    background-color: #FCFCFC;
}

.subbar .position {
    float: right;
    font-size: 16px;
    color: #00937D;
    background-image: url("../img/icon_09.png");
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 36px;
    line-height: 70px;
}

.subbar .position a{
    font-size: 16px;
    color: #777;
    display: inline-block;
    font-weight: 500;
}

.subbar .subbar-nav {
    float: left;
}

.subbar .subbar-nav li {
    float: left;
    margin-left: 40px;
}

.subbar .subbar-nav li.active a,
.subbar .subbar-nav li:hover a{
    color: #00937D;
}
.subbar .subbar-nav li:first-child {
    margin-left: 0;
}

.subbar .subbar-nav li a {
    text-align: center;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #777;
}

.subbar .subbar-nav li.active a,
.subbar .subbar-nav li:hover a {
    color: #00937D;
}

.page-title h3{
    position: relative;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    color: #333;
    padding-bottom: 10px;
    margin: 40px 0 42px;
}

.page-title h3:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    content: '';
    background-color: #00937D;
    height: 2px;
    margin-left: -20px;
}

@media (min-width: 1201px) and (max-width: 1290px) {
    .header .nav ul{
        margin-left: 25px;
    }
    .header .nav li a{
        padding: 0 13px;
    }
    .header .search{
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header .logo{
        width: 150px;
    }
    .header .nav ul{
        margin-left: 20px;
    }
    .header .search{
        display: none;
    }
    .header .nav{
        margin-right: 0;
    }
    .header .nav li a{
        padding: 0 8px;
    }
    .footer .footer-left ul{
        margin-left: 30px;
    }
    .footer .footer-right{
        display: none;
    }
}

@media (max-width: 992px) {
    .spread-60 {
        display: block;
        height: 60px;
    }
    .header{
        line-height: 60px;
        height: 60px;
    }
    .header.small{
        line-height: 60px;
        height: 60px;
    }
    .header .logo{
        width: 150px;
    }
    .header .nav{
        float: none;
    }
    .header .search{
        float: none;
        display: none;
    }

    .header .nav{
        position: absolute;
        left: 0;
        top: 60px;
        width: 100%;
        height: calc(100vh - 60px);
        overflow-y: scroll;
        margin: 0;
        padding: 0 15px;
        background-color: rgba(236,235,235, 1);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    .header .nav.active{
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .header .nav ul{
        margin-left: 0;

    }
    .header .nav>ul>li{
        width: 100%;
    }

    .header .nav .drop{
        width: 100%;
        position: initial;
        display: none;
        opacity: 1;
    }
    .header .nav .drop ul{
        width: 100%;
    }
    .header .drop li{
        margin-left: 30px;
        background-color: transparent;
    }

    .header .nav li a{
        background-color: transparent;
        border-bottom: 1px solid rgba(204,204,204,0.7);
    }
    .header .nav>ul>li:hover>a, .header .nav>ul>li.active>a{
        background-color: transparent;
        border-bottom: 1px solid #00937D;
        color: #00A54F;
    }
    .header .nav li a{
        font-size: 20px;
        line-height: 50px;
        position: relative;
        z-index: 1;
    }

    .header .nav li a i{
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        color: #111;
        width: 40px;
        height: 52px;
        text-align: center;
        background-image: url("../img/icon_22.png");
        background-position: center;
        background-size: 12px;
        background-repeat: no-repeat;
        z-index: 10;
    }
    .header .nav li.active a i{
        transform: rotate(180deg);
    }
    .header .nav>ul>li.active .drop ul{
        display: block!important;
    }
    .header .nav .drop ul{
        display: none;
    }
    .header .nav li.active ul{
        display: block;
    }
    .header .nav .drop li a{
        font-size: 18px;
        line-height: 42px;
    }
    .footer{
        background-size: cover;
        margin-top: 30px;
        padding-top: 15px;
    }
    .footer .footer-left ul{
        width: 20%;
        margin-left: 0;
    }
    .footer .footer-left ul li{
        display: none;
    }
    .footer .footer-left ul li:first-child{
        display: block;
        width: 100%;
        margin: 5px 0 ;
    }
    .footer .footer-left ul li:first-child a{
        font-size: 14px;
    }
    .footer .footer-right{
        display: none;
    }
    .footer .beian{
        padding: 10px 0;
    }
    .footer .beian p, .footer .beian a{
        font-size: 12px;
        line-height: 20px;
    }
    .page-banner .page-image{
        padding-bottom: 200px;
    }
    .subbar{
        display: none;
    }
    .page-title h3{
        margin: 30px 0 10px;
        font-size: 22px;
        line-height: 36px;
        padding-bottom: 5px;
    }
}

@media (max-width: 375px) {
    .footer .footer-left ul li:first-child a{
        font-size: 12px;
    }
}