@import url(commonhacker_m.css);

/*头部开始*/

#header {
    /* min-height: 2rem; */
    margin: 3.8vw 4.2vw;
    display: flex;
    justify-content: space-between;
    background-color: #FFF;
}

#header .logo {
    height: 2rem;
}

#header .logo img {
    height: 2rem;
}

#header .tags {
    display: flex;
    justify-content: space-between;
}

#header .tags .locale {
    display: flex;
    justify-content: space-between;
    margin-right: 0.2rem;
}

#header .tags .locale a {
    font-family: pingfangSc-Bold;
    color: #666;
    font-size: 2.5vw;
    display: block;
    text-align: center;
    background: #f7f7fa;
    margin: 0 5px;
    height: 2rem;
    line-height: 2rem;
    padding: 0 5px;
    width: calc(5vw + 10px);
}

#header .tags .mail-logo img {
    margin-top: 0.25rem;
    height: 1.5rem;
    line-height: 1.5rem;
}

#newsheader {
    min-height: 2.85rem;
    margin: 0 1.5rem;
    display: flex;
    padding-top: 2rem;
    justify-content: space-between;
    background-color: #FFF;
}

#newsheader .logo img {
    height: 2.58rem;
}

#newsheader .tags {
    display: flex;
    justify-content: space-between;
}

#newsheader .tags .locale {
    display: flex;
    justify-content: space-between;
    margin-right: 0.2rem;
}

#newsheader .tags .locale a {
    font-weight: bold;
    color: #666;
    font-size: 0.5rem;
    display: block;
    text-align: center;
    background: #f7f7fa;
    margin: 0 5px;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
}

#newsheader .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: 870px; */
    /* position: fixed; */
    z-index: -1;
    overflow: hidden;
    width: 100%;
}

#main-body {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#main-body .videoblock {
    /* max-width: 780px; */
    /* height: 12.5rem; */
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: flex-end;
    /* padding-top: 5rem; */
}

#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: 1rem;
    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-weight: bold;
 */
    font-weight: bold;
    margin-bottom: 40px;
}

.production .detail .detail_block .detail_text p {
    font-size: 30px;
    /* font-family: Arial Regular; */
    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: 5rem;
    padding-bottom: 4rem;
}

.introduction .text-block {
    height: auto;
    margin: 0 2.5rem;
    text-align: center;
    color: #003f8c;
    font-size: 1.2rem;
}

.introduction .text-block p {
    /* font-family: Arial Bold; */
    font-weight: bold;
    line-height: 2rem;
    font-size: 1rem;
    font-weight: 500;
}

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

.news-box .news-block {
    padding: 2rem 0 2.3rem;
    margin: 0 4.2vw;
    display: flex;
    flex-direction: column;
}

.news-box .news-block .news_top {
    font-size: 1.5rem;
    /* font-family: Arial Bold; */
    font-weight: bold;
    display: flex;
    flex-direction: row;
}

.news_top {}


/* .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 .newstitle {
    margin: 1rem 0;
    font-size: 1rem;
    /* font-family: Arial Bold; */
    font-weight: bold;
    color: #000000;
    flex-grow: 0;
}

.newstitle {
    margin: 0 0.5rem;
    font-size: 1rem;
    /* font-family: Arial Regular; */
    color: #000000;
    flex-grow: 1;
    overflow: hidden;
    height: 3.6rem;
}

.news-outbox {
    height: 5rem;
    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;
    background-color: #004a8f;
}

.stand-banner .content {
    height: 10rem;
    line-height: 10rem;
    font-size: 2.2rem;
    margin: 0 auto;
    text-align: center;
    /* font-family: Arial Bold; */
    font-weight: bold;
    color: #ffffff;
}

#hechenbox {
    width: 100%;
    height: auto;
    background-color: #fff;
    display: flex;
    padding: 12vw 0;
}


/* #hechenbox>div {
    flex: 1;
} */

#hechenbox .box_one {
    display: flex;
    flex-direction: column;
    flex: 0 0 60%;
}

#hechenbox .box_two {
    display: flex;
    flex-direction: column;
    flex: 0 0 30%;
}

#hechenbox .box_one .level-box:first-child {
    margin-bottom: 2rem;
}

#hechenbox .box_two .level-box:first-child {
    margin-bottom: 2rem;
}

#hechenbox .box_one .level-box {
    justify-content: flex-start;
    padding: 0 5vw;
}

#hechenbox .box_two .level-box {
    justify-content: flex-start;
}


/* .level-box {
    margin: 0 auto;
} */

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

#hechenbox .box_one .level-box a {
    display: block;
}

#hechenbox .box_one .level-box a .f-title {
    font-size: 1.25rem;
    /* font-family: Arial Bold; */
    border-left: 4px solid #005daa;
    display: flex;
    padding: 0 1rem;
    align-items: flex-end;
    font-weight: bold;
}

#hechenbox .box_one .level-box a .f-title img {
    display: block;
    width: 3vw;
    height: 3vw;
    margin-left: 3vw;
    padding-bottom: 0.8vw;
}

#hechenbox .box_one .level-box .f-mid {
    margin-top: 1rem;
    margin-left: 2px;
    /* font-family: Arial Bold; */
    border-left: 1px solid #1e70b4;
    font-weight: bold;
    padding-left: 1rem;
    padding-bottom: 1rem;
}

#hechenbox .box_one .level-box .f-mid p {
    font-size: 2.8vw;
    line-height: 4vw;
}

#hechenbox .box_one .level-box .f-bottom {
    margin-left: 2px;
    font-size: 1rem;
    line-height: 2rem;
    color: #004a8f;
    border-left: 1px solid #1e70b4;
    padding-left: 1rem;
    padding-bottom: 1rem;
    position: relative;
    /* font-family: Arial Regular; */
}

#hechenbox .box_one .level-box .f-bottom a {
    color: #306ca4;
    /* font-family: Arial Regular; */
}

#hechenbox .box_one .level-box .f-bottom a:hover {
    color: cornflowerblue;
    /* font-family: Arial Regular; */
}

#hechenbox .box_one .level-box .f-bottom .cir-box-f {
    position: absolute;
    top: 0.5rem;
    left: -0.5rem;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
}

#hechenbox .box_one .level-box .f-bottom .cir-box-s {
    position: absolute;
    top: 2.5rem;
    left: -0.5rem;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
}

#hechenbox .box_one .level-box .f-bottom .cir-box-t {
    position: absolute;
    top: 4.5rem;
    left: -0.5rem;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
}

#hechenbox .box_one .level-box .f-bottom .cir-point {
    margin: 10% auto;
    width: 8px;
    height: 8px;
    border: 1px solid #1e70b4;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}

#hechenbox .box_one .level-box .f-bottom .cir-point .blue-point {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    background-color: #1e70b4;
}

#hechenbox .box_two .level-box a {
    display: block;
}

#hechenbox .box_two .level-box a .f-title {
    font-size: 1.25rem;
    /* font-family: Arial Bold; */
    font-weight: bold;
    border-left: 4px solid #005daa;
    display: flex;
    padding: 0 1rem;
    align-items: flex-end;
}

#hechenbox .box_two .level-box a .f-title img {
    display: block;
    width: 3vw;
    height: 3vw;
    margin-left: 3vw;
    padding-bottom: 0.8vw;
}

#hechenbox .box_two .level-box .f-mid {
    margin-top: 1rem;
    margin-left: 2px;
    font-weight: bold;
    /* font-family: Arial Bold; */
    border-left: 1px solid #1e70b4;
    padding-left: 1rem;
    padding-bottom: 1rem;
}

