*,
html,
body {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    color: #303030;
    font: 16px/2 "fxlth";
    font-weight: 300;
    /* line-height: 1.6; */
    letter-spacing: 0.5px;
}


@font-face {
    font-family: "fxlth";
    font-weight: 300;
    src: url(../fonts/fxlth_300.TTF);
}

@font-face {
    font-family: "fxlth";
    font-weight: 600;
    src: url(../fonts/fxlth_600.TTF);
}
@font-face {
    font-family: "DIN";
    src: url(../fonts/D-DIN-Bold.ttf);
}
ul,
ol,
dl,
li,
dt,
dd {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}

a {
    cursor: pointer;
}

a,
img,
select,
button,
input,
input[type=password],
input[type=text],
textarea {
    outline: none;
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

:root {
    --blue: #0172be;
    --white: #ffffff;
  }

/*清除浮动*/
.clearfix::after,
.clearfix::before {
    content: ".";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

input { cursor: pointer; -webkit-appearance: none; }
select {
    -webkit-appearance:button;
}

.padd {
    padding: 98px 0;
}
.inner{
    width: 90%;
    /* width: 1530px; */
    margin: 0 auto;
}
@media (max-width: 1600px) {
    /* .inner {
        width: 1170px;
    } */
}
@media (max-width: 1200px) {
    /* .inner{
        width: 970px;
    } */
}
@media (max-width: 900px) {
    /* .inner{
        width: 90%;
    } */
}
@media(max-width:1440px){
    .padd{
        padding: 78px 0;
    }
}

@media(max-width:900px){
    .padd{
        padding: 58px 0;
    }
}
@media(max-width:680px){
    .padd{
        padding: 38px 0;
    }
}
/* swiper.js 控制器样式 */
.pos.swiper-pagination {
    width: 100%;
    bottom: 0 !important;
    position: relative;
    margin-top: 20px;
}

@media(max-width:500px) {

    .pos.swiper-pagination{
        margin-top: 10px;
    }   
}


.swiper-pagination-bullet,
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 28px;
}

.swiper-pagination-bullet {
    cursor: pointer;
    opacity: 1;
    position: relative;
    border-radius: 38px;
    background: rgba(255, 255, 255, 0.58);
    transition: all 0.48s;
}

.swiper-pagination-bullet.my-bullet-active {
    width: 52px;
    background: rgba(255, 255, 255, 1);
}




/* 动画效果 */
.wgt-fade-animate {
        opacity: .1;
        transform:translateY(80px);
        -webkit-transform:translateY(80px);
        -moz-transform:translateY(80px);
        -ms-transform:translateY(80px);
        -o-transform:translateY(80px);
}

.appear {
    -webkit-animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-webkit-keyframes opacity_show {
    0% {
        transform:translateY(80px);
        -webkit-transform:translateY(80px);
        -moz-transform:translateY(80px);
        -ms-transform:translateY(80px);
        -o-transform:translateY(80px);
        opacity: 1;
}

    100% {
        transform:translateY(0);
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -ms-transform:translateY(0);
        -o-transform:translateY(0);
}
}

@keyframes opacity_show {
    0% {
        opacity: .1;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
}

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
}
}



.app_left {
    transform: translateX(-150px);
    opacity: 0;
    -moz-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    -o-transform: translateX(-150px);
    -webkit-transform: translateX(-150px);
}

.app_h {
    -webkit-animation: opacity_left 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_left 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-webkit-keyframes opacity_left {
    0% {
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px);
        opacity: 0;
        -moz-transform: translateX(-150px);
        -ms-transform: translateX(-150px);
        -o-transform: translateX(-150px);
}

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
}
}

@keyframes opacity_left {
    0% {
        transform: translateX(-150px);
        opacity: 0;
        -moz-transform: translateX(-150px);
        -ms-transform: translateX(-150px);
        -o-transform: translateX(-150px);
        -webkit-transform: translateX(-150px);
}

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
}
}

.app_right {
    transform: translate(150px);
    -webkit-transform: translate(150px);
    -moz-transform: translate(150px);
    -ms-transform: translate(150px);
    -o-transform: translate(150px);
    opacity: 0;
}

