body {
    background-color: #fff;
}

.notice {
    position: relative;
    padding-left: 125px;
    margin-top: 62px;
}

.notice-hd {
    position: absolute;
    top: 8px;
    left: 0;
    width: 106px;
    height: 70px;
    background: url('../images/notice_img.png') no-repeat;
}

.notice-hd>p {
    font-size: 24px;
    font-weight: bold;
}

.notice-top {
    padding-left: 10px;
    padding-top: 12px;
    color: #fff;
    text-shadow: #faa244 1px 0 0, #faa244 0 1px 0, #faa244 -1px 0 0, #faa244 0 -1px 0;
}

.notice-bot {
    text-align: right;
    color: #faa244;
    margin-top: -10px;
}

.notice-module {
    box-sizing: border-box;
    padding-right: 20px;
    width: 50%;
    float: left;
    height: 90px;
}

.notice-module>a {
    position: relative;
    display: block;
    font-size: 16px;
    color: black;
    padding-left: 10px;
}

.notice-module>a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 4px;
    height: 12px;
    border-radius: 5px;
    background-color: #f78c26;
    background-image: linear-gradient(to bottom, #f78c26, #fdb952);
}

.notice-det {
    line-height: 28px;
    height: 56px;
    text-indent: 25px;
    padding-top: 10px;
    overflow: hidden;
}

.notice-more {
    margin: 15px auto 0;
}

.more-style {
    display: block;
    width: 50px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #2a6aa7;
    border-radius: 25px;
    color: #2a6aa7;
}


/* 轮播 */

.motice-wrap {
    margin-top: 62px;
    background-color: #f9fafe;
    border-radius: 5px;
    overflow: hidden;
    height: 320px;
}

#carousel {
    width: 560px;
    position: relative;
    height: 100%;
}

#carousel img {
    display: block;
    width: 100%;
    height: 320px;
}

.img-intro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-right: 160px;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.owl-dots {
    position: absolute;
    right: 10px;
    bottom: 15px;
    height: 8px;
    z-index: 60;
    overflow: hidden;
}

#carousel button.owl-dot {
    float: left;
    width: 8px;
    height: 8px;
    margin-right: 7px;
    border-radius: 25px;
    background: #fff;
    border: 0;
    outline: 0;
}

#carousel .owl-dot.active {
    background: #f7881c;
}


/* 新闻 */

.news {
    box-sizing: border-box;
    width: 580px;
    padding-right: 10px;
}

.news-name {
    box-sizing: border-box;
    width: 144px;
    height: 46px;
    padding-top: 6px;
    padding-left: 17px;
    line-height: 40px;
    font-size: 18px;
    color: #999;
}

.news-name.active {
    font-size: 20px;
    color: #fff;
    background: url('../images/news_tt.png') no-repeat;
}

.news-more {
    margin-top: 15px;
}

.bdl {
    display: none;
}

.news-list>li {
    line-height: 24px;
    font-size: 16px;
    margin-top: 18px;
    overflow: hidden;
}

.news-link {
    float: left;
    color: #333;
    padding-left: 20px;
    width: calc(100% - 120px);
    background: url('../images/listImg.png') no-repeat left center;
}

.news-list>li:hover .news-link {
    color: #f7881c;
    background-image: url('../images/listimgh.png');
}

.news-list>li:hover span {
    color: #f7881c;
}


/* 交易信息 */

.trans {
    height: 496px;
    margin-top: 60px;
    background: url('../images/trans_bg.jpg') no-repeat center top;
}

.trans-hd {
    padding-top: 38px;
}

.trans-tt {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    padding: 0 117px 0 20px;
    background: url('../images/trans_tt.png') no-repeat right center;
}

.trans-tt:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 5px;
    height: 20px;
    background-color: #82bffc;
    background-image: linear-gradient(to bottom, #82bffc, #2f6fac);
}

.trans-hd .more-style {
    margin-top: 6px;
}

.trans-tab-hd {
    height: 38px;
    text-align: center;
    padding-left: 188px;
    font-size: 0;
    padding: 40px 0 20px 0;
}

.trans-tab-hd>a {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #999;
    margin: 0 50px;
    padding-left: 45px;
    background-repeat: no-repeat;
    background-position: left center;
}

.trans-tab-hd>a.active {
    color: #2a6aa7;
}

.trans-tab-hd>a:nth-child(1) {
    background-image: url('../images/trans_ico1.png');
}

.trans-tab-hd>a:nth-child(2) {
    background-image: url('../images/trans_ico2.png');
}

