*,
html,
body {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    color: #404040;
    font: 16px/2 "OPPOSans";
    font-weight: 500;
    /* line-height: 1.6; */
    letter-spacing: 0.5px;
}
@font-face {
      font-family: "iconfont"; /* Project id 4558134 */
      src: url('../fonts/iconfont.woff');
      font-display: swap;
}
@font-face {
    font-family: "OPPOSans";
    font-weight: 100;
    src: url(../fonts/OPPOSans-L-2.ttf);
}
@font-face {
    font-family: "OPPOSans";
    font-weight: 300;
    src: url(../fonts/OPPOSans-R-2.ttf);
}
@font-face {
    font-family: "OPPOSans";
    font-weight: 500;
    src: url(../fonts/OPPOSans-M-2.ttf);
}
@font-face {
    font-family: "OPPOSans";
    font-weight: 600;
    src: url(../fonts/OPPOSans-B-2.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: #1e90ff;
    --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: 1360px;
    margin: 0 auto;
    max-width: 95%;
}
@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: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;
}

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




/* 動畫效果 */
.wgt-fade-animate {
        transform: scale(0.3);
        opacity: .1;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
}

.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: scale(0.3);
        opacity: .1;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
}

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

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

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



.app_left {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 0;
}

.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(-50px);
        transform: scale(0.3);
        transform: translateX(-50px);
        opacity: .1;
        -moz-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        -o-transform: translateX(-50px);
}

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

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

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.app_right {
    transform: scale(0.3);
    -webkit-transform: translateX(50px);
    opacity: 0;
}

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

@-webkit-keyframes opacity_right {
    0% {
        -webkit-transform: translateX(50px);
        transform: scale(0.3);
        transform: translateX(50px);
        opacity: .1;
        -moz-transform: translateX(50px);
        -ms-transform: translateX(50px);
        -o-transform: translateX(50px);
}

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes opacity_right {
    0% {
        -webkit-transform: translateX(50px);
        transform: scale(0.3);
        transform: translateX(50px);
        opacity: .1;
        -moz-transform: translateX(50px);
        -ms-transform: translateX(50px);
        -o-transform: translateX(50px);
}

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
.appImg{
    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{
    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 .2s;
    -webkit-transition: all 0.8s .2s;
    -moz-transition: all 0.8s .2s;
    -ms-transition: all 0.8s .2s;
    -o-transition: all 0.8s .2s;
}
.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-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: #333;
}

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

/*右下角匯合處樣式*/
::-webkit-scrollbar-corner {
    background: #fff;
}



.headTop .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.headLogo {
    display: block;
    width: 320px;
}

.headLogo img {
    width: 100%;
}

.headInp {
    display: inline-block;
    width: 300px;
    height: 42px;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #585a5b;
    padding-left: 20px;
    transition: all .3s ease-in-out;
    position: relative;
}

.headInp input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #585a5b;
    background: transparent;
}

.headInp button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    line-height: 35px;
    background: #f8b72a;
    border: none;
    color: #ef040b;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headInp button svg {
    width: 60%;
    height: 60%;
}

.headInp button svg path {
    fill: #fff;
}

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

.headIocn {
    width: 25px;
    height: 25px;
}

.headIocn svg {
    width: 100%;
    height: 100%;
    position: relative;
}

.headIocn svg path {
    fill: #f8b72a;
}

.headNum span {
    font-size: 16px;
    margin-left: 10px;
}

