﻿@charset "utf-8";
/* CSS Document */
.bg-wrapper{
    background: url(../images/banner_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-wrapper1{
    background: #1850d7;
}
header{
    width: 1200px;
    margin: 0 auto;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.21);
    position: relative;
}
.logo{
    display: flex;
    align-items: center;
    color: #fff;
}
.logo.s1{
    width: 100%;
}
.logo img{
    width: 52px;
    height: 52px;
    margin-right: 10px;
}
.brand-name{
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}
.brand-name1{
    color: #fff;
    font-size: 38px;
    margin-right: auto;
}
.title1{
    color: #fff;
    font-size: 50px;
    padding-top: 100px;
    font-weight: bold;
}
.x-nav-con{
    height: 58px;
    background: #5d84e3;
    line-height: 58px;
}
.x-nav{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.x-nav li{
    flex: 1;
    color: #c6d3f5;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.x-nav li.active{
    background: #0068e3;
    color: #fff;
}
.time-con{
    font-size: 16px;
}








.brand-name p{
    font-size: 18px;
    line-height: 28px;
}
.btn{
    margin-left: 16px;
    background: rgba(255,255,255,.2);
    padding: 2px 10px;
    line-height: 15px;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,.5);
    color:#fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    transition: .3s;
}
.btn.login-btn{
    padding: 3px 15px;
    margin-top: 12px;
}
.btn span{
    transform: rotate(90deg) scaleY(1.5);
    margin-left: 10px;
    font-weight: normal;
    margin-top: 3px;
}
.btn:hover{
    background: #fff;
    color: #0b68da!important;
    border: 1px solid #fff;
}
.nav-con{
    height: 92px;
    display: flex;
    flex-direction: column;
    align-items:flex-end;
    justify-content: space-between;
}
.nav{
    display: flex;
}
.nav li{
    margin-left: 40px;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 13px;
    margin-bottom: 1px;
    border-bottom: 4px solid rgba(255,255,255,0);
    transition: .3s;
    cursor: pointer;
    color: #fff;
}
.nav li.active{
    border-bottom: 4px solid rgba(255,255,255,1);
}
.nav li:hover{
    border-bottom: 4px solid #fff;
    opacity: .8;
}

.pick-wrapper{
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
    background: #fff;
    box-shadow: 0 4px 24px #111b2733;
    padding: 24px;
    border-radius: 2px;
    z-index: 9998;
}
.pick-wrapper.s1,.pick-wrapper.s2,.pick-wrapper.s3{
    top: 30px;
    right: auto;
}
.pick-wrapper.s1 .site-list,.pick-wrapper.s2 .site-list,.pick-wrapper.s3 .site-list{
    padding-top: 0;
}
.province{
    font-size: 18px;
    font-weight: bold;
    color: #09264a;
    padding-bottom: 18px;
    border-bottom: 1px solid #e0e0e0;
}
.site-list{
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;

}
.site-list li{
    width: 95px;
    padding-left: 16px;
    line-height: 34px;
    font-size: 14px;
    color: #09264a;
    font-weight: bold;
    cursor: pointer;
    margin: 5px 0;
}
.site-list li i{
    padding-left: 6px;
}
.site-list li.active{
    color: #4393f4;
}
.site-list li:hover{
    background: #f1f2f3;
}
.pick-wrapper.s2 .site-list li,.pick-wrapper.s3 .site-list li{
    width: auto;
    padding: 0 16px;
    font-weight: normal;
    position: relative;
}
.custom{
    width: 650px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0 4px 24px #111b2733;
    padding: 24px;
    border-radius: 2px;
    z-index: 9998;
}
.custom div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom input{
    display: inline-block;
    width: 224px;
    height: 38px;
    border: 1px solid #bbb;
    vertical-align: middle;
    color: #444;
    padding-left: 38px;
    box-sizing: border-box;
    outline: none;
}
.custom p{
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
}
.com-btn{
    width: 80px;
    border: none;
    border-radius: 2px;
    line-height: 40px;
    transition: opacity .3s;
    cursor: pointer;
    margin-left: 8px;
    text-align: center;
}
.com-btn:hover{
    opacity: .8;
}
.confirm{
    color: #fff;
    background: #4293f4;
}
.cancel{
    background-color: #d8eaf8;
}


.banner-con{
    width: 1200px;
    height: 450px;
    margin: 0 auto;
}
.banner{
    width: 570px;
    padding-top: 85px;
}
.banner1{
    padding-top: 35px;
    display: flex;
    justify-content: flex-end;

}
.titile{
    font-size: 56px;
    font-weight: bold;
    color: #fff;
}
.tab1{
    padding-top: 38px;
    display: flex;
}
.tab1 li{
    margin-right: 15px;
    color: #051f42;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    border-radius: 2px;
    height: 34px;
    line-height: 34px;
    width: 88px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.tab1 li.active{
    background: #faad14;
    color: #fff;
}
.tab1 li.active::before{
    content: "";
    position: absolute;
    top: 29px;
    left: 50%;
    margin-left: -5px;
    height: 10px;
    width: 10px;
    background: #faad14;
    transform: rotate(45deg);
}
.search-input{
    display: flex;
    padding-top: 20px;
    width: 570px;
}
.search-input.s1{
    width: 500px;
}
.input{
    flex: 1;
    position: relative;
}
.input input{
    background: #fff;
    line-height: 54px;
    height: 56px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #fff;
    font-size: 16px;
    padding: 0 20px;
    width: 100%;
    border-right: none;
}
.input input:focus{
    border-color: #777;
}

.search-btn{
    width: 108px;
    height: 56px;
    color: #fff;
    background: #eb3737;
    border-radius: 0 2px 2px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 56px;
    text-align: center;
    transition: .3s;
}
.search-btn:hover{
    opacity: .8;
}
.hot{
    height: 32px;
    border-radius: 2px;
    background: rgba(9,38,74,.5);
    overflow: hidden;
    margin-top: 20px;
}
.hot ul li{
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    padding: 0 6px 0 12px;
}
.hot img{
    margin-right: 2px;
    width: 20px;
    height: 20px;
}
.hot ul li a{
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.data-con{
    width: 1200px;
    margin: 0 auto;
    transform: translateY(-42px);
    height: 147px;
    background-color: #fff;
    box-shadow: 0 1px 20px #0059c626;
    border-radius: 2px;
    padding: 16px 0 12px;
    position: relative;
}
.data{
    display: flex;
    border-bottom: 1px dotted rgb(228,228,228);
    justify-content: space-between;
    margin: 0 24px;
    color: #09264a;
    padding-bottom: 1rem;
}
.data li{
    flex: 1;
    flex-shrink: 0;
    text-align: center;
}
.data li+li{
    border-left: 1px solid rgb(236,236,236);
}
.data-title{
    font-size: 16px;
    line-height: 26px;
}
.data-desc{
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    padding-top: 6px;
}
.data-desc span{
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    margin-left: -6px;
}
.data-time{
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #9da8b7;
    line-height: 22px;
}

.right-con{
    width: 70px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tool{
    background: #fff;
    border:1px solid rgba(9,41,77,.2);
}
.tool li{
    display: flex;
    padding: 8px 0;
    transition: .5s;
    position: relative;
}
.tool li a{
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    color: #6c6c6c;
}
.tool li i{
    font-size: 27px;
    font-weight: 500;
}
.tool li span{
    padding-top: 3px;
    font-size: 12px;
}
.tool li:hover{
    background: #4293f4;
}
.tool li:hover a{
    color: #fff;
}
.tool-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    width: 70px;
    height: 70px;
    background: #F29A4B;
    box-shadow: 0 0 15px #09294d1a;
    color: #fff;
    font-size: 12px;
}
.tool-btn i{
    font-size: 27px;
    padding-top: 10px;
}
.tool-btn:hover{
    background: #4293f4;
}
.tel{
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 120px;
    width: 120px;
    height: 45px;
    background: #fff;
    box-shadow: 0 0 12px rgba(0,0,0, .12);
    text-align: center;
    color: #6c6c6c;
    font-weight: bold;
    z-index: 8888;
    line-height: 45px;
    font-size: 14px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: .3s all;
}

.tel:before{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    right: -4px;
    background: #fff;
    transform: rotate(45deg);
    z-index: 9999;
}
.tel span{
    font-weight: normal;
    font-size: 14px!important;
}
.link-con{
    background: #f1f2f3;
}
.website-con{
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.website-con>div{
    flex: 1;
    position: relative;
    height: 56px;
    text-align: center;
}
.website{
    display: inline-block;
    position: relative;
}
.website-title{
    line-height: 56px;
    color: #45484b;
    font-weight: bold;
}
.website-title span{
    display: inline-block;
    color: #777;
    transform: rotate(90deg) scaleY(1.6);
    margin-left: 7px;
    font-size: 12px;
}
.website-down{
    max-height: 300px;
    box-shadow: 0 2px 15px #09294d26;
    position: absolute;
    left: 0;
    top: 50px;
    width: 185px;
    max-height: 300px;
    padding: 10px 0;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    z-index: 9;
    background: #fff;
    transition: all .2s;
    transform-origin: center top;
    visibility:hidden;
    transform:scale3d(1,.8,1);
    opacity: 0;
}
.website-down.active{
    visibility: visible;
    opacity: 1;
    transform: none;
}
.website-down a{
    display: block;
    line-height: 29px;
    padding: 0 5px;
    color: #333;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    transition: .2s;
}
.website-down a:hover{
    background: #4293f4;
    color: #fff;
}
.intro{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}
.intro>div{
    background: #fff;
    width: 282px;
    height: 200px;
    padding: 20px;
    border-radius: 8px;
}
.intro>div:nth-child(3),.intro>div:nth-child(4){
    padding: 0;
}
.intro-title{
    padding-bottom: 5px;
    color: #112534;
    line-height: 1.6;
    font-weight: bold;
}
.intro-list1{
    line-height: 1.6;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}
.intro-list1 li{
    width: 50%;
    padding-top: 10px;
}
.intro-list1 li a{
    color: #45484b;
}
.contact li span{
    color: #112534;
    line-height: 1.6;
    transition: .5s;
}
.contact li{
    padding: 10px 0;
}
.contact li+li{
    border-top: 1px dashed #ddd;
}
.contact-s1{
    position: relative;
}
.contact-s1 span{
    cursor: pointer;
}
.contact-s1 img{
    width: 30px;
    height: 30px;
    border-radius: 30px;
}
.contact-s1:hover span{
    color: #007aff;
}
.showbox{
    display: none;
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 200px;
    height: 200px;
    background: #fff;
    box-shadow: 0 2px 4px #0000001f,0 0 6px #0000000a;
    padding: 10px
}
.showbox img{
    width: 100%!important;
    height: 100%!important;
}
.contact-s1:hover .showbox{
    display: block;
}
.intro-list2{
    height: 200px;
    display: flex;
    flex-direction: column;
}
.intro-list2 li{
    flex: 1;
    position: relative;
    padding: 0 20px;
    display: flex;
    align-items: center;
    cursor: pointer;

}
.intro-list2 li+li{
    border-top: 3px solid #f1f2f3;
}
.intro-list2 li img{
    width: 30px;
    height: 30px;
}
.intro-list2 li span{
    color: #112534;
    line-height: 1.6;
    padding-left: 15px;
    transition: .5s;
}
.intro-list2 li:hover span{
    color: #007aff;
}
.intro-list2 li:hover .showbox{
    display: block;
}
.intro-list2 .showbox{
    bottom: 73px;
}
.intro-list3{
    height: 200px;
    display: flex;
    align-items: stretch;
}
.intro-list3 li{
    width: 50%;
    display: flex;
    align-items: center;
}
.intro-list3 li a{
    width: 100%;
    text-align: center;
}
.intro-list3 li+li{
    border-left: 3px solid #f1f2f3;
}
.intro-list3 li:nth-child(1) img{
    width: 80%;
}
.intro-list3 li:nth-child(2) img{
    width: 30%;
}
.bottom{
    background: #eaebeb;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    color: #45484b;
}
.bottom a{
    color: #45484b;
}
.bottom a:hover{
    color: #4293f4;
}
.bottom p{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    line-height: 1.6;
    padding: 2px 0;
}
.bottom p a{
    display: inline-block;
    margin-right: 15px;
}
.b-s1{
    display: inline-block;
    color: #909399;
    border: 1px solid #c8c9cc;
    padding: 0px 10px;
    border-radius: 30px;
    margin-left: 8px;
    background: #fff;
}



.trade{
    width: 1200px;
    margin: 0 auto;
}
.com-title{
    height:  75px;
    color: #09264a;
    font-size: 32px;
    line-height: 56px;
    text-align: center;
    background: url(../images/title1.svg) no-repeat;
    background-position-x:50%;
}
.tab{
    margin-top: 40px;
    display: flex;
    height: 53px;
    border: 1px solid #ddd;
}
.tab li{
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
}
.tab li a{
    flex: 1;
    font-size: 20px;
    font-weight: 500;
    color: #112534;
    text-align: center;
    border-right: 1px solid #efefef;
    line-height: 32px;
    margin-right: -1px;
}
.tab li a:hover{
    color: #0b68da;
}
.tab li:nth-child(6) a{
    border-right: none;
}
.icon-xiangyou{
    display: inline-block;
    margin-left: 3px;
    font-size: 17px;
    font-weight: bold;
}
.tab li.active{
    background: linear-gradient(to right, #0b69da, #1aa1ef);
}
.tab li.active a{
    color: #fff;
}
.tab li.active:before{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    background: #1385e5;
}
.tab-con{
    margin-top: 30px;
    padding: 24px 24px 0;
    box-shadow: 0 1px 15px #0059c61a;
}
.tab-title{
    height: 32px;
    display: flex;
    align-items: center;
    color: #09264a;
    font-size: 20px;
    font-weight: 500;
}
.tab-title img{
    margin-right: 8px;
}
.trade-list{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.trade-list li{
    width: 556px;
    padding-bottom: 32px;
}
.trade-list li p{
    display: flex;
    align-items: center;
}
.trade-list li p+p{
    margin-top: 12px;
}
.trade-new{
    background-color: #eb3737;
    color: #fff;
    width: 38px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 6px;
}
.trade-title{
    font-size: 18px;
    line-height: 18px;
    color: #09264a;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.trade-rank{
    background: #e5effc;
    color: #0b68da;
    padding: 3px 10px;
    margin-right: 12px;
}
.trade-time{
    color: #0b1e2e;
}
.system{
    height: 54px;
    background: #f2f7fd;
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.system-left{
    height: 54px;
    display: flex;
    align-items: center;
    color: #fff;
    background: linear-gradient(to right, #0b69da, #1aa1ef);
    padding: 0 6px;
}
.system-left1{
    display: flex;
    align-items: center;
    background: none;
    padding: 0 15px;
}
.system-left i{
    font-size: 23px;
}
.system-list{
    display: flex;
    padding: 0 3px;
    align-items: center;
}
.system-list li{
    line-height: 36px;
    width: 216px;
    height: 36px;
    background: #fff;
    margin-left: 12px;
    padding: 0 8px;
    border-radius: 2px;
    font-size: 16px;
    color: #09264a;
    /*transition: all .3s;*/
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.system-list li:hover{
    background: #0b68da;
    color: #fff;
}
.system-list li:hover a{
    color: #fff;
}
.ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.system-list li:nth-child(5){
    width: 145px;
    text-align: right;
}
.jyrc-con{
    flex: 1;
    height: 26px;
    overflow: hidden;
    border-left: 1px solid #7f91aa;
    padding: 0 20px;
}
.jyrc-con ul li{
    display: flex;
    height: 26px;
    color: #112534;
    align-items: center;
    cursor: pointer;
}
.jyrc-con ul li i{
    font-size: 13px;
}
.jyrc-con ul li p{
    width: 790px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jyrc-con ul li span{
    padding: 0 15px 0 5px;
}

.more{
    color: #0b68da;
    padding-right: 20px;
}
.more i{
    display: inline-block;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
}
.ywjy{
    background: #f2f7fd;
    margin-top: 3rem;
    padding: 3rem;
}
.ywjy-tab{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 2.5rem;
}
.ywjy-tab li{
    height: 52px;
    color: #09264a;
    text-align: center;
    line-height: 52px;
    font-weight: 500;
    transition: all .3s;
    font-size: 24px;
    margin: 0 30px;
    cursor: pointer;
    position: relative;
}
.ywjy-tab li:hover{
    color: #4293f4;
}
.ywjy-tab li:before{
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 4px;
    background: #0b68da;
    border-radius: 2px;
    transition: .3s;
    width: 0px;
}
.ywjy-tab li.active:before{
    width: 100%;
    left: 0;
}
.ywjy-tab-con{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 10px;
}
.ywjy-tab-con>ul{
    padding-top: 10px;
    width: 1200px;
    display: flex;
    justify-content: center;
}
.ywjy-tab-con>ul>li{
    width: 22%;
    height: 120px;
    padding: 0 20px;
    background-color: #fff;
    margin: 0 16px 16px;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}
.ywjy-tab-con>ul>li:hover{
    box-shadow: 0 1px 20px #0059c626;
}
.ywjy-tab-con>ul>li>span
{
    font-size: 22px;
    color: #09264a;
    margin-left: 8px;
}

.dia-show{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 138px;
    background: #fff;
    box-shadow: 0 0 12px rgba(0,0,0, .12);
    border-radius: 4px;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
    padding: 19px 12px;
}
.dia-show.s1{
    top: -220%;
}
.dia-show a{
    display: block;
    background: #f1f2f3;
    padding: 8px 10px;
}
.dia-show a:hover{
    color: #0b68da;
}
.dia-show a+a{
    margin-top: 8px;
}
.ywjy-tab-con>ul>li:hover .dia-show{
    opacity: 1;
    visibility: visible;
}
.dia-show:before{
    position: absolute;
    content: "";
    background: #fff;
    width: 10px;
    height: 10px;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    transform: rotate(45deg);
}
.dia-show img{
    width: 100%;
}
.tsfw{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding-top: 3rem;
}
.tsfw-con{
    width: 1200px;
    overflow: hidden;
}
.tsfw-list{
    display: flex;
    padding: 40px 0 10px;
    position: relative;
}
.tsfw-list li{
    box-shadow: 0 1px 20px #0059c626;
    margin-bottom: 30px;
    width: 279px;
    height: 280px;
    background: #FFFFFF;
    border: solid 1px #d9e6f7;
    cursor: poiner;
    text-align: center;
    flex-shrink: 0;
    margin-right: 28px;
    position: relative;
}
.tsfw-list li:hover{
    background: #0b68da;
}
.tsfw-list li:hover .tsfw-list-title{
    color: #fff;
}
.tsfw-list li:hover .tsfw-list-desc{
    color: #fff;
}

.tsfw-list li img{
    width: 100%;
    height: 140px;
}
.tsfw-list-title{
    color: #09264a;
    font-size: 18px;
    padding: 28px 0 14px;
}
.tsfw-list-desc{
    font-size: 14px;
    color: #09264a;
    opacity: .4;
    padding: 0 20px;
    line-height: 22px;
}
.arrow{
    position: absolute;
    top: 55%;
    width: 32px;
    height: 32px;
    margin: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 20px #0059c626;
    border-radius: 21px;
    color: #000000;
    font-weight: bold;
}
.prev{
    left: -60px!important;
    transform: rotate(180deg);
}
.next{
    right: -60px!important;
}
.tsfw-list-dot{
    display: flex;
    justify-content: center;
}
.tsfw-list-dot i{
    width: 32px;
    height: 4px;
    background: #DEEDFF;
    border-radius: 2px;
    margin: 0 2px;
    cursor: pointer;
}
.tsfw-list-dot i.active{
    background: #0b68da;
}
.tsfw-more{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0b68da;
    border-radius: 3px;
    height: 48px;
    border: 1px solid #0b68da;
    width: 170px;
    background: #fbfbfb;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
}
.tsfw-list li:hover .tsfw-more{
    color: #fff;
    border-color: #fff;
    background: #0b68da;
}
.tsfw-more i{
    font-size: 12px;
    padding-left: 6px;
}
.news-con{
}
.news{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 3rem;
}

.news-pic{

}
.swiper-contione {
    width: 560px;
    height: 420px;
    overflow: hidden;
    position: relative;
}
.swiper {
    width: 9999px;
    height: 420px;
    transition: all 1s ease;
}
.swiper-item {
    width: 560px;
    height: 420px;
    float: left;
    position: relative;
}
.swiper-item img {
    width: 560px;
    height: 420px;
}
.swiper-item p {
    width: 100%;
    height: 56px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 20px;
    cursor: pointer;
    padding:10px 90px 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiper-point {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    padding-right: 20px;
    z-index: 500;
}
.point {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    margin-right: 5px;
    float: left;
}
.point.active {
    background: #fff;
}




.news-pic img{
    width: 100%;
    height: 420px;
}
.news-list-con{
    margin-left: 20px;
    width: 630px;
}
.news-tab{
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    height: 42px;
    line-height: 32px;
}
.news-tab li{
    margin-right: 40px;
    font-size: 20px;
    color: #09264a;
    cursor: pointer;
}
.news-tab li.active{
    border-bottom: 4px solid #0b68da;
}
.news-list li{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    margin-top: 10px;
    cursor: pointer;
}
.news-title{
    color: #333;
    padding-right: 26px;
}
.news-date{
    color: #000;
    opacity:.5;
    white-space: nowrap;
}
.news-list li:hover .news-title,.news-list li:hover .news-date{
    color: #4293f4!important;
}
.news-more{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 250px;
    height: 50px;
    color: #0b68da;
    border: 1px solid #0b68da;
    border-radius: 2px;
    background: #fff;
    margin-top: 60px;
    font-size: 16px;
    transition: .5s;
}
.news-more:hover{
    background: #e5effc;
}
.news-more i{
    padding-left: 10px;
}



/*内页样式*/
.header-con{
    border-bottom: 1px solid rgb(233, 236, 239);
}
.inner .logo{
    color: #152e48;
}
.inner .btn{
    border-color: #8a97a3;
    color: #152e48;
}
.inner .nav li{
    color: #152e48;
}
.inner .nav li.active{
    border-color: #152e48;
}
.inner .nav li:hover{
    border-color: #152e48;
}
.inner-banner1{
    width: 100%;
    height: 160px;
    background-color: transparent;
    background-image: url(../images/sczt-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.inner-banner1.s1{
    background-image: url(../images/fwzn-banner.jpg);
}
.banner1-info{
    padding-top: 10px;
    font-size: 24px;
    color: #fff;
}
.inner-banner1>div{
    width: 1200px;
    height: 160px;
    margin: 0 auto;
    padding: 24px 0;
    position: relative;
}
.banner1-title{
    color: #fff;
    font-size: 40px;
    line-height: 64px;
    font-weight: 600;
}
.inner-tab{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
}
.inner-tab li{
    cursor: pointer;
    width: 300px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    opacity: .8;
    background: #001530;
    transition: .3s;
}
.inner-tab li.active{
    color: #09264a;
    opacity: 1;
    background: #fff;
}
.content{
    width: 1200px;
    margin: 24px auto 40px;
    position: relative;
}
.content1{
    width: 1200px;
    margin: 0px auto 50px;
    display: flex;
}
.con-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
}
.con-top p{
    font-size: 1.5em;
    font-weight: bold;
}
.con-search{
    position: relative;
}
.con-search input{
    width: 12rem;
    box-shadow: 0 0 0 1px #dcdfe6;
    padding:10px 30px 10px 15px;
    border:none;
    border-radius: 3px;
}
.con-search i{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #a8abb2;
}
.con-city{
    display: flex;
    border: 1px solid #eee;
}
.con-city p{
    background: #f1f2f3;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.city{
    flex: 1;
    padding: 24px 24px 12px;
    display: flex;
    flex-wrap: wrap;
}
.city li{
    padding: 5px 20px;
    cursor: pointer;
    margin-bottom: 12px;
}
.city li:hover{
    background: #f1f2f3;
}
.city li.active{
    color: #4293f4;
}
.sczt-list{
    padding: 24px 0;
}
.sczt-list li{
    display: flex;
    padding: 12px 0;
    cursor: pointer;
}
.sczt-list li+li{
    border-top: 1px solid #eee;
}
.sign{
    background: #85B8C7;
    padding: 8px 12px;
    width: 64px;
    height: 64px;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    box-sizing: border-box;
}
.sczt-list li:nth-child(even) .sign{
    background: #8CA3CD;
}
.sczt-title-con{
    flex: 1;
}
.sczt-title{
    font-size: 18px;
    color: #09264a;
    line-height: 28px;
    margin-bottom: 8px;
    transition: .3s;
}
.sczt-list li:hover .sczt-title{
    color: #0b68da;
}
.sczt-code{
    display: flex;
    align-items: center;
    font-size: 14px;
    opacity: .7;
}
.sczt-code .sczt-province{
    background: #eaecef;
    border-radius: 2px;
    text-align: center;
    padding: 4px 8px;
    color: #6e777e;
    letter-spacing: 0;
    line-height: 20px;
    margin-right: 12px;
}
.sczt-date{
    margin-left: auto;
}








.breadcrumb{
    display: flex;
    font-size: 14px;
    line-height: 32px;
    padding-bottom: 2px;
    border-bottom: 1px dashed rgba(0,0,0,.1);
}
.breadcrumb li{
    position: relative;
}
.breadcrumb li:after{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    transform: rotate(45deg);
    margin: 0 6px;
    vertical-align: middle;
}
.breadcrumb li:last-child:after{
    display: none;
}
.breadcrumb a{
    color: #abb5c2;
}
.company{
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    background: #E4F2FE;
}
.company-main h1{
    font-size: 24px;
    color: #0d1c28;
}
.company-main p{
    display: flex;
    font-size: 14px;
    color: #000;
    opacity: .5;
    padding-top: 5px;
}
.credit img{
    width: 32px;
}
.credit a{
    font-size: 16px;
    color: #429ef4;
}
.title-s1{
    font-size: 24px;
    color: #0d1c28;
    line-height: 38px;
    font-weight: 700;
    padding:40px 0 8px;
    border-bottom: 5px solid #0D1C28;
    margin-bottom: 16px;
}

.data-list1{
    width: 100%;
}
.data-list1 td{
    padding: 12px 11px;
    border:  1px solid #ebeef5;
    color: #303133;
    line-height: 23px;
}
.data-list1 td.td-l{
    font-weight: bold;
    width: 230px!important;
    background: #f5f7fa;
    color: #606266;
}


.data-list2{
    width: 100%;
    table-layout:fixed;
}
.data-list2 tr{
    border-bottom: 1px solid #ebeef5;
}
.data-list2 tr th{
    color: #909399;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
}
.data-list2 tr:hover td{
    background: #f5f7fa;
}
.data-list2 tr td{
    position: relative;
    height: 60px;
    color: #606266;
    line-height: 23px;
    padding: 0 12px;
}
.dia{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: #303133;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    line-height: 20px;
    z-index: 9999;
    white-space: nowrap;

}
.data-list2 tr td p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pagination{
    display: flex;
    align-items: center;
    font-size: 16px;
}
.pagination input{
    transition: color .2s,border .2s;
    width: 100%;
    height: 100%;
    outline: none;
    padding: 0 1em;
    border: 1px solid #c4c4c4;
    width: 96px;
    height: 48px;
    text-align: center;
}
.pagination input:hover{
    border-color: #777;
}
.pagination input:focus{
    border-color: #4293f4;
}
.pagination span{
    padding: 0 8px;
    color: #777;
}
.skip-btn{
    height: 48px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 0 1.5em;
    transition: color .2s,background .2s,box-shadow .2s;
    color: #4293f4;
    background: #ebf4fb;
    font-size: 16px;
    margin-right: 15px;
}
.skip-btn:hover{
    background: #d8eaf8;
}
.left-btn{
    width: 48px;
    line-height: 48px;
    background: #4293f4;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border: none;
    margin-right: 15px;
    cursor: pointer;
}
.right-btn{
    width: 48px;
    line-height: 48px;
    background: #4293f4;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
.left-btn:hover,.right-btn:hover{
    background: #3762bf;
}
.empty{
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #ebeef5;
    color: #909399;
}
.qyyj-tab{
    display: flex;
    border-bottom: 2px solid #e4e7ed;
    padding: 0.5rem 0;
    margin-bottom: 16px;
}
.qyyj-tab li{
    padding: 0 20px;
    font-size: 14px;
    color: #b7b6b7;
    cursor: pointer;
}
.qyyj-tab li span{
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #112534;
}
.qyyj-tab li+li{
    border-left: 2px solid rgba(183,182,183,.3);
}
.qyyj-tab li.active span{
    color: #4293f4;
}
.data-list2.s1 tr th:last-child,.data-list2.s1 tr td:last-child{
    text-align: right;
}
.data-list2 a{
    color: rgb(66, 158, 244);
}
.c1{
    color: rgb(255, 143, 100);
}
.left-bar{
    width: 192px;
    border-right: 1px solid #eee;
    margin-right: 36px;
    margin-top: 24px;
}
.left-bar li{
    height: 48px;
    font-size: 14px;
    color: #000;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 8px;
    padding-left: 24px;
    border-left: 3px solid #fff;
    cursor: pointer;
}
.left-bar li.active{
    background: #e4f2fe;
    border-left: 3px solid #4293f4;
}

.con-right{
    flex: 1;
}
.filter-con{
    position: relative;
    border: 1px solid #eee;
    padding: 24px;
    position: relative;
    margin-bottom: 20px;
}
.filter{
    display: flex;
}
.filter>span{
    font-weight: bold;
    width: 72px;
    text-align: center;
    font-weight: 700;
    padding: 4px 0;
}
.filter ul{
    display: flex;
    padding-left: 50px;
}
.filter ul li{
    display: inline-block;
    padding: 6px 20px;
    cursor: pointer;
    position: relative;
}
.filter ul li.active{
    color: #0b68da;
}
.filter ul li:hover{
    background: #f1f2f3;
}
.filter:after{
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 120px;
    background: #f1f2f3;
}
.filter i{
    font-size: 12px;
    padding-left: 6px;
}
.data-list2.hover tr:hover td{
    cursor: pointer;
    color: #0b68da;
}
.content-about{
    width: 980px;
    margin: 0 auto;
}
.article-main{
    padding-top: 50px;
}
.article-main h1{
    font-size: 32px;
    color: #0d1c28;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
}
.article-sub{
    display: flex;
    align-items: center;
    line-height: 24px;
    margin-top: 33px;
    padding-bottom: 26px;
    margin-bottom: 24px;
    border-bottom: 2px solid #dfe1e2;
    color: #727475;
}
.article-sub span+span{
    margin-left: 24px;
}
.article{
    border-bottom: 2px solid #dfe1e2;
    padding-bottom: 30px;
}
.article p{
    text-indent: 43px;
    line-height: 28px;
    font-size: 16px;
    font-family: 宋体;
}
.article p.article-title{
    font-size: 18px;
    font-weight: bold;
    color: #45484b;
    text-align: center;
    font-family: 微软雅黑;
    padding: 20px 0;
}
.annex{
    padding: 50px 0 0;
    border-bottom: 1px solid #e6eaee;
}
.annex-title{
    font-size: 18px;
    color: #0d1c28;
    font-weight: 700;
}
.annex-con{
    font-size: 13px;
    color: #4293f4;
    line-height: 50px;
    display: flex;
}
.annex-con i{
    padding-left: 8px;
    cursor: pointer;
}

.search-top{
    font-size: 18px;
    font-weight: 700;
    color: #152e48;
    border-left: #d6d6d6 1px solid;
    padding: 0 15px;
    margin-left: 15px;
}
.inner-banner2{
    background: #09264A;
    height: 160px;
    padding-top: 10px;
}
.inner-banner2>div{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.nav.s1{
    padding-top: 35px;
    justify-content: space-between;
}
.nav.s1 li{
    margin-left: 0px;
    font-weight: normal;
}
.nav.s1 li.active{
    font-weight: bold;
}
.nav.s1 li:hover{
    border-bottom: 4px solid rgba(255,255,255,0);
    opacity: .8;
}
.search-filter{
    position: relative;
    display: flex;
    color: #09264a;
}
.search-filter span{
    padding-right:18px;
}
.search-filter i{
    font-size: 12px;
    font-weight: bold;
}
.filter-city:hover,.filter-type:hover,.filter-date:hover{
    color: #1358b0!important;
    cursor: pointer;
}
.search-main{
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding-bottom: 120px;
}
.search-left{
    width: 792px;

}
.search-result li{
    padding: 16px 0;
    border-bottom: 1.5px solid #dfe1e2;
}
.result-title1{
    font-size: 18px;
    color: #09264a;
    font-weight: 600;
    line-height: 28px;
    transition: color .3s;
    cursor: pointer;
    padding-bottom: 10px;
}
.result-title1:hover{
    color: #0b68da;
}
.result-sub{
    display: flex;
    align-items: center;
}
.result-sub .sub-s1{
    background-color: #ecf3fc;
    padding: 6px;
    color: rgb(11, 30, 46);
    margin-right: 8px;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.result-sub .sub-s2{
    background-color: #f4f5f5;
    padding: 6px;
    color: rgb(11, 30, 46);
    margin-right: 8px;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.result-sub .sub-date{
    margin-left: auto;
}

.search-hot{
    position: sticky;
    top: 35px;
    width: 352px;
    padding: 24px;
    border: 1px solid rgb(223,225,226);
    border-radius: 2px;
}
.hot-title{
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    color: #09264a;
    line-height: 28px;
}
.hot-title img{
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-right: 10px;
}
.hot-list li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #09264a;
    line-height: 28px;
    padding-top: 15px;
}
.hot-list li:before{
    content: "\b7";
    font-weight: 700;
    margin-right: 5px;
}
.hot-list li:hover{
    color: #4293f4;
    cursor: pointer;
}


.left-menu{
    position: absolute;
    left: -150px;
    right: auto;
    top: 20px;
}
.left-menu ul{
    border-right: 1px solid #E2E2E2;
    min-width: 120px;
    max-width: 180px;
}
.left-menu ul li{
    padding: 8px 0;
    text-align: right;
    line-height: 24px;
}
.left-menu ul li a{
    position: relative;
    display: block;
    padding: 0 24px;
    color: #777;
    transition: color .2s;
}
.left-menu ul li.active a:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 4px;
    background-color: #4293f4;
    transition: all .2s;
}
.no-data{
    text-align: center;
    padding: 100px 0;
}
.no-data p{
    padding-top: 20px;
    color: #999;
}
.jrbx-con{
    width: 1200px;
    margin: 0 auto;
    padding: 0px 0 46px;
}
.jrbx{
    margin-top: 18px;
    padding: 20px;
    /*box-shadow: 0 1px 15px #0059c61a;*/
    border: 1px solid #dfe1e7;
}
.jrbx-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jrbx-top input{
    border-radius: 2px;
    border: 1px solid #c4c4c4;
    width: 230px;
    padding: 8px 20px;
}
.jrbx-top a{
    font-size: 16px;
    color: #0b68da;
}
.jrbx-con table{
    width: 100%;
    margin-top: 20px;
}
.jrbx-con table th{
    background: #f0f2f4;
    height: 48px;
    padding: 0 10px;
    border: 1px solid #dfe1e7;
}
.jrbx-con table td{
    height: 48px;
    padding: 0 10px;
    border: 1px solid #dfe1e7;
    white-space: nowrap;
    color: #333;
}






.news-top{
    background: #f6f6f5;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
.news-top span{
    font-weight: bold;
    font-size: 16px;
}
.news-top a{
    color: #1684fc;
    font-weight: bold;
}
.new-list-first{
    padding: 10px 0;
    display: flex;
    border-bottom: dashed 1px #bfc5d1;
}
.first-left{
    border: 1px solid #f2f2f3;
    text-align: center;
    color: #969ead;
    padding: 5px;
    margin-right: 12px;
    min-width: 80px; /* 增加最小宽度 */
    white-space: nowrap; /* 防止文本换行 */
}
.first-left-s1{
    color: #323232;
    font-size: 32px;
    font-weight: bold;
    line-height: 1; /* 调整行高 */
}
.first-left span {
    font-size: 14px;
    display: block;
    margin-top: 2px;
}
.first-right{
    cursor: pointer;
    color: #777;
    font-size: 15px;
    line-height: 24px;
}
.first-right-title{
    color: #3c3c3c;
    font-weight: bold;
    width: 550px;
    padding-bottom: 5px;
    font-size: 16px;news
}
.news-top i{
    display: inline-block;
    margin-right: 3px;
}
.first-right:hover .first-right-title{
    color:#1684fc;
}
.mt20{
    margin-top: 20px;
}


.enter{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}
.enter ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.enter ul li{
    width: 285px;
    height: 130px;
    background: #eff9fb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    cursor: pointer;
}
.enter ul li:nth-child(2){
    background: #f1f4fb;
}
.enter ul li:nth-child(3){
    background: #f5f5f5;
}
.enter ul li:nth-child(4){
    background: #faf5f1;
}
.enter ul li p span{
    padding-left: 20px;
    font-size: 19px;
    display: block;
    font-weight: bold;
    line-height: 28px;
}
.ad{
    width: 1200px;
    margin: 0 auto;
}

.x-trade{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}
.x-com-title{
    display: flex;
    align-items: center;
    font-size: 23px;
    font-weight: bold;
}
.x-com-title img{
    margin-right: 8px;
}
.x-trade-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.x-trade-list li{
    width: 226px;
    height: 70px;
    border-radius: 6px;
    border:1px solid #72adf1;
    background: #f3f8fd;
    color: #0068e5;
    display: flex;
    align-items: center;
    padding-left: 40px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.x-trade-list li.active{
    color: #fff;
    background: #056ce5;
    border:1px solid #056ce5;
}
.x-trade-list li .iconfont{
    font-size: 24px;
    display: inline-block;
    margin-right: 9px;
    font-weight: normal;
}
.x-trade-tab-con{
    padding: 36px 0;
    display: flex;
    justify-content: space-between;
}
.x-trade-tab{
    display: flex;
}
.x-trade-tab li{
    font-size: 17px;
    font-weight: bold;
    color: #666;
    padding: 0 30px;
    position: relative;
    cursor: pointer;
}
.x-trade-tab li.active{
    color: #0d6ce3;
}
.x-trade-tab li+li::after{
    content: "/";
    position: absolute;
    left: 0;
    top: 0;
    color: #e1e1e1;
    font-weight: normal;
}
.x-more{
    color: #0c6de2!important;
    font-weight: bold;
    font-size: 15px;
}
.x-more i{
    display: inline-block;
    margin-right: 5px;
}
.x-trade-part li{
    display: flex;
    color: #8b8a8a;
    padding: 0 8px;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    cursor: pointer;
}
.x-trade-part li:hover{
    background: #f6f9fe;
    color: #468bea;
}
.address{
    margin-right: 20px;
}
.x-trade-date{
    margin-left: auto;
}
.data-stats{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 70px;
}
.data-stats-main{
    display: flex;
    padding-top: 50px;
}
.map{
    width: 464px;
    height: 321px;
    position: relative;
}
#map{
    position: absolute;
    top: -30px;
    left: -60px;
    right: -60px;
    height: 400px;
}
.data-stats-list{
    border: 1px solid #dbdbdb;
    width: 100%;
    margin-top: 20px;
}
.data-stats-list tr th{
    background: #0068e2;
    color: #fff;
    line-height: 52px;
    font-weight: bold;
    text-align: center;
}
.data-stats-list tr td{
    line-height: 52px;
    color: #4b4d50;
    font-weight: bold;
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
}
.data-stats-detail{
    flex: 1;
}
.data-stats-search span{
    color: #0068e2;
    font-size: 16px;
    font-weight: bold;
}
.data-stats-search select{
    border: 1px solid #0068e2;
    border-radius: 2px;
    color: #0068e2;
    height: 36px;
    margin-left: 10px;
    width: 150px;
    padding: 0 6px;
}
.ft16{
    font-size: 16px!important;
}

.x-link-con{
    background: #d3d3d3;
}
.x-link-main{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}
.x-link-main>div{
    background: #fff;
    height: 40px;
    width: 32%;
    border-radius: 3px;
}
.x-link-main .website{
    width: 100%;
}
.x-link-main .website-title{
    line-height: 40px;
    padding: 0 20px;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
}
.x-link-main .website-down{
    top: 42px;
    width: 100%;
    max-height: 170px;
}
.x-bottom{
    background: #282b31;
}
.x-bottom>div{
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom-img{
    margin: 0 40px;
    border-radius: 4px;
    border: 2px solid #8f8f8f;
}
.x-bottom-mian{
    border-left: 1px solid #434447;
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    padding-left: 30px;
}
.x-bottom-mian img{
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 20px;
    margin-right: 3px;
}

.floating-box{
    position: fixed;
    width: 400px;
    background: #e1f6ff;
    color: #4b7ded;
    box-shadow: 0 4px 24px #111b2755;
    z-index: 9999;
    top: 30px;
    left: 0px;
    padding: 25px;
    border-radius: 5px;
    font-size: 15px;
    overflow: hidden;
}







/*新加样式*/
.x-search-con>div{
    width: 1200px;
    margin: 0 auto;
}
.x-search-top{
    margin: 10px 0;
    display: flex;
    height: 100px;
    justify-content:space-between;
    align-items: center;
    background: #ededed;
    padding: 0 54px;
}
.x-search-top>span{
    font-size: 30px;
    color: #666;
}
.x-search-top-main{
    display: flex;
}
.x-search-top-main input{
    width: 400px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border: 1px solid #dcdfe6;
    border-right:none;
    background: #fff;
}
.x-search-top-main input:focus{
    border: 1px solid #0185ff;
    border-right: none;
}
.x-search-top-main a{
    height: 38px;
    line-height: 38px;
    color: #fff;
    background: #0185ff;
    width: 96px;
    text-align: center;
}
.x-search-items{
    display: flex;
    padding-top: 5px;
}
.x-search-items-title{
    width: 88px;
    font-weight: bold;
    line-height: 50px;
}
.search-detail{
    display: flex;
    padding-top: 8px;
}
.search-detail li{
    padding: 0 16px;
    height: 32px;
    line-height: 32px;
    color: #333;
    margin-right: 20px;
    cursor: pointer;
}
.search-detail li.active{
    background: #0185ff;
    color: #fff;
    border-radius: 3px;
}
.search-date>div{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    padding-top: 10px;
}
.search-date input{
    border: 1px solid #dcdfe6;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    border-radius: 3px;
    margin:0 10px;
}
.search-date{
    padding-bottom: 4px;
}


.search-result{
    border-top: 1px dashed #ccc;
    padding: 20px 0;
}
.search-result-top{
    display: flex;
}
.search-result-top span{
    margin-right: 54px;
    display: flex;
}
.search-result-top .c1{
    color: #ff4400;
    margin: 0 3px;
}
.search-result-top .c2{
    color: #0185ff;
    margin: 0 3px;
}
.search-result .pagination{
    justify-content: flex-end;
}
.search-result-list{
    padding: 10px 0;
}
.search-result-list-title{
    font-size: 18px;
    font-weight: bold;
    color: #0185ff;
    line-height: 30px;
}
.search-result-content{
    line-height: 24px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 限制文本显示三行 */
    overflow: hidden; /* 隐藏超出的内容 */
    text-overflow: ellipsis; /* 超出部分用省略号表示 */
}
.search-result-date{
    color: #666;
    font-size: 13px;
    line-height: 30px;
}
.search-result-link{
    color: #333;
    font-weight: bold;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.search-result-link font{
    margin: 0 5px;
}






* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    min-height: 100%;
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background: #FFFFFF;
}

.text-primary {
    color: #4A7FF5;
}

img {
    border: 0;
    vertical-align: top;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #4A7FF5;
}

input,
button {
    -webkit-appearance: none;
    border-radius: 0;
}

button {
    cursor: pointer;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

textarea {
    resize: none;
    overflow: auto;
}

input,
button,
textarea,
select {
    border: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: transparent;
}


/* select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
} */

table {
    border-collapse: collapse;
}

.scale {
    display: block;
    overflow: hidden;
}

.scale img {
    transition: 0.6s all;
}

.scale:hover img {
    transform: scale(1.06);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.flex-center {
    display: flex;
    align-items: center;
}

.flex {
    display: flex;
}

.flex_bd {
    flex: 1;
    min-width: 0;
}

.jc-sb {
    justify-content: space-between;
}


/* 显示两行文字 */

.line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.container {
    margin: 0 auto;
    width: 73%;
}

@media (max-width: 1580px) {
    .container {
        width: 84%;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 1rem;
        width: 100%;
    }
}

.bg-color1 {
    background-color: #fff;
}

.ptb100 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (max-width: 767px) {
    .ptb100 {
        padding-top: 0.72rem;
        padding-bottom: 0.72rem;
    }
}

.pt100 {
    padding-top: 1rem;
}

@media (max-width: 767px) {
    .pt100 {
        padding-top: 0.72rem;
    }
}

.pb100 {
    padding-bottom: 1rem;
}

@media (max-width: 767px) {
    .pb100 {
        padding-bottom: 0.72rem;
    }
}

.font18 {
    font-size: 0.18rem;
}

.font20 {
    font-size: 0.2rem;
}

.font22 {
    font-size: 0.22rem;
}

.font24 {
    font-size: 0.24rem;
}

.font26 {
    font-size: 0.26rem;
}

.font28 {
    font-size: 0.28rem;
}

.font30 {
    font-size: 0.3rem;
}

.font36 {
    font-size: 0.36rem;
}

.font44 {
    font-size: 0.44rem;
}

@media (max-width: 1900px) {
    .font18 {
        font-size: 16px;
    }
}

@media (max-width: 1580px) {
    .font18 {
        font-size: 14px;
    }
    .font20,
    .font22 {
        font-size: 16px;
    }
    .font24,
    .font26 {
        font-size: 18px;
    }
    .font28,
    .font30 {
        font-size: 20px;
    }
    .font44,
    .font36 {
        font-size: 24px;
    }
}

#hi-upgrade {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

#hi-upgrade .hi-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -177px 0 0 -450px;
    width: 900px;
}

#hi-upgrade .hi-wrap .hi-title {
    font-size: 30px;
    line-height: 40px;
    color: #333;
}

#hi-upgrade .hi-wrap .hi-close {
    margin: 10px 0;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    color: #e88021;
}

#hi-upgrade .hi-wrap .hi-close:hover {
    text-decoration: underline;
}

#hi-upgrade .hi-wrap .hi-text1 {
    color: #666;
}

#hi-upgrade .hi-wrap .hi-text1 span {
    color: #e9a171;
}

#hi-upgrade .hi-wrap .hi-text2 {
    position: relative;
    margin: 60px 0;
    color: #333;
}

#hi-upgrade .hi-wrap .hi-text2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    border-top: 1px solid #ddd;
}

#hi-upgrade .hi-wrap .hi-text2 span {
    position: relative;
    z-index: 5;
    padding: 0 30px;
    background: #fff;
}

#hi-upgrade .hi-wrap .hi-list {
    overflow: hidden;
}

#hi-upgrade .hi-wrap .hi-list li {
    display: inline-block;
    width: 16%;
}

#hi-upgrade .hi-wrap .hi-list li div {
    margin: 0 auto 5px;
    width: 50px;
    height: 50px;
}

#hi-upgrade .hi-wrap .hi-list li a {
    color: #666;
}

#hi-upgrade .hi-wrap .hi-list li a:hover {
    color: #e88021;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
    background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
    background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
    background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
    background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
    background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
    background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}


/* 占位标签，设置导航样式 */

#c-placeholder {
    height: 80px;
}

@media (max-width: 991px) {
    #c-placeholder {
        height: 60px;
    }
}

img {
    max-width: 100%;
}


/*顶部*/

#c-header {
    width: 100%;
    text-align: center;
    transition: all 0.5s;
}

#c-header.c-head-move {
    top: -100px;
}

