body{
    /*overflow: hidden;*/
}
#cpage01{
    width: 100%;
    height: 200px;
    /*background-size: 100% 100%;*/
    position: relative;
    overflow: hidden;
    /*border: 1px solid red;*/
}
.sabg{
    width: 100%;
    height: 100%;
    /*border: 1px solid red;*/
}
#cpage01 img{
    /*width: auto;*/
    height: 360px;
}
#cpage01 .cbtit{
    color: #FFFFFF;
    z-index: 999;
    position: absolute;
    left: 50%;
    top: 75%;
    margin-left: -25px;
    margin-top: -25px;
    font-size:32px;
    font-weight: 600;
}
#cpage01 .cbtit:after{
   display: block;
    content: "";
    width: 30%;
    height: 5px;
    background: #e3e3e3;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%,-50%);border-radius: 10px;
}
#cpage01 img{
    /*height: 450px;*/
    /*border: 1px solid red;*/
}
.cnav{
    width: 100%;
    min-height: 80px;
    margin-bottom: 20px;
    box-shadow: 0px 5px 10px 0px rgba(230,230,230,0.47);
    box-sizing: border-box;
}
.cnavbox{
    width: 100%;
    min-height: 80px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    padding: 10px 0;
    /*border: 1px solid red;*/
}
.cnavbox .nitem{
    width: 25%;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    margin: 10px 4px;
    padding: 10px 15px;
    border-radius: 5px;
    transition: all 0.1s linear    ;
}
.nitemactive{
    color: #FFFFFF;
    background: #1C73DA;
}
.cnavbox .nitem:hover{
    color: #FFFFFF;
    background: #1C73DA;

}

#cpage0{
    width: 100%;
    min-height: 450px;
    margin: 0 auto;
    /*border: 1px solid red;*/
    font-size: 20px;
    text-indent: 0rem;
    padding: 5px;
    box-sizing: border-box;
}

#cpage0 img{
    width: 100%;
    height: 300px;
    float: none;
    margin-bottom: 20px;
}
.cpage{
    width: 100%;
    min-height: 450px;
    margin: 0 auto;
    padding: 20px;
    /*border: 1px solid red;*/
    display: none;
    transition: all 0.25s linear;
    position: relative;
}
.map{
    width: 100%;
    position: absolute;
    top: 10%;
    left: 0;
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {

}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {

}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
    #cpage01{
        width: 100%;
        height: 450px;
        /*background-size: 100% 100%;*/
        position: relative;
        overflow: hidden;
        /*border: 1px solid red;*/
    }
    .cnav{
        width: 100%;
        min-height: 50px;
        margin-bottom: 20px;
        box-shadow: 0px 5px 10px 0px rgba(230,230,230,0.47);
        box-sizing: border-box;
    }
    .cnavbox{
        width: 80%;
        min-height: 50px;
        margin: 0 auto;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: left;
        /*border: 1px solid red;*/
    }
    .cnavbox .nitem{
        width:10%;
        min-height: 50px;
        line-height: 50px;
        font-size: 18px;
        text-align: center;
        cursor: pointer;
        margin: 0px 1px;
        padding: 5px;
        /*border: 1px solid red;*/
    }
    #cpage0{
        width: 80%;
        min-height: 450px;
        margin: 0 auto;
        /*border: 1px solid red;*/
        font-size: 20px;
        text-indent: 2rem;
        padding: 50px 20px  20px 20px ;
        clear: both;
    }
    #cpage0 img{
        width: 500px;
        height: 500px;
        float: right;
        margin-bottom: 0px;
    }

    .cpage{
        width: 80%;
        min-height: 450px;
        margin: 0 auto;
        /*border: 1px solid red;*/
        display: none;
        transition: all 0.25s linear;
        position: relative;
    }
    .tit{
        font-size: 0.15rem;
        position: relative;
        color: #0b0b0b;
        font-weight: bold;
        text-align: left;
        padding: 20px 0;
    }
    .tit:after{
        display: block;
        content: "";
        width: 4%;
        height: 5px;
        background: #0052D9;
        position: absolute;
        bottom: 10px;
        left: 0px;
    }
    .map{
        position: absolute;
        top: 10%;
        left: 0;
    }
}
