/*分页*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

/*分页结束*/
.noData {
    text-align: center;
    font-size: 16px;
    line-height: 200px
}


/* 重置 */
.page {
    width: 1200px;
    margin: 0 auto;
    background: none;
    position: initial;
}

.holder {
    width: 1365px;
    margin: 0 auto;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #000;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

/* 头部 */
#head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 20px 0;
    z-index: 99;
}

#head .page {
    width: 1360px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#head .page .logo {
    width: 20%;
}

#head .page .logo img {
    width: 100%;
}

#head .page .logo img:nth-child(2) {
    display: none;
}

#head.head .page .logo img:nth-child(2) {
    display: block;
}

#head.head .page .logo img:nth-child(1) {
    display: none;
}

#head .page .nav {
    width: 60%;
}

#head .page .nav>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#head .page .nav>ul>li>a {
    color: #fff;
    font-size: 18px;
}

#head.head {
    background: #fff;
}

#head.head .page .nav>ul>li>a {
    color: #000;
}

.monav {
    display: none;
}

#head .mocolumn {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    z-index: 99;
    display: none;
}

#head .mocolumn li {
    height: 40px;
    padding-left: 20px;
    border-bottom: 1px solid #ddd;
}

#head .mocolumn li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

/* 公司简介 */
.part1 {
    padding-top: 55px;
}

.part1 .holder {
    background: #292e42;
    position: relative;
    padding-top: 150px;
    padding-bottom: 35px;
}

.part1 .holder .title {
    display: flex;
    align-items: flex-end;
    height: 65px;
    position: absolute;
    z-index: 5;
    top: 20px;
}

.part1 .holder .title h2 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-right: 10px;
    letter-spacing: 5px;
}

.part1 .holder .title span {
    color: #fff;
    font-size: 14px;
}

.part1 .holder i {
    font-style: inherit;
    color: #34394c;
    font-size: 100px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 4%;
    line-height: 80px;
}

.part1_main {
    width: 1145px;
    margin-left: auto;
    position: relative;
}

.part1_main .left {
    height: 415px;
}

.part1_main .right {
    width: 62%;
    background: #fff;
    padding: 60px 100px;
    position: absolute;
    right: 0;
    top: 10%;
}

.part1_main .right h3 {
    font-size: 18px;
}

.part1_main .right .desc {
    font-size: 16px;
    margin: 30px 0;
}

.part1_main .right .more {
    width: 145px;
    height: 42px;
    background: #c00301;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 企业文化 */
.part2 {
    margin-top: 95px;
    background: url(/public/upload/topic/image/home_back1.jpg);
}

.part2 .title>img {
    width: 50%;
    height: 247px;
    object-fit: cover;
}

.part2 .title {
    display: flex;
    align-items: center;
    margin-bottom: 95px;
}

.part2 .title .tit {
    margin-left: 35px;
}

.part2 .title .tit h2 {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    padding-bottom: 7px;
}

.part2 .title .tit h2::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 4px;
    background: #c30000;
    bottom: 0;
    left: 0;
}

.part2 .title .tit span {
    font-size: 25px;
    font-weight: bold;
    color: #555555;
}

.part2_main .page {
    display: flex;
    justify-content: space-between;
}

.part2_main .page .item {
    width: 49.5%;
    background: #f2f2f2;
    padding: 90px 0 100px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.part2_main .page .item h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding-bottom: 20px;
    margin-bottom: 15px;
    position: relative;
}

.part2_main .page .item h3::after {
    display: block;
    width: 70%;
    content: '';
    height: 5px;
    background: #c20000;
    position: absolute;
    bottom: 0;
    left: 15%;
}

.part2_main .page .item span {
    font-size: 15px;
    color: #555;
    font-weight: bold;
}

/* 业务介绍 */
.part3 {
    padding-top: 160px;
    background: url(/public/upload/topic/image/home_back2.jpg) no-repeat;
}

.part3 .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.part3 .title h2 {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    padding-bottom: 7px;
    width: max-content;
}

.part3 .title h2::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 4px;
    background: #c30000;
    bottom: 0;
    left: 25%;
}

.part3 .title span {
    font-size: 25px;
    font-weight: bold;
    color: #555555;
}

.part3_main {
    margin-top: 55px;
}

.part3_main ul {
    display: flex;
    flex-wrap: wrap;
}

.part3_main ul li {
    width: 19%;
    margin-right: 1.2%;
    margin-bottom: 20px;
}

.part3_main ul li:nth-child(5n) {
    margin-right: 0;
}

.part3_main ul li .img {
    height: 252px;
    margin-bottom: 18px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.part3_main ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in 0.5s;
    -moz-transition: all ease-in 0.5s;
    -ms-transition: all ease-in 0.5s;
    -o-transition: all ease-in 0.5s;
    -webkit-transition: all ease-in 0.5s;
}

