/* 关于蕙特 */

.index_about {
    width: 100%;
    padding: 140px 0;
}

.index_about .content {
    width: 75%;
    margin: 0 auto;
}

.index_about .content .boxlist {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_about .content .boxlist .left {
    width: 36.8%;
    position: relative;
}

.index_about .content .boxlist .left::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    transform: translate(-40%, -50%);
    -webkit-transform: translate(-40%, -50%);
    -moz-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    -o-transform: translate(-40%, -50%);
    width: 120%;
    height: 100%;
    background: url(../images/index_about_background.png) no-repeat;
    background-size: 100%;
    z-index: -1;
}

.index_about .content .boxlist .left .theme {
    width: 100%;
    margin-bottom: 50px;
}

.index_about .content .boxlist .left .theme p {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.index_about .content .boxlist .left .theme h1 {
    font-size: 40px;
    color: #1360b4;
    line-height: 40px;
    font-weight: bold;
}

.index_about .content .boxlist .left .info {
    width: 100%;
    margin-bottom: 60px;
}

.index_about .content .boxlist .left .info p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}

.index_about .content .boxlist .left .more {
    width: 150px;
    height: 44px;
    border: 1px solid #2885d0;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_about .content .boxlist .left .more a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_about .content .boxlist .left .more a span {
    font-size: 14px;
    line-height: 30px;
    color: #1360b4;
    margin-left: 16px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_about .content .boxlist .left .more:hover a span {
    color: #ffffff;
}

.index_about .content .boxlist .left .more a .img {
    width: 36px;
    height: 36px;
    margin-right: 4px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: url(../images/index_more_icon01.png) no-repeat;
    background-size: 100%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_about .content .boxlist .left .more:hover a .img {
    background: url(../images/index_more_icon02.png) no-repeat;
    background-size: 100%;
}

.index_about .content .boxlist .left .more:hover {
    background-color: #1360b4;
}

.index_about .content .boxlist .right {
    width: 37.5%;
    position: relative;
}

.index_about .content .boxlist .right .img {
    width: 100%;
    overflow: hidden;
}

.index_about .content .boxlist .right .img img {
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.index_about .content .boxlist .right .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.index_about .content .boxlist .right .img1 {
    width: 48%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    overflow: hidden;
}

.index_about .content .boxlist .right .img1 img {
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.index_about .content .boxlist .right .img1:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

@media (max-width: 1400px) {
    .index_about .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .index_about .content {
        width: 95%;
    }
    .index_about .content .boxlist .left .theme h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .index_about .content .boxlist .left .theme {
        margin-bottom: 30px;
    }
    .index_about .content .boxlist .left .info {
        margin-bottom: 40px;
    }
    .index_about .content .boxlist .left .more {
        width: 130px;
        height: 38px;
    }
    .index_about .content .boxlist .left .more a .img {
        width: 28px;
        height: 28px;
    }
    .index_about .content .boxlist .left::after {
        width: 100%;
        transform: translate(-10%, -50%);
        -webkit-transform: translate(-10%, -50%);
        -moz-transform: translate(-10%, -50%);
        -ms-transform: translate(-10%, -50%);
        -o-transform: translate(-10%, -50%);
    }
    .index_about {
        padding: 100px 0;
    }
}

@media (max-width: 1000px) {
    .index_about .content .boxlist .left {
        width: 45%;
    }
    .index_about .content .boxlist .right {
        width: 40%;
    }
}

@media (max-width: 760px) {
    .index_about .content .boxlist {
        flex-wrap: wrap;
    }
    .index_about .content .boxlist .left {
        width: 100%;
        margin-bottom: 40px;
    }
    .index_about .content .boxlist .right {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .index_about .content .boxlist .left::after {
        width: 60%;
    }
    .index_about .content .boxlist .right .img {
        width: 80%;
    }
    .index_about .content .boxlist .right .img1 {
        left: 20%;
        width: 38%;
    }
}

@media (max-width: 550px) {
    .index_about {
        padding: 60px 0;
    }
    .index_about .content .boxlist .left .theme h1 {
        font-size: 18px;
    }
    .index_about .content .boxlist .left .theme p {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 0px;
    }
    .index_about .content .boxlist .left .theme {
        margin-bottom: 20px;
    }
    .index_about .content .boxlist .left .info p {
        font-size: 12px;
        line-height: 24px;
    }
    .index_about .content .boxlist .left .more a span {
        font-size: 12px;
        line-height: 24px;
        margin-left: 12px;
    }
    .index_about .content .boxlist .left .more {
        width: 110px;
        height: 32px;
    }
    .index_about .content .boxlist .left .more a .img {
        width: 24px;
        height: 24px;
    }
    .index_about .content .boxlist .left .info {
        margin-bottom: 30px;
    }
    .index_about .content .boxlist .left::after {
        transform: translate(-10%, -42%);
        -webkit-transform: translate(-10%, -42%);
        -moz-transform: translate(-10%, -42%);
        -ms-transform: translate(-10%, -42%);
        -o-transform: translate(-10%, -42%);
    }
}


/* 关于天禾 */

.index_product {
    width: 100%;
    padding: 100px 0 130px;
    background: url(../images/index_product_background.jpg) no-repeat;
    background-size: cover;
}

.index_product .content {
    width: 100%;
}

.index_product .content .boxlist {
    width: 100%;
}

.index_product .content .boxlist .top {
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.index_product .content .boxlist .top .theme {
    width: auto;
}

.index_product .content .boxlist .top .theme p {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.index_product .content .boxlist .top .theme h1 {
    font-size: 40px;
    color: #1360b4;
    line-height: 40px;
    font-weight: bold;
}

.index_product .content .boxlist .top .more {
    width: 150px;
    height: 44px;
    border: 1px solid #2885d0;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_product .content .boxlist .top .more a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_product .content .boxlist .top .more a span {
    font-size: 14px;
    line-height: 30px;
    color: #1360b4;
    margin-left: 16px;
    transition: all .5s linear;
}

.index_product .content .boxlist .top .more a .img {
    width: 36px;
    height: 36px;
    margin-right: 4px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: url(../images/index_more_icon01.png) no-repeat;
    background-size: 100%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_product .content .boxlist .top .more:hover {
    background-color: #1360b4;
}

.index_product .content .boxlist .top .more:hover a span {
    color: #ffffff;
}

.index_product .content .boxlist .top .more:hover a .img {
    background: url(../images/index_more_icon02.png) no-repeat;
    background-size: 100%;
}

.index_product .content .boxlist .bottom {
    width: 100%;
}

.index_product .content .boxlist .bottom .swiper {
    width: 100%;
    padding-bottom: 50px;
}

.index_product .content .boxlist .bottom .swiper .swiper_div {
    width: 75%;
    margin: 0 auto;
}

.index_product .content .boxlist .bottom .swiper .swiper_div .swiper-wrapper {
    width: 100%;
}

.index_product .content .boxlist .bottom .swiper .swiper_div .swiper-wrapper .swiper-slide {
    width: 100%;
    opacity: 0.5;
}

.index_product .content .boxlist .bottom .swiper .swiper_div .swiper-wrapper .swiper-slide.my-slide-visible {
    opacity: 1;
}

.index_product .content .boxlist .bottom .swiper .swiper_div .swiper-wrapper .swiper-slide .list {
    width: 100%;
    padding: 20px;
    background-color: #fff;
    box-shadow: 8px 8px 40px rgba(8, 43, 77, .12);
}

.index_product .content .boxlist .bottom .swiper .swiper_div .swiper-wrapper .swiper-slide .list .list_img {
    width: 100%;
}

.index_product .content .boxlist .bottom .swiper .swiper_div .swiper-wrapper .swiper-slide .list .list_img .img {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.index_product .content .boxlist .bottom .swiper .swiper_div .swiper-wrapper .swiper-slide .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_product .content .boxlist .bottom .swiper .swiper_div .swiper-wrapper .swiper-slide .list .list_img .img a img {
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.index_product .content .boxlist .bottom .swiper .swiper_div .swiper-wrapper .swiper-slide .list .list_img:hover .img a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.index_product .content .boxlist .bottom .swiper .swiper_div .swiper-wrapper .swiper-slide .list .list_txt {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 10px;
}

.index_product .content .boxlist .bottom .swiper .swiper_div .swiper-wrapper .swiper-slide .list .list_txt .theme {
    width: 100%;
    margin-bottom: 10px;
}

.index_product .content .boxlist .bottom .swiper .swiper_div .swiper-wrapper .swiper-slide .list .list_txt .theme h1 {
    font-weight: normal;
}

.index_product .content .boxlist .bottom .swiper .swiper_div .swiper-wrapper .swiper-slide .list .list_txt .theme h1 a {
    font-size: 20px;
    color: #222222;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.index_product .content .boxlist .bottom .swiper .swiper_div .swiper-wrapper .swiper-slide .list .list_txt .theme p {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.index_product .content .boxlist .bottom .swiper .swiper_div .swiper-wrapper .swiper-slide .list .list_txt .more {
    width: 100%;
}

.index_product .content .boxlist .bottom .swiper .swiper_div .swiper-wrapper .swiper-slide .list .list_txt .more a {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1360b4;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_product .content .boxlist .bottom .swiper .swiper_div .swiper-wrapper .swiper-slide .list .list_txt .more a img {
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_product .content .boxlist .bottom .swiper .swiper_div .swiper-wrapper .swiper-slide .list:hover .list_txt .more a {
    background-color: #1360b4;
}

.index_product .content .boxlist .bottom .swiper .swiper_div .swiper-wrapper .swiper-slide .list:hover .list_txt .more a img {
    filter: brightness(200);
    -webkit-filter: brightness(200);
}

.index_product .content .boxlist .bottom .swiper .swiper-pagination {
    width: 75%;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    height: 1px;
    padding: 1px 0;
    background-color: #b6cce3;
}

.index_product .content .boxlist .bottom .swiper .swiper-pagination .swiper-pagination-progressbar-fill {
    height: 3px;
    margin-top: -1px;
    background-color: #1360b4;
}

@media (max-width: 1400px) {
    .index_product .content .boxlist .top {
        width: 85%;
    }
    .index_product .content .boxlist .bottom .swiper .swiper_div {
        width: 85%;
    }
    .index_product .content .boxlist .bottom .swiper .swiper-pagination {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .index_product .content .boxlist .top {
        width: 95%;
    }
    .index_product .content .boxlist .bottom .swiper .swiper_div {
        width: 95%;
    }
    .index_product .content .boxlist .bottom .swiper .swiper-pagination {
        width: 95%;
    }
    .index_product .content .boxlist .top .theme h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .index_product .content .boxlist .top .more {
        width: 130px;
        height: 38px;
    }
    .index_product .content .boxlist .top .more a .img {
        width: 28px;
        height: 28px;
    }
    .index_product .content .boxlist .top {
        margin-bottom: 30px;
    }
    .index_product {
        padding: 80px 0 100px;
    }
    .index_product .content .boxlist .bottom .swiper .swiper_div .swiper-wrapper .swiper-slide .list .list_txt .theme h1 a {
        font-size: 16px;
        line-height: 24px;
    }
    .index_product .content .boxlist .bottom .swiper .swiper_div .swiper-wrapper .swiper-slide .list .list_txt .theme p {
        font-size: 13px;
        line-height: 24px;
    }
}

@media (max-width: 550px) {
    .index_product .content .boxlist .top .theme h1 {
        font-size: 18px;
    }
    .index_product .content .boxlist .top .theme p {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 0px;
    }
    .index_product .content .boxlist .top {
        margin-bottom: 30px;
    }
    .index_product {
        padding: 60px 0 80px;
    }
    .index_product .content .boxlist .top .more {
        width: 110px;
        height: 32px;
    }
    .index_product .content .boxlist .top .more a span {
        font-size: 12px;
        line-height: 24px;
        margin-left: 12px;
    }
    .index_product .content .boxlist .top .more a .img {
        width: 24px;
        height: 24px;
    }
    .index_product .content .boxlist .bottom .swiper {
        padding-bottom: 30px;
    }
    .index_product .content .boxlist .bottom .swiper .swiper_div .swiper-wrapper .swiper-slide .list {
        padding: 10px;
    }
    .index_product .content .boxlist .bottom .swiper .swiper_div .swiper-wrapper .swiper-slide .list .list_txt {
        margin-top: 10px;
    }
    .index_product .content .boxlist .bottom .swiper .swiper_div .swiper-wrapper .swiper-slide .list .list_txt .theme h1 a {
        font-size: 14px;
    }
    .index_product .content .boxlist .bottom .swiper .swiper_div .swiper-wrapper .swiper-slide .list .list_txt .theme p {
        font-size: 12px;
    }
}


/* 最新资讯 */

.index_news {
    width: 100%;
    padding: 140px 0;
}

.index_news .content {
    width: 75%;
    margin: 0 auto;
}

.index_news .content .boxlist {
    width: 100%;
}

.index_news .content .boxlist .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.index_news .content .boxlist .top .theme {
    width: auto;
}

.index_news .content .boxlist .top .theme p {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.index_news .content .boxlist .top .theme h1 {
    font-size: 40px;
    color: #1360b4;
    line-height: 40px;
    font-weight: bold;
}

.index_news .content .boxlist .top .more {
    width: 150px;
    height: 44px;
    border: 1px solid #2885d0;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_news .content .boxlist .top .more a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_news .content .boxlist .top .more a span {
    font-size: 14px;
    line-height: 30px;
    color: #1360b4;
    margin-left: 16px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_news .content .boxlist .top .more a .img {
    width: 36px;
    height: 36px;
    margin-right: 4px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: url(../images/index_more_icon01.png) no-repeat;
    background-size: 100%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_news .content .boxlist .top .more:hover {
    background-color: #1360b4;
}

.index_news .content .boxlist .top .more:hover a span {
    color: #ffffff;
}

.index_news .content .boxlist .top .more:hover a .img {
    background: url(../images/index_more_icon02.png) no-repeat;
    background-size: 100%;
}

.index_news .content .boxlist .bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.index_news .content .boxlist .bottom .bottom_content {
    width: 31.25%;
}

.index_news .content .boxlist .bottom .bottom_content.left .list {
    width: 100%;
}

.index_news .content .boxlist .bottom .bottom_content.left .list .list_img {
    width: 100%;
}

.index_news .content .boxlist .bottom .bottom_content.left .list .list_img .img {
    width: 100%;
    padding-bottom: 66.6%;
    position: relative;
    overflow: hidden;
}

.index_news .content .boxlist .bottom .bottom_content.left .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_news .content .boxlist .bottom .bottom_content.left .list .list_img .img a img {
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.index_news .content .boxlist .bottom .bottom_content.left .list .list_img:hover .img a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.index_news .content .boxlist .bottom .bottom_content.left .list .list_txt {
    width: 100%;
    padding: 15px;
    background-color: #f6f6f6;
}

.index_news .content .boxlist .bottom .bottom_content.left .list .list_txt .theme {
    width: 100%;
    margin-bottom: 15px;
}

.index_news .content .boxlist .bottom .bottom_content.left .list .list_txt .time {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}

.index_news .content .boxlist .bottom .bottom_content.left .list .list_txt .theme h1 {
    margin-bottom: 10px;
    font-weight: normal;
}

.index_news .content .boxlist .bottom .bottom_content.left .list .list_txt .theme h1 a {
    font-size: 22px;
    color: #222222;
    line-height: 30px;
    height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index_news .content .boxlist .bottom .bottom_content.left .list:hover .list_txt .theme h1 a {
    color: #1360b4;
}

.index_news .content .boxlist .bottom .bottom_content.left .list .list_txt .theme p {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    height: 52px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index_news .content .boxlist .bottom .bottom_content .list .list_txt .more {
    width: 100%;
    margin-bottom: 20px;
}

.index_news .content .boxlist .bottom .bottom_content .list .list_txt .more a {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1360b4;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_news .content .boxlist .bottom .bottom_content .list .list_txt .more a img {
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_news .content .boxlist .bottom .bottom_content .list:hover .list_txt .more a {
    background-color: #1360b4;
}

.index_news .content .boxlist .bottom .bottom_content .list:hover .list_txt .more a img {
    filter: brightness(200);
    -webkit-filter: brightness(200);
}

.index_news .content .boxlist .bottom .bottom_content.center {
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
}

.index_news .content .boxlist .bottom .bottom_content.center .list {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 6.7%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_news .content .boxlist .bottom .bottom_content.center .list:hover {
    border-bottom: 1px solid #1360b4;
}

.index_news .content .boxlist .bottom .bottom_content.center .list:last-child {
    margin-bottom: 0;
}

.index_news .content .boxlist .bottom .bottom_content.center .list .list_txt {
    width: 100%;
    position: relative;
}

.index_news .content .boxlist .bottom .bottom_content.center .list .list_txt .theme {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 40px;
}

.index_news .content .boxlist .bottom .bottom_content.center .list .list_txt .time {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}

.index_news .content .boxlist .bottom .bottom_content.center .list .list_txt .theme h1 {
    margin-bottom: 10px;
    font-weight: normal;
}

.index_news .content .boxlist .bottom .bottom_content.center .list .list_txt .theme h1 a {
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_news .content .boxlist .bottom .bottom_content.center .list:hover .list_txt .theme h1 a {
    color: #1360b4;
}

.index_news .content .boxlist .bottom .bottom_content.center .list .list_txt .theme p {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.index_news .content .boxlist .bottom .bottom_content.center .list .list_txt .more {
    margin-bottom: 0px;
    width: auto;
    position: absolute;
    top: 32px;
    right: 5px;
}

.index_news .content .boxlist .bottom .bottom_content.right {
    background-color: #f6f6f6;
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}

.index_news .content .boxlist .bottom .bottom_content.right .title {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
}

.index_news .content .boxlist .bottom .bottom_content.right .title h1 {
    font-size: 20px;
    color: #1360b4;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.index_news .content .boxlist .bottom .bottom_content.right .list {
    width: 100%;
    margin-top: 4.4%;
}

.index_news .content .boxlist .bottom .bottom_content.right .list .list_txt {
    width: 100%;
    position: relative;
    padding-left: 30px;
}

.index_news .content .boxlist .bottom .bottom_content.right .list .list_txt::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/index_news_icon01.png) no-repeat;
    background-size: 100%;
}

.index_news .content .boxlist .bottom .bottom_content.right .list .list_txt .theme {
    width: 100%;
}

.index_news .content .boxlist .bottom .bottom_content.right .list .list_txt .theme h1 {
    margin-bottom: 10px;
    font-weight: normal;
}

.index_news .content .boxlist .bottom .bottom_content.right .list .list_txt .theme h1 a {
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_news .content .boxlist .bottom .bottom_content.right .list:hover .list_txt .theme h1 a {
    color: #1360b4;
}

.index_news .content .boxlist .bottom .bottom_content.right .list .list_txt .theme p {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1400px) {
    .index_news .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .index_news .content {
        width: 95%;
    }
    .index_news .content .boxlist .top .theme h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .index_news .content .boxlist .top .more {
        width: 130px;
        height: 38px;
    }
    .index_news .content .boxlist .top .more a .img {
        width: 28px;
        height: 28px;
    }
    .index_news .content .boxlist .top {
        margin-bottom: 30px;
    }
    .index_news {
        padding: 100px 0;
    }
    .index_news .content .boxlist .bottom .bottom_content.left .list .list_txt .theme h1 a {
        font-size: 18px;
        line-height: 24px;
        height: 48px;
    }
    .index_news .content .boxlist .bottom .bottom_content.left .list .list_txt .theme p {
        font-size: 13px;
        line-height: 24px;
        height: 48px;
    }
    .index_news .content .boxlist .bottom .bottom_content.center .list .list_txt .theme h1 a {
        font-size: 16px;
        line-height: 24px;
    }
    .index_news .content .boxlist .bottom .bottom_content.center .list .list_txt .time {
        font-size: 13px;
        line-height: 24px;
    }
    .index_news .content .boxlist .bottom .bottom_content.center .list .list_txt .more {
        top: 23px;
        right: 2px;
    }
    .index_news .content .boxlist .bottom .bottom_content.center .list .list_txt .theme p {
        font-size: 13px;
        line-height: 24px;
    }
    .index_news .content .boxlist .bottom .bottom_content.right .list .list_txt .theme h1 a {
        font-size: 16px;
        line-height: 24px;
    }
    .index_news .content .boxlist .bottom .bottom_content.right .list .list_txt .theme p {
        font-size: 13px;
        line-height: 24px;
    }
    .index_news .content .boxlist .bottom .bottom_content.right .list .list_txt::after {
        top: 2px;
    }
    .index_news .content .boxlist .bottom .bottom_content.right .title h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1000px) {
    .index_news .content .boxlist .bottom {
        flex-wrap: wrap;
    }
    .index_news .content .boxlist .bottom .bottom_content {
        width: 48%;
        margin-bottom: 40px;
    }
    .index_news .content .boxlist .bottom .bottom_content.right {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin-bottom: 0px;
    }
    .index_news .content .boxlist .bottom .bottom_content.right .list {
        width: 48%;
        margin-top: 20px !important;
    }
    .index_news .content .boxlist .bottom .bottom_content.right .title {
        margin-bottom: 0;
    }
}

@media (max-width: 550px) {
    .index_news .content .boxlist .bottom .bottom_content {
        width: 100%;
        margin-bottom: 20px;
    }
    .index_news .content .boxlist .bottom .bottom_content.center .list {
        margin-bottom: 15px !important;
    }
    .index_news .content .boxlist .bottom .bottom_content.right .list {
        width: 100%;
        margin-top: 15px !important;
    }
    .index_news .content .boxlist .top .theme h1 {
        font-size: 18px;
    }
    .index_news .content .boxlist .top .theme p {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 0px;
    }
    .index_news .content .boxlist .top {
        margin-bottom: 20px;
    }
    .index_news {
        padding: 60px 0;
    }
    .index_news .content .boxlist .top .more {
        width: 110px;
        height: 32px;
    }
    .index_news .content .boxlist .top .more a span {
        font-size: 12px;
        line-height: 24px;
        margin-left: 12px;
    }
    .index_news .content .boxlist .top .more a .img {
        width: 24px;
        height: 24px;
    }
    .index_news .content .boxlist .bottom .bottom_content.right .title h1 {
        font-size: 16px;
    }
    .index_news .content .boxlist .bottom .bottom_content.right .list .list_txt .theme h1 a {
        font-size: 14px;
    }
    .index_news .content .boxlist .bottom .bottom_content.right .list .list_txt .theme p {
        font-size: 12px;
    }
    .index_news .content .boxlist .bottom .bottom_content.right .list .list_txt::after {
        width: 15px;
        height: 15px;
        top: 4px;
    }
    .index_news .content .boxlist .bottom .bottom_content.center .list .list_txt .time {
        font-size: 12px;
    }
    .index_news .content .boxlist .bottom .bottom_content.center .list .list_txt .theme h1 a {
        font-size: 14px;
    }
    .index_news .content .boxlist .bottom .bottom_content.center .list .list_txt .theme p {
        font-size: 12px;
    }
    .index_news .content .boxlist .bottom .bottom_content.center .list .list_txt .theme h1 {
        margin-bottom: 0px;
    }
    .index_news .content .boxlist .bottom .bottom_content.center .list .list_txt .more {
        top: 22px;
    }
    .index_news .content .boxlist .bottom .bottom_content.left .list .list_txt .theme h1 a {
        font-size: 16px;
    }
    .index_news .content .boxlist .bottom .bottom_content.left .list .list_txt .time {
        font-size: 12px;
        line-height: 24px;
    }
    .index_news .content .boxlist .bottom .bottom_content.left .list .list_txt .theme p {
        font-size: 12px;
    }
    .index_news .content .boxlist .bottom .bottom_content .list .list_txt .more {
        margin-bottom: 10px;
    }
}


/* 关系企业 */

.index_partner {
    width: 100%;
    padding-bottom: 190px;
}

.index_partner .content {
    width: 75%;
    margin: 0 auto;
}

.index_partner .content .boxlist {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.index_partner .content .boxlist .left {
    width: 33%;
    position: relative;
}

.index_partner .content .boxlist .left .theme {
    width: 100%;
    margin-bottom: 50px;
}

.index_partner .content .boxlist .left .theme p {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.index_partner .content .boxlist .left .theme h1 {
    font-size: 40px;
    color: #1360b4;
    line-height: 40px;
    font-weight: bold;
}

.index_partner .content .boxlist .left .info {
    width: 100%;
    margin-bottom: 60px;
}

.index_partner .content .boxlist .left .info p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}

.index_partner .content .boxlist .left .more {
    width: 150px;
    height: 44px;
    border: 1px solid #2885d0;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_partner .content .boxlist .left .more a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_partner .content .boxlist .left .more a span {
    font-size: 14px;
    line-height: 30px;
    color: #1360b4;
    margin-left: 16px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_partner .content .boxlist .left .more a .img {
    width: 36px;
    height: 36px;
    margin-right: 4px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: url(../images/index_more_icon01.png) no-repeat;
    background-size: 100%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_partner .content .boxlist .left .more:hover {
    background-color: #1360b4;
}

.index_partner .content .boxlist .left .more:hover a span {
    color: #ffffff;
}

.index_partner .content .boxlist .left .more:hover a .img {
    background: url(../images/index_more_icon02.png) no-repeat;
    background-size: 100%;
}

.index_partner .content .boxlist .right {
    width: 49.3%;
    display: flex;
    flex-wrap: wrap;
}

.index_partner .content .boxlist .right .list {
    width: 30.98%;
    margin-right: 2.8%;
    margin-bottom: 3%;
    border: 1px solid #dddddd;
}

.index_partner .content .boxlist .right .list:nth-child(3n) {
    margin-right: 0%;
}

.index_partner .content .boxlist .right .list .list_img {
    width: 100%;
    overflow: hidden;
}

.index_partner .content .boxlist .right .list .list_img .img {
    width: 100%;
}

.index_partner .content .boxlist .right .list .list_img .img img {
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.index_partner .content .boxlist .right .list .list_img:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

@media (max-width: 1400px) {
    .index_partner .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .index_partner .content {
        width: 95%;
    }
    .index_partner .content .boxlist .left .theme h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .index_partner .content .boxlist .left .theme {
        margin-bottom: 30px;
    }
    .index_partner .content .boxlist .left .info {
        margin-bottom: 40px;
    }
    .index_partner .content .boxlist .left .more {
        width: 130px;
        height: 38px;
    }
    .index_partner .content .boxlist .left .more a .img {
        width: 28px;
        height: 28px;
    }
    .index_partner {
        padding-bottom: 120px;
    }
}

@media (max-width: 1000px) {
    .index_partner .content .boxlist .left {
        width: 45%;
    }
}

@media (max-width: 760px) {
    .index_partner .content .boxlist {
        flex-wrap: wrap;
    }
    .index_partner .content .boxlist .left {
        width: 100%;
        margin-bottom: 40px;
    }
    .index_partner .content .boxlist .right {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .index_partner {
        padding-bottom: 80px;
    }
    .index_partner .content .boxlist .left .theme h1 {
        font-size: 18px;
    }
    .index_partner .content .boxlist .left .theme p {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 0px;
    }
    .index_partner .content .boxlist .left .theme {
        margin-bottom: 20px;
    }
    .index_partner .content .boxlist .left .info p {
        font-size: 12px;
        line-height: 24px;
    }
    .index_partner .content .boxlist .left .more a span {
        font-size: 12px;
        line-height: 24px;
        margin-left: 12px;
    }
    .index_partner .content .boxlist .left .more {
        width: 110px;
        height: 32px;
    }
    .index_partner .content .boxlist .left .more a .img {
        width: 24px;
        height: 24px;
    }
    .index_partner .content .boxlist .left .info {
        margin-bottom: 30px;
    }
}


/* 专业化、标准化、国际化 */

.index_profession {
    width: 100%;
    background: url(../images/index_profession_background.jpg) no-repeat center center;
    background-size: cover;
    padding: 80px 0 100px;
}

.index_profession .content {
    width: 75%;
    margin: 0 auto;
}

.index_profession .content .boxlist {
    width: 100%;
}

.index_profession .content .boxlist .top {
    width: 100%;
}

.index_profession .content .boxlist .top .theme {
    width: 100%;
    margin-bottom: 60px;
}

.index_profession .content .boxlist .top .theme h1 {
    font-size: 36px;
    color: #ffffff;
    line-height: 40px;
    font-weight: bold;
}

.index_profession .content .boxlist .bottom {
    width: 100%;
}

.index_profession .content .boxlist .bottom ul {
    width: 100%;
    display: flex;
}

.index_profession .content .boxlist .bottom ul li {
    margin-right: 60px;
}

.index_profession .content .boxlist .bottom ul li h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.index_profession .content .boxlist .bottom ul li h3 span {
    font-size: 56px;
    color: #ffffff;
    line-height: 50px;
    font-weight: bold;
}

.index_profession .content .boxlist .bottom ul li h3 sup {
    font-size: 30px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(130%, -20%);
    -webkit-transform: translate(130%, -20%);
    -moz-transform: translate(130%, -20%);
    -ms-transform: translate(130%, -20%);
    -o-transform: translate(130%, -20%);
}

.index_profession .content .boxlist .bottom ul li p {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-left: 5px;
}

@media (max-width: 1400px) {
    .index_profession .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .index_profession .content {
        width: 95%;
    }
    .index_profession .content .boxlist .top .theme {
        margin-bottom: 40px;
    }
    .index_profession .content .boxlist .top .theme h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .index_profession .content .boxlist .bottom ul li h3 span {
        font-size: 40px;
        line-height: 40px;
    }
    .index_profession .content .boxlist .bottom ul li h3 sup {
        font-size: 24px;
    }
    .index_profession .content .boxlist .bottom ul li p {
        font-size: 14px;
        line-height: 24px;
    }
    .index_profession {
        padding: 60px 0 80px;
    }
}

@media (max-width: 550px) {
    .index_profession .content .boxlist .top .theme {
        margin-bottom: 20px;
    }
    .index_profession .content .boxlist .top .theme h1 {
        font-size: 18px;
    }
    .index_profession .content .boxlist .bottom ul li h3 span {
        font-size: 30px;
        line-height: 30px;
    }
    .index_profession .content .boxlist .bottom ul li h3 sup {
        font-size: 18px;
    }
    .index_profession .content .boxlist .bottom ul li p {
        font-size: 12px;
    }
    .index_profession {
        padding: 40px 0 60px;
    }
    .index_profession .content .boxlist .bottom ul li {
        margin-right: 40px;
    }
}