.con_header {
  padding: 40px 0 0 40px;
  height: 147px;
  background: url("../images/h_bg.png") no-repeat center center / cover;
  box-sizing: border-box;
}
.con_header .h_logo {
  width: 500px;
  height: 75px;
  background: url("../images/logo.png") no-repeat center center / 100%;
}
.con_header .h_right_cp,
.con_header .h_right {
  width: 316px;
  height: 147px;
  background: #0f4c81;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.con_header .h_right_cp .triangle,
.con_header .h_right .triangle {
  position: absolute;
  left: -86px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 147px solid #0f4c81;
  border-left: 86px solid transparent;
}
.con_header .h_right_cp {
  padding: 50px 0 0 28px;
  background: none;
  z-index: 1;
}
.con_header .h_right_cp .input_box {
  width: 228px;
  height: 22px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.con_header .h_right_cp .input_box input {
  border: none;
  outline: none;
  background: none;
  height: 14px;
  line-height: 14px;
  color: #fff;
}
.con_header .h_right_cp .txt {
  color: #fff;
  margin-top: 27px;
}
.nav_wrap {
  background: #0f4c81;
  height: 44px;
  text-align: center;
  position: relative;
}
.nav_wrap .nav_item {
  display: inline-block;
  position: relative;
}
.nav_wrap .nav_item:hover .chi_ul {
  opacity: 1;
  display: block;
  visibility: visible;
}
.nav_wrap .nav_item .chi_ul {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.nav_wrap .nav_item .chi_ul li.chi_li {
  display: inline-block;
  min-width: 140px;
  position: relative;
}
.nav_wrap .nav_item .chi_ul li.chi_li:hover a::after {
  width: 100%;
  left: 0;
  opacity: 1;
  transition: 0.3s all;
}
.nav_wrap .nav_item .chi_ul li.chi_li a {
  height: 44px;
  line-height: 44px;
  color: #1a1c1e;
  box-sizing: border-box;
}
.nav_wrap .nav_item .chi_ul li.chi_li a.active,
.nav_wrap .nav_item .chi_ul li.chi_li a:hover {
  color: #c5be02;
}
.nav_wrap .nav_item .chi_ul li.chi_li a::after {
  content: "";
  background: #0f4c81;
  opacity: 0;
  height: 3px;
  position: absolute;
  left: 50%;
  width: 0;
  bottom: 0;
}
.nav_wrap a {
  margin-right: 16px;
  font-size: 24px;
  color: #fff;
  display: inline-block;
  line-height: 44px;
}
.nav_wrap a.active,
.nav_wrap a:hover {
  color: #e67e22;
}
.nav_wrap a:last-child {
  margin-right: 0;
}
.con_nav {
  position: relative;
}
.con_nav .nav_bg {
  background: rgba(255, 255, 255, 0.9);
  height: 0px;
  width: 100%;
  left: 0;
  top: 100%;
  position: absolute;
  z-index: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
}
.con_nav.open .nav_bg {
  height: 44px;
  opacity: 1;
  visibility: visible;
}
.con_chi_nav {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  position: absolute;
  width: 100%;
  z-index: 2;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.3);
}
.con_chi_nav a {
  height: 44px;
  line-height: 44px;
  display: inline-block;
  color: #1a1c1e;
  box-sizing: border-box;
}
.con_chi_nav a.active,
.con_chi_nav a:hover {
  color: #c5be02;
  border-bottom: 4px solid #0f4c81;
}
.acshow {
  display: block;
}
.con_banner img {
  width: 100%;
}
.con_bread_w {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.3);
  height: 44px;
  line-height: 44px;
  position: relative;
}
.con_bread_w .con_bread {
  width: 1292px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.con_bread_w .con_bread .b_left {
  display: flex;
  align-items: center;
}
.con_bread_w .con_bread .b_left a,
.con_bread_w .con_bread .b_left em {
  font-size: 18px;
  color: #0f4c81;
}
.con_bread_w .con_bread .b_left em {
  margin: 0 5px;
}
.con_bread_w .con_bread .b_left .iconfont {
  color: #0f4c81;
  font-size: 30px;
  margin-right: 18px;
}
.con_bread_w .con_bread .b_right {
  display: flex;
  align-items: center;
}
.con_bread_w .con_bread .b_right a {
  width: 140px;
  height: 100%;
  text-align: center;
  color: #0f4c81;
}
.con_bread_w .con_bread .b_right a.active {
  color: #fff;
  background: #0f4c81;
}
.con_bread_w .con_bread .b_right em {
  width: 1px;
  height: 22px;
  background: #0f4c81;
}
.con_body {
  width: 1292px;
  margin: 0 auto;
  box-sizing: border-box;
}
.con-footer {
  position: relative;
  text-align: center;
}
.con-footer .frdlink {
  font-size: 18px;
  background: #005687;
  height: 66px;
  line-height: 66px;
  color: #fff;
}
.con-footer .frdlink a {
  font-size: 16px;
  color: #fff;
}
.con-footer .frdlink a:hover {
  color: #c5be02;
}
.con-footer .record {
  font-size: 14px;
  background: #05173b;
  height: 46px;
  line-height: 46px;
  color: #fff;
}
.con-footer .bottom_bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.con-footer .bottom_bg img {
  width: 100%;
}
.g_row {
  display: flex;
}
.g_row .g_col {
  flex-grow: 1;
}
.g_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #0f4c81;
  padding-bottom: 17px;
  margin: 22px 0;
  font-size: 24px;
  color: #0f4c81;
}
.g_title .iconfont {
  color: #0f4c81;
  font-size: 30px;
  margin-right: 18px;
}
.g_title .more {
  font-size: 14px;
  color: #0f4c81;
}
.home_page .row1_left {
  width: 755px;
}
.home_page .row1_left .swiper-wrapper {
  height: 380px;
}
.home_page .row1_left .swiper-wrapper .item {
  position: relative;
  overflow-y: hidden;
  height: 380px;
}
.home_page .row1_left .swiper-wrapper .item .item_img {
  width: 755px;
}
.home_page .row1_left .swiper-wrapper .item .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home_page .row1_left .swiper_bottom {
  padding: 20px 0 14px;
  height: 87px;
  background: #0f4c81;
  position: relative;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.home_page .row1_left .swiper_bottom h4 {
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.home_page .row1_left .swiper_bottom .next,
.home_page .row1_left .swiper_bottom .prev {
  top: 16px;
  position: absolute;
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.home_page .row1_left .swiper_bottom .next {
  right: 16px;
}
.home_page .row1_left .swiper_bottom .prev {
  left: 16px;
}
.home_page .row1_left .swiper_bottom .swiper-pagination {
  margin-top: 18px;
  position: relative;
}
.home_page .row1_left .swiper_bottom .swiper-pagination .swiper-pagination-bullet {
  margin: 0 14px !important;
  width: 9px !important;
  height: 9px !important;
  background: #fff;
}
.home_page .row1_left .swiper_bottom .swiper-pagination .swiper-pagination-bullet-active {
  background: #c5be02 !important;
}
.home_page .row1_right {
  width: 100%;
  margin-left: 25px;
}
.home_page .row1_right .row1_right_li {
  height: 61px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #4fa1d9;
  box-sizing: border-box;
  width: 512px;
}
.home_page .row1_right .row1_right_li .li_title {
  margin-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home_page .row1_right .row1_right_li .li_title a {
  font-size: 17px;
}
.home_page .row1_right .row1_right_li .li_date {
  width: 40px;
  height: 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  color: #4fa1d9;
  flex-shrink: 0;
}
.home_page .row1_right .row1_right_li .li_date i {
  width: 14px;
  height: 1px;
  background: #4fa1d9;
}
.home_page .row1_right .row1_right_li .li_date .da {
  font-size: 18px;
}
.home_page .row1_right .row1_right_li .li_date .mo {
  font-size: 8px;
}
.home_page .row2_left {
  margin-top: 22px;
}
.home_page .row2_left img {
  width: 626px;
}
.home_page .row2_right {
  width: 100%;
  margin-left: 34px;
}
.home_page .row2_right .row2_right_li {
  height: 67px;
  line-height: 67px;
  box-sizing: border-box;
  border-bottom: 1px dashed #b6babe;
}
.home_page .row2_right .row2_right_li .date {
  float: right;
}
.home_page .row3_ul {
  justify-content: space-between;
}
.home_page .row3_ul .row3_li {
  flex-grow: 0;
}
.home_page .row3_ul .row3_li img {
  width: 306px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
}
.home_page .row3_ul .row3_li h4 {
  line-height: 46px;
  font-size: 20px;
  color: #0f4c81;
  text-align: center;
}
.news_list {
  margin-top: 46px;
}
.news_list .n_ul .n_li {
  border-bottom: 1px dashed #0f4c81;
  margin-bottom: 52px;
}
.news_list .n_ul .n_li .n_title {
  color: #0f4c81;
  display: flex;
  justify-content: space-between;
}
.news_list .n_ul .n_li .n_title h4 {
  font-size: 20px;
}
.news_list .n_ul .n_li .n_title .n_date {
  font-size: 18px;
}
.news_list .n_ul .n_li .n_p {
  margin: 28px 0 22px;
  color: #0f4c81;
  font-size: 18px;
}
.news {
  margin-top: 37px;
}
.news .n_title_w {
  border-bottom: 1px solid #0f4c81;
}
.news .n_title_w .n_title {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #0f4c81;
}
.news .n_title_w .n_date {
  color: #0f4c81;
  text-align: center;
  font-size: 18px;
  line-height: 55px;
}
.news .n_subtitles {
  margin-top: 20px;
}
.news .n_subtitles h4 {
  color: #0f4c81;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 45px;
}
.news .n_p_w {
  margin: 20px 0 40px 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #0f4c81;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
  color: #545454;
}
.news .n_p_w p {
  color: #0f4c81;
  text-indent: 2em;
  line-height: 20px;
}
.news .n_p_w p:last-child {
  margin: 0;
}