#c-header .c-right-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}


/*顶部logo*/

#c-header .c-logo {
    display: flex;
    align-items: center;
}

#c-header .c-logo .c-img-box {
    display: flex;
    align-items: center;
}

#c-header .c-logo .c-img-box img {
    height: 50px;
}

#c-header .c-logo span {
    display: inline-block;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
    #c-header .c-logo span {
        display: none;
    }
}


/*顶部导航开关*/

#c-header .c-switch {
    display: none;
    width: 24px;
    height: 20px;
    cursor: pointer;
}

@media (max-width: 991px) {
    #c-header .c-switch {
        display: block;
    }
}

#c-header .c-switch i {
    position: relative;
    display: block;
    height: 2px;
    background: #323232;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#c-header .c-switch i:nth-child(1) {
    top: 0;
}

#c-header .c-switch i:nth-child(3) {
    bottom: 0;
}

#c-header .c-switch i:nth-child(2) {
    margin: 6px 0;
}

body.c-open {
    overflow: hidden;
}

body.c-open #c-header .c-switch i:nth-child(2) {
    opacity: 0;
}

body.c-open #c-header .c-switch i:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.c-open #c-header .c-switch i:nth-child(3) {
    bottom: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* 顶部功能区 */

#c-header .c-gn {
    display: flex;
    align-items: center;
    margin-left: auto;
}

