﻿.huan_container {
  width: 1200px;
  margin: 0 auto;
}

.pshow {
  display: none;
}

.flex_between_center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.huan_positon {
  box-shadow: 0px 1px 8px 0px rgba(208, 208, 208, 0.35);
  font-size: 14px;
  color: #999999;
}

.huan_positon .huan_container {
  height: 50px;
}

.huan_positon .pleft em {
  display: inline-flex;
}

.huan_positon .pright ul li {
  display: inline-block;
  margin-left: 65px;
}

.huan_positon .pright ul li a {
  font-size: 15px;
  color: #666666;
}

.huan_positon .pright ul li.hover a {
  color: #1d3483;
}

.common_title {
  text-align: center;
}

.common_title .ctenname {
  font-family: Arial-BoldMT;
  font-size: 45px;
  color: #b9b9b9;
  opacity: 0.1;
  font-weight: bold;
}

.common_title .ctname {
  font-size: 28px;
  color: #333333;
  margin-top: -37px;
}

.common_title .ctname span {
  color: #233983;
}

.map_content {
  padding: 34px 0 49px;
  border: 0;
}

.contact_wrapper .common_title {
  padding-top: 53px;
}

.contact_form {
  padding: 32px 0 64px;
}

.news_wrapper .news_ul li:hover {
  box-shadow: unset;
  background-color: #f2f2f2;
}

.news_wrapper .news_arrs {
  background: url(../image/news_icon_more.png) no-repeat center/100% 100%;
}

.hnews_page {
  padding: 52px 0 65px;
}

.newsTitle {
  margin-bottom: 39px;
}

.hnews_pageinfo {
  color: #333333;
  margin-bottom: 70px;
}

.hnews_pageinfo .nptitle {
  font-size: 24px;
  text-align: center;
  margin: 60px 0 10px;
}

.hnews_pageinfo .npdate {
  font-size: 12px;
  opacity: 0.8;
  text-align: center;
  margin-bottom: 27px;
}

.hnews_pageinfo .newsinfoCon {
  font-size: 14px;
  line-height: 30px;
  opacity: 0.8;
}

.hnews_pageinfo .newsinfoCon p {
  min-height: 10px;
}

.hnews_pageinfo .newsinfoCon p img {
  max-width: 100%;
}

.hnews_pageinfo .new_back {
  text-align: right;
  margin: 36px 0 35px;
}

.hnews_pageinfo .new_back a {
  width: 150px;
  height: 50px;
  background-color: #1d3483;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  text-align: center;
  display: inline-block;
}

.hnews_pageinfo .news_contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #efefee;
  padding-top: 20px;
}

.hnews_pageinfo .news_contact a {
  max-width: 45%;
  overflow: hidden;
  font-size: 12px;
  opacity: 0.8;
}

.hsoloved_pageinfo {
  margin-bottom: 75px;
}

.hsoloved_pageinfo .common_title {
  margin: 50px 0 25px;
}

.hsoloved_pageinfo .hsolovedCon {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #666666;
}

.hsoloved_pageinfo .hsolovedCon p {
  min-height: 10px;
}

.hsoloved_pageinfo .hsolovedCon p img {
  max-width: 100%;
}

.hsoloved_pageinfo .hsolovedCon video {
  max-width: 100%;
  width: auto;
}

.aboutSection_1 .common_title {
  margin: 53px 0 24px;
}

.aboutSection_1 .about_con {
  font-size: 14px;
  line-height: 29px;
  color: #666666;
  text-align: center;
}

.aboutSection_1 .about_conimg img {
  max-width: 100%;
}

.habout_page {
  padding-bottom: 70px;
}

.about_params {
  margin: 33px 0 43px;
}

.about_params ul {
  display: flex;
}

.about_params ul li {
  width: 25%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 136px;
  border-right: 1px solid #e1e1e1;
}

.about_params ul li .pnum {
  font-size: 48px;
  color: #1d3483;
  font-weight: bold;
  position: relative;
  padding-right: 4px;
}

.about_params ul li .paramTop {
  display: flex;
}

.about_params ul li .psign {
  font-size: 14px;
  color: #b1b1b1;
}

.about_params ul li .paramText {
  font-size: 16px;
  color: #666666;
  margin-left: -30px;
  margin-top: 10px;
}

.about_params ul li:last-child {
  border: 0;
}

.aboutSection_2 {
  background: url("../image/about_section2_bg.jpg");
  margin: 64px 0 54px;
  padding-bottom: 70px;
}

.aboutSection_2 .common_title {
  padding: 64px 0 39px;
}

.aboutSection_2 .business_group {
  display: flex;
}

.aboutSection_2 .business_group .busItem {
  width: 25%;
  padding: 20px 0;
  position: relative;
}

.aboutSection_2 .business_group .busItem .bushover {
  display: none;
}

.aboutSection_2 .business_group .busimg {
  border: solid 1px #e3e3e3;
  border-bottom: 0;
}

.aboutSection_2 .business_group .busimg img {
  max-width: 100%;
}

.aboutSection_2 .business_group .bustext {
  border: solid 1px #e3e3e3;
  border-top: 0;
  background-color: #ffffff;
  text-align: center;
}

.aboutSection_2 .business_group .bustext .btname {
  font-size: 20px;
  color: #333333;
  padding: 25px 0 4px;
}

.aboutSection_2 .business_group .bustext .btcon {
  font-size: 14px;
  color: #666666;
  padding-bottom: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: nowrap;
}

.aboutSection_2 .business_group .busItem:hover .bushover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .3s;
}

.aboutSection_2 .business_group .busItem:hover .bush_con {
  background: rgba(8, 100, 170, 0.83);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}

.aboutSection_2 .business_group .busItem:hover .bush_con h4 {
  font-size: 20px;
}

.aboutSection_2 .business_group .busItem:hover .bush_con em {
  width: 21px;
  height: 2px;
  background-color: #ffffff;
  display: inline-flex;
  margin: 15px 0 18px;
}

.aboutSection_2 .business_group .busItem:hover .bush_con p {
  font-size: 14px;
  opacity: 0.8;
  padding: 0 25px;
  line-height: 26px;
}

.aboutSection_3 .team_group {
  margin: 30px 0 57px;
  position: relative;
  padding-bottom: 33px;
}

.aboutSection_3 .team_group .swiper-slide img {
  max-width: 100%;
}

.aboutSection_3 .team_group .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.aboutSection_3 .team_group .swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
  width: 10px;
  height: 10px;
  border: solid 1px #1d3483;
  background: #ffffff;
  opacity: 1;
  outline: unset;
}

.aboutSection_3 .team_group .swiper-pagination .swiper-pagination-bullet-active {
  background: #1d3483;
}

.aboutSection_4 .common_title {
  margin-bottom: 30px;
}

.aboutSection_4 .swiper-slide img {
  max-width: 100%;
}

.aboutSection_4 .swiper-button-prev,
.aboutSection_4 .swiper-button-next {
  width: 20px;
  height: 37px;
}

.aboutSection_4 .swiper-button-prev {
  left: -57px;
  background: url("../image/honor_left.png") no-repeat;
}

.aboutSection_4 .swiper-button-next {
  right: -57px;
  background: url("../image/honor_right.png") no-repeat;
}

.aboutSection_4 .honorGroup {
  position: relative;
}

.aboutSection_4 .swiper-container {
  position: unset;
}



.home_icon1{
  text-align: center;
  width: 100%
}
.home_icon1 img{
  max-width: 100%
}