body {
  font-size: 14px;
  font-family: Microsoft Yahei, -apple-system, sans-serif;
}
@keyframes bounce {
  50%,
  80%,
  to {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-10px);
  }
  60% {
    transform: scale(1.1);
    opacity: 0.7;
  }
}
@-webkit-keyframes s_up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, -5px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -15px);
  }
}
.top-nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  height: 1.4rem;
   background: rgba(0, 0, 0, 0.66);
}
.top-nav:before {
  background: rgba(0, 20, 90, 0.8);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top-nav .nav-list,
.top-nav .logo {
  display: none;
}
.top-nav .mb-menu {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-size: 100% 100%;
  background-image: url("/content/images/menu.png");
  right: 0.48rem;
  top: 0.45rem;
}
.top-nav .mb-search {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-size: 100% 100%;
  background-image: url("/content/images/search.png");
  right: 0.48rem;
  top: 0.45rem;
}
.top-nav .mb-tit {
  position: absolute;
  width: 4rem;
  height: 0.74rem;
  top: 40%;
  margin-top: -0.37rem;
  left: 0;
  /*margin-left: -2rem;*/
  text-align: center;
  font-size: 0.51rem;
  color: #fff;
  line-height: 1rem;
  font-weight: bold;
}
.top-nav .mb-tit a{
    color:#fff;
}

.top-nav .mb-tit img {
  display: inline-block;
  width: 1rem;
  /*height: 0.84rem;*/
  vertical-align: top;
  margin-right: 0.3rem;
}
@media (min-width: 768px) {
  .top-nav {
    height: 100px;
    background: -webkit-linear-gradient(bottom, rgba(0, 20, 90, 0), rgba(0, 20, 90, 0.9));
    background: -o-linear-gradient(top, rgba(0, 20, 90, 0), rgba(0, 20, 90, 0.9));
    background: -moz-linear-gradient(top, rgba(0, 20, 90, 0), rgba(0, 20, 90, 0.9));
    background: linear-gradient(to top, rgba(0, 20, 90, 0), rgba(0, 20, 90, 0.9));
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
  }
  .top-nav:before {
    display: none;
  }
  .top-nav .mb-menu,
  .top-nav .mb-tit,
  .top-nav .mb-search {
    display: none;
  }
  .top-nav .nav-list {
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    right: 1.5%;
  }
  .top-nav .nav-list a {
    text-decoration: none;
  }
  .top-nav .nav-list .slide-link {
    position: relative;
  }
  .top-nav .nav-list .slide-link:hover .slide {
    display: block;
  }
  .top-nav .nav-list .slide-link a.hv {
    display: inline-block;
    padding: 0 8px;
    height: 100%;
    text-align: center;
    color: #fff;
  }
  .top-nav .nav-list a.nv,
  .top-nav .nav-list a.hv {
    font-size: 16px;
  }
  .top-nav .nav-list .slide-link .slide {
    position: absolute;
    width: 100%;
    background: #00145a;
    top: 58px;
    left: 0;
    display: none;
    padding: 5px 0 15px 0;
  }
  .top-nav .nav-list .slide-link .slide a {
    display: block;
    padding: 0 8px;
    line-height: 22px;
    color: #fff;
    font-size: 15px;
  }
  .top-nav .nav-list .slide-link .slide a:hover {
    font-weight: bold;
  }
  .top-nav .nav-list a.nv,
  .top-nav .nav-list .slide-link {
    display: inline-block;
    height: 100px;
    vertical-align: top;
    padding: 0 8px;
    line-height: 100px;
    color: #fff;
    -webkit-transition: padding 0.3s, height 0.3s;
    -moz-transition: padding 0.3s, height 0.3s;
    -ms-transition: padding 0.3s, height 0.3s;
    -o-transition: padding 0.3s, height 0.3s;
    transition: padding 0.3s, height 0.3s;
  }
  .top-nav .nav-list a.nv.language,
  .top-nav .nav-list .slide-link.language {
      background: #00aebb;
    border-radius: 5px;
    height: 25px;
    vertical-align: -40px;
    line-height: 25px;
    font-size:12px;
    font-weight:normal;
  }
  .top-nav .nav-list .slide-link {
    padding: 0;
  }
  .top-nav .logo {
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 15px;
    left: 1.5%;
    overflow: hidden;
  }
  .top-nav .logo img {
    display: block;
    width: auto;
    height: 80px;
  }
}
@media (min-width: 1000px) {
  .top-nav .logo {
    width: 450px;
  }
}
@media (min-width: 1140px) {
  .top-nav .nav-list a.nv,
  .top-nav .nav-list a.hv {
    /*padding: 0 10px;
    font-size: 18px;*/
  }
  .top-nav .nav-list .slide-link {
    font-size: 17px;
  }
  .top-nav .nav-list .slide-link a.hv {
    padding: 0 10px;
  }
  .top-nav .nav-list .slide-link .slide {
    top: 60px;
    padding: 5px 0 15px 0;
  }
  .top-nav .nav-list .slide-link .slide a {
    padding: 0 10px;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
  }
  .top-nav .nav-list .slide-link .slide a:hover {
    font-weight: bold;
  }
}
@media (min-width: 1240px) {
  .top-nav .nav-list a.nv {
    padding: 0 15px;
  }
  .top-nav .nav-list .slide-link a.hv {
    padding: 0 15px;
  }
  .top-nav .nav-list .slide-link .slide {
    top: 60px;
  }
  .top-nav .nav-list .slide-link .slide a {
    padding: 0 15px;
    line-height: 28px;
  }
}
@media (min-width: 1410px) {
  .top-nav {
    height: 124px;
  }
  .top-nav .nav-list {
    right: 3%;
  }
  .top-nav .nav-list a.nv,
  .top-nav .nav-list .slide-link {
    height: 124px;
    line-height: 124px;
  }
  .top-nav .nav-list a.nv.language,
  .top-nav .nav-list .slide-link.language {
    vertical-align: -52px;
  }
  .top-nav .nav-list .slide-link .slide {
    top: 85px;
  }
  .top-nav .logo {
    width: 460px;
    height: 94px;
    left: 3%;
  }
  .top-nav .logo img {
    width: 460px;
    height: 94px;
  }
}
@media (min-width: 1600px) {
  .top-nav .nav-list a.nv {
    padding: 0 25px;
  }
  .top-nav .nav-list .slide-link a.hv {
    padding: 0 25px;
  }
  .top-nav .nav-list .slide-link .slide a {
    padding: 0 25px;
  }
}
.index-main .index-page.index {
  background: #00aebb;
}
.index-page .loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #333;
  z-index: 3;
  display: none;
}
@media (min-width: 768px) {
  .index-page .loading {
    display: block;
  }
}
.index-page .loading svg {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
}
.index-page .loading p {
  position: absolute;
  width: 100px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin: 30px 0 0 -50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.top-nav.fixed-ht {
  height: 65px;
  background: rgba(2, 26, 90, 0.8);
}
.top-nav .nav-list a.nv:hover,
.top-nav .nav-list .slide-link:hover,
.top-nav.fixed-ht .nav-list a.nv.cur,
.top-nav.fixed-ht .nav-list .slide-link.cur {
  background: #021a5a;
}
.top-nav .nav-list a.nv,
.top-nav .nav-list a.hv {
  font-weight: bold;
}
.top-nav.fixed-ht .logo {
  display: none;
}
.top-nav.fixed-ht .nav-list a.nv,
.top-nav.fixed-ht .nav-list .slide-link {
  height: 65px;
  line-height: 65px;
}
.top-nav.fixed-ht .nav-list a.nv.language,
.top-nav.fixed-ht .nav-list .slide-link.language {
  vertical-align: -17px;
  height: 30px;
  line-height: 30px;
}
.top-nav.fixed-ht .slide-link .slide {
  top: 60px;
}
.fixed-right-nav {
  position: fixed;
  width: 3.9rem;
  height: 100%;
  right: 0;
  top: 0;
  background: #333;
  transform: translate3d(4.5rem, 0, 0);
  transition: transform 0.5s;
  z-index: 9;
}
.fixed-right-nav.cur {
  transform: translate3d(0, 0, 0);
}
.fixed-right-nav .cls-fixed-right-nav {
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  background-size: 100% 100%;
  background-image: url("/content/images/close.png");
  right: 0.15rem;
  top: 0.15rem;
}
.fixed-right-nav a.language {
  display: block;
  margin: 0.45rem 0 0.2rem 0.5rem;
  width: 2.4rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  border-radius: 0.1rem;
  background: #00b1cd;
  font-size: 0.3rem;
  color: #fff;
  text-decoration: none;
}
.fixed-right-nav .list {
  padding: 0.1rem 0 0 0;
  border-top: 1px solid #000;
}
.fixed-right-nav .list .slides {
  display: none;
  background: #424040;
}
.fixed-right-nav .list a {
  display: block;
  position: relative;
  /*width: 100%;*/
  line-height: 3;
  border-bottom: 1px solid #191919;
  font-size: 0.28rem;
  color: #fff;
  text-decoration: none;
  padding: 0 0 0 0.55rem;
}
.fixed-right-nav .list a:last-child {
  border-bottom: none;
}
.fixed-right-nav .list a.slide-a:after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  background-size: 100% 100%;
  background-image: url("/content/images/arrowup.png");
  top: 50%;
  margin-top: -0.05rem;
  right: 0.45rem;
  transition: transform 0.3s;
}
.fixed-right-nav .list a.slide-a.cur:after {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .fixed-right-nav {
    display: none;
  }
}
.clear-f {
  clear: both;
  width: 0;
  height: 0;
}
.page-banner {
  display: none;
}
@media (min-width: 768px) {
  .page-banner {
    display: block;
    width: 100%;
    height: 416px;
    position: relative;
  }
  .page-banner .arrow {
    position: absolute;
    width: 37px;
    height: 37px;
    background: url("/content/images/arrow.png");
    bottom: 30px;
    left: 50%;
    margin-left: -18px;
    animation: bounce 1.5s infinite;
  }
  .page-banner .page-pos {
    position: absolute;
    width: 100%;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    color: #fff;
    top: 167px;
    left: 0;
  }
  .page-banner .page-pos h1 {
    font-size: 45px;
    font-weight: normal;
    line-height: 1.2;
  }
  .page-banner .page-pos p {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 20px;
  }
  .page-banner .page-pos p a {
    color: #fff;
  }
}
.notice-main {
  padding: 0.1rem 0;
  background: #f5f5f5;
}
.notice-main .news-title {
  text-align: center;
  line-height: 0.65rem;
  position: relative;
  font-size: 0.3rem;
  margin-bottom: 0.2rem;
}
.notice-main .news-title:before {
  content: "";
  position: absolute;
  width: 3.93rem;
  height: 0.09rem;
  left: 50%;
  margin-left: -1.965rem;
  bottom: 0;
  background-size: 100% 100%;
  background-image: url("/content/images/titbtm.png");
}
.notice-main .p-des {
  font-size: 12px;
  line-height: 1.4;
  margin: 0 auto;
  width: 90%;
  color: #999;
  text-align: center;
}
@media (min-width: 768px) {
  .notice-main {
    background: #fff;
    padding: 40px 0 50px 0;
  }
  .notice-main .news-title {
    text-align: center;
    line-height: 80px;
    position: relative;
    font-size: 30px;
    width: 100%;
    margin-bottom: 20px;
  }
  .notice-main .news-title:before {
    content: "";
    position: absolute;
    width: 393px;
    height: 9px;
    left: 50%;
    margin-left: -196px;
  }
  .notice-main .p-des {
    font-size: 14px;
    color: #999;
    line-height: 1.4;
    margin: 0 auto;
    width: 95%;
    max-width: 1158px;
  }
}
.notice-main .more {
  display: block;
  width: 170px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #00aebb;
  color: #fff;
  font-size: 13px;
  margin: 30px auto;
  border-radius: 10px;
}
.notice-main .notice-box {
  /*width: 7rem;*/

  height: 1rem;
  padding: 0 0.5rem;
  margin: 0.2rem auto;
  position: relative;
  overflow: hidden;
}
.notice-main .notice-box .notice-x {
  width: 6rem;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0.5rem;
  overflow: hidden;
}
.notice-main .notice-box .notice-x .notice-pos {
  width: 62rem;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  -ms-transition: -ms-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  transition: transform 0.6s;
}
.notice-main .notice-box .notice-x .notice-pos .notice {
  float: left;
  width: 6rem;
  height: 1rem;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 0.1rem;
  padding: 0.1rem 0.2rem;
}
.notice-main .notice-box .notice-x .notice-pos .notice a {
  display: block;
  width: 4.8rem;
  float: right;
  height: 0.8rem;
  line-height: 0.4rem;
  color: #333;
  overflow: hidden;
  /*text-align: right;*/
}
.notice-main .notice-box .notice-x .notice-pos .notice .dt {
  width: 0.7rem;
  height: 0.8rem;
  line-height: 0.4rem;
  text-align: center;
  float: left;
  font-size: 12px;
  color: #fff;
  position: relative;
}
.notice-main .notice-box .notice-x .notice-pos .notice .dt:after {
  position: absolute;
  border-width: 0.1rem 0.1rem 0;
  border-style: solid;
  border-color: #00145a transparent transparent;
  content: "";
  top: 0.4rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.notice-main .notice-box .notice-x .notice-pos .notice .dt p:first-child {
  background: #16469f;
}
.notice-main .notice-box .notice-x .notice-pos .notice .dt p:last-child {
  background: #acb0b3;
}
.notice-main .notice-box .notice-prev {
  position: absolute;
  width: 0.25rem;
  height: 0.58rem;
  left: 0;
  background-size: 100% 100%;
  background-image: url("/content/images/prev.png");
  top: 0.21rem;
}
.notice-main .notice-box .notice-next {
  position: absolute;
  width: 0.25rem;
  height: 0.58rem;
  right: 0;
  background-size: 100% 100%;
  background-image: url("/content/images/next.png");
  top: 0.21rem;
}
@media (min-width: 768px) {
  .notice-main .notice-box {
    width: 98%;
    height: 80px;
    padding: 0 50px;
    margin: 20px auto;
    max-width: 1240px;
  }
  .notice-main .notice-box .notice-x {
    width: 100%;
    height: 80px;
    left: inherit;
    position: relative;
  }
  .notice-main .notice-box .notice-x .notice-pos {
    width: 6000px;
    height: 80px;
  }
  .notice-main .notice-box .notice-x .notice-pos .notice {
    float: left;
    width: 212px;
    height: 80px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px 10px 15px 15px;
    margin-right: 20px;
  }
  .notice-main .notice-box .notice-x .notice-pos .notice a {
    display: block;
    width: 140px;
    float: right;
    height: 40px;
    line-height: 20px;
    margin: 5px 0;
  }
  .notice-main .notice-box .notice-x .notice-pos .notice a:hover {
    text-decoration: underline;
  }
  .notice-main .notice-box .notice-x .notice-pos .notice .dt {
    width: 40px;
    height: 50px;
    line-height: 25px;
  }
  .notice-main .notice-box .notice-x .notice-pos .notice .dt:after {
    border-width: 10px 10px 0;
    content: "";
    top: 20px;
  }
  .notice-main .notice-box .notice-x .notice-pos .notice .dt p {
    font-size: 14px;
  }
  .notice-main .notice-box .notice-x .notice-pos .notice .dt p:first-child {
    font-size: 20px;
  }
  .notice-main .notice-box .notice-prev {
    width: 25px;
    height: 58px;
    top: 11px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  .notice-main .notice-box .notice-next {
    width: 25px;
    height: 58px;
    top: 11px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
}
.product-main,
.about-main {
  padding: 1.65rem 0 0.37rem 0;
  background: #f5f5f5;
}

.about-main ul,.about-main ol{
  padding-left:15px;
}
.about-main li{
  margin-bottom:15px;
}




.about-main .about {
  margin: 20px auto;
  height: auto;
  width: 90%;
}
.about-main .about p {
  margin-bottom: 10px;
  line-height: 0.5rem;
  text-indent: 35px;
}





.about-main .about .zuzhijiegou {
  text-align: center;
}
.about-main .about .zuzhijiegou img {
  width: 100%;
  border-radius: 20px;
  background: #ffffff;
  padding: 10px;
  opacity: 0.8;
}
.about-main .investor .info {
  width: 6.5rem;
  margin: 0.2rem auto;
  color: #333;
  line-height: 2;
}
.about-main .investor .gupiao {
  text-align: center;
  border-radius: 8px;
  background: #fff;
  padding: 0.4rem;
}
.about-main .investor .gupiao a {
  color: #333;
}
.about-main .contact .info {
  width: 6.5rem;
  margin: 0.2rem auto;
  color: #333;
  text-align: center;
  line-height: 2;
}
.about-main .contact .map {
  width: 95%;
  margin: 0.2rem auto;
  border: 1px #ccc solid;
  text-align: center;
  display: block;
  border-radius: 4px;
}
.product-main .m-product {
  width: 100%;
  height: auto;
}
.product-main .m-product .m-product-cell {
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
}
.product-main .m-product .m-product-cell .pic {
  margin-bottom: 0.25rem;
}
.product-main .m-product .m-product-cell .pic img {
  width: 100%;
  display: block;
  height: auto;
}
.product-main .m-product .m-product-cell .info {
  width: 6.5rem;
  margin: 0.1rem auto;
  color: #333;
}
.product-main .m-product .m-product-cell .info h4 {
  font-size: 0.36rem;
  line-height: 1.5;
}
.product-main .m-product .m-product-cell .info .des {
  font-size: 0.3rem;
  line-height: 2;
  margin-bottom: 0.6rem;
  margin-top: 0.2rem;
}
.product-main .m-product .m-product-cell .info .more {
  width: 130px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 8px;
  background: #00aebb;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
/*
.about-main .about .gupiao{
    width: 50%
    text-align: center;
    overflow: hidden;
    float: left;
}


.about-main .about .gupiao a{
    color: #333;
    margin-right: 10px;
}
*/
/*
@media (min-width: 768px) {
    .product-main .m-product .m-product-cell .pic {
        margin-bottom: 0;
        overflow: hidden;
        float: none;
        width: 100%;
    }


    .product-main .m-product .m-product-cell .info {
        width: 100%;
        float: none;
        margin: 0;
        text-align: left;
        box-sizing: border-box;
        padding: 0 10% 0 3%;
    }
}
*/
@media (min-width: 768px) {
  .product-main .m-product .m-product-cell {
    margin-top: 80px;
    margin-bottom: 100px;
  }
  .product-main .m-product .m-product-cell .pic {
    margin-bottom: 0;
    overflow: hidden;
    float: left;
    width: 50%;
  }
  .product-main .m-product .m-product-cell .pic img {
    width: auto;
    display: block;
    height: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -ms-transition: -ms-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s;
  }
  .product-main .m-product .m-product-cell .pic img:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
  }
  .product-main .m-product .m-product-cell .info {
    width: 50%;
    float: right;
    margin: 0;
    text-align: left;
    box-sizing: border-box;
    /*padding: 0 10% 0 3%;*/
	padding: 0 0 0 3%;
  }
  .product-main .m-product .m-product-cell .info h4 {
    font-size: 22px;
  }
  .product-main .m-product .m-product-cell .info h5 {
    font-size: 20px;
  }
  .product-main .m-product .m-product-cell .info .des {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 85px;
    margin-top: 15px;
  }
    .product-main .m-product .m-product-cell .info .des .leib {
        padding-left:20px;
    }

  .product-main .m-product .m-product-cell:nth-child(2n) .pic {
    float: right;
  }
  .product-main .m-product .m-product-cell:nth-child(2n) .info {
    float: left;
    /*text-align: right;*/
    /*padding: 0 3% 0 10%;*/
	padding: 0 3% 0 0;
  }
  .product-main .m-product .m-product-cell:nth-child(2n) .more {
    display: inline-block;
  }
}
.product-main .news-title,
.about-main .news-title,.news-main .news-title{
  text-align: center;
  line-height: 1.1rem;
  position: relative;
  font-size: 0.48rem;
  margin-bottom: 0.3rem;
}
.product-main .news-title:before,
.about-main .news-title:before,
.news-main .news-title:before
 {
  content: "";
  position: absolute;
  width: 3.93rem;
  height: 0.09rem;
  left: 50%;
  margin-left: -1.965rem;
  bottom: 0;
  background-size: 100% 100%;
  background-image: url("/content/images/titbtm.png");
}
.product-main .p-des {
  font-size: 12px;
  line-height: 1.4;
  margin: 0 auto;
  width: 90%;
  color: #999;
  text-align: center;
}
.product-main .product-tap {
  margin-top: 0.5rem;
  height: 0.64rem;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.product-main .product-tap a {
  display: inline-block;
  height: 0.64rem;
  padding: 0 10px;
  font-size: 0.25rem;
  line-height: 0.64rem;
  color: #000;
}
.product-main .product-tap a.cur,
.product-main .product-tap a:hover {
  background: #dcdcdc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.product-main .product-list {
  padding: 0.7rem 0 0 0;
}
.product-main .product-list .product-box {
  display: none;
  text-align: center;
}
.product-main .product-list .product {
  display: inline-block;
  cursor: pointer;
  width: 3.38rem;
  height: auto;
  margin: 0 0.1rem 0.35rem 0.1rem;
}
.product-main .product-list .product p {
  font-size: 0.2rem;
  text-align: center;
  line-height: 1;
  padding: 0.25rem 0;
}
.product-main .product-list .product .pic {
  width: 3.38rem;
  height: auto;
  overflow: hidden;
}
.product-main .product-list .product .pic img {
  display: block;
  width: 3.38rem;
  height: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -ms-transition: -ms-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
}
.product-main .product-list .product .pic img:hover {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}



    .about-main .investor .gupiao_info{
   width:100%; 
   height:310px;
 
 }




@media (min-width: 768px) {
  .about-main {
    padding-top: 30px;
    padding-bottom: 60px;
    width: 100%;
    background: url("/content/images/about_bg.jpg") 0 100px #f5f5f5;
    height: auto;
  }
  .about-main .about {
    margin: 40px auto;
    width: 70%;
  }
  .about-main .investor {
    margin: 40px auto;
    width: 100%;
  }
  .about-main .about p {
    margin-bottom: 20px;
    line-height: 2.5em;
    font-size: 15px;
  }
  .about-main .about .lieb {
    list-style-type: decimal;
    line-height: 2.5em;
    font-size: 15px;
  }
  .about-main .about .zuzhijiegou img {
    width: auto;
  }
  .about-main .contact {
    margin-top: 80px;
    margin-bottom: 100px;
  }
  .about-main .contact .info {
    width: 48%;
    margin: 0;
    float: right;
    text-align: left;
    box-sizing: border-box;
    padding: 0 5% 0 3%;
    line-height: 40px;
  }
  .about-main .contact .map {
    margin-bottom: 0;
    overflow: hidden;
    float: left;
    width: 50%;
    border: #ccc solid 1px;
  }
  .about-main .investor .info {
    width: 45%;
    float: right;
    margin: 0;
    text-align: left;
    box-sizing: border-box;
    padding: 0 2% 0 2%;
    font-size: 14px;
    line-height: 1.9;
  }
  .about-main .investor .gupiao {
    width: 60%;
    /*float: left;*/
    border-radius: 20px;
    background: #ffffff;
    padding: 20px 10px;
    opacity: 0.8;
    margin: 0 auto;
    text-align: center;
  }
  .about-main .investor .gupiao a {
    color: #333;
    margin-right: 10px;
  }

    .about-main .investor .gupiao_info{
   width:414px; 
   height:310px;
 
 }


  .product-main {
    padding: 0;
    background: #fff;
    width: 100%;
	max-width:1400px;
    /*margin: 30px 0 100px 0;*/
	margin:30px auto;
  }
  .product-main .product-list {
    padding: 60px 0 0 0;
    width: 98%;
    margin: 0 auto;
  }
  .product-main .product-list .product {
    display: block;
    float: left;
    width: 23%;
	height:auto;
	overflow:hidden;
    margin: 0 1% 0 1%;
  }
  
  .product-main .product-list .product p {
    font-size: 16px;
    text-align: left;
    text-indent: 1em;
    line-height: 1;
    padding: 15px 0;
    text-align: center;
  }
  .product-main .product-list .product .pic {
    width: 100%;
  }
  .product-main .product-list .product .pic img {
    display: block;
    width: 100%;
  }

  .mb{
  display:none;
}


  .product-main .news-title,
  .about-main .news-title,
  .news-main .news-title {
    text-align: center;
    line-height: 80px;
    position: relative;
    font-size: 30px;
    width: 100%;
    margin-bottom: 20px;
  }
  .product-main .news-title:before,
  .about-main .news-title:before,
  .news-main .news-title:before{
    content: "";
    position: absolute;
    width: 393px;
    height: 9px;
    left: 50%;
    margin-left: -196px;
  }
  .product-main .p-des {
    padding-top: 10px;
    font-size: 15px;
    color: #999;
    line-height: 2;
    margin: 0 auto;
    width: 95%;
    max-width: 1158px;
  }
  .product-main .product-tap {
    margin-top: 50px;
    height: 64px;
  }
  .product-main .product-tap a {
    height: 64px;
    padding: 0 50px;
    font-size: 25px;
    line-height: 64px;
    color: #000;
    transition: background 0.3s;
  }
  .product-main .product-tap a.cur,
  .product-main .product-tap a:hover {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}







.go-to-page {
  text-align: center;
  min-height: 40px;
}
.go-to-page a {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: top;
  margin: 0 10px;
}
.go-to-page a.prev {
  background-size: 100% 100%;
  background-image: url("/content/images/pageprev.png");
}
.go-to-page a.next {
  background-size: 100% 100%;
  background-image: url("/content/images/pagenext.png");
}
.go-to-page a:first-child {
  background-size: 100% 100%;
  background-image: url("/content/images/pageprev.png");
}
.go-to-page a:last-child {
  background-size: 100% 100%;
  background-image: url("/content/images/pagenext.png");
}
.news-main {
  padding: 1.45rem 0.37rem 0.37rem 0.37rem;
  background: #f5f5f5;
  position: relative;
}
/*.news-main .news-title {
  text-align: center;
  line-height: 0.65rem;
  position: relative;
  font-size: 0.3rem;
  margin-bottom: 0.44rem;
}
.news-main .news-title:before {
  content: "";
  position: absolute;
  width: 3.93rem;
  height: 0.09rem;
  left: 50%;
  margin-left: -1.965rem;
  bottom: 0;
  background-size: 100% 100%;
  background-image: url("/content/images/titbtm.png");
}*/


.news-main .sub-box {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.news-main .sub-box .tag-box,
.news-main .sub-box .date-box {
  padding: 25px 18px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-top: 0.4rem;
  background: #fff;
}
.news-main .sub-box .tag-box .tit,
.news-main .sub-box .date-box .tit {
  background: #00aebb;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 1.2em;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
}
.news-main .sub-box .tag-box .tag-list,
.news-main .sub-box .date-box .tag-list {
  padding: 15px 10px;
  position:relative;
}
.news-main .sub-box .tag-box .tag-list a,
.news-main .sub-box .date-box .tag-list a {
  display: inline-block;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 32px;
  font-size: 12px;
  margin-right: 4px;
  padding: 0 10px;
  color: #666;
  margin-bottom: 5px;
}

.news-main .sub-box .date-box .tag-list{
  min-height:100px;
}

    .news-main .sub-box .date-box .tag-list .btn {
        position:absolute;
        right:2rem;
        bottom:-.3rem;
    }
    .news-main .sub-box .date-box .tag-list .submit-btn {
        background:#ccc;
        color:#333;
        /*width:35px;*/
        text-align:center;
        /*font-size:12px;*/
    }


.news-main .sub-box .date-box input {
  text-align:center;
  color: #999;
  max-width:180px;

}
    .news-main .sub-box .date-box p {
        margin-bottom:5px;
    }


.news-main .sub-box .search-box {
  padding: 25px 18px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
}
.news-main .sub-box .search-box .ipt {
  height: 38px;
  width: 100%;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  position: relative;
}
.news-main .sub-box .search-box .ipt input {
  position: absolute;
  height: 38px;
  top: 1px;
  left: 0;
  padding: 0 40px 0 15px;
  background: none;
  outline: none;
  border: none;
  resize: none;
  font-size: 12px;
  line-height: 38px;
  color: #999;
}
.news-main .sub-box .search-box .ipt a {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 0;
  right: 0;
  background: #00aebb;
}
.news-main .sub-box .search-box .ipt a:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  background-size: 100% 100%;
  background-image: url("/content/images/search2.png");
}
.news-main .news-list {
  width: 100%;
  height: auto;
    position:relative;
  padding-bottom:1rem;
 
}
    .news-main .news-list .laoding {
        position:absolute; 
        bottom:0px; 
        left:0; 
        font-size:18px; 
        cursor:pointer; 
        background:#dddddd;
        width:100%; 
        padding:.1rem 0;
        text-align:center;
        color:#666;
         font-size:14px;
    }

.news-main .news-list .news {
  width: 100%;
  margin-bottom: 0.5rem;
}
.news-main .news-list .news img {
  display: block;
  border-radius: 4px;
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
}
/*.news-main .news-list .news h3 {
  color: #021a5a;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.2;
}*/
.news-main .news-list .news p.des {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
  margin-bottom: 0.25rem;
}
.news-main .news-list .news a.more {
  width: 130px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 8px;
  background: #00aebb;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.news-main .news-list .news p.info {
  font-size: 12px;
  color: #999;
  line-height: 1.2;
  margin: 0.15rem 0;
}
.news-main .news-list .news p.info span {
  color: #00aebb;
  padding-left: 10px;
}
.news-main .news-list .news p.info span:first-child {
  padding-left: 0;
}

  .news-main .newt_t {
   margin-bottom:.5rem;
  }



@media (min-width: 768px) {
  .news-main {
    padding: 0;
    background: #fff;
    width: 95%;
    margin: 0 auto;
    max-width: 1148px;
    margin-top: 50px;
    margin-bottom: 60px;
  }
  .news-main .newt_t {
    position: relative;
  }
  .news-main .newt_t .bshare-custom {
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  .news-main .news-title {
    display: none;
  }
  .news-main .sub-box {
    width: 43%;
    height: auto;
    margin-top: 0;
    float: right;
  }
  .news-main .sub-box .tag-box,
  .news-main .sub-box .date-box {
    padding: 25px 18px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 20px;
    background: #fff;
  }
  .news-main .sub-box .tag-box .tit,
  .news-main .sub-box .date-box .tit {
    background: #00aebb;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 1.2em;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
  }
  .news-main .sub-box .tag-box .tag-list,
  .news-main .sub-box .date-box .tag-list {
    padding: 15px 0;
    position:relative;
  }
  .news-main .sub-box .tag-box .tag-list a,
  .news-main .sub-box .date-box .tag-list a {
    display: inline-block;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 28px;
    font-size: 14px;
    margin-right: 4px;
    padding: 0 10px;
    color: #666;
    margin-bottom: 5px;
    
  }


  .news-main .sub-box .date-box .tag-list .btn {
        position:absolute;
        top:15px;
        right:0px;
        width:58px;
    }

  .news-main .sub-box .search-box {
    padding: 25px 18px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
  }
  .news-main .sub-box .search-box .ipt {
    height: 38px;
    width: 100%;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
  }

  .news-main .sub-box .date-box input {
  text-align:center;
   color: #999;
   min-width:220px;

}

  .news-main .sub-box .search-box .ipt input {
    position: absolute;
    height: 38px;
    top: 1px;
    left: 0;
    padding: 0 40px 0 15px;
    background: none;
    outline: none;
    border: none;
    resize: none;
    font-size: 14px;
    line-height: 38px;
    color: #999;
  }
  .news-main .sub-box .search-box .ipt a {
    position: absolute;
    width: 38px;
    height: 38px;
    top: 0;
    right: 0;
    background: #00aebb;
  }
  .news-main .sub-box .search-box .ipt a:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px;
    background-size: 100% 100%;
    background-image: url("/content/images/search2.png");
  }
  .news-main .news-list {
    width: 55%;
    height: auto;
    float: left;
    position:relative;
  }

    .news-main .news-list .laoding {
        font-size:16px;
        padding:5px 0;
    }

  .news-main .news-list .news {
    width: 100%;
    margin-bottom: 30px;
  }
  .news-main .news-list .news:last-child {
    margin-bottom: 20px;
  }
  .news-main .news-list .news img {
    display: block;
    border-radius: 4px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .news-main .news-list .news h3 {
    color: #021a5a;
    font-weight: normal;
    font-size: 19px;
    line-height: 1.2;
  }
  .news-main .news-list .news_d {
    font-size: 15px;
    color: #666;
    line-height: 2;
    margin-bottom: 15px;
  }
  .news-main .news-list .news_d p {
    margin-bottom: 0.8rem;
    text-indent: 25px;
  }
  .news-main .news-list .news p.des {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .news-main .news-list .news a.more {
    width: 130px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 8px;
    background: #00aebb;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
  }
  .news-main .news-list .news p.info {
    font-size: 12px;
    color: #999;
    line-height: 1.2;
    margin: 10px 0;
  }
  .news-main .news-list .news p.info span {
    color: #00aebb;
    padding-left: 10px;
  }
  .news-main .news-list .news p.info span:first-child {
    padding-left: 0;
  }
}

@media screen and (min-width:320px) and (max-width:768px){
    .news-main .news-list .gonggao {
        list-style:none;
        margin-bottom: 40px;
    }

    .news-main .news-list .gonggao li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ccc;
    padding:10px 0;
    /*font-size:.4rem;*/
    display:block;
  }


    .news-main .news-list .gonggao li:nth-child(1){
  border:none;
}

   .news-main .news-list .gonggao li .t11,.news-main .news-list .gonggao li .t12,.news-main .news-list .gonggao li .t13,.news-main .news-list .gonggao li .c3 {
        display:none;
    }
      .news-main .news-list .gonggao li a {
    color: #333;
  }


     .news-main .news-list .gonggao li .c1 {     
     display:block;
     font-style:italic;
     font-size:.2rem;
        }
    .news-main .news-list .gonggao li .c2 {
        display:block;
        width:100%;

  }

}







@media screen and (min-width:768px) and (max-width:1000px){
	
	
	  .product-main .product-list .product {
    display: block;
    float: left;
    width: 23%;
	height:200px;
	overflow:hidden;
    /*margin: 0 1% 45px 1%;*/
  }
  
  
	
    .news-main .news-list .gonggao {
        list-style:none;
        margin-bottom: 60px;
    }

      .news-main .news-list .gonggao li {
    width: 100%;
    position: relative;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    font-size:.7rem;
    display:block;
  }

   .news-main .news-list .gonggao li .t13,.news-main .news-list .gonggao li .c3 {
        display:none;
    }
      .news-main .news-list .gonggao li a {
    color: #333;
  }
  .news-main .news-list .gonggao li .t11 {
    position: absolute;
    /*top: 2px;*/
    left: 0px;
  }
  .news-main .news-list .gonggao li .t12 {
    position: absolute;
    /*top: 2px;*/
    left: 100px;
  }
            .news-main .news-list .gonggao li .c1 {
            
            position: absolute;
           /*top: 2px;*/
           left:0px;
        }

          .news-main .news-list .gonggao li .c2 {
    position: absolute;
    /*top: 2px;*/
    left: 100px;
  }


}


@media (min-width: 1000px) {
	
	.product-main .product-list .product {
    display: block;
    float: left;
    width: 23%;
	height:230px;
	overflow:hidden;
    /*margin: 0 1% 45px 1%;*/
  }
	
	
  .news-main {
    margin-top: 60px;
  }
  .news-main .sub-box {
    width: 38%;
  }
  .news-main .sub-box .tag-box,
  .news-main .sub-box .date-box {
    padding: 25px 18px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 30px;
    background: #fff;
  }
  .news-main .news-list {
    width: 59%;
    height: auto;
    float: left;
  }
  .news-main .news-list .gonggao {
    margin-bottom: 60px;
    list-style:none;  
  }
  .news-main .news-list .gonggao li {
    width: 100%;
    position: relative;
    height: 55px;
    /*line-height: 50px;*/
    border-bottom: 1px solid #ccc;
  }
  .news-main .news-list .gonggao li:nth-child(odd) {
    background: #f9f9f9;
  }
  .news-main .news-list .gonggao li a {
    color: #333;
  }
  .news-main .news-list .gonggao li .t1 {
    font-weight: bold;
    
  }
  .news-main .news-list .gonggao li .t11 {
    position: absolute;
    top: 2px;
    left: 10px;
  }
  .news-main .news-list .gonggao li .t12 {
    position: absolute;
    top: 2px;
    left: 150px;
  }
  .news-main .news-list .gonggao li .t13 {
    position: absolute;
    top: 2px;
    right: 10px;
  }
  .news-main .news-list .gonggao li .c1 {
    position: absolute;
    /*top: 2px;*/
	top: 30%;
    left: 10px;
  }
  .news-main .news-list .gonggao li .c2 {
    position: absolute;
    /*
	
	top: 2px;
    left: 150px;
	pdisplay:block;
*/
	
	padding:15px 100px 15px 140px;
  }
  .news-main .news-list .gonggao li .c3 {
    position: absolute;
   /* top: 2px;*/
   top: 30%;
    right: 20px;
  }
  .news-main .news-list .news {
    margin-bottom: 40px;
  }
  .news-main .news-list .news:last-child {
    margin-bottom: 30px;
  }
  .news-main .news-list .news img {
    margin-bottom: 25px;
  }
  .news-main .news-list .news h3 {
    line-height: 1.3;
  }
  .news-main .news-list .news p.des {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .news-main .news-list .news a.more {
    width: 130px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 8px;
    background: #00aebb;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
  }
  .news-main .news-list .news p.info {
    font-size: 12px;
    color: #999;
    line-height: 1.2;
    margin: 10px 0;
  }
  .news-main .news-list .news p.info span {
    color: #00aebb;
    padding-left: 10px;
  }
  .news-main .news-list .news p.info span:first-child {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
	
	.product-main .product-list .product {
    display: block;
    float: left;
    width: 23%;
	height:280px;
	overflow:hidden;
    /*margin: 0 1% 45px 1%;*/
  }
	
  .news-main {
    margin-top: 88px;
  }
  .news-main .sub-box {
    width: 35%;
  }
  .news-main .news-list {
    width: 61%;
  }
  .news-main .news-list .news {
    margin-bottom: 80px;
  }
  .news-main .news-list .news:last-child {
    margin-bottom: 50px;
  }
  .news-main .news-list .news img {
    margin-bottom: 25px;
  }
  .news-main .news-list .news h3 {
    line-height: 1.4;
  }
  .news-main .news-list .news p.des {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
  }
  .news-main .news-list .news a.more {
    width: 130px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 8px;
    background: #00aebb;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
  }
  .news-main .news-list .news p.info {
    font-size: 12px;
    color: #999;
    line-height: 1.2;
    margin: 15px 0;
  }
  .news-main .news-list .news p.info span {
    color: #00aebb;
    padding-left: 10px;
  }
  .news-main .news-list .news p.info span:first-child {
    padding-left: 0;
  }
}




.home-copy-right {
  width: 100%;
  text-align: center;
  height: 1.1rem;
  background: #021a5a;
  color: #fff;
  font-size: 12px;
  padding-top:.15rem;
   line-height: 0.4rem;
    position:absolute;
  left:0px;
  bottom:0px;
}

.home-copy-right  a {
  color: #fff;
  padding: 0 0.1rem;
}


.copy-right {
  width: 100%;
  text-align: center;
  height: 1.2rem;
  background: #021a5a;
  color: #fff;
  font-size: 12px;
  position: relative;
}
.copy-right a {
  color: #fff;
}
.copy-right .link {
  position: absolute;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  left: 0;
  top: 0.23rem;
}
.copy-right .link a {
  padding: 0 0.1rem;
}
.copy-right p {
  position: absolute;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  left: 0;
  bottom: 0.2rem;
}
@media (min-width: 768px) {

    .home-copy-right {
        display:none;
    }

  .copy-right {
    width: 100%;
    text-align: center;
    height: 120px;
    font-size: 13px;
    /*margin-top: 200px;*/
  }
  .copy-right .main {
    width: 95%;
    height: 120px;
    margin: 0 auto;
    max-width: 1148px;
    position: relative;
  }
  .copy-right .main p {
    position: absolute;
    width: 50%;
    height: 30px;
    line-height: 30px;
    left: 0;
    bottom: 45px;
    text-align: left;
  }
  .copy-right .main .link {
    position: absolute;
    width: 50%;
    height: 30px;
    line-height: 30px;
    right: 0;
    left: inherit;
    top: inherit;
    bottom: 45px;
    text-align: right;
  }
  .copy-right .main .link a {
    padding: 0 6px;
  }
}
.full-screen {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.product-detail-tk {
  display: none;
  position: fixed;
  box-sizing: border-box;
  width: 94%;
  background: #fff;
  border-radius: 15px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 15px;
  max-width: 1068px;
  z-index: 12;
}
.product-detail-tk img {
  display: block;
  width: 100%;
  height: auto;
}
.product-detail-tk a.cls-tk {
  position: absolute;
  width: 0.22rem;
  height: 0.22rem;
  background-size: 100% 100%;
  background-image: url("/content/images/close2.png");
  top: 0.4rem;
  right: 0.4rem;
  z-index: 2;
}
.product-detail-tk h3 {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  padding: 30px 0 10px 0;
}
.product-detail-tk p {
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
  padding: 10px 0;
}

    .product-detail-tk p a {
        color:red;
    }

@media (min-width: 768px) {
  .product-detail-tk a.cls-tk {
    width: 22px;
    height: 22px;
    top: 30px;
    right: 30px;
  }
  .product-detail-tk h3 {
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    padding: 30px 0 10px 0;
  }
  .product-detail-tk p {
    font-size: 15px;
    line-height: 1.4;
    padding: 10px 0;
  }
}
.index-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  overflow: hidden;
}
.index-main .index-pos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.index-main .index-pos.gd {
  transition: transform 0.7s;
}
.index-main .index-page .idx-des {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  width: 80%;
  margin: 0.1rem auto;
  max-width: 1500px;
  color: #fff;
}
@media (min-width: 768px) {
  .index-main .index-page .idx-des {
    font-size: 13px;
    margin: 10px auto;
  }
}
.index-main .index-page .idx-tit {
  text-align: center;
  line-height: 0.65rem;
  position: relative;
  font-size: 0.3rem;
  padding-top: 1.7rem;
  margin-bottom: 0.2rem;
  color: #fff;
}
.index-main .index-page .idx-tit:after {
  content: "";
  position: absolute;
  width: 3.93rem;
  height: 0.09rem;
  left: 50%;
  margin-left: -1.965rem;
  bottom: 0;
  background-size: 100% 100%;
  background-image: url(/content/images/titbtm.png);
}
@media (min-width: 768px) {
  .index-main .index-page .idx-tit {
    text-align: center;
    line-height: 80px;
    position: relative;
    font-size: 30px;
    width: 100%;
    padding-top: 15px;
    margin-bottom: 20px;
  }
  .index-main .index-page .idx-tit:after {
    width: 393px;
    height: 9px;
    left: 50%;
    margin-left: -196px;
  }
}
.index-main .index-page.job {
  background-size: cover;
  background-position: center;
  background-image: url("/content/images/jobbgm.jpg");
}
.index-main .index-page.job .more {
  display: block;
  width: 170px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #00b1cd;
  color: #fff;
  font-size: 13px;
  margin: 0 auto;
  border-radius: 10px;
  margin-top: 40px;
}
.index-main .index-page.job .ct {
  display: block;
  width: 6.6rem;
  height: auto;
  margin: 0.6rem auto;
}
@media (min-width: 768px) {
  .index-main .index-page.job {
    height: 548px;
    background-image: url("/content/images/jobbg.jpg");
  }
  .index-main .index-page.job .inner-box {
    width: 80%;
    margin: 0 auto;
    padding: 150px 15% 0 25%;
    box-sizing: border-box;
  }
  .index-main .index-page.job .inner-box .idx-des {
    font-size: 14px;
    line-height: 1.9;
    margin-top: 30px;
  }
  .index-main .index-page.job .ct {
    display: none;
  }
}
.index-main .index-page.chart {
  background-size: cover;
  background-position: center;
  background-image: url("/content/images/chartbgm.jpg");
}
.index-main .index-page.chart .more {
  display: block;
  width: 170px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #00b1cd;
  color: #fff;
  font-size: 13px;
  margin: 0 auto;
  border-radius: 10px;
  margin-top: 40px;
}
.index-main .index-page.chart .ct {
  display: block;
  width: 6.6rem;
  height: auto;
  margin: 0.6rem auto;
  border-radius: 0.2rem;
}
@media (min-width: 768px) {
  .index-main .index-page.chart {
    height: 590px;
    background-image: url("/content/images/chartbg.jpg");
  }
  .index-main .index-page.chart .inner-box {
    width: 80%;
    margin: 0 auto;
    padding: 160px 50% 0 0;
    box-sizing: border-box;
  }
  .index-main .index-page.chart .inner-box .idx-des {
    font-size: 14px;
    line-height: 1.9;
    margin-top: 30px;
  }
  .index-main .index-page.chart .ct {
    display: none;
  }
}
.index-main .index-page.news {
  background-size: cover;
  background-position: center;
  background-image: url("/content/images/mnewsbg.jpg");
}
.index-main .index-page.news .news-box {
  width: 6.4rem;
  height: 4.5rem;
  position: relative;
  margin: 0 auto;
  margin-top: 0.45rem;
  overflow: hidden;
}
.index-main .index-page.news .news-box .news-prev {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background-size: 100% 100%;
  background-image: url("/content/images/pageprev.png");
  bottom: 0;
  left: 2.7rem;
}
.index-main .index-page.news .news-box .news-next {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background-size: 100% 100%;
  background-image: url("/content/images/pagenext.png");
  bottom: 0;
  right: 2.7rem;
}
.index-main .index-page.news .news-box .news-pos-box {
  position: relative;
  overflow: hidden;
  width: 6.4rem;
  height: 3.7rem;
}
.index-main .index-page.news .news-box .news-pos {
  position: absolute;
  height: 3.7rem;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  -ms-transition: -ms-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  transition: transform 0.6s;
}
.index-main .index-page.news .news-box .news-pos .news-c {
  display: block;
  width: 6.4rem;
  height: 3.7rem;
  float: left;
  margin: 0;
  color: #fff;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
}
.index-main .index-page.news .news-box .news-pos .news-c .tit {
  width: 90%;
  height: 0.9rem;
  line-height: 0.9rem;
  background: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  padding: 0 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-main .index-page.news .news-box .news-pos .news-c .des {
  width: 90%;
  padding: 0.2rem 5%;
  height: 2.4rem;
  background: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  line-height: 0.4rem;
  overflow: hidden;
}
.index-main .index-page.news .news-box .news-pos .news-c .more {
  position: absolute;
  display: block;
  width: 170px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #00aebb;
  color: #fff;
  font-size: 13px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.news-wap {
        margin-top:2rem;
        text-align:center;
        width:100%;
        position:relative;
    }



.news-wap .more {
  position: absolute;
  display: block;
  width: 170px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #00aebb;
  color: #fff;
  font-size: 13px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    }




@media (min-width: 768px) {
  .index-main .index-page.news {
    background-image: url("/content/images/newsbg.jpg");
    width: 100%;
    height: 660px;
  }

    .news-wap {
        display:none;
        
    }


  .index-main .index-page.news .news-box {
    margin: 0 auto;
    padding: 0 80px;
    width: auto;
    height: 440px;
    margin-top: 25px;
  }
  .index-main .index-page.news .news-box .news-prev {
    display: none;
    position: absolute;
    width: 25px;
    height: 58px;
    background-image: url("/content/images/prev.png");
    bottom: 160px;
    left: 20px;
  }
  .index-main .index-page.news .news-box .news-next {
    display: none;
    position: absolute;
    width: 25px;
    height: 58px;
    background-image: url("/content/images/next.png");
    bottom: 160px;
    right: 20px;
  }
  .index-main .index-page.news .news-box .news-pos-box {
    width: 100%;
    height: 420px;
  }
  .index-main .index-page.news .news-box .news-pos {
    position: static;
    height: 440px;
  }
  .index-main .index-page.news .news-box .news-pos .news-c {
    width: 24%;
    height: 200px;
    float: left;
    margin: 0 1% 0 0;
    color: #fff;
    background-size: cover;
    margin-bottom: 20px;
  }
  .index-main .index-page.news .news-box .news-pos .news-c .tit {
    width: 90%;
    height: 44px;
    line-height: 44px;
    font-size: 17px;
  }

   .index-main .index-page.news .news-box .news-pos .news-c .zhid{
       background:#00aebb;
       color: #fff;
       font-size: 13px;
       border-radius: 4px;
       padding:3px 4px;
       margin-right:10px;
   }

  .index-main .index-page.news .news-box .news-pos .news-c .des {
    width: 90%;
    padding: 10px 5%;
    height: 136px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    line-height: 17px;
  }
}
.index-main .index-page.product {
  background: #000;
  position: relative;
  max-height:800px;
}
.index-main .index-page.product .pa {
  position: absolute;
  width: 100%;
  height: 25%;
  top: 0;
  left: 0;
  border-bottom: 0.07rem solid #000;
  transform: scale(1, 0);
  transition: transform 0.4s 0.4s;
  overflow: hidden;
}
.index-main .index-page.product .pa.cur {
  transform: scale(1, 1);
}
.index-main .index-page.product .pa .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-image: url("/content/images/mproduct_tag_bg1.jpg");
  background-position: center;
}
.index-main .index-page.product .pa a {
  position: absolute;
  /*text-align: center;*/
  width:100%;
  height:100%;
  top: 45%;
  left: 45%;
  /*padding-top:1.5rem;*/
  font-size: 0.4rem;
  color: #fff;

 
}
.index-main .index-page.product p {
  position: absolute;
  width: 3.13rem;
  height: 0.77rem;
  text-align: center;
  background-size: 100% 100%;
  background-image: url("/content/images/tagbg.png");
  top: 50%;
  left: 50%;
  margin: -0.385rem 0 0 -1.565rem;
  line-height: 0.5rem;
  font-size: 0.3rem;
  color: #fff;
  /*font-weight: bold;*/
}
.index-main .index-page.product .pa.p2 {
  top: 25%;
  transition: transform 0.4s 0.6s;
}
.index-main .index-page.product .pa.p2 .bg {
  background-image: url("/content/images/mproduct_tag_bg2.jpg");
}
.index-main .index-page.product .pa.p3 {
  top: 50%;
  transition: transform 0.4s 0.8s;
}
.index-main .index-page.product .pa.p3 .bg {
  background-image: url("/content/images/mproduct_tag_bg3.jpg");
}

.index-main .index-page.product .pa.p4 {
  top: 75%;
  transition: transform 0.4s 1s;
}

.index-main .index-page.product .pa.p4 .bg {
  background-image: url("/content/images/mproduct_tag_bg4.jpg");
}

@media (min-width: 768px) {

  .index-main .index-page.product .pa {
    position: absolute;
    width: 23.5%;
    height: 95%;
    top: 2.5%;
    left: 0.5%;
    border-bottom: none;
    transform: scale(1, 1);
    /*cursor:pointer;*/
  }
  .index-main .index-page.product .pa:hover .bg {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  .index-main .index-page.product .pa .bg {
    background-image: url("/content/images/product_tag_bg2.jpg");
    background-position: center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 4s;
    -moz-transition: -moz-transform 4s;
    -ms-transition: -ms-transform 4s;
    -o-transition: -o-transform 4s;
    transition: transform 4s;
  }
  .index-main .index-page.product p {
    width: 313px;
    height: 77px;
    top: 15%;
    left: 50%;
    margin: 0 0 0 -165px;
    line-height: 50px;
    font-size: 25px;
    -webkit-transition: font-size 0.4s;
    -moz-transition: font-size 0.4s;
    -ms-transition: font-size 0.4s;
    -o-transition: font-size 0.4s;
    transition: font-size 0.4s;
  }
  .index-main .index-page.product p:hover {
    font-size: 30px;
  }
  .index-main .index-page.product .pa a {
      position:absolute;
      text-align:center;
    width: 100%;
    height:85%;
    top:0px;
    left:0px;
    font-size: 30px;
    letter-spacing:4px;
    -webkit-transition: font-size 0.4s;
    -moz-transition: font-size 0.4s;
    -ms-transition: font-size 0.4s;
    -o-transition: font-size 0.4s;
    transition: font-size 0.4s;
    padding-top:120px;
    display:block;

  }
  .index-main .index-page.product .pa a:hover {
    font-size: 35px;

  }
  .index-main .index-page.product .pa.p2 {
    left: 25.5%;
    top: 2.5%;
  }
  .index-main .index-page.product .pa.p2 .bg {
    background-image: url("/content/images/product_tag_bg1.jpg");
  }
  .index-main .index-page.product .pa.p3 {
    top: 2.5%;
    left: 50.5%;
  }
  .index-main .index-page.product .pa.p3 .bg {
    background-image: url("/content/images/product_tag_bg3.jpg");
  }
  .index-main .index-page.product .pa.p4 {
    top: 2.5%;
    left: 75.5%;
  }
  .index-main .index-page.product .pa.p4 .bg {
    background-image: url("/content/images/product_tag_bg4.jpg");
  }
}

@media (min-width: 768px) and (max-width:1024) {

    .index-main .index-page.product {
        max-height:500px;
    }
}








.index-main .index-page.index {
  position: relative;
  background-size: auto 100%;
  background-image: url("/content/images/mb_index_bg.jpg");
}
.index-main .index-page.index video {
  display: none;
}
.index-main .index-page.index .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.index-main .index-page.index .arrow {
  position: absolute;
  width: 0.37rem;
  height: 0.37rem;
  background-size: 100% 100%;
  background-image: url("/content/images/arrow.png");
  bottom: 0.3rem;
  left: 50%;
  margin-left: -0.18rem;
  z-index: 3;
  -webkit-animation: bounce 1.5s infinite;
}
@media (min-width: 768px) {
  .index-main .index-page.index {
    background: none;
    overflow: hidden;
  }
  .index-main .index-page.index video {
    display: block;
    width: 100%;
    height: auto;
    z-index: 1;
  }
  .index-main .index-page.index .arrow {
    position: absolute;
    width: 37px;
    height: 37px;
    bottom: 20px;
    left: 50%;
    margin-left: -18px;
  }
}
@media (min-width: 768px) {
  .index-main {
    position: static;
    top: inherit;
    left: inherit;
    bottom: inherit;
    height: auto;
  }
  .index-main .index-pos {
    position: static;
    top: inherit;
    left: inherit;
    height: auto;
  }
}
.product-detail-tk2 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  display: none;
}
.product-detail-tk2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
.product-detail-tk2 .bg.p1 {
  background-image: url("/content/images/mproduct_tag_f1.jpg");
}
.product-detail-tk2 .bg.p2 {
  background-image: url("/content/images/mproduct_tag_f2.jpg");
}
.product-detail-tk2 .bg.p3 {
  background-image: url("/content/images/mproduct_tag_f3.jpg");
}
.product-detail-tk2 .bg.p4 {
  background-image: url("/content/images/mproduct_tag_f4.jpg");
}
@media (min-width: 768px) {
  .product-detail-tk2 .bg.p1 {
    background-image: url("/content/images/product_tag_f1.jpg");
  }
  .product-detail-tk2 .bg.p2 {
    background-image: url("/content/images/product_tag_f2.jpg");
  }
  .product-detail-tk2 .bg.p3 {
    background-image: url("/content/images/product_tag_f3.jpg");
  }
  .product-detail-tk2 .bg.p4 {
    background-image: url("/content/images/product_tag_f4.jpg");
  }
}
.product-detail-tk2 .tk-box {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  width: 5.36rem;
  height: auto;
  left: 50%;
  margin-left: -3.43rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  padding: 0.9rem 0.75rem;
  z-index: 2;
}
.product-detail-tk2 .tk-box .cls-tk {
  width: 0.25rem;
  height: 0.25rem;
  background-size: 100% 100%;
  background-image: url("/content/images/close.png");
  position: absolute;
  top: 0.3rem;
  right: 0.2rem;
}
.product-detail-tk2 .tk-box .tit {
  font-size: 0.38rem;
  line-height: 1;
  text-align: center;
}
.product-detail-tk2 .tk-box .des {
  font-size: 12px;
  line-height: 20px;
  margin-top: 0.6rem;
  text-align:center;
}
.product-detail-tk2 .tk-box a.more {
  display: block;
  width: 170px;
  height: 35px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  background: #00aebb;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .product-detail-tk2 .tk-box {
    width: 65%;
    height: auto;
    left: 50%;
    margin-left: 0;
    color: #fff;
    padding: 35px 2.5%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .product-detail-tk2 .tk-box .cls-tk {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
  }
  .product-detail-tk2 .tk-box .tit {
    font-size: 38px;
  }
  .product-detail-tk2 .tk-box .des {
    font-size: 15px;
    line-height: 28px;
    margin-top: 40px;
  }
  .product-detail-tk2 .tk-box a.more {
    margin-top: 60px;
  }
}
.slide-vd-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.slide-vd-text .slide-vd-text-box {
  position: absolute;
  width: 99%;
  height: 100%;
  top: 0;
  left: 2px;
  overflow: hidden;
}
.slide-vd-text .slide-vd-text-box .slide-vd-text-pos {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition-property: transform;
}
.slide-vd-text .slide-vd-text-box .slide-vd-text-pos .slide-vd-text-cell {
  float: left;
  height: 100%;
  position: relative;
  text-align: center;
}


.slide-vd-text .slide-vd-text-box .slide-vd-text-pos .slide-vd-text-cell .cl-tx {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  width: 6.4rem;
  height: 2.5rem;
  padding: 0.2rem;
  top: 40%;
  left: 50%;
  margin: -1.2rem 0 0 -3.4rem;
  color: #fff;
}

.slide-vd-text .slide-vd-text-box .slide-vd-text-pos .slide-vd-text-cell .cl-tx h3 {
  font-size: 0.8rem;
  line-height: 2;
}


.slide-vd-text .slide-vd-text-box .slide-vd-text-pos .slide-vd-text-cell .cl-tx p {
  /*margin-top: 0.4rem;*/
  font-size: 0.44rem;
  line-height: 2;
}


@media (min-width: 1024px) {
  .slide-vd-text .slide-vd-text-box .slide-vd-text-pos .slide-vd-text-cell .cl-tx {
    width: 800px;
    height: 220px;
    padding: 30px 0 20px 0;
    top: 45%;
    left: 45%;
    margin: -105px 0 0 -280px;
  }

  .slide-vd-text .slide-vd-text-box .slide-vd-text-pos .slide-vd-text-cell .cl-tx h3 {
    font-size: 60px;
    line-height: 70px;
  }

    .slide-vd-text .slide-vd-text-box .slide-vd-text-pos .slide-vd-text-cell .cl-tx p {
    margin-top: 40px;
    font-size: 36px;
    line-height: 40px;
  }
  
}


@media (min-width: 768px)  and  (max-width: 1024px){
  .slide-vd-text .slide-vd-text-box .slide-vd-text-pos .slide-vd-text-cell .cl-tx {
    width: 600px;
    height: 220px;
    padding: 30px 0 20px 0;
    top: 45%;
    left: 50%;
    margin: -105px 0 0 -280px;
  }

.slide-vd-text .slide-vd-text-box .slide-vd-text-pos .slide-vd-text-cell .cl-tx h3 {
  font-size: 45px;
  line-height: 70px;
}

  .slide-vd-text .slide-vd-text-box .slide-vd-text-pos .slide-vd-text-cell .cl-tx p {
    margin-top: 40px;
    font-size: 36px;
    line-height: 40px;
  }

}



/*.slide-vd-text .slide-vd-text-box .slide-vd-text-pos .slide-vd-text-cell .cl-tx {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  width: 800px;
  height: 220px;
  padding: 30px 0 20px 0;
  top: 45%;
  left: 44%;
  margin: -105px 0 0 -280px;
  color: #fff;
}
.slide-vd-text .slide-vd-text-box .slide-vd-text-pos .slide-vd-text-cell .cl-tx h3 {
  font-size: 60px;
  line-height: 70px;
}
.slide-vd-text .slide-vd-text-box .slide-vd-text-pos .slide-vd-text-cell .cl-tx p {
  margin-top: 40px;
  font-size: 36px;
  line-height: 40px;
}*/
.slide-vd-text .slide-vd-text-box .slide-vd-text-pos .slide-vd-text-cell .cl-tx span {
  padding-right: 20px;
}
.slide-vd-text .slide-vd-text-box .slide-vd-text-pos .slide-vd-text-cell .cl-tx .more {
  display: block;
  width: 170px;
  height: 35px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  background: #00aebb;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 2.5rem;
}
.slide-vd-text .slide-vd-text-box .slide-vd-text-pos .slide-vd-text-cell .cl-tx .more a {
  color: #ffffff;
}
.slide-vd-text .slide-vd-text-prev {
  position: absolute;
  width: 25px;
  height: 58px;
  background: url("/content/images/prev.png");
  top: 50%;
  left: 20px;
  margin-top: -29px;
  z-index: 2;
}
.slide-vd-text .slide-vd-text-next {
  position: absolute;
  width: 25px;
  height: 58px;
  background: url("/content/images/next.png");
  top: 50%;
  right: 20px;
  margin-top: -29px;
  z-index: 2;
}
@media (min-width: 1100px) {
  .about-main .investor {
    margin: 40px auto;
    width: 90%;
  }
}

/*@media (max-width: 768px) {
    .slide-vd-text-box {
        display: none;
    }
}*/



.calender{ width:200px; margin:40px auto 0; top:0; left:0; border:4px #D6D6D6 solid; background:#EBEBEB; position:absolute; display:none; z-index:999;}
.calendertb{width:100%;}
.calendertb td{width:25px; height:25px;border:1px #CCCCCC solid; text-align:center; vertical-align:middle; cursor:pointer; font-size:14px; font-weight:bold;}
.calendertb td.hover,.calendertb td.weekendhover{background:#D6D6D6;}
.calendertb th{width:25px; height:20px;border:1px #CCCCCC solid; text-align:center; vertical-align:middle; cursor:pointer; color:#979797; }
.tdtoday{ background:#0080FF;color:#fff;width:25px; height:25px;border:1px #CCCCCC solid; text-align:center; vertical-align:middle; cursor:pointer; font-size:14px; font-weight:bold;}
.getyear{ height:35px; line-height:35px; width:100%; text-align:center;}
.preMonth{ font-size:12px; font-weight:bold; cursor:pointer; margin-right:5px;color:#0080FF;}
.nextMonth{ font-size:12px; font-weight:bold; cursor:pointer; margin-left:5px;color:#0080FF;}
.mh_date{width:150px; }
.zhezhao{width:100%; height:100%; position:fixed; z-index:998;	background:#fff;filter:alpha(opacity=10);opacity:0.1; display:none; }<!--0.00022387504577637-->