body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}


/* 头部 */

.x-header {
    background: rgba(255, 255, 255, .5);
    padding: 12px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 2px 2px 10px 0 rgba(39, 16, 12, .15);
}

.x-logo {
    float: left;
    width: 30%;
    line-height: 58px;
}

.x-logo a {
    display: block;
}

.x-header-right {
    float: right;
    width: 6%;
    text-align: right;
    margin-top: 15px;
    position: relative;
    z-index: 999;
}

.x-header-right a {
    font-family: Arial;
    font-size: 16px;
    color: #000000;
    background: url("//cdn.myxypt.com/5a53dac6/21/09/1ebf43bb4b9e7a4c7eb4f94e0e65fdd1c5349325.png") left center no-repeat;
    padding-left: 25px;
    height: 22px;
    line-height: 25px;
    display: block;
}

.x-banner {
    position: relative;
    background: #fff;
}

.x-header-right #formsearch,
.x-header-right .x-login {
    display: inline-block;
    vertical-align: middle;
}

.x-header-right #formsearch {
    width: calc(100% - 100px);
    position: relative;
}

.x-header-right #formsearch:before {
    content: '|';
    position: absolute;
    left: 36px;
    top: 5px;
}

.x-header-right #formsearch #s_btn {
    float: left;
    outline: none;
    border: none;
    width: 35px;
    height: 30px;
    font-size: 0;
    background-image: url("../images/icon_spirit.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 -210px;
}

.x-header-right #formsearch #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 35px);
    color: rgba(0, 0, 0, 0.8);
    margin-top: 5px;
    height: 20px;
    padding-left: 10px;
}

.x-header-right .x-login {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    line-height: 30px;
}

.x-header-right .x-login .username {
    max-width: 75px;
    vertical-align: -10px;
    display: inline-block;
}

.x-header-right .x-login a {
    color: #000;
}

.x-header-right .x-login a:hover {
    color: #004b90;
}


/* 导航 */

.menu {
    /*z-index:-1;*/
    position: relative;
    float: right;
}

.x-menu {
    height: 50px;
    display: flex;
    margin-top: 8px;
    justify-content: flex-end;
    flex-wrap: wrap;
    /* padding-right: 50px; */
}

.x-menu>li {
    line-height: 50px;
    height: 50px;
    padding-bottom: 18px;
    text-align: center;
    position: relative;
    z-index: 999;
}

.x-menu>li>a {
    display: block;
    line-height: 25px;
    color: #000;
    height: 45px;
    font-size: 16px;
    padding: 0 3.2rem;
}

.x-menu>li>a h4 {
    font: normal 16px/16px MicrosoftYaHei;
    color: #262626;
}

.x-menu>li>a p {
    color: #000;
    font: 400 13px/20px "Microsoft Yahei";
    text-transform: uppercase;
    opacity: .75;
}


/* .x-menu > li > a:hover {
  background: #004b90;
  color: #fff;
} */


/* .x-menu > li.active > a {
  background: #004b90;
  color: #fff;
} */

.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    height: 40px;
    opacity: 0;
    top: 100%;
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 150%;
    left: -25%;
    top: 65px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu>li>a:hover {
    background: #e9eaeb;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}

@media (max-width: 1600px) {
    .x-menu>li>a {
        padding: 0 2rem;
    }
}

@media (max-width: 1300px) {
    .x-menu>li>a {
        padding: 0 1rem;
    }
}


/* 搜索 */

.searchs {
    color: #a4a4a4;
    font: 400 12px/40px "Microsoft Yahei";
    box-shadow: 0 0 10px rgba(39, 16, 12, .17);
}

.searchs a {
    color: #a4a4a4;
}

.search {
    padding-top: 65px;
}


/*#formsearch {
    width: 65px;
    height: 20px;
    border: 1px solid #aaa;
    margin-top: 10px;
    float: left;
    overflow: hidden;
    border-radius: 10px;
}*/

.hotSearch {
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
}

.hotSearch a {
    margin-right: 0.5em;
}

@media (max-width: 1199px) {
    .search {
        padding: 30px 15px 0;
    }
}

@media (max-width: 991px) {
    /*  #formsearch {
        width: 100%;
    }*/
    #add1 {
        display: none;
    }
}

