p {
    margin: 0;
}

/*.banner {
    width: 100%;
    height: 460px;
    position: relative;
    min-width:1300px;
}*/
.banner {
    width: 100%;
    height: 340px;
    position: relative;
    min-width:1300px;
}

.banner-swiper-pagination {
    bottom: 45px !important;
}

.banner-swiper-button-prev {
    width: 61px;
    height: 118px;
    top: 40%;
    background: rgba(0, 0, 0, 0.55);
}

.banner-swiper-button-next {
    width: 61px;
    height: 118px;
    top: 40%;
    background: rgba(0, 0, 0, 0.55);
}

.banner .banner-swiper-pagination .swiper-button-next:after,
.swiper-button-prev:after {
    color: rgba(225, 225, 225, 0.54);
    font-size: 20px !important;
}

.banner .swiper-button-next:after,
.swiper-button-prev:after {
    color: rgba(225, 225, 225, 0.54);
    font-size: 20px !important;
}

.banner-swiper-pagination.banner-swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 7px;
    border-radius: 4px;
}

.banner-swiper-pagination .swiper-pagination-bullet-active {
    width: 27px;
    height: 7px;
}

.banner .banner-zoom-container {
    position: relative;
}

.banner .banner-zoom-container .banner-btu {
    width: 189px;
    height: 61px;
    border-radius: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 363px;
    left: 38%;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    z-index: 99;
}

.banner .banner-zoom-container .banner-btu img {
    width: 20px;
    height: 22px;
    margin-right: 5px;
}

