@charset "UTF-8";



body{

    background-color: #011d4c !important;

    background-size:100%;

    background-position: top;

    background-repeat: no-repeat;

}





/*栏目名称*/

.plate-section {

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    padding-top: 194px;

    padding-bottom: 119px ;

}

.plate-section>h3{

    font-family: MicrosoftYaHei-Bold;

    font-size: 60px;
    font-weight: bold;
    letter-spacing: 2px;

    color: #ffffff;

}

.title-bottom-line{

    width: 81px;

    height: 2px;

    background-color: #ffffff;

    margin-top: 19px;

}



/*栏目名称*/

.crumbs-section p{

    font-family: MicrosoftYaHei;

    font-size: 16px;

    color: #ffffff;

    display: flex;

}

.crumbs-section p a{

    padding: 0 5px;
    color: #fff;

}

.crumbs-section p a:nth-of-type(1){

    padding: 0 5px 0 0;

}





/*中间内容*/

.content-box{

    margin-top: 100px;

    margin-bottom: 78px;

    padding: 53px 66px 82px;

    background-color: rgba(255, 255, 255, 0.12);

    border-radius: 27px;

    box-shadow: 0px 0px 50px 20px #1983b8 inset;

    position: relative;

}

.content-top-bg{

    width: 401px;

    height: 309px;

    position: absolute;

    top: 0;

    left: 0;

    transform: translate(-15%, -50%);

    z-index: -1;

}

.content-bottom-bg{

    width: 401px;

    height: 309px;

    position: absolute;

    right: 0;

    bottom: 0;

    transform: translate(15%, 50%);

    z-index: -1;

}



.content-title{

    font-family: MicrosoftYaHei;

    font-size: 40px;

    color: #ffffff;

    display: flex;

    align-items: center;

}

.content-title>span{

    width: 81px;

    height: 4px;

    background-color: #ff0000;

    margin-left: 25px;

}

.content-top{

    padding: 80px 0 60px;

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.content-top-lf{

    width: 40%;

    padding-right: 90px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-right: 3px rgba(255,255,255,0.3) dotted;

}

.content-top-lf>img{

    max-width: 100%;

    max-height: 100%;

}

.content-top-rg{

    padding-left: 105px;

    width: 60%;

}

.content-top-rg>h5{

    font-family: MicrosoftYaHei;

    font-size: 24px;

    color: #ffffff;

    padding-bottom: 36px;

}

.content-item{

    display: flex;

    margin-bottom: 13px;

}

.content-item>h5{

    width: 140px;

    height: 44px;

    padding: 10px 0;

    background-color: #00a9e0;

    border-radius: 22px;

    text-align: center;

    font-family: MicrosoftYaHei;

    font-size: 18px;

    color: #ffffff;

}

.content-item>h5>span{

    display: inline-block;

    width: 8px;

    height: 8px;

    background-color: #fafafa;

    margin-right: 10px;

    border-radius: 50%;

}

.content-item-content{

    width: 70%;

    font-family: MicrosoftYaHei;

    font-size: 18px;

    line-height: 40px;

    color: #ffffff;

    padding-left: 23px;

}

.content-bottom-box{

    width: 85%;

}

.content-bottom-title{

    font-family: MicrosoftYaHei;

    font-size: 24px;

    line-height: 30px;

    color: #ffffff;

    padding-bottom: 12px;

}

.content-bottom-content{

    font-family: MicrosoftYaHei;

    font-size: 18px;

    line-height: 30px;

    color: #ffffff;

    padding-bottom: 30px;

}









/*响应式配置*/

@media (max-width:1920px) {

}

@media (max-width:1520px) {

    /*中间部分图片*/

    .content-top-bg{

        transform: translate(0 , -50%);

    }

    .content-bottom-bg{

        transform: translate(0 , 50%);

    }

}

@media (max-width:1400px) {

    /*中间部分图片*/

    .content-top-bg{

        transform: translate(-15% , -50%);

        z-index: auto;

    }

    .content-bottom-bg{

        transform: translate(15% , 50%);

        z-index: auto;

    }

    .content-section{

        padding: 0 25px;

    }

    .content-box{

        overflow: hidden;

    }

}



@media (max-width:1365px) {}



@media (max-width:1199px) {

    /*栏目名称*/

    .plate-section{

        padding-top: 184px;

        padding-bottom: 95px;

    }

    .plate-section>h3{

        font-size: 42px;

    }

    .title-bottom-line{

        width: 56px;

        margin-top: 22px;

    }



    /*中间部分*/

    .content-box{

        padding: 53px 50px 82px;

    }

    .content-top-lf{

        padding-right: 35px;

    }

    .content-top-rg{

        padding-left: 40px;

    }

    .content-item-content{

        flex: 1;

    }

    .content-item-content{

        font-size: 16px;

    }

    .content-bottom-box{

        width: 100%;

    }

}



@media (max-width:990px) {

    /*栏目标题*/

    .plate-section {

        padding-top: 58px;

        padding-bottom: 58px;

    }

    .plate-section>h3 {

        font-size: 32px;

    }

    .crumbs-section p{

        font-size: 16px;

    }



    /*中间内容*/

    .content-section{

        padding: 0 10px;

    }

    .content-box{

        margin-top: 50px;

    }

    .content-title{

        flex-direction: column;

        font-size: 26px;

    }

    .content-title>span{

        width: 55px;

        margin-left: 0;

        margin-top: 15px;

    }

    .content-top{

        flex-wrap: wrap;

    }

    .content-top-lf{

        width: 100%;

        padding-right:0;

        border-right: 0;

        padding-bottom: 30px;

    }

    .content-top-rg{

        width: 100%;

        padding-left: 0;

    }

    .content-top-rg>h5{

        text-align: center;

    }

    .content-bottom-title{

        font-size: 22px;

    }

    .content-bottom-content{

        font-size: 16px;

    }

}



@media (max-width:767px) {

    /*栏目板块*/

    .plate-section{

        padding-top: 40px;

        padding-bottom: 40px;

    }

    .plate-section>h3{

        font-size: 26px;

    }

    .crumbs-section p{

        font-size: 14px;

    }



    /*中间部分*/

    .content-box{

        margin-top: 30px;

        padding: 30px 20px 60px;

    }

    .content-top{

        padding: 30px 0 40px;

    }

    .content-title{

        font-size: 22px;

    }

    .content-title>span{

        width: 38px;

        height: 2px;

        margin-top: 10px;

    }

    .content-top-rg>h5{

        font-size: 20px;

    }

    .content-item>h5{

        width: 110px;

        height: 38px;

        padding: 9px 0;

        border-radius: 19px;

        font-size: 14px;

    }

    .content-item-content{

        width: 100%;

        padding-left: 8px;

        padding-top: 10px;

        font-size: 14px;

        line-height: 24px;

    }

    .content-bottom-title{

        font-size: 18px;

    }

    .content-bottom-content{

        font-size: 14px;

        line-height: 26px;

    }



}