.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 123;
  display: none;
}
.mask > div {
  position: absolute;
  text-align: center;
  width: 80%;
  height: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.mask > div .close {
  position: absolute;
  top: -24px;
  font-size: 40px;
  color: #fff;
  right: -30px;
  z-index: company_profile  112323;
  cursor: pointer;
  font-weight: 100;
}
.mask > div div {
  height: 100%;
}
.mask > div div img {
  max-height: 90%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mask > div div p {
  color: #fff;
  padding-top: 5px;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
}

.mask > div div p img{
  width: 16px;
}
.mask > div .prev_btn {
  position: absolute;
  top: 50%;
  font-size: 24px;
  color: #19305f;
  left: 0%;
  transform: rotate(-90deg);
  z-index: 123;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.mask > div .next_btn {
  position: absolute;
  top: 50%;
  font-size: 24px;
  color: #19305f;
  right: 0;
  z-index: 123;
  transform: rotate(90deg);
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.open {
  display: block;
}
.company_profile .company_prlfile_content > p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.company_profile .company_prlfile_content > p b {
  font-size: 15px;
}
.company_profile .company_prlfile_content .company_profile_number {
  position: relative;
  overflow: auto;
}
.company_profile .company_prlfile_content .company_profile_number::after {
  right: 0;
  top: 50%;
  position: absolute;
  content: '';
  margin-top: -38px;
  width: 2px;
  height: 76px;
  background: #eeeeee;
}
.company_profile .company_prlfile_content .company_profile_number li {
  float: left;
  width: 33.33%;
  text-align: center;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.company_profile .company_prlfile_content .company_profile_number li p {
  font-size: 12px;
  color: #666;
  padding-top: 8px;
}
.company_profile .company_prlfile_content .company_profile_number li::after {
  left: 0;
  top: 50%;
  position: absolute;
  content: '';
  margin-top: -38px;
  width: 2px;
  height: 76px;
  background: #eeeeee;
}
.company_profile .company_prlfile_content .company_profile_number li h5 {
  letter-spacing: 1px;
}
.company_profile .company_prlfile_content .company_profile_number li h5 span {
  display: inline-block;
  vertical-align: text-top;
}
.company_profile .company_prlfile_content .company_profile_number li h5 span:first-child {
  font-size: 34px;
  color: #19305f;
}
.company_profile .company_prlfile_content .company_profile_number li h5 span:last-child {
  position: relative;
  top: 10px;
  color: #19305f;
  font-size: 14px;
}
.company_profile .profile_team .common img {
  width: 100%;
}
.company_profile .profile_team .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.company_profile .profile_team .swiper-slide {
  background-size: cover;
  background-position: center;
}
.company_profile .profile_team .gallery-top {
  width: 100%;
  height: 120px;
}
.company_profile .profile_team .gallery-top .swiper-slide > div h5 {
  font-size: 16px;
  color: #999;
  padding-top: 25px;
  padding-bottom: 20px;
}
.company_profile .profile_team .gallery-top .swiper-slide > div p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.company_profile .profile_team .gallery-thumbs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  border-bottom: 2px solid #CCCCCC;
  height: 54px;
  padding-top: 10px;
}
.company_profile .profile_team .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
.company_profile .profile_team .gallery-thumbs .swiper-slide span {
  position: relative;
  font-size: 15px;
  border-bottom: 2px solid #fff;
  line-height: 40px;
  display: inline-block;
}
.company_profile .profile_team .gallery-thumbs .swiper-slide-thumb-active span {
  color: #19305f;
  border-bottom: 2px solid #19305f;
}
.company_profile .profile_team_show .common > img {
  max-width: 100%;
}
.company_profile .profile_team_show .common > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  top: -7px;
}
.company_profile .profile_team_show .common > div img {
  margin-top: 10px;
  max-width: 49%;
}
.Corporate_Culture .common h6 {
  font-size: 14px;
  color: #333;
}
.Corporate_Culture .common > img {
  margin-top: 14px;
  margin-bottom: 14px;
  width: 100%;
}
.Corporate_Culture .common p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.Corporate_Culture .common > div {
  padding-top: 14px;
}
.Corporate_Culture .common > div img {
  width: 100%;
}
.honor .common ul {
  overflow: auto;
}
.honor .common ul li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.honor .common ul li:hover figcaption {
  color: #19305f;
}
.honor .common ul li:nth-of-type(2n) {
  margin-right: 0;
}
.honor .common ul li div {
  width: 100%;
  height: 100px;
  background: #f0f1f2;
  text-align: center;
}
.honor .common ul li div img {
  max-height: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 100%;
}
.honor .common ul li figcaption {
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 30px;
}
.staff_style .common ul {
  overflow: auto;
}
.staff_style .common ul li {
  float: left;
  width: 49%;
  height: 150px;
  background: #e1e1e1;
  margin-bottom: 10px;
  margin-right: 2%;
}
.staff_style .common ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff_style .common ul li:nth-of-type(2n) {
  margin-right: 0;
}
.Advantage .common ul {
  overflow: auto;
  padding: 10px;
}
.Advantage .common ul li {
  float: left;
  width: 32%;
  margin-right: 1%;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 14px #ddd;
          box-shadow: 0 0 14px #ddd;
}
.Advantage .common ul li img {
  max-width: 100%;
}
.Advantage .common ul li:nth-of-type(4n) {
  margin-right: 0;
}
.details .details_title{
  border-bottom: 1px solid #ddd;
  padding-bottom: 14px;
}
.details_title{text-align: center;}
.details .details_title h5 {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  padding-top: 25px;
  padding-bottom: 6px;
}
.details .details_title p {
  color: #999;
  font-size: 12px;
  line-height: 20px;
}
.details .details_title p span {
  margin-right: 5px;
}
.details .content {
  padding-top: 24px;
}

.details .content IMG{
  max-width: 100%;
}
.details .content p {
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.details .others_ {
  position: relative;
  height: 45px;
  width: 100%;
  margin-top: 25px;
}
.details .others_ a {
  position: absolute;
  top: 0;
  height: 45px;
  width: 50%;
  line-height: 45px;
  font-size: 14px;
  background-color: rgba(25, 48, 95, 0.8);
}

.details .others_ .prev {
  left: 0;
}
.details .others_ .prev span:first-child {
  position: absolute;
  left: 0;
  height: 30px;
  top: 7.5px;
  width: 45px;
  text-align: center;
  line-height: 30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border-left: 1px solid #fff;
}
.details .others_ .prev span:first-child i {
  font-size: 24px;
  color: #fff;
}
.details .others_ .prev span:last-child {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
}
.details .others_ .next {
  left: 50%;
}

.details .others_ .none{
  background-color: rgba(25, 48, 95, 0.4);
}
.details .others_ .next span:first-child {
  position: absolute;
  right: 0;
  height: 30px;
  top: 7.5px;
  width: 45px;
  text-align: center;
  line-height: 30px;
  border-left: 1px solid #fff;
}
.details .others_ .next span:first-child i {
  font-size: 24px;
  color: #fff;
}
.details .others_ .next span:last-child {
  color: #fff;
  position: absolute;
  right: 50%;
  top: 0;
}
.location {
  color: #999;
  padding: 12px 0;
}
.location a {
  color: #999;
  font-size: 14px;
}
.after ul li {
  overflow: hidden;
  height: 50px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.after ul li h4 {
  font-size: 16px;
  color: #333;
  position: relative;
  height: 49px;
  line-height: 50px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.after ul li h4 span {
  position: absolute;
  right: 0;
  color: #999;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.after ul li > div {
  background-color: #F7F7F7;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.after ul li > div > div {
  margin: 0 15px;
  padding: 15px 0;
}
.after ul li > div > div p {
  font-size: 14px;
  line-height: 28px;
  color: #666;
}

.after ul li > div > div p img{
  max-width: 100%;
}
.after ul .auto {
  height: auto;
  overflow: auto;
}
.after ul .auto h4 span {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.contact_content .common > div:first-child h2 {
  font-size: 18px;
  color: #333;
}
.contact_content .common > div:first-child p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.contact_content .common .contact_ {
  position: relative;
  margin-top: 20px;
}
.contact_content .common .contact_ ul li {
  font-size: 13px;
  color: #666;
  line-height: 24px;
}
.contact_content .common .contact_ ul li span {
  color: #999;
}
.contact_content .common .contact_ > img {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 120px;
}
.contact_content .common .map {
  height: 200px;
  background-color: #000;
  margin-top: 20px;
}
.form .left_title {
  padding-top: 24px;
}
.form .common h4 {
  font-size: 18px;
  color: #333;
}
.form .common ul li {
  /* float: left; */
  margin-top: 12px;
}
.form .common ul li p {
  font-size: 14px;
  color: #333;
  padding-bottom: 4px;
}
.form .common ul li input {
  width: 100%;
  /* padding-left: 20px; */
  font-size: 14px;
  text-indent: 2em;
  color: #999;
  outline: none;
  background: none;
  border: 1px solid #ccc;
  height: 40px;
}
.form .common ul li:nth-of-type(4) {
  margin-top: 20px;
}
.form .common ul li button {
  width: 100%;
  height: 45px;
  background: #142955;
  outline: none;
  border: none;
  color: #fff;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