#c-header .c-gn form {
    padding: 0 30px;
    position: relative;
    cursor: pointer;
}

@media (max-width: 1900px) {
    #c-header .c-gn form {
        padding: 0 15px;
    }
}

#c-header .c-gn form:hover>i {
    color: #ffffff;
}

#c-header .c-gn form>i {
    transition: 0.5s;
}

#c-header .c-gn form .c-box {
    position: absolute;
    top: 106%;
    right: 0;
    display: none;
    width: 280px;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

#c-header .c-gn form .c-box input {
    float: left;
    padding: 0 15px;
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
    height: 50px;
}

#c-header .c-gn form .c-box button {
    float: left;
    width: 70px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    background: #e88021;
    cursor: pointer;
}

#c-header .c-gn .c-lan {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    width: 40px;
    height: 40px;
}

#c-header .c-gn .c-phone {
    display: flex;
    align-items: center;
}

#c-header .c-gn .c-phone i {
    margin: 0 10px 0 30px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    line-height: 28px;
}

@media (max-width: 1900px) {
    #c-header .c-gn .c-phone i {
        margin: 0 5px 0 15px;
    }
}

#c-header .c-gn .c-phone span {
    font-weight: bold;
}

#c-header.c-style2 .c-gn .c-phone i {
    border: 1px solid rgba(222, 47, 9, 0.2);
}