#hechenbox .box_two .level-box .f-mid p {
    font-size: 2.8vw;
    line-height: 4vw;
}

#hechenbox .box_two .level-box .f-bottom {
    margin-left: 2px;
    font-size: 1rem;
    line-height: 2rem;
    color: #004a8f;
    border-left: 1px solid #1e70b4;
    padding-left: 1rem;
    padding-bottom: 3rem;
    position: relative;
    /* font-family: Arial Regular; */
}

#hechenbox .box_two .level-box .f-bottom a {
    color: #306ca4;
    /* font-family: Arial Regular; */
}

#hechenbox .box_two .level-box .f-bottom a:hover {
    color: cornflowerblue;
    /* font-family: Arial Regular; */
}

#hechenbox .box_two .level-box .f-bottom .cir-box-f {
    position: absolute;
    top: 0.5rem;
    left: -0.5rem;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
}

#hechenbox .box_two .level-box .f-bottom .cir-box-s {
    position: absolute;
    top: 2.5rem;
    left: -0.5rem;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
}

#hechenbox .box_two .level-box .f-bottom .cir-box-t {
    position: absolute;
    top: 4.5rem;
    left: -0.5rem;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
}

#hechenbox .box_two .level-box .f-bottom .cir-point {
    margin: 10% auto;
    width: 8px;
    height: 8px;
    border: 1px solid #1e70b4;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}

#hechenbox .box_two .level-box .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 Bold; */
    font-weight: bold;
    position: absolute;
    color: #9fc155;
    top: 30px;
    left: 180px;
}

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

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

#enterprise .main-block .detail h1 {
    font-weight: bold;
    /* font-family: Arial Bold; */
    line-height: 56px;
    font-size: 32px;
}

#enterprise .main-block .detail p {
    /* font-family: Arial Regular; */
    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-weight: bold;
    /* font-family: Arial Bold; */
    margin: 5px 0;
}

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

#enterprise .descib p {
    font-size: 20px;
    /* font-family: Arial Regular; */
    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 Bold; */
    font-weight: bold;
}

.describ {
    width: 86%;
    background: #f7f6fb;
    text-align: center;
    padding: 3rem 7%;
    font-size: 1.2rem;
}

.describ p {
    display: block;
    margin: 0 2.5rem;
    font-size: 1rem;
    /* font-family: Arial Regular; */
    line-height: 2rem;
}

.nav_ul {}

.pline-box {
    width: 100%;
    height: auto;
    background-color: #FFF;
    /* padding-bottom: 3rem; */
    padding: 5vw 0;
}

.pline-box .pline_content {
    width: 95%;
    margin: 0 auto;
}

.pline-box .pline_content li {
    display: flex;
    padding: 1rem 1rem 1rem;
}

.pline-box .pline_content li .pline_pic {
    display: block;
    width: 20%;
    height: 100%;
}

.pline-box .pline_content li .pline_pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.pline-box .pline_content li .pline_text {
    display: block;
    width: 80%;
    color: #333;
    font-size: 1.2rem;
    line-height: 1.5rem;
    border-bottom: 1px solid #e4e7ec;
}

.pline-box .pline_content li .pline_text p:last-child {
    font-weight: bold;
}

.pline-box .pline_content li .pline_icon {
    display: block;
    border-bottom: 1px solid #e4e7ec;
    color: #333;
}

.pline-box .pline_content li .pline_icon img {
    display: block;
    width: 50%;
}

.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 0 0;
}

.card {
    width: 7rem;
    height: 13rem;
    margin: 0.5rem auto 1rem;
    cursor: pointer;
    flex: 0 0 28%;
}

.card:nth-child(4) {
    width: 7rem;
    height: 10rem;
    margin: 0.5rem auto 1rem;
    cursor: pointer;
    flex: 0 0 28%;
}

.card:nth-child(5) {
    width: 7rem;
    height: 10rem;
    margin: 0.5rem auto 1rem;
    cursor: pointer;
    flex: 0 0 28%;
}

.card:nth-child(6) {
    width: 7rem;
    height: 10rem;
    margin: 0.5rem auto 1rem;
    cursor: pointer;
    flex: 0 0 28%;
}

.card .content {
    width: 9rem;
    /* padding: 1.4rem 0 1.4rem 1.4rem; */
    display: flex;
    justify-content: space-between;
    /* position: absolute;
    top: 0;
    left: 0; */
    z-index: 0;
    margin: 0 auto;
}

.card .content a {
    color: #000000;
    display: block;
    width: 15rem;
    display: flex;
    flex-direction: column;
}

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

.card .title {
    width: 8rem;
}

.card .title p {
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.card .title p:nth-child(1) {
    /* font-family: Arial Regular; */
}

.card .title p:nth-child(2) {
    font-weight: bold;
    /* font-family: Arial Bold; */
}

.card .content .icon {
    margin-bottom: 0.5rem;
    /* margin-right: 3rem; */
}

.card .content .icon img {
    display: block;
    width: 1rem;
    height: 1rem;
    margin-top: 0.5rem;
}

.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 Bold; */
    font-weight: bold;
}

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

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


/*底部*/

.about_us {
    height: 4rem;
    width: 100%;
    /* background-color: #FFF #444444; */
    color: #444444;
    margin-bottom: 1px;
}

.about_us .menu_top {
    height: 4rem;
    display: flex;
    justify-content: space-between;
    /* background-color: #004a8f; */
    background-color: #444444;
    padding-left: 2rem;
    color: #FFF;
}

.about_us_fz {
    height: 4rem;
    width: 100%;
    color: #444444;
    margin-bottom: 1px;
}

.about_us_fz .menu_top {
    height: 4rem;
    display: flex;
    justify-content: space-between;
    background-color: #004a8f;
    padding-left: 2rem;
    color: #FFF;
}


/* .about_us .menu_top:hover {
    background-color: #004a8f;
} */

.menu_top .menu_text {
    font-size: 1.4rem;
    line-height: 4rem;
    width: 85%;
}

.menu_top .back-dropdown {
    display: block;
    background: none;
    padding: 0;
    border: 0;
    height: 100%;
    margin: 0 5% 0 0;
    cursor: pointer;
}

.titlebox {
    margin-top: 1rem;
    position: relative;
}

.titlebox .titlepic {
    display: block;
    width: 100%;
}

.titlebox .t_title {
    padding-left: 4.2vw;
    position: absolute;
    line-height: 5.5vw;
    font-size: 5.5vw;
    top: calc(50% - 0.8rem);
    /* font-family: Arial Bold; */
    font-weight: bold;
}

.titlebox .e_t_title {
    padding-left: 1.5rem;
    position: absolute;
    line-height: 1.6rem;
    font-size: 1.6rem;
    top: calc(50% - 1.6rem);
    /* font-family: Arial Bold; */
    font-weight: bold;
}


/* .menu_top .back-dropdown:hover {
    background: none;
} */

.menu_top .back-dropdown .show-more-icon {
    display: inline-block;
    width: 2vw;
    height: 2vw;
    margin-right: 1vw;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}

.sub_box {
    width: 95%;
    /* height: 10rem; */
    padding: 2.5vw 0;
    margin: 0 auto;
}

.sub_box ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 3vw;
    padding-left: 2vw;
    /* padding: 1px 5% 0 20%; */
}

.sub_box ul li {
    width: 40%;
    padding: 0.5rem;
}

.sub_box ul li a {
    color: #000000;
}

.productionline {
    height: 4rem;
    width: 100%;
    background-color: #444444;
    color: #FFF;
    margin-bottom: 1px;
}


/* .productionline:hover {
    background-color: #004a8f;
} */

