@charset "UTF-8";



.main_bg {
  margin: 0 auto;
  width: 100%;
  position: fixed;
  z-index: -99;
}

.main_bg .main_img {
  width: 782px;
  height: 782px;
  margin: 0 auto;
  background-position: center center;
  background-size: 45% auto;
  z-index: -99;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../images/main_bg.png);
  background-image: -webkit-image-set(url(../images/main_bg.png) 1x, url(../images/main_bg2x.png) 2x);
}

img {
  border: none;
}

section .container {
  z-index: 1;
  width: 100%;
  text-align: center;
}

section .container .sw_banner {
  margin: 0 auto;
}

section .container .sw_banner .swiper-container-horizontal > .swiper-pagination-bullets,
section .container .sw_banner .swiper-pagination-custom,
section .container .sw_banner .swiper-pagination-fraction {
  bottom: 10px;
  left: 50%;
  width: auto;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  padding: 0px 8px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

section .container .sw_banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 1px 8px;
  background: #ffffff;
  opacity: 0.4;
}

section .container .sw_banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
}

section .container .sw_banner .swiper-button-prev,
section .container .sw_banner .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/bigl-normal-2x.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 128px;
  height: 128px;
  left: 6%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

section .container .sw_banner .swiper-button-prev:hover,
section .container .sw_banner .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/bigl-hover-2x.png);
}

section .container .sw_banner .swiper-button-next,
section .container .sw_banner .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/bigr-normal-2x.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 128px;
  height: 128px;
  right: 6%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

section .container .sw_banner .swiper-button-next:hover,
section .container .sw_banner .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/bigr-hover-2x.png);
}

section .container .sw_banner .swiper-container-horizontal > .swiper-pagination-bullets,
section .container .sw_banner .swiper-pagination-custom,
section .container .sw_banner .swiper-pagination-fraction {
  bottom: 100px;
}

section .container .sw_banner .swiper-container .swiper-slide img {
  width: 100%;
}

section .container .sw_banner:hover .swiper-button-prev {
  opacity: 1;
}

section .container .sw_banner:hover .swiper-button-next {
  opacity: 1;
}

section .container .main-menu-list {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-top: -84px;
}

section .container .main-menu-list ul {
  background-color: rgba(33, 84, 166, 0.8);
  border-radius: 8px 8px 0 0;
}

section .container .main-menu-list ul > li {
  float: left;
  width: 16.6667%;
  text-align: center;
  height: 84px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section .container .main-menu-list ul > li a {
  text-decoration: none;
}

section .container .main-menu-list ul > li a span {
  display: block;
}

section .container .main-menu-list ul > li a .menu_t {
  color: #ffffff;
  font-size: 24px;
  min-height: 32px;
  padding-top: 14px;
}

section .container .main-menu-list ul > li a .introduce {
  font-size: 12px;
  /*font-family: SourceHanSansSC-Medium, SourceHanSansSC;*/
  font-weight: 500;
  color: white;
  padding-top: 4px;
  text-transform: uppercase;
  min-height: 16px;
  letter-spacing: 1px;
}

section .container .main-menu-list ul > li ul {
  position: absolute;
  bottom: -96px;
  background-color: rgba(33, 84, 166, 0.8);
  border-radius: 0px 0px 8px 8px;
  z-index: 99;
  display: none;
  width: 100%;
}

section .container .main-menu-list ul > li ul li {
  width: 100%;
  padding: 0px;
  min-height: auto;
  height: auto;
}

section .container .main-menu-list ul > li ul li a {
  color: #ffffff;
  display: block;
  padding: 15px 0px;
}

section .container .main-menu-list ul > li ul li:hover {
  background-color: #1c478c;
}

section .container .main-menu-list ul > li:hover ul {
  display: block;
  border-radius: 0px 0px 8px 8px;
}

section .container .main-menu-list ul > li:hover ul li:last-child:hover {
  border-radius: 0px 0px 8px 8px;
}

section .container .main-menu-list ul li:not(:last-child)::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  background: rgba(255, 255, 255, 0.2);
  float: right;
  margin-top: 30px;
}

section .container .main-menu-list ul li:hover {
  background-color: #2154a6;
}

section .container .main-menu-list ul > li:last-child .menu_t {
  font-size: 32px;
  padding-top: 16px;
  letter-spacing: 2px;
  font-family: Oswald-Medium, Oswald;
}