@media (max-width: 567px) {
    .hotSearch {
        font-size: 24px;
    }
}

.boxx {
    padding: 0 10%;
}

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


/* 关于我们 */

.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;
}

.about .text {
    padding: 0 10% 0 60px;
    color: #5a5a5a;
    font: 400 14px/30px "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;
}

.c1_left h5 {
    font-family: "Arial";
    font-size: 26px;
    line-height: 1.1;
    color: #202020;
    font-weight: 400;
}

.c1_left h3 {
    color: #224794;
    font-size: 36px;
    font-weight: 400;
    margin-top: 2%;
}

.about .text .con {
    padding-top: 50px;
    height: 200px;
    overflow: hidden;
}

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

.about .text .more a {
    color: #264a96;
    font: 400 14px/30px "Microsot Yahei";
}

@media (max-width: 1366px) {
    .c1_left h5 {
        font-size: 20px;
    }
    .c1_left h3 {
        font-size: 24px;
    }
}

@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;
    }
}

@media (max-width:768px) {
    .c1_left h5 {
        font-size: 20px;
    }
    .c1_left h3 {
        font-size: 22px;
    }
}


/* 优势特点 */

.advs {
    margin-top: 120px;
    width: 100%;
    height: 100%;
    position: relative;
}

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

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

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

.advs ul.bc li div h3 {
    font: bold 50px/2 "";
    color: #ffffff;
}

.advs ul.bc li div p {
    font: 16px/2 "";
    color: #e9e9e9;
}

.advs 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) {
    .advs ul.bc li div h3 {
        font-size: 35px;
    }
    .advs ul.bc li div p {
        max-height: 60px;
        overflow: hidden;
    }
}

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

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

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

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

.advs .numn li {
    *display: inline;
    _zoom: 1;
    _display: inline;
}

.advs .numn li.num_hover {
    background-color: rgba(38, 74, 150, .89);
}

.advs .numn li a {
    display: block;
    color: #fff;
    padding-left: 64px;
}

.advs .numn li.num_hover a {
    color: #fff;
    background: url("//cdn.myxypt.com/5a53dac6/21/09/43af76bf30e398d66ab59bff1dbe7a46c7f33d50.png") no-repeat 38px 50%;
}


/* 产品中心 */

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

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

.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: 16.665%;
    float: left;
    background: rgba(0, 31, 95, .48);
    border-right: 1px solid #fff;
    text-align: center;
    height: 100%;
    position: relative;
    height: 664px;
    /*margin-right: 0.3%;*/
    line-height: 664px;
}

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

.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/20px MicrosoftYaHei;
    margin-top: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

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

.courselist .hd ul li.on {
    background: rgba(0, 0, 0, .45);
}

.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/5a53dac6/21/09/35372dd9a336ed884f8de1cd6e967d2bc0a64442.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: rgba(38, 74, 150, .5);
    text-align: center;
    padding: 4% 1% 2% 1%;
    color: #ffffff;
    display: inline-block;
    width: 18%;
    margin-right: 2%;
    min-height: 300px;
    margin-bottom: 10px;
}

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

.ys ul li h3 {
    font: bold 20px/20px MicrosoftYaHei;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ys ul li span {
    display: block;
    height: 3px;
    background: #fff;
    width: 10%;
    margin: 0 auto;
    margin-top: 15px;
}

.ys ul li p {
    font: normal 16px/30px MicrosoftYaHei;
    color: #fff;
    margin-top: 10px;
    max-height: 60px;
    overflow: hidden;
}

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

@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: 1034px;
    margin: 0 auto;
    height: 585px;
    background: url("//cdn.myxypt.com/5a53dac6/21/09/bfa4de007c0c708f5ae0670826cc7cddc2ae21d7.png") no-repeat;
    margin-top: 65px;
}

