.resp .wrap {
    position: relative;
}
.layui-layer-dialog .layui-layer-padding{
    max-width: 500px!important;
    padding: 80px 50px 50px 50px!important;
}
.layui-layer-dialog .layui-layer-content .layui-layer-ico{
    top: 26px!important;
    left: 50%!important;
    transform: translateX(-50%)!important;
}

.vist{
    color: #333;
    font-weight: bold;
    line-height: 1.2;
}

.resp .respbox {
    display: flex;
    padding-bottom: 410px;
    position: relative;
}

.resp .resp-lf {
    flex: 0 0 42%;
    margin-right: 2.65%;
}

.resp .resp-tit {
    font-weight: bold;
    color: #333;
    line-height: 1;
}

.resp .resp-subtit {
    color: #333;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 16px;
}

.resp .resp-des {
    color: #333;
    line-height: 1.5;
    flex: 1;
}

.resp .resp-des p {
    margin-bottom: 1.5em;
}

.resp .resp-img {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-33.95%);
}

.resp .resp-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.esg {
    padding-top: 700px;
    background-color: #f0f2f5;
}



.esg .report {
    position: relative;
    background-color: #fff;
}

/*.esg .report::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    box-sizing: border-box;
    transition: all .5s;
    border: 1px solid rgba(255, 255, 255, .57);
}

.esg .swiper-slide.active .report::before {
    opacity: 0;
}*/

.esg .report a {
    position: relative;
    display: block;
    z-index: 3;
}

.esg .report-img {
    width: 100%;
    opacity: 0;
    transition: all .6s;
}

.esg .swiper-slide.active .report-img {
    opacity: 1;
}

.esg .report-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.esg .report-txt {
    position: absolute;
    left: 12.66%;
    right: 12.66%;
    top: 12%;
}

.esg .swiper-slide.active .report-txt {
    left: 10%;
    right: 10%;
}

.esg .report-year {
    font-weight: bold;
    color: #333;
    line-height: 1;
    transition: all .6s;
}

.esg .swiper-slide.active .report-year {
    font-size: 72px;
    color: #fff;
}

.esg .swiper-slide.active .report-name {
    font-size: 26px;
    margin-top: 7px;
    color: #fff;
}

.esg .report-name {
    font-weight: bold;
    color: #333;
    line-height: 1.25;
    margin-top: 2px;
}

.esg .report-down {
    display: flex;
    position: absolute;
    left: 12.66%;
    bottom: 10.75%;
    align-items: center;
    color: #0f60f4;
    font-weight: bold;
    line-height: 24px;
    transition: all .5s;
}

.esg .swiper-slide.active .report-down {
    left: 10%;
    bottom: 8.4%;
    font-size: 24px;
    color: #fff;
}

.esg .swiper-slide.active .report-down svg {
    width: 33.75px;
    height: 33.75px;
}

.esg .swiper-slide .report-down svg path {
    transition: all .5s;
}

.esg .swiper-slide.active .report-down svg path {
    fill: #fff;
}

.esg .report-down svg {
    width: 27px;
    height: 27px;
    margin-left: 4px;
}

.esg .swiper-slide {
    flex: 0 0 20.83%;
    margin-right: 0.93%;
    transition: all .5s;
    height: 500px;
}

.esg .swiper-slide.active {
    flex: 0 0 34.72%;
}



.esg .swprep {
    position: relative;
    padding-top: 76px;
}

.esg .swprep .swiper-button-prev {
    right: 60px;
    left: auto;
    top: 0;
    margin-top: 0;
    width: 52px;
    height: 52px;
}

.esg .swprep .swiper-button-next {
    right: 0;
    top: 0;
    margin-top: 0;
    width: 52px;
    height: 52px;

}

.esg .swprep .swiper-button-prev svg,
.esg .swprep .swiper-button-next svg {
    width: 100%;
    height: 100%;
}

.esg .swprep .swiper-button-prev:after,
.esg .swprep .swiper-button-next::after {
    content: none;
}

.esg .swprep .swiper-slide:last-child {
    margin-right: 0;
}

.newrecommend .swiper-slide {
    display: flex;
}

.newrecommend .newrec-img {
    flex: 0 0 66.11%;
    padding-bottom: 37.222%;
    position: relative;
    height: 0;
    overflow: hidden;
}

.newrecommend .newrec-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: all .5s;
}

.newrecommend .newrec-img:hover img {
    transform: scale(1.05);
}

.newrecommend .newrec-txt {
    background-color: #f3f3f3;
    flex: 1;
    padding-left: 3.85%;
    padding-right: 3.85%;
}

.newrecommend .newrec-time {
    color: #777;
    line-height: 1.5;
}

