.head {
  min-width: 1170px;
}
.head-nav {
  height: 60px;
}
.head-blue {
  background: #045b99;
}
.head_content {
  margin: auto;
  width: 1170px;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.head_content .layui-input-inline input {
  background-color: transparent;
}
.head_content .layui-form-item .layui-input-inline {
  margin-right: 0;
}

.head_content .layui-form-label {
  border-radius: 0;
  background: #fff;
  width: 80px;
}
.icon {
  width: 18px;
  margin: 0 5px;
}
.logo_nav {
  position: relative;
  width: auto;
  height: 84px;
  display: flex;
  align-items: center;
  width: 95%;
  display: flex;
  justify-content: space-between;
}
.logo {
  width: 448px;
  margin-left: 30px;
}
.top-right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 84px;
  align-items: flex-end;
}
.top-right-1 {
  font-size: 17px;
  font-family: 微软雅黑;
  font-weight: 400;
  color: #000000;
  line-height: 23px;
  opacity: 0.6;
}
.top-right-2 input {
  background: #ffffff;
  border: 1px solid #dcdbdb;
  border-radius: 17px;
  height: 33px;
  padding: 0 15px;
  margin-right: -40px;
 /* width: 250px; */
}

.top-right-2 img {
  opacity: 0.3;
  position: relative;
  top: 0;
}
.icon {
  width: 24px;
  height: 24px;
}
.text {
  height: 21px;
  font-size: 22px;
  font-family: 微软雅黑;
  font-weight: 400;
  color: #ffffff;
  line-height: 13px;
}

/*导航*/

.nav {
  min-width: 100%;
  position: relative;
  right: 0;
  padding: 5px 0;
}
.nav_content {
  min-width: 500px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.nav ul {
  font-size: 16px;
  font-family: 微软雅黑;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: inline-block;
  z-index: 999;
  width: 120px;
}
.nav ul .drop {
  display: none;
  background-color: #fefefe;
  border-radius: 5px;
  overflow: hidden;
  width: auto;
  margin-top: 10px;
}
.nav ul .drop li:hover {
  background-color: #f0f0f0;
}
.nav ul .drop li {
  padding: 10px 0 !important;
}
.nav ul .drop li a {
  color: #000;
}
.nav ul:hover .drop {
  display: block;
}

.nav .nav_content ul a {
  color: #fff;
}
/*内容*/
.content {
  margin: 50px 0;
}
.passage {
  width: 100%;
  float: left;
}
.passage,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.passage-tips {
  padding: 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #045b99;
  color: #fff;
  margin-bottom: 20px;
}
.passage-tips-title {
  font-size: 22px;
  font-weight: 500;
}
.passage-tips-more a {
  opacity: 0.4;
  color: #fff;
}
.passage ul li {
  padding: 0 0 12px 16px;
  background: url(../images/point.png) no-repeat 0 8px;
  margin-bottom: 8px;
  border-bottom: 1px dotted #b9b9b9;
}
.passage ul li span {
  float: right;
  color: #999;
}
.passage ul .blue_bg {
  height: 50px;
  border: 0px solid #070002;
  background: linear-gradient(
    0deg,
    rgba(85, 132, 210, 0.3) 0%,
    rgba(144, 201, 254, 0.3) 100%
  );

  text-align: center;
  color: #000;
  padding: 12px 0;
  letter-spacing: 5px;
  font-weight: 550;
}

/*友情链接*/
.passage .link {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
}
.passage .link li {
  background: none;
  padding: 0;
  margin-right: 20px;
  animation: moving 12s linear infinite alternate;
}
.link::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

@keyframes moving {
  form {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1500px);
  }
}

.passage_top .title {
  line-height: 60px;
  border-bottom: 3px solid #1d6ba3;
}
.passage_top .title span {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  border-bottom: 8px solid #1d6ba3;
  padding-bottom: 18px;
}
.passage_top .title span a {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  float: right;
}
.passage_top .title a {
  color: #333;
}

