body {
    overflow-x: hidden;
}

.gradient-bg {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 143, 53, 0.05)), to(rgba(246, 203, 69, 0.03)));
    background: linear-gradient(rgba(238, 143, 53, 0.05) 0, rgba(246, 203, 69, 0.03) 100%);
    background: -o-linear-gradient(rgba(238, 143, 53, 0.05) 0, rgba(246, 203, 69, 0.03) 100%);
}

.txt-gradient {
    /* background: linear-gradient(-34deg, #ee8f35, #f6cb45);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent; */
    color: #3a3635;
}

.txt-gradient2 {
    background: linear-gradient(148deg, #ee8f35, #f6cb45);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 0\0) {
    .txt-gradient {
        color: #ff9400;
        background-image: none;
    }
    .txt-gradient2 {
        color: #ff9400;
        background-image: none;
    }
}



@media only screen and (max-width: 1440) {}

@media only screen and (max-width: 1366px) {
    header nav .dropdown .drop-nav {
        padding: 20px 5%;
    }
    header nav .tab-itemize .img {
        width: 50%;
    }
    header nav .tab-itemize .text {
        width: 50%;
        padding: 0 15px;
    }
    header nav .tab-itemize .text h6 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    header nav .tab-itemize .item {
        min-height: 10vw;
    }
    header nav .tab-itemize {
        padding: 3% 35px;
    }
    header nav .dropdown .drop-nav>li {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 1280px) {
    header nav .tab-itemize .text h6 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    header nav>ul>li {
        margin: 0 1vw;
    }
    header nav .dropdown .drop-nav>li {
        padding: 0 40px;
    }
    header nav .tab-itemize {
        padding: 4% 35px;
    }
}

@media only screen and (max-width: 1024px) {
    body {
        overflow-x: hidden;
    }
    header {
        padding: 10px 0;
    }
    header .logo {
        width: 80px;
    }
    header nav {
        display: none;
        float: none;
        position: absolute;
        left: 0%;
        top: 55px;
        background-color: #fff;
        z-index: 9;
        height: calc(100vh - 55px);
        width: 100vw;
        overflow-y: auto;
        padding: 0 3%;
    }
    header nav>ul {
        display: block;
        padding: 0 0;
    }
    header nav>ul>li {
        display: block;
        float: none;
        width: 100%;
        margin: 0;
        padding: 10px 0 10px 0;
        text-align: left;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: returnToNormal;
        animation-name: returnToNormal;
        border-bottom: 1px solid rgba(45, 45, 45, 0.1);
    }
    header nav .tab-itemize .item {
        height: auto;
        padding: 10px;
    }
    header nav .tab-itemize .img {
        width: 100%;
    }
    header nav .tab-itemize .img img {
        width: 100%;
    }
    header nav .tab-itemize .text {
        width: 100%;
        height: 160px;
        background: #EFEFE6;
        border-radius: 20px 0 20px 0;
        padding: 20px;
    }
    header nav>ul>li>a {
        margin-right: 20px;
        display: block;
        position: relative;
        width: 80%;
    }
    header nav>ul>li:after {
        content: "\e6b9";
        font-family: "iconfont" !important;
        font-size: 16px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        right: 20px;
        top: 25px;
        transition: all .5s;
    }
    header nav>ul>li:first-child:after {
        display: none;
    }
    header nav>ul>li.active:after {
        transform: rotate(180deg);
    }
    header nav>ul>li:nth-child(2) {
        position: relative;
        height: auto;
    }
    header nav>ul>li:first-child h2:after {
        display: none;
    }
    header nav .dropdown {
        position: relative;
        transform: none !important;
        width: 100%;
        left: 0;
        white-space: normal;
        display: none;
        transition: none;
        opacity: 1;
        transition: none;
        visibility: visible;
        top: 0;
        z-index: 99;
        background: #ffffff;
        height: auto;
    }
    header nav .dropdown .drop-nav {
        padding: 20px;
    }
    header nav>ul>li:hover .over-drop {
        top: 0;
    }
    header nav .dropdown ul {
        box-shadow: none;
        margin-top: 0;
    }
    header nav .dropdown a {
        display: block;
    }
    header .language {
        position: relative;
        z-index: 10;
    }
    header .language>a {
        padding: 0 20px;
        line-height: 30px;
        border-radius: 15px;
    }
    header .searchbox a {
        width: 34px;
        height: 34px;
    }
    header .searchbox a i {
        font-size: 14px;
    }
    header .menu {
        display: block;
        border-radius: 50%;
        margin-left: 14px;
    }
    header nav .over-drop {border-top: none;}
    header .searchbox .search-inner.active {top: 55px;}
    header .tab-itemize {display: none;}
    header nav>ul>li:nth-child(2) .dropdown .drop-nav {padding:0;}
}

.banner {
    position: relative;
    overflow: hidden;
    height: 55vw;
}

.banner .swiper-banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner .swiper-banner img {
    /* width: 100%;
    height: 100%; */
    object-fit: cover;
}

.banner .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    /* background: url(../img/banner_bg.png) 0 0/cover no-repeat; */
}
.banner .swiper-slide img{max-width: 100%;}
.banner .swiper-slide .bn-img { width: 100%; height: 100%; object-fit: cover;    opacity: 0;}
.banner .swiper-slide.swiper-slide-active .bn-img {  opacity: 1;}
.banner .banner-circle {
    height: 90.17708vw;
    width: 90.17708vw;
    position: absolute;
    left: 24.3125vw;
    bottom: -12vw;
    border-radius: 50%;
    overflow: hidden;
}

.banner .banner-circle img {
    /* width: 70.3125%;
    height: 69.84375%;
    position: absolute;
    left: 0;
    bottom: 0;*/

}

.banner .banner-circle:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 1.5s ease 0.3s, height 1.5s ease 0.3s, box-shadow 2s cubic-bezier(0.36, -0.15, 0.2, 1) 0s;
    box-shadow: inset 0 0 0 98.17708vw #fff;
    -moz-box-shadow: inset 0 0 0 98.17708vw #fff;
    -webkit-box-shadow: inset 0 0 0 98.17708vw #fff;
}

