a:hover {
  color: #3159b6;
  text-decoration: none;
}
.w {
  width: 1200px;
}
body {
  background-color: #fff;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #3159b6;
}
.advertising {
  width: 1200px;
}
.backtop {
  background: url(../img/back-top.png) no-repeat;
  background-size: contain;
}
.head {
  height: 120px;
  padding: 10px 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(119, 147, 199, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(119, 147, 199, 0.2);
}
.head .flex {
  height: 120px;
  align-items: center;
}
.head .logo {
  width: 200px;
  height: 60px;
}
.head .search {
  text-align: center;
  overflow: hidden;
  height: 40px;
  border-radius: 24px;
  width: 408px;
}
.head .search form {
  width: 408px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background: #f4f4f4;
  height: 40px;
  overflow: hidden;
}
.head .search form input {
  width: 350px;
  padding-left: 20px;
  background-color: transparent;
  font-size: 16px;
}
.head .search form button {
  width: 60px;
  height: 100%;
  background: url(../img/search.png) no-repeat center;
  background-size: 40%;
  transition: 0.5s all;
}
.head .nav {
  width: 33px;
  height: 31px;
  cursor: pointer;
  background: url(../img/nav.png) no-repeat;
}
.show-nav {
  z-index: 9999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(191, 191, 191, 0.4);
}
.show-nav .bg {
  height: 100vh;
  background: rgba(191, 191, 191, 0.4);
  flex: 1;
}
.show-nav .open {
  -webkit-transform: translateX(-450px);
  transform: translateX(-450px);
}
.show-nav .item {
  background-color: #fff;
  width: 442px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  padding: 106px 54px 0;
  box-sizing: border-box;
  position: relative;
  right: -450px;
}
.show-nav .item .off {
  position: absolute;
  top: 38px;
  right: 44px;
  width: 22px;
  height: 22px;
  background: url(../img/off.png) no-repeat;
  background-size: cover;
}
.show-nav .item ul li {
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 1px solid #fff;
}
.show-nav .item ul li a {
  transition: all 0.2s;
  display: block;
  font-size: 18px;
}
.show-nav .item ul li:hover {
  border-bottom: 1px solid #8c8c8c;
}
.focus_news {
  height: 30px;
  line-height: 30px;
  padding: 5px;
  display: flex;
  justify-content: space-between;
}
.focus_news .tit {
  width: 55px;
  background: url(../img/info.png) no-repeat center left;
}
.focus_news .text {
  overflow: hidden;
  width: 98%;
}
.focus_news .text ul {
  overflow: hidden;
}
.focus_news .text ul li {
  float: left;
  padding-left: 12px;
  margin-right: 30px;
  position: relative;
  padding-left: 20px;
}
.focus_news .text ul li a {
  font-size: 16px;
  color: #3159b6;
}
.focus_news .text ul li a:hover {
  text-decoration: underline;
}
.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 4px;
  overflow: hidden;
}
.banner .slider-box {
  width: 812px;
  height: 390px;
  overflow: hidden;
  position: relative;
}
.banner .slider-box a.prev {
  left: 13px;
  top: 50%;
  margin-top: -30px;
  background: url('../img/left.png') no-repeat;
}
.banner .slider-box a.next {
  right: 13px;
  top: 50%;
  margin-top: -30px;
  background: url('../img/right.png') no-repeat;
}
.banner .slider-box a.prev,
.banner .slider-box a.next {
  display: block;
  width: 25px;
  height: 60px;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
}
.banner .slider-con {
  height: 390px;
  overflow: hidden;
  position: absolute;
}
.banner .slider-panel {
  width: 812px;
  height: 390px;
  overflow: hidden;
  float: left;
  position: relative;
}
.banner .slider-panel img {
  display: block;
  width: 812px;
  height: 390px;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner .slider-play:hover {
  background-position: 0 0;
}
.banner .slider-nav {
  width: 388px;
  height: 390px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff url('../img/fouce-bg.png') no-repeat center center;
}
.banner .slider-nav li {
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: normal;
}
.banner .slider-nav li::before {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  content: '';
  margin: 0 23px;
  width: 8px;
  height: 8px;
  background: #7996c8;
  border-radius: 100%;
}
.banner .slider-nav li a {
  font-weight: 500;
  font-size: 16px;
  color: #3b3b3b;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.banner .slider-nav li p {
  width: 308px;
}
.banner .slider-nav li.current {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#7a96c8), to(#2a58d0));
  background-image: linear-gradient(to bottom right, #7a96c8, #2a58d0);
}
.banner .slider-nav li.current::before {
  background: #fff;
}
.banner .slider-nav li.current a {
  color: #fff;
}
.pad {
  box-sizing: border-box;
  padding: 20px 20px 14px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.title {
  letter-spacing: 2px;
  align-items: center;
  height: 22px;
  margin-bottom: 20px;
}
.title span {
  padding-left: 30px;
}
.title span a {
  font-size: 20px;
  color: #3159b6;
  font-weight: 700;
}
.title i a {
  font-size: 14px;
}
.ic1 span {
  background: url(../img/ic-1.jpg) no-repeat center left;
}
.ic2 span {
  background: url(../img/ic-2.jpg) no-repeat center left;
}
.ic3 span {
  background: url(../img/ic-3.jpg) no-repeat center left;
}
.ic4 span {
  background: url(../img/ic-4.jpg) no-repeat center left;
}
.ic5 span {
  background: url(../img/ic-5.jpg) no-repeat center left;
}
.ic6 span {
  background: url(../img/ic-6.jpg) no-repeat center left;
}
.ic7 span {
  background: url(../img/ic-7.jpg) no-repeat center left;
}
.ic8 span {
  background: url(../img/ic-8.jpg) no-repeat center left;
}
.ic9 span {
  background: url(../img/ic-9.jpg) no-repeat center left;
}
.ic10 span {
  background: url(../img/ic-10.jpg) no-repeat center left;
}
.ic12 span {
  background: url(../img/ic-12.jpg) no-repeat center left;
}
.ic13 span {
  background: url(../img/ic-13.jpg) no-repeat center left;
}
.ic14 span {
  background: url(../img/ic-14.jpg) no-repeat center left;
}
.ic15 span {
  background: url(../img/ic-15.jpg) no-repeat center left;
}
.ic16 span {
  background: url(../img/ic-16.jpg) no-repeat center left;
}
.ic11 span {
  background: url(../img/ic-11.jpg) no-repeat center left;
}
.left-img .item {
  margin-bottom: 11px;
}
.left-img .item:last-of-type {
  margin-bottom: 0;
}
.left-img .item > a {
  width: 132px;
  height: 74px;
  overflow: hidden;
  border-radius: 4px;
  margin-right: 20px;
}
.left-img .item > a img {
  transition: 0.6s;
}
.left-img .item > a img:hover {
  transform: scale(1.1);
}
.left-img .item .txt {
  flex: 1;
  overflow: hidden;
}
.left-img .item .txt .notext2 a {
  font-size: 16px;
  margin-top: 2px;
  line-height: 20px;
}
.left-img .item .txt i {
  display: block;
  margin-top: 12px;
  height: 16px;
}
.left-img .item .txt i a {
  color: #797979;
  font-size: 12px;
}
.list ul li {
  height: 32px;
  line-height: 32px;
  position: relative;
  padding-left: 20px;
}
.list ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #7996c8;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list ul li a {
  font-size: 14px;
}
.img-box {
  position: relative;
  height: 113px;
  overflow: hidden;
  border-radius: 4px;
}
.img-box img {
  transition: all 0.6s;
}
.img-box img:hover {
  transform: scale(1.1);
}
.img-box span {
  height: 37px;
  line-height: 37px;
  background: rgba(0, 0, 0, 0.64);
}
.bor-list ul li {
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #eeeeee;
}
.bor-list ul li a {
  font-size: 14px;
}
.more-img-item {
  flex-wrap: wrap;
}
.more-img-item .item {
  width: 23%;
}
.more-img-item .item > a {
  display: block;
  width: 178px;
  height: 100px;
  border-radius: 4px;
  object-fit: cover;
  overflow: hidden;
}
.more-img-item .item > a img {
  transition: 0.6s;
}
.more-img-item .item > a img:hover {
  transform: scale(1.1);
}
.more-img-item .item .notext2 {
  background-size: 10%;
}
.more-img-item .item .notext2 a {
  font-size: 14px;
  height: 40px;
  line-height: 20px;
}
.big-img-txt-box {
  border-bottom: 1px solid #eeeeee;
}
.big-img-txt-box > a {
  display: block;
  width: 350px;
  height: 197px;
  border-radius: 4px;
  overflow: hidden;
}
.big-img-txt-box > a img {
  transition: all 0.6s;
}
.big-img-txt-box > a img:hover {
  transform: scale(1.1);
}
.big-img-txt-box .notext2 {
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  font-weight: 500;
  margin: 18px 0;
}
.big-img-txt-box .notext2 a {
  font-size: 16px;
}
.big-img-txt-box i {
  margin: 0 0 16px;
  display: block;
}
.big-img-txt-box i a {
  font-size: 12px;
  color: #797979;
}
.big-left-img .item {
  align-items: center;
  margin-bottom: 10px;
}
.big-left-img .item:last-of-type {
  margin-bottom: 0;
}
.big-left-img .item > a {
  display: block;
  width: 210px;
  height: 120px;
  object-fit: cover;
  margin-right: 20px;
  border-radius: 4px;
  overflow: hidden;
}
.big-left-img .item > a img {
  transition: all 0.6s;
}
.big-left-img .item > a img:hover {
  transform: scale(1.1);
}
.big-left-img .item .txt {
  flex: 1;
  overflow: hidden;
}
.big-left-img .item .txt h2 {
  line-height: 21px;
  height: 42px;
  font-weight: 500;
}
.big-left-img .item .txt h2 a {
  font-size: 16px;
}
.big-left-img .item .txt .notext2 {
  margin: 10px 0;
  text-align: justify;
  line-height: 20px;
}
.big-left-img .item .txt .notext2 a {
  color: #7d7c7c;
  font-size: 12px;
}
.big-left-img .item .txt i a {
  color: #797979;
  font-size: 12px;
}
.bottom-bg {
  background-color: #333333;
  padding: 20px 0;
}
.bottom-bg .yq_lis .on {
  color: #fff;
  border-bottom: 2px solid #3159b6 !important;
}
.bottom-bg .bd ul li a {
  color: #fff;
}
.bottom-bg .ban_quan p,
.bottom-bg .ban_quan a {
  color: #fff;
}
.no-border {
  border: none;
}
.crumbs {
  margin: 30px 0;
  justify-content: flex-start;
  align-items: center;
}
.crumbs a,
.crumbs i {
  font-size: 16px;
  margin-right: 10px;
}
.crumbs a:first-of-type {
  display: block;
  width: 25px;
  height: 21px;
  background: url(../img/crumbs.png) no-repeat center;
}
.crumbs a:last-of-type {
  display: inline-block;
  min-width: 36px;
  height: 22px;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  padding: 0 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2a58d0), to(#7a96c8));
  background: linear-gradient(#2a58d0 0%, #7a96c8 100%);
  border-radius: 20px;
}
.crumbs i {
  color: #3159b6;
  font-weight: 700;
  font-size: 20px;
}
.list-list ul li {
  display: flex;
  justify-content: space-between;
  white-space: normal;
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
}
.list-list ul li > a {
  display: block;
  width: 180px;
  height: 126px;
  overflow: hidden;
  border-radius: 4px;
  margin-right: 20px;
}
.list-list ul li .txt {
  flex: 1;
  overflow: hidden;
}
.list-list ul li .txt span i {
  text-align: center;
  min-width: 70px;
  padding: 0 16px;
  height: 28px;
  line-height: 28px;
  background: #3159b6;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 16px;
  color: #ffffff;
}
.list-list ul li .txt span a {
  line-height: 28px;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
}
.list-list ul li .txt .notext2 {
  margin: 10px 0;
  text-align: justify;
  line-height: 25px;
}
.list-list ul li .txt .notext2 a {
  font-size: 14px;
  color: #7d7c7c;
}
.list-list ul li .txt .flex i {
  font-size: 12px;
  color: #7d7c7c;
  line-height: 25px;
}
.paging {
  margin: 50px 0 30px;
  display: flex;
  justify-content: center;
}
.paging a,
.paging span {
  font-size: 14px;
  padding: 0 14px;
  color: #1a1a1a;
  border: 1px solid #eee;
  line-height: 34px;
  text-align: center;
  margin-right: 10px;
  border-radius: 5px;
}
.paging .hover,
.paging a:hover,
.paging span:hover {
  color: #fff;
  background-color: #3159b6;
}
.pian {
  justify-content: flex-end;
}
.pian a {
  font-size: 14px;
  padding: 0 14px;
  color: #1a1a1a;
  border: 1px solid #eee;
  line-height: 34px;
  text-align: center;
  margin-right: 10px;
  border-radius: 5px;
}
.pian a:hover {
  color: #fff;
  background-color: #3159b6;
}
.con-tit {
  padding: 0 30px;
}
.con-tit h4 {
  font-size: 40px;
}
.con-info {
  text-align: center;
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
}
.con-info span {
  margin-right: 20px;
  font-size: 14px;
}
.con-info span i {
  color: #3159b6;
}
.con-txt p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 16px;
  text-indent: 2rem;
  text-align: justify;
}
.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: 32%;
}
.box-2 {
  width: 368px;
  border-right: 1px solid #eeeeee;
  padding-right: 20px;
  box-sizing: border-box;
}
.box-3 {
  width: 758px;
}
.box-4 {
  width: 49%;
}
.left {
  width: 67%;
}
.right {
  width: 30%;
}
