.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
}

.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}

.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}

.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}

.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}

.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}

table.has-title {
    margin-bottom: 10px;
}


/*----- Common css ------*/

@font-face {
    font-family: 'Oswald';
    src:url('../fonts/fontawesome-webfont.ttf') format('truetype');
}

/** {*/
/*    -webkit-box-sizing: border-box;*/
/*    -moz-box-sizing: border-box;*/
/*    box-sizing: border-box*/
/*}*/

/*:after,*/
/*:before {*/
/*    -webkit-box-sizing: border-box;*/
/*    -moz-box-sizing: border-box;*/
/*    box-sizing: border-box*/
/*}*/

.overflow {
    overflow: hidden;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.max1500 {
    max-width: 1530px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1200 {
    max-width: 1220px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}

.flex2 {
    display: flex;
    display: -webkit-flex;
}

.wrap {
    flex-wrap: wrap
}

.j-space-between {
    justify-content: space-between
}

.j-flex-start {
    justify-content: flex-start
}

.j-flex-end {
    justify-content: flex-end
}

.j-center {
    justify-content: center
}

.a-j-center {
    align-items: center;
    justify-content: center
}

.a-center {
    align-items: center
}

.a-flex-start {
    align-items: flex-start
}

.a-flex-end {
    align-items: flex-end
}

.clamp1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.foot-col4,
.foot-col3 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}


/* index */

#header{
    position: relative;
}

.outerContainer {
    position: relative;
}

@media (max-width: 992px){
    #header > .outerContainer{
        padding: 10px 0;
    }
}


.logo {
    width: 18%;
}

@media (max-width: 768px){
    .logo{
        width: 120px;
        margin-left: 60px;
    }
    .sitewidget-china{
        display: none;
    }
    .search-box-wrap{
        display: none;
    }
}

.logo a {
    display: inline-block;
}

.logo img {
    max-height: 68px;
    width: 100%;
}

.sitewidget-china {
    position: relative;
    padding: 0 3.125vw;
}

.sitewidget-china a {
    display: block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
}

.top_right {
    position: static;
    max-width: 82%;
    padding-right: 15px;
}

@media (min-width:1200px) {
    .top_right {
        padding-right: 8.333vw;
        width: 82%;
    }
}

.search-box-wrap{
    width: 8.333333333333332%;
    min-width: 36px;
    position: relative;
    height: 36px;
}

.searchbox2 {
    position: relative;
    margin: 0 0px;
}

.searchbox2 .cli_span {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    font-family: arial !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: #c32217;
}

.searchbox2 .icon-svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

.search-g-box2 {
    width: 36px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: width .4s;
    -moz-transition: width .4s;
    -ms-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s;
}
.search-fix-wrap{
    margin-right: 36px;
    position: relative;
    -webkit-transition: margin-right .4s;
    -moz-transition: margin-right .4s;
    -ms-transition: margin-right .4s;
    -o-transition: margin-right .4s;
    transition: margin-right .4s;
}

.search-g-box2 form input {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    padding-left: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    outline: none !important;
    width: 100%;
}

.search-g-box2 form button {
    color: #fff;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    outline: none !important;
    border: none !important;
    position: absolute;
    left: 100%;
    top: 0px;
    width: 36px;
    height: 36px;
    background-color: #c32217;
}

.search-close-btn {
    height: 36px;
    line-height: 36px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    text-align: center;
    background-color: #333;
    background-image: url(../images/cclose.png);
   background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: width .4s;
    -moz-transition: width .4s;
    -ms-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s;
}

.searchbox2 .cli_span.show2 {
    display: none;
}

.search-g-box2.show2 {
    width: 228px
}

.search-g-box2.show2 .search-fix-wrap{
    margin-right: 72px;
}

.search-close-btn.show2 {
    width: 36px;
}


/* banner */

.home-banner {
    position: relative;
    height: 100%;
}

.home-banner .swiper-slide {
    position: relative;
}

.home-banner .swiper-slide a {
    display: block;
}

.home-banner .swiper-slide a img {
    display: block;
    width: 100%;
}

.home-banner .banner-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    z-index: 10;
}

.banner-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    position: relative;
    margin-right: 7px;
    border: 1px solid #fff;
}

.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}


/* home_about */

.home_about {
    padding: 60px 0;
    position: relative;
}

.h_about_left {
    position: relative;
    padding: 10px 0;
}

.h_about_left .h_ab_tit {
    margin-bottom: 30px;
    background: url(../images/line.png) no-repeat left bottom;
    padding-bottom: 30px;
}

.h_about_left .h_ab_tit h2 {
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 0px;
    font-size: 38px;
    color: #333;
    font-family: Oswald;
}

.h_about_left .h_ab_tit h1 {
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0px;
    font-size: 38px;
    color: #333;
    font-family: Oswald;
}

.h_about_left .h_ab_txt {
    font-family: Poppins;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 20px;
}

.h_about_left .h_ab_more {
    margin-bottom: 30px;
}

