body {
    --samecolor: #0b78d5;
    --borderColor: #e5e5e5;
    overflow-x: hidden;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    padding-top: 76px;
}

header {
    z-index: 10;
    padding: 15px 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 0 30px #eeeeee;
    -moz-box-shadow: 0 0 30px #eeeeee;
    box-shadow: 0 0 30px #eeeeee;
}
.navs-contacts  > i {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 50px;
    transform: translateY(-50%);
    transition: width .3s;
    text-align: center;
}
.navs-contacts  > i.active {
    width: 50%;
    right: 0;
    color: var(--samecolor);
}

.paginations {
    margin: 50px auto 35px auto;
    /*width:366px;*/
    text-align: center;
}

.paginations a, .paginations span {
    margin-left: 10px;
    /*float:left;*/
    display: inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    position: relative;
    top: 0;
}

.paginations a:first-child {
    margin-left: 0;
}

.paginations a {
    color: black;
}

.paginations .current {
    /*top: -5px;*/
    /*color: #333333;*/
    /*border-color: #e5e5e5;*/
    color: white;
    border-color: var(--samecolor);
    background-color: var(--samecolor);
}

.paginations a.page-prev, .paginations a.page-next {

    color: white;
    background-color: var(--samecolor);
    border-color: var(--samecolor);
}

.paginations a:first-child:before {
    content: "上一页";
}

.paginations a:last-child:before {
    content: "下一页";
}

.paginations a:first-child, .paginations a:last-child {

    border-color: #e5e5e5;

    padding-left: 20px;
    padding-right: 20px;

}
.paginations a:hover,.paginations span{
    color:white;
    background-color: var(--samecolor);
    border-color: var(--samecolor);
}
a:hover {
    text-decoration: none;
}

.transition {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.page-banner {
    position: relative;
    width: 100%;
    padding-bottom: 33%;
    background-position: 100% !important;

}

.banner-text {
    position: absolute;
    top: 50%;
    left: 14%;
    transform: translateY(-50%);
}

.banner-text:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 40px;
    height: 2px;
    background-color: black;
}

.banner-text h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333333;
}

.banner-text p {
    color: var(--samecolor);
    font-size: 16px;
}

.header-bg-half-white {
    background-color: rgba(255, 255, 255, .8);
}

.header-bg-white {
    background-color: rgba(255, 255, 255, 1);
}

a {
    color: #666666;
}

.cf:after {
    content: "";
    display: table;
    clear: both;
}

.margintb {
    width: 100%;
    padding-top: 50px;
}
.index-product-container .category,
.index-about-container .category {
    display: none;
}

.container, .category-title-container {
    width: 100%;
}

img {
    width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    margin-top: 0;
}

.page-row:after {
    content: "";
    display: table;
    clear: both;
}

.naved a {
    color: var(--samecolor) !important;
}

ol, ul {
    padding-left: 0;
    list-style-type: none;
}

.background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.logo {
    width: 160px;
}
header .navs-wrapper {
    position: fixed;
    top: 76px;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    display: none;
    background-color: rgba(0,0,0,.4);

}

.navigation {
    width: 50%;
    height: 100%;
    margin-left: 50%;
    background-color: #fff;
}

.navigation li {
    display: block;
    height: 10%;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}

.navigation li a {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    font-size: 18px;
    color: #000;
}

ul li a:hover {
    color: var(--samecolor) !important;
    text-decoration: none;
}

@media (min-width: 992px) {
    .navs-contacts {
        width: 90%;
    }

    .navigation li a {
        padding: 15px 29px;
    }
}

@media (min-width: 1366px) {

    .navs-contacts {
        width: 1250px;
    }

    .navigation li a {
        padding: 15px 45px;
    }
}

.header-contacts, .header-contacts ul li {
    position: relative;
}

.contact-icons {
    background-repeat: no-repeat;
    background-image: url(../images/contact-icons.png);
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
}

.contact-icons.qq-icon {
    top: 37%;
    left: 3px;
    background-position: -10px -5px;
}

.contact-icons.tel-icon {
    top: 0;
    left: 5px;
    background-position: -40px -5px;
}

.contact-icons.phone-icon {
    top: 0;
    left: 5px;
    background-position: -70px -5px;
}

.header-contacts ul li span.contact-title {
    color: #666666;
    font-size: 14px;
}

.header-contacts ul li span.contact-num {
    color: var(--samecolor);
    font-weight: bold;
    font-size: 20px;
    font-family: Arial;
}

.header-contacts ul li {
    display: block;
    padding-left: 45px;
}

.header-contacts ul li p {
    margin-bottom: 0;
}

