.sect1 {
    overflow: hidden;
}

.sect1-l {
    float: left;
    width: 66%;
}

.sect1-r {
    float: right;
    width: 32%;
}

.sect1-l .news {
    overflow: hidden;
}

.sect1-l .news .slick-prev {
    width: 25px;
    height: 50px;
    top: 40%;
    left: 0;
    background: url(../images/news-l.png) no-repeat center center;
    z-index: 9;
}

.sect1-l .news .slick-next {
    top: 40%;
    width: 25px;
    height: 50px;
    right: 0;
    background: url(../images/news-r.png) no-repeat center center;
    z-index: 9;
}

.sect1-l .new-l {
    float: left;
    width: 370px;
}

.sect1-l .new-l a {
    position: relative;
    display: block;
}

.sect1-l .new-l a .pic {
    position: relative;
    padding-top: 65.7%;
}

.pic {
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.pic:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}

.sect1-l .new-l a>p {
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    background-color: #eeeeee;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect1-l .new-l .slick-dots {
    bottom: 50px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.sect1-l .new-l .slick-dots li {
    width: 25px;
    height: 25px;
    margin: 0 3.5px;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 5px;
}

.sect1-l .new-l .slick-dots li button {
    width: 25px;
    height: 25px;
    font-size: 14px;
    color: #fff;
    display: block;
    box-sizing: border-box;
}

.sect1-l .new-l .slick-dots li.slick-active {
    background-color: #0167cc;
}

.title {
    height: 35px;
    line-height: 35px;
    background-color: #eeeeee;
    overflow: hidden;
}

.title h2 {
    float: left;
    font-size: 0;
}

.title h2 span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: #78b929;
    padding-left: 20px;
    padding-right: 20px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.title .more {
    float: right;
}

.title .more a {
    line-height: 35px;
    padding-right: 20px;
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
}

.title .more:hover a {
    color: #0167cc;
}

.sect1-l .new-r {
    overflow: hidden;
    padding-left: 20px;
}

.sect1-l .new-r .nr-top {
    padding-bottom: 15px;
    border-bottom: 1px dashed #dcdcdc;
}

.sect1-l .new-r .nr-top h2 {
    font-size: 16px;
    line-height: 16px;
    padding-top: 20px;
    padding-bottom: 15px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect1-l .new-r .nr-top p {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new-r>ul>li {
    position: relative;
    margin-top: 15px;
    padding-right: 50px;
    padding-left: 15px;
    background: url(../images/list.png) no-repeat left center;
}

.new-r>ul>li>a {
    display: block;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-r>ul>li span {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 14px;
    color: #999;
}

.new-r>ul>li:hover>a {
    color: #0167cc;
}

.new-r>ul>li:hover span {
    color: #0167cc;
}

.quick>ul>li {
    padding-left: 20px;
    margin-top: 15px;
    background: url(../images/quick-icon.png) no-repeat left center;
}

.quick>ul>li>a {
    font-size: 16px;
    color: #656565;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quick>ul>li:hover>a {
    color: #0167cc;
}

.section2 {
    padding-top: 20px;
}

.section2>ul {
    overflow: hidden;
}

.section2>ul>li {
    float: left;
    width: 31%;
    margin-left: 3.5%;
}

.section2>ul>li:first-child {
    margin-left: 0;
}

.vedio .pic {
    position: relative;
    /* padding-top: 60%; */
    margin-top: 20px;
}

.vedio .pic .video1{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.vedio .pic .play{cursor:pointer;position:absolute;top:50%;left:50%;width:46px;height:46px;background:url(../images/c-i5.png) center no-repeat;-webkit-background-size:100% 100%;-moz-background-size:100%;-o-background-size:100%;background-size: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%)}
.vedio .pic .img{min-width:100%;height:100%;vertical-align:middle;max-width:none;-o-object-fit:cover;object-fit:cover;-webkit-transition:.6s;-o-transition:.6s;-moz-transition:.6s;transition:.6s}



.work .title span {
    background-color: #eeeeee;
    color: #333333;
    cursor: pointer;
}

.work .title span.on {
    background-color: #78b929;
    color: #fff;
}

.work .title .more a {
    display: none;
}

.work .title .more a:first-child {
    display: inline;
}

.work .new-r ul li {
    margin-top: 12px;
}

.work .new-r ul {
    display: none;
}

.work .new-r ul:first-child {
    display: block;
}

.look ul li {
    float: left;
    width: 48%;
    margin-left: 4%;
    margin-top: 20px;
}

.look ul li:nth-child(2n-1) {
    margin-left: 0;
}

.look ul li a {
    position: relative;
    display: block;
}

.look ul li a .pic {
    position: relative;
    padding-top: 57%;
}

.look ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 30px;
    background: rgba(0, 0, 0, .6);
    z-index: 6;
    text-align: center;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.section3 ul {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
}

.section3 ul li {
    margin: 0 8px;
}

.section3 ul li a {
    display: block;
}

.section3 ul li a .pic {
    position: relative;
    padding-top: 40%;
}

.section3 .slick-prev {
    width: 25px;
    height: 50px;
    background: url(../images/active-l.png) no-repeat center center;
    z-index: 2;
}

.section3 .slick-next {
    width: 25px;
    height: 50px;
    background: url(../images/active-r.png) no-repeat center center;
    z-index: 2;
}

@media screen and (max-width:1400px) {
    .main .intellcet {
        display: none;
    }
    .right-nav-touch {
        display: none;
    }
}

@media screen and (max-width:1000px) {
    .sect1-l {
        float: none;
        width: auto;
    }
    .sect1-r {
        float: none;
        width: auto;
        margin-top: 20px
    }
    .section2>ul>li {
        float: none;
        width: auto;
        margin-top: 20px;
        margin-left: 0;
    }
}

@media screen and (max-width:600px) {
    .sect1-l .new-l {
        float: none;
        width: auto;
    }
    .sect1-l .new-r {
        margin-top: 20px;
        padding-left: 0;
    }
    .sect1-l .new-r .nr-top h2 {
        font-size: 14px;
    }
    .quick>ul>li>a {
        font-size: 14px;
    }
    .title h2 span {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }
}