.margin_b80 {
  margin-bottom: 80px;
}
.padd_t90 {
  padding-top: 90px;
}
@media only screen and (max-width: 1440px) {
  .padd_t90 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .padd_t90 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .padd_t90 {
    padding-top: 20px;
  }
}

.blank_50,
.blank_5,
.blank_35,
.blank_10,
.blank_30 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blank_5 {
  background: rgba(0, 0, 0, 0.05);
}
.blank_50 {
  background: rgba(0, 0, 0, 0.5);
}
.blank_35 {
  background: rgba(0, 0, 0, 0.35);
}
.blank_10 {
  background: rgba(0, 0, 0, 0.1);
}
.blank_30 {
  background: rgba(0, 0, 0, 0.3);
}
.index_more {
  padding-top: 30px;
}
.index_more a {
  display: inline-block;
  width: 34px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background: #006ebc;
  color: #fff;
  border-radius: 20px;
  font-weight: bold;
}
.index_more_w a {
  background: #fff;
  color: #006ebc;
}

.index_title {
  text-align: center;
  margin-bottom: 50px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
  background: #ccc;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #006ebc;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag:hover .mCSB_dragger_bar {
  background: #006ebc;
}

.edit_growing .mCSB_scrollTools .mCSB_draggerRail {
  width: 18px;
  background: #f2f2f2;
  border-radius: 20px;
}
.edit_growing .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 15px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #006ebc url(/images/);
}
.edit_growing .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.edit_growing
  .mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag:hover .mCSB_dragger_bar {
  background: #006ebc url(/images/);
}
.edit_growing .mCSB_inside > .mCSB_container {
  margin-right: 60px;
}

@media only screen and (max-width: 1440px) {
  .margin_b80 {
    margin-bottom: 50px;
  }
  .index_more {
    padding-top: 20px;
  }
  .edit_growing .mCSB_inside > .mCSB_container {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .margin_b80 {
    margin-bottom: 40px;
  }
  .edit_growing .mCSB_scrollTools .mCSB_draggerRail {
    width: 10px;
  }
  .edit_growing .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .margin_b80 {
    margin-bottom: 30px;
  }
}

.banner li img {
  width: 100%;
}
.banner {
  position: relative;
}

.banner_text {
  z-index: 3;
  color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 24%;
}
.banner_text h3 {
  margin-bottom: 20px;
}
.banner_text h3 span {
  display: inline-block;
  position: relative;
  padding-top: 50px;
}
.banner_text h3 em {
  display: block;
  font-size: 56px;
  line-height: 70px;
  max-height: 140px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.color_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: url(../image/banner_line.jpg) no-repeat;
  background-size: 100% 100%;
}
.banner_text p {
  line-height: 38px;
  max-height: 76px;
  font-size: 28px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.banner_p {
  width: 800px;
}

.banner li.ani-slide .banner_bg {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.banner_text {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transform: translateX(200px);
  -moz-transform: translateX(200px);
  -o-transform: translateX(200px);
  -ms-transform: translateX(200px);
  transform: translateX(200px);
}
.banner li.ani-slide .banner_text {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.banner .but {
  display: none;
}
.banner .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
}
.banner .swiper-pagination span {
  width: 150px;
  border-radius: 0;
  height: 30px;
  background: none;
  opacity: 1;
  margin: 0 4px;
}
.cicle_s {
  height: 3px;
  width: 100%;
  background: url(../image/banner_cicle.png) repeat;
  display: block;
  margin-top: 15px;
}
.cicle_s i {
  width: 0;
  height: 100%;
  display: block;
  background: #00a0e9;
}
.banner .swiper-pagination .swiper-pagination-bullet-active .cicle_s {
  background: rgba(255, 255, 255, 0.8);
}

.banner .swiper-pagination .swiper-pagination-bullet-active .cicle_s i {
  width: 100%;
  transition: all 5s;
  -webkit-transition: all 5s;
  -moz-transition: all 5s;
  -o-transition: all 5s;
  -ms-transition: all 5s;
}

@media only screen and (max-width: 1660px) {
  .banner_text h3 em {
 /*   font-size: 72px;
    line-height: 80px;
    max-height: 160px;*/
  }
  .banner_text p {
    font-size: 24px;
    line-height: 30px;
    max-height: 60px;
  }
}
@media only screen and (max-width: 1440px) {
  .banner_text h3 span {
    padding-top: 30px;
  }
  .banner_text h3 em {
    font-size: 50px;
    line-height: 60px;
    max-height: 120px;
  }
  .banner_text {
    top: 28%;
  }

  .banner .swiper-pagination span {
    width: 100px;
  }
  .banner .swiper-pagination {
    bottom: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .banner_text h3 em {
    font-size: 48px;
    line-height: 50px;
    max-height: 100px;
  }
  .banner_text p {
    font-size: 20px;
    line-height: 24px;
    max-height: 48px;
  }
}
@media only screen and (max-width: 1024px) {
  .color_line {
    height: 4px;
  }
  .banner_text h3 em {
    font-size: 30px;
    line-height: 40px;
    max-height: 80px;
  }
  .banner_text p {
    font-size: 16px;
  }
  .banner_text h3 span {
    padding-top: 10px;
  }
  .banner_p {
    width: 70%;
  }
  .banner .swiper-pagination span {
    width: 60px;
  }
  .banner .swiper-pagination {
    bottom: 10px;
  }

  .banner_text {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
}

@media only screen and (max-width: 767px) {
  .color_line {
    height: 2px;
  }
  .banner_text h3 em {
    font-size: 18px;
    line-height: 22px;
    max-height: 44px;
  }
  .banner_text h3 {
    margin-bottom: 0px;
  }
  .banner_text p {
    font-size: 12px;
    line-height: 16px;
    max-height: 32px;
  }
  .banner_text h3 span {
    padding-top: 10px;
  }
  .banner_text {
    top: 40%;
    margin-top: -40px;
  }
  .banner_p {
    width: 90%;
    margin-left: 5%;
  }
  .banner .swiper-pagination {
    bottom: 5px;
  }
  .banner .swiper-pagination span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
  }
  .cicle_s {
    display: none;
  }
  .banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #00a0e9;
  }
}

@media only screen and (max-width: 340px) {
  .header h1 {
    width: 250px;
  }
}

.index_01 {
  overflow: hidden;
  position: relative;
  background: #fcfcfc;
  margin-top: 100px;
}
.index_01 .left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../image/index_bg02.jpg) 0 bottom;
  background-size: cover;
 
}
.index_11 .left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  background-size: cover;
 
}

.index_01 .right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.index_01 .right a {
  display: block;
}
.index_01 .right a img {
  height: 100%;
}
.index_01 .right i {
  color: #fff;
  z-index: 2;
  font-size: 96px;
}
.index_01 .index_more {
  padding-top: 40px;
}
.index_intrbox {
  width: 42%;
  height: 100%;
  float: left;
  color: #84888d;
}
.index_intrboxx {
  width: 60%;
  height: 100%;
  float: left;
  color: #84888d;
}
.index_intrbox h1,
.index_bg01 {
  line-height: 130px;
  height: 130px;
  color: #fff;
}
.index_intrbox h1 {
  margin-bottom: 130px;
}
.index_bg01 {
  background: #106aab url(../image/index_bg01.jpg) no-repeat center center;
  background-size: cover;
}
.index_01 .wrap {
  position: relative;
  z-index: 2;
  height: 100%;
}
.edit_index {
  height: 62%;
  overflow: hidden;
}
.index_intr_box {
  height: calc(100% - 190px);
}
.index_intr_boxx {
    color: #fff;
}
.index_intr_box h2 {
  margin-bottom: 20px;
}
.index_intr_box p {
  /*color: #84888d;*/
  height: 60px;
    display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.index_intr_box .edit_index{height: auto;}

.video_appbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}
.video_appbox.show {
  visibility: visible;
  opacity: 1;
}

