@charset "utf-8";
.banner {
    position: relative;
}

.banner .img {
    width: 100%;
    height: 44vw;
    min-height: 528px;
    background: no-repeat center;
    background-size: 100%;
}

.banner .text {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    font-size: 28px;
    top: 50%;
    left: 0;
    margin-top: -2em;
    padding: 0 200px;
    text-align: left;
}

.banner .text h2 {
    font-size: 2.14em;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 3px;
}

.banner .text p {
    font-size: 1em;
    color: #FFFFFF;
    padding-top: 0.574em;
}

.banner .banner-tag {
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 1px;
    position: absolute;
    margin: 0 60px;
    left: 0;
    bottom: 31px;
    z-index: 1;
}

.banner .banner-tag .currentTagNum {
    font-size: 1.65em;
    padding: 0 5px;
}

.banner .banner-tag .totalTagNum {
    padding: 0 5px;
}

.banner .banner-pagination {
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 1px;
    position: absolute;
    margin: 0 60px;
    right: 0;
    left: auto;
    bottom: 31px;
    z-index: 1;
    width: auto !important;
}

.banner .banner-pagination .swiper-pagination-bullet {
    width: 1em;
    height: 1em;
    background: rgba(255,255,255,0.8);
    background: rgb(255 255 255 / 80%);
    opacity: 1;
}

.banner .banner-pagination .swiper-pagination-bullet-active {
    width: 4em;
    height: 1em;
    background: #014B97;
    border-radius: 0.5em;
}

.banner .swiper-button-prev {
    background: url(../images/left-large.png) no-repeat center;
    background-size: 70px;
    width: 70px;
    height: 70px;
    left: 60px;
}

.banner .swiper-button-next {
    background: url(../images/right-large.png) no-repeat center;
    background-size: 70px;
    width: 70px;
    height: 70px;
    right: 60px;
}

.banner .swiper-button-prev:after, .banner .swiper-button-next:after {
    content: '';
}

.banner .swiper-button-prev:hover {
    background-image: url(../images/left-large-a.png);
}

.banner .swiper-button-next:hover {
    background-image: url(../images/right-large-a.png);
}

.index_section1 {
    font-size: 20px;
}

.section1-box {
    width: 34.3%;
    font-size: 1em;
    padding-bottom: 5.5em;
}

.section1-box .items {}

.section1-box .items .item {
    padding: 0 3em;
    background: #fff;
}

.section1-box .items .item .item-name {
    display: block;
    border-bottom: 1px dashed  #CCCCCC;
    padding: 3em 0 1.25em;
}

.section1-box .items .item .item-name a {
    display: block;
    font-size: 1em;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    color: rgb(0 0 0 / 80%);
    letter-spacing: 1px;
    position: relative;
}

.section1-box .items .item .item-name .item_url_i {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/section1-l.png) no-repeat center;
    background-size: 100%;
    width: 1.4em;
    height: 100%;
}

.section1-box .items .item .item-text {
    display: none;
    border-bottom: 1px dashed  #CCCCCC;
    padding: 4.6em 0;
    font-size: 0.8em;
}

.section1-box .items .item .item-text h3 {
    font-size: 2.25em;
    font-weight: 600;
    color: rgba(0,0,0,0.8);
    color: rgb(0 0 0 / 80%);
    letter-spacing: 1px;
    padding-bottom: 1em;
    position: relative;
}

.section1-box .items .item .item-text h3 a {
    color: rgba(0,0,0,0.8);
    color: rgb(0 0 0 / 80%);
}

.section1-box .items .item .item-text .item-link {
    position: absolute;
    width: 1.1em;
    height: 1.4em;
    right: 0;
    top: 0;
    background: url(../images/section1-l-h.png) no-repeat center;
    background-size: 100%;
}

.section1-box .items .item .item-text p {
    font-size: 1em;
    font-weight: 600;
    color: rgba(0,0,0,0.4);
    color: rgb(0 0 0 / 40%);
    line-height: 2;
}

.section1-box .items .item.active {
    background: #F4F6F9;
}

.section1-box .items .item.active .item-name {
    display: none;
}

.section1-box .items .item.active .item-text {
    display: block;
}

