body {
    overflow-x: hidden;
    font-family: "microsoft yahei"
}

.header {
    padding: 0px 35px;
    box-sizing: border-box;
    /*  position: absolute;*/
    width: 1400px;
    /* left: 50%;
    top: 0px;
    transform: translate(-50%, 0px);*/
    margin: auto;
}

#header {
    width: 100%;
    height: 130px;
    background-color: #fff;
   /* position: fixed;
    top: 0px;
    z-index: 999;
    left: 0px;*/
    border-bottom: 1px solid #eee;
    box-shadow: 0px 0px 10px #c9d2df;
}

#wrapper {
    margin-top: 130px;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.headLf a {
    display: inline-block;
    padding-top: 4px;
}

.headRt {
    height: 100%;
    /*border-left: 1px solid #eeeeee;*/
    box-sizing: border-box;
}

.headPhoneInfo {
    height: 50px;
    line-height: 50px;
    /*border-left: 1px solid #eee;*/
    padding: 0 25px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
}



    .headPhone div.headPhoneInfo p {
        color: #023886;
        font-size: 14px;
    }

.headPhone a:hover {
    text-decoration: underline;
}

.headPhone {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

.headNav > ul {
    height: 79px;
}

    .headNav > ul > li {
        float: left;
        font-size: 15px;
        height: 79px;
        line-height: 79px;
        margin-left: 25px;
        position: relative;
    }

        .headNav > ul > li:after {
           /* content: "";
            display: table;
            clear: both;
            width: 0%;
            height: 2px;
            background-color: #023886;
            position: absolute;
            left: 50%;
            transform: translate(-50%, -15px);
            transition: all linear 0.4s;
            -webkit-transition: all linear 0.4s;
            z-index: 999;*/
        }

        .headNav > ul > li:hover:after {
            width: 100%;
        }

        .headNav > ul > li > a {
            font-size: 18px;
            font-weight: bold;
            color: #2d3e58;
            display: inline-block;
        }

@media screen and (max-width:1460px) {
    .headNav > ul > li > a {
        font-size: 17px;
    }
}

.navMenus ul {
    /*height: 60px;*/
}

    .navMenus ul li {
        /* display: inline-block;*/
        height: 50px;
        line-height: 50px;
    }

        .navMenus ul li a {
            color: #333;
            font-size: 15px;
            /* margin-left: 35px; */
            display: block;
        }

            .navMenus ul li a:hover {
                color: #2c46d8;
                /*font-weight: bold;*/
            }
        .navMenus ul li:hover {
            background-color: #dae6f2;
        }
               

                .navMenus {
                    display: none;
                    position: absolute;
                    width: 120px;
                    left: 50%;
                    z-index: 999;
                    background-color: #fff;
                    margin-left: -60px;
                    top: 70px;
                    height: auto !important;
                    /* line-height: 60px; */
                    text-align: center;
                    border-top: 2px solid #2c46d8;
                }

.tiles-description p.bannerText {
    text-align: center;
    font-size: 77px;
    font-weight: bold;
    letter-spacing: 10px;
    margin-top: 12%;
}

.modelTitle {
    margin: 20px 0px;
    margin-bottom: 45px;
}

    .modelTitle h1 {
        position: relative;
        height: 60px;
        width: 100%;
        line-height: 60px;
    }

        .modelTitle h1 span {
            position: absolute;
            left: 0px;
            font-size: 35px;
            font-weight: bold;
            color: #1a2331;
        }

        .modelTitle h1 b {
            position: absolute;
            left: 5px;
            color: rgba(31, 37, 47, 0.1);
            font-size: 75px;
            top: 20px;
            font-weight: bold;
        }

.businessList {
    height: 265px;
    background-color: #f1f4f8;
    text-align: center;
    padding: 50px 0px;
    box-sizing: border-box;
    cursor: pointer;
}

    .businessList p {
        text-align: center;
        font-size: 18px;
        color: #1a2331;
        margin: 25px 0px;
        font-weight: bold;
    }

.businessDetails {
    background-color: #f1f4f8;
    padding: 25px 15px;
    margin-top: 25px;
}

    .businessDetails .layui-row {
        background-color: #fff;
        box-shadow: 0 1px 20px rgba(194,215,236,.5);
        padding: 20px;
        box-sizing: border-box;
        overflow: hidden;
        min-height: 250px;
    }

.newIcon {
    width: 98px;
    height: 98px;
    background: url("../images/newicon.png") no-repeat;
    margin: auto;
}

.businessList.active {
    box-shadow: 0px 0px 20px #d5dadf;
    position: relative;
}

    .businessList.active:after {
        content: "";
        display: table;
        clear: both;
        position: absolute;
        border: 16px solid transparent;
        border-bottom-color: #e9eef4;
        left: 50%;
        margin-left: -16px;
        bottom: -25px;
    }

    .businessList.active p {
        color: #023886;
    }

.businessDetails .layui-container .businessInfos:not(:first-child) {
    display: none;
}

.newIcon img {
    height: 30px;
    margin: 36px auto;
}

.businessDetailsText h1 {
    font-size: 20px;
    color: #023886;
    letter-spacing: 3px;
    position: relative;
}

    .businessDetailsText h1:after {
        content: "";
        display: table;
        clear: both;
        position: absolute;
        left: 0px;
        bottom: -8px;
        width: 100%;
        height: 2px;
        background-color: #023886;
        animation: run1 linear 2s infinite;
        -webkit-animation: run1 linear 2s infinite;
        -o-animation: run1 linear 2s infinite;
    }

.biddingTitle {
    height: 50px;
    text-align: right;
}

    .biddingTitle li {
        display: inline-block;
        background-color: #e9eef4;
        height: 50px;
        line-height: 50px;
        text-align: center;
        padding: 0px 20px;
        font-size: 15px;
        color: #333;
        cursor: pointer;
        margin-left: 3px;
        border-radius: 2px;
    }

        .biddingTitle li.active {
            background-color: #023886;
            color: #fff;
        }

@keyframes run1 {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes run1 {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-o-keyframes run1 {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.businessDetailsText p {
    margin-top: 25px;
    text-indent: 2em;
    color: #42484e;
    font-size: 15px;
    line-height: 38px;
}

.caption {
    background: url(../images/caption1.png) right center no-repeat;
    height: 340px;
    background-size: contain;
    position: relative;
}

    .caption.caption2 {
        background: url(../images/caption2.gif) right center no-repeat;
        height: 340px;
        background-size: contain;
        position: relative;
    }

    .caption.caption3 {
        background: url(../images/caption3.png) right center no-repeat;
        height: 340px;
        background-size: contain;
        position: relative;
    }

    .caption.caption4 {
        background: url(../images/caption4.gif) right center no-repeat;
        height: 340px;
        background-size: contain;
        position: relative;
    }

.caption1 span:nth-child(1) {
    position: absolute;
    right: 250px;
    top: 190px;
    animation: run2 linear 2s infinite;
}

.caption1 span:nth-child(2) {
    position: absolute;
    right: 230px;
    top: 203px;
    animation: run2 linear 2s infinite;
    animation-delay: 1s;
}

.caption1 span:nth-child(3) {
    position: absolute;
    right: 49px;
    top: 186px;
    animation: run2 linear 2s infinite;
    animation-delay: 0.5s;
}

    .caption1 span:nth-child(3) img {
        width: 18px;
    }

.caption1 span:nth-child(4) {
    position: absolute;
    right: 8px;
    top: 256px;
    animation: run2 linear 3s infinite;
}

    .caption1 span:nth-child(4) img {
        width: 25px;
    }

.caption3 span {
    display: block;
    width: 120px;
    height: 120px;
}

    .caption3 span img {
        width: 100%;
        animation: run4 linear 3s infinite;
    }

    .caption3 span:nth-child(1) {
        position: absolute;
        right: 0px;
        top: 36px;
    }

    .caption3 span:nth-child(2) {
        position: absolute;
        right: 278px;
        top: 146px;
    }

        .caption3 span:nth-child(2) img {
            animation-delay: 0.2s;
        }

@keyframes run4 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes run4 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-o-keyframes run4 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-ms-keyframes run4 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes run2 {
    0% {
        top: 190px;
        opacity: 1;
        transform: rotate(0deg)
    }

    100% {
        top: -10px;
        opacity: 0;
        transform: rotate(360deg)
    }
}

@-webkit-keyframes run2 {
    0% {
        top: 190px;
        opacity: 1;
        transform: rotate(0deg)
    }

    100% {
        top: -10px;
        opacity: 0;
        transform: rotate(360deg)
    }
}

@-o-keyframes run2 {
    0% {
        top: 190px;
        opacity: 1;
        transform: rotate(0deg)
    }

    100% {
        top: -10px;
        opacity: 0;
        transform: rotate(360deg)
    }
}

@-ms-keyframes run2 {
    0% {
        top: 190px;
        opacity: 1;
        transform: rotate(0deg)
    }

    100% {
        top: -10px;
        opacity: 0;
        transform: rotate(360deg)
    }
}

.announcementTab {
    width: 100%;
    border: 1px solid #ebeef5;
    border-collapse: collapse;
    font-size: 14px;
    color: #333;
    margin: 15px 0px;
}

    .announcementTab tr th, .announcementTab tr td {
        height: 48px;
        border: 1px solid #ebeef5;
        text-align: center;
        padding: 14px 5px;
        box-sizing: border-box;
    }

    .announcementTab tr th {
        height: 60px;
        border: 1px solid #fff;
        background-color: #023886;
        color: #fff;
        font-weight: normal;
    }

    .announcementTab tbody tr:nth-child(even) {
        background-color: #fafafa;
    }

    .announcementTab tr td a {
        color: #023886;
    }

        .announcementTab tr td a i {
            font-size: 16px;
            vertical-align: middle;
            margin-left: 2px;
        }

        .announcementTab tr td a:hover {
            color: #333;
            text-decoration: underline;
        }

    .announcementTab tbody tr:hover td {
        background-color: #eff1f4;
        color: #3e4858;
    }

.biddingDown {
    text-align: center;
    margin: 25px 0px;
}

    .biddingDown span {
        font-size: 22px;
        color: #333;
        position: relative;
    }

        .biddingDown span:after {
            content: "";
            display: table;
            clear: both;
            width: 100%;
            height: 5px;
            background-color: #023886;
            position: absolute;
            left: 50%;
            transform: translate(-50%, 0px);
            animation: run3 linear 2s infinite;
            border-radius: 50px;
            background-image: linear-gradient(to right,#033886, #00aaea,#033886);
        }

@keyframes run3 {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes run3 {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-o-keyframes run3 {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-ms-keyframes run3 {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.biddingDown span b {
    color: #ac2b26;
    font-weight: bold;
}

.biddingDown span a:hover {
    font-weight: bold;
    color: #023886;
}

.honorShape {
    background-color: #033886;
    height: 500px;
    padding-top: 10px;
}

.modelTitle.modelTitleOther span {
    color: #fff;
}

.modelTitle.modelTitleOther b {
    color: rgba(255,255,255,0.12);
}

.swiper-container1 {
    height: 300px;
    background-color: #fff;
    padding: 0px 0px 60px 0px;
}

    .swiper-container1 img {
        width: 100%;
        height: 100%;
    }

    .swiper-container1 .swiper-slide {
        text-align: center;
        border: 1px solid #f5eee0;
        box-sizing: border-box;
        padding: 15px;
        padding-bottom: 60px;
        background: url(../images/honorbg.jpg) no-repeat;
        background-size: 100% 100%;
        width: 30%;
    }

.honorWrap {
    padding: 60px;
    box-sizing: border-box;
    background-color: #fff;
}

.swiper-button-next, .swiper-button-prev {
    top: 94%;
}

.swiper-container1 .swiper-slide p {
    height: 45px;
    background-color: #f5f5f5;
    line-height: 45px;
    font-size: 15px;
    color: #333;
    position: relative;
    transition: all linear .4s;
}

    .swiper-container1 .swiper-slide p span {
        position: relative;
        z-index: 10;
        transition: all linear .4s;
    }

    .swiper-container1 .swiper-slide p:after {
        content: "";
        display: table;
        clear: both;
        width: 100%;
        height: 100%;
        background-color: #033886;
        position: absolute;
        left: 0px;
        top: 0px;
        transform: rotatey(90deg);
        transition: all linear .4s;
    }

.swiper-container1 .swiper-slide:hover p span {
    color: #fff;
}

.swiper-container1 .swiper-slide:hover p:after {
    transform: rotatey(0deg);
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    background: #007aff;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007aff;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

#classicCase {
    margin-top: 95px;
}

.moreCase {
    font-size: 20px;
    color: #999;
    position: absolute;
    /* text-decoration: underline; */
    right: 0px;
    /* bottom: -35px; */
    margin-bottom: 40px;
}

.caseList {
    display: block;
    width: 100%;
    height: 265px;
    position: relative;
    overflow: hidden;
}

.caseListDown {
    border-bottom: 1px solid #e8e9ea;
    padding-bottom: 10px;
    position: relative;
    transition: all linear .4s;
}

    .caseListDown:after {
        content: "";
        display: table;
        clear: both;
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 0%;
        height: 1px;
        background-color: #033886;
        transition: all linear .4s;
    }

#classicCase .layui-col-md4:hover .caseListDown:after {
    width: 100%;
}

#classicCase .layui-col-md4:hover .caseListDown {
    padding-left: 2%;
}

    #classicCase .layui-col-md4:hover .caseListDown p {
        color: #033886;
        font-weight: bold;
    }

#classicCase .layui-col-md4 img {
    transition: all linear 0.4s;
}

#classicCase .layui-col-md4:hover img {
    transform: scale(1.2);
}

.caseList img {
    width: 100%;
    height: 100%;
}

.caseListDown h1 {
    font-size: 12px;
    color: #999;
    height: 17px;
}

.caseListDown p {
    font-size: 16px;
    color: #333;
    margin: 10px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 21px;
    transition: all linear .4s;
}

.caseListFirst {
    background-color: #f5f5f5;
    height: 334px;
    position: relative;
}

    .caseListFirst h1 {
        text-align: center;
        display: block;
        font-size: 36px;
        color: #999b9e;
        font-weight: normal;
        margin-top: 5%;
        margin-bottom: 15%;
    }

        .caseListFirst h1 b {
            color: #be4540;
            font-size: 80px;
            font-weight: normal;
        }

        .caseListFirst h1 p {
            font-size: 15px;
            text-indent: -26%;
        }

    .caseListFirst h2 {
        font-size: 26px;
        margin-left: 20%;
        color: #8e9297;
        position: absolute;
    }

        .caseListFirst h2:after {
            content: "";
            display: table;
            clear: both;
            position: absolute;
            left: 0px;
            bottom: -8px;
            width: 100%;
            height: 2px;
            background-color: #999b9e;
            animation: run1 linear 2s infinite;
            -webkit-animation: run1 linear 2s infinite;
            -o-animation: run1 linear 2s infinite;
        }

.playShade {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.45);
    display: none;
}

    .playShade i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        z-index: 10;
        color: #fff;
        font-size: 47px;
        font-style: normal;
        font-weight: normal;
    }

        .playShade i img {
            width: 32px;
            height: 32px;
        }

    .playShade span {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 2px dotted #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -50px;
        margin-top: -50px;
        animation: runcircle 1s linear infinite;
        z-index: 15;
        transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
    }

@keyframes runcircle {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(270deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

#classicCase .layui-col-md4:hover .playShade {
    display: block;
}

#newSlider img {
    width: 100%;
    height: 100%;
}

.newSliderList {
    position: relative;
}

    .newSliderList p {
        position: absolute;
        bottom: 0px;
        left: 0px;
        background-color: rgba(0,0,0,0.5);
        width: 100%;
        height: 50px;
        color: #fff;
        font-size: 15px;
        line-height: 50px;
        text-align: left;
        padding: 0 10px;
        box-sizing: border-box;
    }

        .newSliderList p span {
            display: inline-block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 70%;
        }

#newSlider .layui-carousel-ind li {
    height: 5px;
    border-radius: 5px;
}

#newSlider .layui-carousel-ind ul {
    background-color: transparent;
}

