﻿.sc-container .logo {
	/* margin-left: 100px; */
	margin-top: -20px;
	float: left;
}

.sc-container .logo .img {
	float: left;
}

.sc-container .logo .title {
	color: #0771af;
    float: left;
    font-size: 26px;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 5px;
    font-family: "微软雅黑";
}

.sc-container .main {
	width: auto;
	margin-top: 30px;
}

.sc-container .main .banner {
	width: auto;
	height: 310px;
	background-image:url(banner_2020.png);
	background-position: center;
	background-repeat: no-repeat;
}

.sc-container .main .tingzhang {
	width: 250px;
	height: 90px;
	background-image: url(images/tingzhang.png);
	background-position: center;
	background-repeat: no-repeat;
	float: left;
}

.sc-container .main .wangshang {
	width: 250px;
	height: 90px;
	background-image: url(images/consult.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 20px;
	float: left;
}

.sc-container .main .jubao {
	width: 250px;
	height: 90px;
	background-image: url(images/jubao.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 20px;
	float: left;
}

.sc-container .main .card {
	display: flex;
    justify-content: center;
	margin-top: -20px;
}

.sc-container .main .content {
	margin-top: 100px;
    display: flex;
    justify-content: center;
}

.sc-container .main .content .detail {
	width: 185px;
	height: 230px;
	border: 1px solid rgb(220, 220, 220);
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
}

.sc-container .main .qiyejiedai {
    width: 240px;
    height: 90px;
    background-image: url(images/qiyejiedai.png);
    background-position: center;
    background-repeat: no-repeat;
    float: left;
}

.sc-container .main .dianhuazixun {
    width: 240px;
    height: 90px;
    background-image: url(images/tel.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 20px;
    float: left;
}

.sc-container .main .content .detail .box1 {
	height: 50px;
	margin-top: 10px;
	background-image: url(images/box1.png);
	background-position: center;
	background-repeat: no-repeat;
}

.sc-container .main .content .detail .box2 {
	height: 50px;
	margin-top: 10px;
	background-image: url(images/box2.png);
	background-position: center;
	background-repeat: no-repeat;
}

.sc-container .main .content .detail .box3 {
	height: 50px;
	margin-top: 10px;
	background-image: url(images/box3.png);
	background-position: center;
	background-repeat: no-repeat;
}

.sc-container .main .content .detail .box4 {
	height: 50px;
	margin-top: 10px;
	background-image: url(images/box4.png);
	background-position: center;
	background-repeat: no-repeat;
}

.sc-container .main .content .detail .box5 {
	height: 50px;
	margin-top: 10px;
	background-image: url(images/box5.png);
	background-position: center;
	background-repeat: no-repeat;
}

.sc-container .main .content .detail .pic1 {
	width: 80px;
	height: 80px;
	margin-top: 25px;
	background-image: url(images/zhengce.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 30%
}

.sc-container .main .content .detail .pic2 {
	width: 80px;
	height: 80px;
	margin-top: 25px;
	background-image: url(images/biaozhun.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 30%
}

.sc-container .main .content .detail .pic3 {
	width: 80px;
	height: 80px;
	margin-top: 25px;
	background-image: url(images/banshi.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 30%
}

.sc-container .main .content .detail .pic4 {
	width: 80px;
	height: 80px;
	margin-top: 25px;
	background-image: url(images/fuwu.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 30%
}

.sc-container .main .content .detail .pic5 {
	width: 80px;
	height: 80px;
	margin-top: 25px;
	background-image: url(images/fagui.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 30%
}

.sc-container .main .content .detail .title {
	text-align: center;
	display: block;
	color: rgb(70, 76, 91);
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	font-family: "Helvetica Neue", Helvetica, "PingFang SC",
		"Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.sc-container .main .content .detail .operate {
	width: 100%;
	padding-bottom: 10px;
	position: absolute;
	margin-left: 50px;
	bottom: 0;
}

.sc-container .footer {
background-color: #017AD7;
    position: absolute;
    width: 98%;
    bottom: 0;
}

#index .ivu-col-span-4 {
	display: block;
	width: initial;
}
#index {
    width: 80%;
    position: relative;
}