.productionline .menu_top {
    height: 4rem;
    display: flex;
    justify-content: space-between;
    /* background-color: #444444; */
    padding-left: 2rem;
}

.sustainable {
    height: 4rem;
    width: 100%;
    /* background-color: #444444; */
    color: #FFF;
    margin-bottom: 1px;
}

.sustainable .menu_top {
    height: 4rem;
    display: flex;
    justify-content: space-between;
    background-color: #444444;
    padding-left: 2rem;
}

.countrycenter {
    height: 4rem;
    width: 100%;
    /* background-color: #444444; */
    color: #FFF;
    margin-bottom: 1px;
}

.countrycenter .menu_top {
    height: 4rem;
    display: flex;
    justify-content: space-between;
    background-color: #444444;
    padding-left: 2rem;
}

.achievement {
    height: 4rem;
    width: 100%;
    /* background-color: #444444; */
    color: #FFF;
    margin-bottom: 1px;
}

.achievement .menu_top {
    height: 4rem;
    display: flex;
    justify-content: space-between;
    background-color: #444444;
    padding-left: 2rem;
}

.contact_us {
    height: 4rem;
    width: 100%;
    /* background-color: #444444; */
    color: #FFF;
    margin-bottom: 1px;
}

.contact_us .menu_top {
    height: 4rem;
    display: flex;
    justify-content: space-between;
    background-color: #444444;
    padding-left: 2rem;
}


/*底部结束*/

#footer {
    width: 100%;
    height: 14rem;
    margin: 0 auto;
    background: #005daa;
    margin-top: -2.9rem;
    /* 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;
    display: flex;
    flex-direction: column;
    padding-top: 3rem;
    padding-left: 1.5rem;
}

.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: 0.25rem;
    margin-right: 0.5rem;
}

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

#footer .content div:last-child {
    margin-top: 3rem;
}

#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 2.8rem;
    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: 1px solid #fff;
    border-bottom: 1px 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: 95%;
    /* 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: -1.5rem;
}

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

#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: 100%;
    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;
}

.titlebox .sportbtn {
    position: absolute;
    width: 1rem;
    height: 1rem;
    left: calc(42.4% - 0.5rem);
    bottom: calc(19.6% - 0.5rem);
}

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

.titlebox .sportbtn .blue-btn .blue-greenbtn {
    position: absolute;
    width: 1rem;
    height: 1rem;
    /* background-color: #2568cc;
    border-radius: 50%; */
    top: 0;
    left: 0;
    -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: 0;
    }
    100% {
        opacity: 0.9;
        width: 1rem;
        height: 1rem;
    }
}

.titlebox .elebtn {
    position: absolute;
    width: 1rem;
    height: 1rem;
    left: calc(73.2% - 0.5rem);
    bottom: calc(19.6% - 0.5rem);
}

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

.titlebox .elebtn .blue-btn .blue-greenbtn {
    position: absolute;
    width: 1rem;
    height: 1rem;
    /* background-color: #2568cc;
    border-radius: 50%; */
    top: 0;
    left: 0;
    -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;
    /*定义动画方式*/
}

.titlebox .planebtn {
    position: absolute;
    width: 1rem;
    height: 1rem;
    left: calc(95.9% - 0.5rem);
    bottom: calc(19.6% - 0.5rem);
}

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

.titlebox .planebtn .blue-btn .blue-greenbtn {
    position: absolute;
    width: 1rem;
    height: 1rem;
    /* background-color: #2568cc;
    border-radius: 50%; */
    top: 0;
    left: 0;
    -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;
    /*定义动画方式*/
}

.titlebox .greenbtn {
    position: absolute;
    width: 1rem;
    height: 1rem;
    left: calc(34.6% - 0.5rem);
    top: calc(18% - 0.5rem);
}

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

.titlebox .greenbtn .blue-btn .blue-greenbtn {
    position: absolute;
    width: 1rem;
    height: 1rem;
    /* background-color: #2568cc;
    border-radius: 50%; */
    top: 0;
    left: 0;
    -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;
    /*定义动画方式*/
}

.titlebox .fashionbtn {
    position: absolute;
    width: 1rem;
    height: 1rem;
    left: calc(52.3% - 0.5rem);
    top: calc(18% - 0.5rem);
}

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

.titlebox .fashionbtn .blue-btn .blue-greenbtn {
    position: absolute;
    width: 1rem;
    height: 1rem;
    /* background-color: #2568cc;
    border-radius: 50%; */
    top: 0;
    left: 0;
    -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;
    /*定义动画方式*/
}

.titlebox .clothbtn {
    position: absolute;
    width: 1rem;
    height: 1rem;
    left: calc(76.8% - 0.5rem);
    top: calc(18% - 0.5rem);
}

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

.titlebox .clothbtn .blue-btn .blue-greenbtn {
    position: absolute;
    width: 1rem;
    height: 1rem;
    /* background-color: #2568cc;
    border-radius: 50%; */
    top: 0;
    left: 0;
    -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;
    /*定义动画方式*/
}

.titlebox .carbtn {
    position: absolute;
    width: 1rem;
    height: 1rem;
    left: calc(93.9% - 0.5rem);
    top: calc(18% - 0.5rem);
}

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

.titlebox .carbtn .blue-btn .blue-greenbtn {
    position: absolute;
    width: 1rem;
    height: 1rem;
    /* background-color: #2568cc;
    border-radius: 50%; */
    top: 0;
    left: 0;
    -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;
    /*定义动画方式*/
}


/*不要*/

.class_banner {
    width: 100%;
    height: 9rem;
    margin: 0 auto;
    /* padding-top: 5rem; */
    position: relative;
}

.class_banner .banner_title {
    margin-left: 2rem;
    margin-top: 1rem;
    padding-top: 2rem;
    font-size: 1.5rem;
    /* font-family: Arial Bold; */
    font-weight: bold;
    color: #333333;
}

.class_banner .greenbtn {
    position: absolute;
    width: 1rem;
    height: 1rem;
    /* background-color: blue; */
    top: 0.25rem;
    left: 4rem;
    cursor: pointer;
    /* background: url("image/greendot.png") no-repeat center center; */
}

.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;
    /*定义动画方式*/
}

.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 {
    position: absolute;
    width: 1rem;
    height: 1rem;
    /* background-color: blue; */
    top: 0.25rem;
    left: 20rem;
    cursor: pointer;
}

.class_banner .sportbtn {
    position: absolute;
    width: 1rem;
    height: 1rem;
    /* background-color: black; */
    bottom: 0.5rem;
    left: 7.5rem;
    cursor: pointer;
}

.class_banner .fashionbtn {
    position: absolute;
    width: 1rem;
    height: 1rem;
    /* background-color: gray; */
    top: 0.25rem;
    left: 10rem;
    cursor: pointer;
}

.class_banner .elebtn {
    position: absolute;
    width: 1rem;
    height: 1rem;
    /* background-color: red; */
    bottom: 0.5rem;
    left: 16rem;
    cursor: pointer;
}

.class_banner .planebtn {
    position: absolute;
    width: 1rem;
    height: 1rem;
    /* background-color: blue; */
    bottom: 0.5rem;
    left: 22.75rem;
    cursor: pointer;
}

.class_banner .clothbtn {
    position: absolute;
    width: 1rem;
    height: 1rem;
    /* background-color: pink; */
    top: 0.25rem;
    left: 16rem;
    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 Bold; */
    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 Regular; */
}

.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: 28rem;
    height: 8.3rem;
    position: relative;
    margin: 0 auto;
}

.class_tree .tree:nth-of-type(odd) .content p {
    hyphens: auto;
    /* word-break: break-all; */
    text-align: right;
}

