/*公共样式--开始*/
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

body {
    font-family: Microsoft YaHei;
}

@media (min-width: 1510px) {
    .container {
        width: 1510px;
    }
}

/* 头部 */
.llo h1 {
    line-height: 100px;
}

.nav {
    width: 69.12%;
}

.x-menu {
    display: flex;
    justify-content: space-between;
}

.x-menu>li>a .da .s1 {
    font-size: 17px;
    color: #333;
}

.x-menu>li>a {
    overflow: hidden;
}

.x-menu>li>a .da {
    transition: transform 0.3s linear;
    display: block;
    position: relative;
}

.x-menu>li>a .da .s2 {
    font-size: 12px;
    color: #999999;
    margin-top: 9px;
    text-align: center;
}

.x-menu>li.active>a>.da,
.x-menu>li:hover>a>.da {
    transform: translate3d(0, -100%, 0);
}

.x-menu>li:hover>a>.da .s1:before {
    content: attr(data-title);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
}

.x-menu>li:hover>a>.da .s2:before {
    content: attr(data-title);
    position: absolute;
    top: 167%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #5f8eba;
}

.x-menu>li.active>a>.da .s1:before {
    content: attr(data-title);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
}

.x-menu>li.active>a>.da .s2:before {
    content: attr(data-title);
    position: absolute;
    top: 167%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #5f8eba;
}

.so {
    background: url(//cdn.myxypt.com/fcb0e7f0/21/09/908f4e685fee30272a8b9899af8c1b5a804e728f.png)no-repeat center;
    width: 19px;
    height: 100%;
}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 100px;
    width: 310px;
    padding: 20px;
    /*border-radius: 20px;*/
    z-index: 999;
    background: rgb(255, 255, 255, .9);
}

.ss input {
    outline: none;
    line-height: 32px;
    width: 20%;
    background: none;
    border: none;
    background: #03479c;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}

.ss #keyword {
    padding-left: 5px;
    line-height: 30px;
    width: 80%;
    background: none;
    border: 1px solid #03479c;
    outline: none;
    font-size: 13px;
    color: #fff;
}

.ss #keyword::placeholder {
    color: #999;
    font-size: 12px;
}

.x-menu .s {
    padding: 0;
    height: 100px;
}

.x-menu .s:hover {
    background: none;
}