section .container .main-menu-list ul > li:last-child .introduce {
  min-height: 16px;
}

section .container .main-menu-list ul > li:first-child .menu_t {
  letter-spacing: 4px;
}

section .container .main-menu-list ul > li:first-child + li .menu_t {
  letter-spacing: 4px;
}

section .container .main-menu-list ul > li:first-child + li + li .menu_t {
  font-family: Oswald-Medium, Oswald;
  padding-top: 7px;
  letter-spacing: 2px;
}

section .container .main-menu-list ul > li:first-child + li + li + li .menu_t {
  font-family: Oswald-Medium, Oswald;
  padding-top: 7px;
  letter-spacing: 2px;
}

section .container .main-menu-list ul > li:first-child + li + li + li + li .menu_t {
  font-family: Oswald-Medium, Oswald;
  padding-top: 7px;
  letter-spacing: 2px;
}

section .container .main-menu-list ul > li:first-child + li + li + li + li + li .menu_t {
  font-family: Oswald-Medium, Oswald;
  padding-top: 7px;
  letter-spacing: 2px;
}

section .container .container-news .container-first {
  background-image: url(../images/first-bg.jpg);
  background-repeat: repeat;
  padding: 24px 0px 24px 0px;
}

section .container .container-news .con-one .one-left {
  width: calc(50% - 24px);
  float: left;
  margin-right: 48px;
}

section .container .container-news .con-one .one-left .one-left-head {
  padding: 24px 0px;
}

section .container .container-news .con-one .one-left .one-left-head .head-icon {
  background: url(../images/head-icon.png) no-repeat;
  width: 14px;
  height: 16px;
  background-size: 100% auto;
  vertical-align: middle;
  display: inline-block;
  margin-right: 17px;
  margin-top: -5px;
  display: none;
}

section .container .container-news .con-one .one-left .one-left-head .en {
  font-size: 14px;
  font-weight: 600;
  color: #c0c5cc;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 16px;
  vertical-align: middle;
}

section .container .container-news .con-one .one-left .big-title {
  font-size: 24px;
  color: #303133;
  text-align: left;
  cursor: pointer;
}

section .container .container-news .con-one .one-left .swiper-slide {
  position: relative;
}

section .container .container-news .con-one .one-left .swiper-slide .content {
  position: absolute;
  left: 16px;
  bottom: 16px;
  width: 100%;
  text-align: left;
}

section .container .container-news .con-one .one-left .swiper-slide .content a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  width: calc(100% - 100px);
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
}

section .container .container-news .con-one .one-left .swiper-slide .content a::before {
  width: 8px;
  height: 8px;
  content: "";
  background: #ffffff;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 10px;
  vertical-align: middle;
}

section .container .container-news .con-one .one-left .swiper-slide .content span {
  text-align: right;
  font-size: 12px;
  color: #ffffff;
}

section .container .container-news .con-one .one-left .swiper-slide .mark {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
section .container .container-news .con-one .one-left .swiper-slide .mark a{
display:block;
cursor:pointer;
width:100%;
height:100%;
}
section .container .container-news .con-one .one-left .swiper-slide .page {
  color: #ffffff;
  position: absolute;
  top: 24px;
  left: 24px;
  font-size: 40px;
  font-family: Oswald-Medium, Oswald;
  z-index: 1;
}

section .container .container-news .con-one .one-left .swiper-slide .page span {
  border-top: 4px solid #ffffff;
}

section .container .container-news .con-one .one-left .swiper-slide:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section .container .container-news .con-one .one-left .swiper-container-horizontal > .swiper-pagination-bullets,
section .container .container-news .con-one .one-left .swiper-pagination-custom,
section .container .container-news .con-one .one-left .swiper-pagination-fraction {
  width: auto;
  left: calc(100% - 136px);
  bottom: calc(100% - 30px);
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  padding: 0px 8px;
}

section .container .container-news .con-one .one-left .swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
}

section .container .container-news .con-one .one-left .swiper-button-prev,
section .container .container-news .con-one .one-left .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/smalll-normal-2x.png);
  width: 60px;
  height: 40px;
  background-size: 100% auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section .container .container-news .con-one .one-left .swiper-button-prev:hover,
section .container .container-news .con-one .one-left .swiper-container-rtl .swiper-button-next:hover {
  background-image: url(../images/smalll-hover-2x.png);
}