#newSlider .layui-carousel-ind li.layui-this {
    background-color: #fff;
    width: 20px;
}

#newSlider .layui-carousel-ind {
    width: 30%;
    text-align: right;
    float: right;
    margin-right: 2%;
    top: -33px;
}

.firstNew {
    padding-left: 35px;
    box-sizing: border-box;
}

    .firstNew h1 {
        font-size: 24px;
        color: #023886;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        font-weight: bold;
    }

    .firstNew h6 {
        font-size: 16px;
        color: #b1b8be;
        margin: 5px 0px;
    }

    .firstNew p a {
        font-size: 15px;
        color: #42484e;
        height: 40px;
        overflow: hidden;
        display: block;
        text-indent: 2em;
    }

.newNotices {
    padding-left: 35px;
    box-sizing: border-box;
    height: 400px;
    overflow: hidden;
}

    .newNotices ul li {
        overflow: hidden;
        background-color: #e8e9ea;
        margin-top: 15px;
        height: 61px;
        line-height: 61px;
        padding: 0 15px;
        padding-right: 0px;
    }

        .newNotices ul li a {
            float: left;
            width: calc(100% - 100px);
            color: #42484e;
            font-size: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .newNotices ul li div {
            float: right;
            background-color: #f1f4f8;
            width: 70px;
            height: 61px;
        }

            .newNotices ul li div p {
                height: 20px;
                line-height: 20px;
                font-size: 13px;
                text-align: center;
                color: #566882;
            }

            .newNotices ul li div b {
                display: block;
                height: 40px;
                line-height: 40px;
                text-align: center;
                font-size: 24px;
                border-bottom: 1px solid #c6ced5;
                box-sizing: border-box;
                color: #566882;
                font-weight: bold;
            }

        .newNotices ul li:hover {
            background-color: #f1f4f8;
        }

            .newNotices ul li:hover div {
                background-color: #023886;
            }

                .newNotices ul li:hover div b, .newNotices ul li:hover div p {
                    color: #fff;
                }

            .newNotices ul li:hover a {
                color: #023886;
            }

#reportWrap {
    box-sizing: border-box;
    margin-top: 35px;
}

    #reportWrap ul li {
        width: 300px;
        height: 185px;
        float: left;
        overflow: hidden;
        border-right: 1px solid #fff;
        box-sizing: border-box;
    }

    #reportWrap ul {
        overflow: hidden;
    }

        #reportWrap ul > .active {
            width: calc(100% - 300px);
        }

