@charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{
    margin:0;
    padding:0;
    font-family:"Microsoft Yahei",'PingFang SC','Helvetica Neue','Hiragino Sans GB',SimSun;
}
li{
    list-style: none;
}

@font-face{
    font-family:myFont;
    src:url('../font/Alibaba-PuHuiTi-Light.ttf'),url('../font/Alibaba-PuHuiTi-Light.woff');
}
@font-face{
    font-family:myFont1;
    src:url('../font/Alibaba-PuHuiTi-Regular.ttf'),url('../font/Alibaba-PuHuiTi-Regular.woff');
}
@font-face{
    font-family:myFont2;
    src:url('../font/Alibaba-PuHuiTi-B.ttf'),url('../font/Alibaba-PuHuiTi-B.woff');
}
@font-face{
    font-family:myFont3;
    src:url('../font/Alibaba-PuHuiTi-H.ttf'),url('../font/Alibaba-PuHuiTi-H.woff');
}
@font-face{
    font-family:myFont4;
    src:url('../font/Alibaba-PuHuiTi-Medium.ttf'),url('../font/Alibaba-PuHuiTi-Medium.woff');
}
.web-font{font-family:myFont;}
.web-font1{font-family:myFont1;}
.web-font2{font-family:myFont2;}
.web-font3{font-family:myFont3;}
.web-font4{font-family:myFont4;}

/*banner*/
.index-banner img,.ny-banner img{
    width: 100%;
    display: block;
}
.index-banner .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    opacity: 0.6;
    background:#fff;
    border-radius: 50px;
    margin:0 7px !important;
}
.index-banner  .swiper-pagination-bullet-active{
    background: #1b91cd;
    opacity: 1;
    border:0;
}

/* 内页banner */
.column-banner{
    position: relative;
    display: flex;
    align-items: center;
    min-width: 1200px;
}
.column-banner img{
    width: 100%;
    height: auto;
}
.column-banner .text-box{
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 42px;
    color: #fff;
    /* margin-top: 50px; */
    
}
.column-banner .area{
    width: 83%;
    /* min-width: 1200px; */
    margin: 0 auto;
    font-family: myFont4;
}
.column-banner .area p{
    font-size: 28px;
    text-transform: uppercase;
    /* margin-top: 5px; */
    font-family: myFont1;
}