.part3_main ul li .img:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.part3_main ul li .con {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.part3_main ul li .con h3 {
    font-size: 22px;
    width: max-content;
    position: relative;
    padding-bottom: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.part3_main ul li .con h3::after {
    position: absolute;
    bottom: 0;
    width: 35%;
    height: 5px;
    left: 30%;
    content: '';
    display: block;
    background: #c30000;
}

.part3_main ul li .con span {
    font-size: 18px;
    color: #555555;
    font-weight: bold;
    text-align: center;
}

/* 合作伙伴 */
.part4 {
    margin-top: 200px;
    background: url(/public/upload/topic/image/04.jpg) no-repeat center;
    height: 265px;
    padding-top: 28px;
}

.part4 .title {
    width: 45%;
}

.part4 .title h2 {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    padding-bottom: 7px;
    width: max-content;
    margin-left: auto;
}

.part4 .title h2::after {
    content: '';
    position: absolute;
    width: 45%;
    height: 4px;
    background: #c30000;
    bottom: 0;
    right: 0;
}

.part4 .title span {
    font-size: 25px;
    font-weight: bold;
    color: #555555;
    display: block;
    text-align: right;
}

.part4_body {
    background: #f8f8f8;
    margin-top: 70px;
}

.part4_body .title h2 {
    font-size: 100px;
    color: #f0eeef;
    font-weight: bold;
    text-align: center;
}

.part4_main {
    position: relative;
    margin-top: 60px;
}

.part4_main>span {
    position: absolute;
    top: 25%;
    width: 110px;
    height: 145px;
    background: #f0eeef;
    display: flex;
    align-items: center;
    justify-content: center;
}

.part4_main>span.left {
    left: -134px;
}

.part4_main>span.right {
    right: -134px;
    transform: rotate(180deg);
}

.part4_body .carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 335px;
}

.part4_body .carousel ul {
    display: flex;
    flex-wrap: wrap;
    /* height: 335px; */
    position: absolute;
    width: 100%;
}

.part4_body .carousel ul:nth-child(1) li:nth-child(9) {
    display: none;
}

.part4_body .carousel ul li {
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 35px;
}

.part4_body .carousel ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.part4_body .carousel ul li:nth-child(4n) {
    margin-right: 0;
}

/* 合作项目 */
.part5 {
    padding-bottom: 140px;
}

.part5 .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
    padding-top: 120px;
    padding-bottom: 50px;
}

.part5 .title h2 {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    padding-bottom: 7px;
    width: max-content;
}

.part5 .title h2::after {
    content: '';
    position: absolute;
    width: 45%;
    height: 4px;
    background: #c30000;
    bottom: 0;
    left: 27.5%;
}

.part5 .title span {
    font-size: 25px;
    font-weight: bold;
    color: #555555;
}

.part5_body {
    padding-top: 38px;
}

.part5_body .page {
    position: relative;
}

.part5_body .page>span {
    position: absolute;
    top: 37%;
    width: 110px;
    height: 145px;
    background: #f0eeef;
    display: flex;
    align-items: center;
    justify-content: center;
}

.part5_body .page>span.left {
    left: -134px;
}

.part5_body .page>span.right {
    right: -134px;
    transform: rotate(180deg);
}

.part5_main {
    height: 555px;
    position: relative;
    overflow: hidden;
}

.part5_main ul {
    position: absolute;
    top: 0;
    left: 0;
}

.part5_main ul li {
    display: flex;
}

.part5_main ul:nth-child(1) li:nth-child(4) {
    display: none;
}

.part5_main ul li:nth-child(2n) {
    flex-direction: row-reverse;
}

.part5_main ul li .img {
    width: 50%;
    height: 185px;
}

.part5_main ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.part5_main ul li .con {
    padding-top: 35px;
    padding-left: 60px;
    padding-right: 30px;
    width: 50%;
    height: 185px;
}

.part5_main ul li .con h3 {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.part5_main ul li .con h3 a {
    color: #333;
    font-size: 20px;
}

.part5_main ul li .con h3 a:hover {
    color: #c20000;
}

.part5_main ul li .con h3 span {
    font-size: 12px;
}

.part5_main ul li .con span {
    color: #666666;
}

/* 打造极致用户体验 */
.part6 {
    height: 450px;
    background: url(/public/upload/topic/image/07.jpg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.part6 h2 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.part6 span {
    font-size: 18px;
    color: #fff;

}

.part6 a {
    margin-top: 55px;
    width: 185px;
    height: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c00301;
}

/* 底部 */
#foot {
    border-top: 5px solid #c00301;
    background: #292e42;
    padding-top: 120px;
}

#foot .page {
    display: flex;
    justify-content: space-between;
}

#foot .page .left .attention {
    display: flex;
    margin: 50px 0;
}

#foot .page .left .attention li {
    margin-right: 10px;
}

#foot .page .left .attention li:nth-child(2) {
    position: relative;
}

#foot .page .left .attention li .ewm {
    position: absolute;
    bottom: 110%;
    width: 220px;
    height: 220px;
    padding: 10px;
    background: #fff;
    right: -90px;
    display: none;
}

#foot .page .left .attention li .ewm img {
    width: 100%;
    height: 100%;

}

#foot .page .right {
    width: 52%;
    display: flex;
    justify-content: space-between;
}

#foot .page .right ul h2 {
    font-size: 18px;
    margin-bottom: 25px;
}

#foot .page .right ul h2 a {
    color: #686c77;
}

#foot .page .right ul li {
    margin-bottom: 20px;
}

#foot .page .right ul li a {
    font-size: 14px;
    color: #4c5262;
}

#foot .copyright {
    margin-top: 100px;
    border-top: 1px solid #4c5262;
    padding-top: 35px;
    padding-bottom: 65px;
    color: #4c5262;
}

#foot .copyright a {
    color: #4c5262;
}

