* {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    box-sizing: border-box;
    font-family: IBM Plex Sans;
    outline: none;
    position: relative;
    line-height: 1;
}

.animated {
    animation-duration: 1.5s;
}

*:hover * {
    transition: all .6s;
}

#Map *:hover *,
#Mapp *:hover * {
    transition: none;
}

body,
html {
    padding: 0;
    margin: 0;
    font-size: 100px;
}

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;
}

.banner {
    margin-top: 1.4rem;
}

.head_top {
    font-size: .18rem;
    background-color: #151515;
    height: .5rem;
    text-align: center;
    z-index: 2000;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

.head_top span {
    color: #fff;
    line-height: .5rem;
    margin-right: 0.78rem;
}

.head_top .search_head {
    position: absolute;
    right: 0;
    top: 0.1rem;
    z-index: 1;
}

.head_top .search_head input {
    width: 2.3rem;
    height: .3rem;
    border-radius: .06rem;
    padding-left: .18rem;
    border: 1px solid #999999;
}

.head_top .search_head .img {
    height: .3rem;
    width: .16rem;
    position: absolute;
    right: .2rem;
    top: 0;
    cursor: pointer;
}

.head {
    height: .9rem;
    background-color: #fff;
    z-index: 2000;
    position: fixed;
    width: 100%;
    left: 0;
    top: .5rem;
}

.head .logo {
    width: .8rem;
    margin-top: .09rem;
}

.head .logo_text p {
    margin-bottom: .02rem;
}

.head .head-ul>ul>li>a {
    font-size: .18rem;
    color: #333;
    text-transform: uppercase;
}

.head .head-ul>ul>li>a:hover,
.head .head-ul>ul>.checked>a {
    color: #151515;
}

.head .link {
    float: right;
    margin-top: .3rem;
}

.head .link li {
    float: left;
    width: .3rem;
    height: .3rem;
    margin-left: .15rem;
}

.foot {
    background-color: #151515;
    overflow: hidden;
}

.foot>.xian {
    width: 64%;
    height: .02rem;
    background-color: #AEAEAE;
    position: absolute;
    right: 0;
    top: 1.84rem;
}

.foot>.xiantwo {
    width: .02rem;
    height: 4.58rem;
    background-color: #AEAEAE;
    position: absolute;
    right: 35.5%;
    top: 1.84rem;
    z-index: 1;
}

.foot>.left {
    width: 36%;
    float: left;
    border-right: 2px solid #AEAEAE;
    padding: 0.2rem 1.2rem 1rem 2.0rem;
    z-index: 1;
}

.foot .left .logo {
    width: 1.5rem;
    margin-bottom: .34rem;
}

.foot .left .logo img {
    margin-left: 0;
}

.foot .left .text_p {
    font-size: .16rem;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: .18rem;
}

.foot .left a:hover {
    color: #d0202e;
}

.foot .left .text_p:last-child {
    margin-bottom: 0;
}

.foot .left .mail_p {
    font-size: .16rem;
    color: #ffffff;
    line-height: 1.4;
}

.foot>.right {
    width: 64%;
    float: right;
    padding-right: 2.6rem;
}

.foot .right .top ul {
    float: right;
    margin-top: 1.14rem;
    margin-bottom: .55rem;
    display: flex;
}

.foot .right .top li {
    float: left;
    margin-left: .5rem;
}

.foot .right .top li,
.foot .right .top li a {
    font-size: .16rem;
    font-weight: 400;
    color: #ffffff;
}

.foot .right .top li a:hover {
    color: #d0202e;
}

.foot .right .bot {
    padding-top: .6rem;
}

.foot .right .bot .left {
    padding-left: .9rem;
    float: left;
}

.foot .right .bot .left .text_p {
    margin-bottom: .3rem;
}

.foot .right .bot .left a {
    color: #ffffff;
    padding-bottom: .21rem;
    width: 2.8rem;
    font-size: .14rem;
    border-bottom: 2px solid #ffffff;
}

.foot .right .bot .left a img {
    float: right;
    height: .2rem;
}

.foot .right .bot .right {
    float: right;
}

.foot .right .bot .right .text_p {
    margin-bottom: .3rem;
    font-size: .16rem;
    color: #ffffff;
    line-height: 1.4;
    text-align: right;
}

.foot .right .bot .right ol li {
    float: left;
    margin-left: .35rem;
    width: .28rem;
    height: .28rem;
}

@media (min-width: 800px) {
    .w {
        width: 15rem;
        margin: 0 auto;
    }

    .s {
        width: 12rem;
        margin: 0 auto;
    }

    .m {
        width: 11rem;
        margin: 0 auto;
    }

    .head .logo {
        float: left;
    }

    .head .head-ul {
        float: left;
        margin-left: 2.5rem;
    }

    .head .head-ul>ul>li {
        float: left;
        margin-right: .54rem;
        height: .95rem;
        align-items: center;
    }

    .head .head-ul>ul>li>ol {
        position: absolute;
        left: 50%;
        top: .9rem;
        transform: translateX(-50%);
        padding: .16rem .4rem;
        background-color: #fff;
        width: 8.7rem;
        display: none;
    }

    .head .head-ul>ul>li:hover ol {
        display: block;
    }

    .head .head-ul>ul>li>ol li {
        float: left;
        margin-left: .22rem;
        width: 2.48rem;
    }

    .head .head-ul>ul>li>ol li:first-child {
        margin-left: 0;
    }

    .head .head-ul>ul>li:nth-child(2) ol{
        width: 3rem;
        padding: 0;
    }

    .head .head-ul>ul>li:nth-child(2) ol li {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: .2rem;
    }

    .head .head-ul>ul>li:nth-child(2) ol li a{
        text-align: left;
        line-height: .5rem;
        padding-left: .2rem;
    }

    .head .head-ul>ul>li>ol li .p {
        font-size: .14rem;
        margin-top: .11rem;
        color: #333;
    }

    .head .head-ul>ul>li>ol li:hover .p {
        color: #151515;
    }

    .head .head-ul>ul>li>ol li:hover img {
        transform: scale(1.03);
    }

    .head .head-ul>ul>li>a {
        line-height: .9rem;
    }

    .head .head-ul li .pull_down{
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        top: 1.4rem;
        z-index: 1000;
        padding: .2rem 0;
        background-color: #fff;
        display: none;
    }

    .head .head-ul li:hover .pull_down{
        display: block;
    }

    .head .head-ul li .pull_down:after {
        content: '';
        display: block;
        width: .01rem;
        height: 100%;
        position: absolute;
        left: 33.333%;
        top: 0;
        background-color: #999;
    }

    .head .head-ul li .pull_down:before {
        content: '';
        display: block;
        width: .01rem;
        height: 100%;
        position: absolute;
        left: 66.6666%;
        top: 0;
        background-color: #999;
    }

    .head .head-ul li .pull_down ul>li{
        float: left;
        width: 33.333%;
        padding: 0 .2rem;
        margin: 0;
    }

    .head .head-ul li .pull_down ul>li>a{
        font-weight: bold;
        color: #333;
        font-size: .18rem;
        line-height: .4rem;
        height: auto;
        text-transform: none;
        border-bottom: none;
        text-align: left;
        padding: 0;
    }

    .head .head-ul li .pull_down ul>li>a:hover{
        border-bottom: none;
        color: #151515;
    }

    .head .head-ul li .pull_down ul>li ol{
        position: static;
        display: block;
        width: 100%;
    }

    .head .head-ul li .pull_down ul>li ol li a{
        font-weight: normal;
        color: #666;
        font-size: .2rem;
        line-height: 1.5;
        height: auto;
        text-transform: none;
        border-bottom: none;
        padding: 0.1rem 0;
    }

    .head .head-ul li .pull_down ul>li ol li a:hover {
        background-color: #DEDEDE;
        border-bottom: none;
        color: #151515;
    }

    .guanbi,
    .zhankai {
        display: none;
    }

    .mobile_foot {
        display: none;
    }
}

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

    .w,
    .s,
    .m {
        width: 100%;
        padding: 0 2%;
    }

    body {
        padding-bottom: 100px;
    }

    .banner .contant {
        opacity: 0;
        z-index: 0;
    }

    .head .logo_text {
        margin: 0;
    }

    .head .logo {
        width: auto;
    }

    .head {
        background-color: #fff;
        height: .9rem;
        padding: .2rem 0;
        position: fixed;
        top: .5rem;
        left: 0;
        width: 100%;
        z-index: 10000;
    }

    .head .head-ul>ul>li {
        padding-left: .3rem;
    }

    .head .head-ul>ul>li ol li .img {
        display: none;
    }

    .head .head-ul>ul>li ol li .p {
        color: #fff;
        font-size: .2rem;
        line-height: .5rem;
        height: 0.5rem;
        padding-left: .2rem;
    }

    .head .head-ul>ul>li>a {
        color: #fff;
        line-height: .5rem;
        height: .5rem;
        display: block;
    }

    .head .head-ul li .pull_down ul li ol li a{
        padding-left: .4rem;
    }

    .head .head-ul .search_head input {
        width: 3rem;
        height: 26px;
    }

    .head .head-ul .search_head .img {
        position: absolute;
        left: 2.8rem;
    }

    .head .head-ul .search_head .img {
        height: 26px;
        width: 12px;
        position: absolute;
        left: 2.8rem;
        cursor: pointer;
        top: 0;
    }

    .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 .head-ul .guanbi {
        position: absolute;
        right: .2rem;
        top: .2rem;
        color: #fff;
        font-size: .3rem;
    }

    .head .head-ul>ul>li>a:hover,
    .head .head-ul>ul>.checked>a {
        color: #d0202e;
    }

    .head .zhankai {
        width: .4rem;
        position: absolute;
        right: .4rem;
        top: .25rem;
    }

    .head .logo {
        height: .5rem;
        float: left;
        margin-right: .2rem;
        margin-top: 0;
    }

    .head_top .search_head {
        display: none;
    }

    .head .link {
        float: left;
        margin-top: .1rem;
        margin-left: .3rem;
    }

    .foot,
    .foot_contact {
        display: none;
    }

    .flex_c_sb {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile_foot {
        display: block;
        background: #151F2A;
        padding: 0.5rem 4%;
        position: fixed;
        width: 100%;
        bottom: 0;
        height: auto;
        z-index: 999;
    }

    .mobile_foot li {
        width: 19%;
    }

    .mobile_foot a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .mobile_foot li p {
        text-align: center;
        font-size: 14px;
        font-family: IBM Plex Sans;
        font-weight: 400;
        color: #BEBEBE;
        padding-top: .3rem;
    }

    .mobile_foot a img {
        height: 14px;
    }

    .mobile_foot li p {
        font-size: 12px;
    }
}

@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;
    }
}

