.nynewsbox a {
    background-color: #fff;
    display: block;
}

.picture {
    position: relative;
    overflow: hidden;
}

.firstItem .picture {
    width: 46%;
    height: 468px;
    background: url(../image/61a5a5089e4d9.jpg) center center no-repeat;
    background-size: cover;
    float: left;
}

.firstItem .lans {
    width: 54%;
    box-sizing: border-box;
    padding: 6% 6% 0;
    float: left;
}

.nynewsbox .time {
    font-size: 30px;
    color: #222222;
    line-height: 1;
    font-family: arial;
    font-weight: lighter;
}

.nynewsbox .t1 {
    display: inline-block;
    vertical-align: bottom;
}

.nynewsbox .t2 {
    display: inline-block;
    vertical-align: bottom;
    color: #666666;
    font-size: 16px;
    padding-top: 10px;
}

.ones {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nynewsbox .title {
    font-size: 26px;
    color: #222222;
    line-height: 1.5;
    font-weight: bold;
    margin: 40px 0 20px;
}

.twos {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.nynewsbox .content {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    max-height: 90px;
}

.nynewsbox .more {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    margin-top: 85px;
    display: block;
    width: auto;
}

.nynewsbox .more i {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/ico_right.png);
    width: 20px;
    height: 20px;
    margin-left: 10px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.nynewsbox a:hover .more i {
    animation: myfirst1 1s ease-out 0s infinite;
}

@keyframes myfirst1 {
    0% {
        margin-left: 6px;
        opacity: 1;
    }
    100% {
        margin-left: 14px;
        opacity: 0.05;
    }
}

.news_list {
    padding: 10px 0;
    margin: 0 auto;
}

.news_list a {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 40px;
    background: #ffffff;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    position: relative;
}

.news_list a:hover {
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 14%);
}

.each-item:hover .picture img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.news_list a:hover:after {
    width: 100%;
    left: 0%;
}

.news_list a:hover .l1 {
    color: #28559f;
}

.picture img {
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
}

.news_list .lans {
    padding: 20px 30px;
    box-sizing: border-box;
}

.news_list .l1 {
    line-height: 1.5;
    font-size: 20px;
    color: #222222;
    -webkit-line-clamp: 2;
    height: 68px;
    text-align: justify;
}

.news_list .l3 {
    font-size: 14px;
    color: #666666;
    margin-top: 30px;
    font-family: arial;
}

.news_list a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 4px;
    background: #28559f;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.file_list a:after {
    display: none;
}

.news_list a:nth-child(4n) {
    margin-right: 0;
}

.question_list .list {
    padding: 40px 0;
}

.question_list .list li {
    background-color: #ffffff;
    margin-bottom: 10px;
    transition: all 0.3s linear;
}

.question_list .list .q {
    cursor: pointer;
    box-sizing: border-box;
    padding: 33px 60px;
    border-bottom: 1px solid #f3f5f7;
}

.question_list .list .icon {
    float: left;
    font-size: 35px;
    color: #dcdcdc;
    font-family: Arial;
    font-weight: bold;
    width: 85px;
}

.question_list .list .arrow {
    width: 30px;
    height: 30px;
    float: right;
    background: url(../images/f2.png);
    background-size: 100% 100%;
    border: 3px solid #ccdefb;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    border-radius: 50%;
}

.question_list li.show .arrow {
    border: 3px solid #ffffff;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.question_list .list .a {
    box-sizing: border-box;
    padding: 40px 60px;
    display: none;
}

.question_list .list li.show .a {
    display: block;
}

.question_list .list .icon {
    float: left;
    font-size: 35px;
    color: #dcdcdc;
    font-family: Arial;
    font-weight: bold;
    width: 85px;
    position: relative;
}

.question_list .list .a .icon span {
    position: absolute;
    left: 0;
    clip: rect(0px 26px 40px 0);
    color: #28559f;
}

