* {
    margin: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
input,
select {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

.f-weight {
    font-weight: 600;
}

.t-align {
    text-align: center;
}

.f-style {
    font-style: italic;
}

.t-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.t-overflow-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.b-sizing {
    box-sizing: border-box;
}

.d-flex {
    display: flex;
}

.j-c-center {
    justify-content: center;
}

.j-c-spacebetween {
    justify-content: space-between;
}

.j-c-spacearound {
    justify-content: space-around;
}

.j-c-flexstart {
    justify-content: flex-start;
}

.j-c-flexend {
    justify-content: flex-end;
}

.a-i-center {
    align-items: center;
}

.a-i-flexstart {
    align-items: flex-start;
}

.a-i-flexend {
    align-items: flex-end;
}

.f-d-column {
    flex-direction: column;
}

.f-w-wrap {
    flex-wrap: wrap;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-fixed {
    position: fixed;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.c-pointer {
    cursor: pointer;
}

body {
    font: 15px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif !important;
    background: #f2f9ff;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.layout {
    min-height: 677px;
    background: url(../images/header.png) no-repeat;
    background-size: 100% 677px;
    padding-top: 400px;
    box-sizing: border-box;
}

.AQZT {
    background: #ffffff;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 6px;
    margin-bottom: 25px;
}

.listItem {
    width: 615px;
    padding: 36px 30px 0px;
    box-sizing: border-box;
}

.w580 {
    width: 580px;
}

.w560 {
    width: 560px;
}


.slideBox-1 {
    position: relative;
    height: 374px;
}

.slideBox-1 .slideBtn-1 {
    display: flex;
    position: absolute;
    bottom: 14px;
    right: 20px;
}

.slideBox-1 .slideBtn-1 div {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #7aaac6;
}

.slideBox-1 .slideBtn-1 div.on {
    background: #006cfd;
}

.slideBox-1 .slideBtn-1 div:not(:last-of-type) {
    margin-right: 10px;
}

.AQZTList li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.AQZTList li:not(:last-of-type) {
    margin-bottom: 30px;
}

.AQZTList a {
    color: #151515;
}

.AQZTRContent {
    display: inline-block;
    width: calc(100% - 90px);
    font-size: 16px;
    color: #000000;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    position: relative;
    padding-left: 12px;
}

.AQZTDate {
    color: #b2b2b2;
}

.AQZTRContent::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #0078ff;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.AQZT-1 {
    background: #ffffff;
    border-radius: 6px;
    margin-bottom: 25px;
}

.AQZTTitle {
    width: 473px;
    height: 100px;
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    line-height: 100px;
    background: url(../images/title-BC.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 30px;
}

.navbar {
    background: #eff5ff;
    border-left: 4px solid #1775ff;
    display: flex;
    align-items: center;
    padding: 20px 20px 20px 0px;
    box-sizing: border-box;
}

.AQZTNavbar .navbar:nth-of-type(1) {
    margin-bottom: 20px;
}

.ContentIcon {
    margin: 0px 15px;
}

.GKBZTitle {
    font-size: 20px;
    color: #1b1b1b;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 10px;
}

.GKBZTitleContent {
    color: #1b1b1b;
    line-height: 30px;
}

.more {
    color: #1775ff;
}

.listItem2 {
    padding: 0px;
}

.picFocus {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.picFocus .bd {
    width: 1060px;
    background: #2f7eae;
    margin: 35px auto;
    overflow: hidden;
    padding: 30px;
    box-sizing: border-box;
}

.picFocus .hd ul {
    width: 1060px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}

.picFocus .hd ul li {
    padding-top: 5px;
    float: left;
    text-align: center;
}

.picFocus .hd ul li img {
    width: 235px;
    height: 160px;
    cursor: pointer;
}

.picFocus .hd ul li:not(:last-of-type) {
    margin-right: 40px;
}

.picFocus .bd li {
    vertical-align: middle;
}

.videoTitle {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    margin-top: 35px;
}

.sPrev {
    position: absolute;
    top: 350px;
    left: 0px;
}

.sNext {
    position: absolute;
    top: 350px;
    right: 0px;
}

.slideBox-2 {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .w1200 {
        width: calc(100% - 20px);
        margin: 0 auto;
    }

    .AQZT,
    .AQZTTitle,
    .w560,
    .listItem {
        width: 100%;
    }

    .AQZTTitle img {
        height: 15%;
    }

    .AZQTList {
        margin-top: 25px;
    }

    .AQZT {
        margin-top: 20px;
    }

    .AQZT:last-of-type {
        margin-bottom: 20px;
    }

    .navbar:nth-of-type(2) {
        margin-bottom: 20px;
    }

    .AQZTTitle {
        font-size: 32px;
    }

    .layout {
        min-height: 140px;
        background: url(../images/header.png) no-repeat;
        background-size: 100% 140px;
        padding-top: 80px;
    }

    .slideBox-1 {
        height: 245px;
    }

    .slideBox-1 img {
        width: 100%;
        height: 245px;
    }

    .picFocus .bd,
    .picFocus .hd ul {
        width: calc(100% - 80px);
        margin: 0 auto;
    }

    .picFocus video {
        width: 100%;
        height: 200px;
    }

    .sPrev,
    .sNext {
        top: 150px
    }

    .sPrev img,
    .sNext img {
        width: 40px;
    }

    .picFocus .hd ul li {
        width: 50%;
    }

    .picFocus .hd ul li:not(:last-of-type) {
        margin-right: 0px;
    }

    .picFocus .hd ul li img {
        width: 100%;
        height: auto;
    }
}