@import url(commonhacker_en.css);

/*头部开始*/

#header_block {
    max-width: 1903px;
    width: 100%;
    background: #ffffff;
    margin: 0 auto;
    position: fixed;
    z-index: 9990;
}

#header {
    min-height: 2.85rem;
    margin: 0 3.33rem;
    display: flex;
    padding-top: 2rem;
    justify-content: space-between;
    background-color: #FFF;
}

#header .logo img {
    height: 2.58rem;
}

#header .tags {
    display: flex;
    justify-content: space-between;
}

#header .tags .locale {
    display: flex;
    justify-content: space-between;
    margin-right: 0.5rem;
}

#header .tags .locale a {
    font-family: Arial;
    color: #666;
    font-size: 0.75rem;
    display: block;
    text-align: center;
    background: #f7f7fa;
    margin: 0 5px;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem;
}

#header .tags .mail-logo img {
    margin-top: 0.25rem;
    height: 1.5rem;
    line-height: 1.5rem;
}


/*头部结束*/

#menu {
    width: 100%;
    padding-top: 2rem;
    margin: 0 auto;
    padding-bottom: 1rem;
    background-color: #ffffff;
}

#menu_block {
    max-width: 1903px;
    width: 100%;
    background: #ffffff;
    margin: 0 auto;
}

#menu ul {
    margin: 0 5rem;
    display: flex;
    justify-content: center;
    list-style: none;
    font-size: 1.167rem;
    font-weight: normal;
}

#menu li {
    flex: 1 0 auto;
    border-right: 1px solid #ccc;
    text-align: center;
}

#menu li:nth-child(6) {
    border-right: none;
}

#menu li a {
    color: #000000;
}

#menu li span {
    height: 1px;
    display: block;
    margin: 0.5rem auto 0;
    background: #005daa;
}

#menu li .active:hover span {
    animation: gowide 1.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 {
    display: flex;
    margin: 0 6rem;
    justify-content: flex;
    list-style: none;
    font-size: 0.75rem;
    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;
}

#v1 {
    max-width: 1903px;
    /* position: fixed;
    z-index: -1; */
}

#v2 {
    max-width: 1903px;
    /* position: fixed;
    z-index: -1; */
}

#main-body {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.flash {
    max-width: 1903px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.leftBtn {
    position: absolute;
    top: 12rem;
    left: 3.5rem !important;
    width: 2.4rem;
    height: 4.25rem;
    display: block;
    overflow: hidden;
    text-indent: -99em;
    background: url("image/a.png") no-repeat;
    z-index: 88;
}

.rightBtn {
    position: absolute;
    top: 12rem;
    right: 3.5rem !important;
    width: 2.4rem;
    height: 4.25rem;
    display: block;
    overflow: hidden;
    text-indent: -99em;
    background: url("image/b.png") no-repeat;
    z-index: 88;
}

.leftBtn,
.rightBtn {
    background-position: 0 0;
}

.flashList {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    margin-left: 50%;
}

.flashList li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.flashBtn {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
    height: 45px;
    margin-top: 2px;
    /* background: #eaeaea; */
    text-align: center;
}

.flashBtn span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    margin: 17px 10px 0;
    overflow: hidden;
    text-indent: -99em;
    cursor: pointer;
    background: #eaeaea;
}

.flashBtn .flashCur {
    background: red;
}

#main-body .videoblock {
    max-width: 1903px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

#main-body .videoblock .video-front-ctrl {
    z-index: 1;
    margin-right: 8rem;
    height: 0;
}

#main-body .videoblock .video-front-ctrl .search-block {
    padding-top: 2rem;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

#main-body .videoblock .search-input {
    width: 0px;
    padding-right: 5px;
    display: flex;
    justify-content: flex-end;
}

.videoblock .search-input input {
    width: 100%;
    border: none;
    outline: none;
    text-indent: 1rem;
    font-size: 1.167rem;
    height: 2.5rem;
    margin: 5px;
}

.videoblock .video-front-ctrl .search-block .search_bt {
    width: 2.5rem;
    height: 2.5rem;
    background: #005daa;
    color: #ffffff;
    text-align: center;
    line-height: 2.5rem;
    position: absolute;
    bottom: 5px;
}

.videoblock .video-front-ctrl .search-block .search_bt i {
    font-size: 1.7rem;
    cursor: pointer;
}

.video-ctrl {
    display: flex;
    justify-content: flex-end;
    color: #fff;
    position: absolute;
    bottom: 4rem;
    right: 1rem;
}

.video-ctrl i {
    font-size: 2rem;
    cursor: pointer;
}

.production {
    margin: 0 7%;
    position: relative;
    width: 86%;
}

.production .detail {
    position: absolute;
    width: 66rem;
    height: 30rem;
    background: #ffffff;
    bottom: -4rem;
    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: 100%;
    height: 100%;
    text-align: center;
    margin: 4rem;
}

.production .detail .detail_block .detail_img img {
    width: 100%;
}

.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: Arial;
    font-weight: bold;
    margin-bottom: 40px;
}

.production .detail .detail_block .detail_text p {
    font-size: 30px;
    font-family: Arial;
    line-height: 48px;
    overflow: hidden;
}

.production .detail .detail_block i {
    position: absolute;
    font-size: 1.2rem;
    color: #ccc;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.introduction {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    padding-top: 4rem;
    padding-bottom: 8rem;
}

.introduction .text-block {
    text-align: center;
    height: auto;
    margin: 0 7rem;
    text-align: center;
    color: #003f8c;
    line-height: 2.25rem;
    font-size: 1.4rem;
}

.introduction .text-block p {
    font-family: Arial;
    font-weight: bold;
    line-height: 2.5rem;
    font-size: 1.4rem;
    font-weight: 500;
}

.news-box {
    width: 100%;
    background-color: #fff;
}

.news-box .news-block {
    padding: 4rem 0 4.6rem;
    margin: 0 5rem;
    display: flex;
}

.news-box .news-tag {
    width: 3.5rem;
    height: 3.5rem;
    background: #005daa;
    font-size: 1rem;
    text-align: center;
    line-height: 3.5rem;
    color: #ffffff;
    margin-right: 1rem;
    flex-grow: 0;
}

.news-tag a {
    color: #FFF;
}

.news-box .news-block .title,
.simbol,
.newstitle {
    margin: 1rem 0.5rem 0;
    font-size: 1.25rem;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    flex-grow: 0;
}

.newstitle {
    margin: 0 0.5rem;
    font-size: 1.17rem;
    font-family: Arial;
    color: #000000;
    flex-grow: 1;
    overflow: hidden;
    height: 3rem;
}

.news-outbox {
    height: 3rem;
    overflow: hidden;
}

.news-block .newstitle a {
    color: #000000;
    display: block;
    border-bottom: 1px solid #000000;
    margin: 0.5rem auto 0.5rem;
    padding-top: 0.5rem;
}

.news-block .newstitle i {
    font-size: 1rem;
    color: #ff0000;
    margin-left: 1rem;
}

.stand-banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.stand-banner .content {
    height: 15rem;
    line-height: 15rem;
    font-size: 2.9rem;
    margin: 0 auto;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
    background-color: #004a8f;
}

.pic-box {
    width: 100%;
    height: auto;
    background-color: #FFF;
}

#leather-pic {
    margin: 0 6rem;
    font-family: Arial;
    font-weight: bold;
    color: #000;
    padding: 7rem 0 7.5rem;
    display: flex;
    justify-content: space-between;
}

#leather-pic .level-box {
    flex: -1;
}

#leather-pic .level-box a:hover {
    color: #005daa;
}

.level-box .f-title {
    font-size: 1.25rem;
    font-family: Arial;
    font-weight: bold;
    border-left: 4px solid #005daa;
    padding: 0 1rem;
}

.level-box a {
    color: #303030;
}

.level-box .f-mid {
    height: 5rem;
    margin-top: 10px;
    margin-left: 2px;
    font-size: 1rem;
    line-height: 2rem;
    font-family: Arial;
    font-weight: bold;
    padding: 0.7rem 1rem 3.6rem;
    border-left: 1px solid #1e70b4;
}

.level-box .f-bottom {
    height: 5rem;
    margin-left: 2px;
    font-size: 1rem;
    line-height: 2rem;
    color: #004a8f;
    padding: 0.7rem 1rem 3.6rem;
    border-left: 1px solid #1e70b4;
    position: relative;
}

.f-bottom a {
    color: #306ca4;
}

.f-bottom a:hover {
    color: cornflowerblue;
}

.f-bottom .cir-box-f {
    position: absolute;
    left: -8px;
    top: 1.3rem;
    width: 15px;
    height: 15px;
    background-color: #fff;
}

.f-bottom .cir-box-s {
    position: absolute;
    left: -8px;
    top: 3.3rem;
    width: 15px;
    height: 15px;
    background-color: #fff;
}

.f-bottom .cir-box-t {
    position: absolute;
    left: -8px;
    top: 5.3rem;
    width: 15px;
    height: 15px;
    background-color: #fff;
}