.banner .swiper-slide-active .banner-circle:after {
    transform: translate(-50%, -50%);
    box-shadow: inset 0 0 0 0 #fff;
}

.banner .inner-mask {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    border-radius: 50%;
}

.banner .inner-mask .txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.banner .inner-mask .txt h1 {
    font-size: 72px;
    line-height: 1.2;
    font-family: "Montserrat-Bold";
    text-transform: uppercase;
}

.banner .inner-mask .line {
    overflow: hidden;
}

.banner .inner-mask .down {
    margin-top: 2%;
    position: relative;
    width: 76px;
    height: 76px;
}

.banner .inner-mask .down .down-wrap {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: url(../../img/paizhi-official/icon_down_wrap.png) 0 0/cover no-repeat;
    top: 0;
    left: 0;
    animation: rotate 2s;
}

.banner .inner-mask .down a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-align: center;
    line-height: 76px;
    position: relative;
    z-index: 2;
    color: #ff9400;
}

.banner .inner-mask .down a i {
    font-size: 32px;
}

.banner .inner-mask .down a .icon {
    animation: floatUpDown 2s linear infinite;
}

.banner .swiper-pagination {
    position: absolute;
    left: 4.16667%;
    bottom: 3%;
    z-index: 9;
}

.banner .swiper-pagination-bullet {
    width: 60px;
    height: 3px;
    border-radius: 0;
    background-color: #bfbfbf;
    margin: 0 10px;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background-color: #ff9400;
}

@media screen and (min-width: 0\0) {
    .banner .banner-circle:after {
        box-shadow: none;
    }
    .banner .swiper-banner img {
        height: auto;
        object-fit: inherit;
    }
}
@media only screen and (max-width: 768px) {
    header nav .over-drop .drop-nav { flex-wrap:wrap;}
    header nav .over-drop .drop-nav li {  width:100%; padding:0; }
    header nav .dropdown .drop-nav>li::after {display:none;}

    header nav .tab-itemize { padding:20px;}
    header nav .tab-itemize .item {width:100%;}
}
@media only screen and (min-width: 2000px) {
    .banner .banner-circle {
        bottom: -14vw;
        left: 22.8vw;
    }

}

@media only screen and (max-width: 5600px) and (min-width: 3000px){
    .banner .banner-circle {
        bottom: -12vw;
        left: 22.8vw;
    }
}


@media only screen and (max-width: 1780px) {
    .banner .banner-circle {
        bottom: -11vw;
    }
}
@media only screen and (max-width: 1580px) {
    .banner .banner-circle {
        height: 93.17708vw;
        width: 93.17708vw;
        left: 20vw;
    }
}
@media only screen and (max-width: 1440px) {
    .banner .banner-circle {
        left: 20.5vw;
        bottom: -14vw;
    }
    /* .banner .inner-mask {display: none;} */
    .banner .inner-mask .txt h1 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 1366px) {
    .banner .inner-mask .txt h1 {
        font-size: 2.6rem;
    }
}
@media only screen and (max-width: 1280px) {
    .banner .inner-mask .txt h1 {
        font-size:1rem;
    }
}
@media only screen and (max-width: 1440px) and (max-height: 700px) {
    .banner {
        height: 60vw;
    }
}

@media only screen and (max-width: 1280px) {
    .banner .inner-mask .txt {
        width: 90%;
    }
    .banner {
        height: 59vw;
    }
}

