@font-face {
    font-family: 'iconfont';
    src: url("../fonts/iconfont.eot");
    src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff2") format("woff2"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg")
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url("../fonts/Montserrat-Bold.ttf")
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url("../fonts/Montserrat-Light.ttf")
}

@font-face {
    font-family: 'DINAlternate-Bold';
    src: url("../fonts/DIN-Medium.ttf")
}

* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "微软雅黑", Arial, sans-serif
}

.iconfont {
    font-family: "iconfont" !important
}

i {
    font-style: normal
}

a {
    text-decoration: none
}

li {
    list-style: none
}

button {
    outline: none;
    cursor: pointer
}

.sm-hidden {
    display: none !important
}

.bd_weixin_popup {
    height: fit-content !important
}

#header {
    width: 100%;
    height: 18.26667vw;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000
}

#header .box {
    height: 100%;
    padding: 0 8vw;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#header .box .logo {
    width: 11.06667vw;
    height: 7.2vw;
    display: inline-block
}

#header .box .logo .img {
    /* 修改-yali-231007 */
    width: 100%;
    /* 取消固定宽度 */
    /* 修改 */
    /* height: 110%; */
    width: 210px;
    height: 62px;
    display: block
}

#header .box .content .nav {
    width: 100%;
    height: 159.6vw;
    background-image: url("../images/navBg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 19.46667vw 0 0 18.8vw;
    display: none;
    position: absolute;
    top: 18.26667vw;
    left: 0
}

#header .box .content .nav ul {
    width: fit-content;
    display: flex;
    flex-direction: column
}

#header .box .content .nav ul li {
    text-align: center;
    margin-top: 7.6vw;
    position: relative
}

#header .box .content .nav ul li:first-of-type {
    margin-top: 0
}

#header .box .content .nav ul li a {
    font-size: 4.8vw;
    color: #222222;
    display: inline-block
}

#header .box .content .nav ul li .children {
    display: none;
    position: absolute;
    top: 0;
    right: -130%
}

#header .box .content .nav ul li .children li {
    margin-top: 4.13333vw
}

#header .box .content .nav ul li .children li::before {
    display: none
}

#header .box .content .nav ul li .children li:first-of-type {
    margin-top: 0
}

#header .box .content .nav ul li .children li a {
    font-size: 4.26667vw
}

#header .box .content .nav ul li.on>a {
    font-weight: bold;
    color: #14a83b
}

#header .box .content .nav ul li.on .children {
    display: block
}

#header .box .content .action {
    display: flex;
    align-items: center
}

#header .box .content .action .language {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#header .box .content .action .language .txt {
    font-size: 3.2vw;
    color: #212121
}

#header .box .content .action .language .icon {
    font-size: 1.73333vw;
    color: #222222;
    margin-left: 1.33333vw
}

#header .box .content .action .language .langselect {
    position: absolute;
    top: 5.33333vw;
    width: 13.33333vw;
    left: 50%;
    margin-left: -6.66667vw;
    text-align: center;
    padding: 1.33333vw 0;
    background: rgba(255, 255, 255, 0.9);
    border-top: 2px solid #14a83b;
    display: none
}

#header .box .content .action .language .langselect a {
    height: 6.66667vw;
    line-height: 6.66667vw;
    display: block;
    color: #333333;
    font-size: 3.2vw;
    width: 100%;
    margin: 0;
    transition: all 0.3s;
    border-bottom: none;
    cursor: pointer;
}

#header .box .content .action .searchIcon {
    font-size: 3.2vw;
    font-weight: bold;
    color: #212121;
    margin-left: 6.4vw
}

#header .box .content .action .switch {
    width: 3.73333vw;
    height: 2.26667vw;
    margin-left: 3.73333vw;
    position: relative
}

#header .box .content .action .switch::before {
    content: "";
    width: 3.73333vw;
    height: .66667vw;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s
}

#header .box .content .action .switch::after {
    content: "";
    width: 3.73333vw;
    height: .66667vw;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .35s
}

#header .box .content .action .search-ico {
    position: relative
}

#header .box .content .action .input {
    width: 26.66667vw;
    height: 6.66667vw;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 12vw;
    right: 0;
    display: none
}

#header .box .content .action .input input {
    height: 6.66667vw;
    line-height: 6.66667vw;
    text-indent: 2.66667vw;
    background: none;
    color: #333;
    font-size: 3.2vw;
    border: none;
    outline: none
}

#header .box.open .content .nav {
    display: block
}

#header .box.open .content .action .switch::before {
    transform: translateX(-3px)
}

#header .box.open .content .action .switch::after {
    transform: translateX(3px)
}

#footer {
    padding: 13.06667vw 8.13333vw;

}

#footer .box {
    width: 100%;
}

#footer .box .main .columnName {
    line-height: 10.66667vw;
    font-size: 7.2vw;
    color: #FFFFFF
}

#footer .box .main .links {
    margin-top: 6.53333vw
}

#footer .box .main .links .content {
    width: 36vw;
    height: 9.73333vw;
    padding: 0 2.66667vw;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

#footer .box .main .links .content ul {
    position: absolute;
    top: 9.73333vw;
    left: 0;
    width: 100%;
    display: none;
    background: #fff
}

#footer .box .main .links .content ul li {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
    height: 8vw;
    line-height: 8vw
}

#footer .box .main .links .content ul li a {
    display: block;
    padding: 0 2.66667vw;
    font-size: 3.2vw;
    color: #4e4e4e
}

#footer .box .main .links .content ul li a:hover {
    color: #fff
}

#footer .box .main .links .content .txt {
    font-size: 3.2vw;
    color: #222222
}

#footer .box .main .links .content .icon {
    width: 2.8vw;
    height: 2.8vw;
    position: relative
}

#footer .box .main .links .content .icon::before {
    content: "";
    width: 2.66667vw;
    height: .53333vw;
    background-color: #1d1d1d;
    position: absolute;
    top: 1.06667vw;
    left: 0
}

#footer .box .main .links .content .icon::after {
    content: "";
    width: .53333vw;
    height: 2.66667vw;
    background-color: #1d1d1d;
    position: absolute;
    top: 0;
    left: 1.06667vw
}

#footer .box .main .action {
    display: none
}

#footer .box .nav {
    margin-top: 7.2vw
}

#footer .box .nav li {
    padding: 6vw 0 6.93333vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06)
}

#footer .box .nav li a {
    display: flex;
    justify-content: space-between
}

#footer .box .nav li a .txt {
    font-size: 3.73333vw;
    color: #FFFFFF
}

#footer .box .nav li a .icon {
    width: 3.6vw;
    height: 3.6vw;
    position: relative
}

#footer .box .nav li a .icon::before {
    content: "";
    width: 3.6vw;
    height: .4vw;
    background-color: #FFFFFF;
    position: absolute;
    top: 1.6vw;
    left: 0
}

#footer .box .nav li a .icon::after {
    content: "";
    width: .4vw;
    height: 3.6vw;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 1.6vw;
    transition: all .35s
}

#footer .box .nav li .children {
    margin-top: 6.66667vw;
    padding-left: 9.2vw;
    display: none
}

#footer .box .nav li .children li {
    padding: 0;
    border-bottom: none;
    margin-bottom: 6.13333vw
}

#footer .box .nav li .children li .txt {
    font-size: 3.73333vw;
    font-weight: 100;
    color: #FFFFFF
}

#footer .box .nav li .children li a:hover {
    color: #14a83b
}

#footer .box .nav li .children .img {
    width: 16vw;
    height: 16.13333vw;
    margin: 0 1.6vw 0
}

#footer .box .nav li .children .tips {
    font-size: 2.13333vw;
    color: #FFFFFF;
    margin-top: 2.53333vw
}

#footer .box .nav li.open a .icon::after {
    transform: rotate(90deg)
}