.header-contacts {
    display: none;
    padding-left: 30px;
    padding-top: 15px;
}

.swiper-pagination-bullet {
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: var(--samecolor) !important;
}

.carouse .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}

.carouse .swiper-pagination-bullet-active {
    top: -1px;
}

.carouse .swiper-pagination-bullet-active, .news-swiper .swiper-pagination-bullet-active {
    height: 5px;
    width: 25px;
    border-radius: 30px;
    position: relative;
    background-color: var(--samecolor) !important;
}

.carouse-pagination {
    bottom: 15px !important;
}

.sub-line:after {
    position: absolute;
    content: "";
    width: 120%;
    background-color: #ededed;
    left: -20%;
    bottom: -10px;
    height: 1px;
    z-index: -1;
}

/*public css*/
.category-title-container {
    margin-left: auto;
    margin-right: auto;
}

.category-title-text {
    padding: 0 20px;
    position: relative;
}

.category-title-text p {
    color: #888888;
    font-size: 14px;
}

.category-title-text h2.category-title-en {
    font-weight: lighter;
    color: #333333;
    font-size: 25px;
    margin-bottom: 10px;
}

.category-title-text h2.category-title-en:after {
    position: absolute;
    display: block;
    content: "";
    z-index: -1;
    top: -5px;
    width: 90px;
    height: 35px;
}

.category-title-text.h2-yellow-after h2.category-title-en:after {
    background-color: #ffde00;
}

.index-product-container .category-title-text h2.category-title-en:after {
    left: -52px;
}

.index-product-container img {
    width: auto;
    max-width: 300px;
    height: auto;
}
.category-title-text h2.category-title-cn {
    font-size: 22px;
}

.category-title-text h2.category-title-cn:after {
    position: absolute;
    display: block;
    content: "";
    z-index: -1;
    top: 50%;
    width: 70px;
    height: 2px;
    background-color: #333333;
}

.index-product-container .category-title-text h2.category-title-cn:after {
    right: -50px;
}

.category li {
    float: left;
}

.category li a {
    display: block;
    padding: 0;
    margin-bottom: 20px;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}

.category li:last-child a {
    padding-right: 0;
}

.index-product-container .main-product {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    min-height: 470px;
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.index-product-container .main-product:last-child {
    border-right: none;
}

.index-product-container .main-product .image, .index-product-container .main-product .info {
    width: 100%;
}
 .index-product-container .main-product .info {
    border-bottom: 1px solid #dfdfdf;
 }

.index-product-container .main-product .info p span.see-more, .index-product-container .main-product .info p span.see-more-plus {
    display: inline-block;
    -webkit-box-shadow: 0 0 20px rgba(100, 100, 100, .3);
    -moz-box-shadow: 0 0 20px rgba(100, 100, 100, .3);
    box-shadow: 0 0 20px rgba(100, 100, 100, .3);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 12px;
}

.index-product-container .main-product .info p a:hover, .index-product-container .main-product .info p span:hover {
    -webkit-box-shadow: 0 0 20px rgba(11, 120, 213, .5);
    -moz-box-shadow: 0 0 20px rgba(11, 120, 213, .5);
    box-shadow: 0 0 20px rgba(11, 120, 213, .5);
    background-color: var(--samecolor);
    color: white;
}

.index-product-container .main-product .info p span.see-more {
    margin-right: 10px;
    padding: 5px 30px;

}

.index-product-container .main-product a {
    display: block;
}

.index-product-container .main-product .info p a:hover {
    color: white;
}

.index-product-container .main-product .info p span {
    margin-right: 10px;
    padding: 5px 10px;
}

.index-product-container .main-product .info h4 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 20px;
}

.index-product-container .main-product .info p {
    margin-bottom: 15px;
    font-size: 14px;
    color: #666666;
}

.index-product-container .main-product .image {
    text-align: center;
    width: 100%;
}

.index-product-container .main-product .info {
    padding: 0 30px;
    margin-bottom: 20px;
    /*padding-top: 160px;
    padding-left: 25px;*/
}

.index-product-container .main-product .image img {
    width: 100%;
}

.sp-box {
    text-align: center;
    position: relative;
    float: left;
    width: 50%;
    height: 240px;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.sp-box:last-child {
    border-right: none;
}

.sp-box .img-link {
    padding-top: 20px;
    display: block;
    position: relative;
    width: 100%;
    height: inherit;
}

.sp-box .sp-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
}

.sp-box .sp-title h4 {
    font-size: 16px;
    color: #333333;
}

.sp-box .sp-title span {
    font-size: 12px;
    color: #666666;
}

.sp-box img {
    width: 90%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}

