.wy_list {
	background-image: linear-gradient(to right, #a3e5ff, #fff29b);
border-bottom-left-radius: 60px #333333;
}

.bmx {
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}

.tit {
	background: url(../img/tit.png)no-repeat;
	width: 725px;
	text-align: center;
	height: 130px;
	line-height: 90px;
	font-size: 45px;
	margin: 40px auto;
	font-weight: bold;
	color: #fcedd5;
	letter-spacing: 5px;
	text-shadow: 5px 5px 5px #677555;
}

.wy_mian {
	width: 1200px;
	margin: 40px auto;
}

.me_box {
	width: 1200px;
	margin: 40px auto;
	display: flex;
	justify-content: space-evenly;
}

.me_box button {
	width: 350px;
	height: 60px;
	background-color: #a3e5ff;
	color: #67c86e;
	font-size: 30px;
	border: 1px solid #67c86e;
	font-weight: bold;
	border-radius: 20px;
	letter-spacing: 5px;
	display: block;

}
.me_box button a{
	text-decoration: none;
	color: #ffffff;
}
.me_box button:nth-child(1) a{
	color: #67c86e;
	}
.me_box button:nth-child(2) {
	background-color: #67c86e;
	color: #ffffff;
}

.btm_box {
	background-color: #ffffff;

}

.cp_mian {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.cp_mian div:nth-child(1) {
	width: 350px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-weight: bold;
	font-size: 35px;
	background-image: linear-gradient(to right, #55ffce, #fff29b);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	float: left;

}

.cp_mian div:nth-child(2) {
	width: 350px;
	background-color: #55ffce;
	line-height: 60px;
	text-align: center;
	font-size: 30px;
	float: left;
	border-bottom-right-radius: 10px;
}

.mt_jit {
	width: 1200px;
	margin: 40px auto;
}

.tit span {
	color: #fff29b;
}

.tlm_on {
	text-align: center;
	font-size: 30px;
	line-height: 100px;
	font-weight: bold;
	letter-spacing: 5px;
}

.tlm_on span {
	font-size: 50px;
}

.fx_pnlgt {
	width: 1200px;
	margin: 0 auto;
	border: #ffffff 10px solid;
	border-radius: 10px;
}

.wy_olnt {
	border: #79e582 10px solid;
	background-color: #ffffff;
}

.list_mian ul {
	margin: 0;
	padding: 0;
	margin-left: 30px;
}

.list_mian ul li {
	list-style-type: none;
}

.aood_list {
	width: 1120px;
	margin: 0 auto;
}

.zl {
	margin-top: -40px;
	margin-left: 600px;
	font-size: 25px;
}

.lix_list {

}

.bd_bogind {
	background-color: #d8edff;
	position: relative;
	height: 210px;
	margin: 100px 0 0 0;
}

.tk_ring {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.mz_huangbo {
	position: absolute;
	top: -98px;
}

.mz_list {
	font-size: 30px;
	    width: 440px;
	    letter-spacing: 5px;
	    line-height: 50px;
	    float: left;
	    font-weight: 600;
	    border: #333333 5px solid;
	    margin-left: 340px;
	    position: relative;
	    border-radius: 10px;
	    margin-top: 25px;
	    height: 135px;
	    color: #333333;
	    padding-left: 15px;
}

.form_post {
	float: right;
	width: 380px;
}

.mz_list div {
	font-weight: 600;
	    font-size: 37px;
	    padding-bottom: 10px;
	    line-height: 65px;
}

.form_post form input:nth-child(1) {
	width: 350px;
	height: 60px;
	border-radius: 10px;
	margin-top: 25px;
	font-size: 25px;
	padding-left: 10px;
	border: none;
}

.form_post form input:nth-child(2) {
	width: 170px;
	height: 60px;
	border-radius: 10px;
	margin: 20px 0 0 0;
	font-size: 25px;
	float: left;
	background-color: #333333;
	color: #F7F5F5;
	border: none;
	font-weight: 600;
}

.form_post form input:nth-child(3) {
	width: 170px;
	height: 60px;
	border-radius: 10px;
	margin: 20px 0 0 20px;
	font-size: 25px;
	float: left;
	background-color: #ffffff;
	color: #333333;
	border: none;
	font-weight: 600;
}

/*背景色三角形*/
.bmxtn{

	width: 0;
	height: 0;
	border-right: 30px solid #333;
	border-bottom: 30px solid transparent;
	border-top: 30px solid transparent;
	position: absolute;
	margin: 50px auto;
top: -45px;
left: -30px;

}

.bmxtn span {
	display: block;
	width: 0;
	height: 0;
	border-right: 28px solid #d8edff;
	border-bottom: 28px solid transparent;
	border-top: 28px solid transparent;
	position: absolute;
	left: 2px;
	top: -23px;

}