.class_tree .tree:nth-of-type(odd) .content .bigpic {
    position: absolute;
    /* top: -3.95rem;
    left: 13.125rem; */
    width: 11.91rem;
    height: 8.58rem;
    /* 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: 1.8rem;
}

.class_tree .tree:nth-of-type(odd) .green-dot {
    width: 1rem;
    height: 1rem;
    background: url("image/green-dot.png") no-repeat center center;
    position: absolute;
    left: 13.68rem;
    top: 2.29rem;
    z-index: 999;
    background-size: 1rem;
}

.class_tree .tree:nth-of-type(even) .green-dot {
    width: 1rem;
    height: 1rem;
    background: url("image/green-dot.png") no-repeat center center;
    position: absolute;
    left: 13.68rem;
    top: 2.29rem;
    z-index: 999;
    background-size: 1rem;
}

.class_tree .tree .content p {
    font-size: 1rem;
    /* font-family: Arial Regular; */
}

.class_tree .tree:nth-of-type(odd) .content {
    position: absolute;
    width: 12rem;
    height: 9.25rem;
    border-right: 1px solid #004a8f;
    text-align: right;
    padding: 1.25rem 2.1rem 1.25rem 0;
    z-index: 99;
    top: -2.494rem;
}

.class_tree .tree:nth-of-type(odd) .content p {
    hyphens: auto;
    /* word-break: break-all; */
    text-align: right;
}

.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.494rem;
}

.class_tree .tree:nth-of-type(odd) .content:nth-child(2) p {
    hyphens: auto;
    /* word-break: break-all; */
    text-align: justify;
}

.class_tree .tree:nth-of-type(even) .content {
    position: absolute;
    width: 12rem;
    height: 9.11rem;
    border-left: 1px solid #004a8f;
    left: 14.1rem;
    text-align: left;
    padding-left: 2.1rem;
    padding-top: 1.25rem;
    z-index: 998;
    top: -2.04rem;
}

.class_tree .tree:nth-of-type(even) .content p {
    hyphens: auto;
    /* word-break: break-all; */
    text-align: justify;
}

.class_tree .tree:nth-of-type(odd) .blue-dot {
    width: 1rem;
    height: 1rem;
    background: url("image/dot.png") no-repeat center center;
    position: absolute;
    left: 13.68rem;
    top: 2.29rem;
    z-index: 999;
    background-size: 1rem;
}

.class_tree .tree:nth-of-type(even) .blue-dot {
    width: 1rem;
    height: 1rem;
    background: url("image/dot.png") no-repeat center center;
    position: absolute;
    left: 13.68rem;
    top: 2.29rem;
    z-index: 999;
    background-size: 1rem;
}

.class_production {
    /* height: auto;
    margin: 2rem 1rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 4.1rem; */
    width: 100%;
    height: auto;
    background-color: #FFF;
    padding: 10vw 0;
}

.class_production .nav_ul {
    width: 95%;
    margin: 0 auto;
}

.pline-box .nav_ul li {
    display: flex;
    padding: 1rem 1rem 1rem;
}

.pline-box .nav_ul li .pline_pic {
    display: block;
    width: 20%;
    height: 100%;
}

.pline-box .nav_ul li .pline_pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.pline-box .nav_ul li .pline_text {
    display: block;
    width: 70%;
    color: #333;
    font-size: 1.2rem;
    line-height: 1.5rem;
    border-bottom: 1px solid #e4e7ec;
}

.pline-box .nav_ul li .pline_text p:last-child {
    font-weight: bold;
}

.pline-box .nav_ul li .pline_icon {
    display: block;
    border-bottom: 1px solid #e4e7ec;
    color: #333;
}

.pline-box .nav_ul li .pline_icon img {
    display: block;
    width: 50%;
}

#plines {
    display: flex;
    margin: 2vw 2vw;
    align-items: center;
    padding-bottom: 2vw;
    border-bottom: 1px solid #e4e7ec;
    /* border-top: 1px solid #e4e7ec; */
}

#plines:first-child {
    border-bottom: 1px solid #e4e7ec;
    border-top: 1px solid #e4e7ec;
    padding-top: 2vw;
}

#plines .pic {
    flex: 0 0 20%;
}

#plines .pic img {
    height: 16vw;
}

#plines .des {
    flex: 0 0 70%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    height: 16vw;
    margin-left: 8vw;
    padding-bottom: 2vw;
}

#plines .des img {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 4vw;
}

#plines .text {
    font-size: 3.5vw;
    flex: 0 0 78%;
    color: #333;
}

#plines .text p:last-child {
    font-weight: bold;
}

#plines .href {
    color: #333;
    font-size: 1.2rem;
    margin-right: 5vw;
}


/* .class_production li {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 1rem 0 0;
    height: 12.5rem;
 
}

.class_production li .pic {
    display: block;
    width: 35%;
    height: 50%;
}

.class_production li .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.class_production li .title {
    display: block;
    margin: 2rem 0.5rem 0;
    font-size: 1rem;
    color: #3e3a3a;
    height: 35%;
}

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

.class_production li .title i {
    width: 0.5rem;
    margin-left: 0.5rem;
} */

.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 1rem;
}

.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 1rem;
    padding: 1.3rem 0;
    min-height: 20rem;
}

.news_list_s {
    margin: 0 1rem;
    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_s 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_s li .title_s {
    text-align: left;
}


/* .news_list li .title .news_warp {
    display: flex;
    flex-direction: column;
} */

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

.news_list li .title .eachtitle {
    display: block;
    display: flex;
    flex-direction: row;
    color: #373737;
}

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

.news_box {
    display: flex;
    justify-content: left;
    margin-bottom: 0.5rem;
}

.news_list li .title span {
    padding: 0 1rem;
}

.news_list_s li .title_s span {
    padding: 0 1rem;
}

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

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

.news_list li .data-tag {
    text-align: right;
    margin-left: 1rem;
}

.news_list_s li .data-tag {
    text-align: right;
    margin-left: 1rem;
}

.news_list .page_css {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 2rem auto;
}

.news_list_s .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_s .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;
}

.news_list_s .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 Bold; */
    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 Bold; */
    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 Bold; */
    font-weight: bold;
    color: #303030;
}

.choose_btn select:first-child,
select:last-child {
    width: 28rem;
}

.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 Bold; */
    font-weight: bold;
}

.ceo_talk {
    margin: 0 auto;
    padding: 4vw 4.2vw 0;
    border-top: 1px solid #e3e6eb;
}

.ceo_talk .talk_title {
    width: 100%;
    font-size: 1.5rem;
    line-height: 3rem;
    font-weight: bold;
    /* font-family: Arial Bold; */
    color: #333;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.ceo_talk .talk_content {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 8rem;
    display: flex;
    justify-content: space-between;
}

.ceo_talk .talk_content .content_right {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.25rem;
    /* font-family: Arial Regular; */
}

.ceo_talk .talk_content .content_right p {
    margin-bottom: 1.5rem;
    line-height: 1.75rem;
    text-align: justify;
    /* word-break: break-all; */
    hyphens: auto;
}

.ceo_talk .talk_content .content_right .right_autograph {
    display: flex;
    justify-content: left;
}

.right_autograph .right_sign {
    font-size: 1.2rem;
    line-height: 2rem;
    width: 100%;
}

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

.pro_detail {
    height: auto;
    margin: 3rem auto 0;
    padding-bottom: 3rem;
}

.detail_title {
    color: #303030;
    padding-bottom: 2rem;
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
    margin: 0 7%;
}