.newrecommend .newrec-tit {
    line-height: 1.5;
    color: #333;
    font-weight: bold;
    display: -webkit-box;
    /* 将元素设置为弹性伸缩盒子 */
    -webkit-box-orient: vertical;
    /* 设置伸缩盒子的子元素排列方式为垂直 */
    -webkit-line-clamp: 2;
    /* 限制显示的行数 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    margin-top: 5px;
}

.newrecommend .newrec-tit a {
    color: #333;
    transition: all .5s;
}

.newrecommend .newrec-tit a:hover {
    color: #125fad;
}

.newrecommend .newrec-des {
    color: #777;
    line-height: 1.5;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    /* 设置伸缩盒子的子元素排列方式为垂直 */
    -webkit-line-clamp: 3;
    /* 限制显示的行数 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
}

.newrecommend .conmore a {
    color: #333;
    border-color: #939393;
}


.newrecommend .swiper-button-prev {

    left: calc(69.96% - 5px);
    top: auto;
    bottom: 10%;
    margin-top: 0;
    width: 52px;
    height: 52px;
}

.newrecommend .swiper-button-next {
    right: auto;
    left: calc(69.96% + 57px);
    top: auto;
    bottom: 10%;
    margin-top: 0;
    width: 52px;
    height: 52px;

}

.newrecommend .swiper-button-prev svg,
.newrecommend .swiper-button-next svg {
    width: 100%;
    height: 100%;
}

.newrecommend .swiper-button-prev svg path,
.newrecommend .swiper-button-next svg path {
    transition: all .5s;
}

.newrecommend .swiper-button-prev:hover svg path,
.newrecommend .swiper-button-next:hover svg path {
    fill: #0e3778;
}

.newrecommend .swiper-button-prev:after,
.newrecommend .swiper-button-next::after {
    content: none;
}

.newslist {
    display: flex;
    flex-wrap: wrap;
}

.newslist .news-item {
    flex: 0 0 31.94%;
    margin-right: 2.09%;
}

.newslist .news-item:nth-child(3n) {
    margin-right: 0;
}

.newslist .news-img {
    width: 100%;
    padding-bottom: 56.52%;
    height: 0;
    overflow: hidden;
    position: relative;
}

.newslist .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: all .5s;
}

.newslist .news-img:hover img {
    transform: scale(1.05);
}

.newslist .news-time {
    color: #aaa;
    line-height: 1.5;
}

.newslist .new-tit {
    line-height: 1.25;
    color: #333;
    font-weight: bold;
    display: -webkit-box;
    /* 将元素设置为弹性伸缩盒子 */
    -webkit-box-orient: vertical;
    /* 设置伸缩盒子的子元素排列方式为垂直 */
    -webkit-line-clamp: 2;
    /* 限制显示的行数 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    margin-top: 5px;
    width: 90%;
    margin-top: 10px;
}

.newslist .new-tit a {
    color: #333;
    transition: all .5s;
}

.newslist .new-tit a:hover {
    color: #125fad;
}

.news .search {
    width: 742px;
    height: 56px;
    position: relative;
}

.news .search input {
    border: 1px solid #0c0408;
    outline: none;
    padding-left: 25px;
    display: block;
    padding-right: 60px;
    width: 100%;
    height: 100%;
    color: #333;
}

.news .search input::placeholder {
    color: rgba(51, 51, 51, .7);
}

.news .search_btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    right: 0;
    height: 100%;
    top: 0;
    cursor: pointer;
}

.news .search_btn svg {
    width: 24px;
    height: 24px;
}


.cooper {
    padding-top: 80px;
}

.cooper .cooper-tit {
    line-height: 1.16;
    color: #333;
    font-weight: bold;
}

.cooper .cooper-des {
    line-height: 1.5;
    color: #777;
}

.cooper .form-tit {
    color: #333;
    font-weight: bold;
    line-height: 1.2;
}

.cooper .cooperbox {
    width: 1010px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.cooper .formbox {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cooper .form-item {
    flex: 0 0 49%;

}

.cooper .form-item.w100 {
    flex: 0 0 100%;
}

.cooper .form-item input,
.cooper .form-item select {
      background-color: #f0f2f5;
    width: 100%;
    display: block;
    height: 50px;
    outline: none;
    border: none;
    padding: 0 20px;
    color: rgba(51, 51, 51, 1);
}

.cooper .form-item select {
    /* 隐藏原生箭头 */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* 针对IE10+隐藏原生箭头 */
.cooper select::-ms-expand {
    display: none;
}

.cooper .custom-select {
    position: relative;
}

.cooper .custom-select:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 10px;
    pointer-events: none;
    top: 22px;
    right: 22px;
    background: url('../img/sjt.png') no-repeat center center/contain;
}

.cooper .form-item input::placeholder {
    text-align: right;
    color: rgba(51, 51, 51, .5);
}

.cooper label {
   /* color: #333;
    line-height: 1;
    margin-bottom: 18px;
    display: block;*/
    
        width: 100%;
    text-align: left;
    color: #333;
    display: block;
    line-height: 1.5;
    margin-bottom: 10px;
}

.cooper .must:before {
    content: '*';
    line-height: 0.5;
    display: inline-block;
}
 .must:before {
    content: '*';
    line-height: 0.5;
    display: inline-block;
}
.cooper .form-item textarea {
    height: 300px;
    padding: 20px;
    width: 100%;
    outline: none;
    border: none;
    color: #333;
    background-color: #f2f4f7;
}

.cooper .aggreement {
    display: flex;
}

.cooper .aggreement .form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border-color: #cfcfcf;
    margin-top: 2px;
}

.cooper .aggreement p {
    margin-left: 10px;
    line-height: 1.5;
    color: #777;
}

.cooper .conmore a {
    color: #333;
    border-color: #939393;
}
.cooper .aggreement a{
    font-style: italic;
    color: var(--color);
}

/*产品页*/
.protxt .pro-txt1 {
    line-height: calc(4 / 3);
    color: #333;
    font-weight: bold;
    width: 72%;
}

.protxt .pro-txt2 {
    line-height: 1.5;
    color: #333;
    width: 72%;
}

.protxt .advantages {
    display: flex;
    flex-wrap: wrap;
}

.protxt .adv-img {
    flex: 0 0 50%;
}

.protxt .adv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.protxt .adv-rg {
    flex: 0 0 50%;
}

.protxt .advbox {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
}

.protxt .advbox:nth-child(1) {
    background-color: #125fad;
}

.protxt .advbox:nth-child(2) {
    background-color: #333333;
}

.protxt .adv-des {
    color: #fff;
    line-height: 1.5;
    margin-right: calc(100% - 720px);
    margin-left: 7.5%;
}

.protxt .compet-tit {
    line-height: calc(4 / 3);
    color: #333;
    font-weight: bold;
}

.protxt .compet-t {
    line-height: 1.5;
    color: #000;
    font-weight: bold;
    padding: 0 10%;
    transition: all .5s;
}

.protxt .compet-item:hover .compet-t {
    color: #fff;
}

.protxt .compet-list {
    display: flex;
    flex-wrap: wrap;
}

.protxt .compet-item {
    border: 1px solid #777;
    flex: 0 0 23.96%;
    background-color: #fff;
    margin-right: calc(4.16% / 3);
    transition: all .6s;
}

.protxt .compet-item:nth-child(4n) {
    margin-right: 0;
}

.protxt .compet-ul {
    margin-top: 12px;
    padding: 0 10%;
}

.protxt .compet-ul li {
    position: relative;
    padding-left: 12px;
    color: #777;
    line-height: 28px;
    transition: all .5s;
}