#c-header.c-style2 .c-gn .c-phone {
    color: #e88021;
}

@media (max-width: 767px) {
    .par_banner img {
        height: 200px;
        object-fit: cover;
    }
}


/* 底部 */

#c-footer {
    background-color: rgba(0, 0, 0, 0.1);
    background-image: url(../images/foot_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 0.14rem;
}

.c-list li a {
    color: #ffffff;
    opacity: .6;
    transition: 0.5s;
}

#c-footer a {
    color: #ffffff;
}

#c-footer a:hover {
    color: #e88021;
}

@media (max-width: 767px) {}

#c-footer .c-top-box .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.c-top-box {
    padding: 32px 0;
}

#c-footer .c-top-box .container .c-link {
    margin-top: 30px;
}

#c-footer .c-top-box .container .c-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.flex-ver {
    display: flex;
    align-items: center;
}

.c-list-kefu {
    font-size: 18px;
    line-height: 24px;
}

.c-list-kefu .iconfont {
    font-size: 24px;
    margin-right: 10px;
}

.website-name {
    font-size: 20px;
}

.website-address {
    font-size: 16px;
    color: #979797;
}

#c-footer .c-top-box .container .c-title-box .c-title {
    font-size: 16px;
    font-weight: bold;
}

#c-footer .c-top-box .container .c-title-box a {
    color: #fff;
}

#c-footer .c-top-box .container .c-title-box a:hover {
    color: #e88021;
}

#c-footer .c-top-box .container .c-title-box i {
    display: none;
    transition: 0.5s;
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container .c-title-box i {
        display: inline-block;
    }
}

#c-footer .c-top-box .container .c-list-box {
    max-width: 380px;
    min-height: 140px;
    padding: 0 25px;
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container .c-list-box {
        width: 40%;
        float: left;
        padding: 15px;
    }
    #c-footer .c-top-box .container .c-list-box:first-child {
        width: 100%;
    }
}

#c-footer .c-top-box .container .c-list-box .c-list li {
    padding-bottom: 10px;
    color: #696969;
    font-size: 14px;
}

#c-footer .c-top-box .container .c-list-box .c-list li:last-child {
    padding-bottom: 0;
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container .c-list-box .c-list li:last-child {
        padding-bottom: 0.5rem;
    }
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container .c-list-box .c-list li {
        padding-bottom: 0.5rem;
    }
}

#c-footer .c-top-box .container .c-list-box .c-list li a {
    font-size: 14px;
}

#c-footer .c-top-box .container .c-list-box.on .c-title-box i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container .c-list-box.on .c-title-box i {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container .c-text-box {
        padding-top: 0.5rem;
    }
}

#c-footer .c-top-box .container .c-text-box p {
    padding-bottom: 0.1rem;
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container .c-text-box p {
        padding-bottom: 0.5rem;
    }
}

#c-footer .c-top-box .container .c-ico {
    display: flex;
    align-items: center;
}

#c-footer .c-top-box .container .c-ico a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #181c1e;
    background: #2a2d2f;
    transition: 0.5s;
}

#c-footer .c-top-box .container .c-ico a:hover {
    background: #e88021;
}

#c-footer .c-top-box .container .c-weixin {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 910;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

#c-footer .c-top-box .container .c-weixin .c-img-box {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    width: 200px;
    border-radius: 5px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#c-footer .c-top-box .container .c-weixin .c-img-box img {
    width: 100%;
}

#c-footer .c-top-box .container .c-weixin .c-img-box .c-text {
    padding-top: 10px;
    line-height: 1;
    text-align: center;
    color: #333;
}

#c-footer .c-top-box .container .c-text-wrap {
    padding-right: 15px;
    border-right: 1px solid #272d37;
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container .c-text-wrap {
        width: 100%;
        border-right: 0;
        margin-bottom: 20px;
    }
}

#c-footer .c-bottom-box {
    padding: 15px 0;
    border-top: 1px solid #4d5363;
    color: #bfc1c7;
}

@media (max-width: 767px) {
    #c-footer .c-bottom-box {
        padding: 1.5rem 0;
    }
}

#c-footer .c-bottom-box .container a {
    color: #bfc1c7;
    display: inline-block;
    margin-left: 30px;
}

#c-footer .c-bottom-box .container .c-copyright {
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
}

.c-copyright p span {
    padding: 0 16px;
}

.list-wx {
    text-align: center;
}

.list-wx li {
    float: left;
}

.list-wx li p {
    margin-top: 9px;
}

.list-wx li+li {
    margin-left: 40px;
}

.list-wx-pic {
    border: 1px solid #6a6a6a;
    padding: 6px;
}

.list-info .hd {
    font-size: 18px;
    color: #e48c2d;
    font-weight: bold;
    margin-bottom: 10px;
}

.list-info .bd {
    line-height: 2;
}


/* 顶部banner */

#c-top-banner {
    position: relative;
}

#c-top-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

#c-top-banner img {
    width: 100%;
}

#c-top-banner .c-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-top-banner .c-box .c-title {
    font-size: 48px;
    line-height: 1.5;
    color: #fff;
}

#c-top-banner .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-row-list {
    max-width: 190px;
}

.c-row-list li {
    min-width: 94px;
    float: left;
}

.c-text-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
}

@media (max-width:1320px) {
    .flex-ver {
        border: 0;
    }
    .c-top-box .c-logo {
        width: 200px;
    }
}

@media (max-width:1200px) {
    .c-text-content {
        display: block;
    }
    #c-footer .c-top-box .container {
        align-items: flex-start;
    }
    .c-list-website {
        display: inline-block;
        margin-right: 40px;
    }
    .c-list-kefu {
        display: inline-flex;
        margin-top: 15px;
    }
    .c-list-end {
        margin-top: 20px;
    }
}

@media (max-width:1024px) {
    .website-name {
        font-size: 18px;
    }
    .website-address {
        font-size: 14px;
    }
    .c-list-kefu {
        font-size: 16px;
    }
    .list-info {
        margin-bottom: 30px;
    }
    .c-list-kefu .iconfont {
        font-size: 20px;
    }
    .c-list-website {
        display: inline-block;
        margin-right: 20px;
    }
}

@media (max-width:768px) {
    #c-footer .c-top-box .container {
        display: block;
    }
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 12px;
    border-radius: 4px;
}

@media (min-width:1200px) {
    .container {
        width: 1200px;
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.btn-warning {
    background-color: #FFBF78;
    color: #333333;
}

.btn-primary {
    background-color: #4A7FF5;
    color: #fff;
}

.btn-primary:hover {
    background: #0a5cc0;
}

.btn-secondary {
    background: #f5f7fa;
    color: #09264a;
    border: 1px solid #dcdfe6;
}

.btn-secondary:hover {
    background: #e4e7ed;
}

.btn-secondary.followed {
    background: #dc3545;
    color: white;
    border-color: #dc3545;
}

.btn-secondary.followed:hover {
    background: #c82333;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.input-control {
    display: block;
    width: 50%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}


/* 登录注册 */

.mt-banner {
    padding: 60px 0;
    background: url(../images/loginbg.jpg) center top no-repeat;
}

.login-left {
    text-align: center;
    color: #ffffff;
}

.login-left .l-text {
    font-size: 46px;
    font-weight: bold;
    padding: 15px 0 20px 0;
    line-height: 1;
}

.login-left .l-text {
    font-size: 46px;
    font-weight: bold;
}

.login-link .btn-download {
    height: 42px;
    border-radius: 40px;
    border: 1px solid #ffffff;
    padding: 0 40px;
    color: #ffffff;
}

.login-main {
    position: relative;
    width: 350px;
    min-height: 350px;
    margin-left: auto;
    background-color: #ffffff;
    border-radius: 10px;
}

.login-left-tab {
    position: absolute;
    top: 50px;
    right: -70px;
    width: 70px;
}

.login-left-tab li {
    margin-bottom: 15px;
}

.login-left-tab li a {
    display: block;
    border-radius: 0 4px 4px 0;
    background-color: #006DF6;
    color: #ffffff;
    border: 1px solid #ffffff;
    line-height: 1.4;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    border-left: 0;
    font-size: 16px;
}

.login-left-tab .active a {
    background-color: #ffffff;
    color: #006DF6;
}

.login-top-tab {
    height: 34px;
    line-height: 1;
    border-bottom: 1px solid #DBDBDB;
    text-align: center;
    margin-bottom: 30px;
}

.login-top-tab li {
    width: 33.33%;
    float: left;
}

.login-top-tab li a {
    position: relative;
    height: 34px;
    display: block;
    font-size: 15px;
}

.login-top-tab .active a {
    font-weight: bold;
    font-size: 15px;
    color: #006DF6;
}

.login-top-tab .active a::after {
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    background-color: #4A7FF5;
    content: '';
}

.login-main>.tab-content {
    padding: 20px;
}

.login-bar {
    background-color: #F2F2F2;
    border-radius: 0 0 10px 10px;
    padding: 10px 20px;
}

.login-bar .iconfont {
    margin-right: 10px;
    color: #4A7FF5;
}

.form-row {
    position: relative;
    margin-bottom: 18px;
}

.form-row .form-control {
    height: 42px;
    padding-left: 52px;
}

.form-row .iconfont {
    font-size: 20px;
    color: #999;
    line-height: 1;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.form-row .btn-get {
    position: absolute;
    right: 10px;
    top: 50%;
    color: #666;
    transform: translateY(-50%);
}

.form-row .btn-warning {
    height: 42px;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
}

.pc-left {
    float: left;
    color: #555555;
}

.left-k {
    display: block;
}

.left-k * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.pc-link {
    float: right;
}

.pc-link a {
    display: inline-block;
    margin-left: 10px;
}

.row-link {
    font-size: 13px;
}

.row-link:first-child {
    margin-bottom: 10px;
}

.form-top {
    margin-bottom: 12px;
    margin-top: -10px;
}

.form-top .icon-wj {
    font-size: 18px;
    margin-right: 5px;
    color: #999;
}

.underline {
    text-decoration: underline;
}

.mt-foot {
    padding: 40px 0;
    text-align: center;
}

.mt-foot .line {
    color: #999;
    padding: 0 15px;
}

.mt-foot a {
    font-size: 16px;
}

.mt-end {
    text-align: center;
    color: #999999;
    padding: 20px;
}

.mt-head {
    position: relative;
    background-color: #ffffff;
    z-index: 999;
    padding: 25px 0;
}

.logo {
    display: flex;
    align-items: center;
}

/*.logo span {
    font-size: 18px;
    margin-left: 10px;
}*/

.mt-nav {
    margin-left: auto;
}

.mt-nav li {
    position: relative;
    float: left;
    margin-right: 50px;
}

.wx-box {
    display: none;
    position: absolute;
    width: 108px;
    height: 108px;
    top: 100%;
    left: 50%;
    margin-left: -54px;
}

.mt-nav li:hover .wx-box {
    display: block;
}

.mt-nav li a {
    font-size: 16px;
    display: block;
    padding: 10px 20px;
}

.mt-nav li a .iconfont {
    padding-right: 8px;
    color: #FF5600;
}

.top-tel {
    display: flex;
    align-self: center;
    width: 180px;
    line-height: 1;
}

.top-tel .iconfont {
    color: #4A7FF5;
    margin-right: 8px;
    font-size: 18px;
}

.top-tel .v {
    font-size: 22px;
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 5px;
}

.top-tel .d {
    color: #999;
    white-space: nowrap;
}

@media (max-width:992px) {
    .top-tel {
        display: none;
    }
    .logo span {
        display: none;
    }
    .mt-nav li {
        margin-right: 0px;
    }
    .mt-nav li a {
        padding: 10px;
    }
    .mt-head {
        padding: 15px 0;
    }
    .mt-banner .container {
        display: block;
    }
    .login-left {
        margin-top: 20px;
    }
    .login-left img {
        display: none;
    }
    .login-left .l-text {
        font-size: 32px;
    }
    .login-main {
        width: auto;
        margin-right: 50px;
    }
    .login-left-tab {
        right: -50px;
        width: 50px;
    }
    .mt-foot a {
        font-size: 14px;
    }
    .mt-foot .line {
        padding: 0 5px;
    }
    .login-bar {
        padding: 10px;
    }
    .login-left-tab li a {
        font-size: 14px;
    }
}

.sin-page {
    background-color: #F9F9F9;
    padding: 30px 0;
    min-height: calc(100vh - 100px);
}

.bs-panel {
    background-color: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.0410);
}

.sin-page .bs-panel {
    min-height: 700px;
}

.f-body {
    padding: 60px 15px;
}

.f-top {
    font-size: 28px;
    margin-bottom: 50px;
    text-align: center;
}

.f-main {
    max-width: 480px;
    margin: 0 auto;
}

.f-row {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.f-row .form-control {
    height: 42px;
}

.f-row .f-label {
    width: 80px;
}

.f-row-end {
    padding-left: 80px;
}

.f-row-end .btn {
    height: 42px;
    width: 100%;
}

.f-row .btn-solid-get {
    border: 1px solid #4A7FF5;
    color: #4A7FF5;
    width: 112px;
    height: 42px;
    margin-left: 10px;
}

.regist-body {
    padding: 50px;
}

.regist-main {
    max-width: 800px;
    margin: 0 auto;
}

.text-warning {
    color: #FF5600;
}

.reg-cells {
    margin-bottom: 50px;
}

.reg-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.reg-head .reg-tt {
    color: #FF5600;
    font-size: 18px;
}

.reg-body {
    max-width: 700px;
}

.reg-tip {
    color: #999;
}

.reg-tab {
    margin: 0 -18px;
    overflow: hidden;
    margin-bottom: 20px;
}

.reg-tab li {
    padding: 0 18px;
    float: left;
}

.reg-tab li a {
    position: relative;
    display: block;
    height: 42px;
    line-height: 40px;
    width: 160px;
    border: 1px solid #E2E2E2;
    text-align: center;
}

.reg-tab li.active a {
    color: #4A7FF5;
    border: 1px solid #4A7FF5;
}

.reg-tab li.active a::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/selected.png) no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

.reg-select {
    margin: 0 -10px;
    overflow: hidden;
}

.reg-select li {
    padding: 0 10px;
    float: left;
}

.reg-select li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 42px;
    line-height: 40px;
    padding: 0 20px;
    border: 1px solid #E2E2E2;
    text-align: center;
}

.reg-select li.active a {
    color: #4A7FF5;
    border: 1px solid #4A7FF5;
}

.reg-select li a .dot {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/radio.png);
}

.reg-select li.active a .dot {
    background-image: url(../images/radioed.png);
}

.f-row input {
    appearance: auto;
    margin-right: 10px;
}

@media (min-width:992px) {
    .mt-banner .container {
        flex-direction: row-reverse;
    }
    .f-department-row .btn-solid-get {
        margin-right: -120px;
    }
    .f-agree-end {
        padding-left: 80px;
    }
}

@media (max-width:992px) {
    .regist-body {
        padding: 20px;
    }
    .reg-tab li a {
        width: 120px;
    }
    .reg-select li a .dot {
        margin-right: 5px;
    }
    .reg-select li a {
        padding: 0 10px;
    }
    .reg-select {
        margin: 0 -3px;
    }
    .reg-select li {
        padding: 0 3px;
    }
    .reg-tab {
        margin: 0 -5px;
        margin-bottom: 20px;
    }
    .reg-tab li {
        padding: 0 5px;
    }
    .f-body {
        padding: 30px 20px;
    }
    .f-top {
        margin-bottom: 30px;
    }
    .f-row {
        display: block;
        margin-bottom: 20px;
    }
    .f-row .f-label {
        margin-bottom: 10px;
    }
    .f-row .btn-solid-get {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .f-get-row {
        padding-right: 130px;
    }
    .f-row-end {
        padding-left: 0;
    }
    .sin-page .bs-panel {
        min-height: 600px;
    }
}

.top-nav .container {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: space-between;
}

.top-nav-welcome {
    color: #323232;
}

.top-nav-right a {
    color: #323232;
}

.top-nav-right a .iconfont {
    font-size: 14px;
    margin-right: 5px;
}

.top-nav-right .line {
    color: #323232;
    margin: 0 6px;
}

.top-nav-link {
    margin-right: 110px;
}

.search-bar {
    width: 362px;
    display: flex;
    align-items: center;
}

.search-bar .form-control {
    background-color: #f3f7fa;
    border-color: #f3f7fa;
    height: 40px;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 5px 0 0 5px;
    line-height: 20px;
}

.search-btn i {
    font-size: 14px;
    margin-right: 5px;
}

.mt-head-bd {
    margin-left: auto;
    margin-right: 50px;
}

#c-header .logo span {
    font-size: 26px;
    color: #323232;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #f1f1f1;
    line-height: 32px;
}