.question_list li.show .a .icon span {
    animation: example 1.5s ease-out;
    -webkit-animation: example 1.5s ease-out;
}

.question_list .list .lans {
    float: left;
    width: calc(100% - 220px);
    font-size: 16px;
    line-height: 2.4;
}

.question_list .list .a .lans {
    font-size: 16px;
    line-height: 2.4;
    text-align: justify;
}

.service .commontit .tit {
    color: #fff;
}

.service .commontit .note {
    color: #ffffff80;
}

.service .servicebox {
    position: relative;
    margin: 50px -20px;
}

.service .servicebox li {
    padding: 20px;
    text-align: center;
}

.service .servicebox li .box {
    background-color: #fff;
    padding: 20px 12px;
}

.service .servicebox li .box .tit {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0 40px 0;
}

.service .servicebox li img {
    transition: all 0.3s linear;
}

.service .servicebox li .box .num {
    font-size: 34px;
    font-weight: bold;
    color: #28559F;
}

.service .servicebox li:hover img {
    cursor: pointer;
    transform: translateY(-10px);
}

.strength {
    background: url(../images/zjgc-bg.png) center center no-repeat;
    background-size: cover;
}

.strength .swiper-slide {
    padding: 14px 25px 100px;
    box-sizing: border-box;
    transition: all .4s;
    position: relative;
}

.strength .lans {
    position: absolute;
    bottom: 30%;
    width: 80%;
    color: #fff;
    box-sizing: border-box;
    padding: 0;
    left: 10%;
    display: none;
    text-align: center;
}

.strength .swiper-slide-active {
    padding: 0;
}

.strength .swiper-slide-active .lans {
    display: block;
    background: #ffffff;
    border: 0;
    position: absolute;
    top: 91%;
    padding: 0 20px;
    box-sizing: border-box;
    box-shadow: 0 2px 10px 0 rgb(0 98 255 / 10%);
    height: 80px;
    line-height: 80px;
}

.strength .swiper-slide-active .l1 {
    color: #28559F;
    font-weight: bold;
}

.strength .swiper-slide-active .lans .l2 {
    opacity: 1;
}

.strength .lans .l1 {
    font-size: 24px;
}

.strength .lans .l2 {
    opacity: 0;
    padding-bottom: 30px;
    font-size: 16px;
}

.strength .swiper-button-prev {
    top: 50%;
    left: -100px;
    background: url(../images/ico_prev.png);
    width: 55px;
    height: 55px;
    background-size: 100% 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .3;
}

