* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
/*******************************
	-------[=公用]  sdfd-------
********************************/
.g-tit3 {
  padding-bottom: 10px;
  font-size: 16px;
  color: #4672c4;
  border-bottom: 1px solid #e4e4e4;
}
.g-tit3 span {
  font-weight: 400;
  color: #999;
  text-transform: uppercase;
}
.g-pages {
  text-align: center;
  font-size: 0;
  margin: 20px 0;
}
.g-pages li {
  display: inline-block;
}
.g-pages li a {
  display: block;
  padding: 4px 9px;
  margin: 0 2px;
  border: 1px solid #dbdbdb;
  font-size: 13px;
}
.g-pages li.on a,
.g-pages li a:hover {
  background-color: #4672c4;
  border: 1px solid #4672c4;
  color: #fff;
}
/*
-----------------[内页左侧]--------------*/
.g-cur {
  height: 40px;
  line-height: 40px;
  background: #f3f3f3;
}
.g-cur .wp {
  background: url('../images/home.png') left center no-repeat;
  padding-left: 20px;
  box-sizing: border-box;
}
.g-cur .wp a {
  color: #2f2f2f;
}
.g-cur .wp a:hover {
  color: #4672c4;
}
.row-b1 {
  overflow: hidden;
  padding: 20px 0 56px;
}
.row-b1 .col-l {
  width: 338px;
}
.row-b1 .col-r {
  float: none;
  overflow: hidden;
  margin-left: 400px;
}
.g-titIns1 {
  height: 44px;
  line-height: 44px;
  font-size: 20px;
  color: #545454;
  border-bottom: 1px solid #ebebeb;
  font-weight: normal;
  position: relative;
}
.g-titIns1::after {
  content: '';
  width: 80px;
  height: 1px;
  background: #4672c4;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.snv {
  padding-top: 12px;
  margin-bottom: 30px;
}
.snv li {
  line-height: 44px;
  background: url('../images/icon12.png') 6px 18px no-repeat;
  text-indent: 20px;
  -o-background-size: auto 10px;
  -ms-background-size: auto 10px;
  -moz-background-size: auto 10px;
  -webkit-background-size: auto 10px;
  background-size: auto 10px;
}
.snv li a {
  display: block;
  color: #000;
  font-size: 14px;
  border-bottom: 1px solid #f2f2f2;
}
.snv > li.on > a {
  color: #4672c4;
}
.snv-sub {
  padding-bottom: 10px;
  display: none;
}
.snv-sub dd {
  background: url('../images/icon12.png') 12px 18px no-repeat;
  text-indent: 26px;
  -o-background-size: auto 10px;
  -ms-background-size: auto 10px;
  -moz-background-size: auto 10px;
  -webkit-background-size: auto 10px;
  background-size: auto 10px;
}
.snv-sub dd.on a {
  color: #4672c4;
}
.m-info {
  padding: 15px 0;
}
.m-info p {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #2F2F22;
}
/*
-----------------[内页banner]--------------*/
.ban {
  height: 359px;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
}
/*******************************
	-------[=头部]-------
********************************/
.yunu-header {
  *zoom: 1;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  border-bottom: 1px solid #f1f1f1;
}
.yunu-header:after,
.yunu-header:before {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.yunu-header .logo {
  max-width: 320px;
  float: left;
  height: 80px;
  line-height: 70px;
}
.yunu-header .logo img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.yunu-header .tel {
  float: right;
  width: 30%;
  margin-top: 28px;
}
.yunu-header .tel p {
  float: right;
  padding-left: 30px;
  font-size: 16px;
  color: #666;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../images/i1.png);
}
.yunu-header .tel strong {
  font-size: 20px;
  color: #4672c4;
  font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
.hdr {
  float: right;
  width: 64%;
}
.banner {
  margin-top: 0px;
}
/*
-----------------[导航]--------------*/
.menuBtn {
  display: none;
  position: relative;
  float: right;
  margin-top: 5px;
  width: 40px;
  height: 40px;
  padding: 5px;
  cursor: pointer;
}
.menuBtn b {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #4672c4;
  margin: 5px 0 7px;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.menuBtn.open b {
  position: absolute;
  left: 5px;
  top: 35%;
  display: none;
  width: 30px;
}
.menuBtn.open b:first-child {
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.menuBtn.open b:last-child {
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.yunu-nav {
  float: right;
  width: 100%;
}
.yunu-nav > li {
  float: left;
  position: relative;
  margin: 0 30px;
}
.yunu-nav > li > a {
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.yunu-nav > li.on > a,
.yunu-nav > li:hover > a {
  color: #4672c4;
}
.yunu-nav dl {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-top: 15px;
  margin: 0 -48px;
  z-index: 99;
}
.yunu-nav dl:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -10px;
  width: 15px;
  height: 15px;
  background-color: #fefefe;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  z-index: -1;
}
.yunu-nav li:hover dl {
  display: block;
}
.yunu-nav dl dd a {
  display: block;
  padding: 0 25px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #000;
  font-size: 14px;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  text-indent: 0;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.yunu-nav dl dd:first-child a {
  border-radius: 5px 5px 0 0;
}
.yunu-nav dl dd:last-child a {
  border-radius: 0 0 5px 5px;
}
.yunu-nav dl dd a:hover {
  text-indent: 1em;
  background-color: #f2f2f2;
}
/*******************************-------[=首页]-------********************************/
.main {
  width: 96%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.main .video_box {
  margin: 50px auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.main .video_box .videob {
  width: 50%;
  height: auto;
  overflow: hidden;
  display: block;
  max-height: auto;
}
.main .video_box .info {
  font-size: 14px;
  max-width: 48%;
  line-height: 28px;
}
.main .video_box .info .title {
  font-size: 36px;
  font-weight: bold;
}
.main .video_box .info b {
  font-size: 22px;
}
.main .video {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.main .video .vide {
  height: auto;
  overflow: hidden;
  display: block;
  max-height: 500px;
}
.main .video .info {
  font-size: 14px;
  max-width: 40%;
  line-height: 28px;
}
.main .video .info .title {
  font-size: 36px;
  font-weight: bold;
}
.main .video .info b {
  font-size: 22px;
}
.main .index_item {
  margin-top: 50px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.main .index_item .item_bg {
  width: 100%;
  height: 100%;
}
.main .index_item .tiem_ap {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(to left, #ffffff 10%, rgba(255, 255, 255, 0));
}
.main .index_item .item_info {
  height: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.main .index_item .item_info .info_img {
  width: 90px;
  height: 200px;
  margin-bottom: 10px;
}
.main .index_item .item_info .info_txt {
  width: 100%;
  line-height: 32px;
  font-size: 18px;
  text-align: right;
  margin-bottom: 40px;
}
.main .index_item .item_info .info_txt b {
  font-size: 40px;
}
.main .index_item_left {
  margin-top: 50px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.main .index_item_left .item_bg {
  width: 100%;
  height: 100%;
}
.main .index_item_left .tiem_ap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0));
}
.main .index_item_left .item_info {
  height: 100%;
  max-width: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.main .index_item_left .item_info .info_img {
  width: 130px;
  margin-bottom: 10px;
}
.main .index_item_left .item_info .info_txt {
  width: 100%;
  line-height: 32px;
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px;
}
.main .index_item_left .item_info .info_txt b {
  font-size: 40px;
}
.main .wp {
  margin-top: 50px;
}
.main .ab {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
}
.main .abb {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.main .abb h2 {
  color: #0b8479;
}
.main .abb img {
  width: 200px;
}
.main .about {
  height: 80px;
  width: 100%;
  background: #dadada;
  margin-bottom: 20px;
  line-height: 80px;
  padding: 0;
}
.main .about h3 {
  font-size: 36px;
  color: #000;
}
@media screen and (min-width: 1200px) {
  .main {
    width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .main .video_box {
    margin: 50px auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .main .video_box .videob {
    width: 50%;
    height: auto;
    overflow: hidden;
    display: block;
    max-height: auto;
  }
  .main .video_box .info {
    font-size: 14px;
    max-width: 48%;
    line-height: 28px;
  }
  .main .video_box .info .title {
    font-size: 36px;
    font-weight: bold;
  }
  .main .video_box .info b {
    font-size: 22px;
  }
  .main .video {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .main .video .vide {
    height: auto;
    overflow: hidden;
    display: block;
    max-height: 500px;
  }
  .main .video .info {
    font-size: 14px;
    max-width: 40%;
    line-height: 28px;
  }
  .main .video .info .title {
    font-size: 36px;
    font-weight: bold;
  }
  .main .video .info b {
    font-size: 22px;
  }
  .main .index_item {
    margin-top: 50px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .main .index_item .item_bg {
    width: 100%;
    height: 100%;
  }
  .main .index_item .tiem_ap {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to left, #ffffff 10%, rgba(255, 255, 255, 0));
  }
  .main .index_item .item_info {
    height: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .main .index_item .item_info .info_img {
    width: 90px;
    height: 200px;
    margin-bottom: 10px;
  }
  .main .index_item .item_info .info_txt {
    width: 100%;
    line-height: 46px;
    font-size: 24px;
    text-align: right;
    margin-bottom: 40px;
  }
  .main .index_item .item_info .info_txt b {
    font-size: 40px;
  }
  .main .index_item_left {
    margin-top: 50px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .main .index_item_left .item_bg {
    width: 100%;
    height: 100%;
  }
  .main .index_item_left .tiem_ap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0));
  }
  .main .index_item_left .item_info {
    height: 100%;
    max-width: 46%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .main .index_item_left .item_info .info_img {
    width: 150px;
    margin-bottom: 10px;
  }
  .main .index_item_left .item_info .info_txt {
    width: 100%;
    line-height: 46px;
    font-size: 24px;
    text-align: left;
    margin-bottom: 10px;
  }
  .main .index_item_left .item_info .info_txt b {
    font-size: 40px;
  }
  .main .wp {
    margin-top: 50px;
  }
  .main .ab {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .main .abb {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .main .abb h2 {
    color: #0b8479;
  }
  .main .abb img {
    width: 200px;
  }
  .main .about {
    height: 80px;
    width: 100%;
    background: #dadada;
    margin-bottom: 20px;
    line-height: 80px;
    padding: 0;
  }
  .main .about h3 {
    font-size: 36px;
    color: #000;
  }
}
.tim_box {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.tim_box img {
  width: 100%;
}
.t_box {
  margin: 0 auto;
  width: 96%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.t_box img {
  width: 24%;
}
.info_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: solid 1px #5174cf;
  width: 60%;
  max-width: 260px;
  font-size: 18px;
  color: #5174cf;
  padding: 10px 20px;
  box-shadow: darkgrey 2px 2px 5px 1px ;
}
/*
-----------------[公用]--------------*/
.g-tit01 {
  text-align: center;
  padding: 50px 0 10px;
}
.g-tit01 h3 {
  margin-bottom: 20px;
  font-size: 36px;
  color: #4672c4;
  font-weight: bold;
}
.g-tit01 h4 {
  margin-bottom: 20px;
  font-size: 28px;
  color: #000;
  font-weight: bold;
}
.g-tit01 p {
  font-size: 16px;
  color: #4672c4;
}
.g-tit02 {
  font-size: 36px;
  color: #4672c4;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
.g-tit02 span {
  padding-right: 60px;
  background: url(../images/i6.png) right center no-repeat;
  -o-background-size: contain;
  -ms-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
/*
-----------------[banner]--------------*/
.banner .item .con {
  padding-top: 39%;
  background-repeat: no-repeat;
  background-position: center center;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.banner .slick-arrow {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  overflow: hidden;
  cursor: pointer;
  width: 82px;
  height: 82px;
  font-size: 0;
  line-height: 0;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: center center;
  -o-background-size: auto 30px;
  -ms-background-size: auto 30px;
  -moz-background-size: auto 30px;
  -webkit-background-size: auto 30px;
  background-size: auto 30px;
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  outline: 0;
  padding: 0;
}
.banner .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.banner .slick-prev {
  left: 0;
  background-image: url(../images/pres1.png);
}
.banner .slick-next {
  right: 0;
  background-image: url(../images/nexts1.png);
}
.banner .slick-dots {
  position: absolute;
  left: 0;
  bottom: 3%;
  width: 100%;
  text-align: center;
  z-index: 0;
  font-size: 0;
}
.banner .slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
.banner .slick-dots button {
  background-color: #71898a;
  border: solid 1px #4672c4;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
  width: 10px;
  height: 10px;
  outline: 0;
  font-size: 0;
  padding: 0;
}
.banner .slick-dots li.slick-active button {
  background: #4672c4;
  border: solid 1px #4672c4;
}
/*
-----------------[专业]--------------*/
.m-list01 {
  padding: 30px 0;
  background-color: #fff;
  overflow: hidden;
}
.ul-txt01 {
  overflow: hidden;
}
.ul-txt01 li {
  float: left;
  width: 25%;
  border-right: 1px solid #e3e3e3;
}
.ul-txt01 li:last-child {
  border-right: 0;
}
.ul-txt01 li .box {
  padding: 0 50px;
}
.ul-txt01 li .pic {
  margin-top: 17px;
  float: left;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.ul-txt01 li .pic img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.ul-txt01 li .txt {
  overflow: hidden;
  padding-left: 30px;
}
.ul-txt01 li .txt h3 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 15px;
  color: #333;
}
.ul-txt01 li .txt p {
  font-size: 16px;
  color: #666;
}
.m-list02 {
  background-color: #f2f2f2;
}
.ul-txt03 {
  padding: 50px 0;
  *zoom: 1;
}
.ul-txt03:after,
.ul-txt03:before {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.ul-txt03 li {
  float: left;
  width: 33.33%;
}
.ul-txt03 li:nth-child(2n) {
  margin-top: 0px;
}
.ul-txt03 li a {
  display: block;
  background-color: #fff;
  margin: 0 62px;
  border-radius: 10px;
  padding: 0 0px 54px;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.ul-txt03 li:hover a {
  background-color: #4672c4;
}
.ul-txt03 li .pic {
  width: 90%;
  max-height: 217px;
  line-height: 90px;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}
.ul-txt03 li .pic img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.ul-txt03 li .pic img.img2 {
  display: none;
}
.ul-txt03 li:hover .pic img.img1 {
  display: none;
}
.ul-txt03 li:hover .pic img.img2 {
  display: block;
}
.ul-txt03 li .txt {
  text-align: center;
  padding: 0px 54px;
}
.ul-txt03 li .txt h3 {
  padding: 20px 0;
  position: relative;
  font-size: 24px;
  color: #333;
  font-weight: 400;
}
.ul-txt03 li:hover .txt h3 {
  color: #fff;
}
.ul-txt03 li .txt h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 2px;
  background-color: #ff7200;
}
.ul-txt03 li:hover .txt h3:after {
  background-color: #fff;
}
.ul-txt03 li .txt p {
  margin: 30px 0;
  font-size: 16px;
  line-height: 24px;
  color: #888;
}
.ul-txt03 li:hover .txt p {
  color: #fff;
}
.ul-txt03 li .more {
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 80px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  color: #888;
  font-size: 16px;
}
.ul-txt03 li:hover .more {
  color: #fff;
  border-bottom: 1px solid #fff;
}
/*
-----------------[联系我们]--------------*/
.m-pic01 .item {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: center center;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.m-pic01 .item .pic {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 45%;
}
.m-pic01 .item .pic img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.m-pic01 .slick-dots {
  position: absolute;
  left: 0;
  bottom: 3%;
  width: 100%;
  text-align: center;
  z-index: 99;
  font-size: 0;
}
.m-pic01 .slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
.m-pic01 .slick-dots button {
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
  width: 8px;
  height: 8px;
  outline: 0;
  font-size: 0;
  padding: 0;
}
.m-pic01 .slick-dots li.slick-active button {
  background: #4672c4;
}
/*
-----------------[新闻中心]--------------*/
.row-a3 {
  margin: 0px 0;
}
.m-list03 .g-tit02 {
  float: left;
}
.ul-tab01 {
  float: right;
}
.ul-tab01 li {
  float: left;
  width: 170px;
}
.ul-tab01 li a {
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #4672c4;
  border: 1px solid #e3e3e3;
}
.ul-tab01 li.on a {
  color: #fff;
  border: 1px solid #4672c4;
  background-color: #4672c4;
}
.tab_tab01 {
  height: 0;
  overflow: hidden;
}
.tab_tab01.show {
  height: auto;
  padding: 30px 0;
}
.tab_tab01 .col-l,
.tab_tab01 .col-r {
  width: 50%;
}
.m-news01 .pic {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 65%;
}
.m-news01 .pic img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.m-news01 .txt .tit {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.m-news01 a:hover .txt .tit {
  border-bottom: 1px solid #fff;
}
.m-news01 .txt .tit:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4672c4;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.m-news01 a:hover .txt .tit:after {
  width: 100%;
}
.m-news01 .txt .tit h3 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.m-news01 a:hover .txt .tit h3 {
  color: #4672c4;
}
.m-news01 .txt .tit span {
  font-size: 12px;
  display: block;
  color: #666;
}
.m-news01 .txt p {
  margin: 20px 0;
  font-size: 14px;
  color: #999;
  line-height: 22px;
  height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ul-news01 {
  padding-left: 60px;
}
.ul-news01 li {
  overflow: hidden;
  padding: 14px 0;
  border-bottom: 1px dashed #e5e5e5;
}
.ul-news01 li:first-child {
  padding-top: 0;
}
.ul-news01 li .time {
  float: left;
  width: 90px;
  height: 75px;
  background-color: #4672c4;
  color: #fff;
  text-align: center;
}
.ul-news01 li .time span {
  padding-top: 17px;
  display: block;
  font-size: 28px;
}
.ul-news01 li .time em {
  font-size: 14px;
  display: block;
}
.ul-news01 li .txt {
  overflow: hidden;
  padding-left: 35px;
}
.ul-news01 li .txt h3 {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  margin-bottom: 12px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ul-news01 li:hover .txt h3 {
  color: #4672c4;
}
.ul-news01 li .txt p {
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/*
-----------------[服务企业]--------------*/
.row-a4 {
  padding-bottom: 50px;
  background-image: url(/skin/images/11.jpg);
}
.ul-pic02 {
  display: none !important;
}
.ul-pic01 {
  overflow: hidden;
  background-color: #fff;
}
.ul-pic01 li {
  float: left;
  width: 16.66%;
  margin-bottom: 34px;
}
.ul-pic01 li .pic {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 61%;
}
.ul-pic01 li .pic img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
/*
-----------------[常见问题]--------------*/
.row-a5 {
  margin-top: 50px;
  background-color: #f2f2f2;
}
.m-txt01 {
  padding: 20px 0;
  margin: 0 -15px 0px;
}
.m-txt01 .item {
  padding: 10px 0 30px;
  position: relative;
  top: 0;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.m-txt01 .item:hover {
  top: -5px;
}
.m-txt01 .item .txt {
  padding: 0px 0px 30px;
  background-color: #fff;
  margin: 0 15px;
  box-shadow: 0px 6px 30px rgba(51, 51, 51, 0.15);
}
.m-txt01 .item:hover .txt {
  background-color: #4672c4;
}
.m-txt01 .item .txt h3 {
  margin-bottom: 12px;
  display: block;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  height: 48px;
  padding: 0px 30px /*-ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;*/;
}
.m-txt01 .item:hover .txt h3 {
  color: #fff;
}
.m-txt01 .item .txt span {
  padding: 0px 30px;
  display: block;
  font-size: 12px;
  color: #33363f;
}
.m-txt01 .item:hover .txt span {
  color: #fff;
}
.m-txt01 .item .txt p {
  height: 66px;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding: 0px 30px;
  margin-top: 20px;
}
.m-txt01 .item:hover .txt p {
  color: #fff;
}
.m-txt01 .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
  font-size: 0;
}
.m-txt01 .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.m-txt01 .slick-dots button {
  background-color: #ccc;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
  width: 10px;
  height: 10px;
  outline: 0;
  font-size: 0;
  padding: 0;
}
.m-txt01 .slick-dots li.slick-active button {
  background: #999;
}
.m-txt011 {
  padding: 20px 0;
  margin: 0 -15px 0px;
  overflow: hidden;
}
.m-txt011 .item {
  padding: 10px 0 30px;
  width: 33.33%;
  float: left;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
@media screen and (max-width: 720px) {
  .m-txt011 .item {
    padding: 10px 0 30px;
    width: 100%;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
  }
}
.m-txt011 .item:hover {
  top: -5px;
}
.m-txt011 .item .txt {
  padding: 60px 30px 30px;
  background-color: #fff;
  margin: 0 15px;
  box-shadow: 0px 6px 30px rgba(51, 51, 51, 0.15);
}
.m-txt011 .item:hover .txt {
  background-color: #4672c4;
}
.m-txt011 .item .txt h3 {
  margin-bottom: 12px;
  display: block;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.m-txt011 .item:hover .txt h3 {
  color: #fff;
}
.m-txt011 .item .txt span {
  margin-bottom: 20px;
  display: block;
  font-size: 12px;
  color: #33363f;
}
.m-txt011 .item:hover .txt span {
  color: #fff;
}
.m-txt011 .item .txt p {
  height: 66px;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.m-txt011 .item:hover .txt p {
  color: #fff;
}
.m-txt011 .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
  font-size: 0;
}
.m-txt011 .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.m-txt011 .slick-dots button {
  background-color: #ccc;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
  width: 10px;
  height: 10px;
  outline: 0;
  font-size: 0;
  padding: 0;
}
.m-txt011 .slick-dots li.slick-active button {
  background: #999;
}
.ul-txt02 li {
  border-right: 0;
}
.ul-txt02 li .box {
  padding: 0 25px;
}
.ul-txt02 li .pic {
  margin-top: 21px;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.ul-txt02 li .txt {
  padding-left: 27px;
}
/*
-----------------[友情链接]--------------*/
.row-a6 {
  overflow: hidden;
  background-color: #333;
  border-bottom: 1px solid #fff;
}
.m-link1 {
  padding: 20px 0;
}
.m-link1 .item {
  overflow: hidden;
  color: #fff;
}
.m-link1 .item:first-child {
  margin-bottom: 40px;
}
.m-link1 .item span {
  float: left;
  font-size: 16px;
  margin-right: 18px;
  font-weight: 600;
}
.ul-link1 {
  overflow: hidden;
}
.ul-link1 li {
  float: left;
}
.ul-link1 li a {
  display: block;
  margin-right: 20px;
  font-size: 14px;
  color: #fff;
  height: 21px;
  line-height: 21px;
}
.ul-link1 li a:hover {
  text-decoration: underline;
}
/*******************************
	-------[=底部]-------
********************************/
.yunu-footer {
  background-color: #243743;
}
.fd-top {
  overflow: hidden;
  padding: 60px 0;
}
.fd-txt {
  float: left;
  width: 50%;
  margin-top: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
.fd-txt strong {
  margin-bottom: 30px;
  display: block;
  font-size: 36px;
  color: #4672c4;
}
.fd-txt p {
  font-size: 16px;
  color: #a6a6a6;
  white-space: pre;
}
.fd-nav {
  float: right;
  width: 50%;
}
.fd-nav a.btn {
  position: relative;
  display: block;
  float: right;
  width: 160px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #4672c4;
  border-radius: 5px;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.fd-nav a.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 0;
  background-color: #4672c4;
  -webkit-transition: all 0.3s ease-out 0.1s;
  transition: all 0.3s ease-out 0.1s;
  border-radius: 5px;
}
.fd-nav a.btn:hover {
  background-color: #f65e12;
}
.fd-nav a.btn:hover::before {
  width: 100%;
  height: 100%;
  background-color: #f65e12;
}
.fd-nav a.btn span {
  display: block;
  position: relative;
  z-index: 2;
}
.fd-nav ul {
  overflow: hidden;
  margin-top: 30px;
}
.fd-nav ul li {
  float: left;
  width: 16.66%;
}
.fd-nav ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.fd-nav ul li.on a,
.fd-nav ul li a:hover {
  color: #4672c4;
}
.yunu-footer .copy {
  width: 96%;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
  border-top: 1px solid #454545;
  font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
.yunu-footer .copy p {
  float: left;
  color: #f5f5f5;
  font-size: 16px;
}
.yunu-footer .copy a {
  float: right;
  color: #f5f5f5;
  font-size: 16px;
  margin-left: 8px;
  display: inline-block;
}
.yunu-footer .copy a:hover {
  color: #fff;
}
/*
-----------------[手机底部菜单]--------------*/
.h50 {
  display: none;
}
.yunu-link {
  display: none;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: #fff;
  padding: 4px 0;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.05);
}
.yunu-link li {
  float: left;
  width: 33.33%;
}
.yunu-link li a {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #000;
}
.yunu-link li.on a,
.yunu-link li:hover a {
  color: #4672c4;
}
.yunu-link li a i {
  display: block;
  width: 25px;
  margin: 0 auto;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  -o-background-size: auto 18px;
  -ms-background-size: auto 18px;
  -moz-background-size: auto 18px;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}
.yunu-link li a .i1 {
  background-image: url(../images/icon8.png);
}
.yunu-link li.on .i1,
.yunu-link li:hover .i2 {
  background-image: url(../images/icon8-on.png);
}
.yunu-link li a .i2 {
  background-image: url(../images/icon9.png);
}
.yunu-link li.on .i2,
.yunu-link li:hover .i2 {
  background-image: url(../images/icon9-on.png);
}
.yunu-link li a .i3 {
  background-image: url(../images/icon10.png);
}
.yunu-link li.on .i3,
.yunu-link li:hover .i3 {
  background-image: url(../images/icon10-on.png);
}
.yunu-link li a .i4 {
  background-image: url(../images/icon11.png);
}
.yunu-link li.on .i4,
.yunu-link li:hover .i4 {
  background-image: url(../images/icon11-on.png);
}
/*
-----------------[客服]--------------*/
.kf {
  width: 208px;
  position: fixed;
  /* right: 20px; */
  right: -208px;
  top: 200px;
  z-index: 9;
}
.kt-top {
  height: 40px;
  line-height: 40px;
  background: url("../images/kefu.png") 12px center no-repeat #fd6127;
  -o-background-size: auto 20px;
  -ms-background-size: auto 20px;
  -moz-background-size: auto 20px;
  -webkit-background-size: auto 20px;
  background-size: auto 20px;
  padding-left: 46px;
  font-size: 14px;
  color: #ffffff;
}
.kt-top span:hover {
  transform: rotate(90deg);
}
.kt-top span {
  width: 18px;
  height: 16px;
  float: right;
  position: relative;
  margin: 10px 10px 0px 0px;
  cursor: pointer;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.kt-top span b {
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.kt-top span b:first-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.kt-top span b:last-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.kf .con {
  overflow: hidden;
  background: #ffffff;
}
.kf .qq li {
  height: 36px;
  line-height: 36px;
  border-bottom: #f5f5f5 solid 1px;
  padding-left: 16px;
}
.kf .qq li a {
  height: 36px !important;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: initial;
  display: block;
}
.kf .qq li a img {
  padding-right: 6px;
}
.kf .con h5 {
  height: 26px;
  line-height: 26px;
  margin-top: 12px;
  background: url('../images/lianxi.png') 16px center no-repeat;
  padding-left: 45px;
  color: #666666;
  font-size: 14px;
}
.kf .contact {
  margin-top: 1px;
}
.kf .contact p {
  height: 26px;
  line-height: 26px;
  color: #666666;
  font-size: 14px;
  padding-left: 22px;
}
.kf .contact p:nth-child(2n) {
  padding-left: 32px;
}
.kf .con h5.qr-icon {
  background: url('../images/erweima.png') 16px center no-repeat;
}
.kf .con .qr {
  margin-top: 10px;
  padding-left: 40px;
}
.kf .con .qr img {
  width: 110px;
  height: 110px;
}
.kf .backTop {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  background: url('../images/huidaodingbu.png') center center no-repeat #fd6127;
  background-size: 18px auto;
  cursor: pointer;
}
.kf-side {
  padding: 18px 10px 10px;
  background: #fd6127;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: -34px;
  cursor: pointer;
}
.kf-side b {
  display: block;
  color: #ffffff;
  line-height: 18px;
  font-size: 14px;
  font-weight: normal;
}
.kf-side span.arrow {
  width: 12px;
  height: 12px;
  background: url('../images/jt-1.png') no-repeat;
  -o-background-size: auto 12px;
  -ms-background-size: auto 12px;
  -moz-background-size: auto 12px;
  -webkit-background-size: auto 12px;
  background-size: auto 12px;
  display: block;
  margin-top: 10px;
}
.kf-side span.on {
  background: url('../images/jt-2.png') no-repeat;
  -o-background-size: auto 12px;
  -ms-background-size: auto 12px;
  -moz-background-size: auto 12px;
  -webkit-background-size: auto 12px;
  background-size: auto 12px;
}
/*******************************
	-------[=产品列表]-------
********************************/
.m-chanpin {
  overflow: hidden;
  margin-bottom: 30px;
}
.m-chanpin .desc {
  padding: 10px;
  margin-top: 20px;
  line-height: 26px;
  text-indent: 2em;
  font-size: 14px;
  border: 1px dotted #e5e5e5;
  color: #868686;
  background-color: #f5f5f5;
}
.ul-imgtxt-01 {
  margin: 0 -10px;
  *zoom: 1;
}
.ul-imgtxt-01:after,
.ul-imgtxt-01:before {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.ul-imgtxt-01 li {
  width: 25%;
  float: left;
  margin-top: 20px;
}
.ul-imgtxt-01 li a {
  margin: 0 10px;
  display: block;
  text-align: center;
}
.ul-imgtxt-01 li a .pic {
  padding-top: 77%;
  height: 0;
  position: relative;
  overflow: hidden;
}
.ul-imgtxt-01 li a .pic img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}
.ul-imgtxt-01 li a:hover .pic img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
}
.ul-imgtxt-01 li a p {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  color: #666;
  font-weight: 400;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ul-imgtxt-01 li a:hover {
  text-decoration: none;
}
.ul-imgtxt-01 li a:hover p {
  color: #4672c4;
}
.ul-imgtxt2 {
  margin-top: 0;
}
.ul-imgtxt2 li .pic {
  padding: 4px;
}
.ul-imgtxt2 li a:hover {
  border: 0;
}
.m-list3 {
  padding: 25px 0;
}
.ul-link2 {
  overflow: hidden;
  margin-top: 20px;
}
.ul-link2 li {
  float: left;
  margin-bottom: 20px;
}
.ul-link2 li a {
  display: block;
  margin-right: 17px;
  font-size: 14px;
}
.ul-link2 li a:hover {
  color: #ea042b;
}
/*******************************
	-------[=产品详情]-------
********************************/
.m-list1 {
  overflow: hidden;
  padding: 14px 0 25px;
  border-bottom: 1px dotted #a9a9a9;
}
.m-pic1 {
  float: left;
  width: 490px;
}
.m-txt1 {
  overflow: hidden;
  padding-left: 38px;
}
.m-txt1 h3 {
  font-size: 16px;
  padding-bottom: 9px;
  margin-bottom: 9px;
  border-bottom: 1px dotted #a9a9a9;
  margin-top: 30px;
}
.m-txt1 .txt {
  line-height: 24px;
  font-size: 14px;
}
.m-txt1 .txt p {
  line-height: 28px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #2f2f2f;
}
.m-txt1 .btn {
  display: block;
  width: 98px;
  height: 32px;
  line-height: 32px;
  padding-left: 15px;
  background-color: #4672c4;
  color: #fff;
}
.m-txt1 .btn:hover {
  background-color: #444;
}
.m-txt1 .btn span {
  display: block;
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../images/icon13.png);
}
.m-txt2 {
  margin-top: 25px;
}
.m-txt2 p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 10px;
}
.ul-pages1 {
  overflow: hidden;
  margin: 20px 0 50px;
}
.ul-pages1 li {
  float: left;
  font-size: 14px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ul-pages1 li:last-child {
  float: right;
}
.ul-pages1 li a {
  color: #337AB7;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.ul-pages1 li a:hover {
  color: #4672c4;
}
.m-list3 {
  padding: 25px 0;
}
.ul-link2 {
  overflow: hidden;
  margin-top: 20px;
}
.ul-link2 li {
  float: left;
  margin-bottom: 20px;
}
.ul-link2 li a {
  display: block;
  margin-right: 17px;
  font-size: 14px;
}
.ul-link2 li a:hover {
  color: #4672c4;
}
/* 放大镜 */
div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  border: 1px solid #ddd;
  display: none;
  text-align: center;
  overflow: hidden;
  font-size: 0;
}
div.zoomMask {
  position: absolute;
  background: url(../images/mask.png) repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
}
.yunu-showcase {
  margin-bottom: 30px;
}
.yunu-showcase-pic {
  position: relative;
  width: 100%;
  overflow: hidden;
  float: left;
}
.yunu-showcase-pic .bd {
  font-size: 0;
  margin-top: 13px;
  overflow: hidden;
}
.yunu-showcase-pic .bd li {
  height: 75px;
  line-height: 75px;
  cursor: pointer;
  display: inline-block;
  width: 99px;
  border: 1px solid #ddd;
  padding: 1px;
  margin: 0 5px;
}
.yunu-showcase-pic .bd li.active {
  border-color: #c80003;
}
.yunu-showcase-pic .prev,
.yunu-showcase-pic .next {
  position: absolute;
  background: no-repeat 0 0;
  width: 14px;
  height: 27px;
  bottom: 26px;
  z-index: 2;
}
.yunu-showcase-pic .prev {
  background-image: url(../images/zlztDetailsCon1Btn01.png);
  left: 0;
}
.yunu-showcase-pic .next {
  background-image: url(../images/zlztDetailsCon1Btn02.png);
  right: 0;
}
.yunu-showcase-pic .prev:hover,
.yunu-showcase-pic .next:hover {
  background-position: 0 bottom;
}
.yunu-showcase-pic .cover {
  height: 300px;
  line-height: 300px;
  border: 1px solid #ddd;
  padding: 1px;
}
.yunu-showcase-pic .cover a {
  display: block;
  width: 100%;
  height: 100%;
}
.yunu-showcase-info {
  float: right;
  width: 500px;
}
.yunu-showcase-info h1 {
  margin: 0 0 15px;
  font-size: 20px;
  overflow: hidden;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.yunu-showcase-info p {
  margin: 0;
  color: #666;
  line-height: 2;
}
.yunu-showcase-info .tel {
  border-top: 2px solid #e6e6e6;
  margin-top: 15px;
  padding-top: 15px;
  background: url(../images/VISkins-p1.png) no-repeat 0 15px;
  height: 42px;
  padding-left: 50px;
  line-height: 21px;
}
.yunu-showcase-info .tel a {
  float: right;
  line-height: 42px;
  padding: 0 15px;
  background-color: #c80003;
  color: #fff;
}
.yunu-showcase-info .tel span {
  display: block;
  color: #c80003;
  font-size: 18px;
}
div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  border: 1px solid #ddd;
  display: none;
  text-align: center;
  overflow: hidden;
  font-size: 0;
}
div.zoomDiv img {
  max-width: none;
}
div.zoomMask {
  position: absolute;
  background: url(../images/mask.png) repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
}
.img-center {
  text-align: center;
  font-size: 0;
}
.img-center img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.m_pic_showpic {
  display: none;
}
.m_showpic img {
  display: block;
  max-width: 100%;
}
/*******************************
	-------[=关于我们]-------
********************************/
.m-content .txt {
  padding: 15px 0;
  line-height: 28px;
  color: #2F2F2F;
  font-size: 14px;
}
/*******************************
	-------[=新闻列表]-------
********************************/
.ul-newslist {
  overflow: hidden;
  margin-bottom: 30px;
}
.ul-newslist li {
  font-size: 14px;
  padding: 20px 0;
  border-bottom: #dddddd 1px dotted;
}
.ul-newslist li a {
  display: block;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ul-newslist li .tit {
  overflow: hidden;
  margin-bottom: 20px;
  height: 30px;
  line-height: 30px;
}
.ul-newslist li .tit .time {
  float: right;
  font-size: 14px;
  margin-left: 10px;
}
.ul-news1 li .tit .time {
  font-size: 12px;
}
.ul-newslist li .tit a {
  display: block;
  font-size: 16px;
  background: url('../images/icon14.png') left center no-repeat;
  padding-left: 14px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ul-newslist li a:hover {
  color: #4672c4;
}
.ul-newslist li .txt p {
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/*******************************
	-------[=新闻详情]-------
********************************/
.m-news1 .box {
  padding-top: 20px;
}
.m-news1 .box h1 {
  height: 34px;
  line-height: 34px;
  color: #434343;
  margin-bottom: 15px;
  text-align: center;
  font-size: 24px;
}
.m-news1 .box .desc {
  text-align: center;
}
.m-news1 .box .desc span {
  display: inline-block;
  font-size: 14px;
  margin: 0 10px;
}
.m-news1 .txt {
  padding: 15px 0;
  line-height: 28px;
  color: #2F2F2F;
  font-size: 14px;
}
.m-txt3 {
  margin-top: 10px;
}
.m-txt3 .desc {
  padding-left: 20px;
  margin-bottom: 15px;
  height: 36px;
  line-height: 36px;
  color: #868686;
  font-size: 14px;
  background-color: #f5f5f5;
  border: 1px dotted #e5e5e5;
}
.m-txt3 .desc a {
  color: #868686;
}
.m-txt3 .desc a:hover {
  color: #4672c4;
}
.m-txt3 .tabel {
  overflow: hidden;
  color: #5a5a5a;
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
  font-size: 14px;
}
.m-txt3 .tabel span {
  float: left;
  height: 42px;
  line-height: 42px;
  margin-right: 10px;
}
.m-txt3 .tabel ul {
  overflow: hidden;
}
.m-txt3 .tabel li {
  float: left;
}
.m-txt3 .tabel li a {
  display: block;
  margin-right: 10px;
  height: 42px;
  line-height: 42px;
}
.m-txt3 .tabel li a:hover {
  color: #4672c4;
}
.ul-news1 li {
  float: left;
  width: 50%;
}
.ul-news1 li a {
  font-weight: 400;
}
.ul-news1 li .tit {
  margin: 0 10px;
}
/*******************************
	-------[=留言反馈]-------
********************************/
#message .m-content .m-message {
  width: 90%;
  padding: 20px;
}
#message .m-content {
  margin-top: 1rem;
}
.m-message label.code span {
  float: left;
}
.m-message label.code input {
  float: left;
}
.m-message label.code img {
  float: left;
}
#message {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  transform: scale(0);
  transition: 0.3s;
}
.messagebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1001;
}
#message .m-content {
  margin-top: 10%;
}
#message .m-content .m-message {
  width: 580px;
  background: #fff;
  padding: 50px;
  margin: 0 auto;
  position: relative;
  z-index: 1002;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
}
.m-message {
  width: 494px;
  margin: 48px auto 0;
}
.m-message label {
  margin-bottom: 15px;
  display: block;
  font-size: 14px;
}
.m-message label em {
  display: block;
  float: right;
  color: red;
  height: 32px;
  line-height: 32px;
}
.m-message label span {
  width: 70px;
  height: 34px;
  line-height: 34px;
  color: #2F2F2F;
  float: left;
  font-weight: bold;
  text-align: right;
  margin-right: 30px;
  display: inline-block;
}
.m-message label input.inp,
.m-message label textarea,
.m-message label.code input {
  width: 77%;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  border: #cccccc 1px solid;
  border-radius: 3px;
  padding: 0 14px;
  box-sizing: border-box;
  color: #555;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.m-message label input:focus,
.m-message label textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(247, 150, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(247, 150, 0, 0.6);
}
.m-message label textarea {
  height: 72px;
  line-height: 24px;
  padding: 10px 14px;
}
.m-message label.code {
  line-height: 34px;
}
.m-message label.code input {
  width: 30%;
  float: left;
  margin-right: 30px;
}
.m-message label.code .pic {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 32px;
}
.m-message label.code img {
  display: block;
  width: 100%;
  height: 100%;
}
.btn-1 input {
  width: 52px;
  height: 32px;
  line-height: 32px;
  background: #e8e8e8;
  border: none;
  color: #333;
  margin-right: 22px;
  cursor: pointer;
  transition: 0.3s;
}
.btn-1 {
  padding-left: 100px;
}
.btn-1 input.focus {
  background: #4672c4;
  color: #fff;
}
.btn-1 input.focus:hover {
  background: #444;
}
.btn-1 input:hover {
  background: #ccc;
}
/*
-----------------[相册详情]--------------*/
.m-list-03 {
  margin-top: 30px;
  padding: 26px 10px 10px;
  border: 1px solid #ddd;
  background-color: #f0f0f0;
}
.m-list-03 .con {
  margin-bottom: 10px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.m-list-03 .box {
  padding: 26px 20px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.m-list-03 .con .pic {
  height: 450px;
  line-height: 450px;
  overflow: hidden;
  text-align: center;
}
.m-list-03 .con .pic img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.m-list-03 .box .txt h3 {
  margin-bottom: 30px;
  font-size: 22px;
  color: #4672c4;
}
.ul-txt-01 {
  overflow: hidden;
  padding-left: 23px;
  background: url(../images/source.gif) left center no-repeat;
}
.ul-txt-01 li {
  float: left;
  margin-right: 4px;
  font-size: 14px;
  color: #505050;
  font-family: 'microsoft yahei', Verdana, Arial;
}
.ul-txt-01 li a {
  font-size: 12px;
}
.ul-txt-01 li a:hover {
  color: #4672c4;
}
/*产品详情图片*/
.pc-slide {
  width: 100%;
  margin: 0 auto;
}
.view .swiper-slide .imgauto {
  width: 100%;
  height: 350px;
  line-height: 350px;
}
.view .swiper-container {
  width: 100%;
}
.preview {
  width: 100%;
  margin-top: 10px;
  position: relative;
}
.preview .swiper-container {
  width: 80%;
  margin: 0 10%;
}
.preview .swiper-slide {
  width: 25%;
  padding: 5px;
}
.preview .swiper-slide .imgauto {
  width: 100%;
  height: 80px;
  line-height: 80px;
  border: 1px solid #ddd;
  text-align: center;
}
.preview .swiper-slide .imgauto img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  padding: 5px;
}
.preview .slide6 {
  width: 82px;
}
.preview .arrow-left {
  background: url(../images/feel3.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}
.preview .arrow-right {
  background: url(../images/feel4.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}
.preview img {
  padding: 1px;
}
.preview .active-nav .imgauto {
  border: 1px solid #4672c4;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.work_list {
  width: 100%;
  padding-top: 12px;
  margin-bottom: 20px;
}
.work_list h3 {
  line-height: 44px;
  background: url(../images/icon12.png) 95% center no-repeat;
  text-indent: 20px;
  background-size: auto 10px;
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
  float: left;
}
.work_list h3 a {
  float: left;
  line-height: 44px;
  color: #666;
  font-size: 14px;
  text-indent: 0;
  padding-left: 5px;
  font-weight: normal;
}
.work_list h3.on a {
  font-weight: bold;
}
.work_list ul {
  display: none;
  float: left;
  width: 100%;
}
.work_list li {
  background: url(../images/icon12.png) 18px 15px no-repeat;
  text-indent: 26px;
  display: block;
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
  line-height: 42px;
  background-size: 5px;
}
.work_list li a {
  display: block;
  color: #666;
  font-size: 14px;
  text-indent: 0;
  padding-left: 30px;
}
.ab_pages {
  clear: both;
  padding: 20px 0;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}
.ab_pages ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
.ab_pages ul a {
  color: #555;
  display: block;
  padding: 2px 10px;
  border: 1px solid #ddd;
  float: left;
  margin: 0 5px;
}
.ab_pages ul a.page-num-current {
  background: #ddd;
}
.txt img {
  max-width: 100%;
  height: auto !important;
}
.pagess {
  clear: both;
  margin: 20px;
  overflow: hidden;
  margin-left: 0px;
  text-align: center;
  font-size: 12px;
}
.page-status {
  display: none;
}
.pagess a {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 2px 9px;
  margin: 0 3px;
  line-height: 20px;
  background: #fff;
  color: #999;
}
.pagess a:hover {
  background: #333;
  color: #fff;
  border: 1px solid #333;
}
.pagess a:hover {
  color: #fff;
}
.pagess .page-num-current {
  border: 1px solid #333;
  padding: 2px 9px;
  margin: 0 3px;
  background: #333;
  color: #fff;
}
.pagess .page-num-current {
  color: #fff;
}
.pagess a {
  color: #999;
}
.pagess a:hover {
  color: #fff;
}
.page-num {
  margin: 0 5px;
}
.jj {
  overflow: hidden;
  padding-bottom: 50px;
  margin-top: 30px;
}
.jjl {
  width: 30%;
  float: left;
}
.jjr {
  width: 67%;
  float: right;
  margin-left: 3%;
}
.jjc {
  width: 100%;
  line-height: 2.2rem;
  font-size: 18px;
  margin: 10px auto 20px;
}
.jjc b {
  font-size: 24px;
}
.jjm {
  line-height: 2.2rem;
  font-size: 18px;
  border: #4672c4 1px solid;
  padding: 5px 20px;
  color: #4672c4;
}
.jjm:hover {
  background-color: #4672c4;
  color: #fff;
}
.jjl1 {
  width: 67%;
  float: left;
}
.jjr1 {
  width: 30%;
  float: right;
  margin-left: 3%;
}
.yyc {
  line-height: 2.2rem;
  font-size: 18px;
  margin: 10px auto 20px;
}
.yym {
  line-height: 2.2rem;
  font-size: 18px;
  border: #4672c4 1px solid;
  padding: 5px 20px;
  color: #4672c4;
}
.yym:hover {
  background-color: #4672c4;
  color: #fff;
}
.top20 {
  margin-top: 80px;
}
.ab {
  overflow: hidden;
  padding-bottom: 50px;
  margin-top: 30px;
}
.abwz {
  line-height: 2.2rem;
  font-size: 18px;
}
.abl {
  width: 50%;
  float: left;
}
.abr {
  width: 47%;
  float: right;
  margin-left: 3%;
}
.abc {
  line-height: 2.2rem;
  font-size: 18px;
  margin: 10px auto 20px;
}
.g_abr {
  width: 47%;
  float: right;
  margin-left: 3%;
}
.n_time {
  padding-top: 22px;
  text-align: center;
  font-size: 1rem;
}
.n_title {
  font-size: 32px;
  margin: 22px auto 0;
  text-align: center;
  max-width: 1400px;
}
.n_content {
  max-width: 1500px;
  padding: 30px;
  margin: auto;
  font-size: 17px;
  line-height: 1.7rem;
  overflow: hidden;
}
.n_zy {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.n_z a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.n_z a img {
  font-size: 3rem;
  vertical-align: middle;
}
.n_y a {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.n_y a img {
  font-size: 3rem;
  vertical-align: middle;
}
.wp .video {
  width: 100%;
  overflow: hidden;
  display: block;
  max-height: 500px;
}
.yyl {
  width: 37%;
  float: left;
}
.yybt {
  font-size: 24px;
  font-weight: bold;
  line-height: 2rem;
  color: #4672c4;
}
.yyr {
  width: 60%;
  float: right;
  margin-left: 3%;
}
.yyl1 {
  width: 60%;
  float: left;
  margin-right: 3%;
}
.yyr1 {
  width: 37%;
  float: right;
}
.tb {
  padding: 50px 0;
}
.ditu {
  width: 96%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 0px auto 30px;
}
.ditu img {
  max-width: none;
}
@media screen and (max-width: 720px) {
  .n_title {
    font-size: 1.5rem;
    margin: 22px auto 0;
    text-align: center;
  }
  .n_content {
    padding: 19px 12px;
    margin: auto;
    font-size: 17px;
    line-height: 1.7rem;
    overflow: hidden;
  }
  .n_zy img {
    height: 3px;
  }
  .top20 {
    margin-top: 0px;
  }
  .wp .video {
    width: 100%;
    max-height: 200px;
    height: 200px;
  }
  .ditu {
    width: 100%;
    height: 200px;
  }
  .BMap_stdMpCtrl {
    display: none;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .main {
    width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .main .video_box {
    margin: 50px auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .main .video_box .videob {
    width: 50%;
    height: auto;
    overflow: hidden;
    display: block;
    max-height: auto;
  }
  .main .video_box .info {
    font-size: 14px;
    max-width: 40%;
    line-height: 28px;
  }
  .main .video_box .info .title {
    font-size: 36px;
    font-weight: bold;
  }
  .main .video_box .info b {
    font-size: 22px;
  }
  .main .video {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .main .video .vide {
    height: auto;
    overflow: hidden;
    display: block;
    max-height: 500px;
  }
  .main .video .info {
    font-size: 14px;
    max-width: 40%;
    line-height: 28px;
  }
  .main .video .info .title {
    font-size: 36px;
    font-weight: bold;
  }
  .main .video .info b {
    font-size: 22px;
  }
  .main .index_item {
    margin-top: 50px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .main .index_item .item_bg {
    width: 100%;
    height: 100%;
  }
  .main .index_item .tiem_ap {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to left, #ffffff 10%, rgba(255, 255, 255, 0));
  }
  .main .index_item .item_info {
    height: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .main .index_item .item_info .info_img {
    width: 90px;
    height: 200px;
    margin-bottom: 10px;
  }
  .main .index_item .item_info .info_txt {
    width: 100%;
    line-height: 32px;
    font-size: 18px;
    text-align: right;
    margin-bottom: 40px;
  }
  .main .index_item .item_info .info_txt b {
    font-size: 40px;
  }
  .main .index_item_left {
    margin-top: 50px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .main .index_item_left .item_bg {
    width: 100%;
    height: 100%;
  }
  .main .index_item_left .tiem_ap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0));
  }
  .main .index_item_left .item_info {
    height: 100%;
    max-width: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .main .index_item_left .item_info .info_img {
    width: 130px;
    margin-bottom: 10px;
  }
  .main .index_item_left .item_info .info_txt {
    width: 100%;
    line-height: 32px;
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
  }
  .main .index_item_left .item_info .info_txt b {
    font-size: 40px;
  }
  .main .wp {
    margin-top: 50px;
  }
  .main .ab {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .main .abb {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .main .abb h2 {
    color: #0b8479;
  }
  .main .abb img {
    width: 200px;
  }
  .main .about {
    height: 80px;
    width: 100%;
    background: #dadada;
    margin-bottom: 20px;
    line-height: 80px;
    padding: 0;
  }
  .main .about h3 {
    font-size: 36px;
    color: #000;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  .main {
    width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .main .video_box {
    margin: 50px auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .main .video_box .videob {
    width: 50%;
    height: auto;
    overflow: hidden;
    display: block;
    max-height: auto;
  }
  .main .video_box .info {
    font-size: 14px;
    max-width: 40%;
    line-height: 28px;
  }
  .main .video_box .info .title {
    font-size: 36px;
    font-weight: bold;
  }
  .main .video_box .info b {
    font-size: 22px;
  }
  .main .video {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .main .video .vide {
    height: auto;
    overflow: hidden;
    display: block;
    max-height: 500px;
  }
  .main .video .info {
    font-size: 14px;
    max-width: 40%;
    line-height: 28px;
  }
  .main .video .info .title {
    font-size: 36px;
    font-weight: bold;
  }
  .main .video .info b {
    font-size: 22px;
  }
  .main .index_item {
    margin-top: 50px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .main .index_item .item_bg {
    width: 100%;
    height: 100%;
  }
  .main .index_item .tiem_ap {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to left, #ffffff 10%, rgba(255, 255, 255, 0));
  }
  .main .index_item .item_info {
    height: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .main .index_item .item_info .info_img {
    width: 90px;
    height: 200px;
    margin-bottom: 10px;
  }
  .main .index_item .item_info .info_txt {
    width: 100%;
    line-height: 32px;
    font-size: 18px;
    text-align: right;
    margin-bottom: 40px;
  }
  .main .index_item .item_info .info_txt b {
    font-size: 40px;
  }
  .main .index_item_left {
    margin-top: 50px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .main .index_item_left .item_bg {
    width: 100%;
    height: 100%;
  }
  .main .index_item_left .tiem_ap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0));
  }
  .main .index_item_left .item_info {
    height: 100%;
    max-width: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .main .index_item_left .item_info .info_img {
    width: 130px;
    margin-bottom: 10px;
  }
  .main .index_item_left .item_info .info_txt {
    width: 100%;
    line-height: 32px;
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
  }
  .main .index_item_left .item_info .info_txt b {
    font-size: 40px;
  }
  .main .wp {
    margin-top: 50px;
  }
  .main .ab {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .main .abb {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .main .abb h2 {
    color: #0b8479;
  }
  .main .abb img {
    width: 200px;
  }
  .main .about {
    height: 80px;
    width: 100%;
    background: #dadada;
    margin-bottom: 20px;
    line-height: 80px;
    padding: 0;
  }
  .main .about h3 {
    font-size: 36px;
    color: #000;
  }
}
@media only screen and (min-device-width: 500px) and (max-device-width: 1024px) and (orientation: portrait) {
  .main {
    width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .main .video_box {
    margin: 50px auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .main .video_box .videob {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    max-height: auto;
  }
  .main .video_box .info {
    font-size: 16px;
    max-width: 100%;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .main .video_box .info .title {
    font-size: 32px;
    font-weight: bold;
  }
  .main .video_box .info b {
    font-size: 22px;
  }
  .main .video {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .main .video .vide {
    height: auto;
    overflow: hidden;
    display: block;
    max-height: 500px;
  }
  .main .video .info {
    font-size: 14px;
    max-width: 40%;
    line-height: 28px;
  }
  .main .video .info .title {
    font-size: 36px;
    font-weight: bold;
  }
  .main .video .info b {
    font-size: 22px;
  }
  .main .index_item {
    margin-top: 50px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .main .index_item .item_bg {
    width: 100%;
    height: 100%;
  }
  .main .index_item .tiem_ap {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to left, #ffffff 10%, rgba(255, 255, 255, 0));
  }
  .main .index_item .item_info {
    height: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .main .index_item .item_info .info_img {
    width: 90px;
    height: 200px;
    margin-bottom: 10px;
  }
  .main .index_item .item_info .info_txt {
    width: 100%;
    line-height: 36px;
    font-size: 18px;
    text-align: right;
    margin-bottom: 40px;
  }
  .main .index_item .item_info .info_txt b {
    font-size: 32px;
  }
  .main .index_item_left {
    margin-top: 50px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .main .index_item_left .item_bg {
    width: 100%;
    height: 100%;
  }
  .main .index_item_left .tiem_ap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0));
  }
  .main .index_item_left .item_info {
    height: 100%;
    max-width: 70%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .main .index_item_left .item_info .info_img {
    width: 130px;
    margin-bottom: 10px;
  }
  .main .index_item_left .item_info .info_txt {
    width: 100%;
    line-height: 24px;
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
  }
  .main .index_item_left .item_info .info_txt b {
    font-size: 32px;
  }
  .main .wp {
    margin-top: 50px;
  }
  .main .ab {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .main .abb {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .main .abb h2 {
    color: #0b8479;
  }
  .main .abb img {
    width: 200px;
  }
  .main .about {
    height: 80px;
    width: 100%;
    background: #dadada;
    margin-bottom: 20px;
    line-height: 80px;
    padding: 0;
  }
  .main .about h3 {
    font-size: 36px;
    color: #000;
  }
}
@media only screen and (max-device-width: 1200px) and (orientation: landscape) {
  .main {
    width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .main .video_box {
    margin: 50px auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .main .video_box .videob {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    max-height: auto;
  }
  .main .video_box .info {
    font-size: 16px;
    max-width: 100%;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .main .video_box .info .title {
    font-size: 32px;
    font-weight: bold;
  }
  .main .video_box .info b {
    font-size: 22px;
  }
  .main .video {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .main .video .vide {
    height: auto;
    overflow: hidden;
    display: block;
    max-height: 500px;
  }
  .main .video .info {
    font-size: 14px;
    max-width: 40%;
    line-height: 28px;
  }
  .main .video .info .title {
    font-size: 36px;
    font-weight: bold;
  }
  .main .video .info b {
    font-size: 22px;
  }
  .main .index_item {
    margin-top: 50px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .main .index_item .item_bg {
    width: 100%;
    height: 100%;
  }
  .main .index_item .tiem_ap {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to left, #ffffff 10%, rgba(255, 255, 255, 0));
  }
  .main .index_item .item_info {
    height: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .main .index_item .item_info .info_img {
    width: 90px;
    height: 200px;
    margin-bottom: 10px;
  }
  .main .index_item .item_info .info_txt {
    width: 100%;
    line-height: 32px;
    font-size: 18px;
    text-align: right;
    margin-bottom: 40px;
  }
  .main .index_item .item_info .info_txt b {
    font-size: 40px;
  }
  .main .index_item_left {
    margin-top: 50px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .main .index_item_left .item_bg {
    width: 100%;
    height: 100%;
  }
  .main .index_item_left .tiem_ap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0));
  }
  .main .index_item_left .item_info {
    height: 100%;
    max-width: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .main .index_item_left .item_info .info_img {
    width: 130px;
    margin-bottom: 10px;
  }
  .main .index_item_left .item_info .info_txt {
    width: 100%;
    line-height: 32px;
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
  }
  .main .index_item_left .item_info .info_txt b {
    font-size: 40px;
  }
  .main .wp {
    margin-top: 50px;
  }
  .main .ab {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .main .abb {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .main .abb h2 {
    color: #0b8479;
  }
  .main .abb img {
    width: 200px;
  }
  .main .about {
    height: 80px;
    width: 100%;
    background: #dadada;
    margin-bottom: 20px;
    line-height: 80px;
    padding: 0;
  }
  .main .about h3 {
    font-size: 36px;
    color: #000;
  }
}
@media screen and (max-width: 1200px) {
  .main {
    width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .main .video_box {
    margin: 50px auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .main .video_box .videob {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    max-height: auto;
  }
  .main .video_box .info {
    font-size: 16px;
    max-width: 100%;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .main .video_box .info .title {
    font-size: 32px;
    font-weight: bold;
  }
  .main .video_box .info b {
    font-size: 22px;
  }
  .main .video {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .main .video .vide {
    height: auto;
    overflow: hidden;
    display: block;
    max-height: 500px;
  }
  .main .video .info {
    font-size: 14px;
    max-width: 40%;
    line-height: 28px;
  }
  .main .video .info .title {
    font-size: 36px;
    font-weight: bold;
  }
  .main .video .info b {
    font-size: 22px;
  }
  .main .index_item {
    margin-top: 50px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .main .index_item .item_bg {
    width: 100%;
    height: 100%;
  }
  .main .index_item .tiem_ap {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to left, #ffffff 10%, rgba(255, 255, 255, 0));
  }
  .main .index_item .item_info {
    height: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .main .index_item .item_info .info_img {
    width: 90px;
    height: 200px;
    margin-bottom: 10px;
  }
  .main .index_item .item_info .info_txt {
    width: 100%;
    line-height: 32px;
    font-size: 18px;
    text-align: right;
    margin-bottom: 40px;
  }
  .main .index_item .item_info .info_txt b {
    font-size: 34px;
  }
  .main .index_item_left {
    margin-top: 50px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .main .index_item_left .item_bg {
    width: 100%;
    height: 100%;
  }
  .main .index_item_left .tiem_ap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0));
  }
  .main .index_item_left .item_info {
    height: 100%;
    max-width: 60%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .main .index_item_left .item_info .info_img {
    width: 130px;
    margin-bottom: 10px;
  }
  .main .index_item_left .item_info .info_txt {
    width: 100%;
    line-height: 32px;
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
  }
  .main .index_item_left .item_info .info_txt b {
    font-size: 34px;
  }
  .main .wp {
    margin-top: 50px;
  }
  .main .ab {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .main .abb {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .main .abb h2 {
    color: #0b8479;
  }
  .main .abb img {
    width: 200px;
  }
  .main .about {
    height: 80px;
    width: 100%;
    background: #dadada;
    margin-bottom: 20px;
    line-height: 80px;
    padding: 0;
  }
  .main .about h3 {
    font-size: 36px;
    color: #000;
  }
}
@media screen and (max-width: 960px) {
  .main {
    width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .main .video_box {
    margin: 50px auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .main .video_box .videob {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    max-height: auto;
  }
  .main .video_box .info {
    font-size: 16px;
    max-width: 100%;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .main .video_box .info .title {
    font-size: 32px;
    font-weight: bold;
  }
  .main .video_box .info b {
    font-size: 22px;
  }
  .main .video {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .main .video .vide {
    height: auto;
    overflow: hidden;
    display: block;
    max-height: 500px;
  }
  .main .video .info {
    font-size: 14px;
    max-width: 40%;
    line-height: 28px;
  }
  .main .video .info .title {
    font-size: 36px;
    font-weight: bold;
  }
  .main .video .info b {
    font-size: 22px;
  }
  .main .index_item {
    margin-top: 50px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .main .index_item .item_bg {
    width: 100%;
    height: 100%;
  }
  .main .index_item .tiem_ap {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to left, #ffffff 10%, rgba(255, 255, 255, 0));
  }
  .main .index_item .item_info {
    height: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .main .index_item .item_info .info_img {
    width: 90px;
    height: 200px;
    margin-bottom: 10px;
  }
  .main .index_item .item_info .info_txt {
    width: 100%;
    line-height: 28px;
    font-size: 14px;
    text-align: right;
    margin-bottom: 40px;
  }
  .main .index_item .item_info .info_txt b {
    font-size: 24px;
  }
  .main .index_item_left {
    margin-top: 50px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .main .index_item_left .item_bg {
    width: 100%;
    height: 100%;
  }
  .main .index_item_left .tiem_ap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0));
  }
  .main .index_item_left .item_info {
    height: 100%;
    max-width: 80%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .main .index_item_left .item_info .info_img {
    width: 130px;
    margin-bottom: 10px;
  }
  .main .index_item_left .item_info .info_txt {
    width: 100%;
    line-height: 28px;
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
  }
  .main .index_item_left .item_info .info_txt b {
    font-size: 24px;
  }
  .main .wp {
    margin-top: 50px;
  }
  .main .ab {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .main .abb {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .main .abb h2 {
    color: #0b8479;
  }
  .main .abb img {
    width: 200px;
  }
  .main .about {
    height: 80px;
    width: 100%;
    background: #dadada;
    margin-bottom: 20px;
    line-height: 80px;
    padding: 0;
  }
  .main .about h3 {
    font-size: 36px;
    color: #000;
  }
  .info_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: solid 1px #5174cf;
    width: 60%;
    max-width: 200px;
    font-size: 18px;
    color: #5174cf;
    padding: 10px 20px;
    box-shadow: darkgrey 2px 2px 5px 1px ;
  }
}
@media screen and (max-width: 600px) {
  .main {
    width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .main .video_box {
    margin: 50px auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .main .video_box .videob {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    max-height: auto;
  }
  .main .video_box .info {
    font-size: 16px;
    max-width: 100%;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .main .video_box .info .title {
    font-size: 32px;
    font-weight: bold;
  }
  .main .video_box .info b {
    font-size: 22px;
  }
  .main .video {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .main .video .vide {
    height: auto;
    overflow: hidden;
    display: block;
    max-height: auto;
  }
  .main .video .info {
    font-size: 14px;
    max-width: 40%;
    line-height: 28px;
  }
  .main .video .info .title {
    font-size: 36px;
    font-weight: bold;
  }
  .main .video .info b {
    font-size: 22px;
  }
  .main .index_item {
    margin-top: 50px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .main .index_item .item_bg {
    width: 100%;
    height: 100%;
  }
  .main .index_item .tiem_ap {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to left, #ffffff 10%, rgba(255, 255, 255, 0));
  }
  .main .index_item .item_info {
    height: 50%;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .main .index_item .item_info .info_img {
    width: 90px;
    height: 200px;
    margin-bottom: 10px;
  }
  .main .index_item .item_info .info_txt {
    width: 100%;
    line-height: 28px;
    font-size: 12px;
    text-align: right;
    margin-bottom: 5px;
    text-shadow: -1px 0 rgba(255, 255, 255, 0.2), 0 1px rgba(255, 255, 255, 0.2), 1px 0 rgba(255, 255, 255, 0.2), 0 -1px rgba(255, 255, 255, 0.2);
  }
  .main .index_item .item_info .info_txt b {
    font-size: 18px;
  }
  .main .index_item_left {
    margin-top: 50px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .main .index_item_left .item_bg {
    width: 100%;
    height: 100%;
  }
  .main .index_item_left .tiem_ap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0));
  }
  .main .index_item_left .item_info {
    height: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .main .index_item_left .item_info .info_img {
    width: 50px;
    margin-bottom: 1px;
  }
  .main .index_item_left .item_info .info_txt {
    width: 100%;
    line-height: 15px;
    font-size: 12px;
    text-align: left;
    margin-bottom: 5px;
    text-shadow: -1px 0 rgba(255, 255, 255, 0.2), 0 1px rgba(255, 255, 255, 0.2), 1px 0 rgba(255, 255, 255, 0.2), 0 -1px rgba(255, 255, 255, 0.2);
  }
  .main .index_item_left .item_info .info_txt b {
    font-size: 18px;
  }
  .main .wp {
    margin-top: 50px;
  }
  .main .ab {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .main .abb {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .main .abb h2 {
    color: #0b8479;
  }
  .main .abb img {
    width: 200px;
  }
  .main .about {
    height: 80px;
    width: 100%;
    background: #dadada;
    margin-bottom: 20px;
    line-height: 80px;
    padding: 0;
  }
  .main .about h3 {
    font-size: 36px;
    color: #000;
  }
  .info_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: solid 1px #5174cf;
    width: 60%;
    max-width: 100px;
    font-size: 14px;
    color: #5174cf;
    padding: 5px 10px;
    box-shadow: darkgrey 2px 2px 5px 1px ;
  }
}
