@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
/* @font-face {
  font-family: 'SanRegular';
  src: url('../font/SourceHanSansCN-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: 'HEITI';
  src: url('../font/Adobe\ 黑体\ Std\ R.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINBOLD';
  src: url('../font/din-bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* header */
header {
  width: 100%;
  position: fixed;
  height: 120px;
  z-index: 999;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.headtop {
  width: 100%;
  overflow: hidden;
  background-color: #126c38;
}

.topmain {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}

.topmain p {
  margin-left: 10px;
  margin-right: 28px;
}

.header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {}

.nav-ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.head-r {
  display: flex;
}

.head-lang {
  display: flex;
}

.nav-ul {
  margin-right: 35px;
}

.nav-ul li>a {
  display: block;
  font-size: 18px;
  line-height: 120px;
  text-align: center;
  color: #fff;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  padding: 0 35px;
}

.nav-ul li:hover>a,
.nav-ul li.nav-active a {
  color: #e92232;
  font-weight: bold;
}

.headbom {
  position: relative;
  z-index: 999;
}

.nav-ul li:hover>a::after {
  opacity: 1;
}

.nav-ul li>a::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 3px;
  background: #e92232;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.nav-ul li.nav-active a::after {
  opacity: 1;
}

.nav-ul li {
  position: relative;
}

.nav-sub {
  position: absolute;
  top: 58px;
  z-index: 99;
  width: 100%;
  display: none;
}

.nav-sub dl dd {
  background: #e66621;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 2px;
}

.nav-sub dl dd a {
  color: #fff;
}

.nav-sub dl dd:hover {
  background: #e66621;
}

.head-lang-box {
  display: flex;
  width: 180px;
  justify-content: center;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  height: 100px;
  position: relative;
}

.head-on .head-lang-box,
.newsdetail-head .head-lang-box {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}

.lang-sub {
  position: absolute;
  background: #fff;
  top: 100px;
  width: 100%;
  display: none;
}

.lang-sub a {
  display: block;
  line-height: 64px;
  height: 64px;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
}

.lang-sub a:last-child {
  border-bottom: none;
}

.lang-sub a:hover {
  color: #e66621;
}

.head-lang-box>img {
  width: 22px;
}

.head-langimg {
  margin-right: 28px;
}

.head-langtxt img {
  display: block;
  margin-left: 12px;
  width: 13px;
  height: 8px;
}

.head-langtxt {
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
}

.head-langimg img:last-child {
  display: none;
}

.head-sou img:last-child {
  display: none;
}

.head-langtxt img:last-child {
  display: none;
}

.head-sou {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
}

.head-soum {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  height: 100px;
  display: none;
}

.head-soum-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.head-soum form {
  width: 41%;
  display: flex;
  position: relative;
  height: 46px;
  line-height: 46px;
}

.head-soum input {
  border: none;
  border-bottom: 1px solid #4e4e4e;
  width: 100%;
}

.head-soum button {
  border: none;
  background: none;
  position: absolute;
  right: 0;
}

.logo img:last-child {
  display: none;
}

.head-on,
.newsdetail-head {
  background: #fff;
}

.head-on .nav-ul li>a,
.newsdetail-head .nav-ul li>a {
  color: #333333;
}

.head-on .nav-ul li:hover a,
.head-on .nav-ul li.nav-active a {
  color: #e60012;
}

.newsdetail-head .nav-ul li:hover a,
.newsdetail-head .nav-ul li.nav-active a {
  color: #e60012;
}

.head-on .head-langtxt,
.newsdetail-head .head-langtxt {
  color: #333333;
}

.head-on .head-langimg img:last-child,
.newsdetail-head .head-langimg img:last-child {
  display: block;
}

.head-on .head-langimg img:first-child,
.newsdetail-head .head-langimg img:first-child {
  display: none;
}

.head-on .head-sou img:last-child,
.newsdetail-head .head-sou img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .head-langtxt img:last-child,
.newsdetail-head .head-langtxt img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .logo img:last-child,
.newsdetail-head .logo img:last-child {
  display: block;
}

.head-on .logo img:first-child,
.newsdetail-head .logo img:first-child {
  display: none;
}

.head-on,
.newsdetail-head {
  border-bottom: none;
}

.head-on .head-langtxt .lan-arrow-white {
  display: none !important;
}

.newsdetail-head .head-langtxt .lan-arrow-white {
  display: none !important;
}

@media (max-width: 1600px) {
  .nav-ul li>a {
    padding: 0 15px;
  }
}

@media (max-width: 1400px) {
  .nav-ul li>a {
    padding: 0 10px;
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .nav-ul li>a {
    padding: 0 10px;
  }

  .hotline-wrap p {
    margin-left: 8px;
  }
}

@media (max-width: 991px) {
  .nav-ul {
    display: none;
  }

  .hotline-wrap {
    display: none;
  }

  .header-main {
    height: 70px;
    border: none;
  }

  .head-lang {
    display: none;
  }

  .logo {
    width: 50px;
  }

  .logo img {
    width: 100%;
  }

  .headbom {
    height: 0;
  }

  .topmain img {
    display: none;
  }

  .topmain p {
    display: none;
  }

  .topmain {
    height: 70px;
  }

  .logo {
    width: 80px;
    top: 0;
  }

  .logo img:first-child {
    display: none;
  }

  header {
    height: 70px;
    position: relative;
  }

  .headbom {
    padding: 0 30px;
  }
}

@media (max-width: 500px) {
  .headbom {
    padding: 0 15px;
  }
}

/* banner */
.banner-btn .container {
  position: relative;
}

.banner-btn {
  position: relative;
  top: -110px;
}

.banner-swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url('../img/banner-next.png') no-repeat center;
  border: 2px solid #fff;
}

