


.pure:before,
.pure:after {
  content: " ";
  display: table;
}

.pure:after {
  clear: both;
}

body {
  font-family: "Poppins";
  margin: auto!important;
  position: relative!important;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1600px;
}
.font-w-300 {
  font-weight: 300;
  line-height: 30px;
}
h1.beihome {
    display: inline;
}
h1.beipro {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}
a.footbei {
    font-size: 16px;
}
.font-w-500 {
  font-weight: 500;
}
.hover-language .zhuyu {
  font-size: 18px;
  color: #FFFFFF;
  padding: 25px 0;
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  width: 100px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #000000;
  color: white;
}
.hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header2 {
  z-index: 999;
  position: fixed;
  width: 100%;
  left: 0;
  top: 60px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header2.fixed {
  top: 0;
  background-color: rgba(41, 138, 91, 0.8);
}
#header2.fixed .nav .ui.menu .logo img {
  width: 200px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#header2 .nav {
  display: inline-block;
  width: 100%;
}
#header2 .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header2 .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header2 .nav .ui.menu .logo img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header2 .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header2 .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 40px;
  font-size: 18px;
  font-weight: 500;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header2 .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header2 .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
#header2 .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header2 .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header2 .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header2 .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header2 .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header2 .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header2 .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header2 .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header2 .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header2 .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header2 .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header2 .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}

.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
  line-height: 30px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile .m-nav ul li.children > a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > a:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 30px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 80px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  .industry {
  display: none;
  }
  #banner,
  #index {
    margin-top: 40px;
  }
  .inner-page {
    padding-top: 40px;
  }
}
#banner li {
  position: relative;
}
#banner li img{
  width: 100%;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .left {
  max-width: 1200px;
  margin: auto;
}
#banner p {
  font-size: 24px;
  color: #FFFFFF;
  font-family: 'roboto-regular';
}
#banner h2 {
  margin-top: 40px;
  font-size: 90px;
  line-height: 1;
  color: #FFFFFF;
  font-family: 'roboto-bold';
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
/* fallback for IE */
.tit1 {
  font-size: 48px;
  line-height: 1.3;
  color: #65b23e;
}
.tit1.white {
  color: #FFFFFF;
}
.btn1 {
  display: inline-block;
  color: #65b23e;
}
.btn1.white {
  color: #FFFFFF;
}
.btn1.white img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
/* gradient text for modern browsers */
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .tit1 {
    background-image: -webkit-linear-gradient(330deg, #65b23e, #2a994d);
    background-image: -moz-linear-gradient(330deg, #65b23e, #2a994d);
    background-image: linear-gradient(120deg, #65b23e, #2a994d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}
.our-product {
  padding: 100px 0;
}
.our-product .list ul {
  margin: -5px;
}
.our-product .list ul li {
  padding: 5px;
}
.our-product .list h4 {
  padding: 25px;
  background-color: #eeeeee;
}
.our-about {
  background: #f4f6f1 url(../images/about-bg.jpg) no-repeat center left;
  overflow: hidden;
}
.our-about .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.our-about .left {
  width: 50%;
  padding-top: 7%;
}
.our-about .right {
  width: 50%;
}
.our-about .right .img {
  width: 50vw;
  height: 905px;
}
.our-about .right .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-about h6 {
  color: #65b23e;
}
.our-about p {
  color: #7c7c7c;
}
.our-about .list {
  margin-right: -290px;
}
.our-about .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
}
.our-about .list ul li {
  width: 33.33%;
  padding: 40px;
}
.our-about .list ul li + li {
  border-left: 1px solid #eeeeee;
}
.our-about .list h4 {
  font-size: 60px;
  line-height: 1;
}
.i-advantage {
  padding: 130px 0;
}
.i-advantage .title p {
  color: #65b23e;
}
.i-advantage .list ul {
  margin: -25px;
}
.i-advantage .list ul li {
  padding: 25px;
}
.i-advantage .list ul li:hover i {
  background-color: #65b23e;
}
.i-advantage .list ul li:hover i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.i-advantage .list i {
  margin: auto;
  width: 122px;
  height: 122px;
  line-height: 118px;
  text-align: center;
  border: 2px solid #65b23e;
  border-radius: 50%;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .list i img {
  vertical-align: middle;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .list p {
  color: #7c7c7c;
}
.our-news {
  background: url(../images/news-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 130px 0;
}
.our-news .title p {
  color: #FFFFFF;
}
.our-news .list {
  margin-top: 50px;
}
.our-news .list ul {
  margin: -5px;
}
.our-news .list ul li {
  padding: 5px;
}
.our-news .list .text {
  padding: 30px 25px;
  background-color: #f5f7f3;
}
.our-news .list .text h4 {
  line-height: 30px;
  min-height: 60px;
}
#footer2 {
  background: url(../images/foot-bg.jpg) no-repeat center;
  background-size: cover;
}
#footer2 .top {
  padding-top: 90px;
}
#footer2 .top h4 {
  color: #FFFFFF;
}
#footer2 .top form ul {
  margin-right: -15px;
}
#footer2 .top form ul li {
  padding-right: 15px;
  width: 15%;
}
#footer2 .top form ul li:nth-child(4) {
  width: 40%;
}
#footer2 .top form input {
  width: 100%;
  border-radius: 10px;
  padding: 0 15px;
  border: none;
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.15);
  height: 75px;
  font-size: 20px;
}
#footer2 .top form button {
  width: 100%;
  height: 75px;
  border-radius: 20px;
  font-size: 30px;
  border: none;
  color: #FFFFFF;
  background-color: #000000;
  text-transform: uppercase;
  font-weight: 500;
}
#footer2 .center {
  padding: 80px 0 40px;
}
#footer2 .center .footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer2 .center .footer-content .footer-block h4 {
  color: #FFFFFF;
}
#footer2 .center .footer-content .footer-block .line {
  margin: 30px 0;
  width: 200px;
  height: 1px;
  background-color: #9c9c9c;
  position: relative;
}
#footer2 .center .footer-content .footer-block .line::after {
  content: "";
  position: absolute;
  width: 30px;
  top: -1px;
  bottom: -1px;
  background-color: #FFFFFF;
}
#footer2 .center .footer-content .footer-block ul li {
  line-height: 2;
  font-family: arial;
  color: #FFFFFF;
  text-transform: capitalize;
}
#footer2 .center .footer-content .footer-block.contact {
  max-width: 420px;
}
#footer2 .bottom p,
#footer2 .bottom a {
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
}
#footer2 .bottom img {
  max-height: 14px;
  vertical-align: middle;
}
#footer2 .social-links a {
  display: inline-block;
  width: 50px;
  height: 50px;
  color: #FFFFFF;
  border: 1px solid #2a994d;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
}
#footer2 .social-links a + a {
  margin-left: 10px;
}
#footer2 .social-links a:hover {
  background-color: #2a994d;
}
/*#ewm {
  width: 170px;
  border: 5px solid #FFFFFF;
}*/
/*footer_nav*/
/*.footer_nav,
.height {
  display: none;
}*/
@media only screen and (max-width: 1000px) {
  .footer_nav {
    width: 100%;
    position: fixed;
    bottom: 0;
    display: block;
    overflow: hidden;
    z-index: 999999;
  }
  .height {
    height: 50px;
    display: block;
  }
  .footer_nav {
    background: #2a994d;
    padding: 12px 0 5px;
    border-top: 2px solid #fff;
  }
  .footer_nav ul li {
    float: left;
    width: 20%;
    text-align: center;
    list-style: none;
    padding: 0px 10px;
  }
  .footer_nav ul li a {
    line-height: 26px;
  }
  .footer_nav ul li i {
    font-size: 16px;
    color: #fff;
  }
  .footer_nav ul li:nth-child(4) {
    float: right;
  }
  .footer_nav ul li:nth-child(5) {
    float: right;
  }
  .footer_nav ul li p {
    color: #fff;
    font-size: 13px;
    margin-top: 3px;
    text-transform: capitalize;
    line-height: 12px;
  }
}
@media only screen and (max-width: 375px) {
  .footer_nav ul li p {
    display: none;
  }
  .height {
    height: 43px;
  }
}
/*service*/
#online_qq_layer {
  z-index: 9999999;
  position: fixed;
  right: 0px;
  bottom: 0;
}
#floatShow {
  display: block;
}
#floatHide {
  display: none;
}
#online_qq_tab {
  position: relative;
  z-index: 9;
}
#online_qq_tab #floatShow {
  overflow: hidden;
  background: url(../images/ser_2.png) no-repeat right bottom;
  height: 57px;
  width: 222px;
  padding-top: 18px;
  font-size: 15px;
  padding-left: 80px;
  text-transform: uppercase;
  color: #fff;
}
#online_qq_tab #floatShow img {
  max-height: 24px;
  float: right;
  margin-top: 6px;
}
#online_qq_tab #floatHide img {
  max-height: 32px;
  float: right;
  margin-top: 2px;
}
#online_qq_tab #floatHide {
  overflow: hidden;
  background-color: #2a994d;
  width: 100%;
  height: 40px;
  font-size: 13px;
  color: #fff;
  line-height: 40px;
  padding-left: 15px;
  width: 300px;
  text-transform: capitalize;
  margin-right: 10px;
}
#onlineService {
  display: inline;
  width: 300px;
  overflow: hidden;
  display: none;
  background: #fff;
  font-size: 13px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #eee;
  margin-right: 10px;
}
#online_qq_tab #floatHide:after {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 36px;
  width: 48px;
  content: '';
  background: url(../images/close.png) no-repeat left center;
  background-size: 15px 15px;
}
.web_inquiry .p {
  font-size: 12px;
  color: #555;
  line-height: 22px;
  margin-bottom: 10px;
}
.web_inquiry {
  padding: 15px;
}
.web_inquiry .input_1 {
  line-height: 38px;
  height: 38px;
  border: 1px solid #ddd;
  padding-left: 10px;
  width: 100%;
  background: none;
  color: #777;
  margin-bottom: 15px;
  font-size: 12px;
}
.web_inquiry .input_1:focus {
  color: #333;
  border: 1px solid #2a994d;
}
.web_inquiry .input_2 {
  line-height: 26px;
  height: 80px;
  border: 1px solid #ddd;
  padding-left: 10px;
  width: 100%;
  background: none;
  color: #777;
  margin-bottom: 15px;
  font-size: 12px;
}
.web_inquiry .input_2:focus {
  color: #333;
  border: 1px solid #2a994d;
}
.web_inquiry .btn_1 {
  line-height: 36px;
  border-radius: 30px;
  background: #2a994d;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  padding: 0px 32px;
  border: none;
}
.web_inquiry .btn_1:hover {
  background: #2a994d;
  color: #fff;
}
.web_inquiry .btn_1::before {
  line-height: 36px !important;
}
@media only screen and (max-width: 1000px) {
  #onlineService {
    width: 100%;
  }
  #online_qq_layer {
    width: 100%;
  }
  #online_qq_tab {
    width: 100%;
  }
  #online_qq_tab #floatShow {
    background: url(../images/inquiry_ico.png) no-repeat;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -23px;
    padding-left: 46px;
  }
  #online_qq_tab #floatHide {
    background: #2a994d url(../images/ser_1.png) no-repeat left center;
    width: 100%;
    height: 36px;
  }
}
@media screen and (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
  #header2 {
    top: 0;
  }
  #header2 .nav .ui.menu .logo img {
    width: 200px;
  }
  #banner h2 {
    font-size: 60px;
  }
  .font-20 {
    font-size: 18px;
  }
  .font-22 {
    font-size: 20px;
  }
  #footer2 .center .footer-content .footer-block.contact {
    max-width: 350px;
  }
  #footer2 .center .footer-content .footer-block .line {
    width: 150px;
  }
  #banner p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header2 .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 25px;
    font-size: 16px;
  }
  .hover-language .zhuyu {
    font-size: 16px;
  }
  .tit1 {
    font-size: 36px;
  }
  .font-24 {
    font-size: 20px;
  }
  .i-advantage .list ul {
    margin: -15px;
  }
  .i-advantage .list ul li {
    padding: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header2 .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
  }
  #banner h2 {
    margin-top: 20px;
    line-height: 1.3;
  }
  .font-18 {
    font-size: 16px;
  }
  .newdet {
    font-size: 20px!important;
}
  #footer2 .top form ul {
    margin: -10px;
  }
  #footer2 .top form ul li {
    width: 50%!important;
    padding: 10px;
  }
  #footer2 .top form ul li:last-child {
    width: 100%!important;
  }
  #footer2 .top form input {
    font-size: 16px;
    height: 60px;
  }
  #footer2 .center .footer-content .footer-block.product,
  #footer2 .center .footer-content .footer-block.news {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header2 {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner h2 {
    font-size: 40px;
  }
  #banner p {
    font-size: 16px;
  }
  .our-product {
    padding: 60px 0;
  }
  .our-product .list h4 {
    padding: 15px;
  }
  .our-about .box {
    display: block;
  }
  .our-about .left {
    width: 100%;
    padding: 0;
  }
  .our-about {
    background: transparent;
  }
  .our-about .list {
    margin-right: 0;
    margin-top: 40px;
  }
  .our-about .list ul li {
    padding: 15px;
  }
  .our-about .right {
    width: 100%;
    margin-top: 40px;
  }
  .our-about .right .img {
    height: auto;
    width: auto;
  }
  #footer2 {
    text-align: center;
  }
  #footer2 .center .footer-content .footer-block.link,
  #footer2 .center .footer-content .footer-block.ewm {
    display: none;
  }
  #footer2 .center .footer-content .footer-block .line {
    display: none;
  }
  #footer2 .center .footer-content {
    display: block;
  }
  #footer2 .center .footer-content .footer-block.contact {
    max-width: 100%;
  }
  .font-20 {
    font-size: 16px;
  }
  .tit1 {
    font-size: 26px;
  }
  .title .fl,
  .title .fr {
    float: none;
  }
  .i-advantage .list ul li {
    width: 50%!important;
  }
  .i-advantage {
    padding: 60px 0;
  }
  .our-news {
    padding: 60px 0;
  }
  .font-22 {
    font-size: 18px;
  }
  .our-news .list .text h4 {
    line-height: inherit;
    font-size: 18px;
  }
  a.footbei {
    display: none!important;
}
.content p {
    font-size: 14px;
    line-height: 30px;
}

