﻿@charset "utf-8";

/* banner */

.banner {
    position: relative; 
}

.banner .container {
    overflow: hidden;
    margin: auto;
}

.banner_container {
    width: 100%;
    height: 100%;
}

.banner_slidemb,
.banner_slidepc {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_slidepc>img {
    width: 100%;
}

.banner_slide .container {
    height: 100%;
}

.banner_slidetxt {
    width: 50%;
    padding-right: 40px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0%;
    transform: translateY(-30px)
}

.banner_txtbox {
    text-align: left;
}

.banner_txtboxtitle b {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #df252a;
    border-radius: 100%;
    margin: 5px 10px 0;
    vertical-align: middle;
}

.banner_txtboxtitle span {
    font-family: 'BEBAS';
    font-size: 22px;
    color: #222;
    text-transform: uppercase;
}

.banner_txtboxh b {
    font-size: 70px;
    color: #df252a;
    font-weight: 700;
}

.banner_txtboxh span {
    font-size: 70px;
    color: #005dab;
    font-weight: 700;
}

.banner_txtboxp {
    font-size: 16px;
    color: #222333;
}

.banner_txtboximg {
    margin-top: 15px;
}

.banner_txtboximg img {
    display: inline-block;
}

.banner_line {
    position: relative;
}

.banner_line i {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20%;
    height: 2px;
    background-color: #df252a;
    z-index: 10;
    margin: 10px 0;
}

.banner_line span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #005dab;
    margin: 10px 0;
}


/* b02 */

.banner2_slidetxt {
    width: 50%;
    padding-right: 40px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
}

.banner2_txtbox {
    text-align: left;
}

.banner2_txtboxtitle span {
    font-size: 36px;
    color: #222;
    text-transform: uppercase;
}

.banner2_txtboxh span {
    font-family: 'BEBAS';
    font-size: 55px;
    color: #005dab;
    font-weight: 700;
}

.banner2_txtboxp {
    margin-top: 15px;
    margin-bottom: 50px;
    font-size: 18px;
    color: #222333;
}

.banner2_more span {
    font-family: 'BEBAS';
    font-size: 18px;
    color: #005dab;
    font-weight: 700;
    margin-right: 10px;
    vertical-align: middle;
}

.banner2_more i {
    color: #005dab;
    vertical-align: middle;
}


/*  */

.bannerdw {
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    z-index: 10;
}

.bannerdw_box {
  padding: 0 40px;
}

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

.bannerdw_boxys span {
    width: 4px;
    text-align: center;
    font-family: 'BEBAS';
    margin-top: -6px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.bannerdw_boxys s {
    width: 1px;
    height: 15px;
    background-color: rgba(255, 255, 255, .6);
    margin: 0 10px 0 12px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}

.bannerdw_boxys b {
    font-family: 'BEBAS';
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, .6);
}

.bannerdw_boxtnper {
    outline: none;
	float:left;
}
.bannerdw_boxtnnext {
    outline: none;
	float:right;    right: 0%;
    position: absolute;
}

.bannerdw_boxtn { 
    display: flex;
    align-items: center;position: relative;
}

.bannerdw_boxtn i {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

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

.bannerdw_boxtnbf {
    margin: 0 30px;
}

.banner_slidegd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1200px) {
    .banner_slidepc>img {
        /* display: none; */
    }
}

@media screen and (max-width: 1200px) {
    .banner {
        height: auto !important;
    }
}


/* 公司简介 */

.ydgsjj {
   padding: 90px 0;
    background: url(../images/gy_bg1.jpg) no-repeat 50% top;
}

.ydgsjjbox {
    display: flex;
}

.ydgsjjbox>div {
    width: 50%;
}
.ydgsjjbox_l{ 
}
 

.ydgsjj_slide .ydgsjj_slide_item {
    display: block;
    overflow: hidden;
}

.ydgsjj_slide .ydgsjj_slide_item img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.ydgsjj_slide .ydgsjj_slide_item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.ydgsjjbox_lboxb {
    margin-top: 12px;
}

.ydgsjj_slideb .ydgsjj_slideba {
    display: block;
}

.ydgsjj_slideb_img {
    position: relative;
    overflow: hidden;
}

.ydgsjj_slideb_img img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.ydgsjj_slideb .ydgsjj_slideba:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.ydgsjj_slideb_imgdw {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #df252a;
}

.ydgsjj_slideb_txth {
    padding-top: 5px;
    text-align: center;
    font-size: 15px;
    color: #666666;
}

.ydgsjj_slideb_txti {
    height: 30px;
    text-align: center;
}

