.banner_sy {
    width: 100%;
    float: left;
}

.padd30 {
    padding-left: 100px;
    padding-right: 100px;
}

.banner_sy li {
    width: 100%;
    float: left;
}

.banner_sy img {
    width: 100%;
    vertical-align: bottom;
}

.banner_sy .slick-dots {
    bottom: 55px;
    display: flex !important;
    justify-content: center;
}

.banner_sy .slick-dots li {
    width: 40px;
    height: 2px;
    background: #fff;
    margin: 0 4.5px;
    transition: all .5s ease;
    transform: translate(0, 2px);
}

.banner_sy .slick-dots li.slick-active {
    background: #ED6B22;
    height: 4px;
    transform: translate(0, 0px);
}

.nav {
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 60px;
    box-shadow: 0px 0px 24px rgba(184, 184, 184, .33);
    padding: 12px 30px;
}
/*20221109satrt*/
.nav ul{margin: -10px -14px;float: left;width: calc(100% + 28px);}
.nav li {
    float: left;
    width: 11.11111111111111%;
    text-align: center;
    padding: 10px 14px;

}
.nav li a{    border: 1px solid #DDDDDD;}
.nav li.on a {
    border: 1px solid #ED6B22;
}
/*20221109end*/



.nav li:nth-child(9n) {

}



.nav li a {
    width:100%;
    float:left;
    font-size: 20px;
    color: #333333;
    line-height: 40px;
    text-align: center;
}

.nav li.on a {
    color: #ED6B22;
}
/*20221109satrt*/
.nav li:hover a{
    border: 1px solid #ED6B22;
	background: #ED6B22;
	color:fff;
}
/*20221109end*/

.nav li:hover a {
    color: #fff;
}

.us_tit {
    text-align: center;
    position: relative;
}

.us_tit h4 {
    color: #222222;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
}

.us_tit h6 {
    color: #222222;
    opacity: 0.1;
    font-size: 48px;
    line-height: 36px;
    white-space: nowrap;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0);
    font-weight: bold;
}

.us_tit line {
    background: #ED6B22;
    height: 3px;
    width: 36px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}

.us_tit h5 {
    color: #666666;
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
    line-height: 20px;
}

.us_tit h5 br {
    display: none;
}

.product {
    float: left;
    width: 100%;
}

.product_list {
    float: left;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 20px;
}

.product_list ul {
    width: calc(100% + 20px);
    margin: -20px -10px;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.product_list ul li {
    width: 33.3%;
    float: left;
    padding: 20px 10px
}

.product_list ul li img {
    max-width: 100%;
}

.product_list ul li .a {
    float: left;
    width: 100%;
    display: block;
    transition: all .5s ease;
    box-shadow: 0px 0px 38px rgba(190, 190, 190, 0.19);
}

.product_list ul li h4 {
    color: #222222;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    padding: 0 20px;
}

.product_list ul li h5 {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    padding: 0 20px;
}

.product_list ul li .down {
    margin-top: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 20px 20px;
}

.product_list ul li .down .button {
    width: calc(50% - 9px);
    height: 48px;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_list ul li .down .button span {
    color: #fff;
    font-size: 18px;
    margin-left: 11px;
}

.product_list ul li .down .button:first-child {
    background: #1D689A;
}

.product_list ul li .down .button:last-child {
    background: #ED6B22;
}

.product_list ul li:hover .a {
    box-shadow: 0px 0px 38px rgba(29, 104, 154, 0.19);
    outline: 1px solid #1D689A;
}

.video {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 90px;
    margin-bottom: 100px;
}

.video img {
    width: 100%;
    float: left;
    vertical-align: bottom;
}

.video video {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.video .circle {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    position: relative;
}

.video .circle img {
    width: 100%;
    height: 100%;
    animation: rotateq 2s linear infinite;
    transform-origin: center;
}

.video .circle i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
}

.video .play {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video h4 {
    color: #fff;
    font-size: 18px;
    margin-top: 55px;
    text-align: center;
    font-weight: bold;
}

@keyframes rotateq {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateq

/* Safari ?ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½???? Chrome */
    {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg);
    }
}

.mfdh {
    background: url(../images/dhbg.jpg) center no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
    padding: 70px 0 80px 0;
    text-align: center;
}

.mfdh h4 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}

.mfdh h6 {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin: 24px 0 20px 0;
}

.mfdh line {
    background: #ED6B22;
    height: 3px;
    width: 36px;
    display: block;
    margin: auto;
}

.mfdh h5 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 50px;
}

.mfdh input {
    height: 56px;
    width: 620px;
    background: rgba(255, 255, 255, 0.58);
    text-align: center;
    float: left;
}

.mfdh input::-webkit-input-placeholder {
    font-size: 16px;
    color: #666666
}

.mfdh .butt {
    color: #fff;
    height: 48px;
    width: 200px;
    background: #ED6B22;
    font-size: 18px;
    line-height: 48px;
    cursor: pointer;
    margin: 45px auto 0 auto;
    white-space: pre-wrap;
    float: left;
    position: relative;
}

.BMap_Marker {
    /* left: 40px !important; */
}

.mfdh2 {
    margin-top: 100px;
}

@media (max-width: 1600px) {
    /*20221012start*/
    .nav li:nth-child(10n) {
        /*margin-right: 0;*/
    }
    /*20221021end*/
    .nav li:nth-child(11n) {
        margin-right: 27px;
    }
}

@media (max-width: 1400px) {


/*20221109satrt*/
.nav ul{margin: -10px -7px;float: left;width: calc(100% + 14px);}
.nav li {
    padding: 10px 7px;

}

    .nav li a {
        font-size: 18px;
        color: #333333;
        line-height: 36px;
        text-align: center;
    }

    .nav li:nth-child(9n) {
        /*margin-right: 0;*/
    }

    .nav li:nth-child(10n) {
        margin-right: 0;
    }

    .nav li:nth-child(11n) {
        margin-right: 0;
    }
    /*20221109end*/
}

