:root {
    --color: #3d55a7;
    /*主题色*/
}
.f16 {
    font-size: 0.16rem;
}
.f18 {
    font-size: 0.18rem;
}
.f20 {
    font-size: 0.2rem;
}
.f24 {
    font-size: 0.24rem;
}
.f28 {
    font-size: 0.28rem;
}
.f32 {
    font-size: 0.32rem;
}
.f36 {
    font-size: 0.36rem;
}
.f52 {
    font-size: 0.52rem;
}
@media (max-width: 768px) {
    .f16 {
        font-size: 0.18rem;
    }
}
@media (max-width: 640px) {
    .f52 {
        font-size: 0.4rem;
    }
}
.flex {
    display: flex;
}
[class*="flex_"] {
    display: flex;
}
[class*="_jc"] {
    justify-content: center;
}
[class*="_ac"] {
    align-items: center;
}
[class*="_jb"] {
    justify-content: space-between;
}
[class*="_js"] {
    justify-content: flex-start;
}
[class*="_je"] {
    justify-content: flex-end;
}
[class*="_as"] {
    align-items: flex-start;
}
[class*="_ae"] {
    align-items: flex-end;
}
[class*="_w"] {
    flex-wrap: wrap;
}
.center {
    text-align: center;
}
.location {
    padding: 0.4rem 0 0.78rem;
    color: #666666;
}
.location a {
    color: #666666;
    display: inline-flex;
}
.location a:hover {
    color: var(--color);
}
.location i {
    display: inline-flex;
    width: 1px;
    height: 0.16rem;
    background-color: #000;
    opacity: 0.2;
    vertical-align: middle;
    margin: 0 0.2rem;
}
.ColumnName {
    color: var(--color);
    margin: 0 0 0.8rem;
}
.ColumnName_des{ margin-top: -.6rem; margin-bottom: .8rem;}
@media (max-width: 640px) {
    .ColumnName {
        margin-bottom: 0.4rem;
    }
    .ColumnName_des{ margin-top: -.2rem; margin-bottom: .4rem;}
}
.more_btn {
    width: 0.8rem;
    height: 0.8rem;
    border: solid 2px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    position: relative;
    display: inline-flex;
    transition: all 0.5s;
}
.more_btn::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../image/more.svg) no-repeat center;
    background-size: contain;
    width: 0.17rem;
    height: 0.09rem;
}
.more_btn:hover {
    border-color: var(--color);
    background-color: var(--color);
}
.more_btn:hover::before {
    filter: brightness(0) invert(1);
}
@media (max-width: 640px) {
    .more_btn {
        width: 0.5rem;
        height: 0.5rem;
    }
}
a.box:hover .more_btn {
    border-color: var(--color);
    background-color: var(--color);
}
a.box:hover .more_btn::before {
    filter: brightness(0) invert(1);
}
.news_list {
    font-size: 0.16rem;
}
.news_list li {
    padding-bottom: 0.6rem;
    margin-bottom: 0.6rem;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.news_list .box {
    width: 100%;
}
.news_list .textwarp {
    width: calc(948 / 1600 * 100%);
    color: #666;
    line-height: calc(28 / 16);
    display: flex;
    flex-flow: column wrap;
}
.news_list .textwarp>* {
    width: 100%;
}
.news_list .img {
    width: calc(500 / 1600 * 100%);
}
.news_list .img i {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: calc(280 / 500 * 100%);
}
.news_list .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.news_list .title {
    margin: 0 0 0.1rem;
    color: #333333;
}
.news_list .more {
    margin-top: auto;
}
.news_list .box:hover .title {
    color: var(--color);
}
.news_list .box:hover .img img {
    transform: scale(1.1);
}
@media (max-width: 768px) {
    .news_list {
        font-size: 0.18rem;
    }
    .news_list .textwarp {
        width: 50%;
    }
    .news_list .img {
        width: 45%;
    }
    .news_list .more_btn {
        margin-top: 0.2rem;
    }
}
@media (max-width: 640px) {
    .news_list .textwarp {
        width: 100%;
        order: 2;
        margin-top: 0.2rem;
    }
    .news_list .img {
        width: 100%;
    }
    .news_list .more_btn {
        margin-top: 0.2rem;
    }
}
.loading {
    padding: 0.2rem 0 1.4rem;
}
.loading_btn {
    display: inline-flex;
    color: #666666;
    font-size: 0.2rem;
    align-items: center;
}
.loading_btn::before {
    content: '';
    width: 0.36rem;
    height: 0.36rem;
    margin-right: 0.1rem;
    background: url(../image/loading.svg) no-repeat center;
    background-size: contain;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.sub_menu {
    margin-bottom: 0.9rem;
}
.sub_menu a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0.6rem;
    color: var(--color);
    border-radius: 0.3rem;
    background-color: #ebeef6;
    min-width: 1.8rem;
    margin: 0 0.1rem 0.1rem;
    transition: all 0.5s;
    padding: 0 0.2rem;
}
.sub_menu a.active, .sub_menu a:hover {
    background-color: var(--color);
    color: #fff;
}
.ColumnName_sub {
    width: calc(360 / 1600 * 100%);
    margin: 0;
    color: #333333;
}
@media (max-width: 768px) {
    .ColumnName_sub {
        width: 100%;
        margin-bottom: 0.5rem;
        display: none;
    }
}
.right_list {
    flex: 1;
    min-width: 0;
}
@media (max-width: 768px) {
    .right_list {
        width: 100%;
        flex: auto;
    }
}
.tit_des_list {
    font-size: 0.16rem;
}
.tit_des_list li {
    padding-bottom: 0.6rem;
    margin-bottom: 0.6rem;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.tit_des_list .box {
    display: flex;
    justify-content: space-between;
}
.tit_des_list .textwarp {
    width: calc(1019 / 1237 * 100%);
    color: #666;
    line-height: calc(28 / 16);
}
.tit_des_list .title {
    margin: 0.05rem 0 0.25rem;
    color: #333333;
}
.tit_des_list .more {
    flex-shrink: 0;
}
.tit_des_list .box:hover .title {
    color: var(--color);
}
.icon_list li {
    padding-bottom: 0.32rem;
}
.icon_list .box {
    padding-left: 0.26rem;
}
.icon_list .title {
    position: relative;
}
.icon_list .title::before {
    content: "";
    position: absolute;
    left: -0.26rem;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--color);
}
.details_news .details_news_title {
    text-align: center;
    color: #666666;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    padding: 0 4% 0.4rem;
    margin-bottom: 0.5rem;
}
.details_news .details_news_title .title {
    margin: 0;
    line-height: calc(70 / 52);
    color: var(--color);
    margin-bottom: 0.35rem;
}
.details_news .details_news_title span {
    margin: 0 0.15rem;
}
.details_news .content {
    max-width: 1400px;
    margin: 0 auto;
    line-height: calc(32 / 18);
}
.details_news .content p {
    margin: 3em 0;
}
@media (max-width: 640px) {
    .details_news .details_news_title {
        padding-left: 0;
        padding-right: 0;
    }
    .details_news .details_news_title .title {
        font-size: 0.36rem;
    }
    .details_news .details_news_title span {
        margin: 0 0.1rem;
    }
}
.prev_next {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0 1.2rem;
}
.prev_next .left {
    flex: 1;
    min-width: 0;
}
.prev_next .left p {
    color: #999999;
}
.prev_next .left a {
    color: #666;
}
.prev_next .left a:hover {
    color: var(--color);
}
.prev_next .right {
    flex-shrink: 0;
    margin-left: 0.1rem;
}
.prev_next .back {
    display: inline-flex;
    min-width: 2.2rem;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: var(--color);
    border-radius: 0.5rem;
    height: 0.6rem;
}
.prev_next .back::after {
    content: '';
    display: inline-flex;
    width: 0.22rem;
    height: 0.16rem;
    background: url(../image/back.svg) no-repeat center;
    background-size: contain;
    flex-shrink: 0;
    margin-left: 0.1rem;
}
@media (max-width: 640px) {
    .prev_next .left {
        flex: 0 0 100%;
        margin-top: 0.2rem;
        order: 2;
    }
    .prev_next .right {
        width: 100%;
        text-align: center;
    }
}
.kfsys_box .top .left {
    width: calc(680 / 1600 * 100%);
}
.kfsys_box .top .left .title {
    margin-bottom: 0.5rem;
}
.kfsys_box .top .right {
    width: calc(700 / 1600 * 100%);
    border-top: 1px solid #000000;
    padding-top: 1.1rem;
    margin-top: 0.77rem;
    margin-bottom: 1.95rem;
}
.kfsys_box .top .right .des {
    line-height: 2;
    color: #333;
    margin-bottom: 1.1rem;
}
.kfsys_box .top .right .btn {
    display: inline-flex;
    min-width: 2.2rem;
    height: 0.6rem;
    align-items: center;
    justify-content: center;
    background-color: var(--color);
    color: #fff;
    border-radius: 0.5rem;
    transition: all 0.3s;
}
.kfsys_box .top .right .btn:hover{
    color: var(--color);
    background-color: #fff;
    border:1px solid var(--color);
}
.kfsys_box .top .right .btn:hover::after {
    display:none;
}
.kfsys_box .top .right .btn::after {
    content: '';
    display: inline-flex;
    width: 0.17rem;
    height: 0.9rem;
    background: url(../image/more.svg) no-repeat center;
    background-size: contain;
    flex-shrink: 0;
    margin-left: 0.2rem;
    filter: brightness(0) invert(1);
}
.kfsys_box .list li {
    width: calc(740 / 1600 * 100%);
}
.kfsys_box .list li img {
    width: 100%;
    margin-bottom: 0.8rem;
}
.kfsys_box .list li:first-child {
    margin-top: -3.3rem;
}
.kfsys_box .other {
    position: relative;
    color: #fff;
    margin-bottom: 1.4rem;
}
.kfsys_box .other .title {
    position: absolute;
    left: 0.8rem;
    top: 0.9rem;
    z-index: 3;
    margin: 0;
}
.kfsys_box .other .img {
    position: relative;
}
.kfsys_box .other .img img {
    width: 100%;
}
.kfsys_box .other .img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.kfsys_box .other .ul {
    position: absolute;
    right: 0;
    bottom: 0.5rem;
    width: 50%;
    padding-left: 1.25rem;
    z-index: 3;
}
.kfsys_box .other .ul li {
    position: relative;
    padding-left: 0.25rem;
    font-weight: bold;
}
.kfsys_box .other .ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
}
.kfsys_box .other .ul li:not(:last-child) {
    margin-bottom: 0.15rem;
}
@media (max-width: 768px) {
    .kfsys_box .top .left, .kfsys_box .top .right {
        width: 100%;
    }
    .kfsys_box .top .left .title {
        margin-bottom: 0.3rem;
    }
    .kfsys_box .top .right {
        padding-top: 0.5rem;
        margin-top: 0;
        margin-bottom: 0.8rem;
    }
    .kfsys_box .list {
        margin-bottom: 0.8rem;
    }
    .kfsys_box .list li {
        width: 48%;
    }
    .kfsys_box .list li img {
        margin-bottom: 0.1rem;
    }
    .kfsys_box .list li:first-child {
        margin-top: 0;
    }
    .kfsys_box .other {
        margin-bottom: 0.8rem;
    }
    .kfsys_box .other .title {
        left: 0.3rem;
        top: 0.3rem;
    }
    .kfsys_box .other .ul {
        width: 100%;
        padding: 0.3rem;
        bottom: auto;
        position: relative;
        color: #000;
    }
    .kfsys_box .other .ul li::before {
        background-color: #000;
        opacity: 1;
    }
}
.yxzx_section {
    background: url(../image/yxzx_bg.png) no-repeat center top;
}
.yxzx_box .left {
    width: calc(660 / 1600 * 100%);
    border-bottom: 1px solid #000;
    margin-bottom: 0.4rem;
}
.yxzx_box .left .tab_con {
    line-height: 2;
    color: #333333;
    margin-bottom: 0.8rem;
}
.yxzx_box .left .des {
    display: none;
}
.yxzx_box .right {
    width: calc(800 / 1600 * 100%);
}
.yxzx_box .right .ul {
    align-items: flex-start;
}
.yxzx_box .right .ul li {
    height: 2.81rem;
    position: relative;
    width: calc(380 / 800 * 100%);
    margin-bottom: 0.4rem;
    z-index: 1;
    cursor: pointer;
}
.yxzx_box .right .ul li figure {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #e9ecf7;
    border: 1px solid #e9ecf7;
}
.yxzx_box .right .ul li img {
    max-height: 100%;
}
.yxzx_box .right .ul .active figure {
    border-color: var(--color);
}
.yxzx_box .right .ul .active::before {
    position: absolute;
    left: 0.06rem;
    top: 0.06rem;
    width: 100%;
    height: 100%;
    content: '';
    background-color: var(--color);
    z-index: -1;
}
@media (max-width: 768px) {
    .yxzx_box {
        margin-bottom: 0.5rem;
    }
    .yxzx_box .left, .yxzx_box .right {
        width: 100%;
    }
    .yxzx_box .right .ul li {
        width: 23%;
        height: 1rem;
    }
}
@media (max-width: 640px) {
    .yxzx_box .left, .yxzx_box .right {
        width: 100%;
    }
    .yxzx_box .right .ul li {
        width: 48%;
        height: 1rem;
    }
}
.yxzx_gjhz .item {
    margin-bottom: 0.8rem;
}
.yxzx_gjhz .left {
    width: calc(800 / 1600 * 100%);
    overflow: hidden;
}
.yxzx_gjhz .left figure {
    position: relative;
    padding-top: calc(400 / 800 * 100%);
    overflow: hidden;
}
.yxzx_gjhz .left figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
}
.yxzx_gjhz .right {
    width: calc(721 / 1600 * 100%);
    padding-top: 1rem;
    display: flex;
    flex-flow: column wrap;
    border-top: 1px solid #000000;
}
.yxzx_gjhz .title {
    width: 100%;
    color: #333333;
    line-height: calc(36 / 24);
}
.yxzx_gjhz .info {
    color: #666666;
    line-height: calc(28 / 16);
    margin: 0.2rem 0;
    width: 100%;
}
.yxzx_gjhz .other {
    width: 100%;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.yxzx_gjhz .num {
    color: #999999;
    font-size: 0.36rem;
}
.yxzx_gjhz .page_btn {
    display: inline-flex;
    align-items: center;
}
.yxzx_gjhz .swiper_btn {
    width: 0.8rem;
    height: 0.8rem;
    background-size: 20% 10%;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.yxzx_gjhz .prev {
    background: url(../image/swiper_prev.png) no-repeat center center;
    margin-right: 0.3rem;
}
.yxzx_gjhz .next {
    background: url(../image/swiper_prev.png) no-repeat center center;
    transform: rotate(180deg);
}
.yxzx_gjhz .prev:hover {
    background-color: #3d55a7;
    background-image: url(../image/swiper_next.png);
    transform: rotate(180deg);
}
.yxzx_gjhz .next:hover {
    background-color: #3d55a7;
    background-image: url(../image/swiper_next.png);
    transform: rotate(0deg);
}
@media (max-width: 768px) {
    .yxzx_gjhz .left, .yxzx_gjhz .right {
        width: 100%;
    }
    .yxzx_gjhz .right {
        padding: 0.2rem 0;
    }
    .yxzx_gjhz .other {
        margin-top: 0.3rem;
    }
}
@media (max-width: 640px) {
    .yxzx_gjhz .swiper_btn {
        width: 0.5rem;
        height: 0.5rem;
    }
    .yxzx_gjhz .prev {
        margin-right: 0.15rem;
    }
}
.cxpt_item_one {
    margin-bottom: 1.4rem;
}
.cxpt_item_one .box {
    background-color: #f7f8fa;
    padding: 0.7rem 0 0.75rem;
    text-align: center;
    color: #333333;
}
.cxpt_item_one .info {
    width: calc(850 / 1600 * 100%);
    margin: 0 auto;
    position: relative;
    line-height: 2;
}
.cxpt_item_one .info::before, .cxpt_item_one .info::after {
    content: '';
    position: absolute;
    background: url(../image/l_dou.svg) no-repeat center;
    background-size: contain;
    width: 0.94rem;
    height: 0.94rem;
}
.cxpt_item_one .info::before {
    top: -0.42rem;
    left: -1.8rem;
}
.cxpt_item_one .info::after {
    width: 0.61rem;
    height: 0.61rem;
    background-image: url(../image/r_dou.svg);
    right: -1.72rem;
    bottom: -0.6rem;
}
@media (max-width: 768px) {
    .cxpt_item_one {
        margin-bottom: 0.8rem;
    }
    .cxpt_item_one .info::before {
        top: -0.42rem;
        left: -1.4rem;
    }
    .cxpt_item_one .info::after {
        right: -1rem;
        bottom: -0.6rem;
    }
}
@media (max-width: 640px) {
    .cxpt_item_one .info {
        width: 60%;
    }
    .cxpt_item_one .info::before {
        top: -0.25rem;
        left: -0.7rem;
        width: 0.6rem;
        height: 0.6rem;
    }
    .cxpt_item_one .info::after {
        right: -0.6rem;
        bottom: -0.4rem;
        width: 0.4rem;
        height: 0.4rem;
    }
}
.cxpt_item_two {
    margin-bottom: 1.4rem;
}
.cxpt_item_two .img {
    width: calc(1043 / 1600 * 100%);
}
.cxpt_item_two .img img {
    width: 100%;
}
.cxpt_item_two .textwarp {
    width: calc(440 / 1600 * 100%);
    border-top: 1px solid #000;
    padding-top: 0.9rem;
    color: #333333;
    line-height: 2;
}
@media (max-width: 768px) {
    .cxpt_item_two {
        margin-bottom: 0.8rem;
    }
    .cxpt_item_two .img, .cxpt_item_two .textwarp {
        width: 100%;
    }
    .cxpt_item_two .textwarp {
        padding: 0.3rem 0;
        border-top: none;
    }
}
.cxpt_item_three {
    padding: 1.4rem 0;
    background-color: #f7f8fa;
}
.cxpt_item_three .img {
    width: calc(1043 / 1600 * 100%);
    order: 2;
}
.cxpt_item_three .img img {
    width: 100%;
}
.cxpt_item_three .textwarp {
    width: calc(440 / 1600 * 100%);
    border-bottom: 1px solid #000;
    padding-bottom: 0.3rem;
    color: #333333;
    line-height: 2;
}
@media (max-width: 768px) {
    .cxpt_item_three {
        padding: 0.8rem 0;
    }
    .cxpt_item_three .img, .cxpt_item_three .textwarp {
        width: 100%;
    }
    .cxpt_item_three .img {
        order: 0;
    }
    .cxpt_item_three .textwarp {
        padding: 0.3rem 0;
        border-bottom: none;
    }
}
.gjxb_item_one {
    margin-bottom: 1.4rem;
}
.gjxb_item_one .content {
    background-color: #f7f8fa;
}
.gjxb_item_one .top {
    padding: 0.6rem 0.5rem 0.4rem;
}
.gjxb_item_one .top .left {
    width: 3.2rem;
}
.gjxb_item_one .top .left .title {
    color: #333333;
    margin-bottom: 0.55rem;
}
.gjxb_item_one .top .left .ul li {
    position: relative;
    padding-left: 0.27rem;
    color: #333333;
    margin-bottom: 0.2rem;
}
.gjxb_item_one .top .left .ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.gjxb_item_one .top .left .ul li span {
    color: var(--color);
}
.gjxb_item_one .top .right {
    width: 2.2rem;
}
.gjxb_item_one .top .right .item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0.5rem;
    background-image: linear-gradient(90deg, #748de0 0%, #3d55a7 100%);
    border-radius: 0.1rem;
    margin-bottom: 0.36rem;
    color: #fff;
    position: relative;
}
.gjxb_item_one .top .right .item::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 0.08rem;
    height: 0.16rem;
    background: url(../image/icon_down.svg) no-repeat center;
    margin-top: 0.1rem;
}
.gjxb_item_one .top .right .item:last-child {
    margin-bottom: 0;
}
.gjxb_item_one .top .right .item:last-child::after {
    display: none;
}
.gjxb_item_one .top .center_con .img {
    width: 2.26rem;
    position: relative;
    margin: 0 auto;
}
.gjxb_item_one .top .center_con .img img {
    width: 100%;
}
.gjxb_item_one .top .center_con .list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.gjxb_item_one .top .center_con .item {
    position: relative;
}
.gjxb_item_one .top .center_con .con {
    position: absolute;
    width: 2.78rem;
    height: 1.09rem;
    background-image: linear-gradient(90deg, #e4e7f2 0%, rgba(228, 231, 242, 0) 100%);
    padding: 0.2rem;
    border-radius: 0.2rem;
    font-size: 0.18rem;
}
.gjxb_item_one .top .center_con .line {
    width: 88%;
    left: 0.2rem;
    bottom: 0.2rem;
    height: 1px;
    background-color: var(--color);
    position: absolute;
}
.gjxb_item_one .top .center_con .line::before {
    content: '';
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    border-radius: 100%;
    background-color: var(--color);
    width: 5px;
    height: 5px;
}
.gjxb_item_one .top .center_con .tit {
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gjxb_item_one .top .center_con .item:first-child {
    margin-top: 0.05rem;
}
.gjxb_item_one .top .center_con .item:first-child .tit {
    font-size: 0.14rem;
    height: 0.76rem;
}
.gjxb_item_one .top .center_con .item:first-child .con {
    left: -1.85rem;
    bottom: -0.1rem;
}
.gjxb_item_one .top .center_con .item:nth-child(2) {
    margin-top: 0.02rem;
}
.gjxb_item_one .top .center_con .item:nth-child(2) .tit {
    height: 0.6rem;
    font-size: 0.18rem;
}
.gjxb_item_one .top .center_con .item:nth-child(2) .con {
    right: -1.85rem;
    bottom: -0.2rem;
    background-image: linear-gradient(-90deg, #e4e7f2 0%, rgba(228, 231, 242, 0) 100%);
    text-align: right;
}
.gjxb_item_one .top .center_con .item:nth-child(2) .line::before {
    right: 0;
    left: auto;
}
.gjxb_item_one .top .center_con .item:nth-child(3) {
    margin-top: 0.1rem;
}
.gjxb_item_one .top .center_con .item:nth-child(3) .tit {
    height: 0.63rem;
    font-size: 0.24rem;
}
.gjxb_item_one .top .center_con .item:nth-child(3) .con {
    left: -2.59rem;
    bottom: -0.17rem;
}
.gjxb_item_one .other .ColumnName {
    margin-bottom: 0.4rem;
    min-height: 0.97rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #edeff5;
    padding: 0.1rem;
}
.gjxb_item_one .other .left, .gjxb_item_one .other .right {
    width: 50%;
    margin-bottom: 0.8rem;
}
.gjxb_item_one .other .left .ul, .gjxb_item_one .other .right .ul {
    background: url(../image/xb_bg1.png) no-repeat center #fff;
    background-size: cover;
}
.gjxb_item_one .other .list {
    position: relative;
}
.gjxb_item_one .other .vs {
    font-size: 0.48rem;
    color: var(--color);
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.gjxb_item_one .other .left {
    padding-left: 0.8rem;
    padding-right: 0.6rem;
}
.gjxb_item_one .other .right {
    padding-left: 0.6rem;
    padding-right: 0.8rem;
}
.gjxb_item_one .other .right .ul {
    background-image: url(../image/xb_bg2.png);
}
.gjxb_item_one .other .right .tab b {
    background-image: linear-gradient(90deg, #748de0 0%, #3d55a7 100%);
}
.gjxb_item_one .other .tab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0.2rem;
}
.gjxb_item_one .other .tab b {
    background-color: #4a4a4a;
    border-radius: 0.1rem;
    min-height: 0.5rem;
    width: 30%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gjxb_item_one .other .ul {
    padding: 0.4rem 0.3rem 0.3rem;
    border-radius: 0.1rem;
    border: 1px solid #3d81e0;
}
.gjxb_item_one .other .ul li {
    display: flex;
    align-items: flex-start;
    line-height: 0.36rem;
    color: #333333;
    margin-bottom: 0.3rem;
}
.gjxb_item_one .other .ul li img {
    flex-shrink: 0;
    width: 0.32rem;
    margin-right: 0.2rem;
}
@media (max-width: 1024px) {
    .gjxb_item_one .top {
        justify-content: center;
    }
    .gjxb_item_one .top .left, .gjxb_item_one .top .right {
        width: 100%;
    }
    .gjxb_item_one .top .center_con {
        width: 100%;
        margin: 0.5rem 0;
    }
    .gjxb_item_one .other {
        margin-bottom: 0.8rem;
    }
    .gjxb_item_one .other .left, .gjxb_item_one .other .right {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .gjxb_item_one .other .right {
        margin-bottom: 0;
        margin-top: 0.3rem;
    }
}
@media (max-width: 640px) {
    .gjxb_item_one .top {
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }
    .gjxb_item_one .top .center_con .con {
        width: 2rem;
    }
    .gjxb_item_one .top .center_con .item:first-child .con {
        left: -0.85rem;
        bottom: -0.1rem;
    }
    .gjxb_item_one .top .center_con .item:nth-child(2) .con {
        right: -0.85rem;
        bottom: -0.2rem;
    }
    .gjxb_item_one .top .center_con .item:nth-child(2) .line::before {
        right: 0;
        left: auto;
    }
    .gjxb_item_one .top .center_con .item:nth-child(3) .con {
        left: -1rem;
        bottom: -0.17rem;
        padding-right: 0.8rem;
    }
}
.gjxb_item_two {
    background-color: #f7f8fa;
    padding: 1.4rem 0;
}
.gjxb_item_two .list {
    display: flex;
    background-size: cover;
    flex-wrap: wrap;
}
.gjxb_item_two .item {
    width: 50%;
    min-height: 5.6rem;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
    color: #fff;
    padding: 0.5rem 1rem;
    transition: all 0.5s;
}
.gjxb_item_two .item .title, .gjxb_item_two .item .info {
    width: 100%;
}
.gjxb_item_two .item .title {
    line-height: calc(36 / 24);
    font-weight: bold;
}
.gjxb_item_two .item .info {
    margin-top: 0.2rem;
    line-height: 2;
    display: none;
}
.gjxb_item_two .item:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.gjxb_item_two .item:hover .info {
    display: block;
}
@media (max-width: 768px) {
    .gjxb_item_two .item {
        padding: 0.3rem;
        min-height: auto;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .gjxb_item_two .item .info {
        display: block;
    }
}
@media (max-width: 640px) {
    .gjxb_item_two {
        padding: 0.8rem 0;
    }
    .gjxb_item_two .item {
        width: 100%;
    }
}
.bgMain {
    background: url(../image/swhz_bg.jpg) no-repeat left bottom;
    background-size: cover;
}
.swhz_box {
    padding-bottom: 1.4rem;
}
.swhz_box .left {
    width: calc(800 / 1600 * 100%);
    color: #666666;
    border-bottom: 1px solid #000;
    padding-bottom: 0.5rem;
}
.swhz_box .right {
    width: calc(640 / 1600 * 100%);
}
.swhz_box .ColumnName {
    font-size: 0.5rem;
    margin: 0.5rem 0 0.4rem;
}
.swhz_box .des {
    line-height: calc(36 / 20);
    color: #333;
}
.swhz_box .item {
    min-height: 2.4rem;
    background-size: cover;
    margin-bottom: 0.3rem;
    padding: 0.5rem 0.5rem 0.4rem;
    color: #333333;
}
.swhz_box .item:last-child {
    margin-bottom: 0;
}
.swhz_box .item .title {
    margin-bottom: 0.5rem;
}
.swhz_box .item p {
    margin: 0.1rem 0;
}
@media (max-width: 768px) {
    .swhz_box .left, .swhz_box .right {
        width: 100%;
    }
    .swhz_box .left {
        margin-bottom: 0.5rem;
    }
}
.stfw_box .ColumnName {
    margin-bottom: -0.3rem;
}
.stfw_box .top {
    order: 1;
    width: calc(902 / 1600 * 100%);
}
.stfw_box .list_item {
    width: calc(550 / 1600 * 100%);
}
.stfw_box .left {
    margin-right: -13%;
}
.stfw_box .right {
    margin-left: -13%;
    order: 2;
}
.stfw_box .item {
    background-image: linear-gradient(90deg, #ebeef6 0%, rgba(228, 231, 242, 0) 100%);
    border-radius: 0.1rem;
    padding: 0.3rem 0.2rem;
    display: flex;
    align-items: center;
}
.stfw_box .item:not(:last-child) {
    margin-bottom: 0.4rem;
}
.stfw_box .item .icon {
    min-width: 0.8rem;
    flex-shrink: 0;
    margin-right: 0.33rem;
    text-align: center;
    color: var(--color);
    font-size: 0.22rem;
}
.stfw_box .item .icon i {
    display: block;
    width: 0.6rem;
    border-radius: 100%;
    background-color: var(--color);
    margin: 0 auto 0.1rem;
    position: relative;
    z-index: 1;
}
.stfw_box .item .icon i::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
    background-color: var(--color);
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.1;
}
.stfw_box .item .textwarp {
    padding-right: 1.2rem;
    color: #333333;
    line-height: calc(24 / 16);
    flex: 1;
}
.stfw_box .item .textwarp p {
    margin: 0;
}
@media (min-width: 1025px) {
    .stfw_box .right .item {
        background-image: linear-gradient(-90deg, #ebeef6 0%, rgba(228, 231, 242, 0) 100%);
    }
    .stfw_box .right .item .icon {
        margin-left: 0.33rem;
        margin-right: 0;
        order: 2;
    }
    .stfw_box .right .item .textwarp {
        padding-left: 1.1rem;
        padding-right: 0;
    }
}
@media (max-width: 1024px) {
    .stfw_box .ColumnName {
        margin-bottom: 0;
    }
    .stfw_box .list {
        justify-content: center;
        padding-bottom: 0.8rem;
    }
    .stfw_box .top {
        order: 0;
    }
    .stfw_box .left, .stfw_box .right {
        width: 100%;
        margin: 0;
    }
    .stfw_box .left {
        margin-bottom: 0.4rem;
    }
    .stfw_box .textwarp {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (max-width: 640px) {
    .stfw_box .top {
        width: 100%;
    }
}
.team_list {
    margin-bottom: 1.4rem;
    margin-top: -0.5rem;
}
.team_list .item {
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.team_list .item .textwarp {
    flex: 1;
    padding: 0.5rem 0;
    padding-right: 0.2rem;
    background: url(../image/icon_right.svg) no-repeat right center;
    background-size: 0.15rem;
    cursor: pointer;
}
.team_list .item .img {
    width: 4.14rem;
    position: relative;
    order: 2;
    display: none;
}
.team_list .item .img figure {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
.team_list .item .img figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
}
.team_list .item .title {
    font-size: 0.66rem;
    color: #333333;
    margin-bottom: 0.2rem;
}
.team_list .item .info {
    margin-top: 0.4rem;
    color: #666666;
    line-height: calc(48 / 20);
    display: none;
}
.team_list .active .textwarp {
    background: none;
}
.team_list .active .title {
    text-decoration: underline;
    text-decoration-color: var(--color);
}
.team_list .active .info, .team_list .active .img {
    display: block;
}
@media (max-width: 768px) {
    .team_list .item .title {
        font-size: 0.4rem;
    }
    .team_list .item .img {
        width: 2.5rem;
    }
}
@media (max-width: 640px) {
    .team_list .item .textwarp {
        flex: auto;
        width: 100%;
    }
    .team_list .item .img {
        width: 100%;
    }
    .team_list .item .title {
        font-size: 0.3rem;
    }
    .team_list .item .info {
        margin-top: 0.2rem;
    }
}
.about_section {
    background: url(../image/about_bg.png) no-repeat left top;
}
.about_box_one {
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.about_box_one .left {
    width: calc(680 / 1600 * 100%);
}
.about_box_one .left .title {
    margin-bottom: 0.5rem;
}
.about_box_one .right {
    width: calc(700 / 1600 * 100%);
    margin-top: 0.77rem;
}
.about_box_one .right .des {
    line-height: 2;
    color: #333333;
}
.about_box_one .right .des p {
    margin: 0;
}
@media (max-width: 768px) {
    .about_box_one .left, .about_box_one .right {
        width: 100%;
    }
    .about_box_one .left .title {
        margin-bottom: 0.3rem;
    }
    .about_box_one .right {
        margin-top: 0;
    }
}
.about_box_two {
    padding: 1rem 0;
}
.about_box_two li {
    width: calc(500/1600 * 100%);
    position: relative;
}
.about_box_two li .img{
    overflow:hidden;
}
.about_box_two li .img img{
    transition: all 0.5s;
}
.about_box_two li:hover .img img{
    transform: scale(1.2);
}
.about_box_two li .textwarp {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.6rem;
    color: #fff;
}
.about_box_two li .title {
    margin: 0 0 0.2rem;
}
@media (max-width: 768px) {
    .about_box_two li .textwarp {
        padding: 0.2rem;
    }
}
@media (max-width: 640px) {
    .about_box_two li {
        width: 100%;
        margin-bottom: 0.3rem;
    }
}
.about_box_three {
    padding: 0.6rem 0 1.8rem;
}
.about_box_three li {
    padding-left: 0.4rem;
    color: #333333;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
}
.about_box_three li:hover {
    transform:scale(1.2);
}
.about_box_three .icon {
    width: 1rem;
    height: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.3rem;
}
.about_box_three .icon img {
    max-height: 100%;
}
@media (max-width: 768px) {
    .about_box_three li {
        padding-left: 0.2rem;
        width: 25%;
        padding-right: 0.1rem;
    }
}
@media (max-width: 640px) {
    .about_box_three {
        padding: 0 0 0.5rem;
    }
    .about_box_three li {
        width: 50%;
        margin-bottom: 0.3rem;
    }
}
.about_box_four .item {
    width: 33.33%;
    position: relative;
}
.about_box_four .img {
    position: relative;
    padding-top: calc(541 / 650 * 100%);
    overflow:hidden;
}
.about_box_four .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
    transition: all 0.5s;
}
.about_box_four .item:hover .img img{
    transform: scale(1.2);
}
.about_box_four .img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.6;
    z-index: 1;
}
.about_box_four .textwarp {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding:.5rem 0.8rem;
    color: #fff;
    z-index: 3;
    line-height: calc(60 / 36);
}
.about_box_four .textwarp b span{ font-size: .18rem; font-weight: normal;}
.about_box_four .item:hover .textwarp{
    text-shadow: 5px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
    .about_box_four .textwarp {
        padding: 0.5rem;
    }
}
@media (max-width: 640px) {
    .about_box_four .item {
        width: 100%;
    }
}
.honor {
    padding: 1.4rem 0;
}
.honor .swiper {
    overflow: hidden;
    margin-top: -0.3rem;
}
.honor .swiper-slide {
    padding: 0.2rem;
    line-height: calc(40 / 24);
}
.honor .flex_jc_ac {
    width: 100%;
    box-shadow: 0px 0px 20px 0px rgba(61, 85, 167, 0.1);
    padding: 0.8rem 0.6rem;
    text-align: center;
}
.honor .des {
    max-width: 545px;
    margin: 0 auto;
}
@media (max-width: 640px) {
    .honor {
        padding: 0.8rem 0;
    }
    .honor .flex_jc_ac {
        padding: 0.3rem;
    }
}
/*oprocess*/
/*oprocess*/
.oprocess {
    background: no-repeat center center;
    background-size: cover;
    position: relative;
    color: #fff;
    padding: 8.85416667% 0 10.41666667%;
}
.oprocess .inner {
    position: relative;
    z-index: 2;
}
.oprocess .info {
    max-width: 43.75em;
    width: 85%;
    margin: 0 auto;
    position: relative;
}
.oprocess .text .item {
    font-size: var(--fz16);
}
.oprocess .text .cont {
    opacity: 0.2;
}
.oprocess .text .title {
    color: #333;
}
.oprocess .text .cur .num, .oprocess .text .cur .cont {
    opacity: 1;
}
.oprocess .box {
    position: relative;
}
.oprocess .imgbox {
    width: 85.71428571%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.oprocess .imgbox .swiper {
    border-radius: 50%;
}
.oprocess .imgbox .figure {
    padding-bottom: 100%;
}
.oprocess .figure .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.3s;
}
.oprocess .figure .textwarp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(61, 85, 167, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 0.2rem;
}
.oprocess .figure .textwarp .des {
    width: 80%;
    margin: 0 auto;
    line-height: calc(36 / 20);
}
.oprocess .figure .textwarp .title {
    font-size: 0.44rem;
}
.oprocess .circle::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 99.5%;
    height: 99.5%;
    background: url(../image/circle_mask.png) no-repeat center;
    background-size: 100%;
}
.oprocess .circle .bg {
    fill: none;
    stroke: #696969;
    stroke-width: 0.25em;
    opacity: 0;
}
.oprocess .circle .ring {
    fill: none;
    stroke: var(--color);
    stroke-width: 0.2em;
    stroke-linecap: round;
    stroke-dasharray: 4348;
    stroke-dashoffset: 4348;
}
.oprocess .dots li {
    position: absolute;
    width: 10%;
    border-radius: 50%;
    border: 0.1em solid transparent;
    z-index: 6;
    cursor: pointer;
}
.oprocess .dots li:before {
    display: block;
    content: '';
    padding-bottom: 100%;
}
.oprocess .dots li:after {
    width: 14.51612903%;
    padding-bottom: 14.51612903%;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--color);
    border-radius: 100%;
}
.oprocess .dots li:nth-child(1) {
    left: 50%;
    top: -4.8%;
    transform: translateX(-50%);
}
.oprocess .dots li:nth-child(2) {
    right: 6.7%;
    transform: translate(50%, -50%);
    top: 74%;
}
.oprocess .dots li:nth-child(3) {
    left: 3%;
    bottom: 19.042857%;
}
.oprocess .dots .cur {
    border-color: var(--color);
}
.oprocess .process-circle {
    transform: rotate(-90deg);
    padding-bottom: 100%;
    position: relative;
}
.oprocess .process-circle svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 1025px) {
    .oprocess .text .swiper {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: visible;
    }
    .oprocess .text .swiper-slide {
        height: auto;
    }
    .oprocess .text .item {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 26.25em !important;
    }
    .oprocess .text .item:nth-child(-n+3) {
        left: 100%;
        margin-left: 5.71428571%;
    }
    .oprocess .text .item:nth-child(1) {
        margin-top: -15%;
        left: 50%;
        margin-left: -26%;
    }
    .oprocess .text .item:nth-child(2) {
        margin-top: 70.14285714%;
        left: 75%;
    }
    .oprocess .text .item:nth-child(3) {
        margin-top: 69.142857%;
        left: -45%;
    }
    .oprocess .text .item:nth-child(n+4) {
        right: 100%;
        margin-right: 5.71428571%;
        text-align: right;
    }
    .oprocess .text .item .flex_jc_ac {
        flex-flow: column wrap;
    }
    .oprocess .text .item:nth-child(1) .flex_jc_ac {
        flex-flow: row wrap;
    }
    .oprocess .text .item .icon {
        margin-bottom: 0.2rem;
    }
    .oprocess .text .item:nth-child(1) .icon {
        margin-right: 0.2rem;
        margin-bottom: 0;
    }
    .oprocess .text .item:not(:nth-child(1)) .title {
        text-align: center;
    }
    .oprocess .text .item:not(:nth-child(1)) .title b {
        display: block;
        margin-bottom: 0.1rem;
    }
}
@media only screen and (max-width: 1280px) {
    .oprocess .info, .oprocess .text .item {
        font-size: 0.12rem;
    }
}
@media only screen and (max-width: 1024px) {
    .oprocess {
        min-height: 6.78rem;
    }
    .oprocess .text {
        margin-top: 0.35rem;
    }
    .oprocess .text .item {
        font-size: var(--fz16);
        text-align: center;
    }
    .oprocess .text .num, .oprocess .text .cont {
        opacity: 1;
    }
    .oprocess .swiper-arrows .arrow {
        opacity: 1;
    }
    .oprocess .swiper-arrows .swiper-button-prev {
        transform: translateX(-110%);
    }
    .oprocess .swiper-arrows .swiper-button-next {
        transform: translateX(110%);
    }
    .oprocess .figure .textwarp .title {
        margin: 0 0 0.2rem;
        font-size: 0.3rem;
    }
}
@media only screen and (max-width: 750px) {
    .oprocess {
        min-height: 6.75rem;
        padding: 0.75rem 0;
    }
}
.kfsys_box .list li {
    width: 49%;
    margin-bottom: 2%;
}

.kfsys_box .list li:first-child {
    margin: 0;
}

.kfsys_box .top .right {
    margin-bottom: 0.5rem;
}

.kfsys_box .list li img {
    margin-bottom: 0;
}
