﻿/**!
 * [交易中心金融服务平台]
 * date:2019-07-15
 * author: [xhz];
 */

.banner {
    height: 450px; 
}

.banner-text {
    float: left;
    position: relative;
    margin-left: 55px;
    margin-top: 80px;
    bottom: 0;
    animation: banner-text 1.5s;
    transition: all 0.3s;
    cursor: pointer;
}

.banner-text:hover {
    bottom: 5px;
}

.banner-icon {
    float: right;
    position: relative;
    margin-right: -50px;
    margin-top: 108px;
    opacity: 0;
    animation: banner-icon 1.5s 1s;
    animation-fill-mode: forwards;
}

@keyframes banner-text {
    from {
        left: -200px;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1;
    }
}

@keyframes banner-icon {
    from {
        bottom: -50px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}


.register-content {
    float: right;
    position: relative;
    font-size: 16px;
    margin-top: 58px;
    padding: 20px 20px 0 20px;
    width: 367px;
    /* height: 221px; */
    color: #fff;
    border: 1px solid rgba(135, 253, 252, 0.3);
    border-radius: 10px;
    background-color: rgba(156, 226, 252, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(11, 5, 82, 0.4);
    animation: register-content 1.5s 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes register-content {
    from {
        bottom: -50px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.register-content .name {
    height: 19px;
    line-height: 19px;
    padding-left: 32px;
    background: url(../images/register-icon1.png) no-repeat 5px center;
}

.register-content p {
    height: 55px;
    line-height: 54px;
    padding-left: 44px;
}

.register-content p:nth-child(2) {
    margin-top: 8px;
}

.register-content p+p {
    border-top: 1px dashed #fff;
}

.register-content p:nth-child(2) {
    background: url(../images/register-icon2.png) no-repeat 0 center;
}

.register-content p:nth-child(3) {
    background: url(../images/register-icon3.png) no-repeat 0 center;
}

.register-content p:nth-child(4) {
    background: url(../images/register-icon4.png) no-repeat 0 center;
}

.register-content p:nth-child(5) {
    background: url(../images/register-icon2.png) no-repeat 0 center;
}

.register-content p span {
    float: left;
}

.register-content p a {
    float: right;
    width: 90px;
    height: 26px;
    border-radius: 13px;
    border: 1px solid #fff;
    margin-top: 15px;
    line-height: 24px;
    text-align: center;
}

.register-content p a:hover {
    background: #fff;
    color: #f72797;
}

.total-count {
    height: 110px;
    background: #fff;
    position: relative;
    bottom: 50px;
    opacity: 0;
    box-shadow: 0px 2px 9.5px 0.5px rgba(146, 158, 196, 0.4);
    animation: total-count 1.5s 1.5s;
    animation-fill-mode: forwards;
}

@keyframes total-count {
    from {
        bottom: 0px;
        opacity: 0;
    }

    to {
        bottom: 50px;
        opacity: 1;
    }
}

.total-count>div {
    float: left;
    width: 33.33%;
    height: 100%;
    padding-left: 194px;
}

.total-count>div+div {
    border-left: 1px solid #e7e9f2;
}

.total-count .value {
    margin-top: 15px;
    font-size: 18px;
    color: #51a1f3;
}

.total-count .value span {
    font-size: 32px;
    color: #246adc;
    margin-right: 10px;
}

.total-count .name {
    color: #666;
    font-size: 18px;
    margin-top: 10px;
}

.total-count>div:nth-child(1) {
    background: url(../images/total-count1.png) no-repeat 100px center;
}

.total-count>div:nth-child(2) {
    background: url(../images/total-count2.png) no-repeat 100px center;
}

.total-count>div:nth-child(3) {
    background: url(../images/total-count3.png) no-repeat 100px center;
}

.notice {
    padding-bottom: 80px;
    position: relative;
}

.notice .more {
    position: absolute;
    top: 85px;
    right: 0;
    color: #95b5f7;
    z-index: 100;
}

.cooperate .title,
.notice .title {
    height: 50px;
    text-align: center;
    margin-top: 30px;
    background: url(../images/home-title.png) no-repeat center;
}

.cooperate .title {
    margin-top: 0;
}

.cooperate .title p:nth-child(1),
.notice .title p:nth-child(1) {
    font-size: 28px;
}

.cooperate .title p:nth-child(2),
.notice .title p:nth-child(2) {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.notice-content {
    margin-top: 30px;
    position: relative;
}

.notice-content:after {
    position: absolute;
    content: "";
    border: 1px solid #63a8e6;
    left: 50%;
    top: 0;
    bottom: 0;
}

.notice-content>div {
    width: 600px;
    height: 52px;
    line-height: 52px;
    position: relative;
}

.notice-content>div:after {
    position: absolute;
    width: 11px;
    height: 11px;
    z-index: 10;
    content: "";
    background: url(../images/notice-dot.png) no-repeat center;
    right: 0;
    top: 17px;
    margin-right: -6.5px;
}

.notice-content>div:hover:after {
    height: 15px;
    background: url(../images/notice-dot1.png) no-repeat center;
}

.notice-content>div:nth-child(even):after {
    right: auto;
    left: 0;
    margin-left: -4px;
}

.notice-content>div a {
    display: block;
    height: 100%;
}

.notice-content>div+div {
    margin-top: -15px;
}

.notice-content>div:nth-child(even) {
    margin-left: 600px;
}

.notice-content>div:nth-child(even) .inf {
    float: right;
}

.notice-content>div:nth-child(even) .date {
    float: right;
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
}

.notice-content .inf {
    float: left;
    width: 490px;
    height: 52px;
    line-height: 50px;
    border: 1px solid #e1ecf8;
    padding: 0 20px;
    font-size: 16px;
    position: relative;
}

.notice-content>div:nth-child(even) .inf:after {
    background: url(../images/notice-arrow3.png) no-repeat center;
    right: auto;
    left: 0;
    margin-left: -12px;
}

.notice-content .inf:after {
    content: "";
    display: block;
    width: 12px;
    height: 17px;
    background: url(../images/notice-arrow.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 18px;
    z-index: 10;
    margin-right: -12px;
}

.notice-content>div:hover .inf {
    border: 1px solid transparent;
    box-shadow: 0 0 10px #c5d0f5;
}

.notice-content>div:hover * {
    color: #f72797;
}

.notice-content .inf span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.notice-content .date {
    float: left;
    margin-left: 20px;
    width: 90px;
    color: #999;
    text-align: left;
}

.tender {
    padding-top: 110px;
    height: 552px;
    background: url(../images/tender.jpg) no-repeat center;
}

.bidding .main,
.tender .main {
    float: left;
    height: 410px;
    width: 590px;
    opacity: 0;
    transition: all 0.3s;
    background: url(../images/tender-icon1.png) no-repeat left top;
}

.bidding.active .main,
.tender.active .main {
    opacity: 1;
}

.bidding .main {
    background: url(../images/bidding1.png) no-repeat left top;
}

.bidding .detail li,
.tender .detail li {
    float: left;
}

.bidding .main .title,
.tender .main .title {
    margin-left: 145px;
    color: #fff;
    height: 160px;
    opacity: 0;
    transition: all 0.3s 0.5s;
}

.bidding.active .main .title,
.tender.active .main .title {
    opacity: 1;
}

.submit-main .title {
    float: left;
    width: 405px;
    margin-left: 145px;
    color: #2b7afc;
    position: relative;
    transition: all 1s 0.1s;
    left: -1000px;
    opacity: 0;
}

.submit.active .submit-main .title {
    left: 0;
    opacity: 1;
}

.submit-main h1,
.bidding .main h1,
.tender .main h1 {
    font-size: 26px;
    position: relative;
}

.submit-main h1:after,
.bidding .main h1:after,
.tender .main h1:after {
    position: absolute;
    width: 30px;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    margin-bottom: -22px;
    border-bottom: 3px solid #fff;
}

.submit-main h1:after {
    border-bottom: 3px solid #2b7afc;
}

.bidding .main .title p,
.tender .main .title p {
    margin-top: 40px;
    line-height: 30px;
}

.submit-main .title p {
    margin-top: 40px;
    line-height: 30px;
    color: #333;
}

.submit-main .product {
    float: left;
    width: 650px;
    position: relative;
    right: -1000px;
    opacity: 0;
    transition: all 1s 0.5s;
}

.submit.active .submit-main .product {
    right: 0;
    opacity: 1;
}

.product {
    position: relative;
    transition: 0.3s 1s;
}

.carousel {
    position: relative;
    transition: 0.3s 1.5s;
}

.tender .product {
    left: -500px;
    opacity: 0;
}

.tender.active .product {
    left: 0;
    opacity: 1;
}

.tender .carousel {
    right: -500px;
    opacity: 0;
}

.tender.active .carousel {
    right: 0;
    opacity: 1;
}

.bidding .product {
    right: -500px;
    opacity: 0;
}

.bidding.active .product {
    right: 0;
    opacity: 1;
}

.bidding .carousel {
    left: -500px;
    opacity: 0;
}

.bidding.active .carousel {
    left: 0;
    opacity: 1;
}

.product>div {
    width: 282px;
    height: 174px;
    border: 1px solid #3c68c7;
    border-radius: 10px;
    background-color: rgba(35, 93, 208, 0.15);
    padding: 20px;
    position: relative;
    bottom: 0;
    transition: all 0.3s;
}

.submit .product>div {
    border: 1px solid #e1ecf8;
    background: #fff;
}

.product h2 {
    height: 23px;
    line-height: 23px;
    /* padding-left: 51px; */
    font-size: 20px;
    font-family: "KaiTi";
    color: #fff;
    /* background: url(../images/home-detail.png) no-repeat 0 center; */
}

.submit .product h2 {
    color: #333;
}

.product .brief {
    line-height: 28px;
    color: #51a1f3;
    margin-top: 15px;
    height: 56px;
}

.submit .product .brief {
    color: #333;
}

.product-footer {
    height: 30px;
    margin-top: 15px;
}

.product-footer .rate {
    float: left;
    color: #51a1f3;
    position: relative;
    bottom: 5px;
}

.product-footer .rate span {
    color: #e42494;
    font-size: 28px;
    margin-right: 10px;
}

.submit .product-footer a {
    color: #51a1f3;
    border: 1px solid #51a1f3;
}

.product-footer a {
    float: right;
    width: 90px;
    height: 30px;
    border: 1px solid #95b5f7;
    text-align: center;
    line-height: 28px;
    color: #95b5f7;
    border-radius: 15px;
}

.product-footer a:hover {
    background: #f2f3f8;
    border: 1px solid #f2f3f8;
    color: #246adc;
}

.submit .product-footer a:hover {
    background: #2b7afc;
    border: 1px solid #2b7afc;
    color: #fff;
}

.main .product>div:hover {
    box-shadow: 0px 5px 20px 0px rgba(16, 19, 97, 0.5);
    background-color: rgba(35, 93, 208, 0.5);
    bottom: 10px;
}

.submit .product>div:hover {
    box-shadow: 0px 5px 10px 0px rgba(16, 19, 97, 0.3);
    bottom: 10px;
}

.bidding .main>a,
.tender .main>a {
    float: right;
    color: #95b5f7;
    text-align: right;
    margin-top: 8px;
}

.carousel {
    float: left;
    width: 610px;
    height: 342px;
    padding-left: 70px;
}

.carousel li+li {
    margin-left: -140px;
}

.carousel li a {
    display: block;
    width: 100%;
    height: 100%;
}

.carousel li img {
    min-width: 200px;
    max-width: 250px;
    vertical-align: middle;
}

.carousel .inf {
    padding: 15px 20px 0 20px;
    color: #fff;
}

.carousel .inf h1 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.carousel .inf p {
    font-size: 14px;
    line-height: 25px;
}

.carousel li {
    float: left;
    width: 270px;
    position: relative;
    height: 340px;
    background: #54a8fe;
    border-radius: 8px;
    overflow: hidden;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateY(0);
    transition: all 0.7s;
    opacity: 1;
    z-index: 10;
}

.carousel li.active {
    z-index: 1;
    transform: perspective(1000px) rotateY(-45deg) scale(0.9);
    opacity: 1;
}

.carousel li:nth-child(2).active {
    z-index: 5;
}

.carousel li.fold {
    z-index: 1;
    transform: perspective(1000px) rotateY(45deg) scale(0.9);
    opacity: 1;
}

.bidding {
    height: 542px;
    padding-top: 90px;
    background: url(../images/bidding.jpg) no-repeat center;
}

.submit {
    height: 670px;
    padding-top: 95px;
}

.submit-nav {
    height: 230px;
    opacity: 0;
}

.submit.active .submit-nav {
    animation: banner-icon 1.5s;
    animation-fill-mode: forwards;
}

.submit-nav li {
    float: left;
    width: 375px;
    height: 225px;
    border-radius: 8px;
    position: relative;
    color: #fff;
}

.submit-nav li:after {
    position: absolute;
    content: "";
    width: 588px;
    height: 53px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    margin-bottom: -55px;
    background: url(../images/submit-icon4.png) no-repeat center;
}

.submit-nav li+li {
    margin-left: 37px;
}

.submit-nav li:nth-child(1) {
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateY(10deg);
    transform-origin: 0%;
}

.submit-nav li:nth-child(3) {
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateY(-10deg);
    transform-origin: 100%;
}

.submit-nav li>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 8px;
}

.submit-nav li:hover>a {
    opacity: 1;
}

.submit-nav li>a {
    position: absolute;
    opacity: 0;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 35px;
    border-radius: 8px;
    background: rgba(81, 145, 252, 0.5);
}

.submit-nav li h1 {
    font-size: 16px;
    font-weight: bold;
}

.submit-nav li p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
}

.submit-main {
    margin-top: 70px;
    opacity: 0;
    height: 174px;
    transition: all 1s;
    background: url(../images/submit1.png) no-repeat left top;
}

.submit.active .submit-main {
    opacity: 1;
}

.cooperate {
    padding-top: 18px;
}

.cooperate-content {
    margin-top: 30px;
}

.swiper-slide {
    padding-bottom: 20px;
    margin-top: 10px;
}

.cooperate-content .swiper-slide>ul {
    margin-left: -10px;
}

.cooperate-content .swiper-slide li {
    float: left;
    width: 220px;
    height: 129px;
    margin-left: 20px;
    border-radius: 5px;
    margin-top: 20px;
    position: relative;
    color: #333;
    transition: all 0.3s;
    bottom: 0;
    overflow: hidden;
}

.cooperate-content .swiper-slide a {
    display: block;
    position: relative;
    height: 100%;
    position: relative;
}

.cooperate-content .swiper-slide a>div {
    height: 75px;
    line-height: 75px;
    text-align: center;
}

.cooperate-content .swiper-slide a img { 
    display: inline-block;
    vertical-align: middle;
    /* opacity: 0; */
    transition: all 1s 0.5s;
    width: 99%;
}

.cooperate.active .cooperate-content .swiper-slide a img {
    opacity: 1;
}

.cooperate-content .swiper-slide p {
    font-size: 16px;
    text-align: center;
    padding: 0 20px;
    line-height: 25px;
}

.cooperate-content .swiper-slide li:hover {
    box-shadow: 0px 2px 9.5px 0.5px rgba(146, 158, 196, 0.4);
}

.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #a0a0a0;
    opacity: 1;
    background: none;
    position: relative;
}

.swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    border: 1px solid #59a5f4;
    top: 2px;
    background: url(../images/swiper-dot.png) no-repeat center;
}

.mr-10 {
    margin-left: 10px;
}

.pwd-layer {
    margin: 50px 30px 0 30px;
    text-align: center;
    font-weight: bold;
}

.pwd-layer input {
    border: 1px solid #ccc;
    height: 30px;
    width: 200px;
    border-radius: 4px;
    margin-left: 10px;
    font-weight: normal;
    padding: 0 10px;
}

.container {
    overflow: hidden;
}

/* 2020-02-06 */
.cooperate-tt {
    font-size: 24px;
    text-align: center;
    background: url('../images/cooperate_tt.png') no-repeat center;
}

.cooperate-mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 129px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    cursor: default;
    background-color: rgba(60, 81, 115, 0.4);
}

.cooperate-mask2 { 
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 219px;
    font-size: 24px;
    font-weight: bold;
    color: #aaaaaa;
    text-align: center;
    cursor: default; 
}
/* 2020.02.21 */

.register-content {
    position: absolute;
    float: none;
    top: 58px;
    right: 50%;
    margin-top: auto;
    margin-right: -600px;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: none;
    z-index: 999;
}

.register-content p a {
    font-size: 14px;
}

.register-content p a:hover {
    color: #246adc;
}

/* 轮播 */
.banner {
    position: relative;
}

.banner-img {
    height: 450px;
    overflow: hidden;
    position: relative;
}

.slider-conbox {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.slider-ctag {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider-switcher {
    position: absolute;
    left: 0;
    right: 0;
    height: 8px;
    bottom: 68px;
    text-align: center;
    font-size: 0;
    z-index: 999;
}

.slider-stag {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 8px;
    border-radius: 5px;
    margin: 0 5px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.7);
}

.slider-stag.cur {
    background-color: #fff;
}

.total-count {
    z-index: 999;
}