.nav-1-box{
    width: 1200px;
    margin: 0 auto;
    /* height: 132px; */
    overflow: hidden;
}
.nav-1-box>table{
   width: 100%;
}
.nav-1-imgbox{
    display: inline-flex;
    line-height: 60px;
    width: 200px;
    margin-right: 15px;
    align-items: center;
}
.nav-1-imgbox::after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #eee;
    vertical-align: middle;
    margin-left: 25px;
}
#nav1list>li{
    float: left;
    margin-right: 60px;
    line-height: 100px;
    vertical-align: middle;
    font-size: 14px;
}
#nav1list>li>a{
    color: #333333;
}
#nav1list>li>a:hover{
    color: #207ad6;
}
#nav1list>li:nth-of-type(1)>a{
    font-size:20px;
    font-family:FZLanTingHeiS-H-GB, Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight:bold;
    /*line-height: 125px;*/
    color: #207ad6;
}
.nav1-button-box{
    float: right;
    /*line-height: 120px;*/
}
.nav1-button{
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    color: #FFFFFF;
    text-align: center;
    background-color: #207ad6;
}
.nav1-button:hover{
    background-color: #1995ff;
}
.flex {
    display: flex;
}
.flex-betweem {
    justify-content: space-between;
}
.flex-center {
    justify-content: center;
}
.flex-align-center {
    align-items: center;
}
.new-tab-style .layui-tab-title{
    border: none;
}
.new-tab-style .layui-tab-title li {
    width: 96px;
    height: 40px;
    background: rgba(255,255,255,0.8);
    color: rgba(0,0,0,0.65);
    box-sizing: border-box;
}
.new-tab-style .layui-tab-title li.layui-this {
    background-color: #D3021B;
    color: #fff;
}
.new-tab-style h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.new-tab-style .layui-tab-content {
    padding: 30px 88px 30px 88px;
    background-color: #fff;
    margin-top: 35px;
}