@import url(common.css);
#header {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding-top: 50px;
    justify-content: space-between;
    background-color: #FFF;
}

#header .headerright {
    /* width: 20%; */
    width: 15%;
    display: flex;
    justify-content: flex;
}

#header .locale {
    display: flex;
    justify-content: space-between;
    margin-right: 10px;
}

#header .locale a {
    font-family: pingfangSc-Bold;
    color: #666;
    font-size: 16px;
    display: block;
    height: 44px;
    line-height: 44px;
    width: 150px;
    text-align: center;
    background: #f7f7fa;
    margin: 0 5px;
}

#header .logo {
    width: 240px;
    height: 62px;
    margin-left: 90px;
}

#header .tags {
    /* width: 360px; */
    width: 180px;
    margin-right: 70px;
    display: flex;
    justify-content: space-between;
}

#header .tags .locale {
    width: 70%;
}


/* #header .tags .locale a{
    width: 150px;
} */

#header .tags .mail-logo {
    width: 20%;
}

#header .tags .mail-logo a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 62px;
}

#menu {
    width: 100%;
    height: 60px;
    padding-top: 50px;
    margin: 0 auto;
    background-color: #FFF;
    /* position: fixed;
    top: 112px; */
    /* position: fixed; */
}

#menu ul {
    width: 1600px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: flex;
    list-style: none;
    font-size: 24px;
    font-weight: normal;
}

#menu li {
    padding: 0 72px;
    border-right: 1px solid #ccc;
}

#menu li:nth-child(6) {
    border-right: none;
}

#menu li a {
    padding: 10px 0;
    color: #000000;
}

#menu li span {
    height: 1px;
    display: block;
    margin: 10px auto 0;
    background: #005daa;
}

#menu li .active:hover span {
    animation: gowide 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

#menu li .active:not(:hover) span {
    width: 0;
}

#subnavi {
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
    border-top: 1px solid #d2d2d2
}

#subnavi ul {
    width: 1600px;
    display: flex;
    margin: 0 auto;
    justify-content: flex;
    list-style: none;
    font-size: 16px;
    font-weight: normal;
}

#subnavi li {
    padding: 0 10px;
}

#subnavi li a {
    padding: 10px 0;
    color: #000000;
}

#subnavi li span {
    height: 1px;
    display: block;
    margin: 10px auto 0;
    background: #666;
}

#subnavi li .current:hover span {
    animation: gowide 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

#subnavi li .current:not(:hover) span {
    width: 0;
}

.total-box {
    width: 1903px;
    height: auto;
    position: relative;
}

.videoblock {
    width: 100%;
    margin: 0 auto;
    height: 745px;
    position: relative;
}

#v1 {
    /* position: absolute; */
    position: fixed;
    z-index: -1;
    top: 225px;
    /* top: 0; */
}

.videoblock .video-front-ctrl {
    width: 1600px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 150px;
}

.videoblock .video-front-ctrl .search-block {
    padding-top: 50px;
    padding-right: 56px;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.videoblock .search-input {
    background: #dfdfe3;
    height: 70px;
    width: 0px;
    display: flex;
    justify-content: flex-end;
}

.videoblock .search-input input {
    width: 100%;
    border: none;
    outline: none;
    text-indent: 1em;
    font-size: 24px;
    height: 60px;
    margin: 5px;
}

.videoblock .video-front-ctrl .search-block .search_bt {
    width: 60px;
    height: 60px;
    background: #005daa;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    position: absolute;
    right: 60px;
    bottom: 5px;
}

.videoblock .video-front-ctrl .search-block .search_bt i {
    font-size: 40px;
    cursor: pointer;
}

.video-ctrl {
    display: flex;
    justify-content: flex-end;
    color: #fff;
    position: absolute;
    bottom: 50px;
    right: 30px;
}

.video-ctrl i {
    font-size: 50px;
    cursor: pointer;
}

.videoblock .video-front-block {
    width: 1600px;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 150px;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9999;
}

.production {
    width: 1600px;
    margin: 0 auto;
    height: 50px;
    position: relative;
}

.production .closet {
    position: absolute;
    width: 1356px;
    height: 190;
    background: #000000;
    top: -120px;
    left: 122px;
}

.introduction {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    padding-top: 130px;
    padding-bottom: 100px;
}

.introduction .text-block {
    width: 1600px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    color: #003f8c;
}

.introduction .text-block p {
    font-family: "pingfangSc-Bold";
    line-height: 54px;
    font-size: 32px;
    font-weight: 500;
}

.news-box {
    width: 100%;
    background-color: #fff;
}

.news-box .news-block {
    padding: 84px 0 90px;
    width: 1550px;
    margin: 0 auto;
    display: flex;
}

.news-box .news-tag {
    width: 84px;
    height: 84px;
    background: #005daa;
    font-size: 24px;
    text-align: center;
    line-height: 84px;
    color: #ffffff;
    margin-right: 25px;
    flex-grow: 0;
}

.news-box .news-block .title,
.simbol,
.newstitle {
    margin: 26px 15px 0;
    font-size: 26px;
    font-family: pingfangSc-Medium;
    color: #000000;
    flex-grow: 0;
}

.newstitle {
    flex-grow: 1;
}

.news-block .newstitle a {
    color: #000000;
    display: block;
    border-bottom: 1px solid #000000;
}

.news-block .newstitle i {
    font-size: 28px;
    color: #ff0000;
    margin-left: 15px;
}

.stand-banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.stand-banner .content {
    width: 100%;
    height: 355px;
    line-height: 355px;
    font-size: 70px;
    margin: 0 auto;
    text-align: center;
    font-family: pingfangSc-Bold;
    color: #ffffff;
    /* background-color: #fff; */
}

.pic-box {
    width: 100%;
    height: auto;
    background-color: #FFF;
}

#leather-pic {
    width: 1553px;
    margin: 0 auto;
    font-family: pingfangSc-Bold;
    color: #000;
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
}

#leather-pic .level-box {
    width: 20%;
}

#leather-pic .level-box a:hover {
    color: #005daa;
}

.level-box .f-title {
    font-size: 32px;
    font-family: pingfangSc-Bold;
    border-left: 4px solid #005daa;
    padding: 0 20px;
}

.level-box a {
    color: #303030;
}

.level-box .f-mid {
    height: 120px;
    margin-top: 10px;
    margin-left: 2px;
    font-size: 20px;
    line-height: 40px;
    font-family: pingfangSc-Bold;
    padding: 15px 21px 80px;
    border-left: 1px solid #1e70b4;
}

.level-box .f-bottom {
    height: 145px;
    margin-left: 2px;
    font-size: 20px;
    line-height: 40px;
    color: #004a8f;
    padding: 15px 21px 30px;
    border-left: 1px solid #1e70b4;
    position: relative;
}

.f-bottom a {
    color: #303030;
}

.f-bottom a:hover {
    color: cornflowerblue;
}

.f-bottom .cir-box-f {
    position: absolute;
    left: -8px;
    top: 28px;
    width: 15px;
    height: 15px;
    background-color: #fff;
}

.f-bottom .cir-box-s {
    position: absolute;
    left: -8px;
    top: 68px;
    width: 15px;
    height: 15px;
    background-color: #fff;
}

.f-bottom .cir-box-t {
    position: absolute;
    left: -8px;
    top: 106px;
    width: 15px;
    height: 15px;
    background-color: #fff;
}

.f-bottom .cir-point {
    margin: 10% auto;
    width: 7px;
    height: 7px;
    border: 2px solid #1e70b4;
    border-radius: 50%;
    background-color: #fff;
}

#enterprise {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    height: 800px;
    display: flex;
}

#enterprise .main-block {
    width: 1080px;
    height: 4px;
    margin-top: 320px;
    margin-left: 340px;
    position: relative;
}

#enterprise .main-block .left {
    width: 665px;
    height: 4px;
    background: #9fc155;
    position: absolute;
    top: 0;
    left: 0;
}

