.case ul li.container {
  overflow: auto;
  background-color: #fff;
}
.main {
  background-color: #f7f7f7;
}

.company_profile_desc{
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.main > .container {
  margin-bottom: 20px;
  padding-top: 70px;
  padding-bottom: 60px;
  margin-top: 2px;
  overflow: auto;
  background-color: #fff;
}
.main > div {
  position: relative;
  top: 100px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.main > div.onshow {
  opacity: 1;
  top: 0;
}
.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: 556px;
  height: 75%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.mask > div .close {
  position: absolute;
  top: -24px;
  font-size: 50px;
  color: #fff;
  right: -50px;
  z-index: company_profile  112323;
  cursor: pointer;
  font-weight: 100;
}
.mask > div div {
  height: 100%;
}
.mask > div div img {
  max-height: 90%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     margin: auto;
}
.mask > div div p {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 5px;
}
.mask > div .prev_btn {
  position: absolute;
  top: 50%;
  font-size: 24px;
  color: #19305f;
  left: 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);
}
.mask > div .next_btn {
  position: absolute;
  top: 50%;
  font-size: 24px;
  color: #19305f;
  right: 0;
  z-index: 123;
  cursor: pointer;
  transform: rotate(90deg);
  -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: 14px;
  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: 48px;
  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: 18px;
  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;
}
.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: 33%;
  margin-right: 0.5%;
  margin-bottom: 10px;
}
.honor .common ul li:hover figcaption {
  color: #19305f;
}
.honor .common ul li:nth-of-type(3n) {
  margin-right: 0;
}
.honor .common ul li div {
  width: 100%;
  height: 180px;
  background: #f0f1f2;
  text-align: center;
  position: relative;
}
.open_big_image::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  background-image: url(../imgs/mark.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
}
.honor .common ul li div::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  background-image: url(../imgs/mark.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35%;
}
.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: 16px;
  color: #666;
  text-align: center;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.staff_style .common ul {
  overflow: auto;
}
.staff_style .common ul li {
  float: left;
  width: 49%;
  height: 214px;
  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: 24.25%;
  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;
}
/* .news {
  padding-bottom: 100px;
} */
.news ul {
  overflow: auto;
}
.news ul li {
  width: 32%;
  float: left;
  margin-right: 2%;
  height: 284px;
  position: relative;
  background: #f7f7f7;
  background-size: 120%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 20px;
}
.news ul li:nth-of-type(3n) {
  margin-right: 0;
}
.news ul li:hover {
  background-size: 100%;
}
.news ul li:hover > div {
  height: 114px;
  width: 85%;
}
.news ul li:hover > div > div .news_date,
.news ul li:hover > div > div .news_desc {
  display: none;
}
.news ul li:hover > div > div h4 {
  top: 25px;
}
.news ul li > div {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  bottom: 0;
  background-color: #F7F7F7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.news ul li > div > div {
  margin-left: 20px;
  margin-right: 70px;
  height: 284px;
  position: relative;
}
.news ul li > div > div .news_date {
  padding-top: 50px;
}
.news ul li > div > div .news_date span {
  font-size: 18px;
  color: #999;
}
.news ul li > div > div .news_date a {
  float: right;
}
.news ul li > div > div .news_date a i {
  font-size: 26px;
  color: #999;
}
.news ul li > div > div h4 {
  position: absolute;
  top: 105px;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news ul li > div > div h4 a {
  font-size: 24px;
  color: #333;
  line-height: 36px;
}
.news ul li > div > div .news_desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666;
  line-height: 24px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 50px;
}
.details .details_title h5 {
  font-size: 24px;
  color: #333;
  line-height: 36px;
}
.details_title{
  text-align: center;
}
.details  >.container{
  padding-bottom: 50px;
  margin-top: 50px;
  overflow: auto;
  background-color: #fff;
}
.details .details_title p {
  color: #999;
  font-size: 14px;
  line-height: 24px;
}
.details .details_title p span {
  margin-right: 12px;
}
.details .content {
  padding-top: 24px;
}
.details .content p {
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.details .content img{
  max-width: 100%;
}
.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;
  background-color: rgba(25, 48, 95, 0.8);
}
.details .others_ a:hover {
  background-color: #19305f;
}
.details .others_ .prev {
  left: 0;
}