.banner-swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url('../img/banner-prev.png') no-repeat center;
  border: 2px solid #fff;
  left: auto;
  right: 68px;
}

/* 底部 */
#footer {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 40px;
  background: #00479d;
  overflow: hidden;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

/* .footer-topl {
  width: 76.25%;
}

.footer-topr {
  width: 54%;
} */

.footer-navul {
  display: flex;
  justify-content: space-between;
  width: 76%;
}

.footer-toprnav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.footer-add {
  width: 220px;
}

.footer-copy {
  display: flex;
  padding-top: 40px;
  border-top: 1px solid #4075b6;
  justify-content: space-between;
  margin-top: 60px;
  font-size: 18px;
  color: #779dcb;
}

.footer-topltxt {
  margin-top: 20px;
  line-height: 35px;
}

.footer-navul li>a {
  font-size: 18px;
  font-family: 'HEITI';
  color: #fff;
}

.footer-lastrowtxt {
  font-size: 18px;
}

.footer-navul li dl {
  margin-top: 30px;
}

.footer-navul li dl dd {
  line-height: 35px;
  display: flex;
}


.footer-navul li dl dd .footerdd-img {
  text-align: center;
  width: 22px;
  margin-right: 12px;
}

.footer-navul li dl dd.last-dd {
  padding-left: 35px;
}

.footcode {
  color: #fff;
}

.footer-code {
  margin-top: 30px;
}

.footer-code h4 {
  margin-top: 18px;
  text-align: center;
  color: #b5b5b5;
}

.footer-navul li dl dd a {
  color: #779dcb;
  font-size: 18px;
}

.footer-nav-t {
  color: #fff;
}

.footer-contact dl dd a {
  display: block;
}

.footer-contact-icon {
  padding-right: 12px;
}

.footer-nav-line span {
  display: block;
  width: 186px;
  height: 10px;
}

.footer-nl-l {
  background: #e60012;
  margin-right: 5px;
}

.footer-nl-r {
  background: #1d2088;
}

.footer-nav-line {
  display: flex;
  margin: 14px 0 8px;
}

.footer-nav-since {
  display: flex;
  align-items: center;
}

.since-line {
  width: 125px;
  height: 1px;
  background: #b5b5b5;
}

.footer-nav-since span {
  display: block;
  color: #b5b5b5;
  padding: 0 10px;
}

.footer-nav-logo {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer-nav-logol {
  margin-right: 30px;
}

.footer-lastrow {
  display: flex;
  margin-bottom: 30px;
}

.footer-lastrowimg {
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}

.footer-last {
  margin-top: 55px;
}

.footer-lastrowtxt {
  color: #fff;
}

.footer-logo {
  margin-bottom: 26px;
}

@media (max-width: 1400px) {
  .footer-topr {
    width: 70%;
  }
}

@media (max-width: 991px) {
  .footer-topl {
    display: none;
  }

  .footer-topr {
    width: 100%;
  }

  .footer-copy {
    display: block;
    text-align: center;
    padding-top: 20px;
    margin-top: 0px;
    font-size: 16px;
  }

  .footcode {
    display: none;
  }

  .footer-logobox {
    display: none;
  }

  #footer {
    padding-top: 50px;
  }

  .footer-copy {
    margin-top: 50px;
  }

  .footer-navul li>a {
    font-size: 20px;
  }

  .footer-navul li dl dd a {
    font-size: 16px;
  }

  .footer-navul li dl {
    margin-top: 20px;
  }

  .footer-last {
    margin-top: 20px;
  }

  .footer-lastrowtxt {
    font-size: 16px;
  }

  .footer-lastrow {
    font-size: 16px;
  }

  .banner-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .banner-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .banner-btn {
    top: -45px;
  }
}

@media (max-width: 600px) {
  .footer-contact {
    width: 100% !important;
  }

  .footer-navul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-navul li {
    width: 33.3333%;
    margin-bottom: 20px;
  }

  .footer-navul li dl dd {
    line-height: 28px;
  }

  .footer-navul li dl {
    margin-top: 15px;
  }

  #footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .footer-copy {
    display: block;
    text-align: center;
    line-height: 30px;
  }

  .footer-copy {
    font-size: 14px;
  }

  .footer-navul li dl dd a {
    font-size: 14px;
  }

  .footer-navul li>a {
    font-size: 16px;
  }

  .footer-lastrowtxt {
    font-size: 14px;
  }

  .footer-copy {
    margin-top: 0;
  }
}




/*顶部语言*/
.headlang {
  color: #fff;
  width: 108px;
  height: 34px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 32px;
  border-radius: 20px;
}

.headlang a {
  color: #fff;
}

.head-on .headlang {
  color: #292929;
  border: 1px solid #292929;
}

.head-on .headlang a {
  color: #292929;
}

.footer-share .bshare-custom {
  display: flex;
}

.footer-share .bshare-custom a {
  display: block;
  width: 37px;
  height: 37px;
  background: #fff;
  border-radius: 50%;
  margin-right: 14px;
}

.footer-share .bshare-custom .share-douyin {
  background: #fff url("../img/footer-dy.png") no-repeat center;
}

