:root {
    --samecolor: #d2142e;
    --borderColor: #bebebe;
    --nav-link-color: #666666;
    --content-title-color: #333333;
    --number-text: #999999;
    --pagination-list-background-color: #dbdbdb;
    --pagination-list-actived-color: white;
    --pagination-list-default-color: #666666;
    --pagination-list-font-size: 16px;
    --main-block-en-title-5: rgba(255, 255, 255, .5);
    --main-block-en-title-2: rgba(255, 255, 255, .2);
    --footer-bg-color: #f2f2f2;
    --link-title-color: #333333;
    --product-title-color: #666666;
    --product-size-color: #999999;
    --product-more-color: #999999;
    --product-page-title-color: #333333;
    --product-page-desc-color: #666666;
    --product-page-p-color: #666666;
    --related-product-title-color: #333333;
    --box-shadow-default: rgba(229, 229, 229, 0);
    --box-shadow-actived: rgba(229, 229, 229, .8);
    --content-category-border-color: #dcdcdc;
    --message-bg-color: #f5f5f5;
    /*solution list css*/
    --solution-title-color: #333333;
    --solution-description-color: #666666;
    --solution-content-border-color: #dcdcdc;
    --solution-info-bg: #f2f2f2;
    --solution-info-title-color: #000000;
    --solution-info-description-color: #666666;
    --solution-related-color: #333333;
    --service-title-color: #333333;
    --self-help-service-shs-bgcolor: #f2f2f2;
    --service-fp-bgcolor: #f2f2f2;
    --service-fp-p-color: #666666;
    --about-title-color: #333333;
    --about-info-color: #666666;
    --about-company-cultural-bgcolor: #f4f4f4;
    --about-company-cultural-title: #333333;
    --about-company-cultural-description: #666666;
    --serviceline-container-bgcolor: #f6f6f6;
    --servicenum-title-color: #666666;
    --contact-infos-box-border-color: #ebebeb;
    --contact-info-title-color: #666666;
    --contact-info-p-color: #666666;
    --location-font-color: #999999;
    --job-list-font-color: #666666;
    --job-container-h3-color: #333333;
    --job-list-bg-color: #f8f8f8;
    --job-last-span-border-color: #dfdfdf;
    --job-detail-font-color: #666666;
    --news-category-link-font-color: #353535;
    --news-list-title-color: #333333;
    --news-list-description-color: #666666;
}

.list-group a,
.well a {
    color: #333333;
}

.list-group a:hover,
.well a:hover {
    color: var(--samecolor);
}

.list-group .nav a:hover {}

.panel-group .panel-title a {
    display: block
}

.video-list a.btn-red {
    background-color: var(--samecolor);
    color: white;
}

.video-list p {
    text-align: center;
    margin-bottom: 0;
}

.common-container {
    padding: 40px 0;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1366px) {
    .container {
        width: 1400px;
    }
}

@media (min-width: 992px) {
    .navigation-inquiry {
        width: 870px;
    }
}

body {
    padding-top: 68px;
    overflow-x: hidden;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    margin-top: 0;
}

ol,
ul {
    padding-left: 0;
    list-style-type: none;
}

.page-container {
    background-color: #f5f5f5;
}

