* {
	box-sizing: border-box;
}

body {
	font-family: "Microsoft YaHei", sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	overflow-x: hidden;
	line-height: 1.14;
}

a {
	color: inherit;
}

a:hover {
	color: inherit;
}

img {
	max-width: 100%;
	display: block;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}

.wrapper:after,
.wrapper:before,
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*index*/
.banner {
	background: url(../images/banner.jpg) no-repeat center;
	height: 646px;
	
}

.mbox {
	padding: 70px 0;
}

.mtit {
	text-align: center;
	font-size: 50px;
	color: #333;
	font-weight: bold;
}

.mtit i {
	background: url(../images/tit02.png) no-repeat;
	width: 71px;
	height: 71px;
	text-align: center;
	line-height: 71px;
	color: #fff;
	font-size: 26px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	margin-top: -5px;
	font-weight: bold;
	letter-spacing: -1px;
}

.mtit.white {
	color: #fff;
}

.mtit.white i {
	background-image: url(../images/tit01.png);
	color: #b51c1d;
}

.tip {
	margin-top: 9px;
	color: #333333;
	font-size: 20px;
	text-align: center;
}

.nav {
	margin-top: 40px;
	margin-left: 25px;
}

.nav li {
	display: inline-block;
	width: 180px;
	height: 62px;
	text-align: center;
	line-height: 62px;
	border-radius: 15px;
	font-size: 26px;
	color: #fff;
	margin: 4px;
	cursor: pointer;
	background: #4865c1;
	background-image: linear-gradient(to right, #5879cd, #3a54b6);
}

.nav li.active,
.nav li:hover {
	background: #f64a39;
	background-image: linear-gradient(to right, #ff6844, #ee2f30);
}

.mtable {
	margin-top: 40px;
	hidden;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
}

table {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
	border: 1px solid #fff;
	border-radius: 10px;
}

table thead tr {
	background: #4865c1;
	background-image: linear-gradient(to right, #5879cd, #3a54b6);
}

table th {
	height: 67px;
	text-align: center;
	font-size: 25px;
	color: #fff;
}

table td {
	text-align: center;
	padding: 18px 20px;
	font-size: 20px;
	color: #333333;
	border: 1px solid #dcdcdc;
	line-height: 1.7;
}

table a {
	color: #df2326;
}

table a:hover {
	color: #df2326;
	text-decoration: underline;
}

table .txt {
	text-align: left;
	line-height: 1.3;
}

.fc-red {
	color: #df2326;
}

.mbox2 {
	background: url(../images/bg01.jpg) no-repeat center;
}

.marea {
	height: auto;
	overflow: hidden;
	margin-right: -11px;
	margin-top: 35px;
}

.marea li {
	float: left;
	width: 140px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	font-size: 26px;
	color: #fff;
	border-radius: 30px;
	margin: 0 11px 11px 0;
	cursor: pointer;
	background: #3285fc;
	background-image: linear-gradient(to right, #53a7f8, #2376fe);
}

.marea li a {
	display: block;
	color: inherit;
}

.marea li.active,
.marea li:hover {
	background: #ffdeb9;
	color: #b21a1b;
}

.mbox3 {
	background: #f7f8fc;
}

.mqr {
	text-align: center;
	margin-top: 40px;
}

.mqr li {
	display: inline-block;
	vertical-align: top;
	margin: 0 25px;
}

.mqr-box {
	background: #4a68c2;
	padding: 10px;
	border-radius: 25px;
}

.mqr-box .img {
	background: #fff;
	width: 319px;
	height: 319px;
	line-height: 319px;
	border-radius: 15px;
}

.mqr-box .img img {
	width: 304px;
	height: 304px;
	display: inline-block;
	vertical-align: middle;
}

.mqr-box p {
	padding: 20px 0 10px;
	color: #fff;
	font-size: 25px;
}

.mimgs {
	margin-top: 55px;
	margin-right: -25px;
}

.mimgs li {
	float: left;
	width: 383px;
	margin-right: 25px;
}
.ys_img{
	height: 327px;
	margin: 0 auto;
	margin-top: 60px;
	display: block;
}
.ys_img2{
	display: none;
}
@media screen and (max-width:1201px) {
	.mob_header {
		height: auto;
	}

	.wrapper {
		width: auto;
		margin: 0 4%;
	}

	.banner {
		height: 180px;
		background-size: cover;
	}

	.mbox {
		padding: 30px 0;
	}

	.mtit {
		font-size: 18px;
	}

	.mtit i {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 12px;
		background-size: cover;
	}

	.tip {
		font-size: 13px;
	}

	.nav {
		margin-left: 0;
		margin-right: 0;
		margin-top: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.nav li {
		width: 19%;
		margin: 0;
		margin-bottom: 4px;
		height: 35px;
		line-height: 35px;
		border-radius: 10px;
		font-size: 13px;
		margin-left: 4px;
	}

	.mtable {
		overflow-x: auto;
		margin-top: 15px;
	}

	table {
		min-width: 780px;
	}

	table th {
		height: 40px;
		font-size: 14px;
	}

	table td {
		font-size: 13px;
		padding: 10px;
	}

	.mbox2 {
		background-size: cover;
	}

	.marea {
		margin-right: 0;
		margin-top: 15px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.marea li {
		width: 24%;
		margin: 0;
		margin-bottom: 2px;
		height: 35px;
		line-height: 35px;
		font-size: 13px;
	}

	.mqr li {
		margin: 0 10px;
	}

	.mqr {
		margin-top: 15px;
	}

	.mqr li {
		margin: 0 5px;
	}

	.mqr-box {
		padding: 5px;
		border-radius: 10px;
	}

	.mqr-box .img {
		width: 130px;
		height: 130px;
		line-height: 130px;
		border-radius: 5px;
	}

	.mqr-box .img img {
		width: 120px;
		height: 120px;
	}

	.mqr-box p {
		font-size: 12px;
		padding: 8px 0 3px;
	}

	.mimgs {
		margin-top: 1%;
		        margin-right: 0;
		        display: flex;
		        justify-content: center;
		        flex-wrap: wrap;

	}

	.mimgs li {
		width: 45%;
		margin: 3% 2%;
	}
	.ys_text{
		display: none !important;
	}
	.ys_img{
		display: none;
	}
	.ys_img2{
		height: 150px;
		display: block;
		margin: 0 auto;
		margin-top: 30px;
	}
	table{
		min-width: 100%;
	}
	tr th:nth-child(3){
		display: none;
	}
	/*tr th:nth-last-child(1){
		display: none;
	}*/
	tr td:nth-child(3){
		display: none;
	}
	/*tr td:nth-last-child(1){
		display: none;
	}*/


}