#c-header .mt-head {
    padding: 35px 0;
    margin-bottom: 8px;
}

.top-nav {
    background-color: #f8f8f8;
}

.navbar {
    display: flex;
}

.navbar>li a {
    font-size: 16px;
    padding: 9px 36px;
    line-height: 2;
    display: block;
    color: #323232;
}

.navbar>li {
    margin-left: 16px;
    position: relative;
}

.navbar>li.active a {
    background-image: linear-gradient(#0fa7ff, #2d67ec);
    color: #fff;
}

.sub_menu{
    position: absolute;
    z-index: 999;
    background: white;
    display: none;
    width: 100%;
}

.sub_menu_flag{
    position: relative;
    left: 10px;
}

.show-data {
    height: 220px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 32px rgba(44, 107, 237, 0.14);
    margin-top: -104px;
    position: relative;
    display: flex;
    align-items: center;
}

.show-data__item {
    flex: 1;
    text-align: center;
    position: relative;
}

.show-data__item__val {
    font-size: 18px;
    color: #2c2c2c;
    line-height: 30px;
    margin-top: 9px;
}

.show-data__item__val span {
    font-size: 30px;
}

.show-data__item__text {
    font-size: 14px;
    color: #788297;
    line-height: 24px;
    margin-top: 5px;
}

.show-data__item::after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 1px;
    height: 50px;
    background-color: #e0e0e0;
    transform: translateY(-50%);
}

.show-data__item:last-child::after {
    display: none;
}

.index-notice__hd {
    width: 40px;
    margin-right: 15px;
}

.index-notice__tag {
    font-size: 12px;
    color: #fff;
    background-color: #ffd636;
    border-radius: 2px;
    padding: 0 8px;
    line-height: 20px;
    position: relative;
}

.index-notice__tag::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 6px solid #ffd636;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: 5px solid transparent;
}

.noticeSwiper {
    height: 20px;
}

.noticeSwiper a {
    font-size: 14px;
    color: #89919d;
}

.index-notice {
    margin: 30px 0;
}

.index-project {
    margin: 0 -12.5px;
}

.index-project>div {
    padding: 0 12.5px;
    float: left;
}

.index-project__hd {
    width: 18.75%;
}

.index-project__bd {
    width: 81.25%;
}