.footer-share .bshare-custom .bshare-sinaminiblog {
  background: #fff url("../img/footer-wb.png") no-repeat center;
}

.footer-share .bshare-custom .bshare-qqim {
  background: #fff url("../img/footer-qq.png") no-repeat center;
}

.footer-share .bshare-custom .bshare-weixin {
  background: #fff url("../img/footer-wx.png") no-repeat center;
}

.footer-share .bshare-custom .share-douyin:hover {
  background: #e60012 url("../img/footer-dyh.png") no-repeat center;
}

.footer-share .bshare-custom .bshare-sinaminiblog:hover {
  background: #e60012 url("../img/footer-wbh.png") no-repeat center;
}

.footer-share .bshare-custom .bshare-qqim:hover {
  background: #e60012 url("../img/footer-qqh.png") no-repeat center;
}

.footer-share .bshare-custom .bshare-weixin:hover {
  background: #e60012 url("../img/footer-wxh.png") no-repeat center;
}

.footer-share .bshare-custom a:hover {
  opacity: 1;
}

.footer-copybox {
  display: flex;
  justify-content: space-between;
}

.footer-addtxt h4 {
  font-size: 24px;
  font-family: 'HEITI';
  color: #fff;
  margin-bottom: 20px;
}

.footer-addtxt {
  color: #779dcb;
}

.footer-addtxt h3 {
  margin-bottom: 15px;
}

.footer-addtxt p {
  color: #fff;
}

.footer-share {
  margin-top: 30px;
}

@media(max-width:1200px) {
  .footer-navul {
    width: calc(100% - 300px);
  }
}

@media(max-width:991px) {
  .logo img:last-child {
    display: block;
  }

  .footer-navul {
    width: 100%;
  }

  .footer-add {
    display: none;
  }

  .footer-copybox {
    display: block;
  }
}

/*首页关于我们*/
.hometit {
  font-size: 40px;
  font-family: 'HEITI';
  color: #292929;
}

.habout {
  overflow: hidden;
}

.about {
  overflow: hidden;
}

.habout-t {
  padding: 100px 0;
  display: flex;
}

.habout-tl {
  width: 50%;
  padding-right: 30px;
}

.habout-tr {
  width: 50%;
  padding-left: 30px;
}

.habout-trimg {
  position: relative;
}

.habout-tr-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.habout-tr-icon img {
  width: 72px;
  height: 72px;
}

.habout-tltxt {
  font-size: 18px;
  margin-top: 40px;
  line-height: 35px;
}

.habout-tltxt p {
  margin-bottom: 30px;
}

.home-more {
  display: block;
  background: #e60012;
  width: 150px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
}

.habout-tltxt {
  margin-bottom: 80px;
}

.habout-num ul {
  display: flex;
  justify-content: space-between;
}

.habout-num ul li {
  width: 23%;
  border: 1px solid #e5e5e5;
  padding: 50px 0;
  text-align: center;
}

.habout-num ul li h4 {
  font-size: 48px;
  color: #e60012;
  font-family: 'DINBOLD';
}

.habout-num ul li span {
  font-size: 18px;
  margin-top: 5px;
  display: block;
}

.habout-num ul li:hover {
  background: #e60012;
  color: #fff;
  border: 1px solid #e60012;
}

.habout-num ul li:hover h4 {
  color: #fff;
}

.habout-bot {
  margin-top: 100px;
  overflow: hidden;
}

.habout-bot ul {
  display: flex;
}

.habout-bot a {
  display: block;
  position: relative;
}

.habout-bottxt h2 {
  position: absolute;
  font-size: 40px;
  font-family: 'HEITI';
  top: 100px;
  left: 16.6%;
  color: #fff;
}

.habout-bottxtm {
  position: absolute;
  left: 16.6%;
  color: #fff;
  top: 70%;
}

.habout-bottxtm h3 {
  font-size: 30px;
  font-family: 'HEITI';
  margin-bottom: 20px;
}

.habout-bottxtm p {
  font-size: 18px;
  line-height: 35px;
  width: 68%;
}

.habout-bot ul li {
  width: 25%;
  transition: all 0.5s;
}

.habout-bot ul li.on {
  width: 50%;
}

.habout-bottxtm p {
  opacity: 0;
}

.habout-bot ul li.on .habout-bottxtm p {
  opacity: 1;
}

.habout-bottxt h2 {
  opacity: 0;
}

.habout-bot ul li.on h2 {
  opacity: 1;
}

.hpro-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hpro-nav {
  width: 45%;
}

.hpro {
  padding: 100px 0;
}

.hpro-boxswiper .swiper-pagination {
  bottom: 0;
  top: auto;
}

.hpro-box {
  margin-top: 50px;
}

.hpro-boxswiper .swiper-slide a {
  display: block;
  background: #fafafa;
  border: 1px solid #dcdcdc;
  padding: 40px 0;
  text-align: center;
}

.hpro-boxswiper .swiper-slide a h3 {
  font-size: 20px;
  color: #555555;
  font-family: 'HEITI';
}

.hpro-boximg {
  padding: 30px 0;
}

.hpro-moreimg img:last-child {
  display: none;
}

.hpro-more span {
  margin-right: 8px;
  font-size: 18px;
  vertical-align: middle;
}

.hpro-moreimg img {
  vertical-align: middle;
}

.hpro-boxswiper .swiper-slide a:hover .hpro-moreimg img:last-child {
  display: inline-block;
}

.hpro-boxswiper .swiper-slide a:hover .hpro-moreimg img:first-child {
  display: none;
}