/* 数字滚动 */
.cont-1{
    background:#f2f6ff;
    padding:30px 0;
}
.digital{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.digital li{
    width: 25%;
    position: relative;
    font-size: 17px;
    color:#333333;
}
.digital li em{
    font-family: myFont1;
}
.digital li i{
    font-size: 15px;
    color:#333333;
    margin-left: 5px;
    font-family: myFont1;
}
.digital li p{
    color:#1b91cd;
}
.digital li strong{
    font-size: 45px;
    font-family: myFont1;
}
.digital li::before{
    content: '';
    display: block;
    width: 1px;
    height: 75px;
    background: #eaeaea;
    position: absolute;
    top: 17px;
    right: 0;
}
.digital li:last-child:before{
    display: none;
}

/* 标题 */
.title{
    font-size: 40px;
    color:#333333;
    text-align: center;
}
.title .line{
    width: 70px;
    margin: 10px auto 15px;
}
.title p{
    font-size: 16px;
    color:#666666;
    font-family: myFont1;
}

/* 精品课程 */
.cont2-list{
    background:#fcfcfc;
    margin-top: 37px;
}
.cont2-list dl{
    width: 25%;
    padding:40px 30px;
    transition: .5s;
}
.cont2-list dl a{
    display: block;
    transition: .5s;
}
.cont2-list dl:hover a{
    margin-top: -5px;
}
.cont2-list dl dt{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin:0 auto;
    box-shadow: 0 6px 15px #bdbdbd;
    overflow: hidden;
}
.cont2-list dl dt img{
    border-radius: 50%;
    transition: .5s;
    width: 100%;
    height: 100%;
}
.cont2-list dl dd{
    text-align: center;
    margin-top: 23px;
}
.cont2-list dl dd h5{
    color:#333333;
    font-size: 22px;
    font-family: myFont4;
}
.cont2-list dl dd i{
    width: 28px;
    height: 2px;
    background: #e9301b;
    display: block;
    margin:20px auto 25px;
}
.cont2-list dl dd p{
    font-size: 15px;
    color:#676767;
    font-family: myFont1;
    line-height: 28px;
}
.cont2-list dl:hover{
    background:#1b91cd;
}
.cont2-list dl:hover dt img{
    transform: scale(1.04);
}
.cont2-list dl:hover dd h5,
.cont2-list dl:hover dd p{
    color:#fff;
}
.cont2-list dl:hover dd i{
    background:#fff;
}
.cont2-ad dl{
    display: flex;
    cursor: pointer;
    transition: .5s;
}
.cont2-ad dl:hover{
    margin-top: -5px;
}
.cont2-ad dl dt{
    height: 56px;
    line-height: 56px;
}
.cont2-ad dl dt img{
    display: inline-block;
    vertical-align: middle;
}
.cont2-ad dl dd{
    margin-left: 15px;
}
.cont2-ad dl dd h5{
    font-size: 21px;
    color:#333333;
}
.cont2-ad dl dd p{
    font-size: 14px;
    color:#333333;
    margin-top: 4px;
}

/* 查看更多 */
.link-box{
    margin-top: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.link-box a{
    width: 210px;
    height: 68px;
    border:1px solid #1b91cd;
    font-size: 22px;
    color:#1b91cd;
    text-align: center;
    line-height: 68px;
    font-family: myFont1;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
}
/* .link-box a:last-child{
    background:#1b91cd;
    color:#fff;
} */
.link-box a::after{
    display: block;
    content: '';
    width: 100%;
    height: 68px;
    background:#1b91cd;
    position: absolute;
    left: -100%;
    top: 0;
    transition: .5s;
}
.link-box a:hover::after{
    left: 0;
}
.link-box a:hover{
    color:#fff;
}
.link-box a p{
    position: relative;
    z-index: 9;
    transition: .5s;
}

/* 柳猿6大优势 */
.cont-3{
    background: #fafafa;
    position: relative;
    padding:70px 0 120px 0;
}
.cont-3 .bg{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.cont-3 .bg img{
    width: 100%;
    height: auto;
}
.cont3-list{
    margin-top: 100px;
}
.cont3-list .cont3-img img{
    width: 100%;
    height: auto;
}
.cont3-list dl{
    display: flex;
    justify-content: space-between;
    width: 49%;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}
.cont3-list dl:hover dt img{
    transform: rotateY(360deg);
}
.cont3-list dl dt img{
    transition: .5s;
}
.cont3-list dl dd{
    margin-top: 15px;
    width: 74%;
}
.cont3-list dl dd h5{
    font-size: 22px;
    color:#299ed3;
    font-family: myFont4;
    margin-bottom: 6px;
}
.cont3-list dl dd p{
    font-family: myFont1;
    font-size: 15px;
    color:#7d7d7d;
    line-height: 29px;
}
.cont3-list dl:nth-child(2){
    left: 45%;
    top: -11%;
}
.cont3-list dl:nth-child(2) dd h5{
    margin-top: 14px;
}
.cont3-list dl:nth-child(3){
    width: 30% !important;
    right: -40px;
    top: 19%;
}
.cont3-list dl:nth-child(4){
    width: 31% !important;
    right: -9px;
    top: 55%;
}
.cont3-list dl:nth-child(5){
    left: 44%;
    bottom: -58px;
}
.cont3-list dl:nth-child(6){
    justify-content: flex-end !important;
    width: 31% !important;
    left: 64px;
    top: 55%;
}
.cont3-list dl:nth-child(6) dd,
.cont3-list dl:nth-child(7) dd{
    text-align: right;
}
.cont3-list dl:nth-child(7){
    justify-content: flex-end !important;
    width: 31% !important;
    left: 26px;
    top: 13%;
}

/* 精英师资 */
.cont4-list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: auto;
    grid-gap:20px 20px;
    margin-top: 40px;
}
.cont4-list dl{
    width: 100%;
    height: 350px;
    border:1px solid #ededed;
    position: relative;
    overflow: hidden;
}
.cont4-list dl dt{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cont4-list dl dt img{
    width: 100%;
    height: 100%;
    transition: .5s;
}
.cont4-list dl:hover dt img{
    transform: scale(1.04);
}
.cont4-list dl dd{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    top: 100%;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color:#fff;
}
.cont4-list dl dd>div{
    width: 80%;
}
.cont4-list dl dd>div h5{
    font-size: 22px;
    font-family: myFont1;
}
.cont4-list dl dd>div i{
    display: block;
    width: 34px;
    height: 2px;
    background:#fff;
    margin:15px auto 15px;
}
.cont4-list dl dd>div p{
    font-size: 14px;
    font-family: myFont;
    line-height: 25px;
}
.cont4-list dl:hover dd{
    top: 0;
}

/* 校区环境 */
.cont-5{
    background:#fafafa;
}
.cont-5 .cont5-list .cont5-left{
    width: 540px;
    height: 390px;
    overflow: hidden;
    cursor: pointer;
}
.cont-5 .cont5-list .cont5-right{
    width: 54.3%;
}
.cont-5 .cont5-list .cont5-left img,
.cont-5 .cont5-list .cont5-right .cont5-bottom img,
.cont-5 .cont5-list .cont5-right ul li img{
    width: 100%;
    height: 100%;
    transition: .5s;
}
.cont-5 .cont5-list .cont5-left:hover img,
.cont-5 .cont5-list .cont5-right .cont5-bottom:hover img,
.cont-5 .cont5-list .cont5-right ul li:hover img{
    transform: scale(1.02);
}
.cont-5 .cont5-list .cont5-right ul{
    display: flex;
    justify-content: space-between;
}
.cont-5 .cont5-list .cont5-right ul li{
    overflow: hidden;
    cursor: pointer;
    width: 49.4%;
    height: 190px;
}
.cont-5 .cont5-list .cont5-right .cont5-bottom{
    width: 100%;
    height: 190px;
    overflow: hidden;
    margin-top: 10px;
    cursor: pointer;
}

/* 学员活动 */
.xyhd-box{
    font-size: 34px;
    color:#333333;
}
.xyhd-box::before{
    content: '';
    display: block;
    width: 35px;
    height: 2px;
    background: #333333;
    position: absolute;
    top: 26px;
    left: 147px;
}
.xyhd-list .swiper-slide{
    height: 370px;
    position: relative;
}
.xyhd-list .xyhd-img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.xyhd-list .xyhd-img img{
    width: 100%;
    height: 100%;
    transition: .5s;
}
.xyhd-list .swiper-slide:hover .xyhd-img img{
    transform: scale(1.02);
}
.xyhd-list .swiper-slide .xyhd-text{
    padding:10px;
    background:rgba(0, 0, 0, .5);
    color:#fff;
    font-family: myFont1;
    font-size: 16px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: .5s;
}
.xyhd-list .swiper-slide:hover .xyhd-text{
    background:rgba(27, 145, 205, 1);
}

/* 柳猿资讯 */
/* 本例子css */
.www360buy{
    width: 100%;
}
.www360buy .hd ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.www360buy .hd li{
    cursor: pointer;
    width: 145px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color:#333;
    border-radius: 50px;
    border:1px solid #333;
    font-size: 17px;
    font-family: myFont1;
    margin-right: 30px;
    transition: .3s;
}
.www360buy .hd li:last-child{
    margin-right: 0;
}
.www360buy .hd li.on{
    border:1px solid #1b91cd;
    background:#1b91cd;
    color:#fff;
}
.www360buy .bd{
    width: 100%;
    height: auto;
}
.www360buy .lh{
    overflow:hidden;
}
.www360buy .lh li{
    display: flex;
    justify-content: space-between;
}
/* 新闻左边 */
.www360buy .lh .bd-left{
    width: 48%;
}
.www360buy .lh .bd-left .img{
    width: 100%;
    height: 450px;
    overflow: hidden;
}
.www360buy .lh .bd-left .img img{
    width: 100%;
    height: 100%;
    transition: .5s;
}
.www360buy .lh .bd-left:hover .img img{
    transform: scale(1.04);
}
.www360buy .lh .bd-left .text_i{
    display: flex;
    justify-content: space-between;
    background:#1b91cd;
    padding:15px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.www360buy .lh .bd-left .text_i .date_i{
    color:#fff;
    width: 15%;
    margin-top: 2px;
}
.www360buy .lh .bd-left .text_i .des_i{
    font-size: 13px;
    width: 86%;
}
.www360buy .lh .bd-left .text_i .date_i p{
    font-size: 20px;
}
.www360buy .lh .bd-left .text_i .des_i{
    color:#fff;
    font-size: 13px;
}
.www360buy .lh .bd-left .text_i .des_i h5{
    font-size: 17px;
    margin-bottom: 4px;
}
/* 新闻右边 */
.www360buy .lh .bd-right{
    width: 48%;
}
.www360buy .lh .bd-right dl{
    border-bottom: 1px solid #e9e9e9;
    padding:20px 10px;
    position: relative;
    transition: .5s;
    cursor: pointer;
}
.www360buy .lh .bd-right dl dt{
    width: 20%;
    font-size: 14px;
    color:#bcbcbc;
    margin-top: 5px;
}
.www360buy .lh .bd-right dl dt p{
    font-size: 26px;
    color:#5c5c5c;
}
.www360buy .lh .bd-right dl dt img{
    margin:15px 0 0 3px;
}
.www360buy .lh .bd-right dd{
    color:#333;
    font-size: 14px;
    width: 80%;
}
.www360buy .lh .bd-right dd h5{
    font-size: 18px;
}
.www360buy .lh .bd-right dd p{
    line-height: 25px;
    color:#737373;
    margin-top: 8px;
}
.www360buy .lh .bd-right dd span{
    display: block;
    color:#c9c9c9;
    text-transform: uppercase;
    margin-top: 10px;
}
.www360buy .lh .bd-right dl::before{
    display: block;
    content: '';
    width: 0;
    height: 100%;
    background:#fafafa;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .5s;
}
.www360buy .lh .bd-right dl::after{
    display: block;
    content: '';
    width: 0;
    height: 2px;
    background:#1b91cd;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
    transition: .5s;
}
.www360buy .lh .bd-right dl:hover::before{
    width: 100%;
}
.www360buy .lh .bd-right dl:hover::after{
    width: 100%;
}

/* 合作伙伴 */
.cont-7{
    border-top: 1px solid #f7f7ff;
}
.cont7-list ul{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-auto-rows: auto;
    grid-gap: 10px;
}
.cont7-list ul li{
    width: 100%;
    height: 90px;
    border:1px solid #f5f5f5;
    overflow: hidden;
    cursor: pointer;
    transition: .5s;
}
.cont7-list ul li img{
    width: 100%;
    height: 100%;
    transition: .5s;
}
.cont7-list ul li:hover img{
    transform: scale(.95);
}
.cont7-list ul li:hover{
    box-shadow: 1px 1px 15px #eee;
}


/* 面包屑导航 */
.crumbs-box{
    width: 100%;
    line-height: 70px;
    box-shadow: 1px 1px 10px #eee;
}
.crumbs-box ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.crumbs-box ul li a{
    height: 70px;
    margin-right: 55px;
    position: relative;
    cursor: pointer;
    display: block;
    color:#4c4c4c;
    font-size: 17px;
    font-family: 'myFont1';
}
.crumbs-box ul li:last-child a{
    margin-right: 0;
}
.crumbs-box ul li a:hover,
.crumbs-box ul li a.active{
    color:#1b91cd;
}
.crumbs-box ul li a::after{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background:#1b91cd;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: .5s;
}
.crumbs-box ul li a:hover::after,
.crumbs-box ul li a.active::after{
    width: 100%;
}

/* 栏目新闻资讯 */
.news-list-box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 30px;
}
.news-list-box dl{
    background:#fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-bottom: 15px;
}
.news-list-box dl dt{
    height: 240px;
    overflow: hidden;
    margin-bottom: 20px;
}
.news-list-box dl dt img{
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in;
}
.news-list-box dl:hover dt img{
    transform: scale(1.03);
}
.news-list-box dl dd h5{
    font-size: 18px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
    font-family: myFont1;
}
.news-list-box dl:hover dd h5{
    color:#1b91cd;
}
.news-list-box dl dd p{
    color: #666;
    font-size: 14px;
    font-family: myFont1;
}
.news-list-box dl::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background:#1b91cd;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: .5s;
}
.news-list-box dl:hover::after{
    width: 100%;
}

/* 新闻详情 */
.introduce{
    background: #fff;
    margin:50px 0 10px 0;
}
.introduce .intro-con{
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.introduce .intro-con h2{
    font-size: 26px;
    color: #222222;
    margin-bottom: 10px;
    font-family: 'myFont1';
}
.introduce .intro-con span{
    font-size: 15px;
    padding:0 5px;

}
.introduce .intro-text{
    font-size: 16px;
    line-height: 30px;
    color:#464646;
    margin-top: 30px;
    text-align: justify;
    font-family: myFont1;
}
.introduce .intro-text p{
    font-family: myFont1;
}
.introduce .intro-text img{
    max-width: 85%;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.introduce .intro-text table,
.table-nr table{
    width: 100% !important;
}
.introduce .intro-text table tr,
.table-nr table tr{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.introduce .intro-text table tr td,
.table-nr table tr td{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding:10px;
    font-size: 15px;
    line-height: 32px;
}
.table-nr{
    font-size: 15px;
    line-height: 32px;
    color:#222222;
}
.introduce .detail-r-retrun{
    display: flex;
    justify-content: space-between;
}
.introduce .detail-r-retrun .data-box{
    width: 60%;
    display: flex;
    line-height: 35px;
}
.introduce .detail-r-retrun p{
    color: #a7a7a7;
    font-size: 15px;
    margin-right: 30px;
    position: relative;
    font-family: "myFont1";
}
.introduce .detail-r-retrun p .iconfont{
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle;
}
.return-box{
    width: 140px;
    height: 40px;
    background: #1b91cd;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
    color:#fff;
    cursor: pointer;
    border:1px solid #1b91cd;
    transition: .5s;
    font-family: myFont4;
}
.introduce .detail-r-retrun p::after{
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    width: 1px;
    height: 13px;
    right: -15px;
    background: #ccc;
}
.introduce .detail-r-retrun p:last-child:after{
    display: none;
}
.return-box:hover{
    color:#1b91cd;
    background:none;
}

/* 分页 */
.page-box {
    margin-bottom: 60px;
    margin-top: 40px;
}
.page-box div{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.page-box a{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    background:#eee;
    margin: 0 5px;
    border-radius: 50px;
}
.page-box strong{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    background-color: #1b91cd;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
}

/* 内页上一页下一页 */
.news-fh{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e2e2e2;
}
.news-fh ul li,.news-fh ul li a{
    color:#656565;
    font-size: 15px;
    font-family: myFont1;
}
.news-fh ul li:last-child{
    border-top: 0;
    margin-top: 8px;
}
.news-fh ul li a:hover{
    color:#1b91cd;
    text-decoration: underline;
    cursor: pointer;
}

/* 当前位置 */
.location{
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}
.location .iconfont{
    font-size: 20px;
    vertical-align: middle;
}
.location span{
    font-family: 'myFont1';
}


/* 联系我们 */
.ny_content{
    margin: 60px 0;
}
.ny_content .callus_l,.ny_content .callus_r{
    width: 36%;
}
.ny_content .callus_l h1,.ny_content .callus_r h1{
    font-size: 50px;
    font-family: blokcn;
    font-weight: bold;
    height: 60px;
    color: #e5e5e5;
    text-transform: uppercase;
}
.ny_content .callus_l h5,.ny_content .callus_r h5{
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    height: 70px;
    border-bottom: #666666 solid 2px;
}
.ny_content .callus_l img{
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.ny_content .callus_l p{
    text-align: center;
    font-size: 16px;
}
.ny_content .callus_l .code_box{
    display: grid;
    margin-top: 40px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 30px;
}
.ny_content .callus_r ul{
    margin-top: 40px;
}
.ny_content .callus_r ul li{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    border-bottom: #e6e6e6 solid 1px;
    line-height: 50px;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
}
.ny_content .callus_r ul li i{
    font-size: 26px;
}



/* 发展历程 */
.kJieC{
    margin-top: 70px;
}
.kJieCa .kH2,.kWenh .kH2{text-align: center;box-sizing:border-box;}
.kLic{ height: 868px; z-index: 5; margin-top: 40px; }
.kLic:before{ content: ''; display: block; width: 1px; height: 100%; background: #000100; margin: 0 auto }
.kLic:after{ content: ''; display: block; width: 9px; height: 12px; background: url(../images/icon1.png) no-repeat; position: absolute; left:calc(50% - 4.5px); bottom: 0; }
.kChengR,.kChengL{ width:390px; position: absolute;}
.kLic span{ width: 85px; font-size: 18px; font-weight: bold; color: #333; position: relative; float: left;}
.kChengL span em{-webkit-transition: .3s .2s; transition: .3s .2s; width: 42px; height: 1px; display: block; position: absolute; top: 10px; right: 0; background:url(../images/line.jpg) no-repeat -42px 0; }
.kChengR span em{-webkit-transition: .3s .2s; transition: .3s .2s; width: 42px; height: 1px; display: block; position: absolute; top: 10px; left: 0; background:url(../images/line.jpg) no-repeat 42px 0; }
.kChengL span em:after{ content: ''; display: block; width: 5px; background: #000; height: 5px; position: absolute; right: 0; top: -2.5px; opacity: 0; }
.kChengR span em:after{ content: ''; display: block; width: 5px; background: #000; height: 5px; position: absolute; left: 0; top: -2.5px; opacity: 0; }
.kLicBg1{ width: 278px; height: 134px; position: absolute; left: -80px; top:750px; background: url(../images/bg12.png) no-repeat; }
.kLicBg2{ width: 134px; height: 278px; position: absolute; right: -5px; top: 675px; background: url(../images/bg13.png) no-repeat; }
.kLic p{ opacity:1; margin-top: -21px; font-size:13px; width: 305px; padding: 10px; box-sizing: border-box; border: 1px solid #000100; float: right; font-size: 14px; color: #333; line-height: 20px;}
.kLic .kChengR p{ float: left; }
.kLic .kChengR span{ float: right; text-align: right; }
.kChengL{ left: calc(50% + 23px); }
.kChengR{ right: calc(50% + 22px); }
.kChengL:before{ content: ''; display: block; position: absolute; width: 9px; height: 9px; background:#000; border: 1px solid #fff; border-radius: 100%; left: -28.5px; top: 5px; }
.kChengR:before{ content: ''; display: block; position: absolute; width: 9px; height: 9px; background:#000; border: 1px solid #fff; border-radius: 100%; right: -27.5px; top: 5px; }
@media screen and (min-width: 749px) {
.kChengL:hover:before,.kChengR:hover:before{ background: #0473c5; }
.kChengL:hover span em{ background-position: 0 0; }
.kChengR:hover span em{ background-position: 0 0; }
.kChengL:hover span em:after{ opacity: 1;-webkit-transition: .2s; transition: .2s; }
.kChengR:hover span em:after{ opacity: 1;-webkit-transition: .2s; transition: .2s; }
}
.kChengL p{ position: relative;}
.kChengR p{ position: relative;}
.kChengL1{ top: 103px; }
.kChengR2{ top: 204px; }
.kChengL3{ top: 310px; }
.kChengR4{ top: 418px; }
.kChengL5{ top: 520px; }
.kChengR6{ top: 630px; }
.kChengL7{ top: 1030px; }
.kChengR8{ top: 1185px; }
.kChengL9{ top: 1340px; }
.kChengR10{ top: 1495px; }
.kChengL11{ top: 1655px; }
.kChengR12{ top: 745px;}
.kChengR12 span{ width:100px;}
.kQuan{
    width: 120px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    background: #0473c5;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -60px;
    text-transform: uppercase;
}

/* 内页公司简介 */
.about-box{
    background: url(../images/introbg.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 0;
}
.title-a{
    font-size: 36px;
    color:#333;
    text-align: center;
}
.title-a i{
    display: block;
    width: 35px;
    height: 1px;
    background: #1b91cd;
    margin:12px auto 0;
}
.about-list img{
    width: 48%;
    height: 500px;
    object-fit: cover;
}
.about-list .about-des{
    width: 48%;
}
.about-list .about-des p{
    font-family: myFont1;
    line-height: 30px;
    font-size: 16px;
    color:#333;
}

/* 合作伙伴 */
.ny-partner-box{
    background: url(../images/bg8.jpg) no-repeat center top;
    position: relative;
    padding: 80px 0;
    box-sizing: border-box;
    background-attachment: fixed;
}
.ny-partner-box .title-a{
    color:#fff;
    margin-bottom: 35px;
}
.ny-partner-box .title-a i{
    background:#fff;
}
.ny-partner-box .swiper-slide{
    height: 90px;
    overflow: hidden;
    cursor: pointer;
}
.ny-partner-box .swiper-slide img{
    width: 100%;
    height: 100%;
    transition: .5s;
}
.ny-partner-box .swiper-slide:hover img{
    transform: scale(.95);
}

.envir-list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-auto-rows: auto;
    grid-gap: 10px;
}
.envir-list li{
    width: 100%;
    height: 200px;
    cursor: pointer;
}
.envir-list li img{
    width: 100%;
    height: 100%;
    transition: .4s;
}
.envir-list li:hover img{
    transform: scale(1.04);
}

/* 业务范围 */
.part1 .part1-list dl{
    width: 23%;
    padding:30px 25px;
    box-shadow: 1px 2px 10px #eee;
    border-radius: 10px;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: .5s;
}
.part1 .part1-list dl dt{
    margin-bottom: 20px;
}
.part1 .part1-list dl dt h5{
    font-size: 22px;
    color:#333;
    /* transition: color.3s ease-in-out; */
    font-family: myFont4;
}
.part1 .part1-list dl dt i{
    width: 30px;
    height: 2px;
    background:#1b91cd;
    margin:15px auto 0;
    display: block;
}
.part1 .part1-list dl dd{
    font-size: 16px;
    color:#666;
    line-height:28px;
    min-height: 150px;
    font-family: myFont1;
}
.part1 .part1-list dl .math{
    font-size: 53px;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #efefef;
}
.part1 .part1-list dl::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: opacity .3s ease-in-out;
    background-image: url(../images/solveBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    border-radius: 10px;
}
.part1 .part1-list dl:hover::before{
    opacity: 1;
}
.part1 .part1-list dl:hover .math{
    -webkit-text-stroke: 1px #fff;
}
.part1 .part1-list dl:hover dt h5,
.part1 .part1-list dl:hover dd,
.part1 .part1-list dl:hover dd p{
    color:#fff;
}
.part1 .part1-list dl:hover dt i{
    background:#fff;
}
.part1 .part1-list dl:hover{
    margin-top: -5px;
}

/* 产品优势 */
.part2{
    background:#fbfbfb;
}
.part2 .part2-list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    grid-gap:20px 20px;
}
.part2 .part2-list dl{
    display: flex;
    justify-content: space-between;
    box-shadow: 1px 3px 13px #e0e0e0;
}
.part2 .part2-list dl dt{
    width: 40%;
}
.part2 .part2-list dl dt img{
    width: 100%;
    height: 100%;
}
.part2 .part2-list dl dd{
    width: 55%;
}
.part2 .part2-list dl dd h5{
    font-size: 20px;
    color: #333;
    font-family: myFont4;
    margin:15px 0 28px 0;
    position: relative;
}
.part2 .part2-list dl dd .des{
    font-size: 15px;
    color:#666;
    line-height: 24px;
}
.part2 .part2-list dl{
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.part2 .part2-list dl dt img{
    border-top-left-radius: 10px;
}
.part2 .part2-list dl dd h5::before{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #1b91cd;
    position: absolute;
    left: 0;
    bottom: -16px;
}

/* 留言 */
.form-box{
    height: 620px;
    padding: 0 190px;
    background: url(../images/form.png) no-repeat center;
    margin-top: 60px;
    text-align: center;
}
.form-box .form-list{
    padding-top: 180px;
}
.form-box .form-list ul{
    display: flex;
    justify-content: space-between;
}
.form-box .form-list ul li i{
    font-size: 25px;
    color: #0093db;
}
.form-box .message-box ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 60px;
}
.form-box .message-box ul li input{
    background: #efefef;
    line-height: 50px;
    width: 100%;
    color: #333;
    padding-left: 20px;
    font-size: 16px;
}
.form-box .message-box .form_btn{
    width: 260px;
    height: 50px;
    line-height: 50px;
    margin: 50px auto;
    text-align: center;
    font-size: 20px;
    background: #0093db;
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
}