.generalMsgLf {
    text-align: center;
    width: 300px;
    float: left;
    height: 185px;
    color: #fff;
    /*border-right: 1px solid #d7dde4;*/
}

#reportWrap ul li:nth-child(1) .generalMsgLf {
    background-color: #e32821;
    border-top: 10px solid #f94840;
    box-sizing: border-box;
}

#reportWrap ul li:nth-child(2) .generalMsgLf {
    background-color: #033886;
    border-top: 10px solid #0f58c5;
    box-sizing: border-box;
}

.generalMsgLf p {
    font-size: 20px;
    padding: 0px 10px;
    line-height: 25px;
    margin-bottom: 35px;
}

    .generalMsgLf p a {
        font-size: 20px;
        color: #fff;
    }

.generalMsgLf img {
    height: 35px;
    margin: 35px 0px;
}

.generalMsgRt {
    float: left;
    width: calc(100% - 300px);
    box-sizing: border-box;
    height: 185px;
    box-shadow: none;
}

#reportWrap ul li:nth-child(1) .generalMsgRt {
    background-color: #e32821;
}

#reportWrap ul li:nth-child(2) .generalMsgRt {
    background-color: #033886;
}

.generalMsgRt a {
    display: block;
    width: 100%;
    height: 100%;
}

    .generalMsgRt a img {
        width: 100%;
        height: 100%;
    }