.ydgsjj_slideb_txti i {
    display: none;
    font-size: 20px;
    color: #df252a;
}

.ydgsjj_slideb.swiper-slide-thumb-active .ydgsjj_slideb_imgdw,
.ydgsjj_slideb.swiper-slide-thumb-active .ydgsjj_slideb_txti i {
    display: block;
}

.ydgsjj_slideb.swiper-slide-thumb-active .ydgsjj_slideb_txth {
    color: #df252a;
}

.ydgsjjbox_r { 
padding-left: 8%;
}

.ydgsjjbox_rh {
    font-family: 'BEBAS';
    /* width: 260px; */
    /* word-break: keep-all; */
    text-transform: uppercase;
    margin-top: 15px;
    font-size: 68px;
    font-weight: 600;
    color: #dfdfdf;
    line-height: 72px;
}

.ydgsjjbox_rt { 
    font-size: 30px;
    color: #222333;
}

.ydgsjjbox_rp {
    margin-top: 40px;
    font-size: 14px;
    color: #666;
    font-weight: 25px;
	line-height: 2.2;
}

.ydgsjjbox_rms {
    display: flex;
    margin-top: 35px;
}

.ydgsjjbox_rms>div {
    flex: 1;
}

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

.ydgsjjbox_rms_itemt span {
    font-family: 'BEBAS';
    font-size: 56px;
    font-weight: 700;
    color: #222333;
}

.ydgsjjbox_rms_itemt b {
    margin-left: 5px;
    margin-top: 32px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #df252a;
    color: #fff;
    font-size: 15px;
}

.ydgsjjbox_rms_itemb {
    margin-top: -5px;
}

.ydgsjjbox_rmroe {
    margin-top: 115px; 
}

.ydgsjjbox_rmroe span { 
    font-size: 16px; 
}
.ydgsjjbox_rmroe a  { 
border:solid 1px #ccc;
    padding: 1% 5%;
}
.ydgsjjbox_rmroe i {
    margin-left: 5px;
    font-size: 14px;
    color: #222222;
    vertical-align: middle;
}

.ydgsjjbox_lboxt {
    position: relative;
}

.ydgsjj_per,
.ydgsjj_next {
    position: absolute;
    top: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: rgba(50, 110, 176, .9);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
    outline: none;
}

.ydgsjj_per {
    left: 0;
}

.ydgsjj_next {
    right: 0;
}

.ydgsjj_per i,
.ydgsjj_next i {
    font-size: 18px;
    color: #fff;
}

.ydgsjj_per.swiper-button-disabled {
    background-color: rgba(0, 0, 0, .5);
}

.ydgsjj_next.swiper-button-disabled {
    background-color: rgba(0, 0, 0, .5);
}


/* 产品展厅 */

.cpzt {
    padding: 53px 0 45px;
    background-color: #fff;
}

.cpztbox {
    display: flex;
}

.cpztboxl {
    width: 25%;
    padding-right: 30px;
}

.cpztboxl_h {
    font-family: 'BEBAS';
    width: 260px;
    word-break: keep-all;
    text-transform: uppercase;
    font-size: 68px;
    font-weight: 700;
    color: #e2e2e2;
    line-height: 72px;
}

.cpztboxl_t {
    margin-top: 20px;
    font-size: 36px;
    color: #222;
}

.cpztboxl_link {
    margin-top: 60px;
}

.cpztl_slide {
    position: relative;
}

.cpztl_slide::before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #df252a;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.cpztl_slide:hover::before {
    width: 34px;
}

.cpztl_slide .cpztl_slide_item {
    position: relative;
    display: block;
    padding: 15px 0;
    padding-left: 25px;
    font-size: 18px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    z-index: 2;
}

.cpztl_slide .cpztl_slide_item .pic {
    display: none;
}

.cpztl_slide .cpztl_slide_item:hover {
    color: #df252a;
}

.cpztboxr {
    width: 75%;
}

.cpztn_t {
    position: relative;
}

.cpztboxrdw {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #fff;
}

.cpztn_tslide .cpztn_tslideitem {
    display: flex;
}

.cpztn_tslideiteml {
    width: 33.5%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 50px;
}

.cpztn_tslideitemlh {
    margin-top: 50px;
    font-size: 36px;
    color: #fff;
    line-height: 42px;
}

.cpztn_tslideitemlcs {
    display: flex;
}

.cpztn_tslideitemlcs {
    margin-top: 28px;
    background-color: #fff;
    border-radius: 20px 0 20px 0;
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius: 20px 0 20px 0;
    -ms-border-radius: 20px 0 20px 0;
    -o-border-radius: 20px 0 20px 0;
    overflow: hidden;
}