@media (max-width: 1024px) {
    .banner_sy {
        width: 100%;
        float: left;
        margin-top: 50px;
    }

    .padd30 {
        padding-left: 100px;
        padding-right: 100px;
    }

    .banner_sy li {
        width: 100%;
        float: left;
    }

    .banner_sy img {
        width: 100%;
        vertical-align: bottom;
    }

    .banner_sy .slick-dots {
        bottom: 25px;
        display: flex !important;
        justify-content: center;
    }

    .banner_sy .slick-dots li {
        width: 40px;
        height: 2px;
        background: #fff;
        margin: 0 4.5px;
        transition: all .5s ease;
        transform: translate(0, 2px);
    }

    .banner_sy .slick-dots li.slick-active {
        background: #ED6B22;
        height: 4px;
        transform: translate(0, 0px);
    }

    .us_tit {
        text-align: center;
        position: relative;
    }

    .us_tit h4 {
        color: #222222;
        font-size: 24px;
        font-weight: bold;
        line-height: 30px;
    }

    .us_tit h6 {
        color: #222222;
        opacity: 0.1;
        font-size: 30px;
        line-height: 30px;
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translate(-50%, 0);
        font-weight: bold;
    }

    .us_tit line {
        background: #ED6B22;
        height: 3px;
        width: 30px;
        margin: 0 auto;
        display: block;
        margin-top: 20px;
    }

    .us_tit h5 {
        color: #666666;
        text-align: center;
        font-size: 16px;
        margin-top: 20px;
        line-height: 20px;
    }

    .us_tit h5 br {
        display: block;
    }

    .product_list {
        margin-top: 30px;
        float: left;
        width: 100%;
    }

    .product {
        float: left;
        width: 100%;
    }

    .product_list ul {
        width: calc(100% + 20px);
        margin: -10px -10px;
        float: left;
    }

    .product_list ul li {
        width: 100%;
        float: left;
        padding: 10px 10px
    }

    .product_list.list li {
        padding: 10px 20px;
    }

    .product_list.list li img {
        max-width: 100%;
    }

    .product_list ul li .a {
        float: left;
        width: 100%;
        display: block;
        transition: all .5s ease;
        box-shadow: 0px 0px 38px rgba(190, 190, 190, 0.19);
    }

    .product_list ul li h4 {
        color: #222222;
        font-size: 18px;
        text-align: left;
        font-weight: bold;
    }

    .product_list ul li h5 {
        color: #666;
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }

    .product_list ul li .down {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .product_list ul li .down .button {
        width: calc(50% - 9px);
        height: 40px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product_list ul li .down .button span {
        color: #fff;
        font-size: 16px;
        margin-left: 8px;
    }

    .product_list ul li .down .button:first-child {
        background: #1D689A;
    }

    .product_list ul li .down .button:last-child {
        background: #ED6B22;
    }

    .product_list ul li:hover .a {
        box-shadow: 0px 0px rgba(29, 104, 154, 0.19);
        outline: 1px solid #1D689A;
    }


    .nav {
        float: left;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
        box-shadow: 0px 0px 24px rgba(184, 184, 184, .33);
        padding: 15px;
    }
/*20221109satrt*/
.nav ul{margin: -5px;width: calc(100% + 10px);}
    .nav li {
        float: left;
        width: 33.3333%;
        text-align: center;
        padding: 5px;
    }


    .nav li:nth-child(9n) {
        margin-right: 0;
    }

    .nav li:nth-child(3n) {
        margin-right: 0;
        width: 33.3%;
    }

    .nav li:nth-child(10n) {
        margin-right: 0;
    }

    .nav li:nth-child(11n) {
        margin-right: 0;
    }

    .nav li.on a{
        border: 1px solid #ED6B22;
    }

    .nav li a {
        font-size: 16px;
        color: #333333;
        line-height: 35px;
        text-align: center;
    }

    .nav li.on a {
        color: #ED6B22;
    }

    .nav li:hover a{
        border: 1px solid #ED6B22;
    }

    .nav li:hover a {
        color: #ED6B22;
    }
/*20221109end*/
    .video .circle {
        height: 60px;
        width: 60px;
        border-radius: 50%;
        position: relative;
    }

    .video .circle img {
        width: 100%;
        height: 100%;
        /*animation: rotateq 2s linear infinite;*/
    }

    .video .circle i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 30px;
    }

    .video h4 {
        font-size: 16px;
        margin-top: 20px;
    }

    .video {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mfdh {
        padding: 30px 0 30px 0;
    }

    .mfdh h4 {
        color: #fff;
        font-size: 24px;
        font-weight: bold;
    }

    .mfdh h6 {
        color: #fff;
        font-size: 16px;
        line-height: 18px;
        margin: 15px 0 15px 0;
    }

    .mfdh line {
        background: #ED6B22;
        height: 3px;
        width: 28px;
        display: block;
        margin: auto;
    }

    .mfdh h5 {
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .mfdh input {
        height: 40px;
        width: 100%;
        background: rgba(255, 255, 255, 0.58);
        text-align: center;
    }

    .mfdh input::-webkit-input-placeholder {
        font-size: 14px;
        color: #666666;
        line-height: 40px;
    }

    .mfdh .butt {
        color: #fff;
        height: 40px;
        width: 140px;
        background: #ED6B22;
        font-size: 16px;
        line-height: 40px;
        margin: 30px auto 0 auto;
    }
}

.scsj {
    float: left;
    padding: 100px 0 105px 0;
    width: 100%;
}

.scsj .us_tit {
    margin-bottom: 80px;
}

.scsj_list {
    width: calc(100% + 20px);
    float: left;
    margin: -17px -10px;
}

.scsj_list li {
    float: left;
    padding: 17px 10px;
    width: 33.3%;
}

.scsj_list li a {
    box-shadow: 0px 0px 10px rgba(168, 168, 168, 0.55);
    float: left;
    width: 100%;
}

.scsj_list li .img {
    width: 100%;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.scsj_list li img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.scsj_list li h4 {
    color: #333;
    line-height: 68px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scsj_list li:hover .img img {
    -webkit-transform: translate(-50%, -50%)scale(1.1);
    -moz-transform: translate(-50%, -50%)scale(1.1);
    -ms-transform: translate(-50%, -50%)scale(1.1);
    -o-transform: translate(-50%, -50%)scale(1.1);
    transform: translate(-50%, -50%)scale(1.1);
}

.case_list ul {
    width: calc(100% + 20px);
    margin: -10px -10px;
    float: left;
}

.case_list ul li {
    width: 20%;
    float: left;
    padding: 10px;
}

.case_list ul li:hover .img img {
    transform: scale(1.1);
}

.case_list ul li .img {
    height: 90px;
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.case_list ul li .img img {
    max-width: 100%;
    transition: all .5s ease;
}

.case {
    float: left;
    width: 100%;
    background: #F5F5F5;
    padding: 100px 0;
}

.case .us_tit {
    margin-bottom: 50px;
}

.down_nav {
    float: left;
    width: 100%;
    background: url(../images/downbg.jpg) center no-repeat;
    background-size: cover;
    padding-top: 50px;
}

.down_nav .down_left {
    width: 31%;
}

.down_nav .down_left .logo {
    width: 100%;
    margin-bottom: 55px;
}

.down_nav .down_left .logo img {
    width: 100%;
    vertical-align: bottom;
}

.down_nav .down_left .dcontact .dewm {
    background: #fff;
    position: relative;
    padding: 15px;
    border-radius: 4px;
    display: inline-block;
}

.down_nav .down_left .dcontact {
    display: flex;
    justify-content: space-between;
}

.down_nav .down_left .dcontact .dewm img {
    width: 130px;
    height: 130px;
}

.down_nav .down_left .dcontact .dewm h4 {
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
}

.down_nav .down_left .dcontact .dmf {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 13px 0;
}

.down_nav .down_left .dcontact .dmf .button {
    width: 160px;
    height: 48px;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.down_nav .down_left .dcontact .dmf .button span {
    color: #fff;
    font-size: 18px;
    margin-left: 11px;
}

.down_nav .down_left .dcontact .dmf .button:first-child {
    background: #1D689A;
}

.down_nav .down_left .dcontact .dmf .button:last-child {
    background: #ED6B22;
}


.down_nav .pro_center {
    width: 27%;
}

.down_nav .dtit {
    font-size: 18px;
    color: #ffffff;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: ;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}


.down_nav .pro_right {
    width: 25%;
}

.down_nav .pro_right li {
    width: 100%;
    display: flex;
    margin-top: 40px;
    align-items: center;
}

.down_nav .pro_right li img {
    height: 38px;
    width: 38px;
    margin-right: 15px;
}

.down_nav .pro_right li h4 {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.down_nav .pro_right li h6 {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
}

.down_nav .down_box {
    display: flex;
    justify-content: space-between;
}

.down_nav .ddown {
    height: 80px;
    float: left;
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.27);
    margin-top: 40px;
}

.down_nav .ddr {
    float: right;
}

.down_nav .ddr>a {
    line-height: 80px;
    font-size: 16px;
    color: #fff;
    margin-right: 24px;
    float: left;
}

.down_nav .ddr .yqlj {
    height: 38px;
    width: 170px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    position: relative;
    float: left;
    margin-top: 21px;
}

.down_nav .ddr .yqlj::after {
    content: "";
    height: 8px;
    width: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    transition: all .5s ease;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)rotate(135deg);
    right: 20px;
}

.down_nav .ddr .yqlj h4 {
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
    line-height: 38px;
    cursor: pointer;
    text-indent: -40px;
}

.down_nav .ddr .yqlj .yq_u {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    display: none;
}

.down_nav .ddr .yqlj .yq_u a {
    width: 100%;
    display: block;
    background: #fff;
    color: #666;
    line-height: 38px;
}

.down_nav .pro_center .cpcent li {
    width: 70px;
    position: relative;
    padding-right: 15px;
    margin-top: 30px;
    border-right: 1px solid #FFFFFF;
    float: left;
    margin-right: 15px;
}

.down_nav .pro_center .cpcent li:nth-child(4n) {
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0px solid #FFFFFF;
    width: 60px;
    margin-left: 11px;
}

.down_nav .pro_center .cpcent li:last-child {
    border-right: 0;
}

.down_nav .pro_center .cpcent li a {
    color: #fff;
    font-size: 16px;
}

.down_nav .pro_center .cpcent li a:hover {
    color: #ED6B22;
}

.down_nav .pro_center .cpcent {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1400px) {
    .down_nav .pro_center .cpcent li {
        width: 60px;
        position: relative;
        padding-right: 15px;
        margin-top: 24px;
        border-right: 1px solid #FFFFFF;
        float: left;
        margin-right: 15px;
    }

    .down_nav .pro_center .cpcent li a {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .case_list ul {
        width: calc(100% + 20px);
        margin: -10px -10px;
        float: left;
    }

    .case_list ul li {
        width: 33.3%;
        float: left;
        padding: 10px;
    }

    .case_list ul li .img {
        height: 70px;
        width: 100%;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .case_list ul li .img img {
        max-width: 100%;
    }

    .case {
        float: left;
        width: 100%;
        background: #F5F5F5;
        padding: 40px 0;
    }

    .case .us_tit {
        margin-bottom: 30px;
    }

    .scsj {
        float: left;
        padding: 40px 0 40px 0;
        width: 100%;
    }

    .scsj .us_tit {
        margin-bottom: 50px;
    }

    .scsj_list {
        width: calc(100% + 20px);
        float: left;
        margin: -10px -10px;
    }

    .scsj_list li {
        float: left;
        padding: 10px 10px;
        width: 50%;
    }

    .scsj_list li a {
        box-shadow: 0px 0px 10px rgba(168, 168, 168, 0.55);
        float: left;
        width: 100%;
    }

    .scsj_list li .img {
        width: 100%;
        padding-bottom: 60%;
        position: relative;
        overflow: hidden;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
    }

    .scsj_list li img {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        min-height: 100%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

    .scsj_list li h4 {
        color: #333;
        line-height: 40px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .scsj_list li:hover .img img {
        -webkit-transform: translate(-50%, -50%)scale(1.1);
        -moz-transform: translate(-50%, -50%)scale(1.1);
        -ms-transform: translate(-50%, -50%)scale(1.1);
        -o-transform: translate(-50%, -50%)scale(1.1);
        transform: translate(-50%, -50%)scale(1.1);
    }


    .padd30 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .down_nav {
        padding-top: 30px;
        margin-bottom: 50px;
    }

    .down_nav .down_box {
        flex-direction: column;
    }

    .down_nav .down_left {
        width: 100%;
    }

    .down_nav .down_left .logo {
        width: 50%;
        margin: 0 auto 30px auto;
    }

    .down_nav .down_left .dcontact .dewm {
        padding: 10px;
        border-radius: 4px;
        display: inline-block;
        margin-right: 30px;
    }

    .down_nav .down_left .dcontact .dewm img {
        width: 100px;
        height: 100px;
    }

    .down_nav .down_left .dcontact {
        justify-content: center;
    }

    .down_nav .down_left .dcontact .dmf .button {
        width: 140px;
        height: 40px;
    }

    .down_nav .pro_center {
        width: 100%;
        margin-top: 40px;
        display: none;
    }

    .down_nav .down_left .dcontact .dewm h4 {
        bottom: -30px;
    }

    .down_nav .dtit {
        padding-bottom: 20px;
    }

    .down_nav .pro_right {
        width: 100%;
        margin-top: 50px;
    }

    .down_nav .pro_right li {
        margin-top: 20px;
    }

    .down_nav .ddown {
        margin-top: 20px;
    }

    .down_nav .ddown {
        height: auto
    }

    .banq {
        font-size: 14px !important;
        text-align: center;
        line-height: 40px !important;
        width: 100%;
    }

    .down_nav .ddr>a {
        line-height: 40px;
        font-size: 16px;
        color: #fff;
        margin-right: 15px;
        float: left;
    }

    .down_nav .ddr .yqlj {
        height: 34px;
        width: 150px;
        background: rgba(255, 255, 255, 0.1);
        text-align: center;
        position: relative;
        float: left;
        margin-top: 3px;
    }

    .down_nav .ddr .yqlj h4 {
        font-size: 16px;
        line-height: 34px;
        cursor: pointer;
        text-indent: -30px;
    }

    .down_nav .ddr {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
        float: left;
    }
}

.load {
    margin: 80px auto 110px auto;
    /*animation: rotateq 2s linear infinite;*/
    float: left;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    transform-origin: center;
}

.tj {
    position: absolute;
    top: -10px;
    right: -10px;
}

.product_list ul li .a {
    position: relative;
}

.banner_ny {
    position: relative;
    width: 100%;
    float: left;
}

.banner_ny img {
    width: 100%;
    vertical-align: bottom;
}

.banner_ny .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: #fff;
}

.new {
    float: left;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
}

.new li {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.new li:last-child {
    margin-bottom: 0;
}

.new li a {
    padding: 30px;
    float: left;
    width: 100%;
    background: #F5F5F5;
    transition: all .5s ease;
    display: flex;
    justify-content: space-between;
}

.new li .img {
    width: 32%;
    min-width: 32%;
    float: left;
    padding-bottom: 21.3%;
    position: relative;
    overflow: hidden;
    margin-right: 30px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.new li .img img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.new li .text {
    float: left;
    margin-left: 20px;
}

.new li .text h4 {
    color: #333333;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 30px;
}

.new li .text h6 {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.new li .text .data {
    color: #666666;
    font-size: 16px;
    margin-top: 35px;
}

.new li .text .data i {
    font-size: 28px;
    font-weight: bold;
}

.new li:hover a {
    background: #fff;
    box-shadow: 0px 0px 18px rgba(189, 189, 189, 0.26);
}

.new li:hover h4 {
    color: #ED6B22;
}

.fy {
    float: left;
    width: 100%;
    margin-bottom: 110px;
}

.fy_box {
    display: flex;
    justify-content: space-between;
}

.fy_box .prev {
    display: flex;
    align-items: center;
    color: #000;
}

.fy_box .prev h4 {
    color: #000000;
    font-size: 16px;
}

.fy_box .prev i {
    color: #000;
    margin: 0 22px 0 10px;
}

.fy_box .prev:hover h4 {
    color: #ED6B22;
}

.fy_box .prev:hover i {
    color: #ED6B22;
}

.fy_box .next {
    display: flex;
    align-items: center;
    color: #000;
}

.fy_box .next h4 {
    color: #000000;
    font-size: 16px;
}

.fy_box .next i {
    color: #000;
    margin: 0 10px 0 22px;
}

.fy_box .next:hover h4 {
    color: #ED6B22;
}

.fy_box .next:hover i {
    color: #ED6B22;
}

.fy_box .page .p_li {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    float: left;
    margin: 0 6px;
    color: #666;
    transition: all .5s ease;
}

.fy_box .page .p_li.on {
    color: #fff;
    background: #ED6B22;
}

.fy_box .page .p_li:hover {
    color: #fff;
    background: #ED6B22;
}

.wzsub {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100px;
}

.wzsub .mbx {
    color: #fff;
    display: flex;
    align-items: center;
}

.wzsub .mbx img {
    margin-right: 20px;
    width: auto;
}

.wzsub .mbx a {
    color: #fff;
    font-size: 16px;
}

.wzsub .er_nav a {
    margin-left: 90px;
    color: #fff;
    font-size: 20px;
}

.wzsub .er_nav a.on {
    color: #ED6B22;
    font-weight: bold;
}



.new_show {
    padding: 60px 0 100px 0;
    float: left;
    width: 100%;
}

.new_show h4 {
    color: #333333;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
}

.new_show h6 {
    color: #666;
    font-size: 16px;
    margin-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 40px;
    text-align: center;
    white-space: pre-wrap;
}

.new_details {
    color: #666;
    font-size: 16px;
    line-height: 30px
}

.new_details img {
    vertical-align: bottom;
    max-width: 100%;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

.n_fy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid #DDDDDD;
    margin-top: 100px;
    float: left;
    width: 100%;
}

.n_fy .left {
    display: flex;
    flex-direction: column;
}

.n_fy .left a {
    color: #666;
    font-size: 16px;
    line-height: 50px;
}

.n_fy .left a:hover {
    color: #ED6B22;
}

.n_fy .right {
    width: 152px;
    height: 45px;
    background: #ED6B22;
    display: flex;
    justify-content: center;
    align-items: center;
}

.n_fy .right img {
    margin-right: 20px;
}

.n_fy .right h5 {
    color: #fff;
    font-size: 16px;
}

.text_p {
    text-align: center;
    font-size: 14px;
    color: #333;
    padding: 5px 0;
    display: none;
}

.text_p a {
    padding: 5px 25px;
    background: #2B469D;
    color: #fff;
    border: transparent;
    border-radius: 16px 16px 16px 16px;
    overflow: hidden;
}

.text_p a:hover {
    color: #fff !important;
}

.text_p span {
    padding: 5px 20px;
    color: #333;
}

@media (max-width: 1024px) {
    .wzsub.visible-xs {
        display: flex !important;
        flex-direction: column-reverse;
    }

    .load {
        margin: 30px auto 30px auto;
        /*animation: rotateq 2s linear infinite;*/
        float: left;
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
        height: 40px;
        width: 40px;
    }

    .wzsub {
        height: auto;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }

    .wzsub .mbx {
        flex-wrap: wrap;
        margin-bottom: 5px
    }

    .wzsub .mbx img {
        margin-right: 8px;
    }

    .wzsub .mbx a {
        font-size: 12px;
        white-space: nowrap;
        line-height: 20px;
    }

    .wzsub .er_nav a {
        margin-left: 30px;
        font-size: 14px;
    }

    .wzsub .er_nav a.on {
        color: #ED6B22;
        font-weight: bold;
    }

    .er_nav {
        display: flex;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .er_nav a {
        margin-left: 0 !important;
        margin: 0 15px;
    }

    .banner_ny {
        margin-top: 50px;
    }

    .fy {
        margin-bottom: 30px;
    }

    .new {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .new li {
        margin-bottom: 20px;
    }

    .new li a {
        padding: 15px;
        float: left;
        width: 100%;
        background: #F5F5F5;
        transition: all .5s ease;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .new li .img {
        width: 100%;
        min-width: 100%;
        float: left;
        padding-bottom: 66.56%;
        margin-right: 0px;
    }

    .new li .img img {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        min-height: 100%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

    .new li .text {
        float: left;
        margin-left: 0px;
    }

    .new li .text h4 {
        color: #333333;
        font-size: 20px;
        margin-top: 15px;
    }

    .new li .text h6 {
        color: #666;
        font-size: 14px;
        line-height: 24px;
        margin-top: 15px
    }

    .new li .text .data {
        color: #666666;
        font-size: 14px;
        margin-top: 15px;
    }

    .new li .text .data i {
        font-size: 24px;
        font-weight: bold;
    }

    .new li:hover a {
        background: #fff;
        box-shadow: 0px 0px 18px rgba(189, 189, 189, 0.26);
    }


    .n_fy {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 20px;
        border-top: 1px solid #DDDDDD;
        margin-top: 30px;
        float: left;
        width: 100%;
        flex-direction: column;
    }

    .n_fy .left {
        display: flex;
        flex-direction: column;
    }

    .n_fy .left a {
        color: #666;
        font-size: 16px;
        line-height: 40px;
    }

    .n_fy .left a:hover {
        color: #ED6B22;
    }

    .n_fy .right {
        width: 152px;
        height: 45px;
        background: #ED6B22;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
    }

    .n_fy .right img {
        margin-right: 20px;
    }

    .n_fy .right h5 {
        color: #fff;
        font-size: 16px;
    }

    .new_show {
        padding: 30px 0 30px 0;
    }

    .new_show h4 {
        color: #333333;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .new_show h6 {
        color: #666;
        font-size: 14px;
        margin-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        white-space: inherit;
    }

    .new_details {
        color: #666;
        font-size: 14px;
        line-height: 24px
    }
}

/*?oÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½?ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½?ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½|??ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½*/
.pd_left {
    width: 50%;
    float: left;
}

.pd_left img {
    width: 100%;
    float: left;
    vertical-align: bottom;
}

.pd_right {
    width: calc(50% - 50px);
    float: right;
}

.pd_right h4 {
    color: #333;
    font-size: 36px;
    font-weight: bold;
    margin-top: 20px;
}

.pd_right h6 {
    color: #333;
    font-size: 18px;
    line-height: 36px;
    margin-top: 35px;
    margin-bottom: 100px;
}

.pd_right .phone {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.pd_right .phone img {
    margin-right: 16px;
}

.pd_right .phone h5 {
    color: #ED6B22;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
}

.pd_right .button {
    width: 160px;
    height: 44px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pd_right .button span {
    color: #fff;
    font-size: 18px;
    margin-left: 11px;
}

.pd_right .button:first-child {
    background: #1D689A;
}

.pd_right .button:nth-child(2) {
    background: #ED6B22;
}

.pd_right .down_b {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.prode {
    background: url(../images/57.jpg) center no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
    padding: 70px 0 28px 0;
}

/*20220919start*/
.pd_left .slick-prev{width: 60px;height: 60px;border: 1px solid #ED6B22; left: 50px;top: 50%;border-radius: 100%;}
.pd_left .slick-prev:hover{background: #ED6B22;}
.pd_left .slick-prev::after{content: "";display: block;width: 18px;height: 18px;border-top: 2px solid #ED6B22;border-left: 2px solid #ED6B22;position: absolute;left: 50%;top: 50%;margin: -9px 0 0 -5px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);}
.pd_left .slick-prev:hover::after{border-color: #fff;}
.pd_left .slick-next{width: 60px;height: 60px;border: 1px solid #ED6B22;right: 50px;top: 50%;border-radius: 100%;}
.pd_left .slick-next::after{content: "";display: block;width: 18px;height: 18px;border-top: 2px solid #ED6B22;border-left: 2px solid #ED6B22;position: absolute;left: 50%;top: 50%;margin: -9px 0 0 -13px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);}
.pd_left .slick-next:hover{background: #ED6B22;}
.pd_left .slick-next:hover::after{border-color: #fff;}
@media  screen and (max-width: 1024px){
.pd_left .slick-prev{width: 40px;height: 40px; left: 12px;}
.pd_left .slick-prev::after{width: 10px;height: 10px;margin: -5px 0 0 -4px;}
.pd_left .slick-next{width: 40px;height: 40px;right: 12px;}
.pd_left .slick-next::after{width: 10px;height: 10px;margin: -5px 0 0 -7px;}
}
/*20220919end*/

.pd_left .slick-dots {
    bottom: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pd_left .slick-dots li {
    height: 12px;
    width: 12px;
    margin: 0 12px;
    border-radius: 50%;
    background: #89A6C9;
}

.pd_left .slick-dots li.slick-active {
    background: #EB8205;
}

.cpjs .tabs {
    width: 100%;
    border-bottom: 1px solid #EB8205;
    float: left;
    position: sticky;
    top: 0;
    z-index: 8;
    background: #fff;
}

.xiangq .table {
    width: 100%;
}

.cpjs .tabs a {
    width: 12.5%;
    float: left;
    text-align: center;
    color: #666;
    font-size: 20px;
    line-height: 50px;
}

.cpjs .tabs a.on {
    background: #EB8205;
    color: #fff;
}

.cpjs .dett {
    padding-left: 20px;
    padding-bottom: 32px;
    border-bottom: 1px solid #E5E5E5;
    margin-top: 35px;
    float: left;
    position: relative;
    width: 100%;
}

.cpjs .dett h4 {
    font-size: 20px;
    color: #333;
    line-height: 24px;
    font-weight: bold;
    float: left;
}

.cpjs .dett h5 {
    font-size: 16px;
    line-height: 24px;
    color: #EB8205;
}

.cpjs .dett::after {
    content: "";
    height: 25px;
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    background: #EB8205;
}

.xiangq {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    float: left;
    width: 100%;
}

.xiangq img {
    left: 50%;
    position: relative;
    transform: translate(-50%, 0);
    max-width: 100%;
}

.cpjs {
    float: left;
    width: 100%;
}

.xiangq {
    float: left;
    width: 100%;
    padding-top: 50px;
    margin-top: -50px;
}

/*?ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½3?o???ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½???*/
.atit {
    font-size: 48px;
    color: #333333;
    text-align: center;
    position: relative;
}

.atit::after {
    content: "";
    height: 2px;
    width: 36px;
    background: #ED6B22;
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translate(-50%, 0);
}

.aif {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    margin-top: 80px;
}

.ry_ul {
    width: calc(100% + 64px);
    margin: 0 -32px;
}

.ry_ul li {
    padding: 0px 32px;
}

.ry_ul li a {
    height: 400px;
    border: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
}

.ry_ul li .img {
    width: 100%;
}

.ry_ul li img {
    width: 100%;
}

.gsjj {
    margin-top: 80px;
    float: left;
    width: 100%
}

.scsjs {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.qyry {
    padding-bottom: 200px;
    float: left;
    width: 100%;
}

.qyry .atit {
    margin-bottom: 90px;
}

.qyry .slick-dots {
    bottom: -85px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qyry .slick-dots li {
    height: 10px;
    width: 10px;
    margin: 0 23px;
    padding: 0;
    background: #1D6799;
}

.qyry .slick-dots li.slick-active {
    background: #ED6B22;
}

.qyry .slick-arrow {
    height: 15px;
    width: 15px;
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    bottom: -85px;
    top: auto;
    transition: all .5s ease;
}

.qyry .slick-arrow:hover {
    border-top: 1px solid #ED6B22;
    border-right: 1px solid #ED6B22;
}

.qyry .slick-prev {
    left: 38%;
    transform: rotate(225deg);
}

.qyry .slick-next {
    right: 38%;
    transform: rotate(45deg);
}

.sjbox {
    float: left;
    width: 100%;
    margin-top: 85px;
}

/* .sjbox ul .slick{float:left;width:100%;}
.sjbox ul{width:100%;float:left;display:grid;-ms-display:grid;
         grid-template-areas: 'a a b c'
                              'e d d c';
    -ms-grid-template-areas:  'a a b c'
                              'e d d c';
grid-gap: 12px;-ms-grid-gap: 12px;}
.sjbox ul li{float:left}
.sjbox ul li .img{display:block;float:left;width:100%;line-height:0;overflow:hidden;min-height:100%;height:100%}
.sjbox ul li .img img{width:100%;transition:all 0.5s linear;min-height:100%;height:100%}
.sjbox ul .img1{grid-area:a;-ms-grid-area:a;}
.sjbox ul .img2{grid-area:b;-ms-grid-area:b;}
.sjbox ul .img3{grid-area:c;-ms-grid-area:c;}
.sjbox ul .img4{grid-area:e;-ms-grid-area:e;}
.sjbox ul .img5{grid-area:d;-ms-grid-area:d;}
.sjbox ul li:hover .img img{transform:scale(1.1)} */
.hzkh {
    float: left;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
}

.hzkh .tab_h {
    margin-top: 85px;
    float: left;
    margin-bottom: 55px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.hzkh .tab_h .th_l {
    font-size: 20px;
    padding: 0 10px 22px 10px;
    line-height: 22px;
    float: left;
    color: #333333;
    margin: 0 24px;
    cursor: pointer;
}

.hzkh .tab_h .th_l.on {
    color: #ED6B22;
    border-bottom: 1px solid #ED6B22
}

.hzkh .tab_h .th_l:hover {
    color: #ED6B22;
    border-bottom: 1px solid #ED6B22
}

.hzkh .kh {
    width: calc(100% + 30px);
    margin: -15px;
    float: left;
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: 0;
    bottom: 0;
    transition: all .5s ease;
}

.hzkh .kh.on {
    position: relative;
    opacity: 1;
    z-index: 1;
}

.hzkh .kh li {
    padding: 15px;
    width: 25%;
    float: left;
}

.hzkh .kh li a {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 9px rgba(195, 195, 195, 0.35);
}

.hzkh .kh li .img img {
    max-width: 100%;
    transition: all .5s ease;
}

.hzkh .kh li:hover .img img {
    transform: scale(1.1);
}

/*ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½?ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½?3???ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½???*/
.contact {
    margin-top: 60px;
    float: left;
    width: 100%;
}

.lxxx {
    padding: 60px 65px 100px 65px;
    box-shadow: 0px 0px 35px rgba(193, 193, 193, 0.35);
    float: left;
}

.lxxx .left {
    width: 50%;
    float: left;
}

.lxxx .left h4 {
    color: #de7238;
    font-size: 24px;
    line-height: 28px;
}

.lxxx .left .xx_li {
    float: left;
    width: 100%;
    margin-top: 30px
}

.lxxx .left .xx_li h5 {
    color: #336896;
    font-size: 18px;
    line-height: 36px;
}

.lxxx .left .xx_li h6 {
    color: #333;
    font-size: 18px;
    line-height: 36px;
    white-space: pre-wrap;
}

.lxxx .right {
    width: 50%;
    float: right;
}

.cttit {
    color: #333;
    font-size: 36px;
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 120px;
}

.kpzl {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    width: 100%;
    float: left;
    width: 100%;
    margin-top: 55px;
}

.kpzl .zl_l {
    width: 30%;
    float: left;
    line-height: 70px;
    padding-left: 85px;
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.kpzl .zl_r {
    width: 70%;
    float: left;
    line-height: 70px;
    padding-left: 160px;
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.kpzl_box {
    display: flex;
}


.form input {
    height: 50px;
    padding-left: 30px;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    color: #666666;
    width: calc(50% - 28px);
    float: left;
}

.form .text2 {
    float: right;
}

.form textarea {
    height: 160px;
    border: 1px solid #CCCCCC;
    width: 100%;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding: 10px 30px;
    margin-top: 30px;
    margin-bottom: 60px;
}

.form {
    float: left;
    width: 100%;
    margin-top: 80px;
}

.form .yzm input {
    border: 0px solid transparent;
    border-bottom: 1px solid #EDEDED;
    width: 100%;
}

.form .yzm {
    position: relative;
    float: left;
    width: calc(50% - 30px);
}

.form .yzm img {
    height: 49px;
    position: absolute;
    right: 0;
    bottom: 1px;
}

.form .sub {
    width: 220px;
    height: 50px;
    text-align: center;
    color: #fff;
    padding: 0;
    font-size: 18px;
    line-height: 50px;
    background: #ED6B22;
    float: right;
}

.form .res {
    width: 220px;
    height: 50px;
    text-align: center;
    color: #fff;
    padding: 0;
    font-size: 18px;
    line-height: 50px;
    background: #1D689A;
    float: right;
    margin-left: 60px;
}



._mapbox {
    height: 540px;
    width: 100%;
}

._mapbox h1 {
    color: #333333;
    font-size: 16px;
    line-height: 60px;
    padding: 0 30px;
}

.BMapLabel {
    border-width: 0px !important;
    left: 60px !important;
    top: -10px !important;
    display: none !important;
}

.BMapLabel:after {
    content: "";
    height: 0;
    width: 0;
    border-right: 10px solid #fff;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.map2 {
    margin-top: 60px;
}

.top_ny {
    position: absolute;
    width: 100%;
    top: 32px;
    z-index: 10;
}

.top_ny .logo {
    height: 62px;
    float: left;
}

.top_ny .logo img {
    height: 100%;
}

.top_ny .tphone {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.top_ny .tphone img {
    margin-right: 10px;
}

.top_ny .tphone h4 {
    color: #fff;
    font-size: 18px;
}

.top_ny .tphone h6 {
    color: #fff;
    font-size: 36px;
    margin-left: 5px;
    line-height: 36px;
}

.top_ny .nt_nav a {
    float: left;
    margin-right: 26px;
    padding-right: 26px;
    position: relative;
    color: #fff;
    font-size: 18px;
    border-right: 1px solid #FFFFFF;
    line-height: 20px;
}

.top_ny .nt_nav a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-width: 0;
}

.top_ny .nt_nav {
    float: right;
    margin-top: 20px
}

.top_ny .t_content {
    float: right;
}

.top_ny .nt_nav a:hover {
    color: #ED6B22;
}

.s_top {
    background: #fff;
    height: 68px;
    position: relative;
    z-index: 20;
    float: left;
    width: 100%;
}

.s_top .logo {
    margin-top: 15px;
    float: left;
}

.s_top .logo img {
    height: 38px;
}

.s_top .tphone {
    height: 68px;
    display: flex;
    align-items: center;
    float: right;
}

.s_top .tphone {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.s_top .tphone img {
    margin-right: 10px;
}

.s_top .tphone h4 {
    color: #333333;
    font-size: 18px;
}

.s_top .tphone h6 {
    color: #ED6B22;
    font-size: 30px;
    margin-left: 5px;
    line-height: 30px;
}

.s_top .s_nav {
    position: absolute;
    top: 68px;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: flex;
    width: 100%;
    transform: translatez(0)skew(20deg);
}

.s_top .s_nav::after {
    content: "";
    height: 44px;
    width: calc(100vw - 1180px);
    position: absolute;
    left: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.s_top .s_nav li {
    width: 130px;
    text-align: center;
    margin-right: 60px;
}

.s_top .s_nav a {
    color: #fff;
    line-height: 44px;
    font-size: 18px;
    text-align: center;
    transform: translatez(0)skew(-20deg);
    display: block;
}

.s_top .s_nav li:hover {
    background: #ED6B22;
}
.s_top .s_nav li.on{background: #ED6B22;}
.popbg {
    background: rgba(0, 0, 0, 0.45);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
}

.pop {
    background: linear-gradient(45deg, #1D689A, #1B7FC0);
    position: fixed;
    z-index: 21;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    width: 520px;
    padding: 50px 40px 46px 40px;
}

.pop h4 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
}

.pop h5 {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    margin-top: 12px;
    text-align: center;
}

.pop line {
    height: 3px;
    width: 36px;
    background: #ED6B22;
    display: block;
    margin: 25px auto 0 auto;
}

.pop h6 {
    color: #fff;
    font-size: 30px;
    line-height: 38px;
    margin-top: 35px;
    text-align: center;
}

.pop .p_text {
    height: 44px;
    background: #fff;
    text-align: center;
    border-radius: 4px;
    color: #666;
    font-size: 16px;
    margin-top: 50px;
    width: 100%;
}

.pop .p_text::-webkit-input-placeholder {
    color: #666;
    font-size: 16px;
}

.pop .P_yzm {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
    height: 36px;
    float: left;
    background: transparent;
    width: 100%;
    margin-top: 50px;
}

.pop .P_yzm .yzm {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    width: 100%;
    background: transparent;
}

.pop .P_yzm .yzm::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
}

.pop .P_yzm img {
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
}

.pop .bu {
    width: 100%;
    background: #ED6B22;
    text-align: center;
    color: #fff;
    line-height: 44px;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 40px;
    float: left;
}

.pop .close {
    position: absolute;
    top: 30px;
    right: 30px;
}

.pop .close .img2 {
    display: none;
}

.pop .close:hover .img2 {
    display: block;
}

.pop .close:hover .img1 {
    display: none;
}

.mfdh .w1180 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pd_right .button:last-child {
    margin-right: 0;
}

.pd_right .button {
    margin-right: 30px;
}

@media (max-width: 1400px) {
    .form .sub {
        width: 160px;
        height: 50px;
        text-align: center;
        color: #fff;
        padding: 0;
        font-size: 18px;
        line-height: 50px;
        background: #ED6B22;
        float: right;
    }

    .form .res {
        width: 160px;
        height: 50px;
        text-align: center;
        color: #fff;
        padding: 0;
        font-size: 18px;
        line-height: 50px;
        background: #1D689A;
        float: right;
        margin-left: 30px;
    }
}

@media (max-width: 1024px) {
    .popbg {
        background: rgba(0, 0, 0, 0.45);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 20;
        display: none;
    }

    .pop {
        background: linear-gradient(45deg, #1D689A, #1B7FC0);
        position: fixed;
        z-index: 21;
        display: none;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 6px;
        width: 80%;
        padding: 20px;
    }

    .pop h4 {
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        line-height: 26px;
        text-align: center;
    }

    .pop h5 {
        color: #fff;
        font-size: 16px;
        line-height: 18px;
        margin-top: 8px;
        text-align: center;
    }

    .pop line {
        height: 3px;
        width: 30px;
        background: #ED6B22;
        display: block;
        margin: 15px auto 0 auto;
    }

    .pop h6 {
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        margin-top: 20px;
        text-align: center;
    }

    .pop .p_text {
        height: 40px;
        background: #fff;
        text-align: center;
        border-radius: 4px;
        color: #666;
        font-size: 16px;
        margin-top: 20px;
        width: 100%;
    }

    .pop .p_text::-webkit-input-placeholder {
        color: #666;
        font-size: 16px;
    }

    .pop .P_yzm {
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.32);
        height: 36px;
        float: left;
        background: transparent;
        width: 100%;
        margin-top: 20px;
    }

    .pop .P_yzm .yzm {
        color: #fff;
        font-size: 16px;
        line-height: 32px;
        width: 100%;
        background: transparent;
    }

    .pop .P_yzm .yzm::-webkit-input-placeholder {
        color: #fff;
        font-size: 16px;
    }

    .pop .P_yzm img {
        position: absolute;
        right: 0;
        top: 0;
        height: 35px;
    }

    .pop .bu {
        width: 100%;
        background: #ED6B22;
        text-align: center;
        color: #fff;
        line-height: 44px;
        border-radius: 4px;
        font-size: 16px;
        margin-top: 40px;
        float: left;
    }

    .pop .close {
        position: absolute;
        top: 30px;
        right: 30px;
    }

    .pop .close .img2 {
        display: none;
    }

    .pop .close:hover .img2 {
        display: block;
    }

    .pop .close:hover .img1 {
        display: none;
    }


    .pf {
        display: none;
    }

    .prode {
        padding: 30px 0 80px 0;
        margin-top: 50px;
    }

    .pd_left {
        width: 100%;
        float: left;
    }

    .pd_left img {
        width: 100%;
        float: left;
        vertical-align: bottom;
    }

    .pd_right {
        width: 100%;
        float: right;
    }

    .pd_right h4 {
        font-size: 24px;
        font-weight: bold;
        margin-top: 30px;
    }

    .pd_right h6 {
        font-size: 16px;
        line-height: 30px;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .pd_right .phone {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }

    .pd_right .phone img {
        margin-right: 14px;
    }

    .pd_right .phone h5 {
        font-size: 24px;
        font-style: italic
    }

    .pd_right .button {
        width: 120px;
        height: 40px;
        margin-right: 15px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .pd_right .button span {
        color: #fff;
        font-size: 16px;
        margin-left: 8px;
    }

    .pd_right .button:first-child {
        background: #1D689A;
    }

    .pd_right .button:nth-child(2) {
        background: #ED6B22;
    }

    .pd_right .down_b {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }


    .prode {
        background: url(../images/57.jpg) center no-repeat;
        background-size: cover;
        float: left;
        width: 100%;
        padding: 30px 0 30px 0;
    }

    .pd_left .slick-dots {
        bottom: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pd_left .slick-dots li {
        height: 12px;
        width: 12px;
        margin: 0 12px;
        border-radius: 50%;
        background: #89A6C9;
    }

    .pd_left .slick-dots li.slick-active {
        background: #EB8205;
    }

    .cpjs .tabs {
        width: 100%;
        border-bottom: 1px solid #EB8205;
        float: left;
        top: 50px;
    }

    .cpjs .tabs a {
        width: 33.3%;
        float: left;
        text-align: center;
        color: #666;
        font-size: 16px;
        line-height: 40px;
    }

    .cpjs .tabs a.on {
        background: #EB8205;
        color: #fff;
    }

    .cpjs .dett {
        padding-left: 20px;
        padding-bottom: 24px;
        border-bottom: 1px solid #E5E5E5;
        margin-top: 25px;
        float: left;
        position: relative;
        width: 100%;
    }

    .cpjs .dett h4 {
        font-size: 18px;
        color: #333;
        line-height: 20px;
        font-weight: bold;
        float: left;
    }

    .cpjs .dett h5 {
        font-size: 14px;
        line-height: 24px;
        color: #EB8205;
    }

    .cpjs .dett::after {
        content: "";
        height: 25px;
        width: 3px;
        position: absolute;
        left: 0;
        top: 0;
        background: #EB8205;
    }

    .xiangq p {
        font-size: 14px;
        line-height: 30px;
        color: #333333;
        margin: 25px 0;
        float: left;
        width: 100%;
    }

    .xiangq img {
        left: 50%;
        position: relative;
        transform: translate(-50%, 0);
        max-width: 100%;
    }

    .cpjs {
        float: left;
        width: 100%;
    }

    .xiangq {
        float: left;
        width: 100%;
        padding-top: 170px;
        margin-top: -170px;
    }


    .top_ny {
        display: none;
    }

    .contact {
        margin-top: 30px;
    }

    .lxxx {
        padding: 15px;
        width: 100%;
    }

    .lxxx .left {
        width: 100%;
        float: left;
    }

    .lxxx .left h4 {
        color: #de7238;
        font-size: 18px;
        line-height: 24px;
    }

    .lxxx .left .xx_li {
        float: left;
        width: 100%;
        margin-top: 20px
    }

    .lxxx .left .xx_li h5 {
        color: #336896;
        font-size: 16px;
        line-height: 30px;
    }

    .lxxx .left .xx_li h6 {
        color: #333;
        font-size: 16px;
        line-height: 30px;
        white-space: pre-wrap;
    }

    .lxxx .right {
        width: 100%;
        float: right;
    }


    .cttit {
        color: #333;
        font-size: 24px;
        text-align: center;
        float: left;
        width: 100%;
        margin-top: 30px;
    }

    .kpzl {
        margin-top: 30px;
    }

    .kpzl .zl_l {
        width: 30%;
        float: left;
        line-height: 40px;
        padding-left: 0px;
        font-size: 16px;
        text-align: center;
    }

    .kpzl .zl_r {
        width: 70%;
        float: left;
        line-height: 40px;
        padding-left: 0px;
        font-size: 16px;
        text-align: left;
        padding: 0 10px;
    }

    .form input {
        height: 50px;
        padding-left: 15px;
        border: 1px solid #CCCCCC;
        font-size: 16px;
        color: #666666;
        width: calc(50% - 10px);
        float: left;
    }

    .form .text2 {
        float: right;
    }

    .form textarea {
        height: 160px;
        border: 1px solid #CCCCCC;
        width: 100%;
        font-size: 16px;
        color: #666666;
        line-height: 30px;
        padding: 10px 20px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .form {
        float: left;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .form .yzm input {
        border: 0px solid transparent;
        border-bottom: 1px solid #EDEDED;
        width: 100%;
    }

    .form .yzm {
        position: relative;
        float: left;
        width: 100%;
    }

    .form .yzm img {
        height: 49px;
        position: absolute;
        right: 0;
        bottom: 1px;
    }

    .form .sub {
        width: 120px;
        height: 40px;
        text-align: center;
        color: #fff;
        padding: 0;
        float: left;
        font-size: 16px;
        line-height: 40px;
        background: #ED6B22;
        margin-left: 30px;
        margin-top: 20px;
    }

    .form .res {
        width: 120px;
        height: 40px;
        text-align: center;
        color: #fff;
        padding: 0;
        margin-top: 20px;
        font-size: 16px;
        line-height: 40px;
        background: #1D689A;
        float: right;
        margin-right: 30px;
        margin-left: 0;
    }

    ._mapbox {
        height: 300px;
        width: 100%;
    }

    ._mapbox h1 {
        color: #333333;
        font-size: 16px;
        line-height: 60px;
        padding: 0 30px;
    }

    .BMapLabel {
        border-width: 0px !important;
        left: 60px !important;
        top: -10px !important;
    }

    .BMapLabel:after {
        content: "";
        height: 0;
        width: 0;
        border-right: 10px solid #fff;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        left: -10px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .map2 {
        margin-top: 30px;
    }

    ._mapbox {
        margin-top: 20px;
    }

    .banner_ny .title {
        position: absolute;
        top: 95px;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 24px;
        color: #fff;
    }

    .s_top {
        display: none;
    }

    ._nav3 .tphone {
        height: 50px;
        display: flex;
        align-items: center;
        width: 100%;
        margin-top: 20px;
    }

    ._nav3 .tphone {
        display: flex;
        align-items: center;
        justify-content: center
    }

    ._nav3 .tphone img {
        margin-right: 10px;
    }

    ._nav3 .tphone span {
        color: #333333;
        font-size: 16px;
    }

    ._nav3 .tphone h6 {
        color: #ED6B22;
        font-size: 20px;
        margin-left: 5px;
        line-height: 24px;
    }

    .lxny .title {
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .atit {
        font-size: 24px;
    }

    .atit::after {
        content: "";
        height: 2px;
        width: 30px;
        bottom: -24px;
    }

    .aif {
        font-size: 14px;
        line-height: 28px;
        color: #666666;
        margin-top: 40px;
    }

    .ry_ul {
        width: calc(100% + 64px);
        margin: 0 -32px;
    }

    .ry_ul li {
        padding: 0px 32px;
    }

    .ry_ul li a {
        height: 300px;
        border: 1px solid #DDDDDD;
        display: flex;
        align-items: center;
    }

    .ry_ul li img {
        width: 100%;
    }


    .qyry {
        padding-bottom: 100px;
    }

    .qyry .atit {
        margin-bottom: 50px;
    }

    .qyry .slick-dots {
        bottom: -35px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .qyry .slick-dots li {
        height: 8px;
        width: 8px;
        margin: 0 12px;
        padding: 0;
        background: #1D6799;
    }

    .qyry .slick-dots li.slick-active {
        background: #ED6B22;
    }

    .qyry .slick-arrow {
        height: 12px;
        width: 12px;
        border-top: 1px solid #DDDDDD;
        border-right: 1px solid #DDDDDD;
        bottom: -35px;
        top: auto;
        transition: all .5s ease;
    }

    .qyry .slick-arrow:hover {
        border-top: 1px solid #ED6B22;
        border-right: 1px solid #ED6B22;
    }

    .qyry .slick-prev {
        left: 30%;
        transform: rotate(225deg);
    }

    .qyry .slick-next {
        right: 30%;
        transform: rotate(45deg);
    }

    .sjbox {
        float: left;
        width: 100%;
        margin-top: 50px;
    }

    /* .sjbox ul .slick{float:left;width:100%;}
.sjbox ul{width:100%;float:left;display:grid;-ms-display:grid;
         grid-template-areas: 'a a b c'
                              'e d d c';
    -ms-grid-template-areas:  'a a b c'
                              'e d d c';
grid-gap: 12px;-ms-grid-gap: 12px;}
.sjbox ul li{float:left}
.sjbox ul li .img{display:block;float:left;width:100%;line-height:0;overflow:hidden;min-height:100%;height:100%}
.sjbox ul li .img img{width:100%;transition:all 0.5s linear;min-height:100%;height:100%}
.sjbox ul .img1{grid-area:a;-ms-grid-area:a;}
.sjbox ul .img2{grid-area:b;-ms-grid-area:b;}
.sjbox ul .img3{grid-area:c;-ms-grid-area:c;}
.sjbox ul .img4{grid-area:e;-ms-grid-area:e;}
.sjbox ul .img5{grid-area:d;-ms-grid-area:d;}
.sjbox ul li:hover .img img{transform:scale(1.1)} */
    .gsjj {
        margin-top: 30px;
    }

    .hzkh {
        float: left;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .hzkh .tab_h {
        margin-top: 50px;
        float: left;
        margin-bottom: 30px;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .hzkh .tab_h .th_l {
        font-size: 16px;
        padding: 0 10px 10px 10px;
        line-height: 22px;
        float: left;
        color: #333333;
        margin: 0 15px;
        cursor: pointer;
        margin-bottom: 10px;
    }

    .hzkh .tab_h .th_l.on {
        color: #ED6B22;
        border-bottom: 1px solid #ED6B22
    }

    .hzkh .tab_h .th_l:hover {
        color: #ED6B22;
        border-bottom: 1px solid #ED6B22
    }

    .hzkh .kh {
        width: calc(100% + 20px);
        margin: -10px;
        float: left;
        position: absolute;
        z-index: -1;
        opacity: 0;
        left: 0;
        bottom: 0;
        transition: all .5s ease;
        top: 0;
    }

    .hzkh .kh.on {
        position: relative;
        opacity: 1;
        z-index: 1;
    }

    .hzkh .kh li {
        padding: 10px;
        width: 50%;
        float: left;
    }

    .hzkh .kh li a {
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 0px 9px rgba(195, 195, 195, 0.35);
    }

    .hzkh .kh li .img img {
        max-width: 100%;
        transition: all .5s ease;
    }

    .hzkh .kh li:hover .img img {
        transform: scale(1.1);
    }
}

.pf {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    right: 26px;
}

.pf .pf_li {
    display: flex;
    flex-direction: column;
    height: 88px;
    width: 88px;
    border-radius: 6px;
    background: #1D689A;
    justify-content: center;
    align-items: center;
    margin: 4px 0;
    cursor: pointer;
}

.pf .pf_li img {
    margin-bottom: 8px;
}

.pf .pf_li h4 {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
}

.pf .pf_li:hover {
    background: #ED6B22;
}

.pf .pf_li .pf_content {
    position: absolute;
    right: -300px;
    transition: all .5s ease;
}

.pf .pf_li .pf_content span {
    height: 88px;
    padding: 0 30px;
    border-radius: 6px;
    background: #1D689A;
    color: #fff;
    line-height: 88px;
    display: block;
    white-space: nowrap;
}

.pf .pf_li:hover .pf_content {
    right: 104px;
}

.pf .pf_li .pf_pic {
    height: 110px;
    width: 110px;
    padding: 5px;
    background: #fff;
    border-radius: 6px;
}

.pf .pf_li .pf_pic img {
    height: 100px;
    width: 100px;
}

.gsjjttt {
    margin-bottom: 80px;
}

@media (max-width: 1400px) {
    .gsjjttt {
        margin-bottom: 50px;
    }

    .pf {
        position: fixed;
        top: 50%;
        transform: translate(0, -50%);
        right: 15px;
    }

    .pf .pf_li {
        display: flex;
        flex-direction: column;
        height: 70px;
        width: 70px;
        border-radius: 6px;
        background: #1D689A;
        justify-content: center;
        align-items: center;
        margin: 4px 0;
        cursor: pointer;
    }

    .pf .pf_li img {
        margin-bottom: 8px;
    }

    .pf .pf_li h4 {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        color: #fff;
    }

    .pf .pf_li:hover {
        background: #ED6B22;
    }

    .pf .pf_li .pf_content {
        position: absolute;
        right: -300px;
        transition: all .5s ease;
    }

    .pf .pf_li .pf_content span {
        height: 70px;
        padding: 0 25px;
        border-radius: 6px;
        background: #1D689A;
        color: #fff;
        line-height: 70px;
        display: block;
        white-space: nowrap;
    }

    .pf .pf_li:hover .pf_content {
        right: 104px;
    }

    .pf .pf_li .pf_pic {
        height: 100px;
        width: 100px;
        padding: 5px;
        background: #fff;
        border-radius: 6px;
    }

    .pf .pf_li .pf_pic img {
        height: 90px;
        width: 90px;
    }
}

@media (max-width: 1024px) {
    .gsjjttt {
        margin-bottom: 30px;
    }
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

/* a{ color:#333; text-decoration:none;}*/

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

html {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    margin: 0px auto;
    width: 100%;
}

.w1180 {
    display: block;
    max-width: 1440px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: auto;
    margin-right: auto;
    position: relative;
}


.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1319px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1319px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1319px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1319px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1320px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1320px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1320px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1320px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1319px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1320px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}



.pf_down {
    display: none;
}

@media (max-width: 1024px) {
    .pf_down {
        display: block;
    }

}

/* 
.down{float: left;width: 100%;background:#333333;padding-top: 50px;}
.down_top{display: flex;justify-content: space-between;margin-bottom: 35px;}
.down_top .down_cont li{float: left;display: flex;align-items: center;margin-bottom: 25px;}
.down_top .down_cont li:last-child{margin-bottom: 0;}
.down_top .down_cont li img{margin-right: 18px;}
.down_top .down_cont ul{display: flex;flex-direction: column;}
.down_top .down_cont li h4{font-size: 16px;color: #fff;}
.down_banq{height:80px;float: left;width: 100%;display: flex;margin-top: 5px;
    align-items: center;justify-content: center;border-top:solid 1px rgba(255,255,255,0.29);}
.down_banq br{display: none;}
    .down_banq p{font-size: 18px;color: #fff;text-align: center;}
.down_top .down_nav>ul>li{float: left;margin-right: 13%;}
.down_top .down_nav>ul>li:last-child{margin-right: 0;}
.down_top .down_nav>ul>li span{font-size: 18px;color:#fff;line-height:24px;white-space: nowrap;}
.down_top .down_nav>ul>li>ul{margin-top: 20px;padding-top:18px;position: relative;}
.down_top .down_nav>ul>li>ul::after{content:"";height:1px;width: 70px;
background: rgba(255,255,255,0.18);position: absolute;top:0px;left: 0;}
.down_top .down_nav>ul>li>ul::before{content:"";height:2px;width: 25px;transition: all .5s ease;
background: rgba(255,255,255,1);position: absolute;top:-1px;left: 0;}
.down_top .down_nav>ul>li:hover ul::before{width: 70px;}
.down_top .down_nav>ul>li>ul>li a{font-size: 16px;color:#fff;line-height: 20px;margin-bottom: 18px;display: block;}
.down_top .down_nav>ul>li>ul>li:last-child a{margin-bottom: 0;}
.down_top .down_nav>ul>li>ul>li a:hover{color: #fff !important;text-decoration:revert}
.down_top .down_nav>ul{display: flex;}
.down_top .down_nav{flex: auto;padding-right: 100px;}
.pf_down{display: none;}
@media (max-width: 1024px){
  .down_banq br{display: block;}
  .pf_down{display: block;}
  .down_banq p{font-size: 16px;line-height: 30px;}
  .down_top .down_nav{display: none;}
  .down_top .down_cont li{margin-bottom: 15px;}
  .down_top{margin-bottom: 20px;}
  .down{padding-top: 30px;margin-bottom: 50px;}
  .down_banq{height: 70px;}
} */
.pf_down {
    width: 100%;
    float: left;
    left: 0;
    bottom: 0;
    height: 50px;
    background: #1D689A;
    z-index: 16;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 15;
    margin: auto;
    width: 100%;
    bottom: 0;
}

.pf_down li {
    width: 33.3%;
    float: left;
    text-align: center;
    padding: 7px 0 4px 0;
    border-right: 1px solid #fff;
    height: 100%;
}

.pf_down li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.pf_down li .ico7 {
    width: 100%;
    float: left;
    height: 20px;
}

.pf_down li .d_name {
    width: 100%;
    float: left;
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.pf_down li.l1 .ico7 {
    background: url(../images/p6030_2.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
    background: url(../images/p6030_3.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
    background: url(../images/p6030_1.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li:last-child {
    border: none;
}

.pf_down li:nth-child(3n) {
    border: none;
}


/*??ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½????ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½?*/
.left_pf {
    position: fixed;
    right: 150px;
    top: 50%;
    transform: translate(0, -50%);
}

.left_pf li {
    height: 78px;
    width: 78px;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    transition: all .5s ease;
}

.left_pf li:last-child {
    margin-bottom: 0;
}

.left_pf li .icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.left_pf li .icon img {
    margin-bottom: 12px;
}

.left_pf li .icon h4 {
    color: #818181;
    font-size: 16px;
    line-height: 18px;
    transition: all .5s ease;
}

.left_pf li:hover {
    background: #2B469D;
}

.left_pf li:hover .icon h4 {
    color: #fff;
}

.left_pf li:hover .icon .img2 {
    display: block;
}

.left_pf li:hover .icon .img1 {
    display: none;
}

.left_pf li .pf_content {
    position: absolute;
    right: -300px;
    transition: all .5s ease;
    top: 50%;
    transform: translate(0, -50%);
    width: auto;
}

.left_pf li .pf_content .con_text {
    height: 78px;
    line-height: 78px;
    padding: 0 20px;
    white-space: nowrap;
    border-radius: 20px;
    font-size: 18px;
    color: #666;
    width: auto;
    min-width: 150px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.left_pf li.renter {
    border-bottom-left-radius: 26px;
}

.left_pf li:hover .pf_content {
    right: 85px;
}

.left_pf li .icon .img2 {
    display: none;
}

.left_pf li .con_pic img {
    height: 100px;
    width: 100px;
}

@media (max-width: 1680px) {
    .left_pf {
        position: fixed;
        right: 30px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .left_pf li {
        height: 60px;
        width: 60px;
        background: #fff;
        margin-bottom: 10px;
        position: relative;
        cursor: pointer;
        transition: all .5s ease;
    }

    .left_pf li .icon img {
        margin-bottom: 8px;
    }

    .left_pf li .icon h4 {
        font-size: 14px;
        line-height: 16px;
    }

    .left_pf li .pf_content .con_text {
        height: 60px;
        line-height: 60px;
        padding: 0 15px;
        white-space: nowrap;
        border-radius: 15px;
        font-size: 14px;
        color: #666;
        width: auto;
        min-width: 130px;
        background: #fff;
        text-align: center;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .left_pf li .con_pic img {
        height: 80px;
        width: 80px;
    }

    .left_pf li .icon img {
        max-width: 20px;
    }
}

@media (max-width: 1024px) {
    .left_pf {
        display: none;
    }

    .cases_right .product_list.dots {
        padding-bottom: 15px;
    }

    .cases_right .product_list.dots .slick-dots {
        bottom: -15px;
    }

    .cases_left2 {
        padding-bottom: 20px;
    }
}

.wapcon {
    display: none !important;
}

@media screen and (max-width:1024px) {
    .pccon {
        display: none !important;
    }

    .wapcon {
        display: block !important;
    }
}






.tops {
    height: 40px;
    background: #2B469D;
}

.tops .lang {
    display: flex;
    align-items: center;
    color: #fff;
    height: 40px;
    float: right;
}

.tops .lang a {
    color: #fff;
    font-size: 16px;
}

.tops .lang a:hover {
    color: #fff !important
}

.tops .search {
    float: right;
    height: 24px;
    line-height: 24px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    width: 230px;
    background: transparent;
    margin-top: 8px;
    margin-left: 30px;
    position: relative;
}

.tops .search input[type="text"] {
    background: transparent;
    padding-left: 10px;
    color: #fff;
    font-size: 14px;
}

.tops .search input::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
}

.tops .search .subm {
    height: 14px;
    width: 14px;
    background: url(../images/search.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translate(0, -50%);
}

.topss .logo {
    float: left;
    margin-top: 16px;
}

.topss .logo img {
    height: 56px;
}

.topss .tnav {
    float: right;
}

.topss .tnav li {
    float: left;
    margin-right: 54px;
}

.topss .tnav li.on a {
    color: #2B469D;
    font-weight: bold;
}

.topss .tnav li:last-child {
    margin-right: 0;
}

.topss .tnav li a {
    line-height: 88px;
    font-size: 18px;
    color: #333333;
    transition: all .5s ease
}

.topss .tnav li:hover a {
    color: #2B469D;
    font-weight: bold;
}

._nav3 {
    display: none;
}

@media screen and (max-width:1500px) {
    .topss .tnav li {
        float: left;
        margin-right: 30px;
    }
}

@media screen and (max-width:1024px) {
    .topss {
        display: none;
    }

    .tops {
        display: none;
    }

    ._nav3 {
        display: block;
    }
}

._nav3 {
    width: 100%;
    float: left;
    position: fixed;
    z-index: 9;
    top: 0;
}

._nav3 .ctext {
    width: 100%;
    float: left;
}

._nav3 .ctext .top {
    position: relative;
    z-index: 5;
}

._nav3 .ctext .menuph {
    display: block;
}

._nav3 .ctext .menuph {
    float: right;
    width: 28px;
    height: 28px;
    cursor: pointer;
    text-align: center;
    margin: 12px 15px 12px 0;
}

._nav3 .ctext .menuph .point {
    display: inline-block;
    width: 28px;
    height: 28px;
    position: relative;
}

._nav3 .ctext .menuph .point:hover .navbtn,
._nav3 .ctext .menuph .point:hover .navbtn::after,
._nav3 .ctext .menuph .point:hover .navbtn::before {
    width: 28px;
}

._nav3 .ctext .menuph .navbtn {
    position: absolute;
    top: 14px;
    right: 0;
    display: inline-block;
    height: 2px;
    background: #2B469D;
    width: 28px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

._nav3 .ctext .menuph .navbtn::after,
._nav3 .ctext .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 2px;
    content: '';
    background: #2B469D;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

._nav3 .ctext .menuph .navbtn::after {
    top: -10px;
}

._nav3 .ctext .menuph .navbtn::before {
    top: 10px;
}

._nav3 .ctext .menuph .point.active .navbtn {
    background: transparent;
}

._nav3 .ctext .menuph .point.active .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}

._nav3 .ctext .menuph .point.active .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}

._nav3 .ctext .xialaph {
    position: fixed;
    left: 0;
    top: 0;
    float: left;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding: 0 15px;
    z-index: 999999999999;
    background: #fff;
    display: none;
    position: fixed;
    left: 0;
    top: 50px;
}

._nav3 .ctext .xialaph .ul2,
._nav3 .ctext .xialaph .ul3 {
    display: none;
}

._nav3 .ctext .xialaph h4 a {
    float: left;
    width: 60%;
    font-size: 16px;
    line-height: 50px;
}

._nav3 .ctext .xialaph h4 a span {
    padding-left: 6px;
    color: #ccc;
    font-size: 14px;
}

._nav3 .ctext .xialaph h4 {
    float: left;
    width: 100%;
    position: relative;
}

._nav3 .ctext .xialaph li:last-child h4::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}

._nav3 .ctext .xialaph h4:hover a,
._nav3 .ctext .xialaph h5:hover a {
    color: #2B469D;
}

._nav3 .ctext .xialaph h4::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}

._nav3 .ctext .xialaph h5 a {
    float: left;
    width: 80%;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
}

._nav3 .ctext .xialaph h5 {
    float: left;
    width: 100%;
    position: relative;
}

._nav3 .ctext .xialaph h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
}

._nav3 .ctext .xialaph li:last-child h5::after {
    display: none;
}

._nav3 .ctext .xialaph h4 img {
    width: 15px;
    height: 8px;
    float: right;
    margin-top: 24px;
    cursor: pointer;
}

._nav3 .ctext .xialaph h5 img {
    width: 11px;
    height: 6px;
    float: right;
    margin-top: 18px;
    margin-right: 18px;
    cursor: pointer;
}

._nav3 .ctext .xialaph h4.active img.img_s,
._nav3 .ctext .xialaph h5.active img.img_s {
    display: none;
}

._nav3 .ctext .xialaph h4.active img.img_d,
._nav3 .ctext .xialaph h5.active img.img_d {
    display: block;
}

._nav3 .ctext .xialaph .ul2 {
    float: left;
    width: 100%;
    padding: 0 10px;
}

._nav3 .ctext .xialaph .phsou {
    position: relative;
    margin-top: 34px;
}

._nav3 .ctext .xialaph .phsou input {
    width: 100%;
    height: 56px;
    background-color: #fff;
    color: #aaa;
    font-size: 14px;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
}

._nav3 .ctext .xialaph .phsou img {
    cursor: pointer;
    width: 21px;
    height: 22px;
    position: absolute;
    top: 17px;
    right: 29px;
}

._nav3 .ctext .img_d,
._nav3 .ctext .disno {
    display: none;
}

._nav3 .box {
    display: flex;
    height: 50px;
    padding: 0 15px;
    width: 100%;
    justify-content: space-between;
}

._nav3 .box .bg {
    height: 50px;
    background: #fff;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 5;
    float: left;
    opacity: 1;
}

._nav3 .ctext.sub .box .bg {
    opacity: 1;
}

._nav3 .box .logo {
    float: left;
    position: relative;
    z-index: 6;
}

._nav3 .box .logo img {
    height: 30px;
    margin-top: 10px;
    display: block;
}

._nav3 .soph {
    margin-top: 15px;
    width: 100%;
    float: left;
}

._nav3 .soph .so {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 6;
    border: 1px solid #2B469D;
}

._nav3 .soph .search {
    float: left;
    width: 100%;
    height: 36px;
    background: none;
    border: none;
    line-height: 36px;
    padding: 0 56px 0 10px;
    color: #414141;
    font-size: 14px;
}

._nav3 .soph .searsub {
    float: right;
    width: 50px;
    height: 100%;
    border: none;
    background: url(../images/search.png) center no-repeat #2B469D;
    position: absolute;
    right: 0;
    top: 0;
}

._nav3 .lang {
    display: flex;
    align-items: center;
    color: #2B469D;
    height: 50px;
    float: right;
    margin-right: 50px;
}

._nav3 .lang a {
    color: #2B469D;
    font-size: 16px;
}

._nav3 .lang a:hover {
    color: #2B469D !important
}

.duot img {
    width: 100%;
    vertical-align: bottom;
}

.duot li {
    position: relative;
}

@media screen and (max-width:1024px) {
    .cpf {
        display: none !important;
    }

    .xgtite {
        display: none;
    }

    .case_list.dots {
        display: none;
    }

    .product_list.dots {
        display: none;
    }

    .news_con .new_list {
        display: none;
    }

    .form .yzm .submit {
        flex-direction: row;
        margin-top: 15px;
    }

    .cases_right {
        display: none;
    }

    .casel_con {
        padding-bottom: 0;
    }

    .dots.duot .slick-dots {
        bottom: 20px;
    }
}

/*?ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½3ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½?2ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½?????1?aÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½*/
.sq_pop {
    width: 435px;
    height: 570px;
    background: #fff;
    border-radius: 10px;
    padding: 30px 52px 54px 52px;
    position: fixed;
    top: 50%;
    left: 50%;
    display: none;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.pop_bg {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    z-index: 98;
    display: none;
}

.sq_pop h4 {
    text-align: center;
    font-size: 24px;
    color: #333333;
    margin-bottom: 25px;
}

.sq_pop .lab {
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 20px;
    float: left;
}

.sq_pop .lab h6 {
    width: 90px;
    font-size: 16px;
    line-height: 36px;
    color: #333;
    float: left;
}

.sq_pop .lab input[type="text"] {
    height: 36px;
    font-size: 16px;
    color: #333;
    line-height: 36px;
}

.sq_pop .lab input[type="text"]::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
}

.sq_pop .fj {
    width: 77px;
    height: 92px;
    background: #F4F4F4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sq_pop .fj h5 {
    color: #333;
    font-size: 14px;
    position: relative;
}

.sq_pop .fj .plus::after {
    content: "";
    height: 13px;
    width: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background: #2B469D;
}

.sq_pop .fj .plus::before {
    content: "";
    width: 13px;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background: #2B469D;
}

.sq_pop .fj .plus {
    height: 13px;
    width: 13px;
    position: relative;
    margin-bottom: 15px;
}

.sq_pop .submit {
    width: 100%;
    height: 48px;
    background: #2B469D;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    margin-top: 20px;
}

.sq_pop select {
    width: calc(100% - 90px);
    border: none;
    height: 36px;
    font-size: 16px;
    color: #333;
    line-height: 36px;
}

.sq_pop .yzm_pic {
    float: right;
}

.sq_pop .yzm_pic img {
    height: 36px;
}

.sq_pop .yzm {
    margin-top: 20px;
}

.sq_pop .file {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.bj {
    position: relative;
    float: left;
}

.close {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.close i {
    color: #2B469D;
    font-size: 30px;
}

@media screen and (max-width:1024px) {
    .news_con .share {
        display: none;
    }

    .news_con .fun p {
        margin-bottom: 20px;
    }

    .sq_pop {
        width: 80vw;
        height: auto;
        background: #fff;
        border-radius: 10px;
        padding: 20px
    }

    .sq_pop h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .sq_pop .lab {
        margin-bottom: 15px;
    }

    .sq_pop .lab h6 {
        width: 80px;
        font-size: 14px;
        line-height: 30px;
    }

    .sq_pop .lab input[type="text"] {
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }

    .sq_pop .lab input[type="text"]::-webkit-input-placeholder {
        color: #999;
        font-size: 14px;
    }

    .sq_pop .fj .plus {
        height: 13px;
        width: 13px;
        position: relative;
        margin-bottom: 15px;
    }

    .sq_pop .submit {
        width: 100%;
        height: 40px;
        background: #2B469D;
        text-align: center;
        color: #fff;
        font-size: 14px;
        border-radius: 10px;
        margin-top: 15px;
    }

    .sq_pop select {
        width: calc(100% - 80px);
        border: none;
        height: 30px;
        font-size: 14px;
        color: #333;
        line-height: 30px;
    }

    .sq_pop .yzm_pic {
        float: right;
    }

    .sq_pop .yzm_pic img {
        height: 30px;
    }

    .sq_pop .yzm {
        margin-top: 15px;
    }

    .sq_pop .file {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        cursor: pointer;
    }

    .bj {
        position: relative;
    }

    .close {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .close i {
        color: #2B469D;
        font-size: 24px;
    }
}

/*??ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½?????ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½???*/
.wzdt {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.wzdt li {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #323232;
    padding: 10px 0;
}

.wzdt li .a1 {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #323232
}

.wzdt li .a2 {
    float: left;
    text-align: center;
    padding-right: 10px;
    line-height: 24px;
    color: #323232
}









.customer {
    background: #F5F5F5;
    width: 100%;
    float: left;
    padding-top: 100px;
    padding-bottom: 110px;
}

.customer .customerl {
    width: 100%;
    float: left;
    padding: 40px 0;
    border-bottom: 2px solid #EEE;
}

.customer .customerl:last-child {
    border-bottom: 0px solid #EEE;
}

.customer .customerl .cleft {
    width: 26%;
    float: left;
    padding-top: 30px;
    padding-right: 65px;
    display: flex;
}

.customer .customerl .cleft .cll {
    padding: 0 20px;
    float: left;
}

.customer .customerl .cleft .cll .pic2 {
    display: none;
}

.customer .customerl .cleft .clt .tt {
    color: #222222;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
}

.customer .customerl .cleft .clt .st {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}

.customer .customerl .cright {
    width: 74%;
    float: right;
}

.customer .customerl .cright ul {
    width: calc(100% + 28px);
    margin: 0 -14px;
    float: left;
}

.customer .customerl .cright li {
    padding: 0 14px;
    width: 16.667%;
    float: left;
}

.customer .customerl .cright li .pic {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
    width: 100%;
}

.customer .customerl .cright li .pic img {
    max-width: 80%;
    transition: all .5s ease;
}

.customer .customerl .cright li:hover .pic img {
    transform: scale(1.1);
}

.customer .customerl .cright .slick-arrow {
    height: 8px;
    width: 8px;
    border-top: 1px solid #3073A1;
    border-right: 1px solid #3073A1;
    top: 50%
}

.customer .customerl .cright .slick-next {
    transform: translate(0, -50%)rotate(45deg);
    right: -15px;
}

.customer .customerl .cright .slick-prev {
    transform: translate(0, -50%)rotate(225deg);
    left: -15px;
}

.customer .customerl:hover .cleft .cll .pic2 {
    display: block;
    filter: drop-shadow(0px 0px 3px #ED6B22);
}

.customer .customerl:hover .cleft .cll .pic1 {
    display: none;
}

.customeru {
    float: left;
    width: 100%;
    margin-top: 15px;
}

@media screen and (max-width:1400px) {
    .customer .customerl .cleft {
        padding-top: 15px;
        padding-right: 40px;
    }
}

@media screen and (max-width:1024px) {
    .customer .customerl .cleft {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
    }

    .customer .customerl .cright {
        width: 100%;
        margin-top: 20px;
        padding: 0 30px;
    }

    .customer .customerl .cleft .clt .tt {
        font-size: 18px;
        line-height: 24px;
    }

    .customer .customerl .cleft .clt .st {
        font-size: 14px;
        line-height: 24px;
        margin-top: 15px;
    }

    .customer .customerl .cleft .cll {
        padding-left: 0;
        padding-right: 15px;
    }

    .customer .customerl .cright li .pic {
        height: 120px;
    }

    .customer .customerl {
        padding: 20px 0;
    }

    .customer {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .customeru {
        margin-top: 10px;
    }

    .customer .customerl .cright .slick-prev {
        left: -10px;
    }

    .customer .customerl .cright .slick-next {
        right: -10px;
    }

}
/*20230424start*/
.xiangq table{white-space:nowrap;overflow: hidden; overflow-x: auto; scrollbar-width: thin; max-width: 100%;display: block;height: auto;}
.xiangq table::-webkit-scrollbar{ height: 3px;}
.xiangq table::-webkit-scrollbar-track{ background-color: #e5e5e5; border-radius: 3px;}
.xiangq table::-webkit-scrollbar-thumb{ height: 3px;  background-color: #EB8205; border-radius: 3px;}
.xiangq tbody{width: 1416px;display: block;}
/*20230424end*/