@charset "UTF-8";
@font-face {
    font-family: 'songti';
    src: url("/xym/font/oVHvixqWq9t6.woff") format("woff");
    font-display: swap;
}
@font-face {
    font-family: 'songtiH';
    src: url("/xym/font/songti-Heavy.otf") format("opentype");
    font-display: swap;
}
@font-face {
    font-family: 'songtiR';
    src: url("/xym/font/songtiR.otf") format("opentype");
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: "Microsoft Yahei", sans-serif;
}

html,
body {
    color: #333;
    font-size: 0.16rem;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    overflow-x: hidden;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,b {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
i,em,b{
    font-style: normal;
}
ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color:inherit;
}
a:focus,div:focus{
    border: none;
    outline: none;
}
img,
input {
    border: 0;
}
input,button{border: none;outline: none;color:inherit;background-color: transparent;}
.f0{
    font-size: 0;
}
input[type='text']:focus-visible{
    outline: none;
}

.clear:after{
    content: '';
    display: block;
    clear: both;
}

.pic {
    /*padding-top: 75%;*/
    position: relative;
    overflow: hidden;
}
.icon img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: all 0.3s ease-in;
}
.pic .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;
}
.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.pic img:hover,
.bg-mask:hover .cover_img .a{
    transform: scale(1.05);
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.flex{display:flex;justify-content:space-between;flex-wrap:wrap}
.flex-left{display:flex;flex-wrap:wrap}
.flex-center{display:flex;flex-wrap:wrap;justify-content: center;}
.flex-right{display:flex;flex-wrap:wrap;justify-content: flex-end;}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}
.flex-v{display:-webkit-flex;display:flex;align-items:center;justify-content:space-between;}
.flex-v-bottom{display: -webkit-flex;display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: left;}
.eclip {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;}
.pore{position:relative}
.aline_r {position: relative;background-image: linear-gradient( #0771A3, #0771A3);background-position: 0 100%;background-size: 0 1px;background-repeat: no-repeat;transition: background-size .5s;}
.alin_r:hover .aline_r{background-size: 100% 1px; color: #0771A3}
html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}
.zi3{position: relative;z-index: 3}
@media screen and (max-width:1024px){
    html{font-size: 90px!important;}
}
@media screen and (max-width:900px){
    html{font-size: 85px!important;}
}
@media screen and (max-width:640px){
    body{font-size: .18rem}
}
@media screen and (max-width:480px){
    html{font-size: 80px!important;}
}
@media screen and (max-width:375px){
    html{font-size: 80px!important;}
}
@media screen and (max-width:360px){
    html{font-size: 70px!important;}
}

.wp{
    width: 15.2rem;
    margin: 0 auto;
    max-width: 96%;
}
.none{
    display: none;
}

/*=============================公共 开始===================================*/

.head .wp{
    width: 100%;
    max-width: none;
    padding: 0 .45rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}
.logo img{
    display: block;
    height: .7rem;
}

.header_right{

}
.header_right .top{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header_right .top .li{
    font-size: .14rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: .24rem;
    margin-left: .17rem;
    position: relative;
}
.header_right .top .li a{
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    transition: .5s;
}
.header_right .top .li a img{
    display: block;
    height: .17rem;
    margin-right: .13rem;
}
.header_right .top .linb>a:after{
    content: '';
    margin-left: .14rem;
    width: .09rem;
    height: .05rem;
    background: url("/xym/images/h_ico07.png") no-repeat 50%;
}
.header_right .top .li dl{
    position: absolute;
    top: 100%;
    padding-top: .05rem;
    background: rgba(255,255,255,.95);
    background-clip: content-box;
    width: .8rem;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .25s;
    transform-origin: top;
}
.header_right .top .li dl a{
    font-size: .14rem;
    color: #555;
    line-height: 1.5;
    text-align: center;
    display: block;
    padding: .05rem 0;
    transition: .5s;
}
.header_right .top .li:hover dl {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}

.header_right .top .li dl a:hover {
    color: #fff;
    background: #990000;
    opacity: 1;
}
.header_right .top .li:hover>a{
    color: #990000;
}
#nav{
}
#nav li{
    position: relative;
    margin-left: .36rem;
}

#nav li h2{
    font-size: .2rem;
    color: #fff;
    line-height: .5rem;
    font-weight: 600;
}
#nav ul li h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: .6s;
    width: 0;
    height: 3px;
    background: #990000;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
}

#nav ul li.on h2:after, #nav ul li:hover h2:after {
    opacity: 1;
    visibility: visible;
    width: .34rem;
    margin-left: -.17rem;
}
/*#nav ul li.on h2, #nav ul li:hover h2{
    color: #0771A3;
}*/
#nav ul li .sub {
    position: absolute;
    top: 100%;
    background: #f9f9f9;
    min-width: 1.4rem;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .25s;
    transform-origin: top;
}

