@import url('responsive.css');
@import url('owl.css');

/*** 

====================================================================
    Public style www.sdjiuyun.com
====================================================================

***/


/*** 

====================================================================
    Banner Section Four
====================================================================

***/

.banner-section-four {
    position: relative;
}

.banner-section-four .owl-dots {
    display: none;
}

.banner-section-four .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 99999;
    width: 100%;
    opacity: 0;
    margin-top: -10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner-section-four:hover .owl-nav {
    opacity: 1;
}

.banner-section-four .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    line-height: 56px;
    font-size: 24px;
    text-align: center;
    border-radius: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 2px solid #ffffff;
}

.banner-section-four .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    color: #ffffff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 56px;
    border-radius: 0px;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 2px solid #ffffff;
}

.banner-section-four .owl-nav .owl-prev:hover,
.banner-section-four .owl-nav .owl-next:hover {
    color: #111111;
    background-color: #ffffff;
}

.banner-section-four .slide {
    position: relative;
    padding-top: 240px;
    padding-bottom: 220px;
    background-size: cover;
}



.banner-section-four .content-box {
    position: relative;
    text-align: center;
}

.banner-section-four .title {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;

    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section-four .active .title {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-section-four h1 {
    color: #ffffff;
    font-weight: 600;
    font-size: 46px;
    margin-top: 18px;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-align: left;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section-four .active h1 {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.banner-section-four .text {
    position: relative;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 2.4em;
    margin-top: 20px;
    margin-bottom: 40px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    text-align: left;
    width: 680px;
}

.banner-section-four .active .text {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.banner-section-four .btns-box {
    text-align: left;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section-four .active .btns-box {
    text-align: left;
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}


.btn-style-six {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    font-weight: 600;
    padding: 10px 45px;
    text-transform: capitalize;
    background-color: #FFFFFF;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
}


/*** 列表样式

====================================================================
    homeNew 首页新闻列表
====================================================================

***/


.homeNew {
    padding: 6.42% 0 6.42% 0;
}

.homeNewDown {
    padding: 2.92% 0 2.64% 0;
    margin: 0 -14px;
}

.homeNewDown ul {
    float: left;
    width: 100%;
}

.homeNewDown ul li {
    padding: 0 14px;
}

.homeNewDown ul li .newPic {
    overflow: hidden;
    line-height: 0;
}

.homeNewDown ul li .newPic img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transition: -webkit-transform 2s;
    -ms-interpolation-mode: bicubic;
}

.homeNewDown ul li:hover .newPic img {
    transform: scale(1.09, 1.09);
    -ms-transform: scale(1.09, 1.09);
    -webkit-transform: scale(1.09, 1.09);
    -o-transform: scale(1.09, 1.09);
    -moz-transform: scale(1.09, 1.09);
}

.homeNewDown ul li .newDown {
    padding: 37px 0;
    border-bottom: #e6e6e6 solid 1px;
}

.homeNewDown ul li .newDown .ndLeft {
    float: left;
    width: 71px;
    border-right: #e5e5e5 solid 1px;
}

.homeNewDown ul li .newDown .ndLeft .time {
    color: #333333;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
}

.homeNewDown ul li .newDown .ndLeft .smallTime {
    color: #333;
    font-size: 14px;
    line-height: 1;
    padding-top: 10px;
}

.homeNewDown ul li .newDown .ndLeft .quite {
    padding-top: 70px;
}

.homeNewDown ul li .newDown .ndLeft .quite .qico {
    float: left;
    width: 34px;
    line-height: 0;
    margin-left: 3px;
}

.homeNewDown ul li .newDown .ndRight {
    padding-left: 85px;
}

.homeNewDown ul li .newDown .ndRight h3 {
    float: left;
    width: 100%;
    color: #3e3e3e;
    font-size: 16px;
    list-style: 1;
}

.homeNewDown ul li:hover .newDown .ndRight h3 {
    color: #e60012;
}

.homeNewDown ul li .newDown .ndRight .nTxt {
    float: left;
    width: 100%;
    height: 78px;
    margin-top: 15px;
    color: #777777;
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.homeNewDown ul li .newDown .ndRight .nBtn {
    float: left;
    width: 100%;
    padding-top: 18px;
}

.homeNewDown ul li .newDown .ndRight .nBtn span {
    float: left;
    padding: 0 15px;
    color: #;
    border: #8e8e8e solid 1px;
    color: #8e8e8e;
    font-size: 12px;
    line-height: 26px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
}

.homeNewDown ul li:hover .newDown .ndRight .nBtn span {
    border-color: #e60012;
    color: #fff;
    background-color: #e60012;
}

@media screen and (max-width:1229px) {
    .homeNewDown ul li .newDown {
        padding: 25px 0;
    }

    .homeNewDown ul li .newDown .ndLeft .quite {
        padding-top: 70px;
    }

    .homeNewDown ul li .newDown .ndLeft .quite .qico {
        width: 25px;
    }

    .homeNewDown ul li .newDown .ndRight .nTxt {
        height: 66px;
        margin-top: 15px;
        line-height: 22px;
    }
}

@media screen and (max-width:991px) {
    .homeNewDown {
        padding: 4.5% 0 4.5% 0;
    }
}

@media screen and (max-width:767px) {
    .homeNewDown ul li .newDown {
        padding: 15px 0;
    }
}


.homeNewDownBtn {
    text-align: center;
    line-height: 0;
}

.homeNewDownBtn a {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 26px;
    background-color: #f39800;
}

.homeNewDownBtn a:hover {
    background-color: #e60012;
}

.homeNewDownBtn a b {
    float: left;
    width: 14px;
    height: 14px;
    margin: 12px 0 0 13px;
    line-height: 0;
}

.homeNewDownBtn a span {
    float: left;
    color: #fff;
    font-size: 12px;
    line-height: 39px;
    text-transform: uppercase;
}

@media screen and (max-width:1429px) {
    .homeNewDownBtn a {
        padding: 0 20px 0 22px;
    }

    .homeNewDownBtn a b {
        margin: 10px 0 0 10px;
    }

    .homeNewDownBtn a span {
        line-height: 34px;
    }
}


.Nlist {
    float: left;
    width: 100%;
    margin: 85px 0 67px 0;
}

.Nlist ul {
    float: left;
    width: 100%;
}

.Nlist li {
    float: left;
    width: 48.33%;
    margin: 10px 0;
}

.Nlist li a {
    float: left;
    width: 100%;
    position: relative;
    padding: 33px 20px 26px 35px;
}

.Nlist li:nth-child(2n) {
    float: right;
}

.Nlist li h4 {
    float: left;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
    font-size: 18px;
    line-height: 28px;
    padding-right: 98px;
    -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;
}

.Nlist li h5 {
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    height: 60px;
    margin-top: 16px;
    padding-right: 98px;
}

.Nlist li time {
    float: left;
    position: absolute;
    right: 20px;
    top: 33px;
    color: #999999;
    font-size: 16px;
    line-height: 28px;
}

.Nlist li i {
    float: left;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(173, 173, 173, 0.35);
    background: url(../images/main1.png) center no-repeat;
    background-size: 100% 100%;
    -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;
}

.Nlist li a:hover {
    box-shadow: 0 0 27px rgba(173, 173, 173, 0.35);
}

.Nlist li a:hover h4 {
    color: #0056b3;
}

.Nlist li a:hover i {
    background: url(../images/main2.png) center no-repeat #0056b3;
    background-size: 100% 100%;
}

@media screen and (max-width:1024px) {
    .Nlist ul {
        height: 340px;
        overflow: hidden;
    }

    .Nlist {
        margin: 15px 0;
    }

    .Nlist li {
        margin: 2px 0;
        width: 100%;
    }

    .Nlist li a {
        padding: 12px 15px;
    }

    .Nlist li h4 {
        font-size: 16px;
        line-height: 26px;
    }

    .Nlist li h5 {
        line-height: 22px;
        height: 44px;
        margin-top: 3px;
    }

    .Nlist li time {
        font-size: 14px;
        line-height: 26px;
        right: 15px;
        top: 15px;
    }

    .Nlist li i {
        right: 15px;
        bottom: 14px;
        width: 24px;
        height: 24px;
    }

}

@media screen and (max-width:767px) {
    .Nlist li a {
        padding: 6px 8px;
    }

    .Nlist li h4 {
        padding-right: 0;
        font-size: 15px;
    }

    .Nlist li h5 {
        padding-right: 0;
        font-size: 13px;
    }

    .Nlist li time {
        position: static;
        font-size: 13px;
    }

    .Nlist li i {
        display: none;
    }

}

.td100 {
    padding-top: 95px;
    padding-bottom: 100px;
}

.ctitle {
    float: left;
    width: 100%;
    text-align: center;
    color: #010101;
    font-size: 36px;
    line-height: 46px;
}



._Title1 {
    float: left;
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 40px;
    line-height: 50px;
    position: relative;
    z-index: 2;
    letter-spacing: 2px;
    padding-bottom: 18px;
}

._Title1:after {
    float: left;
    width: 30px;
    height: 2px;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #14264e;
    margin-left: -15px;
}

._Title2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #555555;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    z-index: 2;
    margin-top: 15px;
}

._Title3 {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    position: relative;
    z-index: 2;
    letter-spacing: 2px;
    padding-bottom: 18px;
}

._Title3:after {
    float: left;
    width: 30px;
    height: 2px;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #fff;
    margin-left: -15px;
}

._Title4 {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    z-index: 2;
    margin-top: 15px;
}

@media screen and (max-width:992px) {
    ._Title1 {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 10px;
    }

    ._Title2 {
        font-size: 14px;
        line-height: 24px;
        margin-top: 8px;
    }

    ._Title3 {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 10px;
    }

    ._Title4 {
        font-size: 14px;
        line-height: 24px;
        margin-top: 8px;
    }


}

.ctext1 {
    padding-bottom: 97px;
    padding-top: 94px;
    position: relative;
}

.ctext1:after {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0.9;
    content: '';
    z-index: 1;
}

.ctext1 .list {
    float: left;
    width: 100%;
    margin-top: 40px;
    position: relative;
    z-index: 3;
}

.ctext1 .list .ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0;
}

.ctext1 .list .ul li {
    float: left;
    width: 14.9%;
    padding-bottom: 10.7%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: -12px 0.5%;
    -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;
}

.ctext1 .list .ul li:nth-child(7) {
    margin-left: 9%;
}

.ctext1 .list .ul li:nth-child(11) {
    margin-right: 9%;
}

.ctext1 .list .ul li:after {
    float: left;
    width: 72%;
    height: 100%;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.09);
}

.ctext1 .list .ul li img {
    width: 64%;
    height: 47%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 6;
}

.ctext1 .list .ul li:hover {
    transform: translate(0, -10%);
    -ms-transform: translate(0, -10%);
}

.ctext1 .list .ul li:hover:after {
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.25);
}

.ctext1 .list .slick-dots {
    position: static;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.ctext1 .list .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #14264e;
    opacity: 0.4;
    margin: 0 8px;
    padding: 0;
}

.ctext1 .list .slick-dots li.slick-active {
    opacity: 1;
}

@media screen and (max-width:1200px) {
    /*.ctext1 .list .ul{ padding:1.2% 0;}*/
}

@media screen and (max-width:992px) {
    .ctext1 {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .ctext1 .list {
        margin-top: 15px;
    }

    .ctext1 .list .slick-dots {
        margin-top: 15px;
    }

}

@media screen and (max-width:767px) {
    .ctext1 .list .ul {
        padding: 40px 0;
    }

    .ctext1 .list .ul li {
        width: 24%;
        margin: -6px 0.2%;
        padding-bottom: 17.3%;
    }

    .ctext1 .list .ul li:nth-child(7) {
        margin-left: 0.2%;
    }

    .ctext1 .list .ul li:nth-child(11) {
        margin-right: 0.2%;
    }

    .ctext1 .list .ul li:nth-child(5) {
        margin-left: 13.05%;
    }

    .ctext1 .list .ul li:nth-child(7) {
        margin-right: 12.85%;
    }


}

.w_1500{ max-width:1500px; margin-right: auto; margin-left: auto;}
.ctext{ float:left; width:100%; padding-left:80px; padding-right:80px;}




._Prodlist{ float:left; width:100%; margin-top:70px;}
._Prodlist ul{ margin:0 -5px;}
._Prodlist li{ float:left; width:33%; padding:5px;}
._Prodlist li a{ float:left; width:100%; height:375px; text-align:center; position:relative; overflow:hidden;}
._Prodlist li a:after{ float:left; width:100%; height:100%; content:''; position:absolute; left:0; top:0; z-index:1; background:#000000; opacity:0.22;
-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;  }
._Prodlist li a .text{ float:left; width:100%; position:absolute; left:0; bottom:72px; z-index:3; padding:0 60px; transform:translateY(50%); -ms-transform:translateY(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;  }
._Prodlist li a h4{ float:left; width:100%; color:#fff; font-size:28px; line-height:38px; font-weight:bold; letter-spacing:2px; }
._Prodlist li a h6{ display:none; float:left; width:100%; color:#fff; font-size:18px; line-height:36px; max-height:180px;  letter-spacing:1px; overflow:hidden;}
._Prodlist li a i{ display:none; float:left; width:100%; position:relative; margin:20px 0 20px  0;}
._Prodlist li a i:after,
._Prodlist li a i:before{ float:left; content:''; position:absolute; left:50%; bottom:0; z-index:1; background:#fff; transform:translateX(-50%); -ms-transform:translateX(-50%);}
._Prodlist li a i:after{ width:68%; height:1px; opacity:0.3;}
._Prodlist li a i:before{ width:14px; height:2px; opacity:1;}
._Prodlist li a em{ display:none; float:left; width:100%; line-height:0; margin-top:25px;}
._Prodlist li a em img{ max-width:none; width:46px; height:46px;}

._Prodlist li:first-child{ width:33%;}
._Prodlist li:first-child a{ }
._Prodlist li:first-child a i{ margin:42px 0 46px  0;}
._Prodlist li:first-child a em{ margin-top:106px;}

._Prodlist li a:hover:after{ background:#094191; opacity:0.77;}
._Prodlist li a:hover .text{ bottom:50%;}
._Prodlist li a:hover h6{ display:block;}
._Prodlist li a:hover i{ display:block;}
._Prodlist li a:hover em{ display:block;}

@media  screen and (max-width:1680px){
._Prodlist li a h4{ font-size:24px; line-height:34px;}    
._Prodlist li a h6{ font-size:15px; line-height:26px; max-height:130px;}
._Prodlist li a .text{ padding:0 35px;}
._Prodlist li:first-child a i{ margin:32px 0 32px  0;}
._Prodlist li:first-child a em{ margin-top:50px;}
}
@media  screen and (max-width:1100px){
._Prodlist{ margin-top:20px;}
._Prodlist li a{ height:250px;}
._Prodlist li a .text{ bottom:30px;padding:0 12px;}
._Prodlist li a h4{ font-size:18px; line-height:28px;}    
._Prodlist li a h6{ font-size:14px; line-height:24px; max-height:72px;}
._Prodlist li a i{ margin:15px 0 15px  0;}
._Prodlist li a em{ margin-top:15px;}
._Prodlist li a em img{ width:32px; height:32px;}
._Prodlist li:first-child a i{ margin:15px 0 15px  0;}
._Prodlist li:first-child a em{ margin-top:15px;}
._Prodlist li:first-child a{ height:510px;}
}
@media  screen and (max-width:767px){
._Prodlist ul{ margin:0 -3px;}
._Prodlist li{ padding:3px;}  
._Prodlist li{ width:50%;}    
._Prodlist li a{ height:160px;}
._Prodlist li a h6{ font-size:14px; line-height:22px; max-height:66px;}
._Prodlist li a i{ margin:10px 0 10px  0;}
._Prodlist li a:hover em{ display:none;}
._Prodlist li:first-child{ width:100%;}
._Prodlist li:first-child a{ height:160px;}
._Prodlist li:first-child a i{ margin:10px 0 10px  0;}
}



/* 关于我们 */
.homeAbout {
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}

.homeAbout .img {
    width: 45.7%;
    line-height: 0;
    float: left;
}

.homeAbout .bg {
    position: absolute;
    top: 60px;
    left: 45.7%;
    width: 385px;
    height: 551px;
    background: #f9f9f9;
    z-index: -1;
}

.homeAbout .bg .wz {
    position: absolute;
    top: 235px;
    left: -34%;
    font-size: 120px;
    color: #f2f2f2;
    font-weight: bolder;
    transform: rotate(90deg) translate(-40px, -5px);
}

.homeAbout .title {
    width: 42.3%;
    float: right;
}

.aboutTit::before {
    content: "";
    display: block;
    width: 49px;
    height: 45px;
    background-size: 100%;
}

.aboutTit h5 {
    font-size: 24px;
    margin: 10px 0 20px 35px;
    color: #0056b3;
    font-family: "Arial";
    font-weight: bold;
}

.aboutTit h5 span {
    color: #1f262c;
}

.aboutTit h6 {
    font-size: 30px;
    color: #1f262c;
    margin-left: 35px;
    text-transform: uppercase;
}

.homeAbout .info {
    color: #323c43;
    font-size: 16px;
    line-height: 36px;
    overflow: hidden;
    margin: 30px 0 40px 35px;
}

.homeMore {
    font-size: 14px;
    margin-left: 35px;
    text-transform: uppercase;
    font-weight: bold;
    color: #0056b3;
}

.homeMore .ico {
    display: inline-block;
    width: 19px;
    height: 10px;
    margin-right: 10px;
    background: url(images/main3.png) no-repeat center;
    background-size: 100%;
}

@media (max-width:1919px) {
    .homeAbout .bg {
        height: 516px;
    }
}

@media (max-width:1630px) {
    .homeAbout .bg {
        height: 450px;
    }

    .homeAbout .bg .wz {
        top: 206px;
        font-size: 100px;
    }

    .aboutTit::before {
        margin-top: 25px;
    }

    .homeAbout .info {
        margin: 30px 0 25px 35px;
    }
}

@media (max-width:1400px) {
    .homeAbout {
        padding: 60px 0;
    }

    .homeAbout .bg {
        height: 394px;
        top: 60px;
    }

    .homeAbout .bg .wz {
        top: 170px;
    }

    .aboutTit::before {
        width: 30px;
        height: 25px;
        margin-top: 25px;
    }

    .aboutTit h5 {
        font-size: 24px;
        margin: 30px 0 15px 35px;
    }

    .homeAbout .info {
        line-height: 28px;
        height: 168px;
        margin: 20px 0 20px 35px;
    }
}

@media (max-width:1230px) {
    .homeAbout .bg {
        height: 325px;
    }

    .homeAbout .bg .wz {
        top: 150px;
        left: -26%;
        font-size: 80px;
    }

    .homeAbout .info {
        height: 84px;
    }
}

@media screen and (max-width:1023px) {
    .homeAbout {
        padding: 20px 0;
    }

    .homeAbout .img {
        width: 100%;
    }

    .homeAbout .bg {
        display: none;
    }

    .homeAbout .title {
        width: 100%;
    }

    .aboutTit::before {
        width: 20px;
        height: 15px;
        margin-top: 20px;
    }

    .aboutTit h5 {
        font-size: 14px;
        margin: 10px 0 0 10px;
    }

    .aboutTit h6 {
        font-size: 16px;
        margin-left: 10px;
    }

    .homeAbout .info {
        font-size: 14px;
        line-height: 24px;
        height: 96px;
        margin: 5px 0 5px 10px;
    }

    .homeMore {
        font-size: 12px;
        margin-left: 10px;
        background-size: 50%;
    }

    .homeMore .ico {
        width: 10px;
        height: 9px;
        margin-right: 5px;
    }
}



.m{ max-width: 1360px; margin: 0 auto; padding:0 50px; display: block; }
.pad_top{ padding-top:4.06rem;}
.pad_bot{ padding-bottom:4.06rem;}



.n_gufei02{ width: 100%; overflow: hidden; }
.n_gufei02 .m{ display: flex;}
.n_gufei02 .left{ width: 27.75rem; float: left; position: relative;}
.n_gufei02 .right{ width: calc(100% - 27.75rem); float: right;}
.n_gufei02 .right .pic{ height: 100%; width: 100%; height: 637px;}
.n_gufei02 .right .pic img{ object-fit: cover; height: 100%; width: 100%;}
.n_gufei02 .hd{}
.n_gufei02 .hd ul{ height: 100%;}
.n_gufei02 .hd ul li{ background: #3d75c0; background-size: 100%; padding: 4.375rem 1.875rem; height: 637px;}
.n_gufei02 .hd ul li .box{ padding-bottom: 12rem;}
.n_gufei02 .hd ul li .box .tt{ margin-bottom: 3.25rem;}
.n_gufei02 .hd ul li .box .tt i{ display: block; width: 25px; height: 1px; background: #fff;}
.n_gufei02 .hd ul li .box .tt span{ font-size: .875rem; font-family: Roboto; text-transform: uppercase; color: rgba(255, 255, 255, .4); display: block; margin-top: 1.75rem; margin-bottom: .75rem;}
.n_gufei02 .hd ul li .box .tt h3{ font-size: 2.125rem; color: #fff;}
.n_gufei02 .hd ul li .box .con{ font-size: 1rem; line-height: 1.875rem; color: #fff; color: rgba(255, 255, 255, .8);}
.n_gufei02 .slick_arrow_right{ position:absolute; left:1.875rem; bottom:8rem;}
.n_gufei02 .slick_arrow_right .slick-arrow{
    z-index:99;
    float:left;
    display:block;
    font-size:0;
    cursor:pointer;
    width: 3.125rem;
    height: 3.125rem; background-size: contain !important; margin-right: 1.25rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
 
.n_gufei02 .slick_arrow_right .slick-prev2{  background: url(../images/gufei_left.png) center no-repeat; } 
.n_gufei02 .slick_arrow_right .slick-next2{ background: url(../images/gufei_right.png) center no-repeat; }

.n_gufei02 .slick_arrow_right .slick-prev2:hover{  background: url(../images/gufei_left_on.png) center no-repeat; } 
.n_gufei02 .slick_arrow_right .slick-next2:hover{ background: url(../images/gufei_right_on.png) center no-repeat; }

