.new_box * {
    font-family: 微软雅黑-regular;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

.new_box .page_big_title {
    font-size: 64px;
    line-height: 97px;
    color: #171627;
}

.new_box .page_big_title span {
    color: #fff;
    background: #0eb085;
    padding: 0 10px
}

.new_box .page_big_subtitle {
    font-size: 40px;
    line-height: 97px;
    color: #171627;
}

.new_box .page_big_subtitle span {
    color: #0eb085;
    font-weight: bold;
}

.new_box .page_wrap_1200 {
    max-width: 1200px;
    width: 92%;
    margin: auto;
}

.new_box .page_wrap_1440 {
    max-width: 1440px;
    width: 92%;
    margin: auto;
}

.new_box .page_wrap_1800 {
    max-width: 1800px;
    width: 92%;
    margin: auto;
}

.new_box .page_img_no_box {
    position: relative;
}

.new_box .page_img_no_box img {
    width: 100%
}

.new_box .page_img_box {
    position: relative;
    padding-top: 100%
}

.new_box .page_img_box img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.new_box .page_title_box {
    margin-bottom: 10px
}

.new_box .page_title_box .page_title {
    display: inline-block;
    padding: 0 55px;
    font-size: 32px;
    position: relative;
    line-height: 52px;
    margin-bottom: 5px
}

.new_box .page_title_box .page_title span {
    color: #0639e4
}

.new_box .page_title_box.one .page_title:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 55px;
    height: 40px;
    background: url(https://www.linghuotui.com/static/themes/t269/images/new/title_left.png) no-repeat center;
    background-size: contain;
    transform: translateY(-50%);
}

.new_box .page_title_box.one .page_title:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 55px;
    height: 40px;
    background: url(https://www.linghuotui.com/static/themes/t269/images/new/title_right.png) no-repeat center;
    background-size: contain;
    transform: translateY(-50%);
}

.new_box .page_content {
    font-size: 24px;
    color: #000
}

.new_box .page_content span {
    color: #0639e4
}

.new_box .center {
    text-align: center;
}

.new_box .right {
    text-align: right;
}

.new_box .page_btn_box {
    background: #0eb085;
    transition: all .3s;
    font-size: 20px;
    color: #fff;
    line-height: 80px;
    padding: 0 90px;
    box-sizing: border-box;
    border-radius: 5px;
    display: inline-block;
    margin-top: 50px;
    cursor: pointer;
}

.new_box .page_btn_box:hover {
    background: #0639e4
}

.new_box .page_btn_box div {
    position: relative;
    white-space: nowrap;
    font-size: 20px;
    color: #fff;
}

.new_box .page_btn_box div:after {
    content: '';
    position: absolute;
    width: 26px;
    height: 9px;
    background: url(https://www.linghuotui.com/static/themes/t269/images/new/arrow_right_white.png) no-repeat center;
    background-size: contain;
    left: 105%;
    top: 50%;
    transform: translateY(-50%);
}

.new_box .relative {
    position: relative;
}

.new_box .page_btn {
    font-size: 14px;
    line-height: 44px;
    color: #fff;
    background: #0eb085;
    padding: 0 40px;
    border-radius: 5px;
    display: inline-block;
    transition: all .3s;
    cursor: pointer;
}

.new_box .page_btn:hover {
    background: #0639e4
}

.new_box .mob_show {
    display: none;
}

.new_box .page_banner .page_banner_con {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    max-width: 1440px;
    width: 92%
}

.new_box .page_one {
    margin: 0 auto 100px;
}

.new_box .page_one .page_one_ul {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
}

.new_box .page_one .page_one_ul .page_one_li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 50px;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    overflow: hidden;
    box-sizing: border-box;
}

.new_box .page_one .page_one_ul .page_one_li:hover {
    box-shadow: 0 0 10px 0 #00000033
}

.new_box .page_one .page_one_ul .page_one_li .page_img_box {
    padding-top: 55.5%
}

.new_box .page_one .page_one_ul .page_one_li .page_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new_box .page_one .page_one_ul .page_one_li .page_img_box .page_time {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    padding: 0 10px;
    background: #0eb085;
    display: inline-block;
    position: absolute;
    left: 15px;
    bottom: 15px;
    border-radius: 5px
}

.new_box .page_one .page_one_ul .page_one_li:nth-child(3n) {
    margin-right: 0
}

.new_box .page_one .page_one_ul .page_one_li .page_one_li_box {
    padding: 20px;
    box-sizing: border-box;
}

.new_box .page_one .page_one_ul .page_one_li .page_one_li_box .page_one_con {
    height: 100px
}

.new_box .page_one .page_one_ul .page_one_li .page_one_li_title {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 12px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: box;
    overflow: hidden;
}

.new_box .page_one .page_one_ul .page_one_li .page_tags {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 26px;
    border: 1px solid #0eb085;
    color: #0eb085;
    padding: 0 10px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 5px
}

.new_box .page_one .page_one_ul .page_one_li .page_one_bottom {
    display: flex;
    margin-top: 15px
}

.new_box .page_one .page_one_ul .page_one_li .page_one_bottom div {
    font-size: 14px;
    line-height: 25px;
    color: #7b7b7b;
    display: inline-block;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: box;
    overflow: hidden;
}

.new_box .page_two {
    background: #ebeef6;
    padding: 100px 0
}

.new_box .page_two .page_two_title {
    font-size: 20px;
    line-height: 30px;
    color: #0eb085;
    margin-bottom: 15px
}

.new_box .page_two .page_two_ul {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
}

.new_box .page_two .page_two_ul .page_two_li {
    width: 31.25%;
    background: #fff;
    border-radius: 7px;
    padding: 42px 35px;
    box-sizing: border-box;
    margin-right: 3.125%
}

.new_box .page_two .page_two_ul .page_two_li:nth-child(3n) {
    margin-right: 0
}

.new_box .page_two .page_two_ul .page_two_li .page_two_li_title {
    font-size: 32px;
    color: #000;
    font-weight: bold;
}

.new_box .page_two .page_two_ul .page_two_li .page_two_li_content {
    font-size: 14px;
    line-height: 28px;
    color: #3c3c3c;
    margin-top: 35px;
    margin-bottom: 30px
}

.new_box .page_three {
    padding: 100px 0
}

.new_box .page_three .page_three_box {
    margin-bottom: 50px;
    margin-top: 70px;
    position: relative;
}

.new_box .page_three .page_three_box .page_three_li {
    text-align: center;
    background: #07123d;
    padding: 20px;
    box-sizing: border-box;
}

/*.new_box .page_three .page_three_box .page_three_li img{height: 100%;object-fit: cover;}*/
.new_box .page_three .page_three_btn_box .page_three_prev {
    width: 101px;
    height: 28px;
    background: url(https://www.linghuotui.com/static/themes/t269/images/new/arrow_left.png) no-repeat center left;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -80px;
    z-index: 9;
    cursor: pointer;
    transition: all .3s
}

.new_box .page_three .page_three_btn_box .page_three_next {
    width: 101px;
    height: 28px;
    background: url(https://www.linghuotui.com/static/themes/t269/images/new/arrow_right.png) no-repeat center right;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -80px;
    z-index: 9;
    cursor: pointer;
    transition: all .3s
}

.new_box .page_four {
    background: url(https://www.linghuotui.com/static/themes/t269/images/new/page_four_back.png) no-repeat bottom left;
    padding-bottom: 100px
}

.new_box .page_four .page_wrap_1440 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.new_box .page_four .page_wrap_l {
    width: 49.612%
}

body.new_box .page_four .page_wrap_l .page_title {
    padding: 0;
    font-family: SourceHanSerifCN-Bold!important;
    font-size: 46px
}

body.new_box .page_four .page_wrap_l .page_title span {
    font-size: 46px;
    font-weight: bold;
    color: #0eb085;
    font-family: SourceHanSerifCN-Bold!important
}

.new_box .page_four .page_wrap_l .page_img_box {
    padding-top: 42%;
    margin: 30px auto 20px;
}

.new_box .page_four .page_wrap_l .page_four_content {
    font-size: 14px;
    line-height: 28px;
    color: #020202
}

.new_box .page_four .page_wrap_r {
    width: 45%
}

.new_box .page_four .page_wrap_r .page_four_ul {
    margin-bottom: 30px
}

.new_box .page_four .page_wrap_r .page_four_ul .page_four_li {
    border-bottom: 1px solid #d6d6d6;
    display: flex;
    justify-content: space-between
}

.new_box .page_four .page_wrap_r .page_four_ul .page_four_li .page_four_li_title {
    font-size: 16px;
    line-height: 58px;
    padding-left: 40px;
    background: url(https://www.linghuotui.com/static/themes/t269/images/new/arrow_right_top.png) no-repeat left center;
    background-size: 14px;
    color: #000;
    max-width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.new_box .page_four .page_wrap_r .page_four_ul .page_four_li .page_four_li_time {
    font-size: 16px;
    line-height: 58px;
    color: #7c7c7c;
    float: right;
}

.new_box .case_detail {
    margin: 40px auto;
}

.new_box .case_detail .page_title {
    color: #3c3c3c;
    padding-left: 0;
    margin-bottom: 15px
}

.new_box .case_detail .page_wrap_1440 {
    display: flex;
    justify-content: space-between
}

.new_box .case_detail .page_case_l {
    width: 70%
}

.new_box .case_detail .page_case_l>.page_img_box {
    padding-top: 31%
}

.new_box .case_detail .page_case_l .page_case_desc {
    padding: 40px 0;
    box-sizing: border-box;
}

.new_box .case_detail .page_case_r {
    width: 21%
}

.new_box .case_detail .page_case_r .page_case_r_ul {
    margin-bottom: 20px
}

.new_box .case_detail .page_case_r .page_case_r_li {
    font-size: 14px;
    line-height: 28px;
    color: #3c3c3c;
    font-weight: bold;
    margin-bottom: 8px
}

.new_box .case_detail .page_case_r .page_case_r_li a {
    font-size: 14px;
    line-height: 30px;
    color: #3c3c3c;
    border-radius: 50px;
    padding: 0 14px;
    display: inline-block;
    font-family: 微软雅
微软雅黑-regular; 
    font-weight: normal;
}

.new_box .case_detail .page_case_l .page_case_down {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px
}

.new_box .case_detail .page_case_l .page_case_down .page_case_prev {
    font-size: 14px;
    line-height: 32px;
    color: #000;
    padding-left: 30px;
    background: url(https://linghuotui.com/u_file/2307/photo/50be7ca797.png) no-repeat left center;
    cursor: pointer;
}

.new_box .case_detail .page_case_l .page_case_down .page_case_next {
    font-size: 14px;
    line-height: 32px;
    color: #000;
    padding-right: 30px;
    background: url(https://linghuotui.com/u_file/2307/photo/3eb6e87621.png) no-repeat right center;
    cursor: pointer;
}

.new_box .case_detail .page_case_l .page_case_down .page_btn {
    font-size: 20px;
    line-height: 54px;
    padding: 0 80px
}

@media screen and (min-width: 991px) {
    .new_box .page_three .page_three_btn_box .page_three_prev:hover {
        width: 120px;
        left: -99px
    }

    .new_box .page_three .page_three_btn_box .page_three_next:hover {
        width: 120px;
        right: -99px
    }
}

@media screen and (max-width: 991px) {
    .new_box .case_detail .page_wrap_1440 {
        flex-direction: column;
    }

    .new_box .case_detail .page_case_l {
        width: 100%;
        margin-top: 20px
    }

    .new_box .case_detail .page_case_r {
        width: 100%
    }

    .new_box .case_detail .page_case_r .page_case_r_li:first-child {
        display: block;
    }

    .new_box .case_detail .page_case_r .page_case_r_li {
        display: inline-block;
        margin-right: 8px
    }
}

@media screen and (max-width: 1440px) {
    .new_box .page_three .page_three_btn_box .page_three_prev {
        left:-40px;
        width: 70px
    }

    .new_box .page_three .page_three_btn_box .page_three_next {
        right: -40px;
        width: 70px
    }

    .new_box .page_title_box .page_title {
        font-size: 36px
    }

    .new_box .page_two .page_two_ul .page_two_li .page_two_li_title {
        font-size: 26px
    }

    .new_box .page_two .page_two_ul .page_two_li .page_two_li_title {
        font-size: 26px
    }
}

@media screen and (min-width: 768px) {
    body.new_box .page_four .page_wrap_l .page_title em {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .new_box .case_detail .page_case_l .page_case_down .page_case_prev {
        margin-bottom: 15px
    }

    .new_box .page_four .page_wrap_1440 {
        flex-direction: column-reverse;
    }

    .new_box .page_three .page_three_box {
        max-width: 80%
    }

    .new_box .page_three .page_three_btn_box .page_three_prev {
        background-size: contain;
    }

    .new_box .page_three .page_three_btn_box .page_three_next {
        background-size: contain;
    }

    .new_box .mob_show {
        display: block;
    }

    .new_box .page_img_box img {
        width: 100%
    }

    .new_box .page_big_title {
        font-size: 46px;
        line-height: 73px
    }

    .new_box .page_content {
        font-size: 28px
    }

    .new_box .page_one .page_one_ul .page_one_li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px
    }

    .new_box .page_one .page_one_ul .page_one_li .page_one_li_title {
        font-size: 28px;
        line-height: 56px
    }

    .new_box .page_one .page_one_ul .page_one_li .page_one_bottom div {
        font-size: 24px;
        line-height: 23px
    }

    .new_box .page_one .page_one_ul .page_one_li .page_tags {
        font-size: 24px;
        line-height: 32px
    }

    .new_box .page_one .page_one_ul .page_one_li .page_one_li_box .page_one_con {
        height: auto
    }

    .new_box .page_one .page_one_ul .page_one_li .page_one_li_box {
        padding: 25px
    }

    .new_box .page_one .page_one_ul .page_one_li .page_one_bottom {
        margin-top: 40px
    }

    .new_box .page_one {
        margin: 0 auto 100px;
    }

    .new_box .page_btn_box {
        margin-top: 10px;
        font-size: 28px;
        width: 100%;
        position: relative;
        padding: 0 20px
    }

    .new_box .page_btn_box div {
        position: unset;
        font-size: 28px;
        color: #fff
    }

    .new_box .page_btn_box div:after {
        left: unset;
        right: 40px
    }

    .new_box .page_title_box .page_title {
        font-size: 40px;
    }

    .new_box .page_two .page_two_ul .page_two_li {
        width: 100%;
        margin-bottom: 60px;
        text-align: center;
        padding: 65px 85px;
        margin-right: 0
    }

    .new_box .page_two .page_two_ul .page_two_li .page_two_li_title {
        font-size: 36px
    }

    .new_box .page_two .page_two_ul .page_two_li .page_two_li_content {
        font-size: 28px;
        line-height: 56px;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 50px
    }

    .new_box .page_two .page_two_ul .page_two_li .page_two_li_content br {
        display: none
    }

    .new_box .page_two .page_two_ul {
        margin-top: 90px
    }

    .new_box .page_btn {
        font-size: 28px;
        line-height: 60px;
        padding: 0 60px
    }

    .new_box .page_three .page_three_li img {
        width: 100%
    }

    .new_box .page_three .page_three_btn_box .page_three_prev {
        width: 90px;
        left: 0
    }

    .new_box .page_three .page_three_btn_box .page_three_next {
        width: 90px;
        right: 0
    }

    .new_box .page_three .page_three_box {
        margin-top: 60px;
        margin-bottom: 170px
    }

    .new_box .page_three .swiper-pagination {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -100px
    }

    .new_box .page_three .swiper-pagination-bullet {
        width: 28px;
        height: 28px;
        margin: 0 13px;
    }

    .new_box .page_three .swiper-pagination-bullet {
        background: unset;
        opacity: unset;
        border: 1px solid #0a143b;
    }

    .new_box .page_three .swiper-pagination-bullet-active {
        background: #0a143b
    }

    .new_box .page_four .page_wrap_l {
        width: 100%;
        margin-top: 70px
    }

    .new_box .page_four .page_wrap_r {
        width: 100%
    }

    .new_box .page_title_box {
        text-align: center;
    }

    body.new_box .page_four .page_wrap_l .page_title {
        font-size: 56px;
        line-height: 96px;
        text-align: center;
    }

    .new_box .page_four .page_wrap_l .page_four_content {
        font-size: 28px;
        line-height: 56px
    }

    .new_box .page_four .page_wrap_l .page_img_box {
        margin: 30px auto 50px;
    }

    .new_box .page_title_box {
        margin-bottom: 0
    }

    .new_box .page_four .page_wrap_r .page_four_ul .page_four_li .page_four_li_title {
        padding-left: 45px
    }

    .new_box .page_four .page_wrap_r .page_four_ul {
        margin-bottom: 50px
    }

    #footer2 .main_box .footer_nav_box .cot_info .logo_box {
        justify-content: center;
    }

    #footer2 .main_box .footer_nav_box .cot_info .logo {
        margin: 0 50px
    }

    #footer2 .main_box .footer_nav_box .cot_info .sec_logo {
        margin: 0 50px
    }

    #footer2 .main_box .footer_nav_box .cot_info:first-child .right {
        display: none
    }

    #footer2 .main_box .footer_nav_box .cot_info:first-child {
        margin-bottom: 70px;
        margin-top: 0
    }

    #footer2 .main_box .footer_nav_box {
        margin-top: 70px
    }

    #footer2 .main_box .footer_nav_box .cot_info .right .phone {
        font-size: 46px;
        text-align: center
    }

    #footer2 .main_box .footer_nav_box .cot_info .right .addr {
        font-size: 28px;
        text-align: center
    }

    #footer2 .main_box .footer_nav_box .cot_info .right .addr br {
        display: none
    }

    #footer2 .main_box .footer_nav_box .cot_info .right {
        margin-left: 0
    }

    .new_box .page_four .page_wrap_r .page_four_ul a:first-child .page_four_li {
        border-top: 1px solid #d6d6d6
    }

    .new_box .page_four .page_wrap_r .page_four_ul .page_four_li .page_four_li_title,.new_box .page_four .page_wrap_r .page_four_ul .page_four_li .page_four_li_time {
        font-size: 24px;
        line-height: 80px
    }

    .new_box .case_detail .page_case_l .page_case_down {
        position: relative;
    }

    .new_box .case_detail .page_case_l .page_case_down .page_btn {
        position: absolute;
        top: -65px
    }

    .new_box .case_detail .page_case_l .page_case_down {
        margin-top: 20px
    }
}

