ul {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.wd1600 {
  max-width: 1400px;
  margin: auto;
}

.wd100 {
  width: 100%;
}

.block {
  display: block !important;
}

.none {
  display: none;
}

.flex {
  display: flex !important;
}

.line-number-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-number-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-number-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-bullet {
  outline: none;
}

header {
    width:100%;
    height-: 100px;
    position: absolute;
    z-index: 999999;

    top: 0;
    left: 0;
    box-shadow-: 1px 1px 3px #7a7d81;
}

header .wd1600 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .wd1600 .logo img {
  height: 34px;
}

header .wd1600 .head-r {
  display: flex;
  align-items: center;
}

header .wd1600 .head-r .nav {
  display: flex;
  align-items: center;
  padding-right: 12px;
}

header .wd1600 .head-r .nav .first-li .first-a {
  display: block;
  width: 114px;color: #fff;
  height: 100px;
  line-height: 100px;
  text-align: center;

  transition: 0.3s;
}

header .wd1600 .head-r .nav .li-second {
  position: relative;  
}

header .wd1600 .head-r .nav .li-second .first-a {
  display: flex; 
  align-items: center;
  justify-content: center;
}



header .wd1600 .head-r .nav .li-second .first-a img {
  transition: 0.3s;
  margin-left: 10px;
}

header .wd1600 .head-r .nav .li-second .first-a .icon2 {
  display: none;
}

header .wd1600 .head-r .nav .li-second .first-a .scale {
  transform: rotate(90deg);
}

header .wd1600 .head-r .nav .li-second .ul-son {
  display: none;
  position: absolute;
  left: -43px;
  top: 100px;
  z-index: 2;
  width: 200px;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.24);
}

header .wd1600 .head-r .nav .li-second .ul-son>li {
  width: 100%;
  height: 45px;
  background-color: #fff;
  border-bottom: 1px solid #f0f1f2;opacity:0.8;
  position: relative;
}

header .wd1600 .head-r .nav .li-second .ul-son>li>a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #000;
  font-size: 14px;
  transition: 0.3s;
}

header .wd1600 .head-r .nav .li-second .ul-son>li:last-child {
  border: none;
}

header .wd1600 .head-r .nav .li-second .ul-son>li:hover {
  background-color: #015bac;
}

header .wd1600 .head-r .nav .li-second .ul-son>li:hover>a {
  color: #fff;
}

/*新增*/
header .wd1600 .head-r .nav .li-second .ul-son>li .three-ul {
  display: none;
  position: absolute;
  left: 200px;
  top: 0;
  width: 200px;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.24);
}

header .wd1600 .head-r .nav .li-second .ul-son>li .three-ul li {
  width: 100%;
  height: 45px;
  background-color: #fff;
  border-bottom: 1px solid #f0f1f2;
}

header .wd1600 .head-r .nav .li-second .ul-son>li .three-ul li a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 45px;
  color: #666;
  font-size: 14px;
  transition: 0.3s;
}

header .wd1600 .head-r .nav .li-second .ul-son>li:hover .three-ul {
  display: block;
}

header .wd1600 .head-r .nav .li-second .ul-son>li .three-ul li:hover {
  background-color: #015bac;
}

header .wd1600 .head-r .nav .li-second .ul-son>li .three-ul li:hover a {
  color: #fff;
}

/*新增*/

header .wd1600 .head-r .nav>li:hover .first-a {
  color: #fff;
  background-color: #015bac;
}




header .wd1600 .head-r .nav>li:hover .first-a .icon1 {
  display: none;
}

header .wd1600 .head-r .nav>li:hover .first-a .icon2 {
  display: block;
}

header .wd1600 .head-r .nav>li:hover .ul-son {
  display: block;
}

header .wd1600 .head-r .nav .li-current .first-a {
  color: #fff;
  background-color: #015bac;
}

header .wd1600 .head-r .nav .li-current .first-a .icon1 {
  display: none;
}

header .wd1600 .head-r .nav .li-current .first-a .icon2 {
  display: block;
}

header .wd1600 .head-r .cut {
  padding-left: 10px;
  display: flex;
  align-items: center;
  border-left: 1px solid #efefef;
}

