@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

img {
  border: none;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
}

html, body {
  font-family: "SourceHanSans-Regular", "Microsoft YaHei", "微软雅黑", "Arial";
  color: #272727;
  font-size: 12px;
  background-color: #ffffff;
}

html {
  overflow-x: hidden;
  font-size: 625%;
}

/*10*/
body a {
  outline: none;
  blr: expression(this.onFocus=this.blur());
}
/*
@font-face {
  font-family: "SourceHanSans-Regular";
  src: url("../font/Source-Han-Sans-Regular.woff") format("woff"),
    url("../font/Source-Han-Sans-Regular.eot") format("embedded-opentype"),
    url("../font/Source-Han-Sans-Regular.otf") format("opentype");
}

@font-face {
  font-family: "SourceHanSans-Bold";
  src: url("../font/Source-Han-Sans-Bold.woff") format("woff"),
    url("../font/Source-Han-Sans-Bold.eot") format("embedded-opentype"),
    url("../font/Source-Han-Sans-Bold.otf") format("opentype");
}*/

@font-face {
  font-family: "SourceHanSans-Regular";
  src: url("https://siyuanheit.oss-cn-qingdao.aliyuncs.com/Source-Han-Sans-Regular.woff") format("woff"),
    url("https://siyuanheit.oss-cn-qingdao.aliyuncs.com/Source-Han-Sans-Regular.eot") format("embedded-opentype"),
    url("https://siyuanheit.oss-cn-qingdao.aliyuncs.com/Source-Han-Sans-Regular.otf") format("opentype");
}

@font-face {
  font-family: "SourceHanSans-Bold";
  src: url("https://siyuanheit.oss-cn-qingdao.aliyuncs.com/Source-Han-Sans-Bold.woff") format("woff"),
    url("https://siyuanheit.oss-cn-qingdao.aliyuncs.com/Source-Han-Sans-Bold.eot") format("embedded-opentype"),
    url("https://siyuanheit.oss-cn-qingdao.aliyuncs.com/Source-Han-Sans-Bold.otf") format("opentype");
}


@media screen and (max-width:1450px) {
  html {
    font-size: 562.5%;
  }

  /*9*/
}


@media screen and (max-width:1150px) {
  html {
    font-size: 500%;
  }

  /*8*/
}

/*gundong*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 0px;
  background: #dddddd;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #0d57a7;
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: #0d57a7;
}

@keyframes animate {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1.00);
  }
}

/* public */
.index_container {
  width: 1380px;
  margin: 0 auto;
}

.top_mag{
  margin-top: 5.7%;
}

@media screen and (max-width:1450px) {
  .index_container {
    width: 90% !important;
  }
}

@media screen and (max-width:1024px) {
  .index_container {
    width: 92% !important;
  }
  .top_mag {
    margin-top: 0;
  }

}

:root {
  --color-green: #0d57a7;
  --color-blue: #0d57a7;
  --color-white: #fff;
  --word-color33: #333333;
  --word-color44: #444444;
  --word-color55: #555555;
  --word-color66: #666666;
  --word-color63: #636363;
  --word-color56: #565656;
  --word-color94: #949393;
  --input-radius: 10px;
}

