a:hover {
  color: #333;
  text-decoration: none;
}
.w {
  width: 1200px;
}
body {
  background-color: #fff;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #003f75;
}
.advertising {
  width: 1200px;
}
.right {
  position: sticky;
  top: 0;
  height: 100%;
}
.right .advertising {
  width: 300px;
  height: 300px;
  margin: 20px auto;
}
.right .advertising img {
  width: 100%;
  height: 100%;
}
.right .advertising-2 {
  margin-top: 40px;
  height: 300px;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  background-color: #003f75;
  height: 85px;
  border-bottom: 20px solid #ededed;
}
.head .flex {
  align-items: center;
}
.head .flex .logo {
  background-color: #ededed;
  width: 200px;
  height: 46px;
  padding: 10px 10px 5px;
  box-sizing: border-box;
  margin-right: 20px;
  margin-top: 20px;
}
.head .flex .nav {
  flex: 1;
}
.head .flex .nav ul {
  display: flex;
  justify-content: space-between;
}
.head .flex .nav ul li {

  text-align: center;
}
.head .flex .nav ul li a {
  color: #fff;
  font-size: 17px;
}
.big-tit {
  background-color: #f9f9f9;
  height: 90px;
  text-align: center;
  line-height: 90px;
  border: solid #dddcdc 1px;
}
.big-tit h4 {
  font-size: 32px;
  letter-spacing: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box-1 {
  width: 33%;
}
.box-2 {
  width: 28%;
}
#swiper-1 {
  height: 300px;
  padding-bottom: 35px;
}
#swiper-1 .swiper-slide span {
  height: 40px;
  line-height: 40px;
  background: #888;
}
#swiper-1 .swiper-button-prev {
  left: 0;
}
#swiper-1 .swiper-button-next {
  right: 0;
}
#swiper-1 .swiper-button-white {
  padding: 10px 5px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 23px 44px;
}
#swiper-1 .swiper-pagination-bullet {
  transition: 0.6s;
}
#swiper-1 .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 3px;
  background-color: #003f75;
}
.title-1 {
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #003f75;
}
.title-1 span {
  font-size: 18px;
  color: #003f75;
  font-weight: 600;
  border-bottom: solid #37c0d4 2px;
  float: left;
}
.title-1 i {
  font-size: 14px;
}
.gun {
  padding: 20px;
  box-sizing: border-box;
  background-color: #f7f7f7;
}
.gun #swiper-2 {
  height: 130px;
}
.gun #swiper-2 .swiper-slide {
  line-height: 32.75px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 15px;
  font-size: 16px;
}
.gun #swiper-2 .swiper-slide span {
  font-size: 16px;
}
.gun #swiper-2 .swiper-slide:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #4d4d4d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.left-img ul li a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px 0;
}
.left-img ul li a img {
  width: 30%;
  height: 80px;
}
.left-img ul li a .txt {
  width: 65%;
}
.left-img ul li a .txt span,
.left-img ul li a .txt i {
  display: block;
}
.left-img ul li a .txt span {
  font-size: 16px;
}
.left-img ul li a .txt i {
  margin-top: 10px;
  font-size: 12px;
  color: #737170;
}
.list ul li {
  height: 35px;
  line-height: 35px;
  position: relative;
  padding-left: 20px;
}
.list ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #4d4d4d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list ul li a {
  font-size: 16px;
}
.first ul li:first-of-type {
  text-align: center;
  margin-bottom: 10px;
  padding-left: 0;
}
.first ul li:first-of-type a {
  font-size: 20px;
  font-weight: 700;
}
.first ul li:first-of-type:before {
  content: none;
}
.two-img-box a {
  width: 48%;
}
.two-img-box a img {
  height: 110px;
}
.two-img-box a h2 {
  font-size: 14px;
  margin-top: 5px;
}
.title-2 {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background-image: linear-gradient(to right, #003f75, #004075, #0d598b, #2b93be, #3fb8df);
}
.title-2 span {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.title-2 i {
  color: #fff;
  font-size: 14px;
}
.left-img-2 {
  height: 60px;
}
.left-img-2 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left-img-2 a img {
  width: 90px;
  height:60px;
  object-fit: cover;
  margin-right: 15px;
}
.left-img-2 a h2 {
  flex:1;
  overflow:hidden;
  font-size: 16px;
}
.img-fouce {
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.img-fouce #swiper-3 {
  overflow: hidden;
}
.img-fouce #swiper-3 .swiper-wrapper .swiper-slide a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img-fouce #swiper-3 .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 170px;
}
.img-fouce #swiper-3 .swiper-wrapper .swiper-slide a span {
  padding: 10px 0;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
}
.img-fouce #swiper-3 .swiper-button-white {
  top: 40%;
  background-color: rgba(0, 0, 0, 0.4);
  background-size: 15px 44px;
  border-radius: 10px;
  width: 40px;
}
.img-fouce #swiper-3 .swiper-button-white:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.box-3 {
  width: 750px;
}
.box-4 {
  width: 400px;
}
.title-3 span {
  background-color: #003f75;
  color: #fff;
  display: block;
  width: 75px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px !important;
}
.title-3 i {
  font-size: 14px;
  color: #003f75;
}
.big-box .text-box {
  width: 60%;
}
.big-box .text-box span {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
.big-box .text-box h2 {
  margin-top: 10px;
  font-size: 14px;
}
.big-box .text-box h2:hover {
  text-decoration: underline;
}
.big-box img {
  width: 275px;
  height: 170px;
  margin-left: 20px;
}
.xian-list ul li {
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #f2f2f2;
}
.xian-list ul li:last-of-type {
  border-bottom: 0;
}
.xian {
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.title-4 {
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom: solid #003f75 5px;
}
.title-4 span {
  font-size: 20px;
  font-weight: 700;
  display: block;
  width: 15%;
  margin: 0 auto;
  border-bottom: solid #42b1e3 5px;
}
.six-img {
  flex-wrap: wrap;
}
.six-img a {
  margin-top: 20px;
  width: 32%;
  display: block;
  position: relative;
  height: 220px;
}
.six-img a span {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.crumbs {
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  background: url(../img/crumbs.jpg) no-repeat center left;
  border-bottom: solid #e4e4e4 1px;
}
.crumbs span,
.crumbs a {
  font-size: 14px;
  margin-right: 5px;
}
.list-list a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  height: 135px;
  padding: 20px 0;
}
.list-list a:hover {
  background-color: #f3f6f8;
}
.list-list a .flex {
  align-items: center;
}
.list-list a img {
  height: 135px;
  margin-right: 10px;
  width: 30%;
}
.list-list a .text {
  flex: 1;
  overflow: hidden;
  margin-left: 10px;
}
.list-list a .text span {
  display: block;
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 20px;
}
.list-list a .text span:hover {
  color: #003f75;
}
.list-list a .text h2 {
  font-size: 14px;
  color: #525252;
  min-height: 45px;
}
.list-list a .text i {
  font-size: 14px;
  font-weight: 200;
  color: #8e8e8e;
  margin-right: 20px;
}
.left {
  width: 67%;
}
.right {
  width: 30%;
}
.right .left-img ul li a img {
  height: 60px;
}
.paging {
  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: 20px;
}
.paging a:hover,
.paging span:hover {
  background-color: #003f75;
  color: #fff;
}
.paging .hover {
  background-color: #003f75;
  color: #fff;
}
.con-tit h4 {
  font-size: 25px;
}
.con-info {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-top: solid #eeeeee 1px;
  border-bottom: solid #eeeeee 1px;
}
.con-info span {
  margin-right: 20px;
}
.con-txt p {
  font-size: 15px;
  line-height: 30px;
  text-indent: 2rem;
  margin-bottom: 10px;
}
.con-txt img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}

.con-txt .keywords {
  justify-content: center;
}
.con-txt .keywords span,
.con-txt .keywords a {
  color: #fff;
  font-size: 14px;
}
.con-txt .keywords a {
  margin-right: 20px;
}
.pian {
  margin: 40px 0;
  justify-content: space-between;
}
.pian a {
  display: block;
  padding: 10px;
  border: 1px solid #eee;
  margin: 0 10px;
}
.search form {
  border: 2px solid #003f75;
  height: 40px;
  display: flex;
}
.search form input {
  width: 85%;
  padding-left: 20px;
  height: 100%;
}
.search form button {
  font-size: 16px;
  background-color: #003f75;
  color: #fff;
  height: 40px;
  width: 15%;
}