.section1-container {
    width: 65.7%;
    box-sizing: border-box;
    padding: 3em;
    font-size: 1em;
    border-left: 1px solid #cccccc;
}

.section1-container .item {
    display: none;
    font-size: 1em;
}

.section1-container .item.active {
    display: block;
}

.section1-container .item .m-name {
    display: none;
}

.section1-container .item .see_more_link {
    display: block;
    width: 7.6em;
    height: 2.4em;
    line-height: 2.4;
    border: 1px solid #979797;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    color: rgba(0,0,0,0.8);
    color: rgb(0 0 0 / 80%);
    letter-spacing: 1px;
    transition: all 0.5s;
    margin: 1.5em auto 0;
}

.section1-container .item .see_more_link:hover {
    background: #004B97;
    border-color: #004B97;
    color: #ffffff;
}

.section1-container .item1 {}

.section1-container .item1 .img {
    width: 100%;
    height: 13em;
    margin-bottom: 1em;
    font-size: 1em;
}

.section1-container .item1 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section1-container .item1 .item-list {
    font-size: 1.2em;
    margin-bottom: 1em;
}

.section1-container .item1 .item-list a {
    width: 18.6%;
    height: 4em;
    background: #F4F6F9;
    text-align: center;
    line-height: 4em;
    font-size: 1em;
    font-weight: 400;
    color: #000000;
    letter-spacing: 1px;
    transition: all 0.5s;
}

.section1-container .item1 .item-list a.active,.section1-container .item1 .item-list a:hover {
    background: #004B97;
    color: #ffffff;
}

/* .section1-container .item1 .item-box {
    background: #F4F6F9;
    padding: 1.3em 3em;
} */

.section1-container .item1 .item-box>li {
    display: none;
}

.section1-container .item1 .item-box>li.active {
    display: block;
}

/* .section1-container .item1 .item-box>li li {
    width: 16%;
    font-size: 1em;
    margin-right: 5%;
}

.section1-container .item1 .item-box>li li:nth-child(5n){
    margin-right: 0%;
}

.section1-container .item1 .item-box>li li a {
    font-size: 0.9em;
    font-weight: 400;
    color: #000000;
    line-height: 2.2em;
}

.section1-container .item1 .item-box>li li a:hover {
    color: #004B97;
} */

.section1-container .item2 {}

.section1-container .item2 .img {
    width: 100%;
    font-size: 1em;
    margin-bottom: 1.5em;
}

.section1-container .item2 .img img {
    width: 48.5%;
    height: 14em;
    object-fit: cover;
}

.section1-container .item2 .item-list {}

.section1-container .item2 .item-list li {
    width: 50%;
    padding-bottom: 0.75em;
    border-bottom: 1px dashed  #CCCCCC;
    margin-bottom: 0.75em;
}

.section1-container .item2 .item-list li a {
    display: block;
    font-size: 0.9em;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    color: rgb(0 0 0 / 80%);
    padding-left: 1.2em;
    background: url(../images/transport-ico.png) no-repeat left center;
    width: 100%;
    box-sizing: border-box;
    padding-right: 0.3em;
}

.section1-container .item2 .item-list li a:hover {
    color: #004B97;
}

.section1-container .item3 {}

.section1-container .item3 .li {
    width: 48.5%;
    font-size: 1em;
}

.section1-container .item3 .name {
    font-size: 1.6em;
    font-weight: 600;
    color: rgba(0,0,0,0.8);
    color: rgb(0 0 0 / 80%);
    letter-spacing: 1px;
    padding-bottom: 0.75em;
}

.section1-container .item3 .img {
    width: 100%;
    height: 10.5em;
    padding-bottom: 1.5em;
}

.section1-container .item3 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section1-container .item3 .item-list {}

.section1-container .item3 .item-list li {
    width: 100%;
    padding-bottom: 0.75em;
    border-bottom: 1px dashed  #CCCCCC;
    margin-bottom: 0.75em;
}

.section1-container .item3 .item-list li a {
    display: block;
    font-size: 0.9em;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    color: rgb(0 0 0 / 80%);
    padding-left: 1.2em;
    background: url(../images/transport-ico.png) no-repeat left center;
    width: 100%;
    box-sizing: border-box;
    padding-right: 0.3em;
}