.met-news .met-news-list {
    border: 1px solid #ddd;
}

.col-md-3 {
    border: 1px solid #ddd;
    width: 20%;
    height: max-content;
}

.met-bar {
    margin-left: 0;
}

.met-showimg-body {
    border: 1px solid #ddd;
}

/* 1400px -> 1200px */
@media (max-width:1400px) {
    .page {
        width: 1000px;
    }

    #head .page {
        width: 1000px;
    }

    .holder {
        width: 1100px;
    }

    .part1_main {
        width: 100%;
    }

    .part2 .title>img {
        height: 220px;
    }

    .part4 .title {
        width: 48%;
    }

    .part4_main>span {
        bottom: -60px;
        top: auto;
        height: 50px;
        width: 30px;
        padding: 10px 20px;
        box-sizing: content-box;
    }

    .part4_main>span.left {
        left: 40%;

    }

    .part4_main>span.right {
        right: 40%;
    }

    .part5_body .page>span {
        top: auto;
        bottom: -80px;
        width: 30px;
        height: 50px;

        padding: 10px 20px;
        box-sizing: content-box;
    }

    .part5_body .page>span.left {
        left: 40%;
    }

    .part5_body .page>span.right {
        right: 40%;
    }
}

/* 1200px -> 900px */
@media (max-width:1200px) {
    .page {
        padding: 0 40px;
        width: auto;
    }

    #head .page {
        padding: 0 40px;
        width: auto;
    }

    .holder {
        width: auto;
        margin: 0 40px;
    }

    #head .page .logo {
        width: 15%;
    }

    #head .page .nav {
        width: 70%;
    }

    #head .page .nav>ul>li>a {
        font-size: 16px;
    }

    .part1 .holder i {
        font-size: 90px;
    }

    .part1 .holder .title h2 {
        font-size: 28px;
    }

    .part1_main .right {
        width: 75%;
        padding: 30px 40px;
    }

    .part1_main .left {
        width: 50%;
        height: 315px;
    }

    .part1_main .left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .part2 .title .tit h2,
    .part4 .title h2 {
        font-size: 28px;
    }

    .part2 .title .tit span,
    .part4 .title span {
        font-size: 23px;
    }

    .part3_main ul {
        justify-content: space-between;
    }

    .part3_main ul li {
        width: 45%;

    }

    .part3_main ul li .img {
        height: 300px;
    }

    .part5_main ul li .con {
        padding-top: 15px;
        padding-left: 25px;
    }

    #foot .page .left .attention li .ewm {
        position: fixed;
        top: 20%;
        left: 20%;
    }
    .met-news .met-news-body{
        width: 100%;
    }
    .col-md-3{
        display: none;
    }
}

/* 900 -> 800px */
@media (max-width:900px) {

    #head .page,
    .page {
        padding: 0 20px;
    }

    .holder {
        margin: 0 20px;
    }

    .part3 {
        padding-top: 60px;
    }

    .part2 .title {
        margin-bottom: 60px;
    }

    .part4 {
        margin-top: 60px;
    }

    .part4_body .carousel ul li {
        width: 30%;
    }
    .part4_body .carousel ul li:nth-child(7){
        display: none;
    }
    .part4_body .carousel ul li:nth-child(8){
        display: none;
    }
    .part4_body .carousel ul li:nth-child(9){
        display: none;
    }
    .part4_body .carousel ul li:nth-child(4n) {
        margin-right: 2.6%;
    }

    .part4_body .carousel ul li:nth-child(3n) {
        margin-right: 0;
    }

    .part4_body .carousel {
        height: 330px;
    }

    .part5_main ul li,
    .part5_main ul li:nth-child(2n) {
        flex-direction: column;
    }

    .part5_main ul li .img {
        width: 100%;
    }

    .part5_main ul li .con {
        width: 100%;
    }

    .part5_main {
        height: 1100px;
    }

    .part3_main ul li .con span {
        font-size: 14px;
    }
    
}