/*.banner .banner-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
}*/
.banner .banner-content {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.banner-content .quotation {
    width: 100%;
    height: 124px;
    padding: 21px 0 21px 21px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 99;
}

.banner-content .quotation ul {
    height: 100%;
    margin: 0;
    display: flex;
}

.banner-content .quotation ul li {
    width: 25%;
    height: 100%;
    border-right: 1px solid #F2F2F2;
}

.banner-content .quotation ul li h5 {
    font-size: 14px;
    font-weight: 400;
    color: #B1B1B1;
    margin: 15px 0 20px 0;
    text-align: center;
}

.banner-content .quotation ul li img {
    width: 13px;
    height: 20px;
    margin-left: 15px;
}

.banner-content .quotation ul li p {
    font-size: 24px;
    font-weight: 400;
    color: #1852A9;
    margin: 0 0 0 30px;
}

.banner-content .quotation .black-font {
    color: #363636 !important;
    margin: 0 !important;
}

.banner-content .quotation ul li:last-child {
    border: none;
}

.banner-content .quotation ul li ul {
    height: auto;
    margin-top: 23px;
}

.banner-content .quotation .quotation-tab .tab-item {
    width: 69px;
    height: 33px;
    background: #F9F9F9;
    border-radius: 5px;
    border: 1px solid #E3E3E3;
    font-size: 13px;
    font-weight: 400;
    color: #898989;
    line-height: 33px;
    text-align: center;
    margin-right: 14px;
    cursor: pointer;
}

.banner-content .quotation .quotation-tab .q-tab-active {
    background: #1752A9 !important;
    border: 1px solid #1752A9 !important;
    color: #fff;
}

/*.banner-content .login {
    width: 235px;
    height: 337px;
    background: rgba(225, 225, 225, 0.88);
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 99;
}*/
.banner-content .login {
    width: 235px;
    height: 340px;
    background: rgba(225, 225, 225, 0.88);
    position: absolute;
    right: 0;
    z-index: 99;
    border-left: 7px solid white;
}

.login .head {
    margin-top: 16px;
    text-align: center;
}

.login .head img {
    width: 50px;
    height: auto;
    margin-bottom: 17px;
}

.login .head p {
    font-size: 14px;
    font-weight: 400;
    color: #7B7B7B;
    text-align: center;
    margin: 0;
}

.login .btn-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 20px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.login .btn-list img {
    width: 14px;
    height: auto;
    margin-right: 7px;
}

.login .btn-list p {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
}

.login .btn-list .login-btn {
    width: 83px;
    height: 39px;
    background: #113A95;
    cursor: pointer;

}

.login .btn-list .register-btn {
    width: 83px;
    height: 39px;
    background: #5E5C67;
    cursor: pointer;
}

.login .cooperation-btn {
    width: 180px;
    height: 46px;
    background: url(../images/index/coopBg.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.login .cooperation-btn img {
    width: 19px;
    height: 15px;
    margin-right: 12px;
}

.login .cooperation-btn p {
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
}

.login .slogan {
    width: 100%;
    height: 102px;
    background: url(../images/index/loginBg.png) no-repeat;
    background-size: 101% 100%;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    padding: 35px 10px 0 10px;
}

.login .slogan h4 {
    font-size: 20px;
}

/* 交易公告 */
.transaction {
    width: 100%;
    background: #fff;
    margin-top: 18px;
    padding: 20px;
    overflow: hidden;
}

.transaction_title{
    margin-bottom: 15px;
}

.transaction_title h5{
    margin: 0 10px;
    font-size: 20px;
    font-weight: bold;
    color: #1852A9;
}

.transaction_table{
    width: 100%;
    overflow: hidden;
}

.transaction_table-con{
    width: 102%;
}


.transaction_enterprise-link{
    display: block;
    width: 100%;
    color: #606266;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

/* 状态一: 未被访问过的链接 */
.transaction_enterprise-link:link {
    text-decoration: none;
    color: #606266;
}

/* 状态二: 已经访问过的链接 */
.transaction_enterprise-link:visited {
    text-decoration: none;
    color: #606266;
}

/* 状态三: 鼠标划过(停留)的链接(默认红色) */
.transaction_enterprise-link:hover {
    text-decoration: none;
    color: #606266;
}
/* 状态四: 被点击的链接 */
.transaction_enterprise-link:active {
    text-decoration: none;
    color: #606266;
}

.transaction-left {
    padding: 26px 30px;
    text-align: center;
}

.transaction-left img {
    width: 58px;
    height: auto;
}

.transaction-right {
    flex: 1;
    height: 113px;
}

.transaction-right .r-one,
.r-two {
    width: 100%;
    height: 100%;
    border-left: 1px solid #F6F6F6;
}

/*
.transaction-right .r-one {
    background: #FAFAFA;
} */

.tr-item {
    width: 25%;
    height: 100%;
    text-align: center;
}

.tr-item .tr-item-top {
    height: 50%;
    border-bottom: 1px solid #F6F6F6;
    font-size: 14px;
    font-weight: 400;
    color: #A9A9A9;
    line-height: 57px;
}

.tr-item .tr-item-bottom {
    height: 50%;
    font-size: 16px;
    font-weight: 400;
    color: #656565;
    line-height: 57px;
}

/* 交易服务 */
.transaction-service {
    width: 100%;
    margin-top: 30px;
}

.service-title {
    width: 100%;
    margin-bottom: 20px;
}

.service-title h4 {
    font-size: 32px;
    font-weight: bold;
    color: #1951A8;
    margin: 0;
}

.service-title .st-left p {
    height: auto;
    font-size: 16px;
    font-weight: 400;
    color: #878787;
    margin-left: 15px;
}

.service-title .st-right a {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-right: 9px;
}

.service-order {
    width: 100%;
    background: #fff;
}

.service-order ul li {
    width: 185px;
    height: 199px;
    position: relative;
    padding-top: 40px;
    border-right: 1px solid #F2F2F2;
    text-align: center;
}

.service-order ul li img {
    width: 50px;
    height: 50px;
    margin-bottom: 25px;
}

.service-order ul li p {
    font-size: 24px;
    font-weight: 400;
    color: #212020;
    margin-bottom: 15px;
}

.service-order ul li span {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #9A9A9A;
    font-size: 11px;
    font-weight: 400;
    color: #9A9A9A;
    text-align: center;
    line-height: 18px;
    margin: 0 auto;
}


.service-order ul li:not(:last-child)::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 45%;
    right: -8px;
    background: #fff;
    background-image: url(../images/index/moreCircles.png);
    background-size: 100% 100%;
}

.service-order ul li:last-child {
    border-right: none;
}

.service-bottom {
    width: 100%;
    background: #fff;
    padding: 16px;
    margin-top: 20px;
}

.service-bottom .service-bottom-left {
    width: 208px;
    height: 404px;
    background-image: url(../images/service-bottom-bg-copy.png);
    background-size: 100% 100%;
    margin-right: 15px;
    padding-top: 150px;
}

.service-bottom-left ul li {
    position: relative;
    margin: 0 0 20px 0;
    cursor: pointer;
}

.service-bottom-left ul li p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}


.service-bottom-left .service_bottom_hover{
    display: none;
    position: absolute;
    width: 350px;
    min-height: 60px;
    height: auto;
    top: 50%;
    left: 80%;
    transform: translate(0%,-50%);
    background-color: #fff;
    padding: 10px;
    border: 1px solid #F2F2F2;
    border-radius: 5px;
    z-index: 99;
}

.service-bottom-left .service_bottom_hover::before{
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    left: -5px;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    background-color: #fff;
    border: 1px solid #F2F2F2;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.service-bottom-left .service_bottom_hover p{
    font-size: 14px;
    font-weight: 400;
    color: #757474;
    text-align: left;
}

.service-bottom .service-bottom-right {
    flex: 1;
}

.service-bottom-right .sbr-top {
    width: 100%;
    height: 111px;
    /*background-image: url(../images/service-bottom-bg2.png);*/
    background-size: cover;
    padding: 9px;
    margin-bottom: 14px;
}

.service-bottom-right .sbr-top span {
    display: block;
    float: right;
    width: 59px;
    background: rgba(0, 0, 0, 0.55);
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 25px;
}

.service-bottom-right .sbr-middle {
    width: 100%;
    border-bottom: 7px solid #F2F2F2;
}

.service-bottom-right .sbr-middle .sbr-middle-guide {
    width: 691px;
    height: 214px;
}

.sbr-middle-guide ul li {
    width: 158px;
    height: 197px;
    margin-right: 15px;
    background: #F4F4F4;
    padding-top: 46px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #3C3C3C;
}

.sbr-middle-guide ul li p {
    margin: 25px 0;
}

.sbr-middle-guide ul li a {
    color: #3C3C3C;

}

.service-bottom-right .sbr-bottom {
    width: 100%;
    padding-top: 15px;
}

.sbr-bottom .zjy {
    width: 116px;
    height: 45px;
    background: url(../images/index/trading.png);
    background-size: cover;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 45px;
}

.sbr-bottom ul li {
    position: relative;
    height: 45px;
    padding: 0 15px;
    background: #EEEEEE;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.sbr-bottom ul li h5 {
    font-size: 18px;
    font-weight: 400;
    color: #7A7A7A;
}

.sbr-bottom ul li img {
    width: 7px;
    height: 12px;
    margin-left: 5px;
}


.sbr-bottom ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -36px;
    width: 21px;
    height: 1px;
    background: #EEEEEE;
}

.sbr-bottom ul li .sbr_hover_popup{
    display: none;
    position: absolute;
    width: 150px;
    min-height: 150px;
    height: auto;
    top: 50px;
    left: 50%;
    transform: translate(-50%,0%);
    background-color: #fff;
    padding: 10px;
    border: 1px solid #F2F2F2;
    border-radius: 5px;
    z-index: 100;
}

.sbr-bottom ul li .sbr_hover_popup::before{
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 5px);
    top: -5px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background-color: #fff;
    border: 1px solid #F2F2F2;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.sbr-bottom ul li .sbr_hover_popup p{
    font-size: 14px;
    font-weight: 400;
    color: #757474;
}