.sp-box:hover img {
    margin-top: -10px;
}

.sp-box:hover .sp-title h4 {
    color: var(--samecolor);
}

.index-plan-container .category-title-cn {
    margin-bottom: 15px;
}

.index-plan-container .category-title-box h2.category-title-en:after {
    right: -50px;
}

.index-plan-container .category-title-box h2.category-title-cn:after {
    left: -100px;
}

.index-plan-container .plan-title .link {
    padding-top: 40px;
    display: none;
}

.index-plan-container .plan-title .link a {
    font-size: 12px;
    color: #333333;
    display: block;
    position: relative;
}

.index-plan-container .plan-title .link a span {
    padding-left: 80px;
}

.index-plan-container .plan-title .link a:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 9px;
    width: 60px;
    height: 1px;
    background-color: #666666;
}

.plan-title-box h2 {
    font-size: 48px;
    color: var(--samecolor);
}

.plan-title-box:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 180px;
    top: 60px;
    left: 0;
    background-color: var(--borderColor);
}

.index-plan-container .plan-title-box h2.category-title-cn:after {
    display: none;
}

.plan-title-box {
    position: relative;
    width: 100%;
}

.plan-img {
    margin-top: 10px;
    width: 100%;
}

.plan-icons {
    margin-top: 20px;
    text-align: center;
}

.plan-icons h5 {
    margin-top: 20px;
}

.plan-icons li {
    float: left;
    width: 33.333%;
}

.plan-icons li:last-child {
    margin-right: 0;
}

.plan-icons .plan-icon {
    position: relative;
    margin: 0 auto;
    display: block;
    border: 1px solid #d5d5d5;
    /*width: 100%;
    height: 100%;*/
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.plan-icons .plan-icon:after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    background-repeat: no-repeat;
    background-image: url(../images/plan-icons.png);
}

.plan-icons li:hover span {
    background-color: #ffde00;
    border-color: #ffde00;
}

.plan-icons .model-icon:after {
    background-position: -11px -5px;
}

.plan-icons .charge-icon:after {
    background-position: -73px 0;
}

.plan-icons .box-icon:after {
    background-position: -139px 0;
}

.plan-icons li:hover span.model-icon:after {
    background-position: -11px -63px;
}

.plan-icons li:hover span.charge-icon:after {
    background-position: -73px -64px;
}

.plan-icons li:hover span.box-icon:after {
    background-position: -136px -64px;
}

.index-about-container {
    position: relative;
}

.index-about-container .see-more {
    text-align: center;
    margin-top: 20px;
    width: 120px;
    height: 28px;
    display: block;
    border: 1px solid var(--borderColor)
}

.index-about-container .see-more:hover {
    border-color: var(--samecolor);
}

.index-about-container .see-more:hover .arrow:before, .index-about-container .see-more:hover .arrow:after {
    background-color: var(--samecolor);
}

.index-about-container .see-more .arrow {
    position: relative;
}

.index-about-container .see-more .arrow:before {
    content: "";
    width: 40px;
    height: 1px;
    top: 15px;
    left: -18px;
    background-color: var(--borderColor);
    position: absolute;
}

.index-about-container .see-more .arrow:after {
    background-color: var(--borderColor);
    position: absolute;
    content: "";
    width: 14px;
    height: 1px;
    bottom: 5px;
    top: 10px;
    right: -24px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.index-about-container:before {
    z-index: -1;
    content: "";
    display: block;
    width: 30%;
    height: 100px;
    position: absolute;
    right: 0;
    top: 50px;
    background-image: url(../images/about-bg.jpg);
}

.index-about-container .category-title-en:after {
    right: -75px;
    width: 160px !important;
}

.index-about-container .category-title-cn:after {
    left: -60px;
    /*top: 60px !important;
    left: -990px;
    width: 1000px !important;
    height: 1px !important;
    background-color: #dfdfdf !important;*/
}

.index-about-container .category-title-cn:before {
    top: 20px;
    content: "";
    width: 82px;
    height: 82px;
    position: absolute;
    left: -470px;
    border-radius: 60%;
    border: 1px solid #dfdfdf;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

.index-about-container .category-title-box {
    text-align: center;
    width: 240px;
    padding-bottom: 0;
}

.index-about-container .category-title-box * {
    padding-bottom: 0;
}

.index-about-container .about-container {
    width: 100%;
    margin-top: 40px;
    padding-left: 26px;
    padding-right: 26px;
}

.index-about-container .about-container video {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
}

.video-container {
    position: relative;
}

.video-container .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 25px;
    padding: 5px 6px 5px;
    border-radius: 60px;
    border: 3px solid white;
    text-align: center;
    z-index: 999999999999;
}

.index-about-container .about-container .about-text {
    padding-top: 20px;
}

.index-about-container .about-container .about-text p:first-child {
    margin-bottom: 15px;
}

.index-about-container .about-container .about-text p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding: 0 7px;
}

