@media (min-width: 1300px) {
    .container {
        width: 1330px;
    }
}

body,
html {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
    line-height: 1;
    background-color: #FFFFFF;

}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:focus-visible,
a:focus {
    text-decoration: none;
    outline: 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
}

body.overhidden {
    overflow: hidden;
}

/*************************清除默认样式****************************/
.dede_pages {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.dede_pages ul {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin: 0;
}

.dede_pages div {
    display: inline-block;
    width: 100%;
}

.dede_pages div a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #333;
    font-size: 15px;
    color: #333;
    margin: 0 5px 10px;
    *zoom: 1;
    *display: inline;
}

.dede_pages div a:hover,
.dede_pages div span:hover {
    background-color: #C01119;
    color: #E6DFD1;
    border-color: #C01119;
}

.dede_pages div span em {
    font-size: 14px;
    color: #666;
    font-style: normal;
}

.dede_pages span.layui-laypage-curr {
    background-color: #C01119;
    border: 1px solid #C01119;
}

.dede_pages span.layui-laypage-curr em {
    color: #fff;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.dede_pages span {
    border: 1px solid #C01119;
    font-size: 15px;
    padding: 3px 10px;
    *zoom: 1;
    *display: inline;
    height: 14px;
}

.dede_pages .layui-laypage-count {
    display: inline-block;
    height: 27px;
    line-height: 19px;
    color: #333;
}

/********************分页***************************/
#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
}

/*********************地图***********************/
.head {
    padding: 0 60px;
    height: 100px;
    position: relative;
    z-index: 10;
    width: 100%;
    transition: all 0.3s;
    border-bottom: 1px solid rgba(188, 33, 33, 0.2);
}

.head .logo {
    float: left;
    margin-top: 22px;
}

.head .logo img {
    width: 211px;
}

.head .head-wrap {
    float: right;
}

.head .nav {
    float: left;
    padding-right: 94px;
    transition: all 0.3s;
}

.head .nav>ul>li {
    float: left;
    margin-left: 60px;
    transition: all 0.3s;
}

.head .nav>ul>li:first-child {
    margin-left: 0;
}

.head .nav>ul>li>a {
    font-size: 20px;
    line-height: 100px;
    display: block;
    color: #333;
    position: relative;
}

.head .nav>ul>li>a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    background-color: #BC2121;
    content: '';
    transition: all 0.3s;
}

.head .nav>ul>li.active>a,
.head .nav>ul>li:hover>a {
    color: #BC2121;
}

.head .nav>ul>li.active>a::before,
.head .nav>ul>li:hover>a::before {
    width: 100%;
}

.head .mask {
    position: absolute;
    content: '';
    width: 100%;
    height: 0px;
    left: 0;
    top: 100px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 10;
    opacity: 0.8;
    transition: all 0.3s;
}

.head .mask.active {
    height: 70px;
}

.head .child {
    position: absolute;
    content: '';
    z-index: 9999;
    display: none;
}

.head .child.active {
    display: block;
}

.head .child li {
    float: left;
    line-height: 68px;
    position: relative;
    margin-left: 45px;
}

.head .child li:first-child {
    margin-left: 0;
}

.head .child li:first-child {
    margin-left: 0;
}

.head .child a {
    display: block;
    font-size: 16px;
    line-height: 68px;
    position: relative;
}

.head .child a:hover {
    color: #BC2121;
}

.head .tool {
    float: left;
}

.head .tool div{
    display: none;
}

.head .tool div:first-child{
    display: block;
}

/* .head .tool div {
    float: left;
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 30px;
} */

.head .tool div:first-child {
    margin-left: 0;
}

.head .tool div.box1 {
    background-image: url(../img/icon_02.png);
}

.head .tool div.box2 {
    background-image: url(../img/icon_03.png);
}

.head .search {
    float: right;
    display: block;
    margin-top: 30px;
    position: relative;
    transition: all 0.5s;
}

