*,
html,
body {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box; 
    color: #303030;
    font-family: "SourceHanSansSC";
    line-height: 1.8;
    letter-spacing: 0.5px;
}



@font-face {
    font-family: "SourceHanSansSC";
    src: url(../fonts/SourceHanSansSC-Regular-2.otf);
}
@font-face {
    font-family: "SourceHanSansSC";
    font-weight: 500;
    src: url(../fonts/SourceHanSansSC-Medium-2.otf);
}
@font-face {
    font-family: "SourceHanSansSC";
    font-weight: 600;
    src: url(../fonts/SourceHanSansSC-Bold-2.otf);
}


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: 88%;
    margin: 0 auto;
    max-width: 1180px;
}
@media(max-width:1440px){
    .padd{
        padding: 78px 0;
    }
}
@media(max-width:900px){
    .padd{
        padding: 58px 0;
    }
}
@media(max-width:680px){
    .padd{
        padding: 38px 0;
    }
}
@media(max-width:1368px) {
   
}
@media(max-width:1280px) {
    .inner{
        width: 90%;
        margin: 0 auto;
    }
}
/* 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;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    -ms-border-radius: 38px;
    -o-border-radius: 38px;
}

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




/* 鍔ㄧ敾鏁堟灉 */
.wgt-fade-animate {
        opacity: .1;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
}

.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% {
        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);
}
}

@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% {
        transform: translateX(-150px);
        opacity: 0;
        -moz-transform: translateX(-150px);
        -ms-transform: translateX(-150px);
        -o-transform: translateX(-150px);
}

    100% {
        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% {
        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;
        transform: translateX(150px);
        -moz-transform: translateX(150px);
        -ms-transform: translateX(150px);
        -o-transform: translateX(150px);
}

    100% {
        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% {
        transform: translateX(0);
        opacity: 1;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
}
}
.appArf {
    transform: scale(0.9);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
}

.appArter {
    transform: scale(1);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}



/*婊氬姩鏉″楂樺強鑳屾櫙*/
::-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-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-color: #d80d18;
}

/*涓ょ鎸夐挳*/
::-webkit-scrollbar-button {
    background-color: none;
    height: 0;
}

/*鍙充笅瑙掓眹鍚堝鏍峰紡*/
::-webkit-scrollbar-corner {
    background: #fff;
}









