body {
  background: url(../../image/index/web-bg.png) no-repeat;
  background-size: 100% 100%;
  background-color: #f0efef69;
}

.content {
  margin-top: 10px;
  background: url(../../image/index/weixintupian_20260701141358_298_117.png) no-repeat;
  background-size: cover;
}

.left {
  float: left;
  width: 1200px;
	height: auto;
	/*background: url(../../image/index/btn-bg.png) no-repeat center;
  background-size: 100% 100%;*/
  /*box-shadow: 0px 0px 7px 1px rgba(36, 37, 37, 0.27);*/
  border-radius: 10px;
	border-radius: 10px;
  box-sizing: border-box;
  padding: 10px 20px 0 20px;
  /*background-color: #fff;*/
}
.title-wrap {
  display: flex;
  justify-content: baseline;
  align-items: center;
  width: 100%;
  height: 39px;
  margin-bottom: 20px;
}
.title-wrap >a {
  font-size: 16px;
	color: #555555;
}
.title-wrap >a:hover {
  color: #0988e9;
}
.title {
  display: none;
  padding-left: 40px;
}
.title img {
  margin-right: 13px;
}
.title p {
  font-size: 18px;
	font-weight: bold;
	color: #0988e9;
}
.left ul {
  display: flex;
  justify-content: first baseline;
  flex-wrap: wrap;
}
.left ul li {
  /*float: left;*/
  width: 335px;
  height: 93px;
 /* line-height: 102px;*/
	background-color: #fff;
	/*border-radius: 5px;*/
  /*background: url(../../image/index/bt5.png) no-repeat center;*/
  background-size: 100% 100%;
  margin-bottom: 35px;
  margin-left: 41px;
  font-size: 18px;
	font-weight: bold;
  display: flex;
  justify-content: center;
  box-shadow: 0px 0px 7px 1px rgba(36, 37, 37, 0.27);
  
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
              box-shadow 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;

}
.left ul li:hover {
  transform: translateY(-1px);
  /*box-shadow: 0px 12px 22px 2px rgba(36, 37, 37, 0.35);*/
}




/*.left ul li:nth-child(2) {
  background: url(../../image/index/bt5.png) no-repeat center;
  background-size: 100% 100%;
  
}
.left ul li:nth-child(3) {
  background: url(../../image/index/bt5.png) no-repeat center;
  background-size: 100% 100%;
}
.left ul li:nth-child(4) {
  background: url(../../image/index/bt5.png) no-repeat center;
  background-size: 100% 100%;
}
.left ul li:nth-child(5) {
  background: url(../../image/index/bt5.png) no-repeat center;
  background-size: 100% 100%;
}.left ul li:nth-child(6) {
  background: url(../../image/index/bt5.png) no-repeat center;
  background-size: 100% 100%;
}.left ul li:nth-child(7) {
  background: url(../../image/index/bt5.png) no-repeat center;
  background-size: 100% 100%;
}.left ul li:nth-child(8) {
  background: url(../../image/index/bt5.png) no-repeat center;
  background-size: 100% 100%;
}*/


.left ul li a {
  display: block;
	color: #555555;
  width: 100%;
text-align: center;
  align-content: center;
}
/*
.left ul li:nth-child(1) a {
  padding-left: 80px;
}
.left ul li:nth-child(2) a {
  padding-left: 96px;
}
.left ul li:nth-child(3) a {
  padding-left: 86px;
}
.left ul li:nth-child(4) a {
  padding-left: 40px;
}
.left ul li:nth-child(5) a {
  padding-left: 38px;
}
.left ul li:nth-child(6) a {
  padding-left: 38px;
}.left ul li:nth-child(7) a {
  padding-left: 54px;
}.left ul li:nth-child(8) a {
  padding-left: 16px;
  font-size: 18px;
}
*/


.left ul li:hover a {
  color: #0988e9;
}

.right {
  float: right;
  width: 270px;
	height: 319px;
	background-color: #ffffff;
	box-shadow: 0px 0px 7px 1px 
		rgba(36, 37, 37, 0.27);
	border-radius: 10px;
  box-sizing: border-box;
  padding: 11px 18px 0 21px;
}

.right ul {
  width: 231px;
	height: 240px;
	background-color: #ffffff;
	border: solid 1px #999999;
  box-sizing: border-box;
  border-bottom: none;
}
.right ul li {
  width: 100%;
  height: 79px;
  border-bottom: 1px solid #999999;
  text-align: center;
  line-height: 79px;
  font-size: 20px;
  font-weight: bold;
}
.right ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #999999;
}
.right ul li:hover a {
  color: #0988e9;
}
.right ul li:hover {
  background: url(../../image/index/btn-r-hover.png) no-repeat center;
  background-size: cover;
}