.title {
    text-align: left;
}

.title h3 {
    color: #333333;
    font-size: .36rem;
    font-weight: 600;
}

.title p {
    color: #000000;
    font-size: .3rem;
    font-weight: bold;
}

.index-main{
    /*background: #f3f3f3;*/
    padding: 1rem 0;
    /*display: flex;*/
    /*justify-content: center;*/
}
.index-main .box{

    background: #fff;
    /*padding: .8rem .6rem;*/
    /*max-width: 1780px;*/
    /*margin: 0 .7rem;*/
}




.panel-img-list {
    display: flex;
    flex-flow: wrap;
    margin-top: 54px;
}

.panel-img-box {
    width: 32%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    position: relative;
    /*visibility: hidden;*/
}
.panel-img-box:nth-child(2){
    width: 66%;
}
.panel-img-box a {
    color: #fff;
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.panel-img-list .img-box {
    position: relative;
}
.panel-img-box.mr {
    margin-right: 2%;
}
.mb30 {
    margin-bottom: 30px !important;
}
.panel-img-box .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-image: url(/public/assets/en/images/mask_grad.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: auto 100%;
    visibility: visible;
    opacity: 0;
}

.panel-img-box .mask {
    visibility: visible;
    opacity: 1;
    height: 70%;
    width: 100%;
    content: "";
    background: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 70%);
    display: block;
    top: auto;
    bottom: 0;
    /*transition: all 0.4s;*/
}
.panel-img-box .text-box {
    width: -webkit-fill-available;
    height: auto;
    position: absolute;
    left: 0;
    color: #fff;
    text-align: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 4;
    bottom: 0;
    padding: 0 30px;
}

.panel-img-box .text-box .read-more {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 16px;
    color: #fff;
}
.panel-img-box .text-box .read-more {
    margin-top: 20px;
}
.panel-img-box .text-box .read-more i{
    color: #dd2715;
    font-size: 24px;
    transform: translateY(2px);
    margin-left: 8px;
}

