/*# sourceURL=css/style.css */
/*@ sourceURL=css/style.css */
/*@ sourceURL=css/style.css */
@charset "UTF-8";

@-webkit-keyframes nav_two {
    0% {
        top: 80px;
        opacity: 0;
    }

    100% {
        top: 36px;
        opacity: 1;
    }
}

.dt h1 {
    font-size: 1.3rem;
}


@media (max-width: 1430px) {
    .nav .logo1 {
        width: -webkit-calc(83px * 0.56) !important;
        width: -moz-calc(83px * 0.56) !important;
        width: calc(83px * 0.56) !important;
        height: -webkit-calc(83px * 0.56) !important;
        height: -moz-calc(83px * 0.56) !important;
        height: calc(83px * 0.56) !important;
        margin-right: 2px !important;
    }

    .nav .ul_ {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 10px;
    }

    .nav .ul_ li .a {
        padding: 0 3px !important;
        font-size: 16px !important;
    }
}

@media (max-width: 1230px) {
    .logo .logo1 {
        width: -webkit-calc(83px * 0.56) !important;
        width: -moz-calc(83px * 0.56) !important;
        width: calc(83px * 0.56) !important;
        height: -webkit-calc(83px * 0.56) !important;
        height: -moz-calc(83px * 0.56) !important;
        height: calc(83px * 0.56) !important;
        margin-right: 2px;
    }

    .logo .logo2 {
        width: -webkit-calc(446px * 0.56) !important;
        width: -moz-calc(446px * 0.56) !important;
        width: calc(446px * 0.56) !important;
        height: -webkit-calc(43px * 0.56) !important;
        height: -moz-calc(43px * 0.56) !important;
        height: calc(43px * 0.56) !important;
    }
}

@media (max-width: 1080px) {
    .logo .logo1 {
        width: -webkit-calc(83px * 0.56) !important;
        width: -moz-calc(83px * 0.56) !important;
        width: calc(83px * 0.56) !important;
        height: -webkit-calc(83px * 0.56) !important;
        height: -moz-calc(83px * 0.56) !important;
        height: calc(83px * 0.56) !important;
        margin-right: 2px;
    }

    .logo .logo2 {
        width: -webkit-calc(446px * 0.56) !important;
        width: -moz-calc(446px * 0.56) !important;
        width: calc(446px * 0.56) !important;
        height: -webkit-calc(43px * 0.56) !important;
        height: -moz-calc(43px * 0.56) !important;
        height: calc(43px * 0.56) !important;
    }
}

@-moz-keyframes nav_two {
    0% {
        top: 80px;
        opacity: 0;
    }

    100% {
        top: 36px;
        opacity: 1;
    }
}

@media (max-width:820px) {
    .tab-wrap-m {
        flex-wrap: wrap;
    }

    .tab-wrap .tab .tab-box {
        display: none !important;
    }

    .tab-wrap .tab .name {
        width: 200px !important;
    }

    .index .team {
        margin-top: 0;
    }

    .team .team-box .r {
        display: none;
    }
}

@media (max-width:820px) {
    .tab-wrap-m {
        flex-wrap: wrap;
    }

    .tab-wrap .tab .tab-box {
        display: none !important;
    }

    .tab-wrap .tab .name {
        width: 200px !important;
    }

    .index .team {
        margin-top: 0;
    }

    .team .team-box .r {
        display: none;
    }

    .dt h1 {
        font-size: 1.3rem;
    }
}

@keyframes nav_two {
    0% {
        top: 80px;
        opacity: 0;
    }

    100% {
        top: 36px;
        opacity: 1;
    }
}

@-webkit-keyframes nav_two_ {
    0% {
        left: -30px;
        opacity: 0;
    }

    100% {
        left: 0px;
        opacity: 1;
    }
}

@-moz-keyframes nav_two_ {
    0% {
        left: -30px;
        opacity: 0;
    }

    100% {
        left: 0px;
        opacity: 1;
    }
}

