﻿@charset "UTF-8";
input {
    -webkit-user-select: unset !important;
    -moz-user-select: unset !important;
    /*����*/
    -webkit-user-select: unset !important;
    /*webkit������*/
    -ms-user-select: unset !important;
    /*IE10*/
    /*-khtml-user-select:none;!*����������*!*/
    user-select: unset !important;
}

.header {
    height: 120px;/* 181px */
    width: 100%;
}

.header .header_cont {
    padding: 20px 100px 20px 100px;/* 32px 100px 47px 100px */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 99;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    -moz-backdrop-filter: saturate(180%) blur(20px);
    -ms-backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.6);
}

.header .header_cont::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 13px;/* 10px */
    background-color: #0087dc;
    font-size: 0;
    content: '';
    visibility: inherit;
}

.header .header_cont::before {
    position: absolute;
    bottom: 0;
    left: 60%;
    width: 20%;
    height: 13px;/* 10px */
    background-color: #64d7d7;
    font-size: 0;
    content: '';
    visibility: inherit;
}

.header .header_cont .color_strip {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 13px;/* 10px */
    background-color: #b9eb5f;
    font-size: 0;
    content: '';
    visibility: inherit;
}

.header .header_cont .logo {
    float: left;
    display: inline-block;
}

.header .header_cont .logo img {
    width: 90px;/* 102px */
    height: 90px;/* 102px */
}

.header .header_cont .header_right {
    float: right;
    padding-top: 35px;
}

.header .header_cont .header_right .nav {
    float: left;
}

.header .header_cont .header_right .nav a {
    display: inline-block;
    font-size: 18px;
    color: #000;/* #646464 */
    float: left;
    margin-right: 45px;
    line-height: 45px;
}

.header .header_cont .header_right .nav a:nth-child(1):hover {
    color: #999;
}

.header .header_cont .header_right .nav a:nth-child(2):hover {
    color: #1e50c8;
}

.header .header_cont .header_right .nav a:nth-child(3):hover {
    color: #099;
}

.header .header_cont .header_right .nav a:nth-child(4):hover {
    color: #c60;
}

.header .header_cont .header_right .nav a:nth-child(5):hover {
    color: #c90;
}

.header .header_cont .header_right .nav a:nth-child(6):hover {
    color: #99cc33;
}

.header .header_cont .header_right .nav a:nth-child(7):hover {
    color: #06f;
}

.header .header_cont .header_right .nav a:nth-child(8):hover {
    color: #063;
}

.header .header_cont .header_right .nav .navdrop {
    display: inline-block;
    float: left;
    position: relative;
    cursor: default;
}

.header .header_cont .header_right .nav .navdrop .current {
    font-size: 18px;
    color: #000;/* #646464; */
    line-height: 45px;
}

.header .header_cont .header_right .nav .navdrop .dropdown {
    position: absolute;
    left: 50%;
    top: 45px;
    transform: translateX(-50%);
    box-shadow: 0px 0px 2px 1px #f3f3f3;
    display: none;
}

.header .header_cont .header_right .nav .navdrop .dropdown a {
    display: block;
    font-size: 18px;
    color: #000;/* #646464 */
    min-width: 115px;
    float: left;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    line-height: 30px;
    padding: 10px 0;
}

.header .header_cont .header_right .nav .navdrop .dropdown a:hover {
    background-color: #0087dc;
    color: #fff;
}

.header .header_cont .header_right .nav .navdrop:hover .current {
    color: #585858; /* #646464 */
}

.header .header_cont .header_right .nav .navdrop:hover .dropdown {
    display: block;
}

.header .header_cont .header_right .search {
    float: left;
    padding-left: 10px;
    width: 110px;
    height: 45px;
    position: relative;
}

.header .header_cont .header_right .search .icon {
    width: 21px;
    height: 21px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 80px;/* 90px */
    transform: translateY(-50%);
    transition-duration: 0.3s;
}

.header .header_cont .header_right .search input {
    display: inline-block;
    line-height: 25px;
    height: 25px;
    font-size: 12px;
    color: #585858; /* #646464 */
    width: 87px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 10px;
    transition-duration: 0.5s;
    overflow: hidden;
    opacity: 0;
    padding-left: 5px;
    border-bottom: 1px solid #585858;/* #646464 */
}

.header .header_cont .header_right .search input::after {
    position: absolute;
    font-size: 0;
    content: '';
    left: -100%;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background-color: #646464;
    transition-duration: 0.5s;
}

.header .header_cont .header_right .search span {
    display: inline-block;
    line-height: 25px;
    height: 25px;
    font-size: 12px;
    color: #646464;
    width: 87px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 10px;
    transition-duration: 0.5s;
    overflow: hidden;
    opacity: 0;
}

.header .header_cont .header_right .search span::after {
    position: absolute;
    font-size: 0;
    content: '';
    left: -100%;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background-color: #646464;
    transition-duration: 0.5s;
}

.header .header_cont .header_right .search:hover .icon {
    left: 5px;/*30px*/
}

.header .header_cont .header_right .search:hover span {
    opacity: 1;
}

.header .header_cont .header_right .search:hover span::after {
    left: 0;
}

.header .header_cont .header_right .search:hover input {
    opacity: 1;
    background: transparent;
}

.header .header_cont .header_right .search:hover input::after {
    left: 0;
}

.header .header_cont .header_right .language {
    float: left;
    width: 50px;
    position: relative;
    cursor: default;
}

.header .header_cont .header_right .language .current {
    font-size: 18px;
    color: #000;/* #646464 */
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    font-family: "DeltaSans";
    width: 75px;
}

.header .header_cont .header_right .language .dropdown {
    position: absolute;
    left: 70%;/* 50% */
    top: 45px;
    transform: translateX(-50%);
    box-shadow: 0px 0px 2px 1px #f3f3f3;
    display: none;
    width: 100%;
}

.header .header_cont .header_right .language .dropdown a {
    display: block;
    font-size: 18px;
    color: #000;/* #646464 */
    float: left;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    line-height: 30px;
    padding: 10px 0;
    width: 100%;
    font-family: "DeltaSans";
}

.header .header_cont .header_right .language .dropdown a:hover {
    background-color: #0087dc;
    color: #fff;
}

.header .header_cont .header_right .language:hover .dropdown {
    display: block;
}

.header .header_cont .header_right.en .nav a {
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    padding: 5px 0;
    float: unset;
    vertical-align: middle;
    margin-right: 40px;
}

.header .header_cont .header_right.en .nav .navdrop {
    float: right;
}

.header .header_cont .header_right.en .nav .navdrop .current {
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    padding: 5px 0;
}

.header .header_cont .header_right.en .nav .navdrop .dropdown {
    top: 48px;
}

.header .header_cont .header_right.en .nav .navdrop .dropdown a {
    font-size: 15px;
    line-height: 19px;
    padding: 8px 0;
}

.header .header_cont .header_right.en .search {
    padding-top: 13px;
}

.header .header_cont .header_right.en .language .current {
    font-size: 15px;
    line-height: 48px;
}

.header .header_cont .header_right.en .language .dropdown {
    top: 48px;
}

.header .header_cont .header_right.en .language .dropdown a {
    font-size: 15px;
}

.phone_head {
    display: none;
}

.footer {
    background-color: #0087dc;
}

.footer .footer_cont {
    padding: 20px 100px;
}

.footer .footer_cont .copy {
    float: left;
}

.footer .footer_cont .copy span {
    /* margin-left: 75px; */
    font-family: "DeltaSans";
    font-size: 13px;
    color: #ffffff;
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 5px;
}

.footer .footer_cont .copy img {
    width: 80px;/* 102px */
    height: 80px;/* 102px */
}

.footer .footer_cont .logo {
    float: right;
    margin-top: 25px;
    width: 164px;
    height: 51px;
}

.indexbanner {
    width: 100%;
    overflow: hidden;
}

.indexbanner .indexswi {
    position: relative;
}

.indexbanner .indexswi .swiper-pagination {
    display: none;
}

.indexbanner .indexswi .swiper-slide {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.indexbanner .indexswi .swiper-slide .pcimg {
    width: 100%;
    height: auto;
}

.indexbanner .indexswi .swiper-slide .phoneimg {
    display: none;
}

.indexbanner .indexswi .swiper-slide .slidecont {
    width: 900px;
    position: absolute;
    left: calc(50% - 450px);
    bottom: 40px;
    padding: 0 30px;
    box-sizing: border-box;
    /*left: 50%;
        transform: translateX(-50%);*/
    text-align: center;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 135, 220, 0.8);
    padding: 30px;
    min-height: 135px;
}

.indexbanner .indexswi .swiper-slide .slidecont .label {
    font-size: 24px;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}

.indexbanner .indexswi .swiper-slide .slidecont .tit {
    /*font-size: 45px;*/
    font-size: 35px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}

.indexbanner .indexswi .swiper-slide .slidecont .Subtitle {
    color: #ffffff;
    /*font-size: 45px;*/
    font-size: 35px;
    line-height: 1.3;
}

.indexbanner .indexswi .swiper-slide .slidecont .lookmore {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    font-family: 'DeltaSans';
    border: 1px solid #ffffff;
    width: 128px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    /*margin-top: 22px;*/
    margin-top: 45px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    opacity: 3;
    left: 0;
    top: 0;
    margin-top: 0;
    border: unset;
    content: '';
    color: transparent;
}

.indexbanner .indexswi .swiper-slide .slidecont .lookmore i {
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #006cb0;
    opacity: 0;
    top: 0;
    font-size: 0;
    content: '';
    opacity: 0;
    transition-duration: 0.5s;
    z-index: 1;
}

.indexbanner .indexswi .swiper-slide .slidecont .lookmore em {
    position: relative;
    z-index: 2;
}

.indexbanner .indexswi .swiper-slide .slidecont .lookmore:hover {
    /*i {
                    opacity: 1;
                    left: 0;
                }*/
}

.indexbanner .indexswi .swiper-button-prev,
.indexbanner .indexswi .swiper-button-next {
    top: 50%;
    transform: translateY(-50%) !important;
    margin-top: unset;
    background-image: unset;
    width: unset;
    height: unset;
    background-size: unset !important;
    z-index: 10;
    position: absolute;
}

