* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
ul, ol, li {
    list-style-type: none;
}
img {
    border: 0;
    display: block;
}
input, select, textarea, li{
    vertical-align: middle;
}
body{
	background-color: white;
}
.mk1{
	width: 1200px;
	margin: 40px auto 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pyimg{
	width: 465px;
}
.pymb{
	width: 705px;
}
.pymb .pytitle{
	width: 100%;
	line-height: 50px;
	text-align: center;
	font-size: 40px;
	color: #da191b;
	font-weight: bold;
}
.pymb p{
	width: 100%;
	font-size: 27px;
	color: #333;
	margin-top: 20px;
}
.pymk{
	margin-top: 20px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.pymk .pymk1{
	width: 98px;
	    font-size: 27px;
	    color: #d61214;
	    font-weight: bold;
	    text-align: center;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
		border: 2px dashed #d61214;
		    border-radius: 10px;
}
.pymk .pymk2{
	width: 565px;
	    font-size: 22px;
	    color: #333;
	    padding-left: 25px;
		border: 2px dashed #d61214;
		    border-radius: 10px;
}
.pybtns{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.pybtns input{
	display: block;
	width: 400px;
	line-height: 50px;
	text-align: center;
	
	background-color: #fd7046;
	font-size: 29px;
	color: #fff;
	border-radius: 35px;
	margin: 20px;
}
.ymtitle{
	width: 100%;
	font-size: 40px;
	    text-align: center;
	    font-weight: bold;
	    color: #da191b;
}
.pybtn2{
	display: block;
	width: 720px;
	line-height: 75px;
	color: #fff;
	background-color: #ee2020;
	margin: auto;
	margin-top: 50px;
	font-size: 34px;
	text-align: center;
	font-weight: bold;
	border-radius: 35px;
}
.xxnr{
	width: 588px;
	display: flex;
	justify-content: space-between;
	border: 1px solid #333;
	border-radius: 10px;
	margin-top: 20px;
	
}
.xxnr img{
	height: 250px;
}
.xxnr p{
	width: 310px;
	margin-right: 25px;
	font-size: 22px;
	    margin-top: 15px;
}
.xxnr p span{
	width: 100%;
	display: block;
	    font-size: 28px;
	    color: #f10f12;
	    font-weight: bold;
	    margin-top: 23px;
}
.zptp{
	width: 100%;
	margin-top: 20px;
}
.jxts{
	width: 588px;
	display: flex;
	justify-content: space-between;
	border: 1px solid #333;
	border-radius: 10px;
	margin-top: 20px;
	overflow: hidden;
}
.jxts img{
	width: 180px;
}
.jxts p{
	width: 360px;
	font-size: 21px;
	    line-height: 35px;
		margin-right: 15px;
}
.jxts p span{
	width: 100%;
	display: block;
	   font-size: 26px;
	       color: #333333;
	       margin-top: 30px;
		   margin-bottom: 5px;
		   font-weight: bold;
}
.wttb{
	width: 535px;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
	border: 1px solid gray;
	margin-top: 20px;
}
.wttb tr{
	    display: table-row;
	    vertical-align: inherit;
	    border-color: inherit;
}
.wttb td{
	padding: 5px;
	text-align: center;
	border: 1px solid #da1107;
	line-height: 67px;
	font-weight: bold;
	color: #333;
	font-size: 25px;
}
.wtlist{
	width: 50%;
	height: 150px;
	margin-top: 20px;
}
.yst{
	width: 1200px;
	height: 150px;
	background-color: #f0ae26;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.yst .ys{
	width: 300px;
	margin-top: 15px;
}
.yst .ys img{
	width: 100px;
	display: block;
	margin: 0 auto;
}
.yst .ys p{
	width: 100%;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 26px;
}