@charset "utf-8";body {
    font-size: 0.18rem
}

.imged {
    position: relative;
    padding-bottom: 65%;
    width: 100%;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    background-size: cover !important;
    background-position: center center !important
}

.imged img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    object-fit: cover;
    display: none
}

.imged video {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    object-fit: cover
}

video {
    max-width: 100%
}

.scale {
    overflow: hidden;
    /* padding-top: 10px; */
}

a:hover .imged {
    transform: scale(1.1)
}

.wl {
    position: relative;
    z-index: 1;
    transition: 0.5s
}

.wl::after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 100%
}

.flex {
    display: flex;
    flex-wrap: wrap
}

::after,::before {
    transition: 0.5s
}

.l1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.l4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.l5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.l6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
}

h2,h3,h4,h5 {
    font-weight: normal
}

.wp {
    width: 14.4rem;
    padding: 0;
    margin: 0 auto;
    max-width: 94%
}


.tp ul li{    float: left;
    width: 38%;
    margin: 0 5%;
}

.tp ul li.pic{ width: 100% !important;
    height: 2.5rem !important;
    overflow: hidden;
    margin-bottom: 0.3rem;
}


@media(max-width: 1200px) {
    .wp {
        width: 100%;
        max-width: 94%
    }
}

@media(max-width: 1024px) {
    .wp {
        padding: 0 15px;
        width: 100%;
        max-width: 100%
    }
}

.header_top {
    z-index: 1000;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.header_top::after {
    width: 100%;
    height: 1.5rem;
    opacity: 0.7;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 83%);
    bottom: auto;
    top: 0
}

.header_top .top {
    justify-content: space-between;
    height: 1.2rem;
    align-items: center;
    width: 100%
}

.fixed .header_top {
    background: #006EBC;
}
.fixed .header_top:after {
    height: 0
}

#logo {
    position: relative
}

.header_top #logo img {
    transition: .5s;
    max-width: 7rem;
    width: 7rem;
    display: block;
 /*   padding-top: .2rem*/
}

.djwh ul li{
    /* float: left; */
    width: 33.3%;
    margin: 0 0 .3rem 0;
    padding: 0 .15rem;
    }
/* .djwh ul li:nth-child(4){width: 30%;margin-top:30px}
.djwh ul li:nth-child(5){ width: 47%; margin-top:30px} */

.list_box1 {
    flex: 1;
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.list_box1 .top-t {
    align-items: center;
    justify-content: flex-end
}

.list_box1 .li {
    color: rgba(255, 255, 255, 0.1);
    font-size: 0.14rem;
    display: flex
}

.list_box1 a {
    color: #fff;
    align-items: center;
    padding: 0 0.15rem;
    display: flex
}

.list_box1 .ser .a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    position: relative;
    height: .35rem;
    width: 2.4rem;
    padding: 0 0.1rem;
    border-radius: 0.3rem;
    border: 1px solid rgba(255, 255, 255, 0.2)
}

.list_box1 .li .input {
    height: 100%;
    font-size: .16rem;
    color: #fff;
    line-height: .28rem;
    opacity: .7;
    flex: 1;
    min-width: 0;
    padding-right: 0.1rem;
    background: none;
    font-size: .14rem
}

.list_box1 .li button {
    width: 0.16rem;
    background: none
}

.list_box1 .li .input::-webkit-input-placeholder {
    color: #fff
}

.list_box1 .li .input::-moz-placeholder {
    color: #fff
}

.list_box1 .li .input:-moz-placeholder {
    color: #fff
}

.list_box1 .li .input:-ms-input-placeholder {
    color: #fff
}

.header_top .wp {
    width: 100%;
    max-width: 100%;
    padding: 0 1rem;
}

#nav .wp {
    width: 14rem;
    padding: 0
}

#nav {
    width: 100%;
    position: relative;
    z-index: 1000;
    max-width: 11rem
}

#nav ul {
    display: flex;
    justify-content: space-between;
    width: 100%
}

#nav ul li {
    z-index: 0;
    position: relative
}

#nav ul li a {
    display: flex;
    padding: 0;
    z-index: 2;
    align-items: center
}

#nav ul li h3 {
    font-size: .22rem;
    color: #fff;
    line-height: .6rem;
    position: relative;
    transition: .36s;
    display: inline-block
}

#nav ul li h3::after {
    width: 100%;
    opacity: 0;
    height: 0.03rem;
    background: #FF6925;
    bottom: -0.15rem;
    content: "";
    position: absolute;
    left: 0
}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    background: rgb(255, 255, 255);
    width: auto;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease 0s;
    transform-origin: center top;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0.1rem;
    min-width: 1.8rem
}

#nav ul li .sub::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    border-left: 0.1rem solid transparent;
    border-right: 0.1rem solid transparent;
    border-bottom: 0.1rem solid #fff
}

#nav ul li .sub .box {
    padding: 0.14rem 0.18rem .07rem;
    text-align: center
}

#nav ul li .sub a {
    padding: 0.1rem 0.05rem;
    line-height: 0.28rem;
    transition: all 0.6s ease 0s;
    font-size: 0.14rem;
    color: #343434;
    text-align: center;
    min-width: 1rem;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
    justify-content: center
}

#nav ul li .sub a:last-child {
    border-bottom: none
}

#nav ul li .sub a:hover {
    color: #006EBC;
    border-bottom: 1px solid #006EBC;
    font-weight: 600
}

