/* å“åº”å¼æ ·å¼ */


/* é€šç”¨é‡ç½® */

* {
    margin: 0;
    padding: 0;
}


/* é€šç”¨æ ·å¼ */

.dth_pos {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.dth_wh {
    display: flex;
    width: 1440px;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

@media(max-width:1460px) {
    .dth_wh {
        width: 96%;
    }
}

@media(max-width:992px) {}


/* ç»Ÿä¸€çš„æ ·å¼ */

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
}


/* æ’ä»¶æ•´ä½“ä¿®æ”¹ */

.slick-arrows {
    outline: none;
}

.slick-slide {
    outline: none;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
    display: flex;
    width: 24px;
    height: 44px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
    background: none;
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: 12px;
    top: 50%;
    margin-top: -20px;
}

.swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.swiper-pagination {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5%;
}

.swiper-pagination .swiper-pagination-bullet {
    outline: none;
    margin: 0 1em;
}

@media(max-width:992px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}


/* å¤´éƒ¨ å’Œ å¯¼èˆª */

.topup {
    align-items: center;
}

.top_btns {
    display: inline-flex;
    /*width: 100px;    */
    width: 11.837%;
    align-items: center;
    margin-left: 1.1%;
}

.top_btns .btns {
    width: 16px;
    height: 16px;
    margin: 0 6%;
    position: relative;
    cursor: pointer;
}

.top_btns .btns:after {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: #000000;
    opacity: 0.5;
    position: absolute;
    right: -75%;
    top: 0;
}

.top_btns .ybtn >a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0.4px;
    color: #000000;
    opacity: 0.8;
    margin-left: 12%;
}

.top_btns a img {
    width: 0.5em;
    height: auto;
}

@media (max-width: 1199px) {
    .top_btns {
        width: 10%;
    }
}


/* banner */

#banners {
    position: relative;
}

#banners li a {
    display: block;
}

#banners li a img {
    width: 100%;
    height: auto;
}

#banners .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

#banners {
    position: relative;
}

#banners li a {
    display: block;
}

#banners li a img {
    width: 100%;
    height: auto;
}

#banners .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
}

#banners .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FF4500;
}

#banners .swiper-button-prev,
#banners .swiper-button-next {
    width: 50px;
    height: 65px;
    background-color: rgba(255, 255, 255, 0.5);
}

#banners .swiper-button-prev:hover,
#banners .swiper-button-next:hover {
    background-color: #FF4500;
}

#banners .swiper-button-prev::after,
#banners .swiper-button-next::after {
    width: 16px;
    height: 16px;
    border-color: transparent transparent #4d4d4d #4d4d4d;
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
}

#banners .swiper-button-prev:hover::after,
#banners .swiper-button-next:hover::after {
    border-color: transparent transparent #ffffff #ffffff;
}

#banners .swiper-button-prev {
    left: 0;
}

#banners .swiper-button-next {
    right: 0;
}


/* ç›¸åŒæ ‡é¢˜ ä»¥ç¬¬ä¸€ä¸ªä¸ºå‡† */

.titles {
    display: block;
    /*text-align: center;*/
}

.titles h2 {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0px;
    color: #000000;
}

.titles h2 p {}

.titles h2 p img {
    max-height: 0.6em;
}

@media(max-width:1460px) {}

@media(max-width:1200px) {
    .titles h2 {
        font-size: 2.5vw;
        line-height: 1.5;
    }
}

@media(max-width:992px) {
    .titles h2 {
        font-size: 24px;
    }
}

@media(max-width:640px) {
    .titles h2 {
        font-size: 20px;
    }
}

@media(max-width:420px) {}


/* è£èª‰èµ„è´¨ */

.ryzz {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0 85px;
}

.ryzz_wh {
    width: 79.375vw;
    margin: 0 auto;
}

.ryzs {
    position: relative;
    padding: 0 5%;
}

.wispe_tz {
    width: 100%;
    overflow: hidden;
}

.wispe_tz .swiper-container {
    margin: 0 -3.5%;
    padding: 2% 0;
}

