#cases-swiper-box{
    width: 100%;
    margin: 0 0 6% 0;
}
.cases-swiper{
    min-height: 200px;
}
#cases-swiper{
    width: 100%;
    height: 100%;
}
#cases-swiper .swiper-wrapper{
    width: 100%;
    height: 100%;
}
#cases-swiper .swiper-wrapper .swiper-slide{
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    background-size: cover;
    background-position: center;
}
#cases-swiper .swiper-wrapper .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.case-swiper-left{
    width: 49%;
    height: 33vw;
}
.xc{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.xc-top{
    width: 100%;
    height: 22vw;
    background-color: #f6f6f6;
}
.xc-top img{

}
.xc-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    height: 12vw;
    margin: 15px 0 0 0;
}
.xc-bottom .xc-bottom-pic{
    width: 50%;
    height: 100%;
}
.xc-bottom img{

}
.case-swiper-right{
    width: 49%;
    height: 33vw;
    position: relative;
    padding: 30px 30px 30px 30px;
}
.case-swiper-right-box{}
.case-swiper-right-box h2{
    font-size: 32px;
    color: #20415c;
    font-weight: bold;
}
.case-swiper-right-box p{
    line-height: 30px;
    margin: 6px 0 30px 0;
    font-size: 18px;
    color: #565656;
}
.case-swiper-right-box-tag-list{margin: 0 0 30px 0;}
.case-swiper-right-box-tag-list-item{}
.case-swiper-right-box-tag{
    display: flex;
    justify-content: flex-start;
    gap: 0;
}
.case-swiper-right-box-tag span{font-size: 18px;font-weight: bold;display: block;padding: 10px 20px 10px 20px;}
.case-swiper-right-box-tag span:nth-child(odd){
    background-color: #164564;
    color: #fff;
    border: 1px #133f5d solid;
    background-image: url("../img/tag-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.case-swiper-right-box-tag span:nth-child(even){
    border: 1px #164564 solid;
    background-color: #fff;
    color: #0f3550;
    font-weight: normal;
}
.case-swiper-right-box-desc{
    font-size: 18px;
    color: #313131;
    margin: 15px 0 15px 0;
}
.case-swiper-navigation{
    position: absolute;
    background-color: #fff;
    margin: 30px 0 0 0;
}
.case-swiper-navigation .case-swiper-button-next{
    width: 55px;
    height: 55px;
    left: 75px;
    border-radius: 50%;
    background-color: #f5f5f5;
    background-image: url("../img/case/case-btn-right-baack.png");
    background-repeat: no-repeat;
    background-position: center;
}
.case-swiper-navigation .case-swiper-button-next:after{
    content: '';
}
.case-swiper-navigation .case-swiper-button-next:hover{
    background-color: #20415c;
    background-image: url("../img/case/case-btn-right-white.png");
}
.case-swiper-navigation .case-swiper-button-prev{
    width: 55px;
    height: 55px;
    background-color: #f5f5f5;
    border-radius: 50%;
    background-image: url("../img/case/case-btn-left-baack.png");
    background-repeat: no-repeat;
    background-position: center;
}
.case-swiper-navigation .case-swiper-button-prev:after{
    content: '';
}
.case-swiper-navigation .case-swiper-button-prev:hover{
    background-color: #20415c;
    background-image: url("../img/case/case-btn-left-white.png");
}
.case-swiper-navigation .case-swiper-button-next.swiper-button-disabled, .case-swiper-navigation .case-swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.case-swiper-en{
    margin: 3% 0 3% 0;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.case-swiper-en h3{}

.khgh01{
    position: relative;
}
.khgh01 img{
    width: 100%;
}
.khgh02{position: absolute;top: 0;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;width: 100%;height: 100%;text-align: center;flex-direction: column;}
.khgh02 p{color: #fff;white-space: nowrap;margin: 1% 0 1% 0;}
.khgh02 p:first-child{
    width: 100%;
    font-size: 32px;
    font-weight: bold;
}
.khgh02 p:last-child{
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: lighter;
}
.p-top{
    padding: 3% 0 5% 0;
}
.khgh03{}
.khgh03 ul{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.khgh03 ul li{
    width: 32%;
    padding: 4% 0 4% 0;
    background-color: #f8f8f8;
    transition: all 0.8s;
}
.khgh03 ul li .khgh03-box{display: flex;align-items: center;justify-content: center;gap: 15px;}
.khgh03 ul li .khgh03-box .khgh03-box-pic{
}
.khgh03 ul li .khgh03-box .khgh03-box-pic img{
}
.khgh03 ul li .khgh03-box .khgh03-box-desc{}
.khgh03 ul li .khgh03-box .khgh03-box-desc p{
    margin: 1% 0 1% 0;
}
.khgh03 ul li .khgh03-box .khgh03-box-desc p:first-child{
    font-size: 24px;
    font-weight: bold;
}
.khgh03 ul li .khgh03-box .khgh03-box-desc p:last-child{
    font-size: 18px;
}
.khgh03 ul li:hover{
    background-color: #284a68;
}
.khgh03 ul li:hover .khgh03-box-pic img{
    filter: invert(1);
}
.khgh03 ul li:hover .khgh03-box-desc p{
    color: #fff;
}
.khgh04{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 30px 0 30px 0;
}
.khgh04 h3{
    font-size: 26px;
    font-weight: bold;
}
.khgh04-l{
    width: 25px;
    height: 3px;
    background-color: #17344e;
}
.text-c{
    text-align: center;
}
.khgh05{}
.khgh05 ul{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.khgh05 ul li{
    width: 32%;
    padding: 6% 0 6% 0;
    background-color: #f8f8f8;
    transition: all 0.8s;
}
.khgh05 ul li .khgh03-box{display: flex;align-items: center;justify-content: center;gap: 15px;}
.khgh05 ul li .khgh03-box .khgh03-box-desc{}
.khgh05 ul li .khgh03-box .khgh03-box-desc p{
    margin: 1% 0 1% 0;
}
.khgh05 ul li .khgh03-box .khgh03-box-desc p:first-child{
    font-size: 40px;
    font-weight: bold;
}
.khgh05 ul li .khgh03-box .khgh03-box-desc p:last-child{
    font-size: 20px;
}
.khgh05 ul li:hover{
    background-color: #284a68;
}
.khgh05 ul li:hover .khgh03-box-desc p{
    color: #fff;
}
.khgh06{

}
.khgh06-box{
    display: flex;
    justify-content: space-between;
}
.khgh06-box-l{
    width: 40%;
    padding: 160px 0 0 0;
}
.mod-o{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 135px 0;
    gap: 15px;
}
.mod-o-desc{
}
.mod-o-desc h2{
    font-size: 20px;
    font-weight: bold;
    text-align: right;
}
.mod-o-desc h2 span{}
.mod-o-desc h2 span:first-child{
    color: #294d6b;
}
.mod-o-desc h2 span:last-child{
    color: #2a2a2a;
}
.mod-o-c{
    text-align: right;
    margin: 3% 0 0 0;
    font-size: 16px;
    color: #585858;
}
.mod-o-pic{}
.mod-o-pic img{}
.khgh06-box-c{
    padding: 60px 0 0 0;
}
.khgh06-box-c img{}
.khgh06-box-r{
    width: 40%;
}
.mod-j{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 135px 0;
    gap: 15px;
}
.mod-j-desc{}
.mod-j-desc h2{
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}
.mod-j-desc h2 span{}
.mod-j-desc h2 span:first-child{
    color: #294d6b;
}
.mod-j-desc h2 span:last-child{
    color: #2a2a2a;
}
.mod-j-c{
    text-align: left;
    margin: 3% 0 0 0;
    font-size: 16px;
    color: #585858;
}
.mod-j-pic{}
.mod-j-pic img{}
.khgh04-01{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.khgh04-01 h3{
    font-size: 26px;
    font-weight: bold;
}
.khgh04-01-l{
    width: 25px;
    height: 3px;
    background-color: #17344e;
}
.alltitle01{
    margin: 0 0 25px 0;
}
.alltitle02{
    margin: 80px 0 25px 0;
}
.alltitle03{
    margin: 80px 0 15px 0;
}
.khgh07{
    display: none;
}
.khgh07 ul{}
.khgh07 ul li{}
.khgh07 ul li .khgh07-box{}
.khgh07 ul li .khgh07-box .khgh07-box-tp{
    display: flex;
    align-items: center;
    height: 52px;
}
.khgh07 ul li .khgh07-box .khgh07-box-tp .khgh07-box-tp-num{}
.khgh07 ul li .khgh07-box .khgh07-box-tp .khgh07-box-tp-num p{
    width: 52px;
    height: 52px;
    background-color: #193853;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.khgh07 ul li .khgh07-box .khgh07-box-tp .khgh07-box-tp-title{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    padding: 0 0 0 10px;
}
.khgh07 ul li .khgh07-box .khgh07-box-tp .khgh07-box-tp-title h2{

}
.khgh07 ul li .khgh07-box .khgh07-box-tp .khgh07-box-tp-title h2 span{
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}
.khgh07 ul li .khgh07-box .khgh07-box-tp .khgh07-box-tp-title h2 span:first-child{
    color: #294d6b;
}
.khgh07 ul li .khgh07-box .khgh07-box-tp .khgh07-box-tp-title h2 span:last-child{
    color: #2a2a2a;
}
.khgh07 ul li .khgh07-box .khgh07-box-c{padding: 30px 0 30px 0;}
.khgh07 ul li .khgh07-box .khgh07-box-c .khgh07-box-n{display: flex;}
.khgh07 ul li .khgh07-box .khgh07-box-c .khgh07-box-n .khgh07-box-n-pic{
    width: 40%;
}

.khgh07 ul li .khgh07-box .khgh07-box-c .khgh07-box-n .khgh07-box-n-pic img{
    width: 100%;
}
.khgh07 ul li .khgh07-box .khgh07-box-c .khgh07-box-n .khgh07-box-n-desc{
    width: 60%;
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 10px;
}