.detail_title p {
    font-size: 1rem;
    line-height: 2rem;
    font-weight: bold;
    /* font-family: Arial Bold; */
    /* text-align: justify; */
}

.pro_detail .allbtn {
    margin: 0 5%;
    display: flex;
    justify-content: flex-end;
}

.contr-all {
    display: flex;
    justify-content: flex-end;
}

.closeAll_title {
    width: 12rem;
    height: 3rem;
    line-height: 3rem;
    cursor: pointer;
    text-align: center;
    margin: 2.7rem 0 1.7rem;
    background-color: #666;
    font-weight: bold;
    /* font-family: Arial Bold; */
    font-size: 1.2rem;
    color: #fff;
    display: flex;
    justify-content: space-evenly;
}

.openAll_title {
    width: 12rem;
    height: 3rem;
    line-height: 3rem;
    cursor: pointer;
    text-align: center;
    margin: 2.7rem 0 1.7rem;
    background-color: #666;
    font-weight: bold;
    /* font-family: Arial Bold; */
    font-size: 1.2rem;
    color: #fff;
    display: flex;
    justify-content: space-evenly;
}

.openAll_title span {
    font-weight: normal;
}

.news-detail {
    /* max-width: 780px; */
    margin: 0 2%;
    min-height: 35rem;
}

.news-detail .detail-title {
    height: 8rem;
    line-height: 4rem;
    position: relative;
    margin: 2rem auto;
}

.news-detail .detail-title .detail-title-hr {
    position: absolute;
    left: calc(50% - 50%);
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    color: #373737;
    margin: 0 auto;
    height: 8rem;
    font-weight: bold;
    /* font-family: Arial Bold; */
    border-bottom: 1px solid #d2d2d2;
    /* border-bottom: 1px solid green; */
}

.news-detail .detail-content {
    padding: 0 2rem;
    margin: 2rem 2%;
    font-size: 1.2rem;
    line-height: 1.6;
    /* font-family: Arial Regular; */
}

