.banner {
  width: 100%;
  height: 1470px;
  position: relative;
}
.banner .bannerBg {
  width: 100%;
}
.banner .floatBox {
  width: 70%;
  background: #fff;
  position: absolute;
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
}
.banner .floatBox .bannerTop {
  width: 100%;
  background: #f8f8f8;
  height: 130px;
  display: -ms-flexbox;
  display: flex;
}
.banner .floatBox .imgBox {
  flex-basis: 100px;
}
.banner .floatBox .imgBox img {
  margin: 15px;
}
.banner .floatBox .textIntro {
  flex-grow: 1;
  width: auto;
}
.banner .floatBox .textIntro h6 {
  font-size: 20px;
  color: #333;
  font-weight: normal;
  margin: 35px 0px 0px 15px;
}
.banner .floatBox .textIntro ul {
  margin: 15px 0px 0px 15px;
}
.banner .floatBox .textIntro ul li {
  float: left;
  border: 1px solid #666;
  padding: 6px 12px;
  margin-right: 15px;
  font-size: 14px;
  color: #666;
  border-radius: 4px;
}
.banner .floatBox .detailsBox {
  margin-top: 40px;
}
.banner .floatBox .detailsBox ul {
  height: 110px;
  padding: 10px 20px;
  box-sizing: border-box;
}
.banner .floatBox .detailsBox ul li {
  height: 70px;
  float: left;
  width: 25%;
  box-sizing: border-box;
  border-right: 1px solid #e5e5e5;
  padding: 0px 30px;
}
.banner .floatBox .detailsBox ul li h7 {
  font-size: 14px;
  color: #333;
}
.banner .floatBox .detailsBox ul li p {
  margin-top: 15px;
}
.banner .floatBox .detailsBox ul li:last-child {
  border: none;
}
.banner .floatBox .ljdk {
  width: 100%;
  margin-top: 32px;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 50px;
  box-sizing: border-box;
}
.banner .floatBox .ljdk .buttonBox {
  flex-basis: 140px;
}
.banner .floatBox .ljdk .buttonBox button {
  width: 140px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  background: #d51203;
  border: none;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
}
.banner .floatBox .ljdk .textItem {
  padding-left: 20px;
  box-sizing: border-box;
}
.banner .floatBox .ljdk .textItem .aleady {
  font-size: 14px;
  color: #999;
  margin-bottom: 2px;
}
.banner .floatBox .detailsTitle {
  margin-top: 35px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  height: 60px;
  line-height: 60px;
}
.banner .floatBox .detailsTitleIntro {
  line-height: 30px;
  border-bottom: 1px dotted #999;
  padding: 20px 0px;
}
.banner .floatBox .sqtjBox {
  padding: 30px 0px;
  border-bottom: 1px dotted #999;
}
.banner .floatBox .sqtjBox ul {
  margin-top: 26px;
}
.banner .floatBox .sqtjBox ul li {
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}
.banner .floatBox .productAdv {
  padding: 30px 0px;
}
.banner .floatBox .productAdv .advBox {
  width: 18.4%;
  margin-right: 2%;
  height: 100px;
  margin-top: 20px;
  position: relative;
  float: left;
}
.banner .floatBox .productAdv .advBox .bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
.banner .floatBox .productAdv .advBox .icon {
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 20px;
}
.banner .floatBox .productAdv .advBox .text {
  position: absolute;
  top: 20px;
  left: 70px;
  right: 10px;
}
.banner .floatBox .productAdv .advBox .text h7 {
  color: #fff;
  font-size: 20px;
}
.banner .floatBox .productAdv .advBox .text p {
  color: #fff;
  font-size: 14px;
  margin-top: 8px;
}
.banner .floatBox .productAdv .last {
  margin-right: 0;
}
.banner .floatBox .productChart {
  width: 100%;
  margin-top: 30px;
}
.banner .floatBox .productChart .floatDiv {
  width: 19%;
  margin-right: 8%;
  float: left;
  height: 230px;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 10px 14px;
  box-sizing: border-box;
  cursor: pointer;
}
.banner .floatBox .productChart .floatDiv img {
  margin: 40px 0px 20px;
}
.banner .floatBox .productChart .floatDiv h6 {
  font-size: 16px;
  margin-bottom: 18px;
}
.banner .floatBox .productChart .floatDiv p {
  font-size: 14px;
  color: #666;
}
.banner .floatBox .productChart .floatDiv:hover {
  box-shadow: 0px 0px 17px -6px #1f1ed4;
}
.banner .floatBox .productChart .last {
  margin-right: 0;
}
.banner .floatBox .mytitle {
  font-weight: 600;
  text-indent: 10px;
  border-left: 4px solid #d51203;
}

