body {
    --samecolor: #0b78d5;
    --borderColor: #e5e5e5;
    overflow-x: hidden;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

header {
    z-index: 10;
    padding-top: 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 117px;
    width: 100%;
    -webkit-box-shadow: 0 0 30px #eeeeee;
    -moz-box-shadow: 0 0 30px #eeeeee;
    box-shadow: 0 0 30px #eeeeee;
}

.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: 23%;
    background-position: 100% !important;

}

.banner-text {
    position: absolute;
    top: 45%;
    left: 14%;
}

.banner-text:after {
    position: absolute;
    bottom: -20px;
    left: 0;
    content: "";
    width: 75px;
    height: 2px;
    background-color: black;
}

.banner-text h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #333333;
}

.banner-text p {
    color: var(--samecolor);
	font-size: 30px;
	text-transform: uppercase;
}

.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 {
    padding-top: 50px;
    padding-bottom: 50px;
	width:1200px;
	margin:0 auto;
}

.container, .category-title-container {
    width: 80%;
	margin:0 auto;
}

img {

    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: 230px;
}

.navigation {
    padding-top: 16px;
    text-align: center;
}

.navigation li {
    float: left;

}

.navigation li a {
    font-size: 18px;
    width: 100%;
    display: block;
    color: #333333;
}

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 {
    padding-left: 30px;
    padding-top: 15px;
}

.swiper-pagination-bullet {
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: var(--samecolor) !important;
}

.carouse {
    margin-bottom: 50px;
}

.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: 45px !important;
}

/*public css*/
.category-title-container {


}

.category-title-text {
    padding-bottom: 50px;
    position: relative;
}

.sub-line {

}

.sub-line:after {
    position: absolute;
    content: "";
    width: 800px;
    background-color: #ededed;
    left: -20%;
    bottom: 0;
    height: 1px;
    z-index: -1;


}

.category-title-text p {
    color: #888888;
    font-size: 14px;
}

.category-title-text h2.category-title-en {
    font-weight: lighter;
    color: #333333;
    font-size: 33px;
    margin-bottom: 23px;
}

.category-title-text h2.category-title-en:after {
    position: absolute;
    display: block;
    content: "";
    z-index: -1;
    top: -5px;
    width: 108px;
    height: 50px;
}

.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 {

    max-width: 95%;

    height: auto;
}
.about img{ max-width:100%;}
.category-title-text h2.category-title-cn:after {
    position: absolute;
    display: block;
    content: "";
    z-index: -1;
    top: 50%;
    width: 150px;
    height: 2px;
    background-color: #333333;
}

.index-product-container .category-title-text h2.category-title-cn:after {
    right: -118px;
}

.category li {
    float: left;
}

.category li a {
    display: block;
    padding: 10px 35px;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}

.category li:last-child a {
    padding-right: 0;
}

.index-product-container .main-product {
    width: 50%;
    float: left;

    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: 50%;
    float: left;
}

.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;
    padding-top: 5px;
    padding-left: 5px;
}

.index-product-container .main-product .info {
    padding-top: 160px;
    padding-left: 25px;
}

.index-product-container .main-product .image img {

    /*max-width: 283px;*/
    /*min-width: 283px;*/
    /*max-height: 283px;*/
    /*min-height: 283px;*/
}

.sp-box {
	text-align: center;
	position: relative;
	width: 25%;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #dfdfdf;
	border-right-color: #dfdfdf;
	border-bottom-color: #dfdfdf;
}

.sp-box:last-child {
    border-right: none;
}

.sp-box .img-link {
    padding-top: 10%;
    display: block;
    position: relative;
    width: 100%;
    height: inherit;
}

.sp-box .sp-title {
    
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 120px;
}

.sp-box .sp-title h4 {
    font-size: 20px;
    color: #333333;
}

.sp-box .sp-title span {
    font-size: 12px;
    color: #666666;
}

.sp-box img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}

.index-plan-container .category-title-cn {
    margin-bottom: 15px;
}

