@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "rdm", Microsoft YaHei, PingFangSC-Regular, sans-serif;
  letter-spacing: 1px;
}

textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
}

@font-face {
  font-family: "rdm";
  src: url(../fonts/AVGARDM.TTF) format("truetype"),
    url(../fonts/AVGARDM.woff) format("woff"), url(../fonts/AVGARDM.eot);
  /* IE9 */
}

@font-face {
  font-family: "estre";
  src: url(../fonts/ESTRE.TTF) format("truetype"),
    url(../fonts/ESTRE.woff) format("woff"), url(../fonts/ESTRE.eot);
  /* IE9 */
}

ol,
ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #041a3e;
}

input:focus {
  outline: none;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
ol,
ul,
dl,
dt,
dd,
button {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

em,
i {
  font-style: normal;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
}

img {
  max-width: 100%;
}

body {
  min-width: 1200px;
  font-size: 14px;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "";
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "";
}

.cnt {
  max-width: 1300px;
  margin: 0 auto;
}

.header-top {
  background-color: #155797;
}

.header-top .header-cnt {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top .Welcom-txt {
  font-size: 16px;
  color: #fff;
}

.header-top .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top .language {
  font-size: 0;
}

.header-top .language a {
  color: #fff;
  border-left: 1px solid #024587;
  font-size: 14px;
  padding: 5px 10px;
}

.header-top .r-share {
  margin-right: 20px;
  font-size: 0;
}

.header-top .r-share .header-icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../images/header-iocn.png) no-repeat center;
  margin-right: 10px;
  vertical-align: middle;
}

.header-top .r-share .header-icon.icon-1 {
  background-position: 0 0;
}

.header-top .r-share .header-icon.icon-2 {
  background-position: -31px 0;
}

.header-top .r-share .header-icon.icon-3 {
  background-position: -62px 0;
}

.header-top .r-share .header-icon.icon-4 {
  background-position: -93px 0;
}

.header-top .r-share .header-icon:hover {
  opacity: 0.8;
}

.header-top .r-search {
  position: relative;
  margin-right: 30px;
}

.header-top .r-search i {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/search.png) no-repeat;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-top .r-search input {
  width: 280px;
  background-color: #2573bf;
  border: 0;
  border-radius: 20px;
  color: #c0ddf9;
  padding: 5px 15px;
  padding-right: 30px;
  height: 30px;
}

.header-top .r-search input::-webkit-input-placeholder {
  color: #c0ddf9;
}

.header-top .r-search input:-ms-input-placeholder {
  color: #c0ddf9;
}

.header-top .r-search input::placeholder {
  color: #c0ddf9;
}

.header-top .r-search input:focus {
  border: 0;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
}

.nav > ul > li {
  height: 100%;
  margin: 0 5px;
}

.nav > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  height: 100%;
  border-bottom: 2px solid transparent;
  font-size: 16px;
  font-weight: 700;
}

.nav > ul > li > a:hover {
  color: #f08410;
  border-bottom-color: #f08410;
}

.nav > ul > li:hover .lu-er {
  display: block;
}

.nav > ul > li:hover > a {
  color: #f08410;
  border-bottom-color: #f08410;
}

.nav > ul > li:hover .home {
  background: url(../images/home.png) no-repeat center;
  background-position: 0px 0;
}

.nav > ul > li .home {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/home.png) no-repeat center;
  background-position: -20px 0;
}

.nav > ul > li.cur .home {
  background: url(../images/home.png) no-repeat center;
  background-position: 0px 0;
}

.nav > ul > li.cur > a {
  color: #f08410;
  border-bottom-color: #f08410;
}

.nav-secondary {
  background: url(../images/secondarybj.png) no-repeat center top;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 10px;
}

.nav-secondary .secondary-list {
  overflow: hidden;
  margin-left: -2%;
}

.nav-secondary .secondary-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav-secondary .secondary-list .item-list {
  width: 23%;
  margin-left: 2%;
  margin-bottom: 24px;
}

.nav-secondary .secondary-list .item-title {
  font-size: 16px;
  color: #041a3e;
  line-height: 40px;
  font-weight: 700;
}

.nav-secondary .secondary-list .item-link li {
  line-height: 36px;
  padding-left: 12px;
  position: relative;
}

.nav-secondary .secondary-list .item-link li a {
  color: #155797;
}

.nav-secondary .secondary-list .item-link li a:hover {
  color: #f08410;
}

.nav-secondary .secondary-list .item-link li::after {
  content: "-";
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 20px;
  color: #155797;
}

.nav-cnt {
  position: relative;
}

.lu-er {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  background: url(../images/secondarybj.png) no-repeat center top;
  background-color: #fff;
  top: 100%;
  z-index: 10;
}

.secondary-control {
  padding-top: 30px;
  padding-bottom: 10px;
}

.secondary-list {
  display: none;
}