.hpro-boxswiper .swiper-slide a:hover span {
  color: #e92232;
}

.hpro-more {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hpro-navswiper .swiper-slide {
  padding-bottom: 9px;
}

.hpro-navswiper .swiper-slide a {
  border-bottom: 2px solid #fff;
  padding-bottom: 9px;
}

.hpro-navswiper .swiper-slide.on a,
.hpro-navswiper .swiper-slide:hover a {
  color: #e92232;
  border-bottom: 2px solid #e60012;
}

.hpro-boxswiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #e92232;
  border-radius: 3px;
  overflow: hidden;
}

.hpro-boxswiper .swiper-pagination {
  border-radius: 3px;
  overflow: hidden;
}

.hpro-boxswiper {
  padding-bottom: 50px;
}

.happ {
  position: relative;
}

.happ-txt {
  position: absolute;
  top: 0;
  color: #fff;
  width: 100%;
  height: 100%;
}

.happ-navswiper .swiper-slide a {
  color: #fff;
  text-align: center;
  padding-bottom: 50px;
  font-size: 18px;
  line-height: 40px;
  display: block;
  position: relative;
}

.happ-navswiper .swiper-slide a::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #e60012;
  left: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  transition: all 0.4s;
}

.happ-txt-tit h3 {
  font-size: 40px;
  font-family: 'HEITI';
}

.happ-txt-tit {
  text-align: center;
  padding-top: 100px;
}

.happ-txt-tit h4 {
  margin-top: 36px;
  font-size: 18px;
}

.happ-nav {
  position: absolute;
  width: 83%;
  bottom: 100px;
}

.happ-line {
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  position: absolute;
  bottom: 0;
}

.happ-navswiper .swiper-slide.on a {
  font-size: 40px;
  font-family: 'HEITI';
}

.happ-navswiper .swiper-slide.on a::after {
  opacity: 1;
}

.happ-bg ul li {
  display: none;
}

.hnews-box ul {
  display: flex;
  justify-content: space-between;
}

.hnews-box ul li {
  width: 32%;
}

.happ-bg ul li img {
  width: 100%;
}

.hnews {
  padding: 100px 0 30px;
}

.hnews-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hnews-titm {
  display: flex;
  width: calc(100% - 210px);
  justify-content: space-between;
}

.hnews-titm ul {
  display: flex;
}

.hnews-box {
  margin-top: 46px;
}

.hnews-titm ul li {
  margin-right: 50px;
  font-size: 18px;
}

.hnews-titm ul li a:hover {
  color: #e60012;
}

.hnews-txt {
  margin-top: 36px;
}

.hnews-txt h3 {
  font-size: 24px;
  padding: 15px 0;
}

.hnews-txt span {
  color: #555555;
}

.hscien {
  background: url("../img/hScien-bg.jpg") no-repeat top center;
  padding: 200px 0;
  background-size: cover;
}

.hscien-box ul {
  display: flex;
}

.hometit.hometit-white {
  color: #fff;
}

.hscien-box ul li a {
  display: block;
  width: 120px;
  height: 120px;
  border: 1px solid #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.hscien-p {
  color: #fff;
  padding: 45px 0 90px;
  line-height: 35px;
}

.hscien-w {
  width: 50%;
}

.hscien-box ul li {
  margin-right: 50px;
}

.hscien-box ul li a:hover {
  background: #e92232;
  color: #fff;
}

.hscien-box ul li a span {
  display: block;
  margin-top: 15px;
}

.right-itimg:hover img:last-child {
  display: block;
}

.right-itimg:hover img:first-child {
  display: none;
}

.right-itimg:hover {
  background: #e92232;
}

.right-feedback ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.right-feedback ul li {
  width: 49%;
  margin-bottom: 12px;
}

.right-feedback ul li input {
  width: 100%;
  height: 68px;
  border: 1px solid #e4e4e4;
  padding-left: 26px;
}

.right-feedback .form-last {
  width: 100%;
}

.right-feedback .form-last textarea {
  width: 100%;
  border: 1px solid #e4e4e4;
  padding-left: 26px;
  padding-top: 26px;
}

.form-btn input {
  height: 68px;
  width: 100%;
  background: #ff0000;
  border: none;
  color: #fff;
  text-align: center;
  line-height: 68px;
}

.right-feedback {
  display: none;
}

.hnews-box ul li:hover .hnews-txt h3 {
  color: #e60012;
}

.hnews-more a {
  display: block;
  width: 108px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  color: #999999;
}

