ul {
  list-style: none;
}

a {
  text-decoration: none !important;
  color: #fff;
}

* {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
}

body h1,
body h2,
body h3,
body h4,
body h5 {
  font-weight: normal;
}

body {
  height: 100%;
}

.center-son a {
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
}

.header .header-son .center-son .center-sona .center-sona-top a {
  color: #333;
}

/*清除浮动*/

.clearfix::after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.suspension {
  height: 282px;
  position: fixed;
  z-index: 999;
  bottom: 70px;
  margin: auto;
  right: 20px;
}

.suspension ul {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.suspension li {
  border: 1px solid #dadee7;
  width: 54px;
  height: 56px;
  margin-bottom: -1px;
  position: relative;
  top: 0;
  left: 0;
}

.suspension li:hover {
  border: none;
}

.suspension li.show1 {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -pie-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: #fff url("../newImgs/qq/(1"\)/*tpa=http://www.lfdun.com//vendor/homes2/newImgs/qq/(1*/.png) no-repeat center center;
}

.suspension li.show1:hover {
  background: #2468f2 url("../img/qq1.png")/*tpa=http://www.lfdun.com//vendor/homes2/img/qq1.png*/ no-repeat center center;
}

.suspension li.show2 {
  background: #fff url("../newImgs/kefu.png")/*tpa=http://www.lfdun.com//vendor/homes2/newImgs/kefu.png*/ no-repeat center center;
}

.suspension li.show2:hover {
  background: #2468f2 url("../img/kefu1.png")/*tpa=http://www.lfdun.com//vendor/homes2/img/kefu1.png*/ no-repeat center center;
}

.suspension li.show3 {
  background: #fff url("../newImgs/weixin.png")/*tpa=http://www.lfdun.com//vendor/homes2/newImgs/weixin.png*/ no-repeat center center;
}

.suspension li.show3:hover {
  background: #2468f2 url("../img/wechat1.png")/*tpa=http://www.lfdun.com//vendor/homes2/img/wechat1.png*/ no-repeat center center;
}

.suspension li.show4 {
  background: #fff url("../newImgs/phone.png")/*tpa=http://www.lfdun.com//vendor/homes2/newImgs/phone.png*/ no-repeat center center;
}

.suspension li.show4:hover {
  background: #2468f2 url("../img/phone1.png")/*tpa=http://www.lfdun.com//vendor/homes2/img/phone1.png*/ no-repeat center center;
}

#gotop {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 54px;
  height: 54px;
  background: #fff url("../newImgs/gotop.png")/*tpa=http://www.lfdun.com//vendor/homes2/newImgs/gotop.png*/ no-repeat center center;
  cursor: pointer;
  border: 1px solid #dadee7;
  margin-top: 2px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -pie-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

#gotop:hover {
  background: #2468f2 url("../img/gotop1.png")/*tpa=http://www.lfdun.com//vendor/homes2/img/gotop1.png*/ no-repeat center center;
  border: none;
}

.suspension li.show1 .hide1,
.suspension li.show2 .hide1,
.suspension li.show4 .hide1 {
  position: absolute;
  left: -160px;
  top: 0;
  display: none;
  width: 160px;
  height: 54px;
}

.suspension li.show1 .hide1 a,
.suspension li.show2 .hide1 a,
.suspension li.show4 .hide1 a {
  color: #333
}


.suspension li.show3 .hide1 {
  display: none;
  position: absolute;
  width: 168px;
  height: 159px;
  border: none;
  left: -168px;
  top: -15px;
}

.suspension li a,
.suspension li.show4 .contactUs {
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -pie-border-radius: 5px;
  border-radius: 5px;
  width: 140px;
  height: 100%;
  background-color: #fff;
  border: 1px solid #dadee7;
  font-size: 16px;
}

.suspension li.show4 .hide1 {
  width: 190px;
  left: -190px;
}

.suspension li.show4 .contactUs {
  width: 170px;

}

.suspension img {
  display: inline-block;
  margin: 15px 10px 15px;
}

.suspension li:hover .hide1::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px 8px 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #dadee7;
  position: absolute;
  z-index: 10000000;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
}

.suspension li:hover .hide1::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px 8px 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  z-index: 10000000;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}

.suspension li.show3 .hide1::before,
.suspension li.show3 .hide1::after {
  display: none;
}

.swiper-slide .link {
  display: inline-block;
  font-size: 14px;
  padding: 12px 25px;
  color: #fff;
  background-color: #2468f2;
  margin-top: 70px;
}



/* .swiper-slide .swiper-text {
  position: absolute;
  bottom: 25%;
  height: 66px;
  overflow: hidden;
  line-height: 66px;
  width: 600px;
  left: 21%;
} */

.swiper-slide .des {
  position: absolute;
  top: 100px;
  overflow: hidden;
  left: 17%;
}

.swiper-slide .des .t1 {
  font-size: 36px;
  margin-bottom: 0;
}

.swiper-slide .des .t2 {
  font-size: 50px;
  margin-bottom: 55px;
}

.swiper-slide .des .t3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.swiper-slide .des .t4 {
  margin-top: 10px;
}

.swiper-slide .des .t4 .left {
  width: 230px;
}

.swiper-slide .des .t4 embed {
  margin-right: 10px;
}

.swiper-slide .swiper-text.yxd {
  bottom: 20%;
}

.swiper-slide #lable {
  font-size: 22px;
  padding: 9px 42px;
  color: #fff;
  border-radius: 2px;
  line-height: 50px;
}

.swiper-slide #lable b {
  font-size: 34px;
  color: #fff9e5;
}

/* .swiper-slide .link:hover {
  background-color: #fff;
  color: #2468f2;
} */

.swiper-slide .xin-swiper-text2 {
  bottom: 30px !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: url("../img/left.png")/*tpa=http://www.lfdun.com//vendor/homes2/img/left.png*/no-repeat !important;
  left: 20px !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: url("../img/banner-right.png")/*tpa=http://www.lfdun.com//vendor/homes2/img/banner-right.png*/no-repeat !important;
  right: 20px !important;
}

header {
  height: 65px;
}

header:hover {
  background: #1d2b40;
}

.header-top {
  height: 65px;
}

.header-top .header-top-son {
  height: 65px;
  width: 1200px;
  margin: 0 auto;
}

.topleft {
  float: left;
}

.topleft .header-logo {
  margin: 0 !important;
}

.left {
  float: left;
}