#nav ul li:hover .sub {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1)
}

#nav ul li.on h3::after {
    opacity: 1
}

.m_header_box {
    transition: .6s;
    display: none;
    position: relative;
    z-index: 100000
}

.m_header_box header {
    padding: 0 0 0 0.15rem;
    height: .7rem;
    background: #006EBC;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.m_header_box header #logo {
    width: 75%
}

.m_header_box header #logo img {
    max-height: .5rem
}

.m_header_box header #logo a {
    display: flex;
    align-items: center
}

#nav_btn_box.on {
    background: none
}

#nav_btn_box {
    position: relative;
    width: .7rem;
    height: .7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

#nav_btn_box:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff
}

#nav_btn_box:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -10px;
    border-right: #fff 10px solid;
    border-top: transparent .7rem solid;
    opacity: 0
}

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    -webkit-transition: .5s;
    outline: none;
    box-shadow: none
}

#nav_btn .point {
    display: inline-block;
    width: 24px;
    height: 22px;
    position: relative;
    outline: none
}

#nav_btn .navbtn {
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 2px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #006EBC
}

#nav_btn .navbtn::after,#nav_btn .navbtn::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 24px;
    height: 2px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #006EBC
}

#nav_btn .navbtn::after {
    top: -8px
}

#nav_btn .navbtn::before {
    top: 8px
}

#nav_btn .point.on .navbtn {
    background: transparent
}

#nav_btn .point.on .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px
}

#nav_btn .point.on .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px
}

.m_nav_list {
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: auto;
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, .1)
}

.m_nav_list::-webkit-scrollbar {
    display: none
}

#m_nav {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0;
    display: none;
    padding: 70px 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #f7f7f7;
    background-size: cover;
    opacity: 0;
    visibility: hidden
}

#m_nav .close {
    position: absolute;
    top: 7px;
    right: 15px;
    left: 15px;
    font-size: 30px;
    color: #333;
    z-index: 10000;
    width: auto;
    height: 35px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0
}

#m_nav.act {
    pointer-events: auto;
    right: 0;
    opacity: 1;
    visibility: visible
}

#m_nav .search_box input.submit {
    background: #006EBC url(../images/submit.svg) center no-repeat;
    background-size: .28rem
}

#m_nav .list_box0 {
    text-align: center;
    width: 100%;
    justify-content: flex-start;
    margin: .32rem 0 0;
    flex-wrap: wrap;
    height: 0.4rem
}

#m_nav .list_box0 .li {
    text-align: left;
    color: #006EBC;
    margin: 0 .12rem 0.15rem 0;
    font-size: 14px;
    padding: 0;
    min-width: 1rem
}

#m_nav .old_rukou {
    margin: .24rem 0 0;
    width: 100%
}

.list_box_nav_mobile {
    width: 100%;
    max-height: calc(100% - 250px);
    padding: 0 0 10px;
    overflow: hidden;
    overflow-y: auto;
    margin: 0
}

.list_box_nav_mobile>li {
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0 auto
}

.list_box_nav_mobile>li .con {
    position: relative
}

.list_box_nav_mobile>li .a {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    line-height: .5rem;
    color: #333;
    padding: .2rem 0;
    font-size: 16px;
    display: flex;
    position: relative;
    transition: .5s
}

.list_box_nav_mobile>li i {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    width: .64rem;
    height: .5rem;
    display: inline-block;
    background: url(../images/arrow_down.svg) center no-repeat;
    background-size: 15px 15px !important;
    position: absolute;
    display: block;
    right: 0;
    top: 10px
}

.list_box_nav_mobile>li.on1 i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg)
}

.list_box_nav_mobile>li.on .a {
    border-bottom: 1px solid #e2e2e2
}

.list_box_nav_mobile>li .list {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none
}

.list_box_nav_mobile>li .list a {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 2.5
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none
}

.wap_search {
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    overflow: hidden;
    width: 100%;
    display: block
}

.wap_search .form {
    height: 40px;
    border-radius: 20px;
    background: rgb(255 255 255);
    position: relative;
    width: 5rem;
    margin: 10px auto
}

.wap_search .input {
    font-size: .16rem;
    color: #646464;
    height: 40px;
    line-height: 40px;
    padding: 0 .24rem;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: #fff;
    border-radius: 30px;
    width: calc(100% - 40px)
}

.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: url(../images/submit.svg) center no-repeat #006EBC;
    background-size: .24rem;
    border-radius: 20px
}

.wap_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53
}

.wap_search input::-webkit-input-placeholder {
    color: #999
}

.wap_search input::-moz-placeholder {
    color: #999
}

.wap_search input:-moz-placeholder {
    color: #999
}

.wap_search input:-ms-input-placeholder {
    color: #999
}

.wap_search input:focus::-webkit-input-placeholder {
    color: transparent
}

.wap_search input:focus:-moz-placeholder {
    color: transparent
}

.wap_search input:focus::-moz-placeholder {
    color: transparent
}

.wap_search input:focus:-ms-input-placeholder {
    color: transparent
}

.main-visual-wrapper {
    width: 100%;
    position: relative
}

.main-visual-slider {
    overflow: hidden;
    width: 100%;
    position: relative
}

.main-visual-slider .swiper-slide {
    overflow: hidden
}

.main-visual-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-box1 .imged {
    padding-bottom: 100vh
}

.swiper-box1 .imged::after {
    width: 100%;
    height: 15%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%)
}

