/*header{*/
/*    background: rgba(68, 67, 67, .5);*/
/*}*/
.title-desc h2{
    font-size: 36px;
}
.title-desc-bg{
    position: relative;
}
.title-desc-bg .title-desc{
    text-align: center;
    color: #444343;
}
.title-desc-bg>p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    font-size: 120px;
    color: rgba(243, 152, 0, 0.1);
    font-weight: 600;
    text-align: center;
}
.section1-con{
    padding: 80px 0;
    background-color: #fdfdfe;
}
.section1-con .section1{
    max-width: 1400px;
    margin: 0 auto;
}
.section1-con .section1 .detail{
    margin: 60px 0 30px;
    color: #444343;
    line-height: 2;
    text-indent: 2em;
}
.section1-con .section1 ul{
    display: flex;
    justify-content: space-between;
    color: #f39800;
    font-weight: 600;
    gap: 30px;
    margin-top: 40px;
}
.section1-con .section1 ul li{
    width: calc((100% - 90px) / 4);
    text-align: center;
    padding: 40px;
}
.section1-con .section1 ul li:nth-child(1){
    background: url(../../images/li1.jpg) no-repeat;
    background-size: cover;
}
.section1-con .section1 ul li:nth-child(2){
    background: url(../../images/li2.jpg) no-repeat;
    background-size: cover;
}
.section1-con .section1 ul li:nth-child(3){
    background: url(../../images/li3.jpg) no-repeat;
    background-size: cover;
}
.section1-con .section1 ul li:nth-child(4){
    background: url(../../images/li4.jpg) no-repeat;
    background-size: cover;
}
.section1-con .section1 ul li p:first-child{
    font-size: 40px;
}
.section1-con .section1 ul li p:last-child{
    font-size: 20px;
   
}

.year20-con{
    background-color: #f5f6fa;
    padding: 80px 0;
}
 .title-desc{
    text-align: center;
    margin-bottom: 50px;
    color: #4c4a4a;
}
.title-desc h2{
    font-size: 36px;
}
.year20-con .year20{
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}
.year20-con .year20 ul{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.shouhou-con{
    max-width: 1400px;
    margin: 80px auto;
}

.carousel-item>ul{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.carousel-item>ul>li{
    display: flex;
    width: calc((100% - 20px) / 2);
    background-color: #262651;
    color: #ffffff;
}
.carousel-item>ul>li img{
    max-width: 50%;
}
.carousel-item>ul li ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    text-align: center;
}
.carousel-item>ul li ul li:first-child{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.carousel-item>ul li ul li:last-child{
    font-weight: 400;
}

.global{
    margin: 80px auto;
    max-width: 1400px;
}
.global .left-right{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.global .left-right>li>ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.global .left-right .top-bottom{
   
}
.global .left-right .top-bottom ul{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.kaocha-con{
    background: url(../../images/kaocha-bg.jpg) no-repeat;
    background-size: cover;
}
.kaocha-con .kaocha{
    max-width: 1400px;
    margin: 0 auto;
    padding: 135px 0;
    color: #ffffff;
}
.kaocha-con .kaocha .title-desc{
    color: #ffffff;
}
.kaocha-con .kaocha .title-desc h2{
    color: #ffffff;
}
.kaocha-con .kaocha ul{
    display: flex;
    justify-content: space-evenly;
   
}
.kaocha-con .kaocha ul li{
    padding: 0 60px;
    width: 20%;
    text-align: center;
    position: relative;
}
.kaocha-con .kaocha ul:nth-of-type(1) li{
    font-size: 20px;
    font-weight: 600;
}
.kaocha-con .kaocha ul:nth-of-type(2) li:before{
    content: "";
    background: url(../../images/shape1.png) no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    top: -69px;
    left: 50%;
    transform: translateX(-50%);

}
.kaocha-con .kaocha ul:nth-of-type(2) li:after{
    content: "";
    background: url(../../images/shape2.png) no-repeat;
    width: 11px;
    height: 13px;
    position: absolute;
    top: -59px;
    right: 0;

}
.kaocha-con .kaocha ul:nth-of-type(2) li:last-child:after{
    display: none;
}
.kaocha-con .kaocha .line{
    margin: 50px 0;
    background: linear-gradient(to right,transparent,#f39800,#f39800,#f39800,transparent);
    height: 4px;
    width: 100%;
}

@media (max-width:1400px){
    .section1-con,.year20-con,.shouhou-con,.global,.kaocha-con{
        padding-left: 15px;
        padding-right: 15px;
    }
    .title-desc-bg>p{
        font-size: 100px;
    }
}
@media (max-width:1200px){
    .title-desc-bg>p{
        font-size: 80px;
    }
}
@media (max-width:1080px){
     .title-desc-bg>p{
        font-size: 60px;
    }
    .section1-con .section1 ul li{
        padding: 40px 20px;
    }
    .section1-con .section1 ul li p:first-child{
        font-size: 30px;
    }
    .section1-con .section1 ul li p:last-child{
        font-size: 18px;
    }
    .carousel-item>ul li ul{
        padding: 15px;
    }
    .carousel-item>ul li ul li:first-child{
        font-size: 16px;
    }
    .carousel-item>ul li ul li:last-child{
        font-size: 14px;
    }
    .kaocha-con .kaocha ul li{
        padding: 0 30px;
    }
}
@media (max-width:768px){
    .section1-con,.year20-con{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section1-con .section1 ul{
        gap: 20px;
        flex-wrap: wrap;
    }
    .section1-con .section1 ul li{
        width: calc((100% - 20px) / 2);
    }
    .section1-con .section1 ul li p:first-child{
        font-size: 24px;
    }
    .section1-con .section1 ul li p:last-child{
        font-size: 14px;
    }
    .shouhou-con,.global{
        margin: 40px auto;
    }
    .carousel-item>ul>li{
        flex-wrap: wrap;
    }
    .carousel-item>ul>li img{
        max-width: 100%;
        width: 100%;
    }
    .kaocha-con .kaocha ul li{
        padding: 0 15px;
    }
    .title-desc-bg>p{
       display: none;
    }
    
}
@media (max-width:600px){
    .year20-con .year20 ul{
        flex-wrap: wrap;
    }
     .year20-con .year20 ul li{
         width: 100%;
     }
}
@media (max-width:500px){
    .global .left-right{
        flex-wrap: wrap;
    }
    .global .left-right>li{
        width: 100%;
    }
    .title-desc h2{
        font-size: 30px;
    }
    .section1-con .section1 ul li p:first-child{
        font-size: 20px;
    }
    .section1-con .section1 ul li p:last-child{
        font-size: 12px;
    }
}