::-webkit-scrollbar {
  width: 8px;
  background: #fff;
}

::-webkit-scrollbar-thumb {
  width: 6px;
  background: rgba(78, 78, 78, 0.1);
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(78, 78, 78, 0.4);
}

::-webkit-scrollbar {
  height: 100px;
}

::-webkit-scrollbar-corner {
  background: none;
}


::-webkit-scrollbar:horizontal {
  height: 9px;
}

body, li {
  font-family: '微软雅黑';
}

.w-white,
.w-white a {
  color: white;
}

.clearfix {
  clear: both;
}

.clearfix::after,
.clearfix::before {
  display: table;
  content: " ";
}

.inner {
  margin-left: auto;
  margin-right: auto;
}

.hid_show {
  text-align: right;
  height: 30px;
}

.new_bg {}

.inner2 {
  min-width: 1200px;
  width: 1410px;
  margin-left: auto;
  margin-right: auto;
}

.serach-header {
  position: relative;
  border: 1px solid #4365a0;
  height: 40px;
  width: 100%;
}

.serach-header input {
  width: 100%;
  height: 100%;
  line-height: 40px;
  padding: 0 30px 0 10px;
  background-color: transparent;
  color: #cad6ea;
  border: none;
  outline: none;
}

.serach-header .iconfont {
  position: absolute;
  right: 5px;
  top: 10px;
  color: #cad6ea;
  font-size: 18px;
}

.head-r {
  min-width: 344px;
  color: #cad6ea;
  margin-top: 10px;
}

.search-warpper {
  display: flex;
  margin-top: 55px;
  transform: translateY(-50%);
}

.search-warpper input {
  width: 230px;
  height: 35px;
  margin: 0;
  background-color: transparent;
  padding-left: 10px;
  text-align: left;
  border-radius: 5px 0 0 5px;
  color: #fff;
}

.search-warpper .btn-search {
  height: 35px;
  width: 45px;
  border: 1px solid #fff;
  border-left: 0px;
  border-radius: 0 5px 5px 0;
  background: url(/images/search.png) no-repeat center;
  background-size: 24px 24px;
  cursor: pointer;
}


.text-white {
  color: #fff;
}

.padding-left-6 {
  padding-left: 6px;
}

.padding-right-6 {
  padding-right: 6px;
}

.te .header .sc-form {
  float: left;
  margin-top: 24px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  /* background: linear-gradient(rgba(16, 122, 139, 0.5), rgba(0, 124, 67, 0));
  transition: background-color 0.5s ease; */
  height: 88px;
  border-bottom: 2px solid #ddd;
}

.header::after {
  content: ' ';
  padding-top: 90px;
}



.header-bg {
  /* background: linear-gradient(rgba(16, 122, 139, 0.5), rgba(0, 124, 67, 0)); */
  /* background-color: #008374; */
}

.header::before {
  display: table;
  content: " ";
}


.header .sc-form input {
  float: left;
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid transparent;
  width: 160px;
  margin: unset;
  text-align: left;
}

.header .sc-form input::-webkit-input-placeholder {
  color: #aab2bd;
}

.header .sc-form input:-moz-placeholder {
  /* FF 4-18 */
  color: #aab2bd;
}

.header .sc-form input::-moz-placeholder {
  /* FF 19+ */
  color: #aab2bd;
}

.header .sc-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #aab2bd;
}

.header .sc-form button {
  float: right;
  padding: 0;
  border: none;
  cursor: pointer;
  height: 38px;
  width: 55px;
  background: url(../images/so.png) no-repeat center;
}

.iconfont {
  display: inline-block;
  vertical-align: middle;
}


.header-inner {
  height: 100%;
  background: url(../images/sd-a.png) repeat-x 0 100%;
  height: 88px;
  position: relative;
  z-index: 1;
}

.header .logo {
  margin-top: 5px;
}

.header .logo img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

.menu-warpper {
  /* background-color: #1376c7; */
  /* margin-top: 40px; */
  background-color: #386cbe;
}

.menu {
  height: 55px;
  /* background-color: #1376c7; */
  color: #fff;
  /* width: 1200px; */
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.menu .menu-item {
  float: left;
  position: relative;
  padding-bottom: 10px;
  width: 130px;
}

.menu .menu-item.active a {
  background-color: #2391e8;
}

.menu-item a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  /* width: 130px; */
}

