/* 公共部分 */
    .containers{
        max-width: 1400px;
        margin: 0 auto;
    }
    header{
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }
    .headerPC{
        padding-left: 240px;
    }
    .hpcLogo{
        left: 0;
        margin-top: 20px;
    }
    .hpcLogo a img {
        width: 200px !important;
    }
    .headerPC nav{
        text-align: right;
    }
    .headerPC nav li{
        display: inline-block;
        text-align: left;
        margin-left: 4%;
        position: relative;
    }
    header a,
    .headerPC nav li a{
        display: block;
        color: white;
    }
    .hpcNav1{
        border-top: 4px solid transparent;
    }
    .hpcNav1 a{
        padding-top: 40px;
        padding-bottom: 10px;
        /* padding: 40px 10px 10px; */
        position: relative;
        font-size: 16px;
    }
    .hpcNav1 a i{
        /* position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%); */
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-left: 6px;
        background:url('../image/down.png') no-repeat center center/contain;
        transform: translateY(2px);
    }
    .headerPC nav li:hover .hpcNav1,.headerPC nav li.active .hpcNav1{
        border-color: rgb(195, 13, 35);
    }
    .headerPC nav li:hover .hpcNav1 a,.headerPC nav li.active .hpcNav1 a,
    .hpcNav2 p:hover a{
        color: rgb(195, 13, 35);
    }
    .headerPC nav li:hover .hpcNav1 a i,.headerPC nav li.active .hpcNav1 a i{
        background:url('../image/down_1.png') no-repeat center center/contain;
    }
    .hpcNav2{
        display: none;
        position: absolute;
        top: 73px;
        left: 0;
        padding: 20px;
        z-index: 100;
        background-color: rgba(0, 0, 0, 0.5);
        width: 200px;
    }
    .hpcNav2 p{
        margin-bottom: 10px;
    }
    .hpcNav2 p:last-of-type{
        margin-bottom: 0;
    }

    /* 移动端 */
    .headerMB{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999;
        background-color: white;
        box-shadow: 0px 0px 10px 0px rgb(218, 218, 218);
        display: none;
    }
    .headerMBTitle{
        position: relative;
        padding: 5px 16px;
    }
    .headerMBTitle a{
        display: block;
        max-width: 40%;
    }
    .headerMBTitle a img{
        max-height: 40px;
        display: block;
    }
    .headerMBTitle button{
        background-color: transparent;
        border: none;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
        border: none;
    }
    .headerMBTitle button img{
        width: 24px;
    }
    .headerMBList{
        border-top: 1px solid rgb(218, 218, 218);
        padding: 10px 0;
        display: none;
    }
    .headerMBList li a{
        display: block;
        padding: 12px 16px;
    }
    /* 移动端 */

    footer{
        background-color: rgb(32, 32, 32);
        color: white;
        padding-top: 50px;
    }
    footer .footer1 a{
        color: white;
    }
    footer .footer1 p a{
        color: rgb(198, 198, 198);
    }
    .footerNav h4{
        font-size: 16px;
        margin-bottom: 30px;
    }
    .footerNav p{
        margin-bottom: 20px;
    }
    .footerNav p:last-of-type{
        margin: 0;
    }
    .footerNav a:hover{
        color: rgb(195, 13, 35);
    }
    .footerInfo{
        width: 300px;
    }
    .footerInfo h4{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .footerInfo >p{
        margin-bottom: 20px;
        color: rgb(198, 198, 198);
    }
    .footerInfo div{
        display: inline-block;
        text-align: center;
    }
    .footerInfo div img{
        width: 110px;
    }
    .footerInfo div p{
        /* text-align: center; */
        margin-top: 6px;
        font-size: 12px;
    }
    .footer2{
        border-top: 1px solid rgb(55, 55, 55);
        padding: 14px 0;
        margin-top: 30px;
        text-align: center;
        font-size: 12px;
    }


    .inMainNav{
        background-color: white;
        box-shadow: 0px 0px 10px 0px rgb(186, 186, 186);
        padding: 40px 20px;
        transform: translateY(-50px);
        margin-bottom: 20px;
    }
    .inMainNav_l li,
    .inMainNav_r li{
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding: 0px 16px;
    }
    .inMainNav_l li{
        font-size: 17px;
    }
    .inMainNav_l li::after{
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: -1px;
        transform: translateY(-50%);
        width: 1px;
        height: 14px;
        background-color: rgb(218, 218, 218);
    }
    .inMainNav_l li:last-of-type{
        padding-right: 0;
    }
    .inMainNav_l li:last-of-type::after{
        display: none;
    }
    .inMainNav_l li a{
        color: rgb(51, 51, 51);
    }
    .inMainNav_r {
    }
    .inMainNav_r li::after{
        content: '/';
        display: block;
        position: absolute;
        top: 50%;
        right: -3px;
        transform: translateY(-50%);
        font-size: 16px;
        color: rgb(218, 218, 218);
    }
    .inMainNav_r li:last-of-type{
        padding-right: 0;
    }
    .inMainNav_r li:last-of-type::after{
        display: none;
    }
    .inMainNav_r li img,
    .inMainNav_r li span{
        display: inline-block;
        vertical-align: middle;
        margin-left: 6px;
    }
    .inMainNav_r li a{
        color: rgb(153, 153, 153);
    }
    .inMainNav_l li.active a,
    .inMainNav_l a:hover {
        color: rgb(195, 13, 35);
    }

    .navPages{
        text-align: center;
    }
    .navPages li{
        display: inline-block;
        margin: 0 6px;
        vertical-align: middle;
    }
    .navPages li a{
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid rgb(218, 218, 218);
        display: block;

    }
    .navPages li:first-of-type a,
    .navPages li:last-of-type a{
        width: 60px;
    }
    .navPages li a:hover,.navPages li.active a{
        background-color: rgb(195, 13, 35);
        color: white;
        border-color: rgb(195, 13, 35);
    }
/* 公共部分 */
/* 首页 */
    .main{
        overflow-x: hidden;
    }
    .mBan .mBpagination span.swiper-pagination-bullet{
        width: 12px;
        height: 12px;
        position: relative;
        margin: 0px 20px;
    }
    .mBan .mBpagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background-color: transparent;
        border: 1px solid rgb(195, 13, 35);
        width: 16px;
        height: 16px;
        transform: translateY(2px);
    }
    .mBpagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
        content:'';
        display: block;
        width: 8px;
        height: 8px;
        background-color: rgb(195, 13, 35);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 50%;
    }
    .main1{}
    .mainpd{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .mainTitle{
        text-align: center;
    }
    .mainTitle div{
        font-size: 32px;
        color: rgb(234, 234, 234);
    }
    .mainTitle h4{
        font-size: 18px;
        margin-top: 6px;
    }
    .mainTitle h4 span{
        position: relative;
        font-weight: bold;
    }
    .mainTitle h4 span::before,
    .mainTitle h4 span::after{
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 2px;
        background-color: rgb(234, 234, 234);
    }
    .mainTitle h4 span::before{
        left: -50px;
    }
    .mainTitle h4 span::after{
        right: -50px;

    }
    .main1Logo{
        margin: 40px 0px;
    }
    .main11 >p{
        line-height: 40px;
        font-size: 16px;
        color: rgb(102, 102, 102);
        margin-bottom: 40px;
    }
    .m1Inbox{
        position: relative;
    }
    .m1InCont{
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        text-align: center;
    }
    .m1InCbox{
        width: 100%;
    }
    .m1InCbox img{
        margin: 0 auto;
    }
    .m1InCbox p:nth-of-type(2){
        margin: 6px 0;
    }
    .m1InCbox >span{
        display: block;
        margin: 10px auto 0;
        width: 24px;
        height: 1px;
        background-color: white;
    }
    .m1Inbox:hover .m1InCont{
        background-color: rgba(168, 17, 35, 0.9);
    }
    .m1InCont >a{
        position: absolute;
        bottom: -16px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 100;
        background-color:white;
        border-radius: 40px;
        padding: 10px 30px;
        color: rgb(195, 13, 35);
        box-shadow: 0px 0px 10px 0px rgba(195, 13, 35,0.7);
        opacity: 0;
        transition: all 0.5s;
    }
    .m1Inbox:hover .m1InCont >a{
        opacity: 1;
    }
    /* .m1Inbox:hover  */
    .main2{
        background: url('../image/m2bg.jpg') no-repeat center center/cover;
    }
    /* .main2 .mainTitle h4 span::before,
    .main2 .mainTitle h4 span::after{
        background-color: rgb(200, 200, 200);
    } */
    .main2 .mainTitle div{
        color: rgb(186, 186, 186);
    }
    .main2Box{
        position: relative;
        padding-left: 400px;
        margin-top: 50px;
    }
    .m2left{
        height: 100%;
    }
    .m2right .swiper-slide img{
        width: 100%;
    }
    .m2lbox1{
        padding-top: 60px;
    }
    .m2lbox1 >span{
        display: block;
        width: 40px;
        height: 4px;
        background-color: rgb(195, 13, 35);
    }
    .m2lbox1 h4{
        font-size: 44px;
        margin: 6px 0;
    }
    .m2lbox1 p{
        font-size: 26px;
    }
    .m2lbox2{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 500px;
        background: url('../image/m2bg2.jpg') no-repeat center center/100% 100%;
        z-index: 100;
        padding: 60px 40px;
        color: white;
    }
    .m2box2Cont h4 span{
        font-size: 26px;
        margin-left: 10px;
    }
    .m2box2Cont >span{
        display: block;
        width: 40px;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.7);
        margin: 20px 0;
    }
    .m2box2Cont p{
        line-height: 30px;
    }
    .m2left{
        width: 400px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
    }
    .m2BanBtn{
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 999;
    }
    .m2Next,
    .m2Prev{
        position: static;
        transform: none;
        display: inline-block;
        vertical-align: middle;
        width: 60px;
        height: 30px;
    }
    .m2Next.swiper-button-next:after, 
    .m2Prev.swiper-button-prev:after{
        display: none;
    }
    .m2Next{
        background:url('../image/homejt2.png') no-repeat center center/contain;
    }
    .m2Prev{
        background:url('../image/homejt1.png') no-repeat center center/contain;
    }
    
    .main3Box{}
    .m3Nav li,
    .m4Nav li{
        display: inline-block;
        margin: 0px 10px;
    }
    .m3Nav li a,
    .m4Nav li a{
        display: block;
        padding: 10px 30px;
        background-color: rgb(234, 234, 234);
        color: rgb(153, 153, 153);
        min-width: 110px;
    }
    .m3Nav li a:hover,
    .m4Nav li a:hover{
        background-color: rgb(195, 13, 35);
        color: white;
    }
    .m3Banner{
        margin-top: 30px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .m3Banner .swiper-container{
        padding: 20px;
        padding-bottom: 60px;
    }

    .m3img{
        position: relative;
    }
    .m3modal{
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: all 0.3s;
    }
    .m3Cont{
        text-align: center;
        padding: 30px 20px;
    }
    .m3Cont h4{
        font-size: 16px;
        margin-bottom: 10px;
        /* display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden; */
    }
    .m3Cont p{
        color: rgb(153, 153, 153);
        /* display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; */
    }
    .m3box:hover{
        box-shadow: 0px 0px 10px 0px rgb(234, 234, 234);
    }
    .m3box:hover .m3modal{
        opacity: 1;
    }
    .m3box .buttomLine::after{
        height: 2px;
    }
    .m3more{
        text-align: center;
        margin-top: 40px;
    }
    .m3more a{
        display: inline-block;
        padding: 10px 50px;
        border-radius: 40px;
        border: 1px solid rgb(234, 234, 234);
        color: rgb(186, 186, 186);
    }
    .m3more a:hover{
        background-color: rgb(195, 13, 35);
        color: white;
        border-color: rgb(195, 13, 35);
    }
    .m3box{
        display: block;
    }
    .m3Banner .swiper-pagination span.swiper-pagination-bullet{
        width: 12px;
        height: 12px;
        margin: 0px 10px;
    }
    .m3Banner .swiper-pagination span.swiper-pagination-bullet-active{
        background-color: transparent;
        border: 2px solid rgb(195, 13, 35);
    }
    .main4{
        background: url('../image/m4bg.png') no-repeat center center/100% 100%;
    }
    .m4Cont1{
        background-color: rgb(195, 13, 35);
        padding: 30px 30px 30px 40px;
        margin-top: 40px;
    }
    .m4C1img{
        width: 300px;
        display: block;
    }
    .m4C1text {
        
        padding-left: 40px;
        color: white;
    }
    .m4C1text a{
        color: white;
    }
    .m4C1text h4{
        font-size: 18px;
    }
    .m4C1text p:first-of-type{
        margin: 16px 0;
        color: rgba(255, 255, 255, 0.7);
    }
    .m4C1text p:nth-of-type(2){
        line-height: 24px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .m4C1text >a{
        display: inline-block;
        margin-top: 20px;
    }
    .m4Cont2{
        background-color: white;
        padding: 60px 40px;
    }
    .m4Cont2 ul{
        position: relative;
        border-bottom: 1px solid rgb(218, 218, 218);
        padding-left: 80px;
    }
    .m4Cont2 ul::before,
    .m4Cont2 ul::after{
        content:'';
        display: block;
        position: absolute;
        bottom: -8px;
        width: 12px;
        height: 12px;
        background-color: rgb(195, 13, 35);
        border: 2px solid rgb(230, 162, 170);
        border-radius: 50%;
    }
    .m4Cont2 ul::before{
        left: 0;
    }
    .m4Cont2 ul::after{
        right: 0;
    }
    .m4Cont2 li{
        /* transform: translateX(60px); */
    }
    .m4C2box{
        height: 100%;
        border-left: 1px solid rgb(218, 218, 218);
        position: relative;
        
        padding-left: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
    }
    .m4C2box::before,
    .m4C2box::after{
        content:'';
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        position: absolute;
        left: -6px;
        background-color: rgb(218, 218, 218);
    }
    .m4C2box::before{
        top: 0;
    }
    .m4C2box::after{
        bottom: -6px;
    }
    .m4C2box h4{
        font-size: 15px;
        height: 40px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .m4C2box p{
        color: rgb(153, 153, 153);
        margin-top: 10px;
    }
    .m4C2box p span{
        display: inline-block;
        width: 1px;
        height: 14px;
        background-color: rgb(218, 218, 218);
        margin: 0px 10px;
        transform: translateY(2px);
    }
    .m4C2box:hover{
        border-color: rgb(195, 13, 35);
    }
    .m4C2box:hover::before,
    .m4C2box:hover::after{
        background-color: rgb(195, 13, 35);
    }
    .m4C2box:hover h4{
        color: rgb(195, 13, 35);
    }

    .gotop{
        position: fixed;
        right: 30px;
        bottom: 100px;
        z-index: 999999;
        background-color: transparent;
        border: none;
    }
    .gotop img{
        width: 40px;
    }

    .newsiBox,
    .main3BanBox{
        display: none;
    }
    .m4Nav li.active a,
    .m3Nav li.active a{
        background-color: rgb(195, 13, 35);
        color: white;
    }
    .newsiBox.active,
    .main3BanBox.active{
        display: block;
    }
/* 首页 */

/* 关于 */
    .aboutTitle{
        color: rgb(195, 13, 35);
        margin-bottom: 30px;
    }
    .aboutTitle h4{
        font-size: 35px;
        margin-bottom: 16px;
    }
    .aboutTitle span{
        display: block;
        margin: 0 auto;
        width: 50px;
        height: 1px;
        background-color: rgb(195, 13, 35);
    }
    .aboutCont{
        font-size: 16px;
        line-height: 50px;
    }
    .about2{
        margin-top: 50px;
        padding: 100px 0;
        font-size: 16px;
        line-height: 50px;
    }
    /* .about2Imgs{
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
    }
    .zindex10{
        position: relative;
        z-index: 10;
    } */

    .about3{
        margin-top: 50px;
    }
    .about31L{
        width: 400px;
        background: url('../image/abbg2.jpg') no-repeat center center/100% 100%;
        color: white;
        padding: 30px;
        padding-top: 80px;
        position: relative;
    }
    .about31L h4{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .about31L div{
        position: absolute;
        bottom: 30px;
        left: 30px;
    }
    .about31L div >p:first-of-type{
        font-size: 30px;
    }
    .about31L div >p:first-of-type span{
        font-size: 12px;
    }
    .about3 >ul{
        margin: 12px -6px 0;
    }
    .about3 >ul >li{
        padding: 0px 6px;
    }
    .about31 .about31R img{
        width: 100%;
    }
    .about3 >ul >li img{
        width: 100%;
    }
/* 关于 */
/* 发展历程 */
    .course{
        overflow-x: hidden;
    }
    .courseTitle h4{
        font-size: 36px;
        margin-bottom: 10px;
    }
    .courseTitle p{
        font-size: 16px;
    }
    .courseList{
        margin-top: 50px;
    }
    .courseList >img{
        display: block;
        margin: 0 auto 10px;
    }
    .courseList >p{
        text-align: center;
        color: rgb(153, 153, 153);
        margin-top: 60px;
    }
    .courseList ul{
        position: relative;
    }
    .courseList ul::after{
        content:'';
        display: block;
        position: absolute;
        bottom: -44px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 40px;
        background:url('../image/down2.png') no-repeat center center/contain;
    }
    .courseList li{
        position: relative;
    }
    .courseList li::before{
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        background-color: rgb(218, 218, 218);
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;

    }
    .courseList li:nth-of-type(2n-1){
        text-align: right;
    }
    
    .courseList li:nth-of-type(2n){
        text-align: left;
    }
    .courseBox{
        width: 50%;
        display: inline-block;
        position: relative;
    }
    .courseList li:nth-of-type(2n-1) .courseBox{
        padding-left: 330px;
        text-align: left;
    }
    .courseList li:nth-of-type(2n) .courseBox{
        padding-right: 330px;
        text-align: right;
    }
    .courseList li >span{
        position: absolute;
        top: 70px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9;
        width: 12px;
        height: 12px;
        background-color: rgb(91, 91, 91);
        border-radius: 50%;
        transition: all 0.3s;
        display: block;
    }
    .courseBox::before{
        content:'';
        display: block;
        position: absolute;
        top: 75px;
        width: 160px;
        height: 1px;
        background-color: rgb(218, 218, 218);
    }
    
    .courseList li:nth-of-type(2n-1) .courseBox::after{
        left: -5px;
    }
    .courseList li:nth-of-type(2n) .courseBox::after{
        right: -5px;
    }
    .courseList li:nth-of-type(2n-1) .courseBox::before{
        left:0;
    }
    .courseList li:nth-of-type(2n) .courseBox::before{
        right:0;
    }
    .courseImg{
        position: absolute;
        top: 0;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border: 6px solid transparent;
        overflow: hidden;
        z-index: 100;
        transition: all 0.3s;
    }
    .courseList li:nth-of-type(2n-1) .courseImg{
        left: 150px;
    }
    .courseList li:nth-of-type(2n) .courseImg{
        right: 150px;
    }
    .courseCont{
        min-height: 120px;
    }
    .courseCont h4{
        font-size: 42px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .courseCont h4 span{
        font-size: 24px;
        font-weight: normal;
    }
    .courseCont p{
        color: rgb(153, 153, 153);
        line-height: 24px;
    }
    .courseList li:hover::after{
        background-color: rgb(195, 13, 35);
        border: 3px solid rgb(230, 162, 170);
    }
    .courseBox:hover .courseImg{
        border-color: rgb(243, 207, 211);
    }
    .courseBox:hover::after{
        background-color: rgb(195, 13, 35);
        border: 4px solid rgb(230, 162, 170);
        width: 14px;
        height: 14px;
    }
    .courseList li .courseBox:hover ~ span{
        background-color: rgb(195, 13, 35);
        width: 23px;
        height: 23px;
        border: 4px solid rgb(230, 162, 170);
        top: 64px;
    }
    /* .courseList li:nth-of-type(2n) .courseBox:hover::after{
        right: -11px;
    }
    .courseList li:nth-of-type(2n-1) .courseBox:hover::after{
        left: -11px;
    } */
    /* .courseList li:nth-of-type(2n-1)
    .courseList li:nth-of-type(2n-1)
    .courseList li:nth-of-type(2n) */
/* 发展历程 */
/* 集团业务 */
    .jituanyewu{}
    .jituanyewu li{
        position: relative;
        margin-bottom: 80px;
    }
    .jituanyewu li:last-of-type{
        margin: 0;
    }
    .jituanyewu li:nth-of-type(2n-1){
        padding-right: 65%;
    }
    .jituanyewu li:nth-of-type(2n){
        padding-left: 65%;
        text-align: right;
    }
    .jtywImg{
        position: absolute;
        top: 0;
        width: 56%;
        overflow: hidden;
    }
    .jtywImg >img{
        width: 100%;
        transition: all 0.5s;
        display: block;
    }
    .jituanyewu li:nth-of-type(2n-1) .jtywImg{
        right: 0;
    }
    .jituanyewu li:nth-of-type(2n) .jtywImg{
        left: 0;
    }
    .jtywModal{
        background-color: rgba(0, 0, 0, 0.5);
        transition: all 0.5s;
    }
    .jtywModal div p{
        color: white;
        margin-top: 10px;
    }
    .jtywCont{
        min-height: 523px;
        /* padding-bottom:  */
        position: relative;
        padding-top: 60px;
    }
    .jtywCont h4{
        font-size: 42px;
    }
    .jtywCont span{
        display: inline-block;
        width: 100px;
        height: 1px;
        background-color: rgb(227, 227, 227);
        margin: 34px 0;
    }
    .jtywCont p{
        color: rgb(153, 153, 153);
        line-height: 30px;
        font-size: 18px;
    }
    .jtywCont div{
        margin-top: 30px;
    }
    .jtywCont div a{
        display: inline-block;
        padding: 10px 30px;
        border-radius: 4px;
        color: rgb(153, 153, 153);
        border: 1px solid rgb(153, 153, 153);
        transition: all 0.5s;
    }
    .jituanyewu li:hover .jtywCont div a{
        border-radius: 40px;
        color: white;
        background-color: rgb(195, 13, 35);
        border-color: rgb(195, 13, 35);
    }
    .jtywCont:hover h4{
        color: rgb(195, 13, 35);
    }
    .jituanyewu li:hover .jtywModal{
        opacity: 0;
    }
    .jituanyewu li:hover .jtywImg >img{
        transform: scale(1.2);
    }
    .jituanyewu li:hover .jtywCont span{
        background-color: rgb(195, 13, 35);
    }
/* 集团业务 */
/* 地产开发 */
    .dckf1_title h4{
        font-size: 36px;
        margin-bottom: 30px;
    }
    .dckf1_title p{
        color: rgb(153, 153, 153);
        margin-bottom: 10px;
    }
    .dckf1Cont{
        position: relative;
        transform: translateY(60px);
        background-color: rgba(246, 246, 246,0.7);
        padding: 60px 20% 80px;
    }
    .dckf1Cont::after{
        content:'';
        display: block;
        width: 1px;
        height: 80px;
        background-color: rgb(218, 218, 218);
        position: absolute;
        top: -60px;
        left: 50%;
    }
    .dckf1Num{
        text-align: center;
    }
    .dckf1Num h4{
        font-size: 46px;
    }
    .dckf1Num h4 span{
        font-size: 24px;
    }
    .dckf1Num p{
        color: rgb(102, 102, 102);
        /* margin-top: 10px; */
    }
    .dckf1Text {
        line-height: 30px;
        color: rgb(102, 102, 102);
        margin-top: 60px;
        text-align: left;
        max-height: 210px;
        overflow: hidden;
        font-size: 16px;
    }
    .dckf1Text.active{
        max-height: none;
        height: auto;
        overflow: visible;
    }
    .seeAll{
        display: block;
        border: none;
        background-color: transparent;
        padding: 0;
        margin: 0 auto;
        margin-top: 30px;
        color: rgb(102, 102, 102);
        border-bottom: 1px solid rgb(153, 153, 153);
        padding-bottom: 6px;
        cursor: pointer;
    }
    .dckfBan{
        padding-bottom: 60px;
    }
    .dckfImg{
        margin-bottom: 50px;
    }
    .dckfBanner{
        /* margin-top: 30px; */
    }
    .dckfBanbox{
        position: relative;
        overflow: hidden;
        cursor: pointer;
        display: block;
    }
    .dckfBanCont{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        text-align: center;
        color: white;
        transition: all 0.3s;
        background-color: rgba(168, 17, 35, 0.9);
    }
    .dckfBanCont::before{
        content: '';
        display: block;
        width: 90%;
        height: 90%;
        left: 5%;
        top: 5%;
        position: absolute;
        border: 1px solid rgb(226, 89, 112);
    }
    .dckfBanCtext{
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        padding: 0px 30px;
        z-index: 101;
    }
    .dckfBanCont h4{
        font-size: 16px;
    }
    .dckfBanCont span{
        display: block;
        margin: 10px auto;
        width: 30px;
        height: 1px;
        background-color: white;
    }
    .dckfBtitle{
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        padding: 0px 30px;
        color: white;
        text-align: center;
    }
    .dckfBanbox:hover .dckfBtitle{
        display: none;
    }
    .dckfBanbox:hover .dckfBanCont{
        top: 0;
    }
    .dckfBanner .dckfpagination span.swiper-pagination-bullet{
        width: 12px;
        height: 12px;
        margin: 0px 10px;
    }
    .dckfpagination span.swiper-pagination-bullet-active{
        background-color: transparent;
        border: 2px solid rgb(195, 13, 35);
    }
    .jtdtNext{
        right: 0;
    }
    .jtdtPrev{
        left:0;
    }
    .jtdtNext,
    .jtdtPrev{
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0.5);
        font-size: 16px;
    }
    .jtdtNext::after{
        content: "\e258";
        font-family: 'Glyphicons';
        font-size: 16px;
        color: white;
    }
    .jtdtPrev::after{
        content: "\e257";
        font-family: 'Glyphicons';
        font-size: 16px;
        color: white;
    }
    
/* 地产开发 */
/* 新闻中心 */
    .newsList{}
    .newsList li{
        margin-bottom: 30px;
    }
    .newLBox{
        box-shadow: 0px 0px 10px 0px rgb(234, 234, 234);
        display: block;
        background-color: white;
        height: 100%;
    }
    .newLImg{
        position: relative;
    }
    .newLImg span{
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 6px 10px;
        background-color: white;
        color: rgb(153, 153, 153);
    }
    .newLCont{
        padding: 34px 20px;
    }
    .newLCont h4{
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .newLCont p{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: rgb(153, 153, 153);
        line-height: 24px;
    }
    .newLCont span{
        display: block;
        width: 100%;
        height: 2px;
        background-color: rgb(218, 218, 218);
        margin: 10px 0;
        position: relative;
    }
    .newLCont span::after{
        content:'';
        display: block;
        width: 0;
        height: 2px;
        position: absolute;
        top: 0;
        left: 50%;
        background-color: rgb(195, 13, 35);
        transition: all 0.3s;
    }
    .newLBox:hover .newLCont span::after{
        width: 100%;
        left: 0;
    }
    .newLBox:hover{
        box-shadow: 0px 0px 10px 0px rgb(186, 186, 186);
    }
    .newLBox:hover .newLCont h4{
        color: rgb(195, 13, 35);
    }
    /* .newLBox:hover .newLCont span{
        background-color: rgb(195, 13, 35);
    } */
    .newLBox:hover .newLImg span{
        background-color: rgb(195, 13, 35);
        color: white;
    }
/* 新闻中心 */
/* 新闻详情 */
    .newdetail{
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .newsdtbox{
        margin-right: 30px;
    }
    .newdtTitle {
        border-bottom: 1px solid rgb(234, 234, 234);
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .newdtTitle h4{
        font-size: 26px;
        margin-bottom: 10px;
    }
    .newdtTitle p{
        color: rgb(153, 153, 153);
    }
    .newdtOther{
        border-top: 1px solid rgb(234, 234, 234);
        margin-top: 30px;
    }
    .newdtOther li a{
        display: block;
        padding: 40px 20px;
        position: relative;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: rgb(102, 102, 102);
    }
    .newdtOther li a span{
        display: block;
        position: relative;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .newdtOther li a span::after{
        content:'';
        display: block;
        width:1px;
        height: 14px;
        background-color: rgb(218, 218, 218);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .newdtOther li:first-of-type a span{
        padding-left: 10px;
    }
    .newdtOther li:last-of-type a span{
        padding-right: 10px;
    }
    .newdtOther li:first-of-type a span::after{
        left: 0;
    }
    .newdtOther li:last-of-type a span::after{
        right: 0;
    }
    .newdtOther li:first-of-type a{
        padding-left: 40px;
        padding-right: 110px;
    }
    .newdtOther li:first-of-type i{
        left: 20px;
    }
    .newdtOther li:last-of-type a{
        padding-right: 40px;
        padding-left: 110px;
    }
    .newdtOther li:last-of-type a i{
        right: 20px;
    }
    .newdtOther a:hover {
        background-color: rgb(195, 13, 35);
        color: white;
    }
    .newdtOther img{
        width: 80px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: none;
    }
    .newdtOther a:hover img{
        display: block;
    }
    .newdtOther li:first-of-type a img{
        right:20px;
    }
    .newdtOther li:last-of-type a img{
        left: 20px;
    }
    .newsdtList{
        width: 300px;
    }
    .newsdtList >h4{
        font-size: 16px;
        padding: 10px 16px;
        border-bottom: 1px solid rgb(234, 234, 234);
        
    }
    .newsdtList li{
        /* border-bottom: 1px solid rgb(234, 234, 234); */
        position: relative;
        padding: 0px 20px;
    }
    
    .newsdtList li a{
        padding: 20px 0;
        position: relative;
        padding-left: 90px;
        display: block;
        min-height: 93px;
        border-bottom: 1px solid rgb(234, 234, 234);
        
    }
    .newsdtList li:last-of-type a{
        border: none;
    }
    .newsdtList li img{
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        width: 80px;
    }
    .newsdtList li h4{
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .newsdtList li p{
        font-size: 12px;
        color: rgb(153, 153, 153);
        margin-top: 10px;
    }
    .newsdtList li:hover{
        background-color: rgb(195, 13, 35);
        color: white;
    }
    .newsdtList li:hover a{
        border-color: rgb(195, 13, 35);
    }
    .newsdtList li:hover a,
    .newsdtList li:hover a p{
        color: white;
    }
    .newsdtCont {
        font-size: 16px;
        line-height: 30px;
        color: rgb(102, 102, 102);
        
    }
    .detailBox{
        padding: 0px 40px;
    }

    
/* 新闻详情 */
/* 人力资源 */
    .renli1{
        transform: translateY(-90px);
        box-shadow: 0px 0px 10px 0px rgb(218, 218, 218);
    }
    .renli1 img{
        width: 370px;
    }
    .renli1text{
        padding: 30px 40px 50px;
        
    }
    .renli1text h4{
        font-size: 26px;
    }
    .renli1text >span{
        display: block;
        width: 60px;
        height:2px;
        background-color: rgb(195, 13, 35);
        margin: 10px 0;
    }
    .renli1text >p{
        color: rgb(153, 153, 153);
        line-height: 30px;
    }
    .renli1text div{
        position: absolute;
        bottom: 30px;
        right: 40px;
    }
    .renli1text div img{
        position: absolute;
        bottom: -10px;
        right:0;
    }
    .renliTitle{
        background-color: rgb(240, 240, 240);
        line-height: 60px;
    }
    .renli2Title{
        line-height: 60px;
        border-bottom: 1px solid rgb(234, 234, 234);
        position: relative;
        cursor: pointer;
        color: rgb(153, 153, 153);
    }
    .renli2Title:hover{
        background-color: rgb(195, 13, 35);
        color: white;
    }
    .renli2Title:hover i{
        color: white;
    }
    .renli2Title i{
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        color: rgb(186, 186, 186);
        transition: all 0.5s;
    }
    .renliTitle div:first-of-type,
    .renliTitle div:nth-of-type(2),
    .renli2Title div:first-of-type,
    .renli2Title div:nth-of-type(2),
    .renli2Cont div:first-of-type,
    .renli2Cont div:nth-of-type(2){
        -webkit-box-flex: 2;
        -webkit-flex: 2;
        flex: 2;
        text-align: center;
    }
    .renliTitle div:nth-of-type(3),
    .renli2Title div:nth-of-type(3),
    .renli2Cont div:nth-of-type(3){
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        text-align: center;
    }
    .renliTitle div:last-of-type,
    .renli2Title div:last-of-type,
    .renli2Cont div:last-of-type{
        -webkit-box-flex: 4;
        -webkit-flex: 4;
        flex: 4;
        text-align: left;
    }
    .renli2Text{
        color: rgb(102, 102, 102);
        line-height: 40px;
        padding: 20px 0;
        padding-right: 20px;
    }
    .renli2CBox{
        display: none;
        border-bottom: 1px solid rgb(234, 234, 234);
    }
    .renli2 li.active .renli2Cont{
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .renli2 li.active .renli2Title,
    .renli2 li.active .renli2Title i{
        color: rgb(195, 13, 35);
    }
    .renli2 li.active .renli2Title i{
        transform: translateY(-50%) rotateZ(180deg);
    }
    .renli2 li.active .renli2Title:hover{
        background-color: rgb(195, 13, 35);
        color: white;
    }
    .renli2 li.active .renli2Title:hover i{
        color: white;
    }
/* 人力资源 */
/* 联系我们 */
    .contactTitle{
        padding: 60px 0px 50px;
    }
    .contactTitle h4{
        font-size: 36px;
    }
    .contactTitle p{
        font-size: 30px;
    }
    .contact1Info{
        
        box-sizing: border-box;
    }
    .contact1Info div{
        padding: 40px;
    }
    .contact1Info h4{
        font-size: 26px;
        margin-bottom: 40px;
    }
    .contact1Info p{
        color: rgb(102, 102, 102);
        margin-bottom: 20px;
        font-size: 16px;
    }
    .contact1Info a{
        display: inline-block;
        margin-top: 40px;
        padding: 6px 20px;
        border-radius: 40px;
        border: 1px solid rgb(186, 186, 186);
        color: rgb(102, 102, 102);
    }
    .contact1Info a span{
        margin-left: 6px;
    }
    #mapBox{
        height: 100%;
    }
    .contact2{
        margin-top: 60px;
        padding: 40px;
    }
    .contact2Title {
        margin-bottom: 30px;
    }
    .contact2Title h4{
        font-size: 34px;
    }
    .contact2Title p{
        color: rgb(153, 153, 153);
        margin-top: 10px;
    }
    .contact2 li input{
        width: 100%;
        height: 46px;
        line-height: 46px;
        padding: 0px 10px;
        border: 1px solid rgb(219, 219, 219);
    }
    .contact2 textarea{
        width: 100%;
        border: 1px solid rgb(219, 219, 219);
        resize: none;
        height: 200px;
        margin-top: 24px;
        padding: 10px;
    }
    .contact2 form >input[type="submit"]{
        display: block;
        width: 240px;
        height: 50px;
        line-height: 40px;
        background-color: rgb(195, 13, 35);
        color: white;
        border-radius: 40px;
        margin: 40px auto 0;
        border: none;
    }
/* 联系我们 */
/* 地产项目 */
    .projectList{}
    .projectList li{
        margin-bottom: 20px;
    }
    .projectBox{
        display: block;
        position: relative;
    }
    .projectBox::after{
        content:'';
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: rgb(195, 13, 35);
        transition: all 0.3s;
    }
    .projectImg{
        position: relative;
    }
    .projectImg >img{
        max-width: 100%;
        display: block;
    }
    .projectImg >span{
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: all 0.3s;
    }
    .projectImg >span >img{
        z-index: 101;
    }
    .projectCont{
        padding: 30px 16px;
    }
    .projectCont h4{
        font-size: 16px;
        margin-bottom: 6px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .projectCont p{
        color: rgb(153, 153, 153);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .projectBox:hover .projectImg >span{
        opacity: 1;
    }
    .projectBox:hover::after{
        width: 100%;
        transform: translateX(-50%);
    }
    /* .projectBox:hover h4{
        color: rgb(195, 13, 35);
    } */
/* 地产项目 */
/* 地产项目详情 */
    .projectDtTitle h4{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .projectDtCont {
        color: rgb(102, 102, 102);
        line-height: 30px;
        font-size: 16px;
    }
    .projectDtMore{
        margin-top: 40px;
        padding-top: 40px;
        border-top: 1px solid rgb(234, 234, 234);
    }
    .projectDtMtitle{
        position: relative;
        margin-bottom: 20px;
    }
    .projectDtMtitle span{
        font-size: 30px;
    }
    .projectDtMtitle a{
        display: block;
        right: 0;
        color: rgb(206, 206, 206);
        border: 1px solid rgb(218, 218, 218);
        padding: 4px 10px;
        border-radius: 30px;
    }
    .projectDtMtitle a i{
        font-size: 12px;
    }
    .proDtMBanbox{
        display: block;
    }
    .proDtMBcont {
        padding: 20px 16px;
    }
    .proDtMBcont h4{
        font-size: 16px;
    }
    .proDtMBcont p{
        color: rgb(170, 170, 170);
        margin-top: 10px;
    }
    .projectBan{
        padding-bottom: 60px;
    }
    .projectBan .propagination span.swiper-pagination-bullet{
        width: 12px;
        height: 12px;
        margin: 0px 10px;
    }
    .propagination span.swiper-pagination-bullet-active{
        background-color: transparent;
        border: 2px solid rgb(195, 13, 35);
    }
    .projectDtMBan .jtdtNext{
        transform: translateY(-60px);
    }
    .projectDtMBan .jtdtPrev{
        transform: translateY(-60px);
    }
/* 地产项目详情 */


@media (max-width: 1600px){
    .containers{
        max-width: 1000px;
    }
    .m2lbox1{
        padding-top: 0px;
    }
    .m2lbox2{
        padding: 20px;
    }
    .m2BanBtn{
        transform: translateX(0%);
    }
    .m2lbox1 h4{
        font-size: 30px;
    }
    .m2lbox1 p{
        font-size: 22px;
    }
    .m2box2Cont >span{
        margin: 10px 0;
    }
}
@media (max-width: 1200px){
    .containers{
        max-width: 90%;
    }
}
@media (max-width: 768px){
    body{
        padding-top: 50px;
    }
    header .containers{
        display: none;
    }
    .headerMB{
        display: block;
    }
    .mBan .mBpagination span.swiper-pagination-bullet{
        margin: 0px 5px;
    }
    .mainpd{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .m2BanBtn{
        transform: translateX(-50%);
        /* left: 0; */
    }
    .mainTitle div{
        font-size: 24px;
    }
    .mainTitle h4{
        font-size: 16px;
    }
    .main11 .list3{
        display: block;
    }
    .main11 .list3 li{
        margin-bottom: 20px;
    }
    .m2lbox2{
        position: static;
        width: 100%;
        padding: 16px;
    }
    .m2left{
        width: 100%;
        position: static;
    }
    .main2Box{
        padding: 0;
        margin-top: 20px;
        padding-bottom: 50px;
    }
    
    
    .m2lbox1 h4{
        font-size: 28px;
    }
    .m2lbox1{
        margin-bottom: 20px;
        padding-top: 10px;
    }
    .m2BanBtn{
        bottom: 0;
    }
    .m2lbox1 p{
        font-size: 20px;
    }
    .m2box2Cont h4 span{
        font-size: 20px;
    }
    .m3Nav li, .m4Nav li{
        margin: 0px 5px;
    }
    .m3Nav li a, .m4Nav li a{
        padding: 4px 12px;
        min-width: auto;
    }
    .m3Banner .m3Ban{
        padding: 0;
        padding-bottom: 40px;
    }
    .m3more{
        margin-top: 20px;
    }
    .m4Cont1{
        padding: 16px;
    }
    .m4C1img{
        width: 100%;
    }
    .m4C1text{
        padding: 0;
        margin-top: 10px;
    }
    .m4C1text h4{
        font-size: 16px;
    }
    .m4Cont2{
        padding: 0;
        margin-top: 20px;
    }
    .m4Cont2 ul{
        padding: 10px;
        display: block;
        border: none;
    }
    .m4Cont2 ul li{
        border-bottom: 1px solid rgb(218, 218, 218);
        padding: 10px 0;
    }
    .m4Cont2 ul li:last-of-type{
        border: none;
    }
    .m4Cont2 ul::before, .m4Cont2 ul::after{
        display: none;
    }
    .m4C2box::before, .m4C2box::after{
        display: none;
    }
    .m4C2box{
        border: none;
        padding: 0;
    }
    .m4C2box h4 {
        font-size: 14px;
        height: auto;
        display: block;
        overflow: visible;
    }
    .m4C2box p{
        font-size: 12px;
    }
    .m3Banner{
        margin: 0;
        margin-top: 20px;
    }
    footer{
        padding-top: 20px;
    }
    .footerInfo{
        width: 100%;
    }
    .footerNav{
        display: none;
    }
    .footerInfo div{
        display: block;
        text-align: center;
        margin-top: 16px;
    }
    .inMainNav{
        display: block;
        padding: 10px;
        border-radius: 4px;
        transform: translateY(-30px);
    }
    .inMainNav_l li{
        font-size: 14px;
    }
    .inMainNav_r{
        text-align: left;
        margin-top: 10px;
    }
    .inMainNav_l li, .inMainNav_r li{
        padding: 0px 5px;
    }
    .inMainNav_r li img{
        margin: 0;
    }
    .aboutTitle h4{
        font-size: 24px;
    }
    .about2{
        padding: 30px 0;
    }
    .about31L{
        width: 100%;
        padding: 20px;
    }
    .about31L div{
        position: static;
        margin-top: 20px;
    }
    .about31L h4{
        font-size: 24px;
        margin-bottom: 14px;
    }
    .about31L div >p:first-of-type{
        font-size: 24px;
    }
    
    .courseTitle h4{
        font-size: 24px;
    }
    .courseList li::before{
        left: 6px;
        transform: none;
    }
    .courseBox{
        width: 100%;
    }
    .courseCont h4{
        font-size: 20px;
    }
    
    .courseList li{
        padding: 20px 0;
    }
    .courseList li:nth-of-type(2n-1) .courseBox{
        padding-left: 110px;
    }
    .courseImg{
        width: 80px;
        height: 80px;
    }
    .courseList li:nth-of-type(2n-1) .courseImg{
        left: 20px;
    }
    .courseList li:nth-of-type(2n) .courseBox{
        padding-right: 0;
        padding-left: 110px;
        text-align: left;
    }
    .courseList li:nth-of-type(2n) .courseImg{
        right: auto;
        left: 20px;
    }
    .courseList li >span{
        top: 58px;
        left: 0px;
        transform: none;
    }
    .courseList li .courseBox:hover ~ span{
        left: -3px;
        top: 54px;
        width: 18px;
        height: 18px;
    }
    /* .courseList li .courseBox:hover ~ span{
        background-color: rgb(195, 13, 35);
        width: 23px;
        height: 23px;
        border: 4px solid rgb(230, 162, 170);
        top: 64px;
    } */
    
    .courseBox::before{
        display: none;
    }
    .courseList >img{
        margin: 0;
        transform: translateX(-12px);
    }
    .courseList >p{
        text-align: left;
        margin-top:40px;
    }
    .projectDtTitle h4{
        font-size: 24px;
    }
    .jtywImg{
        position: relative;
        width: 100%;
    }
    .jituanyewu li:nth-of-type(2n-1),
    .jituanyewu li:nth-of-type(2n){
        padding: 0;
    }
    .jtywCont{
        margin-top: 20px;
    }
    .jtywCont h4{
        font-size: 20px;
    }
    .jtywCont span{
        margin: 10px 0;
    }
    .jtywCont div{
        margin-top: 20px;
    }
    .jtywCont{
        min-height: auto;
    }
    .dckf1_title h4{
        font-size: 24px;
    }
    .dckf1Cont{
        padding: 20px;
    }
    .dckf1Num h4{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .dckf1Num h4 span{
        font-size: 12px;
    }
    .dckfBanner .dckfpagination span.swiper-pagination-bullet{
        margin: 0px 5px;
    }
    .list3 li{
        -webkit-flex-basis: 48%;
        flex-basis: 48%;
        -webkit-flex-shrink: 0;
        -webkit-flex-grow: 0;
        flex-shrink: 0;
        flex-grow: 0;
        -webkit-box-flex: 0 0 48%;
        -webkit-flex: 0 0 48%;
        flex: 0 0 48%;
    }
    .projectCont h4{
        font-size: 14px;
    }
    .projectCont p{
        font-size: 12px;
    }
    .projectCont{
        padding: 10px;
    }
    .navPages li a{
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .newLImg span{
        font-size: 12px;
    }
    .newLCont{
        padding: 10px;
    }
    .newLCont h4{
        font-size: 14px;
    }
    .newLCont p{
        font-size: 12px;
    }
    .newdtTitle h4{
        font-size: 20px;
    }
    .newsdtbox{
        padding: 0;
        padding-top: 30px;
        margin: 0;
    }
    .detailBox{
        padding: 0px 15px;
    }
    .newdetail{
        display: block;
    }
    .newsdtList{
        margin-top: 20px;
        width: 100%;
    }
    .renli1{
        transform: none;
        margin-top: 20px;
    }
    .renli1 img{
        width: 100%;
    }
    .renli1text h4{
        font-size: 20px;
    }
    .renli1text div{
        position: relative;
        padding: 0px 20px;
        margin-top: 20px;
        width: 100%;
        right: auto;
        left: 0;
        text-align: right;
        bottom: 0;
    }
    .renli1text{
        padding: 20px;
    }
    .renli2{
        margin-top: 20px;
    }
    .renli2 li .renli2Cont,
    .renli2 li.active .renli2Cont{
        display: block !important;
    }
    .renli2Text{
        padding: 20px 10px;
    }
    .contactTitle h4{
        font-size: 24px;
    }
    .contactTitle p{
        font-size: 20px;
    }
    .contact1{
        display: block;
    }
    .contact1Info h4{
        font-size: 20px;
    }
    #mapBox{
        height: 300px;
    }
    .contact1Map{
        margin-top: 30px;
    }
    .contact1Info a{
        margin-top: 20px;
    }
    .contact2Title h4{
        font-size: 24px;
    }
    .contact2 .list3{
        display: block;
    }
    .contact2 .list3 li{
        margin-bottom: 20px;
    }
    .contact2 textarea{
        margin-top: 0;
    }
    .renli1text div img{
        max-width: 100%;
    }
    .courseList ul::after{
        left: -9px;
        transform: none;
        width: 30px;
        height: 30px;
        bottom: -26px;
    }
    .about31{
        display: block;
    }
    .main1Logo{
        margin: 20px 0;
    }
    .courseCont h4 span{
        font-size: 14px;
    }
    .dckf1Text{
        margin-top: 30px;
    }
    .dckfImg{
        margin-top: 10px;
    }
    .projectDtMtitle span{
        font-size: 24px;
    }
    .contact1Info div,
    .contact2{
        padding: 20px 15px;
    }
    .contact2 form >input[type="submit"]{
        width: 180px;
        height: 45px;
        line-height: 45px;
    }
    .newdtOther img{
        display: block;
    }
    .gotop{
        right: 10px;
    }
}