/**
 * product Start
 */
.product {
	position: relative;
}

.product .area {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.product .list .pro-bg {
	width: 520px;
	height: 520px;
	border-radius: 260px;
}

.product .list ul li:nth-child(1) {
	margin-top: 46px;
}

.product .list ul li:nth-child(2) {
	margin-top: -46px;
}

.product .list ul li:nth-child(3) {
	margin-top: -48px;
}

.product .list ul li:nth-child(4) {
	margin-top: -48px;
}

.product .list ul li:nth-child(5) {
	margin-top: -48px;
}

.product .list ul li:nth-child(6) {
	margin-top: -48px;
}

.product .list ul li:nth-child(7) {
	margin-top: -48px;
}

.product .list ul li {
	display: inline-block;
	width: 100%;
}

.product .list ul li .pro-bg {
	display: block;
}

.product .list ul li img {
    transition: all 0.6s ease-in-out;
}

.product .list ul li:hover img {
	transform: scale(1.08);
}

.product .list ul li .info h3 {
	font-size: 36px;
	line-height: 84px;
}

.product .list ul li .info p {
	width: 500px;
	font-size: 16px;
	line-height: 32px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.product .list ul li .info span {
	display: block;
	font-size: 24px;
	margin-top: 20px;
}

.product .list ul li .info span em {
	font-family: impact;
}

.product .list ul li .info a {
	display: inline-block;
	line-height: 42px;
	font-size: 24px;
	padding: 0 24px;
	margin-top: 32px;
}

.product .list ul li:nth-child(odd) > * {
	float: left;
	color: #FFFFFF;
}

.product .list ul li:nth-child(odd) .pro-bg {
	background-color: #ffffff;
	margin-left: 10px;
}

.product .list ul li:nth-child(odd) .pro-bg img {
	margin-top: -58px;
}

.product .list ul li:nth-child(odd) .info {
	margin-top: 88px;
	margin-left: 200px;
}

.product .list ul li:nth-child(odd) .info a {
	background-color: #FFFFFF;
	color: #2343B2;
}

.product .list ul li:nth-child(even) > * {
	float: right;
	color: #333333;
}

.product .list ul li:nth-child(even) .pro-bg {
	background-color: #2343B2;
	margin-right: 10px;
}

.product .list ul li:nth-child(even) .pro-bg img {
	margin-top: -58px;
	margin-left: -110px;
}

.product .list ul li:nth-child(even) .info {
	margin-top: 88px;
	margin-right: 200px;
}

.product .list ul li:nth-child(even) .info a {
	background-color: #2343B2;
	color: #FFFFFF;
}
/**
 * product End
 */

/**
 * 背景 Start
 */
.bg div {
	width: 100%;
}

.bg1 {
	height: 544px;
	background: url("../img/shequ/bg1.jpg") no-repeat center;
}

.bg2 {
	height: 476px;
	background-color: aquamarine;
	background: url("../img/shequ/bg2.jpg") no-repeat center;
}

.bg3 {
	height: 476px;
	background: url("../img/shequ/bg3.jpg") no-repeat center;
}

.bg4 {
	height: 476px;
	background: url("../img/shequ/bg4.jpg") no-repeat center;
}

.bg5 {
	height: 476px;
	background: url("../img/shequ/bg5.jpg") no-repeat center;
}

.bg6 {
	height: 476px;
	background: url("../img/shequ/bg6.jpg") no-repeat center;
}

.bg7 {
	height: 574px;
	background: url("../img/shequ/bg7.jpg") no-repeat center;
}
/**
 * 背景 End
 */