section .container .container-news .con-one .one-left .swiper-button-next,
section .container .container-news .con-one .one-left .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/smallr-normal-2x.png);
  width: 60px;
  height: 40px;
  background-size: 100% auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section .container .container-news .con-one .one-left .swiper-button-next:hover,
section .container .container-news .con-one .one-left .swiper-container-rtl .swiper-button-prev:hover {
  background-image: url(../images/smallr-hover-2x.png);
}

section .container .container-news .con-one .one-left .swiper-container-autoheight {
  border-radius: 8px;
  overflow: hidden;
}

section .container .container-news .con-one .one-left .swiper-container-autoheight .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
}

section .container .container-news .con-one .one-left .swiper-container-autoheight img > a,
section .container .container-news .con-one .one-left .swiper-container-autoheight .swiper-slide .img > a {
  height: 352px;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section .container .container-news .con-one .one-left .swiper-container-autoheight .swiper-slide .img {
  position: relative;
}

section .container .container-news .con-one .one-left .newswiper:hover .swiper-wrapper .swiper-slide .img > a {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s;
}

section .container .container-news .con-one .one-right {
  width: calc(50% - 24px);
  float: left;
}

section .container .container-news .con-one .one-right .main-notice .head {
  padding: 24px 0 14px 0;
}

section .container .container-news .con-one .one-right .main-notice .head .tab-item {
  float: left;
  text-align: left;
  border-bottom: 2px solid #DCE0E6;
  padding-bottom: 8px;
  position: relative;
}

section .container .container-news .con-one .one-right .main-notice .head .tab-item .big-title {
  font-size: 24px;
  color: #606266;
  cursor: pointer;
}

section .container .container-news .con-one .one-right .main-notice .head .tab-item .big-title .head-icon {
  background: url(../images/head-icon-unselected2x.png) no-repeat;
  width: 14px;
  height: 16px;
  background-size: 100% auto;
  vertical-align: middle;
  display: inline-block;
  margin-right: 17px;
  margin-top: -5px;
  display: none;
}

section .container .container-news .con-one .one-right .main-notice .head .tab-item .big-title .en {
  font-size: 14px;
  color: #c0c5cc;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 16px;
  margin-bottom: 5px;
  vertical-align: middle;
}

section .container .container-news .con-one .one-right .main-notice .head .tab-item .big-title:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #2154a6;
}

section .container .container-news .con-one .one-right .main-notice .head .tab-item .big-title:hover .head-icon {
  background: url(../images/head-icon2x.png) no-repeat;
  background-size: 100% auto;
}

section .container .container-news .con-one .one-right .main-notice .head .tab-item .big-title:hover .en {
  color: rgba(33, 84, 166, 0.4);
}

section .container .container-news .con-one .one-right .main-notice .head .tab-item.icurrent .big-title {
  color: #2154a6;
  cursor: pointer;
}

section .container .container-news .con-one .one-right .main-notice .head .tab-item.icurrent .big-title .head-icon {
  background: url(../images/head-icon.png) no-repeat;
  width: 14px;
  height: 16px;
  background-size: 100% auto;
  vertical-align: middle;
  display: inline-block;
  margin-right: 17px;
  margin-top: -5px;
  display: none;
}

section .container .container-news .con-one .one-right .main-notice .head .tab-item.icurrent .big-title .en {
  color: rgba(33, 84, 166, 0.4);
}

section .container .container-news .con-one .one-right .main-notice .head .tab-item.icurrent .big-title .zh {
  border-bottom: 2px solid #2154A6;
  padding-bottom: 9px;
}

section .container .container-news .con-one .one-right .main-notice .head .tab-item:first-child {
  padding-right: 32px;
}

section .container .container-news .con-one .one-right .main-notice .head .tab-item:first-child + .tab-item {
  padding-left: 32px;
}

section .container .container-news .con-one .one-right .main-notice .head .tab-item:first-child::after {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background: #dce0e6;
  position: absolute;
  right: 0;
  top: 10px;
}

section .container .container-news .con-one .one-right .main-notice .head .more {
  float: right;
}

section .container .container-news .con-one .one-right .main-notice .content-items .content {
  display: none;
}

section .container .container-news .con-one .one-right .main-notice .content-items .content ul li {
  background: white;
  -webkit-box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  margin-bottom: 8px;
}

section .container .container-news .con-one .one-right .main-notice .content-items .content ul li .title {
  padding: 16px;
}

