body {
  background: #fedeab;
  position: relative;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Microsoft YaHei;
  font-size: 14px;
  margin: 0 auto;
}

a,
input,
textarea {
  outline: 0 none;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  border: none;
  display: block;
}

.clear {
  clear: both;
}

div {
  margin: 0 auto;
}

a.topimg {
  display: block;
}

a.topimg img {
  width: 100%;
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.title {
  text-align: center;
  padding: 64px 0 36px;
}
.title .tit {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  margin: 0 15px;
}
.title .line {
  display: inline-block;
  width: 58px;
  height: 2px;
  background: #2b2b2b;
  margin-bottom: 6px;
}
.title .fangkuai {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 -2px;
  background: #fb409b;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slideBox {
  width: 100%;
  height: 55px;
  background: #ed8d0e;
  overflow: hidden;
}

.slideBox .bd ul {
  width: 1100px;
  margin: 0 auto !important;
}

.slideBox .bd ul li {
  margin: 6px 30px 0 60px;
}

.slideBox .bd ul li .trend {
  background: url("../images/border.jpg") center top no-repeat;
  display: inline-block;
  width: 326px;
}

.slideBox .bd ul li .trend img {
  width: 36px;
  height: 36px;
  margin: 4px 0 0 2px;
  display: inline-block;
  vertical-align: top;
}

.slideBox .bd ul li .trend span {
  display: inline-block;
  vertical-align: top;
  margin: 12px 0 0 2px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.content1 {
  text-align: center;
}
.content1 .article {
  display: inline-block;
  background: rgba(255, 255, 255, 0.6);
  padding: 59px 65px 50px;
}
.content1 ul {
  overflow: hidden;
}
.content1 li {
  float: left;
  background: white;
  margin: 0 5px 32px;
  width: 350px;
}
.content1 li img {
  margin: 15px 15px 14px;
}
.content1 .tit1 {
  font-size: 12px;
  line-height: 20px;
  color: #888;
  height: 52px;
  padding: 0 15px 20px;
  text-align: left;
}
.content1 .text {
  background: #ececec;
  padding-bottom: 10px;
}
.content1 p {
  color: #fb409b;
  font-size: 16px;
  float: left;
  margin: 14px 12px 0 20px;
}
.content1 p span {
  font-size: 40px;
}
.content1 del {
  float: left;
  font-size: 16px;
  margin: 36px 18px 0 0;
  color: #666666;
}
.content1 .bun {
  display: block;
  float: left;
  height: 40px;
  width: 130px;
  line-height: 40px;
  color: white;
  font-size: 18px;
  background: #fb409b;
  border-radius: 6px;
  margin-top: 14px;
  cursor: pointer;
}

.content2 {
  padding: 128px 40px 142px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.content2 .tit {
  font-size: 30px;
  font-weight: bold;
}
.content2 .egs {
  font-size: 12px;
  padding: 10px 0 46px;
}
.content2 .text {
  display: inline-block;
  overflow: hidden;
}
.content2 .text .left {
  float: left;
  padding: 10px 45px;
  border-right: 1px solid #111111;
}
.content2 .text p {
  float: left;
  font-size: 16px;
  line-height: 28px;
  width: 750px;
  padding-left: 50px;
  text-align: left;
  margin-top: -5px;
}
.content2 ul {
  overflow: hidden;
  display: inline-block;
  margin-top: 36px;
}
.content2 ul li {
  display: inline-block;
  margin: 0 5px;
}

.back {
  width: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
}

.content3 {
  display: inline-block;
  margin: 0 auto;
  width: 1200px;
}
.content3 img {
  margin-left: -360px;
}

.dark {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.tc {
  display: none;
  width: 350px;
  height: 350px;
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  z-index: 21;
}
.tc .close {
  width: 34px;
  height: 34px;
  line-height: 28px;
  text-align: center;
  right: -16px;
  top: -16px;
  font-size: 26px;
  color: #c2cfd8;
  position: absolute;
  border-radius: 50%;
  background: #f5f7fa;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 1;
}
.tc form {
  width: 350px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding-bottom: 42px;
}
.tc form .input{
  width: 320px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  border: 1px solid #d0d6d9;
  color: #bdbcbc;
  text-indent: 14px;
  font-size: 14px;
  box-shadow: 0px 0px 2px 2px #eaedee;
}
.tc form .beizhu{
  font-size: 14px;
  line-height: 14px;
  color: #fb4c4c;
  margin: 20px 0;
}

.tc form .dbtijiao{
  width: 320px;
  height: 50px;
  line-height: 50px;
  border-radius: 6px;
  background-color: #51c5cc;
  border: none;
  font-size: 18px;
  color: #fff;
  letter-spacing: 2px;
}


.tc form p {
  text-align: center;
  font-size: 18px;
  color: #959c92;
  padding: 23px 0 34px;
}

.tc .zhuanyeming{
  display: none;
}
/*# sourceMappingURL=style.css.map */