.indexbanner .indexswi .swiper-button-prev .icon,
.indexbanner .indexswi .swiper-button-next .icon {
    border: 1px solid #dfdfdf;
    width: 48px;
    height: 48px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.indexbanner .indexswi .swiper-button-prev .icon img,
.indexbanner .indexswi .swiper-button-next .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.indexbanner .indexswi .swiper-button-prev .icon::after,
.indexbanner .indexswi .swiper-button-next .icon::after {
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #006cb0;
    opacity: 0;
    top: 0;
    font-size: 0;
    content: '';
    opacity: 0;
    transition-duration: 0.5s;
    z-index: 2;
}

.indexbanner .indexswi .swiper-button-prev span,
.indexbanner .indexswi .swiper-button-next span {
    font-size: 20px;
    color: #ffffff;
    line-height: 28px;
    padding: 10px 0;
    display: inline-block;
    opacity: 0;
    transition-duration: 0.5s;
}

.indexbanner .indexswi .swiper-button-prev:hover .icon::after,
.indexbanner .indexswi .swiper-button-next:hover .icon::after {
    opacity: 1;
    left: 0;
}

.indexbanner .indexswi .swiper-button-prev:hover span,
.indexbanner .indexswi .swiper-button-next:hover span {
    opacity: 1;
}

.indexbanner .indexswi .swiper-button-prev {
    left: 100px;
}

.indexbanner .indexswi .swiper-button-prev .icon {
    float: left;
}

.indexbanner .indexswi .swiper-button-prev span {
    margin-left: 15px;
    float: left;
}

.indexbanner .indexswi .swiper-button-next {
    right: 100px;
}

.indexbanner .indexswi .swiper-button-next .icon {
    float: right;
}

.indexbanner .indexswi .swiper-button-next span {
    float: left;
    margin-right: 15px;
}

.indexbanner .indexswi .swiper-button-next.swiper-button-disabled,
.indexbanner .indexswi .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.indexlink .linkswi {
    overflow: hidden;
    position: relative;
}

.indexlink .linkswi .swiper-slide {
    overflow: hidden;
}

.indexlink .linkswi .swiper-slide .slidecont {
    width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
    padding-top: 78px;
    padding-bottom: 100px;
}

.indexlink .linkswi .swiper-slide .slidecont .img {
    position: relative;
    width: 676px;
    height: 451px;
    float: left;
}

.indexlink .linkswi .swiper-slide .slidecont .img .border {
    border-style: solid;
    border-width: 4px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 0;
}

.indexlink .linkswi .swiper-slide .slidecont .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 100px;
    top: 0;
}

.indexlink .linkswi .swiper-slide .slidecont .textbox {
    float: right;
    width: calc(100% - 875px);
    height: 501px;
    position: relative;
}

.indexlink .linkswi .swiper-slide .slidecont .textbox .text {
    display: inline-block;
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 45px;
}

.indexlink .linkswi .swiper-slide .slidecont .textbox .text span {
    display: block;
    font-size: 20px;
    color: #585858;/* #646464 */
    margin-bottom: 10px;
}

.indexlink .linkswi .swiper-slide .slidecont .textbox .text h2 {
    font-size: 30px;
    color: #000; /* #646464 */
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 100px;
}

.indexlink .linkswi .swiper-slide .slidecont .textbox .text a {
    display: inline-block;
    border: 1px solid #585858;/* #646464 */
    width: 128px;
    line-height: 38px;
    text-align: center;
    font-size: 15px;
    color: #585858;/* #646464 */
    font-family: "DeltaSans";
    position: relative;
    overflow: hidden;
    transition-duration: 0.5s;
}

.indexlink .linkswi .swiper-slide .slidecont .textbox .text a i {
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #006cb0;
    opacity: 0;
    top: 0;
    font-size: 0;
    content: '';
    opacity: 0;
    transition-duration: 0.5s;
    z-index: 1;
}

.indexlink .linkswi .swiper-slide .slidecont .textbox .text a em {
    position: relative;
    z-index: 2;
}

.indexlink .linkswi .swiper-slide .slidecont .textbox .text a:hover {
    color: #fff;
    border-color: #006cb0;
}

.indexlink .linkswi .swiper-slide .slidecont .textbox .text a:hover i {
    opacity: 1;
    left: 0;
}

.indexlink .linkswi .swiper-slide .slidecont.reversal .img {
    float: right;
}

.indexlink .linkswi .swiper-slide .slidecont.reversal .img img {
    left: -100px;
}

.indexlink .linkswi .swiper-slide .slidecont.reversal .textbox {
    float: left;
}

.indexlink .linkswi .swiper-pagination-bullets {
    bottom: 25px;
}

.indexlink .linkswi .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: transparent;
    opacity: 1;
    border: 1px solid #585858;/* #646464 */
    box-sizing: border-box;
    margin: 0 10px;
}

.indexlink .linkswi .swiper-pagination-bullet-active {
    background: #0087dc;
    border: 1px solid #0087dc;
}

.phonelink {
    display: none;
}

.articles {
    background-color: #efefef;
    padding-bottom: 100px;
}

.articles .articles_cont {
    padding: 0 100px;
}

.articles .articles_cont .tit {
    line-height: 1;
    font-size: 36px;
    color: #585858;/* #646464 */
    text-align: center;
    padding: 60px 0 40px 0;/*90px 0 65px 0*/
}

.articles .articles_cont .group .list {
    width: calc(25% - 24px);
    margin-right: 32px;
    float: left;
}

.articles .articles_cont .group .list:nth-last-child(1) {
    margin-right: 0;
}

.articles .articles_cont .group .list .img {
    width: 100%;
    display: block;
    position: relative;
}

.articles .articles_cont .group .list .img .newicon {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffaa00;
    line-height: 35px;
    width: 65px;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    font-family: "DeltaSans";
    text-align: center;
}

.articles .articles_cont .group .list .img img {
    width: 100%;
}

.articles .articles_cont .group .list .img .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
}

.articles .articles_cont .group .list .img .mask .bg {
    background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    transition-duration: 0.3s;
    opacity: 0;
}

.articles .articles_cont .group .list .img .mask span {
    font-size: 20px;
    text-align: center;
    font-family: 'DeltaSans';
    display: inline-block;
    position: absolute;
    left: 75%;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #0087dc;
    transition-duration: 0.3s;
    opacity: 0;
}

.articles .articles_cont .group .list .img .mask::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 4px;
    background-color: #0087dc;
    font-size: 0;
    content: '';
    visibility: inherit;
    transition-duration: 0.3s;
    opacity: 0;
    z-index: 4;
}

.articles .articles_cont .group .list .img .mask::before {
    position: absolute;
    bottom: 0;
    left: 60%;
    width: 20%;
    height: 4px;
    background-color: #64d7d7;
    font-size: 0;
    content: '';
    visibility: inherit;
    transition-duration: 0.3s;
    opacity: 0;
    z-index: 4;
}

.articles .articles_cont .group .list .img .mask i {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 4px;
    background-color: #b9eb5f;
    font-size: 0;
    content: '';
    visibility: inherit;
    transition-duration: 0.3s;
    opacity: 0;
    z-index: 4;
}

.articles .articles_cont .group .list .img .mask:hover .bg {
    opacity: 1;
    left: 0;
}

.articles .articles_cont .group .list .img .mask:hover span {
    opacity: 1;
    left: 50%;
}

.articles .articles_cont .group .list .img .mask:hover i {
    opacity: 1;
}

.articles .articles_cont .group .list .img .mask:hover::after,
.articles .articles_cont .group .list .img .mask:hover::before {
    opacity: 1;
}

.articles .articles_cont .group .list .text {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.articles .articles_cont .group .list .text span {
    font-size: 15px;
    line-height: 20px;
    color: #969696;
    margin-bottom: 10px;
    position: relative;
    display: block;
}

.articles .articles_cont .group .list .text span i {
    font-size: 15px;
    color: #969696;
    line-height: 1.3;
    position: absolute;
    top: 0;
    right: 0;
}

.articles .articles_cont .group .list .text p {
    color: #000;/* #646464 */
    font-size: 20px;
    line-height: 1.3;
    height: 90px;/* 78px */
}

.publicbanner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.publicbanner .pcimg {
    width: 100%;
    height: auto;
}

.publicbanner .phoneimg {
    display: none;
}

.childbanner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    /*20220527改*/
    display: none;
}

.childbanner .newicon {
    display: none;
}

.childbanner .pcimg {
    width: 100%;
    height: auto;
}

.childbanner .phoneimg {
    display: none;
}

.childbanner .text {
    width: 1300px;
    position: absolute;
    left: calc(50% - 650px);
    bottom: 40px;
    z-index: 2;
}

.childbanner .text .label {
    display: none;
}

.childbanner .text h2 {
    font-size: 36px;
    color: #ffffff;
    line-height: 46px;
    font-weight: bold;
}

.childbanner .text h3 {
    font-size: 36px;
    color: #ffffff;
    line-height: 46px;
}

.childbanner .text a {
    display: inline-block;
    border: 1px solid #fff;
    width: 128px;
    line-height: 38px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-family: "DeltaSans";
    position: relative;
    overflow: hidden;
    transition-duration: 0.5s;
    margin-top: 35px;
}

.childbanner .text a i {
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #006cb0;
    opacity: 0;
    top: 0;
    font-size: 0;
    content: '';
    opacity: 0;
    transition-duration: 0.5s;
    z-index: 1;
}

.childbanner .text a em {
    position: relative;
    z-index: 2;
}

.childbanner .text a:hover {
    color: #fff;
    border-color: #006cb0;
}

.childbanner .text a:hover i {
    opacity: 1;
    left: 0;
}

.editors_words .cont {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 220px;
}

.editors_words .cont .tit {
    text-align: center;
    font-size: 45px;
    color: #414141;
    font-weight: bold;
    line-height: 1.3;
    padding-top: 70px;
    padding-bottom: 70px;
}

.editors_words .cont .text p {
    font-size: 20px;
    /*font-family: "font_light";*/
    font-weight: normal;
    line-height: 2;
    margin-bottom: 35px;
    color: #646464;
}

.editors_words .cont .author {
    margin-top: 150px;
    display: inline-block;
    float: right;
}

.editors_words .cont .author span {
    /*font-family: "font_light";*/
    font-weight: normal;
    display: inline-block;
    line-height: 1;
    margin-bottom: 15px;
    color: #646464;
}

.editors_words .cont .author img {
    display: block;
}

.article_details .cont {
    width: 1000px;
    margin: 0 auto;
}

.article_details .cont .baseinfo {
    margin-bottom: 50px;
    margin-top: 65px;
}