@media only screen and (max-width: 1024px) {
    .banner .banner-circle {
        left: 20.5vw;
    }
    .banner .swiper-pagination-bullet {
        width: 30px;
        margin: 0 5px;
    }
    .banner .inner-mask .txt h1 {
        font-size: 46px;
    }
    .banner .inner-mask .down {
        width: 60px;
        height: 60px;
    }
    .banner .inner-mask .down a {
        line-height: 60px;
    }
    .banner .inner-mask .down a i {
        font-size: 20px;
    }
    .banner .inner-mask .txt {
        margin-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .banner .swiper-slide .bn-img {position: absolute; right: 0; top: 0;}
    .banner .inner-mask .txt h1 {
        font-size: 36px;
    }
    .banner .inner-mask .down {
        width: 50px;
        height: 50px;
    }
    .banner .inner-mask .down a {
        line-height: 50px;
    }
    .banner .inner-mask .down a i {
        font-size: 16px;
    }
    .banner .inner-mask .txt {
        top: 60%;
    }
}

@media only screen and (max-width: 540px) {
    .banner {
        height: 62vw; margin-top: 55px;
    }
    .banner .inner-mask .txt h1 {
        font-size: 26px;
    }
    .banner .inner-mask .down {
        width: 40px;
        height: 40px;
    }
    .banner .inner-mask .down a {
        line-height: 40px;
    }
}


/* Battery solutions */

.index-Battery {
    position: relative;
    margin-top: 20px;
    background-color: #eaeaec;
    padding: 180px 0 200px;
}

.index-Battery .Battery-bg {
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 2s cubic-bezier(0.36, -0.15, 0.2, 1);
    z-index: 0;
}

.index-Battery .Battery-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-Battery .Battery-bg.animated {
    left: 0;
}

.index-Battery .inner {
    position: relative;
    z-index: 2;
}

.index-Battery .fl {
    width: 46.875%;
}

.index-Battery .more-btn {
    margin-top: 30px;
}

.index-Battery .title {
    margin-bottom: 20px;
}

.index-Battery .title h1 {
    font-family: "Montserrat-Bold";
    text-transform: uppercase;
    margin-bottom: 20px;
}

.index-Battery .title p {
    color: #666;
    line-height: 24px;
}

.index-Battery .product-items {
    position: relative;
    transform: translateZ(0);
}

.index-Battery .product-items:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 118px;
    top: 0;
    background-color: #d2d3d4;
}

.index-Battery .product-items li {
    position: relative;
    margin-bottom: 15px;
}

.index-Battery .product-items li:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #c2c2c2;
    transition: all .5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 118px;
    margin-left: -8px;
    box-sizing: content-box;}

.index-Battery .product-items li h2 {
    float: left;
    margin-left: 48px;
    display: inline-block;
    margin-top: 20px;
    font-weight: normal;
}

.index-Battery .product-items li.active:before {
    border: 4px solid #ff9400;
    margin-left: -10px;
}

.index-Battery .product-items li.active .icon .nr {
    display: none;
}

.index-Battery .product-items li.active .icon .hv {
    display: inline-block;
}

.index-Battery .product-items li.active h2 {
    color: #ff9400;
}

.index-Battery .product-items li:hover:before {
    border: 4px solid #ff9400;
    margin-left: -10px;
}

.index-Battery .product-items .icon {
    width: 100px;
    float: left;
}

.index-Battery .product-items .icon img {
    width: 100%;
}

.index-Battery .product-items .icon .nr {
    display: inline-block;
}

.index-Battery .product-items .icon .hv {
    display: none;
}

.index-Battery .fr {
    margin-top: 90px;
    width: 40.11111%;
    position: relative;
}

.index-Battery .fr .item-solition {
    position: relative;
    display: none;
    animation: fadeIn 1s ease-in-out;
}

.index-Battery .fr .item-solition.active {
    display: block;
}

.index-Battery .fr img {
    width: 100%;
}

.index-Battery .fr .Battery-container {
    position: relative;
    width: 100%;
}

.index-Battery .fr .Battery-container .name {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 20px 0;
}

.index-Battery .fr .product {
    width: 77.36486%;
    height: 77.36486%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.index-Battery .fr .product::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 5px 36px 0px rgba(0, 0, 0, 0.03);
    border-radius: 50%;
    transition: all 1s;
    transform: scale(0.5);
}

.index-Battery .fr .product .img {
    width: 104.36681%;
    position: absolute;
    left: -2.18341%;
    bottom: 0;
    /* transform: scale(0.5); */
    transition: all 1s;
}

.index-Battery .fr .product .img.animated {
    transform: scale(1);
}

.index-Battery .fr .product.animated::before {
    transform: scale(1);
}

.index-Battery .power-dc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15.72052%;
    top: 62%;
    /* animation: rutnCircle 1.5s ease-in; */
}

.index-Battery .power-dc .dc {
    opacity: 0;
}

.index-Battery .power-dc .ms-txt {
    position: absolute;
    color: #ff9400;
    width: 100%;
    height: 100%;
    bottom: calc(100% + 5px);
    left: 20%;
}

.index-Battery .power-dc .ms-txt .dot {
    width: 7px;
    height: 7px;
    border: 1px solid #fff;
    background-color: #ff9400;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: 0;
    opacity: 0;
    transition: all 1s;
}

