* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  line-height: 1;
}
body {
  font-family: Arial, "微软雅黑", sans-serif;
  color: #2d343f;
  font-size: 16px;
  background-color: #fff;
  /*overflow-x: hidden;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: inherit;
  font-size: inherit;
  font-weight: normal;
}
i {
  font-style: normal;
}
img {
  border: none;
  vertical-align: middle;
}
ul,
ol {
  list-style: none;
}
li {
  list-style: inherit;
}
input,
textarea,
button,
span,
li,
a,
div {
  border: none;
  outline: none;
  resize: none;
}
textarea {
  font-family: Arial, "微软雅黑", sans-serif;
  overflow: auto;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
a,
a:active,
a:hover,
a:visited {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.font-42{font-size: 42px;}
.font-36{font-size: 36px;}
.font-26{font-size: 26px;}
.font-16{font-size: 16px;}
.clearfix {
  *zoom: 1;
}
.mycol2 .col img {
  max-width: 100%;
}
.mycol-2 .col {
  width: 50%;
}
.mycol-3 .col {
  width: 33.33333%;
}
.mycol-4 .col ,.my4 .col{
  width: 25%;
}
.mycol-5 .col {
  width: 20%;
}
.mycol-6 .col {
  width: 16%;
}
.full-img {
  width: 100%;
  height: 0;
  position: relative;
}
.full-img img {
  position: absolute;
display:block;transition: .4s ease;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.full-img:hover img{    transform: scale(1.05);}
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* 了解锐捷 */
.home-adv {
  position: relative;
  height: 1080px;
}
.home-adv .a_title {
  z-index: 20;
  position: absolute;
  left: 7%;
  top: 100px;
  padding-top: 20px;
  display: inline;
}
.home-adv .a_title h1{  font-size: 26px;  font-weight: 800;}
.home-adv .more {
  margin: 100px 0 0 0;
  background-color: dimgray;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding:4px 18.5px;
}
.home-adv-title {
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
}
.home-adv-title::after {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #1e5dac;
  content: " ";
  margin: 10px auto;
}
.home-adv .adv-nav li .mt-1 {
  color: black;
  font-size: 18px;
  text-align: left;
  font-weight: 600;
}
.home-adv li.active a p:after{
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background-color: #16379e;
    margin: 5px 20px;
  }
.home-adv .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.home-adv .content .item {
  position: absolute;
  right: 0;
  top: 155px;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0px 0;
  opacity: 0;
  transform: translateY(3rem);
  transition: 0.5s;
  position: relative;
}
.item_lianxi{
  border: 1px solid black;
  position: absolute;
  right: 2px;
  top: 0;
}
.item1_main_top{
  display: flex;
  justify-content: space-around;
  border-bottom: 2px solid gray;
  padding-bottom: 20px;
}
.item1_main_top li{
  width: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.item1_main_top li span{
  font-size: 16px;
}
.item1_main_top li .p1{
  text-align: center;
  color: #0b387d;
  font-weight: 600;
}
.item1_main_top li .p2{
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
.item1_main_top li .yuan{
  position: absolute;
  left: 90px;
  top: 245px;
  background-color: #3c3c3c;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.item1_main_buttom{
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}
.item1_main_buttom li{
  width: 200px;
  position: relative;
}
.item1_main_buttom li .p1{
  text-align: center;
  margin-top: 10px;
  color: #0b387d;
  font-weight: 600;
}
.item1_main_buttom li .p2{
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
  font-size: 20px;
}
.item1_main_buttom li .yuan{
  position: absolute;
  left: 90px;
  top: -26px;
  background-color: #3c3c3c;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.home-adv .content .item h2 {
  color: #fff;
  font-size: 36px;
}
/* .home-adv .content .item a {
  width: 124px;
  height: 36px;
  border: 1px #fff solid;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  color: #fff;
} */
.home-adv .content .item a .icon {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  overflow: hidden;
  margin-right: 4px;
}
.home-adv .tab-pane active img {
  transition: .5s ease;
}
.home-adv .content .item a:hover {
  background: #fff;
  color: #0095d8;
}
.home-adv .content .item a:hover .icon {
  color: #0095d8;
}
.home-adv .tab-content>div.active .item {
  animation: tab 1s forwards;
}
.home-adv .content .item .item_main {
  /* height: 40%; */
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.home-adv .content .item .item_main .about_l {
  width: 50%;
}
.home-adv .content .about_l h3{border-bottom: 1px solid black; padding-bottom: 10px;display: inline-block;}
.home-adv .content .item .item_main .about_l p {
  color: #000;
  line-height: 35px;
  font-size: 18px;
}
.home-adv .content .item .item_main .about_r {
  width: 50%;
text-align: right;
}
.home-adv .content .item_bottom {
  margin-top: 62px;
  background: rgba(255, 255, 255, 0.7);
  height: 10%;
}
.home-adv .content .item .item4_main {
  /* height: 40%; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.item4_main .item4_main_div {
  width: 30%;
  height: 250px;
  margin-right: 30px;
  margin-top: 20px;
  background: white;
}
.item4_top{
  border-bottom: 1px solid rgb(172, 169, 169);
  height: 30%;
  display: flex;
  align-items: center;
  padding: 10px;
}
.item4_buttom{
  padding: 10px;
}
.item4_top_title{
width: 75%;
}
.item4_top_time{
  width: 20%;
  }
  .item4_top_time span{
    font-size: 12px;
  }
.item_bottom ul{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.item_bottom ul li{
  width: 100px;text-align: center;
}
.item_bottom ul li h3{
  color: #173f8f;
  font-size: 16px;
  font-weight: 600;
}
.item_bottom ul li p{
  color: black;font-size: 15px;font-weight: 600;
}
.home-adv .content .item {
  position: absolute;
  right: 7%;
  /* right: 0; */
  /* top: 35px; */
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding: 30px 40px 0; */
  opacity: 0;
  transform: translateY(3rem);
  transition: 0.5s;
  padding-top: 10px;
}
.home-adv .font-36 {
  font-size: 36px;
  font-weight: bold;
}
.home-adv .pt-4 p {
  color: #fff;
}
.pb-5 {
  padding: 15px 0;
}
@keyframes tab {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-adv ol {
  position: absolute;
  left: 7%;
  top: 300px;
  bottom: 0;
  width: 132px;
  z-index: 2;
}
.home-adv ol li {
  height: 10%;
}
.tab-content content .tab-pane .box div {
  background-color: #0095d8;
}
.home-adv ol li a {
  width: 100%;
  height: 100%;
}
.home-adv>ol>li a.active p::after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background-color: #16379e;
    margin-top: 5px;
    margin: auto
}
.home-adv ol li a .icon {
  font-size: 40px;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.home-adv ol li a p {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}
.home-adv .content .tab-pane:nth-child(3) .item_main{width:1300px}
.home-adv .content .tab-pane:nth-child(4) .item4_main{width:1200px}

.w1400 {
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pb-5 {
  padding: 20px 0;
}
.home-adv ol li a {
  width: 100%;
  height: 100%;
}
/* 了解锐捷结尾 */
/* 产品系列 */
.home-pro {
  position: relative;
  height: 1080px;
}
.home-pro.a_title {
  z-index: 20;
  position: absolute;
  left: 0;
  top: 100px;
  margin: 0px 0 0px 86px;
  padding-top: 20px;
  font-size: 20px;
  border-top: 1px solid black;
  display: inline;
}
.home-pro .more {
  margin: 60px 0 0 90px;
  background-color: dimgray;
  color: #fff;
  font-weight: 500;
  display: inline-block;
}
.home-pro-title {
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
}
.home-adv-title::after {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #1e5dac;
  content: " ";
  margin: 10px auto;
}
.home-pro li.active a p:after{
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background-color: #fff;
    margin: 5px 20px;
  }
.home-pro .pro-nav li .mt-1 {
  color: black;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}
.home-pro .tab-content .protext1{position: absolute;right: 0;top: 150px}
.home-pro .tab-content .protext1 h3 {color: #fff;text-align: right;width: 100%; border-bottom: 2px solid white; padding-bottom: 10px;display: inline-block;}
.home-pro .tab-content .protext1 p,.home-pro .tab-content .protext1 span{color: #fff;text-align: right;}
.home-pro .tab-content .protext1 p:nth-child(1){margin:0}
.home-pro .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.home-pro ol {
  position: absolute;
  left: 7%;
  top: 300px;
  bottom: 0;
  width: 132px;
  z-index: 2;
}
.home-pro ol li>a:hover{background-color: 0;}
.home-pro ol li {
  height: 8%;
}
.home-pro ol li a {
  width: 100%;
  height: 100%;
}
.home-pro ol li a .icon {
  font-size: 40px;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.home-pro ol li a p {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}
.home-pro .content .item {
  position: absolute;
  width: 100%;
  right: 7%;
  top: 7%;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 40px 0;
  opacity: 0;
  transform: translateY(3rem);
  transition: 0.5s;
}
.home-pro .tab-content .pro_main {
    position: absolute;
    right: 0;
    width: 80%;
    top: 200px;
}
.home-pro .content .pro_main li .box {
  text-align: left;
  margin-right: 10%;
}
.home-pro .content .pro_main li .img {
  overflow: hidden;
    padding-bottom: 80%;
}
.home-pro .content .pro_main li .txt {
  color: #fff;
}
.home-pro .content .pro_main li .txt h4 {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 42px;
}
.home-pro .content .pro_main li .txt h4 a{display: block;  padding: 5px 20px;text-align:center;font-size: 16px;}
.home-pro .pro_main li .txt:hover a:after{
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background-color: #04369b;
  margin: 5px auto;
}
.home-pro .content .pro_main li{float: left;
}
.home-pro .content .pro_main li .txt p {
  height: 50px;
  overflow: hidden;
  color: #7c7c7c;
  font-size: 14px;
  line-height: 25px;
  margin-top: -5px;
}
.home-pro .content .pro_main li .txt .more {
  display: block;
  padding-top: 15px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
  color: #1b2188;
  font-size: 14px;
  transition: all .3s;
}
.home-pro .content .pro_main li .txt .more:hover {
  color: #da0e25;
}
.home-pro  .content .item h2 {
  color: #fff;
  font-size: 36px;
}
/*.home-pro .content .item a {
  width: 124px;
  height: 36px;
  border: 1px #fff solid;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  color: #fff;
}*/
.home-pro  .content .item a .icon {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  overflow: hidden;
  margin-right: 4px;
}
.home-pro  .tab-pane active img {
  transition: .5s ease;
}

.home-pro  .content .item a:hover .icon {
  color: #0095d8;
}
.home-pro  .tab-content>div.active .item {
  animation: tab 1s forwards;
}
.home-pro .content .item .item_main {
  height: 40%;
  display: flex;
  justify-content: space-between;
}
.home-pro .content .item .item_main .about_l {
  width: 50%;
}
.home-pro .content .item .item_main .about_l p {
  color: #000;
  line-height: 40px;
}
.home-pro .content .item .item_main .about_r {
  width: 50%;
}
.home-pro .content .item_bottom {
  margin-top: 20px;
  background-color: #fff;
  height: 12%;
}
.home-pro  .content .item .item4_main {
  height: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
/*核心技术*/
.home-tech {
  position: relative;
  height: 1080px;
}
.home-tech .a_title1{color: #000}
.home-tech.a_title {
  z-index: 20;
  position: absolute;
  left: 0;
  top: 100px;
  margin: 0px 0 0px 86px;
  padding-top: 20px;
  font-size: 20px;
  border-top: 1px solid black;
  display: inline;
}
.home-tech .more {
  margin: 60px 0 0 90px;
  background-color: dimgray;
  color: #fff;
  font-weight: 500;
  display: inline-block;
}
.home-tech-title {
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
}
.home-adv-title::after {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #1e5dac;
  content: " ";
  margin: 10px auto;
}
.home-tech li.active a p:after{
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background-color: #16379e;
    margin: 5px 20px;
  }
.home-tech .tech-nav li .mt-1 {
  color: black;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}
.home-tech .tech_box{width:86%;  position: absolute;right:0;top:360px;}
.home-tech .tab-content .item_lianxi1{border:1px solid #000;color: #000}
.home-tech .tech_box .wq-contact-con{overflow: hidden;padding: 18px 10px;}
.home-tech .tech_box .wq-contact-con .con{width:100%;text-align: center;border-radius: 10px;background-color: #fff;padding: 25px 30px;transition: .4s ease;text-align: center;}
.home-tech .tech_box .wq-contact-con .con img{padding-bottom: 10px;margin:0 auto;}
.home-tech .tech_box .wq-contact-con span{font-size: 24px;font-weight: 600; color: rgb(73, 73, 73);}
.home-tech .tech_box .wq-contact-con  .con:hover{box-shadow: 1px 1px 9px 12px #eeecec;transform: scale(1.01);}
.home-tech .tech_box .wq-contact-con  .con:hover span{color: #04369b;}
.home-tech .tech_box .wq-contact-con  .con:hover img{transform: scale(1.1);}
.home-tech .tech_box .wq-contact-con  .wq-ccon>img {display:block;transition: .4s ease;padding:20px 0 25px 0;}
.home-tech .tech_box .wq-contact-con  .wq-ccon p{padding:45px 0;}
.home-tech .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.home-tech ol {
  position: absolute;
  left: 7%;
  top: 300px;
  bottom: 0;
  width: 248px;
  z-index: 2;
}
.home-tech ol li>a:hover{background-color: 0;}
.home-tech ol li {
  height: 8%;
}
.home-tech ol li a {
  width: 100%;
  height: 100%;
}
.home-tech ol li a .icon {
  font-size: 40px;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.home-tech ol li a p {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}
.home-tech ol .more1{margin:228px 0 0 0;background-color: #565656;color: #fff;}
.home-tech .content .item {
  position: absolute;
  /* left: 10%; */
  right: 7%;
  top: 4%;
  width: 100%;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 40px 0;
  opacity: 0;
  transform: translateY(3rem);
  transition: 0.5s;
}
.home-tech .tab-content .tech_main {
    position: absolute;
    right: 0;
    width: 80%;
    top: 300px;
}
.home-tech .content .tech_main li .box {
  text-align: left;
  margin-right: 5%;
    overflow: hidden;
}
.home-tech .content .tech_main li .img {
    padding-bottom: 80%;
}
.home-tech .content .tech_main li .txt {
  padding: 5px 20px;
  color: #fff;
}
.home-tech .content .tech_main li .txt h4 {
  height: 25px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-tech .content .tech_main li{
  float: left;
  margin-bottom: 20px;
  padding: 10px;
}
.home-tech .content .tech_main li .txt p {
  height: 50px;
  overflow: hidden;
  color: #7c7c7c;
  font-size: 14px;
  line-height: 25px;
  margin-top: -5px;
}
.home-tech .content .tech_main li .txt .more {
  display: block;
  padding-top: 15px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
  color: #1b2188;
  font-size: 14px;
  transition: all .3s;
}
.home-tech .content .tech_main li .txt .more:hover {
  color: #da0e25;
}
.home-tech .tab-content .tech_kehu {
    position: absolute;
    right: 0;
    width: 80%;
    top: 230px;
}
.home-tech .content .tech_kehu li .box {
  text-align: left;
  margin-right: 5%;
}
.home-tech .content .tech_kehu li .img {
    padding-bottom: 80%;
}
.home-tech .content .tech_kehu li .txt {
  padding: 5px 20px;
  color: #fff;
}
.home-tech .content .tech_kehu li .txt h4 {
  height: 25px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-tech .content .tech_kehu li{
  float: left;
  margin-bottom: 20px;
  overflow: hidden;
}
.home-tech .content .tech_kehu li .txt p {
  height: 50px;
  overflow: hidden;
  color: #7c7c7c;
  font-size: 14px;
  line-height: 25px;
  margin-top: -5px;
}
.home-tech .content .tech_kehu li .txt .more {
  display: block;
  padding-top: 15px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
  color: #1b2188;
  font-size: 14px;
  transition: all .3s;
}
.home-tech .content .tech_kehu li .txt .more:hover {
  color: #da0e25;
}
.home-tech  .content .item h2 {
  color: #fff;
  font-size: 36px;
}
/*.home-tech .content .item a {
  width: 124px;
  height: 36px;
  border: 1px #fff solid;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  color: #fff;
}*/
.home-tech  .content .item a .icon {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  overflow: hidden;
  margin-right: 4px;
}
.home-tech  .tab-pane active img {
  transition: .5s ease;
}
.home-tech  .content .item a:hover {
  background: #fff;
  color: #0095d8;
}
.home-tech  .content .item a:hover .icon {
  color: #0095d8;
}
.home-tech  .tab-content>div.active .item {
  animation: tab 1s forwards;
}
.home-tech .content .item .item_main {
  height: 40%;
  display: flex;
  justify-content: space-between;
}
.home-tech .content .item .item_main .about_l {
  width: 50%;
}
.home-tech .content .item .item_main .about_l p {
  color: #000;
  line-height: 40px;
}
.home-tech .content .item .item_main .about_r {
  width: 50%;
}
.home-tech .content .item_bottom {
  margin-top: 20px;
  background-color: #fff;
  height: 12%;
}
.home-tech  .content .item .item4_main {
  height: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
 .more1 {
  margin: 60px 0 0 0;
  background-color: #fff;
  color: black;
  font-weight: 600;
  display: inline-block;
  padding:4px 18.5px;
}
.a_title1 {
  z-index: 20;
  position: absolute;
  left: 7%;
  top: 140px;
  padding-top: 20px;
  display: inline;
  color: white;
}
.a_title1 img{display: block;}
.a_title1 h1{  font-size: 28px;font-weight: 800}
.home-adv .content .item .item_main .about_le {
  width: 50%;
}
.item_lianxi1{
  border: 1px solid white;
  position: absolute;
  right: 2px;
    top: 95px;
}
.item_lianxi1 span{
color: white;
width:5px;
}
.item_lianxi2{
  border: 1px solid black;
  position: absolute;
  right: 2px;
  top: 150px;
}
.item_lianxi2 a:hover{color: #04369b;}
@media all and (max-width: 1800px) {
  .home-adv .content .item,.home-pro .content .item,.home-tech .content .item{right: 4%;}
  .home-adv ol,.home-pro ol,.home-tech ol{left: 4%;}
  .home-adv .a_title,.home-pro .a_title1,.home-tech .a_title1{left: 4%;}
}
@media all and (max-width: 1700px) {
  .home-adv .content .item,.home-pro .content .item,.home-tech .content .item{right: 2%;}
  .home-adv ol,.home-pro ol,.home-tech ol{left: 2%;}
  .home-adv .a_title,.home-pro .a_title1,.home-tech .a_title1{left: 2%;}
}
@media all and (max-width: 1600px) {
.home-adv .content .item .item_main{width:1250px}
}
@media all and (max-width: 1400px) {
  .wq-lg-9{width:1150px;}
  .wq-lg-9 img{width: 100%;}
  .home-adv .content .item .item_main{width:1100px}
  .home-adv .content .tab-pane:nth-child(3) .item_main {
    width: 1100px;
}
  }
@media all and (max-width: 992px) {
  .w1400 {
    width: 94%;
  }
  .home-adv {
    height: 500px;
  }
  .home-adv ol {
    left: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    display: flex;
    flex-direction: row !important;
  }
  .home-adv ol li {
    height: 60px;
    width: 25%;
  }
  .home-adv ol li a .icon {
    width: 24px;
    height: 24px;
    fill: currentColor;
    overflow: hidden;
    color: #fff;
  }
  .home-adv ol li a p {
    font-size: 14px;
  }
}
/* 产品系列 结束*/
/* 留言 */
.liuyan{
  background-image: url(../images/dibg.jpg);
   background-repeat: no-repeat;
  padding: 45px 0 0 0;
  height: 800px;
}
.liuyan .container{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.liuyan .container .mian1{
  width: 40%;
}
.liuyan .container .mian1 h1{
  color: white;
  margin: 40px 0;
  font-size: 50px;
}
.liuyan .container .mian1 h1{
  color: white;
  margin: 30px 0;
  font-size: 28px;
  font-weight: 800;
}
.liuyan .container .mian1 .xian{
  border: 1px solid white;
  width: 12%;
  margin: 70px 0;
  position: relative;
}
.liuyan .container .mian1 span{
  font-size: 16px ;
  color: white;
  line-height: 20px;
}
.liuyan .container .mian1 .erweima{
  margin-top: 100px;
  display: flex;
}
.liuyan .container .mian1 .erweima .erweima1{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.liuyan .container .mian1 .erweima .erweima2{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 60px;
}
.liuyan .container .mian2{
  width: 40%;
  background-color: rgba(218, 201, 201, 0.1);
  padding: 60px 30px;
}
.liuyan textarea{border-bottom: #fff solid 2px;background-color: transparent;}
.mian2_top{
  display: flex;
}
.main2-left li{
  display: inline-block;
  font-size: 22px;
  color: white;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.main2-right input{
  color: #fff;
  margin-bottom: 29px;
  padding-bottom: 10px;
}
.mian2-p{
  font-size: 20px;
  color: white;
}

.main2-right input{
  font-size: 20px; 
  background:none; 
  border-bottom:1px solid white;
  width: 100%;
}
.main2-right input::input-placeholder{
  color: #fff ;}
  .main2-right input::-webkit-input-placeholder{
color:#fff ;
}
.main2-right input::-moz-placeholder{ 
color:#fff ;
}
.main2-right input::-moz-placeholder { 
  color:#fff ;
}
.main2-right input::-ms-input-placeholder{
	color: #fff;
}
.liuyan .container .mian2 .button{
  width: 300px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  margin: 0 auto;
  margin-top: 30px;
  background-color: #0c3768;
}
.liuyan .container .mian2 .button span{
  color: white;
  font-weight: 500;
  font-size: 25px;
}
/* 留言结束 */
 