.tj-project {
    height: 168px;
    border-radius: 10px;
    background-image: url(../images/tj_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 26px 0 0 26px;
    box-shadow: 0 0 16px rgba(44, 107, 237, 0.14);
}

.tj-project-line {
    width: 27px;
    height: 4px;
    background-color: #fff;
    margin-bottom: 17px;
}

.tj-project-title {
    font-size: 24px;
    color: #fff;
}

.project-card {
    height: 168px;
    background-image: url(../images/project_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(27, 72, 165, 0.16);
    display: block;
}

.project-days {
    border-radius: 10px 0 10px 0;
    font-size: 14px;
    color: #ad6f2c;
    line-height: 30px;
    width: 85px;
    text-align: center;
    background-image: linear-gradient(to right, #ffcd86, #ffbe77);
}

.project-days span {
    color: #925716;
    font-weight: bold;
}

.project-view {
    font-size: 12px;
    line-height: 20px;
    color: #89919d;
}

.project-card__hd {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-right: 20px;
}

.project-view .iconfont {
    color: #e8e8e8;
    font-size: 14px;
    margin-right: 5px;
}

.project-view span {
    color: #242834;
}

.project-card__bd {
    padding: 7px 20px;
}

.project-title {
    font-size: 14px;
    color: #242834;
    line-height: 24px;
    margin-bottom: 10px;
}

.project-tag {
    font-size: 0;
}

.project-tag span {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    border: 1px soild transparent;
    padding: 0 9px;
    min-width: 56px;
    text-align: center;
    border-radius: 12px;
    margin: 0 10px 10px 0;
}

.project-city {
    color: #ff5600;
    border: 1px solid rgba(255, 86, 0, 0.6);
}

.project-type {
    color: #1a6df8;
    border: 1px solid rgba(26, 109, 248, 0.6);
}

.project-date {
    font-size: 14px;
    color: #89919d;
    margin-top: 10px;
    white-space: nowrap;
}

.project-date span {
    color: #646464;
}

.project-date .iconfont {
    font-size: 14px;
    color: #e8e8e8;
    margin-right: 8px;
}

.project-section {
    padding-bottom: 40px;
}

.two-section {
    padding: 24px 0 47px;
    background-image: url(../images/two_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.two-row {
    margin: 0 -15px;
}

.two-row>div {
    padding: 0 15px;
    float: left;
}

.two-left {
    width: 68.3%;
}

.two-right {
    width: 31.7%;
}

.two-panel-title {
    display: flex;
    align-items: center;
    font-size: 26px;
    color: #242834;
    font-weight: bold;
    line-height: 34px;
}

.two-panel-title img {
    margin-left: 8px;
}

.two-panel-head {
    margin-bottom: 20px;
}

.two-panel-head .more {
    font-size: 14px;
    color: #646464;
    display: block;
    border-radius: 15px;
    border: 1px solid #2b6bed;
    line-height: 26px;
    padding: 0 15px;
}

.slideTxtBox>.hd ul {
    display: flex;
    align-items: center;
    height: 65px;
    border-bottom: 2px solid #2d89ff;
}

.slideTxtBox>.hd ul li {
    line-height: 52px;
    font-size: 18px;
    padding: 0 10px 11px;
    color: #323232;
    width: 28%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slideTxtBox>.hd ul li.on {
    font-weight: bold;
}

.slideTxtBox>.hd ul li img {
    margin-right: 8px;
}

.slideTxtBox>.hd ul li:first-child {
    width: 25%;
    justify-content: flex-start;
}

.slideTxtBox>.hd ul li::before {
    position: absolute;
    content: '';
    right: 0;
    top: 10px;
    width: 1px;
    height: 30px;
    background-color: #e0e0e0;
}

.slideTxtBox>.hd ul li:last-child::before {
    display: none;
}

.slideTxtBox>.hd {
    position: relative;
}

.slideTxtBox>.hd .more {
    font-size: 14px;
    color: #646464;
    display: block;
    position: absolute;
    right: 0;
    border-radius: 15px;
    border: 1px solid #2b6bed;
    line-height: 26px;
    padding: 0 15px;
    top: 14px;
}

.slideTxtBox>.hd ul li.on::after {
    width: 20px;
    height: 12px;
    left: 50%;
    bottom: -2px;
    top: unset;
    border: 0 !important;
    background-image: url(../images/arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
}

.slideTxtBox>.hd ul li:first-child:after {
    left: 35%;
}

.two-box {
    padding: 25px 30px 36px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 16px rgba(44, 107, 237, 0.16);
}

.slideTab .hd ul {
    display: flex;
}

.slideTab .hd ul li {
    font-size: 16px;
    color: #fff;
    background-color: #4094ff;
    width: 100px;
    text-align: center;
    line-height: 36px;
    position: relative;
}

.slideTab .hd ul li::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 15px;
    background-color: #6d8dff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.slideTab .hd {
    margin-bottom: 15px;
}

.slideTab .hd ul li:last-child::after {
    display: none;
}

.slideTab .hd ul li.on::after {
    display: none;
}

.slideTab .hd ul li.on {
    background-color: #ffc17a;
    color: #323232;
}

.slideTab .hd ul li:first-child {
    border-radius: 18px 0 0 18px;
}

.slideTab .hd ul li:last-child {
    border-radius: 0 18px 18px 0;
}

.two-table {
    width: 100%;
}

.two-table-th {
    font-size: 14px;
    color: #979797;
    font-weight: bold;
    line-height: 26px;
    padding: 10px 20px;
    text-align: left;
}

.two-table-tr {
    display: flex;
    align-items: center;
}

.two-table-body .two-table-tr {
    background-color: #fff;
    border: 1px solid #eff0f3;
    margin-bottom: 14px;
    box-shadow: 0 0 18px rgba(100, 100, 100, 0.11);
}

.col1 {
    width: 51%;
}

.col2 {
    width: 30%;
}

.col3 {
    width: 29%;
}

.two-table-td {
    padding: 10px 20px;
    line-height: 29px;
    color: #242834;
    font-size: 14px;
    /* 	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
}

.bid-closing-time {
    color: #242834;
    margin-right: 10px;
}

.bid-closing-days {
    position: relative;
    width: 72px;
    border: 1px dashed #dfe8fe;
    background-color: #f8fafe;
    border-radius: 12px;
    font-size: 12px;
    line-height: 20px;
    padding-left: 24px;
    white-space: nowrap;
}

.bid-closing-days span {
    color: #ff3600;
}

.bid-closing-days:before {
    position: absolute;
    content: '';
    left: 11px;
    width: 6px;
    height: 6px;
    background-color: #ff5600;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.text-grey {
    color: #89919d;
}

.entry-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 16px rgba(44, 107, 237, 0.14);
    padding: 34px 8px 24px;
    margin-bottom: 30px;
}

.entry-item {
    flex: 1;
    display: block;
    text-align: center;
}

.entry-item-text {
    font-size: 16px;
    color: #323232;
    height: 44px;
    line-height: 22px;
    margin-top: 20px;
}

.bid-panel {
    box-shadow: 0 4px 8px rgba(44, 107, 237, 0.16);
    background-color: #fff;
    border-radius: 10px;
    background-image: url(../images/bid_top.jpg);
    background-repeat: no-repeat;
    background-position: left top -7px;
}

.bid-panel-title {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #fff;
    padding: 0 10px;
    height: 73px;
    border-radius: 0 10px 0 0;
    background-image: url(../images/bid_title.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 100%;
}

.bid-panel-title img {
    margin-left: 8px;
}

.bid-panel-body {}

.bid-list li {
    position: relative;
    padding: 15px 25px;
}

.bid-list li:before {
    position: absolute;
    left: 0;
    content: '';
    top: 20px;
    bottom: 20px;
    width: 4px;
    background-color: #2d89ff;
}

.agent-box {
    text-align: center;
    display: block;
}

.bid-list li::after {
    position: absolute;
    content: '';
    left: 25px;
    right: 25px;
    bottom: 0;
    height: 1px;
    border-bottom: 1px dashed #dfdfdf;
}

.bid-list-title {
    font-size: 14px;
    color: #646464;
    margin-bottom: 15px;
    line-height: 24px;
}

.bid-list-title:hover {
    color: #2d89ff;
}

.bid-list li:last-child::after {
    display: none;
}

.bid-list-bet {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bid-list-time {
    font-size: 12px;
    color: #89919d;
}

.banner-section {
    position: relative;
    height: 200px;
    background-image: url(../images/index_banner2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.banner-section-content {
    height: 100%;
    padding-top: 55px;
}

.banner-section-tt {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}

.banner-section-sm {
    font-size: 24px;
    color: #fff;
}

.sec-title {
    font-size: 26px;
    color: #242834;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.sec-head {
    margin-bottom: 40px;
}

.sec-title img {
    margin-left: 8px;
}

.agent-section {
    background-color: #f9f9f9;
    padding: 50px 0 60px;
}

.friend-links {
    display: flex;
    padding: 20px 0;
    line-height: 20px;
}

.friend-link-label {
    position: relative;
    font-size: 14px;
    color: #242834;
    margin-right: 60px;
    padding-left: 10px;
}

.friend-link-label::before {
    position: absolute;
    content: '';
    left: 0;
    top: 5%;
    height: 90%;
    width: 2px;
    background: #2196f3;
}

.friend-link-val a {
    font-size: 14px;
    display: inline-block;
    color: #2196f3;
}

.friend-link-val span {
    font-size: 14px;
    color: #89919d;
    margin: 0 15px;
}

.third-row {
    margin: 0 -18px;
}

.third-row>div {
    padding: 0 18px;
    float: left;
}

.third-left {
    width: 68%;
}

.third-right {
    width: 32%;
}

.third-left {
    background-image: url(../images/third_bg.png);
    background-repeat: no-repeat;
    background-position: left -7px bottom;
}

.question-card {
    box-shadow: 0 0 16px rgba(44, 107, 237, 0.14);
    border-radius: 10px;
    padding: 10px 25px;
}

.question-list li a {
    font-size: 14px;
    color: #242834;
    line-height: 24px;
    padding-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.question-list li {
    padding: 12px 0;
    position: relative;
    border-bottom: 1px dashed #dfdfdf;
}

.question-list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #dfdfdf;
    transform: translateY(-50%);
}

.question-list li:last-child {
    border-bottom: 0;
}

.third-section {
    padding: 40px 0 0;
}

.layui-col-space46 {
    margin: 0 -23px;
}

.layui-col-space46>div {
    padding: 0 23px;
}

.consult-item__hd {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 22px;
}

.consult-item__mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 40px 0 0 25px;
    height: 100%;
}

.consult-item__tt {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 45px;
}

.consult-item__mask .more {
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 15px;
    line-height: 26px;
    display: inline-block;
    border-radius: 15px;
}

.consult-item__bd {
    border-top: 2px solid #2d89ff;
    padding-bottom: 70px;
}

.consult-cell {
    padding: 18px 0 14px;
}

.consult-cell__hd {
    width: 60px;
    margin-right: 12px;
}

.consult-cell__date {
    border: 1px solid #eff0f3;
    text-align: center;
    padding: 1px 0 10px;
}

.consult-cell__date .day {
    font-size: 32px;
    color: #323232;
}

.consult-cell__date .month {
    font-size: 12px;
    color: #89919d;
    line-height: 14px;
}

.consult-cell__desc {
    font-size: 14px;
    color: #89919d;
    line-height: 24px;
}

.consult-cell__desc.line-2 {
    max-height: 48px;
}

.consult-cell__tt {
    font-size: 14px;
    color: #2d89ff;
    line-height: 1;
    margin-bottom: 4px;
    display: block;
}

.consult-list {
    border-top: 1px solid #eff0f3;
    padding: 5px 0;
}

.consult-list li {
    position: relative;
    padding: 6px 20px;
}

.consult-list li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #dfdfdf;
    border-radius: 5px;
    left: 0;
    top: 15px;
}

.consult-list-tt {
    font-size: 14px;
    color: #646464;
    line-height: 24px;
    margin-bottom: 3px;
    display: block;
}

.consult-list-time {
    font-size: 12px;
    line-height: 16px;
    color: #89919d;
}

.table-responsive {
    overflow-y: auto;
}

.two-table {
    min-width: 750px;
}

#c-aside {
    position: fixed;
    z-index: 101;
    right: 20px;
    bottom: 10%;
}

.as-list {
    width: 80px;
    background-color: #fff;
    border-radius: 40px 40px 0 0;
    box-shadow: 0 0 16px rgba(44, 107, 237, 0.14);
    padding-top: 20px;
}

.as-list li a {
    display: block;
    text-align: center;
    padding: 10px;
    position: relative;
}

.as-list-text {
    font-size: 14px;
    color: #242834;
    line-height: 24px;
    margin-top: 5px;
}

.back_top {
    display: block;
    text-align: center;
    width: 100%;
    padding: 15px 10px 10px;
    border-top: 1px solid #eff0f3;
}

.as-list-icon .iconfont {
    font-size: 22px;
}

.as-popover {
    position: absolute;
    bottom: 0;
    right: 0;
    transition: .3s all;
    visibility: hidden;
    opacity: 0;
}

.as-popover__content {
    width: 111px;
    height: 111px;
    position: relative;
    padding: 8px;
    background-color: #fff;
    box-shadow: 0 0 16px rgba(44, 107, 237, 0.14);
    margin-right: 24px;
}

.as-popover__content img {
    width: 95px;
    height: 95px;
}

.as-popover-arrow {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 9px solid transparent;
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
}

.as-list li a:hover .as-popover {
    right: 80px;
    visibility: visible;
    opacity: 1;
}

.jing_banner {
    background-color: #000000;
    height: 400px;
    position: relative;
    background-image: url(../images/jingr_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-content {
    position: absolute;
    left: 0;
    top: 33.5%;
    width: 100%;
}

.banner-content__desc {
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 45px;
    max-width: 87%;
    margin: 0 auto;
    margin-bottom: 70px;
}

.banner-data {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-data__item {
    text-align: center;
    margin: 0 4.5%;
}

.banner-data__item__val {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1;
}

.banner-data__item__val span {
    color: #FF5600;
    font-size: 35px;
    margin-right: 12px;
}

.banner-data__item__text {
    color: #FFFFFF;
    line-height: 24px;
    font-size: 16px;
    margin-top: 10px;
}

.baohan-panel__head {
    border-bottom: 1px solid #E2E2E2;
    display: flex;
}

.baohan-panel__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #333333;
    border-bottom: 2px solid #4A7FF5;
    padding: 18px 0;
    margin-bottom: -1px;
}

.baohan-panel__desc {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 2;
    margin-bottom: 28px;
}

.baohan-panel {
    padding: 15px 0;
}

.baohan-panel__body {
    padding: 40px 0;
}

.baohan-tag__item {
    display: inline-flex;
    align-items: center;
    border: 1px solid #4A7FF5;
    border-radius: 21px;
    font-size: 14px;
    font-weight: 400;
    color: #4A7FF5;
    padding: 0 20px;
    margin-right: 45px;
    line-height: 2;
}

.baohan-tag__item .iconfont {
    margin-right: 10px;
    font-size: 20px;
}

.process-section {
    background-image: url(../images/process_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 210px;
}

.process-panel .two-panel-title {
    color: #fff;
}

.apply-btn {
    width: 217px;
    line-height: 42px;
    font-size: 16px;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #333333;
    background: #FFBF78;
}

.process-step {
    display: flex;
    margin-bottom: 45px;
}

.process-panel__head {
    padding: 40px 0;
}

.process-step__item {
    text-align: center;
}

.process-step__item__index {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 59px;
    color: #4A7FF5;
    background: #FFFFFF;
    border: 1px solid #D8E4FF;
    margin: 0 auto;
}

.process-step__item__text {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 10px;
    line-height: 24px;
}

.process-step__dots {
    height: 59px;
    padding: 0 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-step__dot {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    margin: 0 3px;
}

.hezuo-box {
    padding: 24px 24px 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(74, 127, 245, 0.1);
    border-radius: 4px;
}

.hezuo-box-logo {
    text-align: center;
    border-radius: 4px;
    background: #F2F2F2;
}

.hezuo-box-item {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}

.hezuo-box-item span {
    color: #333333;
}

.hezuo-box-info {
    padding: 14px 0;
    border-bottom: 1px dashed #DFDFDF;
}

.hezuo-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.hezuo-flex__item {
    text-align: center;
    padding: 0 12px;
}

.hezuo-flex__item__val {
    font-size: 14px;
    color: #FF5600;
    line-height: 32px;
}

.hezuo-flex__item__val span {
    font-size: 22px;
}

.hezuo-flex__item__text {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.hezuo-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
}

.hezuo-btns button {
    border-radius: 4px;
    opacity: 1;
    color: #4A7FF5;
    padding: 6px;
    width: 44%;
    line-height: 2;
    border: 1px solid #4A7FF5;
}

.hezuo-btns .btn-fill {
    background-color: #FFBF78;
    border-color: #FFBF78;
    color: #333333;
}

.hz-section {
    padding: 40px 0;
}

.c-main {
    padding: 20px 0;
    box-shadow: 0px 0px 6px 1px rgba(74, 127, 245, 0.1) inset;
    background: #F9F9F9;
}

.yd-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(74, 127, 245, 0.1);
    border-radius: 4px;
    height: 314px;
}

.yd-right {
    width: 38.3333%;
    height: 100%;
    background-image: url(../images/shan.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.yd-content {
    padding: 30px 37px;
    height: 100%;
}

.yd-content-hd {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.yd-content-line {
    background-color: #fff;
    margin-left: 16px;
    opacity: 0.5;
    height: 2px;
    flex: 1;
}

.yd-content-desc {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    margin: 25px 0;
    overflow: hidden;
}

.yd-content-tel {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.yd-content-tel span {
    font-size: 23px;
}

.yd-content-tel .iconfont {
    font-size: 25px;
    margin-right: 10px;
}

.yd-panel {
    padding: 30px 35px;
    height: 100%;
}

.yd-left {
    height: 100%;
}

.yd-panel-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #333333;
}

.yd-panel-head {
    margin-bottom: 30px;
}

.yd-panel-body {
    text-align: center;
}

.yd-step {
    display: flex;
    justify-content: space-between;
}

.yd-step__item__text {
    margin-top: 14px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.yd-step__item__icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    margin: 0 auto;
    background: #E6F0FE;
}

.yd-step__left {
    height: 55px;
    width: 55px;
    line-height: 55px;
    position: relative;
}

.yd-step__left .iconfont {
    font-size: 14px;
    color: #DCDCDC;
}

.yd-step__left::after {
    position: absolute;
    content: '';
    height: 1px;
    border-top: 1px dashed #DFDFDF;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.yd-step__item__icon .iconfont {
    font-size: 26px;
    color: #4A7FF5;
}

.yd-step__btns {
    margin-top: 40px;
}

.yd-step__btns .apply-btn {
    margin: 0 auto;
}

.field-card {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(74, 127, 245, 0.1);
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 40px;
    padding: 30px;
}

.field-row {
    margin: 0 -15px;
}

.field-row>div {
    padding: 0 15px;
    float: left;
}

.field-left {
    width: 67%;
}

.field-right {
    width: 33%;
}

.field-box {
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.field-name {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.42);
    font-weight: bold;
    color: #FFFFFF;
    line-height: 22px;
    font-size: 16px;
    padding: 10px;
}

.field-left .swiper-container {
    margin-bottom: 14px;
}

.field-cell1-hd {
    background: linear-gradient(180deg, #10A4FE 0%, #2B6CEE 100%);
    border-radius: 25px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 2;
    padding: 9px;
}

.field-info {
    padding: 18px 0 27px;
}

.field-info p {
    color: #999999;
    line-height: 32px;
    font-size: 14px;
}

.field-info p span {
    color: #333;
}

.field-cell2-hd {
    font-weight: bold;
    color: #333333;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 20px;
}

.field-list li {
    float: left;
    width: 50%;
    position: relative;
    color: #333333;
    line-height: 36px;
    font-size: 14px;
    padding-left: 13px;
}

.field-list li::after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #DFDFDF;
    border-radius: 4px;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.field3-list li {
    float: left;
    width: 50%;
    position: relative;
    color: #999999;
    line-height: 32px;
    font-size: 14px;
}

.field3-list li span {
    color: #333;
}

.field3-list li span i {
    color: #FF5600;
}

.field-cell2 {
    padding: 25px 0;
    border-top: 1px dashed #DFDFDF;
}

.field-cell3 {
    padding: 30px 0;
    border-top: 1px dashed #DFDFDF;
}

.field-cell4 .apply-btn {
    margin: 0 auto;
}

.field-section {
    padding-top: 40px;
}

.breadcrumb-list li {
    line-height: 30px;
    display: inline-block;
}

.breadcrumb-list li a {
    font-size: 15px;
    color: #333333;
}

.breadcrumb-list li span {
    font-size: 15px;
    color: #333333;
    padding: 0 4px;
}

.breadcrumb-list li.active {
    color: #4A7FF5;
}

.breadcrumb {
    margin-bottom: 20px;
}

.filter-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(74, 127, 245, 0.1);
    border-radius: 4px;
    padding: 20px 30px;
    margin-bottom: 37px;
}

.filter-item__hd {
    color: #333333;
    font-size: 15px;
    width: 90px;
    line-height: 40px;
}

.filter-item__bd a {
    color: #999999;
    font-size: 15px;
    line-height: 40px;
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 4px;
}

.filter-item__bd a.on {
    color: #4A7FF5;
}

.filter-form {
    display: flex;
    margin-bottom: 24px;
}

.filter-form .form-control {
    max-width: 450px;
    font-size: 15px;
    height: 40px;
}

.filter-form .input-control {
    font-size: 15px;
    height: 40px;
    width: 20%;
}

.filter-btn {
    background: linear-gradient(180deg, #10A4FE 0%, #2B6CEE 100%);
    border-radius: 4px;
    padding: 0 12px;
    margin-left: 15px;
    width: 72px;
    color: #fff;
}

.table-container {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(74, 127, 245, 0.1);
    border-radius: 4px;
    padding: 30px;
}

.table-container .two-table-head .two-table-tr {
    background-color: rgba(74, 127, 245, 0.1000);
    box-shadow: unset;
    margin-bottom: 22px;
}

.table-container .two-table-body .two-table-tr {
    box-shadow: unset;
    margin-bottom: 22px;
}

.table-container .two-table-body .two-table-tr:hover {
    box-shadow: 0px 0px 20px 1px rgba(74, 127, 245, 0.1);
}

.table-container .two-table-th {
    color: #333;
    line-height: 22px;
}

.text-center {
    text-align: center;
}

.bcol1 {
    width: 65%;
}

.bcol2 {
    width: 20%;
}

.bcol3 {
    width: 15%;
}

.bid-tt {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    line-height: 35px;
}

.bid-tt a {
    font-weight: normal !important; /* 链接也不加粗 */
    color: #333333;
    text-decoration: none;
}

.bid-tt .dot {
    color: #d3d3d3; /* 点号颜色为蓝色 */
    margin-right: 8px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    margin-top: 1px;
    flex-shrink: 0;
}

.bid-item {
    line-height: 20px;
    display: inline-block;
    font-weight: 400;
    color: #999999;
    margin-right: 40px;
}

.table-container .two-table-td {
    color: #999;
}

.table-container .bid-closing-time {
    color: #999;
}

.bid-item span {
    color: #333;
}

.bid-closing-label {
    color: #999999;
    margin-right: 5px;
}

.bid-push {
    margin-top: 28px;
}

.pager-box {
    text-align: center;
}

.pager-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.pagination {
    display: flex;
    align-items: center;
}

.pagination li a {
    color: #777777;
    min-width: 24px;
    display: block;
    text-align: center;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
    margin: 0 4px;
}

.pagination li.active a {
    background-color: #4A7FF5;
    color: #fff;
}

.pagination li.disabled a {
    background-color: #CCCCCC;
    color: #fff;
}

.process-card {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(74, 127, 245, 0.1);
    border-radius: 4px;
    margin-bottom: 20px;
    height: 314px;
}

.process-right {
    width: 317px;
    height: 100%;
    background-color: rgba(74, 127, 245, 0.1000);
    background-image: url(../images/compay_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.process-content {
    height: 100%;
    padding: 0 7px 0 30px;
}

.process-content__hd {
    padding: 30px 0 20px;
    border-bottom: 1px dashed #DFDFDF;
}

.process-content__tt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #333333;
}

.process-cell__hd {
    width: 100px;
    margin-right: 30px;
}

.process-item {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    margin-bottom: 15px;
}

.process-item span {
    color: #999999;
}

.process-item span i {
    color: #FF5600;
    font-style: normal;
}

.process-info {
    padding-top: 12px;
}

.process-info p {
    color: #999999;
    line-height: 30px;
}

.process-info p span {
    color: #333;
}

.process-cell {
    padding-top: 22px;
}

.process-cell__ft {
    width: 35%;
}

.process-btns button {
    border-radius: 4px;
    color: #4A7FF5;
    padding: 6px;
    line-height: 2;
    width: 41%;
    border: 1px solid #4A7FF5;
}

.process-btns {
    padding-top: 25px;
}

.process-btns .btn-fill {
    color: #333;
    border-color: #FFBF78;
    background: #FFBF78;
    margin-right: 8%;
}

.process-login {
    text-align: center;
    color: #999999;
    margin-top: 20px;
}

.process-login a {
    color: #FF5600;
}

.process-status {
    height: 100px;
    background-color: #E85858;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 4px;
}

.process-status-icon .iconfont {
    font-size: 26px;
    color: #fff;
}

.process-status-text {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    line-height: 24px;
}

.process-company-hd {
    display: flex;
    align-items: center;
    line-height: 24px;
    padding: 28px;
}

.process-company-title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    margin: 0 9px 0 15px;
}

.process-company-dot1 {
    background-image: url(../images/dot1.png);
    background-repeat: no-repeat;
    background-position: right top;
    height: 24px;
    position: relative;
}

.process-company-dot1::after {
    position: absolute;
    content: '';
    left: 0;
    right: 25px;
    height: 1px;
    background-color: #4A7FF5;
    opacity: 0.4;
    top: 50%;
}

.process-company-dot2 {
    background-image: url(../images/dot2.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 24px;
    position: relative;
}

.process-company-dot2::after {
    position: absolute;
    content: '';
    left: 12px;
    right: 0;
    height: 1px;
    background-color: #4A7FF5;
    opacity: 0.4;
    top: 50%;
}

.company-info-item {
    display: flex;
    color: #999999;
    line-height: 22px;
    margin-bottom: 14px;
}

.company-info-item-val {
    color: #333333;
}

.process-company-bd {
    padding: 8px 30px 20px 48px;
}

.company-info h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    margin-bottom: 8px;
}

.see-project,
.see-project:hover {
    display: block;
    background: linear-gradient(180deg, #10A4FE 0%, #2B6CEE 100%);
    border-radius: 4px;
    font-size: 16px;
    line-height: 2;
    text-align: center;
    color: #fff;
    padding: 5px;
}

.not-left {
    width: 360px;
    margin-right: 20px;
}

.not-panel {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(74, 127, 245, 0.1);
    border-radius: 4px;
    margin-bottom: 22px;
}

.not-panel__title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 3;
    text-align: center;
}

.not-panel__head {
    padding-top: 4px;
    border-bottom: 1px solid #E2E2E2;
}

.not-links {
    padding: 25px 30px;
}

.not-link {
    display: flex;
    align-items: center;
    position: relative;
    padding: 12px 20px 8px 50px;
    border-radius: 32px 0 0 32px;
    border: 1px solid #4A7FF5;
}

.not-link::after {
    position: absolute;
    content: '';
    left: 20px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #4A7FF5;
    top: 50%;
    transform: translateY(-50%);
}

.not-link__name {
    color: #4A7FF5;
    font-size: 15px;
    margin-bottom: 4px;
}

.not-link__time {
    color: #4A7FF5;
    font-size: 13px;
    opacity: 0.5;
    line-height: 16px;
}

.not-link img {
    width: 36px;
    height: 36px;
}

.not-links li.active .not-link {
    background: #4A7FF5;
}

.not-links li.active .not-link .not-link__name {
    color: #fff;
}

.not-links li.active .not-link .not-link__time {
    color: #fff;
}

.not-links li.active .not-link::after {
    background-color: #fff;
}

.not-links li+li {
    margin-top: 22px;
}

.question2-tag {
    color: #FF9867;
    font-size: 12px;
    border-radius: 12px;
    line-height: 20px;
    padding: 0 9px;
    border: 1px solid #FF9867;
    margin-right: 10px;
}

.question2-name {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.question2-link {
    display: flex;
    align-items: center;
    padding: 14px 0;
}

.question2-list li {
    border-bottom: 1px dashed #DFDFDF;
}

.question2-list li:last-child {
    border-bottom: 0;
}

.question2-list {
    padding: 5px 30px 15px;
}

.tj-list {
    padding: 10px 30px 15px;
}

.tj-list li {
    padding: 14px 0;
    border-bottom: 1px dashed #DFDFDF;
}

.tj-list li:last-child {
    border-bottom: 0;
}

.tj-list-name {
    font-size: 14px;
    display: block;
    font-weight: 400;
    color: #555555;
    line-height: 23px;
    margin-bottom: 20px;
}

.tj-list-name:hover {
    color: #4A7FF5;
}

.tj-list-time {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}

.not-tabs .not-panel__head {
    padding: 4px 30px 0;
}

.not-tabs {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(74, 127, 245, 0.1);
    border-radius: 4px;
}

.not-tabs .hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E2E2E2;
    padding: 4px 30px 0 15px;
}

.not-tabs .hd ul {
    display: flex;
    align-items: center;
}

.not-tabs .hd ul li {
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 3;
    margin-right: 15px;
    position: relative;
}

.not-tabs .hd ul li.on {
    color: #4A7FF5;
}

.not-tabs .hd ul li.on::after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    bottom: -1px;
    height: 1px;
    background-color: #4A7FF5;
}

.not-tab__right {
    display: flex;
    align-items: center;
}

.join-btn {
    color: #999999;
    display: inline-flex;
    align-items: center;
    height: 22px;
    margin-right: 50px;
}

.join-btn .iconfont {
    font-size: 18px;
    margin-right: 8px;
}

.print-btn {
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    border-radius: 12px;
    padding: 0 10px;
    background: #4A7FF5;
}

.schedule {
    padding: 30px;
}

.schedule-hd {
    padding: 20px 0;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 40px;
}

.schedule-tt {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    color: #333333;
}

.schedule .layui-table th {
    color: #999999;
    padding: 10px 20px;
}

.schedule .layui-table thead tr {
    background: #F8F8F8;
}

.schedule .layui-table[lay-even] tr:nth-child(even) {
    background: #F8F8F8;
}

.schedule .layui-table td {
    padding: 10px 20px;
    color: #999999;
}

.schedule-date {
    color: #333333;
}

.schedule-date span {
    color: #FF5600;
}

.schedule-end {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
}

.schedule-content {
    padding: 18px 0;
}

.schedule-pushDate {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    text-align: center;
    margin-bottom: 45px;
}

.schedule-desc {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

.schedule-item {
    margin-top: 36px;
}

.schedule-item h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
}

.schedule-item p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
}

.schedule-item a {
    color: #4A7FF5;
}

.schedule-item a:hover {
    color: #4A7FF5;
}

@media (max-width:1300px) {
    #c-header .logo span {
        font-size: 22px;
    }
    #c-header .logo img {
        width: 88px;
    }
    .search-bar {
        width: 280px;
    }
    .mt-head-bd {
        margin-right: 20px;
    }
    .navbar>li a {
        font-size: 14px;
        padding: 6px 26px;
    }
    #c-header .mt-head {
        padding: 25px 0;
    }
    .top-tel .v {
        font-size: 20px;
    }
    .top-tel .d {
        font-size: 13px;
    }
}

@media (max-width:1200px) {
    #c-header .logo span {
        font-size: 18px;
    }
    .project-date {
        font-size: 12px;
    }
    .project-date .iconfont {
        margin-right: 5px;
    }
    .index-project__hd {
        width: 21%;
    }
    .index-project__bd {
        width: 79%;
    }
    .two-table-th {
        padding: 10px;
    }
    .two-table-td {
        padding: 10px;
    }
    .slideTxtBox>.hd ul li {
        font-size: 16px;
    }
    .slideTxtBox>.hd ul li img {
        width: 35px;
    }
    .entry-item-text {
        font-size: 14px;
    }
    .entry-item img {
        height: 48px;
    }
    .bid-list li {
        padding: 15px;
    }
    .two-box {
        padding: 25px 30px;
    }
    .jing_banner {
        height: 250px;
    }
    .banner-content__desc {
        max-width: unset;
        margin-bottom: 30px;
    }
    .banner-content {
        top: 15%;
    }
    .hezuo-box {
        padding: 15px 15px 20px;
    }
    .field-cell1-hd {
        font-size: 14px;
    }
    .yd-content {
        padding: 20px 27px;
    }
    .yd-content-tel span {
        font-size: 20px;
    }
    .yd-content-tel .iconfont {
        font-size: 22px;
        margin-right: 6px;
    }
    .yd-step__item {
        width: 60px;
    }
    .process-item {
        font-size: 14px;
    }
    .process-info p {
        font-size: 12px;
    }
    .process-card {
        height: unset;
    }
}

