*{ 
	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";
	color: #333;
}
.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;
}

/* main */

.wyb-box .title, .wyk-box .title {
  height: 100px;
  color: #ffffff;
  font-size: 36px;
  text-indent: 45px;
  line-height: 100px;
  font-weight: bolder;
  background-color: #397fbb;
}
.wyb-box .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}
.wyb-box .content ul li {
  width: 346px;
  height: 292px;
  margin: 0 27px;
  margin-top: 20px;
  position: relative;
}
.wyb-box .content ul li#wyb_btn1 {
  background: url(zzzq_wyb1.png) no-repeat left top;
}
.wyb-box .content ul li#wyb_btn2 {
  background: url(zzzq_wyb2.png) no-repeat left top;
}
.wyb-box .content ul li#wyb_btn3 {
  background: url(zzzq_wyb3.png) no-repeat left top;
}
.wyb-box .content ul li#wyb_btn4 {
  background: url(zzzq_wyb4.png) no-repeat left top;
}
.wyb-box .content ul li#wyb_btn5 {
  background: url(zzzq_wyb5.png) no-repeat left top;
}
.wyb-box .content ul li#wyb_btn6 {
  background: url(zzzq_wyb6.png) no-repeat left top;
}
.wyb-box .content ul li#wyb_btn7 {
  background: url(zzzq_wyb7.png) no-repeat left top;
}
.wyb-box .content ul li a {
  height: 100%;
  color: #ffffff;
  display: block;
  font-size: 30px;
  line-height: 46px;
  padding-top: 50px;
  text-align: center;
  font-weight: bolder;
  text-shadow: 3px 3px 5px black;
}

.wyk-box .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.wyk-box .content ul li {
  width: 268px;
  height: 210px;
  position: relative;
}
.wyk-box .content ul li#wyk_btn1 {
  background: url(zzzq_wyk1.png) no-repeat left top;
}
.wyk-box .content ul li#wyk_btn2 {
  background: url(zzzq_wyk2.png) no-repeat left top;
}
.wyk-box .content ul li#wyk_btn3 {
  background: url(zzzq_wyk3.png) no-repeat left top;
}
.wyk-box .content ul li#wyk_btn4 {
  background: url(zzzq_wyk4.png) no-repeat left top;
}
.wyk-box .content ul li a {
  height: 100%;
  color: #ffffff; 
  display: block;
  font-size: 30px;
  line-height: 32px;
  padding-top: 30px;
  padding-left: 40px;
}

.fwzq-box {
  width: 1200px;
  height: 176px;
  position: relative;
  background: url(zzzq_img.jpg) no-repeat left top;
}
.fwzq-box a {
  width: 172px;
  height: 33px;
  position: absolute;
  top: 72px;
  right: 190px;
  color: #ffffff;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
  border-radius: 20px;
  background-color: #fabe00;
}
.fwzq-box a img {
  margin: 0 6px;
  vertical-align: -3px;
}