#nav ul li .sub .box {
    padding: 0;
    text-align: center;
    box-shadow: 0 0 60px rgba(0,0,0,.1);
}

#nav ul li .sub a {
    padding: .12rem .1rem;
    line-height: 1.375;
    transition: .6s;
    font-size: .14rem;
    color: #666666;
    text-align: center;
    white-space: nowrap;
    display: block;
    width: 100%;
    border-bottom: rgba(0,0,0,.02) 1px solid;
}

#nav ul li .sub a:hover {
    color: #fff;
    background: #990000;
}

#nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}


.head:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 1.5rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.63) 4%, rgba(216, 216, 216, 0) 100%);
}
.head:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: .02rem;
    background: #c8262c;
    z-index: 3;
}
.head{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    padding: .18rem 0;
}

/*miso-nav*/
.miso_navs {
    position: fixed;
    left: 0;
    width: 100%;
    background: #c8262c;
    box-shadow: 0 0 60px rgba(0,0,0,.1);
    top: 0;
    z-index: 100000;
    height: .9rem;
    transform: translateY(-101%);
    transition: .5s;
    visibility: hidden;
    opacity: 0;
}
.miso_navs #nav {
    height: 100%
}

.miso_navs #nav .wp {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.miso_navs #nav .logos img{
    display: block;
    max-height: .6rem;
}
.miso_navs #nav ul {
    width: calc(100% - 3.8rem)
}

.miso_navs #nav ul li {
    margin-left: 0;
}

.miso_navs #nav li h2{
    line-height: .9rem;
}

.miso_navs.xg1 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.ftlink{
    position: relative;
margin-top:1.5rem;
}
.list_box4{
    position: relative;
    padding: 0 2.15rem;
}
.list_box4:before{
    position: absolute;
    content: '';
    left: 2.13rem;
    width: .02rem;
    height: .75rem;
    bottom: 0;
    background: #990000;
}
.list_box4:after{
    position: absolute;
    content: '';
    right: 2.13rem;
    width: .02rem;
    height: .75rem;
    bottom: 0;
    background: #990000;
}
.list_box4 li{
    position: relative;
    width: calc(100% / 7);
}
.list_box4 li:before{
    position: absolute;
    content: '';
    left: 0;
    width: .02rem;
    top: 0;
    bottom: 0;
    background: #990000;
}
.list_box4 li:first-child:before{
    display: none;
}
.list_box4 li a{
    display: block;
    font-size: .2rem;
    color: #333;
    text-align: center;
    transition: .5s;
    line-height: .54rem;
}
.list_box4 li:hover a{
    color: #990000;
}
.ftlink:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 19.375%;
    height: 1.48rem;
    background: url("/xym/images/s8-img01.png") no-repeat bottom  center;
    background-size: 100%;
}
.ftlink:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 19.375%;
    height: 1.57rem;
    background: url("/xym/images/s8-img02.png") no-repeat bottom  center;
    background-size: 100%;
}


.ft1{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-bottom: .4rem;
    padding-top: .4rem;
}
.ftlogo{
    width: 31.51%;
}
.ftlogo img{
    display: block;
    width: 100%;
}
.ftright{
    width: 65.79%;
}

.ftright .fttop{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: .25rem;
}
.ftright h3{
    font-size: .2rem;
    color: #fff;
    line-height: .24rem;
    font-family: 'songtiR',sans-serif;
    margin-bottom: .17rem;
}
.ftright .fttop .ll{
    width: 33%;
}
.ftright .fttop .ll h3{
    margin-bottom: .32rem;
}
.ftright .fttop .ll h5 p{
    font-size: .16rem;
    color: #fff;
    line-height: .24rem;
    color: rgba(255, 255, 255, 0.8);
}
.ftright .fttop .ll h5 span{
    display: block;
    font-size: .12rem;
    line-height: .16rem;
    color: rgba(255, 255, 255, 0.8);
}
.ftright .fttop .ll h5{
    margin-top: .1rem;
}

.ftright .fttop .rr{
    width: 53.5%;
}
.ftright .fttop .flink{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ftright .fttop .flink a{
    display: block;
    width: 42.05%;
    font-size: .14rem;
    color: #fff;
    line-height: .3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    margin-top: .2rem;
    opacity: .8;
}
.ftright .fttop .flink a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: -1px;
    height: 1px;
    background: #fff;
    transition: .5s;

}
.ftright .fttop .flink a:hover{
    opacity: 1;
}
.ftright .fttop .flink a:hover:after{
    right: 0;
}
.ftright .ftbm img{
    display: block;
    height: .6rem;
}

