*{ 
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
ul {
	list-style: none;
}
body {
	font-family: "Microsoft Yahei";
  font-size: 16px;
}
a.com:link, a.com:visited, a.com:active {
  text-decoration: none;
  font-family: "Microsoft YaHei";
  color: #333333;
}
/* ==========
   工具样式
   ========== */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.m_r_40 {
  margin-right: 2%;
}

.hr_10 {
  box-sizing: content-box;
  height: 10px;
  overflow: visible;
}

.margin10 {
	margin-top: 10px;
}
.margin20 {
	margin-top: 20px;
}
.margin30 {
	margin-top: 30px;
}
.margin40 {
	margin-top: 40px;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.d-flex-bet {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.bgfff {
  padding: 30px;
  background-color: #fff;
}

/* main */
.main {
  overflow: hidden;
	position: relative;    
}
.main-swiperbox {
	display: inline-block;
	width: 1920px;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 50%;
	margin-left: -960px;
	z-index: -3;
}
.main-logo img {
  margin-top: 50px;
  margin-left: 50px;
}
.main-title {
  margin-top: 40px;
  text-align: center;
}
.yzwxmt-list {
  margin-bottom: 10px;
}
.yzwxmt-list .title {
  height: 55px;
  line-height: 50px;
  position: relative;
  text-align: center;
  background: url(yzwxmt-m-bg.png) no-repeat center;
}
.yzwxmt-list .title span {
  color: #fff;
  font-size: 28px;
  font-weight: bolder;
}
.yzwxmt-list .title .more-btn {
  color: #f08300;
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.yzwxmt-list .content ul {
  margin-top: 15px;
}
.yzwxmt-list .content ul li {
  font-size: 16px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
}
.yzwxmt-list .content ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #2057b4;
  position: absolute;
  top: 17px;
  left: 12px;
}
.yzwxmt-list .content ul li a {
  color: #121212;
  float: left;
  width: 70%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 24px;
}
.yzwxmt-list .content ul li span {
  float: right;
  margin-right: 15px;
}

.btn-list {
  margin-top: 20px;
}
.btn-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.btn-list ul li {
  width: 48%;
  height: 90px;
  line-height: 80px;
  text-align: center;
  border-radius: 20px;
  border: 3px solid #c9c9c9;
  background-color: #f1f1f1;
}
.btn-list ul li a {
  display: block;
  color: #0f5fcc;
  font-size: 28px;
  font-weight: bolder;
}
.btn-list ul li a img {
  vertical-align: -5px;
  margin-right: 20px;
}