.news_list1 {
    padding: 12px 0 0 11px;
}

.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;
}

.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: #000;
    font: 400 14px/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;
}

@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;
    }
}


/* 荣誉资质 */

.celebbg {
    padding-bottom: 95px;
}

.c3_list {
    position: relative;
    padding: 2.125% 10%;
}

.c3_list li {
    margin: 0 6px;
    position: relative;
}

.c3_list li a {
    display: block;
}

.c3_list li a img {
    width: 100%;
    height: auto;
}

.c3_list .slick-prev,
.c3_list .slick-next {
    position: absolute;
    top: 46%;
    outline: none;
    border: none;
    z-index: 9999;
    font-size: 0;
    width: 36px;
    height: 68px;
}

.c3_list .slick-prev {
    background: url("//cdn.myxypt.com/5a53dac6/21/09/d3dd60fc158e8df51be33637298dbcedd53b7b30.png") no-repeat center center;
    left: 5%;
}

.c3_list .slick-next {
    background: url("//cdn.myxypt.com/5a53dac6/21/09/5396739e4dee98f85a886c648d5ab688018fad5e.png") no-repeat center center;
    right: 5%;
}

@media (max-width:1470px) {
    .c3_list .slick-prev,
    .c3_list .slick-next {
        top: 40%;
    }
    .c3_list .slick-prev {
        left: 6%;
    }
    .c3_list .slick-next {
        right: 6%;
    }
}

@media (max-width:1200px) {
    .c3_list .slick-prev,
    .c3_list .slick-next {
        display: none!important;
    }
}

@media (max-width: 1024px) {}

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


/* 底部 */

.footBg {
    background: #3d3d3c;
}

#footer {
    font: 400 12px/28px "Microsoft Yahei";
    padding-top: 50px;
}

#footer a {}

#footer a:hover {
    text-decoration: none;
}

.foot-up {
    position: relative;
    margin-bottom: 5vh;
}

@media (min-width: 992px) {
    #footer .footcon {
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    .foot-up {
        padding: 0 !important;
    }
    #footer {
        /* padding: 20px 0; */
    }
}

.foot-bottom {
    color: #9d9d9d;
    font: 400 14px/30px "Microsoft Yahei";
    text-align: center;
}

.foot-bottom a {
    color: #9d9d9d;
}

.fNav {
    text-indent: 35%;
}

.fNav a {
    color: #fbfbfb;
    font: 16px/3 "Microsoft Yahei";
}

.fMd {
    text-align: center;
    border-right: 1px solid #505050;
    border-left: 1px solid #505050;
    padding-top: 6vh;
    padding-bottom: 2vh;
}

.fMd img {
    max-width: 100%;
}

.fMd h4 {
    font: normal 16px/40px MicrosoftYaHei;
    color: #717171;
    margin-top: 16px;
}

.fMd h2 {
    font: normal 32px/40px MicrosoftYaHei;
    color: #717171;
    margin-top: 13px;
    margin-bottom: 7px;
}

.fMd h3 {
    font: normal 24px/39px MicrosoftYaHei;
    color: #717171;
}

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

.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;
}

@media(min-width:768px) {
    .dbjc {
        display: none;
    }
}

@media (max-width: 991px) {
    .fCy {
        padding-top: 10px;
        width: 100%;
    }
}

.nav3 li a {
    display: block;
    color: #fbfbfb !important;
    font: 400 16px/46px "Microsoft Yahei";
    text-align: center;
}

.nav3 li .sec {
    display: none;
}

.nav3 li .sec a {
    color: #6d6c71;
    font: 400 14px/30px "Microsoft Yahei";
}


/* 修改添加 */