/* 800以下*/
@media (max-width:800px) {
    #head .page .nav {
        display: none;
    }

    .monav {
        display: block;
    }

    .monav img:nth-child(1) {
        display: none;
    }

    #head.head .monav img:nth-child(1) {
        display: block;
    }

    #head.head .monav img:nth-child(2) {
        display: none;
    }

    .monav img {
        width: 30px;
    }

    #head .page .logo {
        width: 40%;
    }

    .part1 .holder i {
        font-size: 50px;
    }

    .part1 .holder .title h2 {
        font-size: 20px;
    }

    .part1 .holder .title {
        height: 55px;
        padding-left: 20px;
    }

    .part1 .holder {
        padding-top: 100px;
    }

    .part1_main .left {
        display: none;
    }

    .part1_main .right {
        position: inherit;
        width: 100%;
        padding: 20px;
    }

    .part1_main .right .desc {
        font-size: 14px;
        margin: 20px 0;
    }

    .part1_main .right .more {
        width: 100px;
        height: 35px;
    }

    .part2 {
        margin-top: 30px;
    }

    .part2 .title {
        justify-content: center;
        margin-bottom: 30px;
    }

    .part2 .title>img {
        display: none;
    }

    .part2 .title .tit {
        margin: 0;
    }

    .part2 .title .tit h2,
    .part4 .title h2 {
        font-size: 20px;
        width: max-content;
        margin: 0 auto;
    }

    .part2 .title .tit h2::after {
        left: 25%;
    }

    .part2 .title .tit span,
    .part4 .title span {
        font-size: 18px;
        text-align: center;
    }

    .part2_main .page .item {
        padding: 30px 0;
    }

    .part2_main .page .item h3 {
        font-size: 18px;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

    .part2_main .page .item h3::after {
        width: 50%;
        left: 25%;
    }

    .part2_main .page .item span {
        font-size: 14px;
    }

    .part3{
        padding-top: 30px;
    }
    .part3_main {
        margin-top: 30px;
    }

    .part3 .title h2 {
        font-size: 20px;
    }

    .part3 .title span {
        font-size: 18px;
    }

    .part3_main ul li {
        width: 49%;
        margin-right: 0;
    }

    .part3_main ul li .img {
        height: 150px;
    }

    .part3_main ul li .con h3 {
        font-size: 18px;
    }

    .part3_main ul li .con h3 {
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

    .part4 {
        background: none;
        height: auto;
    }

    .part4_main {
        margin-top: 20px;
    }

    .part4 .title {
        width: 100%;
    }

    .part4 .title h2::after {
        right: 27.5%;
    }

    .part4_body {
        margin-top: 10px;
    }

    .part4_body .title {
        padding-top: 10px;
    }

    .part4_body .title h2 {
        font-size: 50px;
    }

    .part4_body .carousel ul li {
        margin-right: 0;
        margin-bottom: 10px;
        width: 49%;
    }

    .part4_body .carousel ul li:nth-child(4n) {
        margin-right: 0;
    }

    .part4_body .carousel ul {
        justify-content: space-between;
    }

    .part4_main>span {
        display: none;
    }

    .part4_body .carousel {
        height: 800px;
    }

    .part5 {
        padding-bottom: 30px;
    }

    .part5 .title {
        padding: 30px 0;
    }

    .part5 .title h2 {
        font-size: 20px;
    }

    .part5 .title span {
        font-size: 18px;
    }

    .part5_main ul li .img {
        height: 200px;
    }

    .part5_main ul li .con {
        padding: 10px;
        height: auto;
    }

    .part5_main ul li .con h3 a {
        font-size: 18px;
    }

    .part5_main ul li .con h3 {
        margin-bottom: 20px;
    }

    .part5_main {
        height: 980px;
    }

    .part5_body .page>span {
        display: none;
    }

    .part6 {
        height: 300px;
    }

    .part6 h2 {
        font-size: 25px;
    }

    .part6 a {
        width: 150px;
        height: 40px;
    }

    #foot {
        padding-top: 30px;
    }

    #foot .page {
        flex-direction: column;
    }

    #foot .page .left .logo {
        text-align: center;
    }

    #foot .page .left .mo {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #foot .page .left .attention {
        margin: 30px 0;
    }

    #foot .page .right {
        width: 100%;
        margin-top: 20px;
    }

    #foot .copyright {
        margin-top: 30px;
    }

    #foot .copyright {
        padding-bottom: 20px 0;
        text-align: center;
    }
    .part4_body .carousel ul li:nth-child(7){
        display: block;
    }
    .part4_body .carousel ul li:nth-child(8){
        display: block;
    }
    .part4_body .carousel ul li:nth-child(9){
        display: block;
    }
    /* .carousel-inner .carousel-item .pc_img{
        display: none;
    } */
}
/* 500以下*/
@media (max-width:500px) {
    .part5_main ul li .img{
        height: 105px;
    }
    .part5_main{
        height: 695px;
    }
}
/* 关于我们页面 ===============================================================================================*/
#about {
    padding-top: 35px;
}

#about .about_page {
    width: 1200px;
    margin: 0 auto;
}

#about .about_part1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 75px;
}

#about .about_part1 img {
    width: 46%;
}

#about .about_part1 .con {
    width: 46%;
    padding-top: 25px;
}

#about .about_part1 .con h2 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 17px;
    position: relative;
    width: max-content;
    margin-bottom: 20px;
}

#about .about_part1 .con h2::after {
    content: '';
    background: #c00301;
    width: 50%;
    height: 3px;
    bottom: 0;
    left: 0;
    display: block;
    position: absolute;
}

#about .about_part1 .con p {
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 0.9px;
}

#about .about_part2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 95px;
}

#about .about_part2 img {
    width: 46%;
}

#about .about_part2 .con {
    width: 46%;
    line-height: 35px;
}

.about_part3 {
    background: #f8f8f8;
    padding: 100px 0;
}

.about_part3 .about_page {
    display: flex;
    justify-content: space-between;
}

.about_part3 .about_page .left {
    display: flex;
    justify-content: space-between;
    width: 69%;
}

.about_part3 .about_page .left img {
    width: 42%;
}

.about_part3 .about_page .left .tit {
    width: 78%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.about_part3 .about_page .left .tit h2 {
    font-size: 42px;
    position: relative;
    width: max-content;
    padding-bottom: 30px;
}

.about_part3 .about_page .left .tit h2::after {
    width: 40%;
    height: 3px;
    background: #c00301;
    content: '';
    position: absolute;
    bottom: 0;
    left: 30%;
}

.about_part3 .about_page .right {
    width: 29%;
}

.about_part3 .about_page .right li {
    padding: 33px 30px;
}

.about_part3 .about_page .right li:first-child {
    background: #d7d7d7;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
    margin-bottom: 5px;
}

.about_part3 .about_page .right li:last-child {
    background: #eee8e8;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
}

.about_part3 .about_page .right li h3 {
    font-size: 23px;
    display: flex;
    margin-bottom: 15px;
}

.about_part3 .about_page .right li h3 i {
    font-style: inherit;
    position: relative;
    padding-bottom: 10px;
    display: block;
}

.about_part3 .about_page .right li h3 i::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background: #c00301;
}