.trans-tab-hd>a:nth-child(3) {
    background-image: url('../images/trans_ico3.png');
}

.trans-tab-hd>a:nth-child(1).active {
    background-image: url('../images/trans_ico1h.png');
}

.trans-tab-hd>a:nth-child(2).active {
    background-image: url('../images/trans_ico2h.png');
}

.trans-tab-hd>a:nth-child(3).active {
    background-image: url('../images/trans_ico3h.png');
}

.trans-tab-bd {
    height: 275px;
}

.second-tab-hd {
    width: 150px;
}

.second-tab-hd>a {
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-top: 7px;
    background-repeat: no-repeat;
}

.second-tab-hd>a:nth-child(1) {
    margin-top: 0;
    background-image: url('../images/sec_bg1.png');
}

.second-tab-hd>a:nth-child(2) {
    background-image: url('../images/sec_bg2.png');
}

.second-tab-hd>a:nth-child(3) {
    background-image: url('../images/sec_bg3.png');
}

.second-tab-hd>a:nth-child(4) {
    background-image: url('../images/sec_bg4.png');
}

.second-tab-hd>a.active:before {
    position: absolute;
    content: "";
    right: -6px;
    top: 50%;
    margin-top: -6px;
    width: 6px;
    height: 12px;
    background-repeat: no-repeat;
}

.second-tab-hd>a:nth-child(1).active:before {
    background-image: url('../images/sec_ico1.png');
}

.second-tab-hd>a:nth-child(2).active:before {
    background-image: url('../images/sec_ico2.png');
}

.second-tab-hd>a:nth-child(3).active:before {
    background-image: url('../images/sec_ico3.png');
}

.second-tab-hd>a:nth-child(4).active:before {
    background-image: url('../images/sec_ico4.png');
}

.second-tab-bd {
    width: 1014px;
}

.second-items {
    margin: -40px -15px 0;
}

.second-items>li {
    float: left;
    width: 33.3333%;
    margin-top: 40px;
}

.second-link {
    display: block;
    height: 110px;
    padding: 9px 10px 0;
    margin: 0 15px;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 16px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: all 0.4s ease-in-out;
}

.second-link:hover {
    transform: translate(0, -10px);
}

.second-link>h3 {
    padding-left: 20px;
    color: #333;
    line-height: 32px;
    background: url('../images/sec_img.png') no-repeat left center;
}

.second-link>p {
    color: #666;
    line-height: 28px;
    padding-left: 20px;
}

.second-link>p>label {
    display: inline-block;
    color: #999;
    width: 79px;
    text-align: right;
}


/* 广告图 */

.banner-img {
    position: relative;
    display: block;
    height: 180px;
    overflow: hidden;
}

.banner-img>img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}


/* 交易服务 */

.service-items {
    margin: 40px -15px 0;
}

.service-items>li {
    float: left;
    width: 25%;
}

.service-items>li>a {
    box-sizing: border-box;
    display: block;
    margin: 0 15px;
    height: 140px;
    padding: 33px 0 0 23px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.4s ease-in-out;
}

.service-items>li>a:hover {
    transform: translate(0, -10px);
}

.service-items>li:nth-child(1)>a {
    background-image: url('../images/service_bg1.png');
}

.service-items>li:nth-child(2)>a {
    background-image: url('../images/service_bg2.png');
}

.service-items>li:nth-child(3)>a {
    background-image: url('../images/service_bg3.png');
}

.service-items>li:nth-child(4)>a {
    background-image: url('../images/service_bg4.png');
}

.service-items>li>a>h3 {
    font-size: 22px;
    color: #fff;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}

.service-items>li>a>p {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    padding-top: 10px;
}

.service-nodes {
    margin: 50px -15px 0;
}

.service-nodes>li {
    float: left;
    width: 33.333%;
}

.service-nodes>li>a {
    display: block;
    margin: 0 15px;
    height: 110px;
    line-height: 110px;
    font-size: 22px;
    text-align: center;
    font-family: "hxbns";
    color: #fff;
    text-shadow: #457cb6 2px 0 0, #457cb6 0 2px 0, #457cb6 -2px 0 0, #457cb6 0 -2px 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.4s ease-in-out;
}

.service-nodes>li>a:hover {
    transform: translate(0, -10px);
}

.service-nodes>li:nth-child(1)>a {
    background-image: url('../images/service_bg5.png');
}

.service-nodes>li:nth-child(2)>a {
    background-image: url('../images/service_bg6.png');
}

.service-nodes>li:nth-child(3)>a {
    background-image: url('../images/service_bg7.png');
}

.footer {
    margin-top: 60px;
}