#enterprise .main-block .right {
    width: 415px;
    height: 4px;
    background: #005daa;
    position: absolute;
    top: 0;
    right: 0;
}

#enterprise .main-block .coms {
    width: 130px;
    height: auto;
    border-right: 2px solid #ccc;
}

#enterprise .main-block .coms a:first-child {
    margin: 0 0 20px 0;
    display: block;
}

#enterprise .main-block .coms a {
    width: 130px;
    margin: 20px 0;
    display: block;
    max-height: 50px;
    text-align: right;
}

#enterprise .main-block .coms a:last-child {
    margin: 20px 0 0 0;
    display: block;
}

#enterprise .main-block .coms a img {
    max-height: 55px;
    max-width: 110px;
    margin-right: 20px;
}

#enterprise .main-block .title-green {
    width: auto;
    height: auto;
    font-size: 40px;
    font-family: pingfangSc-Bold;
    position: absolute;
    color: #9fc155;
    top: 30px;
    left: 180px;
}

#enterprise .main-block .title-blue {
    width: auto;
    height: auto;
    font-size: 40px;
    font-family: pingfangSc-Bold;
    position: absolute;
    color: #005daa;
    top: 30px;
    right: 40px;
}

#enterprise .main-block .detail {
    height: auto;
}

#enterprise .main-block .detail h1 {
    font-family: pingfangSc-Bold;
    line-height: 56px;
    font-size: 32px;
}

#enterprise .main-block .detail p {
    font-family: pingfangSc-Medium;
    font-size: 18px;
    line-height: 30px;
}

#enterprise .descib {
    width: 320px;
    height: auto;
    margin-top: 100px;
    padding: 0 30px;
}

#enterprise .descib h1 {
    font-size: 30px;
    font-family: pingfangSc-Bold;
    margin: 5px 0;
}

#enterprise .text {
    width: auto;
    height: auto;
    margin-top: 20px;
}

#enterprise .descib p {
    font-size: 20px;
    font-family: pingfangSc-Medium;
    line-height: 40px;
}

.bussiness-banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.bussiness-banner .content {
    width: 1600px;
    height: 355px;
    text-align: center;
    font-size: 70px;
    margin: 0 auto;
    line-height: 355px;
    color: #ffffff;
    font-family: pingfangSc-Bold;
}

.describ {
    width: 100%;
    background: #f7f6fb;
    text-align: center;
    padding: 70px 0;
}

.describ p {
    font-size: 26px;
    font-family: pingfangSc-Medium;
    line-height: 48px;
}

.card-box {
    width: 100%;
    height: auto;
    background-color: #FFF;
}

.card-list {
    width: 1560px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 110px 0 140px 0;
}

.card {
    width: 466px;
    height: 306px;
    margin: 20px;
    cursor: pointer;
}

.card .content {
    padding: 60px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.card .card-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.card:hover .card-img {
    animation: gotop 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.card:hover .content {
    display: none;
}

.card .card-content {
    position: relative;
}

.card .title p {
    font-size: 44px;
    line-height: 60px;
}

.card .title p:nth-child(1) {
    font-family: pingfangSc-Medium;
}

.card .title p:nth-child(2) {
    font-family: pingfangSc-Bold;
}

.card .content .icon {
    margin-top: 70px;
    margin-left: 30px;
}

.brand-list {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: url(image/wavebg.gif) repeat;
    padding: 100px 0;
}

.brand-list .more {
    display: block;
    width: 860px;
    height: 100px;
    margin: 90px auto 30px;
    background: #666666;
    line-height: 100px;
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    font-family: pingfangSc-Bold;
}

.brand-list .more i {
    font-size: 28px;
}

.testbody {
    height: 1000px;
    width: 100%;
    margin: 0 auto;
}

#footer {
    width: 100%;
    height: 120px;
    margin: 0 auto;
    background: #005daa;
    padding-top: 100px;
}

#footer .content {
    width: 1600px;
    margin: 0 auto;
    display: flex;
    color: #ffffff;
    font-size: 20px;
    /* text-align: center; */
}

#footer .content .bottom-box {
    margin: 0 auto;
}

#footer .content div {
    display: flex;
    margin: 0 10px;
}

#production_slide {
    position: absolute;
    left: 160px;
    top: -120px;
}

.production .detail {
    position: absolute;
    width: 1640;
    height: 690px;
    background: #ffffff;
    top: -610px;
    left: -20px;
    z-index: 1000;
    opacity: 0;
    display: none;
}

.production .detail .detail_block {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    display: flex;
}

.production .detail .detail_block .detail_img {
    width: 1440px;
    height: 490px;
    text-align: center;
    margin: 100px auto 0;
}

.production .detail .detail_block .detail_img img {
    max-height: 540px;
}

.production .detail .detail_block .detail_text {
    margin: 100px 0;
    width: 800px;
    text-align: left;
    overflow: hidden;
}

.production .detail .detail_block .detail_text h1 {
    font-size: 40px;
    font-family: pingfangSc-Bold;
    margin-bottom: 40px;
}

.production .detail .detail_block .detail_text p {
    font-size: 30px;
    font-family: pingfangSc-Medium;
    line-height: 48px;
    overflow: hidden;
}

.production .detail .detail_block i {
    position: absolute;
    font-size: 30px;
    color: #ccc;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

#production_slide .slide-item-body ul li {
    width: 50%;
    float: left;
    display: block;
    border: none;
    border-radius: 8px;
    height: inherit;
    z-index: 10002;
    height: 200px;
}

#production_slide .slide-item-body ul li a {
    display: block;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

#production_slide .new-img img {
    width: 100%;
    height: auto;
    border: none;
    display: block;
}

#production_slide .slide-item {
    width: 1260px;
    position: relative;
    margin: 0 auto;
}

#production_slide .slide-item-body {
    margin-left: -45px;
}

#production_slide .slide-item-body ul li {
    margin-left: 15px;
    margin-right: 15px;
}

#production_slide .slide-item-body ul {
    padding-top: 10px;
    overflow: visible;
}

#production_slide .next {
    position: absolute;
    top: 28%;
    z-index: 10;
    cursor: pointer;
    right: auto;
    left: -157px;
    height: 102px;
    width: 58px;
    background: url("image/a.png") no-repeat center center;
}

#production_slide .prev {
    position: absolute;
    top: 28%;
    z-index: 10;
    cursor: pointer;
    right: -179px;
    height: 102px;
    width: 58px;
    background: url("image/b.png") no-repeat center center;
}

#brand_slide {
    width: 1600px;
    height: auto;
    margin: 0 auto;
}

#brand_slide .slide-item-body ul li {
    width: 215px;
    float: left;
    display: block;
    height: 200px;
    padding-top: 42px;
    margin-bottom: 30px;
    border: none;
    border-radius: 8px;
    height: inherit;
    padding-top: 0;
    border-radius: 0;
    z-index: 10002;
}

#brand_slide .slide-item-body ul li a {
    display: block;
}

#brand_slide .slide-item-body ul li a:hover {
    box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.1);
}

#brand_slide .new-img img {
    width: 100%;
    height: auto;
    border: none;
    display: block;
}

#brand_slide .slide-item {
    width: 1470px;
    position: relative;
    margin: 0 auto;
}

#brand_slide .slide-item-body {
    margin-left: 0;
}

#brand_slide .slide-item-body ul li {
    margin-left: 15px;
    margin-right: 15px;
}

#brand_slide .slide-item-body ul {
    padding-top: 10px;
    overflow: visible;
}

#brand_slide .next {
    position: absolute;
    top: 28%;
    z-index: 10;
    cursor: pointer;
    right: auto;
    left: -117px;
    height: 70px;
    width: 70px;
}

#brand_slide .next i {
    color: #ccc;
    font-size: 70px;
}

#brand_slide .prev {
    position: absolute;
    top: 28%;
    z-index: 10;
    cursor: pointer;
    right: -119px;
    height: 70px;
    width: 70px;
    transform: rotate(180deg);
    transform-origin: 50% 50%;
}

