.carousel-indicators > li {
  width: 8px;
  height: 8px;
  margin-top: 1px;
  border-radius: 50%;
  background-color: #878889;
}
.carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  margin-top: 0;
  background-color: #fff;
  border: 2px solid #26448a;
}
/* max-width */
.child-mw-100 * {
  max-width: 100%;
}
.child-mw-100 img {
  vertical-align: top;
  height: auto;
}
/* text-normal */
.font-content {
  font-size: 14px;
  color: #555;
}
/* object-fit */
.obj-cover {
  object-fit: cover;
  font-family:'object-fit: cover;';
}
.obj-contain {
  object-fit: contain;
  font-family:'object-fit: contain;';
}
.animate-4 {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition:all .4s;
}
.animate-6 {
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition:all .6s;
}
.animate-10 {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition:all 1s;
}

/* page */
.page-num a {
  display: inline-block;
  padding: 4px 12px;
  margin: 0 5px;
  border: 1px solid #aaa;
  font-size: 14px;
}
.page-num a.on,
.page-num a:hover {
  background-color: #555;
  color: #fff!important;
  border-color: #555;
}
@media (max-width: 767px) {
  .page-num a {
    padding: 2px 8px;
    margin: 0 3px;
    font-size: 12px;
  }
}

/* Banner指针 */
.carousel-control-prev > span.iconfont,
.carousel-control-next > span.iconfont {
  font-size: 40px;
  color: #eee;
}
@media (min-width: 576px) {
  .carousel {
    overflow: hidden;
  }
  .carousel-control-next,
  .carousel-control-prev {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition:all .6s;
  }
  .carousel-control-prev {
    left: -15%;
  }
  .carousel-control-next {
    right: -15%;
  }
  .carousel:hover > .carousel-control-prev {
    left: 0;
  }
  .carousel:hover > .carousel-control-next {
    right: 0;
  }
  .carousel-control-prev > span.iconfont,
  .carousel-control-next > span.iconfont {
    font-size: 60px;
  }
}

/* index */
#index-caption {
  top: 50%;
  height: 160px;
  line-height: 20px;
  margin-top: -80px;
}
#index-caption > h1 {
  font-size: 40px;
}
#index-caption > span {
  font-size: 18px;
}
@media (max-width: 1199px) {
  #index-caption {
    /* height: 80px; */
    /* margin-top: -40px; */
  }
  #index-caption > h1 {
    /* font-size: 36px; */
  }
  #index-caption > span {
    /* font-size: 26px; */
  }
}
@media (max-width: 991px) {
  #index-caption {
    /* height: 54px;
    margin-top: -27px; */
  }
  #index-caption > h1 {
    font-size: 35px;
  }
  #index-caption > span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #index-caption {
    height: 140px;
    margin-top: -70px;
  }
  #index-caption > h1 {
    font-size: 30px;
  }
  #index-caption > span {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  #index-caption {
    height: 100px;
    margin-top: -40px;
  }
  #index-caption > h1 {
    font-size: 18px;
    line-height: 25px;
  }
  #index-caption > span {
    /* font-size: 12px; */
  }
}