@media screen and (max-width: 500px) {
    .new_box .page_three .page_three_box .page_three_li {
        padding: 20px
    }

    .new_box .page_two .page_two_title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px
    }

    .new_box .page_one .page_one_ul .page_one_li .page_img_box .page_time {
        font-size: 12px;
        line-height: 24px;
        padding: 0 5px;
        left: 10px;
        bottom: 10px
    }

    .new_box .page_big_subtitle {
        font-size: 18px;
        line-height: 40px
    }

    .new_box .case_detail .page_case_l {
        margin-top: 10px
    }

    .new_box .case_detail .page_case_r .page_case_r_ul {
        margin-bottom: 10px
    }

    .new_box .case_detail .page_case_l .page_case_desc {
        padding: 20px 0
    }

    .new_box .page_two,.new_box .page_three {
        padding: 50px 0
    }

    .new_box .page_one .page_one_ul .page_one_li .page_one_bottom {
        flex-direction: column;
    }

    .new_box .page_one .page_one_ul .page_one_li .page_one_bottom div:first-child {
        border-right: unset;
        margin-bottom: 5px
    }

    .new_box .page_one .page_one_ul .page_one_li .page_one_bottom div {
        padding: 0
    }

    .new_box .page_big_title {
        font-size: 22px;
        line-height: 36.5px
    }

    .new_box .page_content {
        font-size: 14px
    }

    .new_box .page_one .page_one_ul .page_one_li {
        margin-bottom: 25px
    }

    .new_box .page_one .page_one_ul .page_one_li .page_one_li_title {
        font-size: 14px;
        line-height: 24px
    }

    .new_box .page_one .page_one_ul .page_one_li .page_one_bottom div {
        font-size: 13px;
        line-height: 18px
    }

    .new_box .page_one .page_one_ul .page_one_li .page_tags {
        font-size: 14px;
        line-height: 16px
    }

    .new_box .page_one .page_one_ul .page_one_li .page_one_li_box .page_one_con {
        height: auto
    }

    .new_box .page_one .page_one_ul .page_one_li .page_one_li_box {
        padding: 15px
    }

    .new_box .page_one .page_one_ul .page_one_li .page_one_bottom {
        margin-top: 10px
    }

    .new_box .page_one {
        margin: 0 auto 50px;
    }

    .new_box .page_btn_box {
        margin-top: 5px;
        font-size: 14px;
        line-height: 55px
    }
    .new_box .page_btn_box div{

        font-size: 14px;
    }
    .new_box .page_btn_box div:after {
        right: 20px
    }

    .new_box .page_title_box .page_title {
        font-size: 20px;
        padding: 0 30px;
        line-height: 36px
    }

    .new_box .page_title_box.one .page_title:after {
        width: 30px;
        height: 20px
    }

    .new_box .page_title_box.one .page_title:before {
        width: 30px;
        height: 20px
    }

    .new_box .page_two .page_two_ul .page_two_li {
        margin-bottom: 30px;
        text-align: center;
        padding: 35px 40px
    }

    .new_box .page_two .page_two_ul .page_two_li .page_two_li_title {
        font-size: 18px
    }

    .new_box .page_two .page_two_ul .page_two_li .page_two_li_content {
        font-size: 14px;
        line-height: 28px;
        margin-top: 10px;
        margin-bottom: 25px
    }

    .new_box .page_two .page_two_ul {
        margin-top: 45px
    }

    .new_box .page_btn {
        font-size: 14px;
        line-height: 34px;
        padding: 0 30px
    }

    .new_box .page_three .page_three_btn_box .page_three_prev {
        width: 40px;
        left: 0
    }

    .new_box .page_three .page_three_btn_box .page_three_next {
        width: 40px;
        right: 0
    }

    .new_box .page_three .page_three_box {
        margin-top: 30px;
        margin-bottom: 65px
    }

    .new_box .page_three .swiper-pagination {
        bottom: -50px
    }

    .new_box .page_three .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 5px;
    }

    .new_box .page_four .page_wrap_l {
        margin-top: 35px
    }

    body.new_box .page_four .page_wrap_l .page_title {
        font-size: 28px;
        line-height: 48px;
    }

    .new_box .page_four .page_wrap_l .page_four_content {
        font-size: 14px;
        line-height: 28px
    }

    .new_box .page_four .page_wrap_l .page_img_box {
        margin: 15px auto 25px;
    }

    .new_box .page_four .page_wrap_r .page_four_ul .page_four_li .page_four_li_title {
        padding-left: 25px
    }

    .new_box .page_four .page_wrap_r .page_four_ul {
        margin-bottom: 25px
    }

    #footer2 .main_box .footer_nav_box .cot_info .logo {
        margin: 0 25px
    }

    #footer2 .main_box .footer_nav_box .cot_info .sec_logo {
        margin: 0 25px
    }

    #footer2 .main_box .footer_nav_box .cot_info:first-child {
        margin-bottom: 35px;
    }

    #footer2 .main_box .footer_nav_box {
        margin-top: 35px
    }

    #footer2 .main_box .footer_nav_box .cot_info .right .phone {
        font-size: 23px;
    }

    #footer2 .main_box .footer_nav_box .cot_info .right .addr {
        font-size: 14px;
    }

    .new_box .page_one .page_one_ul {
        margin-top: 0
    }

    body.new_box .page_four .page_wrap_l .page_title span {
        font-size: 28px
    }

    .new_box .page_four {
        padding-bottom: 50px
    }

    #footer2 {
        padding-bottom: 20px
    }

    #footer2 .main_box .footer_nav_box .cot_info,#footer2 .main_box .footer_nav_box .cot_info .right {
        margin-top: 20px
    }

    .new_box .page_four .page_wrap_r .page_four_ul .page_four_li .page_four_li_title,.new_box .page_four .page_wrap_r .page_four_ul .page_four_li .page_four_li_time {
        font-size: 14px;
        line-height: 40px
    }
}