.panel-img-box:hover .mask {
    opacity: 1;
    visibility: visible;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 4px;
    z-index: 2;
    background-image: url(/public/assets/en/images/mask_grad.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: auto 100%;
}
.panel-img-box .text-box {
    bottom: 0;
}
.panel-img-box:hover .text-box {
    bottom: 40px;
}
.panel-img-box:hover .text-box .read-more {
    visibility: visible;
    opacity: 1;
}
.panel-img-list .img-box img {
    float: none;
}
.panel-img-box img {
    float: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    position: relative;
    transform: scale(1.05);
}
.panel-img-box:hover img {
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}


.panel-img-box .text-box .category{
    color: #ffffff;
    font-size: .24rem;
    font-weight: bold;
    margin-bottom: 12px;
}
.panel-img-box .text-box .js-text-dot-cn{
    color: #fff;
    font-size: 18px;
    opacity: .6;
}





.itemTwo{
    display: flex;
    justify-content: space-between;
    background: url("/public/assets/en/images/bg-2_03.webp") no-repeat center right;
    background-size: cover;
    padding: 2rem 0 1rem;
    position: relative;
    margin: 0 auto;
    margin-top: 15px;
}
.itemTwo .text{
    width: 50%;
}
.itemTwo .xian{
    width: 86px;
    height: 5px;
    background: #e20004;
    margin-top: 24px;
    margin-bottom: 40px;
    transition: all 0.3s;
}
.itemTwo .text:hover .xian{
    width: 155px;
}
.itemTwo p{
    color: #333;
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 22px;
}

.itemTwo p span{
    font-weight: bold;
    color: #333;
}
.itemTwo .main-more-btn{
    margin-top: 60px;
}
.main-more-btn:hover{
    box-shadow: 0 10px 30px rgba(226, 0, 4, 0.3);
}
.itemTwo .pic{
    position: absolute;
    width: 40%;
    bottom: 0;
    right: 0;
}

.itemThree{
    margin-top: .7rem;
}
.itemThree .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.itemThree .title a{
    margin-top: 0;
}
.itemThree .content{
    display: flex;
    justify-content: space-between;
    margin-top: .45rem;
}

.itemThree .content .list{
    width: 31%;
}
.itemThree .content .list .pic{
    overflow: hidden;
}
.itemThree .content .list .pic img{
    transition: all 0.3s;
    width: 100%;
}
.itemThree .content .list .text{
    margin-top: 30px;
}
.itemThree .content .list span{
    color: #666666;
    font-size: 16px;
}

.itemThree .content .list h3{
    color: #333;
    font-size: .2rem;
    line-height: 26px;
    margin: 20px 0;
    transition: all 0.3s;
}
.itemThree .content .list p{
    color: #333;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 22px;
}

.itemThree .content .list .more{
    color: #e20004;
    font-size: 16px;
}
.itemThree .content .list .more i{
    margin-left: 14px;
    font-size: 20px;
}

.itemThree .content .list:hover .pic img{
    transform: scale(1.05,1.05);
}

.itemThree .content .list:hover h3{
    /*color: #e20004;*/
}


.itemThree .content .list .xian{
    width: 0;
    height: 2px;
    background: #e20004;
    transition: all 0.5s;
    margin-top: 16px;
}
.itemThree .content .list:hover .xian{
    width: 100%;
}



/*.itemThree .content .list .pic {*/
/*    content: '';*/
/*    width: 100%;*/
/*    !*height: 100%;*!*/
/*    !*position: absolute;*!*/
/*    !*top: 0;*!*/
/*    !*left: 0;*!*/
/*    !*transform: rotateY(180deg);*!*/
/*    -webkit-mask-image: url(/public/assets/en/images/twist-mask.svg);*/
/*    -webkit-mask-position: -120px -120px;*/
/*    -webkit-mask-repeat: no-repeat;*/
/*    -webkit-mask-size: calc(100% + 120px) auto;*/
/*    transition: -webkit-mask-position .5s;*/
/*    z-index: 1;*/
/*}*/

/*.itemThree .content .list:hover .pic {*/
/*     -webkit-mask-position: 0 0;*/
/*}*/
/*.itemThree .content .list a:after {*/
/*    content: '';*/
/*    width: 22px;*/
/*    height: 22px;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    background-image: url(/public/assets/en/images/icon-8.png);*/
/*    position: absolute;*/
/*    left: 2%;*/
/*    top: 2%;*/
/*    opacity: 0;*/
/*    transition: opacity .3s ease;*/
/*    z-index: 3;*/
/*}*/
/*.itemThree .content .list:hover a:after {*/
/*    opacity: 1;*/
/*    transition-delay: .3s;*/
/*}*/




.join-us .top{
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: .7rem;
}
.join-us .title{
    text-align: center;
}
.join-us .fuli{
    padding-top: 1rem;
}
.join-us .fuli .content{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-top: 48px;
}
.join-us .fuli .list{
    display: flex;
    width: 32%;
    box-shadow: 0 0 15px #dcdcdc;
    padding: 35px 30px 40px;
    box-sizing: border-box;
    margin-bottom: 28px;
}
.join-us .fuli .list .icon{
    margin-right: 24px;
}

.join-us .fuli .list h4{
    font-size: .24rem;
    color: #e20004;
    font-weight: bold;
    margin-top: 15px;
}

.join-us .fuli .list p{
    color: #777777;
    line-height: 30px;
    font-size: 18px;
    margin-top: 15px;
}

.join-us .bot{
    margin-bottom: 60px;
}
.join-us .bot .content{
    margin-top: 60px;
}

.join-us .panel-group{
    width: 100%;
}
.join-us .panel-title span:nth-child(1){
    color: #323333;
}
.join-us .panel-title span{
    display: inline-block;
    color: #000000;
    width: 45%;
    font-size: 22px;
}

.join-us .panel-default > .panel-heading + .panel-collapse > .panel-body{
    border-top: 1px solid #efefef;
    padding: 40px 0;
}

.join-us  .panel-group .panel{
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
.join-us .panel-group .panel-title{
    border-top: 4px solid transparent;
}
.join-us .panel-group .panel-title a{
    display: flex;
    justify-content: space-between;
}
.join-us .panel-group .panel-title.active{
    border-top: 4px solid #e20004;
}
.join-us .panel-group .panel-title i{
    transition: all 0.3s;
    font-size: 28px;

}
.join-us .panel-group .panel-title.active i{
    transform: rotate(180deg);
    color: #e20004;
}
.join-us .panel-group .panel-title.active span{
    color: #e20004;
}
.join-us .panel-group .panel + .panel{
    margin-top: 0;

}
.join-us .panel-title > a{
    padding: 30px 0;
}


.join-us .panel-body h4{
    color: #000;
    font-size: 18px;
    margin-bottom: 15px;
}
.join-us .panel-body p{
    color: #777777;
    font-size: 16px;
    line-height: 26px;
}

.join-us .panel-body .more{
    width: 170px;
    height: 52px;
    background: #e20004;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    margin-top: 50px;
}

.join-us .panel-body .more i{
    margin-left: 14px;
    font-size: 24px;
    transform: translateY(-1px);
}







.investor-nav{
    border-bottom: 1px solid #e6e6e6;
}
.investor-nav ul{
    display: flex;
    justify-content: center;
}
.investor-nav ul li{
    margin: 0 25px;
}
.investor-nav ul li a{
    position: relative;
    display: block;
    color: #777777;
    font-size: 16px;
    padding: 25px .2rem;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}

.investor-nav ul li a.active{
    color: #e20004;
    border-bottom: 2px solid #e32e37;
}
.investor-nav ul li a:hover{
    color: #e20004;
    border-bottom: 2px solid #e32e37;
}

.investor-nav ul li a:before{
    content: '';
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #e3e4e6;
}


.product-nav ul li a{
    padding: 25px 0.6rem;
}



.investor-nav ul li:last-child a:before{
    display: none;
}


.periodical-main{
    padding-top: 1rem;
}
.periodical-main .title{
    text-align: center;
}
.periodical-main .full-container{
    max-width: 1660px;
}
.periodical-main .content{
    display: flex;
    flex-flow: wrap;
    margin-top: 45px;
}

.periodical-main .content .list{
    box-sizing: border-box;
    width: 32%;
    margin-right: 2%;
    border: 1px solid #e6e6e6;
    border-radius: 28px;
    padding: 50px;
    transition: all 0.3s;
    margin-bottom: 30px;
}

.periodical-main .content .list:nth-child(3n){
    margin-right: 0;
}


.periodical-main .content .list h4{
    color: #404040;
    font-size: .24rem;
    line-height: .3rem;
    min-height: 86px;
    transition: all 0.3s;
}

.periodical-main .content .list .list-bot{
    display: flex;
    justify-content: space-between;
    margin-top: .6rem;
    align-items: flex-end;
}

.periodical-main .content .list .time{
    color: #666666;
    font-size: 16px;
    transition: all 0.3s;
}

.periodical-main .content .list .download{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e5171b;
    font-size: 16px;
    border: 1px solid #e5171b;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    transition: all 0.3s;
}

.periodical-main .content .list:hover{
    border: 1px solid #e20004;
}

.periodical-main .content .list:hover h4{
    color: #e20004;
}

.periodical-main .content .list:hover .time{
    color: #e20004;
}

.periodical-main .content .list:hover .download{
    color: #fff;
    background: #e20004;
}






.communication-main .content .list{
    display: flex;
    width: 100%;
    margin-right: 0;
    border: none;
    border-top: 1px solid #e6e6e6;
    border-radius: 0;
    padding: 50px 0;
}
.communication-main .content .list:last-child{
    border-bottom: 1px solid #e6e6e6;
}
.communication-main .content .list:hover{
    border: none;
    border-top: 1px solid #e20004;
}

.communication-main .content .list .number{
    color: #000000;
    font-size: 18px;
    line-height: .4rem;
    position: relative;
    padding-left: 25px;
    width: 30%;
}
.communication-main .content .list .text{
    width: 60%;
}

.communication-main .content .list >  div:last-child{
    width: 10%;
}

.communication-main .content .list >  div a{
    display: flex;
    justify-content: flex-end;
}
.communication-main .content .list .number:before{
    position: absolute;
    content: '';
    left: 0;
    top: 14px;
    width: 11px;
    height: 11px;
    background: #000000;
    border-radius: 100%;
}

.communication-main .content .list .text h4{
    color: #000000;
    margin-bottom: 20px;
    min-height: auto;
}
.communication-main .content .list .text li{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.communication-main .content .list .text li:last-child{
    margin-bottom: 0;
}
.communication-main .content .list .text img{
    margin-right: 10px;
}
.communication-main .content .list .text p{
    color: #777777;
    font-size: 16px;
    line-height: 24px;
}


.communication-main .content .list .download{
    width: 60px;
    height: 60px;
}

.communication-main .content .list .download i{
    font-size: 26px;
}





.record-main .content .list{
    border-radius: 0;
    box-shadow: 0 0 10px #e6e5e5;
    /*border: none;*/
    padding: 40px;
    border: 1px solid transparent;
}

.record-main .content .list h4{
    line-height: .35rem;
    margin-bottom: 18px;
    transition: all 0.3s;
    min-height: 68px;
}

.record-main .content .list p{
    color: #777777;
    font-size: 16px;
    line-height: 30px;
    transition: all 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.record-main .content .list .list-bot{
    align-items: center;
    border-top: 1px solid #e6e6e6;
    padding-top: 30px;
    margin-top: 35px;
}

.record-main .content .list .download{
    border: none;
    width: auto;
    height: auto;
    color: #777777;
    font-size: 16px;
}

.record-main .content .list .download i{
    margin-left: 10px;
    color: #777777;
    transition: all 0.3s;
}

.record-main .content .list:hover{
    /*border: none;*/
    border: 1px solid #f85d60;
    /*background: #e20004;*/
}

.record-main .content .list:hover h4{
    color: #e20004;
}

.record-main .content .list:hover p{
    color: #e20004;
}

.record-main .content .list:hover .download{
    color: #e20004;
    background: none;
}

.record-main .content .list:hover .time{
    color: #e20004;
}

.record-main .content .list:hover .download i{
    color: #e20004;
}



.contact-main{
    margin-bottom: 1.2rem;
}
.contact-main .content .list{
    display: flex;
    flex-flow: column;
    align-items: center;
}

.contact-main .content .list:hover{
    background: none;
}

.contact-main .content .list .icon{
    margin-bottom: .5rem;
}
.contact-main .content .list h4{
    color: #323333;
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
}
.contact-main .content .list p{
    color: #7d7d7d;
    font-size: 18px;
}
.contact-main .content .list:hover h4{
    color: #323333;
}

.contact-main .content .list:hover p{
    color: #7d7d7d;
}







.campus .pic{
    display: flex;
    justify-content: center;
    width: 100%;
}

.campus .bot{
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: .4rem;
    margin-bottom: 1rem;
}


.QA_wrap__Rs0uU {
    width: 100%;
    background: #f8f9fc
}

.QA_wrap__Rs0uU .custom-header .info .title {
    margin-bottom: 0
}

@media screen and (max-width: 768px) {
    .QA_wrap__Rs0uU .custom-header .info {
        padding-top: 2.1428571429rem
    }

    .QA_wrap__Rs0uU .custom-header .info .title {
        font-size: 1.2857142857rem;
        letter-spacing: .03em;
        color: #fff;
        margin-bottom: 0
    }

    .QA_wrap__Rs0uU .custom-header .info .desc {
        font-weight: 400;
        font-size: .8571428571rem
    }
}

.QA_qas-content__l1Oh5 {
    background-color: #fff;
    box-shadow: 0 0 15px #e6e1e1;
    z-index: 1;
    position: relative;
    border-radius: 15px;
}

.QA_qas-content__l1Oh5 .tabs {
    padding-left: 4.6875rem;
    background-color: #fafafa;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #efefef;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.QA_qas-content__l1Oh5 .tabs .tab {
    font-weight: 400;
    font-size: 1.625rem;
    letter-spacing: .03em;
    color: #898989;
    padding: 0;
    min-width: unset;
    margin-left: 10.25rem
}

.QA_qas-content__l1Oh5 .tabs .tab:first-of-type {
    margin-left: 0
}

.QA_qas-content__l1Oh5 .tabs .tab.active {
    position: relative;
    color: #434343;
    font-weight: 600
}

.QA_qas-content__l1Oh5 .tabs .tab.active:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 2.8125rem;
    height: .25rem;
    background-color: #1e5397;
    border-radius: .3125rem
}

.QA_qas-content__l1Oh5 .tabs span {
    display: none
}

.QA_qas-content__l1Oh5 .qa-list {
    display: flex;
    position: relative;
    width: 100%;
    min-height: 40vh;
    line-height: 1.5
}

.QA_qas-content__l1Oh5 .qa-list .left {
    width: 27%;
    border-right: 1px solid #dfdfdf;
    position: relative;
    padding: 0 .4rem;
}

.QA_qas-content__l1Oh5 .qa-list .left .qa-item {
    color: #737373;
    font-size: 18px;
    line-height: 30px;
    padding: 30px 0;
    border-bottom: 1px solid #dfdfdf;
    cursor: pointer;
}

.QA_qas-content__l1Oh5 .qa-list .left .qa-item.active {
    color: #000;
    text-decoration:underline;
    font-weight: bold;
}

.QA_qas-content__l1Oh5 .qa-list .right {
    flex: 1 1;
    padding: 18px 0;
}

.QA_qas-content__l1Oh5 .qa-list .right > div {
    padding: 25px .6rem;
    border-bottom: 1px solid #dfdfdf;
}
.QA_qas-content__l1Oh5 .qa-list .right > div:last-child{
    border-bottom: none;
}
.QA_qas-content__l1Oh5 .qa-list .right > div.active {
    color: #000;
    background-color: #fcfcfc;
    position: relative
}

.QA_qas-content__l1Oh5 .qa-list .right > div.active:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    width: 0;
    height: 100%;
    border: 2px solid #e20004;
    display: inline-block
}

.QA_qas-content__l1Oh5 .qa-list .right > div .question {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
}

.QA_qas-content__l1Oh5 .qa-list .right > div .answer {
    color: #737373;
    font-size: 16px;
    line-height: 26px;
}

@media screen and (max-width: 768px) {
    .QA_qas-content__l1Oh5 {
        /*margin: 0 .5714285714rem;*/
        /*top: -1.7857142857rem;*/
        box-shadow: none
    }

    .QA_qas-content__l1Oh5 .tabs {
        height: 3.5714285714rem;
        padding: 0 1.2142857143rem
    }

    .QA_qas-content__l1Oh5 .tabs .tab {
        font-size: .9285714286rem;
        margin-left: 3.1428571429rem
    }

    .QA_qas-content__l1Oh5 .tabs .tab:first-of-type {
        margin-left: 0
    }

    .QA_qas-content__l1Oh5 .tabs .tab.active {
        position: relative;
        color: #434343
    }

    .QA_qas-content__l1Oh5 .tabs .tab.active:after {
        position: absolute;
        content: "";
        bottom: 0;
        width: 2.8125rem;
        height: .25rem;
        background-color: #1e5397;
        border-radius: .3125rem
    }

    .QA_qas-content__l1Oh5 .qa-list .left, .QA_qas-content__l1Oh5 .tabs span {
        display: none
    }

    .QA_qas-content__l1Oh5 .qa-list .right {
        padding: 0
    }

    .QA_qas-content__l1Oh5 .qa-list .right > div {
        /*padding: 2rem 2.9642857143rem 1.7857142857rem 1.2142857143rem*/
    }

    .QA_qas-content__l1Oh5 .qa-list .right > div.active {
        color: inherit;
        background-color: unset
    }

    .QA_qas-content__l1Oh5 .qa-list .right > div.active:before {
        display: none
    }

    .QA_qas-content__l1Oh5 .qa-list .right > div:nth-child(2n) {
        background: #fcfcfc
    }

    .QA_qas-content__l1Oh5 .qa-list .right > div .question {
        font-weight: 600;
        /*font-size: .9285714286rem;*/
        color: #000;
        /*margin-bottom: .6428571429rem*/
    }

    .QA_qas-content__l1Oh5 .qa-list .right > div .answer {
        /*font-size: .8571428571rem;*/
        color: #434343;
        opacity: .8;
        padding-right: 0
    }
}

.faq{
    margin-bottom: .8rem;
}
.faq .content{
    margin-top: .7rem;
}





.news .full-container{
    max-width: 1660px;
}



.news-main .title{
    display: flex;
    justify-content: center;
    text-align: center;
}

.news-main .content{
    justify-content: flex-start;
    flex-flow: wrap;
}

.news-main .content .list{
    margin-right: 3.5%;
    margin-bottom: 40px;
}

.news-main .content .list:nth-child(3n){
    margin-right: 0;
}


.news-main .content .list h3{
    line-height: .3rem;
}




.news-detail .full-container{
    width: 85.652%;
    max-width: 1430px;
}

.news-detail{
    margin-top: 90px;
    padding-top: .8rem;
    margin-bottom: 1rem;
}
.news-detail .news-title h4{
    font-size: .3rem;
    font-weight: bold;
    color: #333;
}
.news-detail .content{
    padding: 0 8.5%;
}
.news-time{
    margin-top: 22px;
}
.news-time span{
    color: #777777;
    font-size: 16px;
    margin-right: .5rem;
}

.news-detail .pic{
    display: flex;
    justify-content: center;
}

.news-detail p{
    color: #777777;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
    text-align: justify;
}


.news-title{
    border-bottom: 1px solid #f0eceb;
    margin-bottom: 25px;
    text-align: center;
    padding-bottom: 25px;
}

.news-detail .next{
    border-top: 1px solid #f0eceb;
    padding-top: .3rem;
    margin-top: .5rem;
}
.news-detail .next ul{
    display: flex;
    justify-content: space-between;
}

.news-detail .next ul li a{
    color: #777777;
    font-size: 16px;
}

.news-detail .next ul li a:hover{
    color: #dd2715;
}





.honor .content ul{
    display: flex;
    flex-flow: wrap;
    width: 100%;
}

.honor .content ul li{
    width: 25%;
    text-align: center;
    margin-bottom: 45px;
}
.honor .content ul li .pic{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e3e4e6;
    height: 2.6rem;
    margin-bottom: 15px;
}
.honor .content ul li .pic img{
    transition: all 0.3s;
}
.honor .content ul li .pic:hover img{
    transform: scale(1.1,1.1);
}
.honor .content ul li p{
    color: #000000;
    font-size: 18px;
    line-height: 28px;
}



.application-content{
    margin-top: .8rem;
    margin-bottom: 1rem;
}
.application-content .left{
    width: 70%;
}
.application-content .left h3{
    color: #000000;
    font-size: .38rem;
    font-weight: bold;
    margin-bottom: 45px;
}

.application-content .left p{
    color: #404040;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 6px;
    text-align: justify;
}

.application-content .left .pic{
    margin: 25px 0;
}



.zixun{
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}
.zixun a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 175px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    background: #e20004;
}

.zixun a img{
    margin-left: 10px;
}






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


.application-content .content .right{
    width: 30%;
    border-left: 1px solid #dedede;
    padding-left: 45px;
    margin-left: 50px;
}
.application-content .content .right ul{
    margin-top: 15px;
}
.application-content .content .right h3{
    color: #313131;
    font-size: .24rem;
    font-weight: bold;
}

.application-content .content .right li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 60px;
    color: #666666;
    font-size: 16px;
    border-bottom: 1px solid #dedede;
}
.application-content .content .right li i{
    font-size: 34px;
}