/*loadding*/
.loading_content {
    width: 100%;
    height: 100%;
    background: #0d57a7;
    opacity: 1;
    position: fixed;
    background-image: linear-gradient(to bottom right, #0d57a7,#0d57a7);
}
.loading_center{

	position:absolute;
	left:50%;
	top:50%;
  display: table; text-align: center;
  margin-left: -125px;
  margin-top: -98.5px;

}

.loading_center img{ width: 250px; height: auto;}



@media screen and (max-width:560px){
.loading_center img{ width: 150px;}

.loading_center{
  margin-left: -75px;
  margin-top: -80px;
}
}


/* top */
.top_container {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  transition-duration: .8s;
  -ms-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -webkit-transition-duration: .8s;
}

/* top_tool */
.top_tool {
  float: right;
  background: linear-gradient(135deg, transparent 0.5rem, #0d57a7 0)top left;
  height: 0.5rem;
  box-sizing: border-box;
  padding-left: 0.94rem;
  padding-right: 2000px;
  margin-right: -2000px;
  overflow: hidden;
}

.top_tool a {
  display: block;
  font-size: 0.18rem;
  line-height: 1.5em;
  color: #fff;
  float: left;
  font-family: "SourceHanSans-Bold";
  margin: 0.09rem 0.25rem 0;
  cursor: pointer;
}

.top_tool a.top_call, .top_tool a.top_search {
  margin-top: 0.15rem;
}

.top_tool span {
  width: 1px;
  height: 0.19rem;
  background: rgba(255, 255, 255, 0.5);
  float: left;
  margin-top: 0.15rem;
}

.top_tool_content {
  position: relative;
}

.search_form {
  position: absolute;
  right: -60%;
  font-size: 0.18rem;
  white-space: nowrap;
  letter-spacing: 1px;
  overflow: hidden;
  display: block;
  padding: 0.2rem;
  background: #0d57a7;
  color: #fff;
  border-radius: 5px;
  opacity: 0;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  width: 280px;
}

.search_form2 {
  opacity: 1;
  right: 0;
}

.search_form i {
  width: 20px;
  height: auto;
  position: absolute;
  right: 22px;
  top: 15px;
}

.search_form i img {
  width: 100%;
  height: auto;
  display: block;
}

.search_form input {
  width: 80%;
  float: left;
  box-sizing: border-box;
  border: none;
  background: #fff;
  outline: none;
  height: 35px;
  border-radius: 5px;
  padding-left: 10px;
}

.search_form p {
  font-size: 0.16rem;
  line-height: 1.5em;
  color: #fff;
  margin-bottom: 10px;
}

.search_form button {
  width: 18%;
  float: right;
  height: 35px;
  background: url(../../images/top_s2.png) no-repeat center center #0d57a7;
  border: none;
  outline: none;
  border-radius: 5px;
  background-size: 18px;
}

.search_form h6 {
  cursor: pointer;
  font-size: 0.14rem;
  display: table;
  font-weight: normal;
  margin: 8px auto 0;
  border-bottom: 1px solid #fff;
  padding: 0 4px 4px;
  line-height: 1.5em;
}

/* nav */
.nav_container {
  width: 100%;
  height:80px;
  background: rgba(255, 255, 255, 0.9);
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  box-sizing: border-box;
}

.nav_content img.logo {
  height: 0.40rem;
  float: left;
  margin-top: 0.22rem;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.nav {
  float: right;
}

.nav ul li {
  float: left;
  font-size:17px;
  margin: 0 3px;
}

.nav ul li a {
  padding: 0 0.22rem;
  color: #333333;
  line-height: 80px;
  display: block;
  height: 80px;
  box-sizing: border-box;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  background: transparen;
}

.nav ul li a:hover, .nav ul li a.cur {
  background: linear-gradient(to bottom right, #0d57a7, #0d57a7);
  color: #fff;
}

@media screen and (max-width:1450px) {
  .nav ul li a {
    padding: 0 1.6vw;
  }

  .nav ul li {
    margin: 0 0.2vw;
  }
}

@media screen and (max-width:1300px) {
  .nav ul li a {
    padding: 0 1vw;
  }
}

.fixedhead {
  top: -200px;
}

.xuanfu_nav_bg {
  background: #f3f3f3;
  height:80px;
  box-shadow: 0 0 25px #ccc;
}

/*mobile nav*/
.header2 {
  width: 100%;
  height: 13vw;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #0d57a7, #0d57a7);
  color: #dcdcdc;
  position: fixed;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 3;
  display: none;
  padding: 0 4vw;
  transition-duration: .8s;
  -ms-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -webkit-transition-duration: .8s;
}

.header2 img {
  display: block;
  margin: 0 auto;
}

.header2 .top_dh {
  position: relative;
  float: right;
  top: 50%;
  transform: translateY(-50%);
}

.header2 .top_dh img {
  width: 5.3vw;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.langu{
  position: relative;
      float: left;
      top: 50%;
      transform: translateY(-50%);

}

.langu a{ color: #fff; }
.langu ul li{ float: left;line-height: 1.1em;  font-family: "SourceHanSans-Bold"; font-size: 3.5vw; }
.langu ul li:first-child{margin: 0 5vw 0 13vw;}


.top_dh img.nav_close {
  display: none;
}

.moguanbi img.nav_close {
  display: block;
}

.moguanbi img.nav_open {
  display: none;
}

.header2 .mobile_logo {
  display: block;
  float: left;
  text-align: center;
  color: #FFF;
  font-weight: normal;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.header2 .mobile_logo img {
  height: 4.7vw;
}

.nav_bg_m {
  position: fixed;
  right: -100%;
  width: 100%;
  height: calc(100vh - 13vw);
  overflow-x: hidden;
  top: 0;
  z-index: 9;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  background-size: cover;
  margin-top: 13vw;
  background: linear-gradient(to bottom right, #0d57a7, #0d57a7);
}

.nav_bg_m2 {
  right: 0;
}

.nav_mobile {
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.nav_mobile li {
  width: 85%;
  position: relative;
  font-size: 4vw;
  overflow: hidden;
  margin: 0.7vh auto;
}

.nav_mobile li a {
  color: #fff;
  width: 100%;
  display: block;
  padding: 0.7vh 0;
  cursor: pointer;
}

.nav_mobile h6 {
  font-size: 3.8vw;
  color: #fff;
  width: 32vw;
  height: 9vw;
  border-radius: 10px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 9vw;
  margin: 2vh auto 0;
  font-weight: normal;
}

@media screen and (max-width:1024px) {
  .top_container {
    display: none;
  }

  .header2 {
    display: block;
  }
}

@media screen and (max-width:760px) {
  .nav_mobile li {
    margin: 1vh auto;
  }

  .nav_mobile li a {
    padding: 1vh 0;
  }

  .nav_mobile h6 {
    margin: 3vh auto 0;
  }

  .nav_mobile li {
    font-size: 4.6vw;
  }
}

.fixedheadm {
  top: -13vw;
}

/*banner*/
.banner_content {
  width: 100%;
  height: calc(100vh + 1.15rem);
  position: relative;
}

.banner {
  width: 100%;
  height: calc(100vh + 1.15rem);
}

.banner .swiper-slide .banner_img {
  width: 100%;
  height: calc(100vh + 1.15rem);
  background-position: center;
  background-size: cover;
}

.bannerpage .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  margin: 0.25rem 0 !important;
  background: #fff;
  opacity: 0.5;
  display: block !important;
}

.bannerpage .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.swiper-container-horizontal>.bannerpage {
  top: 46% !important;
  left: calc(100% - 60px) !important;
}

.banner .swiper-slide-active .banner_img {
  -webkit-animation: animate 4s linear;
  -moz-animation: animate 4s linear;
  animation: animate 4s linear;
}

.banner_word {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.banner_word h3 {
  font-weight: normal;
  font-size: 0.64rem;
  line-height: 1.5em;
  color: #fff;
  font-family: "SourceHanSans-Bold";
  letter-spacing: 1px;
  margin-bottom: 0.3rem;
}

.banner_word p {
  font-size: 0.27rem;
  line-height: 1.6em;
  color: #fff;
  letter-spacing: 1px;
}

.banner_word h6 a {
  font-weight: normal;
  font-size: 0.22rem;
  color: #0d57a7;
  font-family: "SourceHanSans-Bold";
  display: block;
  width: 1.9rem;
  height: 0.56rem;
  margin-top: 0.5rem;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  line-height: 0.56rem;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.banner_word h6 a:hover {
  color: #fff;
  background: #0d57a7;
}

.mbanner {
  display: none;
}

.mbanner .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.mbanner .swiper-slide {
  margin-top: 13vw;
}

.mbanner .swiper-pagination-bullet {
  width: 2.5vw;
  height: 2.5vw;
  margin: 0 1vw !important;
  background: #fff;
  opacity: 0.5;
  ;
}

.mbanner .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.swiper-container-horizontal>.mbannerpage {
  bottom: 3.6vw !important;
}

.mbanner_word {
  text-align: center;
  width: 100%;
}

.mbanner_word h3 {
  font-size: 6.4vw;
  margin-bottom: 2vw;
}

.mbanner_word p {
  font-size: 3.6vw;
}

.mbanner_word h6 a {
  font-size: 0.22rem;
  font-size: 3vw;
  width: 22vw;
  height: 6.5vw;
  line-height: 6.5vw;
  margin: 4vw auto 0;
}

@media screen and (max-width:1024px) {
  .banner_content {
    display: none;
  }

  .mbanner {
    display: block;
  }
}

/* business */
.business_container {
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 2px 0 28px rgba(31, 159, 218, 0.34);
  margin-top: 1.1rem;
  position: relative;
  z-index: 2;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.business_content_left {
  width: 76%;
  float: left;
  box-sizing: border-box;
  padding: 0.45rem 0 0.45rem 0.7rem;
}

.business_content_left ul li {
  width: 50%;
  float: left;
  margin-top: 0.4rem;
}

.business_content_left ul li img {
  display: block;
  height: 0.6rem;
  float: left;
}

.business_content_left ul li:nth-child(1), .business_content_left ul li:nth-child(2) {
  margin-top: 0;
}

.business_word {
  float: right;
  width: 83%;
}

.business_word h3 {
  font-family: "SourceHanSans-Bold";
  font-weight: normal;
  font-size: 0.24rem;
  color: #0d57a7;
  line-height: 1.4em;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.business_word p {
  color: #636363;
  font-size: 0.16rem;
  line-height: 1.7em;
  width: 92%;
  text-overflow: ellipsis;

  overflow: hidden;
}

.business_content_left ul li:hover .business_word h3 {
  margin-left: 0.05rem;
}

.business_content_right {
  width: 24%;
  position: absolute;
  right: 0;
  height: 100%;
  background: url(../../images/business_img.jpg) no-repeat center center;
  background-size: cover;
}

.business_content_right img {
  display: block;
  width: 100%;
  height: auto;
}

.business_right_word {
  width: 100%;
  height: 100%;
  background: #0d57a7;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.business_right_word h6 {
  font-weight: normal;
  font-size: 0.24rem;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.4em;
}

.business_right_word h3 {
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
  color: #fff;
  font-size: 0.52rem;
  line-height: 1.4em;
}

.business_square {
  width: 0.56rem;
  height: 0.3rem;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.28rem;
}

.business_right_word:hover {
  background:#0d57a7;
}

.business_arrow {
  display: none;
}

@media screen and (max-width:1024px) {
  .business_container {
    border-radius: 0;
    margin-top: 0;
    box-shadow: none;
    overflow: inherit;
  }

  .business_content_right {
    position: static;
    height: auto;
    width: 100%;
    background: none;
  }

  .business_right_word {
    height: auto;
    background: none;
    display: block;
  }

  .business_right_word h6, .business_right_word h3 {
    color: #0d57a7;
  }

  .business_right_word h6 {
    font-size: 3.6vw;
    line-height: 1.2em;
  }

  .business_right_word h3 {
    font-size: 6.2vw;
    line-height: 1.2em;
  }

  .business_content_left {
    width: 100%;
    padding: 0;
    margin-top: 5vw;
  }

  .business_right_word:hover {
    background: none;
  }

  .business_arrow {
    display: block;
  }

  .index_title_content {
    margin-top: 8vw;
  }

  .business_word p {
    display: none;
  }

  .business_content_left ul li {
    width: 48%;
    margin: 3% 4% 0 0;
    box-shadow: 0 0 1.5vw rgba(31, 159, 218, 0.34);
    border-radius: 1vw;
    box-sizing: border-box;
    padding: 3.2vw 3vw;
    position: relative;
  }

  .business_content_left ul li:nth-child(2n) {
    margin-right: 0;
  }

  .business_content_left ul li img {
    height: 6.5vw;
  }

  .business_word {
    width: 28vw;
  }

  .business_word h3 {
    font-family: "SourceHanSans-Regular";
    font-size: 4.2vw;
    margin-top: 0.3vw;
  }

  .business_arrow {
    width: 1.4vw;
    position: absolute;
    right: 3vw;
    top: 5.4vw;
  }

  .business_arrow img {
    float: none;
    width: 100%;
    height: auto !important;
  }

  .business_content_left ul li:hover .business_word h3 {
    margin-left: 0;
  }
}

/*product*/
/* pc product */
.index_title_content_green {
  text-align: center;
}

.index_title_content_green h3 {
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
  color: #0d57a7;
  font-size: 0.52rem;
  line-height: 1.4em;
}

.index_title_content_green h6 {
  font-weight: normal;
  font-size: 0.24rem;
  color: #0d57a7;
  text-transform: uppercase;
  line-height: 1.4em;
}

@media screen and (max-width:1024px) {
  .index_title_content_green h6 {
    font-size: 3.6vw;
    line-height: 1.2em;
  }

  .index_title_content_green h3 {
    font-size: 6.2vw;
    line-height: 1.2em;
  }

  .index_title_content_green {
    margin-top: 8vw;
  }
}

.product_container {
  width: 100%;
  margin-top: 5.7%;
}

.more {
  margin-top: 0.15rem;
}

.more a {
  display: block;
  float: right;
}

.more h6 {
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
  color: #0d57a7;
  font-size: 0.16rem;
  letter-spacing: 0.4px;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.more h6 i {
  width: 0.52rem;
  display: block;
  float: left;
}

.more h6 i img {
  display: block;
  width: 100%;
  height: auto;
}

.more h6 span {
  display: block;
  float: left;
  margin: 0.05rem 0.15rem 0 0;
}

.more:hover h6 {
  color: #0d57a7;
}

.product_list_container {
  width: 100%;
  margin-top: 0.3rem;
}

.product_list_container ul li {
  width: 11.68%;
  float: left;
  height: 5.8rem;
  box-sizing: border-box;
  overflow: hidden;
  transition-duration: .4s;
  -ms-transition-duration: .4s;
  -moz-transition-duration: .4s;
  -webkit-transition-duration: .4s;
  position: relative;
}

.product_list_container ul li.active {
  width: 41.6%;
  background: none;
}

.index_product_word_content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(31, 159, 218, 0.6), rgba(31, 159, 218, 0.6));
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.product_list_container ul li.active .index_product_word_content {
  background: none;
}

.product_list_container ul li img {
  display: block;
/*  transition-duration: .4s;
  -ms-transition-duration: .4s;
  -moz-transition-duration: .4s;
  -webkit-transition-duration: .4s;*/
  height: 100%;
}

.product_list_container ul li img.product_img_long {
  opacity: 0;
}

.product_list_container ul li img.product_img_short {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.index_product_word {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.index_product_word p {
  font-size: 0.14rem;
  color: #fff;
  line-height: 1.5em;
  color: #fff;
  display: none;
  margin-top: 0.1rem;
}

.index_product_word h3 {
  font-family: "SourceHanSans-Bold";
  font-weight: normal;
  font-size: 0.18rem;
  line-height: 1.5em;
  color: #fff;
}

.product_list_container ul li.active .index_product_word {
  width: auto;
  text-align: left;
  box-sizing: border-box;
  padding: 0.2rem 0.3rem;
  background: rgba(31, 159, 218, 0.8);
}

.product_list_container ul li.active .index_product_word p {
  display: block;
}

.product_list_container ul li.active .index_product_word h3 {
  font-size: 0.26rem;
}

.product_list_container ul li.active img.product_img_long {
  opacity: 1;
}

.product_list_container ul li.active img.product_img_short {
  opacity: 0;
}

.product_list_container ul li img {
  display: block;
}

/* mobile product */
.mobile_product_list_container {
  display: none;
  position: relative;
  padding-bottom: 11vw;
}

.mobile_product_content {
  padding: 9vw 0;
}

.mobile_product_content .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.mobile_product_content .swiper-slide .mobile_product_content_img {
  width: 100%;
  overflow: hidden;
  border-radius: 0.55vw;
  position: relative;
}

.mobile_product_word_content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(rgba(31, 159, 218, 0.5), rgba(13, 87, 167, 0.5));
}

.mobile_product_word_content a {
  display: none;
}

.mobile_product_content .swiper-slide {
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.mobile_product_content .swiper-slide-active, .main_business_content .swiper-slide-duplicate-active {
  -webkit-transform: scale(1.8, 1.8) !important;
  transform: scale(1.8, 1.8) !important;
  z-index: 2;
  overflow: visible;
}

.mobile_product_content .swiper-slide-active .mobile_product_word_content a, .main_business_content .swiper-slide-duplicate-active .mobile_product_word_content a {
  width: 100%;
  padding: 1vw 0.5vw;
  box-sizing: border-box;
  background: rgba(31, 159, 218, 0.8);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mobile_product_content .swiper-slide-active .mobile_product_word_content h3, .main_business_content .swiper-slide-duplicate-active .mobile_product_word_content h3 {
  font-weight: normal;
  font-size: 2.3vw;
  text-align: center;
  line-height: 1.3em;
  color: #fff;
}

.mobile_product_content .swiper-slide-active .mobile_product_word_content, .main_business_content .swiper-slide-duplicate-active .mobile_product_word_content {
  background: none;
}

.product-next, .product-prev {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 10vw;
  height: 6vw;
}

.product-prev {
  background: url(../../images/product_left.png) no-repeat center center;
  background-size: 100%;
  left: calc(50% - 10.6vw);
}

.product-next {
  background: url(../../images/product_right.png) no-repeat center center;
  background-size: 100%;
  right: calc(50% - 10.6vw);
}

@media screen and (max-width:1024px) {
  .product_container {
    margin: 8vw auto 0;
    width: 92%;
  }

  .mobile_product_list_container {
    display: block;
    margin-top: 6vw;
  }

  .product_list_container {
    display: none;
  }

  .more {
    display: none;
  }
}

/* factory */
.factory_container {
  width: 100%;
  margin-top: 5%;
}

.factory_list {
  width: 1380px;
  margin: 0 auto;
  padding: 30px;
}

.factory_content_left {
  width: 37.7%;
  float: left;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: -10px 0 28px rgba(31, 159, 218, 0.28);
}

.factory_content_left img {
  display: block;
  height: auto;
  width: 100%;
}

.factory_content_left img.factory_m_img {
  display: none;
}

.factory_content_right {
  width: 57%;
  float: right;
  margin-top: 4%;
}

.factory_right_word {
  width: 100%;
}

.factory_right_word h3 {
  font-family: "SourceHanSans-Bold";
  font-weight: normal;
  font-size: 32px;
  line-height: 1.23em;
  color: #0d57a7;
  margin-bottom: 0.25rem;
}

.factory_right_word p {
  font-size: 18px;
  line-height: 1.5em;
  color: #636363;
}

.factory_right_list {
  width: 100%;
  margin-top: 5%;
}

.factory_right_list ul li {
  width: 47%;
  float: left;
  margin: 3% 6% 0 0;
  border-radius: 10px;
  background: #f8f8f8;
  height: 1.1rem;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.factory_right_list ul li:nth-child(2n) {
  margin-right: 0;
}

.factory_list_icon {
  height: 0.63rem;
  float: left;
  overflow: hidden;
  margin-left: 0.25rem;
  margin-top: 0.07rem;
}

.factory_list_icon img {
  display: block;
  height: 100%;
  width: auto;
}

.factory_line {
  float: left;
  width: 2px;
  height: 0.34rem;
  background: rgba(231, 231, 231, 1);
  margin: 0.22rem 0.25rem 0 0.22rem;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.factory_word {
  float: left;
}

.factory_word p {
  font-family: "SourceHanSans-Bold";
  font-size: 0.18rem;
  line-height: 1.44em;
  color: #333333;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.factory_word h3 {
  font-weight: normal;
  font-size: 0.22rem;
  line-height: 1.5em;
  color: #333333;
  margin-top: 0.1rem;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.factory_word h3 span {
  font-family: "SourceHanSans-Bold";
  font-size: 0.42rem;
  color: #0d57a7;
  margin-right: 0.1rem;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;float: left;
}
.factory_word h3 span i{ font-style: normal;}
.factory_word h3 b{ font-weight: normal; font-size: 0.18rem;margin-right: 0.03rem; float: left;margin-top: 0.08rem;}
.factory_word h4{ font-weight:normal;  font-family: "SourceHanSans-Bold"; font-size: 0.28rem; line-height:1.5em; color: #0d57a7;  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;margin-top: 0.15rem;}

.factory_right_list ul li:hover {
  box-shadow: -10px 0 20px rgba(31, 159, 218, 0.4);
  background: #0d57a7;
}

.factory_right_list ul li:hover .factory_list_icon img.icon_yuan {
  display: none;
}

.factory_right_list ul li:hover .factory_line {
  background: rgba(255, 255, 255, 0.5);
}

.factory_right_list ul li:hover .factory_word p {
  color: #fff;
}

.factory_right_list ul li:hover .factory_word h3 {
  color: #fff;
}
.factory_right_list ul li:hover .factory_word h4 {
  color: #fff;
}

.factory_right_list ul li:hover .factory_word h3 span {
  color: #fff;
}

.factory_circle {
  text-align: left !important;
}

.factory_circle .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  background: #0d57a7;
  margin: 0 0.15rem !important;
  opacity: 0.5;
}

.factory_circle .swiper-pagination-bullet-active {
  background: #0d57a7;
  opacity: 1;
}

.swiper-container-horizontal>.factory_circle {
  left: 43% !important;
  bottom: 5% !important;
  width: auto !important;
}

/* factory_button */
.index_factory_button{ position: absolute; bottom: 5%; left: 43.5%; width: 54.2%; z-index: 2;}
.index_factory_button ul li{width: 23.5%; height: 0.6rem; text-align: center; line-height: 0.6rem; font-size: 0.2rem;font-family: "SourceHanSans-Bold"; font-weight: normal; background: #efefef;border-radius: 5px; color: #636363; box-sizing: border-box;float: left; margin-left: 2%; cursor: pointer;}
.index_factory_button ul li:first-child{ margin-left: 0;}
.index_factory_button ul li.cur,.index_factory_button ul li:hover{ background: linear-gradient(to right, rgba(31, 159, 218, 1), rgba(13, 87, 167, 1)); color: #fff; box-shadow: 6px 6px 20px rgba(0,162,154,0.4);}




@media screen and (max-width:1450px) {
  .factory_list {
    width: 90%;
  }

  .factory_content_right {
    margin-top: 3%;
  }
}

@media screen and (max-width:1320px) {
.factory_line{margin: 0.22rem 0.15rem 0 0.12rem;}
}
@media screen and (max-width:1250px) {
.factory_right_list{ margin-top: 2%;}
.index_factory_button ul li{ font-size: 0.18rem;}
.factory_word h4{ font-size: 0.26rem;}
}

@media screen and (max-width:1200px) {

.index_factory_button ul li{height: 0.5rem; line-height: 0.5rem;}
.factory_right_list ul li{ height: 1rem;}
}


@media screen and (max-width:1024px) {
  .factory_container {
    margin-top: 5vw;
  }

  .factory_list {
    width: 92%;
    padding: 3vw 3vw 0;
  }

  .factory_content_left {
    width: 100%;
    float: none;
    box-shadow: 1vw 1vw 2.5vw rgba(31, 159, 218, 0.28);
  }

  .factory_content_left img.factory_pc_img {
    display: none;
  }

  .factory_content_left img.factory_m_img {
    display: block;
  }

  .factory_content_right {
    width: 100%;
    margin-top: 6vw;
  }

  .factory_right_word {
    text-align: center;
  }

  .factory_right_word h3 {
    font-size: 6.2vw;
    margin-bottom: 2.6vw;
  }

  .factory_right_word p {
    font-size: 3.6vw;
    line-height: 1.55em;
  }

  .factory_right_list {
    margin-top: 2.5vw;
  }

  .factory_right_list ul li {
    height: 16vw;
    width: 48.5%;
    margin: 3% 3% 0 0;
    border-radius: 1vw;
    overflow: hidden;
  }

  .factory_list_icon {
    margin: 0;
    width: 12vw;
    height: 16vw;
    background: #f1f0f0;
  }

  .factory_list_icon img.icon_white {
    display: none;
  }

  .factory_list_icon img {
    height: 8vw;
    width: auto;
    margin: 3.8vw auto 0
  }

  .factory_line {
    display: none;
  }

  .factory_word p {
    font-size: 3vw;
    font-family: "SourceHanSans-Regular";
  }

  .factory_word h3 {
    font-size: 3.4vw;
    margin-top: 0.8vw;
  }

  .factory_word h3 span {
    margin-right: 0.5vw;
    font-size: 5.6vw;
  }

  .factory_word h3 b{ font-size: 3.2vw; margin-right: 0.4vw;margin-top: 0.7vw;}
  .factory_word h4{ font-size: 3.4vw;margin-top: 2.8vw;}

  .factory_word {
    margin: 2.5vw 0 0 1vw;
  }

  .factory_right_list ul li:hover {
    box-shadow: none;
    background: #f8f8f8;
  }

  .factory_right_list ul li:hover .factory_list_icon img.icon_yuan {
    display: block;
  }

  .factory_right_list ul li:hover .factory_line {
    background: rgba(231, 231, 231, 1);
  }

  .factory_right_list ul li:hover .factory_word p {
    color: #333333;
  }

  .factory_right_list ul li:hover .factory_word h3 {
    color: #333333;
  }

  .factory_right_list ul li:hover .factory_word h3 span {
    color: #0d57a7;
  }

  .factory_right_list ul li:hover .factory_word h4 {
    color: #0d57a7;
  }

  .factory_circle {
    text-align: center !important;
  }

  .factory_circle .swiper-pagination-bullet {
    width: 2.5vw;
    height: 2.5vw;
    margin: 0 1vw !important;
  }

  .swiper-container-horizontal>.factory_circle {
    left: 0 !important;
    bottom: 0% !important;
    width: 100% !important;
  }

  /* factory_button */

.index_factory_button{ width: 100%; position: static; bottom: 0; left: 0; margin-top: 5vw;}
.index_factory_button ul li{ border-radius: 0.5vw; height: 14vw; line-height: 1.5em;  font-size: 3.5vw; width: 24.25%; margin-left: 1%;font-family: "SourceHanSans-Regular";display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    justify-content: center;}
.index_factory_button ul li span{display: block;}
.index_factory_button ul li.cur,.index_factory_button ul li:hover{ box-shadow: none;}

}

@media screen and (max-width:380px) {
  .factory_word {
    margin: 2.5vw 0 0 0.5vw;
  }
}

/* technology */
.technology_container {
  width: 100%;
  margin-top: 4.7%;
}

.technology_content {
  margin-top: 3%;
}

.technology_content ul li {
  width: 23%;
  float: left;
  background: #fff;
  margin: 0 2.66% 0 0;
  box-sizing: border-box;
  padding: 0.6rem 0.3rem 0.4rem;
  transition-duration: .8s;
  -ms-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -webkit-transition-duration: .8s;
  border-radius: 10px;
  overflow: hidden;
}

.technology_content ul li:nth-child(4) {
  margin-right: 0;
}

.technology_icon {
  width: 100%;
  height: 0.95rem;
  overflow: hidden;
  text-align: center;
}

.technology_icon img {
  display: block;
  width: auto;
  height: 0.95rem;
  margin: 0 auto;
  transition-duration: .3s;
  -ms-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
}

.technology_icon img.technology_icon_white {
  margin-top: 0.1rem;
}

.technology_content ul li:hover .technology_icon img.technology_icon_yuan {
  margin-top: -1.05rem;
}

.technology_line {
  width: 0.44rem;
  height: 0.04rem;
  background: rgba(31, 159, 218, 1);
  margin: 0.33rem auto 0;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.technology_content ul li h3 {
  font-family: "SourceHanSans-Bold";
  font-weight: normal;
  font-size: 0.24rem;
  color: #666666;
  line-height: 1.5em;
  text-align: center;
  margin-top: 0.25rem;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  height: 3em;
}

.technology_content ul li:hover .technology_line {
  background: rgba(249, 249, 249, 0.8);
}

.technology_content ul li:hover {
  background: #0d57a7;
  box-shadow: -10px 0 20px rgba(31, 159, 218, 0.4);
}

.technology_content ul li:hover h3 {
  color: #fff;
}

@media screen and (max-width:1024px) {
  .technology_container {
    margin-top: 8vw;
    padding: 8vw 0;
    background: #0d57a7;
  }

  .technology_title h6, .technology_title h3 {
    color: #fff;
  }

  .technology_title {
    margin-top: 0;
  }

  .technology_content {
    margin-top: 6vw;
  }

  .technology_content ul li {
    width: 100%;
    float: none;
    margin: 3vw 0 0;
    padding: 0;
    height: 20vw;
    position: relative;
    border-radius: 1vw;
  }

  .technology_content ul li:first-child {
    margin-top: 0;
  }

  .technology_icon img.technology_icon_white {
    display: none;
  }

  .technology_icon {
    width: 24vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .technology_icon img.technology_icon_white {
    margin-top: 0.1rem;
  }

  .technology_content ul li:hover .technology_icon img.technology_icon_yuan {
    margin-top: 5vw;
  }

  .technology_content ul li:hover {
    background: #fff;
    box-shadow: none;
  }

  .technology_line {
    display: none;
  }

  .technology_content ul li:hover h3 {
    color: #555555;
  }

  .technology_content ul li h3 {
    margin-top: 0;
    font-family: "SourceHanSans-Regular";
    color: #555555;
    width: 68vw;
    float: right;
    height: 100%;
    line-height: 20vw;
    background: #f1f1f1;
    font-size: 4.2vw;
  }

  .technology_icon img {
    height: 10vw;
    margin-top: 5vw;
  }
}

/* patent */
.patent_container {
  width: 100%;
  height: 2rem;
  background: url(../../images/patent_bg.jpg) no-repeat center center;
  position: relative;
  margin-top: 5.7%;
}

.patent_container_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(31, 159, 218, 0.92), rgba(13, 87, 167, 0.92));
}

.patent_title {
  width: 30%;
  float: left;
  text-align: center;
}

.patent_title h3 {
  letter-spacing: 1px;
  color: #fff;
  margin-top: 0.65rem;
}

.patent_content_list {
  width: 70%;
  float: right;
  height: 2rem;
}

.patent_content_list ul li {
  width: 33.33%;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  float: left;
  box-sizing: border-box;
  height: 2rem;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
}

.patent_content_list ul li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.patent_content_list ul li p {
  line-height: 1em;
  color: #fff;
}

.patent_content_list ul li p span {
  font-family: "SourceHanSans-Bold";
  font-size: 0.5rem;
  line-height: 1em;
  margin-right: 0.17rem;
}

.patent_content_list ul li p i {
  font-style: normal;
  font-family: "SourceHanSans-Bold";
  font-size: 0.2rem;
  line-height: 1em;
}

@media screen and (max-width:1024px) {
  .patent_container {
    margin-top: 0;
    height: 25vw;
    background: url(../../images/patent_bg.jpg) no-repeat center center;
    background-size: cover;
  }

  .patent_title {
    display: none;
  }

  .patent_content {
    width: 100% !important;
  }

  .patent_content_list {
    width: 100%;
    height: 25vw;
    float: none;
  }

  .patent_content_list ul li {
    height: 25vw;
    border: none;
  }

  .patent_content_list ul li:first-child {
    border: none;
  }

  .patent_content_list ul li p span {
    font-size: 6.8vw;
    display: block;
    margin: 0;
    text-align: center;
  }

  .patent_content_list ul li p i {
    font-size: 3.6vw;
    text-align: center;
    margin-top: 2.5vw;
    display: block;
  }
}

/* about */
/* brief introduction */
.about_container {
  width: 100%;
}

.about_content {
  width: 100%;
  background: #fff;
}

.about_content_left {
  width: 50%;
  float: left;
  position: relative;
  height: 7.3rem;
  overflow: hidden;
  z-index: 2;
}

.about_content_left img.pc_about_img {
  display: block;
  transform: translateX(-50%) scale(1);
  -mo-transform: translateX(-50%) scale(1);
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  transition: all 0.8s ease-out 0s;
  -webkit-transition: all 0.8s ease-out 0s;
  -moz-transition: all 0.8s ease-out 0s;
  -mo-transition: all 0.8s ease-out 0s;
  position: absolute;
  left: 50%;
}

.about_content_left:hover img.pc_about_img {
  transform: translateX(-50%) scale(1.1);
  -webkit-transform: translateX(-50%) scale(1.1);
  -moz-transform: translateX(-50%) scale(1.1);
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -mo-transition: all 1s ease-out 0s;
}

.about_content_left img.m_about_img {
  display: none;
}

.about_content_right {
  width: 690px;
  float: left;
  box-sizing: border-box;
  padding-left: 60px;
  margin-top: 0.40rem;
}

.about_title {
  text-align: left;
}

.about_content_right h4 {
  font-size: 26px;
  color: #565656;
  line-height: 1.5em;
  margin-top: 0.25rem;
  margin-bottom: 0.3rem;
}

.about_content_right p {
  font-size: 16px;
  line-height:34px;
  color: #636363;
  letter-spacing: 0.3px;
  text-align: justify;
}

.about_content_right .more a {
  float: left;
}

.about_content_right .more {
  margin-top: 0.7rem;
}

.produce_content {
  margin-top: -1.2rem;
}

.produce_content .about_content_left {
  float: right;
}

.produce_content .about_content_right {
  float: right;
  padding-left: 0;
  padding-right: 60px;
}

.about_bottom_line {
  display: none;
}

.about_content_left2 {
  display: none;
}

@media screen and (max-width:1450px) {
  .about_content_right {
    width: 45%;
    padding-left: 0.6rem;
  }

  .produce_content .about_content_right {
    padding-left: 0;
    padding-right: 0.6rem;
  }
}

@media screen and (max-width:1024px) {
  .about_content_left img.pc_about_img {
    display: none;
  }

  .about_content_left img.m_about_img {
    display: block;
  }

  .about_content {
    margin-top: 8vw;
    background: none;
    box-sizing: border-box;
  }

  .about_bottom_line {
    width: 100%;
    height: 2vw;
    background: linear-gradient(to right, rgba(31, 159, 218, 1), rgba(13, 87, 167, 1));
    margin-top: 8vw;
    display: block;
  }

  .about_content_left {
    width: 92%;
    float: none;
    margin: 0 auto;
    border-radius: 1vw;
    overflow: hidden;
    box-shadow: 1vw 1vw 2.5vw rgba(31, 159, 218, 0.28);
    height: auto;
  }

  .about_content_left img.m_about_img {
    display: block;
    width: 100%;
    height: auto;
  }

  .about_content_right {
    width: 92%;
    float: none;
    margin: 0 auto;
    padding: 0;
  }

  .about_title {
    margin-top: 6vw;
    text-align: center;
  }

  .about_content_right h4 {
    font-size: 4vw;
    text-align: center;
    margin: 3vw 0;
  }

  .about_content_right p {
    font-size: 3.5vw;
    line-height: 1.65em;
  }

  .about_content_right .more {
    display: block;
    margin-top: 6vw;
  }

  .about_content_right .more h6 {
    font-size: 3.5vw;
  }

  .about_content_right .more h6 span {
    margin: -0.2vw 1vw 0 0;
  }

  .about_content_right .more h6 i {
    width: 8.7vw;
  }

  .produce_content {
    margin-top: 0;
    background: #f6f6f6;
    padding: 2vw 0 8vw;
  }

  .produce_content .about_content_left {
    display: none;
  }

  .produce_content .about_content_left2 {
    display: block;
    width: 100%;
    float: none;
    margin-top: 6vw;
  }

  .produce_content .about_content_right {
    float: none;
    padding: 0;
  }

  .produce_content .about_content_right h4 {
    margin: 4vw 0 3vw;
  }
}

/* news */
.news_container {
  width: 100%;
  margin-top: 5.7%;
}

.news_content {
  margin-top: 0.3rem;
  position: relative;
}

.news_left_content {
  width: 45.7%;
  float: left;
  padding-bottom: 1%;
  position: relative;
}

.news_left_img {
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 55.55%;
  border-radius: 10px;
}

.news_left_img img {
  transition: all 2s ease-out 0s;
  -webkit-transition: all 2s ease-out 0s;
  -moz-transition: all 2s ease-out 0s;
  -mo-transition: all 2s ease-out 0s;
  display: block;
  width: 100%;
  height: auto;
}

.news_left_img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -mo-transition: all 1s ease-out 0s;
}

.news_left_content h3 {
  font-size: 0.22rem;
  font-weight: normal;
  color: #333333;
  line-height: 1.5em;
  letter-spacing: 0.4px;
  margin-top: 0.27rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news_left_content p {
  color: #636363;
  font-size: 0.15rem;
  line-height: 1.9em;
  letter-spacing: 0.8px;
  margin-top: 0.16rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
}

.news_left_content h6 {
  color: #949393;
  font-weight: normal;
  font-size: 0.14rem;
  line-height: 1.5em;
  letter-spacing: 0.2px;
  margin-top: 0.15rem;
}

.news_line {
  width: 0.8rem;
  height: 3px;
  background: #0d57a7;
  position: absolute;
  left: 0;
  bottom: 0;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  z-index: 2;
}

.news_line2 {
  width: 45.7%;
  height: 3px;
  background: #e2e2e2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.news_left_content:hover+.news_line {
  width: 45.7%;
}

.news_list {
  width: 50%;
  float: right;
}

.news_list ul li {
  width: 100%;
  overflow: hidden;
  border-bottom: 2px solid #e2e2e2;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  padding-bottom: 0.26rem;
  margin-bottom: 0.26rem;
}

.news_list ul li:nth-child(3n) {
  margin-bottom: 0;
}

.news_list ul li:hover {
  border-bottom: 2px solid #0d57a7;
}

.news_list ul li h3 {
  color: #333333;
  font-size: 0.2rem;
  line-height: 1.5em;
  font-weight: normal;
  letter-spacing: 0.6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.news_list ul li p {
  line-height: 1.9em;
  color: #636363;
  font-size: 0.15rem;
  letter-spacing: 0.8px;
  margin-top: 0.12rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news_list ul li h6 {
  color: #949393;
  font-weight: normal;
  font-size: 0.14rem;
  line-height: 1.5em;
  letter-spacing: 0.2px;
  margin-top: 0.15rem;
}

@media screen and (max-width:1024px) {
  .news_container {
    margin-top: 8vw;
  }

  .news_content {
    margin-top: 6vw;
  }

  .news_left_content {
    width: 100%;
    float: none;
  }

  .news_left_content h3 {
    text-overflow: inherit;
    white-space: normal;
    font-size: 4vw;
    line-height: 1.4em;
    letter-spacing: 0;
    margin-top: 4vw;
  }

  .news_left_content p, .news_list ul li p {
    display: none;
  }

  .news_left_content h6 {
    font-size: 3.2vw;
    margin-top: 2.4vw;
  }

  .news_list {
    width: 100%;
    float: none;
  }

  .news_line2, .news_line {
    display: none;
  }

  .news_left_content {
    border-bottom: 0.55vw solid #0d57a7;
    padding-bottom: 3.2vw;
  }

  .news_left_img {
    border-radius: 1vw;
  }

  .news_list ul li:hover {
    border-bottom: 0.2vw solid #0d57a7;
  }

  .news_list ul li {
    padding-bottom: 3.8vw;
    margin-top: 3.8vw;
    margin-bottom: 0;
    border-bottom: 0.2vw solid #e2e2e2;
  }

  .news_list ul li h3 {
    font-size: 3.8vw;
    letter-spacing: 0;
    text-overflow: inherit;
    white-space: normal;
    line-height: 1.45em;
    margin-top: 0;
  }

  .news_list ul li h6 {
    font-size: 3.2vw;
    margin-top: 2.4vw;
  }
}

/* video */
.video_container {
  width: 100%;
  position: relative;
  margin-top: 0.2rem;
}

.video_container img.video_bg {
  display: block;
  width: 100%;
  height: auto;
}

.video_content_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(13, 87, 167, 0.8), rgba(13, 87, 167, 0.8));
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
/*  justify-content: center;*/
}

.video_content {
  text-align: center;
  color: #fff;
}

.video_word h3 {
  font-family: "SourceHanSans-Bold";
  font-weight: normal;
  font-size: 0.52rem;
  line-height: 1.5em;
}

.video_word p {
  font-size: 0.25rem;
  letter-spacing: 0.4px;
  line-height: 1.4em;
  margin-top: 0.1rem;
}

.video_word img.video_play {
  width: 1.2rem;
  height: auto;
  display: block;
  margin: 0.65rem auto 0;
}

.video_word h4 {
  display: none;
}

@media screen and (max-width:1024px) {
  .film_video_container {
    display: none;
  }

  #video1{display: none;}


  .video_word h4 {
    display: block;
  }

  .video_word img.video_play {
    display: none;
  }

  .video_container {
    margin-top: 0;
    height: 57vw;
    overflow: hidden;
  }

  .video_container img.video_bg {
    width: auto;
    height: 57vw;
    margin-left: -50vw;
  }

  .video_word h3 {
    font-size: 6.2vw;
  }

  .video_word p {
    font-size: 4.4vw;
    width: 78vw;
    margin: 2.8vw auto 0;
    line-height: 1.5em;
    letter-spacing: 0.6px;
  }

  .video_word h4 {
    font-family: "SourceHanSans-Bold";
    font-weight: normal;
    font-size: 3vw;
    color: #0d57a7;
    width: 22vw;
    height: 6.5vw;
    border-radius: 3.2vw;
    text-align: center;
    line-height: 6.5vw;
    background: #fff;
    margin: 5.5vw auto 0;
  }
}

/* film */
.film_video_container {
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: -105%;
  z-index: 4;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
}

.film_video_content {
  width: 9rem;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 20px #ccc;
  padding: 0.25rem 0.4rem 0.4rem;
  background: #fff;
  position: relative;
}

.film_video_content h5 {
  position: absolute;
  right: 0.6rem;
  top: 0.4rem;
  width: 24px;
  height: 24px;
  z-index: 4;
}

.film_video_content h5 img {
  display: block;
  width: 100%;
  height: auto;
}

.film_video_content h3 {
  font-size: 0.28rem;
  font-weight: normal;
  color: #0d57a7;
  line-height: 1.5em;
  text-align: center;
}

.film_video_content video {
  margin-top: 0.15rem;
}

.film_video_content h4 {
  font-size: 0.20rem;
  line-height: 2.6em;
  background: #0d57a7;
  text-align: center;
  display: block;
  width: 2rem;
  color: #fff;
  border-radius: 10px;
  margin: 0.2rem auto 0;
  font-weight: normal;
  cursor: pointer;
}

/* custom */
.custom_container {
  width: 100%;
  background: linear-gradient(to right, rgba(31, 159, 218, 1), rgba(13, 87, 167, 1));
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  height: 2.42rem;
}

.custom_title {
  width: 14%;
  float: left;
  text-align: left;
}

.custom_title h3 {
  line-height: 1.2em;
  margin-top: 0.65rem;
}

.custom_title h6, .custom_title p {
  display: none;
}

.custom_content_list {
  width: 86%;
  float: left;
}

.custom_content_list ul li {
  width: 20%;
  float: left;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  height: 2.42rem;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.custom_content_list ul li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.custom_content_list ul li img {
  display: block;
  height: 0.54rem;
  width: auto;
  margin: 0 auto;
}

.custom_content_list ul li h3 {
  font-size: 0.2rem;
  color: #fff;
  line-height: 1.5em;
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
  margin-top: 0.25rem;
  margin-bottom: 0.05rem;
}

.custom_content_list ul li p {
  color: #ececec;
  font-size: 0.16rem;
  line-height: 1.4em;
}

@media screen and (max-width:1024px) {
  .custom_title {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }

  .custom_title h3 {
    color: #0d57a7;
    margin-top: 0;
  }

  .custom_title h3 br {
    display: none;
  }

  .custom_title h6 {
    display: block;
    color: #0d57a7;
  }

  .custom_container {
    background: none;
    border: none;
    height: auto;
    margin-top: 8vw;
  }

  .custom_title p {
    color: #555555;
    font-size: 3.6vw;
    line-height: 1.3em;
    display: table;
    margin: 2.5vw auto 0;
  }
  .custom_title p a{  color: #555555;}

  .custom_title p i {
    width: 5vw;
    display: block;
    float: left;
  }

  .custom_title p i img {
    display: block;
    width: 100%;
    height: auto;
  }

  .custom_title p span {
    display: block;
    float: left;
    margin: 0.2vw 0 0 2vw;
  }

  .custom_content_list {
    width: 100%;
    margin-top: 6vw;
  }

  .custom_content_list ul li:first-child {
    display: none;
  }

  .custom_content_list ul li {
    height: auto;
    border: none;
    background: #fff;
    box-shadow: 0 0 1.8vw rgba(31, 159, 218, 0.34);
    border-radius: 1vw;
    width: 47%;
    float: left;
    margin: 3.5vw 6% 0 0;
    box-sizing: border-box;
    padding: 4vw 1vw;
  }

  .custom_content_list ul li:nth-child(3), .custom_content_list ul li:nth-child(5) {
    margin-right: 0;
  }

  .custom_content_list ul li:nth-child(2), .custom_content_list ul li:nth-child(3) {
    margin-top: 0;
  }

  .custom_content_list ul li img {
    display: none;
  }

  .custom_content_list ul li h3 {
    font-family: "SourceHanSans-Regular";
    font-size: 4vw;
    color: #0d57a7;
    margin: 0 0 1vw 0;
  }

  .custom_content_list ul li p {
    font-size: 3.4vw;
    color: #555555;
    line-height: 1.4em;
  }
}

/* footer */
.footer_container {
  width: 100%;
  background: #0d57a7;
  padding-top: 0.6rem;
   padding-bottom: 0.6rem;
}

.footer_content_left {
  width: 40.5%;
  float: left;
}

.footer_content_left img.footer_logo {
  width: auto;
  height: 0.6rem;
  display: block;
  margin-bottom: 0.25rem;
}

.footer_content_left p {
  text-align: justify;
  font-size: 0.14rem;
  color: #fff;
  line-height: 1.85em;
}

.weixin_list {
  margin-top: 0.3rem;
  margin-bottom: 0.5rem;
}

.weixin_list ul li {
  width: 220px;
  float: left;
  margin-right: 0.1rem;
  position: relative; 
  color:#FFF;
  font-size:14px;
}

.weixin_list ul li img {
	margin-right:10px;
}

.weixin_code_content {
  padding-bottom: 0.1rem;
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  display: none;
}
.douyin_code_content{
    left: -100%;
}
.weixin_code {
  width: 1.6rem;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}

.weixin_code img {
  display: block;
  width: 100%;
  height: auto;
}

.weixin_code p {
  color: #0d57a7;
  font-size: 0.15rem;
  line-height: 1.5em;
  text-align: center;
  padding: 0 0 0.05rem;
}


.weixinblock{ display: block;}

.footer_content_right {
  float: right;
  width: 52%;
}

.footer_contact_main h6 {
  font-weight: normal;
  font-size: 0.16rem;
  color: #fff;
  line-height: 1.1em;
  margin-bottom: 0.1rem;
}

.footer_contact_main h3 {
  font-weight: normal;
  font-size: 0.34rem;
  color: #fff;
  background: url(../../images/footer_call.png) no-repeat left center;
  background-size: 0.45rem;
  line-height: 0.45rem;
}

.footer_contact p {
  font-size: 0.16rem;
  color: #fff;
  line-height: 1.5em;
  margin-top: 0.12rem;
}

.footer_contact p a {
  color: #fff;
}

.footer_contact p span {
  display: block;
  float: left;
}

.footer_contact p i {
  width: 0.07rem;
  display: block;
  float: left;
  margin: 0.07rem 0 0 0.1rem;
}

.footer_contact p i img {
  width: 100%;
  height: auto;
  display: block;
}

.footer_nav {
  width: 100%;
  margin-top: 0.32rem;
}

.footer_nav ul li {
  float: left;
  font-size: 17px;
  line-height: 80px;
  font-family: "SourceHanSans-Bold";
  width: 21.5%;
  margin-top: 0.15rem;
}

.footer_nav ul li:nth-child(5) {
  width: auto;
}

.footer_nav ul li a {
  color: #fff;
}

.footer_link {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
}

.footer_link p {
  font-size: 0.14rem;
  color: #fff;
  line-height: 1.5em;
}

.footer_link p a {
  color: #fff;
}

.footer_link p a span {
  margin: 0 0.1rem;
}

.footer_link p a:last-child span {
  display: none;
}

.footer_line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  margin-top: 0.24rem;
}

.coryright {
  padding: 0.25rem 0;
  box-sizing: border-box;
}

.coryright p {
  font-size: 0.14rem;
  line-height: 1.3em;
  color: #fff;
  text-transform: uppercase;
}

.coryright p a {
  color: #fff;
}

.coryright p span {
  margin-left: 0.3rem;
  display: block;
  float: left;
}

.coryright p span:first-child {
  margin-left: 0;
}

.coryright p span i {
  width: 0.18rem;
  display: block;
  float: left;
}

.coryright p span i img {
  display: block;
  width: 100%;
  height: auto;
}

.coryright p span b {
  font-weight: normal;
  margin-left: 0.13rem;
}

@media screen and (max-width:1024px) {
  .footer_container {
    margin-top: 8vw;
    padding-top: 8vw;
  }

  .footer_content_left {
    width: 100%;
    float: none;
  }

  .footer_content_left p {
    display: none;
  }

  .footer_content_left img.footer_logo {
    margin: 0;
    height: auto;
    width: 40.9vw;
    float: left;
  }

  .weixin_list {
    float: right;
    margin-top: 4vw;
  }

  .weixin_list ul li {
    width: 9.2vw;
    margin: 0 0 0 2.6vw;
  }

  .weixin_code_content {
    bottom: 9.2vw;
    left: -8vw;
  }
  .douyin_code_content {
    left: -15.5vw;
  }

  .weixin_code {
    width: 25vw;
  }


  .footer_content_right {
    width: 100%;
    float: none;
    margin-top: 6vw;
  }

  .footer_contact_main h6 {
    font-size: 2.8vw;
    margin-bottom: 1vw;
  }

  .footer_contact_main h3 {
    font-size: 5vw;
    background-size: 6vw;
    line-height: 6vw;
    padding-left: 7.7vw;
  }
    .footer_contact_main h3 a{ color: #fff;}

  .footer_contact p {
    font-size: 3.2vw;
    line-height: 1.2em;
    margin-top: 2vw;
  }

  .footer_contact p i {
    width: 1.6vw;
    margin: 0.6vw 0 0 2.5vw;
  }

  .footer_nav {
    margin-top: 6vw;
  }

  .footer_nav ul li {
    width: 33.33%;
    font-family: "SourceHanSans-Regular";
    text-align: center;
    font-size: 3.4vw;
    margin-top: 3vw;
  }

  .footer_nav ul li:nth-child(5) {
    width: 33.33%;
  }

  .footer_link {
    display: none;
  }

  .footer_line {
    margin-top: 9vw;
  }

  .coryright {
    padding: 4vw 0;
  }

  .coryright p {
    font-size: 2.8vw;
    display: table;
    margin: 0 auto;
  }

  .coryright p span {
    margin-left: 0;
  }

  .coryright p span:first-child {
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 2.6vw;
  }

  .coryright p span i {
    width: 3vw;
    margin-top: 0.4vw;
  }

  .coryright p span:nth-child(n+2) {
    margin-right: 5vw;
  }

  .coryright p span:last-child {
    margin-right: 0;
  }

  .coryright p span b {
    margin-left: 1vw;
  }
}

@media screen and (max-width:430px) {
  .coryright p span b {
    margin-left: 0.5vw;
  }

  .coryright p span:nth-child(n+2) {
    margin-right: 1vw;
  }

  .coryright {
    width: 98% !important;
  }
}

@media screen and (max-width:375px) {
  .coryright p span {
    text-align: center;
    float: none;
  }

  .coryright p span:last-child {
    display: none;
  }
}

/* to top */
.totop_xuan, .customer_xuan {
  position: fixed;
  right: 27px;
  background: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.75);
  z-index: 2;
  border-radius: 50%;
}

.totop_xuan {
  bottom: calc(8% + 60px);
  display: none;
  width: 49px;
}

.customer_xuan {
  bottom: 8%;
}

.customer_xuan a {
  display: block;
  padding: 12px;
}

.totop_xuan img, .customer_xuan img {
  display: block;
  width: 100%;
}
.m_customer_xuan{ display: none;}

@media screen and (max-width:1024px) {

  .customer_xuan{ display: none;}
  .m_customer_xuan{ display:block;}
  .totop_xuan, .customer_xuan {
    right: 1%;
  }

  .customer_xuan {
    bottom: 4%;
  }

  .totop_xuan {
    bottom: calc(4% + 14vw);
    display: none;
    width: 11.8vw;
  }

  .customer_xuan a {
    padding: 3vw;
  }


}

/*floor*/
.floorcon {
  position: relative;
}

.floor {
  position: absolute;
  left: 0;
  top: -80px;
}

/* suspension */

#newBridge .nb-frame-chat-box-right-bottom{right: 85px!important;}
#newBridge .icon-right-bottom {
    right: 27px!important;
    bottom: 8%!important;
    top: auto;
    box-shadow: 0 0 10px rgba(31, 159, 218, 0.75);
    left: auto;

}
#newBridge .nb-icon-base{border-radius: 50%!important;}


.content01{ width:100%; margin:0 auto;}
/**/
.guide{padding: 75px 0 0px;}
.gui_tit{text-align: center; font-size: 0.52rem;color: #212121;line-height: 48px;background: url(../images/yinz_tico.png) no-repeat center bottom;}
.gui_tit a{color: #c10101;}
.gui_tit a:hover{color: #c10101;}
.gui_tit span{display: block;font-size: 20px;color: #666;font-weight: normal;}
.gui_tit i{color: #c0c0c0;font-weight: normal;padding:0 10px;}
.guide dl{width: 32%;margin-top: 40px; margin-left:1%; overflow: hidden;border-radius: 5px;float: left;}
.guide dl:hover{ top:10px;}
.guide dl dt{height: 100px;line-height: 0;margin: 15px auto 0;position: relative; text-align:center;}
.guide dl dt img:nth-of-type(2),.guide dl dt img:nth-of-type(3){display: none;}
.guide dl dt img:nth-of-type(3){-webkit-animation:myfirst1 3s linear infinite;animation:myfirst1 3s linear infinite;}
.guide dl dd{width: 235px;margin: 0 auto;padding: 5px 0 0;}
.guide dl dd h5{font-size: 20px;color: #000;height: 60px;line-height: 56px;position: relative;overflow: hidden;text-align: center;}
.guide dl dd h5 a{color: #000;}

.guide dl dd h5:before{content: "";width: 26px;height: 1px;background: #cfcece;position: absolute;bottom: 0;left: calc(50% - 13px);}
.guide dl dd p{padding-top: 15px;font-size: 16px;color: #333;line-height: 30px;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:5; overflow: hidden; text-overflow: ellipsis; text-align:center;}
.guide dl dd p b{font-size:18px;color:red; }
.guide dl {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.guide dl:hover dt img:nth-of-type(1){display: none;}
.guide dl:hover dt img:nth-of-type(2),.guide dl:hover dt img:nth-of-type(3){display: block; padding-left:40px; padding-top:20px;}
.guide dl:hover dt img:nth-of-type(2){position: absolute;top: 0;left: 0;z-index: 5;}
.guide dl:nth-of-type(4){margin-right: 0;}



@media screen and (max-width:1024px) {
#nb_icon_wrap{width: 11.8vw!important; height: 11.8vw!important;box-shadow: 0 0 10px rgba(31, 159, 218, 0.75)!important; border-radius: 50%!important;}
#newBridge .nb-icon-right-bottom {
    right: 1%!important;
    bottom: 4%!important;
}
}

.xlc{background:url(../images/xx.png) top center no-repeat; height:780px; width:1260px; margin:auto; position:relative; top:180px;}
.xlcnr{width:80px; height:180px; position:absolute; z-index:10; padding-top:0px; padding-left:10px; border-left:1px solid rgba(255,255,255,0.8);background:url(../images/xx2.jpg) top left no-repeat;}
.xlcnr span{font-size:32px; line-height:32px; font-weight:bold; color:#fff;}
.xlcnr p{font-size:14px;  line-height:18px; color:#fff; padding-top:10px; text-align:left; }

.xlcnz{width:80px; height:180px; position:absolute; z-index:10; padding-top:20px; padding-left:10px; border-left:1px solid rgba(255,255,255,0.8);background:url(../images/xx2.jpg) bottom right no-repeat; }
.xlcnz span{font-size:32px; line-height:32px; font-weight:bold; color:#fff;}
.xlcnz p{font-size:14px;  line-height:18px; color:#fff; padding-top:10px;  text-align:left; }


.xlcnx{width:80px; height:180px; position:absolute; z-index:10; padding-top:0px; padding-left:10px; border-left:1px solid rgba(255,255,255,0.8); background:url(../images/xx2.jpg) bottom left no-repeat;}
.xlcnx span{font-size:32px; line-height:32px; font-weight:bold; color:#fff;}
.xlcnx p{font-size:14px; line-height:18px; color:#fff; padding-top:10px; text-align:left;  }


.yx_innovation {
    position: relative;
    height: 39vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yx_innovation>video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    object-fit: cover;
}

.yx_innovation .innovation_center {
    position: relative;
    z-index: 2;
    font-size: var(--yx_FS24);
    text-align: center;
    color: #fff;
}

.yx_innovation .innovation_center h1 {
    font-size: var(--yx_FS45);
}

.yx_innovation .innovation_center h1:after {
    content: '';
    width: 90px;
    height: 8px;
    display: block;
    background: #c0c738;
    margin: 1.5vw auto 2vw;
}

.yx_innovation .innovation_center a.more {
    width: 100px;
	height:100px;
    display: block;
    color: #0d57a7;
	margin:auto;
	margin-top:45px;
    background:rgba(255,255,255,0.4);
    border: 3px solid #fff;
	border-radius:100%;
	text-align:center;
}

.yx_innovation .innovation_center a.more:hover {
    color: #fff;
    background: #0d57a7;
    border-color: #fff;
}

#go_top {position: fixed;right:10px; bottom: 50px;z-index:99;width:60px; height:260px;}
#go_top a.t1 {background:#0143a4 url(../images/top1.png) no-repeat center; text-decoration:none; display:block;height:60px;border-radius: 2px;}
#go_top a.t1:hover {background:#ff6600 url(../images/top1.png) no-repeat center;}
#go_top a.t2 {background:#0143a4 url(../images/ft1.png) no-repeat center; text-decoration:none; display:block;height:60px;border-radius: 2px;}
#go_top a.t2:hover {background:#ff6600 url(../images/ft1.png) no-repeat center;}
.right-btn-group {width:60px;height:125px; margin:5px 0;}
.right-btn-group .show-tel,.right-btn-group .show-qq,.right-btn-group .show-ew, .right-btn-group .to-top {border-radius: 2px;}
.right-btn-group .show-tel a:hover span,.right-btn-group .show-qq a:hover span, .right-btn-group .show-ew a:hover span, .right-btn-group .to-top a:hover span {display: block}

.right-btn-group .to-top {width: 60px;height: 60px}
.right-btn-group .to-top a {border-radius: 2px;display: block;width: 60px;height: 60px;background:#0143a4 url(../images/tel.png) no-repeat center;}
.right-btn-group .to-top a:hover {background: #ff6600 url(../images/tel.png) no-repeat center}
.right-btn-group .to-top span {display: none;position: absolute;width: 210px;height:60px;top:130px;left: -210px;z-index: 5;color: #fff;background-color: #fff;text-align:center; color:#686868; font-size:14px; line-height:60px;-moz-box-shadow: 0px 0px 5px #ccc;-webkit-box-shadow: 0px 0px 5px #ccc;box-shadow:0px 0px 5px #ccc;}
.right-btn-group .to-top span:after {content: ' ';top:25px;right: -10px;width: 1px;height: 1px;display: block;position: absolute;z-index: 5;border-bottom: 5px transparent dashed;border-left: 5px #fff solid;border-right: 5px transparent dashed;border-top: 5px transparent dashed}



.right-btn-group .show-ew {width: 60px;height: 60px;margin-bottom:5px;}
.right-btn-group .show-ew img { width:150px; display:block;}
.right-btn-group .show-ew a {border-radius: 2px;display: block;width: 60px;height: 60px;background:#0143a4 url(../images/sou.png) no-repeat center;}
.right-btn-group .show-ew a:hover {background: #ff6600 url(../images/sou.png) no-repeat center}
.right-btn-group .show-ew span {display: none;position: absolute;width: 210px;height:60px;top:65px;left: -210px;z-index: 5;color: #fff;background-color: #f1f1f1;text-align:center; color:#686868; font-size:14px; line-height:60px;-moz-box-shadow: 0px 0px 5px #ccc;-webkit-box-shadow: 0px 0px 5px #ccc;box-shadow:0px 0px 5px #ccc;}
.right-btn-group .show-ew span:after {content: ' ';top: 25px;right: -10px;width: 1px;height: 1px;display: block;position: absolute;z-index: 5;border-bottom: 5px transparent dashed;border-left: 5px #fff solid;border-right: 5px transparent dashed;border-top: 5px transparent dashed}





/*sousuo*/
.gsjj_con1_div1{background: #fff; box-sizing: border-box;font-size: 0;padding: 30px 50px;  margin-bottom:30px;}

.divBox{width:100%;margin: 0 auto;}

.gsjj_con1{background: url(../images/jj1_02.jpg) no-repeat center center ;background-size: cover;}



.alzs .gsjj_con1_div1{background: #f1f1f1;}

.alzs .gsjj_con1_div1_al {background: #f1f1f1;}

.case .ej_nav_u1 li{width: 50%;}

.alzs_div_sousuo{font-size: 0;/*margin-bottom: 35px;*/}

.alzs_div_sousuo_span{display: inline-block;vertical-align: top;width: 200px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: white;

background: #ffd600;cursor: pointer;transition: 0.3s ease-in-out;}

.alzs_div_sousuo_span img{margin-right: 10px;margin-top: -2px;}

.alzs_div_sousuo_span:hover{background: #d8b607}

.alzs_div_sousuo input[type=text]{display: inline-block;vertical-align: top;width: calc(100% - 214px);margin-right: 14px;border: none;box-sizing: border-box;

height: 50px;background: white;padding-left:30px;font-size: 16px;}

.alzs_div_tx{font-size: 0;margin-top: 20px;display: none;}

.alzs_div_tx span{display: inline-block;vertical-align: top;width: 75px;font-size: 15px;color: #282828;font-weight: bold;}

.alzs_div_tx_u1{display: inline-block;vertical-align: top;width: calc(100% - 75px);font-size: 0;}

.alzs_div_tx_u1 li{display: inline-block;vertical-align: top;}

.alzs_div_tx_u1 li a{padding: 0 25px;border-right: 1px solid #e2e2e2;line-height: 1;font-size: 16px;color: #777;}

.alzs_div_tx_u1 li a:hover{color: #ffd600;}

.alzs_div_tx_u1 li.active a{color: #ffd600;}
.cpsan{ height:50px; width:200px; border:none; background:#0143a4; font-size:18px; color:#fff;}
.cpsan:hover{background:#ff6600; color:#fff;}


/**产品中心**/
.cpzx{
float: left;	
width: 100%;
height:635px;
background:url(../images/cpbj.jpg)top center no-repeat;	
background-size:cover;
margin-top:100px;
}

.buju{
width: 100%;
margin: 0 auto;
}

.cpzx1{
width: 40%;
height:635px;	
float: left;
background:rgba(13,87,167,0.8);
padding-left:10%;
}
.cpzx2{
font-size: 48px;
color: #FFFFFF;	
text-transform: uppercase;
font-family:Arial;
padding-top: 150px;
}
.cpzx2 span{
font-size: 38px;
font-weight:bold;
font-family: "微软雅黑";	
display: block;
}

.cpzx3{
font-size: 18px;
color: #FFFFFF;
font-family: "微软雅黑";	
padding-top: 100px;
line-height:38px;
}
.cpzx4 a{
width: 120px;
height: 30px;
border: 1px solid #FFFFFF;	
font-size: 14px;
font-family: "微软雅黑";
line-height: 30px;
display: block;
text-align: center;
border-radius: 50px;
margin-top: 30px;
color: #FFFFFF;
background:#877c5a ;
}
.cpzx4 a:hover{
background: #FF0000;	
}
.cpzx_right{


width: 40%;
height:545px;	
float: right;
background:rgba(13,87,167,0.5);
padding-top:90px;
padding-left:10%;

}
.cpzx_right1{
margin-top: 60px;
padding-top: 40px;
display: flex;
flex-flow: wrap;
justify-content: space-between;	
width: 460px;
height: 450px;
float: right;
background: url(../images/cpx.png)center no-repeat;
}
.cpzx_right2{
width: 196px;
height: 173px;
border: 1px solid #FFFFFF;	
text-align: center;
}
.cpzx_right2:hover{
background: #FF0000;	
}
.cpzx_right3{
width: 196px;
height: 85px;	
padding-top: 40px;	
}
.cpzx_right4 a{
/*display: block;	*/
height:30px;
line-height: 30px;
color: #FFFFFF;
font-size: 15px;
font-family: "微软雅黑";
}



.yx_about {
	height:714px;
    background: url(../images/aa.jpg) fixed;
    padding: 5% 0;
    background-size: cover;
    background-position: center center;
}

.yx_about_center {
    width: 94%;
    margin: 0 auto;
    text-align: left;
}

.yx_about_center span {
	font-size:38px; 
	color:#fff;
	font-weight:bold;
}

.yx_about_center>img {
    max-width: 420px;
    width: 27%;
    object-fit: contain;
    display: block;
    margin: 0 auto 10px;
}

.yx_about_center .iconBox {
    margin-bottom: 15px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yx_about_center .iconBox img {
    object-fit: contain;
    max-width: 100%;
}
.yx_about_center>p {
    font-size: 18px;
	line-height:50px;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.yx_about_center>p:before {
    content: '';
    background: url(../images/line.png);
    max-width: 485px;
    width: 100%;
    height: 7px;
    position: absolute;
    left: 50%;
    bottom: 4px;
    transform: translateX(-50%);
    z-index: -1;
}

.yx_about_center ul.f-cb {
	
}

.f-cb li{margin-bottom:70px; width:315px; height:100px;}

.yx_about_center ul.f-cb h2.counter {
    font-size: 70px;
    color: #fff;
    line-height: 100%;
    font-family: 'Poppins_blod';
	float:left;
}

.yx_about_center ul.f-cb span.count-unit {
    font-size:20px;
	float:left;
	color: #fff;
}

.yx_about_center ul.f-cb p {
    font-size:20px;
    color: #fff;
    margin-top: 10px;
	float:left;
}


.con_03{width:96%; margin:auto;}
.con_03 .title{text-align:center;}
.con_03 .title h1{ text-transform:uppercase;font-weight: bold;font-size: 70px;color: #f3f6f8;line-height: 70px;font-family:Arial;}
.con_03 .title h2{color: #333;font-size: 40px;font-weight: bold;margin-top: -35px;font-family:Arial;}
.con_03 ul{margin-top:40px;display: flex; flex-wrap: wrap; justify-content: space-between;}
.con_03 ul li{background:#fff;--webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);width:31%; padding-top:20px; height:350px; margin-top:1%; margin-bottom:2%;  text-align:center;border-radius:10px;}
.con_03 ul li:hover{background:#2a4687;}
.con_03 ul li dl dt{margin-top:15px; margin-bottom:10px;}
.con_03 ul li dl dt img{ height:70px;}
.con_03 ul li dl dd{padding:1% 7% 0;font-size:16px; line-height:32px;}
.con_03 ul li dl dd span{font-size:26px; line-height:62px; font-weight:bold; color:#212121;}
.con_03 ul li:hover dl dd span{color:#fff;}
.con_03 ul li:hover dd{color:#fff;}

@media(max-width:2800px) {
	
	
.con_03 ul li dl dd{padding:1% 7% 0;font-size:22px; line-height:32px;}
.con_03 ul li dl dd span{font-size:34px; line-height:72px; font-weight:bold; color:#212121;}
	
	}




@media(max-width:1440px) {
	
.con_03 ul li dl dd{padding:1% 7% 0;font-size:16px!important; line-height:32px!important;}
.con_03 ul li dl dd span{font-size:22px!important; line-height:62px!important; font-weight:bold; color:#212121;}
	
	}


a.zzb07link{
	line-height:22px;
	text-decoration:none;
	color:  rgba(255,255,255,.8);
}

a.zzb07link:hover {
	text-decoration: underline;
	color: #FF6500;
}
.zzb07tail
{
color:  rgba(255,255,255,.8);
}

.dbfooter{width:1260px; margin:auto;display: flex; flex-wrap: wrap; justify-content: space-between;}
.dbfooterz{width:35%; font-size:15px; color:#FFF; line-height:30px;}
.dbfooterzz{width:50%; font-size:15px; color:#FFF; line-height:30px;}
.dbfooterr{width:15%;}
.dbfooterbq{text-align:center; padding-top:30px; border-top:1px solid rgba(255,255,255,0.3); margin-top:40px; font-size:15px; color:#FFF; }

.mbfor{display:none;}
.mbdh{ display:none!important;}
#mccp{ display:none;}
.footer4{ display:none;}

.sygd{margin:auto; width:1260px; padding-top:0px; padding-top:55px;}
#kai{ display:none!important;}

.cpfl a{width: 100%;height: 50px;line-height: 50px;text-align: center; font-weight:bolder;	font-size: 18px!important; display: block;color: #fff; margin-top:20px;font-weight:normal; background:#00a2e9;}
.cpfl a:hover{background: #2f318b; color:#FFF;	}

@media all and (max-width:768px){
#kai{ display:block!important; margin-bottom:50px; margin-top:50px;}
.mbfor{display: block;}
.mbdh{ display:block!important;}
#mccp{ display:block;}
.footer4{ display:block;}
	
#wu{ display:none!important;}
#go_top{ display:none!important;}
	
.sygd{margin:auto; width:100%; padding-top:0px; padding-top:55px;}
.footer_content_left{ display:none;}

.bwz{font-weight:bold; color:#FFF; font-size:26px; width:90%; line-height:40px; padding-top:24%; padding-left:7%;text-shadow: 2px 2px #000; letter-spacing:3px;}
.bwz span{font-size:16px; font-weight:normal; line-height:32px;  text-transform:uppercase; letter-spacing:0px;}

.banner_img{background-size:120%!important; }
.banner_content {
  width: 100%;
  height:250px!important;
  position: relative;
  display:block!important;
}

.banner {
  width: 100%;
  height:250px!important;
}


.banner .swiper-slide .banner_img {
  width: 100%;
  height:350px!important;
  background-position: center;
  background-size: cover;
}

.con_03{width:96%; margin:auto;}
.con_03 .title{text-align:center;}
.con_03 .title h1{ text-transform:uppercase;font-weight: bold;font-size: 70px;color: #f3f6f8;line-height: 70px;font-family:Arial;}
.con_03 .title h2{color: #333;font-size: 40px;font-weight: bold;margin-top: -35px;font-family:Arial;}
.con_03 ul{margin-top:40px;display: flex; flex-wrap: wrap; justify-content: space-between;}
.con_03 ul li{background:#fff;--webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);width:100%; padding-top:20px; height:270px; margin-top:1%; margin-bottom:2%;  text-align:center;border-radius:10px;}
.con_03 ul li:hover{background:#2a4687;}
.con_03 ul li dl dt{margin-top:15px; margin-bottom:10px;}
.con_03 ul li dl dt img{ height:70px;}
.con_03 ul li dl dd{padding:1% 7% 0;font-size:16px; line-height:32px;}
.con_03 ul li dl dd span{font-size:26px; line-height:62px; font-weight:bold; color:#212121;}
.con_03 ul li:hover dl dd span{color:#fff;}
.con_03 ul li:hover dd{color:#fff;}

.yx_about_center ul.f-cb h2.counter {
    font-size: 40px;
    color: #fff;
    line-height: 100%;
    font-family: 'Poppins_blod';
	float:left;
}

.yx_about_center ul.f-cb p {
	display:none;
}

.dbfooter{width:100%; margin:auto;display: flex; flex-wrap: wrap; justify-content: space-between;}
.dbfooterz{width:90%; margin:auto; font-size:15px; color:#FFF; line-height:30px;}
.dbfooterzz{ display:none;}
.dbfooterr{width:15%; display:none;}
.dbfooterbq{text-align:center; padding-top:30px; border-top:1px solid rgba(255,255,255,0.3); margin-top:40px; font-size:15px; color:#FFF; }
.gui_tit{text-align: center; padding-top:50px; font-size: 26px;color: #212121;line-height: 48px;background: url(../images/yinz_tico.png) no-repeat center bottom;}
.guide{padding: 5px 0 0px;}
}


.Hyy{width:120px; height:80px; line-height:80px; font-size:17px; float:right; color:#333; text-align:center;}
.Hyy:hover{background:#0d57a7; color:#FFF;}
.Hyy:hover .yy{display:block;}

.yy{ background:#fff; top:80px; display:none;}
.yy ul li a{  width:120px; height:42px; line-height:42px;text-align:center; color:#000; display:block; font-size:16px;}
.yy ul li a:hover{ background:#0d57a7; color:#FFF;}