.article_details .cont .baseinfo .label {
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.article_details .cont .baseinfo .tit {
    text-align: center;
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
    word-break: keep-all;
    margin: 0.4rem 0;/* 20231124 新增 */
}

.article_details .cont .baseinfo .subtit {
    text-align: center;
    /*font-size: 45px;*/
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 10px;
}

.article_details .cont .baseinfo .author {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.article_details .cont .baseinfo .author .name {
    display: inline-block;
    font-size: 15px;
    color: #333;/* #646464 */
    line-height: 1.3;
    /*font-family: "font_light";*/
    font-weight: normal;/* lighter */
    margin: 0.2rem 0;
}

.article_details .cont .baseinfo .author .time {
    display: inline-block;
    font-size: 15px;
    color: #646464;
    line-height: 1.3;
    /*font-family: "font_light";*/
    font-weight: lighter;
    margin-left: 45px;
}

.article_details .cont .baseinfo .intr {
    font-size: 20px;
    line-height: 40px;
    /*font-family: "font_light";*/
    font-weight: normal;/* lighter */
    padding: 25px 0;
    margin-top: 25px;/* 75px */
}

.article_details .cont .text em{
    font-style: italic;
    font-weight: inherit;
}

.article_details .cont .text h3 {
    /*font-size: 36px;*/
    font-size: 30px;
    line-height: 1.7;
    margin-bottom: 30px;
}
.article_details .cont .text ul,.article_details .cont .text ol{
    padding-left: 1rem;
}
.article_details .cont .text ul li{
    list-style: disc!important;
}
.article_details .cont .text ol li{
    list-style: decimal!important;
}
.article_details .cont .text p {
    font-size: 18px;/* 20px */
    line-height: 27px;/* 40px */
    color: #585858;
    /*font-family: "font_light";*/
/*     font-weight: normal; */
    margin-bottom: 25px;/* 40px */
}

.article_details .cont .text p img {
    height: 100% !important;
    max-width: 100% !important;
    margin: 0.6rem 0 0;
}

.article_details .cont .text p span {
    display: inline-block;/* block */
    font-size: 20px;
    color: #585858;
    line-height: 40px;
    /*font-family: "font_light";*/
    /* font-weight: normal; */
    margin-top: 10px;
}

.article_details .cont .text .img {
    margin-bottom: 40px;
    /*display: inline-block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);*/
    width: 100%;
}

.article_details .cont .text .img img {
    margin-bottom: 10px;
    max-width: 100%;
}

.article_details .cont .text .img span {
    display: block;
    font-size: 15px;
    color: #585858;
    line-height: 21px;
    /*font-family: "font_light";*/
    font-weight: lighter;
}

.article_details .cont .share {
    margin-top: 110px;
    margin-bottom: 150px;
    text-align: center;
}

.article_details .cont .share span {
    display: block;
    font-size: 20px;
    line-height: 1;
    color: #585858;
    font-family: "DeltaSans";
    margin-bottom: 17px;
}

.article_details .cont .share .group {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}

.article_details .cont .share .group .link {
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.article_details .cont .share .group .link:nth-last-child(1) {
    margin-right: 0;
}

.article_details .cont .share .group .link img {
    width: 36px;
}

.article_details .cont .share .group .link img.img2 {
    display: none;
}

.article_details .cont .share .group .link:hover img.img1 {
    display: none;
}

.article_details .cont .share .group .link:hover img.img2 {
    display: block;
}

.article_details.report .cont .baseinfo .label {
    color: #1e50c8;
}

.article_details.report .cont .baseinfo .tit {
    color: #1e50c8;
}

.article_details.report .cont .baseinfo .subtit {
    color: #1e50c8;
}

.article_details.report .cont .baseinfo .intr {
    color: #1e50c8;
    border-top: 1px solid #1e50c8;
    border-bottom: 1px solid #1e50c8;
}

.article_details.report .cont .text h3 {
    color: #1e50c8;
}

.article_details.interconnect .cont .baseinfo .label {
    color: #99cc33;
}

.article_details.interconnect .cont .baseinfo .tit {
    color: #99cc33;
}

.article_details.interconnect .cont .baseinfo .subtit {
    color: #99cc33;
}

.article_details.interconnect .cont .baseinfo .intr {
    color: #99cc33;
    border-top: 1px solid #99cc33;
    border-bottom: 1px solid #99cc33;
}

.article_details.interconnect .cont .text h3 {
    color: #99cc33;
}

.article_details.continued .cont .baseinfo .label {
    color: #009999;
}

.article_details.continued .cont .baseinfo .tit {
    color: #009999;
}

.article_details.continued .cont .baseinfo .subtit {
    color: #009999;
}

.article_details.continued .cont .baseinfo .intr {
    color: #009999;
    border-top: 1px solid #009999;
    border-bottom: 1px solid #009999;
}

.article_details.continued .cont .text h3 {
    color: #009999;
}

.article_details.employer .cont .baseinfo .label {
    color: #c90;
}

.article_details.employer .cont .baseinfo .tit {
    color: #c90;
}

.article_details.employer .cont .baseinfo .subtit {
    color: #c90;
}

.article_details.employer .cont .baseinfo .intr {
    color: #c90;
    border-top: 1px solid #c90;
    border-bottom: 1px solid #c90;
}

.article_details.employer .cont .text h3 {
    color: #c90;
}

.article_details.brand_circle .cont .baseinfo .label {
    color: #06f;
}

.article_details.brand_circle .cont .baseinfo .tit {
    color: #06f;
}

.article_details.brand_circle .cont .baseinfo .subtit {
    color: #06f;
}

.article_details.brand_circle .cont .baseinfo .intr {
    color: #06f;
    border-top: 1px solid #06f;
    border-bottom: 1px solid #06f;
}

.article_details.brand_circle .cont .text h3 {
    color: #06f;
}

.article_details.greenlife .cont .baseinfo .label {
    color: #006633;
}

.article_details.greenlife .cont .baseinfo .tit {
    color: #006633;
}

.article_details.greenlife .cont .baseinfo .subtit {
    color: #006633;
}

.article_details.greenlife .cont .baseinfo .intr {
    color: #006633;
    border-top: 1px solid #006633;
    border-bottom: 1px solid #006633;
}

.article_details.greenlife .cont .text h3 {
    color: #006633;
}

.article_details.brandperson .cont .baseinfo .label {
    color: #cc6600;
}

.article_details.brandperson .cont .baseinfo .tit {
    color: #cc6600;
}

.article_details.brandperson .cont .baseinfo .subtit {
    color: #cc6600;
}

.article_details.brandperson .cont .baseinfo .intr {
    color: #cc6600;
    border-top: 1px solid #cc6600;
    border-bottom: 1px solid #cc6600;
}

.article_details.brandperson .cont .text h3 {
    color: #cc6600;
}

.public_more {
    background-color: #efefef;
    padding: 80px 0 60px 0;
}

.public_more .cont {
    padding: 0 100px;
}

.public_more .cont .group .list {
    display: inline-block;
    margin-right: 32px;
    width: calc(25% - 24px);
    float: left;
    position: relative;
}

.public_more .cont .group .tit {
    line-height: 1;
    font-size: 36px;
    color: #585858;
    text-align: center;
    padding: 0px 0 65px 0;
}

.public_more .cont .group .list:nth-child(4n+1) {
    margin-right: 0;
}

.public_more .cont .group .list .img {
    position: relative;
}

.public_more .cont .group .list .img .newicon {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffaa00;
    line-height: 35px;
    width: 65px;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    font-family: "DeltaSans";
    text-align: center;
}

.public_more .cont .group .list .img img {
    width: 100%;
}

.public_more .cont .group .list .img .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 6;
}

.public_more .cont .group .list .img .mask .bg {
    background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    transition-duration: 0.3s;
    opacity: 0;
}

.public_more .cont .group .list .img .mask span {
    font-size: 20px;
    text-align: center;
    font-family: 'DeltaSans';
    display: inline-block;
    position: absolute;
    left: 75%;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #0087dc;
    transition-duration: 0.3s;
    opacity: 0;
}

.public_more .cont .group .list .img .mask::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 4px;
    background-color: #0087dc;
    font-size: 0;
    content: '';
    visibility: inherit;
    transition-duration: 0.3s;
    opacity: 0;
    z-index: 4;
}

.public_more .cont .group .list .img .mask::before {
    position: absolute;
    bottom: 0;
    left: 60%;
    width: 20%;
    height: 4px;
    background-color: #64d7d7;
    font-size: 0;
    content: '';
    visibility: inherit;
    transition-duration: 0.3s;
    opacity: 0;
    z-index: 4;
}

.public_more .cont .group .list .img .mask i {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 4px;
    background-color: #b9eb5f;
    font-size: 0;
    content: '';
    visibility: inherit;
    transition-duration: 0.3s;
    opacity: 0;
    z-index: 4;
}

.public_more .cont .group .list .img .mask:hover .bg {
    opacity: 1;
    left: 0;
}

.public_more .cont .group .list .img .mask:hover span {
    opacity: 1;
    left: 50%;
}

.public_more .cont .group .list .img .mask:hover i {
    opacity: 1;
}

.public_more .cont .group .list .img .mask:hover::after,
.public_more .cont .group .list .img .mask:hover::before {
    opacity: 1;
}

.public_more .cont .group .list .text {
    padding-top: 10px;
}

.public_more .cont .group .list .text .label {
    font-size: 15px;
    color: #969696;
    line-height: 21px;
    margin-bottom: 10px;
    position: relative;
}

.public_more .cont .group .list .text .label i {
    font-size: 15px;
    color: #646464;
    line-height: 1.3;
    position: absolute;
    top: 0;
    right: 0;
}

.public_more .cont .group .list .text h2 {
    font-size: 20px;
    color: #585858;
    line-height: 1.3;
    height: 78px;
}

.public_more .cont .lookmore {
    margin-top: 90px;
    display: inline-block;
    border: 1px solid #646464;
    width: 128px;
    line-height: 38px;
    text-align: center;
    font-size: 15px;
    color: #646464;
    font-family: "DeltaSans";
    position: relative;
    overflow: hidden;
    transition-duration: 0.5s;
    left: 50%;
    transform: translateX(-50%);
}

.public_more .cont .lookmore i {
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #006cb0;
    opacity: 0;
    top: 0;
    font-size: 0;
    content: '';
    opacity: 0;
    transition-duration: 0.5s;
    z-index: 1;
}

.public_more .cont .lookmore em {
    position: relative;
    z-index: 2;
}

.public_more .cont .lookmore:hover {
    color: #fff;
    border-color: #006cb0;
}

.public_more .cont .lookmore:hover i {
    opacity: 1;
    left: 0;
}

.public_more.type_b .cont {
    padding: 0 100px;
}

.public_more.type_b .cont .group {
    text-align: center;
}

.public_more.type_b .cont .group .list {
    display: inline-block;
    /*margin-right: 180px;*/
    margin: 0 90px;
    width: calc(25% - 24px);
    float: unset !important;
    position: relative;
    /*&:nth-child(2n) {
                margin-right: 0;
            }*/
}

.public_more.type_b .cont .group .list .img {
    position: relative;
}

.public_more.type_b .cont .group .list .img .newicon {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffaa00;
    line-height: 35px;
    width: 65px;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    font-family: "DeltaSans";
    text-align: center;
}

.public_more.type_b .cont .group .list .img img {
    width: 100%;
}

.public_more.type_b .cont .group .list .img .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 6;
}