.index-Battery .power-dc .ms-txt .line1 {
    width: 0%;
    height: 1px;
    border-top: 1px solid #ff9400;
    transform: rotate(-65deg);
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform-origin: 0% 0%;
}

.index-Battery .power-dc .ms-txt .line2 {
    width: 0%;
    height: 1px;
    border-top: 1px solid #ff9400;
    position: absolute;
    bottom: 50%;
    left: 84%;
    transform-origin: 0% 0%;
}

.index-Battery .power-dc .ms-txt .txt {
    position: absolute;
    bottom: 54%;
    left: 100%;
    white-space: nowrap;
}

.index-Battery .power-dc .ms-txt .txt p {
    width: 0;
    transition: all 1s;
    transition-delay: 1.5s;
    overflow: hidden;
}

.index-Battery .power-dc.animated .dc {
    animation: img 1.5s linear .5s forwards;
}

.index-Battery .power-dc.animated .dot {
    animation: img 1.5s linear .5s forwards;
}

.index-Battery .power-dc.animated .line1 {
    animation: line1 .4s linear 1s forwards;
}

.index-Battery .power-dc.animated .line2 {
    animation: line2 .4s linear 1.5s forwards;
}

.index-Battery .power-dc.animated .txt p {
    animation: line0 .4s linear 1.5s forwards;
}

.index-Battery .product-box>div.on .dc {
    animation: img 1.5s linear .5s forwards;
}

.index-Battery .product-box>div.on .dot {
    animation: img 1.5s linear .5s forwards;
}

.index-Battery .product-box>div.on .line1 {
    animation: line1 .4s linear 1s forwards;
}

.index-Battery .product-box>div.on .line2 {
    animation: line2 .4s linear 1.5s forwards;
}

.index-Battery .product-box>div.on .txt p {
    animation: line0 .4s linear 1.5s forwards;
}

.index-Battery .product3 .power-dc {
    width: 7.64192%;
    top: 62%;
    left: 46%;
}

.index-Battery .product3 .power-dc .ms-txt .line1 {
    bottom: 4px;
    left: 50%;
}

.index-Battery .product3 .power-dc .ms-txt .line2 {
    bottom: 45%;
    left: 84%;
}

.index-Battery .product4 .power-dc {
    width: 15.72052%;
    top: 62%;
}

.index-Battery .product4 .power-dc .ms-txt .line1 {
    bottom: 4px;
    left: 50%;
}

.index-Battery .product4 .power-dc .ms-txt .line2 {
    bottom: 54%;
    left: 84%;
}

.index-Battery .product1 .power-dc {
    width: 15.72052%;
    top: 62%;
}

.index-Battery .product1 .power-dc .ms-txt .line1 {
    bottom: 4px;
    left: 50%;
}

.index-Battery .product1 .power-dc .ms-txt .line2 {
    bottom: 54%;
    left: 84%;
}

.index-Battery .product2 .power-dc {
    width: 11.35371%;
    top: 72%;
}

.index-Battery .product2 .power-dc .ms-txt .line1 {
    bottom: 4px;
    left: 50%;
}

.index-Battery .product2 .power-dc .ms-txt .line2 {
    bottom: 56%;
    left: 84%;
}

.index-Battery .product-select li {
    position: absolute;
    width: 27.92568%;
}


.index-Battery .product-select li:nth-child(1) {
    left: -20.6757%;
    bottom: -14.72973%;

    /* height: 31.92568%; */
}

.index-Battery .product-select li:nth-child(2) {

    right: -13%;
    top: -19.59459%;


}

.index-Battery .product-select li:nth-child(3) {

    right: -19%;
    bottom: -14.72973%;
    /* width: 31.92568%; */
    /* height: 31.92568%; */
}
.index-Battery .product-select li:nth-child(4) {
    left: -19.6757%;
    top: -17.72973%;
    /* width: 22.97297%; */
    /* height: 22.97297%; */
}
.index-Battery .product-select li .img-sm {
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    overflow: hidden;
}

.index-Battery .product-select li .img-sm img {
    width: 100%;
    height: 100%;
    transition: all .4s;
    object-fit: cover;
}

.index-Battery .product-select li .name {
    text-align: center;
    font-size: 14px;
    color: #666;
    padding: 10px 0;
}

.index-Battery .product-select li a:hover .img-sm img {
    transform: scale(1.05);
}

@media only screen and (max-width: 1800px) {
    .index-Battery .fr {
        margin-right: 3%;
    }
    .index-Battery .product-select li:nth-child(2) {
        left: auto;
        right: -15%;
    }
}

@media only screen and (max-width: 1440px) {
    .index-Battery .product-select li:nth-child(2) {
        left: auto;
        right: -15%;
    }
}

@media only screen and (max-width: 1280px) {
    .index-Battery .fr {
        margin-right: 10%;
    }
}