.protxt .compet-item:hover {
    border-color: #125fad;
    background-color: #125fad;

}

.protxt .compet-item:hover li {
    color: rgba(255, 255, 255, .6);
}

.protxt .compet-ul li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: 11px;
    left: 0px;
    background-color: #000;
    border-radius: 50%;
    transition: all .5s;
}

.protxt .compet-item:hover li:before {
    background-color: #fff;
}

.protxt .proitem {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.protxt .proimg {
    flex: 0 0 50%;
}

.protxt .prowz {
    flex: 0 0 47.22%
}

.protxt .proimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.protxt .proitem:nth-child(2n) {
    flex-direction: row-reverse;
}

.protxt .protit {
    color: #333;
    font-weight: bold;
    line-height: calc(4 / 3);
}

.protxt .prodes {
    line-height: 1.5;
    color: #777;
}

.protxt .prosubtit {
    line-height: 1.25;
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
}



.visitor .visitor-tit {
    line-height: 1;
    color: #333;
    font-weight: bold;
       width: 696px;
       margin-left: auto;
       margin-right: auto ;
       max-width: 100%;
}

.visitor .visitor-des {
    color: #777;
    line-height: 1.5;
           width: 696px;
       margin-left: auto;
       margin-right: auto ;
          max-width: 100%;
}

.visitor .bevisited {
    width: 696px;
    display: flex;
}

.visitor .bevisited input {
    height: 50px;
    width: 488px;
    display: block;
    padding: 0 20px;
    outline: none;
    border: none;
    background-color: #f0f2f5;
    color: #333;
}

.visitor .bevisited input::placeholder {
    color: rgba(51, 51, 51, .3);
}

.visitor .bevisited .bevisited_btn {
    margin-left: 8px;
    border-radius: 3px;
    width: 200px;
    flex: none;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: var(--color);
    text-transform: uppercase;
}

.visitor .layui-form {
    width: 696px;
    margin-left: auto;
    margin-right: auto;
}

.visitor .layui-date,
.visitor .layui-inp {
    position: relative;
    display: block;
    width: 100%;
}

.visitor .layui-inp textarea {
    height: 158px;
    display: block;
    padding: 10px 20px;
    outline: none;
    border: none;
    background-color: #f0f2f5;
    color: #333;
    width: 100%;
}

.visitor .layui-inp input,
.visitor .layui-date input {
    display: block;
    padding: 0 20px;
    outline: none;
    border: none;
    background-color: #f0f2f5;
    color: #333;
    height: 50px;
    width: 100%;

}

.visitor .layui-inp input::placeholder {
    color: rgba(51, 51, 51, .3);
}

.visitor .layui-form-label {
    float: none;
    padding: 0;
    width: 100%;
    text-align: left;
    color: #333;
    display: block;
    line-height: 1.5;
    margin-bottom: 10px;
}

.visitor .layui-date:after {
    content: '';
    width: 25px;
    height: 25px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 5;
    pointer-events: none;
    background: url('../img/dates.png') no-repeat center center/contain;
}

.visitor .verstaus {
    display: flex;
    max-width: 696px;

}

.visitor .loading {
    display: flex;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.visitor .loading img {
    animation: spin 2s infinite ease-in-out;
}

.visitor .verstaus img,
.visitor .loading img {
    width: 27px;
    object-fit: contain;
    height: 100%;
}

.visitor .verstaus span,
.visitor .loading span {
    margin-left: 12px;
    color: #333;
    width: 75%;
    line-height: 1.5;
}


.visitor .aggreement {
    display: flex;
    margin-bottom: 10px;
}
.visitor  .aggreement a{
          color:var(--color);
             font-style: italic;
      }
.visitor .aggreement .form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border-color: #cfcfcf;
    display: block;
    flex: none;
    margin-top: 2px;
}

.visitor .aggreement .layui-form-checkbox {
    display: none;
}

.visitor .aggreement p {
    margin-left: 10px;
    line-height: 1.5;
    color: #777;
}

.visitor .conmore a {
    color: #333;
    border-color: #939393;
}

.visitor .notice {
    line-height: 1.5;
    color: #777;
    margin-top: 15px;
}

.visitor .precautions-tit {
    line-height: 1.2;
    color: #333;
    font-weight: bold;
}

.visitor .version-tit {
    line-height: 1.25;
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
}

.visitor .version-des {
    line-height: 1.875;
    color: #777;
}

.joinchange {
    display: flex;
    justify-content: center;
}

.joinchange .join-item {
    flex: none;
    padding: 0 30px;
    position: relative;
}

.joinchange .join-item:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 23px;
    background-color: #cecdce;
}

.joinchange .join-item:last-child:after {
    content: none;
}

.joinchange .join-item a {
    color: #111;
    font-weight: bold;
    display: block;
    position: relative;
    line-height: 2.7;
}

.joinchange .join-item a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #000;
    transition: all .6s;
}

.joinchange .join-item:hover a:after,
.joinchange .join-item.active a:after {
    width: 100%;
}

.campus .campus-tit {
    line-height: 1.2;
    color: #333;
    font-weight: bold;
}

.campus .campus-subtit {
    line-height: calc(4 / 3);
    color: #333;
    font-weight: bold;
}

.campus .campus-des {
    line-height: 1.5;
    color: #333;
    width: 100%;
}

.campus .campus-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.campus .welfare {
    background-color: #f2f4f9;
}

.campus .welfare-tit {
    line-height: 1.2;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.campus .welfare-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.campus .welfare-item:nth-child(2n) {
    flex-direction: row-reverse;
}

.campus .welfare-img {
    flex: 0 0 49.65%;
}

.campus .welfare-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.campus .welfare-des {
    flex: 0 0 44.86%;
    color: #555;
    line-height: 1.5;
}

.campus .opport-tit {
    line-height: 1.2;
    color: #333;
    font-weight: bold;
}


.campus .opport-des {
    line-height: 1.5;
    color: #777;
}

.campus .opport-des a {
    color: var(--color);
    text-decoration: underline;
}

.campus .opportlist {
    display: flex;
    flex-wrap: wrap;
}

.campus .opport-item {
    flex: 0 0 32%;
    margin-right: 2%;
    position: relative;
}

.campus .opport-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.campus .opport-item:nth-child(3n) {
    margin-right: 0;
}

.campus .opport-img {
    position: relative;
}

.campus .opport-img:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 6px;
    width: 0;
    background-color: var(--color);
    transition: all .6s;
}

