/*banner*/
.i-ban {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    height: 1115px;
}
.i-ban ul, .i-ban li {
    width: 100%;
    height: 100%;
}
.i-ban li {
    background-size: cover !important;
    position: absolute;
    left: 100%;
    top: 0;
    overflow: hidden;
}

.i-ban li .cent-cont {
    position: absolute;
    left: 16% !important;
    top: 72%;
    margin-top: -240px;
    color: #fff;
    z-index: 3;
}
.i-ban li .word p {
    position: relative;
    overflow: hidden;
    height: 68px;
}
.i-ban li .word p .font-sign {
    position: relative;
    display: block;
    top: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.i-ban li .word span.line {
    display: block;
    height: 4px;
    background-color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
    width: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
.i-ban li .word .font {
    display: block;
    position: relative;
    top: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.i-ban li.active .word p .font-sign {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotate(0);
    transition: all 0.5s ease 0s;
}

.i-ban .btns {
    position: absolute;
    bottom: 40px;
    left: 0 !important;
    z-index: 10;
    width: 100%;
    text-align: center;
}
.i-ban .btns span {
    display: inline-block;
    width: 150px;
    height: 5px;
    margin: 0 5px;
    background-color: #505050;
    position: relative;
    cursor: pointer;
    float: none;
}
.i-ban .btns span i {
    display: block;
    height: 100%;
    position: absolute;
    width: 0;
    background-color: #ff6900;
}
.i-ban li h2{
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 66px;
    color: #fff;
}
.i-ban li h3{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
.i-ban li div{
    position: absolute;
    bottom: 10%;
    left: 10%;
}

.slide1 {
    background: #000 url(../image/banner1-bg.jpg) no-repeat;
    background-size: cover;
}
.slide1 .banner-img{
    text-align: center;
    padding-top: 10%;
    transition: all .4s;

}

.slide1  .txt .info{
    position: absolute;
    bottom: 50%;
    width: 100%;
    opacity: 0;
    transition-duration: 1.2s;
    transform: translateY(20PX);
}
.swiper-slide-active   .txt .info {
    opacity: 1;
    transform: translateY(0);
}
.slide1  .txt div h2{
    letter-spacing: 40px;
    margin-bottom: 1.5%;
    font-size: 50px;
    color: #fff;
    text-align: center;
}
.slide1  .txt div h3{
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.slide2 {
    background: #000 url(../image/banner2-bg.jpg) no-repeat;
    background-size: cover;
}
.swiper-slide  .txt{
    width: 100%;
    height: 100%;
    position: relative;

}

.slide2  .txt div{
    position: absolute;
    left: 10%;
    bottom: 15%;
    opacity: 0;
    transition-duration: 1.2s;
    transform: translateY(20PX);
}
.swiper-slide-active   .txt div {
    opacity: 1;
    transform: translateY(0);
}
.slide2  .txt div h2{
    margin-bottom: 1.5%;
    font-size: 80px;
    color: #fff;
    letter-spacing: 10px;
}
.slide2  .txt div h3{
    font-size: 28px;
    line-height: 30px;
    color: #fff;
}
.slide3 {
    background: #000 url(../image/banner3-bg.jpg) no-repeat;
    background-size: cover;
}
.slide3  .txt .info{
    position: absolute;
    bottom: 15%;
    left: 10%;
    opacity: 0;
    transition-duration: 1.2s;
    transform: translateY(20PX);
}
.swiper-slide-active   .txt .info {
    opacity: 1;
    transform: translateY(0);
}
.slide3  .txt .banner-img{
    position: absolute;
    top: 15%;
    left: 10%;
    animation: u_d 1s linear infinite alternate;
    -webkit-animation: u_d 1s linear infinite alternate;
}
@keyframes u_d {0% {top: 15%;}100% {top: 18%;}}

@-webkit-keyframes u_d {0% {top: 15%;}100% {top: 18%;}}
.slide3  .txt div h2{
    margin-bottom: 7% ;
    font-size: 80px;
    color: #fff;
    letter-spacing: 10px;
}
.slide3  .txt div h3{
    font-size: 28px;
    line-height: 30px;
    color: #fff;
}
.zf-banner{position: relative}
.zf-banner .banner-bot {
    height: 14%;
    z-index: 4;
    color: #ffffff;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: transparent;
}

.zf-banner .banner-bot .p-bottom {
    width: 20px;
    height: 100%;
    background: url("../image/bottom.png") no-repeat center;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -10px;
    cursor: pointer;
    animation: ani-svg 1.8s linear 0s alternate infinite;
    -webkit-animation: ani-svg 1.8s linear 0s alternate infinite;
    transition: 1.8s;
}

@keyframes ani-svg {
    0% {
        opacity: 0.4;
        transform: translateY(-20px);
    }
    15% {
        opacity: 0.65;
        transform: translateY(-15px);
    }
    25% {
        opacity: 0.8;
        transform: translateY(-10px);
    }
    50% {
        opacity: 1;
        transform: translateY(0px);
    }
    65% {
        opacity: 0.8;
        transform: translateY(5px);
    }
    75% {
        opacity: 0.65;
        transform: translateY(10px);
    }
    100% {
        opacity: 0.4;
        transform: translateY(15px);
    }
}



.zf-banner .sw-jisuan {
    position: absolute;
    bottom: 15px;
    right: 4%;
    z-index: 6;
    background: #ffffff;
    width: 330px;
    height: 74px;
    line-height: 74px;
    transform-origin: bottom;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    transform: rotateX(0deg) translate3d(0, 0, 0);
    -webkit-transform: rotateX(0deg) translate3d(0, 0, 0);
    -moz-transform: rotateX(0deg) translate3d(0, 0, 0);
    transition: all .65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
    -webkit-transition: all .65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
    -moz-transition: all .65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
}

.zf-banner .sw-jisuan.active {
    transform: rotateX(90deg) translate3d(0, 0, 0);
}

.zf-banner .sw-jisuan .dz {
    padding: 0 0 0 35px;
}

.zf-banner .sw-jisuan .dz .dcom {
    display: inline-block;
    font-size: 18px;
    color: #888888;
    font-weight: bold;
}

.zf-banner .sw-jisuan .dz .pagination {
    color: #000;
}

.zf-banner .sw-jisuan .dz .pagination span {
    display: none;
    font-weight: bold;
}

.zf-banner .sw-jisuan .dz .pagination .swiper-active-switch {
    display: inline-block;
}

/*箭头*/
.zf-banner .flex-direction-nav {
    width: 160px;
    height: 74px;
    overflow: hidden;
}

.zf-banner .flex-direction-nav li {
    display: block;
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    cursor: pointer;

}

.zf-banner .flex-direction-nav .li-right:before {
    height: 40px;
    border-left: 1px solid #E7E7E7;
    position: absolute;
    left: 0;
    top: 17px;
    content: '';
}

.zf-banner .flex-direction-nav li:after {
    content: '';
    position: absolute;
    top: 36px;
    display: block;
    width: 14px;
    height: 2px;
    background: #333;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.25, .46, .45, .94) 0s;
    transition: transform .45s cubic-bezier(.25, .46, .45, .94) 0s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.zf-banner .flex-direction-nav li:after {
    left: 28px;
}

.zf-banner .flex-direction-nav li.li-right:after {
    right: 28px;
    left: auto;
}

.zf-banner .flex-direction-nav li:hover:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
}

.zf-banner .flex-direction-nav li a {
    position: absolute;

    top: 0;
    left: 0;
    display: block;

    width: 100%;
    height: 100%;
    transition: all .45s ease-out 0s;
    -webkit-transition: all .45s ease-out 0s;
    -moz-transition: all .45s ease-out 0s;
    font-size: 0;

}

.zf-banner .flex-direction-nav li:hover .flex-prev {
    background-position: 25px center;
}

.zf-banner .flex-direction-nav li:hover .flex-next {
    background-position: 44px center;
}

.zf-banner .flex-direction-nav .flex-prev {
    background: url(../image/left-icon3.png) no-repeat;
    background-position: center center;
}

.zf-banner .flex-direction-nav .flex-next {
    background: url(../image/right-icon3.png) no-repeat;
    background-position: center center;
}
.zf-mbanner{display: none;}
/*我们能做什么*/
.section1 {
    width: 100%;
    overflow: hidden;
    padding: 3% 0 2%;
}

.sectionTit{
    padding: 4% 0 3%;
}
.sectionTit h2 {
    font-size: 42px;
    color: #333;
    -webkit-text-stroke-width: 0.2px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-weight: normal;
    margin-bottom: 10px;
}
.sectionTit p {
    font-size: 16px;
    color: #949494;
    text-align: center;
    text-transform: uppercase;
    font-family: ClearSans;
}
.introduce-left{
    float: left;
    width: 470px;
    color: #696969;
    /*background-color: #ccc;*/
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    animation-duration:1.2s;
}
.introduce-left h1{
    font-size: 42px;
    color: #191919;
    font-weight: normal;
    padding-bottom:10px;
    letter-spacing: 2px;
}
.introduce-left h1 span{
    color: #ff6900;
}
.introduce-left p {
    font-size: 16px;
    line-height: 30px;
    font-family: ClearSans;
}
.introduce-left h2{
    font-size: 14px;
    letter-spacing: 15px;
    display: block;
    position: relative;
    margin-bottom: 60px;
}
.introduce-left h2::after{
    position: absolute;
    width: 76px;
    height: 6px;
    content: "";
    background-color: #333;
    left: 0;
    bottom: -30px;

}
.year-p{
    margin: 25px 0 3px;
}
.year-pd{
    font-size: 28px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 20px;
    display: block;
}
.introduce-right{
    float: right;
    width: 770px;
    /*background-color: #f7a008;*/
    overflow: hidden;
}
@-webkit-keyframes fadeInUp{
    0%{opacity:0;-webkit-transform:translateY(80px);transform:translateY(80px);
    }
    to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
}
@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(80px);transform:translateY(80px);-ms-transform:translateY(80px);}
    to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-ms-transform:translateY(0);}
}
.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;}
.introduce-right li{
    float: left;
    padding-top: 140px;
    background:url(../image/s1-icon1.png) no-repeat center top;
    animation-duration:0.6s;
    -webkit-animation-duration:0.6s;
    margin:0 28px;
}
.introduce-right li h5{
    line-height: 60px;
    color: #343434;
    text-align: center;
    font-size: 17px;
}
.introduce-right p{
    margin-bottom: 4px;
    color: #6c6c6c;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    animation-duration:0.8s;
    -webkit-animation-duration:0.8;
}
.int-1{
    width: 200px;
    animation-delay:1.8s;
}
.introduce-right li div{
    border-bottom: 2px solid #eaeaea;
    margin:0;
    padding-bottom:20px;
    /*padding-left: 5px;*/
}
.intp-1{
    animation-delay:2.8s;
}
.intp-2{
    animation-delay:3.2s;
}
.intp-3{
    animation-delay:3.4s;
}
.intp-4{
    animation-delay:3.6s;
}
.introduce-right  .int-2{
    width: 200px;
    background-image: url(../image/s1-icon2.png);
    animation-delay:2s;
}
.introduce-right .int-3{
    width: 200px;
    background-image: url(../image/s1-icon3.png);
    animation-delay:2.2s;
}

/*案例展示*/
.section2{
    padding-bottom: 3%;
    background-color: #f2f2f2;
}
.case-bot1 {
    padding: 66px 0 96px;
}

.bot1 .blo-box {
    width: 31.93%;
    margin: 0 0.7% 1.4%;
    position: relative;
    float: left;
}

.bot1 .blo-box .a1 {
    display: block;
    width: 100%;
    height: 100%;

}

 .bot1 .blo-box .dn-top {
    overflow: hidden;
    position: relative;
     height: 300px;
}

.bot1 .blo-box .dn-top .dn-logo {
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, .9);
    bottom: -130px;
    left: 0;
    text-align: center;
    height: 110px;
    line-height: 110px;
    transition: all .4s .05s ease;
    opacity: 0;
}

