﻿*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0 auto;
    max-width: 1920px;
    min-width: 1280px;
    position: relative;
    padding: 100px 0 0;
    width: 100%;
    color: #1f1f1f;
    font-family: Arial, Helvetica, sans-serif, Microsoft Yahei;
    font-size: 16px;
    line-height: 1;
    background: #fff;
    overflow: auto;
}

html.act {
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

ul, .act,
ul li,
ol li,
tr td,
dl,
dd {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    color: #1f1f1f;
}

textarea,
select {
    outline: none;
    color: #666;
    font-size: 14px;
    width: 100%;
}

img {
    border: none;
    transform: scale(1.001);
    -webkit-transform: scale(1.001);
    display: block;
    max-width: 100%;
}

img[src=""] {
    opacity: 0;
}

body::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}

body::-webkit-scrollbar-thumb {
    background: #000;
}

body::-webkit-scrollbar-track {
    background: #fff;
}

/*清除浮动*/
.clear_fix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear_fix {
    *zoom: 1;
}

/*头部样式*/
.header {
    position: fixed;
    width: 100%;
    height: 100px;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 9;
    border-bottom: 1px solid #eee;
}

.header .logo {
    display: block;
    height: 60px;
    margin-top: 15px;
    width: 30%;
}

.header .logo img {
    display: block;
    height: 100%;
    margin: auto;
}

.header .search {
    display: block;
    width: 24px;
    height: 24px;
    margin-top: 35px;
    position: relative;
    z-index: 5;
    width: 5%;
}

.header .lang {
    display: block;
    width: 24px;
    height: 24px;
    float: right;
    margin-top: 38px;
    position: relative;
    z-index: 5;
    color: #444;
    margin-left: 20px;
    border-bottom: 2px solid #444;
    font-size: 18px;
}

.header .lang:hover {
    color: #0068b7;
    border-bottom: 2px solid #0068b7;
}

.header .search a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/ss.png) center no-repeat;
}

.header .search input {
    position: absolute;
    top: 0;
    right: 24px;
    display: block;
    width: 0;
    height: 24px;
    border: 0;
    padding: 0;
    border-bottom: 1px solid #969696;
    outline: none;
    background: #fff;
    font-size: 16px;
}

.header .search:hover input {
    width: 300px;
    padding: 0 20px;
}

.header .header-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 65%;
}

.header .header-nav li {
    padding: 5px 45px
}

.header .header-nav .nav-a {
    display: block;
    line-height: 90px;
    font-size: 18px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.header .header-nav .nav-a.on,
.header .header-nav .nav-a:hover {
    color: #0068b7
}

.header .header-nav li .nav-sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    border-top: 1px solid #464a4d;
    z-index: 99
}

.header .header-nav .nav-sub-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 55px 125px
}

.header .header-nav .nav-sub-left {
    margin-top: -8px;
    width: 220px;
    padding: 0 2% 0 5%;
    color: #fff;
    line-height: 1.4
}

.header .header-nav .nav-sub-left .title {
    font-size: 24px
}

.header .header-nav .nav-sub-left .en {
    font-size: 12px
}

.header .header-nav .nav-sub-left .p {
    font-size: 13px;
    color: #e8e8e8
}

.header .header-nav .nav-sub-left .p:before {
    content: '';
    display: block;
    margin: 20px 0;
    width: 50px;
    height: 2px;
    background-color: #0068b7
}

.header .header-nav .nav-sub-list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 3.4%;
    border-left: 1px solid #313033
}

.header .header-nav .nav-sub-list .a-box {
    padding-left: 25px;
    width: 24.66667%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.header .header-nav .nav-sub-list .a-box:nth-child(n+7) {
    margin-top: 45px
}

.header .header-nav .nav-sub-list a {
    display: block
}

.header .header-nav .nav-sub-list a:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.header .header-nav .nav-sub-list a:hover p {
    color: #0068b7
}

.header .header-nav .nav-sub-list .img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 58.25243%;
    overflow: hidden
}