.slide-inner {
    overflow: hidden
}

.main-visual-slider .imged {
    transform: translate3d(0px, 0px, 0px) scale(1.05);
    transition: opacity 0.5s
}

.main-visual-slider .swiper-slide-active .imged {
    transform: scale(1);
    transition: all 6s
}

.main-visual-slider video {
    transform: scale(1.1)\0
}

.banner1 .cir {
    bottom: 0.77rem;
    z-index: 10;
    left: 10%;
    width: auto
}

.banner1 .cir span {
    margin: 0rem 0.05rem !important;
    width: 0.1rem;
    height: 0.1rem;
    opacity: 1;
    display: inline-grid;
    border-radius: 50%;
    border: 1px solid #fff;
    background: none
}

.banner1 .cir .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff
}

@media screen and (max-width: 1024px) {
    .main-visual-wrapper {
        padding-top: 0
    }

    .banner1 .cir {
        bottom: 2.2rem;
        left: auto;
        width: 100%
    }
}

.homea {
    padding: 0 0 0rem;
    overflow: hidden;
    margin-top: 0rem;
    z-index: 2;
    position: absolute;
    bottom: 0rem;
    width: 100%
}

.homea .link {
    justify-content: flex-end
}

.homea .h1-t {
    width: 30%;
}

.homea .h1-t::after {
    width: auto;
    right: -2.6rem;
    background: #fff
}

.homea .h1-t li {
    width: 50%;
}

.homea .h1-t li a {
    display: block;
    height: 1.8rem;
    text-align: center;
    padding: 0.4rem 0.1rem 0
}

.homea .h1-t li span {
    width: 0.61rem;
    height: 0.61rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.2rem
}

.homea .h1-t li p {
    font-size: 0.18rem;
    color: #fff;
    line-height: 1.2
}

.homea .h1-t li:nth-child(1) a {
 background: #14B29C
}

.homea .h1-t li:nth-child(2) a  p{
    color: #333 !important;
}

.homea .h1-t li:nth-child(3) p {
    color: #333
}

img {
    max-width: 100%;
}

@media screen and (min-width: 1025px) {
    .homea .h1-t li a:hover img {
        transform: rotateY(360deg);
        transition: 0.5s
    }
}

