@font-face {
    font-family: Barlow-Bold;
    src: url('fonts/BARLOW-BOLD.TTF');
}

@font-face {
    font-family: Barlow-Regular;
    src: url('fonts//BARLOW-REGULAR.OTF');
}


.container .web_footer {
    margin-top: 100px;
}

.containerHome .web_footer {
    margin-top: 0;
}

img,
a {
    transition: all .5s ease-in-out;

}

div>img:hover,
a>img:hover {
    transform: scale(1.1);
}

/*public*/
.web_main {
    position: relative;
    overflow: hidden;
}

.page_main {
    background: #FFF;
    padding: 100px 0 0;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*path_nav*/
.path_bar {
    position: relative;
    text-align: center;
    padding: 110px 0;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-bottom: 20px;
}

.path_bar .path_nav,
.path_bar .title {
    position: relative;
}

.path_bar .path_nav {
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 0;
    background: #F6F6F6;
    font-family: Arial;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #00071A;
    flex-wrap: wrap;
    z-index: 1;
}

.path_bar li:last-child a {
    color: #C5171A;
}

.path_bar li {
    display: flex;
    align-items: center;
    vertical-align: top;
    position: relative;
    text-transform: capitalize;
}

.path_bar .path_nav li:nth-child(1):before {
    content: "";
    display: inline-block;
    margin: 0px 10px 2px 0;
    font-weight: bold;
    width: 19px;
    height: 17px;
    background: url('img/other/home.png') no-repeat;
    background-size: 100% 100%;
}

.path_bar li:after {
    content: "";
    display: inline-block;
    margin: 0 10px 0 10px;
    font-weight: bold;
    width: 10px;
    height: 6px;
    background: url('img/other/pathright.png') no-repeat;
    background-size: 100% 100%;
}

.path_bar li:last-child:after {
    display: none;
}
@media only screen and (max-width: 950px) {
    .path_bar{
        margin-top: 28px;
    }
}
/* .mobile-head-items {
    display: none;
} */
.mobile-head-item.mobile-head-aside {
    display: none !important;
}

.path_tit {
    font-family: 'Barlow-Bold';
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
}






/* proType_ */



.proType_top_tIMg {
    width: 45%;
    position: relative;
    overflow: hidden;
    padding-bottom: 27%;
}

.proType_top_tIMg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.proType_top_tet {
    background: #C5171A;
    width: 58.2%;
    padding: 48px;
    position: relative;
    margin-left: -44px;
}

.proType_top_tit {
    font-family: 'Barlow-Bold';
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 1.2;
    margin-bottom: 10px;
}

.proType_top_tetp {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    max-height: 120px;
    overflow-y: auto;
    line-height: 30px;
}

.proType_main {
    margin-top: 70px;
}

.pege_title {
    font-family: 'Barlow-Bold';
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    text-align: center;
}

.proType_box {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.proType_div {
    width: 49%;
    margin-bottom: 50px;
}

.proType_div_img {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 57%;
}

.proType_div_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.proType_yj_div {
    margin: 20px 0 30px;
}

.proType_yj_div a {
    display: block;
}

.proType_yj_title {
    font-family: Arial;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
}

.proType_yj_tet {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin-top: 15px;
}

.proType_ej_div {
    flex-wrap: wrap;
}

.proType_ej_div a {
    display: block;
    width: 50%;
    padding-right: 10px;
    padding-left: 20px;
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    position: relative;
}


.proType_ej_div a:after {
    content: '>';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.proType_ej_div a:hover {
    color: #CA101B;
}

.proType_bottom_text {
    margin-top: 30px;
}

.proType_bottom_tit {
    font-family: 'Barlow-Bold';
    font-weight: bold;
    font-size: 40px;
    line-height: 1.2;
    color: #333333;
    margin-bottom: 15px;
}

.proType_bottom_tet {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.proType_bottom_box {
    margin-top: 60px;
}

.proType_bottom_img {
    width: calc(50% + 2px);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.proType_bottom_img img {
    width: 100%;
}

.proType_bottom_div {
    width: 50%;
    padding: 60px 50px;
    background: #C5171A;
    margin-left: -2px;
}

.proType_bottom_tit2 {
    font-family: 'Barlow-Bold';
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 25px;
}

.proType_bottom_tet2 {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #E5E5E5;
    line-height: 30px;
    max-height: 210px;
    overflow-y: auto;
    font-family: ArialMT;
}



@media only screen and (max-width: 950px) {
    .proType_top_tit,.pege_title,.proType_bottom_tit{
        font-size: 30px;
    }
    .proType_top_tet{
        padding: 20px;
    }
    .page_main{
        padding: 50px 0;
    }
    .proType_top_text {
        flex-wrap: wrap;
    }
    .proType_top_tIMg,.proType_top_tet{
        width: 100%;
        margin: 0 auto 20px;
    }
    .proType_top_tIMg{
        padding-bottom: 100%;
    }
    .proType_main{
        margin-top: 20px;
    }
    .proType_div{
        width: 100%;
        margin-bottom: 20px;
    }
    .proType_bottom_box{
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .proType_bottom_img,.proType_bottom_div{
        width: 100%;
        margin: 0 auto 20px;
    }
    .container .web_footer{
        margin-top: 20px;
    }
    .proType_bottom_div{
        padding: 20px;
    }



    
}


/* proType_  end */









/* listPro_ */
.listPro_big {
    margin-top: 60px;
}





/*----------------------------------aside---------------------------------*/
.aside {
    float: left;
    width: 375px;
}

.side-tit-bar {
    position: relative;
}

.side-tit-bar .side-tit {
    position: relative;
    line-height: 79px;
    padding: 0 21px;
    background: #C5171A;
    font-family: 'Barlow-Bold';
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
}

.side-widget {
    position: relative;
    margin: 0 0 94px;
}

.side-cate {
    border: 1px solid #E5E5E5;
    border-top: 0;
}

.side-cate li {
    position: relative;
    font-family: ArialMT;
    background: #F6F6F6;
}

.side-cate li li {
    background: #FFFFFF;
    font-family: ArialMT;
    line-height: 40px;
}

.side-cate li ul {
    background: #FFFFFF;
    padding: 15px 0;
}

.side-cate li a {
    position: relative;
    display: block;
    padding: 0 33px;
}

.side-cate>li>a {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
}

.side-cate ul {
    display: none;
    overflow: visible !important
}

.side-cate li li a {
    padding: 0 33px;
    font-family: ArialMT;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    position: relative;

}

.side-cate li li a:before {
    content: ">";
    display: inline-block;
    margin: 0 10px 0 10px;
}

.side-cate li li li a {
    padding: 0 66px;
}

.side-cate li .icon-cate {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 79px;
    font-size: 10px;
    cursor: pointer;
    color: #222;
}

.side-cate li .icon-cate.icon-cate-down:before {
    content: '\f067';
}

.side-cate li .icon-cate.icon-cate-up:before {
    content: '\f068';
}

.side-cate li.nav-current>a,
.side-cate li:hover>a,
li.show_li>a {
    color: #C5171A;
}

.side-cate li.nav-current>.icon-cate,
.side-cate li:hover>.icon-cate,
li.show_li>.icon-cate {
    color: #C5171A;
}

.side-product-items {
    position: relative;
}

.side-product-items .items_content {
    position: relative;
}

.side-product-items .items_content {}

.side_product_item {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid #eee;
    margin: 0 0 6px;
    padding: 8px;
    background: #FFF;
}

.side_product_item figure {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.side_product_item .item-img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 50%;
}

.side_product_item .item-img img {
    position: relative;
    width: 100%;
}

.side_product_item figcaption {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 48%;
    padding: 10px 0 10px 15px;
}

.side_product_item figcaption .item_title {
    line-height: 1.3;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 14px;
}

.side_product_item figcaption .item_text {
    color: #949494;
    line-height: 1.3;
}

.side_product_item .add-friend {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 37px;
    height: 39px;
    background: url(img/mark03.png) no-repeat right bottom;
    background-size: cover;
}

.side_product_item .add-friend:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    bottom: 6px;
    right: 6px;
    background: url(img/add01.png) no-repeat center center;
    ;
}

.side_product_item:hover .add-friend {
    width: 47px;
    height: 49px;
}

.side_product_item:hover .add-friend:after {
    bottom: 9px;
    right: 9px;
}

.side-product-items .btn-prev,
.side-product-items .btn-next {
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    display: block;
    cursor: pointer;
    opacity: .25;
}

.side-product-items .btn-prev {
    top: 20px;
    background: url(img/side_product_up.png) no-repeat center center;
}

.side-product-items .btn-next {
    bottom: 20px;
    background: url(img/side_product_down.png) no-repeat center center;
}

.aside .side-bn {
    width: 100%;
    margin: 0 0 40px;
}

.aside .side-bn img {
    width: 100%
}



/*----------------------------------main---------------------------------*/
.main {
    position: relative;
    width: calc(100% - 430px);
    float: right;
}

.page_title {
    position: relative;
    font-family: 'MontserratSemiBold';
    ;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.page_bar {
    position: relative;
    line-height: 31px;
    height: 33px;
    margin: 50px 0;
    text-align: left;
    font-size: 12px;
}

.page_bar a,
.page_bar span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 33px;
    padding: 0 5px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    margin: 0 0 0 8px;
    text-align: center;
}

.page_bar a.current,
.page_bar a:hover {
    color: #FFF;
    background: #C5171A;
    border-color: #C5171A
}

.side-cate li.nav-current>a {
    position: relative;
}

.side-cate li.nav-current>a:after {
    content: '';
    width: 4px;
    height: 45px;
    background: #C5171A;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.side-cate>li {
    line-height: 79px;
    border-bottom: 1px solid #E5E5E5;

}

@media only screen and (max-width: 1100px) {
    .aside{
        width: 270px;
    }
    .main{
        width: calc(100% - 280px);
    }
}


@media only screen and (max-width: 950px) {
    .main {
        width: 98%;
        float: none;
        margin: 0 auto;
    }
}
/*-------------------------------------------------------- 
                                                      page: single Product
                                                                      ------------------------------------------------------*/
/*product photos*/
.product-intro {
    position: relative;
    overflow: hidden;
}

.cloud-zoom-lens {
    border: 1px solid #eee;
    cursor: move;
}

.cloud-zoom-title {
    position: absolute !important;
    background-color: #000;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0px;
}

.cloud-zoom-big {
    overflow: hidden;
    padding: 0px;
}

.cloud-zoom-loading {
    color: white;
    background: #222;
    padding: 3px;
    border: 1px solid #000;
}

.product-view .product-image.zoom_remove:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.product-view {
    position: relative;
    width: 46.6%;
    float: left;
}

.product-view .product-image {
    position: relative;
    border: 1px solid #ddd;
}

.product-view .product-image img {
    position: relative;
    width: 100%;
}

.product-view .image-additional {
    position: relative;
    width: calc(100% - 72px);
    margin: 20px auto;
    overflow: hidden;
}

.product-view .image-additional li {
    position: relative;
    width: 100%;
}

.product-view .image-additional li.single {
    display: none;
}

.product-view .image-additional li img {
    position: relative;
    /* width: 68%; */
    /* margin: 0 16%; */
    border: 1px solid #ddd;
    padding: 1px;
}

.product-view .image-additional li a {
    position: relative;
    display: block;
}

.product-view .image-additional li.current img {
    border: 2px solid #C5171A;
}

.product-view .image-additional img.popup {
    display: none;
}

.ad_prompt {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    line-height: 40px;
    margin: -20px 0 0;
    text-align: center;
    color: #ff6f00;
    font-size: 20px;
    -webkit-animation: twinkling 1s infinite ease-in-out;
    animation: twinkling 1s infinite ease-in-out;
    display: none;
}

.product-view .image-additional.swiper-container-horizontal>.swiper-pagination-bullets {
    display: none;
}

.product-view .swiper-button-next,
.product-view .swiper-button-prev {
    width: 21px;
    height: 38px;
    background: #999999;
    margin-top: -21px;
    opacity: 1;
}

.product-view .swiper-button-next:hover,
.product-view .swiper-button-prev:hover {
    background: #C5171A;
}

.product-view .swiper-container-rtl .swiper-button-next {
    background: url(img/pd_left.png) no-repeat center center;
    background-size: auto;
    left: -10px;
}

.product-view .swiper-button-prev {
    left: 0;
}

.product-view .swiper-button-prev:after {
    background: url('img/other/left.png') no-repeat;
    background-size: 100% 100%;
    content: '';
    width: 15px;
    height: 7px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-view .swiper-button-next {
    right: 0;
}

.product-view .swiper-button-next:after {
    background: url('img/other/right.png') no-repeat;
    background-size: 100% 100%;
    content: '';
    width: 15px;
    height: 7px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-view .swiper-container-rtl .swiper-button-prev {
    background: url(img/pd_right.png) no-repeat center center;
    background-size: auto;
    right: -10px;
}

/*product summary*/
.product-summary {
    position: relative;
    width: 50%;
    float: right;
    padding: 10px 0;
}

.product-summary .product-meta {
    line-height: 25px;
}

.product-summary .product-meta h3 {
    margin: 0 0 10px;
    font-size: 16px;
}

.product-btn-wrap {
    position: relative;
    margin: 20px 0 0;
}

.product-btn-wrap .email,
.product-btn-wrap .pdf,
.product-btn-wrap .buy {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    height: 49px;
    line-height: 49px;
    padding: 0 50px;
    background: #C5171A;
    color: #FFF;
    text-transform: capitalize;
    margin: 0 15px 10px 0;
    font-family: ArialMT;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.product-btn-wrap .buy {
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 30px;
}

.product-btn-wrap .email:hover,
.product-btn-wrap .pdf:hover,
.product-btn-wrap .buy:hover {
    background: #00071A;
}

.product-summary .share-this {
    margin: 30px 0 0;
}

/* product detail */
.product-detail {
    position: relative;
    overflow: visible;
    margin: 30px 0 0;
}

.detail-tabs {
    position: relative;
}

.detail-tabs .title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    height: 39px;
    line-height: 35px;
    padding: 0 20px;
    cursor: pointer;
    margin: 0 20px 0 0;
    font-family: 'MontserratSemiBold';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    border: 2px solid #C5171A;
    color: #C5171A;
}

.detail-tabs .title.current {
    color: #FFF;
    background: #C5171A;
}

.product-detail .tab-panel-content {
    padding: 10px 0;
    display: block;
    overflow: hidden
}

.product-detail .disabled {
    display: none;
}

/*like product*/
.goods-may-like {}

.goods-may-like .title {
    font-family: 'MontserratSemiBold';
    font-size: 20px;
    text-transform: uppercase;
    margin: 50px 0 20px;
}

.goods-may-like .product_item {
    margin: 0;
    padding: 0;
}












.listPro_item {
    padding: 15px 72px 15px 20px;
    background: #F6F6F6;
    margin-bottom: 20px;
    transition: all .5s ease-in-out;

}



.listPro_item_img {
    overflow: hidden;
    position: relative;
    padding-bottom: 30%;
    width: 30%;
    margin-right: 5%;
    flex-shrink: 0;
}

.listPro_item_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listPro_item_tit {
    font-family: Arial;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 33px;
    height: 33px;
    transition: all .5s ease-in-out;
    overflow: hidden;
}

.listPro_item_tet {
    margin: 25px 0;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    transition: all .5s ease-in-out;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
}

.listPro_item_btn {
    border-radius: 21px;
    border: 1px solid #00071A;
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    transition: all .5s ease-in-out;
    line-height: 1;
    padding: 10px 30px;
    color: #00071A;
    display: inline-block;
}


.listPro_item:hover {
    background: #00071A;
}

.listPro_item:hover .listPro_item_tit {
    color: #FFFFFF;
}

.listPro_item:hover .listPro_item_tet {
    color: #E5E5E5;
}

.listPro_item:hover .listPro_item_btn {
    color: #E5E5E5;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #00071A;
}

.listPro_big:after,
.page_main .layout:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.listPro_we {
    padding: 160px 0 190px;
    margin: 60px 0;
}

.listPro_we_tit {
    font-family: 'Barlow-Bold';
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.2;
}

.listPro_we_list {
    margin-top: 55px;
}

.listPro_we_img {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
}

.listPro_we_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.listPro_we_listtit {
    font-family: 'Barlow-Bold';
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    line-height: 33px;
    height: 33px;
    overflow: hidden;
    margin: 20px 0 10px;
}

.listPro_we_listtet {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #E5E5E5;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    text-align: center;
}


.listPro_bottom {
    justify-content: space-between;
}

.listPro_bottom_img {
    overflow: hidden;
    width: 50%;
}

.listPro_bottom_img img {
    width: 100%;
}








body {
    overflow: inherit
}

.web_main,
.container {
    overflow: inherit
}

.container .web_main,
.listPro_big {
    overflow: inherit;
}

.aside {
    position: sticky;
    top: 127px;
    max-height: 900px;
    overflow-y: inherit;
}

.listPro_bottom_text {
    width: 46%;
}

.listPro_bottom_text p:nth-child(1) {
    font-family: 'Barlow-Bold';
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    margin-bottom: 15px;
}

.listPro_bottom_text div:nth-child(2) {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
@media only screen and (max-width: 1100px) {

.product-btn-wrap .email, .product-btn-wrap .pdf, .product-btn-wrap .buy
{
    padding: 0 10px;
    font-size: 16px;
}
}
@media only screen and (max-width: 950px) {

    .listPro_item{
        padding: 20px;
        flex-wrap: wrap;
    }
    .listPro_item_img{
        width: 100%;
        padding-bottom: 100%;
    }
    .listPro_item_tb{
        margin-top: 20px;
        width: 100%;
    }
    .listPro_big{
        margin-top: 30px;
    }
    .listPro_we{
        padding: 30px 0;
    }
    .listPro_we_tit{
        font-size: 30px;
    }
    .listPro_bottom{
        flex-wrap: wrap;
    }
    .listPro_bottom_img,.listPro_bottom_text{
        width: 100%;
    }
    .listPro_bottom_text{
        margin-top: 20px;
    }
    .listPro_bottom_text p:nth-child(1){
        font-size: 30px;
    }
}





/* .listPro  end */



/* innerPro_ start */

.innerPro_title {
    font-family: 'Barlow-Bold';
    font-weight: bold;
    font-size: 26px;
    color: #333333;
    line-height: 33px;
}

.innerPro_text {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    margin: 30px 0;
}

.innerPro_share {
    margin-bottom: 50px;
}

.innerPro_share p {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-right: 5px;
}

.innerPro_details {
    margin-top: 70px;
}

.innerPro_details_title {
    font-family: 'Barlow-Bold';
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    line-height: 30px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid rgba(4, 14, 39, .2);
}

.innerPro_details_box {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin: 30px 0 60px;
    line-height: 30px;
    overflow: hidden;
}

.innerPro_details_box img {
    max-width: 100%;
}

.innerPro_form {
    margin-top: 13px;
}

.innerPro_formp {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}


.innerPro_form .form_ul li {
    width: 274px;
    justify-content: space-between;

}

.innerPro_form .asterisk_sk,
.asterisk_red {
    color: #FF0000;
}

.innerPro_form .form_ul .Asterisk_Text {
    width: 100% !important;
    /* padding-top: 25px; */
}

.innerPro_form .asterisk {
    width: 100%;
    padding: 13px 0;
    margin: 10px 0;
    display: flex;
    position: relative;
    border-bottom: 1px solid #AAAAAA;
}

.innerPro_form .form_ul {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    padding: 0 !important;
}

.innerPro_form .form_center .asterisk_sk {
    color: red;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    bottom: 16%;
    margin-top: -9px;
}

.innerPro_form .form_ul li input {
    border: none !important;
    width: 274.3px;
    padding-left: 3%;
    border-radius: 5px;
}

.innerPro_form .submiring {
    padding: 0 !important;
}

.innerPro_form .gtm_submit_btn {
    background-color: #C5171A !important;
    width: 150px !important;
    height: 40px !important;
    color: #fff;
    margin-top: 50px !important;
    border: 0 !important;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    transition: all .5s ease-in-out;
    color: #FFFFFF;
}

.innerPro_form .gtm_submit_btn:hover {
    border: 1px solid #C5171A !important;
    color: #C5171A;
    background: none !important;
}

.innerPro_form .Submit_tent {
    padding-top: 50px;
    padding-bottom: 47px;
}

@media only screen and (max-width: 1366px) {
    .innerPro_form.form_ul li {
        width: 30%;
        display: flex !important;
        justify-content: space-between !important;
    }

    .innerPro_form .contact_for .header_ul li {
        width: 31.3%;
    }

    .innerPro_form .contact_for .header_ul li:nth-of-type(3n+1) {
        margin-left: 0;
    }

    .innerPro_form .asterisk {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .innerPro_form .form_ul {
        display: flex !important;
        justify-content: space-between !important;
    }

    .innerPro_form .Asterisk_Text .asterisk {
        width: 100%;
    }
}

.innerPro_form .Asterisk_Text textarea {
    height: 150px;
    border: 0 !important;
    border-radius: 5px;
    resize: none;
    /* padding-left: 3%; */
    width: 100%;
    resize: none;
    padding-left: 1% !important;
}

.innerPro_form .Asterisk_Text textarea::placeholder,
.innerPro_form input::placeholder {
    color: #333;
}

.innerPro_goods_title {
    justify-content: space-between;
    font-family: 'Barlow-Bold';
    font-weight: bold;
    font-size: 50px;
    color: #333333;
    line-height: 59px;
    margin-top: 100px;
}

.innerPro_goods_cz>div {
    width: 52px;
    height: 52px;
    margin-right: 25px;
    background: #00071A;
    transition: all .5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;

}

.innerPro_goods_cz img {
    width: 22px;
}

.innerPro_goods_cz>div:last-child {
    margin-right: 0;
}

.innerPro_goods_cz>div:hover {
    background: #C5171A;
}

.innerPro_goods_img {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    display: block;
}

.innerPro_goods_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.innerPro_goods_swi {
    margin-top: 50px;
}

.innerPro_goods_tit {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 33px;
    height: 33px;
    overflow: hidden;
    margin: 20px 0;
}

.innerPro_goods_text {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}

.innerPro_goods_swi a,
.innerPro_news_swi a {
    display: block;
}


.innerPro_news_swi {
    margin-top: 50px;
}

.innerPro_news_img {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
    display: block;
}

.innerPro_news_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.innerPro_news_time {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #E60012;
    margin: 30px 0 10px;
    line-height: 32px;
}

.innerPro_news_tit {
    font-family: 'Barlow-Bold';
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 20px;
}

.innerPro_news_tet {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    height: 100px;
    overflow: hidden;
}


@media only screen and (max-width: 950px) {

    .innerPro_goods_title {
        font-size: 30px;
        margin-top: 30px;
    }
    .innerPro_goods_swi{
        margin-top: 30px;
    }
    .innerPro_goods_cz>div{
        width: 30px;
        height: 30px;
        margin-right: 15px;
    }
    .innerPro_goods_cz img{
        width: 15px;
    }
    .product-view,.product-summary{
        width: 100%;
    }
    .innerPro_text{
        margin: 10px 0;
    }
    .product-btn-wrap .email, .product-btn-wrap .pdf, .product-btn-wrap .buy{
        padding: 0 20px;
    }
    .innerPro_details{
        margin-top: 30px;
    }
}

/* innerPro_ end */






/* listCases start */
.listCases_left {
    width: 39.5%;
    padding-bottom: 48%;
    position: relative;
    overflow: hidden;
}

.listCases_left img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listCases_right {
    width: 64.5%;
    margin-left: -4.2%;
    position: relative;
    z-index: 1;
    padding: 87px 60px;
    background: #F6F6F6;
    transition: all .5s ease-in-out;

}

.listCases_right>p:nth-child(1) {
    font-family: 'Barlow-Bold';
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    transition: all .5s ease-in-out;

    line-height: 33px;
}

.listCases_right>div:nth-child(2) {
    margin-top: 25px;
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    max-height: 210px;
    overflow-y: auto;
    transition: all .5s ease-in-out;

}

.listCases_box .listCases_div:nth-child(even) .listCases_left {
    order: 2;
}

.listCases_box .listCases_div:nth-child(even) .listCases_right {
    order: 1;
    margin-right: -4.2%;
    margin-left: 0;
}

.listCases_div:hover .listCases_right {
    background: #C5171A;
}

.listCases_div:hover .listCases_right>p:nth-child(1) {
    color: #FFFFFF;
}

.listCases_div:hover .listCases_right>div:nth-child(2) {
    color: #E5E5E5;
}
@media only screen and (max-width: 950px) {
    .listCases_div {
        flex-wrap: wrap;
    }
    .listCases_left, .listCases_right{
        width: 100%;
        margin: 20px auto 0 !important;
    }
    .listCases_left{
        padding-bottom: 120%;
        order: 1 !important;
    }
    .listCases_right{
        order: 2 !important;
        padding: 20px;
    }
}

/* listCases end */



/* S_about_ start */
.S_about_topd {
    justify-content: space-between;
}

.S_about_topdL {
    width: 41%;
    padding-left: 25px;
    border-left: 4px solid #C5171A;
}




.S_about_topdL>p:nth-child(1) {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #C5171A;
    line-height: 30px;
}

.S_about_topdL>div:nth-child(2) {
    font-family: 'Barlow-Bold';
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    line-height: 1.2;
    text-transform: uppercase;
}

.S_about_topdR {
    width: 50%;
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}





.S_about_video {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
}

.S_about_videoL {
    width: 31%;

    position: relative;
    z-index: 2;
}

.S_about_videoL:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 13px;
    background: #FFFFFF;
    left: 13px;
    z-index: -1;
}

.S_about_videoLS {
    background: #C5171A;
    padding: 28px;
}

.S_about_video_tit {
    font-family: 'Barlow-Bold';
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 1.2;
    margin-bottom: 20px;
}

.S_about_video_tet {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #E5E5E5;
    max-height: 300px;
    overflow: auto;
    line-height: 30px;
}

.S_about_videoR {
    position: relative;
    width: 71.2%;
    overflow: hidden;
    padding-top: 21px;
    margin-left: -40px;
}

.S_about_video_img {
    width: 100%;
}

.S_about_video_play {
    width: 72px;
    height: 72px;
    background: #001651;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    justify-content: center;
    transform: translate(-50%, -50%);
}

.S_about_video_play img {
    width: 16px;
}

.S_about_swiB {
    position: relative;
    margin-top: 25px;
}

.S_about_swiB .innerPro_goods_cz {
    position: absolute;
    top: 50%;
    justify-content: space-between;
    width: calc(100% + 50px);
    transform: translateY(-50%);
    z-index: 99;
    left: -25px;
}


.S_about_numB {
    margin-top: 80px;
    justify-content: space-between;
}

.S_about_numD {
    width: 26%;
    background: #F6F6F6;
    padding: 50px 20px;
    position: relative;
}

.S_about_num_icon {
    position: relative;
    width: 72px;
    height: 70px;
    margin: 0 auto;
}

.S_about_num_icon img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.S_about_num_icon img:nth-child(2) {
    opacity: 0;
}

.S_about_num {
    font-family: 'Barlow-Bold';
    font-weight: bold;
    font-size: 78px;
    color: #C5171A;
    transition: all .5s ease-in-out;
    text-align: center;
}

.S_about_tet1 {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    text-align: center;
    color: #333333;
    transition: all .5s ease-in-out;
}

.S_about_tet2 {
    margin-top: 15px;
    text-align: center;
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.S_about_numD:after {
    content: '';
    width: 96px;
    height: 9px;
    background: #C5171A;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    transition: all .5s ease-in-out;
}

.S_about_numD:hover:after {
    background: #001651;
}

.S_about_numD:hover {
    background: #C5171A;
}

.S_about_numD:hover .S_about_num_icon img:nth-child(1) {
    opacity: 0;
}

.S_about_numD:hover .S_about_num_icon img:nth-child(2) {
    opacity: 1;
}

.S_about_numD:hover .S_about_num,
.S_about_numD:hover .S_about_tet1,
.S_about_numD:hover .S_about_tet2 {
    color: #FFFFFF;
}


.S_about_cert {
    margin-top: 100px;
    padding: 80px 0 100px;
    background: #F6F6F6;
}

.S_about_cert_tit {
    font-family: Barlow;
    font-weight: bold;
    font-size: 50px;
    color: #333333;
    line-height: 1;
    text-align: center;
}


.S_about_swiB2 {
    margin-top: 70px;
}

.S_about_teamB {
    margin-top: 100px;
}

.S_about_team_text {
    width: calc(50% + 58px);
    margin-right: -50px;
    background: #00071A;
    padding: 60px 100px 60px 45px;
}

.S_about_team_img {
    width: 50%;
    overflow: hidden;
}

.S_about_team_img img {
    width: 100%;
}

.S_about_team_text {
    position: relative;
    z-index: 1;
}

.S_about_team_tit {
    font-family: 'Barlow-Bold';
    font-weight: bold;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 1;
}


.S_about_team_tet {
    margin-top: 40px;
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;

}


.S_about_teamB .S_about_teamD:last-child {
    margin-top: 70px;
}

.S_about_teamB .S_about_teamD:last-child .S_about_team_text {
    order: 2;
    background: #C5171A;
    margin-left: -58px;
}

.S_about_teamB .S_about_teamD:last-child .S_about_team_img {
    order: 1;
}



@media only screen and (max-width: 950px) {
    .S_about_topd,.S_about_video{
        flex-wrap: wrap;
    }
    .S_about_topdL,.S_about_topdR,.S_about_videoL,.S_about_videoR {
        width: 100%;
    }
    .S_about_topdL{
        margin-bottom: 20px;
    }
    .S_about_topdL>div:nth-child(2){
        font-size: 20px;
    }
    .S_about_videoR{
        margin: 0;
    }
    .S_about_swiB .innerPro_goods_cz{
        display: none;
    }
    .S_about_numB{
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .S_about_numD{
        width: 100%;
        margin-bottom: 20px;
    }
    .S_about_cert{
        margin-top: 30px;
        padding: 20px 0;
    }
    .S_about_cert_tit{
        font-size: 30px;
    }
    .S_about_swiB2,.S_about_teamB{
        margin-top: 20px;
    }
    .S_about_teamD{
        flex-wrap: wrap;
    }
    .S_about_team_text{
        padding: 20px;
    }
    .S_about_team_tit{
        font-size: 30px;
    }
    .S_about_team_tet{
        margin-top: 20px;
    }
    .S_about_team_text,.S_about_team_img{
        margin: 0 auto 20px;
        width: 100%;
    }
    .S_about_teamB .S_about_teamD:last-child .S_about_team_text{
        margin: 0 auto;
    }
}


/* S_about_ end */









/* listApp_ start */
.listApp_topD {
    justify-content: space-between;
}

.listApp_topDL {
    width: 39.5%;
    overflow: hidden;
}

.listApp_topDR {
    width: 55.7%;
}

.listApp_topDR>p:nth-child(1) {
    font-family: 'Barlow-Bold';
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    line-height: 33px;
    margin-bottom: 30px;
}

.listApp_topDR>div {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.listApp_link {
    width: 151px;
    height: 41px;
    background: #C5171A;
    border-radius: 21px;
    line-height: 41px;
    text-align: center;
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    display: block;
    margin-top: 30px;
}

.listApp_link:hover {
    background: none;
    border: 1px solid #C5171A;
}

.listApp_main {
    margin-top: 35px;
}

.listApp_div {
    width: calc((100% - 75px) / 4);
    margin-right: 25px;
    position: relative;
    margin-bottom: 30px;
    display: block;

}

.listApp_div_img {
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
}

.listApp_div_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.listApp_div_text {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 50px;
    height: 7px;
    width: 100%;
    overflow: hidden;
    background: #C5171A;
    font-family: 'Barlow-Bold';
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    z-index: 1;
    transition: all .5s ease-in-out;
}

.listApp_div_text p {
    transition: all .5s ease-in-out;
    opacity: 0;
}

.listApp_div:hover .listApp_div_text {
    height: 50px;
}

.listApp_div:hover .listApp_div_text p {
    opacity: 1;
}

.listApp_div:nth-child(4n) {
    margin-right: 0;
}

.listApp_main {
    flex-wrap: wrap;
}



@media only screen and (max-width: 950px) {

    .listApp_topDL,.listApp_topDR{
        width: 100%;
    }
    .listApp_topD{
        flex-wrap: wrap;
    }
    .listApp_topDR{
        margin-top: 20px;
    }
    .listApp_div{
        width: 100%;
        margin-right: 0;
    }
}
/* listApp_ end */












/* innerApp_ start */

.innerApp_main {
    overflow: hidden;
}

.innerApp_main img {
    max-width: 100%;
}


.innerApp_tit {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 20px;
    margin: 30px 0 20px;
    color: #333333;
}


.innerApp_tet {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.innerApp_tetB {
    position: relative;
    margin-top: 100px;
}

.innerApp_tetB:after {
    width: 65%;
    height: 100%;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #F5F5F5;
    z-index: -1;
}

.innerApp_tetB>.layout {
    justify-content: space-between;
}

.innerApp_tetB>.layout:after {
    display: none !important;
}

.innerApp_tetB_img {
    width: 41.2%;
    overflow: hidden;
}

.innerApp_tetB_img img {
    width: 100%;
}

.innerApp_tetB_right {
    width: 55%;
    padding: 80px 0 100px;
}

.innerApp_tetB_rightTit {
    font-family: Barlow-Regular;
    font-weight: 400;
    font-size: 30px;
    color: #666666;
    line-height: 1;
    margin-bottom: 30px;
}

.innerApp_tetB_rightTit span {
    font-family: 'Barlow-Bold';
    color: #333333;
}

.innerApp_tetB_rightTet {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.innerApp_par {
    margin-top: 100px;
}

.innerApp_par_tit {
    font-family: 'Barlow-Bold';
    font-weight: bold;
    font-size: 50px;
    color: #333333;
    line-height: 70px;
    text-align: center;
}

.innerApp_par_tit2 {
    text-align: center;
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 10px;
}

.innerApp_parB {
    flex-wrap: wrap;
    margin-top: 40px;
}

.innerApp_parD {
    width: 20%;
    height: 182px;
    line-height: 182px;
    text-align: center;
    border-right: 1px solid #E5E5E5;
    border-bottom: 0.5px solid #E5E5E5;
}

.innerApp_parD img {
    display: inline;
    max-width: 100%;
}

.innerApp_parD:nth-child(5n) {
    border-right: 0;
}

.innerApp_parD:nth-child(n+6) {
    border-bottom: 0;
}


@media only screen and (max-width: 950px) {
    .innerApp_tetB{
        margin-top: 30px;
    }
    .innerApp_tetB>.layout{
        flex-wrap: wrap;
    }
    .innerApp_tetB_img,.innerApp_tetB_right {
        width: 100%;
    }
    .innerApp_tetB_right{
        padding: 30px 0;
    }
    .innerApp_tetB:after{
        display: none;
    }
    .innerApp_par{
        margin-top: 30px;
    }
    .innerApp_par_tit{
        font-size: 30px;
        line-height: 30px;
    }
    .innerApp_parD{
        width: 100%;
    }
}



/* innerApp_ end */





/* S_pdf_ start*/
.S_pdf_box {
    align-items: flex-start;
}

.S_pdf_left {
    width: 50%;
    position: relative;
}

.S_pdf_limg,
.S_pdf_limg img {
    width: 100%;
    overflow: hidden;
}

.S_pdf_leftS {
    width: 274px;
    height: 271px;
    background: url('img/other/pdfBac.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -60px;
    bottom: 25px;
    padding: 35px;
}

.S_pdf_leftSL {
    width: 140px;
}

.S_pdf_leftSL>p:nth-child(1),
.S_pdf_leftSL>p:nth-child(3) {
    font-family: ArialMT;
    font-weight: 400;
    line-height: 1;
    font-size: 20px;
    color: #FFFFFF;
}

.S_pdf_leftSL>p:nth-child(2) {
    margin: 10px 0;
    font-family: 'Barlow-Bold';
    font-weight: bold;
    font-size: 117px;
    line-height: 1;
    color: #FFFFFF;
}

.S_pdf_leftSR {
    width: 58px;
    height: 173px;
    border: 1px solid #FFFFFF;
    border-left: 0;
    margin-left: 15px;
}

.S_pdf_right {
    width: 50%;
    padding-left: 30px;
}

.S_pdf_div {
    width: 100%;
    padding: 12px 15px 12px 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 11, 40, 0.17);
    border: 1px solid #E5E5E5;
    margin-bottom: 10px;
}

.S_pdf_Icon1 {
    width: 40px;
}

.S_pdf_tit {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    margin: 0 18px;
    flex: 1;
}

.S_pdf_cz a:nth-child(1) img {
    width: 25px;
    margin-right: 35px;
}

.S_pdf_cz a:nth-child(2) img {
    width: 30px;
}



@media only screen and (max-width: 950px) {
    .S_pdf_box{
        flex-wrap: wrap;
    }
    .S_pdf_left,.S_pdf_right{
        width: 100%;
    
}
    .S_pdf_right{
        padding: 0;
        margin-top: 20px;
    }
    .S_pdf_cz a:nth-child(1) img{
        margin-right: 10px;
    }
    .S_pdf_leftS{
        transform: scale(0.6);
    }
}


/* S_pdf_ end */



/* S_faq_ start */
.S_faq_right {
    width: 50%;
    padding-left: 27px;
}

.S_faq_div {
    margin-bottom: 15px;
}

.S_faq_divS {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 11, 40, 0.17);
    border: 1px solid #E5E5E5;
    padding: 17px 23px 17px 30px;
}

.S_faq_div_tit {
    flex: 1;
    font-family: ArialMT;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    margin-right: 20px
}

.S_faq_rightD {
    width: 22px;
    height: 22px;
    background: #C5171A;
    border-radius: 50%;
    justify-content: center;
}

.S_faq_rightD img {
    width: 11px;
}

.S_faq_rightD img:nth-child(2) {
    width: 8px !important;
    display: none;
}

.S_faq_div_tet {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 20px;
    padding: 0 15px;
    display: none;
}

.S_faq_div_act .S_faq_div_tet {
    display: block;
}

.S_faq_div_act .S_faq_rightD img:nth-child(2) {
    display: block;
}

.S_faq_div_act .S_faq_rightD img:nth-child(1) {
    display: none;
}
@media only screen and (max-width: 950px) {

   .S_faq_right{
    padding: 0;
    margin-top: 20px;
    width: 100%;
   }
}
/* S_faq_ end */


/* listVideos start */
.listVideos_div {
    padding: 15px 20px;
    margin-bottom: 12px;
    background: #F6F6F6;
}

.listVideos_img_box {
    width: 40.6%;
    overflow: hidden;
    margin-right: 3.5%;
    position: relative;
}

.listVideos_img_box>img {
    width: 100%;
}

.listVideos_tet_box {
    width: 51.5%;
}

.listVideos_tit {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 33px;
    height: 33px;
    transition: all .5s ease-in-out;
    overflow: hidden;
}

.listVideos_tet {
    margin: 40px 0 50px;
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    height: 100px;
    transition: all .5s ease-in-out;
    overflow: hidden;
}

.listVideos_div:hover {
    background: #00071A;
}

.listVideos_div:hover .listVideos_tit {
    color: #FFFFFF;

}

.listVideos_div:hover .listVideos_tet {
    color: #E5E5E5;
}



.listVideos_div:hover .listPro_item_btn {
    color: #E5E5E5;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #00071A;
}

.listVideos_page_bar .page_bar {
    text-align: center;
}
@media only screen and (max-width: 950px) {
    .listVideos_div{
        flex-wrap: wrap;
    }
    .listVideos_tet {
        margin: 10px 0;
    }
    .listVideos_img_box,.listVideos_tet_box{
        width: 100%;
        margin: 0;
    }
    .listVideos_tet_box{
        margin-top: 20px;
    }
}

/* listVideos end */

/* innerVideos_ start */
.innerVideos_tit {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 20px;
    margin: 30px 0 20px;
    color: #333333;
    line-height: 1;
}

.innerVideos_tet {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.innerPro_video_swi {
    margin-top: 40px;
}

/* innerVideos_ end */

/* listNews_ start */
.listNews_box {
    flex-wrap: wrap;
}

.listNews_div {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    margin-bottom: 50px;
}

.listNews_div:nth-child(3n) {
    margin-right: 0;
}

.listNews_div a {
    display: block;
}

@media only screen and (max-width: 950px) {

    .listNews_div  {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}


/* listNews_ end */



/* innerNews_ start */
.innerNews_img {
    margin-bottom: 20px;
}

.innerNews_img,
.innerNews_img img {
    width: 100%;
    overflow: hidden;
}

.innerNews_tit {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    margin: 30px 0 20px;
}

.innerNews_box .innerPro_share {
    margin-bottom: 0;
}

.innerNews_tet {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 25px;
}

.innerNews_cz {
    margin-top: 12px;
}

.innerNews_cz_left {
    width: 106px;
    height: 30px;
    background: #00071A;
    border-radius: 2px;
    justify-content: center;
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    margin-right: 15px;
    transition: all .5s ease-in-out;
    color: #FFFFFF;
}

.innerNews_cz_left img {
    width: 8px;
    margin-right: 10px;
}

.innerNews_cz_right {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.innerNews_cz_left:hover {
    background: #C5171A;
}


/* innerNews_ end */




/* S_contact_ start */
.S_contact_tit {
    font-family: 'Barlow-Bold';
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    color: #333333;
}

.S_contact_tet {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #666666;
    margin: 20px 0 30px;
}

.S_contact_iconB {
    justify-content: space-between;
}

.S_contact_iconD {
    width: auto;
    /* width: 20%; */
    max-width: 25%;
}

.S_contact_iconD:last-child {
    max-width: 21%;
}

.S_contact_icon {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    margin-right: 21px;
    background: #C5171A;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.S_contact_text p {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
}

.S_contact_text a {
    margin-top: 10px;
    font-family: ArialMT;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 25px;
}

.S_contact_mapB {
    margin-top: 170px;
    position: relative;
}

.S_contact_container .web_footer {
    margin-top: 0;
}

.S_contact_form {
    position: absolute;
    top: -90px;
    left: 50%;
    justify-content: flex-end;
    transform: translateX(-50%);
}

.S_contact_formS {
    width: 43%;
    border-top: 9px solid #C5171A;
    background: #FFFFFF;
    padding: 66px 40px 40px;
    box-shadow: 0px 0px 23px 0px rgba(0, 11, 40, 0.17);
}

.S_contact_form_tit {
    font-family: 'Barlow-Bold';
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    color: #333333;
}

.S_contact_form_tet {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    margin: 20px 0 30px;
}

.S_contact_container .Asterisk_Text textarea {
    height: 233px;
    border: 1px solid #eee !important;
    background-color: #f1f1f1;
    border-radius: 5px;
    resize: none;
    /* padding-left: 3%; */
    width: 100%;
    resize: none;
    padding-left: 1% !important;
}

.S_contact_container .Asterisk_Text textarea::placeholder,
.S_contact_container .form_ul li input::placeholder {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}



@media only screen and (max-width: 700px) {
    .S_contact_container .contact_for .Asterisk_Text textarea {
        height: 200px;
    }

    .S_contact_container .form_ul li {
        width: 100% !important;
    }

    .S_contact_container .form_ul .asterisk {
        width: 100%;
        display: flex;
        justify-content: flex-start !important;
    }

    .S_contact_container .contact_for .header_ul li {
        width: 100% !important;
        margin-left: auto !important;
    }

    .S_contact_container .contact_for .header_ul li .t1 {
        width: 10% !important;
        text-align: left !important;
        padding-left: 10px !important;
    }

    .S_contact_container .contact_for .header_ul .t3 {
        height: auto;
    }
}

.S_contact_container .contact_for .Message_ex {
    padding-bottom: 20px;
}

.S_contact_container .form_ul li {
    width: 100%;
    justify-content: space-between;

}

.S_contact_container .form_ul .Asterisk_Text {
    width: 100% !important;
    /* padding-top: 25px; */
}

.S_contact_container .asterisk {
    width: 100%;
    padding: 15px 0;
    margin: 10px 0;
    display: flex;
    padding-left: 20px;
    background-color: #f1f1f1;
    position: relative;
    border-radius: 5px;
}

.S_contact_container .form_ul {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
    padding: 0 !important;
}

.S_contact_container .form_center .asterisk_sk {
    color: red;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    bottom: 16%;
    margin-top: -9px;
}

.S_contact_container .form_ul li input {
    background-color: #f1f1f1;
    border: none !important;
    /* width: 365px; */
    width: 100%;
    padding-left: 3%;
    border-radius: 5px;
}

.S_contact_container .submiring {
    padding: 0 !important;
    margin-right: -40px;
}

.S_contact_container .gtm_submit_btn {
    /* background-color: #333333 !important;
    width: 150px !important;
    height: 40px !important;
    color: #fff;
    margin-top: 15px !important;
    display: flex;
    align-items: center; */
    background: none;
    border: 0;
    font-family: ArialMT;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.S_contact_container .submiring {
    width: 191px;
    height: 49px;
    background: #C5171A;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    float: right;
}

.S_contact_container .submiring:after {
    font-family: 'fontawesome';
    content: "\f178";
    color: #fff;
    display: block;
}

.S_contact_container .contact_for .iframe_we {
    padding-top: 20px;
}

.S_contact_container .contact_for .Submit_tent .Sending {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.S_contact_container .contact_for .gaug_outfit {
    font-size: 20px;
    font-weight: bold;
}

.S_contact_container .Address_dre {
    font-weight: bold;
    padding-top: 12px;
    color: #333333;
    font-size: 20px;
}


.S_contact_container .tListing:after {
    content: '';
    display: table;
    clear: both;
}

.S_contact_container .tListing li {
    float: left;
}

.S_contact_container .tList_1 {}

.S_contact_container .tList_1 li {
    width: 23.5%;
    margin-left: 2%;
    margin-bottom: 2%;
}

.S_contact_container .tList_1 li:nth-of-type(4n+1) {
    margin-left: 0;
}

@media only screen and (max-width: 1366px) {
    .S_contact_container .form_ul li {
        display: flex !important;
        justify-content: space-between !important;
    }

    .S_contact_container .contact_for .header_ul li {
        width: 31.3%;
    }

    .S_contact_container .contact_for .header_ul li:nth-of-type(3n+1) {
        margin-left: 0;
    }

    .S_contact_container .asterisk {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .S_contact_container .form_ul {
         display: flex !important;
    }

    .S_contact_container .Asterisk_Text .asterisk {
        width: 100%;
    }
}

@media only screen and (max-width: 1100px) {
    .S_contact_iconB{
        flex-wrap: wrap;
    }
    .S_contact_iconD{
        width: 50%;
        margin-bottom: 20px;
        max-width: 50% !important;
    }
}
@media only screen and (max-width: 950px) {

    .S_contact_tit {
      font-size: 30px;
    }
    .S_contact_iconB{
        flex-wrap: wrap;
    }
    .S_contact_iconD{
        width: 100%;
        margin-bottom: 20px;
        max-width: 100% !important;
    }
    .S_contact_formS{
        width: 100%;
        position: relative;
        padding: 30px;
        margin-bottom: 30px;
    }
    .S_contact_container .submiring{
        margin-right: -30px;
    }
    .S_contact_form{
        position: relative;
        transform: none;
        left: 0;
        top: 0;
    }
    .S_contact_mapB{
        margin-top: 30px;
    }
}

/* S_contact_ end */





.videoPop {
    width: 80vw;
    height: 60vh;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    display: none;
}

.videoPopClose {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
}