@media (max-width:1024px) {
    #c-header .logo span {
        font-size: 16px;
    }
    .navbar>li a {
        font-size: 14px;
        padding: 6px 20px;
    }
    .show-data {
        height: 160px;
        margin-top: -76px;
    }
    .show-data__item img {
        height: 60px;
    }
    .show-data__item__val {
        font-size: 16px;
        color: #2c2c2c;
        line-height: 24px;
    }
    .show-data__item__val span {
        font-size: 24px;
    }
    .field-card {
        padding: 15px;
    }
    .process-card {
        display: block;
    }
}

@media (max-width:992px) {
    .top-nav-welcome {
        display: none;
    }
    .nav-warp {
        display: none;
    }
    #c-header .mt-head {
        padding: 14px 0;
        margin-bottom: 0;
    }
    #c-header .logo {
        margin-right: 10px;
    }
    .tj-project {
        padding-left: 20px;
    }
    .slideTxtBox>.hd ul li {
        font-size: 14px;
    }
    .slideTxtBox>.hd ul li img {
        margin-right: 5px;
        width: 25px;
    }
    .two-panel-title {
        font-size: 18px;
    }
    .sec-title {
        font-size: 18px;
    }
    .baohan-panel__title {
        font-size: 18px;
        padding: 10px 0;
    }
    .baohan-panel__desc {
        font-size: 14px;
    }
    .baohan-panel__body {
        padding: 20px 0;
    }
    .baohan-tag__item {
        font-size: 12px;
        margin-right: 25px;
    }
    .baohan-tag__item .iconfont {
        font-size: 16px;
        margin-right: 6px;
    }
    .process-step__item__text {
        font-size: 14px;
        line-height: 20px;
    }
    .process-step__dots {
        padding: 0 20px;
        height: 40px;
    }
    .process-step__item__index {
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .process-section {
        height: 250px;
    }
    .process-step {
        margin-bottom: 25px;
    }
    .process-panel__head {
        padding: 20px 0;
    }
    .apply-btn {
        line-height: 32px;
        font-size: 14px;
        width: 150px;
    }
    .yd-box {
        display: block;
        height: auto;
    }
    .yd-right {
        width: 100%;
    }
    .table-container {
        padding: 15px;
    }

    .schedule-item {
        margin-top: 24px;
    }
    .schedule-item h3 {
        font-size: 14px;
        line-height: 32px;
    }
    .schedule-item p {
        font-size: 12px;
        line-height: 32px;
    }
    .schedule-desc {
        font-size: 14px;
        line-height: 28px;
    }
    .schedule-tt {
        font-size: 16px;
    }
    .schedule {
        padding: 15px;
    }
    .schedule-pushDate {
        font-size: 12px;
        margin-bottom: 25px;
    }
    .schedule-hd {
        margin-bottom: 20px;
    }
    .join-btn {
        margin-right: 15px;
    }
    .not-tabs .hd ul li {
        font-size: 14px;
    }
    .join-btn {
        font-size: 12px;
    }
    .join-btn .iconfont {
        font-size: 14px;
        margin-right: 4px;
    }
    .not-panel__title {
        font-size: 14px;
    }
}

.c-open #c-header .nav-warp {
    display: block;
    height: calc(100vh - 100px);
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.70);
    overflow-y: auto;
    transition: all 0.5s;
    text-align: center;
}

.c-open #c-header .nav-warp .navbar {
    display: block;
    margin-top: 30px;
}

.c-open #c-header .nav-warp .navbar>li {
    margin-left: 0;
}

.c-open #c-header .nav-warp .navbar>li>a {
    color: #fff;
}

li .arrow {
    display: none;
    width: 32px;
    height: 32px;
    background: url(../images/arrow-down-bold.png) center no-repeat;
    background-size: 16px 16px;
}

@media (max-width:768px) {
    .search-bar .form-control {
        height: 32px;
        line-height: 20px;
        padding: 5px 12px;
    }
    #c-header .logo img {
        width: 59px;
    }

    .search-bar {
        max-width: 220px;
        width: 100%;
        margin-left: auto;
    }
    .mt-head-bd {
        flex: 1;
    }
    .show-data {
        height: 120px;
        margin-top: -54px;
    }
    .show-data__item img {
        height: 40px;
    }
    .show-data__item::after {
        height: 30px;
    }
    .show-data__item__val {
        font-size: 14px;
        color: #2c2c2c;
        line-height: 20px;
        margin-top: 4px;
    }
    .show-data__item__val span {
        font-size: 18px;
    }
    .show-data__item__text {
        font-size: 12px;
        line-height: 16px;
        margin-top: 2px;
    }
    .index-project__hd {
        width: 100%;
        margin-bottom: 25px;
    }
    .index-project__bd {
        width: 100%;
    }
    .third-row {
        margin: 0 -10px;
    }
    .third-row>div {
        padding: 0 10px;
    }
    .third-left {
        width: 100%;
    }
    .third-right {
        width: 100%;
    }
    .friend-links {
        display: block;
    }
    .friend-link-label {
        margin-bottom: 20px;
    }
    .layui-col-space46 {
        margin: 0 -10px;
    }
    .layui-col-space46>div {
        padding: 0 10px;
    }
    .banner-section-tt {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .banner-section-sm {
        font-size: 16px;
    }
    .banner-section {
        height: 110px;
    }
    .banner-section-content {
        padding-top: 25px;
    }
    .two-right {
        width: 100%;
        margin-top: 30px;
    }
    .two-left {
        width: 100%;
    }
    .two-box {
        padding: 15px;
    }
    .slideTab .hd ul li {
        font-size: 12px;
        width: unset;
        flex: 1;
    }
    .as-list {
        width: 60px;
        padding-top: 10px;
    }
    .as-list-text {
        font-size: 12px;
        line-height: 20px;
        margin-top: 6px;
    }
    .as-list li a {
        padding: 4px;
    }
    .back_top {
        padding: 8px 4px 4px;
    }
    .as-popover__content {
        width: 81px;
        height: 81px;
        margin-right: 14px;
    }
    .as-popover__content img {
        width: 65px;
        height: 65px;
    }
    .as-list li a:hover .as-popover {
        right: 60px;
    }
    .banner-content__desc {
        font-size: 12px;
        line-height: 28px;
    }
    .banner-data__item__text {
        font-size: 12px;
        line-height: 18px;
    }
    .banner-data__item__val {
        font-size: 12px;
    }
    .banner-data__item__val span {
        font-size: 22px;
        margin-right: 5px;
    }
    .banner-data__item {
        margin: 0 15px;
    }
    .jing_banner {
        height: 200px;
    }
    .banner-content {
        padding-top: 20px;
    }
    .baohan-panel__desc {
        font-size: 12px;
    }
    .baohan-tag__item .iconfont {
        font-size: 14px;
    }
    .baohan-tag__item {
        padding: 0 10px;
        margin-bottom: 15px;
    }
    .process-step__dots {
        padding: 0 5px;
    }
    .process-step__dot {
        margin: 0 2px;
    }
    .process-step__item__text {
        font-size: 12px;
    }
    .process-step__item__index {
        font-size: 18px;
    }
    .process-step__item {
        width: 40px;
    }
    .hz-section {
        padding: 20px 0;
    }
    .hezuo-box-logo img {
        height: 44px;
    }
    .hezuo-box-item {
        font-size: 12px;
        line-height: 20px;
    }
    .hezuo-box-info {
        padding: 10px 0;
    }
    .hezuo-flex {
        margin-top: 10px;
    }
    .hezuo-flex__item__text {
        font-size: 12px;
        line-height: 20px;
    }
    .hezuo-flex__item__val {
        font-size: 12px;
        line-height: 22px;
    }
    .hezuo-flex__item__val span {
        font-size: 16px;
    }
    .hezuo-btns button {
        font-size: 12px;
        line-height: 20px;
    }
    .hezuo-btns {
        margin-top: 10px;
    }
    .field-left {
        width: 100%;
    }
    .field-right {
        width: 100%;
    }
    .field-card {
        margin-bottom: 20px;
    }
    .field-cell1 {
        padding-top: 20px;
    }
    .field-info p {
        font-size: 12px;
        line-height: 2;
    }
    .field-list li {
        font-size: 12px;
        line-height: 2;
    }
    .field3-list li {
        font-size: 12px;
        line-height: 2;
    }
    .field-cell3 {
        padding: 15px 0;
    }
    .field-cell2-hd {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .field-cell2 {
        padding: 15px 0;
    }
    .field-info {
        padding: 15px 0;
    }
    .yd-content-desc {
        font-size: 12px;
    }
    .yd-panel-title {
        font-size: 16px;
    }
    .yd-panel {
        padding: 15px;
    }
    .yd-step__item__text {
        font-size: 12px;
        line-height: 20px;
    }
    .yd-step__item__icon {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
    .yd-step__item__icon .iconfont {
        font-size: 16px;
    }
    .yd-step__left {
        height: 36px;
        width: 30px;
        line-height: 36px;
    }
    .yd-step__left .iconfont {
        font-size: 12px;
    }
    .yd-step__item {
        width: 36px;
    }
    .yd-step__btns {
        margin-top: 20px;
    }
    .yd-panel-head {
        margin-bottom: 15px;
    }
    .field-name {
        font-size: 14px;
        line-height: 20px;
    }
    .breadcrumb-list li a,
    .breadcrumb-list li,
    .breadcrumb-list li span {
        font-size: 12px;
    }
    .breadcrumb-list li {
        line-height: 24px;
    }
    .breadcrumb {
        margin-bottom: 10px;
    }
    .filter-box {
        padding: 15px;
    }
    .filter-item__hd {
        font-size: 12px;
        line-height: 32px;
    }
    .filter-item__bd a {
        font-size: 12px;
        line-height: 32px;
        margin-right: 15px;
    }
    .filter-form .form-control {
        height: 32px;
        font-size: 12px;
    }
    .filter-btn {
        font-size: 12px;
        width: 60px;
        margin-left: 10px;
    }
    .filter-form {
        margin-bottom: 14px;
    }
    .two-table-th {
        font-size: 12px;
    }
    .two-table-td {
        font-size: 12px;
    }
    .not-row {
        display: block;
    }
    .not-left {
        width: 100%;
        margin-right: 0;
    }
    .not-tabs .hd {
        padding-right: 15px;
    }
    .not-tabs .hd ul li {
        padding: 0 10px;
        margin-right: 10px;
    }
    .schedule-end {
        font-size: 14px;
        line-height: 22px;
    }
    .company-info-item {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 8px;
    }
    .process-company-title {
        font-size: 16px;
    }
    .see-project,
    .see-project:hover {
        font-size: 14px;
    }
    .process-content__hd {
        padding: 20px 0 15px;
    }
    .process-content {
        padding-left: 15px;
        padding-bottom: 20px;
    }
    .process-content__tt {
        font-size: 16px;
    }
    .process-cell {
        display: block;
    }
    .process-cell__ft {
        width: 100%;
    }
    .process-item {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 8px;
    }
    .process-info {
        padding-top: 0;
        margin-bottom: 8px;
    }
    .process-info p {
        line-height: 24px;
    }
    .process-cell__hd {
        margin-bottom: 20px;
    }
    .process-login {
        font-size: 12px;
    }
    .process-btns button {
        font-size: 12px;
        padding: 4px;
    }
    .navbar li .arrow {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        right: 10px;
        display: block;
        z-index: 10;
    }
}

@media(max-width:520px) {
    .slideTxtBox>.hd ul li {
        flex: 1;
    }
    .slideTxtBox>.hd .more {
        top: -50px;
    }
    .process-right {
        width: 100%;
    }
}

.process-status-success {
    background: #F2B067;
}

.process-status-start {
    background: #4A7FF5;
}

.process-status-loading {
    background: #CCCCCC;
}

.nav-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 120px;
    padding: 5px 0;
    font-size: 14px;
    margin-top: 10px;
    transform: translateX(-50%);
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
}

.nav-dropdown li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 2;
    color: #333333;
    white-space: nowrap;
}

.project-swiper {
    padding: 0 0 0 12.5px !important;
}


/* 新增 */

.ser-banner {
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
}

.ser-banner .title {
    font-size: 43px;
    font-weight: bold;
    border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
    line-height: 2;
}

.ser-banner .txt {
    font-size: 17px;
    margin-top: 10px;
}

.ser-banner a {
    background-color: #FFBF78;
    width: 234px;
    line-height: 42px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-top: 30px;
}

@media (max-width:1199px) {
    .ser-banner {
        height: 360px;
    }
    .ser-banner .title {
        font-size: 36px;
    }
    .ser-banner .txt {
        font-size: 15px;
    }
    .ser-banner a {
        width: 200px;
    }
}

@media (max-width:950px) {
    .ser-banner {
        height: 300px;
    }
    .ser-banner .title {
        font-size: 32px;
    }
}

@media (max-width:480px) {
    .ser-banner {
        height: 240px;
    }
    .ser-banner .title {
        font-size: 24px;
    }
    .ser-banner .txt {
        font-size: 14px;
    }
    .ser-banner a {
        width: 160px;
        font-size: 14px;
        margin-top: 10px;
        line-height: 38px;
    }
}

.ser-body {
    margin-top: 15px;
    margin-bottom: 40px;
}

.ser-body .ser-tab {
    border-bottom: 1px #E2E2E2 solid;
    line-height: 2;
}

.ser-body .ser-tab a {
    margin-right: 40px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
}

.ser-body .ser-tab a:last-child {
    margin-right: 0;
}

.ser-body .ser-tab a.on {
    color: #4A7FF5;
}

.ser-body .ser-tab a.on::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #4A7FF5;
}

.ser-body .body {
    line-height: 2;
    margin-top: 40px;
    font-size: 16px;
}

.ser-body .body .img {
    width: 425px;
    overflow: hidden;
}

.ser-body .body .img img {
    width: 100%;
}

.ser-body .body .txt {
    margin-right: 40px;
}

.ser-body .body .title {
    background: url(../images/s-icon.png)no-repeat left center;
    background-size: 12.5px;
    padding-left: 20px;
    margin-top: 40px;
    font-size: 16px;
    font-weight: bold;
}

.ser-body .body .text {
    margin-top: 20px;
}

.ser-body .content {
    flex-wrap: wrap;
}

.ser-body .content .item {
    width: 31.5%;
    height: 310px;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(74, 127, 245, .1);
    text-align: center;
    padding: 35px;
    margin-top: 40px;
}