.f-bottom .cir-point {
    margin: 10% auto;
    width: 8px;
    height: 8px;
    border: 1px solid #1e70b4;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}

.f-bottom .cir-point .blue-point {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    background-color: #1e70b4;
}

#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: Arial;
    font-weight: ;
    position: absolute;
    color: #9fc155;
    top: 30px;
    left: 180px;
}

#enterprise .main-block .title-blue {
    width: auto;
    height: auto;
    font-size: 40px;
    font-family: Arial;
    font-weight: bold;
    position: absolute;
    color: #005daa;
    top: 30px;
    right: 40px;
}

#enterprise .main-block .detail {
    height: auto;
}

#enterprise .main-block .detail h1 {
    font-family: Arial;
    font-weight: bold;
    line-height: 56px;
    font-size: 32px;
}

#enterprise .main-block .detail p {
    font-family: Arial;
    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: Arial;
    font-weight: bold;
    margin: 5px 0;
}

#enterprise .text {
    width: auto;
    height: auto;
    margin-top: 20px;
}

#enterprise .descib p {
    font-size: 20px;
    font-family: Arial;
    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: Arial;
    font-weight: bold;
}

.describ {
    background: #f7f6fb;
    text-align: center;
    padding: 3rem 15rem;
    font-size: 1rem;
    text-align: center;
    line-height: 1.8rem;
}

.card-box {
    width: 100%;
    height: auto;
    background-color: #FFF;
}

.card-list {
    margin: 0 5%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 5rem 0 6rem 0;
}

.card {
    width: 21.5rem;
    height: 15rem;
    margin: 1.5rem;
    cursor: pointer;
    flex: 0 0 29%;
}

.card .content {
    width: 20rem;
    height: 14rem;
    padding: 0 0 0 2.4rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.card .card-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.card .card-img img {
    width: 20rem;
}

.card:hover .card-img {
    animation: gotop 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.card:hover .content {
    display: none;
}

.card .content .content-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.card .card-content {
    position: relative;
}

.card .title p {
    font-size: 1.75rem;
    line-height: 2.5rem;
}

.card .title p:nth-child(1) {
    font-family: Arial;
}

.card .title p:nth-child(2) {
    font-family: Arial;
    font-weight: bold;
}

.card .content .icon {
    bottom: 0rem;
    left: 0rem;
    position: absolute;
    padding-left: 2.4rem;
}

.card .content .icon img {
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    margin-top: 0.6rem;
}

.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: Arial;
    font-weight: bold;
}

.brand-list .more i {
    font-size: 28px;
}

.testbody {
    height: 1000px;
    width: 100%;
    margin: 0 auto;
}

#footer {
    width: 100%;
    height: 6rem;
    margin: 0 auto;
    background: #005daa;
    line-height: 6rem;
}

#footer .content {
    margin: 0 10rem;
    display: flex;
    color: #ffffff;
    font-size: 1rem;
    /* text-align: center; */
}

#footer a {
    color: #ffffff;
}

#footer .content .bottom-box {
    margin: 0 auto;
    color: #FFF;
}

.safe_box {
    position: relative;
}


/* .safe_box img,
a {
    display: flex;
    margin: 0 10px;
} */

#footer .content .bottom-box div img {
    display: block;
    width: 1rem;
    height: 1rem;
    padding-top: 2.5rem;
}

#footer .content div {
    display: flex;
    margin: 0 10px;
}

#footer-assist {
    /* width: 100%; */
    position: fixed;
    right: 0;
    bottom: 10.875rem;
    /* display: none; */
    display: flex;
    z-index: 9999;
    /* justify-content: flex-end; */
    flex-direction: column;
}

#footer-assist .contactus_box {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

#footer-assist .contactus_box a {
    display: block;
    width: 3.75rem;
    height: 3.75rem;
    /* background: url("image/contactus.png") no-repeat center center; */
    background-color: #949494;
}

#footer-assist .contactus_box a i {
    color: white;
    display: block;
    font-size: 2rem;
    cursor: pointer;
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
    text-align: center;
}

#footer-assist .contact_box {
    width: 100%;
    position: relative;
}

.contact_box i {
    position: absolute;
    font-size: 1.2rem;
    color: #ccc;
    right: 1rem;
    top: -1rem;
    cursor: pointer;
}

.contact_det {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 24rem;
    /* width: calc(100% - 20rem); */
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 9999;
    padding: 2rem 0 3.5rem;
    display: none;
    /* border: 1px solid #333; */
}

.contact_det p {
    display: block;
}

.contact_det .contact_title {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    line-height: 3.8rem;
}

.contact_det .contact_fun {
    padding: 0 3.6rem;
    text-align: left;
    font-size: 1rem;
    line-height: 2rem;
}

#footer-assist .gobacktop_box {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}

#footer-assist .gobacktop_box a {
    display: block;
    width: 3.75rem;
    height: 3.75rem;
}

#footer-assist .gobacktop {
    background-color: #666;
    /* border: 1px solid #c4c4c6; */
}

#footer-assist .back-dropdown {
    display: block;
    background: none;
    padding: 0;
    border: 0;
    height: 100%;
    margin: 10% auto;
    cursor: pointer;
}

#footer-assist .back-dropdown:hover {
    background: none;
}

.back-dropdown .show-more-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.back-dropdown .icon-color {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

#footer-assist .bottom-search {
    position: relative;
    display: flex;
    justify-content: flex-end;
    background: #005daa;
    color: #ffffff;
    margin-top: 5px;
}

#footer-assist .bottom-search i {
    display: block;
    font-size: 2rem;
    cursor: pointer;
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
    text-align: center;
}

#footer-assist .search-pos {
    position: fixed;
    bottom: 6.675rem;
    left: 50%;
    display: flex;
    justify-content: flex-end;
    width: 32rem;
    /* width: calc(100% - 20rem); */
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 9999;
    display: none;
}

#footer-assist .search-pos .pos-box {
    position: relative;
    width: 100%;
}

.pos-box .search_box {
    position: absolute;
    top: -1rem;
    right: -1rem;
    width: 1.5rem;
    height: 1.5rem;
}

.pos-box .search_box a {
    display: block;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: #666;
    text-indent: -9999em;
    outline: none;
    color: #FFFF;
}

.pos-box .search_box a::before {
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -9px;
    background-color: #fff;
    content: "";
}

.pos-box .search_box a::after {
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -9px;
    background-color: #fff;
    content: "";
}

#footer-assist .search-pos input {
    width: 100%;
    border: none;
    outline: none;
    text-indent: 1rem;
    font-size: 1.167rem;
    height: 3.75rem;
    /* margin: 5px; */
    border: 1px solid #b3b3b4;
    display: block;
    background-color: #FFF;
}

.search-pos .new_search_bt {
    width: 3.75rem;
    height: 3.75rem;
    background: #005daa;
    color: #ffffff;
    text-align: center;
    line-height: 3.75rem;
    position: absolute;
    right: 0;
    top: 0;
    margin: 1px -1px;
}

.search-pos .new_search_bt i {
    font-size: 2rem;
    cursor: pointer;
}

#production_slide {
    position: absolute;
    left: 8rem;
    top: -4rem;
}

#production_slide .slide-item-body ul li {
    width: 50%;
    float: left;
    display: block;
    border: none;
    border-radius: 8px;
    height: inherit;
    z-index: 10002;
    height: 8.3rem;
}

#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: 50rem;
    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: 20%;
    z-index: 10;
    cursor: pointer;
    right: auto;
    left: -9rem;
    height: 3rem;
    width: 5rem;
    background: url("image/a.png") no-repeat center center;
    background-size: contain;
}

#production_slide .prev {
    position: absolute;
    top: 20%;
    z-index: 10;
    cursor: pointer;
    right: -9rem;
    height: 3rem;
    width: 5rem;
    background: url("image/b.png") no-repeat center center;
    background-size: contain;
}

#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: 9rem;
    margin: 0 auto;
    padding-top: 4.7rem;
    position: relative;
}

.class_banner .banner_title {
    margin-left: 6.67rem;
    font-size: 2.25rem;
    font-family: Arial;
    font-weight: bold;
    color: #333333;
}

.class_banner .greenbtn_en {
    position: absolute;
    width: 6rem;
    height: 1rem;
    /* background-color: blue; */
    top: 0.75rem;
    left: 19.25rem;
    cursor: pointer;
}

.blue-btn {
    width: 100%;
    height: 100%;
    position: relative;
}

.blue-btn .blue-greenbtn {
    position: absolute;
    width: 1rem;
    height: 1rem;
    /* background-color: #2568cc;
    border-radius: 50%; */
    top: 0;
    left: 4.5rem;
    -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;
        width: 1rem;
        height: 1rem;
        top: 0;
        left: 4.5rem;
    }
    100% {
        opacity: 0.9;
        width: 1rem;
        height: 1rem;
    }
}

.blue-btn .blue-sportbtn {
    position: absolute;
    width: 1rem;
    height: 1rem;
    /* background-color: #2568cc;
    border-radius: 50%; */
    top: 0rem;
    left: 4.16rem;
    -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: 1rem;
        height: 1rem;
        top: 0.2rem;
        left: 4.1rem;
    }
    100% {
        opacity: 0.9;
        width: 1rem;
        height: 1rem;
    }
}