.sp-box:hover img {
    margin-top: -10px;
}

.sp-box:hover .sp-title h4 {
    color: var(--samecolor);
}

.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: -160px;
}

.index-plan-container .plan-title .link {
    padding-top: 40px;
}

.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: 105px;
    left: 0;
    background-color: var(--borderColor);
}

.index-plan-container .plan-title-box h2.category-title-cn:after {
    left: 310px;
}

.plan-title-box {
    position: relative;
    width: 44%;
}

.plan-img {
    width: 50%;
}

.plan-icons {
    padding-left: 5%;
    margin-top: 70px;
    text-align: center;
}

.plan-icons h5 {
    margin-top: 20px;
}

.plan-icons li {
    float: left;
    margin-right: 8%;
}

.plan-icons li:last-child {
    margin-right: 0;
}

.plan-icons .plan-icon {
    position: relative;
    margin: 0 auto;
    display: block;
    border: 1px solid #d5d5d5;
    width: 107px;
    height: 107px;
    border-radius: 50%;
}

.plan-icons .plan-icon:after {
    content: "";
    width: 50px;
    height: 50px;
    left: 25%;
    top: 20%;
    position: absolute;
    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 0;
}

.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: 40px;
    width: 200px;
    height: 40px;
    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: 21px;
    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: 16px;
    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: 850px;
    height: 508px;
    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 {
    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 {
    max-width: 1400px;
    width: 100%;
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
}

.index-about-container .about-container video {
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 5;
}

.video-container {
    position: relative;
}

.video-container .play-btn {
    position: absolute;
    left: 48%;
    top: 40%;
    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: 45px;
    text-align: center;
}

.index-about-container .about-container .about-text p:first-child {
    margin-bottom: 15px;
}

.index-about-container .about-container .about-text p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.index-news .category-title-cn:after {
    right: -80px;
}

.index-news .category-title-en:after {
    left: -45px;
}

.index-news .category a {
    font-size: 15px;
}

.index-news .news-content .main-news {
    display: block;
    width: 45%;
}

.index-news .swiper-pagination-bullet {
    height: 5px;
    width: 25px;
    border-radius: 30px;
}

.index-news .news-lists {
    width: 50%;
    padding-top: 40px;
}

.index-news .news-lists .news-pagination {
    text-align: left;
}

.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: 20px;
    width: 90px;
}

.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: 100px;
    height: 1px;
    bottom: 0;
}

.index-news .news-lists span.arrow:after {
    content: "";
    width: 14px;
    height: 1px;
    bottom: 5px;
    right: -12px;
    -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;

}

/*index css*/

.common-category-container {
    height: 100px;
    border-bottom: 1px solid #dfdfdf;
    line-height: 80px;
}
.category-container{
    width:100%;
    max-width: 1400px;

}
.common-category {
    width: 1400px;
    margin-bottom: 0;
}

.common-category li {
    float: left;
    margin-right: 20px;
}

.common-category li:last-child {
    margin-right: 0;
}

.common-category li a {
    font-size: 14px;
    color: #333333;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.certication-swiper{
    text-align: center;
}
.common-container {

    padding-top: 40px;
}
.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: 33.3333333%;
}

.product-lists li .product-box {
    background-color: white;
    padding-top: 80px;
    top: 0;
    text-align: center;
    position: relative;
    height: 485px;
    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: 100%;
    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: 120px;
    width: 100%;
}

.product-details-container {
    padding-top: 0px;
}

.current-page {
    padding-top: 20px;
    height: 60px;
    background-color: #e5e5e5;
}

.current-page * {
    color: black;
    font-size: 16px;
}

.current-page-container {
    width: 100%;
    max-width: 1400px;
}

/*product list page css*/
.product-galleries {
    width: 45%;
}