.formsearch {
    overflow: hidden;
    position: relative;
    top: -7px;
    background-color: transparent;
    border: 1px solid transparent;
    width: 196px;
    padding: 5px 0 5px 10px;
    border-radius: 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.formsearch:hover ::-webkit-input-placeholder {
    color: #777777;
}

.formsearch:hover :-moz-placeholder {
    color: #777777;
}

.formsearch:hover ::-moz-placeholder {
    color: #777777;
}

.formsearch:hover :-moz-placeholder {
    color: #777777;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent;
}

.formsearch:hover {
    border-color: #e5e5e5;
    color: #777777;
}

.formsearch .text-input {
    border-radius: 5px;
    color: #666666;
}

.formsearch .text-input,
.formsearch .search-btn {
    display: inline-block;
    outline: none;
    border: none;
    background-color: transparent;
    color: #999999;
}

.service-nav .service-title {
    padding-bottom: 50px;
    position: relative;
}

.service-nav .service-title:after {
    content: "";
    width: 60px;
    height: 3px;
    background-color: var(--samecolor);
    position: absolute;
    left: 0;
    bottom: 0;
}

.service-nav-box h4 {
    padding: 10px 0;
}

.service-nav {
    background-color: white;
    padding: 50px;
}

.service-nav-box {
    padding: 15px;
    background-color: white;
}

.service-nav-box .nav {
    margin-bottom: 25px;
}

.formsearch .search-btn {
    width: 25px;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    background-position: 4px 7px;
    background-image: url("../images/enquery-icons.png");
    background-repeat: no-repeat;
}

.formsearch:hover .search-btn {
    color: white;
    background-color: #e5e5e5;
}

.service-ul a {
    color: #333333;
}

.service-ul a:hover {
    color: var(--samecolor);
}

.service-ul ul {
    margin-bottom: 20px;
}

.well {
    background-color: white;
}

header {
    z-index: 999;
    /*padding-top: 10px;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 68px;
    width: 100%;
    background-color: white;
}

header a {
    display: block;
}

.paginations {
    margin: 35px auto 35px auto;
    text-align: center;
}

.paginations a,
.paginations span {
    margin-left: 10px;
    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 {
    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);
}

.logo {
    padding-top: 10px;
}

a:hover {
    text-decoration: none;
}

.page-banner {
    position: relative;
    width: 100%;
    padding-bottom: 26%;
    background-position: 100% !important;
}

.banner-text {
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
}

.banner-text h2 {
    font-size: 30px;
    margin-bottom: 0;
    color: white;
}

.banner-text span {
    font-size: 48px;
    position: relative;
    color: white;
}

.banner-text .banner-text-bar {
    position: relative;
    bottom: -20px;
    display: block;
    width: 75px;
    height: 2px;
    background-color: white;
}

.header-bg-half-white {
    background-color: rgba(255, 255, 255, .8);
}

.header-bg-white {
    background-color: rgba(255, 255, 255, 1);
}

.cf:after {
    content: "";
    display: table;
    clear: both;
}

.nag-lrmargin {
    margin-left: -10px;
    margin-right: -10px;
}

.page-row:after {
    content: "";
    display: table;
    clear: both;
}

.naved a.nav-a {
    color: var(--samecolor) !important;
}

.background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.modal {
    z-index: 99999;
}

.carousel {
    margin-top: -68px;
}

.carousel .swiper-pagination-bullet {
    background-color: white;
}

.carousel .swiper-pagination-bullet-active {
    width: 30px;
    height: 9px;
    background-color: var(--samecolor);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.navigations {
    margin-bottom: 0;
}

.navigations li.nav-li a.nav-a {
    padding: 23px 34px;
    color: var(--pagination-list-default-color);
    font-size: var(--pagination-list-font-size);
}

.navigations li.nav-li a.nav-a:hover {
    color: var(--samecolor);
}

.navigations li.nav-li {
    float: left;
}

.navigations li {
    position: relative;
    text-align: center;
}

.enquiry {
    padding-top: 25px;
}

.enquiry li {
    float: left;
    position: relative;
    color: var(--borderColor);
}

.enquiry li span.inquiry-icon {
    background-image: url("../images/enquery-icons.png");
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 20px;
}

.enquiry li:first-child {
    margin-right: 25px;
}

.enquiry li:first-child:after {
    content: "|";
    position: absolute;
    right: -13px;
    top: 0;
}

.enquiry li span.search-icon {
    background-position: 0 0;
}

.enquiry li span.enquiry-icon {
    background-position: -40px 0;
}

.common-category {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 100%;
}

.common-category li {
    width: 250px;
    display: inline-block;
    border-right: 1px solid var(--borderColor);
}

.common-category li:last-child {
    border-right: none;
}

.common-category li a {
    display: block;
    width: 110px;
    margin-left: auto;
    margin-right: auto;
}

.common-category h5 {
    text-align: center;
    margin-top: 20px;
    color: var(--pagination-list-default-color);
}

.common-category li a .product-type-icon {
    width: 100%;
    height: 110px;
    background-repeat: no-repeat;
    background-image: url("../images/prodyct-type-icon.png");
}

.common-category li a .m1 {
    background-position: -80px -10px;
}

.common-category li:hover a .m1 {
    background-position: -80px -137px;
}

.common-category li a .m2 {
    background-position: -279px -10px;
}

.common-category li:hover a .m2 {
    background-position: -279px -134px;
}

.common-category li a .m3 {
    background-position: -479px -10px;
}

.common-category li:hover a .m3 {
    background-position: -479px -133px;
}

.common-category li a .m4 {
    background-position: -675px -10px;
}

.common-category li:hover a .m4 {
    background-position: -675px -136px;
}

.common-category li a .m5 {
    background-position: -880px -10px;
}

.common-category li:hover a .m5 {
    background-position: -880px -134px;
}

.navigations li.nav-li .sub-category a {
    padding: 10px 10px;
    display: block;
    color: #333333;
    position: relative;
}

.navigations li.nav-li .sub-category a:hover {
    color: var(--samecolor);
}

.navigations li.nav-li:hover .sub-category {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(78px);
    -moz-transform: translateY(78px);
    -ms-transform: translateY(78px);
    -o-transform: translateY(78px);
    transform: translateY(78px);
}

.navigations li.nav-li .sub-category {
    position: fixed;
    opacity: 0;
    width: 100%;
    right: 0;
    top: -10px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    /*display: none;*/
    background-color: white;
    z-index: -1;
}

.triangle {
    background-repeat: no-repeat;
    width: 15px;
    height: 7px;
    position: absolute;
    opacity: 0;
    left: 57px;
    bottom: 10px;
    background-image: url("../images/nav_li_line.jpg");
    z-index: 999;
}

.navigations li.nav-li:hover .triangle {
    opacity: 1;
    bottom: -7px;
}

.sub-category li {
    width: 210px;
    float: left;
}

@media (min-width: 992px) {
    .sub-category ul {
        right: 5%;
    }
}

@media (min-width: 1200px) {
    .sub-category ul {
        right: 12%;
    }
}

.sub-category ul {
    border-top: 1px solid #e5e5e5;
    position: relative;
}

.navigations li.nav-li:hover a.nav-a {
    color: var(--samecolor);
}

.navigations li.nav-li .sub-category a span {
    float: left;
}

.search-list {
    text-align: center;
}

.navigations li.nav-li .sub-category a span.catname {
    width: 90px;
    line-height: 70px;
}

.sub-category li span.ic {
    display: block;
    width: 75px;
    height: 75px;
    background-repeat: no-repeat;
    background-image: url("../images/prodyct-type-icon2.png");
}

.sub-category li a {
    display: block;
}

.sub-category li span.m1 {
    background-position: -0px -3px;
}

.sub-category li span.m2 {
    background-position: -113px -3px;
}

.sub-category li span.m3 {
    background-position: -225px -3px;
}

.sub-category li span.m4 {
    background-position: -335px -3px;
}

.sub-category li span.m5 {
    background-position: -448px -3px;
}

.sub-category li:hover span.m1 {
    background-position: -0px -74px;
}

.sub-category li:hover span.m2 {
    background-position: -113px -72px;
}

.sub-category li:hover span.m3 {
    background-position: -225px -72px;
}

.sub-category li:hover span.m4 {
    background-position: -335px -73px;
}

.sub-category li:hover span.m5 {
    background-position: -448px -72px;
}

.index-product-categories {
    margin-top: 40px;
    margin-bottom: 60px;
}

.locations {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    color: var(--location-font-color);
}

.locations a {
    color: var(--location-font-color);
}

.center-block {
    max-width: 1400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.block-container {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
}

.block-container a {
    display: block;
}

.block-container .main-block,
.block-container .sub-block {
    margin-bottom: 20px;
}

.col-5,
.col-4 {
    position: relative;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-5 {
    width: 50%;
}

.col-4 {
    width: 33.3333333%;
}

.block-container .solution-block,
.block-container .about-block {
    width: 100%;
    padding-bottom: 61.7666666%;
    border-radius: 5px;
}

.block-container .solution-block {
    background-image: url(../images/mainblock1.jpg);
}

.block-container .about-block {
    background-image: url(../images/mainblock2.jpg);
}

.block-container .main-block .block-en-title,
.block-container .main-block .block-cn-title,
.block-container .main-block .block-descriptions {
    position: absolute;
}

.block-container .main-block h5.block-en-title {
    top: 30px;
    right: 50px;
    color: var(--main-block-en-title-5);
    font-size: 12px;
}

.block-container .main-block .block-cn-title {
    color: white;
    left: 55px;
    bottom: 45px;
}

.block-container .main-block .block-cn-title h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

.block-container .main-block .block-cn-title p {
    font-size: 16px;
}

.block-container .main-block .block-descriptions {
    right: 45px;
    bottom: 50px;
}

.block-container .main-block .block-descriptions p {
    color: var(--main-block-en-title-2);
    font-size: 80%;
    margin-bottom: 0;
}

.block-container .sub-block {
    width: 100%;
    position: relative;
}

.particular-a.glyphicon-play {
    left: 40%;
}

.particular-b.glyphicon-play {
    left: 43%;
}

.particular.glyphicon-play {
    position: absolute;
    left: 40%;
    top: 30%;
    color: white;
    font-size: 40px;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 60%;
    text-align: center;
    border: 5px solid white;
    padding-top: 15px;
    cursor: pointer;
}

.block-container .sub-block img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.block-container .sub-block h5 {
    margin: 0;
    background-color: #f1f1f1;
    padding: 25px 0;
    height: 70px;
    font-size: 18px;
    color: #333333;
    text-align: center;
}

.cooperations ul li {
    border: 1px solid var(--borderColor);
}

.cooperations-container {
    margin-top: 40px;
}

.cooperations-container .cooperation-title {
    font-size: 24px;
    color: #333333;
    margin-bottom: 30px;
}

.cooperations-container .more {
    text-align: right;
    font-size: 16px;
    position: relative;
    color: var(--number-text);
}


/*index css*/

.product-page-container {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.product-list-page-category {
    padding: 40px 0;
}

.product-page-container {
    padding: 40px 0 60px;
}

.product-page-container h3 {
    font-size: 30px;
    margin-bottom: 40px;
    color: var(--link-title-color);
}

.product-lists {
    margin-left: -15px;
    margin-right: -15px;
}

.product-page-container .product-lists li,
.related-product .product-lists li {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.transtion {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.related-product h4 {
    font-size: 30px;
    margin-bottom: 40px;
}

.product-page-container .product-lists li .product-img,
.related-product .product-lists li .product-img {
    height: 320px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid var(--borderColor);
    position: relative;
    top: 0;
    -webkit-box-shadow: 0 10px 100px var(--box-shadow-default);
    -moz-box-shadow: 0 10px 100px var(--box-shadow-default);
    box-shadow: 0 10px 100px var(--box-shadow-default);
}

.product-page-container .product-lists li .product-img:hover,
.related-product .product-lists li .product-img:hover {
    top: -10px;
    -webkit-box-shadow: 0 10px 30px var(--box-shadow-actived);
    -moz-box-shadow: 0 10px 30px var(--box-shadow-actived);
    box-shadow: 0 10px 30px var(--box-shadow-actived);
}

.product-page-container .product-lists li .product-img a,
.related-product .product-lists li .product-img a {
    display: table;
    width: 100%;
    height: 100%;
}

.product-page-container .product-lists li .product-img,
.related-product .product-lists li .product-img {
    padding: 15px;
}

.product-page-container .product-lists li .product-img img,
.related-product .product-lists li .product-img img {
    display: table-cell;
    vertical-align: middle;
}

.product-page-container .product-lists li .product-content,
.related-product .product-lists li .product-content {
    text-align: center;
}

.product-page-container .product-lists li .product-content h5,
.related-product .product-lists li .product-content h5 {
    font-size: 16px;
    color: var(--product-title-color);
    margin-bottom: 15px;
}

.product-page-container .product-lists li .product-content p,
.related-product .product-lists li .product-content p {
    font-size: 14px;
    color: var(--product-size-color);
    margin-bottom: 30px;
}

.common-a-link {
    font-size: 12px;
    color: var(--product-more-color);
    position: relative;
}

.common-a-link:hover {
    color: var(--samecolor);
}

.common-a-link:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    right: -25px;
    top: 1px;
    background-repeat: no-repeat;
    background-image: url("../images/more-icon.png");
}

.product-details-container .product-gallery {
    float: left;
}

.product-details-container .product-gallery {
    width: 50%;
}

.product-details-container .product-infos {
    width: 30%;
    float: right;
}

.product-gallery-infos {
    padding: 100px 0;
    width: 100%;
    max-width: 1200px;
}

.product-details-container .product-gallery .gallery-list {
    width: 15%;
    margin-bottom: 0;
    position: relative;
}

.product-details-container .product-gallery .gallery-list .gallery-lists {
    overflow: hidden;
}

.gallery-lists .bordered {
    border-color: var(--borderColor) !important;
}

.product-details-container .product-gallery .gallery-list .gallery-lists ul {
    position: relative;
}

.product-details-container .product-gallery .gallery-list .arrows {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.product-details-container .product-gallery .gallery-list .arrows .glyphicon-chevron-up,
.product-details-container .product-gallery .gallery-list .arrows .glyphicon-chevron-down {
    position: absolute;
    display: block;
    left: 40%;
}

.product-details-container .product-gallery .gallery-list .arrows .glyphicon-chevron-up {
    top: -40px;
    font-size: 20px;
}

.product-details-container .product-gallery .gallery-list .arrows .glyphicon-chevron-down {
    bottom: -40px;
    top: unset;
    font-size: 20px;
}


/*.details-container table+table p{*/


/*margin:0;*/


/*}*/


/*.details-container table+table table,*/


/*.details-container table+table table tr th,*/


/*.details-container table+table table tr td {*/


/*border: 1px solid #ccc !important;*/


/*margin-top: 30px !important;*/


/*}*/


/*.details-container table+table table td{*/


/*line-height: 40px !important;*/


/*font-size: 16px !important;*/


/*padding-left: 10px !important;*/


/*}*/


/*.product-details-container .product-gallery .gallery-list li {*/


/*padding: 10px;*/


/*border: 1px solid transparent;*/


/*margin-bottom: 10px;*/


/*}*/


/*table, table tr th, table tr td {*/


/*border: 1px solid #ccc;*/


/*margin-top: 30px;*/


/*}*/


/*table td {*/


/*line-height: 40px;*/


/*font-size: 16px;*/


/*padding-left: 10px;*/


/*}*/

.detail-box table:last-of-type td,
.detail-box table:last-of-type th {
    padding: 10px 5px !important;
    border-color: #666 !important;
}

.detail-box table:last-of-type p {
    margin: 0px !important;
}

.product-details-container .product-gallery .galler-cover {
    width: 50%;
    margin-left: 150px;
}

.product-details-container .product-gallery .gallery-list,
.product-details-container .product-gallery .galler-cover {
    float: left;
}

.product-infos .info-title {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--borderColor);
    margin-bottom: 30px;
}

.product-infos .info-title h4 {
    font-size: 24px;
    color: var(--product-page-title-color);
}

.product-infos .info-title p {
    font-size: 16px;
    color: var(--product-page-p-color);
}

.product-infos .description-info {
    margin-bottom: 45px;
}

.product-infos .description-info p {
    font-size: 16px;
    color: var(--product-page-desc-color);
}

.inquiry-btn {
    display: block;
    width: 145px;
    height: 50px;
    text-align: center;
    color: var(--samecolor);
    border: 1px solid var(--samecolor);
    border-radius: 5px;
    padding-top: 15px;
}

.inquiry-btn:hover {
    color: white;
    background-color: var(--samecolor);
}

.content-category-container {
    width: 100%;
    height: 70px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid var(--content-category-border-color);
    border-bottom: 1px solid var(--content-category-border-color);
    text-align: center;
}

.content-category-container .content-category li {
    display: inline-block;
    cursor: pointer;
}

.content-category-container .content-category li span {
    color: var(--nav-link-color);
    position: relative;
}

.content-category-container .content-category li {
    width: 120px;
    border-right: 1px solid var(--borderColor);
}

.content-category-container .content-category li.content-category-active span {
    color: var(--samecolor);
}

.content-category-container .content-category li span:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: transparent;
    bottom: -25px;
    left: 0;
    right: 0;
}

.content-category-container .content-category li.content-category-active span:after {
    background-color: var(--samecolor);
}

.content-category-container .content-category li:last-child {
    border-color: transparent;
}

.product-details {
    max-width: 1000px;
    width: 100%;
    padding: 50px 0;
}

.product-details img {
    width: auto;
}

.solution-lists {
    margin-left: -17px;
    margin-right: -17px;
}

.solution-lists li {
    float: left;
    width: 33.3333333%;
    padding-left: 17px;
    padding-right: 17px;
    margin-bottom: 20px;
}

.solution-lists .solution-img {
    height: 280px;
}

.solution-lists .solution-img a {
    display: block;
    overflow: hidden;
}

.solution-lists .solution-img img {
    width: auto;
}

.solution-lists .solution-img img:hover {
    transform: scale(1.1);
}

.solution-lists .solution-content {
    padding-top: 25px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--solution-content-border-color);
    height: 120px;
}

.solution-lists h5 {
    font-size: 18px;
    color: var(--solution-title-color);
    margin-bottom: 20px;
}

.solution-lists p {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--solution-description-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
    /* height: 50px; */
}

.solution-info {
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: var(--solution-info-bg);
}

.solution-info .container {
    padding-top: 50px;
}

.solution-info .solution-img,
.solution-info .solution-content {
    width: 50%;
    float: left;
}

.solution-info .solution-content {
    padding-left: 10%;
}

.solution-info .solution-content h4 {
    font-size: 24px;
    color: var(--solution-info-title-color);
    margin-bottom: 30px;
}

.solution-info .solution-content p {
    font-size: 16px;
    color: var(--solution-info-description-color);
    margin-bottom: 50px;
    line-height: 30px;
}

.solution-container {
    width: 1000px;
    padding-bottom: 80px;
}

.related-solution h4 {
    margin-bottom: 45px;
    font-size: 30px;
    color: var(--solution-related-color);
}

.self-help-service h4,
.frequent-problems h4,
.video-center h4 {
    color: var(--service-title-color);
    margin-bottom: 40px;
    font-size: 30px;
}

.self-help-service h4 a,
.frequent-problems h4 a,
.video-center h4 a {
    font-size: 12px;
}

.self-help-service ul {
    text-align: center;
}

.self-help-service ul li {
    width: 25%;
    padding-left: 6px;
    padding-right: 6px;
    float: left;
}

.self-help-service ul .shs-box {
    padding-top: 40px;
    width: 100%;
    height: 200px;
    background-color: var(--self-help-service-shs-bgcolor);
}

.self-help-service ul .shs-box img {
    width: auto;
    position: relative;
    top: 0;
}

.self-help-service ul .shs-box:hover img {
    top: -10px;
}

.self-help-service ul .shs-box h5 {
    margin-top: 25px;
    color: #333333;
}

.frequent-problems {
    background-color: var(--service-fp-bgcolor);
}

.self-help-service,
.frequent-problems,
.video-center {
    padding-top: 45px;
    padding-bottom: 80px;
}

.fp-container {
    margin-left: -15px;
    margin-right: -15px;
}

.frequent-problems ul li {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    float: left;
}

.frequent-problems ul .fq-box {
    background-color: white;
    height: 90px;
    width: 100%;
    padding-top: 30px;
}

.frequent-problems ul .fq-box p {
    font-size: 16px;
    color: var(--service-fp-p-color);
    margin-bottom: 0;
    padding-left: 60px;
}

.video-center ul {
    margin-left: -10px;
    margin-right: -10px
}

.video-center ul li {
    position: relative;
    width: 33.3333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.leave-messages {
    padding-top: 30px;
    padding-bottom: 30px;
}

.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;
}

.page-category {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--content-category-border-color);
}

.page-category li {
    margin-right: 40px;
    display: inline-block;
}

.page-category li:last-child {
    margin-right: 0;
}

.page-category li a {
    font-size: 16px;
    color: var(--nav-link-color);
    position: relative;
}

.page-category li.nav-active a {
    color: var(--samecolor);
}

.page-category li.nav-active a:after {
    background-color: var(--samecolor);
}

.page-category li a:hover {
    color: var(--samecolor);
}

.page-category li a:hover:after {
    background-color: var(--samecolor);
}

.page-category li a:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: transparent;
    bottom: -25px;
    left: 0;
    right: 0;
}

.company-info-container,
.company-cultural,
.cooperation-box {
    padding-top: 45px;
    padding-bottom: 80px;
}

.company-info-container h4,
.company-cultural h4,
.cooperation-box h4 {
    color: var(--about-title-color);
    margin-bottom: 40px;
    font-size: 30px;
}

.company-info-container .company-img {
    width: 45%;
}

.company-info-container .company-infos {
    width: 50%;
    padding-left: 5%;
    padding-top: 50px;
}

.company-info-container .company-infos p {
    font-size: 16px;
    color: var(--about-info-color);
    line-height: 30px;
}

.company-cultural {
    background-color: var(--about-company-cultural-bgcolor);
}

.company-info-container .company-img,
.company-info-container .company-infos {
    float: left;
}

.company-cultural ul {
    margin-left: -25px;
    margin-right: -25px;
    text-align: center;
}

.company-cultural ul li {
    float: left;
    width: 25%;
    padding-left: 25px;
    padding-right: 25px;
}

.company-cultural ul .cc-box {
    width: 100%;
    height: 335px;
    background-color: white;
    padding-top: 70px;
    position: relative;
}

.company-cultural ul .cc-box h5 {
    font-size: 18px;
    margin-bottom: 25px;
    color: var(--about-company-cultural-title);
}

.company-cultural ul .cc-box .photo-content {
    position: absolute;
    height: 150px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
}

.company-cultural ul .cc-box p {
    font-size: 14px;
    color: var(--about-company-cultural-description);
}

.company-cultural ul .cc-box img {
    width: auto;
    position: relative;
    top: 0;
}

.company-cultural ul .cc-box:hover img {
    top: -10px;
}

.cooperation-swiper li {
    border: 1px solid var(--borderColor);
}

.serviceline-container {
    background-color: var(--serviceline-container-bgcolor);
    padding-top: 70px;
    text-align: center;
    height: 320px;
}

.serviceline-container img {
    width: auto;
}

.serviceline-container .servicenum {
    font-size: 48px;
    color: var(--samecolor);
}

.serviceline-container .servicenum-title {
    font-size: 24px;
    color: var(--servicenum-title-color);
    margin: 40px 0;
}

.contact-mg {
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact-infos ul li {
    width: 33.3333333%;
    float: left;
    border-right: 1px solid var(--contact-infos-box-border-color);
    padding: 0 8%;
    height: 190px;
    text-align: center;
}

.contact-infos ul li:last-child {
    border-right: none;
}

.contact-infos ul li .contact-icon {
    width: 75px;
    height: 65px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-image: url("../images/contact-icons.png");
}

.contact-infos ul li h5 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: var(--contact-info-title-color);
}

.contact-infos ul li p {
    font-size: 18px;
    color: var(--contact-info-p-color);
}

.contact-infos hr {
    margin: 50px 0;
}

.contact-infos ul li .contact-icon.online-service {
    background-position: -20px -6px;
}

.contact-infos ul li .contact-icon.tel {
    background-position: -104px -6px;
}

.contact-infos ul li .contact-icon.wechat {
    background-position: -195px -6px;
}

.contact-infos ul li .contact-icon.fax {
    background-position: -18px -97px;
}

.contact-infos ul li .contact-icon.email {
    background-position: -103px -97px;
}

.contact-infos ul li .contact-icon.addr {
    background-position: -191px -97px;
}

.job-container h3 {
    text-align: center;
    margin: 50px 0;
    color: var(--job-container-h3-color);
    font-size: 30px;
}

.job-list li {
    position: relative;
    margin-bottom: 5px;
    background-color: var(--job-list-bg-color);
}

.job-list li .glyphicon {
    position: absolute;
    right: 35px;
    top: 22px;
}

.job-list li p span:last-child {
    border-right: 1px solid var(--job-last-span-border-color);
}

.job-list .job-list-arrows {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
}

.job-list li p span {
    display: block;
    width: 33.3333333%;
    float: left;
}

.job-details {
    padding: 30px;
    background-color: #f8f8f8;
}

.job-details p {
    padding-left: 20px;
    font-size: 16px;
    color: var(--job-detail-font-color) !important;
    background-color: transparent !important;
}

.job-list li p.job-list-text {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    line-height: 25px;
    position: relative;
    padding-left: 55px;
    padding-right: 80px;
    font-size: 16px;
    color: var(--job-list-font-color);
}

.job-list li.job-list-active {
    background-color: var(--samecolor);
}

.job-list li.job-list-active .glyphicon {
    color: white;
}

.job-list li.job-list-active p {
    color: white;
}

.job-list li.job-list-active p span:last-child {
    border-color: white;
}

.news-page-container {
    background-color: #f3f3f3;
}

.news-category {
    margin-bottom: 50px;
}

.news-category li {
    float: left;
}

.news-category li.categoyr-active a {
    background-color: var(--samecolor);
    color: white;
}

.news-category li a {
    display: block;
    color: var(--news-category-link-font-color);
    padding: 13px 27px;
    font-size: 18px;
}

.pages {
    margin: 20px 0;
    text-align: center;
}

.pages a {
    color: gray;
    font-size: 16px;
    cursor: copy;
}

.pages a:hover {
    color: var(--samecolor);
}

.news-list li {
    margin-bottom: 20px;
}

.news-list .news-box {
    background-color: white;
}

.news-list .news-list-wrapper a.img-url {
    width: 25%;
    display: block;
}

.news-list .news-list-wrapper .news-date {
    margin: 13px 0;
    height: 168px;
    padding: 20px 5%;
    text-align: center;
    border-right: 1px solid var(--borderColor);
}

.news-list-wrapper .news-date {
    width: 15%;
}

.news-list-wrapper .news-date h4 {
    font-size: 60px;
    color: var(--samecolor);
    margin-bottom: 28px;
}

.news-list-wrapper .news-date p {
    color: #666666;
    font-size: 16px;
    margin-bottom: 0;
}

.news-list-wrapper .news-content {
    padding: 45px 0 40px 3%;
    width: 60%;
}

.news-list-wrapper .news-content h4 {
    font-size: 18px;
    margin-bottom: 25px;
}

.news-list-wrapper .news-content h4 a {
    color: var(--news-list-title-color);
}

.news-list-wrapper .news-content p {
    color: var(--news-list-description-color);
    font-size: 14px;
    margin-bottom: 0;
    line-height: 25px;
}

.news-list .news-list-wrapper a.img-url,
.news-list .news-list-wrapper .news-date,
.news-list .news-list-wrapper .news-content {
    float: left;
}

.message-box {
    width: 1000px;
}

.form-container {
    width: 100%;
}

.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(--message-bg-color);
    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: 60px;
    background-color: var(--footer-bg-color);
}