.section1-container .item3 .item-list li a:hover {
    color: #004B97;
}

.section1-container .item4 {}

.section1-container .item4 .item-list {
    font-size: 1.2em;
    margin-bottom: 1em;
}

.section1-container .item4 .item-list a {
    width: 18.6%;
    margin-right: 1.75%;
    height: 4em;
    background: #F4F6F9;
    text-align: center;
    line-height: 4em;
    font-size: 1em;
    font-weight: 400;
    color: #000000;
    letter-spacing: 1px;
    transition: all 0.5s;
}

.section1-container .item4 .item-list a.active,.section1-container .item4 .item-list a:hover {
    background: #004B97;
    color: #ffffff;
}

.section1-container .item4 .item-box {}

.section1-container .item4 .item-box>li {
    display: none;
}

.section1-container .item4 .item-box>li.active {
    display: block;
}

.section1-container .item1 .item-box>li li, .section1-container .item4 .item-box>li li {
    width: 48%;
    padding-bottom: 0.75em;
    border-bottom: 1px dashed #CCCCCC;
    margin-bottom: 0.75em;
}

.section1-container .item1 .item-box>li li a, .section1-container .item4 .item-box>li li a {
    display: block;
    font-size: 0.9em;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    color: rgb(0 0 0 / 80%);
    padding-left: 1.2em;
    background: url(../images/transport-ico.png) no-repeat left center;
    width: 100%;
    box-sizing: border-box;
    padding-right: 0.3em;
}

.section1-container .item1 .item-box>li li a:hover, .section1-container .item4 .item-box>li li a:hover {
    color: #004B97;
}

.index_section2 {
    background: #F4F6F9;
    font-size: 20px;
}

.section2-left {
    width: 66.6%;
    padding: 3.6em 0 4.5em;
    font-size: 1em;
    box-sizing: border-box;
    padding-right: 1.5em;
}

.section2-left .name {
    font-size: 1.6em;
    font-weight: 600;
    color: rgba(0,0,0,0.8);
    color: rgb(0 0 0 / 80%);
    letter-spacing: 1px;
    padding-bottom: 1em;
}

.section2-left .link {
    font-size: 1em;
    padding-bottom: 2.9em;
}

.section2-left .link a {
    display: inline-block;
    width: 9.6em;
    height: 3em;
    line-height: 3;
    border: 1px solid #979797;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    color: rgba(0,0,0,0.8);
    color: rgb(0 0 0 / 80%);
    letter-spacing: 1px;
    transition: all 0.5s;
}

