body {
    margin: 0;
    padding: 0;
}

.Elasticity {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrap {
    width: 1400px;
    margin: 0 auto;
}

.minHeight {
    min-height: 50vh;
}

.toutuBox {
    position: relative;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}

.touzhe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}

.touTxt {
    font-size: 0.2rem;
    color: #FFFFFF;
    padding: 10% 0 0px;
    font-weight: bold;
}

.toufu {
    font-size: 22px;
    color: #FFFFFF;
}

header {
    height: 100px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    background-color: #FFFFFF;
}

.headBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}

.bgf {
    background-color: #FFFFFF;
    transition: all 0.4s;
}

.bgfa {
    background-color: #FFFFFF;
    transition: all 0.4s;
}

.sansan {
    color: #000000 !important;
}

.sansanact {
    color: #000000 !important;
}

.logoPic {
    width: 223px;
    flex-shrink: 0;
}

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

.nav ul {
    display: flex;
    align-items: center;
    height: 100px;
}

.nav ul li {
    margin-left: 40px;
    height: 100px;
    line-height: 100px;
    position: relative;
}

.language_box {
    /* font-family: Microsoft YaHei; */
    font-family: 微软雅黑;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    position: relative;
    margin-left: 20px;
}

.language_box>img {
    width: 22px;
    height: 21px;
    margin-right: 10px;
}

.language_box:hover .language_pop {
    max-height: 500px;
}

.language_pop {
    position: absolute;
    right: 0;
    top: 40px;
    background: #FFFFFF;
    border-radius: 0 0 5px 5px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.language_pop>p {
    padding: 0px 15px;
    margin-bottom: 10px;
    text-align: center;
}

.language_pop>p>a {
    /* font-family: Microsoft YaHei; */
    font-family: 微软雅黑;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    text-align: center;
}

.nav ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    border-bottom: 3px solid transparent;
    padding-bottom: 10px;
}

.nav ul li a.active {
    border-bottom: 3px solid #4281FF;
}

.language_img {
    width: 32px;
    height: 32px;
    margin-left: 20px;
    cursor: pointer;
}

.language_img>img {
    width: 100%;
    height: 100%;
}

.dao_box {
    display: flex;
}

.lbPic {
    width: 100%;
    transition: all 1.5s;
}

.huiBox:hover .lbPic {
    transform: scale(1.1);
}

.thetwo {
    background-color: #ffffff;
    position: relative;
    min-height: 500px;
}

.yePic {
    width: 320px;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
}

.usBox {
    display: flex;
    justify-content: space-between;
    z-index: 22;
    margin-bottom: 40px;
}

.usLeft {
    /* width: 390px; */
    /* border-right: 1px solid #dae0e5; */
    min-height: 515px;
    z-index: 22;
    padding-top: 10px;
    flex-shrink: 0;
    text-align: center;
    position: relative;
}

.ustxt {
    font-size: 16px;
    color: #666666;
}

.usLeft_line {
    width: 40px;
    height: 3px;
    background: #278BFF;
    margin: 10px auto;
}

.usLeft_img {
    position: absolute;
    right: 0;
    width: 483px;
    height: 366px;
}

.yuTxt {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 30px;
}

.yiTxt {
    font-size: 16px;
    color: #434550;
    padding-bottom: 10px;
}

.seeBox {
    width: 105px;
    height: 40px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 60px;
    transition: all 0.5s;
    background: #4281FF;
}

.seeBox:hover {
    transform: translate(20%, 0);
}

.seeTxt {
    font-size: 12px;
    color: #ffffff;
    padding-right: 6px;
}

.news_seeTxt {
    font-size: 12px;
    color: #333333;
    padding-right: 6px;
}

.seePic {
    width: 10px;
}

.usyou {
    width: 60%;
    padding-left: 80px;
    /* flex-grow: 1; */
    padding-top: 30px;
    padding-bottom: 55px;
}

.zhiTitle {
    font-size: 24px;
    color: #0b0b0b;
    padding-bottom: 10px;
}

.zhiTxt {
    font-size: 26px;
    color: #0b0b0b;
    padding-bottom: 50px;
    font-weight: bold;
}

.zhifu {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 14;
    overflow: hidden;
}

.zhifu_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 600px;
    width: 70%;
    border-radius: 0 31px 31px 0;
    background: #F5F5F5;
}

.zhifu p {
    font-size: 16px;
    color: #434550;
    /* padding-bottom: 25px; */
    line-height: 30px;
    text-indent: 2em;
}

.zhifu p span {
    font-size: 16px;
    color: #434550;
    padding-bottom: 25px;
    line-height: 30px;
}

.zhifu p strong {
    font-size: 16px;
    color: #434550;
    padding-bottom: 25px;
    line-height: 30px;
}

.cheng ul {
    display: flex;
    align-items: center;
    padding-top: 25px;
}

.cheng ul li {
    text-align: center;
    margin-right: 100px;
}

.faPic {
    width: 42px;
    margin: 0 auto;
}

.chengTxt {
    font-size: 16px;
    color: #434550;
    padding-top: 15px;
}

.siBox {
    padding: 80px 0;
    background: #163C87;
    position: relative;
}

.chanpin_bg {
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 892px;
    height: 300px;
    z-index: 1;
}

.siTxt {
    font-size: 36px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    padding-bottom: 5px;
    letter-spacing: 5px;
}

.cortxt {
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
    padding-bottom: 0px;
    width: 60%;
    margin: 10px 0;
}

.studio_content_box {
    /* overflow: hidden; */
    position: relative;
    z-index: 11;
}