.passage_middle {
  margin: 20px 0 50px 0;
}
.passage_middle .swiper_row ul.brief li a {
  height: 45px;
  font-size: 20px;
  font-family: 微软雅黑;
  font-weight: 600;
  color: #045b99;
  line-height: 25px;
}
.passage_middle .swiper_row ul li {
  width: 100%;
  border-bottom: 1px dotted #999;
  padding-bottom: 10px;
  float: left;
}
.passage_middle .swiper_row ul li p {
  margin: 19px 0 17px;
  height: 40px;
  font-size: 15px;
  font-family: 微软雅黑;
  font-weight: 400;
  color: #8d8c8c;
  line-height: 25px;
}
.passage_middle .swiper_row ul.passge_list li {
  margin: 10px 0 0 0;
  padding: 0 0 10px 15px;
  background: url(../images/point.png) no-repeat 0 8px;
}
.passage_middle .swiper_row ul.passge_list li a {
  color: #333;
}
.passage_middle .swiper_row ul.passge_list li span {
  float: right;
  color: #999;
}
.passage_bottom {
  margin: 50px 0;
}
.swiper .layui-carousel div img {
  width: 100%;
}
.passage .img_list {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
}
.passage .img_list::-webkit-scrollbar {
  width: 0 !important;
}

.passage .img_list div img {
  width: 361px;
  height: 238px;
  margin-right: 20px;
}

.passage .img_list div p {
  text-align: center;
  font-family: 微软雅黑;
  font-weight: 300;
  color: #000000;
  line-height: 50px;
}

.passage .img_list div {
  background: none;
  padding: 0;
  animation: moving 20s linear infinite alternate;
}
.link::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

@keyframes moving {
  form {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1500px);
  }
}
.wenzhang {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d4d4d4;
}
.wenzhang .section-1 img {
  width: 323px;
}
.wenzhang .section-2 {
  padding-left: 30px;
}
.wenzhang .section-2-title {
  font-family: 微软雅黑;
  font-weight: 600;
  color: #045b99;
  line-height: 25px;
  padding: 20px 0 40px;
  font-size: 18px;
}
.wenzhang .section-2-content {
  font-size: 15px;
  font-family: 微软雅黑;
  font-weight: 400;
  color: #8d8c8c;
  line-height: 25px;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;
}
/*底部*/
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.foot {
  min-width: 1170px;
  min-height: 200px;
  width: 100%;
  background: #045b99;
  clear: both;
}

.foot_content {
  margin: auto;
  width: 100%;
  position: relative;
  padding: 20px 142px 0;
  font-weight: 400;
}

.bottom {
  border-top: 3px #fff solid;
  text-align: center;
  color: #fff;
  padding-top: 15px;
  font-size: 14px;
  margin-top: 20px;
}

.foot_content p {
  color: #fff;
  line-height: 26px;
  text-align: left;
}

.foot_content p a {
  color: #fff;
}

.foot_content p a:hover {
  color: #045b99;
  transition: all 0.6s ease;
}

.foot_content {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 15px;
}
.foot_content .foot_left {
  float: left;
  margin-top: 32px;
  overflow: hidden;
}
.foot_content .foot_center {
  float: left;
  margin-top: 32px;
  overflow: hidden;
  padding-left: 50px;
  font-size: 32px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 4px;
}

.foot_content .foot_right {
  float: right;
  margin-top: 32px;
  overflow: hidden;
}

.foot_right ul li {
  float: right;
  width: 82px;
  margin-right: 10px;
  font-size: 16px;
}

.foot_right ul li span {
  display: block;
  padding-top: 10px;
  color: #fff;
  text-align: center;
}
.foot_one {
  display: flex;
  justify-content: space-between;
}

div[carousel-item] > *:nth-child(n) {
  background-color: #c4e8fe;
}

.margin_top {
  margin-top: 65px;
}

body::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

body::-webkit-scrollbar-track {
  background: white;
  border-radius: 2px;
}

body::-webkit-scrollbar-thumb {
  background: #e6e6e6;
  border-radius: 2px;
}

body::-webkit-scrollbar-thumb:hover {
  background: #e6e6e6;
}