#footer .otherInfo {
    margin-top: 13.33333vw
}

#footer .otherInfo .logo {
    width: 13.46667vw;
    height: 5.73333vw;
    display: block
}

#footer .otherInfo .txt {
    font-size: 3.2vw;
    color: rgba(255, 255, 255, 0.2);
    margin-top: 2vw
}

#footer .otherInfo .action .bds_weixin.bds_weixin,
#footer .otherInfo .action .bds_tsina.bds_weixin {
    width: 6.4vw;
    height: 6.53333vw;
    background-image: url("../images/weixin.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: unset !important;
    padding-left: 0
}

#footer .otherInfo .action .bds_weixin.bds_tsina,
#footer .otherInfo .action .bds_tsina.bds_tsina {
    width: 6.4vw;
    height: 6.53333vw;
    background-image: url("../images/weibo.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: unset !important;
    padding-left: 0
}

#home {
    margin-top: 18.26667vw
}

#home .bannerSwiper {
    width: 100%;
    height: 159.6vw;
    overflow: hidden;
    position: relative
}

#home .bannerSwiper .swiper-slide .img {
    width: 100%;
    height: 100%;
    display: block
}

#home .bannerSwiper .swiper-slide .content {
    position: absolute;
    top: 83.2vw;
    left: 7.86667vw;
    z-index: 5
}

#home .bannerSwiper .swiper-slide .content .enTitle {
    /* 修改-yali */
    /* line-height: 4vw; */
    /* font-size: 3.46667vw; */
    line-height: 10vw;
    font-size: 8.96667vw;
    font-family: 'Montserrat-Bold';
    color: #FFFFFF;
    text-shadow: #000 -3px 4px 5px;
}

#home .bannerSwiper .swiper-slide .content .cnTitle {
    font-size: 7.2vw;
    color: #FFFFFF;
    margin-top: 1.86667vw;
    text-shadow: #000 -3px 4px 5px;
}

#home .bannerSwiper .swiper-slide .content .more {
    width: 22.8vw;
    height: 9.73333vw;
    background-color: #FFFFFF;
    margin-top: 6.26667vw;
    padding: 0 2.66667vw;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#home .bannerSwiper .swiper-slide .content .more .txt {
    font-size: 3.2vw;
    font-weight: bold;
    color: #222222
}

#home .bannerSwiper .swiper-slide .content .more .iconfont {
    font-size: 2.66667vw;
    font-weight: bold;
    color: #222222
}

#home .bannerSwiper .swiper-slide .content .more:hover .txt {
    color: #27AD37
}

#home .bannerSwiper .swiper-slide .content .more:hover .iconfont {
    color: #27AD37
}

#home .bannerSwiper .action {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 7.73333vw;
    right: 7.86667vw;
    z-index: 5
}

#home .bannerSwiper .action .iconfont {
    font-size: 2.66667vw;
    font-weight: bold;
    color: #FFFFFF
}

#home .bannerSwiper .action .line {
    width: .8vw;
    height: .4vw;
    background-color: #FFFFFF;
    display: inline-block;
    margin: 0 1.06667vw
}

#home .bannerSwiper .action .txt {
    font-size: 3.2vw;
    font-family: 'Montserrat-Bold';
    color: #FFFFFF
}

#home .bannerSwiper .action .txt.current {
    margin-left: 2.13333vw
}

#home .bannerSwiper .action .txt.total {
    margin-right: 2.13333vw
}

/* 修改-yali */
#home .sharesBox {
    height: 21.73333vw;
    background-color: #064CA1;
    padding: 0 8vw;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#home .sharesBox .left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#home .sharesBox .left .content {
    flex-shrink: 0
}

#home .sharesBox .left .content .txt {
    line-height: 4.26667vw;
    font-size: 3.2vw;
    font-weight: bold;
    color: #212121;
    display: block
}

#home .sharesBox .left .data {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#home .sharesBox .left .data .txt {
    font-size: 5.6vw;
    font-family: 'DINAlternate-Bold';
    color: #212121;
    margin-left: 1.06667vw;
    display: inline-block
}

#home .sharesBox .left .data .value {
    display: flex;
    align-items: center
}

#home .sharesBox .left .data .value .icon {
    width: 5.6vw;
    height: 5.6vw;
    display: inline-block;
    margin-right: 1.6vw
}

#home .sharesBox .left .data .value .num {
    font-size: 5.2vw;
    font-family: 'DINAlternate-Bold';
    color: #EF224D
}

#home .sharesBox .left .data .value .add {
    font-size: 7.06667vw;
    color: #EF224D;
    margin: 0 1.06667vw 0 4vw
}

/* 修改开始  */
#home .news {
    background-color: #ECF4F9;
    /* 修改-yali */
    /* background-image: url("../images/home/sm_bg1.png"); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* padding: 10vw 7.86667vw 13.33333vw; */
    padding: 8vw 7.86667vw 8vw;
}

#home .news .columnName {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#home .news .columnName a {
    display: flex;
}

#home .news .columnName a img {
    /* 修改-yali */
    /* width: 5vw;
    height: 5vw;
    margin-top: 4px; */
    width: 3vw;
    height: 3vw;
    margin-top: 3px;
}

#home .news .columnName .txt {
    /* font-size: 7.2vw; */
    font-size: 5vw;
    font-weight: bold;
    color: #003093
}

#home .news .columnName .iconfont {
    /* font-size: 6.4vw; */
    font-size: 3vw;
    /* 修改-yali */
    /* color: #000000; */
    color: #31A931;
    padding-right: 5px;
}

/* 轮播图样式 */

#home .news .swiper {
    margin-top: 5vw;
    overflow: hidden;
    --swiper-pagination-color: #5fd077;
}

#home .news .swiper-slide {
    width: 20vw;
    height: 30vw;
    background-color: white;
}

#home .news .swiper-slide .img_box {
    width: 100%;
    height: 18vw;
    display: block;
    overflow: hidden;
}

#home .news .swiper-slide .position_num {
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background-color: #003093;
    text-align: center;
    font-size: 12px;
}

#home .news .swiper-slide a img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

#home .news .swiper-slide a img:hover {
    transform: scale(1.2);
}

#home .news .swiper-slide .text {
    padding: 1.3vw 1.2vw 0 1.2vw;
    font: 1vw/1.2 "微软雅黑";
}

#home .news .swiper-slide .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#home .news .swiper-slide .date {
    font: 1.3vw/2vw "微软雅黑";
    color: #bbbbbb;
    padding: 1.3vw 1.2vw;
    display: flex;
    justify-content: space-between;
}

#home .news .swiper-slide .date .iconfont {
    font-size: 2vw;
    /* 修改-yali */
    /* color: #212121; */
    color: #31A931;
}

#home .news .swiper-pagination {
    width: 100%;
    margin: auto;
    margin-top: 2vw;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#home .news .swiper-pagination-bullet {
    margin-right: 1vw;
}

/* 修改结束  修改样式 */

#home .whatCanWeDo {
    background-image: url("../images/home/sm_bg2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 13.2vw 7.86667vw 13.06667vw;
    position: relative
}

#home .whatCanWeDo .columnName {
    font-size: 1.7vw;
    color: #fff
}

#home .whatCanWeDo .action {
    position: absolute;
    top: 13.2vw;
    right: 8vw
}

#home .whatCanWeDo .action .iconfont {
    width: 7.2vw;
    height: 7.33333vw;
    line-height: 7.33333vw;
    text-align: center;
    font-size: 2.13333vw;
    color: #FFFFFF;
    border: .26667vw solid #fff;
    border-radius: .53333vw 0 .53333vw 0;
    display: inline-block
}

#home .whatCanWeDo .box {
    margin-top: 12.93333vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

#home .whatCanWeDo .box .item {
    width: calc(50% - 7.46666vw);
    padding: 3.73333vw;
    background-color: rgba(255, 255, 255, 0.7)
}