.section2-left .link a:hover {background: #004B97;border-color: #004B97;color: #ffffff;}

.section2-left .items {}

.section2-left .item {
    width: 31%;
    margin-right: 2.33%;
    font-size: 1em;
}

.section2-left .item a {}

.section2-left .item .img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.section2-left .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section2-left .item .text {
    font-size: 1em;
    padding-top: 1.5em;
}

.section2-left .item .text .tit {
    font-size: 1em;
    font-weight: 600;
    color: rgba(0,0,0,0.8);
    color: rgb(0 0 0 / 80%);
    letter-spacing: 1px;
    max-height: 2.8em;
    line-height: 1.4;
    margin-bottom: 0.5em;
}

.section2-left .item .text .time {
    font-size: 0.7em;
    color: rgba(0,0,0,0.8);
    color: rgb(0 0 0 / 80%);
}

.section2-left .item .text .info {
    font-size: 0.7em;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    color: rgb(0 0 0 / 60%);
    line-height: 2em;
    height: 6em;
    margin: 1em 0;
}

.section2-left .item .text .more {
    font-size: 0.7em;
    font-weight: 400;
    color: #004B97;
}

.section2-right {
    width: 33.4%;
    padding: 3.6em 0 4.5em;
    font-size: 1em;
    box-sizing: border-box;
    padding-left: 3em;
    border-left: 1px solid #ccc;
}

.section2-right .name {
    font-size: 1.6em;
    font-weight: 600;
    color: rgba(0,0,0,0.8);
    color: rgb(0 0 0 / 80%);
    letter-spacing: 1px;
    padding-bottom: 1em;
}

.section2-right .link {
    font-size: 1em;
    padding-bottom: 2.9em;
}

.section2-right .link a {
    display: inline-block;
    width: 9.6em;
    height: 3em;
    line-height: 3;
    border: 1px solid #979797;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    color: rgba(0,0,0,0.8);
    color: rgb(0 0 0 / 80%);
    letter-spacing: 1px;
    transition: all 0.5s;
}

.section2-right .link a:hover {
    background: #004B97;
    border-color: #004B97;
    color: #ffffff;
}

.section2-right .item {
    font-size: 1em;
}

.section2-right .item a {}

.section2-right .item .img {
    width: 100%;
    height: auto;
}

.section2-right .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section2-right .item .text {
    font-size: 1em;
    padding: 1.5em 2em 0;
}

.section2-right .item .text .tit {
    font-size: 1em;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    color: rgb(0 0 0 / 80%);
    letter-spacing: 1px;
    display: block;
    text-align: center;
}

.section2-right .swiper-button-next {
    background: url(../images/right-small.png) no-repeat center #f4f6f9;
    background-size: 1.4em;
    width: 1.4em;
    height: 1.4em;
    right: 0;
    bottom: 0;
    top: auto;
}

.section2-right .swiper-button-prev {
    background: url(../images/left-small.png) no-repeat center #f4f6f9;
    background-size: 1.4em;
    width: 1.4em;
    height: 1.4em;
    left: 0;
    bottom: 0;
    top: auto;
}

.section2-right .swiper-button-prev:after, .section2-right .swiper-button-next:after {
    content: "";
}

.section2-right .swiper-button-next:hover {
    background-image: url(../images/right-small-a.png);
}

.section2-right .swiper-button-prev:hover {
    background-image: url(../images/left-small-a.png);
}

.index_section3 {
    background: url(../images/about-bg.png) center;
    height: 40em;
    font-size: 20px;
    box-sizing: border-box;
    padding-top: 3.5em;
}

.index_section3 .name {
    font-size: 1.6em;
    color: rgba(255,255,255,0.8);
    color: rgb(255 255 255 / 80%);
    letter-spacing: 1px;
}

.index_section3 .cn {
    font-size: 1.5em;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-top: 3.2em;
    margin-bottom: 0.2em;
}

.index_section3 .en {
    font-size: 1.5em;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    color: rgb(255 255 255 / 80%);
    letter-spacing: 1px;
    padding-bottom: 0.9em;
    margin-bottom: 1em;
    display: inline-block;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    position: relative;
}

.index_section3 .line {
    position: absolute;
    width: 1.25em;
    height: 4px;
    background: #fff;
    left: 0;
    bottom: 0;
}

.index_section3 .line:after {}

.index_section3 .info {
    font-size: 1em;
    font-weight: 400;
    max-width: 1648px;
    color: rgba(255,255,255,0.8);
    color: rgb(255 255 255 / 80%);
    letter-spacing: 1px;
    line-height: 1.5;
}

.index_section3 .info a {
    color: rgba(255,255,255,0.8);
    color: rgb(255 255 255 / 80%);
}

.index_section4 {
    background: #F4F6F9;
    padding: 3.5em 0;
    font-size: 20px;
}

.index_section4 .name {
    font-size: 1.6em;
    font-weight: 600;
    color: rgba(0,0,0,0.8);
    color: rgb(0 0 0 / 80%);
    letter-spacing: 1px;
    padding-bottom: 1.375em;
}

.index_section4 .swiper {
    height: 42em;
}

.index_section4 .swiper-slide {
    padding: 0.5em;
    font-size: 1em;
    height: 13em;
    box-sizing: border-box;
}

.index_section4 .swiper-slide a {
    display: block;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 1px 5px 10px #e3e3e3;
    height: 12em;
    text-align: center;
    padding-top: 2.5em;
}

.index_section4 .swiper-slide .cn {
    font-size: 1.35em;
    font-weight: 600;
    color: #D42327;
}

.index_section4 .swiper-slide .py {
    font-size: 1.35em;
    font-weight: 600;
    color: #D42327;
}

.index_section4 .swiper-slide .tit {
    font-size: 1em;
    font-weight: 600;
    color: rgba(0,0,0,0.7);
    color: rgb(0 0 0 / 70%);
    padding-top: 2em;
}

.index_section4 .swiper-pagination {}

.index_section4 .swiper-pagination .swiper-pagination-bullet {
    width: 1.2em;
    height: 6px;
    background: #000000;
    border-radius: 0;
}

.index_section4 .swiper-pagination .swiper-pagination-bullet-active {
    background: #004B97;
}

.index_section5 {
    padding: 3.5em 0;
    font-size: 20px;
}

.section5-left {
    width: 37%;
    box-sizing: border-box;
    font-size: 1em;
    padding-right: 0.75em;
    border-right: 1px solid #cccccc;
}

.section5-left .name {
    font-size: 1.6em;
    font-weight: 600;
    color: rgba(0,0,0,0.8);
    color: rgb(0 0 0 / 80%);
    letter-spacing: 1px;
    padding-bottom: 1.2em;
}

.section5-left .swiper {
    height: 32.5em;
}

.section5-left .swiper-slide {
    padding: 0.4em;
    font-size: 1em;
    height: 9.8em;
    box-sizing: border-box;
}

.section5-left .swiper-slide a {
    display: block;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 2px 3px 10px #e3e3e3;
    height: 9em;
    text-align: center;
    padding-top: 1.5em;
}

.section5-left .swiper-slide .cn {
    font-size: 1.1em;
    font-weight: 600;
    color: #D42327;
}

.section5-left .swiper-slide .py {
    font-size: 1.1em;
    font-weight: 600;
    color: #D42327;
}

.section5-left .swiper-slide .tit {
    font-size: 0.8em;
    font-weight: 600;
    color: rgba(0,0,0,0.7);
    color: rgb(0 0 0 / 70%);
    padding-top: 1.25em;
}

.section5-left .swiper-pagination .swiper-pagination-bullet {
    width: 1.2em;
    height: 6px;
    background: #000000;
    border-radius: 0;
}

.section5-left .swiper-pagination .swiper-pagination-bullet-active {
    background: #004B97;
}

.section5-right {
    width: 100%;
    box-sizing: border-box;
    font-size: 1em;
    padding-left: 1.5em;
}

.section5-right .name {
    font-size: 1.6em;
    font-weight: 600;
    color: rgba(0,0,0,0.8);
    color: rgb(0 0 0 / 80%);
    letter-spacing: 1px;
    padding-bottom: 1.2em;
}

.section5-right .items {}

.section5-right .items a {
    width: 18.56%;
    margin-right: 1.8%;
    margin-bottom: 1.3em;
    height: 5em;
    background: #F5F5F5;
    color: rgba(0,0,0,0.8);
    color: rgb(0 0 0 / 80%);
    transition: all 0.5s;
}

.section5-right .items a:nth-child(5n) {
    margin-right: 0;
}

.section5-right .items span {
    width: 100%;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
    box-sizing: border-box;
    padding: 0 0.6em;
}

.section5-right .items a:hover {
    background: #004b97;
    margin-bottom: 1em;
    color: #ffffff;
}

@media screen and (max-width: 1024px) {
    .banner .img {
        height: 500px;
        min-height: auto;
        background-size: auto 100%;
    }

    .banner .text {
        font-size: 20px;
        padding: 0 5em;
    }

    .banner .swiper-button-prev {
        width: 50px;
        height: 50px;
        left: 2%;
        background-size: 100%;
    }

    .banner .swiper-button-next {
        width: 50px;
        height: 50px;
        right: 2%;
        background-size: 100%;
    }

    .banner .banner-tag {
        margin: 0 15px;
    }

    .banner .banner-pagination {
        font-size: 15px;
        margin: 0 15px;
    }

    .index_section1 {
        font-size: 16px;
    }
    
    .section1-box .items .item {
        padding: 0 1em;
    }
    
    .section1-box .items .item .item-text {
        padding: 3em 0;
    }
    
    .section1-box .items .item .item-text h3 {
        font-size: 1.8em;
        padding-right: 1em;
    }
    
    .section1-container {
        padding: 1em;
    }
    
    .section1-container .item1 .img {
        height: 10em;
    }
    
    .section1-container .item1 .item-list {
        font-size: 1em;
    }
    
    .section1-container .item1 .item-list a {
        height: 3em;
        line-height: 3em;
    }
    
    /* .section1-container .item1 .item-box {
        padding: 1.2em;
    } */
    
    .section1-container .item2 .img img {
        height: 8em;
    }
    
    .section1-container .item3 .name {
        font-size: 1.3em;
    }
    
    .section1-container .item3 .img {
        height: 8em;
    }
    
    .section1-container .item4 .item-list {
        font-size: 1em;
    }
    
    .section1-container .item4 .item-list a {
        height: 3em;
        line-height: 3em;
    }

    .index_section2 {
        font-size: 16px;
    }
    
    .section2-left .item .img {
        height: auto;
    }
    
    .section2-right .item .img {
        height: auto;
    }

    .index_section3 {
        font-size: 16px;
        height: 36em;
    }

    .index_section4 {
        font-size: 16px;
    }
    
    .index_section4 .swiper {
        font-size: 0.8em;
    }
    
    .index_section5 {
        font-size: 16px;
    }
    
    .section5-left .swiper {
        font-size: 0.8em;
    }
    
    .section5-right .items a {
        width: 24%;
        margin-right: 1.333%;
    }
    
    .section5-right .items a:nth-child(5n) {
        margin-right: 1.333%;
    }
    
    .section5-right .items a:nth-child(4n) {
        margin-right: 0;
    }

}

@media screen and (max-width: 767px) {
    .banner .banner-tag {
        display: none;
    }

    .banner .swiper-button-prev, .banner .swiper-button-next {
        display: none;
    }

    .banner .banner-pagination {
        margin: 0;
        left: 0;
        font-size: 12px;
    }

    .banner .img {
        height: 345px;
    }

    .banner .text {
        padding: 0 1em;
        font-size: 11px;
        margin-top: -5em;
    }

    .banner .text h2 {
        font-size: 1.8em;
    }

    .index_section1 {
        font-size: 14px;
    }
    
    .section1-box {
        width: 100%;
        padding-bottom: 0;
        display: none;
    }
    
    .section1-container {
        width: 96%;
        margin: 0 auto;
        border-left: 0;
        padding: 1em 0;
    }
    
    .section1-container .item {
        display: block;
        padding-bottom: 0;
    }

    .section1-container .item .m-name {
        display: block;
        color: #333333;
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 0.5em;
        border-bottom: 0.5px solid #959595;
        margin-bottom: 0.8em;
    }
    
    .section1-container .item .m-name a {
        color: #333333;
    }
    
    .section1-container .item .img {
        display: none;
    }
    
    .section1-container .item1 .item-list {
        font-size: 0.8em;
    }
    
    /* .section1-container .item1 .item-box {
        padding: 0.8em;
    } */
    
    /* .section1-container .item1 .item-box>li li {
        width: 18%;
        margin-right: 2.5%;
    } */
    
    .section1-container .item2 .item-list li {
        width: 50%;
    }
    
    .section1-container .item3 {
        padding-bottom: 0;
    }

    .section1-container .item3 .name {
        font-size: 1.1em;
    }
    
    .section1-container .item3 .m-name {
        margin-bottom: 0;
    }
    
    .section1-container .item3 .li {
        width: 100%;
        padding-top: 2em;
    }
    
    .section1-container .item4 .item-list {
        font-size: 0.8em;
    }

    .index_section2 {
        font-size: 14px;
    }
    
    .section2-left {
        width: 100%;
        padding: 2em 0 0;
    }
    
    .section2-left .link {
        font-size: 0.7em;
        padding-bottom: 1.5em;
    }
    
    .section2-left .name {
        padding-bottom: 0.5em;
    }
    
    .section2-left .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1em;
    }
    
    .section2-left .item .img {
        height: auto;
    }
    
    .section2-left .item .text .more {
        display: none;
    }
    
    .section2-right {
        width: 100%;
        border-left: 0;
        padding: 0 0 4em;
    }
    
    .section2-right .name {
        padding-bottom: 0.5em;
    }
    
    .section2-right .link {
        font-size: 0.7em;
        padding-bottom: 1.5em;
    }
    
    .section2-right .link a {}
    
    .section2-right .item .img {
        height: auto;
    }
    
    .section2-right .item .text {
        padding: 0.8em 1.2em 0;
        font-size: 1.2em;
    }

    .index_section3 {
        font-size: 14px;
        padding-top: 2em;
        height: 32em;
    }
    
    .index_section3 .cn {
        margin-top: 0;
    }

    .index_section3 .line {
        height: 2.5px;
    }
    
    .index_section3 .name {
        display: none;
    }
    
    .index_section4 {
        font-size: 14px;
        padding-top: 2em;
    }
    
    .index_section4 .name {
        padding-bottom: 1em;
    }
    
    .index_section4 .swiper {
        font-size: 0.7em;
    }
    
    .index_section4 .swiper-slide .tit {
        padding-top: 1em;
    }
    
    .index_section5 {
        font-size: 14px;
        padding: 2em 0;
    }
    
    .section5-left {
        width: 100%;
        border-right: 0;
        padding-right: 0;
        padding-bottom: 2em;
    }
    
    .section5-left .name {
        padding-bottom: 1em;
    }
    
    .section5-right {
        width: 100%;
        padding-left: 0;
    }
    
    .section5-right .name {
        padding-bottom: 1em;
    }
    
    .section5-right .items a {
        width: 32%;
        margin-right: 2%;
    }
    
    .section5-right .items a:nth-child(4n) {
        margin-right: 2%;
    }
    
    .section5-right .items a:nth-child(3n) {
        margin-right: 0;
    }
    .section1-container .item .see_more_link {
        margin: 1em auto 3em;
        font-size: 0.8em;
    }
}