/* 中长期合同 */
.long-contract {
    width: 100%;
    margin-top: 20px;
}

.long-contract .lc-content {
    width: 100%;
    background: #fff;
}

.lc-content .lc-content-left {
    width: 930px;
    padding: 14px;
}

.lc-content .lc-content-left .lc-content-title {
    width: 207px;
    height: 288px;
    background: url(../images/index/long-contract.png) no-repeat;
    background-size: cover;
    padding-top: 150px;
    text-align: center;
    margin-right: 20px;
}

.lc-content-title p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin: 0 0 20px 0;
}

.lc-content-left ul {
    flex: 1;
    margin: 0 0 -10px 0;
}

.lc-content-left ul li {
    width: 217px;
    height: 138px;
    background: #F4F4F4;
    margin-bottom: 11px;
    font-size: 16px;
    font-weight: 400;
    color: #3C3C3C;
    text-align: center;
    padding: 26px;
}

.lc-content-left ul li img {
    width: 39px;
    height: 40px;
    margin-bottom: 15px;
}

.lc-content-left ul li span {
    display: block;
    width: 29px;
    height: 1px;
    border-top: 1px dashed #C9C9C9;
    margin: 0 auto;
}

.lc-content-right{
    flex:1;
    max-width: calc(100% - 227px);
    height: 288px;
}