.class_banner .carbtn_en {
    position: absolute;
    width: 4.1rem;
    height: 1rem;
    /* background-color: blue; */
    top: 0.75rem;
    left: 60.25rem;
    cursor: pointer;
}

.class_banner .sportbtn_en {
    position: absolute;
    width: 4.1rem;
    height: 1rem;
    /* background-color: black; */
    bottom: 1rem;
    left: 27rem;
    cursor: pointer;
}

.class_banner .fashionbtn_en {
    position: absolute;
    width: 4.1rem;
    height: 1rem;
    /* background-color: gray; */
    top: 0.75rem;
    left: 34rem;
    cursor: pointer;
}

.class_banner .elebtn_en {
    position: absolute;
    width: 6rem;
    height: 1rem;
    /* background-color: red; */
    bottom: 1rem;
    left: 51rem;
    cursor: pointer;
}

.class_banner .planebtn_en {
    position: absolute;
    width: 4.1rem;
    height: 1rem;
    /* background-color: blue; */
    bottom: 1rem;
    left: 67.25rem;
    cursor: pointer;
}

.class_banner .clothbtn_en {
    position: absolute;
    width: 4.1rem;
    height: 1rem;
    /* background-color: pink; */
    top: 0.75rem;
    left: 50.5rem;
    cursor: pointer;
}

.class_slide {
    width: 64.6rem;
    height: 41.125rem;
    margin: 7.91rem auto;
}

.class_title {
    width: 70.8rem;
    height: 4.16rem;
    margin: 1.25rem auto;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.class_title .title {
    position: absolute;
    left: calc(50% - 6.25rem);
    width: 12.5rem;
    text-align: center;
    font-size: 2rem;
    color: #303030;
    margin: 0 auto;
    height: 4.16rem;
    font-family: Arial;
    font-weight: bold;
    border-bottom: 1px solid #005daa;
}

.class_text {
    width: 58.3rem;
    margin: 1.25rem auto;
    text-align: center;
}

.class_text p {
    line-height: 2.5rem;
    font-size: 1rem;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
}

.class_img {
    width: 100%;
    margin: 1.25rem auto;
    text-align: center;
}

.group-box .class_tree {
    width: 100%;
    height: auto;
    margin: 2.1rem auto;
    padding: 6.25rem 0;
}

.class_tree .content {
    position: relative;
}

.class_tree .tree {
    width: 54.16rem;
    height: 8.3rem;
    position: relative;
    margin: 0 auto;
}

.class_tree .tree:nth-of-type(odd) .content .smallpic {
    width: 3.33rem;
    height: 3.33rem;
    /* overflow: hidden; */
}

.class_tree .tree:nth-of-type(odd) .content .bigpic {
    position: absolute;
    top: -3.95rem;
    left: 13.125rem;
    width: 11.91rem;
    height: 8.58rem;
    display: none;
    /* overflow: hidden; */
}

.class_tree .tree:nth-of-type(even) .smallpic {
    width: 3.33rem;
    height: 3.33rem;
    /* overflow: hidden; */
}

.class_tree .tree:nth-of-type(even) .bigpic {
    position: absolute;
    top: -3.95rem;
    right: 12.125rem;
    width: 11.91rem;
    height: 8.58rem;
    display: none;
    /* overflow: hidden; */
}

.class_tree .tree .content h1 {
    font-size: 2.58rem;
}

.class_tree .tree .content p {
    line-height: 1.9rem;
    font-size: 1rem;
    font-family: Arial;
}

.class_tree .tree:nth-of-type(odd) .content {
    position: absolute;
    width: 25rem;
    height: 6.25rem;
    border-right: 1px solid #004a8f;
    text-align: right;
    padding: 1.25rem 2.1rem 1.25rem 0;
    z-index: 99;
    top: -2.91rem;
}

.class_tree .tree:nth-of-type(odd) .content:nth-child(2) {
    position: absolute;
    width: 25rem;
    height: 6.25rem;
    border-right: 1px solid #004a8f;
    text-align: right;
    padding: 4.375rem 2.1rem 1.25rem 0;
    z-index: 99;
    top: -2.91rem;
}

.class_tree .tree:nth-of-type(even) .content {
    position: absolute;
    width: 24rem;
    height: 7.11rem;
    border-left: 1px solid #004a8f;
    left: 27.1rem;
    text-align: left;
    padding-left: 2.1rem;
    padding-top: 1.25rem;
    z-index: 998;
    top: -2.991rem;
}

.class_tree .tree:nth-of-type(odd) .green-dot {
    width: 1.125rem;
    height: 1.125rem;
    background: url("image/green-dot.png") no-repeat center center;
    position: absolute;
    left: 26.58rem;
    top: 2.29rem;
    z-index: 999;
    background-size: 1rem;
}

.class_tree .tree:nth-of-type(even) .green-dot {
    width: 1.125rem;
    height: 1.125rem;
    background: url("image/green-dot.png") no-repeat center center;
    position: absolute;
    left: 26.58rem;
    top: 2.29rem;
    z-index: 999;
    background-size: 1rem;
}

.class_tree .tree:nth-of-type(odd) .blue-dot {
    width: 1.125rem;
    height: 1.125rem;
    background: url("image/dot.png") no-repeat center center;
    position: absolute;
    left: 26.58rem;
    top: 2.29rem;
    z-index: 999;
    background-size: 1rem;
}

.class_tree .tree:nth-of-type(even) .blue-dot {
    width: 1.125rem;
    height: 1.125rem;
    background: url("image/dot.png") no-repeat center center;
    position: absolute;
    left: 26.58rem;
    top: 2.29rem;
    z-index: 999;
    background-size: 1rem;
}

.class_production {
    max-width: 1903px;
    height: auto;
    margin: 2.1rem 6.3rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 4.1rem;
}

.class_production li {
    flex: 0 0 auto;
    width: 20rem;
    margin: 1rem 1rem 4rem;
    height: 13.45rem;
    padding-bottom: 1.5rem;
}

.class_production li .pic {
    display: block;
}

.class_production li .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.class_production li .title {
    display: block;
    margin: 1rem 0;
    font-size: 1.17rem;
    line-height: 1.5rem;
    color: #3e3a3a;
    position: relative;
}

.class_production li .title:hover {
    color: #005daa;
}

.class_production li .title i {
    width: 1rem;
    margin-right: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.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 {
    display: flex;
    justify-content: space-between;
    margin: 3.3rem 6.9rem;
}

.news_header .news-tag {
    width: 3.5rem;
    height: 3.5rem;
    background: #005daa;
    font-size: 1rem;
    text-align: center;
    line-height: 3.5rem;
    color: #ffffff;
    margin-right: 1rem;
    flex-grow: 0;
}

.news_option Select {
    width: 12rem;
    height: 3rem;
    border: 1px solid #ccc;
    font-size: 1rem;
    padding-left: 1.4rem;
}

.news_option Select Option {
    border: 1px solid #ccc;
    height: 3rem;
}

.news_list {
    margin: 0 6.9rem;
    padding: 1.3rem 0;
    min-height: 20rem;
}

.news_list li {
    padding: 2rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 1rem;
    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 1rem;
}

.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;
}

.news_list .page_css {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 2rem auto;
}

.news_list .page_css a {
    color: #ccc;
    padding: 0.2rem 0.5rem;
    display: block;
    border: 1px solid #ccc;
    margin: 0 0.5rem;
}

.news_list .page_css .nowpage {
    color: #005daa;
}

.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: Arial;
    font-weight: 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: Arial;
    font-weight: 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: Arial;
    font-weight: 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: Arial;
    font-weight: bold;
}

.ceo_talk {
    margin: 2rem 14.125rem 0;
}

.ceo_talk .talk_title {
    width: 100%;
    font-size: 2.1rem;
    line-height: 4.08rem;
    font-family: Arial;
    font-weight: bold;
    color: #333;
    margin-bottom: 2rem;
}

.ceo_talk .talk_content {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10.5rem;
    display: flex;
    justify-content: space-between;
    text-align: justify;
    word-wrap: break-word;
    hyphens: auto;
}

.ceo_talk .talk_content .content_right {
    width: 100%;
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: Arial;
}

.ceo_talk .talk_content .content_right p {
    margin-bottom: 2.25rem;
    line-height: 1.75rem;
}

.ceo_talk .talk_content .content_right .right_autograph {
    margin-top: 3.33rem;
    display: flex;
    justify-content: left;
}

.right_autograph .right_sign {
    font-size: 1.5rem;
    line-height: 3.75rem;
}

.corp_culture {
    width: 1552px;
    height: 354px;
    margin: 0 auto;
    margin-top: 130px;
}

.pro_detail {
    height: auto;
    margin: 4.95rem auto 0;
    padding-bottom: 4.1rem;
}

.detail_title {
    font-size: 1.125rem;
    font-family: Arial;
    font-weight: bold;
    color: #303030;
    padding-bottom: 4.1rem;
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
    margin: 0 4rem;
}

.pro_detail .allbtn {
    margin: 0 7rem;
    display: flex;
    justify-content: flex-end;
}

.contr-all {
    display: flex;
    justify-content: flex-end;
}