.campus .opport-item:hover .opport-img:after {
    width: 100%;
}

.campus .opport-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.campus .opport-name {
    display: flex;
    align-items: center;
    height: 84px;
    justify-content: space-between;
    color: #333;
}
.campus .opport-item:hover .opport-name {
    color: var(--color);
}
.campus .opport-name span {
    flex: 1;
}

.campus .opport-name svg {
    margin-right: 16px;
    flex: none;
    overflow: hidden;
}
@keyframes icon_left {
    0% {
        transform:translate(0);
    }
    50%{
        transform:translateX(140%);
    }
    50.1%{
        transform:translateX(-140%);
    }
    100%{
        transform:translateX(0%);
    }
}
        
.opport-item:hover .opport-name svg {
    transition: all .5s;
}
.opport-item:hover .opport-name svg 
    {transform:translateX(4px);}

.social-top img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.social-top {
    position: relative;
}

.social-top .social-txt {
    position: absolute;
    top: 50%;
    left: 4.58%;
    transform: translateY(-50%);
}

.social-top .social-txt1 {
    color: #fff;
    line-height: calc(4 / 3);
    font-weight: bold;
}

.social-top .social-txt2 {
    color: #fff;
    line-height: 1.5;
    color: #fff;
    margin-top: 12px;
}

.social-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.social-filter .select {
    flex: 0 0 21.66%;
    position: relative;
}

.social-filter .social-inp {
    flex: 0 0 32.91%;
    position: relative;
}

.social-filter .select:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 10px;
    pointer-events: none;
    top: 22px;
    right: 19px;
    background: url(../img/sjt.png) no-repeat center center / contain;
    transition: all .5s;
}
.social-filter .select.act:after {
    transform: rotate(180deg);
}
.social-filter .select select {
    width: 100%;
    height: 56px;
    border: 1px solid #000;
    padding: 0 20px;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.social-filter input {
    width: 100%;
    height: 56px;
    border: 1px solid #000;
    outline: none;
    color: #333;
    padding-left: 20px;
}

.social-filter .searchbtn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    right: 0;
    height: 100%;
    top: 0;
    cursor: pointer;
}

.social-filter .searchbtn svg {
    width: 24px;
    height: 24px;
}

.social-filter input::placeholder,
.social-filter .select select::placeholder {
    color: rgba(51, 51, 51, .7);
}

.social-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.social-list .social-item {
    flex: 0 0 45.486%;
    border-top: 1px solid #999;
}

.social-list .social-tit {
    color: #333;
    line-height: 1.5;
    font-weight: bold;
}

.social-list .social-tit a {
    color: #333;
    transition: all .5s;
}

.social-list .social-tit a:hover {
    color: var(--color);

}

.social-list .social-date {
    color: var(--color);
    line-height: 1.5;
    margin-top: 14px;
}

.social-list .social-xx {
    position: relative;
    padding-left: 21px;
    color: #333;
    line-height: 36px;
}

.social-list .social-xx:before {
    content: '';
    position: absolute;
    left: 1px;
    width: 8px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
    border-radius: 50%;
}

.social-list .conmore a {
    color: #333;
    border-color: #939393;
}

.stories-video {
    background-color: #f2f4f9;
}

.stories-video .video-t {
    font-weight: bold;
    line-height: 1.2;
    color: #111;
}

.video-recommend {
    position: relative;
}
.videolist .video-item img,
.video-recommend img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.video-recommend a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
}

.vrec-txt {
    z-index: 5;
    position: absolute;
    left: 2.78%;
    right: 2.78%;
    bottom: 10%;
}

.vrec-tit {
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    line-height: normal;
}

.vrec-tit svg {
    margin-left: 2.77%;
    transition: all .5s;
}
.video-recommend:hover   svg 
    {transform:translateX(4px);}

.vrec-des {
    line-height: 1.2;
    color: rgba(255, 255, 255, .5);
    margin-top: 10px;
}

.videolist {
    display: flex;
    flex-wrap:wrap;
}

.videolist .video-item {
    flex: 0 0 23.958%;
    margin-right: calc(4.168% / 3);
    position: relative;
}

.videolist .video-item:nth-child(4n) {
    margin-right: 0;
}

.videolist .video-item a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 70%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}

.videolist .video-txt {
    position: absolute;
    z-index: 3;
    left: 8.7%;
    right: 8%;
    bottom: 7.3%;
}

.videolist .video-tit {
    line-height: 1.25;
    color: #fff;
    font-weight: bold;
}

.videolist .video-des {
    line-height: 1.5;
    display: flex;
    margin-top: 7px;
    color: rgba(255, 255, 255, .5);
}

.videolist .video-des span {
    flex: 1;
}

.videolist .video-des svg {
    margin-top: 2px;
    margin-left: 10%;
    transition: all .5s;
}
.video-item:hover  svg 
    {transform:translateX(4px);}


.article-t {
    line-height: 1.2;
    color: #111;
    font-weight: bold;
}

.article-recommend {
    display: flex;
}

.artrec-img {
    flex: 0 0 51%;
}

.artrec-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.artrec-txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #346cad;
    padding-left: 4.16%;
    padding-right: 4.16%;
}

.artrec-tit {
    line-height: calc(4 / 3);
    color: #fff;
    font-weight: bold;
}

.artrec-des {
    line-height: 1.3;
    color: #fff;
}

.artrec-more {
    margin-top: auto;
}

.art-list {
    display: flex;
    flex-wrap: wrap;
}

.art-item {
    flex: 0 0 31.25%;
    margin-right: 3.125%;
}

.art-item:nth-child(3n) {
    margin-right: 0%;
}

.art-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .5s;
}

.art-img {
    overflow: hidden;
}