section .container .container-news .con-one .one-right .main-notice .content-items .content ul li .title a {
  float: left;
  color: #303133;
  width: calc(100% - 100px);
  text-align: left;
  line-height: 20px;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

section .container .container-news .con-one .one-right .main-notice .content-items .content ul li .title .date {
  float: right;
  color: #c0c5cc;
  font-size: 12px;
  font-family: Oswald-Medium, Oswald;
  padding-top: 2px;
}

section .container .container-news .con-one .one-right .main-notice .content-items .content ul li .title:hover a:hover {
  color: #2154a6;
}

section .container .container-news .con-one .one-right .main-notice .content-items .content ul li:last-child {
  margin-bottom: 0px;
}

section .container .container-news .con-one .one-right .main-notice .content-items .content ul li .title::before {
  content: "";
  display: inline-block;
  float: left;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 16px;
  vertical-align: middle;
  margin-top: 6px;
  background-color: #2154A6;
}

section .container .container-news .con-one .one-right .main-notice .content-items .content ul li .title:hover::before {
  background-color: #2154a6;
}

section .container .container-news .con-one .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.4;
}

section .container .container-news .con-one .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 1px 8px;
}

section .container .container-second {
  margin-top: 24px;
}

section .container .container-second .con-two .main-notice .more {
  float: right;
margin-top:-29px;
}

section .container .container-second .con-two .main-notice .content-items {
  margin-top: 20px;
  margin-bottom: 24px;
  float: left;
width:100%;
}

section .container .container-second .con-two .main-notice .content-items .content {
  display: none;
}

section .container .container-second .con-two .main-notice .content-items .content ul li {
  background: white;
  -webkit-box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  margin-bottom: 8px;
  width: calc(50% - 4px);
  float: left;
}

section .container .container-second .con-two .main-notice .content-items .content ul li .title {
  padding: 16px;
}

section .container .container-second .con-two .main-notice .content-items .content ul li .title a {
  float: left;
  color: #303133;
  width: calc(100% - 90px);
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

section .container .container-second .con-two .main-notice .content-items .content ul li .title a:hover {
  color: #2154a6;
}

section .container .container-second .con-two .main-notice .content-items .content ul li .title .date {
  float: right;
  color: #c0c5cc;
  font-size: 12px;
  font-family: Oswald-Medium, Oswald;
  padding-top: 2px;
}

section .container .container-second .con-two .main-notice .content-items .content ul li:nth-child(odd) {
  margin-right: 8px;
}

section .container .container-second .con-two .main-notice .content-items .content ul li .title a::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 16px;
  background-color: #2154A6;
}

section .container .container-second .con-two .main-notice .content-items .content .pro-list li {
  float: left;
  width: calc((100% - 16px) / 3);
}

section .container .container-second .con-two .main-notice .content-items .content .pro-list li .img-wrap {
  float: left;
  width: 229px;
  overflow: hidden;
  border-radius: 8px;
}

section .container .container-second .con-two .main-notice .content-items .content .pro-list li .p-lib {
  float: left;
  width: calc(100% - 280px);
  font-size: 16px;
  text-align: left;
  padding: 28px 24px 24px 24px;
}

section .container .container-second .con-two .main-notice .content-items .content .pro-list li .p-lib .title-lib {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 64px;
}

section .container .container-second .con-two .main-notice .content-items .content .pro-list li .p-lib .title-lib a {
  color: #303133;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section .container .container-second .con-two .main-notice .content-items .content .pro-list li .p-lib .title-lib a:hover {
  color: #2154a6;
  text-decoration: none;
}

section .container .container-second .con-two .main-notice .content-items .content .pro-list li .p-lib .date {
  font-size: 12px;
  font-family: Oswald-Medium, Oswald;
  font-weight: 500;
  color: #c0c5cc;
  padding: 20px 0px 0px 0px;
}

section .container .container-second .con-two .main-notice .content-items .content .pro-list li:nth-child(odd) {
  margin-right: 0px;
}

section .container .container-second .con-two .main-notice .content-items .content .pro-list li:nth-child(2), section .container .container-second .con-two .main-notice .content-items .content .pro-list li:nth-child(5) {
  margin: 0px 8px;
}

section .container .container-second .con-two .main-notice .head {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 16px; /* 设置菜单项之间的间距 */
}