@media screen and (max-width: 1200px) {
    html {
        font-size: 62.5px;
    }
}

@media screen and (max-width: 1000px) {
    html {
        font-size: 52.8px;
    }
}

@media screen and (max-width: 800px) {
    html {
        font-size: 41.666px;
    }
}

@media screen and (max-width: 600px) {
    html {
        font-size: 52.8px;
    }
}

.news .ui-paging-container ul {
    overflow: hidden;
    text-align: center;
    display: block;
}

.news .ui-paging-container li,
.news .ui-paging-container ul {
    list-style: none
}

.news .ui-paging-container li {
    display: inline-block;
    margin: 0 5px;
    color: #333;
    width: 0.4rem !important;
    line-height: 0.4rem;
    font-size: 0.24rem;
    float: none !important;
    padding: 0;
    vertical-align: middle;
}

.news .ui-paging-container li:hover::after {
    display: none;
}

.news .ui-paging-container li::after {
    display: none;
    background-color: transparent;
}

.news .ui-paging-container li.ui-pager {
    cursor: pointer;
}

.news .ui-paging-container li.focus,
.news .ui-paging-container li.ui-pager:hover {
    color: #d0202e;
}

.news .ui-paging-container li.ui-paging-ellipse {
    border: none
}

.news .ui-paging-container li.ui-paging-toolbar {
    padding: 0
}

