.pcbody{
    width: 100%;
    height: 100%;
    background: url(../images/modelbgc.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.pcbody .nav{
    box-sizing: border-box;
    background: #EDF0ED;
    width: 100%;
    height: 80px;
    line-height: 80%;
    position: relative;
    /* overflow: hidden; */
}
.navactive{
    position: fixed !important;
    top: 0;
    left: 0;
}
.pcbody .nav .clogo{
    position: absolute;
    top: 20px;
    left: 2%;
}
.pcbody .nav .clogo img{
    width: 160px;
    height: 40px;
}
.pcbody .nav .cclose{
    position: absolute;
    top: 20px;
    right: 2%;
}
.pcbody .nav .cclose img{
    width: 40px;
    height: 40px;
}
.pcbody .nav ul{
    margin-left: 20%;
    overflow-x: auto;
    white-space:nowrap;
    /* width: 100%; */
    height: 80px;
}
.pcbody .nav ul::-webkit-scrollbar {display:none;}
.pcbody .nav ul li{
    display: inline-block;
    line-height: 80px;
    height: 80px;
    width: auto;
    text-align: center;
    padding: 0 20px;
    box-sizing:content-box;
    font-size: 20px;
    margin: 0 10px;
}
.nactive{
    background: #1B2462;
    color: #fff;
}
.nconactive{
    display: block !important;
}

.pcbody .con{
    width: 100%;
    padding: 10px 12%;
    overflow-y: auto;
}
.pcbody .con>div{
    display: none;
}
.pcbody .con>div ul li{
    width: 23%;
    margin: 10px 1%;
    text-align: center;
    float: left;
}
.pcbody .con>div ul li img{
    width: 100%;
}
.pcbody .con>div ul li p{
    width: 100%;
    text-align: center;
    font-size:22px;
    font-family:Microsoft YaHei;
    font-weight:400;
    font-style:italic;
    color:rgba(102,102,102,1);
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
}
.pcbody .con>div ul li button{
    width: 120px;
    height: 40px;
    /* line-height: 40px; */
    text-align: center;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(255,254,254,1);
    white-space: nowrap;
    overflow: hidden;
    background-color: #1C2367;
    border: 0;
    border-radius: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1024px){
    .pcbody .nav ul{
        margin-left: 30%;
    }
    .pcbody .nav ul li{
        line-height: 80px;
        height: 80px;
        width: auto;
        text-align: center;
        font-size: 14px;
        margin: 0 10px;
    }
    .pcbody .con>div ul li p{
        font-size:16px;
    }
    .pcbody .con>div ul li button{
        font-size:14px;
        width: 100px;
        height: 30px;
    }
}

/* m */
.mbody{
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../images/modelbgc.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.mbody .nav{
    box-sizing: border-box;
    width: 100%;
    position: relative;
}
.mbody .nav .navlogo{
    height: 50px;
    background: #fff;
    width: 100%;
}
.mbody .nav .clogo{
    position: absolute;
    top: 15px;
    left: 3.2%;
}
.mbody .nav .clogo img{
    width: 91px;
    height: 24px;
}
.mbody .nav .cclose{
    position: absolute;
    top: 15px;
    right: 3.2%;
}
.mbody .nav .cclose img{
    width: 24px;
    height: 24px;
}
.mbody .nav .mcclose{
    position: absolute;
    top: 15px;
    right: 3.2%;
    display: inline-block;
    background: url(../images/fanhui.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
}
.mbody .nav ul{
    width: 100%;
    height: 40px;
    padding: 0 20px;
    overflow-x: auto;
    white-space:nowrap;
    background-color: #eee;
}
.mbody .nav ul::-webkit-scrollbar{display:none;}
.mbody .nav ul li{
    display: inline-block;
    line-height: 40px;
    height: 40px;
    width: 60px;
    text-align: center;
    padding: 0 10px;
    box-sizing:content-box;
    font-size:12px;
}
.nactive{
    background: #1B2462;
    color: #fff;
}
.nconactive{
    display: block !important;
}
.mbody .con{
    width: 100%;
    padding: 10px 0;
    overflow-y: auto;
}
.mbody .con>div{
    display: none;
}
.mbody .con>div ul li{
    width: 48%;
    margin: 10px 1%;
    text-align: center;
    float: left;
}
.mbody .con>div ul li img{
    width: 100%;
}
.mbody .con>div ul li p{
    width: 100%;
    text-align: center;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    font-style:italic;
    color:rgba(102,102,102,1);
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
}
.mbody .con>div ul li button{
    width: 90px;
    height: 30px;
    /* line-height: 40px; */
    text-align: center;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(255,254,254,1);
    white-space: nowrap;
    overflow: hidden;
    background-color: #1C2367;
    border: 0;
    border-radius: 5px;
}

.pcbody .nav .title{
    font-family: MicrosoftYaHei;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 4px;
    color: #333333;
    text-align: center;
    line-height: 80px;
    overflow: hidden;
    height: 80px;
}
.mbody .nav .title{
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 12px;
    letter-spacing: 4px;
    color: #333333;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    height: 40px;
    background-color: #eee;
}