.index-news .category {
    padding: 0 10%;
    margin-top: 20px;
}
.index-news .category li {
    width: 30%;
    text-align: left;
}
.index-news .category-title-cn:after {
    right: auto;
    left: 140px;
}

.index-news .category-title-en:after {
    left: -45px;
}

.index-news .category a {
    font-size: 15px;
}

.index-news .news-content .main-news {
    display: block;
    width: 100%;
}

.index-news .swiper-pagination-bullet {
    height: 5px;
    width: 25px;
    border-radius: 30px;
}

.index-news .news-lists {
    width: 100%;
    padding-top: 40px;
}


.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index-news .news-lists h5.news-title {
    color: #333333;
    font-size: 15px;
    margin-bottom: 24px;
}

.index-news .news-lists span.news-date, .index-news .news-lists span.arrow {
    display: block;
    position: relative;
}

.index-news .news-lists a.see-more {
    display: block;
    height: 30px;
    width: 50px;
}

.index-news .news-lists span.news-date {
    color: #cccccc;
    font-size: 12px;
    margin-bottom: 20px;
}

.index-news .news-lists p.news-description {
    color: #888888;
    font-size: 14px;
    margin-bottom: 30px;
}

.index-news .news-lists a.see-more span.arrow {
    width: 100%;
    height: inherit;
}

.index-news .news-lists span.arrow:before, .index-news .news-lists span.arrow:after {
    background-color: #cfcfcf;
    position: absolute;
}

.index-news .news-lists span.arrow:before {
    content: "";
    width: 40px;
    height: 1px;
    bottom: 30px;
}

.index-news .news-lists span.arrow:after {
    content: "";
    width: 14px;
    height: 1px;
    bottom: 35px;
    right: 7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.index-news .news-lists li {
    margin-bottom: 40px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 35px;
}

/*index css*/

.common-category-container {
    margin-top: 20px;
    border-bottom: 1px solid #dfdfdf;
    line-height: 80px;
}
.category-container{
    width:100%;

}
.common-category {
    width: 100%;
    margin-bottom: 0;
}

.common-category li {
    width: 50%;
    float: left;
    text-align: center;
}
.common-category li:first-of-type {
    width: 100%;
}
.news-category-container .common-category li {
    width: 50%;
    padding: 10px 0;
}

.common-category li:last-child {
    margin-right: 0;
}

.common-category li a {
    font-size: 14px;
    color: #333333;
    display: block;
    line-height: 50px;
}
.certication-swiper{
    text-align: center;
}
.common-container {

    padding-top: 40px;
}
.product-nav-swiper-container {
    margin-bottom: 10px;
}
.product-lists{
    width:100%;
    border-top:1px solid #e5e5e5;
    border-left:1px solid #e5e5e5;
    border-collapse: collapse;
    border-spacing: 0;
}
.product-lists li {
    border-right:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    border-collapse: collapse;

    float: left;
    width: 50%;
}

.product-lists li .product-box {
    background-color: white;
    padding-top: 10px;
    top: 0;
    text-align: center;
    position: relative;
    height: 220px;
    width: 100%;
    /*border: 1px solid #e5e5e5;*/
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}
.product-lists li .product-box a{
    display: block;
}
.product-lists li .product-box img {
    width: 90%;
    max-width: 238px;
}

.product-lists li .product-box:hover {
    z-index:3;
    top: -10px;
    -webkit-box-shadow: 0 0 30px rgba(100, 100, 100, .3);
    -moz-box-shadow: 0 0 30px rgba(100, 100, 100, .3);
    box-shadow: 0 0 30px rgba(100, 100, 100, .3);
    /*border:1px solid #e5e5e5;*/
}

.product-lists li .product-box:hover h3 {
    color: var(--samecolor);
}

.product-lists li .product-box .product-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    width: 100%;
}
.product-lists li .product-box .product-content h3 {
    font-size: 16px;
}

.product-details-container {
    padding-top: 20px;
}

.current-page {
    padding-top: 20px;
    height: 60px;
    background-color: #e5e5e5;
}

.current-page * {
    color: black;
    font-size: 15px;
}

.current-page-container {
    width: 100%;
}

/*product list page css*/
.product-galleries {
    width: 100%;
}

