.breadcrumbs-wrap{
    position: absolute; left: 0; top: 80px;
    z-index: 35;
}

.market-wrap {
    /*background-color: #f8f8f8;*/
}
.market-wrap .wrap-1{
    width: 100%; height: 449px;
    /* background: black; */
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
    color: white;
    position: relative;
    overflow: hidden;
}

.market-wrap .wrap-1 .bg-1{
    display: block;
    position: absolute; left: 0; top: 0%;
    width: 100%;
    height: auto;
    min-width: 1125px;
}

.market-wrap .wrap-1-1{
    position: relative; left: 0; top: 0;
    width: 460px; height: 338px;
    margin: auto;
    padding: 0 500px 0 0;
}

.market-wrap .wrap-1-1 h1{
    color: white;
    padding: 0;
    margin: 0 0 17px 0;
}

.market-wrap .wrap-1-1 img{
    display: block;
    position: absolute; left: 533px; bottom: 0;
}

.market-wrap .wrap-2 {
    background-color: #f8f8f8;
    padding: 40px 0 50px 0;
}

.market-wrap .wrap-2 h2{
    width: 960px;
    margin: 0 auto 40px auto;
    color: #464646;
    font-size: 32px;
    font-weight: bold;
}

.market-wrap .wrap-3 h2{
    font-weight: bold;
}

.market-wrap .wrap-2-1{
    width: 980px;
    margin: auto;
}

.market-wrap .wrap-2-1 a{
    text-decoration: none;
    display: block;
    width: 450px;
    border-radius: 4px;
    float: left;
    margin: 9px 39px 9px 9px;
    box-shadow: 0 2px 2px 1px rgba(0,0,0,0.25);
}

.market-wrap .wrap-2-1 a.right{
    margin-right: 0;
}

.market-wrap .wrap-2-1 a:hover{
    box-shadow: 0 0 9px 3px rgba(12,194,221,0.5);
}

.market-wrap .wrap-2-1 a span{
    display: block;
    text-align: center;
    color: #555555;
    font-size: 24px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
}

.market-wrap .wrap-3 {
    color: #636363;
    background-color: white;
    width: 960px;
    margin: auto;
    padding: 60px 0;
    line-height: 24px;
}

.market-wrap .wrap-3 h2{
    font-size: 32px;
    color: #464646;
    line-height: normal;
    padding: 0 0 25px 0;
    margin: 0;
}

.under-market.bg-color{
    background-color: #f7f9fc;
    padding: 20px 0;
}