@keyframes nav_two_ {
    0% {
        left: -30px;
        opacity: 0;
    }

    100% {
        left: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes and_none1 {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    to {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
}

@-moz-keyframes and_none1 {
    from {
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    to {
        -moz-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes and_none1 {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    to {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        -moz-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
}

.bodyhid {
    width: 100%;
    overflow: hidden;
}

.in-page {
    width: 100%;
    text-align: center;
    padding: 30px;
}

.in-page span {
    display: inline-block;
    font-size: 0.875rem;
    color: #666666;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.in-page .strong {
    border: none;
    background: #0841a9;
    color: #FFFFFF;
}

.in-page a {
    display: inline-block;
    font-size: 0.875rem;
    color: #666666;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.in-page a:hover {
    background-color: #0841a9;
    color: #FFFFFF;
}

.in-page span:hover {
    background-color: #0841a9;
    color: #FFFFFF;
    cursor: pointer;
}

#num-wrap {
    background: none;
    padding: 0;
    border: none;
}

@media (max-width: 768px) {

    .in-page a,
    .in-page span {
        padding: 5px;
    }
}

html {
    font-family: "Microsoft YaHei";
}

body {
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
    position: relative;
}

.main {
    min-height: 600px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body::-webkit-scrollbar {
    width: 5px;
    background: #b1bcbf;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

body::-webkit-scrollbar-thumb {
    width: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #0841a9;
}

.load {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: #1D2630;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.spinner-box {
    width: 300px;
    height: 300px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.circle-border {
    width: 150px;
    height: 150px;
    padding: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #55b0de;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #0841a9), to(#55b0de));
    background: -moz-linear-gradient(bottom, #0841a9 33%, #55b0de 100%);
    background: linear-gradient(0deg, #0841a9 33%, #55b0de 100%);
    -webkit-animation: spin 0.8s linear 0s infinite;
    -moz-animation: spin 0.8s linear 0s infinite;
    animation: spin 0.8s linear 0s infinite;
}

.circle-core {
    width: 100%;
    height: 100%;
    background-color: #1d2630;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.in-page table {
    width: 100%;
    text-align: center;
}

.in-page table table {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.in-page table table td,
.in-page table table a,
.in-page table table div {
    font-size: 18px;
}

.in-page table table tbody tr div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.in-page table table a,
#gotopagebut,
#a269504GOPAGE {
    display: inline-block;
    height: 30px;
    line-height: 30px !important;
    padding: 0 10px !important;
    margin: 3px 0;
}

.bodyhid {
    width: 100%;
    overflow: hidden;
}

.in-page {
    width: 100%;
    text-align: center;
    padding: 30px;
}

.in-page span {
    display: inline-block;
    font-size: 0.875rem;
    color: #666666;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.in-page .strong {
    border: none;
    background: #0841a9;
    color: #FFFFFF;
}

.in-page a {
    display: inline-block;
    font-size: 0.875rem;
    color: #666666;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.in-page a:hover {
    background-color: #0841a9;
    color: #FFFFFF;
}

.in-page span:hover {
    background-color: #0841a9;
    color: #FFFFFF;
    cursor: pointer;
}

#num-wrap {
    background: none;
    padding: 0;
    border: none;
}

@media (max-width: 768px) {

    .in-page a,
    .in-page span {
        padding: 5px;
    }
}

html {
    font-family: "Microsoft YaHei";
}

body {
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
    position: relative;
}

.main {
    min-height: 600px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body::-webkit-scrollbar {
    width: 5px;
    background: #b1bcbf;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

body::-webkit-scrollbar-thumb {
    width: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #0841a9;
}

.load {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: #1D2630;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.spinner-box {
    width: 300px;
    height: 300px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.circle-border {
    width: 150px;
    height: 150px;
    padding: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #55b0de;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #0841a9), to(#55b0de));
    background: -moz-linear-gradient(bottom, #0841a9 33%, #55b0de 100%);
    background: linear-gradient(0deg, #0841a9 33%, #55b0de 100%);
    -webkit-animation: spin 0.8s linear 0s infinite;
    -moz-animation: spin 0.8s linear 0s infinite;
    animation: spin 0.8s linear 0s infinite;
}

.circle-core {
    width: 100%;
    height: 100%;
    background-color: #1d2630;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.in-page table {
    width: 100%;
    text-align: center;
}

.in-page table table {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.in-page table table td,
.in-page table table a,
.in-page table table div {
    font-size: 18px;
}

.in-page table table tbody tr div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.in-page table table a,
#gotopagebut,
#a269504GOPAGE {
    display: inline-block;
    height: 30px;
    line-height: 30px !important;
    padding: 0 10px !important;
    margin: 3px 0;
}

.gk .top-img {
    margin-top: 116px;
    width: 100%;
    height: 380px;
    position: relative;
}

.gk .top-img .bg {
    display: block;
    width: 100%;
    height: 100%;
}

.gk .top-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(8, 65, 169, 0.9)));
    background-image: -moz-linear-gradient(transparent, rgba(8, 65, 169, 0.9));
    background-image: linear-gradient(transparent, rgba(8, 65, 169, 0.9));
    z-index: 1;
}

.gk .top-img .tab-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.gk .top-img .tab {
    width: 1600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.gk .top-img .tab .name {
    width: 340px;
    height: 100px;
    line-height: 100px;
    background-image: url("/qcgcxy/img/name-bg.png");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.gk .top-img .tab .name::before {
    position: absolute;
    left: 13px;
    top: 13px;
    content: "";
    width: 42px;
    height: 3px;
    background-image: url("/qcgcxy/img/name-icon.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.gk .top-img .tab .tab-box {
    padding: 10px;
    overflow-x: auto;
    white-space: nowrap;
}

.gk .top-img .tab .tab-box::-webkit-scrollbar {
    height: 5px;
    background: #b1bcbf;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.gk .top-img .tab .tab-box::-webkit-scrollbar-thumb {
    height: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #0841a9;
}

.gk .top-img .tab .tab-box span,
.gk .top-img .tab .tab-box a {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    margin-right: 5px;
}

.gk .top-img .tab .tab-box img {
    vertical-align: middle;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    margin-top: -3px;
}

.gk .gk-box {
    background-image: url("/qcgcxy/img/gk-bg.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.gk .gk-box .tab-wrap-m {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto 90px auto;
    width: 1600px;
}

.gk .gk-box .tab-wrap-m .tab-m {
    font-size: 20px;
    color: #666;
    background-image: url("/qcgcxy/img/tab-bg.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 236px;
    height: 96px;
    text-align: center;
    line-height: 132px;
    margin: 0 20px;
}

.gk .gk-box .tab-wrap-m .tab-m.act {
    background-image: url("/qcgcxy/img/tab-bg-act.png");
    color: #0841a9;
}

.gk .gk-box .tab-wrap-m .tab-m:hover {
    background-image: url("/qcgcxy/img/tab-bg-act.png");
    color: #0841a9;
}

.gk .gk-box .gk-box1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.gk .gk-box .gk-box1 .l {
    width: 1600px;
    margin: 0 auto;
}

.gk .gk-box .gk-box1 .l .l-box {
    position: relative;
    z-index: 2;
    width: 63%;
}

.gk .gk-box .gk-box1 .l .l-box .title {
    position: relative;
    padding-top: 20px;
}

.gk .gk-box .gk-box1 .l .l-box .title img {
    display: inline-block;
    width: 482px;
    height: 41px;
}

.gk .gk-box .gk-box1 .l .l-box .title::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 90px;
    height: 3px;
    background-color: #0841a9;
}

.gk .gk-box .gk-box1 .l .l-box .text {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url("/qcgcxy/img/gk-bg-mask.png");
    background-repeat: no-repeat;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    background-position: top right;
    height: 410px;
    overflow-y: auto;
}

.gk .gk-box .gk-box1 .l .l-box .text::-webkit-scrollbar {
    width: 5px;
    background: #b1bcbf;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.gk .gk-box .gk-box1 .l .l-box .text::-webkit-scrollbar-thumb {
    width: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #0841a9;
}

.gk .gk-box .gk-box1 .l .l-box .text p {
    font-size: 18px;
    line-height: 50px;
    color: #555;
    text-indent: 36px;
    margin-bottom: 10px;
    text-align: justify;
}

.gk .gk-box .gk-box1 .r {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 54%;
    height: 540px;
}

.gk .gk-box .gk-box2 {
    width: 1600px;
    margin: 0 auto;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.gk .gk-box .gk-box2 .l {
    min-width: 42.7%;
    height: 884px;
}

.gk .gk-box .gk-box2 .r {
    padding-top: 100px;
    padding-left: 80px;
}

.gk .gk-box .gk-box2 .r .p-wrap {
    height: 380px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.gk .gk-box .gk-box2 .r .p-wrap::-webkit-scrollbar {
    width: 5px;
    background: #b1bcbf;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.gk .gk-box .gk-box2 .r .p-wrap::-webkit-scrollbar-thumb {
    width: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #0841a9;
}

.gk .gk-box .gk-box2 .r p {
    font-size: 18px;
    line-height: 50px;
    color: #555;
    text-indent: 36px;
    margin-bottom: 10px;
    text-align: justify;
}

.gk .gk-box .gk-box2 .r .img-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 410px;
    overflow-y: auto;
    overflow-x: hidden;
}

.gk .gk-box .gk-box2 .r .img-wrap::-webkit-scrollbar {
    width: 5px;
    background: #b1bcbf;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.gk .gk-box .gk-box2 .r .img-wrap::-webkit-scrollbar-thumb {
    width: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #0841a9;
}

.gk .gk-box .gk-box2 .r .img-wrap .img {
    width: 268px;
    height: 183px;
    margin-bottom: 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gk .img-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 456;
    display: none;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gk .img-mask .hidebg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.gk .img-mask img {
    max-width: 80%;
    width: auto;
    height: auto;
    -webkit-box-shadow: 1px 1px 10px 1px #0841a9;
    -moz-box-shadow: 1px 1px 10px 1px #0841a9;
    box-shadow: 1px 1px 10px 1px #0841a9;
}

@media (max-width: 1610px) {
    .gk .top-img .tab {
        width: 96% !important;
    }

    .gk .gk-box .tab-wrap-m {
        width: 96% !important;
    }

    .gk .gk-box .gk-box1 .l {
        width: 96% !important;
    }

    .gk .gk-box .gk-box2 {
        width: 96% !important;
    }
}

@media (max-width: 1000px) {
    .gk .top-img {
        margin-top: 80px;
        height: 200px;
    }

    .gk .top-img .tab .name {
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }

    .gk .gk-box .tab-wrap-m {
        margin: 5px auto 20px auto;
    }

    .gk .gk-box .tab-wrap-m .tab-m {
        font-size: 16px;
        color: #666;
        background-image: url("/qcgcxy/img/tab-bg.png");
        background-repeat: no-repeat;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
        width: 120px;
        height: 66px;
        text-align: center;
        line-height: 92px;
        margin: 0 5px;
    }

    .gk .gk-box .gk-box1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .gk .gk-box .gk-box1 .l {
        width: 100%;
    }

    .gk .gk-box .gk-box1 .l .l-box {
        width: 100%;
    }

    .gk .gk-box .gk-box1 .l .l-box .title {
        padding-top: 10px;
    }

    .gk .gk-box .gk-box1 .l .l-box .title img {
        display: inline-block;
        max-width: 360px;
        height: auto;
    }

    .gk .gk-box .gk-box1 .l .l-box .text {
        height: auto;
        padding-top: 10px;
    }

    .gk .gk-box .gk-box1 .l .l-box .text p {
        font-size: 16px;
        line-height: 30px;
    }

    .gk .gk-box .gk-box1 .r {
        position: relative;
        width: 96%;
        margin: 0 auto;
    }

    .gk .gk-box .gk-box2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .gk .gk-box .gk-box2 .l {
        height: 600px;
    }

    .gk .gk-box .gk-box2 .r {
        width: 100%;
        padding: 0;
    }

    .gk .gk-box .gk-box2 .r .p-wrap {
        height: auto;
        margin: 10px 0;
    }

    .gk .gk-box .gk-box2 .r .p-wrap p {
        line-height: 30px;
        font-size: 16px;
    }

    .gk .gk-box .gk-box2 .r .img-wrap {
        height: auto !important;
    }

    .gk .gk-box .gk-box2 .r .img-wrap .img {
        width: -webkit-calc(268px * 0.66);
        width: -moz-calc(268px * 0.66);
        width: calc(268px * 0.66);
        height: -webkit-calc(183px * 0.66);
        height: -moz-calc(183px * 0.66);
        height: calc(183px * 0.66);
    }
}

.bodyhid {
    width: 100%;
    overflow: hidden;
}

.in-page {
    width: 100%;
    text-align: center;
    padding: 30px;
}

.in-page span {
    display: inline-block;
    font-size: 0.875rem;
    color: #666666;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.in-page .strong {
    border: none;
    background: #0841a9;
    color: #FFFFFF;
}

.in-page a {
    display: inline-block;
    font-size: 0.875rem;
    color: #666666;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.in-page a:hover {
    background-color: #0841a9;
    color: #FFFFFF;
}

.in-page span:hover {
    background-color: #0841a9;
    color: #FFFFFF;
    cursor: pointer;
}

#num-wrap {
    background: none;
    padding: 0;
    border: none;
}

@media (max-width: 768px) {

    .in-page a,
    .in-page span {
        padding: 5px;
    }
}

html {
    font-family: "Microsoft YaHei";
}

body {
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
    position: relative;
}

.main {
    min-height: 600px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body::-webkit-scrollbar {
    width: 5px;
    background: #b1bcbf;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

body::-webkit-scrollbar-thumb {
    width: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #0841a9;
}

.load {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: #1D2630;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.spinner-box {
    width: 300px;
    height: 300px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.circle-border {
    width: 150px;
    height: 150px;
    padding: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #55b0de;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #0841a9), to(#55b0de));
    background: -moz-linear-gradient(bottom, #0841a9 33%, #55b0de 100%);
    background: linear-gradient(0deg, #0841a9 33%, #55b0de 100%);
    -webkit-animation: spin 0.8s linear 0s infinite;
    -moz-animation: spin 0.8s linear 0s infinite;
    animation: spin 0.8s linear 0s infinite;
}

.circle-core {
    width: 100%;
    height: 100%;
    background-color: #1d2630;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.in-page table {
    width: 100%;
    text-align: center;
}

.in-page table table {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.in-page table table td,
.in-page table table a,
.in-page table table div {
    font-size: 18px;
}

.in-page table table tbody tr div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.in-page table table a,
#gotopagebut,
#a269504GOPAGE {
    display: inline-block;
    height: 30px;
    line-height: 30px !important;
    padding: 0 10px !important;
    margin: 3px 0;
}

.img-jj .top-img {
    margin-top: 116px;
    width: 100%;
    height: 380px;
    position: relative;
}

.img-jj .top-img .bg {
    display: block;
    width: 100%;
    height: 100%;
}

.img-jj .top-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(8, 65, 169, 0.9)));
    background-image: -moz-linear-gradient(transparent, rgba(8, 65, 169, 0.9));
    background-image: linear-gradient(transparent, rgba(8, 65, 169, 0.9));
    z-index: 1;
}

.img-jj .top-img .tab-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.img-jj .top-img .tab {
    width: 1600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.img-jj .top-img .tab .name {
    width: 340px;
    height: 100px;
    line-height: 100px;
    background-image: url("/qcgcxy/img/name-bg.png");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.img-jj .top-img .tab .name::before {
    position: absolute;
    left: 13px;
    top: 13px;
    content: "";
    width: 42px;
    height: 3px;
    background-image: url("/qcgcxy/img/name-icon.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.img-jj .top-img .tab .tab-box {
    padding: 10px;
    overflow-x: auto;
    white-space: nowrap;
}

.img-jj .top-img .tab .tab-box::-webkit-scrollbar {
    height: 5px;
    background: #b1bcbf;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.img-jj .top-img .tab .tab-box::-webkit-scrollbar-thumb {
    height: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #0841a9;
}

.img-jj .top-img .tab .tab-box span,
.img-jj .top-img .tab .tab-box a {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    margin-right: 5px;
}

.img-jj .top-img .tab .tab-box img {
    vertical-align: middle;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    margin-top: -3px;
}

.img-jj .img-jj-box {
    background-image: url("/qcgcxy/img/gk-bg.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.img-jj .img-jj-box .img-wrap {
    width: 1600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.img-jj .img-jj-box .img-wrap .img-item {
    margin-top: 50px;
    width: 30%;
    margin-right: 5%;
    -webkit-box-shadow: 1px 1px 10px 1px gray;
    -moz-box-shadow: 1px 1px 10px 1px gray;
    box-shadow: 1px 1px 10px 1px gray;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
}

.img-jj .img-jj-box .img-wrap .img-item:hover div {
    color: #0841a9;
    font-weight: bold;
    font-size: 18px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.img-jj .img-jj-box .img-wrap .img-item:hover img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.img-jj .img-jj-box .img-wrap .img-item img {
    display: inline-block;
    width: 100%;
    height: 320px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.img-jj .img-jj-box .img-wrap .img-item div {
    width: 100%;
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
}

.img-jj .img-jj-box .img-wrap .img-item:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 1610px) {
    .img-jj .top-img .tab {
        width: 96% !important;
    }

    .img-jj .img-jj-box .img-wrap {
        width: 96%;
    }
}

@media (max-width: 1000px) {
    .img-jj .top-img {
        margin-top: 80px;
        height: 200px;
    }

    .img-jj .top-img .tab .name {
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }

    .img-jj .img-jj-box .img-wrap {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .img-jj .img-jj-box .img-wrap .img-item {
        margin-right: 0 !important;
        width: 45% !important;
    }
}

@media (max-width: 768px) {
    .img-jj .img-jj-box .img-wrap {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .img-jj .img-jj-box .img-wrap .img-item {
        margin-top: 20px;
        margin-right: 0 !important;
        width: 100% !important;
    }
}

.bodyhid {
    width: 100%;
    overflow: hidden;
}

.in-page {
    width: 100%;
    text-align: center;
    padding: 30px;
}

.in-page span {
    display: inline-block;
    font-size: 0.875rem;
    color: #666666;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.in-page .strong {
    border: none;
    background: #0841a9;
    color: #FFFFFF;
}

.in-page a {
    display: inline-block;
    font-size: 0.875rem;
    color: #666666;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.in-page a:hover {
    background-color: #0841a9;
    color: #FFFFFF;
}

.in-page span:hover {
    background-color: #0841a9;
    color: #FFFFFF;
    cursor: pointer;
}

#num-wrap {
    background: none;
    padding: 0;
    border: none;
}

@media (max-width: 768px) {

    .in-page a,
    .in-page span {
        padding: 5px;
    }
}

html {
    font-family: "Microsoft YaHei";
}

body {
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
    position: relative;
}

.main {
    min-height: 600px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body::-webkit-scrollbar {
    width: 5px;
    background: #b1bcbf;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

body::-webkit-scrollbar-thumb {
    width: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #0841a9;
}

.load {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: #1D2630;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.spinner-box {
    width: 300px;
    height: 300px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.circle-border {
    width: 150px;
    height: 150px;
    padding: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #55b0de;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #0841a9), to(#55b0de));
    background: -moz-linear-gradient(bottom, #0841a9 33%, #55b0de 100%);
    background: linear-gradient(0deg, #0841a9 33%, #55b0de 100%);
    -webkit-animation: spin 0.8s linear 0s infinite;
    -moz-animation: spin 0.8s linear 0s infinite;
    animation: spin 0.8s linear 0s infinite;
}

.circle-core {
    width: 100%;
    height: 100%;
    background-color: #1d2630;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.in-page table {
    width: 100%;
    text-align: center;
}

.in-page table table {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.in-page table table td,
.in-page table table a,
.in-page table table div {
    font-size: 18px;
}

.in-page table table tbody tr div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.in-page table table a,
#gotopagebut,
#a269504GOPAGE {
    display: inline-block;
    height: 30px;
    line-height: 30px !important;
    padding: 0 10px !important;
    margin: 3px 0;
}

.news-index .top-img {
    margin-top: 116px;
    width: 100%;
    height: 380px;
    position: relative;
}

.news-index .top-img .bg {
    display: block;
    width: 100%;
    height: 100%;
}

.news-index .top-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(8, 65, 169, 0.9)));
    background-image: -moz-linear-gradient(transparent, rgba(8, 65, 169, 0.9));
    background-image: linear-gradient(transparent, rgba(8, 65, 169, 0.9));
    z-index: 1;
}

.news-index .top-img .tab-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.news-index .top-img .tab {
    width: 1600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.news-index .top-img .tab .name {
    width: 340px;
    height: 100px;
    line-height: 100px;
    background-image: url("/qcgcxy/img/name-bg.png");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.news-index .top-img .tab .name::before {
    position: absolute;
    left: 13px;
    top: 13px;
    content: "";
    width: 42px;
    height: 3px;
    background-image: url("/qcgcxy/img/name-icon.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.news-index .top-img .tab .tab-box {
    padding: 10px;
    overflow-x: auto;
    white-space: nowrap;
}

.news-index .top-img .tab .tab-box::-webkit-scrollbar {
    height: 5px;
    background: #b1bcbf;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.news-index .top-img .tab .tab-box::-webkit-scrollbar-thumb {
    height: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #0841a9;
}

.news-index .top-img .tab .tab-box span,
.news-index .top-img .tab .tab-box a {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    margin-right: 5px;
}

.news-index .top-img .tab .tab-box img {
    vertical-align: middle;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    margin-top: -3px;
}

.news-index .dj-list {
    background-image: url("/qcgcxy/img/gk-bg.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 40px 0 0 0;
}

.news-index .dj-list .new-box {
    width: 1600px;
    margin: 0 auto;
}

.news-index .dj-list .new-box .tab-wrap-m {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -20px auto 30px auto;
    width: 1600px;
}

.news-index .dj-list .new-box .tab-wrap-m .tab-m {
    font-size: 20px;
    color: #666;
    background-image: url("/qcgcxy/img/tab-bg.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 236px;
    height: 96px;
    text-align: center;
    line-height: 132px;
    margin: 0 20px;
    cursor: pointer;
}

.news-index .dj-list .new-box .tab-wrap-m .tab-m.act {
    background-image: url("/qcgcxy/img/tab-bg-act.png");
    color: #0841a9;
}

.news-index .dj-list .new-box .tab-wrap-m .tab-m:hover {
    background-image: url("/qcgcxy/img/tab-bg-act.png");
    color: #0841a9;
}

.news-index .dj-list .new-box .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.news-index .dj-list .new-box .box .xw-1-wrap {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li {
    width: 100%;
}

.news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #E5E5E5;
    padding: 25px 0 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a>span {
    display: block;
    width: 100%;
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
}

.news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a .img {
    width: 210px;
    height: 136px;
    overflow: hidden;
    margin-right: 2.07%;
}

.news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a .img+.det {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a .det {
    width: 100%;
}

.news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a .det .p1 {
    font-size: 14px;
    color: #888888;
    line-height: 32px;
}

.news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a .det .p2 {
    font-size: 14px;
    color: #888888;
    line-height: 24px;
}

.news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a:hover {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a:hover>span {
    color: #0841a9;
    font-weight: bold;
}

.news-index .dj-list .new-box .box .gongg {
    width: 300px;
    height: 100%;
    margin-left: 40px;
}

.news-index .dj-list .new-box .box .gongg .more_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #0841a9;
    padding-bottom: 16px;
    color: #0841a9;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-index .dj-list .new-box .box .gongg .more_wrap span {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
}

.news-index .dj-list .new-box .box .gongg .more_wrap a {
    font-size: 14px;
    line-height: 26px;
    color: #0841a9;
}

.news-index .dj-list .new-box .box .gongg .ul-text {
    padding-left: 20px;
    width: 300px;
    margin-bottom: 20px;
}

.news-index .dj-list .new-box .box .gongg .ul-text li {
    border-bottom: 1px dashed #E5E5E5;
    padding: 20px 0;
    list-style: disc;
    color: #929191;
}

.news-index .dj-list .new-box .box .gongg .ul-text li a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #555;
    line-height: 26px;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    overflow: hidden;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* W3C */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-index .dj-list .new-box .box .gongg .ul-text li:hover {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #0841a9;
    font-weight: bold;
}

.news-index .dj-list .new-box .box .gongg .ul-text li:hover a {
    color: #0841a9;
}

.news-index .dj-list .new-box .box .gongg .ul-img li {
    margin-top: 20px;
}

.news-index .dj-list .new-box .box .gongg .ul-img li a {
    display: block;
    position: relative;
    height: 170px;
    overflow: hidden;
}

.news-index .dj-list .new-box .box .gongg .ul-img li a img {
    display: inline-block;
    width: 100%;
    height: 170px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.news-index .dj-list .new-box .box .gongg .ul-img li a div {
    font-size: 16px;
    height: 36px;
    width: 100%;
    line-height: 36px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}

.news-index .dj-list .new-box .box .gongg .ul-img li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.news-index .dj-list .new-box .box .gongg .ul-img li a:hover div {
    font-weight: bold;
}

.news-index .dj-dt {
    padding: 40px 0;
    background-image: url("/qcgcxy/img/gk-bg.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.news-index .dj-dt .new-box {
    width: 1600px;
    margin: 0 auto;
}

.news-index .dj-dt .new-box .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.news-index .dj-dt .new-box .box .dt {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.news-index .dj-dt .new-box .box .dt .time {
    font-size: 14px;
    color: #999;
    line-height: 28px;
    border-bottom: 2px solid #0073a3;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.news-index .dj-dt .new-box .box .dt P {
    text-indent: 2em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0;
    font-size: 18px;
    color: #333;
    line-height: 26px;
}

.news-index .dj-dt .new-box .box .dt img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.news-index .dj-dt .new-box .box .gongg {
    width: 300px;
    height: 100%;
    margin-left: 40px;
}

.news-index .dj-dt .new-box .box .gongg .more_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #0841a9;
    padding-bottom: 16px;
    color: #0841a9;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-index .dj-dt .new-box .box .gongg .more_wrap span {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
}

.news-index .dj-dt .new-box .box .gongg .more_wrap a {
    font-size: 14px;
    line-height: 26px;
    color: #0841a9;
}

.news-index .dj-dt .new-box .box .gongg .ul-text {
    padding-left: 20px;
    width: 300px;
    margin-bottom: 20px;
}

.news-index .dj-dt .new-box .box .gongg .ul-text li {
    border-bottom: 1px dashed #E5E5E5;
    padding: 20px 0;
    list-style: disc;
    color: #929191;
}

.news-index .dj-dt .new-box .box .gongg .ul-text li a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #555;
    line-height: 26px;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    overflow: hidden;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* W3C */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-index .dj-dt .new-box .box .gongg .ul-text li:hover {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #0841a9;
    font-weight: bold;
}

.news-index .dj-dt .new-box .box .gongg .ul-text li:hover a {
    color: #0841a9;
}

.news-index .dj-dt .new-box .box .gongg .ul-img li {
    margin-top: 20px;
}

.news-index .dj-dt .new-box .box .gongg .ul-img li a {
    display: block;
    position: relative;
    height: 170px;
    overflow: hidden;
}

.news-index .dj-dt .new-box .box .gongg .ul-img li a img {
    display: inline-block;
    width: 100%;
    height: 170px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.news-index .dj-dt .new-box .box .gongg .ul-img li a div {
    font-size: 16px;
    height: 36px;
    width: 100%;
    line-height: 36px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}

.news-index .dj-dt .new-box .box .gongg .ul-img li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.news-index .dj-dt .new-box .box .gongg .ul-img li a:hover div {
    font-weight: bold;
}

.news-index .dj-dt .prev,
.news-index .dj-dt .next {
    width: 100%;
    margin-top: 20px;
}

.news-index .dj-dt .prev span,
.news-index .dj-dt .next span {
    font-size: 16px;
    color: #333;
}

.news-index .dj-dt .prev a,
.news-index .dj-dt .next a {
    font-size: 16px;
    color: #0841a9;
}

@media (max-width: 1610px) {
    .news-index .top-img .tab {
        width: 96% !important;
    }

    .news-index .dj-list .new-box {
        width: 96%;
    }

    .news-index .dj-list .new-box .tab-wrap-m {
        width: 96% !important;
    }

    .news-index .dj-dt .new-box {
        width: 96%;
    }
}

@media (max-width: 1000px) {
    .news-index .top-img {
        margin-top: 80px;
        height: 200px;
    }

    .news-index .top-img .tab .name {
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }

    .news-index .dj-list .new-box {
        width: 96%;
    }

    .news-index .dj-list .new-box .tab-wrap-m {
        margin: -20px auto 0 auto;
    }

    .news-index .dj-list .new-box .tab-wrap-m .tab-m {
        font-size: 16px;
        color: #666;
        background-image: url("/qcgcxy/img/tab-bg.png");
        background-repeat: no-repeat;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
        width: 120px;
        height: 66px;
        text-align: center;
        line-height: 92px;
        margin: 0 5px;
    }

    .news-index .dj-list .new-box .box .gongg {
        display: none;
    }

    .news-index .dj-dt .new-box {
        width: 96%;
    }

    .news-index .dj-dt .new-box .box .gongg {
        display: none;
    }
}

@media (max-width: 768px) {
    .news-index .dj-list {
        padding: 20px 0 0 0 !important;
    }

    .news-index .dj-list .new-box .box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .news-index .dj-list .new-box .box .more_wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        border-bottom: 1px solid #ddd;
    }

    .news-index .dj-list .new-box .box .more_wrap span {
        height: 100%;
        font-size: 24px;
        color: #0073a3;
        font-weight: bold;
        position: relative;
        padding-bottom: 20px;
    }

    .news-index .dj-list .new-box .box .more_wrap span::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 32px;
        height: 5px;
        background-color: #0073a3;
    }

    .news-index .dj-list .new-box .box .xw-1-wrap {
        width: 100%;
    }

    .news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li {
        width: 100%;
    }

    .news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 1px solid #E5E5E5;
        padding: 25px 0 30px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a>span {
        display: block;
        width: 100%;
        font-size: 20px;
        color: #333333;
        margin-bottom: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }

    .news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a .img {
        width: -webkit-calc(210px * 0.7);
        width: -moz-calc(210px * 0.7);
        width: calc(210px * 0.7);
        height: -webkit-calc(136px * 0.7);
        height: -moz-calc(136px * 0.7);
        height: calc(136px * 0.7);
        overflow: hidden;
    }

    .news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a .img+.det {
        width: -webkit-calc(100% - -webkit-calc(210px * 0.7));
        width: -moz-calc(100% - -moz-calc(210px * 0.7));
        width: calc(100% - calc(210px * 0.7));
        padding-left: 2.07%;
    }

    .news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a .det {
        width: 100%;
    }

    .news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a .det .p1 {
        font-size: 14px;
        color: #888888;
        line-height: 32px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }
}

.bodyhid {
    width: 100%;
    overflow: hidden;
}

.in-page {
    width: 100%;
    text-align: center;
    padding: 30px;
}

.in-page span {
    display: inline-block;
    font-size: 0.875rem;
    color: #666666;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.in-page .strong {
    border: none;
    background: #0841a9;
    color: #FFFFFF;
}

.in-page a {
    display: inline-block;
    font-size: 0.875rem;
    color: #666666;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.in-page a:hover {
    background-color: #0841a9;
    color: #FFFFFF;
}

.in-page span:hover {
    background-color: #0841a9;
    color: #FFFFFF;
    cursor: pointer;
}

#num-wrap {
    background: none;
    padding: 0;
    border: none;
}

@media (max-width: 768px) {

    .in-page a,
    .in-page span {
        padding: 5px;
    }
}

html {
    font-family: "Microsoft YaHei";
}

body {
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
    position: relative;
}

.main {
    min-height: 600px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body::-webkit-scrollbar {
    width: 5px;
    background: #b1bcbf;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

body::-webkit-scrollbar-thumb {
    width: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #0841a9;
}

.load {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: #1D2630;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.spinner-box {
    width: 300px;
    height: 300px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.circle-border {
    width: 150px;
    height: 150px;
    padding: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #55b0de;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #0841a9), to(#55b0de));
    background: -moz-linear-gradient(bottom, #0841a9 33%, #55b0de 100%);
    background: linear-gradient(0deg, #0841a9 33%, #55b0de 100%);
    -webkit-animation: spin 0.8s linear 0s infinite;
    -moz-animation: spin 0.8s linear 0s infinite;
    animation: spin 0.8s linear 0s infinite;
}

.circle-core {
    width: 100%;
    height: 100%;
    background-color: #1d2630;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.in-page table {
    width: 100%;
    text-align: center;
}

.in-page table table {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.in-page table table td,
.in-page table table a,
.in-page table table div {
    font-size: 18px;
}

.in-page table table tbody tr div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.in-page table table a,
#gotopagebut,
#a269504GOPAGE {
    display: inline-block;
    height: 30px;
    line-height: 30px !important;
    padding: 0 10px !important;
    margin: 3px 0;
}

.zy .top-img {
    margin-top: 116px;
    width: 100%;
    height: 380px;
    position: relative;
}

.zy .top-img .bg {
    display: block;
    width: 100%;
    height: 100%;
}

.zy .top-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(8, 65, 169, 0.9)));
    background-image: -moz-linear-gradient(transparent, rgba(8, 65, 169, 0.9));
    background-image: linear-gradient(transparent, rgba(8, 65, 169, 0.9));
    z-index: 1;
}

.zy .top-img .tab-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.zy .top-img .tab {
    width: 1600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.zy .top-img .tab .name {
    width: 340px;
    height: 100px;
    line-height: 100px;
    background-image: url("/qcgcxy/img/name-bg.png");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.zy .top-img .tab .name::before {
    position: absolute;
    left: 13px;
    top: 13px;
    content: "";
    width: 42px;
    height: 3px;
    background-image: url("/qcgcxy/img/name-icon.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.zy .top-img .tab .tab-box {
    padding: 10px;
    overflow-x: auto;
    white-space: nowrap;
}

.zy .top-img .tab .tab-box::-webkit-scrollbar {
    height: 5px;
    background: #b1bcbf;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.zy .top-img .tab .tab-box::-webkit-scrollbar-thumb {
    height: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #0841a9;
}

.zy .top-img .tab .tab-box span,
.zy .top-img .tab .tab-box a {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    margin-right: 5px;
}

.zy .top-img .tab .tab-box img {
    vertical-align: middle;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    margin-top: -3px;
}

.zy .zy-box {
    background-image: url("/qcgcxy/img/gk-bg.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.zy .zy-box .zy-wrap {
    padding: 70px 0;
    width: 1600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.zy .zy-box .zy-wrap .zy-item {
    position: relative;
    overflow: hidden;
}

.zy .zy-box .zy-wrap .zy-item img {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.zy .zy-box .zy-wrap .zy-item div {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.zy .zy-box .zy-wrap .zy-item div span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    text-align: center;
}

.zy .zy-box .zy-wrap .zy-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.zy .zy-box .zy-wrap .zy-item:hover div {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(8, 65, 169, 0.5);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.zy .zy-box .zy-wrap .zy-1 {
    margin-right: 14px;
}

.zy .zy-box .zy-wrap .zy-1 .zy-item {
    height: 640px;
    width: 376px;
}

.zy .zy-box .zy-wrap .zy-2 {
    margin-right: 14px;
    width: 598px;
}

.zy .zy-box .zy-wrap .zy-2 .zy-item {
    width: 598px;
    height: 313px;
}

.zy .zy-box .zy-wrap .zy-2 .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 14px;
}

.zy .zy-box .zy-wrap .zy-2 .wrap .zy-item {
    width: 293px;
    height: 313px;
}

.zy .zy-box .zy-wrap .zy-3 {
    width: 598px;
}

.zy .zy-box .zy-wrap .zy-3 .zy-item {
    width: 598px;
    height: 313px;
}

.zy .zy-box .zy-wrap .zy-3 .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 14px;
}

.zy .zy-box .zy-wrap .zy-3 .wrap .zy-item {
    width: 293px;
    height: 313px;
}

@media (max-width: 1610px) {
    .zy .top-img .tab {
        width: 96% !important;
    }

    .zy .zy-box .zy-wrap {
        width: 96%;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .zy .zy-box .zy-wrap .zy-2,
    .zy .zy-box .zy-wrap .zy-3 {
        width: 37.5%;
    }

    .zy .zy-box .zy-wrap .zy-2 .zy-item,
    .zy .zy-box .zy-wrap .zy-3 .zy-item {
        width: 100%;
    }

    .zy .zy-box .zy-wrap .zy-2 .wrap .zy-item,
    .zy .zy-box .zy-wrap .zy-3 .wrap .zy-item {
        width: 49%;
    }

    .zy .zy-box .zy-wrap .zy-1 {
        width: 23.5%;
    }

    .zy .zy-box .zy-wrap .zy-1 .zy-item {
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .zy .top-img {
        margin-top: 80px;
        height: 200px;
    }

    .zy .top-img .tab .name {
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }

    .zy .zy-box .zy-wrap {
        width: 96%;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .zy .zy-box .zy-wrap .zy-2,
    .zy .zy-box .zy-wrap .zy-3 {
        width: 50%;
        margin-right: 0;
    }

    .zy .zy-box .zy-wrap .zy-2 .zy-item,
    .zy .zy-box .zy-wrap .zy-3 .zy-item {
        width: 100%;
    }

    .zy .zy-box .zy-wrap .zy-2 .wrap .zy-item,
    .zy .zy-box .zy-wrap .zy-3 .wrap .zy-item {
        width: 49%;
    }

    .zy .zy-box .zy-wrap .zy-1 {
        width: 48%;
        margin-right: 0;
        margin-bottom: 14px;
    }

    .zy .zy-box .zy-wrap .zy-1 .zy-item {
        width: 100%;
    }

    .zy .zy-box .zy-wrap .zy-2 {
        margin-bottom: 14px;
    }
}

@media (max-width: 768px) {
    .zy .zy-box .zy-wrap {
        padding: 30px 0;
    }

    .zy .zy-box .zy-wrap .zy-2,
    .zy .zy-box .zy-wrap .zy-3 {
        width: 100%;
        margin-right: 0;
    }

    .zy .zy-box .zy-wrap .zy-2 .zy-item,
    .zy .zy-box .zy-wrap .zy-3 .zy-item {
        width: 100%;
    }

    .zy .zy-box .zy-wrap .zy-2 .wrap .zy-item,
    .zy .zy-box .zy-wrap .zy-3 .wrap .zy-item {
        width: 49%;
        height: 260px;
    }

    .zy .zy-box .zy-wrap .zy-1 {
        width: 100%;
    }

    .zy .zy-box .zy-wrap .zy-1 .zy-item {
        height: 360px;
        width: 100%;
    }
}

.bodyhid {
    width: 100%;
    overflow: hidden;
}

.in-page {
    width: 100%;
    text-align: center;
    padding: 30px;
}

.in-page span {
    display: inline-block;
    font-size: 0.875rem;
    color: #666666;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.in-page .strong {
    border: none;
    background: #0841a9;
    color: #FFFFFF;
}

.in-page a {
    display: inline-block;
    font-size: 0.875rem;
    color: #666666;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.in-page a:hover {
    background-color: #0841a9;
    color: #FFFFFF;
}

.in-page span:hover {
    background-color: #0841a9;
    color: #FFFFFF;
    cursor: pointer;
}

#num-wrap {
    background: none;
    padding: 0;
    border: none;
}

@media (max-width: 768px) {

    .in-page a,
    .in-page span {
        padding: 5px;
    }
}

html {
    font-family: "Microsoft YaHei";
}

body {
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
    position: relative;
}

.main {
    min-height: 600px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body::-webkit-scrollbar {
    width: 5px;
    background: #b1bcbf;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

body::-webkit-scrollbar-thumb {
    width: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #0841a9;
}

.load {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: #1D2630;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.spinner-box {
    width: 300px;
    height: 300px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.circle-border {
    width: 150px;
    height: 150px;
    padding: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #55b0de;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #0841a9), to(#55b0de));
    background: -moz-linear-gradient(bottom, #0841a9 33%, #55b0de 100%);
    background: linear-gradient(0deg, #0841a9 33%, #55b0de 100%);
    -webkit-animation: spin 0.8s linear 0s infinite;
    -moz-animation: spin 0.8s linear 0s infinite;
    animation: spin 0.8s linear 0s infinite;
}

.circle-core {
    width: 100%;
    height: 100%;
    background-color: #1d2630;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.in-page table {
    width: 100%;
    text-align: center;
}

.in-page table table {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.in-page table table td,
.in-page table table a,
.in-page table table div {
    font-size: 18px;
}

.in-page table table tbody tr div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.in-page table table a,
#gotopagebut,
#a269504GOPAGE {
    display: inline-block;
    height: 30px;
    line-height: 30px !important;
    padding: 0 10px !important;
    margin: 3px 0;
}

.team .top-img {
    margin-top: 116px;
    width: 100%;
    height: 380px;
    position: relative;
}

.team .top-img .bg {
    display: block;
    width: 100%;
    height: 100%;
}

.team .top-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(8, 65, 169, 0.9)));
    background-image: -moz-linear-gradient(transparent, rgba(8, 65, 169, 0.9));
    background-image: linear-gradient(transparent, rgba(8, 65, 169, 0.9));
    z-index: 1;
}

.team .top-img .tab-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.team .top-img .tab {
    width: 1600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.team .top-img .tab .name {
    width: 340px;
    height: 100px;
    line-height: 100px;
    background-image: url("/qcgcxy/img/name-bg.png");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.team .top-img .tab .name::before {
    position: absolute;
    left: 13px;
    top: 13px;
    content: "";
    width: 42px;
    height: 3px;
    background-image: url("/qcgcxy/img/name-icon.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.team .top-img .tab .tab-box {
    padding: 10px;
    overflow-x: auto;
    white-space: nowrap;
}

.team .top-img .tab .tab-box::-webkit-scrollbar {
    height: 5px;
    background: #b1bcbf;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.team .top-img .tab .tab-box::-webkit-scrollbar-thumb {
    height: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #0841a9;
}

.team .top-img .tab .tab-box span,
.team .top-img .tab .tab-box a {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    margin-right: 5px;
}

.team .top-img .tab .tab-box img {
    vertical-align: middle;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    margin-top: -3px;
}

.team .team-box {
    background-image: url("/qcgcxy/img/gk-bg.png");
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    border: 1px solid transparent;
}

.team .team-box .tab-wrap-m {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto 30px auto;
    width: 1600px;
}

.team .team-box .tab-wrap-m .tab-m {
    font-size: 20px;
    color: #666;
    background-image: url("/qcgcxy/img/tab-bg.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 236px;
    height: 96px;
    text-align: center;
    line-height: 132px;
    margin: 0 20px;
    cursor: pointer;
}

.team .team-box .tab-wrap-m .tab-m.act {
    background-image: url("/qcgcxy/img/tab-bg-act.png");
    color: #0841a9;
}

.team .team-box .tab-wrap-m .tab-m:hover {
    background-image: url("/qcgcxy/img/tab-bg-act.png");
    color: #0841a9;
}

.team .team-box .team-wrap {
    width: 1600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.team .team-box .team-wrap .team-item {
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 1px 1px 10px 1px gray;
    -moz-box-shadow: 1px 1px 10px 1px gray;
    box-shadow: 1px 1px 10px 1px gray;
    width: 49%;
    height: 246px;
    cursor: pointer;
}

.team .team-box .team-wrap .team-item:hover {
    -webkit-box-shadow: 1px 1px 10px 1px #0841a9;
    -moz-box-shadow: 1px 1px 10px 1px #0841a9;
    box-shadow: 1px 1px 10px 1px #0841a9;
}

.team .team-box .team-wrap .team-item:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.team .team-box .team-wrap .team-item:hover .text-wrap .name span:nth-of-type(1) {
    font-weight: bold;
}

.team .team-box .team-wrap .team-item:hover .text-wrap .name span:nth-of-type(2) {
    font-weight: bold;
}

.team .team-box .team-wrap .team-item:hover .text-wrap .text {
    color: #0841a9;
}

.team .team-box .team-wrap .team-item .img {
    min-width: 43%;
    max-width: 43%;
    overflow: hidden;
}

.team .team-box .team-wrap .team-item .img img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.team .team-box .team-wrap .team-item .text-wrap {
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("/qcgcxy/img/zs-bg.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-color: #fff;
    min-width: 57%;
    max-width: 57%;
}

.team .team-box .team-wrap .team-item .text-wrap .name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block;
    width: 100%;
}

.team .team-box .team-wrap .team-item .text-wrap .name span:nth-of-type(1) {
    font-size: 20px;
    line-height: 30px;
    color: #0841a9;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.team .team-box .team-wrap .team-item .text-wrap .name span:nth-of-type(2) {
    font-size: 16px;
    line-height: 30px;
    display: block;
    width: 100%;
    color: #e69e14;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.team .team-box .team-wrap .team-item .text-wrap .text {
    font-size: 16px;
    line-height: 36px;
    color: #555;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 3;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 16px;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    /* W3C */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.team .team-box .team-wrap .team-item .text-wrap .more {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.team .team-box .team-wrap .team-item .text-wrap .more span {
    color: #0841a9;
    margin-right: 10px;
}

.team .team-box .team-wrap .team-item .text-wrap .more img {
    width: auto;
    height: auto;
}

@media (max-width: 1610px) {
    .team .top-img .tab {
        width: 96% !important;
    }

    .team .team-box .tab-wrap-m {
        width: 96% !important;
    }

    .team .team-box .team-wrap {
        width: 96%;
    }
}

@media (max-width: 1000px) {
    .team .top-img {
        margin-top: 80px;
        height: 200px;
    }

    .team .top-img .tab .name {
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }

    .team .tab-wrap-m {
        margin: 20px auto 0 auto !important;
    }

    .team .tab-wrap-m .tab-m {
        font-size: 16px !important;
        width: 120px !important;
        height: 66px !important;
        line-height: 92px !important;
        margin: 0 5px !important;
    }

    .team .team-wrap .team-item {
        width: 100% !important;
        margin-top: 20px !important;
    }

    .team .team-wrap .team-item .name {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .team .team-wrap .team-item .name span:nth-of-type(1) {
        width: 100%;
    }

    .team .team-wrap .team-item .text-wrap {
        padding: 5px !important;
    }

    .team .team-wrap .team-item .text-wrap .name {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .team .team-wrap .team-item .text-wrap .name span:nth-of-type(1) {
        width: 100%;
    }

    .team .team-wrap .team-item .text-wrap .text {
        margin-top: 16px !important;
    }
}

.bodyhid {
    width: 100%;
    overflow: hidden;
}

.in-page {
    width: 100%;
    text-align: center;
    padding: 30px;
}

.in-page span {
    display: inline-block;
    font-size: 0.875rem;
    color: #666666;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.in-page .strong {
    border: none;
    background: #0841a9;
    color: #FFFFFF;
}

.in-page a {
    display: inline-block;
    font-size: 0.875rem;
    color: #666666;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.in-page a:hover {
    background-color: #0841a9;
    color: #FFFFFF;
}

.in-page span:hover {
    background-color: #0841a9;
    color: #FFFFFF;
    cursor: pointer;
}

#num-wrap {
    background: none;
    padding: 0;
    border: none;
}

@media (max-width: 768px) {

    .in-page a,
    .in-page span {
        padding: 5px;
    }
}

html {
    font-family: "Microsoft YaHei";
}

body {
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
    position: relative;
}

.main {
    min-height: 600px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body::-webkit-scrollbar {
    width: 5px;
    background: #b1bcbf;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

body::-webkit-scrollbar-thumb {
    width: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #0841a9;
}

.load {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: #1D2630;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.spinner-box {
    width: 300px;
    height: 300px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.circle-border {
    width: 150px;
    height: 150px;
    padding: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #55b0de;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #0841a9), to(#55b0de));
    background: -moz-linear-gradient(bottom, #0841a9 33%, #55b0de 100%);
    background: linear-gradient(0deg, #0841a9 33%, #55b0de 100%);
    -webkit-animation: spin 0.8s linear 0s infinite;
    -moz-animation: spin 0.8s linear 0s infinite;
    animation: spin 0.8s linear 0s infinite;
}

.circle-core {
    width: 100%;
    height: 100%;
    background-color: #1d2630;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.in-page table {
    width: 100%;
    text-align: center;
}

.in-page table table {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.in-page table table td,
.in-page table table a,
.in-page table table div {
    font-size: 18px;
}

.in-page table table tbody tr div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.in-page table table a,
#gotopagebut,
#a269504GOPAGE {
    display: inline-block;
    height: 30px;
    line-height: 30px !important;
    padding: 0 10px !important;
    margin: 3px 0;
}

.dangjian .top-img {
    height: 464px;
    position: relative;
}

.dangjian .top-img .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 140%;
}

.dangjian .top-img .dh {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 123;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dangjian .top-img .dh img {
    width: auto;
    height: auto;
}

.dangjian .top-img span {
    display: block;
    max-width: 1600px;
    margin: -210px auto 0 auto;
    z-index: 2;
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.dangjian .top-img span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 50px;
    height: 5px;
    background-color: #fff;
}

.dangjian .main {
    background-image: url("/qcgcxy/img/dj-bg2.png");
    background-repeat: no-repeat;
    background-position: left top;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}

.dangjian .tab-wrap {
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 123;
    background-image: url("/qcgcxy/images/dj-tab-bg.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.dangjian .tab-wrap .tab-box {
    width: 1600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
    color: #fff;
    font-size: 16px;
}

.dangjian .tab-wrap .tab-box ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.dangjian .tab-wrap .tab-box ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    line-height: 50px;
    position: relative;
    font-size: 16px;
    z-index: 2;
    cursor: pointer;
}

.dangjian .tab-wrap .tab-box ul li a {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    color: #fff;
}

.dangjian .tab-wrap .tab-box ul li::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 100%;
    background-color: #e1a629;
    z-index: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.dangjian .tab-wrap .tab-box ul li:hover a {
    color: #fff;
}

.dangjian .tab-wrap .tab-box ul li:hover::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #e1a629;
    z-index: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.dangjian .tab-wrap .tab-box ul li.act a {
    color: #fff;
}

.dangjian .tab-wrap .tab-box ul li.act::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #e1a629;
    z-index: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.dangjian .tab-wrap .tab-box div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background-color: #e1a629;
    padding: 0 20px;
}

.dangjian .tab-wrap .tab-box div a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dangjian .tab-wrap .tab-box div img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.dangjian .tab-wrap .tab-box div span {
    font-size: 14px;
    color: #fff;
}

.dangjian .banner-wrap {
    width: 1600px;
    margin: 50px auto 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.dangjian .banner-wrap .dangjian-banner {
    width: 585px;
    height: 370px;
    float: left;
    margin-right: 35px;
}

.dangjian .banner-wrap .dangjian-banner .swiper-container {
    width: 100%;
    height: 100%;
    position: relative !important;
}

.dangjian .banner-wrap .dangjian-banner .swiper-slide a {
    position: relative;
    height: 100%;
    display: block;
}

.dangjian .banner-wrap .dangjian-banner .swiper-slide img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dangjian .banner-wrap .dangjian-banner .swiper-slide P {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dangjian .banner-wrap .dangjian-banner .swiper-slide:hover img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all 0.3s linear !important;
    -moz-transition: all 0.3s linear !important;
    transition: all 0.3s linear !important;
}

.dangjian .banner-wrap .dangjian-banner .swiper-slide:hover P {
    font-weight: 800;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dangjian .banner-wrap .dangjian-banner .swiper-slide a div {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    color: #fff;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding: 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dangjian .banner-wrap .dangjian-banner .swiper-slide a div p {
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.dangjian .banner-wrap .dangjian-banner .swiper-slide a div p {
    color: #fff;
    font-size: 16px;
}

.dangjian .banner-wrap .dangjian-banner .swiper-pagination {
    height: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    bottom: 45px;
}

.dangjian .banner-wrap .dangjian-banner .swiper-pagination span {
    min-width: 10px;
    min-height: 10px;
    color: #ffffff;
}

.dangjian .banner-wrap .dangjian-banner .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1 !important;
}

.dangjian .banner-wrap .dangjian-banner .swiper-pagination-bullet-active {
    background-color: #ea2b28;
}

.dangjian .banner-wrap .list {
    width: -webkit-calc(100% - 587px - 35px);
    width: -moz-calc(100% - 587px - 35px);
    width: calc(100% - 587px - 35px);
}

.dangjian .banner-wrap .list h1 {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dangjian .banner-wrap .list h1 img {
    width: 85px;
    height: 66px;
    margin-right: 10px;
}

.dangjian .banner-wrap .list h1 .text {
    width: 100%;
    margin-left: -66px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 4px solid #fe0000;
    padding: 2px 0 2px 36px;
    height: 66px;
}

.dangjian .banner-wrap .list h1 .text span:nth-of-type(1) {
    color: #c20713;
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
}

.dangjian .banner-wrap .list h1 .text span:nth-of-type(2) a {
    font-size: 16px;
    color: #e03232;
}

.dangjian .banner-wrap .list h1 .text span:nth-of-type(2) a:hover {
    font-size: 18px;
    font-weight: bold;
}

.dangjian .banner-wrap .list ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    padding-left: 13px;
    position: relative;
    margin: 13px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.dangjian .banner-wrap .list ul li span {
    display: block;
    width: 116px;
    text-align: right;
    font-size: 14px;
    color: #999999;
}

.dangjian .banner-wrap .list ul li a {
    display: inline-block;
    width: -webkit-calc(100% - 116px);
    width: -moz-calc(100% - 116px);
    width: calc(100% - 116px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    height: 100%;
    line-height: 30px;
    color: #424242;
}

.dangjian .banner-wrap .list ul li:hover {
    background-color: rgba(224, 50, 50, 0.1);
    padding-left: 20px;
    padding-right: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dangjian .banner-wrap .list ul li:hover a {
    color: #fe0000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.dangjian .banner-wrap .list ul li:hover span {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.dangjian .banner-wrap .list ul li::after {
    content: '>';
    position: absolute;
    color: #ffa11b;
    width: 10px;
    height: 16px;
    font-size: 16px;
    left: 0;
    top: 5px;
    line-height: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dangjian .swiper_b {
    width: 1600px;
    margin: 40px auto;
    position: relative;
}

.dangjian .swiper_b .swiper-pagination {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    left: auto;
    right: 10px;
    bottom: 10px;
    z-index: 200;
}

.dangjian .swiper_b .swiper-pagination span {
    opacity: 0.6;
    margin: 0 5px !important;
    width: 12px;
    height: 12px;
    background: #dfc0bd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
}

.dangjian .swiper_b .swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1;
    background: #dd1615;
}

.dangjian .list-wrap {
    width: 1600px;
    margin: 0 auto 50px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dangjian .list-wrap .list {
    width: 48%;
}

.dangjian .list-wrap .list h1 {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dangjian .list-wrap .list h1 img {
    width: 85px;
    height: 66px;
    margin-right: 10px;
}

.dangjian .list-wrap .list h1 .text {
    width: 100%;
    margin-left: -66px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 4px solid #fe0000;
    padding: 2px 0 2px 36px;
    height: 66px;
}

.dangjian .list-wrap .list h1 .text span:nth-of-type(1) {
    color: #c20713;
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
}

.dangjian .list-wrap .list h1 .text span:nth-of-type(2) a {
    font-size: 16px;
    color: #e03232;
}

.dangjian .list-wrap .list h1 .text span:nth-of-type(2) a:hover {
    font-size: 18px;
    font-weight: bold;
}

.dangjian .list-wrap .list ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    padding-left: 13px;
    position: relative;
    margin: 13px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.dangjian .list-wrap .list ul li span {
    display: block;
    width: 116px;
    text-align: right;
    font-size: 14px;
    color: #999999;
}

.dangjian .list-wrap .list ul li a {
    display: inline-block;
    width: -webkit-calc(100% - 116px);
    width: -moz-calc(100% - 116px);
    width: calc(100% - 116px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    height: 100%;
    line-height: 30px;
    color: #424242;
}

.dangjian .list-wrap .list ul li:hover {
    background-color: rgba(224, 50, 50, 0.1);
    padding-left: 20px;
    padding-right: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dangjian .list-wrap .list ul li:hover a {
    color: #fe0000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.dangjian .list-wrap .list ul li:hover span {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.dangjian .list-wrap .list ul li::after {
    content: '>';
    position: absolute;
    color: #ffa11b;
    width: 10px;
    height: 16px;
    font-size: 16px;
    left: 0;
    top: 5px;
    line-height: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dangjian .footer {
    width: 100%;
    height: 120px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url("/qcgcxy/img/dj-bg3.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.dangjian .footer p {
    text-align: center;
    margin: 10px auto;
    font-size: 14px;
    color: #fff;
}

.dangjian .dj-list {
    background-image: url("/qcgcxy/img/gk-bg.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 40px 0 0 0;
}

.dangjian .dj-list .new-box {
    width: 1600px;
    margin: 0 auto;
}

.dangjian .dj-list .new-box .tab-wrap-m {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -20px auto 30px auto;
    width: 1600px;
}

.dangjian .dj-list .new-box .tab-wrap-m .tab-m {
    font-size: 20px;
    color: #666;
    background-image: url("/qcgcxy/img/tab-bg.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 236px;
    height: 96px;
    text-align: center;
    line-height: 132px;
    margin: 0 20px;
    cursor: pointer;
}

.dangjian .dj-list .new-box .tab-wrap-m .tab-m.act {
    background-image: url("/qcgcxy/img/tab-bg-act.png");
    color: #c20713;
}

.dangjian .dj-list .new-box .tab-wrap-m .tab-m:hover {
    background-image: url("/qcgcxy/img/tab-bg-act.png");
    color: #c20713;
}

.dangjian .dj-list .new-box .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.dangjian .dj-list .new-box .box .xw-1-wrap {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.dangjian .dj-list .new-box .box .xw-1-wrap .xw-1 li {
    width: 100%;
}

.dangjian .dj-list .new-box .box .xw-1-wrap .xw-1 li a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #E5E5E5;
    padding: 25px 0 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.dangjian .dj-list .new-box .box .xw-1-wrap .xw-1 li a>span {
    display: block;
    width: 100%;
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
}

.dangjian .dj-list .new-box .box .xw-1-wrap .xw-1 li a .img {
    width: 210px;
    height: 136px;
    overflow: hidden;
    margin-right: 2.07%;
}

.dangjian .dj-list .new-box .box .xw-1-wrap .xw-1 li a .img+.det {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.dangjian .dj-list .new-box .box .xw-1-wrap .xw-1 li a .det {
    width: 100%;
}

.dangjian .dj-list .new-box .box .xw-1-wrap .xw-1 li a .det .p1 {
    font-size: 14px;
    color: #888888;
    line-height: 32px;
}

.dangjian .dj-list .new-box .box .xw-1-wrap .xw-1 li a .det .p2 {
    font-size: 14px;
    color: #888888;
    line-height: 24px;
}

.dangjian .dj-list .new-box .box .xw-1-wrap .xw-1 li a:hover {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.dangjian .dj-list .new-box .box .xw-1-wrap .xw-1 li a:hover>span {
    color: #c20713;
    font-weight: bold;
}

.dangjian .dj-list .new-box .box .gongg {
    width: 300px;
    height: 100%;
    margin-left: 40px;
}

.dangjian .dj-list .new-box .box .gongg .more_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #c20713;
    padding-bottom: 16px;
    color: #c20713;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dangjian .dj-list .new-box .box .gongg .more_wrap span {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
}

.dangjian .dj-list .new-box .box .gongg .more_wrap a {
    font-size: 14px;
    line-height: 26px;
    color: #c20713;
}

.dangjian .dj-list .new-box .box .gongg .ul-text {
    padding-left: 20px;
    width: 300px;
    margin-bottom: 20px;
}

.dangjian .dj-list .new-box .box .gongg .ul-text li {
    border-bottom: 1px dashed #E5E5E5;
    padding: 20px 0;
    list-style: disc;
    color: #929191;
}

.dangjian .dj-list .new-box .box .gongg .ul-text li a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #555;
    line-height: 26px;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    overflow: hidden;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* W3C */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.dangjian .dj-list .new-box .box .gongg .ul-text li:hover {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #c20713;
    font-weight: bold;
}

.dangjian .dj-list .new-box .box .gongg .ul-text li:hover a {
    color: #c20713;
}

.dangjian .dj-list .new-box .box .gongg .ul-img li {
    margin-top: 20px;
}

.dangjian .dj-list .new-box .box .gongg .ul-img li a {
    display: block;
    position: relative;
    height: 170px;
    overflow: hidden;
}

.dangjian .dj-list .new-box .box .gongg .ul-img li a img {
    display: inline-block;
    width: 100%;
    height: 170px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.dangjian .dj-list .new-box .box .gongg .ul-img li a div {
    font-size: 16px;
    height: 36px;
    width: 100%;
    line-height: 36px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}

.dangjian .dj-list .new-box .box .gongg .ul-img li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dangjian .dj-list .new-box .box .gongg .ul-img li a:hover div {
    font-weight: bold;
}

.dangjian .dj-dt {
    padding: 40px 0;
    background-image: url("/qcgcxy/img/gk-bg.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.dangjian .dj-dt .new-box {
    width: 1600px;
    margin: 0 auto;
}

.dangjian .dj-dt .new-box .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.dangjian .dj-dt .new-box .box .dt {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.dangjian .dj-dt .new-box .box .dt .time {
    font-size: 14px;
    color: #999;
    line-height: 28px;
    border-bottom: 2px solid #0073a3;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.dangjian .dj-dt .new-box .box .dt P {
    text-indent: 2em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    
    margin: 10px 0;
    font-size: 18px;
    color: #333;
    line-height: 26px;
}

.dangjian .dj-dt .new-box .box .dt img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.dangjian .dj-dt .new-box .box .gongg {
    width: 300px;
    height: 100%;
    margin-left: 40px;
}

.dangjian .dj-dt .new-box .box .gongg .more_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #c20713;
    padding-bottom: 16px;
    color: #c20713;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dangjian .dj-dt .new-box .box .gongg .more_wrap span {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
}

.dangjian .dj-dt .new-box .box .gongg .more_wrap a {
    font-size: 14px;
    line-height: 26px;
    color: #c20713;
}

.dangjian .dj-dt .new-box .box .gongg .ul-text {
    padding-left: 20px;
    width: 300px;
    margin-bottom: 20px;
}

.dangjian .dj-dt .new-box .box .gongg .ul-text li {
    border-bottom: 1px dashed #E5E5E5;
    padding: 20px 0;
    list-style: disc;
    color: #929191;
}

.dangjian .dj-dt .new-box .box .gongg .ul-text li a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #555;
    line-height: 26px;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    overflow: hidden;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* W3C */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.dangjian .dj-dt .new-box .box .gongg .ul-text li:hover {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #c20713;
    font-weight: bold;
}

.dangjian .dj-dt .new-box .box .gongg .ul-text li:hover a {
    color: #c20713;
}

.dangjian .dj-dt .new-box .box .gongg .ul-img li {
    margin-top: 20px;
}

.dangjian .dj-dt .new-box .box .gongg .ul-img li a {
    display: block;
    position: relative;
    height: 170px;
    overflow: hidden;
}

.dangjian .dj-dt .new-box .box .gongg .ul-img li a img {
    display: inline-block;
    width: 100%;
    height: 170px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.dangjian .dj-dt .new-box .box .gongg .ul-img li a div {
    font-size: 16px;
    height: 36px;
    width: 100%;
    line-height: 36px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}

.dangjian .dj-dt .new-box .box .gongg .ul-img li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dangjian .dj-dt .new-box .box .gongg .ul-img li a:hover div {
    font-weight: bold;
}

.dangjian .dj-dt .prev,
.dangjian .dj-dt .next {
    width: 100%;
    margin-top: 20px;
}

.dangjian .dj-dt .prev span,
.dangjian .dj-dt .next span {
    font-size: 16px;
    color: #333;
}

.dangjian .dj-dt .prev a,
.dangjian .dj-dt .next a {
    font-size: 16px;
    color: #c20713;
}

.dangjian.xinw .top-img {
    margin: 0;
}

.dangjian.xinw .page-dt .new-box {
    width: 1600px;
    margin: 0 auto;
}

.dangjian.xinw .page-dt .new-box .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.dangjian.xinw .page-dt .new-box .box .xw-1 {
    width: -webkit-calc(100%);
    width: -moz-calc(100%);
    width: calc(100%);
}

.dangjian.xinw .page-dt .new-box .box .xw-1 li {
    width: 100%;
}

.dangjian.xinw .page-dt .new-box .box .xw-1 li a:hover {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.dangjian.xinw .page-dt .new-box .box .xw-1 li a:hover>span {
    color: #fe0000;
    font-weight: bold;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.dangjian.xinw .in-page .strong {
    border: none;
    background: #fe0000;
    color: #FFFFFF;
}

.dangjian.xinw .in-page a:hover {
    background-color: #fe0000;
    color: #FFFFFF;
}

@media (max-width: 1610px) {
    .dangjian .top-img span {
        max-width: 96%;
    }

    .dangjian .tab-wrap .tab-box {
        width: 96%;
        position: relative;
    }

    .dangjian .tab-wrap .tab-box ul {
        display: block;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .dangjian .tab-wrap .tab-box ul li {
        display: inline-block;
    }

    .dangjian .tab-wrap .tab-box ul li a {
        padding: 0 10px;
    }

    .dangjian .tab-wrap .tab-box ul::-webkit-scrollbar {
        height: 3px;
        background: #b1bcbf;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .dangjian .tab-wrap .tab-box ul::-webkit-scrollbar-thumb {
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background: #c20713_scroll;
    }

    .dangjian .tab-wrap .tab-box div {
        height: 50px;
        position: absolute;
        left: 0;
        bottom: -60px;
        line-height: 50px;
    }

    .dangjian .banner-wrap {
        width: 96%;
        margin: 70px auto 50px auto;
    }

    .dangjian .swiper_b {
        width: 96%;
        margin: 40px auto;
        position: relative;
    }

    .dangjian .list-wrap {
        width: 96%;
        margin: 0 auto 50px auto;
    }

    .dangjian .dj-list {
        padding-top: 60px !important;
    }

    .dangjian .dj-list .new-box {
        width: 96%;
    }

    .dangjian .dj-list .new-box .tab-wrap-m {
        width: 96% !important;
    }

    .dangjian .dj-dt .new-box {
        width: 96%;
    }
}

@media (max-width: 1210px) {
    .dangjian.xinw .top-img {
        margin: 0;
    }

    .dangjian.xinw .page-dt .new-box {
        width: 96%;
        margin: 50px auto 0 auto;
        padding-top: 0 !important;
    }

    .dangjian.xinw .page-dt-d .box {
        width: 96%;
        margin: 50px auto 0 auto;
        padding-top: 20px;
    }
}

@media (max-width: 1000px) {
    .dangjian .top-img {
        height: 290px;
    }

    .dangjian .top-img .dh {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 123;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .dangjian .top-img .dh img {
        width: -webkit-calc(519px * 0.5);
        width: -moz-calc(519px * 0.5);
        width: calc(519px * 0.5);
        height: -webkit-calc(102px * 0.5);
        height: -moz-calc(102px * 0.5);
        height: calc(102px * 0.5);
    }

    .dangjian .banner-wrap {
        width: 96%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .dangjian .banner-wrap .dangjian-banner {
        width: 100%;
        height: 370px;
        float: left;
        margin-right: 0;
    }

    .dangjian .banner-wrap .list {
        width: 100%;
        margin-top: 20px;
    }

    .dangjian .banner-wrap .list h1 {
        margin: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .dangjian .banner-wrap .list ul li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 30px;
        padding-left: 10px;
        position: relative;
        margin: 13px 0;
    }

    .dangjian .banner-wrap .list ul li span {
        display: block;
        width: 116px;
        text-align: right;
        font-size: 14px;
        color: #999999;
    }

    .dangjian .banner-wrap .list ul li a {
        display: inline-block;
        width: -webkit-calc(100% - 116px);
        width: -moz-calc(100% - 116px);
        width: calc(100% - 116px);
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 16px;
        height: 100%;
        line-height: 30px;
        color: #424242;
    }

    .dangjian .banner-wrap .list ul li::after {
        content: '>';
        position: absolute;
        color: #ffa11b;
        width: 10px;
        height: 16px;
        font-size: 16px;
        left: 0;
        top: 5px;
        line-height: 16px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .dangjian .list-wrap {
        width: 96%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .dangjian .list-wrap .list {
        width: 100%;
        margin-bottom: 20px;
    }

    .dangjian .dj-list .new-box {
        width: 96%;
    }

    .dangjian .dj-list .new-box .tab-wrap-m {
        margin: -20px auto 0 auto;
    }

    .dangjian .dj-list .new-box .tab-wrap-m .tab-m {
        font-size: 16px;
        color: #666;
        background-image: url("/qcgcxy/img/tab-bg.png");
        background-repeat: no-repeat;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
        width: 120px;
        height: 66px;
        text-align: center;
        line-height: 92px;
        margin: 0 5px;
    }

    .dangjian .dj-list .new-box .box .gongg {
        display: none;
    }

    .dangjian .dj-dt .new-box {
        width: 96%;
    }

    .dangjian .dj-dt .new-box .box .gongg {
        display: none;
    }
}

@media (max-width: 768px) {
    .dangjian .top-img {
        height: 190px;
    }

    .dangjian .banner-wrap .dangjian-banner {
        height: 300px;
    }

    .dangjian .list ul li {
        margin: 5px auto !important;
    }

    .dangjian .banner-wrap {
        margin-bottom: 20px;
    }

    .dangjian .swiper_b {
        margin: 20px auto;
    }

    .dangjian .footer p {
        margin: 0;
    }

    .dangjian .footer p span {
        display: block;
        margin-top: 6px;
    }

    .dangjian .dj-list {
        padding: 50px 0 0 0 !important;
    }

    .dangjian .dj-list .new-box .box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .dangjian .dj-list .new-box .box .more_wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        border-bottom: 1px solid #ddd;
    }

    .dangjian .dj-list .new-box .box .more_wrap span {
        height: 100%;
        font-size: 24px;
        color: #0073a3;
        font-weight: bold;
        position: relative;
        padding-bottom: 20px;
    }

    .dangjian .dj-list .new-box .box .more_wrap span::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 32px;
        height: 5px;
        background-color: #0073a3;
    }

    .dangjian .dj-list .new-box .box .xw-1-wrap {
        width: 100%;
    }

    .dangjian .dj-list .new-box .box .xw-1-wrap .xw-1 li {
        width: 100%;
    }

    .dangjian .dj-list .new-box .box .xw-1-wrap .xw-1 li a {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 1px solid #E5E5E5;
        padding: 25px 0 30px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .dangjian .dj-list .new-box .box .xw-1-wrap .xw-1 li a>span {
        display: block;
        width: 100%;
        font-size: 20px;
        color: #333333;
        margin-bottom: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }

    .dangjian .dj-list .new-box .box .xw-1-wrap .xw-1 li a .img {
        width: -webkit-calc(210px * 0.7);
        width: -moz-calc(210px * 0.7);
        width: calc(210px * 0.7);
        height: -webkit-calc(136px * 0.7);
        height: -moz-calc(136px * 0.7);
        height: calc(136px * 0.7);
        overflow: hidden;
    }

    .dangjian .dj-list .new-box .box .xw-1-wrap .xw-1 li a .img+.det {
        width: -webkit-calc(100% - -webkit-calc(210px * 0.7));
        width: -moz-calc(100% - -moz-calc(210px * 0.7));
        width: calc(100% - calc(210px * 0.7));
        padding-left: 2.07%;
    }

    .dangjian .dj-list .new-box .box .xw-1-wrap .xw-1 li a .det {
        width: 100%;
    }

    .dangjian .dj-list .new-box .box .xw-1-wrap .xw-1 li a .det .p1 {
        font-size: 14px;
        color: #888888;
        line-height: 32px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }
}

.bodyhid {
    width: 100%;
    overflow: hidden;
}

.in-page {
    width: 100%;
    text-align: center;
    padding: 30px;
}

.in-page span {
    display: inline-block;
    font-size: 0.875rem;
    color: #666666;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.in-page .strong {
    border: none;
    background: #0841a9;
    color: #FFFFFF;
}

.in-page a {
    display: inline-block;
    font-size: 0.875rem;
    color: #666666;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.in-page a:hover {
    background-color: #0841a9;
    color: #FFFFFF;
}

.in-page span:hover {
    background-color: #0841a9;
    color: #FFFFFF;
    cursor: pointer;
}

#num-wrap {
    background: none;
    padding: 0;
    border: none;
}

@media (max-width: 768px) {

    .in-page a,
    .in-page span {
        padding: 5px;
    }
}

html {
    font-family: "Microsoft YaHei";
}

body {
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
    position: relative;
}

.main {
    min-height: 600px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body::-webkit-scrollbar {
    width: 5px;
    background: #b1bcbf;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

body::-webkit-scrollbar-thumb {
    width: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #0841a9;
}

.load {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: #1D2630;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.spinner-box {
    width: 300px;
    height: 300px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.circle-border {
    width: 150px;
    height: 150px;
    padding: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #55b0de;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #0841a9), to(#55b0de));
    background: -moz-linear-gradient(bottom, #0841a9 33%, #55b0de 100%);
    background: linear-gradient(0deg, #0841a9 33%, #55b0de 100%);
    -webkit-animation: spin 0.8s linear 0s infinite;
    -moz-animation: spin 0.8s linear 0s infinite;
    animation: spin 0.8s linear 0s infinite;
}

.circle-core {
    width: 100%;
    height: 100%;
    background-color: #1d2630;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.in-page table {
    width: 100%;
    text-align: center;
}

.in-page table table {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.in-page table table td,
.in-page table table a,
.in-page table table div {
    font-size: 18px;
}

.in-page table table tbody tr div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.in-page table table a,
#gotopagebut,
#a269504GOPAGE {
    display: inline-block;
    height: 30px;
    line-height: 30px !important;
    padding: 0 10px !important;
    margin: 3px 0;
}

.hz .top-img {
    margin-top: 116px;
    width: 100%;
    height: 380px;
    position: relative;
}

.hz .top-img .bg {
    display: block;
    width: 100%;
    height: 100%;
}

.hz .top-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(8, 65, 169, 0.9)));
    background-image: -moz-linear-gradient(transparent, rgba(8, 65, 169, 0.9));
    background-image: linear-gradient(transparent, rgba(8, 65, 169, 0.9));
    z-index: 1;
}

.hz .top-img .tab-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.hz .top-img .tab {
    width: 1600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.hz .top-img .tab .name {
    width: 340px;
    height: 100px;
    line-height: 100px;
    background-image: url("/qcgcxy/img/name-bg.png");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.hz .top-img .tab .name::before {
    position: absolute;
    left: 13px;
    top: 13px;
    content: "";
    width: 42px;
    height: 3px;
    background-image: url("/qcgcxy/img/name-icon.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.hz .top-img .tab .tab-box {
    padding: 10px;
    overflow-x: auto;
    white-space: nowrap;
}

.hz .top-img .tab .tab-box::-webkit-scrollbar {
    height: 5px;
    background: #b1bcbf;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.hz .top-img .tab .tab-box::-webkit-scrollbar-thumb {
    height: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #0841a9;
}

.hz .top-img .tab .tab-box span,
.hz .top-img .tab .tab-box a {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    margin-right: 5px;
}

.hz .top-img .tab .tab-box img {
    vertical-align: middle;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    margin-top: -3px;
}

.hz .img-jj-box {
    background-image: url("/qcgcxy/img/gk-bg.png");
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

.hz .img-jj-box .img-wrap {
    width: 1600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0;
}

.hz .img-jj-box .img-wrap .img-item {
    width: 16%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 5%;
    margin-top: 30px;
}

.hz .img-jj-box .img-wrap .img-item:hover div {
    color: #0841a9;
    font-weight: bold;
    font-size: 18px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.hz .img-jj-box .img-wrap .img-item img {
    display: inline-block;
    width: 100%;
    height: 97px;
    -webkit-box-shadow: 1px 1px 10px 1px gray;
    -moz-box-shadow: 1px 1px 10px 1px gray;
    box-shadow: 1px 1px 10px 1px gray;
}

.hz .img-jj-box .img-wrap .img-item div {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.hz .img-jj-box .img-wrap .img-item:nth-of-type(5n) {
    margin-right: 0;
}

@media (max-width: 1610px) {
    .hz .top-img .tab {
        width: 96% !important;
    }

    .hz .img-jj-box .img-wrap {
        width: 96%;
    }
}

@media (max-width: 1300px) {
    .hz .img-jj-box .img-wrap {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .hz .img-jj-box .img-wrap .img-item {
        margin-right: 5% !important;
        width: 30% !important;
    }

    .hz .img-jj-box .img-wrap .img-item:nth-of-type(3n) {
        margin-right: 0 !important;
    }
}

@media (max-width: 1000px) {
    .hz .top-img {
        margin-top: 80px;
        height: 200px;
    }

    .hz .top-img .tab .name {
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }

    .hz .img-jj-box .img-wrap {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 0 !important;
    }

    .hz .img-jj-box .img-wrap .img-item {
        margin-right: 0 !important;
        width: 45% !important;
        margin-top: 10px !important;
    }
}

@media (max-width: 768px) {
    .hz .img-jj-box .img-wrap {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .hz .img-jj-box .img-wrap .img-item {
        margin-top: 20px;
        margin-right: 0 !important;
        width: 100% !important;
    }
}

.search-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.search-box .s-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.search-box .s-box {
    padding: 10px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

.search-box .s-box form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-box .s-box input {
    border: none;
    outline: none;
    display: inline-block;
    width: 260px;
}

.search-box .s-box button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    margin: 5px;
    padding: 5px 10px;
    background-color: #0841a9;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 6;
    width: 100%;
}

.nav .nav-box {
    width: 1600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 116px;
}

.nav .nav-box .logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav .nav-box .logo .logo1 {
    width: 83px;
    height: 83px;
    margin-right: 16px;
}

.nav .nav-box .logo .logo2 {
    width: 446px;
    height: 43px;
}

.nav .nav-box .ul_ {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav .nav-box .ul_ .li-s {
    display: none;
}

.nav .nav-box .ul_ .li_ {
    padding: 10px 0;
    position: relative;
}

.nav .nav-box .ul_ .li_ .a {
    padding: 0 14px;
    color: #fff;
    font-size: 18px;
    position: relative;
}

.nav .nav-box .ul_ .li_ .a::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background-color: #fff;
    bottom: -6px;
    left: 25%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.nav .nav-box .ul_ .li_>.nav-two {
    display: none;
    position: absolute;
    z-index: 123;
    top: 36px;
    left: -50%;
    width: 200%;
    -webkit-animation-name: nav_two;
    -moz-animation-name: nav_two;
    animation-name: nav_two;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    padding-top: 43px;
}

.nav .nav-box .ul_ .li_>.nav-two ul {
    padding: 0 18px 20px 18px;
    background-color: #fff;
    border-bottom: 3px solid #0841a9;
    position: relative;
}

.nav .nav-box .ul_ .li_>.nav-two ul::before {
    content: "";
    position: absolute;
    left: -webkit-calc(50% - 10px);
    left: -moz-calc(50% - 10px);
    left: calc(50% - 10px);
    top: -20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.nav .nav-box .ul_ .li_>.nav-two ul::after {
    content: "";
    position: absolute;
    left: -webkit-calc(50% - 1px);
    left: -moz-calc(50% - 1px);
    left: calc(50% - 1px);
    top: -43px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 2px;
    height: 40px;
    background-color: #fff;
}

.nav .nav-box .ul_ .li_>.nav-two ul li {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 20px 0;
}

.nav .nav-box .ul_ .li_>.nav-two ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(#000), to(#fff));
    background-image: -moz-linear-gradient(left, #fff, #000, #fff);
    background-image: linear-gradient(to right, #fff, #000, #fff);
}

.nav .nav-box .ul_ .li_>.nav-two ul li a {
    padding: 0;
    color: #333;
    font-size: 18px;
}

.nav .nav-box .ul_ .li_>.nav-two ul li a:hover {
    color: #0841a9;
    font-weight: bold;
}

.nav .nav-box .ul_ .li_>.nav-two.act {
    display: block;
}

.nav .nav-box .ul_ li:hover .a::after {
    width: 50%;
}

.nav .nav-box .ul_ li:hover .nav-two {
    display: block;
}

.nav .nav-box .search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.nav .nav-box .search img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.nav .nav-box .search span {
    min-width: 36px;
    font-size: 14px;
    color: #fff;
}

.nav .nav-box .menu-button {
    display: none;
    position: absolute;
    top: -webkit-calc(50% - 19.5px);
    top: -moz-calc(50% - 19.5px);
    top: calc(50% - 19.5px);
    right: 10px;
    padding: 10px;
    cursor: pointer;
    background-image: -moz-linear-gradient(315deg, #0841a9, whitesmoke);
    /* background-image: linear-gradient(135deg, #0841a9, whitesmoke); */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 99;
}

.nav .nav-box .menu-button .bar {
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    margin: 5px auto;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.nav .nav-box .menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.nav .nav-box .menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.nav .nav-box .cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -moz-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}

.nav .nav-box .cross .bar:nth-of-type(2) {
    opacity: 0;
}

.nav .nav-box .cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -moz-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}

.nav .nav-box .menu-button.cross {
    background-image: -moz-linear-gradient(315deg, #0841a9, whitesmoke);
    /* background-image: linear-gradient(135deg, #0841a9, whitesmoke); */
}

.nav.bg {
    background-image: url("/qcgcxy/img/nav-bg.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-box-shadow: 10px 15px 10px -15px #111;
    -moz-box-shadow: 10px 15px 10px -15px #111;
    box-shadow: 10px 15px 10px -15px #111;
    border: none;
}

.footer-wrap {
    background-image: url("/qcgcxy/img/bottom-bg.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.footer-wrap .footer-box {
    height: 226px;
    width: 1600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-wrap .footer-box img {
    width: auto;
    height: auto;
}

.footer-wrap .footer-box .logo-wrap .logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.footer-wrap .footer-box .logo-wrap .logo img:nth-of-type(1) {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.footer-wrap .footer-box .logo-wrap .logo img:nth-of-type(2) {
    width: 346px;
    height: 30px;
}

.footer-wrap .footer-box .logo-wrap div {
    font-size: 15px;
    line-height: 32px;
    color: #fff;
}

.footer-wrap .footer-box .logo-wrap div a {
    font-size: 15px;
    line-height: 32px;
    color: #fff;
    position: relative;
    padding: 5px 0;
}

.footer-wrap .footer-box .logo-wrap div a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 0%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-wrap .footer-box .logo-wrap div a:hover::after {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
}

.footer-wrap .footer-box .text p {
    font-size: 15px;
    line-height: 32px;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-wrap .footer-box .text p a {
    font-size: 15px;
    line-height: 32px;
    color: #fff;
    position: relative;
}

.footer-wrap .footer-box .text p a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 0%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-wrap .footer-box .text p a:hover::after {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
}

.footer-wrap .footer-box .text p i {
    height: 15px;
    width: 1px;
    background-color: #fff;
    margin: 0 13px;
}

.footer-wrap .footer-box .text p img {
    margin-right: 10px;
}

.footer-wrap .footer-box .text p:nth-of-type(2) {
    margin: 10px 0;
}

.footer-wrap .footer-box .code-wrap p {
    font-size: 15px;
    color: #fff;
    line-height: 32px;
    margin-top: 10px;
    text-align: center;
}

.footer-wrap .footer-box .icon {
    width: 1px;
    margin: 0 10px;
    height: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background-image: -moz-linear-gradient(transparent, rgba(255, 255, 255, 0.8), transparent);
    background-image: linear-gradient(transparent, rgba(255, 255, 255, 0.8), transparent);
}

.index .banner {
    min-height: 100vh;
    width: 100%;
    height: 110px;
}

.index .banner .image,
.index .banner .swiper-container .swiper-slide>img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.index .banner .wh,
.index .banner .swiper-container,
.index .banner .swiper-container .swiper-wrapper,
.index .banner .swiper-container .swiper-slide,
.index .banner .swiper-container .swiper-slide .ban {
    width: 100%;
    height: 100%;
}

.index .banner .ts-mc,
.index .banner .swiper-container .swiper-slide .ban {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.index .banner .swiper-container .swiper-slide {
    position: relative;
}

.index .banner .swiper-container .swiper-slide .ban {
    z-index: 15;
    max-width: 1400px;
    top: -50px;
}

.index .banner .swiper-container .swiper-slide .ban img {
    display: inline-block;
    width: auto;
    height: auto;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s;
}

.index .banner .swiper-container .swiper-slide .ban .b31 {
    left: 0;
    top: 20%;
    z-index: 10;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translate(0, 0) scale(1.5, 1.5);
    -moz-transform: translate(0, 0) scale(1.5, 1.5);
    -ms-transform: translate(0, 0) scale(1.5, 1.5);
    transform: translate(0, 0) scale(1.5, 1.5);
}

.index .banner .swiper-container .swiper-slide .ban .b32 {
    left: 0;
    top: 28.6%;
    z-index: 10;
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    transition-delay: .7s;
    -webkit-transform: translate(0, 150px) scale(1, 1);
    -moz-transform: translate(0, 150px) scale(1, 1);
    -ms-transform: translate(0, 150px) scale(1, 1);
    transform: translate(0, 150px) scale(1, 1);
}

.index .banner .swiper-container .swiper-slide .ban .b33 {
    left: 0;
    top: 37%;
    z-index: 10;
    -webkit-transition-delay: 1.6s;
    -moz-transition-delay: 1.6s;
    transition-delay: 1.6s;
    -webkit-transform: translate(0, 0) scale(1.5, 1.5);
    -moz-transform: translate(0, 0) scale(1.5, 1.5);
    -ms-transform: translate(0, 0) scale(1.5, 1.5);
    transform: translate(0, 0) scale(1.5, 1.5);
    cursor: pointer;
}

.index .banner .swiper-container .swiper-slide-active>img {
    -webkit-animation: and_none1 10s linear 0s both;
    -moz-animation: and_none1 10s linear 0s both;
    animation: and_none1 10s linear 0s both;
}

.index .banner .swiper-container .swiper-slide-active .ban img {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1) !important;
    -moz-transform: translate(0, 0) scale(1, 1) !important;
    -ms-transform: translate(0, 0) scale(1, 1) !important;
    transform: translate(0, 0) scale(1, 1) !important;
}

.index .banner .swiper-pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 200;
    text-align: center;
    margin: 0 auto;
    width: 1720px;
    margin: 0 auto;
    bottom: 200px;
}

.index .banner .swiper-pagination span {
    opacity: 1;
    margin: 5px 0 0 0 !important;
    width: 20px;
    height: 5px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.index .banner .swiper-pagination span.swiper-pagination-bullet-active {
    width: 30px;
    opacity: 1;
    background: white;
}

.index .gongg {
    background-color: rgba(7, 19, 75, 0.6);
    height: 110px;
    margin-top: -110px;
    position: relative;
    z-index: 1;
}

.index .gongg .gongg-box {
    width: 1600px;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.index .gongg .gongg-box .title {
    margin-right: 40px;
    padding-right: 40px;
    position: relative;
}

.index .gongg .gongg-box .title::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background-image: -moz-linear-gradient(transparent, rgba(255, 255, 255, 0.8), transparent);
    background-image: linear-gradient(transparent, rgba(255, 255, 255, 0.8), transparent);
}

.index .gongg .gongg-box .title div:nth-of-type(1) {
    font-size: 24px;
    line-height: 30px;
}

.index .gongg .gongg-box .title div:nth-of-type(2) {
    font-size: 24px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.4);
}

.index .gongg .gongg-box .item-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
}

.index .gongg .gongg-box .item-wrap .item {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.index .gongg .gongg-box .item-wrap .item div:nth-of-type(1) {
    width: 90%;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
}

.index .gongg .gongg-box .item-wrap .item div:nth-of-type(2) {
    width: 90%;
    font-size: 14px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
}

.index .gongg .gongg-box .item-wrap .item:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding-left: 10px;
    padding-right: 10px;
}

.index .gongg .gongg-box .item-wrap .item:hover a div:nth-of-type(1) {
    font-size: 18px;
    font-weight: bold;
}

.index .gongg .gongg-box .item-wrap .item:hover a div:nth-of-type(2) {
    font-size: 16px;
    font-weight: bold;
}

.index .news {
    background-image: url("/qcgcxy/img/news-bg.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-top: 60px;
}

.index .news .news-box {
    margin: 0 auto;
    width: 1600px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.index .news .news-box .l {
    width: 70%;
    margin-right: 50px;
}

.index .news .news-box .l .mews-t {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.index .news .news-box .l .mews-t .text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index .news .news-box .l .mews-t .text img {
    width: 40px;
    height: 45px;
    margin-right: 16px;
}

.index .news .news-box .l .mews-t .text div {
    position: relative;
}

.index .news .news-box .l .mews-t .text div .zh {
    font-size: 26px;
    line-height: 36px;
    color: #0841a9;
    font-weight: bold;
}

.index .news .news-box .l .mews-t .text div .en {
    font-size: 14px;
    line-height: 36px;
    color: rgba(8, 65, 169, 0.5);
}

.index .news .news-box .l .mews-t .text div::after {
    position: absolute;
    content: "";
    width: 130px;
    height: 1px;
    background-color: #0841a9;
    left: 0;
    bottom: 0;
}

.index .news .news-box .l .mews-t a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index .news .news-box .l .mews-t a span {
    color: #0841a9;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
}

.index .news .news-box .l .mews-t a img {
    width: 68px;
    height: 17px;
}

.index .news .news-box .l .news-banner {
    /*先去掉默认样式*/
}

.index .news .news-box .l .news-banner .swiper-slide.swiper-slide-active a .swiper-text {
    display: block;
}

.index .news .news-box .l .news-banner .swiper-slide:hover a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.index .news .news-box .l .news-banner .swiper-slide:hover a .swiper-text h1 {
    color: #0841a9;
    font-weight: bold;
}

.index .news .news-box .l .news-banner .swiper-slide:hover a .swiper-text div:nth-of-type(1) {
    color: #0841a9;
}

.index .news .news-box .l .news-banner .swiper-slide a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.index .news .news-box .l .news-banner .swiper-slide a .img {
    min-width: 580px;
    max-width: 580px;
    height: 420px;
    margin-right: 40px;
    overflow: hidden;
}

.index .news .news-box .l .news-banner .swiper-slide a .img img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.index .news .news-box .l .news-banner .swiper-slide a .swiper-text {
    display: none;
}

.index .news .news-box .l .news-banner .swiper-slide a .swiper-text h1 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #333;
    line-height: 36px;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    overflow: hidden;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* W3C */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index .news .news-box .l .news-banner .swiper-slide a .swiper-text div:nth-of-type(1) {
    font-size: 16px;
    line-height: 36px;
    color: #888;
    margin-top: 10px;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 4;
    overflow: hidden;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    /* W3C */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.index .news .news-box .l .news-banner .swiper-slide a .swiper-text .time {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ccc;
    padding: 12px 0;
    width: 160px;
    margin-top: 50px;
}

.index .news .news-box .l .news-banner .swiper-slide a .swiper-text .time img {
    width: 21px;
    height: 21px;
    margin-right: 10px;
}

.index .news .news-box .l .news-banner .swiper-slide a .swiper-text .time span {
    font-size: 16px;
    color: #888;
}

.index .news .news-box .l .news-banner .btn-wrap {
    height: 50px;
    width: 120px;
    position: absolute;
    left: 580px;
    bottom: 0;
    z-index: 666;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #0841a9;
}

.index .news .news-box .l .news-banner .btn-wrap span {
    color: #fff;
}

.index .news .news-box .l .news-banner .btn-wrap div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.index .news .news-box .l .news-banner .swiper-button-prev:after,
.index .news .news-box .l .news-banner .swiper-button-next:after {
    font-size: 25px !important;
}

.index .news .news-box .l .news-banner .swiper-button-next,
.index .news .news-box .l .news-banner .swiper-button-prev {
    top: 50%;
    color: #fff;
}

.index .news .news-box .l .news-banner:hover .swiper-button-next,
.index .news .news-box .l .news-banner:hover .swiper-button-prev {
    opacity: 1;
}

.index .news .news-box .l .news-list ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5px;
}

.index .news .news-box .l .news-list ul li {
    width: 48%;
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}

.index .news .news-box .l .news-list ul li:hover {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #0841a9;
    font-weight: bold;
}

.index .news .news-box .l .news-list ul li:hover a {
    color: #0841a9;
}

.index .news .news-box .l .news-list ul li:hover a div {
    color: #0841a9 !important;
}

.index .news .news-box .l .news-list ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}

.index .news .news-box .l .news-list ul li a .l {
    min-width: 70px;
    max-width: 80px;
    margin-right: 20px;
}

.index .news .news-box .l .news-list ul li a .l div:nth-of-type(1) {
    font-size: 30px;
    line-height: 36px;
    color: #666;
    text-align: center;
}

.index .news .news-box .l .news-list ul li a .l div:nth-of-type(2) {
    font-size: 14px;
    line-height: 36px;
    color: #666;
    text-align: center;
}

.index .news .news-box .l .news-list ul li a .r {
    font-size: 18px;
    line-height: 36px;
    color: #333;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    overflow: hidden;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* W3C */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index .news .news-box .news-right {
    width: -webkit-calc(30% - 30px);
    width: -moz-calc(30% - 30px);
    width: calc(30% - 30px);
    -webkit-box-shadow: 1px 1px 6px 1px gray;
    -moz-box-shadow: 1px 1px 6px 1px gray;
    box-shadow: 1px 1px 6px 1px gray;
}

.index .news .news-box .news-right .n-r-t {
    height: 110px;
    background-color: #0841a9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    padding: 0 20px;
}

.index .news .news-box .news-right .n-r-t .text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index .news .news-box .news-right .n-r-t .text img {
    width: 40px;
    height: 45px;
    margin-right: 16px;
}

.index .news .news-box .news-right .n-r-t .text div {
    position: relative;
}

.index .news .news-box .news-right .n-r-t .text div .zh {
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
}

.index .news .news-box .news-right .n-r-t .text div .en {
    font-size: 14px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.5);
}

.index .news .news-box .news-right .n-r-t .text div::after {
    position: absolute;
    content: "";
    width: 130px;
    height: 1px;
    background-color: #fff;
    left: 0;
    bottom: 0;
}

.index .news .news-box .news-right .n-r-t a span {
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    display: block;
    text-align: center;
}

.index .news .news-box .news-right .n-r-t a img {
    display: block;
    width: 68px;
    height: 17px;
}

.index .news .news-box .news-right .ul-box {
    padding: 30px;
}

.index .news .news-box .news-right .ul-box ul {
    border-left: 1px solid #ccc;
    padding-bottom: 20px;
}

.index .news .news-box .news-right .ul-box ul li {
    border-bottom: 1px solid #ccc;
    padding: 23px 40px;
    position: relative;
}

.index .news .news-box .news-right .ul-box ul li::before {
    position: absolute;
    content: "";
    width: 29px;
    height: 29px;
    background-image: url("/qcgcxy/img/lt.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    left: -14.5px;
    top: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.index .news .news-box .news-right .ul-box ul li:hover {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #0841a9;
    font-weight: bold;
}

.index .news .news-box .news-right .ul-box ul li:hover::before {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.index .news .news-box .news-right .ul-box ul li:hover a {
    color: #0841a9;
}

.index .news .news-box .news-right .ul-box ul li:hover a div {
    color: #0841a9 !important;
}

.index .news .news-box .news-right .ul-box ul li:hover a div:nth-of-type(1)::before {
    content: none !important;
}

.index .news .news-box .news-right .ul-box ul li a div:nth-of-type(1) {
    font-size: 16px;
    line-height: 32px;
    color: #888;
    position: relative;
}

.index .news .news-box .news-right .ul-box ul li a div:nth-of-type(1)::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 15px;
    width: 10px;
    height: 1px;
    background-color: #ccc;
}

.index .news .news-box .news-right .ul-box ul li a div:nth-of-type(2) {
    font-size: 16px;
    line-height: 32px;
    color: #333;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    overflow: hidden;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* W3C */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index .qiche {
    background-image: url("/qcgcxy/img/qiche-bg.png");
    background-position: right 10%;
    background-repeat: no-repeat;
}

.index .zyjs .zyjs-box {
    margin: 60px auto 0 auto;
    width: 1600px;
}

.index .zyjs .zyjs-box .zyjs-t {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.index .zyjs .zyjs-box .zyjs-t .text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index .zyjs .zyjs-box .zyjs-t .text img {
    width: 40px;
    height: 45px;
    margin-right: 16px;
}

.index .zyjs .zyjs-box .zyjs-t .text div {
    position: relative;
}

.index .zyjs .zyjs-box .zyjs-t .text div .zh {
    font-size: 26px;
    line-height: 36px;
    color: #0841a9;
    font-weight: bold;
}

.index .zyjs .zyjs-box .zyjs-t .text div .en {
    font-size: 14px;
    line-height: 36px;
    color: rgba(8, 65, 169, 0.5);
}

.index .zyjs .zyjs-box .zyjs-t .text div::after {
    position: absolute;
    content: "";
    width: 130px;
    height: 1px;
    background-color: #0841a9;
    left: 0;
    bottom: 0;
}

.index .zyjs .zyjs-box .zyjs-t a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index .zyjs .zyjs-box .zyjs-t a span {
    color: #0841a9;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
}

.index .zyjs .zyjs-box .zyjs-t a img {
    width: 68px;
    height: 17px;
}

.index .zyjs .zyjs-box .zyjs-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden;
}

.index .zyjs .zyjs-box .zyjs-list .item {
    margin-bottom: 10px;
    margin-right: 5px;
    width: 140px;
    height: 440px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 10px 0px gray;
    -moz-box-shadow: 1px 1px 10px 0px gray;
    box-shadow: 1px 1px 10px 0px gray;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    margin-top: 5px;
}

.index .zyjs .zyjs-box .zyjs-list .item img {
    width: 340px;
    height: 440px;
}

.index .zyjs .zyjs-box .zyjs-list .item .text-wrap {
    width: 0;
    overflow: hidden;
    background-color: #fff;
    background-image: url("/qcgcxy/img/js-bg.png");
    background-repeat: no-repeat;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
}

.index .zyjs .zyjs-box .zyjs-list .item .look {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 440px;
    z-index: 2;
    background-color: rgba(8, 65, 169, 0.8);
    padding: 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.index .zyjs .zyjs-box .zyjs-list .item .look .h1_ {
    font-size: 24px;
    color: #fff;
    width: 24px;
    height: 440px;
    padding-top: 20px;
}

.index .zyjs .zyjs-box .zyjs-list .item .look .more {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: 15px;
}

.index .zyjs .zyjs-box .zyjs-list .item .look .more img {
    width: 15px;
    height: 10px;
}

.index .zyjs .zyjs-box .zyjs-list .item .look .more div:nth-of-type(1) {
    font-size: 14px;
    margin: 8px 0;
}

.index .zyjs .zyjs-box .zyjs-list .item .look .more div:nth-of-type(2) {
    height: 20px;
    width: 1px;
    background-color: #fff;
}

.index .zyjs .zyjs-box .zyjs-list .item.act {
    width: 724px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.index .zyjs .zyjs-box .zyjs-list .item.act .text-wrap {
    width: 384px;
    padding: 38px 26px;
}

.index .zyjs .zyjs-box .zyjs-list .item.act .text-wrap .title {
    font-size: 23px;
    font-weight: bold;
    color: #0841a9;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}

.index .zyjs .zyjs-box .zyjs-list .item.act .text-wrap .title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #0841a9;
}

.index .zyjs .zyjs-box .zyjs-list .item.act .text-wrap .title::after {
    position: absolute;
    left: 56px;
    bottom: 0;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #0841a9;
}

.index .zyjs .zyjs-box .zyjs-list .item.act .text-wrap .text {
    font-size: 16px;
    line-height: 32px;
    color: #666;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 6;
    overflow: hidden;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    /* W3C */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.index .zyjs .zyjs-box .zyjs-list .item.act .text-wrap a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.index .zyjs .zyjs-box .zyjs-list .item.act .text-wrap a span {
    color: #0841a9;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
}

.index .zyjs .zyjs-box .zyjs-list .item.act .text-wrap a img {
    width: 68px;
    height: 17px;
}

.index .zyjs .zyjs-box .zyjs-list .item.act .look {
    width: 0;
    padding: 0;
    overflow: hidden;
}

.index .zyjs .zyjs-box .zyjs-list .item1 {
    display: inline-block;
    height: 440px;
    width: 724px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.index .zyjs .zyjs-box .zyjs-list .item1 img {
    width: 340px;
    height: 440px;
}

.index .zyjs .zyjs-box .zyjs-list .item1 .text-wrap {
    width: 384px;
    padding: 38px 26px;
}

.index .zyjs .zyjs-box .zyjs-list .item1 .text-wrap .title {
    font-size: 23px;
    font-weight: bold;
    color: #0841a9;
}

.index .zyjs .zyjs-box .zyjs-list .item1 .text-wrap .text {
    font-size: 16px;
    line-height: 32px;
    color: #666;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 6;
    overflow: hidden;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    /* W3C */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.index .zyjs .zyjs-box .zyjs-list .item1 .text-wrap a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index .zyjs .zyjs-box .zyjs-list .item1 .text-wrap a span {
    color: #0841a9;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
}

.index .zyjs .zyjs-box .zyjs-list .item1 .text-wrap a img {
    width: 68px;
    height: 17px;
}

.index .zyjs .zyjs-box .zyjs-list .item1 .look {
    display: none;
}

.index .zsxx {
    height: 668px;
    margin: 60px 0 0 0;
    background-image: url("/qcgcxy/img/zsxx-bg.png");
    background-position: left center;
    background-repeat: no-repeat;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    padding-top: 70px;
    position: relative;
}

.index .zsxx::after {
    position: absolute;
    width: 100%;
    height: 516px;
    content: "";
    right: 0;
    top: 100px;
    z-index: -1;
    background-color: #316cd7;
}

.index .zsxx .t-wrap {
    width: 1600px;
    margin: 0 auto;
}

.index .zsxx .zsxx-t {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    width: 740px;
}

.index .zsxx .zsxx-t .text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index .zsxx .zsxx-t .text img {
    width: 40px;
    height: 45px;
    margin-right: 16px;
}

.index .zsxx .zsxx-t .text div {
    position: relative;
}

.index .zsxx .zsxx-t .text div .zh {
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
}

.index .zsxx .zsxx-t .text div .en {
    font-size: 14px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.5);
}

.index .zsxx .zsxx-t .text div::after {
    position: absolute;
    content: "";
    width: 130px;
    height: 1px;
    background-color: #fff;
    left: 0;
    bottom: 0;
}

.index .zsxx .zsxx-t a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index .zsxx .zsxx-t a span {
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
}

.index .zsxx .zsxx-t a img {
    width: 68px;
    height: 17px;
}

.index .zsxx .zsxx-box {
    width: 1600px;
    margin: 0 auto 70px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.index .zsxx .zsxx-box .zs-banner {
    width: 925px;
    /*先去掉默认样式*/
}

.index .zsxx .zsxx-box .zs-banner .swiper-slide:hover a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.index .zsxx .zsxx-box .zs-banner .swiper-slide:hover a .swiper-text h1 {
    color: #0841a9;
    font-weight: bold;
}

.index .zsxx .zsxx-box .zs-banner .swiper-slide:hover a .swiper-text div:nth-of-type(1) {
    color: #0841a9;
}

.index .zsxx .zsxx-box .zs-banner .swiper-slide a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index .zsxx .zsxx-box .zs-banner .swiper-slide a .img {
    overflow: hidden;
}

.index .zsxx .zsxx-box .zs-banner .swiper-slide a .img img {
    display: block;
    width: 490px;
    height: 340px;
    position: relative;
    z-index: 2;
}

.index .zsxx .zsxx-box .zs-banner .swiper-slide a .swiper-text {
    height: 407px;
    width: 726px;
    background-color: #fff;
    margin-left: -290px;
    padding: 30px 30px 30px 310px;
    background-image: url("/qcgcxy/img/zs-bg.png");
    background-repeat: no-repeat;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    background-position: right top;
}

.index .zsxx .zsxx-box .zs-banner .swiper-slide a .swiper-text h1 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #333;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
}

.index .zsxx .zsxx-box .zs-banner .swiper-slide a .swiper-text div:nth-of-type(1) {
    font-size: 16px;
    line-height: 32px;
    color: #888;
    margin-top: 10px;
    text-indent: 32px;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 4;
    overflow: hidden;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    /* W3C */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.index .zsxx .zsxx-box .zs-banner .swiper-slide a .swiper-text .time {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 160px;
    margin-top: 40px;
}

.index .zsxx .zsxx-box .zs-banner .swiper-slide a .swiper-text .time img {
    width: 21px;
    height: 21px;
    margin-right: 10px;
}

.index .zsxx .zsxx-box .zs-banner .swiper-slide a .swiper-text .time span {
    font-size: 16px;
    color: #888;
}

.index .zsxx .zsxx-box .zs-banner .btn-wrap {
    height: 34px;
    width: 100px;
    position: absolute;
    left: 500px;
    bottom: 30px;
    z-index: 666;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.index .zsxx .zsxx-box .zs-banner .btn-wrap span {
    color: #fff;
}

.index .zsxx .zsxx-box .zs-banner .btn-wrap div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.index .zsxx .zsxx-box .zs-banner .swiper-button-prev:after,
.index .zsxx .zsxx-box .zs-banner .swiper-button-next:after {
    display: none;
}

.index .zsxx .zsxx-box .zs-banner .swiper-button-next,
.index .zsxx .zsxx-box .zs-banner .swiper-button-prev {
    top: 0;
    margin: 0;
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
}

.index .zsxx .zsxx-box .zs-banner .swiper-button-prev {
    background-image: url("/qcgcxy/img/zs-left.png");
}

.index .zsxx .zsxx-box .zs-banner .swiper-button-next {
    background-image: url("/qcgcxy/img/zs-right.png");
}

.index .zsxx .zsxx-box .zs-banner:hover .swiper-button-next,
.index .zsxx .zsxx-box .zs-banner:hover .swiper-button-prev {
    opacity: 1;
}

.index .zsxx .zsxx-box .zs-list {
    position: relative;
    z-index: 2;
    margin-left: 50px;
    overflow: hidden;
}

.index .zsxx .zsxx-box .zs-list ul {
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
}

.index .zsxx .zsxx-box .zs-list ul li {
    padding: 0 0;
    margin-bottom: 10px;
}

.index .zsxx .zsxx-box .zs-list ul li:hover {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #fff;
    font-weight: bold;
}

.index .zsxx .zsxx-box .zs-list ul li:hover a {
    color: #fff;
}

.index .zsxx .zsxx-box .zs-list ul li:hover a span {
    color: #fff !important;
}

.index .zsxx .zsxx-box .zs-list ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index .zsxx .zsxx-box .zs-list ul li a .l {
    min-width: 100px;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}

.index .zsxx .zsxx-box .zs-list ul li a .l div:nth-of-type(1) {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    text-align: center;
}

.index .zsxx .zsxx-box .zs-list ul li a .l div:nth-of-type(2) {
    font-size: 16px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

.index .zsxx .zsxx-box .zs-list ul li a .l::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background-image: -moz-linear-gradient(transparent, rgba(255, 255, 255, 0.8), transparent);
    background-image: linear-gradient(transparent, rgba(255, 255, 255, 0.8), transparent);
}

.index .zsxx .zsxx-box .zs-list ul li a .r {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index .team {
    padding-top: 120px;
    background-image: url("/qcgcxy/img/team-bg.png");
    background-repeat: no-repeat;
    margin-top: -50px;
}

.index .team .team-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    width: 1600px;
}

.index .team .team-box .l {
    width: -webkit-calc(100% - 508px);
    width: -moz-calc(100% - 508px);
    width: calc(100% - 508px);
}

.index .team .team-box .l .t {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.index .team .team-box .l .t .text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index .team .team-box .l .t .text img {
    width: 40px;
    height: 45px;
    margin-right: 16px;
}

.index .team .team-box .l .t .text div {
    position: relative;
}

.index .team .team-box .l .t .text div .zh {
    font-size: 26px;
    line-height: 36px;
    color: #0841a9;
    font-weight: bold;
}

.index .team .team-box .l .t .text div .en {
    font-size: 14px;
    line-height: 36px;
    color: rgba(8, 65, 169, 0.5);
}

.index .team .team-box .l .t .text div::after {
    position: absolute;
    content: "";
    width: 130px;
    height: 1px;
    background-color: #0841a9;
    left: 0;
    bottom: 0;
}

.index .team .team-box .l .t a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index .team .team-box .l .t a span {
    color: #0841a9;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
}

.index .team .team-box .l .t a img {
    width: 68px;
    height: 17px;
}

.index .team .team-box .l .team-banner {
    width: -webkit-calc(268px * 4);
    width: -moz-calc(268px * 4);
    width: calc(268px * 4);
    position: relative;
}

.index .team .team-box .l .team-banner #swiper_team {
    overflow: hidden;
}

.index .team .team-box .l .team-banner .swiper-slide {
    width: 242px;
    height: 430px;
    margin-right: 26px;
    background-color: #fff;
}

.index .team .team-box .l .team-banner .swiper-slide a {
    display: block;
    width: 242px;
    height: 420px;
    -webkit-box-shadow: 1px 1px 5px 1px gray;
    -moz-box-shadow: 1px 1px 5px 1px gray;
    box-shadow: 1px 1px 5px 1px gray;
    text-align: center;
    margin: 5px;
    padding: 30px 30px 0 30px;
    background-color: #fff;
}

.index .team .team-box .l .team-banner .swiper-slide a img {
    display: inline-block;
    width: 160px;
    height: 160px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.index .team .team-box .l .team-banner .swiper-slide a .name {
    color: #0841a9;
    font-size: 18px;
    line-height: 30px;
    padding: 30px 0 20px 0;
    position: relative;
    margin-bottom: 20px;
}

.index .team .team-box .l .team-banner .swiper-slide a .name::after {
    position: absolute;
    content: "";
    left: -webkit-calc(50% - 25px);
    left: -moz-calc(50% - 25px);
    left: calc(50% - 25px);
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #0841a9;
}

.index .team .team-box .l .team-banner .swiper-slide a .text {
    text-align: justify;
    font-size: 16px;
    line-height: 32px;
    color: #666;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 3;
    overflow: hidden;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    /* W3C */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.index .team .team-box .l .team-banner .swiper-slide:hover a {
    -webkit-box-shadow: 1px 1px 5px 1px #0841a9;
    -moz-box-shadow: 1px 1px 5px 1px #0841a9;
    box-shadow: 1px 1px 5px 1px #0841a9;
    background-color: #0841a9;
}

.index .team .team-box .l .team-banner .swiper-slide:hover a .name {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
}

.index .team .team-box .l .team-banner .swiper-slide:hover a .name::after {
    background-color: #fff;
}

.index .team .team-box .l .team-banner .swiper-slide:hover a .text {
    color: #fff;
    font-weight: bold;
}

.index .team .team-box .l .team-banner .swiper-slide.swiper-slide-active a {
    -webkit-box-shadow: 1px 1px 5px 1px #0841a9;
    -moz-box-shadow: 1px 1px 5px 1px #0841a9;
    box-shadow: 1px 1px 5px 1px #0841a9;
    background-color: #0841a9;
}

.index .team .team-box .l .team-banner .swiper-slide.swiper-slide-active a .name {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
}

.index .team .team-box .l .team-banner .swiper-slide.swiper-slide-active a .name::after {
    background-color: #fff;
}

.index .team .team-box .l .team-banner .swiper-slide.swiper-slide-active a .text {
    color: #fff;
    font-weight: bold;
}

.index .team .team-box .l .team-banner .swiper-button-next {
    position: absolute;
    right: -20px;
    color: #dddddd;
}

.index .team .team-box .r {
    -webkit-box-shadow: 1px 1px 5px 1px gray;
    -moz-box-shadow: 1px 1px 5px 1px gray;
    box-shadow: 1px 1px 5px 1px gray;
    width: 458px;
    margin-left: 60px;
    margin: 5px;
    background-color: #fff;
}

.index .team .team-box .r .img {
    width: 100%;
    height: 360px;
    position: relative;
}

.index .team .team-box .r .img img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.index .team .team-box .r .img span {
    padding: 10px 16px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 30px;
    background-color: #0841a9;
}

.index .team .team-box .r .text div:nth-of-type(1) {
    color: #0841a9;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin: 20px 0 10px 0;
}

.index .team .team-box .r .text div:nth-of-type(2) {
    padding: 0 20px;
    color: #555555;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    overflow: hidden;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* W3C */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index .img-wrap {
    padding: 60px 0;
    background-image: url("/qcgcxy/img/img-bg.png");
    background-position: left bottom;
    background-repeat: no-repeat;
}

.index .img-wrap .img-wrap-box {
    width: 1600px;
    margin: 0 auto;
}

.index .img-wrap .img-wrap-box .t {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.index .img-wrap .img-wrap-box .t .text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index .img-wrap .img-wrap-box .t .text img {
    width: 40px;
    height: 45px;
    margin-right: 16px;
}

.index .img-wrap .img-wrap-box .t .text div {
    position: relative;
}

.index .img-wrap .img-wrap-box .t .text div .zh {
    font-size: 26px;
    line-height: 36px;
    color: #0841a9;
    font-weight: bold;
}

.index .img-wrap .img-wrap-box .t .text div .en {
    font-size: 14px;
    line-height: 36px;
    color: rgba(8, 65, 169, 0.5);
}

.index .img-wrap .img-wrap-box .t .text div::after {
    position: absolute;
    content: "";
    width: 130px;
    height: 1px;
    background-color: #0841a9;
    left: 0;
    bottom: 0;
}

.index .img-wrap .img-wrap-box .t a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index .img-wrap .img-wrap-box .t a span {
    color: #0841a9;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
}

.index .img-wrap .img-wrap-box .t a img {
    width: 68px;
    height: 17px;
}

.index .img-wrap .img-wrap-box .img1-box,
.index .img-wrap .img-wrap-box .img2-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.index .img-wrap .img-wrap-box .img1-box .img,
.index .img-wrap .img-wrap-box .img2-box .img {
    height: 308px;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
}

.index .img-wrap .img-wrap-box .img1-box .img div,
.index .img-wrap .img-wrap-box .img2-box .img div {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 47px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 100%;
    white-space: nowrap;
    line-height: 47px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.index .img-wrap .img-wrap-box .img1-box .img img,
.index .img-wrap .img-wrap-box .img2-box .img img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.index .img-wrap .img-wrap-box .img1-box .img:hover,
.index .img-wrap .img-wrap-box .img2-box .img:hover {
    -webkit-box-shadow: 1px 1px 10px 1px gray;
    -moz-box-shadow: 1px 1px 10px 1px gray;
    box-shadow: 1px 1px 10px 1px gray;
}

.index .img-wrap .img-wrap-box .img1-box .img:hover img,
.index .img-wrap .img-wrap-box .img2-box .img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.index .img-wrap .img-wrap-box .img1-box .img:hover div,
.index .img-wrap .img-wrap-box .img2-box .img:hover div {
    font-weight: bold;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.index .img-wrap .img-wrap-box .img1-box {
    margin-bottom: 16px;
}

.index .img-wrap .img-wrap-box .img1-box .img:nth-of-type(1),
.index .img-wrap .img-wrap-box .img1-box .img:nth-of-type(3) {
    width: 380px;
}

.index .img-wrap .img-wrap-box .img1-box .img:nth-of-type(2) {
    width: -webkit-calc(100% - 794px);
    width: -moz-calc(100% - 794px);
    width: calc(100% - 794px);
    margin: 0 16px;
}

.index .img-wrap .img-wrap-box .img1-box .img:nth-of-type(5),
.index .img-wrap .img-wrap-box .img1-box .img:nth-of-type(6) {
    width: 380px;
    margin-left: 16px;
}

.index .img-wrap .img-wrap-box .img1-box .img:nth-of-type(4) {
    width: -webkit-calc(100% - 794px);
    width: -moz-calc(100% - 794px);
    width: calc(100% - 794px);
}

.index .link-wrap {
    background-color: #fff;
}

.index .link-wrap .link-wrap-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1600px;
    margin: 0 auto;
    height: 147px;
}

.index .link-wrap .link-wrap-box .t {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 190px;
}

.index .link-wrap .link-wrap-box .t img {
    width: 40px;
    height: 40px;
}

.index .link-wrap .link-wrap-box .t .text {
    margin-left: 10px;
}

.index .link-wrap .link-wrap-box .t .text .zh {
    font-size: 24px;
    line-height: 30px;
    color: #0841a9;
}

.index .link-wrap .link-wrap-box .t .text .en {
    font-size: 14px;
    line-height: 30px;
    color: rgba(8, 65, 169, 0.5);
}

.index .link-wrap .link-wrap-box .icon {
    height: 147px;
    width: 1px;
    background-color: rgba(8, 65, 169, 0.2);
    margin-left: 50px;
    margin-right: 70px;
}

.index .link-wrap .link-wrap-box ul {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.index .link-wrap .link-wrap-box ul li {
    padding: 0 6px;
}

.index .link-wrap .link-wrap-box ul li a {
    display: block;
    text-align: center;
}

.index .link-wrap .link-wrap-box ul li a img {
    width: 50px;
    height: 50px;
    display: inline-block;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.index .link-wrap .link-wrap-box ul li a div {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-top: 10px;
}

.index .link-wrap .link-wrap-box ul li a:hover img {
    -webkit-transform: rotateY(360deg) scale(1.4);
    -moz-transform: rotateY(360deg) scale(1.4);
    transform: rotateY(360deg) scale(1.4);
}

.index .link-wrap .link-wrap-box ul li a:hover div {
    color: #0841a9;
}

@media (max-width: 1610px) {
    .nav .nav-box {
        width: 96%;
    }

    .footer-wrap .footer-box {
        width: 96%;
    }

    .index .banner .swiper-slide .ban {
        -webkit-transform: translate(0%, 3%) scale(0.8);
        -moz-transform: translate(0%, 3%) scale(0.8);
        -ms-transform: translate(0%, 3%) scale(0.8);
        transform: translate(0%, 3%) scale(0.8);
    }

    .index .gongg .gongg-box {
        width: 96%;
    }

    .index .news {
        padding-top: 30px;
    }

    .index .news .news-box {
        width: 96%;
    }

    .index .zyjs .zyjs-box {
        margin: 30px auto 0 auto;
        width: 96%;
    }

    .index .zsxx {
        margin: 30px 0 0 0;
    }

    .index .zsxx .t-wrap {
        width: 96%;
        margin: 0 auto;
    }

    .index .zsxx .zsxx-box {
        width: 96%;
    }

    .index .team .team-box {
        width: 96%;
    }

    .index .team .team-box .l {
        width: 60%;
    }

    .index .team .team-box .l .team-banner {
        width: 100%;
    }

    .index .img-wrap {
        padding: 30px 0;
    }

    .index .img-wrap .img-wrap-box {
        width: 96%;
        margin: 0 auto;
    }

    .index .link-wrap {
        background-color: #fff;
    }

    .index .link-wrap .link-wrap-box {
        width: 96%;
    }
}

@media (max-width: 1310px) {
    .index .banner {
        height: 690px;
        min-height: 0 !important;
    }

    .index .banner .swiper-slide .ban {
        -webkit-transform: translate(0%, 10%) scale(0.8);
        -moz-transform: translate(0%, 10%) scale(0.8);
        -ms-transform: translate(0%, 10%) scale(0.8);
        transform: translate(0%, 10%) scale(0.8);
    }

    .index .banner .swiper-slide .ban .b31 {
        top: 10% !important;
    }

    .index .banner .swiper-slide .ban .b32 {
        top: 20% !important;
    }

    .index .banner .swiper-slide .ban .b33 {
        top: 30% !important;
    }

    .index .news .news-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index .news .news-box .l {
        width: 100%;
        margin-right: 0;
    }

    .index .news .news-box .news-right {
        width: 100%;
    }

    .index .zsxx {
        height: auto;
        margin: 30px 0 0 0;
        padding-top: 30px;
    }

    .index .zsxx .t-wrap {
        width: 96%;
        margin: 0 auto;
    }

    .index .zsxx .zsxx-t {
        margin-bottom: 20px;
        width: 100%;
    }

    .index .zsxx .zsxx-t .text {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .index .zsxx .zsxx-t .text img {
        width: -webkit-calc(40px * 0.8);
        width: -moz-calc(40px * 0.8);
        width: calc(40px * 0.8);
        height: -webkit-calc(45px * 0.8);
        height: -moz-calc(45px * 0.8);
        height: calc(45px * 0.8);
        margin-right: 6px;
    }

    .index .zsxx .zsxx-t .text div .zh {
        font-size: 24px;
    }

    .index .zsxx .zsxx-t .text div .en {
        display: none;
    }

    .index .zsxx .zsxx-box {
        width: 96%;
        margin: 0 auto 70px auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index .zsxx .zsxx-box .zs-banner {
        width: 100%;
    }

    .index .zsxx .zsxx-box .zs-banner .swiper-slide a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .index .zsxx .zsxx-box .zs-banner .swiper-slide a img {
        display: block;
        width: 490px;
        height: 340px;
        position: relative;
        z-index: 2;
    }

    .index .zsxx .zsxx-box .zs-banner .swiper-slide a .swiper-text {
        height: 407px;
        width: -webkit-calc(100% - 190px);
        width: -moz-calc(100% - 190px);
        width: calc(100% - 190px);
    }

    .index .zsxx .zsxx-box .zs-list {
        margin-left: 0;
        width: 100% !important;
    }

    .index .team {
        padding-top: 0px;
    }

    .index .team .team-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index .team .team-box .l {
        width: 100%;
    }

    .index .team .team-box .l .t {
        margin-bottom: 20px;
    }

    .index .team .team-box .l .t .text {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .index .team .team-box .l .t .text img {
        width: -webkit-calc(40px * 0.8);
        width: -moz-calc(40px * 0.8);
        width: calc(40px * 0.8);
        height: -webkit-calc(45px * 0.8);
        height: -moz-calc(45px * 0.8);
        height: calc(45px * 0.8);
        margin-right: 6px;
    }

    .index .team .team-box .l .t .text div .zh {
        font-size: 24px;
    }

    .index .team .team-box .l .t .text div .en {
        display: none;
    }

    .index .team .team-box .l .team-banner {
        width: 100%;
        position: relative;
    }

    .index .team .team-box .l .team-banner #swiper_team {
        overflow: hidden;
    }

    .index .team .team-box .l .team-banner .swiper-button-next {
        position: absolute;
        right: 0px;
        color: #dddddd;
    }

    .index .team .team-box .r {
        -webkit-box-shadow: 1px 1px 5px 1px gray;
        -moz-box-shadow: 1px 1px 5px 1px gray;
        box-shadow: 1px 1px 5px 1px gray;
        max-width: 458px;
        margin-left: 60px;
        margin: 5px;
    }

    .index .team .team-box .r .img {
        width: 100%;
        height: 360px;
        position: relative;
    }

    .index .team .team-box .r .img img {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .index .team .team-box .r .img span {
        padding: 10px 16px;
        color: #fff;
        position: absolute;
        right: 0;
        bottom: 30px;
        background-color: #0841a9;
    }

    .index .team .team-box .r .text div:nth-of-type(1) {
        margin: 10px 0;
    }

    .index .img-wrap {
        padding: 30px 0;
    }

    .index .img-wrap .img-wrap-box .t {
        margin-bottom: 20px;
    }

    .index .img-wrap .img-wrap-box .t img {
        width: -webkit-calc(40px * 0.8);
        width: -moz-calc(40px * 0.8);
        width: calc(40px * 0.8);
        height: -webkit-calc(45px * 0.8);
        height: -moz-calc(45px * 0.8);
        height: calc(45px * 0.8);
        margin-right: 6px;
    }

    .index .img-wrap .img-wrap-box .t div .zh {
        font-size: 24px;
    }

    .index .img-wrap .img-wrap-box .t div .en {
        display: none;
    }

    .index .img-wrap .img-wrap-box .img1-box,
    .index .img-wrap .img-wrap-box .img2-box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .index .img-wrap .img-wrap-box .img1-box .img,
    .index .img-wrap .img-wrap-box .img2-box .img {
        height: 308px;
        position: relative;
        width: 48% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .footer-wrap {
        background-image: url("/qcgcxy/img/bottom-bg.png");
        background-repeat: no-repeat;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
    }

    .footer-wrap .footer-box {
        height: auto;
        width: 96%;
        padding: 10px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-wrap .footer-box .logo-wrap .logo {
        display: none;
    }

    .footer-wrap .footer-box .logo-wrap div {
        font-size: 15px;
        line-height: 32px;
        color: #fff;
    }

    .footer-wrap .footer-box .text p {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-wrap .footer-box .text p:nth-of-type(2) {
        margin: 5px 0;
    }

    .footer-wrap .footer-box .code-wrap {
        margin: 0 auto;
    }

    .footer-wrap .footer-box .code-wrap p {
        margin-top: 0;
    }

    .footer-wrap .footer-box .icon {
        display: none;
    }
}

@media (max-width: 1000px) {
    .nav .nav-box {
        height: 80px;
    }

    .nav .nav-box .logo .logo1 {
        width: -webkit-calc(83px * 0.56);
        width: -moz-calc(83px * 0.56);
        width: calc(83px * 0.56);
        height: -webkit-calc(83px * 0.56);
        height: -moz-calc(83px * 0.56);
        height: calc(83px * 0.56);
        margin-right: 2px;
    }

    .nav .nav-box .logo .logo2 {
        width: -webkit-calc(446px * 0.56);
        width: -moz-calc(446px * 0.56);
        width: calc(446px * 0.56);
        height: -webkit-calc(43px * 0.56);
        height: -moz-calc(43px * 0.56);
        height: calc(43px * 0.56);
    }

    .nav .nav-box .search {
        display: none;
    }

    .nav .nav-box .menu-button {
        display: block;
    }

    .nav .nav-box .ul_ {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        height: 0;
        overflow: hidden;
        overflow-y: auto;
        width: 100%;
        position: absolute;
        left: 0;
        top: 80px;
        z-index: 99999;
        background-image: -moz-linear-gradient(315deg, #0841a9, whitesmoke);
        background-image: linear-gradient(135deg, #0841a9, whitesmoke);
    }

    .nav .nav-box .ul_ .li-s {
        display: block;
        background-color: #fff;
        margin: 10px auto 0 auto;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .nav .nav-box .ul_ .li-s form {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .nav .nav-box .ul_ .li-s input {
        border: none;
        outline: none;
        display: inline-block;
        width: 260px;
    }

    .nav .nav-box .ul_ .li-s button {
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        margin: 5px;
        padding: 5px 10px;
        background-color: #0841a9;
        color: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .nav .nav-box .ul_ .li_ {
        display: block;
        width: 80%;
        text-align: center;
        margin: 10px auto;
        position: relative;
    }

    .nav .nav-box .ul_ .li_:hover .a::after {
        width: 0%;
    }

    .nav .nav-box .ul_ .li_:hover .nav-two {
        display: none;
    }

    .nav .nav-box .ul_ .li_ .nav-two {
        width: 100%;
        left: 0%;
        top: 0;
        position: relative !important;
        -webkit-animation-name: nav_two_ !important;
        -moz-animation-name: nav_two_ !important;
        animation-name: nav_two_ !important;
        -webkit-animation-duration: 0.5s;
        -moz-animation-duration: 0.5s;
        animation-duration: 0.5s;
    }

    .nav .nav-box .ul_ .li_ .nav-two ul {
        border-bottom: none !important;
        padding: 0;
        padding-bottom: 10px;
    }

    .nav .nav-box .ul_ .li_ .nav-two ul::before {
        content: none;
    }

    .nav .nav-box .ul_ .li_ .nav-icon {
        position: absolute;
        top: 10px;
        right: 0;
        width: 20px;
        height: 20px;
    }

    .nav .nav-box .ul_ .li_ .nav-icon::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background-color: #fff;
        left: 0;
        top: -webkit-calc(50% - 1px);
        top: -moz-calc(50% - 1px);
        top: calc(50% - 1px);
    }

    .nav .nav-box .ul_ .li_ .nav-icon::after {
        position: absolute;
        content: "";
        width: 2px;
        height: 100%;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background-color: #fff;
        top: 0;
        left: -webkit-calc(50% - 1px);
        left: -moz-calc(50% - 1px);
        left: calc(50% - 1px);
    }

    .nav .nav-box .ul_ .li_ .nav-icon.act::after {
        content: none !important;
    }

    .index .banner {
        height: 460px;
        min-height: 0 !important;
    }

    .index .banner .swiper-slide .ban {
        -webkit-transform: translate(-10%, 10%) scale(0.5);
        -moz-transform: translate(-10%, 10%) scale(0.5);
        -ms-transform: translate(-10%, 10%) scale(0.5);
        transform: translate(-10%, 10%) scale(0.5);
    }

    .index .banner .swiper-slide .ban .b31 {
        top: 1% !important;
    }

    .index .banner .swiper-slide .ban .b32 {
        top: 20% !important;
    }

    .index .banner .swiper-slide .ban .b33 {
        top: 40% !important;
    }

    .index .gongg {
        height: auto;
        margin-top: 0;
        background-color: rgba(7, 19, 75, 0.6);
    }

    .index .gongg .gongg-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index .gongg .gongg-box .title {
        margin-right: 10px;
        padding-right: 10px;
    }

    .index .gongg .gongg-box .item-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: -webkit-calc(100% - 130px);
        width: -moz-calc(100% - 130px);
        width: calc(100% - 130px);
    }

    .index .gongg .gongg-box .item-wrap .item {
        width: 100%;
        margin: 5px 0;
        display: none;
    }

    .index .gongg .gongg-box .item-wrap .item:nth-of-type(1) {
        display: block;
    }

    .index .link-wrap {
        background-color: #fff;
    }

    .index .link-wrap .link-wrap-box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
    }

    .index .link-wrap .link-wrap-box .icon {
        display: none;
    }

    .index .link-wrap .link-wrap-box ul {
        width: 100%;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .index .link-wrap .link-wrap-box ul li {
        display: block;
        padding: 0 6px;
        width: 25%;
        margin-bottom: 10px;
    }

    .index .link-wrap .link-wrap-box ul li a div {
        margin-top: 0;
    }
}

@media (max-width: 820px) {
    .index .banner {
        margin-top: 80px;
        height: 230px;
    }

    .index .banner .swiper-container .swiper-slide .ban {
        -webkit-transform: translate(-20%, -1%) scale(0.3);
        -moz-transform: translate(-20%, -1%) scale(0.3);
        -ms-transform: translate(-20%, -1%) scale(0.3);
        transform: translate(-20%, -1%) scale(0.3);
    }

    .index .banner .swiper-container .swiper-slide .ban .b31 {
        top: 1% !important;
    }

    .index .banner .swiper-container .swiper-slide .ban .b32 {
        top: 26% !important;
    }

    .index .banner .swiper-container .swiper-slide .ban .b33 {
        top: 56% !important;
    }

    .index .banner .swiper-pagination {
        width: 100%;
        right: 3%;
        bottom: 40px;
    }

    .index .news .news-box .l .mews-t {
        margin-bottom: 20px;
    }

    .index .news .news-box .l .mews-t .text {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .index .news .news-box .l .mews-t .text img {
        width: -webkit-calc(40px * 0.8);
        width: -moz-calc(40px * 0.8);
        width: calc(40px * 0.8);
        height: -webkit-calc(45px * 0.8);
        height: -moz-calc(45px * 0.8);
        height: calc(45px * 0.8);
        margin-right: 6px;
    }

    .index .news .news-box .l .mews-t .text div .zh {
        font-size: 24px;
    }

    .index .news .news-box .l .news-banner .swiper-slide.swiper-slide-active a .swiper-text {
        display: block;
    }

    .index .news .news-box .l .news-banner .swiper-slide a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index .news .news-box .l .news-banner .swiper-slide a .img {
        display: block;
        min-width: 100% !important;
        max-width: 100% !important;
        height: 300px !important;
        margin-right: 0;
    }

    .index .news .news-box .l .news-banner .swiper-slide a .img img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .index .news .news-box .l .news-banner .swiper-slide a .swiper-text {
        display: none;
    }

    .index .news .news-box .l .news-banner .swiper-slide a .swiper-text h1 {
        line-height: 30px;
    }

    .index .news .news-box .l .news-banner .swiper-slide a .swiper-text div:nth-of-type(1) {
        line-height: 30px;
        margin-top: 5px;
        -moz-line-clamp: 2;
        -webkit-line-clamp: 2;
        -webkit-line-clamp: 2;
    }

    .index .news .news-box .l .news-banner .swiper-slide a .swiper-text .time {
        margin-top: 20px;
    }

    .index .news .news-box .l .news-banner .btn-wrap {
        height: 47px;
        left: 180px;
    }

    .index .news .news-box .l .news-list ul {
        margin: 10px 0;
    }

    .index .news .news-box .l .news-list ul li {
        width: 100%;
        padding: 10px 0;
    }

    .index .news .news-box .l .news-list ul li a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        height: 100%;
    }

    .index .news .news-box .l .news-list ul li a .l {
        margin-right: 10px;
    }

    .index .news .news-box .l .news-list ul li a .l div:nth-of-type(1) {
        font-size: 24px;
        line-height: 30px;
    }

    .index .news .news-box .l .news-list ul li a .l div:nth-of-type(2) {
        font-size: 14px;
        line-height: 30px;
    }

    .index .news .news-box .l .news-list ul li a .r {
        font-size: 16px;
        line-height: 30px;
    }

    .index .news .news-box .news-right .n-r-t {
        height: 80px;
        padding: 0 10px;
    }

    .index .news .news-box .news-right .n-r-t .text img {
        width: -webkit-calc(40px * 0.8);
        width: -moz-calc(40px * 0.8);
        width: calc(40px * 0.8);
        height: -webkit-calc(45px * 0.8);
        height: -moz-calc(45px * 0.8);
        height: calc(45px * 0.8);
        margin-right: 6px;
    }

    .index .news .news-box .news-right .n-r-t .text div .zh {
        font-size: 24px;
    }

    .index .news .news-box .news-right .ul-box {
        padding: 20px;
    }

    .index .news .news-box .news-right .ul-box ul {
        padding-bottom: 10px;
    }

    .index .news .news-box .news-right .ul-box ul li a div:nth-of-type(1) {
        line-height: 30px;
    }

    .index .news .news-box .news-right .ul-box ul li a div:nth-of-type(2) {
        line-height: 30px;
    }

    .index .zyjs .zyjs-box .zyjs-t {
        margin-bottom: 20px;
    }

    .index .zyjs .zyjs-box .zyjs-t .text {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .index .zyjs .zyjs-box .zyjs-t .text img {
        width: -webkit-calc(40px * 0.8);
        width: -moz-calc(40px * 0.8);
        width: calc(40px * 0.8);
        height: -webkit-calc(45px * 0.8);
        height: -moz-calc(45px * 0.8);
        height: calc(45px * 0.8);
        margin-right: 6px;
    }

    .index .zyjs .zyjs-box .zyjs-t .text div .zh {
        font-size: 24px;
    }

    .index .zyjs .zyjs-box .zyjs-t .text div .en {
        display: none;
    }

    .index .zyjs .zyjs-box .zyjs-list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow-x: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 5px;
    }

    .index .zyjs .zyjs-box .zyjs-list .item-w {
        padding: 0 5px;
    }

    .index .zyjs .zyjs-box .zyjs-list .item {
        margin-bottom: 10px;
        margin-right: 0 !important;
        width: 100% !important;
        height: auto;
        overflow: hidden;
        position: relative;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index .zyjs .zyjs-box .zyjs-list .item img {
        width: 340px;
        height: 440px;
        margin: 5px auto;
    }

    .index .zyjs .zyjs-box .zyjs-list .item .text-wrap {
        width: 100% !important;
        padding: 10px !important;
    }

    .index .zyjs .zyjs-box .zyjs-list .item .text-wrap .title {
        font-size: 23px;
        font-weight: bold;
        color: #0841a9;
        margin-bottom: 10px !important;
        padding-bottom: 10px !important;
        position: relative;
    }

    .index .zyjs .zyjs-box .zyjs-list .item .text-wrap .title::before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        width: 50px;
        height: 3px;
        background-color: #0841a9;
    }

    .index .zyjs .zyjs-box .zyjs-list .item .text-wrap .title::after {
        position: absolute;
        left: 56px;
        bottom: 0;
        content: "";
        width: 10px;
        height: 3px;
        background-color: #0841a9;
    }

    .index .zyjs .zyjs-box .zyjs-list .item .text-wrap .text {
        font-size: 16px;
        line-height: 32px;
        color: #666;
        display: -moz-box;
        -moz-box-orient: vertical;
        -moz-line-clamp: 6;
        overflow: hidden;
        /* Safari, Opera, and Chrome */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
        /* W3C */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
    }

    .index .zyjs .zyjs-box .zyjs-list .item .text-wrap a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px !important;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .index .zyjs .zyjs-box .zyjs-list .item .text-wrap a span {
        color: #0841a9;
        font-size: 14px;
        line-height: 36px;
        text-align: center;
        margin-right: 10px;
    }

    .index .zyjs .zyjs-box .zyjs-list .item .text-wrap a img {
        width: 68px;
        height: 17px;
        margin: 0;
    }

    .index .zyjs .zyjs-box .zyjs-list .item .look {
        display: none;
    }

    .index .zsxx {
        height: auto;
        margin: 30px 0 0 0;
        padding-top: 30px;
    }

    .index .zsxx::after {
        position: absolute;
        width: 100%;
        height: 516px;
        content: "";
        right: 0;
        top: 100px;
        z-index: -1;
        background-color: #316cd7;
    }

    .index .zsxx .zsxx-box {
        width: 96%;
        margin: 0 auto 30px auto !important;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index .zsxx .zsxx-box .zs-banner {
        width: 100%;
    }

    .index .zsxx .zsxx-box .zs-banner .swiper-slide a {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index .zsxx .zsxx-box .zs-banner .swiper-slide a img {
        width: 360px;
        height: 240px;
        margin: 0 auto;
    }

    .index .zsxx .zsxx-box .zs-banner .swiper-slide a .swiper-text {
        height: auto;
        width: 100%;
        background-color: #fff;
        margin-left: 0 !important;
        padding: 10px 10px 20px 10px;
    }

    .index .zsxx .zsxx-box .zs-banner .swiper-slide a .swiper-text h1 {
        margin-top: 0;
    }

    .index .zsxx .zsxx-box .zs-banner .swiper-slide a .swiper-text .time {
        margin-top: 20px;
    }

    .index .zsxx .zsxx-box .zs-banner .btn-wrap {
        height: 34px;
        width: 100px;
        position: absolute;
        left: 180px;
        bottom: 15px;
    }

    .index .zsxx .zsxx-box .zs-list {
        margin-left: 0;
        width: 100% !important;
    }

    .index .zsxx .zsxx-box .zs-list ul {
        width: 100%;
        margin-top: 5px;
        overflow: hidden;
    }

    .index .zsxx .zsxx-box .zs-list ul li {
        padding: 0 0;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .index .zsxx .zsxx-box .zs-list ul li a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .index .zsxx .zsxx-box .zs-list ul li a .l div:nth-of-type(1) {
        font-size: 24px;
        line-height: 30px;
    }

    .index .zsxx .zsxx-box .zs-list ul li a .l div:nth-of-type(2) {
        font-size: 14px;
        line-height: 30px;
    }

    .index .zsxx .zsxx-box .zs-list ul li a .r {
        font-size: 16px;
        line-height: 30px;
    }

    .index .img-wrap {
        padding: 30px 0;
    }

    .index .img-wrap .img-wrap-box .t .text img {
        width: -webkit-calc(40px * 0.8);
        width: -moz-calc(40px * 0.8);
        width: calc(40px * 0.8);
        height: -webkit-calc(45px * 0.8);
        height: -moz-calc(45px * 0.8);
        height: calc(45px * 0.8);
        margin-right: 6px;
    }

    .index .img-wrap .img-wrap-box .t .text div .zh {
        font-size: 24px;
    }

    .index .img-wrap .img-wrap-box .t .text div .en {
        display: none;
    }

    .index .img-wrap .img-wrap-box .img1-box,
    .index .img-wrap .img-wrap-box .img2-box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0 !important;
    }

    .index .img-wrap .img-wrap-box .img1-box .img,
    .index .img-wrap .img-wrap-box .img2-box .img {
        height: 308px;
        position: relative;
        width: 100% !important;
        margin: 0 0 10px 0 !important;
    }
}

.headStylebbmjdxk5ja,
.headStylebbmjdxk5ja td,
.headStylebbmjdxk5ja div {
    font-size: 12px;
    font-family: 宋体;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    line-height: 14px;
}

.defaultButtonStyle {
    font-size: 12px;
    font-family: 宋体;
    height: 20px;
    color: #000000;
    BORDER: #AFD5F5 1px solid;
    margin: 0px;
    padding: 0px;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#BDDBF7);
    CURSOR: pointer;
    line-height: 14px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#BDDBF7));
    background: -moz-linear-gradient(top, #ffffff, #BDDBF7);
    background: -ms-linear-gradient(top, #ffffff 0%, #bddbf7 100%);
}

.defaultinputStyle {
    font-size: 12px;
    font-family: 宋体;
    height: 20px;
    border: 1px solid #AFD5F5;
    line-height: 14px;
}

.colHeader {
    font-size: 12px;
    font-family: 宋体;
    line-height: 14px;
}

.headStylebbmjdxk5ja a,
.pageList .this-page {
    font-size: 12px;
    font-family: 宋体;
    display: inline-block;
    height: 14px;
    padding: 2px 4px;
    border: solid 1px #AFD5F5;
    background: #fff;
    text-decoration: none;
    MARGIN-RIGHT: 1px;
    line-height: 14px;
}

.headStylebbmjdxk5ja a:visited {
    font-size: 12px;
    font-family: 宋体;
    color: #000000;
    text-decoration: none;
    line-height: 14px;
}

.headStylebbmjdxk5ja .PrevDisabled {
    font-size: 12px;
    font-family: 宋体;
    display: inline-block;
    height: 14px;
    margin-right: 3px;
    padding: 2px 4px;
    background: #fff;
    color: #ccc;
    border: solid 1px #AFD5F5;
    line-height: 14px;
}

.headStylebbmjdxk5ja .SelectList {
    font-size: 12px;
    font-family: 宋体;
    line-height: 14px;
}

.headStylebbmjdxk5ja .Prev,
.headStylebbmjdxk5ja.PrevDisabled {
    font-size: 12px;
    font-family: 宋体;
    margin-right: 3px;
    padding: 2px 4px;
    line-height: 14px;
}

.headStylebbmjdxk5ja .break {
    font-size: 12px;
    font-family: 宋体;
    border: none;
    text-decoration: none;
    line-height: 14px;
}

.headStylebbmjdxk5ja .NextDisabled {
    font-size: 12px;
    font-family: 宋体;
    display: inline-block;
    height: 14px;
    margin-left: 2px;
    padding: 2px 4px;
    background: #fff;
    color: #ccc;
    border: solid 1px #AFD5F5;
    line-height: 14px;
}

.headStylebbmjdxk5ja .Next,
.headStylebbmjdxk5ja .NextDisabled {
    font-size: 12px;
    font-family: 宋体;
    margin-left: 2px;
    padding: 2px 4px;
    line-height: 14px;
}

.headStylebbmjdxk5ja .this-page {
    font-size: 12px;
    font-family: 宋体;
    display: inline-block;
    height: 14px;
    padding: 2px 4px;
    border: solid 1px #AFD5F5;
    background: #E1F0FD;
    font-weight: bold;
    color: black;
    MARGIN-RIGHT: 1px;
    line-height: 14px;
}

.headStylebbmjdxk5ja a:hover {
    font-size: 12px;
    font-family: 宋体;
    color: black;
    background: #EFF7FE;
    border-color: #AFD5F5;
    text-decoration: none;
    line-height: 14px;
}

.headStylebbmjdxk5ja a:link {
    font-size: 12px;
    font-family: 宋体;
    color: #000000;
    text-decoration: none;
    line-height: 14px;
}

.headStylebbmjdxk5ja a:active {
    font-size: 12px;
    font-family: 宋体;
    color: black;
    text-decoration: none;
    background: #EFF7FE;
    line-height: 14px;
}

@media (min-width: 820px) and (max-width: 1610px) {
    .dangjian .tab-wrap .tab-box {
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .dangjian .tab-wrap .tab-box ul {
        width: -webkit-calc(100% - 126px) !important;
        width: -moz-calc(100% - 126px) !important;
        width: calc(100% - 126px) !important;
    }

    .dangjian .tab-wrap .tab-box div {
        height: 50px !important;
        position: absolute !important;
        left: auto !important;
        right: 0 !important;
        bottom: 0 !important;
        line-height: 50px !important;
    }

    .dangjian .banner-wrap {
        margin: 20px auto 50px auto !important;
    }

    .dangjian .dj-list {
        padding-top: 20px !important;
    }
}

@media (max-width: 820px) {
    .dangjian .dj-dt {
        padding: 60px 0 40px 0 !important;
    }
}

@media (max-width: 768px) {
    .dangjian .dj-list {
        padding-top: 60px !important;
    }
}


/* // 导航不换行 */

@media (min-width: 1610px) {
    .nav {
        height: 80px !important;
    }

    .nav .nav-box {
        height: 80px !important;
    }

    .nav .logo1 {
        width: -webkit-calc(83px * 0.7) !important;
        width: -moz-calc(83px * 0.7) !important;
        width: calc(83px * 0.7) !important;
        height: -webkit-calc(83px * 0.7) !important;
        height: -moz-calc(83px * 0.7) !important;
        height: calc(83px * 0.7) !important;
    }

    .nav .logo2 {
        width: -webkit-calc(446px * 0.7) !important;
        width: -moz-calc(446px * 0.7) !important;
        width: calc(446px * 0.7) !important;
        height: -webkit-calc(43px * 0.7) !important;
        height: -moz-calc(43px * 0.7) !important;
        height: calc(43px * 0.7) !important;
    }
}


@media (max-width: 1000px) {
    @keyframes nav_two_li {
        0% {
            margin-top: 30px;
            opacity: 0;
        }

        100% {
            margin-top: 10px;
            opacity: 1;
        }
    }

    .menu-button {
        -moz-user-select: none;
        /* Firefox私有属性 */
        -webkit-user-select: none;
        /* WebKit内核私有属性 */
        -ms-user-select: none;
        /* IE私有属性(IE10及以后) */
        -khtml-user-select: none;
        /* KHTML内核私有属性 */
        -o-user-select: none;
        /* Opera私有属性 */
        user-select: none;
        /* CSS3属性 */
        cursor: pointer;
    }

    .nav {
        background-image: url(/qcgcxy/img/nav-bg.png);
        background-repeat: no-repeat;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
        -webkit-box-shadow: 10px 15px 10px -15px #111;
        -moz-box-shadow: 10px 15px 10px -15px #111;
        box-shadow: 10px 15px 10px -15px #111;
        border: none;
    }

    #showlist {
        transition: all 0s;
    }

    #showlist.act {
        width: 100%;
        height: calc(100vh - 80px);
        overflow-y: auto;
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    #showlist.act .li-s input {
        padding: 0 10px;
        box-sizing: border-box;
    }

    #showlist.act .li_ {
        -webkit-animation-name: nav_two_li !important;
        -moz-animation-name: nav_two_li !important;
        animation-name: nav_two_li !important;
        -webkit-animation-duration: 0.6s;
        -moz-animation-duration: 0.6s;
        animation-duration: 0.6s;
        margin-bottom: 0;
    }

    #showlist.act .li_ a {
        float: left;
    }

    #showlist.act .li_ .nav-two {
        margin-top: 40px;
        padding-top: 0;
    }

    #showlist.act .li_ .nav-two ul {
        padding-bottom: 0;
        padding: 0 10px;
        box-sizing: border-box;
        /*      background:none; */
        /*      background-color:transparent; */
        background-color: rgba(255, 255, 255, 0.1);
    }

    #showlist.act .li_ .nav-two ul::after {
        content: none;
    }

    #showlist.act .li_ .nav-two ul li::after {
        content: none;
    }

    #showlist.act .li_ .nav-two ul li {
        padding: 0;
        height: 50px;
        line-height: 50px;
    }

    #showlist.act .li_ .nav-two ul li a {
        display: block;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 16px;
    }

    #showlist {
        height: 0;
    }

    .index .link-wrap .link-wrap-box {
        padding-top: 10px;
    }

    .index .link-wrap .link-wrap-box ul {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .index .zyjs .zyjs-box .zyjs-list {
        display: flex;
        justify-content: space-between;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .index .zyjs .zyjs-box .zyjs-list .item img {
        height: 260px;
    }

    .index .img-wrap .img-wrap-box .img1-box {
        height: 308px;
        overflow-y: hidden;
        overflow-x: auto;
        display: block;
        white-space: nowrap !important;
    }

    .index .img-wrap .img-wrap-box .img1-box .img {
        white-space: nowrap !important;
        display: inline-block !important;
        width: 360px !important;
    }

}

.spinner-box {
    position: relative;
}

.spinner-box img {
    width: 100px;
    height: 100px;
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    z-index: 10;
}