.footDown {
    background-color: #313948;
    padding: 50px 0px;
    margin-top: 35px;
}

    .footDown h2 {
        font-weight: normal;
        font-size: 16px;
        color: #fff;
        margin-bottom: 6px;
    }

    .footDown ul li {
        height: 30px;
        line-height: 30px;
    }

        .footDown ul li a {
            font-size: 14px;
            color: rgba(255,255,255,0.6);
        }

            .footDown ul li a:hover, .footDownCenter p:hover {
                color: rgba(255,255,255,1);
            }

.footDownCenter p {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
}

.footDownCenter > select {
    width: 100%;
    background-color: #313948;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    cursor: pointer;
}

.layui-row-up > div {
    border-right: 1px solid rgba(255,255,255,.15);
    padding-left: 25px;
    box-sizing: border-box;
    min-height: 190px;
    width: 20%
}

    .layui-row-up > div:last-child {
        border-right: none;
    }

.footDownFluid {
    background-color: #313948;
    border-top: 1px solid rgba(255,255,255,.15);
    padding: 30px 0px;
}

.layui-row-down img {
}

.copyrightInfo {
}

    .copyrightInfo p {
        font-size: 12px;
        color: rgba(255,255,255,0.4);
        line-height: 20px;
    }

#smallMenu {
    display: none;
    position: fixed;
    right: 0px;
    top: 0px;
}