footer .links {
    width: 70%;
}

footer .links,
footer .qrcode-contactnumber-store,
.qrcode-contactnumber li,
footer .links ul {
    float: left;
}

footer .qrcode-contactnumber-store {
    width: 30%;
}

.qrcode-contactnumber li:first-child {
    padding-right: 25px;
    border-right: 1px solid var(--borderColor);
}

.qrcode-contactnumber li:first-child img {
    width: 100px;
    height: 100px;
}

.qrcode-contactnumber li:last-child {
    padding-left: 30px;
}

.qrcode-contactnumber li:last-child h5 {
    font-size: 14px;
    color: var(--number-text);
    margin-bottom: 20px;
}

.qrcode-contactnumber li:last-child p {
    font-size: 30px;
    color: var(--samecolor);
    margin-bottom: 15px;
    font-family: Arial;
}

.qrcode-contactnumber li:last-child a {
    display: block;
    width: 92px;
    height: 29px;
    background-color: var(--samecolor);
    padding: 5px 0;
    border-radius: 5px;
    text-align: center;
    color: white;
}

.qrcode-contactnumber-store .store {
    margin-top: 40px;
}

.qrcode-contactnumber-store .store h5 {
    font-size: 14px;
    color: var(--link-title-color);
    margin-bottom: 20px;
}