.news .ui-paging-container li.ui-paging-toolbar select {
    height: 0.45rem;
    color: #666
}

.news .ui-paging-container li.ui-paging-toolbar input {
    vertical-align: top;
    line-height: 20px;
    height: 20px;
    padding: 0;
    border: 1px solid #ddd;
    text-align: center;
    width: 30px;
    margin: 0 0 0 5px
}

.news .ui-paging-container li.ui-paging-toolbar a {
    text-decoration: none;
    display: inline-block;
    height: 20px;
    border: 1px solid #ddd;
    vertical-align: top;
    border-radius: 2px;
    line-height: 20px;
    padding: 0 3px;
    cursor: pointer;
    margin-left: 5px;
    color: #666
}

.news .ui-paging-container li.ui-pager-disabled,
.news .ui-paging-container li.ui-pager-disabled:hover {
    cursor: default;
    border: none;
    color: #ddd;
}

.news .ui-paging-container li:hover {
    background-color: transparent;
}

.news .ui-paging-container li:hover:after,
.news .ui-paging-container li:hover:before {
    display: none;
}

.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: .18rem !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;
}

.toptab {
    padding: .3rem 0 .2rem 0;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: .6rem;
}

.crumbs {
    display: flex;
    align-items: center;
}

.crumbs a {
    font-size: 0.14rem;
    font-weight: 400;
    color: #333;
    line-height: 1.2;
}

.crumbs a h1 {
    font-size: .14rem;
    font-weight: normal;
}

.crumbs a:hover {
    color: #151515;
}

.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: 20%;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
    right: 0;
}

.sp-left-thumbnails {
    left: 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-left: 0;
    }

    #example5 {
        max-width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .sp-thumbnail-image img {
        height: 90%;
    }

    .sp-slide .sp-thumbnail-image img {
        height: 100%;
    }

    .sp-slides-container {
        height: 3.5rem;
    }

    .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;
    }
}