body{
	background: url('../img/indexBG.png') no-repeat;
	background-position: top center;
	background-size: 100%;
	background-color: #fff;
}

.contentDiv{
	padding: 0 20%;
	margin-top: 40%;
	box-sizing: border-box;
	width: 100%;
	overflow: auto
}

.contentDiv>div{
	float: left;
}


.jzDiv{
	width: 60%;
	background-color: #fdf2f2;
	padding: 40px 30px;
	box-sizing: border-box;
	margin-top: 40px;
}

.jzTitle{
	color: #d50600;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
}

.jzTitle span{
	border-bottom: 2px solid #d50600;
	padding: 10px 0;
}

.inputDiv{
	overflow: auto;
	width: 100%;
	padding: 15px 0;
}

.inputDiv2{
	/* overflow: unset; */
	width: 100%;
	padding: 15px 0;
}

.inputDiv p,.inputDiv2 p{
	float: left;
	font-size: 14px;
	margin-top: 10px;
}

.inputDiv span,.inputDiv2 span{
	color: #666;
	font-size: 14px;
}

.inputDiv input,.inputDiv2 input{
	border: none;
	border-bottom: 1px solid #a59f9f;
	background-color: transparent;
	width: 65%;
	height: 30px;
	line-height:30px;
	margin-left: 20px;
	padding: 0 15px;
	box-sizing: border-box;
	outline: none;
	font-size: 16px;
	float: left;
}

.inputDiv>div{
	text-align: center;
	float: left;
	border: 1px solid #a59f9f;
	width: 70px;
	padding: 10px 0;
	margin: 0 5px;
	cursor: pointer;
	color: #a59f9f;
}

.setMoneyInput{
	border: 1px solid #a59f9f !important;
	width: 20% !important;
	height: 43px !important;
}


.moneyWidth{
	width: 45px !important;
}

.chooseDiv{
	background-color: #d50600;
	color: #fff !important;
	border: none !important;
}

.rDiv{
	margin-top: 5%;
	padding:80px 30px;
	width: 40%;
	box-sizing: border-box;

}

.messageDiv{
	padding: 20px 30px;
	box-sizing: border-box;
	box-shadow: 0px 10px 20px #fdf2f2;
}

.xxTitle{
	font-size: 16px;
	color: #d50600;
	padding: 15px 0;
}

.xxContent{
	margin: 5px 0;
}

.xxContent p{
	font-size: 16px;
	color: #333;
	padding: 10px 0;
}

.readMoreButton{
	width: 30%;
	margin-top: 5%;
	margin-left: 10px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #d50600;
	font-size: 16px;	
	border-radius: 5px;
	cursor: pointer;
}

.activityDiv{
	overflow: auto;
	padding: 40px 10%;
	box-sizing: border-box;
	background-color: #f9f9f9;
}

.activityDiv>div{
	float: left;
	width: 66%;
}
.activityTitle{
	width: 100%;
}
.activityTitle>div{
	width: 45px;
	border: 1px solid #d50600;
	margin: 0 auto;
}

.activityTitle>p{
	font-size: 24px;
	padding: 10px 0;
	text-align: center
}

.activityItemList {
    width: 100%;
    margin: 40px 0 0;
    height: 970px;
}

.activityItemList>div {
    float: left;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    height: 300px;
    cursor: pointer;
}

.actvityItemContentDiv{
	position: relative;
	height:100%;
}

.actvityItemContentDiv img{
	width: 100%;
	height:100%;
}

.actvityItemContent{
	position: absolute;
	top: 30px;
	text-align: center;
	width: 100%;
	padding: 50px 0;
	box-sizing: border-box;
	z-index:1000;
}

.actvityItemContent>div{
	width: 25px;
	border: 2px solid #fff;
	margin: 15px auto;
}

.actvityItemContent p{
	font-size: 14px;
	margin-top: 10px;
	color: #fff;
}

.activityT{
	font-size: 20px !important;
}

.redBoard{
	background-color: rgba(213, 6, 0, .7);
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index:999;
}

.jqList{	
	margin-top: 40px;
	padding: 60px 30px;
	background: url('../img/jqListLogo.png') no-repeat;
	background-position: bottom right;
	background-color: #d50600;
	height: 970px;
	overflow: hidden;
}

