/**!
* 一件事服务
* date:2020-04-22
* author: lengyy;
*/

.container {
    width: 1200px;
    margin: 0 auto;
}

.service-type {
    margin: 48px 0;
    padding-bottom: 4px;
    border: 1px solid #e9e9e9;
}

.type-head {
    margin: -1px;
    height: 111px;
    background: url("../images/type-bg.png");
}

.type-head::before {
    content: "";
    display: table;
}

.type-name {
    margin-top: -9px;
    margin-left: 26px;
    width: 369px;
    height: 107px;
    line-height: 107px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    background: url("../images/type-title.png");
}

.type-name a {
    padding-right: 40px;
    background: url("../images/type-arrow.png") no-repeat right center;
}

.tab-head {
    height: 60px;
    padding: 50px 0 30px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.tab-head>a {
    display: inline-block;
    width: 275px;
    height: 60px;
    margin: 0 10px;
    border-radius: 6px;
    border: 1px solid #5a8cc9;
}

.tab-head>a.active {
    background: #5a8cc9;
    color: #fff;
}

.tab-head span {
    display: inline-block;
    height: 60px;
    padding-left: 60px;
    background-position: left center;
    background-repeat: no-repeat;
}

.tab-head>a.market span {
    background-image: url("../images/market-tab.png");
}

.tab-head>a.market.active span {
    background-image: url("../images/market-active.png");
}

.tab-head>a.live span {
    background-image: url("../images/service-tab.png");
}

.tab-head>a.live.active span {
    background-image: url("../images/service-active.png");
}

.tab-head>a.build span {
    background-image: url("../images/invest-tab.png");
}

.tab-head>a.build.active span {
    background-image: url("../images/invest-active.png");
}

.service-list {
    margin: 30px 9px 0;
}

.service-list::after {
    content: "";
    display: block;
    clear: both;
}

.service-list>li {
    float: left;
    margin: 0 10px 24px;
}

.service-list>li>a {
    display: block;
    width: 275px;
    height: 180px;
    background: #f0f8ff;
    border-radius: 10px;
    font-size: 20px;
    color: #4178be;
    text-align: center;
    font-weight: bold;
    transition: .3s;
}

.service-list>li>a::before {
    content: "";
    display: table;
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: 18px auto 0;
    border-radius: 100%;
    background-color: #5a8cc9;
}

.service-name {
    margin: 15px;
}

.service-list>li>a:hover {
    background: #5a8cc9;
    color: #fff;
}

.service-list>li>a:hover .service-icon {
    background-color: #fff;
    background-position: bottom;
}

.more-btn {
    display: block;
    width: 190px;
    height: 42px;
    margin: 6px auto 24px;
    background: #fff;
    border: 1px solid #d8e6f2;
    border-radius: 3px;
    text-align: center;
    line-height: 42px;
    color: #4178be;
}
.chain-list {
    padding-top: 25px;
    border: 1px solid #E9E9E9;
    border-top: 0;
}

.chain-list li {
    float: left;
    margin: 0 0 24px 23px;
    display: table;
    width: 270px;
    height: 202px;
    background: #f5f9fc;
    border: 1px solid #E2EDF6;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.chain-list li:hover {
    background: #4178be;
}

.chain-list li>div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.chain-list img {
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.chain-list li:hover img {
    margin-bottom: 0;
}

.chain-list .name {
    margin-bottom: 10px;
    color: #4178be;
    font-size: 20px;
    font-weight: bold;
}

.chain-list li:hover .name {
    /* margin-top: 0; */
    color: #fff;
}

.chain-list .handle {
    display: none;
    width: 131px;
    height: 35px;
    line-height: 33px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 18px;
    border: 1px solid #fff;
    /* transition: all 0.3s ease; */
}

.chain-list li:hover .handle {
    display: inline-block;
}