.art-img:hover img {
    transform: scale(1.05);
}

.art-tit {
    font-weight: 600;
    line-height: 1.5;
    color: #333;
}

.art-tit a {
    color: #333;
    transition: all .5s;
}

.art-tit a:hover {
    color: var(--color);
}

.art-des {
    color: #999;
    line-height: 1.5;
    margin-top: 8px;
}

.about {
    display: flex;
}

.about-lf {
    flex: 0 0 50%;
}

.about-rg {
    flex: 0 0 50%;
    background-color: #0066ce;
    display: flex;
    align-items: center;
}

.about-btm {
    background-color: #333;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.abbtm-inner {
    margin-left: calc(100% - 720px);
    margin-right: 16%;
}

.about-btm .abb-tit {
    line-height: 1.5;
    color: #fff;
}

.about-btm .abb-des {
    line-height: 1.5;
    margin-top: 11px;
    color: rgba(255, 255, 255, .4);
}

.aboutrg-inner {
    padding-left: 16%;
    padding-right: 16%;
}

.aboutrg-inner .about-tit {
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
}

.aboutrg-inner .about-subtit {
    line-height: calc(4 / 3);
    color: #fff;
    font-weight: bold;
}

.aboutrg-inner .about-des {
    line-height: 1.5;
    color: rgba(255, 255, 255, .7);
}

.value-list {
    display: flex;
    flex-wrap: wrap;
}

.value-item {
    flex: 0 0 24.3%;
    margin-right: calc(2.8% / 3);
    position: relative;
    overflow: hidden;
    /*border-bottom: 4px solid #0066ce;*/
}
.value-item:after{
    content: '';
    position:absolute;
    left: 0;
    width: 100%;
    height: 4px;
    bottom: 0;
    background: #0066ce;
}
.value-item:nth-child(4n+2):after{
    background: #5c5b68;
}

.value-item:nth-child(4n+3):after{
     background: #1bbb7d;
}
.value-item:nth-child(4n):after{
     background: #47b3c5;
}
.value-item:nth-child(4n) {
    margin-right: 0;
}
/*.value-item:hover:after
     {animation:icon_left 0.5s linear;}*/


.value-ico {
    width: 134px;
    height: 119px;
    transition: all .5s;
}
.value-item:hover .value-ico {
    transform: translateY(-10px);
}
.value-ico img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.value-des {
    max-width: 80%;
    color: #333;
    line-height: 1.5;
    padding-bottom: 4vw;
}

.value-btm {
    position: relative;
}
.value-btm img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.value-btm:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}

.value-txt {
    position: absolute;
    left: 8%;
    top: 0;
    height: 100%;
    padding: 15px 0;
    width: 36%;
    display: flex;
    flex-direction: column;
}

.value-txt .valb-item {
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;

}

.value-txt .valb-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, .4);
}

.value-txt .valb-item:last-child:after {
    content: none;
}

.valb-tit {
    line-height: calc(10 / 9);
    color: #fff;
    font-weight: bold;
}

.valb-des {
    line-height: 1.5;
    color: #fff;
    margin-top: 11px;
}

.teamlist {
    display: flex;
    flex-wrap: wrap;
}

.team-item {
    flex: 0 0 23.61%;
    margin-right: calc(5.56% / 3);
        border: 1px solid #ccc;
}

.team-item:nth-child(4n) {
    margin-right: 0;
}

.team-txt {

    padding-left: 8.5%;
    padding-right: 8.5%;
}

.team-item .team-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.team-item .team-name {
    line-height: 1.25;
    font-weight: bold;
    color: #333;
}

.team-item .team-name a {
    color: #333;
    transition: all .5s;
}

.team-item .team-name a:hover {
    color: var(--color);
}