#home .whatCanWeDo .box .item:nth-child(odd) {
    align-self: flex-end
}

#home .whatCanWeDo .box .item a {
    display: block;
    /* width: 100%; */
    height: 100%;
    position: absolute;
    top: 0
}

#home .whatCanWeDo .box .item .main {
    display: flex;
    justify-content: space-between
}

#home .whatCanWeDo .box .item .main .content .num {
    font-size: 3.2vw;
    font-family: 'Montserrat-Light';
    font-weight: bold;
    color: #222222;
    display: block
}

#home .whatCanWeDo .box .item .main .content .name {
    line-height: 1;
    font-size: 3.73333vw;
    font-weight: bold;
    color: #222222;
    display: block
}

#home .whatCanWeDo .box .item .main .icon {
    width: 4.8vw;
    height: 4.8vw;
    display: block
}

#home .whatCanWeDo .box .item .describe {
    line-height: 4.13333vw;
    font-size: 2.66667vw;
    margin-top: 3.6vw;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    word-break: break-all
}

#home .whatCanWeDo .box .item .iconfont {
    font-size: 1.6vw;
    padding-left: 2.4vw;
    position: absolute;
    bottom: 0
}

#home .whatCanWeDo .box .item .iconfont::before {
    content: "";
    width: 3.46667vw;
    height: .13333vw;
    background-color: #000000;
    position: absolute;
    top: 1.6vw;
    left: 0
}

#home .aboutUs {
    background-color: #ECF4F9;
    padding: 13.33333vw 0 16.66667vw
}

#home .aboutUs .columnName {
    padding: 0 8vw;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#home .aboutUs .columnName .txt {
    font-size: 7.2vw;
    color: #222222
}

#home .aboutUs .columnName .iconfont {
    font-size: 6.4vw;
    color: #000000
}

#home .aboutUs .title {
    font-size: 3.73333vw;
    font-weight: bold;
    text-align: center;
    color: #003093;
    padding: 13.2vw 8.8vw 0
}

#home .aboutUs .describe {
    font-size: 1vw;
    text-align: left;
    color: #212121;
    padding: 6.4vw 8.8vw 0 8vw
}

#home .aboutUs .map {
    width: 86.26667vw;
    height: 42vw;
    background-image: url("../images/home/sm_bg3.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 12.93333vw auto 0;
    position: relative
}

#home .aboutUs .map .item {
    position: absolute
}

#home .aboutUs .map .item:nth-child(1) {
    top: 12.66667vw;
    left: 26.26667vw
}

#home .aboutUs .map .item:nth-child(2) {
    top: 11vw;
    left: 61vw
}

#home .aboutUs .map .item:nth-child(3) {
    top: 16vw;
    left: 31vw
}

#home .aboutUs .map .item:nth-child(4) {
    top: 20vw;
    left: 29vw
}

#home .aboutUs .map .item:nth-child(5) {
    top: 15vw;
    left: 63vw
}

/* 修改开始 */
#home .aboutUs .map .item .circular {
    width: 1.5vw;
    height: 1.5vw;
    position: absolute;
}



/* 修改开始 修改灰色地标位置 */
#home .aboutUs .map .item .circular_China {
    top: 4vw;
    left: 1vw;
}

#home .aboutUs .map .item .circular_Kong {
    top: 6.7vw;
    left: -1.6vw;
}

#home .aboutUs .map .item .circular_Malaysia {
    top: 9vw;
    left: 0vw;
}

#home .aboutUs .map .item .circular_America {
    top: 4.8vw;
    left: 1.5vw;

}

#home .aboutUs .map .item .circular_Chile {
    top: 18vw;
    left: 42vw;
}


#home .aboutUs .map .item .circularOn {
    width: 4.8vw;
    height: 4.8vw;
    position: absolute;
}

#home .aboutUs .map .item .circularOn {
    height: 1.5vw;
    width: 1.5vw;
}

/* 修改地图标注 绿色地标 */
#home .aboutUs .map .item .circularOn {
    height: .8vw;
    width: .8vw;
}

#home .aboutUs .map .item .circularOn_China1 {
    top: 6vw;
    left: 7vw;
}

#home .aboutUs .map .item .circularOn_China2 {
    top: 6.8vw;
    left: 6.5vw;
}

#home .aboutUs .map .item .circularOn_Malaysia1 {
    top: 8.8vw;
    left: -2.4vw;
}

#home .aboutUs .map .item .circularOn_Malaysia2 {
    top: 9.4vw;
    left: -1.7vw;
}

#home .aboutUs .map .item .circularOn_Chile1 {
    top: 15.5vw;
    left: 43vw;
}

#home .aboutUs .map .item .circularOn_Chile2 {
    top: -5.5vw;
    left: 22.5vw;
}

#home .aboutUs .map .item .circularOn_Chile3 {
    top: -6.4vw;
    left: 26.6vw;
}

#home .aboutUs .map .item .circularOn_America1 {
    top: -1.4vw;
    left: 5.6vw;
}

#home .aboutUs .map .item .circularOn_America2 {
    top: -1.4vw;
    left: 6.2vw;
}

#home .aboutUs .map .item .circularOn_America3 {
    top: -0.4vw;
    left: 5.8vw;
}

#home .aboutUs .map .item .circularOn_America4 {
    top: -1vw;
    left: 5.8vw;
}

#home .aboutUs .map .item .circularOn_America5 {
    top: -1vw;
    left: 6.5vw;
}

#home .aboutUs .map .item .hide {
    display: none
}

#home .aboutUs .map .item .year {
    font-size: 1.5vw;
    font-family: 'DINAlternate-Bold';
    font-weight: bold;
    color: #222222;
    width: 8vw;
    position: absolute;

}

#home .aboutUs .map .item.on .year {
    /* display: none */
}

/* 修改开始 修改地名标注 */
#home .aboutUs .map .item .year_China {
    /* top: 2.5vw;
    left: 5vw; */
    top: 3.5vw;
    left: 4vw;
}

#home .aboutUs .map .item .year_Kong {
    top: -.4vw;
    left: 1.4vw;
}

#home .aboutUs .map .item .year_Malaysia {
    top: 3.5vw;
    left: 5.8vw;
}

#home .aboutUs .map .item .year_America {
    top: 2.5vw;
    left: 3.5vw;
}

#home .aboutUs .map .item .year_Chile {
    top: 20vw;
    left: 10vw;
}

/* 修改结束 */

/* 修改开始 */

#home .aboutUs .map .smContent {
    width: 48.8vw;
    padding: 4vw 0 3.86667vw;
    display: none !important;
    position: absolute;
    top: 26vw;
    left: 18.8vw
}

/* 修改开始  字体标注 */
#home .aboutUs .map .item .year {
    font-size: .7vw;
    text-align: center;
    width: 5.9vw;
}

#home .aboutUs .map .item .year_China {
    top: 3.5vw;
    left: 3.5vw;
}

#home .aboutUs .map .item .year_Kong {
    top: -.4vw;
    left: 1.4vw;
}

#home .aboutUs .map .item .year_Malaysia {
    top: 8.5vw;
    left: 1.8vw;

}

#home .aboutUs .map .item .year_America {
    top: 3vw;
    left: 4vw;
}

#home .aboutUs .map .item .year_Chile {
    top: 17.3vw;
    left: 44.5vw;
}

/* 修改字体 */
#home .aboutUs .map .item.on .mdContent {
    display: block !important;
}

#home .aboutUs .map .item .mdContent .txt {
    line-height: 2vw;
    font-size: 1vw;
    text-align: right;
    color: #6e6e6e;
}


#home .aboutUs .map .item .mdContent .txt_China {
    position: relative;
    top: 0vw;
    left: -28vw;
}