@media only screen and (max-width: 1024px) {
    .index-Battery {
        padding: 90px 0 150px;
    }
    .index-Battery .product-items li {
        margin-bottom: 10px;
    }
    .index-Battery .product-items:before {
        left: 108px;
    }
    .index-Battery .product-items li:before {
        left: 108px;
    }
    .index-Battery .product-items .icon {
        width: 90px;
    }
    .index-Battery .product-items li h2 {
        margin-left: 38px;
    }
}

@media only screen and (max-width: 768px) {
    .index-Battery .fl {
        width: 100%;
        float: none;
    }
    .index-Battery .more-btn {
        text-align: center;
    }
    .index-Battery .fr {
        width: 70%;
        float: none;
        margin: 100px auto;
    }
    .index-Battery .title {
        text-align: center;
    }
    .index-Battery .product-items:before {
        left: 50%;
    }
    .index-Battery .product-items li:before {
        left: 50%;
    }
    .index-Battery .product-items .icon {
        width: 50%;
        text-align: right;
    }
    .index-Battery .product-items .icon img {
        width: 70px;
        margin-right: 20px;
    }
    .index-Battery .product-items li h2 {
        margin-top: 13px;
        width: 50%;
        margin-left: 0;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 540px) {
    .index-Battery .product-select {
        margin-top: 100px;
        display: flex;flex-wrap: wrap;}
    .index-Battery .product-select li {
        position: static;
        float: left;
    }
    .index-Battery .product-select li:first-child {
        width: 30%;
        height: 30%;
        margin-right: 10%;margin-left: 10%;}
    .index-Battery .product-select li:nth-child(2) {
        width: 30%;
        height: 30%;
        margin: 0 10%;
    }
    .index-Battery .product-select li:nth-child(3) {
        width: 30%;
        height: 30%;
        margin: 0 10%;}
    .index-Battery .product-select li:nth-child(4) { margin: 0 10%;width: 30%;height: 30%;}
    .index-Battery .fr {
        width: 100%;
    }
}

.more-btn a {
    position: relative;
    transform: translateZ(0);
    width: 192px;
    line-height: 54px;
    display: inline-block;
    text-align: center;
}

.more-btn a:before {
    content: '';
    display: block;
    width: 80%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1s;
    background-color: #fff;
    border-radius: 27px;
    z-index: -2;
}

.more-btn a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1s;
    background: linear-gradient(-54deg, #ee8f35, #f6cb45);
    border-radius: 27px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.more-btn a i {
    font-size: 18px;
}

.more-btn a.animated:before {
    width: 100%;
}

.more-btn a:hover {
    color: #fff;
}

.more-btn a:hover:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 1024px) {
    .more-btn a {
        width: 150px;
        height: 45px;
        line-height: 45px;
    }
}

.index-aboutpytes {
    background: url(../../img/paizhi-official/index_bg3.jpg) center center/cover no-repeat;
    position: relative;
    overflow: hidden;
    padding: 300px 0 330px;
    text-align: center;
    overflow: hidden;
}

.index-aboutpytes .video {
    position: absolute;
    left: 0;
    width: 98%;
    top: 120px;
    bottom: 145px;
    z-index: 0;
}

.index-aboutpytes .inner {
    position: relative;
    z-index: 2;
}

.index-aboutpytes .title {
    text-transform: uppercase;
    font-family: "Montserrat-Bold";
}

.index-aboutpytes .text {
    margin-top: 124px;
    margin-bottom: 130px;
}

.index-aboutpytes .text li {
    width: 30.33%;
    float: left;
}

.index-aboutpytes .text li .num {
    position: relative;
    display: inline-block;
}

.index-aboutpytes .text li .num b {
    font-size: 110px;
    line-height: 1;
}

.index-aboutpytes .text li .num span {
    position: absolute;
    left: 100%;
    top: 0;
}

.index-aboutpytes .text li p {
    color: #666;
    padding: 0 20%;
    margin-top: 20px;
}

.index-aboutpytes .text li:nth-child(2) {
    width: 39.33%;
}
@media only screen and (min-width: 2000px){
    .index-aboutpytes .video {
        width: 80%;
        left: 50%;
        transform: translateX(-51%);
        max-width:1920px;
    }
    .index-aboutpytes .text {
        margin-bottom:100px;
    }
    .index-aboutpytes .inner {
        max-width:1920px;
        margin:0 auto;
    }
}
@media only screen and (max-width: 1440px) {
    .index-aboutpytes .video {
        width: 80%;
        left: 10%;
    }
    .index-aboutpytes .text li .num b {
        font-size: 90px;
    }
}

@media only screen and (max-width: 1440px) and (min-width: 1300px) {
    .index-aboutpytes {
        padding-bottom: 200px;
    }
    .index-aboutpytes .video {
        width: 80%;
        left: 8%;
        top: 20%;
        bottom: 10%;
    }
    .index-aboutpytes .text li .num b {
        font-size: 90px;
    }
    .index-aboutpytes .more-btn {
        position: relative;
        top: -100px;
    }
}

@media only screen and (max-width: 1280px) {
    .index-aboutpytes .text {
        margin: 90px 0 100px;
    }
    .index-aboutpytes .video {
        width: 70%;
        left: 12%;
    }
    .index-aboutpytes .text li .num b {
        font-size: 80px;
    }
    .index-aboutpytes .more-btn {
        position: relative;
        top: -60px;
    }
}

@media only screen and (max-width: 1024px) {
    .index-aboutpytes {
        padding: 150px 0 160px;
    }
    .index-aboutpytes .text li .num b {
        font-size: 70px;
    }
    .index-aboutpytes .text {
        margin-bottom: 150px;
    }
    .index-aboutpytes .video {
        width: 80%;
        left: 8%;
    }
    .index-aboutpytes .more-btn {
        position: relative;
        top: -120px;
    }
}

@media only screen and (max-width: 768px) {
    .index-aboutpytes .text li .num b {
        font-size: 50px;
    }
    .index-aboutpytes .video {
        top: 10%;
        bottom: 0;
        width: 100%;
        transform: none;
        left: -5%;
        height: 80%;
    }
}

@media only screen and (max-width: 540px) {
    .index-aboutpytes .text {
        margin: 50px 0 60px;
    }
    .index-aboutpytes .text li {
        float: none;
        width: 100%;
    }
    .index-aboutpytes .text li:nth-child(2) {
        width: 100%;
        margin: 100px 0;
    }
    .index-aboutpytes .video {
        width: 100%;
        height: 35%;
        left: auto;
        top: 30%;
        bottom: auto;
        transform: translateX(-20px);
    }
    .index-aboutpytes .more-btn {
        position: relative;
        top: 0;
    }
}

.index-Technical {
    background: url(../../img/paizhi-official/index_bg4.jpg) center center/cover no-repeat;
    position: relative;
    transform: translateZ(0);
    padding: 170px 0;
    margin-top: 20px;
    overflow: hidden;
}

.index-Technical .bg {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
}

.index-Technical .bg img {
    width: 100%;
    height: 100%;
}

.index-Technical .title {
    text-align: center;
    margin-bottom: 50px;
}

.index-Technical .title h1 {
    text-transform: uppercase;
    font-family: "Montserrat-Bold";
}

.index-Technical ul {
    margin: 0 -15px 0 -15px;
}

.index-Technical ul li {
    float: left;
    width: 25%;
    padding: 10px 15px;
}

.index-Technical ul li a {
    display: block;
    border-radius: 0 30px 0 30px;
    overflow: hidden;
    position: relative;
}

.index-Technical ul li .img {
    overflow: hidden;
}

.index-Technical ul li .img img {
    width: 100%;
    height: 100%;
    transition: all .4s;
    object-fit: cover;
}

.index-Technical ul li .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px 25px;
    transform: translateZ(0);
    transition: all .5s;
}