.smallClose, .smallClose2 {
    position: absolute;
    right: 33px;
    top: 33px;
    cursor: pointer;
}

    .smallClose span, .smallClose2 span {
        display: block;
        width: 35px;
        height: 3px;
        background-color: #1a2331;
        margin: 9px 0px;
        transition: all linear 0.4s;
    }

    .smallClose2 span {
        background-color: #fff;
        transition: all linear .4s;
    }

    .smallClose2:hover span:nth-child(1) {
        transform: rotate(45deg) translate(16px, 10px);
    }

    .smallClose2:hover span:nth-child(2) {
        transform: scale(0);
    }

    .smallClose2:hover span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -1px);
    }

    .smallClose:hover span:nth-child(1) {
        width: 20px;
    }

.smallInfos {
    display: none;
    background-color: #023886;
    width: 100%;
    position: fixed;
    z-index: 100;
    left: 0px;
    top: 0px;
    height: 100%;
    text-align: center;
    padding-top: 150px;
}

    .smallInfos ul {
    }

        .smallInfos ul li {
        }

            .smallInfos ul li a {
                font-size: 18px;
                color: rgba(255,255,255,0.85);
                line-height: 54px;
            }

.tiles-nav {
    z-index: 900 !important;
}

#noticeUp {
    background-color: #f8f8f8;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    color: #023886;
    font-weight: bold;
    letter-spacing: 2px;
    border-bottom: 2px dashed #023886;
}

    #noticeUp .layui-carousel-ind ul {
        background-color: transparent;
    }

    #noticeUp .layui-carousel-ind li {
        background-color: #c8d3e3;
    }

        #noticeUp .layui-carousel-ind li.layui-this {
            background-color: #023886;
        }

    #noticeUp a:hover {
        color: #bd0102;
    }

    #noticeUp .layui-container {
        background: url('../images/noticeup.png') left center no-repeat;
        padding-left: 35px;
    }