.hnews-txt p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media(max-width:1700px) {
  .habout-tltxt {
    margin-bottom: 40px;
  }

  .habout-bottxtm h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .hnews-txt h3 {
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media(max-width:1600px) {
  .habout-tltxt {
    font-size: 16px;
    margin-top: 20px;
    line-height: 30px;
  }

  .habout-tltxt p {
    margin-bottom: 20px;
  }

  .habout-tl {
    padding-right: 0;
  }

  .habout-bottxtm h3 {
    padding: 0 20px;
    margin-bottom: 0;
  }

  .habout-bottxtm {
    left: 0;
  }

  .habout-bottxtm p {
    width: 100%;
    padding: 20px;
  }

  .happ-nav {
    bottom: 30px;
  }
}

@media(max-width:1400px) {
  .hometit {
    font-size: 30px;
  }

  .habout-tltxt {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .habout-tltxt p {
    margin-bottom: 10px;
    line-height: 26px;
  }

  .happ-navswiper .swiper-slide.on a {
    font-size: 32px;
  }

  .happ-txt-tit {
    padding-top: 30px;
  }
}

@media(max-width:1200px) {
  .habout-t {
    display: block;
  }

  .habout-tl {
    width: 100%;
    padding: 0;
  }

  .habout-tr {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }

  .happ-txt-tit h3 {
    font-size: 32px;
  }

  .happ-txt-tit h4 {
    margin-top: 20px;
  }
}

@media(max-width:991px) {
  .habout-t {
    padding: 40px 0;
  }

  .habout-num ul {
    flex-wrap: wrap;
  }

  .habout-num ul li {
    width: 49%;
    margin-bottom: 10px;
  }

  .habout-bot ul {
    display: block;
  }

  .habout-bottxtm {
    width: 100%;
  }

  .habout-botimg img {
    width: 100%;
  }

  .habout-bot ul li {
    width: 100%;
  }

  .habout-bot ul li.on {
    width: 100%;
  }

  .happ {
    height: 300px;
    overflow: hidden;
  }

  .happ-bg ul li img {
    width: auto;
  }

  .happ-txt-tit h4 {
    font-size: 14px;
    line-height: 24px;
  }

  .happ-navswiper .swiper-slide.on a {
    font-size: 22px;
  }

  .happ-navswiper .swiper-slide a {
    padding-bottom: 20px;
  }

  .hpro {
    padding: 40px 0;
  }

  .hnews-tit {
    display: block;
  }

  .hnews-titm {
    margin-top: 15px;
    width: 100%;
  }

  .hnews-box {
    margin-top: 20px;
  }

  .hnews-box ul {
    display: block;
  }

  .hnews-box ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .hnews {
    padding: 40px 0 30px;
  }

  .hscien-w {
    width: 100%;

  }

  .hscien-p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0;
    margin: 30px;
  }

  .hscien-box ul {
    flex-wrap: wrap;
    width: 100%;
  }

  .hscien-box ul li a {
    margin: 0 auto;
  }

  .hscien-box ul li {
    margin-right: 0;
    width: 50%;
  }

  .hscien-box ul li {
    margin-bottom: 20px;
  }

  .hscien {
    padding: 80px 0;
  }

  .habout-num ul li span {
    font-size: 16px;
  }

  .habout-num ul li h4 {
    font-size: 40px;
  }

  .habout-bot {
    margin-top: 40px;
  }

  .habout-bottxt h2 {
    font-size: 22px;
    top: 20px;
    left: 15px;
    display: none;
  }

  .habout-bottxtm h3 {
    font-size: 18px;
  }

  .habout-bot ul li .habout-bottxtm p {
    display: none !important;
  }
}

@media(max-width:500px) {
  .hnews-titm ul li a {
    font-size: 14px;
    white-space: nowrap;
  }

  .hnews-titm ul li {
    margin-right: 20px;
  }

  .hnews-more a {
    width: 100px;
  }
}

/*新闻资讯*/
.news-nav ul {
  display: flex;
}

.news-nav ul li {
  width: 33%;
}

.inside-nav a {
  display: block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
}

.inside-nav .on a {
  background: #e60012;
  color: #fff;
}

.inside-nav a:hover {
  background: #e60012;
  color: #fff;
}

.inside-nav a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: #b5b5b5;
  content: "";
  right: 0;
}

.inside-nav li:last-child a::after {
  display: none;
}

.news-nav {
  background: #fafafa;
}

.news-box ul {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.news-box ul li {
  width: 32%;
  margin-bottom: 40px;
  padding: 0 1%;
}

.news-box {
  padding: 80px 0;
}

.in-more a {
  display: block;
  width: 150px;
  height: 50px;
  background: #e60012;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  margin: 0 auto;
}

.news-txt span {
  color: #555555;
}

.news-txt h3 {
  font-size: 24px;
  font-family: 'HEITI';
  padding: 15px 0;
}

.news-txt {
  margin-top: 30px;
}

.news-txt h4 {
  line-height: 30px;
}

@media(max-width:991px) {
  .news-box ul {
    display: block;
  }

  .news-box ul li {
    width: 100%;
  }

  .news-txt h3 {
    font-size: 20px;
    padding: 5px 0;
  }

  .news-txt {
    margin-top: 15px;
  }

  .news-box {
    padding: 40px 0;
  }

  .news-txt h4 {
    line-height: 26px;
  }

  .news-box ul li {
    margin-bottom: 20px;
  }
}

/*人力资源*/
.hryrln {
  background: url("../img/hr-img1.jpg") no-repeat top center;
  margin: 80px 0;
  padding: 120px 0 160px;
}

.hrtitwhite {
  color: #fff;
}

.hr-tit {
  font-size: 40px;
  text-align: center;
}

.hryrln p {
  color: #fff;
  line-height: 35px;
  text-align: center;
  padding: 40px 300px 0;
}

.hrrczp-th {
  background: #f7f7f7;
}

.hrrczp-th ul {
  display: flex;
  height: 90px;
  line-height: 90px;
  justify-content: space-between;
}

.hrrczp-th ul li {
  width: 20%;
  text-align: center;
}

.hrrczp-tdtit {
  display: flex;
  height: 90px;
  line-height: 90px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
}

.hrrczp-tdtit span {
  display: block;
  width: 20%;
  text-align: center;
}

.hrrczp-box {
  margin-top: 40px;
}

.hrrczp-sub dl {
  display: flex;
}

.hr-jia {
  width: 40px;
  height: 40px;
  border: 1px solid #cdcdcd;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  border-radius: 3px;
  overflow: hidden;
  background: url("../img/hr-jia.png") no-repeat center;
}

.hrrczp-sub {
  display: none;
  padding: 50px 100px;
}

.hrrczp-sub dd {
  margin-right: 190px;
  line-height: 35px;
}

.hrygtd {
  margin: 80px 0;
}

.hrrczp-td ul li.on .hr-jia {
  border: 1px solid #e60012;
  background: #e60012 url("../img/hr-jian.png") no-repeat center;
}

.hrygtd-box {
  margin-top: 40px;
}

.hrygtd-swiper .swiper-slide h3 {
  text-align: center;
  font-size: 20px;
  font-family: 'HEITI';
  margin-top: 20px;
}

.hrygtd-swiper .swiper-slide:hover h3 {
  color: #e60012;
}

@media(max-width:1600px) {
  .hryrln p {
    padding: 40px 100px 0;
  }
}

@media(max-width:1200px) {
  .hr-tit {
    font-size: 32px;
  }

  .hryrln p {
    line-height: 30px;
  }

  .hrrczp-sub {
    padding: 50px 80px;
  }

  .hrrczp-sub dd {
    margin-right: 60px;
    line-height: 35px;
  }

}

@media(max-width:991px) {
  .hryrln p {
    padding: 20px 80px;
  }

  .hryrln {
    padding: 100px 0;
    margin: 40px 0;
  }

  .hrrczp-sub dd {
    margin-right: 20px;
    line-height: 30px;
  }

  .hrrczp-sub {
    padding: 30px;
  }

  .hrygtd {
    margin: 40px 0;
  }
}

@media(max-width:600px) {
  .hryrln p {
    padding: 20px 15px;
  }

  .hrrczp-sub dl {
    display: block;
  }

  .hrrczp-sub dl dd {
    margin-bottom: 20px;
  }

  .hrrczp-tdtit span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media(max-width:449px) {
  .hrrczp-box {
    margin-top: 30px;
    font-size: 14px;
  }

  .hrrczp-th ul {
    height: 60px;
    line-height: 60px;
  }

  .hrrczp-tdtit {
    height: 60px;
    line-height: 60px;
  }
}

.pro-nav {
  background: #fafafa;
}

.pro-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.pro-box ul li {}

.pro-box ul li a {
  display: block;
  background: #fafafa;
  border: 1px solid #dcdcdc;
}

.pro-box {
  padding: 80px 0;
}

.pro-box ul li {
  margin-bottom: 30px;
}

.pro-box ul li a {
  display: block;
  background: #fafafa;
  border: 1px solid #dcdcdc;
  padding: 40px 0;
  text-align: center;
}

.pro-box ul li a h3 {
  font-size: 20px;
  color: #555555;
  font-family: 'HEITI';
}

.pro-box ul li a:hover .hpro-moreimg img:last-child {
  display: inline-block;
}

.pro-box ul li a:hover .hpro-moreimg img:first-child {
  display: none;
}

.pro-box ul li a:hover span {
  color: #e92232;
}

.pro-box .pro-more {
  margin-top: 30px;
}

@media(max-width:991px) {
  .pro-box {
    padding: 40px 0;
  }

  .pro-box ul li a h3 {
    font-size: 18px;
  }

  .hpro-more span {
    font-size: 16px;
  }

  .pro-box .pro-more {
    margin-top: 0px;
  }
}

/*产品详情*/
.prod-top {
  display: flex;
}

.prod-topl {
  width: 50%;
  display: flex;
  padding-right: 40px;
  justify-content: space-between;
}

.prod-topr {
  width: 50%;
}

.prod-box {
  overflow: hidden;
}

.prod-small {
  padding: 35px 0;
  position: relative;
  width: 20%;
}


.prod-smallswiper {
  height: 624px;
}

.prod-smallswiper img {
  width: 100%;
}

.prod-smallswiper .swiper-slide a {
  background: #fafafa;
  display: block;
  border: 1px solid #dcdcdc;
}

.prod-smallswiper .swiper-slide.on a {
  border: 2px solid #e60012;
}



.prod-big ul li a {
  background: #fafafa;
  display: block;
  border: 1px solid #dcdcdc;
}

.prod-big ul li {
  display: none;
}

.prod-top {
  padding: 80px 0;
}

.prod-small .swiper-button-prev {
  background: url("../img/pro-prev.png") no-repeat center;
  top: 25px;
  width: 26px;
  height: 14px;
  left: 50%;
  transform: translateX(-50%);
}

.prod-small .swiper-button-next {
  background: url("../img/pro-next.png") no-repeat center;
  bottom: 0;
  width: 26px;
  height: 14px;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.prod-topr h2 {
  font-size: 40px;
  color: #292929;
  font-family: 'HEITI';
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.prod-topr h3 {
  font-size: 18px;
  color: #292929;
  font-family: 'HEITI';
}

.prod-toprtxt {
  line-height: 35px;
  margin-top: 15px;
}

.prod-toprapp {
  margin-top: 30px;
}

.prod-toprappSwiper {
  margin-top: 20px;
}

.prod-toprappSwiper h5 {
  text-align: center;
  font-size: 18px;
  margin-top: 14px;
}

.prod-toprapp {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 40px;
}

.prod-btn a {
  display: block;
  height: 70px;
  width: 50%;
  text-align: center;
  line-height: 70px;
  font-family: 'HEITI';
  font-size: 20px;
  border: 1px solid #dcdcdc;
}

.prod-btn {
  display: flex;
  margin-top: 95px;
}

.prod-btn .on {
  background: #e60012;
  color: #fff;
  border: 1px solid #e60012;
}



.prod-tjswiper a {
  display: block;
  background: #fafafa;
  border: 1px solid #dcdcdc;
  padding: 40px 0;
  text-align: center;
}

.prod-tjswiper a h3 {
  font-size: 20px;
  color: #555555;
  font-family: 'HEITI';
}

.prod-tjswiper a:hover .hpro-moreimg img:last-child {
  display: inline-block;
}

.prod-tjswiper a:hover .hpro-moreimg img:first-child {
  display: none;
}

.prod-tjswiper a:hover span {
  color: #e92232;
}

.prod-tj h4 {
  font-size: 40px;
  color: #555555;
  font-family: 'HEITI';
  text-align: center;
  margin-bottom: 40px;
}

.prod-tj {
  padding-bottom: 80px;
}

@media(max-width:1700px) {
  .prod-big {
    width: 72.5%;
  }

  .prod-smallswiper {
    height: 532px;
  }

  .prod-topr h2 {
    font-size: 32px;
  }

  .prod-toprapp {
    margin-top: 20px;
  }

  .prod-toprapp {
    padding-bottom: 20px;
  }

  .prod-btn {
    margin-top: 55px;
  }
}

@media(max-width:1600px) {


  .prod-smallswiper {
    height: 447px;
  }

  .prod-toprtxt {
    line-height: 26px;
    margin-top: 10px;
  }

  .prod-topr h2 {
    font-size: 26px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .prod-btn {
    margin-top: 39px;
  }
}


@media(max-width:1400px) {
  .prod-smallswiper {
    height: 392px;
  }

  .prod-toprtxt {
    line-height: 26px;
    margin-top: 10px;
  }

  .prod-topr h2 {
    font-size: 26px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .prod-btn {
    margin-top: 39px;
  }

  .prod-btn a {
    height: 50px;
    line-height: 50px;
  }

  .prod-toprtxt {
    line-height: 24px;
    margin-top: 8px;
  }

  .prod-toprapp {
    padding-bottom: 10px;
  }

  .prod-btn {
    margin-top: 34px;
  }

}

@media(max-width:1200px) {
  .prod-top {
    display: block;
  }

  .prod-topl {
    width: 100%;
  }

  .prod-topr {
    width: 100%;
    margin-top: 40px;
  }

  .prod-big {
    width: 100%;
    padding: 0;
  }

  .prod-topl {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .prod-small {
    width: 100%;
    padding: 35px 50px;
  }

  .prod-small .swiper-button-prev {
    left: 0;
    top: 50%;
    height: 26px;
    transform: rotate(-90deg);
  }

  .prod-small .swiper-button-next {
    right: 0;
    top: 50%;
    left: auto;
    height: 26px;
    transform: rotate(-90deg) translateY(-50%);
  }

  .prod-smallswiper {
    height: auto;
  }

  .prod-topl {
    padding-right: 0;
  }
}

@media(max-width:991px) {
  .prod-top {
    padding: 40px 0;
  }

  .prod-topr {
    margin-top: 0px;
  }

  .prod-tj h4 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .prod-tj {
    padding-bottom: 30px;
  }
}

.prod-box {
  overflow: hidden;
}

/*关于我们*/
.about-tit {
  font-size: 40px;
  color: #292929;
  font-family: 'HEITI';
}

.about-tc {
  text-align: center;
}

.about-top {
  padding: 80px 0 100px;
}

.about-toptxt {
  padding-top: 40px;
}

.about-toptxt p {
  text-indent: 2em;
  margin-bottom: 30px;
  line-height: 30px;
}

.about-topimg {
  margin-top: 50px;
  margin-bottom: 60px;
}

.about-tb {
  margin-top: 60px;
  display: flex;
}

.about-tbl {
  width: 50%;
  padding-right: 30px;
}

.about-tbr {
  width: 50%;
  padding-left: 30px;
}

.about-tbl p {
  line-height: 35px;
  margin-bottom: 35px;
}

.about-tbrswiper .swiper-slide a {
  display: block;
  position: relative;
}

.about-tbrswiper .swiper-slide a h4 {
  position: absolute;
  color: #fff;
  bottom: 35px;
  left: 40px;
  font-size: 24px;
  font-family: 'HEITI';
}

.about-tbrswiper .swiper-pagination {
  text-align: right;
  bottom: 40px;
  padding-right: 40px;
}

.about-tbrswiper .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
  margin: 0 7px;
  opacity: 1;
}

.about-tbrswiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #e60012;
}

.qywh {
  padding: 90px 0;
  background: url("../img/qywh-img.jpg") no-repeat top center;
}

.about-white {
  color: #fff;
}

.qywh-box {
  color: #fff;
  line-height: 34px;
  margin-top: 40px;
}

.fzlc {
  padding: 108px 0;
  position: relative;
  background: url("../img/fzlc-bg.jpg") no-repeat top center;
}

.fzlc-box {
  margin-top: 50px;
}

.fzlc-txt {
  color: #fff;
  margin-top: 30px;
}

.fzlc-icon {
  padding-bottom: 30px;
}

.fzlc-txt h4 {
  font-size: 24px;
  font-family: 'HEITI';
  margin-bottom: 20px;

}

.fzlc-txt h5 {
  line-height: 30px;
}

.fzlc-line {
  height: 6px;
  width: 100%;
  position: absolute;
  top: 60%;
  background: rgba(255, 255, 255, 0.2);
}

.fzlc .swiper-button-prev {
  background: url("../img/fzlc-prev.png") no-repeat center;
  top: 37%;
  left: 4%;
}

.fzlc .swiper-button-next {
  background: url("../img/fzlc-next.png") no-repeat center;
  top: 37%;
  right: 4%;
}

.zzjg-img img {
  width: 100%;
}

.zzjg {
  padding: 100px 0;
}

.zzjg-img {
  margin-top: 50px;
}

.honor {
  background: #fafafa;
  padding: 80px 0;
}

.honor-btn {
  position: relative;
}

.honor-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.honor-box {
  margin-top: 40px;
}

.honor-boxswiper .honor-img {
  background: #fff;
  padding: 30px;
  display: block;
}

.honor-boxswiper .swiper-slide h3 {
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
  font-family: 'HEITI';
}

.honor-btn .swiper-button-next {
  width: 43px;
  height: 43px;
  border: 1px solid #eeeeee;
  opacity: 1;
  background: #fff url("../img/honor-next.png") no-repeat center;
}

.honor-btn .swiper-button-prev {
  width: 43px;
  height: 43px;
  border: 1px solid #eeeeee;
  opacity: 1;
  right: 60px;
  left: auto;
  background: #fff url("../img/honor-prev.png") no-repeat center;
}

.honor-btn .swiper-button-next:hover {
  background: #e60012 url("../img/honor-nexth.png") no-repeat center;
}

.honor-btn .swiper-button-prev:hover {
  background: #e60012 url("../img/honor-prevh.png") no-repeat center;
}

.video {
  padding: 80px 0;
  position: relative;
}

.video-box {
  margin-top: 40px;
}

.video-swiper .swiper-slide a {
  display: block;
  position: relative;
}

.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video .swiper-button-prev {
  left: 4%;
  top: 55%;
  background: url("../img/video-prev.png") no-repeat center;
}

.video .swiper-button-prev:hover {
  background: url("../img/video-prevh.png") no-repeat center;
}

.video .swiper-button-next {
  right: 4%;
  top: 55%;
  background: url("../img/video-next.png") no-repeat center;
}

.video .swiper-button-next:hover {
  background: url("../img/video-nexth.png") no-repeat center;
}



@media(max-width:1700px) {
  .about-tbl p {
    margin-bottom: 20px;
  }
}

@media(max-width:1400px) {
  .about-tbl p {
    margin-bottom: 15px;
    line-height: 30px;
  }
}

@media(max-width:1200px) {
  .about-tbl p {
    margin-bottom: 15px;
    line-height: 30px;
  }

  .about-tbl {
    padding: 0;
  }

  .about-tbl p {
    margin-bottom: 10px;
    line-height: 28px;
  }

  .about-tbrswiper .swiper-slide a h4 {
    font-size: 16px;
  }

  .about-tbrswiper .swiper-pagination {
    text-align: right;
    bottom: 31px;
    padding-right: 10px;
  }
}



@media(max-width:991px) {
  .about-tit {
    font-size: 32px;
  }

  .about-top {
    padding: 40px 0;
  }

  .about-toptxt {
    padding-top: 20px;
  }

  .about-toptxt p {
    margin-bottom: 10px;
  }

  .about-topimg {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .about-tb {
    display: block;
    margin-top: 20px;
  }

  .about-tbl {
    width: 100%;
  }

  .about-tbr {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .about-tbrimg img {
    width: 100%;
  }

  .qywh {
    background-size: cover;
    padding: 60px 0;
  }

  .qywh-box {
    margin-top: 20px;
  }

  .fzlc {
    padding: 60px 0;
  }

  .zzjg {
    padding: 40px 0;
  }

  .honor {
    padding: 40px 0 20px;
  }

  .video {
    padding: 40px 0;
  }

  .video-box {
    margin-top: 20px;
  }
}

/* 联系我们 */
.contact-main{
    padding-bottom: 60px;
}
.contact-cont{
    overflow: hidden;
}
.contact-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f2f2f2;
    justify-content: center;
}
.contact-info dl dt{
    font-size: 24px;
    color: #000;
    margin-bottom: 25px;
}
.contact-info dl dd{
    line-height: 30px;
    color: #666;
    font-size: 16px;
}
.contact-img{
    overflow: hidden;
    width: 100%;
}
.contact-img img{
    display: block;
    width: 100%;
}
.contact-ditu{
    margin-top: 28px;
    overflow: hidden;
    width: 100%;
}
.contact-ditu img{
    display: block;
    width: 100%;
}
@media(max-width: 1200px){
    .contact-info dl dt{
        margin-bottom: 15px;
    }
}
@media(max-width: 991px){
    .col-xxs-12{
        width:100%;
    }
    .contact-info{
        padding: 30px 0px;
        margin-bottom: 15px;
    }
    .contact-main{
        padding-bottom: 40px;
    }
}
@media(max-width: 599px){
    .contact-main{
        padding-bottom: 30px;
    }
    .contact-ditu{
        margin-top: 15px;
    }
}
/*手机电脑切换*/
.dc-mo {
  display: none;
}

@media (max-width: 991px) {
  .dc-mo {
    display: block;
  }

  .dc-pc {
    display: none;
  }
}
#p-banner .swiper-slide img {
    width: 100%;
   
}