.about_part3 .about_page .right li .desc {
    line-height: 30px;
    font-size: 16px;
}

/* 1200px -> 700 */
@media (max-width:1200px) {
    #about .about_page {
        padding: 0 50px;
        width: auto;
    }

    .about_part3 .about_page {
        flex-direction: column;
    }

    .about_part3 .about_page .left {
        width: 100%;
    }

    .about_part3 .about_page .right {
        width: 100%;
        display: flex;
    }

    .about_part3 .about_page .right li {
        width: 50%;
    }

    .about_part3 .about_page .right li:first-child {
        margin-bottom: 0;
    }

    #about .about_part1 img {
        object-fit: cover;
    }
}

/* 700以下 */
@media (max-width:700px) {
    #about .about_page {
        padding: 0 20px;
    }

    #about .about_part1 {
        flex-direction: column;
        margin-bottom: 30px;
    }

    #about .about_part1 img {
        width: 100%;
    }

    #about .about_part1 .con {
        width: 100%;
    }

    #about .about_part2 {
        flex-direction: column-reverse;
    }

    #about .about_part2 img {
        width: 100%;
    }

    #about .about_part2 .con {
        width: 100%;
    }

    .about_part3 {
        padding: 50px 0;
    }

    .about_part3 .about_page .left .tit h2 {
        font-size: 20px;
    }

    .about_part3 .about_page .right {
        flex-direction: column;
    }

    .about_part3 .about_page .right li {
        width: 100%;
    }

    .about_part3 .about_page .right li {
        padding: 10px 20px;
    }

    .about_part3 .about_page .right li h3 {
        font-size: 18px;
    }

    .about_part3 .about_page .right li .desc {
        font-size: 14px;
    }
}

/* 乐中业务==================================================================================== */
#business {
    padding-top: 35px;
    padding-bottom: 115px;
}

#business .business_page {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#business .con p,
#business .con p {
    line-height: 35px;
}

#business .con p i,
#business .con p i {
    width: 6px;
    height: 6px;
    background: #c00301;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;

}

#business .business_page img,
#business .business_page .con {
    width: 46%;
}

.business_part1 .con {
    padding-top: 30px;
}

#business .con h2::after {
    content: '';
    background: #c00301;
    height: 3px;
    bottom: 0;
    left: 0;
    display: block;
    position: absolute;
    width: 72%;
}

.business_part1 .con h2::after {
    width: 38%;
}

#business .business_part2 {
    margin-top: 75px;
}

.business_part2 .con {
    padding-top: 60px;
}


#business .con h2 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 17px;
    position: relative;
    width: max-content;
    margin-bottom: 50px;
}

.business_part2 .con h2::after {
    width: 38%;
}

#business .business_part3 {
    margin-top: 90px;
}


.business_part3 .con {
    padding-top: 25px;
}

#business .business_part4 {
    margin-top: 80px;
}


.business_part4 .con {
    padding-top: 60px;
}

#business .business_part5 {
    margin-top: 80px;
}

.business_part5 .con {
    padding-top: 25px;
}

/* 1200px -> 700 */
@media (max-width:1200px) {
    #business .business_page {
        width: auto;
        padding: 0 50px;
        flex-direction: column;
    }

    #business .business_page img,
    #business .business_page .con {
        width: 100%;
    }

    #business .business_part2,
    #business .business_part4 {
        flex-direction: column-reverse;
    }
}

/* 700以下 */
@media (max-width:700px) {
    #business .business_page {
        padding: 0 20px;
    }

    #business {
        padding-bottom: 50px;
    }
}

/* 乐中优势===================================================== */
#advantage {
    padding: 70px 0 110px;
}

#advantage .advantage_page {
    width: 1415px;
    margin: 0 auto;
}

#advantage .advantage_part1 {
    display: flex;

}

#advantage .advantage_part1 img {
    width: 42%;
    margin-right: 35px;
}

#advantage .advantage_part1 .con {
    width: 50%;
    padding-top: 15px;
}

#advantage .advantage_part1 .con h2 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 17px;
    position: relative;
    width: max-content;
    margin-bottom: 20px;
}

#advantage .advantage_part1 .con h2::after {
    content: '';
    background: #c00301;
    height: 3px;
    bottom: 0;
    left: 0;
    display: block;
    position: absolute;
    width: 55%;
}

#advantage .con p {
    line-height: 35px;
    font-size: 16px;
}

#advantage .con p i {
    width: 6px;
    height: 6px;
    background: #c00301;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
}

#advantage .advantage_part2 {
    position: relative;
    height: 350px;
}

#advantage .advantage_part2 img {
    position: absolute;
    top: -50px;
    right: 0;
}

#advantage .advantage_part2 .con {
    padding-left: 130px;
    padding-top: 135px;
    width: 48%;
}

#advantage .advantage_part2 .con h2 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 17px;
    position: relative;
    width: max-content;
    margin-bottom: 20px;
}