.lc-content-right img{
    width: 100%;
    height: 100%;
}



.li1 {
    position: relative;
    top: -266px;
    left: 28px;
    width: 620px;
    height: 70px;
    background: #f8f6f6;
    margin-bottom: 11px;
    font-size: 18px;
    font-weight: 800;
    color: #020202;
    text-align: center;
    padding: 26px;
}

.li2 {
    position: relative;
    top: -260px;
    left: 28px;
    width: 620px;
    height: 70px;
    background: #f8f6f6;
    margin-bottom: 11px;
    font-size: 18px;
    font-weight: 800;
    color: #020202;
    text-align: center;
    padding: 26px;
}

.li3 {
    position: relative;
    top: -255px;
    left: 28px;
    width: 620px;
    height: 70px;
    background: #f8f6f6;
    margin-bottom: 11px;
    font-size: 18px;
    font-weight: 800;
    color: #020202;
    text-align: center;
    padding: 26px;
}




/* 支付服务 */
.payment {
    width: 100%;
    margin-top: 35px;
}

.payment-wrap {
    width: 100%;
    background: #fff;
}

.payment-main {
    width: 930px;
    padding: 15px;
}

.payment-main .payment-sidebar {
    width: 207px;
    /*height: 374px;*/
    height: 402px;
    background: url(../images/index/payment-bg1.png);
    background-size: 100% 100%;
    padding: 115px 20px 15px;
    margin-right: 30px;
}
.payment-main .payment-sidebar2 {
    width: 207px;
    /*height: 374px;*/
    height: 402px;
    background: url(../images/index/payment-bg9.jpg);
    background-size: 100% 100%;
    padding: 115px 20px 15px;
    margin-right: 30px;
}
.payment-main .payment-sidebar3 {
    width: 207px;
    /*height: 374px;*/
    height: 402px;
    background: url(../images/index/payment-bg0.jpg);
    background-size: 100% 100%;
    padding: 115px 20px 15px;
    margin-right: 30px;
}

.payment-sidebar ul li {
    position: relative;
    height: 47px;
}

.payment-sidebar ul li .p-sidebar-content {
    height: 46px;
    width: 100%;
}

.p-sidebar-content img {
    width: 4px;
    height: 8px;
    margin-right: 17px;
    margin-left: 17px;
}