.ryzs .swiper-button-prev,
.ryzs .swiper-button-next {
    width: 29px;
    height: 66px;
    background-image: url('//cdn.xypt.top/0ff96c97/21/05/5b466092677caad2c113483f8c1d4d5207ec18b6.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -33px;
}

.ryzs .swiper-button-prev {
    left: 0;
}

.ryzs .swiper-button-next {
    right: 0;
}

.ryzs .swiper-button-prev::after,
.ryzs .swiper-button-next::after {
    display: none;
}

.ryzs li {
    box-shadow: 2.5px 4.3px 5px 0px rgba(6, 0, 1, 0.4);
}

.ryzs li a {
    display: block;
}

.ryzs li img {
    width: 100%;
    height: auto;
}

.hzhb {
    background-color: #ffffff;
    margin-top: 1.8%;
    box-shadow: 0 0 5px 2px rgba(203, 203, 194, 0.75);
    padding: 10px 0;
}

@media(max-width:1800px) {
    .wispe_tz .swiper-container {
        margin: 0 -3.7%;
    }
}

@media(max-width:1600px) {
    .ryzz {
        padding: 4.375vw 0 5.3125vw;
    }
    .wispe_tz .swiper-container {
        margin: 0 -3.8%;
    }
}

@media(max-width:1366px) {
    .wispe_tz .swiper-container {
        margin: 0 -4.1%;
    }
}

@media(max-width:1200px) {
    .ryzs .swiper-button-prev {
        left: -3.2vw;
    }
    .ryzs .swiper-button-next {
        right: -3.2vw;
    }
    .wispe_tz .swiper-container {
        margin: 0 -4.4%;
    }
}

@media(max-width:1024px) {}

@media(max-width:992px) {
    .ryzz_wh {
        width: 96%;
    }
    .ryzs {
        padding: 0;
    }
    .ryzs .swiper-button-prev,
    .ryzs .swiper-button-next {
        display: block;
    }
    .ryzs .swiper-button-prev {
        left: 2vw;
    }
    .ryzs .swiper-button-next {
        right: 2vw;
    }
}

@media(max-width:768px) {
    .wispe_tz .swiper-container {
        margin: 0 -5%;
    }
}

@media(max-width:640px) {
    .wispe_tz .swiper-container {
        margin: 0 -4.2%;
    }
}

@media(max-width:400px) {
    .wispe_tz .swiper-container {
        margin: 0 -2.4%;
    }
}


/* å‘˜å·¥é£Žé‡‡ */

.ygfc {
    background-color: #f7f7f7;
    padding: 60px 0 70px;
}

.ygfc_wh {
    display: block;
    width: 86.875vw;
    margin: 0 auto;
}

.ygfc_cons {
    margin-top: 2vw;
    position: relative;
}

.ygfc_cons li {}

.ygfc_cons li a {
    display: block;
}

.ygfc_cons li img {
    width: 100%;
    height: auto;
}

.ygfc_cons .swiper-button-prev,
.ygfc_cons .swiper-button-next {
    width: 29px;
    height: 66px;
    background-image: url('//cdn.xypt.top/0ff96c97/21/05/5b466092677caad2c113483f8c1d4d5207ec18b6.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -33px;
}

.ygfc_cons .swiper-button-prev {
    left: -2.865vw;
}

.ygfc_cons .swiper-button-next {
    right: -2.865vw;
}

.ygfc_cons .swiper-button-prev::after,
.ygfc_cons .swiper-button-next::after {
    display: none;
}

@media(max-width:1200px) {
    .ygfc_cons .swiper-button-prev {
        left: -3.2vw;
    }
    .ygfc_cons .swiper-button-next {
        right: -3.2vw;
    }
}

@media(max-width:992px) {
    .ygfc_wh {
        width: 96%;
    }
}

@media(max-width:768px) {}

@media(max-width:640px) {}


/* åº•éƒ¨ */

footer {
    background-color: #282828;
}

.ft_wh {
    display: block;
    width: 96%;
    max-width: 1300px;
    margin: 0 auto;
}

.layout {
    padding: 45px 0 30px;
}

.layout .ft_wh {
    display: flex;
    justify-content: space-between;
}

.layout dl {}

.layout dt {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #ffffff;
}

.layout dd {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.57;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 1.3em;
}

.layout dd a {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    width: min-content;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.layout dl:nth-child(1) {
    width: 19.23%;
}

.layout dl:nth-child(2) {
    width: 23%;
}

.layout dl:nth-child(3) {
    width: 43.53%;
}

.layout dl:nth-child(4) {
    width: 14.24%;
}

.layout dl:nth-child(4) img {
    max-width: 100%;
    margin-top: 0.78em;
}

.foots {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 0.025em;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.foots a {
    color: rgba(255, 255, 255, 0.5);
}

.foots .ft_wh {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1em 0 0.83em;
}

.ft_link a {
    margin-right: 0.5em;
}

@media(max-width:1200px) {
    .layout {
        padding: 3.75vw 0 2.5vw;
    }
    .layout dt {
        font-size: 16px;
    }
    .layout dd {
        font-size: 12px;
    }
}

@media(max-width:992px) {}

@media(max-width:768px) {
    .foots {
        display: none;
    }
    .layout dl {
        display: none;
    }
    .layout .ft_wh {
        flex-wrap: wrap;
    }
    .layout dl:nth-child(3) {
        display: block;
        width: 100%;
        margin-top: 4vw;
    }
}

@media(max-width:640px) {}


/* æ‰‹æœºåº•éƒ¨ */

@media(max-width:768px) {
    body {
        /*padding-bottom: 50px;*/
    }
}

li {
    list-style: none;
    cursor: pointer;
}

.q_d_m {
    float: left;
    width: 100%;
    height: 50px;
}

.pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    background: #2e9b4a;
    z-index: 999;
    border-top: 1px solid #fff;
}

.pf_down li {
    width: 33.333333%;
    float: left;
    text-align: center;
    padding: 7px 0 4px 0;
    border-right: 1px solid #fff;
}

.pf_down li .ico7 {
    width: 100%;
    float: left;
    height: 20px;
}

.pf_down li .d_name {
    width: 100%;
    float: left;
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.pf_down li.l1 .ico7 {
    background: url("//cdn.xypt.top/34921a4d/21/04/04e6db40d842316a5c7543c163be2aae3601de94.png") no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
    background: url("//cdn.xypt.top/34921a4d/21/04/ed5d938a58c0527b03c1c0ca41cf12a9e1382ef1.png") no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
    background: url("//cdn.xypt.top/34921a4d/21/04/1247f2236cb434152dda4b25ef06d08a4ca5b65e.png") no-repeat center;
    background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
    border: none;
}


/* å†…é¡µ */


/* åº•éƒ¨ */


/* ä¿®æ”¹æ·»åŠ  */