#advantage .advantage_part2 .con h2::after {
    content: '';
    background: #c00301;
    height: 3px;
    bottom: 0;
    left: 0;
    display: block;
    position: absolute;
    width: 55%;
}

#advantage .advantage_part3 {
    text-align: center;
    margin-top: 55px;
}

/* 1415px -> 800px */
@media (max-width:1415px) {
    #advantage .advantage_page {
        padding: 0 50px;
        width: auto;
    }

    #advantage .advantage_part1 {
        justify-content: space-between;
    }

    #advantage .advantage_part1 img {
        width: 46%;
        margin-right: 0;
    }

    #advantage .advantage_part1 .con {
        width: 46%;
    }

    #advantage .con p {
        font-size: 14px;
    }

    #advantage .advantage_part2 {
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
        height: auto;
    }

    #advantage .advantage_part2 img {
        position: initial;
        width: 46%;
    }

    #advantage .advantage_part2 .con {
        width: 46%;
        padding-left: 0;
        padding-top: 15px;
    }
}

/* 800以下 */
@media (max-width:1415px) {
    #advantage {
        padding: 35px 0 50px;
    }

    #advantage .advantage_page {
        padding: 0 20px;
    }

    #advantage .advantage_part1 {
        flex-direction: column;
    }

    #advantage .advantage_part1 img,
    #advantage .advantage_part2 img,
    #advantage .advantage_part3 img,
    #advantage .advantage_part1 .con,
    #advantage .advantage_part2 .con {
        width: 100%;
    }

    #advantage .advantage_part1 {
        flex-direction: column;
    }

    #advantage .advantage_part2 {
        flex-direction: column-reverse;
    }
}

/* 经典案例 */
#case .title {
    position: relative;
    margin-bottom: 50px;
}

#case .title h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 15px;
    color: #666666;
    text-transform: uppercase;
}

#case .title h3 {
    font-size: 24px;
    text-align: center;
    color: #333;
    font-weight: bold;
    position: relative;
    padding-bottom: 17px;
    width: max-content;
    margin: 0 auto;
}

#case .title h3::after {
    content: '';
    background: #c00301;
    width: 40%;
    left: 30%;
    height: 3px;
    position: absolute;
    bottom: 0;
}

#case .title::before {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    background: #dfdfdf;
    width: 38%;
    top: 50%;
}

#case .title::after {
    content: '';
    position: absolute;
    right: 0;
    height: 1px;
    background: #dfdfdf;
    width: 38%;
    top: 50%;
}

/* 经典案例 */
#case {
    padding: 50px 0 100px;
}

.case_page {
    width: 1200px;
    margin: 0 auto;
}

.case_part1 ul {
    display: flex;
    flex-wrap: wrap;
}

.case_part1 li {
    width: 31%;
    border: 1px solid #cccccc;
    padding: 35px 8px;
    margin-right: 3.5%;
    margin-bottom: 35px;
}

.case_part1 li:nth-child(3n) {
    margin-right: 0;
}

.case_part1 li .img {
    margin-bottom: 30px;
}

.case_part1 li .img {
    width: 100%;
    height: 233px;
    overflow: hidden;
}

.case_part1 li .img a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.case_part1 li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in 0.5s;
    -moz-transition: all ease-in 0.5s;
    -ms-transition: all ease-in 0.5s;
    -o-transition: all ease-in 0.5s;
    -webkit-transition: all ease-in 0.5s;

}

.case_part1 li .img:hover img {

    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.case_part1 li .con h4 {
    font-size: 16px;
    margin-bottom: 15px;
}

.case_part1 li .con span {
    font-size: 16px;
}

#case .case_page a.more {
    padding: 8px 50px;
    font-size: 16px;
    color: #666666;
    border: 1px solid #666666;
    margin: 50px auto;
    display: block;
    width: max-content;
}

.case_part2 {
    margin-top: 30px;
}

.case_part2 ul {
    display: flex;
    flex-wrap: wrap;
}

.case_part2 ul li {
    width: 32%;
    margin-right: 1.5%;
    position: relative;
    margin-bottom: 30px;
}

.case_part2 ul li:nth-child(3n) {
    margin-right: 0;
}

.case_part2 ul li .img {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.case_part2 ul li .img a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.case_part2 ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in 0.5s;
    -moz-transition: all ease-in 0.5s;
    -ms-transition: all ease-in 0.5s;
    -o-transition: all ease-in 0.5s;
    -webkit-transition: all ease-in 0.5s;
}

.case_part2 ul li .img:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.case_part2 ul li .con {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    padding: 35px 10px;
}

.case_part2 ul li .con h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.case_part2 ul li .con h4 a {
    color: #fff;
}

.case_part2 ul li .con span {
    font-size: 14px;
    color: #fff;
}