#brand_slide .prev i {
    color: #ccc;
    font-size: 70px;
}


/* #subnavi .navi_block {width:1600px;font-size: 16px; margin:0 auto; display:flex;justify-content:space-between;}

#subnavi .navi_block .navi {width:1600px;color:#666666;font-family: pingfangSc-Bold;height: 44px;}

#subnavi .navi_block .navi a {color:#666;line-height:40px;padding:5px 0;margin:0 10px;}

#subnavi .navi_block .navi a:hover {border-bottom: 1px solid #666;}

#subnavi .navi_block .navi span{margin:0 10px;} */


/* #subnavi .navi_block .locale{display:flex;justify-content:flex;}

#subnavi .navi_block .locale a {font-family: pingfangSc-Bold;color:#666;font-size:16px;display:block;height:44px;line-height:44px;width:150px;text-align:center; background:#f7f7fa;margin:0 5px;} */

.class_blank {
    width: 100%;
    height: 100px;
    margin: 0 auto;
}

.class_banner {
    width: 100%;
    height: 217px;
    margin: 0 auto;
    padding-top: 115px;
    position: relative;
}

.class_banner .banner_title {
    margin-left: 160px;
    font-size: 50px;
    font-family: pingfangSc-Bold;
    color: #333333;
}

.class_banner .greenbtn {
    position: absolute;
    width: 100px;
    height: 26px;
    /* background-color: blue; */
    top: 25px;
    left: 420px;
    cursor: pointer;
}

.blue-btn {
    width: 100%;
    height: 100%;
    position: relative;
}

.blue-btn .blue-greenbtn {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #2568cc;
    border-radius: 50%;
    top: 5px;
    left: 100px;
    -webkit-animation-name: 'ripple';
    /*动画属性名，也就是我们前面keyframes定义的动画名*/
    -webkit-animation-duration: 1s;
    /*动画持续时间*/
    -webkit-animation-timing-function: ease;
    /*动画频率，和transition-timing-function是一样的*/
    -webkit-animation-delay: 0s;
    /*动画延迟时间*/
    -webkit-animation-iteration-count: infinite;
    /*定义循环资料，infinite为无限次*/
    -webkit-animation-direction: alternate;
    /*定义动画方式*/
}

@keyframes ripple {
    0% {
        opacity: 0.35;
        width: 5px;
        height: 5px;
        top: 10px;
        left: 100px;
    }
    100% {
        opacity: 0.9;
        width: 20px;
        height: 20px;
    }
}

.blue-btn .blue-sportbtn {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #2568cc;
    border-radius: 50%;
    top: 0px;
    left: 100px;
    -webkit-animation-name: 'ripple-bottom';
    /*动画属性名，也就是我们前面keyframes定义的动画名*/
    -webkit-animation-duration: 1s;
    /*动画持续时间*/
    -webkit-animation-timing-function: ease;
    /*动画频率，和transition-timing-function是一样的*/
    -webkit-animation-delay: 0s;
    /*动画延迟时间*/
    -webkit-animation-iteration-count: infinite;
    /*定义循环资料，infinite为无限次*/
    -webkit-animation-direction: alternate;
    /*定义动画方式*/
}

@keyframes ripple-bottom {
    0% {
        opacity: 0.35;
        width: 5px;
        height: 5px;
        top: 5px;
        left: 100px;
    }
    100% {
        opacity: 0.9;
        width: 20px;
        height: 20px;
    }
}

.class_banner .carbtn {
    position: absolute;
    width: 100px;
    height: 26px;
    /* background-color: blue; */
    top: 27px;
    left: 1426px;
    cursor: pointer;
}

.class_banner .sportbtn {
    position: absolute;
    width: 100px;
    height: 26px;
    /* background-color: black; */
    bottom: 25px;
    left: 640px;
    cursor: pointer;
}

.class_banner .fashionbtn {
    position: absolute;
    width: 100px;
    height: 26px;
    /* background-color: gray; */
    top: 25px;
    left: 810px;
    cursor: pointer;
}

.class_banner .elebtn {
    position: absolute;
    width: 100px;
    height: 26px;
    /* background-color: red; */
    bottom: 25px;
    left: 1200px;
    cursor: pointer;
}

.class_banner .clothbtn {
    position: absolute;
    width: 100px;
    height: 26px;
    /* background-color: pink; */
    top: 27px;
    left: 1190px;
    cursor: pointer;
}

.class_slide {
    width: 1552px;
    height: 987px;
    margin: 190px auto;
}