.video_appbox video {
  object-fit: cover;
  width: 100%;
}
.video_appbox .video_t {
  z-index: 2;
  background: #000;
  width: 1035px;
  max-width: 94%;
  height: 60%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 60%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
}
.video_appbox.show .video_t {
  visibility: visible;
  opacity: 1;
  top: 50%;
}
.video_appbox .mask {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.lt9 .video_appbox .mask {
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000");
}
.vide0_close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 99999;
}
.vide0_close i {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 1800px) {
  .index_01 .right i {
    font-size: 80px;
  }
  .index_intrbox h1 {
    margin-bottom: 80px;
  }

}

@media only screen and (max-width: 1440px) {
  .index_intrbox h1,
  .index_bg01 {
    height: 90px;
    line-height: 90px;
  }
  .index_01 .right i {
    font-size: 68px;
  }
  .edit_index {
    height: 60%;
  }
  .index_intr_box {
    height: calc(100% - 120px);
  }
  .index_intrbox {
    width: 46%;
  }
}
@media only screen and (max-width: 1366px) {
  .index_intr_box h2 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1280px) {
  .index_intrbox h1,
  .index_bg01 {
    height: 70px;
    line-height: 70px;
  }
  .index_intrbox h1 {
    margin-bottom: 60px;
  }

  .index_01 .right i {
    font-size: 68px;
  }
  .edit_index {
    height: 60%;
  }
  .index_intr_box {
    height: calc(100% - 90px);
  }
  .index_01 .index_more {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .index_01 .left,
  .index_01 .right {
    display: none;
  }
  .index_01 {
    height: auto !important;
  }
  .index_intrbox {
    width: 100%;
  }
  .index_01 .wrap {
    width: 100%;
    max-width: 100%;
  }
  .index_intrbox h1 {
    background: #106aab url(../image/index_bg01.jpg) no-repeat center center;
    background-size: cover;
    padding: 0 3%;
    margin: 0;
  }
  .index_intr_box {
    height: auto;
    padding: 40px 3%;
  }
  .index_01 .right {
    display: block;
    position: relative;
    width: 100%;
  }
  .index_01 .index_more {
    padding-top: 20px;
  }
  .index_01 .right i {
    font-size: 48px;
  }
}

.index_03 {
  padding-top: 110px;
}
.index_tab {
  position: relative;
  z-index: 4;
}
.index_tab li {
  float: left;
  width: 16.66%;
  box-sizing: border-box;
  text-align: center;
}

.index_tab li a {
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  -ms-transition: all 0s;
}
.index_tab li dl {
  border-left: 1px solid #c2c2c2;
  padding: 40px 0;
}
.index_tab li:first-child dl {
  border: 0;
}
.index_tab dt {
  width: 68px;
  height: 68px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 10px;
}
.index_tab dt img {
  width: 100%;
  height: 100%;
}
.hoverbg {
  position: absolute;
  top: -1%;
  left: -1%;
  width: 102%;
  height: 102%;
  background: #fff;
  border-top: 6px solid #006ebc;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  box-shadow: 0 16px 20px 0px rgba(0, 0, 0, 0.15);
}
.index_tab li.on {
  position: relative;
  z-index: 2;
}
.index_tab li.on .hoverbg {
  visibility: visible;
  opacity: 1;
}
.index_tab dd {
  line-height: 28px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index_tab li.on a {
}
.index_tab li.on dl {
  border-left: 1px solid transparent;
  position: relative;
  z-index: 2;
}
.index_tab li.on dt img.icon_01 {
  top: 100%;
  visibility: hidden;
  opacity: 0;
}
.index_tab li.on dt img.icon_02 {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.index_industry {
  margin-top: -15px;
  clear: both;
}
.index_industry ul {
  position: relative;
}

.index_industry .wrap {
  position: relative;
  z-index: 2;
  color: #fff;
  height: 100%;
}
.index_industry h3 {
  margin-bottom: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_industry li p {
  line-height: 26px;
  max-height: 78px;
  margin-bottom: 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.index_industry li {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  box-sizing: border-box;
}

.index_industry li.on {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.index_bussiness {
  padding-top: 9%;
  width: 66%;
}

/*xinwen*/
.index_02 {
  overflow: hidden;
}
.margin_t80 {
  margin-top: 80px;
}
.index_news .left,
.index_news .right {
  height: 100%;
}
.index_news .left {
  width: 41.5%;
  float: left;
  position: relative;
}
.index_news_01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 45px 40px;
  color: #fff;
}
.index_news_01 a {
  color: #fff;
}
.news_time {
  margin-bottom: 10px;
}
.index_news .right .news_time {
  color: #00a0e9;
}

.index_news .right {
  width: 56.4%;
  float: right;
}
.index_news .right ul {
  height: 100%;
  margin: 0 -15px;
  overflow: hidden;
}
.index_news .right dl {
  margin: 0 15px;
  position: relative;
  height: calc(100% - 15px);
}
.index_news .right dt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.index_news .right li {
  float: left;
  width: 50%;
  height: 50%;
}
.index_news .right dd {
  border: 1px solid #e2e2e2;
  padding: 35px 20px;
  height: 100%;
  box-sizing: border-box;
}
.index_news .right li:nth-child(3) dl,
.index_news .right li:nth-child(4) dl {
  margin-top: 15px;
}
.index_news .left h1 {
  line-height: 40px;
  max-height: 80px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_news .right h1 {
  line-height: 28px;
  height: 56px;
  margin-bottom: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_news p {
  color: #84888d;
  line-height: 26px;
  height: 52px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 1550px) {
  .index_news .right h1 {
    margin-bottom: 10px;
  }
  .index_01 {
    margin-bottom: 50px;
  }
  .index_title {
    margin-bottom: 30px;
  }
  .index_03 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 1440px) {
  .index_tab li dl {
    padding: 20px 0;
  }
  .index_industry h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .index_03 {
    padding-top: 50px;
  }
  .index_news .right dd {
    padding: 20px;
  }
  .index_news_01 {
    padding: 30px;
  }
  .index_news .right h1 {
    height: 48px;
    line-height: 24px;
  }
  .index_bussiness {
    top: 6%;
  }
  .index_tab dt {
    width: 55px;
    height: 55px;
  }
  .index_news .left h1 {
    line-height: 30px;
    max-height: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  .news_time,
  .index_news .right h1 {
    margin-bottom: 5px;
  }
  .index_news .right dl {
    height: calc(100% - 8px);
  }
  .index_news .right li:nth-child(3) dl,
  .index_news .right li:nth-child(4) dl {
    margin-top: 8px;
  }
  .index_news .right dl {
    margin: 0 8px;
  }
  .index_news .right ul {
    margin: 0 -8px;
  }
  .index_bussiness {
    top: 3%;
  }
}
@media only screen and (max-width: 1150px) {
  .index_news .right dd {
    padding: 15px;
  }
  .index_news .index_more {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .index_01 {
    margin-bottom: 40px;
  }
  .index_title {
    margin-bottom: 20px;
  }
  .index_news p {
    display: none;
  }
  .index_news .right dd {
    padding-top: 13%;
  }
  .index_tab dt {
    width: 36px;
    height: 36px;
  }
  .index_tab li dl {
    padding: 10px 0;
  }
  .hoverbg {
    border-top: 2px solid #006ebc;
  }
  .index_bussiness {
    padding-top: 40px;
    margin-top: 0;
  }
  .index_industry {
    margin-top: 0;
  }
  .index_industry h3 {
    margin-bottom: 10px;
  }
  .index_industry li p {
    margin-bottom: 0;
  }
  .index_news_01 {
    padding: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .index_news .right dd {
    padding-top: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .index_title {
    margin-bottom: 10px;
  }
  .index_03 {
    padding-top: 20px;
  }
  .index_01 {
    margin-bottom: 20px;
  }
  .index_industry ul {
    height: 250px !important;
  }
  .index_bussiness {
    padding-top: 30px;
  }
  .index_tab dd {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    height: 40px;
  }
  .index_news .left,
  .index_news .right {
    float: none;
    width: 100%;
  }
  .index_news {
    height: auto !important;
  }
  .index_news .left {
    margin-bottom: 20px;
  }
  .index_news .right li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .index_news .right li:last-child {
    margin-bottom: 0;
  }
  .index_news .right dl,
  .index_news .right ul {
    margin: 0;
  }
  .index_news .right h1 {
    height: auto;
  }
  .index_news p {
    display: block;
    height: auto;
    line-height: 24px;
    max-height: 48px;
  }
  .index_news .right dd {
    padding: 20px 10px;
  }
  .index_news .right dt {
    position: static;
    visibility: visible;
    opacity: 1;
  }
}

.index_04 {
  background: #35488d url(../image/index_bg03.jpg) no-repeat 0 center;
  background-size: cover;
  padding: 80px 0;
  color: #fff;
}
.shares_time {
  font-family: 'Arial';
  padding-top: 20px;
}
.index_04 ul {
  overflow: hidden;
  margin: 0 -55px;
}
.index_04 ul .shares_box {
  margin: 0 55px;
}
.index_04 ul > li {
  float: left;
  width: 50%;
}
.shares_box h1 span {
  margin-left: 25px;
}
.shares_box h1 {
  margin-bottom: 30px;
}

.shares_sh {
  height: 56px;
  line-height: 56px;
}
.span_box01 img {
  vertical-align: middle;
}
.shares_sh .shares_img02 {
  display: none;
}
.shares_sh {
  font-family: 'Arial';
  color: #ff0000;
  margin-bottom: 45px;
}
.shares_sh.green {
  color: #00be0d;
}
.shares_sh.green .shares_img01 {
  display: none;
}
.shares_sh.green .shares_img02 {
  display: block;
  display: inline-block;
}

.shares_sh .span_box01 {
  font-size: 50px;
}
.shares_sh .span_box01 i {
  font-size: 30px;
}
.span_box01 i {
  font-weight: normal;
  color: #fff;
}
.span_box01 em {
}
.shares_sh .span_box02 i {
  margin-left: 10px;
}

.shares_box ol {
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 25px;
}
.shares_box li {
  float: left;
  width: 33.33%;
  margin-bottom: 25px;
}
.shares_box li:nth-child(3n + 1) {
  clear: both;
}
.shares_box dt {
  opacity: 0.7;
}
.shares_box dd {
  font-family: 'Arial';
}
.shares_box dd em {
  font-weight: normal;
  margin-left: 6px;
}

@media only screen and (max-width: 1366px) {
  .index_04 ul {
    overflow: hidden;
    margin: 0 -30px;
  }
  .index_04 ul .shares_box {
    margin: 0 30px;
  }
  .shares_sh .span_box01 {
    font-size: 44px;
  }
  .shares_sh {
    height: 44px;
    line-height: 44px;
  }
  .span_box01 img {
    width: 30px;
    margin-top: -8px;
  }
  .shares_sh .span_box01 i {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1280px) {
  .shares_box h1 span {
    margin-left: 15px;
  }
  .shares_sh {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1150px) {
  .shares_box h1 span {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .index_04 {
    padding: 50px 0;
  }
  .index_04 ul {
    margin: 0 -10px;
  }
  .index_04 ul .shares_box {
    margin: 0 10px;
  }
  .shares_box h1 {
    margin-bottom: 20px;
  }
  .shares_box li {
    margin-bottom: 20px;
  }
  .shares_box ol {
    padding-top: 20px;
  }
  .shares_sh .span_box01 {
    font-size: 36px;
  }
  .shares_sh .span_box01 i {
    font-size: 20px;
  }
  .shares_sh {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .index_04 {
    padding: 30px 0;
  }
  .index_04 ul {
    margin: 0;
  }
  .index_04 ul .shares_box {
    margin: 0;
  }
  .index_04 ul > li {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .index_04 ul > li:last-child {
    margin-bottom: 0;
  }
  .shares_time {
    padding-top: 10px;
  }

  .shares_box li {
    margin-bottom: 10px;
  }
  .shares_box ol {
    padding-top: 10px;
  }
  .shares_sh .span_box01 {
    font-size: 28px;
  }
  .shares_sh .span_box01 i {
    font-size: 16px;
  }
  .span_box01 img {
    width: 24px;
  }
  .shares_sh {
    height: 30px;
    line-height: 30px;
  }
  .shares_box h1 span {
    margin-top: 5px;
  }
  .shares_box h1,
  .shares_sh {
    margin-bottom: 10px;
  }
}

.index_05 {
  overflow: hidden;
}
.index_title02 {
  margin-bottom: 40px;
}
.index_title02 i {
  display: block;
  width: 99px;
  height: 3px;
  background: #fff;
  margin-top: 10px;
}
.index_05 ul {
  overflow: hidden;
  margin: 0 -1px;
}
.index_05 li {
  float: left;
  width: 50%;
}

.index_box {
  position: relative;
  margin: 0 1px;
}
.index_box h1 a {
  color: #fff;
}
.index_box a {
  display: block;
}
.index_text p {
  line-height: 40px;
  max-height: 80px;
  margin-bottom: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  box-sizing: border-box;
  padding: 11%;
}
.index_05 li:nth-child(1) .index_text {
  padding-left: 24%;
}

@media only screen and (max-width: 1800px) {
  .index_05 li:nth-child(1) .index_text {
    padding-left: 11%;
  }
}
@media only screen and (max-width: 1366px) {
  .index_text,
  .index_05 li:nth-child(1) .index_text {
    padding: 10%;
  }
  .index_title02 {
    margin-bottom: 30px;
  }
  .index_title02 i {
    height: 2px;
    width: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .index_text,
  .index_05 li:nth-child(1) .index_text {
    padding: 8%;
  }
  .index_title02 {
    margin-bottom: 20px;
  }
  .index_text p {
    line-height: 28px;
    max-height: 56px;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .index_05 ul,
  .index_box {
    margin: 0;
  }
  .index_05 li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .index_05 li:last-child {
    margin-bottom: 0;
  }
  .index_title02 {
    font-weight: bold;
  }
  .index_title02 i {
    width: 50px;
  }
  .index_text,
  .index_05 li:nth-child(1) .index_text {
    padding: 8% 20px;
  }
  .index_text p {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
  }
}

@media only screen and (min-width: 1025px) {
  .index_news .right dt {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }
  .index_more a:hover {
    color: #fff !important;
    background: #00a0e9;
  }
  .index_tab li a:hover {
    color: #202f45 !important;
  }
  .index_news .right dl:hover dt {
    opacity: 1;
    visibility: visible;
  }
  .index_news_01 a:hover,
  .index_box h1 a:hover {
    color: #fff !important;
    opacity: 0.8;
  }
}

/*股价表现*/
.share_cont .index_04 {
  background: #35488d url(../image/share_bg.jpg) no-repeat 0 center;
  background-size: cover;
}
.share_cont .index_04 .wrap {
  width: auto;
  max-width: inherit;
  padding: 0 40px;
}
.share_cont .index_more {
  padding-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .share_cont .index_04 .wrap {
    padding: 0 20px;
  }
  .share_cont .index_more {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .share_cont .wrap {
    width: 100%;
    max-width: 100%;
  }
}

/*投资者中心*/
.investment_01 .index_title {
  text-align: left;
}
.investment_01 {
  overflow: hidden;
  padding-bottom: 85px;
}
.investment_01 .left {
  width: 48%;
  float: left;
}
.investment_01 .left h3 {
  line-height: 28px;
  height: 84px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.investment_01 .left ul {
  overflow: hidden;
  margin: 0 -15px;
}
.investment_01 .left li {
  float: left;
  margin-bottom: 30px;
  width: 50%;
}
.investment_01 .left .investment_reports {
  margin: 0 15px;
  border: 1px solid #ececec;
  border-bottom: 6px solid #006ebc;
  padding: 25px;
  padding-top: 30px;
}
.investment_01 .index_more {
  padding-top: 15px;
}
.investment_time {
  margin-bottom: 10px;
  color: #00a0e9;
}

.investment_01 .right {
  width: 47%;
  float: right;
}
.investment_01 .right ul {
  overflow: hidden;
  margin: 0 -20px;
}
.investment_01 .right li {
  float: left;
  width: 50%;
}
.investment_01 .right li a {
  display: block;
  margin: 0 20px;
  border: 1px solid #ececec;
}

.liaison_box {
  background: #f4f4f4 url(../image/investment_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 110px 0;
}
.liaison_box ul {
  height: 300px;
  position: relative;
}
.liaison_box li {
  color: #fff;
  width: 30.3%;
  height: 100%;
  float: left;
  overflow: hidden;
}
.liaison_box li:first-child {
  width: 39.4%;
}
.liaison_box dl h4 {
  line-height: 28px;
}
.liaison_box dd,
.liaison_box dd h4 {
  font-weight: bold;
}
.liaison_box dt span {
  font-size: 56px;
  display: block;
  height: 56px;
  line-height: 56px;
  margin-bottom: 25px;
}
.liaison_box dl {
  padding: 50px;
  padding-top: 80px;
}
.liaison_box dl a {
  color: #fff;
}
.liaison_text {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1660px) {
  .liaison_box dt span {
    font-size: 44px;
    margin-bottom: 10px;
  }
  .liaison_box dt span.icon-dizhi {
    font-size: 50px;
  }
  .liaison_box dl {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 1440px) {
  .liaison_box {
    padding: 70px 0;
  }
  .investment_01 {
    padding-bottom: 50px;
  }
  .investment_01 .left .investment_reports {
    padding: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .liaison_box dl {
    padding: 30px;
    padding-top: 40px;
  }
  .liaison_box ul {
    height: 270px;
  }
  .liaison_box dt span.icon-youxiang4 {
    font-size: 40px;
  }
  .liaison_box dl h4 {
    line-height: 24px;
  }
  .investment_01 .left h3 {
    line-height: 24px;
    max-height: 72px;
  }

  .investment_01 .right ul {
    margin: 0 -10px;
  }
  .investment_01 .right li a {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1280px) {
  .investment_01 .left .investment_reports {
    margin: 0 10px;
  }
  .investment_01 .left ul {
    margin: 0 -10px;
  }
  .investment_01 .left li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .liaison_box dt span {
    font-size: 36px;
  }
  .liaison_box dt span.icon-dizhi {
    font-size: 40px;
  }
  .liaison_box dt span.icon-youxiang4 {
    font-size: 32px;
  }
  .liaison_box dt span {
    height: 40px;
    line-height: 40px;
  }
  .liaison_box ul {
    height: 235px;
  }
  .liaison_box dd,
  .liaison_box dd h4 {
    font-weight: normal;
  }
  .investment_01 .left,
  .investment_01 .right {
    float: none;
    width: 100%;
  }
  .investment_01 .left .investment_reports {
    border-bottom: 2px solid #006ebc;
  }
  .investment_01 .left h3 {
    height: 48px;
    -webkit-line-clamp: 2;
  }
  .investment_01 .left {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 850px) {
  .liaison_box dl {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .investment_01 {
    padding-bottom: 20px;
  }
  .liaison_box {
    padding: 30px 0;
  }
  .liaison_box ul {
    height: auto;
  }
  .liaison_box li,
  .liaison_box li:first-child {
    float: none;
    width: 100%;
  }
  .liaison_box dl {
    padding: 40px 20px;
  }
  .liaison_box dt span.icon-dizhi {
    font-size: 30px;
  }
  .liaison_box dt span.icon-youxiang4 {
    font-size: 22px;
  }
  .liaison_box dt span {
    height: 36px;
    line-height: 36px;
    font-size: 28px;
  }

  .investment_01 .left .investment_reports {
    margin: 0;
  }
  .investment_01 .left ul {
    margin: 0;
  }
  .investment_01 .left li {
    float: none;
    width: 100%;
  }
  .investment_01 .left h3 {
    height: auto;
    max-height: 48px;
  }
  .investment_time,
  .investment_01 .left h3 {
    font-weight: normal;
  }
  .investment_01 .right ul {
    margin: 0 -5px;
  }
  .investment_01 .right li a {
    margin: 0 5px;
  }
  .investment_01 .index_title {
    text-align: center;
  }
}

/*公司公告*/
.reports_select {
  background: #0f5fa1 url(../image/reports_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 55px 0;
  margin-bottom: 110px;
}
.pub_select {
  width: 565px;
  position: relative;
}
.pub_select dt {
  position: relative;
  padding: 0 20px;
  cursor: pointer;
  height: 58px;
  line-height: 58px;
  border: 1px solid #fff;
  color: #fff;
}
.pub_select dt i {
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  font-size: 20px;
}
.pub_select dd {
  z-index: 99;
  position: absolute;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  width: 100%;
  left: 0px;
  top: 100%;
  display: none;
  border: 1px solid #eee;
  border-top: 0;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.pub_select dd a {
  display: block;
  line-height: 40px;
  color: #a0a0a0;
  white-space: normal;
  padding: 0 20px;
}

.reports_list h1 {
  height: 50px;
  line-height: 50px;
  margin-bottom: 30px;
}
.reports_list h1 em {
  font-family: 'Arial';
  font-weight: bold;
}
.reports_list ul {
  overflow: hidden;
  margin: 0 -30px;
}
.reports_list li {
  float: left;
  margin-bottom: 60px;
  width: 50%;
}

.reports_list dl {
  margin: 0 30px;
  border: 1px solid #ececec;
  border-bottom: 6px solid #006ebc;
  padding: 45px 40px;
  padding-bottom: 70px;
  overflow: hidden;
}
.reports_list dt {
  float: left;
}
.reports_list dt span {
  font-size: 40px;
  color: #d80f0f;
}
.reports_list dd {
  float: right;
  width: calc(100% - 70px);
}
.reports_list h3 {
  line-height: 28px;
  height: 56px;
  margin-bottom: 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.reports_list .investment_time {
  margin-bottom: 0;
}

.public_load-more-link {
  color: #fff;
  border-radius: 20px;
  display: block;
  width: 115px;
  height: 32px;
  line-height: 32px;
  line-height: 32px;
  margin: 0 auto;
  background: #006ebd;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
}
#infscr-loading {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  left: 50%;
  top: 50%;
  z-index: 1000;
  margin: -15px 0 0 -50px;
}
.on_o i {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 1440px) {
  .reports_select {
    margin-bottom: 70px;
  }
  .reports_list dl {
    margin: 0 15px;
    padding-bottom: 50px;
  }
  .reports_list ul {
    margin: 0 -15px;
  }
  .reports_list li {
    margin-bottom: 30px;
  }
  .pub_select dt {
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1366px) {
  .reports_select {
    margin-bottom: 50px;
  }
  .reports_list dl {
    padding: 30px;
  }
  .reports_list h1 {
    margin-bottom: 20px;
  }
  .reports_list h3 {
    line-height: 24px;
    height: 48px;
  }
  .reports_select {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .reports_select {
    margin-bottom: 30px;
  }
  .reports_list dl {
    margin: 0 10px;
    border-bottom: 2px solid #006ebc;
  }
  .reports_list ul {
    margin: 0 -10px;
  }
  .reports_list li {
    margin-bottom: 20px;
  }
  .reports_list dt span {
    font-size: 30px;
  }
  .reports_list dd {
    width: calc(100% - 50px);
  }
  .reports_list dl {
    padding: 30px 20px;
  }
  .reports_list h1 {
    height: 30px;
    line-height: 30px;
  }
  .pub_select {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .reports_select {
    margin-bottom: 20px;
  }
  .reports_list dl {
    margin: 0;
  }
  .reports_list ul {
    margin: 0px;
  }
  .reports_list li {
    margin-bottom: 10px;
    float: none;
    width: 100%;
  }
  .reports_list dt span {
    font-size: 24px;
  }
  .reports_list dd {
    width: calc(100% - 40px);
  }
  .reports_list dl {
    padding: 20px 10px;
  }
  .reports_list h1 {
    margin-bottom: 10px;
  }
  .reports_list h3 {
    font-weight: normal;
    margin-bottom: 5px;
  }
  .pub_select {
    width: 100%;
  }
  .pub_select dt {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
  }
  .pub_select dt i {
    right: 10px;
  }
  .pub_select dd a {
    padding: 0 10px;
  }
  .reports_select {
    padding: 20px 0;
  }
}

/*投资者咨询*/
.investor_form {
  background: #fcfcfc url(../image/investor_bg.jpg) no-repeat center 0;
  background-size: cover;
  padding: 110px 0 145px 0;
}
.investor_form ul {
  overflow: hidden;
  margin: 0 -10px;
}
.investor_form li {
  float: left;
  width: 50%;
  margin-bottom: 25px;
}
.investor_form li.li_w {
  float: none;
  width: 100%;
  clear: both;
}
.investor_form .form_w {
  padding: 0 10px;
}
.investor_form input {
  box-sizing: border-box;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border: 1px solid #8c8dad;
  width: 100%;
}
.investor_form li h4 {
  margin-bottom: 10px;
}
.investor_form textarea {
  padding: 10px 20px;
  height: 100px;
  box-sizing: border-box;
  border: 1px solid #8c8dad;
  width: 100%;
}
.code_box {
  overflow: hidden;
  margin-right: 75px;
}
.code_box input {
  width: calc(100% - 130px);
  float: left;
}
.code_box span {
  height: 48px;
  width: 120px;
  float: right;
  cursor: pointer;
}
.code_box span img {
  width: 100%;
  height: 100%;
}
.submit {
  width: 115px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #006ebd;
  border-radius: 20px;
  color: #fff;
  border: none;
  outline: none;
}
.submit_btn {
  padding-top: 10px;
}
.investor_form li .pub_select dt {
  color: #202f45;
  border: 1px solid #8c8dad;
  background: #fff;
  height: 50px;
  line-height: 50px;
}
.investor_form li .pub_select {
  width: 100%;
}
.investor_form .pub_select dt i {
  color: #8c8c8c;
  font-size: 20px;
  right: 15px;
}

@media only screen and (max-width: 1440px) {
  .investor_form {
    padding: 70px 0;
  }
  .investor_form li {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .investor_form {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .investor_form {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .investor_form li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .investor_form li h4 {
    margin-bottom: 5px;
  }
  .investor_form {
    padding: 30px 0;
  }
  .investor_form input {
    padding: 0 10px;
  }
  .investor_form li .pub_select dt,
  .investor_form input {
    height: 40px;
    line-height: 40px;
  }
  .investor_form textarea {
    padding: 10px;
    height: 70px;
  }
  .submit_btn {
    text-align: center;
  }
  .code_box span {
    height: 40px;
    width: 80px;
  }
  .code_box {
    margin: 0;
  }
  .investor_form .pub_select dt i {
    right: 5px;
  }
  .code_box input {
    width: calc(100% - 90px);
  }
}

/*管理团队*/

.team_list ul {
  overflow: hidden;
  margin: 0 -14px;
}
.team_list li {
  float: left;
  width: 25%;
  float: left;
  margin-bottom: 50px;
}
.team_list li dl {
  margin: 0 14px;
  background: #fcfcfc;
  position: relative;
  overflow: hidden;
}
.team_list dt {
  overflow: hidden;
}
.team_list dd > h1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.team_list dd h1 span {
  color: #006ebc;
  font-size: 14px;
  margin-left: 10px;
}
.team_box {
  color: #fff;
  background: #0f67aa url(../image/team_bg.jpg) no-repeat;
  background-size: cover;
  padding: 35px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
.team_list dd .team_box h1 {
  margin-bottom: 5px;
}
.team_list dd .team_box h1 span {
  color: #fff;
}
.team_box p {
  line-height: 20px;
  max-height: 100px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.team_list dd {
  padding: 30px;
  padding-top: 20px;
}
@media only screen and (max-width: 1366px) {
  .team_list dd {
    padding: 20px;
  }
  .team_box {
    padding: 20px;
  }
  .team_list li {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .team_list ul {
    margin: 0 -5px;
  }
  .team_list li dl {
    margin: 0 5px;
  }
  .team_list li {
    margin-bottom: 10px;
  }
  .team_list dd > h1 {
    display: none;
  }
  .team_box {
    opacity: 1;
    visibility: visible;
    position: static;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }

  .team_list dd {
    padding: 0;
  }
  .team_box {
    color: #202f45;
    background: none;
    padding: 15px;
  }
  .team_list dd .team_box h1 span {
    color: #006ebc;
    display: block;
    margin: 0;
  }
  .team_box p {
    max-height: inherit;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .team_list li {
    width: 50%;
  }
  .team_list ul {
    margin: 0 -2px;
  }
  .team_list li dl {
    margin: 0 2px;
  }
  .team_box {
    padding: 10px;
  }
}

/*发展战略*/
.phone_img {
  display: none;
}
.strategy_01 {
  position: relative;
}
.strategy_01 img {
  width: 100%;
}
.strategy_box {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 70px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 60px;
  width: 715px;
}
.strategy_box h1 {
  margin-bottom: 20px;
}
.strategy_02 {
  padding: 50px 0 70px 0;
  color: #84888d;
  text-align: center;
  line-height: 36px;
}

.strategy_03 ul {
  position: relative;
}
.strategy_03 li {
  height: 49%;
  width: 49.2%;
  position: absolute;
}
.strategy_03 li:nth-child(1) {
  left: 0;
  top: 0;
  width: 64.4%;
}
.strategy_03 li:nth-child(2) {
  right: 0;
  top: 0;
  width: 34%;
}
.strategy_03 li:nth-child(3) {
  left: 0;
  bottom: 0;
}
.strategy_03 li:nth-child(4) {
  right: 0;
  bottom: 0;
}

.strategy_img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 6px solid #00a0e9;
  overflow: hidden;
}
.strategy_img img {
  height: 100%;
}
.strategy_03 li:nth-child(2) .strategy_img {
  border-color: #006ebc;
}
.strategy_03 li:nth-child(3) .strategy_img {
  border-color: #6eb92b;
}
.strategy_03 li:nth-child(4) .strategy_img {
  border-color: #ffe900;
}
@media only screen and (max-width: 1024px) {
  .strategy_box {
    padding: 0 30px;
  }
  .strategy_box h1 {
    margin-bottom: 10px;
  }
  .strategy_box {
    bottom: 30px;
  }
  .strategy_02 {
    padding: 40px 0;
  }
  .strategy_img {
    border-width: 4px;
  }
  .strategy_02 {
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .phone_img {
    display: block;
  }
  .pc_img {
    display: none;
  }
  .strategy_box {
    position: static;
    width: 100%;
    color: #202f45;
    padding: 0;
    padding-top: 20px;
  }
  .strategy_02 {
    padding: 20px 0;
    text-align: left;
  }
  .strategy_02 br {
    display: none;
  }
  .strategy_02,
  .strategy_box p {
    line-height: 24px;
    font-size: 14px;
  }
  .strategy_img {
    border-width: 2px;
  }
}

/*发展战略*/
.growing_01 dl {
  overflow: hidden;
}
.growing_01 dt {
  width: 49.9%;
  float: right;
}
.growing_01 dd {
  float: left;
  width: 47.7%;
}
.growing_01 dt,
.growing_01 dt img,
.growing_01 dd {
  height: 100%;
}
.edit_growing {
  height: 100%;
  overflow: hidden;
  padding-top: 20px;
  box-sizing: border-box;
}
.growing_title {
  margin-bottom: 20px;
}

.growing_02 img {
  width: 100%;
}
.growing_03 ul li {
  float: left;
  width: 50%;
}
.growing_box {
  position: relative;
}
.growing_text {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  color: #fff;
  box-sizing: border-box;
  padding: 0 35px;
}
.growing_text h3 {
  line-height: 40px;
}
.growing_line {
  width: 99px;
  height: 3px;
  background: #fff;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1440px) {
  .growing_line {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .growing_text h3 {
    line-height: 34px;
  }
  .growing_title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .growing_text h3 {
    line-height: 24px;
    font-size: 16px;
  }
  .growing_text {
    padding: 0 20px;
  }
  .growing_text {
    bottom: 20px;
  }
  .growing_line {
    width: 70px;
    margin-bottom: 10px;
    border-right-width: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .growing_03 ul li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .growing_03 ul li:last-child {
    margin-bottom: 0;
  }
  .growing_line {
    width: 50px;
  }

  .growing_01 dt,
  .growing_01 dd {
    float: none;
    width: 100%;
  }
  .growing_01 dl {
    height: auto !important;
  }
}

/*荣誉*/
.honor_list {
  overflow: hidden;
  position: relative;
}
.honor_line {
  position: absolute;
  top: 0;
  right: 49.8%;
  width: 1px;
  height: 100%;
  background: #e2e2e2;
}

.honor_list .left {
  float: left;
  width: 48%;
}
.honor_list .right {
  float: right;
  width: 47.5%;
}
.honor_list dt {
  position: relative;
}
.honor_list dt em {
  width: 34px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  background: #006ebd;
  border-radius: 15px;
  text-align: center;
  z-index: 22;
}
.honor_list dt em i {
  font-weight: bold;
}

.honor_list .right dd {
  display: none;
}
.honor_list dl dd p {
  color: #84888d;
}
.honor_list dd {
  padding-top: 30px;
}
.honor_list h3 {
  margin-bottom: 10px;
}

.honor_iteam dt em,
.honor_iteam dt .blank_50 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.honor_iteam.on dt em,
.honor_iteam.on dt .blank_50 {
  visibility: visible;
  opacity: 1;
}

.slidebox {
  overflow: hidden;
  margin: 0 -5px;
}
.slidebox .honor_iteam {
  float: left;
  width: 50%;
  margin-bottom: 10px;
  cursor: pointer;
}
.slidebox .honor_iteam dl {
  margin: 0 5px;
}
.honor_list .but {
  clear: both;
  padding-top: 40px;
  display: none;
}
.honor_list .but div {
  position: static;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 28px;
  float: left;
  margin: 0;
  background: none;
  margin-right: 8px;
}
.honor_list .but div i {
  color: #006ebc;
}
.honor_list .but div.swiper-button-disabled {
  opacity: 1;
}
.honor_list .but div.swiper-button-disabled i {
  color: #42494f;
}

@media only screen and (max-width: 1024px) {
  .honor_line {
    display: none;
  }
  .honor_list .left,
  .honor_list .right {
    float: none;
    width: 100%;
  }
  .honor_list .left {
    display: none;
  }
  .slidebox {
    margin: 0;
  }
  .slidebox .honor_iteam {
    width: 100%;
    float: none;
  }
  .slidebox .honor_iteam dl {
    margin: 0;
    padding: 0 1px;
  }
  .honor_list .right dd {
    display: block;
  }
  .honor_list dd {
    padding-top: 10px;
  }
  .honor_list h3 {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .honor_list dl dd p {
    line-height: 20px;
    max-height: 100px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }

  .honor_box {
    position: relative;
  }
  .honor_list .but {
    padding: 0;
  }
  .honor_list .but div {
    width: 50px;
    height: 70px;
    line-height: 70px;
    top: 40%;
    margin: 0;
    margin-top: -35px;
    position: absolute;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
  }

  .honor_list .but div.swiper-button-prev {
    left: 1px;
  }
  .honor_list .but div.swiper-button-next {
    right: 1px;
  }
  .honor_list .but div i {
    color: #fff;
  }
  .honor_list .but div.swiper-button-disabled i {
    color: #fff;
    opacity: 0.6;
  }
  .honor_iteam.on dt em,
  .honor_iteam.on dt .blank_50 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .honor_list h3 {
    font-size: 16px;
  }
  .honor_list .but div {
    width: 40px;
    height: 60px;
    line-height: 60px;
    top: 40%;
    margin: 0;
    margin-top: -30px;
  }
  .honor_list .but div i {
    font-weight: normal;
    font-size: 24px;
  }
  .honor_list dl dd p {
    max-height: inherit;
    -webkit-line-clamp: inherit;
  }
}

/*发展历程*/
.history-part {
  overflow: hidden;
}
.his_ll {
  position: relative;
  padding: 0 30px;
  margin-bottom: 80px;
}
.his_ll .his_btn {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 32px;
  height: 100%;
  line-height: 100%;
  background: #fff;
  text-align: center;
  color: #187dc5;
  box-sizing: border-box;
}
.his_btn i {
  font-weight: bold;
  font-size: 22px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.his_ll .swiper-button-prev {
  left: 0;
}
.his_ll .swiper-button-next {
  right: 0;
  left: auto;
}
.his_ll .swiper-button-prev i {
  left: 0;
}
.his_ll .swiper-button-next i {
  right: 0;
}

.his_ll .swiper-button-prev.swiper-button-disabled,
.his_ll .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  cursor: pointer;
  pointer-events: visible;
}
.his_ll .swiper-button-prev.disabled,
.his_ll .swiper-button-next.disabled {
  color: #b5a6c2;
}

.his_ll li {
  height: 100px;
  cursor: pointer;
  text-align: center;
  background: url(../image/his_line_01.png) no-repeat center center;
  background-size: 100% 100%;
  margin-left: -1px\9\0; /* ie9 */
}
.his_time {
  border-right: 1px solid #e2e1e0;
  height: 100%;
}
.his_ll li h2 {
  color: #3f3f3f;
  font-family: 'Arial';
  height: 50px;
  line-height: 50px;
  padding-top: 50px;
  font-weight: bold;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
.his_ll li.on h2 {
  font-size: 36px;
  color: #fff;
}
.his_ll li.on {
  background: #006ebc url(../image/his_bg.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.his_ll li.on .his_time {
  background: url(../image/his_line_02.png) no-repeat center center;
  background-size: cover;
}
.his_ll li:last-child dl .his_time {
  border: 0;
}

@media only screen and (max-width: 1440px) {
  .history-part {
    padding-top: 70px;
  }
  .his_ll li.on h2 {
    font-size: 30px;
  }
  .his_ll {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .history-part {
    padding-top: 40px;
  }
  .his_ll li h2 {
    height: 32px;
    line-height: 32px;
    padding-top: 38px;
  }
  .his_ll li.on h2 {
    font-size: 22px;
  }
  .his_ll li {
    height: 70px;
  }
  .his_btn i {
    font-size: 18px;
  }
  .his_ll {
    margin-bottom: 30px;
  }
  .his_box {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .his_ll li.on .his_time {
    background: none;
  }
  .history-part {
    padding-top: 20px;
  }
  .his_ll li h2 {
    height: 50px;
    line-height: 50px;
    padding-top: 0px;
  }
  .his_ll li.on h2 {
    font-size: 18px;
  }
  .his_ll li {
    height: 50px;
    background: none;
  }
  .his_ll li.on {
    background: #006ebc;
  }
  .his_ll .his_btn {
    width: 42px;
  }
  .his_ll {
    padding: 0 40px;
    margin-bottom: 20px;
  }
}

.his_box {
  padding-bottom: 150px;
  background: url(../image/his_bg2.png) no-repeat center bottom;
}
.his_list {
  position: relative;
  height: 784px;
}
.his_line {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #cbcbcb;
}
.his_list li:first-child {
  margin-left: 0;
}
.his_list li {
  width: 370px;
  margin-left: -75px;
}
.his_list li,
.his_list li dl {
  height: 392px;
  box-sizing: border-box;
}
.his_list dt {
  overflow: hidden;
  width: 85.5%;
  max-width: 100%;
  margin-bottom: 25px;
  height: 0;
  padding-bottom: 48%;
  position: relative;
}
.his_list dt img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.his_list li dl {
  padding-left: 25px;
  border-left: 1px solid #cbcbcb;
  padding-bottom: 95px;
}
.his_list h3 {
  line-height: 24px;
  max-height: 96px;
  overflow: hidden;
  margin-bottom: 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.h_time {
  color: #00a0e9;
}

.his_list li:nth-child(2n) {
  margin-top: 392px;
  margin-left: -135px;
}
.his_list li:nth-child(2n) dl {
  padding-bottom: 0;
  padding-top: 72px;
}
.his_list .but > div {
  width: 34px;
  height: 22px;
  line-height: 22px;
  margin-top: -11px;
  text-align: center;
  background: #006ebc;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 20px;
}
.his_list .but .swiper-button-prev {
  left: -52px;
}
.his_list .but .swiper-button-next {
  right: -52px;
}
.his_list .but .swiper-button-next.swiper-button-disabled,
.his_list .but .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: #f0f0f0;
  color: #197cc3;
}

@media only screen and (max-width: 1660px) {
  .his_list {
    height: 680px;
  }
  .his_list li {
    width: 340px;
  }
  .his_list li dl {
    padding-bottom: 40px;
  }
  .his_list dt {
    margin-bottom: 20px;
  }
  .his_list li:nth-child(2n) dl {
    padding-top: 40px;
  }
  .his_list li,
  .his_list li dl {
    height: 340px;
  }
  .his_list li:nth-child(2n) {
    margin-top: 340px;
  }
}

@media only screen and (max-width: 1600px) {
  .his_list li {
    margin-left: -70px;
  }
  .his_list li:nth-child(2n) {
    margin-left: -180px;
  }
  .his_list li:first-child {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1520px) {
  .his_list h3 {
    font-size: 18px;
  }
  .his_list li {
    margin-left: -40px;
  }
  .his_box {
    background-size: 100%;
  }
}

@media only screen and (max-width: 1450px) {
  .his_list li {
    width: 330px;
  }
}
@media only screen and (max-width: 1370px) {
  .his_list li {
    margin-left: -120px;
  }
  .his_list li:nth-child(2n) {
    margin-left: -130px;
  }
}
@media only screen and (max-width: 1320px) {
  /*.his_list li{width: 310px;}*/
  .his_list li:nth-child(2n) {
    margin-left: -160px;
  }
  .his_list li {
    margin-left: -140px;
  }
}

@media only screen and (max-width: 1024px) {
  .his_list {
    height: auto;
  }
  .his_box {
    padding-bottom: 70px;
  }
  .his_list li:nth-child(2n),
  .his_list li,
  .his_list li:first-child {
    margin-top: 0px;
    margin-left: 0;
  }
  .his_list li:nth-child(2n) dl {
    padding-bottom: 0;
    padding-top: 0px;
  }
  .his_list li,
  .his_list li dl {
    height: auto;
  }
  .his_list li dl {
    padding: 0;
    border: 0;
  }
  .his_list dt {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 56.27%;
  }
  .his_line {
    display: none;
  }
  .his_list .but > div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -25px;
    top: 35%;
    border-radius: 0;
  }
  .his_list h3 {
    font-size: 14px;
  }
  .his_list li dl,
  .his_list li:nth-child(2n) dl {
    padding: 0 1px;
  }
  .his_list .but .swiper-button-prev {
    left: 1px;
  }
  .his_list .but .swiper-button-next {
    right: 1px;
  }
  .his_ll .swiper-button-prev i {
    left: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .his_box {
    padding-bottom: 40px;
  }
  .his_ll {
    background: #eee;
  }
  .his_ll .swiper-button-prev i {
    left: 45%;
  }
  .his_time {
    border-right: 1px solid #e6e6e6;
  }
}

/*企业文化*/
.culture_list {
  overflow: hidden;
}
.culture_list ul {
  position: relative;
  overflow: hidden;
}
.culture_list li {
  height: 100%;
  width: 54.4%;
  position: absolute;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}
.culture_box {
  width: 100%;
  height: 100%;
}
.culture_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 40px 10px;
  color: #fff;
  width: 21%;
  text-align: center;
}
.culture_box > img {
  height: 100%;
}
.culture_insert {
  position: relative;
  width: 100%;
  height: 100%;
}
.culture_text h1 img {
  width: 30px;
}
.culture_p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.culture_p p {
  margin-bottom: 5px;
}
.culture_list li h3 {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.culture_line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: #f9be00;
  z-index: 2;
}
.culture_list li:nth-child(2) .culture_line {
  background: #6eb92b;
}
.culture_list li:nth-child(3) .culture_line {
  background: #008742;
}
.culture_list li:nth-child(4) .culture_line {
  background: #006ebd;
}
.culture_list li:nth-child(5) .culture_line {
  background: #015198;
}

.culture_list li.on .culture_text {
  padding: 40px 55px;
  width: 100%;
  text-align: left;
}
.culture_list li.on h3 {
  opacity: 1;
  visibility: visible;
  display: block;
}

@media only screen and (max-width: 1366px) {
  .culture_list li.on .culture_text {
    padding: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .culture_line {
    height: 4px;
  }
  .culture_list ul {
    height: auto !important;
    margin: 0 -5px;
  }
  .culture_list li {
    position: relative;
    width: 33.33%;
    float: left;
    margin-bottom: 10px;
  }
  .culture_text {
    width: 100%;
    text-align: left;
    padding: 20px;
  }
  .culture_list li h3 {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .culture_box {
    margin: 0 5px;
    width: auto;
    height: 0;
    position: relative;
    padding-bottom: 92%;
  }
  .culture_list li h3 {
    font-size: 18px;
  }
  .culture_box > img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .culture_line {
    height: 2px;
  }
  .culture_list li {
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }

  .culture_list li:last-child {
    margin-bottom: 0;
  }
  .culture_list ul,
  .culture_box {
    margin: 0;
  }
}

/*网站地图*/
.map_site li {
  margin-bottom: 40px;
}
.map_site li:last-child {
  margin-bottom: 0;
}
.map_site dt {
  padding: 0 30px;
  line-height: 32px;
  border-left: 2px solid #233567;
  margin-bottom: 20px;
}
.map_site dd {
  overflow: hidden;
  background: #f1f7ff;
  padding: 30px;
  padding-bottom: 15px;
}
.map_site p {
  float: left;
  margin-right: 65px;
  line-height: 24px;
  margin-bottom: 15px;
}
.map_site p a {
  padding-left: 20px;
  background: url(../image/map_cicle.png) no-repeat 0 center;
}
@media only screen and (max-width: 1280px) {
  .map_site p a {
    padding-left: 20px;
  }
  .map_site p {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .map_site p a {
    padding-left: 20px;
  }
  .map_site p {
    margin-right: 30px;
  }
  .map_site dt {
    line-height: 24px;
    padding-left: 15px;
  }
  .map_site dd {
    padding: 20px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .map_site li {
    margin-bottom: 20px;
  }
  .map_site dt {
    padding: 0 10px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .map_site dd {
    padding: 20px 15px;
    padding-bottom: 5px;
  }
  .map_site p a {
    padding-left: 10px;
  }
  .map_site p {
    margin-right: 20px;
  }
}

/*搜索结果*/
.search_top {
  background: #f2f2f2 url(../image/search_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
.search_int {
  width: 790px;
  margin: auto;
  max-width: 100%;
  overflow: hidden;
}
.search_result {
  color: #828282;
}
.search_result span {
  color: #2874da;
}
.search_result em {
  color: #2874da;
}
.search_le {
  float: left;
  color: #000;
  width: 105px;
  line-height: 60px;
}
.search_input {
  border: 1px solid #818181;
  background: #fff;
  padding: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}
.search_input input,
.search_input button {
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  border: none;
  outline: none;
}
.search_input input {
  padding: 0 15px;
  box-sizing: border-box;
  width: calc(100% - 140px);
  float: left;
}
.search_input button {
  width: 140px;
  text-align: center;
  float: right;
  background: #2874da;
  color: #fff;
  border-radius: 5px;
}
.search_re {
  float: right;
  width: calc(100% - 105px);
}

.search_list {
  padding-top: 45px;
}
.search_list li {
  padding: 35px 0;
  border-bottom: 1px solid #e3e3e6;
}
.search_list dt {
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 30px;
}
.search_list dt h3 span,
.search_list dd span {
  color: #2874da;
}
.search_list h3 {
  width: calc(100% - 150px);
  line-height: 30px;
  max-height: 60px;
  float: left;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.search_list .search_yd {
  float: right;
  font-family: 'Arial';
  font-weight: normal;
}
.search_yd span {
  color: #a3a3a3;
  display: inline-block;
}
.search_yd em {
  float: right;
  color: #000;
  margin-left: 30px;
  display: inline-block;
  width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search_list dd {
  color: #595757;
}
.search_list dd p {
  line-height: 24px;
  max-height: 48px;
  color: #9c9b9b;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 1280px) {
  .search_list {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .search_top {
    padding: 70px 0;
  }
  .search_input input,
  .search_input button {
    height: 40px;
    line-height: 40px;
  }
  .search_le {
    line-height: 50px;
  }
  .search_input button {
    width: 100px;
  }
  .search_input input {
    width: calc(100% - 100px);
  }
  .search_le {
    width: 80px;
  }
  .search_re {
    width: calc(100% - 80px);
  }
  .search_list li {
    padding: 20px 0;
  }
  .search_list dd {
    font-size: 14px;
  }
  .search_list dt {
    margin-bottom: 10px;
  }
  .search_list h3 {
    line-height: 24px;
    max-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .search_top {
    padding: 20px 0;
  }
  .search_list h3 {
    width: calc(100% - 100px);
  }
  .search_input input,
  .search_input button {
    height: 32px;
    line-height: 32px;
  }
  .search_input input {
    padding: 0 5px;
  }
  .search_input button {
    width: 70px;
  }
  .search_input input {
    width: calc(100% - 70px);
  }
  .search_le {
    line-height: 42px;
    font-size: 14px;
    width: 50px;
  }
  .search_re {
    width: calc(100% - 50px);
  }
  .search_input {
    margin-bottom: 10px;
  }
  .search_list {
    padding-top: 0;
  }
  .search_list h3 {
    font-size: 16px;
  }
  .search_result {
    font-size: 14px;
  }
  .search_list li {
    padding: 15px 0;
  }
  .search_list dt {
    margin-bottom: 4px;
  }
}

@media only screen and (min-width: 1025px) {
  .submit {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }
  .team_box {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
  }
  .tel_link:hover {
    color: #fff !important;
    cursor: default;
  }
  .liaison_box dl:hover dt {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  .liaison_box dt {
    -webkit-transition: opacity 0.4s ease-in, -webkit-transform 0.6s linear;
    transition: opacity 0.4s ease-in, transform 0.6s linear;
  }
  .pub_select dd a:hover {
    background: #eee;
  }
  .public_load-more-link:hover {
    background: #00a0e9;
  }
  .submit:hover {
    background: #00a0e9;
  }

  .team_list li dl:hover .team_box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }


.index_more_a a:hover{color: #fff !important;opacity: 0.8;}

}

/* 2021-04-21 */
.index_01 .left .a-m-c {
  color: #fff;
}


.index_more_a{text-align: center;padding-top: 40px;}
.index_more_a a{display: inline-block;width: 120px;height: 30px;line-height: 30px;text-align: center;    background: #006ebc;color: #fff;border-radius: 20px;}
@media only screen and (max-width: 767px) {
.index_more_a{padding-top: 20px;}
.index_01{margin-top: 20px;}
}
























