@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:;
  color: #272727;
  font-size: 15px;
  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 all and (max-width:3000px){
	
.nynr{ width:80%!important; margin:auto; font-size:16px; line-height:34px; color:#414141; text-align:justify; padding-bottom:75px;}
.nycpdel{width:800px!important; border:1px solid #e8e9ea; height:400px; text-align:center; padding:20px;}
.nycpdel img{  width:100%!important; height:400px;object-fit: cover;}
.nycpdelcs{width:60%!important; padding-bottom:75px;}
  /*9*/
}



@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: #00a29a;
  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: #00a29a;
}

.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(0, 162, 154, 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: #00a29a;
  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: rgba(0, 162, 154, 0.85);
  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: rgba(0, 162, 154, 0.7);
}

.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: #00a29a;
  }

  .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(0, 162, 154, 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: #00a29a;
  font-size: 0.52rem;
  line-height: 1.4em;
}

.index_title_content_green h6 {
  font-weight: normal;
  font-size: 0.24rem;
  color: #00a29a;
  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: #00a29a;
  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(0, 162, 154, 0.6), rgba(13, 87, 167, 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(0, 162, 154, 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(0, 162, 154, 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(0, 162, 154, 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(0, 162, 154, 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: 0.52rem;
  line-height: 1.23em;
  color: #00a29a;
  margin-bottom: 0.25rem;
}

.factory_right_word p {
  font-size: 0.24rem;
  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: #00a29a;
  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: #00a29a;  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(0, 162, 154, 0.4);
  background: #00a29a;
}

.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: #00a29a;
  margin: 0 0.15rem !important;
  opacity: 0.5;
}

.factory_circle .swiper-pagination-bullet-active {
  background: #00a29a;
  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(0, 162, 154, 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(0, 162, 154, 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: #00a29a;
  }

  .factory_right_list ul li:hover .factory_word h4 {
    color: #00a29a;
  }

  .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(0, 162, 154, 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: #00a29a;
  box-shadow: -10px 0 20px rgba(0, 162, 154, 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: #00a29a;
  }

  .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(0, 162, 154, 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: 98%;
  margin-left:2%;
  margin-top:2%;
}

.about_content {
  width: 98%;
  background: #fff;
}

.about_content_left {
  width: 49%;
  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.88rem;
}

.about_title {
  text-align: left;
}

.about_content_right h4 {
  font-size: 0.2rem;
  color: #565656;
  line-height: 1.5em;
  margin-top: 0.25rem;
  margin-bottom: 0.3rem;
}

.about_content_right p {
  font-size: 0.16rem;
  line-height: 2em;
  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: 48%;
    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(0, 162, 154, 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(0, 162, 154, 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: #00a29a;
  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 #00a29a;
}

.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 #00a29a;
    padding-bottom: 3.2vw;
  }

  .news_left_img {
    border-radius: 1vw;
  }

  .news_list ul li:hover {
    border-bottom: 0.2vw solid #00a29a;
  }

  .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(0, 162, 154, 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.62rem;
  line-height: 1.5em;
}

.video_word p {
  font-size: 0.3rem;
  letter-spacing: 0.4px;
  line-height: 1.4em;
  margin-top: 0.1rem;
}

.video_word img.video_play {
  width: 0.68rem;
  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: #00a29a;
    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: #00a29a;
  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: #00a29a;
  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(0, 162, 154, 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: #00a29a;
    margin-top: 0;
  }

  .custom_title h3 br {
    display: none;
  }

  .custom_title h6 {
    display: block;
    color: #00a29a;
  }

  .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(0, 162, 154, 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: #00a29a;
    margin: 0 0 1vw 0;
  }

  .custom_content_list ul li p {
    font-size: 3.4vw;
    color: #555555;
    line-height: 1.4em;
  }
}

/* footer */
/* 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(0, 162, 154, 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(0, 162, 154, 0.75);
    left: auto;

}
#newBridge .nb-icon-base{border-radius: 50%!important;}

@media screen and (max-width:1024px) {
#nb_icon_wrap{width: 11.8vw!important; height: 11.8vw!important;box-shadow: 0 0 10px rgba(0, 162, 154, 0.75)!important; border-radius: 50%!important;}
#newBridge .nb-icon-right-bottom {
    right: 1%!important;
    bottom: 4%!important;
}
}

.nydh{ height:60px; width:100%; margin:auto;}


a.dh1 { font-family:"微软雅黑"; font-size: 16px; line-height:50px; color: #fff; background:#ff6600; display:block; width:15%; margin-left:10px; margin-right:10px; height:50px; text-align:center; border-radius:10px; background:#ff6600;}
a.dh1:visited {font-style: normal; color: #fff; text-decoration: none;}
a.dh1:hover { color:#ffffff; text-decoration: none; background:#212121; }
a.dh1:active { color: #ffffff; background:#212121;}



a.dh2 { font-family:"微软雅黑"; font-size: 16px; line-height:60px; color: #212121; background:rgba(255,255,255,0.8); display:block; width:49.85%; height:60px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
a.dh2:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh2:hover { color:#fff; text-decoration: none; background:#00a2e9;}
a.dh2:active { color: #ffffff; background:#1F63E9;}


a.dh3 { font-family:"微软雅黑"; font-size: 16px; line-height:60px; color: #212121; background:rgba(255,255,255,0.8); display:block; width:33.2%; height:60px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
a.dh3:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh3:hover { color:#fff; text-decoration: none; background:#00a2e9;}
a.dh3:active { color: #ffffff; background:#1F63E9;}

a.dh4 { font-family:"微软雅黑"; font-size: 16px; line-height:60px; color: #212121; background:rgba(255,255,255,0.8); display:block; width:24.8%; height:60px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
a.dh4:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh4:hover { color:#fff; text-decoration: none; background:#00a2e9;}
a.dh4:active { color: #ffffff; background:#1F63E9;}



a.dh5 { font-family:"微软雅黑"; font-size: 16px; line-height:60px; color: #212121; background:rgba(255,255,255,0.8); display:block; width:19.8%; height:60px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
a.dh5:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh5:hover { color:#fff; text-decoration: none; background:#00a2e9;}
a.dh5:active { color: #ffffff; background:#1F63E9;}



a.dh6 { font-family:"微软雅黑"; font-size: 16px; line-height:60px; color: #212121; background:rgba(255,255,255,0.8); display:block; width:16.5%; height:60px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
a.dh6:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh6:hover { color:#fff; text-decoration: none; background:#00a2e9;}
a.dh5:active { color: #ffffff; background:#1F63E9;}



a.dh7 { font-family:"微软雅黑"; font-size: 16px; line-height:60px; color: #212121; background:rgba(255,255,255,0.8); display:block; width:14.2%; height:60px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
a.dh7:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh7:hover { color:#fff; text-decoration: none; background:#00a2e9;}
a.dh7:active { color: #ffffff; background:#1F63E9;}


a.dh8 { font-family:"微软雅黑"; font-size: 16px; line-height:60px; color: #212121; display:block; width:12.3%; height:60px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
a.dh8:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh8:hover { color:#fff; text-decoration: none; background:#00a2e9;}
a.dh8:active { color: #ffffff; background:#1F63E9;}


a.yf1 { font-family:"微软雅黑"; font-size: 14px; line-height:50px; color: #000; background:#E8E8E8; display:block; width:13%; height:50px; text-align:center; border-radius:10px;}
a.yf1:visited {font-style: normal; color: #000; text-decoration: none;}
a.yf1:hover { color:#ffffff; text-decoration: none; background:#ff6600; }
a.yf1:active { color: #ffffff; background:#1F63E9;}


.bti{ font-size:125px; line-height:125px; font-weight:bold; color:#f4f4f4; text-transform:uppercase; width:850px; margin:auto; text-align:center; padding-bottom:40px; font-family:Arial; position:relative;}
.bti01{font-size:38px; line-height:34px; font-weight:bold; width:100%; color:#212121; font-family:'微软雅黑'; top:28px;  position: absolute; z-index:2;}
.bti02{ display:block; font-size:16px; font-weight:normal;  font-family:'微软雅黑'; top:16px; width:100%;  color:#888;  position: absolute; z-index:2;}

.gg{ padding-top:75px;}

.abti{padding-bottom:35px; text-align:center; margin:auto; width:100%; position: absolute; z-index:2; font-weight:normal;}
.abtiwz{ text-align:center; line-height:40px; color:#fff; font-size:22px; font-family:'微软雅黑';}
.abtiwz span{ text-align:center; color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:28px;}



.nynr{ width:1260px!important; margin:auto; font-size:16px; line-height:34px; color:#414141; text-align:justify; padding-bottom:75px;}




/*sousuo*/
.gsjj_con1_div1{background: #fff; box-sizing: border-box;font-size: 0;padding: 30px 50px;  margin-bottom:30px;}

.divBox{width:1260px;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;}


/*sousuo e*/

.p_list{ width:1260px; margin:0px auto; line-height:40px;}
.p_list h1{ color:#2d9e26; font-weight:normal; border-bottom:solid 1px #e9e9e9; padding-bottom:10px; font-size:24px;}
.table{ padding:15px 0;}
.table td{ text-align:left; padding:5px 30px;}
.table td a{ text-align:left; padding:5px 30px; color:#212121;}
.table tr:nth-child(odd){ background:#f5f3f0;}
.table tr:nth-child(even){ background:#fff;}

.p_detail{ width:1260px; margin:0px auto;line-height:35px; color:#737373;}
.p_detail h4{ color:#FFFFFF; font-weight:normal; border-top:solid 3px #ff6600; background:#f9f9f9; margin-top:20px;}
.p_detail h4 span{ background:#ff6600; width:150px; line-height:40px; display:block; text-align:center;}
.p_detail h2{ font-weight:normal; color:#3c3c3c; text-align:center; line-height:50px; font-size:20px;margin-top:20px;}



a.ank {color:#ffffff; margin:auto; background:#FF7702; width:90px; height:30px; line-height:30px; text-align:center; display:block; font-size:13px; border-radius:3px;}
a.ank:hover{color:#ffffff; background:#ff6600; width:90px; height:30px; line-height:30px; text-align:center; display:block; text-decoration:none;}

.pro{ width:100%; margin-bottom:20px;}
.pro  ul{ width:100%; float:left;}
.pro  ul li{ width:32%; float:left; margin:10px 0 ; border-top:4px solid #f1f1f1; margin-bottom:30px;}
.pro  ul li span img{ width:100%; border-radius:5px; height:259px;}
.pro  ul li:nth-child(3n-1){ margin:10px 2%;}
.pro  ul li p{ line-height:32px; color:#fff; text-align:center; float:left; width:100%; padding:10px 0; background:#333;}
.pro  ul li a:hover p{ background:#ff6600; color:#fff;}




/*-----------翻页样式-----------*/
.contentPage{text-align: center; margin:0px 3px; padding:0px; padding-top:15px; width: 100%; color: #666; line-height: 30px; text-decoration: none;}
.contentPage a:link {color: #036cb4; text-decoration: none; font-size: 12px; margin:0px 3px; padding:4px 7px; border: 1px solid #eeeeee; font-weight: normal;}
.contentPage a:visited {color: #036cb4; text-decoration: none; font-size: 12px; margin:0px 3px; border: 1px solid #eeeeee; padding:4px 7px; font-weight: normal;}
.contentPage a:hover {color:#FFF; margin:0px 3px; font-size: 12px; text-decoration: none; padding:4px 7px; background-color:#0d499f; font-weight:normal;}
.contentPage .current{color:#f00; text-decoration: none; font-size: 12px; margin: 0px; border:0px solid #f00; padding:4px 7px; font-weight: normal;}
.contentPage .zi{font-size:12px; font-weight:bold; float:none!important;}
.contentPage .zi form{ display:inline;}
.contentPage .zi form input[type="text"]{ border:1px solid #CCC; line-height:18px; width:25px!important;}
.contentPage .zi form input[type="submit"]{ background-color:#CCC; border:0px; line-height:20px; color:#FFF; cursor:pointer;}
/*-----------content pages end-----------*/
.cpsan{ height:50px; width:200px; border:none; background:#1d9ff5; font-size:18px; color:#fff;}
.cpsan:hover{background:#ff6600; color:#fff;}


.nycpsan01{ height:33px; width:95px; border:none; background:#e12615; font-size:14px; color:#fff; margin-top:3px;}
.nycpsan01:hover{background:#ff6600; color:#fff;}

.ny_news {width:100%;  text-align:left; line-height:28px; padding-bottom:75px;}
.new2{ width:100%; float:left; border-bottom:#e9e9e9 solid 1px; color:#666; padding-top:40px; padding-bottom:40px; }

.n_l{ width:15%; float:left; margin-right:40px; border-top:#ff6600 solid 2px; text-align:center;}
.n_l h1{ padding:40px 0; font-size:44px; font-weight:bold;}
.n_r{ width:80%; float:left;}
.n_r h2{ color:#ff6600; margin-bottom:10px; font-weight:normal; font-size:18px; font-weight:bold;}
.n_r h2 a{ color:#3c3c3c;}
.n_r h2 a:hover{ color:#ff6600;}
.n_r h4{ width:120px; line-height:32px; border:#ff6600 solid 1px; background-color:#ff6600; color:#fff; text-align:center; margin-top:20px; font-weight:normal;}
.n_r h4 a{ color:#fff;}
.n_r h4 a:hover{ text-decoration:underline;}

.m3{width:150px; line-height:30px; text-align:center; float:left; color:#FFFFFF; margin-top:30px;}

.m3 a{width:150px; line-height:30px; float:left; background:#ff6600; color:#FFFFFF!important;
transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}

.m3 a:hover{ color:#FFFFFF!important; background:#ff6600; width:200px;
transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}



.pro{ width:100%; margin-bottom:20px;}
.pro  ul{ width:100%; float:left;}
.pro  ul li{ width:32%; float:left; margin:10px 0 ; border-top:4px solid #f1f1f1; margin-bottom:30px; text-align:center;}
.pro  ul li span img{ width:300px; height:250px;}
.pro  ul li:nth-child(3n-1){ margin:10px 2%;}
.pro  ul li p{ line-height:32px; color:#fff; text-align:center; float:left; width:100%; padding:10px 0; background:#333;}
.pro  ul li a:hover p{ background:#148a00; color:#fff;}


.hzk{width:23%; padding-top:10px; height:120px; text-align:center; background:#FFF; border-radius:10px; border:4px solid #eaeaea; font-size:14px; font-weight:bold; margin-bottom:40px;}

.jyln{width: 1260px; margin:auto;	background: #fff; margin-bottom:20px; }
.jyln1{float: left;	width: 540px; overflow:hidden;}
.jyln2{float: right; width:600px; font-size: 20px; color:#333333; font-weight:bold;}
.jyln3{font-size: 16px;color: #666666; line-height:32px; font-weight:normal; padding-top: 20px; text-align:justify;}

.jyln4 a{width: 100px;height: 25px;line-height: 25px;text-align: center;	font-size: 14px;display: block;border: 1px solid #BCBCBC;border-radius: 50px;color: #666;margin-top:20px;
font-weight:normal;}
.jyln4 a:hover{background: #414141; color:#FFF;	}


.wenhua{ width:1260px; height:auto; margin:auto;display: flex; flex-wrap: wrap; justify-content: space-between;}

.whnr{width:50%; height:420px; background:#EEEEEE; overflow:hidden;}
.whnr img{ width:100%; height:100%;object-fit: cover;}
.whbt{font-size:30px; font-weight:bold; color:#333; text-align:center; background:url(../images/xxx.jpg) bottom center no-repeat; margin-top:50px; padding-bottom:20px;}
.whsm{padding:20px 60px 50px 60px; font-size:16px; line-height:36px; color:#414141; text-align:justify;}


.sjgck{ width:100%; margin:auto; display: flex; flex-wrap: wrap; justify-content: space-between; }

.gck{ width:360px; height:auto; margin-bottom:40px; overflow:hidden;}
.gckimg img{ width:360px; height:232px; overflow:hidden; border-radius:30px;}
.gckbt1{ text-align:center; display:block; height:40px;line-height:40px; font-size:16px; margin-top:15px; color:#414141;}

.gckimg01 img{ width:360px; height:232px; }
.gckimg01 a:hover img{ width:370px; height:242px;margin-left:-10px; margin-top:-6px; -moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}

.jssm{ width:750px; margin:auto; height:542px; padding-top:45px; padding-left:450px;}
.jssm01{ width:670px; text-align:justify; padding-left:40px; padding-top:40px; padding-right:40px; background-color:rgba(2,122,106,0.6); height:454px; color:#FFF; font-size:16px; line-height:32px;}

.jssm02{ font-size:64px; line-height:44px; padding-bottom:20px; color:#fff; font-weight:bold;}
.jssm02 span{font-size:18px; font-weight:normal; color:#FFFFFF; font-family:'微软雅黑';}
.yuangong{width:40%; line-height:46px; padding:3%; font-size:14px; margin-bottom:30px; color:#333; background:#E9E9E9; border:1px solid #DBDADA; text-align:center;}


.nylx{width:48%; padding-top:20px;}

.lxwmbt{ font-size:48px; color:#D6D6D6; text-transform:uppercase; padding-bottom:15px; font-family:Arial;}
.lxwmbt span{ text-align:center; font-size:48px; color:#89A5F7; text-transform:uppercase;padding-bottom:20px; font-family:Arial;}
.lxwmbt p{ display:block; font-size:35px; color:#303030; font-weight:normal; font-family:'微软雅黑';}

.yuangong{width:48%; line-height:28px; padding:2%; font-size:14px!important; margin-bottom:50px; color:#333; background:#fff; border:8px solid #E9E9E9; text-align:center; overflow:hidden;}
.yuangong a{color:#de0218; font-weight:bold;}
.yuangong span{color:#333;}
.yuangong img{width:100%!important; height:350px; object-fit: cover; margin-bottom:2%;}
.yuangong:hover img{width:110%!important; height:375px; margin-top:-25px; margin-left:-25px;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}


.yuangong01{width:42%; line-height:26px; padding:3%; font-size:14px!important; margin-bottom:50px; color:#333; background:#E9E9E9; border:1px solid #DBDADA; text-align:center;}
.yuangong01 img{ width:100%!important; margin-bottom:20px; height:350px;}

.yuangong01 a{ color:#212121; font-size:20px; line-height:32px;}


.yuangong02{width:25%; line-height:28px; padding:2%; font-size:14px!important; margin-bottom:50px; color:#333; background:#fff; border:2px solid #E9E9E9; text-align:center; overflow:hidden; float:left; margin-left:20px; margin-right:20px;}
.yuangong02 a{color:#212121; font-weight:bold;}
.yuangong02 img{width:100%!important;  object-fit: cover; margin-bottom:2%;}




.project{ height:240px; width:1200px; margin:auto; background:#F6F6F6; margin-bottom:40px;}
.projectbtk{ padding-top:30px; padding-bottom:10px; padding-right:20px; width:720px; float:right; height:150px;}
.projectbt a{ line-height:42px; color:#414141; font-weight:bold; font-size:18px;}
.projectbt a:hover{ color:#FF3600;}
.projectbt01 a{ line-height:52px; color:#7d7d7d; font-weight:bold; font-size:16px;}
.projectbt01 a:hover{ color:#FF3600;}

.projectnr{ line-height:24px; color:#7d7d7d; font-size:14px; padding-bottom:35px; padding-top:10px; text-align:justify; border-bottom:1px dotted #c6c1bd;}

.projectimg{ width:426px; height:240px; float:left; background:#f5f5f5; overflow:hidden;}
.projectimg img{ width:426px; height:240px; object-fit: cover;}
.projectimg img:hover{ width:446px; height:250px; float:left; background:#f5f5f5; margin-left:-8px; margin-top:-4px;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}

.index_cp02{ width:1260px; margin:auto; display: flex; flex-wrap: wrap; justify-content: space-between;}
.index_cp02 dl{ width:365px; height:420px; margin-bottom:70px; overflow:hidden;}
.index_cp02 dl dt{ height:246px; overflow:hidden; background:#F6F6F6;}
.index_cp02 dl dt:hover img{ height:266px; width:375px; margin-left:-8px; margin-top:-4px;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.index_cp02 dl dd{ width:307px; height:106px; padding:19px 29px 0; border-top:none; background:#F6F6F6;}
.index_cp02 dl dd h2{ height:80px;}
.index_cp02 dl dd h2 a{ text-transform:uppercase; display:block; font-size:16px; line-height:30px; color:#2c353c; font-weight:bold;}
.index_cp02 dl dd h2 a:hover{ color:#F00;}
.index_cp02 dl dd span{ margin:5px 0 13px; display:block; line-height:21px; font-size:12px; color:#616e77; line-height:21px; height:42px; overflow:hidden;}
.index_cp03{ font-size:16px; color:#2c353c; width:120px; height:32px; border:1px solid #CCC; display:block; text-align:center; line-height:32px;}
.index_cp03:hover{ color:#ffffff; text-decoration:underline; background:#F00;}


.nycpdel{width:420px!important; border:1px solid #e8e9ea; height:300px; text-align:center; padding:20px;}
.nycpdel img{  width:400px!important; height:300px;object-fit: cover;}
.nycpdelcs{width:700px!important; padding-bottom:75px;}



.nybti{padding-bottom:35px; text-align:center;}
.nybtiwz{ text-align:center; line-height:48px; color:#ccc; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-size:26px;}
.nybtiwz span{ text-align:center; color:#212121; font-family:'微软雅黑'; text-transform:uppercase; font-size:40px;}


a.cps2 {font-size: 16px!important; color: #ffffff; background:#149d83; display:block; width:170px;text-align:center; margin-left:10px;margin-right:25px; border-radius:50px;}
a.cps2:visited {color: #ffffff;}
a.cps2:hover {color:#ffffff; background:#212121;}
a.cps2:active {color: #ffffff;}


a.cps1 {font-size: 16px!important; color: #212121; border:2px dotted #afafaf; text-align:center; display:block; width:40%; text-align:center; padding:0px 20px 0px 20px;border-radius:50px;}
a.cps1:visited {color: #212121;}
a.cps1:hover {color:#ffffff;background:#149d83;}
a.cps1:active {color: #ffffff;}

.sygsjj{background:url(../images/abbj.png) center center no-repeat;background-size:cover;}
.sygsjj01{width:50%; height:500px;}
.sygsjj02{width:40%; margin-right:5%; padding-top:40px;}
.sygsjj02s{width:40%; margin-right:5%;}
.sygsjj02as{width:40%; margin-left:5%;}

.sygsjj02a{width:40%; margin-left:5%; padding-top:40px;}
.sygsjj03{color:#666; font-size:16px; line-height:28px; font-family: Tahoma, Geneva, sans-serif;}
.sygsjj04{color:#003c2a; font-size:32px; line-height:34px;}
.sygsjj05{color:#414141; font-size:18px; line-height:34px; width:100%; padding-top:40px; text-align:justify;}
.sygsjj05 span{ font-size:22px; line-height:50px; color:#212121;}

.sygsjj01a{width:50%; height:400px;}
.sygsjj06{color:#414141; font-size:22px; line-height:44px; width:100%; text-align:justify; font-weight:400;}


.aboutk{height: auto; width:100%; background-size:cover;}



.wm{margin:0 auto;width:1260px; padding-top:25px;}
.wm table tr td a{ color:#000;}
.wm table tr td a:hover{ color:#004687;}

.bak td,.bak th { font-size:14px; padding:5px 10px; line-height:28px; border:0; text-align:center;}
.bak th { background:#00a2e9; color:#fff;  text-align:center; font-size:18px; line-height:50px;}
.bak td{line-height:42px;font-size:15px;}
.bak tr:nth-child(odd){background:#fff;}
.bak tr:nth-child(even){background:#f3f7fa;}

/*主要样式*/
.subNavBox{width:100%;}
.subNav{ cursor:pointer;font-weight:bold;font-size:14px;color:#000;line-height:40px;padding-left:10px; background:#f0f0f0; margin-bottom:15px;}
.subNav:hover{color:#1a5ab1;}
.currentDd{color:#000;}
.subNav table td{ padding-left:10px; padding-right:10px;}
.currentDt{}
.navContent{display: none;border-bottom:solid 1px #e5e3da; padding-top:10px;}
.navContent li{ line-height:30px; width:98%; margin:0 auto}
.navContent li a{display:block;width:100%px;text-align:center;font-size:14px;line-height:30px;}
._btn {
    background-color: #1a5ab1;
    border-radius: 2px;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 15px 0;
    text-align: center;
    width: 85px;
}


/** 简历投递-css **/
.Form-J1 .Form-J1-Left { float: left; width: 50%; }
.Form-J1 .Form-J1-right { float: right; width: 50%; }
.Form-J1 .Form-J1-li { padding-top: 10px; }
.Form-J1 .Form-J1-li label { width: 5em; display: inline-block; color: #666; vertical-align: middle; }
.Form-J1 .Form-J1-li input { height: 28px; line-height: 28px; border: 1px #ddd solid; width: 70%; }
.Form-J1 .Form-J1-li textarea { border: 1px #ddd solid; width: 70%; }
.Form-J1 .Form-J1-li em { color: red; vertical-align: middle; padding-left: 10px; }
.Form-J1 .Form-J1-li input._yzm { width: 20%; }
.Form-J1 .Form-J1-li img { vertical-align: middle; padding-left: 10px; cursor: pointer; }
.Form-J1 .Form-J1-li b { color: #666; font-size: 12px; padding-left: 4px; }
.Form-J1 .Form-J1-li select { border: 1px #ddd solid; width: 70%; padding: 7px 0; }
.Form-J1 .Form-J1-Btn { clear: both; text-align: center; padding-top: 40px; }
.Form-J1 .Form-J1-Btn button { width: 90px; height: 24px; line-height: 24px; text-align: center; color: #fff; cursor: pointer; border:0; font-family:微软雅黑;}
.Form-J1 .Form-J1-Btn ._submit { background: #104ab6; margin-right: 10px; }
.Form-J1 .Form-J1-Btn ._reset { background: #909090; }

.nyban{height:62px; padding-top:480px;}

.nycul{height:650px; width:100%; background:url(../images/wbj.jpg) top center no-repeat; background-size:cover;display: flex; flex-wrap: wrap; justify-content: space-between; position:relative;}
.nyculk{width:17%; height:650px; padding:0% 3% 0% 3%;}
.nyculimg{padding-top:240px; padding-bottom:40px;}
.nyculx{height:2px; width:80px; background:#FFF;}
.nycul01{font-size: 20px; color:#FFF; margin-top: 47px;}
.nycul02{font-size: 20px; color:#FFF; margin-top: 10px;}
.nycul03{font-size: 16px; color: rgba(255,255,255,.7); margin-top: 30px;}
.nycul04{font-size: 15px; line-height:20px; color: rgba(255,255,255,.7); margin-top: 10px;}

.Hnylxz{width:40%; padding:0 3% 0 3%; height:580px; background:#5e5e5e; float:left; }
.Hnylxr{width:48%; height:580px; background:#fafafa; border:1px solid #5e5e5e;border-radius:5px; float:right;}

.Hlbbt{font-size:28px; font-weight:bold; color:#FFF; margin-top:0px; padding-bottom:30px;}
.Hlxnr{font-size:16px; line-height:34px; padding-left:90px; padding-bottom:50px;  padding-top:50px; color:#FFF; border-bottom:1px dotted #FFF; text-align:left;}
.Hlxnr a{color:#FFF;}
.Hlxnr a:hover{color:#f9b548;}
.cpsoubt{color:#262161; font-size:28px; line-height:28px; padding-top:60px; padding-bottom:30px; text-align:center; font-weight:bold;  background:url(../images/xx1.png) center bottom no-repeat;}

.kuang{ width:96%; height:40px; font-size:14px; color:#8b8b8b; border:1px solid #CFCFCF; padding-left:4%; margin-top:15px;}
.kuang01{ width:96%; height:82px; font-size:14px; color:#8b8b8b; border:1px solid #CFCFCF; padding-left:4%; margin-top:15px;}

.kuang3{ width:100%; height:54px; border:none; text-align:center; font-size:16px; background:#f9b548; color:#FFF; margin-top:15px; font-weight:bold;}
.kuang3:hover{ background:#212121;}


.xiangmu{ width:100%; margin:auto; height:220px; overflow:hidden; border:1px solid #e2e2e2;margin-bottom:40px;display: flex; flex-wrap: wrap; justify-content: space-between;}
.xiangmu:hover{border:1px solid #309255;box-shadow: 0 0 5px rgba(7,70,147,0.2);}
.xmnrimg{width:300px; height:220px;}
.xmnrimg img{width:300px; height:220px; }


.xmnrimg01{width:160px; height:220px;}
.xmnrimg01 img{width:160px; height:220px; }
.xmkuai01{width:81%; padding-top:15px;}



.xmkuai{width:71%; padding-top:15px;}
.xmnrbt{ margin-right:4%; font-size:18px; color:#038a5f; padding-top:20px; padding-bottom:20px; border-bottom:1px solid #e2e2e2;}

.xmnrbt01{ width:100px; display:block; padding-left:10px; padding-right:10px;border-radius:5px; color:#FFF; line-height:32px; background:#038a5f; margin-top:20px; text-align:center; font-size:16px;}
.xmnrbt01:hover{background:#144c9c;}


.xmnrbt a{color:#038a5f; font-size:22px; font-weight:bold;}



.xmnr{ padding-right:4%; font-size:18px; line-height:34px;}

a.as1 {font-size: 16px!important; color: #ffffff; background:#077ca1; display:block; width:140px; padding:10px 0px 10px 0px;text-align:center;border-radius:10px;margin-left:25px;margin-right:25px;}
a.as1:visited {color: #ffffff;}
a.as1:hover {color:#ffffff;background:#ff6600;}
a.as1:active {color: #ffffff;}

.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:2; 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:2; 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:2; 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;  }


#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}


/*-------底部-----------*/
a.s2:link {
	font-size: 16px;
	line-width: 2px;
	font-style: normal;
	color: #212121;
	text-decoration: none;
}
a.s2:visited {
	font-size: 16px;
	font-style: normal;
	color: #212121;
	text-decoration: none;
}
a.s2:hover {
	font-size: 16px;
	color: #E00025;
	text-decoration: none;
	position: relative;
	height: auto;
	top: 3px;
}
a.s2:active {
	font-size: 16px;
	color: #E00025;
}

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:25%; font-size:15px; color:#FFF; line-height:30px;}
.dbfooterzz{width:25%; font-size:15px; color:#FFF; line-height:30px;}
.dbfooterzzz{width:25%; 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;}
@media all and (max-width:768px){
	.table td a{ text-align:left; padding:5px 0px; color:#212121;}	
.mbfor{display: block;}
.mbdh{ display:block!important;}
#mccp{ display:block;}
#wu{ display:none!important;}
#go_top{ display:none!important;}
.footer4{ display:block;}

	.nydh{ display:none;}
	.mbdh{ display:block!important;}
	.mbfor{display:block;}
	#mccp{ display:block;}
	#pccp{ display:none;}
	#xw{ display:none;}
	#ee{ display:none;}
	#ff{ display:none;}
	.bti{ display:none;}
	.whnr{ width:100%;}
	
.sygd{margin:auto; width:100%; padding-top:0px; padding-top:55px;}
.footer_content_left{ display:none;}

.nyban{height:250px; padding-top:0px;width:100%; text-align:center;background-size:cover!important;}

.gg{ padding-top:0px;}
	
.alogo{ width:95%; margin:0 auto; padding-top:20px; padding-bottom:15px;}
.gsmc{ float:none; text-align:center; margin:0 auto}
.ayou{ float:none;margin:0 auto; width:95%}


.Hnylxz{width:94%; padding:0 3% 0 3%; height:580px; background:#5e5e5e; float: none; }
.Hnylxr{ display:none;}

.p_list{ width:94%; padding:0 3% 0 3%; margin:0px auto; line-height:40px;}

.yuangong01 img{ width:100%!important; margin-bottom:20px; height:150px;}

/*搜索*/
.sousuo{ width:100%;}
.sousuo_txt{ width:95%;}
.huanying{ float:none}
.search{ float:none; margin-top:20px;}
/*------------公司---------*/
.about{ width:95%; margin:0 auto; }
.abtu{ width:100%; float:none; overflow:hidden}
.abzuo{ float:none; width:100%; margin-bottom:40px;}
.cplist h2{ font-size:16px;  color:#333; text-align:center; padding-top:35px; margin-bottom:5px; padding-bottom:0px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.teshub ul li:nth-child(1){ line-height:25px; margin-top:15px; margin-bottom:10px;}
.teshub ul li{ line-height:45px;}

.nynr{ width:90%!important; padding-left:5%; padding-right:5%; margin:auto; font-size:16px; line-height:34px; color:#414141; text-align:justify; padding-top:40px; padding-bottom:0px;}

.wm{margin:0 auto;width:90%; padding-left:5%; padding-right:5%; padding-top:25px;}

.wenhua{ width:90%; padding-left:5%; padding-right:5%; height:auto; margin:auto;display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom:30px;}
.whbt{font-size:20px;}
.whsm{padding:20px 30px 50px 30px; font-size:16px; line-height:36px; color:#414141; text-align:justify;}


.s2{ font-size:14px;}
.nylx{width:100%; padding-top:20px;}

/*----------新闻---------*/
.tuijian{ width:45%;}
.tjxw{ width:100%;}

/*荣誉*/
.wd1200{width:95%;}
.rongzuo{ width:100%;}
.rongzuo ul li:nth-child(3){ margin-right:0px!important;}
.rongzuo ul li{width:24%; margin-right:1%; margin-left:1%;}
.rongyou{ display:none}

/*-------底部-----------*/
.foota{ width:95%; margin:0 auto;padding-bottom:50px; padding-top:50px;}
.footc{ width:95%;}
.fazuo{ float:none; width:100%}
.ewm{display:none}


/*----内页---*/

.nymain{ width:95%; margin:0 auto; padding-top:50px; padding-bottom:50px;}
.nyzuo{ width:23%; float:none; display:none}
.nyyou{ width:100%; float:none}

/*公司实景*/
.imglist1 ul li{text-align:center;float:left;display:inline;width:28%; margin:1%;overflow:hidden;background:#fff; border:1px dotted #ccc;border-radius:5px;box-shadow: 0px 10px 10px 0px rgba(0,0,0,.1); margin-bottom:20px;}
.imglist1 ul li img{background:#FFF; max-width:100%;object-fit: cover; }

.zu11{width:100%!important;   overflow:hidden!important;vertical-align: middle!important;display: table-cell!important;  }
.zu11  img{width:250px;object-fit: cover; height:150px!important;  overflow:hidden!important;}

table { width:100%!important;max-width:100%!important;} 
table td{table-layout:fixed; word-break: break-all; overflow:hidden; } 


.index_cp02{ width:100%; margin:auto; display: flex; flex-wrap: wrap; justify-content: space-between; }
.index_cp02 dl{ width:100%; height:320px; margin-bottom:70px; overflow:hidden;}
.index_cp02 dl dt{ height:186px; overflow:hidden; background:#F6F6F6;}
.index_cp02 dl dt img{ height:186px; width:100%; object-fit: cover;}
.index_cp02 dl dt:hover img{ height:206px; width:375px; margin-left:-8px; margin-top:-4px;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.index_cp02 dl dd{ width:80%; height: auto; padding:5% 10% 5% 10%; border-top:none; background:#F6F6F6;}
.index_cp02 dl dd h2 a{ text-transform:uppercase; display:block; font-size:16px; line-height:30px; height:80px; color:#2c353c; font-weight:bold;}
.index_cp02 dl dd h2 a:hover{ color:#F00;}
.index_cp02 dl dd span{ margin:5px 0 13px; display:block; line-height:21px; font-size:12px; color:#616e77; line-height:21px; height:42px; overflow:hidden;}

.n_l{display:none;}
.n_r{ width:100%; float:left;}

.index_cp03{ display:none;}

.nycpdel{width:98%; border:1px solid #e8e9ea; height:250px; text-align:center; padding:20px;}
.nycpdel img{  width:100%; height:300px;object-fit: cover;}
.nycpdelcs{width:100%; padding-bottom:75px;}

.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;}
.dbfooterzzz{width:90%; margin:auto; font-size:15px; color:#FFF; line-height:30px; margin-top: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;}

a.cps1 {font-size: 16px!important; color: #212121; border:2px dotted #afafaf; text-align:center; display:block; width:100%; text-align:center; padding:0px 20px 0px 20px;border-radius:50px;}

.nybti{padding-top:35px; padding-bottom:0px; text-align:center;}

.nycpdel{width:98%!important; border:1px solid #e8e9ea; height:250px; text-align:center; padding:20px;}
.nycpdel img{  width:100%!important; height:220px; object-fit: cover;}
.nycpdelcs{width:100%; padding-bottom:75px;}

.nycul{height: auto; margin-top:70px; width:100%; background:url(../images/wbj.jpg) top center no-repeat; background-size:cover;display: flex; flex-wrap: wrap; justify-content: space-between; position:relative; padding-top:50px; padding-bottom:50px;}
.nyculk{width:100%; height: auto; padding:0% 3% 0% 3%;}
.nyculimg{ display:none; padding-top:240px; padding-bottom:40px;}
.nyculx{display:none; height:2px; width:100%; background:#FFF;}
.nycul01{font-size: 20px; color:#FFF; margin-top: 47px;}
.nycul02{font-size: 20px; color:#FFF; margin-top: 10px;}
.nycul03{font-size: 16px; color: rgba(255,255,255,.7); margin-top: 30px;}
.nycul04{font-size: 15px; line-height:20px; color: rgba(255,255,255,.7); margin-top: 10px;}


}


.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;}