.class_title {
    width: 1700px;
    height: 100px;
    margin: 30px auto;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.class_title .title {
    position: absolute;
    left: calc(50% - 150px);
    width: 300px;
    text-align: center;
    font-size: 48px;
    color: #303030;
    margin: 0 auto;
    height: 100px;
    font-family: pingfangSc-Bold;
    border-bottom: 1px solid #005daa;
}

.class_text {
    width: 1400px;
    margin: 30px auto;
    text-align: center;
}

.class_text p {
    line-height: 60px;
    font-size: 26px;
    color: #666;
    font-family: pingfangSc-Light;
}

.class_img {
    width: 100%;
    margin: 30px auto;
    text-align: center;
}

.group-box .class_tree {
    width: 100%;
    height: auto;
    margin: 50px auto;
    padding: 150px 0;
}

.class_tree .content {
    position: relative;
}

.class_tree .tree {
    width: 1300px;
    height: 200px;
    position: relative;
    margin: 0 auto;
}

.class_tree .tree:nth-of-type(odd) .content .smallpic {
    width: 80px;
    height: 80px;
    /* overflow: hidden; */
}

.class_tree .tree:nth-of-type(odd) .content .bigpic {
    position: absolute;
    top: -95px;
    left: 315px;
    width: 286px;
    height: 206px;
    display: none;
    /* overflow: hidden; */
}

.class_tree .tree:nth-of-type(even) .smallpic {
    width: 80px;
    height: 80px;
    /* overflow: hidden; */
}

.class_tree .tree:nth-of-type(even) .bigpic {
    position: absolute;
    top: -95px;
    right: 315px;
    width: 286px;
    height: 206px;
    display: none;
    /* overflow: hidden; */
}

.class_tree .tree .content h1 {
    font-size: 50px;
    font-family: DINCondensedBold;
}

.class_tree .tree .content p {
    font-size: 24px;
    font-family: pingfangSc-Medium;
}

.class_tree .tree:nth-of-type(odd) .content {
    position: absolute;
    width: 600px;
    height: 150px;
    border-right: 1px solid #004a8f;
    text-align: right;
    padding: 30px 50px 30px 0;
    z-index: 998;
    top: -70px;
}

.class_tree .tree:nth-of-type(odd) .content:nth-child(2) {
    position: absolute;
    width: 600px;
    height: 150px;
    border-right: 1px solid #004a8f;
    text-align: right;
    padding: 105px 50px 30px 0;
    z-index: 998;
    top: -70px;
}

.class_tree .tree:nth-of-type(even) .content {
    position: absolute;
    width: 600px;
    height: 170px;
    border-left: 1px solid #004a8f;
    left: 650px;
    text-align: left;
    padding-left: 50px;
    padding-top: 30px;
    z-index: 998;
    top: -70px;
}

.class_tree .tree:nth-of-type(odd) .blue-dot {
    width: 27px;
    height: 27px;
    background: url("image/dot.png") no-repeat center center;
    position: absolute;
    left: 638px;
    top: 55px;
    z-index: 999;
}

.class_tree .tree:nth-of-type(even) .blue-dot {
    width: 27px;
    height: 27px;
    background: url("image/dot.png") no-repeat center center;
    position: absolute;
    left: 638px;
    top: 55px;
    z-index: 999;
}

.class_production {
    width: 1614px;
    height: auto;
    margin: 50px auto;
    display: flex;
    justify-content: flex;
    flex-wrap: wrap;
    padding-bottom: 100px;
}

.class_production li {
    width: 488px;
    margin: 25px;
    height: 360px;
}

.class_production li .pic {
    display: block;
}

.class_production li .title {
    display: block;
    margin: 20px 0;
    font-size: 22px;
    color: #3e3a3a;
}

.class_production li .title:hover {
    color: #005daa;
}

.class_production li .title i {
    margin-left: 20px;
}

.honor-tag {
    width: 100px;
    height: 150px;
    text-align: center;
    margin: 50px auto;
}

.honor-text {
    width: 1475px;
    background: rgba(0, 93, 170, 0.5);
    height: 132px;
    position: absolute;
    bottom: -100px;
    left: 200px;
    z-index: 999;
    text-align: center;
    padding: 50px 0;
}

.honor-text .inside {}

.honor-text .inside p {
    color: #ffffff;
    line-height: 50px;
    font-size: 32px;
    position: relative;
}

.honor-list {
    width: 1600px;
    height: auto;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.honor-list li {
    text-align: center;
    width: 358px;
    margin: 30px 0;
}

.news_header {
    width: 1640px;
    display: flex;
    justify-content: space-between;
    margin: 80px auto;
}

.news_header .news-tag {
    width: 84px;
    height: 84px;
    background: #005daa;
    font-size: 24px;
    text-align: center;
    line-height: 84px;
    color: #ffffff;
    margin-right: 25px;
    flex-grow: 0;
}

.news_option Select {
    width: 350px;
    height: 70px;
    border: 1px solid #ccc;
    font-size: 28px;
    padding-left: 30px;
}

.news_option Select Option {
    border: 1px solid #ccc;
    height: 70px;
}

.news_list {
    width: 1640px;
    margin: 0 auto;
    padding: 30px 0;
    min-height: 1000px;
}

.news_list li {
    padding: 50px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 24px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.news_list li .title {
    text-align: left;
}

.news_list li .title span,
.news_list li .title a {
    display: block;
    display: flex;
    justify-content: flex;
    color: #373737;
}

.news_list li .title span {
    padding: 0 30px;
}

.news_list li .title span:nth-child(1) {
    border-left: 1px solid #373737;
    border-right: 1px solid #373737;
}

.news_list li .data-tag {
    text-align: right;
}

.class_content {
    width: 100%;
    margin: 0 auto;
    padding-top: 87px;
}

.class_content .content_name {
    width: 1052px;
    height: 155px;
    margin: 0 auto;
    border-bottom: 1px solid #d2d2d2;
    text-align: center;
}

.class_content .content_name span {
    margin-bottom: -1px;
    display: block;
    width: 470px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 45px 0 44px;
    font-size: 47px;
    color: #005daa;
    border-bottom: 1px solid #005daa;
}

.class_content .content_con {
    margin: 0 auto;
    width: 592px;
    height: auto;
    margin-top: 70px;
}

.class_content .content_con li {
    list-style: none;
    font-family: pingfangSc-Bold;
    color: #303030;
    font-size: 19px;
    line-height: 36px;
    text-align: center;
}

.class_content .content_conn {
    margin: 0 auto;
    width: 692px;
    height: auto;
    margin-top: 40px;
}

.class_content .content_conn li {
    list-style: none;
    font-family: pingfangSc-Bold;
    color: #303030;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
}

.choose_btn {
    width: 1052px;
    height: auto;
    margin: 40px auto 70px;
    display: flex;
    justify-content: space-between;
}

.choose_btn select {
    height: 60px;
    padding: 15px;
    border: 1px solid #d2d2d2;
    font-size: 20px;
    font-family: pingfangSc-Bold;
    color: #303030;
}

.choose_btn select:first-child,
select:last-child {
    width: 199px;
}

.choose_btn select:nth-child(2) {
    width: 429px;
}

.choose_btn select option {
    margin: 5px auto 5px;
}

.class_content .content-code {
    width: 196px;
    height: 196px;
    margin: 0 auto;
    margin-top: 72px;
    margin-bottom: 95px;
    display: flex;
    flex-flow: column;
}

.class_content .content-code span {
    width: 196px;
    height: 28px;
    text-align: center;
    color: #303030;
    font-family: pingfangSc-Bold;
}

.ceo_talk {
    width: 1200px;
    margin: 50px auto 0;
}

.ceo_talk .talk_title {
    width: 1200px;
    font-size: 38px;
    font-family: pingfangSc-Bold;
    color: #333;
    margin-bottom: 50px;
}

.ceo_talk .talk_content {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 251px;
    display: flex;
    justify-content: space-between;
}

.ceo_talk .talk_content .content_right {
    width: 1200px;
    font-size: 18px;
    line-height: 30px;
    font-family: pingfangSc-Bold;
}

.ceo_talk .talk_content .content_right p {
    margin-bottom: 54px;
}

.ceo_talk .talk_content .content_right .right_autograph {
    margin-top: 81px;
}

.corp_culture {
    width: 1552px;
    height: 354px;
    margin: 0 auto;
    margin-top: 130px;
}

.pro_detail {
    width: 1600px;
    height: auto;
    margin: 0 auto;
    margin-top: 119px;
    padding-bottom: 100px;
}

.detail_title {
    font-size: 24px;
    font-family: pingfangSc-Bold;
    color: #303030;
    padding-bottom: 98px;
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
}

.pro_detail .allbtn {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.closeAll {
    display: flex;
    justify-content: flex-end;
}

.closeAll_title {
    width: 210px;
    height: 52px;
    line-height: 52px;
    cursor: pointer;
    text-align: center;
    margin: 65px 0 41px;
    background-color: #666;
    font-family: pingfangSc-Bold;
    font-size: 18px;
    color: #fff;
}

.openAll {
    display: flex;
    justify-content: flex-end;
    display: none;
}

.openAll_title {
    width: 210px;
    height: 52px;
    line-height: 52px;
    cursor: pointer;
    text-align: center;
    margin: 65px 0 41px;
    background-color: #666;
    font-family: pingfangSc-Bold;
    font-size: 18px;
    color: #fff;
}

.news-detail {
    width: 1553px;
    margin: 0 auto;
}

.news-detail .detail-title {
    width: 1553px;
    height: 100px;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    margin: 0 auto;
}

.news-detail .detail-title .detail-title-hr {
    position: absolute;
    left: calc(50% - 400px);
    width: 800px;
    text-align: center;
    font-size: 28px;
    color: #373737;
    margin: 0 auto;
    height: 100px;
    font-family: pingfangSc-Bold;
    border-bottom: 1px solid #d2d2d2;
}

.news-detail .detail-content {
    padding: 100px 50px;
    width: 1453px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 36px;
    font-family: pingfangSc;
}

.news-detail .detail-content p {
    margin-bottom: 50px;
}

.news-detail .detail-content p:last-child {
    margin-bottom: 0;
}

.news-detail .detail-bottom {
    width: 950px;
    margin: 0 auto;
    /* margin-top: 50px; */
    padding: 40px 0 100px;
}

.news-detail .detail-bottom img {
    width: 950px;
    height: 518px;
    margin: 0 auto;
}

.all-box {
    width: 1620px;
    height: auto;
    margin: 0 auto;
}

.first-detail-box {
    width: 1520px;
    height: auto;
    margin: 0 auto 40px;
    border: 1px solid #e2e2e6;
    padding: 0 40px 40px;
    display: flex;
    justify-content: space-between;
}

.first-detail-box .d-b-left {
    width: 545px;
    height: auto;
}

.first-detail-box .d-b-left .left-top {
    font-family: pingfangSc-Bold;
    font-size: 25px;
    line-height: 90px;
}

.first-detail-box .d-b-left .left-bottom {
    width: 445px;
    height: 333px;
}

.first-detail-box .d-b-right {
    width: 880px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.first-detail-box .d-b-right .right-top span {
    color: blue;
    font-size: 25px;
    line-height: 90px;
    cursor: pointer;
    float: right;
}

.first-detail-box .d-b-right .right-bottom {
    width: 100%;
}

.first-detail-box .d-b-right .right-bottom .r-b-text {
    font-size: 16px;
}

.first-detail-box .d-b-right .right-bottom .r-b-text .r-b-text-title {
    font-family: pingfangSc-Bold;
    font-size: 18px;
}

.first-detail-box .d-b-right .right-bottom .r-b-button {
    cursor: pointer;
    width: 300px;
    height: 70px;
    line-height: 70px;
    margin-top: 40px;
    background: #e30b20;
    color: white;
    font-size: 18px;
    text-align: center;
}

.first-detail-box .d-b-right .right-bottom table {
    width: 100%;
    margin-top: 50px;
    border-collapse: collapse;
    font-size: 20px;
}

.first-detail-box .d-b-right .right-bottom table th,
td {
    border: 1px solid #d2d2d2;
    line-height: 64px;
    text-align: left;
}

.first-detail-box .d-b-right .right-bottom table th {
    width: 10%;
    font-weight: normal;
    padding-left: 24px;
}

.first-detail-box .d-b-right .right-bottom table td {
    width: 90%;
    padding-left: 34px;
}

.all-box .first-box {
    width: 1520px;
    height: 84px;
    line-height: 84px;
    border: 1px solid #d2d2d2;
    margin: 0 auto 37px;
    padding: 0 40px;
    font-family: pingfangSc-Bold;
    font-size: 25px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.all-box .first-box span {
    color: blue;
}

.second-detail-box {
    width: 1520px;
    height: auto;
    margin: 0 auto 40px;
    border: 1px solid #e2e2e6;
    padding: 0 40px 40px;
    display: flex;
    justify-content: space-between;
}

.second-detail-box .d-b-left {
    width: 545px;
    height: auto;
}

.second-detail-box .d-b-left .left-top {
    font-family: pingfangSc-Bold;
    font-size: 25px;
    line-height: 90px;
}

.second-detail-box .d-b-left .left-bottom {
    width: 445px;
    height: 333px;
}

.second-detail-box .d-b-right {
    width: 880px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.second-detail-box .d-b-right .right-top span {
    color: blue;
    font-size: 25px;
    line-height: 90px;
    cursor: pointer;
    float: right;
}

.second-detail-box .d-b-right .right-bottom {
    width: 100%;
}

.second-detail-box .d-b-right .right-bottom .r-b-text {
    font-size: 16px;
}

.second-detail-box .d-b-right .right-bottom .r-b-text .r-b-text-title {
    font-family: pingfangSc-Bold;
    font-size: 18px;
}

.second-detail-box .d-b-right .right-bottom .r-b-button {
    cursor: pointer;
    width: 300px;
    height: 70px;
    line-height: 70px;
    margin-top: 40px;
    background: #e30b20;
    color: white;
    font-size: 18px;
    text-align: center;
}

.second-detail-box .d-b-right .right-bottom table {
    width: 100%;
    margin-top: 50px;
    border-collapse: collapse;
    font-size: 20px;
}

.second-detail-box .d-b-right .right-bottom table th,
td {
    border: 1px solid #d2d2d2;
    line-height: 64px;
    text-align: left;
}

.second-detail-box .d-b-right .right-bottom table th {
    width: 10%;
    font-weight: normal;
    padding-left: 24px;
}

.second-detail-box .d-b-right .right-bottom table td {
    width: 90%;
    padding-left: 34px;
}

.all-box .second-box {
    width: 1520px;
    height: 84px;
    line-height: 84px;
    border: 1px solid #d2d2d2;
    margin: 0 auto 37px;
    padding: 0 40px;
    font-family: pingfangSc-Bold;
    font-size: 25px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.all-box .second-box span {
    color: blue;
}

.third-detail-box {
    width: 1520px;
    height: auto;
    margin: 0 auto 40px;
    border: 1px solid #e2e2e6;
    padding: 0 40px 40px;
    display: flex;
    justify-content: space-between;
}

.third-detail-box .d-b-left {
    width: 545px;
    height: auto;
}

.third-detail-box .d-b-left .left-top {
    font-family: pingfangSc-Bold;
    font-size: 25px;
    line-height: 90px;
}

.third-detail-box .d-b-left .left-bottom {
    width: 445px;
    height: 333px;
}

.third-detail-box .d-b-right {
    width: 880px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.third-detail-box .d-b-right .right-top span {
    color: blue;
    font-size: 25px;
    line-height: 90px;
    cursor: pointer;
    float: right;
}

.third-detail-box .d-b-right .right-bottom {
    width: 100%;
}

.third-detail-box .d-b-right .right-bottom .r-b-text {
    font-size: 16px;
}

.third-detail-box .d-b-right .right-bottom .r-b-text .r-b-text-title {
    font-family: pingfangSc-Bold;
    font-size: 18px;
}

.third-detail-box .d-b-right .right-bottom .r-b-button {
    cursor: pointer;
    width: 300px;
    height: 70px;
    line-height: 70px;
    margin-top: 40px;
    background: #e30b20;
    color: white;
    font-size: 18px;
    text-align: center;
}

.third-detail-box .d-b-right .right-bottom table {
    width: 100%;
    margin-top: 50px;
    border-collapse: collapse;
    font-size: 20px;
}

.third-detail-box .d-b-right .right-bottom table th,
td {
    border: 1px solid #d2d2d2;
    line-height: 64px;
    text-align: left;
}

.third-detail-box .d-b-right .right-bottom table th {
    width: 10%;
    font-weight: normal;
    padding-left: 24px;
}

.third-detail-box .d-b-right .right-bottom table td {
    width: 90%;
    padding-left: 34px;
}

.all-box .third-box {
    width: 1520px;
    height: 84px;
    line-height: 84px;
    border: 1px solid #d2d2d2;
    margin: 0 auto 37px;
    padding: 0 40px;
    font-family: pingfangSc-Bold;
    font-size: 25px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.all-box .third-box span {
    color: blue;
}

.fourth-detail-box {
    width: 1520px;
    height: auto;
    margin: 0 auto 40px;
    border: 1px solid #e2e2e6;
    padding: 0 40px 40px;
    display: flex;
    justify-content: space-between;
}

.fourth-detail-box .d-b-left {
    width: 445px;
    height: auto;
}

.fourth-detail-box .d-b-left .left-top {
    font-family: pingfangSc-Bold;
    font-size: 25px;
    line-height: 90px;
}

.fourth-detail-box .d-b-left .left-bottom {
    width: 445px;
    height: 333px;
}

.fourth-detail-box .d-b-right {
    width: 980px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.fourth-detail-box .d-b-right .right-top span {
    color: blue;
    font-size: 25px;
    line-height: 90px;
    cursor: pointer;
    float: right;
}

.fourth-detail-box .d-b-right .right-bottom {
    width: 100%;
}

.fourth-detail-box .d-b-right .right-bottom .r-b-text {
    font-size: 16px;
}

.fourth-detail-box .d-b-right .right-bottom .r-b-text .r-b-text-title {
    font-family: pingfangSc-Bold;
    font-size: 18px;
}

.fourth-detail-box .d-b-right .right-bottom .r-b-button {
    cursor: pointer;
    width: 300px;
    height: 70px;
    line-height: 70px;
    margin-top: 40px;
    background: #e30b20;
    color: white;
    font-size: 18px;
    text-align: center;
}

.fourth-detail-box .d-b-right .right-bottom table {
    width: 100%;
    margin-top: 50px;
    border-collapse: collapse;
    font-size: 20px;
}

.fourth-detail-box .d-b-right .right-bottom table th,
td {
    border: 1px solid #d2d2d2;
    line-height: 64px;
    text-align: left;
}

.fourth-detail-box .d-b-right .right-bottom table th {
    width: 10%;
    font-weight: normal;
    padding-left: 24px;
}

.fourth-detail-box .d-b-right .right-bottom table td {
    width: 90%;
    padding-left: 34px;
}

.all-box .fourth-box {
    width: 1520px;
    height: 84px;
    line-height: 84px;
    border: 1px solid #d2d2d2;
    margin: 0 auto 37px;
    padding: 0 40px;
    font-family: pingfangSc-Bold;
    font-size: 25px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.all-box .fourth-box span {
    color: blue;
}

.fifth-detail-box {
    width: 1520px;
    height: auto;
    margin: 0 auto 40px;
    border: 1px solid #e2e2e6;
    padding: 0 40px 40px;
    display: flex;
    justify-content: space-between;
}

.fifth-detail-box .d-b-left {
    width: 445px;
    height: auto;
}

.fifth-detail-box .d-b-left .left-top {
    font-family: pingfangSc-Bold;
    font-size: 25px;
    line-height: 90px;
}

.fifth-detail-box .d-b-left .left-bottom {
    width: 445px;
    height: 333px;
}

.fifth-detail-box .d-b-right {
    width: 980px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.fifth-detail-box .d-b-right .right-top span {
    color: blue;
    font-size: 25px;
    line-height: 90px;
    cursor: pointer;
    float: right;
}

.fifth-detail-box .d-b-right .right-bottom {
    width: 100%;
}

.fifth-detail-box .d-b-right .right-bottom .r-b-text {
    font-size: 16px;
}

.fifth-detail-box .d-b-right .right-bottom .r-b-text .r-b-text-title {
    font-family: pingfangSc-Bold;
    font-size: 18px;
}

.fifth-detail-box .d-b-right .right-bottom .r-b-button {
    cursor: pointer;
    width: 300px;
    height: 70px;
    line-height: 70px;
    margin-top: 40px;
    background: #e30b20;
    color: white;
    font-size: 18px;
    text-align: center;
}

.fifth-detail-box .d-b-right .right-bottom table {
    width: 100%;
    margin-top: 50px;
    border-collapse: collapse;
    font-size: 20px;
}

.fifth-detail-box .d-b-right .right-bottom table th,
td {
    border: 1px solid #d2d2d2;
    line-height: 64px;
    text-align: left;
}

.fifth-detail-box .d-b-right .right-bottom table th {
    width: 10%;
    font-weight: normal;
    padding-left: 24px;
}

.fifth-detail-box .d-b-right .right-bottom table td {
    width: 90%;
    padding-left: 34px;
}

.all-box .fifth-box {
    width: 1520px;
    height: 84px;
    line-height: 84px;
    border: 1px solid #d2d2d2;
    margin: 0 auto 37px;
    padding: 0 40px;
    font-family: pingfangSc-Bold;
    font-size: 25px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.all-box .fifth-box span {
    color: blue;
}

.sixth-detail-box {
    width: 1520px;
    height: auto;
    margin: 0 auto 40px;
    border: 1px solid #e2e2e6;
    padding: 0 40px 40px;
    display: flex;
    justify-content: space-between;
}

.sixth-detail-box .d-b-left {
    width: 445px;
    height: auto;
}

.sixth-detail-box .d-b-left .left-top {
    font-family: pingfangSc-Bold;
    font-size: 25px;
    line-height: 90px;
}

.sixth-detail-box .d-b-left .left-bottom {
    width: 445px;
    height: 333px;
}

.sixth-detail-box .d-b-right {
    width: 980px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.sixth-detail-box .d-b-right .right-top span {
    color: blue;
    font-size: 25px;
    line-height: 90px;
    cursor: pointer;
    float: right;
}

.sixth-detail-box .d-b-right .right-bottom {
    width: 100%;
}

.sixth-detail-box .d-b-right .right-bottom .r-b-text {
    font-size: 16px;
}

.sixth-detail-box .d-b-right .right-bottom .r-b-text .r-b-text-title {
    font-family: pingfangSc-Bold;
    font-size: 18px;
}

.sixth-detail-box .d-b-right .right-bottom .r-b-button {
    cursor: pointer;
    width: 300px;
    height: 70px;
    line-height: 70px;
    margin-top: 40px;
    background: #e30b20;
    color: white;
    font-size: 18px;
    text-align: center;
}

.sixth-detail-box .d-b-right .right-bottom table {
    width: 100%;
    margin-top: 50px;
    border-collapse: collapse;
    font-size: 20px;
}

.sixth-detail-box .d-b-right .right-bottom table th,
td {
    border: 1px solid #d2d2d2;
    line-height: 64px;
    text-align: left;
}

.sixth-detail-box .d-b-right .right-bottom table th {
    width: 10%;
    font-weight: normal;
    padding-left: 24px;
}

.sixth-detail-box .d-b-right .right-bottom table td {
    width: 90%;
    padding-left: 34px;
}

.all-box .sixth-box {
    width: 1520px;
    height: 84px;
    line-height: 84px;
    border: 1px solid #d2d2d2;
    margin: 0 auto 37px;
    padding: 0 40px;
    font-family: pingfangSc-Bold;
    font-size: 25px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.all-box .sixth-box span {
    color: blue;
}

.seventh-detail-box {
    width: 1520px;
    height: auto;
    margin: 0 auto 40px;
    border: 1px solid #e2e2e6;
    padding: 0 40px 40px;
    display: flex;
    justify-content: space-between;
}

.seventh-detail-box .d-b-left {
    width: 445px;
    height: auto;
}

.seventh-detail-box .d-b-left .left-top {
    font-family: pingfangSc-Bold;
    font-size: 25px;
    line-height: 90px;
}

.seventh-detail-box .d-b-left .left-bottom {
    width: 445px;
    height: 333px;
}

.seventh-detail-box .d-b-right {
    width: 980px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.seventh-detail-box .d-b-right .right-top span {
    color: blue;
    font-size: 25px;
    line-height: 90px;
    cursor: pointer;
    float: right;
}

.seventh-detail-box .d-b-right .right-bottom {
    width: 100%;
}

.seventh-detail-box .d-b-right .right-bottom .r-b-text {
    font-size: 16px;
}

.seventh-detail-box .d-b-right .right-bottom .r-b-text .r-b-text-title {
    font-family: pingfangSc-Bold;
    font-size: 18px;
}

.seventh-detail-box .d-b-right .right-bottom .r-b-button {
    cursor: pointer;
    width: 300px;
    height: 70px;
    line-height: 70px;
    margin-top: 40px;
    background: #e30b20;
    color: white;
    font-size: 18px;
    text-align: center;
}

.seventh-detail-box .d-b-right .right-bottom table {
    width: 100%;
    margin-top: 50px;
    border-collapse: collapse;
    font-size: 20px;
}

.seventh-detail-box .d-b-right .right-bottom table th,
td {
    border: 1px solid #d2d2d2;
    line-height: 64px;
    text-align: left;
}

.seventh-detail-box .d-b-right .right-bottom table th {
    width: 10%;
    font-weight: normal;
    padding-left: 24px;
}

.seventh-detail-box .d-b-right .right-bottom table td {
    width: 90%;
    padding-left: 34px;
}

.all-box .seventh-box {
    width: 1520px;
    height: 84px;
    line-height: 84px;
    border: 1px solid #d2d2d2;
    margin: 0 auto 37px;
    padding: 0 40px;
    font-family: pingfangSc-Bold;
    font-size: 25px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.all-box .seventh-box span {
    color: blue;
}

.eighth-detail-box {
    width: 1520px;
    height: auto;
    margin: 0 auto 40px;
    border: 1px solid #e2e2e6;
    padding: 0 40px 40px;
    display: flex;
    justify-content: space-between;
}

.eighth-detail-box .d-b-left {
    width: 505px;
    height: auto;
}

.eighth-detail-box .d-b-left .left-top {
    font-family: pingfangSc-Bold;
    font-size: 25px;
    line-height: 90px;
}

.eighth-detail-box .d-b-left .left-bottom {
    width: 445px;
    height: 333px;
}

.eighth-detail-box .d-b-right {
    width: 980px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.eighth-detail-box .d-b-right .right-top span {
    color: blue;
    font-size: 25px;
    line-height: 90px;
    cursor: pointer;
    float: right;
}

.eighth-detail-box .d-b-right .right-bottom {
    width: 100%;
}

.eighth-detail-box .d-b-right .right-bottom .r-b-text {
    font-size: 16px;
}

.eighth-detail-box .d-b-right .right-bottom .r-b-text .r-b-text-title {
    font-family: pingfangSc-Bold;
    font-size: 18px;
}

.eighth-detail-box .d-b-right .right-bottom .r-b-button {
    cursor: pointer;
    width: 300px;
    height: 70px;
    line-height: 70px;
    margin-top: 40px;
    background: #e30b20;
    color: white;
    font-size: 18px;
    text-align: center;
}

.eighth-detail-box .d-b-right .right-bottom table {
    width: 100%;
    margin-top: 50px;
    border-collapse: collapse;
    font-size: 20px;
}

.eighth-detail-box .d-b-right .right-bottom table th,
td {
    border: 1px solid #d2d2d2;
    line-height: 64px;
    text-align: left;
}

.eighth-detail-box .d-b-right .right-bottom table th {
    width: 10%;
    font-weight: normal;
    padding-left: 24px;
}

.eighth-detail-box .d-b-right .right-bottom table td {
    width: 90%;
    padding-left: 34px;
}

.all-box .eighth-box {
    width: 1520px;
    height: 84px;
    line-height: 84px;
    border: 1px solid #d2d2d2;
    margin: 0 auto 37px;
    padding: 0 40px;
    font-family: pingfangSc-Bold;
    font-size: 25px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.all-box .eighth-box span {
    color: blue;
}

.ninth-detail-box {
    width: 1520px;
    height: auto;
    margin: 0 auto 40px;
    border: 1px solid #e2e2e6;
    padding: 0 40px 40px;
    display: flex;
    justify-content: space-between;
}

.ninth-detail-box .d-b-left {
    width: 505px;
    height: auto;
}

.ninth-detail-box .d-b-left .left-top {
    font-family: pingfangSc-Bold;
    font-size: 25px;
    line-height: 90px;
}

.ninth-detail-box .d-b-left .left-bottom {
    width: 445px;
    height: 333px;
}

.ninth-detail-box .d-b-right {
    width: 980px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.ninth-detail-box .d-b-right .right-top span {
    color: blue;
    font-size: 25px;
    line-height: 90px;
    cursor: pointer;
    float: right;
}

.ninth-detail-box .d-b-right .right-bottom {
    width: 100%;
}

.ninth-detail-box .d-b-right .right-bottom .r-b-text {
    font-size: 16px;
}

.ninth-detail-box .d-b-right .right-bottom .r-b-text .r-b-text-title {
    font-family: pingfangSc-Bold;
    font-size: 18px;
}

.ninth-detail-box .d-b-right .right-bottom .r-b-button {
    cursor: pointer;
    width: 300px;
    height: 70px;
    line-height: 70px;
    margin-top: 40px;
    background: #e30b20;
    color: white;
    font-size: 18px;
    text-align: center;
}

.ninth-detail-box .d-b-right .right-bottom table {
    width: 100%;
    margin-top: 50px;
    border-collapse: collapse;
    font-size: 20px;
}

.ninth-detail-box .d-b-right .right-bottom table th,
td {
    border: 1px solid #d2d2d2;
    line-height: 64px;
    text-align: left;
}

.ninth-detail-box .d-b-right .right-bottom table th {
    width: 10%;
    font-weight: normal;
    padding-left: 24px;
}

.ninth-detail-box .d-b-right .right-bottom table td {
    width: 90%;
    padding-left: 34px;
}

.all-box .ninth-box {
    width: 1520px;
    height: 84px;
    line-height: 84px;
    border: 1px solid #d2d2d2;
    margin: 0 auto 37px;
    padding: 0 40px;
    font-family: pingfangSc-Bold;
    font-size: 25px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.all-box .ninth-box span {
    color: blue;
}

.boxhide {
    display: none;
}

.boxshow {
    display: block;
}

.c_vision {
    width: 1553px;
    margin: 30px auto 50px;
}


/* .c_vision .c_v_title{width: 1400px; font-size: 38px; font-family: pingfangSc-Bold; color:#333;margin-bottom: 50px;} */

.c_vision .vision-title {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.vision-title .title-text {
    width: 780px;
    padding-top: 300px;
    text-align: center;
}

.title-text .text-top {
    width: 540px;
    margin: 0 auto;
    font-size: 36px;
    line-height: 46px;
    color: #9fc155;
    display: flex;
    justify-content: space-between;
}

.text-top li {
    width: 185px;
    border-right: 5px solid #9fc155;
}

.text-top li:last-child {
    border-right: none;
}

.title-text .text-content {
    font-size: 24px;
    line-height: 48px;
    color: #333333;
    width: 590px;
    margin: 20 auto 0;
}

.c_vision .vision-text {
    width: 1553px;
    margin: 100px auto;
    display: flex;
    justify-content: space-between;
}

.vision-text .text-box {
    width: 460px;
    height: 280px;
    border: 1px solid #2d7ab8;
    position: relative;
    padding-top: 100px;
}

.text-box .box-sign {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -45px;
    left: 188px;
    font-size: 40px;
    line-height: 80px;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    color: #2d7ab8;
}

.text-box .text-title {
    color: #005da9;
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
    width: 100%;
    text-align: center;
}

.text-box .text-detail {
    font-size: 20px;
    line-height: 28px;
    color: #3e3a3a;
    text-align: center;
    margin-top: 20px;
}

.m_in_hexin {
    width: 1500px;
    margin: 30px auto 50px;
}

.m_in_hexin .m_title {
    width: 800px;
    margin: 60px auto 50px;
    font-size: 20px;
    font-family: pingfangSc-Bold;
    color: #303030;
    line-height: 32px;
}

.hexin-content {
    width: 1553px;
    height: auto;
    margin: 0 auto;
    padding: 30px 0 250px;
}

.hexin-content .top-three {
    width: 1553px;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.hexin-content .top-three .top-text {
    width: 510px;
    height: auto;
    border: 1px solid #e4e4e8;
    margin-right: 10px;
    position: relative;
    z-index: 1000;
}

.top-text .text-img {
    width: 259px;
    height: 259px;
    position: absolute;
    top: 80%;
    left: 20%;
    border: 11px solid #c9c9ca;
    border-radius: 50%;
    padding: 4px;
    background-color: #fff;
    overflow: hidden;
    z-index: 9;
}

.text-img .text-img-mid {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: #c9c9ca;
    margin: 5px;
    overflow: hidden;
}

.text-img .text-img-mid .img-one {
    width: 488px;
    height: 325px;
    position: absolute;
    top: -20%;
    left: -40%;
}

.text-img .text-img-mid .img-two {
    width: 262px;
    height: 296px;
    position: absolute;
    top: -15%;
    left: 0;
}

.text-img .text-img-mid .img-three {
    width: 417px;
    height: 279px;
    position: absolute;
    top: -5%;
    left: -40%;
}

.hexin-content .top-three .top-text:last-child {
    margin-right: 0;
}

.hexin-content .top-three .top-text .text-title {
    width: 505px;
    height: 120px;
    border-bottom: 1px solid #e4e4e8;
    position: relative;
    margin: 0 auto;
}

.text-title .text-title-line {
    position: absolute;
    left: calc(50% - 213px);
    width: 416px;
    text-align: center;
    font-size: 26px;
    color: #005daa;
    margin: 0 auto;
    height: 120px;
    line-height: 120px;
    font-family: pingfangSc-Bold;
    border-bottom: 1px solid #005daa;
}

.top-text .text-content {
    margin: 50px auto 0;
    width: 425px;
    padding-bottom: 270px;
}

.top-text .text-content p {
    line-height: 34px;
    color: #303030;
    font-size: 18px;
    font-family: pingfangSc-Medium;
}

.hexin-content .last-six {
    width: 1553px;
    height: auto;
    margin-top: 200px;
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    padding: 50px 0 100px;
}

.hexin-content .last-six .top-text {
    width: 761px;
    height: auto;
    border: 1px solid #e4e4e8;
    margin-right: 25px;
    position: relative;
    z-index: 1000;
}

.last-six .top-text .text-title {
    width: 761px;
    height: 120px;
    border-bottom: 1px solid #e4e4e8;
    position: relative;
    margin: 0 auto;
}

.last-six .text-title .text-title-line {
    position: absolute;
    left: calc(50% - 293px);
    width: 586px;
    text-align: center;
    font-size: 26px;
    color: #005daa;
    margin: 0 auto;
    height: 120px;
    line-height: 120px;
    font-family: pingfangSc-Bold;
    border-bottom: 1px solid #005daa;
}

.last-six .top-text .text-content {
    margin: 50px auto 0;
    width: 586px;
    padding-bottom: 270px;
}

.last-six .top-text .text-content p {
    line-height: 34px;
    color: #303030;
    font-size: 18px;
    font-family: pingfangSc-Medium;
}

.last-six .last-text-img {
    width: 443px;
    height: 353px;
    position: absolute;
    top: 70%;
    left: 20%;
    background-color: #fff;
    overflow: hidden;
    z-index: 9;
}

.c-achievement {
    width: 1553px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.c-achievement .c-a-top {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.c-a-top .a-t-first {
    width: 30%;
    margin-right: 5%;
}

.c-a-top .a-t-first:last-child {
    margin-right: 0;
}

.a-t-first .f-pic {
    width: 100%;
    padding: 80px 0 20px;
}

.f-pic img {
    width: 110px;
    height: 110px;
}

.a-t-first .f-title {
    font-size: 22px;
    font-family: pingfangSc-Bold;
    text-align: left;
    border-bottom: 1px solid #303030;
    padding: 20px 0;
}

.a-t-first .f-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px;
    color: #000;
    font-family: pingfangSc;
}

#group-wrapper {
    width: 1553px;
    margin: 0 auto;
}

#group-wrapper .group-top {
    width: 1553px;
    margin: 0 auto;
}

.group-top .group-box {
    padding: 100px 0;
}

.group-box .group-title {
    width: 1553px;
    height: 80px;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}

.group-title .group-line {
    position: absolute;
    left: calc(50% - 200px);
    width: 400px;
    text-align: center;
    font-size: 34px;
    color: #303030;
    margin: 0 auto;
    height: 80px;
    font-family: pingfangSc-Bold;
    border-bottom: 1px solid #005daa;
}

.group-box .group-text {
    padding: 100px 0 0;
    width: 1400px;
    margin: 0 auto;
    line-height: 32px;
    font-size: 18px;
    font-family: pingfangSc;
    color: #303030;
}

.group-text p {
    margin-bottom: 50px;
}

.group-title .group-c-line {
    position: absolute;
    left: calc(50% - 100px);
    width: 200px;
    text-align: center;
    font-size: 34px;
    color: #303030;
    margin: 0 auto;
    height: 80px;
    font-family: pingfangSc-Bold;
    border-bottom: 1px solid #005daa;
}

.vision-top {
    width: 1553px;
    margin: 0 auto;
}

.vision-top p {
    padding: 100px 100px;
    font-family: pingfangSc;
    color: #303030;
    font-size: 20;
    line-height: 36px;
}

.vision-content {
    width: 1553px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 34px;
    font-family: pingfangSc;
    padding: 0 0 100px;
}

.vision-content .v-c-top {
    display: flex;
    justify-content: flex-end;
}

.vision-content .v-c-top .v-top-closeall-title {
    width: 210px;
    height: 52px;
    line-height: 52px;
    cursor: pointer;
    text-align: center;
    margin: 65px 0 41px;
    background-color: #53b79f;
    font-family: pingfangSc-Bold;
    font-size: 18px;
    color: #fff;
}

.vision-detail {
    width: 1553px;
    margin: 0 auto;
    padding: 50px 0 100px;
}

.vision-detail .v-first-box {
    width: 1515px;
    height: 84px;
    line-height: 84px;
    background-color: #53b79f;
    margin: 0 auto;
    font-family: pingfangSc-Bold;
    font-size: 25px;
    display: flex;
    justify-content: space-between;
    color: #ffff;
    padding: 0 20px;
}

.vision-detail .v-f-b-detail {
    width: 100%;
    /* height: 850px; */
    margin: 0 auto;
    padding: 87px 0 50px;
    border: 1px solid #53b79f;
}

.vision-detail .v-f-b-detail .d-top {
    margin: 0 auto;
    width: 1400px;
    padding: 0 0 40px;
}

.vision-detail .v-f-b-detail .d-top .d-top-img {
    padding-bottom: 40px;
    width: 250px;
    height: auto;
    margin: 0 auto;
}

.vision-detail .v-second-box {
    width: 1515px;
    height: 84px;
    line-height: 84px;
    background-color: #f3b453;
    margin: 50px auto 0;
    font-family: pingfangSc-Bold;
    font-size: 25px;
    display: flex;
    justify-content: space-between;
    color: #ffff;
    padding: 0 20px;
}

.vision-detail .v-s-b-detail {
    width: 100%;
    margin: 0 auto;
    padding: 87px 0 50px;
    border: 1px solid #f3b453;
}

.vision-detail .v-s-b-detail .d-top {
    margin: 0 auto;
    width: 1400px;
    padding: 0 0 40px;
}

.vision-detail .v-s-b-detail .d-top p {
    margin-bottom: 50px;
}

.vision-detail .v-s-b-detail .d-top p:last-child {
    margin-bottom: 0;
}

.vision-detail .v-s-b-detail .d-top .d-top-img-two {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    width: 400px;
    height: auto;
    margin: 0 auto;
}

.vision-detail .v-third-box {
    width: 1515px;
    height: 84px;
    line-height: 84px;
    background-color: #8da9d4;
    margin: 50px auto 0;
    font-family: pingfangSc-Bold;
    font-size: 25px;
    display: flex;
    justify-content: space-between;
    color: #ffff;
    padding: 0 20px;
}

.vision-detail .v-t-b-detail {
    width: 100%;
    margin: 0 auto;
    padding: 87px 0 50px;
    border: 1px solid #8da9d4;
}

.vision-detail .v-t-b-detail .d-top {
    margin: 0 auto;
    width: 1400px;
    padding: 0 0 40px;
}

.vision-detail .v-t-b-detail .d-top .d-top-img {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    width: 250px;
    height: auto;
    margin: 0 auto;
}

.vision-detail .v-t-b-detail .d-top .d-top-img-two {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    width: 400px;
    height: auto;
    margin: 0 auto;
}

.vision-detail .v-last-box {
    width: 1515px;
    height: 84px;
    line-height: 84px;
    background-color: #9fc155;
    margin: 50px auto 0;
    font-family: pingfangSc-Bold;
    font-size: 25px;
    display: flex;
    justify-content: space-between;
    color: #ffff;
    padding: 0 20px;
}

.vision-detail .v-l-b-detail {
    width: 100%;
    margin: 0 auto;
    padding: 87px 0 50px;
    border: 1px solid #9fc155;
}

.vision-detail .v-l-b-detail .d-top {
    margin: 0 auto;
    width: 1400px;
    padding: 0 0 40px;
}

.vision-detail .v-l-b-detail .d-top .d-top-img {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    width: 250px;
    height: auto;
    margin: 0 auto;
}

.vision-detail .v-l-b-detail .d-top .d-top-img-two {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    width: 400px;
    height: auto;
    margin: 0 auto;
}

.vision-bottom {
    width: 785px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}