.pc{
    display: block;
}

.mbl{
    display: none;
}
body{
    color: #666;
}
body, button, input, select, textarea { 
    font-family: 'Arial','siyuan','微软雅黑'; 
}
.m_img{
    display: none;
}

.logo{
    float: left;
}
.m_img{
    float: right;
    margin-left: 12px;
    align-items: center;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}
.m_nav,
.m_img{
    display: none;
}
.m_img a .m_menuimg{
    width: 24px;
    vertical-align: top;
    display: block;
}
.m_nav{
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 10000;
}
.m_nav .closecover{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.m_nav .m_navList{
    position: absolute;
    width: 80%;
    top: 0px;
    background: #fff;
    height: 100%;
    z-index: 100;
    left: -80%;
    padding-top: 66px;
    overflow-y: auto;
}
.m_nav .closeicon{
    position: absolute;
    width: auto;
    right: 16px;
    top: 22px;
    z-index: 105;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
}
.m_nav .closeicon a{
    height: 22px;
    display: block;
}
.m_nav .m_navList ul li:first-child{
    border-top: 1px solid #f0f0f0;
}
.m_nav .m_navList ul li{
    border-bottom: 1px solid #f0f0f0;
}
.m_nav .m_navList ul li .m_f_a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.m_nav .m_navList ul li .m_s_nav{
    display: none;
    width: 100%;
    padding-bottom: 8px;
}
.m_nav .m_navList ul li .m_f_a a{
    flex: 1;
}
.m_nav .m_navList ul li .m_f_a i{
    width: 54px;
    height: 35px;
    box-sizing: border-box;
    padding: 0 5px;
    display: block;
}
.m_nav .icon{
    background: url(404.png) 100% no-repeat;
    background-position: 50% 50%;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}
.m_nav .icon_on {
    background: url(404.png) 50% no-repeat!important;
    background-position: 50% 50%;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}
.m_nav .m_navList ul li .m_s_nav a{
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 5%;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
}
.m_nav .m_navList ul li a{
    display: block;
    height: 45px;
    color: #333;
    line-height: 45px;
    padding-left: 4%;
    font-size: 15px;
}
.m_nav .m_navList ul li .m_f_a i{
    width: 54px;
    height: 35px;
    box-sizing: border-box;
    padding: 0 5px;
    display: block;
}
.tophide .header .m_img a.tow,
.header .m_img a.one{
    display: block;
}
.tophide .header .m_img a.one,
.header .m_img a.tow{
    display: none;
}


.banner{
    position: relative;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header.colbg{
    background-color: rgba(41, 41, 41, .95)
}
.header .container>.ab{
    justify-content: space-between;
    height: 160px;
    align-items: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header.colbg .container>.ab{
    height: 100px;
}
.headLeft{
    align-items: center;
}
.telBox{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.telBox-img{
    margin-right: 15px;
    position: relative;
    top: -2px;
}
.hdtel-lab, .hdtel-tel{
    color: #fff;
}
.hdtel-tel{
    font-size: 24px;
    font-weight: bold;
}
.logo{
    margin-right: 105px;
}
.navLi{
    float: left;
}
.navLi:not(:last-child){
    margin-right: 55px;
}
.navLi .cnspan, .navLi .enspan{
    color: #fff;
    display: block;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.navLi.active .cnspan, .navLi.active .enspan{
    color: #0fc5b6;
}
.navLi .cnspan{
    font-size: 16px;
}

.banDiv{
    position: absolute;
    top: 50%;
    left: 8.854%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 600px;
}
.banDiv .entxt{
    font-size: 24px;
    color: #0fc5b6;
    margin-bottom: 40px;
}
.banDiv .tit{
    font-size: 60px;
    color: #fff;
    margin-bottom: 35px;
}
.banDiv .txt{
    font-size: 20px;
    line-height: 36px;
    color: #fff;
}
.ban-jian{
    align-items: center;
    font-size: 20px;
    color: #fff;
    margin-top: 70px;
}
.ban-jian .icon{
    border: solid 1px #0fc5b6;
    border-radius: 100%;
    margin-right: 35px;
    display: block;
    position: relative;
}
.ban-jian .icon:after, 
.ban-jian .icon:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 1px #0fc5b6;
    border-radius: 100%;
}
.ban-jian img{
    width: 80px;
    animation: jian 1s ease 0s infinite;
}
@keyframes jian{
    0%{
        transform: translateX(-5px);
    }
    50%{
        transform: translateX(5px);
    }
    100%{
        transform: translateX(-5px);
    }
}
@-webkit-keyframes jian{
    0%{
        -webkit-transform: translateX(-5px);
    }
    50%{
        -webkit-transform: translateX(5px);
    }
    100%{
        -webkit-transform: translateX(-5px);
    }
}
@keyframes banico{
    0%{
        transform: scale(1);
        opacity: 1;
    }
    100%{
        transform: scale(1.8);
        opacity: 0;
    }
}
.swiper-pg{
    position: absolute;
    bottom: 20px !important;
    font-size: 0;
    z-index: 3;
    text-align: center;
}
.swiper-pg .swiper-pagination-bullet{
    background-color: #eee;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 8px;
}
.swiper-pg .swiper-pagination-bullet-active{
    background-color: #0fc5b6;
    width: 12px;
}

.idx-title{
    text-align: center;
}
.idx-title .tit{
    font-size: 48px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 25px;
}
.idx-title .tit:after{
    content: "";
    width: 50px;
    height: 3px;
    background-color: #24c3b6;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.idx-title .txt{
    font-size: 30px;
    color: #000;
}
.idx-title.w .tit, .idx-title.w .txt{
    color: #fff;
}

.projBox{
    padding: 120px 0;
}
.projSwp{
    margin-top: 105px;
}
.proj-row{
    display: flex;
    display: -webkit-flex;
}
.proj-col{
    -webkit-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
}
.projDiv{
    display: flex;
    display: -webkit-flex;
    background-color: #fff;
    position: relative;
    height: 340px;
    -webkit-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
}
.projDiv-lt{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.projDiv-lt .title{
    margin-top: 35px;
}
.projDiv-lt .tit{
    font-size: 24px;
    -webkit-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
    color: #000;
    margin-bottom: 5px;
}
.projDiv-lt .entit{
    font-size: 16px;
    line-height: 16px;
    color: #111;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
}
.projDiv-lt .img{
    position: relative;
    display: inline-block;
    font-size: 0;
}
.projDiv-lt .img img{
    -webkit-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
}
.projDiv-lt .img img.b{
    visibility: visible;
    opacity: 1;
}
.projDiv-lt .img img.w{
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}
.projDiv{
    position: relative;
}
.projDiv-rt{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 350px;
    margin-left: 30px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding: 0 40px;
    -webkit-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.projDiv-rt .txt{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #fff;
}
.projDiv-rt .but{
    color: #fff;
    border-bottom: solid 1px #fff;
    padding-bottom: 2px;
    display: inline-block;
}
.projBut{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin-top: 110px;
}
.projBut .a-but{
    width: 200px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    font-style: 16px;
    color: #0fc5b6;
    background-color: #fff;
    margin: 0 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.projBut .swp-prev, .projBut .swp-next{
    background-color: #fff;
}

.idxCase{
    position: relative;
}
.idxCase .imgBg{
    height: 100vh;
}
.idxCase .imgBg img{
    display: none;
}
.idxCase>.container{
    position: absolute;
    top: 105px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}
.idxCaseSwp .swiper-slide{
    position: relative;
}
.idxCaseSwp .text{
    position: absolute;
    top: 50%;
    left: 8.854%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 600px;
    color: #fff;
}
.idxCaseSwp .tit{
    font-size: 48px;
    margin-bottom: 35px;
}
.idxCaseSwp .txt{
    font-size: 20px;
    line-height: 36px;
}
.pgCounts{
    position: absolute;
    top: 50%;
    right: 8.854%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    font-size: 24px;
    font-family: "counts";
}
.pgCounts .dqian{
    font-size: 88px;
    line-height: 70px;
    font-weight: bold;
}
.pgCounts .allct{
    margin-left: 10px;
}
.pgCounts .gang{
    margin: 0 5px 0 10px;
}
.idxCase-sl{
    position: absolute;
    bottom: 70px;
    width: 100%;
    z-index: 2;
}
.idxCase-slBut{
    position: absolute;
    top: 50%;
    left: 8.854%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.idxCase-slSwp{
    width: 53.281%;
    float: right;
}
.idxCase-slSwp .swiper-slide{
    position: relative;
}
.idxCase-slSwp .swiper-slide:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(15,197,182,.4);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.idxCase-slSwp .swiper-slide-active:after{
    visibility: hidden;
    opacity: 0;
}
.sqiaoBut{
    width: 190px;
    height: 56px;
    text-align: center;
    line-height: 54px;
    border: solid 1px #0fc5b6;
    font-size: 16px;
    color: #0fc5b6;
    display: block;
    margin-right: 70px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.seeBut{
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.idxNews{
    background-color: #f2f2f2;
    padding: 95px 0 115px;
}
.moreBut{
    width: 200px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    color: #0fc5b6;
    font-size: 16px;
    display: block;
    margin: auto;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-color: #fff;
}
.idxNews-list{
    margin: 0 -35px;
    margin-top: 55px;
    margin-bottom: 60px;
}
.idxNews-list .swiper-slide{
    width: 33.333%;
    padding: 0 35px;
}
.idxNews-dl dd{
    background-color: #fff;
    position: relative;
    padding: 45px 30px 25px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.idxNews-dl dd .tit{
    font-size: 18px;
    color: #111;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.idxNews-dl dd .txt{
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #555555;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.idxNews-dl dd .date{
    position: absolute;
    top: 0;
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background-color: #0fc5b6;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: #fff;
}
.idxNews-dl dd .date .nm{
    position: relative;
    padding-left: 15px;
    margin-left: 25px;
}
.idxNews-dl dd .date .nm:after{
    content: "";
    width: 1px;
    height: 20px;
    background-color: rgba(255,255,255,.5);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.idxAbo{
    position: relative;
}
.idxAbo .idx-title{
    position: absolute;
    top: 90px;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.idxAbo .imgBox{
    height: 100vh;
}
.idxAbo-text{
    position: absolute;
    top: 50%;
    left: 8.854%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 600px;
    max-width: 50%;
    margin-top: 82.5px;
}
.idxAbo .moreBut{
    margin-left: 0;
}
.idxAbo-text .tit{
    font-size: 60px;
    line-height: 72px;
    color: #111;
    margin-bottom: 30px;
}
.idxAbo-text .txt{
    font-size: 20px;
    line-height: 36px;
    color: #111;
    margin-bottom: 90px;
}
.idxAbo-rbtm{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 44.791%;
    background-color: #0fc5b6;
    height: 29.387%;
    z-index: 2;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    max-height: 180px;
    overflow: hidden;
}
.idxAbo-rbtm .counts{
    font-size: 200px;
    opacity: .1;
    color: #fff;
    line-height: 142px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "counts";
}
.idxAbo-rbtm .tit, .idxAbo-rbtm .entit{
    color: #fff;
}
.idxAbo-rbtm .tit{
    font-size: 24px;
}
.idxAbo-rbtm .entit{
    font-size: 16px;
}
.idxAbo-prev, .idxAbo-next{
    cursor: pointer;
}
.idxAbo-prev{
    margin-right: 80px;
}
.idxAbo-but{
    padding-left: 150px;
    margin-left: 195px;
    position: relative;
}
.idxAbo-but:after{
    content: "";
    width: 1px;
    height: 110px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(255,255,255,.1);
}

.idxLogo{
    background-color: #f2f2f2;
    padding: 95px 0 80px;
}
.idxLogoSwp{
    margin-top: 75px;
}
.idxLogo-row{
    margin: -25px -38px;
}
.idxLogo-col{
    padding: 25px 38px;
}
.idxLogo-col .imgDiv{
    background-color: #fff;
}
.idxLogoSwp-pagination, .khLogoSwp-pagination{
    width: 330px;
    height: 3px;
    background-color: rgba(15,197,182,.3);
    display: block;
    margin: auto;
    margin-top: 70px;
    position: relative;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background-color: rgba(15,197,182,1);
}

.footer{
    background-color: #292929;
}
.footTop{
    padding: 45px 0 90px;
    border-bottom: solid 1px rgba(255,255,255,.1);
}
.footTop .ab{
    justify-content: space-between;
}
.ftLogo{
    margin-top: 50px;
}
.ftDiv .tit{
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}
.ftDiv li a{
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.ftOne{
    width: 390px;
}
.ftOne li{
    width: 33.333%;
    float: left;
}
.footTel{
    font-size: 36px;
    color: #0fc5b6;
    font-weight: bold;
    margin-bottom: 10px;
}
.ftTwo li{
    color: #fff;
    margin-bottom: 15px;
}
.ftEwm{
    display: flex;
    display: -webkit-flex;
    margin: 0 -20px;
}
.ftEwm dl{
    padding: 0 20px;
    text-align: center;
}
.ftEwm dt{
    padding: 6px;
    background-color: #fff;
    font-size: 0;
    width: 110px;
    margin-bottom: 8px;
}
.ftEwm dt img{
    width: 100%;
}
.ftEwm dd{
    color: #fff;
}
.footBtm{
    text-align: center;
    padding: 25px 0;
    color: #fff;
    line-height: 24px;
}
.footBtm a{
    color: #fff;
}

.qdHzuo{
    
    
    
    width: 100%;
    background-color: #0fc5b6;
    padding: 40px 0;
    
    
}
.qdHzuo .ab{
    justify-content: space-between;
}
.qdHzuo .tit{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.qdHzuo .txt{
    font-size: 18px;
    color: #fff;
    margin-bottom: 65px;
}
.qdHzuo .a-but{
    width: 270px;
    height: 56px;
    text-align: center;
    line-height: 54px;
    border: solid 1px #fff;
    font-size: 18px;
    display: block;
    color: #fff;
}
.qdHzuo .qdInp, .qdHzuo .layui-input{
    width: 100%;
    background-color: rgba(0,0,0,0) !important;
    border: solid 1px #fff !important;
    height: 56px;
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
}
.qdHzuo .qdInp::-webkit-input-placeholder, .qdHzuo .layui-input::-webkit-input-placeholder{
    color: #fff;
}
.qdHzuo .but{
    width: 100%;
    height: 56px;
    background-color: #fff;
    font-size: 18px;
    color: #0fc5b6;
    text-align: center;
    border: 0;
}
.qdHzuo-div{
    margin-bottom: 17px;
}
.qdHzuo .layui-form{
    width: 50%;
    max-width: 550px;
}
.layui-form-select dl{
    bottom: auto;
    top: 56px;
}
.qdHzuo-div .layui-form-selectup dl{
    top: auto;
    bottom: 56px;
}
.layui-form-select dl dd.layui-this{
    background-color: #0fc5b6;
}
.layui-form-select dl{
    border: 0;
}
.layui-edge{
    width: 34px;
    height: 34px;
    background: url(../image/sele-jian.jpg) no-repeat center center/100%;
    border: 0 !important;
    right: 10px;
    top: 11px !important;
    margin-top: 0 !important;
}
.xBut{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.serban-entit{
    font-size: 72px;
    line-height: 72px;
    color: #0fc5b6;
    font-weight: bold;
    margin-bottom: 65px;
}
.npgBan{
    margin-top: 50px;
}
.serCol{
    width: 50%;
    float: left;
    position: relative;
}
.serCol .imgDiv{
    position: relative;
    overflow: hidden;
}
.serCol .imgDiv:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.serCol-div{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 64.5%;
    color: #fff;
}
.serCol-div .tit{
    font-size: 48px;
}
.serCol-div .entit{
    font-size: 24px;
}
.serCol-div .list{
    width: 600px;
    max-width: 100%;
    margin: 40px 0;
    height: 108px;
}
.serCol-div .list li{
    width: 25%;
    float: left;
    padding: 8px 0;
}
.ser-moreBut{
    width: 160px;
    height: 46px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    border: solid 1px #fff;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.liuYan{
    background-color: #f2f2f2;
    padding: 120px 0;
}
.liuYan-cl{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background-color: #fff;
    padding: 95px 0;
}
.liuYan-lt{
    width: 50%;
    padding-right: 10px;
}
.liuYan-lt .imgDiv{
    margin-left: -80px;
}
.liuYan-lt .imgDiv img{
    max-width: 779px;
}
.liuYan-lt .txt{
    font-size: 16px;
    line-height: 30px;
    color: #111;
    padding-left: 100px;
    width: 640px;
    margin-top: 40px;
    max-width: 94%;
}
.liuYan-fmdiv{
    margin-bottom: 20px;
}
.liuYan-fmbut{
    margin-top: 40px;
}
.liuYan-fmdiv .fm-inps{
    border-bottom: solid 1px #dbdbdb;
    width: 100%;
    height: 64px;
    font-size: 18px;
}
.liuYan-rt{
    width: 36.708%;
    margin-left: 85px;
}
.liuYan-fmdiv .fm-area{
    padding-top: 20px;
}
::-webkit-input-placeholder{
    color: #999;
}
.liuYan-fmbut .but{
    width: 100%;
    height: 70px;
    font-size: 24px;
    color: #fff;
    background-color: #0fc5b6;
    border: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.caseBox{
    padding: 80px 0 0;
    background-color: #f1f1f1;
}
.npageNav li{
    float: left;
    padding: 0 27px;
    position: relative;
}
.npageNav li:not(:last-child):after{
    content: "";
    width: 2px;
    height: 2px;
    background-color: #111;
    position: absolute;
    right: 0px;
    top: 50%;
}
.npageNav li a{
    font-size: 16px;
    color: #111;
    padding-bottom: 5px;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.npageNav li a:after{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #0fc5b6;
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}
.npageNav li.active a{
    color: #0fc5b6;
}
.npageNav li.active a:after{
    visibility: visible;
    opacity: 1;
}
#wrapper{
    width: 100%;
}
#container{
    position: relative;
    margin: auto;
    margin: 30px -60px;
}
.grid{
    width: 50%;
    min-height: 100px;
    float: left;
    -webkit-transition: top 1s ease, left 1s ease;
    -moz-transition: top 1s ease, left 1s ease;
    -o-transition: top 1s ease, left 1s ease;
    -ms-transition: top 1s ease, left 1s ease;
    padding: 70px 60px;
}
.grid:nth-child(1) a{
    margin-top: 100px;
}
.grid a{
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    flex-direction: row-reverse;
}
.grid .imgholder{
    width: 58.904%;
    position: relative;
}
.grid .imgholder .imgDiv{
    overflow: hidden;
}
.grid .imgholder img{
    width: 100%;
    display: block;
    display: block;
    background: url(404.png) no-repeat center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.grid .imgholder .counts{
    position: absolute;
    left: -30px;
    top: -30px;
    -webkit-text-stroke:1px #0fc5b6;
    font-size: 110px;
    line-height: 82px;
    color: rgba(0,0,0,0);
    font-family: "counts", "Arial";
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
}
.grid .textDiv{
    width: 41.095%;
    padding-right: 50px;
    margin-top: 60px;
}
.grid .bqian{
    font-size: 16px;
    color: #9a9a9a;
    margin-bottom: 15px;
}
.grid .nmTit{
    font-size: 28px;
    color: #111;
}
.grid .txt{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 45px;
}
.grid .seeCase{
    font-size: 16px;
    color: #0fc5b6;
    padding: 6px 0;
    margin-top: 75px;
    display: inline-block;
}

.pagination{
    text-align: center;
    width: 100%;
    margin: 0;
}
.pagination>li{
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
}
.pagination>li>a, .pagination>li>span{
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 5px;
    font-size: 18px;
    color: #0fc5b6;
    font-weight: 400;
    border-color: #fff;
    background-color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.pagination>li.pag-pvnt img{
    display: block;
    width: 100%;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: #0fc5b6;
    border-color: #0fc5b6;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus{
    border-color: #fff;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
    color: #0fc5b6
}

.colBg{
    background-color: #f1f1f1;
}
.caseShd-lt{
    background-color: #fff;
    margin-top: -270px;
    width: 50%;
    padding: 115px 0;
    z-index: 3;
}
.caseShd-lt .divDiv{
    margin-left: 17.708%;
    padding-right: 100px;
}
.caseShd .bqian{
    color: #999999;
    margin-bottom: 15px;
    font-size: 16px;
}
.caseShd .tit{
    font-size: 60px;
    color: #111;
    margin-bottom: 5px;
}
.caseShd .entit{
    font-size: 30px;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.caseShd .txt{
    color: #111;
    line-height: 30px;
    font-size: 16px;
}
.pPai-logo{
    padding-bottom: 105px;
    position: relative;
    margin-bottom: 95px;
}
.pPai-logo:after{
    content: "";
    width: 70px;
    height: 4px;
    background-color: #0fc5b8;
    position: absolute;
    left: 0;
    bottom: 0;
}
.lxlist li, .lxlist span{
    float: left;
    font-size: 16px;
    color: #111;
}
.lxlist span{
    margin: 0 15px;
}
.caseShd{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.caseShd-rt{
    width: 50%;
}
.caseShd-rt .divDiv{
    margin-right: 17.708%;
    padding-left: 100px;
}
.caseShow-img{
    padding-top: 100px;
    padding-bottom: 80px;
}
.caseNtpv .caseNt{
    width: 50%;
}
.caseNtpv .casePv{
    width: 50%;
}
.caseNt, .casePv{
    float: left;
}
.caseNtpv-div{
    position: relative;
}
.caseNtpv-div .imgDiv{
    position: relative;
}
.caseNtpv-div .imgDiv:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.caseNtpv-txt{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 64.583%;
    left: 17.708%;
}
.casePv .caseNtpv-txt .tit, .casePv .caseNtpv-txt .txt{
    padding-right: 110px;
}
.caseNt .caseNtpv-txt .tit, .caseNt .caseNtpv-txt .txt{
    padding-left: 110px;
}
.caseNtpv-txt .tit{
    font-size: 48px;
    color: #fff;
}
.caseNtpv-txt .txt{
    font-size: 24px;
    color: #0fc5b6;
    font-style: italic;
    text-transform: uppercase;
}
.casePv .caseNtpv-txt{
    text-align: left;
}
.caseNt .caseNtpv-txt{
    text-align: right;
}
.caseNtpv .case-img{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.casePv .case-img{
    right: 17.708%;
}
.caseNt .case-img{
    left: 17.708%;
}

.newsBox{
    padding: 75px 0 0;
}
.newList{
    margin-top: 80px;
    margin-bottom: 100px;
}
.newDl:not(:last-child){
    margin-bottom: 80px;
}
.newDl dt, .newDl dd{
    width: 44.936%;
}
.newDl dt{
    position: relative;
}
.newDl dt .imgDiv{
    overflow: hidden;
}
.newDl dt .imgDiv img{
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.newDl dd{
    padding-top: 70px;
}
.newDl .date{
    position: absolute;
    top: 25.219%;
    font-size: 36px;
    font-family: "counts";
    color: #0fc5b6;
}
.newDl .date span{
    font-size: 200%;
}
.newDl:nth-child(2n+1) .date{
    right: 0;
    margin-right: -80px;
}
.newDl:nth-child(2n) .date{
    left: 0;
    margin-left: -80px;
}
.newDl:nth-child(2n+1) dt, .newDl:nth-child(2n) dd{
    float: left;
}
.newDl:nth-child(2n) dt, .newDl:nth-child(2n+1) dd{
    float: right;
}
.newDl .bqian{
    font-size: 16px;
    color: #0fc5b6;
    margin-bottom: 35px;
}
.newDl .tit{
    font-size: 30px;
    color: #111;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.newDl .txt{
    font-size: 18px;
    line-height: 36px;
    color: #111;
}

.newShow{
    padding: 80px 0;
}
.newShow-lt{
    width: 74.05%;
    background-color: #fff;
    float: left;
    padding: 90px 100px;
}
.newShow-lt .titleHd{
    padding-bottom: 35px;
    border-bottom: solid 1px #dbdbdb;
    margin-bottom: 75px;
}
.newShow-lt .tit{
    font-size: 30px;
    color: #000000;
    margin-bottom: 30px;
}
.newShow-lt .bqian{
    color: #999;
}
.newShow-lt .bqian span{
    margin: 0 25px;
}
.bjqBox{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}
.bjqBox img{
    max-width: 100%;
}
.newShow-sidear{
    width: 23.417%;
    float: right;
}
.newShow-sidear .idxNews-dl:not(:last-child){
    margin-bottom: 40px;
}
.newShow-sidear .idxNews-dl .tit{
    font-size: 16px;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}
.newShow-sidear .idxNews-dl .txt{
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #555;
}
.newShow-sidear .idxNews-dl dd{
    padding: 30px 20px 15px;
}
.idxNews-dl .time{
    font-family: "counts";
}
.idxNews-dl .time span{
    font-size: 142.857%;
}

.aboWho{
    align-items: center;
}
.aboWho-lt, .aboWho-rt{
    width: 50%;
}
.aboWho-lt{
    padding-right: 25px;
}
.aboWho-lt .title{
    font-size: 90px;
    font-family: "counts";
    color: #0fc5b6;
    padding-bottom: 65px;
    margin-bottom: 65px;
    position: relative;
}
.aboWho-lt .title .who{
    -webkit-text-stroke: 1px #0fc5b6;
    color: rgba(0,0,0,0);
}
.aboWho-lt .title:after{
    content: "";
    width: 70px;
    height: 4px;
    background-color: #0fc5b6;
    position: absolute;
    bottom: 0;
    left: 0;
}
.aboWho-lt .tit{
    font-size: 48px;
    color: #111;
    font-weight: bold;
    margin-bottom: 20px;
}
.aboWho-lt .slg{
    font-size: 24px;
    color: #111;
    margin-bottom: 40px;
}
.aboWho-lt .txt{
    font-size: 18px;
    line-height: 36px;
    color: #111;
}
.abo-text .title{
    padding-bottom: 45px;
    margin-bottom: 45px;
    position: relative;
}
.abo-text .title:after{
    content: "";
    width: 70px;
    height: 4px;
    background-color: #0fc5b6;
    position: absolute;
    bottom: 0;
    left: 0;
}
.abo-th .ab{
    align-items: center;
}
.abo-thLt{
    padding-right: 25px;
}
.abo-thLt, .abo-thRt{
    width: 50%;
}
.abo-text .entit{
    font-size: 24px;
    color: #0fc5b6;
    font-family: "counts";
    margin-bottom: 10px;
}
.abo-text .tit{
    font-size: 48px;
    color: #111111;
}
.abo-text .txt{
    font-size: 16px;
    line-height: 30px;
    color: #111;
}
.abo-th{
    padding: 120px 0;
}
.abo-fo{
    padding: 150px 0;
}
.abo-fo .btmtxt{
    font-size: 16px;
    line-height: 30px;
    color: #111;
    margin-top: 120px;
}
.abo-thLt .div{
    max-width: 540px;
}
.abo-fo .tactBut{
    width: 460px;
    height: 70px;
    background-color: #0fc5b6;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 70px;
    display: block;
    margin-top: 25px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.khLogoSwp ul{
    overflow: hidden;
    border-right: solid 1px #dbdbdb;
    border-top: solid 1px #dbdbdb;
}
.khLogoSwp li{
    float: left;
    width: 33.333%;
    border: solid 1px #dbdbdb;
    border-right: 0;
    margin-top: -1px;
}
.khLogoSwp li img{
    width: 100%;
    filter: grayscale(100);
    -webkit-filter: grayscale(100);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.abofo-pg{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}
.khLogoSwp-pagination{
    margin: 0 20px !important;
}
.actCounts, .allCounts{
    font-family: "counts";
    color: #0fc5b6;
}
.actCounts{
    font-size: 36px;
    width: 45px;
}
.allCounts{
    font-size: 24px;
}
.abo-fo .ab{
    align-items: center;
}
.tactab{
    display: flex;
    display: -webkit-flex;
}
.tactBox .ulist{
    border: solid 1px #dbdbdb;
    width: 100%;
}
.tactLt, .tactRt{
    width: 50%;
}
.tactLt{
    padding-right: 100px;
}
.tactBox{
    padding: 120px 0;
}
.ulist .nmtit{
    font-size: 18px;
    color: #999999;
    margin-bottom: 20px;
}
.ulist li{
    padding: 45px 50px 40px;
}
.ulist li:not(:last-child){
    border-bottom: solid 1px #dbdbdb;
}
.ulist .stTxt{
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
}
.ulist .cnTxt{
    font-size: 30px;
    line-height: 48px;
    color: #111;
}
.ulist .stTxt span{
    font-size: 36px;
    color: #111111;
    font-family: "counts";
    line-height: 34px;
}
.ulist .stTxt small{
    font-size: 18px;
    margin-left: 20px;
}
.tactMap{
    overflow: hidden;
}

.ulist li, .ulist li .nmtit, .ulist li .stTxt span, .ulist li .stTxt small, .ulist .cnTxt span{
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#map1{
    height: 100% !important;
}
.aboutBox{
    padding: 120px 0;
}
.khLogoSwp li{
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.xfBox{
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    display: none;
}
.xfBox li{
    margin-bottom: 2px;
    position: relative;
    width: 74px;
    height: 74px;
    background-color: #0fc5b6;
}
.xfBox li .div{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.xfBox li .nmtxt{
    color: #fff;
    margin-top: 5px;
}
.xfBox .ewmDiv{
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #fff;
    padding: 5px;
    width: 120px;
    font-size: 0;
    margin-right: 5px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.xfBox .ewmDiv img{
    width: 100%;
}
.xfBox li:hover .ewmDiv,
.xfBox li:hover .telDiv{
    visibility: visible;
    opacity: 1;
}
.xfBox .telDiv{
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    background-color: #0fc5b6;
    color: #fff;
    white-space: nowrap;
    padding: 0 25px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-size: 18px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    letter-spacing: 2px;
    z-index: -1;
}
.xfBox li:hover .telDiv{
    right: 100%;
}
.qdArea{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
	
}


@media screen and (min-width: 1200px){

    .ulist li:hover{
        background-color: #191919;
    }
    .ulist li:hover .nmtit{
        color: #fff;
        opacity: .5;
    }
    .ulist li:hover .stTxt span, .ulist li:hover .cnTxt span{
        color: #24c3b6;
    }
    .ulist li:hover .stTxt small{
        color: #fff;
    }
    .ban-jian:hover img{
        -webkit-animation: jian 0s ease 0s infinite;
        animation: jian 0s ease 0s infinite;
    }
    .ban-jian:hover .icon:after{
        animation: banico 1.5s ease 0s infinite;
    } 
    .ban-jian:hover .icon:before{
        animation: banico 1.5s ease 0.2s infinite;
    }
    .proj-col:hover{
        width: 50%;
        flex-shrink: 0;
    }
    .proj-col:hover .projDiv{
        background-color: #0fc5b6;
    }
    .proj-col:hover .projDiv-lt{
        left: 25%;
    }
    .proj-col:hover .tit, .proj-col:hover .entit{
        color: #fff;
    }
    .proj-col:hover .projDiv-rt{
        visibility: visible;
        opacity: 1;
    }
    .proj-col:hover .projDiv-lt img.b{
        visibility: hidden;
        opacity: 0;
    }
    .proj-col:hover .projDiv-lt img.w{
        visibility: visible;
        opacity: 1;
    }
    .serCol:hover .ser-moreBut{
        visibility: visible;
        opacity: 1;
    }
    .serCol:hover .imgDiv:after{
        background-color: rgba(0,0,0,.3);
    }
    .ser-moreBut:hover{
        background-color: #0fc5b6;
        border-color: #0fc5b6;
    }
    .idxNews-dl:hover dd{
        background-color: #0fc5b6;
    }
    .idxNews-dl:hover dd .tit, .idxNews-dl:hover dd .txt{
        color: #fff;
    }
    .moreBut:hover, 
    .sqiaoBut:hover,
    .projBut .a-but:hover{
        background-color: #0fc5b6;
        color: #fff;
    }
    .seeBut:hover, .newDl:hover .tit, .ftDiv li a:hover{
        color: #0fc5b6;
    }
    .liuYan-fmbut .but:hover, .abo-fo .tactBut:hover{
        box-shadow: 0px 2px 10px 0px #0fc5b6;
    }
    .caseNtpv-div:hover .imgDiv:after{
        background-color: rgba(0,0,0,0);
    }
    .grid:hover .imgholder img, .newDl:hover dt .imgDiv img{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    .grid:hover .imgholder .counts{
        color: #0fc5b6;
    }
    .khLogoSwp li:hover img{
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
    }
    .navLi:hover .cnspan, .navLi:hover .enspan{
        color: #0fc5b6;
    }
    .npageNav li:hover a{
        color: #0fc5b6;
    }

}