header .wd1600 .head-r .cut a {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

header .wd1600 .head-r .cut a img {
  margin-right: 12px;
}

header .wd1600 .head-r .cut a span {
  transition: 0.3s;  font-size: 18px;color: #ffffff;
}

.index-space {
  display: block;
  width: 100%;
  height: 132px;
  object-fit: cover;
}

footer {
  background-color: #3c3c3e;
}

footer .foot {
  padding: 70px 0 50px;
}

footer .foot .wd1600 {
  display: flex;
  justify-content: space-between;
}

footer .foot .wd1600 .f-item .f-title {
  display: flex;
  align-items: center;
}

footer .foot .wd1600 .f-item .f-title div {
  width: 3px;
  height: 18px;
  background-color: #fff;
  margin-right: 10px;
}

footer .foot .wd1600 .f-item .f-title span {
  font-size: 18px;
  color: #fff;
}

footer .foot .wd1600 .f-item .f-nav {
  margin-top: 50px;
}

footer .foot .wd1600 .f-item .f-nav a {
  color: #fff;
  display: block;
  font-size: 16px;
  margin-bottom: 25px;
}

footer .foot .wd1600 .f-item .f-nav div {
  color: #fff;
  margin-bottom: 22px;
  font-size: 16px;
  color: #e6e6e6;
}

footer .foot .wd1600 .f-item .home-nav {
  max-width: 180px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .foot .wd1600 .f-item .pro-type {
  max-width: 350px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .foot .wd1600 .f-item .pro-type a {
  min-width: 160px;
  color: #e6e6e6;
}

footer .foot .wd1600 .f-item .ma {
  width: 120px;
  margin-top: 65px;
}

footer .banquan {
  height: 80px;
  line-height: 80px;
  border-top: 1px solid #999;
}

footer .banquan .wd1600 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .banquan .wd1600 div {
  font-size: 16px;
  color: #e6e6e6;
}

#c-slider {
  position: fixed;
  right: 0;
  bottom: 15%;
  z-index: 99;
}

#c-slider ul {
  width: 50px;
}

#c-slider ul li {
  cursor: pointer;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #015bac;
  position: relative;
}

#c-slider ul li .icon {
  width: 50%;
}

#c-slider ul li:hover {
  background-color: #015bac;
}

#c-slider ul li:nth-of-type(1) {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

#c-slider ul li:nth-of-type(4) {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

#c-slider ul .go-top {
  margin-top: 5px;
  border-radius: 6px;
}

#c-slider ul .slide-phone .son {
  position: absolute;
  height: 100%;
  right: -200px;
  top: 0;
  overflow: hidden;
  transition: 0.5s;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #015bac;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  width: 200px;
}

#c-slider ul .slide-phone:hover .son {
  right: 0;
}

#c-slider ul .er-ma .son {
  position: absolute;
  overflow: hidden;
  right: -100px;
  top: 0;
  display: block;
  width: 100px;
  height: 100px;
  transition: 0.3s;
  z-index: 999;
  padding: 5px;
  background: #fff;
  box-sizing: border-box;
}

#c-slider ul .er-ma .son img {
  width: 100%;
}

#c-slider ul .er-ma:hover .son {
  right: 0;
}

.m-header {
  width: 22px;
  height: 15px;
  display: none;
  cursor: pointer;
  float: right;
}

.m-header .box {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.m-header .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: width 0.3s ease 0s;
}

.m-header .line1 {
  width: 12px;
  top: 0;
}

.m-header .line2 {
  width: 20px;
  top: 6px;
}

.m-header .line3 {
  width: 16px;
  top: 13px;
}

.m-header-menu {
  position: fixed;
  right: -100%;
  width: 66%;
  top: 0;
  z-index: 100;
  height: 100%;
  background-color: #fff;
  transition: all 0.44s ease 0s;
}

.m-header-menu .m-menu-top {
  line-height: 60px;
  background-color: #015bac;
}

.m-header-menu .m-menu-top .title {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin-left: 8.2%;
  font-family: "Base-font";
}

.m-header-menu .m-menu-top .close {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(close.png) no-repeat center;
  margin-right: 7.8%;
  margin-top: 22px;
  cursor: pointer;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.m-header-menu .m-header-list ul {
  width: 100%;
}

.m-header-menu .m-header-list li {
  line-height: 60px;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}

.m-header-menu .m-header-list li .col-box {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
}

.m-header-menu .m-header-list .tit {
  font-size: 16px;
  color: #666;
}

.m-header-menu .m-header-list .tit>a {
  color: #666;
}

.m-header-menu .m-header-list .second {
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  display: none;
}

.m-header-menu .m-header-list .second li a {
  color: #666;
}

.m-header-menu .m-header-list .point {
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url(arrow_right.png) no-repeat center;
  margin-top: 26px;
  transform: rotate(90deg);
  transition: 0.3s;
}

.m-header-menu .m-header-list .rotateY {
  transform: rotate(270deg);
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.m-header-menu .m-header-menu-sub {
  position: absolute;
  right: -100%;
  top: 60px;
  width: 100%;
  height: 100%;
}

.m-header-menu .m-header-menu-sub .boxs {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s ease 0s;
  background-color: #fff;
  height: 100%;
}

.m-header-menu .m-header-menu-sub .boxs.show {
  left: -100%;
}

.m-header-menu .m-header-menu-sub .return-fir {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  line-height: 60px;
  background-color: #015bac;
}

.m-header-menu .m-header-menu-sub .return-fir p {
  padding-left: 18px;
  color: #fff;
  font-size: 16px;
  background: url(arrow_left.png) no-repeat left center;
}

.m-header-menu .m-header-menu-sub ul,
.m-header-menu .m-header-menu-sub li {
  width: 100%;
  background: #fff;
}

.m-header-menu .m-header-menu-sub li {
  line-height: 60px;
  border-bottom: 1px solid #f2f2f2;
}

.m-header-menu .m-header-menu-sub li a {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  font-size: 16px;
  color: #666;
}

.m-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 99;
}