h1.beipro {
    font-size: 22px;
    line-height: 32px;
}
  #footer2 .top {
    padding-top: 60px;
  }
  #footer2 .center {
    padding: 40px 0;
  }
  #footer2 .top form button {
    height: 60px;
    font-size: 20px;
  }
  .our-news .list .text {
    padding: 15px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  .pro_list_box>a, .pro_list_box>div {
    width: 100%!important;
}
  #banner h2 {
    font-size: 24px;
    margin-top: 0;
  }
  .font-18 {
    font-size: 14px;
  }
  .font-20 {
    font-size: 16px;
    line-height: 30px;
  }
  #footer2 .center .footer-content .footer-block h4 {
    margin-bottom: 20px;
  }
  .our-about {
    padding-bottom: 60px;
  }
  .our-about .list {
    display: none;
  }
  .i-advantage {
    display: none;
  }
  .tit1 {
    font-size: 22px;
  }
  small, span {
    font-size: 16px!important;
}
.pro_title {
 
    font-size: 16px;
}
}
@media screen and (max-width: 1000px) {
  #footer2 .top form ul li {
    width: 100%!important;
  }
  #footer2 .top form input {
    font-size: 14px;
    height: 40px;
  }
}





/*按钮公共*/
a.more {
    line-height: 60px;
    height: 60px;
    padding: 0 35px;
    font-size: 18px;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: #2a994d;
    display: inline-block;
    z-index: 1;
    position: relative;
}
a.more:after {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: #65b23e;
    z-index: -1;
}
a.more:hover:after {
    height: 100%;
    top: 0;
}

.btn_style{
  transition: all .5s ease;
}
.btn_style:hover{
  background: #003586;
  box-shadow: 0 2px 10px -2px rgba(211, 10, 12, 0.3) !important;
  color: #fff !important;
}


.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: url(../images/banner-bg.png) center repeat rgba(0, 0, 0, 0.15);
}

#water {
  position: absolute;
  width: 23vw;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  z-index: 4;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  opacity: 0.8;
}