#home .aboutUs .map .item .mdContent .txt_Kong {
    position: relative;
    top: 8vw;
    left: -30vw;
}

#home .aboutUs .map .item .mdContent .txt_Malaysia1 {
    position: relative;
    top: 12vw;
    left: -25vw;
}

#home .aboutUs .map .item .mdContent .txt_Malaysia2 {
    position: relative;
    top: 12vw;
    left: -25vw;
}

#home .aboutUs .map .item .mdContent .txt_America {
    position: relative;
    top: 4vw;
    left: 12.5vw;
    text-align: left;
}

#home .aboutUs .map .item .mdContent .txt_Chile {
    position: relative;
    top: 12vw;
    left: 12vw;
    text-align: left;
}

/* 修改隐藏线 */
/* 隐藏线 China*/
#home .aboutUs .map .item .mdContent ._Line {
    border-bottom: .1vw solid #7fbf91;
    width: 5vw;
    transform: rotate(20deg);
    position: absolute;
    top: 3.2vw;
    left: -2vw;
}

/* 隐藏线 Kong_Line*/
#home .aboutUs .map .item .mdContent .Kong_Line {
    transform: rotate(-10deg);
    width: 12vw;
    position: absolute;
    top: 8.5vw;
    left: -13vw;
}

/* 隐藏线 America_Line*/
#home .aboutUs .map .item .mdContent .America_Line {
    transform: rotate(-9deg);
    width: 8.5vw;
    position: absolute;
    top: 6.8vw;
    left: 3.5vw;
}

/* 隐藏线 Malaysia_Line*/
#home .aboutUs .map .item .mdContent .Malaysia_Line1 {
    transform: rotate(-30deg);
    width: 12vw;
    position: absolute;
    top: 10vw;
    left: -9vw;
}

#home .aboutUs .map .item .mdContent .Malaysia_Line2 {
    transform: rotate(-30deg);
    width: 12vw;
    position: absolute;
    top: 10vw;
    left: -9vw;
}

/* 隐藏线 Chile_Line*/
#home .aboutUs .map .item .mdContent .Chile_Line {
    transform: rotate(-69deg);
    width: 7.5vw;
    position: absolute;
    top: 19vw;
    left: 6.5vw;
}



/* 修改结束 */

#home .socialResponsibility {
    height: 162.93333vw;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 9.2vw 0 7.86667vw
}

#home .socialResponsibility .img {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 background-attachment:fixed;
    flex-direction: column-reverse;
}

#home .socialResponsibility .columnName {
    padding-top: 16vw;
    font-size: 1.7vw;
    color: #FFFFFF
}

#home .socialResponsibility .content .synopsis {
    font-size: 3.73333vw;
    color: #FFFFFF;
    margin-top: 12.93333vw;
    padding-left: 2.93333vw
}

#home .socialResponsibility .content .box .describe {
    line-height: 4.8vw;
    font-size: 3.2vw;
    color: #FFFFFF;
    margin-top: 6.4vw;
    padding-left: 2.93333vw
}

#home .socialResponsibility .content .box .more {
    width: 22.8vw;
    height: 9.73333vw;
    background-color: #FFFFFF;
    margin-top: 13.06667vw;
    margin-left: 2.93333vw;
    padding: 0 2.66667vw;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#home .socialResponsibility .content .box .more .txt {
    font-size: 3.2vw;
    font-weight: bold;
    color: #222222
}

#home .socialResponsibility .content .box .more .iconfont {
    font-size: 2.66667vw;
    font-weight: bold;
    color: #222222
}

#home .socialResponsibility .content .box .more:hover .txt {
    color: #27AD37
}

#home .socialResponsibility .content .box .more:hover .iconfont {
    color: #27AD37
}

.new_gp_pc {
    display: none !important;
}

.new_gpdm {
    display: flex;
    align-items: center;
    /* 修改-yali */
    /* justify-content: space-between; */
    flex-wrap: wrap;
    /* padding: 2vw 8vw; */
    padding: 2vw 0;
    height: auto;
    background-color: #003093;
}

.new_gpdm p {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    width: 20vw;
    margin-bottom: 4vw;
    padding-right: 2vw;
    /* 修改-yali */
    color: #fff;
}

.new_gpdm p span {
    display: block;
    /* 修改-yali */
    /* margin-right: 1vw; */
    text-align: center;
}

.new_gpdm .new_gpdm_first {
    /* color: #003093; */
    color: #fff;
    font-weight: bold;
}

.new_gpdm_la_box {
    width: 100%;
}

.new_gpdm .new_gpdm_last {
    text-align: right;
    width: auto;
}