.strength .swiper-button-next {
    top: 50%;
    right: -100px;
    background: url(../images/ico_prev.png);
    width: 55px;
    height: 55px;
    background-size: 100% 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .3;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.strength .strengthbox {
    margin-top: 50px;
    position: relative;
}

.strength .strengthbox .note {
    font-size: 16px;
    color: #666;
    line-height: 25px;
    margin-top: 30px;
    text-align: justify;
}

.strength .strengthbox .rightbot {
    margin-top: 30px;
}

.strength .strengthbox .righttxt {
    margin-top: 60px;
    text-align: justify;
}

.strength .swiper-button-prev:hover,.strength .swiper-button-next:hover {
    opacity: 1;
    filter: none;
}

.file_list a {
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    margin-top: 25px;
}

.file_list li:first-child a {
    margin-top: 0;
}

.file_list .l1 {
    height: auto;
}

.file_list .l3 {
    margin-top: 20px;
}

.file_list ul li a i {
    width: 7%;
    text-align: center;
}

.file_list ul li a .lans {
    padding: 20px;
    width: 92%;
}

@media screen and (max-width:1440px) {
    .news_list .lans {
        padding: 17px 25px;
    }
    .news_list .l1 {
        line-height: 30px;
        font-size: 18px;
        height: 60px;
    }
}

@media (max-width: 1024px) {
    .news_list .l3 {
        margin-top: 20px;
    }
    .news_list a {
        margin-top: 20px;
        margin-right: 0;
        display: flex;
    }
    .news_list .l1 {
        font-size: 14px;
        height: 51px;
        line-height: 1.6;
    }
    .news_list .l3 {
        margin-top: 10px;
    }
    .nynewsbox .firstItem .picture {
        min-height: 213px;
        background-size: cover;
    }
    .nynewsbox .picture {
        height: auto;
        float: left;
        flex: 0 0 43%;
    }
    .nynewsbox .lans {
        float: right;
        padding: 10px 15px;
        flex: 1 1 57%;
    }
    .nynewsbox .time {
        font-size: 25px;
    }
    .nynewsbox .t2 {
        font-size: 14px;
    }
    .nynewsbox .title {
        font-size: 17px;
        margin: 17px 0 8px;
    }
    .nynewsbox .content,
    .nynewsbox .more {
        font-size: 12px;
        line-height: 2;
    }
    .nynewsbox .more {
        margin-top: 20px;
    }
    .nynewsbox .content,
    .nynewsbox .more {
        font-size: 12px;
        line-height: 2;
    }
    .nynewsbox .more i {
        height: 24px;
    }

    .service .servicebox {
        margin: 10px 0 0 0;
    }

    .service .servicebox li {
        padding: 10px;
    }

    .service .servicebox li .box img {
        width: 50px;
    }

    .service .servicebox li .box .tit {
        margin: 10px 0;
        font-size: 16px;
    }

    .service .servicebox li .box .num {
        font-size: 22px;
    }

    .strength .swiper-button-prev {
        left: 0;
    }
    .strength .swiper-button-next {
        right: 0;
    }

    .strength .swiper-slide-active .lans {
        top: 90%;
        min-height: 50px;
    }

    .strength .lans .l1 {
        font-size: 18px;
        padding: 0 10px;
    }

    .strength .swiper-slide-active .lans .l2 {
        display: none;
    }

    .strength .strengthbox {
        margin-top: 20px;
    }

    .strength .strengthbox .tit {
        font-size: 18px;
        margin-bottom: 0;
    }

    .strength .strengthbox .note {
        margin-top: 15px;
        font-size: 14px;
    }

    .strength .strengthbox>.am-fl img {
        margin-top: 20px;
    }

    .strength .strengthbox .am-fr {
        padding-left: 20px;
    }

    .strength .strengthbox .rightbot {
        margin-top: 20px;
    }

    .strength .rightbot .am-fl {
        float: none;
        width: 100%;
    }

    .strength .strengthbox .righttxt {
        margin-top: 20px;
        float: none;
        width: 100%;
        font-size: 14px;
        padding-left: 0;
    }

    .file_list ul li a i {
        width: 15%;
        padding: 0 10px;
    }

    .file_list ul li a .lans {
        width: 70%;
        padding: 10px;
    }

    .file_list .l1 {
        height: auto;
    }

    .file_list .l3 {
        margin-top: 10px;
    }

    .file_list a {
        margin-top: 10px;
    }

    .question_list .list {
        padding: 0;
    }

    .question_list .list li {
        margin-bottom: 6px;
    }

    .question_list .list .q, .question_list .list .a {
        padding: 8px 3%;
    }

    .question_list .list .icon {
        width: 28px;
        font-size: 20px;
        line-height: 32px;
    }

    .question_list .list .q .lans {
        padding-top: 3px;
        width: calc(100% - 80px);
        font-size: 14px;
    }
    .question_list .list .arrow {
        width: 21px;
        height: 21px;
        margin-top: 3px;
    }
    .question_list .list .icon {
        width: 28px;
        font-size: 20px;
        line-height: 32px;
    }
    .question_list .list .a .lans {
        font-size: 12px;
        line-height: 2;
        width: calc(100% - 40px);
    }
}

@media screen and (max-width:768px) {}