.bq{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.bq p{
    display: flex;
    justify-content: center;
}
.bq p a{
    display: block;
    font-size: .14rem;
    color: #fff;
    line-height: .5rem;
    margin: 0 .1rem;
}

.foot{
    background: url("/xym/images/foot.jpg") no-repeat bottom center;
    background-size: cover;
}

/*search*/
.search-dialog-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
    /* overflow: hidden; */
}

.search-dialog-box:before {
    content: "";
    position: absolute;
    top: 0;
    height: 0;
    background: #c8262c;
    transition: .6s;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: .8;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.search-dialog-box.on:before {
    height: 100%
}

.search-dialog-box .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    margin: 0;
    background: rgba(0,0,0,.7);
    background-size: cover;
    background-repeat: no-repeat;
    /* z-index: 1; */
    transform-origin: center center;
    transition: height .8s cubic-bezier(.77,0,.175,1);
}

.search-dialog-box .wrap-inner {
    transform: translateY(100%);
    transition: .6s;
}

.search-dialog {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.search-dialog .search-tit {
    font-size: 2.75rem;
    line-height: 3.5rem;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: none;
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0;
}

.search-dialog .search-input {
    width: 8rem;
    margin: 0 auto;
    padding: 0 0.08rem 0 .24rem;
    background-color: rgba(255,255,255,.1);
    box-sizing: border-box;
    transition: all .3s;
    max-width: 94%;
    overflow: hidden;
}

.search-dialog .search-input input[type=text] {
    float: left;
    height: .72rem;
    width: calc(100% - .56rem);
    background-color: transparent;
    font-size: .2rem;
    line-height: .08rem;
    color: #fff;
    transition: all .3s;
}

.search-dialog .search-input input[type=text]::-webkit-input-placeholder {
    color: rgba(255,255,255,0.5);
}

.search-dialog .search-input input[type=text]:-moz-placeholder {
    color: rgba(255,255,255,0.5);
}

.search-dialog .search-input input[type=text]::-moz-placeholder {
    color: rgba(255,255,255,0.5);
}

.search-dialog .search-input input[type=text]:-ms-input-placeholder {
    color: rgba(255,255,255,0.5);
}

.search-dialog .search-input input[type=submit],
.search-dialog .search-input .clear-btn {
    float: right;
    height: .72rem;
    width: .56rem;
}

.search-dialog .search-input input[type=submit] {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: .24rem;
    background-image: url('/xym/images/search.png');
}

.search-dialog .search-input .clear-btn {
    background-color: rgba(0,0,0,.2);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/xym/images/close.png');
    background-size: 3.5rem;
    border-radius: 100%;
    margin-right: 1rem;
    display: none;
}

.search-dialog .search-input.on {
    background-color: #fff;
}

.search-dialog .search-input.on input[type=submit] {
}
.search-dialog .f-cb h3 {
    font-size: .3rem;
    color: #fff;
    text-align: center;
    margin-bottom: .3rem;
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .search-bg {
    height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .wrap-inner {
    transform: translateY(0)
}
.pub-close {
    position: absolute;
    width: .48rem;
    height: .48rem;
    z-index: 10;
    right: .24rem;
    top: .24rem;
    background-color: rgba(255,255,255,.1);
    border-radius: 100%;
}

.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(200, 38, 44, 0.9);
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}

.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: .22rem;
    background-repeat: no-repeat;
    background-image: url('/xym/images/close.png');
    transition: .6s;
}

.pub-close i:hover {
    transform: rotate(180deg)
}
/*search*/


/*=================================响应开始========================================*/
/*wap*/

.wap-head {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding-right: 15px;
    padding-left: 15px;
    background:#c8262c;
    height: .75rem;
}

.big-nav {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0;
    padding: .9rem 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: rgba(200, 38, 44, 0.9);
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);

}

body.navShow .big-nav {
    pointer-events: auto;
    right: 0;
    opacity: 1;
    visibility: visible;
}

.big-nav .list_box0 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.big-nav .list_box0 .li {
    font-size: 14px;
    color: #e8e8e8;
    display: inline-block;
    transition: .6s;
    margin-right: 0.2rem;
    position: relative;
    line-height: .5rem;
}

.big-nav .list_box0 .li a {
    color: #fff;
}

.big-nav .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.04rem;
    bottom: 0;
    overflow-y: auto;
}

.list_box_nav_mobile {
    width: 100%;
    height: 100%;
    padding: 0 0 10px;
    overflow: hidden;
    overflow-y: scroll;
    margin: 0;
    flex: 1;
}