.head .search .btn-search {
    width: 40px;
    height: 40px;
    background-image: url("../img/icon_01.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: 80px;
    width: 40px;
    opacity: 1;
    border-radius:0 40px 40px 0 ;
    background-color: #fff;
    border: 1px solid #BC2121;
    border-left: none;
}

.head .search.clicked input {
    margin-left: -100px;
    width: 120px;
    opacity: 1;
    border-radius: 40px 0 0 40px;
    padding: 10px 15px;
    border: 1px solid #BC2121;
    border-right: none;
}

.head .search input {
    position: absolute;
    width: 0px;
    height: 40px;
    left: 50%;
    margin-left: 35px;
    top: 50%;
    margin-top: -20px;
    border-radius: 40px;
    padding: 0;
    font-size: 14px;
    border: none;
    opacity: 0;
    transition: all 0.8s ease-in-out;
    outline:none;
}

.head .search input.focus{
    border:none;
}


.footer {
    background-color: #111629;
    background-image: url(../img/icon_11.png);
    background-position: bottom center;
    padding: 50px 0 40px;
}

.footer .footer-wrap {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-contact {
    float: left;
}

.footer .footer-contact .footer-logo {
    margin-bottom: 20px;
}

.footer .footer-contact li {
    float: left;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-left: 30px;
    padding-left: 25px;
    background-position: left center;
    background-repeat: no-repeat;
}

.footer .footer-contact li:first-child {
    margin-left: 0;
}

.footer .footer-contact li.add {
    background-image: url(../img/icon_13.png);
}

.footer .footer-contact li.tel {
    background-image: url(../img/icon_14.png);
}

.footer .footer-contact li.mail {
    background-image: url(../img/icon_15.png);
}

.footer .footer-code {
    float: right;
}

.footer .footer-code li {
    float: left;
    margin-left: 30px;
}

.footer .footer-code li img{
	width: 80px;
}

.footer .footer-code li:first-child {
    margin-left: 0;
}

.footer .footer-code li p {
    font-size: 14px;
    line-height: 21px;
    color: #999;
    margin-top: 5px;
    text-align: center;
}

.footer .footer-nav {
    padding-top: 28px;
}

.footer .footer-nav ul {
    float: left;
}

.footer .footer-nav ul li {
    float: left;
    margin-left: 20px;
}

.footer .footer-nav ul li:first-child {
    margin-left: 0;
}

.footer .footer-nav ul li a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #DEDEDE;
}

.footer .footer-bar {
    float: right;
}

.footer .footer-bar p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.footer .footer-bar p a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

/***********************************************/
.page-banner {
    position: relative;
    overflow: hidden;
}

.page-banner .page-banner-image {
    padding-bottom: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 3s ease;
    transform: scale(1.5);
}

.page-banner .page-banner-image.on{
    transform: scale(1);
}

.page-banner .page-standards {
    position: absolute;
    top: 45%;
    left: 50%;
    content: '';
    transform: translateX(-50%);
    margin-top: -30px;
}

.page-banner .page-standards h3 {
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    position: relative;
}

.page-banner .page-standards i{
    display: block;
    height: auto;
}

.page-banner .page-standards i::before,
.page-banner .page-standards i::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    transform: translateX(-50%);
}

.page-banner .page-standards i::before {
    width: 71px;
    height: 2px;
    background-color: #fff;
    margin-bottom: -40px;
}

.page-banner .page-standards i::after {
    width: 31px;
    height: 2px;
    background-color: #fff;
    margin-bottom: -62px;
}

.page-banner .loading {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 75px;
    height: 75px;
    margin-bottom: 30px;
    content: '';
}


@keyframes rotate {
    0 {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes translateY {
    0 {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(10px);
        opacity: 0;
    }
}

.page-banner .loading .loading-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    content: '';
}

.page-banner .loading .loading-2 {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
    transform: translateX(-50%);
    margin-top: 14px;
    background-image: url(../img/icon_16.png);
    background-repeat: no-repeat;
    background-position: center;
}

.page-banner .loading .loading-3 {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    margin-bottom: 8px;
    margin-left: -15px;
    background-image: url(../img/icon_17.png);
    background-repeat: no-repeat;
    background-position: center;
    animation: translateY 1.5s linear infinite;
}

/*****************************************/
.subbar {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #eee;
}

.subbar ul {
    float: left;
}

.subbar ul li {
    float: left;
    margin-left: 40px;
    position: relative;
}

.subbar ul li:first-child {
    margin-left: 0;
}

.subbar ul li a {
    display: block;
    font-size: 16px;
    color: #666;
}

.subbar ul li.active a,
.subbar ul li:hover a {
    color: #BC2121;
}

.subbar ul li::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #BC2121;
    content: '';
    transition: all 0.3s;
    transform: translateX(-50%);
}

.subbar ul li.active::before,
.subbar ul li:hover::before {
    width: 100%;
}