.qrcode-contactnumber-store .store select {
    width: 200px;
    height: 45px;
    padding: 0 15px;
    color: var(--pagination-list-default-color);
    background-color: var(--footer-bg-color);
}

footer .links ul {
    width: 16.6666666%;
}

footer .links ul h4 {
    color: var(--link-title-color);
    margin-bottom: 25px;
}

footer .links ul a {
    color: var(--nav-link-color);
    font-size: 12px;
}

footer .links ul li {
    margin-bottom: 5px;
}

footer .logo-cpr .footer-logo img {
    width: 126px;
}

.logo-cpr ul {
    margin-bottom: 0;
}

.logo-cpr ul li p {
    font-size: 12px;
    margin-bottom: 0;
    color: var(--number-text);
}

.logo-cpr ul a {
    color: var(--number-text);
}

.logo-cpr ul a:hover {
    color: #000000;
}

footer .logo-cpr {
    margin-top: 60px;
    border-top: 1px solid var(--borderColor);
}

.logo-cpr-container {
    padding-top: 35px;
    padding-bottom: 40px;
}

footer .logo-cpr ul li {
    float: left;
}

footer .logo-cpr ul li {
    margin-right: 25px;
}

footer .logo-cpr ul li:last-child {
    padding-top: 5px;
}