.index-Technical ul li .text:before {
    content: '';
    display: block;
    width: 100%;
    height: 197px;
    background-color: #f5f5f5;
    transition: all .5s;
    z-index: -2;
    position: absolute;
    left: 0;
    top: 0;
}

.index-Technical ul li .text:after {
    content: '';
    display: block;
    width: 100%;
    height: 0%;
    background: #3a3635;
    transition: all 0.4s;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.index-Technical ul li .text i {
    display: block;
    width: 37px;
    height: 37px;
    background-size: cover;
    margin-bottom: 10px;
}

.index-Technical ul li .text .icon-1 {
    background-image: url(../../img/paizhi-official/icon_support01.png);
}

.index-Technical ul li .text .icon-2 {
    background-image: url(../../img/paizhi-official/icon_support02.png);
}

.index-Technical ul li .text .icon-3 {
    background-image: url(../../img/paizhi-official/icon_support03.png);
}

.index-Technical ul li .text .icon-4 {
    background-image: url(../../img/paizhi-official/icon_support04.png);
}

.index-Technical ul li h2 {
    font-family: "Montserrat-Bold";
    margin-bottom: 10px;
}

.index-Technical ul li p {
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
    color: #666;
    line-height: 1.5; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
    color: #666;
    line-height: 24px;
    font-size: 15px;
    word-break: keep-all;

}

.index-Technical ul li:hover .img img {
    transform: scale(1.05);
}

.index-Technical ul li:hover .text {
    color: #fff;
}

.index-Technical ul li:hover .text:before {
    height: 0;
}

.index-Technical ul li:hover .text:after {
    opacity: 1;
    height: 100%;
    transition: all 0.4s;

}

.index-Technical ul li:hover .text p {
    color: #fff;
    height: auto;
    -webkit-line-clamp: 20;
}

.index-Technical ul li:hover .text .icon-1 {
    background-image: url(../../img/paizhi-official/icon_support01_hover.png);
}

.index-Technical ul li:hover .text .icon-2 {
    background-image: url(../../img/paizhi-official/icon_support02_hover.png);
}

.index-Technical ul li:hover .text .icon-3 {
    background-image: url(../../img/paizhi-official/icon_support03_hover.png);
}

.index-Technical ul li:hover .text .icon-4 {
    background-image: url(../../img/paizhi-official/icon_support04_hover.png);
}

.index-Technical .more-btn {
    text-align: center;
    margin-top: 60px;
}

.index-NewsCenter {
    margin-top: 20px;
    padding: 166px 0 100px;
    background: url(../../img/paizhi-official/index_bg5.jpg) center center/cover no-repeat;
    overflow: hidden;
}

.index-NewsCenter .title {
    text-align: center;
    margin-bottom: 45px;
}

.index-NewsCenter .title h1 {
    text-transform: uppercase;
    font-family: "Montserrat-Bold";
}

.index-NewsCenter ul {
    margin: 0 -15px;
}

.index-NewsCenter ul li {
    padding: 10px 15px;
    float: left;
    width: 33.33%;
}

.index-NewsCenter ul li:not(.text-news) a {
    display: block;
    background-color: #fff;
    border-radius: 0 30px 0 30px;
    overflow: hidden;
}

.index-NewsCenter ul li:not(.text-news) .img {
    height: 312px;
    overflow: hidden;
}

.index-NewsCenter ul li:not(.text-news) .img img {
    width: 100%;
    height: 100%;
    transition: all .4s;
    object-fit: cover;
}

.index-NewsCenter ul li .text {
    padding: 28px 8% 40px;
    background-color: #fff;
    height: 282px;
}

.index-NewsCenter ul li .text .datetime {
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
}

.index-NewsCenter ul li .text h2 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 100px;
    /* font-family: "Montserrat-Bold"; */
    line-height: 1.5;
}