section .container .container-second .con-two .main-notice .head .tab-item {
  width: auto; /* 让宽度自适应内容 */
  float: none; /* 清除浮动 */
  margin: 0 16px; /* 左右间距，可根据需要调整 */
  padding: 38px 20px 8px 20px; /* 保持原有内边距 */
  background: url(../images/news-icon-item.png) no-repeat center center;
  cursor: pointer;
  transition: all 0.3s;
  border-bottom: 2px solid #DCE0E6;
  flex-shrink: 0; /* 防止压缩 */
}

section .container .container-second .con-two .main-notice .head .tab-item h2 {
  font-size: 24px;
  color: #303133;
}

section .container .container-second .con-two .main-notice .head .tab-item .en {
  font-size: 14px;
  color: #c0c5cc;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 8px;
}

section .container .container-second .con-two .main-notice .head .tab-item.current {
  border-bottom: 2px solid #2154A6;
}

section .container .container-second .con-two .main-notice .head .tab-item.current h2, section .container .container-second .con-two .main-notice .head .tab-item:hover h2 {
  color: #2154a6;
}

section .container .container-second .con-two .main-notice .head .tab-item.current .en, section .container .container-second .con-two .main-notice .head .tab-item:hover .en {
  color: rgba(33, 84, 166, 0.4);
}

section .container .container-second .con-two .main-notice .head::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: yellow;
}

section .container .main-notice .more {
  border-radius: 16px;
  border: 1px solid rgba(33, 84, 166, 0.2);
  padding: 3px 0px 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section .container .main-notice .more a {
  font-size: 14px;
  color: #2154a6;
  text-decoration: none;
  padding: 5px 14px 5px;
  vertical-align: center;
}

section .container .main-notice .more:hover {
  background-color: #2154a6;
}

section .container .main-notice .more:hover a {
  color: #ffffff;
}

section .container .container-third {
  background-image: url(../images/first-bg.jpg);
  background-repeat: repeat;
  /*padding-top: 24px;*/
  padding-bottom: 48px;
}

section .container .container-third .fast-head {
  float: left;
  width: 100%;
  text-align: left;
  padding: 24px 0px;
}

section .container .container-third .fast-head .head-icon {
  background: url(../images/head-icon.png) no-repeat;
  width: 14px;
  height: 16px;
  background-size: 100% auto;
  vertical-align: middle;
  display: inline-block;
  margin-right: 17px;
  margin-top: -5px;
  display: none;
}

section .container .container-third .fast-head .en {
  font-size: 14px;
  font-weight: 600;
  color: #c0c5cc;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 16px;
  vertical-align: middle;
}

section .container .container-third .fast-l {
  float: left;
  width: 44%;
  position: relative;
}

section .container .container-third .fast-l .vedio {
  overflow: hidden;
}

section .container .container-third .fast-l .vedio > a {
  display: block;
}

section .container .container-third .fast-l .vedio > a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section .container .container-third .fast-l .vedio .v-title {
  position: absolute;
  bottom: 16px;
  text-align: left;
}

section .container .container-third .fast-l .vedio .v-title a {
  color: #ffffff;
}

section .container .container-third .fast-l .vedio .v-title a::before {
  width: 8px;
  height: 8px;
  content: "";
  background: #ffffff;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 10px;
  margin-bottom: 2px;
}

section .container .container-third .fast-l .vedio .video-icon {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  background: url(../images/home_btn_play_normal.png) no-repeat center center;
  background-size: 100% auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  cursor: pointer;
}

section .container .container-third .fast-l .vedio .fast-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(6, 28, 61, 0.3);
  opacity: 1;
  border-radius: 8px;
}

section .container .container-third .fast-l .vedio:hover .video-icon {
  background: url(../images/home_btn_play_hover.png) no-repeat center center;
}

section .container .container-third .fast-r {
  float: left;
  width: 56%;
}

section .container .container-third .fast-r .fast-link {
  position: relative;
  overflow: hidden;
  width: calc(50% - 8px);
  float: left;
  cursor: pointer;
  border-radius: 8px;
}

section .container .container-third .fast-r .fast-link .fast-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(6, 28, 61, 0.3);
  opacity: 1;
  z-index: 1;
  border-radius: 8px;
}

section .container .container-third .fast-r .fast-link a {
  display: block;
}

section .container .container-third .fast-r .fast-link a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section .container .container-third .fast-r .fast-link a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

section .container .container-third .fast-r .fast-link .text {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 25px);
  z-index: 1;
}

section .container .container-third .fast-r .fast-link .text .title {
  font-size: 24px;
  color: white;
}