.menu-item a:hover {
  background-color: #f99d32;
}

.menu-drop {
  position: absolute;
  top: 55px;
  left: 50%;
  z-index: 900;
  /* width: 120px; */
  /* padding: 0px 20px 10px 0; */
  background-color: #376bbd;
  display: none;
  transform: translateX(-50%);
  width: 130px;


}


.menu-item:hover .menu-drop {
  display: block;
}




.menu-drop li {
  /* float: left; */
  /* width: 130px; */
  /* padding: 0 20px; */
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}

.menu-drop li:hover {
  background-color: #f99d32;
}

.menu .menu-item .menu-drop a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  color: #fff;
}

/* .menu .menu-item.active .menu-drop a:hover {
  background-color: #16609a;
} */
.menu .menu-drop a:hover {
  color: #fff;
}

.menu ul li a {
  display: block;
  /* width: 150px; */
  padding: 0 16px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.swiper-banner .swiper-container {
  /* width: 1200px; */
  /* min-width: 1200px;
  width: 1410px; */
  /* height: 325px; */
  height: 520px;
  width: 100%;
  /* height: 60%; */
  position: relative;
}

.swiper-banner .swiper-container2 {
  width: 100%;
  height: 325px;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 60px;
  height: 6px;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
}

.swiper-container2 .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 60px;
  height: 6px;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
}

.swiper-container .swiper-pagination-bullet-active {
  background-color: #1376c7 !important;
}

.swiper-container2 .swiper-pagination-bullet-active {
  background-color: #1376c7 !important;
}

.fontColor {
  color: #222;
  font-weight: normal;
}

.link:hover {
  color: #1f54a2 !important;
}

.title {
  border-bottom: #cdcdcd 2px solid;
  height: 80px;
}

.title-l {
  border-bottom: #386cbe 4px solid;
  display: inline-block;
  height: 80px;
  line-height: 80px;
}

.article-date {
  font-size: 12;
  color: #999;
  margin-top: 15px;
}

.main-news {
  width: 600px;
}

.borderLf {
  border-left: 1px solid #e5e5e5;
}

a {
  text-decoration: none;
  color: #334;
}

a:hover {
  color: #1f54a2;
}

.pp {
  text-decoration: none;
  color: white;
}

.swiper-news .swiper-container {
  width: 10%;
  height: 400px;
  position: relative;
}


.swiper-banner .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-news .swiper-slide {
  position: relative;
}

.swiper-news .swiper-slide>div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 9;
  padding: 10px 20px;
  font-size: 18px;
}

.swiper-news .swiper-button-next,
.swiper-news .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 5px;
}

.swiper-news .swiper-button-next:after,
.swiper-news .swiper-button-prev:after {
  font-size: 24px !important;
  color: #999;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-banner .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  /* transition: 1s linear 2s;
  transform: scale(1.1, 1.1); */
}

.swiper-banner .swiper-slide a {
  display: block;
  height: 100%;
}

.swiper-banner .swiper-slide-active img, .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}

.swiper-news .swiper-button-prev {
  left: 0;
}

.swiper-news .swiper-button-next {
  right: 0;
}

.topic-list .date {
  width: 80px;
}

/**
从8 改成5
 */
.topic-list .date b {
  padding: 5px 0;
  display: block;
  text-align: center;
}

.topic-list .date b+div {
  padding: 5px 0;
  text-align: center;
  background-color: #fff;
}

.topic-list {
  background-color: #ededed;
}

.img-sm {
  width: 132px;
  height: 90px;
}

.pl30 {
  padding-left: 30px;
}

.img-md {
  width: 100%;
  height: 136px;
}

.color-1 {
  background-color: #6fbc48;
}

.color-2 {
  background-color: #2257a3;
}

.color-3 {
  background-color: #f8b62c;
}

.color-4 {
  background-color: #0062ad;
}

.color-5 {
  background-color: #0ba299;
}

.color-6 {
  background-color: #6fbc48;
}

.color-7 {
  background-color: #f8b62c;
}