@media (min-width: 992px) {
    .new_gp_pc {
        display: block !important;
    }

    .new_gpdm {
        display: none !important;
    }

    .sm-hidden {
        display: block !important
    }

    .md-hidden {
        display: none !important
    }

    #header {
        /* 修改-yali */
        /* height: 5vw; */
        height: 6vw;
    }

    #header .box {
        height: 100%;
        padding: 0 1.92708vw 0 1.61458vw
    }

    #header .box .logo {
        /* 修改-yali */
        /* width: 4.32292vw;
        height: 2.8125vw; */
        width: 210px;
        height: 62px;
        display: flex;
        align-items: center;
    }

    #header .box .content {
        height: 5vw;
        display: flex;
        align-items: center
    }

    #header .box .content .nav {
        width: fit-content;
        height: 5vw;
        background-image: none;
        padding: 0 1.30208vw 0 0;
        display: flex;
        align-items: center;
        position: unset
    }

    #header .box .content .nav ul {
        width: fit-content;
        display: flex;
        flex-direction: initial
    }

    #header .box .content .nav ul li {
        height: 5vw;
        line-height: 5vw;
        text-align: center;
        margin-top: 0;
        padding: 0 1.30208vw;
        position: relative
    }

    #header .box .content .nav ul li::before {
        content: "";
        display: block;
        width: 100%;
        height: .10417vw;
        background: linear-gradient(to right, #a5cd04, #50b724);
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0
    }

    #header .box .content .nav ul li:hover::before {
        opacity: 1
    }

    #header .box .content .nav ul li:first-of-type {
        margin-top: 0
    }

    #header .box .content .nav ul li a {
        /* font-size: .83333vw; */
        font-size: 1.1vw;
        color: #222222;
        display: inline-block
    }

    #header .box .content .nav ul li:hover>a {
        background: linear-gradient(to right, #86c510, #2bad33);
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        font-weight: bold
    }

    #header .box .content .nav ul li .children {
        width: 100%;
        height: auto;
        background-color: rgba(255, 255, 255, 0.8);
        padding: .41667vw 0;
        display: none;
        position: absolute;
        top: 5vw;
        left: 0;
        right: auto
    }

    #header .box .content .nav ul li .children li {
        height: initial;
        line-height: initial;
        padding: .41667vw 0;
        margin-top: 0;
        margin-right: 0
    }

    #header .box .content .nav ul li .children li a {
        font-size: .83333vw
    }

    #header .box .content .nav ul li.on>a {
        font-weight: bold;
        color: #14a83b
    }

    #header .box .content .nav ul li.on .children {
        display: block
    }

    #header .box .content .nav ul li:hover .children {
        display: block
    }

    #header .box .content .action {
        height: 100%;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        padding-left: 2.65625vw
    }

    #header .box .content .action .language {
        display: flex;
        align-items: center;
        position: relative
    }

    #header .box .content .action .language .txt {
        font-size: .83333vw
    }

    #header .box .content .action .language .icon {
        font-size: .46875vw;
        bottom: 0;
        right: -1.25vw
    }

    #header .box .content .action .language .langselect {
        position: absolute;
        top: 1.5625vw;
        width: 5.20833vw;
        left: 50%;
        margin-left: -2.60417vw;
        text-align: center;
        padding: .52083vw 0;
        background: rgba(255, 255, 255, 0.9);
        border-top: 2px solid #14a83b;
        display: none
    }

    #header .box .content .action .language .langselect a {
        height: 1.5625vw;
        line-height: 1.5625vw;
        display: block;
        color: #333333;
        font-size: .72917vw;
        width: 100%;
        margin: 0;
        transition: all 0.3s;
        border-bottom: none
    }

    #header .box .content .action .language .langselect a:hover {
        color: #14a83b
    }

    #header .box .content .action .search-ico {
        position: relative
    }

    #header .box .content .action .searchIcon {
        font-size: 1.19792vw;
        margin-left: 2.91667vw
    }

    #header .box .content .action .switch {
        display: none
    }

    #header .box .content .action .input {
        width: 10.41667vw;
        height: 2.08333vw;
        background: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 3.4375vw;
        right: 0;
        display: none
    }

    #header .box .content .action .input input {
        height: 2.08333vw;
        line-height: 2.08333vw;
        text-indent: 1.04167vw;
        background: none;
        color: #333;
        font-size: .83333vw;
        border: none;
        outline: none
    }

    #header.pageheader {
        background: none
    }

    #header.pageheader .box .content .nav ul li a {
        color: #fff
    }

    #header.pageheader .box .content .nav ul li:hover>a {
        background: linear-gradient(to right, #86c510, #2bad33);
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        font-weight: bold
    }

    #header.pageheader .box .content .nav ul li .children {
        background-color: rgba(255, 255, 255, 0.2)
    }

    #header.pageheader .box .content .action {
        border-left: none
    }

    #header.pageheader .box .content .action .language .txt {
        color: #fff
    }

    #header.pageheader .box .content .action .language .icon {
        color: #fff
    }

    #header.pageheader .box .content .action .searchIcon {
        color: #fff
    }

    #header.pageheader.on {
        background: #fff
    }

    #header.pageheader.on .box .content .nav ul li a {
        color: #222
    }

    #header.pageheader.on .box .content .nav ul li:hover>a {
        background: linear-gradient(to right, #86c510, #2bad33);
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        font-weight: bold
    }

    #header.pageheader.on .box .content .nav ul li .children {
        background-color: rgba(255, 255, 255, 0.8)
    }

    #header.pageheader.on .box .content .action {
        border-left: none
    }

    #header.pageheader.on .box .content .action .language .txt {
        color: #222
    }

    #header.pageheader.on .box .content .action .language .icon {
        color: #222
    }

    #header.pageheader.on .box .content .action .searchIcon {
        color: #222
    }

    #footer {
        padding: 0;
        width: 100%
    }

    #footer .box {
        display: flex;
        width: 100%
    }

    #footer .box .main .columnName {
        line-height: 2.08333vw;
        font-size: 1.5625vw
    }

    #footer .box .main .links {
        margin-top: 1.97917vw
    }

    #footer .box .main .links .content {
        width: 11.66667vw;
        height: 2.8125vw;
        padding: 0 1.04167vw;
        position: relative;
        cursor: pointer
    }

    #footer .box .main .links .content ul {
        position: absolute;
        top: 2.8125vw;
        left: 0;
        width: 100%;
        display: none;
        background: #fff
    }

    #footer .box .main .links .content ul li {
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: none;
        height: 2.08333vw;
        line-height: 2.08333vw
    }

    #footer .box .main .links .content ul li a {
        display: block;
        padding: 0 1.04167vw;
        font-size: .72917vw;
        color: #4e4e4e
    }

    #footer .box .main .links .content ul li a:hover {
        color: #fff
    }

    #footer .box .main .links .content .txt {
        font-size: .72917vw
    }

    #footer .box .main .links .content .icon {
        width: .625vw;
        height: .625vw
    }

    #footer .box .main .links .content .icon::before {
        width: .625vw;
        height: .10417vw;
        top: .26042vw
    }

    #footer .box .main .links .content .icon::after {
        width: .10417vw;
        height: .625vw;
        left: .26042vw
    }

    #footer .box .main .action {
        display: block;
        margin-top: 4.21875vw
    }

    #footer .box .main .action .bds_weixin.bds_weixin,
    #footer .box .main .action .bds_tsina.bds_weixin {
        width: 2.1875vw;
        height: 2.23958vw;
        background-image: url("../images/weixin.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: unset !important;
        padding-left: 0;
        margin: 0vw .26042vw;
        background-color: #626262;
        border-radius: 100%
    }

    #footer .box .main .action .bds_weixin.bds_weixin:hover,
    #footer .box .main .action .bds_tsina.bds_weixin:hover {
        background-color: #87bf0c;
        opacity: 1
    }

    #footer .box .main .action .bds_weixin.bds_tsina,
    #footer .box .main .action .bds_tsina.bds_tsina {
        width: 2.1875vw;
        height: 2.23958vw;
        background-image: url("../images/weibo.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: unset !important;
        padding-left: 0;
        margin: 0vw .26042vw;
        background-color: #626262;
        border-radius: 100%
    }

    #footer .box .main .action .bds_weixin.bds_tsina:hover,
    #footer .box .main .action .bds_tsina.bds_tsina:hover {
        background-color: #87bf0c;
        opacity: 1
    }

    #footer .box .nav {
        width: 100%;
        margin-top: 0;
        margin-left: 5.72917vw;
        display: flex;
        justify-content: space-between
    }

    #footer .box .nav li {
        padding: 0;
        border-bottom: none
    }

    #footer .box .nav li a {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    #footer .box .nav li a:hover {
        color: #14a83b
    }

    #footer .box .nav li a .txt {
        width: 100%;
        font-size: .9375vw;
        display: block
    }

    #footer .box .nav li a .icon {
        display: block;
        width: .78125vw;
        height: .20833vw;
        background-color: #87BF0C;
        margin-top: 1.14583vw
    }

    #footer .box .nav li a .icon::before,
    #footer .box .nav li a .icon::after {
        display: none
    }

    #footer .box .nav li .children {
        margin-top: 1.19792vw;
        padding-left: 0;
        display: block !important
    }

    #footer .box .nav li .children li {
        padding: 0;
        border-bottom: none;
        margin-bottom: 1.25vw
    }

    #footer .box .nav li .children li .txt {
        font-size: .83333vw;
        font-weight: 400
    }

    #footer .box .nav li .children .img {
        width: 4.42708vw;
        height: 4.47917vw;
        margin: 0 .20833vw 0
    }

    #footer .box .nav li .children .tips {
        font-size: .83333vw;
        margin-top: .98958vw
    }

    #footer .otherInfo {
        height: 6.35417vw;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        padding: 0 8.48958vw;
        margin-top: 0;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between
    }

    #footer .otherInfo .logo {
        width: 5.15625vw;
        height: 2.23958vw
    }

    #footer .otherInfo .txt {
        font-size: .83333vw;
        color: #777777;
        margin-top: 0
    }

    #footer .otherInfo .action {
        display: none
    }

    #home {
        margin-top: 5vw
    }

    #home .bannerSwiper {
        height: 43.22917vw
    }

    #home .bannerSwiper .swiper-slide .content {
        top: 10.57292vw;
        left: 13.48958vw
    }

    #home .bannerSwiper .swiper-slide .content .enTitle {
        /* line-height: 1.5625vw;
        font-size: 1.35417vw */
        /* 修改-yali */
        line-height: 5.5625vw;
        font-size: 5.35417vw;
        text-shadow: #000 -3px 4px 5px;
    }

    #home .bannerSwiper .swiper-slide .content .cnTitle {
        /* font-size: 2.8125vw; */
        /* 修改-yali */
        font-size: 2.9125vw;
        margin-top: .78125vw;
        text-shadow: #000 -3px 4px 5px;
    }

    #home .bannerSwiper .swiper-slide .content .more {
        width: 6.97917vw;
        height: 2.8125vw;
        margin-top: 2.55208vw;
        padding: 0 1.04167vw
    }

    #home .bannerSwiper .swiper-slide .content .more .txt {
        font-size: .72917vw
    }

    #home .bannerSwiper .swiper-slide .content .more .iconfont {
        font-size: .72917vw
    }

    #home .bannerSwiper .action {
        bottom: 5.05208vw;
        right: 13.54167vw
    }

    #home .bannerSwiper .action .iconfont {
        font-size: 1.14583vw
    }

    #home .bannerSwiper .action .line {
        width: .3125vw;
        height: .15625vw;
        margin: 0 .52083vw
    }

    #home .bannerSwiper .action .txt {
        font-size: 1.14583vw
    }

    #home .bannerSwiper .action .txt.current {
        margin-left: .9375vw
    }

    #home .bannerSwiper .action .txt.total {
        margin-right: 0vw
    }

    #home .sharesBox {
        width: calc(100% - 13.54167vw * 2);
        /* width: 67.76042vw; */
        height: 6.09375vw;
        padding: 0 2.60417vw;
        margin: 0 auto;
        position: relative;
        top: -3.48958vw;
        z-index: 10;
    }

    #home .sharesBox .left {
        width: 100%;
        height: 6.09375vw;
        display: flex;
        justify-content: unset
    }

    #home .sharesBox .left .content {
        flex-shrink: 0
    }

    #home .sharesBox .left .content .txt {
        line-height: 1.14583vw
    }

    #home .sharesBox .left .content .txt:first-of-type {
        font-size: .72917vw;
        /* 修改-yali */
        color: #fff;
        /* color: #003093; */
    }

    #home .sharesBox .left .content .txt:last-of-type {
        font-size: .9375vw;
        /* 修改-yali */
        color: #fff;
        /* color: #003093; */
    }

    #home .sharesBox .left .data {
        width: initial;
        justify-content: unset
    }

    #home .sharesBox .left .data .txt {
        font-size: 2.1875vw;
        margin-left: 2.29167vw
    }

    #home .sharesBox .left .data .value {
        margin-left: 1.09375vw
    }

    #home .sharesBox .left .data .value .icon {
        width: 1.77083vw;
        height: 1.77083vw;
        margin-right: .83333vw
    }

    #home .sharesBox .left .data .value .num {
        font-size: 1.66667vw
    }

    #home .sharesBox .left .data .value .add {
        font-size: 2.23958vw;
        margin: 0 .05208vw 0 1.30208vw
    }

    #home .sharesBox .left .upAndDown {
        border-right: 1px solid #000000;
        margin-left: 3.33333vw;
        display: flex !important
    }

    #home .sharesBox .left .upAndDown .block {
        flex-shrink: 0;
        margin-right: .52083vw
    }

    #home .sharesBox .left .upAndDown .block:last-of-type {
        margin-left: .10417vw;
        margin-right: 4.0625vw
    }

    #home .sharesBox .left .upAndDown .block .txt {
        font-size: .83333vw;
        color: #212121;
        display: block
    }

    #home .sharesBox .left .upAndDown .block .value {
        font-size: .9375vw;
        font-family: 'DINAlternate-Bold';
        color: #212121;
        display: block
    }

    #home .sharesBox .left .analysis {
        padding-left: 1.14583vw;
        display: flex !important
    }

    #home .sharesBox .left .analysis .block {
        flex-shrink: 0;
        /* margin-left: 1.875vw */
        /* 修改-yali */
        margin-left: 3.875vw;
    }

    #home .sharesBox .left .analysis .block .txt {
        font-size: .83333vw;
        color: #fff;
        /* color: #212121; */
        display: block
    }

    #home .sharesBox .left .analysis .block .value {
        font-size: .9375vw;
        font-family: 'DINAlternate-Bold';
        color: #fff;
        /* color: #212121; */
        display: block
    }

    #home .sharesBox .right {
        text-align: right;
        flex-shrink: 0;
        /* 修改-yali */
        /* padding-left: 19vw; */
        padding-left: 5vw;
    }

    #home .sharesBox .right .txt {
        font-size: .72917vw;
        font-weight: bold;
        /* 修改-yali */
        color: #fff;
        /* color: #212121; */
        display: block
    }

    #home .sharesBox .right .value {
        font-size: 1.04167vw;
        font-family: 'DINAlternate-Bold';
        /* 修改-yali */
        color: #fff;
        /* color: #212121; */
        display: block
    }

    /* 修改开始  修改样式 */
    #home .news {
        /* 修改-yali */
        /* background-image: url("../images/home/md_bg1.png"); */
        padding: 5.52083vw 13.54167vw 4.21875vw;
        margin-top: -6.09375vw
    }

    #home .news .columnName a {
        display: flex;
    }

    #home .news .columnName a img {
        width: 1vw;
        height: 1vw;
        margin-top: 0.3vw;
    }

    #home .news .columnName .txt {
        /* font-size: 1.35417vw; */
        /* 修改字体大小 */
        font-size: 1.6vw;
        font-weight: normal;
        margin-bottom: 2vw;
        color: #003093;
    }

    #home .news .columnName .iconfont {
        /* 修改了箭头大小 */
        /* 修改-yali */
        /* font-size: 2.5vw; */
        /* color: #003093; */
        font-size: 1.2vw;
        color: #31A931;
        padding-right: 10px;
    }

    /* 修改开始  修改样式 */

    #home .news .swiper {
        overflow: hidden;
        margin-top: 1vw;
        --swiper-pagination-color: #5fd077;
    }

    #home .news .swiper-slide {
        width: 20vw;
        height: 23vw;
        background-color: white;
        position: relative;
    }

    #home .news .swiper-slide .img_box {
        width: 100%;
        height: 14vw;
        display: block;
        overflow: hidden;
    }

    #home .news .swiper-slide a img {
        width: 100%;
        height: 100%;
        transition: all 0.6s;
    }

    #home .news .swiper-slide a img:hover {
        transform: scale(1.2);
    }


    #home .news .swiper-slide .text {
        height: 3.1vw;
        overflow: hidden;
        text-overflow: ellipsis;
        /* 修改 */
        /* font-size: 1vw; */
        /* 修改-yali */
        font-size: 1.2vw;
        line-height: 1.5;
        /* letter-spacing: .15vw; */
    }

    #home .news .swiper-slide .position_num {
        width: 40px;
        height: 40px;
        line-height: 40px;
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        background-color: #003093;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }

    #home .news .swiper-slide .date {
        font: 1.3vw/2vw "微软雅黑";
        color: #bbbbbb;
        padding: 1.3vw 1.2vw;
        display: flex;
        justify-content: space-between;
    }

    #home .news .swiper-slide .date .iconfont {
        /* 修改-yali */
        /* font-size: 2vw;
        color: #003093; */
        font-size: 1.3vw;
        color: #31A931;
    }

    #home .news .swiper-pagination {
        width: 100%;
        margin: auto;
        margin-top: 2vw;
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    #home .news .swiper-pagination-bullet {
        margin-right: 1vw;
    }

    /* 修改结束 */

    #home .whatCanWeDo {
        background-image: url("../images/home/md_bg2.jpg");
        padding: 4.21875vw 13.54167vw 8.4375vw
    }

    #home .whatCanWeDo .columnName {
        font-size: 5.7vw color:#fff
    }

    #home .whatCanWeDo .action {
        top: auto;
        bottom: 8.4375vw;
        right: 13.54167vw
    }

    #home .whatCanWeDo .action .iconfont {
        width: 2.8125vw;
        height: 2.8125vw;
        line-height: 2.8125vw;
        font-size: 1.14583vw;
        border: .10417vw solid #fff;
        border-radius: .20833vw 0 .20833vw 0;
        cursor: pointer
    }

    #home .whatCanWeDo .action .iconfont:hover {
        color: #222222;
        background-color: #FFFFFF
    }

    #home .whatCanWeDo .box {
        height: 24.58333vw;
        margin-top: 2.91667vw;
        flex-wrap: unset;
        flex-direction: row
    }

    #home .whatCanWeDo .box .item {
        width: 18.33333vw;
        height: 12.31042vw;
        padding: 1.5625vw;
        border: .10417vw solid rgba(255, 255, 255, 0.22);
        background-color: transparent;
        position: relative;
        cursor: pointer;
        transition: all .35s
    }

    #home .whatCanWeDo .box .item:nth-child(odd) {
        align-self: flex-end
    }

    #home .whatCanWeDo .box .item .main .content {
        position: absolute;
        left: 1.5625vw;
        bottom: 1.5625vw;
        transition: all .35s
    }

    #home .whatCanWeDo .box .item .main .content .num {
        color: #FFFFFF;
        font-size: .72917vw;
        transition: all .35s
    }

    #home .whatCanWeDo .box .item .main .content .name {
        line-height: 1;
        color: #FFFFFF;
        font-size: 1.04167vw;
        transition: all .35s
    }

    #home .whatCanWeDo .box .item .main .icon {
        width: 2.13542vw;
        height: 2.13542vw;
        position: absolute;
        top: 1.5625vw;
        right: 1.5625vw;
        transition: all .35s
    }

    #home .whatCanWeDo .box .item .describe {
        line-height: 1.25vw;
        font-size: .83333vw;
        margin-top: 1.30208vw;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        word-break: break-all;
        display: none;
        transition: all .35s
    }

    #home .whatCanWeDo .box .item .iconfont {
        font-size: 1.14583vw;
        padding-left: .9375vw;
        margin-top: 1.04167vw;
        display: block;
        opacity: 0;
        transition: all .35s
    }

    #home .whatCanWeDo .box .item .iconfont::before {
        content: "";
        width: 1.40625vw;
        height: .05208vw;
        top: .52083vw;
        left: 0
    }

    #home .whatCanWeDo .box .item:hover {
        background-color: rgba(255, 255, 255, 0.7)
    }

    #home .whatCanWeDo .box .item:hover .main .content {
        position: unset
    }

    #home .whatCanWeDo .box .item:hover .main .content .num {
        color: #222222
    }

    #home .whatCanWeDo .box .item:hover .main .content .name {
        color: #222222
    }

    #home .whatCanWeDo .box .item:hover .describe {
        display: block
    }

    #home .whatCanWeDo .box .item:hover .iconfont {
        opacity: 1
    }

    #home .aboutUs {
        padding: 3.54167vw 0 3.95833vw
    }

    #home .aboutUs .columnName {
        padding: 0 13.54167vw
    }

    #home .aboutUs .columnName .txt {
        font-size: 1.35417vw;
        color: #003093;
    }

    #home .aboutUs .columnName .iconfont {
        font-size: 1.66667vw;
    }

    #home .aboutUs .title {
        line-height: 2.08333vw;
        font-size: 1.35417vw;
        font-weight: initial;
        padding: 3.28125vw 0 0
    }

    #home .aboutUs .describe {
        line-height: 1.45833vw;
        font-size: 1vw;
        padding: 2.60417vw 23.125vw 0
    }

    #home .aboutUs .map {
        width: 56.66667vw;
        height: 27.55208vw;
        background-image: url("../images/home/md_bg3.png");
        margin: 1.77083vw auto 0
    }

    #home .aboutUs .map .item {
        cursor: pointer
    }

    #home .aboutUs .map .item:nth-child(1) {
        top: 10.5vw;
        left: 18.7vw
    }

    #home .aboutUs .map .item:nth-child(2) {
        top: 9.5vw;
        left: 41vw
    }

    #home .aboutUs .map .item:nth-child(3) {
        top: 12vw;
        left: 21vw
    }

    #home .aboutUs .map .item:nth-child(4) {
        top: 14.7vw;
        left: 19.15vw
    }

    #home .aboutUs .map .item:nth-child(5) {
        top: 11.8vw;
        left: 40.7vw
    }

    /* 修改开始 修改灰色地标位置 */
    #home .aboutUs .map .item .circular {
        width: .9375vw;
        height: .9375vw;
    }

    #home .aboutUs .map .item .circular_China {
        top: 1vw;
        left: -1vw;
    }

    #home .aboutUs .map .item .circular_Kong {
        top: 2.7vw;
        left: -1.6vw;
    }

    #home .aboutUs .map .item .circular_Malaysia {
        top: 4.5vw;
        left: -0.5vw;
    }

    #home .aboutUs .map .item .circular_America {
        top: 0.8vw;
        left: 0.2vw;
    }

    #home .aboutUs .map .item .circular_Chile {
        top: 10vw;
        left: 27.6vw;
    }

    /* 地图标注 绿色地标 */
    #home .aboutUs .map .item .circularOn {
        height: .8vw;
        width: .8vw;
    }

    #home .aboutUs .map .item .circularOn_China1 {
        top: 1vw;
        left: 2.8vw;
    }

    #home .aboutUs .map .item .circularOn_China2 {
        top: 2.4vw;
        left: 2.6vw;
    }

    #home .aboutUs .map .item .circularOn_Malaysia1 {
        top: 3.8vw;
        left: -2.4vw;
    }

    #home .aboutUs .map .item .circularOn_Malaysia2 {
        top: 4.4vw;
        left: -2.1vw;
    }

    #home .aboutUs .map .item .circularOn_Chile1 {
        top: 8.5vw;
        left: 28vw;
    }

    #home .aboutUs .map .item .circularOn_Chile2 {
        top: -4vw;
        left: 24.3vw;
    }

    #home .aboutUs .map .item .circularOn_Chile3 {
        top: -6.1vw;
        left: 27.6vw;
    }

    #home .aboutUs .map .item .circularOn_America1 {
        top: -1.6vw;
        left: 5.6vw;
    }

    #home .aboutUs .map .item .circularOn_America2 {
        top: -1.2vw;
        left: 6.1vw;
    }

    #home .aboutUs .map .item .circularOn_America3 {
        top: -0.4vw;
        left: 5.8vw;
    }

    #home .aboutUs .map .item .circularOn_America4 {
        top: -0.8vw;
        left: 5.4vw;
    }

    #home .aboutUs .map .item .circularOn_America5 {
        display: none;
    }

    /* 修改开始  字体标注 */
    #home .aboutUs .map .item .year {
        font-size: .7vw;
        text-align: center;
        width: 4.2vw;
    }

    #home .aboutUs .map .item .year_China {
        top: 0vw;
        left: 0vw;
    }

    #home .aboutUs .map .item .year_Kong {
        top: -.4vw;
        left: 1.4vw;
    }

    #home .aboutUs .map .item .year_Malaysia {
        top: 3.5vw;
        left: 1.8vw;
    }

    #home .aboutUs .map .item .year_America {
        top: -1.3vw;
        left: 1vw;
    }

    #home .aboutUs .map .item .year_Chile {
        top: 9.3vw;
        left: 28.5vw;
    }


    #home .socialResponsibility {
        height: 29.94792vw !important;
        padding: 0 13.54167vw !important;
    }





}