section .container .container-third .fast-r .fast-link .text .enter {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

section .container .container-third .fast-r .fast-link .text .enter::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
}

section .container .container-third .fast-r .fast-link:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

section .container .container-third .fast-r .fast-link:nth-of-type(1) {
  margin: 0px 4px 4px 8px;
}

section .container .container-third .fast-r .fast-link:nth-of-type(2) {
  margin: 0px 0px 4px 4px;
}

section .container .container-third .fast-r .fast-link:nth-of-type(3) {
  margin: 4px 4px 0px 8px;
}

section .container .container-third .fast-r .fast-link:nth-of-type(4) {
  margin: 4px 0px 0px 4px;
}

section .container .container-third img {
  max-width: 100%;
  vertical-align: middle;
}

.hidden {
  display: none;
}

.back-top {
  background: #CCCCCC;
  opacity: 0.8;
  width: 64px;
  height: 64px;
  z-index: 9999;
  position: fixed;
  bottom: 135px;
  right: 48px;
  cursor: pointer;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
}

.back-top .icon {
  padding: 20px 0px;
}

@media (min-width: 769px) and (max-width: 1919px) {
  section .container .container-news .con-one .one-right .main-notice .head .en {
    display: inline-block !important;
  }
}

@media (max-width: 1600px) {
  footer .footer_bottom .top .logo1,
  footer .footer_bottom .top .logo2
{
    margin-right: 2%;
  }
footer .footer_bottom .top  .w-code{
    margin-left: 3%;
  }
}

@media (max-width: 1490px) {
  footer .footer_bottom .top .logo1,
  footer .footer_bottom .top .logo2,
  {
    margin-right: 4%;
  }
  footer .footer_bottom .top .contact-us {
    width: 451px;
  }
  footer .footer_bottom .top .contact-us .address,
  footer .footer_bottom .top .contact-us .other span {
    font-size: 12px;
  }
}

@media (max-width: 1320px) {
  footer .footer_bottom .top .logo1,
  footer .footer_bottom .top .logo2
  {
    margin-right: 2%;
  }

}

@media (max-width: 1170px) {
  footer .footer_bottom .top .logo1 {
    display: none;
  }
  footer .footer_bottom .top .logo2
  {
    margin-right: 4%;
  }
footer .footer_bottom .top  .w-code{
    margin-left: 4%;
  }
}

@media (max-width: 1005px) {
  footer .footer_bottom .top .logo2
  {
    margin-right: 2%;
  }
footer .footer_bottom .top  .w-code{
    margin-left: 2%;
  }
}

@media (max-width: 1280px) {
  section .container .container-news .con-one .one-right .main-notice .head .tab-item:first-child {
    padding-right: 12px;
  }
  section .container .container-news .con-one .one-right .main-notice .head .tab-item .big-title .en {
    margin-left: 6px;
  }
  section .container .container-news .con-one .one-right .main-notice .head .tab-item:first-child + .tab-item {
    padding-left: 12px;
  }
}

@media (max-width: 1080px) {
  footer .footer .footer_center {
    display: block !important;
  }
}

@media (max-width: 992px) {
  .content-container {
    position: relative;
    z-index: 2;
  }
  footer .footer_container {
    display: none;
  }
  footer .footer_bottom {
    height: auto;
  }
  footer .footer_bottom .top .logo1 {
    float: none;
    width: 100%;
    display: block;
    background: url(../images/logo12x.png) no-repeat center;
    background-size: contain;
  }
  footer .footer_bottom .top .logo2 {
    float: none;
    width: 100%;
    background: url(../images/logo22x.png) no-repeat center;
    background-size: contain;
  }
  footer .footer_bottom .top .f_links {
    float: none;
    margin: 48px auto;
  }
  footer .footer_bottom .top .contact-us {
    float: none;
    margin: 0 auto;
    width: 232px;
margin-top:24px;
  }
  footer .footer_bottom .top .contact-us .address,
  footer .footer_bottom .top .contact-us .other span {
    font-size: 14px;
  }
  footer .footer_bottom .top .w-code {
    float: none;
    margin: 48px auto;
  }
  footer .footer_bottom .bottom {
    margin-top: 0;
  }
  footer .footer_bottom .top .contact-us .other span {
    display: block;
    padding-right: 0;
    margin-bottom: 16px;
  }
}

@media (min-width: 769px) and (max-width: 1250px) {
  section .container .main-menu-list {
    margin-top: -84px !important;
  }
}