/* index-news */
.index-item.news {
  padding: 100px 0;
}
.index-item.news > .title > img {
  position: relative;
  top: -30px;
}
.index-item.news > .title p.en {
  font-size: 50px;
  font-weight: 100;
  letter-spacing: 3px;
}
.index-item.news > .title p.cn {
  position: relative;
  top: -15px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
}
.index-item.news > .title i {
  width: 25px;
  height: 3px;
  background-color: #26448a;
}
.index-item.news #index-news {
  padding-bottom: 70px;
}
.index-item.news ul.news-list > li {
  width: 29%;
  margin-right: 6.5%;
}
.index-item.news ul.news-list > li.last {
  margin-right: 0;
}
.index-item.news ul.news-list > li .img-box {
  height: 390px;
}
/*.index-item.news ul.news-list > li .img-box > img {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}*/
.index-item.news ul.news-list > li .text-box {
  position: relative;
  background-color: #f6f7f8;
}
.index-item.news ul.news-list > li .text-box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #26448a;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition:all .6s;
}
.index-item.news ul.news-list > li .text-box > .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-item.news ul.news-list > li .text-box > .date {
  font-weight: bold;
  color: #555;
  font-size: 13px;
}
.index-item.news ul.news-list > li .text-box > .date::before {
  margin-right: 3px;
}
.index-item.news ul.news-list > li .text-box > .desc {
  font-size: 14px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-item.news ul.news-list > li:hover .img-box > img {
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}
.index-item.news ul.news-list > li:hover .text-box::before {
  width: 100%;
}
@media (max-width: 1599px) {
  .index-item.news ul.news-list > li .img-box {
    height: 320px;
  }
}
@media (max-width: 1199px) {
  .index-item.news {
    padding: 70px 0;
  }
  .index-item.news ul.news-list > li .img-box {
    height: 255px;
  }
}
@media (max-width: 991px) {
  .index-item.news {
    padding: 50px 0;
  }
  .index-item.news > .title > img {
    display: none;
  }
  .index-item.news #index-news {
    padding-bottom: 40px;
  }
  .index-item.news ul.news-list > li {
    width: 32%;
    margin-right: 2%;
  }
  .index-item.news ul.news-list > li .img-box {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .index-item.news ul.news-list > li {
    width: 100%;
    height: 140px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .index-item.news ul.news-list > li .img-box {
    width: 30%;
    height: 100%;
  }
  .index-item.news ul.news-list > li .text-box {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .index-item.news {
    padding: 30px 15px;
  }
  .index-item.news > .title > img {
    position: relative;
    top: -30px;
  }
  .index-item.news > .title p.en {
    font-size: 30px;
  }
  .index-item.news > .title p.cn {
    top: -5px;
    font-size: 16px;
  }
  .index-item.news > .title i {
    width: 25px;
    height: 3px;
    background-color: #26448a;
  }
  .index-item.news #index-news {
    padding-bottom: 20px;
  }
  .index-item.news ul.news-list > li {
    height: 120px;
  }
  .index-item.news ul.news-list > li .img-box {
    width: 40%;
  }
  .index-item.news ul.news-list > li .text-box {
    width: 60%;
  }
}


/* index-about */
.index-item.about {
  padding-bottom: 100px;
  background: url('../images/about_bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.index-item.about .content {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
.index-item.about .content .text {
  padding-left: 158px;
  font-size: 16px;
  line-height: 30px;
}
.index-item.about .title p.en {
  font-size: 50px;
  font-weight: 100;
  letter-spacing: 3px;
}
.index-item.about .title p.en.en-2 {
  position: relative;
  top: -25px;
}
.index-item.about .title p.cn {
  position: relative;
  top: -15px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
}
.index-item.about .title i {
  position: relative;
  top: -30px;
  width: 25px;
  height: 3px;
  background-color: #26448a;
}
.index-item.about .about-img {
  max-width: 45%;
}
.index-item.about .about-img > a {
  right: 0;
  top: 100%;
  width: 200px;
  height: 200px;
  background-color: #26448a;
  font-size: 14px;
  font-weight: bold;
}
.index-item.about .about-img > a > i {
  position: relative;
  left: 80px;
  height: 40px;
  width: 40px;
  margin-top: 60px;
  margin-bottom: 10px;
}
.index-item.about .about-img > a > i::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background-color: #fff;
}
.index-item.about .about-img > a > i::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 6px;
  margin-top: -3px;
  background-color: #fff;
}
@media (max-width: 1599px) {
  .index-item.about .content {
    /* top: 50px; */
  }
  .index-item.about .content .text {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .index-item.about .title p.en {
    font-size: 40px;
  }
  .index-item.about .title p.cn {
    /* top: -35px; */
    font-size: 20px;
  }
  .index-item.about .title i {
    /* top: -40px; */
  }
  .index-item.about .about-img > a {
    height: 150px;
    width: 150px;
  }
  .index-item.about .about-img > a > i {
    left: 55px;
    margin-top: 40px;
  }
  .index-item.about .content {
    width: 55%;
  }
  .index-item.about .content .text {
    font-size: 14px;
    line-height: 20px;
  }
  .index-item.about .about-img {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .index-item.about .content {
    /* top: 10px; */
  }
  .index-item.about .title img {
    display: none;
  }
  .index-item.about .about-img > a {
    height: 120px;
    width: 120px;
  }
  .index-item.about .about-img > a > i {
    left: 40px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .index-item.about {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .index-item.about .content {
    position: static;
    width: 100%;
  }
  .index-item.about .about-img {
    display: none;
  }
}


/* index-culture */
/* .index-item.culture {
  padding: 100px 0;
}
.index-item.culture > .title > img {
  position: relative;
  top: -30px;
}
.index-item.culture > .title p.en {
  font-size: 50px;
  font-weight: 100;
  letter-spacing: 3px;
}
.index-item.culture > .title p.cn {
  position: relative;
  top: -15px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
}
.index-item.culture > .title i {
  width: 25px;
  height: 3px;
  background-color: #26448a;
}
.index-item.culture > .culture-list > li {
  width: 16.6666666667%;
  padding: 40px 0;
  cursor: pointer;
}
.index-item.culture > .culture-list > li > i {
  font-size: 70px;
  color: #d0d1d3;
}
.index-item.culture > .culture-list > li > p {
  color: #555;
}
.index-item.culture > .culture-list > li.active {
  background-color: #26448a;
}
.index-item.culture > .culture-list > li.active > i {
  color: #fff;
}
.index-item.culture > .culture-list > li.active > p {
  color: #fff;
}
.index-item.culture > .content-list {
  padding: 15px 80px;
  margin-top: 50px;
  border-bottom: 1px solid #eee;
}
.index-item.culture > .content-list > li {
  display: none;
}
@media (max-width: 1199px) {
  .index-item.culture {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .index-item.culture {
    padding: 50px 0;
  }
  .index-item.culture > .title > img {
    display: none;
  }
}
@media (max-width: 767px) {
  .index-item.culture > .culture-list > li {
    width: 33.3333333%;
  }
}
@media (max-width: 575px) {
  .index-item.culture {
    padding: 30px 15px;
  }
  .index-item.culture > .title > img {
    position: relative;
    top: -30px;
  }
  .index-item.culture > .title p.en {
    font-size: 30px;
  }
  .index-item.culture > .title p.cn {
    top: -5px;
    font-size: 16px;
  }
  .index-item.culture > .title i {
    width: 25px;
    height: 3px;
    background-color: #26448a;
  }
} */

/* MENU */
nav.page-menu {
  /* height: 90px; */
  line-height: 90px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #f7f7f8;
}
nav.page-menu ul > li {
  padding: 0 20px;
  color: #555;
  font-size: 14px;
}
nav.page-menu ul > li.caption {
  padding: 0;
  font-size: 24px;
}
nav.page-menu ul > li.caption > span {
  margin-right: 30px;
}
nav.page-menu ul > li.caption > span.iconfont {
  font-size: 20px;
}
nav.page-menu ul > li.active {
  border-bottom: 2px solid #26448a;
}
@media (max-width: 767px) {
  nav.page-menu {
    display: none;
  }
}


/* title */
.item-title > .en {
  font-size: 40px;
  color: #ccc;
  letter-spacing: 2px;
}
.item-title > .cn {
  line-height: 10px;
  font-weight: bold;
  font-size: 18px;
}
.item-title > i {
  height: 3px;
  width: 20px;
  background-color: #000;
}
@media (max-width: 575px) {
  .item-title > .en {
    font-size: 30px;
  }
}


/* SERVICE */
.service {
  background: url('../images/service_bg.png') repeat-y;
}
.service > ul.service-list > li {
  height: 440px;
  margin-bottom: 40px;
}
.service > ul.service-list > li:hover {
  box-shadow: 0 0 15px #555;
}
.service > ul.service-list > li > .img-box {
  width: 40%;
}
.service > ul.service-list > li > .text-box {
  position: relative;
  width: 60%;
}
.service > ul.service-list > li > .text-box::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 80px;
  border-top: 10px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 10px solid transparent;
}
.service > ul.service-list > li.double > .text-box::before {
  left: auto;
  right: -20px;
  border-left: 20px solid #fff;
  border-right: none;
}
.service > ul.service-list > li > .text-box > .en {
  font-size: 26px;
  font-weight: 200;
  color: #999;
  letter-spacing: 2px;
}
.service > ul.service-list > li > .text-box > .cn {
  font-size: 20px;
  font-weight: bold;
}
.service > ul.service-list > li > .text-box > i {
  width: 25px;
  height: 3px;
  background-color: #000;
}
.service > ul.service-list > li > .text-box > .desc {
  font-size: 13px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.service > ul.service-list > li > .text-box > a {
  padding: 5px 30px;
  border-radius: 20px;
  border: 2px solid #000;
  font-size: 14px;
}
.service > ul.service-list > li > .text-box > a > i {
  font-size: 14px;
  margin-left: 5px;
}
.service > ul.service-list > li > .text-box > a:hover {
  background-color: #000;
  color: #fff!important;
}
@media (max-width: 1199px) {
  .service > ul.service-list > li {
    height: 380px;
  }
}
@media (max-width: 991px) {
  .service > ul.service-list > li {
    height: 270px;
  }
  .service > ul.service-list > li > .text-box > .desc {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 767px) {
  .service > ul.service-list > li {
    height: 220px;
  }
  .service > ul.service-list > li > .img-box {
    width: 30%;
  }
  .service > ul.service-list > li > .text-box {
    width: 70%;
  }
  .service > ul.service-list > li > .text-box::before {
    top: 40px;
  }
  .service > ul.service-list > li > .text-box > .en {
    font-size: 20px;
  }
  .service > ul.service-list > li > .text-box > .cn {
    font-size: 18px;
  }
  .service > ul.service-list > li > .text-box > a {
    padding: 5px 20px;
    border-width: 1px;
  }
}
@media (max-width: 575px) {
  .service > ul.service-list > li {
    height: auto;
  }
  .service > ul.service-list > li > .img-box {
    display: none;
  }
  .service > ul.service-list > li > .text-box {
    width: 100%;
  }
}

/* partner */
.partner .partner-wrapper {
  margin-left: 33px;
  margin-top: 50px;
  height: 350px;
}
.partner .partner-wrapper .item-partner {
  overflow: hidden;
  position: absolute;
  top: 0;
  height: 125px;
  line-height: 125px;
  width: 125px;
  border: 1px solid #ddd;
  transform: rotate(45deg);
  cursor: pointer;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition:all .4s;
}
.partner .partner-wrapper .item-partner:hover {
  box-shadow: 5px 5px 15px #ddd;
}
.partner .partner-wrapper .item-partner > img {
  transform: rotate(-45deg);
}
.partner .partner-wrapper .item-partner.item-2 {
  left: 184px;
}
.partner .partner-wrapper .item-partner.item-3 {
  left: 368px;
}
.partner .partner-wrapper .item-partner.item-4 {
  left: 552px;
}
.partner .partner-wrapper .item-partner.item-5 {
  left: 736px;
}
.partner .partner-wrapper .item-partner.item-6 {
  left: 920px;
}
.partner .partner-wrapper .item-partner.list-bottom {
  top: 100px;
}
.partner .partner-wrapper .item-partner.item-7 {
  left: 92px;
}
.partner .partner-wrapper .item-partner.item-8 {
  left: 276px;
}
.partner .partner-wrapper .item-partner.item-9 {
  left: 460px;
}
.partner .partner-wrapper .item-partner.item-10 {
  left: 644px;
}
.partner .partner-wrapper .item-partner.item-11 {
  left: 828px;
}
.partner .project-box {
  background-color: #f6f7f8;
}
@media (max-width: 1199px) {
  .partner .partner-wrapper {
    height: 300px;
    /* width: 890px; */
    /* margin-top: 60px; */
    /* margin-left: -445px; */
  }
  .partner .partner-wrapper .item-partner {
    height: 104.9px;
    width: 104.9px;
    line-height: 104.9px;
  }
  .partner .partner-wrapper .item-partner.item-2 {
    left: 156.333333px;
  }
  .partner .partner-wrapper .item-partner.item-3 {
    left: 312.666666px;
  }
  .partner .partner-wrapper .item-partner.item-4 {
    left: 467px;
  }
  .partner .partner-wrapper .item-partner.item-5 {
    left: 623.3333333px;
  }
  .partner .partner-wrapper .item-partner.item-6 {
    left: 779.6666663px;
  }
  .partner .partner-wrapper .item-partner.list-bottom {
    top: 78.16666665px;
  }
  .partner .partner-wrapper .item-partner.item-7 {
    left: 78.16666665px;
  }
  .partner .partner-wrapper .item-partner.item-8 {
    left: 235.05517766px;
  }
  .partner .partner-wrapper .item-partner.item-9 {
    left: 389.333333px;
  }
  .partner .partner-wrapper .item-partner.item-10 {
    left: 545.66666px;
  }
  .partner .partner-wrapper .item-partner.item-11 {
    left: 702px;
  }
}
@media (max-width: 991px) {
  .partner .partner-wrapper {
    height: auto;
    /* width: 100%; */
    /* left: 0; */
    padding-bottom: 30px;
    margin-left: 0;
    margin-top: 0;
    font-size: 0;
  }
  .partner .partner-wrapper .item-partner {
    display: inline-block;
    position: static;
    transform: rotate(0);
    width: 19%;
    padding: 0 10px;
    margin-right: 1.25%;
    margin-bottom: 10px;
  }
  .partner .partner-wrapper .item-partner > img {
    transform: rotate(0);
  }
  .partner .partner-wrapper .item-partner.item-5,
  .partner .partner-wrapper .item-partner.item-10 {
    margin-right: 0;
  }
  .partner .partner-wrapper .item-partner.item-11 {
    display: none;
  }
}
@media (max-width: 767px) {
  .partner .partner-wrapper .item-partner {
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .partner .partner-wrapper {
    margin-top: 15px;
  }
  .partner .partner-wrapper .item-partner {
    padding: 0 5px;
    margin-bottom: 6px;
  }
  .partner .partner-wrapper .item-partner,
  .partner .partner-wrapper .item-partner.item-5 {
    width: 32.5%;
    margin-right: 1.125%;
  }
  .partner .partner-wrapper .item-partner.item-3,
  .partner .partner-wrapper .item-partner.item-6,
  .partner .partner-wrapper .item-partner.item-9 {
    margin-right: 0;
  }
  .partner .partner-wrapper .item-partner.item-10 {
    display: none;
  }
}


/* join */
.join > .welfare-box {
  background-color: #f6f7f8;
}
.join > .welfare-box > .welfare {
  height: 422px;
}
.join > .welfare-box > .welfare > .img-box {
  position: relative;
  width: 40%;
}
.join > .welfare-box > .welfare > .text-box {
  width: 60%;
  padding: 35px;
  overflow-y: auto;
}
.join > .welfare-box > .welfare > .img-box::before {
  content: '';
  position: absolute;
  right: 0;
  top: 80px;
  border-top: 10px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 10px solid transparent;
}
.join > .welfare-box > .welfare > .text-box > .title {
  font-size: 20px;
}
.join > .welfare-box > .welfare > .text-box > .desc {
  /* text-indent: 28px; */
  line-height: 26px;
  color: #777;
}
.join > .rec-box > .rec {
  height: 500px;
}
.join > .rec-box > .rec > img {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.join > .rec-box > .rec > .text-box {
  bottom: 0;
  padding: 15px;
  background-color: rgba(0,0,0,.7);
}
.join > .rec-box > .rec > .text-box > .title {
  font-size: 20px;
}
.join > .rec-box > .rec > .text-box > .desc {
  height: 0;
  opacity: 0;
  font-size: 14px;
  color: #ddd;
}
.join > .rec-box > .rec > .text-box > a {
  opacity: 0;
  visibility: hidden;
  right: 15px;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.join > .rec-box > .rec:hover > img {
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
}
.join > .rec-box > .rec:hover > .text-box {
  text-align: left!important;
  background-color: #26448a;
}
.join > .rec-box > .rec:hover > .text-box > .desc {
  opacity: 1;
  height: auto;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition:all .6s;
}
.join > .rec-box > .rec:hover > .text-box > a {
  opacity: 1;
  visibility: visible;
}
.join > .moment-box .grid {
  display: flex;
  flex-wrap: wrap;
}
.join > .moment-box .grid-item {
  width: 33.33333%;
  padding: 0 10px;
  margin-bottom: 20px;
  cursor: pointer;
  overflow: hidden;
}
.join > .moment-box .grid-item > .moment-item > p {
  bottom: 15px;
}
.join > .moment-box .grid-item > .moment-item > .text-box {
  bottom: -100%;
  left: 0;
  padding: 20px;
  background-color: rgba(0,0,0,.7);
  overflow-y: auto;
}
.join > .moment-box .grid-item > .moment-item > .text-box > i {
  height: 3px;
  width: 15px;
  margin: 0 auto;
}
.join > .moment-box .grid-item > .moment-item > .text-box > p.desc {
  font-size: 12px;
  color: #eee;
}
.join > .moment-box .grid-item:hover > .moment-item > p {
  bottom: -100%;
}
.join > .moment-box .grid-item:hover > .moment-item > .text-box {
  bottom: 0;
}
@media (max-width: 1199px) {
  .join > .welfare-box > .welfare {
    height: 372px;
  }
}
@media (max-width: 991px) {
  .join > .welfare-box > .welfare {
    height: 276px;
  }
  .join > .moment-box .grid-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .join > .welfare-box > .welfare {
    height: auto;
  }
  .join > .welfare-box > .welfare > .img-box {
    display: none;
  }
  .join > .welfare-box > .welfare > .text-box {
    width: 100%;
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .join > .moment-box .grid-item {
    width: 100%;
  }
}


/* CONTACT */
.page-contact {
  background-color: #ebeced;
}
.page-contact > .red-bg {
  top: 0;
  right: 0;
  height: 200px;
  width: 500px;
  background-color: #26448a;
  z-index: 2;
}
.page-contact > .red-bg.sec {
  width: 550px;
  background-color: #4b71c9;
  z-index: 1;
}
.page-contact .title > i {
  height: 2px;
  width: 15px;
  margin-bottom: 15px;
}
.page-contact .title > .cn {
  font-size: 24px;
}
.page-contact .title > .en {
  font-size: 40px;
  line-height: 30px;
  letter-spacing: 2px;
  font-style: italic;
}
.page-contact .contact-box > .caption > p {
  font-size: 20px;
}
.page-contact .contact-box > .caption > .title {
  color: #26448a;
}
.page-contact .contact-box > .caption > span {
  position: relative;
  top: -10px;
  font-size: 12px;
  color: #999;
}
.page-contact .contact-box > .info {
  width: 40%;
}
.page-contact .contact-box > .info > ul > li {
  margin-bottom: 15px;
}
.page-contact .contact-box > .info > ul > li > i.iconfont {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #26448a;
  font-size: 25px;
}
.page-contact .contact-box > .info > ul > li > .text-box > span {
  font-size: 14px;
}
.page-contact .contact-box > .msg {
  width: 60%;
  box-shadow: 0 0 20px #aaa;
}
.page-contact .contact-box > .msg > form > * {
  border: none;
  outline: none;
}
.page-contact .contact-box > .msg > form > input,
.page-contact .contact-box > .msg > form > textarea {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.page-contact .contact-box > .msg > form > textarea {
  height: 100px;
}
.page-contact .contact-box > .msg > form > button {
  padding: 5px 25px;
  border-radius: 20px;
  background-color: #26448a;
  cursor: pointer;
}
@media (max-width: 991px) {
  .page-contact .contact-box > .info,
  .page-contact .contact-box > .msg {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-contact > .red-bg {
    width: 350px;
  }
  .page-contact > .red-bg.sec {
    width: 400px;
  }
}
@media (max-width: 575px) {
  .page-contact > .red-bg {
    width: 150px;
    height: 150px;
  }
  .page-contact > .red-bg.sec {
    width: 200px;
  }
  .page-contact .contact-box > .info > ul > li {
    margin-bottom: 5px;
  }
  .page-contact .contact-box > .info > ul > li > .text-box {
    width: 100%;
  }
  .page-contact .contact-box > .info > ul > li > .text-box > p {
    font-size: 20px;
    font-weight: bold;
  }
}

/* news */
.news > .company {
  background-color: #ebeced;
}
.news > .company .red-bg {
  right: 0;
  top: 0;
  width: 26%;
  height: 200px;
  background-color: #26448a;
  z-index: 2;
}
.news > .company .red-bg.sec {
  width: 30%;
  background-color: #d29b9c;
  z-index: 1;
}
.news > .company .title {
  z-index: 3;
}
.news > .company .title > i {
  height: 2px;
  width: 15px;
}
.news > .company .title > .cn {
  font-size: 30px;
}
.news > .company .title > .en {
  position: relative;
  top: -20px;
  font-size: 50px;
  font-style: italic;
}
.news > .company .more > a {
  color: #26448a!important;
  text-decoration: underline;
}
.news > .company .company-news > .company-list > li {
  display: none;
}
.news > .company .company-news > .company-list > li > .title {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news > .company .company-news > .company-list > li > .date {
  font-size: 15px;
  font-weight: 500;
  color: #555;
}
.news > .company .company-news > .company-list > li > .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.news > .company .company-news > .arrow-group > a {
  height: 25px;
  line-height: 25px;
  width: 40px;
  font-size: 25px;
  background-color: #26448a;
}
.news > .company .company-news > .arrow-group > a:hover {
  background-color: #c23e45;
}
.news > .company .company-news > .arrow-group > a.none {
  background-color: #949596;
  color: #555!important;
}
.news > .industry .red-bg {
  left: 0;
  top: -50px;
  width: 30%;
  height: 200px;
  background-color: #26448a;
  z-index: 2;
}
.news > .industry .red-bg.sec {
  width: 40%;
  background-color: #d29b9c;
  z-index: 1;
}
.news > .industry .title {
  z-index: 3;
}
.news > .industry .title > i {
  height: 2px;
  width: 15px;
}
.news > .industry .title > .cn {
  font-size: 30px;
}
.news > .industry .title > .en {
  position: relative;
  top: -20px;
  font-size: 50px;
  font-style: italic;
}
.news > .industry .news-list > li {
  height: 450px;
  width: 60%;
  margin-bottom: 10px;
}
.news > .industry .news-list > li.single {
  padding-right: 10px;
}
.news > .industry .news-list > li.item-sm {
  width: 40%;
}
/*.news > .industry .news-list > li img {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}*/
.news > .industry .news-list > li .date {
  top: 20px;
  left: 20px;
  padding: 5px 10px;
  background-color: #949596;
}
.news > .industry .news-list > li .date > p {
  font-size: 14px;
}
.news > .industry .news-list > li .date > p.day {
  font-size: 26px;
  font-weight: bold;
}
.news > .industry .news-list > li .text-box {
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.4);
}
.news > .industry .news-list > li .text-box > h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news > .industry .news-list > li .text-box > p {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news > .industry .news-list > li:hover img {
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
}
.news > .industry .news-list > li:hover .date {
  background-color: #26448a;
}
.news > .industry a.more {
  padding: 5px 15px;
  border: 2px solid #000;
  border-radius: 20px;
}
.news > .industry a.more:hover {
  color: #fff!important;
  background-color: #000;
}
.news > .video {
  overflow: hidden;
}
.news > .video > h3 {
  width: 30%;
  margin: 0 auto;
  background: url('../images/video.jpg') no-repeat center center;
}
.news > .video .video-list {
  position: relative;
  left: 0;
  white-space: nowrap;
  font-size: 0;
}
.news > .video .video-list > li {
  margin-right: 50px;
}
.news > .video .video-list > li.last {
  margin-right: 0;
}
.news > .video a.iconfont {
  top: 50%;
  width: 30px;
  height: 70px;
  margin-top: -35px;
  line-height: 70px;
  background-color: #26448a;
}
.news > .video a.iconfont.icon-toleft {
  left: 0;
}
.news > .video a.iconfont.icon-toright {
  right: 0;
}
.news > .video a.iconfont:hover {
  background-color: #d1424a;
}
.news > .video a.iconfont.none {
  background-color: #949596;

}
@media (max-width: 1199px) {
  .news > .industry .news-list > li {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .news > .industry .news-list > li {
    height: 350px;
  }
  .news .red-bg {
    width: 60%!important;
  }
}
@media (max-width: 767px) {
  .news .red-bg {
    top: 0!important;
    width: 100%!important;
    height: 170px!important;
  }
  .news > .company .company-news,
  .news > .company .news-img {
    width: 100%!important;
  }
  .news > .company .news-img {
    position: relative;
    top: 50px;
  }
  .news > .industry .news-list > li {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .news .red-bg {
    height: 130px!important;
  }
  .news .title .en {
    top: -10px!important;
    font-size: 30px!important;
  }
  .news > .industry .news-list > li {
    height: auto;
    width: 100%!important;
    padding-right: 0!important;
  }
  .news > .video > h3 {
    font-size: 18px;
  }
}


/* advantage */
.page-about > .advantage {
  padding: 100px 0;
}
.page-about > .advantage .img-box {
  z-index: 5;
}
.page-about > .advantage .text-box {
  top: 50px;
  left: -50px;
  z-index: 2;
}
.page-about > .advantage .text-box > .text {
  font-size: 18px;
  left: 150px;
  top: 15px;
}
.page-about > .advantage .text-box > .text > span {
  width: 25px;
  height: 120px;
  background-color: #26448a;
}
.page-about > .advantage .text-box > .content-box {
  padding: 100px;
  padding-right: 0;
  border: 2px solid #26448a;
}
@media (max-width: 1199px) {
  .page-about > .advantage .text-box > .content-box {
    padding: 80px;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .page-about > .advantage .img-box,
  .page-about > .advantage .text-box {
    width: 100%!important;
  }
  .page-about > .advantage .text-box {
    position: static!important;
  }
  .page-about > .advantage .text-box > .content-box {
    padding: 40px;
  }
  .page-about > .advantage .text-box > .text > span {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .page-about > .advantage {
    padding: 40px 0;
  }
}

/* ceo */
.page-about > .ceo .img-box {
  width: 40%;
  left: -25px;
  background-color: rgba(38, 68, 138,1);
}
.page-about > .ceo .img-box > img {
  left: 25px;
  top: -25px;
}
.page-about > .ceo .text-box {
  width: 60%;
  padding-right: 100px;
  text-indent: 28px;
  letter-spacing: 1px;
  line-height: 30px;
}
.page-about > .ceo .text-box span.strong {
  font-weight: bold;
  color: #a92534;
}
@media (max-width: 991px) {
  .page-about > .ceo .img-box,
  .page-about > .ceo .img-box > img {
    position: static!important;
  }
  .page-about > .ceo .text-box {
    width: auto;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .page-about > .ceo .img-box {
    width: 60%;
  }
  .page-about > .ceo .text-box {
    line-height: 24px;
  }
}

/* culture */
.culture {
  background: url(../images/about_bg_02.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.culture .culture-list > li {
  width: 12.4%;
  height: 480px;
  cursor: pointer;
}
.culture .culture-list > li > img {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.culture .culture-list > li > p.iconfont {
  bottom: 10px;
  font-size: 18px;
}
.culture .culture-list > li > p.iconfont::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -30px;
  font-size: 60px;
}
.culture .culture-list > li > .text-box {
  /* display: none; */
  top: 15%;
  left: 5%;
  width: 0;
  height: 70%;
  padding: 0;
  background-color: rgba(38, 68, 138, .9);
  overflow: hidden;
}
.culture .culture-list > li > .text-box > .title {
  font-size: 18px;
}
.culture .culture-list > li > .text-box > .desc * {
  font-size: 14px;
  color: #eee!important;
}
.culture .culture-list > li.active {
  width: 37.5%;
}
.culture .culture-list > li.active > img {
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
}
.culture .culture-list > li.active > p.iconfont {
  display: none;
}
.culture .culture-list > li.active > .text-box {
  width: 90%;
  padding: 30px 20px;
}
@media (max-width: 991px) {
  .culture .culture-list > li {
    width: 19.9%;
  }
  .culture .culture-list > li.active {
    width: 60%;
  }
  .culture .culture-list > li > .text-box {
    overflow-y: auto;
  }
}
@media (max-width: 767px) {
  .culture .culture-list > li {
    width: 29.9%;
  }
  .culture .culture-list > li.active {
    width: 70%;
  }
  .culture .culture-list > li.active > .text-box {
    width: 90%;
    height: 90%;
    top: 5%;
    padding: 30px 20px;
  }
}

/* team */
.team .team-list > li {
  width: 23.5%;
  height: 320px;
  margin-top: 20px;
  margin-right: 2%;
  overflow: hidden;
}
.team .team-list > li.last {
  margin-right: 0;
}
.team .team-list > li > a {
  top: 0;
  left: 0;
}
.team .team-list > li .masking {
  top: 100%;
  left: 0;
  background-color: rgba(0,0,0,.5);
}
.team .team-list > li .text-box {
  bottom: -100%;
  left: 0;
}
.team .team-list > li .text-box > .title {
  font-size: 26px;
}
.team .team-list > li:hover .masking {
  top: 0;
}
.team .team-list > li:hover .text-box {
  bottom: 20px;
}
.team .modal-body > .left-box {
  width: 40%;
}
.team .modal-body > .left-box > .name {
  font-size: 22px;
}
.team .modal-body > .left-box > .job {
  color: #999;
}
.team .modal-body > .right-box {
  width: 60%;
  padding: 0 20px;
}
.team .carousel {
  height: 728px;
}
@media (max-width: 1199px) {
  .team .team-list > li {
    height: 280px;
  }
  .team .carousel {
    height: 648px;
  }
}
@media (max-width: 991px) {
  .team .team-list > li {
    height: 220px;
    margin-top: 15px;
  }
  .team .carousel {
    height: 518px;
  }
}
@media (max-width: 767px) {
  .team .team-list > li,
  .team .team-list > li.last {
    width: 32%;
    margin-right: 2%;
    margin-top: 30px;
    height: 250px;
  }
  .team .team-list > li.last-sm {
    margin-right: 0;
  }
  .team .carousel {
    height: auto;
  }
}
@media (max-width: 575px) {
  /* .team .team-list > li {
    width: 100%!important;
    height: auto!important;
    margin-right: 0!important;
    margin-top: 15px!important;
    text-align: center;
  }
  .team .team-list > li > img {
    width: auto!important;
    height: auto!important;
    max-width: 100%!important;
  }
  .team .carousel {
    height: 2920px;
  } */
  .team .team-list > li {
    height: 200px!important;
    margin-top: 15px!important;
  }
}


#about-7 {
  background: url(../images/about_01.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
#about-10 {
  background: url(../images/about_03.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}


/* news-list */
/* news */
.page-news ul.news-list > li {
  border-bottom: 1px dotted #999;
}
.page-news ul.news-list > li img {
  width: 250px;
  height: 150px;
  object-fit:cover;
}
.page-news ul.news-list > li > .news-desc {
  width: 775px;
}
.page-news ul.news-list > li > .news-desc > a.more {
  font-size: 14px;
  color: #999!important;
}
.page-news ul.news-list > li > .news-desc > p {
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.page-news ul.news-list > li > .news-desc > a > h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page-news ul.news-list > li:hover > .news-desc > a > h4 {
  color: #d1424a!important;
}
@media (max-width: 1199px) {
  .page-news ul.news-list > li img {
    width: 200px;
    height: 130px;
  }
  .page-news ul.news-list > li > .news-desc {
    width: 645px;
  }
  .page-news ul.news-list > li > .news-desc > p {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .page-news ul.news-list > li img {
    width: 150px;
    height: 100px;
  }
  .page-news ul.news-list > li > .news-desc {
    width: 465px;
  }
  .page-news ul.news-list > li > .news-desc h4 {
    font-size: 18px;
  }
  .page-news ul.news-list > li > .news-desc > p {
    font-size: 14px;
  }
  .page-news ul.news-list > li > .news-desc > a.more {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-news ul.news-list {
    padding-top: 5px!important;
  }
  .page-news ul.news-list > li img {
    display: none;
  }
  .page-news ul.news-list > li > .news-desc {
    width: 100%;
  }
}


/* Business */
.business {
  padding: 100px 0;
  background-color: #f7f8f9;
}
.business ul > li {
  width: 33.333333333%;
  height: 250px;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.business ul > li.title {
  background: none;
  cursor: auto;
}
.business ul > li.title > div {
  border-bottom: 1px solid #fff;
}
.business ul > li.text {
  background: url(../images/business.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.business ul > li.text > .item-title {
  border-bottom: 1px solid #ccc;
}
.business ul > li.text > .item-title > div {
  color: #57627f;
}
.business ul > li.text > a > .item-desc {
  color: #aaa!important;
  font-size: 14px;
}
.business ul > li.text > a > .item-desc > p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.business ul > li.text > a > .item-desc > i.icon-toright {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  border: 1px solid #aaa;
  font-size: 12px;
}
.business ul > li.pic > .pic-box > img {
  object-fit: cover;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition:all .6s;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.business ul > li.text:hover {
  background-image: none;
  background-color:rgb(38, 68, 138);
}
.business ul > li.text:hover > .item-title > div,
.business ul > li.text:hover > a > .item-desc {
  color: #fff!important;
}
.business ul > li.text:hover > a > .item-desc > i.icon-toright {
  border-color: #fff;
}
.business ul > li.pic:hover > .pic-box > img {
  transform: scale(1.15);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
}
.business ul > li.text:hover,
.business ul > li.text:hover > .item-title > div,
.business ul > li.text:hover > a > .item-desc {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition:all .3s;
}
@media (max-width: 991px) {
  .business {
    padding: 50px 0;
  }
  .business ul > li {
    width: 50%;
    height: 230px;
  }
  .business ul > li.title {
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .business {
    padding: 30px 0;
  }
  .business ul > li {
    width: 100%;
    height: auto!important;
  }
  .business ul > li.title {
    text-align: center;
  }
}


.performance-box img.case-img.img-1 {
  border-right: 1px solid #999;
}
@media (max-width: 767px) {
  .performance-box .sec-title > img {
    width: 50%;
  }
  .performance-box img.case-img {
    width: 100%!important;
  }
  .performance-box img.case-img.img-1 {
    border-right: none;
    border-bottom: 1px solid #999;
  }
}


#culture .culture-item > .text-box {
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  padding: 10px;
  background-color: rgba(38, 68, 138, .9);
}
#culture .carousel-control-prev {
  left: 0;
}
#culture .carousel-control-next {
  right: 0;
}