.search_case{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(255,255,255,1);
  padding:20px 30px;
  max-width: calc(100vw - 30px);
  width: 400px;
  min-height: 200px;
  position: absolute;
  right: -48px;
  top: 89px;
  opacity: 0;
  transform: translateY(50px);
  transition: all .5s ease;
  -webkit-box-shadow: 0 0 99px rgba(29,56,75,.4);
  -moz-box-shadow: 0 0 99px rgba(29,56,75,.4);
  box-shadow: 0 0 99px rgba(29,56,75,.4);
  pointer-events: none;

}
.pul_initial .search_case{
  top: 64px;
}
.search_case::after{
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  top: -8px;
  right: 60px;
  background-color: #fff;
  position: absolute;

}


/*领导团队*/
.ins_banner {
  height: 70vh;
  position: relative;
  z-index: 2;
}
.pub_banner_box{
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.con_banner{
  height: 100%;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1.1);
  transition: all 3s ease;
}
.con_banner.on{
  transform: scale(1);
}
.sen_link_box{
  font-size: 0;
  width: 81.25vw;
  position: absolute;
  left: 9.375vw;
  bottom: 0;
  color: #fff;
  padding-bottom: 70px;
}
.pre_box{
  display: inline-block;
  vertical-align: middle;
  min-width: 260px;
  padding-right: 3.6vw;
  margin-bottom: 160px
}
.at_present{
  line-height: 1.5;
  font-weight: 700;
  margin-top:  15px;
}
.at_present_en{
  color: rgba(255,255,255,.4);
  text-transform: inherit;
  line-height: 1;
}

.sty_line{
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  background-color: rgba(255,255,255,.5);
  margin: 0 ;
  width: 0%;
  transition: width .5s ease .2s;
}
.sen_link_con{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  min-width: 13.54vw;
  position: relative;
  line-height: 100px;
}
.sen_link_con > a{
  font-weight: 700;
  position: relative;
  display: block;
  padding: 0 35px;

}
.sen_link_con > a i{

  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(0deg);
  transition: all .5s ease;
}
/*.sen_link_con:hover>a i{*/
/*transform: translateY(-50%)  rotate(90deg);*/
/*}*/
.sen_link_con .search_case{
  width: 280px;
}
.sen_link_con .search_case a{
  text-align: left;
  display: block;
  color: #999999;
  line-height: 62px;
  border-bottom: 1px solid #e1e1e1;
  transition: all .5s ease;
  position: relative;
}
.sen_link_con .search_case a:hover,.sen_link_con .search_case a.on{
  color: #003586;
  border-bottom: 1px solid #e1e1e1;

}
.sen_link_con .search_case a::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #003586;
  height: 1px;
  width: 0;
  transition: width .5s ease;
}
.sen_link_con .search_case a:hover,.sen_link_con .search_case a.on{
  color: #003586;
}
.sen_link_con .search_case a:hover::after,.sen_link_con .search_case a.on::after{
  width: 100%;
}