@media (min-width: 993px) and (max-width: 1150px) {
  section .container .container-news .con-one .one-right .main-notice .head .en {
    display: none !important;
  }
}

@media (max-width: 768px) {
  section .container .container-news .con-one .one-left .one-left-head .en,
  section .container .container-second .con-two .main-notice .head .tab-item .en,
  section .container .container-third .fast-head .en {
    display: none;
  }
  section .container .container-news .con-one .one-right .main-notice .head .tab-item.icurrent {
    padding-right: 0;
    border-bottom: none;
  }
  section .container .container-news .con-one .one-right .main-notice .head .tab-item:first-child + .tab-item {
    padding-left: 0;
    border-bottom: none;
  }
  section .container .container-news .con-one .one-right .main-notice .head .tab-item:first-child .big-title .zh {
    padding-right: 24px;
    border-bottom: none;
  }
  section .container .container-news .con-one .one-right .main-notice .head .tab-item.icurrent .big-title .zh {
    border-bottom: none;
  }
  section .container .container-news .con-one .one-right .main-notice .head .tab-item:first-child {
    padding-right: 0;
  }
  section .container .container-news .con-one .one-right .main-notice .head .tab-item:first-child + .tab-item .big-title {
    padding-left: 24px;
  }
  section .container .container-news .con-one .one-right .main-notice .head .tab-item:nth-child(2) h2::before,
  section .container .container-news .con-one .one-right .main-notice .head .tab-item:nth-child(1) h2::after {
    display: none !important;
  }
  section .container .container-second .con-two .main-notice .head .tab-item,
  section .container .container-news .con-one .one-right .main-notice .head .tab-item {
    border-bottom: none;
  }
  section .container .container-second .con-two .main-notice .head .tab-item.current {
    border-bottom: none;
  }
}

@media (max-width: 600px) {
  section .container .container-news .container-second .con-two .main-notice .head .tab-item {
    padding: 38px 0;
  }
}

@media (max-width: 525px) {
  section .container .main-menu-list {
    margin-top: 0 !important;
  }
  footer .footer_bottom .bottom p a {
    display: block;
  }
  footer .footer_bottom .bottom p {
    padding-bottom: 6px;
  }
}

@media (max-width: 400px) {
  section .container .container-news .con-one .one-left .swiper-slide .content {
    bottom: 24px;
  }
}

section .container .main-menu-list ul > li:last-child .menu_t .icon-down {
  display: inline-block;
  background: url(../images/down_2x.png) no-repeat center;
  width: 10px;
  height: 10px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 8px;
}




.links .big-title {
  float: left;
}

.links .more {
  border-radius: 16px;
  border: 1px solid rgba(33, 84, 166, 0.2);
  padding: 3px 0px 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  float: right;
  display: block;
  text-align: center;
  margin-top: 4px;
}

.links .more:hover {
  background-color: #2154a6;
}

.links .more a {
  font-size: 14px;
  color: #2154a6;
  text-decoration: none;
  padding: 5px 14px 5px;
  vertical-align: center;
}

.links .more a:hover {
  color: #ffffff;
}
.container-second .main-notice .content-items .content .pro-list li .img-wrap a {}
section .list_container .list-right .main_list ul.m_list li>a{display:block;}
section .container .container-news .con-one .one-right .main-notice .content-items .content ul li:first-child {
  background: #2154A6;
}

section .container .container-news .con-one .one-right .main-notice .content-items .content ul li:first-child:hover .title a {
  color: #ffffff;
}

section .container .container-news .con-one .one-right .main-notice .content-items .content ul li:first-child .title::before {
  background-color: #ffffff;
}

section .container .container-news .con-one .one-right .main-notice .content-items .content ul li:first-child .title a {
  color: #ffffff;
}

section .container .container-second .con-two .main-notice .content-items .content .pro-list li:first-child .p-lib .title-lib a {
  color: #ffffff;
}

section .container .container-second .con-two .main-notice .content-items .content ul li:first-child {
  background: #2154A6;
}

section .container .container-second .con-two .main-notice .content-items .content ul li:first-child:hover .title a {
  color: #ffffff;
}

section .container .container-second .con-two .main-notice .content-items .content ul li:first-child .title a {
  color: #ffffff;
}

section .container .container-second .con-two .main-notice .content-items .content ul li:first-child .title a::before {
  background-color: #ffffff;
}

/*# sourceMappingURL=main.css.map */