.ser-body .content .item .title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.ser-body .content .item .txt {
    color: #878787;
    font-size: 13px;
    margin-top: 20px;
    line-height: 2;
    text-align: left;
}

@media (max-width:950px) {
    .ser-body .ser-text {
        flex-flow: column;
    }
    .ser-body .body .img {
        order: 1;
        width: 100%;
    }
    .ser-body .body .txt {
        margin-right: 0;
        order: 2;
        margin-top: 30px;
    }
    .ser-body .content .item {
        width: 48%;
        padding: 20px;
    }
}

@media (max-width:480px) {
    .ser-body .ser-tab a {
        font-size: 18px;
    }
    .ser-body .body {
        font-size: 14px;
    }
    .ser-body .content .item {
        width: 100%;
        height: auto;
    }
}


/* 帮助中心 */

.help-body {
    margin-top: 30px;
    margin-bottom: 40px;
    align-items: flex-start;
}

.help-body .subNavBox {
    width: 320px;
    box-shadow: 0 0 10px rgba(74, 127, 245, .1);
    margin-right: 20px;
}

.help-body .subNav {
    border-bottom: solid 1px #E2E2E2;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    line-height: 50px;
    padding-left: 50px;
    position: relative;
    margin-right: 20px;
}

.help-body .subNav:nth-of-type(5) {
    border-bottom: 0;
}

/*.help-body .subNav::after {
    content: '';
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px transparent solid;
    border-bottom: 6px transparent solid;
    border-left: 6px #9A9A9A solid;
}*/

.help-body .subNav.currentDt {
    color: #4A7FF5;
}

.help-body .subNav.currentDt::after {
    border-left: 6px transparent solid;
    border-right: 6px transparent solid;
    border-top: 6px #4A7FF5 solid;
}

.help-body .subNavBox .navContent {
    display: none;
    padding: 15px 30px;
}

.help-body .subNavBox .navContent li a {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px dashed #DFDFDF;
    padding-left: 20px;
}

.help-body .subNavBox .navContent li:last-child a {
    border-bottom: 0;
}

.help-body .content {
    padding: 50px;
    font-size: 16px;
    line-height: 2.2;
    box-shadow: 0 0 10px rgba(74, 127, 245, .1);
}

.help-body .content h4 {
    font-weight: bold;
    margin-top: 30px;
}

.help-body .content h4:first-child {
    margin-top: 0;
}

@media (max-width:1199px) {
    .help-body .subNavBox {
        width: 260px;
    }
    .help-body .content {
        padding: 30px;
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .help-body {
        flex-flow: column;
    }
    .help-body .subNavBox {
        width: 100%;
        margin-right: 0;
    }
    .help-body .content {
        margin-top: 20px;
    }
    .help-body .subNav {
        font-size: 15px;
    }
    .help-body .subNavBox .navContent li a {
        font-size: 13px;
    }
}

.expert-services .expert-banner {
    margin-top: 10px;
}

.expert-services .expert-banner .banner {
    width: 895px;
    height: 270px;
    background: url(../images/e-img.jpg)no-repeat center;
    background-size: cover;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.expert-services .expert-banner .banner .title {
    font-size: 43px;
    font-weight: bold;
    color: #FFF;
    border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
    padding-bottom: 5px;
}

.expert-services .expert-banner .banner .title span {
    font-size: 68px;
    color: #FFBF78;
}

.expert-services .expert-banner .banner .txt {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    margin-top: 10px;
}

.expert-services .expert-banner .banner a {
    background-image: linear-gradient(45deg, #10A4FE, #2B6CEE);
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    width: 235px;
    line-height: 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    text-align: center;
    margin-top: 20px;
}

.expert-services .expert-banner .login-con {
    width: 290px;
}

.expert-services .expert-banner .login-con a {
    width: 100%;
    height: 125px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    padding: 30px;
    color: #4A7FF5;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 0 10px rgba(74, 127, 245, .1);
}

.expert-services .expert-banner .login-con a:last-child {
    margin-top: 20px;
}

.expert-services .expert-banner .login-con a:last-child .tit {
    color: #FF5600;
}

.expert-services .expert-banner .login-con .tit {
    font-size: 16px;
    font-weight: bold;
}

.expert-services .expert-banner .login-con .txt {
    color: #999;
    margin-top: 5px;
}

.expert-chart {
    width: 100%;
    margin-top: 30px;
    box-shadow: 0 0 10px rgba(74, 127, 245, .1);
    background-color: #FFF;
    height: 340px;
}

.expert-chart .title {
    font-size: 16px;
    font-weight: bold;
}

.expert-chart .ruzhu {
    border-right: 1px #DFDFDF dashed;
    width: 280px;
    padding: 30px;
}

.expert-chart .ruzhu .icon {
    margin-top: 70px;
    text-align: center;
}

.expert-chart .ruzhu .txt {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

.expert-chart .ruzhu .txt span {
    font-size: 35px;
    color: #FF5600;
}

.expert-chart .diqu {
    width: 420px;
    padding: 30px;
}

.expert-chart .diqu .con {
    margin-top: 40px;
}

.expert-chart .diqu .card {
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
}

.expert-chart .diqu .card .speed {
    background-color: rgba(74, 127, 245, 1);
    margin-right: 15px;
}

.expert-chart .diqu .card:nth-child(2) .speed {
    background-color: rgba(74, 127, 245, .8);
}

.expert-chart .diqu .card:nth-child(3) .speed {
    background-color: rgba(74, 127, 245, .5);
}

.expert-chart .diqu .card:nth-child(4) .speed {
    background-color: rgba(74, 127, 245, .3);
}

.expert-chart .diqu .card:nth-child(5) .speed {
    background-color: rgba(74, 127, 245, .2);
}

.expert-chart .item {
    padding: 30px;
}

.expert-chart .hangye {
    border-right: 1px #DFDFDF dashed;
}

.expert-chart .hangye .chart-con {
    margin-top: 70px;
}

.expert-chart .hangye .chart-con .txt {
    margin-bottom: 15px;
}

.expert-chart .hangye .chart-con .txt .speed {
    width: 20px;
    height: 10px;
    margin-right: 10px;
}

.expert-chart .hangye .chart-con .txt span {
    color: #FF5600;
    margin-left: 15px;
}

@media (max-width:1199px) {
    .expert-services .expert-banner {
        flex-flow: column;
    }
    .expert-services .expert-banner .banner {
        width: 100%;
    }
    .expert-services .expert-banner .login-con {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .expert-services .expert-banner .login-con a {
        margin-top: 20px;
        width: 49%;
    }
    .expert-services .expert-banner .banner .title {
        font-size: 36px;
    }
    .expert-services .expert-banner .banner .title span {
        font-size: 58px;
    }
    .expert-chart {
        flex-flow: column;
        height: auto;
    }
    .expert-chart .ruzhu {
        border-right: 0;
        width: 100%;
    }
    .expert-chart .hangye {
        border-right: 0;
    }
    .expert-chart .item {
        width: 100%;
    }
}

@media (max-width:767px) {
    .expert-services .expert-banner .banner {
        height: 220px;
    }
    .expert-services .expert-banner .banner .title {
        font-size: 32px;
    }
    .expert-services .expert-banner .banner .title span {
        font-size: 48px;
    }
    .expert-services .expert-banner .banner .txt,
    .expert-services .expert-banner .banner a {
        font-size: 14px;
    }
}

@media (max-width:480px) {
    .expert-services .expert-banner .banner .title {
        font-size: 28px;
    }
    .expert-services .expert-banner .banner .title span {
        font-size: 38px;
    }
    .expert-services .expert-banner .login-con a {
        width: 100%;
    }
}

/* 交易信息内容区域样式 */
.x-trade-content {
    position: relative;
}

.trade-content-item {
    display: none;
}

.trade-content-item.active {
    display: block;
}

.trade-tab-content {
    margin-top: 20px;
}

.tab-content-item {
    display: none;
}

.tab-content-item.active {
    display: block;
}

/* 头部项目信息 */
.project-header {
    display: flex;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-bottom: 20px;
}

.project-image {
    flex: 0 0 400px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.image-slider {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.slider-container {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.slider-items {
    flex: 0 0 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-items img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* 改为contain确保完整显示图片 */
    display: block;
}

/* 轮播箭头样式 */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    z-index: 10;
    transition: background 0.3s;
    user-select: none;
}

.slider-arrow:hover {
    background: rgba(0, 0, 0, 0.8);
}

.slider-arrow.prev {
    left: 10px;
}

.slider-arrow.next {
    right: 10px;
}

/* 轮播控制点样式 */
.slider-controls {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 10;
}

.slider-dots {
    display: flex;
    gap: 8px;
    background: rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    border-radius: 20px;
}

.slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s;
}

.slider-dot.active {
    background: white;
    transform: scale(1.2);
}

.slider-dot:hover {
    background: rgba(255, 255, 255, 0.8);
}

/* 只有一张图片时隐藏控制元素 */
.image-slider.single-slide .slider-arrow,
.image-slider.single-slide .slider-controls {
    display: none;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 20px;
    font-weight: bold;
}

.slider-arrow:hover {
    background: rgba(0, 0, 0, 0.6);
}

.slider-arrow.prev {
    left: 15px;
}

.slider-arrow.next {
    right: 15px;
}

.project-info {
    flex: 1;
    padding: 25px;
}

.project-title {
    font-size: 24px;
    font-weight: bold;
    color: #09264a;
    margin-bottom: 15px;
    line-height: 1.4;
}

.project-meta {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.meta-item {
    width: 50%;
    margin-bottom: 12px;
    display: flex;
}

.meta-label {
    width: 100px;
    color: #666;
    font-weight: bold;
}

.meta-value {
    flex: 1;
    color: #333;
}

.price {
    color: #e74c3c;
    font-size: 20px;
    font-weight: bold;
}

.deadline {
    color: #e74c3c;
    font-weight: bold;
}

.action-buttons {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}


/* 交易流程 */
.process-section {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 25px;
    margin-bottom: 20px;
}

.section-title {
    font-size: 20px;
    font-weight: bold;
    color: #09264a;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f2f5;
}

.process-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
}

.process-steps::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    height: 2px;
    background: #e4e7ed;
    z-index: 1;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    flex: 1;
}

.step-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #0b68da;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    box-shadow: 0 2px 8px rgba(11, 104, 218, 0.3);
}

.step-text {
    text-align: center;
    font-size: 14px;
    color: #09264a;
    font-weight: bold;
}

/* 内容区域 */
.content-section {
    display: flex;
    gap: 20px;
}

.announcement-content {
    flex: 1;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 25px;
}

.related-projects {
    width: 300px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.related-title {
    font-size: 18px;
    font-weight: bold;
    color: #09264a;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f2f5;
}

.related-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.related-item {
    display: flex;
    border: 1px solid #f0f2f5;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s;
}

.related-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.related-image {
    width: 90px;
    height: 90px;
    overflow: hidden;
    flex-shrink: 0;
}

.related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-info {
    flex: 1;
    padding: 10px;
}

.related-name {
    font-size: 14px;
    font-weight: bold;
    color: #09264a;
    margin-bottom: 5px;
    line-height: 1.4;
    height: 40px;
    overflow: hidden;
}

.related-price {
    color: #09264a;
    font-size: 14px;
}

/* 公告内容样式 */
.announcement-title {
    font-size: 22px;
    font-weight: bold;
    color: #09264a;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f2f5;
}

.announcement-meta {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    color: #666;
    font-size: 14px;
}

.announcement-meta span {
    margin: 0 15px;
}

.announcement-body {
    line-height: 1.8;
    color: #333;
}

.announcement-body h3 {
    font-size: 18px;
    color: #09264a;
    margin: 20px 0 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f0f2f5;
}

.announcement-body p {
    margin-bottom: 15px;
    text-indent: 2em;
}

.announcement-body ul {
    margin: 15px 0;
    padding-left: 40px;
}

.announcement-body li {
    margin-bottom: 8px;
}

.announcement-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.announcement-body th, .announcement-body td {
    border: 1px solid #e4e7ed;
    padding: 10px 15px;
    text-align: left;
}

.announcement-body th {
    background: #f5f7fa;
    font-weight: bold;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .container {
        width: 100%;
        padding: 15px;
    }
}

@media (max-width: 992px) {
    .project-header {
        flex-direction: column;
    }

    .project-image {
        flex: none;
        height: 250px;
    }

    .content-section {
        flex-direction: column;
    }

    .related-projects {
        width: 100%;
    }

    .related-list {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .related-item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .process-steps {
        flex-wrap: wrap;
        gap: 20px;
    }

    .step {
        flex: 0 0 calc(33.333% - 20px);
    }

    .meta-item {
        width: 100%;
    }

    .related-item {
        width: 100%;
    }
}

/* 竞价大厅样式 */
.auction-hall {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.auction-title {
    display: flex;
    align-items: center;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
}

.auction-title img {
    margin-right: 8px;
}

.auction-filter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 15px;
    background: #f5f7fa;
    border-radius: 4px;
}

.filter-group {
    display: flex;
    align-items: center;
}

.filter-group label {
    margin-right: 10px;
    font-weight: bold;
}

.filter-group select {
    padding: 8px 12px;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    margin-right: 15px;
}

.auction-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.auction-item {
    width: 265px;
    background: #fff;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.auction-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}

.item-image {
    height: 160px;
    overflow: hidden;
}

.item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.auction-item:hover .item-image img {
    transform: scale(1.05);
}

.item-content {
    padding: 15px;
}

.item-title {
    font-size: 16px;
    font-weight: bold;
    color: #303133;
    line-height: 1.4;
    height: 44px;
    overflow: hidden;
    margin-bottom: 10px;
}

.divider {
    height: 1px;
    background: #e4e7ed;
    margin: 10px 0;
}

.item-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #606266;
}

.detail-label {
    font-weight: bold;
}

.item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.view-count {
    font-size: 12px;
    color: #909399;
}
.view-count i {
    color: #0b68da;
}

.bid-btn {
    display: inline-block;
    padding: 6px 15px;
    background: #0b68da;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none; /* 去掉链接下划线 */
    text-align: center;
    transition: background 0.3s;
}

.bid-btn:hover {
    background: #0a5cc0;
    color: #fff;
    text-decoration: none;
}
/* 空数据提示 */
.empty-data {
    text-align: center;
    padding: 50px 0;
    color: #909399;
    font-size: 16px;
}

.empty-data .icon {
    font-size: 48px;
    margin-bottom: 16px;
    color: #c0c4cc;
}

/* 激活状态的步骤 */
.detail-process li.active p span {
    color: #51a6f5 !important;
    font-weight: bold;
}

.detail-process li.active p .step {
    background: #51a6f5;
    color: #fff !important;
    font-weight: normal;
}

.detail-process li.active .arrow-right {
    color: #51a6f5 !important;
}

/* 步骤激活状态 */
.step-active {
    background: #51a6f5 !important;
}

.span-active {
    color: #51a6f5 !important;
    font-weight: bold !important;
}
.not-right {
    max-width: 1200px;
    margin: 0 auto;
}
/* 步骤条样式 - 基于参考样式优化 */
.detail-process {
    display: flex;
    justify-content: center;
    padding: 40px 0;
    border-bottom: 1px solid #e6e6e6;
}

.detail-process li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    position: relative;
}
/* 箭头样式 */
.arrow-right {
    margin-top: -20px;
    font-size: 24px;
    color: #c1c2c3;
    margin-left: -10px;
    margin-right: -10px;
    font-weight: normal;
    display: flex;
    align-items: center;
    height: 48px; /* 与步骤圆圈高度一致 */
}

.arrow-right.arrow-active {
    color: #51a6f5 !important;
}

.detail-process li p {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90px;
}

.detail-process li p span {
    white-space: nowrap;
    color: #c1c2c3;
}
/* 可点击的步骤 */
.detail-process li[onclick] {
    cursor: pointer;
}

.detail-process li[onclick]:hover p span {
    color: #51a6f5 !important;
}

.detail-process li[onclick]:hover .step {
    background: #51a6f5;
    color: #fff !important;
}
/* 表格样式优化 - 增强特异性 */
.schedule table {
    width: 80% !important;
    border-collapse: collapse !important;
    margin: 20px auto !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    box-shadow: 0px 0px 20px 1px rgba(74, 127, 245, 0.1) !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    table-layout: fixed !important;
}

.schedule table td {
    border: 1px solid #e3e3e3 !important;
    padding: 7px 15px !important;
    color: #333333 !important;
    font-weight: normal !important;
    width: auto !important;
    background: none !important;
}

.schedule table td.highlight-cell {
    background-color: #e5f2f8 !important;
    width: auto !important;
}

/* 确保PDF不溢出 */
#pdf_show_new {
    max-width: 100%;
    height: 700px !important;
}
heartBeat