.index-NewsCenter ul li .text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 64px;
    color: #666;
    border-top: 1px solid #fff4e5;
    margin-top: 15px;
    padding-top: 15px;
}

.index-NewsCenter ul li .box {
    margin-bottom: 30px;
    border-radius: 0 30px 0 30px;
    overflow: hidden;
}

.index-NewsCenter ul li .box:last-child {
    margin-bottom: 0;
}

.index-NewsCenter ul li a:hover .img img {
    transform: scale(1.05);
}

.index-NewsCenter .more-btn {
    margin-top: 40px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .index-Technical {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 768px) {
    .index-Technical .title {
        margin-bottom: 25px;
    }
    .index-NewsCenter .title {
        margin-bottom: 25px;
    }
    .index-Technical ul li {
        width: 50%;
    }
    .index-NewsCenter ul li {
        width: 50%;
    }
    .index-NewsCenter ul li:last-child {
        width: 100%;
    }
    .index-NewsCenter ul li:not(.text-news) .img {
        height: 172px;
    }
    .index-NewsCenter ul li .text {
        height: auto;
    }
    .index-NewsCenter ul li .box {
        margin-bottom: 20px;
    }
    .index-Technical ul li .img {}
    .index-Technical ul li .text:before {height: 0;}
    .index-Technical ul li .text:after{opacity: 1;height: 100%;transition: all 0.4s;}
    .index-Technical ul li .text p {
        color: #fff;
        height: auto;
        -webkit-line-clamp: 20;
    }
    .index-Technical ul li .text {
        color: #fff;
    }
    .index-Technical ul li .text .icon-1 {
        background-image: url(../../img/paizhi-official/icon_support01_hover.png);
    }

    .index-Technical ul li .text .icon-2 {
        background-image: url(../../img/paizhi-official/icon_support02_hover.png);
    }

    .index-Technical ul li .text .icon-3 {
        background-image: url(../../img/paizhi-official/icon_support03_hover.png);
    }

    .index-Technical ul li .text .icon-4 {
        background-image: url(../../img/paizhi-official/icon_support04_hover.png);
    }
}

@media only screen and (max-width: 540px) {
    .index-Technical ul li {
        width: 100%;
    }
    .index-NewsCenter ul li {
        width: 100%;
    }
    .index-Technical ul li .img { height:auto; display: none; }
    .index-Technical ul li .text { position: relative;min-height: 280px;}
}

footer {
    background: url(../../img/paizhi-official/banner_bg.png) center cneter/cover no-repeat;
    background-color: #ffffff;
}

footer .inner {
    margin: 0 4.16667%;
}

footer .hd {
    padding: 145px 0 24px;
}

footer .lt {
    float: left;
}

footer .md {
    float: right;
}

footer .rt {
    float: right;
}

footer .hd .lt {
    width: 18.86364%;
}

footer .hd .lt .logo {
    width: 109px;
    margin-bottom: 20px;
}

footer .hd .lt .logo img {
    width: 100%;
}

footer .hd .lt .txt {
    line-height: 2.14286;
    font-size: 14px;
    color: #666;
}

footer .hd .md {
    width: 66.59091%;
    margin: 0 0 0 3.18182%;
}
footer .hd nav>ul {text-align:right;}
footer .hd nav>ul>li {
    float: none;
    display: inline-block;
    margin: 0 3%;
    vertical-align: top;
    text-align: left;
}
footer .hd nav>ul>li:last-child { margin-right:0;}
footer .hd .rt {
    width: 7.95455%;
    display: none;
}

footer .hd .rt .img {
    width: 100%;
}

footer .hd .rt .img img {
    width: 100%;
}

footer .hd .rt p {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.3;
    padding: 10px 0;
}

footer .hd .dropdown {
    margin-top: 10px;
}

footer .hd .dropdown ul li {
    font-size: 14px;
    padding: 10px 0;
    line-height: 1.3;
}

footer .hd .dropdown ul li a {
    color: #666;
}

footer .hd .dropdown ul li a:hover {
    color: #ff9400;
}

footer .bd {
    font-size: 14px;
    color: #999;
    padding-bottom: 23px;
}

footer .bd a {
    color: #999;
}

footer .bd a:hover {
    color: #ff9400;
}

footer .share a {
    display: inline-block;
    margin: 0 10px;
}

footer .share a:last-child {
    margin-right: 0;
}

footer .share a i {
    display: inline-block;
    width: 28px;
    height: 23px;
    background: url(../../img/paizhi-official/share.png) no-repeat;
}

footer .share a .con-wx {
    background: url(../../img/paizhi-official/share1.png) no-repeat center center;
    background-size: 23px auto;
}


footer .share a .con-wx2 {
    background-position: -50px 0;
    width: 22px;
}

footer .share a .con-fc {
    background-position: -94px 0;
    width: 23px;
}

footer .share a .con-Yt {
    background-position: -138px 0;
    width: 22px;
}

footer .share a .con-in {
    background-position: -182px 0;
    width: 24px;
}

footer .share a:hover .con-wx {
    background: url(../../img/paizhi-official/share1_o.png) no-repeat center center;
    background-size: 23px auto;
}
footer .share a:hover .con-wx2 {
    background-position: -50px -23px;
}

footer .share a:hover .con-fc {
    background-position: -94px -23px;
}

footer .share a:hover .con-Yt {
    background-position: -138px -23px;
}

footer .share a:hover .con-in {
    background-position: -182px -23px;
}

footer .ft {
    border-top: 1px solid #e0e0e0;
    padding: 20px 0 50px;
    color: #999;
    font-size: 14px;
}

footer .ft a {
    color: #999;
}

footer .ft a:hover {
    color: #ff9400;
}

.goTopBtn {
    display: block;
    position: fixed;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    right: 10px;
    bottom: 10%;
    z-index: 9;
    color: #333;
    border: 1px solid #333;
}

.goTopBtn i {
    font-size: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.goTopBtn:hover {
    background: linear-gradient(-54deg, #ee8f35, #f6cb45);
    color: #fff;
    border: none;
}

@media only screen and (max-width: 1800px) {
    footer .hd nav>ul>li {
        margin: 0 2%;
    }
}

@media only screen and (max-width: 1600px) {
    footer .hd nav>ul>li {
        margin: 0 1%;
    }
}

@media only screen and (max-width: 1440px) {
    footer .hd .md {width:76%;}
    footer .hd nav>ul>li {
        margin: 0;
        float:left;
        width:20%;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 1024px) {
    footer .hd {
        padding-top: 70px;
    }
    .goTopBtn {
        width: 50px;
        height: 50px;
    }
}

@media only screen and (max-width: 768px) {
    footer .lt {
        float: none; margin-left: 0 !important;
    }
    footer .hd .lt {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    footer .hd .lt .logo {
        margin: 0 auto;
    }
    footer .md {
        float: none;
    }
    footer .hd .md {
        width: 100%;
        margin-left: 0;
    }
    footer .rt {
        float: none;
    }
    footer .hd .rt {
        width: 100px;
        margin: 20px auto 0;
    }
    footer .bd {
        text-align: center;
    }
    footer .bd .lt {
        margin-bottom: 20px;
    }
    footer .ft {
        text-align: center;
    }
    footer .hd nav>ul {
        text-align: center;
    }
    footer .hd nav>ul>li {
        float: none;
        display: inline-block;
        margin: 0 10px;
        width: auto;
        padding: 0;
    }
    footer .hd .dropdown {
        display: none;
    }
    .goTopBtn {
        width: 40px;
        height: 40px;
    }
    .goTopBtn i {
        font-size: 18px;
    }
}
@media only screen and (max-width: 640px) {
    footer .hd nav>ul>li a { font-size: 12px;}
    .index-aboutpytes .text li p {padding:0;}
}
@media only screen and (max-width: 370px) {
    .index-aboutpytes .video { width: 90%;left: 5%;transform: none;height: 25%;top: 32%;}

}