.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 rgba(255, 255, 255, .15);
    line-height: .64rem;
    color: rgba(255, 255, 255, .8);
    padding: 0;
    font-size: .2rem;
    display: flex;
    position: relative;
    transition: .5s;
}

.list_box_nav_mobile > li i {
    opacity: 1;
    filter: alpha(opacity=100);
    width: .64rem;
    height: .64rem;
    background: url('/xym/images/nav-icon.png') center no-repeat;
    background-size: auto .12rem !important;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
}

.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 {
    color: rgba(255, 255, 255, 1);
}

/*三级导航 开始*/
.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: 13px;
    color: rgba(255, 255, 255, .6);
    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%;
    height: 60px;
    display: block;
}

.wap_search .header-search {
    height: 40px;
    border-radius: 0;
    background: rgb(255 255 255);
    position: relative;
    width: 100%;
    margin: 10px auto;
}

.wap_search .input {
    font-size: 14px;
    color: #646464;
    height: 40px;
    line-height: 40px;
    padding: 0 .24rem;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: none;
    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("/xym/images/search.png") center no-repeat #d7b678;
    background-size: .2rem;
    border-radius: 0;
}

.wap_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;
}

.ar_wap{display: none}

@media (max-width: 1870px){
    #nav li{
        margin-left: .3rem;
    }
}
@media (max-width: 1600px){
    .head .wp{
        max-width: none;
        padding: 0 .3rem;
    }
    #nav li{
        margin-left: .2rem;
    }
}
@media (max-width: 1199px){
    html,body{
        overflow-x: hidden !important;
    }
    .ar_web{display: none}
    .ar_wap{display: block}
    .wp {
        width: 100%;
        padding: 0 15px;
        max-width: 100%;
    }
    .wap-head {
        display: flex;
        z-index: 11111;
    }
    .wap-head .logo img{
        height: 0.55rem;
    }
    .wap-head .navbtnm {
        width: .86rem;
        height: .75rem;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 5;
        color: #fff;
        text-align: center;
    }
    .wap-head .navbtnm i{
        display: block;
        width: 100%;
        height: 0.75rem;
        background: url("/xym/images/menu.png") no-repeat 50%;
        background-size: 0.32rem 0.32rem;
        transition: all .3s;
        position: relative;
        z-index: 3;
    }
    .wap-head .navbtnm:before{
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #d7b678;
    }
    .wap-head .navbtnm:after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: -6px;
        border-right: #d7b678 6px solid;
        border-bottom: transparent 0.75rem solid;
    }
    .navShow .navbtnm i{
        background-image: url("/xym/images/close-menu.png");
    }
    .list_box0 .li{
        border: none;
    }

}
@media (max-width: 1025px){
    .ftlogo{
        width: 100%;
        margin-bottom: .3rem;
    }
    .ftlogo img{
        width: auto;
        max-width: 100%;
        max-height: 1.5rem;
        margin: 0 auto;
    }
    .ftright{
        width: 100%;
    }
    .ftright .fttop .ll{
        width: 50%;
    }
    .ftright .fttop .rr{
        width: 50%;
    }
    .ftright .fttop .ll h3{
        margin-bottom: .15rem;
    }
    .ftright h3{
        margin-bottom: .05rem;
    }
    .ftright .fttop .flink a{
        width: 48%;
    }
    .ftbm img{
        margin: 0 auto;
    }
    .ftright .ftbm img{
        max-width: 100%;
        max-height: .6rem;
        height: auto;
    }
    .ft1{
        padding: .3rem 0 .2rem;
    }

    .list_box4{
        padding: 0;
    }
    .ftlink:after,
    .ftlink:before,
    .list_box4:before,
    .list_box4:after{
        display: none;
    }
    .list_box4 li a{
        line-height: .48rem;
    }
    .bq p a{
        line-height: .34rem;
    }
    .bq{
        padding: .1rem 0;
    }
}
@media (max-width: 769px){
    .ftright .fttop .ll{
        width: 100%;
        margin-bottom: .2rem;
    }
    .ftright .fttop .ll h3{
        margin-bottom: 0;
        text-align: center;
    }
    .ftright h3{
        text-align: center;
    }
    .ftright .fttop .ll h5{
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ftright .fttop .rr{
        width: 100%;
    }
    .bq p{
        flex-wrap: wrap;
    }
    .ftlogo{
        margin-bottom: .2rem;
    }
    .table-box{overflow-x:scroll;}
}
@media (max-width: 641px){
    .list_box4 li{
        width: calc(100% / 3);
    }
    .list_box4 li:before{
        display: none;
    }
}
@media (max-width: 481px){
    .ftright .fttop .flink a{
        width: 50%;
        margin-top: 0;
        line-height: .26rem;
        padding: .1rem 0;
        text-align: center;
    }

}