    /*公用样式开始
7-1 16:26
*/

    @charset "utf-8";
    html {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -o-text-size-adjust: none;
        text-size-adjust: none;
    }

    * {
        outline: none;
    }

    html,
    body {
        font-size: 12px;
        font-family: '微软雅黑';
    }

    body {
        font: 12px/1.5;
        /*	background-image: url(./background.png);*/
        background-repeat: no-repeat;
        background-position: 120% 90%;
        background-attachment: fixed;
    background-color: rgba(243, 251, 255, 1);
    }

    body,
    div,
    p,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    input,
    textarea,
    select,
    canvas,
    button,
    dl,
    dd,
    dt {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: inherit;
    }

    header,
    hgroup,
    nav,
    section,
    article,
    aside,
    footer {
        display: block;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    fieldset,
    img {
        border: 0;
    }

    address,
    caption,
    cite,
    code,
    dfn,
    em,
    strong,
    th,
    var {
        font-style: normal;
        font-weight: normal;
    }

    ul,
    ol,
    li {
        list-style: none;
    }

    caption,
    th {
        text-align: left;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 100%;
        font-weight: normal;
    }

    abbr,
    acronym {
        border: 0;
        font-variant: normal;
    }
    .xglink a{
display:inline-block;padding:10px 20px;font-size:14px;color:#333}
    input,
    textarea,
    select {
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
    }

    input,
    textarea,
    select {
        *font-size: 100%;
    }

    legend {
        color: #000;
    }

    img {
        vertical-align: top;
    }

    a:link,
    a:visited {
        text-decoration: none;
    }
    /* a:hover {
    color: #0144c1;
    } */

    .jjbhbox {
        min-height: 600px;
    }
    /*清除浮动*/

    .clear {
        clear: both;
    }
    /*清除浮动--推荐使用*/

    .clearfix:before,
    .clearfix:after {
        content: '';
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

    .fl {
        float: left;
    }

    .fr {
        float: right;
    }

    footer {
        width: 100%;
        background-color: #164299;
        background-image: url(../images/botlogo.png);
        background-repeat: no-repeat;
        background-position: 20px 50%;
        position: relative;
        bottom: 0px;
        /* margin-top: 50px; */
    }

    .footmain {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footmain p {
        font-size: 12px;
        line-height: 23px;
        text-align: center;
        color: #fff;
    }

    .footmain p a {
        color: #fff
    }

    .footicon {
        width: 200px;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -35px;
    }

    .footinone {
        width: 100px;
        height: 100px;
        text-align: center;
        line-height: 1.8em;
        color: #fff;
    }

    .footinone:first-child {
        display: none;
    }

    .footimg {
        width: 100%;
        height: 580px;
        background: url(footbg.png);
        position: relative;
        top: -122px;
    }

    .foot_bg {
        position: absolute;
        width: 100%;
        height: 512px;
        top: 2080px;
        background: url(footer_bg.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .box {
        width: 1200px;
        height: 100%;
        margin: 0 auto;
    }

    .lefttap {
        border-bottom: 2px solid rgba(107, 148, 205, 0.3);
        margin-bottom: 20px;
    }

.lefttap span {
    display: block;
    width: auto;
    height: 46px;
    float: left;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
    margin-right: 30px;
    font-weight: 500;
    color: #323333;
    margin-bottom: -2px;
}

    .lefttapcho a {
        font-weight: 800;
        color: #062881 !important;
    }

    .lefttap span a {
        color: #000;
        display: block;
    }

.lefttapcho {
    font-weight: 800;
    color: #0F66DA;
    /* background-color: #C1DEFF; */
    border-bottom: 4px solid #062881;
}
    /* 公共样式结束 */
    /* header start */

    .header {
        width: 100%;
        height: 570px;
        background-image: url(../images/header.png);
        background-size: cover;
        background-position: bottom right;
    }

    .topbar {
        width: 1424px;
        height: 54px;
        margin: 0 auto;
    }

    .topbar a {
        color: rgb(70, 120, 195);
        font-weight: 400;
        font-size: 16px;
        line-height: 52px;
    }

    .header_logo {
        width: 502px;
        height: 105px;
        background-image: url(../images/LOGO.png);
        margin: 0 auto;
        margin-top: 30px;
    }

    .header_search {
        width: 698px;
        height: 60px;
        background: #FFFFFF;
        opacity: 0.9;
        border-radius: 5px;
        margin: 0 auto;
        margin-top: 60px;
    }

    .searchbox {
        width: 100%;
        /* margin-top: 10px; */
    }

    .sertext {
        width: 562px;
        height: 57px;
        line-height: 57px;
        padding-left: 10px;
        background-color: rgba(255, 255, 255, 0);
        outline: none;
        font-size: 19px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #9E9A9A;
    }

    .serbtn {
        width: 122px;
        height: 60px;
        background-color: #1e5ab3;
        border: 0px;
        cursor: pointer;
        outline: none;
        border-radius: 0 5px 5px 0;
        font-size: 21px;
        font-weight: 400;
        color: #FFFFFF;
        position: relative;
        left: 12px;
    }

    .header_function {
        width: 580px;
        height: 57px;
        margin: 0 auto;
        margin-top: 60px;
        display: flex;
        justify-content: space-between;
    }

    .header_function a {
        width: 56px;
        height: 64px;
        display: inline-block;
        text-align: center;
    }

    .header_function img {
        width: 40px;
        height: 40px;
    }

    .header_function span {
        font-size: 18px;
        font-weight: bold;
        color: rgb(38, 89, 167);
        text-align: center;
    }

    .topnav {
        width: 100%;
        height: auto;
        margin-top: 54px;
    }

    .navbg {
        width: 86%;
        height: 90px;
        background-image: url(../images/navbg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
    }

    .header_nav {
        width: 65%;
        height: 50px;
        margin: 0 auto;
        position: relative;
        bottom: 60px;
        display: flex;
        justify-content: space-around;
    }

    .header_nav a {
        color: #fff;
        font-size: 24px;
        font-weight: 400;
    }

    .border {
        height: 52px;
        border-bottom: 8px solid #68B7E3;
    }

    #caption {
        width: 400px!important;
        height: 200px!important;
        background-color: rgba(0, 0, 0, 0)!important;
        max-width: 700px!important;
        text-align: center!important;
        color: #ccc!important;
        position: absolute!important;
        right: 100px!important;
        top: 35px!important;
        left: 0!important;
        z-index: 999!important;
    }

    .rwmdiv {
        display: inline-block;
        float: right;
    }

    .hide {
        display: none;
    }

    .show {
        display: block;
    }

    .disnone {
        display: none;
    }

    .disblock {
        display: block;
    }
    /* header end */
    /* box start */

.out-box {
    width: 1240px;
    height: auto;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

    .out-box .box {
        width: 100%;
    }
    /* box end */
    /* iteam1 start */

    .iteam1 {
        margin-bottom: 20px;
    }

    .iteam1 .box {
        display: flex;
        justify-content: space-between;
    }

    .iteam1 .left {
        width: 540px;
        height: 310px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .iteam1 .lefttap {
        border-bottom: 2px solid rgba(107, 148, 205, 0.3);
        margin-bottom: 20px;
    }

.iteam1 .lefttap span {
    display: block;
    width: auto;
    height: 46px;
    float: left;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
    margin-right: 30px;
    font-weight: 500;
    color: #323333;
    margin-bottom: -2px;
}

    .iteam1 .lefttapcho a {
        font-weight: 800;
        color: #062881 !important;
    }

    .iteam1 .lefttap span a {
        color: #000;
        display: block;
    }

.iteam1.lefttapcho {
    font-weight: 800;
    color: #0F66DA;
    /* background-color: #C1DEFF; */
    border-bottom: 4px solid #062881;
}
    .iteam1 .dongtai li {
        width: 640px;
        height: 72px;
        background: #F0F7FF;
        margin-bottom: 9px;
        border: 2px solid rgba(0, 0, 0, 0);
        padding: 10px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .iteam1 .dongtai li:hover {
        background: #C8E4FF;
        border: 2px solid #88BBFF;
    }

    .iteam1 .ym .title {
        display: block;
        font-size: 16px;
        font-weight: bold;
        color: #000000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .iteam1 .ym .content {
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    /* iteam1 end */
    /* iteam2 start */

    .iteam2 {
        margin-bottom: 25px;
        display: flex;
        justify-content: space-between;
    }

    .iteam2 .left {
        width: 750px;
        height: 250px;
        background-image: url(../images/kxfw-bg1.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 50px 32px 56px 30px;
        box-sizing: border-box;
    }

    .iteam2 .left .swiper img  {
        width: 190px;
        height: 140px;
        /* margin-right: 35px; */
    }

    .iteam2 .text {
        float: right;
        margin-top: 22px;
    }

    .iteam2 .title {
        font-size: 24px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .iteam2 .content {
        font-size: 14px;
        font-weight: normal;
        color: #FFFFFF;
        line-height: 16px;
        margin-bottom: 50px;
    }

    .iteam2 .more {
        font-size: 20px;
        font-weight: normal;
        color: #FFFFFF;
        line-height: 16px;
        margin-bottom: 55px;
        float: right;
    }

    .iteam2 .right {
        width: 385px;
        height: 250px;
    }

    .iteam2 .right a {
        display: block;
        width: 385px;
        height: 250px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    /* iteam2 end */
    /* iteam3 start */

    .iteam3 {
        margin-bottom: 25px;
    }

    .it3a {
        display: block;
        width: 268px;
        height: 50px;
        background: #185AD5;
        border-radius: 4px;
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
        line-height: 50px;
        float: right;
    }

    .iteam3 .top {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .iteam3 .top a {
        display: block;
        width: 367px;
        height: 160px;
        background: #F3F8FF;
        margin-bottom: 20px;
    }

    .iteam3 .top img {
        display: block;
        margin: 0 auto;
        padding: 30px 0 15px 0;
        box-sizing: border-box;
    }

    .iteam3 .top span {
        display: block;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        color: #0D3EB7;
        line-height: 23px;
    }

    .iteam3 .bottom {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .iteam3 .bottom a {
        display: block;
        width: 185px;
        height: 218px;
        background: #3A6FF1;
        margin: 0 auto;
        border-radius: 4px;
        padding: 50px 0 65px 0;
        box-sizing: border-box;
    }

    .iteam3 .bottom img {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .iteam3 .bottom span {
        display: block;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 23px;
    }
    /* iteam3 end */
    /* iteam4 start */

    .iteam4 iframe {
        margin-bottom: 25px;
        width: 100%;
        height: 500px;
        border: 1px solid #A2CEFA;
    }

    .iteam4 {
        width: 100%;
        height: 100%;
    }
    /* iteam4 end */
    /* iteam5 start */

    .iteam5 {
        margin-bottom: 25px;
    }

    .iteam5 .kuai {
        display: flex;
        justify-content: space-between;
    }

    .iteam5 .kuai a {
        width: 220px;
        height: 113px;
        display: block;
        background-image: url(../images/30.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .iteam5 .kuai span {
        font-size: 22px;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 115px;
        display: block;
        text-align: center;
    }
    /* iteam5 end */

    .swiper {
        width: 64%;
        height: 100%;
        overflow: hidden;
        display: inline-block;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 190px;
        height: 140px;
    }

    .swiper-slide img {
        display: block;
        width: 190px;
        height: 140px;
        object-fit: cover;
    }

    .topswiper .swiper {
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: inline-block;
    }

    .topswiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 190px;
        height: 140px;
    }

    .topswiper .swiper-slide img {
        display: block;
        width: 1240px;
        height: 120px;
        object-fit: cover;
    }
    /* datetable */

    .datetable {
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }

    .table {
        width: 100%;
        height: 700px;
        display: flex;
    }

    .table_l {
        width: 105px;
        background: linear-gradient(180deg, #CF4737 0%, #DD604F 100%);
        padding: 67px 10px 0 10px;
        box-sizing: border-box;
    }

    .table_r {
        width: 1096px;
        /* height: 346px; */
        display: flex;
        flex-direction: column;
    }

    .table_t {
        width: 100%;
        height: 368px;
    }

    .table_b {
        width: 100%;
        height: auto;
        background: rgba(238, 238, 238, 1);
        overflow: auto;
    }

    .table_r .item {
        height: 312px;
        padding: 4px;
        box-sizing: content-box;
        overflow: hidden;
    }

    .item span {
        display: block;
        width: 95px;
        height: 43px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        line-height: 43px;
        text-align: center;
        border-radius: 5px 0px 0px 5px;
        cursor: pointer;
    }

    .active {
        background: #FFFFFF;
        color: #C51500!important;
    }

    .month {
        height: 54px;
        display: flex;
        justify-content: space-between;
        background-color: #D04838;
        border-left: 1px solid #fff;
    }

    .month span {
        width: 88px;
        display: inline-block;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        line-height: 54px;
    }

    .datetable .kuai {
        height: 312px;
        display: flex;
        justify-content: space-between;
        position: absolute;
    }

    .datetable .kuai span {
        width: 90px;
        display: inline-block;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        color: #333333;
        line-height: 54px;
        border-left: 1px dotted #C8C8C8;
    }

    .datetable .kuai span:first-child {
        border-left: none;
    }

    .card {
        position: relative;
        z-index: 999;
        margin-bottom: 16px;
        cursor: pointer;
    }

    .card a {
        font-size: 14px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 30px;
        position: relative;
        bottom: 5px;
    }

    .card .warp {
        display: block;
        width: 80%;
        height: 30px;
        line-height: 20px;
        position: relative;
        left: 36px;
        bottom: 21px;
    }

    .card img {
        height: 30px;
        position: relative;
        bottom: 10px;
        margin-right: 10px;
    }

    .quan {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        position: relative;
        bottom: 5px;
        right: 2px;
    }

    .line {
        height: 4px;
        margin-top: 10px;
        border: none!important;
    }

    .lines {
        width: 100%;
        height: 64px;
        border: none!important;
        border-radius: 10px;
        padding: 10px;
        box-sizing: border-box;
    }

    .lines .quan {
        display: inline-block;
        background-color: #fff;
    }
    /* .table_b {
        padding: 10px;
        box-sizing: border-box;
    } */

    .table_b .content {
        width: 3000px;
        padding: 10px;
        box-sizing: border-box;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .kuai1 {
        width: 200px;
        height: 244px;
        border: none!important;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        display: inline-block;
        margin-right: 15px;
    }

    .kuai_t {
        height: 40px;
        background-color: rgba(0, 0, 0, 0.2);
        font-size: 16px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 40px;
        text-align: center;
    }

    .kuai_b {
        height: 205px;
        padding: 10px;
        box-sizing: border-box;
        overflow-y: hidden;
    }

    .kuai_t img {
        margin: 12px 4px 0 0;
    }

    .kuai_b p {
        min-height: 125px;
        font-size: 14px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 20px;
        text-align: justify;
    }

    .kuai_b button {
        width: 166px;
        height: 34px;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 30px;
        display: block;
        margin: 0 auto;
        font-size: 14px;
        font-weight: 600;
        color: #FFFFFF;
        letter-spacing: 1px;
        position: relative;
        border: none!important;
    }

    .kuai_b button span {
        font-size: 20px;
    }

    .kuai_sq button {
        background: #fff;
    }

    .up,
    .down {
        width: 90px;
        height: 30px;
        background: rgba(0, 0, 0, 0.2);
        margin: 0 auto;
        text-align: center;
        border-radius: 10px 10px 0 0;
        font-size: 12px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 30px;
        position: relative;
        margin-top: 5px;
    }

    .up img {
        position: relative;
        top: 13px;
    }

    .down img {
        position: relative;
        top: 13px;
        transform: rotate(180deg);
    }

    .scale {
        transform: scale(1.08);
    }
    /* 需求发布 */

    .xqtable {
        width: 100%;
        height: 562px;
        background-color: #FFF;
        border-radius: 0px;
        border: 1px solid #A2CEFA;
        margin-bottom: 25px;
        overflow: hidden;
    }

    .xqthead {
        height: 140px;
        background: #F3F9FE;
        padding: 20px;
        box-sizing: border-box;
    }

    .xqtbody {
        height: 432px;
    }

    .qbdq {
        width: 68px;
        height: 26px;
        background: #2589FF;
        font-size: 14px;
        font-weight: 900;
        color: #FFFFFF!important;
        line-height: 26px;
        text-align: center;
        display: inline-block;
    }
    .ah {
        width: 68px;
        height: 26px;
        background: #2589FF;
        font-size: 14px;
        font-weight: 900;
        color: #FFFFFF!important;
        line-height: 26px;
        text-align: center;
        display: inline-block;
    }
    .xyly {
        min-width: 68px;
        height: 26px;
        font-size: 14px;
        font-weight: 900;
        color: #333333;
        line-height: 26px;
        text-align: center;
        display: inline-block;cursor: pointer;
    }

    .xqthead .item {
        margin-bottom: 10px;
    }

    .input {
        width: 260px;
        height: 30px;
        background: rgba(153, 153, 153, 0.14);
        border-radius: 4px 4px 4px 4px;
        margin-left: 12px;
        padding-left: 10px;
        box-sizing: border-box;
    }

    .xqthead img {
        position: relative;
        top: 6px;
        right: 30px;
    }

    .xqtbody {
        padding: 20px 26px 0 20px;
        box-sizing: border-box;
overflow: auto;
    }

    .hot {
        width: 85px;
        height: 24px;
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        line-height: 24px;
        text-align: right;
        background-image: url(../images/hot.png);
        background-size: 20%;
        background-repeat: no-repeat;
        background-position: left;
    }

    .list {
        width: 100%;
        height: 76px;
        border-bottom: 1px dotted #DAE1E8;
        padding-top: 16px;
        box-sizing: border-box;
        display: inline-block;
    }

    .list .title {
        width: 960px;
        font-size: 14px;
        font-family: PingFang HK-Medium, PingFang HK;
        font-weight: 500;
        color: #333333;
        line-height: 16px;
        margin-bottom: 12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .list .content {
        width: 960px;
        font-size: 12px;
        font-family: PingFang HK-Regular, PingFang HK;
        font-weight: 400;
        color: #999999;
        line-height: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .list button {
        width: 109px;
        height: 28px;
        border-radius: 4px;
        border: 1px solid #206BD6;
        font-size: 14px;
        font-weight: 500;
        color: #206BD6;
        line-height: 28px;
        text-align: center;
        float: right;
        position: relative;
        bottom: 34px;
        background-color: #fff;
    }
    .list button a{color: #206BD6!important;}
    .xqtbody .list:last-child {
        border: none;
    }
    /* 专家服务团 */

    .zjtable {
        width: 100%;
        height: auto;
        background-color: #FFF;
        border-radius: 0px;
        /* border: 1px solid #A2CEFA; */
        margin-bottom: 30px;
    }

    .zjthead {
        height: 130px;
    }
    .a7 {
    display: none!important;
}
    .zjtbody {
        height: 500px;
    overflow: auto;
    }

    .zjthead .xyly {
        min-width: 68px;
        height: 26px;
        font-size: 14px;
        font-weight: 900;
        color: #333333;
        line-height: 26px;
        text-align: center;
        display: inline-block;
        margin-right: 20px;
        cursor:pointer;padding: 0 5px 0 5px;
    }

    .zjthead .qbdq {
        width: 68px;
        height: 26px;
        background: #A93C33;
        font-size: 14px;
        font-weight: 900;
        color: #FFFFFF!important;
        line-height: 26px;
        text-align: center;
        display: inline-block;
    margin-right: 20px;
    cursor: pointer;
    padding: 0 5px 0 5px;
    }

    .zjthead .item {
        margin-bottom: 10px;
    }

    .input {
        width: 260px;
        height: 30px;
        background: rgba(153, 153, 153, 0.14);
        border-radius: 4px 4px 4px 4px;
        margin-left: 12px;
        padding-left: 10px;
        box-sizing: border-box;
    }

    .zjthead img {
        /*float: right;*/
        position: relative;
        top: 7px;
        right: 30px;
    }
    /* .zjtbody {
        padding: 20px 26px 0 20px;
        box-sizing: border-box;
    } */

    .zjthead input {
        margin-left: 0px;
    }

    #customers {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        width: 100%;
        border-collapse: collapse;
    }

    #customers td,
    #customers th {
        font-size: 1em;
        /* border: 1px solid #98bf21; */
        padding: 3px 7px 2px 7px;
    }

    #customers th {
        height: 38px;
            font-size: 16px;
    font-weight: 600;
        text-align: left;
        padding-top: 5px;
        padding-bottom: 4px;
        background-color: #A93C33;
        color: #ffffff;
    }

    #customers td {
        height: 54px;
        border-bottom: 1px solid #EEEEEE;
    }

    #customers tr:nth-child(even) td {
        color: #000000;
        background-color: #FAFAFA;
    }

.fwt {
    width: 200px;
}
.name {
    width: 80px;
}
.zyzc {
    width: 200px;
}
.hyly {
    width: 180px;
}

.bh {
    background: #A93C33;
    color: #FFF!important;
}
@media only screen and (max-width: 2000px) {
    .topnav {
        width: 100%;
        height: auto;
        margin-top: 64px;
    }
    .border {
        height: 40px;
        border-bottom: 8px solid #68B7E3;
    }
    .navbg {
        background-size: contain;
    }
}

.topswiper {
width: 1240px;
    height: 100%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.windows_2 {
    width: 141px;
    height: 404px;
    width: 141px;
    height: auto;
    position: absolute;
    right: 2%;
    top: 594px;
}
.windows_2 img {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1600px){
.windows_2 {
    width: 110px!important;
    height: auto;
    position: absolute;
    right: 1%;
    top: 593px;
    z-index: 999;
}
}