/* ÃƒÂ¥Ã‚Â¼Ã¢â‚¬Â¢ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨oppoÃƒÂ¥Ã‚Â­Ã¢â‚¬â€ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“ */

@font-face {
    font-family: "OPPOSans-Ver2-Bold";
    src: url(../fonts/opposansos2-5000-medium.woff2) format("woff2"),
        url(../fonts/opposansos2-5000-medium.woff) format("woff"),
        url(../fonts/opposansos2-5000-medium.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "OPPOSans-Ver2-Medium";
    src: url(../fonts/opposansos2-5000-medium.woff2) format("woff2"),
        url(../fonts/opposansos2-5000-medium.woff) format("woff"),
        url(../fonts/opposansos2-5000-medium.ttf) format("truetype"),
        url(../fonts/opposansos2-5000-medium.eot) format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "OPPOSans-Ver2-Regular";
    src: url(../fonts/opposansos2-5000-regular.woff2) format("woff2"),
        url(../fonts/opposansos2-5000-regular.woff) format("woff"),
        url(../fonts/opposansos2-5000-regular.ttf) format("truetype"),
        url(../fonts/opposansos2-5000-regular.eot) format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "OPPOSans-M";
    src: url(../fonts/opposans-m.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.loader-15 {
    width: 70px;
    height: 70px;
    border: 5px dotted #FFF;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    -webkit-animation: rotation 4s linear infinite;
    animation: rotation 4s linear infinite;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    }
    /* keyFrames */
    @-webkit-keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    }
    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    }
    
    .loader_box{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    .loader_video{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        position: absolute;
        color: #181818;
    }
    .sec-p1-imgzz:hover .loader-15{
        opacity: 1;
    }
/* ÃƒÂ¥Ã‚Â¼Ã¢â‚¬Â¢ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨oppoÃƒÂ¥Ã‚Â­Ã¢â‚¬â€ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“ */
.btn_h_1 {
    width: 95px;
    height: 42px;
    background-color: #0E38A8;
    border-radius: 5px;
    margin-left: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.btn_h_1:hover{
    background-color: #0f40c3;
}
.btn_h_1:hover .btn_h_span{
    color: #FFF !important;
}
.btn_h_span {
    color: #FFF;
    font-size: 18px;
}

.he_index {
    position: relative;
}

.he_pc_hd {
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 999;
    padding: 0px 40px;
    transition: all 0.36s;
}

.he_pc_hd {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.he_pc_hdact {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.he_pc_hdact {
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 999;
    padding: 0px 40px;
    transition: all 0.36s;
}



/* ÃƒÂ¤Ã‚ÂºÃ‚Â§ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ§Ã¢â‚¬ÂÃ…Â¸ÃƒÂ¤Ã‚ÂºÃ‚Â§ÃƒÂ§Ã‚ÂºÃ‚Â¿ÃƒÂ©Ã‚Â¦Ã¢â‚¬â€œÃƒÂ©Ã‚Â¡Ã‚Âµ */
.production {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 680px;
    justify-content: center;
    align-items: center;
    margin-top: 135px;
}

.p_ff {
    width: 1920px;
    height: 680px;
    display: flex;
}

.sec-p1 {
    flex: 1;
    position: relative;
}

.sec-p1-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
}

.sec-p1-imgzz {
    width: 100%;
    height: 680px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(160, 161, 162, 0.2);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.sec-p1-imgpy {
    width: 10%;
}

.sec-p2 {
    flex: 1;
    background-color: #EEF0F4;
    display: flex;
    flex-direction: row;
    top: 150px;
    left: 90px;

}

.sec-p2-son {
    width: 650px;
    height: 400px;
    background-color: #EEF0F4;
    margin-top: 130px;
    margin-left: 90px;
}

.sec-p2-sonh {
    width: 750px;
    height: 350px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sec-p2-sonh-box {
    width: 33%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: self-start;
}

.sonh-box-h {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.textsec-1 {
    font-family: PingFang SC;
    font-size: 50px;
    font-weight: 800;
    color: #33364D;
    line-height: 69px;
}

.textsec-2 {

    font-size: 18px;
    font-weight: bold;
    color: #33364D;
    line-height: 30px;
    /* margin-left: 10px; */
}

.textsec-3 {

    font-size: 24px;

    font-weight: bold;
    color: #33364D;

}

.textsec-4 {
    font-size: 30px;
    font-weight: bold;
    color: #33364D;
}

.textsec-5 {
    font-size: 18px;
    font-weight: bold;
    color: #33364D;
    font-family: "OPPOSans-Ver2-Bold";
}

.sec-oubox {
    width: 40px;
    height: 47px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15px;
}

.sec-son-on {
    width: 14px;
}

.sec-son-up {
    width: 14px;

}

.sonh-box-btext {
    line-height: 28px;
    font-size: 16px;
}

.sec-p2-sonb {
    width: 650px;
    height: 95px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}

.sec-p2-sonbox {
    width: 270px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.sec-p2-sonbbtn2:hover {
    position: relative;
    bottom: 10px;
    transition: all 0.56s;
}
.sec-p2-sonbbtn{
    width: 130px;
    height: 40px;
    border: 1px solid #2A2A2A;
    border-radius: 5px;
    font-size: 16px;
    font-family: "OPPOSans-Ver2-Bold";
    color: #181818;
}
.sec-p2-sonbbtn:hover{
    border: 1px solid #FE5C0C;
    background-color:#FE5C0C;
    color: #EEF0F4;

}
.sec-p2-sonbbtn1 {
    width: 130px;
    height: 40px;
    background-color: #FE5C0C;
    border-radius: 5px;
    color: #EEF0F4;
    font-size: 16px;
    font-family: "OPPOSans-Ver2-Bold";
    bottom: 0px;
    position: relative;
}

.sec-p2-sonbbtn2 {
    width: 130px;
    height: 40px;
    border: 1px solid #33364D;
    border-radius: 5px;
    font-family: "OPPOSans-Ver2-Bold";
    font-size: 16px;


}

.sec-p2-sonbbtn1:hover {
    position: relative;
    bottom: 10px;
    transition: all 0.56s;
}


/* ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ©Ã¢â‚¬â€Ã‚Â» */
/* .sex-xw{
    width: 100%;

} */

@media screen and (min-width: 1920px) {
    .scndnbxx_left_son{
        height: 30.08vw;
        max-height: 650px;
    }
    .scndnbxx_right{
        height: 30.08vw;
        max-height: 650px;

    }
    .scndnbxx_righthead{
        height: 14.79vw;
        max-height: 317px;
    }
    .scndnbxx_righthead_son{
        height: 14.79vw;
        max-height: 317px;

    }
    .scndnbxx_rightbuttom{
        height: 14.79vw;
        max-height: 317px;

    }
}


@media screen and (max-width: 1366px) {
    .production{
        height: 460px !important;
    }
}
.sec-xw-box {
    margin: 0 auto;
    width: 1440px;
    height: 550px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.sec-xw-box2bx{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 2;
}
.xw-yl-box {
    /* width: 32%; */
    flex: 1;
    margin-right: 30px;
    height: 530px;
}

.xw-yl-img {
    width: 100%;
    height: 287px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.yl-img {
    width: auto;
}

.xw-yl-sbox {
    background-color: #F8F8F8;
    height: 240px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 5px 27px;
}

.xw-yl-title {
    margin-top: 29px;
    font-size: 18px;
    font-weight: 600;
    color: #181818;
    line-height: 30px;
    /* font-family: "OPPOSans-Ver2-Blod"; */
    font-family: 'OPPOSans-Ver2-Medium';
    height: 60px;
    overflow: hidden;
}

.xw-yl-time {
    margin-top: 18px;
    font-size: 15px;
    color: #3A3939;
}

.xw-yl-dec {
    margin-top: 26px;
    font-size: 16px;
    color: #585858;
    line-height: 27px;
    font-family: 'OPPOSans-Ver2-Medium';
}

.xw-xq-box {
    /* width: 32%; */
    flex: 1;
    height: 530px;
    background-color: #F8F8F8;
}

.xw-xq-hbox {
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 20px;
    margin-bottom: 30px;
}

.xw-xq-hbut {
    width: 23%;
    height: 38px;
    border-radius: 5px;
    font-size: 15px;
    font-family: 'OPPOSans-Ver2-Regular';
}

.xw-act {
    background-color: #FE5C0C;
    color: #FFF;
    font-size: 15px;
    
}

.xw-pt {
    color: #606060;
    font-family: "OPPOSans-Ver2-Medium";
    border: 1.2px solid #606060;
    font-size: 15px;

}

@media screen and (max-width: 1280px) {
    .xw-act {
      
        font-size: 1vw;
        
    }
    
    .xw-pt {
       
        font-size: 1vw;
    
    }
    .xw-yl-title{
        font-size: 1.5vw;
    }
    .xw-yl-dec{
        font-size: 1.2vw;
    }
    .xw-xq-cont2{
        font-size: 1.1vw;
    }
    .xw-yl-time{
        font-size: 1.1vw;
    }
}
.xw-xq-bttombox {
    width: 100%;
    height: 470px;
}

.xw-xq-contbox {
    padding: 18px 35px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.xw-xq-cont1 {
    line-height: 31px;
    font-size: 18px;
    font-weight: 600;
    color: #181818;
    /* font-family: "OPPOSans-Ver2-Blod"; */
    font-family: "OPPOSans-Ver2-Medium";
}

.xw-xq-cont2 {
    margin-top: 5px;
    font-size: 15px;
    color: #464444;
}

.xqnshow {
    display: none;
}

.xqshow {
    display: block;

}

.sec-footer {
    width: 100%;
    border-top: 0.78px solid #CFD2DB;
    /* margin-top: 65px; */
}

.sec-footerbody {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #FFF;
}

.fotter-search {
    width: 1260px;
    height: 115px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #CFD2DB;
}

.fotter-search-l {}

.footer-searchl-text {

    font-size: 30px;
    font-weight: bold;
    color: #1D1D1D;
    line-height: 107px;
}

.fotter-search-r {
    width: 40%;
    height: 50px;
    display: flex;
    justify-content: space-between;
}

.search-ipbox {
    width: 80%;
    height: 50px;
    background-color: #F5F8F9;
    padding: 5px 30px;
    display: flex;
    align-items: center;

}

.search-input {
    width: 100%;
    height: 40px;
    font-family: "OPPOSans-Ver2-Bold";
    color: #616265;
    font-size: 13px;
}

/*ÃƒÂ¤Ã‚Â¿Ã‚Â®ÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¹ÃƒÂ¦Ã‚ÂÃ‚ÂÃƒÂ§Ã‚Â¤Ã‚ÂºÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ¥Ã‚Â­Ã¢â‚¬â€ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ©Ã‚Â¢Ã…â€œÃƒÂ¨Ã¢â‚¬Â°Ã‚Â²*/
.search-input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 13px;
    color: #9CA2B1;
    font-family: "OPPOSans-Ver2-Bold";
}

.search-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 13px;
    font-family: "OPPOSans-Ver2-Bold";
    color: #9CA2B1;
}

.search-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 13px;
    font-family: "OPPOSans-Ver2-Bold";
    color: #9CA2B1;
}

.search-input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 13px;
    font-family: "OPPOSans-Ver2-Bold";
    color: #9CA2B1;
}
.search-button:hover{
    opacity:1;

}
.search-button {
    background-color: #0E38A8;
    width: 17%;
    height: 40px;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.82;
    border-radius: 4px;
    letter-spacing: 3px;
    border: 0;
    font-family: "OPPOSans-Ver2-Regular";
}

.footer-body {
    width: 1260px;
    display: flex;
    flex-direction: row;
    margin-bottom: 29px;
    padding-top: 55px;
    justify-content: space-between;
}

.fb-rimgbox {
    flex: 1.6;
}
.b_l_b{
    width:100%;
    height: 85px;
    justify-content: space-between;
    margin-top: 40px;
}
.b_l_b span{
    font-family: "OPPOSans-Ver2-Regular";
    font-size:17px;
    padding-left:5px;
    color: #fe5c0c;
    line-height: 1;
    font-weight: 600;
}
.fb-rimg {
    width: 175px;
}

.footer-cog {
    /* flex: 2; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* padding-top: 50px; */
}

.footer-cog-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: initial;
    margin: 0;
}

.footer-cog-sonbox1 {
    display: flex;
    flex-direction: column;

}

.footer-cog-title {

    font-size: 17px;
    font-weight: 800;
    color: #2A2A2A !important;
    margin: 10px 0;
}

.footer-cog-sonbox2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    /* margin-top: 10px; */
    height: 300px;
    width: auto;
}
.footer-cog-sonbox2 a:hover{
    color: #123aa6 !important;
}
.footer-cog-sonbox1 a:hover{
    color: #123aa6 !important;
}
.footer-bottom1-l a:hover{
    color: #123aa6 !important;
}
.footer-cog-con {
    margin-top: 18px;
    font-size: 15.5px;
    color: #2A2A2A !important;

}
.xw-yl-box:hover .xw-yl-title{
    color: #123aa6 !important;
}
.xw-xq-contbox:hover .xw-xq-cont1{
    color: #123aa6 !important;
}
.footer-cog-sonbox3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    /* margin-top: 20px; */
    height: 300px;
}
.footer-cog-sonbox3 a:hover{
    color: #123aa6 !important;
}
.footer-bottom1 {
    width: 1260px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #CFD2DB;
    margin: 0 auto !important;
}

.footer-bottom1-l {
    display: flex;
    flex-direction: row;
}

.footer-bottom1-lt {
    font-size: 16px;
    font-weight: bold;
    color: #2A2A2A;
    font-family: "OPPOSans-Ver2-Regular";
}


.footer-bottom1-r {
    display: flex;
    width: 200px;
}

.bttom_font_al{
    font-size: 22px;
}
.footer-bottom1-rimg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 30px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 1;
}
.footer-bottom1-rimg span:hover{
    color: #123aa6 !important;
}
.sec-footer-bottom-lin {
    width: 100%;
    height: 50px;
    background-color: #0E38A8;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.bottom-lin-r {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.bottom-lin-r-span {
    margin: 0 7px;
    font-size: 13.5px;
    color: #F7F9FC;
    font-family: "OPPOSans-Ver2-Regular";
}

.sec-footer-bottom-linson {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-width: 1260px;
}

.search-input {
    width: 100%;
    height: 40px;
    font-family: "OPPOSans-Ver2-Bold";
    color: #616265;
    font-size: 12px;
    border: 0;
    background-color: #f5f8f9;
}

.fotter-search-r {
    width: 40%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-ipbox {
    width: 80%;
    height: 40px;
    background-color: #F5F8F9;
    padding: 5px 30px;
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.search-button {
    background-color: #0E38A8;
    width: 17%;
    height: 40px;
    font-size: 13px;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 0.82;
    border-radius: 4px;
    font-family: "OPPOSans-Ver2-Bold";
    letter-spacing: 3px;
    border: 0;
}

.footer-body a {
    text-decoration: none;
    font-family: "OPPOSans-Ver2-Regular";

}

.sec-footer-bottom-lin a {
    text-decoration: none;
    font-family: "OPPOSans-Ver2-Regular";
}

.bigbag {
    width: 100%;
    height: 100%;
    position: absolute;
}

.group_1_ion {
  width: 1228px;
  height: 196px;
  background: url(/img1.png);
  background-size: 1228px 196px;
  margin-top: 1px;
  display:flex;
  bottom: 65px;
  position: absolute;
  z-index: 99;
}

.box_1_ion {
  margin: 82px 0 0 335px;
  align-items: flex-end;
  padding-right: 45px;
}

.text-wrapper_1_ion {
  width: 858px;
  overflow-wrap: break-word;
  font-size: 0;
  font-family: "OPPOSans-Ver2-H";
  font-weight: 900;
  line-height: 1;
}

.text_1_ion {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  font-family: "OPPOSans-Ver2-H";
  font-weight: 900;
  text-align: left;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 3px;
}


.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.align-start {
  display: flex;
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}
.text_3_ion {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 48px;
  font-family: "OPPOSans-Ver2-H";
  font-weight: 900;
  margin: 0px 1px 0 4px;
  letter-spacing: 4px;
}

.text_4_ion {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  position: absolute;
  font-weight: 200;
  margin-top: 6px;
  margin-left: -3px;
}

.box_2_ion {
  width: 818px;
  height: auto;
  margin-top: 4px;
  align-items: center;
}

.text_5_ion {
  color: rgb(255 255 255 / 71%);
  font-size: 10px;
  text-align: center;
  line-height: 1;
  font-weight: 100;
}

.text-wrapper_2_ion {
    height: 42px;
    background-size: 100% 100%;
    width: 109px;
    border-radius: 5px;
    border: 2px solid #f4f3f2;
    color: #FFF;
    font-size: 16px;
    font-family: 'OPPOSans-Ver2-Medium';
    line-height: 39px;
    text-align: center;
    cursor: pointer;
    position: unset;
}
.text-wrapper_2_ion:hover{
  background-color:#1c44ad;
  border:1px solid #1c44ad;
}

.group_1_ionwap{
    display:none;
    width: 80vw;
    height: 34.08vw;
    background-image: url(/imgwap1.png);
}
.footer_boxscss {
    width: auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: row;
}
.footer-cog-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 70px;
}
.footer-cog-box:last-child {
    margin: 0;
}
.footer-cog-sonbox1 {
    display: flex;
    flex-direction: column;
}
.footer-cog-sonbox2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    /* margin-top: 10px; */
    height: 300px;
}
.footer-cog-sonbox2 {
    display: flex;
    flex-direction: row !important;
    align-items: flex-start;
    flex-wrap: wrap;
}
.footer_boottom_boxs {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
}
.footer-cog-con {
    margin-top: 18px;
    font-size: 15.5px;
    color: #2A2A2A !important;
}
@media screen and (max-width: 1920px) {
  .page{
    width:100%
  }
}
@media screen and (max-width: 1360px) {
  .group_1_ion{transform:scale(1)  }
}
@media screen and (max-width: 1280px) {
  .group_1_ion{transform:scale(0.9)  }
  
}
@media screen and (max-width: 1080px) {
  .group_1_ion{transform:scale(0.6)  }
  
}
@media screen and (max-width: 960px) {
  .group_1_ionwap{
      display:flex;
      width: 80vw;
      height: 34.08vw;
      background-image: url(/imgwap1.png);
      z-index: 99;
  }
  
  .group_1_ionwap{
    display: flex;
    width: 80vw;
    height: 34.08vw;
    background-image: url(/imgwap1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: 0 auto;
    position: absolute;
    bottom: 28px;
  }  
  .group_1_ion{
      display:none;
  }
  .page{
    width:100%;
  }
}

.xw-yl-title:hover{
    color: #FE5C0C;

}
.xw-xq-cont1:hover{
    color: #FE5C0C;

}
.footer_bt_tsbx{
    width: 150px;
    height: 150px;
    border-radius: 3px;
    background-color: #F7F8FA;
    position: absolute;
    z-index: 9999;
    top: -175px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footer_bt_tbm{
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #F7F8FA;
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    top: -20px;
}

.footer-bottom1-rimg:hover .footer_bt_tbm{
    display: block !important;
}
.footer-bottom1-rimg:hover .footer_bt_tsbx{
    display: flex !important;

} 
.xw-yl-img{
    overflow: hidden;
    position: relative;
}
.xw-yl-box:hover .xw-yl-img{
    background-size: 110% 110%;
    transition: all 0.1s;
   
}
.hd_xwbox{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    font-size: 16px;

}
.btn_hdxw{
    text-align: center;
    padding: 10px 15px;
    border: 1px solid #000;
    color: #000;
    border-radius: 5px;
    width: 170px;
    height: 40px;
    /* line-height: 40px; */

}
.btn_hdxw:hover{

    border: 1px solid #FE5C0C;
    color: #FFF;
    background-color: #FE5C0C;
}
.hd_xwboxs{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 400px;
}