.news-detail .detail-content p {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.detail-content div img {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 0.1rem;
}

.news-detail .detail-content p img {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 0.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 5%;
    height: auto;
}

.first-detail-box {
    width: 88%;
    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 .total-box .box-bottom ul {
    /* word-break: break-all; */
    hyphens: auto;
}

.first-detail-box .f-d-out-box {
    position: absolute;
    top: 0;
    height: 0;
    width: 95%;
    height: 3.5rem;
    cursor: pointer;
}

.total-box {
    width: 100%;
}

.total-box.box-top {
    width: 100%;
}

.box-top .top-text {
    width: 100%;
    font-weight: bold;
    /* font-family: Arial Bold; */
    font-size: 1.375rem;
    line-height: 3.75rem;
    display: flex;
    justify-content: space-between;
}

.box-top .top-img {
    width: 100%;
    height: 18.25rem;
}

.box-top .top-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.box-mid {
    margin: 2rem 0;
    font-size: 1rem;
    line-height: 2rem;
}

.box-mid .mid-title {
    font-weight: bold;
    /* font-family: Arial Bold; */
}

.box-bottom {
    margin: 0 auto;
    font-size: 1rem;
    line-height: 2rem;
}

.box-bottom .bottom-title {
    font-weight: bold;
    /* font-family: Arial Bold; */
}

.all-box .first-box {
    width: 88%;
    height: 3.5rem;
    line-height: 3.75rem;
    border: 1px solid #d2d2d2;
    margin: 0 auto 1.54rem;
    padding: 0 1.66rem;
    font-weight: bold;
    /* font-family: Arial Bold; */
    font-size: 4vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

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

.second-detail-box {
    width: 88%;
    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 .total-box .box-bottom ul {
    /* word-break: break-all; */
    hyphens: auto;
}

.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-weight: bold;
    /* font-family: Arial Bold; */
    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 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 .application-box {
    padding-left: 2rem;
}

.second-detail-box .d-b-right .right-bottom .r-b-text .r-b-text-title {
    font-weight: bold;
    /* font-family: Arial 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 Regular; */
}

.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: 88%;
    height: 3.5rem;
    line-height: 3.75rem;
    border: 1px solid #d2d2d2;
    margin: 0 auto 1.54rem;
    padding: 0 1.66rem;
    font-weight: bold;
    /* font-family: Arial Bold; */
    font-size: 4vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

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

.third-detail-box {
    width: 88%;
    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 .total-box .box-bottom ul {
    /* word-break: break-all; */
    hyphens: auto;
}

.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 {
    font-weight: bold;
    width: 180%;
    /* font-family: Arial Bold; */
    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 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 .application-box {
    padding-left: 2rem;
}

.third-detail-box .d-b-right .right-bottom .r-b-text .r-b-text-title {
    font-weight: bold;
    /* font-family: Arial 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 Regular; */
}

.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: 88%;
    height: 3.75rem;
    line-height: 3.5rem;
    border: 1px solid #d2d2d2;
    margin: 0 auto 1.54rem;
    padding: 0 1.66rem;
    font-weight: bold;
    /* font-family: Arial Bold; */
    font-size: 4vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

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

.fourth-detail-box {
    width: 88%;
    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 .total-box .box-bottom ul {
    /* word-break: break-all; */
    hyphens: auto;
}

.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-weight: bold;
    /* font-family: Arial Bold; */
    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 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 .application-box {
    padding-left: 2rem;
}

.fourth-detail-box .d-b-right .right-bottom .r-b-text .r-b-text-title {
    font-weight: bold;
    /* font-family: Arial 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 Regular; */
}

.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: 88%;
    height: 3.5rem;
    line-height: 3.75rem;
    border: 1px solid #d2d2d2;
    margin: 0 auto 1.54rem;
    padding: 0 1.66rem;
    font-weight: bold;
    /* font-family: Arial Bold; */
    font-size: 4vw;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
}

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

.fifth-detail-box {
    width: 88%;
    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 .total-box .box-bottom ul {
    /* word-break: break-all; */
    hyphens: auto;
}

.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-weight: bold;
    /* font-family: Arial Bold; */
    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 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 .application-box {
    padding-left: 2rem;
}

.fifth-detail-box .d-b-right .right-bottom .r-b-text .r-b-text-title {
    font-weight: bold;
    /* font-family: Arial 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 Regular; */
}

.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: 88%;
    height: 3.5rem;
    line-height: 3.75rem;
    border: 1px solid #d2d2d2;
    margin: 0 auto 1.54rem;
    padding: 0 1.6rem;
    font-weight: bold;
    /* font-family: Arial Bold; */
    font-size: 4vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

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

.sixth-detail-box {
    width: 88%;
    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 .total-box .box-bottom ul {
    /* word-break: break-all; */
    hyphens: auto;
}

.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: 180%;
    font-weight: bold;
    /* font-family: Arial Bold; */
    font-size: 1.375rem;
    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 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 .application-box {
    padding-left: 2rem;
}

.sixth-detail-box .d-b-right .right-bottom .r-b-text .r-b-text-title {
    font-weight: bold;
    /* font-family: Arial 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 Regular; */
}

.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: 88%;
    height: 16vw;
    line-height: 3.75rem;
    border: 1px solid #d2d2d2;
    margin: 0 auto 1.54rem;
    padding: 0 1.6rem;
    font-weight: bold;
    /* font-family: Arial Bold; */
    font-size: 4vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

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

.seventh-detail-box {
    width: 88%;
    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 .total-box .box-bottom ul {
    /* word-break: break-all; */
    hyphens: auto;
}

.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-weight: bold;
    /* font-family: Arial Bold; */
    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 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 .application-box {
    padding-left: 2rem;
}

.seventh-detail-box .d-b-right .right-bottom .r-b-text .r-b-text-title {
    font-weight: bold;
    /* font-family: Arial 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 Regular; */
}

.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: 88%;
    height: 3.5rem;
    line-height: 3.75rem;
    border: 1px solid #d2d2d2;
    margin: 0 auto 1.54rem;
    padding: 0 1.6rem;
    font-weight: bold;
    /* font-family: Arial Bold; */
    font-size: 4vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

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

.eighth-detail-box {
    width: 88%;
    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 .total-box .box-bottom ul {
    /* word-break: break-all; */
    hyphens: auto;
}

.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: 180%;
    font-weight: bold;
    /* font-family: Arial Bold; */
    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 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 .application-box {
    padding-left: 2rem;
}

.eighth-detail-box .d-b-right .right-bottom .r-b-text .r-b-text-title {
    font-weight: bold;
    /* font-family: Arial 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 Regular; */
}

.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: 88%;
    height: 16vw;
    line-height: 8vw;
    border: 1px solid #d2d2d2;
    margin: 0 auto 1.54rem;
    padding: 0 1.6rem;
    font-weight: bold;
    /* font-family: Arial Bold; */
    font-size: 4vw;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
}

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

.ninth-detail-box {
    width: 88%;
    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 .total-box .box-bottom ul {
    /* word-break: break-all; */
    hyphens: auto;
}

.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-weight: bold;
    /* font-family: Arial Bold; */
    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-weight: bold;
    /* font-family: Arial 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 Regular; */
}

.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: 88%;
    height: 3.5rem;
    line-height: 3.75rem;
    border: 1px solid #d2d2d2;
    margin: 0 auto 1.54rem;
    padding: 0 1.6rem;
    font-weight: bold;
    /* font-family: Arial bold; */
    font-size: 4vw;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
}

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

.boxhide {
    display: none;
}

.boxshow {
    display: block;
}

.c_vision {}


/* .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 auto;
    padding: 5rem 0 0;
    display: flex;
    flex-direction: column;
}

.vision-title .title-pic {
    width: 37%;
    height: auto;
    margin: 0 auto;
}

.vision-title .title-pic img {
    display: block;
    width: 100%;
}

.vision-title .title-text {
    width: 98%;
    text-align: center;
    margin: 0 auto;
}

.title-text .text-top {
    width: 90%;
    margin: 1rem auto 0;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #9fc155;
    /* display: flex;
    justify-content: space-between; */
}

.title-text .text-content {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #333333;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    hyphens: auto;
}

.c_vision .vision-text {
    width: 100%;
    margin: 4rem auto;
    display: flex;
    flex-direction: column;
}

.vision-text .text-box {
    width: 80%;
    height: auto;
    border: 1px solid #2d7ab8;
    position: relative;
    padding: 12vw 0;
    margin: 0 auto 2rem;
}

.text-box .box-sign {
    width: 3.5rem;
    height: 3.5rem;
    position: absolute;
    top: -9%;
    /* left: 44%; */
    font-size: 1.66rem;
    line-height: 3.33rem;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    color: #2d7ab8;
    margin-left: calc(50% - 1.75rem);
}

.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: 1.125rem;
    line-height: 2rem;
    color: #3e3a3a;
    text-align: center;
    margin-top: 1rem;
}

.m_in_hexin {
    margin: 1rem 4.2vw 2rem;
}

.m_in_hexin .m_title {
    margin: 2.5rem 0 2rem;
    font-size: 1.125rem;
    /* font-family: Arial Regular; */
    color: #303030;
    line-height: 2rem;
    /* word-wrap: break-word; */
    /* word-break: break-all; */
    text-align: justify;
    hyphens: auto;
}

.hexin-content {
    height: auto;
    margin: 0 4.2vw;
    padding: 1.25rem 0 0;
}

.hexin-content .top-three {
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

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

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

.top-text .text-img {
    width: 12rem;
    height: 12rem;
    position: absolute;
    top: 75%;
    margin-left: calc(50% - 6rem - 4px - 0.5rem);
    border: 0.5rem solid #c9c9ca;
    border-radius: 50%;
    padding: 4px;
    background-color: #fff;
    overflow: hidden;
    z-index: 9;
}

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

.text-img .text-img-mid .img-one {
    width: 22rem;
    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: 100%;
    height: 5rem;
    border-bottom: 1px solid #e4e4e8;
    position: relative;
    margin: 0 auto;
}

.text-title .text-title-line {
    position: absolute;
    left: calc(50% - 45%);
    width: 90%;
    text-align: center;
    font-size: 1rem;
    color: #005daa;
    margin: 0 auto;
    height: 5rem;
    font-size: 1.5rem;
    line-height: 5rem;
    font-weight: bold;
    border-bottom: 1px solid #005daa;
    font-weight: bold;
}

.top-text .text-content {
    margin: 2rem auto 0;
    width: 90%;
    padding-bottom: 11.25rem;
}

.top-text .text-content p {
    color: #303030;
    font-size: 1.125rem;
    line-height: 1.8rem;
    /* font-family: Arial Regular; */
    /* word-wrap: break-word; */
    /* word-break: break-all; */
    text-align: justify;
    hyphens: auto;
}

.hexin-content .last-six {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    /* padding: 2.1rem 0 4.16rem; */
}

.hexin-content .last-six .top-text {
    width: 100%;
    height: auto;
    border: 1px solid #e4e4e8;
    position: relative;
    z-index: 1000;
    margin-bottom: 10rem;
}

.hexin-content .last-six .top-text-l {
    width: 100%;
    height: auto;
    border: 1px solid #e4e4e8;
    position: relative;
    z-index: 1000;
    margin-bottom: 15rem;
}

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

.last-six .top-text-l .text-title {
    width: 100%;
    height: 5rem;
    border-bottom: 1px solid #e4e4e8;
    position: relative;
    margin: 0 auto;
}

.last-six .text-title .text-title-line {
    position: absolute;
    left: calc(50% - 45%);
    width: 90%;
    text-align: center;
    font-size: 1.5rem;
    color: #005daa;
    margin: 0 auto;
    height: 5rem;
    line-height: 5rem;
    font-weight: bold;
    border-bottom: 1px solid #005daa;
    font-weight: bold;
}

.last-six .top-text .text-content {
    margin: 2rem auto 0;
    width: 90%;
    padding-bottom: 11.25rem;
}

.last-six .top-text-l .text-content {
    margin: 2rem auto 0;
    width: 90%;
    padding-bottom: 11.25rem;
}

.last-six .top-text .text-content p {
    line-height: 1.8rem;
    color: #303030;
    font-size: 1.125rem;
    /* font-family: Arial Regular; */
    text-align: justify;
    /* word-wrap: break-word; */
    hyphens: auto;
}

.last-six .top-text-l .text-content p {
    line-height: 1.8rem;
    color: #303030;
    font-size: 1.125rem;
    /* font-family: Arial Regular; */
    text-align: justify;
    word-wrap: break-word;
}

.last-six .last-text-img {
    width: 17rem;
    height: 13rem;
    position: absolute;
    top: 75%;
    margin-left: calc(50% - 8.5rem);
    background-color: #fff;
    overflow: hidden;
    z-index: 9;
}

.last-six .last-text-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.last-six .last-text-img-l {
    width: 90%;
    height: 21rem;
    position: absolute;
    top: 60%;
    margin-left: calc(50% - 45%);
    background-color: #fff;
    overflow: hidden;
    z-index: 9;
}

.last-six .last-text-img-l img {
    display: block;
    width: 100%;
    height: 100%;
}

.c-achievement {
    margin: 0 4.2vw;
    margin-bottom: 4.16rem;
    padding-top: 2rem;
}

.c-achievement .c-a-top {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    /* margin-bottom: 2.1rem; */
    /* flex-wrap: wrap; */
}

.c-a-top .a-t-first {
    width: 95%;
    display: flex;
    flex-direction: row;
    margin: 0 auto 1rem;
}

.a-t-first .f-right {
    width: 78%;
}

.a-t-first .f-pic {
    width: 22%;
    padding: 1rem 0 1rem;
}

.pic-list {
    margin: 1rem 1rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.pic-list li {
    width: 30%;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
}

.pic-list li:nth-child(3),
.pic-list li:nth-child(6),
.pic-list li:nth-child(9),
.pic-list li:nth-child(12),
.pic-list li:nth-child(15),
.pic-list li:nth-child(18) {
    margin-right: 0;
}

.pic-list li .new-img img {
    width: 100%;
    height: auto;
    border: none;
    display: block;
}

.f-pic img {
    width: 4.58rem;
    height: 4.58rem;
}

.a-t-first .f-title {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #303030;
    padding: 1rem 0;
}

.a-t-first .f-text {
    margin-top: 1.125rem;
    font-size: 1rem;
    line-height: 1.83rem;
    color: #000;
    /* font-family: Arial Regular; */
    overflow: hidden;
    hyphens: auto;
    padding-left: 6vw;
    margin-left: -2vw;
}

.a-t-first .f-text li {
    list-style: disc;
}

#group-wrapper {
    /* margin: 0 7.25rem; */
}

#group-wrapper .group-top {
    width: 100%;
    margin: 0 auto;
}

.group-top .group-box {
    padding: 4.16rem 0 1.5rem;
}

.group-box .group-title {
    margin: 0 5%;
    height: 3.33rem;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}

.group-title .g-line {
    position: absolute;
    bottom: -1px;
    width: 90%;
    left: calc(49% - 45%);
    border-bottom: 1px solid #005daa;
}

.group-title .group-line {
    position: absolute;
    left: calc(50% - 50%);
    width: 100%;
    text-align: center;
    font-size: 4.3vw;
    line-height: 1.75rem;
    color: #303030;
    margin: 0 auto;
    height: 3.33rem;
    font-weight: bold;
    /* border-bottom: 1px solid #005daa; */
}

.group-box .group-text {
    padding: 4.16rem 0 0;
    margin: 0 5%;
    line-height: 2rem;
    font-size: 1.1rem;
    /* font-family: Arial Regular; */
    color: #303030;
    text-align: justify;
    hyphens: auto;
    /* word-wrap: break-word; */
    /* word-break: break-all; */
}

.group-text p {
    margin-bottom: 2.1rem;
}

.group-title .group-c-line {
    position: absolute;
    left: calc(50% - 25%);
    width: 50%;
    text-align: center;
    font-size: 2.25rem;
    line-height: 1.75rem;
    color: #303030;
    margin: 0 auto;
    height: 3.33rem;
    font-weight: bold;
    border-bottom: 1px solid #005daa;
}

.vision-top {
    /* width: 81%; */
    margin: 0 auto;
}

.vision-top p {
    padding: 5%;
    /* font-family: Arial Regular; */
    color: #303030;
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-align: justify;
    /* word-wrap: break-word; */
    /* word-break: break-all; */
    hyphens: auto;
}

.vision-content {
    width: 90%;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.5rem;
    /* font-family: Arial Regular; */
    padding: 0 0 8rem;
}

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

.vision-content .v-c-top .v-top-closeall-title {
    width: 12rem;
    height: 3rem;
    line-height: 3rem;
    cursor: pointer;
    text-align: center;
    margin: 2.7rem 0 1.7rem;
    background-color: #53b79f;
    font-weight: bold;
    font-size: 1.375rem;
    color: #fff;
    display: flex;
    justify-content: space-evenly;
}

.openmore {
    position: relative;
    margin: 0 5% 0 0;
    width: 3vw;
    height: auto;
}

.openmore .hen {
    position: absolute;
    width: 3vw;
    height: 3vw;
    top: calc(50% - 0vw - 1px);
    right: 1px;
    border-bottom: 1px solid #fff;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.openmore .shu {
    position: absolute;
    width: 3vw;
    height: 3vw;
    top: calc(50% - 1.5vw - 1px);
    right: calc(-1.5vw + 1px);
    border-bottom: 1px solid #fff;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.closemore {
    font-size: 2rem;
}

.vision-content .v-c-top .v-top-openall-title {
    width: 12rem;
    height: 3rem;
    line-height: 3rem;
    cursor: pointer;
    text-align: center;
    margin: 2.7rem 0 1.7rem;
    background-color: #53b79f;
    font-weight: bold;
    font-size: 1.375rem;
    color: #fff;
    display: flex;
    justify-content: space-evenly;
}

.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-weight: bold;
    font-size: 1.375rem;
    display: flex;
    justify-content: space-between;
    color: #ffff;
    padding: 0 0.84rem;
    cursor: pointer;
}

.v-t {
    width: 8rem;
}

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

.vision-detail .v-f-b-detail .d-top {
    margin: 0 auto;
    width: 85%;
    padding: 0 0 1.66rem;
    font-size: 0.8rem;
    line-height: 1.375rem;
}

.vision-detail .v-f-b-detail .d-top p {
    font-size: 1.125rem;
    line-height: 1.8rem;
    text-align: justify;
    /* word-wrap: break-word; */
    /* word-break: break-all; */
    hyphens: auto;
}

.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;
    height: 7vw;
}

.vision-detail .v-f-b-detail .d-top .d-top-img img:last-child {
    height: 7vw;
}

.vision-detail .v-second-box {
    /* width: 97.5%; */
    height: 3.5rem;
    line-height: 3.5rem;
    background-color: #f3b453;
    margin: 2.1rem auto 0;
    font-weight: bold;
    font-size: 1.375rem;
    display: flex;
    justify-content: space-between;
    color: #ffff;
    padding: 0 0.84rem;
    cursor: pointer;
}


/* .vision-detail .v-second-box div{
    width: 90%;
} */

.vision-detail .v-s-b-detail {
    /* width: 100%; */
    margin: 0 auto;
    padding: 2rem 0 2.1rem;
    border: 1px solid #f3b453;
}

.vision-detail .v-s-b-detail .d-top {
    margin: 0 auto;
    width: 85%;
    padding: 0 0 1.66rem;
}

.vision-detail .v-s-b-detail .d-top p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    line-height: 1.8rem;
    text-align: justify;
    /* word-wrap: break-word; */
    /* word-break: break-all; */
    hyphens: auto;
}

.vision-detail .v-s-b-detail .d-top p:last-child {
    margin-bottom: 0;
    text-align: justify;
    word-wrap: break-word;
    hyphens: auto;
}

.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;
    height: 7vw;
}

.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-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: 2rem 0 2.08rem;
    border: 1px solid #8da9d4;
}

.vision-detail .v-t-b-detail .d-top {
    margin: 0 auto;
    width: 85%;
    padding: 0 0 1.66rem;
}

.vision-detail .v-t-b-detail .d-top p {
    font-size: 1.125rem;
    line-height: 1.8rem;
    text-align: justify;
    /* word-wrap: break-word; */
    /* word-break: break-all; */
    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;
    margin-right: 1rem;
    height: 6vw;
}

.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-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: 2rem 0 2.1rem;
    border: 1px solid #9fc155;
}

