﻿/**!
* 南通市网上招投标系统
* date:2021-03-29
* author: zsy;
*/

.special-box {
    background: url("../css/images/special_header.png") no-repeat center top;
    padding: 380px 0 45px 0;
}


/* 我们的服务 */

.our-service .head {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    background: url("../css/images/title_bg.png") no-repeat center;
}

.service-list {
    margin: -15px 0 0 -35px;
}

.service-item {
    width: 33.33%;
}

.service-item .link {
    display: block;
    height: 130px;
    border-radius: 5px;
    margin: 35px 0 0 35px;
    padding: 20px 25px 0 120px;
    box-sizing: border-box;
    color: #fff;
    background-repeat: no-repeat;
    position: relative;
}

.service-item .link:hover {
    transform: translateY(-10px);
}

.service-item .link .headline {
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
}

.service-item .link .dot {
    height: 60px;
}

.service-item:nth-child(1) .link {
    background-image: url("../css/images/special_bg1.png");
}

.service-item:nth-child(2) .link {
    background-image: url("../css/images/special_bg2.png");
}

.service-item:nth-child(3) .link {
    background-image: url("../css/images/special_bg3.png");
}

.service-item:nth-child(4) .link {
    background-image: url("../css/images/special_bg4.png");
}

.service-item:nth-child(5) .link {
    background-image: url("../css/images/special_bg5.png");
}

.service-item:nth-child(6) .link {
    background-image: url("../css/images/special_bg6.png");
}

.service-item .link:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    width: 75px;
    height: 85px;
    left: 25px;
    top: 20px;
}

.service-item:nth-child(1) .link:before {
    background-image: url("../css/images/special_icon1.png");
}

.service-item:nth-child(2) .link:before {
    background-image: url("../css/images/special_icon2.png");
}

.service-item:nth-child(3) .link:before {
    background-image: url("../css/images/special_icon3.png");
}

.service-item:nth-child(4) .link:before {
    background-image: url("../css/images/special_icon4.png");
}

.service-item:nth-child(5) .link:before {
    background-image: url("../css/images/special_icon5.png");
}

.service-item:nth-child(6) .link:before {
    background-image: url("../css/images/special_icon6.png");
}


/* 一号通办 */

.main-box {
    margin-top: 50px;
}

.box-hd {
    font-size: 24px;
    font-weight: bold;
    line-height: 56px;
    border-bottom: 1px solid #cfe6f5;
    padding-left: 43px;
    background-repeat: no-repeat;
    background-position: left center;
}

.first-box .box-hd {
    background-image: url("../css/images/title_icon1.png");
}

.finance-box .box-hd {
    background-image: url("../css/images/title_icon2.png");
}

.policy-box .box-hd {
    background-image: url("../css/images/title_icon3.png");
}

.project-box .box-hd {
    background-image: url("../css/images/title_icon4.png");
}

.clue-box .box-hd {
    background-image: url("../css/images/title_icon5.png");
}

.evolute-box .box-hd {
    background-image: url("../css/images/title_icon6.png");
}

.box-bd {
    margin-top: 30px;
}

.box-style {
    box-shadow: 0 0 15px #f5f8fc;
}

.chart-box {
    width: calc(50% - 11px);
    padding-top: 9px;
}

.type-chart,
.map {
    height: 333px;
}

.map {
    position: relative;
}

.map:before {
    content: "";
    width: 475px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 7px;
    transform: translate(-50%, -50%);
    background: url("../css/images/map_bg.png") no-repeat;
    background-size: 100% 100%;
}


/* 金融服务 */

.finance-list {
    margin-left: -20px;
}

.finance-item {
    width: 33.33%;
}

.finance-item .link {
    display: block;
    margin-left: 20px;
    height: 155px;
    border: 1px solid transparent;
    padding: 30px 0 0 160px;
    box-sizing: border-box;
    background-color: #eef6ff;
    background-repeat: no-repeat;
    background-position: 50px center;
	cursor: default;
}

.finance-item .link:hover {
    border-color: #8fbfff;
}

.finance-item:nth-child(1) .link {
    background-image: url("../css/images/service_icon1.png");
}

.finance-item:nth-child(2) .link {
    background-image: url("../css/images/service_icon2.png");
}

.finance-item:nth-child(3) .link {
    background-image: url("../css/images/service_icon3.png");
}

.finance-item .link .text {
    font-size: 18px;
    color: #333;
}

.finance-item .link .total {
    font-size: 16px;
    color: #b7bfc9;
}

.finance-item .link .total .number {
    font-weight: bold;
    font-size: 40px;
    margin-right: 15px;
    color: #333;
}


/* 政策咨询 */

.policy-box .box-bd {
    padding-top: 9px;
}

.policy-box .chart-box {
    width: 50%;
    height: 355px;
}

.policy-box .chart-box:first-child {
    position: relative;
}

.policy-box .chart-box:first-child:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 300px;
    background-color: #e0e0e0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}


/* 项目定制 */

.project-box .box-bd {
    padding-bottom: 35px;
}

.project-box .chart-box {
    width: 50%;
    text-align: center;
}

.use-chart,
.number-chart {
    height: 170px;
}

.project-box .chart-box .percent {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
}

.project-box .chart-box .percent+.percent {
    margin-left: 25px;
}

.project-box .chart-box .percent .result {
    display: inline-block;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
}

.project-box .chart-box .percent .up {
    background-image: url("../css/images/up_icon.png");
}

.project-box .chart-box .percent .down {
    background-image: url("../css/images/down_icon.png");
}


/* 线索征集 */

.box-bd .title {
    font-size: 22px;
    text-align: center;
    height: 42px;
    line-height: 42px;
}

.clue-box .chart-box {
    height: 265px;
}

.clue-box .chart-box:last-child {
    position: relative;
}

.clue-box .chart-box:last-child .title {
    position: absolute;
    top: 9px;
    left: 50%;
    transform: translateX(-50%);
}

.clue-total {
    text-align: center;
    font-size: 60px;
    color: #0f8de8;
    margin-top: 48px;
}

.clue-total .unit,
.clue-total .clue {
    display: inline-block;
}

.clue-total .unit {
    font-size: 30px;
    color: #999;
	margin-left: 6px;
}

.clue-total .clue {
    width: 64px;
    height: 64px;
    line-height: 64px;
    background: url("../css/images/number_bg.png") no-repeat;
}

.clue-total .clue:first-child {
    margin-right: 10px;
}

.statistic-chart {
    height: 100%;
}


/* 好差评 */

.evolute-item {
    width: 20%;
}

.evolute-item .link {
    display: block;
    text-align: center;
    background-color: #f3f9ff;
    height: 150px;
    padding-top: 38px;
    box-sizing: border-box;
    position: relative;
	    cursor: default;
}

.evolute-item .link:hover {
    background-color: #e4f1ff;
}

.evolute-item .link:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 80px;
    background-color: #e6e9ec;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.evolute-item:first-child .link:before {
    display: none;
}

.evolute-item .link .number {
    font-size: 30px;
}

.evolute-item:nth-child(1) .link .number {
    color: #12ac19;
}

.evolute-item:nth-child(2) .link .number {
    color: #36ca9b;
}

.evolute-item:nth-child(3) .link .number {
    color: #339aed;
}

.evolute-item:nth-child(4) .link .number {
    color: #f68e31;
}

.evolute-item:nth-child(5) .link .number {
    color: #f24343;
}

.evolute-item .link .context {
    font-size: 18px;
    color: #333;
}