.closeAll_title {
    width: 8.75rem;
    height: 2.16rem;
    line-height: 2.16rem;
    cursor: pointer;
    text-align: center;
    margin: 2.7rem 0 1.7rem;
    background-color: #666;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.75rem;
    color: #fff;
}

.openAll_title {
    width: 8.75rem;
    height: 2.16rem;
    line-height: 2.16rem;
    cursor: pointer;
    text-align: center;
    margin: 2.7rem 0 1.7rem;
    background-color: #666;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.75rem;
    color: #fff;
}

.news-detail {
    max-width: 1903px;
    margin: 0 10rem;
    min-height: 40rem;
}

.news-detail .detail-title {
    height: 5rem;
    line-height: 5rem;
    position: relative;
    margin: 3rem auto;
}

.news-detail .detail-title .detail-title-hr {
    position: absolute;
    left: calc(50% - 25rem);
    width: 50rem;
    text-align: center;
    font-size: 28px;
    color: #373737;
    margin: 0 auto;
    height: 100px;
    font-family: Arial;
    font-weight: bold;
    border-bottom: 1px solid #d2d2d2;
}

.news-detail .detail-content {
    padding: 0 2rem;
    margin: 3rem 2rem;
    font-size: 0.9rem;
    line-height: 1.6;
    font-family: Arial;
}

.news-detail .detail-content p {
    margin-bottom: 1rem;
}

.news-detail .detail-content p:last-child {
    margin-bottom: 0;
}

.news-detail .detail-bottom {
    padding: 3rem 2rem 8rem;
    margin: 0 2rem;
}

.news-detail .detail-bottom img {
    width: 100%;
    margin: 0 auto;
}

.all-box {
    margin: 0 7rem;
    height: auto;
}