.partyBack {
    text-align: right;
    height: 55px;
    line-height: 55px;
}

.partyInfos p {
    font-size: 16px;
    text-indent: 2em;
    line-height: 38px;
    color: #434343;
    text-align: left;
}

@media screen and (min-width: 1450px) {
    .layui-container {
        width: 1400px;
    }
}

@media screen and (max-width: 1450px) {
    .header {
        width: 1300px;
    }

    .tiles-description p.bannerText {
        font-size: 60px;
    }

    .swiper-container1 {
        height: 270px;
    }

        .swiper-container1 .swiper-slide {
            width: 40%;
        }
}

@media screen and (max-width:980px) {
    .headRt {
        display: none;
    }

    #smallMenu {
        display: block;
    }

    .swiper-container1 .swiper-slide {
        width: 90%;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }

    .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

    .swiper-button-next, .swiper-button-prev {
        transform: scale(0.5);
    }

    #reportWrap ul li {
        width: 100% !important;
    }

    .generalMsgLf {
        width: 130px !important;
    }

    .generalMsgRt {
        width: calc(100% - 130px) !important;
    }

    .businessList {
        height: 190px;
        padding: 20px 0px;
    }

        .businessList p {
            font-size: 23px;
        }

    .businessDetailsText p {
        font-size: 20px;
        line-height: 50px;
    }

    .newNotices ul li a, .biddingTitle li, .announcementTab, .moreCase {
        font-size: 20px;
    }

    .swiper-container1 {
        height: 350px;
    }

    .caseListDown p {
        font-size: 24px;
        height: 35px;
    }

    .caseListDown h1 {
        font-size: 15px;
    }

    .header {
        width: 100%;
    }

    .caseList {
        height: 340px;
    }

    .smallInfos ul li a {
        font-size: 30px;
        line-height: 70px;
    }

    .slider-wrap, .slider, .slider img {
        height: 535px;
    }

    .tiles-description {
        height: 525px;
    }

        .tiles-description p.bannerText {
            font-size: 45px;
            margin-top: 18%;
        }
}

@media screen (max-width:760px) {
    .smallInfos ul li a {
        font-size: 30px;
        line-height: 97px;
    }
}

#close1, #close2, #close3, #close4, #close5 {
    font-size: 25px;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #e7231b;
    color: #fff;
    z-index: 999;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    transition: all linear .4s;
}

    #close1:hover, #close2:hover, #close3:hover, #close4:hover, #close5:hover {
        transform: rotate(180deg);
    }

#vid, #vid1, #vid2 {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
}

.videoInfo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 800px;
    height: 350px;
    background-color: #fff;
    padding-top: 60px;
    box-sizing: border-box;
    box-shadow: 0 0 3px #f4f7f9, 0 0 0 10px #adcdf1;
    box-sizing: border-box;
}

    .videoInfo video {
        width: 100%;
        height: 100%;
    }

    .videoInfo a {
        width: 90%;
        margin: 24px auto;
        display: block;
        text-align: center;
        background-color: #f4f7f9;
        height: 62px;
        line-height: 62px;
        font-size: 18px;
        color: #035fc8;
    }

        .videoInfo a i {
            font-size: 30px;
            margin-left: 10px;
            vertical-align: middle;
        }

        .videoInfo a:hover {
            font-size: 19px;
            background-color: #035fc8;
            color: #fff;
        }