#home .aboutUs .map .item .hide {
    display: none
}


#home .aboutUs .map .item .mdContent {
    width: 23vw;
    display: none !important;
    position: absolute;
    top: -1vw;
    left: -16vw;
    z-index: 10
}

#home .aboutUs .map .item .Malaysia {
    position: absolute;
    top: 3vw;
    left: -16vw;

}

/* 修改地图右侧 定位 America */
#home .aboutUs .map .item .America {
    position: absolute;
    top: -1vw;
    left: 10vw;
}

/* 修改地图右侧 定位 Chile */
#home .aboutUs .map .item .Chile {
    position: absolute;
    top: 8vw;
    left: 10vw;
}

/* 修改 结束 */
#home .aboutUs .map .item .mdContent .name {
    font-size: 1.35417vw;
    font-family: 'DINAlternate-Bold';
    color: #A3CC05;
    padding-left: 1.14583vw;
    position: relative
}

#home .aboutUs .map .item .mdContent .name::after {
    content: "年";
    font-size: .625vw;
    color: #A3CC05;
    position: absolute;
    top: 0;
    right: -.625vw
}

/* 修改 开始 改动位置 */
#home .aboutUs .map .item .mdContent .txt {
    line-height: 1.04167vw;
    font-size: .72917vw;
    text-align: right;
    color: #6e6e6e;
}