.team-item .team-des {
    color: #777;
    line-height: 1.5;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.team-item .team-more a svg {
    transition: all .5s;
    overflow: hidden;
}
.team-item .team-more a:hover  svg 
    {transform:translateX(4px);}



/*.rec_detail {
    margin-top: 80px;
}*/

.recd-top {
    padding-top: 80px;
    padding-bottom: 150px;
    position: relative;
    background: url('../img/rbj.jpg') right center/cover;
}

.recd-top h1 {
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
}

.recd-top .thumb {
    border-bottom: none;
}

.recd-top .thumb li:nth-child(n) a,
.recd-top .thumb li {
    color: #fff;
}

.recd-top .thumb li:not(:first-child):before {
    color: rgba(255, 255, 255, .5);
}

.recd-top .rec-message {
    background-color: #f4f4f4;
    display: flex;
    padding-left: 4.86%;
    padding-right: 4.86%;
    position: absolute;
    top: calc(100% - 120px);
    left: 50%;
    transform: translateX(-50%);
}

.rec-lf {
    /*flex: none;
    margin-right: 9.3%;*/
    flex: 1;
    margin-right:5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rec-lf .rec-messitem{
    flex: 0 0 47%;
}

.rec-center {
    flex: 1;
    margin-right: 5%;
}

.rec-message .rec-name {
    font-weight: bold;
    color: #333;
    line-height: 1.5;
}

.rec-message .rec-val {
    line-height: 1.5;
    margin-top: 5px;
    color: rgba(51, 51, 51, .6);
}

.rec-message .conmore {
    border-color: var(--color);
    background-color: var(--color);
    color: #fff;
}

.recd-btm {
    padding-top: 170px;
}

.recd-btm h2 {
    color: #333;
    font-weight: bold;
    line-height: calc(4 / 3);
}

.recd-btm .recd-des {
    line-height: 2;
    color: #777;
    margin-top: 16px;
    width: 86%;
}

.global {
    background: url('../img/gobalbj.jpg') no-repeat center center/cover;
}

.global .map {
    margin-left: 8.33%;
    width: 84.0625%;
    position: relative;
}

.global .map img {
    width: 100%;
    height: 100%;
}
.global .map .phoneimg{
    display: none;
}

.global-txt {
    display: flex;
}

.global-des {
    line-height: 1.5;
    color: #fff;
    flex: 0 0 69%;
    margin-left: auto;
}

.global-tit {
    color: #fff;
    line-height: 1.12;
    font-weight: bold;
}

.dianitem {
    position: absolute;
    transform: translate(-50%, -50%);
}

.dianitem span {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}

.dianitem span:after {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, .23);
}

.dianitem p {
    position: absolute;
    left: 44px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
    white-space: nowrap;
}
.dianitem:nth-child(3) p{
        transform: translateY(0%);
}

.dianitem.left p {
    left: auto;
    right: 44px;
}

.honor .con_tit {
    text-align: center;

}

.honor-inner {
    display: flex;
    justify-content: space-between;
}

.honor-list {
    flex: 0 0 46.5278%;
}

.honor-img {
    height: 100%;
    flex: 0 0 44.375%;
}

.honor-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.honor-item {
    border-bottom: 1px solid #333;
}

.honor-tit {
    padding-top: 3px;
    line-height: 1.5;
    color: #111;
    font-weight: bold;
}

.honor-des {
    line-height: 1.5;
    margin-top: 10px;
    color: #111;
    min-height: 3em;
    padding-bottom: 3px;
}

.contact {
    background-color: #f0f2f5;
}

.contact .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact .contact-img {
    flex: 0 0 53.472%;
}
.contact .contact-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.contact .contact-txt {
    flex: 0 0 39.1%;
}

.contact_subtit {
    line-height: calc(4 / 3);
    font-weight: bold;
}

.contact .address a,
.contact .email a {
    line-height: 1.7;
    display: flex;
    color: #777;
    align-items: center;
    transition: all .5s;
}

.contact .address a img,
.contact .email a img {
    width: 23px;
    height: 23px;
    object-fit: contain;
    margin-right: 18px;
}

.contact .address a:hover,
.contact .email a:hover {
    color: var(--color);
}

@media screen and (max-width:1024px) {

    .visitor .bevisited,
    .visitor .layui-form {
        max-width: 100%;
    }

    .cooper {
        padding-top: 60px;
    }

}

@media screen and (max-width:768px) {
    .visitor .bevisited .bevisited_btn {
        width: 140px;
        height: 40px;
        line-height: 40px;
    }

    .visitor .bevisited input {
        flex: 1;
        height: 40px;
    }

    .visitor .verstaus span,
    .visitor .loading span {
        width: auto;
        flex: 1;
    }

    .visitor .layui-inp input,
    .visitor .layui-date input {
        height: 40px;
    }

    .visitor .layui-date:after {
        width: 20px;
        height: 20px;
    }

    .visitor .verstaus img,
    .visitor .loading img {
        width: 22px;
    }

    .cooper {
        padding-top: 50px;
    }
    
    
      #layui-laydate1.layui-laydate-range {
      width: 350px;
   }
     #layui-laydate1.layui-laydate-range  .layui-laydate-content td,     #layui-laydate1.layui-laydate-range .layui-laydate-content th{
       padding: 2px;
       width: 24px;
       height: 24px;
       font-size: 10px;
   }
   
       #layui-laydate1.layui-laydate-range .layui-laydate-header i.laydate-prev-y {
    left: 5px;
}
     #layui-laydate1.layui-laydate-range  .layui-laydate-header i.laydate-prev-m{
    left: 22px;
}
   #layui-laydate1.layui-laydate-range  .layui-laydate-header i.laydate-next-y{
    right: 5px;
}
    #layui-laydate1.layui-laydate-range  .layui-laydate-header i.laydate-next-m{
     right: 22px;
 }
     #layui-laydate1.layui-laydate-range   .layui-laydate-header{
     padding-left: 30px;
     padding-right: 30px;
 }
     #layui-laydate1.layui-laydate-range .laydate-set-ym span{
    font-size: 12px;
    padding: 0 2px;
}

     #layui-laydate1.layui-laydate-range  .layui-laydate-header i{
     font-size: 14px;
}
     #layui-laydate1.layui-laydate-range .layui-laydate-main{
       width: 172px;
   }
    #layui-laydate1.layui-laydate-range .layui-laydate-footer span.layui-laydate-preview{
        margin-top: 5px;
    }
      #layui-laydate1.layui-laydate-range .layui-laydate-footer{
         height: auto;
          
      }
}



.demo-item {
    margin-bottom: 25px;
}

.demo-item h3 {
    margin-bottom: 15px;
    color: #333;
    font-size: 16px;
}

.multi-select-container {
    position: relative;
}

.multi-select-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    background-color: #f0f2f5;
    border: none;
    outline: none;
    /*  border: 1px solid #dcdfe6;
    border-radius: 4px;
       background-color: #fff;*/
    cursor: pointer;
    color: rgba(51, 51, 51, .3);
}

.multi-select-trigger:hover {
    /* border-color: #c0c4cc;*/
}

.multi-select-trigger.active {
    border-color: #409EFF;
}

.multi-select-trigger .placeholder {
    color: #c0c4cc;
}

.multi-select-trigger .layui-icon {
    transition: transform 0.3s;
}

.multi-select-trigger.active .layui-icon {
    transform: rotate(180deg);
}

.multi-select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    margin-top: 5px;
}

.multi-select-dropdown.active {
    display: block;
}

.multi-select-search {
    padding: 10px;
    border-bottom: 1px solid #e4e7ed;
}

.multi-select-options {}

.multi-select-option {
    padding: 8px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.multi-select-option:hover {
    background-color: #f5f7fa;
}

.multi-select-option.selected {
    color: #409EFF;
    background-color: #ecf5ff;
}

.multi-select-option input {
    margin-right: 8px;
}

.multi-select-footer {
    padding: 10px 15px;
    border-top: 1px solid #e4e7ed;
    display: flex;
    justify-content: space-between;
}

.selected-tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    min-height: 32px;
}

.selected-tag {
    display: inline-flex;
    align-items: center;
    background-color: #ecf5ff;
    border: 1px solid #d9ecff;
    border-radius: 4px;
    padding: 0 10px;
    height: 24px;
    line-height: 22px;
    font-size: 12px;
    color: #409EFF;
    margin-right: 5px;
    margin-bottom: 5px;
}

.selected-tag .close {
    margin-left: 5px;
    cursor: pointer;
    color: #c0c4cc;
}

