﻿@charset "UTF-8";
/* ------------------------初始化样式------------------------ */
* {
    padding: 0;
    margin: 0;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    overflow: auto;
    min-width: 1500px;
}

body {
    overflow: hidden;
    color: #333333;
    font-size: 14px;
    font-family: '微软雅黑' !important; /* background: #f2f3f7; */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

img {
    border: none;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    font-size: 100%;
}

input, label, img, th {
    vertical-align: middle;
}

ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a, a:visited, a:focus, a:active {
    color: inherit;
    text-decoration: none;
}
/* 清除浮动 */
.dm-cf {
    zoom: 1;
}

    .dm-cf:after {
        content: '';
        display: block;
        clear: both;
    }

.dm-fl {
    float: left !important;
}

.dm-fr {
    float: right !important;
}
/*栅格*/
.dm-u-1 {
    width: 8.33333333%;
}

.dm-u-2 {
    width: 16.66666667%;
}

.dm-u-3 {
    width: 25%;
}

.dm-u-4 {
    width: 33.33333333%;
}

.dm-u-5 {
    width: 41.66666667%;
}

.dm-u-6 {
    width: 50%;
}

.dm-u-7 {
    width: 58.33333333%;
}

.dm-u-8 {
    width: 66.66666667%;
}

.dm-u-9 {
    width: 75%;
}

.dm-u-10 {
    width: 83.33333333%;
}

.dm-u-11 {
    width: 91.66666667%;
}

.dm-u-12 {
    width: 100%;
}

/*等分*/
[class*=dm-avg-] {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

    [class*=dm-avg-]:after, [class*=dm-avg-]:before {
        display: table;
        content: " ";
    }

    [class*=dm-avg-]:after {
        clear: both;
    }

    [class*=dm-avg-] > li {
        float: left;
        display: block;
        height: auto;
    }

.dm-avg-1 > li {
    width: 100%;
}

    .dm-avg-1 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-1 > li:nth-of-type(1n+1) {
        clear: both;
    }

.dm-avg-2 > li {
    width: 50%;
}

    .dm-avg-2 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-2 > li:nth-of-type(2n+1) {
        clear: both;
    }

.dm-avg-3 > li {
    width: 33.33333333%;
}

    .dm-avg-3 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-3 > li:nth-of-type(3n+1) {
        clear: both;
    }

.dm-avg-4 > li {
    width: 25%;
}

    .dm-avg-4 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-4 > li:nth-of-type(4n+1) {
        clear: both;
    }

.dm-avg-5 > li {
    width: 20%;
}

    .dm-avg-5 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-5 > li:nth-of-type(5n+1) {
        clear: both;
    }

.dm-avg-6 > li {
    width: 16.66666667%;
}

    .dm-avg-6 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-6 > li:nth-of-type(6n+1) {
        clear: both;
    }

.dm-avg-7 > li {
    width: 14.28571429%;
}

    .dm-avg-7 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-7 > li:nth-of-type(7n+1) {
        clear: both;
    }

.dm-avg-8 > li {
    width: 12.5%;
}

    .dm-avg-8 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-8 > li:nth-of-type(8n+1) {
        clear: both;
    }

.dm-avg-9 > li {
    width: 11.11111111%;
}

    .dm-avg-9 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-9 > li:nth-of-type(9n+1) {
        clear: both;
    }

.dm-avg-10 > li {
    width: 10%;
}

    .dm-avg-10 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-10 > li:nth-of-type(10n+1) {
        clear: both;
    }

.dm-avg-11 > li {
    width: 9.09090909%;
}

    .dm-avg-11 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-11 > li:nth-of-type(11n+1) {
        clear: both;
    }

.dm-avg-12 > li {
    width: 8.33333333%;
}

    .dm-avg-12 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-12 > li:nth-of-type(12n+1) {
        clear: both;
    }
/*-------------常用类----------*/
.text-l {
    text-align: left !important;
}

.text-c {
    text-align: center !important;
}

.text-r {
    text-align: right !important;
}

.ver-u {
    vertical-align: unset !important;
}

.ver-m {
    vertical-align: middle !important;
}

.ver-t {
    vertical-align: top !important;
}

.dis-ib {
    display: inline-block;
    vertical-align: middle;
}
/*-------------距离----------*/
.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.padl-10 {
    padding-left: 10px !important;
}

.padl-15 {
    padding-left: 15px !important;
}

.padl-20 {
    padding-left: 20px !important;
}

.padl-30 {
    padding-left: 30px !important;
}

.padb-30 {
    padding-bottom: 30px !important;
}
/*-------------上传图片----------*/
.up-img {
    position: relative;
    width: 110px;
    text-align: center;
    overflow: hidden;
}

    .up-img img {
        width: 110px;
        height: 110px;
    }

    .up-img input {
        position: absolute;
        left: 0;
        width: 110px;
        height: 110px;
        opacity: 0;
        padding: 0;
        top: 0;
        cursor: pointer;
    }

    .up-img p {
        line-height: 30px;
    }
/*-------------table类----------*/
input, textarea, select {
    height: 34px;
    border: 1px solid #dddddd;
    padding: 0 5px;
    resize: none;
}

textarea {
    line-height: 150%;
    height: 100px;
}

input::-webkit-input-placeholder, table textarea::-webkit-input-placeholder {
    color: #dddddd;
}

table td {
    padding: 10px 0;
}
/*--------------------风格颜色--------------------*/
/*鼠标经过颜色*/
a:hover {
    color: #ff7142;
}
/*浏览器兼容性提示*/
.dmport {
    width: 100%;
    height: 100%;
    position: fixed;
    min-width: 600px;
    margin: 0 auto;
    z-index: 999999;
    top: 0px;
    background-color: rgba(47, 50, 66,0.9)
}

.dmport-title {
    margin: 5% 0 2% 0;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.dmport-sub-title {
    margin: 0 0 5% 0;
    color: #fff;
    text-align: center;
    font-size: 30px;
}

.support-images {
    text-align: center;
}

    .support-images img {
        margin: 3%;
        box-shadow: 0 5px 5px rgba(60, 143, 230, .2);
        text-shadow: 1px 1px 1px #01b446;
        vertical-align: initial;
    }

.ban-down1 {
    cursor: pointer;
    display: inline-block;
    margin-top: 5%;
    width: 206px;
    height: 50px;
    background: #0fd25a;
    box-shadow: 0 5px 5px rgba(60, 143, 230, .2);
    color: #fff !important;
    text-shadow: 1px 1px 1px #01b446;
    font-size: 22px;
    line-height: 50px;
}

.dmport-btn {
    text-align: center;
}
/*banner*/
.am-slider {
    position: relative;
}

.am-slider-default {
    margin: 0;
    border-radius: 2px;
    background-color: #fff;
}

    .am-slider-default .am-viewport {
        max-height: 2000px;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

.am-control-nav, .am-direction-nav, .am-slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

.am-slider .am-slides > li {
    position: relative;
    display: none;
    -webkit-backface-visibility: hidden;
}

.am-slider .am-slides img {
    display: block;
    width: 100%;
}

.am-slider-default .am-control-nav {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 999;
}

    .am-slider-default .am-control-nav li {
        display: inline-block;
        margin: 0 6px;
    }

        .am-slider-default .am-control-nav li a {
            display: block;
            width: 10px;
            height: 10px;
            border: 2px solid #d9d9d9;
            border-radius: 50%;
            background-color: #d9d9d9;
            text-indent: -9999px;
            font-size: 0;
            line-height: 0;
            cursor: pointer;
        }

            .am-slider-default .am-control-nav li a.am-active {
                background-color: #fff;
                cursor: default;
                border-color: #ff7142;
            }

.am-control-nav, .am-direction-nav, .am-slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

.am-slider-default .am-direction-nav a {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: block;
    overflow: hidden;
    margin: -18px 0 0;
    width: 29px;
    height: 50px;
    opacity: .45;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.am-slider-default .am-direction-nav .am-prev {
    left: 0;
    background: url("../images/leftarrow.png") no-repeat center;
}

.am-slider-default .am-direction-nav .am-next {
    right: 0;
    text-align: right;
    background: url("../images/rightarrow.png") no-repeat center;
}

.am-slider-default .am-direction-nav a:hover {
    opacity: 1;
}

@charset "UTF-8";

textarea {
    font-family: '微软雅黑' !important;
}

.box {
    width: 1500px;
    margin: auto;
}

    .box .t_tab_lists .t_first_nav {
        background: #fff;
    }

.dmul_box .dmul_di {
    display: none;
}

    .dmul_box .dmul_di:nth-child(1) {
        display: block;
    }

.background_white {
    background-color: #fff !important;
}

.background_orange {
    background-color: #f2f3f7 !important;
}

.query-container {
    width: 1500px !important;
    background-color: #ffffff !important;
}
/*----------page----------*/
.page_one {
    text-align: center;
}

    .page_one > p {
        height: 24px;
        min-width: 24px;
        border: 1px solid #e6ecf2;
        padding: 0 5px;
        display: inline-block;
        line-height: 24px;
        cursor: pointer;
        color: #555555;
    }

        .page_one > p.on, .page_one > p:hover {
            color: #ff7142;
            border: 1px solid #ff7142;
        }

.page_two {
    text-align: center;
    margin: 30px auto 60px;
}

    .page_two > p {
        height: 42px;
        min-width: 37px;
        border: 1px solid #e6ecf2;
        /*padding: 0 14px;*/
        display: inline-block;
        line-height: 42px;
        cursor: pointer;
        color: #555555;
        margin: 0 5px;
    }

        .page_two > p.on, .page_two > p:hover {
            color: white;
            border: 1px solid #ff7142;
            background-color: #ff7142;
        }
/*---------header----------*/
.header_top {
    background: #f2f3f7;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}

.header_top_left .ico_location {
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    background: url(/images/ico_location.png);
}

.header_top_left p {
    display: inline-block;
}

.header_top_left .p1 {
    margin-left: 5px;
}

.header_top_left .p2 {
    margin-left: 15px;
}

.header_top_left .sp1 {
    color: #ff7142;
}

.header_top_left .cut_city {
    cursor: pointer;
    margin-left: 5px;
}

    .header_top_left .cut_city:hover {
        color: #ff7142;
    }

.header_top_right {
    display: flex;
    align-items: center;
}

    .header_top_right a {
        margin-right: 15px;
    }

    .header_top_right .a1 i {
        vertical-align: text-bottom;
        margin-right: 3px;
        display: inline-block;
        width: 13px;
        height: 13px;
        background: url("../images/ico_member.png") no-repeat;
    }

    .header_top_right .a1:hover i {
        background: url("../images/ico_member1.png") no-repeat;
    }

    .header_top_right a:nth-last-child(1) {
        margin-right: 0;
    }

.header_meun {
    background: #ffffff;
    margin-bottom: 20px;
}

.header_meun_logo {
    line-height: 124px;
}

.header_meun_search {
    height: 124px;
    margin-right: 125px;
    line-height: 159px;
}

.search_box {
    width: 767px;
    margin-right: 10px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

    .search_box .select {
        /*background: url("../images/arrow.png") no-repeat 90% 50%;*/
        height: 40px;
        width: 110px;
        border: 0;
        text-align: center;
        outline: none;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        /*padding-left: 20px;*/
        font-size: 14px;
        color: #ff7142;
    }

    .search_box .text {
        width: 580px;
        height: 30px;
        border: 0;
        border-left: 1px solid #e0e0e0;
        outline: none;
        padding: 0 10px;
        margin-top: 3px;
    }

    .search_box .btn {
        width: 96px;
        height: 40px;
        background: #ff7142;
        border: 0;
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        border-radius: 0 18px 18px 0;
    }

.header_meun_shipments {
    float: right;
    line-height: 124px;
    width: 154px;
    height: 100%;
    padding-left: 30px;
}

    .header_meun_shipments a {
        display: inline-block;
        width: 154px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        color: #ffffff;
        background: #ff7142;
        vertical-align: middle;
        font-size: 16px;
        font-weight: bold;
        border-radius: 10px;
    }

    .header_meun_shipments i {
        width: 18px;
        height: 18px;
        vertical-align: text-top;
        display: inline-block;
        background: url("../images/ico_pen.png") no-repeat;
        margin-right: 5px;
    }

    .header_meun_shipments a:hover {
        color: #ff7142;
        background: #ffffff;
        text-decoration: none;
        border: 1px solid #ff7142;
    }

        .header_meun_shipments a:hover i {
            background: url("../images/ico_pen1.png") no-repeat;
        }

    .header_meun_shipments img {
        margin-right: 8px;
    }

.header_meun_QRcode {
    line-height: 124px;
    width: 110px;
    text-align: center
}

    .header_meun_QRcode img {
        width: 64px;
        height: 64px;
    }
/*----------footder----------*/
.footder {
    padding: 53px;
    text-align: center;
    background: #ffffff;
    min-height: 250px;
    border-top: 1px solid #e6ecf2;
}

.footder_di1 {
    color: #bbbbbb;
}

    .footder_di1 a {
        margin: 0 12px;
        color: #333333;
    }

        .footder_di1 a:hover {
            color: #ff7142;
        }

.footder_di2 {
    margin-top: 16px;
    font-size: 12px;
    color: #888888;
}

.footder_di3 {
    margin-top: 36px;
}

    .footder_di3 a {
        margin: 0 13px;
    }
/*----------meun----------*/
.dm_meun {
    margin: 20px auto;
	width:1500px;
}

    .dm_meun ul {
        height: 46px;
        padding: 0 13px;
        line-height: 46px;
        position: relative;
        background: #ff7142;
    }

    .dm_meun a {
        padding: 0 16px;
        float: left;
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
    }

        .dm_meun a:hover {
            background: #ea683d;
        }

    .dm_meun li.henav a {
        font-size: 14px;
        font-weight: 100;
    }
/*----------banner----------*/
.banner_box {
    width: 1500px;
    margin: auto;
    position: relative;
}

.banner_nav {
    padding: 12px 20px;
    font-size: 12px;
    background: #ffffff;
    width: 242px;
    height: 458px;
    border: 1px solid #e6ecf2;
}

    .banner_nav li {
        padding: 12px 0;
    }

    .banner_nav b {
        margin-right: 20px;
    }

    .banner_nav span {
        color: #555555;
    }

.banner {
    width: 900px;
    margin-left: 20px;
}

.banner_b1 {
    height: 260px;
}

    .banner_b1 .am-slider {
        height: 260px !important;
    }

        .banner_b1 .am-slider li img {
            max-height: 260px !important;
        }

        .banner_b1 .am-slider .am-viewport * {
            height: 100%;
        }

        .banner_b1 .am-slider .am-control-nav {
            height: initial;
        }

.banner_b2 {
    overflow: hidden;
}

    .banner_b2 .am-slider {
        height: 180px;
        margin-top: 15px;
    }

        .banner_b2 .am-slider .am-viewport * {
            height: 100%;
        }

.banner_tabs {
    margin-left: 18px;
}

.banner_tabs_di1 {
    padding: 0 14px;
    background: #Ffffff;
    width: 320px;
    height: 260px;
    border: 1px solid #e6ecf2;
}

.banner_tabs_di2 {
    background: #Ffffff;
    width: 320px;
    height: 182px;
    margin-top: 14px;
    border: 1px solid #e6ecf2;
}

.banner_tabs_title {
    height: 48px;
    line-height: 46px;
    position: relative;
}

    .banner_tabs_title span {
        font-size: 14px;
        cursor: pointer;
        display: inline-block;
        padding: 0 15px;
    }

        .banner_tabs_title span.on {
            font-weight: bold;
            border-bottom: 2px solid #ff7142;
        }

    .banner_tabs_title .mer_a {
        position: absolute;
        right: 0;
        top: 0;
        color: #888;
    }

        .banner_tabs_title .mer_a:hover {
            color: #ff7142;
        }

.banner_tabs_ul {
    height: 210px;
    padding: 20px 0;
}

    .banner_tabs_ul li {
        height: 35px;
        line-height: 35px;
        padding-left: 30px;
        padding-right: 10px;
        background: url("../images/ico_dot.png") no-repeat 5% 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
    }

.banner_tabs_di2 .tabs_di2 {
}

.banner_tabs_di2 .tabs_di2 {
    height: 48px;
    position: relative;
    border-bottom: 1px solid #e6ecf2;
}

    .banner_tabs_di2 .tabs_di2 p {
        width: 50%;
        text-align: center;
        position: relative;
    }

        .banner_tabs_di2 .tabs_di2 p span {
            font-size: 14px;
            cursor: pointer;
            display: inline-block;
            padding: 0 15px;
            height: 18px;
            line-height: 18px;
            margin: 15px 0;
            width: 100%;
            border-right: 1px solid #e6ecf2;
        }

        .banner_tabs_di2 .tabs_di2 p:nth-last-child(1) span {
            border-right: 0;
        }

        .banner_tabs_di2 .tabs_di2 p b {
            display: inline-block;
            height: 2px;
            width: 55px;
            background: transparent;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            bottom: 0;
        }

        .banner_tabs_di2 .tabs_di2 p.on span {
            font-weight: bold;
        }

        .banner_tabs_di2 .tabs_di2 p.on b {
            background: #ff7142;
        }

.banner_tabs_ul2 {
    padding: 0 15px;
}

    .banner_tabs_ul2 a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .banner_tabs_ul2 li {
        text-align: center;
        font-size: 12px;
        color: #555555;
        padding: 30px 0 25px;
    }

        .banner_tabs_ul2 li .img {
            width: 20px;
            height: 20px;
            display: inline-block;
        }

        .banner_tabs_ul2 li p {
            margin-top: 15px;
            line-height: 100%;
        }

        .banner_tabs_ul2 li:hover {
            color: #ff7142;
        }

.banner_tabs_ul2_text {
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    border-top: 1px dashed #e6ecf2;
}

    .banner_tabs_ul2_text span {
        vertical-align: middle;
    }

    .banner_tabs_ul2_text .sp1 {
        font-size: 14px;
        margin-left: 10px;
    }

    .banner_tabs_ul2_text .sp2 {
        font-size: 22px;
        color: #ff7142;
        margin-left: 20px;
    }

.yong_ul li:nth-child(1) .img {
    background: url("../images/ico_y1.png") no-repeat;
}

.yong_ul li:nth-child(2) .img {
    background: url("../images/ico_y2.png") no-repeat;
}

.yong_ul li:nth-child(3) .img {
    background: url("../images/ico_y3.png") no-repeat;
}

.yong_ul li:nth-child(1):hover .img {
    background: url("../images/ico_y11.png") no-repeat;
}

.yong_ul li:nth-child(2):hover .img {
    background: url("../images/ico_y22.png") no-repeat;
}

.yong_ul li:nth-child(3):hover .img {
    background: url("../images/ico_y33.png") no-repeat;
}

.shang_ul li:nth-child(1) .img {
    background: url("../images/ico_s1.png") no-repeat;
}

.shang_ul li:nth-child(2) .img {
    background: url("../images/ico_s2.png") no-repeat;
}

.shang_ul li:nth-child(3) .img {
    background: url("../images/ico_s3.png") no-repeat;
}

.shang_ul li:nth-child(1):hover .img {
    background: url("../images/ico_s11.png") no-repeat;
}

.shang_ul li:nth-child(2):hover .img {
    background: url("../images/ico_s22.png") no-repeat;
}

.shang_ul li:nth-child(3):hover .img {
    background: url("../images/ico_s33.png") no-repeat;
}
/*----------banner2----------*/
.banner2 {
    margin: 20px auto;
}

    .banner2 img {
        height: 100%;
        width: 100%;
    }
/*----------module----------*/
.module_box {
    height: 340px;
    overflow: hidden;
    border: 1px solid #e6ecf2;
    margin-bottom: 28px;
    background: #fff;
}

    .module_box .mo1 {
        width: 354px;
        height: 100%;
        border-right: 1px solid #e6ecf2;
    }

    .module_box .mo2 {
        width: 688px;
        height: 100%;
        border-right: 1px solid #e6ecf2;
        padding: 25px 30px;
        font-size: 12px;
    }

    .module_box .mo3 {
        width: 456px;
        height: 100%;
        padding: 0 40px;
    }

    .module_box .mo1 .p1 {
        height: 75px;
        line-height: 75px;
        font-size: 20px;
        padding-left: 17px;
    }

    .module_box .mo1 .p2 {
        text-align: center;
        margin-top: 12px;
    }

    .module_box .mo1 .p3 {
        text-align: center;
        margin-top: 15px;
        font-size: 12px;
    }

        .module_box .mo1 .p3 a {
            display: inline-block;
            width: 130px;
            height: 35px;
            line-height: 35px;
            margin: 0 5px;
            font-size: 14px;
            color: #555555;
            background: #f2f3f7;
            cursor: pointer;
        }

        .module_box .mo1 .p3 i {
            display: inline-block;
            width: 18px;
            height: 16px;
            background: url("../images/ico_baoche.png") no-repeat;
            vertical-align: middle;
            margin-right: 5px;
        }

        .module_box .mo1 .p3 span {
            vertical-align: middle;
        }

        .module_box .mo1 .p3 a:hover {
            background: #ff7142;
            color: #ffffff;
        }

            .module_box .mo1 .p3 a:hover i {
                background: url("../images/ico_baoche1.png") no-repeat;
            }

    .module_box .mo1 .p4 {
        text-align: center;
        margin-top: 21px;
        font-size: 14px;
    }

        .module_box .mo1 .p4 i {
            display: inline-block;
            width: 16px;
            height: 16px;
            background: url("../images/ico_add.png") no-repeat;
            vertical-align: middle;
        }

        .module_box .mo1 .p4:hover i {
            background: url("../images/ico_add1.png") no-repeat;
        }

        .module_box .mo1 .p4 span {
            vertical-align: middle;
            font-size: 12px;
        }

    .module_box .mo2 ul {
        display: flex;
        flex-wrap: wrap;
    }

    .module_box .mo2 li {
        width: 50%;
        /* float: left; */
        margin-bottom: 25px;
    }

        .module_box .mo2 li:nth-child(2n) {
            padding-left: 20px;
        }

    .module_box .mo2 .p1 {
        font-size: 14px;
        line-height: 30px;
    }

    .module_box .mo2 .p2 a {
        display: inline-block;
        line-height: 24px;
        margin-right: 10px;
    }

    .module_box .mo3 .mo-t1 {
        padding: 5px 0 20px;
        border-bottom: 1px dashed #e6ecf2;
    }

        .module_box .mo3 .mo-t1 .p1 {
            font-size: 14px;
            height: 46px;
            line-height: 46px;
            background: url(/images/bg_dot.png) no-repeat 0 center;
            padding-left: 20px;
        }

            .module_box .mo3 .mo-t1 .p1 a {
                font-size: 14px;
                color: #333;
            }

                .module_box .mo3 .mo-t1 .p1 a:hover {
                    color: #ff7142;
                }

                .module_box .mo3 .mo-t1 .p1 a i {
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    background: url("../images/fuwushang.png") no-repeat;
                    vertical-align: middle;
                }

                .module_box .mo3 .mo-t1 .p1 a:hover i {
                    background: url("../images/fuwushang1.png") no-repeat;
                }

        .module_box .mo3 .mo-t1 li {
            float: left;
            width: 82px;
            margin-right: 16px;
            height: 82px;
            overflow: hidden;
            border: 1px solid #e6ecf2;
        }

            .module_box .mo3 .mo-t1 li:hover {
                border-color: #ff7142;
            }

            .module_box .mo3 .mo-t1 li:nth-last-child(1) {
                margin-right: 0;
            }

    .module_box .mo3 .mo-t2 .p1 {
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        margin-top: 10px;
        background: url(/images/bg_dot.png) no-repeat 0 center;
        padding-left: 20px;
    }

    .module_box .mo3 .mo-t2 li {
        color: #555;
        font-size: 12px;
        line-height: 26px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
        /*.module_box:nth-last-child(1) {
margin-bottom: 0;
}*/

        .module_box .mo3 .mo-t2 li:hover, .module_box .mo3 .mo-t2 li span:hover {
            color: #ff7142;
        }

        .module_box .mo3 .mo-t2 li span {
            color: #888;
            margin-right: 5px;
        }
/*----------banne3----------*/
.banner3 {
    text-align: center;
}

    .banner3 a {
        float: left;
        width: 360px;
        height: 100px;
        margin-right: 20px;
    }

        .banner3 a:nth-last-child(1) {
            margin-right: 0;
        }

    .banner3 img {
        width: 100%;
        height: 100%;
    }
/*----------Business express----------*/
.dm_di1 > .box {
    background: #Ffffff;
    border: 1px solid #e6ecf2;
}

.dm_di1_title {
    padding: 0 20px;
    height: 67px;
    line-height: 67px;
    border-bottom: 1px solid #e6ecf2;
}

    .dm_di1_title b {
        font-size: 20px;
    }

    .dm_di1_title .p1 {
        color: #bbbbbb;
        display: inline-block;
        margin-left: 50px;
    }

        .dm_di1_title .p1 a {
            font-size: 12px;
            color: #555555;
            margin: 0 5px;
        }

            .dm_di1_title .p1 a:hover {
                color: #ff7142;
            }

.dm_di1_san {
    height: 313px;
}

.dm_di1_ul {
    padding: 10px 35px;
    width: 516px;
    border-right: 1px solid #e6ecf2;
    height: 100%;
}

.dm_di1_ul_tuwen {
    border-bottom: 1px dashed #e6ecf2;
    padding: 24px 0;
}

    .dm_di1_ul_tuwen .img {
        width: 128px;
        height: 76px;
    }

        .dm_di1_ul_tuwen .img img {
            width: 100%;
            height: 100%;
        }

    .dm_di1_ul_tuwen .text {
        width: 315px;
        padding-left: 20px;
    }

        .dm_di1_ul_tuwen .text .p1 {
            color: #000;
            font-size: 16px;
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .dm_di1_ul_tuwen .text .p2 {
            font-size: 12px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-top: 13px;
        }

        .dm_di1_ul_tuwen .text .p3 {
            color: #999999;
            margin-top: 10px;
            font-size: 12px;
        }

.dm_di1_ul_list {
    padding: 11px 0;
}

    .dm_di1_ul_list p {
        color: #555555;
        line-height: 35px;
        padding-left: 21px;
        background: url(../images/ico_dot.png) no-repeat 5px 50%;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .dm_di1_ul_list p span {
            color: #888888;
        }

.dm_di1_banner {
    height: 100%;
    width: 466px;
    padding: 40px 40px 0;
    position: relative;
}

.dm_di1_banner_title {
    font-size: 16px;
}

.banner_b4 {
    width: 385px;
}

    .banner_b4 img {
        height: 155px;
    }

    .banner_b4 .am-slider-default .am-control-nav li {
        height: initial;
    }

    .banner_b4 .am-slider-default .am-control-nav {
        top: -60px;
        bottom: 0;
        height: 34px;
        text-align: right;
    }

        .banner_b4 .am-slider-default .am-control-nav li a.am-active {
            background-color: #ff7142;
        }

.dm_di1_banner .p1 {
    text-align: center;
    font-size: 12px;
}
/*----------instrument----------*/
.dm_di2 > .box {
    background: #Ffffff;
    border: 1px solid #e6ecf2;
    padding: 27px 0;
    height: 300px;
}

.dm_di2_m1 {
    width: 200px;
    border-right: 1px solid #e6ecf2;
    height: 100%;
    text-align: center;
    padding: 50px 0;
}

    .dm_di2_m1 b {
        font-size: 20px;
        display: block;
        margin-bottom: 15px;
    }

    .dm_di2_m1 img {
        width: 30px;
        height: 30px;
    }

.dm_di2_m2 {
    text-align: center;
    width: 259px;
}

    .dm_di2_m2 ul {
        width: 100%;
        display: inline-block;
        padding: 8px 20px 0;
        margin-bottom: 10px;
        height: 63px;
        border-right: 1px solid #e6ecf2;
    }

    .dm_di2_m2 li {
        height: 60px;
    }

    .dm_di2_m2 p {
        color: #888;
        font-size: 12px;
        margin-top: 10px;
    }

        .dm_di2_m2 p:hover {
            color: #ff7142;
        }

    .dm_di2_m2 img {
        width: 22px;
        height: 22px;
    }

    .dm_di2_m2:nth-last-child(1) ul {
        border-right: 0;
    }

    .dm_di2_m2 ul:nth-last-child(1) {
        margin-bottom: 0;
    }
/*----------teamwork----------*/
.dm_di3 > .box {
    background: #Ffffff;
    border: 1px solid #e6ecf2;
    padding: 20px 0;
    height: auto;
}

.dm_di3_m1 {
    width: 200px;
    min-height: 60px;
    display: flex;
    flex-wrap: wrap;
    border-right: 1px solid #e6ecf2;
    height: 100%;
    text-align: center;
    justify-content: center;
}

    .dm_di3_m1 b {
        font-size: 20px;
    }

.dm_di3_m2 {
    line-height: 60px;
    width: 1298px;
    color: #555555;
}

    .dm_di3_m2 a {
        font-size: 12px;
    }
/*----------Information list----------*/
.dm_title {
    height: 47px;
    line-height: 47px;
    font-size: 12px;
}

.dm_title_left {
    color: #888888; /* margin-left: -370px; */
}

.dm_title_right {
    color: #555555;
}

    .dm_title_right span {
        color: #ff7142;
    }
/*Information filtering*/
.condition_box {
    background: #fff;
    border: 1px solid #e6ecf2;
}

    .condition_box li {
        border-top: 1px solid #e6ecf2;
        line-height: 42px;
        height: 42px;
        overflow: hidden;
        position: relative;
    }

        .condition_box li:nth-child(1) {
            border-top: 0;
        }

.condition_sp {
    width: 138px;
    font-size: 12px;
    padding: 0 20px;
    font-weight: bold;
}

.condition_di {
    width: 1360px;
    padding-right: 62px;
}

    .condition_di span {
        color: #0e8ed8;
        cursor: pointer;
        display: inline-block;
        margin-right: 20px;
    }

        .condition_di span.on, .condition_di span:hover {
            color: #ff7142;
        }

    .condition_di .info_elite {
        color: #F03;
    }

.show_more {
    width: 62px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

    .show_more img {
        width: 12px;
        height: 6px;
    }
/*inofs list*/
.infos_list_left {
    width: 1226px;
    background: #fff;
}

.infos_list_right {
    border: 1px solid #e6ecf2;
    width: 254px;
    padding: 0 18px;
    margin-bottom: 60px;
    background: #fff;
}

.infos_list_condition {
    height: 42px;
    padding: 0 26px;
    overflow: hidden;
    line-height: 42px;
    border: 1px solid #e6ecf2;
}

.infos_list_condition_fl label {
    cursor: pointer;
    margin-right: 30px;
}

    .infos_list_condition_fl label span {
        vertical-align: middle;
        margin-left: 8px;
    }

.infos_list_condition_fl input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    height: 16px;
    width: 16px;
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    background: url("../images/cheked_k.png");
}

    .infos_list_condition_fl input[type=checkbox]:checked {
        background: url("../images/cheked.png");
    }

.infos_list_ul li {
    z-index: 1;
    display: flex;
    padding: 20px;
    margin-top: -1px;
    position: relative;
    justify-content: space-between;
    border: 1px solid #e6ecf2;
    min-height: 200px;
}

    .infos_list_ul li:hover {
        z-index: 2;
        background: #fafafa;
    }

.infos_list_ul .img {
    font-size: 0;
    width: 156px;
    height: 156px;
    margin-right: 25px;
    text-align: center;
    line-height: 156px;
}

    .infos_list_ul .img img {
        max-width: 150px;
        max-height: 150px;
    }

.infos_list_ul .text {
    width: 824px;
    height: 156px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .infos_list_ul .text .p1 {
        font-size: 18px;
        color: #0e8ed8;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .infos_list_ul .text .p2 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        color: #888888;
        font-size: 12px;
        margin-top: 10px;
    }

    .infos_list_ul .text .p3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 20px;
        font-size: 12px;
        color: #555555;
    }

    .infos_list_ul .text .p4 {
        margin-top: 20px;
    }

        .infos_list_ul .text .p4 span {
            display: inline-block;
            height: 28px;
            line-height: 28px;
            text-align: center;
            padding: 0 13px;
            background: #f2f3f7;
            font-size: 12px;
            color: #888888;
            border: 1px solid #e6ecf2;
            margin-right: 10px;
        }

.infos_list_ul .link {
    text-align: center;
    width: 200px;
    line-height: 156px;
    height: 156px;
}

    .infos_list_ul .link a {
        background: #ff7142;
        border-radius: 3px;
        font-size: 16px;
        color: #ffffff;
        display: inline-block;
        width: 130px;
        height: 40px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;
    }

    .infos_list_ul .link i {
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url("../images/ico_tda1.png") no-repeat;
        vertical-align: middle;
    }

    .infos_list_ul .link a:hover {
        color: #ff7142;
        background: #ffffff;
        border: 1px solid #ff7142;
    }

        .infos_list_ul .link a:hover i {
            background: url("../images/ico_tda2.png") no-repeat;
        }

    .infos_list_ul .link span {
        vertical-align: middle;
    }

.infos_list_right .title {
    color: #555555;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
}

.infos_list_right_di {
    margin-bottom: 30px;
}

    .infos_list_right_di img {
        max-width: 216px;
        max-height: 216px;
    }

    .infos_list_right_di .text .p1 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 12px;
        color: #0e8ed8;
        font-weight: bold;
        line-height: 200%;
        margin-top: 8px;
    }

    .infos_list_right_di .text .p2 {
        font-size: 12px;
        color: #555555;
        margin-top: 6px;
    }
/*----------infos details----------*/
.infos_details_title {
    border-bottom: 2px solid #f2f3f7;
    background: #ffffff;
    padding: 30px 40px 0;
    height: 115px;
}

.infos_details_di1 .p1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 100%;
}

.infos_details_di1 .h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 100%;
}

.infos_details_di1 .p2 {
    color: #888888;
    font-size: 12px;
    margin-top: 20px;
}

.infos_details_di2 p {
    display: inline-block;
    font-size: 12px;
    color: #888888;
    margin-left: 40px;
    cursor: pointer;
}

    .infos_details_di2 p:hover {
        color: #ff7142;
    }

    .infos_details_di2 p span {
        vertical-align: middle;
        margin-left: 5px;
    }

    .infos_details_di2 p i {
        display: inline-block;
        width: 16px;
        height: 16px;
        vertical-align: middle;
    }

.infos_details_di2 .p1 i {
    background: url("../images/ico_mobile.png") no-repeat center;
}

.infos_details_di2 .p2 i {
    background: url("../images/ico_fav.png") no-repeat center;
}

.infos_details_di2 .p3 i {
    background: url("../images/ico_share.png") no-repeat center;
}

.infos_details_di2 .p4 i {
    background: url("../images/ico_tip.png") no-repeat center;
}

.infos_details_di2 .p1:hover i {
    background: url("../images/ico_mobile1.png") no-repeat center;
}

.infos_details_di2 .p2:hover i {
    background: url("../images/ico_fav1.png") no-repeat center;
}

.infos_details_di2 .p3:hover i {
    background: url("../images/ico_share1.png") no-repeat center;
}

.infos_details_di2 .p4:hover i {
    background: url("../images/ico_tip1.png") no-repeat center;
}

.infos_details_imgtext {
    height: 407px;
    background: #fff;
}

.infos_details_banner {
    width: 1092px;
    height: 100%;
    padding: 35px 40px 0;
}

    .infos_details_banner .banner {
        width: 488px;
        height: 325px;
    }

    .infos_details_banner .text {
        width: 605px;
        padding-left: 50px;
    }

        .infos_details_banner .text td {
            display: inline-flex;
            padding: 0 0 20px;
            font-size: 14px;
        }

            .infos_details_banner .text td:nth-child(1) {
                text-align: right;
                color: #888888;
                padding-right: 15px;
                width: 20%;
            }

            .infos_details_banner .text td:nth-child(2) {
                color: #555555;
            }

            .infos_details_banner .text td.td_btn {
                width: 100%;
                justify-content: center;
            }

                .infos_details_banner .text td.td_btn .input-btn {
                    color: #fff;
                    border: none;
                    outline: none;
                    cursor: pointer;
                    padding: 0 15px;
                    border-radius: 4px;
                    background: #ff7142;
                }

        .infos_details_banner .text .map {
            margin-left: 30px;
        }

            .infos_details_banner .text .map span {
                margin-left: 5px;
                vertical-align: middle;
                font-size: 12px;
                color: #ff7142;
            }

        .infos_details_banner .text .WeChat {
            /* margin-left: 35px; */
            cursor: pointer;
        }

.infos_details_ban {
    position: relative;
}

    .infos_details_ban .am-slider {
        width: 407px;
        padding-left: 82px;
        position: inherit;
    }

        .infos_details_ban .am-slider li, .infos_details_banner .am-slider img {
            width: 325px;
            height: 325px;
        }

    .infos_details_ban .am-control-nav {
        top: 0;
        left: 0px;
        width: 76px;
        height: 325px;
        overflow: hidden;
    }

        .infos_details_ban .am-control-nav li {
            width: 76px;
            height: 76px;
            display: block;
            margin-left: 0;
            margin-bottom: 7px;
        }

            .infos_details_ban .am-control-nav li img {
                width: 100%;
                height: 100%;
                border: 2px solid transparent;
            }

                .infos_details_ban .am-control-nav li img.am-active {
                    border: 2px solid #ff7142;
                }

                    .infos_details_ban .am-control-nav li img.am-active:before {
                        content: '';
                    }

.text_btn {
    margin-top: 30px;
}

    .text_btn > * {
        width: 280px;
        height: 53px;
        line-height: 53px;
        background: #ff7142;
        color: #ffffff;
        display: inline-block;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
    }

        .text_btn > * i {
            display: inline-block;
            width: 20px;
            height: 20px;
            background: url(../images/ico_tda1.png) no-repeat;
            vertical-align: middle;
        }

        .text_btn > *:hover {
            color: #ff7142;
            background: #ffffff;
            border: 1px solid #ff7142;
        }

            .text_btn > *:hover i {
                background: url(../images/ico_tda2.png) no-repeat;
            }

.text_tel {
    margin-top: 20px;
    color: #555555;
    font-weight: bold;
}

    .text_tel span {
        vertical-align: middle;
    }

.infos_details_nav {
    width: 408px;
    height: 100%;
    border-left: 1px solid #e6ecf2;
}

.infos_details_nav_di1 {
    padding: 0 40px;
    height: 264px;
}

.infos_details_nav_di1_up {
    height: 156px;
    border-bottom: 1px solid #e6ecf2;
    padding-top: 35px;
}

    .infos_details_nav_di1_up .img {
        border-radius: 50%;
        border: 1px solid #e6ecf2;
        overflow: hidden;
        width: 78px;
        height: 78px;
    }

        .infos_details_nav_di1_up .img img {
            max-width: 100%;
            max-height: 100%;
        }

    .infos_details_nav_di1_up .text {
        padding-left: 20px;
        width: 248px;
    }

        .infos_details_nav_di1_up .text .p1 {
            line-height: 100%;
            padding: 7px 0;
            color: #555555;
            font-size: 18px;
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .infos_details_nav_di1_up .text .p2 {
            margin-top: 12px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .infos_details_nav_di1_up .text .p2 span {
                display: inline-block;
                color: #ffffff;
                height: 28px;
                line-height: 28px;
                padding: 0 15px;
                margin-right: 6px;
                font-size: 12px;
                cursor: default;
            }

            .infos_details_nav_di1_up .text .p2 .sp1 {
                background: #6abd00;
            }

            .infos_details_nav_di1_up .text .p2 .sp2 {
                background: #0db5c4;
            }

.infos_details_nav_di1_down {
    text-align: center;
    font-size: 14px;
    color: #888888;
    height: 108px;
    line-height: 108px;
}

    .infos_details_nav_di1_down span {
        color: #ff7142;
    }

.infos_details_nav_di2 {
    height: 47px;
    line-height: 47px;
    text-align: center;
    background: #fafafa;
    color: #555555;
    font-size: 14px;
}

    .infos_details_nav_di2 span {
        color: #e2e2e2;
        margin: 0 19px;
    }

.infos_details_tip {
    height: 40px;
    line-height: 40px;
    background: #fffaea;
    color: #ff7142;
    font-size: 12px;
    padding: 0 40px;
}

.infos_list_left_di1 {
    min-height: 300px;
    background: #ffffff;
}

    .infos_list_left_di1 .info_title {
        padding: 0 25px;
        height: 65px;
        line-height: 65px;
        border-bottom: 1px solid #e6ecf2;
    }

        .infos_list_left_di1 .info_title span {
            padding: 0 20px;
            display: inline-block;
            cursor: pointer;
            font-size: 18px;
            font-weight: bold;
        }

            .infos_list_left_di1 .info_title span.on {
                color: #ff7142;
            }

            .infos_list_left_di1 .info_title span i.t_replay_count {
                font-style: normal;
            }

    .infos_list_left_di1 .info_text {
    }

    .infos_list_left_di1 .info_text_miao {
        padding: 25px 40px;
        line-height: 200%;
    }

    .infos_list_left_di1 .info_text_ping {
    }

        .infos_list_left_di1 .info_text_ping .haping_d1 {
            width: 150px;
            padding: 20px 36px;
        }

            .infos_list_left_di1 .info_text_ping .haping_d1 .p1 {
                font-size: 12px;
                color: #555555;
            }

            .infos_list_left_di1 .info_text_ping .haping_d1 .p2 {
                font-size: 36px;
                color: #ff7142;
                font-weight: bold;
                line-height: 100%;
            }

        .infos_list_left_di1 .info_text_ping .haping_d2 {
            height: 94px;
            line-height: 94px;
        }

            .infos_list_left_di1 .info_text_ping .haping_d2 span {
                display: inline-block;
                height: 28px;
                line-height: 28px;
                border: 1px solid #e6ecf2;
                padding: 0 20px;
                color: #ff7142;
                margin-right: 10px;
                cursor: default;
            }

        .infos_list_left_di1 .info_text_ping .hapingxuan {
            padding: 0 40px;
            height: 47px;
            line-height: 47px;
            background: #fafafa;
        }

            .infos_list_left_di1 .info_text_ping .hapingxuan span {
                color: #555555;
                margin-right: 35px;
                font-size: 12px;
                cursor: pointer;
            }

                .infos_list_left_di1 .info_text_ping .hapingxuan span.on {
                    color: #ff7142;
                }

    .infos_list_left_di1 .infos_table {
        padding: 0 40px;
    }

        .infos_list_left_di1 .infos_table td {
            border-bottom: 1px solid #e6ecf2;
            vertical-align: top;
            padding: 23px 0;
        }

        .infos_list_left_di1 .infos_table .img {
            border-radius: 50%;
            border: 1px solid #e6ecf2;
            overflow: hidden;
            width: 40px;
            height: 40px;
        }

            .infos_list_left_di1 .infos_table .img img {
                width: 100%;
                height: 100%;
            }

        .infos_list_left_di1 .infos_table .text {
            margin-left: 10px;
            height: 40px;
            line-height: 40px;
            font-size: 12px;
            color: #888888;
        }

.pingfen p {
    display: inline-block;
    margin-right: 5px;
}

.pingtext {
    font-size: 12px;
    color: #555555;
    line-height: 200%;
    margin-top: 14px;
}

.pingimg {
    margin-top: 14px;
}

    .pingimg p {
        display: inline-block;
        margin-right: 5px;
        width: 62px;
        height: 62px;
        border: 1px solid #e6ecf2;
        cursor: zoom-in;
    }

        .pingimg p.on {
            border: 1px solid #ff7142;
        }

        .pingimg p img {
            width: 100%;
            height: 100%;
        }

.pingtime {
    margin-top: 20px;
    font-size: 12px;
    color: #888888;
}

.imgbig {
    margin-top: 13px;
    position: relative;
    display: inline-block;
    width: 300px;
    height: 400px;
    line-height: 400px;
}

    .imgbig img {
        cursor: zoom-out;
        width: 100%;
    }

    .imgbig span {
        position: absolute;
        width: 100px;
        height: 100%;
        top: 0;
    }

        .imgbig span.prev {
            cursor: url("../images/prev.cur"), auto;
            left: 0;
        }

        .imgbig span.next {
            cursor: url("../images/next.cur"), auto;
            right: 0;
        }

.infos_list_left_di2 {
    height: 480px;
    background: #ffffff;
}

    .infos_list_left_di2 .title {
        height: 64px;
        line-height: 64px;
        padding: 0 40px;
        font-weight: bold;
        font-size: 18px;
        border-bottom: 1px solid #e6ecf2;
    }

    .infos_list_left_di2 .map_box {
        padding: 34px 40px 0;
    }

.infos_list_left_di3 {
    height: 368px;
    background: #ffffff;
}

    .infos_list_left_di3 .title {
        height: 64px;
        line-height: 64px;
        padding: 0 40px;
        font-weight: bold;
        font-size: 18px;
        border-bottom: 1px solid #e6ecf2;
    }

    .infos_list_left_di3 .like_list {
        padding: 34px 40px 0;
    }

        .infos_list_left_di3 .like_list .like_list_li {
            float: left;
            width: 175px;
            margin-right: 19px;
        }

            .infos_list_left_di3 .like_list .like_list_li:nth-child(6n) {
                margin-right: 0;
            }

            .infos_list_left_di3 .like_list .like_list_li .img {
                width: 175px;
                height: 175px;
                background: #f1f1f1;
                vertical-align: middle;
            }

                .infos_list_left_di3 .like_list .like_list_li .img img {
                    max-width: 175px;
                    max-height: 175px;
                }

            .infos_list_left_di3 .like_list .like_list_li .text {
                line-height: 180%;
                font-size: 12px;
                color: #555555;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden;
                margin-top: 10px;
            }

            .infos_list_left_di3 .like_list .like_list_li .text-c {
                min-height: 40px;
                overflow: hidden;
                line-height: 200%;
            }

.infos_list_left_di4 {
    border-top: solid 1px #ccc;
    background: #ffffff;
    padding: 0 40px;
    font-size: 12px;
}

    .infos_list_left_di4 tr:nth-last-child(1) td {
        border-bottom: 0;
    }

    .infos_list_left_di4 td {
        color: #555555;
        padding: 25px 0;
        border-bottom: 1px solid #e6ecf2;
    }

        .infos_list_left_di4 td:nth-child(1) {
            vertical-align: text-top;
            color: #888888;
            font-size: 14px;
        }

.infos_list_left_di4_ul1 li {
    margin-top: 10px;
    width: 450px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 50px;
}

    .infos_list_left_di4_ul1 li:nth-child(1) {
        margin-top: 0;
    }

    .infos_list_left_di4_ul1 li:nth-child(2) {
        margin-top: 0;
    }

.infos_list_left_di4_ul2 {
    margin-top: -12px;
}

    .infos_list_left_di4_ul2 li {
        margin-top: 12px;
    }
/*-------------------------------------资讯相关-------------------------------------*/
/*-------------------------------------资讯列表页-----------------------------------*/
.t_bai {
    background: #fff;
}
/*头部*/
.header_top {
    background: #f2f3f7;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}

.header_top_left p {
    display: inline-block;
}

.header_top_left .p1 {
    margin-left: 5px;
}

.header_top_left .sp1 {
    color: #ff7142;
}

.header_top_left .cut_city {
    cursor: pointer;
    margin-left: 5px;
}

.header_top_left .p2 {
    margin-left: 15px;
}

.header_top_right a {
    margin-right: 15px;
}

.header_top_right .a1 i {
    vertical-align: text-bottom;
    margin-right: 3px;
    display: inline-block;
    width: 13px;
    height: 14px;
    background: url(../images/ico_member.png) no-repeat;
}

.header_top_right .a1:hover i {
    background: url(../images/ico_member1.png) no-repeat;
}

.header_meun_two {
    height: 110px;
    line-height: 95px;
    border-bottom: 2px #f2f2f2 solid;
	background:#fff;
}

.t_nav ul li {
    display: inline-block;
    padding: 0 18px;
    color: #333;
    font-size: 18px;
    line-height: 89px;
}

.t_nav ul span {
    color: #f2f3f7;
}

.t_nav ul li a {
    display: block;
}

.t_nav ul li:hover p, .t_nav ul li p.on {
    border-bottom: 3px #ff7142 solid;
}
/*主体*/
.t_main_nav {
    margin-top: 50px;
    width: 157px;
    text-align: center;
    background: #f2f3f7;
}

.t_main_list > div {
    border-bottom: 1px #e6ecf2 solid;
    cursor: pointer;
}

    .t_main_list > div:hover {
        background: #f8f9fc;
    }

.t_main_nav > p {
    background-color: #ff7142;
    color: #fff;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
}

.t_main_nav ul li {
    padding: 15px 0;
    font-size: 16px;
}

    .t_main_nav ul li:hover, .t_main_nav ul li.on {
        color: #ff7142;
    }

.t_main_list {
    margin-top: 50px;
    margin-left: 40px;
    margin-bottom: 50px;
    width: 935px;
}

.t_three_div {
    width: 100%;
    padding-top: 10px;
}

    .t_three_div:nth-child(1) {
        margin-top: 0;
        padding-top: 0;
    }

    .t_three_div p.t_info_title_name {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .t_three_div .t_img_box img {
        width: 300px;
        height: 170px;
        margin-right: 12px;
    }

        .t_three_div .t_img_box img:nth-child(3) {
            margin-right: 0;
        }

.t_img_box {
    width: 100%;
    overflow: hidden;
}

.t_info_bottom {
    padding: 15px 0;
    margin-bottom: 10px;
    font-size: 14px;
}

span.t_type {
    margin-right: 10px;
}

.t_type {
    background: #f2f3f7;
    padding: 2px 10px;
    border-radius: 10px;
    color: #555;
}

.t_three_div .t_info_bottom span {
    margin-right: 10px;
}

.t_info_operation span {
    padding: 0 5px;
    vertical-align: middle;
}

.t_one {
    padding: 25px 0;
}

    .t_one .t_img_box {
        width: 300px;
        height: 170px;
        line-height: 170px;
        text-align: center;
        background: #ddd;
        margin-right: 25px;
        overflow: hidden;
    }

.t_right_box {
    width: 610px;
}

p.t_info_title_name {
    font-size: 22px;
    margin-bottom: 35px;
}

.t_type_div {
    margin-bottom: 25px;
}

.t_one .t_info_operation span {
    margin-right: 10px;
}
/*.t_page_area div:hover, .page {
    background: #ff7142;
    color: #fff;
}*/
.page_two a:hover {
    color: #fff !important;
}

.t_page_area {
    /* float: right; */
    margin-right: 10px;
    text-align: center;
    margin: 20px 0;
}

    .t_page_area div {
        display: inline-block;
        padding: 15px;
        height: 40px;
        line-height: 10px;
        border: 1px #eee solid;
    }

.t_main_list > div.t_page_area:hover {
    background: #fff;
}

.t_main_hot {
    width: 340px;
    margin-top: 50px;
}

.t_hot_title_name {
    height: 50px;
    line-height: 50px;
}

    .t_hot_title_name span {
        font-size: 22px;
        color: #333;
        vertical-align: middle;
        padding: 0 15px;
    }

.t_hot_list {
    background: #f2f3f7;
}

.t_hot_source {
    font-size: 14px;
    color: #555;
    padding: 15px 0;
}

.t_hot_list ul {
    padding: 10px 25px;
}

.t_hot_img {
    width: 110px;
    height: 65px;
    overflow: hidden;
}

    .t_hot_img img {
        width: 100%;
        height: 100%;
    }

.t_hot_title {
    width: 180px;
    font-size: 14px;
    color: #555;
    padding-left: 15px;
}

.t_hot_list ul li {
    margin-bottom: 20px;
}

    .t_hot_list ul li a:hover .t_hot_title {
        color: #ff7142;
    }
/*-----------------------------------咨询详情-------------------------------*/
.t_navigation_bar {
    padding: 25px 0 20px;
    font-size: 14px;
    color: #555;
}

.t_article_title_div {
    border-bottom: 1px #f2f3f7 solid;
    padding-bottom: 20px;
}

p.t_article_title {
    font-size: 36px;
    font-weight: bold;
    padding: 10px 0;
}

.t_article_time {
    font-size: 12px;
    color: #888;
}

    .t_article_time span {
        margin-right: 15px;
    }

.t_share_box {
    width: 82px;
    height: 264px;
    text-align: center;
    padding: 30px 0;
}

    .t_share_box > p {
        font-size: 16px;
        text-align: center;
        padding: 15px 0;
        background: url(../images/ico_bg_border.png) no-repeat center;
    }

    .t_share_box li {
        padding: 15px;
    }

        .t_share_box li div {
            width: 45px;
            height: 45px;
            margin: 0 auto;
            border-radius: 50%;
        }

            .t_share_box li div.t_share_qq {
                border: 1px #363636 solid;
            }

                .t_share_box li div.t_share_qq:hover {
                    background: rgba(0, 0, 0, 0.2);
                }

            .t_share_box li div.t_share_wx {
                border: 1px #93d45b solid;
            }

                .t_share_box li div.t_share_wx:hover {
                    background: rgba(147, 212, 91, 0.2);
                }

            .t_share_box li div.t_share_weibo {
                border: 1px #e46f70 solid;
            }

                .t_share_box li div.t_share_weibo:hover {
                    background: rgba(228, 111, 112, 0.2);
                }

.t_article_text {
    width: 945px;
    margin: 30px 50px;
}

.t_article_text_img {
    width: 100%;
    height: 535px;
    padding-bottom: 40px;
    overflow: hidden;
}

    .t_article_text_img img {
        width: 100%;
        height: 100%;
    }

.t_article_text .t_text {
    font-size: 16px;
    line-height: 180%;
}

.t_article_end {
    margin-top: 95px;
    text-align: center;
}

    .t_article_end .t_the_end {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .t_article_end .t_exemption {
        font-size: 12px;
        color: #888;
    }

.t_related_articles_list {
    width: 362px;
    border: 1px #f2f3f7 solid;
    padding: 0 25px;
    padding-bottom: 5px;
    margin-top: 30px;
    overflow: hidden;
}

.t_related_title_name {
    font-size: 22px;
    padding: 25px 0;
}

.t_related_articles_list .t_article_title_img {
    width: 314px;
    height: 177px;
}

    .t_related_articles_list .t_article_title_img img {
        width: 100%;
        height: 100%;
    }

.t_related_articles_list li p {
    font-size: 14px;
    color: #555;
    padding: 20px 0;
}

.t_related_articles_list li {
    margin-bottom: 15px;
}

    .t_related_articles_list li a:hover .t_related_article_title {
        color: #ff7142;
    }

.t_comment_area {
    margin-top: 70px;
}

.t_edit_comment_area .t_comment_name {
    font-size: 26px;
    font-weight: bold;
}

.t_edit_comment_area .t_comment_exemption {
    font-size: 12px;
    color: #888;
    line-height: 45px;
}

.t_comment_top {
    margin-bottom: 5px;
}

.t_edit_comment textarea {
    width: 820px;
    height: 130px;
    padding: 5px 10px;
    border-color: #eee;
}

.t_submit_comment {
    width: 125px;
    height: 130px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #ff7142;
    cursor: pointer;
}

    .t_submit_comment:hover {
        background: #fd6532;
    }

    .t_submit_comment img {
        padding: 15px;
        margin-top: 20px;
    }

p.t_all_comment {
    font-size: 18px;
    padding: 15px 0;
    border-bottom: 1px #f2f3f7 solid;
}

.t_comment_list {
    margin-top: 15px;
}

    .t_comment_list li {
        padding: 30px 0;
        border-bottom: 1px #f2f3f7 solid;
    }

.t_user_img {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    overflow: hidden;
    border-radius: 50%;
    background: #e6ecf2;
}

    .t_user_img img {
        max-width: 70%;
        max-height: 70%;
    }

.t_comment_detail {
    width: 855px;
}

span.t_user_name {
    color: #ff7142;
    font-weight: bold;
}

.t_comment_first {
    font-size: 12px;
    color: #888;
    padding-bottom: 25px;
}

span.t_comment_time {
    margin-left: 15px;
    color: #666;
}

.t_comment_second {
    font-size: 14px;
    color: #333;
    padding-bottom: 25px;
}

.t_comment_third p {
    display: inline-block;
    margin-right: 45px;
    cursor: pointer;
}

    .t_comment_third p:hover {
        color: #ff7142;
    }

.t_comment_third .t_block_frame i {
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    background: url(/images/ico_comment2.png) no-repeat center;
    background-size: 100% 100%;
}

.t_comment_third .t_block_frame:hover i, .t_comment_third .t_block_frame.on i {
    background: url(/images/ico_comment3.png) no-repeat center;
    background-size: 100% 100%;
}

.t_comment_third .PointApproval i {
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    background: url(/images/ico_comment_fabulous.png) no-repeat center;
    background-size: 100% 100%;
}

.t_comment_third .PointApproval:hover i, .t_comment_third .PointApproval.on i {
    background: url(/images/ico_comment_fabulous1.png) no-repeat center;
    background-size: 100% 100%;
}

.t_comment_third span {
    vertical-align: middle;
    margin-left: 10px;
}

.t_comment_detail textarea {
    width: 730px;
}

.t_comment_detail .t_edit_comment {
    margin-top: 10px;
    display: none;
}

.t_comment_reply {
    background: #f2f3f7;
    padding: 25px 15px;
    margin-bottom: 25px;
}

.t_reply_height {
    font-size: 14px;
    color: #333;
}

.t_user_reply {
    display: none;
}

    .t_user_reply:nth-child(1), .t_user_reply:nth-child(2) {
        display: block;
    }

    .t_user_reply p {
        margin-bottom: 15px;
    }

        .t_user_reply p.t_reply_time {
            color: #999;
        }

        .t_user_reply p span.t_reply_user_name {
            font-weight: bold;
        }

.t_more_reply {
    display: inline-block;
    cursor: pointer;
}

.t_more_comment {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #888;
    background: #f2f3f7;
    cursor: pointer;
}

.t_more_reply:hover {
    color: #ff7142;
}

.t_more_comment:hover {
    color: #ff7142;
    background: #e0e1e6;
}
/*2019-2-27*/
.t_page_area {
    margin-top: 50px;
}

.footder {
    border: none;
    margin-top: 20px;
}

.page_two a {
    display: block;
    text-decoration: none !important;
}
/*.page_two a:hover {
        color: #ff7142;
    }*/

/*------------------------首页新增及修改-------------------------*/

/*.t_select_city {
    position: fixed;
    top: 26%;
    left: 26%;
    width: 843px;
    z-index: 11;
    background: #fff;
    border-radius: 4px;
    padding-bottom: 20px;
    display: none;
}

.t_city_position {
    line-height: 60px;
    padding: 0 40px;
    border-bottom: 1px solid #eee;
}

    .t_city_position p {
        display: inline-block;
    }

        .t_city_position p img {
            margin-right: 10px;
        }

        .t_city_position p span {
            font-size: 18px;
            color: #ff7142;
            font-weight: bold;
        }

    .t_city_position .t_close_city {
        float: right;
        cursor: pointer;
        padding: 5px;
        margin: 16px;
        padding-right: 0;
        margin-right: 0;
    }

.t_hot_city_lists {
    padding: 10px 40px 10px;
    border-bottom: 1px solid #eee;
}

    .t_hot_city_lists p {
        line-height: 50px;
    }

        .t_hot_city_lists p img {
            margin-right: 10px;
            vertical-align: sub;
        }

    .t_hot_city_lists ul li {
        min-width: 80px;
        padding-right: 30px;
        line-height: 36px;
    }

        .t_hot_city_lists ul li.t_more_city {
            color: #ff7142;
        }

.t_city_tips {
    padding: 0 42px;
    line-height: 59px;
}

.banner_nav b {
    color: #ff7142;
}

.t_now_city {
    line-height: 124px;
    font-size: 30px;
    color: #ff7142;
    margin-left: 20px;
}

    .t_now_city p {
        line-height: 48px;
        height: 48px;
        padding-left: 20px;
        display: inline-block;
        border-left: 1px solid #eee;
    }*/
/*----------------------选择城市-----------------------*/

.t_now_city_position {
    text-align: center;
    height: 200px;
    padding: 75px 0 50px 0;
}

.t_go_city_btn {
    line-height: 45px;
    width: 300px;
    border-radius: 6px;
    display: inline-block;
    background: #ff7142;
}

    .t_go_city_btn a {
        display: block;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
    }

    .t_go_city_btn img {
        margin-right: 15px;
        vertical-align: sub;
    }

p.t_now_position_tip {
    color: #666;
    font-size: 14px;
    padding: 20px 0;
}

.t_city_type {
    line-height: 60px;
}

    .t_city_type ul {
        border-bottom: 2px solid #ff7142;
    }

    .t_city_type li {
        width: 180px;
        text-align: center;
        margin-right: 10px;
        background: #fff;
        font-size: 16px;
        font-weight: bold;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

        .t_city_type li a {
            display: inline-block;
        }

        .t_city_type li.on, .t_city_type li:hover {
            background: #ff7142;
            color: white;
        }

            .t_city_type li:hover a {
                color: #fff;
            }

.t_hot_citys {
    border-bottom: 1px solid #f2f3f7;
    padding: 60px 30px 30px;
    font-size: 16px;
    font-weight: bold;
}

    .t_hot_citys p {
        display: inline-block;
        line-height: 25px;
    }

        .t_hot_citys p img {
            margin-right: 20px;
        }

    .t_hot_citys ul {
        padding: 0 20px;
        display: inline-block;
        line-height: 25px;
    }

        .t_hot_citys ul li {
            padding: 0 18px;
        }

            .t_hot_citys ul li a {
                color: #ff7142;
            }

.t_city_search {
    line-height: 88px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #f2f3f7;
}

    .t_city_search p {
        display: inline-block;
        margin-right: 20px;
    }

        .t_city_search p img {
            margin-right: 20px;
        }

    .t_city_search span {
        color: #999;
        margin: 0 20px;
    }

    .t_city_search input[type='submit'] {
        padding: 0 30px;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
        background: #ff7142;
        border-radius: 4px;
        cursor: pointer;
        outline: none;
    }

.t_city_lists {
    padding: 25px 30px;
    border-bottom: 1px solid #f2f3f7;
}

.t_city_lists_title {
    line-height: 25px;
    font-size: 16px;
    font-weight: bold;
}

    .t_city_lists_title img {
        margin-right: 15px;
    }

    .t_city_lists_title p {
        display: inline-block;
    }

.t_city_lists_area {
    margin-top: 20px;
}

.t_city_letter_lists {
    line-height: 25px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px;
    margin-left: 10px;
}

    .t_city_letter_lists p {
        display: inline-block;
        vertical-align: top;
    }

    .t_city_letter_lists ul {
        width: 1340px;
        display: inline-block;
        margin-left: 10px;
    }

        .t_city_letter_lists ul li {
            color: #555555;
            padding: 0 10px;
            margin: 0 10px;
        }

.t_city_tip {
    line-height: 70px;
    padding: 0 30px;
}

    .t_city_tip p {
        display: inline-block;
        font-weight: bold;
    }

.t_select_city_area {
    margin-bottom: 40px;
}

.t_city_letter_lists p {
    display: inline-block;
    vertical-align: top;
    width: 2%;
}

    .t_city_letter_lists p.t_city_list_en {
        width: 5%;
    }

.t_city_letter_lists ul {
    width: 93%;
    display: inline-block;
    margin-left: 10px;
    font-weight: 500;
}

.elite {
    color: #ff7142 !important;
}

.gray {
    background-color: #f2f3f7;
}
/*--------------------信息详情评论样式修改--------------------*/
.info_text_ping .t_comment_area {
    margin-top: 30px;
    padding: 0 40px 60px;
}

.info_text_ping .t_edit_comment textarea {
    width: 89%;
}

.info_text_ping .t_submit_comment {
    width: 11%;
}

.info_text_ping .t_comment_detail {
    width: 1060px;
}
/*---------------------首页导航栏样式修改----------------------*/
.dm_meun li:hover > a {
    background: #fff;
    color: #ff7142;
    border-top: 1px solid #ff7142;
    position: relative;
    z-index: 100;
}

.dm_meun a {
    padding: 0 47px;
}

.dm_meun li > a img {
    width: 20px;
    margin-right: 5px;
}

.dm_meun li > a span {
    vertical-align: middle;
}

li.t_first_nav {
    /*position: relative;*/
    float: left;
}

    li.t_first_nav:hover .t_second_nav {
        display: block;
    }

.t_second_nav {
    top: 45px;
    left: 0;
    z-index: 99;
    width: 100%;
    display: none;
    background: #fff;
    line-height: 25px;
    position: absolute;
    padding: 25px 0 0 0;
    border: 1px solid #ff7142;
}

.t_second_content {
    width: 50%;
    float: left;
    text-align: left;
    padding: 0 40px 0;
    margin-bottom: 20px;
}

.t_vertical_dotted_line {
    position: absolute;
    height: 85%;
    left: 50%;
    border-left: 1px solid #f2f3f7;
}

.t_second_content h4.t_second_nav_title {
    color: #888;
    font-size: 12px;
    font-weight: normal;
}

.t_second_content > p {
    display: inline-block;
}

.t_second_content span {
    margin: 0 4px;
    color: #f2f2f2;
}

.t_second_content > p a {
    color: #ff7142;
    padding: 0 5px 0 0;
    /*margin: 0 10px 0 0;*/
    font-size: 14px;
    font-weight: bold;
    float: none;
}

    .t_second_content > p a:hover {
        background: #fff;
        color: #ff7142;
    }
/*--------------------网站导航-----------------*/
.t_nav_box {
    width: 1090px;
    margin-bottom: 45px;
}

.t_nav_type1, .t_nav_type2 {
    margin-bottom: 30px;
}

    .t_nav_type1 > b, .t_nav_type2 > b {
        display: block;
        line-height: 55px;
        padding: 0 40px;
        font-size: 16px;
        border-bottom: 1px solid #f7f7f7;
    }

.t_nav_lists_box {
    padding: 25px 0;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 216px;
}

.t_nav_lists_div {
    width: 360px;
    padding: 10px 35px 10px 40px;
    line-height: 190%;
    border-right: 1px solid #f7f7f7;
}

    .t_nav_lists_div:nth-child(n+7) {
        border-right: none;
    }

    .t_nav_lists_div > b {
        color: #ff7142;
        display: inline-block;
        width: 25%;
    }

    .t_nav_lists_div > ul {
        width: 75%;
    }

    .t_nav_lists_div ul li {
        display: inline-block;
        margin-right: 10px;
    }

.t_nav_type2 .t_nav_lists_box {
    height: 170px;
}

.t_nav_type2 .t_nav_lists_div:nth-child(n+5) {
    border-right: none;
}

.t_special_box {
    width: 372px;
}

    .t_special_box > div {
        line-height: 55px;
        padding: 0 30px;
    }

        .t_special_box > div b {
            display: inline-block;
            line-height: 100%;
            padding-left: 10px;
            font-size: 20px;
            border-left: 3px solid #ff7142;
        }

    .t_special_box ul.t_special_lists_ul {
        border-top: 1px solid #f7f7f7;
    }

        .t_special_box ul.t_special_lists_ul li {
            padding: 0 30px 20px;
            margin-bottom: 25px;
        }

            .t_special_box ul.t_special_lists_ul li p.t_special_title {
                line-height: 50px;
            }

            .t_special_box ul.t_special_lists_ul li .t_special_img {
                width: 129px;
                height: 72px;
                text-align: center;
                line-height: 72px;
            }

                .t_special_box ul.t_special_lists_ul li .t_special_img img {
                    width: 100%;
                    height: 100%;
                }

            .t_special_box ul.t_special_lists_ul li .t_special_des {
                width: 165px;
                line-height: 180%;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            }
/*--------------------发布信息-----------------*/
.t_nav_release_info {
    width: 240px;
    margin-bottom: 45px;
    text-align: center;
}

.t_nav_release_info_type {
    color: #555;
}

    .t_nav_release_info_type > b {
        font-size: 18px;
        display: block;
        line-height: 55px;
    }

    .t_nav_release_info_type.on > b {
        color: #ff7142;
    }

    .t_nav_release_info_type ul {
        line-height: 35px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f2f3f7;
    }

        .t_nav_release_info_type ul li {
            height: 35px;
        }

            .t_nav_release_info_type ul li.on {
                color: #ff7142;
                border-left: 2px solid #ff7142;
            }

.t_release_info_content_box {
    width: 1240px;
    padding: 10px 48px;
    margin-bottom: 45px;
}

    .t_release_info_content_box > div.t_nav_title_div {
        margin-bottom: 20px;
        border-bottom: 1px solid #e7e7e7;
    }

        .t_release_info_content_box > div.t_nav_title_div p {
            display: inline-block;
            padding: 0 5px;
            margin-bottom: -1px;
            font-size: 24px;
            font-weight: bold;
            line-height: 55px;
            border-bottom: 2px solid #ff7142;
        }

.t_info_lists {
    line-height: 240%;
    margin-bottom: 10px;
}

    .t_info_lists > b {
        font-size: 16px;
    }

.infos_list_left_di2 .map_box .z_left {
    width: 312px;
    height: 312px;
}

    .infos_list_left_di2 .map_box .z_left img {
        max-width: 300px;
        max-height: 300px;
    }

.infos_list_left_di2 .map_box .z_right {
    width: 66%;
    height: 312px;
    font-size: 14px;
    overflow: hidden;
    line-height: 280%;
}

.infos_list_left_di2 .map_box .tfl_company_des {
    max-width: 750px;
}

.module_box .mo3 .mo-t1 li:nth-child(4n) {
    margin-right: 0;
}
/*金蚁网公众号*/
.z_icon_wx .t_second_content {
    width: 100%;
    padding: 0 40px;
}

    .z_icon_wx .t_second_content .t_jyw_qrCode {
        width: 110px;
        height: 110px;
    }

        .z_icon_wx .t_second_content .t_jyw_qrCode img {
            width: 100%;
            height: 100%;
        }

    .z_icon_wx .t_second_content .t_jyw_content {
        padding: 15px 20px;
        line-height: 190%;
        font-size: 12px;
        color: #aaaaac;
    }

        .z_icon_wx .t_second_content .t_jyw_content .t_color {
            font-size: 14px;
            color: #ff7142;
            font-weight: bold;
        }

.business_attr_ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6ecf2;
}

    .business_attr_ul .business_attr_li {
        width: 25%;
        display: flex;
        padding: 0 10px;
        line-height: 40px;
    }

        .business_attr_ul .business_attr_li .sp1 {
            width: 40%;
            text-align: right;
        }

        .business_attr_ul .business_attr_li .sp2 {
            width: 70%;
            padding: 0 5px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .business_attr_ul .business_attr_li:nth-last-child(2) {
            width: 50%;
            padding: 0;
        }

            .business_attr_ul .business_attr_li:nth-last-child(2) .sp1 {
                width: 20%;
            }

            .business_attr_ul .business_attr_li:nth-last-child(2) .sp2 {
                width: 87%;
            }

        .business_attr_ul .business_attr_li:last-child {
            width: 50%;
            padding: 0;
        }

            .business_attr_ul .business_attr_li:last-child .sp1 {
                width: 20%;
            }

            .business_attr_ul .business_attr_li:last-child .sp2 {
                width: 87%;
            }

.business_attr_content * {
    width: unset;
    max-width: 100%;
}
/*2019/12/4*/
.z_detailstatus {
    color: red;
}
/*2019-12-27*/
.infos_list_left_di4 .table_mode {
    display: flex;
    padding: 25px 0;
    justify-content: space-between;
    border-bottom: 1px solid #e6ecf2;
}

    .infos_list_left_di4 .table_mode .title {
        width: 9%;
        color: #888;
        font-size: 14px;
    }

    .infos_list_left_di4 .table_mode .content {
        width: 90%;
        color: #555;
        display: flex;
        flex-wrap: wrap;
        line-height: 180%;
    }

        .infos_list_left_di4 .table_mode .content .sp1 {
            width: 20%;
            overflow: hidden;
            padding-right: 50px;
            margin-bottom: 10px;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
/*2020-01-18*/
.search_box .search_main_box {
    height: 44px;
    display: flex;
    align-items: center;
    border: 2px solid #ff7142;
    border-radius: 0 20px 20px 0;
}

.search_box .hot_search_box {
    display: flex;
    line-height: 35px;
    align-items: center;
}

    .search_box .hot_search_box .p1 {
        display: flex;
        align-items: center;
    }

        .search_box .hot_search_box .p1 i {
            width: 13px;
            height: 14px;
            margin-right: 5px;
            display: inline-block;
            background: url(/images/ico_city_hot.png) no-repeat center;
        }

    .search_box .hot_search_box .link_ul {
        color: #666;
        display: flex;
        align-items: center;
    }

        .search_box .hot_search_box .link_ul a {
            margin: 0 10px;
        }

.no_responsibility {
    color: #999;
    font-size: 14px;
    border-radius: 4px;
    padding: 30px 40px;
    background: #f8f7f7;
}

@charset "UTF-8";

.t_Ad {
    width: 900px;
    height: 195px;
    text-align: center;
}

    .t_AD img {
        width: 24.5%;
        height: 100%;
    }

.Serverimg {
    width: 100%;
    height: 100%;
}

body {
    background: #f2f3f7;
}

.dm_meun li:hover > a {
    background: #fff;
    color: #ff7142;
    border-top: 1px solid #ff7142;
    position: relative;
    z-index: 100;
}

.dm_meun li > a img {
    width: 20px;
    margin-right: 5px;
}

.dm_meun li > a span {
    vertical-align: middle;
}

li.t_first_nav {
    /*position: relative;*/
    float: left;
}
/*li.t_first_nav:hover .t_second_nav {
    display: block;
}*/

/*.t_second_nav {
    display: none;
    width: 715px;
    line-height: 25px;
    background: #fff;
    padding: 25px 0 0 0;
    border: 1px solid #ff7142;
    position: absolute;
    top: 45px;
    left: -1px;
    z-index: 99;
}

.t_second_content {
    width: 60%;
    float: left;
    padding: 0 19px 0;
    margin-bottom: 20px;
}

    .t_second_content:nth-child(2n) {
        width: 40%;
    }*/

.t_vertical_dotted_line {
    position: absolute;
    height: 85%;
    left: 46%;
    border-left: 1px solid #f2f3f7;
}

.t_second_content h4.t_second_nav_title {
    color: #888;
    font-size: 12px;
    font-weight: normal;
}

.t_second_content > p {
    display: inline-block;
}

.t_second_content span {
    margin: 0 4px;
    color: #f2f2f2;
}

.t_second_content > p a {
    color: #ff7142;
    padding: 0 5px 0 0;
    /*margin: 0 10px 0 0;*/
    font-size: 14px;
    font-weight: bold;
    float: none;
}

    .t_second_content > p a:hover {
        background: #fff;
        color: #ff7142;
    }
/*.banner_tabs_ul2 .z_register {
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #ffffff;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    background: #ff7142 url(/images/ico_register.png) no-repeat 34% 55%;
    padding-left: 8%;
}*/
.banner_tabs_ul2 .z_register {
    width: 33%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    background: #ff7142;
    margin-left: 5px;
}

.banner_tabs_ul2 ul.yong_ul {
    padding: 5px 0;
}

    .banner_tabs_ul2 ul.yong_ul marquee {
        height: 60px;
    }

    .banner_tabs_ul2 ul.yong_ul li {
        padding: 0;
        text-align: left;
        height: 25px;
        line-height: 25px;
        padding-left: 20px;
        padding-right: 10px;
        background: url(../images/ico_dot.png) no-repeat 5% 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
        color: #555;
    }

.banner_nav b {
    margin-right: 13px;
}

.module_box .mo1 .p2 {
    margin-top: 0;
}

    .module_box .mo1 .p2 img {
        width: 280px;
        height: 196px;
    }

.z_icon_wx .t_second_content {
    width: 100%;
    padding: 0 40px;
}

    .z_icon_wx .t_second_content .t_jyw_qrCode {
        width: 110px;
        height: 110px;
    }

        .z_icon_wx .t_second_content .t_jyw_qrCode img {
            width: 100%;
            height: 100%;
        }

    .z_icon_wx .t_second_content .t_jyw_content {
        padding: 15px 20px;
        line-height: 190%;
        font-size: 12px;
        color: #aaaaac;
    }

        .z_icon_wx .t_second_content .t_jyw_content .t_color {
            font-size: 14px;
            color: #ff7142;
            font-weight: bold;
        }

.dm_di2_m2 b {
    display: inline-block;
    color: #ff7142;
    text-align: left;
    width: 80%;
    line-height: 100%;
    margin: 10px 0;
}

.module_box .mo2 table {
    font-size: 12px;
    text-align: left;
    table-layout: fixed;
}

    .module_box .mo2 table caption, .module_box .mo2 table tr {
        border-bottom: 1px dotted #e6ecf2;
    }

        .module_box .mo2 table caption b {
            height: 30px;
            font-size: 14px;
            line-height: 15px;
            display: inline-block;
            padding: 0 25px 15px 35px;
            border-bottom: 2px solid #ff7142;
            background: url(../images/icon_table_caption.png) no-repeat 10px 0;
        }

        .module_box .mo2 table tr th, .module_box .mo2 table tr td {
            padding: 16px 5px;
            overflow: hidden;
            white-space: nowrap;
            word-break: break-all;
            text-overflow: ellipsis;
        }

        .module_box .mo2 table tr.tr_Page {
            cursor: pointer;
        }

    .module_box .mo2 table caption {
        padding-top: 0;
    }

    .module_box .mo2 table tr th {
        color: #888;
        font-weight: normal;
    }

    .module_box .mo2 table tr.tr_Page:hover {
        color: #ff7142;
        background: #f2f3f7;
    }

.module_box .mo1 .t_type_div {
    padding: 20px 0;
}

    .module_box .mo1 .t_type_div > b {
        display: block;
        font-size: 20px;
        line-height: 100%;
        padding-left: 20px;
        margin-bottom: 20px;
        border-left: 3px solid #ff7142;
    }

    .module_box .mo1 .t_type_div ul.t_type_ul {
        width: 100%;
        padding: 0 23px;
        max-height: 261px;
        overflow: hidden;
    }

        .module_box .mo1 .t_type_div ul.t_type_ul li {
            display: flex;
            margin-bottom: 10px;
            font-size: 12px;
            justify-content: space-around;
        }

            .module_box .mo1 .t_type_div ul.t_type_ul li p.t_type_title {
                width: 25%;
                height: 25px;
                color: #ff7142;
                line-height: 20px;
                text-align: center;
                background: url(/images/bg_type_title.png) no-repeat;
                background-size: 100%;
            }

            .module_box .mo1 .t_type_div ul.t_type_ul li p.t_type_lists {
                width: 68%;
                max-height: 55px;
            }

                .module_box .mo1 .t_type_div ul.t_type_ul li p.t_type_lists a {
                    padding: 0 0px;
                    margin: 0 5px 10px;
                    display: inline-block;
                }

                    .module_box .mo1 .t_type_div ul.t_type_ul li p.t_type_lists a.t_more_type {
                        color: #888;
                    }
/*2019-12-25    修改首页banner企业二级菜单样式*/
.t_second_nav .city_type_tab {
    display: flex;
    padding: 0 45px;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f3f7;
}

    .t_second_nav .city_type_tab .b1 {
        min-width: 90px;
        padding: 20px 0;
        font-size: 18px;
        cursor: pointer;
        text-align: center;
        position: relative;
        margin-right: 40px;
    }

        .t_second_nav .city_type_tab .b1.on, .t_second_nav .city_type_tab .b1:hover {
            color: #ff7142;
        }

        .t_second_nav .city_type_tab .b1 i {
            left: 0;
            height: 3px;
            width: 100%;
            bottom: -1px;
            display: none;
            position: absolute;
            background: #ff7142;
        }

        .t_second_nav .city_type_tab .b1.on i, .t_second_nav .city_type_tab .b1:hover i {
            display: block;
        }

.t_second_nav .city_content_tab {
    display: none;
}

    .t_second_nav .city_content_tab.on {
        display: block;
    }

    .t_second_nav .city_content_tab .city_list {
        display: none;
        flex-wrap: wrap;
        padding: 25px 45px;
    }

        .t_second_nav .city_content_tab .city_list.on {
            display: flex;
        }

        .t_second_nav .city_content_tab .city_list .sp1 {
            width: 14%;
            padding: 0 5px;
            margin-bottom: 20px;
        }

            .t_second_nav .city_content_tab .city_list .sp1 a {
                padding: 0;
                color: #333;
                font-size: 14px;
                text-align: left;
                font-weight: normal;
            }

                .t_second_nav .city_content_tab .city_list .sp1 a:hover {
                    color: #ff7142;
                    background: #fff;
                }

    .t_second_nav .city_content_tab .letter_list {
        color: #bbb;
        height: 23px;
        display: flex;
        font-size: 16px;
        padding: 0 45px;
        background: #fff;
        line-height: 23px;
    }

        .t_second_nav .city_content_tab .letter_list li {
            padding: 0 10px;
            cursor: pointer;
            font-weight: bold;
            margin-right: 15px;
            background: #f2f3f7;
            border-radius: 10px;
        }

            .t_second_nav .city_content_tab .letter_list li:hover, .t_second_nav .city_content_tab .letter_list li.on {
                color: #fff;
                background: #ff7142;
            }

.t_second_nav.t_business_info {
    width: 940px;
    padding: 25px 0 10px;
}

    .t_second_nav.t_business_info .t_vertical_dotted_line {
        display: none;
    }

    .t_second_nav.t_business_info .t_second_content {
        width: auto;
        float: none;
        display: inline-block;
    }

.tips_box {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, .4);
}

    .tips_box .tips_main {
        bottom: 0;
        width: 100%;
        padding: 2%;
        font-size: 48px;
        background: #fff;
        min-height: 200px;
        position: absolute;
    }

        .tips_box .tips_main .p1 {
            line-height: 180%;
            margin-bottom: 20px;
        }

        .tips_box .tips_main .p2 {
            display: flex;
            align-items: center;
            justify-content: space-around;
        }

            .tips_box .tips_main .p2 .input-btn {
                width: 30%;
                height: 90px;
                border: none;
                outline: none;
                font-size: 48px;
            }

@charset "UTF-8";

.teamwork.dm_di3 > .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.teamwork .dm_di3_m2 {
    padding: 0 40px;
    overflow: hidden;
    line-height: normal;
}

    .teamwork .dm_di3_m2 a {
        height: 70px;
        font-size: 0;
        max-width: 100%;
        display: inline-block;
        vertical-align: middle;
    }

        .teamwork .dm_di3_m2 a img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            border: solid 1px #f1f1f1;
        }

.friendship_links.dm_di3 .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.friendship_links .dm_di3_m2 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 40px;
    line-height: 180%;
    align-items: center;
}

    .friendship_links .dm_di3_m2 a {
        margin-right: 10px;
    }

.knowledge_circle .box {
    display: flex;
    background: #fff;
    border: 1px solid #e6ecf2;
    justify-content: space-between;
}

    .knowledge_circle .box .knowledge_circle_left {
        width: 69%;
        border-right: 1px solid #e6ecf2;
    }

        .knowledge_circle .box .knowledge_circle_left > .title {
            height: 65px;
            display: flex;
            padding: 0 40px;
            align-items: center;
            border-bottom: 1px solid #e6ecf2;
        }

            .knowledge_circle .box .knowledge_circle_left > .title b {
                font-size: 20px;
                margin-right: 40px;
            }

            .knowledge_circle .box .knowledge_circle_left > .title .p1 a {
                margin: 0 5px;
            }

        .knowledge_circle .box .knowledge_circle_left > .content {
            display: flex;
            padding: 20px 20px 40px 40px;
        }

            .knowledge_circle .box .knowledge_circle_left > .content .div1 {
                width: 46%;
                padding-right: 5px;
                border-right: 1px dashed #d3d3d3;
            }

                .knowledge_circle .box .knowledge_circle_left > .content .div1 .top {
                    border-bottom: 1px dashed #d3d3d3;
                }

                    .knowledge_circle .box .knowledge_circle_left > .content .div1 .top b {
                        color: #07519a;
                        display: block;
                        font-size: 20px;
                        text-align: center;
                        margin-bottom: 5px;
                    }

                    .knowledge_circle .box .knowledge_circle_left > .content .div1 .top .p2 {
                        display: flex;
                        flex-wrap: wrap;
                        align-items: center;
                    }

                        .knowledge_circle .box .knowledge_circle_left > .content .div1 .top .p2 a {
                            width: 50%;
                            font-size: 12px;
                            line-height: 220%;
                            text-align: center;
                        }

                .knowledge_circle .box .knowledge_circle_left > .content .div1 .bottom ul {
                    padding: 15px 0;
                }

                    .knowledge_circle .box .knowledge_circle_left > .content .div1 .bottom ul li {
                        font-size: 12px;
                        overflow: hidden;
                        white-space: nowrap;
                        margin-bottom: 10px;
                        text-overflow: ellipsis;
                    }

                .knowledge_circle .box .knowledge_circle_left > .content .div1 .bottom .div2 {
                    width: 100%;
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                }

                    .knowledge_circle .box .knowledge_circle_left > .content .div1 .bottom .div2 p {
                        width: 20%;
                        padding: 0 5px;
                        font-size: 12px;
                        text-align: center;
                    }

                        .knowledge_circle .box .knowledge_circle_left > .content .div1 .bottom .div2 p span {
                            display: block;
                            overflow: hidden;
                            margin-top: 10px;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                        }

                        .knowledge_circle .box .knowledge_circle_left > .content .div1 .bottom .div2 p img {
                            max-width: 50px;
                            max-height: 30px;
                        }

            .knowledge_circle .box .knowledge_circle_left > .content > .div2 {
                width: 27%;
                padding: 0 60px 0 10px;
            }

                .knowledge_circle .box .knowledge_circle_left > .content > .div2 > .title {
                    color: #ff7142;
                    display: block;
                    line-height: 180%;
                }

                .knowledge_circle .box .knowledge_circle_left > .content > .div2 > ul {
                    line-height: 220%;
                }

                    .knowledge_circle .box .knowledge_circle_left > .content > .div2 > ul li {
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                    }

                        .knowledge_circle .box .knowledge_circle_left > .content > .div2 > ul li i {
                            color: #fff;
                            width: 16px;
                            height: 16px;
                            font-size: 12px;
                            background: #555;
                            line-height: 16px;
                            margin-right: 2px;
                            text-align: center;
                            border-radius: 50%;
                            display: inline-block;
                            vertical-align: middle;
                            transform: rotate(-4deg);
                        }

                        .knowledge_circle .box .knowledge_circle_left > .content > .div2 > ul li:nth-child(1) i, .knowledge_circle .box .knowledge_circle_left > .content > .div2 > ul li:nth-child(2) i, .knowledge_circle .box .knowledge_circle_left > .content > .div2 > ul li:nth-child(3) i {
                            background: #ff7142;
                        }

    .knowledge_circle .box .knowledge_circle_right {
        width: 31%;
    }

        .knowledge_circle .box .knowledge_circle_right > .title {
            height: 65px;
            display: flex;
            font-size: 20px;
            padding: 0 40px;
            font-weight: bold;
            line-height: 65px;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid #e6ecf2;
        }

            .knowledge_circle .box .knowledge_circle_right > .title .go_more {
                color: #999;
                font-size: 14px;
            }

        .knowledge_circle .box .knowledge_circle_right > .content {
            padding: 30px 40px;
        }

            .knowledge_circle .box .knowledge_circle_right > .content ul {
                display: flex;
                align-items: center;
            }

                .knowledge_circle .box .knowledge_circle_right > .content ul li {
                    color: #443d3d;
                    max-width: 20%;
                    text-align: center;
                    margin-right: 40px;
                }

                    .knowledge_circle .box .knowledge_circle_right > .content ul li:last-child {
                        margin-right: 0;
                    }

                    .knowledge_circle .box .knowledge_circle_right > .content ul li i {
                        width: 32px;
                        height: 32px;
                        font-size: 0;
                        line-height: 32px;
                        display: inline-block;
                        vertical-align: middle;
                    }

                        .knowledge_circle .box .knowledge_circle_right > .content ul li i img {
                            max-width: 100%;
                            max-height: 100%;
                        }

                    .knowledge_circle .box .knowledge_circle_right > .content ul li p {
                        margin-top: 10px;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                    }

            .knowledge_circle .box .knowledge_circle_right > .content .question_list {
                margin-top: 35px;
            }

                .knowledge_circle .box .knowledge_circle_right > .content .question_list .title {
                    color: #ff7142;
                }

                .knowledge_circle .box .knowledge_circle_right > .content .question_list .question_ul {
                    margin-top: 25px;
                }

                    .knowledge_circle .box .knowledge_circle_right > .content .question_list .question_ul a {
                        font-size: 12px;
                        display: block;
                        overflow: hidden;
                        margin-bottom: 15px;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                    }

.company_website_box .box {
    display: flex;
    background: #fff;
    border: 1px solid #e6ecf2;
    justify-content: space-between;
}

    .company_website_box .box .company_website_left {
        width: 69%;
        border-right: 1px solid #e6ecf2;
    }

        .company_website_box .box .company_website_left .title {
            height: 65px;
            display: flex;
            font-size: 20px;
            padding: 0 40px;
            align-items: center;
            border-bottom: 1px solid #e6ecf2;
        }

            .company_website_box .box .company_website_left .title .p1 {
                height: 65px;
                cursor: pointer;
                padding: 0 10px;
                line-height: 65px;
                margin-right: 40px;
            }

                .company_website_box .box .company_website_left .title .p1.on {
                    font-weight: bold;
                    border-bottom: 2px solid #ff7142;
                }

        .company_website_box .box .company_website_left .content .div1 {
            display: none;
            flex-wrap: wrap;
            padding: 30px 40px;
        }

            .company_website_box .box .company_website_left .content .div1.on {
                display: flex;
            }

            .company_website_box .box .company_website_left .content .div1 a {
                width: 6em;
                overflow: hidden;
                margin-right: 30px;
                white-space: nowrap;
                margin-bottom: 15px;
            }

    .company_website_box .box .company_website_right {
        width: 31%;
    }

        .company_website_box .box .company_website_right > .title {
            height: 65px;
            font-size: 20px;
            padding: 0 40px;
            font-weight: bold;
            line-height: 65px;
            border-bottom: 1px solid #e6ecf2;
        }

        .company_website_box .box .company_website_right > .content {
            padding: 20px 30px;
        }

            .company_website_box .box .company_website_right > .content .company_list {
                display: flex;
                flex-wrap: wrap;
                font-weight: bold;
            }

                .company_website_box .box .company_website_right > .content .company_list a {
                    width: 118px;
                    height: 25px;
                    padding: 0 10px;
                    line-height: 25px;
                }

                    .company_website_box .box .company_website_right > .content .company_list a:hover {
                        color: #fff;
                        background: #ff7142;
                    }

            .company_website_box .box .company_website_right > .content .new_join_company {
                padding: 0 10px;
            }

                .company_website_box .box .company_website_right > .content .new_join_company .title {
                    color: #ff7142;
                    display: block;
                    margin-bottom: 10px;
                }

                .company_website_box .box .company_website_right > .content .new_join_company li {
                    font-size: 12px;
                    margin-bottom: 10px;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

.dm_di3_m1 span {
    width: 100%;
    color: #ff7142;
    font-size: 12px;
}

.footder .footer_website_nav {
    display: flex;
    color: #828282;
    margin-bottom: 60px;
    padding-bottom: 70px;
    border-bottom: 1px solid #e6e6e6;
}

    .footder .footer_website_nav .nav_li {
        min-width: 15%;
        padding-right: 50px;
    }

        .footder .footer_website_nav .nav_li .title {
            font-size: 14px;
            padding: 10px 0;
            text-align: left;
            margin-bottom: 10px;
            border-bottom: 1px solid #828282;
        }

        .footder .footer_website_nav .nav_li.no_wrap .nav_link a {
            width: 100%;
            display: block;
            font-size: 12px;
            text-align: left;
            margin-bottom: 10px;
        }

        .footder .footer_website_nav .nav_li.wrap .nav_link {
            display: flex;
            flex-wrap: wrap;
        }

            .footder .footer_website_nav .nav_li.wrap .nav_link a {
                width: 33.3%;
                font-size: 12px;
                overflow: hidden;
                text-align: left;
                white-space: nowrap;
                margin-bottom: 10px;
                text-overflow: ellipsis;
            }

        .footder .footer_website_nav .nav_li .nav_link .img_code {
            width: 130px;
            height: 130px;
        }

        .footder .footer_website_nav .nav_li:last-child {
            padding-right: 0;
        }
/*2020-4-9*/
.knowledge_circle .cross_observation_ul {
    width: 100%;
}

    .knowledge_circle .cross_observation_ul .cross_observation_li {
        display: flex;
        padding: 30px 0;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #e6ecf2;
    }

        .knowledge_circle .cross_observation_ul .cross_observation_li .img_box {
            font-size: 0;
            width: 182px;
            height: 118px;
            text-align: center;
            line-height: 118px;
        }

            .knowledge_circle .cross_observation_ul .cross_observation_li .img_box img {
                width: auto;
                height: auto;
                max-width: 100%;
                max-height: 100%;
            }

        .knowledge_circle .cross_observation_ul .cross_observation_li .cross_observation_li_text {
            width: 730px;
            height: 118px;
        }

            .knowledge_circle .cross_observation_ul .cross_observation_li .cross_observation_li_text .text_title {
                font-size: 16px;
            }

            .knowledge_circle .cross_observation_ul .cross_observation_li .cross_observation_li_text .text_info {
                color: #666;
                font-size: 12px;
                margin: 10px 0 25px;
            }

                .knowledge_circle .cross_observation_ul .cross_observation_li .cross_observation_li_text .text_info .sp1 {
                    padding-left: 30px;
                }

                    .knowledge_circle .cross_observation_ul .cross_observation_li .cross_observation_li_text .text_info .sp1.author {
                        background: url(../images/icon_author.png) no-repeat 0 center;
                    }

                    .knowledge_circle .cross_observation_ul .cross_observation_li .cross_observation_li_text .text_info .sp1.time {
                        background: url(../images/icon_clock.png) no-repeat 0 center;
                    }

            .knowledge_circle .cross_observation_ul .cross_observation_li .cross_observation_li_text .text_des {
                color: #999;
                overflow: hidden;
                line-height: 160%;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                text-overflow: ellipsis;
                -webkit-box-orient: vertical;
            }

.knowledge_circle .big_shot_ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .knowledge_circle .big_shot_ul .big_shot_li {
        text-align: center;
        margin-right: 30px;
        margin-bottom: 25px;
    }

        .knowledge_circle .big_shot_ul .big_shot_li:nth-child(3n) {
            margin-right: 0;
        }

        .knowledge_circle .big_shot_ul .big_shot_li .img_box {
            max-width: 105px;
            max-height: 105px;
            text-align: center;
            line-height: 100px;
        }

            .knowledge_circle .big_shot_ul .big_shot_li .img_box img {
                width: auto;
                height: auto;
                max-width: 100%;
                max-height: 100%;
            }

        .knowledge_circle .big_shot_ul .big_shot_li .big_shot_name {
            color: #555;
            font-size: 14px;
        }

.knowledge_circle .hot_key_word {
    margin-top: 10px;
}

    .knowledge_circle .hot_key_word .word_title {
        display: flex;
        font-size: 16px;
        padding: 15px 0;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #f2f3f7;
    }

        .knowledge_circle .hot_key_word .word_title .go_more {
            color: #999;
            font-size: 14px;
        }

    .knowledge_circle .hot_key_word .word_ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
        align-items: center;
    }

        .knowledge_circle .hot_key_word .word_ul .word_li {
            color: #999;
            height: 30px;
            padding: 0 10px;
            line-height: 30px;
            margin-right: 5px;
            border-radius: 20px;
            margin-bottom: 5px;
            border: 1px solid #eee8e8;
        }

            .knowledge_circle .hot_key_word .word_ul .word_li:hover {
                color: #ff7142;
                border-color: #ff7142;
            }

.weixin {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #dedede;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 10000;
}

    .weixin iframe {
        width: 320px;
        height: 345px;
        background: #fff;
        border: 1px solid #dedede;
        overflow: hidden;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.ieBox {
    height: 80px;
    font-size: 40px;
    text-align: center;
    line-height: 80px;
    font-weight: bold;
}