.headCon>.inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.headUl>li {
    margin-right: 40px;
    padding: 15px 0;
    position: relative;
}
.headUl>li:hover>a{
     color: #f8b72a;
}
.headUl>li.active>a{
    color: #f8b72a;
}
.headUl>li>a {
    font-size: 18px;
    display: block;
    color: #404040;
}
.headUTbox{
    width: auto;
    position: absolute;
    background: #fff;
    left: 0;
    top: 80%;
    text-align: left;
    display: none;
}
.headUFlex{
    display: flex;
    padding: 40px 30px;
    white-space: nowrap;
}
.headULeft{
    position: relative;
}
.headULeft>ul>li{
    padding: 15px 20px;
}
.headULeft>ul>li>a{
    font-size: 16px;
    line-height: 1.5;
}
.headULeft>ul>li.active{
    background-color: #f8b72a;
}
.headULeft>ul>li.active>a{
    color: #fff;
}
.headURig{
    width: 50%;
    padding-right: 60px;
}
.headURList{
    position: relative;
}
.headURList ul{
    padding-left: 80px;
    min-height: 210px;
    display: none;
}
.headURList ul li{
    padding: 10px 20px;
    margin-bottom: 15px;
}
.headURList ul li a{
    font-size: 20px;
    font-size: 18px;
    padding-right: 40px;
    position: relative;
    display: flex;
}
.headURList ul li a::before {
content: '';
position: absolute;
left: -20px;
top: 50%;
transform: translateY(-50%);
width: 10px;
height: 10px;
background-color: #f8b72a;
border-radius: 50%;
opacity: 0;
}
.headURList ul li.active a::before {
opacity: 1;
}
.headURList ul li.active a{
color: #f8b72a;
}
.headUCon{
background: #fff;
min-width: 180px;
box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1);
}
.headUCon li{
text-align: left;
border-bottom: 1px solid #ddd;
}
.headUCon li:hover{
background: #f8b72a;
}
.headUCon li:hover a{
color: #fff;
}
.headUCon li a{
white-space: nowrap;
color: #333;
padding: 15px 20px;
display: block;
font-size: 16px;
line-height: 1.5;
}
.headFix {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 0;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.48s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.headFix.headFixAct {
    z-index: 9999;
    opacity: 1;
    transform: translateY(0);
}

.headFix>.inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headInpBox {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8b72a;
}

.headInpBox svg {
    width: 50%;
    height: 50%;
}

.headInpBox svg path {
    fill: #fff;
}
.headRig{
    display: flex;
    align-items: center;
}


/* 900定位 */
.moHead_mlb {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    z-index: 9;
    width: 100%;
    height: calc(100vh - 79px);
    background: #fff;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.moHead_mlbXq {
   padding: 30px 30px;
   height: calc(100vh - 100px);
   overflow-y: auto;
}

.moHead_mlb li {
    width: 100%;
    max-width: none;
    border-bottom: 1px solid rgb(22, 64, 101,.1);
    position: relative;
}
.moHead_Top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.moHead_Con{
    position: relative;
    margin-bottom: 30px;
    display: none;
}
.moHead_Con a{
    display: block;
    font-size: 16px;
    color: #666;
    padding: 8px 0;
}
.moHead_mlb li{
    border-top: none;
}
.moHead_mlb li svg{
    width: 15px;
    height: 15px;
}
.moHead_mlb li svg path{
    fill: #333;
}
/* .moHead_mlb li:nth-child(4) {
    border-bottom: 1px solid rgb(2, 91, 241,.07);
} */

.moHead_Top>a {
    font-size: 18px;
    padding: 20px 0;
    text-transform: capitalize;
   
}
.headMenu {
    cursor: pointer;
    margin-left: 15px;
    /* position: fixed;
    z-index: 99999;
    right: 30px; */
    display: none;
}

.headMenu span {
    display: block;
    width: 26px;
    height: 2px;
    margin: 6px 0;
    background: #f8b72a;
    -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;
}

.header_bg .headMenu span {
    background: #f8b72a;
}

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

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

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

.headMenu.active span.headMenu_span3 {
    transform: rotate(-45deg) translate(4px, -6px);
    -webkit-transform: rotate(-45deg) translate(4px, -6px);
    -moz-transform: rotate(-45deg) translate(4px, -6px);
    -ms-transform: rotate(-45deg) translate(4px, -6px);
    -o-transform: rotate(-45deg) translate(4px, -6px);
}
.headMenu img{
    width: 25px;
}
.headMenuD{
    display: none;
}
.headMenu.active .headMenuD{ 
    display: block;
}
.headMenu.active img{
    display: none;
}
@media(max-width:1368px){
    .headLogo {
        width: 280px;
    }
}

@media(max-width:1280px){
    .headLogo {
        width: 260px;
    }
    .headInp{
        width: 250px;
    }
    .headUl>li>a {
        font-size: 16px;
    }
    .headULeft>ul>li {
        padding: 10px 20px;
    }
    .headUFlex {
        width: 100%;
    }
    .headURList ul li {
        padding: 7px 20px;
        margin-bottom: 0px;
    }
    .headURList ul li a{
        font-size: 16px;
    }
    .headUl>li{
        margin-right: 30px;
    }
    .headInp {
        display: none;
    }
}
@media(max-width:1024px){
    .headLogo {
        width: 200px;
    }
    .headUFlex {
        display: flex;
        padding: 20px 0px;
    }
    .headURList ul {
        padding-left: 0;
        min-height: 210px;
        display: none;
    }
    .headURig {
        padding-right: 30px;
    }
   
}
@media(max-width:900px){
    .header{
        display: none;
    }
    .headFix{
        height: 80px;
        opacity: 1;
        z-index: 99;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
}
.headFix>.inner{
    height: 100%;
}
.headUl{
    display: none;
}
.headMenu{
    display: block;
}
}
@media(max-width:680px){
    .moHead_Top>a{
        font-size: 16px;
    }
    .moHead_mlb li svg {
        width: 12px;
        height: 12px;
    }
}





/* 底部 */
.foodCon {
    position: relative;
    padding: 68px 0;
    background: url(../images/footer.jpg) no-repeat center / cover;
}

.foodList {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.foodItem {
    width: 40%;
    padding-right: 10%;
}

.foodUTit {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.foodUText {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-top: 15px;
    opacity: .8;
    font-weight: 300;
}
.foodUText:hover{
    color: #f8b72a;
}
.foodItem2 {
    width: 20%;
}

.foodLogo {
    position: relative;
}

.foodLogo img {
    height: 40px;
}

.foodLogo p {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: 20px;
    color: #fff;
    line-height: 1;
    margin-top: 30px;
}

.foodBom {
    margin-bottom: 50px;
}

.foodCItem {
    display: flex;
    margin-top: 20px;
    align-items: flex-start;
}

.foodCItem img {
    width: 25px;
    height: 25px;
}

.foodCItem p {
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
}

.foodCItem a {
    color: #fff;
    font-size: 16px;
}

.foodCItem a:hover {
    color: #f8b72a;
}

.foodZList {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.foodZItem{
    position: relative;
}
.foodZItem a{
    width: 35px;
    height: 35px;
    background: #aaa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.48s;
}
.foodZItem:hover a{
    background: #f8b72a;
}
.foodZItem a img {
    width: 60%;
    height: 60%;
}
.foodZItem:hover .foodEwm{
    opacity: 1;
}
.foodEwm{
    opacity: 0;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: calc(100% + 5px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-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;
}

.foodSbox {
    padding: 20px 0;
    background: #f8b72a;

}

.foodSbox .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: .8;
}

.foodSbox p {
    font-size: 16px;
    line-height: 1;
    color: #fff;
}

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

.foodSList a {
    display: inline-flex;
    padding: 0 30px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.foodSList a:last-child {
    border-right: none;
}
@media(max-width:1280px){
    .foodUText{
        margin-top: 10px;
    }
    .foodLogo img {
        height: 35px;
    }
    .foodSbox p {
        font-size: 15px;
    }
}
@media(max-width:1024px){
    .foodBom{
        display: none;
    }
    .foodList{
        flex-wrap: wrap;
    }
    .foodItem {
        width: 100%;
        margin-bottom: 30px;
    }
    .foodItem2{
        width: 100%;
    }
    
}
@media(max-width:768px){
    .foodSbox .inner{
        flex-wrap: wrap;
    }
    .foodItem{
        padding-right: 0;
    }
    .foodSbox p{
        width: 100%;
        margin-bottom: 20px;
    }
    .foodSList{
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
    .foodSList a{
        padding: 0;
    }
    .foodSList a:first-child{
        padding-left: 0;
    }
    .foodSList a{
        font-size: 12px;
    }
    .foodLogo img {
        height: 25px;
    }
}

@media(max-width:500px){
    .foodCon {
        position: relative;
        padding: 46px 0;
    }
    .foodCItem{
        margin-top: 12px;
    }
    .foodLogo img {
        height: 22px;
    }
}









.proTit.proLeft{
    text-align: left;
}
.proTit.proLeft::after{
    left: 0;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
}
.proTit {
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    position: relative;
    margin: 0 0 50px 0;
    display: block;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.proTit::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 34px;
    height: 4px;
    background: #f8b72a;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}

.proTit.white {
    color: white;
}

.proBtn {
    position: relative;
    margin-top: 10px;
}

.proBtn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    background: #f8b72a;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #f8b72a;
    white-space: nowrap;
    transition: all 0.48s;
    width: 180px;
}

.proBtn a:hover {
    background: #fff;
    color: #f8b72a;
}
.proBtn svg{
    width: 25px;
    height: 25px;
    margin-left: 8px;
}
.proBtn svg path{
    fill: #fff;
}
.proBtn a:hover svg path{
    fill: #f8b72a;
}






.proXFBtn {
    position: relative;
}

.proXFBtn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8b72a;
    border-radius: 50px;
    width: 180px;
    height: 55px;
}

.proXFBtn a span {
    color: #fff;
}

.proXFBtn a svg {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.proXFBtn a svg path {
    fill: #fff;
}








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




.header{
    z-index: 8;
    position: relative;
}
.headFix{
    z-index: .3;
}




@media(max-width:1280px){
    .proTit{
        font-size: 42px;
    }
}
@media(max-width:900px){
    .proBtn a{
        width: 150px;
    }
    .proTit {
        font-size: 36px;
    }
}
@media(max-width:680px){
    .proTit {
        font-size: 28px;
    }
    .proBtn a{
        font-size: 14px;
    }
.proBtn svg {
    width: 20px;
    height: 20px;
}
.inATit {
    font-size: 32px;
}
.proXFBtn a{
    width: 150px;
}
}
@media(max-width:500px){
    .proTit {
        font-size: 24px;
        margin-bottom: 30px;
    }
}