.inBtn {
    position: relative;
}
.inBtn a{
    display: inline-flex;
    align-items: center;
    padding: 10px 20px 10px 30px;
    background: transparent;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: all 0.48s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.inBtn span{
    /* width: 100px; */
    font-size: 16px;
    margin-right: 10px;
    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;
}
.inBIcon{
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d80d18;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.inBIcon svg{
    width: 50%;
    height: 50%;
}
.inBIcon svg path{
    fill: #fff;
}
.inBtn.transparent a{
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.58);
}

.inBtn.white a{
    background: white;
    border: 1px solid rgba(255, 255, 255, 0);
}
.inBtn.transparent span{
    color: #fff;
}
.inBtn.red a{
    background: #d80d18;
}

.inBtn.red .inBIcon svg path{
    fill: #d80d18;
}
.inBtn.red .inBIcon{ 
    background: #fff;
}
.inBtn.red span{
    color: #fff;
}
.inBtn a:hover{
    background: #d80d18;
    padding: 10px 22px 10px 28px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
.inBtn a:hover span{
    color: #fff;
}
.inBtn a:hover .inBIcon{
    background: #fff;
}
.inBtn a:hover .inBIcon svg path{
    fill: #d80d18;
}


.inTit{
    position: relative;
}
.inTit p{
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    padding-left: 10px;
    display: none;
}
.inTit span{
    font-size: 52px;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    color: #d80d18;
    font-weight: 600;
    margin-right: 20px;
}
.inTit h4{
    font-size: 52px;
    display: block;
    margin-bottom: 20px;
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 600;
}

.inTit.center h4{
    justify-content: center;
}
.inTit.center p{
    text-align: center;
}


.inTit.white h4{
    color: #fff;
}
.inTit.white p{
    color: #fff;
}





@media(max-width:1280px){
    .inTit span,.inTit h4 {
        font-size: 48px;
    }
  
    .inBtn span{
        font-size: 14px;
    }
    .inBIcon {
        width: 30px;
        height: 30px;
    }
    .inBtn span {
        width: 85px;
    }
    .inBtn a{
        padding: 10px 15px 10px 25px;
    }
}
@media(max-width:900px){
    .inTit span,.inTit h4 {
        font-size: 48px;
    }
    .inTit p {
        font-size: 20px;
    }
}
@media(max-width:680px){
    .inTit span,.inTit h4 {
        font-size: 42px;
    }
    .inTit p {
        font-size: 18px;
    }
}
@media(max-width:500px){
    .inTit span,.inTit h4 {
        font-size: 36px;
    }
    .inTit p {
        font-size: 16px;
        padding-left: 0;
    }
}





/* 澶撮儴 */
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.48s;
    border-bottom: 1px solid rgb(255, 255, 255, .1);
}

.headLogo .img1 {
    display: block;
}

.headLogo .img2 {
    display: none;
}

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

.headLogo {
    width: 150px;
}

.headLogo img {
    width: 100%;
}


.headNav {
    display: flex;
    justify-content: center;
}

.headNav ul {
    display: flex;
    align-items: center;
}
.headNav ul li{
    height: 82px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    margin: 0 20px;
}
.headNav ul li.active{
    position: relative;
    z-index: 9;
}
.headNav ul li.active>a{
    color: #d80d18;
}
.headNav ul li>a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: block;
}
.headNav_down {
    border-radius: 0px 0px 10px 10px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    top: calc(100% - 3px);
    z-index: 9;
    display: none;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.headNav_List{
    min-width: 160px;
    position: relative;
    padding: 10px 0;
}
.headNav_List a{
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 20px;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.headNav_List a:hover{
    color: #d80d18;
}
.headNav_PList{
    display: flex;
    padding: 20px 50px 30px;
}
.headNav_PItem{
    width: 180px;
    margin-right: 50px;
}
.headNav_PItem:last-child{
    margin-right: 0;
}
.headNav_PItem a{
    display: block;
    font-size: 16px;
    padding: 5px 0;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
}
.headNav_PItem a:hover{
    color: #d80d18;
}
.headNav_PItem a:first-child{
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(0, 0, 0, .1);
}









.headYy {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.48s;
    margin-right: 10px;
    background: #fff;
    cursor: pointer;
    position: relative;
}

.headYy svg {
    width: 25px;
    height: 25px;
    opacity: .8;
}

.headYy svg path {
    fill: #d80d18;
}
.headYyXl{
    width: 60px;
    padding: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% - 1px);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: #d80d18;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    display: none;
}
.headYyXl a{
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
}
.headGp {
    display: flex;
    align-items: center;
    border-radius: 50px;
    height: 45px;
    background: #d80d18;
    justify-content: center;
    padding: 0 20px;
}

.headGp svg {
    width: 25px;
    height: 25px;
}

.headGp svg path {
    fill: #fff;
}

.headGp input {
    width: 100px;
    margin-left: 5px;
    height: 100%;
    background: transparent;
    font-size: 14px;
    color: #fff;
}

.headGp input::-webkit-input-placeholder {
    color: #fff;
}

.headGp input::-moz-placeholder {
    color: #fff;
}

.headGp input:-ms-input-placeholder {
    color: #fff;
}

.headGp input::-ms-input-placeholder {
    color: #fff;
}

.headGp input::placeholder {
    color: #fff;
}

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

header.header_bg {
    background: #fff;
    border-bottom: 1px solid rgb(0, 0, 0, .1);
}

header.header_bga {
    background: #fff;
    border-bottom: 1px solid rgb(0, 0, 0, .1);
}
header:hover{
    background: #fff;
    border-bottom: 1px solid rgb(0, 0, 0, .1);
}

header.header_bg .headNav ul li>a,header:hover .headNav ul li>a  {
    color: #333;
}

header.header_bga .headNav ul li>a,header:hover .headNav ul li>a  {
    color: #333;
}

header.header_bg .headLogo .img1,header:hover .headLogo .img1{
    display: none;
}

header.header_bg .headLogo .img2,header:hover .headLogo .img2 {
    display: block;
}


header.header_bga .headLogo .img1,header:hover .headLogo .img1{
    display: none;
}

header.header_bga .headLogo .img2,header:hover .headLogo .img2 {
    display: block;
}

/* header.header_bg .headYy,header:hover .headYy {
    background: #d80d18;
}
header.header_bga .headYy,header:hover .headYy {
    background: #d80d18;
} */

header.header_bg .headYy svg path,header:hover .headYy svg path {
    fill: #d80d18;
}

header.header_bga .headYy svg path,header:hover .headYy svg path {
    fill: #d80d18;
}

header.header_bg.headerXh {
    transform: translateY(-100px);
}
header.header_bg  ul li.active>a,header:hover  ul li.active>a{
 color: #d80d18;
}

header.header_bga.headerXh {
    transform: translateY(-100px);
}
header.header_bga  ul li.active>a,header:hover  ul li.active>a{
 color: #d80d18;
}



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

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

.headMenu.active span {
    background: #d80d18;
}

.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;
}
.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 p {
    font-size: 20px;
    text-transform: uppercase;
    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{
    color: #d80d18;
}
.moHead_Top:hover svg path{
    fill: #d80d18;
}

.headerM .headLogo .img1{
    display: none;
}
.headerM .headLogo .img2{
    display: block;
}
.headerM .headYy,.headerM:hover .headYy{
    background: transparent;
}
.headerM .headYy svg path,.headerM:hover .headYy svg path{
    fill: #d80d18;
}
.header_bg .headMenu span{
    background: #d80d18;
}
header.header_bg.headerXh {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
@media(max-width:1680px) {
    .headNav ul a {
        padding: 5px 20px;
    }
    header {
        padding: 10px 0;
    }
     .headNav ul li{
        margin: 0;
    }
}

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

    .headLogo {
        width: 130px;
    }
    header .inner {
    width: 90%;
}
}

@media(max-width:1280px) {
        header .inner {
        width: 96%;
    }
    .headNav ul a {
        font-size: 16px;
    }
    .headNav ul li{
        margin: 0;
    }
    header {
        padding: 10px 0;
    }

    .headGp {
        height: 40px;
    }

    .headYy {
        width: 40px;
        height: 40px;
    }
    .headNav_PItem{
        width: 150px;
    }
}
@media(max-width:1200px) {
    .headNav ul li>a {
        font-size: 16px;
    }
    .headNav_PItem a:first-child {
        font-size: 18px;
    }
    .headNav_List a{
        font-size: 14px;
        padding: 15px 0;
    }
    .headNav ul a {
        font-size: 14px;
    }
    .headNav_PList {
        padding: 20px 30px 30px;
    }
        .headGp{
        display: none;
    }
   
}
@media(max-width:1024px) {

    .headLogo {
        width: 120px;
    }
}
@media(max-width:900px) {
    .headNav{
        display: none;
    }
    .headMenu{
        display: block;
    }
    .headYy{
        margin-right: 40px;
        background: transparent;
    }
   header.header_bg .headYy, header:hover .headYy{
        background: transparent;
    }
    header:hover .headYy svg path,header.header_bg .headYy svg path{
        fill: #d80d18;
    }
    header {
        padding: 15px 0;
    }
    .headYy svg path{
        fill: #fff;
    }
    header:hover .headMenu span{
        background: #d80d18;
    }
}








/* 搴曢儴 */
footer {
    position: relative;
    background: #fff;
    padding: 98px 0 50px;
}
.footerBord{
    border-top: 1px solid rgb(0, 0, 0, .1);
}

footer .inner {
    display: flex;
    justify-content: space-between;
}

.footTop {
    width: 350px;
    position: relative;
}

.footLogo {
    width: 180px;
    display: inline-flex;
}

.footLogo img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.footText {
    font-size: 18px;
    margin-top: 8px;
    opacity: .8;
}

.footCon {
    width: calc(100% - 400px);
    padding-right: 7%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footCon::before {
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(0, 0, 0, .1);
}

.footNav {
    position: relative;
}

.footNav ul {
    display: flex;
    justify-content: space-between;
}
.footNav li{
    flex: 1;
    margin-right: 10px;
}

.footNav ul a {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
    display: block;
}

.footNav ul a:first-child {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.footBom {
    position: relative;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid rgb(0, 0, 0, .1);
}

.footBom p,
.footBom a {
    font-size: 14px;
    color: #666;
}

.footList {
    margin: 30px 0 50px;
}

.footItem {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.footItem span {
    font-size: 20px;
    font-weight: 600;
}

.footItem p {
    font-size: 16px;
    color: #666;
}

.footTit {
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    color: #d80d18;
}

.footTit P {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

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

.footIcon {
    width: 45px;
    height: 45px;
    position: relative;
    border: 1px solid rgb(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}

.footIcon svg {
    width: 45%;
    height: 45%;
}

.footIcon svg path {
    fill: #666;
}

.footEwm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% - 1px);
    background: #f7f8f9;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgb(0, 0, 0, .1);
    transition: all 0.48s;
    align-items: center;
    display: none;
}

.footIcon:hover {
    background: #d80d18;
}

.footIcon:hover svg path {
    fill: #fff;
}

.footIcon:hover .footEwm {
    display: flex;
}

.footIcon:first-child .footEwm img {
    width: 100px;
    height: 100px;
}

.footEwm img {
    width: 125px;
    position: relative;
}

@media(max-width:1368px) {
    .footCon {
        width: 70%;
        padding-right: 5%;

    }

    .footTop {
        width: 25%;
        position: relative;
    }

    .footTit {
        font-size: 32px;
    }

    .footItem p {
        font-size: 15px;
    }

    .footImg {
        width: 120px;
    }
}

@media(max-width:1280px) {
    footer {
        position: relative;
        background: #fff;
        padding: 68px 0 30px;
    }
    .footNav ul a:first-child {
        font-size: 16px;
    }

    .footNav ul a {
        font-size: 14px;
    }

    .footItem {
        margin-bottom: 5px;
    }
}
@media(max-width:1280px) {
    .footCon{
        width: 100%;
        padding-right: 0;
    }
    .footTop{
        display: none;
    }
    .footCon::before{
        width: 0;
    }
}
@media(max-width:768px) {
    .footNav{
        display: none;
    }
    .footTop{
        width: 100%;
        display: block;
    }
    footer .inner{
        flex-direction: column;
    } 
    .footTop{
        order: -1;
    }
    .footLogo {
        width: 150px;
    }
    .footBom{
        flex-wrap: wrap;
    }
    .footBom p, .footBom a{
        width: 100%;
    }
    .footEwm {
        position: absolute;
        left: -20px;
        transform: translateX(0);
    }
}
@media(max-width:680px) {
      footer {
        padding: 38px 0 30px;
    }
.footList {
    margin: 20px 0 30px;
}
.footBom {
    position: relative;
    margin-top: 30px;}
}