.gp-header23 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  /*手机端导航默认*/
  /*导航*/
  /*导航内标签效果*/
}
.gp-header23 .header {
  width: 100%;
}
.gp-header23 .header .links {
  padding: 10px 80px;
  box-sizing: border-box;
  background-color: #284976;
  text-align: right;
}
.gp-header23 .header .links .gp-link {
  display: inline-block;
}
.gp-header23 .header .links .gp-link a {
  color: #fff;
  padding-right: 30px;
  position: relative;
  display: inline-block;
  line-height: 16px;
}
.gp-header23 .header .links .gp-link a::after {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  top: 0px;
  right: 15px;
}
.gp-header23 .header .links .openSearch {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #fff;
  font-size: 16px;
}
.gp-header23 .header .links .gp-overlay {
  z-index: 98;
}
.gp-header23 .header .gp-header23.currents {
  position: fixed;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 997px) {
  .gp-header23 .header .links {
    display: none;
  }
}
.gp-header23 .header .position {
  width: 100%;
  padding: 30px 3.6vw 34px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
  font-size: 0px;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.gp-header23 .header .position .gp-logo {
  display: flex;
  align-items: center;
  font-size: 0;
}
.gp-header23 .header .position .gp-logo .logo_01 {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.gp-header23 .header .position .gp-logo .logo_02 {
  display: inline-block;
}
.gp-header23 .header .position .gp-logo img {
  max-height: 70px;
}
.gp-header23 .header .position .nav {
  width: 60.23%;
  display: flex;
  justify-content: end;
  justify-content: flex-end;
  margin-top: 15px;
}
.gp-header23 .header .position .nav * {
  color: #fff;
}
.gp-header23 .header .position .nav li {
  list-style: none;
  position: relative;
}
.gp-header23 .header .position .nav li a {
  display: block;
  padding: 5px 10px;
  line-height: 1;
  font-weight: bold;
}
.gp-header23 .header .position .nav li .subNav {
  display: none;
  width: 150%;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  position: absolute;
  top: 28px;
  left: 0%;
  transition: all 0.35s ease-out;
}
.gp-header23 .header .position .nav li .subNav a {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  padding: 12px 5px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: all 0.35s ease;
}
.gp-header23 .header .position .nav li .subNav a:hover {
  background-color: #284976;
  color: #fff;
}
.gp-header23 .header .position .nav li.on .subNav {
  display: block;
  transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 997px) {
  .gp-header23 .header .position .nav {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  .gp-header23 .header .position {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1240px) {
  .gp-header23 .header .position {
    display: flex;
  }
  .gp-header23 .header .position .nav {
    flex: 1;
  }
}
.gp-header23 .gp-header23 {
  transition: all 0.5s ease-out 0s;
  z-index: 10;
}
.gp-header23 .gp-header23.currents {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.gp-header23 .gp-header23 .header .position {
  transition: all 0.3s ease-out 0s;
}
.gp-header23 .gp-header23.currents .header .position {
  padding-top: 10px;
  padding-bottom: 10px;
}
.gp-header23 .gp-header23 .header .links {
  transition: all 0.3s ease-out 0s;
}
.gp-header23 .gp-header23.currents .header .links {
  display: none;
}
.gp-header23 .gp-header23.currents .gp-menu .gp-menu-header {
  position: absolute;
  top: -19px;
}
@media screen and (max-width: 997px) {
  .gp-header23 .header {
    position: relative;
  }
  .gp-header23 .header .position {
    padding: 20px;
    background: #284976;
  }
}
@media screen and (max-width: 540px) {
  .gp-header23 .gp-header23 .gp-menu-nav > ul > li .gp-menu-arrow {
    font-size: 14px;
  }
  .gp-header23 .gp-header23 .gp-menu-nav > ul {
    font-size: 14px;
  }
  .gp-header23 .header .position {
    padding: 10px 5px !important;
  }
  .gp-header23 .header .position .gp-logo {
    width: 80%;
  }
  .gp-header23 .header .position .gp-logo .logo_01 {
    margin-right: 5px;
  }
  .gp-header23 .header .position .gp-logo .logo_01::after {
    height: 43px;
    right: 0px;
  }
}
.gp-header23 .gp-search4 {
  display: none;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.gp-header23 .gp-search4 .notxt {
  width: 656px;
  height: 40px;
  vertical-align: top;
  padding: 0;
  border: 0;
  outline: none;
  padding-left: 20px;
}
.gp-header23 .gp-search4 .notxt1 {
  display: inline-block;
  width: 120px;
  height: 40px;
  vertical-align: top;
  padding: 0;
  border: 0;
  outline: none;
  background-color: #284976;
}
.gp-header23 .gp-search4 .notxt1::before {
  color: #fff;
  font-size: 22px;
}
.gp-header23 .gp-search4.active {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 99;
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  100% {
    transform: translateY(12px) rotate(0deg);
  }
}
@keyframes clickfirst {
  0% {
    transform: translateY(4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes clicksecond {
  0% {
    transform: translateY(-4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes clickthird {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.gp-header23 .mobile_bg {
  width: 100%;
  height: 100%;
  z-index: 90;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.gp-header23 .gp-menu {
  display: none;
  width: 100%;
  z-index: 98;
  position: absolute;
  top: 30px;
}
.gp-header23 .gp-menu .gp-menu-header {
  position: absolute;
  top: -7px;
  right: 0;
  z-index: 996;
  width: 10%;
  height: 40px;
  background: transparent;
}
.gp-header23 .gp-menu .gp-menu-header .gp-menu-link {
  float: left;
  line-height: 40px;
  height: 40px;
  padding-left: 15px;
}
.gp-header23 .gp-menu .gp-menu-header .gp-menu-link a {
  color: #fff;
}
.gp-header23 .gp-menu .gp-menu-header .gp-menu-header-icon {
  color: #c7000a;
  height: 40px;
  font-size: 25px;
  text-align: center;
  float: right;
  width: 40px;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  margin-right: 10px;
  cursor: pointer;
}
.gp-header23 .gp-menu .gp-menu-header .gp-menu-header-icon span {
  position: absolute;
  left: calc((100% - 25px) / 2);
  top: calc((100% - 2px) / 3);
  width: 27px;
  height: 3px;
  background-color: #c7000a;
}
.gp-header23 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}
.gp-header23 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header23 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(3) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header23 .gp-menu .gp-menu-header .gp-menu-header-icon-out span {
  width: 27px;
  height: 4px;
  background-color: #fff;
  display: block;
  border-radius: 4px;
}
.gp-header23 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
.gp-header23 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
.gp-header23 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
.gp-header23 .gp-menu .gp-menu-header .gp-menu-header-icon-click span {
  background-color: #fff;
  top: calc((100% - 2px) / 2.1);
}
.gp-header23 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.gp-header23 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}
.gp-header23 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}
@media screen and (max-width: 997px) {
  .gp-header23 .gp-menu {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .gp-header23 .gp-menu {
    top: 15px;
  }
}
@media screen and (max-width: 414px) {
  .gp-header23 .gp-menu {
    top: 10px;
  }
}
.gp-header23 .gp-menu-nav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0px;
  padding-top: 40px;
  background: #284976;
  display: none;
}
.gp-header23 .gp-menu-nav > ul > li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.gp-header23 .gp-menu-nav > ul > li > a {
  display: inline-block;
  padding: 14px 0 14px 25px;
}
.gp-header23 .gp-menu-nav > ul > li > ul {
  background: rgba(0, 0, 0, 0.1);
  padding: 0 25px;
}
.gp-header23 .gp-menu-nav > ul > li > ul a {
  display: inline-block;
  padding: 10px 10px;
}
.gp-header23 .gp-menu-nav > ul > li .gp-menu-arrow {
  cursor: pointer;
  width: 30px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.gp-header23 .gp-menu-nav > ul > li.on .gp-menu-arrow {
  transform: rotate(90deg);
}
.gp-header23 .gp-menu-nav li ul {
  display: none;
}
.gp-header23 .gp-menu-nav a {
  color: #fff;
}
.gp-header23 .gp-menu-nav > ul li {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: returnToNormal;
  animation-name: returnToNormal;
}
.gp-header23 .gp-menu-nav > ul li ::marker {
  content: '';
}
.gp-header23 .open .gp-menu-link {
  display: block;
  padding: 0px 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.gp-header23 .open .gp-menu-link a {
  padding-right: 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.gp-header23 .open .gp-menu-link a:last-child {
  border-right: none;
  padding-right: 0px;
}
.gp-header23 .open .gp-menu-link .mobile_search {
  font-size: 0px;
  margin-top: 10px;
  display: block;
}
.gp-header23 .open .gp-menu-link .mobile_search .notxt {
  width: 90%;
  height: 40px;
  outline: none;
  border: none;
  padding: 0px;
  vertical-align: top;
  padding-left: 20px;
}
.gp-header23 .open .gp-menu-link .mobile_search .notxt1 {
  width: 10%;
  height: 40px;
  outline: none;
  border: none;
  padding: 0px;
  vertical-align: top;
}
.gp-header23 .open .gp-menu-header {
  background: none;
}
@media screen and (max-width: 1440px) {
  .gp-header23 .header .position .nav {
    margin-top: 5px;
  }
}
@media screen and (max-width: 414px) {
  .gp-header23 .header .position .gp-logo {
    width: 250px;
  }
  .gp-header23 .gp-menu .gp-menu-header {
    position: absolute;
    top: 0 !important;
    right: 0;
  }
}
.carousel1 {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.carousel1 .slick-slide > a {
  display: block;
  background-color: #fff;
  position: relative;
}
.carousel1 .slick-slide .slick-img {
  display: block;
  height: 0;
  padding-bottom: 28.64%;
  overflow: hidden;
}
@media screen and (max-width:1480px) {
  .carousel1 .slick-txt2 {
    height: 70px;
  }
}
@media screen and (max-width:1240px) {
  .carousel1 .slick-txt2 {
    height: 60px;
  }
}
@media screen and (max-width:996px) {
  .carousel1 .slick-txt2 {
    height: 50px;
  }
}
.gp-title99 {
  display: flex;
  align-items: end;
  align-items: flex-end;
}
.gp-title99 .titLt {
  flex: 1;
  overflow: hidden;
}
.gp-title99 .titLt .gpColumnTitleEn {
  display: block;
  box-sizing: border-box;
  padding-left: 13px;
  border-left: 2px solid #284976;
  line-height: 1;
  color: #284976;
}
.gp-title99 .titLt .title {
  margin: 10px 0 0;
}
.gp-title99 .titLt .title span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title99 .titLt .title h2 {
  display: inline-block;
  vertical-align: middle;
}
.gp-title99 .titLt .title h2 a {
  color: #333333;
}
.gp-title99 .more {
  box-sizing: border-box;
  padding: 9px 28px;
  border-radius: 20px;
  border: 1px solid #d6d6d6;
}
.gp-title99 .more:hover {
  color: #284976;
}
@media screen and (max-width:768px) {
  .gp-title99 .more {
    padding: 5px 20px;
  }
}
.block-list211 a {
  display: block;
  margin: 0 12.5px;
  padding: 15px 15px 45px;
  box-shadow: 0px 5px 9.2px 0.8px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}
.block-list211 a .gpImgSize {
  padding-bottom: 62.333%;
}
.block-list211 a .gpArticleTitle {
  margin-top: 20px;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-sizing: content-box;
}
.block-list211 a .gpArticleSummary {
  line-height: 1.7;
  margin-top: 20px;
  box-sizing: content-box;
  height: 3.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list211 a .gpArticleDate {
  padding-top: 30px;
  color: #284976;
}
.block-list211 a .gpArticleDate::before {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  background-color: #284976;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-right: 9px;
}
.block-list211 li:hover a {
  transform: translateY(-10px);
}
@media screen and (max-width: 540px) {
  .block-list211 li {
    width: 100%;
  }
  .block-list211 li a .gpArticleTitle,
  .block-list211 li a .gpArticleSummary,
  .block-list211 li a .gpArticleDate {
    margin-top: 10px;
  }
}
.block-list131 {
  margin: 0 -10px;
}
.block-list131 li a {
  display: block;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.35s ease-in-out;
  position: relative;
  margin: 0 10px;
  height: 100%;
  overflow: hidden;
}
.block-list131 li a .img {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.block-list131 li a .img img {
  width: auto;
  max-width: 50px;
}
.block-list131 li a .img span {
  display: block;
  padding: 18px 0 12px;
  text-align: center;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.35s ease-in-out;
}
.block-list131 li a .img strong {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 0.35s ease-in-out;
}
.block-list131 li a p {
  text-align: center;
  padding-bottom: 12px;
  transition: all 0.35s ease-in-out;
}
.block-list131 li a:hover {
  background: #284976;
}
.block-list131 li a:hover .img span {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.block-list131 li a:hover .img strong {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  top: 18px;
  filter: alpha(opacity=100);
}
.block-list131 li a:hover p {
  color: #fff;
}
.block-list318 {
  margin: 0 -15px;
}
.block-list318 li a {
  display: block;
  margin: 0 15px;
  box-sizing: border-box;
  padding: 20px 30px;
  position: relative;
  background: #f5f5f5;
  transition: all 0.2s ease-in-out;
}
.block-list318 li a .title {
  color: #333333;
  line-height: 1.625;
  height: 3.25em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list318 li a:hover .title {
  color: #284976;
}
.block-list318 li a .date {
  color: #284976;
  margin-top: 20px;
  box-sizing: border-box;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.block-list318 li a .date span {
  display: inline-block;
  margin-right: 5px;
}
.block-list318 li a .date::before {
  content: "";
  display: block;
  width: 11.57%;
  height: 1px;
  background: #284976;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.25s ease-in-out;
}
.block-list318 li a:hover .date::before {
  width: 100%;
}
.block-list318 li a:hover {
  transform: translateY(-5px);
}
@media screen and (max-width:768px) {
  .block-list318 li a {
    padding: 15px 20px;
  }
  .block-list318 li a .date {
    padding-top: 10px;
    margin-top: 10px;
  }
}
.carousel82 {
  padding-bottom: 50px;
}
.carousel82 >ul {
  margin: 0 -20px;
}
.carousel82 >ul li {
  padding-bottom: 10px;
  box-sizing: border-box;
}
.carousel82 >ul li a {
  background: #fff;
  display: block;
  margin: 0 20px;
  border: 1px solid #284976;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.carousel82 >ul li a .item-info {
  display: flex;
  justify-content: space-between;
}
.carousel82 >ul li a .item-info .item-img {
  position: relative;
  z-index: 20;
  width: 200px;
}
.carousel82 >ul li a .item-info .item-img .item-pic {
  padding-bottom: 140%;
}
.carousel82 >ul li a .item-info .name {
  padding: 30px;
  box-sizing: border-box;
  writing-mode: vertical-rl;
  position: relative;
  color: #333333;
  font-weight: bold;
  letter-spacing: 3px;
}
.carousel82 >ul li a .item-info .name::before {
  content: "";
  display: block;
  width: 2px;
  height: 25px;
  background: #284976;
  position: absolute;
  right: 20px;
  top: 30px;
}
.carousel82 >ul li a .item-summary {
  padding: 20px 20px 30px;
  box-sizing: border-box;
}
.carousel82 >ul li a .item-summary p {
  line-height: 1.5;
  color: #333333;
}
.carousel82 >ul li.slick-current a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #284976;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}
.carousel82 .slick-dots {
  width: 100%;
  bottom: -50px;
  text-align: center;
}
.carousel82 .slick-dots >li {
  width: 40px;
  height: 10px;
  padding: 0;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
}
.carousel82 .slick-dots >li button {
  border: 1px solid #284976;
  border-radius: 0;
  background: none;
}
.carousel82 .slick-dots li.slick-active {
  width: 60px;
}
.carousel82 .slick-dots li.slick-active button {
  background: #284976;
}
.carousel82 .slick-arrow {
  width: 60px;
}
.carousel82 .slick-arrow:hover:after {
  background: #284976;
}
.carousel82 .slick-prev:after {
  left: -10px;
}
.carousel82 .slick-next:after {
  right: -10px;
}
.carousel14 {
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 -10px;
}
.carousel14 .slick-slider a {
  display: block;
  margin: 0 10px;
}
.carousel14 .slick-slider a p {
  margin: 10px 5px;
  box-sizing: border-box;
}
.carousel14 .slick-arrow {
  width: 30px;
  height: 50px;
  background: #284976;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
}
.carousel14 .slick-arrow:after {
  display: none;
}
.footer_block1 {
  padding: 30px 0;
  background-color: #284976;
}
.footer_block1 .footer {
  line-height: 1.5;
}
.footer_block1 .footer > span {
  margin: 0 5px;
  display: inline-block;
}
@media screen and (max-width:767px) {
  .footer_block1 {
    padding: 20px 0;
  }
}