@media screen and (max-width: 1024px) {
    .homea {
        bottom: auto;
        position: relative;
        padding-top: .25rem
    }

    .homea .h1-t {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .homea .h1-t li span {
        width: 0.4rem;
        height: 0.4rem
    }

    .homea .h1-t li a {
        height: 1.6rem
    }
}

.home1 {
    padding: .75rem 0 1rem;
    width: 100%;
    overflow: hidden
}

.home1::after {
    width: 74%;
    height: 7.9rem;
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
    background: url(../images/hbg1.png) no-repeat top/cover
}

.title {
    margin-bottom: .3rem;
    align-items: center;
    position: relative;
    overflow: hidden;
    justify-content: space-between
}

.title .h3 {
    margin: 0 auto;
    text-align: center
}

.title h3 {
    font-size: 0.42rem;
    color: #333;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'SourceHanSerifCN-Bold';

}

.title h3 b {
    display: inline-block;
    margin: 0 0.02rem
}

.title p {
    font-size: 0.18rem;
    color: #9D9D9D;
    text-transform: uppercase
}

.more {
    position: absolute;
    right: 0
}

.more a {
    font-size: 0.18rem;
    transition: 0.5s;
    color: #666;
    align-items: center;
    display: flex;
    height: 0.39rem;
    align-items: center;
    padding-left: 0.22rem;
    background: url(../images/morebg.png) no-repeat;
    background-size: 100% 100% !important
}

.more a img {
    display: inline-block;
    margin-left: 0.05rem;
    width: 0.2rem
}

.home1-t {
    justify-content: space-between;
    align-items: flex-start
}

.home1-t .left {
    width: 67.5%
}

.home1-t .right {
    width: 30%
}

.w-tab {
    position: relative
}

.w-tab .tab {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s
}

.w-tab .tab.on {
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 10
}

.home1-t li * {
    transition: 0.5s
}

.home1-t .h1-1 a {
    position: relative;
    display: block
}

.home1-t .h1-1 .con {
    width: 100%;
    padding: 0.3rem 0 0.1rem;
    align-items: center;
    width: 80%
}

.home1-t .h1-1 .date {
    align-items: center;
    width: 1rem\0
}

.home1-t .h1-1 .info {
    flex: 1;
    min-width: 0;
    /* padding-left: 0.23rem; */
}

.home1-t .h1-1 a span {
    font-size: 0.5rem;
    color: #006EBC
}

.home1-t .h1-1 .tim {
    flex: 1;
    min-width: 0;
    padding-left: 0.1rem
}

.home1-t .h1-1 b {
    font-size: 0.2rem;
    color: #353535;
    line-height: 1.2
}

.home1-t .h1-1 p {
    color: #8C8C8C;
    font-size: 0.12rem
}

.home1-t .h1-1 h3 {
    font-size: 0.24rem;
    color: #333;
    line-height: 0.26rem;
    font-weight: bold
}

.home1-t .h1-1 h4 {
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #333;
    opacity: .8;
    max-height: 0.52rem\0;
    margin-top: .15rem
}

.home1-t .h1-1 .imged {
    padding-bottom: 58.7%
}

.home1-t .h1-1 .arrow {
    position: absolute;
    right: 0;
    bottom: .55rem;
    align-items: center
}

.home1-t .h1-1 .arror {
    position: relative;
    margin: 0 0.15rem;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 0.1rem;
    height: 0.16rem;
    transition: 0.5s;
    display: flex;
    align-items: center;
    background: none
}

.home1-t .h1-1 .arrow span {
    color: #D8D8D8;
    display: inline-block;
    margin: 0 0.15rem;
    font-size: 0.16rem
}

.home1-t .h1-1 .arror::after {
    display: none
}

.home1-t .right li * {
    transition: 0.5s
}

.home1-t .right li {
    margin-bottom: 0.25rem
}

.home1-t .right li a {
    width: 100%;
    display: block
}

.home1-t .right li .scale {
    position: relative
}

.home1-t .right li span {
    background: #0961BF;
    align-items: center;
    padding: 0 0.1rem;
    color: #fff;
    font-size: 0.14rem;
    position: absolute;
    left: 0.25rem;
    top: 0.25rem;
    z-index: 10
}

.home1-t .right li span img {
    display: inline-block;
    margin-right: 0.05rem;
    width: .18rem
}

.home1-t .right li .con {
    margin-top: 0.25rem
}

.home1-t .right li h3 {
    font-size: 0.22rem;
    color: #333;
    font-weight: bold;
    line-height: 0.26rem;
    transition: 0.5s
}

.home1-t .right li .imged {
    padding-bottom: 60%
}

@media screen and (min-width: 1025px) {
    .home1-t a:hover h3 {
        color: #006EBC
    }
}

@media screen and (max-width: 1024px) {
    .home1 {
        padding: .4rem 0 0.4rem
    }

    .home1-t .left {
        width: 100%
    }

    .home1-t .right {
        width: 100%;
        margin-top: 0.3rem
    }
}

.home2 {
    padding: 0rem 0 1rem;
    overflow: hidden
}

.home2::after {
    width: 48%;
    height: 100%;
    background: url(../images/hbg2.png) no-repeat;
    background-size: 100%
}
.djwh ul{display:flex;flex-wrap:wrap;justify-content:center;margin: 0 -.15rem;}
.home2-t li {
    transition: 0.5s;
    width: 2.2rem;
    height: 4.27rem;
    overflow: hidden
}

.home2-t li * {
    transition: 0.5s
}

.home2-t li a {
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.home2-t li .con {
    width: 2.2rem;
    flex-shrink: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 0.5rem 0
}

.home2-t li .scale {
    width: 100%;
    flex-shrink: 0
}

.home2-t li h3 {
    color: #fff;
    font-family: SourceHanSerifCN-Regular;
    font-size: .3rem;
    line-height: 1.2;
    writing-mode: vertical-lr;
    writing-mode: bt-lr
}

.home2-t li:nth-child(1) .con {
    background: #e15252
}

.home2-t li:nth-child(2) .con {
    background: #DFC288
}

.home2-t li:nth-child(3) .con {
    background: #52AEE1
}

.home2-t li:nth-child(4) .con {
    background: #006EBC
}

.home2-t li .imged {
    padding-bottom: 4.27rem
}

@media screen and (min-width: 1025px) {
    .home2-t li.on {
        width: calc(100% - 2.2rem);
    }

    .home2-t li.on .con {
        /* display: none; */
    }
}

@media screen and (max-width: 1024px) {
    .home2 {
        padding: 0rem 0 0.4rem
    }

    .home2-t li {
        width: 50%;
        height: 3rem;
    }

    .home2-t li .con {
        width: 100%;
    }
}

.home3 {
    padding: 0.77rem 0rem 0;
    overflow: hidden
}

.home3-t {
    position: relative
}

.home3::after {
    width: 100%;
    height: 5.16rem;
    background: url(../images/hbg3.jpg) no-repeat top/cover;
    bottom: auto;
    top: 0
}

.home3 .title h3,.home3 .title p {
    color: #fff
}

.home3 .more a {
    color: #fff;
    background: url(../images/morebg2.png) no-repeat
}

.home3-t {
    background: #fff;
    justify-content: space-between;
    padding-left: 0.6rem
}

.home3-t .left {
    width: 36%;
    padding-top: 0.5rem
}

.home3-t .right {
    width: 60%
}

.home3-t .left dt {
    /* padding: 0.3rem; */
    border-bottom: 1px solid #ddd;
    /* height: 0.96rem; */
    transition: 0.5s;
    overflow: hidden
}

.home3-t .left dt:last-child {
    border-bottom: none
}

.home3-t .left dt h3 {
    cursor: pointer;
    font-size: 0.28rem;
    color: #3C3C3C
}

.home3-t .left ul {
    margin: 0.2rem 0;
    /* height: 4.8rem; */
    overflow-y: auto
}

.home3-t .left ul::-webkit-scrollbar {
    width: 0
}

.home3-t .left ul::after {
    width: 0.04rem;
    height: 2.8rem;
    background: url(../images/h3line.png) repeat-y;
    left: 0.27rem
}

.home3-t .left li {
    padding: 0.25rem 0;
}

.home3-t .left li a {
    align-items: center;
    padding-left: 0.24rem
}

.home3-t .left li a::after {
    width: 0.15rem;
    height: 0.13rem;
    background: url(../images/h3-sj.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%)
}

.home3-t .left li span {
    width: 0.2rem;
    height: 1px;
    background: #006EBC
}

.home3-t .left li h4 {
    font-size: 0.2rem;
    color: #333;
    padding-left: 0.17rem;
    flex: 1;
    min-width: 0
}

.home3-t .left li.on a::after {
    opacity: 1
}

.home3-t .left li.on span {
    height: 0.05rem;
    background: #FF6925
}

.home3-t .left dt.on h3 {
    font-weight: bold;
}

.home3-t .left li.on h4 {
    color: #FF6925
}

.home3-t .left dt.on {
    height: 5rem;
}

.home3-t .w-tab {
    width: calc(100% + 2.6rem)
}

.home3-t .w-tab li {
    display: none
}

/* .home3-t .w-tab li:first-child {
    display: block
} */
.home3-t .w-tab ul{/* width:100%; *//* position:absolute; *//* bottom:0; *//* left:0; */}
.home3-t .w-tab a {
    display: block;
    position: relative
}

.home3-t .w-tab .con {
    width: 100%;
    padding: 0 0.8rem 0.4rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10
}

.home3-t .w-tab a .imged {
    padding-bottom: 51%;
}

.home3-t .w-tab a .imged::after {
    width: 100%;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    height: 40%
}

.home3-t .w-tab a h3 {
    align-items: center;
    display: flex
}

.home3-t .w-tab a p {
    flex: 1;
    min-width: 0;
    color: #fff;
    font-size: 0.2rem;
    font-weight: bold;
    padding-left: 0.1rem
}

.home3-t .w-tab a h4 {
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.34rem;
    max-height: 0.68rem\0;
    margin: 0.14rem 0
}

.home3-t .w-tab a span {
    align-items: center;
    color: #fff;
    font-size: 0.16rem;
    text-decoration: underline
}

.home3-t .w-tab a span img {
    display: inline-block;
    margin-left: 0.1rem;
    width: 0.09rem
}

@media screen and (max-width: 1024px) {
    .home3 {
        padding: 0.4rem 0 0
    }

    .home3-t {
        padding-left: 0
    }

    .home3-t .left {
        width: 100%;
        padding-top: 0rem
    }

    .home3-t .right {
        width: 100%;
        margin-top: 0.3rem
    }

    .home3-t .w-tab {
        width: calc(100%)
    }

    .home3-t .w-tab li .con {
        width: 100%;
        padding: 0 0.2rem 0.15rem
    }
}

.home4 {
    padding: 0.85rem 0 1.15rem
}

.home4 .title .h3 {
    margin: 0
}

.home4-t li * {
    transition: 0.5s
}

.home4-t {
    justify-content: space-between
}

.home4-t .left {
    width: 48%;
}

.home4-t .right {
    width: 48%;
}

.home4-t .left li .con {
    height: 1.3rem;
    position: relative;
    padding: 0.15rem 0;
    border-bottom: 1px solid #ddd
}

.home4-t li p {
    align-items: center;
    font-size: 0.14rem;
    color: #333;
    line-height: .26rem;
    height: .52rem;
    overflow: hidden;
    margin-top: 10px;
}

.home4-t li p img {
    display: inline-block;
    margin-right: .05rem
}

.home4-t li h3 {
    font-size: 0.20rem;
    font-weight: bold !important;
    color: #353535;
    margin-top: 0rem;
    transition: 0.5s;
    /* font-weight: bold; */
}

.home4-t .left li h3 {
    width: 90%
}

.home4-t .left li span {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0.44rem;
    height: .44rem
}

.home4-t .left li span img {
    width: 100%
}

.home4-t .left .cir {
    display: flex;
    left: auto;
    width: 1.32rem;
    height: 0.03rem;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    right: 0.25rem;
    bottom: 1.5rem
}

.home4-t .left .cir span {
    opacity: 0;
    flex: 1;
    border-radius: 3px;
    background: #FFFFFF;
    height: .03rem;
    width: auto
}

.home4-t .left .cir span.swiper-pagination-bullet-active {
    opacity: 1
}

.home4-t .right li:first-child {
    border-top: 1px solid #ddd
}

.home4-t .right li a {
    height: 1.15rem;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 0.13rem 0;
    float: left;
    width: 67%;
}

.home4-t li a::after {
    background: #006EBC;
    height: 1px;
    bottom: -1px
}

.home4-t li * {
    transition: 0.5s
}

.home4-t .right li h3 {
    font-weight: normal
}

.h4-t ul {
    flex: 1;
    min-width: 0;
    padding-right: 0.3rem
}

.h4-r {
    width: 29%;
    float: right;
}

.h4-r .imged {
    padding-bottom: 53%;
    margin-top: 10px;
}

@media screen and (min-width: 1025px) {
    .home4-t li a:hover::after {
        width: 100%
    }

    .home4-t li a:hover h3 {
        font-weight: bold
    }
}

@media screen and (max-width: 1024px) {
    .home4 {
        padding: 0.4rem 0 0.4rem
    }

    .home4-t .left {
        width: 100%
    }

    .home4-t .right {
        width: 100%;
        margin-top: 0.3rem
    }

    .home4-t .left li .con {
        height: auto
    }
}

@media screen and (max-width: 600px) {
    .h4-t ul {
        flex: none;
        min-width: 0;
        padding-right: 0rem;
        width: 100%
    }

    .h4-r {
        /* width: 13%; */
    }

    .home4-t .right li a {
        height: auto
    }
}

.home5 {
    width: 100%;
    padding: 0.77rem 0;
    overflow: hidden;
    background: url(../images/hbg5.jpg) no-repeat center/cover
}

.home5-t {
    position: relative;
    /* padding-top: .3rem; */
}

.home5-t li .con {
    height: 0.75rem;
    padding: 0.18rem;
}

.home5-t li .imged {
    padding-bottom: 125%;
    background-position: top center !important
}

.home5-t li h3 {
    color: #fff;
    font-size: 0.24rem;
    line-height: 0.36rem
}

.home5-t li h3 span {
    color: #fff;
    font-size: 0.14rem;
   /* display: inline-block;*/
    padding-left: 0.2rem;
    opacity: .7
}

.home5-t li .box {
    display: none
}

.home5-t li p {
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.2rem;
    max-height: 0.4rem\0;
    opacity: .7;
    margin-bottom: 0.1rem
}

.home5-t li * {
    transition: 0.5s
}

.home5-t li a {
    display: block
}

.home5-t li.swiper-slide-active .con {
    background: #002F5C
}

.home5-t li.swiper-slide-active+li .con {
    background: #003A91
}

.home5-t li.swiper-slide-active+li+li .con {
    background: #006EBC
}

.home5-t li.swiper-slide-active+li+li+li .con {
    background: #4CC4ED
}

.h5-b {
    position: relative;
    margin-top: 0.78rem;
    height: 0.56rem
}

.h5-b .cir {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex
}

.h5-b .cir::after {
    width: 100%;
    height: 1px;
    background: #006EBC;
    opacity: .5
}

.h5-b .cir span {
    opacity: 0;
    flex: 1;
    height: 0.03rem;
    background: #006EBC;
    border-radius: 0
}

.h5-b .cir span.swiper-pagination-bullet-active {
    opacity: 1
}

.h5-b .arrow {
    width: 0.56rem;
    height: 0.56rem;
    background: #006EBC;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.05rem;
    border-radius: 50%;
    left: 30%;
    top: 0;
    position: absolute
}

.h5-b .arror {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: .08rem;
    height: .14rem;
    margin: 0;
    color: #fff;
    display: flex;
    align-items: center;
    background: none
}

@media screen and (min-width: 1025px) {
    .home5-t li a:hover {
        transform: translateY(-0.75rem)
    }

    .home5-t li a:hover .imged {
        padding-bottom: 107%;
        transform: scale(1)
    }

    .home5-t li a:hover .con {
        height: 1.74rem;
        text-align: center
    }

    .home5-t li a:hover h3 {
        font-weight: bold
    }

    .home5-t li a:hover h3 span {
        display: none
    }

    .home5-t li a:hover .box {
        display: block
    }

    .home5-t .swiper-container {
        padding-top: 0.75rem;
        height: 5.8rem
    }
}

@media screen and (max-width: 1024px) {
    .home5 {
        padding: 0.3rem 0 0.4rem
    }

    .home5-t {
        padding-top: 0
    }
}

.home6 {
    width: 100%;
    padding: 0.7rem 0;
    overflow: hidden
}

.home6::after {
    width: 100%;
    height: 80%;
    background: url(../images/hbg6.png) no-repeat bottom/cover
}

.home6-t ul {
    justify-content: space-between;
    width: 48%;
}

.home6-t li {
    width: 100%;
    margin-bottom: 0.35rem
}

.home6-t li a {
    align-items: center
}

.home6-t li a::after {
    width: auto;
    left: 4.03rem;
    right: 0;
    height: 1px;
    background: #ddd
}

.home6-t li .scale {
    width: 3.68rem
}

.home6-t li .con {
    flex: 1;
    min-width: 0;
    padding-left: 0.35rem
}

.home6-t li span {
    background: #0961BF;
    align-items: center;
    padding: 0.08rem 0.11rem;
    color: #fff;
    font-size: 0.14rem;
    width: 1.3rem
}

.home6-t li span img {
    display: inline-block;
    margin-right: 0.1rem;
    width: 0.19rem
}

.home6-t li h3 {
    font-size: 0.18rem;
    color: #333;
    line-height: 0.3rem;
    max-height: 0.52rem\0;
    margin: 0.27rem 0 0.07rem
}

.home6-t li p {font-size: 0.14rem;color: #959595;margin-bottom: 0.2rem;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;line-height: 25px;text-overflow: ellipsis;}

.home6-t li .con>img {
    width: 0.32rem
}

.home6-b {
    margin-top: 0.4rem;
    justify-content: space-between
}

.home6-b .left {
    width: 46%;
    background: url(../images/h6bg.jpg) no-repeat center/cover;
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.3);
    padding: 0.4rem 0.5rem 0.2rem 0.5rem;
}

.home6-b .right {
    width: 50%;
}

.home6-b .left ul {
    justify-content: space-between
}

.home6-b .left li {
    width: 45%;
}

.home6-b .left li .imged {
    padding-bottom: 128%;
}

.home6-b .left h3 {
    text-align: center;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-top: 0.15rem
}

.home6-b .right ul {
    justify-content: space-between
}

.home6-b .right li {
    width: 46%;
}

.home6-b .right li a {
    display: block;
    position: relative
}

.home6-b .right li .con {
    width: 100%;
    padding: 0.2rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10
}

.home6-b .right li * {
    transition: 0.5s
}

.home6-b .right li h3 {
    text-align: center;
    color: #fff;
    font-size: 0.18rem;
    font-weight: bold
}

.home6-b .right li .imged {
    padding-bottom: 128%;
}

.home6-b .right li .imged::after {
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%)
}

.home6-b .right li .box {
    display: none
}

.home6-b .right li h4 {
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #9E9E9E;
    margin-top: 0.14rem;
    max-height: 1.04rem\0
}

.home6-b .right li a::after {
    height: 0.03rem;
    background: #006EBC
}

@media screen and (min-width: 1025px) {
    .home6-t li a:hover h3 {
        color: #006EBC;
        font-weight: bold
    }

    .home6-t li a:hover::after {
        background: #006EBC
    }

    .home6-b .right li a:hover h3 {
        color: #333
    }

    .home6-b .right li a:hover::after {
        width: 100%
    }

    .home6-b .right li a:hover .con {
        position: relative
    }

    .home6-b .right li a:hover .box {
        display: block
    }

    .home6-b .right li a:hover .imged {
        padding-bottom: 68%;
    }

    .home6-b .right li a:hover .imged::after {
        opacity: 0
    }

    .home6-b .right li a {
        height: 4.2rem;
    }
}

@media screen and (max-width: 1024px) {
    .home6 {
        padding: 0.4rem 0
    }

    .home6-b {
        margin-top: .4rem
    }

    .home6-b .left {
        width: 100%
    }

    .home6-b .right {
        width: 100%;
        margin-top: 0.3rem
    }
}

@media screen and (max-width: 768px) {
    .doctor .info{display:block}
    .home6-t li {
        width: 100%;
        margin-bottom: 0.3rem
    }
.home6-t ul{width:100%;}
    .home6-b .left {
        padding: 0.2rem
    }

    .home6-t li .scale {
        width: 2.6rem
    }

    .home6-t li span {
        width: 1.6rem
    }

    .home6-t li h3 {
        margin: 0.15rem 0 0.1rem
    }

    .home6-t li p {
        margin-bottom: 0.1rem
    }

    .home6-t li a::after {
        left: 3rem
    }
}

@media screen and (max-width: 600px) {
    .home6-t li span {
        width: 2rem
    }
}

.home7 {
    width: 100%;
    padding: 0.78rem 0;
    overflow: hidden
}

.home7-t {
    background: rgba(0, 110, 188, 0.05)
}

.home7-t .left {
    width: 60%
}

.home7-t .right {
    width: 40%;
    height: 5.4rem;
    position: relative
}

.home7-t .left li {
    display: none
}

.home7-t .left li:first-child {
    display: block
}

.home7-t .left li img {
    padding-bottom: 5.42rem
}

.home7-t .right li {
    transition: 0.5s;
    padding: 0 0.45rem
}

.home7-t .right li * {
    transition: 0.5s
}

.home7-t .right li::after {
    width: auto;
    left: -0.5rem;
    background: url(../images/h7-bg.png) no-repeat center/cover;
    opacity: 0;
    box-shadow: 0.13rem 0rem 0.3rem 0rem rgba(33, 73, 146, 0.5);
    right: 0
}

.home7-t .right li a {
    display: block;
    height: 0.81rem;
    border-bottom: 1px solid #ddd
}

.home7-t .right li:last-child a {
    border-bottom: none
}

.home7-t .right li .h3 {
    align-items: center;
    height: 100%
}

.home7-t .right li .h3 h3 {
    font-size: 0.18rem;
    color: #333333;
    flex: 1;
    min-width: 0;
    padding: 0 0.2rem 0 0.15rem;
    position: relative
}

.home7-t .right li .h3 h3::after {
    content: "";
    position: absolute;
    width: 0.04rem;
    height: 0.04rem;
    border-radius: 50%;
    background: #333;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.home7-t .right li span {
    font-size: 0.14rem;
    color: #006EBC;
    padding-left: 0.1rem;
    border-left: 1px solid #006EBC
}

.home7-t .right li p {
    align-items: center;
    font-size: 0.14rem;
    color: #006EBC;
    line-height: 0.36rem
}

.home7-t .right li p img {
    display: inline-block;
    margin-right: 0.1rem;
    width: 0.12rem
}

.home7-t .right li .con h3 {
    margin: 0 0 0.1rem;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.36rem;
    color: #006EBC
}

.home7-t .right li h4 {
    font-size: 0.16rem;
    color: #006EBC;
    line-height: 0.24rem;
    max-height: 0.48rem
}

.home7-t .right li .con {
    display: none;
    padding: 0.3rem 0
}

@media screen and (min-width: 1025px) {
    .home7-t .right li.on {
        padding-left: 0
    }

    .home7-t .right li.on a {
        height: 2.12rem
    }

    .home7-t .right li.on::after {
        opacity: 1
    }

    .home7-t .right li.on .con {
        display: block
    }

    .home7-t .right li.on .h3 {
        display: none
    }
}

@media screen and (max-width: 1024px) {
    .home7 {
        padding: 0.4rem 0
    }

    .home7-t .left li img {
        padding-bottom: 60%
    }

    .home7-t .left {
        width: 100%
    }

    .home7-t .right {
        width: 100%;
        margin-top: 0.3rem;
        height: auto
    }

    .home7-t .right li::after {
        left: 0
    }

    .home7-t .right li {
        padding: 0 0.2rem
    }
}

.footer {
    width: 100%;
    background: url(../images/fbg.jpg) no-repeat center/cover;
    padding: 0
}

.footer .wp {
    width: 17rem
}

.foot-t {
    padding: .28rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: space-between;
    align-items: center
}

.foot-t .log {
    width: 28%
}

.foot-t ul {
    align-items: center;
    width: 100%
}

.foot-t h3 {
    font-size: 0.18rem;
    color: #fff;
    line-height: 1.5
}

.foot-t li a {
    padding: 0 0.17rem;
    font-size: 0.18rem;
    color: #fff;
    line-height: .48rem;
    align-items: center;
    transition: 0.5s;
    border-right: 1px solid #fff
}

.foot-t li:last-child a {
    border-right: none
}

.foot-b {
    padding: 0.4rem 0 0.3rem;
    justify-content: space-between;
    align-items: center
}

.foot-b .fot-1 {
    width: 45%;
}

.foot-b .fot-3 {
    width: 45%;
    justify-content: flex-end
}

.foot-b .fot-1 dl {
    justify-content: space-between
}

.foot-b .fot-1 dt h3 {
    align-items: center;
    color: #fff;
    font-size: 0.2rem;
    margin-bottom: 0.05rem
}

.foot-b .fot-1 dt p {
    font-size: 0.18rem;
    color: #fff;
    line-height: 2.2;
    margin-bottom: 0.08rem
}

.foot-b .fot-3 .img {
    width: 1.2rem;
    margin: 0 0.12rem;
    text-align: center;
}
.foot-b .fot-3 .img img {
    width: 1.2rem;
    /* margin: 0 0.12rem; */
    text-align: center
}
.foot-b .fot-3 p {
    text-align: center;
    margin-top: .1rem;
    font-size: 0.16rem;
    color: #fff;
    line-height: 1.5
}

.footer .fot {
    width: 80%;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 0.2rem 0
}

.footer .fot p {
    font-size: 0.18rem;
    color: #FFFFFF
}

.foot {
    padding: 0.22rem 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    justify-content: space-between
}

.foot p {
    font-size: 0.18rem;
    line-height: 1.5;
    color: #fff
}

.foot p a {
    display: inline-block;
    padding: 0 0.2rem
}

.foot dl {
    align-items: center
}

.foot dt {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 0.18rem
}

.foot dt a {
    display: inline-block;
    padding: 0 0.15rem
}

.foot-t li a:hover {
    opacity: .85
}

.rr {
    position: fixed;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000
}

.rr img {
    width: 1.4rem
}

.more a:hover {
    color: #006EBC;
    text-decoration: underline
}

@media screen and (max-width: 1024px) {
    .foot-t {
        padding: .15rem 0
    }

    .foot-b {
        padding: .20rem 0
    }

    .foot-b .fot-1 {
        width: 100%
    }

    .foot-b .fot-3 {
        width: 100%;
        justify-content: center
    }

    .rr {
        display: none !important
    }
}

@media screen and (max-width: 768px) {
    .foot-t .log {
        width: 100%;
        text-align: center
    }

    .foot-t ul {
        align-items: center;
        width: 100%
    }

    .foot p {
        text-align: center
    }

    .foot dl {
        align-items: center;
        width: 100%;
        justify-content: center;
        order: -1;
        margin-bottom: 0.15rem
    }
.foot-b .fot-3 em{display:none;}
}

@media screen and (max-width: 1600px) {
    #nav ul li h3 {
        padding: 0 .1rem
    }
}