.product-galleries .product-gallery-lists {
    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 {
    margin-left: 10px;
    border: 1px solid #e5e5e5;
    float: left;
    width: 100%;
    text-align: center;
    height: 500px;
}

.product-galleries .product-image img {
    width: auto;
    min-width: 400px !important;
    max-width: 500px !important;
}

.product-page-container {
    width: 100%;
    max-width: 1400px;
}

.pd {
    padding-left: 15px;
    padding-right: 15px;
}

.product-gallery-and-product-basic-infos .product-info {
    width: 52%;
    padding-top: 70px;
}

.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: 90px;
}

.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: 70px;
}

.product-details-box .product-details {
    width: 70%;
}
.product-details img{
    width:auto;
}
.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: 25%;
}

.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: 100%;
    height: 430px;
    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 {
    text-align: center;
}

.product-details-box .related-product .related-product-list img {
    width: 90%;
}

.charger-custom-container {
    padding-top: 60px;
    padding-bottom: 100px;
}

.page-charger-custom-text p {
    line-height: 28px;
    text-indent: 2em;

    font-size: 15px;
    color: #666666;
}

.charger-container {
    width: 100%;
    max-width: 1400px;
}

.charger-box-lists li {
    margin-bottom: 65px;
}

.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: 49.3333333%;
}

.charger-box-lists li .charger-content {
    width: 50%;
    padding-top: 70px;
}

.charger-box-lists li .charger-content h3 {
    font-size: 24px;
    color: var(--samecolor);
    padding-bottom: 25px;
    border-bottom: 1px solid var(--borderColor);
    margin-bottom: 45px;
}

.charger-box-lists li .charger-content p {
    font-size: 15px;
    color: #666666;
    line-height: 28px;
}

.news-page-container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.news-page-container .news-lists-container {

}

.news-page-container .news-lists {
    margin-left: -30px;
    margin-right: -30px;
}

.news-page-container .news-lists li {
    width: 33.3333333%;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 60px;
}

.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 {
    padding: 55px 35px;
    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;
    margin-bottom: 25px;
}

.news-page-container .news-lists .news-box .news-date {
    font-size: 18px;
    color: #999999;
    margin-bottom: 25px;
}

.news-page-container .news-lists .news-box .news-description {
    font-size: 14px;
    color: #888888;
    margin-bottom: 40px;
}

.news-page-container .news-lists .news-box .news-plus {
    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%;
    max-width: 1400px;
    padding-left: 15px;
    padding-right: 15px;
}

.about-page-container {
    padding-top: 80px;
}

.about-page-container .about-top:before {
    z-index: -1;
    content: "";
    display: block;
    width: 850px;
    height: 280px;
    position: absolute;
    left: -343px;
    bottom: -185px;
    background-image: url(../images/about-bg.jpg);
}

video {
    width: 100%;
    height: inherit;
}

.about-page-container .video-container {
    width: 45%;
    float: left;
}

.about-page-container .about-profile-text {
    padding-top: 70px;
    width: 50%;
    float: right;
}

.about-page-container .about-profile-text h3 {
    font-size: 32px;
    color: black;
    border-left: 8px solid #ffde00;
    padding-left: 25px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    width: 240px;
    margin-bottom: 50px;
}

.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: 15px;
    color: #666666;
}

.about-page-container .about-profile-text p {
    margin-bottom: 30px;
}

.about-top {

}

.about-top .company-status {
    margin-top: 80px;
}

.about-top .company-status li {
    width: 25%;
    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: 70px;
}

.about-page-container .company-advantages .adv-box {
    float: left;
}

