/**
* 主题颜色
* 鼠标经过a的颜色
* 鼠标经过是否显示下划线 underline
* 页面整体宽度
* 背景颜色
* 底部信息栏颜色
**/
a:hover {
  color: #0945a8;
  text-decoration: none;
}
.w {
  width: 1200px;
}
body {
  background-color: #fff;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #0644a6;
}
.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: 250px;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.p {
  background-color: #0644a6;
  box-shadow: 3px 4px 4px #ccc;
}
nav {
  display: block;
  height: 80px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .logo {
  width: 150px;
  height: 45px;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
}
nav .nav-list {
  margin-right: 50px;
}
nav .nav-list ul {
  display: flex;
  justify-content: space-between;
}
nav .nav-list ul li {
  line-height: 70px;
}
nav .nav-list ul li a {
  display: block;
  padding: 0 10px;
  font-size: 16px;
  padding-bottom: 5px;
  color: #fff;
}
nav .search {
  position: absolute;
  right: 0;
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
  background: url('../img/search.png') no-repeat center left;
  background-size: 30px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  transition: all 0.3s;
}
nav .search button {
  display: none;
  z-index: 99;
  border: 0;
  outline: none;
  width: 64px;
  height: 100%;
  color: white;
  background: #ccc;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
nav .search input {
  display: none;
  background-color: #fff;
  width: 100%;
  height: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  text-indent: 36px;
  font-size: 14px;
}
nav .search:hover {
  background-color: #fff;
  width: 260px;
  border: 1px solid #ccc;
}
nav .search:hover input {
  display: block;
}
nav .search:hover button {
  display: block;
  color: #000;
}
#swiper-1 {
  height: 500px;
  width: 800px;
  margin: 0;
  padding-bottom: 40px;
}
#swiper-1 .swiper-slide span {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.6);
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 55px;
  height: 5px;
}
.new-box {
  width: 380px;
  margin-left: 20px;
}
.bg {
  background-color: #95b2da;
  padding: 40px 0;
}
.box .title-1 {
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #eee;
}
.box .title-1 h1 {
  font-size: 24px;
  padding-left: 40px;
  background: url(../img/icon.png) no-repeat;
}
.box .icon-1 h1 {
  background-position: 0px 13px;
}
.box .icon-2 h1 {
  background-position: 0px -55px;
}
.box #swiper-2 .swiper-slide img {
  height: 250px;
  transition: 0.6s;
}
.box #swiper-2 .swiper-slide img:hover {
  transform: scale(1.1);
}
.box #swiper-2 .swiper-slide .txt {
  margin-top: 10px;
}
.box #swiper-2 .swiper-slide .txt h1 {
  font-size: 15px;
  font-weight: 700;
}
.box #swiper-2 .swiper-slide .txt h2 {
  margin-top: 8px;
  font-size: 13px;
  color: #666;
  text-indent: 2rem;
}
.box #swiper-2 .swiper-pagination {
  bottom: 90px;
}
.box #swiper-2 .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.6;
  width: 10px;
  height: 10px;
}
.box #swiper-2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.box .more span {
  color: #0543a4;
  font-size: 14px;
}
.box .time-list ul li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #eee;
}
.box .time-list ul li a {
  display: flex;
  justify-content: space-between;
}
.box .time-list ul li a h1 {
  width: 80%;
  font-size: 15px;
}
.box .time-list ul li a span {
  font-size: 15px;
  color: #9c9c9c;
}
.box .title-2 h1 {
  color: #fff;
  font-size: 30px;
}
.box .bg-box {
  margin-top: 30px;
  background-color: #fff;
  padding: 30px 0;
  box-sizing: border-box;
}
.box .bg-box .time-list {
  padding: 0 10px;
}
.box .bg-box .time-list ul li {
  height: 35px;
  line-height: 35px;
}
.box .bg-box .more {
  margin: 20px 10px 0 0;
  text-align: right;
}
.box .time-box {
  align-items: center;
  height: 70px;
}
.box .time-box .time {
  background-color: #0644a6;
  width: 20%;
  height: 100%;
  text-align: center;
}
.box .time-box .time h1 {
  font-size: 26px;
  color: #fff;
}
.box .time-box .time span {
  color: #fff;
  font-size: 14px;
}
.box .time-box .txt {
  width: 70%;
  padding-right: 15px;
}
.box .time-box .txt h1 {
  font-size: 15px;
  font-weight: 700;
}
.box .time-box .txt h2 {
  text-indent: 1rem;
  margin-top: 5px;
  font-size: 13px;
}
.box .title-3 {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #eee;
}
.box .title-3 h1 {
  font-size: 24px;
}
.box .title-3 span {
  font-size: 16px;
}
.box .img-box {
  box-sizing: border-box;
  padding-right: 20px;
  border-right: 1px dashed #eee;
}
.box .img-box img {
  width: 100%;
  height: 300px;
}
.box .img-box h2 {
  margin: 20px 0;
  font-size: 16px;
}
.box .img-box h3 {
  font-size: 15px;
  color: #919191;
  text-indent: 2rem;
}
.box #swiper-4 {
  height: 260px;
}
.box #swiper-4 .swiper-wrapper .swiper-slide {
  text-align: center;
}
.box #swiper-4 .swiper-wrapper .swiper-slide img {
  height: 200px;
  width: 100%;
}
.box #swiper-4 .swiper-wrapper .swiper-slide span {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 50px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.box #swiper-4 .swiper-button-white {
  background-size: 60%;
  height: 60px;
  width: 20px;
  opacity: 0.8;
  top: 40%;
  background-color: #9cbeda;
}
.box #swiper-4 .swiper-button-prev {
  left: 0;
}
.box #swiper-4 .swiper-button-next {
  right: 0;
}
.box .list ul li {
  line-height: 39px;
  padding-left: 20px;
  position: relative;
}
.box .list ul li a {
  font-size: 15px;
}
.box .list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.box .crumbs {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #0644a6;
}
.box .crumbs a,
.box .crumbs span {
  font-size: 14px;
  color: #393939;
}
.box .list-list ul li {
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  background: url(../img/list.png) no-repeat center left;
}
.box .list-list ul li a {
  display: flex;
  justify-content: space-between;
}
.box .list-list ul li a h1 {
  width: 85%;
  font-size: 15px;
}
.box .list-list ul li a span {
  font-size: 15px;
  color: #0644a6;
}
.box .paging {
  justify-content: center;
}
.box .paging a,
.box .paging span {
  font-size: 15px;
  margin-right: 30px;
}
.box .paging a:nth-of-type(2):before {
  content: '<<';
}
.box .paging a:nth-of-type(4)::after {
  content: '>>';
}
.box .right .img-box {
  border: none;
  padding-right: 0;
}
.box .right .title-3 {
  height: 40px;
  line-height: 40px;
}
.box .right .title-3 h1 {
  font-size: 20px;
}
.box .con-tit {
  margin: 30px 0;
}
.box .con-tit h4 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  color: #0945a8;
}
.box .con-info {
  color: #555555;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-top: 1px dashed #ccc;
}
.box .con-info span {
  font-size: 14px;
  margin-right: 20px;
}
.box .con-txt p {
  font-size: 16px;
  line-height: 32px;
  text-indent: 2rem;
  margin-bottom: 20px;
}
.box .con-txt p img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.box .con-txt a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.box .keywords {
  justify-content: center;
}
.box .keywords span,
.box .keywords a {
  color: #fff;
  font-size: 14px;
}
.box .keywords a {
  margin-right: 20px;
}
.box .pian {
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.box .pian a {
  margin-top: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#swiper-3 .tit {
  text-align: center;
  height: 50px;
  line-height: 50px;
  position: relative;
}
#swiper-3 .tit h1 {
  font-size: 30px;
}
#swiper-3 .tit .more {
  position: absolute;
  right: 0;
  top: 0;
}
#swiper-3 .tit .more span {
  color: #0d409b;
  font-size: 13px;
}
#swiper-3 .swiper-slide {
  height: 200px;
}
#swiper-3 .swiper-slide:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 10px;
  display: block;
  width: 90%;
  height: 90%;
  background-color: #0644a6;
}
#swiper-3 .swiper-slide a {
  height: 87%;
  width: 87%;
  padding: 40px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  position: relative;
  z-index: 99;
  border: 1px solid #eee;
}
#swiper-3 .swiper-slide a h2 {
  margin-bottom: 10px;
  font-size: 20px;
}
#swiper-3 .swiper-slide a span {
  display: block;
  padding-top: 5px;
  border-top: 3px solid #000;
  width: 100px;
  font-size: 16px;
  color: #000;
}
#swiper-3 .swiper-button-black {
  background-color: #ecedef;
  background-size: 11px 44px;
  width: 32px;
  height: 32px;
  top: 12%;
}
#swiper-3 .swiper-button-prev {
  left: 480px;
}
#swiper-3 .swiper-button-next {
  right: 480px;
}
.box-1 {
  width: 780px;
}
.box-2 {
  width: 400px;
}
.box-3 {
  width: 48%;
}
.box-4 {
  width: 30%;
}
.left {
  width: 67%;
}
.right {
  width: 30%;
}
