/* 外部盒子居中 */
.kaBao{
    width: 100%;
    max-width: 2880px;
    margin: 0 auto;
}

/* 首页盒子 */
.ka-home{
    margin-top: 100px;
    position: relative;
    width: 100%;
    height: 980px;
    overflow: hidden;
}

/* 页头背景图 */
.homeBjt{
    width: 100%;
    height: 100%;
    object-fit: cover ;
}

/* 梯形遮罩 */
.HSzhezhao{
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    clip-path: polygon(0% 0%, 90% 0%, 50% 100%, 0% 100%);
    background-color: rgba(0, 0, 0, 0.5);
}

/* ka-icon */
.kaXSicon{
    position: absolute;
    left: 15%;
    top: 100px;
}

.kaXSicon img{
    width: 70px;
    height: 70px;
}

/* 本页标题 */
.guanyuKA{
    position: absolute;
    left: 15%;
    top: 200px;
}

.guanyuKA h1{
    font-size: 62px;
    font-family: "黑体";
    color: #cb1f1f;
}

/*本业副标题 */
.guanyuKA2{
    position: absolute;
    left: 10%;
    top: 300px;
}

.guanyuKA2 h2{
    font-size: 118px;
    color: #fff;
    font-family:  'Arial Narrow Bold', sans-serif;
    font-weight: 1000;
    letter-spacing: 5px;
    text-align: left;
    line-height: 120px;
}

/* 介绍文字 */
.kaText{
    position: absolute;
    left: 15%;
    top: 550px;

}

.kaText{
    font-size: 18px;
    color: #fff;
    text-align: left;
}

/* 按钮 */
.qianWang{
    position: absolute;
    right: 10%;
    top: 33%;
}