.vision-detail .v-l-b-detail .d-top {
    margin: 0 auto;
    width: 85%;
    padding: 0 0 1.6rem;
}

.vision-detail .v-l-b-detail .d-top p {
    font-size: 1.125rem;
    line-height: 1.8rem;
    text-align: justify;
    /* word-wrap: break-word; */
    /* word-break: break-all; */
    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;
    height: 7vw;
}

.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;
    height: 7vw;
}

.vision-detail .v-l-b-detail .d-top .d-top-img-two img:last-child {
    display: block;
    height: 7vw;
}

.vision-bottom {
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.vision-bottom img:first-child {
    display: block;
    height: 4rem;
    /* margin-top: 0.65rem; */
    margin-right: 5vw;
}

.vision-bottom img:nth-child(2) {
    display: block;
    height: 4rem;
    margin-right: 5vw;
}

.vision-bottom img:last-child {
    display: block;
    height: 4rem;
    /* margin-top: 0.27rem; */
}

#search_result {
    margin: 1rem;
}

#search_result .bread {
    font-size: 1rem;
    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: 90%;
    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: 1rem;
    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;
}

#pline {
    display: flex;
    margin: 2vw 2vw;
    align-items: center;
    padding-bottom: 1vw;
}

#pline .pic {
    flex: 0 0 20%;
}