#home .aboutUs .map .item .mdContent .txt_China {
    position: relative;
    top: 0vw;
    left: -13vw;
}

#home .aboutUs .map .item .mdContent .txt_Kong {
    position: relative;
    top: 5vw;
    left: -15vw;
}

#home .aboutUs .map .item .mdContent .txt_Malaysia1 {
    position: relative;
    top: 0vw;
    left: -15vw;
}

#home .aboutUs .map .item .mdContent .txt_Malaysia2 {
    position: relative;
    top: 2vw;
    left: -15vw;
}

#home .aboutUs .map .item .mdContent .txt_America {
    position: relative;
    top: 2.1vw;
    left: 5.8vw;
    text-align: left;
}

/* 修改 */
#home .aboutUs .map .item .mdContent .txt_Chile {
    position: relative;
    top: -2.5vw;
    left: 21vw;
    text-align: left;
}

/* 隐藏线 China*/
#home .aboutUs .map .item .mdContent ._Line {
    border-bottom: 0.1vw solid #7fbf91;
    width: 5vw;
    transform: rotate(13deg);
    position: absolute;
    top: 1.8vw;
    left: 10vw;
}

/* 隐藏线 Kong_Line*/
#home .aboutUs .map .item .mdContent .Kong_Line {
    transform: rotate(-13deg);
    width: 6vw;
    position: absolute;
    top: 5vw;
    left: 8.5vw;
}