.qianWang button{
    border: none;
    box-shadow: -1px 1px 5px black;
    background: linear-gradient(#d93333,#fb5470);
    border-radius: 100px;
    padding: 10px;
    cursor: pointer;
}

.diseDH0{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px;
    overflow: hidden;
}

.diseDH{
    width: 100%;
    height: 0;
    background: linear-gradient(#6289ad, #fad0d0);
    border-radius: 100px;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.qianWang button:hover .diseDH{
    height: 100%;
    transition: all 0.6s;
}

.jiantou-dise{
    padding: 5px;
    width: 20px;
    height: 50px;
    border-radius: 100px;
    background-color: #fff;
    position: relative;
    z-index: 10;
}

@keyframes tiao {
    0%{transform: translateY(0);}
    100%{transform: translateY(30px);}
}

.qianWang button img{
    width: 20px;
    animation: tiao 1s infinite alternate ease-in-out;
    
}

.qianWang button p{
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 10;
}

/* 详情页面 ////////////////////////////////////////////////////////////////////////////////////////////////*/
.xqbox{
    position: relative;
    width: 100%;
    height: 880px;
    overflow: hidden;
}

.xqHuanse{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000000;
    z-index: -15;
    

}


/* 背景色 */
.xqColor{
    background: linear-gradient(#7226ff,#160078,#010030,#181818);
    height: 0;
    z-index: -10;
}
.xqColor1{
    background: linear-gradient(#f09410,#bc430d,#181818);
    height: 0;
    z-index: -10;
}
.xqColor2{
    background: linear-gradient(#ff94b2,#f24455,#e5203a,#660f24,#181818);
    height: 0;
    z-index: -10;
}
.xqColor3{
    background: linear-gradient(#e3ef26,#076653,#0c342c,#181818);
    height: 0;
    z-index: -10;
}
.xqColor4{
    background: linear-gradient(#97dde8,#134d80,#082026,#181818);
    height: 0;
    z-index: -10;
}

.xqAllcolor{
    width: 100%;
    transition: all 0.3s;
    position: absolute;
}

/* 控制菜单栏 */
.xqKongZhiTou{
    width: 90%;
    height: 120px;
    margin: 0 auto;
    position: relative;
    
}

.xqKZbox{
    width: 100%;
    position: absolute;
    top: 30%;
}

.xqKZul{
    width: 70%;
    margin: 0 auto;
    display: flex;
    height: 70px;
    border-radius: 100px;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
    user-select: none;
}



.xqKZul li{
    flex:0 0 20%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.6);
    border-right: 1px solid #878787;
    position: relative;
    transition: all 0.2s;
}

/* 点击事件应用 */
.dianjiCDL{
    height: 70px;
    background-color: #cb1f1f;
    color: #fff;
}

.xqKZul li p{
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    z-index: 10;
    margin: 0 auto;
    position: relative;
}

/* 伪元素去除分割线 */
.xqKZul li:last-child{
    border-right: none;
}

.CDLyanSE{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.CDLyanSE div{
    background-color: #e44821;
    width: 100%;
    height: 0;
    transition: all 0.7s;

}

/* 悬浮 */
.CDLSE0:hover .yanSE0{
    height: 100%;
    transition: all 0.4s;
}
.CDLSE1:hover .yanSE1{
    height: 100%;
    transition: all 0.4s;
}
.CDLSE2:hover .yanSE2{
    height: 100%;
    transition: all 0.4s;
}
.CDLSE3:hover .yanSE3{
    height: 100%;
    transition: all 0.4s;
}
.CDLSE4:hover .yanSE4{
    height: 100%;
    transition: all 0.4s;
}

/* 受控页面 */
.xqShouKongText{
    width: 90%;
    height: 700px;
    margin: 20px auto;
}

.XQskbox{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    
}

.XQskul{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% * 5);
    height: 100%;
    display: flex;
    justify-content: space-around;
    transition: all 0.5s;
}

.XQskul li{
    width: 100%;
    height: 100%;
    background-color: #fff;
}

/* 以下为内容页 */
/* kaang */
.jsybox{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ziseDW{
    width: 100%;
    height: 100px;
    background-color: #271243;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* 图片 */
.KAimg{
    width: 100%;
    position: absolute;
    bottom: 90px;
    left: 0;

}

.KAimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 标题 */
.wzxs{
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    text-align: left;
}

.wzxs p{
    color: #f6efff;
    font-size: 320px;
    font-family: "syhei";
    display: inline-block;
    margin: 0 ;
    white-space: nowrap;
    line-height: 220px;
}

/* 介绍页大标题 */
.jsy1BT{
    padding: 20px ;
}

.jsy1BT p{
    position: absolute;
    left: 5%;
    top: 5%;
    margin: 0;
    font-size: 18px;
    text-align: left;
    color: #9a9ada;
}

.jsy1BT h2{
    position: absolute;
    right: 5%;
    top: 10%;
    margin: 0;
    font-size: 102px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: left;
    color: #271243;
    
}

.jsy1BT h3{
    position: absolute;
    right: 5%;
    top: 30%;
    margin: 0;
    font-size: 24px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: left;
    color: #998eb6;
}

.zuobiao{
    width: 200px;
    height: 60px;
    background-color: #abdede;
    position: absolute;
    bottom: 2%;
    left: 5%;
}

.zuobiao img{
    width: calc(100% - 40px);
    padding-top: 5px;
}

.youjiao{
    position: absolute;
    bottom: 2%;
    right: 5%;
    width: 100%;
    height: 20px;
    

    
}

.youjiao p{
    white-space: nowrap;
    right: 0;
    text-align: right;
    color: #fff;
}

/* 企业介绍 */
.qyjsBOX{
    position: relative;
    width: 100%;
    height: 100%;
    
}

.qiyejieshao{
    background-color: #101e4a;
    position: absolute;
    top: 2%;
    left: 0;
    font-size: 38px;
    font-family:"syhei";
    padding:0 20px 0 20px;
    color: #ff8a00;
}

.qyjsBJ{
    width: 100%;
    height: 32%;
    background-color: #ff8a00;
    position: absolute;
    top: 20%;
    left: 0;
}

.chilun{
    width: 320px;
    position: absolute;
    left: 10%;
    top: 13%;
    animation: xuanzhuan 10s linear infinite;
}

.chilun img{
    width: 100%;
}

    @keyframes xuanzhuan {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

.qyjsText{
    width: 50%;
    height: 220px;
    overflow: hidden;
    position: absolute;
    right: 5%;
    top: 20%;
}

.qyjsText h2{
    font-size: 52px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #FFF;

}

.qyjsText p{
    color: #101e4a;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: left;
    text-indent: 2em;
}

/* 文本 */
.wenbenbox{
    position: absolute;
    width: 100%;
    top: 60%;
    left: 0;

}

.wenbenbox ul{
    display: flex;
    justify-content: space-around;
}

.wenbenbox ul li{
    flex: 0 0 25%;
}

.wenbenbox ul li h4{
    padding: 10px 10px 10px 10px ;
    background-color: #101e4a;
    color: #ff8a00;
    border-radius: 100px;
    font-size: 22px;
}

.wenbenbox ul li p{
    color: #101e4a;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.diseyangshi{
    width: 100%;
    height: 40px;
    position: absolute;
    border-radius: 0 100px 0 0;
    bottom: 0;
    left: 0;
    background-color: #ff8a00;
}

/* 合作广泛 */
.hzgf{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.cityTU{
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.cityTU img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gjhzBT{
    position: absolute;
    right: calc(40% - 52.5px);
    top: 10%;
    display:flex ;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.gjhzBT li{
    font-size: 48px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #fff;
    text-align: center;
    line-height: 75px;
    width: 75px;
    height: 75px;
    background-color: #ea758b;
    padding: 5px;
    border-radius: 50%;
    border: #fff 10px solid;
    margin-bottom: 50px;
    
}

.hzTEXTbox{
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
}

.hzTEXT{
    width: 75%;
    height: 45%;
    background-color: #ea758b;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 35px 35px 0 0;
    overflow: hidden;
}

.hzTEXT h2{
    color: #fff;
    padding: 10px 0 10px 0;
    background-color: #33738c;
    text-transform: uppercase;
}

.hzTEXT p{
    color: #fff;
    text-align: left;
    text-indent: 2em;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 18px;
    padding: 20px 50px 15px 50px;

}

.hzTEXT h3{
    position: absolute;
    top: 38%;
    left: 12.5%;
    width: 75%;
    font-size: 32px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #ea758b;
    padding: 10px 0 10px 0;
    border-top: #fff solid 10px;
    background-color: #303030;
    margin-top: 36px;
}

.yygfdcp{
    width: 80%;
    margin: 0 auto;
    margin-top: 100px;

    
}

.yygfdcp img{
    width: 100%;
    animation: xuanzhuan 30s linear infinite ;
}

/* 0444 */
.jszcbox{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.jszcTUbox{
    position: absolute;
    left: 0;
    bottom: 15%;
    background-color: #8fccae;
    width: 50%;
    height: 60%;
}

.jszcTUbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: 20%;
    margin-top: -10%;
}

.wnebenQUYU{
    width: 25%;
    height: 80%;
    position: absolute;
    right: 10%;
    top: 13%;
    
    text-align: left;
}

.wnebenQUYU h4 {
    font-size: 28px;
    padding-top: 15px;
    border-top: #c7d7d4 solid 3px;
    display: inline-block;
    color: #c7d7d4;
}

.wnebenQUYU h2{
    font-size: 42px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom:#076653 3px solid ;
    color: #11382f;
}

.teshuwenzi p{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    text-indent: 2em;
    padding: 10px 40px 10px 10px;
    background-color: #2a8e65;
    border-radius: 15px 0 15px 0;
    color: #fff;

}

.teshuwenzi p span{
    color: #ddf9c7;
    text-indent: 2em;

}

/* 选择我们 */
.xzwmbox{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.xzwmBT{
    width: 60%;
    margin: 0 auto;
    background-color: #134d80;
    padding: 5px 20px;
    border-radius: 0 0 100px 100px;
}
.xzwmBT h2{
    display: inline;
    color: #fff;
    font-size: 28px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    
}

.xzwmTEXT{
    width: 80%;
    margin: 50px auto;
}

.xzwmTEXT ul{
    display: flex;
    flex-direction: column;
}

.xzwmTEXT ul li{
    border: #cee9fd 1px solid;
    background-color: #cee9fd;
    margin-top: 10px;
    display: flex;
    height: 80px;
    overflow: hidden;
}

.xzwmTEXT ul li i{
    display: inline;
    font-size: 20px;
    text-align: left;
    display: flex;
    align-items: center;
    color: #801317;
    margin-left: 20px;
    font-weight: 900;
}

.xzwmTEXT ul li div{
    width: 20%;
    height: 100%;
    background: linear-gradient(90deg,#133280,#136880);
    padding-top: 5px;
    
}

.xzwmTEXT ul li div img{
    width: 70px;
    margin: 0 auto;
}