html,
body,
ul,
li {
    margin: 0;
    padding: 0;
    font-family: 'MicrosoftYaHei';
    color: #090909;
    list-style: none;

}

.headTxt {
    height: 57px;
    line-height: 57px;
    font-size: 26px;
    color: #fff;
    background: #262626;
    padding-left: 152px;

}

.screen .bgtxt {
    position: absolute;
    color: #3089ff;
    font-size: 45px;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    height: 347px;
    line-height: 347px;
    background-clip: text;
    -webkit-background-clip: text;
}

.screen .bgtxt span {
    text-shadow: 2px 0 #fff,
        -2px 0 #fff,
        0 2px #fff,
        0 -2px #fff,
        2px 2px #fff,
        -2px -2px #fff,
        2px -2px #fff,
        -2px 2px #fff;
}

.main {
    width: 1000px;
    margin: 0 auto 50px;
}

.titall {
    margin-top: 20px;
    font-size: 26px;
    color: #040000;
    text-align: center;
    height: 100px;
    line-height: 100px;

}

.titall img {
    width: 102px;
    height: 2px;
    vertical-align: middle;
}

.titletxt {
    text-align: center;
    margin-top: 70px;
}

.tag1 {
    text-align: left;
}

.sonlist {
    display: inline-block;
    height: 85px;
    width: 45%;
    color: #1E1E1E;
    background: linear-gradient(90deg, #DFF1FD 0%, #F5F7F9 100%);
    font-size: 20px;
    /* box-shadow: 2px 2px 14px 3px rgba(0, 0, 0, 0.2); */
    border-radius: 10px;
    padding: 18px 30px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 20px 4% 20px 0;
}

.tag1 .sonlist:nth-child(2n) {
    margin-right: 0;
    margin-left: 5%;
}

.sonlist img {
    width: 33px;
    height: 30px;
    vertical-align: middle;
}

.sonlist h3 {
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 18px;
}

.sonlist>div {
    display: inline-block;
    vertical-align: middle;
    width: 85%;
    margin-left: 10px;
}

.sonlist span {
    color: #515151;
    font-size: 12px;
}

.sonlist2 {
    background-repeat: no-repeat;
    width: 100%;
    height: 220px;
    font-size: 26px;
    color: #515151;
    box-sizing: border-box;
    padding: 35px;
    margin-top: 20px;

}
.sonlist2 .dvimgbg{
    width: 143px;
    vertical-align: middle;
    text-align: center;
}

.sonlist2>div {
    display: inline-block;
    width: 65%;
    vertical-align: middle;
    margin: 0;
}

.sonlist2>div span {
    font-size: 16px;
    color: #888887;
}

.sonlist2 .btns {
    width: 16%;
    text-align: right;
}

.btnbox {
    color:#288FFF ;
    font-size: 14px;
    width: 124px;
    height: 31px;
    line-height: 31px;
    background: #FFFFFF;
    box-shadow: 0px 6px 6px 0px rgba(0, 32, 114, 0.2);
    border-radius: 3px;
    border: 1px solid #288FFF;
    opacity: 0.83;
    cursor: pointer;

}
.btnbox:nth-child(2n){
    margin: 28px 0;
}
.sonlist3 {
    background-repeat: no-repeat;
    width: 100%;
    height: 103px;

}
.centdiv{
    display: inline-block;
    width: 70%;
    height: 100%;
    vertical-align: middle;
    margin-left: 20%;
    color: #fff;
    font-size: 24px;
    padding: 20px 0;
    box-sizing: border-box;
}
.centdiv span{
    font-size: 16px;
}
.sonlist3 img{
    width: 33px;
    height: 30px;
    vertical-align: middle;
    cursor: pointer;
}
.onediv{
    height: 103px;
    line-height: 103px;
    width: 60%;
    margin-left: 20%;
    color: #fff;
    font-size: 24px;
    display: inline-block;
}
.sonlist3 .btns{
    vertical-align: middle;
    display: inline-block;
    width: 16%;
}
.sonlist3 .btns :nth-child(2n){
    margin: 10px 0;
}

.sonlist4 {
    width: 100%;
    height: 76px;
    line-height: 76px;
    text-align: right;
    color: #2F88FF;
    font-size: 18px;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 30px 0;

}
.sonlist4 span{
    cursor: pointer;
}
.tag4 .pagelist {
    display: inline-block;
    width: 45%;
    background: #ecf5ff;
    color: #515151;
    font-size: 16px;
    font-weight: bold;
    margin: 20px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 5px;
}

.tag4 .pagelist p {
    color: #A4A4A4;
    font-size: 14px;
    font-weight: normal;
}

.tag4 .pagelist:nth-child(2n) {
    margin-left: 3.5%;
}