.public_more.type_b .cont .group .list .img .mask .bg {
    background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    transition-duration: 0.3s;
    opacity: 0;
}

.public_more.type_b .cont .group .list .img .mask span {
    font-size: 20px;
    text-align: center;
    font-family: 'DeltaSans';
    display: inline-block;
    position: absolute;
    left: 75%;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #0087dc;
    transition-duration: 0.3s;
    opacity: 0;
}

.public_more.type_b .cont .group .list .img .mask::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 4px;
    background-color: #0087dc;
    font-size: 0;
    content: '';
    visibility: inherit;
    transition-duration: 0.3s;
    opacity: 0;
    z-index: 4;
}

.public_more.type_b .cont .group .list .img .mask::before {
    position: absolute;
    bottom: 0;
    left: 60%;
    width: 20%;
    height: 4px;
    background-color: #64d7d7;
    font-size: 0;
    content: '';
    visibility: inherit;
    transition-duration: 0.3s;
    opacity: 0;
    z-index: 4;
}

.public_more.type_b .cont .group .list .img .mask i {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 4px;
    background-color: #b9eb5f;
    font-size: 0;
    content: '';
    visibility: inherit;
    transition-duration: 0.3s;
    opacity: 0;
    z-index: 4;
}

.public_more.type_b .cont .group .list .img .mask:hover .bg {
    opacity: 1;
    left: 0;
}

.public_more.type_b .cont .group .list .img .mask:hover span {
    opacity: 1;
    left: 50%;
}

.public_more.type_b .cont .group .list .img .mask:hover i {
    opacity: 1;
}

.public_more.type_b .cont .group .list .img .mask:hover::after,
.public_more.type_b .cont .group .list .img .mask:hover::before {
    opacity: 1;
}

.public_more.type_b .cont .group .list .text {
    padding-top: 10px;
    text-align: left;
}

.public_more.type_b .cont .group .list .text .label {
    font-size: 15px;
    color: #969696;
    line-height: 21px;
    margin-bottom: 10px;
    position: relative;
}

.public_more.type_b .cont .group .list .text .label i {
    font-size: 15px;
    color: #646464;
    line-height: 1.3;
    position: absolute;
    top: 0;
    right: 0;
}

.public_more.type_b .cont .group .list .text h2 {
    font-size: 20px;
    color: #646464;
    line-height: 1.3;
}

.public_tit {
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
    padding: 60px 0 75px 0;
}

.public_tit.report {
    color: #1e50c8;
}

.public_tit.interconnect {
    color: #99cc33;
}

.public_tit.continued {
    color: #009999;
}

.public_tit.employer {
    color: #cc9900;
}

.public_tit.brand_circle {
    color: #06f;
}

.public_tit.greenlife {
    color: #006633;
}

.public_tit.brandperson {
    color: #cc6600;
}

.public_tit.pdfdownload,
.public_tit.searchresult {
    color: #646464;
}

.report_group {
    padding: 0 100px;
}

.report_group.brandperson .group {
    margin-top: 0;
}

.report_group.searchresult .group {
    margin-top: 0;
}

.report_group .group {
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
}

.report_group .group .list {
    float: left;
    margin-right: 32px;
    width: calc(25% - 24px);
    margin-bottom: 120px;
    position: relative;
    /*.newicon {
        position: absolute;
        left: 0;
        top: 0;
        background-color: #ffaa00;
        line-height: 35px;
        width: 65px;
        font-size: 17px;
        color: #ffffff;
        font-weight: bold;
        font-family: "DeltaSans";
        text-align: center;
    }*/
    /*img {
        max-width: 100%;
    }*/
}

.report_group .group .list:nth-child(4n) {
    margin-right: 0;
}

.report_group .group .list .imgbox {
    position: relative;
}

.report_group .group .list .imgbox .newicon {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffaa00;
    line-height: 35px;
    width: 65px;
    width: 65px;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    font-family: "DeltaSans";
    text-align: center;
    z-index: 6;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.report_group .group .list .imgbox .newicon.isload {
    opacity: 1;
}

.report_group .group .list .imgbox .img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.report_group .group .list .imgbox .img.isload {
    top: unset;
    left: unset;
    height: 100%;
    width: 100%;
    opacity: 1;
}

.report_group .group .list .imgbox .loadingbg {
    width: 100%;
    height: auto;
}

.report_group .group .list .imgbox .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 2px;
    background-color: #eaeaea;
    overflow: hidden;
    z-index: 2;
}

.report_group .group .list .imgbox .loading i {
    position: absolute;
    left: -100%;
    top: 0;
    height: 2px;
    width: 100%;
    background-color: #0087dc;
    animation: myfirst 2s linear 0s infinite;
    -moz-animation: myfirst 2s linear 0s infinite;
    -webkit-animation: myfirst 2s linear 0s infinite;
    -o-animation: myfirst 2s linear 0s infinite;
}

@keyframes myfirst {
    0% {
        left: -100%;
    }
    25% {
        left: 50%;
    }
    50% {
        left: 100%;
    }
    75% {
        left: 50%;
    }
    100% {
        left: -100%;
    }
}

@-moz-keyframes myfirst
/* Firefox */

{
    0% {
        left: -100%;
    }
    25% {
        left: 50%;
    }
    50% {
        left: 100%;
    }
    75% {
        left: 50%;
    }
    100% {
        left: -100%;
    }
}

@-webkit-keyframes myfirst
/* Safari and Chrome */

{
    0% {
        left: -100%;
    }
    25% {
        left: 50%;
    }
    50% {
        left: 100%;
    }
    75% {
        left: 50%;
    }
    100% {
        left: -100%;
    }
}

@-o-keyframes myfirst
/* Opera */

{
    0% {
        left: -100%;
    }
    25% {
        left: 50%;
    }
    50% {
        left: 100%;
    }
    75% {
        left: 50%;
    }
    100% {
        left: -100%;
    }
}

.report_group .group .list .imgbox .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 6;
}

.report_group .group .list .imgbox .mask .bg {
    background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    transition-duration: 0.3s;
    opacity: 0;
}

.report_group .group .list .imgbox .mask span {
    font-size: 20px;
    text-align: center;
    font-family: 'DeltaSans';
    display: inline-block;
    position: absolute;
    left: 75%;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #0087dc;
    transition-duration: 0.3s;
    opacity: 0;
}

.report_group .group .list .imgbox .mask::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 4px;
    background-color: #0087dc;
    font-size: 0;
    content: '';
    visibility: inherit;
    transition-duration: 0.3s;
    opacity: 0;
    z-index: 4;
}

.report_group .group .list .imgbox .mask::before {
    position: absolute;
    bottom: 0;
    left: 60%;
    width: 20%;
    height: 4px;
    background-color: #64d7d7;
    font-size: 0;
    content: '';
    visibility: inherit;
    transition-duration: 0.3s;
    opacity: 0;
    z-index: 4;
}

.report_group .group .list .imgbox .mask i {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 4px;
    background-color: #b9eb5f;
    font-size: 0;
    content: '';
    visibility: inherit;
    transition-duration: 0.3s;
    opacity: 0;
    z-index: 4;
}

.report_group .group .list .imgbox .mask:hover .bg {
    opacity: 1;
    left: 0;
}

.report_group .group .list .imgbox .mask:hover span {
    opacity: 1;
    left: 50%;
}

.report_group .group .list .imgbox .mask:hover i {
    opacity: 1;
}

.report_group .group .list .imgbox .mask:hover::after,
.report_group .group .list .imgbox .mask:hover::before {
    opacity: 1;
}

.report_group .group .list .text {
    margin-top: 10px;
}

.report_group .group .list .text .label {
    font-size: 15px;
    line-height: 20px;
    color: #969696;
    margin-bottom: 10px;
}

.report_group .group .list .text .label i {
    float: right;
}

.report_group .group .list .text h2 {
    font-size: 20px;
    color: #000;/* #646464 */
    line-height: 1.3;/* 1.2 */
    height: 78px;/*  90px / 52px */
}

.group .ellipsis_3{
    overflow: hidden;
}

.report_group .group .list .text p {
    font-size: 15px;
    color: #969696;
    line-height: 24px;
    height: 72px;
    margin-top: 10px;
}

.report_group .newest .img {
    float: left;
    width: 58%;
    position: relative;
}

.report_group .newest .img .newicon {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffaa00;
    line-height: 35px;
    width: 65px;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    font-family: "DeltaSans";
    text-align: center;
}

.report_group .newest .img img {
    width: 100%;
    height: auto;
}

.report_group .newest .img .mask {
    display: none;
}

.report_group .newest .text {
    float: right;
    width: 42%;
    padding-left: 80px;
    box-sizing: border-box;
}

.report_group .newest .text .label {
    display: none;
}

.report_group .newest .text h2 {
    font-size: 36px;
    color: #000;/* #646464 */
    font-weight: bold;
    line-height: 46px;
}

.report_group .newest .text a {
    margin-top: 36px;
    display: inline-block;
    border: 1px solid #646464;
    width: 128px;
    line-height: 38px;
    text-align: center;
    font-size: 15px;
    color: #646464;
    font-family: "DeltaSans";
    position: relative;
    overflow: hidden;
    transition-duration: 0.5s;
}

.report_group .newest .text a i {
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #006cb0;
    opacity: 0;
    top: 0;
    font-size: 0;
    content: '';
    opacity: 0;
    transition-duration: 0.5s;
    z-index: 1;
}

.report_group .newest .text a em {
    position: relative;
    z-index: 2;
}

.report_group .newest .text a:hover {
    color: #fff;
    border-color: #006cb0;
}

.report_group .newest .text a:hover i {
    opacity: 1;
    left: 0;
}