.header .header-nav .nav-sub-list .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.header .header-nav .nav-sub-list p {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.header .header-nav li:hover .pdt {
    display: block !important;
}

.header .header-nav li:hover .inf {
    display: block !important;
}

.header .header-nav li:hover .abt {
    display: block !important;
}
.header .box {
    width: 95%;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
    display: flex;
}

.box {
    width: 75%;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
}

/*.header .box {*/
/*    width: 85% !important;*/
/*    margin: 0 auto;*/
/*    position: relative;*/
/*    -webkit-transition: all .5s;*/
/*    -moz-transition: all .5s;*/
/*    transition: all .5s;*/
/*    box-sizing: border-box;*/
/*}*/


.f_12 {
    font-size: 12px;
}

.f_16 {
    font-size: 16px;
}

.f_18 {
    font-size: 18px;
}

.f_20 {
    font-size: 20px;
}

.f_22 {
    font-size: 22px;
}

.f_24 {
    font-size: 24px;
}

.f_26 {
    font-size: 26px;
}

.f_28 {
    font-size: 28px;
}

.f_30 {
    font-size: 30px;
}

.f_32 {
    font-size: 32px;
}

.f_34 {
    font-size: 34px;
}

.f_36 {
    font-size: 36px;
}

.f_38 {
    font-size: 38px;
}

.f_40 {
    font-size: 40px;
}

/*分页*/

.BMap_mask,
.BMap_cpyCtrl,
.BMap_scaleTxt,
.BMap_scaleCtrl,
.BMap_omCtrl,
.anchorBL {
    display: none !important;
}

.a_dw {
    position: relative;
    top: -70px;
}


.page1 {
    clear: both;
    text-align: center;
    height: 45px;
    margin: 55px 0 0;
}

.page1 span a {
    display: inline-block;
    color: #333333;
    padding: 10px 13px;
    text-decoration: none;
    background: #fff;
    border: 1px solid #ddd;
}

.page1 span a:hover,
.page1 span.current a {
    background: #0068b7;
    color: #fff;
}

/*.page1 span {*/
/*    margin: 2px 5px;*/
/*}*/

.page2 {
    width: 120px;
    height: 40px;
    /*background: #0068b7;*/
    color: #fff;
    margin: 45px auto;
    line-height: 40px;
    display: none;
}

.d_state,
.d_state * {
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.wow {
    opacity: 0;
}

.wow1 {
    opacity: 1;
}

.fbd {
    font-weight: bold;
}

/* 弹窗 */

.z_tanchuang {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    z-index: 10;
}

.z_tanchuang .tbox {
    display: table-cell;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle;
}

/* 弹窗内容 */

.z_tanchuang .tbox .modal {
    background: white;
    padding: 50px;
    display: block;
    border-radius: 5px;
    position: relative;
    width: 90%;
    max-width: 1200px;
    max-height: 90%;
    margin: 0 auto;
}

.z_tanchuang .tbox .modal .out {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    background-size: 20px;
    color: #000;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    top: 0;
    right: -50px;
    cursor: pointer;
}

.z_tanchuang .tbox .modal .img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.z_tanchuang .tbox .modal .img video {
    display: block;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.z_tanchuang .tbox .modal .img img {
    margin: 0 auto;
}

.z_tanchuang .tbox .modal .out:hover {
    background: #fff;
    background-size: 20px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.z_tanchuang .tbox .modal2 {
    padding: 20px;
}

.z_tanchuang .tbox .modal .img {
    max-width: 1200px;
}


.an_tanchuang .tbox .modal {
    width: 530px;
    height: 230px;
    border-radius: 0;
    padding: 30px
}

.an_tanchuang .tbox .modal .tt {
    margin-bottom: 20px;
}

.an_tanchuang .tbox .modal .tc {
    display: block;
    width: 100%;
    line-height: 50px;
    background: #0068b7;
    color: #fff;
    text-align: left;
    padding: 0 15px;
    margin-top: 10px;
}

.an_tanchuang .tbox .modal .tc a {
    display: inline-block;
    color: #fff;
    margin-right: 10px;
}


/* 弹窗选中 */

.z_tanchuang.one {
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-transform: scaleY(0.01) scaleX(0);
    -webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one .tbox .modal {
    transform: scale(0);
    animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-transform: scale(0);
    -webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out {
    transform: scale(1);
    animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-transform: scale(1);
    -webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out .tbox .modal {
    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

/* 弹窗动画 */

@keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(1) scaleX(1);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}

@-webkit-keyframes zoomIn {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes zoomOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@-webkit-keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}

@-webkit-keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(1) scaleX(1);
    }
}

/* 右侧 */
.right {
    position: fixed;
    right: -50px;
    top: 50%;
    margin-top: -102px;
    z-index: 10;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.right.act {
    right: 0;
}

.right .ul1 {
    background: #fff;
    width: 50px;
}

.right .ul1 * {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.right .ul1 li {
    cursor: pointer;
    margin-bottom: 1px;
    position: relative;
}

.right .ul1 li .img {
    display: block;
    width: 50px;
    height: 50px;
    background: #0068b7;
    position: relative;
    right: 0;
}

.right .ul1 li .img img {
    display: block;
    width: 100%;
}

.right .ul1 li .cla {
    position: absolute;
    top: 0;
    right: -160px;
    width: 160px;
    height: 50px;
    line-height: 50px;
    background: #f5f5f5;
    color: #0068b7;
    font-size: 20px;
    overflow: hidden;
    text-align: center;
    z-index: 2;
}

.right .ul1 li.dh:hover .img {
    right: 160px;
}

.right .ul1 li.dh:hover .cla {
    right: 0;
}

.right .ul1 li .ewm {
    width: 100px;
    position: absolute;
    top: 0;
    right: -100px;
    z-index: -1;
}

.right .ul1 li:hover .ewm {
    right: 45px;
}

/*轮播开始*/
.index_banner {
    position: relative;
}

.index_banner .swiper1 {
}

.index_banner .swiper1 .swiper-slide {
    overflow: hidden;
}

.index_banner .swiper1 .swiper-slide .idx_banner_box {
    position: relative;
    overflow: hidden;
}

.index_banner .swiper1 .swiper-slide .idx_banner_box a {
    display: block;
    height: 765px;
}

.index_banner .swiper1 .swiper-slide .idx_banner_box a > img {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.index_banner .swiper1 .swiper-slide .idx_banner_box .pimg {
}

.index_banner .swiper1 .swiper-slide .idx_banner_box .mimg {
    display: none;
}

.index_banner .swiper1 .swiper-slide .idx_banner_box video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.index_banner .swiper1 .swiper-slide .idx_banner_box .txt {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    color: #fff;
}

.index_banner .swiper1 .swiper-slide:nth-child(1) .idx_banner_box .txt {
    display: block;
}

.index_banner .swiper1 .swiper-slide .idx_banner_box .txt .tbox {
    position: absolute;
    top: 55%;
    opacity: 0;
    left: 15%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.index_banner .swiper1 .swiper-slide .idx_banner_box .txt .tbox .en span {
    color: #0068b7;
}

.index_banner .swiper1 .swiper-slide .idx_banner_box .txt .tbox .tt {
    font-size: 80px;
    margin: 30px 0 50px;
    line-height: 1;
    letter-spacing: 15px;
    position: relative;
    top: 30px;
    opacity: 0;
}

.index_banner .swiper1 .swiper-slide .idx_banner_box .txt .tbox .more {
    display: block;
    position: relative;
    top: 30px;
    opacity: 0;
}

.index_banner .swiper1 .swiper-slide .idx_banner_box .txt .tbox .more a {
    display: block;
    width: 160px;
    border: 1px solid #fff;
    border-radius: 10px;
}

.index_banner .swiper1 .swiper-slide .idx_banner_box .txt .tbox .more a img {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.index_banner .swiper1 .swiper-slide .idx_banner_box .txt .tbox .more a:hover {
    background: #0068b7;
    border: 1px solid #0068b7;
}

.index_banner .swiper1 .swiper-slide-active .idx_banner_box .txt .tbox {
    top: 50%;
    opacity: 1;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
}

.index_banner .swiper1 .swiper-slide-active .idx_banner_box .txt .tbox .tt {
    top: 0;
    opacity: 1;
    transition-delay: .65s;
    -webkit-transition-delay: .65s;
}

.index_banner .swiper1 .swiper-slide-active .idx_banner_box .txt .tbox .more {
    top: 0;
    opacity: 1;
    transition-delay: .8s;
    -webkit-transition-delay: .8s;
}

.index_banner .swiper1 .pagination1 {
    bottom: 50px;
}

.index_banner .swiper1 .pagination1 span {
    width: 40px;
    height: 4px;
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 0;
    position: relative;
}

.index_banner .swiper1 .pagination1 span:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
}

.index_banner .swiper1 .pagination1 span.swiper-pagination-bullet-active:after {
    width: 100%;
    -webkit-transition: all 4s linear;
    -moz-transition: all 4s linear;
    transition: all 4s linear;
}

.index_banner .swiper1 .prev1 {
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.7) url(../img/l.png) center no-repeat;
    left: 5%;
    margin-top: -30px;
}

.index_banner .swiper1 .next1 {
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.7) url(../img/r.png) center no-repeat;
    right: 5%;
    margin-top: -30px;
}

.index_banner .swiper1 .prev1:hover {
    background: rgba(255, 255, 255, .3) url(../img/l.png) center no-repeat;
}

.index_banner .swiper1 .next1:hover {
    background: rgba(255, 255, 255, .3) url(../img/r.png) center no-repeat;
}

/*产品分类栏*/
.pdt_classify {
    text-align: center;
    padding: 40px 0 80px;
}

.pdt_classify .ul1 {
}

.pdt_classify .ul1 li {
    width: 25%;
    float: left;
}

.pdt_classify .ul1 li a {
    display: block;
    text-align: center;
}

.pdt_classify .ul1 li .img {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.pdt_classify .ul1 li .img img {
    border-radius: 25px;
    display: block;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.pdt_classify .ul1 li .cn {
    margin-top: 10px;
}

.pdt_classify .ul1 li:hover .img img {
    box-shadow: 0px 0px 15px 0px rgba(0, 170, 255, .7);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 170, 255, .7);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 170, 255, .7);
    transform: scale(.9);
}

.pdt_classify .ul1 li:hover .cn {
    color: #0068b7;
}

/*品牌介绍开始*/
.b_distance {
    padding: 95px 0 100px;
}

.brand {
    text-align: center;
    background: #f2f2f2;
}

.brand .ul1 {
    padding-bottom: 50px;
    margin: 50px 0;
    border-bottom: 1px solid #cdd9e1;
}

.brand .ul1 li {
    line-height: 20px;
    position: relative;
    border-right: 1px solid #ddd;
    width: 100%;
    float: left;
    cursor: pointer;
}

.brand .ul1 li:last-child {
    border: 0;
}

.brand .ul1 li span {
    font-size: 14px;
    opacity: 0;
}

.brand .ul1 li s {
    position: absolute;
    width: 50%;
    height: 4px;
    background: #0068b7;
    left: 0%;
    opacity: 0;
    top: 70px;
}

.brand .ul1 li.act s {
    left: 25%;
    opacity: 1;
}

.brand .ul1 li.act span {
    opacity: 1;
}

.brand .swiper2 {
}

.brand .swiper2 .swiper-slide .sbox {
    position: relative;
    overflow: hidden;
}

.brand .swiper2 .swiper-slide .sbox img {
    display: block;
    width: 100%;
}

.brand .swiper2 .swiper-slide .sbox .mimg {
    display: none;
}

.brand .swiper2 .swiper-slide .sbox .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    color: #fff;
}

.brand .swiper2 .swiper-slide .sbox .txt .tbox {
    position: absolute;
    width: 680px;
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: justify;
}

.brand .swiper2 .swiper-slide .sbox .txt .tbox .stt {
    font-size: 44px;
    font-weight: bold;
}

.brand .swiper2 .swiper-slide .sbox .txt .tbox .stt2 {
    font-size: 34px;
    margin: 50px 0 20px;
    letter-spacing: 3px;
}

.brand .swiper2 .swiper-slide .sbox .txt .tbox .sen {
    font-family: arial;
    letter-spacing: 2px;
}

.brand .swiper2 .swiper-slide .sbox .txt .tbox .stc {
    line-height: 1.8;
    margin: 25px 0 45px;
    /* max-height: 84px; */
    overflow: hidden;
}

.brand .swiper2 .swiper-slide .sbox .txt .tbox .more {
    display: block;
    padding: 9px 14px;
    background: #fff;
    color: #0068b7;
    width: 120px;
    height: 34px;
    border-radius: 3px;
}

.brand .swiper2 .swiper-slide .sbox .txt .tbox .more:hover {
    background: #fff;
    color: #fff;
}

.information {
    padding-top: 90px;
    text-align: center;
}

.information .more {
    text-align: right;
    margin: 10px 0 30px;
}

.information .more a {
    display: inline-block;
    padding-left: 20px;
    background: url(../img/1_22.png) center left no-repeat;
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.information .more a:hover {
    background: url(../img/1_22_1.png) center left no-repeat;
    color: #0fa38c;
}

.information .ul1 {
}

.information .ul1 * {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.information .ul1 li {
    width: 32%;
    float: left;
    margin-right: 2%;
    border: 1px solid #ddd;
}

.information .ul1 li:last-child {
    margin-right: 0;
}

.information .ul1 li a {
    display: block;
}

.information .ul1 li a .img,
.information .ul1 li a .img img {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 255px;
}

.information .ul1 li a .txt {
    padding: 25px 35px;
    text-align: justify;
}

.information .ul1 li a .txt .ltt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.information .ul1 li a .txt .ltc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 2;
    margin: 15px 0 30px;
    color: #999;
    height: 56px;
}

.information .ul1 li a:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.service {
    text-align: center;
}

.service .itop {
    margin-top: 50px;
}

.service .itop .ilt {
    width: 48.6%;
    float: left;
}

.service .itop .ilt .img,
.service .itop .ilt .img img {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.service .itop .ilt .img .itt {
    position: absolute;
    left: 50px;
    bottom: 50px;
    color: #fff;
}

.service .itop .ilt .txt {
    height: 215px;
    padding: 45px;
    background: #f2f2f2;
}

.service .itop .ilt .txt .mo {
    display: block;
    width: 48%;
    float: left;
    line-height: 50px;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 25px;
}

.service .itop .ilt .txt .mo2 {
    text-align: center;
    display: block;
    width: 50%;
    line-height: 50px;
    background: #fff;
    border: 1px solid #eee;
    margin: 25px 0 25px 150px;
}

.service .itop .ilt .txt .mo2:hover {
    background: #0fa38c;
    color: #fff;
}

.service .itop .ilt .txt .mo:nth-child(2n) {
    float: right;
}

.service .itop .ilt .txt .mo:hover {
    background: #0fa38c;
    color: #fff;
    border: 1px solid #0fa38c
}

.service .itop .irt {
    float: right;
}

.service .itop .irt .txt {
    text-align: justify;
}

.service .itop .irt .txt .ss {
    margin-top: 35px;
}

.service .itop .irt .txt .ss .slt {
    width: 150px;
    float: left;
    border: 1px solid #ddd;
    height: 50px;
    overflow: hidden;
    background: #fff;
}

.service .itop .irt .txt .ss .slt select {
    display: block;
    width: 100%;
    padding: 0 20px;
    height: 50px;
    border: 0;
    cursor: pointer;
    float: left;
    font-size: 16px;
}

.service .itop .irt .txt .ss .slt input {
    display: block;
    width: calc(100% - 130px);
    float: left;
    height: 50px;
    background: #fff;
    border: 0;
    outline: none;
    padding: 0 20px;
    font-size: 16px;
    /*display: none;*/
}

.service .itop .irt .txt .ss a {
    display: block;
    width: 130px;
    line-height: 50px;
    float: left;
    text-align: center;
    background: #0fa38c;
    color: #fff;
    letter-spacing: 5px;
}

.service .itop .irt .txt .ss a:hover {
    background: #0068b7;
}

/* 产品列表 */

.p_list {
    text-align: center;
}

.p_list .ul1 {
    margin-top: 2em;
}

.p_list .ul1 li {
    width: 24.5%;
    float: left;
    margin-right: 0.66%;
    padding: 0 1% 0 1%;
    margin-top: 50px;
}

.p_list .ul1 li:nth-child(4n) {
    margin-right: 0;
}

.p_list .ul1 li .img {
    padding: 0;
}

.p_list .ul1 li .img,
.p_list .ul1 li .img img {
    background: #f4f4f4;
    display: block;
    width: 100%;
    overflow: hidden;
    height: 350px;
}

.p_list .ul1 li .ltt {
    color: #666;
    margin-top: 20px;
}

.p_list .ul1 li:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.p_list .ul1 li:hover .ltt {
    color: #0fa38c;
}


/* 底部 */

.footer1 {
    padding: 75px 0 40px;
    background: #f3f3f3;
}

.footer1 .ftp {
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}

.footer1 .ftp .flt {
    float: left;
    color: rgba(51, 51, 51, 0.6);
}

.footer1 .ftp .flt .logo {
    display: block;
    width: 280px;
    margin-bottom: 25px;
}

.footer1 .ftp .frt {
    width: 40px;
    float: right;
    cursor: pointer;
}

.footer1 .fbt {
}

.footer1 .fbt .ul1 {
    width: calc(100% - 530px);
    float: left;
}

.footer1 .fbt .ul1 li {
    width: 25%;
    float: left;
}

.footer1 .fbt .ul1 li .ltp {
    margin-bottom: 30px;
}

.footer1 .fbt .ul1 li a {
    display: block;
    color: #999;
    margin-bottom: 20px;
}

.footer1 .fbt .ul1 li a.ltp2 {
    color: #333;
}

.footer1 .fbt .ul1 li a span {
    display: inline-block;
    border-bottom: 1px solid #f3f3f3;
}

.footer1 .fbt .ul1 li a:hover span {
    color: #0fa38c;
    border-bottom: 1px solid #0fa38c;
}

.footer1 .fbt .ul1 li .lbt {
    display: block;
    color: #999;
}

.footer1 .fbt .ul1 li .lbt img {
    margin-bottom: 10px;
}

.footer1 .fbt .frt {
    width: 520px;
    float: right;
    padding-left: 45px;
    border-left: 1px solid #e8e8e8;
}

.footer1 .fbt .frt a {
    display: block;
    color: #666;
    line-height: 28px;
    margin-bottom: 10px;
    align-items: self-start;
}

.footer1 .fbt .frt .hh {
    margin-bottom: 7px;
}

.footer1 .fbt .frt .sp {
    display: flex;
    align-items: center;
}

.footer1 .fbt .frt .sp span {
    width: calc(100% - 37px);
    display: block;
    line-height: 20px;
    color: #666;
}

.footer1 .fbt .frt .hh img {
    width: 27px;
    height: 27px;
    margin-right: 10px;
}

.footer1 .fbt .frt .hh a {
    margin-bottom: 0;
    padding-left: 37px;
    line-height: 20px;
}

.footer1 .fbt .frt .hh a:hover {
    color: #0fa38c;
}

.footer1 .fbt .frt a > img {
    display: block;
    width: 27px;
    float: left;
    margin-right: 10px;
}

.footer1 .fbt .frt a .aimg {
    float: left;
    color: #999;
    margin-right: 15px;
    font-size: 12px;
    text-align: center;
}

.footer2 {
    background: #f3f3f3;
    border-top: 1px solid #e7e7e7;
    line-height: 60px;
}

.footer2 * {
    font-size: 12px;
    color: #999;
}

.footer2 .flt {
    float: left;
}

.footer2 .frt {
    float: right;
}


/* 内页导航 */

.nav {
    line-height: 60px;
    border-bottom: 1px solid #e5e5e5;
}

.nav .nbox {
    max-width: 960px;
    margin: 0 auto;
    letter-spacing: 1px;
}

.nav .nbox span {
    color: #999;
}

.nav .nbox .nrt {
    float: right;
    width: 200px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 15px;
    overflow: hidden;
}

.nav .nbox .nrt input {
    display: block;
    float: left;
    width: calc(100% - 36px);
    height: 28px;
    border: 0;
    padding: 0 10px;
    outline: none;
}

.nav .nbox .nrt a {
    display: block;
    width: 36px;
    height: 100%;
    float: right;
    background: url("../img/ss2.png") center no-repeat;
}


.prc1 {
    padding-bottom: 150px;
}

.prc1 .nbox {
    max-width: 960px;
    margin: 0 auto;
    letter-spacing: 1px;
}

.prc1 .prtp {
    margin: 60px 0 40px;
}

.prc1 .prtp .plt {
    width: 500px;
    float: left;
    height: 500px;
    border: 1px solid #ddd;
}

.prc1 .prtp .plt .swiper3 {
}

.prc1 .prtp .plt .swiper3 .pagination3 {
    bottom: 20px;
}

.prc1 .prtp .plt .swiper3 .pagination3 span {
    opacity: .5;
}

.prc1 .prtp .plt .swiper3 .pagination3 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0fa38c;
}

.prc1 .prtp .plt .swiper3 .sbox {
    padding: 0;
}

.prc1 .prtp .plt .swiper3 img {
    display: block;
    width: 100%;
}

.prc1 .prtp .prt {
    width: 420px;
    float: right;
    text-align: justify;
}

.prc1 .prtp .prt .tt {
    line-height: 1.5;
}

.prc1 .prtp .prt .tc {
    padding: 20px 0;
    min-height: 160px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    margin-bottom: 60px;
}

.prc1 .prtp .prt .tc span {
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 20px 20px 0;
    color: #999;
}

.prc1 .prtp .prt .tc span:hover {
    border: 1px solid #0fa38c;
}

.prc1 .prtp .prt .abtn {
}

.prc1 .prtp .prt .abtn a {
    display: block;
    width: 100%;
    line-height: 40px;
    background: #0fa38c;
    color: #fff;
    width: 180px;
    padding-left: 15px;
    margin-bottom: 20px;
}

.prc1 .prtp .prt .abtn a img {
    display: block;
    float: left;
    margin-right: 5px;
}

.prc1 .prtp .prt .abtn a:hover {
    background: #02a28a;
}

.prc1 .prco {
    border-top: 1px solid #ddd;
    text-align: justify;
    padding-top: 30px;
}

.prc1 .prco .ptt {
    color: #999;
    padding-bottom: 15px;
}

.prc1 .prco .ul1 {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin-bottom: 50px;
    border-right: 1px solid #ddd;
}

.prc1 .prco .ul1 li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
}

.prc1 .prco .ul1 li:nth-child(2n) {
    background: #f5f5f5;
}

.prc1 .prco .ul1 li .llt {
    width: 50%;
    float: left;
    border-right: 1px solid #ddd;
    padding: 0 20px;
    color: #666;
}

.prc1 .prco .ul1 li .llt:nth-child(2) {
    border-right: 0;
}


.prc1 .prbt h6 {
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    margin: 50px 0 30px 0;
}

.prc1 .prbt img {
    text-align: center;
    display: block;
    width: 100%;
}

/*.prc1 .prbt .mimg {*/
/*    display: none;*/
/*}*/

/* banner */

.banner {
    position: relative;
    overflow: hidden;
}

.banner img {
    max-width: 1920px;
    display: block;
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.banner img.mimg {
    display: none;
}

.banner .txt {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.banner .txt .tt {
    margin: 20px 0 70px;
}

.banner .txt .tt2 {
    font-size: 60px;
}

.banner .txt .more {
    display: block;
    width: 150px;
    line-height: 40px;
    text-align: center;
    background: #0fa38c;
    color: #fff;
    margin: 50px auto 0;
}

.banner .txt .more:hover {
    background: #0068b7;
}


/* 案例 */

.ca1 {
    padding: 100px 0;
}

.ca1 .tt {
    text-align: center;
}

.ca1 .tc {
    text-align: justify;
    line-height: 36px;
    color: #999;
    margin-top: 30px;
}

.ca2 {
    padding: 70px 0 90px;
    background-size: cover;
    text-align: center;
}

.ca2 .tc {
    margin: 20px 0 45px;
    color: #999;
}

.ca2 .ul1 {
}

.ca2 .ul1 li {
    width: 27.75%;
    float: left;
    text-align: justify;
    margin-right: 8.375%;
}

.ca2 .ul1 li:last-child {
    margin-right: 0;
}

.ca2 .ul1 li .ltc {
    color: #999;
    line-height: 24px;
    margin-top: 10px;
}

.ca2 .img {
    margin-top: 50px;
}

.ca2 .img img {
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);
    max-width: 1440px;
}

.pagination-block {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.pagination {
    margin: 0;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.pagination_info {
    margin: 0 10px;
    display: flex;
    align-items: center;

}

.pagination li a, .pagination li span {
    border-radius: 0 !important;
    margin-right: 8px;
    color: #7c7c7c;
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination li.disabled span {
    cursor: not-allowed;
}

.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > li > a:hover {
    color: #fff;
    /*background: #0fa38c;*/
    background: #0068b7;
    border: 1px solid transparent;
}


.ca3 {
    position: relative;
}

.ca3 .img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 850px;
}

.ca3 .img img {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(1.05);
    -webkit-transform: translateX(-50%) scale(1.05);
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    max-width: 1920px;
}

.ca3 .img img.act {
    transform: translateX(-50%) scale(1);
    -webkit-transform: translateX(-50%) scale(1);
    opacity: 1;
}

.ca3 .cbox {
    position: absolute;
    width: 1190px;
    top: 100px;
    left: 50%;
    margin-left: -595px;
    color: #fff;
}

.ca3 .cbox .tt {
    text-align: center;
}

.ca3 .cbox .ctp {
    margin-top: 85px;
}

.ca3 .cbox .ctp {
    min-width: 430px;
}

.ca3 .cbox .ctp .clt {
    display: block;
    width: 300px;
    float: left;
}

.ca3 .cbox .ctp .clt .cx span {
    display: block;
    width: 100%;
    line-height: 70px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.ca3 .cbox .ctp .clt .cx span.act {
    background: #0fa38c;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.ca3 .cbox .ctp .crt {
    display: block;
    width: calc(100% - 360px);
    float: right;
    min-height: 450px;
    position: relative;
}

.ca3 .cbox .ctp .crt li {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    padding: 40px 55px;
    display: none;
}

.ca3 .cbox .ctp .crt li.act {
    left: 0;
    opacity: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.ca3 .cbox .ctp .crt li .ltt {
    margin: 15px 0 20px;
    line-height: 1.5;
}

.ca3 .cbox .ctp .crt li .ltc {
    line-height: 30px;
    text-align: justify;
}

.ca3 .cbox .ctp .crt li .lxq {
    margin-top: 40px;
}

.ca3 .cbox .ctp .crt li .lxq .lxq_a {
    width: 23%;
    float: left;
    text-align: justify;
    margin-right: 2.66%;
}

.ca3 .cbox .ctp .crt li .lxq .lxq_a:last-child {
    margin-right: 0;
}

.ca3 .cbox .ctp .crt li .lxq .lxq_a .lxtt {
    margin: 20px 0 10px;
}

.ca3 .cbox .ctp .crt li .lxq .lxq_a .lxtc {
    line-height: 1.5;
}

.ca4 {
    position: relative;
}

.ca4 .img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 850px;
}

.ca4 .mimg {
    display: none;
}

.ca4 .img img {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(1);
    -webkit-transform: translateX(-50%) scale(1);
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    max-width: 1920px;
}

.ca4 .img img.act {
    opacity: 1;
}

.ca4 .cbox {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding-top: 100px;
}

.ca4 .cbox .tt {
    text-align: center;
}

.ca4 .cbox .clt {
    width: 50%;
    float: left;
    margin-top: 90px;
}

.ca4 .cbox .clt .cltxx {
    display: none;
}

.ca4 .cbox .clt .cimg {
    width: 48.8%;
    float: left;
    position: relative;
}

.ca4 .cbox .clt .cimg img {
    display: block;
    width: 100%;
}

.ca4 .cbox .clt .cimg a {
    display: block;
    width: 70px;
    border-bottom: 1px solid #333;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: 15%;
}

.ca4 .cbox .clt .cimg a:hover {
    color: #0068b7;
    border-bottom: 1px solid #0068b7;
}

.ca4 .cbox .clt .txt {
    width: 50%;
    float: left;
    padding: 0 5%;
}

.ca4 .cbox .clt .txt .ctt {
    position: relative;
    line-height: 1.5;
}

.ca4 .cbox .clt .txt .ctt s {
    display: block;
    width: 12px;
    height: 18px;
    position: absolute;
    top: 3px;
    left: -20px;
}

.ca4 .cbox .clt .txt .ctc {
    line-height: 24px;
    color: #999;
    margin: 5px 0 30px;
    text-align: justify;
}

.ca4 .cbox .abtn {
    position: absolute;
    width: 100%;
    line-height: 100px;
    background: #e5e5e5;
    left: 0;
    bottom: 50px;
}

.ca4 .cbox .abtn .abtn_a {
    display: block;
    width: 25%;
    float: left;
    text-align: center;
    color: #999;
    border-right: 1px solid #cfcfcf;
    cursor: pointer;
}

.ca4 .cbox .abtn .abtn_a span {
    color: #999;
}

.ca4 .cbox .abtn .abtn_a.act {
    background: #02a28a;
    color: #fff;
}

.ca4 .cbox .abtn .abtn_a.act span {
    color: #fff;
}

.ca5 {
    padding: 100px 0 135px;
    text-align: center;
}

.ca5 .abtn {
    margin: 100px 0 50px;
}

.ca5 .abtn span {
    width: 16.66%;
    display: block;
    float: left;
    cursor: pointer;
}

.ca5 .abtn span.act {
    color: #0068b7;
}

.ca5 .xbox {
    position: relative;
}

.ca5 .xbox .swiper4 {
    padding-bottom: 80px;
    display: none;
}

.ca5 .xbox .swiper4 .swiper-slide .sbox {
    position: relative;
    overflow: hidden;
}

.ca5 .xbox .swiper4 .swiper-slide .sbox .img,
.ca5 .xbox .swiper4 .swiper-slide .sbox .img img {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #f5f5f7;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.ca5 .xbox .swiper4 .swiper-slide .sbox .img {
    padding: 24%;
}


.ca5 .xbox .swiper4 .swiper-slide .sbox .stt {
    margin: 30px 0 10px;
}

.ca5 .xbox .swiper4 .swiper-slide .sbox .stc {
    color: #999;
}

.ca5 .xbox .swiper4 .swiper-slide .sbox a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.ca5 .xbox .swiper4 .snox {
    display: flex;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 27px;
    justify-content: center;
}

.ca5 .xbox .swiper4 .snox * {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.ca5 .xbox .swiper4 .snox .prev4 {
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
}

.ca5 .xbox .swiper4 .snox .next4 {
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
}

.ca5 .xbox .swiper4 .snox .pagination4 {
    position: static;
    margin: 0 20px;
    padding-top: 5px;
}

.ca5 .xbox .swiper4 .swiper-slide .sbox:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.ca5 .xbox .swiper4 .snox .pagination4 span {
    opacity: 0.5;
    margin: 0 5px;
}

.ca5 .xbox .swiper4 .snox .pagination4 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0068b7;
}

.ca6 {
    position: relative;
    height: 850px;
    overflow: hidden;
}

.ca6 > img {
    height: 100%;
    max-width: 1920px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.ca6 .cbox {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 2;
    width: 100%;
}

.ca6 .cbox .tt {
    text-align: center;
}

.ca6 .cbox .clt {
    width: 690px;
    float: left;
    text-align: justify;
    padding-top: 80px;
}

.ca6 .cbox .clt .ctt {
    margin: 40px 0 30px;
}

.ca6 .cbox .clt .ctc {
    color: #666;
    line-height: 2;
}

.ca6 .cbox .clt .ewm {
    margin: 30px 0;
}

.ca6 .cbox .clt .ewm .img {
    float: left;
    text-align: center;
    color: #999;
    font-size: 12px;
    margin-right: 30px;
}

.ca6 .cbox .clt .ewm .img img {
    margin-bottom: 10px;
}

.ca7 {
    padding: 100px 0 110px;
    background-size: cover;
}

.ca7 .tt {
    text-align: center;
}

.ca7 .ul1 {
}

.ca7 .ul1 li {
    width: 30.55%;
    height: 235px;
    float: left;
    padding: 35px 40px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.3);
    margin-right: 4.175%;
    margin-top: 60px;
}

.ca7 .ul1 li:nth-child(3n) {
    margin-right: 0;
}

.ca7 .ul1 li .ltt {
    line-height: 46px;
}

.ca7 .ul1 li .ltt img {
    display: block;
    width: 46px;
    float: left;
    margin-right: 10px;
}

.ca7 .ul1 li .ltc {
    color: #666;
    line-height: 24px;
    text-align: justify;
    margin-top: 20px;
    height: 96px;
    overflow: hidden;
}

.ca8 {
    padding: 100px 0 150px;
}

.ca8 .tt {
    text-align: center;
}

.ca8 .swiper5 {
    padding: 50px 0 80px;
}

.ca8 .swiper5 .swiper-slide .sbox {
    position: relative;
    overflow: hidden;
}

.ca8 .swiper5 .swiper-slide .sbox .img,
.ca8 .swiper5 .swiper-slide .sbox .img img {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #f5f5f7;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.ca8 .swiper5 .swiper-slide .sbox .stt {
    line-height: 70px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    padding: 0 15px;
}

.ca8 .swiper5 .swiper-slide .sbox .stc {
    color: #999;
}

.ca8 .swiper5 .swiper-slide .sbox a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.ca8 .swiper5 .snox {
    display: flex;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 27px;
    justify-content: center;
}

.ca8 .swiper5 .snox * {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.ca8 .swiper5 .snox .prev5 {
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
}

.ca8 .swiper5 .snox .next5 {
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
}

.ca8 .swiper5 .snox .pagination5 {
    position: static;
    margin: 0 20px;
    padding-top: 5px;
}

.ca8 .swiper5 .swiper-slide .sbox:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.ca8 .swiper5 .snox .pagination5 span {
    opacity: 0.5;
    margin: 0 5px;
}

.ca8 .swiper5 .snox .pagination5 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0068b7;
}

/* 网络营销 */

.banner .btp {
    position: absolute;
    width: 100%;
    top: 25px;
    left: 0;
    z-index: 3;
}

.banner .btp * {
    color: #fff;
}

.ny_nav {
    position: relative;
    z-index: 5;
    line-height: 60px;
}

.ny_nav .an {
    background: #fff;
    text-align: center;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 5px #ddd;
    -webkit-box-shadow: 0px 2px 5px #ddd;
    box-shadow: 0px 2px 5px #ddd;
}

.ny_nav .an a {
    display: block;
    float: left;
    position: relative;
    width: 24.66%;
    color: #666;
}

.contact_us .an a {
    width: 32.66%;

}

.ny_nav .an a:after {
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background: #ddd;
    right: 0;
    top: 50%;
    margin-top: -5px;
}

.ny_nav .an a:last-child:after {
    display: none;
}

.ny_nav .an a.act,
.ny_nav .an a:hover {
    color: #0068b7;
    background-color: rgba(214, 214, 214, .5);
}

.xx_nav .an a {
    width: 14.285%;
}

.ne1 {
    padding: 50px 0 100px;
}

.ne1 .abtn {
    display: flex;
    justify-content: center;
}

.ne1 .abtn a {
    display: block;
    cursor: pointer;
    padding: 16px 25px;
    margin: 0 20px;
    background: #f3f3f3;
    border-radius: 5px;
}

.ne1 .abtn a.act,
.ne1 .abtn a:hover {
    background: #0068b7;
    color: #fff;
}

.ne1 .tt {
    text-align: center;
    margin: 50px 0;
}

.ne1 .tc {
    text-align: justify;
    line-height: 1.8;
    color: #666;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
}

.ne1 .tc2 {
    border-left: 4px solid #0068b7;
    line-height: 20px;
    padding-left: 20px;
}

.ne1 .tc2 a {
    display: inline-block;
    margin: 0 40px 0 10px;
    color: #0068b7;
}

.ne1 .tc3 {
    margin-top: 70px;
}

.ne1 .tc3 .tlt {
    width: calc(100% - 860px);
    float: left;
}

.ne1 .tc3 .tlt .tbtn {
    margin-bottom: 20px;
}

.ne1 .tc3 .tlt .tbtn span {
    display: block;
    float: left;
    width: 22%;
    line-height: 36px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #ddd;
    margin-right: 4%;
    margin-bottom: 20px;
    cursor: pointer;
}

.ne1 .tc3 .tlt .tbtn span:nth-child(4n) {
    margin-right: 0;
}

.ne1 .tc3 .tlt .tbtn span.act,
.ne1 .tc3 .tlt .tbtn span:hover {
    background: #0068b7;
    border: 1px solid #0068b7;
    color: #fff;
}

.ne1 .tc3 .tlt .txbox {
    width: 100%;
    height: 445px;
    border: 1px solid #ddd;
    padding: 50px 40px;
}

.ne1 .tc3 .tlt .txbox dl {
    width: 100%;
    height: 360px;
    overflow: auto;
    padding-right: 30px;
    display: none;
}

.ne1 .tc3 .tlt .txbox dl:nth-child(1) {
    display: block;
}

.ne1 .tc3 .tlt .txbox dl::-webkit-scrollbar {
    width: 4px;
}

.ne1 .tc3 .tlt .txbox dl::-webkit-scrollbar-thumb {
    background: #0068b7;
}

.ne1 .tc3 .tlt .txbox dl::-webkit-scrollbar-track {
    background: #ddd;
}

.ne1 .tc3 .tlt .txbox dl dt {
    display: block;
    margin-bottom: 50px;
}

.ne1 .tc3 .tlt .txbox dl dd {
    margin-bottom: 45px;
}

.ne1 .tc3 .tlt .txbox dl dd .dtt {
    display: block;
    border-left: 2px solid #0068b7;
    padding-left: 10px;
    line-height: 1.4;
}

.ne1 .tc3 .tlt .txbox dl dd .dtc {
    color: #999;
    line-height: 1.5;
    margin-top: 10px;
}

.shouji {
    display: none;
}

.ne1 .tc3 .tlt .txbox2 {
    display: none;
}

.ne1 .tc3 .trt {
    width: 760px;
    float: right;
    position: relative;
}

.ne1 .tc3 .trt > img {
    display: block;
    width: 100%;
}

.ne1 .tc3 .trt .img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100%;
}

.ne1 .tc3 .trt .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.ne1 .tc3 .trt .img img.act {
    opacity: 1;
}

.ne1 .tc3 .trt .ditu {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.ne1 .tc3 .trt .ditu li {
    display: block;
    position: absolute;
    text-align: center;
    cursor: pointer;
    line-height: 22px;
}

.ne1 .tc3 .trt .ditu li s {
    display: block;
    width: 16px;
    height: 22px;
    position: absolute;
    top: 0px;
    left: -20px;
}

.ne1 .tc3 .trt .ditu li.act {
    font-weight: bold;
}

.ne1 .tc3 .trt .ditu li:nth-child(1) {
    top: 380px;
    left: 630px;
}

.ne1 .tc3 .trt .ditu li:nth-child(2) {
    top: 310px;
    left: 620px;
}

.ne1 .tc3 .trt .ditu li:nth-child(3) {
    top: 340px;
    left: 580px;
}

.ne1 .tc3 .trt .ditu li:nth-child(4) {
    top: 270px;
    left: 580px;
}

.ne1 .tc3 .trt .ditu li:nth-child(5) {
    top: 430px;
    left: 600px;
}

.ne1 .tc3 .trt .ditu li:nth-child(6) {
    top: 470px;
    left: 520px;
}

.ne1 .tc3 .trt .ditu li:nth-child(7) {
    top: 400px;
    left: 560px;
}

.ne1 .tc3 .trt .ditu li:nth-child(8) {
    top: 200px;
    left: 560px;
}

.ne1 .tc3 .trt .ditu li:nth-child(9) {
    top: 300px;
    left: 460px;
}

.ne1 .tc3 .trt .ditu li:nth-child(10) {
    top: 240px;
    left: 550px;
}

.ne1 .tc3 .trt .ditu li:nth-child(11) {
    top: 180px;
    left: 650px;
}

.ne1 .tc3 .trt .ditu li:nth-child(12) {
    top: 410px;
    left: 490px;
}

.ne1 .tc3 .trt .ditu li:nth-child(13) {
    top: 310px;
    left: 520px;
}

.ne1 .tc3 .trt .ditu li:nth-child(14) {
    top: 335px;
    left: 645px;
}

.ne1 .tc3 .trt .ditu li:nth-child(15) {
    top: 450px;
    left: 330px;
}

.ne1 .tc3 .trt .ditu li:nth-child(16) {
    top: 350px;
    left: 370px;
}

.ne1 .tc3 .trt .ditu li:nth-child(17) {
    top: 350px;
    left: 500px;
}

.ne1 .tc3 .trt .ditu li:nth-child(18) {
    top: 140px;
    left: 690px;
}

.ne1 .tc3 .trt .ditu li:nth-child(19) {
    top: 250px;
    left: 500px;
}

.ne1 .tc3 .trt .ditu li:nth-child(20) {
    top: 360px;
    left: 450px;
}

.ne1 .tc3 .trt .ditu li:nth-child(21) {
    top: 470px;
    left: 450px;
}

.ne1 .tc3 .trt .ditu li:nth-child(22) {
    top: 220px;
    left: 580px;
}

.ne1 .tc3 .trt .ditu li:nth-child(23) {
    top: 200px;
    left: 460px;
}

.ne1 .tc3 .trt .ditu li:nth-child(24) {
    top: 430px;
    left: 420px;
}

.ne1 .tc3 .trt .ditu li:nth-child(25) {
    top: 80px;
    left: 690px;
}

.ne1 .tc3 .trt .ditu li:nth-child(26) {
    top: 540px;
    left: 470px;
}

.ne1 .tc3 .trt .ditu li:nth-child(27) {
    top: 455px;
    left: 650px;
}

.ne1 .tc3 .trt .ditu li:nth-child(28) {
    top: 500px;
    left: 540px;
}

.ne1 .tc3 .trt .ditu li:nth-child(29) {
    top: 150px;
    left: 150px;
}

.ne1 .tc3 .trt .ditu li:nth-child(30) {
    top: 290px;
    left: 400px;
}

.ne1 .tc3 .trt .ditu li:nth-child(31) {
    top: 250px;
    left: 430px;
}

.ne1 .tc3 .trt .ditu li:nth-child(32) {
    top: 270px;
    left: 280px;
}

.ne1 .tc3 .trt .ditu li:nth-child(33) {
    top: 520px;
    left: 500px;
}

.ne1 .tc3 .trt .ditu li:nth-child(34) {
    top: 300px;
    left: 150px;
}

.ne1 .tc5 {
}

.ne1 .tc5 .tc_tt {
    margin-bottom: 35px;
}

.ne1 .tc5 .ul1 {
}

.ne1 .tc5 .ul1 li {
    width: 16%;
    float: left;
    background: #fff;
    overflow: hidden;
    margin-right: 5%;
    margin-bottom: 50px;
    -moz-box-shadow: 0px 2px 5px #ddd;
    -webkit-box-shadow: 0px 2px 5px #ddd;
    box-shadow: 0px 2px 5px #ddd;
}

.ne1 .tc5 .ul1 li:nth-child(5n) {
    margin-right: 0;
}

.ne1 .tc6 {
    border-top: 1px solid #eee;
    padding-top: 50px;
}


/* 问题 */

.qa1 {
}

.qa1 .tt {
    text-align: center;
    margin: 60px 0 50px;
}

.qa1 .qtop {
}

.qa1 .qtop .qlt {
    width: 68%;
    float: left;
    padding-bottom: 90px;
}

.qa1 .qtop .qlt .q_t1 {
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.qa1 .qtop .qlt .q_t1 .sp1 {
    width: 84px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    float: left;
}

.qa1 .qtop .qlt .q_t1 select {
    display: block;
    width: 235px;
    height: 50px;
    padding: 0 20px;
    float: left;
    margin: 0 0 0 10px;
    border: 1px solid #ddd;
}

.qa1 .qtop .qlt .q_t1 .qsp2 {
    width: calc(100% - 360px);
    float: right;
    height: 50px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.qa1 .qtop .qlt .q_t1 .qsp2 span {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    border-right: 1px solid #ddd;
}

.qa1 .qtop .qlt .q_t1 .qsp2 input {
    display: block;
    width: calc(100% - 180px);
    float: left;
    padding: 0 20px;
    border: 0;
    outline: none;
    height: 50px;
}

.qa1 .qtop .qlt .q_t1 .qsp2 a {
    display: block;
    width: 130px;
    float: right;
    text-align: center;
    line-height: 50px;
    background: #f3f3f3;
    border-left: 1px solid #ddd;
}

.qa1 .qtop .qlt .q_t1 .qsp2 a:hover {
    background: #0fa38c;
    color: #fff;
}

.qa1 .qtop .qlt .ul1 {
    margin-bottom: 50px;
}

.qa1 .qtop .qlt .ul1 li {
    padding: 50px 0 30px;
    border-bottom: 1px solid #ddd;
}

.qa1 .qtop .qlt .ul1 li .ltp {
    padding-left: 30px;
    line-height: 26px;
    position: relative;
}

.qa1 .qtop .qlt .ul1 li .lbt {
    padding-left: 30px;
    line-height: 26px;
    color: #999;
    margin-top: 20px;
    position: relative;
}

.qa1 .qtop .qlt .ul1 li .ltp .q,
.qa1 .qtop .qlt .ul1 li .lbt .q {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 26px;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    font-family: arial;
}

.qa1 .qtop .qlt .ul1 li .lbt .f_18 {
    color: #666;
    margin-bottom: 10px;
}

.qa1 .qtop .qlt .ul1 li .lbt2 .lbt2_img {
    width: 170px;
    float: left;
    color: #333;
    font-weight: bold;
    font-size: 14px;
}

.qa1 .qtop .qlt .ul1 li .lbt2 .lbt2_img img {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    cursor: pointer;
}

.qa1 .qtop .qlt .ul1 li .lbt2 .lbt2_txt {
    width: calc(100% - 190px);
    float: right;
}

.qa1 .qtop .qrt {
    width: 25%;
    float: right;
}

.qa1 .qtop .qrt img {
    display: block;
    width: 100%;
}

.qa1 .qtop .qrt .txt {
    padding: 20px;
    border: 1px solid #ddd;
}

.qa1 .qtop .qrt .txt .qtc {
    margin-top: 20px;
    text-align: center;
    color: #999;
}

.qa1 .qtop .qrt .txt .qtc span {
    display: block;
    margin: 10px 20px 0 0;
    line-height: 1.5;
    float: left;
    cursor: pointer;
}

.qa1 .qtop .qrt .txt .qtc span.act {
    color: #333;
}

.qa1 .qtop .qrt .txt .qtc span:hover {
    color: #0fa38c;
}

/* 真伪查询 */

.qu1 {
    padding: 60px 0 50px;
    text-align: center;
}

.qu1 .tc {
    margin: 30px 0 50px;
    color: #999;
    line-height: 1.5;
}

.qu1 .dl1 {
}

.qu1 .dl1 dt {
    background: #0fa38c;
    color: #fff;
    margin-bottom: 10px;
}

.qu1 .dl1 dt span {
    display: block;
    width: 23%;
    float: left;
    color: #fff;
    line-height: 60px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.qu1 .dl1 dt span:nth-child(3) {
    width: 54%;
}

.qu1 .dl1 dd {
    border: 1px solid #ddd;
    color: #555;
}

.qu1 .dl1 dd span {
    display: block;
    width: 23%;
    float: left;
    line-height: 1.8;
    text-align: justify;
    border-right: 1px solid #ddd;
}

.qu1 .dl1 dd span .s {
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
}

.qu1 .dl1 dd span .s:last-child {
    border: 0;
}

.qu1 .dl1 dd span .s:nth-child(2n) {
    background: #f8f8f8;
}

.qu1 .dl1 dd span.sp2 {
    text-align: center;
    line-height: 443px;
}

.qu1 .dl1 dd span.sp3 {
    padding: 40px;
    text-align: justify;
    background: #f8f8f8;
    width: 54%;
    line-height: 2;
    border: 0;
    height: 443px;
}

.qu1 .dl1 dd span.sp3 .fbd {
    display: inline-block;
}

.qu2 {
    padding: 50px 0 90px;
    background: #f9f9f9;
}

.qu2 .tt {
    text-align: center;
}

.qu2 .tc {
    color: #555;
    margin: 45px 0 20px;
}

.qu2 .ul1 {
    border: 1px solid #ddd;
    background: #f5f5f5;
    padding: 40px 0;
}

.qu2 .ul1 li {
    width: 45%;
    float: left;
    padding: 0 60px;
    border-right: 1px solid #ddd;
    color: #555;
}

.qu2 .ul1 li .ltt {
    color: #0fa38c;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 2px solid #0fa38c;
}

.qu2 .ul1 li .ltc span {
    width: 70px;
    float: left;
    line-height: 30px;
}

.qu2 .ul1 li .ltc input {
    display: block;
    float: left;
    width: calc(100% - 200px);
    height: 30px;
    padding: 0 20px;
    border: 1px solid #ddd;
    outline: none;
}

.qu2 .ul1 li .cx {
    width: 120px;
    line-height: 36px;
    text-align: center;
    display: block;
    margin: 25px 0 0 70px;
    text-align: center;
    background: #0fa38c;
    color: #fff;
}

.qu2 .ul1 li .cx:hover {
    background: #02a28a;
}

.qu2 .ul1 li.li2 {
    border: 0;
}

.qu2 .ul1 li.li2 .ltc2 {
    line-height: 1.5;
    margin: 40px 0 25px;
}

.qu2 .ul1 li.li2 .ltc3 {
    display: block;
    line-height: 24px;
    padding-left: 30px;
    color: #555;
}

/* 关于我们 */

.ab1 .an a {
    width: 20%;
}

.ab1 {
    padding: 70px 0 90px;
    text-align: center;
    color: #999;
}

.ab1 .tt {
    color: #333;
    margin: 25px 0 50px;
}

.ab1 .tc {
    text-align: justify;
    line-height: 1.8;
}
.ab1 .ab-content{
    text-align: center !important;
}
.ab1 .ab-content img{
    display: unset;
}
.ab2 {
    padding: 40px 0;
    background: url(../img/5_2.png) center no-repeat;
    background-size: cover;
}

.ab2 .ul1 {
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
}

.ab_ct {
    padding: 40px 0;
    width: 100%;
    margin: 0 auto;
}

.ab_ct .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.ab_ct .col-md-12, .ab_ct .col-md-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.ab_ct .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.ab_ct .form-group {
    margin-bottom: 20px
}

.ab_ct label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.ab_ct textarea {
    height: auto;
}

.ab_ct .form-control {
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: none;
    border: 1px solid #dadada;
    padding: 5px 20px;
    background: none;
    color: #959595;
    font-size: 14px;
    border-radius: 0;
}

.ab_ct .form-control:focus {
    box-shadow: none;
    border: 1px solid #02a28a !important;
}


.ab_ct .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.ab_ct .d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.ab_ct .mr-3 {
    margin-right: 1rem !important
}

.ab_ct .btn-primary {
    border: 0;
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    transition: 350ms;
    font-size: 14px;
}

.ab_ct .btn:active, .ab_ct .btn:focus {
    box-shadow: none !important;
}

.ab_ct .btn-primary {
    /*background: #02a28a;*/
    background: #0068b7;
}

.ab_ct .btn-primary:hover {
    background: #02a28a;
    color: #fff;
}

.ab_ct .btn-primary {
    padding: 12px 25px !important;
    font-size: 13px;
    border-radius: 3px;
    line-height: normal;
    text-transform: capitalize;
    color: #fff;
    margin-top: 5px;
}

.ab2 .ul1 li {
    width: 29%;
    float: left;
    padding: 105px 60px 0;
    height: 430px;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    margin-right: 6.5%;
    border-radius: 10px;
}

.ab2 .ul1 li:last-child {
    margin-right: 0;
}

.ab2 .ul1 li .len {
    color: #666;
    margin: 20px 0 45px;
}

.ab2 .ul1 li .ltc {
    line-height: 1.8;
    color: #999;
}

.ab2 .ul1 li:hover {
    background: #02a28a;
}

.ab2 .ul1 li:hover div {
    color: #fff;
}

.ab3 {
    padding: 100px 0 90px;
    text-align: center;
}

.ab3 .en {
    color: #999;
}

.ab3 .tt {
    margin: 30px 0 50px;
}

.ab3 .ul1 {
}

.ab3 .ul1 li {
    margin-top: 50px;
    height: 200px;
    background: #f3f3f3;
    text-align: justify;
}

.ab3 .ul1 li .img {
    display: block;
    width: 50%;
    height: 200px;
    float: left;
    overflow: hidden;
}

.ab3 .ul1 li .img img {
    height: 100%;
}

.ab3 .ul1 li .txt {
    width: 50%;
    float: right;
    padding: 30px 50px;
}

.ab3 .ul1 li .txt .ltc {
    line-height: 2;
    color: #666;
    margin-top: 20px;
}

.ab3 .ul1 li:nth-child(2n) .img {
    float: right;
}

.ab3 .ul1 li:nth-child(2n) {
    text-align: right;
}

/* 历史 */

.hi1 .abtn a {
    border-radius: 30px;
    width: 190px;
    padding-left: 20px;
}

.hi2 {
    position: relative;
    background-size: cover;
}

.hi2 .swiper7 {
    width: 100%;
    padding-bottom: 120px;
}

.hi2 .swiper7_2 {
    padding-bottom: 0;
}

.hi2 .swiper7 .swiper-slide {
    width: 100%;
    overflow: hidden;
}

.hi2 .swiper7 .sbox {
    text-align: justify;
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
}

.hi2 .swiper7 .sbox .txt {
    width: 490px;
    float: left;
    line-height: 2;
    color: #666;
}

.hi2 .swiper7 .sbox .txt .stt {
    font-size: 90px;
    line-height: 1;
    margin-bottom: 20px;
}

.hi2 .swiper7 .sbox .txt .stc {
    max-height: 300px;
    padding-right: 10px;
    overflow: auto;
}

.hi2 .swiper7 .sbox .txt .stc::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}

.hi2 .swiper7 .sbox .txt .stc::-webkit-scrollbar-thumb {
    background: #0068b7;
}

.hi2 .swiper7 .sbox .txt .stc::-webkit-scrollbar-track {
    background: #ddd;
}

.hi2 .swiper7 .sbox .simg {
    display: block;
    float: right;
    width: 530px;
    float: right;
    padding-top: 20px;
}

.hi2 .swiper7 .sbox .img {
    position: relative;
    background: #fff;
}

.hi2 .swiper7 .sbox .img img {
    display: block;
    position: relative;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    height: 320px;
}

.hi2 .swiper7 .sbox .img2 img {
    height: 420px;
}

.hi2 .swiper7 .pagination7 {
    display: none;
}

.hi2 .prev7 {
    width: 60px;
    height: 60px;
    background: #ccc;
    left: 0;
    margin-top: -90px;
}

.hi2 .prev7:hover {
    background: #0068b7;
}

.hi2 .next7 {
    width: 60px;
    height: 60px;
    background: #ccc;
    right: 0;
    margin-top: -90px;
}

.hi2 .next7:hover {
    background: #0068b7;
}

.hi2 .swiper7 .sbox .txt2 {
    width: 555px;
}

.hi2 .swiper7 .sbox .img2 {
    background: transparent;
    position: relative;
    z-index: 3;
}

.hi2 .swiper7 .sbox .simg2 {
    width: 450px;
}

.hi2 .swiper7 .sbox .year {
    position: absolute;
    font-weight: bold;
    font-size: 330px;
    color: #e5e6e7;
    opacity: 0.5;
    right: -150px;
    bottom: -150px;
}

.hi3 {
    padding: 0 0 50px;
    text-align: center;
}

.hi3_2 {
    margin-top: -10px;
    position: relative;
    z-index: 2;
}

.hi3 .xian {
    display: block;
    width: 100%;
    height: 12px;
    margin-bottom: 20px;
}

.hi3 .swiper8 {
}

.hi3 .swiper8 .swiper-slide {
    width: 102px;
    cursor: pointer;
}

.hi3 .swiper8 .sbox {
    width: 100%;
    line-height: 50px;
    color: #666;
}

.hi3 .swiper8 .swiper-slide-active .sbox {
    color: #333;
    font-size: 18px;
}

/* 社会责任 */

.banner .txt .tc_1 {
    margin-top: -50px;
    color: rgba(255, 255, 255, 0.8);
}

.du1 {
    padding-bottom: 50px;
}

.du1 .abtn a {
    width: 190px;
    padding-left: 20px;
}

.du2 .tt {
    text-align: center;
}

.du2 .tc {
    text-align: justify;
    padding: 40px 0 50px;
    color: #999;
    line-height: 1.8;
}

.du3 {
    padding: 65px 0;
    background-size: cover;
    text-align: center;
}

.du3 .ul1 {
}

.du3 .ul1 li {
    width: 32%;
    float: left;
    margin-right: 2%;
    padding: 150px 40px;
    height: 560px;
    background: #fff;
    border-radius: 10px;
    line-height: 1.5;
}

.du3 .ul1 li:last-child {
    margin-right: 0;
}

.du3 .ul1 li .xian {
    display: block;
    width: 60px;
    height: 2px;
    background: #02a28a;
    margin: 50px auto;
}

.du3 .ul1 li .ltc {
    text-align: justify;
    line-height: 1.8;
    color: #666;
}

.du3 .ul1 li:hover {
    background: #02a28a;
}

.du3 .ul1 li:hover div {
    color: #fff;
}

.du3 .ul1 li:hover .xian {
    background: #fff;
}

/* 公益 */

.du4 {
    background: #f7f7f7;
    padding: 50px 0 100px;
}

.du4 .tt {
    text-align: center;
    margin-bottom: 50px;
}

.du4 .swiper9 {
    padding-bottom: 40px;
}

.du4 .swiper9 .sbox {
    padding: 20px 12px;
}

.du4 .swiper9 .sbox a {
    display: block;
    background: #fff;
}

.du4 .swiper9 .sbox a .img,
.du4 .swiper9 .sbox a .img img {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.du4 .swiper9 .sbox a .txt {
    padding: 40px 30px;
}

.du4 .swiper9 .sbox a .txt .stt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.du4 .swiper9 .sbox a .txt .stc {
    line-height: 1.8;
    color: #666;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;
}

.du4 .swiper9 .sbox a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}


/* 新闻 */

.banner2 {
    background: #fff;
}

.banner2 .bnav {
    padding: 20px 0 40px;
    color: #999;
}

.banner2 .bnav span {
    color: #333;
}

.banner2 .en {
    line-height: 1.3;
    margin-bottom: 10px;
}

.banner2 .abtn {
    margin-top: 60px;
}

.banner2 .abtn a {
    display: block;
    float: left;
    margin-right: 65px;
    padding-bottom: 18px;
    border-bottom: 4px solid #f2f2f2;
}

.banner2 .abtn a.act {
    border-bottom: 4px solid #0068b7;
}

.new1 {
    padding: 60px 0 90px;
}

.new1 .nlt {
    width: 68%;
    float: left;
}

.new1 .nlt .ul1 {
}

.new1 .nlt .ul1 li {
    position: relative;
    top: 0;
    border-bottom: 1px solid #eee;
    padding: 30px 10px;
}

.new1 .nlt .ul1 li a {
    display: block;
}

.new1 .nlt .ul1 li .img {
    float: left;
}

.new1 .nlt .ul1 li .img,
.new1 .nlt .ul1 li .img img {
    display: block;
    width: 320px;
    overflow: hidden;
    position: relative;
}

.new1 .nlt .ul1 li .img img {
    height: 180px;
}

.new1 .nlt .ul1 li .img s {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0);
    background-size: 60px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.new1 .nlt .ul1 li .txt {
    width: calc(100% - 350px);
    float: right;
}

.new1 .nlt .ul1 li .txt .ltt {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.new1 .nlt .ul1 li .txt .ltc {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666;
    margin: 20px 0;
}

.new1 .nlt .ul1 li:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(0, 0px, -2px);
    transform: translate3d(0, 1px, -2px);
}

.new1 .nrt {
    width: 25%;
    float: right;
    padding: 30px 28px;
    border: 1px solid #ddd;
}

.new1 .nrt .swiper10 {
    padding: 20px 0 40px;
    max-width: 300px;
}

.new1 .nrt .swiper10 .swiper-slide {
    overflow: hidden;
}

.new1 .nrt .swiper10 a {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.new1 .nrt .swiper10 a .at {
    display: block;
    position: absolute;
    width: 100%;
    line-height: 30px;
    left: 0;
    bottom: -30px;
    z-index: 2;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.new1 .nrt .swiper10 a:hover .at {
    bottom: 0;
}

.new1 .nrt .swiper10 .img,
.new1 .nrt .swiper10 img {
    display: block;
    width: 100%;
}

.new1 .nrt .swiper10 img,
.news_content .nrt .swiper10 a {
    height: 150px;
}

.news_content .nrtp a img {
    height: 195px;
    width: 100%;
}

.new1 .nrt .swiper10 .pagination10 {
    text-align: left;
}

.new1 .nrt .swiper10 .pagination10 .swiper-pagination-bullet-active {
    background: #0068b7;
}

.new1 .nrt .abtn a {
    display: block;
    line-height: 1.5;
    margin-top: 30px;
}

.new1 .nrt .abtn a:hover {
    color: #0068b7;
}

/* 新闻详情 */

.news_details {
    padding-top: 20px;
    color: #999;
}

.news_details span {
    color: #333;
}

.news_content {
}

.news_content p, .news_content h4, .news_content h2 {
    line-height: 2.5em;
    margin: 1em 0;

}

.news_content h4, .news_content h2 {
    font-size: 20px;
    text-align: center;
}

.news_content h2 {
    margin: 1em 0;
}

.news_content .nlt {
    width: 68%;
    float: left;
    padding: 50px 0;
    text-align: justify;
    line-height: 1.5;
}

.news_content .nlt .nfx {
    margin: 30px 0 80px;
    color: #666;
}

.news_content .nlt .ntc {
    color: #666;
    line-height: 1.8;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.news_content .nlt .ntc video {
    width: 720px;
    height: 480px;
}

.news_content .nlt .ntc img, .news_content .nlt .ntc video {
    display: block;
    margin: 0.5em auto;
    width: 100%;
}

.news_content .nlt .nbtn {
    position: relative;
}

.news_content .nlt .nbtn a {
    display: block;
    margin-bottom: 30px;
    line-height: 1;
    width: calc(100% - 150px);
}

.news_content .nlt .nbtn a:hover {
    color: #0068b7;
}

.news_content .nlt .nbtn a.fh {
    position: absolute;
    width: 130px;
    line-height: 40px;
    background: #0068b7;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 5px;
    text-align: center;
}

.news_content .nrtx {
    width: 25%;
    float: right;
    padding-top: 50px;
}

.news_content .nrt {
    padding: 30px 28px;
    border: 1px solid #ddd;
}

.news_content .nrt .swiper10 {
    padding: 20px 0 40px;
    max-width: 300px;
}

.news_content .nrt .swiper10 .swiper-slide {
    overflow: hidden;
}

.news_content .nrt .swiper10 a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.news_content .nrt .swiper10 .img,
.news_content .nrt .swiper10 .img img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.news_content .nrt .swiper10 a .at {
    display: block;
    position: absolute;
    width: 100%;
    line-height: 30px;
    left: 0;
    bottom: -30px;
    z-index: 2;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.news_content .nrt .swiper10 a:hover .at {
    bottom: 0;
}

.news_content .nrt .swiper10 .pagination10 {
    text-align: left;
}

.news_content .nrt .swiper10 .pagination10 .swiper-pagination-bullet-active {
    background: #0068b7;
}

.news_content .nrt .abtn a {
    display: block;
    line-height: 1.5;
    margin-top: 30px;
}

.news_content .nrt .abtn a:hover {
    color: #0068b7;
}

.news_content .nrtp {
    border: 1px solid #ddd;
    margin-bottom: 40px;
    text-align: justify;
}

.news_content .nrtp .txt {
    padding: 30px;
}

.news_content .nrtp a {
    display: block;
}

.news_content .nrtp .txt .ntc {
    line-height: 1.5;
    margin-top: 20px;
}


.news_content .nrtp .txt .more {
    display: block;
    width: 140px;
    line-height: 40px;
    border: 1px solid #666;
    border-radius: 5px;
    text-align: center;
    margin-top: 30px;
}

.news_content .nrtp a:hover .txt .more {
    background: #0068b7;
    color: #fff;
    border: 1px solid #0068b7;
    color: #fff;
}

.news_content .nrtp a:hover .txt .ntc {
    color: #0068b7;
}

#news_p p {
    /*text-align:left;*/
    margin-top: 0;
    margin-bottom: 0;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-stretch: normal;
    font-size: 18px;
    white-space: normal;
    line-height: 2em;
}

/* 搜索 */

.se1 {
    text-align: center;
    padding: 50px 0;
}

.se2 {
    padding: 0 0 100px;
}

.ho1 {
    padding: 70px 0 0px;
    font-size: 48px;
}

.h2x {
    position: relative;
    height: 235px;
}

.ho2 {
    position: relative;
    width: 100%;
    top: 50px;
    left: 0;
    z-index: 5;
    background: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.ho2 * {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
}

.ho2.act {
    position: fixed;
    top: 0;
    z-index: 11;
}

.ho2 .ibox {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 5%;
    background: #eff1f3;
    position: relative;
}

.ho2 .ibox:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #999;
    position: absolute;
    top: 135px;
    left: 0;
    z-index: 2;
}

.ho2 .hbox {
    height: 184px;;
    text-align: center;
    padding-top: 30px;
}

.ho2 .hbox .hbtn {
    margin-top: 30px;
}

.ho2 .hbox .hbtn a {
    display: inline-block;
    margin: 0 10px;
}

.ho2 .hbox .ul1 {
    width: 100%;
    height: 80px;
    position: relative;
}

.ho2 .hbox .ul1 dd {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #eff1f3;
    top: 50%;
    left: 0;
    z-index: 3;
    padding: 1px;
}

.ho2 .hbox .ul1 dd a {
    display: block;
    width: 100%;
    height: 100%;
    background: #003150;
    border-radius: 50%;
}

.ho2 .hbox .ul1 dd:nth-child(2) {
    left: 25%;
}

.ho2 .hbox .ul1 dd:nth-child(3) {
    left: 50%;
}

.ho2 .hbox .ul1 dd:nth-child(4) {
    left: 75%;
}

.ho2 .hbox .ul1 dd:nth-child(5) {
    left: 100%;
}

.ho2 .hbox .ul1 dt {
    position: absolute;
    width: 80px;
    height: 80px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    color: #0068b7;
    top: 0;
    left: -2%;
    z-index: 5;
}

.ho2 .hbox .ul1 dt .yuan {
    display: block;
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
}

.ho2 .hbox .ul1 dt s {
    display: block;
    width: 1px;
    height: 184px;
    background: #ddd;
    position: absolute;
    left: 50%;
    bottom: -10px;
    z-index: 1;
}

.ho2 .hbox .ul1 dt.act0 {
    left: -2%;
}

.ho2 .hbox .ul1 dt.act1 {
    left: 23%;
}

.ho2 .hbox .ul1 dt.act2 {
    left: 47%;
}

.ho2 .hbox .ul1 dt.act3 {
    left: 73%;
}

.ho2 .hbox .ul1 dt.act4 {
    left: 97%;
}

.ho3 {
    padding: 50px 0 100px;
}

.ho3 .ul1 {
}

.ho3 .ul1 li {
    width: 100%;
    float: left;
    padding: 50px 0;
    border-bottom: 1px solid #ddd;
}

.ho3 .ul1 li .llt {
    width: 47%;
    float: left;
}

.ho3 .ul1 li .llt:nth-child(2) {
    float: right;
}

.ho3 .ul1 li .img {
    display: block;
    float: left;
    background: #ddd;
    padding: 10px 0px;
    width: 300px;
}

.ho3 .ul1 li .txt {
    width: calc(100% - 320px);
    float: right;
    line-height: 1.5;
}

.ho3 .ul1 li .txt .day {
    font-size: 44px;
}

.ho3 .ul1 li .txt .tc {
    font-size: 16px;
}

.a_dw2 {
    position: relative;
    top: -190px;
}

.dutyc1 {
}

.dutyc1 .nlt {
    width: 100%;
    float: none;
}

.se3 {
    text-align: center;
    margin-bottom: 50px;
}


.se1 .abtn {
    display: flex;
}

.info_SR {

    overflow: hidden;
}

.SR {
    margin: 20px auto;
    overflow: hidden;
    border-top: 1px solid #0068b7;

}


.SR li {
    /* width: 42%; */
    /* float: left; */
    /* margin: 20px 50px 20px 0px;*/
    padding: 20px 20px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #0068b7;
}

.SR li::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: " ";
    background: rgba(0, 157, 133, 0.5);
    transform: translateX(-100%);
    transition: all 0.4s ease-in-out;
}


.SR li:hover::before {
    /* transform:translateX(0) */
}

.SR li:hover a {
    color: #0068b7;
}

.SR li:hover a span {
    color: #0068b7;
}

.SR li a {
    line-height: 50px;
    width: 100%;
    z-index: 10;
    position: relative;
}

.SR li div {
    transition: 0s;
    float: left;
    width: 90%;

}

.SR li span {
    float: right;
    width: 10%;
    text-align: center;
}

.SR li span {
    /* padding: 10px 10px; */
    background: rgba(2, 153, 130, 0.5);
    color: #000;
}

.SR li:hover
.text_info {
    position: relative;
}

#wen_ys {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    width: 61%;
    text-align: center;
}

.m_head,
.m_navList,
.ne1 .tc2 br,
.mapm,
.m_top,
.mdh {
    display: none;
}

.qu1 .mubox {
    display: none;
}

.z_z {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
}

.z_z p img {
    display: inline-block;
    margin-right: 4px;
    transform: translateY(11px);
    width: 36px;
}

.thress_D {
    font-size: 22px;
    color: #359eae;
    position: absolute;
    bottom: 30px;
    right: 20px;
    font-weight: bold;
    width: 12%;
}

.thress_D img {
    display: inline-block;
    width: 20%;
    transform: translateY(5px);
}

.contact {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -33%);
    z-index: 8;
    background: #fff;
    padding: 14px 25px;
}

.contact img {
    width: 30px !important;
    float: right;
    padding: 10px 10px;
}

.contact h1 {
    text-align: center;
    font-size: 16px;
    color: #333333;
    letter-spacing: 2px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.contact p {
    padding: 18px 14px;
    background: #029b87;
    border: 1px solid #e5e5e5;
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 16px;
}

.contact p span {
    margin-right: 10px;
}

.zhihui {
    position: relative;
}

.zhihui .box-main {
    position: absolute;
    width: 800px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.zhihui .box-main .title {
    width: 710px;
    margin: auto;
    padding: 30px;
    color: #ffffff;
    text-align: center;
    display: none;
    font-size: 80px;
    font-weight: bold;
}

.zhihui .box-main .btns {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}

.zhihui .box-main .btns a {
    display: block;
    width: 300px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background-color: #138F7D;
    opacity: .9;
    font-size: 28px;
    border-radius: 10px;
    color: #FDFDFD;
}


/*适配*/
@media (max-width: 700px) {
    .thress_D {
        width: 33%;
    }

    .contact h1 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 960px) {
    .thress_D {
        font-size: 16px;
        color: #359eae;
        position: absolute;
        bottom: 8px;
        right: 5px;
        font-weight: bold;
    }

    .z_z p img {
        display: inline-block;
        margin-right: 4px;
        transform: translateY(11px);
        width: 32px;
    }

    .s5 .w1440 .s51 {
        margin-bottom: 50px;
    }
}

@media (max-width: 960px) {
    .zhihui {
        position: relative;
    }

    .zhihui .box-main {
        position: absolute;
        width: 330px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .zhihui .box-main .title {
        width: 200px;
        margin: auto;
        padding: 30px;
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        border-radius: 10px;
        color: #ffffff;
        display: none;
    }

    .zhihui .box-main .btns {
        margin-top: 100px;
        display: flex;
        justify-content: space-between;
    }

    .zhihui .sbox {
        height: 255px;
    }

    .zhihui .idx_banner_box img {
        height: 415px;
    }

    .zhihui .box-main {
        position: absolute;
        width: 330px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .zhihui .box-main .title {
        width: 285px;
        margin: auto;
        padding: 20px;
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        color: #FDFDFD;
        display: none;
    }

    .zhihui .box-main .btns {
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
    }

    .zhihui .box-main .btns a {
        display: inline-block;
        width: 140px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 15px;
        background-color: #138F7D;
        opacity: .9;
        border-radius: 10px;
        color: #FDFDFD;
    }
}

@media (max-width: 960px) {

    .f_16 {
        font-size: 14px;
    }

    .f_18 {
        font-size: 14px;
    }

    .f_20 {
        font-size: 14px;
    }

    .f_22 {
        font-size: 14px;
    }

    .f_24 {
        font-size: 14px;
    }

    .f_26 {
        font-size: 14px;
    }

    .f_28 {
        font-size: 18px;
    }

    .f_30 {
        font-size: 18px;
    }

    .f_32 {
        font-size: 18px;
    }

    .f_34 {
        font-size: 18px;
    }

    .f_36 {
        font-size: 20px;
    }

    .f_40 {
        font-size: 20px;
    }

    .f_46 {
        font-size: 20px;
    }

    .index_banner .swiper1 .swiper-slide .idx_banner_box video,
    .index_banner .swiper1 .swiper-slide .idx_banner_box > .pimg {
        display: none;
    }

    .index_banner .swiper1 .swiper-slide .idx_banner_box a {
        height: 255px;
    }

    .index_banner .swiper1 .swiper-slide .idx_banner_box > .mimg {
        display: block;
    }

    .index_banner .swiper1 .swiper-slide .idx_banner_box .txt,
    .index_banner .swiper1 .prev1,
    .index_banner .swiper1 .next1 {
        display: none;
    }

    .pdt_classify {
        padding: 30px 0;
    }

    .pdt_classify .ul1 li a .cn {
        font-size: 12px;
    }

    .pdt_classify .box .ul1 {
    }

    .pdt_classify .box .ul1 li {
        width: 49%;
        float: right;
        margin: 0 0 20px;
        background: #fafafa;
        padding-bottom: 20px;
    }

    .pdt_classify .box .ul1 li:nth-child(1) {
        width: 100%;
    }

    .pdt_classify .box .ul1 li:nth-child(2n) {
        float: left;
    }


    .b_distance {
        padding: 30px 0;
    }

    .brand .ul1 {
        margin: 20px 0;
        padding-bottom: 20px;
        border: 0;
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        width: 100%;
    }

    .brand .ul1 li {
        width: 220px;
        flex-shrink: 0;
        background: #fff;
        border: 0;
        line-height: 40px;
    }

    .brand .ul1 {
        overflow: auto;
        margin: 30px 0;
        padding-bottom: 20px;
        display: none;
    }

    .brand .swiper2 {
        margin-top: 20px;
    }

    .brand .ul1::-webkit-scrollbar {
        height: 4px;
    }

    .brand .ul1::-webkit-scrollbar-thumb {
        background: #0068b7;
    }

    .brand .ul1::-webkit-scrollbar-track {
        background: #ddd;
    }

    .brand .ul1 li s,
    .brand .ul1 li span {
        display: none;
    }

    .brand .ul1 li.act {
        background: #0068b7;
        color: #fff;
    }

    .brand .swiper2 .swiper-slide .sbox .mimg {
        display: block;
    }

    .brand .swiper2 .swiper-slide .sbox .pimg {
        display: none;
    }

    .brand .swiper2 .swiper-slide .sbox .txt .tbox {
        width: 90%;
        left: 5%;
        text-align: center;
    }

    .brand .swiper2 .swiper-slide .sbox .txt .tbox .more {
        margin: 0 auto;
    }

    .brand .swiper2 .swiper-slide .sbox .txt .tbox .stt2 {
        font-size: 16px;
        margin: 20px 0;
    }

    .brand .swiper2 .swiper-slide .sbox .txt .tbox .sen {
        line-height: 1.5;
    }

    .information {
        padding-top: 30px;
    }

    .information .ubox {
        overflow: auto;
        /*padding-bottom: 30px;*/
    }

    .information .ubox::-webkit-scrollbar {
        height: 4px;
    }

    .information .ubox::-webkit-scrollbar-thumb {
        background: #0068b7;
    }

    .information .ubox::-webkit-scrollbar-track {
        background: #ddd;
    }

    .information .ul1 {
        width: 100%;
    }

    .information .ul1 li {
        width: 100%;
        float: none;
    }

    .information .ul1 li:nth-child(n + 2) {
        display: none;
    }

    .service .itop {
        margin-top: 30px;
    }

    .service .itop .ilt {
        width: 100%;
        float: none;
        text-align: center;
    }

    .service .itop .ilt .img .itt {
        width: 100%;
        left: 0;
    }

    .service .itop .ilt .txt {
        padding: 20px 10px;
        height: auto;
    }

    .service .itop .ilt .txt .mo {
        margin-bottom: 10px;
    }

    .service .itop .ilt .txt .iltt {
        line-height: 1.5;
        text-align: center;
        font-size: 14px;
    }

    .service .itop .irt .txt .ss .slt {
        width: 100%;
        height: auto;
        float: none;
        margin-bottom: 10px;
    }

    .service .itop .irt .txt .ss .slt select {
        margin-bottom: 0px;
        width: 100%;
        border: 1px solid #ddd;
    }

    .service .itop .irt .txt .ss .slt input {
        width: 50%;
        background: #fff;
        margin-top: 10px;
    }

    .service .itop .irt .txt .ss a {
        float: none;
        width: 100%;
    }

    .service .itop .irt .txt .ss {
        margin-top: 20px;
        border: 0;
    }

    .service .itop .irt .txt .ss .slt {
        border: 0;
    }

    .footer1 {
        display: none;
    }

    .footer2 {
        display: block;
        text-align: center;
        line-height: 24px;
        padding: 20px 0;
    }

    .footer2 .flt,
    .footer2 .frt {
        float: none;
    }

    .p_list .ul1 li {
        width: 48%;
        margin: 20px 0 0 0;
    }

    .p_list .ul1 li:nth-child(2n) {
        float: right;
    }

    .nav .nbox,
    .prc1 .nbox {
        max-width: 90%;
    }

    .nav .nbox .nrt {
        width: 100%;
        float: none;
        margin: 0;
        position: relative;
        z-index: 2;
        background: #fff;
        margin-top: -30px;
        height: 50px;
    }

    .nav .nbox .nrt input {
        height: 48px;
    }

    .nav {
        padding: 20px 0;
        line-height: 30px;
        color: #fff;
    }

    .nav .nbox span {
        color: #fff;
    }

    .prc1 .prtp {
        margin: 20px 0;
    }

    .prc1 .prtp .plt {
        width: 100%;
        float: none;
        height: auto;
    }

    .prc1 .prtp .prt {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .prc1 .prtp .prt .tc {
        margin-bottom: 30px;
    }

    .prc1 .prco .ul1 li {
        padding: 10px 0;
    }

    .prc1 .prco .ul1 li .llt {
        width: 100%;
        float: none;
        border-right: 0;
        line-height: 30px;
    }

    .prc1 .prbt .mimg,
    .banner img.mimg {
        display: block;
    }

    .prc1 .prbt .pimg,
    .banner img.pimg {
        display: none;
        height: 100%;
    }

    .prc1 {
        padding-bottom: 30px;
    }

    .banner .txt .tt2 {
        font-size: 30px;
    }

    .banner .txt .tt {
        margin: 30px 0;
    }

    .ca1,
    .ca2 {
        padding: 30px 0;
    }

    .ca1 .tc {
        margin-top: 10px;
    }

    .ca2 .ubox {
        overflow: auto;
        padding-bottom: 30px;
    }

    .ca2 .ubox::-webkit-scrollbar {
        height: 4px;
    }

    .ca2 .ubox::-webkit-scrollbar-thumb {
        background: #0068b7;
    }

    .ca2 .ubox::-webkit-scrollbar-track {
        background: #ddd;
    }

    .ca2 .ul1 {
        float: left;
        margin-right: -999em;
    }

    .ca2 .ul1 li {
        width: 300px;
        margin-right: 20px;
    }

    .ca3 .img {
        display: none;
    }

    .ca3 .cbox {
        position: static;
        width: 100%;
        margin: 0;
        background-size: cover;
        padding: 30px 0;
    }

    .ca3 .cbox .ctp .clt {
        overflow: auto;
        padding-bottom: 20px;
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .ca3 .cbox .ctp .clt .cx {
        float: left;
        margin-right: -999em;
    }

    .ca3 .cbox .ctp .clt .cx span {
        float: left;
        width: 200px;
        margin: 0 20px 0 0;
    }

    .ca3 .cbox .ctp {
        min-width: 90%;
        width: 90%;
        margin: 30px auto 0;
    }

    .ca3 .cbox .ctp .clt::-webkit-scrollbar {
        height: 4px;
    }

    .ca3 .cbox .ctp .clt::-webkit-scrollbar-thumb {
        background: #0068b7;
    }

    .ca3 .cbox .ctp .clt::-webkit-scrollbar-track {
        background: #ddd;
    }

    .ca3 .cbox .ctp .crt {
        width: 100%;
        float: none;
    }

    .ca3 .cbox .ctp .crt {
        height: auto;
    }

    .ca3 .cbox .ctp .crt li .lxq {
        margin-top: 20px;
    }

    .ca3 .cbox .ctp .crt li .lxq .lxq_a {
        width: 48%;
        margin: 0 0 10px;
    }

    .ca3 .cbox .ctp .crt li .lxq .lxq_a img {
        width: 40px;
    }

    .ca3 .cbox .ctp .crt li .lxq .lxq_a:nth-child(2n) {
        float: right;
    }

    .ca4 .img {
        display: none;
    }

    .ca4 .mimg {
        display: block;
        height: 650px;
    }

    .ca4 .img img {
        width: 100%;
    }

    .ca4 .cbox {
        padding-top: 30px;
    }

    .ca4 .cbox .clt {
        width: 100%;
        float: none;
        margin-top: 50px;
    }

    .ca4 .cbox .clt .cimg {
        width: 180px;
        float: none;
        margin: 0 auto;
    }

    .ca4 .cbox .clt .txt {
        width: 100%;
        float: none;
        color: #fff;
    }

    .ca4 .cbox .clt .txt .ctc {
        color: #fff;
        margin: 10px 0 20px;
    }

    .ca4 .cbox .abtn .box {
        overflow: auto;
    }

    .ca4 .cbox .abtn .box .ubox {
        float: left;
        margin-right: -999em;
    }

    .ca4 .cbox .abtn .box .abtn_a {
        width: 220px;
        font-size: 20px;
    }

    .ca4 .cbox .abtn .box::-webkit-scrollbar {
        height: 4px;
    }

    .ca4 .cbox .abtn .box::-webkit-scrollbar-thumb {
        background: #0068b7;
    }

    .ca4 .cbox .abtn .box::-webkit-scrollbar-track {
        background: #ddd;
    }

    .ca4 .cbox .abtn {
        line-height: 50px;
        bottom: 20px;
    }

    .ca5 {
        padding: 50px 0;
    }

    .ca5 .abtn {
        margin: 20px 0;
        overflow: auto;
        padding-bottom: 20px;
    }

    .ca5 .abtn .abox {
        float: left;
        margin-right: -999em;
    }

    .ca5 .abtn span {
        width: 200px;
    }

    .ca5 .abtn::-webkit-scrollbar {
        height: 4px;
    }

    .ca5 .abtn::-webkit-scrollbar-thumb {
        background: #0068b7;
    }

    .ca5 .abtn::-webkit-scrollbar-track {
        background: #ddd;
    }

    .ca5 .xbox .swiper4 {
        padding-bottom: 50px;
    }

    .ca5,
    .ca6 {
        padding: 30px 0;
    }

    .ca6 .cbox .clt {
        padding-top: 20px;
        width: 100%;
    }

    .ca6 .cbox .clt .lo {
        display: none;
    }

    .ca6 .cbox .clt .ctt {
        margin-top: 0;
    }

    .ca6 .cbox .clt .stc2 {
        line-height: 1.5;
    }

    .ca7 {
        padding: 30px 0;
    }

    .ca7 .ubox {
        overflow: auto;
        padding: 20px 0;
    }

    .ca7 .ubox .ul1 {
        float: left;
        margin-right: -999em;
    }

    .ca7 .ubox .ul1 li {
        margin: 0 20px 0 0;
        width: 300px;
    }

    .ca7 .ubox::-webkit-scrollbar {
        height: 4px;
    }

    .ca7 .ubox::-webkit-scrollbar-thumb {
        background: #0068b7;
    }

    .ca7 .ubox::-webkit-scrollbar-track {
        background: #ddd;
    }

    .ca8 {
        padding: 30px 0;
    }

    .ca8 .swiper5 {
        padding: 20px 0 50px;
    }

    .ca3 .cbox .ctp .clt .cx span {
        line-height: 50px;
    }

    .banner .btp,
    .ny_nav {
        display: none;
    }

    .ne1 {
        padding: 30px 0;
    }

    .ne1 .abtn a {
        font-size: 14px;
        padding: 20px 10px;
        margin: 0 5px;
    }

    .ne1 .tt {
        margin: 20px 0;
    }

    .ne1 .tc {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .ne1 .tc2 {
        padding: 0;
        border: 0;
        line-height: 1.8;
        text-align: center;
    }

    .ne1 .tc2 a {
        margin: 0px;
    }

    .ne1 .tc2 br,
    .mapm {
        display: block;
    }

    .ne1 .tc3 .tlt .tbtn span {
        margin-bottom: 4%;
    }

    .ne1 .tc3 .tlt .txbox {
        padding: 30px 10px;
    }

    .ne1 .tc3 .tlt .txbox {
        height: 350px;
    }

    .ne1 .tc3 .tlt .txbox dl {
        height: 290px;
    }

    .ne1 .tc3 .trt {
        display: none;
    }

    .ne1 .tc5 .ul1 li,
    .ne1 .tc5 .ul1 li:nth-child(5n) {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 20px;
    }

    .ne1 .tc5 .ul1 li:nth-child(3n) {
        margin-right: 0;
    }

    .ne1 .tc5 .tc_tt {
        margin-bottom: 20px;
    }

    .ne1 .tc6 {
        padding-top: 30px;
    }

    .bok1 {
        padding: 30px 0;
    }

    .bok1 .bbt {
        margin: 20px 0;
        padding-bottom: 20px;
    }

    .bok1 .bbt .blt,
    .bok1 .bbt .blt .lit_x,
    .bok1 .bbt .brt {
        width: 100%;
        float: none;
    }

    .bok1 .bbt .blt .lit_x {
        margin: 0 0 10px;
    }

    .bok1 .bbt .brt span {
        display: none;
    }

    .bok1 .bbt .brt input {
        padding: 0 5px;
        width: calc(100% - 130px);
    }

    .bok1 .ul1 li {
        width: 49%;
        margin: 0 0 20px;
    }

    .bok1 .ul1 li:nth-child(2n) {
        float: right;
    }

    .bok1 .ul1 li a .txt {
        padding: 15px 5px;
    }

    .bok1 .ul1 li a .txt .ltt {
        font-size: 14px;
    }

    .bok1 .ul1 li a .txt .day {
        margin-top: 5px;
    }

    .tra1 {
        padding: 30px 0;
    }

    .tra1 .trt .ul1 {
        margin: 20px 0;
    }

    .tra1 .trt .ul1 li {
        width: 49%;
        margin: 0 0 20px;
    }

    .tra1 .trt .ul1 li:nth-child(2n) {
        float: right;
    }

    .page1 {
        display: none;
    }

    .page2 {
        display: block;
        text-align: center;
    }

    .joi1 {
        padding: 30px 0;
    }

    .joi1 .abtn a {
        margin: 0;
        text-align: center;
        border-radius: 0;
        width: 33.33%;
        line-height: 40px;
    }

    .joi1 .abtn a .ico {
        display: none;
    }

    .joi1 .tt {
        margin: 20px 0;
    }

    .joi1 .ubox {
        overflow: auto;
        padding-bottom: 10px;
    }

    .joi1 .ul1 {
        float: left;
        margin: 0;
        margin-right: -999em;
        width: auto;
        padding: 10px 0;
    }

    .joi1 .ul1 li {
        width: 300px;
        margin-right: 20px;
        border: 1px solid #ddd;
    }

    .joi1 .ubox::-webkit-scrollbar {
        height: 4px;
    }

    .joi1 .ubox::-webkit-scrollbar-thumb {
        background: #0068b7;
    }

    .joi1 .ubox::-webkit-scrollbar-track {
        background: #ddd;
    }

    .joi3 {
        margin: 0;
    }

    .joi3 .jbox {
        padding: 30px 0 0;
        background: #fff;
    }

    .joi3 .jbox .tc {
        margin-top: 20px;
    }

    .joi3 .jbox .tc .next6,
    .joi3 .jbox .tc .prev6 {
        display: none;
    }

    .joi3 .jbox .tc .swiper6 {
        width: 100%;
    }

    .joi4 {
        margin-top: 30px;
        padding: 30px 0;
    }

    .joi4 .jbox {
        margin-top: 20px;
    }

    .joi4 .jbox .jlt {
        width: 100%;
        float: none;
        padding: 20px 5%;
    }

    .joi4 .jbox .jrt {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .joi4 .jbox .jrt .jtc2 .jclt {
        width: 100%;
        float: none;
    }

    .joi4 .jbox .jrt .more a {
        float: none;
        margin: 0 auto;
    }

    .joi4 .jbox .jrt .jtc textarea {
        margin-bottom: 30px;
    }

    .qa1 .tt {
        margin: 30px 0 20px;
    }

    .qa1 .qtop .qlt .q_t1 {
        padding-bottom: 20px;
    }

    .qa1 .qtop .qlt .q_t1 select {
        width: calc(100% - 84px);
        margin: 0;
        height: 52px;
        border-left: 0;
    }

    .qa1 .qtop .qlt .q_t1 .qsp2 {
        width: 100%;
        margin-top: 10px;
    }

    .qa1 .qtop .qlt .q_t1 .qsp2 span {
        display: none;
    }

    .qa1 .qtop .qlt .q_t1 .qsp2 input {
        width: calc(100% - 130px);
        padding: 0 5px;
    }

    .qa1 .qtop .qlt .ul1 li {
        padding: 20px 0;
    }

    .qa1 .qtop .qlt .ul1 li .lbt2 .lbt2_img,
    .qa1 .qtop .qlt .ul1 li .lbt2 .lbt2_txt {
        width: 100%;
        float: none;
    }

    .z_tanchuang .tbox .modal .out {
        right: 0;
        top: -50px;
    }

    .qa1 .qtop .qlt .ul1 li .lbt2 .lbt2_txt {
        margin-top: 10px;
    }

    .qa1 .qtop .qlt {
        padding-bottom: 30px;
    }

    .qa1 .qtop .qlt .ul1 {
        margin-bottom: 30px;
    }

    .qu1 {
        padding: 30px 0;
    }

    .qu1 .ubox {
        padding-bottom: 30px;
        overflow: auto;
        display: none;
    }

    .qu1 .ubox .dbox {
        float: left;
        margin-right: -999em;
    }

    .qu1 .ubox .dbox .dl1 {
        width: 1200px;
        float: left;
    }

    .qu1 .tc {
        margin: 20px 0;
    }

    .qu1 .ubox::-webkit-scrollbar {
        height: 4px;
    }

    .qu1 .ubox::-webkit-scrollbar-thumb {
        background: #0068b7;
    }

    .qu1 .ubox::-webkit-scrollbar-track {
        background: #ddd;
    }

    .qu2 {
        padding: 30px 0;
    }

    .qu2 .tc,
    .qu2 .ul1 li.li2 .ltc2 {
        margin: 20px 0;
    }

    .qu2 .ul1 {
        padding: 40px 5% 20px;
    }

    .qu2 .ul1 li {
        width: 100%;
        float: none;
        padding: 0;
        border: 0;
        margin-bottom: 20px;
    }

    .ab1 {
        padding: 30px 0;
    }

    .ab1 .tt {
        margin: 20px 0;
    }

    .ab2 .ubox::-webkit-scrollbar {
        height: 4px;
    }

    .ab2 .ubox::-webkit-scrollbar-thumb {
        background: #0068b7;
    }

    .ab2 .ubox::-webkit-scrollbar-track {
        background: #ddd;
    }

    .ab2 .ubox {
        overflow: auto;
        padding-bottom: 20px;
        width: 100%;
    }

    .ab2 .ubox .ul1 {
        float: left;
        width: auto;
        margin-right: -999em;
    }

    .ab2 .ubox .ul1 li {
        width: 300px;
        margin-right: 20px;
        padding: 100px 5% 0;
    }

    .ab3 {
        padding: 30px 0;
    }

    .ab3 .tt {
        margin: 20px 0;
    }

    .ab3 .ul1 li {
        height: auto;
        margin-top: 20px;
    }

    .ab3 .ul1 li .img,
    .ab3 .ul1 li:nth-child(2n) .img {
        width: 100%;
        float: none;
    }

    .ab3 .ul1 li .txt {
        width: 100%;
        float: none;
        text-align: justify;
        padding: 20px 5%;
    }

    .ab3 .ul1 li .txt .ltc {
        font-size: 14px;
        margin-top: 10px;
    }

    .hi1 .abtn a {
        padding: 0;
    }

    .hi3 {
        display: none;
    }

    .hi2 .swiper7 {
        padding-bottom: 40px;
        margin-bottom: 30px;
    }

    .hi2 .next7,
    .hi2 .prev7 {
        display: none;
    }

    .hi2 .swiper7 .sbox .txt .stt {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .hi2 .swiper7 .sbox .simg,
    .hi2 .swiper7 .sbox .txt {
        width: 100%;
        float: none;
    }

    .hi2 .swiper7 .sbox .txt {
        margin-top: 20px;
    }

    .hi2 .swiper7 .pagination7 {
        display: block;
    }

    .hi2 .swiper7 .pagination7 .swiper-pagination-bullet-active {
        background: #0068b7;
    }

    .hi2 .swiper7 .sbox .simg2 {
        padding-top: 0;
    }

    .hi2 .swiper7 .sbox .year {
        display: none;
    }

    .ho1 {
        padding-top: 0px;
        font-size: 20px;
        position: relative;
        top: 30px;
    }

    .ho2 .hbox .ul1 dt {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }

    .ho3 {
        padding: 30px 0;
    }

    .ho3 .ul1 li {
        padding: 0;
        width: 100%;
        float: none;
        margin: 0 0 20px;
        padding-bottom: 20px;
    }

    .ho3 .ul1 li .img,
    .ho3 .ul1 li .txt {
        width: 49%;
    }

    .ho3 .ul1 li .txt .day {
        font-size: 20px;
    }

    .ho3 .ul1 li .txt .tc {
        font-size: 14px;
        text-align: justify;
        margin-top: 10px;
    }

    .ho2 .hbox .ul1 dt.act0 {
        left: -5%;
    }

    .ho2 .hbox .ul1 dt.act1 {
        left: 13%;
    }

    .ho2 .hbox .ul1 dt.act2 {
        left: 40%;
    }

    .ho2 .hbox .ul1 dt.act3 {
        left: 65%;
    }

    .ho2 .hbox .ul1 dt.act4 {
        left: 85%;
    }

    .banner .txt .tc_1 {
        margin-top: 0;
    }

    .du2 .tc {
        padding: 20px 0 30px;
    }

    .du4 {
        padding: 30px 0;
    }

    .du4 .tt {
        margin-bottom: 20px;
    }

    .du4 .swiper9 {
        padding-bottom: 20px;
    }

    .du4 .swiper9 .sbox a .txt {
        padding: 20px 5%;
    }

    .du4 .swiper9 .sbox a .txt .stc {
        margin-top: 10px;
    }

    .du5 {
        padding-bottom: 30px;
    }

    .du5 .ul1 li {
        width: 100%;
        float: none;
        padding: 20px 0;
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    .du5 .ul1 li img {
        width: 70px;
    }

    .du5 .ul1 li .txt {
        width: 90%;
        padding: 40px 5% 30px;
        margin-top: -30px;
        height: auto;
    }

    .du3 .ubox {
        overflow: auto;
        width: 100%;
        padding-bottom: 20px;
    }

    .du3 .ul1 {
        float: left;
        margin-right: -999em;
    }

    .du3 .ul1 li {
        width: 300px;
        margin-right: 20px;
        padding: 60px 5%;
        height: 350px;
    }

    .du3 .ul1 li .xian {
        margin: 20px auto;
    }

    .du3 {
        padding: 30px 0;
    }

    .du3 .ubox::-webkit-scrollbar {
        height: 4px;
    }

    .du3 .ubox::-webkit-scrollbar-thumb {
        background: #0068b7;
    }

    .du3 .ubox::-webkit-scrollbar-track {
        background: #ddd;
    }

    .joi1 .abtn a {
        padding: 0;
    }

    .banner2 .abtn a {
        margin-right: 20px;
    }

    .banner2 .bnav {
        opacity: 0;
        padding: 10px 0;
    }

    .new1 {
        padding: 30px 0;
    }

    .new1 .nlt {
        width: 100%;
        float: none;
    }

    .new1 .nlt .ul1 li {
        padding: 0 0 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

    .new1 .nlt .ul1 li .img,
    .new1 .nlt .ul1 li .img img {
        width: 100%;
    }

    .new1 .nlt .ul1 li .txt,
    .new1 .nlt .ul1 li .img {
        width: 100%;
        float: none;
        margin-top: 10px;
    }

    .new1 .nlt .ul1 li .txt .ltc {
        margin: 5px 0 10px;
    }

    .new1 .nrt {
        width: 100%;
        float: none;
        margin-top: 30px;
        padding: 20px 5%;
    }

    .new1 .nrt .swiper10 a {
        margin-top: 0;
    }

    .new1 .nrt .abtn a {
        margin-top: 20px;
        font-size: 16px;
    }

    .new1 .nlt .ul1 li .txt .ltt {
        font-size: 16px;
    }

    .news_details {
        display: none;
    }

    .news_content .nlt {
        padding: 30px 0;
        width: 100%;
        float: none;
    }

    .news_content .nlt .ntt {
        font-size: 18px;
    }

    .news_content .nlt .nfx {
        margin: 20px 0;
        font-size: 16px;
        text-align: center;
    }

    .news_content .nlt .ntc {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .news_content .nlt .nbtn {
    }

    .news_content .nlt .nbtn a {
        width: 100%;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .news_content .nlt .nbtn a.fh {
        position: static;
        margin: 20px auto 0;
    }

    .news_content .nrtx {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }

    .news_content .nrt {
        padding: 20px 5%;
    }

    .news_content .nrt .abtn a {
        font-size: 16px;
        margin-top: 10px;
    }

    .news_content .nrtp .txt .ntc {
        font-size: 16px;
    }

    .se2 {
        padding-bottom: 30px;
    }

    .se2.new1 {
        padding-top: 20px;
    }

    .se3 {
        margin-bottom: 0;
    }

    .index_banner .swiper1 .swiper-slide .sbox .txt .tbox .tt {
        font-size: 30px;
        margin: 20px 0 40px;
        letter-spacing: 5px;
    }

    .index_banner .swiper1 .swiper-slide .idx_banner_box .txt .tbox .more a {
        width: 120px;
    }

    .index_banner .swiper1 .swiper-slide-active .idx_banner_box .txt .tbox {
        top: 40%;
    }

    .pdt_classify {
        margin: 0 auto;
    }

    .pdt_classify .ul1 li .img img:nth-child(1) {
        opacity: 1;
    }

    /*.pdt_classify .ul1 li .img img:nth-child(3) {*/
    /*    opacity: 1;*/
    /*}*/
    /*.pdt_classify .ul1 li .img img:nth-child(1) {*/
    /*    opacity: 0;*/
    /*}*/
    /*.pdt_classify .ul1 li .img img:nth-child(3) {*/
    /*    opacity: 1;*/
    /*}*/
    .ca5 .xbox .swiper4 .swiper-slide .idx_banner_box:hover .img img {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    .z_tanchuang .tbox .modal2 {
        padding: 5px;
    }

    .ho3 .ul1 li .llt {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .ho3 .ul1 li .llt:nth-child(2) {
        float: none;
    }

    .ho3 .ul1 li {
        border: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .index_banner .swiper1 .pagination1 {
        bottom: 20px;
    }

    .shouji {
        display: block;
        margin-top: 30px
    }

    .shouji select {
        display: block;
        width: 100%;
        height: 40px;
        border: 1px solid #ddd;
        margin-bottom: 10px
    }

    .shouji .txbox {
        width: 100%;
        height: 350px;
        border: 1px solid #ddd;
        padding: 30px 10px;
    }

    .shouji .txbox dl {
        width: 100%;
        height: 100%;
        overflow: auto;
        padding-right: 30px;
        display: none;
    }

    .shouji .txbox dl:nth-child(1) {
        display: block;
    }

    .shouji .txbox dl::-webkit-scrollbar {
        width: 4px;
    }

    .shouji .txbox dl::-webkit-scrollbar-thumb {
        background: #0068b7;
    }

    .shouji .txbox dl::-webkit-scrollbar-track {
        background: #ddd;
    }

    .shouji .txbox dl dt {
        display: block;
        margin-bottom: 20px;
    }

    .shouji .txbox dl dd {
        margin-bottom: 20px;
    }

    .shouji .txbox dl dd .dtt {
        display: block;
        border-left: 2px solid #0068b7;
        padding-left: 10px;
        line-height: 1.4;
    }

    .shouji .txbox dl dd .dtc {
        color: #999;
        line-height: 1.5;
        margin-top: 10px;
    }

    .an_tanchuang .tbox .modal {
        width: 90%;
        height: auto;
    }

    .an_tanchuang .tbox .modal .tc {
        line-height: 30px;
        padding: 10px;
    }

    .index_banner .swiper1 .swiper-slide .idx_banner_box .txt .tbox {
        left: 5%;
    }

    .mfooter {
        display: block;
        position: static;
        width: 100%;
        height: auto;
        padding: 0;
        border-top: 1px solid #ddd;
    }

    .m_top {
        display: block;
        width: 100%;
        line-height: 50px;
        text-align: center;
        border-top: 1px solid #ddd;
    }

    .mdh {
        display: block;
        padding: 20px 5%;
        line-height: 2;
    }

    .mdh a {
        display: block;
        color: #999;
        font-size: 14px;
        text-align: left;
        margin-right: 10px;
    }

    .mdh a:last-child {
        margin-right: 0;
    }

    .mdh .num {
        display: block;
        width: 100%;
        text-align: left;
        font-size: 16px;
    }

    .mdh .num span {
        font-size: 16px;
    }

    .information .ul1 li a .txt {
        padding: 10px;
    }

    .information .ul1 li a .txt .ltc {
        margin: 10px 0;
    }

    .brand .tt {
        font-size: 16px;
        font-weight: bold;
    }

    .brand .swiper2 .swiper-slide .sbox .txt .tbox .stt {
        font-size: 18px;
    }


    .tra1 .trt .ul1 li .txt {
        padding: 15px 5%;
    }


    .brand .swiper2 .swiper-slide .sbox .txt .tbox .stc {
        /* max-height: 72px; */
    }

    .mfooter .ul1 li .ltp,
    .mfooter .ul1 li .lbt .llt .l_li,
    .mfooter .ul1 li > a {
        font-size: 14px;
    }

    .mfooter .ul1 li,
    .mfooter .ul1 li .lbt2,
    .mfooter .ul1 li .lbt {
        background: #f6f6f6;
    }

    .mfooter .ul1 li .lbt > a {
        border-bottom: 0;
        border-top: 1px solid #fff;
    }

    .pdt_classify .box .ul1 li {
        padding: 0;
        margin-bottom: 2%;
    }

    .pdt_classify .ul1 li a {
        position: relative;
        overflow: hidden;
    }

    .pdt_classify .ul1 li .img {
        max-width: 100%;
    }

    .pdt_classify .ul1 li .img img {
        display: none;
    }

    /*.pdt_classify .ul1 li .img img:nth-child(3) {*/
    /*    position: static;*/
    /*    display: block;*/
    /*}*/
    .pdt_classify .ul1 li .img img:nth-child(1) {
        position: static;
        display: block;
    }

    .pdt_classify .ul1 li a .cn {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 15px;
        z-index: 3;
        padding: 0 5%;
        text-align: right;
    }

    .information .ul1 li a .txt .ltt {
        line-height: 1.5;
        height: auto;
        white-space: pre-wrap;
    }

    .information .ul1 li a .txt .ltc {
        line-height: 1.6;
        height: auto;
        margin-top: 5px;
    }

    .qu1 .mubox {
        display: block;
    }

    .qu1 .mubox .tt {
        background: #009c86;
        color: #fff;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .qu1 .mubox .dh {
        line-height: 40px;
        border: 1px solid #ddd;
        padding: 0 5%;
        text-align: left;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .qu1 .mubox .txc {
        background: #f8f8f8;
        border: 1px solid #ddd;
        text-align: justify;
        line-height: 1.8;
        padding: 20px 10px;
    }

    .qu1 .mubox .txc p {
        display: inline;
    }

    .qu1 .mubox .txc s {
        display: block;
        margin: 10px 0;
    }

    .joi4 .jbox .jrt .mdmj .s_mdmj {
        width: 100%;
        margin-right: 0%;
    }

    .joi4 .jbox .jrt .s_mdmj:nth-child(4n) {
        margin-right: 0;
    }

    .joi4 .jbox .jrt .s_mdmj:nth-child(5) {
        width: 100%;
    }

    .joi4 .jbox .jrt .s_mdmj:nth-child(6) {
        width: 100%;
        margin-right: 0;
    }


    .pd100 {
        padding: 30px 0;
    }

    .xx1 .tt, .xx2 .tt, .xx3 .tt, .xx4 .tt {
        margin: 20px 0;
    }

    .xx1 .xlt, .xx2 .xlt, .xx2 .xrt {
        width: 100%;
        float: none;
    }

    .xx1 .xlt .xtc {
        height: auto;
        margin-top: 0px;
        padding: 0;
    }

    .xx1 .xrt {
        width: 100%;
        float: none;
        margin: 20px 0 0;
        height: 200px;
    }

    .xx2 .xbtm {
        padding: 0;
        background: rgba(0, 0, 0, 0);
    }

    .xx2 .xlt {
        height: auto;
    }

    .xx2 .xlt dd {
        padding: 20px 5%;
    }

    .xx2 .xlt dd .dd {
        width: 100%;
        line-height: 50px;
    }

    .xx2 .xrt {
        margin-top: 20px;
        height: auto;
    }

    .xx2 .xrt .xtc {
        padding: 20px 5%;
        height: auto;
    }

    .xx4 {
        padding: 30px 0;
        margin-top: 0;
    }

    .xx4 .xbox .prev_xx1, .xx4 .xbox .next_xx1 {
        display: none;
    }

    .xx4 .ul1 li {
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }

    .xx4 .ul1 li .txt .t2 {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
        margin: 5px 0;
    }

    .xx4 .ul1 li .txt {
        padding: 20px 5%;
    }

    .banner2 .abtn {
        margin-top: 30px;
    }

    .xcs1 .ul1 li {
        margin-bottom: 10px;
    }

    .xcs1 .ul1 li a .num {
        width: 100%;
        float: none;
        padding: 20px 0;
        height: auto;
    }

    .xcs1 .ul1 li a .num .year {
        margin-top: 10px;
    }

    .xcs1 .ul1 li a .num s {
        display: none;
    }

    .xcs1 .ul1 li a .num .day {
        font-size: 40px;
    }

    .xcs1 .ul1 li a .art {
        width: 100%;
        float: none;
        padding: 20px;
    }

    .xcs1 .ul1 li {
        border-bottom: 1px solid #fff;
    }

    .xcs1 .ul1 li {
        -moz-box-shadow: 0px 0px 10px #aaa;
        -webkit-box-shadow: 0px 0px 10px #aaa;
        box-shadow: 0px 0px 10px #aaa;
    }

    .xcs1 .ul1 li a .num {
        background: #0068b7;
    }

    .xcs1 .ul1 li a .num .day, .xcs1 .ul1 li a .num .year {
        color: #fff;
    }

    .xcs1 .ul1 li a .num s {
        background: #0068b7;
    }

    .xcs1 .ul1 li a .art .atc {
        margin-top: 10px;
    }

    .xcs1 .ul1 li a .art .jt {
        display: none;
    }

    .xss1 .ul1 li {
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }

    .xss1 .ul1 li a {
        background: #0068b7;
    }

    .xss1 .ul1 li a .ico {
        opacity: 1;
    }

    .xss1 .ul1 li a {
        padding-top: 30px;
    }

    .xss1 .ul1 li .att {
        font-weight: 600;
        color: #fff;
    }


}

@media (max-width: 1030px) {
    .ne1 .tc3 .trt .big_map {
        right: -56px;
    }

    body {
        min-width: 200px;
        padding-top: 80px;
        color: #555;
    }

    img {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    .f_16 {
        font-size: 14px;
    }

    .f_18 {
        font-size: 16px;
    }

    .f_20 {
        font-size: 18px;
    }

    .f_22 {
        font-size: 18px;
    }

    .f_24 {
        font-size: 18px;
    }

    .f_26 {
        font-size: 18px;
    }

    .f_28 {
        font-size: 18px;
    }

    .f_30 {
        font-size: 24px;
    }

    .f_32 {
        font-size: 24px;
    }

    .f_34 {
        font-size: 24px;
    }

    .f_36 {
        font-size: 24px;
    }

    .f_40 {
        font-size: 30px;
    }

    .f_46 {
        font-size: 30px;
    }

    .wow {
        opacity: 1;
    }

    .box {
        padding: 0 5%;
        min-width: 200px;
        width: 100%;
    }

    .header {
        display: none;
    }

    .m_head {
        display: block;
        height: 80px;
        overflow: hidden;
        padding: 0 5%;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 10;
        background: #fff;
        border-bottom: 1px solid #ddd;
    }

    .m_head .m_logo {
        display: block;
        height: 40px;
        position: absolute;
        top: 19px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .m_head .mlogo img {
        display: block;
        height: 100%;
        transform: scale(1);
        -webkit-transform: scale(1);
        max-width: 800px;
    }

    .m_head .sbtn {
        float: left;
        position: relative;
        display: block;
        width: 30px;
        height: 40px;
        margin: 28px 0 0;
        overflow: hidden;
        white-space: nowrap;
    }

    .m_head .sbtn s {
        display: block;
        width: 100%;
        height: 3px;
        background: #0068b7;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }

    .m_head .sbtn s:nth-child(1) {
        top: 0;
    }

    .m_head .sbtn s:nth-child(2) {
        top: 10px;
        width: 75%;
    }

    .m_head .sbtn s:nth-child(3) {
        top: 20px;
        width: 50%;
    }

    .m_head .sbtn.act s:nth-child(1) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 10px;
    }

    .m_head .sbtn.act s:nth-child(2) {
        opacity: 0;
        left: -30px;
        width: 0;
    }

    .m_head .sbtn.act s:nth-child(3) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        top: 10px;
        width: 100%;
    }

    .m_head .search2 {
        width: 40px;
        height: 40px;
        margin-top: 18px;
        float: right;
        display: block;
        background: url(../img/ss3.png) center no-repeat;
        background-size: 34px;
    }

    .m_navList {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 9;
        background: #fff;
        padding-top: 80px;
        overflow: auto;
        display: none;
    }

    .m_navList .ul1 {
    }

    .m_navList .ul1 li {
        border-bottom: 1px solid #ddd;
    }

    .m_navList .ul1 li .ltp {
        display: block;
        padding: 0 5%;
        line-height: 50px;
        font-size: 16px;
        background: url(../img/jia.png) 95% center no-repeat;
        background-size: 15px;
    }


    .m_navList .ul1 li .lbt {
        background: #f6f6f6;
        display: none;
    }

    .m_navList .ul1 li .lbt > a {
        display: block;
        line-height: 50px;
        font-size: 14px;
        border-bottom: 1px solid #fff;
        padding: 0 5%;
        color: #666;
    }

    .m_navList .ul1 li > a {
        display: block;
        line-height: 50px;
        padding: 0 5%;
        font-size: 16px;
        color: #555;
    }

    .m_navList .ul1 li.act .ltp {
        background: url(../img/jian.png) 95% center no-repeat;
        background-size: 15px;
    }

    .m_navList .ul1 li .lbt2 {
        background: #fff;
    }

    .m_navList .ul1 li .lbt .llt {
        width: 100%;
        float: left;
    }

    .m_navList .ul1 li .lbt .llt .l_li {
        position: relative;
        width: 100%;
        padding-left: 10%;
        line-height: 50px;
        background: #f6f6f6;
        border-bottom: 1px solid #fff;
        font-size: 16px;
        color: #666;
    }

    .m_navList .ul1 li .lbt .llt .l_li .img {
        width: 20px;
        height: 20px;
        overflow: hidden;
        float: left;
        margin: 15px 35px 0 85px;
    }

    .m_navList .ul1 li .lbt .llt .l_li s {
        display: block;
        width: 4px;
        height: 80%;
        position: absolute;
        top: 10%;
        left: 0;
        z-index: 2;
        background: #0fa38c;
        opacity: 0;
    }

    .m_navList .ul1 li .lbt .llt .l_li.act {
        background: #fff;
    }

    .m_navList .ul1 li .lbt .llt .l_li.act .img img:nth-child(1) {
        margin-top: -20px;
    }

    .m_navList .ul1 li .lbt .llt .l_li.act s {
        opacity: 1;
    }

    .m_navList .ul1 li .lbt .lrt {
        width: 60%;
        float: right;
        text-align: center;
        padding: 10px;
    }

    .m_navList .ul1 li .lbt .lrt .labtn {
        display: none;
    }

    .m_navList .ul1 li .lbt .lrt .labtn:nth-child(1) {
        display: block;
    }

    .m_navList .ul1 li .lbt .lrt .labtn a {
        display: block;
        width: 33.33%;
        float: left;
        margin-bottom: 20px;
        color: #666;
        font-size: 12px;
    }

    .m_navList .ul1 li.lang {
        display: flex;
    }

    .m_navList .ul1 li.lang a {
        display: block;
        width: 50%;
        text-align: center;
        justify-content: center;
    }

    .ca3 .cbox {
        width: 920px;
        margin-left: -460px;
    }

    .ca3 .cbox .ctp .crt li {
        padding: 20px;
    }

    .ca6 {
        height: auto;
        padding: 50px 0;
        background: #f6f6f6;
    }

    .ca6 > img {
        width: 100%;
        height: auto;
        opacity: 0;
        display: none;
    }

    .ca6 .cbox {
        position: static;
    }

    .ca6 .cbox .clt {
        padding-top: 30px;
    }

    .ca6 .cbox .clt .ctt {
        margin: 20px 0;
    }

    .ne1 .tc3 .tlt,
    .qa1 .qtop .qlt {
        width: 100%;
        float: none;
    }

    .qa1 .qtop .qrt {
        display: none;
    }

    .ne1 .tc3 .trt {
        float: none;
        margin: 50px auto 0;
    }

    .tra1 .tlt {
        display: none;
    }

    .tra1 .trt {
        width: 100%;
        float: none;
        padding: 0;
        border: 0;
    }

    .joi1 .ul1 {
        width: 100%;
    }

    .joi1 .ul1 li {
        padding: 20px;
    }

    .qu1 .dl1 dd span {
        height: 468px;
    }

    .qu2 .ul1 li .ltc input {
        width: calc(100% - 70px);
    }

    .hi2 .swiper7 .sbox .txt2 {
        width: 420px;
    }

    .hi2 .swiper7 .sbox .simg {
        width: calc(100% - 500px);
    }

    .p_list .ul1 li .img,
    .p_list .ul1 li .img img {
        height: 220px;
    }

    .infos {
        padding-top: 0px !important;
    }
}

@media (max-width: 1280px) {
    .ne1 .tc3 .trt .big_map {
        max-width: 85px;
        right: -17px;
        bottom: -41px;
    }
}

@media (max-width: 1580px) {
    #wen_ys {
        width: 75% !important;
    }

    .ne1 .tc3 .tlt .tbtn span {
        font-size: 14px;
    }

    .ne1 .tc3 .tlt .txbox {
        padding: 50px 20px;
    }

    .ne1 .tc3 .tlt .txbox dl dt,
    .ne1 .tc3 .tlt .txbox dl dd {
        margin-bottom: 20px;
    }

    .du5 .ul1 li .txt {
        padding: 100px 30px;
    }

    .information .ul1 li a .img,
    .information .ul1 li a .img img {
        height: 200px;
    }


    .pd100 {
        padding: 50px 0;
    }

    .xx2 .xlt dd .dd span {
        font-size: 16px;
    }

    .right {
        right: -50px;
    }


}
.honor-pop{
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.honor-pop .pop-con {
    width: 100%;
    height: 100%;
    border-radius: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.honor-pop .hbox {
    padding: 100px 10px 0;
}
.honor-pop .box-img {
    position: relative;
    padding-top: 35%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.honor-pop .box-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.honor-pop .h4 {
    display: block;
    padding: 20px 0;
    margin-bottom: 15px;
    font-size: 24px;
    color: #444;
}
.honor-pop .pop-close {
    cursor: pointer;
    position: absolute;
    top: 10%;
    right: 25%;
    z-index: 1;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: rgba(0,0,0,.5);
    color: rgba(255,255,255,.7);
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
}
@media(max-width: 992px){
    .honor-pop .pop-con {
        top: 70%;
    }
    .honor-pop .box-img {
        padding-top: 85%;
    }
    .honor-pop .pop-close {
        top: 10%;
        right: 5%;
        width: 40px;
        height: 40px;
        line-height: 43px;
    }
    .ab1 .ab-content img{
        width: 100%;
        height: auto;
    }
    .ab1 .ab-content {
        text-align: left !important;
    }
}
@media (max-width: 1680px) {
    .ca2 .img img {
        max-width: 100%;
    }
}
@media (min-width:1150px) and (max-width:1390px){
    .header .logo {
        width: 20%;
    }
    .header .header-nav {
        width: 80%;
    }
    .header .header-nav li {
        padding: 5px 35px;
    }
}