.product-galleries .product-gallery-lists {
    display: none;
    width: 20.4444444%;
    float: left;
    min-height: 490px;
    /*overflow-y: scroll;*/
}

.product-galleries .product-gallery-lists li {
    text-align: center;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 114px;
    margin-bottom: 10px;
    cursor: pointer;
}

.product-galleries .product-gallery-lists li img {
    width: 86px;
    height: auto;
}

.product-galleries .product-image {
    border: 1px solid #e5e5e5;
    float: left;
    width: 100%;
    text-align: center;
}

.product-galleries .product-image img {
    width: 100%;
    max-width: 500px !important;
}

.product-page-container {
    width: 100%;
}

.pd {
    padding-left: 30px;
    padding-right: 30px;
}

.product-gallery-and-product-basic-infos .product-info {
    width: 100%;
    padding-top: 20px;
}

.product-info.product-page-same-css h3 {
    font-size: 24px;
    color: #000000;
    padding-bottom: 25px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--borderColor);
    margin-bottom: 35px;
}

.product-info.product-page-same-css p {
    font-size: 15px;
    color: #666666;
    margin-bottom: 15px;
}

.product-gallery-and-product-basic-infos .product-info .product-contact-info a, .product-gallery-and-product-basic-infos .product-info .product-contact-info p {
    float: left;
    display: block;
}

.product-info .product-contact-info a {
    text-align: center;
    line-height: 47px;
    font-size: 15px;
    width: 188px;
    height: 50px;
    background-color: var(--samecolor);
    color: white;
    margin-right: 35px;
}

.product-contact-info {
    margin-top: 20px;
}

.product-info .product-contact-info p span.tel-label {
    font-size: 18px;
    color: black;
}

.product-info .product-contact-info p span.tel-num {
    font-size: 30px;
    font-weight: bold;
    font-family: Arial;
    color: var(--samecolor);
}

.product-details-box {
    padding-top: 40px;
}

.product-details-box .product-details {
    width: 100%;
}
.product-details img{
    width: 100%;
}
.product-details-box .product-details .detial-title {
    border-bottom: 1px solid var(--borderColor);
    margin-bottom: 30px;
}

.product-details-box .product-details .detial-title h4 {
    background-color: var(--samecolor);
    margin-bottom: 0;
    color: white;
    text-align: center;
    padding-top: 10px;
    width: 132px;
    height: 40px;
    font-size: 16px;
}

.product-details-box .related-product {
    width: 100%;
    margin-bottom: 20px;
}

.product-details-box .related-product h3 {
    padding-top: 10px;
    padding-bottom: 8px;
    color: #333333;
    font-size: 20px;
    border-bottom: 1px solid var(--borderColor);
    margin-bottom: 30px;
}

.product-details-box .related-product .related-product-list {
    width: 50%;
    height: 250px;
    float: left;
    position: relative;
    border: 1px solid var(--borderColor);
    padding: 10px;
}

.product-details-box .related-product li {
    margin-bottom: 5px;
}

.product-details-box .related-product .related-product-list .related-product-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    width: 100%;
}

.product-details-box .related-product .related-product-list {
    display: block;
    text-align: center;
}

.product-details-box .related-product .related-product-list img {
    width: 100%;
}

.charger-custom-container {
    padding-top: 20px;
    padding-bottom: 50px;
}

.page-charger-custom-text p {
    line-height: 28px;
    text-indent: 2em;
    margin-bottom: 20px;
    font-size: 15px;
    color: #666666;
}

.charger-container {
    width: 100%;
    padding: 0 30px;
}

.charger-box-lists li {
    margin-bottom: 35px;
}

.charger-box-lists li:last-child {
    margin-bottom: 0;
}

.charger-box-lists li:nth-of-type(odd) .charger-thumb {
    /*float: left;*/
}

.charger-box-lists li:nth-of-type(odd) .charger-content {
    /*float: right;
    padding-left: 45px;*/
}

.charger-box-lists li:nth-of-type(even) .charger-thumb {
    /*float: right;*/
}

.charger-box-lists li:nth-of-type(even) .charger-content {
    /*float: left;
    padding-right: 60px;*/
}

.charger-box-lists li .charger-thumb {
    width: 100%;
}

.charger-box-lists li .charger-content {
    width: 100%;
    padding-top: 20px;
}

.charger-box-lists li .charger-content h3 {
    font-size: 24px;
    color: var(--samecolor);
    padding-bottom: 25px;
    border-bottom: 1px solid var(--borderColor);
}

.charger-box-lists li .charger-content p {
    font-size: 15px;
    color: #666666;
    line-height: 28px;
}

.news-page-container {
    padding: 30px;
}

.news-page-container .news-lists-container {

}