.report_group .loadmore {
    margin-bottom: 120px;
    display: inline-block;
    border: 1px solid #646464;
    width: 128px;
    line-height: 38px;
    text-align: center;
    font-size: 15px;
    color: #646464;
    font-family: "DeltaSans";
    position: relative;
    overflow: hidden;
    transition-duration: 0.5s;
    left: 50%;
    transform: translateX(-50%);
}

.report_group .loadmore i {
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #006cb0;
    opacity: 0;
    top: 0;
    font-size: 0;
    content: '';
    opacity: 0;
    transition-duration: 0.5s;
    z-index: 1;
}

.report_group .loadmore em {
    position: relative;
    z-index: 2;
}

.report_group .loadmore:hover {
    color: #fff;
    border-color: #006cb0;
}

.report_group .loadmore:hover i {
    opacity: 1;
    left: 0;
}

.page {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 120px;
}

.page a {
    font-size: 20px;
    color: #646464;
    display: inline-block;
    float: left;
    font-family: "DeltaSans";
    line-height: 26px;
    min-width: 26px;
    text-align: center;
    margin: 0 3px;
    cursor: pointer;
}

.page a:hover,
.page a.active {
    color: #0087dc;
}

.page a.icon {
    height: 26px;
    width: 26px;
    position: relative;
}

.page a.icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page a.icon .img2 {
    display: none;
}

.page a.icon:hover .img1 {
    display: none;
}

.page a.icon:hover .img2 {
    display: block;
}

.pdfdownload {
    width: 100%;
}

.pdfdownload .group {
    padding: 0 250px;
}

.pdfdownload .group .list {
    float: left;
    margin-right: 90px;
    width: calc(25% - 67.5px);
    margin-bottom: 110px;
}

.pdfdownload .group .list:nth-child(4n) {
    margin-right: 0;
}

.pdfdownload .group .list .img {
    width: 100%;
    display: block;
    position: relative;
    /*box-shadow: 0 0 15px 2px rgba(0,0,0,0.2);*/
    border: 1px solid #dcdcdc;
}

.pdfdownload .group .list .img img {
    width: 100%;
}

.pdfdownload .group .list .img .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
}

.pdfdownload .group .list .img .mask .bg {
    background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    transition-duration: 0.3s;
    opacity: 0;
}

.pdfdownload .group .list .img .mask a {
    font-size: 20px;
    text-align: center;
    font-family: 'DeltaSans';
    display: inline-block;
    position: absolute;
    left: 75%;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #0087dc;
    transition-duration: 0.3s;
    opacity: 0;
}

.pdfdownload .group .list .img .mask::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 4px;
    background-color: #0087dc;
    font-size: 0;
    content: '';
    visibility: inherit;
    transition-duration: 0.3s;
    opacity: 0;
    z-index: 4;
}

.pdfdownload .group .list .img .mask::before {
    position: absolute;
    bottom: 0;
    left: 60%;
    width: 20%;
    height: 4px;
    background-color: #64d7d7;
    font-size: 0;
    content: '';
    visibility: inherit;
    transition-duration: 0.3s;
    opacity: 0;
    z-index: 4;
}

.pdfdownload .group .list .img .mask i {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 4px;
    background-color: #b9eb5f;
    font-size: 0;
    content: '';
    visibility: inherit;
    transition-duration: 0.3s;
    opacity: 0;
    z-index: 4;
}

.pdfdownload .group .list .img .mask:hover .bg {
    opacity: 1;
    left: 0;
}

.pdfdownload .group .list .img .mask:hover a {
    opacity: 1;
    left: 50%;
}

.pdfdownload .group .list .img .mask:hover::after,
.pdfdownload .group .list .img .mask:hover::before {
    opacity: 1;
}

.pdfdownload .group .list .img .mask:hover i {
    opacity: 1;
}

.pdfdownload .group .list .text {
    display: block;
    width: 100%;
    margin-top: 30px;
}

.pdfdownload .group .list .text .id {
    font-size: 20px;
    color: #646464;
    display: block;
    line-height: 36px;
    font-family: 'DeltaSans';
}

.pdfdownload .group .list .text .tit {
    color: #646464;
    font-size: 20px;
    height: 52px;
    line-height: 1.3;
}

.searchye {
    padding: 220px 0 410px 0;
}