footer {
  background-color: #386cbe;
  /* background-color: #eceaea; */
  color: #fff;
  height: 200px;
  padding-top: 30px;
}

footer .footer-left {
  line-height: 26px;
  font-size: 12px;
}

footer .footer-right {
  /* float: right; */
  font-size: 12px;
  text-align: center;
  color: #fff;
}

footer .footer-copyright {
  margin-top: 30px;
  // background-color: #235bb6;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}

footer .footer-copyright a {
  color: #fff;
}


.hr {
  border-top: 1px solid #4365a0;
}

.main-second {
  margin: -60px auto 100px;
  box-shadow: 2px 2px 5px 2px #e6e6e6;
  z-index: 9;
  background-color: #fff;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
}

.main-second-l {
  width: 210px;
}

.fs48 {
  font-size: 48px;
}

.main-second-r {
  margin-left: 260px;
}

.main-second-r .title {
  position: relative;
}

.main-second-r .title .crumbs {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.page a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #e5e5e5;
  color: #666;
  vertical-align: middle;
  margin-left: 5px;
}

.page a.active {
  background-color: #24a8e6;
  border-color: #24a8e6;
  color: #fff;
}

.main-second-bottom {
  border: 1px solid #ddd;
}

.main-second-menu li {
  position: relative;
}

.main-second-menu li a {
  display: block;
  line-height: 50px;
  border-left: 5px solid transparent;
  position: relative;
  padding: 0 20px;
  color: #666;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
}

.main-second-menu .arrow {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition-duration: 0.2s;
  transform: rotate(270deg);
}

.main-second-menu .arrow.active {
  transform: rotate(0deg);
  transition-duration: 0.2s;
}

/* .main-second-menu a:before {
	content: '>';
	position: absolute;
	right: 0;
	top: 0;
} */
.main-second-menu a.active {
  border-left-color: #2257a3;
  color: #2257a3;
  background: #f0f0f0;
}

.main-second-menu a:hover {
  background-color: #f0f0f0;
}

.main-second-menu .main-second-menu-sub.active {
  display: block;
}

.main-second-menu .main-second-menu-sub {
  display: none;
}

.main-second-menu .main-second-menu-sub li a {
  padding-left: 40px !important;
}

.video {
  margin-left: auto;
  margin-right: auto;
  height: 400px;
  background: url('../images/video.jpg') no-repeat center top;
}

.news-list-second b {
  padding: 10.9px 0;
  display: block;
  text-align: center;
}

.news-list-second b+div {
  padding: 8px 0;
  text-align: center;
  background-color: #fff;
}

.news-list-second li {
  float: none;
}

ul li {
  float: none;
}

/*pages*/
.pagination-wrapper {
  margin: 20px 0;
}

.pagination {
  height: 32px;
  text-align: center;
}

.pagination li {
  display: inline-block;
  height: 32px;
  margin-right: 5px;
}

.pagination li a {
  float: left;
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  font-size: 16px;
  border: 1px solid #dddddd;
  color: #555555;
  text-decoration: none;
}

.pagination li a:hover {
  background: #f5f5f5;
  color: #386cbe;
}

.pagination li.thisclass {
  background: #386cbe;
  color: #fff;
}

.pagination li.thisclass a,
.pagination li.thisclass a:hover {
  background: transparent;
  border-color: #386cbe;
  color: #fff;
  cursor: default;
}

.main.content {
  font-size: 16px;
  color: #666666;
  font-weight: normal;
  padding: 0 59px;
  line-height: 32px;
  margin-bottom: 70px;
}

.main.content p {
  text-indent: 2em;
}

.container {
  margin-right: auto;
  margin-left: auto;
  min-width: 1200px;
  width: 1200px;
}

footer .linked h5 {
  font-size: 18px;
  font-weight: 400;
}

footer .linked-list {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300;
  padding: 12px 0;
}

footer .linked-list li {
  line-height: 18px;
}

footer .linked-list a {
  color: #fff
}

.clamp-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  /* 使用省略号表示被截断的内容 */
  /* line-height: 1.5; */
  /* 设置行高，以便更准确地控制行数 */
  max-height: calc(1.8em * 2);
  /* 通过计算行高和行数来设置最大高度 */
}