.selected-tag .close:hover {
    color: #409EFF;
}

.code-block {
    background-color: #f8f8f8;
    border-radius: 4px;
    padding: 15px;
    margin-top: 20px;
    overflow-x: auto;
}

.code-block pre {
    margin: 0;
    font-family: "Courier New", monospace;
}

.visitor .laysel input {
    width: 16px;
    height: 16px;
}

.visitor .name .layui-inp {
    display: flex;
    justify-content: space-between;
}

.visitor .name .layui-inp input {
    flex: 0 0 48.5%;
}

.dianitem span:after {

   
  animation: ripple 2s infinite;
}

.dianitem:nth-child(3n+1) span:after {
  animation-delay: 0.5s;
}

.dianitem:nth-child(3n+2) span:after {
  animation-delay: 1s;
}

@keyframes ripple {
  0% {
    transform:translate(-50%, -50%)  scale(0.1);
     background-color: rgba(255, 255, 255, .6);
  }
  100% {
    transform:  translate(-50%, -50%) scale(1);
    background-color: rgba(255, 255, 255, .23);
  }
}

@media screen and (max-width:1950px) {
    .esg .swiper-slide.active .report-year {
        font-size: 64px;
    }

    .esg .swiper-slide.active .report-name {
        font-size: 24px;
    }
}


@media screen and (max-width:1600px){
    .protxt .adv-des{
        margin-right: 10vw;
    }
    .resp .respbox{
    padding-bottom: 21vw;
}
.esg{
    padding-top: 35vw;
}
     .esg .swiper-slide.active .report-year {
        font-size: 56px;
    }

    .esg .swiper-slide.active .report-name {
        font-size: 24px;
    }

    .esg .swiper-slide.active .report-down {
        font-size: 22px;
    }


    .esg .swiper-slide {
        height: 27.776vw;
    }
    
    .newrecommend .newrec-img{
    padding-bottom: 42%;
}
        .news .search{
        width: 660px;
        height: 52px;
    }
    .aboutrg-inner{
        padding-left: 10%;
        padding-right: 10%;
    }
    .abbtm-inner{
        margin-left: 10%;
    }
    .dianitem span{
        width: 10px;
        height: 10px;
    }
    .dianitem span:after{
        width: 40px;
        height: 40px;
    }
      .dianitem p{
        left: 36px;
    }
    .dianitem.left p{
        right: 36px;
    }
    .value-ico {
    width: 114px;
    height: 102px;
}
.inbanner .banner-tit{
    width: 40%;
}
}
@media screen and (max-width:1400px) {
    .esg .swiper-slide.active .report-year {
        font-size: 48px;
    }

    .esg .swiper-slide.active .report-name {
        font-size: 22px;
    }

    .esg .swiper-slide.active .report-down {
        font-size: 20px;
    }
}




@media screen and (max-width:1200px){

   .protxt .adv-des{
       margin-right: 5vw;
   }
    .esg .swiper-slide {
        height: 31.284vw;
    }

    .esg .sec4-des {
        margin-right: 12%;
    }
          .news .search{
        width: 600px;
        height: 50px;
    }
    .aboutrg-inner .about-des{
        overflow-y: auto;
        max-height: 36vw;
    }
    .inbanner .banner-tit{
       width: 50%;
    }
        .dianitem span{
        width: 6px;
        height: 6px;
    }
    .dianitem span:after{
        width: 24px;
        height: 24px;
    }
    .dianitem p{
        left: 24px;
    }
    .dianitem.left p{
        right: 24px;
    }
    
/* 滚动条轨道 */
   .aboutrg-inner  ::-webkit-scrollbar-track {
  background: #fff;

}

/* 滚动条滑块 */
   .aboutrg-inner  ::-webkit-scrollbar-thumb {
  background:  #1bbb7d;

}
    .value-ico {
    width: 90px;
    height: 80px;
}
.newrecommend .newrec-img{
    padding-bottom: 48%;
}
.protxt .pro-txt1,
.protxt .pro-txt2{
    width: 90%;
}
.cooper .form-item input, .cooper .form-item select{
    height: 50px;
}

}
@media screen and (max-width:1100px) {
    .esg .swiper-slide.active .report-year {
        font-size: 40px;
    }

    .esg .swiper-slide.active .report-name {
        font-size: 20px;
    }

    .esg .swiper-slide.active .report-down {
        font-size: 18px;
    }
}