body::-webkit-scrollbar-corner {
  background: #f6f6f6;
}

/* list */
.sp-lf h1 {
  width: 100%;
  background-color: #045b99;
}
.sp-lf h1,
.sp-lf h1 a {
  font-weight: normal;
  padding-left: 25px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}
.sp-lf-list {
  display: flex;
  flex-direction: column;
  border: 0.5px solid #d4d4d4;
}
.sp-lf-item {
  margin: 0 20px;
  padding: 20px;
  border-bottom: 1px dashed #d4d4d4;
  display: flex;
  font-size: 18px;
  align-items: center;
}
.sp-lf-item p {
  height: 20px;
  width: 20px;
  background-color: #d4d2d2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-right: 10px;
}
.sp-rig {
  position: relative;
  background-color: #fff;
  padding: 0 3%;
  /* width: 75%; */
}
.sp-title {
  height: 74px;
  color: #b8b7b7;
  border-top: 1px solid #c0bebe;
  padding-top: 20px;
  font-size: 18px;
}
.sp-title span {
  color: #000;
}
.sp-list {
  width: 100%;
  padding: 20px 0;
}
.sp-list li {
  position: relative;
  transform: all 0.5s;
  height: 39px;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 26px;
  list-style-type: none;
  list-style: none;
}
.sp-list li:before,
.sp-list li:after {
  position: absolute;
  content: "";
  z-index: 2;
  width: 2px;
  height: 2px;
  top: 50%;
}
.sp-list li:before {
  left: 11px;
  margin-top: -3.5px;
  background-color: #045b99;
}
.sp-list li a {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #444444;
  /* width: 87%; */
  line-height: 39px;
}
a {
  transition: color 0.2s;
}
.sp-list-time {
  line-height: 39px;
  color: #adadad;
  font-style: italic;
  margin-right: 3px;
  font-family: "Arial";
}
.rig {
  float: right;
}
.sp-list li:before,
.sp-list li:after {
  position: absolute;
  content: "";
  z-index: 2;
  width: 3px;
  height: 3px;
  top: 50%;
}
.sp-list li:after {
  z-index: 1;
  left: 11px;
  margin-top: -1px;
  background-color: #f5ebca;
}
.sp-bar {
  margin-top: 20px;
}
.sp-bar button {
  margin: 0 10px;
  padding: 2px 8px;
  border: 1px solid #1d79cc;
  background-color: #fff;
}
.sp-bar span {
  margin: 0 20px;
}
.sp-bar .jump {
  border: 1px solid #1d79cc;
  background: linear-gradient(0deg, #68b0f1 0%, #ffffff 100%);
  border-radius: 3px;
  margin-left: 40px;
}
.sp-bar input {
  border: none;
  width: 20px;
  background-color: #fff;
}

.spa-head {
  width: 100%;
  padding: 16px 0;
}
.sp-article {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sp-article-title {
  font-size: 30px;
  font-family: 微软雅黑;
  font-weight: 300;
  text-align: center;
  color: #000000;
  line-height: 50px;
}
.sp-article-time {
  font-size: 15px;
  margin: 20px 0 30px;
}
.sp-article-content {
  width: 100%;
  font-size: 18px;
  font-family: 微软雅黑;
  font-weight: 300;
  color: #000000;
  line-height: 42px;
}
.sp-article-content img {
  max-width: 100%;
}
.sp-article h1 {
  width: 100%;
  text-align: center;
  line-height: 36px;
  padding: 7px 0;
  font-size: 24px;
  color: #045b99;
}
.spa-desc {
  width: 100%;
  text-align: center;
  line-height: 27px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #cccccc;
}
.spa-desc {
  width: 100%;
  text-align: center;
  line-height: 27px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #cccccc;
}

.sp-title h1:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 5px;
  background-color: #045b99;
}
.sp-title h1 {
  position: relative;
  font-weight: normal;
  height: 74px;
  line-height: 74px;
  font-size: 26px;
  color: #444;
}

.login-h3 {
  margin-bottom: 20px;
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 10px;
}
.layui-input-block {
  margin-left: 160px;
}