.application-content .content .right li a:hover{
    color: #e32e37;
}


.application-content .menutwo{
    display: none;
}

.application-content .menuone{
    display: flex;
    margin-bottom: 35px;
    margin-top: 50px!important;
}
.application-content .menuone li{
    color: #313131;
    font-size: .24rem;
    font-weight: bold;
    cursor: pointer;
    border-right: 2px solid #313131;
    padding-right: 18px;
    margin-right: 18px;
}
.menuone li:last-child{
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.menuone li.active{
    color: #e20004;
}

.application-content .right .list{
    margin-bottom: 40px;
}
.application-content .right .list a{
    display: flex;
    justify-content: space-between;
}

.application-content .right .list .pic{
    width: 40%;
    overflow: hidden;
}
.application-content .right .list .pic img{
    width: 100%;
    transition: all 0.3s;
}
.application-content .right .list .text{
    width: 58%;
}

.application-content .right .list .text h4{
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
    transition: all 0.3s;
}

.application-content .right .list .text span{
    color: #666666;
    font-size: 16px;
}

.application-content .right .list .text p{
    color: #000000;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 14px;
}

.application-content .right .list:hover h4{
    color: #e20004;
}


.application-content .right .list:hover img{
    transform: scale(1.1,1.1);
}




.product-top{
    padding-top: 34px;
    padding-bottom: 20px;
}
.product-top .content{
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-top .content ul{
    display: flex;
}
.product-top .content ul li{
    margin-left: 20px;
}
.product-top .content ul li:nth-child(1){
    margin-left: 0;
}
.product-top .content ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 36px;
    color: #888888;
    font-size: 14px;
    background: #e8e8e8;
    padding: 0 20px;
    height: 36px;
    border-radius: 18px;
}
.product-top .content ul li a.active{
    color: #fff;
    background: #e32e37;
}
.product-top .content ul li a:hover{
    color: #fff;
    background: #e32e37;
}
.product-top .content .zixun{
    margin-left: 50px;
    margin-top: 0;
    display: none;
}
.product-top .content .zixun a{
    width: 74px;
    height: 30px;
    border-radius: 4px;
    background: #e32e37;
    font-size: 14px;
}
.product-top .content .zixun a:hover{
    background: #666;
}

.product-overview{
    background: url("/public/assets/en/images/product-bg_04.jpg") no-repeat center center;
    background-size: cover;
    min-height: 3.2rem;
    padding: .6rem 0;
}
.product-overview .full-container{
    height: 100%;
}
.product-overview .content{
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.product-overview .pic{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-overview .text{
    width: 45%;
}

.product-overview .text h3{
    font-size: .3rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 45px;
    text-align: left;
}
.product-overview .text p{
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 6px;
    color: #595959;
    text-indent: 2em;
    text-align: justify;
}

.product-overview .text p:last-child{
    margin-bottom: 0;
}

.technical-specifications{
    padding-top: .9rem;
    margin-bottom: 50px;
}

.product h3{
    text-align: center;
    font-size: .36rem;
    color: #000000;
    font-weight: bold;
}
.technical-specifications ul{
    margin-top: 55px;
}
.technical-specifications li{
    color: #595959;
    font-size: 18px;
    line-height: 30px;
    padding: 25px 0;
    border-bottom: 1px solid #f3f3f3;
}

.technical-specifications li:first-child{
    border-top: 1px solid #f3f3f3;
}


.technical-specifications table{
    width: 100%;
    margin-top: 55px;
}
.technical-specifications tr:nth-child(odd){
    background: #f9f9f9;
}
.technical-specifications td{
    color: #595959;
    font-size: 18px;
    border: 1px solid #e6e6e6;
    padding: 30px 0;
    padding-left: 1.1rem;
}
.technical-specifications td:first-child{
    text-align: center;
    padding: 0;
}


.photovoltaic{
    padding-top: .9rem;
    margin-bottom: 70px;
}
.photovoltaic p{
    color: #6f6f6f;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-top: 45px;
}

.photovoltaic-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
    margin-top: .7rem;
}
.photovoltaic-content h4{
    color: #000000;
    font-size: .3rem;
    font-weight: bold;
    margin-bottom: 35px;
}
.photovoltaic-content li:first-child{
    border-top: 1px solid #a6a6a6;
}
.photovoltaic-content li{
    color: #404040;
    font-size: 18px;
    line-height: 30px;
    padding: 20px 0;
    border-bottom: 1px solid #a6a6a6;
}

.photovoltaic-content .left{
    width: 32%;
}
.photovoltaic-content .right{
    width: 52%;
}

.product-2 .technical-specifications{
    margin-bottom: 0;
}





.product-list{
    margin-top: 1rem;
}

.product-list .item .product-top{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.product-top h3{
    font-size: .3rem;
    margin-left: 35px;
}
.product-top .pic{
    position: relative;
}
.product-top .pic img{
    position: inherit;
    width: 75px;
    height: 73px;
}
.product-top .pic:before{
    content: '';
    position: absolute;
    right: -8px;
    top: -8px;
    width: 74px;
    height: 74px;
    background: #e32e37;
    border-top-right-radius: 5px;
}


.product-bot{
    box-shadow: 0 0 15px #e3e3e3;
    background: #e10004;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
}
.product-list .item{
    margin-bottom: 1.1rem;
}
.product-bot .text{
    padding: 40px;
    background: #fff;
    border-radius: 26px;
}
.product-bot .text h4{
    color: #e32e37;
    font-size: .26rem;
    font-weight: bold;
    margin-bottom: 18px;
}
.product-bot .text h5{
    color: #000000;
    font-size: .2rem;
    font-weight: bold;
}
.product-bot .text .xian{
    width: 340px;
    height: 1px;
    background: #e3e4e6;
    margin-top: 20px;
}
.product-bot .text ul{
    margin-top: 25px;
}
.product-bot .text li{
    color: #777777;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
    position: relative;
    padding-left: 18px;
    text-align: justify;
}
.product-bot .text li:last-child{
    margin-bottom: 0;
}
.product-bot .text li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    background: #777777;
    border-radius: 100%;
}
.product-bot .biaoge{
    padding: 10px;
    border-radius: 26px;
}
.product-bot table{
    width: 100%;
    background: #fff;
    border-radius: 26px;
}

.product-bot table td{
    color: #000000;
    font-size: 18px;
    text-align: center;
    padding: 22px 0;
    min-width: 150px;
}

.product-bot table td div{
    display: flex;
    flex-flow: column;
    align-items: center;
}
.product-bot table td span{
    color: #777777;
    font-size: 16px;
    margin-top: 15px;
}
.product-bot table td li{
    margin: 8px 0;
}


.product-2 .technical-specifications{
    margin-bottom: 80px;
}
.product-2 .technical-specifications td:nth-child(1){
    width: 220px;
}
.product-2 .technical-specifications td{
    text-align: center;
    padding-left: 0;
    line-height: 28px;
}

.product-2 .product-overview{
    padding: 0;
}

.product-2 .product-overview .text{
    padding: 50px 0;
}




.partners .content ul{
    justify-content: space-between;
}

.partners .content ul li{
    border: 1px solid #f5f5f5;
    width: 23%;
    height: 125px;
    position: relative;
    transition: all 0.3s;
}
.partners .content ul li:hover{
    transform: translateY(-10px);
    border: 1px solid #e20004;
}
.partners .content ul li img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.partners .content ul li .img2{
    opacity: 0;
    display: none;
}
/*.partners .content ul li:hover .img2{*/
/*    opacity: 1;*/
/*}*/
/*.partners .content ul li:hover .img1{*/
/*    opacity: 0;*/
/*}*/


.corporate .contact-main{
    background: url("/public/assets/en/images/bg-6_02.jpg") no-repeat center center;
    background-size: cover;
}

.corporate .content{
    height: 600px;
    position: relative;
}
.corporate .content ul li{
    position: absolute;
    width: auto;
}

.corporate .content ul li .red{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 8;
    transition: all 0.3s;
}
.corporate .content ul li:hover .red{
    opacity: 1;
}
.corporate .content ul li:hover h4{
    color: #fff;
}
.corporate .content ul li:hover h3{
    color: #fff;
}
.corporate .content .zi{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #f7f7f7;
    font-size: 1.8rem;
}
.corporate .content .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}

.corporate .content .text .icon{
    margin-bottom: 15px;
    position: relative;
    height: 54px;
}
.corporate .content .text .icon img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.corporate .content .text .icon .icon2{
    opacity: 0;
}
.corporate .content ul li:hover .icon .icon2{
    opacity: 1;
}
.corporate .content ul li:hover .icon .icon1{
    opacity: 0;
}

.corporate .content .text h4{
    color: #444444;
    font-size: .22rem;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.corporate .content .text h3{
    color: #444444;
    font-size: .26rem;
    transition: all 0.3s;
}

.corporate .content ul{
    position: relative;
    width: 1008px;
    margin: 0 auto;
}


.corporate .content ul li:nth-child(1){
    left: 0;
    top: 0;
}
.corporate .content ul li:nth-child(2){
    left: 193px;
    top: 111px;
}


.corporate .content ul li:nth-child(3){
    left: 384px;
}

.corporate .content ul li:nth-child(4){
    left: 577px;
    top: 111px;
}

.corporate .content ul li:nth-child(5){
    left: 768px;
}

.corporate .content ul li:nth-child(6){
    top: 223px;
}

.corporate .content ul li:nth-child(7){
    top: 334px;
    left: 193px;
}

.corporate .content ul li:nth-child(8){
    top: 223px;
    left: 384px;
}

.corporate .content ul li:nth-child(9){
    top: 334px;
    left: 577px;
}


/*.corporate .content ul li:nth-child(8) h4{*/
/*    color: #fff;*/
/*}*/
/*.corporate .content ul li:nth-child(8) h3{*/
/*    color: #fff;*/
/*}*/

/*.corporate .content ul li:nth-child(8) .zi{*/
/*    color: #db2c35;*/
/*}*/




.about-top{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.about .content{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}


.about .content .left{
    width: 20%;
}
.about .content .left h3{
    color: #000000;
    font-size: .36rem;
    font-weight: bold;
}
.about .content .right{
    width: 70%;
    position: relative;
}
.about-top .content .right p{
    color: #404040;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: justify;
}

.about-top .content .right .video{
    margin-top: 50px;
    position: relative;
}
.about-top .content .right video{
    width: 100%;
    object-fit: cover;
}

.about-top .content .right .video img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}




.about-mid{
    background: #f3f3f3;

}
.about-mid .left{
    padding-top: 1rem;
}
.about-bot{
    margin-top: 1rem;
}
.about-bot .list{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: .9rem;
}

.about-bot .list .text{
    width: 50%;
    padding: .6rem;
    box-shadow: 0 0 10px #e8e8e8;
}
.about-bot .list .text h4{
    color: #000000;
    font-weight: bold;
    font-size: .3rem;
    margin-bottom: 15px;
    margin-top: 40px;
}
.about-bot .list .text p{
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
.about-bot .list .pic{
    width: 50%;
}







.about-timeline {
    background-color: #f3f3f3;
    position: relative;
    width: 100%;
}

.about-timeline .content-box {
    position: relative;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}

.about-timeline .about-timeline-year {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #dfdfdf;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0 25px;
    overflow: hidden;
}

.about-timeline .about-timeline-year:before,
.about-timeline .about-timeline-year:after {
    position: absolute;
    font-size: 20px;
    top: 7px;
}

/*.about-timeline .about-timeline-year:before {*/
/*    font-family: 'iconfont' !important;*/
/*    content: '\e744';*/
/*    left: 5px;*/
/*}*/

/*.about-timeline .about-timeline-year:after {*/
/*    font-family: 'iconfont' !important;*/
/*    content: '\e743';*/
/*    right: 5px;*/
/*}*/

.about-timeline .about-timeline-year ul {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    /*// IE 10+*/
    overflow: -moz-scrollbars-none;
    /*// Firefox*/
    text-align: center;
    white-space: nowrap;
    position: relative;
    z-index: 99;
}

.about-timeline .about-timeline-year ul::-webkit-scrollbar {
    display: none;
    /*Safari and Chrome*/
}

.about-timeline .about-timeline-year ul li {
    display: inline-block;
    margin: 0 10px;
    overflow: hidden;
}

.about-timeline .about-timeline-year ul li a {
    float: left;
    line-height: 37px;
}

.about-timeline .about-timeline-year ul li a.active {
    font-size: 18px;
    color: #c7000b;
}

.about-timeline .year-content {
    text-align: left;
    overflow: hidden;
    width: 85%;
    padding-top: 1rem;
}

.about-timeline .year-content ul {
    overflow: hidden;
}

.about-timeline .year-content ul li {
    float: left;
    margin-bottom: 25px;
}

.about-timeline .year-content h4 {
    font-size: .9rem;
    color: #000000;
    margin-bottom: 70px;
    line-height: 75px;
    font-weight: bold;
}

.about-timeline .year-content .overtext {
    height: 400px;
    overflow: hidden;
    margin-bottom: 1em;
}

.about-timeline .year-content p {
    font-size: 14px;
    line-height: 24px;
    color: #5a5858;
    position: relative;
}

.about-timeline .year-content p span {
    display: block;
    margin: 12px 0;
}

.about-timeline .year-content .overtext.active {
    height: auto;
}

@media (min-width: 992px) {
    .about-timeline .content-box {
        padding: 0;
    }
    .about-timeline .content-box h2 {
        position: absolute;
        top: 250px;
        left: 0;
    }
    .about-timeline .content-box h2:after {
        left: 0;
        margin-left: 0;
    }
    .about-timeline .about-timeline-year {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        border: none;
        /*border-right: 6px solid #e9e9e9;*/
        padding: 0;
        padding-top: 1rem;
        width: auto;
        margin: 0;
    }
    .about-timeline .about-timeline-year:after{
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 6px;
        height: 100%;
        background: #e9e9e9;
    }
    .about-timeline .about-timeline-year:after,
    .about-timeline .about-timeline-year:before {
        content: '';
    }
    .about-timeline .about-timeline-year ul {
        margin: 0;
    }
    .about-timeline .about-timeline-year ul li {
        margin: 15px 0;
        display: block;
    }
    .about-timeline .about-timeline-year ul li a {
        font-size: 16px;
        color: #000000;
        display: inline-block;
        text-decoration: none;
        border-right: 6px solid transparent;
        width: 76px;
    }
    .about-timeline .about-timeline-year ul li a.active,
    .about-timeline .about-timeline-year ul li a:hover {
        color: #c7000b;
        font-size: 16px;
        border-right: 6px solid #c7000b;
        opacity: 1;
        border-top: none;
    }
    .about-timeline .year-content {
        height: 652px;
    }

    .about-timeline .year-content ul li {
        opacity: 0.1;
        width: auto;
        display: block;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        width: 100%;
    }
    .about-timeline .year-content ul li.active {
        opacity: 1;
    }
    .about-timeline .year-content ul li .overtext {
        height: 410px;
        overflow: hidden;
        position: relative;
    }
    .about-timeline .year-content ul li p {
        font-size: 16px;
        line-height: 32px;
        color: #404040;
    }
    .about-timeline .year-content ul li .overtext::before{
        content: "";
        left: 0;
        height: 80px;
        width: 100%;
        position: absolute;
        bottom: 0;
        background: linear-gradient(rgba(245,245,245,0) 0%,rgba(245,245,245,1) 90%);
        z-index: 9;
    }
    .about-timeline .year-content ul li .overtext.no-masking::before,
    .about-timeline .year-content ul li .overtext.active::before{
        display: none;
    }
}
@media (max-width:991px){
    .about-timeline .year-content h4{
        margin-top: 20px;
        margin-bottom: 15px;
        text-align: center;
    }
    .about-timeline .year-content ul li .overtext::before{
        content: "";
        left: 0;
        height: 80px;
        width: 100%;
        position: absolute;
        bottom: 0;
        background: linear-gradient(rgba(245,245,245,0) 0%,rgba(245,245,245,1) 90%);
        z-index: 9;
    }
    .about-timeline .year-content ul li .overtext.no-masking::before,
    .about-timeline .year-content ul li .overtext.active::before{
        display: none;
    }
    .about-timeline .year-content .overtext{position: relative;}
}







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

}


@media screen and (max-width: 1600px) {
    .application-content .menuone li{
        font-size: .2rem;
    }
    .itemThree .content .list a:after{
        width: 18px;
        height: 18px;
        right: 3%;
    }
    .itemTwo{
        background: url(/public/assets/en/images/bg-3_03.webp) no-repeat center right;
    }

    .investor-nav ul li a{
        padding: 25px 0.2rem;
    }

    .product-nav ul li a{
        padding: 25px 0.4rem;
    }
}

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

}

@media screen and (max-width: 1366px) {
    .investor-nav ul li a{
        padding: 25px 0.2rem;
    }
    .product-nav ul li a{
        padding: 25px 0.3rem;
    }
    .investor-nav ul li{
        margin: 0 10px;
    }
}

@media screen and (max-width: 1200px) {
    .investor-nav ul li a{
        padding: 25px 0.2rem;
    }
}

@media screen and (max-width: 992px) {
    .investor-nav ul li a{
        padding: 25px 0.4rem;
    }
}

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

    .title h3 {
        font-size: 26px;
    }

    .title p {
        font-size: 16px;
        line-height: 26px;
    }

    .banner-bg{
        min-height: auto;
    }
    .main-visual-item video{
        min-height: auto;
        display: none;
    }
    .main-visual-item ul{
        display: none;
    }


    .panel-img-box{
        width: 100%;
    }
    .panel-img-box:nth-child(2){
        width: 100%;
    }
    .index-main .box{
        margin: 0 15px;
        padding: 0.8rem 30px;
    }
    .panel-img-box.mr{
        margin-right: 0;
    }
    .panel-img-list{
        margin-top: 40px;
    }
    .panel-img-box .text-box{
        bottom: 30px;
    }
    .panel-img-box{
        margin-bottom: 30px;
    }

    .itemTwo{
        background: none;
        padding: 0;
    }
    .itemTwo .text{
        width: 100%;
    }
    .itemThree .content{
        flex-flow: wrap;
    }
    .itemThree .content .list{
        width: 100%;
        margin-bottom: 30px;
    }
    .itemThree .content .list h3{
        font-size: 20px;
    }
    .panel-img-box .text-box .category{
        font-size: 20px;
        line-height: 30px;
    }
    .itemThree .title a{
        display: none;
    }
    .itemTwo{
        margin-top: 30px;
    }
    .itemThree{
        margin-top: 60px;
    }


    .join-us .fuli .list{
        width: 100%;
    }
    .join-us .fuli .list h4{
        font-size: 20px;
    }
    .join-us .panel-group .panel-title a {
        flex-flow: wrap;
    }
    .join-us .panel-title span {
        font-size: 16px;
        width: 100%;
        margin: 4px 0;
    }
    .join-us .panel-title i {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .join-us .panel-group .panel-title.active i {
        transform: rotate(180deg) translateY(50%);
    }

    .periodical-main .content{
        flex-flow: wrap;
    }
    .periodical-main .content .list{
        width: 100%;
        flex-flow: wrap;
        padding: 30px;
    }

    .periodical-main .content .list h4{
        font-size: 18px;
        line-height: 28px;
        min-height: auto;
    }
    .communication-main .content .list .number{
        width: 100%;
    }
    .communication-main .content .list .text{
        width: 100%;
    }
    .communication-main .content .list > div:last-child{
        width: 100%;
    }
    .communication-main .content .list > div a{
        justify-content: flex-start;
    }
    .investor-nav ul{
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        overflow-scrolling: touch;
    }
    .investor-nav ul li{
        display: inline-block;
        margin: 0 15px;
    }

    .communication-main .content .list{
        flex-flow: wrap;
    }
    .communication-main .content .list .number{
        margin-bottom: 15px;
    }
    .communication-main .content .list .number:before{
        top: 6px;
    }

    .communication-main .content .list .text ul{
        margin-bottom: 15px;
    }

    .contact-main .content .list .icon img{
        width: 45px;
    }

    .news-main .content .list h3{
        line-height: 30px;
    }

    .news-detail .next ul{
        flex-flow: wrap;
    }
    .news-detail .next ul li{
        margin-bottom: 15px;
    }
    .news-detail .next{
        padding-top: 30px;
    }
    .news-time span{
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .news-detail .news-title h4{
        font-size: 22px;
        line-height: 30px;
    }

    .news-detail{
        padding-top: 20px;
    }

    .honor .content ul li{
        width: 100%;
    }
    .honor .content ul li .pic{
        height: 300px;
    }

    .application-content .content{
        flex-flow: wrap;
    }
    .application-content .left{
        width: 100%;
    }
    .application-content .content .right{
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        margin-top: 50px;
        border: none;
    }
    .application-content .content .right h3{
        font-size: 22px;
    }
    .application-content .menuone li{
        font-size: 20px;
    }

    .product-overview .content{
        flex-flow: wrap;
    }
    .product-overview .pic{
        width: 100%;
        margin-bottom: 35px;
    }
    .product-overview .text{
        width: 100%;
    }
    .product-overview .text h3{
        font-size: 22px;
        margin-bottom: 20px;
    }

    .product h3{
        font-size: 26px;
    }

    .photovoltaic-content .left{
        width: 100%;
    }
    .photovoltaic-content .right{
        width: 100%;
        margin-top: 30px;
    }
    .photovoltaic-content h4{
        font-size: 22px;
    }

    .technical-specifications .biaoge{
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        overflow-scrolling: touch;
    }
    .technical-specifications .biaoge table{
        width: 1000px;
    }
    .product-top .content ul li{
        margin-left: 30px;
    }
    .product-top .content .zixun{
        margin-left: 30px;
    }

    .product-bot .text{
        padding: 30px;
        border-radius: 30px;
    }
    .product-bot .text h4{
        font-size: 22px;
    }
    .product-bot .text h5{
        font-size: 18px;
    }

    .product-bot .biaoge {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        overflow-scrolling: touch;
    }
    .product-bot table{
        width: 1000px;
    }

    .corporate .content ul{
        width: 100%;
    }
    .corporate .content ul li{
        position: relative;
        left: 0!important;
        top: 0!important;
    }
    .corporate .content{
        height: auto;
    }

    .corporate .content .text h4{
        font-size: 18px;
    }
    .corporate .content .text h3{
        font-size: 20px;
    }

    .about .content .left{
        width: 100%;
        margin-bottom: 30px;
    }
    .about .content .right{
        width: 100%;
    }
    .about-top .content .right .video img{
        width: 45px;
        height: 45px;
    }
    .about-timeline .year-content{
        width: 100%;
    }
    .about-timeline .year-content .overtext{
        height: 300px;
    }

    .about-bot .list{
        flex-flow: wrap;
    }
    .about-bot .list .text{
        width: 100%;
        order: 2;
    }
    .about-bot .list .pic{
        width: 100%;
        height: 250px;
        order: 1;
    }
    .about-bot .list .text h4{
        font-size: 22px;
    }
    .about .content .left h3{
        font-size: 26px;
    }

    .news-detail .content{
        padding: 0;
    }
    .news-detail .full-container{
        width: 93%;
    }
}

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

}

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

}

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

}

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

}