.p-sidebar-content a {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.Line {
    width: 100%;
    height: 1px;
    background: linear-gradient(244deg, rgba(195, 149, 246, 0) 0%, rgba(195, 149, 246, 1) 50%, rgba(195, 149, 246, 0) 100%);
}

.payment-main .payment-content {
    flex: 1;
}

.payment-content ul {
    height: 44px;
    border-bottom: 1px solid #F4F4F4;
    margin: 0;
}

.payment-content ul li {
    height: 44px;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #8B8B8B;
    cursor: pointer;
    margin-right: 35px;
}

.payment-tab-active,.logistics-tab-active,.finance-tab-active  {
    position: relative;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #050505 !important;
}

.payment-tab-active::after,.logistics-tab-active::after,.finance-tab-active::after {
    content: '';
    width: 50px;
    height: 4px;
    background: #050505;
    position: absolute;
    left: 35%;
    bottom: -2px;
}

.payment-tab-cont {
    width: 100%;
    height: calc(100% - 58px);
    margin-top: 14px;
}

.payment-tab-cont .payment-tab-item, .payment-tab-cont .logistics-tab-item, .payment-tab-cont .finance-tab-item{
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-right: 20px;
    display: none;
}

.dz-jy-title {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #F4F4F4;
    font-size: 28px;
    font-weight: bold;
    color: #323232;
}

.dz-jy-jj {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #F4F4F4;
}

.dz-jy-jj h4 {
    font-size: 16px;
    font-weight: 400;
    color: #575757;
}

.dz-jy-jj p {
    width: 435px;
    font-size: 14px;
    font-weight: 400;
    color: #9B9B9B;
}

.dz-jy-ts {
    width: 100%;
    padding-top: 6px;
}

.dz-jy-ts h4 {
    font-size: 16px;
    font-weight: 400;
    color: #575757;
    margin-bottom: 10px;
}

.dz-jy-ts p {
    width: 435px;
    font-size: 14px;
    font-weight: 400;
    color: #9B9B9B;
}

/* 信息服务 */
.info-service {
    width: 100%;
    margin-top: 30px;
}

.info-service .info-left {
    width: 930px;
    padding: 19px;
    background: #fff;
}

.info-service .info-right {
    flex: 1;
    border-left: 7px solid #F2F2F2;
    padding: 10px 10px 0 10px;
    background: #fff;
}

.info-left .info-sidebar {
    width: 207px;
    height: 437px;
    background: url(../images/index/info-sidebar-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 151px 19px 19px;
    margin-right: 39px;
}

.info-sidebar ul li {
    width: 176px;
    height: 79px;
    padding: 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.info-active {
    background: url(../images/index/info-active.png) no-repeat;
    background-size: 100% 100%;
}

.info-active .info-icon {
    border: none;
    background: #DE6047;
}

.info-icon {
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    margin-right: 13px;
}

.info-sidebar ul li h5 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.info-sidebar ul li p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E9D6BB;
}

.info-tab {
    flex: 1;
    max-width: calc(100% - 248px);
}

.info-tab-item {
    width: 100%;
    height: 437px;
    display: none;
}

.info-item-img {
    width: 321px;
    height: 282px;
}

.info-item-img img {
    width: 100%;
    height: auto;
}

.info-item-text {
    width: 100%;
    padding-top: 26px;
    position: relative;
    z-index: 99;
}

.info-text-title {
    margin-bottom: 15px;
}

.info-text-title h5 {
    font-size: 24px;
    font-weight: 400;
    color: #1951A8;
    margin: 0;
}

.info-text-title p {
    font-size: 18px;
    font-weight: 400;
    color: #969696;
}

.info-item-text_content {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    line-height: 30px;
    height: calc(100% - 40px);
}

.info-item-text_bg{
    width: 100%;
    height: 100%;
}

.infoServiceBg{
    width: 100%;
    height: 100%;
}

.infoServiceBg img{
    width: 646px;
    height: 371px;
}

.info-item-text_content p {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    text-indent: 2rem;
    line-height: 20px;
    z-index: 99;
    padding: 10px;
}

.info-link {
    width: 148px;
    height: 58px;
    background: url(../images/index/info-link-bg.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 10px;
    bottom: 0;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    z-index: 99;
}

.info-right ul {
    border-bottom: 1px solid #EBEBEB;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.info-right ul li {
    width: 84px;
    height: 65px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #3A3A3A;
    text-align: center;
    line-height: 65px;
    cursor: pointer;
}

.info-right ul li:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 15px;
    background: #EBEBEB;
    position: absolute;
    right: 0;
    top: 40%;
}

.info-r-active {
    color: #1952A9 !important;
}

.info-r-active::before {
    position: absolute;
    bottom: -7px;
    left: 42%;
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #EBEBEB;
    border-right: 0;
    border-bottom: 0;
    background-color: #fff;
    transform: rotate(45deg);
}

.info-right .info-f-index {
    width: 319px;
    height: 114px;
    margin: 0 auto;
}

.bb {
    border-bottom: 1px solid #EBEBEB;
}

.br {
    border-right: 1px solid #EBEBEB;
}

.info-f-index .index-item {
    display: flex;
    width: 50%;
    height: 50%;
    background: #F7F7F7;
    align-items: center;
    padding: 0 20px;
    /* justify-content: center; */
}

.index-item p {
    font-size: 14px;
    font-weight: 400;
    color: #A9A9A9;
    margin-right: 20px;
}

.index-item h5 {
    font-size: 18px;
    font-weight: 400;
    color: #CE0808;
    margin-right: 10px;
}

.index-item img {
    width: 12px;
    height: 16px;
}

.echarts {
    width: 324px;
    height: 246px;
    margin-top: 19px;
    background: #fff;
}


/* 四大服务 */
.four-service {
    width: 100%;
    padding: 21px;
    margin-top: 20px;
    background: #fff;
}

.four-service ul li {
    width: 308px;
    height: 345px;
    padding-top: 100px;
    text-align: center;
}

.four-service ul li p {
    font-size: 14px;
    font-weight: 400;
    color: #8E8E8E;
    margin-bottom: 42px;
}

.advertisement {
    width: 100%;
    margin-top: 20px;
}

.advertisement ul li {
    width: 307px;
    height: 182px;
    position: relative;
}

.advertisement ul li span {
    display: block;
    width: 59px;
    height: 27px;
    background: rgba(0, 0, 0, 0.55);
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 27px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.advertisement ul li img {
    position: absolute;
    left: 29px;
    bottom: 29px;
}

/* 监督 */
.supervise {
    width: 100%;
    margin-top: 21px;
    margin-bottom: 37px;
}

.supervise-left {
    width: 841px;
    height: 175px;
    margin-right: 8px;
    background: #fff;
}

.supervise-right {
    flex: 1;
    background: #fff;
}

.supervise-title {
    height: 54px;
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
    padding-left: 26px;
}

.supervise-title h3 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #1852A9;
    line-height: 54px;
}

.supervise-left .sl-content {
    width: 100%;
    height: calc(100% - 54px);
    padding: 16px 20px;
}

.supervise-left .sl-content ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #8D8D8D;
}

.supervise-left .sl-content ul li img {
    margin-right: 10px;
}

/* 友情链接 后补样式需要迁移 */
.supervise-right .links {
    width: 100%;
    height: calc(100% - 54px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.links .dropdown {
    margin: 11px;
}

.links .dropdown button {
    width: 186px;
    height: 47px;
    text-align: left;
    color: #717171;
    background: #F6F6F6;
    border: 1px solid #D8D8D8;
}

.link .dropdown .btn-default.active,
.btn-default:active {
    color: #717171;
    background: #F6F6F6;
    border: 1px solid #D8D8D8;
}

.links .dropdown .caret {
    width: 50px;
    height: 47px;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #D8D8D8;
    border-radius: 0 5px 5px 0;
    background: #E3E3E3;
}

.links .dropdown .caret::after {
    content: '';
    position: absolute;
    left: 45%;
    top: 40%;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #53525F;
    border-left: 1px solid #53525F;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* 公用title */
.title {
    width: 100%;
    margin-bottom: 20px;
}

.title h4 {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}

.title .st-left p {
    height: auto;
    font-size: 16px;
    font-weight: 400;
    color: #878787;
    margin-left: 15px;
}

/* 重要通知 */
.notice {
    flex: 1;
    border-left: 7px solid #F2F2F2;
    padding: 12px 15px;
}

.notice .notice-title {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #F2F2F2;
    font-size: 20px;
    font-weight: bold;
    color: #1852A9;
}

.notice .notice-title img {
    width: 24px;
    height: 24px;
}

.notice-title h4 {
    font-size: 20px;
    font-weight: bold;
    color: #1852A9;
}

.notice_link{
    display: block;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

/* 状态一: 未被访问过的链接 */
.notice_link:link {
    text-decoration: none;
    color: #666666;
}

/* 状态二: 已经访问过的链接 */
.notice_link:visited {
    text-decoration: none;
    color: #666666;
}

/* 状态三: 鼠标划过(停留)的链接(默认红色) */
.notice_link:hover {
    text-decoration: none;
    color: #666666;
}
/* 状态四: 被点击的链接 */
.notice_link:active {
    text-decoration: none;
    color: #666666;
}

.notice ul {
    margin-top: 6px;
}

.notice ul li {
    height: 44px;
    border-bottom: 1px solid #F2F2F2;
}

.notice ul li span {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #468EE6;
    margin-right: 10px;
}

.notice ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #757474;
    max-width: 256px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice ul li a:hover{
    color: #1852A9;
}

.notice ul li p {
    font-size: 12px;
    font-weight: 400;
    color: #BABABA;
}

/* 弹窗样式 */
.popup_container {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 999;
    transition: all .3s;
}

.login-popup {
    /* display: none; */
    width: 1276px;
    height: 726px;
    margin: 192px auto 0;
    background: url(/static/images/popupBg.png) no-repeat;
    padding: 100px 40px 70px 95px;
    opacity: 0;
    transition: all .6s ease-in-out;
    transform-style: preserve-3d;
    transform-origin: center center;
    overflow: hidden;
    opacity: 1;
    -webkit-animation: show .6s ease-in-out 0s 1 normal forwards;
}

@keyframes show {
    0% {
        transform: rotateX(60deg);
    }

    96% {
        opacity: 1;
        transform: rotateX(2deg);
    }

    100% {
        opacity: 1;
    }
}

.hide {
    -webkit-animation: hide .5s ease-in-out 0s 1 normal forwards;
}

@keyframes hide {

    20%,
    50% {
        transform: scale(1.08, 1.08);
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotateZ(40deg) scale(0.6);
    }
}

.login-close {
    width: 28px;
    height: 28px;
    color: #fff;
    font-size: 31px;
    font-weight: 200;
    line-height: 19px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    margin-bottom: 20px;
}

.login-title p {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin: 0 19px;
}

.login-title span {
    display: block;
    width: 93px;
    height: 2px;
}

.login-title span:first-child {
    background: linear-gradient(244deg, rgba(225, 225, 225, 1) 0%, rgba(225, 225, 225, 1) 50%, rgba(36, 110, 214, 0) 100%);
}

.login-title span:last-child {
    background: linear-gradient(244deg, rgba(36, 110, 214, 0) 0%, rgba(225, 225, 225, 1) 50%, rgba(225, 225, 225, 1) 100%);
}

.login-slogan {
    width: 696px;
    height: 138px;
    margin: 42px auto 67px auto;
    background: url(/static/images/loginSlogin.png) no-repeat;
}

.login-link ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 199px;
    height: 254px;
    background: linear-gradient(0deg, #0347AC, #68AAFF);
    border: 5px solid #5691DB;
    text-align: center;
    padding: 0px 30px 18px 30px;
}

.login-link_icon {
    display: block;
    width: 20px;
    height: 20px;
    background: url(/static/images/login-icon.png);
    background-size: 100% 100%;
    margin: 0 auto;
}

.login-link_title {
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin: 24px 0 28px;
}

.login-link_tag {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    color: #5686CE;
    line-height: 14px;
    margin-top: 23px;
}

.notify_fixed{
    position: fixed;
    right: 20px;
    top: 60%;
    width: 146px;
    /* height: 150px; */
    padding: 12px;
    background-color: #fff;
    z-index: 999;
    padding-bottom: 5px;
}
.notify_fixed a{
    display:block;
    width:100%;
}

.notify_fixed img{
    width: 100%;
    height: auto;
}

.notify_fixed p{
    font-size: 12px;
    font-weight: 400;
    color: #686868;
    line-height: 20px;
    text-align: center;
    margin-top: 5px;
}

.notify_fixed1{
    position: fixed;
    right: 20px;
    top: 80%;
    width: 146px;
    /* height: 150px; */
    padding: 12px;
    background-color: #fff;
    z-index: 999;
    padding-bottom: 5px;
}
.notify_fixed1 a{
    display:block;
    width:100%;
}

.notify_fixed1 img{
    width: 100%;
    height: auto;
}

.notify_fixed1 p{
    font-size: 12px;
    font-weight: 400;
    color: #686868;
    line-height: 20px;
    text-align: center;
    margin-top: 5px;
}
