﻿@charset "utf-8";

/* banner */




/*  */

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



/* 公司简介 */

.ydgsjj {
width: 100%;
    max-width: 1300px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.ydgsjjbox {
    display: flex;
}

 
.ydgsjjbox_l{ 
width:31.473%;
}
 .ydgsjjbox_c{ 
    width: 31.788%;
    margin-left: 5%;
}
.ydgsjjbox_r{ 
width: 26.73%;
    margin-left: 5%;
}

.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_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;*/
}


/* 应用案例 */

.case_contt {
    position: relative;
    margin-top: 29px;
}

.case_contt li {
    float: left;
    position: relative;
    width: 285px;
    margin-right: 15px;
}



.case_contt li a {
    display: block;
}


.case_contt li img, .case_contt li img {
    width: 100%;
    height: 217px;
}



.yyal {
    margin-top: 30px;
	background-color: rgba(246, 246, 246, 1);
}

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


/* 新闻中心 */
.newsboxl_tit{
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #808080;
	margin:0 0 10px 0;
	padding-bottom:10px;
}
.newsboxl_tit strong{
	font-size:20px;
	color:#009997;
}
.newsboxl_tit a{
	font-size:14px;
	color:#000000;float: right;
}
.ydgsjjbox_cp{
	line-height:2.5;
}
.news { 
}

.newsbox { 
    width: 100%;
    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:75%;
float:left; 
}
.news_bd ul li .news_con span{ 
width:25%;
float:right;
text-align:right;
 line-height: 20px;
 font-size:12px;
}
.news_bd ul li{ 
border-bottom: 1px dashed #ececec;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
	height:35px;
}
 .foottl_qtr p{
	 color:#D3D3D3;
	 line-height:35px;
 }
  .foottl_qtr a{
	  
	 color:#D3D3D3;
  }
.news_bd ul li .news_con a{ 
	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) {
    .ydgsjjbox {
        flex-wrap: wrap;
    }
    .ydgsjjbox>div {
        width: 100%;
    }
    .ydgsjjbox_r {
        order: -1;
        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: 320px;
    }
    .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;
    }
    .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;
    }
}

.cl:after,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.cl,.clearfix{zoom:1}
@font-face {font-family: "picIcon";
    src: url('../fonts/iconfont.eot?t=1527824986789'); /* IE9*/
    src: url('../fonts/iconfont.eot?t=1527824986789#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'),
    url('../fonts/iconfont.ttf?t=1527824986789') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg?t=1527824986789#iconfont') format('svg'); /* iOS 4.1- */
}
.picView-magnify-list{}
.picView-magnify-list li{float:left;display:inline-block;width:100px;height:60px;border:1px solid #ccc;margin-right:10px;}
.picView-magnify-list li a{display:block;overflow:hidden;}
.picView-magnify-list li a img{width:100px;height:60px;}

.magnify-toolbar .magnify-btn,.magnify-btn-close,.magnify-loader{
    font-family: "picIcon" !important;
    font-size: 25px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.magnify-modal {
    position: fixed;
    z-index: 9999;
    width: 800px;
    height: 600px;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    cursor: default;
}

.magnify-header {
    position: relative;
    height: 40px;
    z-index:9;
}

.magnify-footer {
    height: 50px;
    bottom: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index:9;
}

.magnify-toolbar{
    display: inline-block;
    height: 50px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.magnify-toolbar .magnify-btn{display:inline-block;width:50px;height:50px;margin:0;color:#999;line-height:50px;}
.magnify-btn-close{width:40px;height:40px;margin:0;color:#999;line-height:40px;position: absolute;right:0;top:0;font-size:15px;text-align:center;}
.magnify-toolbar .magnify-btn:hover,.magnify-btn-close:hover{color:#fff;}


.magnify-btn-close:before{content: "\ea4f"}
.magnify-btn-zoomIn:before{content: "\e7dd"}
.magnify-btn-zoomOut:before{content:'\e7dc'}
.magnify-btn-prev:before{content:'\e624'}
.magnify-btn-next:before{content:'\e9ce'}
.magnify-btn-fullScreen:before{content:'\e63f'}
.magnify-btn-actualSize:before{content:'\e615'}
.magnify-btn-rotateLeft:before{content:'\ece3'}
.magnify-btn-rotateRight:before{content:'\ece4'}
.magnify-loader:before{content:'\e600'}
.magnify-loader{
    -webkit-animation: icon-spin 1s infinite steps(8);
    -o-animation: icon-spin 1s infinite steps(8);
    animation: icon-spin 1s infinite steps(8);
    width:50px;
    height:50px;
    text-align:center;
    line-height:50px;
    color:#999;
    font-size:35px;
    position:absolute;
    left:50%;
    margin-left:-25px;
    top:40%;
}

.magnify-title{font-size:14px;white-space: nowrap;text-overflow: ellipsis;user-select: none;overflow:hidden;color:#fff;padding:0 40px 0 15px;line-height:40px;}

.magnify-image{display:none;position:relative;}
.magnify-stage{position:absolute;left:0;right:0;bottom:0;top:0;border:none;overflow:hidden;}

.is-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.is-grabbing {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}