.news-page-container .news-lists li {
    width: 100%;
    float: left;
    position: relative;
}

.news-page-container .news-lists * {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.news-page-container .news-lists .news-box {
    width: 100%;
    padding: 20px;
    border: 1px solid var(--borderColor);
    -webkit-box-shadow: 0 0 30px transparent;
    -moz-box-shadow: 0 0 30px transparent;
    box-shadow: 0 0 30px transparent;
}

.news-page-container .news-lists .news-box span {
    display: block;
}

.news-page-container .news-lists .news-box .news-title {
    font-size: 18px;
    color: #333333;
    padding-right: 36px;
}

.news-page-container .news-lists .news-box .news-date {
    font-size: 18px;
    color: #999999;
    margin-bottom: 10px;
}

.news-page-container .news-lists .news-box .news-description {
    font-size: 14px;
    color: #888888;
}

.news-page-container .news-lists .news-box .news-plus {
    position: absolute;
    right: 30px;
    top: 20px;
    width: 26px;
    height: 26px;
    text-align: center;
    padding-top: 5px;
    background-color: #e5e5e5;
    color: #000000;
    font-size: 13px;
}

.news-page-container .news-lists .news-box:hover {
    background-color: var(--samecolor);
    -webkit-box-shadow: 0 0 30px rgba(11, 120, 213, .5);
    -moz-box-shadow: 0 0 30px rgba(11, 120, 213, .5);
    box-shadow: 0 0 30px rgba(11, 120, 213, .5);
}

.news-page-container .news-lists .news-box:hover .news-title {
    color: white;
}

.news-page-container .news-lists .news-box:hover .news-date {
    color: white;
}

.news-page-container .news-lists .news-box:hover .news-description {
    color: #acd7fb;
}

.news-page-container .news-lists .news-box:hover .news-plus {
    background-color: white;
}

.center-block {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.about-page-container {
    padding-top: 30px;
}

.about-page-container .about-top {
    width: 100%;
    position: relative;
    padding: 0 30px;
}
.about-page-container .about-top:before {
    z-index: -1;
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/about-bg.jpg);
}

video {
    width: 100%;
    height: inherit;
}

.about-page-container .video-container {
    width: 100%;
}

.about-page-container .about-profile-text {
    padding-top: 40px;
    width: 100%;
}

.about-page-container .about-profile-text h3 {
    font-size: 22px;
    color: black;
    border-left: 8px solid #ffde00;
    padding-left: 25px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    width: 240px;
    margin-bottom: 30px;
}

.about-page-container .about-profile-text h3:before {
    content: "";
    display: block;
    width: 53px;
    height: 35px;
    position: absolute;
    right: 10px;
    top: -40px;
    background-image: url(../images/about-title-bubbles.png);
}

.about-page-container .about-profile-text p {
    font-size: 16px;
    color: #666666;
}

.about-page-container .about-profile-text p {
    margin-bottom: 20px;
    text-indent: 2em;
}

.about-top {

}

.about-top .company-status {
    margin-top: 10px;
}

.about-top .company-status li {
    width: 50%;
    float: left;
    text-align: center;
}

.about-top .company-status li p {
    font-size: 15px;
    color: #666666;
}

.about-top .company-status li h3 {
    font-size: 50px;
    color: var(--samecolor);
}

.about-top .company-status li small {
    font-size: 16px;
    color: #333333;
}

.about-page-container .company-advantages {
    margin-top: 30px;
}

.about-page-container .company-advantages .adv-box {
    float: left;
}

.about-page-container .company-advantages .adv-box {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.about-page-container .company-advantages .adv-box .adv-title-title {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 5px;
    right: 0;
    height: 45px;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    text-align: center;
    padding-top: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: white;
}

.about-page-container .company-advantages .adv-box .adv-title-title h3 {
    padding-top: 5px!important;
    font-size: 16px;
    position: relative;
    top: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.about-page-container .company-advantages .adv-box:nth-child(1) {
    width: 100%;
    height: 100px;

}
.about-page-container .company-advantages .adv-box:nth-child(2) {
    width: 50%;
    height: 160px;
}

.about-page-container .company-advantages .adv-box:nth-child(3) {
    height: 160px;
}

.about-page-container .company-advantages .adv-box:nth-child(3) {
    width: 50%;
}

.about-page-container .company-advantages .adv-box:nth-child(4) {
    width: 100%;
    height: 120px;
}

.about-page-container .company-advantages .adv-box:nth-child(5) {
    width: 100%;
    height: 120px;
}


.about-page-container .company-advantages .adv-box:hover .adv-title-title {
    height: inherit;
}

/*.about-page-container .company-advantages .adv-box:hover .adv-title-title h3 {*/
/*padding-top: 10%;*/
/*}*/
.adv-box .adv-title-title .adv-title-box {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    top: 0;
    position: relative;

}

.company-photos .category-title-text {
    width: 340px;
}

.company-photos .category-title-text h2 {
    float: left;
}

.company-photos .category-title-text h2:after {
    background-color: transparent;
}

.company-photos-swiper {
    margin-top: 20px;
    padding-bottom: 40px;
}

.company-photos-swiper .swiper-slide {
    border: 6px solid var(--borderColor);
}

.after-right:after {
    right: -47px;
}

.recruiment-container .category-title-text {
    width: 370px;
}

.recruiment-container .category-title-text .category-title-en:after {
    width: 127px;
}

.recruiment-container .category-title-text .category-title-cn:after, .company-history .category-title-text .category-title-cn:after {
    background-color: transparent;
}
.certication .category-title-text{
    width: 100%;
}
.certication .category-title-cn:after{
    background-color: transparent !important;
}
.certication .category-title-en:after{
    right:-50px;
}
.certication .category-title-cn ,.certication .category-title-en{
    float:left;
}
.certication-swiper{
    padding-bottom:20px;
}
.about-page-title {}

.recruiment-container h2 {
    float: left;
}

.recruiment-container ul li p.job-list-text span {
    display: table-cell;
    width: 1%;
    font-size: 12px;
    color: #333333;
    position: relative;
}

.recruiment-container ul li p.job-list-text {
    display: table;
    margin-bottom: 0;
    min-height: 55px;
}

.recruiment-container ul li {
    text-align: center;

    line-height: 55px;

}

.recruiment-container .job-list i {
    position: absolute;
    left: 150px;
    top: 0
}

.recruiment-container .job-list .job-details {
    position: relative;
    z-index: 66;
    background-color: #f6f6f6;
    overflow: hidden;
    height: 1%;
    display: none;
    text-align: left;
    padding: 10px 20px;
    color: #333333;
}

.recruiment-container .job-white-bg {
    padding: 50px 0;
}

.recruiment-container .job-white-bg h2 {
    margin-top: 0;
    font-size: 32px;
    color: #333333;
    margin-bottom: 90px;
    text-align: center;
}
.recruiment-container .job-list {
    margin: 20px 0;
}
.recruiment-container .job-list li:hover {
    background-color: #cbddec;
}

.recruiment-container .job-list li:first-child {
    background-color: #cbddec;
}

.recruiment-container .job-list li:first-child p.job-list-text * {
    /*color: white;*/
}

.recruiment-container .job-list li:hover p.job-list-text * {
    /*color: white;*/
}

.recruiment-container .job-list li i {
    color: #333333;
}

.recruiment-container .ic-plus {
    position: relative;
    /*right: -50px;*/
}

.recruiment-container .ic-plus:after {
    content: "+";
}

.recruiment-container .ic-minus:after {
    content: "-";
}

.recruiment-container .job-link {
    padding: 10px 15px;
    background-color: var(--samecolor);
    margin-top: 40px;
    text-align: center;
    color: white;
}

.recruiment-container .job-link:hover {
    color: white !important;
}

.company-history:after {
    position: absolute;
    top: 56%;
    content: "";
    width: 100vw;
    height: 1px;
    left: 0;
    background-color: #cfcfcf;
}

.company-history {
    position: relative;
    margin-top: 20px;
    padding: 40px 15px 10px;
    height: 480px;
    width: 100%;
    background-image: url(../images/company-history-bg.jpg);
}

.company-history .category-title-text {
    width: 296px;
}

.company-history .category-title-text h2 {
    float: left;
    z-index: 2;
}

.company-history .category-title-text h2.category-title-en {
    z-index: 1;
}

.company-history .category-title-en:after {
    right: -50px;
}

.company-history .history-line {
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.company-history .history-line .history-image {
    width: 78px;
    height: 78px;
    border-radius: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 15px;
}

.histories-line-swiper {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.company-history .history-line .history-box {
    height: 140px;
    position: relative;
    text-align: left;
}
.company-history .history-line ul li {
    height: 150px;
}

.company-history .history-line .history-box h3 {
    font-size: 16px;
    color: #333333;
}

.company-history .history-line .history-box p {
    width: 220px;
    font-size: 12px;
    color: #666666;
}

.company-history .history-line ul li .history-box:after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 32px;
    display: block;
}

.company-history .history-line ul li:nth-of-type(odd) {
    top: 40px;
}

.company-history .history-line ul li:nth-of-type(even) {
    bottom: -214px;
}

.company-history .history-line ul li:nth-of-type(odd) .history-box:after {
    bottom: -24px;
    left: 45%;
    background-image: url(../images/nest-up.png);
    background-position: bottom center;
}

.company-history .history-line ul li:nth-of-type(even) .history-box:after {
    height: 32px;
    top: -32px;
    left: 45%;
    background-image: url(../images/nest-down.png);
    background-position: top center;
}

.contact-container .map-info {
    width: 100%;
}

.contact-map {
    width: 100%;
    height: 250px;
}

.map-container .mapping {
    width: 190px;
    height: 40px;
    background-color: var(--samecolor);
    padding: 10px 10px 5px;
    color: white;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    padding-left: 80px;
}

.map-container .mapping:after {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    left: 45px;
    top: 10px;
    background-repeat: no-repeat;
    background-image: url(../images/go.png);
}

.map-container {
    position: relative;
    width: 100%;
}

.company-distributions {
    width: 100%;
    padding: 20px;
    padding-left: 30px;
}

.company-distributions li {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--borderColor);
}

.company-distributions li h3 {
    margin-top: 30px;
    font-size: 22px;
    color: #000000;
    margin-bottom: 20px;
}
.leave-messages {
    padding-top: 0;
}
.leave-messages .msg-title {
    text-align: center;
    margin-bottom: 20px;
}

.leave-messages .msg-title h3 {
    font-size: 32px;
    color: #333333;
}

.leave-messages .msg-title p {
    font-size: 16px;
    color: #666666;
}

.leave-messages .forms-group {
    padding: 0 30px;
}

.form-container {
    width: 100%;
}

.msg-upload-form .textarea-form, .msg-upload-form .input-form {
    float: left;
}

.msg-upload-form .input-form {
    width: 100%;
}

.msg-upload-form .textarea-form {
    width: 100%;
}

.msg-upload-form input, .msg-upload-form textarea, .msg-upload-form .btns button {
    outline: none;
    border: 0;
}

.msg-upload-form input, .msg-upload-form textarea {
    background-color: var(--borderColor);
    padding: 15px;
    color: #666666;
    font-size: 15px;
    width: 100%;
    margin-bottom: 10px;
}

.msg-upload-form .btns {
    text-align: center;
}

.msg-upload-form .btns button {
    color: white;
    font-size: 15px;
    float: left;
    width: 40%;
    height: 40px;
    margin: 5px 5% 30px;
}

.msg-upload-form .btns button.btn-submint {
    background-color: var(--samecolor);
}

.msg-upload-form .btns button.btn-reset {
    background-color: #333333;
}

footer {
    padding: 30px;
    background-color: #333333;
}

footer a, footer p {
    font-size: 14px;
    color: #999999;
}

footer h4 {
    color: #ffffff;
    font-size: 20px;
}

footer .footer-category ul {
    width: 33.3333333%;
    float: left;
}

footer .footer-category ul h4 {
    margin-bottom: 15px;
}

footer .footer-category ul li a {
    line-height: 33px;
}
footer .footer-category ul li{
    display: block;
}
footer .footer-category {
    display: none;
    width: 60%;
    padding-bottom: 80px;
    border-right: 1px solid #414141;
}

footer .footer-contact-info {
    width: 100%;
}

footer .footer-contact-info .service-line-text {
    padding-left: 30px;
    position: relative;
}

footer .footer-contact-info .service-line-text:before {
    content: "";
    width: 25px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 25px;
    background-repeat: no-repeat;
    background-image: url(../images/contact-icons.png);
    background-position: -112px -10px;
}

footer .footer-contact-info h3 {
    font-size: 30px;
    font-weight: bold;
    color: white;
    margin-bottom: 25px;
}

footer .footer-contact-info .contact-btn {
    display: block;
    width: 165px;
    height: 40px;
    color: white;
    background-color: var(--samecolor);
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    margin-bottom: 25px;
}

.icp-links {
    width: 100%;
    padding-bottom: 20px;
    background-color: #222222;
    position: relative;
}

.icp-links p, .icp-links a {
    font-size: 14px;
    color: #666666;
}

.icp-links a:hover {
    color: white;
}

.icp-links p {
    padding-top: 15px;
    margin-bottom: 0;
    line-height: 30px;
}

.icp-links select {
    position: absolute;
    bottom: 20px;
    right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    width: 120px;
    margin-top: 15px;
    outline: none;
    border: 1px solid #666666;
    color: #666666;
    background-color: #222222;
}

.icp-links select option {

    text-align: center;
}

.modal {
    z-index: 99999;
}
