﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark {
  margin: 0;
  padding: 0px;
  border: 0;
  outline: none;
}
header, nav, footer, menu {
  display: block;
}
dt {
  font-weight: 300;
}
img {
  border: none;
  max-width: 100%;
}
li {
  list-style-type: none;
}
a {
  color: #2a363f;
  outline-style: none;
  text-decoration: none;
  cursor: pointer;
}
a, a:hover, a:focus {
  text-decoration: none;
  color: #2a363f;
  outline-offset: 0;
  outline: 0;
}
.form-control:focus, .form-control {
  box-shadow: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0;
}
body {
	font-family:"微软雅黑";
  font-size: 0.4rem;
  color: #2f3740;
  position: relative;
  background-color: #fff;
  letter-spacing: 0.5px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
.clear {
  clear: both;
}
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  flex-flow: row wrap;
}
.display-flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: center;
}
.display-flex-top {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.display-flex-bottom {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.display-flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
}
.relative_9 {
  position: relative;
  z-index: 9;
}
.bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg_f4f4f4 {
  background-color: #f4f4f4;
}
.bg_f5f5f5 {
  background-color: #f5f5f5;
}
.h1, h1 {
    font-size: 0.9rem;
}
.h2, h2 {
    font-size: 0.75rem;
}
.h3, h3 {
    font-size: 0.55rem;
}
.h4, h4 {
    font-size: 0.45rem;
}
.h5, h5 {
    font-size: 0.35rem;
}
.container {
  position: relative;
}
.container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
/*******头部********/
header {
  position:fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.14);
  background-color: #ffffff;
}
header .logo {
  width:100px;
  padding: 0.5625rem 0;
}
header .logo a {
  display: block;
}
header .header-nav {
  position: relative;
  float: left;
}
header .header-nav li.header__navItem {
  float: left;
  position: relative;
  margin-right:70px;
  font-family:"微软雅黑";
}
header .header-nav li.header__navItem:last-child {
  margin-right: 0;
}
header .header-nav li.header__navItem a.header__navAnchor {
  display: block;
  font-size:16px;
  color: #333333;
  position: relative;
  padding: 0.65rem 0;
  overflow: hidden;
}
header .header-nav li.header__navItem_nav a.header__navAnchor::before {
  content: '';
  background: url(../images/icon13.png) center no-repeat;
  background-size: 0.4rem 0.2rem;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.4rem;
  height: 0.2rem;
  margin-top: -0.1rem;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
header .header-nav li.header__navItem_nav a.header__navAnchor:hover::before {
  -webkit-transform: rotateX(180deg);
     -moz-transform: rotateX(180deg);
      -ms-transform: rotateX(180deg);
       -o-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
header .header-nav li.header__navItem a.header__navAnchor::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0.375rem;
  width: 0;
  height: 0.1rem;
  background-color: #00a0dd;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
header .header-nav li.header__navItem.act a.header__navAnchor::after, 
header .header-nav li.header__navItem:hover a.header__navAnchor::after {
  width: 100%;
  left: 0;
}
header .header-nav li.header__navItem:hover .meundown {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.meundown {
    background: #fff;
    position: absolute;
    width: 188px;
    left: 50%;
    margin-left: -94px;
    top: 120%;
    opacity: 0;
    transition: 430ms;
    visibility: hidden;
    z-index: 99;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.meundown div {
    position: relative;
}
.meundown div:before {
    content: "";
    width: 0;
    height: 100%;
    background: #00aeee;
    position: absolute;
    left: 50%;
    top: 0;
    transition: 320ms;
    opacity: 0;
}
.meundown div:hover:before {
    width: 100%;
    opacity: 1;
    left: 0;
}
.meundown div:hover a {
    color: #fff;
}
.meundown div a {
    display: block;
    text-align: center;
    color: #606060;
    font-size:14px;
    position: relative;
    transition: 320ms;
    padding: 0.4rem 0.15rem;
}
.meundown div {
    border-top: 1px solid #f0f0f0;
}
.header-buttons {
  float: right;
}
.header-buttons .JP-overlayNavButton {
  position: relative;
}
.header-buttons .JP-overlayNavButton a {
  width: 40px;
  height: 40px;
  background-color: #d0d3d5;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  display: block;
  margin-left: 0.35rem;
}
.header-buttons .JP-overlayNavButton a {
  display: block;
  margin-left: 15px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-image: url(../images/icn-humberger.png);
}
.header-buttons .JP-overlayNavButton.is-show a {
  background-position: center -40px;
}
.header-buttons .JP-overlayNavButton.is-show {
  position: fixed;
  z-index: 99;
  top: 0.35rem;
  right: 15px;
}


/*********尾部************/
footer {
  background-color: #111;
  color: #ffffff;
  position: relative;
}
footer.color_f2f5f8 {}
footer .footer-container {
  padding: 1.4rem 0;
}
footer .footer-nav {
  width: 85%;
  float: left;
}
footer .footer-nav dl>dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
footer .footer-nav dl>dt>a {
  font-size:16px;
  color: #fff;
}
footer .footer-nav dl>dd {
  margin-bottom: 0.2rem;
  font-size:14px;
}
footer .footer-nav dl>dd>a {
  color: #999;
  margin-bottom: 0.15rem;
}
footer .footer-nav dl>dd>a:hover {
    color: rgba(255, 255, 255, 0.7);
}

footer .footer-links {
  float: right;
}

.r_f{float:right;width:auto}
.f_ewm,.f_tel{float:left}
.f_tel{text-align:right;margin-right:25px}
.f_tel b,.f_tel p,.f_tel span{display:block;color:rgba(255,255,255,.5)}
.f_tel p{line-height:40px;color:#999;font-size:16px}
.f_tel b{font-size:30px;line-height:1.2;color:#fff}
.f_ewm p{font-size:14px; text-align:center; margin-top:5px;color: #999;}

footer .footer_copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding:15px 0 ;
  font-size:14px;
  color: #999;
}
footer .footer_copyright a {
  color: #999;
}
footer .footer_copyright .copyright {
    width:100%;
}
footer .footer_copyright .footer_partner a {
    float: left;
    position: relative;
}
footer .footer_copyright .footer_partner a+a {
    padding-left: 0.4rem;
    margin-left: 0.4rem;
}
footer .footer_copyright .footer_partner a+a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 0.65rem;
    margin-top: -0.325rem;
    background-color: rgba(255, 255, 255, 0.25);
}
/*****主体开始*******/
#banner {
  position: relative; margin-top:91px;
}
#banner .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: calc(100vh - 2.2rem);
}
#banner .swiper-pagination,
.environment_swiper .swiper-pagination {
  bottom: 1.25rem;
}
#banner .swiper-pagination-bullet,
.environment_swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  width: 0.4rem;
  height: 0.4rem;
  border: 0.075rem solid rgba(255, 255, 255, 1.0);
  opacity: 1;
  margin: 0 1.875rem;
  position: relative;
}
#banner .swiper-pagination-bullet+.swiper-pagination-bullet::before,
.environment_swiper .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.3rem;
  width: 3.75rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
}
#banner .swiper-pagination-bullet-active,
.environment_swiper .swiper-pagination {
  border-color: rgba(255, 255, 255, 1.0);
}
#banner .swiper-pagination-bullet-active::after,
.environment_swiper .swiper-pagination .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.0rem;
  height: 1.0rem;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100%;
}
.banner-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner-text .banner-text-box {
  text-align: center;
  font-family:"微软雅黑";
}
.banner-text .banner-text-box .title {
  font-size: 1.50rem;
  padding-bottom: 0.5rem;
  letter-spacing: 10px;
}
.banner-text .banner-text-box p {
  font-size: 0.65rem;
  text-transform: uppercase;
}
/**/
.more a {
  display: block;
  width: 5.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  color: #262534;
  border-radius: 0.2rem;
  text-align: center;
  font-size: 0.5rem;
  background: linear-gradient(to right, rgba(5, 226, 150, 0.9) 33%, rgba(5, 226, 150, 1.0) 67%);
  background-size: 300% 100%;
  background-position: right bottom;
  transition: all .3s ease-out;
  position: relative;
  text-transform: capitalize;
}
.more a:hover {
  background-position: left bottom;
}
.h-title {
  font-size: 0.95rem;
  text-align: center;
  padding-bottom: 1.25rem;
  font-family:"微软雅黑";
}
/**/
.home_head {}
.home_head .home_head_box {
  margin-left: -6px;
  margin-right: -6px;
}
.home_head .home_head_box .col-xs-6 {
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 12px;
}
.home_head .home_head_box .img,
.home_about .img {
  position: relative;
}
.home_head .home_head_box .img::after,
.home_about .img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.home_head .home_head_box .title,
.home_about .title {
  font-size: 0.95rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  font-family:"微软雅黑";
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home_head .home_head_box .title a,
.home_about .title a {
  color: #fff;
  font-family:"微软雅黑";
}
.home_head .home_head_box .title a:hover,
.home_about .title a:hover {
  text-decoration: underline;
}

.home_about {
  position: relative;
  padding-bottom: 12px;
}
.home_about .title {
  font-size: 1.45rem;
}
/**/

.jx_title{width:100%;height:auto;text-align:center;font-size:36px;color:#1A59A6;line-height:1.7;margin-bottom:15px}
.jx_des{width:100%;height:auto;text-align:center;font-size:16px;opacity:.7;line-height:1.7;margin-bottom:50px}
.jx_list{width:100%;height:auto;position:relative}
.jx_list ul{margin-bottom:50px;width:100%;height:auto;display:flex;justify-content:space-between}
.jx_list ul li{width:200px;height:auto}
.jx_list ul li .icon{width:190px;height:190px;border:5px solid #e5e5e5;background:#fff;border-radius:50%;overflow:hidden}
.jx_list ul li .icon img{width:100%}
.jx_list ul li .title{text-align:center;font-size:18px;line-height:1.4;margin:15px 0 5px}
.jx_list ul li .des{text-align:center;font-size:14px;line-height:1.4;opacity:.7}
.jx_txt{width:100%;height:auto;text-align:center;font-size:24px;color:#1A59A6}

.load_more{width:40px;height:40px;background:#1A59A6;color:#fff;margin:25px auto 0;line-height:34px;text-align:center;display:block;border-radius:50px;font-size:20px}
.load_more span{width:8px;height:8px;display:inline-block;border-radius:50%;background:#fff}

/**/
.home_business {
  padding: 2.0rem 0;
}
/**/
.home_contact {
  padding: 1.0rem 0;
}
.intro_box{width:50%;color:#fff}
.intro_box .ab_con{margin:25px 0 50px}
.sub_title{font-family:"微软雅黑";font-size:50px;line-height:1;margin-bottom:25px;text-transform:uppercase}
.ab_cons{width:100%;height:auto;position:relative;line-height:2}
.ab_cons b{display:block;font-size:16px;margin-top:15px}

/*内页*/
.w_banner {
  position: relative; margin-top:90px;
}
.w_banner .img {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.w_banner .text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.w_banner .text .title {
  position: relative;
  font-size: 1.2rem;
  color: #fff;
  text-align: left;
  letter-spacing: 5px;
  font-family:"微软雅黑";
}
.w_title {
  font-size: 0.95rem;
  padding-bottom: 1.0rem;
  text-align: center;
  font-family:"微软雅黑";
}
/**/
.pagination {
  margin: 0;
}
.pagination li a, 
.pagination li span {
  margin: 0 0.125rem;
  background-color: #f5f5f5;
  color: #333333;
  border: none;
  padding: 0;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.4rem;
  border-radius: 100%;
}
.pagination li.active a, 
.pagination li.active span {
  color: #ffffff;
  background-color: #00a0df;
}
.pagination>li:first-child>a, 
.pagination>li:first-child>span,
.pagination>li:last-child>a, 
.pagination>li:last-child>span {
  padding: 0;
  border-radius: 100%;
  width: 1.25rem;
  color: #333333;
  background-color: #f5f5f5;
}
.pagination>li.on:first-child>a, 
.pagination>li.on:first-child>span,
.pagination>li.on:last-child>a, 
.pagination>li.on:last-child>span {
  color: #ffffff;
  background-color: #00a0df;
}

/**/
.news {
  padding: 2.0rem 0 2.25rem;
}
.news_list {}
.news_list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.news_list li {
  margin-bottom: 30px;
}
.news_list li .img {
  overflow: hidden;
  height: 5.60rem;
  background: #f5f5f5;
  border-radius: 8px 8px 0 0;
}
.news_list li .img img {
  width: 100%;
  display: block;
  -webkit-transition: all .35s;
     -moz-transition: all .35s;
      -ms-transition: all .35s;
       -o-transition: all .35s;
          transition: all .35s;
}
.news_list li .img img:hover {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.news_list li .text {
  border-radius: 0 0 8px 8px;
  background-color: #f5f5f5;
  padding: 0.75rem 0.875rem;
  height: 4.5rem;
  position: relative;
}
.news_list li .text .time {
  color: #2a363f;
  font-size: 0.425rem;
  position: absolute;
  bottom: 0.75rem;
  left: 0.875rem;
}
.news_list li .text .title {
  font-size: 0.45rem;
  padding-bottom: 0.15rem;
  line-height: 1.6;
  font-family:"微软雅黑";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_list li .text .title a {
  color: #2a363f;
}
.news_list li .text .title a:hover {
  color: #00aeee;
}


/**/
.news_details {
  padding: 2.25rem 0;
}
.news_details .title {
  font-size: 0.85rem;
  text-align: center;
  font-family:"微软雅黑";
}
.news_details .time {
  font-size: 0.5rem;
  padding: 0.30rem 0 0.9rem;
  text-align: center;
  border-bottom: 1px solid #d4d7d9;
  margin-bottom: 0.9rem;
}
.news_details .news_share {
  position: fixed;
  top: 50%;
  right: 2%;
  z-index: 10;
}
.news_details .news_share .addthis_toolbox a {
  width: 1.2rem !important;
  height: 1.2rem !important;
  padding: 0;
  margin: 0.175rem 0;
  display: block;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.2rem;
  background-color: rgba(42, 54, 63, 0.2);
}
.news_details .news_share .addthis_toolbox a.bshare-sinaminiblog {
    background-image: url(../images/icon09.png);
}
.news_details .news_share .addthis_toolbox a.bshare-qqim {
    background-image: url(../images/icon10.png);
}
.news_details .news_share .addthis_toolbox a.bshare-weixin {
    background-image: url(../images/icon07.png);
}
.news_details .news_share .addthis_toolbox a.bshare-linkedin {
  background-image: url(../images/icon08.png);
}
.news_details .news_share .addthis_toolbox a.bshare-weixin:hover {
  background-color: #3dbe5b;
  opacity: 1;
}
.news_details .news_share .addthis_toolbox a.bshare-linkedin:hover {
  background-color: #21b3f7;
  opacity: 1;
}
.news_details .news_share .addthis_toolbox a.bshare-qqim:hover {
  background-color: #f8c514;
  opacity: 1;
}
.news_details .news_share .addthis_toolbox a.bshare-sinaminiblog:hover {
  background-color: #ff5757;
  opacity: 1;
}
.bsBox {
  box-sizing: content-box;
}
/**/
.news_details .con {
  font-size: 0.45rem;
  line-height: 1.8;
}
.news_details .news_page {
  margin-top: 1.0rem;
  border-top: 1px solid #d4d7d9;
  position: relative;
  padding: 1.25rem 0;
}
.news_details .news_page li {
  width: 32%;
}
.news_details .news_page li a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: 0.45rem;
  text-align: left;
  padding-left: 1.25rem;
  background: url(../images/icon05.jpg) no-repeat left center;
  background-size: 0.7rem 0.55rem;
  font-family:"微软雅黑";
}
.news_details .news_page li a:hover {
  color: #00aeee;
  background: url(../images/icon05_.jpg) no-repeat left center;
  background-size: 0.7rem 0.55rem;
}
.news_details .news_page li.pull-right a {
  text-align: right;
  padding-left: 0;
  padding-right: 1.25rem;
  background: url(../images/icon06.jpg) no-repeat right center;
  background-size: 0.7rem 0.55rem;
}
.news_details .news_page li.pull-right a:hover {
  text-align: right;
  background: url(../images/icon06_.jpg) no-repeat right center;
  background-size: 0.7rem 0.55rem;
}
.news_details .news_page .news_page_list {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.875rem;
  height: 1.875rem;
  margin-left: -0.9375rem;
  margin-top: -0.9375rem;
}
.news_details .news_page .news_page_list a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  background: url(../images/icon11.png) no-repeat center;
  background-size: 0.62rem;
}
.news_details .news_page .news_page_list::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #00aeee;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .25s;
     -moz-transition: all .25s;
      -ms-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
}
.news_details .news_page .news_page_list:hover::after {
  -webkit-transform: scale(1.10);
     -moz-transform: scale(1.10);
      -ms-transform: scale(1.10);
       -o-transform: scale(1.10);
          transform: scale(1.10);
}
/**/
.investor {
  padding: 1.75rem 0 2.5rem;
  min-height: 12.5rem;
}
.investor_list {
  padding-left: 176px;
  padding-bottom: 0.75rem;
  position: relative;
}
.investor_list_year {
  position: absolute;
  top: 0;
  left: 0;
  width: 176px;
}
.investor_list_year>div {
  height: 1.75rem;
  line-height: 1.75rem;
  position: relative;
}
.investor_list_year>div::after {
  content: '';
  left: 0.125rem;
  position: absolute;
  top: 50%;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}
.investor_list_year>div:last-child::after {
  display: none;
}
.investor_list_year>div>a {
  position: relative;
  z-index: 10;
  padding-left: 0.9rem;
  font-size: 0.5rem;
  font-family:"微软雅黑";
  -webkit-transition: all .30s;
     -moz-transition: all .30s;
      -ms-transition: all .30s;
       -o-transition: all .30s;
          transition: all .30s;
}
.investor_list_year>div>a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.275rem;
  height: 0.275rem;
  margin-top: -0.125rem;
  background-color: #e0e0e0;
  border-radius: 100%;
  -webkit-transition: all .30s;
     -moz-transition: all .30s;
      -ms-transition: all .30s;
       -o-transition: all .30s;
          transition: all .30s;
}
.investor_list_year>div>a:hover,
.investor_list_year>div.active>a {
  color: #00a0df;
  font-size: 0.75rem;
}
.investor_list_year>div>a:hover::after,
.investor_list_year>div.active>a::after {
  background-color: #00a0df;
}

.investor_list li {
  border-bottom: 1px solid #e9ebeb;
  padding: 0.55rem 0 0.65rem;
}
.investor_list li .text {
  display: block;
  position: relative;
  background-image: url(../images/icon21.png);
  background-position: right 0.25rem center;
  background-size: 1.25rem;
  background-repeat: no-repeat;
}
.investor_list li .title {
  font-size: 0.5rem;
  color: #2a363f;
  margin-bottom: 0.2rem;
  font-family:"微软雅黑";
}
.investor_list li .time {
  position: relative;
  font-size: 0.45rem;
  color: #666666;
}
.investor_list li .text:hover {
  background-image: url(../images/icon21_.png);
}
.investor_list li .text:hover .title {
  color: #00a0df;
}

.investor_footer {
  margin-bottom: 12px;
}
.investor_footer .row {
  margin-left: -6px;
  margin-right: -6px;
}
.investor_footer .col-md-6 {
  padding-left: 6px;
  padding-right: 6px;
}
.investor_footer .col-md-6 a {
  display: block;
  position: relative;
}
.investor_footer .col-md-6 a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0, 174, 283, 0.8);
  -webkit-transition: width .30s ease-in-out;
     -moz-transition: width .30s ease-in-out;
      -ms-transition: width .30s ease-in-out;
       -o-transition: width .30s ease-in-out;
          transition: width .30s ease-in-out;
}
.investor_footer .col-md-6 .text {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  z-index: 10;
  font-size: 0.55rem;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.investor_footer .col-md-6 .text .title {
  font-size: 1.375rem;
  white-space: nowrap;
  font-family:"微软雅黑";
}
.investor_footer .col-md-6 a:hover::after {
  width: 100%;
}

.investor_iframe iframe {
  display: block;
  width: 100%;
  height: 100vh;
}
/**/
.recruit {
  padding: 2.5rem 0;
}
.recruit_box {}
.recruit_box .img {
  width: 100%;
}
.recruit_box .text {
  font-size: 0.45rem;
  color: #2a363f;
  background-color: #f7f7f7;
  padding: 0.85rem 1.15rem;
  line-height: 1.8;
  height: 7.0rem;
}
.recruit_box .text .title {
  font-size: 0.65rem;
  padding-bottom: 0.3rem;
  font-family:"微软雅黑";
}
.recruit_box {

}
/**/
.w_about_nav {
  position: relative;
  height: 1.85rem;
}
.w_about_nav .w_about_nav_box {
  background-color: #ffffff;
  border-bottom: 1px solid #d4d7d9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.w_about_nav ul li {
  position: relative;
  margin: 0 1px;
}
.w_about_nav ul li a {
  font-size: 0.45rem;
  display: block;
  height: 1.85rem;
  line-height: 1.85rem;
  text-align: center;
  width: 6.4rem;
  position: relative;
  font-family:"微软雅黑";
}
.w_about_nav ul li a span {
  position: relative;
  z-index: 1;
}
.w_about_nav ul li::after {
  content: '';
  background-color: #d4d7d9;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 0.55rem;
  margin-top: -0.275rem;
}
.w_about_nav ul li:last-child::before {
  content: '';
  background-color: #d4d7d9;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 0.55rem;
  margin-top: -0.275rem;
}
.w_about_nav ul li a::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: #00a0dd;
  -webkit-transition: all .30s;
     -moz-transition: all .30s;
      -ms-transition: all .30s;
       -o-transition: all .30s;
          transition: all .30s;
}
.w_about_nav ul li a:hover::before,
.w_about_nav ul li.active a::before {
  left: 0;
  width: 100%;
}
.w_about_nav.w_about_nav_active .w_about_nav_box {
  position: fixed;
  z-index: 100;
}
.about_head {
  padding: 60px 0 0; margin-bottom:150px;
}
.about_head .text p{line-height:40px;
}
.about_head .text,
.patent .text {
  font-size: 0.45rem;
  line-height: 1.7;
}
.about_head .text .title {
  font-size: 0.75rem;
  margin-top: 0.25rem;
  border-top: 0.1rem solid #003e5a;
}
.about_head .text .title span {
  padding: 1.0rem 2.5rem;
  position: relative;
  display: inline-block;
}
.about_head .text .title span::after {
  content: '';
  position: absolute;
  top: 1.0rem;
  left: 0;
  width: 1.55rem;
  height: 1.25rem;
  background-image: url(../images/icon15.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.55rem 1.25rem;
}
.about_head .text .title span::before {
  content: '';
  position: absolute;
  bottom: 0.8rem;
  right: 0;
  width: 1.55rem;
  height: 1.25rem;
  background-image: url(../images/icon16.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.55rem 1.25rem;
}
.patent .text p {
  padding-bottom: 0.5rem;
}
.about_head .text hr {
  margin: 0.5rem 0 1.0rem;
  border-top: 1px solid #d4d7d9;
}
.about_list {}
.about_list .row {
  margin-left: -6px;
  margin-right: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.about_list .row li {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
}
.patent {
  padding: 2.5rem 0;
}
.patent_list {
  padding-bottom: 0.75rem;
}
.patent_list li {
  font-size: 0.55rem;
  color: #19598c;
  margin-bottom: 0.5rem;
}
.patent_list li .box {
  border-bottom: 0.1rem solid #19598c;
  padding-bottom: 0.65rem;
  font-family:"微软雅黑";
}
.patent_list li .title {
  font-size: 1.05rem;
  color: #00aeee;
  padding-bottom: 0.15rem;
}
/**/
.history {
  padding-top: 2.0rem;
}
.history_border {
  border-bottom: 1px solid #d4d7d9;
  padding: 0 0.45rem;
  width: 18.9rem;
  margin: 0 auto;
}
.history_border>li {
  width: 1px;
  height: 12px;
  background-color: #d4d7d9;
}
.history_border>li.active {
  background-color: #00aeee;
}
.history_border>li.height_border {
  height: 30px;
}
.history_tab {
  width: 18.9rem;
  margin: 0 auto;
  padding: 0 0.875rem 2.0rem 1.1rem;
}
.history_tab li {
  font-size: 0.5rem;
  padding: 0.5rem 0;
  font-family:"微软雅黑";
}
.history_tab li:hover a,
.history_tab li.active a {
  color: #00aeee;
}
.history_img {
  position: relative;
}
.history_img .year {
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  position: absolute;
  font-family:"微软雅黑";
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.history_list {
  padding: 0.75rem 0;
}
.history_list>li {
  padding: 1.25rem 0;
  position: relative;
}
.history_list>li+li {
  border-top: 1px solid #d4d7d9;
}
.history_list>li .year {
  font-size: 0.95rem;
  color: #00aeee;
  line-height: 1;
  width: 16%;
  float: left;
  position: relative;
  font-family:"微软雅黑";
}
.history_list>li .text {
  float: right;
  width: 82%;
  font-size: 0.45rem;
}
.history_list>li .text p+p {
  margin-top: 0.4rem;
}
.history_list>li .text p {
  position: relative;
  padding-left: 1.8rem;
}
.history_list>li .text p>strong {
  text-align: right;
  width: 1.4rem;
  position: absolute;
  top: 0;
  left: 0;
  font-family:"微软雅黑";
  font-weight: 300;
}
/**/
.honor {
  padding: 2.0rem 0;
}
.honor_list {
  padding-bottom: 1.125rem;
}
.honor_list>li {
  margin-top: -1px;
}
.honor_list>li .box {
  border-bottom: 1px solid #d4d7d9;
  border-top: 1px solid #d4d7d9;
  position: relative;
  height: 75px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  flex-flow: row wrap;
}
.honor_list>li .box .title {
  font-size: 0.45rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.honor_list>li .box .time {
  float: left;
  margin-right: 0.5rem;
  max-width: 3.2rem;
  font-family:"微软雅黑";
}
.honor_list>li .box .text {
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width: 76%;
}
.honor_list>li .box::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height:2px;
  z-index: 10;
  background-color: #00b0ef;
  -webkit-transition: all .30s ease;
     -moz-transition: all .30s ease;
      -ms-transition: all .30s ease;
       -o-transition: all .30s ease;
          transition: all .30s ease;
}
.honor_list>li .box:hover::after {
  width: 100%;
}
/**/
.culture {
  padding: 2.25rem 0 2.75rem;
}
.culture_list>li {
  position: relative;
}
.culture_list>li+li {
  margin-top: 2.5rem;
}
.culture_list>li .img {
  width: 75%;
  float: right;
}
.culture_list>li .text {
  width: 11.25rem;
  position: absolute;
  left: 0;
  top: 2.25rem;
  background-color: #00a0dd;
  font-size: 0.85rem;
  height: 7.5rem;
  line-height: 1.4;
  padding: 0.75rem 1.0rem;
  color: #fff;
}
.culture_list>li .text .title {
  font-size: 0.65rem;
  padding-bottom: 0.2rem;
  font-family:"微软雅黑";
}
.culture_list>li:nth-child(2n) .img {
  float: left;
}
.culture_list>li:nth-child(2n) .text {
  left: inherit;
  right: 0;
  background-color: #00a0dd;
}
.culture_list>li:nth-child(3n) .text {
  background-color: #00a0dd;
}
/**/
.contact {}
.contact .img {
  position: relative;
}
.contact .contact_text {
  font-size: 0.45rem;
  padding: 2.25rem 0 2.5rem;
}
.contact .contact_text .title {
  font-size: 0.75rem;
  padding-bottom: 0.35rem;
  text-align: center;
  font-family:"微软雅黑";
}
.contact .contact_text p {
  line-height: 2;
}
.contact .contact_text .con {
  margin-top: 0.75rem;
  border-top: 0.1rem solid #00a0dd;
  border-bottom: 1px solid #d4d7d9;
  padding: 0.9rem 0;
  position: relative;
}
.contact .contact_text .con::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 4.75rem;
  height: calc(100% - 1.80rem);
  width: 1px;
  background-color: #d4d7d9;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact .contact_text .con .text {}
.contact .contact_text .con .text>div {
  margin: 0.25rem 0;
  position: relative;
  padding-left: 2.75rem;
}
.contact .contact_text .con .text>div>span {
  display: block;
  width: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  font-family:"微软雅黑";
}
.contact .contact_text .con .map {
  width: 4.75rem;
  text-align: center;
}
.contact .contact_text .con .map a {
  display: block;
  width: 1.2rem;
  margin: 0 auto 0.4rem;
}
/**/
.product_accordion>li {
  margin-bottom: 0.3rem;
}
.product_accordion>li .product_accordion_button {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/product_bg01.png);
  background-size: cover;
  height: 4.25rem;
  line-height: 4.25rem;
  font-size: 0.9rem;
  color: #fff;
  cursor: pointer;
  display: block;
}
.product_accordion>li .product_accordion_button .title {
  position: relative;
  font-family:"微软雅黑";
}
.product_accordion>li .product_accordion_button .title .icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.65rem;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 100%;
  border: 0.075rem solid #fff;
  overflow: hidden;
}
.product_accordion>li .product_accordion_button .title .icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.025rem;
  margin-left: -0.275rem;
  width: 0.55rem;
  height: 0.05rem;
  background-color: #ffffff;
}
.product_accordion>li .product_accordion_button.active .title .icon::before {
  top: 150%;
}
.product_accordion>li .product_accordion_button .title .icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.025rem;
  margin-top: -0.275rem;
  height: 0.55rem;
  width: 0.05rem;
  background-color: #ffffff;
  -webkit-transition: all 360ms;
     -moz-transition: all 360ms;
      -ms-transition: all 360ms;
       -o-transition: all 360ms;
          transition: all 360ms;
}
.product_accordion>li .con {
  font-size: 0.45rem;
  display: none;
}
.product_accordion1>li .con {
  font-size: 0.45rem;
  display:block;
}
.product_accordion>li .con .product_swiper_li_bor {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.75rem 0;
}
.product_accordion>li .con .p_img {
  float: right;
  width: 31.25%;
  text-align: center;
}
.product_accordion>li .con .p_text {
  float: left;
  line-height: 1.8;
  font-size: 0.45rem;
  color: #2a363f;
  padding: 1.0rem 0;
  width: 50%;
}
.product_accordion>li .con .p_text .p_title {
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
  font-family:"微软雅黑";
}
.product_accordion>li .con .p_text .p_more {
  margin-top: 0.75rem;
}
.product_accordion>li .con .p_text .p_more a {
  display: block;
  border-radius: 28px;
  border: 2px solid #00aeee;
  color: #00aeee;
  text-align: center;
  width: 4.5rem;
  padding: 0.25rem 0;
}
.product_accordion>li .con .p_text .p_more a:hover {
  background-color: #00aeee;
  color: #fff;
}

/**/
.product_details_model,
.product_details_function {
  padding: 0.75rem 0 1.75rem;
}
.product_details_model .con,
.product_details_function .con {
  width: 57%;
  font-size: 0.45rem;
  line-height: 1.7;
}
.product_details_model .con .title,
.product_details_function .con .title {
  font-size: 1.0rem;
  color: #00aeee;
  padding-bottom: 0.75rem;
  font-family:"微软雅黑";
}
.product_details_model .img,
.product_details_function .img {
  width: 39%;
  text-align: center;
}
.product_details_model {
  border-bottom: 1px solid #d4d7d9;
}
.product_details_model .con .text {
  line-height: 2.5;
}
.product_details_model .text ul {
  margin-top: 0.75rem;
  display: table;
  width: 100%;
}
.product_details_model .text ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.50rem;
  border-left: 1px solid #d4d7d9;
}
.product_details_model .text ul li:nth-child(1) {
  border-left: none;
  padding: 0 0.50rem 0 0;
}
.product_details_model .text ul li strong {
  font-size: 0.5rem;
}

.product_details_function ul li {
  position: relative;
  padding-left: 2.15rem;
}
.product_details_function ul li+li {
  margin-top: 0.75rem;
}
.product_details_function ul li .icon {
  width: 1.55rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.775rem;
}
/**/
#environment {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100%;
  background-color: #ffffff;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  height: calc(100vh - 2.2rem);
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
}
body.active {
  overflow: hidden;
}
body.active #environment {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.environment_close {
  position: absolute;
  top: 1.25rem;
  right: 2.5rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 100%;
  background-color: #00aeee;
  z-index: 10;
  cursor: pointer;
}
.environment_close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.9rem;
  height: 0.05rem;
  margin-top: -0.025rem;
  margin-left: -0.45rem;
  background-color: #ffffff;
  -webkit-transition: all .30s;
     -moz-transition: all .30s;
      -ms-transition: all .30s;
       -o-transition: all .30s;
          transition: all .30s;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.environment_close::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.9rem;
  height: 0.05rem;
  margin-top: -0.025rem;
  margin-left: -0.45rem;
  background-color: #ffffff;
  -webkit-transition: all .30s;
     -moz-transition: all .30s;
      -ms-transition: all .30s;
       -o-transition: all .30s;
          transition: all .30s;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.environment_close:hover::after {
  -webkit-transform: rotate(65deg);
     -moz-transform: rotate(65deg);
      -ms-transform: rotate(65deg);
       -o-transform: rotate(65deg);
          transform: rotate(65deg);
}
.environment_close:hover::before {
  -webkit-transform: rotate(-65deg);
     -moz-transform: rotate(-65deg);
      -ms-transform: rotate(-65deg);
       -o-transform: rotate(-65deg);
          transform: rotate(-65deg);
}
.environment_swiper {
  width: 100%;
  height: 100%;
}
.environment_swiper li {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.environment_swiper .environment-text {
  position: absolute;
  bottom: 5.0rem;
  left: 2.5rem;
  width: 100%;
}
.environment_swiper .environment-text .environment-text-box {
  background-color: rgba(0, 174, 238, 0.7);
  max-width: 13.0rem;
  width: 100%;
  padding: 1.25rem 1.5rem;
  font-size: 0.55rem;
  color: #fff;
}
.environment_swiper .environment-text .environment-text-box .title {
  font-size: 1.475rem;
  padding-bottom: 0.25rem;
  font-family:"微软雅黑";
}
.environment_swiper .environment-text .environment-text-box p {
  max-width: 7.5rem;
  padding-bottom: 0.9rem;
  position: relative;
}
.environment_swiper .environment-text .environment-text-box p::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: #ffffff;
  -webkit-transition: all .500s ease 1.6s;
     -moz-transition: all .500s ease 1.6s;
      -ms-transition: all .500s ease 1.6s;
       -o-transition: all .500s ease 1.6s;
          transition: all .500s ease 1.6s;
}
.environment_swiper .environment-text .environment-text-box p.animated::after {
  width: 100%;
}
/*员工活动*/
.staff .container-fluid {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.staff_title {
  text-align: center;
  font-size: 0.95rem;
  color: #2a363f;
  line-height: 1.5;
  padding-bottom: 0.65rem;
  font-family:"微软雅黑";
}
.staff_text {
    font-size: 0.45rem;
    text-align: center;
    color: #2a363f;
    line-height: 1.6;
    padding-bottom: 1.15rem;
}

.staff {
    padding-top: 2.25rem;
}
.staff .staff_list ul {
  margin-left: -0.15rem;
  margin-right: -0.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.staff .staff_list li {
  float: left;
  width: 25%;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  margin-bottom: 0.3rem;
}
.staff .staff_list li:nth-child(5n-4) {
  width: 50%;
}
.staff .staff_list li .img {
  position: relative;
  overflow: hidden;
}
.staff .staff_list li .img::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.staff .staff_list li .img .title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.65rem;
  color: #ffffff;
  padding: 0.45rem 0.75rem;
  font-style: italic;
  z-index: 1;
  font-family:"微软雅黑";
}
.staff .staff_list li .img img {
  -webkit-transition: all .35s;
     -moz-transition: all .35s;
      -ms-transition: all .35s;
       -o-transition: all .35s;
          transition: all .35s;
}
.staff .staff_list li .img:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.staff .news_pagination {
  display: none;
}
/**/
/*学习与发展*/
.learning {}
.learning .learning_box {
  background-color: #00a0df;
}
.learning .img {
  width: 50%;
}
.learning .text {
  width: 50%;
  font-size: 0.5rem;
  line-height: 1.8;
  position: relative;
  color: #ffffff;
  padding: 0.5rem 0.375rem 0.5rem 16%;
}
.learning .text .title {
  font-size: 0.95rem;
  position: relative;
  font-family:"微软雅黑";
  padding-bottom: 0.5rem;
}
.swiper_learning .swiper-pagination {
  bottom: 0.75rem;
}
.swiper_learning .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  opacity: 1;
  background-color: #ffffff;
}
.swiper_learning .swiper-pagination-bullet-active {
  background-color: #00a0df;
}

/**/
#iframeContainer iframe {
  display: block;
  width: 100%;
  height: 880px;
  overflow-y: auto;
}