.details .others_ .none{
  background-color: rgba(25, 48, 95, 0.4);
  cursor: default;
}
.details .others_ .none:hover{
  background-color: rgba(25, 48, 95, 0.4);
}
.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_ .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;
}
.service ul {
  overflow: auto;
}
.service ul li {
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 24px;
}
.service ul li:nth-of-type(3n) {
  margin-right: 0;
}
.service ul li:hover p {
  color: #19305f !important;
}
.service ul li:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.service ul li a figcaption p {
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}
.service ul li a figcaption p:nth-of-type(1) {
  font-size: 24px;
  color: #333;
}
.service ul li a figcaption p:last-child {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  padding-top: 14px;
  margin-bottom: 14px;
}
.service ul li a div {
  overflow: hidden;
}
.service ul li a div img {
  width: 360px;
  height: 240px;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.case ul {
  overflow: auto;
}
.case ul li {
  width: 30%;
  float: left;
  margin-right: 5%;
  margin-bottom: 25px;
  min-height: 372px;
}

.case ul li:hover img{
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}
.case ul li:nth-of-type(3n) {
  margin-right: 0;
}
.case ul li div {
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.case ul li div img {
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
     transition: all .5s ease;
     -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
     -ms-transition: all .5s ease;
     -o-transition: all .5s ease;
}
.case ul li figcaption h4 {
  font-size: 22px;
  color: #333;
  padding-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.case ul li:hover figcaption h4{
  color: #19305f;
}
.case ul li figcaption p {
  font-size: 16px;
  color: #999;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.after ul li {
  overflow: hidden;
  height: 70px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.after ul li h4 {
  font-size: 22px;
  color: #333;
  position: relative;
  height: 69px;
  line-height: 70px;
  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);
          opacity: 0.6;
}

.after ul li h4 span img{
  width: 20px;
}
.after ul li > div {
  background-color: #F7F7F7;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.after ul li > div > div {
  margin: 0 30px;
  padding: 50px 0;
}
.after ul li > div > div p {
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.after ul .auto {
  height: auto;
  overflow: auto;
}
.after ul .auto h4 span {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
          opacity: 1;
}

.contact_content .common > div:first-child h2 {
  font-size: 24px;
  color: #333;
}
.contact_content .common > div:first-child p {
  font-size: 16px;
  color: #666;
  line-height: 36px;
}
.contact_content .common .contact_ {
  position: relative;
  margin-top: 20px;
}
.contact_content .common .contact_ ul li {
  font-size: 16px;
  color: #333;
  line-height: 36px;
}
.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: 300px;
  background-color: #000;
  margin-top: 20px;
}
.form .common h4 {
  font-size: 24px;
  color: #333;
}
.form .common ul li {
  float: left;
  margin-top: 12px;
}
.form .common ul li p {
  font-size: 16px;
  color: #333;
  padding-bottom: 14px;
}
.form .common ul li:nth-of-type(2) {
  margin-left: 26px;
}
.form .common ul li input {
  width: 290px;
  padding-left: 20px;
  font-size: 14px;
  color: #999;
  outline: none;
  background: none;
  border: 1px solid #ccc;
  height: 45px;
}
.form .common ul li:nth-of-type(3) input {
  width: 628px;
}
.form .common ul li:nth-of-type(4) {
  margin-top: 40px;
}
.form .common ul li button {
  width: 310px;
  height: 45px;
  background: #142955;
  outline: none;
  border: none;
  color: #fff;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}