.case_part3 .desc {
    font-size: 16px;
    line-height: 30px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

.case_part3 img {
    width: 100%;
}

/* 1200px -> 1000px */
@media (max-width:1200px) {
    .case_page {
        padding: 0 50px;
        width: auto;
    }

    .case_part1 li {
        width: 32%;
        margin-right: 1.5%;
        margin-bottom: 15px;
    }

    .case_part1 li .img {
        height: 180px;
    }

    .case_part2 ul li .img {
        height: 290px;
    }

    .case_part2 ul li .con {
        padding: 20px 10px;
    }
}

/* 1000px -> 800px */
@media (max-width:1000px) {
    .case_page {
        padding: 0 20px;
        width: auto;
    }

    .case_part1 ul {
        justify-content: space-between;
    }

    .case_part1 li {
        width: 48%;
        margin-right: 0;
    }

    .case_part1 li:nth-child(3n) {
        margin-right: 0;
    }

    .case_part1 li .img {
        height: 230px;
    }

    .case_part2 ul {
        justify-content: space-between;
    }

    .case_part2 ul li {
        width: 48%;
        margin-right: 0;
    }

    .case_part2 ul li:nth-child(3n) {
        margin-right: 0;
    }

    .case_part2 ul li .img {
        height: 320px;
    }

    #case .case_page a.more {
        margin: 30px auto;
    }
}

/* 800以下 */
@media (max-width:800px) {
    #case {
        padding: 35px 0 50px;
    }

    #case .title {
        margin-bottom: 20px;
    }

    #case .title h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    #case .title h3 {
        font-size: 20px;
    }

    #case .title::before,
    #case .title::after {
        width: 30%;
    }

    .case_part1 li .img {
        height: 100px;
        margin-bottom: 15px;
    }

    .case_part1 li {
        padding: 10px;
    }

    .case_part1 li .con h4 {
        margin-bottom: 8px;
    }

    #case .case_page a.more {
        padding: 3px 20px;
    }

    .case_part2 ul li {
        width: 100%;
    }

    .case_part3 .desc {
        width: 100%;
        font-size: 14px;
    }
}

/* 联系我们================================================================================= */
#contact {
    padding: 50px 0 110px;
}

#contact .title h2 {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    width: max-content;
    margin: 0 auto;
    padding-bottom: 18px;
}

#contact .title h2::after {
    position: absolute;
    bottom: 0;
    width: 55%;
    left: 22.5%;
    background: #c00301;
    height: 3px;
    content: '';
}

#contact .title p {
    text-align: center;
    font-size: 14px;
    margin-top: 17px;
}

.contact_page {
    width: 1200px;
    margin: 0 auto;
}

.contact_part1 ul {
    display: flex;
}

.contact_part1 {
    margin-top: 40px;
}

.contact_part1 ul li {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;

}

.contact_part1 ul li .img {
    margin-bottom: 30px;
}

.contact_part1 ul li .con h3 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

.contact_part1 ul li .con p {
    font-size: 14px;
    color: #555555;
    line-height: 30px;
    height: 60px;
}

.contact_part2 {
    margin-top: 25px;
    margin-bottom: 55px;
}

.contact_part2 img {
    width: 100%;
}

.contact_part3 {
    margin-top: 25px;
}

.contact_part3 .text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.contact_part3 .text input {
    width: 32%;
    border: 1px solid #dcdcdc;
    height: 50px;
}

.contact_part3 textarea {
    height: 245px;
    border: 1px solid #dcdcdc;
    margin-bottom: 25px;
}

.contact_part3 .submit {
    height: 55px;
}

.contact_part3 .submit .btn {
    width: 100%;
    height: 100%;
    background: #e8e1e1;
    font-size: 20px;
    border-bottom: 2px solid #c00301;
}

/* 1200px -> 800px */
@media (max-width:1200px) {
    .contact_page {
        width: auto;
        padding: 0 50px;
    }
}

/* 850px 以下 */
@media (max-width:850px) {
    #contact {
        padding: 35px 0 50px;
    }

    .contact_page {
        padding: 0 20px;
    }

    .contact_part1 ul {
        flex-wrap: wrap;
    }

    .contact_part1 ul li {
        width: 50%;
        margin-bottom: 20px;
        padding: 0;
    }

    .contact_part1 ul li .con p {
        height: 60px;
    }

    .contact_part3 .text {
        flex-direction: column;
        margin-bottom: 0;
    }

    .contact_part3 .text input {
        width: 100%;
        margin-bottom: 10px;
    }

    .contact_part3 textarea {
        height: 100px;
        margin-bottom: 10px;
    }

    .contact_part3 .submit {
        height: 40px;
    }

    .contact_part3 .submit .btn {
        font-size: 15px;
    }
}

/* 新闻动态================================================================================================ */
#news {
    padding: 70px 0 60px;
}

#news .news_page {
    width: 1200px;
    margin: 0 auto;
}

#news .title {
    position: relative;
    margin-bottom: 50px;
}

#news .title::after,
#news .title::before {
    content: '';
    position: absolute;
    height: 1px;
    background: #dfdfdf;
    width: 38%;
    top: 50%;
}

#news .title::before {
    left: 0;
}

#news .title::after {
    right: 0;
}

#news .title h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 15px;
    color: #666666;
    text-transform: uppercase;
}

#news .title h3 {
    font-size: 24px;
    text-align: center;
    color: #333;
    font-weight: bold;
    position: relative;
    padding-bottom: 17px;
    width: max-content;
    margin: 0 auto;
}

#news .title h3::after {
    content: '';
    background: #c00301;
    width: 40%;
    left: 30%;
    height: 3px;
    position: absolute;
    bottom: 0;
}

.news_part1 {
    background: #e6e6e6;
    padding: 35px 90px;
    display: flex;
    justify-content: space-between;
}

.news_part1 .left {
    width: 48%;
}

.news_part1 .right {
    width: 48%;
}