.searchye .cont {
    padding-left: 75px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.searchye .cont .icon {
    width: 42px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.searchye .cont input {
    padding: 0 20px;
    line-height: 60px;
    width: 520px;
    border: 1px solid #646464;
    font-size: 15px;
    color: #646464;
    float: left;
}

.searchye .cont .sub {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    float: left;
    background-color: #006cb0;
    line-height: 62px;
    letter-spacing: 5px;
    padding: 0 25px;
}

.searchye .cont .tips {
    font-size: 30px;
    color: #646464;
    line-height: 1.3;
    position: absolute;
    left: 75px;
    top: 90px;
}

.en .pdfdownload .group .list .text .id {
    font-size: 18px;
    line-height: 34px;
}

.en .pdfdownload .group .list .text .tit {
    font-size: 18px;
    height: 46.8px;
}

.en .indexbanner .indexswi .swiper-slide .slidecont .label {
    font-size: 24px;
}

.en .indexbanner .indexswi .swiper-slide .slidecont .tit {
    /*  font-size: 35px;*/
    font-size: 30px;
}

.en .indexbanner .indexswi .swiper-slide .slidecont .Subtitle {
    /*  font-size: 35px;*/
    font-size: 30px;
}

.en .editors_words .cont .tit {
    font-size: 40px;
}

.en .editors_words .cont .text p {
    font-size: 18px;
}

.en .editors_words .cont .author span {
    font-size: 18px;
}

.en .indexlink .linkswi .swiper-slide .slidecont .textbox .text h2 {
    font-size: 25px;
}

.en .article_details .cont .text p {
    font-size: 18px;
    line-height: 25px;
}

.en .public_more .cont .group .list .text h2 {
    font-size: 16px;
    font-weight: bold;
    height: auto;/*90px 58.5 */
}

.en .public_more .cont .group .list .text .label {
    font-size: 14px;
}

.en .article_details .cont .text h3 {
    font-size: 32px;
}

.en .article_details .cont .baseinfo .intr {
    font-size: 18px;
    line-height: 32px;
}

.en .article_details .cont .baseinfo .subtit {
    font-size: 40px;
    line-height: 55px;
}

.en .article_details .cont .baseinfo .tit {
    font-size: 40px;
    line-height: 55px;
}

.en .articles .articles_cont .group .list .text span i {
    font-size: 14px;
}

.en .articles .articles_cont .group .list .text span {
    font-size: 14px;
}

.en .articles .articles_cont .group .list .text p {
    font-size: 16px;
    height: auto;/*90px 58.5px */
    font-weight: bold;
}

.en .childbanner .text h2 {
    font-size: 26px;
    line-height: 36px;
}

.en .childbanner .text h3 {
    font-size: 26px;
    line-height: 36px;
}

.en .childbanner .text a {
    margin-top: 20px;
}

.en .public_tit {
    font-size: 40px;
}

.en .report_group .newest .text h2 {
    font-size: 26px;
    line-height: 36px;
}

.en .report_group .group .list .text h2 {
    /*font-size: 15px;*/
    font-size: 16px;
    font-weight: bold;
    height: auto;/*90px 58.5px */
}

.en .report_group .group .list .text .label {
    font-size: 14px;
}

.en .report_group .group .list .text p {
    font-size: 14px;
    line-height: 18px;
    height: 90px;/* 54px */
}

@media screen and (max-width: 1600px) {
    .header .header_cont .header_right .nav a {
        margin-right: 35px;
    }
    .header .header_cont .header_right.en .nav a {
        font-size: 14px;
        margin-right: 25px;
    }
    .header .header_cont .header_right.en .nav .navdrop .current, .header .header_cont .header_right.en .nav .navdrop .dropdown a, .header .header_cont .header_right.en .language .current, .header .header_cont .header_right.en .language .dropdown a{
        font-size: 14px;
    }
    .indexbanner .indexswi .swiper-slide .slidecont {
        /*width: 1100px;
            left: calc(50% - 550px);*/
    }
    .pdfdownload .group {
        padding: 0 100px;
    }
}

@media screen and (max-width: 1450px) {
    .header .header_cont {
        padding: 20px 80px 20px 80px;/* 32px 80px 47px 80px */
    }
    .header .header_cont .header_right .nav a {
        font-size: 17px;
        margin-right: 25px;
    }
    .header .header_cont .header_right .nav .navdrop .current,.header .header_cont .header_right .nav .navdrop .dropdown a, .header .header_cont .header_right .language .current{
        font-size: 17px;
    }
    .header .header_cont .header_right.en .nav a {
        font-size: 14px;
        margin-right: 25px;
    }
    .header .header_cont .header_right.en .nav .navdrop .current{
        font-size: 14px;
    }
    .header .header_cont .header_right.en .language .dropdown a {
        font-size: 14px;
    }
    .header .header_cont .header_right.en .nav .navdrop .dropdown a {
        font-size: 14px;
    }
    .header .header_cont .header_right .language .dropdown a {
        font-size: 17px;
    }
    .indexbanner .indexswi .swiper-button-prev {
        left: 80px;
    }
    .indexbanner .indexswi .swiper-button-next {
        right: 80px;
    }
    .indexbanner .indexswi .swiper-slide {
        /*height: 450px;*/
        height: auto;
    }
    .indexbanner .indexswi .swiper-slide img {
        height: 100%;
        width: auto;
        /*position: absolute;
            left: 50%;
            transform: translateX(-50%);*/
    }
    .indexbanner .indexswi .swiper-slide .slidecont {
        /*width: 940px;
            left: calc(50% - 470px);*/
    }
    .footer .footer_cont {
        padding: 15px 80px;
    }
    .articles .articles_cont {
        padding: 0 80px;
    }
    .childbanner .text {
        width: calc(100% - 160px);
        left: 80px;
    }
    .pdfdownload .group {
        padding: 0 80px;
    }
    .pdfdownload .group .list {
        margin-right: 68px;
        width: calc(25% - 51px);
        margin-bottom: 95px;
    }
    .indexbanner .indexswi .swiper-slide .slidecont .label{
        font-size: 18px;
    }
    .indexbanner .indexswi .swiper-slide .slidecont .tit {
        font-size: 24px;
    }
    .indexbanner .indexswi .swiper-slide .slidecont .Subtitle {
        font-size: 24px;
    }
    .indexbanner .indexswi .swiper-slide .slidecont {
        padding: 10px 30px;
        min-height: 120px;
    }
    .en .indexbanner .indexswi .swiper-slide .slidecont .label {
        font-size: 18px;
    }
    
    .en .indexbanner .indexswi .swiper-slide .slidecont .tit {
        font-size: 22px;
    }
    
    .en .indexbanner .indexswi .swiper-slide .slidecont .Subtitle {
        /*  font-size: 35px;*/
        font-size: 22px;
    }
}

@media screen and (max-width: 1360px) {
    .header .header_cont {
        padding: 20px 50px 20px 50px;/* 32px 50px 47px 50px; */
    }
    .header .header_cont .header_right .nav a {
        font-size: 17px;
        margin-right: 20px;
    }
    .header .header_cont .header_right.en .nav a , .header .header_cont .header_right.en .nav .navdrop .current{
        font-size: 13px;
        margin-right: 11px;
    }
    .header .header_cont .header_right.en .nav .navdrop .current:last-child{
        margin-right: 5px;
    }
    .header .header_cont .header_right.en .language .current, .header .header_cont .header_right.en .language .dropdown a ,.header .header_cont .header_right.en .nav .navdrop .dropdown a{
        font-size: 13px;
    }
    .header .header_cont .header_right .language .dropdown a {
        font-size: 17px;
    }
    .indexbanner .indexswi .swiper-button-prev {
        left: 50px;
    }
    .indexbanner .indexswi .swiper-button-next {
        right: 50px;
    }
    .indexbanner .indexswi .swiper-slide .slidecont {
        /*width: 900px;
            left: calc(50% - 450px);*/
    }
    .footer .footer_cont {
        padding: 10px 50px;/* 15px 50px */
    }
    .articles .articles_cont {
        padding: 0 50px;
    }
    .childbanner .text {
        width: calc(100% - 100px);
        left: 50px;
    }
    .public_more .cont {
        padding: 0 50px;
        width: 100%;
        box-sizing: border-box;
    }
    .report_group {
        padding: 0 50px;
    }
    .pdfdownload .group {
        padding: 0 50px;
    }
    .pdfdownload .group .list {
        margin-right: 68px;
        width: calc(25% - 51px);
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 1300px) {
    .indexlink .linkswi .swiper-slide .slidecont {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .header {
        display: none;
    }
    .phone_head {
        display: block;
    }
    .phone_head .headtop {
        padding: 15px 20px;
        padding-bottom: 15px;        
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        background-color: #fff;
        z-index: 99;
    }
    .phone_head .headtop .logo {
        display: inline-block;
    }
    .phone_head .headtop .logo img {
        width: 80px;
    }
    .phone_head .headtop .sideicon {
        width: 27px;
        height: 27px;
        position: absolute;
        right: 14.8px;
        top: 50%;
        transform: translateY(-50%);
    }
    .phone_head .headtop .sideicon .meun {
        width: 30px; /* 17px */
        height: 3px;/* 1px */
        position: absolute;
        transform: translate(-50%, -50%);
        left: 10%; /* 50% */
        top: 50%;
        background-color: #646464;
        transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .phone_head .headtop .sideicon .meun::after {
        width: 30px; /* 17px */
        height: 3px;/* 1px */
        background-color: #646464;
        position: absolute;
        left: 0;
        top: -8px;/* -6px */
        font-size: 0;
        content: '';
    }
    .phone_head .headtop .sideicon .meun::before {
        width: 30px; /* 17px */
        height: 3px;/* 1px */
        background-color: #646464;
        position: absolute;
        left: 0;
        bottom: -8px;/* -6px */
        font-size: 0;
        content: '';
    }
    .phone_head .headtop .sideicon .close {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: -15px;
        bottom: 0;
        margin: auto;
        opacity: 0;
        transform: rotate(0);
        transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .phone_head .headtop .sideicon .close::after {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 2px;
        height: 25px;
        background-color: #646464;
        font-size: 0;
        content: '';
    }
    .phone_head .headtop .sideicon .close::before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 25px;
        height: 2px;
        background-color: #646464;
        font-size: 0;
        content: '';
    }
    .phone_head .headtop::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 60%;
        height: 8px;/* 5px */
        background-color: #0087dc;
        font-size: 0;
        content: '';
        visibility: inherit;
    }
    .phone_head .headtop::before {
        position: absolute;
        bottom: 0;
        left: 60%;
        width: 20%;
        height: 8px;/* 5px */
        background-color: #64d7d7;
        font-size: 0;
        content: '';
        visibility: inherit;
    }
    .phone_head .headtop .color_strip {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 20%;
        height: 8px;/* 5px */
        background-color: #b9eb5f;
        font-size: 0;
        content: '';
        visibility: inherit;
    }
    .phone_head .sidecont {
        display: block;
        width: 100%;
        background-color: #0087dc;
        z-index: 100;
        position: fixed;
        left: 0;
        height: 0;
        top: 100px;/* 83.14px */
        transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        overflow: hidden;
    }
    .en .phone_head .sidecont {
        overflow: scroll;
    }
    .phone_head .sidecont .search {
        display: block;
        width: 100%;
        padding: 0 70px;
        box-sizing: border-box;
        position: relative;
        padding-left: 113px;
        padding-top: 38px;
        padding-bottom: 25px;
        border-bottom: 1px solid #ffffff;
    }
    .phone_head .sidecont .search img {
        height: 27px;
        position: absolute;
        left: 70px;
        top: 41.5px;
    }
    .phone_head .sidecont .search input {
        line-height: 33px;
        height: 33px;
        background-color: #fff;
        width: 100%;
        font-size: 12px;
        color: #0087dc;
        font-family: "DeltaSans";
        padding: 0 9px;
        box-sizing: border-box;
    }
    .phone_head .sidecont .search input::-webkit-input-placeholder {
        color: #0087dc;
    }
    .phone_head .sidecont .nav {
        border-bottom: 1px solid #ffffff;
        padding-bottom: 25px;
        height: calc(100vh - 278px);
        height: auto;
        overflow-y: auto;
        box-sizing: border-box;
    }
    .phone_head .sidecont .nav li {
        margin-bottom: 15px;/* 10px */
    }
    .phone_head .sidecont .nav li:nth-child(1) {
        margin-top: 25px;
    }
    .phone_head .sidecont .nav li .navlist {
        line-height: 20px;/* 28px */
        font-size: 16px;
        color: #ffffff;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .phone_head .sidecont .nav li .navlast .current {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;/* 10px */
    }
    .phone_head .sidecont .nav li .navlast .current span {
        line-height: 20px;/* 28px */
        font-size: 16px;
        color: #ffffff;
        display: inline-block;
        position: relative;
        /*padding-right: 26px;*/
        /* &::after {
                            position: absolute;
                            font-size: 20px;
                            color: #fff;
                            content: "+";
                            top: 0;
                            right: -26px;
                        }*/
    }
    .phone_head .sidecont .nav li .navlast .current span img {
        position: absolute;
        top: 50%;
        right: -26px;
        width: 10.5px;
        transform: translateY(-50%);
        transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .phone_head .sidecont .nav li .navlast .current span .img2 {
        display: none;
    }
    .phone_head .sidecont .nav li .navlast .secondary {
        display: none;
    }
    .phone_head .sidecont .nav li .navlast .secondary a {
        display: inline-block;
        width: 100%;
        text-align: center;
        color: #ffffff;
        font-size: 14px;
        line-height: 18px;/* 28px */
        margin-bottom: 15px;
    }
    .phone_head .sidecont .nav li .navlast .secondary a:nth-last-child(1) {
        margin-bottom: 0;
    }
    .phone_head .sidecont .nav li .navlast.active .secondary {
        display: block;
    }
    .phone_head .sidecont .nav li .navlast.active .current span {
        /* &::after {
                                content: "-";
                            }*/
    }
    .phone_head .sidecont .nav li .navlast.active .current span .img2 {
        display: block;
    }
    .phone_head .sidecont .nav li .navlast.active .current span .img1 {
        display: none;
    }
    .phone_head .sidecont .language {
        padding: 33px 0;
        position: relative;
        /*bottom: 0;*/
        left: 50%;
        display: inline-block;
        transform: translateX(-50%);
    }
    .phone_head .sidecont .language a {
        font-size: 16px;
        color: #ffffff;
        font-family: "DeltaSans";
        line-height: 30px;
        padding: 0 10px;
        margin-right: 16px;
        display: inline-block;
        float: left;
    }
    .phone_head .sidecont .language a:nth-last-child(1) {
        margin-right: 0;
    }
    .phone_head._show .headtop .sideicon .meun {
        opacity: 0;
    }
    .phone_head._show .headtop .sideicon .close {
        transform: rotate(45deg);
        opacity: 1;
    }
    .phone_head._show .sidecont {
        /*height: calc(100% - 83.14px);*/
        height: calc(100vh - 83.14px);
    }
    .en .phone_head._show .sidecont {
        padding-bottom: 35px;
    }
    .indexbanner {
        margin-top: 88px;
    }
    .indexbanner .indexswi {
        padding-bottom: 10px;
    }
    .indexbanner .indexswi .swiper-pagination {
        display: block;
    }
    .indexbanner .indexswi .swiper-pagination-bullets {
        bottom: 0px;/* 40px */
    }
    .indexbanner .indexswi .swiper-pagination-bullet {
        opacity: 1;
        border: 1px solid #646464;
        background-color: transparent;
    }
    .indexbanner .indexswi .swiper-pagination-bullet-active {
        background: #0087dc;
        border: 1px solid #0087dc;
    }
    .indexbanner .indexswi .swiper-button-prev,
    .indexbanner .indexswi .swiper-button-next {
        display: none;
    }
    .indexbanner .indexswi .swiper-slide {
        /* height: 315px;*/
        width: 100%;
    }
    .indexbanner .indexswi .swiper-slide .pcimg {
        height: 315px;
        width: auto;
    }
    .indexbanner .indexswi .swiper-slide .slidecont {
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 20px 20px;
        position: relative;
        bottom: unset;
        background-color: unset;
        min-height: unset;
    }
    .indexbanner .indexswi .swiper-slide .slidecont .label {
        color: #646464;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .indexbanner .indexswi .swiper-slide .slidecont .tit {
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        color: #646464;
        margin-bottom: 5px;
    }
    .indexbanner .indexswi .swiper-slide .slidecont .Subtitle {
        font-size: 18px;
        line-height: 24px;
        color: #646464;
        margin-bottom: 5px;
    }
    .indexbanner .indexswi .swiper-slide .slidecont .lookmore {
        position: absolute;
        color: transparent;
        border: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
        left: 0;
        top: 0;
        z-index: -1;
        margin-top: 0;
    }
    .indexbanner .indexswi .swiper-slide .slidecont .lookmore:hover {
        display: none;
    }
    .indexlink {
        display: none;
    }
    .phonelink {
        display: block;
        padding-bottom: 20px;
    }
    .phonelink .list {
        margin-bottom: 36px;
        display: block;
        padding: 0 20px;
    }
    .phonelink .list img {
        width: 100%;
    }
    .phonelink .list .textbox .text span {
        font-size: 12px;
        line-height: 1.3;
        color: #969696;
        display: block;
        margin-top: 15px;
    }
    .phonelink .list .textbox .text h2 {
        font-size: 15px;
        color: #646464;
        font-weight: bold;
        line-height: 20px;
        margin-top: 3px;
    }
    .articles {
        padding-bottom: 20px;
    }
    .articles .articles_cont {
        padding: 0 20px;
    }
    .articles .articles_cont .tit {
        font-size: 18px;
        padding: 37px 0;
    }
    .articles .articles_cont .group .list {
        margin-bottom: 50px;
        width: calc(50% - 12px);
        margin-right: 24px;
    }
    .articles .articles_cont .group .list:nth-child(2n) {
        margin-right: 0;
    }
    .articles .articles_cont .group .list .img .newicon {
        width: 52px;
        font-size: 12px;
        line-height: 30px;
    }
    .articles .articles_cont .group .list .img .mask {
        display: none;
    }
    .articles .articles_cont .group .list .img:hover .mask {
        display: none;
    }
    .articles .articles_cont .group .list .text {
        margin-top: 8px;
    }
    .articles .articles_cont .group .list .text span {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 6px;
        color: #969696;
    }
    .articles .articles_cont .group .list .text span i {
        font-size: 12px;
        line-height: 16px;
        color: #969696;
        position: relative;
        top: unset;
        right: unset;
        width: 100%;
        display: block;
    }
    .articles .articles_cont .group .list .text p {
        font-size: 15px;
        line-height: 20px;
        height: 60px;
        color: #646464;
        -webkit-line-clamp: 5;
        height: 100px;
    }
    .footer {
        background-color: #0087dc;
    }
    .footer .footer_cont {
        padding: 0 20px;
        padding-top: 35px;
        padding-bottom: 25px;
        position: relative;
    }
    .footer .footer_cont .copy {
        float: unset;
    }
    .footer .footer_cont .copy span {
        margin-left: 0;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 12px;
        padding-bottom: 0;
    }
    .footer .footer_cont .copy img {
        width: 50px;
        height: 50px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 80px;
    }
    .footer .footer_cont .logo {
        float: unset;
        margin-top: 0;
        width: 76px;
        height: auto;
        display: block;
        position: absolute;
        left: 50%;
        top: 104px;
        transform: translateX(-50%);
    }
    .editors_words {
        padding-bottom: 80px;
        margin-top: 88px;
    }
    .editors_words .cont {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .editors_words .cont .tit {
        font-size: 25px;
        line-height: 34px;
        padding: 41.5px 0;
    }
    .editors_words .cont .text p {
        /*font-size: 12px;
            line-height: 22px;*/
        font-size: 16px;
        line-height: 1.815;
        margin-bottom: 20px;
    }
    .editors_words .cont .author {
        margin-top: 50px;
    }
    .editors_words .cont .author span {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .editors_words .cont .author img {
        width: 95px;
    }
    .article_details {
        margin-top: 0px;
    }
    .article_details.margintop {
        margin-top: 128px;
    }
    .article_details .cont {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .article_details .cont .baseinfo {
        margin-top: 40px;
        margin-bottom: 35px;
    }
    .article_details .cont .baseinfo .label {
        font-size: 14px;
        margin-bottom: 0;
    }
    .article_details .cont .baseinfo .tit {
        font-size: 18px;
        line-height: 24px;
    }
    .article_details .cont .baseinfo .subtit {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .article_details .cont .baseinfo .author {
        margin-top: 4px;
    }
    .article_details .cont .baseinfo .author .name {
        font-size: 12px;
        line-height: 17px;
        width: 100%;
        text-align: center;
        display: block;
    }
    .article_details .cont .baseinfo .author .time {
        font-size: 12px;
        line-height: 17px;
        width: 100%;
        margin-left: 0;
        text-align: center;
        display: block;
    }
    .article_details .cont .baseinfo .intr {
        margin-top: 25px;/* 45px */
        /* font-size: 12px;
            line-height: 22px;*/
        font-size: 15px;
        line-height: 24px;
        padding: 8px 0;
    }
    .article_details .cont .text h3 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    .article_details .cont .text p {
        /*font-size: 12px;
            line-height: 22px;*/
        font-size: 16px;
        line-height: 1.815;
        margin-bottom: 20px;
    }
    .article_details .cont .text p img {
        height: auto !important;
        max-width: 100% !important;
    }
    .article_details .cont .text p span {
        font-size: 16px;
        line-height: 1.815;
        margin-top: 5px;
    }
    .article_details .cont .text .img {
        margin-top: 30px;
        width: 100%;
        margin-bottom: 20px;
    }
    .article_details .cont .text .img img {
        max-width: 100% !important;
        height: auto;
        margin-bottom: 5px;
    }
    .article_details .cont .text .img span {
        font-size: 12px;
        line-height: 22px;
    }
    .article_details .cont .share {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .article_details .cont .share span {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .article_details .cont .share .group .link {
        width: 25px;
        margin-right: 10px;
    }
    .article_details .cont .share .group .link img {
        width: 100%;
    }
    .article_details .cont .share .group .link img.img1 {
        display: none;
    }
    .article_details .cont .share .group .link img.img2 {
        display: block;
    }
    .article_details.greenlife {
        margin-top: 128px;
    }
    .article_details.brand_circle {
        margin-top: 128px;
    }
    .article_details.brandperson {
        margin-top: 0px;
    }
    .publicbanner {
        margin-top: 88px;
        /*img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/
    }
    .childbanner {
        padding: 0 20px;
        margin-bottom: 45px;
        position: relative;
    }
    .childbanner .newicon {
        width: 52px;
        font-size: 12px;
        line-height: 30px;
        position: absolute;
        left: 20px;
        top: 0;
        background-color: #ffaa00;
        transition: opacity 0.3s ease;
        color: #ffffff;
        font-weight: bold;
        font-family: "DeltaSans";
        text-align: center;
        z-index: 6;
    }
    .childbanner .pcimg {
        display: none;
    }
    .childbanner .phoneimg {
        display: block;
        width: 100%;
        height: auto;
    }
    .childbanner .text {
        width: unset;
        left: unset;
        position: unset;
        bottom: unset;
        margin-top: 12px;
    }
    .childbanner .text .label {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 3px;
        color: #969696;
        display: block;
    }
    .childbanner .text h2 {
        font-size: 15px;
        color: #646464;
        line-height: 20px;
        font-weight: unset;
    }
    .childbanner .text h3 {
        font-size: 15px;
        color: #646464;
        line-height: 20px;
    }
    .childbanner .text a {
        position: absolute;
        color: transparent;
        border: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
        left: 0;
        top: 0;
        z-index: -1;
        margin-top: 0;
    }
    .childbanner .text a:hover {
        display: none;
    }
    .public_more {
        padding: 0;
    }
    .public_more .cont {
        padding: 40px 20px 0 20px;
        width: 100%;
        box-sizing: border-box;
    }
    .public_more .cont .group .list {
        margin-bottom: 50px;
        width: calc(50% - 12px);
        margin-right: 24px;
    }
    .public_more .cont .group .list .img img {
        width: 100%;
    }
    .public_more .cont .group .list .img .newicon {
        line-height: 24px;
        width: 40px;
        font-size: 12px;
    }
    .public_more .cont .group .list .img .mask {
        display: none;
    }
    .public_more .cont .group .list:nth-child(2n+1) {
        margin-right: 0;
    }
    .public_more .cont .group .list .text {
        padding-top: 8px;
    }
    .public_more .cont .group .list .text .label {
        font-size: 12px;
        margin-bottom: 6px;
    }
    .public_more .cont .group .list .text .label i {
        font-size: 12px;
        position: relative;
        top: unset;
        right: unset;
        width: 100%;
        display: block;
    }
    .public_more .cont .group .list .text h2 {
        /*font-size: 14px;
                    height: 54.6px;*/
        font-size: 16px;
        height: 60.6px;
    }
    .public_more .cont .lookmore {
        margin-top: 0;
        height: 30px;
        width: 102px;
        font-size: 12px;
        line-height: 30px;
        margin-bottom: 40px;
    }
    .public_more .cont .lookmore i {
        display: none;
    }
    .public_more .cont .lookmore:hover i {
        display: none;
    }
    .public_more.type_b .cont {
        padding: 40px 20px 0 20px;
        width: 100%;
        box-sizing: border-box;
    }
    .public_more.type_b .cont .group .list {
        margin-bottom: 50px;
        width: calc(50% - 12px);
        margin-left: 0;
        margin-right: 24px;
        float: left !important;
    }
    .public_more.type_b .cont .group .list:nth-child(2n) {
        margin-right: 0;
    }
    .public_more.type_b .cont .group .list .img img {
        width: 100%;
    }
    .public_more.type_b .cont .group .list .img .newicon {
        line-height: 24px;
        width: 40px;
        font-size: 12px;
    }
    .public_more.type_b .cont .group .list .img .mask {
        display: none;
    }
    .public_more.type_b .cont .group .list .text {
        padding-top: 8px;
    }
    .public_more.type_b .cont .group .list .text .label {
        font-size: 12px;
        margin-bottom: 6px;
    }
    .public_more.type_b .cont .group .list .text .label i {
        font-size: 12px;
        position: relative;
        top: unset;
        right: unset;
        width: 100%;
        display: block;
    }
    .public_more.type_b .cont .group .list .text h2 {
        font-size: 14px;
        height: 54.6px;
    }
    .public_tit {
        /*font-size: 17px;*/
        font-size: 25px;
        line-height: 34px;
        margin-top: 88px;
        /*padding: 41.5px 20px;*/
        padding: 50px 20px 40px 20px;
    }
    .report_group {
        padding: 0 20px;
    }
    .report_group .group {
        margin-top: 0;
    }
    .report_group .group .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 45px;
    }
    .report_group .group .list .imgbox {
        width: 100%;
    }
    .report_group .group .list .imgbox .newicon {
        width: 52px;
        font-size: 12px;
        line-height: 30px;
    }
    .report_group .group .list .imgbox .img {
        width: 100%;
    }
    .report_group .group .list .imgbox .mask {
        display: none;
    }
    .report_group .group .list .text {
        margin-top: 12px;
    }
    .report_group .group .list .text .label {
        font-size: 12px;
        line-height: 16px;
        color: #969696;
        margin-bottom: 3px;
    }
    .report_group .group .list .text .label i {
        font-size: 12px;
        line-height: 16px;
    }
    .report_group .group .list .text h2 {
        font-size: 15px;
        line-height: 20px;
        height: auto;
        max-height: unset;
        color: #646464;
        height: unset;
    }
    .report_group .group .list .text p {
        font-size: 12px;
        line-height: 16px;
        color: #969696;
        max-height: unset;
        height: unset;
    }
    .report_group .newest {
        width: 100%;
        margin-bottom: 45px;
    }
    .report_group .newest .img {
        width: 100%;
    }
    .report_group .newest .img .newicon {
        width: 52px;
        font-size: 12px;
        line-height: 30px;
    }
    .report_group .newest .text {
        width: 100%;
        padding-left: 0;
        padding-top: 12px;
        position: relative;
    }
    .report_group .newest .text .label {
        display: block;
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 3px;
        color: #969696;
    }
    .report_group .newest .text h2 {
        font-size: 15px;
        height: auto;
        max-height: unset;
        color: #646464;
        line-height: 20px;
        font-weight: unset;
        height: unset;
    }
    .report_group .newest .text a {
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 5;
        left: 0;
        top: 0;
    }
    .report_group .newest .text a:hover i {
        display: none;
    }
    .report_group .loadmore {
        margin-top: 20px;
        height: 30px;
        width: 102px;
        font-size: 12px;
        line-height: 30px;
        margin-bottom: 60px;
    }
    .report_group .loadmore i {
        display: none;
    }
    .page {
        /* margin-bottom: 70px;
margin-top: 50px;*/
        margin-bottom: 40px;
        margin-top: 0;
    }
    .page a {
        font-size: 12px;
        line-height: 24px;
        min-width: 20px;
    }
    .page a.icon img {
        width: 14px;
    }
    .page a.icon:hover .img1 {
        display: none;
    }
    .page a.icon:hover .img2 {
        display: block;
    }
    .pdfdownload .group {
        padding: 0 20px;
    }
    .pdfdownload .group .list {
        float: left;
        width: calc(50% - 12px);
        margin-right: 24px;
        margin-bottom: 50px;
    }
    .pdfdownload .group .list:nth-child(2n) {
        margin-right: 0;
    }
    .pdfdownload .group .list .img .mask {
        display: none;
    }
    .pdfdownload .group .list .img .mask:hover .bg {
        display: none;
    }
    .pdfdownload .group .list .img .mask:hover a {
        display: none;
    }
    .pdfdownload .group .list .img .mask:hover::after,
    .pdfdownload .group .list .img .mask:hover::before {
        display: none;
    }
    .pdfdownload .group .list .img .mask:hover i {
        display: none;
    }
    .pdfdownload .group .list .text {
        margin-top: 15px;
    }
    .pdfdownload .group .list .text .id {
        font-size: 12px;
        font-weight: bold;
        line-height: 1.3;
        margin-bottom: 4px;
    }
    .pdfdownload .group .list .text .tit {
        font-size: 14px;
        max-height: 36.4px;
    }
    .searchye {
        margin-top: 88px;
        padding-top: 75px;
        padding-bottom: 250px;
    }
    .searchye .cont {
        padding-left: 45px;
    }
    .searchye .cont .icon {
        width: 27px;
        height: auto;
    }
    .searchye .cont input {
        line-height: 35px;
        width: 200px;
        font-size: 12px;
        padding: 0 10px;
    }
    .searchye .cont .tips {
        font-size: 12px;
        line-height: 1.3;
        left: 45px;
        top: 45px;
    }
    .en .pdfdownload .group .list .text .id {
        font-size: 12px;
        line-height: 1.3;
    }
    .en .pdfdownload .group .list .text .tit {
        font-size: 14px;
        max-height: 36.4px;
    }
    .en .indexbanner .indexswi .swiper-slide .slidecont .label {
        font-size: 14px;
    }
    .en .indexbanner .indexswi .swiper-slide .slidecont .tit {
        font-size: 18px;
        line-height: 22px;
    }
    .en .indexbanner .indexswi .swiper-slide .slidecont .Subtitle {
        font-size: 18px;
        line-height: 22px;
    }
    .en .editors_words .cont .tit {
        font-size: 21px;
    }
    .en .editors_words .cont .text p {
        font-size: 15px;
        line-height: 24px;
    }
    .en .editors_words .cont .author span {
        font-size: 15px;
    }
    .en .indexlink .linkswi .swiper-slide .slidecont .textbox .text h2 {
        font-size: 15px;
    }
    .en .article_details .cont .text p {
        /*font-size: 12px;
    line-height: 22px;*/
        font-size: 15px;
        line-height: 25px;
    }
    .en .article_details .cont .text .img span {
        font-size: 12px;
        line-height: 16px;
    }
    .en .public_more .cont .group .list .text h2 {
        font-size: 14px;
        height: 54.6px;
        font-weight: normal;
    }
    .en .article_details .cont .text h3 {
        font-size: 20px;
    }
    .en .article_details .cont .baseinfo .intr {
        /* font-size: 12px;
    line-height: 22px;*/
        /*font-size: 16px;
    line-height: 1.815;*/
        font-size: 15px;
        line-height: 24px;
    }
    .en .article_details .cont .baseinfo .subtit {
        font-size: 22px;
        line-height: 32px;
    }
    .en .article_details .cont .baseinfo .tit {
        font-size: 22px;
        line-height: 32px;
    }
    .en .articles .articles_cont .group .list .text p {
        font-size: 14px;
        height: 54.6px;
        font-weight: bold;
    }
    .en .articles .articles_cont .tit {
        font-size: 18px;
    }
    .en .articles .articles_cont .group .list .text span i {
        font-size: 12px;
        line-height: 16px;
    }
    .en .articles .articles_cont .group .list .text span {
        font-size: 12px;
        line-height: 16px;
    }
    .en .articles .articles_cont .group .list .text p {
        font-size: 15px;
        line-height: 18px;
        height: 90px;
    }
    .en .public_tit {
        font-size: 21px;
    }
    .en .report_group .newest .text h2 {
        font-size: 15px;
        line-height: 20px;
        font-weight: bold;
    }
    .en .report_group .group .list .text .label {
        font-size: 12px;
    }
    .en .report_group .group .list .text h2 {
        font-size: 15px;
        height: auto;
        max-height: 20px;
        font-weight: bold;
    }
    .en .report_group .group .list .text p {
        font-size: 12px;
        line-height: 16px;
        height: unset;
    }
    .en .childbanner .text h2 {
        font-size: 15px;
        font-weight: bold;
        line-height: 20px;
    }
    .en .childbanner .text h3 {
        font-size: 15px;
        line-height: 20px;
        font-weight: bold;
    }
    .en .public_more .cont .group .list .text .label {
        font-size: 12px;
        line-height: 16px;
    }
    .en .public_more .cont .group .list .text h2 {
        font-size: 15px;
        line-height: 18px;
        font-weight: bold;
    }
}

@media screen and (max-width: 750px) {
    .indexbanner .indexswi .swiper-slide {
        height: auto;
    }
    .indexbanner .indexswi .swiper-slide .phoneimg {
        height: auto;
        display: block;
        width: 100%;
        position: relative;
        left: unset;
        transform: unset;
    }
    .indexbanner .indexswi .swiper-slide .pcimg {
        display: none;
    }
    .publicbanner {
        height: auto;
    }
    .publicbanner .pcimg {
        display: none;
    }
    .publicbanner .phoneimg {
        display: block;
        width: 100%;
        height: auto;
    }
}


/*20230111新增*/
@media(min-width:1024px){/* @media(min-width:1185px) */
.header .header_cont{
    display: flex;
    justify-content: space-between;
}
.header .header_cont .header_right .nav{
    margin-right: 3rem;
}
.header .header_cont .header_right {
    flex: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
}
}
@media(max-width:1388px){
    .header .header_cont .header_right .nav{
        margin-right: 0rem;
    }
}
@media(max-width:1185px){
    .header .header_cont .header_right .nav{
        margin-right: 0rem;
    }
}
@media(max-width:1110px){
    .header .header_cont .header_right .nav{
        margin-right: 2rem;
    }
}
@media(min-width:1024px) and (max-width:1110px){
    .header .header_cont{
        display: flex;
        justify-content: space-around;/* space-between */
    }
    .header .header_cont .header_right {
        flex: auto;
        display: flex;
        justify-content: center;
        margin-left: 4rem;
    }
    .header .header_cont{
        padding: 10px 40px 10px 40px;
    }
    .header .header_cont .header_right {
        margin-left: 1rem;
    }
    .header .header_cont .header_right .nav{
        margin-right: 0rem;
    }
    .header .header_cont .header_right .nav a{
        margin-right: 15px;
    }
    .header .header_cont .header_right .search{
        padding-left: 15px;
        width: 90px;
    }
    .header .header_cont .header_right .search .icon{
        left: 65px;/* 75px */
    }
}
/* p, span, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5!important;
} */
/*20240408 新增footer*/
.footer_content{
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    height: 50px;
    margin-left: 35px;
}
.footer_content a{
    color: #fff;
    font-size: 0.8rem;
    position: relative;
}
.footer_content a img{
    margin-right: 10px;
    width: 20px!important;
    height: 20px!important;
    position: relative!important;
    left: unset!important;
    transform: none!important;
    margin-bottom: 0px!important;
}
.footer_content a:hover::after {
    background-color: #0087dc;
    content: "PDF下載";
    position: absolute;
    top: 50%;
    transform: translate(-98%, -50%);
    font-size: 0.83rem;
}
.en .footer_content a:hover::after {
    content: "BRAND NEWS PDF DOWNLOAD";
    word-break: keep-all;
    width: 100%;
    left: 108%;
}
@media(max-width:1024px){
    .footer .footer_cont{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer .footer_cont .copy img{
        margin-bottom: 0px;
    }
    .footer_content{
        display: flex;
        margin-left: 0;
    }
    .footer_content a{
        text-align: center;
        margin-top: 8px;
        margin-bottom: 10px;
    }
    .en .footer_content a{
        text-align: left;
    }
    .footer_content a:hover::after {
        transform: translate(-100%, -50%);
    }
    .en .footer_content a:hover::after {
        left: 110%;
    }
    .footer .footer_cont .logo{
        margin-top: 20px;
        position: relative;
        top: 0;
    }
}