.first-detail-box {
    width: 95%;
    height: auto;
    margin: 0 auto 1.6rem;
    border: 1px solid #e2e2e6;
    padding: 0 1.6rem 1.6rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.first-detail-box .f-d-out-box {
    position: absolute;
    top: 0;
    height: 0;
    width: 95%;
    height: 3.5rem;
    cursor: pointer;
}

.first-detail-box .d-b-left {
    width: 33%;
    height: auto;
}

.first-detail-box .d-b-left .left-top {
    width: 185%;
    font-family: Arial;
    font-size: 1.375rem;
    line-height: 3.75rem;
}

.first-detail-box .d-b-left .left-bottom {
    width: 18.5rem;
    height: 13.875rem;
}

.first-detail-box .d-b-left .left-bottom img {
    display: block;
    width: 100%;
    height: 100%;
}

.first-detail-box .d-b-right {
    width: 62%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.first-detail-box .d-b-right .right-top span {
    color: blue;
    font-size: 1rem;
    line-height: 3.75rem;
    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: 1rem;
    line-height: 1.75rem;
}

.first-detail-box .d-b-right .right-bottom .r-b-text .r-b-text-title {
    font-family: Arial;
    font-weight: bold;
    font-size: 1rem;
}

.first-detail-box .d-b-right .right-bottom .r-b-text .application-box {
    padding-left: 2rem;
}

.first-detail-box .d-b-right .right-bottom .r-b-text ul {
    padding-left: 2rem;
}

.first-detail-box .d-b-right .right-bottom .r-b-text ul li {
    list-style: disc;
}

.first-detail-box .d-b-right .right-bottom .r-b-button {
    cursor: pointer;
    width: 12.5rem;
    height: 2.91rem;
    line-height: 2.91rem;
    margin-top: 1.66rem;
    background: #e30b20;
    color: white;
    font-size: 1.2rem;
    text-align: center;
}

.first-detail-box .d-b-right .right-bottom table {
    width: 100%;
    margin-top: 2.1rem;
    border-collapse: collapse;
    font-size: 1rem;
    font-family: Arial;
}

.first-detail-box .d-b-right .right-bottom table th,
td {
    border: 1px solid #d2d2d2;
    line-height: 2.66rem;
    text-align: left;
}

.first-detail-box .d-b-right .right-bottom table th {
    width: 10%;
    font-weight: normal;
    padding-left: 1rem;
}

.first-detail-box .d-b-right .right-bottom table td {
    width: 90%;
    padding-left: 1.41rem;
}

.all-box .first-box {
    width: 95%;
    height: 3.5rem;
    line-height: 3.75rem;
    border: 1px solid #d2d2d2;
    margin: 0 auto 1.54rem;
    padding: 0 1.66rem;
    font-family: Arial;
    font-size: 1.375rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.all-box .first-box span {
    color: blue;
}

.second-detail-box {
    width: 95%;
    height: auto;
    margin: 0 auto 1.6rem;
    border: 1px solid #e2e2e6;
    padding: 0 1.6rem 1.6rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.second-detail-box .s-d-out-box {
    position: absolute;
    top: 0;
    height: 0;
    width: 95%;
    height: 3.5rem;
    cursor: pointer;
}

.second-detail-box .d-b-left {
    width: 33%;
    height: auto;
}

.second-detail-box .d-b-left .left-top {
    width: 180%;
    font-family: Arial;
    font-size: 1.375rem;
    line-height: 3.75rem;
}

.second-detail-box .d-b-left .left-bottom {
    width: 18.5rem;
    height: 13.875rem;
}

.second-detail-box .d-b-left .left-bottom img {
    display: block;
    width: 100%;
    height: 100%;
}

.second-detail-box .d-b-right {
    width: 62%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.second-detail-box .d-b-right .right-top span {
    color: blue;
    font-size: 1rem;
    line-height: 3.75rem;
    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: 1rem;
    line-height: 1.75rem;
}

.second-detail-box .d-b-right .right-bottom .r-b-text .application-box {
    padding-left: 2rem;
}

.second-detail-box .d-b-right .right-bottom .r-b-text ul {
    padding-left: 2rem;
}

.second-detail-box .d-b-right .right-bottom .r-b-text ul li {
    list-style-type: disc;
}

.second-detail-box .d-b-right .right-bottom .r-b-text .r-b-text-title {
    font-family: Arial;
    font-weight: bold;
    font-size: 1rem;
}

.second-detail-box .d-b-right .right-bottom .r-b-button {
    cursor: pointer;
    width: 12.5rem;
    height: 2.91rem;
    line-height: 2.91rem;
    margin-top: 1.66rem;
    background: #e30b20;
    color: white;
    font-size: 1.2rem;
    text-align: center;
}

.second-detail-box .d-b-right .right-bottom table {
    width: 100%;
    margin-top: 2.1rem;
    border-collapse: collapse;
    font-size: 1rem;
    font-family: Arial;
}

.second-detail-box .d-b-right .right-bottom table th,
td {
    border: 1px solid #d2d2d2;
    line-height: 2.66rem;
    text-align: left;
}

.second-detail-box .d-b-right .right-bottom table th {
    width: 10%;
    font-weight: normal;
    padding-left: 1rem;
}

.second-detail-box .d-b-right .right-bottom table td {
    width: 90%;
    padding-left: 1.41rem;
}

.all-box .second-box {
    width: 95%;
    height: 3.5rem;
    line-height: 3.75rem;
    border: 1px solid #d2d2d2;
    margin: 0 auto 1.54rem;
    padding: 0 1.66rem;
    font-family: Arial;
    font-size: 1.375rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.all-box .second-box span {
    color: blue;
}

.third-detail-box {
    width: 95%;
    height: auto;
    margin: 0 auto 1.6rem;
    border: 1px solid #e2e2e6;
    padding: 0 1.6rem 1.6rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.third-detail-box .t-d-out-box {
    position: absolute;
    top: 0;
    height: 0;
    width: 95%;
    height: 3.5rem;
    cursor: pointer;
}

.third-detail-box .d-b-left {
    width: 33%;
    height: auto;
}

.third-detail-box .d-b-left .left-top {
    width: 185%;
    font-family: Arial;
    font-size: 1.375rem;
    line-height: 3.75rem;
}

.third-detail-box .d-b-left .left-bottom {
    width: 18.5rem;
    height: 13.875rem;
}

.third-detail-box .d-b-left .left-bottom img {
    display: block;
    width: 100%;
    height: 100%;
}

.third-detail-box .d-b-right {
    width: 62%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.third-detail-box .d-b-right .right-top span {
    color: blue;
    font-size: 1rem;
    line-height: 3.75rem;
    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: 1rem;
    line-height: 1.75rem;
}

.third-detail-box .d-b-right .right-bottom .r-b-text .application-box {
    padding-left: 2rem;
}

.third-detail-box .d-b-right .right-bottom .r-b-text ul {
    padding-left: 2rem;
}

.third-detail-box .d-b-right .right-bottom .r-b-text ul li {
    list-style-type: disc;
}

.third-detail-box .d-b-right .right-bottom .r-b-text .r-b-text-title {
    font-family: Arial;
    font-weight: bold;
    font-size: 1rem;
}

.third-detail-box .d-b-right .right-bottom .r-b-button {
    cursor: pointer;
    width: 12.5rem;
    height: 2.91rem;
    line-height: 2.91rem;
    margin-top: 1.6rem;
    background: #e30b20;
    color: white;
    font-size: 1.2rem;
    text-align: center;
}

.third-detail-box .d-b-right .right-bottom table {
    width: 100%;
    margin-top: 2.1rem;
    border-collapse: collapse;
    font-size: 1rem;
    font-family: Arial;
}

.third-detail-box .d-b-right .right-bottom table th,
td {
    border: 1px solid #d2d2d2;
    line-height: 2.6rem;
    text-align: left;
}

.third-detail-box .d-b-right .right-bottom table th {
    width: 10%;
    font-weight: normal;
    padding-left: 1rem;
}

.third-detail-box .d-b-right .right-bottom table td {
    width: 90%;
    padding-left: 1.41rem;
}

.all-box .third-box {
    width: 95%;
    height: 3.75rem;
    line-height: 3.5rem;
    border: 1px solid #d2d2d2;
    margin: 0 auto 1.54rem;
    padding: 0 1.66rem;
    font-family: Arial;
    font-size: 1.375rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.all-box .third-box span {
    color: blue;
}

.fourth-detail-box {
    width: 95%;
    height: auto;
    margin: 0 auto 1.6rem;
    border: 1px solid #e2e2e6;
    padding: 0 1.6rem 1.6rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.fourth-detail-box .fourth-d-out-box {
    position: absolute;
    top: 0;
    height: 0;
    width: 95%;
    height: 3.5rem;
    cursor: pointer;
}

.fourth-detail-box .d-b-left {
    width: 33%;
    height: auto;
}

.fourth-detail-box .d-b-left .left-top {
    width: 180%;
    font-family: Arial;
    font-size: 1.375rem;
    line-height: 3.75rem;
}

.fourth-detail-box .d-b-left .left-bottom {
    width: 18.5rem;
    height: 13.875rem;
}

.fourth-detail-box .d-b-left .left-bottom img {
    display: block;
    height: 100%;
    width: 100%;
}

.fourth-detail-box .d-b-right {
    width: 62%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.fourth-detail-box .d-b-right .right-top span {
    color: blue;
    font-size: 1rem;
    line-height: 3.75rem;
    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: 1rem;
    line-height: 1.75rem;
}

.fourth-detail-box .d-b-right .right-bottom .r-b-text .application-box {
    padding-left: 2rem;
}

.fourth-detail-box .d-b-right .right-bottom .r-b-text ul {
    padding-left: 2rem;
}

.fourth-detail-box .d-b-right .right-bottom .r-b-text ul li {
    list-style-type: disc;
}

.fourth-detail-box .d-b-right .right-bottom .r-b-text .r-b-text-title {
    font-family: Arial;
    font-weight: bold;
    font-size: 1rem;
}

.fourth-detail-box .d-b-right .right-bottom .r-b-button {
    cursor: pointer;
    width: 12.5rem;
    height: 2.91rem;
    line-height: 2.91rem;
    margin-top: 1.66rem;
    background: #e30b20;
    color: white;
    font-size: 1.2rem;
    text-align: center;
}

.fourth-detail-box .d-b-right .right-bottom table {
    width: 100%;
    margin-top: 2.1rem;
    border-collapse: collapse;
    font-size: 1rem;
    font-family: Arial;
}

.fourth-detail-box .d-b-right .right-bottom table th,
td {
    border: 1px solid #d2d2d2;
    line-height: 2.66rem;
    text-align: left;
}

.fourth-detail-box .d-b-right .right-bottom table th {
    width: 10%;
    font-weight: normal;
    padding-left: 1rem;
}

.fourth-detail-box .d-b-right .right-bottom table td {
    width: 90%;
    padding-left: 1.41rem;
}

.all-box .fourth-box {
    width: 95%;
    height: 3.5rem;
    line-height: 3.75rem;
    border: 1px solid #d2d2d2;
    margin: 0 auto 1.54rem;
    padding: 0 1.66rem;
    font-family: Arial;
    font-size: 1.375rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.all-box .fourth-box span {
    color: blue;
}

.fifth-detail-box {
    width: 95%;
    height: auto;
    margin: 0 auto 1.6rem;
    border: 1px solid #e2e2e6;
    padding: 0 1.6rem 1.6rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.fifth-detail-box .fifth-d-out-box {
    position: absolute;
    top: 0;
    height: 0;
    width: 95%;
    height: 3.5rem;
    cursor: pointer;
}

.fifth-detail-box .d-b-left {
    width: 33%;
    height: auto;
}

.fifth-detail-box .d-b-left .left-top {
    width: 180%;
    font-family: Arial;
    font-size: 1.375rem;
    line-height: 3.75rem;
}

.fifth-detail-box .d-b-left .left-bottom {
    width: 18.54rem;
    height: 13.875rem;
}

.fifth-detail-box .d-b-left .left-bottom img {
    display: block;
    width: 100%;
    height: 100%;
}

.fifth-detail-box .d-b-right {
    width: 62%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.fifth-detail-box .d-b-right .right-top span {
    color: blue;
    font-size: 1rem;
    line-height: 3.75rem;
    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: 1rem;
    line-height: 1.75rem;
}

.fifth-detail-box .d-b-right .right-bottom .r-b-text .application-box {
    padding-left: 2rem;
}

.fifth-detail-box .d-b-right .right-bottom .r-b-text ul {
    padding-left: 2rem;
}

.fifth-detail-box .d-b-right .right-bottom .r-b-text ul li {
    list-style-type: disc;
}

.fifth-detail-box .d-b-right .right-bottom .r-b-text .r-b-text-title {
    font-family: Arial;
    font-weight: bold;
    font-size: 1rem;
}

.fifth-detail-box .d-b-right .right-bottom .r-b-button {
    cursor: pointer;
    width: 12.5rem;
    height: 2.81rem;
    line-height: 2.91rem;
    margin-top: 1.6rem;
    background: #e30b20;
    color: white;
    font-size: 1.2rem;
    text-align: center;
}

.fifth-detail-box .d-b-right .right-bottom table {
    width: 100%;
    margin-top: 2.1rem;
    border-collapse: collapse;
    font-size: 1rem;
    font-family: Arial;
}

.fifth-detail-box .d-b-right .right-bottom table th,
td {
    border: 1px solid #d2d2d2;
    line-height: 2.66rem;
    text-align: left;
}

.fifth-detail-box .d-b-right .right-bottom table th {
    width: 10%;
    font-weight: normal;
    padding-left: 1rem;
}

.fifth-detail-box .d-b-right .right-bottom table td {
    width: 90%;
    padding-left: 1.41rem;
}

.all-box .fifth-box {
    width: 95%;
    height: 3.5rem;
    line-height: 3.75rem;
    border: 1px solid #d2d2d2;
    margin: 0 auto 1.54rem;
    padding: 0 1.6rem;
    font-family: Arial;
    font-size: 1.375rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.all-box .fifth-box span {
    color: blue;
}

.sixth-detail-box {
    width: 95%;
    height: auto;
    margin: 0 auto 1.6rem;
    border: 1px solid #e2e2e6;
    padding: 0 1.6rem 1.6rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.sixth-detail-box .sixth-d-out-box {
    position: absolute;
    top: 0;
    height: 0;
    width: 95%;
    height: 3.5rem;
    cursor: pointer;
}

.sixth-detail-box .d-b-left {
    width: 33%;
    height: auto;
}

.sixth-detail-box .d-b-left .left-top {
    width: 220%;
    font-family: Arial;
    line-height: 3.75rem;
}

.sixth-detail-box .d-b-left .left-bottom {
    width: 18.541rem;
    height: 13.875rem;
}

.sixth-detail-box .d-b-left .left-bottom img {
    display: block;
    width: 100%;
    height: 100%;
}

.sixth-detail-box .d-b-right {
    width: 62%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.sixth-detail-box .d-b-right .right-top span {
    color: blue;
    font-size: 1rem;
    line-height: 3.75rem;
    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: 1rem;
    line-height: 1.75rem;
}

.sixth-detail-box .d-b-right .right-bottom .r-b-text .application-box {
    padding-left: 2rem;
}

.sixth-detail-box .d-b-right .right-bottom .r-b-text ul {
    padding-left: 2rem;
}

.sixth-detail-box .d-b-right .right-bottom .r-b-text ul li {
    list-style-type: disc;
}

.sixth-detail-box .d-b-right .right-bottom .r-b-text .r-b-text-title {
    font-family: Arial;
    font-weight: bold;
    font-size: 1rem;
}

.sixth-detail-box .d-b-right .right-bottom .r-b-button {
    cursor: pointer;
    width: 12.5rem;
    height: 2.91rem;
    line-height: 2.91rem;
    margin-top: 1.6rem;
    background: #e30b20;
    color: white;
    font-size: 1.2rem;
    text-align: center;
}

.sixth-detail-box .d-b-right .right-bottom table {
    width: 100%;
    margin-top: 2.1rem;
    border-collapse: collapse;
    font-size: 1rem;
    font-family: Arial;
}

.sixth-detail-box .d-b-right .right-bottom table th,
td {
    border: 1px solid #d2d2d2;
    line-height: 2.66rem;
    text-align: left;
}

.sixth-detail-box .d-b-right .right-bottom table th {
    width: 10%;
    font-weight: normal;
    padding-left: 1rem;
}

.sixth-detail-box .d-b-right .right-bottom table td {
    width: 90%;
    padding-left: 1.41rem;
}

.all-box .sixth-box {
    width: 95%;
    height: 3.5rem;
    line-height: 3.75rem;
    border: 1px solid #d2d2d2;
    margin: 0 auto 1.54rem;
    padding: 0 1.6rem;
    font-family: Arial;
    font-size: 1.375rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.all-box .sixth-box span {
    color: blue;
}

.seventh-detail-box {
    width: 95%;
    height: auto;
    margin: 0 auto 1.6rem;
    border: 1px solid #e2e2e6;
    padding: 0 1.6rem 1.6rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.seventh-detail-box .seventh-d-out-box {
    position: absolute;
    top: 0;
    height: 0;
    width: 95%;
    height: 3.5rem;
    cursor: pointer;
}

.seventh-detail-box .d-b-left {
    width: 33%;
    height: auto;
}

.seventh-detail-box .d-b-left .left-top {
    width: 180%;
    font-family: Arial;
    font-size: 1.375rem;
    line-height: 3.75rem;
}

.seventh-detail-box .d-b-left .left-bottom {
    width: 18.54rem;
    height: 13.875rem;
}

.seventh-detail-box .d-b-left .left-bottom img {
    display: block;
    height: 100%;
    width: 100%;
}

.seventh-detail-box .d-b-right {
    width: 62%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.seventh-detail-box .d-b-right .right-top span {
    color: blue;
    font-size: 1rem;
    line-height: 3.75rem;
    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: 1rem;
    line-height: 1.75rem;
}

.seventh-detail-box .d-b-right .right-bottom .r-b-text .application-box {
    padding-left: 2rem;
}

.seventh-detail-box .d-b-right .right-bottom .r-b-text ul {
    padding-left: 2rem;
}

.seventh-detail-box .d-b-right .right-bottom .r-b-text ul li {
    list-style-type: disc;
}

.seventh-detail-box .d-b-right .right-bottom .r-b-text .r-b-text-title {
    font-family: Arial;
    font-weight: bold;
    font-size: 1rem;
}

.seventh-detail-box .d-b-right .right-bottom .r-b-button {
    cursor: pointer;
    width: 12.5rem;
    height: 2.91rem;
    line-height: 2.91rem;
    margin-top: 1.6rem;
    background: #e30b20;
    color: white;
    font-size: 1.2rem;
    text-align: center;
}

.seventh-detail-box .d-b-right .right-bottom table {
    width: 100%;
    margin-top: 2.1rem;
    border-collapse: collapse;
    font-size: 1rem;
    font-family: Arial;
}

.seventh-detail-box .d-b-right .right-bottom table th,
td {
    border: 1px solid #d2d2d2;
    line-height: 2.66rem;
    text-align: left;
}

.seventh-detail-box .d-b-right .right-bottom table th {
    width: 10%;
    font-weight: normal;
    padding-left: 1rem;
}

.seventh-detail-box .d-b-right .right-bottom table td {
    width: 90%;
    padding-left: 1.41rem;
}

.all-box .seventh-box {
    width: 95%;
    height: 3.5rem;
    line-height: 3.75rem;
    border: 1px solid #d2d2d2;
    margin: 0 auto 1.54rem;
    padding: 0 1.6rem;
    font-family: Arial;
    font-size: 1.375rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.all-box .seventh-box span {
    color: blue;
}

.eighth-detail-box {
    width: 95%;
    height: auto;
    margin: 0 auto 1.6rem;
    border: 1px solid #e2e2e6;
    padding: 0 1.6rem 1.6rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.eighth-detail-box .eighth-d-out-box {
    position: absolute;
    top: 0;
    height: 0;
    width: 95%;
    height: 3.5rem;
    cursor: pointer;
}

.eighth-detail-box .d-b-left {
    width: 33%;
    height: auto;
}

.eighth-detail-box .d-b-left .left-top {
    width: 220%;
    font-family: Arial;
    font-size: 1.375rem;
    line-height: 3.75rem;
}

.eighth-detail-box .d-b-left .left-bottom {
    width: 18.54rem;
    height: 13.875rem;
}

.eighth-detail-box .d-b-left .left-bottom img {
    display: block;
    width: 100%;
    height: 100%;
}

.eighth-detail-box .d-b-right {
    width: 62%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.eighth-detail-box .d-b-right .right-top span {
    color: blue;
    font-size: 1rem;
    line-height: 3.75rem;
    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: 1rem;
    line-height: 1.75rem;
}

.eighth-detail-box .d-b-right .right-bottom .r-b-text .application-box {
    padding-left: 2rem;
}

.eighth-detail-box .d-b-right .right-bottom .r-b-text ul {
    padding-left: 2rem;
}

.eighth-detail-box .d-b-right .right-bottom .r-b-text ul li {
    list-style-type: disc;
}

.eighth-detail-box .d-b-right .right-bottom .r-b-text .r-b-text-title {
    font-family: Arial;
    font-weight: bold;
    font-size: 1rem;
}

.eighth-detail-box .d-b-right .right-bottom .r-b-button {
    cursor: pointer;
    width: 12.5rem;
    height: 2.91rem;
    line-height: 2.91rem;
    margin-top: 1.6rem;
    background: #e30b20;
    color: white;
    font-size: 1.2rem;
    text-align: center;
}

.eighth-detail-box .d-b-right .right-bottom table {
    width: 100%;
    margin-top: 2.1rem;
    border-collapse: collapse;
    font-size: 1rem;
    font-family: Arial;
}

.eighth-detail-box .d-b-right .right-bottom table th,
td {
    border: 1px solid #d2d2d2;
    line-height: 2.66rem;
    text-align: left;
}

.eighth-detail-box .d-b-right .right-bottom table th {
    width: 10%;
    font-weight: normal;
    padding-left: 1rem;
}

.eighth-detail-box .d-b-right .right-bottom table td {
    width: 90%;
    padding-left: 1.41rem;
}

.all-box .eighth-box {
    width: 95%;
    height: 3.5rem;
    line-height: 3.75rem;
    border: 1px solid #d2d2d2;
    margin: 0 auto 1.54rem;
    padding: 0 1.6rem;
    font-family: Arial;
    font-size: 1.375rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.all-box .eighth-box span {
    color: blue;
}

.ninth-detail-box {
    width: 95%;
    height: auto;
    margin: 0 auto 1.6rem;
    border: 1px solid #e2e2e6;
    padding: 0 1.6rem 1.6rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.ninth-detail-box .ninth-d-out-box {
    position: absolute;
    top: 0;
    height: 0;
    width: 95%;
    height: 3.5rem;
    cursor: pointer;
}

.ninth-detail-box .d-b-left {
    width: 33%;
    height: auto;
}

.ninth-detail-box .d-b-left .left-top {
    width: 180%;
    font-family: Arial;
    font-size: 1.375rem;
    line-height: 3.75rem;
}

.ninth-detail-box .d-b-left .left-bottom {
    width: 18.54rem;
    height: 13.875rem;
}

.ninth-detail-box .d-b-left .left-bottom img {
    display: block;
    width: 100%;
    height: 100%;
}

.ninth-detail-box .d-b-right {
    width: 62%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.ninth-detail-box .d-b-right .right-top span {
    color: blue;
    font-size: 1rem;
    line-height: 3.75rem;
    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: 1rem;
    line-height: 1.75rem;
}

.ninth-detail-box .d-b-right .right-bottom .r-b-text ul {
    padding-left: 2rem;
}

.ninth-detail-box .d-b-right .right-bottom .r-b-text ul li {
    list-style-type: disc;
}

.ninth-detail-box .d-b-right .right-bottom .r-b-text .application-box {
    padding-left: 2rem;
}

.ninth-detail-box .d-b-right .right-bottom .r-b-text .r-b-text-title {
    font-family: Arial;
    font-weight: bold;
    font-size: 1rem;
}

.ninth-detail-box .d-b-right .right-bottom .r-b-button {
    cursor: pointer;
    width: 12.5rem;
    height: 2.91rem;
    line-height: 2.91rem;
    margin-top: 1.6rem;
    background: #e30b20;
    color: white;
    font-size: 1.2rem;
    text-align: center;
}

.ninth-detail-box .d-b-right .right-bottom table {
    width: 100%;
    margin-top: 2.1rem;
    border-collapse: collapse;
    font-size: 1rem;
    font-family: Arial;
}

.ninth-detail-box .d-b-right .right-bottom table th,
td {
    border: 1px solid #d2d2d2;
    line-height: 2.66rem;
    text-align: left;
}

.ninth-detail-box .d-b-right .right-bottom table th {
    width: 10%;
    font-weight: normal;
    padding-left: 1rem;
}

.ninth-detail-box .d-b-right .right-bottom table td {
    width: 90%;
    padding-left: 1.41rem;
}

.all-box .ninth-box {
    width: 95%;
    height: 3.5rem;
    line-height: 3.75rem;
    border: 1px solid #d2d2d2;
    margin: 0 auto 1.54rem;
    padding: 0 1.6rem;
    font-family: Arial;
    font-size: 1.375rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.all-box .ninth-box span {
    color: blue;
}

.boxhide {
    display: none;
}

.boxshow {
    display: block;
}

.c_vision {
    margin: 1.25rem 7.3rem 2.1rem 7.3rem;
}


/* .c_vision .c_v_title{width: 1400px; font-size: 38px; font-family: pingfangSc-Bold; color:#333;margin-bottom: 50px;} */

.c_vision .vision-title {
    height: auto;
    margin: 0 8.8rem;
    display: flex;
    justify-content: space-between;
}

.vision-title .title-pic {
    width: 37%;
    height: auto;
}

.vision-title .title-pic img {
    display: block;
    width: 100%;
}

.vision-title .title-text {
    width: 56%;
    padding-top: 10.5rem;
    text-align: center;
}

.title-text .text-top {
    width: 32.5rem;
    margin: 0 auto;
    font-size: 1.91rem;
    line-height: 1.91rem;
    color: #9fc155;
    display: flex;
    justify-content: space-between;
}

.title-text .text-content {
    font-size: 1.125rem;
    line-height: 2.54rem;
    color: #333333;
    width: 29rem;
    margin: 1rem auto 0;
}

.c_vision .vision-text {
    width: 100%;
    margin: 4.16rem auto;
    display: flex;
    justify-content: space-between;
}

.vision-text .text-box {
    width: 20.4rem;
    height: 11.66rem;
    border: 1px solid #2d7ab8;
    position: relative;
    padding-top: 4.16rem;
}

.text-box .box-sign {
    width: 3.33rem;
    height: 3.33rem;
    position: absolute;
    top: -1.875rem;
    left: 8.53rem;
    font-size: 1.66rem;
    line-height: 3.33rem;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    color: #2d7ab8;
}

.text-box .text-title {
    color: #005da9;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.5rem;
    width: 100%;
    text-align: center;
}

.text-box .text-detail {
    font-size: 1rem;
    line-height: 1.3rem;
    color: #3e3a3a;
    text-align: center;
    margin-top: 1rem;
    font-family: Arial;
}

.m_in_hexin {
    margin: 1.25rem 7.9rem 2.1rem;
}

.m_in_hexin .m_title {
    word-wrap: break-word;
    hyphens: auto;
    text-align: justify;
    margin: 2.5rem 8rem 2.1rem;
    font-size: 1.08rem;
    font-family: Arial;
    font-weight: bold;
    color: #303030;
    line-height: 2rem;
}

.hexin-content {
    height: auto;
    margin: 0 7.25rem;
    padding: 1.25rem 0 10.41rem;
}

.hexin-content .top-three {
    height: auto;
    display: flex;
    justify-content: space-between;
}

.hexin-content .top-three .top-text {
    width: 20.4rem;
    height: auto;
    border: 1px solid #e4e4e8;
    position: relative;
    z-index: 1000;
    margin-right: 1.6rem;
}

.hexin-content .top-three .top-text:last-child {
    margin-right: 0;
}

.top-text .text-img {
    width: 10.8rem;
    height: 10.8rem;
    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: 10.5rem;
    height: 10.5rem;
    border-radius: 50%;
    background-color: #c9c9ca;
    margin: 4px;
    overflow: hidden;
}

.text-img .text-img-mid .img-one {
    width: 20rem;
    height: 13rem;
    position: absolute;
    top: -20%;
    left: -40%;
}

.text-img .text-img-mid .img-two {
    width: 10.91rem;
    height: 12.33rem;
    position: absolute;
    top: -15%;
    left: 0;
}

.text-img .text-img-mid .img-three {
    width: 17.375rem;
    height: 11.625rem;
    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: 20.4rem;
    height: 5rem;
    border-bottom: 1px solid #e4e4e8;
    position: relative;
    margin: 0 auto;
}

.text-title .text-title-line {
    position: absolute;
    left: calc(50% - 8rem);
    width: 16rem;
    text-align: center;
    font-size: 1rem;
    color: #005daa;
    margin: 0 auto;
    height: 5rem;
    font-size: 1.375rem;
    line-height: 5rem;
    font-family: Arial;
    font-weight: bold;
    border-bottom: 1px solid #005daa;
}

.top-text .text-content {
    margin: 2.1rem auto 0;
    width: 17.7rem;
    padding-bottom: 11.25rem;
}

.top-text .text-content p {
    text-align: justify;
    word-wrap: break-word;
    hyphens: auto;
    line-height: 1.41rem;
    color: #303030;
    font-size: 1rem;
    line-height: 1.83rem;
    font-family: Arial;
}

.hexin-content .last-six {
    height: auto;
    margin-top: 8.33rem;
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    padding: 2.1rem 0 4.16rem;
}

.hexin-content .last-six .top-text {
    width: 31rem;
    height: auto;
    border: 1px solid #e4e4e8;
    margin-right: 25px;
    position: relative;
    z-index: 1000;
}

.last-six .top-text .text-title {
    width: 31rem;
    height: 5rem;
    border-bottom: 1px solid #e4e4e8;
    position: relative;
    margin: 0 auto;
}

.last-six .text-title .text-title-line {
    position: absolute;
    left: calc(50% - 12.2rem);
    width: 24.4rem;
    text-align: center;
    font-size: 1.375rem;
    color: #005daa;
    margin: 0 auto;
    height: 5rem;
    line-height: 5rem;
    font-family: Arial;
    font-weight: bold;
    border-bottom: 1px solid #005daa;
}

.last-six .top-text .text-content {
    margin: 2.1rem auto 0;
    width: 24.4rem;
    padding-bottom: 11.25rem;
}

.last-six .top-text .text-content p {
    line-height: 1.83rem;
    color: #303030;
    font-size: 1rem;
    font-family: Arial;
}

.last-six .last-text-img {
    width: 18.45rem;
    height: 14.7rem;
    position: absolute;
    top: 70%;
    left: 20%;
    background-color: #fff;
    overflow: hidden;
    z-index: 9;
}

.last-six .last-text-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.c-achievement {
    margin: 0 6.9rem;
    margin-bottom: 4.16rem;
}

.c-achievement .c-a-top {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.1rem;
}

.c-a-top .a-t-first {
    width: 45%;
    margin-right: 4%;
}

.c-a-top .a-t-first:last-child {
    margin-right: 0;
}

.a-t-first .f-pic {
    width: 100%;
    padding: 3.33rem 0 1rem;
}

.f-pic img {
    width: 4.58rem;
    height: 4.58rem;
}

.a-t-first .f-title {
    font-size: 1rem;
    font-family: Arial;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #303030;
    padding: 1rem 0;
}

.a-t-first .f-text {
    margin-top: 1rem;
    font-size: 0.91rem;
    line-height: 1.83rem;
    color: #000;
    font-family: Arial;
}

#group-wrapper {
    margin: 0 7.25rem;
}

#group-wrapper .group-top {
    width: 100%;
    margin: 0 auto;
}

.group-top .group-box {
    padding: 4.16rem 0;
}

.group-box .group-title {
    margin: 0 auto;
    height: 3.33rem;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}

.group-title .group-line {
    position: absolute;
    left: calc(50% - 20rem);
    width: 40rem;
    text-align: center;
    font-size: 1.91rem;
    line-height: 1.75rem;
    color: #303030;
    margin: 0 auto;
    height: 3.33rem;
    font-family: Arial;
    font-weight: bold;
    border-bottom: 1px solid #005daa;
}

.group-box .group-text {
    padding: 4.16rem 0 0;
    margin: 0 3.41rem;
    line-height: 2rem;
    font-size: 1.1rem;
    font-family: Arial;
    color: #303030;
    text-align: justify;
}

.group-text p {
    margin-bottom: 2.1rem;
}

.group-title .group-c-line {
    position: absolute;
    left: calc(50% - 6rem);
    width: 12rem;
    text-align: center;
    font-size: 2.25rem;
    line-height: 1.75rem;
    color: #303030;
    margin: 0 auto;
    height: 3.33rem;
    font-family: Arial;
    font-weight: bold;
    border-bottom: 1px solid #005daa;
}

.vision-top {
    width: 81%;
    margin: 0 auto;
}

.vision-top p {
    text-align: justify;
    hyphens: auto;
    word-wrap: break-word;
    padding: 4.16rem 3.5rem;
    font-family: Arial;
    color: #303030;
    font-size: 1.08rem;
    line-height: 2rem;
}

.vision-content {
    width: 82%;
    margin: 0 auto;
    font-size: 0.75rem;
    line-height: 1.41rem;
    font-family: Arial;
    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: 8.75rem;
    height: 2.16rem;
    line-height: 2.16rem;
    cursor: pointer;
    text-align: center;
    margin: 2.7rem 0 1.7rem;
    background-color: #53b79f;
    font-family: Arial;
    font-weight: bold;
    font-size: 1rem;
    color: #fff;
}

.vision-content .v-c-top .v-top-openall-title {
    width: 8.75rem;
    height: 2.16rem;
    line-height: 2.16rem;
    cursor: pointer;
    text-align: center;
    margin: 2.7rem 0 1.7rem;
    background-color: #53b79f;
    font-family: Arial;
    font-weight: bold;
    font-size: 1rem;
    color: #fff;
}

.vision-detail {
    width: 100%;
    margin: 0 auto;
    padding: 2.1rem 0 4.16rem;
}

.vision-detail .v-first-box {
    width: 97.5%;
    height: 3.5rem;
    line-height: 3.5rem;
    background-color: #53b79f;
    margin: 0 auto;
    font-family: Arial;
    font-weight: bold;
    font-size: 1.375rem;
    display: flex;
    justify-content: space-between;
    color: #ffff;
    padding: 0 0.84rem;
    cursor: pointer;
}

.vision-detail .v-f-b-detail {
    width: 100%;
    /* height: 850px; */
    margin: 0 auto;
    padding: 3.625rem 0 2.08rem;
    border: 1px solid #53b79f;
}

.vision-detail .v-f-b-detail .d-top {
    margin: 0 auto;
    width: 90%;
    padding: 0 0 1.66rem;
    font-size: 0.8rem;
    line-height: 1.375rem;
}

.vision-detail .v-f-b-detail .d-top p {
    text-align: justify;
    word-wrap: break-word;
    hyphens: auto;
    font-size: 1rem;
    line-height: 1.83rem;
}

.vision-detail .v-f-b-detail .d-top .chanjiaobiao {
    text-align: justify;
    word-wrap: break-word;
    hyphens: auto;
    font-size: 1rem;
    line-height: 1.83rem;
    position: relative;
}

.vision-detail .v-f-b-detail .d-top .chanjiaobiao span {
    position: absolute;
    text-decoration: none;
    color: #000000;
    cursor: auto;
    display: block;
    top: 3.35rem;
    left: 14.35rem;
}

.vision-detail .v-f-b-detail .d-top .chanjiaobiao span:nth-child(1) {
    position: absolute;
    text-decoration: none;
    color: #000000;
    cursor: auto;
    display: block;
    top: 3.35rem;
    left: 45.85rem;
}

.vision-detail .v-f-b-detail .d-top .d-top-img {
    padding-bottom: 1.66rem;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.vision-detail .v-f-b-detail .d-top .d-top-img img {
    display: block;
    max-width: 10rem;
    max-height: 2.25rem;
}

.vision-detail .v-f-b-detail .d-top .d-top-img img:last-child {
    max-height: 3.67rem;
}

.vision-detail .v-second-box {
    width: 97.5%;
    height: 3.5rem;
    line-height: 3.5rem;
    background-color: #f3b453;
    margin: 2.1rem auto 0;
    font-family: Arial;
    font-weight: bold;
    font-size: 1.375rem;
    display: flex;
    justify-content: space-between;
    color: #ffff;
    padding: 0 0.84rem;
    cursor: pointer;
}

.vision-detail .v-s-b-detail {
    width: 100%;
    margin: 0 auto;
    padding: 3.625rem 0 2.1rem;
    border: 1px solid #f3b453;
}

.vision-detail .v-s-b-detail .d-top {
    margin: 0 auto;
    width: 90%;
    padding: 0 0 1.66rem;
}

.vision-detail .v-s-b-detail .d-top p {
    font-size: 1rem;
    margin-bottom: 2.08rem;
    line-height: 1.83rem;
    text-align: justify;
    word-wrap: break-word;
    hyphens: auto;
}

.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: center;
    padding-bottom: 1.66rem;
    height: auto;
    margin: 0 auto;
}

.vision-detail .v-s-b-detail .d-top .d-top-img-two img {
    display: block;
    max-width: 9.5rem;
    max-height: 2.67rem;
}

.vision-detail .v-s-b-detail .d-top .d-top-img-two img:first-child {
    margin-right: 2rem;
}

.vision-detail .v-third-box {
    width: 97.5%;
    height: 3.5rem;
    line-height: 3.5rem;
    background-color: #8da9d4;
    margin: 2.1rem auto 0;
    font-family: Arial;
    font-weight: bold;
    font-size: 1.375rem;
    display: flex;
    justify-content: space-between;
    color: #ffff;
    padding: 0 0.84rem;
    cursor: pointer;
}

.vision-detail .v-t-b-detail {
    width: 100%;
    margin: 0 auto;
    padding: 3.625rem 0 2.08rem;
    border: 1px solid #8da9d4;
}

.vision-detail .v-t-b-detail .d-top {
    margin: 0 auto;
    width: 90%;
    padding: 0 0 1.66rem;
}

.vision-detail .v-t-b-detail .d-top p {
    font-size: 1rem;
    line-height: 1.83rem;
    text-align: justify;
    word-wrap: break-word;
    hyphens: auto;
}

.vision-detail .v-t-b-detail .d-top .d-top-img {
    display: flex;
    justify-content: center;
    padding-bottom: 1.66rem;
    height: auto;
    margin: 0 auto;
}

.vision-detail .v-t-b-detail .d-top .d-top-img img {
    display: block;
    max-width: 9rem;
    max-height: 2.5rem;
    margin-right: 2rem;
}

.vision-detail .v-t-b-detail .d-top .d-top-img img:last-child {
    margin-right: none;
}

.vision-detail .v-t-b-detail .d-top .d-top-img-two {
    display: flex;
    justify-content: center;
    padding-bottom: 1.66rem;
    height: auto;
    margin: 0 auto;
}

.vision-detail .v-t-b-detail .d-top .d-top-img-two img:first-child {
    margin-right: 2rem;
}

.vision-detail .v-last-box {
    width: 97.5%;
    height: 3.5rem;
    line-height: 3.5rem;
    background-color: #9fc155;
    margin: 2.1rem auto 0;
    font-family: Arial;
    font-weight: bold;
    font-size: 1.375rem;
    display: flex;
    justify-content: space-between;
    color: #ffff;
    padding: 0 0.84rem;
    cursor: pointer;
}

.vision-detail .v-l-b-detail {
    width: 100%;
    margin: 0 auto;
    padding: 3.625rem 0 2.1rem;
    border: 1px solid #9fc155;
}

.vision-detail .v-l-b-detail .d-top {
    margin: 0 auto;
    width: 90%;
    padding: 0 0 1.6rem;
}

.vision-detail .v-l-b-detail .d-top p {
    font-size: 1rem;
    line-height: 1.83rem;
    text-align: justify;
    word-wrap: break-word;
    hyphens: auto;
}

.vision-detail .v-l-b-detail .d-top .d-top-img {
    display: flex;
    justify-content: center;
    height: auto;
    padding-bottom: 1.66rem;
    margin: 0 auto;
}

.vision-detail .v-l-b-detail .d-top .d-top-img img {
    display: block;
    max-width: 7.5rem;
    max-height: 2.75rem;
}

.vision-detail .v-l-b-detail .d-top .d-top-img-two {
    display: flex;
    justify-content: center;
    height: auto;
    margin: 0 auto;
    padding-bottom: 1.66rem;
}

.vision-detail .v-l-b-detail .d-top .d-top-img-two img:first-child {
    margin-right: 2rem;
}

.vision-detail .v-l-b-detail .d-top .d-top-img-two img:first-child {
    display: block;
    max-width: 6.375rem;
    max-height: 2.21rem;
}

.vision-detail .v-l-b-detail .d-top .d-top-img-two img:last-child {
    display: block;
    max-width: 8.05rem;
    max-height: 2.21rem;
}

.vision-bottom {
    width: 40%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.vision-bottom img:first-child {
    display: block;
    height: 3.25rem;
    margin-top: 0.65rem;
}

.vision-bottom img:nth-child(2) {
    display: block;
    height: 4.542rem;
}

.vision-bottom img:last-child {
    display: block;
    height: 4rem;
    margin-top: 0.27rem;
}

#search_result {
    margin: 1rem 4rem;
}

#search_result .bread {
    font-size: 0.8rem;
    color: #666;
    margin: 1rem 0;
}

#search_result .bread a {
    color: #666;
    /* border-bottom: 1px solid #666; */
    text-decoration: underline;
    padding-bottom: 3px;
}

#search_result .tip {
    font-size: 1.6rem;
    margin: 1rem 0 2rem;
}

#search_result .search_block {
    display: flex;
    margin: 1rem 0;
}

#search_result input {
    display: block;
    width: 40rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
    border-left: 0.2rem solid #ccc;
    border-bottom: 0.2rem solid #ccc;
    border-top: 0.2rem solid #ccc;
    padding-left: 1.5rem;
}

#search_result .search_bt {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    background-color: #005daa;
    border-right: 0.2rem solid #ccc;
    border-bottom: 0.2rem solid #ccc;
    border-top: 0.2rem solid #ccc;
    text-align: center;
    color: #fff;
}

#search_result .search_bt i {
    font-size: 1.6rem;
    cursor: pointer;
}

#search_result .result {
    background-color: #ccc;
    border: 1px solid #c1c1c1;
    height: 3rem;
    font-size: 0.8rem;
    line-height: 3rem;
    padding-left: 2rem;
    margin: 2rem 0;
}

#search_result .no_tip {
    font-size: 0.8rem;
}

#search_result .no_result {
    margin-bottom: 5rem;
}

#search_result .no_result h1 {
    font-size: 1rem;
    line-height: 3rem;
    font-weight: 600;
}

#search_result .no_result ul {
    margin: 0.5rem 0;
}

#search_result .no_result li {
    list-style-type: disc;
    font-size: 0.8rem;
    line-height: 1.2rem;
    margin-left: 2rem;
}