@charset "UTF-8";
/* top */
.top {
  height: auto;
  overflow: hidden;
  line-height: 50px;
  padding: 10px 0;
  color: #666;
  background: #fff;
}

.top .logo {
  height: 50px;
}

.top .splitLine {
  margin: 0 15px;
}

.top a {
  font-size: 16px;
}

/* banner */
.banner {
  width: 100%;
  height: 1169px;
  background: url(../images/banner.jpg) center no-repeat;
  background-size: cover;
}

/* 第一部分 */
.block {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.block .con {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.block .con .title {
  font-size: 46px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 55px;
}

.block.block1 {
  height: 809px;
  background: url(../images/block1-bg.jpg) center no-repeat;
  background-size: cover;
}

.block.block1 .con {
  height: 809px;
  background: url(../images/block1-con.png) center no-repeat;
}

.block.block1 .con .slide {
  height: auto;
  overflow: hidden;
  margin-top: 160px;
  padding: 0 65px;
  position: relative;
}

.block.block1 .con .slide .bd {
  height: auto;
  overflow: hidden;
}

.block.block1 .con .slide .bd ul {
  height: auto;
  overflow: hidden;
}

.block.block1 .con .slide .bd ul li {
  height: auto;
  overflow: hidden;
}

.block.block1 .con .slide .bd ul li h1 {
  font-size: 40px;
  text-align: center;
  color: #f54f82;
  margin-bottom: 40px;
}

.block.block1 .con .slide .bd ul li h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 40px;
}

.block.block1 .con .slide .bd ul li p {
  font-size: 18px;
  line-height: 32px;
  color: #333;
  margin-bottom: 30px;
}

.block.block1 .con .slide .bd ul li .btn {
  width: 401px;
  height: 50px;
  line-height: 45px;
  font-size: 22px;
  color: #fff;
  background: #b950ff;
  background: -webkit-gradient(linear, left bottom, left top, from(#7b28e5), to(#c061ff));
  background: linear-gradient(0deg, #7b28e5, #c061ff);
  border-radius: 25px;
  display: block;
  text-align: center;
  margin: 100px auto 0;
}

.block.block1 .con .slide .hd {
  height: auto;
  overflow: hidden;
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
}

.block.block1 .con .slide .hd ul {
  height: auto;
  overflow: hidden;
  text-align: center;
}

.block.block1 .con .slide .hd ul li {
  width: 16px;
  height: 16px;
  background: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
}

.block.block1 .con .slide .hd ul li.on {
  background: #b950ff;
}

.block.block1 .con .slide .prev, .block.block1 .con .slide .next {
  position: absolute;
  left: 5px;
  top: 45%;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/btn-left.png) center no-repeat;
  background-size: 100%;
}

.block.block1 .con .slide .next {
  left: auto;
  right: 5px;
  background: url(../images/btn-right.png) center no-repeat;
  background-size: 100%;
}

.block.block2 {
  height: 1412px;
  background: url(../images/block2-bg.jpg) center no-repeat;
  background-size: cover;
}

.block.block2 .con {
  height: 1318px;
  background: url(../images/block2-con.png) center no-repeat;
  margin-top: 94px;
}

.block.block2 .con ul {
  width: 1120px;
  height: auto;
  overflow: hidden;
  margin: 160px auto 0;
}

.block.block2 .con ul li {
  width: 540px;
  height: 465px;
  float: left;
  margin-right: 40px;
  margin-bottom: 50px;
}

.block.block2 .con ul li .img {
  width: 540px;
  height: 336px;
  overflow: hidden;
}

.block.block2 .con ul li .img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.block.block2 .con ul li .text {
  height: auto;
  overflow: hidden;
  text-align: center;
}

.block.block2 .con ul li .text h2 {
  font-size: 24px;
  color: #333;
  margin: 20px 0 10px;
}

.block.block2 .con ul li .text p {
  font-size: 18px;
  color: #333;
  line-height: 30px;
}

.block.block3 {
  height: 1823px;
  background: url(../images/block3-bg.jpg) center no-repeat;
  background-size: cover;
}

.block.block3 .con {
  height: 1642px;
  background: url(../images/block3-con.png) center no-repeat;
  margin-top: 93px;
}

.block.block3 .con ul {
  width: 1120px;
  height: auto;
  margin: 160px auto 0;
}

.block.block3 .con ul li {
  float: left;
  width: 355px;
  height: 406px;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(123, 40, 229, 0.2);
          box-shadow: 0px 2px 20px 0px rgba(123, 40, 229, 0.2);
  border-radius: 20px;
  margin: 0 27px 40px 0;
}

.block.block3 .con ul li .img {
  width: 100%;
  overflow: hidden;
}

.block.block3 .con ul li .img img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.block.block3 .con ul li .text {
  text-align: center;
}

.block.block3 .con ul li .text h2 {
  font-size: 24px;
  color: #f54f82;
  margin-bottom: 20px;
}

.block.block3 .con ul li .text .btn {
  width: 201px;
  height: 41px;
  line-height: 38px;
  font-size: 18px;
  color: #fff;
  margin: 0 auto;
  background: #b950ff;
  background: -webkit-gradient(linear, left bottom, left top, from(#7b28e5), to(#c061ff));
  background: linear-gradient(0deg, #7b28e5, #c061ff);
  border-radius: 20px;
  cursor: pointer;
}

/* footer */
.footer {
  width: 100%;
  height: 320px;
  background: url(../images/footer.jpg) top no-repeat #e039f1;
  background-size: cover;
  padding-top: 80px;
}

.footer p {
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  line-height: 30px;
}

/* 右侧悬浮 */
.fixedRight {
  width: 221px;
  height: auto;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 20%;
}

.fixedRight .btnClose {
  width: 20px;
  height: 20px;
  background: url(../images/icon-close2.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.fixedRight .top {
  width: 221px;
  height: 97px;
  background: url(../images/fixedRightTop.png) center no-repeat;
  background-size: 100%;
}

.fixedRight ul {
  width: 160px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.fixedRight ul li {
  width: 160px;
  height: 57px;
  line-height: 45px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background: url(../images/fixedRightBlock.png) center no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.fixedRight ul li a {
  height: 100%;
  color: #fff;
  display: block;
}

.fixedRight ul li a.active {
  background: url(../images/fixedRightBlock1.png) center no-repeat;
  background-size: 100%;
  color: #8915e2;
}

.fixedRight .bottom {
  width: 160px;
  height: auto;
  overflow: hidden;
  background: #e039f1;
  margin: 0 auto;
  padding-bottom: 32px;
}

.fixedRight .bottom .ewm {
  width: 102px;
  height: 102px;
  overflow: hidden;
  margin: 32px auto 10px;
}

.fixedRight .bottom .ewm img {
  width: 100%;
}

.fixedRight .bottom p {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

/*底部悬浮*/
.fixed-bottom {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px 0;
  background: #c806dc;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -200px;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.fixed-bottom h2 {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  float: left;
  margin-right: 30px;
  padding-left: 20px;
}

.fixed-bottom form {
  height: auto;
  overflow: hidden;
}

.fixed-bottom form .row {
  height: auto;
  overflow: hidden;
  float: left;
  margin-left: 25px;
  *margin-left: 10px;
}

.fixed-bottom form .row select, .fixed-bottom form .row input {
  width: 200px;
  height: 40px;
  line-height: 40px;
  border: 0;
  border: none;
  outline: none;
  padding: 0 10px;
  font-size: 14px;
  background: #fff;
}

.fixed-bottom form .row select {
  height: 42px\9;
  line-height: 42px\9;
  padding-bottom: 10px\9;
  *margin-top: 0;
}

.fixed-bottom form .row .inCode {
  width: 160px;
}

.fixed-bottom form .row .getCode {
  background: #b950ff;
  background: -webkit-gradient(linear, left bottom, left top, from(#7b28e5), to(#c061ff));
  background: linear-gradient(0deg, #7b28e5, #c061ff);
  color: #fff;
  cursor: pointer;
  width: 120px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  border-radius: 20px;
  margin-right: 10px;
}

.fixed-bottom form .row .submit {
  background: #8915e2;
  color: #fff;
  cursor: pointer;
  width: 180px;
  font-size: 16px;
}

.fixed-bottom.active {
  bottom: 0;
}

/* 提交表单 */
.tjbd {
  width: 888px;
  height: 540px;
  background: #fff;
  position: fixed;
  left: 50%;
  margin-left: -444px;
  top: 50%;
  margin-top: -260px;
  z-index: 99;
  display: none;
}

.tjbd h1 {
  height: 70px;
  line-height: 70px;
  padding: 0 35px 0 55px;
  background: #e039f1;
  font-size: 22px;
  color: #fff;
}

.tjbd h1 .icon {
  width: 36px;
  height: 29px;
  background: url(../images/form-icon.png) center no-repeat;
  display: block;
  float: left;
  margin-top: 22px;
  margin-right: 10px;
}

.tjbd h1 .btn-close {
  width: 24px;
  height: 24px;
  background: url(../images/icon-close2.png) center no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

.tjbd .con {
  height: auto;
  overflow: hidden;
  padding: 30px 90px;
}

.tjbd .con h2 {
  font-size: 20px;
  color: #ff6000;
  text-align: center;
}

.tjbd .con form {
  height: auto;
  overflow: hidden;
  margin-top: 10px;
}

.tjbd .con form .row {
  color: #4d4d4d;
  font-size: 14px;
  margin: 30px auto;
  position: relative;
  width: 410px;
}

.tjbd .con form .row i {
  font-style: normal;
  color: #ff6000;
}

.tjbd .con form input {
  border: 1px solid #d9d9d9;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  width: 342px;
  font-size: 14px;
  background: #fff;
}

.tjbd .con form input.inCode {
  width: 205px;
}

.tjbd .con form select {
  border: 1px solid #d9d9d9;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  width: 342px;
  font-size: 14px;
  padding: 0 7px;
  background: #fff;
}

.tjbd .con form textarea {
  border: 1px solid #d9d9d9;
  font-size: 14px;
  height: 100px;
  padding: 10px;
  vertical-align: top;
  width: 343px;
  resize: none;
  background: #fff;
}

.tjbd .con form .getCode {
  position: absolute;
  height: 100%;
  width: 120px;
  top: 0;
  right: 2px;
  text-align: center;
  background: #e039f1;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
  border: 0;
}

.tjbd .con form .submit {
  background-color: #e039f1;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  height: 42px;
  margin-left: 67px;
  width: 342px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
/*# sourceMappingURL=style.css.map */