*{
    padding:0;
    margin:0;
}
body{
    font-size:16px;
    background-color: #fff;
    font-family: "微软雅黑";
    overflow-x: hidden;
    color: #444;
}

a{
    text-decoration: none !important;
}
li{
    list-style: none;
}
/*菜单栏*/
.menu{
    width: 100%;
    height: 80px;
    background-color: #fff;
    /* border-bottom: 1px solid #efefef; */
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: relative;
    z-index: 99;
}

.menu-box{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.menu-box .menu-list{
    width:660px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menu-box .menu-list .menu-txt{
    width:110px;
    height: 78px;
    border-bottom: 2px solid #fff;
    line-height: 78px;
    font-size: 18px;
    color: #444;
    text-align: center;
    cursor: pointer;
    transition: .3s all linear;
    position: relative;
}
.menu-box .menu-list .selected{
    background-color: #f3f3f3;
    border-bottom: 2px solid #d52428;
    font-weight: bold;
    color: #d52428;
}
.menu-box .menu-list .menu-txt:hover,.menu-txt:hover>a{
    color: #d52428;
}
.menu-txt .pull-down{
    display: none;
    width: 180px;
    position: absolute;
    left: -35px;
    top: 80px;
    text-align:center;
    background-color: #fff;
    z-index: 99;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(141,131,122,0.5);
}
.menu-txt .pull-down li{
    line-height:24px;
    color: #d52428;
    font-size: 16px;
    margin:0;
    letter-spacing: 0.05em;
    padding:12px 20px;
    transition: .3s all linear;
    border-bottom: 1px solid #e3e3e3;
}
.menu-txt .pull-down a:last-child li{
    border: none;
}
.menu-txt .pull-down li:hover{
    color: #fff;
    cursor: pointer;
    background-color: #d52428;
    transition: .3s all linear;
}

.banner-box img {
    width: 100%;
}

/* 内页样式 */
.sub-menu {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    height: 60px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,43,185,0.15);
}
.sub-menu-content{
    width: 1200px;
    margin: 0 auto;
}
.sub-menu p {
    color: #999;
    line-height: 60px;
    margin-left: 20px;
}
.sub-menu img {
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
}
.sub-menu p span {
    color: #999;
    vertical-align: middle;
    cursor: pointer;
}
.sub-menu p .current-page {
    color: #444;
}

.select-page{
    position: absolute;
    top: 0;
    left:0;
    width:60px;
    height:fit-content;
    background-color: #f1f5ff;
    border:1px solid #9dc3e6;
    border-right:none;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;

}
.select-page li{
    width: 60px;
    height:185px;
    writing-mode:vertical-rl;
    font-size: 18px;
    /*font-weight:bold;*/
    text-align: center;
    line-height: 60px;
    letter-spacing: 0.05em;
    color: #007acf;
    transition: .5s all linear;
    border-bottom: 1px solid #CEE2FF;
}
.select-page a:last-child li{
    border-bottom: none;
}
.select-page li:hover{
    background-image: url(../images/tab-bg.png);
    background-size: 100% 100%;
    color: #fff;
    transition: .5s all linear;
    cursor: pointer;
}
.select-page .selected{
    background-image: url(../images/tab-bg.png);
    background-size: 100% 100%;
    color: #fff;
}

.pjrz-box{
    width: 1100px;
    min-width: 1100px;
    margin: 30px auto 15px;
    box-shadow: 0 0 10px rgba(0,43,185,0.08);
    padding: 30px 50px;
    background-color: #fff;
}
.pjrz-box h1 {
    font-size: 20px;
    color: #d52428;
    margin-bottom: 20px;
}
.pjrz-box p{
    text-indent: 2em;
}
.txt-content {
    line-height: 32px;
    color: #696969;
}

.bzjs-box{
    width: 1200px;
    margin: 30px auto 0;
    position: relative;
}
.bzjs-iso{
    width: 1040px !important;
    min-width: 1040px !important;
    padding: 30px 50px !important;
    background-color: #fff !important;
    margin-left: 60px !important;
    background-color: #fff !important;
    margin-top: 30px !important;
}

.bottom{
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding: 20px;
    line-height:26px;
    border-top: 3px solid #d52428;
}