.cpztn_tslideitemlcs>div {
    flex: 1;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #222;
    border-right: 1px solid #d9d9d9;
    transition: all .3s;
}

.cpztn_tslideitemlcs>div:hover {
    color: #005dab;
}

.cpztn_tslideitemlcs>div:last-child {
    border-right: 0;
}

.cpztn_tslideitemlx {
    margin-top: 24px;
    width: 1px;
    height: 40px;
    background-color: rgba(255, 255, 255, .4);
}

.cpztn_tslideitemlp {
    margin-top: 20px;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
}

.cpztn_tslideitemlmore {
    margin-top: 80px;
    display: flex;
    align-items: center;
}

.cpztn_tslideitemlmore span {
    text-transform: uppercase;
    font-family: 'BEBAS';
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.cpztn_tslideitemlmore i {
    margin-left: 5px;
    font-size: 14px;
    color: #fff;
}

.cpztn_tslideitemr {
    overflow: hidden;
    width: 66.5%;
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.cpztn_brboxi i {
    transform-origin: center center;
}

.cpztn_tslideitemr img {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    max-height: 536px;
}

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

.cpztn_b {
    margin-top: 24px;
    display: flex;
}

.cpztn_bl {
    width: 79.5%;
}

.cpztn_blthumbs {
    width: 100%;
}

.cpzt .swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: auto;
}

.cpzt .swiper-container-cube .swiper-slide {
    visibility: visible;
}

.cpztn_bl .cpztn_blslide {
    border: 1px solid #ddd;
}

.cpztn_bl .cpztn_blslide.swiper-slide-thumb-active {
    border-color: #df252a;
}

.cpztn_blslide .cpztn_blslide_item {
    display: block;
    overflow: hidden;
    background: #fff;
}

.cpztn_blslide .cpztn_blslide_item img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.cpztn_blslide .cpztn_blslide_item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.cpztn_br {
    position: relative;
    width: 20.5%;
    padding-left: 20px;
}

.cpztn_br .cpztn_brbox {
    height: 100%;
    display: flex;
    background-color: #f3f3f3;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cpztn_brboxi {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

.cpztn_brbox:hover .cpztn_brboxi {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.cpztn_brbox span {
    font-size: 18px;
    color: #222333;
}

.cpztboxr_slide {
    /*    background-color: #0061ae;*/
}


/* 应用案例 */

.yyal {
    margin-top: 30px;
}

.yyalbox {
    text-align: center;
}

.yyalbox_albox {
    padding: 0 85px;
}

.yyalbox_h {
    font-size: 30px;
    color: #222333;
	text-align:left;
}

.yyalbox_p {
    width: 30%;
    margin: auto;
    margin-top: 15px;
    font-size: 15px;
    line-height: 25px;
    color: #666666;
}

.yyalbox_al {
    margin-top: 50px;
}

.yyalt_slide .yyalt_itema {
    position: relative;
    display: block;
    overflow: hidden;
}

.yyalt_itema img {
    width: 100%;
}

.yyalt_itemadw {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.yyalt_itemadwt {
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    color: #ffffff;
    padding: 0 10px;
}

.yyalt_itemadwb {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    opacity: 0;
}

.yyalt_itemadwbox {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 93, 171, .8);
    background-repeat: no-repeat;
    background-position: center 101%;
}

.yyalt_itemadwb i {
    font-size: 60px;
    line-height: 1.2;
    color: #fff;
}

.yyalt_itemadwb span {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    padding: 0 10px;
}

.yyalt_itema:hover .yyalt_itemadwb {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
}

.yyalt_itema:hover .yyalt_itemadw {
    bottom: -49px;
}

.yyalt_slide.swiper-slide-thumb-active .yyalt_itemadwb {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
}

.yyalt_slide.swiper-slide-thumb-active .yyalt_itemadw {
    bottom: -49px;
}

.yyalbox_albox1 {
    margin-top: 50px;
    padding: 0 85px;
}

.yyalbox_hzdw {
    position: relative;
    padding: 0;
}

.yyalbox_hzdw .swiper-slide {
    cursor: auto;
}

.yyal_theme {
    /*    padding: 0 20px;*/
    overflow: hidden;
}

.yyalb_itema {
    margin: 0 30px;
}

.yyalct_theme .yyalb_itema {
    display: block;
    overflow: hidden;
}

.yyalct_theme .yyalb_itema:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: unset;
}

.yyalct_theme .yyalb_itema img {
    width: 100%;
    transition: .3s;
    opacity: .5;
}

.yyalct_theme .yyalb_itema:hover img {
    opacity: 1;
}

.yyalb_slide .owl-controls .owl-page.active span {
    background-color: #0ea06f;
}

.yyalbtn_per,
.yyalbtn_next {
    position: absolute;
    top: 40%;
    cursor: pointer;
    z-index: 9;
    outline: none;
    width: 50px;
    height: 50px;
    background: rgba(50, 110, 176, .9);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 50px;
    transition: all .3s;
}

.yyalbtn_per.swiper-button-disabled {
    background: rgba(0, 0, 0, .3);
}

.yyalbtn_next.swiper-button-disabled {
    background: rgba(0, 0, 0, .3);
}

.yyalbtn_per {
    left: 0;
    transform: translateX(-50%);
}

.yyalbtn_next {
    right: 0;
    transform: translateX(50%);
}

.yyalbtn_per i,
.yyalbtn_next i {
    font-size: 26px;
    color: #fff;
}

.yyalbtn_per i {
    padding: 2px 2px 0 0;
}

.yyalbtn_next i {
    padding: 2px 0 0 2px;
}


/* 优势 */

.youshi {
    position: relative;
    margin-top: 110px;
    height: 638px;
}

.youshi_container {
    width: 100%;
    height: 100%;
}

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

.youshict {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.youshictbox {
    display: flex;
    justify-content: flex-end;
}

.youshimin {
    width: 50%;
    margin-top: 90px;
}

.youshimint {
    padding: 60px 70px 30px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #fff;
}

.youshimint_h {
    font-family: 'BEBAS';
    /* width: 260px; */
    /* word-break: keep-all; */
    text-transform: uppercase;
    font-size: 68px;
    font-weight: 700;
    color: #dfdfdf;
    line-height: 72px;
}

.youshimint_p {
    margin-top: 10px;
    font-size: 36px;
    color: rgb(51, 51, 51);
}

.youshimint_tabt {
    margin-top: 5px;
    display: flex;
    justify-content: flex-end;
}

.youshimint_tabtlb {
    width: 50%;
}

.youshimint_slide {
    position: relative;
}

.youshimint_slide::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background-color: #cccccc;
}

.youshimint_slide:last-child::after {
    display: none;
}

.youshimint_slidea {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #666666;
}

.youshimint_tabb {
    position: relative;
    height: 400px;
    background-color: #005dab;
    padding: 70px 70px 0;
}

.youshiminb_slidea {
    display: block;
}

.youshiminb_slideah {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
}

.youshiminb_slideap {
    margin-top: 15px;
    font-size: 15px;
    color: rgba(255, 255, 255, .8);
    line-height: 26px;
}

.youshimint_slide.swiper-slide-thumb-active .youshimint_slidea {
    color: #df252a;
}

.youshimindw {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
}

.youshimindw_box {
    display: flex;
    justify-content: space-between;
    padding: 0 70px;
}

.youshimindw_box_btn {
    padding-top: 55px;
    display: flex;
}

.youshimindw_box_btn i {
    font-size: 24px;
    color: #fff;
}

.youshimindw_box_btnper,
.youshimindw_box_btnnext {
    outline: none;
}

.youshimindw_box_btnnext {
    margin-left: 70px;
}

.youshimindw_box_btnnext.swiper-button-disabled i,
.youshimindw_box_btnper.swiper-button-disabled i {
    color: rgba(255, 255, 255, .3);
}

.youshimindw_box_ys {
    display: inline-block;
    color: rgba(255, 255, 255, .7);
    text-align: right;
}

.youshimindw_box_ys span {
    font-family: 'BEBAS';
    font-size: 72px;
    color: #ffff;
    /* font-weight: 600; */
    margin-right: 8px;
}

.youshimindw_box_ys span:last-of-type {
    font-family: 'BEBAS';
    font-size: 36px;
    margin-left: 8px;
    color: rgba(255, 255, 255, .7);
    position: relative;
    bottom: -5px;
}


/* 新闻中心 */

.news { 
}

.newsbox { 
    width: 50%;
    float: left;
}
.newsbox1{
	padding-right:4%;
}
.newsboxl {
    width: 25%;
}
.news_bd{
	padding-bottom:20px;
}
.newsboxl_h {
    font-family: 'BEBAS';
    width: 260px;
    word-break: keep-all;
    text-transform: uppercase;
    font-size: 68px;
    font-weight: 700;
    color: #dfdfdf;
    line-height: 72px;
}

.newsboxl_p {
    margin: 20px 0;
    font-size: 30px;
    color: rgb(51, 51, 51);
}

.newsboxl_tab {
    margin-top: 60px;
    width: 50%;
}

.newsl_slide .newsl_slidea {
    display: block;
    padding: 15px 0;
    padding-left: 25px;
    font-size: 18px;
    color: #222333;
}

.newsl_slide {
    position: relative;
}

.newsl_slide.swiper-slide-thumb-active .newsl_slidea {
    color: #df252a;
}

.newsl_slide .newsl_slidea:hover {
    color: #df252a;
}

.newsl_slide::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background-color: rgb(51, 51, 51);
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.newsl_slide.swiper-slide-thumb-active::before {
    width: 34px;
}

.newsl_slide .newsl_slidea:hover::before {
    width: 34px;
}

.newsboxr_tab {
    width: 75%;
}

.newsr_slide .newsr_slidea {
    display: flex;
    padding: 0 35px;
    height: 140px;
    margin-bottom: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.newsr_slideasj {
    text-align: center;
    margin-top: 12px;
}

.newsr_slideasj span {
    font-family: 'BEBAS';
    font-size: 60px;
    font-weight: 700;
    color: #666666;
}

.newsr_slideasj p {
    font-family: 'BEBAS';
    margin-top: -8px;
    font-size: 18px;
    color: #666666;
}

.newsr_slideaimg {
    display: flex;
    align-items: center;
    margin-left: 50px;
}

.newsr_slideaimg img {
    /* max-height: 100%; */
    height: 120px;
    padding: 10px 0;
    transition: all .3s;
}

.newsr_slidea:hover .newsr_slideaimg img {
    transform: scale(1.1)
}

.newsr_slideatxt {
    flex: 1; 
	padding-bottom:35px;
}

.newsr_slideatxth {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #4a4a4a;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news_bd ul li .news_con p{ 
width:85%;
float:left; 
}
.news_bd ul li .news_con span{ 
width:15%;
float:right;
text-align:right;
 line-height: 20px;
 font-size:12px;
}
.news_bd ul li{ 
line-height:40px;    height: 40px;
}
 .foottl_qtr p{
	 color:#D3D3D3;
	 line-height:35px;
 }
  .foottl_qtr a{
	  
	 color:#D3D3D3;
  }
.news_bd ul li .news_con a{
	font-weight:bold;
	color: #4a4a4a;    font-size: 14px;
}
.newsr_slide .newsr_slidea:hover .newsr_slideatxth {
    color: #005dab;
}

.newsr_slideatxtp {
    margin-top: 5px;
    font-size: 14px;
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newsr_slideaj {
    display: flex;
    width: 30px;
    margin-left: 20px;
    align-items: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.newsr_slideaj i {
    display: none;
    font-size: 30px;
    color: #777777;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.newsr_slideaj i:hover {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.newsr_slide .newsr_slidea:hover {
    background-color: #f5f5f5;
}

.newsr_slide .newsr_slidea:hover .newsr_slideatxth {
    font-weight: 600;
}

.newsr_slide .newsr_slidea:hover .newsr_slideaj i {
    display: block;
}

.newsr_slide .newsr_slidea:hover .newsr_slideatxth {
    padding-left: 8px;
}

.yyalbox_al .swiper-pagination {
    width: calc(100% - 30px);
    margin-top: 15px;
    text-align: center;
    display: none;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    outline: none;
}


/* 友情链接 */

.links {
    padding-top: 60px;
    padding-bottom: 0px;
}

.links h2 {
    font-size: 24px;
    font-weight: bold;
    color: #005dab;
    display: inline-block;
}

.links h2 span {
    font-size: 16px;
    color: #666;
    margin: 0 5px;
}

.links a {
    font-size: 14px;
    color: #666;
    padding: 8px;
    line-height: 28px;
}

.links a:hover {
    color: #005dab;
}
.index-service-img01 {
	background-image: url('../images/1.jpg');
}
.index-service-img02 {
	background-image: url('../images/2.jpg');
}
.index-service-img03 {
	background-image: url('../images/3.jpg');
}
.index-service-img04 {
	background-image: url('../images/4.jpg');
} 
.index-service-content ul li:nth-of-type(1):hover .index-service-item-img {
	background-image: url('../images/1-1.jpg');
}
.index-service-content ul li:nth-of-type(2):hover .index-service-item-img {
	background-image: url('../images/2-1.jpg');
}
.index-service-content ul li:nth-of-type(3):hover .index-service-item-img {
	background-image: url('../images/3-1.jpg');
}
.index-service-content ul li:nth-of-type(4):hover .index-service-item-img {
	background-image: url('../images/4-1.jpg');
}
.index-service-content {
	margin-top: 40px;
	text-align: center;
}
.index-service-content ul {
    width: 100%;
    overflow: hidden;
}
.index-service-content ul li {
float: left;
    width: 23.5%;
    margin: 0 0.5%;
    text-align: center;
    margin-bottom: 55px;
    border: solid 1px #ccc;
}
.index-service-item-img {
    width: 100%;
    min-height: 260px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1600px) {
    .cpztn_tslideitemlmore {
        margin-top: 40px;
    }
    .banner_txtboxh b {
        font-size: 50px;
        font-weight: 700;
    }
    .banner_txtboxh span {
        line-height: 50px;
        font-size: 50px;
        font-weight: 700;
    }
    .banner_txtboxp {
        font-size: 14px;
    }
    .banner_txtboxtitle span {
        font-size: 14px;
    }
   
    .ydgsjjbox_rh,
    .cpztboxl_h,
    .youshimint_h,
    .newsboxl_h {
        font-size: 50px;
        line-height: 52px;
    }
    .ydgsjjbox_rmroe {
        margin-top: 20px;
    }
    .ydgsjjbox_rp {
        margin-top: 30px;
    }
    .ydgsjjbox_rms {
        margin-top: 25px;
    }
    .youshimint_tabtlb {
        width: 60%;
    }
    .yyalbox_p {
        width: 60%;
    }
    .ydgsjjbox_rms_itemt span {
        font-size: 48px;
    }
    .cpztn_tslideiteml {
        padding: 0 30px;
    }
    .ydgsjjbox_rms_itemt b {
        margin-top: 22px;
    }
}

@media screen and (max-width: 1200px) {
	.ydgsjj{
		background:#f5f5f5;
	}
    .ydgsjjbox {
        flex-wrap: wrap;
    }
    .ydgsjjbox>div {
        width: 100%;
    }
	.swiper-slide img{
		width:100%;
	}
    .ydgsjjbox_r { 
        padding-left: 0;
    }
    .ydgsjjbox_l {
        padding-right: 0;
    }
    .ydgsjjbox_rh,
    .cpztboxl_h,
    .youshimint_h,
    .newsboxl_h {
        width: 100%;
    }
    .ydgsjjbox_rt {
        margin-top: 10px;
    }
    .ydgsjjbox_rp {
        margin-top: 25px;
    }
    .ydgsjjbox_rms {
        margin-top: 20px;
    }
    .ydgsjjbox_rmroe {
        margin: 30px 0;
    }
    .cpztbox {
        flex-wrap: wrap;
    }
    .cpztbox>div {
        width: 100%;
    }
    .cpztboxl {
        padding-right: 0;
    }
    .cpztboxl_t {
        margin-top: 10px;
    }
    .cpztboxrdw {
        background-color: transparent;
    }
    .cpztboxl_link {
        margin-top: 10px;
    }
    .cpztboxr {
        margin-top: 10px;
    }
    .yyalbox_p {
        width: 100%;
    }
    .yyalbox_albox {
        padding: 0;
    }
    .yyalbox_albox1 {
        padding: 0;
    }
    .yyalbox_p {
        margin-top: 10px;
    }
    .yyalbox_al {
        margin-top: 40px;
    }
    .yyalbox_albox1 {
        margin-top: 30px;
    }
    .yyalbtn_per,
    .yyalbtn_next {
        display: none;
    }
    .youshimint_p {
        margin-top: 0;
    }
    .youshimint_tabtlb {
        width: 100%;
    }
    .youshimint_tabt {
        margin-top: 15px;
    }
    .newsbox {
        flex-wrap: wrap;
    }
    .newsbox>div {
        width: 100%;
    }
    .newsboxl_p {
        margin-top: 10px;
    }
    .newsboxl_tab {
        width: 100%;
        margin-top: 10px;
    }
    .newsboxr_tab {
        margin-top: 20px;
    }
    .news {
        margin-top: 160px;
    }
}

@media screen and (max-width: 992px) {
    .banner_slidetxt {
        padding-right: 20px;
    }
    .banner_slidetxt {
        justify-content: center;
    }
    .banner_txtboxh span,
    .banner_txtboxh b {
        font-size: 42px;
    }
    .banner_txtboxh span {
        line-height: 40px;
    }
    .ydgsjj { 
    }
    .ydgsjjbox_rh {
        margin-top: 0;
    }
    .ydgsjjbox_rp {
        margin-top: 20px;
    }
    .ydgsjj_per,
    .ydgsjj_next {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .cpztboxl_t {
        margin-top: 10px;
    }
    .cpztboxl_link {
        background-color: unset;
        margin-top: 20px;
    }
    .cpztn_tslide .cpztn_tslideitem>div img {
        max-width: 80%;
        margin: auto;
    }
    .cpztn_tslide .cpztn_tslideitem {
        flex-flow: column-reverse;
    }
    .cpztboxr {
        display: none;
    }
    .cpztl_slide .cpztl_slide_item .pic {
        display: block;
        margin-bottom: 5px;
        background-color: #fff;
    }
    .cpztl_slide.swiper-slide-thumb-active::before {
        display: none;
    }
    .cpztl_slide.swiper-slide-thumb-active .cpztl_slide_item {
        color: #df252a;
    }
    .cpztn_tslideitemr {
        width: 100%;
    }
    .cpztn_tslideitemlh {
        margin-top: 30px;
    }
    .cpztn_tslideitemlcs {
        margin-top: 10px;
    }
    .cpztn_tslideitemlp {
        font-size: 13px;
        line-height: 22px;
    }
    .cpztn_b {
        margin-top: 10px;
        margin-bottom: 50px;
    }
    .cpztn_brboxi img {
        width: 55%;
        margin: auto;
    }
    .cpztl_wrapper {
        /* flex-wrap: wrap; */
    }
    .cpzt {
        margin-top: 0;
    }
    .cpzt {
        padding: 50px 0;
    }
    .cpztl_slide .cpztl_slide_item {
        padding: 0;
        text-align: center;
        margin-bottom: 10px;
    }
    .yyalbox_albox1 {
        display: none;
    }
    .yyal {
        margin-top: 0;
    }
    .yyalt_itemadwb i {
        font-size: 36px;
    }
    .yyalt_itemadwb span {
        font-size: 14px;
    }
    .yyalbox_p {
        margin-top: 5px;
    }
    .yyalbox_al {
        margin-top: 30px;
    }
    .yyalbox_al .swiper-pagination {
        display: block;
    }
    .yyalt_slide.swiper-slide-thumb-active .yyalt_itemadwb {
        display: none;
    }
    .yyalt_slide.swiper-slide-thumb-active .yyalt_itemadw {
        bottom: 0;
    }
    /*  */
    .youshi {
        margin-top: 90px;
        height: 330px;
    }
    .youshimin {
        width: 100%;
    }
    .youshimindw_box_ys span {
        font-size: 40px;
        margin-right: 4px;
    }
    .youshimindw_box_ys span:last-of-type {
        font-size: 24px;
        margin-left: 4px;
    }
    .youshimindw_box_btn {
        padding-top: 24px;
    }
    .youshimindw_box_ys b {
        font-size: 26px;
    }
    .youshimint_tabb {
        height: 250px;
        padding: 30px 30px 0;
    }
    .youshimindw_box {
        padding: 0 30px;
    }
    .youshimint {
        padding: 40px 30px 20px;
    }
    .youshimint_tabt {
        /* border: 1px solid #eee; */
        margin-top: 20px;
    }
    .youshimint_slidea {
        text-align: left;
    }
    .youshimint_slide::after {
        right: 15px;
    }
    .youshimin {
        margin-top: 147px;
    }
    /*  */

    .news {
        margin-top: 20px;
    }
    .newsl_slide .newsl_slidea {
        padding: 10px 0 10px 25px;
    }
    .newsr_slide .newsr_slidea {
        padding: 0 15px;
    }
    .newsboxl_tab {
        background-color: #f4f4f4;
        margin-top: 20px;
    }
    .newsr_slideaj {
        display: none;
    }
    .links {
        display: none;
    }
    /* 新增 */
}

@media screen and (max-width: 768px) {
    .foot-youlian{
        display: none;
    }
    .banner_slidetxt {
        width: 100%;
        padding-right: 0;
    }
    .banner_txtbox {
        text-align: left;
    }
    .banner_txtboxtitle b {
        display: none;
    }
    .banner_txtboxh span {
        font-size: 36px;
        line-height: 38px;
    }
    .banner_txtboxh b {
        font-size: 36px;
    }
    .banner_txtboxp {
        font-size: 15px;
    }
    .bannerdw {
        left: 0 !important;
        width: 100%;
    }
    .bannerdw_box {
        height: 46px;
    }
    .ydgsjjbox_rh,
    .cpztboxl_h,
    .youshimint_h,
    .newsboxl_h {
        font-size: 36px;
        line-height: 38px;
    }
    .ydgsjjbox_rt {
        font-size: 26px;
    }
    .ydgsjjbox_rp {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
    }
    .ydgsjjbox_rms_itemt span {
        font-size: 32px;
    }
    .ydgsjjbox_rms_itemb {
        font-size: 12px;
    }
    .ydgsjjbox_rms_itemt b {
        font-size: 12px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-top: 12px;
    }
    .ydgsjj_slideb_txth {
        font-size: 12px;
    }
    .cpztboxl_t {
        font-size: 26px;
        /* margin-top: 0; */
    }
    .cpztl_slide .cpztl_slide_item {
        font-size: 15px;
    }
    .cpztn_tslide .cpztn_tslideitem {
        flex-wrap: wrap;
    }
    .cpztn_tslide .cpztn_tslideitem>div {
        width: 100%;
    }
    .cpztn_tslideitemr {
        order: -1;
    }
    .cpztn_tslideitemlh {
        font-size: 24px;
    }
    .cpztn_tslideitemlx {
        display: none;
    }
    .cpztn_tslideitemlmore {
        margin: 30px 0;
    }
    .cpzt .container {
        overflow: hidden;
    }
    .cpztboxr_top {
        /* width: calc(100% + 40px);
        margin-left: -20px; */
    }
    .cpztn_bl {
        width: 78%;
    }
    .cpztn_br {
        width: 22%;
        padding-left: 10px;
    }
    .cpztn_brbox span {
        font-size: 12px;
    }
    .yyalbox_h {
        font-size: 26px;
    }
    .yyalbox_p {
        font-size: 12px;
        line-height: 20px;
    }
    .yyalt_itemadwt {
        font-size: 14px;
        height: 36px;
        line-height: 36px;
    }
    .youshimint {
        /* padding: 20px 10px 20px 40px; */
    }
    .youshimint_p {
        font-size: 26px;
    }
    .youshimindw {
        bottom: 30px;
    }
    .youshimint_tabb {
        /* height: 320px; */
    }
    .youshimin {
        /* margin-top: 30px; */
    }
    .youshi {
        /* height: 430px; */
    }
    .youshimint_slidea {
        font-size: 15px;
    }
    .youshiminb_slideah {
        font-size: 24px;
    }
    .youshiminb_slideap {
        font-size: 12px;
        line-height: 20px;
    }
		.index-service-content ul li { 
    width: 100%;
    height: 100%; 
}
.newsbox{
	width:100%;
}
.news_bd ul li .news_con span{
	width:100%;
}
.index-service-item-img{
	height:100%;
}
.swiper-slide img{
	width:100%;
}
    .newsboxl_p {
        font-size: 26px;
    }
    .newsl_slide .newsl_slidea {
        padding: 5px 0 5px 25px;
    }
    .newsr_slide .newsr_slidea {
        padding: 0;
    }
    .newsr_slideaimg img {
        width: 100px;
        height: auto;
    }
    .newsr_slideasj span {
        font-size: 36px;
    }
    .newsr_slideasj p {
        font-size: 14px;
    }
    .newsr_slideasj {
        margin-top: 8px;
    }
    .newsr_slide .newsr_slidea {
        height: 100px;
    }
    .newsr_slideatxt {
        padding-top: 15px;
    }
    .newsr_slideaimg {
        margin-left: 10px;
    }
    .newsr_slideatxt {
        padding-left: 10px;
    }
    .newsr_slideatxtp {
        font-size: 12px;
    }
    .newsr_slideatxth {
        font-size: 15px;
        font-weight: normal;
    }
    .foottl_qtl_item span,
    .foottl_qtl_item b {
        font-size: 14px;
    }
    .foottl_bq {
        line-height: 22px;
    }
    .foot {
        /* margin-top: 50px; */
        padding-bottom: 0;
    }
    .foot-youlian {
        margin-bottom: 50px;
    }
    .foottl_bq {
        margin-bottom: 19px;
    }
}


/* 首页产品展厅新增 */

.cpztboxl_linkxz {
    display: flex;
    flex-wrap: wrap;
}

.cpztboxl_linkxz .cpztl_slidexz {
    position: relative;
    width: 50%;
}

@media screen and (max-width: 992px) {
    .cpztl_slide .cpztl_slide_item {
        margin: 0;
    }
    .cpztboxl_linkxz .cpztl_slidexz {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .cpztboxl_linkxz .cpztl_slidexz:nth-child(2n) {
        margin-right: 0;
    }
    .cpztboxl_linkxz .cpztl_slidexz:nth-last-child(-n + 8) {
        display: none;
    }
}