@charset "utf-8";

@font-face {
    font-family: 'iconfont';  /* Project id 2376408 */
    src: url('//at.alicdn.com/t/c/font_2376408_yz69kvbxwmp.woff2?t=1741152783619') format('woff2'),
         url('//at.alicdn.com/t/c/font_2376408_yz69kvbxwmp.woff?t=1741152783619') format('woff'),
         url('//at.alicdn.com/t/c/font_2376408_yz69kvbxwmp.ttf?t=1741152783619') format('truetype');
  }

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/* =====================内页样式======================== */
/* 分页 */
.paging {
    width: 100%;
    text-align: center;
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.paging-menu,
.paging-skip,
.paging-hint {
    display: flex;
    flex-wrap: wrap;
}

.paging-menu a {
    width: 32px;
    height: 32px;
    border: 1px solid #d9d9d9;
    margin: 4px;
    font-size: 14px;
    color: #666666;
    transition: all .4s ease;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paging-menu a.not i {
    font-size: 12px;
    display: block;
}

.paging-menu a.lty i {
    transform: rotate(180deg);
}

.paging-menu a:hover,
.paging-menu a.active,
.paging a.on {
    border-color: #0074ff;
    background-color: #0074ff;
    color: #fff;
}

.paging-skip {
    margin-left: 8px;
    align-items: center;
}

.paging-hint {
    font-size: 12px;
    color: #666;
    font-weight: 300;
    margin: 0 8px;
}

.paging-hint:first-of-type {
    margin: 0;
}

.paging-skip input {
    width: 50px;
    text-align: center;
    height: 32px;
    border: 1px solid #d9d9d9;
    background-color: transparent;
    font-size: 14px;
    color: #666;
    border-radius: 3px;
    transition: all .4s ease;
}

.paging-skip input:focus {
    border-color: #0074ff;
}

.paging-skip button {
    color: #555;
    font-size: 12px;
    padding: 0 18px;
    border: 1px solid #d9d9d9;
    transition: all .4s ease;
    height: 32px;
    cursor: pointer;
    border-radius: 3px;
}

.paging-skip button:hover {
    background-color: #0074ff;
    color: #fff;
    border-color: #0074ff;
}

.paging-hint span {
    color: #0074ff;
}

/* 搜索页面 */
.search {
    width: 100%;
}

.search-result {
    font-size: 14px;
    color: #0074ff;
    line-height: 1.1;
}

.search-result span {
    margin-left: 6px;
}

.search-info {
    width: 100%;
    line-height: 1.1;
    color: #333;
}

.search-info span {
    color: #0074ff;
    font-weight: 700;
    flex: 1;
}

.search-list {
    width: 100%;
}

.search-link {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    background: #f6f8f9;
    padding: 40px 24px;
}

.search-link:not(:first-child) {
    margin-top: 16px;
}

.search-link h2 {
    color: #333;
    line-height: 1.1;
    font-weight: 700;
    transition: all .4s ease;
}

.search-link p {
    width: 100%;
    color: #666;
}

.search-link .highlightRow span {
    color: #0074ff !important;
}

.search-link:hover h2 {
    color: #0074ff;
}

@media all and (max-width:1000px) {
    .search-link {
        padding: 20px 15px;
    }

    .search-link:not(:first-child) {
        margin-top: 12px;
    }
}

/* 隐私协议 */
.privacy {
    width: 100%;
}

.privacy-title {
    width: 100%;
    color: #333;
    line-height: 1.1;
}

.privacy-content {
    width: 100%;
    color: #666;
}

/* 网站地图 */
.webmap {
    width: 100%;
}

.webmap-title {
    width: 100%;
    color: #333;
    line-height: 1;
    position: relative;
    padding-bottom: 24px;
}

.webmap-title::after {
    content: "";
    position: absolute;
    width: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    height: 4px;
    background: #0074ff;
}

.webmap-list {
    width: 100%;
}

.webmap-list>ul {
    margin: -40px 0 0 -40px;
    display: flex;
    flex-wrap: wrap;
}

.webmap-list>ul>li {
    width: calc(20% - 40px);
    margin: 40px 0 0 40px;
    color: #333;
}

.webmap-list>ul>li ul,
.webmap-list>ul>li li {
    width: 100%;
}

.webmap-list>ul>li a {
    display: block;
    transition: color .4s ease;
    position: relative;
}

.webmap-list>ul>li a:hover {
    color: #0074ff;
}

.webmap-list>ul>li>.menu {
    font-weight: 700;
    border-bottom: 1px solid #e1e1e1;
    font-size: 20px;
    width: 100%;
    padding-bottom: 20px;
    line-height: 1;
}

.webmap-list>ul>li>.drop {
    margin-top: 16px;
}

.webmap-list>ul>li>.drop a {
    line-height: 1.28;
    padding: 6px 0;
    font-size: 18px;
}

.webmap-list>ul>li>.drop .drop a {
    padding-left: 18px;
    font-size: 16px;
}

.webmap-list>ul>li>.drop .drop a::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #afafaf;
    left: 0;
    top: 14px;
}

@media all and (max-width:1270px) {
    .webmap-list>ul {
        margin: -24px 0 0 -24px;
    }

    .webmap-list>ul>li {
        width: calc(20% - 24px);
        margin: 24px 0 0 24px;
    }

    .webmap-list>ul>li>.menu {
        font-size: 18px;
    }

    .webmap-list>ul>li>.drop a {
        font-size: 16px;
    }

    .webmap-list>ul>li>.drop .drop a {
        font-size: 14px;
    }

    .webmap-list>ul>li>.drop .drop a::before {
        top: 11px;
    }
}

@media all and (max-width: 680px) {
    .webmap-title {
        padding-bottom: 16px;
    }

    .webmap-title::after {
        width: 44px;
        height: 3px;
    }

    .webmap-list>ul {
        margin: -14px 0 0;
    }

    .webmap-list>ul>li {
        width: 100%;
        margin: 14px 0 0;
    }

    .webmap-list>ul>li>.menu {
        font-size: 16px;
        padding-bottom: 14px;
    }

    .webmap-list>ul>li>.drop {
        margin-top: 10px;
    }

    .webmap-list>ul>li>.drop a {
        padding: 4px 0;
        font-size: 15px;
    }

    .webmap-list>ul>li>.drop .drop a {
        padding-left: 12px;
    }
}

/*  */

.onResume {
    display: none;
    z-index: 999999;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    user-select: none;
    padding: 0 4%;
}

.onResume.active {
    display: flex;
}

.onResume-contain {
    background-color: #fff;
    border-radius: 5px;
    padding: 45px;
    width: 530px;
    position: relative;
}

.onResume-close {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 18px;
    transition: all .4s ease;
    color: #3798f7;
}

.onResume-close i {
    font-size: inherit;
}

.onResume-close:hover {
    color: #f00;
}

.onResume-title {
    font-size: 20px;
    color: #333;
}

.onResume-form {
    width: 100%;
    margin-top: 12px;
}

.onResume-wrap {
    position: relative;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    overflow: hidden;
}

.onResume-wrap .onResume-hint {
    width: 66%;
    height: 100%;
    box-shadow: inset 0px 6px 4px 0px rgb(148 148 149 / 8%);
    border: 1px solid #e6e6f1;
    padding-left: 16px;
}

.onResume-wrap .btn {
    width: 34%;
    height: 100%;
    background-color: #3798f7;
    position: relative;
}

.onResume-wrap .btn .onResume-upload {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.onResume-wrap .btn .onResume-input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.onResume-button {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.onResume-button button {
    width: 100%;
    height: 45px;
    background-color: #3798f7;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

@media all and (max-width: 680px) {
    .onResume-contain {
        padding: 24px 16px;
        width: 100%;
    }

    .onResume-title {
        font-size: 18px;
    }

    .onResume-wrap {
        height: 40px;
    }

    .onResume-button {
        margin-top: 12px;
    }

    .onResume-button button {
        height: 40px;
        font-size: 14px;
    }

    .onResume-close {
        top: 10px;
        right: 10px;
        font-size: 16px;
    }

    .onResume-wrap .btn .onResume-upload {
        font-size: 14px;
    }
}

.CommonBanner {
    position: relative;
}

.CommonBanner>img {
    width: 100%;
}

.CommonBanner .content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.CommonBanner .content .contain.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.CommonBanner .content .PageContain.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.CommonBanner .content .CommonBtn {
    width: 145px;
    height: 50px;
}

.NewsBan .content .PageContain.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.CommonBtn {
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease;
}

.CommonBtn i {
    font-size: 12px;
    display: block;
    transform: rotate(180deg) translateY(1px);
    margin-left: 8px;
    line-height: 1px;
}

.CommonBtn.lty1 { 
    background-color: #E70012;
    color: #fff;
}

.CommonBtn.lty1:hover {
    background-color: transparent;
    border: 1px solid #E70012;
    color: #E70012;
}

.CommonBtn.lty2 {
    border: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
}

.CommonBtn.lty2:hover {
    background-color: #E70012;
    color: #fff;
    border: 0px;
}

.RuJinlb {
    background-color: #f8f8f8;
}

.RuJinlb-list {
    padding: 0px 80px;
}

.RuJinlb-list .list {
    margin-bottom: 25px;
    background-color: #fff;
    border-radius: 25px;
    overflow: hidden;
    transition: all .4s ease;
}

.RuJinlb-list .list:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
}

.RuJinlb-list .list:last-child {
    margin-bottom: 0px;
}

.RuJinlb-list .list .img {
    width: 58%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.RuJinlb-list .list .img img {
    max-height: 100%;
}

.RuJinlb-list .list .cont {
    width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.RuJinlb-list .list .cont .btn a {
    width: 110px;
    height: 48px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease;
}

.RuJinlb-list .list .cont .btn a:nth-child(1) {
    color: #fff;
    background-color: #0074ff;
    margin-right: 25px;
}

.RuJinlb-list .list .cont .btn a:nth-child(2) {
    color: #010101;
    border: 1px solid #b2b2b2;
}

.RuJinlb-list .list .cont .btn a:nth-child(1):hover {
    background-color: transparent;
    color: #0074ff;
    border: 1px solid #0074ff;
}

.RuJinlb-list .list .cont .btn a:nth-child(2):hover {
    background-color: #0074ff;
    color: #fff;
    border: 1px solid #0074ff;
}

.RuJinlb-list .list:nth-child(even) {
    flex-direction: row-reverse;
}

.RuJinlb-list .list:nth-child(odd) .cont {
    padding-right: 200px;
}

.RuJinlb-list .list:nth-child(even) .cont {
    padding-left: 200px;
}

.Ctatlx>img {
    width: 100%;
}

.Ctatlx .content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.Ctatlx-cont .btn {
    width: 145px;
    height: 50px;
}

.RuJinjz-list {
    padding: 0px 140px;
    margin-right: -75px;
}

.RuJinjz-list .list {
    width: calc(100%/3 - 75px);
    margin-right: 75px;
    height: 500px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all .4s ease;
}

.RuJinjz-list .list>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
}

.RuJinjz-list .list>div {
    position: relative;
    z-index: 2;
}

.RuJinjz-list .list .line {
    width: 75px;
    height: 1px;
    background-color: #9b8ef4;
}

.RuJinjz-list .list:nth-child(1) {
    margin-top: 135px;
}

.RuJinjz-list .list:nth-child(3) {
    margin-top: 80px;
}

.RuJinjz-list .list:hover {
    transform: translateY(-20px);
}

.RuJints-list .list {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(31, 59, 115, 0.1);
    padding: 40px;
    margin-bottom: 30px;
}

.RuJints-list .list:last-child {
    margin-bottom: 0px;
}

.RuJints-list .list .img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.RuJints-list .list .cont {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 100px;
}

.RuJints-list .list .cont ul {
    margin-right: -50px;
}

.RuJints-list .list .cont li {
    margin-right: 50px;
}

.RuJints-list .list .cont li .icon {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.RuJints-list .list .cont li .icon img {
    max-height: 100%;
}

.RuJints-list .list:nth-child(even) {
    flex-direction: row-reverse;
}

.RuJints-list .list .cont .ul {
    margin-right: -10px;
    margin-bottom: -45px;
}

.RuJints-list .list .cont .li {
    width: calc(100%/2 - 10px);
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 45px;
}

.RuJints-list .list .cont .li .icon {
    width: 65px;
}

.RuJints-list .list .cont .li .hit {
    width: calc(100% - 65px);
}

.RuJincj {
    background-color: #051b38;
}

.RuJincj-list {
    margin-right: -12px;
}

.RuJincj-list .list {
    width: calc(100%/8 - 12px);
    margin-right: 12px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 305px;
    transition: all .4s ease;
}

.RuJincj-list .list>img {
    width: 100%;
    height: 100%;
}

.RuJincj-list .list .show {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 20%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 10px;
    padding-bottom: 14px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
}

.RuJincj-list .list:nth-child(even) {
    margin-top: 25px;
}

.RuJincj-list .list:hover {
    transform: translateY(-20px);
}

.RuJinzx-cont .cont-l {
    width: 37.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.RuJinzx-cont .cont-r {
    width: 62.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.RuJinzx-cont .cont-l .CommonBtn {
    width: 145px;
    height: 50px;
}

.RuJinzx-cont .cont-r img {
    transition: all .4s ease;
}

.RuJinzx-cont .cont-r img:hover {
    transform: translateY(-20px);
}

.Anlilb-list {
    margin-right: -25px;
    margin-bottom: -25px;
}

.Anlilb-list .list {
    width: calc(100%/3 - 25px);
    display: block;
    margin-right: 25px;
    margin-bottom: 25px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(0, 61, 157, 0.1);
}

.Anlilb-list .list .img {
    width: 100%;
    overflow: hidden;
}

.Anlilb-list .list .img img {
    width: 100%;
    height: 135px;
    transition: all .4s ease;
}

.Anlilb-list .list:hover .img img {
    transform: scale(1.04);
}

.Anlilb-list .list .cont {
    padding: 55px 35px;
}

.Anlilb-list .list .cont .title {
    transition: all .4s ease;
}

.Anlilb-list .list:hover .cont .title {
    color: #0074ff;
}

.Anlilb-list .list .cont .btn {
    display: flex;
    align-items: center;
}

.Anlilb-list .list .cont .btn i {
    font-size: 12px;
    line-height: 1px;
    transform: rotate(180deg);
    margin-left: 5px;
    margin-top: -2px;
    transition: all .4s ease;
}

.Anlilb-list .list .cont .btn:hover i {
    transform: rotate(180deg) translateX(-10px);
}

.Anlilb-search {
    display: flex;
    justify-content: flex-end;
}

.Anlilb-search .customSelect:nth-child(1) {
    margin-right: 50px;
}

.Anlilb-search .customSelect {
    display: block;
    width: 100px;
    position: relative;
}

.Anlilb-search .customSelect-name {
    display: flex;
    align-items: center;
    height: 30px;
    position: relative;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

.Anlilb-search .customSelect-name::after {
    content: "\e727";
    position: absolute;
    font-family: "icon";
    font-size: 12px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    right: 0px;
    top: 0;
    transform: rotateX(-360deg);
}

.Anlilb-search .customSelect-drop {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 30px;
    max-height: 200px;
    border-top: none;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    background: #eaf1f5;
    cursor: pointer;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.Anlilb-search .customSelect-drop>div {
    padding: 0px 10px;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    color: #0074ff;
    transition: all .4s ease;
}

.Anlilb-search .customSelect-drop>div::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #f4f8fa;
}

.Anlilb-search .customSelect-drop>div:last-child::after {
    display: none;
}

.Anlilb-search .customSelect-drop>div:hover,
.Anlilb-search .customSelect-drop>div.active {
    background: #dadfe5;
    color: #0074ff;
}

.Anlilb-search .customSelect-drop::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}

.Anlilb-search .customSelect-drop::-webkit-scrollbar-thumb {
    background: #7a8896;
}

.Anlilb-search .customSelect-drop::-webkit-scrollbar-track {
    background: #fff;
}

.Anlilb-search .customSelect-name.noRadius {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.Anlilb-search .customSelect-name.noRadius::after {
    transform: rotateX(180deg);
}

.NewsBan>img {
    width: 100%;
}

.NewsBan .content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.NewsBan .content .contain.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.NewsBan-Search {
    width: 640px;
    height: 45px;
    padding: 0px 30px;
    display: flex;
    background-color: #fff;
    border-radius: 22.5px;
    overflow: hidden;
}

.NewsBan-Search .btn {
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.NewsBan-Search .btn i {
    font-size: 18px;
    color: #89898a;
    transition: all .4s ease;
}

.NewsBan-Search .btn:hover i {
    color: #0074ff;
}

.NewsBan-Search input {
    width: calc(100% - 18px);
    height: 100%;
    padding-left: 10px;
}

.NewsBan-Search input::-webkit-input-placeholder {
    color: #b3b3b3;
    font-size: 14px;
}

.NewsBan-Search input:-moz-placeholder {
    color: #b3b3b3;
    font-size: 14px;
}

.NewsBan-Search input::-moz-placeholder {
    color: #b3b3b3;
    font-size: 14px;
}

.NewsBan-Search input:-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 14px;
}

.Newstj .contain {
    padding: 0px 100px;
}

.Newstj-list {
    margin-right: -20px;
}

.Newstj-list .list {
    width: calc(100%/4 - 20px);
    margin-right: 20px;
    height: 205px;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    position: relative;
}

.Newstj-list .list>img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.Newstj-list .list:hover>img {
    transform: scale(1.04);
}

.Newstj-list .list .show {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    display: flex;
    align-items: flex-end;
    padding: 0px 20px;
    padding-bottom: 12px;
}

.Newslb .contain {
    padding: 0px 100px;
}

.Newslb-muen {
    border-bottom: 1px solid #ededed;
}

.Newslb-muen a {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 25px;
    position: relative;
    transition: all .4s ease;
}

.Newslb-muen a::before {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 2px;
    background-color: #0074ff;
    opacity: 0;
    transition: all .4s ease;
}

.Newslb-muen a.active::before {
    opacity: 1;
}

.Newslb-muen a.active {
    color: #0074ff;
}

.Newslb-muen a:hover {
    color: #0074ff;
}

.Newslb-cont>.cont-l {
    width: 75%;
    padding-right: 50px;
}

.Newslb-cont>.cont-r {
    width: 25%;
    padding-top: 28px;
}

.Newslb-list .list {
    padding: 30px 0px;
    border-bottom: 1px solid #ededed;
}

.Newslb-list .list .img {
    width: 240px;
    border-radius: 5px;
    overflow: hidden;
    height: 145px;
}

.Newslb-list .list .img img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.Newslb-list .list:hover .img img {
    transform: scale(1.04);
}

.Newslb-list .list .cont {
    width: calc(100% - 240px);
    padding-left: 50px;
    padding-top: 8px;
}

.Newslb-list .list .cont .data {
    color: #aeaeae;
}

.Newslb-list .list .cont .title {
    transition: all .4s ease;
}

.Newslb-list .list:hover .cont .title {
    color: #0074ff;
}

.Newslb-content {
    box-shadow: 0px 0px 7px 0px rgba(31, 59, 115, 0.1);
    padding: 25px 20px;
}

.Newslb-content .line {
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
}

.Newslb-content-list .list {
    margin-bottom: 20px;
}

.Newslb-content-list .list:last-child {
    margin-bottom: 0px;
}

.Newslb-content-list .list .number {
    width: 19px;
    padding-top: 3px;
}

.Newslb-content-list .list .number span {
    width: 19px;
    height: 19px;
    background-color: #ababab;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Newslb-content-list .list .cont {
    width: calc(100% - 19px);
    padding-left: 9px;
}

.Newslb-content-list .list .cont .title {
    transition: all .4s ease;
}

.Newslb-content-list .list .cont .data {
    color: #aeaeae;
}

.Newslb-content-list .list:hover .cont .title {
    color: #0074ff;
}

.Newslb-content-list .list:nth-child(1) .number span {
    background-color: #0058c2;
}

.Newslb-content-list .list:nth-child(2) .number span {
    background-color: #0074ff;
}

.Newslb-content-list .list:nth-child(3) .number span {
    background-color: #4197ff;
}

.JaoYujs-cont {
    border-radius: 10px;
    box-shadow: 0px 0px 50px 0px rgba(31, 59, 115, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.JaoYusd {
    background-color: #f8f8f8;
}

.JaoYusd-cont .cont-l {
    width: 53%;
    padding-right: 20px;
}

.JaoYusd-cont .cont-r {
    width: 47%;
}

.JaoYusd-content {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.JaoYusd-content>img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.JaoYusd-content:hover>img {
    transform: scale(1.04);
}

.JaoYusd-content .show {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 80%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0px 35px;
    padding-bottom: 30px;
}

.JaoYusd-content .show .text {
    opacity: .6;
}

.JaoYusd-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.JaoYusd-list .list {
    height: calc(100%/2 - 10px);
}

.JaoYujz {
    background-color: #272b34;
}

.JaoYujz-list {
    margin-right: -20px;
    justify-content: center;
}

.JaoYujz-list .list {
    width: calc(100%/4 - 20px);
    margin-right: 20px;
    background-color: #32363e;
    padding: 70px 40px;
}

.JaoYujz-list .list .img {
    height: 50px;
    display: flex;
    align-items: center;
}

.JaoYujz-list .list .img img {
    max-height: 100%;
}

.swiper-btn a {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    transition: all .4s ease;
}

.JaoYucp {
    background-color: #f8f8f8;
}

.JaoYucp-lun {
    background-color: #fff;
    padding: 0px 55px;
    height: 375px;
    align-items: center;
}

.JaoYucp-lun .cont {
    width: 260px;
}

.JaoYucp-lun .img {
    width: calc(100% - 260px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.JaoYucp-lun .img img {
    transition: all .4s ease;
}

.JaoYucp-lun .img img:hover {
    transform: scale(1.04);
}

.JaoYucp-lun .cont .btn {
    width: 110px;
    height: 50px;
}

.JaoYucp-lun .cont .name {
    transition: all .4s ease;
}

.JaoYucp-lun:hover .cont .name {
    color: #0074ff;
}

.JaoYucp-svp {
    position: relative;
}

.JaoYucp-svp .swiper-btn a {
    background-color: rgba(0, 0, 0, .2);
    font-size: 12px;
    line-height: 1px;
    color: #fff;
}

.JaoYucp-svp .swiper-btn a:hover {
    background-color: #0074ff;
}

.JaoYucp-svp .swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    opacity: 0;
    transition: all .4s ease;
}

.JaoYucp-svp .swiper-btn.prev {
    left: 25px;
}

.JaoYucp-svp .swiper-btn.next {
    right: 25px;
}

.JaoYucp-svp .swiper-btn.next a {
    transform: rotate(180deg);
}

.JaoYucp-svp:hover .swiper-btn {
    opacity: 1;
}

.JaoYuxg-list {
    margin-right: -33px;
}

.JaoYuxg-list .list {
    width: calc(100%/2 - 33px);
    margin-right: 33px;
    height: 375px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.JaoYuxg-list .list>img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.JaoYuxg-list .list:hover>img {
    transform: scale(1.04);
}

.JaoYuxg-list .list .show {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0px 40px;
    padding-bottom: 30px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
}

.JaoYuxg-list .list .show .btn {
    width: 110px;
    height: 40px;
}

.JaoYual {
    background-color: #f8f8f8;
}

.JaoYual-lun {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(31, 59, 115, 0.2);
}

.JaoYual-lun .img {
    width: 44%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    height: 400px;
}

.JaoYual-lun .img img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.JaoYual-lun:hover .img img {
    transform: scale(1.04);
}

.JaoYual-lun .cont {
    width: 56%;
    padding: 20px 120px 20px 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.JaoYual-lun .cont .btn {
    width: 120px;
    height: 50px;
}

.JaoYual-lun .cont .title {
    transition: all .4s ease;
}

.JaoYual-lun:hover .cont .title {
    color: #0074ff;
}

.JaoYual-svp {
    position: relative;
}

.JaoYual-svp>.muen {
    margin: -15px;
}

.JaoYual-svp .swiper-container {
    padding: 15px;
}

.JaoYual-svp .swiper-btn a {
    background-color: rgba(0, 0, 0, .2);
    font-size: 12px;
    line-height: 1px;
    color: #fff;
}

.JaoYual-svp .swiper-btn a:hover {
    background-color: #0074ff;
}

.JaoYual-svp .swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    opacity: 0;
    transition: all .4s ease;
}

.JaoYual-svp .swiper-btn.prev {
    left: 25px;
}

.JaoYual-svp .swiper-btn.next {
    right: 25px;
}

.JaoYual-svp .swiper-btn.next a {
    transform: rotate(180deg);
}

.JaoYual-svp:hover .swiper-btn {
    opacity: 1;
}

.JaoYual-pages {
    display: flex;
    justify-content: center;
    height: 3px;
}

.JaoYual-pages .swiper-pagination {
    height: 3px;
    margin-top: -12px;
}

.JaoYual-pages .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    background: #dadadd;
    opacity: 1;
    margin: 0 5px !important;
    position: relative;
    border-radius: 0;
}

.JaoYual-pages .swiper-pagination-bullet:before {
    content: "";
    width: 0;
    height: 100%;
    background: #0074ff;
    position: absolute;
    top: 0;
    left: 0;
}

.JaoYual-pages .swiper-pagination-bullet-active.swiper-pagination-bullet:before {
    animation: bulletLine 4s linear both .8s;
}

.JaoYual-pages .swiper-pagination-bullet-active.oneBullet:before {
    animation: bulletLine 3.8s linear both 0s;
}

@keyframes bulletLine {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.JaoYual-btn {
    display: flex;
    justify-content: center;
}

.JaoYual-btn .btn {
    display: flex;
    align-items: center;
}

.JaoYual-btn .btn i {
    font-size: 12px;
    display: block;
    transform: rotate(180deg);
    margin-top: -2px;
    margin-left: 5px;
    transition: all .4s ease;
}

.JaoYual-btn .btn:hover i {
    transform: rotate(180deg) translateX(-10px);
}

.JaRuBan-Search {
    width: 515px;
    height: 55px;
    padding: 0px 22px;
    display: flex;
    background-color: #fff;
    border-radius: 32.5px;
    overflow: hidden;
}

.JaRuBan-Search .btn1 {
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.JaRuBan-Search .btn i {
    font-size: 18px;
    color: #89898a;
    transition: all .4s ease;
}

.JaRuBan-Search .btn2 {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
}

.JaRuBan-Search .btn2 i {
    font-size: 12px;
    color: #89898a;
    transform: rotate(180deg);
    margin-left: 3px;
    margin-top: -2px;
    transition: all .4s ease;
}

.JaRuBan-Search .btn1:hover i {
    color: #0074ff;
}

.JaRuBan-Search .btn2:hover {
    color: #0074ff;
}

.JaRuBan-Search .btn2:hover i {
    color: #0074ff;
}

.JaRuBan-Search input {
    width: calc(100% - 118px);
    height: 100%;
    padding-left: 10px;
}

.JaRuBan-Search input::-webkit-input-placeholder {
    color: #b3b3b3;
    font-size: 14px;
}

.JaRuBan-Search input:-moz-placeholder {
    color: #b3b3b3;
    font-size: 14px;
}

.JaRuBan-Search input::-moz-placeholder {
    color: #b3b3b3;
    font-size: 14px;
}

.JaRuBan-Search input:-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 14px;
}

.JaRuzp {
    background-color: #f5f5f5;
}

.JaRuzp-list {
    margin-right: -20px;
    margin-bottom: -25px;
}

.JaRuzp-list .list {
    width: calc(100%/3 - 20px);
    margin-right: 20px;
    margin-bottom: 25px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 40px 30px;
    box-shadow: 0px 3px 16px 0px rgba(31, 59, 115, 0.2);
    display: block;
    transition: all .4s ease;
}

.JaRuzp-list .list:hover {
    transform: translateY(-10px);
}

.JaRuzp-list .list .hit {
    display: flex;
    align-items: center;
}

.JaRuzp-list .list .hit .title {
    width: calc(100% - 40px);
    padding-right: 10px;
    transition: all .4s ease;
}

.JaRuzp-list .list:hover .hit .title {
    color: #0074ff;
}

.JaRuzp-list .list .hit .img {
    width: 40px;
}

.JaRuzp-list .list .text {
    display: flex;
    align-items: center;
    color: #b9b9b9;
}

.JaRuzp-list .list .text i {
    font-size: 12px;
    transform: rotate(180deg);
    margin-left: 5px;
    margin-top: -2px;
}

.JaRugz-lun {
    padding: 0px 100px;
}

.JaRugz-lun .img {
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
}

.JaRugz-lun .img img {
    width: 100%;
}

.JaRugz-lun .cont {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 65px;
}

.JaRugz-svp {
    position: relative;
}

.JaRugz-svp .swiper-btn a {
    font-size: 24px;
    line-height: 1px;
    color: #979797;
}

.JaRugz-svp .swiper-btn a:hover {
    color: #0074ff;
}

.JaRugz-svp .swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    transition: all .4s ease;
}

.JaRugz-svp .swiper-btn.prev {
    left: 25px;
}

.JaRugz-svp .swiper-btn.next {
    right: 25px;
}

.JaRugz-svp .swiper-btn.next a {
    transform: rotate(180deg);
}

.JaRugz-pages {
    display: flex;
    justify-content: center;
    height: 3px;
    position: relative;
}

.JaRugz-pages .swiper-pagination {
    margin-top: -12px;
}

.JaRugz-pages .swiper-pagination-bullet {
    width: 16px;
    height: 3px;
    border-radius: 1.5px;
    background: #e5f1ff;
    opacity: 1;
    margin: 0px 2px;
    transition: all .4s ease;
}

.JaRugz-pages .swiper-pagination-bullet-active {
    width: 25px;
    background: #0074ff;
}

.JaRuxq {
    background-color: #f5f5f5;
}

.JaRuxq-cont .cont-l {
    width: 76%;
    padding-right: 20px;
}

.JaRuxq-cont .cont-r {
    width: 24%;
}

.JaRuxq-muen {
    background-color: #fff;
    padding: 24px 40px 100px 40px;
}

.JaRuxq-data .customSelect {
    display: block;
    width: 100px;
    position: relative;
}

.JaRuxq-data .customSelect-name {
    display: flex;
    align-items: center;
    height: 30px;
    position: relative;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}

.JaRuxq-data .customSelect-name::after {
    content: "\e727";
    position: absolute;
    font-family: "icon";
    font-size: 12px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    right: 0px;
    top: 0;
    transform: rotateX(-360deg);
}

.JaRuxq-data .customSelect-drop {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 30px;
    max-height: 200px;
    border-top: none;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    background: #eaf1f5;
    cursor: pointer;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.JaRuxq-data .customSelect-drop>div {
    padding: 0px 10px;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    color: #0074ff;
    transition: all .4s ease;
}

.JaRuxq-data .customSelect-drop>div::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #f4f8fa;
}

.JaRuxq-data .customSelect-drop>div:last-child::after {
    display: none;
}

.JaRuxq-data .customSelect-drop>div:hover,
.JaRuxq-data .customSelect-drop>div.active {
    background: #dadfe5;
    color: #0074ff;
}

.JaRuxq-data .customSelect-drop::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}

.JaRuxq-data .customSelect-drop::-webkit-scrollbar-thumb {
    background: #7a8896;
}

.JaRuxq-data .customSelect-drop::-webkit-scrollbar-track {
    background: #fff;
}

.JaRuxq-data .customSelect-name.noRadius {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.JaRuxq-data .customSelect-name.noRadius::after {
    transform: rotateX(180deg);
}

.JaRuxq-title {
    display: flex;
    align-items: center;
}

.JaRuxq-title span {
    width: 24px;
    height: 24px;
    background-color: #0074ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.JaRuxq-ul .li {
    margin-right: 30px;
    position: relative;
}

.JaRuxq-ul .li::before {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background-color: #ededed;
}

.JaRuxq-hit {
    justify-content: space-between;
}

.JaRuxq-hit .btn {
    width: 115px;
    height: 40px;
}

.JaRuxq-name {
    align-items: center;
}

.JaRuxq-name span {
    width: 95px;
}

.JaRuxq-name .line {
    width: calc(100% - 95px);
    height: 1px;
    background-color: #eeeeee;
}

.JaRuxq-btn {
    display: flex;
    justify-content: center;
}

.JaRuxq-btn .btn {
    width: 135px;
    height: 40px;
}

.JaRuxq-sticky {
    background-color: #fff;
    padding: 25px 20px 5px 20px;
    position: sticky;
    top: 90px;
}

.JaRuxq-sticky-hit {
    justify-content: space-between;
    align-items: center;
}

.JaRuxq-sticky-hit .btn {
    transition: all .4s ease;
}

.JaRuxq-sticky-hit .btn:hover {
    color: #0074ff;
}

.JaRuxq-list .list {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #eeeeee;
    height: 65px;
}

.JaRuxq-list .list:last-child {
    border-bottom: 0px dashed #eeeeee;
}

.JaRuxq-list .list span {
    width: 24px;
    height: 24px;
    background-color: #0074ff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.JaRuxq-list .list .title {
    width: calc(100% - 24px);
    padding-left: 8px;
    transition: all .4s ease;
}

.JaRuxq-list .list:hover .title {
    color: #0074ff;
}

.JaRuZhixq-muen {
    background-color: #fff;
    padding: 35px;
}

.JaRuZhixq-Search {
    border-radius: 5px;
    border: 1px solid #c1c5cc;
    height: 45px;
}

.JaRuZhixq-Search input {
    width: calc(100% - 122px);
    border-radius: 5px;
    padding: 0px 15px;
}

.JaRuZhixq-Search .btn {
    width: 122px;
    height: 100%;
    border-radius: 5px;
    background-color: #0074ff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
}

.JaRuZhixq-Search .btn:hover {
    background-color: #00a8ff;
}

.JaRuZhixq-Search input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

.JaRuZhixq-Search input:-moz-placeholder {
    color: #999;
    font-size: 14px;
}

.JaRuZhixq-Search input::-moz-placeholder {
    color: #999;
    font-size: 14px;
}

.JaRuZhixq-Search input:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}

.JaRuZhixq-pulldown .customSelect {
    display: block;
    width: 230px;
    position: relative;
    user-select: none;
    margin-right: 15px;
}

.JaRuZhixq-pulldown .customSelect-name {
    display: flex;
    align-items: center;
    height: 50px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #c1c5cc;
    padding: 0 10px;
    font-size: 16px;
    color: #999;
    cursor: pointer;
}

.JaRuZhixq-pulldown .customSelect-name::after {
    content: "\e727";
    position: absolute;
    font-family: "icon";
    font-size: 14px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    right: 10px;
    top: 0;
    transform: rotateX(-360deg);
}

.JaRuZhixq-pulldown .customSelect-drop {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 50px;
    max-height: 200px;
    border: 2px solid #c1c5cc;
    border-top: none;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    background: #eaf1f5;
    cursor: pointer;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.JaRuZhixq-pulldown .customSelect-drop>div {
    padding: 0 14px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    color: #666;
    transition: all .4s ease;
}

.JaRuZhixq-pulldown .customSelect-drop>div::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #f4f8fa;
}

.JaRuZhixq-pulldown .customSelect-drop>div:last-child::after {
    display: none;
}

.JaRuZhixq-pulldown .customSelect-drop>div:hover,
.JaRuZhixq-pulldown .customSelect-drop>div.active {
    background: #dadfe5;
    color: #0074ff;
}

.JaRuZhixq-pulldown .customSelect-drop::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}

.JaRuZhixq-pulldown .customSelect-drop::-webkit-scrollbar-thumb {
    background: #7a8896;
}

.JaRuZhixq-pulldown .customSelect-drop::-webkit-scrollbar-track {
    background: #fff;
}

.JaRuZhixq-pulldown .customSelect-name.noRadius {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.JaRuZhixq-pulldown .customSelect-name.noRadius::after {
    transform: rotateX(180deg);
}

.JaRuZhixq-list {
    background-color: #fff;
    padding: 0px 35px;
}

.JaRuZhixq-list .list {
    height: 145px;
    display: block;
    border-bottom: 1px solid #eeeeee;
    padding-top: 22px;
}

.JaRuZhixq-list .list .JaRuxq-title {
    transition: all .4s ease;
}

.JaRuZhixq-list .list:hover .JaRuxq-title {
    color: #0074ff;
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: auto;
    transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important;
}


.Abouwh-lun>img {
    width: 100%;
    height: 100vh;
}

.Abouwh-lun .content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.Abouwh-page {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 70px;
}

.Abouwh-page .list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    opacity: .3;
    margin-bottom: 20px;
    transition: all .4s ease;
}

.Abouwh-page .list .span {
    width: 9px;
    height: 9px;
    border-radius: 100px;
    background-color: #fff;
    margin-left: 30px;
    position: relative;
}

.Abouwh-page .list .name {
    font-size: 18px;
    color: #fff;
}

.Abouwh-page .list.active {
    opacity: 1;
}

.Abouwh-page .list .span::before {
    content: "";
    width: 27px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 13.5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .4s ease;
}

.Abouwh-page .list:last-child {
    margin-bottom: 0px;
}

.Abouwh-page .list.active .span::before {
    opacity: 1;
}

.ProXqNav-list {
    height: 85px;
    align-items: center;
}

.ProXqNav-list .list {
    display: flex;
    margin-right: 18px;
    position: relative;
    transition: all .4s ease;
}

.ProXqNav-list .list:hover {
    color: #0074ff;
}

.ProXqNav-list .list::before {
    content: "\e80b";
    font-family: "icon";
    color: #888;
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    font-size: 12px;
    margin-top: -1px;
}

.ProXqNav-list .list:last-child::before {
    display: none;
}

.ProXqMain-cont .cont-l {
    width: 50%;
}

.ProXqMain-cont .cont-r {
    width: 50%;
    padding-left: 130px;
}

.ProXqMain-list {
    margin-right: -15px;
    margin-bottom: -15px;
}

.ProXqMain-list .list {
    width: calc(100%/2 - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #d5d5d5;
    padding: 10px 0px;
    transition: all .4s ease;
}

.ProXqMain-list .list .img {
    width: 60px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProXqMain-list .list .img img {
    max-height: 100%;
}

.ProXqMain-list .list .cont {
    width: calc(100% - 60px);
    padding: 0px 5px;
}

.ProXqMain-list .list .cont .title {
    transition: all .4s ease;
}

.ProXqMain-list .list:hover .cont .title {
    color: #0074ff;
}

.ProXqMain-list .list.active {
    border: 1px solid #0074ff;
}

.ProXqMain-ul .li {
    padding-left: 17px;
    position: relative;
}

.ProXqMain-ul .li::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 7px;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 100px;
}

.ProXqMain-btn a {
    width: 150px;
    height: 45px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease;
}

.ProXqMain-btn a:nth-child(1) {
    background-color: #0074ff;
    color: #fff;
    margin-right: 10px;
}

.ProXqMain-btn a:nth-child(2) {
    border: 1px solid #0074ff;
    color: #0074ff;
}

.ProXqMain-btn a:nth-child(1):hover {
    background-color: #00a8ff;
}

.ProXqMain-btn a:nth-child(2):hover {
    background-color: #0074ff;
    color: #fff;
}

.ProXqMain-cont .cont-l .thumbs {
    padding: 0px 45px;
    position: relative;
}

.ProXqMain-thumbs-year {
    height: 85px;
    border-radius: 8px;
    border: 1px solid #dddddd;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    transition: all .4s ease;
}

.ProXqMain-thumbs-year img {
    max-height: 100%;
}

.ProXqMain-thumbs-year.active {
    border: 1px solid #0074ff;
}

.thumbs-prev a,
.thumbs-next a {
    width: 24px;
    height: 24px;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 12px;
    color: #0d0d0d;
    transition: all .4s ease;
}

.thumbs-prev,
.thumbs-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    opacity: 0;
    transition: all .4s ease;
}

.thumbs-prev {
    left: 0px;
    transform: translateY(-50%);
}

.thumbs-next {
    right: 0px;
    transform: translateY(-50%) rotate(180deg);
}

.ProXqMain-cont .cont-l .svp_not {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

.ProXqMain-cont .cont-l .svp_not.active {
    visibility: visible;
    height: auto;
    pointer-events: auto;
}

.ProXqMain-cont .cont-l .thumbs:hover .thumbs-prev,
.ProXqMain-cont .cont-l .thumbs:hover .thumbs-next {
    opacity: 1;
}

.thumbs-prev a:hover,
.thumbs-next a:hover {
    background-color: #0074ff;
    border: 1px solid #0074ff;
    color: #fff;
}

.ProXqMain-gallery-more {
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.ProXqMain-gallery-more img {
    max-height: 100%;
}

.ProXqMain-loop-zoom {
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
}

.ProXqMain-loop-zoom img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ProXqHandoff {
    background-color: #f5f5f5;
    border-top: 1px solid #e0e0e0;
}

.ProXqHandoff-list {
    justify-content: center;
}

.ProXqHandoff-list .list {
    height: 60px;
    display: flex;
    align-items: center;
    margin: 0px 20px;
    position: relative;
    transition: all .4s ease;
}

.ProXqHandoff-list .list.active {
    color: #0074ff;
}

.ProXqHandoff-list .list::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 4px;
    background-color: #0074ff;
    opacity: 0;
}

.ProXqHandoff-list .list.active::before {
    opacity: 1;
}

.ProXqxl-cont {
    display: flex;
    justify-content: center;
}

.ProXqly {
    background-color: #000000;
}

.ProXqsj-Title .text {
    color: rgba(255, 255, 255, .4);
}

.ProXqsj-list {
    justify-content: center;
}

.ProXqsj-list .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 65px;
}

.ProXqsj-list .list .number {
    background-image: linear-gradient(130deg, #83defe, #0074ff 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ProXqsj-cont {
    display: flex;
    justify-content: center;
}

.ProXqrh {
    background-color: #000;
}

.ProXqrh-Title .text {
    color: rgba(255, 255, 255, .4);
}

.ProXqrh-cont .cont-l {
    width: 50%;
    padding-right: 18px;
}

.ProXqrh-cont .cont-r {
    width: 50%;
}

.ProXqrh-muen {
    background-color: #1f1d22;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 70px 20px;
}

.ProXqrh-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.ProXqrh-list .list {
    height: calc(100%/2 - 9px);
}

.ProXqrh-list .list.not-right .ProXqrh-muen {
    justify-content: flex-end;
    padding-right: 0px;
}

.ProXqcl-Title .text {
    color: rgba(255, 255, 255, .4);
}

.ProXqcl-cont {
    align-items: center;
    margin-top: 730px;
    padding: 0px 165px;
}

.ProXqcl-cont .cont-l {
    width: 180px;
}

.ProXqcl-cont .cont-r {
    width: calc(100% - 180px);
    align-items: center;
}

.ProXqcl-cont .cont-l .name {
    color: #37a1ed;
}

.ProXqcl-list .list {
    margin-right: 75px;
}

.ProXqcl-list .list .number {
    color: #3798f7;
}

.ProXqcl-list .list .text {
    color: rgba(255, 255, 255, .4);
}

.ProXqcl-list .list:last-child {
    margin-right: 0px;
}

.ProXqxn {
    background-color: #000;
}

.ProXqxn-list {
    margin-top: -160px;
    position: relative;
}

.ProXqxn-list .list {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    padding: 0px 165px;
}

.ProXqxn-list .list:last-child {
    margin-bottom: 0px;
}

.ProXqsc>img {
    width: 100%;
}

.ProXqsc .content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.ProXqjc>img {
    width: 100%;
}

.ProXqjc .content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.ProXqjc-list {
    margin-right: -90px;
    margin-bottom: -45px;
    justify-content: center;
    padding: 0px 280px;
}

.ProXqjc-list .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-right: 90px;
    margin-bottom: 45px;
}

.ProXqjc-list .list .img {
    height: 75px;
    display: flex;
    align-items: center;
}

.ProXqjc-list .list .img img {
    max-height: 100%;
}

.ProXqkz-list {
    margin-right: -75px;
    margin-top: 350px;
}

.ProXqkz-list .list {
    width: calc(100%/2 - 75px);
    margin-right: 75px;
}

.ProXqkz-list .list .cont .line {
    width: 100%;
    height: 1px;
    background-color: #3f3f41;
}

.ProXqkz-list .list .cont ul {
    margin-right: -35px;
    margin-bottom: -10px;
}

.ProXqkz-list .list .cont li {
    margin-right: 35px;
    margin-bottom: 10px;
}

.ProXqyy {
    background-color: #000000;
}

.ProXqyy-lun>img {
    width: 100%;
}

.ProXqyy-list .PageContain {
    padding: 0px 115px;
}

.ProXqyy-list .list {
    position: relative;
    border-top: 1px solid #333;
    flex: 1;
    display: flex;
    justify-content: center;
    padding-top: 12px;
    transition: all .4s ease;
}

.ProXqyy-list .list.active {
    color: #fff;
}

.ProXqyy-list .list::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #fff;
    opacity: 0;
    transition: all .4s ease;
}

.ProXqyy-list .list.active::before {
    opacity: 1;
}

.ProXqxg-list {
    margin-right: -37px;
    margin-bottom: -37px;
    padding: 0px 130px;
}

.ProXqxg-list .list {
    width: calc(100%/3 - 37px);
    margin-right: 37px;
    margin-bottom: 37px;
}

.ProXqxg-list .list .img {
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fafafa;
    padding: 20px;
}

.ProXqxg-list .list .img img {
    max-height: 100%;
    transition: all .4s ease;
}

.ProXqxg-list .list:hover .img img {
    transform: scale(1.04);
}

.ProXqxg-list .list .cont {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ProXqxg-list .list .cont .btn {
    width: 120px;
    height: 48px;
    border-radius: 23.5px;
    border: 2px solid #b2b2b2;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease;
}

.ProXqxg-list .list .cont .btn:hover {
    background-color: #0074ff;
    color: #fff;
    border: 2px solid #0074ff;
}

.ProXqMain-cont .cont-l {
    position: relative;
}

.ProXqMain-cont .cont-l #shadow {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100px;
    height: 100px;
}

.ProXqMain-cont .cont-l .bigImg {
    position: absolute;
    width: 400px;
    height: 400px;
    right: -410px;
    top: 0px;
}

.ProXqMain-cont .cont-l .bigImg img {
    position: absolute;
    left: 0;
    top: 0;
}

.ProXqMain-cont .cont-l .gallery {
    position: relative;
}

.ProXqMain-gallery-btn {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProXqkz>img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.ProXqkz .PageContain {
    position: relative;
    z-index: 3;
}

.YinJinlb {
    background-color: #f5f5f5;
}

.YinJinlb-cont .cont-l {
    width: 21%;
    padding-right: 20px;
    position: relative;
}

.YinJinlb-cont .cont-r {
    width: 79%;
}

.YinJinlb-list {
    margin-right: -20px;
    margin-bottom: -20px;
}

.YinJinlb-list .list {
    width: calc(100%/3 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.YinJinlb-list .list .YinJinlb-list-span {
    width: 48px;
    height: 23px;
    border-radius: 5px;
    background-color: #e5f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 12px;
}

.YinJinlb-list .list .img {
    height: 250px;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.YinJinlb-list .list .img img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.YinJinlb-list .list .title {
    transition: all .4s ease;
}

.YinJinlb-list .list:hover .title {
    color: #0074ff;
}

.YinJinlb-list .list:hover .img img {
    transform: scale(1.04);
}

.YinJinlb-list .list .hit {
    margin-right: -6px;
    margin-bottom: -6px;
    justify-content: center;
}

.YinJinlb-list .list .hit li {
    padding: 0px 10px;
    height: 24px;
    border: 1px solid #7d7d7d;
    display: flex;
    align-items: center;
    margin-right: 6px;
    margin-bottom: 6px;
}

.YinJinlb-Sticky {
    background-color: #fff;
    padding: 20px 0px 90px;
    position: sticky;
    top: 105px;
}

/* 侧栏 */
.slideBox,
.slideList {
    width: 100%;
}

.slideList ul {
    display: block;
    width: 100%;
}

.slideList ul li {
    width: 100%;
    position: relative;
}

.slideList ul li .menu {
    font-size: 16px;
    color: #161616;
    font-family: "HM";
    display: flex;
    align-items: center;
    padding: 0 30px;
    height: 44px;
    transition: all .4s ease;
    position: relative;
}

.slideList ul li .menu::after {
    display: none;
    justify-content: center;
    align-items: center;
    content: "\e80b";
    font-size: 12px;
    font-family: "icon";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 30px;
    margin-top: -6px;
    transform: rotate(-90deg);
}

.slideList ul li li .menu {
    font-size: 14px;
    color: #666;
    height: 40px;
}

.slideList ul li li li .menu {
    font-size: 14px;
    height: 32px;
}

.slideList ul li li li .menu::before {
    content: "-";
    margin-right: 4px;
}

.slideList ul li .drop {
    width: 100%;
    display: none;
}

.slideList ul li .menu:hover {
    color: #0074ff;
}

.slideList ul li.active>.menu {
    color: #0074ff;
}

.slideList ul li .drop.show {
    display: block;
}

.slideList ul li .menu.click::after {
    display: flex;
}

.slideList ul li.on>.menu::after {
    transform: rotate(90deg);
}

.slideList>ul>li.on>.menu {
    background-color: #0074ff;
    color: #fff;
}

.slideClick,
.slideShade,
.slideClose {
    display: none;
}

.slideShade {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 66;
}

@media all and (max-width:1599px) {
    .slideList ul li .menu {
        height: 48px;
    }
}

@media all and (max-width:640px) {
    .slideClick {
        position: sticky;
        background: #fff;
        font-size: 16px;
        color: #0074ff;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
        display: flex;
        width: 100%;
        height: 46px;
        align-items: center;
        justify-content: center;
        left: 0;
        top: 58px;
    }

    .slideClose {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 36px;
        height: 40px;
        position: absolute;
        top: 60px;
        right: 0;
        content: "\e6b5";
        font-size: 14px;
        color: #666;
    }

    .slideClose::before {
        content: "\e6b5";
        font-size: 14px;
        font-family: "icon";
        color: #666;
    }

    .slideBox {
        position: fixed;
        left: -222px;
        top: 0;
        z-index: 99;
        height: 100%;
        padding-top: 100px;
    }

    .slideList {
        height: calc(100vh - 130px);
        overflow-y: auto;
        padding: 0;
    }

    .slideList ul li .menu {
        font-size: 16px;
        padding: 0 16px;
        height: 44px;
    }
}

/* -- */

.JaoYujs-cont {
    padding: 55px 0px;
}

.JaRuxq-Fenxiang {
    position: relative;
}

.JaRuxq-Fenxiang .btn {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.JaRuxq-Fenxiang .btn i {
    font-size: 12px;
    transform: rotate(-90deg);
    margin-left: 5px;
}

.JaRuxq-Fenxiang-cont {
    position: absolute;
    background-color: #fff;
    right: 0px;
    top: 17px;
    z-index: 3;
    padding: 18px 15px;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    width: 210px;
    display: none;
}

.JaRuxq-Fenxiang-cont.active {
    display: block;
}

.JaRuxq-Fenxiang-cont .hit textarea {
    width: calc(100% - 68px);
    height: 30px;
    border: 1px solid #999;
    padding: 5px;
}

.JaRuxq-Fenxiang-cont .hit a {
    width: 68px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0074ff;
}

.JaRuxq-Fenxiang-cont .img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ZhShzc-list {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 59px 0px rgba(3, 28, 77, 0.16);
    padding: 70px 185px;
    justify-content: space-between;
    margin-top: -92px;
    position: relative;
    z-index: 3;
}

.ZhShzc-list .list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ZhShzc-list .list .img {
    height: 85px;
    transition: all .4s ease;
}

.ZhShzc-list .list .img img {
    max-height: 100%;
}

.ZhShzc-list .list:hover .img {
    transform: translateY(-10px);
}

.ZhShhy-cont .cont-l {
    width: 25%;
    padding-right: 20px;
}

.ZhShhy-cont .cont-r {
    width: 75%;
}

.ZhShhy-muen {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 59px 0px rgba(3, 28, 77, 0.16);
    width: 100%;
    height: 100%;
    display: block;
}

.ZhShhy-muen>img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.ZhShhy-muen:hover>img {
    transform: scale(1.04);
}

.ZhShhy-muen .show {
    position: absolute;
    padding: 30px 35px;
    top: 0px;
    left: 0px;
}

.ZhShhy-list {
    margin-right: -20px;
    margin-bottom: -20px;
}

.ZhShhy-list .list {
    width: calc(100%/3 - 20px);
    height: calc(100%/2 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
}

.ZhShys {
    background-color: #f8f8f8;
}

.ZhShys-muen {
    justify-content: center;
}

.ZhShys-list {
    background-color: #fff;
    border-radius: 27px;
    padding: 3px 5px;
    width: fit-content;
}

.ZhShys-list a {
    padding: 0px 12px;
    height: 48px;
    display: flex;
    align-items: center;
    border-radius: 24px;
    margin-right: 10px;
    transition: all .4s ease;
}

.ZhShys-list a:last-child {
    margin-right: 0px;
}

.ZhShys-list a.active {
    background-color: #0074ff;
    color: #fff;
}

.ZhShys-svp {
    position: relative;
}

.ZhShys-svp .swiper-container {
    padding: 0px 360px;
}

.ZhShys-lun {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 480px;
}

.ZhShys-lun>img {
    height: 100%;
    width: 100%;
    transition: all .4s ease;
}

.ZhShys-lun:hover>img {
    transform: scale(1.04);
}

.ZhShys-lun .show {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0px 20px 110px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    transition: all .4s ease;
    opacity: 0;
}

.ZhShys-lun .show .text {
    width: 500px;
}

.ZhShys-svp .swiper-slide-active .ZhShys-lun .show {
    opacity: 1;
}

.ZhShys-svp .swiper-btn a {
    font-size: 24px;
    line-height: 1px;
    color: #fff;
    height: 120px;
    width: 70px;
    border-radius: 36px;
    background-color: rgba(0, 0, 0, .2);
}

.ZhShys-svp .swiper-btn a:hover {
    color: #0074ff;
}

.ZhShys-svp .swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    transition: all .4s ease;
}

.ZhShys-svp .swiper-btn.prev {
    left: 380px;
}

.ZhShys-svp .swiper-btn.next {
    right: 380px;
}

.ZhShys-svp .swiper-btn.next a {
    transform: rotate(180deg);
}

.ZhShys-pages {
    display: none;
    justify-content: center;
    height: 3px;
    position: relative;
}

.ZhShys-pages .swiper-pagination {
    margin-top: -12px;
}

.ZhShys-pages .swiper-pagination-bullet {
    width: 16px;
    height: 3px;
    border-radius: 1.5px;
    background: #e5f1ff;
    opacity: 1;
    margin: 0px 2px;
    transition: all .4s ease;
}

.ZhShys-pages .swiper-pagination-bullet-active {
    width: 25px;
    background: #0074ff;
}

.ZhShsj-bg {
    height: 770px;
    position: relative;
    background-color: #000000;
}

.ZhShsj-bg>img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .4s ease;
}

.ZhShsj-bg>img.active {
    opacity: 1;
}

.ZhShsj-list {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.ZhShsj-list .list {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-right: 1px solid rgba(255, 255, 255, .2);
    position: relative;
}

.ZhShsj-list .list:last-child {
    border-right: 0px solid rgba(255, 255, 255, .2);
}

.ZhShsj-list .list:nth-child(1)::after {
    content: '';
    position: absolute;
    left: -1px;
    height: 60px;
    top: -60px;
    width: 1px;
    background: #fff;
    animation: scroll2 2.1s linear infinite;
}

.ZhShsj-list .list:nth-child(2)::after {
    content: '';
    position: absolute;
    left: -1px;
    height: 60px;
    top: -60px;
    width: 1px;
    background: #fff;
    animation: scroll2 2s 1.2s linear infinite;
}

.ZhShsj-list .list:nth-child(3)::after {
    content: '';
    position: absolute;
    left: -1px;
    height: 60px;
    top: -60px;
    width: 1px;
    background: #fff;
    animation: scroll2 1.8s 0.7s linear infinite;
}

.ZhShsj-list .list:nth-child(4)::after {
    content: '';
    position: absolute;
    left: -1px;
    height: 60px;
    top: -60px;
    width: 1px;
    background: #fff;
    animation: scroll2 2.1s linear infinite;
}

.ZhShsj-list .list:nth-child(6)::after {
    content: '';
    position: absolute;
    left: -1px;
    height: 60px;
    top: -60px;
    width: 1px;
    background: #fff;
    animation: scroll2 2s 1.2s linear infinite;
}

.ZhShsj-list .list:nth-child(5)::after {
    content: '';
    position: absolute;
    left: -1px;
    height: 60px;
    top: -60px;
    width: 1px;
    background: #fff;
    animation: scroll2 1.8s 0.7s linear infinite;
}

.ZhShsj-list .list:nth-child(7)::after {
    content: '';
    position: absolute;
    left: -1px;
    height: 60px;
    top: -60px;
    width: 1px;
    background: #fff;
    animation: scroll2 2.1s linear infinite;
}

.ZhShsj-list .list:nth-child(7)::before {
    content: '';
    position: absolute;
    right: -1px;
    height: 60px;
    top: -60px;
    width: 1px;
    background: #fff;
    animation: scroll2 2.1s linear infinite;
}

@keyframes scroll2 {
    0% {
        top: 0;
    }

    60% {
        top: 100%;
    }

    100% {
        top: 100%;
    }
}

.ZhShyt-list {
    justify-content: space-between;
    padding: 0px 265px;
}

.ZhShyt-list .list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ZhShyt-muen {
    margin-right: -20px;
}

.ZhShyt-muen .list {
    width: calc(100%/3 - 20px);
    margin-right: 20px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.ZhShyt-muen .list>img {
    height: 300px;
    transition: all .4s ease;
}

.ZhShyt-muen .list:hover>img {
    transform: scale(1.04);
}

.ZhShyt-muen .list .show {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0px 15px 22px 15px;
}

.ZhShzx {
    background-color: #f8f8f8;
}

.ZhShzx-cont {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.ZhShzx-cont .cont-l {
    width: 50%;
    padding: 80px 100px 80px 80px;
}

.ZhShzx-cont .cont-r {
    width: 50%;
}

.ZhShzx-cont .cont-r img {
    width: 100%;
    height: 100%;
}

.ZhShzx-from .list {
    margin-bottom: 19px;
}

.ZhShzx-from .list:last-child {
    margin-bottom: 0px;
}

.ZhShzx-from .list input {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f8f8f8;
    padding: 0px 15px;
    font-size: 16px;
}

.ZhShzx-from .list input::-webkit-input-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.ZhShzx-from .list input:-moz-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.ZhShzx-from .list input::-moz-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.ZhShzx-from .list input:-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.ZhShzx-from .list textarea {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    background-color: #f8f8f8;
    padding: 15px;
    font-size: 16px;
}

.ZhShzx-from .list textarea::-webkit-input-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.ZhShzx-from .list textarea:-moz-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.ZhShzx-from .list textarea::-moz-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.ZhShzx-from .list textarea:-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.ZhShzx-from .customSelect {
    display: block;
    width: 100%;
    position: relative;
    user-select: none;
}

.ZhShzx-from .customSelect-name {
    display: flex;
    align-items: center;
    height: 60px;
    position: relative;
    border-radius: 10px;
    background-color: #f8f8f8;
    padding: 0 15px;
    font-size: 16px;
    color: #b3b3b3;
    cursor: pointer;
}

.ZhShzx-from .customSelect-name::after {
    content: "\e727";
    position: absolute;
    font-family: "icon";
    font-size: 14px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    right: 14px;
    top: 0;
    transform: rotateX(180deg);
}

.ZhShzx-from .customSelect-drop {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 50px;
    max-height: 200px;
    border-top: none;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    background: #eaf1f5;
    cursor: pointer;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ZhShzx-from .customSelect-drop>div {
    padding: 0 14px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    color: #333333;
    transition: all .4s ease;
}

.ZhShzx-from .customSelect-drop>div::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #f4f8fa;
}

.ZhShzx-from .customSelect-drop>div:last-child::after {
    display: none;
}

.ZhShzx-from .customSelect-drop>div:hover,
.ZhShzx-from .customSelect-drop>div.active {
    background: #dadfe5;
    color: #333333;
}

.ZhShzx-from .customSelect-drop::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}

.ZhShzx-from .customSelect-drop::-webkit-scrollbar-thumb {
    background: #7a8896;
}

.ZhShzx-from .customSelect-drop::-webkit-scrollbar-track {
    background: #fff;
}

.ZhShzx-from .customSelect-name.noRadius {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ZhShzx-from .customSelect-name.noRadius::after {
    transform: rotate(0);
}

.ZhShzx-btn {
    margin-right: -20px;
}

.ZhShzx-btn a {
    width: calc(100%/2 - 20px);
    height: 60px;
    border-radius: 10px;
    margin-right: 20px;
}

.ZhShzx-hit span {
    color: #fe0000;
    margin-right: 5px;
}

.Newsxq-cont>.cont-l {
    width: 75%;
    padding-right: 50px;
}

.Newsxq-cont>.cont-r {
    width: 25%;
}

.Newsxq-Title .data {
    color: #aeaeae;
}

.Newsxq-content {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.Newsxq-btn {
    align-items: center;
}

.Newsxq-btn-left {
    width: calc(100% - 145px);
}

.Newsxq-btn-right {
    width: 145px;
}

.Newsxq-btn-right a {
    width: 145px;
    height: 50px;
    background-color: #0074ff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    transition: all .4s ease;
}

.Newsxq-btn-right a:hover {
    background-color: #00a8ff;
}

.Newsxq-btn-left a {
    padding-right: 10px;
    margin-bottom: 12px;
    transition: all .4s ease;
}

.Newsxq-btn-left a:last-child {
    margin-bottom: 0px;
}

.Newsxq-btn-left a:hover {
    color: #0074ff;
}

.Newsxq-sticky {
    box-shadow: 0px 0px 7px 0px rgba(31, 59, 115, 0.1);
    width: 100%;
    padding: 20px 16px;
    position: sticky;
    top: 105px;
}

.Newsxq-sticky-list {
    border-top: 1px solid #eeeeee;
}

.Newsxq-sticky-list .list {
    padding: 0px 35px;
    position: relative;
    padding-top: 20px;
}

.Newsxq-sticky-list .list .data {
    color: #aeaeae;
}

.Newsxq-sticky-list .list .title {
    transition: all .4s ease;
}

.Newsxq-sticky-list .list:hover .title {
    color: #0074ff;
}

.Newsxq-sticky-list .list::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 28px;
    width: 5px;
    height: 8px;
    background: url(../images/Newsxq-sticky-list.png) center no-repeat;
    background-size: cover;
}

.ShouHoBan .PageContain {
    padding-bottom: 40px;
}

.ShouHocp-Title .text {
    padding: 0px 105px;
}

.ShouHocp-Title .img {
    border-radius: 20px;
    overflow: hidden;
}

.ShouHocp-Title .img img {
    width: 100%;
    transition: all .4s ease;
}

.ShouHocp-Title .img:hover img {
    transform: scale(1.04);
}

.ShouHocp-list-title {
    padding-left: 20px;
    position: relative;
}

.ShouHocp-list-title::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 32px;
    background-color: #0074ff;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.ShouHocp-list-li {
    padding-left: 22px;
    position: relative;
}

.ShouHocp-list-li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #000;
}

.ShouHocp-list .list span {
    color: #fe0000;
}

.ShouHocp-list .list li {
    border-bottom: 1px solid #ededed;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.ShouHocp-list-talbe table {
    width: 100%;
}

.ShouHocp-list-talbe table th {
    font-family: "HM";
    font-size: 16px;
    color: #333;
    text-align: center;
    border: 1px solid #eeeeee;
    background-color: #f8f8f8;
    height: 50px;
}

.ShouHocp-list-talbe table td {
    border: 1px solid #eeeeee;
    text-align: center;
    padding: 15px;
    font-size: 16px;
}

.ShouHocp-list-talbe table tr:nth-child(even) td {
    background-color: #f8f8f8;
}

.ShouHocp-list .list:last-child li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: 0px;
}

.QuDonNav {
    border-bottom: 1px solid #edeeee;
}

.QuDonNav-list {
    justify-content: center;
}

.QuDonNav-list .list {
    display: flex;
    align-items: center;
    height: 80px;
    margin: 0px 4px;
    padding: 0px 35px;
    position: relative;
    transition: all .4s ease;
}

.QuDonNav-list .list::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #0074ff;
    opacity: 0;
    transition: all .4s ease;
}

.QuDonNav-list .list.active {
    color: #0074ff;
}

.QuDonNav-list .list.active::before {
    opacity: 1;
}

.QuDonNav-list .list:hover {
    color: #0074ff;
}

.QuDonlb-PullDown {
    justify-content: center;
}

.QuDonlb-PullDown .customSelect {
    display: block;
    width: 275px;
    position: relative;
    user-select: none;
    margin: 0px 10px;
}

.QuDonlb-PullDown .customSelect-name {
    display: flex;
    align-items: center;
    height: 50px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    padding: 0 20px;
    font-size: 16px;
    color: #888888;
    cursor: pointer;
}

.QuDonlb-PullDown .customSelect-name::after {
    content: "\e727";
    position: absolute;
    font-family: "icon";
    color: #0074ff;
    font-size: 12px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    right: 20px;
    top: 0;
    transform: rotateX(180deg);
}

.QuDonlb-PullDown .customSelect-drop {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 50px;
    max-height: 200px;
    border-top: none;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    background: #eaf1f5;
    cursor: pointer;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.QuDonlb-PullDown .customSelect-drop>div {
    padding: 0 14px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    color: #00a8ff;
    transition: all .4s ease;
}

.QuDonlb-PullDown .customSelect-drop>div::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #f4f8fa;
}

.QuDonlb-PullDown .customSelect-drop>div:last-child::after {
    display: none;
}

.QuDonlb-PullDown .customSelect-drop>div:hover,
.QuDonlb-PullDown .customSelect-drop>div.active {
    background: #dadfe5;
    color: #0074ff;
}

.QuDonlb-PullDown .customSelect-drop::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}

.QuDonlb-PullDown .customSelect-drop::-webkit-scrollbar-thumb {
    background: #7a8896;
}

.QuDonlb-PullDown .customSelect-drop::-webkit-scrollbar-track {
    background: #fff;
}

.QuDonlb-PullDown .customSelect-name.noRadius {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.QuDonlb-PullDown .customSelect-name.noRadius::after {
    transform: rotate(0);
}

.QuDonlb-table table {
    width: 100%;
}

.QuDonlb-table table th {
    height: 60px;
    font-family: "HM";
    font-size: 18px;
    color: #fff;
    background-color: #0074ff;
    font-weight: 500;
}

.QuDonlb-table table tr:nth-child(even) td {
    background-color: #f7f7f7;
}

.QuDonlb-table table td {
    padding: 35px;
}

.QuDonlb-table table td p {
    color: #666;
    font-size: 15px;
}

.QuDonlb-table table td a {
    font-size: 15px;
    color: #0074ff;
    padding-left: 22px;
    position: relative;
}

.QuDonlb-table table td a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 2px;
    width: 16px;
    height: 12px;
    background: url(../images/QuDonlb-table.png) center no-repeat;
    background-size: cover;
}

.QuDonlb-table table td:nth-child(1) {
    font-size: 18px;
    font-family: "HM";
    color: #333;
}

.LianXily-cont {
    border-radius: 30px;
    box-shadow: 0px 0px 50px 0px rgba(31, 59, 115, 0.2);
    background: url(../images/LianXily-cont_bg.png) #0074ff left no-repeat;
    margin-top: -70px;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.LianXily-cont .cont-l {
    width: 31%;
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.LianXily-cont .cont-r {
    width: 69%;
}

.LianXily-cont .cont-l .text {
    opacity: .5;
}

.LianXily-from {
    border-radius: 30px;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 60px 125px 60px 125px;
    transform: translateX(1px);
}

.LianXily-from .from {
    margin-right: -20px;
}

.LianXily-from .from .list {
    width: calc(100%/2 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
}

.LianXily-from .from .list input {
    width: 100%;
    height: 60px;
    background-color: #f8f8f8;
    padding: 0px 15px;
    border-radius: 10px;
}

.LianXily-from .from .list textarea {
    width: 100%;
    height: 140px;
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 10px 15px;
}

.LianXily-from .from .list.lty {
    width: calc(100% - 20px);
}

.LianXily-from .from .list input::-webkit-input-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.LianXily-from .from .list input:-moz-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.LianXily-from .from .list input::-moz-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.LianXily-from .from .list input:-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.LianXily-from .from .list textarea::-webkit-input-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.LianXily-from .from .list textarea:-moz-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.LianXily-from .from .list textarea::-moz-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.LianXily-from .from .list textarea:-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.LianXily-from .from .list:last-child {
    display: flex;
}

.LianXily-from .from .list:last-child input {
    width: calc(100% - 210px);
}

.LianXily-from .from .list:last-child .img {
    width: 210px;
    padding-left: 10px;
}

.LianXily-from .from .list:last-child .img img {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #eeeeee;
}

.LianXily-btn a {
    width: 200px;
    height: 60px;
    border-radius: 10px;
}

.LianXily {
    background-color: #f5f5f5;
}

.LianXifw {
    background-color: #f5f5f5;
}

.LianXifw-list {
    margin-right: -30px;
    margin-bottom: -30px;
}

.LianXifw-list .list {
    width: calc(100%/4 - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    display: block;
    padding: 40px;
    transition: all .4s ease;
}

.LianXifw-list .list .btn {
    display: flex;
    align-items: center;
}

.LianXifw-list .list .btn i {
    display: block;
    font-size: 14px;
    transform: rotate(180deg);
    margin-left: 10px;
    margin-top: -5px;
    transition: all .4s ease;
}

.LianXifw-list .list .btn:hover i {
    transform: rotate(180deg) translateX(-10px);
}

.LianXifw-list .list:hover {
    transform: translateY(-10px);
}

.LianXifw-list .list .title {
    transition: all .4s ease;
}

.LianXifw-list .list:hover .title {
    color: #0074ff;
}

.LianXifw-list .list .text {
    min-height: 72px;
}

.KeZhiys-list {
    margin-right: -40px;
}

.KeZhiys-list .list {
    width: calc(100%/3 - 40px);
    margin-right: 40px;
    border-radius: 30px;
    border: 1px solid #dcdcdc;
    padding: 50px 55px;
    transition: all .4s ease;
}

.KeZhiys-list .list .img {
    height: 65px;
    display: flex;
    align-items: center;
}

.KeZhiys-list .list .img img {
    max-height: 100%;
}

.KeZhiys-list .list:hover {
    transform: translateY(-10px);
}

.KeZhifw {
    background-color: #f5f5f5;
}

.KeZhifw-list {
    margin-right: -40px;
}

.KeZhifw-list .list {
    width: calc(100%/2 - 40px);
    margin-right: 40px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 50px 0px rgba(31, 59, 115, 0.2);
}

.KeZhifw-list .list .img {
    height: 250px;
    overflow: hidden;
}

.KeZhifw-list .list .img img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.KeZhifw-list .list:hover .img img {
    transform: scale(1.04);
}

.KeZhifw-list .list .cont {
    padding: 70px;
}

.KeZhizl-cont {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 50px 0px rgba(31, 59, 115, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px 30px 65px;
}

.KeZhidt {
    background: url(../images/KeZhidt-bg.jpg) center no-repeat;
    background-size: cover;
}

.KeZhidt-map {
    display: flex;
    justify-content: center;
    position: relative;
}

.KeZhibd {
    background-color: #f5f5f5;
}

.KeZhibd .LianXily-cont {
    margin-top: 0px !important;
}

.HeZuohz {
    background-color: #f5f5f5;
}

.HeZuohz-list {
    margin-right: -40px;
    margin-bottom: -40px;
}

.HeZuohz-list .list {
    width: calc(100%/3 - 40px);
    margin-right: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    padding: 30px 30px 35px 30px;
    transition: all .4s ease;
}

.HeZuohz-list .list .img {
    text-align: center;
    transition: all .4s ease;
}

.HeZuohz-list .list .img img {
    max-width: 80%;
}

.HeZuohz-list .list .hide {
    opacity: 0;
    transition: all .4s ease;
}

.HeZuohz-list .list:hover .img {
    margin-top: 40px;
    text-align: left;
}

.HeZuohz-list .list:hover .hide {
    opacity: 1;
}

.HeZuohz-list .list:hover {
    padding: 30px 30px 55px 30px;
}

.HeZuohz-PullDown .customSelect {
    display: block;
    width: 240px;
    position: relative;
    user-select: none;
    margin-right: 10px;
}

.HeZuohz-PullDown .customSelect-name {
    display: flex;
    align-items: center;
    height: 48px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #a0a0a0;
    padding: 0 18px;
    font-size: 16px;
    color: #aeaeae;
    cursor: pointer;
    background-color: #ffffff;
}

.HeZuohz-PullDown .customSelect-name::after {
    content: "\e727";
    position: absolute;
    font-family: "icon";
    font-size: 12px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    right: 18px;
    top: 0;
    transform: rotateX(180deg);
}

.HeZuohz-PullDown .customSelect-drop {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 48px;
    max-height: 200px;
    border-top: none;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    background: #eaf1f5;
    cursor: pointer;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.HeZuohz-PullDown .customSelect-drop>div {
    padding: 0 14px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    color: #333;
    transition: all .4s ease;
}

.HeZuohz-PullDown .customSelect-drop>div::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #f4f8fa;
}

.HeZuohz-PullDown .customSelect-drop>div:last-child::after {
    display: none;
}

.HeZuohz-PullDown .customSelect-drop>div:hover,
.HeZuohz-PullDown .customSelect-drop>div.active {
    background: #dadfe5;
    color: #0074ff;
}

.HeZuohz-PullDown .customSelect-drop::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}

.HeZuohz-PullDown .customSelect-drop::-webkit-scrollbar-thumb {
    background: #7a8896;
}

.HeZuohz-PullDown .customSelect-drop::-webkit-scrollbar-track {
    background: #fff;
}

.HeZuohz-PullDown .customSelect-name.noRadius {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.HeZuohz-PullDown .customSelect-name.noRadius::after {
    transform: rotate(0);
}

.HeZuohz-list .list:hover .img {
    margin-top: 26px;
}

.partnerLogo {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, #e7effc, #fff);
}

.partnerLogo .swiper-container {
    width: 1920px;
}

.partnerLogo .swiper-wrapper {
    transition-timing-function: linear;
    margin: 0 auto;
    overflow: visible;
    padding: 20px 0;
}

.partnerLogo .circle {
    width: 115px;
    height: 115px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 6px 12px 0 hsla(0, 0%, 86%, .5);
    margin: 0 auto;
    border-radius: 100px;
    overflow: hidden;
}

.partnerLogo .swiper-container.p-1 {
    margin: 0;
}

.partnerLogo .swiper-container.p-2 {
    margin-top: -60px;
}

.partnerLogo .swiper-container.p-2 .circle {
    margin-left: -42px;
}

.partnerLogo .swiper-container.p-3 {
    margin-top: -60px;
}

.partnerLogo .swiper-container.p-3 .circle {
    margin-left: -180px;
}

.partnerLogo .p-1 .swiper-slide.scale1 .circle {
    transform: scale(0.83);
}

.partnerLogo .p-2 .swiper-slide.scale2 .circle {
    transform: scale(0.8);
}

.partnerLogo .p-3 .swiper-slide.scale3 .circle {
    transform: scale(0.83);
}

.partnerLogo .p-1 .swiper-slide.ji .circle {
    animation: partnerLogoRun1 4s linear infinite;
}

.partnerLogo .p-1 .swiper-slide.ou .circle {
    animation: partnerLogoRun2 4s linear infinite;
}

.partnerLogo .p-2 .swiper-slide.ou .circle {
    animation: partnerLogoRun3 4s linear infinite;
}

.partnerLogo .p-2 .swiper-slide.ji .circle {
    animation: partnerLogoRun4 4s linear infinite;
}

.partnerLogo .p-3 .swiper-slide.ji .circle {
    animation: partnerLogoRun1 4s linear infinite;
}

.partnerLogo .p-3 .swiper-slide.ou .circle {
    animation: partnerLogoRun2 4s linear infinite;
}

@keyframes partnerLogoRun1 {
    0% {
        transform: translate(0, 0) scale(0.83);
    }

    25% {
        transform: translate(-4px, -2px) scale(0.83);
    }

    50% {
        transform: translate(0, 0) scale(0.83);
    }

    75% {
        transform: translate(2px, 4px) scale(0.83);
    }

    100% {
        transform: translate(0, 0) scale(0.83);
    }
}

@keyframes partnerLogoRun2 {
    0% {
        transform: translate(0, 0) scale(1);
    }

    25% {
        transform: translate(4px, 2px) scale(1);
    }

    50% {
        transform: translate(0, 0) scale(1);
    }

    75% {
        transform: translate(-2px, -4px) scale(1);
    }

    100% {
        transform: translate(0, 0) scale(1);
    }
}

@keyframes partnerLogoRun3 {
    0% {
        transform: translate(0, 0) scale(1);
    }

    25% {
        transform: translate(-4px, -2px) scale(1);
    }

    50% {
        transform: translate(0, 0) scale(1);
    }

    75% {
        transform: translate(2px, 4px) scale(1);
    }

    100% {
        transform: translate(0, 0) scale(1);
    }
}

@keyframes partnerLogoRun4 {
    0% {
        transform: translate(0, 0) scale(0.8);
    }

    25% {
        transform: translate(-4px, -2px) scale(0.8);
    }

    50% {
        transform: translate(0, 0) scale(0.8);
    }

    75% {
        transform: translate(2px, 4px) scale(0.8);
    }

    100% {
        transform: translate(0, 0) scale(0.8);
    }
}

.ProXqMain-ul-muen>.muen {
    display: none;
}

.ProXqMain-ul-muen>.muen.active {
    display: block;
}

/* .ProXqly-cont td img.bg{width: 100%;height: 100%;} */
.ProXqly-lun {
    position: relative;
}

.ProXqly-lun.lty1 img.bg {
    width: calc(1400 / 3);
}

.ProXqly-lun.lty2 img.bg {
    width: calc(1400 / 3);
}

.ProXqly-lun.lty3 img.bg {
    width: calc(1400 / 3);
}

.ProXqly-lun .show {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.ProXqly-lun.lty1 .show {
    padding: 45px 35px;
}

.ProXqly-lun .show .notwhite {
    opacity: .5;
    color: #fff;
}

.ProXqly-lun.lty2 .show {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 10px;
}

.ProXqly-lun.lty3 .show {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.ProXqly-lun.lty4 .show {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
}

.ProXqly-lun.lty5 .show {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
}

.ProXqly-lun.lty5 .show .title {
    background-image: linear-gradient(130deg, #83defe, #0074ff 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ProXqly-lun.lty6 .show {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
}

.ProXqly-lun.lty7 .show {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
}

.ProXqly-lun.lty8 .show {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 40px;
}

.ProXqly-lun.lty8 .show .title {
    background-image: linear-gradient(130deg, #83defe, #0074ff 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ProXqly-lun.lty9 .show {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
}

.ProXqly-lun.lty10 .show {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
}

.ProXqcs-table table {
    border: 1px solid #e8e8e8;
    width: 100%;
}

.ProXqcs-table td {
    border: 1px solid #e8e8e8;
    padding: 20px 20px 20px 60px;
}

.ProXqcs-table tr:nth-child(even) td {
    background-color: #f2f2f2;
}

.ProXqcs-table td.notback {
    background-color: transparent !important;
}

.QuDonsp-list {
    margin-right: -60px;
    margin-bottom: -60px;
}

.QuDonsp-list .list {
    width: calc(100%/3 - 60px);
    margin-right: 60px;
    margin-bottom: 60px;
    display: block;
}

.QuDonsp-list .list .img {
    border-radius: 20px;
    overflow: hidden;
    height: 330px;
}

.QuDonsp-list .list .img img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.QuDonsp-list .list:hover .img img {
    transform: scale(1.04);
}

.QuDonsp-list .list .title {
    transition: all .4s ease;
}

.QuDonsp-list .list:hover .title {
    color: #0074ff;
}

.QuDonsp-list .list .btn {
    display: flex;
    align-items: center;
}

.QuDonsp-list .list .btn img {
    margin-right: 5px;
}

.QuDonwd-list .list .cont-l {
    width: 180px;
    border-block: 1px solid #fff;
    background-color: #0074ff;
    padding: 22px 32px;
}

.QuDonwd-list .list .cont-r {
    width: calc(100% - 180px);
    border-block: 1px solid #dcdcdc;
    padding: 22px 160px;
}

.QuDonwd-list .list .cont-r .ul {
    margin-bottom: -10px;
}

.QuDonwd-list .list .cont-r .ul .li {
    display: flex;
    align-items: center;
    width: calc(100%/3);
    padding-right: 10px;
    margin-bottom: 10px;
}

.QuDonwd-list .list .cont-r .ul .li img {
    margin-right: 5px;
}

.Anlixq-line {
    background-color: #f6f6f6;
    padding: 24px 28px;
    position: relative;
    width: 100%;
}

.Anlixq-line::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 7px;
    height: 100%;
    background-color: #dddddd;
}

.Anlixq-content h2 {
    color: #161616;
}

.Anlixq-content li::marker {
    color: #131415;
}

.Anlixq-content br {
    content: "";
    display: block;
    height: 10px;
}

.Anlixq-cont {
    border-bottom: 1px solid #dddddd;
}

.ProXqxz-header {
    height: 70px;
    background-color: #0074ff;
    padding: 0px 32px;
    justify-content: space-between;
}

.ProXqxz-header .li {
    display: flex;
    align-items: center;
}

.ProXqxz-header .li:nth-child(1),
.ProXqxz-list .list .li:nth-child(1) {
    width: 50%;
}

.ProXqxz-header .li:nth-child(2),
.ProXqxz-list .list .li:nth-child(2) {
    width: 90px;
    justify-content: center;
}

.ProXqxz-header .li:nth-child(3),
.ProXqxz-list .list .li:nth-child(3) {
    width: 120px;
    justify-content: center;
}

.ProXqxz-header .li:nth-child(4),
.ProXqxz-list .list .li:nth-child(4) {
    width: 90px;
    justify-content: center;
}

.ProXqxz-list .list {
    height: 70px;
    padding: 0px 32px;
    justify-content: space-between;
    border-bottom: 1px solid #dcdcdc;
}

.ProXqxz-list .list .li {
    display: flex;
    align-items: center;
}

.ProXqxz-list .list .li img {
    margin-right: 5px;
}

.ProXqxz-list .list .li {
    transition: all .4s ease;
}

.ProXqxz-list .list:hover .li:nth-child(1) {
    color: #0074ff;
}

.GuiGe-text a {
    position: relative;
    padding-right: 20px;
}

.GuiGe-text a::before {
    content: "\e80b";
    font-family: "icon";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    font-size: 12px;
    margin-top: -1px;
    transition: all .4s ease;
}

.GuiGe-text a:hover::before {
    right: -10px;
}

.GuiGe-PullDown {
    display: flex;
    justify-content: center;
}

.GuiGe-PullDown .customSelect {
    display: block;
    width: 300px;
    position: relative;
    user-select: none;
}

.GuiGe-PullDown .customSelect-name {
    display: flex;
    align-items: center;
    height: 50px;
    position: relative;
    border-bottom: 1px solid #e8e8ed;
    padding: 0 10px;
    font-size: 16px;
    color: #888888;
    cursor: pointer;
}

.GuiGe-PullDown .customSelect-name::after {
    content: "\e727";
    position: absolute;
    font-family: "icon";
    font-size: 14px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    right: 10px;
    color: #0074ff;
    top: 0;
    transform: rotateX(180deg);
}

.GuiGe-PullDown .customSelect-drop {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 50px;
    max-height: 200px;
    border: 1px solid #e8e8ed;
    border-top: none;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    background: #eaf1f5;
    cursor: pointer;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.GuiGe-PullDown .customSelect-drop>div {
    padding: 0 14px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    color: #333;
    transition: all .4s ease;
    line-height: 1;
}

.GuiGe-PullDown .customSelect-drop>div a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

.GuiGe-PullDown .customSelect-drop>div::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #f4f8fa;
}

.GuiGe-PullDown .customSelect-drop>div:last-child::after {
    display: none;
}

.GuiGe-PullDown .customSelect-drop>div:hover,
.GuiGe-PullDown .customSelect-drop>div.active {
    background: #dadfe5;
    color: #0074ff;
}

.GuiGe-PullDown .customSelect-drop::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}

.GuiGe-PullDown .customSelect-drop::-webkit-scrollbar-thumb {
    background: #0074ff;
}

.GuiGe-PullDown .customSelect-drop::-webkit-scrollbar-track {
    background: #fff;
}

.GuiGe-PullDown .customSelect-name.noRadius {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.GuiGe-PullDown .customSelect-name.noRadius::after {
    transform: rotate(0);
}

.GuiGe-contrast::-webkit-scrollbar {
    height: 5px;
}

.GuiGe-contrast::-webkit-scrollbar-thumb {
    background: #0074ff;
}

.GuiGe-contrast::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.GuiGe-contrast-list .list .customSelect {
    display: block;
    width: calc(100% - 50px);
    position: relative;
    user-select: none;
    margin: 0px 25px;
}

.GuiGe-contrast-list .list .customSelect-name {
    display: flex;
    align-items: center;
    height: 60px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #e8e8ed;
    padding: 0 15px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
}

.GuiGe-contrast-list .list .customSelect-name::after {
    content: "\e727";
    position: absolute;
    font-family: "icon";
    color: #0074ff;
    font-size: 12px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    right: 20px;
    top: 0;
    transform: rotateX(180deg);
}

.GuiGe-contrast-list .list .customSelect-drop {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 50px;
    max-height: 200px;
    border-top: none;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    background: #eaf1f5;
    cursor: pointer;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.GuiGe-contrast-list .list .customSelect-drop>div {
    padding: 0 14px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    color: #333;
    transition: all .4s ease;
}

.GuiGe-contrast-list .list .customSelect-drop>div::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #f4f8fa;
}

.GuiGe-contrast-list .list .customSelect-drop>div:last-child::after {
    display: none;
}

.GuiGe-contrast-list .list .customSelect-drop>div:hover,
.GuiGe-contrast-list .list .customSelect-drop>div.active {
    background: #dadfe5;
    color: #0074ff;
}

.GuiGe-contrast-list .list .customSelect-drop::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}

.GuiGe-contrast-list .list .customSelect-drop::-webkit-scrollbar-thumb {
    background: #0074ff;
}

.GuiGe-contrast-list .list .customSelect-drop::-webkit-scrollbar-track {
    background: #fff;
}

.GuiGe-contrast-list .list .customSelect-name.noRadius {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.GuiGe-contrast-list .list .customSelect-name.noRadius::after {
    transform: rotate(0);
}

.GuiGe-contrast-list .list {
    width: 400px;
}

.GuiGe-contrast-list .list:nth-child(1) {
    width: 200px;
}

.GuiGe-header-img {
    padding: 0px 25px;
    height: 200px;
    margin-top: 35px;
}

.GuiGe-header-img .show {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
}

.GuiGe-header-img .show .btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 25px;
    height: 25px;
    background-color: #e5e5e5;
    display: flex;
    color: #fff;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.GuiGe-header-img .hide {
    width: 100%;
    height: 100%;
    border: 1px solid #e8e8ed;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.GuiGe-header-img .hide .title {
    color: #a5a5a5;
}

.GuiGe-header-img>div {
    display: none !important;
}

.GuiGe-header-img>div.active {
    display: flex !important;
}

.GuiGe-contrast-list .list:nth-child(1) .customSelect {
    opacity: 0;
    pointer-events: none;
}

.GuiGe-contrast-list .list:nth-child(1) .GuiGe-header-img {
    opacity: 0;
    pointer-events: none;
}

.GuiGe-ul {
    border-top: 1px solid #e0e0e0;
}

.GuiGe-ul .li {
    display: flex;
    align-items: center;
    padding: 10px 25px;
    height: 90px;
}

.GuiGe-ul .li:nth-child(even) {
    background-color: #f2f2f2;
}

.GuiGe-ul table {
    width: 100%
}

.GuiGe-ul table tr {
    width: 100%
}

.GuiGe-ul table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.GuiGe-ul table tr td {
    padding: 10px 25px;
    height: 90px;
    overflow-y: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.GuiGe-ul table tr td::-webkit-scrollbar {
    width: 2px;
}

.GuiGe-ul table tr td::-webkit-scrollbar-thumb {
    background: #0074ff;
}

.GuiGe-ul table tr td::-webkit-scrollbar-track {
    background: #f1f1f1;
}

@-moz-document url-prefix() {
    .GuiGe-ul table tr td {
        scrollbar-color: #0074ff #f1f1f1;
        scrollbar-width: thin;
    }

    .GuiGe-ul table tr td {
        scrollbar-face-color: #0074ff;
        scrollbar-shadow-color: #0074ff;
        scrollbar-arrow-color: #000;
        scrollbar-track-color: #f1f1f1;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .GuiGe-ul table tr td {
        scrollbar-color: #0074ff #f1f1f1;
        scrollbar-width: thin;
    }

    .GuiGe-ul table tr td {
        scrollbar-face-color: #0074ff;
        scrollbar-shadow-color: #0074ff;
        scrollbar-arrow-color: #000;
        scrollbar-track-color: #f1f1f1;
    }
}

.GuiGe-contrast-muen {
    position: relative;
}

.GuiGe-Show_btn {
    position: absolute;
    right: -30px;
    top: 150px;
    width: 24px;
    height: 80px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0074ff;
    word-wrap: normal;
}

.GuiGe-Show_btn span {
    width: 16px;
    display: block;
    line-height: 16px;
}

.Abojj {
    width: 100%;
}

.Abojj .contain {
    max-width: 1440px;
}

.AbojjBan {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.AbojjBan-img {
    width: 100%;
}

.AbojjBan-img img {
    width: 100%;
    height: 100vh;
    transform: scale(1.2);
    animation: AbojjBanImg 2s ease both;
}

@keyframes AbojjBanImg {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.AbojjBan-cont {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 2;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 10px);
}

.AbojjBan-cont .title {
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.AbojjBan-cont .title span {
    opacity: 0;
    animation: BannerRunText 1s ease both;
}

@keyframes BannerRunText {
    0% {
        opacity: 0;
        transform: scale(2);
        filter: blur(6px);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        filter: blur(0);
    }
}

.AbojjJs {
    background: #fff;
}

.AbojjJs .contain {
    position: relative;
    z-index: 4;
    justify-content: space-between;
}

.AbojjJs-info {
    max-width: calc(100% - 700px);
}

.AbojjJs-info .text {
    font-size: 126px;
    line-height: 0.88;
    text-transform: uppercase;
}

.AbojjJs-info .text.t1 {
    margin-left: 80px;
}

.AbojjJs-info .text.t2 {
    margin-left: -40px;
}

.AbojjJs-info .text.t3 {
    margin-left: 120px;
}

.AbojjJs-cont {
    width: 624px;
}

.AbojjJs-cont .title {
    color: #161616;
}

.AbojjJs-cont .text {
    color: #666;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    text-align: justify;
    text-justify: inter-word;
}

.AbojjJs-img {
    width: 1700px;
    margin: 50px auto 0;
    position: relative;
    height: 540px;
    overflow: hidden;
}

.AbojjJs-img img {
    position: absolute;
    width: 80%;
    top: 100px;
    left: 10%;
}

.AbojjQy {
    background: #fff;
    min-height: 810px;
}

.AbojjQy-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.AbojjQy .contain {
    position: relative;
    z-index: 4;
    justify-content: space-between;
}

.AbojjQy-title {
    color: #161616;
    width: calc(100% - 680px);
}

.AbojjQy-info {
    width: 628px;
}

.AbojjQy-text {
    color: #666;
}

.AbojjQy-text p {
    line-height: inherit;
}

.AbojjQy-list {
    max-width: 564px;
    color: #333;
}

.AbojjQy-list ul {
    margin-top: -40px;
}

.AbojjQy-list li {
    width: 50%;
    margin-top: 40px;
    display: flex;
}

.AbojjQy-list li .more {
    text-align: center;
}

.AbojjQy-list li .ico {
    display: flex;
    align-items: flex-end;
    height: 70px;
    justify-content: center;
}

.AbojjQy-list li .ico img {
    max-height: 100%;
}

.AbojjQy-list li .text {
    width: 100%;
}

.AbojjXz {
    background: #fff;
}

.AbojjXz .contain {
    max-width: 100%;
    width: 100%;
    padding: 0 150px 0 calc((100% - 1440px)/2);
    justify-content: space-between;
    align-items: center;
}

.AbojjXz-mix {
    width: 550px;
}

.AbojjXz-info {
    width: 100%;
}

.AbojjXz-info .title {
    color: #161616;
}

.AbojjXz-info .text {
    color: #666;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    text-align: justify;
    text-justify: inter-word;
}

.AbojjXz-number {
    width: 100%;
}

.AbojjXz-number ul {
    margin-top: -40px;
}

.AbojjXz-number li {
    margin-top: 40px;
}

.AbojjXz-number li:nth-child(2n+1) {
    width: 278px;
}

.AbojjXz-number li:nth-child(2n) {
    width: calc(100% - 278px);
}

.AbojjXz-number li .num {
    color: #0c7bff;
    line-height: 1;
    display: flex;
    align-items: center;
}

.AbojjXz-number li .text {
    color: #161616;
}

.AbojjXz-number li .num b {
    font-weight: 400;
}

.AbojjXz-circle {
    width: 724px;
    height: 724px;
    border-radius: 50%;
    position: relative;
    background: linear-gradient(to right, #fff, #eef3f9);
    box-shadow: 0px 0px 40px 0px rgba(238, 243, 249, 0.8);
}

.AbojjXz-circle-list {
    position: absolute;
    width: 162px;
    left: 20px;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 4;
    transform: translate3d(0, 0, 10px);
}

.AbojjXz-circle-list li {
    width: 162px;
    height: 162px;
    margin-top: 60px;
    color: #333;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
}

.AbojjXz-circle-list li .ico {
    height: 42px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

.AbojjXz-circle-list li .ico img {
    max-height: 100%;
}

.AbojjXz-circle-list li:first-child {
    margin-top: 0;
}

.AbojjXz-circle-list li::after {
    position: absolute;
    opacity: 0;
    animation: AbojjXzRunC 2.4s ease infinite;
    transform-origin: center;
    content: "";
    left: 200px;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/Abojj4_1.png') no-repeat left center/106px auto;
}

.AbojjXz-circle-list li:first-child,
.AbojjXz-circle-list li:last-child {
    margin-left: 132px;
}

.AbojjXz-circle-list li:first-child::after {
    transform: rotate(45deg);
    left: 112px;
    top: 112px;
    animation: AbojjXzRunT 2.4s ease infinite;
}

.AbojjXz-circle-list li:last-child::after {
    transform: rotate(-45deg);
    left: 112px;
    top: -112px;
    animation: AbojjXzRunB 2.4s ease infinite;
}

@keyframes AbojjXzRunT {
    0% {
        opacity: 0;
        transform: translate3d(-12px, -12px, 0) rotate(45deg);
    }

    80% {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotate(45deg);
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0) rotate(45deg);
    }
}

@keyframes AbojjXzRunC {
    0% {
        opacity: 0;
        transform: translate3d(-12px, 0, 0) rotate(0);
    }

    80% {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotate(0);
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0) rotate(0);
    }
}

@keyframes AbojjXzRunB {
    0% {
        opacity: 0;
        transform: translate3d(-12px, 12px, 0) rotate(-45deg);
    }

    80% {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotate(-45deg);
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0) rotate(-45deg);
    }
}

.AbojjXz-circle-big {
    width: 410px;
    height: 410px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -205px;
    right: 58px;
    box-shadow: 0px 0px 40px 0px rgba(238, 243, 249, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.AbojjXz-circle-info {
    width: 204px;
    height: 204px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.AbojjXz-circle-info .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.AbojjXz-circle-info .mix {
    position: relative;
    z-index: 2;
    color: #fff;
}

.AbojjXz-circle-info .ico {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 66px;
}

.AbojjXz-circle-info .ico img {
    max-height: 100%;
}

.AbojjXz-circle-info .text {
    line-height: 1.2;
}

.AbojjXz-circle-run1 {
    width: 264px;
    height: 264px;
    animation: AbojjXzRun1 16s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -132px 0 0 -132px;
    background: url('../images/Abojj4_4.png') no-repeat center/100% auto;
}

.AbojjXz-circle-run2 {
    width: 300px;
    height: 300px;
    animation: AbojjXzRun2 16s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -150px;
    background: url('../images/Abojj4_5.png') no-repeat center/100% auto;
}

@keyframes AbojjXzRun1 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes AbojjXzRun2 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media all and (min-width:680px) {

    .AbojjXz-circle,
    .AbojjXz-circle-big,
    .AbojjXz-circle-list li {
        opacity: 0;
    }

    .AbojjXz .animated .AbojjXz-circle {
        animation: AbojjXzD1 1s ease both .6s;
    }

    @keyframes AbojjXzD1 {
        0% {
            opacity: 0;
            transform: translateX(200px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .AbojjXz .animated .AbojjXz-circle-big {
        animation: AbojjXzD2 1s ease both 1s;
    }

    .AbojjXz .animated .AbojjXz-circle-list li:nth-child(1) {
        animation: AbojjXzD2 1s ease both 1.2s;
    }

    .AbojjXz .animated .AbojjXz-circle-list li:nth-child(2) {
        animation: AbojjXzD2 1s ease both 1.3s;
    }

    .AbojjXz .animated .AbojjXz-circle-list li:nth-child(3) {
        animation: AbojjXzD2 1s ease both 1.4s;
    }

    @keyframes AbojjXzD2 {
        0% {
            opacity: 0;
            transform: scale(0.4);
        }

        100% {
            opacity: 1;
            transform: scale(1);
        }
    }
}

.AbojjYs {
    background: #fff;
    min-height: 860px;
    display: flex;
    align-items: center;
}

.AbojjYs-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.AbojjYs-shade {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    transform: translate3d(0, 0, 8px);
}

.AbojjYs-border {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform-origin: center;
    border-width: 10vw 20vw;
    border-style: solid;
    border-color: #fff;
    position: absolute;
    z-index: 2;
}

.AbojjYs .contain {
    position: relative;
    z-index: 3;
    transform: translate3d(0, 0, 10px);
}

.AbojjYs-mix {
    max-width: 940px;
    margin: 0 auto;
    color: #fff;
}

.AbojjYs-cont {
    width: 100%;
    text-align: center;
}

.AbojjYs-number {
    width: 100%;
}

.AbojjYs-number ul {
    justify-content: space-between;
}

.AbojjYs-number li {
    text-align: center;
    width: 140px;
}

.AbojjYs-number li .ico {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
}

.AbojjYs-number li .ico img {
    max-height: 100%;
}

.AbojjYs-number li .num {
    line-height: 1;
}

@media all and (min-width:680px) {
    .AbojjYs-border {
        display: block;
    }

    .AbojjYs-shade,
    .AbojjYs-cont,
    .AbojjYs-number {
        opacity: 0;
    }

    .AbojjYs.animated .AbojjYs-border {
        animation: AbojjYsD1 2s ease both 0.6s;
    }

    @keyframes AbojjYsD1 {
        0% {
            transform: scale(1);
        }

        100% {
            transform: scale(2);
        }
    }

    .AbojjYs.animated .AbojjYs-shade {
        animation: AbojjYsD2 1.4s ease both 1s;
    }

    @keyframes AbojjYsD2 {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .AbojjYs.animated .AbojjYs-cont {
        animation: AbojjYsD3 1.4s ease both 1.4s;
    }

    .AbojjYs.animated .AbojjYs-number {
        animation: AbojjYsD3 1.4s ease both 1.6s;
    }

    @keyframes AbojjYsD3 {
        0% {
            opacity: 0;
            transform: translateY(100px);
            filter: blur(6px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
            filter: blur(0);
        }
    }
}

.AbojjRy {
    background: #fff;
}

.AbojjRy .contain {
    max-width: 1260px;
}

.AbojjRy-title {
    width: 100%;
    text-align: center;
    color: #161616;
}

.AbojjRy-loop {
    width: 100%;
    position: relative;
}

.AbojjRy-loop .swiper-pagination {
    position: relative;
    bottom: 0;
    font-size: 0;
    display: none;
}

.AbojjRy-loop-list {
    width: 100%;
}

.AbojjRy-loop-list ul {
    margin: -70px 0 0 -70px;
}

.AbojjRy-loop-list li {
    width: calc(100%/4 - 70px);
    display: flex;
    color: #3f4247;
    padding: 0 24px;
    margin: 70px 0 0 70px;
    position: relative;
    text-align: center;
    min-height: 82px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.AbojjRy-loop-list li .year {
    position: relative;
    z-index: 2;
}

.AbojjRy-loop-list li .name {
    position: relative;
    z-index: 2;
    margin-top: 8px;
}

.AbojjRy-loop-list li .text {
    position: relative;
    z-index: 2;
    margin-top: 12px;
}

.AbojjRy-loop-list li::before,
.AbojjRy-loop-list li::after {
    content: "";
    position: absolute;
    width: 38px;
    height: 100%;
    top: 0;
    background: url('../images/Abojj6.png') no-repeat center/100% auto;
}

.AbojjRy-loop-list li::before {
    left: 0;
}

.AbojjRy-loop-list li::after {
    right: 0;
    transform: rotateY(180deg);
}

.AbojjRy-prev,
.AbojjRy-next {
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    top: 50%;
    margin-top: -23px;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    transition: all .4s ease;
    color: #fff;
}

.AbojjRy-prev i,
.AbojjRy-next i {
    font-size: inherit;
}

.AbojjRy-prev {
    left: -120px;
}

.AbojjRy-next {
    right: -120px;
    transform: rotateY(180deg);
}

.AbojjRy-prev:hover,
.AbojjRy-next:hover {
    background: #0c7bff;
}

.AbojjFz {
    background: #fff;
}

.AbojjFz-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.AbojjFz-shade {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
}

.AbojjFz-mix {
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 4;
}

.AbojjFz-title {
    width: 100%;
    text-align: center;
}

.AbojjFz-mix .gallery {
    width: 100%;
    text-align: center;
    padding: 0 4%;
}

.AbojjFz-mix .gallery-more {
    max-width: 1400px;
    margin: 0 auto;
}

.AbojjFz-mix .gallery-more .num {
    line-height: 1;
    font-size: 200px;
}

.AbojjFz-mix .gallery-more .num span {
    color: #E70012;
}

.AbojjFz-mix .gallery-more .text {
    width: 100%;
    line-height: 30px;
    height: 90px;
    overflow-y: auto;
    padding: 0 12px;
}

.AbojjFz-mix .gallery-more .text::-webkit-scrollbar {
    width: 2px;
}

.AbojjFz-mix .gallery-more .text::-webkit-scrollbar-thumb {
    background: #0074ff;
}

.AbojjFz-mix .gallery-more .text::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.AbojjFz-mix .gallery-more .text {
    scrollbar-color: #0074ff #f1f1f1;
    scrollbar-width: thin;
}

.AbojjFz-mix .gallery-more .text {
    scrollbar-face-color: #0074ff;
    scrollbar-shadow-color: #0074ff;
    scrollbar-arrow-color: #000;
    scrollbar-track-color: #f1f1f1;
}

.AbojjFz-mix .thumbs {
    width: 1152px;
    margin: 30px auto 0;
    position: relative;
}

.AbojjFz-mix .thumbs::before {
    content: "";
    position: absolute;
    width: calc(1920px * 3);
    top: 0;
    height: 9px;
    left: -1908px;
    background: url('../images/Abojj7Line.png') repeat-x left center/auto 100%;
}

.AbojjFz-mix .thumbs-click {
    cursor: pointer;
    height: 79px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 21px;
    position: relative;
}

.AbojjFz-mix .thumbs-click i {
    position: absolute;
    width: 0;
    height: 1px;
    background: #fff;
    top: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: all .4s ease;
}

.AbojjFz-mix .thumbs-click.active i {
    opacity: 1;
    width: 100%;
}

.AbojjFz-mix .thumbs-click::before,
.AbojjFz-mix .thumbs-click::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 8px;
    background: url('../images/Abojj7Arr.png') no-repeat center/100% auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: all .4s ease;
}

.AbojjFz-mix .thumbs-click::before {
    top: 21px;
}

.AbojjFz-mix .thumbs-click::after {
    bottom: 0;
    transform: rotateX(180deg);
}

.AbojjFz-mix .thumbs-click.active::before,
.AbojjFz-mix .thumbs-click.active::after {
    opacity: 1;
}

.AbojjFz-mix .thumbs-click:hover::before,
.AbojjFz-mix .thumbs-click:hover::after {
    opacity: 1;
}

.AbojjFz-mix .thumbs-prev,
.AbojjFz-mix .thumbs-next {
    position: absolute;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    width: 20px;
    opacity: 0.6;
    transform: translateY(0);
    padding-top: 21px;
    transition: all .4s ease;
    font-size: 14px;
}

.AbojjFz-mix .thumbs-prev i,
.AbojjFz-mix .thumbs-next i {
    font-size: inherit;
}

.AbojjFz-mix .thumbs-prev {
    left: -50px;
}

.AbojjFz-mix .thumbs-next {
    right: -50px;
    transform: rotateY(180deg);
}

.AbojjFz-mix .thumbs-prev:hover,
.AbojjFz-mix .thumbs-next:hover {
    opacity: 1;
}

.AbojjBj {
    background: #fff;
}

.AbojjBj-title {
    width: 100%;
    padding: 0 4%;
    text-align: center;
}

.AbojjBj-title .title {
    color: #161616;
}

.AbojjBj-title .text {
    color: #666;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.AbojjBj-mix {
    width: 100%;
    padding: 0 4%;
}

.AbojjBj-img {
    width: 100%;
}

.AbojjBj-img img {
    width: 100%;
}

.AbojjBj-map {
    margin: 0 auto;
    max-width: 1551px;
    position: relative;
}

.AbojjBj-map svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.AbojjBj-map-bg {
    width: 100%;
}

.AbojjBj-map-logo {
    position: absolute;
    width: 1px;
    height: 1px;
    top: 44%;
    left: 31.5%;
    z-index: 8;
}

.AbojjBj-map-logo p {
    height: 30px;
    width: 102px;
    background: #fff;
    box-shadow: 0px 3px 16px 0px rgba(12, 123, 255, 0.3);
    padding: 8px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.AbojjBj-map-logo p img {
    max-height: 100%;
}

.AbojjBj-map .dot {
    position: absolute;
    width: 1px;
    height: 1px;
    text-align: center;
    z-index: 6;
}

.AbojjBj-map .dot .dian {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0c7bff;
    position: absolute;
    top: 0;
    left: -2px;
    right: 0;
    margin: 0 auto;
}

.AbojjBj-map .dot .dian::before,
.AbojjBj-map .dot .dian::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: rgba(0, 115, 231, .7);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    animation: AbojjBjRing 1.5s linear infinite;
    opacity: 0;
}

.AbojjBj-map .dot .dian::before {
    animation-delay: .6s;
}

.AbojjBj-map .dot .dian::after {
    animation-delay: 0s;
}

@keyframes AbojjBjRing {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    5% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

.AbojjBj-map .dot.main .dian {
    width: 12px;
    height: 12px;
    left: -6px;
}

.AbojjBj-map .dot.main .text {
    top: 10px;
}

.AbojjBj-map .dot.main .dian::before,
.AbojjBj-map .dot.main .dian::after {
    width: 36px;
    height: 36px;
    margin: -18px 0 0 -18px;
}

.AbojjBj-map .dot .text {
    position: absolute;
    left: 50%;
    top: 6px;
    margin: 0 auto;
    transform: translateX(-50%);
    width: 120px;
    color: #161616;
    font-size: 16px;
    line-height: 1.2;
}

.AbojjBj-map .dot .text span {
    font-size: 12px;
    margin-top: 2px;
}

.AbojjBj-map .dot.left .text {
    transform: translateX(0);
    top: -6px;
    left: 10px;
    text-align: left;
}

.AbojjBj-map .dot.top .text {
    top: -20px;
}

.AbojjBj-map .dot.dot1 {
    top: 21.7%;
    left: 9%;
}

.AbojjBj-map .dot.dot2 {
    top: 22.5%;
    left: 11.8%;
}

.AbojjBj-map .dot.dot3 {
    top: 25.8%;
    left: 6.6%;
}

.AbojjBj-map .dot.dot4 {
    top: 31.8%;
    left: 4.6%;
}

.AbojjBj-map .dot.dot5 {
    top: 32%;
    left: 9.1%;
}

.AbojjBj-map .dot.dot6 {
    top: 34.2%;
    left: 13.3%;
}

.AbojjBj-map .dot.dot7 {
    top: 35%;
    left: 7.8%;
}

.AbojjBj-map .dot.dot8 {
    top: 37%;
    left: 4.8%;
}

.AbojjBj-map .dot.dot9 {
    top: 40%;
    left: 3%;
}

.AbojjBj-map .dot.dot10 {
    top: 39.8%;
    left: 8.6%;
}

.AbojjBj-map .dot.dot11 {
    top: 41.8%;
    left: 12.4%;
}

.AbojjBj-map .dot.dot12 {
    top: 45.4%;
    left: 18.4%;
}

.AbojjBj-map .dot.dot13 {
    top: 46.8%;
    left: 14.4%;
}

.AbojjBj-map .dot.dot14 {
    top: 49.5%;
    left: 16.5%;
}

.AbojjBj-map .dot.dot15 {
    top: 49.2%;
    left: 11.7%;
}

.AbojjBj-map .dot.dot16 {
    top: 54.6%;
    left: 17.5%;
}

.AbojjBj-map .dot.dot17 {
    top: 74.1%;
    left: 10.6%;
}

.AbojjBj-map .dot.dot18 {
    top: 19.3%;
    left: 29.6%;
}

.AbojjBj-map .dot.dot19 {
    top: 42.5%;
    left: 39%;
}

.AbojjBj-map .dot.dot20 {
    top: 44%;
    left: 41%;
}

.AbojjBj-map .dot.dot21 {
    top: 50%;
    left: 35%;
}

.AbojjBj-map .dot.dot22 {
    top: 52.5%;
    left: 30.4%;
}

.AbojjBj-map .dot.dot23 {
    top: 55%;
    left: 32.5%;
}

.AbojjBj-map .dot.dot24 {
    top: 76.8%;
    left: 40%;
}

.AbojjBj-map .dot.dot25 {
    top: 28.2%;
    left: 72.2%;
}

.AbojjBj-map .dot.dot26 {
    top: 41.2%;
    left: 74.6%;
}

.AbojjBj-map .dot.dot27 {
    top: 52.6%;
    left: 76.4%;
}

.AbojjBj-map .dot.dot28 {
    top: 70%;
    left: 91%;
}

.AbojjBj-map .dot.dot29 {
    top: 78%;
    left: 85.9%;
}

.AbojjBj-map .dot.dot30 {
    top: 86.5%;
    left: 84.2%;
}

.KeZhidt-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.KeZhidt-line .li {
    position: absolute;
    width: 1px;
    height: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shine-ring {
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background: #fff;
    border-radius: 50%;
}

.shine-ring::before,
.shine-ring::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    animation: shineRing 1.5s linear infinite;
    opacity: 0;
}

.shine-ring::before {
    animation-delay: .6s;
}

.shine-ring::after {
    animation-delay: 0s;
}

@keyframes shineRing {
    0% {
        opacity: 0;
        transform: scale(.1)
    }

    5% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

.KeZhidt-line .li:nth-child(1) {
    top: 30%;
    left: 20%;
}

.KeZhidt-line .li:nth-child(2) {
    top: 41%;
    left: 22%;
}

.KeZhidt-line .li:nth-child(3) {
    top: 53%;
    left: 24%;
}

.KeZhidt-line .li:nth-child(4) {
    top: 71%;
    left: 37%;
}

.KeZhidt-line .li:nth-child(5) {
    top: 79%;
    left: 33%;
}

.KeZhidt-line .li:nth-child(6) {
    top: 88%;
    left: 31%;
}

.KeZhidt-line .li:nth-child(7) {
    top: 22%;
    left: 53%;
}

.KeZhidt-line .li:nth-child(8) {
    top: 26%;
    left: 55%;
}

.KeZhidt-line .li:nth-child(9) {
    top: 30%;
    left: 50%;
}

.KeZhidt-line .li:nth-child(10) {
    top: 35%;
    left: 47%;
}

.KeZhidt-line .li:nth-child(11) {
    top: 43%;
    left: 47%;
}

.KeZhidt-line .li:nth-child(12) {
    top: 34%;
    left: 52%;
}

.KeZhidt-line .li:nth-child(13) {
    top: 38%;
    left: 51%;
}

.KeZhidt-line .li:nth-child(14) {
    top: 40%;
    left: 49%;
}

.KeZhidt-line .li:nth-child(15) {
    top: 38%;
    left: 55%;
}

.KeZhidt-line .li:nth-child(16) {
    top: 45%;
    left: 51%;
}

.KeZhidt-line .li:nth-child(17) {
    top: 46%;
    left: 55%;
}

.KeZhidt-line .li:nth-child(18) {
    top: 52%;
    left: 54%;
}

.KeZhidt-line .li:nth-child(19) {
    top: 49%;
    left: 58%;
}

.KeZhidt-line .li:nth-child(20) {
    top: 51%;
    left: 60%;
}

.KeZhidt-line .li:nth-child(21) {
    top: 54%;
    left: 58%;
}

.KeZhidt-line .li:nth-child(22) {
    top: 58%;
    left: 59%;
}

.KeZhidt-line .li:nth-child(23) {
    top: 81%;
    left: 54%;
}

.KeZhidt-line .li:nth-child(24) {
    top: 23%;
    left: 72%;
}

.KeZhidt-line .li:nth-child(25) {
    top: 53%;
    left: 71%;
}

.KeZhidt-line .li:nth-child(26) {
    top: 56%;
    left: 72%;
}

.KeZhidt-line .li:nth-child(27) {
    top: 50%;
    left: 75%;
}

.KeZhidt-line .li:nth-child(28) {
    top: 43%;
    left: 79%;
}

.KeZhidt-line .li:nth-child(29) {
    top: 43%;
    left: 81%;
}

.KeZhidt-line .li:nth-child(30) {
    top: 80%;
    left: 81%;
}

#fullpage .section .Abouwh-lun .title {
    opacity: 0;
    transition: all .4s ease;
}

#fullpage .section.active .Abouwh-lun .title {
    animation: fullpage .8s ease both .8s;
}

@keyframes fullpage {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.ProXqHandoff-muen .muen {
    display: none;
}

.ProXqHandoff-muen .muen.active {
    display: block;
}

.QuDonzd-list {
    margin-right: -30px;
    margin-bottom: -20px;
}

.QuDonzd-list .list {
    width: calc(100%/4 - 30px);
    margin-right: 30px;
    margin-bottom: 20px;
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
}

.QuDonzd-list .list .img {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center
}

.QuDonzd-list .list .img img {
    max-height: 100%;
}

.ProXqxl img.bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.ProXqxl .PageContain {
    position: relative;
    z-index: 3;
}

.ProXqsj img.bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.ProXqsj .PageContain {
    position: relative;
    z-index: 3;
}

.ProXqcl {
    position: relative;
    overflow: hidden;
}

.ProXqcl img.bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.ProXqcl .PageContain {
    position: relative;
    z-index: 3;
}

.GuiGe-header-img .show>img {
    max-height: 100%;
}

.GuiGe-contrast-muen-btnNotHide {
    display: none;
}

/* .GuiGe {padding: 0px calc((100% - 1400px) / 2);overflow-x: auto;} */
.GuiGe {
    padding-left: 260px;
    padding-right: 260px;
}

.GuiGe-contrast {}

.GuiGe .PageContain {
    width: auto;
}

/* .GuiGe-contrast {min-width: 1400px;} */
/* .GuiGe-contrast {overflow-x: auto;overflow-y: hidden;position: relative;padding-bottom: 10px;} */
.GuiGe-contrast {
    position: relative;
    padding-bottom: 10px;
}

.ProSticky {
    position: sticky;
    left: 0px;
    max-width: 100vw;
}

.GuiGe .GuiGe-ContTitle {
    max-width: 1400px;
}

.search-muen {
    border-bottom: 1px solid #ddd;
}

.search-muen a {
    margin-right: 30px;
    padding-bottom: 15px;
    position: relative;
    display: flex;
    transition: all .4s ease;
}

.search-muen a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #0074ff;
    opacity: 0;
    transition: all .4s ease;
}

.search-muen a.active::before {
    opacity: 1;
}

.search-muen a.active {
    color: #0074ff;
}


.search_box{
	text-align:center;     
	margin-bottom: 60px;
  }
  .search_box form{
	display:flex;justify-content:center;align-items:center;
  }
  .search_box form div{
	margin:0 12px;
	font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .search_box form div select{
	height:30px;
	width:100px;
    border: 2px solid #d4dce4;
    background-color: #fff;
    padding: 0px 15px;
  }
  .search_box form div span{
    width: 100px;
    text-align: right;
  }
  .search_box form .btn{
	height:30px;
	width:60px;
	margin-left: 30px;
    cursor: pointer;
  }
  .search_key{
	height:30px;
  }
  .search_table tr{
	height:40px;
  }
  .search_page a{
	font-size:14px;
	margin:5px;
  }
  





/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {

    /* 1600 × (900) */
    .AbojjJs-img {
        width: 1500px;
        margin-top: 40px;
        height: 500px;
    }

    .AbojjXz .contain {
        padding: 0 80px 0 calc((100% - 1440px)/2);
    }

    .AbojjYs,
    .AbojjQy {
        min-height: 730px;
    }

    .GuiGe {
        padding-left: 200px;
        padding-right: 200px;
    }
}

@media all and (max-width:1590px) {

    /* 1440 × (700)  */
    .RuJinlb-list .list:nth-child(odd) .cont {
        padding-right: 90px;
    }

    .RuJinlb-list .list:nth-child(even) .cont {
        padding-left: 90px;
    }

    .RuJinjz-list {
        padding: 0px 100px;
        margin-right: -75px;
    }

    .RuJinjz-list .list {
        height: 425px;
        padding: 30px 35px;
    }

    .RuJincj-list .list {
        height: 280px;
    }

    .Anlilb-list .list .img img {
        height: 115px;
    }

    .Anlilb-list .list .cont {
        padding: 30px;
    }

    .Newstj .contain {
        padding: 0px;
    }

    .Newslb .contain {
        padding: 0px;
    }

    .Newstj-list .list {
        height: 175px;
    }

    .JaoYujz-list .list {
        width: calc(100%/4 - 20px);
        margin-right: 20px;
        padding: 45px 35px;
    }

    .JaoYuxg-list .list {
        height: 308px;
    }

    .JaoYual-lun .cont {
        width: 56%;
        padding: 20px 80px 20px 70px;
    }

    .JaoYucp-lun {
        padding: 0px 40px;
        height: 375px;
    }

    .JaoYusd-content .show {
        padding: 0px 30px;
        padding-bottom: 20px;
    }

    .JaoYual-lun .img {
        height: 325px;
    }

    .ProXqMain-cont .cont-r {
        padding-left: 90px;
    }

    .ProXqMain-gallery-more {
        height: 360px;
    }

    .ProXqMain-loop-zoom {
        height: 360px;
    }

    .ProXqrh-muen {
        padding: 45px 20px;
    }

    .ProXqxn-list {
        margin-top: -90px;
    }

    .ProXqjc-list {
        margin-right: -90px;
        margin-bottom: -45px;
        padding: 0px 200px;
    }

    .ProXqxg-list {
        margin-right: -37px;
        margin-bottom: -37px;
        padding: 0px 85px;
    }

    .ProXqcl-cont {
        margin-top: 480px;
    }

    .ProXqkz-list {
        margin-right: -50px;
        margin-top: 390px;
    }

    .ProXqkz-list .list {
        width: calc(100%/2 - 50px);
        margin-right: 50px;
    }

    .slideList ul li .menu {
        font-size: 15px;
        padding: 0 30px;
        height: 44px;
    }

    .slideList ul li li .menu {
        font-size: 13px;
    }

    .ZhShzc-list {
        border-radius: 10px;
        padding: 70px 185px;
        margin-top: -50px;
    }

    .ZhShys-svp .swiper-container {
        padding: 0px 260px;
    }

    .ZhShys-svp .swiper-btn.prev {
        left: 270px;
    }

    .ZhShys-svp .swiper-btn.next {
        right: 270px;
    }

    .ZhShyt-muen .list>img {
        height: 243px;
    }

    .LianXifw-list .list {
        width: calc(100%/4 - 30px);
        margin-right: 30px;
        margin-bottom: 30px;
        padding: 25px;
    }

    .LianXily-from {
        border-radius: 30px;
        padding: 50px 80px 50px 80px;
    }

    .ZhShhy-muen .show {
        padding: 25px;
    }

    .KeZhiys-list .list .img {
        height: 55px;
    }

    .KeZhiys-list .list {
        width: calc(100%/3 - 40px);
        margin-right: 40px;
        border-radius: 30px;
        padding: 45px;
    }

    .KeZhifw-list .list .img {
        height: 205px;
    }

    .KeZhifw-list .list .cont {
        padding: 50px;
    }

    .ProXqly-lun.lty8 .show {
        padding: 10px 20px;
    }

    .QuDonsp-list .list .img {
        height: 270px;
    }

    .QuDonwd-list .list .cont-r {
        padding: 20px 120px;
    }

    .GuiGe-contrast-list .list {
        width: 350px;
    }

    .AbojjJs-info .text {
        font-size: 110px;
    }

    .AbojjJs-img {
        width: 1300px;
        margin-top: 40px;
        height: 400px;
    }

    .AbojjXz .contain {
        padding: 0 40px 0 calc((100% - 1200px)/2);
    }

    .AbojjXz-mix {
        width: 480px;
    }

    .AbojjXz-circle-info .ico {
        height: 50px;
    }

    .AbojjXz-circle-info {
        width: 180px;
        height: 180px;
    }

    .AbojjXz-circle-run1 {
        width: 220px;
        height: 220px;
        margin: -110px 0 0 -110px;
    }

    .AbojjXz-circle-run2 {
        width: 260px;
        height: 260px;
        margin: -130px 0 0 -130px;
    }

    .AbojjXz-circle-big {
        width: 350px;
        height: 350px;
        margin-top: -175px;
        right: 40px;
    }

    .AbojjXz-circle-list li {
        width: 130px;
        height: 130px;
        margin-top: 30px;
    }

    .AbojjXz-circle-list li:first-child,
    .AbojjXz-circle-list li:last-child {
        margin-left: 96px;
    }

    .AbojjXz-circle {
        width: 600px;
        height: 600px;
    }

    .AbojjXz-circle-list li::after {
        left: 160px;
        background-size: 90px auto;
    }

    .AbojjXz-circle-list li:first-child::after {
        left: 86px;
        top: 86px;
    }

    .AbojjXz-circle-list li:last-child::after {
        left: 86px;
        top: -86px;
    }

    .AbojjYs,
    .AbojjQy {
        min-height: 640px;
    }

    .AbojjRy-prev {
        left: -80px;
    }

    .AbojjRy-next {
        right: -80px;
    }

    .AbojjFz-mix .gallery-more .num {
        font-size: 160px;
    }

    .AbojjRy-loop-list ul {
        margin: -50px 0 0 -50px;
    }

    .AbojjRy-loop-list li {
        width: calc(100%/4 - 50px);
        padding: 0 24px;
        margin: 50px 0 0 50px;
        min-height: 82px;
    }

    .AbojjFz-mix .gallery-more .text {
        line-height: 26px;
        height: 78px;
    }

    .AbojjBj-map .dot .text {
        font-size: 14px;
    }

    .AbojjBj-map .dot.left .text {
        top: -4px;
    }

    .AbojjBj-map-logo p {
        height: 26px;
        width: 94px;
        padding: 6px;
        border-radius: 13px;
    }

    .KeZhidt-line {
        width: 113%;
    }

    .GuiGe .GuiGe-ContTitle {
        max-width: 1270px;
    }

    .GuiGe {
        padding-left: 90px;
        padding-right: 90px;
    }
}

@media all and (max-width:1430px) {

    /* 1360 */
    .AbojjJs-img {
        width: 1240px;
    }
}

@media all and (max-width:1350px) {

    /* 1280 */
    .AbojjFz-mix .thumbs-prev {
        left: -40px;
    }

    .AbojjFz-mix .thumbs-next {
        right: -40px;
    }

    .AbojjRy-loop-list ul {
        margin: -24px 0 0 -24px;
    }

    .AbojjRy-loop-list li {
        width: calc(100%/4 - 24px);
        padding: 0 24px;
        margin: 24px 0 0 24px;
        min-height: 82px;
    }

    .AbojjRy-loop {
        padding: 0 70px;
    }

    .AbojjRy-prev {
        left: 0;
    }

    .AbojjRy-next {
        right: 0;
    }

    .YinJinlb-list .list .img {
        height: 200px;
        width: 220px;
    }
}

@media all and (max-width:1270px) {

    /* 1152 × (700) */
    .RuJinjz-list {
        padding: 0px 0px;
        margin-right: -25px;
    }

    .RuJinjz-list .list {
        width: calc(100%/3 - 25px);
        margin-right: 25px;
        height: 320px;
    }

    .RuJints-list .list .cont {
        padding: 20px 40px;
    }

    .Newstj-list .list {
        height: 137px;
    }

    .ProXqcl-cont {
        margin-top: 430px;
        padding: 0px;
    }

    .ProXqxn-list .list {
        margin-bottom: 40px;
        padding: 0px;
    }

    .ProXqjc-list {
        margin-right: -90px;
        margin-bottom: -45px;
        padding: 0px;
    }

    .ProXqxg-list {
        margin-right: -37px;
        margin-bottom: -37px;
        padding: 0px;
    }

    .ProXqkz-list {
        margin-right: -50px;
        margin-top: 310px;
    }

    .ZhShzc {
        padding-top: 36px;
    }

    .ZhShzc-list {
        margin-top: 0px;
        border-radius: 10px;
        padding: 50px 120px
    }

    .ZhShys-svp .swiper-container {
        padding: 0px 4%;
    }

    .ZhShys-svp .swiper-btn.prev {
        left: 4%;
    }

    .ZhShys-svp .swiper-btn.next {
        right: 4%;
    }

    .KeZhiys-list .list .img {
        height: 45px;
    }

    .KeZhifw-list .list .img {
        height: 176px;
    }

    .QuDonsp-list .list .img {
        height: 227px;
    }

    .GuiGe-contrast-list .list:nth-child(1) {
        width: 140px;
    }

    .GuiGe-contrast-list .list {
        width: 286px;
    }

    .AbojjJs-info .text {
        font-size: 88px;
    }

    .AbojjJs-cont {
        width: 570px;
    }

    .AbojjJs-info {
        max-width: calc(100% - 620px);
    }

    .AbojjJs-img {
        width: 1000px;
        height: 330px;
    }

    .AbojjQy-info {
        width: 450px;
    }

    .AbojjQy-title {
        width: calc(100% - 450px);
    }

    .AbojjYs,
    .AbojjQy {
        min-height: 580px;
    }

    .AbojjXz .contain {
        width: 960px;
        padding: 0;
    }

    .AbojjXz-mix {
        width: 100%;
    }

    .AbojjXz-circle {
        margin: 60px auto 0;
    }

    .AbojjXz-number li {
        width: auto !important;
        flex: auto;
    }

    .AbojjFz-mix .gallery-more .num {
        font-size: 124px;
    }

    .AbojjFz-mix .thumbs {
        width: 864px;
        margin-top: 24px;
    }

    .AbojjFz-mix .gallery-more .text {
        line-height: 24px;
        height: 72px;
    }

    .AbojjBj-map-logo {
        top: 43%;
        left: 29%;
    }

    .GuiGe .GuiGe-ContTitle {
        max-width: 1000px;
    }
}

/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px) {

    /* 1024 横屏 */
    .Abouwh-page {
        display: none;
    }

    .AbojjBan-img img {
        height: 50vh;
    }

    .AbojjJs-info .text.t1 {
        margin-left: 0;
    }

    .AbojjJs-info .text.t2 {
        margin-left: 60px;
    }

    .AbojjJs-info .text.t3 {
        margin-left: 0;
    }

    .AbojjJs-img {
        width: 960px;
    }

    .AbojjRy-loop {
        padding: 0;
    }

    .AbojjRy-prev,
    .AbojjRy-next {
        display: none;
    }

    .AbojjRy-loop .swiper-pagination {
        display: block;
        margin-top: 40px;
    }

    .AbojjRy-loop .swiper-pagination-bullet {
        background: #eef3f9;
        opacity: 1;
        margin: 0 6px;
    }

    .AbojjRy-loop .swiper-pagination-bullet-active {
        opacity: 1;
        background: #0c7bff;
    }

    .AbojjBj-map .dot .text {
        font-size: 12px;
    }

    .AbojjBj-map .dot.left .text {
        top: -3px;
    }

    .AbojjBj-map-logo p {
        height: 22px;
        width: 74px;
        padding: 6px;
        border-radius: 11px;
    }

    .GuiGe {
        padding-left: 4%;
        padding-right: 4%;
    }
}

@media all and (max-width:1000px) {

    /* 720 竖屏 */
    .CommonBtn i {
        transform: rotate(180deg) translateY(0px);
        margin-left: 5px;
    }

    .CommonBanner{
        height: 30vh;
    }

    .CommonBanner>img {
        /* min-height: 400px; */
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .CommonBanner .content .contain {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .CommonBanner .content .PageContain {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .CommonBanner .content .CommonBtn {
        width: 110px;
        height: 40px;
    }

    .RuJinlb-list {
        padding: 0px 4%;
    }

    .RuJinlb-list .list {
        margin-bottom: 15px;
        border-radius: 10px;
    }

    .RuJinlb-list .list .img {
        width: 100%;
    }

    .RuJinlb-list .list .cont {
        width: 100%;
        padding: 15px !important;
    }

    .RuJinlb-list .list .cont .btn a {
        width: 90px;
        height: 35px;
    }

    .Ctatlx>img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 1005px;
        height: 100%;
    }

    .Ctatlx .content {
        position: relative;
        padding: 36px 0px;
        background-color: rgba(255, 255, 255, .6);
    }

    .Ctatlx-cont {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .RuJinlb-list .list .cont .btn a:nth-child(1) {
        margin-right: 10px;
    }

    .Ctatlx-cont .btn {
        width: 90px;
        height: 35px;
    }

    .RuJinjz-list {
        margin-right: 0px;
    }

    .RuJinjz-list .list {
        margin-right: 0px;
        width: 100%;
        margin-top: 0px !important;
        margin-bottom: 10px;
        border-radius: 15px;
    }

    .RuJinjz-list .list:last-child {
        margin-bottom: 0px;
    }

    .RuJints-list .list {
        border-radius: 15px;
        padding: 0px;
        margin-bottom: 15px;
    }

    .RuJints-list .list .img {
        width: 100%;
    }

    .RuJints-list .list .cont {
        width: 100%;
        padding: 20px;
    }

    .RuJints-list .list .cont ul {
        margin-right: -20px;
        justify-content: center;
    }

    .RuJints-list .list .cont li {
        margin-right: 20px;
    }

    .RuJints-list .list .cont .li .icon {
        width: 50px;
    }

    .RuJints-list .list .cont .li .hit {
        width: calc(100% - 50px);
    }

    .RuJincj-list {
        margin-right: 0px;
    }

    .RuJincj-list .list {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
        border-radius: 5px;
        height: 150px;
        margin-top: 0px !important;
    }

    .RuJincj-list .list:last-child {
        margin-bottom: 0px;
    }

    .RuJinzx-cont .cont-l {
        width: 100%;
    }

    .RuJinzx-cont .cont-r {
        width: 100%;
        margin-top: 15px;
    }

    .Anlilb-search .customSelect:nth-child(1) {
        margin-right: 15px;
    }

    .Anlilb-search .customSelect-name {
        height: 25px;
        font-size: 12px;
    }

    .Anlilb-search .customSelect-drop>div {
        padding: 0px 5px;
        height: 25px;
        font-size: 12px;
    }

    .Anlilb-search .customSelect-drop {
        top: 25px;
    }

    .Anlilb-list {
        margin-right: 0px;
        margin-bottom: -15px;
        margin-top: 15px;
    }

    .Anlilb-list .list {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
        border-radius: 5px;
    }

    .Anlilb-search {
        margin-top: 20px;
    }

    .Anlilb-list .list .img img {
        height: 100px;
    }

    .Anlilb-list .list .cont {
        padding: 15px;
    }

    .NewsBan>img {
        height: 200px;
    }

    .NewsBan-Search {
        width: 100%;
        height: 35px;
        padding: 0px 15px;
    }

    .NewsBan-Search .btn i {
        font-size: 16px;
    }

    .Newstj-list {
        margin-right: 0px;
        margin-bottom: -15px;
    }

    .Newstj-list .list {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
        height: 202px;
    }

    .Newstj-list .list .show {
        height: 80px;
        padding: 0px 15px;
        padding-bottom: 8px;
    }

    .Newslb-muen a {
        height: 45px;
        padding: 0px 25px;
        flex: 1;
    }

    .Newslb-cont {
        margin-top: 15px;
    }

    .Newslb-cont>.cont-l {
        width: 100%;
        padding-right: 0px;
    }

    .Newslb-cont>.cont-r {
        width: 100%;
    }

    .Newslb-list .list {
        padding: 0px;
    }

    .Newslb-list .list .img {
        width: 100%;
    }

    .Newslb-list .list .cont {
        width: 100%;
        padding: 15px 0px;
    }

    .JaoYusd-cont .cont-l {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 15px;
    }

    .JaoYusd-cont .cont-r {
        width: 100%;
    }

    .JaoYusd-content {
        border-radius: 5px;
    }

    .JaoYusd-content img {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .JaoYusd-content .show {
        height: 100%;
        position: relative;
        padding: 15px;
    }

    .JaoYusd-list .list {
        height: auto;
        margin-bottom: 15px;
    }

    .JaoYujz-list {
        margin-right: -5px;
        margin-bottom: -5px;
    }

    .JaoYujz-list .list {
        width: calc(100%/2 - 5px);
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 15px;
    }

    .JaoYucp-lun {
        padding: 15px;
        height: auto;
        flex-direction: column-reverse;
    }

    .JaoYucp-lun .img {
        width: 100%;
        height: 140px;
    }

    .JaoYucp-lun .img img {
        max-height: 100%;
    }

    .JaoYucp-lun .cont {
        width: 100%;
        margin-top: 15px;
    }

    .JaoYuxg-list {
        margin-right: 0px;
        margin-bottom: -15px;
    }

    .JaoYuxg-list .list {
        width: 100%;
        margin-right: 0px;
        height: 180px;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .JaoYuxg-list .list .show {
        padding: 0px 20px;
        padding-bottom: 10px;
    }

    .JaoYual-lun {
        border-radius: 5px;
    }

    .JaoYual-lun .img {
        width: 100%;
        height: 210px;
        clip-path: none
    }

    .JaoYual-lun .cont {
        width: 100%;
        padding: 15px;
    }

    .JaRuBan-Search {
        width: 100%;
        height: 45px;
        padding: 0px 15px;
        border-radius: 32.5px;
    }

    .JaRuBan-Search .btn2 {
        display: none;
    }

    .JaRuBan-Search input {
        width: calc(100% - 18px);
        padding-left: 10px;
    }

    .JaRuBan-Search input::-webkit-input-placeholder {
        font-size: 12px;
    }

    .JaRuBan-Search input:-moz-placeholder {
        font-size: 12px;
    }

    .JaRuBan-Search input::-moz-placeholder {
        font-size: 12px;
    }

    .JaRuBan-Search input:-ms-input-placeholder {
        font-size: 12px;
    }

    .JaRuzp-list {
        margin-right: -5px;
        margin-bottom: -5px;
    }

    .JaRuzp-list .list {
        width: calc(100%/2 - 5px);
        margin-right: 5px;
        margin-bottom: 5px;
        border-radius: 5px;
        padding: 15px;
    }

    .JaRuzp-list .list .hit .img {
        height: 20px;
        width: 20px;
        display: flex;
        justify-content: flex-end;
    }

    .JaRuzp-list .list .hit .img img {
        max-height: 100%;
    }

    .JaRuzp-list .list .hit .title {
        width: calc(100% - 20px);
        padding-right: 10px;
    }

    .JaRuzp-list .list .text {
        margin-top: 16px;
        font-size: 12px;
    }

    .JaRugz-lun {
        padding: 0px;
        flex-direction: column-reverse;
    }

    .JaRugz-lun .cont {
        width: 100%;
        padding: 15px;
    }

    .JaRugz-lun .img {
        width: 100%;
        border-radius: 5px;
    }

    .JaRugz-svp .swiper-btn {
        display: none;
    }

    .JaRuxq-cont .cont-l {
        width: 100%;
        padding-right: 0px;
    }

    .JaRuxq-cont .cont-r {
        width: 100%;
        margin-top: 15px;
    }

    .JaRuxq-muen {
        padding: 15px;
    }

    .JaRuZhixq-muen {
        padding: 15px;
    }

    .JaRuZhixq-pulldown {
        margin-right: -10px;
        margin-bottom: -10px;
    }

    .JaRuZhixq-pulldown .customSelect {
        width: calc(100%/2 - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .JaRuZhixq-list {
        padding: 0px 20px;
    }

    .Abouwh-lun>img {
        height: calc(100vh - 60px);
    }

    .ProXqNav-list {
        height: 35px;
    }

    .ProXqNav-list .list::before {
        margin-top: -2px;
    }

    .ProXqMain-cont {
        flex-direction: column-reverse;
    }

    .ProXqMain-cont .cont-l {
        width: 100%;
    }

    .ProXqMain-cont .cont-r {
        width: 100%;
        padding-left: 0px;
    }

    .ProXqMain-gallery-more {
        height: 180px;
        padding: 10px;
    }

    .ProXqMain-loop-zoom {
        height: 180px;
        padding: 30px;
    }

    .ProXqMain-cont .cont-l .thumbs {
        padding: 0px 30px;
    }

    .thumbs-prev,
    .thumbs-next {
        opacity: 1;
    }

    .ProXqMain-thumbs-year {
        height: 60px;
    }

    .ProXqMain-list {
        margin-right: -5px;
        margin-bottom: -5px;
    }

    .ProXqMain-list .list {
        width: calc(100%/2 - 5px);
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .ProXqMain-list .list .img {
        width: 35px;
    }

    .ProXqMain-list .list .cont {
        width: calc(100% - 35px);
    }

    .ProXqHandoff-list .list {
        height: 50px;
        margin: 0px 10px;
    }

    .ProXqHandoff-list .list::before {
        height: 2px;
    }

    .YinJinlb-cont .cont-l {
        width: 100%;
        padding-right: 0px;
    }

    .YinJinlb-cont .cont-r {
        width: 100%;
        margin-top: 15px;
    }

    .YinJinlb-list {
        margin-right: -5px;
        margin-bottom: -5px;
    }

    .YinJinlb-list .list {
        width: calc(100%/2 - 5px);
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 15px;
    }

    .YinJinlb-list .list .img {
        height: 110px;
    }

    .YinJinlb-Sticky {
        padding: 0px;
    }

    .slideBox {
        background-color: #fff;
        width: 222px;
        z-index: 999;
    }

    .YinJinlb-cont .cont-l {
        z-index: 9999;
    }

    .JaoYujs-cont {
        padding: 15px;
    }

    .JaRuxq-Fenxiang {
        display: none;
    }

    .ZhShys-pages {
        display: flex;
    }

    .CommonBanner .content .PageContain .name {
        font-size: 20px;
    }

    .ZhShBan-title {
        font-size: 28px;
    }

    .ZhShzc {
        padding-top: 26px;
    }

    .ZhShzc-list {
        padding: 15px;
        border-radius: 5px;
        margin-bottom: -15px;
        width: 100%;
    }

    .ZhShzc-list .list {
        width: calc(100%/2 - 15px);
        margin-bottom: 15px;
    }

    .ZhShzc-list .list .img {
        height: 65px;
    }

    .ZhShzc-list .list .title {
        font-size: 14px;
        margin-top: 10px;
    }

    .ZhShys-list {
        background-color: #fff;
        border-radius: 5px;
        padding: 5px;
    }

    .ZhShys-list a {
        padding: 0px 10px;
        height: 35px;
        border-radius: 5px;
        margin-right: 0px;
        width: calc(100%/2);
        justify-content: center;
    }

    .ZhShys-lun {
        border-radius: 5px;
        height: 300px;
    }

    .ZhShys-svp .swiper-btn {
        display: none;
    }

    .ZhShys-lun .show {
        padding: 20px;
    }

    .ZhShys-lun .show .text {
        width: 100%;
    }

    .ZhShsj-list .list {
        width: 100%;
        flex: inherit;
        height: auto;
        border-right: 0px solid rgba(255, 255, 255, .2);
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .ZhShsj-list .list:nth-child(1)::after {
        left: -10px;
        height: 1px;
        top: auto;
        bottom: -1px;
        width: 10px;
    }

    .ZhShsj-list .list:nth-child(2)::after {
        left: -10px;
        height: 1px;
        top: auto;
        bottom: -1px;
        width: 10px;
    }

    .ZhShsj-list .list:nth-child(3)::after {
        left: -10px;
        height: 1px;
        top: auto;
        bottom: -1px;
        width: 10px;
    }

    .ZhShsj-list .list:nth-child(4)::after {
        left: -10px;
        height: 1px;
        top: auto;
        bottom: -1px;
        width: 10px;
    }

    .ZhShsj-list .list:nth-child(6)::after {
        left: -10px;
        height: 1px;
        top: auto;
        bottom: -1px;
        width: 10px;
    }

    .ZhShsj-list .list:nth-child(5)::after {
        left: -10px;
        height: 1px;
        top: auto;
        bottom: -1px;
        width: 10px;
    }

    .ZhShsj-list .list:nth-child(7)::after {
        left: -10px;
        height: 1px;
        top: auto;
        bottom: -1px;
        width: 10px;
    }

    .ZhShsj-list .list:nth-child(7)::before {
        right: -10px;
        height: 1px;
        top: auto;
        bottom: -1px;
        width: 10px;
    }

    @keyframes scroll2 {
        0% {
            left: 0;
        }

        60% {
            left: 100%;
        }

        100% {
            left: 100%;
        }
    }

    .ZhShsj-bg {
        height: 540px;
    }

    .ZhShyt-list {
        padding: 0px;
    }

    .ZhShyt-muen {
        margin-right: 0px;
        margin-bottom: -15px;
    }

    .ZhShyt-muen .list {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
        border-radius: 5px;
    }

    .ZhShyt-muen .list>img {
        height: 220px;
    }

    .ZhShyt-muen .list .show {
        padding: 0px 15px 10px 15px;
    }

    .ZhShzx-cont {
        border-radius: 5px;
    }

    .ZhShzx-cont .cont-l {
        width: 100%;
        padding: 15px;
    }

    .ZhShzx-cont .cont-r {
        display: none;
    }

    .Newsxq-cont>.cont-l {
        width: 100%;
        padding-right: 0px;
    }

    .Newsxq-cont>.cont-r {
        width: 100%;
    }

    .ShouHocp-Title .text {
        padding: 0px;
    }

    .ShouHocp-Title .img {
        border-radius: 5px;
    }

    .ShouHocp-list .list li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .QuDonNav-list .list {
        flex: 1;
        margin: 0px;
        padding: 0px 10px;
        justify-content: center;
        height: 45px;
    }

    .QuDonlb-PullDown {
        margin-right: -10px;
        margin-bottom: -10px;
        justify-content: flex-start;
    }

    .QuDonlb-PullDown .customSelect {
        width: calc(100%/2 - 10px);
        margin: 0px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .QuDonlb-PullDown .customSelect-name {
        height: 45px;
        padding: 0 10px;
        font-size: 14px;
    }

    .QuDonlb-PullDown .customSelect-drop {
        top: 45px;
    }

    .QuDonlb-PullDown .customSelect-drop>div {
        height: 40px;
        font-size: 12px;
    }

    .LianXily {
        padding-top: 36px;
    }

    .LianXily-cont {
        margin-top: 0px;
        border-radius: 5px;
    }

    .LianXily-cont .cont-l {
        width: 100%;
        padding: 15px;
    }

    .LianXily-cont .cont-r {
        width: 100%;
    }

    .LianXily-from {
        border-radius: 5px;
        padding: 15px;
    }

    .LianXily-from .from {
        margin-right: 0px;
    }

    .LianXily-from .from .list {
        width: 100% !important;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .LianXifw-list {
        margin-right: 0px;
        margin-bottom: -15px;
    }

    .LianXifw-list .list {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
        padding: 25px;
    }

    .ZhShhy-cont .cont-l {
        width: 100%;
        padding-right: 0px;
    }

    .ZhShhy-muen {
        border-radius: 5px;
    }

    .ZhShhy-cont .cont-r {
        width: 100%;
        margin-top: 5px;
    }

    .ZhShhy-list {
        margin-right: -5px;
        margin-bottom: -5px;
    }

    .ZhShhy-list .list {
        width: calc(100%/2 - 5px);
        height: calc(100%/2 - 5px);
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .KeZhiys-list {
        margin-right: -5px;
        margin-bottom: -5px;
    }

    .KeZhiys-list .list {
        width: calc(100%/2 - 5px);
        margin-right: 5px;
        margin-bottom: 5px;
        border-radius: 5px;
        padding: 15px;
    }

    .KeZhifw-list {
        margin-right: 0px;
        margin-bottom: -15px;
    }

    .KeZhifw-list .list {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
        border-radius: 5px;
    }

    .KeZhifw-list .list .img {
        height: 120px;
    }

    .KeZhifw-list .list .cont {
        padding: 15px;
    }

    .KeZhizl-cont {
        padding: 10px;
        border-radius: 5px;
    }

    .HeZuohz-list {
        margin-right: -5px;
        margin-bottom: -5px;
    }

    .HeZuohz-list .list {
        width: calc(100%/2 - 5px);
        margin-right: 5px;
        margin-bottom: 5px;
        border-radius: 5px;
        padding: 15px;
    }

    .HeZuohz-list .list:hover {
        padding: 15px;
    }

    .HeZuohz-list .list .img {
        text-align: left;
        margin-top: 15px;
    }

    .HeZuohz-list .list .img img {
        max-width: 100%;
    }

    .HeZuohz-list .list:hover .img {
        margin-top: 15px;
    }

    .HeZuohz-list .list .hide {
        font-size: 12px;
        line-height: 20px;
        opacity: 1;
    }

    .HeZuohz-list .list .name {
        transition: all .4s ease;
    }

    .HeZuohz-list .list:hover .name {
        color: #0074ff;
    }

    .HeZuohz-PullDown {
        margin-right: -10px;
        margin-bottom: -10px;
    }

    .HeZuohz-PullDown .customSelect {
        margin: 0px;
        width: calc(100%/2 - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .HeZuohz-PullDown .customSelect-name {
        height: 40px;
        padding: 0 10px;
        font-size: 14px;
    }

    .HeZuohz-PullDown .customSelect-drop {
        top: 40px;
    }

    .HeZuohz-PullDown .customSelect-drop>div {
        padding: 0 15px;
        height: 35px;
        font-size: 12px;
    }

    .ProXqly-cont {
        overflow-x: auto;
    }

    .ProXqly-cont table {
        width: 1000px;
    }

    .ProXqcs-table {
        overflow-x: auto;
    }

    .ProXqcs-table table {
        width: 600px;
    }

    .ProXqcs-table td {
        padding: 10px;
    }

    .QuDonsp-list {
        margin-right: -10px;
        margin-bottom: -10px;
    }

    .QuDonsp-list .list {
        width: calc(100%/2 - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .QuDonsp-list .list .img {
        height: 130px;
        border-radius: 5px;
    }

    .QuDonsp-list .list .title {
        font-size: 14px;
    }

    .QuDonsp-list .list .btn {
        font-size: 12px;
    }

    .QuDonwd-list .list .cont-l {
        width: 100%;
        padding: 15px;
        text-align: center;
    }

    .QuDonwd-list .list .cont-r {
        width: 100%;
        padding: 15px;
    }

    .QuDonwd-list .list .cont-r .ul .li {
        font-size: 12px;
    }

    .ProXqxz-header {
        height: 40px;
        padding: 0px 10px;
    }

    .ProXqxz-header .li {
        font-size: 12px;
    }

    .ProXqxz-header .li:nth-child(1),
    .ProXqxz-list .list .li:nth-child(1) {
        width: 40%;
    }

    .ProXqxz-header .li:nth-child(2),
    .ProXqxz-list .list .li:nth-child(2) {
        width: 60px;
    }

    .ProXqxz-header .li:nth-child(3),
    .ProXqxz-list .list .li:nth-child(3) {
        width: 80px;
    }

    .ProXqxz-header .li:nth-child(4),
    .ProXqxz-list .list .li:nth-child(4) {
        width: 50px;
    }

    .ProXqxz-list .list .li {
        font-size: 12px;
    }

    .ProXqxz-list .list .li span {
        display: none;
    }

    .ProXqxz-list .list .li img {
        margin-right: 0px;
    }

    .ProXqxz-list .list {
        height: auto;
        padding: 10px;
    }

    .AbojjJs-info {
        max-width: none;
        width: 100%;
        display: flex;
    }

    .AbojjJs-info .text {
        margin-left: 20px !important;
        font-size: 60px;
    }

    .AbojjJs-info .text:first-child {
        margin: 0 !important;
    }

    .AbojjJs-cont {
        width: 100%;
        margin-top: 40px;
    }

    .AbojjJs-img {
        width: 92%;
        height: auto;
    }

    .AbojjJs-img img {
        position: static;
    }

    .AbojjQy-title {
        width: 100%;
    }

    .AbojjQy-info {
        width: 100%;
        margin-top: 20px;
    }

    .AbojjQy-list li {
        width: auto;
        flex: 1;
    }

    .AbojjQy-list {
        max-width: none;
        width: 100%;
    }

    .AbojjYs,
    .AbojjQy {
        min-height: auto;
    }

    .AbojjXz .contain {
        width: 92%;
    }

    .AbojjRy-loop-list li {
        width: calc(100%/2 - 24px);
    }

    .AbojjFz-mix .thumbs {
        width: 530px;
    }

    .AbojjBj-map .dot .text {
        display: none;
    }

    .AbojjBj-map-logo {
        top: 40%;
        left: 26%;
    }

    .QuDonzd-list {
        margin-right: -10px;
        margin-bottom: -10px;
    }

    .QuDonzd-list .list {
        width: calc(100%/2 - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 30px 20px;
    }

    .GuiGe .GuiGe-ContTitle {
        max-width: 100%;
    }

    
}

/* ------------------------手机端-------------------------- */
@media all and (max-width:680px) {

    /* 移动终端 360 适配 */
    .CommonBtn i {
        display: none;
    }

    .CommonBanner .content .title {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }

    .CommonBanner .content .text {
        font-size: 14px;
        text-align: center;
    }

    .CommonBanner .content .text br {
        display: none;
    }

    .CommonBanner .content .CommonBtn {
        font-size: 12px;
        width: 80px;
        height: 30px;
        margin-top: 10px;
    }

    .Ctatlx-cont .btn {
        width: 80px;
        height: 30px;
        font-size: 12px;
        margin-top: 10px;
    }

    .RuJinlb-list .list .img {
        height: 200px;
    }

    .RuJinlb-list .list .cont .title {
        font-size: 18px;
    }

    .RuJinlb-list .list .cont .text {
        font-size: 12px;
        line-height: 20px;
    }

    .RuJinlb-list .list .cont .btn {
        margin-top: 10px;
    }

    .RuJinlb-list .list .cont .btn a {
        font-size: 12px;
        width: 80px;
        height: 30px;
    }

    .CommonTitle .title {
        font-size: 18px;
    }

    .CommonTitle .text {
        font-size: 14px;
        margin-top: 8px;
    }

    .CommonTitle .text br {
        display: none;
    }

    .RuJinjz-list {
        margin-right: -10px;
        margin-bottom: -10px;
    }

    .RuJinjz-list .list {
        width: calc(100%/2 - 10px);
        margin-right: 10px;
        margin-bottom: 10px !important;
        padding: 10px;
        border-radius: 5px;
        height: 250px;
    }

    .RuJinjz-list .list .title {
        font-size: 16px;
    }

    .RuJinjz-list .list .line {
        width: 65px;
        margin-top: 10px;
    }

    .RuJinjz-list .list .text {
        font-size: 12px;
        line-height: 20px;
    }

    .RuJints-list .list {
        border-radius: 5px;
    }

    .RuJints-list .list .cont .title {
        font-size: 16px;
    }

    .RuJints-list .list .cont .text {
        font-size: 12px;
        line-height: 20px;
    }

    .RuJints-list .list .img {
        height: 200px;
    }

    .RuJints-list .list .img img {
        max-height: 100%;
    }

    .RuJints-list .list .cont li .icon {
        height: 20px;
    }

    .RuJints-list .list .cont li .hit {
        font-size: 12px;
    }

    .RuJints-list .list .cont .ul {
        margin-right: -10px;
        margin-bottom: -15px;
    }

    .RuJints-list .list .cont .li {
        margin-bottom: 15px;
    }

    .RuJints-list .list .cont .li .icon {
        display: flex;
        align-items: center;
        width: 30px;
    }

    .RuJints-list .list .cont .li .icon img {
        height: 20px;
    }

    .RuJints-list .list .cont .li .hit {
        font-size: 12px;
        width: calc(100% - 30px);
    }

    .RuJinjz-list .list:hover {
        transform: translateY(0px);
    }

    .RuJincj-list .list:hover {
        transform: translateY(0px);
    }

    .RuJincj-list {
        margin-right: -5px;
        margin-bottom: -5px;
    }

    .RuJincj-list .list {
        width: calc(100%/3 - 5px);
        margin-right: 5px;
        margin-bottom: 5px;
        height: 197px;
    }

    .RuJincj-list .list .show {
        padding-right: 5px;
        padding-bottom: 5px;
    }

    .RuJincj-list .list .show .title {
        font-size: 12px;
    }

    .RuJinzx-cont .cont-l {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .RuJinzx-cont .cont-l .title {
        font-size: 18px;
        line-height: 26px;
    }

    .RuJinzx-cont .cont-l .title br {
        display: none;
    }

    .RuJinzx-cont .cont-l .text {
        font-size: 14px;
        margin-top: 10px;
    }

    .RuJinzx-cont .cont-l .CommonBtn {
        font-size: 12px;
        width: 80px;
        height: 30px;
        margin-top: 10px;
    }

    .Anlilb-list .list .cont .title {
        font-size: 14px;
    }

    .Anlilb-list .list .cont .text {
        font-size: 12px;
    }

    .Anlilb-list .list .cont .btn {
        font-size: 12px;
    }

    .Ctatlx-cont .title {
        font-size: 18px;
        text-align: center;
        line-height: 24px;
    }

    .NewsBan .content .contain .title {
        font-size: 20px;
    }

    .NewsBan .content .PageContain .title {
        font-size: 20px;
    }

    .NewsBan-Search input::-webkit-input-placeholder {
        color: #b3b3b3;
        font-size: 12px;
    }

    .NewsBan-Search input:-moz-placeholder {
        color: #b3b3b3;
        font-size: 12px;
    }

    .NewsBan-Search input::-moz-placeholder {
        color: #b3b3b3;
        font-size: 12px;
    }

    .NewsBan-Search input:-ms-input-placeholder {
        color: #b3b3b3;
        font-size: 12px;
    }

    .Newslb-muen a {
        font-size: 12px;
        height: 35px;
    }

    .Newslb-list .list .cont .title {
        font-size: 16px;
    }

    .Newslb-list .list .cont .text {
        font-size: 14px;
        margin-top: 4px;
    }

    .Newslb-list .list .cont .data {
        font-size: 12px;
        margin-top: 10px;
    }

    .Newslb-list .list .img {
        height: 202px;
    }

    .Newslb-content {
        padding: 15px;
    }

    .Newslb-content-list .list .cont .data {
        font-size: 12px;
    }

    .Newslb-content-list .list {
        margin-bottom: 10px;
    }

    .paging-menu a {
        width: 30px;
        height: 30px;
        margin: 2px;
        font-size: 12px;
    }

    .paging-skip {
        display: none;
    }

    .JaoYusd-content .show .title {
        font-size: 16px;
    }

    .JaoYusd-content .show .text {
        font-size: 12px;
        line-height: 20px;
    }

    .JaoYujz-list .list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .JaoYujz-list .list .img {
        height: 30px;
    }

    .JaoYujz-list .list .text {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
    }

    .JaoYucp-lun .img {
        width: 100%;
        height: 100px;
    }

    .JaoYucp-lun .cont .name {
        font-size: 18px;
    }

    .JaoYucp-lun .cont .title {
        font-size: 14px;
    }

    .JaoYucp-lun .cont .text {
        font-size: 12px;
        line-height: 20px;
    }

    .JaoYucp-lun .cont .btn {
        font-size: 12px;
        width: 80px;
        height: 30px;
        margin-top: 10px;
    }

    .JaoYuxg-list .list .show .btn {
        font-size: 12px;
        width: 80px;
        height: 30px;
        margin-top: 10px;
    }

    .JaoYuxg-list .list .show .title {
        font-size: 16px;
    }

    .JaoYual-lun .cont .title {
        font-size: 16px;
    }

    .JaoYual-lun .cont .text {
        font-size: 12px;
        line-height: 20px;
        height: 80px;
    }

    .JaoYual-lun .cont .btn {
        font-size: 12px;
        width: 80px;
        height: 30px;
        margin-top: 10px;
    }

    .JaoYual-btn .btn {
        font-size: 12px;
    }

    .JaoYual-btn .btn i {
        margin-top: -2px;
        margin-left: 5px;
    }

    .JaRuzp-list .list .hit .title {
        font-size: 16px;
    }

    .JaRugz-lun .cont {
        padding: 15px 0px;
    }

    .JaRugz-lun .cont .title {
        font-size: 18px;
    }

    .JaRugz-lun .cont .text {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
    }

    .JaRuxq-title {
        margin-top: 10px;
    }

    .JaRuxq-ul {
        margin-top: 10px;
    }

    .JaRuxq-data .data {
        font-size: 12px;
    }

    .JaRuxq-ul .li {
        font-size: 12px;
    }

    .JaRuxq-ul .li::before {
        width: 1px;
        height: 15px;
    }

    .JaRuxq-hit {
        margin-top: 15px;
    }

    .JaRuxq-hit .btn {
        width: 80px;
        height: 30px;
        font-size: 12px;
    }

    .JaRuxq-name span {
        width: 85px;
    }

    .JaRuxq-name .line {
        width: calc(100% - 85px);
    }

    .JaRuxq-content p {
        font-size: 12px;
        line-height: 20px;
    }

    .JaRuxq-content br {
        content: "";
        display: block;
        height: 10px;
    }

    .JaRuxq-btn .btn {
        width: 80px;
        height: 30px;
        font-size: 12px;
    }

    .JaRuxq-sticky {
        padding: 15px;
    }

    .JaRuxq-list .list {
        height: 55px;
    }

    .JaRuxq-list .list .title {
        font-size: 12px;
    }

    .JaRuxq-list .list span {
        font-size: 12px;
    }

    .JaRuZhixq-pulldown .customSelect-name {
        height: 40px;
        padding: 0 8px;
        font-size: 12px;
    }

    .JaRuZhixq-pulldown .customSelect-name::after {
        right: 8px;
        font-size: 12px;
    }

    .JaRuZhixq-pulldown .customSelect-drop {
        top: 40px;
    }

    .JaRuZhixq-pulldown .customSelect-drop>div {
        padding: 0 15px;
        height: 35px;
        font-size: 12px;
    }

    .JaRuZhixq-Search .btn {
        width: 90px;
        font-size: 12px;
    }

    .JaRuZhixq-Search {
        height: 40px;
    }

    .JaRuZhixq-Search input {
        width: calc(100% - 90px);
        padding: 0px 10px;
    }

    .JaRuZhixq-Search input::-webkit-input-placeholder {
        font-size: 12px;
    }

    .JaRuZhixq-Search input:-moz-placeholder {
        font-size: 12px;
    }

    .JaRuZhixq-Search input::-moz-placeholder {
        font-size: 12px;
    }

    .JaRuZhixq-Search input:-ms-input-placeholder {
        font-size: 12px;
    }

    .JaRuZhixq-list {
        padding: 0px;
    }

    .JaRuZhixq-list .list .JaRuxq-title {
        margin-top: 0px;
    }

    .JaRuZhixq-list .list {
        height: auto;
        padding: 15px;
    }

    .JaRuxq-hit .data {
        font-size: 12px;
    }

    .Abouwh-lun .content .title {
        font-size: 18px;
        line-height: 24px;
    }

    .Abouwh-lun>img {
        height: auto;
    }

    .ProXqMain-list .list .cont .text {
        font-size: 12px;
    }

    .ProXqMain-name {
        font-size: 20px;
    }

    .ProXqMain-text {
        font-size: 14px;
        margin-top: 8px;
    }

    .ProXqMain-list-name {
        font-size: 12px;
    }

    .ProXqMain-ul-name {
        font-size: 12px;
    }

    .ProXqMain-ul .li {
        font-size: 12px;
    }

    .ProXqMain-btn a {
        width: 80px;
        height: 30px;
        font-size: 12px;
    }

    .ProXqNav-list .list {
        font-size: 12px;
    }

    .ProXqNav-list .list::before {
        margin-top: -1px;
    }

    .ProXqHandoff-list .list {
        height: 35px;
        font-size: 12px;
        margin: 0px 10px;
    }

    .ProXqxl-Title .name {
        font-size: 16px;
    }

    .ProXqxl-Title .title {
        font-size: 28px;
        margin-top: 5px;
    }

    .ProXqly-title {
        font-size: 22px;
    }

    .ProXqsj-Title .title {
        font-size: 22px;
    }

    .ProXqsj-Title .text {
        font-size: 14px;
        line-height: 22px;
    }

    .ProXqsj-Title .text br {
        display: none;
    }

    .ProXqsj-list .list {
        margin: 0px 25px;
    }

    .ProXqrh-Title .title {
        font-size: 22px;
        line-height: 26px;
    }

    .ProXqrh-Title .text {
        font-size: 14px;
        line-height: 22px;
    }

    .ProXqrh-cont .cont-l {
        width: 50%;
        padding-right: 10px;
    }

    .ProXqrh-list .list {
        height: calc(100%/2 - 5px);
    }

    .ProXqrh-muen {
        border-radius: 5px;
        padding: 20px;
    }

    .ProXqcl-Title .title {
        font-size: 22px;
        line-height: 26px;
    }

    .ProXqcl-Title .text {
        font-size: 14px;
        line-height: 22px;
    }

    .ProXqcl-cont {
        margin-top: 110px;
    }

    .ProXqcl-cont .cont-l .name {
        font-size: 16px;
    }

    .ProXqcl-cont .cont-l {
        width: 100%;
    }

    .ProXqcl-cont .cont-r {
        width: 100%;
        margin-top: 10px;
    }

    .ProXqcl-list {
        justify-content: space-between;
        width: 100%;
    }

    .ProXqcl-list .list {
        margin-right: 0px;
    }

    .ProXqcl-list .list .number {
        font-size: 16px;
    }

    .ProXqcl-list .list .text {
        font-size: 12px;
        margin-top: 2px;
    }

    .ProXqxn {
        padding-top: 32px;
    }

    .ProXqxn-list {
        margin-top: 0px;
    }

    .ProXqxn-list .list {
        margin-bottom: 15px;
    }

    .ProXqrh-Title .text br {
        display: none;
    }

    .ProXqsc>img {
        min-height: 460px;
    }

    .ProXqjc>img {
        min-height: 460px;
    }

    .ProXqjc-list {
        margin-right: -10px;
        margin-bottom: -10px;
    }

    .ProXqjc-list .list {
        margin-right: 10px;
        margin-bottom: 10px;
        width: calc(100%/3 - 10px);
    }

    .ProXqjc-list .list .img {
        height: 35px;
    }

    .ProXqjc-list .list .title {
        font-size: 14px;
    }

    .ProXqjc-list .list .text {
        font-size: 12px;
        line-height: 20px;
    }

    .ProXqjc-list .list .text br {
        display: none;
    }

    .ProXqyy-list .PageContain {
        padding: 0px;
    }

    .ProXqyy-list .list {
        font-size: 12px;
        padding-top: 6px;
    }

    .ProXqxg-list {
        margin-right: 0px;
        margin-bottom: -15px;
    }

    .ProXqxg-list .list {
        width: calc(100%/2 - 5px);
        margin-right: 5px;
        margin-bottom: 15px;
    }

    .ProXqxg-list .list .img {
        height: 180px;
    }

    .ProXqxg-list .list .cont .title {
        font-size: 18px;
    }

    .ProXqxg-list .list .cont .text {
        font-size: 14px;
    }

    .ProXqxg-list .list .cont .btn {
        width: 80px;
        height: 30px;
        border-radius: 15px;
        border: 1px solid #b2b2b2;
        font-size: 12px;
        margin-top: 15px;
    }

    .ProXqxg-list .list .cont .btn:hover {
        border: 1px solid #0074ff;
    }

    .YinJinlb-list .list .hit li {
        font-size: 12px;
        padding: 0px 5px;
    }

    .YinJinlb-list {
        margin-right: 0px;
        margin-bottom: -15px;
    }

    .YinJinlb-list .list {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
        padding: 15px;
    }

    .YinJinlb-list .list .hit {
        margin-right: -5px;
        margin-bottom: -5px;
    }

    .YinJinlb-list .list .hit li {
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .JaoYujs-cont {
        padding: 10px;
        border-radius: 5px;
    }

    .ZhShys-lun .show .title {
        font-size: 18px;
    }

    .ZhShys-lun .show .text {
        font-size: 12px;
        line-height: 20px;
    }

    .ZhShsj-list .list .title {
        font-size: 14px;
    }

    .ZhShyt-list .list .hit {
        font-size: 14px;
    }

    .ZhShyt-list .list .text {
        font-size: 14px;
    }

    .ZhShzx-cont .cont-l .title {
        font-size: 20px;
    }

    .ZhShzx-cont .cont-l .text {
        font-size: 14px;
    }

    .ZhShzx-from .customSelect-name {
        height: 45px;
        border-radius: 5px;
        padding: 0 10px;
        font-size: 12px;
    }

    .ZhShzx-from .customSelect-name::after {
        font-size: 12px;
    }

    .ZhShzx-from .customSelect-drop {
        top: 40px;
    }

    .ZhShzx-from .customSelect-drop>div {
        padding: 0 10px;
        height: 30px;
        font-size: 12px;
    }

    .ZhShzx-from .list input {
        height: 45px;
        border-radius: 5px;
        padding: 0px 10px;
    }

    .ZhShzx-from .list input::-webkit-input-placeholder {
        color: #333333;
        font-size: 12px;
    }

    .ZhShzx-from .list input:-moz-placeholder {
        color: #333333;
        font-size: 12px;
    }

    .ZhShzx-from .list input::-moz-placeholder {
        color: #333333;
        font-size: 12px;
    }

    .ZhShzx-from .list input:-ms-input-placeholder {
        color: #333333;
        font-size: 12px;
    }

    .ZhShzx-from .list textarea {
        height: 100px;
        border-radius: 5px;
        padding: 10px;
        font-size: 12px;
    }

    .ZhShzx-from .list textarea::-webkit-input-placeholder {
        color: #333333;
        font-size: 12px;
    }

    .ZhShzx-from .list textarea:-moz-placeholder {
        color: #333333;
        font-size: 12px;
    }

    .ZhShzx-from .list textarea::-moz-placeholder {
        color: #333333;
        font-size: 12px;
    }

    .ZhShzx-from .list textarea:-ms-input-placeholder {
        color: #333333;
        font-size: 12px;
    }

    .ZhShzx-btn a {
        width: 80px;
        height: 35px;
        font-size: 12px;
        border-radius: 5px;
    }

    .ZhShzx-hit {
        font-size: 12px;
    }

    .ZhShzx-hit span {
        font-size: 14px;
    }

    .Newsxq-Title .title {
        font-size: 16px;
    }

    .Newsxq-Title .data {
        font-size: 12px;
    }

    .Newsxq-content {
        margin-top: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 12px;
        line-height: 20px;
    }

    .Newsxq-content br {
        content: "";
        display: block;
        height: 10px;
    }

    .Newsxq-btn {
        margin-top: 15px;
    }

    .Newsxq-btn-left {
        width: 100%;
    }

    .Newsxq-btn-right {
        width: 100%;
        margin-top: 15px;
        display: flex;
        justify-content: center;
    }

    .Newsxq-btn-left a {
        padding-right: 0px;
    }

    .Newsxq-btn-right a {
        width: 80px;
        height: 30px;
        font-size: 12px;
        border-radius: 15px;
    }

    .Newsxq-cont>.cont-l {
        margin-top: 15px;
    }

    .Newsxq-cont>.cont-r {
        margin-top: 15px;
    }

    .Newsxq-sticky {
        padding: 15px;
    }

    .Newsxq-sticky-list .list {
        padding: 0px 20px;
        padding-top: 10px;
    }

    .Newsxq-sticky-list .list::before {
        left: 0px;
        top: 15px;
    }

    .ShouHoBan .PageContain {
        padding-bottom: 0px;
    }

    .ShouHocp-Title .title {
        font-size: 20px;
        margin-top: 5px;
    }

    .ShouHocp-Title .page {
        display: none;
    }

    .ShouHocp-Title .text {
        margin-top: 10px;
    }

    .ShouHocp-Title .img {
        margin-top: 15px;
    }

    .ShouHocp-list-title::before {
        width: 4px;
        height: 22px;
    }

    .ShouHocp-list .list ul {
        margin-top: 10px;
    }

    .ShouHocp-list-li::before {
        width: 5px;
        height: 5px;
    }

    .ShouHocp-list-li {
        padding-left: 15px;
        font-size: 16px;
    }

    .ShouHocp-list .list li br {
        content: "";
        display: block;
        height: 10px;
    }

    .ShouHocp-list .list li p {
        font-size: 12px;
        line-height: 20px;
    }

    .ShouHocp-list .list span {
        font-size: 12px;
        line-height: 20px;
    }

    .ShouHocp-list-talbe table th {
        font-size: 12px;
    }

    .ShouHocp-list-talbe table td {
        font-size: 12px;
    }

    .ShouHocp-list-talbe {
        overflow-x: auto;
    }

    .ShouHocp-list-talbe table {
        width: 600px;
    }

    .QuDonlb-table {
        overflow-x: auto;
    }

    .QuDonlb-table table {
        width: 800px;
    }

    .QuDonlb-table table th {
        height: 40px;
        font-size: 14px;
    }

    .QuDonlb-table table td:nth-child(1) {
        font-size: 14px;
        width: 70px;
    }

    .QuDonlb-table table td p {
        font-size: 12px;
    }

    .QuDonlb-table table td a {
        font-size: 12px;
        padding-left: 20px;
    }

    .QuDonlb-table table td {
        padding: 15px;
    }

    .QuDonlb-table table td a::before {
        top: 0px;
    }

    .QuDonlb-PullDown .customSelect-name {
        height: 40px;
        padding: 0 10px;
        font-size: 12px;
    }

    .QuDonlb-PullDown .customSelect-name::after {
        font-size: 12px;
        right: 10px;
    }

    .QuDonlb-PullDown .customSelect-drop {
        top: 40px;
    }

    .QuDonlb-PullDown .customSelect-drop>div {
        height: 35px;
    }

    .LianXily-cont .cont-l .bottom {
        margin-top: 15px;
    }

    .LianXily-cont .cont-l .iphone {
        font-size: 16px;
    }

    .LianXily-cont .cont-l .text {
        font-size: 12px;
    }

    .LianXily-from {
        transform: translateX(0px);
    }

    .LianXily-from .from .list input {
        height: 45px;
        border-radius: 5px;
    }

    .LianXily-from .from .list input::-webkit-input-placeholder {
        color: #b3b3b3;
        font-size: 12px;
    }

    .LianXily-from .from .list input:-moz-placeholder {
        color: #b3b3b3;
        font-size: 12px;
    }

    .LianXily-from .from .list input::-moz-placeholder {
        color: #b3b3b3;
        font-size: 12px;
    }

    .LianXily-from .from .list input:-ms-input-placeholder {
        color: #b3b3b3;
        font-size: 12px;
    }

    .LianXily-from .from .list textarea::-webkit-input-placeholder {
        color: #b3b3b3;
        font-size: 12px;
    }

    .LianXily-from .from .list textarea:-moz-placeholder {
        color: #b3b3b3;
        font-size: 12px;
    }

    .LianXily-from .from .list textarea::-moz-placeholder {
        color: #b3b3b3;
        font-size: 12px;
    }

    .LianXily-from .from .list textarea:-ms-input-placeholder {
        color: #b3b3b3;
        font-size: 12px;
    }

    .LianXily-from .from .list textarea {
        border-radius: 5px;
        height: 100px;
    }

    .LianXily-from .from .list:last-child .img {
        width: 120px;
        padding-left: 10px;
    }

    .LianXily-from .from .list:last-child .img img {
        height: 45px;
        border-radius: 5px;
    }

    .LianXily-from .from .list:last-child input {
        width: calc(100% - 120px);
    }

    .LianXily-btn {
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }

    .LianXily-btn a {
        width: 80px;
        height: 30px;
        border-radius: 5px;
        font-size: 12px;
    }

    .LianXifw-list .list .title {
        font-size: 16px;
    }

    .LianXifw-list .list {
        border-radius: 5px;
        padding: 15px;
    }

    .LianXifw-list .list .text {
        font-size: 12px;
        line-height: 20px;
    }

    .LianXifw-list .list .btn {
        font-size: 12px;
    }

    .LianXifw-list .list .btn i {
        font-size: 12px;
        margin-top: -2px;
    }

    .ZhShhy-muen .show {
        padding: 10px;
    }

    .ZhShhy-muen .show .title {
        font-size: 16px;
    }

    .ZhShhy-muen .show .text {
        font-size: 12px;
        line-height: 18px;
    }

    .ZhShhy-muen>img {
        max-height: 200px;
        min-height: 200px;
    }

    .KeZhiys-list .list .img {
        height: 35px;
    }

    .KeZhiys-list .list .title {
        font-size: 14px;
        margin-top: 15px;
    }

    .KeZhiys-list .list .text {
        font-size: 12px;
        line-height: 20px;
    }

    .KeZhifw-list .list .cont .title {
        font-size: 16px;
    }

    .KeZhifw-list .list .cont .text {
        font-size: 12px;
        line-height: 22px;
    }

    .partnerLogo .circle {
        width: 72px;
        height: 72px;
    }

    .ProXqcs-table td {
        font-size: 12px;
    }

    .Anlixq-line {
        padding: 10px 15px;
    }

    .Anlixq-line::before {
        width: 5px;
    }

    .Anlixq-content h2 {
        font-size: 18px;
    }

    .Anlixq-content {
        font-size: 12px;
        line-height: 20px;
    }

    .GuiGe-contrast-list .list:nth-child(1) {
        width: 100px;
    }

    .GuiGe-contrast-list .list {
        width: 245px;
    }

    .GuiGe-header-img {
        height: 150px;
        margin-top: 15px;
    }

    .GuiGe-contrast-list .list .customSelect-name {
        height: 45px;
        padding: 0 10px;
        font-size: 12px;
    }

    .GuiGe-contrast-list .list .customSelect-name::after {
        right: 10px;
    }

    .GuiGe-contrast-list .list .customSelect-drop {
        top: 45px;
    }

    .GuiGe-contrast-list .list .customSelect-drop>div {
        padding: 0 15px;
        height: 40px;
        font-size: 12px;
    }

    .GuiGe-ul .li {
        padding: 10px 25px;
        height: 70px;
        font-size: 12px;
    }

    .GuiGe-ul table tr td {
        padding: 10px 25px;
        height: 70px;
        font-size: 12px;
    }

    .GuiGe-PullDown .customSelect-name {
        height: 40px;
        font-size: 14px;
    }

    .GuiGe-PullDown .customSelect-drop {
        top: 40px;
    }

    .GuiGe-PullDown .customSelect-drop>div {
        padding: 0 15px;
        font-size: 12px;
    }

    .GuiGe-title {
        font-size: 24px;
    }

    .GuiGe-text {
        font-size: 14px;
    }

    .GuiGe-Show_btn {
        font-size: 12px;
        width: 25px;
        right: 0px;
        top: 225px;
        position: fixed;
    }

    .GuiGe-Show_btn span {
        width: 13px;
        display: block;
        line-height: 14px;
    }

    .AbojjBan-cont .title,
    .AbojjJs-cont .title,
    .AbojjQy-title,
    .AbojjXz-info .title,
    .AbojjYs-cont .title,
    .AbojjBj-title .title {
        font-size: 18px;
    }

    .AbojjBan-img img {
        height: auto;
        min-height: 200px;
    }

    .AbojjJs-info .text {
        margin-left: 12px !important;
        font-size: 28px;
    }

    .AbojjJs-cont .text {
        margin-top: 8px;
    }

    .AbojjJs-cont {
        margin-top: 12px;
    }

    .AbojjJs {
        padding: 38px 0;
    }

    .AbojjJs-img {
        margin-top: 28px;
    }

    .AbojjQy-info {
        margin-top: 8px;
    }

    .AbojjQy-list {
        margin-top: 20px;
    }

    .AbojjQy-list ul {
        margin-top: -20px;
    }

    .AbojjQy-list li {
        margin-top: 20px;
        justify-content: center;
    }

    .AbojjQy-list li .ico {
        height: 40px;
    }

    .AbojjQy-list li .text {
        font-size: 14px;
    }

    .AbojjXz-info .text {
        margin-top: 8px;
    }

    .AbojjXz-number li {
        width: 50% !important;
        flex: none;
    }

    .AbojjXz-number li .text {
        font-size: 14px;
    }

    .AbojjXz-number ul {
        margin-top: -14px;
    }

    .AbojjXz-number li {
        margin-top: 14px;
    }

    .AbojjXz-circle {
        width: 100%;
        height: auto;
        box-shadow: none;
        background: transparent;
        margin-top: 28px;
        border-radius: 0;
    }

    .AbojjXz-circle-list {
        position: relative;
        width: 100%;
        left: 0;
        height: auto;
    }

    .AbojjXz-circle-big {
        position: relative;
        top: 0;
        margin: 16px auto 0;
        right: 0;
        left: 0;
        width: 300px;
        height: 300px;
    }

    .AbojjXz-circle-list ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    .AbojjXz-circle-list li {
        margin: 0 !important;
        width: 100px;
        height: 100px;
    }

    .AbojjXz-circle-list li::after {
        display: none;
    }

    .AbojjXz-circle-list li .ico {
        height: 26px;
    }

    .AbojjXz-circle-list li .text {
        font-size: 14px;
        margin-top: 4px;
    }

    .AbojjYs-number li {
        width: auto;
        flex: 1;
    }

    .AbojjYs-number li .ico {
        height: 40px;
    }

    .AbojjYs-number li .text {
        font-size: 12px;
    }

    .AbojjRy-loop-list li .year {
        font-size: 12px;
    }

    .AbojjRy-loop-list li .name {
        margin-top: 0px;
        font-size: 12px;
    }

    .AbojjRy-loop-list li .text {
        margin-top: 2px;
        font-size: 12px;
    }

    .AbojjRy-loop-list ul {
        margin: -12px 0 0 -12px;
    }

    .AbojjRy-loop-list li {
        width: calc(100%/2 - 12px);
        padding: 0 20px;
        margin: 12px 0 0 12px;
        min-height: 56px;
    }

    .AbojjRy-loop-list li::before,
    .AbojjRy-loop-list li::after {
        width: 26px;
    }

    .AbojjRy-loop {
        margin-top: 20px;
    }

    .AbojjRy-loop .swiper-pagination {
        margin-top: 20px;
    }

    .AbojjRy-loop .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

    .AbojjFz-mix .gallery-more .num {
        font-size: 50px;
    }

    .AbojjFz-mix .gallery {
        margin-top: 20px;
    }

    .AbojjFz-mix .thumbs {
        width: 324px;
        margin-top: 18px;
    }

    .AbojjFz-mix .gallery-more .text {
        line-height: 22px;
        height: 66px;
        font-size: 14px;
    }

    .AbojjFz-mix .thumbs-click {
        height: 70px;
    }

    .AbojjBj-title .text {
        font-size: 14px;
        line-height: 22px;
        margin-top: 8px;
    }

    .AbojjFz-mix .thumbs-prev,
    .AbojjFz-mix .thumbs-next {
        z-index: 6;
    }

    .AbojjFz-mix .thumbs-prev {
        left: -12px;
    }

    .AbojjFz-mix .thumbs-next {
        right: -12px;
    }

    .QuDonzd-list .list {
        padding: 20px;
    }

    .QuDonzd-list .list .img {
        height: 30px;
    }

    .QuDonzd-list .list .title {
        font-size: 14px;
    }

    .Abouwh-lun .content .title {
        opacity: 1 !important;
    }

    .LianXifw-list .list .text {
        min-height: auto;
    }

    .GuiGe-contrast {
        overflow-x: auto;
        overflow-y: hidden;
        position: relative;
        padding-bottom: 10px;
    }

    .ProSticky {
        position: relative;
    }

    .search-muen a {
        margin-right: 20px;
        padding-bottom: 5px;
    }
}




.casenr-cont {
    width: 100%;
    padding: 6vw 0;
}

.casenr-cont .cont-l {
    width: 54%;
    padding-right: 75px;
    border-right: 1px solid #d4dce4;
}

.casenr-cont .cont-l .title {
    font-size: 24px;
}

.casenr-cont .cont-r {
    width: 46%;
    padding-left: 80px;
}

.casenr-cont .cont-r img {
    width: 160px;
    border: 1px solid #dcdcdc;
}

.casenr-cont .cont-r p {
    font-size: 20px;
}

.casenr-cont .cont-l .text a {
    color: #E60039;
    position: relative;
    padding-bottom: 5px;
    font-weight: 500;
}

.casenr-cont .cont-l .text a::before {
    position: absolute;
    bottom: 4px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #E60039;
    content: "";
}

.casenr-cont .cont-l form {
    margin-right: -40px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.casenr-input {
    width: calc(100%/2 - 40px);
    margin-right: 40px;
    margin-bottom: 20px;
}

.casenr-input .name span {
    color: #E60039;
    font-size: 22px;
}

input {
    width: 100%;
    height: 55px;
    border: 2px solid #d4dce4;
    background-color: #fff;
    padding: 0px 15px;
    margin-top: 4px;
    color: #000;
}

input::-webkit-input-placeholder {
    color: #9ba3aa;
    font-size: 16px;
    font-weight: 300;
}

input:-moz-placeholder {
    color: #9ba3aa;
    font-size: 16px;
    font-weight: 300;
}

input::-moz-placeholder {
    color: #9ba3aa;
    font-size: 16px;
    font-weight: 300;
}

input:-ms-input-placeholder {
    color: #9ba3aa;
    font-size: 16px;
    font-weight: 300;
}

.casenr-input.row {
    width: 100%;
}

.casenr-input.row textarea {
    width: 100%;
    height: 170px;
    padding: 15px;
    border: 2px solid #d4dce4;
    background-color: #fff;
    margin-top: 4px;
    color: #000;
}

.casenr-cont .cont-l .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    background-color: #E70012;
    border-radius: 25px;
    transition: all .4s ease;
    cursor: pointer;
}

.casenr-cont .cont-r .phone {
    color: #E60039;
}

.casenr-cont .cont-r .email {
    color: #E60039;
}

.casenr-cont .cont-r .content h3 {
    font-size: 22px;
    font-weight: 900;
    color: #000;
}

.casenr-cont .cont-l .btn:hover {
    transform: translateY(-5px);
}


.main_1 {
    background: #fbfbfb;
    padding: 70px 0;
    background-image: url(../images/zp_bg.jpg);
    background-position: center;
    background-size: cover;
}

/*人才招聘*/
.zxns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.zxns .index_title {
    text-align: center;
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.zxns .index_title2 {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.5;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_1 {
    background: #fbfbfb;
    padding: 70px 0;
    background-image: url(../images/zp_bg.jpg);
    background-position: center;
    background-size: cover;
}

.c_notice {
    width: 100%;
    margin: 40px 0;
}

.c_notice ul li {
    font-size: 18px;
    border-bottom: 1px #cbcbcb solid;
}

.c_notice ul li .title {
    height: 64px;
    padding: 0px 35px;
    color: #333;
    cursor: pointer;
    font-weight: 600;
}

.c_notice ul li .title:hover {
    background: #eee;
}

.c_notice ul li:last-child {
    margin-bottom: 0px;
}

.c_notice ul li .title .tpleft .iconfont {
    margin-right: 15px;
    color: #999;
    font-size: 20px;
    font-weight: normal;
}

.c_notice ul li .content {
    color: #666666;
    font-size: 14px;
    line-height: 1.8;
    display: none;
}

.c_notice ul li .content .box {
    padding: 46px 45px;
}

.c_notice ul li .content .lab {
    border-bottom: 1px #efefef solid;
    padding-bottom: 35px;
    flex-wrap: wrap;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.c_notice ul li .content .lab {
    font-size: 16px;
}

.c_notice ul li .content .lab span {
    width: 25%;
}

.c_notice ul li .content .c_name {
    font-weight: 600;
    margin-bottom: 7px;
}

.c_notice ul li.active {
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(0 104 183 / 12%);
}

.c_notice ul li.active .title {
    background: #202B66;
    color: #fff;
}

.c_notice ul li.active .title .tpleft .iconfont {
    color: #fff;
}

.c_notice ul li.active .title .jiahao {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    font-size: 18px;
}


/* 新闻 */
.news_menu {
    border-bottom: 1px solid #ededed;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.news_menu a {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 25px;
    position: relative;
    transition: all .4s ease;
    font-size: 18px;
    color: #333;
}

.news_menu a.on {
    color: #202B66;
}

.news_menu a::before {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 3px;
    background-color: #202B66;
    opacity: 0;
    transition: all .4s ease;
}

.news_menu a.on::before {
    opacity: 1;
}

.news_content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.news_content .left {
    width: 75%;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.news_content .left .contBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.news_content .left .contBox a {
    width: 100%;
    padding: 30px 0px;
    border-bottom: 1px solid #ededed;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_content .left .contBox a .img {
    width: 240px;
    border-radius: 5px;
    overflow: hidden;
    height: 145px;
}

.news_content .left .contBox a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s ease;
}
.news_content .left .contBox a:hover img{
    transform: scale(1.1);
}

.news_content .left .contBox a .cont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 280px);
}

.news_content .left .contBox a .cont .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    line-height: 1.4;
    width: 100%;
    color: #333;
    transition: all .4s ease;
}

.news_content .left .contBox a:hover .title {
    color: #202B66;
}

.news_content .left .contBox a .cont .text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin-top: 14px;
    font-size: 16px;
    color: #666;
}

.news_content .left .contBox a .cont .date {
    color: #aeaeae;
    margin-top: 22px;
    font-size: 14px;
}

.pagepn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapList {
    margin: 5vw 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.wrapList a {
    width: 32px;
    height: 32px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.6vw 0 0;
    transition: all ease-out 0.3s;
    font-size: 16px;
}

.wrapList a i {
    font-size: 18px;
}

.wrapList .on {
    background: #202B66;
    color: #ffffff;
}

.wrapList a:hover {
    background: #202B66;
    color: #ffffff;
}

.news_content .right {
    width: 25%;
    padding-top: 28px;
}

.news_content .right .hotNewsBox {
    box-shadow: 0px 0px 7px 0px rgba(31, 59, 115, 0.1);
    padding: 25px 20px;
    box-sizing: border-box;
}

.news_content .right .hotNewsBox .tit {
    font-size: 18px;
    line-height: 1.4;
    color: #333;
    text-align: center;
    width: 100%;
}

.news_content .right .hotNewsBox .line {
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    margin-top: 22px;
}

.news_content .right .hotNewsList {
    margin-top: 18px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.news_content .right .hotNewsList a {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.news_content .right .hotNewsList a .num {
    width: 19px;
    height: 19px;
    background-color: #ababab;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 3px;
}

.news_content .right .hotNewsList a:nth-child(1) .num {
    background: #0058c2;
}

.news_content .right .hotNewsList a:nth-child(2) .num {
    background: #0074ff;
}

.news_content .right .hotNewsList a:nth-child(3) .num {
    background: #4197ff;
}

.news_content .right .hotNewsList a .cont {
    width: calc(100% - 19px);
    padding-left: 9px;
    overflow: hidden;
}

.news_content .right .hotNewsList a .cont .title {
    transition: all .4s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 48px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.news_content .right .hotNewsList a:hover .cont .title {
    color: #202B66;
}

.news_content .right .hotNewsList a .cont .date {
    color: #aeaeae;
    font-size: 14px;
    margin-top: 2px;
}

.news_content .left .n_contBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.news_content .left .n_contBox .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.news_content .left .n_contBox .title p:nth-child(1) {
    font-size: 30px;
    line-height: 1.3;
    color: #333;
}

.news_content .left .n_contBox .title p:nth-child(2) {
    color: #aeaeae;
    margin-top: 10px;
    font-size: 14px;
}

.news_content .left .n_contBox .n_body {
    width: 100%;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin-top: 30px;
    padding-bottom: 42px;
    padding-top: 18px;
    font-size: 16px;
}

.news_content .left .n_contBox .n_btm {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.news_content .left .n_contBox .n_btm .nextBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 145px);
}

.news_content .left .n_contBox .n_btm .nextBox p {
    padding-right: 20px;
    margin-bottom: 12px;
    transition: all .4s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #333;
    font-size: 16px;
}

.news_content .left .n_contBox .n_btm .nextBox p a {
    color: #333;
}

.news_content .left .n_contBox .n_btm .nextBox p a:hover {
    color: #202B66;
}

.news_content .left .n_contBox .n_btm .back {
    width: 145px;
}

.news_content .left .n_contBox .n_btm .back a {
    width: 145px;
    height: 50px;
    background-color: #202B66;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    transition: all .4s ease;
    font-size: 16px;
}

.news_content .left .n_contBox .n_btm .back a:hover {
    background-color: #4658be;
}

.appList{
    flex-flow: wrap;  
    display: -webkit-flex;
}
.appList li{
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 48px;
    padding-top: 22px;
    margin-top: 60px;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
    -webkit-transition: box-shadow 0.3s ease;
    position: relative;
    width: 30.73%;
    margin-right: 3.905%;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.appList li:nth-child(3n){
    margin-right:0;
}
.appList li:hover{
    
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
}
.appList li .num{
    width: 70px;
    height: 70px;
    position: relative;
    top: -40px;
    text-align: center;
    background-color: #E70012;
    color:#fff;
    font-size:60px;
    padding-bottom: 15px;
    display:flex;justify-content:center;align-items:center;
}
.appListTitle{
    border-bottom: #f0f0f0 solid 1px;
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    font-size:28px;
    color:#333;
    font-weight: bold;
    margin-bottom: 20px;
}
.appListTitle::after{
    width: 0;
    height:4px;
    background: #E60039;
    content:"";
    position: absolute;
    bottom: -2px;
    left:0;
    transition: all 1s;
}
.appList li dl{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5208333333333333vw;
}
.appList li dl dd{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: calc((100% - 30px) / 4);
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border:#f0f0f0 solid 1px;
}
.appList li dl dd a{
    min-height: 2.083333333333333vw;
    padding: 0 1.041666666666667vw;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    white-space: nowrap;
    box-sizing: border-box;
}
.appList li dl dd:hover{
    background: #E70012;
    color:#fff;
}
.appList li:hover .appListTitle::after{
    width: 100%
}

.appAll{
    display: flex;flex-direction: column;align-items: center;justify-content:center;
}
.appAll .topTitle{
    font-size:33px;
    font-weight:bold;
    color:#333;
    line-height: 1.5;
}
.appAll .p2{
    font-size:20px;
    width: 80%;
    text-align: center;
    font-weight: 300;
    line-height: 1.5;
}
.appAll .indfa-list{width: 100%;}
.appAll .indfa-list ul{margin-left: -1px;flex-wrap: nowrap;display: flex;}
.appAll .indfa-list li{width: calc(25% - 1px);height: 650px;margin-left: 1px;position: relative;overflow: hidden;}
.appAll .indfa-list li img{height: 650px;position: absolute;max-width: none;object-fit: fill;top: 0;left: 50%;transform: translateX(-50%);}
.appAll .indfa-list li::after{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;background: rgba(12, 19, 23, .5);transition: all .4s ease;}
.appAll .indfa-list li.other{width: calc((100% - 684px)/3 - 1px);}
.appAll .indfa-list li.active{width: 683px;}
.appAll .indfa-cont{position: absolute;width: 100%;z-index: 4;bottom: 0;text-align: center;padding: 0 20px 42px;}
.appAll .indfa-cont .title{line-height: 1.1;}
.appAll .indfa-cont .link{width: 100%;justify-content: center;}
.appAll .indfa-list li:hover::after{opacity: 0;}
.appAll .indMore{width: 134px;height: 48px;border-radius: 24px;background: #fff;border: 2px solid #fff;transition: all .4s ease;position: relative;overflow: hidden;transform:translate3d(0,0,10px)}
.appAll .indMore i{position: relative;z-index: 4;transition: all .6s ease;color:#fff;font-size:22px;}
.appAll .indMore::before{content: "";position: absolute;width: 200px;height: 200px;right: -16px;top: -40px;background: #ba2217;border-radius: 50%;transform-origin: left bottom;transform: scale(0);transition: all 1.2s ease;}
.appAll .indMore:hover{box-shadow: 0 4px 20px 0 rgba(255, 255, 255, .4);}
.appAll .indMore:hover i{color:#E70012;}
.appAll .indMore:hover::before{transform: scale(1);transition: all .6s ease;}
.appAll .indMore.color{background: #ba2217;border-color: #ba2217;}
.appAll .indMore.color i{color:#fff;}
.appAll .indMore.color::before{background: #fff;}
.appAll .indMore.color:hover{box-shadow: 0 4px 20px 0 rgba(186, 34, 23, .4);}
.appAll .indMore.color:hover i{color:#E70012;}
.appAll .indMore.small{width: 108px;height: 42px;border-radius: 21px;}

.appNBox{
    display: flex;flex-direction: column;align-items: center;justify-content:center;
}
.appNBox .title{
    font-size:30px;
    font-weight: bold;
    color:#333;
    line-height: 1.5;
    position: relative;
    border-bottom: #f0f0f0 solid 1px;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}
.appNBox .title::after{
    content:"";
    width: 30px;
    height: 6px;
    background: #E60039;
    content: "";
    position: absolute;
    bottom: -3px;
    transition: all 1s;
    left:50%;transform: translate(-50%, 0);
}
.appNBox .appInfo{
    margin-top:40px;
    width: 100%;
    font-size:16px !important;
    font-family: "HR" !important;
}
.appNBox .appInfo img{
    max-width: 100%;
}

.ryzzBox {
    background: #fff;
}
.ryzz{
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 4;
    display:flex;justify-content:space-between;align-items:center;
}
.ryImg{
    width: 50%;
}
.ryWord{
    width: 35%;
}
.ryWord p:nth-child(1){
    margin-bottom: 30px;
}

/* 企业文化 */
.qywh{width: 100%;padding: 80px 0 128px;position: relative;overflow: hidden;}
.qywh-item{width: 1110px;height: 474px;position: relative;margin: 0 auto;position: relative;z-index: 3;}
.qywh-city{position: absolute;width: 100%;height: 410px;left: 0;bottom: 0;background: url('../images/qywhBg.png') repeat center center;animation: citymove 28s linear infinite;}
@keyframes citymove{0%{background-position:0px 0px;}100%{background-position:666px 0;}}
.qywh-wd{position: absolute;width: 264px;height: 230px;background-repeat: no-repeat;background-position: center;display: flex;align-items: center;}
.qywh-wdct{width: 100%;text-align: center;padding: 0 48px;}
.qywh-wd h6{font-size: 24px;font-weight: 700;margin-bottom: 12px;}
.qywh-wd p{font-size: 16px;color: #666;line-height: 24px;}
.qywh-wd-1{background-image: url('../images/qywhIc4_1.png');left: 0;top: 50%;margin-top: -115px;}
.qywh-wd-1 h6{color: #6ad6b4;}
.qywh-wd-2{background-image: url('../images/qywhIc4_2.png');left: 211px;top: 0;}
.qywh-wd-2 h6{color: #bea9bc;}
.qywh-wd-3{background-image: url('../images/qywhIc4_3.png');left: 211px;bottom: 0;}
.qywh-wd-3 h6{color: #d3bc76;}
.qywh-wd-4{background-image: url('../images/qywhIc4_4.png');top: 50%;margin-top: -115px;left: 50%;margin-left: -132px;}
.qywh-wd-4 h6{color: #feb63e;}
.qywh-wd-5{background-image: url('../images/qywhIc4_5.png');right: 211px;top: 0;}
.qywh-wd-5 h6{color: #edb39e;}
.qywh-wd-6{background-image: url('../images/qywhIc4_6.png');right: 211px;bottom: 0;}
.qywh-wd-6 h6{color: #a9b2be;}
.qywh-wd-7{background-image: url('../images/qywhIc4_7.png');right: 0;top: 50%;margin-top: -115px;}
.qywh-wd-7 h6{color: #6ac3d6;}
.qywh-icon{position: absolute;background-repeat: no-repeat;}
.qywh-icon-1{width: 143px;height: 124px;background-image: url('../images/qywhIc1.png');top: -16px;left: 92px;}
.qywh-icon-2{width: 95px;height: 83px;background-image: url('../images/qywhIc2.png');top: 25px;right: 125px;}
.qywh-icon-3{width: 126px;height: 109px;background-image: url('../images/qywhIc3.png');bottom: 0;left: 456px;}

/* 设计开发 */
.desgin_table{
    width: 100%;
    position: relative;
    border-collapse: collapse;
    border-top: 1px solid #cccccc;
    text-align: left;
}
.desgin_table th{
    background: #202B66;
    font-weight: bold;
    padding:20px 10px;
    color:#fff;
}
.desgin_table td{
    padding:10px 10px;
    border-bottom: 1px solid #c8c8c8;
}
.desgin_table td i{
    font-size:25px;
}
.desgin_table tr:nth-child(2n-1){
    background: #f3f3f3;
}

/* 质量和可靠性 */
.proBox {
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .proBox_l {
    width: 250px;
    overflow: hidden;
  }
  
  .proBox_r {
    width: Calc(100% - 350px);
    overflow: hidden;
    margin-top: 20px;
  }
  
/* 产品 */

.tableBox {
    width: 100%;
    overflow-x: scroll;
    max-height: 70vh;
  }
  
  .tableBox::-webkit-scrollbar {
    /*滚动条整体样式*/
    width:15px;
    height: 15px;
    cursor: url("http://192.168.1.199:8011/Templates/cn/css/../images/shubiao.png"), auto;
  }
  
  .tableBox::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #8B8B8B;
    cursor: url("http://192.168.1.199:8011/Templates/cn/css/../images/shubiao.png"), auto;
  }
  
  .tableBox::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
  }
  
  .nr table {
    border-collapse: collapse;
    border: 1px solid #ddd;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px;
  }
  
  .nr table tr td:nth-child(1){
    position: sticky;
    left: 0;
    top: 0;
    z-index: 2;
  }
  
  .nr table tr th {
    background: #e5e5e5;
    /* background: #DBE2E6; */
    /* border: 1px solid #ddd;
    border-right:1px solid #cccccc; */
    width: 8vw;
    padding: 10px;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 2;
    font-weight: 500;
    text-align: left;
    color: #333;
  }
  .nr table tr th::after{
    position: absolute;
    height:70%;
    top:15%;
    right:0;
    background: #cccccc;
    width: 1px;
    content:"";
}
  
  .nr table tr th:nth-child(1){
    position: sticky;
    left: 0;
    top: 0;
    z-index: 3;
  }

  .tableBox .th td{
    background: #e5e5e5;
    /* background: #DBE2E6; */
    /* border: 1px solid #ddd;
    border-right:1px solid #cccccc; */
    width: 8vw;
    padding: 10px;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 2;
    font-weight: 500;
    text-align: left;
    color: #333;
    }
    .tableBox .th td::after{
        position: absolute;
        height:70%;
        top:15%;
        right:0;
        background: #cccccc;
        width: 1px;
        content:"";
    }

    .nr table .th td:nth-child(1) {
        position: sticky;
        left: 0;
        top: 0;
        z-index: 3;
    }
  .nr table tr td {
    height: 40px;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    background: #fff;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 1.2;
  }
  .nr table tr:hover {
    background: #F2F2F2;
  }
  
  .nr table tr td a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color:#202B66;
    font-weight: bold;
  }
  .nr table tr td a i{
    font-size:22px;
    font-weight: 500;
  }
  
  .nr table tr td a:hover {
    color: #E70012;
    text-decoration:underline;
  }
  
  .nr table tr:hover td {
    background: #F2F2F2;
  }
  
  .tableBox .th:hover td{
    background: #e5e5e5;
}
  /* .nr table tr th:nth-child(1){
    position: sticky;
    left: 0;
  }
  .nr table tr td:nth-child(1){
    position: sticky;
    left: 0;
    border:1px solid #ddd;
  } */
  .nr table .tableImg {
    width: 60px;
    height: 60px;
  }
  
.pro_head{
    width: 100%;
    display: flex;flex-direction: column;align-items: flex-start;justify-content:flex-start;
}
.pro_head_a{
    width: 100%;
    display: flex;flex-direction: column;align-items: flex-start;justify-content:flex-start;
    border-bottom: 1px solid #dfdfdf;
    padding:20px 0;
}
.pro_head_a .line1{
    display:flex;justify-content:flex-start;align-items:center;
    width: 100%;
}
.pro_head_a .line1 .pro_head_name{
    font-size:34px;
}
.pro_head_a .line1 .pro_state_select{
    display: none;
}
.pro_head_a .line1 .pro_head_state{
    margin:0 15px;
}
.pro_head_a .line1 .pro_head_state .state{
    display:flex;justify-content:flex-start;align-items:center;
    display: none;
}
/* .pro_head_a .line1 .pro_head_state .state1{
    display:flex;
} */
.pro_head_a .line1 .pro_head_state .state:hover span{
    text-decoration:underline;
}
.pro_head_a .line1 .pro_head_state .state img{
    width: 20px;
    margin-right: 5px;
}
.pro_head_a .line1 .pro_head_state .state span{
    padding:5px 0;
}

.pro_head_a .line2{
    font-size: 22px;
    line-height: 1.3;
    font-family: "HL";
}
.pro_head_b{
    display:flex;justify-content:flex-start;align-items:flex-start;
    padding:20px 0;
}
.pro_head_b .title{
    margin-right:20px;
    padding-top: 5px;
}
.pro_head_b ul{
    display: flex;flex-direction: column;align-items: flex-start;justify-content:flex-start;
}
.pro_head_b ul li a{
    display:flex;justify-content:flex-start;align-items:center;
    color:#E70012;
}
.pro_head_b ul li a:hover span{
    text-decoration:underline;
}
.pro_head_b ul li a i{
    margin-right: 5px;
    font-size: 20px;
}

.pro_nav{
    width: 100%;
    height: 64px;
    border-top:1px solid #e8e8e8;
    border-bottom:1px solid #e8e8e8;
    background: #f7f7f7;
    display:flex;justify-content:flex-start;align-items:center;
    position: relative;
    z-index: 9999;
}

.pro_nav ul{
    display:flex;justify-content:flex-start;align-items:center;
}
.pro_nav ul li{
    padding-right:12px;
    margin-right:12px;
    border-right:1px solid #cccccc;
}
.pro_nav ul li a:hover{
    text-decoration:underline;
    color:#E70012;
}


.pro_content{
    padding-top: 70px;
    width: 100%;
    display: flex;flex-direction: column;align-items: flex-start;justify-content:flex-start;
}
.pro_content .title{
    font-size:28px;
    font-family: "HL";
    width: 100%;
    margin-bottom: 20px;
}
.pro_mk_a{
    display:flex;justify-content:space-between;align-items:flex-start;
    width: 100%;
}
.pro_mk_a .left{
    /* width: 800px; */
    overflow: hidden;
    width: calc(100% - 550px);
}
/* .pro_mk_a .left .csTable th{
    width: auto !important;
} */

.pro_mk_a .right{
    /* width: calc(100% - 850px); */
    width: 500px;
}

.mt-tabpage {
	/* width: 800px; */
    width: 100%;
	/* margin: 30px auto; */
	/* box-shadow: 0 0 5px #999; */
	background-color: #FFFFFF;
}
.mt-tabpage-title {
	height: 44px;
	font-size: 0;
	background-color: #fff;
	width: 100%;
	margin: auto;
	background: #fff;
	border-bottom: 1px solid #f1f1f1;
}
.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	/* width: 105px; */
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #666;
	font-size: 14px;
    margin-right:20px;
}
.mt-tabpage-title .mt-tabpage-item:hover{
	color: #E70012;
}
.mt-tabpage-title .mt-tabpage-item-cur {
	color: #E70012;
	font-size: 14px;
	border-bottom: 1px solid #E70012;
}
.mt-tabpage-count {
	position: relative;
	/* width: 800px; */
    width: 100%;
	min-height: 200px;
	/* overflow: hidden; */
}
.mt-tabpage-cont__wrap {
	position: relative;
}
.mt-tabpage-count .mt-tabpage-item {
	/* width: 800px; */
    width: 100%;
	min-height: 200px;
    padding:20px 0;
}
/* .mt-tabpage-count .mt-tabpage-item p{
    margin-bottom: 20px;
} */

.pro_mk {
	width: 100%;
	overflow: hidden;
    position: relative;
}

.pro_0 {
	padding: 10px;
}

.proBox_r2 .swiper {
	width: 100%;
	height: 100%;
}

.proBox_r2 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.proBox_r2 .swiper-slide img {
	display: block;
    max-width: 100%;
    max-height: 100%;
	object-fit: cover;
}

.proBox_r2 .swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.proBox_r2 .swiper-slide {
	background-size: cover;
	background-position: center;
    position: relative;
}
.proBox_r2 .swiper-slide a{
    position:absolute;
    bottom: 0;
    right:0;
    font-size:30px;
    display:flex;justify-content:center;align-items:center;
    padding: 3px 7px;
    box-shadow: #dedede 0px 0px 10px;
    color: #bebebe;
    transition: all 0.3s;
}
.proBox_r2 .swiper-slide a:hover{
    color:#000;
}

.proBox_r2 .mySwiper2 {
	height: 30vw;
    max-height: 320px;
	width: 100%;
	box-shadow: #dedede 0px 0px 10px;
    display:flex;justify-content:center;align-items:center;
}

.proBox_r2 .mySwiper {
	height: 8vw;
	max-height: 90px;
	box-sizing: border-box;
	padding: 10px 0;
}

.proBox_r2 .mySwiper .swiper-slide {
	width: 20%;
	height: 100%;
	opacity: 0.4;
	border: 1px solid #ddd;
	cursor: pointer;
}

.proBox_r2 .swiper-slide img {
	display: block;
    max-width: 90%;
    max-height: 90%;
	object-fit: cover;
}

.proBox_r2 .swiper-button-next {
	background-image: none;
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	font-size: 16px;
	right: 25px;
    margin-top: -70px;
    display:flex;justify-content:center;align-items:center;
}

.proBox_r2 .swiper-button-next::after {
	content: none;
}

.proBox_r2 .swiper-button-prev {
	background-image: none;
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	font-size: 16px;
	left: 25px;
    margin-top: -70px;
    display:flex;justify-content:center;align-items:center;
}

.proBox_r2 .swiper-button-prev::after {
	content: none;
}

.proBox_r2 .swiper-button-next i {
	color: #ddd;
}

.proBox_r2 .swiper-button-prev i {
	color: #ddd;
}

.proBox_r2 .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border-bottom: 3px solid #E70012;
}
.pro_mk_b{
    width: 100%;
}
.pro_mk_b table{
    width: 100%;
}

.pro_mk_b tr td button{
    background: #E70012;
    padding:3px 6px;
    border-radius: 3px;
    color:#fff;
    cursor: pointer;
}
.quality_name{
    font-size: 34px;
    line-height: 1.4;
    color:#333;
    width: 100%;
}
.qulity_nr{
    width: 100%;
    font-size: 16px;
    margin-top:30px;
}

.fzTable tr td{
    border-right: 1px solid #ddd;
}








@media (max-width: 800px) {

    .ryzz{
        display: flex;
        flex-direction: column;
        align-items: center;
    justify-content: center;
    flex-flow: column-reverse;
    }
    .ryImg{
        width: 100%;
    }
    .ryWord {
        width: 90%;
        margin-bottom: 50px;
        color: #333;
    }
    .qywh {padding: 30px 0 34px;}
    .qywh-wd h6 {font-size: 20px;}
    .qywh-wdct {padding: 0 24px;}
    .qywh-wd {width: 152px;height: 132px;background-size: 100% auto; position: static;float: left;}
    .qywh-wd p {font-size: 12px;line-height: 18px;}
    .qywh-wd h6 {font-size: 16px;margin-bottom: 6px;}
   
    .qywh-item{
        width: 100%;
        height: auto;
        padding: 0 4%;
        overflow: hidden;
        display:flex;justify-content:center;align-items:center;
    }
    .qywh-wd {
        width: 152px;
        height: 132px;
        background-size: 100% auto;
        position: static;
        float: left;
        margin: 10px 6px !important;
    }
    .qywh-wd-box {
        width: 328px;
    }
    .qywh-icon {
        display: none;
    }
    .Footer-copyright .contain {
        justify-content: center;
    }
    .Footer-copyright .info.link{
        display:flex;justify-content:center;align-items:center;
    }
    .appAll .p2{
        font-size:14px;
    }
    .yylyAllBox{
        display: block;
    }
    .yylyAllBox ul{
        display: flex;flex-direction: column;align-items: center;justify-content:center;
    }
    .appAll .indfa-list li{
        width: 100%;
        height: 250px;
        margin-bottom: 20px;
    }
    .appAll .indfa-list li img{
        width: 100%;
        height:100%;
        object-fit: cover;
    }
    .appList{
        display: flex;flex-direction: column;align-items: center;justify-content:center;
    }
    .appList li{
        width: 100%;
        margin-right: 0;
    }
    .appList li dl dd{
        min-width: calc((100% - 30px) / 3);
    }
    .appList li dl dd a{
        min-height: 30px;
        padding: 0 12px;
    }
    .tableBox .th td{
        width: 120px;
    }
    .pro_mk_a{
        display: flex;flex-direction: column;align-items: center;justify-content:center;
    }
    .pro_mk_a .left{
        width: 100%;
    }
    .pro_mk_a .right{
        width: 100%;
    }
    .proBox_r2 .mySwiper2{
        height: 30vh;
    }
    .proBox_r2 .swiper-button-next,.proBox_r2 .swiper-button-prev{
        margin-top: -35px;
    }
    .proBox_r2 .mySwiper{
        height: 10vh;
    }
    .nr table tr th{
        width: 120px;
    }
    .search_box form div{
        display: flex;flex-direction: column;align-items: flex-start;justify-content:center;
        margin: 0;
        margin-right: 12px;
    }
    .search_box form .btn{
        margin-top:24px;
        margin-left: 0;
    }
    .search_key{
        margin-top:0;
    }
    .search_box form div span{
        width: auto;
        text-align: left;
    }
    .nr .tableBox3{
        width: 100%;
        overflow-x: scroll;
    }
    .nr .tableBox3 table tr td:nth-child(1){
        position: relative;
    }
    .nr .tableBox3 table tr th{
        position: relative;
    }
    .proBox{
        display: flex;flex-direction: column;align-items: center;justify-content:center; 
    }
    .proBox_l{
        width: 100%;
    }
    .proBox_r{
        width: 100%;
    }
    .qulity_nr{
        font-size:14px;
    }
    .quality_name{
        font-size:24px;
    }
    .news_content{
        display: flex;flex-direction: column;align-items: center;justify-content:center; 
    }
    .news_content .left{
        width: 100%;
        padding-right:0px;
    }
    .news_content .left .contBox a{
        display: flex;flex-direction: column;align-items: center;justify-content:center; 
    }
    .news_content .left .contBox a .img{
        width: 100%;
        height: 200px;
    }
    .news_content .left .contBox a .cont{
        width: 100%;
        margin-top:20px;
    }
    .news_content .right{
        display: none;
    }
    .news_content .left .n_contBox .n_btm{
        display: flex;flex-direction: column;align-items: center;justify-content:center; 
    }
    .news_content .left .n_contBox .n_btm .nextBox{
        width: 100%;
    }
    .casenr-cont .cont-l{
        width: 100%;
        padding-right: 0;
        border-right:none;
    }
    .casenr-cont .cont-r{
        width: 100%;
        padding-left: 0;
        margin-top:50px;
    }
    .casenr-cont .cont-l .title{
        font-size:18px;
    }
    .casenr-input input{
        height: 30px;
    }
    .casenr-input.row textarea{
        height: 120px;
    }
    .casenr-cont .cont-l form{
        justify-content:center;
    }
    .casenr-cont .cont-l .btn{
        margin-left: -40px;
    }
    .casenr-cont .cont-r .content h3{
        font-size:20px;
    }
    .casenr-cont .cont-r p {
        font-size: 16px;
    }
    .c_notice ul li .content .box{
        padding:40px 20px;
    }
    .c_notice ul li .content .lab{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px 20px;
        align-items: stretch;
    }
    .c_notice ul li .content .lab span{
        width: 100%;
        font-size: 14px;
    }
    .c_notice ul li .title{
        padding:0 20px;
    }
    .zxns .index_title2{
        font-size:14px;
    }
    .zxns .index_title {
        font-size: 24px;
    }
    .indfa-lun {
        position: relative;
        display: block;
        padding: 5vh 0;
    }
}


