@charset "utf-8";
html {
  width: 100%;
  height: 100%;
  font-size: 10px;
}
h3,h1,h2{     font-weight: initial;}
body {
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  background: #fff;
  color: #414141;
}
input::-webkit-input-placeholder { /* WebKit browsers*/
  color: #666666;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
input:-moz-input-placeholder { /* Mozilla Firefox 4 to 18*/
  color: #666666;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
input::-moz-input-placeholder { /* Mozilla Firefox 19+*/
  color: #666666;
  ;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
input:-ms-input-placeholder { /* Internet Explorer 10+*/
  color: #666666;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
textarea::-webkit-input-placeholder { /* WebKit browsers*/
  color: #666666;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
textarea:-moz-input-placeholder { /* Mozilla Firefox 4 to 18*/
  color: #666666;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
textarea::-moz-input-placeholder { /* Mozilla Firefox 19+*/
  color: #666666;
  ;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10+*/
  color: #666666;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.swiper-pagination1 {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination2 {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination3 {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #03a5a7;
}
:root {
  --color: #03a5a7;
}
* {
  margin: 0;
  padding: 0;
}
.swiper-paglgc span.e1{ text-indent:.5em;}
#allmap {
  width: 100%;
  height: 500px;
}
li {
  list-style: none;
}
img {
  border: none;
  display: block;
}
em {
  font-style: inherit;
}
.clear {
  clear: both;
}
.mtop10 {
  margin-top: 10px;
}
a {
  color: #000;
  text-decoration: none;
  transition: .3s;
}
/*

a:hover {

  color: #1EA0FF;

}

*/
.clearh {
  clear: both;
  height: 50px;
}
*:focus {
  outline: none;
}
.headerbg {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  transition: .3s;
}
.header {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  height: 9rem;
  text-align: right;
  position: relative;
}
.logo {
  position: absolute;
  left: 0;
  top: 1rem;
      width: fit-content;
  /*

  background: url(../images/logo.png) no-repeat 0 center;

  background-size: auto 100%;

*/
}
.headerbg .logo img:nth-child(1) {
  display: block; width: 180px;
}
.headerbg .logo img:nth-child(2) {
  display: none;
}
.navbox {
  position: absolute;
  right: 0;
  top: 1.7rem;
  width: 3.5rem;
  margin: 0;
  display: none;
  cursor: pointer;
}
.navbox tt {
  float: left;
  width: 100%;
  height: .3rem;
  background: #444;
  margin-top: .7rem;
}
.navclose {
  display: inline-block;
  font-size: 2.6rem;
  color: #fff;
  position: fixed;
  right: 5%;
  top: 1rem;
  z-index: 999;
  display: none;
  cursor: pointer;
}
.nav {
  position: absolute;
  right: 17rem;
  top: 0;
}
.nav li {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.nav li a {
  font-size: 1.8rem;
  color: #fff;
  display: inline-block;
  margin: 0 1.5rem;
  line-height: 9rem;
  position: relative;
}
.nav li a::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #03A5A7;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: .3s;
}
.nav li:hover a {
  color: #000;
}
.nav li:hover a::before {
  left: 0;
  width: 100%;
}
.navlists {
  
  
  /*transition: all 0.5s;*/
 
  display: none;
}
.navlistsm {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 1rem 0;    padding-bottom: 0;
}
.navlists dl {
  width: 100%;
}
.navlists dl dt {
  font-size: 1.6rem;
  color: #03A5A7;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}
/*.navlists dl dd {*/
/*  padding-top: 1rem;*/
/*}*/
/*.navlists dl dd p {*/
/*  padding: .5rem 0;*/
/*}*/
.navlists dl dd p a {
  font-size: 1.4rem;
  position: inherit;
  /*color: #666;*/
  line-height: 3rem;
}
.navlists dl dd p a:hover {
  color: #03A5A7;
}
.nav li:hover .navlists a, .nav li.on .navlists a {
  color: rgba(0, 0, 0, 0.66);
}
.nav li.on .navlists a::before, .nav li:hover .navlists a::before {
  background: #fff;
}
.nav li .navlists a:hover {
  color: #1EA0FF;
}
.proli i {
  display: none;
}
.top-links {
  position: absolute;
  right: 0;
  top: 3.5rem;
  z-index: 9991;
  font-size: 1.4rem;
  color: #fff;
}
.top-links dl {
  cursor: pointer;
  position: relative;
  text-align: center;
}
.top-links dt {
  width: 5rem;
}
.top-links dt i {
  margin-left: .6rem;
  display: inline-block;
}
.top-links dd {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 2.6rem;
  background: #fff;
  padding: .3rem 0;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.04);
}
.top-links dd a {
  display: block;
  padding: .3rem 0;
}
.top-links dd a:hover, .top-links dd a.on {
  background: #03A5A7;
  color: #fff;
}
.top-search {
  position: absolute;
  right: 6rem;
  top: 3.3rem;
}
.top-search-but {
  display: inline-block;
 padding: 0.5rem 2rem;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 2rem;
  /*background: #e7e9ee;*/
  cursor: pointer;    border: 1px solid #eeeeee;
}
.on .top-search-but{ border: 1px solid #706969;}
.top-search-but i {
  margin-right: .5rem;
}
.top-search-m {
  border: 1px solid #eee;
  position: relative;
  display: none;
}
.top-search-close {
  font-size: 1.8rem;
  color: #000;
  margin-left: 1rem;
  cursor: pointer;
  display: none;
}
.top-search.on {
  top: 2.3rem;
}
.top-search input[type="text"] {
  width: 40rem;
  height: 3.5rem;
  text-indent: 1rem;
  border: none;
  font-size: 1.4rem;
}
.top-search input[type="submit"] {
  width: 4rem;
  height: 3.5rem;
  border: none;
  background: #fff;
  font-size: 1.4rem;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.top-search .top-search-m i {
  font-size: 1.6rem;
  color: #000;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.top-search.on input {
  display: block;
}
.top-search.on .top-search-close {
  display: inline-block;
}
.top-search.on .top-search-m {
  display: inline-block;
}
.headerbg:hover, .headerbg.on {
  background: #fff;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
}
.headerbg:hover .top-search-but{ border: 1px solid #706969;}


.headerbg:hover .nav li a, .headerbg.on .nav li a {
  color: #000;
}
.headerbg:hover .logo img:nth-child(2), .headerbg.on .logo img:nth-child(2) {
  display: block;width: 165px;
}
.headerbg:hover .logo img:nth-child(1), .headerbg.on .logo img:nth-child(1) {
  display: none;
}
.headerbg:hover .nav li.on a::before {
  left: 0;
  width: 100%;
}
.headerbg:hover .top-links, .headerbg.on .top-links {
  color: #000;
}
.headerbg:hover .top-search-but, .headerbg.on .top-search-but {
  color: #565353;
}
.navlists-box {
  display: none;
}
.mbanner {
  position: relative;
}
.lg-a {
  margin-top: 3rem;
  text-align: center;
}
.lg-a span {
  font-size: 3rem;
  color: #010101;
  font-weight: bold;
  display: inline-block;
  padding-left: 4rem;
  background: url(../images/ico01.png) no-repeat 0 center;
  background-size: auto 2.5rem;
}
.lg-b {
  width: 95%;
  max-width: 1400px;
  margin: 3rem auto 0;
}
.lg-b dl {
  float: left;
  position: relative;
  overflow: hidden;
}
.lg-b dl dt {
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.lg-b dl dt img{ width:100%; height:100%; object-fit: cover;}
.lg-b dl:hover dt {
  -webkit-animation: pulse 1s .2s ease both;
  -moz-animation: pulse 1s .2s ease both;
}
.lg-b dl dd {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.6rem;
  color: #fff;    background-color: rgb(9 91 93 / 40%);
}
.lg-b dl dd h2 {
  font-size: 2.3rem;
  color: #fff;
  padding: 3rem 0 0 3rem;
}
.lg-b dl dd p {
  padding: .6rem 0 0 3rem;
}
/*.lg-b dl a {*/
/*  display: inline-block;*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  top: 50%;*/
/*  font-size: 1.3rem;*/
/*  color: #6AB3BD;*/
/*  width: 13rem;*/
/*  height: 13rem;*/
/*  background: rgba(255, 255, 255, .2);*/
/*  border-radius: 50%;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  margin: -5.5rem 0 0 -6.5rem;*/
/*}*/
.lg-b dl a span {
  display: inline-block;
  width: 8.9rem;
  height: 8.9rem;
  background: #D0E4F3;
  border: 16px solid rgba(3, 165, 167, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lg-b dl a:hover {
  animation: pulseAnim 2s infinite;
}
.lg-b dl.lg-b-dl1 {
  width: 39%;
  height: 31rem;
}
.lg-b dl.lg-b-dl2 {
  width: 59%;
  height: 31rem;
  float: right;
}
.lg-b dl.lg-b-dl3 {
  width: 59%;
  height: 31rem;
  margin-top: 2rem;
}
.lg-b dl.lg-b-dl4 {
  width: 39%;
  height: 31rem;
  float: right;
  margin-top: 2rem;
}

.lg-cbg {
  background: #001126;
  margin-top: 9rem;
}
.lg-c {
  width: 95%;
  max-width: 1400px;
  margin: 6rem auto 0;
}
.lg-c dl {
  width: 31%;
  float: left;
  margin-left: 2%;
  background: #F6F8FF;
  margin-bottom: 20px;
}
.lg-c dl:nth-child(3n-2) {
  margin-left: 0;
}
.lg-c dl dt {
  height: 25rem;
  overflow: hidden;
}
.lg-c dl dt img {
  width: 100%;
  transition: all 0.36s ease-out;
}
.lg-c dl dd .con {
  position: absolute;
  z-index: 1;    width: 95%;
}
.lg-c dl dd .con a .time {
  font-size: 13px;
  color: #666666;
  padding-bottom: 5px;
}
.lg-c dl:hover dd .con a {
  color: #fff;
}
.lg-c dl:hover dd:after {
  height: 100%;
}
.lg-c dl dd:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: var(--color);
  transition: all 0.26s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
}
.lg-c dl:hover .con a .time {
  color: #fff;
}
.lg-c dl:hover img {
  transform: scale(1.1);
}
.lg-c dl dd {
  height: 6.5rem;
  font-size: 1.4rem;
  color: #666;
 padding:0 1rem;
  padding-top: 1rem;
  position: relative;

 
   
   
}
.lg-c dl dd p {
  padding-top: .2rem;    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
      font-size: 1.6rem;
}
.lg-c dl dd p a {
  font-weight: bold;
}
.lg-d {
  margin: 5rem 0;
  text-align: center;
}
.lg-d a {
  display: inline-block;
  padding: 1rem 3rem;
  background: #03A5A7;
  font-size: 1.4rem;
  color: #fff;
}
.lg-ebg {
  height: 340px;
  background: url(../images/bg01.jpg) no-repeat center 0;
  background-size: auto 100%;
}
.lg-e {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 9rem;
  display: flex;
}
.lg-e dl {
  width: 25%;
  text-align: center;
}
.lg-e dl dt {
  width: 10rem;
  height: 10rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 4.6rem;
  margin: 0 auto;
  border-radius: 50%;
  transition: .5s;
}
.lg-e dl dd {
  font-size: 1.6rem;
  color: #fff;
  padding-top: 2rem;
}
.lg-e dl.lg-e-dl1 dt {
  background-image: url(../images/pm01.png);
}
.lg-e dl.lg-e-dl2 dt {
  background-image: url(../images/pm02.png);
}
.lg-e dl.lg-e-dl3 dt {
  background-image: url(../images/pm03.png);
}
.lg-e dl.lg-e-dl4 dt {
  background-image: url(../images/pm04.png);
}
.lg-e dl dt:hover {
  margin-top: -1rem;
}
.footerbg {
  padding: 6rem 0 3rem;
  background: #F6F8FF;
}
.footer {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  min-height: 23rem;
  position: relative;
}
.footer-a1 {
  margin-right: 32rem;
}
.footer-a2 {
  padding-left: 5rem;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #DEE2EE;
}
.footer-a2-a {
  width: 20rem;
}
.footer-a2 img {
  width: 19rem;
}
.footer-a2-b {
  text-align: center;
  font-size: 1.2rem;
  color: #999;
  margin-top: 2rem;
}
.footer-a2-b dt {
  width: 12rem;
  margin: 0 auto;
}
.footer-a2-b dt img {
  width: 100%;
 
}
.footer-a1 dl {
  width: 17%;
  float: left;
}
.footer-a1 dl.footer-dl1 {
  width: 30%;
}
.footer-a1 dl dt {
  font-size: 1.6rem;
  color: #6E6E6E;
  position: relative;
  font-weight: bold;
}
.footer-a1 dl dt span {
  display: none;
}
.footer-a1 dl dt a {
  font-size: 1.6rem;
  color: #6E6E6E;
}
.footer-a1 dl dd {
  font-size: 1.4rem;
  color: #6E6E6E;
  padding-top: 1rem;
  word-wrap: break-word;
}
.footer-a1 dl dd a {
  font-size: 1.4rem;
  color: #6E6E6E;
}
.copybg {
  padding: 1.5rem 0;
  background: #E5EBFF;
  font-size: 1.4rem;
  color: #666;
  text-align: center;
}
.rnav {
  width: 6rem;
  position: fixed;
  right: 1rem;
  bottom: 30%;
  z-index: 999;
}
.rnav dl {
  width: 6rem;
  height: 6rem;
  margin-top: .3rem;
  background: #03A5A7;
  box-shadow: 0px 2px 32px 0px rgba(6, 26, 45, 0.06);
  text-align: center;
  cursor: pointer;
}
.rnav dl dt {
  height: 3.5rem;
  background: url(../images/fnav1.png) no-repeat center .8rem;
}
.rnav dl dd {
  font-size: 1.2rem;
  color: #fff;
  padding-top: .3rem;
}
.rnav dl.rnav-dl2 dt {
  background-image: url(../images/fnav2.png);
}
.rnav dl.rnav-dl3 dt {
  background-image: url(../images/fnav3.png);
}
.rnav dl.rnav-dl4 dt {
  background-image: url(../images/fnav4.png);
}
.rightside {
  position: fixed;
  right: 15px;
  text-align: center;
  z-index: 999;
  width: 54px;
  top: 42%;
}
.rightside li {
  background: #03A5A7;
  margin-bottom: 3px;
  position: relative;
}
.rightside li i {
  width: 54px;
  height: 54px;
  display: inline-block;
  background-image: url(../images/home_44.png);
  background-repeat: no-repeat;
}
.rightside li .icon1 {
  background-position: 7px 22px;
}
.rightside li .icon2 {
  background-position: 5px -34px;
}
.rightside li .icon3 {
  background-position: 5px -90px;
}
.rightside li .icon4 {
  background-position: 5px -148px;
}
.rightside li .icon5 {
  background-position: 5px -207px;
}
.rightside li .dropdown-menu {
  right: 100%;
  left: auto;
  background: #03A5A7;
  margin: 0;
  min-width: 140px;
  line-height: 29px;
  padding: 15px 0;
  box-shadow: none;
  font-size: 16px;
  top: 0;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 0;
  display: none;
  position: absolute;
  z-index: 1000;
}
.rightside li .dropdown-menu.menu2 {
  padding: 15px;
}
.rightside li:hover .dropdown-menu {
  display: block;
}
.lbannerbg {
  height: 45rem;
  background: url(../images/lbanner1.jpg) no-repeat center 0;
  background-size: auto 100%;
}
.lbanner {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  color: #fff;
}
.lbanner h2 {
  font-size: 4rem;
  padding-top: 20rem;
}
.lbanner p {
  font-size: 1.6rem;
  text-transform: uppercase;
  padding-top: .5rem;
}
.lg-fbg {
  background: #F6F8FF;
}
.lg-f {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  height: 3.2rem;
  line-height: 3.2rem;
  text-align: right;
  font-size: 1.4rem;
  color: #333;
}
.lg-f a {
  display: inline-block;
  font-size: 1.4rem;
  color: #333;
  padding-left: 2rem;
  background: url(../images/ico02.png) no-repeat 0 center;
  margin-right: .5rem;
}
.lg-f span {
  color: #03A5A7;
  margin-left: .5rem;
}
/*liumq*/
.kp-v3 {
  display: block;
}
.fzlc {
  display: none;
}
.lbanner-mb {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.lbanner-mb .swiper-slide {
  width: 100%;
  position: relative;
  z-index: 999;
  text-align: center;
}
.lbanner-mb .swiper-slide img {
  width: 100%;
}
.lbanner-mb .swiper-box {
  display: inline-block;
  max-width: 1400px;
  width:95%;
 position:absolute;top:45%;left:30px;right:0;bottom:0;margin: auto;
  z-index: 99;
  cursor: pointer;
}
.lbanner-mb .swiper-box .swiper-box-title p:nth-child(1) {

  font-size: 40px;
  color: #FFFFFF;
}
.lbanner-mb .swiper-box .swiper-box-title p:nth-child(2) {
  font-size: 23px;
  color: #FFFFFF;
}
.bread {
  width: 100%;
  height: 40px;
  background: #F6F8FF;
}
.bread a {
  padding: 0 6px;
}
.bread .container {
  width: 95%;
  max-width: 1400px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
}
.bread .container .on {
  color: #03A5A7;
}
.caseinfo {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
 
  margin-top: 40px;
}
.caseinfo .container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto auto;
  grid-gap: 30px 20px;
}
.caseinfo .container .caseinfo-box {
  width: 100%;
  box-shadow: 0px 0px 7px 0px rgba(162, 162, 162, 0.17);
}
.caseinfo-box-dl {
  width: 100%;
  transition: all 0.36s ease-out;
}
.caseinfo-box-dl dt {
  width: 100%;
  height: 25rem;
  overflow: hidden;
}
.caseinfo-box-dl dt img {
  width: 100%;
  min-height: 100%;
  transition: .3s;
}
.caseinfo-box-dl:hover img {
  width: 100%;
  transform: scale(1.1);
}
.caseinfo-box-dl dd {
  padding: 18px;
  position: relative;
}
.caseinfo-box-dl dd .con {
  position: relative;
  z-index: 99;
}
.caseinfo-box dl dd:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: var(--color);
  transition: all 0.26s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
}
.caseinfo-box dl:hover dd:after {
  height: 100%;
}
.caseinfo-box-dl dd .p1 {
  font-weight: bold;
  font-size: 16px;
}
.caseinfo-box-dl dd .p2 {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
}
.lgtab {
  text-align: center;
  margin-top: 20px;
}
.caseinfo-box-dl dd .p3 {
  margin-top: 25px;
  padding: 10px;
  border: 1px solid #03A5A7;
  font-size: 16px;
  text-align: center;
  color: #03A5A7;
  display: block;
  width: 122px;
}
.caseinfo-box-dl:hover dd .p1 {
  color: #fff;
}
.caseinfo-box-dl:hover dd .p2 {
  color: #fff;
}
.caseinfo-box-dl:hover dd .p3 {
  border: 1px solid #fff;
  color: #fff;
}
/*.caseinfo-box-dl:hover dd .p1{*/
/*  margin-top: 0px;*/
/*  -webkit-animation:fadeInUp 1s .2s ease both;*/
/*  -moz-animation:fadeInUp 1s .2s ease both;*/
/*}*/
/*.caseinfo-box-dl:hover dd .p2{*/
/*  width: 100%;*/
/*  display: block !important;*/
/*  -webkit-animation:fadeInUp 1s .2s ease both;*/
/*  -moz-animation:fadeInUp 1s .2s ease both;*/
/*}*/
/*.caseinfo-box-dl:hover dd .p3{*/
/*  display: block;*/
/*  -webkit-animation:fadeInUp 1s .2s ease both;*/
/*  -moz-animation:fadeInUp 1s .2s ease both;*/
/*}*/
.caseinfo-box-dl:hover dd .lgtab {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.lgtab a {
  display: inline-block;
  padding: 0 20px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  font-size: 18px;
}
.lgtab a.on {
  background: #03A5A7;
  color: #FFFFFF;
}
.box2 {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
}
.productDetail {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: inherit;
}
/*

.productDetail .e_left {

  width: 520px;

}

*/
.productDetail .e_left .mySwiper2 .swiper-slide {
  margin-bottom: 6px;
}
.productDetail .e_left .mySwiper2 .swiper-slide img {
  width: 100%;
}
#xiaotu {
  width: 100%;
  margin: 0 auto; position: relative;
}

#xiaotu .mySwiper{ width:88%; }
#xiaotu .swiper-button-next{    right: 0px;
    left: auto;}
#xiaotu .swiper-button-prev{    left: 0px;
    right: auto;}

/*

.productDetail .e_left .mySwiper .swiper-slide {

  height: 100px;

}

*/
.productDetail .e_left .mySwiper {
  width: 100%;
}
.productDetail .e_left .mySwiper .swiper-slide img {
display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#xiaotu  .swiper-button-next {
  right: 0px !important;
  background-image: unset;
  background: #A2A2A2;
  height: 100%;
  top: 22px;    width: 5%;    display: flex;
}
#xiaotu  .swiper-button-prev {
  left: 0px !important;
  background-image: unset;
  background: #A2A2A2;
  height: 100%;
  top: 22px;    width: 5%;    display: flex;
}
#xiaotu .swiper-button-next:after, #xiaotu .swiper-button-prev:after{ font-size:20px;    color: #fff;}


#xiaotu .swiper-slide {
    border: 2px solid transparent;
}
#xiaotu .swiper-slide-thumb-active {
  border: 2px solid #03A5A7;
}
.productDetail .e_left .mySwiper .swiper-button-prev:after {
  font-size: 26px;
  font-weight: bold;
  color: #03A5A7;
}
.productDetail .e_left .mySwiper .swiper-button-next:after {
  font-size: 26px;
  font-weight: bold;
  color: #03A5A7;
}
.productDetail .e_left .img1 img {
  width: 100%;
}
.productDetail .e_left {
  width: 40%;
}
.productDetail .e_right {
  position: relative;
  width: 60%;
  background: #F9F9F9;
  padding: 0 20px;
}
.productDetail .e_right .txt1 {
  font-size: 26px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
.productDetail .e_right .txt2 {
  color: #666666;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}
.productDetail .e_right .txt3 {
  margin-bottom: 20px;
}
.productDetail .e_right .txt3 li {
  display: flex;
  align-items: center;
  font-size: 16px;
  height: 35px;
  color: #666666;
}
.productDetail .e_right .txt3 li img {
  width: auto;
  height: 16px;
  vertical-align: middle;
  margin-top: 2px;
  margin-right: 10px;
}
.productDetail .e_right .btn-danger {
  width: 135px;
  height: 46px;
  background: #1EAFB0;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height: 46px;
  color: #FFFFFF;
  margin-bottom:10px;
  position: absolute;
  bottom: 10px;
}
.news {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
  margin-top: 40px;
}
.news .list {
  transition: all 0.3s;
  padding: 0;
  align-items: center;
  position: relative;    
}
.news .list:hover .list-l img {
  transform: scale(1.05);
}
.news .list a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  
}
.news .list .list-l {
  width: 30%;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 16%;
}
.news .list .list-l img {
  width: 100%;
  transform: scale(1);
  transition: all .5s ease;
}
.pagelist {
  text-align: center;
margin: 20px auto;
}
.new2 {
  margin-top: 30px;
  margin-bottom: 60px;
}
.pagelist li {
  display: inline-block;
  margin: 0 2px;
  text-align: center;
  padding: 5px 10px;
  border-radius: 0px;
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
  color: #333;
}
.pagelist li.active {
  border: 1px solid #03A5A7;
  background: #03A5A7;
}
.pagelist li.active a {
  color: #fff;
}
.news .list:hover .p1 {
  color: #03A5A7;
}
.news .list .list-r {
  padding: 10px 40px;
  width: 70%;
  transition: all 0.3s;
}
.news .list .list-r .p1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.news .list .list-r .p2 {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}
.news .list .list-r .p3 {
  margin-top: 10px;
  line-height: 22px;
  font-size: 13px;
  color: #9c9c9c;
}
.news .list .list-r .p3 img {
  width: 14px;
  height: auto;
  margin-right: 5px;
  display: inline-block;
  padding-bottom: 6px;
  vertical-align: bottom;
}
.news .list .list-r .p3 span {
  line-height: 25px;
  display: inline-block;
}
.news .list:hover .list-r .p4 em{ color:#03A5A7;}
.news .list .list-r .p3 span em {    font-size: 14px;}
.news .list .list-r .p4 {
  float: right;
  font-size: 14px;
  color: #666;
}
.news .list .list-r .p4 em {
  color: #999999;
}
/*.news .updiv1 {*/
/*  width: 100%;*/
/*  position: absolute;*/
/*  z-index: 2;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*}*/
.newsTitle {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.newsDate {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
  margin-top: 15px;
  font-size: 14px;
  color: #999999;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.con1 {
  max-width: 1400px;
  margin: 0 auto;
  width: 95%;
  margin-bottom: 40px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.con1 .box1:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.con1 .box2:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.con1 .box1, .con1 .box2 {
  width: 25%;
  height: 260px;
  margin: 0 15px;
  border: 5px solid #E3F6FF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.con1 .box1 .p1, .con1 .box2 .p1 {
  margin-bottom: 20px;
}
.con1 .box1 .p1 img {
  width: 60px;
}
.con1 .box2 .p1 img {
  width: 164px;
}
.con1 .box1 .p2, .con1 .box2 .p2 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #010101;
}
.con1 .box1 .p3 {
  font-size: 16px;
  color: #010101;
  padding: 0 20px;
  line-height: 22px;
  text-align: center;
}
.con1 .box1 .p32{     font-size: 12px;
    line-height: 20px;}
.map {
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.map img {
  max-width: 1400px;
  height: auto;
}
.tabbox {
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 10px;
}
.tabbox .container {
  max-width: 1400px;
  margin: 0 auto;
}
.tabbox .container a {
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  display: inline-block;
  margin-right: 40px;
  border-bottom: 4px solid #FFFFFF;
}
.tabbox .container a:last-child {
  margin-right: 0px;
}
.tabbox .container a.on {
  font-weight: bold;
  color: #1EAFB0;
  border-bottom: 4px solid #1EAFB0;
}
.productTitle {
  width: 100;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
.productShow {
  /*width: 95%;*/
  margin: 0 auto;
  padding-bottom: 30px;
  font-size: 14px;    margin-top: 20px;    border-bottom: 1px solid #dad7d7;
}
.productShow img{ margin:0 auto; max-width:600px;     width: 100% !important;    height: auto !important;}
.newsshow{max-width: 1400px;
  width: 95%;
  margin: 0 auto;    margin-bottom: 30px;
    line-height: 26px;
   }
.productBetween {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
 margin: 20px auto;
}
.productBetween a {
  height: 40px;
  font-size: 16px;
  /*border: 1px solid #C4C4C4;*/
  border-radius: 5px;
  
  display: flex;
  justify-content: center;
  align-items: center;
}
.productBetween a:hover {
  /*background-color: #1EAFB0;*/
  /*border: 1px solid #1EAFB0;*/
  color: #039fa1;
}
.productBetween a:hover .a1 {
  border: 6px solid #FFFFFF;
  border-top-color: transparent;
  border-left: transparent;
  border-bottom-color: transparent;
}
.productBetween a:hover .a2 {
  border: 6px solid #FFFFFF;
  border-top-color: transparent;
  border-right: transparent;
  border-bottom-color: transparent;
}
.productBetween a .a1 {
  margin-right: 2px;
  width: 0;
  height: 0;
  border: 6px solid black;
  border-top-color: transparent;
  border-left: transparent;
  border-bottom-color: transparent;
}
.productBetween a .a2 {
  margin-right: 2px;
  width: 0;
  height: 0;
  border: 6px solid black;
  border-top-color: transparent;
  border-right: transparent;
  border-bottom-color: transparent;
}
.sbox {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
 
}
.sbox img{ margin:0 auto;}
.productTb .ta2 .thead {
  height: 69px;
  background: #03A5A7;
  line-height: 69px;
  padding: 0 20px;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  margin: 0 20px;
}
.productTb .ta2 .tbody {
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 1px rgba(85, 85, 85, 0.09);
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px;
  padding: 20px;
}
.productTb .ta2 .tbody p button {
  width: 75px;
  height: 37px;
  background: #03A5A7;
  border-radius: 19px;
  border: 0;
  color: #FFFFFF;
}
.productTb .ta2 .tbody p:nth-child(1) {
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.productTb .ta2 .tbody p:nth-child(2) {
  display: none;
}
.productTb .table {
  width: 100%;
  /*  border-collapse: collapse;*/
  border-spacing: 0px 15px;
}
.productTb .table thead {
  height: 65px;
  background: #03A5A7;
}
.productTb .table thead tr {
  width: 100%;
  line-height: 65px;
}
.productTb .table thead tr th {
  font-size: 16px;
  color: #FFFFFF;
  text-align: left;
}
.productTb .table thead tr th:nth-child(1) {
  width: 70%;
  padding-left: 15px;
}
.productTb .table thead tr th:nth-child(2) {
  width: 15%;
  text-align: center;
}
.productTb .table thead tr th:nth-child(3) {
  width: 15%;
  text-align: center;
}
.productTb .table tbody tr td:nth-child(1) {
  width: 70%;
  padding-left: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.productTb .table tbody tr td:nth-child(2) {
  width: 15%;
  text-align: center;
}
.productTb .table tbody tr td:nth-child(3) {
  width: 15%;
  text-align: center;
}
.productTb .table tbody tr {
  height: 65px;
  line-height: 65px;
  font-size: 16px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 1px rgba(85, 85, 85, 0.09);
}
.productTb .table tbody tr td a.xiazai {
  width: 75px;
  height: 37px;
  background: #03A5A7;
  border-radius: 19px;
  border: 0;
  color: #FFFFFF;
  display: inline-block;
  line-height: 37px;
}
.bookTitle {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
}
.contactInfo {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
}
.contInfo2 {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
  margin-top: 40px;
}
.contactInfo .formgroup {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-gap: 26px 26px;
}
.contactInfo .formgroup2 {
  font-size: 16px;
  margin-bottom: 26px;
  margin-top: 26px;
}
.contactInfo .formgroup2 .formgroup-input {
  width: 100%;
  height: 10em;
}
.contactInfo .formgroup2 .formgroup-input span {
  position: absolute;
  z-index: 1;
  left: 8px;
  top: 10px;
  color: #FF0000;
}
.contactInfo .formgroup2 .formgroup-input textarea {
  padding: 20px;
  height: 10em;
  font-size: 16px;
  color: #666666;
  background-color: unset;
  border: 0;
  width: 90%;
}
.contactInfo .formgroup3 {
  font-size: 16px;
  margin-bottom: 26px;
  margin-top: 26px;
}
.contactInfo .formgroup3 .formgroup-input {
  height: 42px;
  line-height: 42px;
  background: #F9F9F9;
  border-radius: 5px;
  position: relative;
}
.contactInfo .formgroup3 .formgroup-input span {
  position: absolute;
  z-index: 1;
  left: 8px;
  top: 3px;
  color: #FF0000;
}
.contactInfo .formgroup3 .formgroup-input input {
  width: 1160px;
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #666666;
  background-color: unset;
  border: 0;
}
.contactInfo .formgroup-input {
  width: 587px;
  height: 42px;
  line-height: 42px;
  background: #F9F9F9;
  border-radius: 5px;
  position: relative;
}
.contactInfo .formgroup-input span {
  position: absolute;
  z-index: 1;
  left: 8px;
  top: 3px;
  color: #FF0000;
}
.contactInfo .formgroup-input input {
  width: 547px;
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #666666;
  background-color: unset;
  border: 0;
}
.contactInfo .btn {
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.contactInfo .btn input {
  width: 122px;
  height: 50px;
  background: #1EAFB0;
  border: 0;
  font-size: 16px;
  color: #FFFFFF;
}
.text-l {
  text-align: left;
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
}
.productShow-container2 {
  grid-gap: 30px 20px !important;
}
.join-box {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 40px;
}
.join-box .title {
  height: 69px;
  line-height: 69px;
  background: #03A5A7;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding: 0 20px;
  color: #FFFFFF;
}
.job-lists .jobList {
  box-shadow: 0px 0px 8px 1px rgba(85, 85, 85, 0.09);
  margin-top: 20px;cursor: pointer;
}
.job-lists .jobList .tit {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding: 20px 20px;
  border: 1px solid #EEEEEE;
  color: #333333;
}
.job-lists .jobList .tit .p1 {
  height: 30px;
  line-height: 30px;
}
.job-lists .jobList .tit .p2 {
  width: 30px;
  height: 30px;
  line-height: 25px;
  background: #03A5A7;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  font-size: 30px;
}
.job-lists .jobList .in {
  padding: 30px 20px;
  line-height: 25px;
}
.job-lists .jobList .in .p2 {
  margin-top: 20px;
}
.job-lists .jobList .in .p3 {
  margin-top: 20px;
}
.join-zy {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.join-zy .zy1 {
  width: 300px;
}
.join-zy .zy1 img {
  width: 300px;
  height: auto;
}
.join-zy .zy2 {
  line-height: 30px;
  font-size: 16px;
  color: #010101;
  margin-left: 20px;
}
.aboutu1 {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 95%;
}
.aboutu1 .aboutu1-l {
  width: 562px;
}
.aboutu1 .aboutu1-l .bg {
  width: 562px;
  height: 400px;
  background: url(../images/v1.png) center no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutu1 .aboutu1-l .bg img {
  width: 100px;
  height: 100px;
}
.aboutu1 .aboutu1-l .bg img:hover {
  mix-blend-mode: color-dodge;
}
.aboutu1 .aboutu1-r {
  font-size: 16px;
  color: #010101;
  margin-left: 40px;
}
.aboutu1 .aboutu1-r .lg-a {
  text-align: left;
  margin-top: unset;
  margin-bottom: 20px;
}
.aboutu1 .aboutu1-r .p1 {
  margin-bottom: 30px;
  line-height: 28px;
}
.aboutu1 .aboutu1-r .p2 {
  line-height: 28px;
}
.aboutu1 .aboutu1-r .p3 {
  width: 80%;
}
.aboutu1 .aboutu1-r .p3 a {
  color: #03A5A7;
  line-height: 28px;
}
.aboutu2 {
  background: url(../images/bg01.jpg) center no-repeat;
  background-size: cover;
  height: 300px;
  margin-bottom: 20px;
}
.aboutu2 .container {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
}
.aboutu2 .container .bd {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.ly {
  font-size: 30px;
}
.aboutu2 .container .col {
  color: #FFFFFF;
  font-size: 16px;
  width: 50%;
}
.aboutu2 .container .col h3 .num {
  font-size: 52px;
  font-weight: bold;
}
.aboutu2 .container .col p {
  margin-top: 20px;
}
.aboutu3 {
    margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
  max-width: 1400px;
  width: 95%;
}
.aboutu5 {
  margin-top: 30px;
  margin-bottom: 40px;
}
.aboutu6 {
  max-width: 1400px;
  margin: 0 auto;
  width: 95%;
  margin-bottom: 40px;
}
.aboutu6m {
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.photovideo{ display:none;}
.pc{ display:block;}
.phone{ display:none;}
@media (max-width:1460px) {
  .aboutu6m {
    width: 100%;
  }
}
.aboutu6 #mySwiper1 {
  display: block;
  width: 95%;
  margin: 0 auto;
  max-width: 1200px;
}
.aboutu6 #mySwiper2 {
  display: none;
}
.aboutu6 .mySwiper .swiper-wrapper {}
.aboutu6 .mySwiper .swiper-slide {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutu6 .mySwiper .swiper-slide img {
  width: 100%;
  height: auto;
}
.aboutu6 .swiper-button-next {
  right: 0px !important;
  background-image: unset;
}
.aboutu6 .swiper-button-prev {
  left: 0px !important;
  background-image: unset;
}
.aboutu6 .swiper-button-prev:after {
  font-size: 26px;
  font-weight: bold;
  color: #03A5A7;
}
.aboutu6 .swiper-button-next:after {
  font-size: 26px;
  font-weight: bold;
  color: #03A5A7;
}
.aboutu7 {
  background: url(../images/aa1.png) center no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 60px;
}
.aboutu7 .container {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.aboutu7 .product-section {
  margin-top: 50px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.layui-layer-setwin .layui-layer-close2 {
  background-position: unset;
}
.layui-layer-ico {
  background: url(../images/close.png) no-repeat !important;    background-size: 100% auto !important;
}
.kp-v3 {
  max-width: 1400px;
  width: 95%;
  margin: 30px auto 0;
}
.kp-v3 li {
  width: 19%;
  padding-left: 1%;
  float: left;
  cursor: pointer;
  transition: .5s;
}
.kp-v3 li.on {
  width: 40%;
}
.kp-v3 li.kp-v3-li1 {
  padding: 0;
}
.kp-v3 li dl {
  height: 320px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center 145px;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  transition: .5s;
}
.kp-v3 li dl dt {
  padding-top: 30px;
}
.kp-v3 li dl dt h2 {
  font-size: 24px;
  color: #333;
  text-align: center;
  font-weight: 300;
  
}
.kp-v3 li dl b {
  font-size: 48px;
  color: #fff;
  position: absolute;
  left: 40px;
  top: 39px;
  display: none;
}
.kp-v3 li dl p {
  font-size: 16px;
  color: #fff;
  line-height: 25px;
 
  display: none;
  padding-top: 10px;
}
.kp-v3 li.on dl {
      padding: 0 5px 0 110px;
  background-color: #03A5A7;
  background-position: 100% 145px;
}
.kp-v3 li.on dl dt h2 {
  color: #fff;
  text-align: left;
  font-weight: bold;
}
.kp-v3 li.on dl p {
  display: block;
}
.kp-v3 li.on dl b {
  display: block;
}
.kp-v3 li.kp-v3-li1 dl {
  background-image: url("../images/i2.jpg");
}
.kp-v3 li.kp-v3-li2 dl {
  background-image: url("../images/i6.jpg");
}
.kp-v3 li.kp-v3-li3 dl {
  background-image: url(../images/i7.jpg);
}
.kp-v3 li.kp-v3-li4 dl {
  background-image: url(../images/i8.jpg);
}
.kp-v3 li.kp-v3-li1.on dl {
  background-image: url("../images/i1.jpg");
}
.kp-v3 li.kp-v3-li2.on dl {
  background-image: url(../images/i4.jpg);
}
.kp-v3 li.kp-v3-li3.on dl {
  background-image: url(../images/i5.jpg);
}
.kp-v3 li.kp-v3-li4.on dl {
  background-image: url(../images/i10.jpg);
}
.kp-v5 ul {
  width: 1400px;
  height: 630px;
  position: relative;
  background-color: #03A5A7;
}
.kp-v5 li {
  width: 300px;
  height: 630px;
  position: relative;
  background: url(../images/line.png) no-repeat center center;
  float: left;
}
.kp-v5 li dl {
  width: 300px;
  height: 270px;
  position: absolute;
  background: #fff;
}
.kp-v5 li dl dt {
  width: 300px;
  height: 150px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.kp-v5 li dl dt img {
  width: 100%;
  height: 150px;
  display: inline-block;
}
.kp-v5 li dl dd {
  padding: 8px 10px;
  background: #fff;
  position: relative;
  z-index: 999;
}
.kp-v5 li dl dd h2 {
  font-size: 28px;
  color: #333;
}
.kp-v5 li dl dd p {
  font-size: 16px;
  color: #333;
  padding-top: 10px;
}
.kp-v5 li:nth-child(even) dl {
  top: 0;
}
.kp-v5 li:nth-child(odd) dl {
  bottom: 0;
}
.kp-v5 li dl .kp-v5-quan {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 4px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -57px;
  margin-left: -13px;
}
.kp-v5 li dl .kp-v5-quan span {
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
.xiangqing {
  font-size: 16px;
  color: #333;
  line-height: 35px;
  width: 100%;
  max-width: 1400px;
}
.kp-v5 li:nth-child(even) dl dt {
  top: 0;
  bottom: auto;
}
.kp-v5 li:nth-child(even) dl dd {
  position: absolute;
  left: 0;
  bottom: 5px;
}
.kp-v5 li:nth-child(even) dl .kp-v5-quan {
  top: auto;
  bottom: -60px;
}
.kp-v5 li:nth-child(odd) dl dt {
  top: auto;
  bottom: 0;
}
.kp-v5 li:nth-child(odd) dl dd {
  position: relative;
}
.kp-v5 li:nth-child(odd) dl .kp-v5-quan {
  top: -57px;
  bottom: auto;
}
.kp-v5 li dl:before, .kp-v5 li dl:after {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  top: -7px;
  left: 50%;
  margin-left: -7px;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotate(45deg);
  -mz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.kp-v5 li dl:before {
  background: #fff;
}
.kp-v5 li dl:after {
  top: -7px;
  background: #fff;
}
.kp-v5 li:nth-child(even) dl:before, .kp-v5 li:nth-child(even) dl:after {
  top: auto;
  bottom: -7px;
}
.kp-v5 li:nth-child(odd) dl:before, .kp-v5 li:nth-child(odd) dl:after {
  bottom: auto;
  top: -7px;
}
.pag-pre-kpv5 {
  width: 48px;
  height: 48px;
  background: url(../images/pre2.png) no-repeat 0 0;
  position: absolute;
  left: -60px;
  top: 50%;
  margin-top: -24px;
  cursor: pointer;
}
.pag-net-kpv5 {
  width: 48px;
  height: 48px;
  background: url(../images/next3.png) no-repeat 0 0;
  position: absolute;
  right: -60px;
  top: 50%;
  margin-top: -24px;
  cursor: pointer;
}
.mySwiperv3 {
  display: none;
}
.mySwiperv3 .swiper-slide {
  height: 320px;
  background: #03A5A7;
}
.mySwiperv3 dl {
  height: 320px;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: center 145px;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  transition: .5s;
}
.mySwiperv3 dl dt {
  padding-top: 55px;
}
.mySwiperv3 dl dt h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  margin-left: 100px;
}
.mySwiperv3 dl b {
  font-size: 48px;
  color: #fff;
  position: absolute;
  left: 20px;
  top: 39px;
}
.mySwiperv3 dl p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  padding: 0 20px;
  padding-top: 15px;
}
/*.mySwiperv3 .dl1 {*/
/*  background-image: url(../images/i1.jpg);*/
/*}*/
/*.mySwiperv3 .dl2 {*/
/*  background-image: url(../images/i4.jpg);*/
/*}*/
/*.mySwiperv3 .dl3 {*/
/*  background-image: url(../images/i5.jpg);*/
/*}*/
/*.mySwiperv3 .dl4 {*/
/*  background-image: url(../images/i10.jpg);*/
/*}*/
.layui-layer-setwin .layui-layer-close2 {
  z-index: 99;
}
/*liumq*/
@keyframes pulseAnim {
  0% {
    box-shadow: 0 0 0 0 rgba(238, 244, 252, .2)
  }
  70% {
    box-shadow: 0 0 0 38px rgba(88, 120, 243, 0)
  }
  100% {
    box-shadow: 0 0 0 0 rgba(88, 120, 243, 0)
  }
}
.bg-box li {
  width: 50%;
  float: left;
  height: 251px;
  position: relative;
  overflow: hidden;
}
.bg-box li img {
  width: 100%;
  float: left;
}
@media (max-width:1400px) {
    .bg-b{    top: -40%;}
  .header {
    height: 8rem;
  }
  .navlists {
    top: 7.9rem;
  }
  .nav li a {
    font-size: 1.6rem;
    line-height: 8rem;    font-weight: initial;
  }
  .top-links {
    top: 3rem;
  }
  .top-search {
    top: 2.7rem;
  }
  .lg-cbg {
    margin-top: 7rem;
  }
  .lg-c dl dt {
    height: 23rem;
  }
}
@media (max-width:1100px) {
  .lg-c dl dt {
    height: 21rem;
  }
}
@media (max-width:980px) {
    .bg-b{ display:none;}
  .header {
    height: 5rem;
  }
  .navlists {
    top: 6.9rem;
  }
  .nav li a {
    font-size: 1.4rem;
    margin-left: 1rem;
    line-height: 7rem;
  }
  .top-links {
    top: 2.5rem;
  }
  .top-search {
    top: 2.3rem;
  }
 
  .navlists dl {
   
    margin-right: 3%;
  }
  .navlists dl dt {
    font-size: 1.4rem;
  }
  .lg-a {
    margin-top: 4rem;
  }
  .lg-a span {
    font-size: 2rem;
    padding-left: 3rem;
    background-size: auto 2rem;
  }
  .lg-b {
    margin-top: 4rem;
  }
  .lg-b dl a {
    width: 10rem;
    height: 10rem;
    margin: -4rem 0 0 -5rem;
  }
  .lg-b dl a span {
    width: 6.9rem;
    height: 6.9rem;
    border-width: 10px;
  }
  .lg-b dl dd {
    font-size: 1.4rem;
  }
  .lg-b dl dd h2 {
    font-size: 2rem;
    padding: 2rem 0 0 2rem;
  }
  .lg-b dl dd p {
    padding: .6rem 2rem 0;
  }
  .lg-cbg {
    margin-top: 5rem;
  }
  .lg-c {
    margin-top: 4rem;
  }
  .lg-c dl dt {
    height: 18rem;
  }
  .lg-c dl dd {
    font-size: 1.2rem;
    padding: 1rem 1rem 0;
  }
  .lg-d {
    margin: 4rem 0;
  }
  .lg-ebg {
    height: 260px;
  }
  .lg-e {
    padding-top: 7rem;
  }
  .lg-e dl dt {
    width: 9rem;
    height: 9rem;
    background-size: auto 4rem;
  }
  .footer-a1 {
        margin-right: 0;
    width: 100%;
  }
  .footer{ min-height:auto;}
  .footer-a1 dl{ display:none;}
  .footer-a1 dl.footer-dl1{ display:block; width:100%;    margin-top: 20px;}
   .footer-a2-b{ display:none;}
  .footer-a2 {
    padding-left: 0;
    position: static;
    border-left: none;
    width: 20rem;
    margin: 0 auto;
  }
}
@media (max-width:850px) {
    .nav ul li.show .onenav .ficon::before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  
 -webkit-transition: background-color 500ms ease-in-out 0s;
    transition: background-color 500ms ease-in-out 0s;
    border-color: #03A5A7;
    margin-top: 2px;
}
    
  .header .show tt:nth-child(1){       transform: translateY(6px) rotate(45deg);
  
    background-color: #03A5A7;}
     .header .show tt:nth-child(3){    transform: translateY(-14px) rotate(-45deg);
    
    background-color: #03A5A7;}
    .header .show tt:nth-child(2){    background: transparent;}
    	.headerbg .logo img:nth-child(2) {
    width: 120px;
    display:block;

}
.nav ul li .onenav {
    position: relative;
}
.nav ul li .onenav .ficon {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    width: 90px;
}
.ficon:before {
    content: ""; color:#ccc; 
   
    width: 10px;
    height: 10px;
    border-top: 3px solid #999;
    border-right: 3px solid #aaa;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    -webkit-transition: background-color 500ms ease-in-out 0s;
    transition: background-color 500ms ease-in-out 0s;
    margin-top: -2px;
}
.headerbg.on .logo img:nth-child(2){ width: 120px;}
    .aboutu1-l{ display:none !important;}
    .photovideo{ display:block}
    .photovideo{ width:100%; height:auto;} 
    .photovideo video{ width:100% !important; height:auto;} 
    #allmap { height:300px;}
    .contactInfo .btn input{ height:39px;}
  .rnav {
    display: none;
  }
  .lg-c dl dt {
    height: 16rem;
  }
  .lg-ebg {
    height: 200px;
  }
  .lg-e {
    padding-top: 5rem;
  }
  .lg-e dl dt {
    width: 7rem;
    height: 7rem;
    background-size: auto 3rem;
  }
  .lg-e dl dd {
    font-size: 1.4rem;
    padding-top: 1rem;
  }
}
@media (max-width:750px) {
    .headerbg:hover .logo img:nth-child(2), .headerbg.on .logo img:nth-child(2) {
  display: block;width: 120px;
}
   .pc{ display:none;}
.phone{ display:block;}
.news-leftwrap{ width:100%;}
.news-leftwrap h3 { color: #333; line-height: 50px;  padding: 0 50px 0 15px; font-size: 18px; background-color: #f2f2f2; cursor: pointer; position: relative;    font-weight: normal; }

.news-leftwrap h3:after { display: block; content: ""; width: 12px; height: 12px; border-left: 1px solid #333333; border-bottom: 1px solid #333333; margin: 0 0 3px 6px; -webkit-transform: rotate(-45deg) translateY(-50%); -ms-transform: rotate(-45deg) translateY(-50%); transform: rotate(-45deg) translateY(-50%); position: absolute; top: 50%; right: 15px; margin-top: -4px; }

.news-leftwrap ul { display: none; background: #f8f8f8; }

.news-leftwrap li { border-bottom: 1px solid #ddd; }
.news-leftwrap li .stname1 {
    display: block;
    font-size: 16px;
    padding: 0 20px;
    line-height: 18px;
    background-color: #f8f8f8;
    color: #333333;
}
.news-leftwrap li .stname1 a {
    display: block;
    padding: 12px 0;
    line-height: 24px;    font-weight: 400;
}
.news-leftwrap li .stname1:hover a, .news-leftwrap li .stname1.cur a {
    color: #03A5A7;
    font-weight: bold;
}
.news-leftwrap li .stname1 .name1 {
    display: block;
}



.footfocus{text-align: center;background-color: #f6f8ff;;padding: 16px 0 12px;}
.footfocus a{display:inline-block; margin:0 0 0 9px;width:25px;height:25px;}
.footfocus a img{display:block;width:25px;height:25px;}
.footfocus a:hover{opacity: .8;}
.footewmbox1{position:fixed;z-index: 9999;top:0;left:0;right:0;bottom:0;background-color: rgba(0,0,0,.7);display:none;}
.footewmbox1 .footewmbg1{position: absolute;z-index: 1;top:0;left:0;right:0;bottom:0;}
.footewmbox1 .imgbox1{max-width:100%;max-height:100%;position: absolute;z-index: 2;top:50%;left:50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.footewmbox1 .imgbox1 .closebtn{position: absolute;z-index: 3;top:-20px;color:#fff;right:-20px;font-size: 30px;transform: rotate(45deg);-webkit-transform: rotate(45deg);cursor: pointer;}






   .mySwiperv3 .swiper-pagination-bullet-active {background: #3b6281;}
   .news .list .list-r .p2{overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
  .news .updiv1 {
    position: initial;
    margin-top: 15px;
  }
  .headerbg {
    background: #fff;
    position: fixed;
  }
  .navbox {
    display: block;    width: 2.8rem; top: 1rem;
  }
  .navbox tt{ background:#03A5A7;}
  .top-search {
    display: none;
  }
  .top-links {
    right: 6rem;
    top: 2rem;
    color: #000;
  }
  .nav {
    position: absolute;
    top: 5rem;
    left: -2.5%;
    z-index: 999;
    width: 105%;
    background: #333;
    margin: 0;
    display: none;
    padding: 2rem 0;
  }
  .nav li {
    display: block;
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #444;
    float: none;
    text-align: left;
    padding: 1rem 0;
  }
  .nav li a {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1rem;
    display: block;
    margin: 0;
    padding: .5rem 0;
    background: none;
  }
  .nav li.on a, .nav li a:hover {
    border: none;
    background: none;
  }
  .nav li.on a::before, .nav li:hover a::before {
    background: #1EA0FF;
  }
  .nav li a.nav-lia {
    padding-right: 0;
    background: none;
  }
  .nav li a::before {
    display: none;
  }
  .headerbg:hover .nav li a {
    color: #fff;
  }
  .headerbg .logo {
    top: 0.5rem;
  }
  .navlists-box .navlistsm {
    padding: 2rem 0 0;
  }
  .navlists-box dl {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .navlists-box dl dt {
    font-size: 1.4rem;
    color: #aaa;
    border-bottom: 1px solid #444;
    padding-bottom: 1rem;
  }
  .navlists-box dl dd {
    padding: 1rem 0;
  }
  .navlists-box dl dd p {
    padding: .3rem 0;
  }
  .navlists-box dl dd p a {
    font-size: 1.2rem;
    color: #aaa;
  }
  .headerbg:hover .nav li .navlists-box a {
    color: #aaa;
  }
  .nav li.proli {
    position: relative;
  }
  .nav li.proli i {
    position: absolute;
    right: 1rem;
    top: 1.5rem;
    display: block;
    color: #fff;
    cursor: pointer;
  }
  .navlists {
    display: none;
  }
  .navclose {
    display: inline-block;
  }
  .lg-b dl {
    float: none;
  }
  .lg-b dl.lg-b-dl1 {
    width: 100%;
    height: 35rem;
  }
  .lg-b dl.lg-b-dl2 {
    width: 100%;
    height: 35rem;
    float: none;
    margin-top: 2rem;
  }
  .lg-b dl.lg-b-dl3 {
    width: 100%;
    height: 35rem;
    margin-top: 2rem;
  }
  .lg-b dl.lg-b-dl4 {
    width: 100%;
    height: 35rem;
    float: none;
    margin-top: 2rem;
  }
  .lg-a {
    margin-top: 2rem;
  }
  .lg-a span {
    font-size: 1.8rem;
    padding-left: 2.5rem;
    background-size: auto 1.8rem;
  }
  .lg-b {
    margin-top: 2rem;
  }
  .lg-cbg {
    margin-top: 3rem;    background: none;
  }
  .swiper-lgcm{ width:100%;}
  .lg-c {
    margin-top: 2rem;
  }
  .lg-c dl dt {
    height: 14rem;
  }
  .lg-d {
    margin: 2rem 0;
  }
  .lg-d a {
    padding: 1rem 2rem;
    font-size: 1.2rem;
  }
  .footerbg {
    padding: 3rem 0 0rem;
  }
}
@media (max-width:650px) {
  .lg-c dl {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 2rem;
  }
  .lg-c dl dt {
    height: auto;
  }
  .lg-ebg {
    height: 150px;
  }
  .lg-e {
    padding-top: 4rem;
  }
  .lg-e dl dt {
    width: 5rem;
    height: 5rem;
    background-size: auto 2rem;
  }
  .lg-e dl dd {
    font-size: 1.2rem;
  }
  .copybg {
    padding: 1.5rem 1rem;
    font-size: 1.2rem;
  }
}
@media (max-width:550px) {
  .lg-b dl.lg-b-dl1 {
    height: 25rem;
  }
  .lg-b dl.lg-b-dl2 {
    height: 25rem;
    margin-top: 1rem;
  }
  .lg-b dl.lg-b-dl3 {
    height: 25rem;
    margin-top: 1rem;
  }
  .lg-b dl.lg-b-dl4 {
    height: 25rem;
    margin-top: 1rem;
  }
  .lg-b dl dd h2 {
    font-size: 1.8rem;
    padding: 2rem 0 0 1.5rem;
  }
  .lg-b dl dd p {
    padding: .5rem 0 0 1.5rem;
  }
  .lg-c dl {
    margin-top: 1rem;
  }
}
@media (max-width:450px) {}
@media (max-width:390px) {
  .jya-dmc dl dt {
    height: 16rem;
  }
}
@media screen and (min-width: 280px) and (max-width: 900px) {
  .productDetail .e_right .btn-danger {
    position: initial;
    margin-bottom: 0;
    margin-top: 16px;
  }
  .headerbg .logo img:nth-child(1) {
    display: none;
  }
  .headerbg .logo img:nth-child(2) {
    display: block;
  }
  .rightside {
    display: none;
  }
  .lbanner-mb .swiper-box {
    width: 100%;
    margin-left: unset;
    top: 30%;
    left: 20px;
  }
  .lbanner-mb .swiper-box .swiper-box-title p:nth-child(1) {
    font-size: 16px;
  }
  .lbanner-mb .swiper-box .swiper-box-title p:nth-child(2) {
    font-size: 14px;
  }
  .bread .container {
    width: unset;
    padding: 0 20px;
    justify-content: flex-start;
  }
  .caseinfo {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .caseinfo .container {
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-gap: 20px 20px;
  }
  .productDetail {
    width: 100%;
    display: block;
    margin-bottom: 0px;
    background: #F9F9F9;
  }
  .productDetail .e_left {
    width: unset;
  }
  .productDetail .e_right {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 20px;
  }
  .productDetail .e_right .txt2 {
    margin-bottom: 0px;
  }
  .productDetail .e_right .txt1 {
    font-size: 18px;
  }
  .productDetail .e_right .txt3 li img {
    margin-right: 10px;
  }
  .productDetail .e_right .txt3 li {
    height: unset;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .productShow {
    width: 100%;
    margin-bottom: 0px;
  }

  .productTitle {
    font-size: 18px;
  }
  .productBetween {
    display: block;
    margin-bottom: 20px;
  }
  .productBetween a {
    justify-content: flex-start;
    height:auto;    font-size: 14px;
  }
  .productBetween a:nth-child(2) {
    margin-top: 15px;
  }
  .bookTitle {
    width: unset;
    padding: 0 20px;
    font-size: 20px;
  }
  .contactInfo .formgroup {
    width: unset;
    grid-template-rows: auto;
    grid-template-columns: auto;
   
  }
  .contactInfo .formgroup2 {
    width: unset;
    
  }
  .contactInfo .formgroup-input {
    width: unset;
  }
  .contactInfo .formgroup-input input {
    width: unset;
  }
  .contactInfo .formgroup2 .formgroup-input textarea {
    width: unset;
  }
  .contactInfo .btn {
    width: unset;
    
  }
  
  .productTb {
    width: unset;
  }
  .productTb .table tbody tr td:nth-child(2), .productTb .table thead tr th:nth-child(2) {
    display: none;
  }
  .productTb .ta2 {
    display: block;
  }
  .productTb .table {
    width: 100%;
  }
  .productTb .table thead tr {
    width: 100%;
    line-height: 45px;
  }
  .productTb .table tbody tr {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .productTb .table tbody tr td:nth-child(1) {
    width: 78%;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    padding-left: 8px;
  }
  .productTb .table thead tr th:nth-child(1) {
    display: inline-block;
    padding-left: 8px;
    width: 78%;
  }
  .productTb .table tbody tr td:nth-child(3), .productTb .table thead tr th:nth-child(3) {
    display: inline-block;
  }
  .productTb .table tbody tr td a.xiazai {
    width: 60px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
  }
  .productTb .table tbody tr {
    width: 100%;
  }
  .lgtab {
    width: unset;
    display: none;
    margin-top: 30px;
    white-space: nowrap;
    overflow-y: hidden;
    background-color: #F2F2F2;
  }
  .lgtab::-webkit-scrollbar {
    display: none;
  }
  .news {
    width: unset;
    margin-top: 20px;
  }
  .news .list {
    border-bottom: 1px solid #e4e3e3;
  }
  .news .list .list-l {
    width: unset;
    height: unset;
    display: none;
  }
  .news .list a {
    padding-bottom: 0;
  }
  .news .list .list-l img {
    width: 100%;
    height: auto;
  }
  .news .list .list-r {
    height: unset;
    margin-left: unset;
    padding: 0 0px;
    width: 95%;
    margin: 0 auto;
  }
  .news .list .list-r .p1 {
    font-size: 20px;
    margin-top: 0px; font-weight: 400;
  }
  .newsTitle {
    width: unset;
    font-size: 20px;
    margin: 0 20px;
    margin-top: 40px;
  }
  .newsDate {
    width: unset;
    font-size: 14px;
    margin: 20px;
  }
  .con1 {
    display: block;
    margin-bottom: 20px;
  }
  .con1 .box1 {
    width: unset;
    margin-top: 20px;
  }
  .con1 .box2 {
    width: unset;
    margin-top: 20px;
  }
  .map {
    width: unset;
    margin: 0 20px;
  }
  .map img {
    width: 100%;
  }
  .contactInfo .formgroup3 {
    width: unset;
  }
  .contactInfo .formgroup3 .formgroup-input {
    width: unset;
   
  }
  .contactInfo .formgroup3 .formgroup-input input {
    width: unset;
  }
  .aboutu1 {
    width: unset;
    display: block;
    margin-top: 0px;
  }
  .aboutu1 .aboutu1-l {
    width: unset;
  }
  .aboutu1 .aboutu1-l img {
    width: 100%;
  }
  .aboutu1 .aboutu1-r {
    margin-left: unset;
    margin: 0 20px;
    margin-top: 20px;
  }
  .aboutu2 {
    height: unset;
  }
  .aboutu2 .container {
    width: unset;
    padding: 20px;
  }
  .aboutu2 .container .bd {
    height: unset;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .aboutu2 .container .col h3 .num {
    font-size: 20px;
  }
  .aboutu2 .container .col p {
    margin-top: 10px;
  }
  .aboutu2 .container .col {
    margin: 20px 0;
    text-align: center;
    width: 50%;
  }
  .aboutu6 {
    width: unset;
  }
  .aboutu6 #mySwiper1 {
    display: block;
    width: 90%;
  }
  .aboutu6 #mySwiper2 {
    display: block;
  }
  .aboutu6 .mySwiper .swiper-wrapper {
    width: unset;
  }
  .aboutu6 .mySwiper .swiper-slide {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .aboutu6 .mySwiper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .aboutu7 {
    display: none;
  }
  .kp-v3 {
    display: none;
  }
  .aboutu3 {
    margin-bottom: 20px;
  }
  .aboutu5 {
    margin-bottom: 20px;
  }
  .mySwiperv3 {
    display: block;
  }
  .fzlc {
    background-color: #F9F9F9;
    padding-bottom: 25px;
    padding-top: 8px;
    margin: 20px 0;
    display: block;
  }
  .fzlc .list {
    position: relative;
    margin-top: 28.8px;
    padding: 0 20px;
  }
  .fzlc .list:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #03A5A7;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: 1px;
    z-index: 1;
  }
  .fzlc .list .boxs {
    display: block;
    margin-top: -12.8px;
    position: relative;
  }
  .fzlc .list .boxs .dian {
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border: 2px solid #03A5A7;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -4px;
    z-index: 99;
    box-sizing: border-box;
  }
  .fzlc .list .boxs:first-child .dian {
    border: 1.6px solid #03A5A7;
  }
  .fzlc .list .boxs:after {
    content: "";
    display: block;
    clear: both;
  }
  .fzlc .list .boxs .con {
    width: 100px;
    display: block;
  }
  .fzlc .list .boxs h3 {
    font-size: 16px;
    margin-top: 3.2px;
    color: #4D4D4D;
    font-weight: bold;
  }
  .fzlc .list .boxs .st {
    font-size: 16px;
    color: #8C8C8C;
    margin-top: 1.6px;
    line-height: 22px;
  }
  .fzlc .list .boxs:nth-child(even) .con {
    float: right;
  }
  #video {
       width: 100% !important;
  }
  .layui-layer{left:0 !important; right:0 !important;  width: 100% !important;}
  .join-zy {
    width: unset;
    display: block;
    margin-top: 30px;
  }
  .join-zy .zy1 {
    width: unset;
    margin: 0 20px;
  }
  .join-zy .zy1 img {
    width: 100%;
  }
  .join-zy .zy2 {
    margin-top: 20px;
    margin-right: 20px;
  }
  .join-box {
    width: unset;
  }
  .aboutu1 .aboutu1-l .bg {
    width: unset;
  }
  .news .list .list-r .p4 {
    display: block;
  }
  .caseinfo-box-dl dd {
    height: unset;
  }
  .caseinfo-box-dl dd .p1 {
    margin-top: 0px;
  }
  .caseinfo-box-dl dd .p2 {
    width: 100%;
    display: block;
  }
  .caseinfo-box-dl dd .p3 {
    display: block;
    margin-bottom: 10px;
  }
}