.studio_list_box {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.studio_list_box .swiper {
    width: 100%;
    height: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}


.studio_list_box .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.studio_list_box .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.studio_list_box .studio_div {
    width: 100%;
    /* box-shadow: 0px 4px 12px 1px rgba(136, 136, 136, 0.15); */
    border-radius: 6px;
    overflow: hidden;
}

.studio_list_box .studio_div .studio_info_box {
    color: #C50222;
    text-align: center;
    justify-content: center;
    height: 150px;
}

.studio_list_box .studio_div:hover .studio_img {
    /* transform: scale(1); */
}

.studio_div .studio_img {
    height: 319px;
    /* transition: transform 0.3s ease; */
}

.studio_div .studio_info_text {
    justify-content: flex-start;
    /* font-family: Microsoft YaHei; */
    font-family: 微软雅黑;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    text-align: center;
}

.studio_div:hover .studio_info_box .studio_info_text {
    display: none;
}

.studio_div .studio_info_box .studio_more_btn {
    display: none;
    width: 112px;
    height: 36px;
    background:
        linear-gradient(120deg, transparent 18px, #3f70ff 0) bottom left,
        linear-gradient(300deg, transparent 18px, #3f70ff 0) bottom right;
    background-size: 55% 100%;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 36px;
}

.studio_div:hover .studio_more_btn {
    display: block;
}

.studio_div .studio_info_line {
    width: 7px;
    height: 7px;
    background: #C50222;
    border-radius: 50%;
    margin-right: 10px;
}

.studio_btn {
    width: 48px;
    height: 48px;
    border-radius: 21px;
    /* border: 1px solid #C50222; */
    justify-content: center;
    cursor: pointer;
    background: none;
    position: absolute;
    z-index: 10;
}

.studio_btn img {
    width: 100%;
    height: 100%;
}

/* 新闻动态 */
.new_list_box {
    background: #FFFFFF;
    padding: 80px 100px 50px 100px;
}

.navList_box {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.navList_box {}

.navList_box li {
    list-style: none;
    margin-right: 80px;
    cursor: pointer;
}

.navList_box .active_nav {
    font-size: 35px;
    color: #222222;
}

.navList_div .usLeft_line {
    margin: 5px 0;
    display: none;
}

.active_nav .usLeft_line {
    display: block;
}

.navList_div {
    font-weight: bold;
    font-size: 26px;
    color: #888888;
}

.advantage_content_box {}

.new_content_box {
    display: none;
}

.advantage_active {
    display: flex;
}

.advantage_active a {
    width: 23%;
}

.more_new_box {
    padding: 50px 0 10px 0;
    font-weight: bold;
    font-size: 13px;
    color: #000000;
    cursor: pointer;
}

.more_new_box img {
    width: 26px;
    height: 6px;
}

.advantage_active a .new_item_box {
    width: 100%;
}

.new_item_box {
    cursor: pointer;
}

.new_item_img {
    /* width: 277px; */
    height: 206px;
}

.new_item_img>img {
    width: 100%;
    height: 100%;
}

.new_item_tag {
    width: 58px;
    height: 20px;
    border-radius: 30px;
    border: 1px solid #313131;
    font-weight: 500;
    font-size: 9px;
    color: #222222;
    line-height: 20px;
    text-align: center;
    margin: 15px 0;
}

.new_item_title {
    font-weight: 500;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
}

.new_item_text {
    font-weight: 500;
    font-size: 14px;
    color: #888888;
    line-height: 19px;
    margin: 8px 0;
    overflow: hidden;
    /*必须结合的属性,当内容溢出元素框时发生的事情*/
    text-overflow: ellipsis;
    /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
    display: -webkit-box;
    /*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
    -webkit-line-clamp: 2;
    /*用来限制在一个块元素显示的文本的行数。*/
    -webkit-box-orient: vertical;
    /*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排*/
}

.new_item_time {
    font-weight: 500;
    font-size: 12px;
    color: #888888;
}






.jiBox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 75px;
}

.jilbBox {
    width: 800px;
    height: 520px;
    flex-shrink: 0;
}

.huiBox {
    position: relative;
    width: 800px;
    height: 520px;
}

.zhouBox {
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 60px;
    padding-left: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 20px;
    color: #FFFFFF;
    z-index: 555;
}

.taBox ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 590px;
}

.taBox ul li {
    width: 290px;
    height: 255px;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    overflow: hidden;
}

.taBox ul li:hover .taPic {
    transform: scale(1.1);
}

.taPic {
    width: 290px;
    height: 255px;
    transition: all 1.5s;
}

.taBox ul li:nth-child(3) {
    margin-bottom: 0px;
}

.taBox ul li:nth-child(4) {
    margin-bottom: 0px;
}

.lingBox {
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 60px;
    padding-left: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    color: #FFFFFF;
    z-index: 555;
    transition: all 0.5s;
}

.taBox ul li:hover .lingBox {
    background: #0082a5;
}

.duoBox {
    width: 180px;
    height: 40px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 auto;
    transition: all 0.5s;
    background-image: linear-gradient(to right, #0082a5, #18b8b0);
}

.duoBox:hover {
    transform: translate(20%, 0);
}

.duotxt {
    font-size: 14px;
    color: #FFFFFF;
    padding-right: 7px;
}

.wuBox {
    background-color: #f4f4f4;
    padding: 75px 0 80px;
}

.c_tBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

.c_tBoxli {
    width: 310px;
    height: 450px;
}

.ctbga:hover {
    transform: translate(0, -3%);
}

.ctbgb:hover {
    transform: translate(0, -3%);
}

.ctbgc:hover {
    transform: translate(0, -3%);
}

.ctbgd:hover {
    transform: translate(0, -3%);
}

.ctbga {
    background: url(../images/ya_03.png)no-repeat center;
    width: 310px;
    height: 450px;
    background-size: cover;
    transition: all 0.8s;
}

.ctbgb {
    background: url(../images/yb_03.png)no-repeat center;
    width: 310px;
    height: 450px;
    background-size: cover;
    transition: all 0.8s;
}

.ctbgc {
    background: url(../images/yc_03.png)no-repeat center;
    width: 310px;
    height: 450px;
    background-size: cover;
    transition: all 0.8s;
}

.ctbgd {
    background: url(../images/yd_03.png)no-repeat center;
    width: 310px;
    height: 450px;
    background-size: cover;
    transition: all 0.8s;
}

.five {
    height: 220px;
    text-align: center;
}

.fivePic {
    width: 47px;
    margin: 58px auto 17px;
}

.fiveTxt {
    font-size: 22px;
    color: #ffffff;
}

.gong ul li {
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #333333;
    padding-top: 10px;
}

.rongBox {
    background-image: linear-gradient(to right, #13b7ae, #0082a5);
    padding: 45px 0 50px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.rongtxt {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 50px;
}

.liubo {
    width: 170px !important;
    height: 125px;
    border: 1px solid #FFFFFF;
    padding: 10px;
}

#lbc {
    padding: 0 50px;
    overflow: hidden;
}

.miBox {
    display: flex;
    justify-content: space-between;
    padding-bottom: 77px;
}

.mileft {
    width: 590px;
    height: 380px;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
}

.mileft:hover .miPic {
    transform: scale(1.1);
}

.miPic {
    width: 590px;
    height: 380px;
    transition: all 1.5s;
}

.midiBox {
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 50px;
    padding-left: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 17px;
    color: #FFFFFF;
    z-index: 555;
}

.xingBox {
    width: 750px;
}

.xingBox ul li {
    height: 126.633px;
    border-bottom: 1px dashed #bababa;
    padding: 0 20px;
    cursor: pointer;
}

.xtitle {
    padding: 20px 0;
    font-size: 17px;
    color: #222222;
}

.hetxt {
    font-size: 15px;
    color: #666666;
    line-height: 26px;
}

.xingBox ul li:hover .xtitle {
    color: #0082a5;
}

.bgwa {
    background-color: #FFFFFF;
}

footer {
    padding-top: 45px !important;
    background-color: #F3F3F3;
}

.diBox {

    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.dileft {
    flex-shrink: 0;
}

.phone {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.phpic {
    width: 37px;
    flex-shrink: 0;
    margin-right: 15px;
}

.phtxt {
    font-size: 24px;
    color: #147da9;
    font-weight: bold;
}

.xinBox {
    display: flex;
    padding-bottom: 15px;
    align-items: center;
}

.youPic {
    width: 19px;
    flex-shrink: 0;
    margin-right: 15px;
}

.xinTxt {
    font-size: 16px;
    color: #666666;
    width: 270px;
    line-height: 25px;
}

.maBox {
    padding-left: 50px;
}

.maPic {
    width: 90px;
    height: 90px;
}

.matxt {
    font-size: 12px;
    color: #333333;
    padding-top: 10px;
    padding-left: 15px;
}

.diyou {
    flex-shrink: 1;
    display: flex;
    justify-content: space-between;
    width: 65%;
}

.diyu {
    /* padding-left: 90px; */
    text-align: center;
}

.abtxt {
    margin-bottom: 30px;
}

.abtxt a {
    font-size: 18px;
    color: #000000;
    font-weight: bold;

}

.leiBox ul li {
    padding-bottom: 14px;
}

.leiBox ul li a {
    font-size: 14px;
    color: #666666;
}

.leiBox ul li a:hover {
    color: #0082A5;
}

.beian {
    border-top: 1px solid #e5e5e5;
    text-align: center;
    padding: 10px 0;
}

.beitxt {
    font-size: 14px;
    color: #999999;
    padding: 2px 0;
}

.beian a {
    font-size: 14px;
    color: #777777;
}

.banner {
    width: 100%;
    animation: zoombig 4s linear forwards;
}

@keyframes zoombig {

    100% {
        transform: scale(1.05)
    }
}

.video {
    width: 100%;
}

.abtop {
    height: 55px;
    background-color: #F4F4F4;
    position: relative;
}

.mianBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px;
}

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

.xueBox a {
    font-size: 15px;
    color: #666666;
    padding-right: 5px;
}

.xueBox span {
    font-size: 15px;
    color: #4281FF;
}

.abnav ul {
    display: flex;
    align-items: center;
}

.abnav ul li {
    padding-left: 38px;
}

.abnav ul li a {
    font-size: 16px;
    color: #464646;
    transition: all 0.5s;
    position: relative;
    text-decoration: none;
}

.abnav ul li a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 0;
    height: 2px;
    background: #4281FF;
    transition: all .3s;
}

.abnav ul li a:hover:before {
    width: 100%;
    left: 0;
    right: 0;
}

.abnav ul li a.active {
    color: #4281FF;
    font-weight: bold;
}

.qiBox {
    border-bottom: 1px solid #e5e5e5;
    padding: 50px 0;
}

.yeBox {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.yeleft {
    flex-shrink: 0;
    padding: 0 120px;
}

.yeleftact {
    padding: 0 120px;
    flex-shrink: 0;
    text-align: right;
}

.louPic {
    width: 520px;
    transition: all 0.5s;
    height: 250px;
}

.yeBox:hover .louPic {
    transform: scale(1.1);
}

.yetitle {
    font-size: 37px;
    letter-spacing: 5px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 12px;
}

.yetitle span {
    color: #0192b9;
    font-size: 37px;

}

.jutxt {
    letter-spacing: 3px;
    font-size: 18px;
    color: #000000;
    padding-bottom: 8px;
}

.futitle {
    font-size: 24px;
    color: #464646;
    font-weight: bold;
    padding: 40px 0 25px;
}

.lan {
    width: 50px;
    height: 5px;
    background-color: #4281FF;
}

.fuwen {
    /* padding-bottom: 50px; */
    padding: 20px 0;

}

.fuwen p {
    font-size: 18px;
    color: #555555;
    line-height: 30px;
    /* padding-top: 10px; */
    text-indent: 32px;
    text-align: center;
    font-family: 微软雅黑;
    /* font-family: 'Microsoft YaHei', Arial, sans-serif; */
}

.fuwen p span {
    font-size: 16px;
    color: #555555;
}

.fuwen p strong {
    font-size: 16px;
    color: #555555;
}


.fuwen p img {
    max-width: 100%;
    margin: 0 auto;
}

.zheng ul {
    display: flex;
    padding: 40px 0 50px;
    align-items: center;
    flex-wrap: wrap;
}

.zheng ul li {

    text-align: center;
    margin: 0 33px 30px 0;
}

.zheng ul li:nth-child(4n) {
    margin-right: 0;
}

.zheng ul li:hover .shuPic {
    transform: scale(1.1);
}

.shuPic_bg {
    width: 325px;
    height: 270px;
    background: #F4F4F4;
}

.shuPic {
    transition: all 0.5s;
    width: 141px;
    height: 198px;
    margin: 25px auto 20px;
}

.zhengTxt {
    font-size: 16px;
    color: #474747;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    padding: 15px 0;
}

.dangBox ul li {
    display: flex;
    margin-top: 10px;
    align-items: center;
    padding: 40px 15px 50px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}

.dangBox ul li:hover {
    box-shadow: 1px 0 8px #999999;
}

.dangBox ul li:hover .wuPic {
    transform: scale(1.05);
}

.dangBox ul li:hover .qiTitle {
    color: #4281FF;
}

.dangBox ul li:hover .kanBox {
    color: #4281FF;
    /* background-color: #0082a5; */
    border: 1px solid #4281FF;
}

.dangBox ul li:hover .kanBox .news_seeTxt {
    color: #4281FF;
}

.qileft {
    flex-shrink: 0;
    margin-right: 30px;
}

.dangBox ul li:hover .sanTxt {
    color: #4281FF;
}

.dangBox ul li:hover .nianTxt {
    color: #4281FF;
}

.sanTxt {
    font-size: 28px;
    color: #404040;
    font-weight: bold;
}

.nianTxt {
    font-size: 16px;
    color: #404040;
    padding: 0 0 15px 20px;
}

.nianPic {
    width: 20px;
    margin-left: 25px;
}

.wuPic {
    width: 340px;
    height: 180px;
    flex-shrink: 0;
    transition: all 0.5s;
}

.qiyou {
    padding-left: 25px;
}

.qiTitle {
    font-size: 18px;
    color: #464646;
    font-weight: bold;
    margin-bottom: 20px;
}

.suiTxt {
    font-size: 16px;
    line-height: 25px;
    color: #666666;
    margin-bottom: 30px;
}

.kanBox {
    width: 120px;
    height: 40px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 1px;
    border: 1px solid #BFBFBF;

    /* background-image: linear-gradient(to right, #0082a5, #18b8b0); */
}

.kanBox:hover {
    transform: translate(20%, 0);
}

.fenye ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 60px;
}

.fenye ul li {
    padding: 4px 12px;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    margin: 0 5px;
    cursor: pointer;
    font-size: 16px;
    color: #333333;
}

.fenye ul li.active {
    background-color: #278BFF;
    color: #FFFFFF;
}

.fenye ul li.all_page {
    background-color: #278BFF;
    color: #FFFFFF;
}

.qingBox {
    background-color: #FFFFFF;
    padding: 30px 70px;
    margin-bottom: 45px;
}

.bornone {
    border: none;
}

.biao {
    font-size: 24px;
    color: #000000;
    text-align: center;
    padding-bottom: 32px;
}

.fabu {
    font-size: 14px;
    color: #999999;
    text-align: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
}

.xiang p {
    font-size: 18px;
    color: #404040;
    padding-top: 20px;
    line-height: 35px;
    text-indent: 2em;
    font-family: 微软雅黑;
    /* font-family: 'Microsoft YaHei', Arial, sans-serif; */
}

.xiang p span {
    font-size: 16px;
    color: #404040;
}

.xiang p strong {
    font-size: 16px;
    color: #404040;
}

.xiang p img {
    max-width: 100%;
}

.xiang p a {
    font-size: 16px;
    color: #007AFF;
}

.daiBox ul {
    display: flex;
    align-items: center;
    padding: 40px 0 10px;
    flex-wrap: wrap;
}

.daiBox ul li {
    position: relative;
    cursor: pointer;
    margin-bottom: 70px;
    height: 210px;
    width: 325px;
    overflow: hidden;
    margin-right: 33px;
}

.daiBox ul a:nth-child(4n) li {
    margin-right: 0;
}

.daiPic {
    height: 210px;
    width: 325px;
    transition: all 1s;
}

.daidi {
    height: 45px;
    width: 100%;
    line-height: 45px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    font-size: 18px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.daizhe {
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    z-index: 22;
    position: absolute;
    opacity: 0;
    transition: all 2s;
    transform: scale(1.2);
}

.zhePic {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    margin: 35px 0 25px;
}

.zheTxt {
    font-size: 18px;
    color: #FFFFFF;
}

.daiBox ul li:hover .daidi {
    display: none;
}

.daiBox ul li:hover .daiPic {
    transform: scale(1.1);
}

.daiBox ul li:hover .daizhe {
    display: block;
    transform: scale(1);
    opacity: 1;
}

.downBox {
    position: absolute;
    left: 0%;
    width: 1920px;
    top: 100px;
    opacity: 0;
    display: none;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.5);
    transition: all 1.5s;
    z-index: -5;
}

.nav ul li:hover .downBox {
    display: block;
    opacity: 1;
    z-index: 666;
}

.downli {
    padding-left: 15px;
    float: left;
    height: 26px;
    font-size: 14px;
    padding-right: 15px;
    color: #FFFFFF;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}

.downli a {
    padding-left: 15px;
    float: left;
    height: 26px;
    font-size: 14px;
    padding-right: 15px;
    color: #FFFFFF;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}

.downli:hover {
    color: #ff9f00;
}

/* .downli_h5{
    padding-left: 15px;
    height: 26px;
    font-size: 14px;
    padding-right: 15px;
    color: #333333;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
} */

.downli_h5 a {
    padding-left: 15px;
    height: 26px;
    font-size: 14px;
    padding-right: 15px;
    color: #333333;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
}

/* 联系我们 */
.backnei {
    padding: 100px 0 50px 0;
}

.gongtitle {
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.gongen {
    font-size: 20px;
    color: #187dd7;
    text-align: center;
    padding-bottom: 60px;
}

.gongfu p {
    text-indent: 2em;
    padding-bottom: 28px;
    font-size: 16px;
    color: #000000;
    line-height: 35px;
    letter-spacing: 1px;
}

.huabox ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 80px 0;
}

.huabox ul li {
    width: 33%;
    text-align: center;
}

.huapic {
    width: 80px;
    margin: 0 auto;
}

.huatitle {
    font-size: 22px;
    color: #000000;
    padding: 10px 0 10px;
}

.huatxt {
    font-size: 18px;
    color: #888888;
    line-height: 35px;
}

#container {
    width: 100%;
    height: 500px;
}

.earchBox {
    display: flex;
    justify-content: space-between;
    padding: 45px 0;
}

/* #container {
    width: 688px;
    height: 600px;
    flex-shrink: 0;
} */

.liuBox {
    width: 666px;
    height: 600px;
    flex-shrink: 0;
}

.zaiPic {
    width: 157px;
    margin-bottom: 15px;
}

.mingBox {
    padding: 0 25px;
    border-radius: 5px;
    height: 553px;
    background-color: #eeeeee;
}

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

.input_div {
    width: 48%;
    height: 42px;
    background: #F7F7F7;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.input_div>span {
    color: #F30500;
    margin-right: 5px;
}

.mingput {
    width: 100%;
    font-size: 17.5px;
    letter-spacing: 3px;
    color: #333333;
    background: #F7F7F7;
    /* border: 1px solid #EEEEEE; */
}

.textarea_div {
    background: #F7F7F7;
    border: 1px solid #EEEEEE;
    margin-top: 20px;
    padding: 10px 16px;
}

.textarea_div>span {
    color: #F30500;
    margin-right: 5px;
    float: left;
}

.textarea_div>span {
    display: inline-block;
}

.liuPut {
    display: inline-block;
    letter-spacing: 3px;
    width: 99%;
    height: 180px;
    border-radius: 5px;
    font-size: 17.5px;
    border: none;
    resize: none;
    /* margin-top: 20px; */
    color: #333333;

    /* margin-bottom: 30px; */
    background: #F7F7F7;
}

.liji {
    width: 204px;
    height: 42px;
    background: #4281FF;
    border-radius: 3px;
    border: 1px solid #FFFFFF;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 42px;
    text-align: center;
    /* border-radius: 5px; */
    color: #FFFFFF;
    margin: 40px auto 90px auto;
    font-size: 18px;
    /* box-shadow: 1px 1px 8px #666666; */
    /* background-color: #0082a5; */
}

.fancybox__nav .carousel__button.is-next {
    color: #FFFFFF !important;
}

.fancybox__nav .carousel__button.is-prev {
    color: #FFFFFF !important;
}

.course_box {
    position: relative;
}

.course_box>h2 {
    font-size: 28px;
    text-align: center;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.course_box .licheng_bg {
    position: absolute;
    bottom: 50px;
    height: 435px;
    width: 100%;
}

.process_li {}

/* 发展历程 */
.process_box {
    height: 535px;
    position: relative;
    padding: 100px 0 0 0;
    cursor: pointer;
}


/* .process_li {
    width: 20%;
    display: inline-block;
} */

.process_li h4 {
    font-weight: bold;
    font-size: 42px;
    color: #4281FF;
    position: relative;
    margin-bottom: 15px;
}

.process_li h4>span {
    font-size: 22px;
    color: #4281FF;
    font-weight: 400;
}

.process_li h4 div {
    position: absolute;
    left: -20px;
    top: 50%;
    ;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #4281FF;
}

.process_li p {
    font-size: 16px;
    line-height: 30px;
}

/* 设置滚动条的宽度和颜色 */
.process_box::-webkit-scrollbar {
    display: block;
    width: 10px !important;
    height: 5px !important;
    background-color: #f5f5f5;
}

/* 设置滚动条滑块的样式 */
.process_box::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
}

/* 设置滚动条滑块的hover状态样式 */
.process_box::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.zenBox {
    display: none;
    width: 100%;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    position: relative;
}

.zenBox ul {
    padding: 50px 0px 80px;
    margin: 0 auto;
}

.zenBox ul li {
    display: flex;
    padding-left: 25px;
    align-items: center;
    height: 110px;
    cursor: pointer;
}

.zenBox ul li:hover {
    box-shadow: 0px 0px 5px #999999;
}

.zenBox ul li:hover .litext {
    color: #4281FF;
}

.litext p {
    font-size: 16px;
    color: #666666;
}

.litext p strong {
    font-size: 16px;
    color: #666666;
}

.litext p span {
    font-size: 16px;
    color: #666666;
}

.zenTxt {
    font-size: 31px;
    color: #4281FF;
    font-weight: bold;
    width: 110px;
    flex-shrink: 0;
}

.zhanPic {
    width: 16px;
    height: 110px;
    flex-shrink: 0;
}

.brr {
    width: 5px;
    flex-shrink: 0;
    margin: 0 35px 0 15px;
}

.litext {
    font-size: 14px;
    color: #666666;
}

.jucen {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
    background: url(../images/dibg.jpg) no-repeat center;
}

.mapbox {
    width: 800px;
    text-align: center;
    position: relative;
    margin: 50px 0;
}

.point {
    cursor: pointer;
}

.point:hover .round {
    background-color: #ffff00;
}

.point:hover .diTxt {
    color: #ffff00;
}

.point:nth-child(1) {
    top: 49.2%;
    left: 70%;
    position: absolute;
}

.point:nth-child(2) {
    top: 35%;
    left: 73.5%;
    position: absolute;
}

.point:nth-child(3) {
    top: 44%;
    left: 76%;
    position: absolute;
}

.point:nth-child(4) {
    top: 78.8%;
    left: 72%;
    position: absolute;
}

.point:nth-child(5) {
    top: 56%;
    left: 77%;
    position: absolute;
}

.point:nth-child(6) {
    top: 40.5%;
    left: 65.5%;
    position: absolute;
}

.point:nth-child(7) {
    top: 24%;
    left: 25%;
    position: absolute;
}

.point:nth-child(8) {
    top: 61%;
    left: 26.5%;
    position: absolute;
}

.point:nth-child(9) {
    top: 16%;
    left: 85%;
    position: absolute;
}

.point:nth-child(10) {
    top: 64%;
    left: 75%;
    position: absolute;
}

.point:nth-child(11) {
    top: 48%;
    left: 51%;
    position: absolute;
}

.point:nth-child(12) {
    top: 57%;
    left: 68%;
    position: absolute;
}

.point:nth-child(13) {
    top: 80%;
    left: 60%;
    position: absolute;
}

.point:nth-child(14) {
    top: 44%;
    left: 55%;
    position: absolute;
}

.point:nth-child(15) {
    top: 69%;
    left: 80%;
    position: absolute;
}

.round {
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    position: relative;
    transition: 0.5s;
}

.round:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -2px;
    top: -2px;
    z-index: 999;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    animation: warn 1.2s ease-out 0s infinite; //添加动画
}

@keyframes warn {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }

    25% {
        transform: scale(1);
        opacity: 0.75;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }

    75% {
        transform: scale(2);
        opacity: 0.25;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

.rounda {
    width: 10px;
    height: 10px;
    background: #ff0000;
    border-radius: 50%;
    position: relative;
    transition: 0.5s;
}

.rounda:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -2px;
    top: -2px;
    z-index: 999;
    border: 2px solid #ff0000;
    border-radius: 50%;
    animation: warna 1.2s ease-out 0s infinite; //添加动画
}


@keyframes warna {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }

    25% {
        transform: scale(1);
        opacity: 0.75;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }

    75% {
        transform: scale(2);
        opacity: 0.25;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

.diTxt {
    font-size: 12px;
    color: #FFFFFF;
}

.diTxta {
    font-size: 12px;
    color: #FFFFFF;
}

.mapPic {
    width: 800px;

}

.nansha {
    width: 168px;
    position: absolute;
    z-index: 996;
    right: 320px;
    bottom: 30px;
}

.joinBox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 45px 0 70px;
}

.postList_div:last-child {
    border: none;
}

.postList_div {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E5E5E5;
    padding: 40px 0;
}

.postList_content_box {
    width: 80%;
}

.postList_content_name {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    margin-bottom: 5px;
}

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

.postList_content_view .postList_content_div {
    width: 45%;
}

.postList_content_view .postList_content_div .postList_content_title {
    font-weight: bold;
    font-size: 16px;
    color: #4281FF;
    margin-bottom: 10px;
}

.postList_name {
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    margin-bottom: 10px;
}

.postList_content_view .postList_content_div .postList_content_text {
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    line-height: 30px;
    font-family: 微软雅黑;
    /* font-family: 'Microsoft YaHei', Arial, sans-serif; */
}

.postList_btn {
    width: 98px;
    height: 37px;
    background: #4281FF;
    border-radius: 7px;
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 37px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.postList_btn::before{
    animation: wave 1.3s infinite;
    border-radius: 50%;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    padding-top: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all .6s;
    transition: all .6s;
    width: 100%;
    z-index: 1;
}

@keyframes wave {
    0% {
        background: rgba(0, 0, 0, .25);
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
        transform: translateX(-50%) translateY(-50%) scale(0);
    }

    100% {
        background: transparent;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
        transform: translateX(-50%) translateY(-50%) scale(1);
    }
}

/* 申请弹窗 */
.applyfor_Pop_show {
    display: none;
}

.applyfor_Pop_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.applyfor_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.applyfor_from_bg {
    position: relative;
    width: 547px;
    height: 515px;
    background: #FFFFFF;
    z-index: 1;
    padding: 20px 50px 1px 50px;
}

.applyfor_from_bg .applyfor_open {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    width: 13px;
    height: 13px;
    line-height: 0;
    cursor: pointer;
}

.applyfor_from_bg .applyfor_open>img {
    width: 100%;
    height: 100%;
}

.applyfor_from_div {
    margin-bottom: 20px;
}

.applyfor_from_name {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    padding: 7px 0;
}

.applyfor_from_file-btn::file-selector-button {
    padding: 6px 10px;
    background-color: #1E9FFF;
    border: 1px solid #1E9FFF;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
}

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

.applyfor_from_file {
    width: 104px;
    height: 38px;
    background: #F7F7F7;
    border: 1px solid #EEEEEE;
    font-weight: 400;
    font-size: 12px;
    color: #888888;
    margin-right: 15px;
}

.applyfor_from_tag {
    display: flex;
    font-weight: 400;
    font-size: 10px;
    color: #F30500;
}

.applyfor_from_tag>img {
    width: 12px;
    height: 12px;
    margin-right: 4px;
}



.applyfor_from_name>span {
    color: #F30500;
}

.applyfor_from_input {
    height: 38px;
    background: #F7F7F7;

}

.applyfor_from_input>input {
    width: 100%;
    height: 38px;
    background: #F7F7F7;
    border: 1px solid #EEEEEE;
    padding: 0 10px;
}

.joinleft {
    width: 970px;
    flex-shrink: 0;
}

.banGong ul li {
    margin-bottom: 60px;
    padding-left: 80px;
    position: relative;
    cursor: pointer;
}

.addBox {
    width: 60px;
    height: 60px;
    background-color: #0082a5;
    text-align: center;
    line-height: 65px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.gongBox {
    width: 885px;
    border: 1px solid #EEEEEE;
    height: 60px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px 0 40px;
}

.F1836 {
    font-size: 22px;
    color: #363636;
}

.addPic {
    width: 20px;
    cursor: pointer;
}

.zhanBox {
    background-color: #EEEEEE;
    display: none;
    width: 885px;
    padding: 40px;
}

.zhanBox.active {
    display: block;
}

.zhantxt p {
    font-size: 14px;
    color: #222222;
    line-height: 30px;
}

.welBg {
    width: 405px;
    height: 592px;
    padding: 35px 40px 0;
    background: url(../images/ok.jpg)no-repeat center;
    background-size: cover;
}

.weltxt {
    font-size: 20px;
    color: #FFFFFF;
    padding-bottom: 12px;
}

.welred {
    width: 32px;
    height: 2px;
    background-color: #e60012;
    margin-bottom: 20px;
}

.chuntxt p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 25px;
    padding-bottom: 25px;
}

.chuntxt p.active {
    color: #e60012;
}

.mesTxt {
    font-size: 16px;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.showBox {
    display: none;
    overflow: hidden;
}

.bailogo {
    width: 2.8rem;
}

.shou {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1.2rem;
}

.dao {
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/dao_27.png)no-repeat center;
    background-size: 0.5rem 0.5rem;
}

.yang {
    display: none;
    position: fixed;
    background-color: #FFFFFF;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 998;
}

.yang ul li {
    margin-bottom: 0;
    border-bottom: 2px dashed #EEEEEE;
}

.biaoTi {
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.3rem 0;
    cursor: pointer;
}

.yangtxt {
    font-size: 0.3rem;
    color: #333333;
}

.yangtxt.active {
    color: #333333;
}

.sanPic {
    width: 13px;
}

.kaiBox {
    border: 1px solid #DADADA;
    background-color: #FFFFFF;
    display: none;
    border-top: none;
}

.kaiBox.active {
    display: block;
}

.kaiTxt {
    height: 60px;
    line-height: 60px;
    padding-left: 25px;
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #DADADA;
    cursor: pointer;
}

.dongyou {
    width: 900px;
    background-color: #FFFFFF;
}

#lbd {
    display: none;
}

.alltu {
    margin: 0.5rem 0;
    width: 100%;
    display: none;
}

.backin {
    width: 20px;
    margin: 0 0 2px 0;
}

.costTxt {
    font-size: 30px;
    color: #000000;
    padding: 40px 0 12px;
}

.costentxt {
    font-size: 20px;
    color: #888888;
    padding-bottom: 65px;
}
.jieBox{
    padding: 30px 0;
    font-family: 微软雅黑;
    font-size: 18px;
}
.jieBox p{
    font-family: 微软雅黑;
    font-size: 18px;
    color: #777777;
}
/* .jieBox ul {
    padding-bottom: 90px;
} */

/* .jieBox ul li {
    padding-top: 35px;
} */

.jieTxt {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 15px;
}

.sheBo {
    display: flex;
}

.bluepr {
    width: 10px;
    height: 10px;
    background-color: #0082a5;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 8px;
}

.sheTxt {
    font-size: 18px;
    color: #777777;
    padding-left: 10px;
    line-height: 25px;
    /* font-family: 'Microsoft YaHei', Arial, sans-serif; */
    font-family: 微软雅黑;
}

.caseBox {
    text-align: center;
    padding-bottom: 50px;
}

.caseTxt {
    font-size: 30px;
    color: #222222;
}

.caselan {
    width: 47px;
    height: 4px;
    background-color: #0082a5;
    margin: 10px auto 0;
}

.xiapic {
    width: 100% !important;
}

.boBox {
    padding: 0 20px;
}

#lbhide {
    margin-bottom: 70px;
}

#lbshow {
    display: none;
}

.xieTxt {
    font-size: 18px;
    color: #222222;
    text-align: center;
    padding-top: 15px;
}

/* 子页面，左侧公共导航 */
.probably_box {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}

.left_nav_box {
    position: relative;
}

.left_nav_box {
    width: 15%;
}

.left_nav_box .page_title_box {
    /* position: absolute; */
    /* top: -73px;
    left: 0; */
    /* width: 100%; */
    height: 52px;
    background: #B3021F;
    /* border-radius: 4px; */
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    justify-content: left;
    background: #278BFF;
    margin-bottom: 20px;
    padding: 0 10px;
    /* background-size: 100% 100%; */
}

.page_nav_list {
    background: #FFFFFF;
    border-radius: 4px;
    cursor: pointer;
    /* padding: 0 10px; */
}

.page_nav_list a:last-child {
    border: none;
}

.page_nav_list a {
    display: block;
    position: relative;
    text-align: left;
    height: 63px;
    border-bottom: 1px solid #D2D2D2;
    box-sizing: border-box;
    line-height: 63px;
    background: #ffffff;
    padding: 0 10px;
}

.page_nav_list a li {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.page_nav_list a:hover {
    background: #FAFAFA;
}

.page_nav_list a:hover>li>img {
    display: block;
}

.page_nav_list a li>img {
    display: none;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6.5px;
}

.page_nav_list a.active_nav {
    background: #FAFAFA;
}

.page_nav_list a.active_nav>li>img {
    display: block;
}

.nav_list_btn {
    display: none;
}

.navigation_box {
    display: none;
}

.page_content_box {
    width: 83%;
}

.product_list_box {
    display: flex;
    flex-wrap: wrap;
}

.product_list_box>.studio_div {
    background: #FFFFFF;
    margin: 0 10px 20px 10px;
}

.product_list_box>.studio_div .studio_img {
    width: 257px;
    height: 190px;
    text-align: center;
}

.product_list_box>.studio_div .studio_img>img {
    /*width: 100%;*/
    height: 100%;
}

.product_list_box>.studio_div .studio_info_box {
    color: #C50222;
    text-align: center;
    justify-content: center;
    height: 55px;

}

.product_list_box>.studio_div .studio_info_box .studio_info_text {
    font-weight: 400;
    font-size: 12px;
    color: #313131;
}

.productDetail_info_box {
    padding: 30px 0;
}

.productDetail_info_box .productDetail_info_img {
    width: 257px;
    height: 170px;
    text-align: center;
    /* background: pink; */
}

.productDetail_info_box .productDetail_info_img>img {
    /*width: 100%;*/
    height: 100%;
}

.productDetail_info_content {
    width: 80%;
}

.productDetail_info_name {
    font-weight: bold;
    font-size: 18px;
    color: #278BFF;
    margin-bottom: 20px;
}

.productDetail_info_div {
    font-weight: 400;
    font-size: 15px;
    color: #313131;
    margin-bottom: 10px;
}

.productDetail_info_div b {
    font-size: 15px;
}

.switch_product_box {
    justify-content: center;
    margin-bottom: 30px;
}

.switch_product_btn {
    width: 41px;
    height: 41px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    line-height: 41px;
    justify-content: center;
    margin: 0 20px;

}

.switch_product_btn>img {
    width: 9px;
    height: 17px;
}

.productDetail_img_text {
    /* height: 481px; */
    position: relative;
    padding: 30px 0;
}

.productDetail_img_text>img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.productDetail_center_box {
    display: flex;
    justify-content: end;
}

.productDetail_center_bg {
    width: 460px;
    height: 379px;
    background: #FFFFFF;
    position: relative;
    padding: 40px 20px;
    box-sizing: border-box;
}

.productDetail_center_title {
    font-weight: bold;
    font-size: 20px;
    color: #278BFF;
    margin-bottom: 20px;
}

.productDetail_center_text {
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    line-height: 30px;
    /* font-family: 'Microsoft YaHei', Arial, sans-serif; */
    font-family: 微软雅黑;
}

@media screen and (max-width: 750px) {
    header {
        height: auto;
    }

    .xieTxt {
        font-size: 0.3rem;
        padding-top: 0.2rem;
    }

    #lbhide {
        display: none;
    }

    #lbshow {
        display: block;
        margin-bottom: 0.5rem;
    }

    .costTxt {
        font-size: 0.45rem;
        padding: 0.4rem 0 0;
        text-align: center;
    }

    .sheBo {
        align-items: flex-start;
    }
    .jieBox{
        font-size: .26rem;
    }
    .jieBox p{
        font-size: .26rem;
    }
    /* .jieBox ul {
        padding-bottom: 0.8rem;
    } */

    .caseTxt {
        font-size: 0.4rem;
    }

    .caselan {
        width: 1rem;
        margin-top: 0.1rem;
    }

    .caseBox {
        padding-bottom: 0.5rem;
    }

    .bluepr {
        margin-top: 0.1rem;
    }

    .costentxt {
        font-size: 0.32rem;
        text-align: center;
        padding-bottom: 0.1rem;
    }

    .jieBox ul li {
        padding-top: 0.4rem;
    }

    .jieTxt {
        padding-bottom: 0.15rem;
        font-size: 0.36rem;
    }

    .sheTxt {
        font-size: 0.32rem;
    }

    .wrap {
        width: 98%;
        margin-left: 1%;
        overflow: hidden;
    }

    .showBox {
        display: block;
    }

    .headBox {
        display: none;
    }

    .downliact {
        width: 100%;
        font-size: 0.3rem;
        color: #666666;
        line-height: 0.6rem;
        text-align: left;
    }

    .downliact a {
        font-size: 0.3rem;
        color: #666666;
        line-height: 0.6rem;
        text-align: left;
    }

    .kaiBox {
        padding-left: 1rem;
        border: none;
    }

    .alltu {
        display: block;
    }

    .usBox {
        flex-wrap: wrap;
    }

    .mapbox {
        transform: scale(0.46);
    }

    .jucen {

        height: 7rem;
    }

    .banner {
        animation: none;
    }

    .usLeft {
        width: 100%;
        min-height: auto;
        padding-top: 0.3rem;
        border: none;
    }

    .ustxt {
        text-align: center;
        font-size: 0.3rem;
        padding-bottom: 0.2rem;
    }

    .yeleft {
        padding: 0;
    }

    .yeleftact {
        padding: 0;
    }

    .yuTxt {
        text-align: center;
        font-size: 0.45rem;
        font-weight: bold;
        letter-spacing: 0.05rem;
        padding-bottom: 0rem;
    }

    .yiTxt {
        text-align: center;
        padding-bottom: 0.15rem;
    }

    .seeBox {
        margin: 0.15rem auto;
    }

    .usyou {
        width: 100%;
        padding: 0.5rem;
    }

    .zhiTxt {
        text-align: center;
        font-size: 0.45rem;
        font-weight: bold;
        letter-spacing: 0.05rem;
        padding-bottom: 0.3rem;
    }

    .yePic {
        display: none;
    }

    .siTxt {
        text-align: center;
        font-size: 0.45rem;
        font-weight: bold;
        letter-spacing: 0.05rem;
        padding-bottom: 0.1rem;
    }

    .siBox {
        padding: 0.5rem 0;
    }

    .wuBox {
        padding: 0.5rem 0;
    }

    .cortxt {
        font-size: 0.3rem;
        padding-bottom: 0.35rem;
    }

    .jiBox {
        flex-wrap: wrap;
        padding-bottom: 0.5rem;
    }

    .jilbBox {
        width: 100%;
        height: 4.5rem;
        margin-bottom: 0.2rem;
    }

    .cheng ul {
        padding: 0;
        justify-content: center;
    }

    .cheng ul li {
        margin: 0 0.4rem;
    }

    .huiBox {
        width: 100%;
        height: 4.5rem;
    }

    .zhouBox {
        height: 1.3rem;
        font-size: 0.3rem;
        line-height: 0.8rem;
    }

    .swiper-pagination {
        z-index: 777 !important;
        bottom: 0.2rem !important;
        display: flex;
        justify-content: flex-end;
        padding-right: 22px !important;
    }

    .taBox ul {
        width: 100%;
    }

    .taBox ul li {
        width: 49%;
        height: 3rem;
    }

    .taPic {
        width: 100%;
        height: 3rem;
    }

    .lingBox {
        height: 0.7rem;
        line-height: 0.7rem;
        font-size: 0.28rem;
    }

    .c_tBox {
        flex-wrap: wrap;
    }

    .ctbga {
        width: 49%;
        height: 6rem;
        margin-bottom: 0.2rem;
        background-size: 100% 6rem;
    }

    .ctbgb {
        width: 49%;
        height: 6rem;
        margin-bottom: 0.2rem;
        background-size: 100% 6rem;
    }

    .ctbgc {
        width: 49%;
        height: 6rem;
        margin-bottom: 0.2rem;
        background-size: 100% 6rem;
    }

    .ctbgd {
        width: 49%;
        height: 6rem;
        margin-bottom: 0.2rem;
        background-size: 100% 6rem;
    }

    .five {
        height: 2.8rem;
    }

    .fivePic {
        margin: 0.5rem auto 0.3rem;
        width: 0.7rem;
    }

    .fiveTxt {
        font-size: 0.3rem;
    }

    .gong ul li {
        font-size: 0.25rem;
    }

    .rongBox {
        padding: 0.35rem 0 0.5rem;
    }

    .rongtxt {
        font-weight: bold;
        padding-bottom: 0.4rem;
        font-size: 0.45rem;
    }

    #lbc {
        display: none;
    }

    #lbd {
        display: block;
    }

    .miBox {
        flex-wrap: wrap;
        padding-bottom: 0.5rem;
    }

    .mileft {
        width: 100%;
        height: 4rem;
    }

    .miPic {
        width: 100%;
        height: 4rem;
    }

    .midiBox {
        font-size: 0.3rem;
        height: 0.7rem;
        line-height: 0.7rem;
        padding: 0 0.2rem;
    }

    .xingBox ul li {
        height: auto;
        padding: 0.2rem;
    }

    .xtitle {
        padding: 0.2rem 0;
        font-size: 0.32rem;
    }

    .hetxt {
        font-size: 0.26rem;
        line-height: 0.36rem;
    }

    .diBox {
        flex-wrap: wrap;
        padding-bottom: 0.3rem;
    }

    .phone {
        padding-bottom: 0.1rem;
    }

    .xinBox {
        padding-bottom: 0.1rem;
    }

    footer {
        padding-top: 0.3rem !important;
    }

    .phpic {
        width: 0.4rem;
    }

    .dileft {
        padding-left: 0.5rem;
        width: 7rem;
    }

    .xinTxt {
        width: auto;
        font-size: 0.28rem;
    }

    .diyu {
        padding-left: 0.2rem;
        text-align: left;
    }

    .diyou {
        display: block;
        width: 7rem;
    }

    .leiBox ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .leiBox ul li {
        padding: 0 0.2rem 0.1rem 0;
    }

    .abtxt {
        margin-bottom: 0.15rem;
        padding-top: 0.3rem;
    }

    .abtxt a {
        font-size: 0.32rem;
    }

    .maBox {
        text-align: center;
        padding: 0;
    }

    .matxt {
        padding-right: 0.3rem;
    }

    .beian {
        padding: 0.1rem 0;
    }

    .beitxt {
        font-size: 0.2rem;
        padding: 0.05rem 0;
    }

    .diyou {
        display: none;
    }

    .mianBox {
        flex-wrap: wrap;
        display: block;
        height: auto;
    }

    .abnav ul {
        flex-wrap: wrap;
    }

    .abnav ul li {
        padding: 0 0.26rem 0.2rem 0;
    }

    .abnav ul li a {
        font-size: 0.3rem;
    }

    .abtop {
        height: auto;
    }

    .xueBox {
        padding: 0.2rem 0;
    }

    .futitle {
        font-size: 0.4rem;
        padding: 0.4rem 0 0.2rem;
    }

    .fuwen p {
        text-indent: 0.3rem;
        padding-top: 0.3rem;
        line-height: 0.55rem;
        font-size: 0.3rem;
    }

    .fuwen p img {
        max-width: 100%;
        margin-left: -0.3rem;
    }

    .dangBox ul li {
        padding: 0.4rem 0;

    }

    .qileft {
        margin-right: 0.3rem;
    }

    .sanTxt {
        font-size: 0.35rem;
    }

    .nianTxt {
        font-size: 0.28rem;
        padding-left: 0.2rem;
        padding-bottom: 0.1rem;
    }

    .nianPic {
        width: 0.4rem;
        margin-left: 0.25rem;
    }

    .touTxt {
        font-size: 0.35rem;
        padding: 5% 0 0;
    }

    .xingBox {
        width: 7.5rem;
    }

    .toufu {
        font-size: 0.22rem;
    }

    .wuPic {
        width: 2.5rem;
        height: 2rem;
    }

    .qiTitle {
        font-size: 0.3rem;
        margin-bottom: 0.1rem;
    }

    .suiTxt {
        width: 3.2rem;
        font-size: 0.25rem;
        line-height: 0.4rem;
        margin-bottom: 0.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: break-word;
    }

    .qiyou {
        padding-left: 0.15rem;
        width: 3.5rem;
    }

    .kanBox {
        width: 1.5rem;
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.28rem;
    }

    .fenye ul li {
        padding: 0.03rem 0.12rem;
        font-size: 0.25rem;
    }

    .fenye ul {
        padding: 0.35rem 0;
    }

    .phtxt {
        font-size: 0.32rem;
    }

    .youPic {
        width: 0.3rem;
    }

    .qiBox {
        padding: 0.3rem 0;
    }

    .yetitle {
        font-size: 0.4rem;
    }

    .yetitle span {
        font-size: 0.4rem;
    }

    .louPic {
        width: 3.5rem;
        flex-shrink: 0;
        height: 2rem;
    }

    .jutxt {
        font-size: 0.24rem;
        letter-spacing: 0;
    }

    .zheng ul {
        justify-content: space-between;
    }

    .zheng ul li {
        width: 48%;
        /* height: 2.8rem; */
        margin-right: 0;
        margin-bottom: 0.25rem;
    }

    .shuPic {
        width: 2.55rem;
        margin: 0.3rem auto;
        height: 1.64rem;
    }

    .zenTxt {
        width: 1rem;
        font-size: 0.32rem;
    }

    .brr {
        margin: 0 0.2rem;
    }

    .nansha {
        width: 1rem;
        right: 0.3rem;
        bottom: 0.2rem;
    }

    .dianBoxright {
        display: none;
    }

    .daiBox ul {
        justify-content: space-between;
    }

    .daiBox ul a {
        width: 49%;
    }

    .daiBox ul li {
        height: 2.8rem;
        margin-bottom: 0.3rem;
        width: 100%;
    }

    .daiPic {
        height: 2.8rem;
        width: 100%;
    }

    .daidi {
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.28rem;
    }

    .zhePic {
        width: 1rem;
        height: 1rem;
        margin: 0.4rem;
    }

    .earchBox {
        flex-wrap: wrap;
        padding: 0.3rem 0;
    }

    #container {
        width: 100%;
        height: 5rem;
        margin-bottom: 0.5rem;
    }

    .zaiPic {
        width: 2.5rem;
    }

    .liuBox {
        width: 100%;
    }

    .joinBox {
        flex-wrap: wrap;
        padding-top: 0.35rem;
    }

    .joinleft {
        width: 100%;
    }

    .addBox {
        width: 0.6rem;
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.35rem;
    }

    .toutuBox {
        max-height: auto;
    }

    .banGong ul li {
        padding: 0 0 0.3rem 0.7rem;
        margin-bottom: 0;
    }

    .gongBox {
        height: 0.65rem;
        padding: 0 0.2rem;
        width: 6.5rem;
    }

    .F1836 {
        font-size: 0.28rem;
    }

    .addPic {
        width: 0.28rem;
    }

    .zhanBox {
        width: 6.5rem;
        padding: 0.25rem;
    }

    .welBg {
        width: 95%;
        margin: 0 auto;
        padding: 0.3rem;
    }

    .biao {
        font-size: 0.35rem;
    }

    .qingBox {
        padding: 0.3rem 0.25rem;
    }

    .zenBox {
        display: block;
    }

    .process_box {
        display: none;
    }

    .zenBox ul {
        padding: .3rem 0px .8rem;
    }

    .zenBox ul li {
        padding-left: 0.1rem;
    }

    /* 联系我们 */
    .backnei {
        padding: .5rem 0 .5rem 0;
    }

    .gongtitle {
        margin: 0;
    }

    .postList_div {
        display: block;
        padding: .4rem .2rem;
    }

    .postList_content_box {
        width: 100%;
        margin-bottom: .3rem;
    }

    .postList_btn {
        margin: 0 auto;
    }

    .applyfor_Pop_box {
        padding: 0 .3rem;
    }

    .huatxt {
        font-size: .26rem;
        line-height: .4rem;
    }

    .huatitle {
        font-size: .34rem;
    }

    .huabox ul {
        padding: .3rem 0;
    }

    .probably_box {
        display: block;
    }

    .left_nav_box {
        width: 100%;
        display: flex;
        overflow-x: scroll;
        white-space: nowrap;
        margin-bottom: .2rem;
    }

    .page_nav_list {
        width: 100%;
        display: flex;
    }

    .left_nav_box .page_title_box {
        display: none;
    }

    .page_nav_list a {
        /* width: 20%; */
        display: inline-block;
        height: .8rem;
        margin-right: .2rem;
        /* min-width: 20%; */
        white-space: nowrap;
        text-align: center;
        border: none;
        line-height: .8rem;
        padding: 0 .2rem;
    }

    .page_nav_list {
        background: none;
    }

    .page_nav_list a.active_nav>li>img {
        display: none;
    }

    .zhifu_bg {
        display: none;
    }

    .cortxt {
        width: 100%;
        text-align: center;
    }

    .usLeft_line {
        display: none;
    }

    .studio_div .studio_img {
        height: 4.5rem;
    }

    .studio_list_box .studio_div .studio_info_box {
        height: 1.2rem;
    }

    .studio_info_box .studio_info_text {
        font-size: 0.26rem !important;
    }

    .chanpin_bg {
        display: none;
    }

    .new_list_box {
        padding: .4rem .5rem 0.3rem .5rem;
    }

    .navList_box {
        margin-bottom: .4rem;
    }

    .navList_box .active_nav {
        font-size: .4rem;
    }

    .navList_box li {
        margin-right: .5rem;
    }

    .navList_div {
        font-size: .30rem;
    }

    .advantage_active a {
        width: 100%;
    }

    .advantage_active {
        flex-wrap: wrap;
    }

    .new_item_box {
        width: 100%;
        margin-bottom: .5rem;
    }

    .new_item_tag {
        margin: .15rem 0;
    }

    .new_item_title {
        font-size: .30rem;
    }

    .new_item_text {
        margin: 0 0 .05rem 0;
        font-size: .24rem;
    }

    .more_new_box {
        padding: 0rem 0 .1rem 0;
    }

    .page_content_box {
        width: 100%;
    }

    .product_list_box>.studio_div {
        width: 100%;
    }

    .product_list_box>.studio_div .studio_img {
        width: 100%;
    }

    .productDetail_info_box {
        padding: .3rem 0;
    }

    .productDetail_info_box .productDetail_info_img {
        width: 2.57rem;
        height: 1.70rem;
    }

    .productDetail_info_content {
        width: 60%;
    }

    .productDetail_info_name {
        font-size: .32rem;
        margin-bottom: .2rem;
    }

    .productDetail_info_div {
        font-size: .24rem;
        margin-bottom: .10rem;
    }

    .productDetail_img_text {}

    .shuPic_bg {
        width: 100%;
        height: auto;
    }

    .course_box>h2 {
        padding: .5rem 0 .2rem 0;
    }

    .course_box .licheng_bg {
        height: 4.35rem;
    }

    .postList_content_view .postList_content_div {
        width: 48%;
    }

    .language_img {
        width: .5rem;
        height: .5rem;
        margin-right: .4rem;
    }

    .language_box>img {
        width: 0.4rem;
        height: 0.4rem;
    }

    .language_box>span {
        display: none;
    }
}

.anchorBL {
    display: none;
}