@font-face {
    font-family: 'GOTHIC';
    src: url('../font/GOTHIC_0.TTF');
}

@font-face {
    font-family: 'GOTHIC';
    src: url('../font/GOTHICB_0.TTF');
    font-weight: bold;
}

@font-face {
    font-family: 'GOTHIC';
    src: url('../font/GOTHICBI_0.TTF');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'GOTHIC';
    src: url('../font/GOTHICI_0.TTF');
    font-style: italic;
}

html {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    font-family: GOTHIC, sans-serif;
}

.active {
}

.ct {
    width: calc(50% + 420px);
    margin: auto;
    height: 100%;
    position: relative;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 800;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: space-between;
    background-color: #ffffff;
}

.header .logo {
    margin-left: 5%;
}

.header .menus {
    width: 40%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .menus > a {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.header .menus > a:hover {
    color: #1eaab1;
}

.header .rightpart {
    width: 12%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 5%;
}

.header .rightpart span {
    color: #4c4c4c;
    font-size: .9rem;
}

.header .rightpart a img {
    margin-right: .4rem;
}

.foot {
    position: relative;
    z-index: 220;
    /* border-top: 1px solid #e7e7e7; */
}

.more {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    margin-right: 50px;
}

.more:hover::before {
    transform: rotate(90deg);
}

.more::before {
    content: '+';
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    font-size: 18px;
    box-sizing: border-box;
    border: 2px solid #000000;
    font-weight: bold;
    margin-right: 10px;
    line-height: 15px;
    color: #000000;
    text-align: center;
    transition: all .7s ease;
}

.more::after {
    content: '';
    border-bottom: 1px solid #5c5c5c;
    display: block;
    border-bottom-width: 2px;
    margin-left: 32px;
    width: 60px;
}

.dg {
    width: 150px;
    height: 40px;
    border-radius: 30px;
    box-sizing: border-box;
    border: 2px solid #333333;
    margin-top: 20px;
    transition: all .7s ease;
    display: block;
    color: #333333;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    font-weight: bold;
}

.dg:hover {
    background-color: #1eaab1;
    border: 2px solid #1eaab1;
    color: #ffffff;
}

.foot .bottom {
    width: 100%;
    height: auto;
    background-color: #ffffff;
}

.foot .bottom .footertop {
    position: relative;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
}

/* .foot .bottom .backtotop {
    position: absolute;
    font-size: 1.8rem;
    color: grey;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #e6e6e6;
    right: 12px;
    top: -2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.foot .bottom .backtotop:hover {
    background-color: #39a9ae;
    color: #ffffff;
} */

.foot .bottom .footertop a {
    font-size: .8rem;
    font-weight: bold;
    display: inline-block;
    margin: 0 2rem;
    color: #333333;
}

.foot .bottom .footerbottom {
    position: relative;
    height: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.foot .bottom .footerbottom .left {
    flex: 70%;
    font-size: .8rem;
    color: #666666;
}

.foot .bottom .footerbottom .right {
    flex: 30%;
    display: flex;
    justify-content: flex-end;
}

.foot .bottom .footerbottom .right a {
    margin-left: 10px;
}

.foot .bottom .footerbottom .right img {
    width: 40px;
    height: auto;
}

.foot .weight {
    font-weight: bold;
}

.yinsi {
    display: none !important;
}

.foot .bottom .footerbottom .yinsi {
    margin-top: .5rem;
}

.foot .bottom .footerbottom .yinsi a {
    display: inline-block;
    font-size: .8rem;
    color: #666666;
    margin: 0 .5rem;
}

.foot .bottom .footerbottom .yinsi a:first-child {
    margin-left: 0;
}

.foot .bottom .footerbottom .bottomlogo {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17rem;
    margin: auto;
}

.banner {
    position: relative;
    width: 100%;
    height: 500px;
    margin-top: 90px;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    background-size: cover;
}

@keyframes bannertitle {
    from {
        transform: translateX(60px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.banner .banner-box {
    width: 75%;
    margin: auto;
    text-align: center;
    color: #ffffff;
    /*animation: bannertitle 1.7s ease forwards;*/
}

.banner .banner-entitle {
    font-size: 48px;
    font-weight: bold;
    padding-top: 220px;
    letter-spacing: .05em;
}

.banner .banner-title {
    font-size: 30px;
}

.skill {
    display: flex;
    height: 800px;
    justify-content: space-between;
}

.skill > div {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.skill .skill-left {
    width: 40%;
}

.skill .skill-intro {
    margin-top: 30px;
    margin-bottom: 40px;
}

.skill .skill-keyword {
    color: #1a1a1a;
    font-size: 24px;
    margin-bottom: 20px;
}

.skill .skillleftimg {
    margin-bottom: 30px;
    object-fit: contain;
}

.skill .skillrightimg {
    margin-top: 100px;
}

.advantage {
    height: 580px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    background-size: cover;
}

.advantage .advantage-box {
    margin-left: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.halfslice-title {
    font-size: 32px;
    color: #1a1a1a;
    font-weight: bold;
    line-height: 35px;
}

.advantage .advantage-content {
    font-size: 20px;
    color: #333333;
    margin-top: 25px;
    font-weight: bold;
}

.advantage .advantage-intro {
    font-size: 16px;
    color: #333333;
    margin-top: 35px;
}

.less {
    display: flex;
    align-items: center;
    height: 620px;
    justify-content: space-between;
}

.less > div {
    width: 50%;
}

.less .lessleft {
    width: 45%;
}

.less .less-intro {
    margin-top: 35px;
    color: #333333;
}

.power {
    width: 100%;
    height: 580px;
    background-color: #f7f7f7;
}

.power .power-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.power .power-box .powerimg {
    display: flex;
    margin-top: 55px;
    justify-content: space-between;
}

.power .power-box .powerimg > img {
    width: 48%;
    object-fit: contain;
}

@supports (justify-content: space-evenly) {
    .power .power-box .powerimg {
        justify-content: space-evenly;
    }

    .power .power-box .powerimg > img {
        width: 40%;
    }
}

.shield {
    height: 630px;
    display: flex;
    align-items: center;
}

.shield .shield-box {
    margin-left: 5%;
}

.halfslice-intro {
    font-size: 16px;
    color: #333333;
    margin-top: 35px;
}

.craft {
    height: 720px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    background-size: cover;
}

.craft .craft-father {
    display: flex;
    align-items: center;
}

.craft .craft-box {
    width: 36%;
}

.craft .craft-num {
    font-size: 48px;
    color: #39a9ae;
    margin-top: 35px;
    font-weight: bold;
}

.craft .craft-line {
    margin-right: 5%;
    font-size: 24px;
    color: #23b9c0;
    position: relative;
    opacity: 1;
}

.craft .craft-line p {
    position: absolute;
}

.craft .craft-line .craft-line-text1 {
    left: 0;
    top: 48%;
}

.craft .craft-line .craft-line-text2 {
    left: 0;
    top: 68%;
}

.craft .craft-line .craft-line-text3 {
    left: 0;
    top: 90%;
}

.battery {
    /* height: 630px; */
    padding: 125px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.battery .battery-left {
    width: 30%;
}

.performance {
    height: 680px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    background-color: #f7f7f7;
}

.temp {
    /* height: 1150px; */
    padding: 0px 0px 125px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.temp .temp-table {
    margin-top: 35px;
    margin-bottom: 100px;
}

.temp .temp-work {
    display: flex;
    /* height: 430px; */
    justify-content: space-between;
    align-items: center;
}

.temp .temp-work > div {
    width: 60%;
}

.temp .temp-work .temp-work-right {
    width: 35%;
}

.output {
    height: 620px;
    background-color: #f7f7f7;
    width: 100%;

}

.output-box {
    display: flex;
    align-items: center;
}

/* .halfslice-intro span {
    color: #39a9ae;
} */

.output .output-left {
    width: 40%;
}

.solderstrip {
    height: 640px;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
}

.solderstrip .solderstrip-box {
    display: flex;
    width: 35%;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.solderstrip .solderstrip-title {
    margin-top: 80px;
}

.solderstrip .solderstrip-intro {
    margin-top: 35px;
}

.less.reflect .lessleft {
    order: 2;
}

.power.character {
    text-align: center;
}

.shield.data {
    justify-content: space-between;
}

.shield.data .shield-box {
    order: -1;
    margin-left: 0;
    width: 40%; padding-right: 5%;
}

.craft.comparison {
    background-color: #f7f7f7;

}

.craft.comparison .craft-father {
    justify-content: space-between;
}

.craft.comparison .craft-line {
    margin-left: 0;
}

.solution-al {
    height: 630px;
    width: 88%;
    margin: 100px 0;
    color: #333333;
}

.solution-al > div {
    float: left;
}

.solution-al .solution-al-img {
    height: 100%;
    width: 57%;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    background-size: cover;
}

.solution-al .solution-al-box {
    padding-left: 100px;
    padding-top: 80px;
    width: 43%;
}

.solution-al .solution-al-entitle {
    font-size: 46px;
    font-weight: bold;
    opacity: 0;
    animation: introtext .7s linear forwards;

}

.solution-al .solution-al-title {
    font-size: 24px;
    opacity: 0;
    animation: introtext .7s linear .3s forwards;
}

.solution-al-intro {
    margin-top: 40px;
}

.solution-al-intro h2 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 15px;
    font-weight: bold;
    opacity: 0;
}

.solution-al-intro p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
    opacity: 0;
}

.solution-al-intro h2:nth-child(1) {
    animation: introtext .7s linear .5s forwards;
}

.solution-al-intro p:nth-child(2) {
    animation: introtext .7s linear .6s forwards;
}

.solution-al-intro h2:nth-child(3) {
    animation: introtext .7s linear .7s forwards;
}

.solution-al-intro p:nth-child(4) {
    animation: introtext .7s linear .9s forwards;
}

.solution-al-intro h2:nth-child(5) {
    animation: introtext .7s linear 1.1s forwards;
}

.solution-al-intro p:nth-child(6) {
    animation: introtext .7s linear 1.3s forwards;
}

@keyframes introtext {
    form {
        opacity: 0;
        transform: scale(.1);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.solution {
    /* height: 730px; */
    width: 100%;
    background-color: #f5f5f5;
}

.solution .solution-box {
    padding: 100px 0;
}

.solution .solution-title {
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.solution-list {
    display: flex;
/*     justify-content: flex-start;
    height: 435px; */
}

.solution-list li {
    width: 30%;
    /* height: 100%; */
    background-color: #ffffff;
}

.solution-list .solution-list-top {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.solution-list .solution-list-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.5s ease;
}

.solution-list .solution-list-top:hover img {
    transform: scale(1.2);
}

.solution-list .solution-list-intro {
    padding: 30px;
    box-sizing: border-box;
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
}

.solution-list .solution-list-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.solution-list .solution-list-text {
    font-size: 14px;
}

.bifacial {
    position: relative;
    width: 100%;
    height: 720px;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.bifacial .bifacial-box {
    width: 36%;
    padding-left: 12.5%;
}

.quality {
    background-color: #f5f5f5;
    margin: 80px 0 0;
}

.quality > ul > li {
    background-color: #f5f5f5;
    width: 100%;
}

.quality > ul > li:nth-child(2n) .quality-img {
    float: right;
}

.quality > ul > li:nth-child(2n) .quality-intro {
    padding-right: 90px;
    padding-left: 10%;
}

@media (max-width: 640px) {

    .quality > ul > li:nth-child(2n) .quality-intro {
        padding-right: 45px;
        padding-left: 45px;
    }

}

.quality > ul > li > div {
    float: left;
    height: 100%;
}

.quality .quality-img {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.quality .quality-img:hover img {
    transform: scale(1.2);
}

.quality .quality-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: all 1.5s ease;
}

.quality .quality-intro {
    box-sizing: border-box;
    width: 50%;
    padding: 90px;
    padding-right: 10%;
    color: #333333;
}

.quality-intro h2 {
    font-size: 36px;
    font-weight: bold;
    /* text-transform: uppercase; */
    line-height: 36px;
    margin-bottom: 36px;
    margin-top: 30px;
}

.quality-intro h2:first-of-type + h2 {
    text-transform: none;
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 15px
}

.quality-intro ul {
    margin-bottom: 20px;
}

.quality-intro ul li {
    padding-top: .15em;
    padding-bottom: .15em;
    display: flex;
    align-items: flex-start;
}

.quality-intro ul li::before {
    content: '';
    display: inline-block;
    border: 5px solid #39a9ae;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-top: .55em;
}

.kg {
    width: 100%;
}

.kg .kg-title {
    font-size: 24px;
    color: #333333;
    padding-top: 80px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    font-weight: bold;
}

.kg .kg-list .kg-swiper-slide {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kg .kg-list .kg-swiper-slide img {
/*     filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    opacity: 0.5; */
}

/* .kg .kg-list .kg-swiper-slide:hover img {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    opacity: 1;
} */

.kg .ke-pagination {
    right: 0;
    top: 90px;
}

.kg .ke-pagination span {
    margin-left: 5px;
}

.quality.quality-bottom .quality-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 30px;
}

.downloada .downloadpdf {
    width: 170px;
    height: 50px;
    border-radius: 30px;
    border: 2px solid #333333;
    display: flex;
    align-content: center;
    line-height: 50px;
    justify-content: center;
    color: #333333;
    transition: all .7s ease;
}

.quality.quality-bottom .quality-title {
    margin-bottom: 10px;
}

.downloada:hover {
    color: #ffffff;
}

.downloada:hover .downloadpdf {
    background-color: #39a9ae;
    border: 2px solid #39a9ae;
    color: #ffffff;
}

.downloada:hover .defaultdown {
    display: none;
}

.downloada:hover .hoverdown {
    display: block;
}

.downloada .hoverdown {
    display: none;
}

.downloada {
    font-size: 16px;
    margin-top: 60px;
    font-weight: bold;
    color: #333333;
}

.downloada .downloadpdf img {
    object-fit: contain;
    margin-left: 10px;
}

.quality-video {
    height: 820px;
    width: 100%;
    position: relative;
    overflow: hidden;
    max-height: calc(100vh - 100px);
    margin-top: 70px;
}

.quality-video video {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.quality-video .quality-video-inteo {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background-image: url(../images/video-play.png); */
    background-position: center 60%;
    background-repeat: no-repeat no-repeat;
    color: #ffffff;
    text-align: center;
}

.quality-video .video-title {
    font-size: 36px;
    margin-top: 14%;
}

.quality-video .video-entitle {
    font-size: 46px;
}

.awards {
    background-color: #f5f5f5;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.awards .awards-title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.awards .awards-lists {
    width: 100%;
    background-color: #1eaab1;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #ffffff;
    margin-top: 35px;
    position: relative;
    padding: 6px 64px 6px 20px;
}

.awards li .add {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #1eaab1;
    line-height: 30px;
    text-align: center;
    margin-right: 25px;
    cursor: pointer;
    transition: all .7s ease;
    position: absolute;
    right: 0;
    top: 50%; margin-top: -15px;
}

.awards li .jian {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #1eaab1;
    line-height: 30px;
    text-align: center;
    margin-right: 25px;
    display: none;
    transition: all .7s ease;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%; margin-top: -15px;
}

.awards .awards-box {
    box-sizing: border-box;
    padding: 50px;
    color: #333333;
    display: none;
}

.awards .awards-box img {
    float: left;
    width: 30%;
}

.awards .awards-box .awards-box-content {
    float: right;
    width: 65%;
}

.awards .awards-box h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
    margin-top: -5px; line-height: 25px;
}


.awards .awards-box p { font-size: 14px; line-height: 23px; }

@media (max-width: 960px) {
    .awards .awards-box {
        padding: 30px;
    }
}

@media (max-width: 640px) {
    .awards .awards-box {
        padding: 20px 0;
    }

    .awards .awards-img{
        width: 100%;
    }

    .awards .awards-box .awards-box-content, .awards .awards-box img {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .kg .ke-pagination{
        top: auto;
        left: 0;
    }
}

.aboutdata {
    width: 100%;
    height: 170px;
    background-color: #f5f5f5;
}

.aboutdata ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

.aboutdata ul li {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.aboutdata .numb-intro {
    font-size: 14px;
    color: #333333;
}

.aboutdata .numb {
    font-size: 48px;
    color: #39a9ae;
    font-weight: bold;
}

.aboutdata span {
    font-size: 24px;
    color: #39a9ae;
    margin-top: 25px;
}

.aboutdata ul li div {
    display: flex;
}

.aboutus {
    color: #333333;
    padding: 75px 0;
}

.aboutus h2 {
    font-size: 46px;
    font-weight: bold;
}

.aboutus h2 + h2 {
    font-size: 24px;
}

.aboutus .layout-area p {
    margin-top: 35px;
    text-align: justify;
}

.aboutus .aboutus-more {
    font-size: 16px;
    margin-top: 35px;
    color: #666666;
}

.aboutus .aboutus-more a {
    color: #1eaab1;
}

.misson {
    width: 100%;
    height: 240px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.misson > div {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.misson > div h2 {
    font-size: 36px;
}

.misson > div h2 + h2::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    margin: 30px auto;
}

.misson > div p {
    font-size: 16px;
}

.company {
    width: 100%;
    min-height: 640px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: stretch;
}

.company .company-intro {
    width: 50%;
    padding-right: 6%;
    color: #333333;
    padding-bottom: 30px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.company .company-intro > .layout-area > h2:first-of-type {
    font-size: 36px;
    font-weight: bold;
}

.company .company-intro > .layout-area p strong { font-weight: bold; }


.company .company-intro h2 + h2 {
    font-size: 24px;
}

.company .company-intro h2 + h2 + p {
    font-size: 18px;
    color: #39a9ae;
    margin: 30px 0;
    display: block;
}

.company-context {
    width: 100%;
    margin-top: 30px;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
}

.company-context h2 {
    font-size: 20px;
    color: #39a9ae;
    margin-bottom: 20px;
}

.company-context p {
    margin-bottom: 50px;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.company-pagination .swiper-pagination-bullet-active {
    background: #23b9c0;
}

.activity {
    background-color: #f7f7f7;
    min-height: 200px;
}

.activity .activity-title {
    font-size: 24px;
    color: #333333;
}

.activity .sx-input {
    width: 200px;
    justify-content: space-between;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    align-items: center;
    background-color: #ffffff;
    padding: 10px;
    display: flex;
    position: relative;
}

.activity .sx-input > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.activity .sx-input .inputnext {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #d7d7d7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.activity .sx-input .inputnext .openup {
    transform: rotate(180deg);
    display: none;
}

.activity .activity-top {
    width: 100%;
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
}

.activity .sx-input ul {
    position: absolute;
    width: 100%;
    left: 0;
    top: 48px;
    border: 1px solid #cccccc;
    display: none;
}

.activity .sx-input ul li {
    padding: 10px;
    box-sizing: border-box;
}

.activity .sx-input ul li:hover {
    background-color: #ffffff;
}

.activity-tab {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
}

.activity-tab a {
    padding: 0 20px;
    font-size: 18px;
    color: #333333;
    position: relative;
    display: inline-block;
}

.activity-tab a:nth-child(1)::after {
    content: '';
    border-bottom: 2px solid;
    width: 0%;
    transition: all .7s ease;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.activity-tab a:nth-child(2)::after {
    content: '';
    border-bottom: 2px solid;
    width: 0%;
    transition: all .7s ease;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.activity-tab a:hover::after {
    width: 100%;
}

.activity .topnews {
    display: flex;
    height: 360px;
    margin-top: 50px;
    background-color: #ffffff;
}

.activity .topnews > div {
    width: 48%;
    height: 100%;
}

.activity .topnews > div:first-child {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.activity .topnews .topnewsintro {
    width: 49%;
    padding-left: 5%;
}

.activity .topnews .topnewsintro h2 {
    font-size: 30px;
    color: #000000;
    margin-top: 65px;
}

.newsdata li {
    display: block;
    float: left;
    margin-left: 0;
    width: 50%;
    margin-top: 32px;
    vertical-align: middle;
}

.newsdata li:last-of-type {
    width: 100%;
}

.newsdata li img {
    display: inline-block;
    vertical-align: middle;
}

.newsdata li p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.lookmore {
    color: #39a9ae;
    padding-bottom: 5px;
    border-bottom: 2px solid;
    display: inline-block;
    margin-top: 20px;
}

.lookmore:hover span {
    margin-left: 15px;
}

.lookmore a {
    color: #39a9ae;
    font-weight: 700;
}

.lookmore span {
    transition: all .7s ease;
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
}

.news > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news > ul > li {
    width: 48%;
    margin-top: 40px;
}

.news li .newsbg {
    height: 230px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.news li .news-intro {
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
}

.news li .news-intro h2 {
    font-size: 22px;
    line-height: 30px;
    color: #333333;
}

.newscentertop {
    height: 360px;
    width: 100%;
    margin-top: 50px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
}

.newscentertop .topbg {
    width: 50%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.newscentertop .newscentertop-intro {
    padding: 35px;
    box-sizing: border-box;
}

.newscentertop .newscentertop-intro .day {
    font-size: 48px;
    color: #333333;
    font-weight: bold;
}

.newscentertop .newscentertop-intro h2 {
    font-size: 30px;
    color: #000000;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

.newscentertop .newscentertop-intro p {
    color: #787878;
    font-size: 14px;
    margin-bottom: 10px;
}

.newscenter li {
    padding: 20px;
    box-sizing: border-box;
    height: 200px;
    width: 100%;
    background-color: #ffffff;
    margin-top: 20px;
    display: flex;
}

.newscenter li > div {
    width: 100%;
    padding-left: 3%;
    font-size: 14px;
    color: #787878;
}

.newscenter h2 {
    font-size: 22px;
    color: #2b1d1d;
}

.newscenter .newscentertitle {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 20px;
}

.social {
    width: 72%;
    margin: auto;
    color: #333333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 50px;
    padding-top: 30px;
}

.social h2 {
    font-size: 48px;
    font-weight: bold;
}

.social h4 {
    font-size: 32px;
}

.social .social-content {
    font-size: 16px;
}

.social .social-content p {
    margin-top: 24px;
    text-align: left;
}

.electric-bg {
    height: 560px;
    background-repeat: no-repeat;
    background-position: center -45px;
    background-size: cover;
    width: 100%;
    display: flex;
    align-items: center;
}

.electricline {
    height: 350px;
    width: 30%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: 60%;
    text-align: center;
    color: #ffffff;
}

.electricline h2 {
    padding-top: 80px;
    font-size: 18px;
}

.electricline p {
    font-size: 56px;
    margin-top: 50px;
}

.electric-intro {
    width: 55%;
    margin: auto;
    height: 325px;
}

.electric-intro h2 {
    font-size: 30px;
    color: #333333;
    padding-top: 55px;
    font-weight: bold;
}

.electric-intro p {
    margin-top: 30px;
}

.electric-intro .electric-keyword {
    font-size: 18px;
    color: #4c4c4c;
}

.electric-intro .electric-content {
    font-size: 16px;
    color: #333333;
}

.social-bottom .ct {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
}

.social-bottom .ct > div:first-child {
    width: 45%;
}

.social-bottom .ct > div:first-child img {
    width: 100%;
    object-fit: cover;
}

.social-bottom .ct > div:last-child {
    width: 50%;
}

.social-bottom h2 {
    font-size: 24px;
}

.social-bottom p {
    font-size: 16px;
    margin-top: 40px;
}

.downloada {
    font-size: 16px;
    margin-top: 60px;
    font-weight: bold;
    color: #ffffff;
}

.social-downloadpdf img {
    object-fit: contain;
    margin-left: 10px;
}

.social-downloadpdf .hoverdown {
    display: block;
}


.social-downloadpdf {
    width: 170px;
    margin-top: 30px;
    height: 50px;
    border-radius: 30px;
    border: 2px solid #ffffff;
    display: flex;
    align-content: center;
    line-height: 50px;
    justify-content: center;
    transition: all .7s ease;
}


.bifacialdg.dg {
    margin-top: 50px;
}


.zdownloadpdf {
    width: 170px;
    margin-top: 30px;
    height: 50px;
    border-radius: 30px;
    border: 2px solid #666;
    display: flex;
    align-content: center;
    line-height: 50px;
    justify-content: center;
    transition: all .7s ease;
    margin: 0 auto; margin-top: 30px;
}

.zdownloada { color: #333; font-weight: bold; }
.zdownloada img { display: inline-block; vertical-align: middle; margin-left: 5px; margin-top: -5px; }


.dcp {
    height: 590px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fdimg {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.comp {
    width: 100%;
    height: 720px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.comp .ct {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}

.comp .ct > div {
    width: 30%;
}

.benefit {
    /* height: 915px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.benefit .benefit-box {
    /* height: 635px; */
    margin-top: 40px;
    box-sizing: border-box;
    border-top: 1px solid #d9d9d9;
    /* border-bottom: 1px solid #d9d9d9; */
}

.benefit .benefit-box .benefit-box-top {
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: relative;
}

/* .benefit .benefit-box .benefit-box-top::after {
    content: '';
    border-bottom: 1px solid #d9d9d9;
    width: calc(100% - 100px);
    position: absolute;
    box-sizing: border-box;
    bottom: 0;
} */

.benefit .benefit-box .benefit-box-top.benefit-box-bottom::after {
    content: '';
    border-bottom: 0px solid #d9d9d9;
    width: 0;
    position: absolute;
    box-sizing: border-box;
    bottom: 0;
}

.benefit .benefit-box .benefit-box-top > div {
    width: 50%;
}

.benefit .benefit-box .benefit-box-top .benefit-top-left {
    color: #333333;
    width: 35%;
}

.benefit .benefit-box .benefit-top-left h2 {
    font-size: 20px;
    font-weight: bold;
}

.benefit .benefit-box .benefit-top-left em {
    margin-bottom: 25px;
    display: inline-block;
}

.benefit .benefit-box .benefit-top-left p {
    margin-top: 5px;
}

.benefit .benefit-box .benefit-top-left p strong { font-weight: bold; }

.benefit-top-right img {
    width: 100%;
    object-fit: cover;
}

.benefit .benefit-box .benefit-box-bottom {
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    position: relative;
}

.benefit-swiper {
    padding-left: 12.5% !important;
    height: 510px;
    background-color: #f7f7f7;
    position: relative;
}

.benefit-swiper .halfslice-title {
    padding-top: 80px;
    margin-bottom: 50px;
}

.benefit-swiper-top {
    height: 220px;
}

.benefit-swiper-top img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.benefit-swiper-bottom {
    height: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
}

.btn-prev {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #39a9ae;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    position: absolute;
    top: 52%;
    left: 8%;
    z-index: 2;
    cursor: pointer;
}

.btn-next {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #39a9ae;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    right: 12%;
    position: absolute;
    top: 53%;
    z-index: 2;
    cursor: pointer;
}

.btn-next.swiper-button-disabled {
    background-color: #f7f7f7;
    color: #999999;
}

.btn-prev.swiper-button-disabled {
    background-color: #f7f7f7;
    color: #999999;
}

.xinn {
    height: 680px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.xinn .halfslice-title {
    padding-top: 80px;
}

.brand {
    padding-top: 210px;
    position: relative;
}

.brand .brand-box {
    padding: 30px 12.5% 30px 35%;
    background-color: #f4f4f4;
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.brand .brand-box h2:first-of-type {
    font-size: 46px;
    font-weight: bold;
}

.brand-box h2 + h2 {
    font-size: 24px;
    display: inline-block;
    margin-top: 10px;
}

.brand-box h2 + p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 25px;
}

@keyframes next {
    from {
        transform: translateY(5px);
    }
    to {
        transform: translateY(-5px);
    }
}

.brand-next {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #494949;
    text-align: center;
    line-height: 32px;
    margin-top: 60px;
}

.brand-next span {
    display: inline-block;
    animation: next 1s linear alternate infinite;
}

.brand-intro {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 30px 5% 30px 35%;
}

.brand-intro > div {
    box-sizing: border-box;
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.brand-intro > div img {
    object-fit: contain;
}

.brand-intro > div h2 {
    color: #39a9ae;
    font-size: 24px;
    margin-top: 20px;
}

.brand-intro > div p {
    font-size: 16px;
    margin-top: 10px;
    color: #333333;
    line-height: 24px;
}

.brand .brand-leftimg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 90%;
    width: 30%;
}

.brand .brand-leftimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.7s ease;
}

.brand .brand-leftimg:hover img {
    transform: scale(1.2);
}

.brandact {
    width: 100%;
    background-color: #f5f5f5;
    display: flex;
    align-items: stretch;
}

.brandact .brandact-intro {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    height: 100%;
    color: #333333; line-height: 25px; word-wrap: break-word;
    padding: 30px 2.5% 90px 5%;
}


.brandact .brandact-intro .desc { word-wrap: break-word; }

.brandact .brandact-intro h2 {
    font-size: 24px;
    font-weight: bold; margin-bottom: 20px;
}

.brandact .brandact-intro .time {
    font-size: 24px;
    font-weight: bold;
    margin-top: 45px;
    margin-bottom: 15px;
    display: none;
}

.brandact .brandact-intro p {
    font-size: 16px;
    line-height: 30px;
}

.brandactbtn.btn-prev {
    top: auto;
    bottom: 20px;
    left: 25%;
    color: #ffffff;
}

.brandactbtn.btn-next {
    left: 32%;
    top: auto;
    bottom: 20px;
    color: #ffffff;
}

.brandact-right {
    height: 100%;
    width: 50%;
}

.brandact-right .swiper-container {
    height: 100%;
}

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

.brandactbtn.btn-next.swiper-button-disabled {
    background-color: #cccccc;
}

.brandactbtn.btn-prev.swiper-button-disabled {
    background-color: #cccccc;
}

.knowjk {
    display: flex;
    height: 620px;
    align-items: center;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.knowjk > div {
    width: 30%;
    margin: auto;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.knowjk h2 {
    font-size: 24px;
    position: relative;
    font-weight: bold;
    margin-bottom: 60px;
}

.knowjk h2::after {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 60px;
    right: 0;
    margin: auto;
}

.lg {
    width: 150px;
    height: 40px;
    border-radius: 30px;
    box-sizing: border-box;
    border: 2px solid #ffffff;
    margin-top: 40px;
    transition: all .3s ease;
    display: block;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
}

.lg:hover {
    background-color: #39a9ae;
    border: 2px solid #39a9ae;
    color: #ffffff;
}

.joinus {
    width: 100%;
    background-color: #f4f4f4;
    /* height: 680px; */
    padding: 70px 0px;
}

.joinus .ct {
    display: flex;
    /* align-items: center; */
    color: #333333;
    justify-content: space-between;
}

.joinus .joinus-intro {
    width: 30%;
    position: relative;
    padding-top: 30px;
}

.joinus .joinus-intro::before {
    content: '';
    height: 100%;
    width: 2px;
    background-color: #cccccc;
    display: inline-block;
    position: absolute;
    right: -15%;
    top: 0;
}

.joinus .joinus-intro h2 {
    font-size: 24px;
    font-weight: bold;
}

.joinus .joinus-intro p {
    line-height: 30px;
}

.joinus .joinus-intro h2::after {
    content: '';
    display: block;
    width: 24px;
    height: 3px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #333333;
}

.joinus-intro .dg {
    margin-top: 40px;
}

.joinus-list {
    width: 60%;
}

.joinus-list > ul > li {
    box-sizing: border-box;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333333;
}

.joinus-list .joinus-top {
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: space-between;
}

.joinus-list .joinus-xix {
    padding: 0 20px 30px;
    box-sizing: border-box;
    display: none;
}

.joinus-list .joinus-xix h2 {
    font-size: 18px;
    color: #39a9ae;
}

.joinus-list .joinus-xix li {
    margin-top: 20px;
    color: #4c4c4c;
}

.joinus-list .joinus-xix li::before {
    content: '';
    width: 15px;
    height: 9px;
    background-image: url(../images/dian.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.joinus-list .joinus-top > div {
    width: 28px;
    font-size: 20px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    color: #ffffff;
    cursor: pointer;
    background-color: #39a9ae;
}

.joinus-list li h1 {
    font-size: 18px;
    font-weight: bold;
    flex: 0 0 auto; width: 40%;
}

.joinus-list li .add {

}

.joinus-list li .jian {
    display: none;
}

.downloadnav ul {
    padding-bottom: 9px;
    border-bottom: 1px solid #cccccc;
}

.downloadnav li {
    float: left;
    margin-top: 50px;
    position: relative;
    padding: 0 25px;
}

.downloadnav .active {
    color: #39a9ae;
}

.downloadnav .active::after {
    width: 100%;
}

.downloadnav .active a {
    color: #39a9ae;
}

.downloadnav li:hover::after {
    width: 100%;
}

.downloadnav li::after {
    content: '';
    display: inline-block;
    border-bottom: 3px solid;
    width: 0%;
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: all .7s ease;
}

.downloadnav li a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.brochure {
    color: #333333;
}

.brochure h2 {
    font-size: 46px;
    font-weight: bold;
    margin-top: 55px;
}

.brochure h4 {
    font-size: 24px;
}

.brochure p {
    margin-top: 30px;
    line-height: 30px;
}

.brochure .brochure-list ul {
    margin-right: -30px;
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
}

.brochure .brochure-list li {
    width: calc(100% / 3 - 30px);
    flex: 0 0 auto;
    background-color: #f5f5f5;
    margin-right: 30px;
    margin-bottom: 30px;
}

.brochure .brochure-list .brochure-top-img{
    height: auto;
    width: 100%;
    display: block;
}

.brochure .brochure-list .brochure-bottom {
    height: auto;
/*     padding-top: 15px;
    padding-bottom: 15px; */
    padding: 15px 10px;
    width: 100%;
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: flex-start; background: #fff;
}

.brochure .brochure-list .brochure-bottom h4 {
    font-size: 16px;
    color: #4c4c4c;
}

.brochure .brochure-list .brochure-bottom .pdf {
    display: flex;
    font-size: 16px;
    color: #39a9ae;
    flex: 0 0 auto;
    margin-left: 20px;
}

.brochure .brochure-list .brochure-bottom .pdf img {
    margin-left: 15px;
}

.brochure-video {
    /* margin-top: 40px; */
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 40px;
}

@media (max-width: 960px) {
    .brochure-video {
        height: 50vw;
    }
}

.brochure-video video {
    width: 100%;
    display: block;
}

.brochure-video .brochure-video-inteo {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/play-w.png);
    background-position: center 48%;
    background-repeat: no-repeat no-repeat;
    color: #ffffff;
    text-align: center;
}

.brochure-video .brochure-video-title {
    font-size: 42px;
    font-weight: bold;
    margin-top: 180px;
}

.brochure-video-text {
    padding-top: 60px;
    padding-bottom: 60px;
    color: #333333;
}

.download-bottom-line {
    width: 100%;
    height: 4px;
    background-color: #e4e4e4;
}

.brochure-video-text .brochure-video-left {
    float: left;
    width: 20%;
}

.brochure-video-text .brochure-video-left h2 {
    font-size: 30px;
    font-weight: bold;
}

.brochure-video-text .brochure-video-right {
    float: right;
    width: 80%;
}

.brochure-video-text .brochure-video-right > div {
    font-size: 16px;
    line-height: 25px;
}

.parameternav {
    margin-top: 30px;
}

.parameternav ul {
    border-bottom: 1px solid #cccccc;
}

.parameternav ul li {
    float: left;
    margin-right: 80px;
    padding-bottom: 15px;
    color: #4c4c44;
}

.parameternav ul li a {
    font-size: 20px;
    font-weight: bold;
}

.parameternav .active a {
    color: #39a9ae;
}

.consulting-table {
    color: #333333;
}

.consulting-table > .layout-area > h2 {
    margin-top: 80px;
    font-size: 30px;
}

.consulting-table > .layout-area > p {
    font-size: 16px;
    margin-top: 25px;
}

.consulting-table .contact {
    display: flex;
    font-size: 20px;
}

.consulting-table .contact a {
    display: inline-block;
    padding: 40px 0;
    display: flex;
    align-items: center;
}

.consulting-table .contact a p {
    margin-left: 10px;
}

.consulting-table .contact a:first-child {
    margin-right: 140px;
}

.consulting-table .contact a img {
    object-fit: contain;
}

.from li {
    width: 48%;
    float: left;
    margin-top: 45px;
}

.from li:nth-child(2n) {
    width: 48%;
    float: right;
    margin-top: 45px;
}

.from li.input-comment {
    width: 100%;
}

.from li.input-comment {
    width: 100%;
}

.from li:last-child .input {
    height: 300px;
}

.from {
    width: 100%;
    padding: 20px 70px;
    box-sizing: border-box;
    box-shadow: 0px 0px 12px 10px #f9f9f9;
}

.from .from-xx {
    /*display: table;*/
}

.from .from-xx img {
    /*display: table-cell;*/
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 4px;
}

.from .from-xx label {
    /*display: table-cell;
    vertical-align: middle;*/
    padding-left: 6px;
}

.from .from-xx label span {
    color: red;
}

.from .input,
.from .select {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    height: 40px;
    margin-top: 10px;
}

.from .but {
    margin-top: 50px;
    width: 166px;
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    transition: all .7s ease;
    background-color: #39a9ae;
    text-align: left;
    padding-left: 25px;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    cursor: pointer;
    align-items: center;
    margin-bottom: 80px;
}

.but .but-line {
    width: 1px;
    background-color: #ffffff;
    margin-left: 15px;
    height: 34px;
}

.but .next {
    margin-left: 16px;
    font-size: 22px;
}

.map {
    height: calc(100vh - 180px);
    width: 100%;
    display: flex;
    background-color: #f5f5f5;
}

#map{
    display: block;
    width: 100%;
    height: 100%;
}

.map .map-left {
    width: 70%;
    height: 100%;
    float: left;
}

.map .map-right {
    width: 30%;
    height: 100%;
    float: right;
    padding-left: 3%;
    padding-right: 3%;
    color: #333333;
    padding-bottom: 60px;
    overflow: auto;
}

.yourclass img {
    max-width: unset !important;
    max-height: unset !important;
}

.BMap_bubble_title {
    font-size: 12px !important;
}

#allmap {
    height: 100%;
    width: 100%;
}

.map .map-right > h2 {
    font-size: 48px;
    padding-top: 100px;
    font-weight: bold;
}

.marker-catalog-list{
    font-size: 1.2em;
    margin-top: .5em;
}
.marker-catalog-list a{
    padding: .25em .5em;
    display: inline-block;
    color: #aaa;
}

.marker-catalog-list a.active{
    color: #39a9ae;
}

.marker-catalog-list a:first-of-type{
    padding-left: 0;
}

.map .map-right > h4 {
    font-size: 30px;
}

.map-right .map-search {
    width: 100%;
    height: 50px;
    margin-top: 55px;
    position: relative;
}

.map-right .map-search .map-search-input {
    width: 100%;
    height: 50px;
    border: none;
    font-size: 16px;
    color: #ffffff;
    background-color: #39a9ae;
    padding-left: 15px;
}

.map-right .map-search .map-search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ffffff;
}

.map-right .map-search .map-search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
}

.map-right .map-search .map-search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ffffff;
}

.map-right .map-search .map-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
}

.map-right .map-search img {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.map-right .map-intro {
    margin-top: 60px;
}

.map-right .map-intro h2 {
    font-size: 20px;
    color: #39a9ae;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 25px;
    font-weight: bold;
}

.map-right .map-intro p {
    margin-top: 20px;
    color: #333333;
}


body.wfEditorMode .map-right .map-intro a{
    margin-top: 10px;
}

.map-right .map-intro .dg {
    margin-top: 60px;
}

.globalf {
    width: 100%;
    background-color: #f5f5f5;
}

.global {
    /* width: 90%; */
    margin: auto;
    /* height: 100%; */
    color: #333333;
    padding-top: 100px;
    padding-bottom: 100px;
}

.global .global-intro {
    width: 23%;
    float: left;
    /* padding-left: 7.5%; */
    /* height: 100%; */
    padding-top: 100px;
}

.global .global-map {
    width: 70.5%;
    float: right;
    position: relative;
}

.global .global-map2 {
    width: 70.6%;
    float: right;
    position: relative;
}



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

.global .global-intro .left h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.global .global-intro .left p {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 20px;
}

.global .global-intro .knowmore {
    width: 190px;
    height: 50px;
    background-color: #e9e9e9;
    margin-top: 60px;
    margin-bottom: 70px;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: space-between;
}

.global .global-intro .knowmore > div:first-child {
    width: 25%;
}

.global .global-intro .knowmore > div:last-child {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.global .global-intro .knowmore a {
    font-size: 14px;
    color: #333333;
}

.globalf .global-data h2 {
    font-size: 36px;
    color: #333333;
}

.globalf .global-data h2:first-child {
    font-size: 36px;
    color: #333333;
    border-top: 1px solid #cccccc;
}

.globalf .global-data p {
    font-size: 14px;
    color: #666666;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.global-map span {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    transform: translate(-50%);
    background-color: #888;
}

.global-map span.active {
    transform: translate(-50%) scale(1.5);
    background-color: #39a9ae;
    z-index: 260;
}

.label {
    transition: all .7s ease;
}

.textlabel {
    width: 260px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    position: absolute;
    display: none;
    z-index: 2;
}

.cur {
    display: block;
}

.textlabel::after {
    content: '';
    background-image: url(../images/map-line.png);
    display: inline-block;
    position: absolute;
    left: 240px;
    top: 22px;
    width: 100px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
}

.textlabel > h2 {
    font-size: 16px;
    color: #39a9ae;
    margin-bottom: 20px;
}

.textlabel div p {
    font-size: 14px;
    color: #333333;
    margin-bottom: 5px;
}

@media (max-width: 960px) {
    .foot .bottom .footerbottom {
        padding: 30px 12.5%;
        margin: 0;
        height: auto;
        width: 100%;
    }

    .foot .bottom .footerbottom div:first-child{
        text-align: left;
    }
}

@media (max-width: 768px) {
    .header {
        height: 55px;
    }

    .header .menus {
        display: none;
    }

    .banner {
        margin-top: 55px;
        height: 35vh;
    }

    .banner .banner-entitle {
        font-size: 30px;
        padding-top: 120px;
    }

    .banner .banner-title {
        font-size: 20px;
    }

    .aboutdata .numb {
        font-size: 20px;
    }

    .aboutdata span {
        font-size: 16px;
        margin-top: 5px;
    }

    .aboutdata {
        height: 80px;
    }

    .aboutus .aboutus-title {
        font-size: 20px;
    }

    .aboutus .aboutus-keyword {
        font-size: 18px;
    }

    .aboutus .aboutus-content p {
        margin-top: 12px;
    }

    .aboutus .aboutus-more {
        margin-top: 15px;
        font-size: 12px;
    }

    .misson {
        height: 30vh;
    }

    .misson > div h2 {
        font-size: 20px;
    }

    .misson > div h4 {
        font-size: 18px;
    }

    .misson > div h4::after {
        margin: 10px 0;
        margin-left: 32px;
    }

    .misson > div p {
        font-size: 12px;
        text-align: center;
    }

    .foot .bottom .footerbottom div:first-child {
        font-size: 12px;
        display: flex;
        height: 100%;
        align-items: center;
    }

    .foot .bottom .footerbottom .yinsi {
        display: none;
    }

    .foot .bottom .footerbottom .bottomlogo {
        display: none;
    }

    .foot .bottom .footertop {
        display: none;
    }

    .logo img {
        width: 60%;
    }

    .company {
        height: 40vh;
    }

    .company .company-intro {
        width: 100%;
        padding: 20px;
        font-size: 14px;
    }

    .company .company-intro > h2 {
        font-size: 20px;
        padding-top: 0px;
        display: inline-block;
    }

    .company .company-intro > h4 {
        font-size: 18px;
        display: inline-block;
    }

    .aboutus-content {
        font-size: 14px;
    }

    .company .company-intro > span {
        font-size: 14px;
        margin: 5px 0;
    }

    .company-context {
        margin-top: 10px;
        padding: 15px;
    }

    .company-context h2 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .company-context p {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 20px;
    }

    .foot .bottom {
        height: auto;
    }

    .bifacial {
        height: auto;
    }

    .bifacial .bifacial-box {
        /* width: 100%; */
        padding: 20px;
    }

    .halfslice-title {
        font-size: 16px;
    }

    .halfslice-intro {
        font-size: 12px;
        margin-top: 12px;
    }

    .dg {
        transform: scale(.6) translateX(-35%);
    }

    .bifacialdg.dg {
        margin-top: 20px;
    }

    .dcp {
        height: auto;
    }

    .fdimg {
        margin-top: 15px;
        flex-direction: column;
    }

    .comp {
        height: auto;
    }

    .comp .ct > div {
        width: 40%;
    }

    .benefit {
        height: auto;
    }

    .benefit .benefit-box .benefit-box-top {
        padding: 0;
    }

    .benefit .benefit-box .benefit-box-top .benefit-top-left {
        width: 100%;
    }

    .benefit .benefit-box .benefit-top-left h2 {
        font-size: 16px;
    }

    .benefit .benefit-box .benefit-top-left em {
        margin-bottom: 0;
        font-size: 12px;
    }
}



@media (max-width: 640px) {
    html{
        overflow-x: hidden;
    }
    .foot .bottom .footerbottom {
        padding: 1.5rem 2rem;
    }
    .brand .brand-box h2:first-of-type{
        font-size: 32px;
        line-height: 1.4em;
    }
    .aboutdata {
        height: auto;
    }
    .aboutdata ul{
        flex-wrap: wrap;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .aboutdata ul li{
        width: 50%;
        flex: 0 0 auto;
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: center;
    }
    .aboutus h2{
        font-size: 32px;
        line-height: 1.4em;
    }
    .social{
        width: 100%;
    }
}

@media (max-width: 480px) {
    .brand-intro{
        flex-direction: column;
    }
    .brand-intro > div{
        width: 100%;
        margin-bottom: 20px;
    }
}

.not-file-hint {
    background-color: #efefef;
    font-size: 1.25em;
    color: #333;
    padding: 25px;
    margin-top: 30px;
}

.brochure-bottom .pdf {
    align-items: center;
}

.brochure-bottom .pdf img {
    width: 25px;
    height: 21px;
}

@media (max-width: 960px) {

    .brand-leftimg{
        display: none;
    }
}

body.wfEditorMode .brandact-right a.wfEditorMode{
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    z-index: 299;
}
body.wfEditorMode .brandact-intro a.wfEditorMode{
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 0;
    z-index: 299;
}

@media (max-width: 1440px) {
    .header .rightpart {
        width: 200px;
    }

    .brochure .brochure-list li {
        width: calc(100% / 2 - 30px);
    }
}

@media (max-width: 1280px) {
    .brochure-video-right {
        padding-left: 30px;
    }
}

@media (max-width: 960px) {
    .ct {
        width: calc(100% - 40px);
    }

    .brochure .brochure-list li {
        width: calc(100% - 30px);
    }

    .brochure .brochure-list ul {
        padding-bottom: 0;
    }

    .brochure-video-text .brochure-video-left,
    .brochure-video-text .brochure-video-right {
        width: 100%;
    }

    .brochure-video-right {
        padding-left: 0;
    }

    .brochure h2 {
        font-size: 32px;
    }

    .parameternav {
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .parameternav ul li {
        margin-right: 20px;
    }

    .brochure {
        padding-bottom: 40px;
    }

    .downloadnav ul {
        padding-top: 20px;
    }

    .downloadnav ul li {
        margin-top: 20px;
        padding: 0 15px;
    }

    .news > ul > li{
        width: 100%;
    }

    .years .current-year{
        font-size: 1.5rem;
        margin-top: .75rem;
    }

    .ct .news-tabs{
        margin-top: 20px;
        margin-bottom: 25px;
        font-size: 24px;
    }
    .brand{
        padding-top: 0;
        height: auto;
    }

    .brand .brand-box, .brand-intro{
        padding-left: 60px;
        padding-right: 60px;
    }

    .brandact{
        height: auto;
        flex-direction: column-reverse;
    }

    .content .brandact>*{
        width: 100%;
    }

    .brandact .brandact-intro{
        padding-left: 60px;
        padding-right: 60px;
        margin-top: 0;
    }

    .brandactbtn.btn-prev, .brandactbtn.btn-next{
        top: -50px;
    }

    .brandactbtn.btn-prev{
        left: 60px;
    }

    .brandactbtn.btn-next{
        left: 100px;
    }

    .knowjk > div{
        width: 60%;
    }

    .joinus{
        height: auto;
    }

    .joinus .ct{
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .joinus .ct>*{
        width: 100%;
    }
}

@media (max-width: 640px) {
    .brochure .brochure-list .brochure-bottom h4, .brochure .brochure-list .brochure-bottom .pdf {
        font-size: 16px;
    }

    .foot .bottom .backtotop{
        top: -4rem;
    }
    .brand .brand-box, .brand-intro{
        padding-left: 30px;
        padding-right: 30px;
    }
    .brandact .brandact-intro{
        padding-left: 30px;
        padding-right: 30px;
    }

    .brandactbtn.btn-prev{
        left: 30px;
    }

    .brandactbtn.btn-next{
        left: 70px;
    }

    .knowjk > div{
        width: calc(100% - 60px);
    }

    .years .current-year{
        font-size: 1.25rem;
        margin-top: 1rem;
    }

    .ct .news-tabs{
        font-size: 18px;
    }
    .craft .craft-line .craft-line-text1,
    .craft .craft-line .craft-line-text2,
    .craft .craft-line .craft-line-text3{
        font-size: calc(1.5vw + 8px);
    }

    .awards .awards-title {
        font-size: 18px;
    }
    .downloadnav li a{
        font-size: 14px;
    }
    .downloadnav ul li{
        margin-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .downloadnav li::after{
        bottom: -5px;
    }
    .graybox .content{
        overflow-x: hidden;
    }
    .consulting-table > .layout-area > h2{
        margin-top: 40px;
    }
    .consulting-table > .layout-area > p{
        margin-top: 18px;
        font-size: 14px;
        font-weight: normal;
    }
}

@media (max-width: 360px) {
    .brochure .brochure-list .brochure-top-img{
        height: auto;
    }

    .brochure .brochure-list .brochure-bottom {
        height: 90px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}




/* 搜索 */
.search_content {
    padding: 60px 0px;
}


.searchbox1{
    width: 50%;
    height: 44px;
    margin: 0 auto;
    text-align: center; position: relative;
}
.searchbox1 .searchtext{
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    border: 1px solid #999;
    padding-left: 20px;
    padding-right: 80px;
    box-sizing: border-box;

}


.search-error{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box; margin-top: 20px;
}
.search-result-empry{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    margin-top: 20px;
}

.searchbtn { position: absolute; right: 0px; top: 0px; background: url(../images/fdj.png) no-repeat center center; height: 44px; width: 60px; }
.searchbtn:hover { background: url(../images/fdj_hover.png) no-repeat center center; }

.seach_news { margin-top: 60px; }
.seach_news ul li { margin-top: 30px; border-bottom: 1px solid #e2e2e2; padding-bottom: 15px; }
.seach_news ul li h4 a { color: #333; font-size: 20px; }
.seach_news ul li span { color: #999; display: block; margin-top: 5px; }
.seach_news ul li p { font-size: 14px; line-height: 25px; margin-top: 10px; }
.seach_news ul li h6 a { font-size: 16px; margin-top: 10px; color: #22ac38; display: block; }
.seach_news ul li h6 a:hover { color: #000; }


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


.searchbox1 { width: 100%; }
.seach_news ul li h4 a { font-size: 18px; }
.seach_news { margin-top: 0px; }
.search_content { padding: 30px 0px; }


}

.zb40 { padding-bottom: 40px; }
.graybox { background: #f7f7f7; }





@media (max-width: 1200px) {

.brandactbtn.btn-prev { top: 90%; }
.brandactbtn.btn-next { left: 35%; top: 90%; }

}


