* {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  border: none;
}
body {
  font-family: "Microsoft YaHei", Helvetica, Tahoma, Arial, sans-serif;
  min-width: 1200px;
}
.topbar {
  height: 60px;
}
.topbar .content-wapper {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.topbar .content-wapper .logo {
  float: left;
  width: 123px;
  height: 60px;
  display: block;
}
.topbar .content-wapper .rightText {
  float: right;
  display: block;
  font-size: 16px;
  line-height: 60px;
  color: #333;
}
.topbar .content-wapper .rightText span {
  color: #009b78;
}
.firstBg {
  width: 100%;
  height: 674px;
  background: url("../img/first_bg.jpg") no-repeat 50% 50%;
}
.second {
  width: 100%;
  overflow: hidden;
  background: #ffc945;
}
.second .main {
  width: 1200px;
  height: 291px;
  background: url("../img/mainBg.png") no-repeat;
  margin: 0 auto;
}
.second .main li {
  width: 263px;
  height: 173px;
  background: url("../img/mainItemBg.png") no-repeat 50% 50%;
  margin-top: 51px;
  display: inline;
  float: left;
}
.second .main li p {
  width: 180px;
  overflow: hidden;
  margin: 36px 0 0 34px;
  font-size: 18px;
  color: #333333;
  line-height: 32px;
  text-align: justify;
}
.second .main .ml31 {
  margin-left: 31px;
}
.last {
  width: 100%;
  height: 1400px;
  overflow: hidden;
  background: url("../img/lastBg.jpg") #ffc945 no-repeat 50% 100%;
}
.last .content {
  width: 1200px;
  height: 1307px;
  background: url("../img/contentBg.png") no-repeat 50% 50%;
  margin: 86px auto 0;
  position: relative;
}
.last .content .item {
  position: absolute;
  width: 344px;
  height: 303px;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.last .content .centerIco {
  width: 275px;
  height: 264px;
  background: url("../img/contentCenterBg.png") no-repeat 50% 50%;
  top: 595px;
  left: 474px;
  display: block;
  position: absolute;
}
.last .content .flipper {
  width: 100%;
  height: 100%;
  transition: 0.6s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  position: relative;
}
.last .content .flipper .front,
.last .content .flipper .back {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.last .content .flipper .front {
  background: url("../img/contentItemBg.png");
  z-index: 2;
  text-align: center;
}
.last .content .flipper .front .title {
  font-size: 20px;
  color: #333;
  margin-top: 71px;
  display: block;
}
.last .content .flipper .front .bigTit {
  font-size: 26px;
  color: #ff404a;
  font-weight: bold;
  margin-top: 16px;
  line-height: 34px;
}
.last .content .flipper .front .smallTit {
  font-size: 20px;
  color: #333;
  margin-top: 13px;
  line-height: 26px;
}
.last .content .flipper .back {
  background: url("../img/contentItemBg-act.png");
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  z-index: 4;
  text-align: center;
}
.last .content .flipper .back p {
  width: 200px;
  font-size: 16px;
  color: #333;
  text-align: left;
  margin: 100px auto 0 auto;
  line-height: 26px;
}
.last .content .flipper .back .thirdText {
  margin-top: 120px;
}
.last .content .flipper .back .sixthText {
  margin-top: 90px;
}
.last .content .first {
  left: 438px;
  top: 256px;
}
.last .content .first:hover .flipper {
  transform: rotateY(180deg);
  -webikt-transform: rotateY(180deg);
}
.last .content .secondIco {
  right: 150px;
  top: 407px;
}
.last .content .secondIco:hover .flipper {
  transform: rotateY(180deg);
  -webikt-transform: rotateY(180deg);
}
.last .content .third {
  right: 154px;
  bottom: 288px;
}
.last .content .third:hover .flipper {
  transform: rotateY(180deg);
  -webikt-transform: rotateY(180deg);
}
.last .content .fourth {
  left: 436px;
  bottom: 135px;
}
.last .content .fourth:hover .flipper {
  transform: rotateY(180deg);
  -webikt-transform: rotateY(180deg);
}
.last .content .fifth {
  left: 171px;
  bottom: 289px;
}
.last .content .fifth:hover .flipper {
  transform: rotateY(180deg);
  -webikt-transform: rotateY(180deg);
}
.last .content .sixth {
  left: 171px;
  top: 407px;
}
.last .content .sixth:hover .flipper {
  transform: rotateY(180deg);
  -webikt-transform: rotateY(180deg);
}
.footer {
  width: 100%;
  text-align: center;
  height: 50px;
  padding: 15px 0 25px;
  color: #666666;
  font-size: 14px;
  font-family: "微软雅黑";
}
.footer .copyright {
  margin-top: 5px;
  color: #c2c2c2;
}
.footer .footerNav {
  line-height: 24px;
  margin-bottom: 10px;
}
.footer .footerNav a {
  border-left: 1px solid #C1C1C1;
  color: #666666;
  text-decoration: none;
  padding: 0 7px 0 8px;
}
.footer .footerNav a:hover {
  color: #f33;
}
.footer .footerNav a:first-child {
  border: 0;
}