#pline .pic img {
    height: 14vw;
}

#pline .des {
    flex: 0 0 76%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    height: 16vw;
    margin-left: 5vw;
    border-bottom: 1px solid #e4e7ec;
    padding-bottom: 2vw;
}

#pline .des img {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 4vw;
}

#pline .text {
    font-size: 3.5vw;
    flex: 0 0 78%;
    color: #333;
}

#pline .text p:last-child {
    font-weight: bold;
}

#pline .href {
    color: #333;
    font-size: 1.2rem;
    margin-right: 5vw;
}

#newtree {
    margin: 15vw 0;
    padding: 1.5vw;
    display: flex;
}

#newtree .block {
    padding-bottom: 6vw;
}

#newtree .block .year {
    margin: 2vw 0;
    position: relative;
    height: 5vw;
    width: 100%;
}

#newtree .block .year .year-ab {
    position: absolute;
    width: 100%;
    height: 5vw;
}

#newtree .left .block .year .year-ab {
    right: calc(-6vw - 1vw - 1px);
}

#newtree .right .block .year .year-ab {
    left: calc(-6vw - 1vw - 1px);
}

#newtree .block .desc {}

#newtree .block .desc p {
    font-size: 3.2vw;
    font-weight: lighter;
    margin-bottom: 1.8vw;
}

#newtree .left .block .year .year-sub {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#newtree .right .block .year .year-sub {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    align-items: center;
}

#newtree .left .block:nth-of-type(1) .year .year-sub span:nth-child(1) {
    color: #9fc155;
    /* font-family: Arial Regular; */
    font-size: 5vw;
    height: 5vw;
    line-height: 5vw;
    font-weight: bold;
    display: block;
}

#newtree .left .block:nth-of-type(1) .year .year-sub span:nth-child(2) {
    background-color: #9fc155;
    flex: 0 0 2.3vw;
    height: 1px;
    line-height: 100%;
    margin: 0 0.5vw 0 2.2vw;
    display: block;
}

#newtree .left .block:nth-of-type(1) .year .year-sub span:nth-child(3) {
    background: url("image/green-dot2.png") no-repeat center center;
    height: 5vw;
    width: 2vw;
    font-weight: bold;
    display: block;
    background-size: 2vw;
}

#newtree .right .block:nth-of-type(1) .year .year-sub span:nth-child(1) {
    color: #9fc155;
    /* font-family: Arial Regular; */
    font-size: 5vw;
    height: 5vw;
    line-height: 5vw;
    font-weight: bold;
    display: block;
    margin-left: 2vw;
}

#newtree .right .block:nth-of-type(1) .year .year-sub span:nth-child(2) {
    background-color: #9fc155;
    flex: 0 0 2.3vw;
    height: 1px;
    line-height: 100%;
    margin-left: 0.5vw;
    display: block;
}

#newtree .right .block:nth-of-type(1) .year .year-sub span:nth-child(3) {
    background: url("image/green-dot2.png") no-repeat center center;
    height: 5vw;
    width: 2vw;
    font-weight: bold;
    display: block;
    background-size: 2vw;
}

#newtree .left .block:nth-of-type(n+2) .year .year-sub span:nth-child(1) {
    color: #2585c2;
    /* font-family: Arial Regular; */
    font-size: 5vw;
    line-height: 100%;
    font-weight: bold;
    display: block;
}

#newtree .left .block:nth-of-type(n+2) .year .year-sub span:nth-child(2) {
    background-color: #2585c2;
    flex: 0 0 2.3vw;
    height: 1px;
    line-height: 100%;
    margin: 0 0.5vw 0 2.2vw;
    display: block;
}

#newtree .left .block:nth-of-type(n+2) .year .year-sub span:nth-child(3) {
    background: url("image/dot2.png") no-repeat center center;
    height: 2vw;
    width: 2vw;
    font-weight: bold;
    display: block;
    background-size: 2vw;
}

#newtree .right .block:nth-of-type(n+2) .year .year-sub span:nth-child(1) {
    color: #2585c2;
    /* font-family: Arial Regular; */
    font-size: 5vw;
    line-height: 100%;
    font-weight: bold;
    display: block;
    margin-left: 2vw;
}

#newtree .right .block:nth-of-type(n+2) .year .year-sub span:nth-child(2) {
    background-color: #2585c2;
    flex: 0 0 2.3vw;
    height: 1px;
    line-height: 100%;
    margin-left: 0.5vw;
    display: block;
}

#newtree .right .block:nth-of-type(n+2) .year .year-sub span:nth-child(3) {
    background: url("image/dot2.png") no-repeat center center;
    height: 2vw;
    width: 2vw;
    font-weight: bold;
    display: block;
    background-size: 2vw;
}

#newtree .block .year {
    margin: 4vw 0;
}

#newtree .block:nth-of-type(n+2) .year {
    margin: 4vw 0;
}

#newtree .block .pic img {
    width: 28vw;
    height: calc(28vw / 1.387);
}

#newtree .left .block {
    text-align: right;
}

#newtree .left {
    flex: 0 0 calc(50% - 2px - 6vw);
    padding-right: 6vw;
}

#newtree .mid {
    flex: 0 0 2px;
    padding: 1px 0;
    display: flex;
    flex-direction: column;
}

#newtree .mid .first {
    background-color: #9fc155;
    flex: 0 0 37vw;
}

#newtree .mid .second {
    background-color: #2585c2;
    flex: 1;
}

#newtree .right {
    flex: 0 0 cacl(50% - 6vw);
    margin-left: 6vw;
    padding-top: 10vw;
}

#newtree .block .year2-ab {
    position: absolute;
    height: 5vw;
    display: flex;
    align-items: center;
}

#newtree .block .year2 {
    margin: 3vw 0;
    display: flex;
    justify-content: flex-end;
}

#newtree .block .year2 .a {
    height: 5vw;
    font-size: 5vw;
    font-family: DINCondensedBold;
    color: #2585c2;
}

#newtree .block .year2 .c {
    width: 2vw;
    height: 5vw;
    background: url("image/dot2.png") no-repeat center center;
    background-size: 2vw;
}

.v-t {
    width: 8rem;
    color: #fff;
}

#first-hao {
    color: #fff;
}

#first-jian {
    color: #fff;
}

#second-hao {
    color: #fff;
}

#second-jian {
    color: #fff;
}

#third-hao {
    color: #fff;
}

#third-jian {
    color: #fff;
}

#last-hao {
    color: #fff;
}

#last-jian {
    color: #fff;
}