.mytitle {
  font-weight: 600;
  text-indent: 10px;
  border-left: 4px solid #d51203;
  text-align: left;
}

.normalContainer {
  width: 100%;
  padding: 0px 15%;
  box-sizing: border-box;
  overflow: hidden;
}

.centerContainer_Five {
  height: 410px;
  background: #ffffff;
  text-align: center;
}
.centerContainer_Five .titleImg {
  margin-top: 55px;
}
.centerContainer_Five .mytitle {
  margin: 30px 0px;
}
.centerContainer_Five .fourBox {
  border: 1px solid #e5e5e5;
  width: 22%;
  margin-right: 3%;
  height: 280px;
  margin-top: 10px;
  float: left;
  overflow: hidden;
  transition: all 1s;
}
.centerContainer_Five .fourBox .innerBox img {
  width: 100px;
  margin-top: 48px;
  transition: all .5s;
}
.centerContainer_Five .fourBox .innerBox .imgItem2, .centerContainer_Five .fourBox .innerBox .imgItem3 {
  width: 100px;
  margin-top: 55px;
  transition: all .5s;
}
.centerContainer_Five .fourBox .innerBox .imgItem4 {
  width: 100px;
  margin-top: 63px;
  margin-bottom: 10px;
  transition: all .5s;
}
.centerContainer_Five .fourBox .innerBox span {
  font-size: 22px;
  color: #333;
  margin-top: 38px;
  display: block;
  transition: all .5s;
}
.centerContainer_Five .fourBox .innerBox p {
  color: #999;
  margin-top: 12px;
}
.centerContainer_Five .fourBox .innerBox button {
  width: 100px;
  height: 30px;
  background: red;
  color: #fff;
  font-size: 14px;
  border: none;
  outline: none;
  border-radius: 30px;
  margin-top: 55px;
  transition: all .5s;
  cursor: pointer;
}
.centerContainer_Five .fourBox:hover .innerBox img {
  width: 80px;
}
.centerContainer_Five .fourBox:hover .innerBox span {
  margin-top: 20px;
}
.centerContainer_Five .fourBox:hover .innerBox button {
  margin-top: 20px;
}
.centerContainer_Five .fourBox:last-child {
  margin-right: 0;
}

.centerContainer_Six {
  height: 400px;
  background: #f7f7f7;
  text-align: center;
}
.centerContainer_Six .titleImg {
  margin-top: 56px;
}
.centerContainer_Six .flexBox {
  display: -ms-flexbox;
  display: flex;
}
.centerContainer_Six .flexBox .imgItem {
  flex-grow: 3;
  width: 15%;
  text-align: center;
}
.centerContainer_Six .flexBox .imgItem img {
  width: 30%;
  position: relative;
  top: 0px;
  transition: all .4s;
}
.centerContainer_Six .flexBox .imgItem img:hover {
  top: -20px;
}
.centerContainer_Six .flexBox .imgItem span {
  display: block;
  margin-top: 26px;
}
.centerContainer_Six .flexBox .arrowBox {
  flex-grow: 2;
  width: 12%;
  font-size: 40px;
  color: red;
  margin-top: 81px;
}

/*# sourceMappingURL=wydk.css.map */