.yu {
    background: none;
    background: url(//cdn.myxypt.com/fcb0e7f0/21/09/15429d41dd636bf1e51b1a0039f6d5792643f016.png) no-repeat 10px 50%;
    padding: 0 !important;
    line-height: 100px;
    padding-left: 43px !important;
}

.yu.active,
.yu:hover {

    background: url(//cdn.myxypt.com/fcb0e7f0/21/09/15429d41dd636bf1e51b1a0039f6d5792643f016.png)no-repeat 10px 50% !important;
}

.yu a {
    color: #666666;
}





/* å…¬å¸ç®€ä»‹ */

.about {
    padding: 56px 0 47px 0;
    position: relative;
    margin-top: 85px;
}

.aboutbg {
    width: 100%;
    height: 100%;
    background: #eee;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: 45px;
}

.aboutimg img {
    max-width: 100%;
    height: auto;
}

.about .col-md-6 {
    padding: 0;
}

.aboutimg {
    position: relative;
    left: -50px;
    opacity: 0;
    transition: all 1s;
}

.on .aboutimg {
    left: 0;
    opacity: 1;
    transition-delay: 0.7s;
}

.tit2 h5 {
    font-size: 24px;
    font-family: Arial;
    line-height: 24px;
    color: #666666;
}

.tit2 h3 {
    font-size: 36px;
    line-height: 36px;
    color: #0054a3;
    margin-top: 17px;
}

.about .text {
    padding: 0 10% 0 90px;
    color: #555555;
    font: 400 16px/36px "Microsot Yahei";
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all 1.2s;
    padding-top: 3%
}

.about.on .text {
    right: 0;
    opacity: 1;
    transition-delay: 1s;
}

.about .text .con {
    padding-top: 38px;
    height: 233px;
    overflow: hidden;

}

.about .text .con p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.about .text .more {
    padding-top: 30px;
}

.about .text .more a {
    color: #264a96;
    font: 400 14px/30px "Microsot Yahei";
    background: url(//cdn.myxypt.com/fcb0e7f0/21/09/f67a442f2b63b33aa3cc65e775413a59b37cd51f.png)no-repeat right center;
    padding-right: 30px;
    transition: all 0.5s;
}

.about .text .more a:hover {
    padding-right: 45px;
}

@media (max-width: 991px) {
    .about {
        padding: 0;
        margin-top: 20px;
    }

    .aboutbg {
        display: none;
    }

    .about .text {
        padding: 20px;
        position: relative;
    }

    .about .text .con {
        padding-top: 20px;
    }

    .about .text .more {
        padding-top: 20px;
    }
}



.bannerr {
    position: relative;
}

.bannerr ul.ba {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.bannerr ul.ba li {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.bannerr .numm {
    display: none;
}

.pre2 {
    width: 32px;
    height: 50px;
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -25px;
    z-index: 999;
    cursor: pointer;
    display: none;
}

.next2 {
    width: 32px;
    height: 50px;
    position: absolute;
    right: 10%;
    top: 50%;
    margin-top: -25px;
    z-index: 999;
    cursor: pointer;
    display: none;
}

.banners {
    margin-top: 95px;
    width: 100%;
    height: 100%;
    position: relative;
}

.banners ul.bc {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: url(//cdn.myxypt.com/fcb0e7f0/21/09/0a662bdcea80522cb6667ccb22ab2e0f55f0b903.jpg);
    background-size: cover;
}

.banners ul.bc li {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
}

.banners ul.bc li div {
    position: absolute;
    width: 36.5%;
    top: 150px;
    left: 10%;
}

.banners ul.bc li div h3 {
    font: bold 66px/66px "Arial";
    color: #ffffff;
    text-transform: uppercase;
}

.banners ul.bc li div .p1 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    margin-top: 40px;
}

.banners ul.bc li div .p2 {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    margin-top: 16px;
}

.banners ul.bc li div .p3 {
    font: 18px/34px "";
    color: #ffffff;
    margin-top: 30px;
}

.banners ul.bc li div .p4 {
    width: 290px;
    line-height: 48px;
    border-radius: 5px;
    background: #264a96;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: 56px;
}

.banners ul.bc li div .p4 span {
    font-size: 24px;
    font-family: Arial;
    font-weight: 600;
}

.banners ul.bc li div a {
    display: block;
    /*width: 130px;*/
    /*height: 40px;*/
    margin-top: 36px;
    /*text-align: center;*/
    /*font:18px/40px "";*/
    /*color: #111;*/
    /*border:1px solid #111;*/
    /*border-radius: 5px;*/

}

@media (max-width: 1200px) {
    .banners ul.bc li div h3 {
        font-size: 35px;
    }

    .banners ul.bc li div p {
        max-height: 60px;
        overflow: hidden;
    }

}

@media (max-width: 1440px) {
    .x-menu>li>a .da .s1{
        font-size:16px;
    }
}



.banners .numbox {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    height: 100%;
}

.banners .numbox:before {
    content: ".";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
}

.banners .numbox .numn {
    width: 394px;
    display: inline-block;
    vertical-align: middle;
}

.banners .numn li {
    font: 400 16px/60px "Microsoft Yahei";
    color: #fff;
}

.banners .numn li {
    *display: inline;
    _zoom: 1;
    _display: inline;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.banners .numn li::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #264a96;
    border-radius: 30px 0 0 30px;
    z-index: -2;
    transition: all 0.3s;
}

.banners .numn li.num_hover::after {
    width: 100%;
}

.banners .numn li a {
    display: block;
    color: #fff;
    padding-left: 64px;
    
    background: url(//cdn.myxypt.com/fcb0e7f0/21/09/d6fae1b7697ecbf22f5eeb20b0e803b318f8517c.png) no-repeat 38px 50%;
}

.banners .numn li.num_hover a {
    color: #fff;
    background: url(//cdn.myxypt.com/fcb0e7f0/21/09/ba1f1e0378cf5ef7a2e7f3347576569e24dfdd64.png) no-repeat 38px 50%;
}



/* è¯¾ç¨‹ä»‹ç» */

.course {
    background: #f5f5f5;
    padding: 70px 0 100px;
}

.tit {
    color: #264a96;
    font: 400 30px/40px "å¾®è½¯é›…é»‘";
    text-align: center;
}

.c1_left {
    text-align: left !important;
}

.tit img {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
}


.tit p {
    color: #acabab;
    font: 400 16px/25px "å¾®è½¯é›…é»‘";
    text-transform: uppercase;
}

.tit2 {
    text-align: left;
}


.courselist {
    position: relative;
    overflow: hidden;
    margin: 0 10%;
    padding: 0;
    padding-top: 55px;
}

.courselist .hd {
    position: absolute;
    z-index: 9;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 100%;
}

.courselist .hd ul {
    text-align: center;
}

.courselist .hd ul li {
    width: 50%;
    float: left;
    /* background: rgba(0, 31, 95, .48); */
    border-right: 1px solid #9ba0a9;
    text-align: center;
    height: 100%;
    position: relative;
    height: 664px;
    /*margin-right: 0.3%;*/
    line-height: 664px;
    position: relative;
    z-index: 2;
}

.courselist .hd ul li:last-child {
    margin-right: 0;
    border-right: none;
}

.courselist .hd ul li .proconts {
    display: inline-block;
    vertical-align: middle;
    font: normal 28px/30px MicrosoftYaHei;
    color: #ffffff;
}

.courselist .hd ul li h3 {
    font: normal 28px/30px MicrosoftYaHei;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.courselist .hd ul li .intro {
    font: normal 16px/40px MicrosoftYaHei;
    margin-top: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 0;
    overflow: hidden;

    transition: all 0.5s;
}

.courselist .hd ul li.on .intro {
    height: auto;
    margin-top: 45px;
}

.courselist .hd ul li .p1 {
    width: 0px;
    height: 3px;
    margin: 0 auto;
    background: #fff;
    margin-top: 20px;
    transition: all 0.5s;
    overflow: hidden;
}

.courselist .hd ul li.on .p1 {
    width: 42px;
}

.courselist .hd ul li .intro a {
    color: #fff;
}

.courselist .hd ul li .p2 {
    transition: all 0.5s;
    margin-top: -15px;
}

.courselist .hd ul li.on .p2 {
    margin-top: 72px;
}

.courselist .hd ul li::after {
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 84, 162, .7);
    transition: all 0.5s;
}

.courselist .hd ul li.on::after {
    height: 100%;
}

.courselist .bd {
    position: relative;
}

.courselist .bd img {
    min-width: 100%;
}








.courselist .img img {
    max-width: 100%;
    height: auto;
}

.swiper-container2 {
    padding-top: 20px;
    width: 100%;
    overflow: hidden;
}

.swiper-container2 .swiper-slide a {
    display: block;
    color: #333;
    font: 400 14px/36px "Microsoft Yahei";
    text-align: center;
}

.swiper-pagination2 {
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
}

.swiper-pagination2 .swiper-pagination-bullet {
    display: inline-block;
}

@media (max-width: 991px) {
    .course {
        margin-top: 20px;
        padding: 20px 0;
    }
}





/* æ ¸å¿ƒä¼˜åŠ¿ */
.ys {
    position: relative;
    background: url(//cdn.myxypt.com/fcb0e7f0/21/09/2dee3c86c61c39c1ba905b33a0169745e2866829.jpg)top center;
    background-size: cover;
    padding: 80px 0 120px;
}

.ystit {
    color: #ffffff;
    font: 400 30px/40px "å¾®è½¯é›…é»‘";
    text-align: center;
}

.ystit p {
    color: #acabab;
    font: 400 16px/25px "å¾®è½¯é›…é»‘";
    text-transform: uppercase;
}

.ys ul {
    margin-top: 80px;
    padding: 0 10%;
    text-align: center;
}

.ys ul li {
    background: #fff;
    text-align: center;
    padding: 4% 1% 2% 1%;
    color: #ffffff;
    display: inline-block;
    width: 18%;
    margin-right: 2%;
    min-height: 314px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.ys ul li::after {
    position: absolute;
    content: "";
    width: 0;
    top: 50%;
    height: 0;
    left: 50%;
    z-index: -1;
    background: #0054a2;
    transition: all 0.3s;
}

.ys ul li:hover:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ys ul li:last-child {
    margin-right: 0;
}

.ys ul li h3 {
    font: bold 26px/26px MicrosoftYaHei;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
}

.ys ul li:hover h3 {
    color: #fff;
}

.ys ul li span {
    display: block;
    height: 3px;
    background: #0054a2;
    width: 20%;
    margin: 0 auto;
    margin-top: 20px;
    transition: all 0.5s;
}

.ys ul li:hover span {
    background: #fff;
}

.ys ul li p {
    font: normal 16px/26px MicrosoftYaHei;
    color: #333;
    margin-top: 24px;
    /* max-height: 60px; */
    overflow: hidden;
    padding: 0 25.5px;
    transition: all 0.5s;
}

.ys ul li:hover p {
    color: #fff;
}

.ys ul li a {
    display: block;
    width: 37px;
    height: 37px;
    border: solid 1px #d6d6d6;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    font: normal 28px/33px MicrosoftYaHei;
    color: #d6d6d6;
    margin-top: 40px;
}

.ys ul li:hover a {
    color: #fff;
    border: solid 1px #fff;
}

@media (max-width: 1600px) {
    .ys ul li p {
        padding: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;

    }

    .ys ul li {
        min-height: 280px;
    }
}

@media (max-width: 1200px) {
    .ys ul li {
        width: 30%;
        min-height: 250px;
        padding: 5% 1% 2% 1%;
    }

    .ys ul li p {
        font-size: 14px;
        max-height: 55px;
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .ys {
        padding-bottom: 5%;
    }

    .ys ul {
        margin-top: 4%;
        padding: 0 5%;
    }

    .ys ul li {
        width: 30%;
        min-height: 218px;
        padding: 5% 1% 2% 1%;
        margin-bottom: 25px;
    }

    .ys ul li h3 {
        font-size: 14px;
    }

    .ys ul li p {
        font-size: 12px;
        max-height: 55px;
        overflow: hidden;
    }
}

@media (max-width: 480px) {
    .ys ul li {
        width: 45%;
        min-height: 200px;
        padding: 5% 1% 2% 1%;
        margin-bottom: 15px;
    }

    .ys ul li h3 {
        font-size: 14px;
    }

    .ys ul li p {
        font-size: 12px;
        max-height: 55px;
        overflow: hidden;
    }
}


/* 新闻资讯 */

.newsbg {
    background: #fff;
    padding: 75px 0;
}

.news {
    max-width: 1170px;
    margin: 0 auto;
    height: 585px;
    background: url(//cdn.myxypt.com/fcb0e7f0/21/09/1b8aa34a34a5be6381e99150d40cef801f7a196f.png) no-repeat;
    margin-top: 65px;
    padding: 21px 10px 10px 21px;
}

.news_list1 {
    padding: 0;
}

.news_list1 img {
    max-width: 100%;
    height: auto;
}

.news_list1 li h3 {
    padding: 0 0 0 25px;
}

.news_list1 li h3 a {
    display: block;
    color: #014c90;
    font: 400 16px/46px "Microsoft Yahei";
    padding: 30px 0 20px;
}

.news_list1 li h3 p {
    color: #787878;
    font: 400 14px/30px "Microsoft Yahei";
}

.soroll {
    height: 462px;
    overflow: hidden;
    /* margin-top: 45px; */

}

/* .soroll ul {
    background: #fff;
} */
.nnn {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.news_list2 li {
    padding: 23px 0;
}

.news_list2 .time {
    background: #c3c3c3;
    color: #fff;
    font: 400 21px/40px "Microsoft Yahei";
    text-align: center;
    height: 70px;
}

.news_list2 .time p {
    font: 400 16px/20px "Microsoft Yahei";
}

.news_list2 h3 a {
    display: block;
    color: #333;
    font: 400 18px/24px "Microsoft Yahei";
}

.news_list2 h3 p {
    color: #787878;
    font: 400 12px/21px "Microsoft Yahei";
    height: 42px;
    overflow: hidden;
}

.news_list2 li:hover .time {
    background: #004b90;
    box-shadow: 5px 5px 5px #bdbdbd;
}

.news_list2 li:hover h3 a {
    color: #014c90;
    font-weight: 600;
}

@media (max-width: 991px) {
    .newsbg {
        padding: 20px 0;
    }

    .news {
        margin-top: 20px;
        background: none;
        height: auto;
    }

    .news .news_list1 {
        text-align: center;
        padding: 0;
    }

    .news_list1 li h3 {
        padding: 0 10px;
    }

    .news_list1 li h3 a {
        padding: 5px 0;
        height: 56px;
        overflow: hidden;
    }

    .news_list2 {
        padding-top: 15px;
    }

    .news_list2 li {
        padding: 10px 0;
    }

    .news_list2 h3 a {
        height: 24px;
        overflow: hidden;
    }

    .news_list2 .time {
        padding: 0;
        font-size: 14px;
    }
}



.tit {
    color: #264a96;
    font: 400 30px/40px "微软雅黑";
    text-align: center;
}



.celebbg {
    padding-bottom: 87px;
}

.tit p {
    color: #acabab;
    font: 400 16px/25px "微软雅黑";
    text-transform: uppercase;
}

.rong {
    margin: 0 16px;
}

.ry {
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 58px;
}




.ry .owl-carousel .owl-nav .owl-next .icon-font:after {
    background: url(//cdn.myxypt.com/fcb0e7f0/21/09/301a8c683a03ac39689464a03fe5fb1834f68d78.png);
    width: 36px;
    height: 68px;
}

.ry .owl-carousel .owl-nav .owl-next:hover .icon-font:after {
    background: url(//cdn.myxypt.com/fcb0e7f0/21/09/40784a76190c969815a2cb73deec8e2c1c67d42c.png);

}

.ry .owl-carousel .owl-nav .owl-prev .icon-font:after {
    background: url(//cdn.myxypt.com/fcb0e7f0/21/09/78c1f0c984bb156f8926078199b8142df2f2fa75.png);
    width: 36px;
    height: 68px;
}

.ry .owl-carousel .owl-nav .owl-prev:hover .icon-font:after {
    background: url(//cdn.myxypt.com/fcb0e7f0/21/09/0fc0aff128ae3eb3cbd3412b72150bf0a6940484.png);

}

.ry .owl-carousel .owl-nav .owl-next {
    outline: none;
    right: -48px;
    top: 50%;
    position: absolute;
}

.ry .owl-carousel .owl-nav .owl-prev {
    outline: none;
    left: -61px;
    top: 50%;
    position: absolute;
}

/* 尾部 */
.fb1 .d1 {
    width: 43.1%;
    display: flex;
    justify-content: space-between;
}

.fb1 {
    background: url(//cdn.myxypt.com/fcb0e7f0/21/09/5e8b02d51e4e89ee981622e79f339b3c355b4dc8.jpg)no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 84px;
}

.fd p {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.fd ul li {
    font-size: 14px;
    line-height: 14px;

}

.fd ul li a {
    color: #949597;
}

.fd ul {
    margin-top: 36px;
}

.fd ul li+li {
    margin-top: 22px;
}

.fd ul li a:hover {
    color: #fff;
}

.d2 {
    width: 44.1%;
    display: flex;
    justify-content: space-between;
}

.d2 .dblx {
    color: #fff;
}

.d2 .dblx p:nth-child(1) {
    font-size: 18px;
    line-height: 18px;
    color: #1f93ff;
}

.d2 .dblx p:nth-child(2) {
    font-family: Arial;
    font-size: 34px;
    line-height: 34px;
    font-weight: 600;
    margin-top: 22px;
}

.d2 .dblx p:nth-child(3) {
    margin-top: 30px;
    margin-bottom: 12px;
}

.d2 .dblx p:nth-child(3),
.d2 .dblx p:nth-child(4) {
    font-size: 14px;
    line-height: 14px;
    color: #949597;
}

.d2 .p1 {
    display: block;
    width: 192px;
    line-height: 48px;
    border-radius: 40px;
    background: #1f93ff;
    color: #fff;
    background: url(//cdn.myxypt.com/fcb0e7f0/21/09/77f26eacd1c12b38a35528e49a51f1f654684678.png)no-repeat left center #1f93ff;
    padding-left: 86px;
    background-position: 46px;
    font-size: 16px;
    margin-top: 55px;
}

.d2y .p22 {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 34px;
}

.d2y .d2y1 {
    margin-right: 33px;
}

.d2y div p {
    font-size: 14px;
    color: #999999;
    line-height: 14px;
    text-align: center;
    margin-top: 22px;
}

.fb2 {
    background: #191e22;
    padding-top: 42px;
    padding-bottom: 42px;
    position: relative;
}

.fb2::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 9px;
    background: #303539;
    height: 1px;
}

.fb2 p {
    text-align: center;
    font-size: 14px;
    color: #999999;
}

.fb2 p a {
    color: #999999;
}
.fb2 p a:hover{
    color:#fff;
}
.fb2 p+p {
    margin-top: 8px;
}




@media (max-width: 1679px) {
    .banners ul.bc li div {
        width: 55.05%;
    }

    .banners ul.bc li div .p3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;

    }
}

@media (max-width: 1579px) {
    .tit2 h5 {
        font-size: 20px;
    }
}

@media (max-width: 1515px) {
    .d2 {
        width: 50%;
    }

    .x-menu>li {
        padding: 0 15px;
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

@media (max-width: 1500px) {
    .banners ul.bc li div {
        top: 60px;
    }
}

@media (max-width: 1353px) {
    .tit2 h5 {
        font-size: 16px;
        line-height: 16px;
    }

    .tit2 h3 {
        font-size: 30px;
        line-height: 30px;
    }

    .about .text {
        padding-top: 1%;
    }
}

@media (max-width: 1300px) {
    .banners ul.bc li div h3 {
        font: bold 46px/46px "Arial";
    }

    .banners ul.bc li div .p1 {
        font-size: 30px;
        line-height: 30px;
        margin-top: 12px;
    }

    .banners ul.bc li div .p2 {
        font-size: 20px;
        line-height: 20px;
        margin-top: 12px;
    }

    .banners ul.bc li div .p3 {
        font: 16px/30px "";
        color: #ffffff;
        margin-top: 18px;
    }

    .banners ul.bc li div {
        width: 39.05%;
    }

    .banners ul.bc li div .p4 {
        margin-top: 30px;
    }
}

@media (max-width: 1200px) {
    .banners ul.bc li div h3 {
        font: bold 35px/35px "Arial";
    }

    .fb1 .d1 {
        width: 37%;
    }

    .d2 {
        width: 57%;
    }
}

@media (max-width: 1200px) {
    .fMd h4 {
        font-size: 15px;
    }

    .fMd h2 {
        font-size: 20px;
    }

    .fMd h3 {
        font-size: 18px;
    }

    .x-menu .s,
    .x-menu .yu {
        display: none;
    }
}

.swiper-wrapper img {
    max-width: 100%;
    height: auto;
}

.fCode {
    text-align: center;
    max-width: 400px;
}

.fCode>h3 {
    font-size: 14px;
    color: #8b8b8b;
    line-height: 2;
    font-weight: normal;
    margin-bottom: 10%
}

.fCode ul li {
    width: 50%;
    text-align: center;
    float: left;
}

.fCode ul li img {
    max-width: 100%;
}

.fCode ul li p {
    font-size: 14px;
    color: #636363;
    line-height: 2;
}

.fCy {
    border-top: 1px solid #505050;
    width: 80%;
    margin: 0 auto;
    margin-top: 5vh;
    padding-top: 20px;
}

.foot,
.sjbq {
    display: none;
}

@media (max-width: 991px) {
    .about .text .con {
        height: auto;
    }

    header {
        display: none;
    }

    .x-banner {
        margin-top: 60px;
    }

    footer {
        display: none;
    }

    .foot,
    .sjbq {
        display: block;
    }

    .foot {
        background: #1e1d2d;
        color: #bcbbbe;
        padding: 0 15px;
        padding-top: 20px;
        padding-bottom: 15px;
        margin-top: 30px;
    }

    .fw {
        width: 95%;
        margin: 0 auto;
    }

    .fw .du .dul .p1 span {
        margin-right: 30px;
    }

    .fw .du .dul .sec li {
        padding-left: 10px;
        margin-bottom: 8px;
    }

    .fw .du .dul .sec {
        display: none;
    }

    .fw .du .dul .sec a {
        color: #939090;
        font-size: 12px;
    }

    .fw .du .dul p {
        border-bottom: 1px solid #7a7a7a;
        line-height: 40px;
    }

    .fw .du {
        font-size: 14px;
    }

    .sjbq {
        font-size: 12px;
        color: #bcbbbe;
        padding-top: 5px;
    }

    .sjbq a {
        color: #bcbbbe;
    }





}

@media (max-width: 988px) {
    .news {
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .about .text {
        padding-top: 4%;
    }
}

@media (max-width: 600px) {
    .tit2 h5 {
        font-size: 15px;
        line-height: 15px;
    }

    .about .text {
        padding-top: 5%;
    }

    .tit2 h3 {
        font-size: 26px;
        line-height: 26px;
    }

    .about .text .con {
        padding-top: 9px;
        font-size: 14px;
        line-height: 25px;
    }

    .about .text .more {
        padding-top: 0px;
    }

    .ys {
        display: none;
    }

    .ry {
        margin-top: 20px;
    }

    .celebbg {
        padding-bottom: 38px;
    }

    .aboutimg {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .swiper-container2 .swiper-slide a {
        padding-left: 15px;
        padding-right: 15px;
    }
}