.more_btn {
  width: 164px;
  height: 48px;
  border: solid 1px #cccccc;
  font-family: PingFang-SC-Medium;
  font-size: 16px;
  font-weight: normal;
  line-height: 48px;
  text-align: center;
  color: #666666;
  transition: all 0.3s;
}
.more_btn.blue {
  background-color: #1c5ea2;
  border: solid 1px #1c5ea2;
  color: #fff;
}
.more_btn.blue:hover {
  opacity: 0.7;
}
.more_btn:not(.blue):hover {
  border: solid 1px #1c5ea2;
  color: #1c5ea2;
}
.title b {
  font-size: 28px;
  font-weight: bold;
  color: #1c5ea2;
  margin-right: 5px;
}
.title em {
  font-size: 18px;
  font-weight: normal;
  color: #999999;
}
.banner {
  height: 520px;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../images/banner.png);
}
.banner .inner {
  padding-left: 764px;
  padding-top: 143px;
}
.banner h1 {
  font-size: 68px;
  font-weight: bold;
  color: #1c5ea2;
  margin-bottom: 30px;
}
.banner h2 {
  font-size: 34px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 40px;
}
.headline {
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  box-shadow: 0px 2px 9px 0px rgba(171, 187, 203, 0.42);
}
.headline span {
  box-sizing: border-box;
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(../images/icon_headlines.png);
  font-size: 20px;
  font-weight: bold;
  color: #fefefe;
  padding-left: 67px;
}
.headline .infoList li {
  margin-right: 40px;
  float: left;
  text-align: left;
  display: inline;
  width: auto !important;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
.text h6 {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 20px;
}
.text h6::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.text p {
  font-size: 14px;
  font-weight: normal;
  color: #878787;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.text .date {
  font-size: 16px;
  font-weight: normal;
  color: #999999;
}
.news_img {
  display: block;
}
.news_img .img {
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin-bottom: 30px;
}
.news_img .img img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_img:hover > .img img {
  transform: scale(1.05);
}
.news_img:hover > .text h6 {
  color: #1c5ea2;
}
.news:hover > .text h6 {
  color: #1c5ea2;
}
.tab_pane_lis {
  overflow: hidden;
}
.tab_pane_lis .tab {
  width: 100%;
  padding-bottom: 35px;
  border-bottom: 1px solid #f1f1f1;
}
.tab_pane_lis .tab a:not(.more) {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  transition: all 0.3s;
}
.tab_pane_lis .tab a:not(.more):not(:last-child) {
  margin-right: 50px;
}
.tab_pane_lis .tab a:not(.more):not(:last-child)::after {
  content: '|';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -33px;
  font-size: 13px;
  font-weight: bold;
  color: #666666;
}
.tab_pane_lis .tab a:not(.more).cur {
  color: #1c5ea2 !important;
}
.tab_pane_lis .pane > ul,
.tab_pane_lis .pane > div {
  animation-duration: 0.3s;
}
.intro {
  background-image: linear-gradient(to right, #f4f9ff 0%, #fff 50%);
}
.intro .left {
  width: 940px;
  background-color: #f4f9ff;
  padding-right: 220px;
}
.intro .intro_text {
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  color: #333333;
}
.intro .right {
  margin-left: -220px;
}
.intro .right img {
  width: 612px;
  height: 364px;
}
.item_box_ver {
  margin-left: -10px;
  margin-right: -10px;
}
.item_box_ver::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.item_box_ver > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.item_box_ver > li:nth-child(n) {
  margin-top: 0;
}
.item_box_ver > li:nth-child(n + 5) {
  margin-top: 0px;
}
.item_box_ver > li:nth-child(5) {
  margin-top: 0;
}
.item_box_ver a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.item_box_ver li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 102px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  align-items: center;
  padding: 15px 0;
}
.item_box_ver li i {
  transition: all 0.3s;
  display: inline-block;
  width: 30px;
  height: 40px;
  background: url(../images/intro_icons.png) no-repeat;
}
.item_box_ver li i.s1 {
  background-position: 4px 1px;
}
.item_box_ver li i.s2 {
  background-position: -143px 0px;
}
.item_box_ver li i.s3 {
  background-position: -290px 2px;
}
.item_box_ver li i.s4 {
  background-position: -437px 1px;
}
.item_box_ver li i.s5 {
  background-position: -584px 0;
}
.item_box_ver li h6 {
  transition: all 0.3s;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
}
.item_box_ver li:hover a {
  box-shadow: 0px 5px 18px 0px rgba(43, 82, 165, 0.19);
}
.item_box_ver li:hover i {
  transform: rotateY(360deg);
}
.item_box_ver li:hover h6 {
  color: #1c5ea2;
}
.news_list li {
  padding: 30px 0;
  border-bottom: 1px solid #f1f1f1;
}
.picList {
  margin-left: -25px;
  margin-right: -25px;
}
.picList::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.picList > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 25px;
  padding-right: 25px;
  float: left;
}
.picList > li:nth-child(n) {
  margin-top: 0;
}
.picList > li:nth-child(n + 3) {
  margin-top: 0px;
}
.picList > li:nth-child(3) {
  margin-top: 0;
}
.picList a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.picList li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.picList li .img {
  width: 100%;
  height: 234px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
.picList li .img img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.picList li h6 {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  padding-bottom: 27px;
  border-bottom: 1px solid #dcdedb;
  position: relative;
}
.picList li h6::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 16px;
  height: 3px;
  background-color: #1c5ea2;
}
.picList li:hover .img img {
  transform: scale(1.05);
}
.picList li:hover h6 {
  color: #1c5ea2;
}
.item_box_middle li .info {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}
.item_box_middle li .info::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #1c5ea2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.item_box_middle li .info:hover::before {
  width: 100%;
}
.item_box_middle li .info .fl {
  width: 80px;
  margin-right: 20px;
  position: relative;
}
.item_box_middle li .info .fl b {
  font-size: 50px;
  font-weight: bold;
  color: #1c5ea2;
}
.item_box_middle li .info .fl span {
  font-size: 16px;
  color: #1c5ea2;
}
.item_box_middle li .info .fl::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 1px;
  height: 50px;
  background-color: #f1f1f1;
}
.item_box_middle li .info .fr {
  padding-top: 14px;
  width: calc(100% - 100px);
}
.item_box_middle li .detail {
  padding: 17px 0;
}
.item_box_middle li .detail i {
  display: inline-block;
  width: 23px;
  height: 7px;
  background: url(../images/icon_arrow.png) center;
}
.item_box_middle li:hover .text h6 {
  color: #1c5ea2;
}
.item_box_middle li:hover .info::before {
  width: 100%;
}
.recruit .item_box_middle {
  margin-left: -30px;
  margin-right: -30px;
}
.recruit .item_box_middle::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.recruit .item_box_middle > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 30px;
  padding-right: 30px;
  float: left;
}
.recruit .item_box_middle > li:nth-child(n) {
  margin-top: 0;
}
.recruit .item_box_middle > li:nth-child(n + 3) {
  margin-top: 0px;
}
.recruit .item_box_middle > li:nth-child(3) {
  margin-top: 0;
}
.recruit .item_box_middle a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.recruit .item_box_middle .text h6 {
  line-height: 2;
}
.contact {
  height: 236px;
  padding-top: 70px;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../images/contact_bg.png);
}
.contact .title b,
.contact .title em {
  color: #ffffff;
}
.contact p {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
}
.contact p span {
  margin-right: 27px;
}
