/*导航模块*/
.successCase .header{ background-color: white; }
/*精彩案例*/
/* .bg{
	background: url(../images/image/big1.jpg) no-repeat center top fixed;
	background-size: cover;
	height: auto;
} */
.goodsCase{ padding-top: 60px;padding-bottom: 30px; }
.goodsCase .gCase{background-color: white;padding-top: 30px;padding-bottom: 30px;  }
.bg .gCase i{ color: #e70014; }

.gcont{ 
	display: flex;
    justify-content: space-between;
    background-color: #fff;
    /* padding: 30px; */
    margin-top: 30px;
    transition: 0.3s;
}
.gcont:hover{
	background-color: red;
}
.gcont:hover .left h3{
	color: white;
}
.gcont:hover .left p{
	color: white;
}
.gcont .left{ padding: 30px;width: 40%;}
.gcont .left h3{
    display: block;
    font-size: 24px;
    margin-bottom: 24px;
    text-align: center;
    margin-top: 20px;
}
.gcont .left p{
    display: block;
    font-size: 16px;
    line-height: 1.6;
    margin:0 auto;
}
.gcont .right{
	margin:30px;
}

.successCase .fontCon{
    height: 336px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.successCase .fontCon div{
    margin-top: 94px;
}
.successCase .fontCon h2{
    font-size: 60px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.successCase .fontCon h4{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #FFFFFF;
}

.successCase .bg{
	background: url('../images/qx_banner_bg.png') no-repeat center top;

}
.successCase .fontCon p{
	font-size: 55px;
    color: #e60012;
}
.successCase .introduct{
	background-color: #FAFBFD;
	padding: 50px 54px 50px 44px;
	box-sizing: border-box;
	margin: 80px auto 80px;
}
.successCase .introduct p{
	line-height: 40px;
	font-size: 22px;
}
.successCase .introduct p strong{
    line-height: 40px;
	font-size: 22px;
}
.successCase .introduct p:nth-child(2){
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #BD7E4A;
    line-height: 48px;
}
.successCase .introduct .round{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #BD7E4A;
	margin-top: 14px;
	margin-right: 10px;
}

@media(max-width: 960px){
	.gcont{ flex-wrap: wrap; }
	.gcont .left{width: 100%;}
}