/* 隐藏线 America_Line*/
#home .aboutUs .map .item .mdContent .America_Line1 {
    transform: rotate(16deg);
    width: 9vw;
    position: absolute;
    top: 1.2vw;
    left: -3.5vw;
}

#home .aboutUs .map .item .mdContent .America_Line2 {
    transform: rotate(11deg);
    width: 9vw;
    position: absolute;
    top: 2vw;
    left: -3.5vw;
}

#home .aboutUs .map .item .mdContent .America_Line3 {
    transform: rotate(12deg);
    width: 9.5vw;
    position: absolute;
    top: 1.7vw;
    left: -4vw;
}

#home .aboutUs .map .item .mdContent .America_Line4 {
    transform: rotate(15deg);
    width: 9vw;
    position: absolute;
    top: 1.38vw;
    left: -3.5vw;
}



/* 隐藏线 Malaysia_Line*/
#home .aboutUs .map .item .mdContent .Malaysia_Line1 {
    transform: rotate(4deg);
    width: 5.6vw;
    position: absolute;
    top: 1vw;
    left: 8.5vw;
}

#home .aboutUs .map .item .mdContent .Malaysia_Line2 {
    transform: rotate(-21deg);
    width: 6vw;
    position: absolute;
    top: 3vw;
    left: 8vw;
}

/* 隐藏线 Chile_Line*/
#home .aboutUs .map .item .mdContent .Chile_Line1 {
    transform: rotate(-41deg);
    width: 3vw;
    position: absolute;
    top: 0vw;
    left: 18vw;
}

#home .aboutUs .map .item .mdContent .Chile_Line2 {
    transform: rotate(-119deg);
    width: 12vw;
    position: absolute;
    top: -6.2vw;
    left: 11.7vw;
}

#home .aboutUs .map .item .mdContent .Chile_Line3 {
    transform: rotate(-102deg);
    width: 13vw;
    position: absolute;
    top: -7.4vw;
    left: 12.8vw;
}


/* 修改 结束 */

#home .aboutUs .map .item.on .mdContent {
    display: block !important
}

#home .aboutUs .map .smContent {
    width: 48.8vw;
    background-color: #FFFFFF;
    padding: 4vw 0 3.86667vw;
    display: none !important;
    position: absolute;
    top: 26vw;
    left: 18.8vw
}

#home .aboutUs .map .smContent .name {
    font-size: 3.2vw;
    font-family: 'DINAlternate-Bold';
    font-weight: bold;
    color: #A3CC05;
    margin: -1.33333vw 0 0 4.26667vw;
    display: block;
    position: relative
}

#home .aboutUs .map .smContent .name::after {
    content: "年";
    font-size: 1.86667vw;
    color: #A3CC05;
    position: absolute;
    top: -.66667vw;
    left: 7.06667vw
}

#home .aboutUs .map .smContent .txt {
    font-size: 3.2vw;
    color: #222222;
    margin-top: .53333vw;
    padding: 0 3.86667vw;
    text-align: right
}

#home .socialResponsibility .columnName {
    padding-top: 3.38542vw;
    font-size: 1.7vw
}

#home .socialResponsibility .content {
    margin-top: 10.83333vw;
    display: flex;
    justify-content: flex-end
}

#home .socialResponsibility .content .synopsis {
    font-size: 1.35417vw;
    margin-top: 0;
    padding-left: 0
}

#home .socialResponsibility .content .box {
    width: 19.16667vw;
    margin-left: 5.52083vw
}

#home .socialResponsibility .content .box .describe {
    line-height: 1.45833vw;
    font-size: .83333vw;
    margin-top: 0;
    padding-left: 0
}

#home .socialResponsibility .content .box .more {
    width: 6.97917vw;
    height: 2.8125vw;
    margin-top: 2.76042vw;
    margin-left: 0;
    padding: 0 1.04167vw
}

#home .socialResponsibility .content .box .more .txt {
    font-size: .72917vw
}

#home .socialResponsibility .content .box .more .iconfont {
    font-size: .72917vw
}


@media (max-width: 991px) {
    #header .box .logo .img {
        /* 修改-yali-231007 */
        width: 100%;
        /* 取消固定宽度 */
        /* 修改 */
        /* height: 110%; */
        width: 110px;
        height: 31px;
        display: block;
    }

    #home .aboutUs {
        padding: 0 0 13.2vw;
    }

    #home .whatCanWeDo .columnName,
    #home .socialResponsibility .columnName {
        font-size: 5vw;
    }

    #home .socialResponsibility .columnName {
        padding-top: 13.2vw;
    }

    #home .socialResponsibility {
        height: 80vw;
        padding: 0 13.54167vw
    }

    #home .socialResponsibility .content {
        flex-direction: column;
    }

    #home .socialResponsibility .content .box {
        width: auto;
        margin-left: 0;
        margin-top: 3vw;
    }

    #home .socialResponsibility .content .box .describe {
        line-height: 1.5;
        font-size: 12px;
    }

    #home .socialResponsibility .content .synopsis {
        line-height: 1.5;
        font-size: 12px;
    }

    #home .aboutUs .describe {
        font-size: 14px;
        line-height: 1.5;
    }

    #home .news .swiper-slide {
        width: 20vw;
        height: 42vw;
        background-color: white;
    }

    /* 修改-yali */
    #home .news .swiper-slide .text {
        padding: 1.3vw 1.2vw 0 1.2vw;
        font: 14px "微软雅黑";
    }

    #home .news .swiper-slide .date {
        font: 14px "微软雅黑";
        color: #bbbbbb;
        padding: 1.3vw 1.2vw;
        display: flex;
        justify-content: space-between;
    }

    #home .news .swiper-slide .img_box {
        width: 100%;
        height: 28vw;
        display: block;
        overflow: hidden;
    }
}