.bot1 .blo-box .dn-top .dn-logo img {
    vertical-align: middle;
    max-height: 90%;
}

.bot1 .blo-box:hover .dn-top .dn-logo {
    opacity: 1;
    bottom: 0;
}

.bot1 .blo-box .dn-bot {
    background: #F6F6F6;
    padding: 25px 42px;
    position: relative;
    color: #0b0205;
    font-size: 18px;
    overflow: hidden;
    transition: all .4s ease;
}

.bot1 .blo-box:hover .dn-bot {
    color: #ffffff;
}

.bot1 .blo-box .dn-bot .dn1 {
    position: relative;
    z-index: 2;
}

.bot1 .blo-box .dn-bot i {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -9px 0 0;
    display: inline-block;
}

.bot1 .blo-box .dn-bot:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    opacity: 0;
    left: 0;
    background: #000000;
    transition: all .4s ease;

}

.bot1 .blo-box:hover .dn-bot:before {
    bottom: 0;
    opacity: 1;
}

.bot1 .blo-box:hover .dn-top .img-box {
    transform: scale(1.05);
}


.casexq-bot1 {
    padding: 90px 0;
}

.casexq-bot1 .dn1 {
    color: #0b0205;
    font-size: 30px;
}

.casexq-bot1 .dn-xian {
    width: 10px;
    height: 2px;
    background: #B6B6B6;
    margin: 14px auto;

}