.h_about_left .h_ab_more a {
    display: block;
    width: 180px;
    line-height: 44px;
    text-align: center;
    background: #b50a14;
    color: #fff;
    font-family: Oswald;
    font-size: 16px;
    letter-spacing: 2px;
    position: relative;
    z-index: 4;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.h_about_left .h_ab_more a::before {
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #b50a14;
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.h_about_left .h_ab_more a::after {
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #b50a14;
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.h_about_left .h_ab_more a:hover {
    color: #fff!important;
    background-color: transparent;
    position: relative;
}

.h_about_left .h_ab_more a:hover::before {
    width: 100%;
}

.h_about_right {
    position: relative;
    padding: 10px 0;
    padding-left: 8.333%;
}

.h_about_right span {
    display: block;
    -webkit-transition: transform .2s linear;
    -moz-transition: transform .2s linear;
    -ms-transition: transform .2s linear;
    transition: transform .2s linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.h_about_right span:hover {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

.h_about_right img {
    position: relative;
    max-width: 100%;
}


/* home_our */

.home_our {
    position: relative;
    background: url(../images/h_our_bg.webp) no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.h_our_top {
    position: relative;
    margin-bottom: 40px;
}

.h_our_top h2 {
    font-family: Oswald;
    font-size: 38px;
    color: #fff;
    line-height: 1.5;
    font-weight: 600;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background: url(../images/line2.png) no-repeat left bottom;
}

.h_our_top .h_our_top_txt {
    font-family: Poppins;
    font-size: 15px;
    color: #fff;
    line-height: 1.8;
    font-weight: 500;
    padding: 10px 10px;
}

.our_home_list {
    position: relative;
}

.our_home_list li {
    position: relative;
    width: calc(25% - 20px);
    margin: 0 10px 20px 10px;
}

.our_home_list li a {
    display: block;
    -webkit-transition: transform .2s linear;
    -moz-transition: transform .2s linear;
    -ms-transition: transform .2s linear;
    transition: transform .2s linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.our_home_list li:hover a {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.our_home_list li img {
    width: 100%;
}


/* home_where */

.home_where {
    position: relative;
    padding: 60px 0;
}

.h_where_top {
    margin-bottom: 60px;
}

.h_w_left {
    position: relative;
    padding: 10px 0;
}

.h_w_left h2 {
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0px;
    font-size: 38px;
    color: #333;
    font-family: Oswald;
}

.h_w_left .h_w_left_more {
    margin-top: 20px;
}

.h_w_left .h_w_left_more a {
    display: block;
    font-family: Oswald;
    font-size: 16px;
    color: #b50a14;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 2;
    text-align: left;
}

.h_w_right {
    position: relative;
    padding: 0 10px;
}

.h_w_right p {
    background: url(../images/iconx2.png) no-repeat left top;
    background-size: initial;
    border-bottom: 1px solid #d8d8d8;
    line-height: 1.8;
    margin-top: 20px;
    padding-top: 2px;
    padding-bottom: 20px;
    padding-left: 40px;
    color: #333;
    font-family: Poppins;
}

.h_where_swiper {
    position: relative;
    padding-bottom: 80px;
    overflow: hidden;
}

.h_where_swiper .swiper-slide {
    position: relative;
    padding: 15px 8px;
}

.h_where_swiper .swiper-slide a {
    display: block;
    height: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.h_where_swiper .swiper-slide .imgWra {
    width: 100%;
    height: 330px;
    overflow: hidden;
    z-index: 1
}

.h_where_swiper .swiper-slide .imgWra .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transform: scale(1.1);
    transition: all .25s ease
}

.h_where_swiper .swiper-slide .textWra {
    position: relative;
}

.h_where_swiper .swiper-slide .textBox {
    width: 64%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
    margin-top: -11.2%;
    position: relative;
    z-index: 5;
    background: #fff;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.h_where_swiper .swiper-slide .textMark {
    transform: skewY(-6deg);
    background: #fff;
    transition: all .3s ease;
    width: 100%;
    height: 50%;
    z-index: 3;
    position: absolute;
    top: -10%
}

.h_where_swiper .swiper-slide .numStyle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 36px;
    line-height: 70px;
    text-align: center;
    background: #b50a14;
    transition: all .3s ease;
    color: #fff;
    position: absolute;
    right: 10%;
    top: -37%
}

.h_where_swiper .swiper-slide .titleStyle {
    font-weight: 400;
    letter-spacing: .025em;
    text-transform: none;
    padding-top: 10%;
    color: #333;
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
    font-family: Oswald;
}

.h_where_swiper .swiper-slide .docsStyle {
    margin-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: initial;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%;
    max-height: 63px;
    line-height: 21px;
    font-size: 16px;
    color: #777;
}

.h_where_swiper .swiper-slide:hover .img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.h_where_swiper .swiper-slide:hover .textMark {
    transform: skewY(0);
    -webkit-transform: skewY(0);
    -moz-transform: skewY(0);
    -ms-transform: skewY(0);
    -o-transform: skewY(0);
}

.h_where_swiper .swiper-slide:hover .numStyle {
    right: 50%;
    top: -26%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
}

.where-pagination .swiper-pagination-bullet {
    width: 90px;
    height: 4px;
    opacity: 1;
    background: #D8D8D8;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.where-pagination .swiper-pagination-bullet-active {
    background-color: #b50a14;
}


/* home_news */

.home_news {
    position: relative;
    background: #f5f5f7;
    padding: 60px 0;
}

.h_news_top {
    margin-bottom: 40px;
}

.h_news_top .h_news_left {
    position: relative;
}

.h_news_top .h_news_left h2 {
    font-family: Oswald;
    font-size: 22px;
    color: #333;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
}

.h_news_right {
    position: relative;
    padding: 0 10px;
}

.ssoo {
    display: flex;
    align-items: center;
}

.ssoo li {
    position: relative;
    margin-right: 20px;
}

.ssoo li a {
    display: block;
    line-height: 40px;
    font-weight: 400;
    padding-left: 31px;
    padding-right: 31px;
    background-color: #333;
    border-radius: 100px;
    font-family: Poppins;
    font-size: 14px;
    color: #fff;
    transition: .3s;
}

.ssoo li a:hover {
    color: #fff!important;
    background-color: #c32217;
}

.h_news_con {
    position: relative;
}

.h_news_con>ul {
    position: relative;
    width: calc(50% - 40px);
    margin: 0 20px 0px 20px;
    overflow: hidden;
}

.h_news_list_a {
    position: relative;
}

.h_news_list_a li {
    position: relative;
    width: 100%;
    height: 100%;
}

.h_news_list_a li > a {
    display: block;
    width: 100%;
    /*height: 100%;*/
}

.h_news_list_a li .cont {
    position: absolute;
    width: calc(90% - 0px);
    height: calc(90% - 0px);
    top: 5%;
    left: 5%;
    background: rgba(7, 62, 118, 0.8);
    color: #fff;
    padding: 30px;
    overflow: hidden;
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    opacity: 0;
    transition: 600ms;
    -webkit-transition: 600ms;
}

.h_news_list_a li .cont h3 {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.h_news_list_a li .cont .artP {
    overflow: hidden;
    padding-top: 10px;
    text-align: justify;
    max-height: 210px;
}

 .h_news_list_a li .cont .artP a{
     color:#fff!important;
 }

.h_news_list_a li .cont .timeT {
    position: absolute;
    bottom: 30px;
    color: #fff;
    font-size: 16px;
}

.h_news_list_a li .imgBox {
    width: 100%;
    height: 100%;
}

.h_news_list_a li .imgBox > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h_news_list_a li .temContent {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #e6e6e6;
    padding: 10px 5%;
    transition: 600ms;
    -webkit-transition: 600ms;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h_news_list_a li .temContent span {
    display: block;
}

.h_news_list_a li .temContent span:nth-child(1) {
    width: 25%;
    font-size: 16px;
}

.h_news_list_a li .temContent span:nth-child(2) {
    width: 75%;

}

.h_news_list_a li:hover .cont {
    background-color: rgba(181, 10, 20, 0.78);
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

.h_news_list_a li:hover .temContent {
    bottom: -100%;
}


/*  */

.h_news_list_b {
    position: relative;
}

.h_news_list_b li {
    position: relative;
    background: #fff;
}

.h_news_list_b li:not(:last-child) {
    margin-bottom: 30px;
}

.h_news_list_b li::after {
    content: "";
    width: 0px;
    height: 0px;
    border-width: 10px;
    position: absolute;
    border-style: solid;
    border-color: transparent #b50a14 #b50a14 transparent;
    right: 0px;
    bottom: 0px;
}

.h_news_list_b li a {
    display: flex;
    justify-content: space-between;
}

.h_news_list_b li .img {
    width: 170px;
    height: 115px;
}

.h_news_list_b li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h_news_list_b li .tyxt {
    width: calc(100% - 170px);
}

.h_news_list_b li .tyxt h3 {
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 0px;
    width: calc(100% - 30px);
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #323232;
}

.h_news_list_b li .tyxt p {
    overflow: hidden;
    width: calc(100% - 30px);
    color: #9b9999;
    margin: 0 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
    font-size: 14px;
}

.h_news_list_b li:hover {
    background-color: rgba(181, 10, 20, 0.78);
}

.h_news_list_b li:hover * {
    color: #fff!important;
}


/* home_product_tag_ */

.home_product_tag_ {
    position: relative;
    padding: 30px 0;
}

.home_product_tag_ .tiot {
    font-family: Oswald;
    font-size: 24px;
    color: #333;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: left;
}

.alp-list {
    position: relative;
}

.alp-list li {
    background: #fff;
    border: 1px solid #0089f5;
    border-radius: 12px;
    padding: 4px 16px;
    margin-bottom: 12px;
    display: inline-block;
    margin-right: 10px;
}

.alp-list li a {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    transition: all .1s;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
}

.alp-list li a:hover {
    color: #b50a14;
    font-weight: 400;
}


/* foot */

.fa_tit {
    position: relative;
    font-family: Oswald;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 10px;
}

.fa_tit::before {
    width: 18px;
    height: 2px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: "";
    background: #b50a14
}

.fnav1 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.fnav1 li {
    width: 50%;
    line-height: 33px;
}

.fnav1 li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.76);
}

.fnav1 li.active a{
    color: #b50a14;
}

.respond_quick {
    padding: 10px 0;
}

.cpf_list {
    position: relative;
}

.cpf_list li {
    line-height: 33px;
    padding: 0 0 0 10px;
    background: url(../images/fai.png) no-repeat left center;
}

.cpf_list li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.76);
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.ffcontact {
    font-family: Poppins;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.76);
    line-height: 33px;
    font-weight: 300;
}

.ffcontact p {
    margin-bottom: 0px;
}

.ffxian {
    margin: 23px 0;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(255, 255, 255, 0.17);
    width: 100%;
}

.coppry {
    position: relative;
    font-family: Poppins;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.76);
    font-weight: 300;
}

.coppry a{
    display: inline-block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.76);
    font-weight: 300;
    text-transform: capitalize;
}

.sitewidget-bd {
    text-align: center;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.sitewidget-bd a {
    margin: 0 5px 0 0;
    letter-spacing: 22px;
}

.social-icon-32 {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle
}

.social-icon-32.social-icon-facebook {
    background: url(../images/style6tiny.png) no-repeat -24px 0;
}

.social-icon-32.social-icon-linkedin {
    background: url(../images/style6tiny.png) no-repeat -24px -128px;
}

.social-icon-32.social-icon-white.social-icon-twitter {
    background: url(../images/style6tiny.png) no-repeat -24px -256px;
}

.social-icon-32.social-icon-white.social-icon-youtube {
    background: url(../images/style6tiny.png) no-repeat -24px -320px;
}

.social-icon-32.social-icon-white.social-icon-facebook:hover {
    background: url(../images/style6tiny.png) no-repeat -239px -1px;
}

.social-icon-32.social-icon-white.social-icon-linkedin:hover {
    background: url(../images/style6tiny.png) no-repeat -239px -129px;
}

.social-icon-32.social-icon-white.social-icon-twitter:hover {
    background: url(../images/style6tiny.png) no-repeat -239px -257px;
}

.social-icon-32.social-icon-white.social-icon-youtube:hover {
    background: url(../images/style6tiny.png) no-repeat -239px -321px;
}

@media screen and (min-width:550px) and (max-width:1000px) {
    .h_where_swiper .swiper-slide .titleBox {
        margin-bottom: 30px;
        font-size: 34px
    }
    .h_where_swiper .swiper-slide .imgWra {
        height: 243px
    }
    .h_where_swiper .swiper-slide .numStyle {
        width: 50px;
        height: 50px;
        font-size: 26px;
        line-height: 50px;
        top: -31%
    }
    .h_where_swiper .swiper-slide .tile:hover .numStyle {
        top: -22%
    }
    .h_where_swiper .swiper-slide .textBox {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 40px
    }
}

@media screen and (max-width:550px) {
    .h_where_swiper .swiper-slide .titleBox {
        margin-bottom: 30px;
        font-size: 34px
    }
    .h_where_swiper .swiper-slide .textBox {
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 30px
    }
    .h_where_swiper .swiper-slide .buttonWra {
        display: none
    }
    .h_where_swiper .swiper-slide .numStyle {
        width: 50px;
        height: 50px;
        font-size: 26px;
        line-height: 50px;
        top: -31%
    }
    .h_where_swiper .swiper-slide .tile:hover .numStyle {
        top: -22%
    }
}

@media (min-width:992px) {
    .h_about_left {
        width: 50%;
    }
    .h_about_right {
        width: 50%;
    }
    .h_our_top .h_our_top_txt {
        width: 780px;
    }
    .h_w_right {
        width: 580px;
    }
}


/*hot*/
.hot_outerContainer{
    position: relative;
}
.hot_outerContainer .biimg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fix_hot{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.fix_hot .fix_hot_wz{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column; width: 100%;
    height: 100%;
}

.fix_hot .fix_hot_wz p:nth-child(1){
    color: #c32217;
    line-height: 1.5;
    font-size: 17px;
}

.fix_hot .fix_hot_wz p:nth-child(2){
    max-width: 560px;
    color: #000000;
    font-family: Oswald;
    font-weight: bold;
    line-height: 1.5;
    font-size: 2.8125vw;
}
.fix_hot .fix_hot_wz a {
    display: block;
    width: 200px;
    line-height: 52px;
    text-align: center;
    background: rgb(196, 34, 23);
    color: #fff;
    font-family: Oswald;
    font-size: 16px;
    letter-spacing: 2px;
    position: relative;
    z-index: 4;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.fix_hot .fix_hot_wz a::before {
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #b50a14;
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.fix_hot .fix_hot_wz a::after {
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #b50a14;
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.fix_hot .fix_hot_wz a:hover {
    color: #fff!important;
    background-color: transparent;
    position: relative;
}
.fix_hot .fix_hot_wz a:hover::before {
    width: 100%;
}

/**/
.outerContainer_anchor{
    margin-bottom: 30px;
}

.outerContainer_anchor > .max1200{
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 768px){
    .outerContainer_anchor > .max1200{
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.outerContainer_anchor,
.outerContainer_anchor a {
    color: #333;
    font-size: 15px;
    font-weight: 300;
    text-transform: capitalize;
    font-family: Poppins;
}

.outerContainer_anchor a{
    margin: 0 3px;
    font-family: Poppins;
}

.outerContainer_anchor span:last-child{
    margin: 0 3px;
    font-family: Poppins;
}

.outerContainer_anchor .anchor{
    padding-top: 13px;
    padding-bottom: 10px;
    display: block;
    font-family: Poppins;
}

.outerContainer_anchor .anchor span{
    font-family: Poppins;
}

.outerContainer_anchor a:visited {
    text-decoration: none;
    color: #333;
}

.outerContainer_anchor a:hover {
    text-decoration: none;
    color: #b50a14
}

/*outeraa*/
#outer_aa{
    padding-top: 40px;
}
.outer_a_tit{
    font-size: 36px;
    color: #333;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 15px;
    background: url(../images/line.png) no-repeat left bottom;
}
.outer_a_des{
    font-size: 14px;
    color: #666;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: left;
}
.outer_a_list{
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
}
.outer_a_list li{
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}
.outer_a_list li a{
    display: block;
    line-height: 40px;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
    background-color: #fff;
    color: #c32217;
    text-align: center;
    border:1px solid #c32217;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
.outer_a_list li a:hover{
    color: #fff!important;
    background-color: #e23226;
}

/*outerbb*/
#outer_bb{
    padding-bottom: 60px;
}
.outerbb_tit{
    position: relative;
    margin-bottom: 10px;
}
.outerbb_tit h2{
    font-size: 36px;
    color: #333;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 15px;
    background: url(../images/line.png) no-repeat left bottom;
}

.outerbb_tit .outerbb_tit_link{
    position: relative;
}

.outerbb_tit .outerbb_tit_link a{
    display: block;
    text-align: center;
    width: 180px;
    line-height: 45px;
    background-color: #c32217;
    color: #fff;
    font-size: 14px;
    z-index: 4;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.outerbb_tit .outerbb_tit_link a:hover{
    color: #fff!important;
    background: #e23226;
}
.outerbb_list{
    position: relative;
}
.outerbb_list li a{
    display: block;
}

.outerbb_list li .com-img img{
    display: block;
    width: 100%;
    object-fit: cover;
}
.outerbb_list li h4{
    margin: 10px 0;
    font-size: 26px;
    color: #333;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: left;
}
.outerbb_list li .sdee{
    font-size: 14px;
    color: #666;
    word-break: break-word;
    font-weight: 400;
    line-height: 1.8em;
    text-align: left;
}

/*outer_cc*/
#outer_cc{
    position: relative;
    padding: 60px 0;
    background: #f6f6f6;
    overflow: hidden;
}
.outercc_tit{
    position: relative;
    margin-bottom: 30px;
}
.outercc_tit h2{
    font-size: 36px;
    color: #333;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 15px;
    background: url(../images/line.png) no-repeat left bottom;
}

.outercc_tit .outercc_tit_dess{
    position: relative;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2;
    text-align: left;
}
.outercc_list{
    position: relative;
    margin: 0 -10px;
    display: flex;
}

.outercc_list li{
    position: relative;
    background: #fff;
    border-radius:15px;
    width: calc(33.33% - 20px);
    margin: 0 10px 20px 10px;
}
.outercc_list li a{
    display: block;
    padding: 20px;
    padding-bottom: 30px;
}

.outercc_list li h4{
    margin: 10px 0;
    font-size: 26px;
    color: #333;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: left;
}
.outercc_list li .sdee{
    font-size: 14px;
    color: #666;
    word-break: break-word;
    font-weight: 400;
    line-height: 2;
    text-align: left;
    margin-bottom: 30px;
}

.outercc_list li .sdmore{
    line-height: 36px;
    width: 148px;
    background-color: #c32217;
    color: #fff;
    border-radius: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    z-index: 4;
}
.outercc_list li .sdmore:hover{
    color: #fff!important;
    background: #e23226;
}

/*outer_dd*/
#outer_dd{
    position: relative;
    padding: 60px 0;
}

.outer_dd_left{
    position: relative;
    background: url(../images/4fuben.png) no-repeat scroll right bottom;
    background-size: contain;
    padding-right: 2.60416vw;
}
.outerdd_tit{
    position: relative;
    margin-bottom: 10px;
}
.outerdd_tit h2{
    font-size: 36px;
    color: #333;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 15px;
    background: url(../images/line.png) no-repeat left bottom;
}
.outerdd_tit .outerdd_tit_dess{
    font-size: 14px;
    color: #666;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2;
    text-align: left;
    word-break: break-word;
}
.outerdd_tit .outerdd_tit_link{
    position: relative;
    margin-top: 30px;
}
.outerdd_tit .outerdd_tit_link a{
    display: block;
    text-align: center;
    width: 180px;
    line-height: 45px;
    background-color: #c32217;
    color: #fff;
    font-size: 14px;
    z-index: 4;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.outerdd_tit .outerdd_tit_link a:hover{
    color: #fff!important;
    background: #e23226;
}

.outer_dd_right{
    position: relative;
    background: #f6f6f6;
    padding: 30px;
}
.outer_dd_right .outerdd_con h2{
    font-size: 32px;
    color: #333;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 15px;
}

.outer_dd_right .ft-message-form .form-group{
    margin-bottom: 10px;
}

.outer_dd_right .ft-message-form input,
.outer_dd_right .ft-message-form textarea {
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
    font-size: 14px;
    color: #333;
    width: 100%;
    padding: 7px 10px;
}

.outer_dd_right .ft-message-form textarea {
    line-height: 22px;
    height: 80px;
}

.outer_dd_right .submit-btn {
    transition: .5s;
    border: 2px solid #c32217;
    border-radius: 0;
    background: rgba(255,255,255,0);
    color: #c32217;
    font-size: 14px;
    width: 181px;
    line-height: 45px;
}

.outer_dd_right .submit-btn:hover {
    border: 2px solid #c32217;
    background: #c32217;
    color: #fff;
}

.outer_dd_right .ft-message-form input::-webkit-input-placeholder,
.outer_dd_right .ft-message-form textarea::-webkit-input-placeholder {
    color: rgba(133,133,133);
    font-size: 14px;
}

.outer_dd_right .ft-message-form input:-moz-placeholder,
.outer_dd_right .ft-message-form textarea:-moz-placeholder {
    color: rgba(133,133,133);
    font-size: 14px;
}

.outer_dd_right .ft-message-form input::-moz-placeholder,
.outer_dd_right .ft-message-form textarea::-moz-placeholder {
    color: rgba(133,133,133);
    font-size: 14px;
}

.outer_dd_right .ft-message-form input:focus,
.outer_dd_right .ft-message-form textarea:focus{
    border-color: #000;
    border-width:2px;
    outline: 0;
}


/*outer_ee*/
#outer_ee{
    position: relative;
    padding-top: 30px;
    padding-bottom: 60px;
}
.outeree_tit{
    text-align: center;
    margin-bottom: 30px;
}
.outeree_tit h2{
    font-size: 36px;
    color: #333;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 30px;
    padding-bottom: 15px;
    background: url(../images/line.png) no-repeat center bottom;
}
.outeree_list{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.outeree_list li{
    position: relative;
}
.outeree_list li a{
    display: block;
}
.outeree_list li .ArtTime{
    position: absolute;
    color: #999;
    font-size: 17px;
    display: block;
    bottom: auto;
    top: 0;
    right: 0;
    width: 80px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background: #fff;
    opacity: 0;
    z-index: 2;
}
.outeree_list li .i_boximg{
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 48%;
    overflow: hidden;
}
.outeree_list li .i_boximg img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
    transition: all .3s;
}

.outeree_list li .i_boxtxt{
    padding: 15px 0 25px;
}
.outeree_list li .i_boxtxt h3{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    line-height: 60px;
    font-weight: 400;
    border-bottom: 1px solid #dbdbdb;
    transition: all 0.36s ease;
    color: #333;
    font-size: 16px;
}

.outeree_list li .i_boxtxt p{
    margin-top: 13px;
    transition: all 0.36s ease;
    font-size: 13px;
    color: #999;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.outeree_list li:hover .ArtTime{
    color: #04a07b;
    opacity: 1;
}
.outeree_list li:hover  .i_boximg img{
    transform: scale(1.08);
}
.outeree_list li:hover  .i_boxtxt h3{
    color: #04a07b;
}

@media (min-width:991px){
    .outeree_list li{
        width: calc(100% / 3 - 20px);
        margin: 0 10px;
    }
}


/*outer_ff*/
#outer_ff{
    background-color: #c32217;
    position: relative;
    padding: 60px 0;
}

.outer_ff_mid{
    position: relative;
    z-index: 99;
}

.outer_ff_mid h2{
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: left;
}

.outer_ff_mid .btncolor{
    display: block;
    width: 180px;
    line-height: 45px;
    font-size: 14px;
    border: 2px solid #fff;
    overflow: hidden;
    z-index: 4;
    color: #fff;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.outer_ff_mid .btncolor:hover{
    background-color: #fff;
    color: #c32217;
}

#particles-js{
    width: 100%;
    height: 100%;
    position:absolute;
    left:0;
    top:0;
    background-color: #c32217;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index:1;
}


/*solutions_wap*/
.solutions_aa{
    position: relative;
}
.solutions_tit{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.solutions_tit h2{
    line-height: 2;
    text-align: center;
    font-size: 28px;
    color: #b50a14;
    font-weight: 400;
    font-family: Oswald;
}
.solutions_list{
    position: relative;
}
.solutions_list li{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    background: #f4f4f4;
}

.solutions_list li .slou-img{
    position: relative;
    width: 100%;
}
.solutions_list li .slou-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.solutions_list li .slou-text{
    padding: 5.2083vw;
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.solutions_list li .slou-text h4{
    font-size: 22px;
    color: #b50a14;
    font-weight: 400;
    line-height: 2.6;
    text-align: left;
}

.solutions_list li .slou-text .asas{
    word-break: break-word;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: left;
}

.solutions_bb{
    position: relative;
    padding: 30px 0;
}

.solutions_bb .hd1>h2{
    font-size: 24px;
    color: #333;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: left;
}
.solutions_bb .hd2{
    font-size: 14px;
    color: #333;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8;
}

@media (min-width: 991px){
    .solutions_list li:nth-child(2n){
        flex-direction: row-reverse;
    }
    .solutions_list li .slou-img{
        width: 33.33%;
    }
    .solutions_list li .slou-text{
        width: 66.66%;
    }
}

.cbox_bg{
    background-image: url(../images/bg3.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
}


/*company_one*/
.company_one{
    position: relative;
    padding-top: 30px;
}

.btnGroup_list{
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.btnGroup_list li{
    position: relative;
    margin-right: 20px;
}
.btnGroup_list li a{
    display: block;
    line-height: 40px;
    font-weight: 400;
    padding-left: 31px;
    padding-right: 31px;
    background-color: #eee;
    border-radius: 100px;
    font-size: 14px;
    color: #333;
    transition: .3s;
}
.btnGroup_list li a.on {
    color: #fff!important;
    background-color: #c32217;
}
.btnGroup_list li a:hover {
    color: #fff!important;
    background-color: #c32217;
}
.solutions_dec{
    position: relative;
    padding: 10px 0;
    text-align: center;
    padding-left: 5.2083vw;
    padding-right: 5.2083vw;
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8;
}
.solutions_video{
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
}
.solutions_video img{
    max-width: 100%;
}
.solutions_summ{
    position: relative;
    padding-bottom: 5.2083vw;
    overflow: hidden;
}


@media (max-width: 768px){
    .btnGroup_list li{
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

/*history*/
.history{
    position: relative;
    padding-bottom: 60px;
}
.history_tit{
    text-align: center;
    padding: 50px 0;
}
.history_tit h2{
    font-family: Oswald;
    font-size: 28px;
    color: #b50a14;
    font-weight: 400;
    line-height: 2;
    text-align: center;
    margin-bottom: 0px;
}
.history_tit .csse{
    font-family: Oswald;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
}

.siteblocks-header-banner{
    width: 100%;
    overflow: hidden;
    cursor: grab;
    position: relative;
    background-image: linear-gradient(to right, #979797, #979797 5px, #FFF 2px);
    background-repeat: repeat-x;
    background-size: 7px 1px;
    background-position: 0 59px;
    padding: 50px 0 40px;
    background-color: #fff;
}
.history_list{
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}
.history_list li{
    box-sizing: border-box;
    margin: 0 10px;
    position: relative;
    width: 300px;
}
.history_list li .blockquote__item--icon{
    margin: 0;
    padding: 0;
    font-size: 0;
}
.history_list li .blockquote__item--icon span{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #b50a14;
    border: 2px solid;
    position: relative;
}
.history_list li .blockquote__item--icon span::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: currentcolor;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.history_list li .blockquote__item--title{
    margin: 0;
    padding: 0;
    margin-top: 15px;
    height: 28px;
    font-weight: normal;
    line-height: 28px;
    font-size: 20px;
    color: #333;
}
.history_list li .blockquote__item--con{
    margin: 0;
    margin-top: 12px;
    padding: 0;
    min-height: 150px;
    line-height: 25px;
    font-size: 18px;
    color: #333333;
    word-break: break-word;
    width: 300px;
}


.blockquote__scrollbar--wrapper{
    padding: 0 50px;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
}

.blockquote__scrollbar--wrapper .swiper-scrollbar{
    margin: 30px auto 0;
    height: 5px;
    background: #DEDEDE;
    position: relative;
    max-width: 1100px;
}

.swiper-scrollbar-drag{
    background-color: #b50a14;
    cursor: grab;
}


.blockquote__scrollbar--wrapper .outer{
    background: #DEDEDE;
    height: 1px;
}

.blockquote__scrollbar--wrapper .line{
    margin: 30px auto 0;
    height: 5px;
    background: #DEDEDE;
    position: relative;
    max-width: 1100px;
}
.blockquote__scrollbar--wrapper .short-line{
    position: absolute;
    width: 100px;
    height: 7px;
    background: #b50a14;
    top: -1px;
    left: 0;
    cursor: grab;
    border-radius: 5px;
}


/*advantage*/
.advantage_tit{
    text-align: center;
    margin-top: 50px;
}
.advantage_tit h2{
    line-height: 2;
    text-align: center;
    font-size: 28px;
    color: #b50a14;
    font-weight: 400;
}

.advantage_first_con{
    padding-bottom: 5.2083vw;
}
.advantage_first_list{
    position: relative;
}
.advantage_first_list li{
    position: relative;
    padding: 40px 0;
}
.advantage_first_list li:not(:last-child){
    border-bottom: 1px solid rgb(204, 204, 204);
}
.advantage_first_list li .adva-img{
    margin-bottom: 20px;
    position: relative;
}
.advantage_first_list li .adva-img img{
    margin-right: 20px;
    max-width: 60px;
    max-height: 60px;
}
.advantage_first_list li .adva-img h4{
    font-family: Oswald;
    font-size: 28px;
    color: #b50a14;
    font-weight: 400;
    line-height: 2;
    text-align: left;
}
.advantage_first_list li .adva-text{
    letter-spacing: 0;
    line-height: 1.8;
    text-align: left;
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

/*honor*/
.honor_wap{
    padding-top: 0px;
    padding-bottom: 70px;
}
.honor_list{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.honor_list li{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.honor_list li a{
    display: block;
}
.honor_list li a img{
    width: 100%;
}

@media (min-width: 991px){
    .honor_list li{
        width: calc(33.33% - 20px);
        margin: 0 10px 20px 10px;
    }
}

/**/
.btnGroup_list2{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.btnGroup_list2 li{
    position: relative;
    margin-right: 30px;
    text-align: center;
}
.btnGroup_list2 li a{
    display: block;
    line-height: 40px;
    font-weight: 400;
    width: 190px;
    background-color: #eee;
    border-radius: 100px;
    font-size: 14px;
    color: #333;
    transition: .3s;
}
.btnGroup_list2 li a.on {
    color: #fff!important;
    background-color: #c32217;
}
.btnGroup_list2 li a:hover {
    color: #fff!important;
    background-color: #c32217;
}

@media (max-width: 768px){
    .btnGroup_list2{
        margin-top: 10px;
    }
    .btnGroup_list2 li{
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .btnGroup_list2 li a{
        width: 150px;
    }
}

/*service_first*/
.service_first{
    position: relative;
}

.service_first_list{
    position: relative;
}
.service_first_list li{
    position: relative;
    padding: 40px 0;
}

.service_first_list li:not(:last-child){
    border-bottom: 1px solid rgb(204, 204, 204);
}

.service_first_list li h4{
    font-family: Oswald;
    font-size: 28px;
    color: #b50a14;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2;
    text-align: left;
}
.service_first_list li .seer-text{
    font-size: 14px;
    color: #333;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: left;
}

/*faq*/
.faq_wap{
    position: relative;
    padding-bottom: 5.2083vw;
}
.faq_list{
    position: relative;
}
.faq_list li{
    padding: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    background: #efefef;
    border-left: 6px solid #b50a14;
}
.faq_list li h4 {
    font-size: 16px;
    position: relative;
    margin: 0 0;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out
}
.faq_list li h4 a{
    word-break: break-word;
    padding-left: 30px;
    display: block;
    width: calc(100% - 50px);
    font-size: 15px;
    line-height: 44px;
    color: #b50a14;
    font-weight: bold;
    text-align: left;
    background: url(../images/if04.png) no-repeat left center;
}
.faq_list li h4 .faq-q-icon{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/if02.png) no-repeat left center;
    width: 15px;
    height: 15px;
}
.faq_list li .sec {
    position: relative;
    padding-left: 30px;
    width: calc(100% - 50px);
    height: 0;
    color: #333;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    overflow: hidden;
}

.faq_list li.on .sec {
    height: 800px;
    overflow-y:scroll;
}
.faq_list li:hover h4 .faq-q-icon{
    background: url(../images/if01.png) no-repeat left center;
}
.faq_list li.on h4 .faq-q-icon{
    background: url(../images/if03.png) no-repeat left center;
}

@media (max-width: 780px) {
    .faq_list li h4 {
        font-size:16px;
    }
    .faq_list li .sec {
        font-size:14px;
        padding-left: 20px;
        width: calc(100% - 20px);
    }
}


/*installation_first*/
.installation_first{
    position: relative;
}

.installation_first_con{
    padding-bottom: 5.2083vw;
}
.installation_first_list{
    position: relative;
}
.installation_first_list li{
    position: relative;
    padding: 40px 0;
}
.installation_first_list li:not(:last-child){
    border-bottom: 1px solid rgb(204, 204, 204);
}
.installation_first_list li .adva-img{
    margin-bottom: 20px;
    position: relative;
}
.installation_first_list li .adva-img img{
    margin-right: 20px;
    max-width: 60px;
    max-height: 60px;
}
.installation_first_list li .adva-img h4{
    font-family: Oswald;
    font-size: 28px;
    color: #b50a14;
    font-weight: 400;
    line-height: 2;
    text-align: left;
}
.installation_first_list li .adva-text{
    letter-spacing: 0;
    line-height: 1.8;
    text-align: left;
    font-size: 14px;
    color: #333;
    font-weight: 400;
}
.sitewidget_video{
    position: relative;
    display: flex;
    margin: 0 -10px;
}
.sitewidget_video .cvv{
    flex: 1;
    margin: 0 10px;
    position: relative;
}
.sitewidget_video .cvv video {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

/*download_first*/

.download_first{
    position: relative;
    padding-top: 20px;
    padding-bottom: 70px;
}

.download-list6{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.download-list6 > li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(50% - 10px);
    padding: 20px 2%;
    background: #f7f7f7;
    margin-bottom: 20px;
    -webkit-transition: background .3s;
    transition: background .3s;
    color: #333;
}

.download-list6-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    margin: 0 3px;
    height: 36px;
    background: url(../images/pro23.png) no-repeat center center;
    background-size: 100%;
    vertical-align: middle
}

.download-list6>li:hover>.download-list6-icon {
    background: url(../images/prow23.png) no-repeat center center;
    background-size: 100%
}

.download-list6>li>.download-list6-title {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16px;
    overflow: hidden;
    width: 80%;
    line-height: 43px;
    height: 43px;
    padding-left: 12px;
    cursor: pointer
}

.download-list6>li>.download-list6-downicon,
.download-list6>li>.download-list6-downicon .icon-box {
    display: flex;
    align-items: center;
    justify-content: center
}

.download-list6>li>.download-list6-downicon {
    height: 50px;
    width: 50px;
    position: relative
}

.download-list6>li>.download-list6-downicon .icon-box {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    border-color: #949494
}

.download-list6>li>.download-list6-downicon .icon-box path {
    fill: #949494
}

.download-list6>li>.download-list6-downicon a {
    display: block;
    height: 50px;
    width: 50px;
    position: relative;
    z-index: 9
}

.download-list6>li:hover .icon-box {
    background-color: white;
    border: unset
}

.download-list6>li:hover {
    background: #d6121a;
    color: #fff
}

.download-list6>li:hover>.download-list6-downicon .icon-box path{
    fill: #b50a14;
}

@media(max-width: 1200px) {
    .download-list6>li>.download-list6-downicon {
        height:42px;
        width: 42px
    }
}

@media(max-width: 989px) {
   .download-list6>li>.download-list6-downicon {
        height:38px;
        width: 38px
    }
}

@media(max-width: 768px) {
    .download-list6>li{
        width: 100%;
    }
    .download-list6>li>.download-list6-downicon {
        height:32px;
        width: 32px
    }
}



/*videos_first*/
.videos_first{
    position: relative;
    padding-top: 20px;
    padding-bottom: 70px;
}

.videos_first_list{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.videos_first_list li{
    position: relative;
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
}
.videos_first_list li .vva {
    position: relative;
}
.videos_first_list li img{
    width: 100%;
    max-height: 325px;
    object-fit: cover;
}
.videos_first_list li img.hhahgn {
    visibility: hidden;
}
.videos_first_list li video {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}


@media (max-width: 768px){
    .videos_first_list li{
        width: calc(100% - 20px);
        margin: 0 10px 20px 10px;
    }
}

/*contactus*/
.contactus{
    position: relative;
}
.contacts_first_tit{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.contacts_first_tit h2{
    line-height: 2;
    text-align: center;
    font-size: 28px;
    color: #b50a14;
    font-weight: 400;
    font-family: Oswald;
}
.contacts_first_list{
    position: relative;
    margin-bottom: 30px;
}
.contacts_first_list li{
    position: relative;
    text-align: center;
}
.contacts_first_list li .colo-img{
    margin-bottom: 10px;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.contacts_first_list li .colo-img img{
    max-width: 76px;
    max-height: 76px;
}
.contacts_first_list li h4{
    line-height: 1.8;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;

}
.contacts_first_list li .sec{
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 0px;
}

/*contacts_second*/
.contacts_second{
    position: relative;
    padding-bottom: 40px;
}
.google_map{
    position: relative;
    overflow: hidden;
}
.google_map iframe{
    width: 100%;
}

/*contacts_three*/

.contacts_three{
    position: relative;
    padding-bottom: 70px;
}

.contacts_three_con .form-group{
    margin-bottom: 16px;
    width: 50%;
    float: left;
}
.contacts_three_con .form-group2{
    width: 100%;
}
.contacts_three_con .form-group .controls{
    padding: 0 10px;
    position: relative;
}

.contacts_three_con .ft-message-form input,
.contacts_three_con .ft-message-form textarea {
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
    font-size: 14px;
    color: #333;
    width: 100%;
    padding: 7px 10px;
    background: rgb(243, 243, 243);
}

.contacts_three_con .ft-message-form textarea {
    line-height: 22px;
    height: 90px;
}

.contacts_three_con .submit-btn {
    transition: .5s;
    border-radius: 0;
    background: #b50a14;
    color: #fff;
    font-size: 16px;
    width: 220px;
    line-height: 42px;
}

.contacts_three_con .submit-btn:hover {
    background: #d7131e;
    color: #fff;
}

.contacts_three_con .ft-message-form input::-webkit-input-placeholder,
.contacts_three_con .ft-message-form textarea::-webkit-input-placeholder {
    color: rgba(133,133,133);
    font-size: 16px;
}

.contacts_three_con .ft-message-form input:-moz-placeholder,
.contacts_three_con .ft-message-form textarea:-moz-placeholder {
    color: rgba(133,133,133);
    font-size: 16px;
}

.contacts_three_con .ft-message-form input::-moz-placeholder,
.contacts_three_con .ft-message-form textarea::-moz-placeholder {
    color: rgba(133,133,133);
    font-size: 16px;
}

.contacts_three_con .ft-message-form input:focus,
.contacts_three_con .ft-message-form textarea:focus{
    border-color: #000;
    border-width:1px;
    outline: 0;
}


/*news_list*/
.articlelist-liststyle21 dd {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
    transition: all .5s;
    -webkit-transition: all .5s
}

.articlelist-liststyle21 dd .date {
    float: left;
    width: 100px;
    height: 225px;
    color: #333;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column
}

.articlelist-liststyle21 dd .date_box1 {
    font-size: 18px
}

.articlelist-liststyle21 dd .date_box1 .month {
    font-size: 36px
}

.articlelist-liststyle21 dd .date_box2 {
    font-size: 14px
}

.articlelist-liststyle21 dd .date_box3 {
    font-size: 26px
}

.articlelist-liststyle21 dd .pic {
    float: left;
    width: 388px;
    height: 225px;
    border: 1px solid #f1f1f1;
    overflow: hidden
}

.articlelist-liststyle21 dd .pic img {
    display: block;
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s
}

.articlelist-liststyle21 dd .con {
    height: 225px;
    padding: 18px 12px 18px 508px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.articlelist-liststyle21 .tt a,.articlelist-liststyle21 .tt {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #333;
    font-weight: bold;
    transition: all .5s;
    -webkit-transition: all .5s
}

.articlelist-liststyle21 .tt a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.articlelist-liststyle21 dd .con .text {
    height: 72px;
    font-size: 14px;
    line-height: 24px;
    margin: 12px 0 25px;
    transition: all .5s;
    -webkit-transition: all .5s
}

.articlelist-liststyle21 .more {
    display: inline-block;
    padding: 5px 15px;
    text-align: center !important;
    color: #666;
    font-size: 16px;
    font-family: "Futura LT Medium";
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    transition: all .5s;
    -webkit-transition: all .5s
}

.articlelist-liststyle21 dd:hover .pic img {
    transform: scale(1.02,1.02);
    -webkit-transform: scale(1.02,1.02);
    transition: all .5s;
    -webkit-transition: all .5s
}

.articlelist-liststyle21 dd:hover .con .more {
    border: 1px solid #fff;
    color: #fff!important;
}

.articlelist-liststyle21 .con a:hover {
    text-decoration: underline
}

.articlelist-liststyle21 dd:hover {
    background: #c32217;
}

.articlelist-liststyle21 .clm3 {
    -webkit-line-clamp: 3
}

.articlelist-liststyle21 .textOverClm {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.articlelist-liststyle21 dd:hover .date,
.articlelist-liststyle21 dd:hover .con .tt,
.articlelist-liststyle21 dd:hover .con .tt a,
.articlelist-liststyle21 dd:hover .con .text {
    color: #fff!important;
    transition: all .5s;
    -webkit-transition: all .5s
}

@media screen and (max-width: 767px) {
    .articlelist-liststyle21 dd,
    .articlelist-liststyle21 dd .date,
    .articlelist-liststyle21 dd .pic,
    .articlelist-liststyle21 dd .con {
        height:auto
    }

    .articlelist-liststyle21 dd,
    .articlelist-liststyle21 dd .date {
        padding-bottom: 12px
    }

    .articlelist-liststyle21 dd .date,
    .articlelist-liststyle21 dd .pic,
    .articlelist-liststyle21 dd .con {
        float: none;
        width: 100%;
        text-align: center
    }

    .articlelist-liststyle21 dd .con {
        padding: 18px 10px;
        box-sizing: border-box
    }

    .articlelist-liststyle21 dd .more {
        margin: 0 auto
    }

    .articlelist-liststyle21 .tt a {
        display: block
    }
}



/*articledetail-title*/
.articledetail-title{
    position: relative;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8;
}
.articledetail-title h1{
    line-height: 1.8;
    font-weight: normal;
    font-family: Poppins;
    margin: 0 0;
    font-size: 26px;
    color: #333;
}
.articledetail-inquiry-btn{
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 180px;
    height: 38px;
    line-height: 38px;
    background: #0c6fb3;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    font-weight: 400;
    font-family: Poppins;
}
.articledetail-inquiry-btn:hover{
    opacity: .9;
    color: #fff!important;
    filter: alpha(opacity=90);
}

.articledetail-user-shareit{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}
.articledetail-user-shareit .social-share .social-share-icon{
    border-radius: 6px;
}

/*recom_product_swiper*/

.recom_product_h2{
    position: relative;
    margin-top: 30px;
}
.recom_product_h2 h2{
    font-family: Oswald;
    font-size: 24px;
    color: #333;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: left;
}
.wwap{
    position: relative;
    padding: 0 40px;
    padding-bottom: 20px;
}
.recom_product_swiper{
    overflow: hidden;
}
.recom_product_swiper .swiper-slide{
    position: relative;
}
.recom_product_swiper .swiper-slide a{
    display: block;
}
.recom_product_swiper .swiper-slide .relatedProducts-pic-img{
    overflow: hidden;
}
.recom_product_swiper .swiper-slide .relatedProducts-pic-img img{
    display: block;
    width: 100%;
    object-fit: cover;
}
.recom_product_swiper .swiper-slide .relatedProducts-pic-tit{
    padding: 10px 0;
    font-family: Poppins;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: center;
}
.recom_product_swiper .swiper-slide .relatedProducts-pic-tit:hover{
    color: #b50a14!important;
}

.wwap .swiper-button-prev,
.wwap .swiper-button-next{
    position: absolute;
    top: 50%;
    margin-top: -28px;
    height: 34px;
    width: 34px;
    overflow: hidden;
    text-align: center;
    font: bold 34px/34px serif;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5;
    color: #FFF;
    z-index: 999;
}
.wwap .swiper-button-prev{
    left: 0px;
}
.wwap .swiper-button-next{
    right: 0px;
}
.wwap .swiper-button-prev:hover,
.wwap .swiper-button-next:hover{
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.wwap .swiper-button-prev:after,
.wwap .swiper-button-next:after{
    font-size: 12px;
}


/*honor页面弹出*/
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}
#cboxWrapper{max-width:none}
#cboxOverlay{position:fixed;width:100%;height:100%}
#cboxMiddleLeft,#cboxBottomLeft{clear:left}
#cboxContent{position:relative}
#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}
#cboxTitle{margin:0}
#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}
#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}
.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}
.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}
#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}
#cboxOverlay{background:#000}
#colorbox{outline:0}
#cboxTopLeft,#cboxTopRight,#cboxBottomLeft,#cboxBottomRight,#cboxMiddleLeft,#cboxMiddleRight,#cboxPrevious,#cboxNext,#cboxClose{background-image:url(../images/color_controls.png);background-repeat:no-repeat}
#cboxTopLeft{width:21px;height:21px;background-position:-101px 0}
#cboxTopRight{width:21px;height:21px;background-position:-130px 0}
#cboxBottomLeft{width:21px;height:21px;background-position:-101px -29px}
#cboxBottomRight{width:21px;height:21px;background-position:-130px -29px}
#cboxMiddleLeft{width:21px;background-position:left top;background-repeat:repeat-y}
#cboxMiddleRight{width:21px;background-position:right top;background-repeat:repeat-y}
#cboxTopCenter{height:21px;background:url(../images/color_zee1.png) 0 0 repeat-x}
#cboxBottomCenter{height:21px;background:url(../images/color_zee1.png) 0 -29px repeat-x}
#cboxContent{background:#fff;overflow:hidden;font-size:12px}
.cboxIframe{background:transparent}
#cboxError{padding:50px;border:1px solid #ccc}
#cboxLoadedContent{margin-bottom:28px}
#cboxTitle{position:absolute;bottom:-2px;left:0;text-align:center;width:100%;color:#949494}
#cboxCurrent{position:absolute;bottom:0px;left:58px;color:#949494}
#cboxLoadingOverlay{background:url(../images/color2.png) no-repeat center center}
#cboxLoadingGraphic{background:url(../images/color_loading.gif) no-repeat center center}
#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto}
#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}
#cboxSlideshow{position: absolute;bottom: 0px;color: #949494;}
#cboxPrevious{position:absolute;bottom:0;left:0;background-position:-75px 0;width:25px;height:25px;text-indent:-9999px}
#cboxPrevious:hover{background-position:-75px -25px}
#cboxNext{position:absolute;bottom:0;left:27px;background-position:-50px 0;width:25px;height:25px;text-indent:-9999px}
#cboxNext:hover{background-position:-50px -25px}
#cboxClose{position:absolute;bottom:0;right:0;background-position:-25px 0;width:25px;height:25px;text-indent:-9999px}
#cboxClose:hover{background-position:-25px -25px}

/*产品列表页*/
.product-list .content .list{position: relative}
.product-list .content .list .video_play_icon{
    background: rgba(0,0,0,0.50);
    border-radius: 14px;
    color: #fff;
    padding: 0 10px;
    left: 10px;
    bottom: 20px;
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    z-index: 10;
}

.product-list .content .list .prod_show_icon{
    position: absolute;
    right: -38px;
    bottom: 0;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s
}
.product-list .content .list .prod_show_icon ul li {
    background-color: #000;
    width: 35px;
    float: none;
    height: 35px;
    margin-bottom: 1px;
    margin-left: 0 !important;
    z-index: 5
}

.product-list .content .list .prod_show_icon ul li a {
    width: 100%;
    height: 35px;
    margin-right: 0;
    margin-top: 0;
    background: #000;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
}

.product-list .content .list .prod_show_icon ul li i {
    font-size: 16px;
    margin: 0
}

.prod_list_txt {
    position: relative
}

.prod_show_icon .prod_item_txt {
    position: absolute;
    right: 130%;
    padding: 3px 10px;
    margin: 3px 0;
    opacity: 0;
    background: #2f2f31;
    color: #fff;
    font-size: 12px;
    box-sizing: border-box;
    display: none;
    width: max-content
}

@media screen and (max-width: 767px) {
    .prod_show_icon .prod_item_txt.prod_item_txt8 {
        display:none
    }
}

.prod_show_icon .icon_first {
    background: url(../images/04-22icon.png) no-repeat scroll 2px 3px
}

.prod_show_icon .icon_two {
    background: url(../images/04-22icon.png) no-repeat scroll 4px -31px
}

.prod_show_icon .icon_three {
    background: url(../images/04-22icon.png) no-repeat scroll 4px -62px
}

.prod_show_icon .icon_fir {
    background: url(../images/04-22icon.png) no-repeat scroll 4px -93px
}

.prod_list_txt {
    opacity: 0
}

.product-list .content .list .prod_item_txt:after {
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left-color: #2f2f31;
    position: absolute;
    right: -12px;
    top: 8px
}
.product-list .content .list .prod_show_icon ul li:hover > .prod_item_txt{
    opacity: 1;display: inline;transition: all 500ms;
}

.product-list .content .list:hover .prod_show_icon{
    right: 0px;
}


.proddetail-picshow {
    position: relative;
    border: 1px solid #ddd
}

.proddetail-picshow .video_play_icon {
    cursor: pointer;
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    z-index: 105;
    background: url(../images/videoplay_icon.png) 0px -2px no-repeat
}

.proddetail-picshow .video_play_icon:hover {
    background: url(../images/videoplay_icon.png) -55px -2px no-repeat
}

@media (max-width: 1200px){

}

@media (max-width: 768px){
    .home_news{
        padding: 30px 0;
    }
    .h_news_con>ul{
        width: calc(100% - 20px);
        margin: 0 10px 20px 10px;
    }

    .our_home_list li{
        width: calc(100% - 20px);
        margin: 0 10px 20px 10px;
    }
    .respond_quick{
        padding: 20px 0;
    }
    .fix_hot .fix_hot_wz p:nth-child(1),
    .fix_hot .fix_hot_wz p:nth-child(2){
        max-width: 220px;
    }
    #outer_aa{
        padding-top: 10px;
    }
    .outer_a_tit{
        font-size: 22px;
        line-height: 1.3;
        padding-bottom: 22px;
    }

    .outer_a_list li a{
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        text-align: left;
    }
    .outerbb_tit h2{
        padding-bottom: 30px;
        font-size: 25px;
        line-height:1.3;
    }

    .outerdd_tit h2{
        padding-bottom: 20px;
        font-size: 25px;
        line-height:1.3;
    }

    .outercc_list{
        flex-wrap:wrap;
    }
    .outercc_list li{
        width: 100%;
    }
    .outercc_tit h2{
         padding-bottom: 20px;
        font-size: 25px;
        line-height:1.3;
    }
    .outerbb_list li .sdee{
        margin-bottom: 20px;
    }
    .outeree_tit h2{
         padding-bottom: 20px;
        font-size: 25px;
        line-height:1.3;
    }

    .outeree_list li .i_boximg{
        height: 100%;
        padding-bottom: 0px;
    }
    .outeree_list li .i_boximg img{
        position: relative;
    }

    .outer_ff_mid h2{
        font-size: 20px;
    }
    .outeree_list li .i_boxtxt{
        padding-bottom: 10px;
    }
    #outer_dd,
    #outer_cc{
        padding:30px 0;
    }
    #outer_bb,
    #outer_ee{
        padding-bottom: 20px;
    }

    #outer_ff{
        padding: 40px 0;
    }

    .hot_outerContainer .biimg{
        height: 200px;
    }
    .fix_hot .fix_hot_wz p:nth-child(1){
        margin-bottom: 5px;
    }

    .fix_hot .fix_hot_wz a{
        width: 150px;
        line-height: 38px;
        font-size: 12px;
    }

    .google_map iframe{
        width: 100%!important;
        height: 100%!important;
    }
    .solutions_video iframe{
        width: 100%!important;
        height: 200px!important;
    }


    .outeree_list li .i_boxtxt h3{
        padding: 10px 0;
        white-space:normal;
        line-height: 1.5;
        font-size: 18px;
    }

    .right-title-h1 h1{
        font-size: 24px;
    }
    .outer_a_list li a{
        font-size: 12px;
        text-align: justify;
    }
    .outer_a_des{
        text-align: justify;
    }

    .proddetail-picshow{
        margin-bottom: 20px;
    }


}




.foi{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}







/* pro_swiper */



.pro_swiper {

    position: relative;

    overflow: hidden;

}



.pin_swiper {

    position: relative;

    margin-bottom: 30px;

}



.pin_swiper img {

    display: block;

    width: 100%;

}



.all_waw {

    position: relative;

    padding-left: 25px;

    padding-right: 25px;

    /*max-width: 300px;*/

    /*margin: 0 auto;*/

}



.pin_swiper2 {

    overflow: hidden;

}



.pin_swiper2 .swiper-slide {

    position: relative;

    border: 1px solid #eee;

}



.pin_swiper2 .swiper-slide a {

    display: block;

}



.pin_swiper2 .swiper-slide a img {

    display: block;

    width: 100%;

}



.pin_swiper2 .swiper-slide.swiper-slide-thumb-active {

    border-color: #ff3500;

}



.all_waw .swiper-button-next,

.all_waw .swiper-button-prev {

    position: absolute;

    top: 50%;

    width: 17px;

    height: 94px;

    margin-top: -47px;

    z-index: 9999;

    font-size: 0;

    outline: none;

    background-image: url(../images/icon.png);

    background-repeat: no-repeat;

}


.all_waw .swiper-button-prev {
    left: 0;
    background-position: 0 15px;
}

.all_waw .swiper-button-next {
    right: 0;
    background-position: -17px 15px;
}

.all_waw .swiper-button-prev:hover {
    /*background: url(../images/icon.png) no-repeat -598px -199px;*/
}

.all_waw .swiper-button-next:hover {
    /*background: url(../images/icon.png) no-repeat -610px -199px;*/
}



.all_waw .swiper-button-next:after,

.all_waw .swiper-button-prev:after {

    display: none;

}

.page-num-current {
    z-index: 3;
    color: #fff !important;
    background-color: #c32217 !important;
    border-color: #c32217 !important;
    cursor: default;
}