.news_part1 .left .img {
    width: 100%;
    height: 235px;
    overflow: hidden;
}

.news_part1 .left .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_part1 .left .con {
    padding: 30px 25px;
    background: #fff;
}

.news_part1 .left .con h4 {
    font-size: 18px;
    margin-bottom: 25px;
}

.news_part1 .left .con a.more {
    display: block;
    text-align: right;
}

.news_part1 .right ul {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.news_part1 .right ul li {
    display: flex;
    padding: 15px;
    justify-content: space-between;
    background: #fff;
}

.news_part1 .right ul li .img {
    width: 26%;
    height: 90px;
    overflow: hidden;
}

.news_part1 .right ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_part1 .right ul li .con {
    width: 71%;
    padding: 10px 0;
}

.news_part1 .right ul li .con h4 {
    font-size: 14px;
    margin-bottom: 10px;
}

.news_part1 .right ul li .con span {
    font-size: 12px;
    line-height: 25px;
}

#news a.news_more {
    padding: 8px 25px;
    border: 1px solid #999999;
    color: #666;
    margin: 0 auto;
    display: block;
    width: max-content;
    margin-top: 40px;
    margin-bottom: 65px;
}

.news_part2 ul {
    display: flex;
    flex-wrap: wrap;
}

.news_part2 ul li {
    width: 31%;
    margin-right: 3.5%;
    padding: 15px 8px;
    border: 1px solid #999999;
    margin-bottom: 35px;
}

.news_part2 ul li:nth-child(3n) {
    margin-right: 0;
}

.news_part2 ul li .img {
    margin-bottom: 20px;
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.news_part2 ul li .img a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.news_part2 ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in 0.5s;
    -moz-transition: all ease-in 0.5s;
    -ms-transition: all ease-in 0.5s;
    -o-transition: all ease-in 0.5s;
    -webkit-transition: all ease-in 0.5s;
}

.news_part2 ul li:hover .img img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.news_part2 ul li .con {
    padding: 0 18px;
}

.news_part2 ul li .con h4 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-bottom: 10px;
}

.news_part2 ul li .con span {
    color: #666;
    font-size: 16px;
}

.news_part3 ul {
    display: flex;
    flex-wrap: wrap;
}

.news_part3 ul li {
    width: 32%;
    margin-right: 2%;
    position: relative;
    margin-bottom: 25px;
}

.news_part3 ul li:nth-child(3n) {
    margin-right: 0;
}

.news_part3 ul li .img {
    width: 100%;
    height: 354px;
    overflow: hidden;
}

.news_part3 ul li .img a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.news_part3 ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in 0.5s;
    -moz-transition: all ease-in 0.5s;
    -ms-transition: all ease-in 0.5s;
    -o-transition: all ease-in 0.5s;
    -webkit-transition: all ease-in 0.5s;
}

.news_part3 ul li .img:hover img {
    ransform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.news_part3 ul li .con {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    padding: 20px 10px;
}

.news_part3 ul li .con h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.news_part3 ul li .con h4 a {
    color: #fff;
}

.news_part3 ul li .con p {
    height: 44px;
    color: #fff;
    overflow: hidden;
}

.news_part3 ul li .con span {
    color: #fff;
}

/* 1200px -> 800px */
@media (max-width:1200px) {
    #news .news_page {
        width: auto;
        padding: 0 50px;
    }

    .news_part1 {
        flex-direction: column;
    }

    .news_part1 .left {
        width: 100%;
        margin-top: 10px;
        display: flex;
    }

    .news_part1 .right {
        width: 100%;
        margin-top: 10px;
    }

    .news_part1 .right ul li {
        margin-bottom: 10px;
    }

    .news_part1 .left .img {
        height: 190px;
        width: 40%;
    }

    .news_part1 .left .con {
        width: 60%;
    }

    .news_part1 .right ul li .img {
        width: 24%;
        height: 130px;
    }

    .news_part2 ul li:nth-child(3n) {
        margin-right: auto;
    }

    .news_part2 ul li {
        width: 49%;
        margin-right: 2%;
    }

    .news_part2 ul li:nth-child(2n) {
        margin-right: 0;
    }

    .news_part3 ul li:nth-child(3n) {
        margin-right: auto;
    }

    .news_part3 ul li {
        width: 49%;
    }

    .news_part3 ul li:nth-child(2n) {
        margin-right: 0;
    }
}

/* 1200px -> 800px */
@media (max-width:800px) {
    #news {
        padding: 35px 0 50px;
    }

    #news .news_page {
        width: auto;
        padding: 0 20px;
    }

    .news_part1 .left {
        flex-direction: column;
    }

    .news_part1 .left .img {
        width: 100%;
    }

    .news_part1 .left .con {
        width: 100%;
    }

    .news_part1 .right ul li .img {
        width: 30%;
        height: 60px;
    }

    .news_part1 .right ul li .con {
        width: 68%;
        padding: 0;
    }

    .news_part1 .right ul li .con span {
        display: none;
    }

    .news_part2 ul li {
        width: 100%;
        margin-right: 0;
    }

    .news_part3 ul li {
        width: 100%;
        margin-right: 0;
    }

    #news .title h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    #news .title h3 {
        font-size: 20px;
    }

    #news .title::after,
    #news .title::before {
        width: 30%;
    }
}
#think_page_trace_open{
    bottom: -1000px !important;
}