.jqItem{
	overflow: auto;
	padding: 15px 0;
}

.jqItem p{
	float: left;
	width: 25%;
	text-align: center;
	color: #fff
}

.jqActivity{
	width: 50% !important;
}

.jqReadMore{
	padding-top: 40px;
	color: #fff;
	font-size: 16px;
	padding-left: 50px;
	padding-bottom: 40px;
	background-color: #d50600;
	cursor: pointer;
}

.bottomNewsDiv{
	padding:40px 10%;
	background-color: #f9f9f9;
}

.bottomNewsDiv>div{
	background-color: #fff;
	padding: 40px 20px;
	overflow: auto;
	box-sizing: border-box;
	box-shadow:0 0 10px #ddd;
}

.bottomNewsDiv>div>div{
	float: left;
	font-size: 14px;
}

.leftDiv{
	color: #d50600;
	width: 8%;
	margin-top: 5px;
}

.rightDiv{
	width: 92%;
	line-height: 30px;
}

.nameInputs{
	width: 62% !important;
}

.j_select {
	margin: 0;
	padding: 0;
	cursor: pointer;
	position: relative;
	background: #fff;
	display: inline-block;
	width: 70% !important;
	float: left;
	background-color: transparent;
}

.wTextDiv{
	overflow: auto;
	margin-top: 20px;
}
.wTextDiv>div{
	float: left;
	width: 50%;
}
.wTextDiv img{
	width: 100%;
}

.indexC{
	font-size: 14px;
	line-height: 30px;
	color: #333;
	margin-top: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.cDiv{
	padding: 5% 0;
}

@media only screen and (max-width: 1400px) {
	.actvityItemContent {
	    position: absolute;
	    top: 30px;
	    text-align: center;
	    width: 100%;
	    padding: 10px 0;
	    box-sizing: border-box;
	    z-index: 1000;
	}

	.jqList {
	    margin-top: 40px;
	    padding: 60px 30px;
	    background: url(../img/jqListLogo.png) no-repeat;
	    background-position: bottom right;
	    background-color: #d50600;
	    height: 640px;
	    overflow: hidden;
	}
	.inputDiv>div {
	    text-align: center;
	    float: left;
	    border: 1px solid #a59f9f;
	    width: 70px;
	    padding: 10px 0;
	    margin: 0 5px;
	    cursor: pointer;
	    color: #a59f9f;
	}
	.j_select {
	    margin: 0;
	    padding: 0;
	    cursor: pointer;
	    position: relative;
	    background: #fff;
	    display: inline-block;
	    width: 69% !important;
	    float: left;
	    background-color: transparent;
	}

	.nameInputs{
		width: 60% !important;
	}

	.inputDiv input, .inputDiv2 input {
	    border: none;
	    border-bottom: 1px solid #a59f9f;
	    background-color: transparent;
	    width: 64%;
	    height: 30px;
	    line-height: 30px;
	    margin-left: 10px;
	    padding: 0 15px;
	    box-sizing: border-box;
	    outline: none;
	    font-size: 16px;
	    float: left;
	}
	.rDiv {
	    margin-top: 5%;
	    padding: 80px 10px;
	    width: 40%;
	    box-sizing: border-box;
	}
	.cDiv {
   		padding: 0% 0;
	}
	.readMoreButton {
	    width: 35%;
	    margin-top: 5%;
	    margin-left: 10px;
	    height: 40px;
	    line-height: 40px;
	    text-align: center;
	    color: #fff;
	    background-color: #d50600;
	    font-size: 16px;
	    border-radius: 5px;
	}
}

.activityItemList>div:nth-child(1),.activityItemList>div:nth-child(2){
	padding-top:0;
	
}

.sBoard{
	position:absolute;
	top:0;
	width:100%;
	bottom:0;
	background: linear-gradient(to bottom, #3a56bc , transparent); /* 鏍囧噯鐨勮娉� */
	z-index:998;
}

.qButton{
			width: 90% !important;
			height: 40px !important;
			line-height: 40px !important;
			background-color: #d50600 !important;
			text-align: center !important;
			color: #fff !important;
			margin: 0 !important;
			margin-top: 20px !important;
			padding: 0 !important;
		}