.secondary-item {
  margin-left: -2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.secondary-item .item-list {
  width: 23%;
  margin-left: 2%;
  margin-bottom: 24px;
}

.secondary-item .item-title {
  font-size: 16px;
  color: #041a3e;
  line-height: 40px;
  font-weight: 700;
}

.secondary-item .item-link li {
  line-height: 36px;
  padding-left: 12px;
  position: relative;
}

.secondary-item .item-link li a {
  color: #155797;
  display: block;
}

.secondary-item .item-link li a:hover {
  color: #f08410;
}

.secondary-item .item-link li::after {
  content: "-";
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 20px;
  color: #155797;
}

.secondary {
  text-align: center;
  display: none;
}

.secondary li {
  display: inline-block;
  margin: 20px;
  text-align: left;
  font-size: 16px;
  color: #041a3e;
}

.secondary li a:hover {
  color: #f08410;
}

.hit-swiper img {
  display: block;
}
.hit-swiper .swiper-img {
  max-width: 1920px;
  margin: 0px auto;
}


.swiper-button-prev.hit-prev,
.swiper-button-next.hit-next {
  width: 50px;
  height: 50px;
  background: url(../images/hit-left-right.png) no-repeat center;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.swiper-button-prev.hit-prev::after,
.swiper-button-next.hit-next::after {
  content: "";
}

.swiper-button-prev.hit-prev:hover,
.swiper-button-next.hit-next:hover {
  -webkit-box-shadow: 0 0px 0 4px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0px 0 4px rgba(255, 255, 255, 0.5);
}

/*Swiper原样式 */
.swiper-button-prev.hit-prev {
  left: 40px;
  background-position: -50px 0;
}

/*改变了颜色和加粗的样式*/
.swiper-button-next.hit-next {
  right: 40px;
  background-position: 0 0;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}

.swiper-txt {
  position: absolute;
  max-width: 1200px;
  left: 50%;
  top: 40%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.swiper-txt h2 {
  font-family: "estre";
  font-size: 70px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
}

.swiper-txt a {
  font-size: 16px;
  color: #fff;
  background-color: #f08410;
  border-radius: 40px;
  display: inline-block;
  width: 200px;
  text-align: center;
  padding: 15px 0;
}

.swiper-pagination.hit-pagination {
  bottom: 10% !important;
}

.swiper-pagination.hit-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.swiper-pagination.hit-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 20px;
  background: #f08410;
}

.Capabilities {
  position: relative;
  background-color: #f1f5fe;
}

.Capabilities::after {
  content: "";
  position: absolute;
  width: 432px;
  height: 780px;
  left: 0;
  top: 0;
  background: url(../images/servicesbj.png) no-repeat center;
  z-index: 0;
}

.Capabilities::before {
  content: "";
  position: absolute;
  width: 892px;
  height: 475px;
  right: 0;
  bottom: 0;
  background: url(../images/servicesbj2.png) no-repeat center;
  z-index: 0;
}

.hit-swiper {
  position: relative;
}

.hit-swiper::after {
  position: absolute;
  content: "";
  bottom: 0;
  height: 160px;
  width: 100%;
  background: url(../images/ff1.svg) no-repeat center;
  z-index: 1;
}

.hit-title {
  text-align: center;
}

.hit-title.services-title {
  padding-top: 50px;
  margin-bottom: 70px;
}

.hit-title.services-title.areas-title {
  padding-top: 100px;
}

.hit-title.services-title.news-title {
  margin-bottom: 50px;
}

.hit-title h2 {
  font-size: 30px;
  color: #041a3e;
  margin-bottom: 20px;
  font-weight: 700;
}

.hit-title h3 {
  color: #92a6c7;
  font-size: 14px;
}

.services-list {
  position: relative;
  z-index: 1;
}

.services-list.areas-list img {
  width: 70px;
  height: 70px;
  border-radius: 0;
}

.services-list.areas-list ul li {
  width: 30.6%;
  background-color: rgba(255, 255, 255, 0.5);
}

.services-list.areas-list ul li .services-more {
  opacity: 0;
}

.services-list.areas-list ul li:hover {
  background-color: #fff;
}

.services-list.areas-list ul li:hover .services-title {
  color: #041a3e;
}

.services-list.areas-list ul li:hover .services-more {
  opacity: 1;
}

.services-list ul {
  overflow: hidden;
  padding-bottom: 160px;
  margin-left: -2.4%;
}

.services-list ul li {
  position: relative;
  float: left;
  width: 22.6%;
  height: 240px;
  padding-top: 40px;
  border: 1px solid #e2eaf7;
  border-radius: 3px;
  background-color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-bottom: 40px;
  margin-left: 2.4%;
}

.services-list ul li .services-title {
  color: #041a3e;
  font-size: 16px;
  font-weight: 700;
}

.services-list ul li .services-img {
  margin-bottom: 30px;
}

.services-list ul li img {
  width: 100px;
  height: 100px;
}

.services-list ul li .services-more {
  position: absolute;
  width: 42px;
  height: 42px;
  bottom: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 50%;
  background-color: #155797;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0px 0 4px rgba(239, 239, 239, 0.8);
  box-shadow: 0 0px 0 4px rgba(239, 239, 239, 0.8);
}

.services-list ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  bottom: 0;
}

.services-list ul li:hover {
  background-color: #155797;
}

.services-list ul li:hover .services-title {
  color: #fff;
}

.services-list ul li:hover .services-more {
  -webkit-transform: scale(1.1) translateX(-50%);
  transform: scale(1.1) translateX(-50%);
  background-color: #f08410;
  color: #fff;
  -webkit-box-shadow: 0 0px 0 4px #efefef;
  box-shadow: 0 0px 0 4px #efefef;
}

.areas {
  background: url(../images/areasbj.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 100px;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.7;
  margin-bottom: 100px;
}

.about .about-left {
  width: 50%;
  background-color: #f08410;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}

.about .about-left img {
  max-width: 100%;
}

.about .about-left .about-txt {
  max-width: 690px;
  margin: 0 auto;
  padding: 40px 0;
  color: #fff;
}

.about .about-left .about-introduction {
  margin-bottom: 30px;
  font-size: 16px;
}

.about .about-left .about-data {
  overflow: hidden;
}

.about .about-left .about-data b {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
}

.about .about-left .about-data-left {
  width: 50%;
  float: left;
}

.about .about-left .about-data-right {
  width: 50%;
  float: left;
}

.about .about-right {
  width: 50%;
  background: url(../images/about-1.jpg) no-repeat right bottom;
  background-color: #f1f5fe;
  padding: 60px 14% 60px 60px;
}

.about .about-right h2 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #041a3e;
  font-weight: 700;
}

.about-right-txt {
  max-height: 438px;
  overflow: hidden;
}

.about .about-right p {
  color: #6d81a2;
  text-align: justify;
  font-size: 16px;
  line-height: 1.7;
}

.about .about-right .link-more {
  display: inline-block;
  width: 200px;
  line-height: 50px;
  background-color: #f08410;
  color: #fff;
  border-radius: 40px;
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
}

.current {
  background-color: #f1f5fe;
}

.current h2 {
  font-size: 30px;
  color: #041a3e;
  padding-top: 70px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
}

.current .current-swiper {
  padding-bottom: 70px;
}

.news {
  background: url(../images/news.png) no-repeat left top;
  margin-bottom: 100px;
}

.news .news-list ul {
  overflow: hidden;
  margin-left: -2.4%;
  padding-top: 30px;
}

.news .news-list li {
  width: 30.6%;
  float: left;
  position: relative;
  min-height: 535px;
  padding-bottom: 70px;
  margin-left: 2.4%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.news .news-list li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.news .news-list li:hover {
  margin-top: -10px;
  -webkit-box-shadow: 0 0 -5px 0 #ccc;
  box-shadow: 0 0 -5px 0 #ccc;
}

.news .news-list li:hover .news-more {
  background-color: #f08410;
  color: #ffffff;
}

.news .news-list li:hover .news-more span {
  background-color: #fff;
  color: #f08410;
}

.news .news-list li:hover .time {
  border-top: 2px solid #f08410;
}

.news .news-list .time {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  border-top: 2px solid #041a3e;
  margin-top: -20px;
  left: 50px;
  text-align: center;
  background-color: #fff;
  color: #041a3e;
  padding-top: 7px;
}

.news .news-list .time span {
  display: block;
}

.news .news-list .time .time-day {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 3px;
}

.news .news-list .news-img {
  min-height: 300px;
  margin-bottom: 20px;
  overflow: hidden;
}

.news .news-list .news-img img {
  border-radius: 5px;
  display: block;
  width: 100%;
}

.news .news-list .news-label {
  color: #3a97f2;
  margin-bottom: 10px;
}

.news .news-list .news-title {
  font-size: 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 700;
  line-height: 1.7;
}

.news .news-list .news-txtCnt {
  color: #6d81a2;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 20px;
}

.news .news-list .news-more {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 130px;
  height: 40px;
  border-radius: 20px;
  color: #155797;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.news .news-list .news-more span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #155797;
  text-align: center;
  line-height: 19px;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  font-weight: 700;
}

.investors {
  background: url(../images/investors.jpg) no-repeat center;
  background-size: cover;
}

.investors .investors-cnt {
  color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}

.investors .investors-cnt .investors-tag {
  margin-bottom: 20px;
}

.investors .investors-cnt .investors-title {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.investors .investors-cnt .link-more {
  display: inline-block;
  padding: 10px 60px;
  font-size: 16px;
  color: #fff;
  border-radius: 20px;
  background-color: #f08410;
}

.investors .investors-cnt .link-more:hover {
  opacity: 0.8;
}

.contact {
  background: url(../images/formbj.png) no-repeat bottom center;
  background-color: #f1f5fe;
  background-size: 100%;
}

.contact.contact-display {
  padding-top: 80px;
  padding-bottom: 220px;
}

.contact.contact-display .contact-form {
  bottom: 0;
  padding-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}

.contact.contact-display .contact-form::after {
  background: url(../images/contact-display.png) no-repeat bottom left;
}

.contact.contact-display .contact-form-t {
  padding-top: 0;
  max-width: 48.6%;
  width: 48.6%;
}

.contact.contact-display .form-cnt {
  width: 51.4%;
}

.contact.contact-display .contact-form-t .contact-form-txt {
  font-size: 20px;
}

.contact .contact-form {
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 47px -28px #ccc;
  box-shadow: 0 0px 47px -28px #ccc;
  padding: 0 50px 50px 48%;
  bottom: -90px;
}

.contact .contact-form::after {
  position: absolute;
  content: "";
  width: 43%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/formImg.jpg) top center no-repeat;
  background-size: cover;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.contact .contact-form-t {
  padding-top: 40px;
  padding-right: 50px;
  margin-bottom: 20px;
}

.contact .contact-form-t .contact-title {
  font-size: 30px;
  color: #041a3e;
  margin-bottom: 10px;
}

.contact .contact-form-t .contact-form-txt {
  font-size: 30px;
  color: #f08410;
  line-height: 1.4;
}

.contact .form-cnt label {
  color: #041a3e;
}

.contact .form-cnt .form-cnt-list {
  height: 40px;
  background-color: #f1f5fe;
  border-radius: 20px;
  margin-bottom: 20px;
  position: relative;
}

.contact .form-cnt .form-cnt-list label {
  position: absolute;
  left: 20px;
  top: 50%;
  font-weight: 600;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact .form-cnt .form-cnt-list.form-phone,
.contact .form-cnt .form-cnt-list.form-email {
  width: 47.5%;
  display: inline-block;
}

.contact .form-cnt .form-cnt-list.form-phone {
  margin-right: 4%;
}

.contact .form-cnt input {
  background-color: #f1f5fe;
  border: 0;
  padding-left: 70px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.contact .form-cnt input.cnEmail {
  padding-left: 100px;
}

.contact .form-cnt input.cnCompany {
  padding-left: 100px;
}

.contact .form-cnt i {
  color: #e72e30;
}

.contact .form-cnt .form-cnt-textarea {
  position: relative;
  margin-bottom: 15px;
}

.contact .form-cnt .form-cnt-textarea label {
  position: absolute;
  font-weight: 600;
  top: 20px;
  left: 20px;
}

.contact .form-cnt .form-cnt-textarea textarea {
  background-color: #f1f5fe;
  border-radius: 30px;
  width: 100%;
  height: 140px;
  padding: 20px;
  padding-top: 40px;
  resize: none;
}

.contact .form-cnt .form-cnt-tips {
  color: #687c9d;
  margin-bottom: 10px;
}

.contact .form-cnt .form-cnt-checkbox {
  color: #041a3e;
  margin-bottom: 20px;
  position: relative;
}

.contact .form-cnt .form-cnt-checkbox input:checked + i {
  background-color: #2464f3;
  border: 3px solid #daeff3;
}

.contact .form-cnt .form-cnt-checkbox i {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #daeff3;
  background-color: #f1f5fe;
  left: 0;
  top: 0;
  z-index: 1;
}

.contact .form-cnt .form-cnt-checkbox input {
  padding-left: 0;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 10px;
  opacity: 0;
}

.contact .form-cnt .form-cnt-btn {
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #f08410;
  color: #fff;
  font-size: 16px;
  border-radius: 40px;
  cursor: pointer;
}

.footer {
  padding-bottom: 100px;
  background: url(../images/footer-bg.png) no-repeat center;
  background-color: #155797;
  padding-top: 180px;
}

.footer.footer-display {
  padding-top: 20px;
}

.footer .footer-logo {
  margin-bottom: 34px;
}

.footer .footer-list {
  overflow: hidden;
}

.footer .footer-list .footer-dl {
  float: left;
  width: 33.3333%;
  color: #fff;
}

.footer .footer-list .footer-dl.footer-em dd {
  color: #b3c5e4;
  line-height: 1.7;
  font-size: 16px;
}

.footer .footer-list .footer-dl.footer-em dd span {
  color: #4490da;
  text-decoration: underline;
}

.footer .footer-list .footer-dl.footer-link dd {
  margin-bottom: 10px;
  font-size: 16px;
}

.footer .footer-list .footer-dl.footer-link dd a {
  color: #b3c5e4;
}

.footer .footer-list .footer-dl.footer-link dd a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer .footer-list .footer-dl dt {
  display: inline-block;
  position: relative;
  min-width: 120px;
  font-size: 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid #f08410;
  margin-bottom: 20px;
}

.footer .footer-list .footer-dl dt::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: 5px solid #155797;
  border-radius: 50%;
  background-color: #f08410;
  bottom: -11px;
  left: -5px;
}

.footer .footer-list .inc-list {
  margin-bottom: 10px;
}

.footer .footer-list .inc-list .inc-title {
  font-size: 14px;
  display: inline-block;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}

.footer .footer-list .inc-list .inc-txt {
  color: #b3c5e4;
  font-size: 16px;
}

.footer .footer-list .inc-list .inc-tel {
  font-size: 16px;
  color: #4490da;
}

.footer .footer-list .footer-address {
  position: relative;
}

.footer .footer-list .footer-address input {
  width: 60%;
  border: 1px solid #1e6bb6;
  border-radius: 40px;
  padding: 10px 30px;
  padding-right: 60px;
  background-color: transparent;
  color: #fff;
}

.footer .footer-list .footer-address input::-webkit-input-placeholder {
  color: #aabede;
}

.footer .footer-list .footer-address input:-ms-input-placeholder {
  color: #aabede;
}

.footer .footer-list .footer-address input::placeholder {
  color: #aabede;
}

.footer .footer-list .footer-address button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 45%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/send.png) no-repeat center;
  background-color: transparent;
  outline: none;
}

.link-foreign {
  font-size: 0 !important;
  margin-top: 20px;
}

.link-foreign span {
  vertical-align: -6px;
  text-decoration: none !important;
  font-size: 20px;
  color: #fff !important;
}

.link-foreign .footer-icon {
  display: inline-block;
  background: url(../images/footer-iocn.png) no-repeat;
  font-size: 0;
  width: 30px;
  height: 29px;
  vertical-align: middle;
  margin-left: 10px;
}

.link-foreign .footer-icon.icon-1 {
  background-position: 0 0;
}

.link-foreign .footer-icon.icon-2 {
  background-position: -47px 0;
}

.link-foreign .footer-icon.icon-3 {
  background-position: -94px 0;
}

.link-foreign .footer-icon.icon-4 {
  background-position: -140px 0;
}

.link-foreign .footer-icon:hover {
  opacity: 0.8;
}

.footer-copy {
  margin-top: 40px;
  border-top: 1px solid #1e6bb6;
  padding: 20px 0;
}

.footer-copy .cnt-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #bbcce9;
}

.footer-copy .cnt-copy a {
  color: #bbcce9;
}

.footer-copy .cnt-copy a:hover {
  opacity: 0.8;
}

.memory-cnt {
  position: relative;
  height: 100%;
}

.memory {
  height: 100px;
  position: fixed;
  width: 100%;
  z-index: 2;
  bottom: 0;
  background-color: #334664;
}

.memory p {
  padding-top: 30px;
  color: #fff;
  line-height: 2;
}

.memory p a {
  color: #fff;
  text-decoration: underline;
}

.memory p strong {
  font-size: 14px;
}

.memory button {
  position: absolute;
  right: 0;
  width: 100px;
  height: 50px;
  background-color: #fff;
  color: #041a3e;
  top: 50%;
  margin-top: -25px;
  outline: none;
  border-radius: 40px;
}

.top-up {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  right: 8%;
  bottom: 180px;
  background-color: #f08410;
  border-radius: 50%;
  color: #fff;
  z-index: 2;
  cursor: pointer;
}

.cnt-bottom {
  position: relative;
  min-height: 760px;
}

.cnt-bottom.details-swrper {
  min-height: 377px;
}

.cnt-bottom.details-swrper .capabilities-txt {
  top: 46%;
  -webkit-transform: translateY(-80%);
  transform: translateY(-80%);
}

.cnt-bottom.details-swrper .capabilities-txt .capabilities-title {
  padding-bottom: 10px;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.cnt-bottom.news-swrper.news-b::after {
  background: url(../images/newsbj.png) no-repeat center;
}

.cnt-bottom::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 160px;
  background: url(../images/display.png) no-repeat center;
  z-index: 1;
  bottom: 0;
}

.cnt-bottom .capabilities-txt {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 860px;
}

.cnt-bottom .capabilities-txt .capabilities-title {
  font-size: 70px;
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
}

.cnt-bottom .capabilities-txt .capabilities-intion {
  font-size: 18px;
  line-height: 1.7;
  text-align: justify;
  color: #fff;
  word-spacing: 4px;
}

.cnt-details {
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 105px;
}

.cnt-details.cur .details-left {
  position: fixed;
  width: 400px;
  top: 10px;
  z-index: 2;
  height: 98%;
}

.cnt-details.cur .details-classification {
  height: 100%;
  overflow: auto;
}

.cnt-details.cur .details-right {
  width: 100%;
  padding-left: 34.65%;
  margin-left: 0;
}

.cnt-details .details-left {
  width: 30.76%;
  padding-bottom: 220px;
  overflow: hidden;
  border-radius: 20px;
  background: url(../images/l-bj.png) no-repeat bottom center;
  background-color: #f1f5fe;
  float: left;
  /* transition: all .25s ease; */
}

.cnt-details .details-right {
  width: 65.4%;
  float: left;
  margin-left: 3.8%;
  min-height: 800px;
}

.cnt-details .details-r-ol {
  background-color: #f1f5fe;
  border-radius: 20px;
  padding: 10px 20px;
  text-align: right;
  font-size: 16px;
  margin-bottom: 20px;
}

.cnt-details .details-r-ol ol > li {
  display: inline-block;
}

.cnt-details .details-r-ol ol > li a::after {
  content: ">";
  display: inline-block;
  margin-left: 5px;
}

.cnt-details .details-r-ol ol > li a.details-home {
  width: 24px;
  height: 24px;
  display: block;
  background: url(../images/cnt-icon.png) no-repeat left top;
  background-position: 0px -3px;
  padding-left: 21px;
  margin-right: 17px;
}

.cnt-details .details-r-ol ol > li a:hover {
  opacity: 0.8;
}

.cnt-details .details-r-ol ol > li strong {
  color: #155797;
  font-weight: 400;
}

.cnt-details .details-lef-title {
  line-height: 56px;
  background-color: #155797;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.cnt-details .details-classification {
  padding: 20px;
}

.cnt-details .classification-item-title {
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #e3ebfe;
  padding: 10px 20px;
  font-size: 18px;
  margin-bottom: 10px;
}

.cnt-details .classification-item-title i {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../images/cnt-icon.png) no-repeat;
  background-position: -48px 0;
  cursor: pointer;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cnt-details .classification-item-title i.no {
  background-position: -72px 0 !important;
}

.cnt-details .classification-item-title.cur {
  background-color: #f08410;
}

.cnt-details .classification-item-title.cur.no i {
  background-position: -72px 0;
}

.cnt-details .classification-item-title.cur i {
  background-position: -24px 0;
}

.cnt-details .classification-item-title.cur a {
  color: #fff;
}

.cnt-details .classification-item-title.cur + .classification-li {
  display: block;
}

.cnt-details .classification-item-title a {
  color: #041a3e;
  display: block;
}

.cnt-details .classification-li {
  display: none;
  margin-bottom: 20px;
}

.cnt-details .classification-li li {
  border-bottom: 1px solid #d7dff1;
  padding: 10px 20px;
  font-size: 16px;
}

.cnt-details .classification-li li a {
  color: #155797;
}

.cnt-details .classification-li li a:hover {
  color: #f08410;
}

.details-content.position-content {
  border-bottom: 2px solid #bfd2e5;
}

.details-content .content-title {
  font-size: 30px;
  color: #041a3e;
  padding: 20px 0;
  border-bottom: 2px solid #e5e8eb;
  margin-bottom: 20px;
  line-height: 1.5;
}

.details-content .content-title small {
  display: block;
  color: #3a97f2;
  font-size: 14px;
  text-align: right;
  margin-top: 30px;
}

.details-content p {
  color: #155797;
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
}

.details-content p img {
  max-width: 100%;
}

.capabilities-swrper {
  background-size: cover !important;
}

.capabilities-swrper a.link {
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 40px;
  display: block;
  width: 200px;
  text-align: center;
  padding: 10px 0;
  margin-top: 60px;
}

.capabilities-swrper a.link:hover {
  color: #fff;
  background-color: #f08410;
}

.display-title {
  font-size: 30px;
  color: #041a3e;
  padding-bottom: 15px;
  border-bottom: 2px solid #041a3e;
  margin-bottom: 50px;
}

.display-title.th-title {
  border-bottom: 0;
  padding-top: 50px;
}

.public-title {
  position: relative;
  text-align: center;
  font-size: 30px;
  color: #041a3e;
  padding-bottom: 50px;
}

.public-title.pip-title {
  padding-top: 50px;
}

.public-title.pip-title::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #e5e8eb;
  top: 50%;
  left: 0;
  width: 100%;
}

.public-title.news-title span {
  background-color: #f1f5fe;
}

.public-title.news-title::after {
  border-color: #d9dfea;
}

.public-title.events-title span {
  background: none;
  color: #fff;
}

.public-title.events-title::after {
  width: 42%;
  border-color: #6ca6d2;
}

.public-title.events-title::before {
  content: "";
  position: absolute;
  width: 42%;
  top: 50%;
  border-bottom: 2px solid #6ca6d2;
  right: 0;
}

.public-title.careers-title {
  padding-top: 90px;
  margin-bottom: 75px;
}

.public-title.careers-title::after {
  content: "";
  position: absolute;
  width: 80px;
  border-bottom: 7px solid #f08410;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}

.public-title span {
  display: inline-block;
  min-width: 250px;
  background-color: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.chart-title {
  background-color: #f1f5fe;
  text-align: center;
  font-size: 20px;
  color: #041a3e;
  padding: 10px;
}

.chart-tab {
  margin-left: -20px;
  font-size: 16px;
  color: #041a3e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chart-tab .projects-w,
.chart-tab .indication-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
  padding: 35px 0;
  border-bottom: 1px solid #d3dcf2;
  font-weight: 700;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 90px;
}

.chart-tab .projects-w .projects-l p,
.chart-tab .indication-w .projects-l p {
  font-size: 12px;
  color: #041a3e;
}

.chart-tab .projects-w span,
.chart-tab .indication-w span {
  word-break: break-all;
  font-size: 20px;
  color: #155797;
}

.chart-tab .projects-w {
  width: 230px;
}

.chart-tab .indication-w {
  width: 105px;
}

.chart-tab .Optimization-w {
  width: calc(100% - 375px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chart-tab .Optimization-w.Optimization-chart-article {
  margin-left: 20px;
  overflow: hidden;
}

.chart-tab .Optimization-w .Optimization-list {
  width: calc(20% - 20px);
  margin-left: 20px;
  padding: 35px 0;
  border-bottom: 1px solid #d3dcf2;
  font-weight: 700;
  height: 90px;
}

.chart-tab .Optimization-w .Optimization-chart {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.chart-tab .Optimization-w .chart-data {
  display: block;
  position: relative;
  height: 30px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffd6aa),
    to(#f08410)
  );
  background-image: linear-gradient(to right, #ffd6aa, #f08410);
  border-radius: 5px;
}

.chart-tab .Optimization-w .chart-data::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../images/chartbj.png) no-repeat top right;
  right: 0;
}

.pipeline-item .chart-tab:last-child .projects-w,
.pipeline-item .chart-tab:last-child .indication-w {
  border-bottom: 0;
}

.pipeline-cnt {
  margin-bottom: 80px;
}

.display-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -3%;
}

.display-list .display-item {
  width: 47%;
  position: relative;
  min-height: 358px;
  background-color: #f1f5fe;
  padding: 20px;
  padding-left: 250px;
  margin-bottom: 50px;
  margin-left: 3%;
  border-radius: 20px;
}

.display-list .display-item .ther-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.display-list .display-item .ther-link:hover {
  background: #fff;
  opacity: 0.1;
}

.display-list .display-item .ther-dd {
  font-size: 16px;
  color: #155797;
  line-height: 1.7;
}

.display-list .display-item .item-title {
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  color: #041a3e;
}

.display-list .display-item .item-title.ther-dt {
  padding: 10px 0;
}

.display-list .display-item .item-title a {
  color: #041a3e;
}

.display-list .display-item li {
  line-height: 36px;
  padding-left: 12px;
  position: relative;
  font-size: 16px;
}

.display-list .display-item li::after {
  content: "-";
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 20px;
  color: #155797;
}

.display-list .display-item li a {
  color: #155797;
}

.display-list .display-item li a:hover {
  color: #f08410;
}

.display-list .display-item .display-img {
  position: absolute;
  width: 228px;
  height: 100%;
  left: 0;
  top: 0;
}

.display-list .display-item .display-img img {
  position: absolute;
  top: 0;
  max-width: 100%;
  border-radius: 20px;
}

.careers-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.careers-item .swiper-pagination.careers-pagination {
  text-align: right;
  padding-right: 3.333%;
  bottom: 30px;
}

.careers-item .swiper-pagination.careers-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.careers-item
  .swiper-pagination.careers-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f08410;
  width: 20px;
  border-radius: 20px;
}

.careers-item:nth-child(2n) .swiper-pagination.careers-pagination {
  text-align: left;
  padding-left: 3.333%;
}

.careers-item:nth-child(2n) .careers-content {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  padding-left: 10.14%;
  padding-right: 3.125%;
}

.careers-item .careers-swiper,
.careers-item .careers-content {
  width: 50%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.careers-item .careers-swiper img,
.careers-item .careers-content img {
  display: block;
}

.careers-item .careers-content {
  background-color: #f1f5fe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 3.125%;
  padding-right: 5%;
}

.careers-item .careers-content .careers-title {
  font-size: 30px;
  color: #041a3e;
  margin-bottom: 20px;
}

.careers-item .careers-content .careers-txt {
  font-size: 16px;
  line-height: 2;
  color: #155797;
  margin-bottom: 40px;
  max-height: 128px;
  overflow: hidden;
}

.careers-item .careers-content .careers-txt .careers-txt-p {
  max-width: 610px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-align: justify;
}

.careers-item .careers-link {
  width: 174px;
  line-height: 50px;
  text-align: center;
  background-color: #f08410;
  border-radius: 40px;
  font-size: 16px;
}

.careers-item .careers-link a {
  color: #fff;
  display: block;
}

.video-poster {
  position: relative;
}

.video-poster .careers-controls {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.video-poster .careers-controls span {
  position: absolute;
  width: 90px;
  height: 90px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/video.png) no-repeat center;
  background-size: cover;
  cursor: pointer;
}

.video-js {
  width: 100%;
}

.careers-list {
  overflow: hidden;
}

.careers-list .careers-swiper {
  margin-bottom: 0;
}

.careers-list .swiper-container.careers-container img {
  margin-bottom: 0;
}

.video-js.video-controls .vjs-tech {
  position: relative;
}

.vjs-poster {
  background-color: transparent;
  background-size: cover;
}

.video-js .vjs-big-play-button {
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 5.5em;
  color: #155797;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 0;
  margin-left: 0;
}

.cnt-details .classification-li li.cur a {
  color: #f08410;
}

.position-search {
  padding-top: 30px;
}

.position-search .position-form {
  position: relative;
  margin-bottom: 30px;
}

.position-search .position-form input {
  width: 100%;
  height: 40px;
  border: 1px solid #bfd2e5;
  border-radius: 5px;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 110px;
}

.position-search .position-form input::-webkit-input-placeholder {
  color: #859aab;
}

.position-search .position-form input:-ms-input-placeholder {
  color: #859aab;
}

.position-search .position-form input::placeholder {
  color: #859aab;
}

.position-search .position-form button {
  position: absolute;
  width: 100px;
  height: 38px;
  top: 1px;
  right: 1px;
  background: url(../images/search.png) no-repeat center;
  font-size: 0;
  background-color: #155797;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.position-select ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.position-select li {
  width: 31.8%;
  border: 1px solid #dfe7f8;
  border-radius: 5px;
  padding: 12px;
  font-size: 0;
}

.position-select li span {
  color: #041a3e;
  display: inline-block;
  width: 40%;
  font-size: 16px;
}

.position-select li select {
  width: 58%;
  font-size: 16px;
  color: #859aab;
  padding-left: 3%;
  background: url(../images/down.png) no-repeat right center;
  padding-right: 20px;
}

.position-select li select option {
  padding: 2px 5px;
}

.position-results {
  padding-top: 40px;
}

.position-results .no-results {
  min-height: 200px;
  font-size: 20px;
  color: #687c9d;
  display: none;
}

.position-results .results-list {
  border-top: 2px solid #dfe7f8;
  margin-bottom: 30px;
}

.position-results .results-list li {
  padding: 20px 17.6% 20px 5px;
  border-bottom: 1px solid #dfe7f8;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.position-results .results-list li .results-txt {
  color: #155797;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 16px;
}

.position-results .results-list li:hover {
  background-color: #f1f5fe;
}

.position-results .results-list li:hover .results-txt {
  font-weight: 700;
}

.position-results .results-list li .results-btn {
  position: absolute;
  padding: 10px 15px;
  background-color: #f08410;
  color: #fff;
  border-radius: 40px;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.position-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}

.position-page ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.position-page ul li a,
.position-page ul li span {
  cursor: pointer;
  display: block;
  padding: 12px 17px;
}

.position-page ul li span {
  color: #fff;
  background-color: #f08410;
  border: 1px solid #f08410;
}

.position-page ul li a {
  color: #041a3e;
  border: 1px solid #dfe7f9;
  border-right: 0;
}

.position-page .prev-next {
  padding: 12px 24px;
  border: 1px solid #dfe7f9;
  cursor: pointer;
  color: #155797;
  background-color: #f1f5fe;
}

.position-page .prev-next.page-prev {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.position-page .prev-next.page-next {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.popup-cnt {
  background: rgba(21, 87, 151, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.popup-cnt .popup {
  background-color: #f1f5fe;
  border-radius: 5px;
  height: 100%;
  padding-bottom: 60px;
  position: relative;
}

.popup-cnt .popup-title {
  background-color: #dfe7f8;
  font-size: 30px;
  text-align: center;
  color: #041a3e;
  padding: 22px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.popup-cnt .popup-dt {
  padding: 10px 40px;
  max-height: calc(100% - 80px);
  overflow-y: auto;
  border-radius: 5px;
  /* 设置滚动条的样式 */
  /* 滚动槽 */
  /* 滚动条滑块 */
}

.popup-cnt .popup-dt::-webkit-scrollbar {
  width: 6px;
}

.popup-cnt .popup-dt::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
}

.popup-cnt .popup-dt::-webkit-scrollbar-thumb {
  background: #bfd2e5;
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

.popup-cnt .popup-dt::-webkit-scrollbar-thumb:window-inactive {
  background: #bfd2e5;
}

.popup-cnt .popup-button {
  position: absolute;
  bottom: 10px;
  width: 210px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  border-radius: 40px;
  background-color: #f08410;
  cursor: pointer;
  margin-left: -105px;
  left: 50%;
}

.popup-cnt .popup-button input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
}

.popup-cnt h3 {
  font-size: 20px;
  color: #041a3e;
  margin-top: 20px;
  margin-bottom: 20px;
}

.popup-cnt p {
  line-height: 2;
  color: #155797;
  font-size: 16px;
}

.h-title {
  background-color: #f1f5fe;
  font-size: 20px;
  color: #041a3e;
  padding: 10px;
}

.careers-swiper {
  margin-bottom: 35px;
}

.swiper-container.careers-container img {
  display: block;
  margin-bottom: 10px;
}

.swiper-container.careers-container
  .swiper-pagination.careers-pagination
  .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.swiper-container.careers-container
  .swiper-pagination.careers-pagination
  .swiper-pagination-bullet-active {
  width: 20px;
  opacity: 1;
  background: #f08410;
  border-radius: 20px;
}

.swiper-container.careers-container .swiper-button-next,
.swiper-container.careers-container .swiper-container-rtl .swiper-button-prev {
  background: url(../images/left_right.png) no-repeat;
  background-color: #fff;
  border-radius: 50%;
  background-position: -50px 0;
  width: 50px;
  height: 50px;
  right: 30px;
}

.swiper-container.careers-container .swiper-button-prev,
.swiper-container.careers-container .swiper-container-rtl .swiper-button-next {
  background: url(../images/left_right.png) no-repeat;
  background-color: #fff;
  border-radius: 50%;
  background-position: 0 0;
  width: 50px;
  height: 50px;
  left: 30px;
}

.swiper-pagination.careers-pagination {
  bottom: 24px;
}

.careers-swiper-bottom {
  background-color: #f1f5fe;
  padding: 20px 30px;
}

.careers-swiper-bottom .careers-swiper-title {
  font-size: 20px;
  color: #041a3e;
  margin-bottom: 10px;
}

.careers-swiper-bottom .careers-swiper-list li {
  position: relative;
  font-size: 16px;
  color: #155797;
  padding-left: 15px;
  margin-bottom: 10px;
}

.careers-swiper-bottom .careers-swiper-list li::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #155797;
  width: 10px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video-title {
  font-size: 20px;
  color: #041a3e;
  margin-bottom: 20px;
}

.about-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 140px;
  margin-bottom: 130px;
}

.about-video .video-poster {
  width: 62.7%;
}

.about-video .video-poster .video-js {
  height: 100%;
  background-color: #000;
}

.about-video .about-video-txt {
  position: relative;
  width: 34.2%;
}

.about-video .about-video-txt .about-video-link {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  color: #fff;
  background-color: #f08410;
  border-radius: 40px;
  width: 220px;
  text-align: center;
  line-height: 50px;
}

.about-video .about-video-txt .about-video-t {
  font-size: 18px;
  color: #155797;
  line-height: 1.7;
  overflow: hidden;
  max-height: 300px;
  text-align: justify;
}

.course {
  background: url(../images/coursebj.jpg) no-repeat center;
  min-height: 800px;
  overflow: hidden;
  margin-bottom: 66px;
}

.preview {
  width: 96%;
  height: 100px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  overflow: hidden;
}

.preview .np {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

/* 
.preview {
  width: 96%;
  height: 100px;
  position: relative;
} */

.preview .np::after {
  content: "";
  position: absolute;
  border-bottom: dashed 1px #ccc;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: 0;
}

.preview .swiper-slide {
  width: 120px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.preview .swiper-pagination.swiper-next-prev {
  width: 100%;
  white-space: nowrap;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; */
  z-index: 1;
}

/* .preview .swiper-pagination.swiper-next-prev span:first-child{
  margin-left: 0;
} */

.preview .swiper-pagination.swiper-next-prev span {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border: 1px solid #e5e8eb;
  color: #155797;
  font-size: 20px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 40px;
  opacity: 1;
}

.preview
  .swiper-pagination.swiper-next-prev
  span.swiper-pagination-bullet-active {
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: #f2932e;
  font-size: 30px;
  font-weight: 700;
  border: 1px solid #f2932e;
}

#s12 {
  display: none;
  overflow: hidden;
}

#s12 li {
  float: left;
}

.preview .arrow-right,
.preview .arrow-left {
  position: absolute;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  z-index: 2;
  top: 50%;
  border: 1px solid #e6e9eb;
  border-radius: 50%;
}

.preview .arrow-right.swiper-button-next.swiper-button-disabled,
.preview .arrow-left.swiper-button-next.swiper-button-disabled {
  opacity: 0.7;
}

.preview .arrow-right.swiper-button-prev.swiper-button-disabled,
.preview .arrow-left.swiper-button-prev.swiper-button-disabled {
  opacity: 0.7;
}

.preview .arrow-right::after,
.preview .arrow-left::after {
  content: "";
}

.preview .arrow-right:hover,
.preview .arrow-left:hover {
  opacity: 1;
  background-color: #f1f5fe;
}

.preview .swiper-button-prev.arrow-left {
  background: url(../images/s_left_right.png) no-repeat center;
  background-color: #fff;
  background-position: -2px 0;
  left: 0;
}

.preview .swiper-button-next.arrow-right {
  background: url(../images/s_left_right.png) no-repeat center;
  background-color: #fff;
  background-position: -40px 0;
  right: 0;
}

.preview .swiper-slide-thumb-active span {
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: #f2932e;
  font-size: 30px;
  font-weight: 700;
  border: 1px solid #f2932e;
}

.preview .active-nav span {
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: #f2932e;
  font-size: 30px;
  font-weight: 700;
  border: 1px solid #f2932e;
}

.view .swiper-slide {
  position: relative;
  height: 500px;
}

.view .swiper-slide .swiper-course {
  position: relative;
  padding-bottom: 30px;
  padding-top: 20px;
  overflow: hidden;
}

.view .swiper-slide .swiper-course .course-cnt {
  padding-right: 10px;
}

.view .swiper-slide .swiper-course::after {
  content: "";
  position: absolute;
  border-left: 2px solid #bfd1ed;
  height: 100%;
  top: 7px;
  left: 113px;
  z-index: -1;
}

.view .swiper-slide .course-year {
  position: absolute;
  padding: 5px 15px;
  background-color: #155797;
  color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  left: 0;
  margin-top: 18px;
}

.view .course-title {
  line-height: 60px;
  background-color: #f1f5fe;
  font-size: 20px;
  color: #041a3e;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  width: calc(100% - 115px);
  margin-left: 115px;
}

.view .course-title::after {
  content: "";
  position: absolute;
  border: 2px solid #f08410;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  left: -7px;
  top: 50%;
  margin-top: -6px;
}

.view .course-title::before {
  content: "";
  position: absolute;
  border: 2px solid #bfd1ed;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  left: -15px;
  top: 50%;
  margin-top: -14px;
}

.view .course-list {
  max-height: 500px;
  overflow: auto;
  padding-right: 30px;
  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}

.view .course-list::-webkit-scrollbar {
  width: 36px;
  background-color: #e5e5e5;
}

.view .course-list::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

.view .course-list::-webkit-scrollbar-thumb {
  width: 10px;
  -webkit-box-shadow: inset 0 0 3px rgba(5, 0, 0, 0.3);
  background-color: #ffffff;
}

.view .course-list ul {
  padding-left: 144px;
}

.view .course-list li {
  margin-top: 40px;
  position: relative;
}

.view .course-list li::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #f08410;
  position: absolute;
  left: -36px;
  top: 6px;
  border-radius: 50%;
}

.view .course-list li .course-month {
  font-size: 20px;
  margin-bottom: 10px;
}

.view .course-list li .course-describe {
  font-size: 16px;
  color: #155797;
  line-height: 2;
}

.publications {
  padding-bottom: 90px;
}

.publications-list {
  overflow: hidden;
  margin-left: -48px;
  padding-top: 30px;
}

.publications-list li {
  position: relative;
  width: 400px;
  height: 230px;
  border: 1px solid #e2eaf7;
  float: left;
  margin-left: 48px;
  margin-bottom: 60px;
  padding: 30px 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.publications-list li:hover {
  -webkit-box-shadow: 0 0px 9px -1px #c3c4f8;
  box-shadow: 0 0px 9px -1px #c3c4f8;
}

.publications-list li::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 16px;
  left: 0;
  top: 34px;
  background-color: #155797;
}

.publications-list li a.link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.publications-list li .publications-title {
  font-size: 20px;
  color: #041a3e;
  line-height: 30px;
  margin-bottom: 15px;
  overflow: hidden;
  height: 95px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.publications-list li .publications-acs-doi {
  height: 60px;
  overflow: hidden;
  color: #6d81a2;
}

.publications-list li .publications-acs-doi .publications-acs {
  margin-bottom: 10px;
}

.publications-list li .publications-acs-doi .publications-doi {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.publications-case-link {
  display: block;
  margin: 0 auto;
  width: 220px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background-color: #f08410;
  font-size: 16px;
  border-radius: 40px;
}

.publications-case-link:hover {
  opacity: 0.8;
}

.case-studies {
  min-height: 900px;
  padding-top: 50px;
  background: url(../images/case-studies.jpg) no-repeat bottom center;
  background-size: cover;
}

.case-studies.announcements-studies {
  padding-top: 0;
  background: #f1f5fe;
  padding-bottom: 100px;
}

.case-studies .public-title.pip-title span {
  background-color: #f1f5fe;
  position: relative;
  z-index: 1;
}

.case-studies .public-title.pip-title i {
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #d9dfea;
  left: 0;
  z-index: 0;
  top: 50%;
}

.case-studies .studies-list {
  padding-top: 48px;
  padding-bottom: 75px;
}

.case-studies .studies-list ul {
  overflow: hidden;
  margin-left: -48px;
  margin-bottom: 60px;
}

.case-studies .studies-list li {
  position: relative;
  width: 400px;
  height: 250px;
  border-radius: 20px;
  background-color: #fff;
  padding: 22px 20px;
  float: left;
  margin-left: 48px;
  margin-bottom: 40px;
}

.case-studies .studies-list li .studies-title {
  line-height: 36px;
  font-size: 20px;
  color: #041a3e;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 15px;
  height: 72px;
  overflow: hidden;
}

.case-studies .studies-list li .studies-acs-doi {
  color: #788aa9;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 60px;
  overflow: hidden;
}

.case-studies .studies-list li .studies-acs-doi.en {
  height: 64px;
}

.case-studies .studies-list li .publications-acs {
  margin-bottom: 10px;
}

.case-studies .studies-list li .studies-doi {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.case-studies .studies-list li a.link {
  position: absolute;
  display: block;
  width: 140px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  padding-right: 30px;
  background: url(../images/download.png) no-repeat 85% center;
  background-color: #155797;
  border-radius: 20px;
  left: 38px;
  bottom: 30px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  z-index: 1;
}

.case-studies .studies-list li a.link:hover {
  background-color: #f08410;
}

.case-studies .studies-list li a.link.link-dt {
  width: 100%;
  height: 100%;
  z-index: 0;
  background: none;
  left: 0;
  top: 0;
}

.case-studies .studies-list li a.link.link-dt:hover {
  background: none;
}

.careers-swiper-video {
  padding-top: 40px;
}

.careers-video {
  margin-bottom: 50px;
}

.cations-list {
  margin-bottom: 90px;
}

.cations-list.press-list li .cations-title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 60px;
}

.cations-list.press-list li .cations-introduce {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 40px;
}

.cations-list.coverage-list li {
  padding-right: 130px;
}

.cations-list.coverage-list li i {
  position: absolute;
  width: 54px;
  height: 54px;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/news-coverage.jpg) no-repeat center;
  border-radius: 50%;
  background-size: cover;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.cations-list.events-list li i {
  background: url(../images/events-2.jpg) no-repeat center;
}

.cations-list.events-list li:hover i {
  background: url(../images/events-1.jpg) no-repeat center;
}

.cations-list li {
  position: relative;
  padding: 30px 20px;
  border-bottom: 1px solid #dfe7f8;
  background-color: #fff;
  padding-left: 140px;
  min-height: 150px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.cations-list li .cations-date {
  position: absolute;
  width: 90px;
  height: 80px;
  border-radius: 5px;
  border-top: 2px solid #f08410;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 3px 0 #ccc;
  box-shadow: 0 0 3px 0 #ccc;
  background-color: #fff;
}

.cations-list li .date-days {
  font-size: 30px;
  padding-top: 5px;
}

.cations-list li:hover {
  background-color: #f1f5fe;
  -webkit-box-shadow: 0 0 8px 0 #e6eef8;
  box-shadow: 0 0 8px 0 #e6eef8;
  border-color: transparent;
  border-radius: 5px;
}

.cations-list li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.cations-txt .cations-title {
  font-size: 20px;
  color: #041a3e;
  line-height: 30px;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cations-txt .cations-introduce {
  color: #788aa9;
}

.cations-txt .cations-introduce span.cations-acs {
  padding-right: 20px;
}

.about-case-list {
  margin-bottom: 90px;
}

.about-case-list li {
  position: relative;
  padding: 30px 20px;
  border-bottom: 1px solid #dfe7f8;
  background-color: #fff;
  min-height: 120px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  padding-right: 150px;
}

.about-case-list li .about-case-title {
  font-size: 20px;
  color: #041a3e;
  line-height: 30px;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.about-case-list li .about-case-introduce {
  color: #788aa9;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.about-case-list li:hover {
  background-color: #f1f5fe;
  -webkit-box-shadow: 0 0 8px 0 #e6eef8;
  box-shadow: 0 0 8px 0 #e6eef8;
  border-color: transparent;
  border-radius: 5px;
}

.about-case-list li a {
  position: absolute;
  width: 100px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #155797;
  z-index: 1;
}

.about-case-list li a.link {
  width: 100%;
  height: 100%;
  background: none;
  z-index: 0;
}

.press-release {
  padding-top: 1px;
  background-color: #f1f5fe;
}

.press-release .cnt-details {
  margin-top: 0;
  overflow: visible;
}

.news-press-list {
  padding-top: 50px;
  padding-bottom: 60px;
  margin-bottom: 20px;
}

.news-press-list .link-more {
  display: block;
  width: 220px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 40px;
  margin: 0 auto;
  background-color: #f08410;
}

.news-press-list ul {
  margin-left: -50px;
}

.news-press-list ul li {
  margin-left: 50px;
  position: relative;
  float: left;
  width: 400px;
  height: 250px;
  border-radius: 5px;
  border: 1px solid #e2eaf7;
  background-color: #fff;
  padding: 20px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-size: 18px;
  color: #041a3e;
  margin-bottom: 90px;
}

.news-press-list ul li::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(../images/news-press.jpg) no-repeat center;
  bottom: 15px;
  left: 30px;
}

.news-press-list ul li .news-press-date {
  position: absolute;
  width: 90px;
  height: 80px;
  border-radius: 3px;
  border-top: 2px solid #f08410;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 20px;
  top: -40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 3px 0 #ccc;
  box-shadow: 0 0 3px 0 #ccc;
  background-color: #fff;
  font-size: 14px;
}

.news-press-list ul li .news-press-date .date-days {
  font-size: 30px;
  padding-top: 5px;
}

.news-press-list ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.news-press-list ul li:hover {
  background-color: #4689cd;
  -webkit-box-shadow: 0 0 10px 0 #4689cd;
  box-shadow: 0 0 10px 0 #4689cd;
  border-color: #4689cd;
}

.news-press-list ul li:hover .news-press-txt {
  color: #fff;
}

.news-press-list ul li:hover .news-press-date {
  color: #024587;
}

.news-press-list ul li .news-press-txt {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 200px;
  overflow: hidden;
}

.clear {
  clear: both;
}

.news-coverage-list {
  padding-bottom: 70px;
}

.news-coverage-list .link-more {
  display: block;
  width: 220px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 40px;
  margin: 0 auto;
  background-color: #f08410;
}

.news-coverage-list ul {
  margin-left: -50px;
  margin-bottom: 90px;
}

.news-coverage-list li {
  position: relative;
  width: 400px;
  height: 472px;
  border: 1px solid #e2eaf7;
  border-radius: 3px;
  padding: 30px 20px;
  padding-top: 40px;
  float: left;
  margin-left: 50px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.news-coverage-list li .news-coverage-img {
  text-align: center;
  margin-bottom: 17px;
}

.news-coverage-list li .news-coverage-img img {
  border-radius: 50%;
  width: 100px;
}

.news-coverage-list li .news-coverage-date {
  color: #3a97f2;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

.news-coverage-list li .news-coverage-date::after {
  content: "";
  position: absolute;
  width: 10px;
  border-bottom: 3px solid #f08410;
  left: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -5px;
  bottom: -20px;
}

.news-coverage-list li .news-coverage-title {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  min-height: 70px;
  color: #041a3e;
  margin-bottom: 10px;
}

.news-coverage-list li .news-coverage-title h3 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-coverage-list li .news-coverage-Introduction {
  color: #6d81a2;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: 120px;
}

.news-coverage-list li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.news-coverage-list li:hover {
  background-color: #4689cd;
  -webkit-box-shadow: 0 0 10px 0 #4689cd;
  box-shadow: 0 0 10px 0 #4689cd;
  border-color: #4689cd;
}

.news-coverage-list li:hover .news-coverage-Introduction,
.news-coverage-list li:hover .news-coverage-title h3,
.news-coverage-list li:hover .news-coverage-date {
  color: #fff;
}

.news-events {
  background: url(../images/events.jpg) no-repeat center;
  background-size: cover;
  padding-top: 100px;
  overflow: hidden;
  padding-bottom: 120px;
}

.news-events .events-cnt {
  padding-top: 70px;
  margin-bottom: 90px;
  min-width: 1300px;
}

.news-events .events-top,
.news-events .events-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.news-events .events-top .events-list,
.news-events .events-bottom .events-list {
  width: 290px;
  vertical-align: bottom;
  font-size: 18px;
  color: #fff;
}

.news-events .events-top .events-date,
.news-events .events-bottom .events-date {
  border-bottom: 1px solid #fbfcfc;
  padding: 10px 0;
  margin-bottom: 10px;
}

.news-events .events-center {
  border-bottom: 4px solid #fff;
  position: relative;
}

.news-events .events-center::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/r.png) no-repeat center;
  right: -3px;
  top: -8px;
}

.news-events .events-center span {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -10px;
  background-color: #f08410;
}

.news-events .events-center span.events-1 {
  left: 6px;
}

.news-events .events-center span.events-2 {
  left: 170px;
}

.news-events .events-center span.events-3 {
  left: 330px;
}

.news-events .events-center span.events-4 {
  left: 500px;
}

.news-events .events-center span.events-5 {
  left: 667px;
}

.news-events .events-center span.events-6 {
  left: 843px;
}

.news-events .events-center span.events-7 {
  left: 1000px;
}

.news-events .events-bottom {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -40px;
  padding-top: 30px;
}

.news-events .events-bottom .events-list {
  margin-right: 40px;
}

.events-link-more {
  display: block;
  width: 220px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 40px;
  margin: 0 auto;
  background-color: #f08410;
}

.news-industry-list {
  padding-bottom: 130px;
}

.news-industry-list ul {
  margin-left: -30px;
  margin-bottom: 40px;
}

.news-industry-list li {
  position: relative;
  float: left;
  width: 630px;
  height: 160px;
  border-radius: 3px;
  border: 1px solid #e2eaf7;
  margin-left: 30px;
  padding: 20px;
  padding-left: 135px;
  margin-bottom: 37px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.news-industry-list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-industry-list li:hover {
  background-color: #4689cd;
  -webkit-box-shadow: 0 0 8px 0 #e6eef8;
  box-shadow: 0 0 8px 0 #e6eef8;
}

.news-industry-list li:hover .news-industry-title,
.news-industry-list li:hover .news-industry-date,
.news-industry-list li:hover .news-industry-txt {
  color: #fff;
}

.news-industry-list li:hover .news-industry-title::after,
.news-industry-list li:hover .news-industry-date::after,
.news-industry-list li:hover .news-industry-txt::after {
  background-color: #fff;
}

.news-industry-list li:hover .news-industry-title::before,
.news-industry-list li:hover .news-industry-date::before,
.news-industry-list li:hover .news-industry-txt::before {
  background-color: #fff;
}

.news-industry-list li .news-industry-date {
  position: absolute;
  left: 25px;
  top: 20px;
  font-size: 20px;
  color: #155797;
}

.news-industry-list li .news-industry-date::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #155797;
  left: 0;
  bottom: -14px;
}

.news-industry-list li .news-industry-title {
  font-size: 20px;
  color: #041a3e;
  padding-left: 45px;
  margin-bottom: 30px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news-industry-list li .news-industry-title::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 2px;
  background-color: #155797;
  margin-left: -45px;
  margin-top: 13px;
}

.news-industry-list li .news-industry-txt {
  line-height: 30px;
  color: #6d81a2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 60px;
}

.investors-top {
  max-width: 426px;
  color: #dae8f6;
  margin-bottom: 20px;
}

.investors-top .HitGen {
  font-size: 20px;
  padding-top: 10px;
  margin-bottom: 20px;
}

.investors-top .RMB {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 60px;
}

.investors-top .RMB span {
  font-size: 20px;
  margin-left: -10px;
}

/*.investors-top .RMB span::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 23px;
  margin-top: 36px;
  margin-left: 10px;
  background: url(../images/dow.png) no-repeat center;
}*/

.investors-top .RMB img {
  margin-left: 10px;
}

.hghest-list {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.hghest-list ul {
  margin-left: -50px;
  overflow: hidden;
}

.hghest-list li {
  float: left;
  margin-left: 50px;
  font-size: 16px;
  line-height: 30px;
}

.hghest-list li span {
  display: block;
}

.information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 60px;
}

.information .information-video {
  width: 670px;
  height: 500px;
  margin-right: 50px;
}

.information .information-video .video-js {
  width: 100%;
  height: 100%;
  background: #000;
}

.information-txt {
  position: relative;
  width: 578px;
}

.information-txt .information-title {
  font-size: 25px;
  color: #155797;
  padding: 30px 0 25px 0;
}

.information-txt .information-title.cnInformation-title {
  padding: 0;
  margin-bottom: 5px;
}

.information-txt .information-stock.cnInformation-stock {
  position: static;
  background: url(../images/information.jpg) no-repeat 11% 5px;
}

.information-txt .information-overview {
  font-size: 18px;
  line-height: 30px;
  color: #155797;
  text-align: justify;
}

.information-txt .information-stock {
  position: absolute;
  bottom: 30px;
  font-size: 20px;
  text-decoration: underline;
  padding-top: 100px;
  background: url(../images/information.jpg) no-repeat top center;
}

.information-txt .information-stock a {
  color: #155797;
}

.cnt-table {
  overflow: hidden;
  margin-bottom: 120px;
}

.cnt-table table {
  width: calc(100% + 2px);
  margin-left: -1px;
  border: 1px solid #dfe7f9;
  table-layout: fixed;
}

.cnt-table table td {
  border-top: 1px solid #dfe7f9;
  border-right: 1px solid #dfe7f9;
  padding: 27px;
  font-size: 18px;
  color: #155797;
  line-height: 1.7;
}

.cnt-table table tr td:last-child {
  border-right: 0;
}

.cnt-table .table-hed {
  background-color: #f1f5fe;
  color: #155797;
  border-top: 1px solid #dfe7f9;
  padding: 20px 10px;
  font-size: 20px;
}

.cnt-table .table-title {
  color: #041a3e;
}

.announcements-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.announcements-tab span {
  display: block;
  width: 50%;
  text-align: center;
  line-height: 55px;
  color: #041a3e;
  font-size: 20px;
  cursor: pointer;
  border-top: 2px solid #155797;
  background-color: #dfe7f8;
}

.announcements-tab span.cur {
  color: #fff;
  background-color: #155797;
}

.announcements-item {
  display: none;
  background-color: #fff;
  padding: 30px;
  min-height: 650px;
}

.announcements-item.announ-item {
  padding: 0;
  min-height: auto;
}

.announcements-item.announ-item ul {
  border: 0;
  padding: 0;
}

.announcements-item ul {
  border-top: 1px solid #dfe7f8;
  margin-bottom: 40px;
}

.announcements-item li {
  position: relative;
  border-bottom: 1px solid #dfe7f8;
}

.announcements-item li::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #bfd1ed;
  top: 50%;
  margin-top: -3px;
}

.announcements-item li a {
  max-width: 80%;
  display: block;
  padding: 15px 10px 15px 20px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #155797;
}

.announcements-item li a:hover {
  color: #f08410;
}

.announcements-item li span {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #155797;
  font-size: 16px;
}

.announcements-item.cur {
  display: block;
}

.announcements-cnt {
  margin-bottom: 70px;
}

.inves-office {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  padding: 50px 60px 50px 630px;
  padding-bottom: 80px;
}

.inves-office::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 580px;
  height: 100%;
  background: url(../images/office.jpg) no-repeat center;
  background-size: cover;
}

.inves-office .inves-title {
  font-size: 24px;
  color: #041a3e;
  margin-bottom: 30px;
}

.inves-office .inves-title span {
  color: #f08410;
}

.inves-contact .inves-contact-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 24px;
  padding: 20px 50px;
  border-bottom: 1px solid #dfe7f8;
}

.inves-contact .inves-contact-item.inves-contact-phone::after {
  background-position: 0 0;
}

.inves-contact .inves-contact-item.inves-contact-mail::after {
  background-position: -35px 0;
}

.inves-contact .inves-contact-item::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 30px;
  left: 0;
  top: 20px;
  background: url(../images/contact.png) no-repeat;
}

.inves-contact .inves-contact-item .inves-contact-information {
  color: #f08410;
  margin-left: 5px;
}

.inves-contact .inves-contact-item .inves-contact-information p {
  margin-bottom: 10px;
}

.inves-details {
  background-color: #f1f5fe;
  padding: 100px 0;
}

.not-cnt {
  width: 500px;
  margin: 0 auto;
  margin-top: 100px;
  text-align: center;
  min-height: 500px;
  padding-top: 200px;
  background: url(../images/404.png) no-repeat top center;
}

.not-cnt .not-sorry {
  font-size: 22px;
  color: #041a3e;
  font-weight: 700;
  margin-bottom: 20px;
}

.not-cnt .not-b {
  color: #a2b3cf;
  line-height: 30px;
  margin-bottom: 70px;
}

.not-cnt .not-back {
  border: 2px solid #f08410;
  width: 280px;
  margin: 0 auto;
  border-radius: 40px;
}

.not-cnt .not-back a {
  display: block;
  font-size: 20px;
  padding: 10px 20px;
  color: #f08410;
}

.not-cnt .not-back span {
  display: inline-block;
  vertical-align: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f08410;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  margin-right: 37px;
}

.search-cnt {
  width: 936px;
  margin: 0 auto;
}

.search-cnt .search-results {
  position: relative;
  overflow: hidden;
}

.search-cnt .search-results button {
  position: absolute;
  width: 110px;
  height: 100%;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  background: url(../images/search-1.png) no-repeat center;
  background-color: #155797;
  right: 0;
  top: 0;
}

.search-cnt .search-results button:hover {
  opacity: 0.8;
}

.search-cnt .search-results input {
  background: #fff;
  border-radius: 40px;
  border: 1px solid #caddf0;
  width: 100%;
  height: 60px;
  font-size: 20px;
  color: #041a3e;
  padding: 0 120px 0 30px;
}

.search-cnt .results-show {
  font-size: 20px;
  padding: 30px 25px;
  border-bottom: 1px solid #caddf0;
}

.search-cnt .results-show span {
  color: #f08410;
}

.search-cnt .results-list ul {
  min-height: 800px;
}

.search-cnt .results-list li {
  padding: 30px 24px;
  position: relative;
  min-height: 120px;
  border-bottom: 1px solid #caddf0;
}

.search-cnt .results-list li .results-title {
  font-size: 30px;
  color: #041a3e;
  margin-bottom: 16px;
}

.search-cnt .results-list li .results-url {
  color: #155797;
  font-size: 14px;
}

.search-cnt .results-list li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.terms-cnt {
  background: #fff;
  border-radius: 15px;
  padding: 40px;
  min-height: 800px;
}

.terms-cnt .terms-title {
  font-size: 20px;
  color: #041a3e;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #caddf0;
  padding-bottom: 25px;
}

.terms-cnt .terms-title h1 {
  display: inline-block;
  text-align: left;
}

.terms-details p {
  color: #041a3e;
  font-size: 16px;
  line-height: 1.7;
}

/** 微信二维码START **/
.header-top .r-share .header-icon.icon-5 {
  margin-right: 0;
  background-position: -124px 0;
}

.share-weixin {
  display: inline-block;
  position: relative;
}

.share-weixin .weixin-code {
  position: absolute;
  z-index: 3;
  display: none;
  bottom: 20px;
  width: 210px;
  padding-bottom: 20px;
}

.header-right .share-weixin .weixin-code {
  left: -94px;
}

.footer .share-weixin .weixin-code {
  left: -82px;
}

.share-weixin .weixin-code img {
  width: 90px;
}

.share-weixin:hover .weixin-code {
  display: block;
}

.header-right .share-weixin a.weixin {
  width: 40px;
}

.header-right .share-weixin .weixin-code {
  top: 20px;
  padding-top: 15px;
  height: 125px;
}

.link-foreign .footer-icon.icon-5 {
  background-position: -187px 0;
}

/** 微信二维码END **/
.about-people-show {
  text-align: center;
}
.about-people-main {
  margin: 0px 2vw;
  width: 205px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.about-people-other {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  @media screen and (max-width: 1014px) {
    & {
      max-width: 794px;
    }
  }
  @media screen and (max-width: 768px) {
    & {
      max-width: 550px;
    }
  }
}
.about-people-manager .about-people-single {
  margin-right: 30px;
}
.about-people-single {
  margin: 10px;
  width: 200px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.about-people-show img {
  height: 240px;
}