.casexq-bot1 .dn-wen {
    width: 800px;
    color: #333333;
    font-size: 15px;
    line-height: 30px;
    margin: 0 auto 30px;
}

.casexq-bot1 .dn-more .a1 {
    color: #000000;
}

.casexq-bot1 .dn-more .a1 .sp1 {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #949494;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: relative;
    margin: 0 10px 0 0;
    color: #333;
}

.casexq-bot1 .dn-more .a1 .sp1:hover {
    color: #ffffff;
}

.casexq-bot1 .dn-more .a1 .sp1 i {
    position: relative;
}

.casexq-bot1 .dn-more .a1 .sp1:hover {
    border: 1px solid #333;
    background: #333;
}

.casexq-bot1 .dn-more .a1 .sp1:before {
    content: '';

    display: block;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transition: all 0.3s ease 0s;
    position: absolute;
    border-radius: 50%;
    background: #333;
}

.casexq-bot1 .dn-more .a1 .sp1:hover:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.casexq-bot2 {
    padding: 100px 0;
}

.casexq-bot2 img {
    width: 100%;
    display: block;


}
.casexq-bot2 a{
    box-shadow: 0 3px 30px rgba(0,0,0,.45);
    outline:none;
}
.casexq-bot3 {
    padding: 74px 0 64px;
}