@media screen and (max-width:1024px) {
    .protxt .pro-txt1,
.protxt .pro-txt2{
    width: 100%;
}
.campus .campus-des{
    width: 100%;
}
        .inbanner{
        margin-top: 60px;
    }
        .news .search{
        width: 500px;
        height: 44px;
    }
}
@media screen and (max-width:768px) {
    .cooper .custom-select:after{
        top: 17px;
    }
    .protxt .adv-img,
    .protxt .adv-rg{
        flex:0 0 100%;
    }
    .protxt .compet-item{
        flex: 0 0 100%;
        margin-bottom: 6vw;
    }
    .protxt .advbox{
        padding: 8vw 0;
        height: auto;
    }
    .protxt .adv-des{
        margin: 0 5%;
    }
    .inbanner{
        margin-top: 50px;
    }
    .inbanner>img{
       height: 250px;
       object-fit: cover;
    }
    .inbanner .banner-tit{
        width: 100%;
    }
    .inbanner .banner-des{
        width: 100%;
    }
    .multi-select-trigger {
        height: 40px;
        line-height: 40px;
    }
    
    .about{
        flex-wrap: wrap;
    }
    .about-lf{
        flex: 0 0 100%;
    }
    .about-rg{
        flex: 0 0 100%;
    }
    .abbtm-inner{
        margin-left: 5%;
        
        margin-right: 5%;
    }
    .aboutrg-inner{
        padding-top: 7vw;
        padding-bottom: 8vw;
        padding-right: 5%;
        padding-left: 5%;
    }
    .aboutrg-inner .about-des{
        max-height: none;
    }
    .value-item{
        flex: 0 0 48%;
        margin-right: 4%;
        margin-bottom: 8vw;
    }
    .value-item:nth-child(2n){
        margin-right: 0;
    }
    .value-ico{
        width: 64px;
        height: 54px;
    }
    .value-des{
        max-width: 100%;
    }
    
    .value-txt{
        position: static;
        width: 100%;
    }
    .valb-tit,.valb-des{
        color: #333;
    }
    .value-txt .valb-item:after{
        background-color: rgba(0,0,0,.4);
    }
    .value-btm:before{
        content: none;
    }
    .value-txt .valb-item{
        padding: 5vw 0;
    }
    .global-txt{
        flex-wrap: wrap;
    }
    .global-des{
        flex: 0 0 100%;
        margin-top: 5vw;
    }
    
    .honor-inner{
       flex-direction: column-reverse;
}
.honor-list{
    padding-top: 6vw;
}
.contact .wrap{
    flex-wrap: wrap;
}
.contact .contact-img,
.contact .contact-txt{
    flex: 0 0 100%;
}
.contact .contact-txt {
    margin-top: 6vw;
}
.contact .address a, .contact .email a{
    line-height: 1.5;
    margin-bottom: 2vw;
}
.dianlist{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5vw;
}
.dianitem{
    position: static;
    transform: none;
    flex: 0 0 49%;
    margin-bottom: 5px;
}
.dianitem p{
    position: static;
    transform: none;
    display: flex;
    align-items: center;
}
.dianitem p:before{
    content: '';
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}
.dianitem span{
    display: none;
}
.newrecommend .newrec-img{
    padding-bottom: 56.25%;
}
    .news .search{
        width: 100%;
        height: 40px;
    }
    .newrecommend .swiper-slide{
        flex-wrap: wrap;
    }
    .newrecommend .newrec-img{
        flex: 0 0 100%;
    }
    .newrecommend .newrec-txt{
        flex: 0 0 100%;
    }
    .news .search_btn svg{
        width: 20px;
        height: 20px;
    }
    .newslist .news-item{
        flex: 0 0 100%;
        margin-right: 0;
    }
    
     .sec4 .swiper-slide {
        width: 100%;
        flex: none !important;
        height: 100%;
    }


    .esg .swiper-slide.active .report-year {
        font-size: 30px;
    }

    .esg .swiper-slide.active .report-name {
        font-size: 18px;
    }

    .esg .swiper-slide.active .report-down {
        font-size: 16px;
    }

    .esg .swiper-slide.active .report-down svg {
        width: 26px;
        height: 26px;
    }



    .esg .swprep .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .esg .swprep .swiper-button-prev {
        width: 40px;
        height: 40px;
        right: 48px;
    }
      .esg .swiper-slide {
        width: 100%;
        flex: none !important;
        height: 100%;
    }
    
        .resp .respbox{
        flex-wrap: wrap;
    }
    .resp .resp-lf{
        flex: 0 0 100%;
        margin-right: 0;
    }
    .resp .resp-des{
        margin-top: 5vw;
    }
    .protxt .proitem:nth-child(2n),
  .protxt .proitem{
      flex-direction: column;
  }
  .protxt .prowz{
      margin-top: 5vw;
  }
  .social-list .social-item{
      flex: 0 0 100%;
  }
  .social-filter .select{
      flex: 0 0 100%;
      margin-bottom: 15px;
  }
  .social-filter .select select{
      height: 40px;
  }
  .social-filter .social-inp{
      flex: 0  0 100%;
  }
  .social-filter input{
      height: 40px;
  }
  .social-filter .select:after{
      top: 14px;
  }
  .social-filter .searchbtn svg{
      width: 20px;
      height: 20px;
  }
  .social-top .social-txt{
      position: static;
      transform: none;
      margin-top: 5vw;
  }
  .social-top .social-txt2,
  .social-top .social-txt1{
      color: #333;
  }
  .campus .campus-des{
      width: 100%;
  }
  .campus .welfare-item:nth-child(n){
      flex-direction: column;
      margin-bottom: 10vw;
  }
  .campus .welfare-des{
      margin-top: 5vw;
  }
  .campus .opport-item{
      flex: 0 0 100%;
      margin-bottom: 5vw;
  }
  .campus .opport-name{
      height: 60px;
  }
.campus .opport-name svg{
      width: 12px;
  }
  .team-item{
      flex: 0 0 48%;
      margin-right: 4%;
  }
    .team-item:nth-child(2n){
        margin-right: 0;
    }
    .team-item .team-more a svg{
        width: 10px;
    }
    .video-recommend img{
        height: 60vw;
        object-fit: cover;
    }
    .vrec-tit svg{
        width: 12px;
    }
        .videolist {
            margin-top: 5vw;
        }
    .videolist .video-item{
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 5vw;
    }
    .vrec-txt,
    .videolist .video-txt{
     left: 5%;
     right: 5%;
    }
    .article-recommend{
        flex-direction: column-reverse;
    }
    .artrec-more{
        margin-top: 5vw;
    }
    .art-item{
        flex: 0 0 100%;
        margin-bottom: 5vw;
    }
    .cooper .form-item input, .cooper .form-item select{
        height: 40px;
    }
    .cooper .aggreement p,
    .cooper label{
        font-size: 16px;
    }
      .cooper .aggreement a{
          color:var(--color);
           font-style: italic;
      }
    .cooper .form-item{
        flex: 0 0 100%;
    }
        .cooper .form-item.name{
            flex: 0  0 49%;
        }
    .cooper .form-item textarea{
        height: 240px;
    }
    .recd-top .rec-message{
        flex-wrap: wrap;
    }
    .rec-lf,
    .rec-center{
        flex: 0 0 100%;
        margin-right: 0;
    }
    .rec-lf .rec-messitem {
        flex: 0 0 100%;
        margin-bottom: 6vw;
    }
    .recd-btm{
        padding-top: 380px;
    }
    .recd-btm .recd-des{
        width: 100%;
    }
    
    .global .map .phoneimg{
    display: block;
}
    .global .map .pcimg{
    display: none;
}
.layui-layer-dialog .layui-layer-padding{
    max-width: 500px;
    padding: 60px 20px 30px 20px!important;
}

}