.about-page-container .company-advantages .adv-box {
    background-position: center top;
    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-left: 15%;
    padding-right: 15%;
    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 {
    font-size: 20px;
    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: 61%;
    /*background-image: url(../images/adv1.jpg);*/
    height: 170px;

}

.about-page-container .company-advantages .adv-box:nth-child(1) .adv-title-title {
    /*bottom:-30px;*/
}

.about-page-container .company-advantages .adv-box:nth-child(3) .adv-title-title, .about-page-container .company-advantages .adv-box:nth-child(4) .adv-title-title {

}

.about-page-container .company-advantages .adv-box:nth-child(2) {
    /*background-image: url(../images/adv2.jpg);*/
    height: 300px;
}

.about-page-container .company-advantages .adv-box:nth-child(3), .about-page-container .company-advantages .adv-box:nth-child(4) {
    height: 270px;
    top: -130px;
}

.about-page-container .company-advantages .adv-box:nth-child(3) {
    width: 29%;
    /*background-image: url(../images/adv3.jpg);*/
}

.about-page-container .company-advantages .adv-box:nth-child(4) {
    width: 32%;
    /*background-image: url(../images/adv4.jpg);*/
}

.about-page-container .company-advantages .adv-box:nth-child(5) {
    /*background-image: url(../images/adv5.jpg);*/
    height: 140px;

}

.about-page-container .company-advantages .adv-box:nth-child(2), .about-page-container .company-advantages .adv-box:nth-child(5) {
    width: 39%;
}

.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 {
    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: 420px;
}
.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 {
    padding-bottom: 55px;
}

.recruiment-container h2 {
    float: left;
}

.recruiment-container ul li p.job-list-text span {
    display: table-cell;
    width: 1%;
    font-size: 18px;
    color: #333333;
    position: relative;
}

.recruiment-container ul li p.job-list-text {
    display: table;
    margin-bottom: 0;
    padding-left: 140px;
    min-height: 55px;
}

.recruiment-container ul li {

    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;
    padding: 50px 50px 50px 140px;
    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 li:hover {
    background-color: #f4f4f4;
}

.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: 60%;
    content: "";
    width: 100vw;
    height: 1px;
    left: 0;
    background-color: #cfcfcf;
}

.company-history {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 50px 15px 100px;
    height: 700px;
    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%;
    padding: 20px 0;
}

.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 {
    position: relative;
    overflow: visible;
}

.company-history .history-line .history-box {
    position: relative;
}

.company-history .history-line .history-box h3 {
    font-size: 22px;
    color: #333333;
}

.company-history .history-line .history-box p {
    font-size: 13px;
    color: #666666;
}

.company-history .history-line ul li .history-box:after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 67px;
    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: -293px;
}

.company-history .history-line ul li:nth-of-type(odd) .history-box:after {
    bottom: -67px;
    left: 45%;
    background-image: url(../images/nest-up.png);
}

.company-history .history-line ul li:nth-of-type(even) .history-box:after {
    top: -67px;
    left: 45%;
    background-image: url(../images/nest-down.png);
}

.contact-container .map-info {
    width: 1200px;
}

.contact-map {
    width: 100%;
    height: 450px;
}

.map-container .mapping {
    width: 190px;
    height: 40px;
    background-color: var(--samecolor);
    padding: 10px 10px 5px;
    color: white;
    position: absolute;
    left: 40%;
    top: 40%;
    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 {
    width: 65%;
    float: left;
    position: relative;
}

.company-distributions {
    width: 30%;
    float: right;
}

.company-distributions li {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--borderColor);
}

.company-distributions li h3 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 20px;
}

.leave-messages .msg-title {
    text-align: center;
    margin-bottom: 40px;
}

.leave-messages .msg-title h3 {
    font-size: 32px;
    color: #333333;
}

.leave-messages .msg-title p {
    font-size: 16px;
    color: #666666;
}

.form-container {

    width: 996px;
}

.msg-upload-form .textarea-form, .msg-upload-form .input-form {
    float: left;
}

.msg-upload-form .input-form {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
}

.msg-upload-form .textarea-form {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.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 {
    margin-right: 10px;

    color: white;
    font-size: 15px;
    width: 175px;
    height: 40px;
}

.msg-upload-form .btns button.btn-submint {
    background-color: var(--samecolor);
}

.msg-upload-form .btns button.btn-reset {
    background-color: #333333;
}

footer {
    padding-top: 40px;
    padding-bottom: 16px;
    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 {
    width: 60%;
   
    border-right: 1px solid #414141;
}

footer .footer-contact-info {
    width: 25%;
}

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 {
    height: 55px;
    background-color: #222222;
}

.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 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    width: 160px;
    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;
}