.casexq-bot3 .dn1 {
    color: #040404;
    font-size: 38px;
}

.casexq-bot3 .dn2 {
    color: #333333;

}

.casexq-bot3 .dn-form {
    margin: 40px 0 45px;
}

.casexq-bot3 .dn-form .dcom {
    float: left;
    width: 25%;
    position: relative;

}

.casexq-bot3 .dn-form .dcom .inp1 {
    display: block;
    width: 96%;
    height: 56px;
    padding: 0 0 0 15px;
    outline: none;
    border: none;

    background: #ffffff;
    border-bottom: 1px solid transparent;
    transition: all .4s ease;
}

.casexq-bot3 .dn-form .dcom .inp1:focus {
    border-bottom: 2px solid #000000;
}

.casexq-bot3 .dn-form .dcom .a-hq {
    position: absolute;
    width: 138px;
    display: block;
    height: 40px;
    right: 6%;
    top: 8px;
    transition: all .4s ease;
    border-radius: 4px;
    overflow: hidden;

}
.casexq-bot3 .dn-form .dcom .a-hq img{
    width:100%;
    height:100%;
    display: block;
}


.casexq-bot3 .dn-form .dcom4 .inp1 {
    color: #ffffff;
    background: #000000;
    transition: all .4s ease;
}