@media screen and (max-width: 1300px) {
    .list_box1 .ser {
        padding-left: .5rem
    }

    .header_top #logo img {
        max-width: 5rem
    }
}

@media screen and (max-width: 1200px) {
    .header_box {
        display: none
    }

    .m_header_box {
        display: block !important;
        height: .7rem
    }

    #nav {
        display: none
    }
}

@media screen and (max-width: 1024px) {
    .title {
        margin-bottom: .35rem
    }

    .title h3 {
        font-size: 0.3rem
    }

    .swiper-box1 .swiper-pagination {
        bottom: .2rem
    }

    .banner video {
        display: none
    }

    .m_header_box, .m_header_box header {
        height: 1rem
    }

    #nav_btn_box {
        width: 1rem;
        height: 1rem
    }
}

@media screen and (max-width: 768px) {
    .m_header_box, .m_header_box header {
        height: .8rem
    }

.m_header_box header #logo img {
    max-height: .8rem
}
.home3-t .left dt {
padding: 0.3rem; 
}

    #nav_btn_box {
        width: .8rem;
        height: .8rem
    }

    .title {
        margin-bottom: .25rem !important
    }

    .title h3 {
        font-size: 0.32rem
    }

    .txt1 {
        font-size: 0.2rem !important;
        line-height: 1.3 !important
    }

    .p1 {
        font-size: 0.16rem !important;
        line-height: 1.3 !important;
        display: none;
    }

    .swiper-box1 .imged {
        padding-bottom: 45%
    }

    .title .h3 {
        margin: 0;
        text-align: left
    }
}

@media screen and (max-width: 420px) {
    .m_header_box, .m_header_box header {
        height: 1rem
    }

    #nav_btn_box {
        width: 1rem;
        height: 1rem
    }
}

@media(min-width: 200px) {
    [aos=zoom-in] {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
}

@media screen and (max-height: 500px) {
    .list_box_nav_mobile {
        max-height: calc(100% - 120px);
        padding-left: 0rem
    }
}