.p60{
    padding: 60px 0;
}
.w1600 {
      width: 100%;
      max-width: 1600px;
      margin: 0 auto;
}
@keyframes size-up {
			from {
				transform: scale(1); 
			}
			to {
				transform: scale(1.1); 
			}
		}
@media (max-width:1800px) {
  .w1680 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1720px) {
  .w1600 {
    max-width: 100%;
    padding: 0px 60px;
  }
}
@media (max-width:1560px) {
  .w1440 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1520px) {
  .w1400,
  .wrap {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1320px) {
  .w1200 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1024px) {
  .w1800,
  .w1680,
  .w1400,
  .wrap,
  .w1440,
  .w1600,
  .w1200 {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  .w1800,
  .w1680,
  .w1400,
  .wrap,
  .w1440,
  .w1600,
  .w1200 {
    padding: 0 20px;
  }
}
@media (max-width:768px) {
  .pc {
    display: none;
  }
  .wap {
    display: block;
  }
}
header {
  position: fixed;
  width: 1920px;
  max-width: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 999;
  height: 75px;
  background: #ffffff;
  padding: 0px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #333;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.qtwy-headera{
  padding: 0;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1680px) {
  header {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  header {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  header {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  header {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  header {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  header {
    font-size: 14px;
  }
}
header a {
  color: #333;
  font-size: 16px;
}
@media (max-width: 1680px) {
  header a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  header a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  header a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  header a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  header a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  header a {
    font-size: 14px;
  }
}
header.on {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
header.scroll {
  top: -75px;
}
/* header:hover,
header.on,
header.header2 {
  background: rgba(255, 255, 255, 0.85);
  color: #333;
}
header:hover .left .logo img,
header.on .left .logo img,
header.header2 .left .logo img {
  display: none;
}
header:hover .left .logo img.on,
header.on .left .logo img.on,
header.header2 .left .logo img.on {
  display: block;
}
header:hover .left .nav li:hover .li_a,
header.on .left .nav li:hover .li_a,
header.header2 .left .nav li:hover .li_a,
header:hover .left .nav li.on .li_a,
header.on .left .nav li.on .li_a,
header.header2 .left .nav li.on .li_a {
  color: #2a95e5;
}
header:hover a,
header.on a,
header.header2 a {
  color: #333;
}
header:hover .right .lan .lan_a,
header.on .right .lan .lan_a,
header.header2 .right .lan .lan_a {
  background: rgba(0, 0, 0, 0.1);
} */
header .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
header .left .logo {
  min-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 2.19vw;
}
header .left .logo img {
  display: block;
  width: 140px;
}
header .left .logo img.on {
  display: none;
}
header .left .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  width: calc(100% - 120px - 2.19vw);
}
header .left .nav li {
  padding: 0 1.8vw;
  position: relative;
  height: 100%;
}
/* header .left .nav li:hover .li_a,
header .left .nav li.on .li_a {
  color: #fff;
} */
header .left .nav li.on .li_a:before {
  width: 100%;
  background: #2a95e5;
  left: 0;
}
header .left .nav li .li_a {
  white-space: nowrap;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
header .left .nav li .li_a:before {
  content: '';
  width: 0;
  height: 2px;
  left: 50%;
  bottom: 0;
  background: transparent;
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .left .nav li:hover .nav_li {
  height: auto;
  max-height: 500px;
}
header .left .nav li:hover .nav_li:before {
  width: 100%;
  left: 0;
  background: #2a95e5;
}
header .left .nav li .nav_li {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  background: rgba(255, 255, 255, 0.85);
  min-width: 170px;
  padding: 0px 0;
  height: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .left .nav li .nav_li:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  background: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .left .nav li .nav_li a {
  display: block;
  height: 50px;
  font-size: 16px;
  color: #333333;
  font-family: "hs_l";
  font-weight: 300;
  text-align: center;
  line-height: 50px;
  position: relative;
}
@media (max-width: 1680px) {
  header .left .nav li .nav_li a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  header .left .nav li .nav_li a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  header .left .nav li .nav_li a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  header .left .nav li .nav_li a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  header .left .nav li .nav_li a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  header .left .nav li .nav_li a {
    font-size: 14px;
  }
}
header .left .nav li .nav_li a:first-child {
  padding-top: 5px;
}
header .left .nav li .nav_li a:last-child {
  padding-bottom: 5px;
}
header .left .nav li .nav_li a:last-child:before,
header .left .nav li .nav_li a:last-child:after {
  display: none;
}
header .left .nav li .nav_li a:before {
  content: '';
  width: 90%;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #eaeaea;
}
header .left .nav li .nav_li a:after {
  content: '';
  width: 0%;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .left .nav li .nav_li a:hover {
  color: #2a95e5;
}
header .left .nav li .nav_li a:hover:after {
  width: 90%;
  background: #2a95e5;
}
header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  flex-direction: row;
}
.headphoneimg{
  height: 60%;
}
.headphone{
  margin-left: 10px;
}
.headphone p{
  font-size: 14px;
  color: #444;
}
.headphone span{
  font-size: 24px;
  font-weight: bold;
  color: #2a95e5;
}
.headphoneimg img{
  height: 100%;
}
header .right .lan {
  width: 100px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .right .lan:hover .lan_box {
  height: auto;
  max-height: 500px;
}
header .right .lan .lan_a {
  width: 100%;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10px;
  font-size: 14px;
}
header .right .lan .lan_a i:first-child {
  -webkit-animation: play 6s linear infinite;
  animation: play 6s linear infinite;
}
header .right .lan .lan_a i:last-child {
  font-size: 14px;
}
header .right .lan .lan_box {
  position: absolute;
  left: 0;
  top: 70%;
  width: 100%;
  height: 0;
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .right .lan .lan_box a {
  text-align: center;
  display: block;
  line-height: 40px;
  text-transform: capitalize;
}
header .right .lan .lan_box a:hover {
  color: #2a95e5;
}
header .right a.email {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 20px;
}
header .right a.email i {
  font-size: 20px;
}
@media (max-width: 1680px) {
  header .right a.email i {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  header .right a.email i {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  header .right a.email i {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  header .right a.email i {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  header .right a.email i {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  header .right a.email i {
    font-size: 16px;
  }
}
header .right a.email:hover {
  color: #2a95e5;
}
header .right .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 22px;
}
header .right .search.on .search_form {
  width: 295px;
}
header .right .search.on .open_search {
  width: 0;
}
header .right .search .open_search {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  header .right .search .open_search {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  header .right .search .open_search {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  header .right .search .open_search {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  header .right .search .open_search {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  header .right .search .open_search {
    font-size: 16px;
  }
}
header .right .search .open_search:hover {
  color: #2a95e5;
}
header .right .search .search_form {
  width: 0;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
header .right .search .search_form input {
  width: 200px;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 16px;
  color: #2a95e5;
  padding: 0 10px;
  border-right: none;
}
header .right .search .search_form input::placeholder {
  font-size: 16px;
  color: #999;
}
header .right .search .search_form a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #999;
}
header .right .search .search_form a.close_search {
  border-radius: 50%;
  margin-left: 15px;
}
@media (max-width:1280px) {
  header .left .logo {
    width: 120px;
  }
}
@media (max-width:1024px) {
  header {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  header {
    display: none;
  }
}
.head_wap {
  display: none;
}
@media (max-width: 990px) {
  .head_wap {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 999;
    background: #fff;
  }
  .head_wap .h_top {
    height: 100%;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .head_wap .h_top .logo {
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .head_wap .h_top .logo img {
    max-height: 40px;
    margin-right: 5px;
  }
  .head_wap .h_top .open_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .head_wap .h_top .open_nav.on i:first-child {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    -ms-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg);
  }
  .head_wap .h_top .open_nav.on i:nth-child(2) {
    opacity: 0;
  }
  .head_wap .h_top .open_nav.on i:last-child {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    -ms-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg);
  }
  .head_wap .h_top .open_nav i {
    width: 24px;
    height: 2px;
    background-color: #2a95e5;
    margin: 2.5px 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .head_wap .h_bot {
    position: absolute;
    width: 100%;
    left: 0;
    background: #f7f7f7;
    overflow: hidden;
    padding: 20px;
    display: none;
  }
  .head_wap .h_bot .h_nav a:hover {
    color: #2a95e5;
  }
  .head_wap .h_bot .h_nav li.on .a1 .top a,
  .head_wap .h_bot .h_nav li.on .a1 .top i {
    color: #2a95e5;
  }
  .head_wap .h_bot .h_nav li .a1 .top {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid transparent;
  }
  .head_wap .h_bot .h_nav li .a1 .top.on {
    border-color: #2a95e5;
  }
  .head_wap .h_bot .h_nav li .a1 .top.on a {
    color: #2a95e5;
  }
  .head_wap .h_bot .h_nav li .a1 .top.on i {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    color: #2a95e5;
  }
  .head_wap .h_bot .h_nav li .a1 .top a {
    width: calc(100% - 50px);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
  }
  .head_wap .h_bot .h_nav li .a1 .top i {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 24px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .head_wap .h_bot .h_nav li .a1 .box {
    display: none;
    padding: 0 10px;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 {
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid transparent;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on {
    border-color: #2a95e5;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on a {
    color: #2a95e5;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on i {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    color: #2a95e5;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 a {
    width: calc(100% - 50px);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 i {
    width: 40px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 {
    display: none;
    padding: 0 10px;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 a {
    width: 100%;
    line-height: 30px;
    font-size: 13px;
    display: block;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 a.on {
    color: #2a95e5;
  }
  .head_wap .h_bot .h_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 40px;
    margin: 10px 0;
  }
  .head_wap .h_bot .h_search input {
    width: calc(100% - 40px);
    height: 100%;
    background: #fff;
    padding: 0 15px;
    font-size: 16px;
    color: #333;
  }
  .head_wap .h_bot .h_search input::placeholder {
    font-size: 16px;
    color: #333;
  }
  .head_wap .h_bot .h_search a,
  .head_wap .h_bot .h_search button {
    width: 40px;
    height: 100%;
    background: #2a95e5;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
  }
  .head_wap .h_bot .h_lan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 40px;
    margin: 10px 0;
  }
  .head_wap .h_bot .h_lan a {
    font-size: 16px;
    color: #333;
    margin: 0 8px;
  }
  .head_wap .h_bot .h_lan a.on {
    color: #2a95e5;
  }
}
.header_d {
  height: 0;
}
@media (max-width:990px) {
  .header_d {
    height: 60px;
  }
}
.header_d2 {
  height: 75px;
}
@media (max-width:990px) {
  .header_d2 {
    height: 0;
  }
}
.index_hf1{
    
}
.index_hf1a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_hf1_img{
    
}
.index_hf1_img img{
    width: 100%;
}
.index_hf1_wz{
    position: absolute;
    top: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.index_hf1_wz h2{
    color: #fff;
    font-size: 34px;
    font-weight: bold;
}
.index_hf1_wz p{
    font-size: 16px;
    color: #fff;
}
.index_hf1_btn{
    margin-top: 15%;
}
.index_about_nr .index_hf1_btn{
  margin-top: 0;
}
.index_news .index_hf1_btn{
	margin-top: 2%;
}
.index_cjxb .index_hf1_btn{
	 margin-top: 2%;
	 text-align:center;
}
.index_hyyy .index_hf1_btn{
	margin-top: 2%;
	 text-align:center;
}
.index_hf1_btn a{padding: 10px 30px;background: #2a95e5;border-radius: 20px;color: #fff;transition: all ease 0.5s;}
.index_hf1_btn a:hover{
  background: #fff;
  color: #2a95e5;
  box-shadow: 0 0 9px rgb(0 0 0 / 9%);
}
.index_cjxb{
    background: #f8f8f8;
}
.index_cjxba{
    
}
.index_cjxb_bt{
    margin-bottom: 20px;
}
.index_cjxb_bt h2{
    text-align: center;
    font-size: 32px;
}
.index_cjxb_bt p{
    text-align: center;
    font-size: 16px;
    color: #cccccc;
}
.index_cjxb_nr{
    
}
.index_cjxb_nr ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.index_cjxb_nr ul li{
    width: 25%;
    padding: 1%;
    overflow: hidden;
}
.index_cjxb_nr ul li a{
    overflow: hidden;
}
.index_cjxb_nr ul li a:hover img{transform: scale(1.02);}
.index_cjxb_nrimg{
    overflow: hidden;
    box-shadow: 0 0 9px rgb(0 0 0 / 9%);
    border: solid 2px #2a95e5;
}
.index_cjxb_nr img{
    width: 100%;
    /* height: 300px; */
    transition: all 0.5s;
}
.index_cjxb_nr p{
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    transition: all 0.5s;
}
.index_cjxb_nr ul li a:hover p{
  color: #359ae6;
}
.index_hyyy{
    background: #f8f8f8;
}
.index_hyyya{
    
}
.index_hyyy_bt{
    margin-bottom: 20px;
}
.index_hyyy_bt h2{
    text-align: center;
    font-size: 32px;
}
.index_hyyy_bt p{
    text-align: center;
    font-size: 16px;
    color: #cccccc;
}
.index_hyyy_nr{
    display: flex;
    flex-direction: row;
}
.index_hyyy_nr ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 25%;
    padding: 1%;
}
.index_hyyy_nr ul:nth-child(2){width: 50%;}
.index_hyyy_nr ul li{
    width: 100%;
    overflow: hidden;
    padding-bottom: 3%;
}
.index_hyyy_nr ul:nth-child(2) li{
    padding-bottom: 3%;
}
.index_hyyy_nr ul:nth-child(2) li img{}

.index_hyyy_nr ul li a{
    overflow: hidden;
}
.index_hyyy_nr ul li a:hover img{transform: scale(1.02);}
.index_hyyy_nrimg{
    overflow: hidden;
    box-shadow: 0 0 9px rgb(0 0 0 / 9%);
    border: solid 2px #2a95e5;
}
.index_hyyy_nr img{
    width: 100%;
    transition: all 0.5s;
}
.index_hyyy_nr p{
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    transition: all 0.5s;
}
.index_hyyy_nr ul li a:hover p{
  color: #359ae6;
}
.index_about{
    
}
.index_abouta{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.index_about_img{width: 48%;overflow: hidden;border: solid 2px #2a95e5;}
.index_about_img img{
  width:100%;
  animation: size-up 20s ease-out forwards;
}
.index_about_nr{
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.index_about_wz{
    
}
.index_about_wz h2{
    font-size: 32px;
    font-weight: bold;
}
.index_about_wz h3{
    font-size: 24px;
}
.index_about_wz p{
    font-size: 18px;
    line-height: 1.5;
    margin-top: 30px;
    text-align: justify;
}
.index_ryzs{
    background-image: url(../images/indexzsbg.jpg);
    background-position: center center;
    /* height: 600px; */
    background-size: cover;
}
.index_ryzsa{
    
}
.index_ryzs_bt{
    
}
.index_ryzs_bt h2{
    text-align: center;
    font-size: 32px;
}
.index_ryzs_bt p{
    text-align: center;
    font-size: 16px;
    color: #cccccc;
}
.index_ryzs_img {
    padding: 0px;
}
.index_ryzs_img img{
    width: 100%;
    padding: 10%;
    border: solid 1px #2a95e5;
}
.swiper-ryzs{padding: 50px 0 !important;}
.swiper-ryzsa{
}
.index_news{
    background-image: url(../images/indexnewsbg.jpg);
    background-size: cover;
    background-position: center center;
}
.index_newsa{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index_news_bt{
    
}
.index_news_bt{
    
}
.index_news_bt h2{
    text-align: center;
    font-size: 32px;
}
.index_news_bt p{
    text-align: center;
    font-size: 16px;
    color: #cccccc;
}
.index_news_nr{
    padding: 40px 0;
}
.index_news_nr ul{
    display: flex;
}
.index_news_nr ul li{
    width: 31%;
    margin: 1%;
    background-color: #fff;
    box-shadow: 0 0 9px rgb(0 0 0 / 9%);
}
.index_news_nr ul li a{
}
.index_news_nr ul li a:hover h2{
	color: #2a95e5;
}
.index_news_nr ul li a:hover p{
	color: #666;
}
.index_news_nr ul li a:hover img{
	transform: scale(1.02);
}
.index_news_nrimg{
    overflow: hidden;
    border: solid 2px #2a95e5;
}
.index_news_nrimg img{
    width: 100%;
    transition: all ease 0.5s;
}
.index_news_nrwz{
    padding: 4%;
    margin: 4%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.index_news_nrwz span{
    color: #2a95e5;
    padding: 5px 15px;
    border: solid 2px #2a95e5;
}
.index_news_nrwz h2{
    font-size: 20px;
    padding-top: 20px;
    transition: all ease 0.5s;
}
.index_news_nrwz p{
    margin-top: 10px;
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index_news_nrwz h3{
    color: #ccc;
    margin-top: 10px;
    font-size: 16px;
}
footer {
    background: #f7f7f7;
    overflow: hidden;
}

footer .top {
    padding: 2.6vw 0 2.08vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

footer .top .logo {
    line-height: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

footer .top .logo:hover {
    color: #000;
}

footer .top .logo img {
    max-height: 80px;
}

footer .top .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

footer .top .tel .art {
    text-align: right;
    margin-right: 15px;
}

footer .top .tel span {
    font-size: 15px;
    color: #888888;
}

@media (max-width: 1680px) {
    footer .top .tel span {
        font-size: 13.125px;
    }
}

@media (max-width: 1440px) {
    footer .top .tel span {
        font-size: 11.25px;
    }
}

@media (max-width: 1280px) {
    footer .top .tel span {
        font-size: 10px;
    }
}

@media (max-width: 1024px) {
    footer .top .tel span {
        font-size: 8px;
    }
}

@media (max-width: 1680px) {
    footer .top .tel span {
        font-size: 15px;
    }
}

@media (max-width: 1280px) {
    footer .top .tel span {
        font-size: 14px;
    }
}

footer .top .tel p {
    font-size: 24px;
    color: #2a95e5;
    font-weight: bold;
}

@media (max-width: 1680px) {
    footer .top .tel p {
        font-size: 21px;
    }
}

@media (max-width: 1440px) {
    footer .top .tel p {
        font-size: 18px;
    }
}

@media (max-width: 1280px) {
    footer .top .tel p {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    footer .top .tel p {
        font-size: 12.8px;
    }
}

@media (max-width: 1680px) {
    footer .top .tel p {
        font-size: 20px;
    }
}

@media (max-width: 1440px) {
    footer .top .tel p {
        font-size: 18px;
    }
}

@media (max-width: 1280px) {
    footer .top .tel p {
        font-size: 16px;
    }
}

footer .mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    border-top: 1px solid #e6e6e6;
    padding: 2.08vw 0;
    align-items: flex-start;
}

footer .mid:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 55%;
    top: 0;
    background: #e6e6e6;
}

footer .mid:after {
    content: '';
    width: 150%;
    height: 1px;
    position: absolute;
    left: -25%;
    bottom: 0;
    background: #e6e6e6;
}

footer .mid .left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
}

footer .mid .left li {
    list-style-type: none;
}

footer .mid .left .a1 {
    font-size: 17px;
    color: #333333;
}

@media (max-width: 1680px) {
    footer .mid .left .a1 {
        font-size: 14.875px;
    }
}

@media (max-width: 1440px) {
    footer .mid .left .a1 {
        font-size: 12.75px;
    }
}

@media (max-width: 1280px) {
    footer .mid .left .a1 {
        font-size: 11.33333333px;
    }
}

@media (max-width: 1024px) {
    footer .mid .left .a1 {
        font-size: 9.06666667px;
    }
}

@media (max-width: 1680px) {
    footer .mid .left .a1 {
        font-size: 16px;
    }
}

@media (max-width: 1280px) {
    footer .mid .left .a1 {
        font-size: 14px;
    }
}

footer .mid .left .a_s {
    margin-top: 15px;
}

footer .mid .left .a_s a {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    font-weight: 300;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

footer .mid .left .a_s a:hover {
    color: #2a95e5;
}

footer .mid .right {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-end;
}

footer .mid .right .art {
    width: calc(100% - 130px);
}

footer .mid .right .art h3 {
    font-size: 18px;
    margin-top: 0;
}

@media (max-width: 1680px) {
    footer .mid .right .art h3 {
        font-size: 15.75px;
    }
}

@media (max-width: 1440px) {
    footer .mid .right .art h3 {
        font-size: 13.5px;
    }
}

@media (max-width: 1280px) {
    footer .mid .right .art h3 {
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    footer .mid .right .art h3 {
        font-size: 9.6px;
    }
}

@media (max-width: 1680px) {
    footer .mid .right .art h3 {
        font-size: 16px;
    }
}

footer .mid .right .art .info {
    font-size: 14px;
    line-height: 32px;
    color: #666666;
    margin-top: 1.04vw;
}

footer .mid .right .art .info a {
    color: #666;
}

footer .mid .right .art .info a:hover {
    color: #2a95e5;
}

footer .mid .right .ewm {
    width: 128px;
.p60{
    padding: 60px 0;
}
.w1600 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
    @keyframes size-up {
   from {
    transform: scale(1); 
   }
   to {
    transform: scale(1.1); 
   }
  }
    @media (max-width:1800px) {
  .w1680 {
    max-width: 100%;
    padding: 0 60px;
  }
}
    @media (max-width:1720px) {
  .w1600 {
    max-width: 100%;
    padding: 0px 60px;
  }
}
    @media (max-width:1560px) {
  .w1440 {
    max-width: 100%;
    padding: 0 60px;
  }
}
    @media (max-width:1520px) {
  .w1400,
  .wrap {
    max-width: 100%;
    padding: 0 60px;
  }
}
    @media (max-width:1320px) {
  .w1200 {
    max-width: 100%;
    padding: 0 60px;
  }
}
    @media (max-width:1024px) {
  .w1800,
  .w1680,
  .w1400,
  .wrap,
  .w1440,
  .w1600,
  .w1200 {
    padding: 0 30px;
  }
}
    @media (max-width:990px) {
  .w1800,
  .w1680,
  .w1400,
  .wrap,
  .w1440,
  .w1600,
  .w1200 {
    padding: 0 20px;
  }
}
    @media (max-width:768px) {
  .pc {
    display: none;
  }
  .wap {
    display: block;
  }
}
    header {
  position: fixed;
    width: 1920px;
    max-width: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 999;
    height: 75px;
    background: #ffffff;
    padding: 0px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #333;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.qtwy-headera{
    padding: 0;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    @media (max-width: 1680px) {
  header {
    font-size: 14px;
  }
}
    @media (max-width: 1440px) {
  header {
    font-size: 12px;
  }
}
    @media (max-width: 1280px) {
  header {
    font-size: 10.66666667px;
  }
}
    @media (max-width: 1024px) {
  header {
    font-size: 8.53333333px;
  }
}
    @media (max-width: 1680px) {
  header {
    font-size: 16px;
  }
}
    @media (max-width: 1280px) {
  header {
    font-size: 14px;
  }
}
    header a {
  color: #333;
    font-size: 16px;
}
    @media (max-width: 1680px) {
  header a {
    font-size: 14px;
  }
}
    @media (max-width: 1440px) {
  header a {
    font-size: 12px;
  }
}
    @media (max-width: 1280px) {
  header a {
    font-size: 10.66666667px;
  }
}
    @media (max-width: 1024px) {
  header a {
    font-size: 8.53333333px;
  }
}
    @media (max-width: 1680px) {
  header a {
    font-size: 16px;
  }
}
    @media (max-width: 1280px) {
  header a {
    font-size: 14px;
  }
}
    header.on {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
    header.scroll {
  top: -75px;
}
/* header:hover,
header.on,
header.header2 {
  background: rgba(255, 255, 255, 0.85);
  color: #333;
}
header:hover .left .logo img,
header.on .left .logo img,
header.header2 .left .logo img {
  display: none;
}
header:hover .left .logo img.on,
header.on .left .logo img.on,
header.header2 .left .logo img.on {
  display: block;
}
header:hover .left .nav li:hover .li_a,
header.on .left .nav li:hover .li_a,
header.header2 .left .nav li:hover .li_a,
header:hover .left .nav li.on .li_a,
header.on .left .nav li.on .li_a,
header.header2 .left .nav li.on .li_a {
  color: #2a95e5;
}
header:hover a,
header.on a,
header.header2 a {
  color: #333;
}
header:hover .right .lan .lan_a,
header.on .right .lan .lan_a,
header.header2 .right .lan .lan_a {
  background: rgba(0, 0, 0, 0.1);
} */
    header .left {
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}
    header .left .logo {
  min-width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 2.19vw;
}
    header .left .logo img {
  display: block;
    width: 140px;
}
    header .left .logo img.on {
  display: none;
}
    header .left .nav {
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    width: calc(100% - 120px - 2.19vw);
}
    header .left .nav li {
  padding: 0 1.8vw;
    position: relative;
    height: 100%;
}
/* header .left .nav li:hover .li_a,
header .left .nav li.on .li_a {
  color: #fff;
} */
    header .left .nav li.on .li_a:before {
  width: 100%;
    background: #2a95e5;
    left: 0;
}
    header .left .nav li .li_a {
  white-space: nowrap;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
    header .left .nav li .li_a:before {
  content: '';
    width: 0;
    height: 2px;
    left: 50%;
    bottom: 0;
    background: transparent;
    position: absolute;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
    header .left .nav li:hover .nav_li {
  height: auto;
    max-height: 500px;
}
    header .left .nav li:hover .nav_li:before {
  width: 100%;
    left: 0;
    background: #2a95e5;
}
    header .left .nav li .nav_li {
  position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background: rgba(255, 255, 255, 0.85);
    min-width: 170px;
    padding: 0px 0;
    height: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
    header .left .nav li .nav_li:before {
  content: '';
    width: 0;
    height: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    background: transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
    header .left .nav li .nav_li a {
  display: block;
    height: 50px;
    font-size: 16px;
    color: #333333;
    font-family: "hs_l";
    font-weight: 300;
    text-align: center;
    line-height: 50px;
    position: relative;
}
    @media (max-width: 1680px) {
  header .left .nav li .nav_li a {
    font-size: 14px;
  }
}
    @media (max-width: 1440px) {
  header .left .nav li .nav_li a {
    font-size: 12px;
  }
}
    @media (max-width: 1280px) {
  header .left .nav li .nav_li a {
    font-size: 10.66666667px;
  }
}
    @media (max-width: 1024px) {
  header .left .nav li .nav_li a {
    font-size: 8.53333333px;
  }
}
    @media (max-width: 1680px) {
  header .left .nav li .nav_li a {
    font-size: 16px;
  }
}
    @media (max-width: 1280px) {
  header .left .nav li .nav_li a {
    font-size: 14px;
  }
}
    header .left .nav li .nav_li a:first-child {
  padding-top: 5px;
}
    header .left .nav li .nav_li a:last-child {
  padding-bottom: 5px;
}
    header .left .nav li .nav_li a:last-child:before,
header .left .nav li .nav_li a:last-child:after {
  display: none;
}
    header .left .nav li .nav_li a:before {
  content: '';
    width: 90%;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #eaeaea;
}
    header .left .nav li .nav_li a:after {
  content: '';
    width: 0%;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
    header .left .nav li .nav_li a:hover {
  color: #2a95e5;
}
    header .left .nav li .nav_li a:hover:after {
  width: 90%;
    background: #2a95e5;
}
    header .right {
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    flex-direction: row;
}
.headphoneimg{
    height: 60%;
}
.headphone{
    margin-left: 10px;
}
.headphone
    p{
  font-size: 14px;
    color: #444;
}
.headphone
    span{
  font-size: 24px;
    font-weight: bold;
    color: #2a95e5;
}
.headphoneimg
    img{
  height: 100%;
}
    header .right .lan {
  width: 100px;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
    header .right .lan:hover .lan_box {
  height: auto;
    max-height: 500px;
}
    header .right .lan .lan_a {
  width: 100%;
    height: 32px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 10px;
    font-size: 14px;
}
    header .right .lan .lan_a i:first-child {
  -webkit-animation: play 6s linear infinite;
    animation: play 6s linear infinite;
}
    header .right .lan .lan_a i:last-child {
  font-size: 14px;
}
    header .right .lan .lan_box {
  position: absolute;
    left: 0;
    top: 70%;
    width: 100%;
    height: 0;
    max-height: 0;
    overflow: hidden;
    background: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
    header .right .lan .lan_box a {
  text-align: center;
    display: block;
    line-height: 40px;
    text-transform: capitalize;
}
    header .right .lan .lan_box a:hover {
  color: #2a95e5;
}
    header .right a.email {
  width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 20px;
}
    header .right a.email i {
  font-size: 20px;
}
    @media (max-width: 1680px) {
  header .right a.email i {
    font-size: 17.5px;
  }
}
    @media (max-width: 1440px) {
  header .right a.email i {
    font-size: 15px;
  }
}
    @media (max-width: 1280px) {
  header .right a.email i {
    font-size: 13.33333333px;
  }
}
    @media (max-width: 1024px) {
  header .right a.email i {
    font-size: 10.66666667px;
  }
}
    @media (max-width: 1680px) {
  header .right a.email i {
    font-size: 18px;
  }
}
    @media (max-width: 1440px) {
  header .right a.email i {
    font-size: 16px;
  }
}
    header .right a.email:hover {
  color: #2a95e5;
}
    header .right .search {
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 22px;
}
    header .right .search.on .search_form {
  width: 295px;
}
    header .right .search.on .open_search {
  width: 0;
}
    header .right .search .open_search {
  width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
    @media (max-width: 1680px) {
  header .right .search .open_search {
    font-size: 15.75px;
  }
}
    @media (max-width: 1440px) {
  header .right .search .open_search {
    font-size: 13.5px;
  }
}
    @media (max-width: 1280px) {
  header .right .search .open_search {
    font-size: 12px;
  }
}
    @media (max-width: 1024px) {
  header .right .search .open_search {
    font-size: 9.6px;
  }
}
    @media (max-width: 1680px) {
  header .right .search .open_search {
    font-size: 16px;
  }
}
    header .right .search .open_search:hover {
  color: #2a95e5;
}
    header .right .search .search_form {
  width: 0;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}
    header .right .search .search_form input {
  width: 200px;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    font-size: 16px;
    color: #2a95e5;
    padding: 0 10px;
    border-right: none;
}
    header .right .search .search_form input::placeholder {
  font-size: 16px;
    color: #999;
}
    header .right .search .search_form a {
  width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #999;
}
    header .right .search .search_form a.close_search {
  border-radius: 50%;
    margin-left: 15px;
}
    @media (max-width:1280px) {
  header .left .logo {
    width: 120px;
  }
}
    @media (max-width:1024px) {
  header {
    padding: 0 30px;
  }
}
    @media (max-width:990px) {
  header {
    display: none;
  }
}
.head_wap {
    display: none;
}
    @media (max-width: 990px) {
  .head_wap {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 999;
    background: #fff;
  }
  .head_wap .h_top {
    height: 100%;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .head_wap .h_top .logo {
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .head_wap .h_top .logo img {
    max-height: 40px;
    margin-right: 5px;
  }
  .head_wap .h_top .open_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .head_wap .h_top .open_nav.on i:
    first-child {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    -ms-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg);
  }
  .head_wap .h_top .open_nav.on i:nth-child(2) {
    opacity: 0;
  }
  .head_wap .h_top .open_nav.on i:
    last-child {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    -ms-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg);
  }
  .head_wap .h_top .open_nav i {
    width: 24px;
    height: 2px;
    background-color: #2a95e5;
    margin: 2.5px 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .head_wap .h_bot {
    position: absolute;
    width: 100%;
    left: 0;
    background: #f7f7f7;
    overflow: hidden;
    padding: 20px;
    display: none;
  }
  .head_wap .h_bot .h_nav a:
    hover {
    color: #2a95e5;
  }
  .head_wap .h_bot .h_nav li.on .a1 .top a,
  .head_wap .h_bot .h_nav li.on .a1 .top i {
    color: #2a95e5;
  }
  .head_wap .h_bot .h_nav li .a1 .top {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid transparent;
  }
  .head_wap .h_bot .h_nav li .a1 .top.on {
    border-color: #2a95e5;
  }
  .head_wap .h_bot .h_nav li .a1 .top.on a {
    color: #2a95e5;
  }
  .head_wap .h_bot .h_nav li .a1 .top.on i {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    color: #2a95e5;
  }
  .head_wap .h_bot .h_nav li .a1 .top a {
    width: calc(100% - 50px);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
  }
  .head_wap .h_bot .h_nav li .a1 .top i {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 24px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .head_wap .h_bot .h_nav li .a1 .box {
    display: none;
    padding: 0 10px;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 {
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid transparent;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on {
    border-color: #2a95e5;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on a {
    color: #2a95e5;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on i {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    color: #2a95e5;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 a {
    width: calc(100% - 50px);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 i {
    width: 40px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 {
    display: none;
    padding: 0 10px;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 a {
    width: 100%;
    line-height: 30px;
    font-size: 13px;
    display: block;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 a.on {
    color: #2a95e5;
  }
  .head_wap .h_bot .h_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 40px;
    margin: 10px 0;
  }
  .head_wap .h_bot .h_search input {
    width: calc(100% - 40px);
    height: 100%;
    background: #fff;
    padding: 0 15px;
    font-size: 16px;
    color: #333;
  }
  .head_wap .h_bot .h_search input::
    placeholder {
    font-size: 16px;
    color: #333;
  }
  .head_wap .h_bot .h_search a,
  .head_wap .h_bot .h_search button {
    width: 40px;
    height: 100%;
    background: #2a95e5;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
  }
  .head_wap .h_bot .h_lan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 40px;
    margin: 10px 0;
  }
  .head_wap .h_bot .h_lan a {
    font-size: 16px;
    color: #333;
    margin: 0 8px;
  }
  .head_wap .h_bot .h_lan a.on {
    color: #2a95e5;
  }
}
.header_d {
    height: 0;
}
    @media (max-width:990px) {
  .header_d {
    height: 60px;
  }
}
.header_d2 {
    height: 75px;
}
    @media (max-width:990px) {
  .header_d2 {
    height: 0;
  }
}
.index_hf1{
    
}
.index_hf1a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_hf1_img{
    
}
.index_hf1_img
    img{
    width: 100%;
}
.index_hf1_wz{
    position: absolute;
    top: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.index_hf1_wz
    h2{
    color: #fff;
    font-size: 34px;
    font-weight: bold;
}
.index_hf1_wz
    p{
    font-size: 16px;
    color: #fff;
}
.index_hf1_btn{
    margin-top: 15%;
}
.index_about_nr .index_hf1_btn{
    margin-top: 0;
}
.index_news .index_hf1_btn{
    margin-top: 2%;
}
.index_cjxb .index_hf1_btn{
    margin-top: 2%;
    text-align:center;
}
.index_hyyy .index_hf1_btn{
    margin-top: 2%;
    text-align:center;
}
.index_hf1_btn
    a{padding: 10px 30px;
    background: #2a95e5;
    border-radius: 20px;
    color: #fff;
    transition: all ease 0.5s;}
.index_hf1_btn
    a:hover{
  background: #fff;
    color: #2a95e5;
    box-shadow: 0 0 9px rgb(0 0 0 / 9%);
}
.index_cjxb{
    background: #f8f8f8;
}
.index_cjxba{
    
}
.index_cjxb_bt{
    margin-bottom: 20px;
}
.index_cjxb_bt
    h2{
    text-align: center;
    font-size: 32px;
}
.index_cjxb_bt
    p{
    text-align: center;
    font-size: 16px;
    color: #cccccc;
}
.index_cjxb_nr{
    
}
.index_cjxb_nr
    ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.index_cjxb_nr
    ul li{
    width: 25%;
    padding: 1%;
    overflow: hidden;
}
.index_cjxb_nr
    ul li a{
    overflow: hidden;
}
.index_cjxb_nr
    ul li a:hover img{transform: scale(1.02);}
.index_cjxb_nrimg{
    overflow: hidden;
    box-shadow: 0 0 9px rgb(0 0 0 / 9%);
    border: solid 2px #2a95e5;
}
.index_cjxb_nr
    img{
    width: 100%;
    /* height: 300px; */
    transition: all 0.5s;
}
.index_cjxb_nr
    p{
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    transition: all 0.5s;
}
.index_cjxb_nr
    ul li a:hover p{
  color: #359ae6;
}
.index_hyyy{
    background: #f8f8f8;
}
.index_hyyya{
    
}
.index_hyyy_bt{
    margin-bottom: 20px;
}
.index_hyyy_bt
    h2{
    text-align: center;
    font-size: 32px;
}
.index_hyyy_bt
    p{
    text-align: center;
    font-size: 16px;
    color: #cccccc;
}
.index_hyyy_nr{
    display: flex;
    flex-direction: row;
}
.index_hyyy_nr
    ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 25%;
    padding: 1%;
}
.index_hyyy_nr
    ul:nth-child(2){width: 50%;}
.index_hyyy_nr
    ul li{
    width: 100%;
    overflow: hidden;
    padding-bottom: 3%;
}
.index_hyyy_nr
    ul:nth-child(2) li{
    padding-bottom: 3%;
}
.index_hyyy_nr
    ul:nth-child(2) li img{}

.index_hyyy_nr
    ul li a{
    overflow: hidden;
}
.index_hyyy_nr
    ul li a:hover img{transform: scale(1.02);}
.index_hyyy_nrimg{
    overflow: hidden;
    box-shadow: 0 0 9px rgb(0 0 0 / 9%);
    border: solid 2px #2a95e5;
}
.index_hyyy_nr
    img{
    width: 100%;
    transition: all 0.5s;
}
.index_hyyy_nr
    p{
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    transition: all 0.5s;
}
.index_hyyy_nr
    ul li a:hover p{
  color: #359ae6;
}
.index_about{
    
}
.index_abouta{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.index_about_img{
    width: 48%;
    overflow: hidden;
    border: solid 2px #2a95e5;}
.index_about_img
    img{
  width:100%;
    animation: size-up 20s ease-out forwards;
}
.index_about_nr{
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.index_about_wz{
    
}
.index_about_wz
    h2{
    font-size: 32px;
    font-weight: bold;
}
.index_about_wz
    h3{
    font-size: 24px;
}
.index_about_wz
    p{
    font-size: 18px;
    line-height: 1.5;
    margin-top: 30px;
    text-align: justify;
}
.index_ryzs{
    background-image: url(../images/indexzsbg.jpg);
    background-position: center center;
    /* height: 600px; */
    background-size: cover;
}
.index_ryzsa{
    
}
.index_ryzs_bt{
    
}
.index_ryzs_bt
    h2{
    text-align: center;
    font-size: 32px;
}
.index_ryzs_bt
    p{
    text-align: center;
    font-size: 16px;
    color: #cccccc;
}
.index_ryzs_img {
    padding: 0px;
}
.index_ryzs_img
    img{
    width: 100%;
    padding: 10%;
    border: solid 1px #2a95e5;
}
.swiper-ryzs{
    padding: 50px 0 !important;}
.swiper-ryzsa{
}
.index_news{
    background-image: url(../images/indexnewsbg.jpg);
    background-size: cover;
    background-position: center center;
}
.index_newsa{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index_news_bt{
    
}
.index_news_bt{
    
}
.index_news_bt
    h2{
    text-align: center;
    font-size: 32px;
}
.index_news_bt
    p{
    text-align: center;
    font-size: 16px;
    color: #cccccc;
}
.index_news_nr{
    padding: 40px 0;
}
.index_news_nr
    ul{
    display: flex;
}
.index_news_nr
    ul li{
    width: 31%;
    margin: 1%;
    background-color: #fff;
    box-shadow: 0 0 9px rgb(0 0 0 / 9%);
}
.index_news_nr
    ul li a{}
.index_news_nr
    ul li a:hover h2{
 color: #2a95e5;
}
.index_news_nr
    ul li a:hover p{
 color: #666;
}
.index_news_nr
    ul li a:hover img{
 transform: scale(1.02);
}
.index_news_nrimg{
    overflow: hidden;
    border: solid 2px #2a95e5;
}
.index_news_nrimg
    img{
    width: 100%;
    transition: all ease 0.5s;
}
.index_news_nrwz{
    padding: 4%;
    margin: 4%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.index_news_nrwz
    span{
    color: #2a95e5;
    padding: 5px 15px;
    border: solid 2px #2a95e5;
}
.index_news_nrwz
    h2{
    font-size: 20px;
    padding-top: 20px;
    transition: all ease 0.5s;
}
.index_news_nrwz
    p{
    margin-top: 10px;
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index_news_nrwz
    h3{
    color: #ccc;
    margin-top: 10px;
    font-size: 16px;
}
    footer {
    background: #f7f7f7;
    overflow: hidden;
}
    footer .top {
    padding: 2.6vw 0 2.08vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
    footer .top .logo {
    line-height: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
    footer .top .logo:hover {
    color: #000;
}
    footer .top .logo img {
    max-height: 80px;
}
    footer .top .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
    footer .top .tel .art {
    text-align: right;
    margin-right: 15px;
}
    footer .top .tel span {
    font-size: 15px;
    color: #888888;
}
    @media (max-width: 1680px) {
    footer .top .tel span {
        font-size: 13.125px;
    }
}
    @media (max-width: 1440px) {
    footer .top .tel span {
        font-size: 11.25px;
    }
}
    @media (max-width: 1280px) {
    footer .top .tel span {
        font-size: 10px;
    }
}
    @media (max-width: 1024px) {
    footer .top .tel span {
        font-size: 8px;
    }
}
    @media (max-width: 1680px) {
    footer .top .tel span {
        font-size: 15px;
    }
}
    @media (max-width: 1280px) {
    footer .top .tel span {
        font-size: 14px;
    }
}
    footer .top .tel p {
    font-size: 24px;
    color: #2a95e5;
    font-weight: bold;
}
    @media (max-width: 1680px) {
    footer .top .tel p {
        font-size: 21px;
    }
}
    @media (max-width: 1440px) {
    footer .top .tel p {
        font-size: 18px;
    }
}
    @media (max-width: 1280px) {
    footer .top .tel p {
        font-size: 16px;
    }
}
    @media (max-width: 1024px) {
    footer .top .tel p {
        font-size: 12.8px;
    }
}
    @media (max-width: 1680px) {
    footer .top .tel p {
        font-size: 20px;
    }
}
    @media (max-width: 1440px) {
    footer .top .tel p {
        font-size: 18px;
    }
}
    @media (max-width: 1280px) {
    footer .top .tel p {
        font-size: 16px;
    }
}
    footer .mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    border-top: 1px solid #e6e6e6;
    padding: 2.08vw 0;
    align-items: flex-start;
}
    footer .mid:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 55%;
    top: 0;
    background: #e6e6e6;
}
    footer .mid:after {
    content: '';
    width: 150%;
    height: 1px;
    position: absolute;
    left: -25%;
    bottom: 0;
    background: #e6e6e6;
}
    footer .mid .left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
}
    footer .mid .left li {
    list-style-type: none;
}
    footer .mid .left .a1 {
    font-size: 17px;
    color: #333333;
}
    @media (max-width: 1680px) {
    footer .mid .left .a1 {
        font-size: 14.875px;
    }
}
    @media (max-width: 1440px) {
    footer .mid .left .a1 {
        font-size: 12.75px;
    }
}
    @media (max-width: 1280px) {
    footer .mid .left .a1 {
        font-size: 11.33333333px;
    }
}
    @media (max-width: 1024px) {
    footer .mid .left .a1 {
        font-size: 9.06666667px;
    }
}
    @media (max-width: 1680px) {
    footer .mid .left .a1 {
        font-size: 16px;
    }
}
    @media (max-width: 1280px) {
    footer .mid .left .a1 {
        font-size: 14px;
    }
}
    footer .mid .left .a_s {
    margin-top: 15px;
}
    footer .mid .left .a_s a {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    font-weight: 300;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
    footer .mid .left .a_s a:hover {
    color: #2a95e5;
}
    footer .mid .right {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-end;
}
    footer .mid .right .art {
    width: calc(100% - 130px);
}
    footer .mid .right .art h3 {
    font-size: 18px;
    margin-top: 0;
}
    @media (max-width: 1680px) {
    footer .mid .right .art h3 {
        font-size: 15.75px;
    }
}
    @media (max-width: 1440px) {
    footer .mid .right .art h3 {
        font-size: 13.5px;
    }
}
    @media (max-width: 1280px) {
    footer .mid .right .art h3 {
        font-size: 12px;
    }
}
    @media (max-width: 1024px) {
    footer .mid .right .art h3 {
        font-size: 9.6px;
    }
}
    @media (max-width: 1680px) {
    footer .mid .right .art h3 {
        font-size: 16px;
    }
}
    footer .mid .right .art .info {
    font-size: 14px;
    line-height: 32px;
    color: #666666;
    margin-top: 1.04vw;
}
    footer .mid .right .art .info a {
    color: #666;
}
    footer .mid .right .art .info a:hover {
    color: #2a95e5;
}
    footer .mid .right .ewm {
    width: 128px;
}
    footer .mid .right .ewm img {
    width: 100%;
}
    footer .mid .right .ewm p {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}
    footer .foot2 {
    background: #cccccc;
}
    footer .bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    font-family: "hs_l";
    font-weight: 300;
    padding: 1.56vw 0 1.04vw;
}
    footer .mid .right .art p{
 font-size: 14px;
    color: #666666;
    margin-top: 10px;
}
    footer .mid .right .art a{
 font-size: 14px;
    color: #666666;
}
    footer .mid .right .art a:hover{
 color: #2a95e5;
}
.foot_zxly{
    margin-top: 20px !important;
}
    @media (max-width: 1680px) {
    footer .bot {
        font-size: 12.25px;
    }
}
    @media (max-width: 1440px) {
    footer .bot {
        font-size: 10.5px;
    }
}
    @media (max-width: 1280px) {
    footer .bot {
        font-size: 9.33333333px;
    }
}
    @media (max-width: 1024px) {
    footer .bot {
        font-size: 7.46666667px;
    }
}
    footer .bot *, footer .bot a {
    font-size: 14px;
    color: #333;
    font-family: "hs_l";
    font-weight: 300;
}
    @media (max-width: 1680px) {
    footer .bot *, footer .bot a {
        font-size: 12.25px;
    }
}
    @media (max-width: 1440px) {
    footer .bot *, footer .bot a {
        font-size: 10.5px;
    }
}
    @media (max-width: 1280px) {
    footer .bot *, footer .bot a {
        font-size: 9.33333333px;
    }
}
    @media (max-width: 1024px) {
    footer .bot *, footer .bot a {
        font-size: 7.46666667px;
    }
}
    footer .bot a:hover {
    color: #2a95e5;
}
    footer .bot .left {
    margin-bottom: 0.52vw;
    display: flex;
}
    footer .bot .left a {
    margin-left: 10px;
}
    footer .bot .left a:last-child {
    margin-left: 20px;
}
    footer .bot .right {
    margin-bottom: 0.52vw;
    display: flex;
}
    @media (max-width: 1440px) {
    footer .mid .left .a_s {
        margin-top: 10px;
    }

    footer .mid .left .a_s a {
    line-height: 26px;
    }

    footer .mid .right .art .info {
    line-height: 26px;
    margin-top: 10px;
    }

    footer .mid .right .ewm {
    width: 100px;
    }

    footer .mid .right .ewm p {
    font-size: 13px;
    }
}
    @media (max-width: 768px) {
    footer .top {
        padding: 0px;
    position: relative;
    opacity: 1;
    transform: none;
    }

    footer .top .logo {
    display: none;
    }

    footer .top .tel {
    position: absolute;
    right: 0;
    top: 17px;
    }

    footer .top .tel .art {
    margin-right: 10px;
    }

    footer .top .tel span {
    font-size: 12px;
    }

    footer .top .tel p {
    font-size: 14px;
    }

    footer .top .tel img {
    width: 35px;
    height: 35px;
    }

    footer .mid {
    padding: 25px 0 15px;
    border-top: none;
    opacity: 1;
    transform: none;
    }

    footer .mid:
    before {
        display: none;
    }

    footer .mid .left {
    display: none;
    }

    footer .mid .right {
    width: 100%;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    }

    footer .mid .right .art {
    width: 100%;
    }

    footer .mid .right .art h3 {
    font-size: 18px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e6e6e6;
    }

    footer .mid .right .art .info {
    font-size: 14px;
    line-height: 22px;
    }

    footer .mid .right .ewm {
    width: 100%;
    display: none;
    }

    footer .bot {
    text-align: center;
    padding: 10px 0;
    }

    footer .bot .left {
    width: 100%;
    }

    footer .bot .right {
    width: 100%;
    }
}

.foot_logwz {
    margin-left: 10px;
}

.foot_logwz
    h1 {
    font-size: 25px;
    margin: 0;
    font-weight: bold;
}

.foot_logwz
    h2 {
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}
.join_book>
    form>article>.fr {
    max-width: 40%;
}

.join_book_wrap {
    width: 75%;
    padding-top: 10px;
}

.join_book_wrap>
    dl {
    margin-bottom: 2%;
    font-size: 16px;
}

.join_book_wrap>
    dl>input {
    display: inline-block;
    outline: none;
}

.join_book_wrap>
    dl>input.ip1 {
    width: 100%;
    background: #fff;
    border: none;
    padding: 1% 2%;
    margin-bottom: 2%;
    /* border: solid 1px #666; */
    border-radius: 5px;
}

.join_book_wrap>
    dl>select {
    cursor: pointer;
    width: 100%;
    display: inline-block;
    background: #f9f9f9;
    border: none;
    padding: 1.5% 2%;
    box-sizing: border-box;
    -webkit-appearance: none;
    color: #777;
    outline: none;
    margin-bottom: 1%;
    border: solid 1px #eee;
}

.join_book_wrap>
    dl>input.ip3 {
    width: 98.8%;
    background: #f3f3f3;
    border: none;
    padding: 1.5% 2%;
}

.join_book_wrap>
    dl>input.ip5 {
    background: #2a95e5;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    border: none;
    -webkit-appearance: none;
    width: 80px;
    height: 40px;
}

.join_book_wrap>
    dl>textarea.ip4 {
    width: 100%;
    background: #fff;
    border: none;
    padding: 1.5% 2%;
    min-height: 0.5rem;
    outline: none;
    height: 100px;
}
.index_pro{
    
}
.index_proa{
    
}
.index_pro_bt{
    
}
.index_pro_bt
    h2{
    text-align: center;
    font-size: 32px;
}
.index_pro_bt
    p{
    text-align: center;
    font-size: 16px;
    color: #cccccc;
}
.index_pro_nr{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}
.index_pro_nrlm{
    
}
.index_pro_nrlm
    ul{display: flex;
    justify-content: space-between;
    align-items: center;}
.index_pro_nrlm
    ul li{
    width: 16.6666666666666666666666%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #ccc;
}
.index_pro_nrlm
    ul .on{
 border-bottom: solid 2px #2a95e5;
    background: #2a95e5;
    color: #fff;
}
.index_pro_nrlm
    ul .on a{
 color: #fff;
}
.index_pro_nrlm
    ul a{}
.index_pro_nrimg{
    padding: 40px 0;
}
.index_pro_nrimgb{
    display:none;
}
.index_pro_nrimg .active{
    display:block;
}
.index_pro_nrimg
    ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.index_pro_nrimg
    ul li{
    width: 25%;
    margin-bottom: 1%;
}
.index_pro_nrimg
    ul li a{}
.index_pro_nrimga{
    overflow: hidden;
    margin: 2%;
    box-shadow: 0 0 9px rgb(0 0 0 / 9%);
    border: solid 2px #2a95e5;
}
.index_pro_nrimg
    ul li a img{
    width: 100%;
    transition: all 0.5s;
}
.index_pro_nrimg
    ul li:hover .index_pro_nrimga img{
 transform: scale(1.02);
}
.index_proa .index_hf1_btn{
    margin-top: 0;
    text-align: center;
}
.pro{
  
}
.proa{
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
}
.plate_pronyr{
    width: 78%;
}
.products{
}
.productsw{}
.productsw
    ul{overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;}
.productsw
    ul li{
    margin: 0;
    border: solid 1px #eee;
    width: 31%;
    margin-bottom: 2%;
    margin-right: 2%;
}
.productsw
    ul li a{}
.productsw
    ul li .nr{
    background: #f5f5f5;
    padding: 9%;
    min-height: 70px;
}
.productsw
    ul li .nr .hx{
    display: block;
    width: 100%;
    height: 2px;
    background: #eee;
    margin-bottom: 10%;
    position: relative;
    display: none;
}
.productsw
    ul li .nr .hx::after{
    width: 60px;
    background: #2a95e5;
    z-index: 3;
    content: '';
    height: 3px;
    display: block;
    transition: all ease 0.5s;
}
.productsw
    ul li:hover .nr .hx::after{
    width: 100%;
    content: '';
   
}
.productsw
    ul li:hover .nr{
    background: #2a95e5;
}
.productsw
    ul li:hover .nr h2{
    color: #fff;
}
.productsw
    ul li:hover .nr p{
    color: #fff;
}
.productsw
    ul li .nr h2{
    font-weight: bold;
    font-size: 18px;
}
.productsw
    ul li .nr p{
    font-size: 13px;
    color: #666;
    line-height: 2;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    margin-top: 4%;
    margin-left: 0%;
}
.productsw
    ul li .nr h3{
    font-size: 14px;
    color: #666;
    margin-top: 2%;
    display: none;
}
.productsw
    ul li .img{
    width: 100%;
}
.productsw
    ul li .img img{
    width: 100%;
    max-height: 200px;
}
.productsw
    ul li .nr h6{
    display: inline-block;
    clear: both;
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    margin: 30px 0 0;
    padding-right: 25px;
    background: url(../images/right1.png) right center no-repeat;
    display: none;
}
.font18{
    font-size: 32px;
    color: #2a95e5;
}
.fly {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 47px;
    max-width: 100%;
}

.page-status,.page-index,.page-last {
    display: none;
}

.page-pre,.page-next {
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    height: 30px;
    background-color: #ddd;
    line-height: 30px;
}

.page-pre:
    hover,.page-next:hover {
    background-color: #2a95e5;
}

.page-pre:
    hover a,.page-next:hover a {
    color: #fff;
}

.page-pre
    a,.page-next a {
    display: block;
    color: #fff;
}

.page-next
    a {}

.page-numbar {
    display: inline-block;
    margin: 0px 3px;
}

.page-numbar
    a {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    margin: 0px 2px;
    background: #f9f9f9;
    line-height: 30px;
    color: #999;
}

.page-numbar
    a:hover {
    background-color: #2a95e5;
    color: #fff;
}
.news {
    width: 75%;}
    @media (max-width:768px) {
  .news {
    padding: 40px 0;
  }
}
.news_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 10px;
}
.news_list
    li {
  width: calc(33.33% - 20px);
    margin: 0 30px 40px 0;
    position: relative;
}
.news_list
    li:nth-child(3n) {
  margin-right: 0;
}
.news_list
    li:before,
.news_list li:after {
  content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.news_list
    li:before {
  background: #f1f1f1;
}
.news_list
    li:after {
  width: 0;
}
.news_list
    li:hover:after {
  width: 100%;
    background: #2a95e5;
}
.news_list
    li:hover .imgbox img {
  -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.news_list
    li:hover .imgbox .p1 {
  bottom: 0;
}
.news_list
    li:hover .art h4 {
  color: #2a95e5;
}
.news_list
    li:hover .art p{
 color: #2a95e5;
}
.news_list
    li .imgbox {
  width: 100%;
    height: 0;
    padding-bottom: 62.78%;
    position: relative;
    overflow: hidden;
}
.news_list
    li .imgbox img {
  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.news_list
    li .imgbox .p1 {
  width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.78vw 0;
    background: rgb(42 149 229 / 70%);
    position: absolute;
    bottom: -60px;
    left: 0;
    color: #fff;
    font-size: 16px;
    font-family: "hs_l";
    font-weight: 300;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
    @media (max-width: 1680px) {
  .news_list li .imgbox .p1 {
    font-size: 14px;
  }
}
    @media (max-width: 1440px) {
  .news_list li .imgbox .p1 {
    font-size: 12px;
  }
}
    @media (max-width: 1280px) {
  .news_list li .imgbox .p1 {
    font-size: 10.66666667px;
  }
}
    @media (max-width: 1024px) {
  .news_list li .imgbox .p1 {
    font-size: 8.53333333px;
  }
}
    @media (max-width: 1680px) {
  .news_list li .imgbox .p1 {
    font-size: 16px;
  }
}
    @media (max-width: 1280px) {
  .news_list li .imgbox .p1 {
    font-size: 14px;
  }
}
.news_list
    li .imgbox .p1 i {
  font-size: 22px;
    margin-left: 10px;
}
    @media (max-width: 1680px) {
  .news_list li .imgbox .p1 i {
    font-size: 19.25px;
  }
}
    @media (max-width: 1440px) {
  .news_list li .imgbox .p1 i {
    font-size: 16.5px;
  }
}
    @media (max-width: 1280px) {
  .news_list li .imgbox .p1 i {
    font-size: 14.66666667px;
  }
}
    @media (max-width: 1024px) {
  .news_list li .imgbox .p1 i {
    font-size: 11.73333333px;
  }
}
    @media (max-width: 1680px) {
  .news_list li .imgbox .p1 i {
    font-size: 18px;
  }
}
    @media (max-width: 1440px) {
  .news_list li .imgbox .p1 i {
    font-size: 16px;
  }
}
.news_list
    li .art {
  padding: 1.3vw 0;
}
.news_list
    li .art p{
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.5s;
    color: #b9b9b9;
}
.news_list
    li .art h4 {
  font-size: 22px;
    color: #333333;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 0.26vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    @media (max-width: 1680px) {
  .news_list li .art h4 {
    font-size: 19.25px;
  }
}
    @media (max-width: 1440px) {
  .news_list li .art h4 {
    font-size: 16.5px;
  }
}
    @media (max-width: 1280px) {
  .news_list li .art h4 {
    font-size: 14.66666667px;
  }
}
    @media (max-width: 1024px) {
  .news_list li .art h4 {
    font-size: 11.73333333px;
  }
}
    @media (max-width: 1680px) {
  .news_list li .art h4 {
    font-size: 18px;
  }
}
    @media (max-width: 1440px) {
  .news_list li .art h4 {
    font-size: 16px;
  }
}
.news_list
    li .art .time {
  font-size: 16px;
    color: #b9b9b9;
    font-family: 'Arial';
}
    @media (max-width: 1680px) {
  .news_list li .art .time {
    font-size: 14px;
  }
}
    @media (max-width: 1440px) {
  .news_list li .art .time {
    font-size: 12px;
  }
}
    @media (max-width: 1280px) {
  .news_list li .art .time {
    font-size: 10.66666667px;
  }
}
    @media (max-width: 1024px) {
  .news_list li .art .time {
    font-size: 8.53333333px;
  }
}
    @media (max-width: 1680px) {
  .news_list li .art .time {
    font-size: 16px;
  }
}
    @media (max-width: 1280px) {
  .news_list li .art .time {
    font-size: 14px;
  }
}
    @media (max-width:1440px) {
  .news_list li {
    width: calc(33.33% - 13.33px);
    margin: 0 20px 30px 0;
  }
}
    @media (max-width:768px) {
  .news_list li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .news_list li .art {
    padding: 15px 0;
  }
}
.lian-news-detail {}
.lian-news-detail-top {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 3%;
    overflow: hidden;}
.lian-news-detail-top-left {
    float: left;
    width: 25%;}
.lian-news-detail-top-right {
    width: 100%;}
.lian-news-detail-top-right .date-1{
    color: #2a95e5;}
.lian-news-detail-top-right .title-1
    h1{margin: 0;
    padding: 0;
    margin-top: 2%;}
.lian-news-detail-center {
    padding: 3% 0;
    overflow: hidden;}
.lian-news-detail-center-left {
    float: left;
    width: 20%;
    box-shadow: 0 0 9px rgb(0 0 0 / 9%);
    padding: 2%;
    height: 100%;}  
.lian-news-detail-center-nav {
    overflow: hidden;
    margin-top:10%;}
.lian-news-detail-center-nav
    a {display: block;
    margin: 4% 0;}
.lian-news-detail-center-nav
    span {display: inline-block;
    position: relative;
    padding: 4%;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;}
.lian-news-detail-center-nav
    span::after {content: '';
    width: 0px;
    height: 1px;
    background: #2a95e5;
    position: absolute;
    left: 0;
    bottom: 0;
    transition:all .4s ease;}
.lian-news-detail-center-nav
    a.cur span,.lian-news-detail-center-nav a:hover span,.lian-news-detail-center-nav:hover a.cur:hover span{color: #2a95e5;}
.lian-news-detail-center-nav
    a.cur span::after,.lian-news-detail-center-nav a:hover span::after,.lian-news-detail-center-nav:hover a.cur:hover span::after {display: block;
    width: 100%;}
.lian-news-detail-center-nav:
    hover a.cur span{color: #000;}
.lian-news-detail-center-nav:
    hover a.cur span::after {width: 0;}
.lian-news-detail-center-right {
    float: left;
    width: 75%;}
.lian-news-detail-center-main {
    color: #666666;}
.lian-news-detail-center-main
    img {max-width: 100% !important;
    height: auto!important;}
.lian-news-detail-bottom {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    position: relative;}
.lian-news-detail-bottom
    a{position: relative;
    display: block;}
.lian-news-detail-bottom
    i{width: .6rem;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/r1.svg') center no-repeat;
    background-size: 100%;
    filter: invert(100%) grayscale(100%) brightness(0.5);
    opacity: .5;}
.lian-news-detail-bottom
    a.next,.lian-news-detail-bottom a.prev{position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;}
.lian-news-detail-bottom
    a.next i{left: auto;
    right: 0;}
.lian-news-detail-bottom
    span{color: #999999;
    margin: 0 3%;
    width: 50%;
    display: inline-block;}
.lian-news-detail-bottom
    a.prev{padding-left: 2rem;
    float: left;
    width: 40%;}
.lian-news-detail-bottom
    a.prev i {transform: rotate(180deg) translateY(-50%);
    top: 0;}
.lian-news-detail-bottom
    a.next{padding-right: 2rem;
    float: right;
    width: 40%;
    text-align: right;
    right: 0;}
.lian-news-detail-bottom
    a.return {width: 10rem;
    height: 10rem;
    margin: auto;}
.lian-news-detail-bottom
    a.return i{width: 2rem;
    height: .1rem;
    background: #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 1;
    filter:none;}
.lian-news-detail-bottom
    a.return i::after,.lian-news-detail-bottom a.return i::before{content: '';
    width: 100%;
    height: .1rem;
    background: #000;
    left: 0;
    position: absolute;}
.lian-news-detail-bottom
    a.return i::after {margin-top: 6px;}
.lian-news-detail-bottom
    a.return i::before {margin-top: -6px;}
.lian-news-detail-bottom
    a.return:hover {background: #2a95e5;}
.lian-news-detail-bottom
    a.return:hover i,.lian-news-detail-bottom a.return:hover i::after,.lian-news-detail-bottom a.return:hover i::before{background: #fff;
    opacity: 1;
    filter: none;}
.lian-news-detail-bottom
    a:hover span {color: #000;}
.lian-news-detail-bottom
    a:hover i {filter: invert(0) grayscale(0) brightness(1.5);
    opacity: 1;}
.fwzc{
}
.fwzcnr{
    /* width: 75%; */
}
.ejdh {}

.ejdhwa {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* border: 1px solid #eee; */
    background-color: #fff;
    padding: 2rem;

}

.ejdhwa
    a {
    line-height: normal;
    background: rgb(255 255 255);
    color: #666666;
    padding: 0;
    margin: 0px 2px;
    display: block;
    line-height: 1.35;
    font-size: 16px;
    color: #666666;
}

.ejdhwa
    a:hover {
    color: #2a95e5}

.ejdhwa
    a:hover+.class2 {
    display: block;
}

.ejdhwa
    ul {
    display: flex;
    margin: 0;
    flex-direction: column;
    width: 100%;
    align-items: center;
    border: 1px solid #eee;
    padding: 2rem;
}

.ejdhwa
    ul li {
    display: flex;
    margin: 0;
    padding: 1rem 0;
    border-bottom: 1px solid #e3e3e3;
    flex-direction: column;
    width: 80%;
}

.class2:
    hover {
    display: block;
}

.ejdhwa
    ul li p {
    font-size: 22px;
    margin: 0;
    color: #2a95e5;
    font-weight: bold;
}

.ejdhwa
    ul li ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0;
    padding: 0;
    border: 0;
}

.ejdhwa
    ul li ul li {
    border: none;
    padding: 0;
    width: 100%;
}

.ejdhwa
    ul li ul li a {
    padding-top: 10px;
    font-size: 14px;
}

.ejdhwa
    ul li ul li:hover a {
    background: #fff;
    color: #2a95e5;
    font-weight: bold;
}
.ejdh{
    background: #f3f3f3;
}
.ejdhw{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.ejdhw
    a{
    width: 156px;
    height: 70px;
    color: #666;
    line-height: 70px;
    font-size: 16px;
    text-align: center;
}
.ejdhw .cur{
    background: #2a95e5;
    color: #fff;
}
.ejdhw
    a:hover{
    background: #2a95e5;
    color: #fff;
}
.gsjjt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gsjjt .nr{
    width: 44%;
}
.gsjjt .nr
    h2{
    font-size: 48px;
    color: #333;
    font-family: Futura Md BT;
    text-transform: uppercase;
}
.gsjjt .nr
    h3{
    margin-bottom: 6%;
}
.gsjjt .nr
    h4{
    font-size: 24px;
}
.gsjjt .nr
    p{
    line-height: 1.5;
    font-size: 16px;
    color: #666;
    margin-top: 6%;
    text-align: justify;
}
.gsjjt .img{
    width: 50%;
}
.gsjjt .img
    img{
    width: 100%;
}
.gsjjb {
    display: flex;
    margin-top: 4%;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}
.gsjjbl{
    background: #f3f3f3;
    width: 63%;
    text-align: center;
    padding: 68px 6%;
}
.gsjjbr{
    background: #f3f3f3;
    width: 34%;
    text-align: center;
    padding: 80px 6%;
}
.gsjjb
    img{}
.gsjjb
    h2{
    font-size: 22px;
    margin-top: 3%;
    margin-bottom: 3%;
}
.gsjjb
    p{line-height: 40px;
    font-size: 16px;
    color: #666;}
.about{
    margin: 20px 0;
}
.video {}
    @media (max-width:768px) {
  .video {
    padding: 40px 0;
  }
}
.video_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 10px;
}
.video_list
    li {
  width: calc(23.33% - 20px);
    margin: 0 30px 40px 0;
    position: relative;
}
.video_list
    li:nth-child(3n) {}
.video_list
    li:before,
.video_list li:after {
  content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.video_list
    li:before {
  background: #f1f1f1;
}
.video_list
    li:after {
  width: 0;
}
.video_list
    li:hover:after {
  width: 100%;
    background: #2a95e5;
}
.video_list
    li:hover .imgbox img {
  -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.video_list
    li:hover .imgbox .p1 {
  bottom: 0;
}
.video_list
    li:hover .art h4 {
  color: #2a95e5;
}
.video_list
    li:hover .art p{
 color: #2a95e5;
}
.video_list
    li .imgbox {
  width: 100%;
    height: 0;
    padding-bottom: 62.78%;
    position: relative;
    overflow: hidden;
}
.video_list
    li .imgbox img {
  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.video_list
    li .imgbox .p1 {
  width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.78vw 0;
    background: rgb(42 149 229 / 70%);
    position: absolute;
    bottom: -60px;
    left: 0;
    color: #fff;
    font-size: 16px;
    font-family: "hs_l";
    font-weight: 300;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
    @media (max-width: 1680px) {
  .video_list li .imgbox .p1 {
    font-size: 14px;
  }
}
    @media (max-width: 1440px) {
  .video_list li .imgbox .p1 {
    font-size: 12px;
  }
}
    @media (max-width: 1280px) {
  .video_list li .imgbox .p1 {
    font-size: 10.66666667px;
  }
}
    @media (max-width: 1024px) {
  .video_list li .imgbox .p1 {
    font-size: 8.53333333px;
  }
}
    @media (max-width: 1680px) {
  .video_list li .imgbox .p1 {
    font-size: 16px;
  }
}
    @media (max-width: 1280px) {
  .video_list li .imgbox .p1 {
    font-size: 14px;
  }
}
.video_list
    li .imgbox .p1 i {
  font-size: 22px;
    margin-left: 10px;
}
    @media (max-width: 1680px) {
  .video_list li .imgbox .p1 i {
    font-size: 19.25px;
  }
}
    @media (max-width: 1440px) {
  .video_list li .imgbox .p1 i {
    font-size: 16.5px;
  }
}
    @media (max-width: 1280px) {
  .video_list li .imgbox .p1 i {
    font-size: 14.66666667px;
  }
}
    @media (max-width: 1024px) {
  .video_list li .imgbox .p1 i {
    font-size: 11.73333333px;
  }
}
    @media (max-width: 1680px) {
  .video_list li .imgbox .p1 i {
    font-size: 18px;
  }
}
    @media (max-width: 1440px) {
  .video_list li .imgbox .p1 i {
    font-size: 16px;
  }
}
.video_list
    li .art {
  padding: 1.3vw 0;
}
.video_list
    li .art p{
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.5s;
    color: #b9b9b9;
}
.video_list
    li .art h4 {
  font-size: 22px;
    color: #333333;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 0.26vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    @media (max-width: 1680px) {
  .video_list li .art h4 {
    font-size: 19.25px;
  }
}
    @media (max-width: 1440px) {
  .video_list li .art h4 {
    font-size: 16.5px;
  }
}
    @media (max-width: 1280px) {
  .video_list li .art h4 {
    font-size: 14.66666667px;
  }
}
    @media (max-width: 1024px) {
  .video_list li .art h4 {
    font-size: 11.73333333px;
  }
}
    @media (max-width: 1680px) {
  .video_list li .art h4 {
    font-size: 18px;
  }
}
    @media (max-width: 1440px) {
  .video_list li .art h4 {
    font-size: 16px;
  }
}
.video_list
    li .art .time {
  font-size: 16px;
    color: #b9b9b9;
    font-family: 'Arial';
}
    @media (max-width: 1680px) {
  .video_list li .art .time {
    font-size: 14px;
  }
}
    @media (max-width: 1440px) {
  .video_list li .art .time {
    font-size: 12px;
  }
}
    @media (max-width: 1280px) {
  .video_list li .art .time {
    font-size: 10.66666667px;
  }
}
    @media (max-width: 1024px) {
  .video_list li .art .time {
    font-size: 8.53333333px;
  }
}
    @media (max-width: 1680px) {
  .video_list li .art .time {
    font-size: 16px;
  }
}
    @media (max-width: 1280px) {
  .video_list li .art .time {
    font-size: 14px;
  }
}
    @media (max-width:1440px) {
  .video_list li {
    width: calc(24.33% - 13.33px);
    margin: 0 20px 30px 0;
  }
}
    @media (max-width:768px) {
  .video_list li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .video_list li .art {
    padding: 15px 0;
  }
}
.qyryxq{
  
}
.qyryxqa{
}
.qyryxqbt{
  
}
.qyryxq
    h2{
  color: #333;
    font-size: 32px;
    font-weight: bold;
    border-bottom: solid 1px #fff;
    text-align: center;
    margin: 2% 0;
}
.qyryxqnr{
    margin-bottom: 60px;}
.qyryxqnr
    ul{
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.qyryxqnr
    ul li{
  width: 23%;
    margin: 1%;
    border: 1px solid #e6e6e6;
    padding: 1%;
}
.qyryxqnr
    ul li img{
  width: 100%;
}
.lxwm_ny {
    position: relative;
    margin: 100px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.lxwm_nyl {
    width: 40%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.lxwm_nyl
    img {
    width: auto;
}

.lxwm_nylt {
}

.lxwm_nyl
    h2 {
    color: #333;
    font-size: 32px;
    font-weight: bold;
    border-bottom: solid 1px #fff;
    padding-bottom: 5%;
    margin-bottom: 5%;
}

.lxwm_nyl
    h3 {
    font-size: 20px;
    color: #fff;
}

.lxwm_nyl
    p {
    color: #666;
    line-height: 2;
    padding: 0%;
    margin: 0%;
}

.lxwm_nyr {
    width: 55%;
}

.zxly {
    padding-top: 5%;
}

.zxlyt {
    overflow: hidden;
}

.zxlyt
    p {
    float: left;
    width: 47%;
    margin-right: 2%;
}

.zxlyt
    p:nth-child(3) {
    width: 100%;
    margin: 0%;
    margin-top: 6%;
}

.zxlyt
    p span {
    display: block;
    font-size: 16px;
}

.zxlyt
    p input {
    border: 0;
    border-bottom: solid 1px #eee;
    width: 100%;
    padding-top: 2%;
    color: #999;
    padding-bottom: 2%;
    font-size: 13px;
}

.zxlyt
    p span {}

.zxlyt
    p textarea {
    border: 0;
    border-bottom: solid 1px #eee;
    width: 98%;
    padding-top: 2%;
    color: #999;
    padding-bottom: 2%;
    font-size: 13px;
    outline: none;
}

.zxlyb {
}

.zxlyb
    input {
    width: 100%;
    border: 0;
    background: #2a95e5;
    margin-top: 4%;
    padding: 2% 0%;
    color: #fff;
    font-size: 16px;
}

.card {
    width: fit-content;
    height: fit-content;
    background-color: rgb(238, 238, 238);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 25px;
    gap: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.055);
}
.swiper-banner{
}
.swiper-banner .swiper-slide-active
    img{
   animation: size-up 20s ease-out forwards;
    z-index: 999;
}
    @keyframes size-up {
   from {
    transform: scale(1); /* 初始状态，将元素缩小10倍 */
   }
   to {
    transform: scale(1.1); /* 终止状态，将元素放大35倍 */
   }
  }
.nybanner {
    position: relative;
    overflow: hidden;
    margin-top: 75px;
}
.nybanner
    img{
    width: 100%;
}
.nybanner .wz{
    top: -10%;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.nybanner .wzw{
  
}
.nybanner .wz
    h2{
    font-size: 32px;
    color: #fff;
    margin-top: 0%;
    padding: 1% 0%;
}
.nybanner .wz
    h3{
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}
.nybanner .wzw
    a{
    background: #0176c3;
    display: block;
    width: 124px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 15px;
    border-radius: 50px;
    color: #fff;
}
.swiper-ryzs .swiper-pagination-bullet{
    background: #2a95e5;
    opacity: 1;
}
.swiper-ryzs .swiper-pagination-bullet:
    after{
 content: "";
    width: .06rem;
    height: .06rem;
    border: 1px solid #2a95e5;
    border-radius: 50%;
    transition: .6s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
}


.swiper-ryzs .swiper-pagination-bullet-active:
    after{
    content: "";
    width: 30px;
    height: 30px;
    border: 1px solid #2a95e5;
    border-radius: 50%;
    transition: all 0.5s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
}
#shimmerWave {
    color: #2d97e5;
    font-size: 60px;
    font-weight: 600;
    perspective: 80px;
    transform-style: preserve-3d;
}
 
#shimmerWave
    span {
    position: relative;
    transition: all 0.3s ease;
    display: inline-block;
    -webkit-animation: wave 2.4s ease infinite;
    animation: wave 2.4s ease infinite;
    letter-spacing: 0.01em;
    transform-origin: 100% 50%;
    transform-style: preserve-3d;
}
 
#shimmerWave
    span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
 
#shimmerWave
    span:nth-child(2) {
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
}
 
#shimmerWave
    span:nth-child(3) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
 
#shimmerWave
    span:nth-child(4) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}
 
#shimmerWave
    span:nth-child(5) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
 
#shimmerWave
    span:nth-child(6) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
 
#shimmerWave
    span:nth-child(7) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
 
#shimmerWave
    span:nth-child(8) {
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}
 
#shimmerWave
    span:nth-child(9) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
 
#shimmerWave
    span:nth-child(10) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}
 
#shimmerWave
    span:nth-child(11) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
 
#shimmerWave
    span:nth-child(12) {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
}
 
#shimmerWave
    span:nth-child(13) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
 
#shimmerWave
    span:nth-child(14) {
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s;
}
 
#shimmerWave
    span:nth-child(15) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
 
#shimmerWave
    span:nth-child(16) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
 
#shimmerWave
    span:nth-child(17) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
 
#shimmerWave
    span:nth-child(18) {
    -webkit-animation-delay: 0.85s;
    animation-delay: 0.85s;
}
 
#shimmerWave
    span:nth-child(19) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
 
#shimmerWave
    span:nth-child(20) {
    -webkit-animation-delay: 0.95s;
    animation-delay: 0.95s;
}
 
#shimmerWave
    span:nth-child(21) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
    @-webkit-keyframes wave {
    0% {
        transform: translate3D(0, 0, 0) scale(1) rotateY(0);
    color: #2d97e5;
    text-shadow: 0 0 0 #2d97e5;
    }
 
    12% {
    transform: translate3D(2px, -2px, 2px) scale(1.16) rotateY(6deg);
    color: white;
    }
 
    15% {
    text-shadow: 0 0 2px #2d97e5;
    }
 
    24% {
    transform: translate3D(0, 0, 0) scale(1) rotateY(0);
    color: #6dc0d4;
    opacity: 1;
    }
 
    36% {
    transform: translate3D(0, 0, 0) scale(1);
    }
 
    100% {
    transform: scale(1);
    opacity: 0.8;
    }
}
    @keyframes wave {
    0% {
        transform: translate3D(0, 0, 0) scale(1) rotateY(0);
    color: #2d97e5;
    text-shadow: 0 0 0 #2d97e5;
    }
 
    12% {
    transform: translate3D(2px, -2px, 2px) scale(1.16) rotateY(6deg);
    color: white;
    }
 
    15% {
    text-shadow: 0 0 2px #2d97e5;
    }
 
    24% {
    transform: translate3D(0, 0, 0) scale(1) rotateY(0);
    color: #2d97e5;
    opacity: 1;
    }
 
    36% {
    transform: translate3D(0, 0, 0) scale(1);
    }
 
    100% {
    transform: scale(1);
    opacity: 0.8;
    }
} 
.banner_wz{
    position: absolute;
    top: 40%;
    left: 7%;
}
.banner_wz
    p{
 font-size: 22px;
    color: #fff;
}
.pro_xq_nrsj{
    margin: 0 auto;
    margin-bottom: 4%;
    }
.nrsj_bt{
    border-bottom: solid 1px #eee;}
.nrsj_bt
    span{
    display: inline-block;
    background: #f1f1f1;
    text-align: center;
    font-size: 16px;
    height: 52px;
    line-height: 52px;
    padding: 0px 62px;
    color: #999;
}
.nrsj_bt
    span.on{
    background: #333;
    color: #fff;
}
.nrsj_bt
    span:hover{
    color: #fff;
    background: #2a95e5;
}
.nrsj_nr{
    /* padding: 35px; */
    font-size: 16px;
    line-height: 2;
    max-width: 100%;}
.nrsj_nrw{
    display: none;
    width: 1600px;
    margin: 0 auto;
    max-width: 94%;
}
.nrsj_nrw.active{
    display: block;
}
#nava{
    background: #f9f9f9;
    overflow: hidden;
}
#nava
    li{
    float: left;
    width: 16.6666%;
    text-align: center;
    padding: 19px 0px;
    color: #000;}
#nava
    li.on{
    background: #2a95e5;
    color: #fff;
}
.nypro {
    width: 75%;}
    @media (max-width:768px) {
  .nypro {
    padding: 40px 0;
  }
}
.nypro_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 10px;
}
.nypro_list
    li {
  width: calc(33.33% - 20px);
    margin: 0 30px 40px 0;
    position: relative;
}
.nypro_list
    li:nth-child(3n) {
  margin-right: 0;
}
.nypro_list
    li:before,
.nypro_list li:after {
  content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.nypro_list
    li:before {
  background: #f1f1f1;
}
.nypro_list
    li:after {
  width: 0;
}
.nypro_list
    li:hover:after {
  width: 100%;
    background: #2a95e5;
}
.nypro_list
    li:hover .imgbox img {
  -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.nypro_list
    li:hover .imgbox .p1 {
  bottom: 0;
}
.nypro_list
    li:hover .art h4 {
  color: #2a95e5;
}
.nypro_list
    li:hover .art p{
 color: #2a95e5;
}
.nypro_list
    li .imgbox {
  width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border: solid 1px #2a95e5;
}
.nypro_list
    li .imgbox img {
  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.nypro_list
    li .imgbox .p1 {
  width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.78vw 0;
    background: rgb(42 149 229 / 70%);
    position: absolute;
    bottom: -60px;
    left: 0;
    color: #fff;
    font-size: 16px;
    font-family: "hs_l";
    font-weight: 300;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
    @media (max-width: 1680px) {
  .nypro_list li .imgbox .p1 {
    font-size: 14px;
  }
}
    @media (max-width: 1440px) {
  .nypro_list li .imgbox .p1 {
    font-size: 12px;
  }
}
    @media (max-width: 1280px) {
  .nypro_list li .imgbox .p1 {
    font-size: 10.66666667px;
  }
}
    @media (max-width: 1024px) {
  .nypro_list li .imgbox .p1 {
    font-size: 8.53333333px;
  }
}
    @media (max-width: 1680px) {
  .nypro_list li .imgbox .p1 {
    font-size: 16px;
  }
}
    @media (max-width: 1280px) {
  .nypro_list li .imgbox .p1 {
    font-size: 14px;
  }
}
.nypro_list
    li .imgbox .p1 i {
  font-size: 22px;
    margin-left: 10px;
}
    @media (max-width: 1680px) {
  .nypro_list li .imgbox .p1 i {
    font-size: 19.25px;
  }
}
    @media (max-width: 1440px) {
  .nypro_list li .imgbox .p1 i {
    font-size: 16.5px;
  }
}
    @media (max-width: 1280px) {
  .nypro_list li .imgbox .p1 i {
    font-size: 14.66666667px;
  }
}
    @media (max-width: 1024px) {
  .nypro_list li .imgbox .p1 i {
    font-size: 11.73333333px;
  }
}
    @media (max-width: 1680px) {
  .nypro_list li .imgbox .p1 i {
    font-size: 18px;
  }
}
    @media (max-width: 1440px) {
  .nypro_list li .imgbox .p1 i {
    font-size: 16px;
  }
}
.nypro_list
    li .art {
  padding: 1.3vw 0;
}
.nypro_list
    li .art p{
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.5s;
    color: #b9b9b9;
}
.nypro_list
    li .art h4 {
  font-size: 22px;
    color: #333333;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 0.26vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    @media (max-width: 1680px) {
  .nypro_list li .art h4 {
    font-size: 19.25px;
  }
}
    @media (max-width: 1440px) {
  .nypro_list li .art h4 {
    font-size: 16.5px;
  }
}
    @media (max-width: 1280px) {
  .nypro_list li .art h4 {
    font-size: 14.66666667px;
  }
}
    @media (max-width: 1024px) {
  .nypro_list li .art h4 {
    font-size: 11.73333333px;
  }
}
    @media (max-width: 1680px) {
  .nypro_list li .art h4 {
    font-size: 18px;
  }
}
    @media (max-width: 1440px) {
  .nypro_list li .art h4 {
    font-size: 16px;
  }
}
.nypro_list
    li .art .time {
  font-size: 16px;
    color: #b9b9b9;
    font-family: 'Arial';
}
    @media (max-width: 1680px) {
  .nypro_list li .art .time {
    font-size: 14px;
  }
}
    @media (max-width: 1440px) {
  .nypro_list li .art .time {
    font-size: 12px;
  }
}
    @media (max-width: 1280px) {
  .nypro_list li .art .time {
    font-size: 10.66666667px;
  }
}
    @media (max-width: 1024px) {
  .nypro_list li .art .time {
    font-size: 8.53333333px;
  }
}
    @media (max-width: 1680px) {
  .nypro_list li .art .time {
    font-size: 16px;
  }
}
    @media (max-width: 1280px) {
  .nypro_list li .art .time {
    font-size: 14px;
  }
}
    @media (max-width:1440px) {
  .nypro_list li {
    width: calc(33.33% - 13.33px);
    margin: 0 20px 30px 0;
  }
}
    @media (max-width:768px) {
  .nypro_list li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .nypro_list li .art {
    padding: 15px 0;
  }
}
    @media (max-width: 768px){
    #shimmerWave{
  font-size: 24px;
 }
 .banner_wz p{
    font-size: 20px;
 }
 .index_pro_nrimg ul li{
    width:50%;
 }
 .index_hf1_img img{
    height:200px;
 }
 .index_cjxb_nr ul li{
    width:50%;
 }
 .index_hyyy_nr ul{
    width: 100%;
    display: flex;
    flex-direction: row;
 }
 .index_hyyy_nr ul:nth-child(2){
    width: 100%;
 }
 .index_hyyy_nr{
    display: flex;
    flex-direction: column;
 }
 .index_hyyy_nr ul li{
    width: 50%;
    padding: 1%;
 }
 .index_hyyy_nr ul:nth-child(2) li{
    width:100%;
 }
 .index_abouta{
    display: flex;
    flex-direction: column;
 }
 .index_about_img{
    width: 100%;
 }
 .index_about_nr{
    width: 100%;}
 .index_about_wz h2{
    font-size: 30px;
 }
 .index_about_nr .index_hf1_btn{
    margin-top: 20px;
 }
 .index_news_nr ul{
    display: flex;
    flex-direction: column;
 }
 .index_news_nr ul li{
    width: 100%;
 }
};
}

footer .mid .right .ewm img {
    width: 100%;
    border: solid 2px #2a95e5;
}

footer .mid .right .ewm p {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}

footer .foot2 {
    background: #cccccc;
}

footer .bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    font-family: "hs_l";
    font-weight: 300;
    padding: 1.56vw 0 1.04vw;
}
footer .mid .right .art p{
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}
footer .mid .right .art a{
	font-size: 14px;
	color: #666666;
}
footer .mid .right .art a:hover{
	color: #2a95e5;
}
.foot_zxly{
    margin-top: 20px !important;
}
@media (max-width: 1680px) {
    footer .bot {
        font-size: 12.25px;
    }
}

@media (max-width: 1440px) {
    footer .bot {
        font-size: 10.5px;
    }
}

@media (max-width: 1280px) {
    footer .bot {
        font-size: 9.33333333px;
    }
}

@media (max-width: 1024px) {
    footer .bot {
        font-size: 7.46666667px;
    }
}

footer .bot *, footer .bot a {
    font-size: 14px;
    color: #333;
    font-family: "hs_l";
    font-weight: 300;
}

@media (max-width: 1680px) {
    footer .bot *, footer .bot a {
        font-size: 12.25px;
    }
}

@media (max-width: 1440px) {
    footer .bot *, footer .bot a {
        font-size: 10.5px;
    }
}

@media (max-width: 1280px) {
    footer .bot *, footer .bot a {
        font-size: 9.33333333px;
    }
}

@media (max-width: 1024px) {
    footer .bot *, footer .bot a {
        font-size: 7.46666667px;
    }
}

footer .bot a:hover {
    color: #2a95e5;
}

footer .bot .left {
    margin-bottom: 0.52vw;
    display: flex;
}

footer .bot .left a {
    margin-left: 10px;
}

footer .bot .left a:last-child {
    margin-left: 20px;
}

footer .bot .right {
    margin-bottom: 0.52vw;
    display: flex;
}

@media (max-width: 1440px) {
    footer .mid .left .a_s {
        margin-top: 10px;
    }

    footer .mid .left .a_s a {
        line-height: 26px;
    }

    footer .mid .right .art .info {
        line-height: 26px;
        margin-top: 10px;
    }

    footer .mid .right .ewm {
        width: 100px;
    }

    footer .mid .right .ewm p {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    footer .top {
        padding: 0px;
        position: relative;
        opacity: 1;
        transform: none;
    }

    footer .top .logo {
        display: none;
    }

    footer .top .tel {
        position: absolute;
        right: 0;
        top: 17px;
    }

    footer .top .tel .art {
        margin-right: 10px;
    }

    footer .top .tel span {
        font-size: 12px;
    }

    footer .top .tel p {
        font-size: 14px;
    }

    footer .top .tel img {
        width: 35px;
        height: 35px;
    }

    footer .mid {
        padding: 25px 0 15px;
        border-top: none;
        opacity: 1;
        transform: none;
    }

    footer .mid:before {
        display: none;
    }

    footer .mid .left {
        display: none;
    }

    footer .mid .right {
        width: 100%;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    footer .mid .right .art {
        width: 100%;
    }

    footer .mid .right .art h3 {
        font-size: 18px;
        padding-bottom: 35px;
        border-bottom: 1px solid #e6e6e6;
    }

    footer .mid .right .art .info {
        font-size: 14px;
        line-height: 22px;
    }

    footer .mid .right .ewm {
        width: 100%;
        display: none;
    }

    footer .bot {
        text-align: center;
        padding: 10px 0;
    }

    footer .bot .left {
        width: 100%;
    }

    footer .bot .right {
        width: 100%;
    }
}

.foot_logwz {
    margin-left: 10px;
}

.foot_logwz h1 {
    font-size: 25px;
    margin: 0;
    font-weight: bold;
}

.foot_logwz h2 {
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}
.join_book>form>article>.fr {
    max-width: 40%;
}

.join_book_wrap {
    width: 75%;
    padding-top: 10px;
}

.join_book_wrap>dl {
    margin-bottom: 2%;
    font-size: 16px;
}

.join_book_wrap>dl>input {
    display: inline-block;
    outline: none;
}

.join_book_wrap>dl>input.ip1 {
    width: 100%;
    background: #fff;
    border: none;
    padding: 1% 2%;
    margin-bottom: 2%;
    /* border: solid 1px #666; */
    border-radius: 5px;
}

.join_book_wrap>dl>select {
    cursor: pointer;
    width: 100%;
    display: inline-block;
    background: #f9f9f9;
    border: none;
    padding: 1.5% 2%;
    box-sizing: border-box;
    -webkit-appearance: none;
    color: #777;
    outline: none;
    margin-bottom: 1%;
    border: solid 1px #eee;
}

.join_book_wrap>dl>input.ip3 {
    width: 98.8%;
    background: #f3f3f3;
    border: none;
    padding: 1.5% 2%;
}

.join_book_wrap>dl>input.ip5 {
    background: #2a95e5;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    border: none;
    -webkit-appearance: none;
    width: 80px;
    height: 40px;
}

.join_book_wrap>dl>textarea.ip4 {
    width: 100%;
    background: #fff;
    border: none;
    padding: 1.5% 2%;
    min-height: 0.5rem;
    outline: none;
    height: 100px;
}
.index_pro{
    
}
.index_proa{
    
}
.index_pro_bt{
    margin-bottom: 20px;
}
.index_pro_bt h2{
    text-align: center;
    font-size: 32px;
}
.index_pro_bt p{
    text-align: center;
    font-size: 16px;
    color: #cccccc;
}
.index_pro_nr{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}
.index_pro_nrlm{
    
}
.index_pro_nrlm ul{display: flex;justify-content: space-between;align-items: center;}
.index_pro_nrlm ul li{
    width: 16.6666666666666666666666%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #ccc;
}
.index_pro_nrlm ul .on{
	border-bottom: solid 2px #2a95e5;
	background: #2a95e5;
	color: #fff;
}
.index_pro_nrlm ul .on a{
	color: #fff;
}
.index_pro_nrlm ul a{
    
}
.index_pro_nrimg{
    padding: 40px 0;
}
.index_pro_nrimgb{
	display:none;
}
.index_pro_nrimg .active{
	display:block;
}
.index_pro_nrimg ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.index_pro_nrimg ul li{
    width: 25%;
    margin-bottom: 1%;
}
.index_pro_nrimg ul li a{
    
}
.index_pro_nrimga{
    overflow: hidden;
    margin: 2%;
    box-shadow: 0 0 9px rgb(0 0 0 / 9%);
    border: solid 2px #2a95e5;
}
.index_pro_nrimg ul li a img{
    width: 100%;
    transition: all 0.5s;
}
.index_pro_nrimg ul li:hover .index_pro_nrimga img{
	transform: scale(1.02);
}
.index_proa .index_hf1_btn{
    margin-top: 0;
    text-align: center;
}
.pro{
  
}
.proa{
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}
.plate_pronyr{
  width: 78%;
}
.products{
}
.productsw{}
.productsw ul{overflow: hidden;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;}
.productsw ul li{
    margin: 0;
    border: solid 1px #eee;
    width: 31%;
    margin-bottom: 2%;
    margin-right: 2%;
}
.productsw ul li a{}
.productsw ul li .nr{
    background: #f5f5f5;
    padding: 9%;
    min-height: 70px;
}
.productsw ul li .nr .hx{
    display: block;
    width: 100%;
    height: 2px;
    background: #eee;
    margin-bottom: 10%;
    position: relative;
    display: none;
}
.productsw ul li .nr .hx::after{
    width: 60px;
    background: #2a95e5;
    z-index: 3;
    content: '';
    height: 3px;
    display: block;
    transition: all ease 0.5s;
}
.productsw ul li:hover .nr .hx::after{
    width: 100%;
    content: '';
   
}
.productsw ul li:hover .nr{
    background: #2a95e5;
}
.productsw ul li:hover .nr h2{
    color: #fff;
}
.productsw ul li:hover .nr p{
    color: #fff;
}
.productsw ul li .nr h2{
    font-weight: bold;
    font-size: 18px;
}
.productsw ul li .nr p{
    font-size: 13px;
    color: #666;
    line-height: 2;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    margin-top: 4%;
    margin-left: 0%;
}
.productsw ul li .nr h3{
    font-size: 14px;
    color: #666;
    margin-top: 2%;
    display: none;
}
.productsw ul li .img{
    width: 100%;
}
.productsw ul li .img img{
    width: 100%;
    max-height: 200px;
}
.productsw ul li .nr h6{
    display: inline-block;
    clear: both;
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    margin: 30px 0 0;
    padding-right: 25px;
    background: url(../images/right1.png) right center no-repeat;
    display: none;
}
.font18{
  font-size: 32px;
  color: #2a95e5;
}
.fly {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 47px;
    max-width: 100%;
}

.page-status,.page-index,.page-last {
    display: none;
}

.page-pre,.page-next {
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    height: 30px;
    background-color: #ddd;
    line-height: 30px;
}

.page-pre:hover,.page-next:hover {
    background-color: #2a95e5;
}

.page-pre:hover a,.page-next:hover a {
    color: #fff;
}

.page-pre a,.page-next a {
    display: block;
    color: #fff;
}

.page-next a {
}

.page-numbar {
    display: inline-block;
    margin: 0px 3px;
}

.page-numbar a {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    margin: 0px 2px;
    background: #f9f9f9;
    line-height: 30px;
    color: #999;
}

.page-numbar a:hover {
    background-color: #2a95e5;
    color: #fff;
}
.news {width: 75%;}
@media (max-width:768px) {
  .news {
    padding: 40px 0;
    width: 100%;
  }
}
.news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 10px;
}
.news_list li {
  width: calc(33.33% - 20px);
  margin: 0 30px 40px 0;
  position: relative;
}
.news_list li:nth-child(3n) {
  margin-right: 0;
}
.news_list li:before,
.news_list li:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_list li:before {
  background: #f1f1f1;
}
.news_list li:after {
  width: 0;
}
.news_list li:hover:after {
  width: 100%;
  background: #2a95e5;
}
.news_list li:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.news_list li:hover .imgbox .p1 {
  bottom: 0;
}
.news_list li:hover .art h4 {
  color: #2a95e5;
}
.news_list li:hover .art p{
	color: #2a95e5;
}
.news_list li .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 62.78%;
  position: relative;
  overflow: hidden;
  border: solid 2px #2a95e5;
}
.news_list li .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_list li .imgbox .p1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.78vw 0;
  background: rgb(42 149 229 / 70%);
  position: absolute;
  bottom: -60px;
  left: 0;
  color: #fff;
  font-size: 16px;
  font-family: "hs_l";
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .news_list li .imgbox .p1 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_list li .imgbox .p1 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_list li .imgbox .p1 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_list li .imgbox .p1 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .news_list li .imgbox .p1 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .news_list li .imgbox .p1 {
    font-size: 14px;
  }
}
.news_list li .imgbox .p1 i {
  font-size: 22px;
  margin-left: 10px;
}
@media (max-width: 1680px) {
  .news_list li .imgbox .p1 i {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .news_list li .imgbox .p1 i {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .news_list li .imgbox .p1 i {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_list li .imgbox .p1 i {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .news_list li .imgbox .p1 i {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .news_list li .imgbox .p1 i {
    font-size: 16px;
  }
}
.news_list li .art {
  padding: 1.3vw 0;
}
.news_list li .art p{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.5s;
  color: #b9b9b9;
}
.news_list li .art h4 {
  font-size: 22px;
  color: #333333;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 0.26vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .news_list li .art h4 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .news_list li .art h4 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .news_list li .art h4 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_list li .art h4 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .news_list li .art h4 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .news_list li .art h4 {
    font-size: 16px;
  }
}
.news_list li .art .time {
  font-size: 16px;
  color: #b9b9b9;
  font-family: 'Arial';
}
@media (max-width: 1680px) {
  .news_list li .art .time {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_list li .art .time {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_list li .art .time {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_list li .art .time {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .news_list li .art .time {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .news_list li .art .time {
    font-size: 14px;
  }
}
@media (max-width:1440px) {
  .news_list li {
    width: calc(33.33% - 13.33px);
    margin: 0 20px 30px 0;
  }
}
@media (max-width:768px) {
  .news_list li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .news_list li .art {
    padding: 15px 0;
  }
}
.lian-news-detail {}
.lian-news-detail-top {border-bottom: 1px solid #e5e5e5;padding-bottom: 3%;overflow: hidden;}
.lian-news-detail-top-left {float: left;width: 25%;}
.lian-news-detail-top-right {width: 100%;}
.lian-news-detail-top-right .date-1{color: #2a95e5;}
.lian-news-detail-top-right .title-1 h1{margin: 0;padding: 0;margin-top: 2%;}
.lian-news-detail-center {padding: 3% 0;overflow: hidden;}
.lian-news-detail-center-left {float: left;width: 20%;box-shadow: 0 0 9px rgb(0 0 0 / 9%);padding: 2%;height: 100%;}	 
.lian-news-detail-center-nav {overflow: hidden;margin-top:10%;}
.lian-news-detail-center-nav a {display: block;margin: 4% 0;}
.lian-news-detail-center-nav span {display: inline-block;position: relative;padding: 4%;border-bottom: 1px solid #e6e6e6;width: 100%;}
.lian-news-detail-center-nav span::after {content: '';width: 0px;height: 1px;background: #2a95e5;position: absolute;left: 0;bottom: 0;transition:all .4s ease;}
.lian-news-detail-center-nav a.cur span,.lian-news-detail-center-nav a:hover span,.lian-news-detail-center-nav:hover a.cur:hover span{color: #2a95e5;}
.lian-news-detail-center-nav a.cur span::after,.lian-news-detail-center-nav a:hover span::after,.lian-news-detail-center-nav:hover a.cur:hover span::after {display: block;width: 100%;}
.lian-news-detail-center-nav:hover a.cur span{color: #000;}
.lian-news-detail-center-nav:hover a.cur span::after {width: 0;}
.lian-news-detail-center-right {float: left;width: 75%;}
.lian-news-detail-center-main {color: #666666;}
.lian-news-detail-center-main img {max-width: 100% !important;height: auto!important;}
.lian-news-detail-bottom {border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;overflow: hidden;position: relative;}
.lian-news-detail-bottom a{position: relative;display: block;}
.lian-news-detail-bottom i{width: .6rem;height: 1rem;position: absolute;left: 0;top: 50%;transform: translateY(-50%);background: url('../images/r1.svg') center no-repeat;background-size: 100%;filter: invert(100%) grayscale(100%) brightness(0.5);opacity: .5;}
.lian-news-detail-bottom a.next,.lian-news-detail-bottom a.prev{position: absolute;top: 50%;transform: translateY(-50%);width: 40%;}
.lian-news-detail-bottom a.next i{left: auto;right: 0;}
.lian-news-detail-bottom span{color: #999999;margin: 0 3%;width: 50%;display: inline-block;}
.lian-news-detail-bottom a.prev{padding-left: 2rem;float: left;width: 40%;}
.lian-news-detail-bottom a.prev i {transform: rotate(180deg) translateY(-50%) ;top: 0;}
.lian-news-detail-bottom a.next{padding-right: 2rem;float: right;width: 40%;text-align: right;right: 0;}
.lian-news-detail-bottom a.return {width: 10rem;height: 10rem;margin: auto;}
.lian-news-detail-bottom a.return i{width: 2rem;height: .1rem;background: #000;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 1;filter:none;}
.lian-news-detail-bottom a.return i::after,.lian-news-detail-bottom a.return i::before{content: '';width: 100%;height: .1rem;background: #000;left: 0;position: absolute;}
.lian-news-detail-bottom a.return i::after {margin-top: 6px;}
.lian-news-detail-bottom a.return i::before {margin-top: -6px;}
.lian-news-detail-bottom a.return:hover {background: #2a95e5;}
.lian-news-detail-bottom a.return:hover i,.lian-news-detail-bottom a.return:hover i::after,.lian-news-detail-bottom a.return:hover i::before{background: #fff;opacity: 1;filter: none;}
.lian-news-detail-bottom a:hover span {color: #000;}
.lian-news-detail-bottom a:hover i {filter: invert(0) grayscale(0) brightness(1.5);opacity: 1;}
.fwzc{
}
.fwzcnr{
    /* width: 75%; */
}
.ejdh {}

.ejdhwa {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* border: 1px solid #eee; */
    background-color: #fff;
    padding: 2rem;

}

.ejdhwa a {
    line-height: normal;
    background: rgb(255 255 255);
    color: #666666;
    padding: 0;
    margin: 0px 2px;
    display: block;
    line-height: 1.35;
    font-size: 16px;
    color: #666666;
}

.ejdhwa a:hover {
    color: #2a95e5
}

.ejdhwa a:hover+.class2 {
    display: block;
}

.ejdhwa ul {
    display: flex;
    margin: 0;
    flex-direction: column;
    width: 100%;
    align-items: center;
    border: 1px solid #eee;
    padding: 2rem;
}

.ejdhwa ul li {
    display: flex;
    margin: 0;
    padding: 1rem 0;
    border-bottom: 1px solid #e3e3e3;
    flex-direction: column;
    width: 80%;
}

.class2:hover {
    display: block;
}

.ejdhwa ul li p {
    font-size: 22px;
    margin: 0;
    color: #2a95e5;
    font-weight: bold;
}

.ejdhwa ul li ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0;
    padding: 0;
    border: 0;
}

.ejdhwa ul li ul li {
    border: none;
    padding: 0;
    width: 100%;
}

.ejdhwa ul li ul li a {
    padding-top: 10px;
    font-size: 14px;
}

.ejdhwa ul li ul li:hover a {
    background: #fff;
    color: #2a95e5;
    font-weight: bold;
}
.ejdh{
    background: #f3f3f3;
}
.ejdhw{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.ejdhw a{
    width: 156px;
    height: 70px;
    color: #666;
    line-height: 70px;
    font-size: 16px;
    text-align: center;
}
.ejdhw .cur{
      background: #2a95e5;
    color: #fff;
}
.ejdhw a:hover{
    background: #2a95e5;
    color: #fff;
}
.gsjjt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gsjjt .nr{
    width: 44%;
}
.gsjjt .nr h2{
    font-size: 48px;
    color: #333;
    font-family: Futura Md BT;
    text-transform: uppercase;
}
.gsjjt .nr h3{
    margin-bottom: 6%;
}
.gsjjt .nr h4{
    font-size: 24px;
}
.gsjjt .nr p{
    line-height: 1.5;
    font-size: 16px;
    color: #666;
    margin-top: 6%;
    text-align: justify;
}
.gsjjt .img{
    width: 50%;
}
.gsjjt .img img{
    width: 100%;
}
.gsjjb {
    display: flex;
    margin-top: 4%;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}
.gsjjbl{
    background: #f3f3f3;
    width: 63%;
    text-align: center;
    padding: 68px 6%;
}
.gsjjbr{
    background: #f3f3f3;
    width: 34%;
    text-align: center;
    padding: 80px 6%;
}
.gsjjb img{}
.gsjjb h2{
    font-size: 22px;
    margin-top: 3%;
    margin-bottom: 3%;
}
.gsjjb p{line-height: 40px;font-size: 16px;color: #666;}
.about{
	margin: 20px 0;
}
.video {}
@media (max-width:768px) {
  .video {
    padding: 40px 0;
  }
}
.video_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 10px;
}
.video_list li {
  width: calc(23.33% - 20px);
  margin: 0 30px 40px 0;
  position: relative;
}
.video_list li:nth-child(3n) {
}
.video_list li:before,
.video_list li:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.video_list li:before {
  background: #f1f1f1;
}
.video_list li:after {
  width: 0;
}
.video_list li:hover:after {
  width: 100%;
  background: #2a95e5;
}
.video_list li:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.video_list li:hover .imgbox .p1 {
  bottom: 0;
}
.video_list li:hover .art h4 {
  color: #2a95e5;
}
.video_list li:hover .art p{
	color: #2a95e5;
}
.video_list li .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 62.78%;
  position: relative;
  overflow: hidden;
  border: solid 2px #2a95e5;
}
.video_list li .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.video_list li .imgbox .p1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.78vw 0;
  background: rgb(42 149 229 / 70%);
  position: absolute;
  bottom: -60px;
  left: 0;
  color: #fff;
  font-size: 16px;
  font-family: "hs_l";
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .video_list li .imgbox .p1 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .video_list li .imgbox .p1 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .video_list li .imgbox .p1 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .video_list li .imgbox .p1 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .video_list li .imgbox .p1 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .video_list li .imgbox .p1 {
    font-size: 14px;
  }
}
.video_list li .imgbox .p1 i {
  font-size: 22px;
  margin-left: 10px;
}
@media (max-width: 1680px) {
  .video_list li .imgbox .p1 i {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .video_list li .imgbox .p1 i {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .video_list li .imgbox .p1 i {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .video_list li .imgbox .p1 i {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .video_list li .imgbox .p1 i {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .video_list li .imgbox .p1 i {
    font-size: 16px;
  }
}
.video_list li .art {
  padding: 1.3vw 0;
}
.video_list li .art p{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.5s;
  color: #b9b9b9;
}
.video_list li .art h4 {
  font-size: 22px;
  color: #333333;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 0.26vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .video_list li .art h4 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .video_list li .art h4 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .video_list li .art h4 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .video_list li .art h4 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .video_list li .art h4 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .video_list li .art h4 {
    font-size: 16px;
  }
}
.video_list li .art .time {
  font-size: 16px;
  color: #b9b9b9;
  font-family: 'Arial';
}
@media (max-width: 1680px) {
  .video_list li .art .time {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .video_list li .art .time {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .video_list li .art .time {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .video_list li .art .time {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .video_list li .art .time {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .video_list li .art .time {
    font-size: 14px;
  }
}
@media (max-width:1440px) {
  .video_list li {
    width: calc(24.33% - 13.33px);
    margin: 0 20px 30px 0;
  }
}
@media (max-width:768px) {
  .video_list li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .video_list li .art {
    padding: 15px 0;
  }
}
.qyryxq{
  
}
.qyryxqa{
}
.qyryxqbt{
  
}
.qyryxq h2{
  color: #333;
  font-size: 32px;
  font-weight: bold;
  border-bottom: solid 1px #fff;
  text-align: center;
  margin: 2% 0;
}
.qyryxqnr{margin-bottom: 60px;}
.qyryxqnr ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.qyryxqnr ul li{
  width: 23%;
  margin: 1%;
  padding: 1%;
  border: solid 1px #2a95e5;
}
.qyryxqnr ul li img{
  width: 100%;
}
.lxwm_ny {
    position: relative;
    margin: 100px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.lxwm_nyl {
    width: 40%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.lxwm_nyl img {
    width: auto;
}

.lxwm_nylt {
}

.lxwm_nyl h2 {
    color: #333;
    font-size: 32px;
    font-weight: bold;
    border-bottom: solid 1px #fff;
    padding-bottom: 5%;
    margin-bottom: 5%;
}

.lxwm_nyl h3 {
    font-size: 20px;
    color: #fff;
}

.lxwm_nyl p {
    color: #666;
    line-height: 2;
    padding: 0%;
    margin: 0%;
}

.lxwm_nyr {
    width: 55%;
}

.zxly {
    padding-top: 5%;
}

.zxlyt {
    overflow: hidden;
}

.zxlyt p {
    float: left;
    width: 47%;
    margin-right: 2%;
}

.zxlyt p:nth-child(3) {
    width: 100%;
    margin: 0%;
    margin-top: 6%;
}

.zxlyt p span {
    display: block;
    font-size: 16px;
}

.zxlyt p input {
    border: 0;
    border-bottom: solid 1px #eee;
    width: 100%;
    padding-top: 2%;
    color: #999;
    padding-bottom: 2%;
    font-size: 13px;
}

.zxlyt p span {
}

.zxlyt p textarea {
    border: 0;
    border-bottom: solid 1px #eee;
    width: 98%;
    padding-top: 2%;
    color: #999;
    padding-bottom: 2%;
    font-size: 13px;
    outline: none;
}

.zxlyb {
}

.zxlyb input {
    width: 100%;
    border: 0;
    background: #2a95e5;
    margin-top: 4%;
    padding: 2% 0%;
    color: #fff;
    font-size: 16px;
}

.card {
    width: fit-content;
    height: fit-content;
    background-color: rgb(238, 238, 238);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 25px;
    gap: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.055);
}
.swiper-banner{
}
.swiper-banner .swiper-slide-active img{
   animation: size-up 20s ease-out forwards;
   z-index: 999;
}
	@keyframes size-up {
			from {
				transform: scale(1); /* 初始状态，将元素缩小10倍 */
			}
			to {
				transform: scale(1.1); /* 终止状态，将元素放大35倍 */
			}
		}
.nybanner {
    position: relative;
    overflow: hidden;
    margin-top: 75px;
}
.nybanner img{
    width: 100%;
}
.nybanner .wz{
    top: -10%;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.nybanner .wzw{
  
}
.nybanner .wz h2{
    font-size: 32px;
    color: #fff;
    margin-top: 0%;
    padding: 1% 0%;
    display: none;
}
.nybanner .wz h3{
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 40px;
}
.nybanner .wzw a{
    background: #0176c3;
    display: block;
    width: 124px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 15px;
    border-radius: 50px;
    color: #fff;
}
.swiper-ryzs .swiper-pagination-bullet{
	background: #2a95e5;
	opacity: 1;
}
.swiper-ryzs .swiper-pagination-bullet:after{
	content: "";
    width: .06rem;
    height: .06rem;
    border: 1px solid #2a95e5;
    border-radius: 50%;
    transition: .6s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
}


.swiper-ryzs .swiper-pagination-bullet-active:after{
    content: "";
    width: 30px;
    height: 30px;
    border: 1px solid #2a95e5;
    border-radius: 50%;
    transition: all 0.5s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
}
#shimmerWave {
    color: #ffffff;
    font-size: 38px;
    font-weight: 600;
    perspective: 80px;
    transform-style: preserve-3d;
    margin-bottom: 20px;
}
 
#shimmerWave span {
    position: relative;
    transition: all 0.3s ease;
    display: inline-block;
    -webkit-animation: wave 2.4s ease infinite;
    animation: wave 2.4s ease infinite;
    letter-spacing: 0.01em;
    transform-origin: 100% 50%;
    transform-style: preserve-3d;
}
 
#shimmerWave span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
 
#shimmerWave span:nth-child(2) {
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
}
 
#shimmerWave span:nth-child(3) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
 
#shimmerWave span:nth-child(4) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}
 
#shimmerWave span:nth-child(5) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
 
#shimmerWave span:nth-child(6) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
 
#shimmerWave span:nth-child(7) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
 
#shimmerWave span:nth-child(8) {
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}
 
#shimmerWave span:nth-child(9) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
 
#shimmerWave span:nth-child(10) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}
 
#shimmerWave span:nth-child(11) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
 
#shimmerWave span:nth-child(12) {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
}
 
#shimmerWave span:nth-child(13) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
 
#shimmerWave span:nth-child(14) {
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s;
}
 
#shimmerWave span:nth-child(15) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
 
#shimmerWave span:nth-child(16) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
 
#shimmerWave span:nth-child(17) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
 
#shimmerWave span:nth-child(18) {
    -webkit-animation-delay: 0.85s;
    animation-delay: 0.85s;
}
 
#shimmerWave span:nth-child(19) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
 
#shimmerWave span:nth-child(20) {
    -webkit-animation-delay: 0.95s;
    animation-delay: 0.95s;
}
 
#shimmerWave span:nth-child(21) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
 
@-webkit-keyframes wave {
    0% {
        transform: translate3D(0, 0, 0) scale(1) rotateY(0);
        color: #2d97e5;
        text-shadow: 0 0 0 #2d97e5;
    }
 
    12% {
        transform: translate3D(2px, -2px, 2px) scale(1.16) rotateY(6deg);
        color: white;
    }
 
    15% {
        text-shadow: 0 0 2px #2d97e5;
    }
 
    24% {
        transform: translate3D(0, 0, 0) scale(1) rotateY(0);
        color: #6dc0d4;
        opacity: 1;
    }
 
    36% {
        transform: translate3D(0, 0, 0) scale(1);
    }
 
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}
 
@keyframes wave {
    0% {
        transform: translate3D(0, 0, 0) scale(1) rotateY(0);
        color: #2d97e5;
        text-shadow: 0 0 0 #2d97e5;
    }
 
    12% {
        transform: translate3D(2px, -2px, 2px) scale(1.16) rotateY(6deg);
        color: white;
    }
 
    15% {
        text-shadow: 0 0 2px #2d97e5;
    }
 
    24% {
        transform: translate3D(0, 0, 0) scale(1) rotateY(0);
        color: #2d97e5;
        opacity: 1;
    }
 
    36% {
        transform: translate3D(0, 0, 0) scale(1);
    }
 
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}	
.banner_wz{
	position: absolute;
	top: 40%;
	left: 7%;
}
.banner_wz p{
	font-size: 32px;
	color: #fff;
}
.pro_xq_nrsj{
    margin: 0 auto;
    margin-bottom: 4%;
    }
.nrsj_bt{border-bottom: solid 1px #eee;}
.nrsj_bt span{
    display: inline-block;
    background: #f1f1f1;
    text-align: center;
    font-size: 16px;
    height: 52px;
    line-height: 52px;
    padding: 0px 62px;
    color: #999;
}
.nrsj_bt span.on{
    background: #333;
    color: #fff;
}
.nrsj_bt span:hover{
    color: #fff;
    background: #2a95e5;
}
.nrsj_nr{
    /* padding: 35px; */
    font-size: 16px;
    line-height: 2;
max-width: 100%;}
.nrsj_nrw{
    display: none;
    width: 1600px;
    margin: 0 auto;
    max-width: 94%;
}
.nrsj_nrw.active{
    display: block;
}
#nava{
    background: #f9f9f9;
    overflow: hidden;
}
#nava li{
    float: left;
    width: 16.6666%;
    text-align: center;
    padding: 19px 0px;
color: #000;}
#nava li.on{
    background: #2a95e5;
    color: #fff;
}
.nypro {width: 75%;}
@media (max-width:768px) {
  .nypro {
    padding: 40px 0;
  }
}
.nypro_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 10px;
}
.nypro_list li {
  width: calc(33.33% - 20px);
  margin: 0 30px 40px 0;
  position: relative;
}
.nypro_list li:nth-child(3n) {
  margin-right: 0;
}
.nypro_list li:before,
.nypro_list li:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nypro_list li:before {
  background: #f1f1f1;
}
.nypro_list li:after {
  width: 0;
}
.nypro_list li:hover:after {
  width: 100%;
  background: #2a95e5;
}
.nypro_list li:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.nypro_list li:hover .imgbox .p1 {
  bottom: 0;
}
.nypro_list li:hover .art h4 {
  color: #2a95e5;
}
.nypro_list li:hover .art p{
	color: #2a95e5;
}
.nypro_list li .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border: solid 2px #2a95e5;
}
.nypro_list li .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nypro_list li .imgbox .p1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.78vw 0;
  background: rgb(42 149 229 / 70%);
  position: absolute;
  bottom: -60px;
  left: 0;
  color: #fff;
  font-size: 16px;
  font-family: "hs_l";
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .nypro_list li .imgbox .p1 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .nypro_list li .imgbox .p1 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .nypro_list li .imgbox .p1 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .nypro_list li .imgbox .p1 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .nypro_list li .imgbox .p1 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .nypro_list li .imgbox .p1 {
    font-size: 14px;
  }
}
.nypro_list li .imgbox .p1 i {
  font-size: 22px;
  margin-left: 10px;
}
@media (max-width: 1680px) {
  .nypro_list li .imgbox .p1 i {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .nypro_list li .imgbox .p1 i {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .nypro_list li .imgbox .p1 i {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .nypro_list li .imgbox .p1 i {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .nypro_list li .imgbox .p1 i {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .nypro_list li .imgbox .p1 i {
    font-size: 16px;
  }
}
.nypro_list li .art {
  padding: 1.3vw 0;
}
.nypro_list li .art p{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.5s;
  color: #b9b9b9;
}
.nypro_list li .art h4 {
  font-size: 22px;
  color: #333333;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 0.26vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .nypro_list li .art h4 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .nypro_list li .art h4 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .nypro_list li .art h4 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .nypro_list li .art h4 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .nypro_list li .art h4 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .nypro_list li .art h4 {
    font-size: 16px;
  }
}
.nypro_list li .art .time {
  font-size: 16px;
  color: #b9b9b9;
  font-family: 'Arial';
}
@media (max-width: 1680px) {
  .nypro_list li .art .time {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .nypro_list li .art .time {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .nypro_list li .art .time {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .nypro_list li .art .time {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .nypro_list li .art .time {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .nypro_list li .art .time {
    font-size: 14px;
  }
}
@media (max-width:1440px) {
  .nypro_list li {
    width: calc(33.33% - 13.33px);
    margin: 0 20px 30px 0;
  }
}
@media (max-width:768px) {
  .nypro_list li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .nypro_list li .art {
    padding: 15px 0;
  }
}
.yqlj{
	background: #cccccc;
	padding: 10px 60px;
}
.yqlj{
	display: flex;
	border-bottom: 1px solid #e6e6e6;
}
.yqlj p{
	color: #666666;
}
.yqlj a{
	margin-right: 20px;
	color: #666666;
}
/*fudongkefu------------------------------------------------*/
.fh_kf{
    position: fixed;
    right: 1%;
    bottom: 16%;
    z-index: 99;
}
.fh_kf .tba{
    width: 70px;
    background: #2a95e5;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 4%;
    padding: 9px 0px;
    position: relative;
    }
.fh_kf .dh{display: none;}
.fh_kf .tba:hover .dh{display: block;position: absolute;right: 76px;background: #2a95e5;top: 0px;height: 69px;width: 300%;border-radius: 5px;text-align: center;line-height: 69px;color: #fff;font-size: 18px;padding: 0px 21px;}
.fh_kf .tba img{
}
.fh_kf .tba span{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.tba .gzhwx {
    top: 0%;
    right: 76px;
    position: absolute;
    z-index: 99;
    display: none;
}
.tba:hover .gzhwx {
    display: block;
}
.tba:hover .gzhwx img{width: 140px;}
.fh_kf .tbb{
    background: #2a95e5;
    width: 70px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 4%;
}
.fh_kf .tbc{
    background: #e30000;
    width: 70px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 4%;
    cursor: pointer;
    }
.fh_kf .tbc a{
	color:#fff;
}
/*fudongkefu------------------------------------------------*/
@media (max-width: 768px){
    #shimmerWave{
		font-size: 16px;
	}
	.banner_wz p{
		font-size: 16px;
	}
	.index_pro_nrimg ul li{
		width:50%;
	}
	.index_hf1_img img{
		height:200px;
	}
	.index_cjxb_nr ul li{
		width:50%;
	}
	.index_hyyy_nr ul{
		width: 100%;
		display: flex;
		flex-direction: row;
	}
	.index_hyyy_nr ul:nth-child(2){
		width: 100%;
	}
	.index_hyyy_nr{
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
	}
	.index_hyyy_nr ul li{
		width: 50%;
		padding: 1%;
	}
	.index_hyyy_nr ul:nth-child(2) li{
		width:100%;
	}
	.index_abouta{
		display: flex;
		flex-direction: column;
	}
	.index_about_img{
		width: 100%;
	}
	.index_about_nr{width: 100%;}
	.index_about_wz h2{
		font-size: 30px;
	}
	.index_about_nr .index_hf1_btn{
		margin-top: 20px;
	}
	.index_news_nr ul{
		display: flex;
		flex-direction: column;
	}
	.index_news_nr ul li{
		width: 100%;
	}
	.nybanner{
		margin-top: 0;
	}
	.nybanner .wz h3{
		font-size: 18px;
		margin-top: 30px;
	}
	.proa{
		display: flex;
		flex-direction: column;
	}
	.lian-news-detail-center-left{
		width: 100%;
	}
	.nypro{
		width: 100%;
	}
	.fadeInLeft{
		text-align: center;
	}
	.lian-news-detail-center-nav{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0;
	}
	.lian-news-detail-center-nav a{
		width: 48%;
	}
	.lian-news-detail-center-right{
		width:100%;
	}
	.content video{
		max-width: 100%;
	}
	.gsjjt{
		display: flex;
		flex-direction: column;
	}
	.gsjjt .nr{
		width: 100%;
	}
	.gsjjt .img{
		width: 100%;
	}
	.qyryxqnr ul li{
		width: 48%;
	}
	.lxwm_ny{
		display: flex;
		flex-direction: column;
	}
	.lxwm_nyl{
		width: 100%;
	}
	.lxwm_nyr{width: 100%;}
	.p60{
		padding: 20px 0;
	}
	.index_cjxb{
		
	}
	.index_news_bt h2{
		font-size: 22px;
		font-weight: bolder;
	}
	.index_news_bt p{
		font-size: 14px;
	}
	.index_pro_bt h2{
		font-size: 22px;
		font-weight: bolder;
	}
	.index_pro_bt p{
		font-size: 14px;
	}
	.index_cjxb_bt h2{
		font-size: 22px;
		font-weight: bolder;
	}
	.index_cjxb_bt p{
		font-size: 14px;
	}
	.index_hyyy_bt h2{
		font-size: 22px;
		font-weight: bolder;
	}
	.index_hyyy_bt p{
		font-size: 14px;
	}
	.index_ryzs_bt h2{
		font-size: 22px;
		font-weight: bolder;
	}
	.index_ryzs_bt p{
		font-size: 14px;
	}
	.index_pro_nr{
		margin-top: 0;
	}
	.index_pro_nrimg{
		padding: 20px 0;
	}
	.index_cjxb_nr{
		margin-bottom:20px;
	}
	.fh_kf{
		bottom: 0;
		display: flex;
		flex-direction: row;
		right: 0;
		width: 100%;
	}
	.fh_kf .tbc{
		display:none;
	}
	.fh_kf .tba{
		margin-bottom: 0;
		border-radius: 0px;
		width: 25%;
	}
	.fh_kf .tba:hover .dh{
		display:none;
	}
	.yqlj{
		display: none;
	}
	footer{
		margin-bottom: 30px;
	}
}
