a:hover {
  color: #996c33;
  text-decoration: none;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
body {
  background-color: #fff;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #394a92;
}
.advertising {
  width: 1200px;
}
.backtop {
  background: url(../img/back-top.png) no-repeat;
  background-size: contain;
}
.bg_img {
  background: url(../img/body_bg.png) no-repeat center;
  background-size: contain;
}
.head {
  height: 150px;
}
.head .flex {
  height: 150px;
  align-items: center;
}
.head .logo {
  width: 220px;
  height: 49px;
}
.head .search {
  text-align: center;
  overflow: hidden;
  height: 50px;
}
.head .search form {
  display: flex;
  align-items: center;
  height: 50px;
  overflow: hidden;
}
.head .search form input {
  width: 300px;
  height: 50px;
  margin-right: 30px;
  box-sizing: border-box;
  padding-left: 40px;
  background-color: transparent;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: url(../img/search.png) no-repeat center left;
}
.head .search form button {
  width: 95px;
  border-radius: 5px;
  font-size: 18px;
  height: 100%;
  background: #394a92;
  color: #fff;
}
.nav {
  background-color: #394a92;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
}
.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav ul li {
  text-align: center;
  flex: 1;
  position: relative;
  border-right: 1px solid #49558a;
}
.nav ul li a {
  color: #d9d9d9;
}
.nav ul li:hover a {
  color: #fff;
}
.title_one span {
  display: block;
  text-align: center;
}
.title_one span a {
  font-size: 36px;
  font-weight: 700;
}
.title_one ul {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.title_one ul li {
  text-align: center;
  max-width: 33%;
  position: relative;
}
.title_one ul li::before {
  content: '';
  background-color: #666;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.title_one ul li:last-of-type::before {
  content: none;
}
.title_one ul li a {
  margin: 0 20px;
  color: #666;
}
#swiper-1 {
  margin: 0;
  height: 480px;
}
#swiper-1 .swiper-slide span {
  height: 40px;
  line-height: 40px;
}
#swiper-1 .swiper-slide span i {
  display: block;
  width: 70%;
}
#swiper-1 .swiper-pagination {
  text-align: right;
  left: -20px;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  width: 55px;
  border-radius: 3px;
  background-color: #d5bdbb;
}
.title_1 {
  height: 50px;
  align-items: center;
  background: #f2f5f8;
}
.title_1 span {
  display: block;
  height: 50px;
  line-height: 50px;
  background: url(../img/title_1_bg.png) no-repeat center left;
  background-size: 100% 100%;
  padding: 0 40px 0;
}
.title_1 span a {
  color: #fff;
  font-size: 24px;
}
.title_1 i {
  padding-right: 5px;
}
.title_1 i a {
  font-family: '宋体';
  color: #73726c;
  font-size: 20px;
}
.ic_list ul li {
  height: 37px;
  line-height: 37px;
  position: relative;
  padding-left: 20px;
}
.ic_list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #3f4f95;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ic_list ul li a {
  font-size: 16px;
}
.tit_list {
  border-top: 1px solid #d3d3d3;
  margin-top: 10px;
  padding-top: 10px;
}
.tit_list ul li {
  height: 36px;
  line-height: 36px;
}
.tit_list ul li i {
  border-right: 1px solid #000;
  padding-right: 10px;
  margin-right: 10px;
}
.tit_list ul li i a {
  font-weight: 700;
}
.tit_list ul li a {
  font-size: 16px;
}
.title_2 {
  height: 30px;
  border-bottom: 1px solid #d9dcea;
}
.title_2 span a {
  font-size: 20px;
  color: #394a92;
}
.title_2 i a {
  color: #dcdbd8;
  font-size: 20px;
}
.first_list ul li {
  height: 30px;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
}
.first_list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #333335;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.first_list ul li:first-of-type {
  padding: 10px 0;
  padding-left: 0;
}
.first_list ul li:first-of-type::before {
  content: none;
}
.first_list ul li:first-of-type a {
  font-size: 18px;
  font-weight: 700;
}
.first_list ul li a {
  font-size: 16px;
}
.img_txt {
  position: relative;
}
.img_txt img {
  height: 170px;
  object-fit: cover;
}
.img_txt span {
  background-color: rgba(0, 0, 0, 0.5);
}
.box_show {
  padding: 0 10px;
  box-sizing: border-box;
  box-shadow: 0px 4px 6px 0px rgba(45, 77, 164, 0.1);
}
.img_txt_2 img {
  height: 230px;
}
.top-list {
  counter-reset: top;
  counter-increment: top 0;
  position: relative;
}
.top-list ul li {
  height: 80px;
  box-sizing: border-box;
  padding: 5px;
  padding-left: 100px;
  color: #515151;
  position: relative;
  white-space: normal;
  border: 1px solid #c9cbd6;
  background-color: #f2f5f8;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.top-list ul li .txt {
  flex: 1;
  overflow: hidden;
}
.top-list ul li .txt span {
  display: block;
  font-weight: 700;
}
.top-list ul li .txt span a {
  font-size: 17px;
}
.top-list ul li .txt .notext2 a {
  font-size: 14px;
  color: #6b6b6b;
}
.top-list ul li::before {
  content: counter(top);
  counter-increment: top;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 72px;
  display: block;
  color: #cdd3e4;
  font-family: 'century';
}
.left_img_box ul li {
  white-space: normal;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px 0;
}
.left_img_box ul li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.left_img_box ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.left_img_box ul li a img {
  width: 170px;
  height: 130px;
  margin-right: 15px;
}
.left_img_box ul li a .txt {
  flex: 1;
  overflow: hidden;
}
.left_img_box ul li a .txt span {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.left_img_box ul li a .txt .notext2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.left_img_box ul li a .txt .notext3 {
  text-indent: 2em;
  margin-top: 5px;
  font-family: 微软雅黑;
  font-size: 13px;
  line-height: 23px;
  color: #6b6b6b;
}
.four_img_box .item {
  width: 24%;
  padding: 10px 15px;
  box-sizing: border-box;
  background-color: #f2f5f8;
}
.four_img_box .item img {
  height: 165px;
}
.four_img_box .item span {
  padding-bottom: 10px;
  padding-top: 10px;
  display: block;
}
.four_img_box .item span a {
  font-weight: bold;
  font-size: 22px;
}
.four_img_box .item .notext3 {
  text-indent: 2em;
  line-height: 20px;
}
.four_img_box .item .notext3 a {
  font-size: 14px;
  color: #394a92;
}
.big_left_img_box .item {
  margin-bottom: 20px;
}
.big_left_img_box .item:last-of-type {
  margin-bottom: 0;
}
.big_left_img_box img {
  width: 270px;
  height: 190px;
}
.big_left_img_box .txt {
  flex: 1;
  overflow: hidden;
  background-color: #f2f5f8;
  padding: 15px 30px;
  box-sizing: border-box;
}
.big_left_img_box .txt span {
  display: block;
  padding: 10px 0;
  font-weight: 700;
}
.big_left_img_box .txt span a {
  font-size: 22px;
}
.big_left_img_box .txt .notext4 {
  text-indent: 2em;
  line-height: 20px;
}
.big_left_img_box .txt .notext4 a {
  color: #000;
  font-size: 14px;
}
.dibu_bg {
  background: url(../img/dibu_bg.jpg) center center;
  background-size: cover;
  padding: 20px 0;
}
.dibu_bg * {
  color: #fff !important;
}
.no_bor {
  border-top: none;
}
.crumbs {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e3e3e3;
}
.crumbs a,
.crumbs i {
  font-size: 14px;
  margin-right: 5px;
}
.list_list ul li {
  box-sizing: border-box;
  white-space: normal;
  padding: 15px 15px 10px;
  border-bottom: 1px solid #eee;
}
.list_list ul li:hover {
  background-color: #f5f5f5;
}
.list_list ul li:hover span a {
  color: #394a92;
}
.list_list ul li span {
  display: block;
  font-weight: 700;
}
.list_list ul li span a {
  font-size: 20px;
}
.list_list ul li .notext2 {
  margin: 5px 0;
  text-indent: 2em;
  line-height: 20px;
}
.list_list ul li .notext2 a {
  color: #9f9f9f;
  font-size: 14px;
}
.list_list ul li i {
  display: block;
  font-size: 14px;
  color: #9f9f9f;
  padding: 10px 0 5px;
}
.list_list ul li i em {
  color: #394a92;
}
.paging {
  margin: 60px 0 20px;
  display: flex;
  justify-content: center;
}
.paging a,
.paging span {
  font-size: 14px;
  padding: 0 14px;
  color: #1a1a1a;
  border: 1px solid #cecece;
  line-height: 34px;
  text-align: center;
  margin-right: 10px;
  border-radius: 5px;
}
.paging .hover,
.paging a:hover,
.paging span:hover {
  color: #fff;
  background-color: #394a92;
}
.title_3 {
  height: 40px;
  border-bottom: 1px solid #c3c3c3;
  align-items: center;
}
.title_3 span {
  font-weight: 700;
}
.title_3 span a {
  color: #394a92;
  font-size: 24px;
}
.title_3 i a {
  display: block;
  width: 65px;
  height: 35px;
  background: url(../img/more_img.png) no-repeat center;
  text-indent: -999em;
}
.ic_list_2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ic_list_2 ul li {
  width: 48%;
  box-sizing: border-box;
}
.pian span {
  display: block;
  margin-bottom: 15px;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #c3c3c3;
}
.con-tit {
  padding: 15px 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c3c3c3;
  line-height: 40px;
}
.con-tit h4 {
  font-size: 32px;
  font-weight: 700;
}
.con-info {
  text-align: right;
}
.con-info span {
  margin-right: 20px;
  color: #666;
  font-size: 14px;
}
.con-txt p {
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 15px;
  text-indent: 2rem;
  text-align: justify;
}
.con-txt p span {
  display: inline !important;
}
.con-txt img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.keywords {
  justify-content: center;
}
.keywords span,
.keywords a {
  color: #fff;
  font-size: 14px;
}
.keywords a {
  margin-right: 20px;
}
.box_1 {
  width: 686px;
}
.box_2 {
  width: 483px;
}
.box_3 {
  width: 32%;
}
.box_4 {
  width: 66%;
}
.box_5 {
  width: 48%;
}
.box_6 {
  width: 60%;
}
.box_7 {
  width: 38%;
}
.left_con {
  width: 67%;
}
.right {
  width: 30%;
}