footer .logo-cpr ul {
    margin-bottom: -10px;
    margin-left: 30px;
}

.logo-cpr-container {
    width: 820px;
}

.cpfl-xt {
    width: 22%;
    margin-left: 1%;
}

.cpfl-xt {
    float: left;
    padding: 45px 0;
    position: relative;
}

.cpfl-dt {
    width: 77%;
    float: left;
    margin-left: 0px;
    height: 420px;
    text-align: center;
    position: relative;
}

.cpfl-xt .bd {
    z-index: 500;
}

.cpfl-xt .bd ul li,
.cpfl-xt .bd ul,
.cpfl-xt .bd div {
    z-index: 500;
}

.cpfl-xt li {
    width: 100px;
    height: 100px;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.cpfl-xt li.active {
    border: 1px solid #cccccc;
}

.cpfl-xt li img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.cpfl-qiehuan-btn {
    height: 100%;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.cpfl-qiehuan-btn a {
    width: 100%;
    height: 38px;
    text-align: center;
}

.cpfl-qiehuan-btn a.prev {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 10px;
}

.cpfl-qiehuan-btn a.next {
    position: absolute;
    bottom: 10px;
    left: 0;
    transform: rotate(180deg);
}

.cpfl-qiehuan-btn a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
}

.cpfl-dt img {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.procc.on {
    display: block;
}

.procc {
    display: none;
}

.content-category-container .content-category li.on span {
    color: #d2142e;
}