.app_r {
    animation: opacity_right 0.8s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    -webkit-animation: opacity_right 0.8s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

@-webkit-keyframes opacity_right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(150px);
        transform: translateX(150px);
        -moz-transform: translateX(150px);
        -ms-transform: translateX(150px);
        -o-transform: translateX(150px);
}

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
}
}

@keyframes opacity_right {
    0% {
       opacity: 0;
       transform: translate(150px);
       -webkit-transform: translate(150px);
       -moz-transform: translate(150px);
       -ms-transform: translate(150px);
       -o-transform: translate(150px);
}

    100% {
        -webkit-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
}
}
.appImg img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}   
.appImg.app_I img{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
   
}
.appArf::after{
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: #fff;
    transition: all 0.8s .1s;
    -webkit-transition: all 0.8s .1s;
    -moz-transition: all 0.8s .1s;
    -ms-transition: all 0.8s .1s;
    -o-transition: all 0.8s .1s;
}
.appArf.appArter::after{
    width: 0%;
}



/*滚动条宽高及背景*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/*轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

/*滑块*/
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: linear-gradient(to bottom, #24b4ed, #6695ff);
}

/*两端按钮*/
::-webkit-scrollbar-button {
    background-color: none;
    height: 0;
}

/*右下角汇合处样式*/
::-webkit-scrollbar-corner {
    background: #fff;
}






.inTit{
    font-size: 42px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 20px;
}
.inTit.center{
    text-align: center;
}
.inTit.white{
    color: #fff;
}
.inText{
    position: relative;
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
}
.inText p{
    font-size: 18px;
    opacity: .8;
}
.inText.center p{
    text-align: center;
}
.inText.white p{
    color: #fff;
}


