@charset "UTF-8";
html,
body {
  margin: 0;
}
p {
  margin: 0;
}
ul,
dl {
  margin: 0;
  list-style: none;
  padding: 0;
}
dl dd {
  padding: 0;
  margin: 0;
}
body {
  background: url("../images/bg.jpg") repeat-y;
}
.header {
  width: 100%;
}
.header img {
  width: 100%;
  vertical-align: middle;
}
.box {
  width: 1200px;
  margin: auto;
}
.box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  margin-bottom: 20px;
}
.box ul li {
  width: 298px;
  height: 174px;
  text-align: center;
  box-shadow: 0 0 1px 1px #999;
  padding: 0 20px;
  box-sizing: border-box;
  cursor: pointer;
}
.box ul li:nth-of-type(2) dl dt {
  background: url("../images/lg.png") no-repeat 0px -44px;
}
.box ul li:nth-of-type(3) dl dt {
  background: url("../images/lg.png") no-repeat 0px -88px;
}
.box ul li:nth-of-type(4) dl dt {
  background: url("../images/lg.png") no-repeat 0px -130px;
}
.box ul li:nth-of-type(5) dl dt {
  background: url("../images/lg.png") no-repeat 0px -174px;
}
.box ul li:nth-of-type(6) dl dt {
  background: url("../images/lg.png") no-repeat 0px -218px;
}
.box ul li:nth-of-type(7) dl dt {
  background: url("../images/lg.png") no-repeat 0px -262px;
}
.box ul li:nth-of-type(8) dl dt {
  background: url("../images/lg.png") no-repeat 0px -306px;
}
.box ul li:hover:nth-of-type(1) {
  box-shadow: 0 0 1px 1px #4879fd;
}
.box ul li:hover:nth-of-type(1) dl dt {
  background: url("../images/lg.png") no-repeat -50px 0px;
}
.box ul li:hover:nth-of-type(1) dl dd {
  color: #4879fd;
}
.box ul li:hover:nth-of-type(2) {
  box-shadow: 0 0 1px 1px #4879fd;
}
.box ul li:hover:nth-of-type(2) dl dt {
  background: url("../images/lg.png") no-repeat -50px -44px;
}
.box ul li:hover:nth-of-type(2) dl dd {
  color: #4879fd;
}
.box ul li:hover:nth-of-type(3) {
  box-shadow: 0 0 1px 1px #4879fd;
}
.box ul li:hover:nth-of-type(3) dl dt {
  background: url("../images/lg.png") no-repeat -50px -88px;
}
.box ul li:hover:nth-of-type(3) dl dd {
  color: #4879fd;
}
.box ul li:hover:nth-of-type(4) {
  box-shadow: 0 0 1px 1px #4879fd;
}
.box ul li:hover:nth-of-type(4) dl dt {
  background: url("../images/lg.png") no-repeat -50px -130px;
}
.box ul li:hover:nth-of-type(4) dl dd {
  color: #4879fd;
}
.box ul li:hover:nth-of-type(5) {
  box-shadow: 0 0 1px 1px #4879fd;
}
.box ul li:hover:nth-of-type(5) dl dt {
  background: url("../images/lg.png") no-repeat -50px -174px;
}
.box ul li:hover:nth-of-type(5) dl dd {
  color: #4879fd;
}
.box ul li:hover:nth-of-type(6) {
  box-shadow: 0 0 1px 1px #4879fd;
}
.box ul li:hover:nth-of-type(6) dl dt {
  background: url("../images/lg.png") no-repeat -50px -218px;
}
.box ul li:hover:nth-of-type(6) dl dd {
  color: #4879fd;
}
.box ul li:hover:nth-of-type(7) {
  box-shadow: 0 0 1px 1px #4879fd;
}
.box ul li:hover:nth-of-type(7) dl dt {
  background: url("../images/lg.png") no-repeat -50px -262px;
}
.box ul li:hover:nth-of-type(7) dl dd {
  color: #4879fd;
}
.box ul li:hover:nth-of-type(8) {
  box-shadow: 0 0 1px 1px #4879fd;
}
.box ul li:hover:nth-of-type(8) dl dt {
  background: url("../images/lg.png") no-repeat -48px -306px;
  color: blue;
}
.box ul li:hover:nth-of-type(8) dl dd {
  color: #4879fd;
}
.box ul li dl {
  padding: 20px 0;
}
.box ul li dl dt {
  width: 44px;
  height: 40px;
  margin: 0 auto 10px;
  background: url("../images/lg.png") no-repeat;
}
.box ul li dl dd {
  line-height: 1.5;
  font-size: 14px;
}
.item {
  width: 100%;
}
.item img {
  width: 100%;
  vertical-align: middle;
}
#swiper {
  width: 1200px;
  margin: auto;
}
.active {
  width: 1200px;
  margin: auto;
}
.active #certify {
  width: 530px;
  margin: 0;
}
.active #certify .swiper-slide {
  width: 183px !important;
  height: auto ;
  background: none;
  box-shadow: none;
}
.myForm {
  width: 1200px;
  margin: auto;
  text-align: center;
}
.myForm:after {
  content: '';
  clear: both;
  display: block;
}
.myForm input {
  text-indent: 1em;
}
.myForm input[name='name'] {
  width: 500px;
  height: 50px;
}
.myForm input[name='tel'] {
  width: 500px;
  height: 50px;
  margin: 40px 0;

}

.myForm input[type='submit'] {
  display: block;
  background: #3d71fd;
  color: #fff;
  width: 166px;
  height: 44px;
  line-height: 44px;
  margin: auto;
  border: none;
  text-indent: initial;
}
/*# sourceMappingURL=index.css.map */