.ab_on{
  -webkit-animation: feIn .5s ease;
  animation: feIn .5s ease;
}
@keyframes feIn {
  0%{
    opacity: 0;
    transform: scale(.5) translateX(-50%);
  }
  100%{
    opacity: 1;
    transform: scale(1) translateX(-50%);
  }
}
.sen_link_con:hover .search_case{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.sen_link_con .search_case::after{
  left: 50%;
  right: auto;
  transform: translateX(-50%) rotate(45deg);
}



.tea_case{
  padding: 81px 0 80px 0;
  width: 67.71%;
  margin: 0 auto;
}




/*产品中心*/
.pro_con{
  background:url("../img/pro_bg1.png") no-repeat center bottom, #f6f9fb;
}
.pro_con .tea_case .catdesc p{
 font-size: 16px;
 line-height: 30px;

}
.pro_con .tea_case .catdesc{
 max-height: 200px;
 overflow-y: auto;
}

.pro_list_box > a ,.pro_list_box > div{
  float: left;
  margin-right: 4.23%;
  width: 30.5133%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
  position: relative;
  color: #000;
  transition: all .5s ease;
  -webkit-box-shadow: 0 0 70px rgba(29,56,75,.17);
  -moz-box-shadow: 0 0 70px rgba(29,56,75,.17);
  box-shadow: 0 0 70px rgba(29,56,75,.17);
  margin-bottom: 122px;
  top: 0;
  
}
.pro_list_box > a:nth-child(3n),.pro_list_box > div:nth-child(3n){
  margin-right: 0;
  
}
.pro_intersperse{
  display: block;
  margin-bottom: 30px;
  line-height: 1;
  font-size: 14px;
}
.img_box img{
  width: 70%;
  display: block;
  margin: 0 auto;
}
.pro_title{
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  height: 46px;
  text-align: center;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 50px 0 80px;
}
.btn_pro_det{
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  line-height: 60px;
  width: 60px;
  color: #656b6f;
  text-align: center;
  cursor: pointer;
  background-color: #c0c6ca;
  font-size: 14px;
  transition: all .5s ease;
}
.btn_pro_det i{
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  transition: all .5s ease;
}
.btn_pro_det .det_more{
  display: block;
  width: 300%;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  transition: all .5s ease;
}
.btn_pro_det .hover_more{
  width: 0;
  height: 0;
  overflow: hidden;
  color: #fff;
  bottom: 0;
  font-weight: 700;
  transform: translateX(-50%);
  display: inline-block;
  white-space:nowrap;
  text-overflow:ellipsis;
  left: 50%;
}
.pro_box:hover{
  top: -10px;
  /*transform: translateY(-10px);*/
  /*animation-fill-mode: none;*/
  -webkit-box-shadow: 0 0 46px rgba(29,56,75,.4);
  -moz-box-shadow: 0 0 46px rgba(29,56,75,.4);
  box-shadow: 0 0 46px rgba(29,56,75,.4);

}
.pro_box:hover .btn_pro_det{
  background: linear-gradient(45deg, #79bd28 0%, #003586 100%)!important;
  box-shadow: 0 2px 10px -2px rgba(0, 101, 59, 0.6);
  color: #fff !important;
  width: 200px;
  margin-left: -100px;
}


.pro_box:hover .det_more{
  opacity: 0;
  width: 100%;
}
.pro_box:hover .hover_more{
  width: auto;
  height: auto;
  margin-right: 10px;
  padding-right: 30px;
  position: absolute;
}

.pro_box:hover .btn_pro_det i{
  margin-left: 3.5em;
}



/*媒体*/
.med_con{
  background:url("../images/med_bg.png") no-repeat center bottom,url("../images/med_bg1.png") no-repeat center top, #f6f9fb;
}
.med_list_box > a{
  border-top: 1px solid #c6ced3;
  display: block;
  position: relative;
  transition: all .5s ease;
  padding: 70px 130px 80px 130px;
}
.med_time{
  position: absolute;
  text-align: left;
  right: 0;
  line-height: 30px;
  font-size: 30px;
  top: 71px;
  color:rgba(0,0,0,.5);
  transition: all .5s ease;
  width: 64px;
}
.med_time span{
  font-size: 18px;
}
.med_list_case> span{
  position: absolute;
  left: 0;
  top: 53px;
  transition: all .5s ease;
  font-size: 20px;
  font-weight: 700;
  line-height: 52px;
  display: block;
  text-align: center;
  color: #003586;
}
.med_tex_box{
  width: calc(100% - 90px);
  padding-right: 10px;
  line-height: 1.5;
  color: #84898c;
  transition: margin-left .5s ease;
}
.med_title{
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.med_info{
  margin-top: 30px;
  font-size: 14px;
}
.med_list_box > a:first-child{
  border-top-color: transparent;
}
.med_list_box > a:hover{
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 0 70px rgba(29,56,75,.17);
  border-top-color: transparent;
}
.med_list_box > a:hover+a{
  border-top-color: transparent;
}
.med_list_box > a:hover .med_title{
  color: #003586;
}
.med_list_box > a:hover>span{
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-box-shadow: 0 0 59px rgba(11, 109, 57, .36);
  -moz-box-shadow: 0 0 59px rgba(11, 109, 57, .36);
  box-shadow: 0 0 59px rgba(11, 109, 57, .36);
  background: linear-gradient(90deg, #79bd28 0%, #003586 100%)!important;
  padding: 0 60px;
  color: #fff;

}
.med_list_box > a:hover .med_tex_box{
  margin-left: 90px;
}
.med_list_box > a:hover .med_time{
  width: 130px;
}

/*公司新闻*/
.new_list_box > a{
  display: block;
  margin-bottom: 20px;
}
.new_time{
  float: left;
  width: 10%;
  margin-top: 53px;
  font-size: 30px;
  line-height: 30px;
}
.new_time > span{
  font-size: 18px;
}
.new_tex_box{
  float: right;
  padding: 35px 0;
  width: 79.6%;
  margin-right: -4.615%;
  transition: all .5s ease;
  padding-right: 4.615%;
}
.new_tex_box> img{
  float: left;
  width: 40%;
  margin-left: -20.376%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: all .5s ease;
}
.new_tex_box >  div{
  float: right;
  width: 66.6666%;
}
.new_title{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 40px;
  transition: all .5s ease;
}
.new_info{
  font-size: 14px;
  line-height: 2;
  color: rgba(0,0,0,.5);
  margin-top: 40px;
  transition: all .5s ease;
}
.new_list_box > a:hover .new_tex_box{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 54px rgba(29, 56, 75, .26);
  -moz-box-shadow: 0 0 54px rgba(29, 56, 75, .26);
  box-shadow: 0 0 54px rgba(29, 56, 75, .26);
}
.new_list_box > a:hover .new_tex_box > img{
  margin-left: -23.376%;
}
.new_list_box > a:hover .new_title{
  color: #003586;
}
.new_list_box > a:hover .new_info{
  color: rgba(0,0,0,1);
}



/*新闻详情*/
.det_left_box {
  width: 70%;
  float: left;
}
.newdet {
  line-height: 1.5;
  font-size: 26px;
  text-align: center;
  color: #000;
  font-weight: 700;
}
.new_con_text_box {
    line-height: 30px;
    font-size: 16px;
}
.new_d_info{
  color: #84898c;
  text-align: center;
  font-size: 14px;
  margin-top: 18px;
  line-height: 1.5;
}
.new_d_info > span{
  margin: 0 13px;
}
.new_d_info > span:first-child{
  margin-left: 0;
}
.new_d_info > span:last-child{
  margin-right: 0;
}
.new_d_text_box{
  -webkit-box-shadow: 0 0 54px rgba(29,56,75,.26);
  -moz-box-shadow: 0 0 54px rgba(29,56,75,.26);
  box-shadow: 0 0 54px rgba(29,56,75,.26);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 68px;
  padding:11.538% 14.285% ;
}
.new_d_text_box  p{
  font-size: 14px;
  line-height: 2;
  color: #84898c;
  padding-bottom: 10px;
}
/*.new_d_text_box > img{*/
/*width: 100%;*/
/*display: block;*/
/*margin-bottom: .5rem;*/
/*}*/
.new_d_text_box .new_con_text_box> img{
  width: 100%!important;
  height: auto!important;
  display: block;
  margin-bottom: 50px;
}
.new_d_text_box  p img{
 /*  width: 100%!important; */
  height: auto!important;
  display: block;
  max-width: 100%;
}
.det_text_at h2{
  font-size: 26px;
  color: #000;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 50px;
}
.text_line{
  height: 1px;
  width: 100%;
  background-color: #dfe4e7;
  margin-bottom: 50px;
}
.det_text_at h4{
  font-size: 18px;
  color: #003586;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 30px;
}
.com_info_stock p{
  color: #003586;
}
.con_box{
  padding-bottom: 50px;
  font-size: 14px;
  line-height: 1.8;
  color: #003586;
  font-weight: 700;
}
.con_box > div:first-child{
  float: left;
}
.con_box > div:last-child{
  float: right;
}
.text_tab_box{
  line-height: 50px;
}
.text_tab_box > a{
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  transition: all .5s ease;
}
.text_tab_box > a:hover{
  padding:  0 20px;
}
.btn_prev{
  float: left;
  color: #858d90;
}
.btn_prev i{
  vertical-align: middle;
  margin-right: 20px;
}
.btn_next{
  float: right;
  color: #858d90;
}
.btn_next i{
  vertical-align: middle;
  margin-left: 20px;
}
.go_back{
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-top: 80px;
  line-height: 1;
  display: block;
}
.go_back i{
  vertical-align: middle;
  margin-right: 10px;
}
.go_back::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 12.637%;
  height: 1px;
  background-color: #000;
  margin-right: 30px;
}
.go_back::after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 12.637%;
  height: 1px;
  background-color: #000;
  margin-left: 30px;
}
.pro_det_body .go_back::after,.pro_det_body .go_back::before{
  display: none;

}
.pro_det_body .go_back{
  position: fixed;
  right: 40px;
  bottom: 80px;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}
.det_right_box{
  float: right;
  width: 26.15%;
  margin-top: 240px;
}
.det_hot_box{
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  padding-bottom: 40px;
  border-bottom: 1px solid #a4a8b0;
  margin-bottom: 15px;
}
.det_hot_box> div{
  color: rgba(0,0,0,.4);
  font-size: 15px;
  line-height: 1.5;
  text-transform: capitalize;
  font-weight: 400;
}
.det_recommend > a{
  display: block;
  padding: 38px 0 ;
  position: relative;
  transition: all .5s ease;
}
.det_recommend > a::after{
  content: '';
  display: block;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #ced1d7;
  transition: all .5s ease;
  width: 48px;
  height: 1px;
}
.rec_title{
  width: calc(100% - 18px);
  font-size: 16px;
  line-height: 1.7;
  color: #000000;
  margin-left: 0;
  transition: all .5s ease;
}
.rec_time{
  width: calc(100% - 18px);
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-left: 0;
  transition: all .5s ease;
}
.rec_time span{
  color: #bfc3c6;
}
.rec_time i{
  position: absolute;
  right: 0;
  transition: all .5s ease;
  color: #003586;
  top: 0;
  font-size: 20px;
  vertical-align: middle;
  opacity: 0;
}
.det_recommend > a:hover{
  /*padding-left: 18px;*/
}
.det_recommend > a:hover::after{
  width: 100%;
  background-color: #003586;
}
.det_recommend > a:hover .rec_title{
  color: #003586;
}
.det_recommend > a:hover .rec_time i{
  opacity: 1;
  right: -10px;
}
.det_recommend > a:hover .rec_title,.det_recommend > a:hover .rec_time{
  margin-left: 18px;
}




/*资质荣誉*/
.hon_con{
  background:url("../images/hon_bg.png") no-repeat center bottom, #e4e9ed;
}
.hon_con .tea_case{
  width: 81.25vw;
  padding-bottom: 5px;
}
.hon_tab_nav_box{
  float: left;
  width: 15%;
}
.hon_tab_nav_box> div{
  max-width: 130px;
  color: #d5dae0;
  transition: all .5s ease-out;
  padding-bottom: 50px;
  cursor: pointer;
}
.hon_tab_nav_box> div:last-child{
  padding-bottom: 0;
}
.hon_tab_num{
  font-size: 40px;
  line-height: 1;
}
.hon_tab_name{
  line-height: 1.625;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 700;
  color: #72787f;
  transition: all .5s ease-out;
  position: relative;
}
.hon_tab_name::after{
  content: '';
  position: absolute;
  width: 0;
  height: 5px;
  background-color: #003586;
  left: 0;
  bottom: 0;
  transition: all .5s ease-out;
}
.hon_tab_nav_box> div.on,.hon_tab_nav_box> div:hover{
  color:#003586;
}
.hon_tab_nav_box> div.on .hon_tab_name,.hon_tab_nav_box> div:hover .hon_tab_name{
  color: #003586;
}
.hon_tab_nav_box> div:hover .hon_tab_name::after,.hon_tab_nav_box> div.on .hon_tab_name::after{
  width: 100%;
}
.hon_con_case{
  float: right;
  width: 83.33%;
  position: relative;
}
.hon_con_case > div{
  display: none;
  position: relative;
}
.hon_con_case > div:first-child{
  display: block;
}
.hon_con_box{
  float: left;
  width: 60%;
  padding-right: 10%;
  padding-left: 10%;
  overflow: hidden;
  position: relative;
  margin-top: 8px;
}
.hon_con_box .swiper-container{
  overflow: initial;
  padding-bottom: 150px;
}
.sha_tra{
  position: absolute;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(228, 233, 237, 1) 0%, rgba(228, 233, 237, 0) 25%, rgba(228, 233, 237, 0) 75%, rgba(228, 233, 237, 1) 100%);
  background: -o-linear-gradient(left, rgba(228, 233, 237, 1) 0%, rgba(228, 233, 237, 0) 25%, rgba(228, 233, 237, 0) 75%, rgba(228, 233, 237, 1) 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0,rgba(228, 233, 237, 1)),color-stop(0.25,rgba(228, 233, 237, 0)),color-stop(0.75,rgba(228, 233, 237, 0)), color-stop(1, rgba(228, 233, 237, 1)));
  background: -webkit-linear-gradient(left, rgba(228, 233, 237, 1) 0%, rgba(228, 233, 237, 0) 25%, rgba(228, 233, 237, 0) 75%, rgba(228, 233, 237, 1) 100%);
  z-index: 3;
  top: 0;
  left: 0;
  pointer-events: none;
}
.hon_con_box .swiper-slide{
  opacity: 0.9;
  transition: all .5s ease-in;
}
.hon_con_box .swiper-slide.active{
  opacity: 1;
}
.hon_con_box .swiper-slide> div{
  width: 100%;
  position: relative;
}
.hon_con_box .swiper-slide> div > img{
  display: block;
  width: 100%;
}
.hon_name{
  text-align: center;
  margin-top: 30px;
  font-weight: 700;
  color: #000;
  font-size: 24px;
  line-height: 1.5;
  opacity: 0;
  transition: all .5s ease-in;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
.hon_con_box .swiper-slide.active .hon_name{
  opacity: 1;
}
.hon_name_box{
  width: calc(29.23% + 50px);
  float: right;
  padding: 25px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.hon_con_box .swiper-wrapper{
    align-items: center;
}
.hon_name_text{
  font-size: 16px;
  line-height: 20px;
  height: 60px;
  text-align: center;
  opacity: .5;
  color: #000;
  transition: all .5s ease-in;
  border-radius: 30px;
  /*overflow: hidden;*/
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
    position: relative;
}
.hon_name_text > div{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    word-wrap: break-word;
    word-break: normal;
    padding: 0 15px;

}

.hon_name_box .active-nav .hon_name_text{
  font-size: 18px;
  font-weight: 700;
  background-color: rgba(255,255,255,1);
  box-shadow: 0 0 46px rgba(29,56,75,.17);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.hon_name_box .swiper-container{
  height: 370px;
  padding: 25px 25px 15px 25px;
  overflow: hidden;
}
.hon_name_box .swiper-slide{
  cursor: pointer;
}
.hon_name_box .swiper-button-prev,.hon_name_box .swiper-button-next{
  background-image: none;
  font-size: 18px;
  width: 100%;
  text-align: center;
  margin: 0;
  color: #000;
}
.hon_name_box .swiper-button-prev{
  top: 0;
  left: 0;
}
.hon_name_box .swiper-button-next{
  top: auto;
  right: 0;
  bottom: 0;
}
/*资质荣誉*/
.inv_con{
  background-image: url("../img/inv_bg.png");
  background-color: #f6f9fb;
  background-position: left top;
  background-repeat: no-repeat;
}
.inv_left_box{
  float: left;
  width: 23.077%;
}
.inv_title{
  font-size: 26px;
  font-weight: bold;
  color: #000000;
  line-height: 78px;
  position: relative;
}
.inv_code{
  line-height: 42px;
  font-size: 16px;
  margin-top: 20px;
  color: #000000;
}
.inv_stock_box{
  border: 1px solid #d6dadd;
  border-left: none;
  border-right: none;
  padding: 35px 0;
}
.sto_at_time i{
  display: none;
}
.sto_val{
  position: relative;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 15px;
}
.sto_val i{
  font-size: 36px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
}
.sto_contrast{
  font-size: 14px;
  line-height: 1;
  margin-bottom: 40px;
}
.sto_contrast > span{
  margin-right: 20px;
}
.sto_record > div{
  width: 50%;
  float: left;
}
.sto_record > div > div:first-child{
  font-size: 14px;
  line-height: 31px;
  color: #000;
}
.sto_record > div > div:nth-child(2){
  font-size: 18px;
  line-height: 1.2;
  color: #999fa7;
}
.sot_time_box{
  font-size: 14px;
  line-height: 3.28;
  color: #000;
}
.sto_at_time_up{
  color: #003586;
}
.sto_at_time_down{
  color: #fe0000;
}
.sto_contrast > span:last-child{
  margin-right: 0;
}
.sto_at_time i{
  display: none;
}
.text_box p img{
    max-width: 100%;
}
.sto_at_time_down .down{
  display: block;
}
.sto_at_time_up .up{
  display: block;
}
.inv_right_box{
  width: 70%;
  float: right;
  padding-left: 6.15%;
  position: relative;
}
.inv_right_box::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 26px;
  width: 1px;
  height: 100%;
  background-color: #d6dadd;
}

.inv_title > a{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #000;
}
.inv_title > a i{
  color: #a1a3a4;
  font-size: 20px;
  vertical-align: middle;
  margin-left: 10px;
  text-align: right;
}
.sty_bottom_sty{
  border-bottom: 1px solid #d6dadd;
  margin-bottom: 30px;
}
.sty_bottom_sty::after{
  content: '';
  display: block;
  position: relative;
  left: 0;
  bottom: -3px;
  height: 5px;
  width: 2em;
  background-color: #003586;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ann_box > a{
  display: block;
  border-bottom: 1px solid #d6dadd;
  padding: 30px 0;
  padding-right: 32px;
  position: relative;
}
.ann_title{
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
  transition: all .5s ease;
}
.ann_time{
  font-size: 12px;
  line-height: 1.8;
  color: #9fa2a5;
  transition: all .5s ease;
}
.ann_box > a > i{
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  color: #b3b8bc;
  transition: all .5s ease;
}
.ann_box > a:hover .ann_title,.ann_box > a:hover >i,.ann_box > a:hover .ann_time{
  color: #003586;
}
/*公告及通函*/
.not_con{
  background:url("../img/not_bg.png") no-repeat center bottom, #f6f9fb;
}
.showreel_box {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  height: 90px;
  line-height: 90px;
  padding: 0 90px;
  box-shadow: 0 0 90px rgba(29,56,75,.17);
  margin-bottom: 50px;
}
.showreel_box .btn_img_prev,  .showreel_box .btn_img_next {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  text-align: center;
  /*background-color: rgba(0, 0, 0, 0.4);*/
  color: #bebdc2;
  cursor: pointer; }
.showreel_box .btn_img_prev:hover, .showreel_box .btn_img_next:hover{
  color: #003586;
}
.showreel_box .btn_img_prev i,  .showreel_box .btn_img_next i {
  font-size: 18px;
}
.showreel_box .btn_img_prev {
  left: 0; }
.showreel_box .btn_img_next {
  right: 0; }
.view_box{
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.showreel_box .list_u_img_box {
  font-size: 0;
  width: 99999999px;
  position: absolute;
  left: 0;
  top: 0;
  transition: left .5s ease;
}
.showreel_box .list_u_img_box > a {
  position: relative;
  width: 125px;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  text-align: center;
  color: #979ba0;
  cursor: pointer;
  transition: all .5s ease;
}
.showreel_box .list_u_img_box > a.on{
  font-size: 24px;
  color: #003586;
  position: relative;
  cursor: auto;
}
.showreel_box .list_u_img_box > a::after{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 76.666%;
  margin-left: -50px;
  width: 0;
  height: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #003586;
  transition: all .5s ease;
}
.showreel_box .list_u_img_box >a:hover{
  color: #003586;
}
.showreel_box .list_u_img_box > a.on::after,.showreel_box .list_u_img_box >a:hover::after{
  width: 1em;
}
.showreel_box .list_u_img_box > img:last-child {
  margin-right: 0; }
.disab{
  pointer-events:none;
  opacity: 0;
}
.not_con .ann_box > a{
  border-top: 1px solid #d6dadd;
  border-bottom: none;
  transition: all .5s ease;
  padding: 50px 72px 40px 0;
}
.not_con .ann_box > a:hover{
  -webkit-box-shadow: 0 0 46px rgba(29,56,75,.17);
  -moz-box-shadow: 0 0 46px rgba(29,56,75,.17);
  box-shadow: 0 0 46px rgba(29,56,75,.17);
  background-color: #fff;
  border-top-color: transparent;
  margin: 0 -10px;
  padding-right: 82px;
  padding-left: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.not_con .ann_box > a:hover+a {
  border-top-color: transparent;
}
.not_con .ann_box > a:first-child{
  border-top-color: transparent;
}
.not_con .ann_box > a > div{
  float: left;
}
.not_time_box{
  width: 10%;
  color: #010101;
  line-height: 1.1;
}
.not_time_box > div{
  padding-left: 30.7%;
}
.time_year{
  font-size: 20px;
}
.not_time{
  font-size: 12px;
}
.not_con .ann_title{
  width: 90%;
  padding-left: 39px;
}
.not_con .ann_box > a > i{
  right: 40px;
}




/*faq*/
.faq_det_show{
  cursor: pointer;
  position: relative;
  background: -moz-linear-gradient(bottom, rgba(240, 244, 247, 1) 0%, rgba(240, 244, 247, 0) 49%, rgba(240, 244, 247, 0) 51%, rgba(240, 244, 247, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(240, 244, 247, 1) 0%, rgba(240, 244, 247, 0) 49%, rgba(240, 244, 247, 0) 51%, rgba(240, 244, 247, 0) 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0,rgba(240, 244, 247, 1)),color-stop(0.49,rgba(240, 244, 247, 0)),color-stop(0.51,rgba(240, 244, 247, 0)), color-stop(1, rgba(240, 244, 247, 0)));
  background: -webkit-linear-gradient(bottom, rgba(240, 244, 247, 1) 0%, rgba(240, 244, 247, 0) 49%, rgba(240, 244, 247, 0) 51%, rgba(240, 244, 247, 0) 100%);
}
.faq_det_show,.faq_answer_box{
  padding: 35px 10%;
  line-height: 20px;
  color: #000000;
  font-size: 16px;
}
.faq_answer_box{
  padding-top: 0;
  padding-bottom: 0;
  max-height: 0;
  transition: all .5s ease;
}
.faq_list_box div.on .faq_answer_box{
  max-height: 9999px;
  transition-timing-function: cubic-bezier(.5,0,1,0);
  transition-delay: 0s;
}
.faq_trouble,.faq_answer{
  position: relative;
  padding-left: 7.69%;
}
.faq_answer{
  padding-top: 35px;
  padding-bottom: 35px;

}
.faq_trouble{
  transition: all .5s ease;
}
.faq_trouble::after{
  content: 'Q:';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 20px;
}
.faq_list_box div.on .faq_trouble{
  color: #003586;
  line-height: 30px;
}
.faq_answer::after{
  content: 'A:';
  display: block;
  position: absolute;
  left: 0;
  top: 35px;
  font-size: 20px;
  line-height: 20px;
}
.faq_list_box > div{
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 40px;
  box-shadow: 12px 0 46px rgba(29,56,75,.17);
}
.faq_num{
  position: absolute;
  left: 0;
  top: 0;
  width: 10%;
}
.faq_num img{
  max-width: 107px;
}
.faq_num > span{
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 10px;
  top: 10px;
  color: rgba(255,255,255,.5);

}
.faq_list_box i{
  font-size: 18px;
  color: #9299a0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.7%;
  transition: all .5s ease;
}
.faq_list_box div.on i{
  transform: translateY(-50%) rotate(180deg);
}
.faq_body {
  background: url(../images/mee_bg.png) no-repeat center bottom, #f6f9fb;
}


/*公司概况*/
.com_con{
  background:url("../images/com_bg.png") no-repeat left bottom;
  background-size: 100%;
  position: relative;
}
.sha_bias{
  width: 16.1459%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background:url(../images/banner-bg2.png) center repeat;
  pointer-events: none;
}
.sen_manifesto{
  color: #fff;
  font-size: 14px;
  line-height: 3;
  max-width: 450px;
  position: absolute;
  left: 0;
  bottom: 115%;
}
.com_con .joi_hint> span::after{
  display: none;
}
.com_con .joi_hint{
  float: none;
  width: 90%;
}
.com_con .tea_case{
  width: 81.25%;
}
.com_img_case{
  margin-top: 81px;
  margin-bottom: 81px;
  width: 83.33333%;
  margin-left: 8.33335%;
  padding-right: 19.871%;
  position: relative;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  -webkit-box-shadow: 0 0 60px rgba(30, 46, 63, .36);
  -moz-box-shadow: 0 0 60px rgba(30, 46, 63, .36);
  box-shadow: 0 0 60px rgba(30, 46, 63, .36);
  overflow: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sha_imgBox{
  position: absolute;
  right: 0;
  top: 0;
  width: 19.23%;
  height: 100%;
  background-color: rgba(255,255,255,.8);
  /*-webkit-filter: blur(10px); !* Chrome, Opera *!*/
  /*-moz-filter: blur(10px);*/
  /*-ms-filter: blur(10px);*/
  /*filter: blur(10px);*/
  z-index: 1;
}
.com_img_case .swiper-container{
  overflow: initial;
}
.com_img_case .swiper-slide > div img{
  display: block;
  width: 100%;
}
.sha_imgBox > div{
  font-size: 0;
  line-height: 30px;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translate3d(-50%,-50%,0) rotate(90deg);
}
.com_img_case .swiper-button-prev,.com_img_case .swiper-button-next{
  background-image: none;
  left: 0;
  right: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 18px;
  line-height: 44px;
}
.com_img_case .swiper-button-prev{
  margin-right: 60px;
}
.com_img_case .swiper-button-next{
  margin-left: 60px;
}
.com_img_case .swiper-pagination{
  color: #959ba1;
  width: auto;
  left: 0;
  bottom: 0;
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
}
.com_img_case .swiper-pagination .on{
  color: #000;
  font-size: 30px;
}
.com_info_case{
  margin-left:8.33335%;
  width: 75%;
  margin-bottom: -50px;
  position: relative;
}
.fw_b{
  font-weight: 700;
}
.com_info_case p{
  padding-top: 25px;
  line-height: 30px;
  font-size: 16px;
  color: #56575a;
  
}
.com_info_case p sup{ margin-top: -25px;
  display: inline-block;}

.com_info_case p.fw_b{
  color: #000;
}
.com_title{
  position: absolute;
  color: #dde0e2;
  line-height: 1;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  left: 99.5%;
  top: 240px;
  white-space: nowrap;
  transform: rotate(90deg);
}

.joi_hint{
  float: left;
  width: 20%;
  margin-left: 10%;
  color: #000;
  position: relative;
}

.joi_hint > img{
  position: absolute;
  left: -130px;
  bottom: 20px;
}

.joi_hint> span{
  position: relative;
  z-index: 1;
  font-weight: 700;
  line-height: 3.5;
  display: block;
}



span.tag {
    font-size: 16px;
    color: #65b23e;
    display: block;
    line-height: 1;
    margin-bottom: 1em;
}

.contact-page h2.title {
    font-size: 48px;
    font-weight: bold;
    color: #1c1628;
}

.contact-page .contact-1 {
    padding: 120px 0 40px;
}
.contact-page .contact-1 .left {
    width: 30%;
}
.contact-page .contact-1 .left .info {
    margin-top: 40px;
}
.contact-page .contact-1 .left .info ul li {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-page .contact-1 .left .info ul li span {
    background-image: -webkit-linear-gradient(0deg, #65b23e 0%, #2a994d 100%);
    display: block;
    padding: 6px;
    width: 90px;
    height: 90px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    color: #65b23e;
    border-radius: 100%;
    margin-right: 15px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.contact-page .contact-1 .left .info ul li span i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: white;
    height: 100%;
    width: 100%;
    border-radius: 100%;
}
.contact-page .contact-1 .left .info ul li h6 {
    font-size: 15px;
    color: #666;
}
.contact-page .contact-1 .left .info ul li h6 small {
    font-size: 1.33333333em;
    color: black;
    display: block;
}
.contact-page .contact-1 .right {
    width: 70%;
    padding-left: 4%;
}
.contact-page .contact-1 .right .form {
    padding: 60px;
    background: #fbfbfb;
}
.contact-page .contact-1 .right .form ul {
    margin: -10px;
}
.contact-page .contact-1 .right .form ul li {
    padding: 10px;
}
.contact-page .contact-1 .right .form ul li input,
.contact-page .contact-1 .right .form ul li textarea {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    padding: 25px;
    outline: none;
    line-height: 19px;
    border: none;
    font-size: 14px;
    caret-color: var(--color);
}
.contact-page .contact-1 .right .form ul li input::-webkit-input-placeholder, .contact-page .contact-1 .right .form ul li textarea::-webkit-input-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input:-moz-placeholder, .contact-page .contact-1 .right .form ul li textarea:-moz-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input::-moz-placeholder, .contact-page .contact-1 .right .form ul li textarea::-moz-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input:-ms-input-placeholder, .contact-page .contact-1 .right .form ul li textarea:-ms-input-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input::placeholder,
.contact-page .contact-1 .right .form ul li textarea::placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li.wid-100 {
    width: 100%;
}
.contact-page .contact-1 .right .form ul li textarea {
    height: 180px;
}
.contact-page .contact-1 .right .form ul li a.more {
    width: 100%;
    text-align: center;
}
.contact-page .contact-2 .box {
    border-left: 10px solid #2a994d;
    position: relative;
    z-index: 1;
    padding: 70px 100px 70px 100px;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.contact-page .contact-2 .box:after {
    content: '';
    z-index: -1;
    background: #1D1729;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.contact-page .contact-2 .box span.tag {
    color: #2a994d;
}
.contact-page .contact-2 .box span.tag:before {
    display: none;
}
.contact-page .contact-2 .box h2.title {
    color: white;
    font-size: 36px;
}
.contact-page .contact-2 .box .left {
    width: 70%;
    vertical-align: middle;
}
.contact-page .contact-2 .box .right {
    vertical-align: middle;
    width: 30%;
    text-align: right;
}
.contact-page .contact-3 {
    position: relative;
    z-index: 0;
}
.contact-page .contact-3 .button-group .button {
    background: var(--color);
}
.contact-page .contact-3 #mapContainer {
    -webkit-filter: grayscale(0.5);
    filter: grayscale(0.5);
}

@media screen and (max-width: 1200px) {
  .contact-page .contact-1 .left{
    width: 100%;
  }

  .contact-page .contact-1 .right{
    width: 100%;
    padding: 0;
  }

  .contact-page .contact-2 .box{
    transform: translateY(0);
    padding: 40px 60px;
  }

  .contact-page .contact-2{
    padding: 60px 0;
  }

  .contact-page .contact-1 .left .info ul li h6 small{
    font-size: 1em;
    line-height: 30px;
  }

  .contact-page h2.title{
    font-size: 36px;
  }
}

@media screen and (max-width: 1000px) {
  .contact-page .contact-1{
    padding: 40px 0;
  }

  .contact-page .contact-2 .box .left{
    width: 100%;
  }

  .contact-page .contact-2 .box .right{
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .contact-page h2.title{
    font-size: 24px;
  }

  .contact-page .contact-1 .right .form{
    padding: 30px;
  }

  .contact-page .contact-2 .box h2.title{
    font-size: 24px;
  }

  .contact-page .contact-2 .box{
    padding: 30px;
  }
}

.prodet-page {
  padding: 40px 0;
}
.prodet-page i.tag {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #2a994d;
  line-height: 30px;
}
.prodet-page h2,
.prodet-page h1 {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
}
.prodet-page .prodet-1 .left {
  /*background: url("../images/beijing.jpg") center center no-repeat;
  background-size: 100% 100%;*/
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.prodet-page .prodet-1 .left img {
  display: block;
  margin: 0 auto;
  border: 1px solid rgba(0,0,0,.3);
}
.prodet-page .prodet-1 .left i.block {
  width: 25%;
  height: 30%;
  position: absolute;
  background: #eee;
  z-index: -1;
  left: -12%;
  top: 20%;
}
.prodet-page .prodet-1 .right {
  padding-left: 5%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 30px;
  line-height: 1.8;
}
.prodet-page .prodet-1 .right .content {
  display: block;
  padding: 40px 0;
  font-size: 16px;
  color: #959595;
  line-height: 30px;
}
.prodet-page .prodet-1 .right .content h6 {
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
  margin-bottom: 10px;
  color: #2a994d;
  font-weight: bold;
}
.prodet-page .prodet-1 .right .btn {
  padding: 35px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.prodet-page .prodet-1 .right .btn a {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 24px;
  border-radius: 20px;
  background: black;
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin-right: 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 5px;
}
.prodet-page .prodet-1 .right .btn a:hover {
  background: #2a994d;
}
.prodet-page .prodet-1 .right .share {
  margin-top: 20px;
}
.prodet-page .prodet-1 .right .share h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 30px;
}
.prodet-page .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .share ul li {
  width: auto;
  margin-left: 15px;
  color: #666;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  color: #2a994d;
}

.prodet-page .prodet-1 .image-gallery ul{
  margin: -10px;
}
.prodet-page .prodet-1 .image-gallery ul li{
  padding: 10px;
}

.prodet-page .custom-page .custom-3 {
  background: none;
  padding: 110px 0;
}
.prodet-page .custom-page .custom-3 .list>ul>li {
  padding-left: 0;
}
.prodet-page .custom-page .custom-3 .list>ul>li i {
  display: none;
}
.prodet-page .prodet-2 h2 {
  display: inline-block;
}
.prodet-page .prodet-2 .btn {
  float: right;
}
.prodet-page .prodet-2 .btn div {
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-left: 10px;
  border: 1px solid #2a994d;
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  color: #2a994d;
}
.prodet-page .prodet-2 .btn div:hover {
  color: white;
  background: #2a994d;
}
.prodet-page .prodet-2 .list {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.prodet-page .prodet-2 .list ul {
  margin: -12px;
}
.prodet-page .prodet-2 .list ul li {
  padding: 12px;
}
.prodet-page .prodet-2 .list ul li .box {
  padding: 15px;
  background: white;
  background: url("../images/beijing.jpg") center center;
  background-size: 100% 100%;
  text-align: center;
  position: relative;
  -o-box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
}
.prodet-page .prodet-2 .list ul li .box span {
  font-size: 14px;
  color: #404040;
  text-transform: uppercase;
  position: absolute;
  top: 40px;
  right: 20px;
  display: block;
}
.prodet-page .prodet-2 .list ul li .box span i {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: block;
  margin: 0 auto 5px;
}
.prodet-page .prodet-2 .list ul li .box h5 {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-top: 20px;
}


.prodet-page .form ul {
  margin: -10px;
}
.prodet-page .form ul li {
  padding: 10px;
}
.prodet-page .form ul li input,
.prodet-page .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 30px;
}
.prodet-page .form ul li input:focus,
.prodet-page .form ul li textarea:focus {
  border-color: #2a994d;
}
.prodet-page .form ul li textarea {
  height: 120px;
}
.prodet-page .form ul li input[type="submit"] {
  padding: 12px;
  max-width: 180px;
  border-color: black;
  background-color: transparent;
  font-weight: bold;
}
.prodet-page .form ul li input[type="submit"]:hover {
  color: white;
  background-color: #2a994d;
  border-color: #2a994d;
}
.prodet-page .form ul li.wid-100 {
  width: 100%;
}

.custom-page .custom-3 {
  padding: 80px 0 100px;
  text-align: center;
  background: #f5f5f5;
}
.custom-page .custom-3 .text {
  display: block;
  font-size: 16px;
  color: #7a7a7a;
  margin: 20px 0 30px;
  line-height: 30px;
}
.custom-page .custom-3 .list>ul {
  border-bottom: 1px solid #eee;
  text-align: left;
}
.custom-page .custom-3 .list>ul>li {
  padding: 30px 0 30px 65px;
  border-top: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.custom-page .custom-3 .list ul li i {
  position: absolute;
  top: 18px;
  left: 0;
  width: 60px;
}
.custom-page .custom-3 .list ul li i img {
  display: block;
  max-width: 100%;
}
.custom-page .custom-3 .list ul li h5 {
  padding-right: 60px;
  position: relative;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.8;
}
.custom-page .custom-3 .list ul li h5 span {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  cursor: hand;
}
.custom-page .custom-3 .list ul li h5 span:after,
.custom-page .custom-3 .list ul li h5 span:before {
  content: '';
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 0;
}
.custom-page .custom-3 .list ul li h5 span:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-3 .list ul li .content {
  margin-top: 30px;
  font-size: 18px;
  color: #7a7a7a;
  line-height: 1.8;
}
.custom-page .custom-3 .list ul li .content table tr td:nth-child(1){
  width:20%!important;
}
.custom-page .custom-3 .list ul li .content table tr td:nth-child(2){
  width:55%!important;
}
.custom-page .custom-3 .list ul li .content table tr td:nth-child(3){
  width:25%!important;
}
.custom-page .custom-3 .list ul li .content table tbody {
  table-layout: fixed;
}

.custom-page .custom-3 .list ul li.active {
  border-top: 2px solid black;
}
.custom-page .custom-3 .list ul li.active h5 span:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

@media screen and (max-width: 1200px) {
  .prodet-page .prodet-1 .left{
    width: 100%;
    padding: 0;
  }

  .prodet-page .prodet-1 .right{
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }

  .custom-page .custom-3 .list ul li h5{
    font-size: 20px;
  }

  .custom-page .custom-3 .list ul li .content{
    font-size: 16px;
  }

  .prodet-page .prodet-1 .right .content{
    font-size: 16px;
  }

  .prodet-page .prodet-1 .right .btn a{
    font-size: 14px;
    margin-right: 10px;
  }

  .prodet-page .custom-page .custom-3{
    padding: 60px 0;
  }
}



/*发展历程*/
.dev_con{
  background-color: #f6f9fb;
  position: relative;
}
.dev_con .tea_case{
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
}
.tab_time_bottom .showreel_box {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  height: 90px;
  line-height: 90px;
  padding: 0 90px;
  box-shadow: none;
  margin-bottom: 0;
}
.tab_time_bottom .showreel_box .list_u_img_box > a{
  width: 100px;
  font-size: 20px;
  color: #979ba0;
  transition: all .5s ease;
}
.tab_time_bottom .showreel_box .list_u_img_box > a.on,.tab_time_bottom .showreel_box .list_u_img_box > a:hover {
  font-size: 20px;
  color: #003586;
}
.tab_time_bottom .showreel_box .list_u_img_box > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 70%;
  margin-left: -1em;
  width: 0;
  height: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #003586;
  transition: all .5s ease;
}
.tab_time_bottom .showreel_box .list_u_img_box > a:hover::after,.tab_time_bottom .showreel_box .list_u_img_box > a.on::after {
  width: 2em;
}
.tab_time_bottom .showreel_box .btn_img_prev,.tab_time_bottom .showreel_box .btn_img_next{
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #7a858a;
  text-align: center;
  -webkit-box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  -moz-box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  top: 50%;
  left: 25px;
  margin-top: -20px;
  font-family: initial;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab_time_bottom .showreel_box .btn_img_next{
  right: 25px;
  left: auto;
}
.dev_tex_box > div{
  display: none;
  width: 70%;
  float: right;
  line-height: 36px;
  font-size: 18px;
  margin-right: 120px;
  font-weight: 300;
  padding-bottom: 60px;
  min-height: 260px;
}
.time_title_case{
  position: relative;
  padding-top: 115px;
  padding-bottom: 115px;
  overflow: hidden;
}
.at_time{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #e9eff2;
  font-family: 'rom';
  font-size: 240px;
  line-height: 1;
  background: -ms-linear-gradient(180deg, rgba(233, 239, 242, 0), rgba(233, 239, 242, 0), rgba(233, 239, 242, 0));
  background: -moz-linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  background: -o-linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0,rgba(246, 249, 251, 1)),color-stop(0.10,rgba(233, 239, 242, 1)),color-stop(0.7,rgba(233, 239, 242, 0.7)), color-stop(1, rgba(233, 239, 242, 0)));
  background:  -webkit-linear-gradient(top, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.time_sha{
  position: absolute;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -ms-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
  background: -moz-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
  background: -o-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0,rgba(246, 249, 251, 1)),color-stop(0.10,rgba(246, 249, 251, 0)),color-stop(0.9,rgba(246, 249, 251, 0)), color-stop(1, rgba(246, 249, 251, 1)));
  background: -webkit-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
}
.time_line_case{
  margin: 0 auto;
  width: 83.33333%;
  margin-top: 50px;
}
.time_line_box{
  width: 99999px;
  position: relative;
  top: 0;
  left: 0;
  transition: all .5s ease;
}
.time_line_box > div{
  float: left;
  position: relative;
  width: 330px;
  height: 6px;
  background: -ms-linear-gradient(right, rgba(0,53,134,0.5) 0%, rgba(0,53,134,1) 100%);
  background: -moz-linear-gradient(right, rgba(0,53,134,0.5) 0%, rgba(0,53,134,1) 100%);
  background: -o-linear-gradient(right, rgba(0,53,134,0.5) 0%, rgba(0,53,134,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0,rgba(50, 131, 97, 1)), color-stop(1, rgba(204, 229, 180, 1)));
  background: -webkit-linear-gradient(right, rgba(0,53,134,0.5) 0%, rgba(0,53,134,1) 100%);
  font-size: 20px;
  line-height: 1;
}
.btn_time{
  position: absolute;
  right: -10px;
  top: -7px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #003586;
  z-index: 1;
  cursor: pointer;

}
.btn_time > span{
  position: absolute;
  left: 50%;
  margin-left: -23px;
  top: -50px;
  z-index: 2;
  transition: all .5s ease;
  width: 80px;
}
.time_line_box > div:nth-child(odd) .btn_time > span{
  bottom: -50px;
  top:auto;
}
.btn_time::after{
  content: '';
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 36px;
  height: 36px;
  background-color: rgba(0,53,134,.15);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  animation:dot1 2s infinite ease;
  -webkit-animation:dot1 2s infinite ease; /* Safari 和 Chrome */}
@keyframes dot1 {
  0%{
    width: 20px;
    height: 20px;
  }
  50%{
    width: 36px;
    height: 36px;
  }
  100%{
    width: 20px;
    height: 20px;
  }

}
.btn_time:hover::after{
  display: block;
}
.time_line_box > div.bodes{
  pointer-events: none;
  background: -ms-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -moz-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -o-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0,rgba(145, 147, 149, 1)), color-stop(1, rgba(220, 224, 225, 1)));
  background: -webkit-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
}
.bodes .btn_time{
  background-color: #959798;
}
.bodes .btn_time span{
  color: #979ba0;
}
/*波浪背景*/
.wave_box{
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.wave {
  overflow: hidden;
  position: absolute;
  top: 129%;
  width: 140%;
  transform: translateY(-50%);
  color: #fff;
  margin-left: -20%;
  animation: 3s ease-in-out infinite alternate waveAnimateA;
}
@keyframes waveAnimateA {
  0% {
    transform: translate(-80px,-52%);
  }

  100% {
    transform: translate(80px,-50%);
  }
}
.wave svg {
  fill: rgba(233,239,242,1);
  width: 102%;
  margin-left: -1%;
  height: auto;
}
.st0{fill:#E9EFF2;opacity:0.5}
.st1{opacity:0.5;fill:#E9EFF2;}
.st3{
  fill-rule:evenodd;clip-rule:evenodd;
  fill: #003586!important;
}

.titie_box_bg{
  width: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -65px 0 0 -65px;
  z-index: 1;
  transform: scale(0);
  transition: all .5s ease;
}
.titie_box_bg svg{
  width: 100%;
  position: relative;
  z-index: 1;
}
.titie_box_bg #title_bg_down{
  opacity: .3;
  transform: rotate(37deg) scale(1.02);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}

.time_line_box .on .btn_time > span{
  font-size: 40px;
  color: #fff;
  top: 50% !important;
  transform: translate(-50%,-50%);
  bottom: auto !important;
  margin-left: 0;
  width: 100px;
}
.time_line_box .on .btn_time .titie_box_bg{
  transform: scale(1);
}
.time_line_box .on .btn_time .titie_box_bg > #title_bg_down{
  animation: alpha 2.25s linear infinite forwards;

}
@keyframes alpha {
  0% {
    transform: rotate(0);
  }
  25% {
  }
  50% {
    border-radius: 50%;
  }
  75% {
  }
  100% {
    transform: rotate(360deg);
  }
}




.page_case {
  text-align: center;
  float: none;
  margin: -1px -5px 0;
}
.page_case a,
.page_case span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.page_case a:hover {
  background: #a3242a none repeat scroll 0 0;
  color: #fff;
}




.seo_title{
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

#seo_about ._box{
  margin: -15px;
}

#seo_about ._left,
#seo_about ._right{
  padding: 15px;
}

#honor_list ul{
  margin: -15px;
}

#honor_list ul li{
  padding: 15px;
}

#news_list ul{
  margin: -15px;
}

#news_list ul li{
  padding: 15px;
}

#news_list ._time span{
  display: inline-block;
  padding: 5px;
}

#news_list ._time span._cate{
  color: #FFFFFF;
  background-color: #000000;
}

#news_list ._time span._date{
  background-color: #CCCCCC;
}

#news_list ._table{
  padding: 20px;
  border: 2px solid #CCCCCC;
}