.subbar .position {
    float: right;
    padding-left: 25px;
    background-image: url(../img/icon_18.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.subbar .position span {
    font-size: 16px;
    color: #666;
    display: inline-block;
}

.subbar .position a {
    font-size: 16px;
    display: inline-block;
    color: #666;
}

/*************************************/
.page-title {
    text-align: center;
}

.page-title h3 {
    font-size: 36px;
    line-height: 54px;
    color: #BC2121;
    position: relative;
    padding-bottom: 10px;
}

.page-title h3::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 31px;
    height: 1px;
    background-color: #BC2121;
    transform: translateX(-50%);
    content: '';
}

.page-title.page-title-write h3 {
    color: #fff;
}

.page-title.page-title-write h3:before {
    background-color: #fff;
}

@media (max-width:992px) {
    .head {
        padding: 1.5rem 1.3rem;
        height: 6rem;
    }

    .head .logo {
        margin: 0;
    }

    .head .logo img {
        width: 12rem;
    }

    .head .tool {
        display: none;
    }

    .head .nav {
        position: absolute;
        left: 0;
        top: 6rem;
        width: 100%;
        height: calc(100vh - 6rem);
        overflow-y: scroll;
        margin: 0;
        padding: 0;
        background-color:  rgba(0,0,0,0.5);
        /* opacity: 0; */
        visibility: hidden;
        opacity: 0;
        transform: translateX(-100%);
        z-index: 99;
    }
    
    .head .nav>ul{
        background-color:#fff;
        padding: 0 0 1rem;
    }
    
    .head .nav.show {
        opacity: 1;
        visibility: visible;
        transform: translateX(0%);
    }

    .head .nav>ul>li {
        width: 100%;
        margin: 0;
    }

    .head .nav>ul a>i {
        position: absolute;
        right: 0.5rem;
        top: 50%;
        content: '';
        width: 3.5rem;
        height: 3.5rem;
        font-style: normal;
        line-height: 3.5rem;
        display: block;
        text-align: center;
        font-size: 3.2rem;
        margin-top: -1.75rem;
        background-image: url(../img/icon_54.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 1.6rem;
        transition: all 0.5s;
        transform: rotate(-90deg);
    }
    
    .head .nav>ul li.active a > i{
        background-image: url(../img/icon_55.png);
        transform: rotate(0deg);
    }
    
    .head .nav>ul>li>a {
        line-height: 5.2rem;
        padding: 0 1.5rem;
        border-bottom: 0.1rem solid #ddd;
        position: relative;
        width: 100%;
        display: block;
        font-size: 1.8rem;
        z-index: 0;
    }

    .head .nav>ul>li>a::before {
        height: 0.2rem;
    }

    .head .child {
        display: none;
        padding-left: 2.4rem;
        position: static;
        transition: all 0.3s;
    }

    .head .child li {
        width: 100%;
        display: block;
        float: none;
        line-height: 3.6rem;
        margin-left: 0;
        transition: all 0.3s;
        border-bottom: 1px solid #f0f0f0;
    }

    .head .child a {
        line-height: 3.6rem;
        font-size: 1.6rem;
        transition: all 0.3s;
        color: #666;
    }

    .head .mask {
        display: none;
    }

    .head .menu-btn {
        background-color: transparent;
        border: none;
        width: 30px;
        height: 20px;
        position: relative;
        margin-top: 5px;
        outline: none;
    }

    .head .menu-btn span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #BC2121;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    .head .menu-btn span.one {
        top: 0px;
    }

    .head .menu-btn span.two {
        top: 10px;
    }

    .head .menu-btn span.three {
        top: 20px;
    }

    .head .menu-btn.active span.one {
        transform: rotate(45deg);
        top: 50%;
    }

    .head .menu-btn.active span.two {
        display: none;
    }

    .head .menu-btn.active span.three {
        transform: rotate(-45deg);
        top: 50%;
    }

    .banner .swiper-slide>div {
        padding: 0 !important;
    }
    
    .banner .swiper-slide>div img{
        width: 100%;
    }
    
    .footer {
        padding: 1.5rem 0;
    }

    .footer .footer-wrap {
        padding-bottom: 1.5rem;
    }

    .footer .footer-contact .footer-logo {
        margin-bottom: 1rem;
        text-align: center;
        width: 12.5rem;
    }

    .footer .footer-contact ul {
        display: none;
    }

    .footer .footer-contact {
        float: none;
    }

    .footer .footer-code {
        float: none;
        margin-top: 2rem;
    }
    
    .footer .footer-code ul{
        text-align: center;
    }
    
    .footer .footer-code li{
        float: none;
        display: inline-block;
        margin-left: 0.3%;
    }
    
    .footer .footer-code li p {
        font-size: 1.4rem;
        line-height: 1.6;
    }

    .footer .footer-nav {
        padding-top: 1rem;
    }

    .footer .footer-nav ul {
        float: none;
    }

    .footer .footer-nav ul li {
        margin: 0 1.5rem 0 0;
    }

    .footer .footer-nav ul li a {
        font-size: 1.6rem;
        line-height: 1.6;
    }

    .footer .footer-bar {
        float: none;
        margin-top: 1rem;
    }

    .footer .footer-bar p,
    .footer .footer-bar p a {
        font-size: 1.4rem;
        line-height: 1.6;
        display: initial;
    }

    .page-banner .page-banner-image {
        padding-bottom: 21rem;
    }
    
    .page-banner .page-standards{
        width: 100%;
        top: 35%;
    }
    
    .page-banner .page-standards h3 {
        font-size: 2rem;
        line-height: 1.6;
        width: 80%;
        margin: 0 auto;
        text-align: center;
        word-break: break-all;
    }
    
    .page-banner .page-standards h3::before {
        width: 6.6rem;
        height: 0.2rem;
        margin-bottom: -1.8rem;
    }

    .page-banner .page-standards h3::after {
        width: 3.1rem;
        height: 0.2rem;
        margin-bottom: -3rem;
    }

    .page-banner .loading {
        width: 7.5rem;
        height: 7.5rem;
        margin-bottom: 0.3rem;
    }

    .subbar {
        height: 4.2rem;
        line-height: 4.2rem;
    }

    .subbar .position {
        display: none;
    }

    .subbar ul {
        display: none;
    }
    
    .subbar .subbar-mobile h3{
        float: left;
        font-size: 1.8rem;
        margin: 0;
        line-height: 4.2rem;
        font-weight: 700;
        color: #BC2121;
    }
    
    .subbar .subbar-mobile .list-type{
        float: right;
        font-size: 1.6rem;
        color: #999;
    }
    
    .subbar .subbar-mobile .list-type p{
        float: left;
    }
    
    .subbar .subbar-mobile .list-type i{
        float: left;
        display: block;
        width: 1.4rem;
        height: 4.2rem;
        background-image: url(../img/icon_53.png);
        background-position: center;
        background-repeat: no-repeat;
        margin-left: 0.5rem;
        transition: all 0.3s;
        transform: rotate(-90deg);
    }
    
    .subbar .subbar-mobile .list-type.menu-active i{
        transform: rotate(0deg);
    }
    
    .page-title h3 {
        font-size: 2.4rem;
        line-height: 1.6;
        margin: 0;
        padding-bottom: 1rem;
    }

    .list-mobile .action-sheet {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        display: none;
        background: #fff;
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 11111;
        left: 0;
        padding: 15px 0;
    }

    .list-mobile .action-sheet ul li {
        margin: 0 20px;
        color: #333;
        font-weight: 700;
        font-size: 18px;
        height: 42px;
        text-align: center;
        line-height: 42px;
        border-top: 1px solid #eee;
        overflow: hidden;
    }

    .list-mobile .action-sheet ul li.active a {
        color: #BC2121;
    }

    .list-mobile .action-sheet ul li:first-child {
        border-top: none;
    }

    .list-mobile .scroll-mask {
        height: 100%;
        overflow: scroll;
        overflow-y: hidden;
    }

    .list-mobile .mask {
        position: absolute;
        top: 0;
        display: none;
        height: 100vh;
        background: rgba(0, 0, 0, 0.4);
        z-index: 9999;
        width: 100%;
        left: 0;
    }
    
    .scroll-mask {
        height: 100%;
        overflow: scroll;
        overflow-y: hidden;
    }
}


@media (max-width: 1222px) and (min-width: 992px){
    .head{
        padding: 0 45px;
    }
    .head .nav>ul>li{
        margin-left: 20px;
    }
    .banner .swiper-slide > div{
        padding-bottom: 350px !important;
    }
    .head .tool div:first-child{
        margin-left: inherit;
    }
    .head .search.clicked input{
        width: 100px;
    }
    .search.clicked .btn-search{
        margin-left: 40px;
    }
    .business{
        display: none;
    }
    
    .footer{
        padding: 30px 0;
    }
    
    .footer .footer-contact{
        width: 50%;
    }
    
    .footer .footer-contact li{
        margin-left: 0;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    .footer .footer-contact li:last-child{
        margin-left: 15px;
    }
    
    .footer .footer-code{
        margin-top: 30px;
    }
    
    .page-banner .page-banner-image{
        padding-bottom: 350px !important;
    }
    .subbar .position{
        display: none;
    }
    
    .page-banner .page-standards{
        width: 80%;
        text-align: center;
    }
}