.casexq-bot3 .dn-form .dcom4 .inp1:hover {
    box-shadow: 0 0 3px #000;
}
.img-box {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.more {
    margin: 0 auto;
    padding-top: 36px;
    width: 350px;
}
.more a {
    padding: 0 47px;
    display: block;
    color: #999999;
    font-size: 16px;
    line-height: 48px;
    border-radius: 27px;
    border: 2px solid #999999;
    background: url(../image/icon05_over.png) no-repeat right 44px center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.more a:hover {
    border: 2px solid #000;
    background: #000 url(../image/icon05.png) no-repeat right 38px center;
    color: #fff;
}
/*选择争锋*/
.section3{
    padding: 3% 0 3%;
    background: url(../image/bg.jpg) no-repeat center/cover;
}
.section3 .sectionTit{
    padding: 0 0 3%;
}
.section3 .sectionTit h2,.section3 .sectionTit p{
    color: #999;
}
.section3-info h2{
    font-size: 130px;
    color: #FED400;
    margin-right: 50px;
    position: relative;
    font-family: ClearSans;
}
.section3-info h2 small{
    position: absolute;
    right: -15px;
    top:0;
    color:#FED400;
    font-size: 30px;
}
.section3-info h3{
    color: #fff;
    font-size: 36px;
    font-family: ClearSans;
}
.section3-info h4{
    color: #fff;
    font-size: 24px;
}
.section3-info p{
    color: #fff;
    font-size: 45px;
}
.section3 .pc li{
    margin: 0 2% 40px 0;
    width: 23%;
    float: left;
    position: relative;
    border: 1px solid #999;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}
.section3 .pc{margin-top: 40px}
.section3 .pc li img{
    filter: grayscale(100%);
}
.section3 .pc li:nth-child(4n) {
    margin-right: 0;
}
.section3 .more {
    margin: 0 auto;
    width: 310px;
}
.section3 .more a {
    padding: 0 47px;
    display: block;
    color: #999;
    font-size: 16px;
    line-height: 48px;
    border-radius: 27px;
    border: 3px solid #999;
    background: url(../image/icon05_over.png) no-repeat right 44px center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.section3 .more a:hover {
    border: 3px solid rgba(241,129,3,.7);
    color:#fff;
    background: rgba(241,129,3,.7) url(../image/icon05.png) no-repeat right 38px center;
}

/*最新资讯*/
.section4{padding: 3% 0 2%;    background-color: #000;background-image: url(../image/news.jpg);background-attachment: fixed;background-repeat: no-repeat;background-position: top center;background-size: 100% 100%;}
.section4 .newsInfo{font-size:42px;margin-bottom: 30px;color:#fff  }
.section4 .left{position:relative;float:left;width:50%;}
.section4 .left .content{position:relative;width:440px;height:380px;margin-top:30px;}
.section4 .left .content .quan{position:absolute;width:220px;height:220px;background-size:100% 100%;text-align:center;font-size:20px;color:#fff;}
.section4 .left .content .quan .titleEn{letter-spacing:0.12em;margin-top:84px; font-weight:100; font-stretch:condensed;}
.section4 .left .content .quan .titleCh{font-weight:100;}
#quan1{top:0px;left:90px;}
#quan2{top:160px;left:0px;}
#quan3{top:160px;left:180px;}
#quan4{top:90px;left:90px;background:none;}
.section4 .right{float:left;width:50%;}
.section4 .right .child{margin:0 0 38px 0;position:relative;width:100%;}
.section4 .right .child:after{content: "020"; display: block; height: 0; clear: both;visibility:hidden;}
.section4 .right .child .childTime{float:left;width:22.1%;height:124px;border:3px solid #ff6900;text-align:center;color:#fff}
.section4 .right .child .childTime .timeMonth{margin-top:10px;font-size:24px;font-weight:100;font-stretch:condensed;}
.section4 .right .child .childTime .timeDay{font-size:36px;font-weight:100;font-stretch:condensed;}
.section4 .right .child .childInfo{float:left;width:71%;margin-left:5.3%;color:#fff;}
.section4 .right .child .childInfo .title{font-size:16px;margin-bottom:15px;width:100%;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.section4 .right .child .childInfo .info{font-size:14px;color:#cecece;line-height:20px;   overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:4;-webkit-box-orient: vertical;}
.section4 .right .child .no{width:22.1%;height:50px;float:left;}
.section4 .right .child .moreBtn{position:relative;font-size:16px;padding-left:10px;margin-left:6px;width:170px;height:40px;line-height:40px;color:#fff;background:#ff6900 url(../image/rightIcon.png) no-repeat 114px center;background-size:36px 18px;}
.section4 .right .child .moreBtn span{font-size:16px;}

.section5{padding-bottom: 3%}
.news-set-top {
    float: left;
    width: 32.7%;
    padding: 25px;
    background: url(../image/n1.png) no-repeat center/cover;
    height: 592px;
    position: relative;
}

.news-set-top div {
   position: absolute;
    bottom: 2%;
    width: 96%;
    background-color: #f2f2f2;
    padding: 20px;
    left: 2%;
}
.news-set-top:hover h2,.news-set-top:hover p,.news-two li:hover .date,.news-two li:hover h2,.news-four li:hover .date,.news-four li:hover h2{color: #ff6900}
.news-set-top img {
    width: 100%;
    -webkit-transition: all ease .7s;
    -o-transition: all ease .7s;
    -moz-transition: all ease .7s;
    transition: all ease .7s   ;
    height: 420px;
}

.news-set-top .title {
    margin-bottom: 11px;
    font-size: 20px;
    color: #333;
    display: -webkit-box;
    height: 60px;
    line-height: 30px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.news-set-top .date {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #999;
    font-weight: bold
}

.news-two .date, .news-four .date {
    font-size: 15px;
    line-height: 24px;
    color: #999
}

.news-two .date span, .news-two .date b, .news-four .date span, .news-four .date b {
    display: block;
    font-size: 50px;
    line-height: 48px;
    font-weight: bold
}

.news-two {
    float: left;
    width: 32.7%;
    margin: 0 0.95%
}

.news-two li {
    margin-bottom: 22px;
    padding: 16px 45px 45px;
    background-color: #f2f2f2
}

.news-two li a {
    display: block
}

.news-two .two-title {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.news-two .desc {
    font-size: 14px;
    color: #888;
    display: -webkit-box;
    height: 40px;
    line-height: 20px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.news-two .date {
    margin-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
    background: url("../image/inewarr.png") no-repeat right center
}

.news-four {
    overflow: hidden;
    zoom:1;background-color: #f2f2f2;
    padding: 18px 40px 15px 50px;
    width: 32.7%;
}

.news-four li {
    border-bottom: 1px solid #e6e6e6
}

.news-four li:last-child {
    border: 0
}

.news-four a {
    position: relative;
    display: block;
    padding: 48px 40px 51px 90px;
    background: url("../image/inewarr.png") no-repeat right center
}

.news-four .date {
    position: absolute;
    left: 0;
    top: 31px
}

.news-four .four-title {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.news-four .desc {
    display: none;
    font-size: 0;
    line-height: 36px;
    color: #888;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}



/*foot-add*/
.foot-add{
    height: 430px;
    margin-bottom: 3%;
    margin-top: 3%;
}
.conta {
    width: 92%;
    position: relative;
    height: 100%;
    margin: 0 auto;
}
.nei-wen {
    position: absolute;
    width: 86%;
    left: 7%;
    top: 20%;
}

.dn-top {
    margin: 0 0 2%;
    color: #fff;
}

.dn-top .dn1 {
    font-size: 42px;
}

.dn-top .dn2 {
    font-size: 32px;
}
.dn-bot{
    color: #fff;
}
.dn-bot .dn1 {
    font-size: 16px;
}

.dn-bot .dn2 {
    margin: 0.8% 0 1.5%;
}

.dn-bot .dn2 .sp1 {
    font-size: 32px;
}

.dn-bot .dn2 .dn2-y {
    display: inline-block;
    margin: 0 0 0 10%;
}

.dn-bot .dn2 .dn2-y .a1 {
    display: inline-block;
    color: #2E2E2E;
    margin: 0 30px 0 0;
    position: relative;
}

.dn-bot .dn2 .dn2-y .a1 .b1 {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffffff;
    line-height: 38px;
    text-align: center;
}

.dn-bot .dn2 .dn2-y .a1 .b1 i {
    font-size: 25px;
}

.dn-bot .dn2 .dn2-y .a1 .b2 {
    display: inline-block;
    width: 104px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #ffffff;
    border-radius: 20px;
    vertical-align: middle;
    margin: 0 0 0 5px;
}

.dn-bot .dn3 .a1 {
    font-size: 18px;
    color: #ffffff;
    opacity: .5;
    transition: all .4s ease;
}

.dn-bot .dn3 .a1 .b1 {
    display: inline-block;
    width: 42px;
    height: 1px;
    background: #A3A3A3;
    vertical-align: middle;
    margin: 0 0 0 14px;
    transition: all .4s ease;
}

.dn-bot .dn3 .a1:hover .b1 {
    width: 60px;
}
.dn-bot .a1 .b1 img{
    width: 26px;
    vertical-align: middle;
	margin-bottom:2px;
}
.dn-bot .dn3 .a1:hover {
    opacity: 1;
}
.dn-ewm{
    display: none;
    position: absolute;
    top: 115%;
    right: 5%;
    padding: 3px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,.4);
}
.a-wx:hover .dn-ewm{display: block}

/*优势*/

@keyframes scaleOpacityAn{
    0%{ transform:scale(0); opacity:0;}
    80%{ transform:scale(1.05);}
    100%{ transform:scale(1); opacity:1;}
}

@media(max-width:1920px) {
    .i-ban{height: 980px;}
}
@media(max-width:1600px) {
    .slide1 .banner-img img{width: 750px;}
    .slide1 .txt div h2{font-size: 36px;margin-bottom: 10px;}
    .slide1 .txt div h3{font-size: 20px;}
    .slide2 .txt div h2 {margin-bottom: 10px;font-size: 50px;}
    .slide2 .txt div h3 , .slide3 .txt div h3 {font-size: 20px;}
    .slide3 .txt div h2 {margin-bottom: 40px;font-size: 50px;}
}
@media(max-width:1440px) {
    .slide1 .banner-img img {width: 665px;}
    .section5 li .newsconhome {width: 260px;}
    .news-four a {
        padding: 40px 40px 43px 70px;
    }
    .news-two li {
        padding: 14px 30px 30px;
    }
    .news-two li .date {
        margin-bottom: 15px;
        padding: 17px 0 18px;
    }
    .news-set-top img{height: 355px;}
    .news-set-top{height: 528px}
}
@media(max-width:768px) {
    .zf-banner{display: none;}
    .zf-mbanner{display: block}
    .introduce-left h1 {font-size: 26px;padding-bottom: 0;}
    .introduce-left h2{letter-spacing: 3px;margin-bottom: 20px;}
    .introduce-left h2::after{display: none;}
    .year-pd{font-size: 18px}
    .introduce-left p{font-size: 14px}
    .introduce-left .year-p{display: none;}
    .introduce-right{width: 100%;}
    .introduce-right li{width: 100%!important;margin: 0;   padding-top: 10px;    background: url(../image/s1-icon1.png) no-repeat 25px center; background-size: 90px;}
    .introduce-right li div{    padding-bottom: 10px;}
    .introduce-right li:last-of-type div{border-bottom: none;}
    .introduce-right li h5 {text-align: left;font-size: 16px;padding-left: 165px;line-height: 50px}
    .introduce-right li p {text-align: left;padding-left: 165px;margin-bottom: 0;}
    .sectionTit{padding: 8% 0 5%}
    .sectionTit h2{font-size: 26px;}
    .sectionTit p{font-size: 14px;}
    .bot1 .blo-box{width: 100%;margin: 0 0 3% 0;}
    .bot1 .blo-box .dn-top{margin: 0 ;height: 200px}
    .bot1 .blo-box .dn-bot {padding: 15px 20px;}
    .more{padding-top: 20px;}
    .section1{padding: 3% 0 6%}
    .section2{padding-bottom: 8%}
    .more{width: 160px;}
    .more a{background: none;font-size: 14px;line-height: 40px;text-align: center; }
    .section3{padding:3% 0 8%}
    .section3-info h2{font-size: 60px;}
    .section3-info h3{font-size: 20px;}
    .section3-info h4{font-size: 14px;}
    .section3-info p{display: none;}
    .section3 .pc li {margin: 0 5% 3% 0;width: 30%;}
    .section3 .pc li:nth-child(4n){margin-right: 5%}
    .section3 .pc li:nth-of-type(3n){margin-right: 0;}
    .news-set-top{height: 320px;width: 100%;margin-bottom: 20px}
    .news-two{display: none;}
    .news-set-top div{padding: 10px;}
    .news-set-top .date {margin-bottom: 0; font-size: 14px;}
    .news-set-top .title {margin-bottom: 10px;font-size: 16px;}
    .news-two .two-title {margin-bottom: 5px;font-size: 16px;}
    .news-two li:last-of-type{margin-bottom: 0;}
    .news-two li{padding: 15px;}
    .news-two li .date {margin-bottom: 10px;padding: 5px 0 10px;}
    .news-four{width: 100%;margin-bottom: 20px;padding:0 15px;}
    .news-four .date{display: none;}
    .news-four a{padding: 10px 40px 10px 0;}
    .news-four .four-title{font-size: 14px;}

    .foot-add{height: auto;margin-bottom: 8%}
    .dn-top .dn1 {
        font-size: 20px;
    }
    .dn-top .dn2 {
        font-size: 14px;
        margin: 3% 0;
    }
    .dn-bot .dn1 {
        font-size: 14px;
    }
    .dn-bot .dn2 .sp1 {
        font-size: 24px;
    }
    .dn-bot .dn2 .dn2-y {
        margin: 3% 0 0;
        width: 100%;
    }
    .dn-bot .dn2 .dn2-y .a1 {
        margin: 0 0 3%;
    }
    .dn-bot .dn2 .dn2-y .a1 .b2 {
        width: 84px;
    }
    .conta {
        height: auto;
        padding: 30px 0;
    }
    .nei-wen {
        position: relative;
        width: 90%;
        left: 0;
        top: 0;
        margin: auto !important;
    }
 















}