.icons_before::before{ content:""; background-image:url(../images/icons.png); background-repeat:no-repeat; }


.addressBox{ padding-left:17px; position:relative;left: -45px; }
.addressBox::before{ position:absolute; height:14px; width:12px; left:0; top:50%; margin-top:-7px; background-position:-390px -52px; }
.addressBox .icons_after{ padding-right:12px; position: relative; font-size:12px; line-height:28px; }
.addressBox .icons_after::after{ position:absolute; height:8px; width:7px; right:0; top:50%; margin-top:-4px; background-position:0 2px; }
.addressBox:hover .tips_city{ margin-top:0; opacity:1; transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); }
.addressBox .tips_city{ position:absolute; left:0; top:100%; padding:10px 15px 15px; background:#182a4f; color:#fff; width:210px; opacity:0; margin-top:-10px; transform:scale(0); -webkit-transform:scale(0); -moz-transform:scale(0); -ms-transform:scale(0); -o-transform:scale(0); transition:opacity 0.3s,margin 0.3s; -webkit-transition:opacity 0.3s,margin 0.3s; -moz-transition:opacity 0.3s,margin 0.3s; -ms-transition:opacity 0.3s,margin 0.3s; -o-transition:opacity 0.3s,margin 0.3s; z-index: 99999}
.addressBox .tips_city h5{ font-size:13px; line-height:1.4em; margin:0; }
.addressBox .tips_city .ul{ padding:5px 0 1px; margin-right:-8px; font-size:0; line-height:0; }
.addressBox .tips_city .ul li{ display:inline-block; vertical-align:top; min-width:39px; line-height:1.4em; margin-bottom:10px; margin-right:8px; }
.addressBox .tips_city .ul a{ line-height:1.4em;color: #fff; font-size: 12px; display: inline-block; vertical-align: middle; }
.addressBox .tips_city a:hover{ color:#ffaa00; }
.addressBox .more{ line-height:1.4em; margin-right:10px;color: #fff }
.memberBox{ position:relative; padding-left:23px; }
.memberBox::before{ content:""; position: absolute; left:13px; top:50%; height:12px; margin-top:-6px; width:1px; background-color:rgba(255,255,255,0.2); }
.memberBox .word{ font-size:12px; line-height:28px; margin-right:8px; }
.memberBox a{ color:#ffaa00; }
.memberBox a+a{ margin-left:8px; }
.memberBox .hide{ display:none; }
@media screen and (max-width: 680px) {
    .banner .img {
        height: 300px;
    }
    .addressBox .icons_after {
        width: 40px;
        letter-spacing: 2px;
    }
    .addressBox {
        left: 10px
    }
}