.inPBtn {
    width: 160px;
    height: 45px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    background: linear-gradient(to right, #24b4ed, #6695ff);
}

.inPBtn p {
    font-size: 14px;
    color: #fff;
}

.inPBtn img {
    width: 10px;
    height: 10px;
    object-fit: contain;
}
@media(max-width:1368px) {
    .inPBtn {
        width: 145px;
        height: 42px;
    }
}









@media(max-width:1468px){
    .inText p {
        font-size: 16px;
    }
    .inTit {
        font-size: 36px;
    }
}
@media(max-width:1368px){
    .inText p {
        font-size: 14px;
        line-height: 1.6;
    }
    .inTit {
        font-size: 32px;
        margin-bottom: 10px;
    }
}
@media(max-width:1280px){
    .inText p {
        font-size: 12px;
        line-height: 1.6;
    }
    .inTit {
        font-size: 24px;
        margin-bottom: 10px;
    }
}
@media(max-width:900px){
    .inText p {
        font-size: 14px;
    }
    .inTit {
        font-size: 28px;
    }
}
@media(max-width:768px){
    .inTit {
        font-size: 24px;
    }
}
@media(max-width:500px){
    .inTit {
        font-size: 20px;
        line-height: 1.5;
    }
    .inText p {
        font-size: 12px;
    }
}






/* 头部 */
header {
    position: fixed;
    left: 0;
    top: 10px;
    width: 100%;
    z-index: 999;
    transition: all 0.48s;
    padding: 20px 0;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

header.header_bg {
    background: #fff;
    top: 0;
    padding: 10px 0;
}

header.header_fixed {
    background: #fff;
    top: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

header .inner {
    width: 92%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headLogo {
    width: 150px;
}

.headLogo img {
    width: 100%;
}

.headNav {
    display: flex;
    position: relative;
    margin-left: 40px;
}

.headNav ul {
    display: flex;
    align-items: center;
}
.headNav ul li{
    position: relative;
}
.headNav ul li>a{
    font-size: 16px;
    line-height: 60px;
    color: #333;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.48s;
}
.headNav ul li:hover>a{
    color: #6695ff;
}
.headNav ul li.headLiAct>a{
    color: #6695ff;
}
.headNav ul li>a img {
    width: 12px;
    height: 12px;
    object-fit: contain;
    margin-left: 5px;
}

.headSearch {
    position: relative;
    display: flex;
    align-items: center;
   
}

.headSearch svg {
    width: 22px;
    height: 22px;
}

.headSearch svg path {
    fill: #333;
}
.headSearch input{
    width: 0;
    font-size: 16px;
    margin-left: 10px;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.headSearchAct{
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.headSearchAct input{
    width: 120px;
    background: transparent;
}
.headLeft {
    display: flex;
    align-items: center;
}

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

.headBtn {
    cursor: pointer;
    font-size: 14px;
    width: 140px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #0172be; */
    color: #fff;
    border-radius: 4px;
    margin-left: 30px;
    background: linear-gradient(to right, #24b4ed, #6695ff);
}

.headTbox{
    position: absolute;
    left: -50%;
    top: calc(100% - 1px);
    background: #fff;
    padding: 30px 50px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .1);
    display: none;
}
.headTbox2{
    padding: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.headTbox2 a{
    display: block;
    text-align: center;
}
.headTbox2 .headTList{
    width: 100px;
    margin-top: 0;
}
.headTItem{
    width: 280px;
}
.headTItem2{
    margin-left: 60px;
}
.headTtit{
    display: block;
    line-height: 1;
    font-size: 18px;
    color: #333;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    transition: all 0.48s;
}
.headTItem:hover .headTtit{
    color: #6695ff;
}
.headTList{
    position: relative;
    margin-top: 10px;
}
.headTList a{
    font-size: 15px;
    color: #888;
    display: block;
    margin-bottom: 5px;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.headTList a:hover{
    color: #333;
}
header:hover{
    background: #fff;
}

.headNav ul li:hover .headTbox{
    display: flex;
}




/* 900导航 */
.moHead_mlb {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    z-index: 9;
    width: 100%;
    height: calc(100vh - 60px);
    background: #fff;
    overflow: hidden;
}

.moHead_mlbXq {
   padding: 30px 30px;
   height: calc(100% - 60px);
   overflow-y: auto;
   scrollbar-width: none; 
  -ms-overflow-style: none; 
   border-top: 1px solid rgba(0, 0, 0, .1);
}
.moHead_mlbXq::-webkit-scrollbar {
    width: 0 !important;
  }
.moHead_mlb li {
    width: 100%;
    border-bottom: 1px solid rgb(0, 0, 0,.07);
    position: relative;
    padding: 15px 0;
}
.moHead_mlb li svg{
    width: 15px;
    height: 15px;
    transition: all 0.48s;
}
.moHead_mlb li svg path{
    fill: #999;
}
.moHead_Top a {
    font-size: 16px;
    color: #333;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.moHead_Top:hover a{
    color: #6695ff;
}
.moHead_Top:hover svg path{
    fill: #6695ff;
}



.headMenu {
    cursor: pointer;
    position: fixed;
    z-index: 99999;
    right: 30px;
    display: none;
}

.headMenu span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 4px 0;
    background: #333;
    -webkit-transition: all 0.48s ease-in-out;
    -moz-transition: all 0.48s ease-in-out;
    -ms-transition: all 0.48s ease-in-out;
    -o-transition: all 0.48s ease-in-out;
    transition: all 0.48s ease-in-out;
}

.headMenu.active span {
    background: linear-gradient(to right, #24b4ed, #6695ff);
}

.headMenu.active span.headMenu_span1 {
    transform: rotate(45deg) translate(4px, 7px);
    -webkit-transform: rotate(45deg) translate(4px, 7px);
    -moz-transform: rotate(45deg) translate(4px, 7px);
    -ms-transform: rotate(45deg) translate(4px, 7px);
    -o-transform: rotate(45deg) translate(4px, 7px);
}

.headMenu.active span.headMenu_span2 {
    opacity: 0;
}

.headMenu.active span.headMenu_span3 {
    transform: rotate(-45deg) translate(1px, -5px);
    -webkit-transform: rotate(-45deg) translate(1px, -5px);
    -moz-transform: rotate(-45deg) translate(1px, -5px);
    -ms-transform: rotate(-45deg) translate(1px, -5px);
    -o-transform: rotate(-45deg) translate(1px, -5px);
}
.headerM{
    background: #fff;
}
.moHead_Top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.moHead_Tbox{
    width: 100%;
    padding-left: 10px;
    display: none;
}
.moHead_TItem{
    position: relative;
    margin-top: 15px;
}
.moHead_Tit{
    position: relative;
}
.moHead_Tit a{
    font-size: 16px;
}
.moHead_TList{
    padding-left: 15px;
    /* display: none; */
}
.moHead_TList a{
    font-size: 14px;
    color: #999;
    display: block;
}


@media(max-width:1680px) {
    .headNav ul li>a {
        padding: 0 20px;
    }
    .headSearchAct input{
        width: 100px;
    }
}

@media(max-width:1468px) {
    .headNav ul li>a {
        padding: 0 15px;
    }

    .headBtn {
        margin-left: 20px;
    }

    .headLogo {
        width: 130px;
    }
}

@media(max-width:1368px) {
    .headLogo {
        width: 120px;
    }

    .headTList a {
            font-size: 14px;
        }
    .headNav {
        margin-left: 15px;
    }

    .headNav ul li>a {
        padding: 0 15px;
        font-size: 14px;
    }

    .headBtn {
        width: 130px;
    }
    .headTtit {
        font-size: 16px;
    }
}

@media(max-width:1280px) {
    .headNav ul li>a {
        font-size: 13px;
    }
    .headTtit {
        font-size: 14px;
    }
    .headTList a {
        font-size: 13px;
        margin-bottom: 0;
    }
    .headTItem2 {
        margin-left: 30px;
    }
    header{
        top: 0;
    }
  .headSearchAct input {
        font-size: 14px;
    }
}
@media(max-width:1200px) {
    header .inner{
        width: 96%;
    }
    .headBtn{
        display: none;
    }
    .headTbox {
        padding: 30px;
    }
    
    .headTItem {
        width: 220px;
    }
    .headTItem2 {
        margin-left: 25px;
    }
    .headTList a {
        font-size: 12px;
    }
    
}
@media(max-width:1024px){
    .headNav ul li>a {
        padding: 0 10px;
    }
    .headSearchAct input {
        width: 80px;
        font-size: 12px;
    }
    .headSearch svg {
        width: 18px;
        height: 18px;
    }
    .headTItem {
        width: 200px;
    }
    .headTItem2 {
        margin-left: 20px;
    }
    .headTtit {
        font-size: 15px;
    }
    .headTList a {
        font-size: 13px;
    }
    .headTbox2 .headTList {
        width: 90px;}
   
}
@media(max-width:900px){
    
    header.header_fixed{
        padding: 15px 0;
    }
    .headNav{
        display: none;
    }
    .headMenu{
        display: block;
    }
    .headRig{
        margin-right: 55px;
    }
    header.header_bg {
        padding: 15px 0;
    }
}
@media(max-width:680px){
    .moHead_mlbXq {
        padding: 20px;
    }
    .headRig {
        margin-right: 35px;
    }
    .headMenu {
        right: 10px
    }
    .headLogo {
        width: 100px;
    }
    .moHead_Top a{
        font-size: 14px;
    }
    .moHead_Tit a {
        font-size: 14px;
    }
    .moHead_TList a {
        font-size: 12px;
    }
}




/* 底部 */
footer {
    position: relative;
    background: #01487a;

}

footer .inner {
    width: 94%;
}

.footTop {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 20px;
}

.footleft {
    position: relative;
    width: 18%;
    padding-right: 3%;
}

.footlogo {
    width: 150px;
}

.footlogo img {
    width: 100%;
}

.footLx {
    position: relative;
}

.footLx p {
    font-size: 14px;
    color: #fff;
    opacity: .6;
    margin-bottom: 15px;
}

.footUl {
    width: calc(100% - 550px);
    position: relative;
    /* border-right: 1px solid rgba(0, 0, 0, .1); */
    /* border-left: 1px solid rgba(0, 0, 0, .1); */
}

.footUl ul {
    display: flex;
    justify-content: space-between;
}

.footUl ul a {
    font-size: 14px;
    color: #fff;
    display: block;
    margin-bottom: 15px;
    opacity: .6;
    transition: all 0.48s;
}

.footUl ul a:first-child {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    opacity: 1;
}

.footRig {
    width: 350px;
}

.footRTit {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.footRText {
    font-size: 15px;
    line-height: 1.5;
    color: #666;
}

.footRewmBox {
    display: flex;
    margin-top: 50px;
}

.footRewm {
    position: relative;
    margin-right: 30px;
}

.footRewm img {
    width: 90px;
    height: 90px;
}

.footRewm span {
    font-size: 12px;
    color: #fff;
    display: block;
    margin-top: 10px;
    opacity: .6;
}

.footCon {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 70px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}



.footBon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footBleft {
    display: flex;
}

.footBleft p,
.footBleft a {
    font-size: 14px;
    color: #fff;

}

.footBleft p {
    opacity: .6;
}

.footBleft p {
    margin-right: 20px;
}

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

.footBlist a {
    padding: 0 20px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    opacity: .6;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footBlist a:last-child {
    border-right: none;
    padding-right: 0;
}

.footYq {
    width: 250px;
    height: 50px;
    border-radius: 8px;
    background: #0360af;
    display: flex;
    align-items: center;
    padding: 0 15px;
    position: relative;
}
.footYq:hover .footYqTbox{
    display: block;
}
.footYqTbox{
    display: none;
   width: 100%;
   position: absolute;
   left: 50%;
   top: calc(100% - 2px);
   background: #fff;
   padding: 10px;
   border-radius: 0 0 16px 16px;
   transform: translateX(-50%);
   -webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   -o-transform: translateX(-50%);
   -webkit-border-radius: 0 0 16px 16px;
   -moz-border-radius: 0 0 16px 16px;
   -ms-border-radius: 0 0 16px 16px;
   -o-border-radius: 0 0 16px 16px;
}
.footYqTbox a{
    font-size: 14px;
    padding: 8px 0;
    display: block;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.footYqTbox a:last-child{
    border-bottom: none;
}
.footYTit {
    display: flex;
    align-items: center;
}

.footYTit p {
    font-size: 14px;
    color: #fff;
    opacity: .6;
}

.footYTit img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.foodYSan {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    object-fit: contain;
}

.footUl ul a:hover {
    opacity: 1;
}

@media(max-width:1468px) {
    .footRig {
        width: 320px;
    }

    .footUl {
        width: calc(100% - 450px);
    }
}

@media(max-width:1368px) {
    .footRig {
        width: 300px;
    }

    .footUl {
        width: calc(100% - 380px);
    }

    .footUl ul a:first-child {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .footLx p {
        margin-bottom: 8px;
    }

    .footUl ul a {
        margin-bottom: 8px;
    }

    .footYq {
        width: 230px;
    }
}

@media(max-width:1280px){
    .footUl {
        width: calc(100% - 320px);
    }
    .footRig {
        width: 280px;
    }
    .footCon {
        padding: 30px 0 50px;
    }
    .footLx p {
        font-size: 12px;
    }
    .footUl ul a{
        font-size: 12px;
    }
    .footRewm img {
        width: 80px;
        height: 80px;
    }
    .footUl ul a:first-child {
        font-size: 14px;
    }
    .footUl ul a{
        margin-bottom: 0;
    }
    .footRewmBox{
        margin-top: 30px;
    }
    .footBleft p, .footBleft a {
        font-size: 12px;
    }
    .footBlist a{
        font-size: 12px;
    }
}
@media(max-width:1024px){
    .footRig{
        display: none;
    }
    .footUl{
        width: 100%;
    }
    .footUl ul a:first-child {
        font-size: 15px;
        margin-bottom: 10px;
    }
}
@media(max-width:900px){
    .footUl{
        display: none;
    }
    .footRig{
        width: 100%;
        display: block;
        position: relative;
    }
    
    .footRewmBox {
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
}
.footLx {
    width: 70%;
}
.footRewm{
    margin-right: 0;
}
    .footRewm:nth-child(1){
        display: none;
    }
    .footBon{
        flex-wrap: wrap;
    }
    .footBlist a:first-child{
        padding-left: 0;
    }
    .footBon {
        padding: 10px 0;
    }
    .footBleft{
        margin-bottom: 10px;
    }
}
@media(max-width:768px){
    .footYq{
        display: none;
    }
}
@media(max-width:680px){
    .footBleft p, .footBleft a{
        font-size: 13px;
    }
    .footBlist a {
        padding: 0 15px;
        font-size: 13px;
    }
    .footCon {
        padding: 20px 0 30px;
    }
    .footlogo {
        width: 120px;
    }
}