@charset "utf-8";
/* banner */
.banner {
  width: 100%;
  height: 920px;
}
.banner .swiper-container-1 {
  height: 920px;
}
.banner .swiper-slide {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.banner .banner-button-prev,
.banner .banner-button-next {
  width: 80px;
	height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .banner-button-prev {
  left: 130px;
  background-image: url('../images/icon/icon-l.png');
}
.banner .banner-button-next {
  right: 130px;
  background-image: url('../images/icon/icon-r.png');
}
.banner .banner-button-prev:after,
.banner .banner-button-next:after {
  content: '';
}


/* main-1 */
.main-1 {
  padding: 80px 0;
}
.main-1-left,
.main-1-right {
  width: 350px;
  margin-top: 52px;
}
.main-1-left-title,
.main-1-right-title {
  width: 100%;
	height: 160px;
  font-size: 53px;
  color: #fff;
  line-height: 160px;
  text-align: center;
  font-weight: bold;
  background-size: cover;
}
.main-1-left-title {
  background: url('../images/bg-1.png') no-repeat 0 0;
}
.main-1-right-title {
  background: url('../images/bg-2.png') no-repeat 0 0;
}
.main-1-left-list,
.main-1-right-list {
  padding-top: 10px;
}
.main-1-left-list .item,
.main-1-right-list .item {
  display: flex;
  align-items: center;
  height: 90px;
  border-bottom: 1px #ededed solid;
  box-sizing: border-box;
}
.main-1-left-list .item a,
.main-1-right-list .item a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.main-1-min {
  width: 620px;
}
.main-1-swiper {
  width: 620px;
  height: 360px;
}
.main-1-swiper .swiper-slide {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.main-1-swiper .swiper-slide-title {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 18px;
  color: #fff;
  line-height: 64px;
  width: 100%;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 60px 0 20px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-1-pagination {
  display: block;
  bottom: 22px !important;
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box;
}
.main-1-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
}
.main-1-pagination .swiper-pagination-bullet-active {
  background-color: #fcd515;
}
.main-1-min-list {
  position: relative;
  padding-top: 15px;
}
.main-1-min-list::before {
  position: absolute;
  left: 8px;
  top: 34px;
  content: '';
  width: 1px;
  height: 282px;
  background-color: #e8e8e8;
}
.main-1-min-list .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 16px;
  line-height: 45px;
}
.main-1-min-list .item-left {
  width: 510px;
  display: flex;
  align-items: center;
}
.main-1-min-list .item-icon {
  position: relative;
  width: 18px;
	height: 18px;
	background-color: #fff;
}
.main-1-min-list .item-icon::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px #aec8e9 solid;
  box-sizing: border-box;
}
.main-1-min-list .item-title {
  flex: 1;
  color: #333;
  line-height: 45px;
  padding-left: 12px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-1-min-list .item-time {
  flex: none;
  width: 95px;
  color: #989898;
  line-height: 45px;
  text-align: right;
}
.main-1-left-list .item:hover a,
.main-1-right-list .item:hover a,
.main-1-min-list .item:hover .item-title {
  color: #ffcc00;
}
.main-1-min-list .item:hover .item-icon::before {
  border-color: #ffcc00;
}
.main-1-left .common-more,
.main-1-right .common-more {
  margin-top: 33px;
}
.main-1-min .common-more {
  margin-top: 19px;
}


/* main-2 */
.main-2 {
  background-color: rgba(0, 0, 0, 0.06);
  padding: 63px 0 106px 0;
}
.topic {
  height: 120px;
  margin-bottom: 60PX;
}
.topic .topic-swiper {
  height: 100%;
}
.topic-swiper .swiper-slide {
  display: block;
  width: 100%;
}
.topic-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.topic-swiper .topic-swiper-pagination {
  display: block;
  bottom: 16PX;
  right: 17px;
  left: auto;
  width: auto;
}
.topic-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
}
.topic-swiper .swiper-pagination-bullet-active {
  background-color: #ffba00;
}
.main-2-bot {
  height: 570px;
  background-color: #fff;
  padding: 35px;
  box-sizing: border-box;
}
.main-2-swiper {
  flex: none;
  width: 690px;
  height: 500px;
}
.main-2-swiper .swiper-slide {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.main-2-pagination {
  display: block;
  bottom: 24px !important;
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box;
}
.main-2-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
}
.main-2-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background-color: #ffba00;
}
.main-2-right {
  flex: 1;
  padding-left: 68px;
  box-sizing: border-box;
}
.main-2-title {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  line-height: 1;
  padding: 30px 0;
}
.main-2-desc {
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.main-2-more {
  width: 200px;
	height: 54px;
  border: solid 2px rgba(227, 227, 227, 0.5);
  margin-top: 50px;
  margin-bottom: 87px;
}
.main-2-more-text {
  font-size: 16px;
  color: #888;
  padding-right: 19px;
}
.main-2-more-icon {
  width: 28px;
	height: 21px;
}
.main-2-more:hover {
  border-color: #ffba00;
}
.main-2-other_item:nth-child(2) {
  padding: 0 50px;
  border-left: 1px #efefef solid;
  border-right: 1px #efefef solid;
}
.main-2-other_item-top {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.main-2-other_item-top-val {
  font-size: 40px;
  color: #ffba00;
  font-weight: bold;
}
.main-2-other_item-top-text {
  font-size: 18px;
  color: #666;
}
.main-2-other_item-bot {
  font-size: 16px;
  color: #383838;
  padding-top: 22px;
}


/* main-3 */
.main-3 {
  padding: 106px 0 84px 0;
}
.main-3-left {
  width: 830px;
}
.main-3-left_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  background-color: #e1e9f5;
}
.main-3-left_title span {
  display: block;
  background: url('../images/bg-title-1.png');
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
  padding-left: 32px;
  padding-right: 55px;
}
.main-3-left_title a {
  display: none;
  font-size: 14px;
  color: #7497cb;
  padding-right: 42px;
}
.main-3-left_title a:first-child {
  display: block;
}
.main-3-left_nav-wrap {
  position: relative;
}
.main-3-left_nav {
  display: flex;
  align-items: center;
  padding: 30px 0 27px 0;
  border-bottom: 1px #e1e9f5 solid;
}
.main-3-left_nav-item {
  font-size: 18px;
  color: #666;
  border-left: 1px #e1e9f5 solid;
  padding: 0 20px;
  cursor: pointer;
}
.main-3-left_nav-item--active {
  color: #4080d2;
}
.main-3-left_nav--active {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 71px;
  height: 4px;
  background-color: #4284d9;
  transition: all 0.7s ease-out;
}
.main-3-left_nav-item:first-child {
  border-left: 0;
  padding-left: 0;
}
.main-3-left_nav-item:first-child.main-2-l_nav-item--active::after {
  left: 0;
}
.main-3-left_list ul {
  display: none;
  padding: 0;
  margin: 26px 0 0 0;
}
.main-3-left_list ul:first-child {
  display: block;
}
.main-3-left_list li {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 40px;
}
.main-3-left_list li::before {
  position: absolute;
  left: 0;
  top: 20px;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #aec8e9;
}
.main-3-left_list li a {
  flex: 1;
  display: block;
  color: #333;
  padding: 0 20px;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-3-left_list li span {
  flex: none;
  color: #989898;
}
.main-3-left_list li a:hover {
  color: #4080d2;
}
.main-3-right {
  width: 490px;
}
.main-3-right_title {
  height: 60px;
  background: #4284d9 url('../images/bg-title.png') center center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
}
.main-3-right_list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.main-3-right_list-item {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  width: 150px;
  height: 160px;
  background-color: #f5f7fc;
  padding: 36px 0;
  box-sizing: border-box;
  margin: 0 20px 20px 0;
}
.main-3-right_list-item:nth-child(3n) {
  margin-right: 0;
}
.main-3-right_list-item_img {
  width: 87px;
  height: 44px;
}
.main-3-right_list-item_img img {
  display: none;
  width: 100%;
  height: 100%;
}
.main-3-right_list-item_img img:first-child {
  display: block;
}
.main-3-right_list-item p {
  font-size: 16px;
  color: #333;
  margin: 0;
}
.main-3-right_list-item:hover {
  background-color: #4284d9;
}
.main-3-right_list-item:hover .main-3-right_list-item_img img:first-child {
  display: none;
}
.main-3-right_list-item:hover .main-3-right_list-item_img img:last-child {
  display: block;
}
.main-3-right_list-item:hover p {
  color: #fff;
}


/* main-4 */
.main-4 {
  width: 100%;
  height: 260px;
	background-color: #f5f7fc;
}
.main-4-title {
  font-size: 24px;
  color: #333;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  padding: 46px 0 58px 0;
}
.main-4 .link-item {
  position: relative;
  width: 320px;
	height: 58px;
	background-color: #ffffff;
	border-radius: 29px;
  padding: 0 28px;
  box-sizing: border-box;
  margin-right: 33px;
}
.main-4 .link-item:nth-child(4n) {
  margin-right: 0;
}
.main-4 .link-item-title {
  font-size: 18px;
  color: #333;
}
.main-4 .link-item-btn {
  width: 0;
  height: 0;
  border-left: 9px transparent solid;
  border-right: 9px transparent solid;
  border-top: 9px #717275 solid;
  transition: all 0.5s ease-in;
}
.main-4 .link-item-list {
  position: absolute;
  left: 0;
  top: 58px;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: none;
  scrollbar-color: #dcdcdc #f4f4f4;
  -ms-overflow-style: none;
}
.main-4 .link-item-list::-webkit-scrollbar {
  display: none;
  width: 6px;
  max-height: 200px;
}
.main-4 .link-item-list::-webkit-scrollbar-track {
  background-color: #f4f4f4;
  opacity: .4;
}
.main-4 .link-item-list::-webkit-scrollbar-thumb {
  background-color: #dcdcdc;
}
.main-4 .link-item-list:hover {
  scrollbar-width: thin;
}
.main-4 .link-item-list::-webkit-scrollbar {
  display: block;
}
.main-4 .link-item-list a {
  display: block;
  font-size: 16px;
  color: #989898;
  line-height: 36px;
  text-align: center;
  padding: 0 24px;
  box-sizing: border-box;
  background-color: #fff;
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease-in;
}
.main-4 .link-item:hover .link-item-list a {
  height: 36px;
}
.main-4 .link-item:hover .link-item-btn {
  transform: rotate(180deg);
}
.main-4 .link-item-list a:hover {
  color: #2c73cd;
}


/* inner-banner */
.inner-banner {
  width: 100%;
  height: 280px;
  margin-top: 110px;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.inner-banner-title-1,
.inner-banner-title-2 {
  width: 100%;
  font-size: 30px;
  color: #f6f6f6;
  line-height: 1;
  text-align: center;
}
.inner-banner-title-1 {
  padding-bottom: 12px;
}

/* main */
.main {
  background: url('../images/bg-3.png');
}

/* main-bar */
.main-bar {
  width: 100%;
  height: 62px;
  border-bottom: 1px #e3e3e3 solid;
  background-color: #fff;
  box-sizing: border-box;
}
.main-bar .container {
  height: 100%;
}


/* single-content */
.single-content {
  padding: 100px 50px;
  box-sizing: border-box;
}

.single-content img,
.single-content p img,
.single-content p span img,
.single-content span img {
 max-width: 100% !important;
}

/* detail-content */
.detail-content {
  padding: 60px 0 100px 0;
}
.detail-content .container {
  background-color: #fff;
  padding: 0 40px;
  box-sizing: border-box;
}
.detail-content .detail-title {
  font-size: 30px;
  color: #333;
  line-height: 42px;
  padding: 67px 0 27px 0;
  text-align: center;
}
.detail-content .detail-info {
  text-align: center;
  font-size: 16px;
  color: #888;
  padding-bottom: 22px;
  border-bottom: 1px #e7e7e7 solid;
}
.detail-content .detail-info span {
  padding: 0 7px;
}
.detail-content .detail-desc {
  padding: 40px;
}

.detail-content .detail-desc img,
.detail-content .detail-desc p img,
.detail-content .detail-desc p span img,
.detail-content .detail-desc span img {
  max-width: 100% !important;
}

/* introduction */
.introduction-top {
  padding: 58px 0 79px 0;
}
.introduction-top-left {
  flex: none;
  width: 280px;
}
.introduction-top-right {
  flex: 1;
}
.introduction-top-left_item {
  border-bottom: 1px #dfdfdf solid;
}
.introduction-top-title_en {
  font-size: 30px;
  color: #918b88;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 16px;
}
.introduction-top-title_cn {
  font-size: 40px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 30px;
}
.introduction-top-text {
  font-size: 24px;
  color: #918b88;
  padding: 18px 0 12px 0;
}
.introduction-top-val {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  padding-bottom: 18px;
}
.introduction-top-val_num {
  font-size: 60px;
  font-weight: bold;
}
.introduction-top-left_item:nth-child(2) .introduction-top-val_num {
  color: #2d930e;
}
.introduction-top-left_item:nth-child(3) .introduction-top-val_num {
  color: #ffa801;
}
.introduction-top-val_unit {
  font-size: 24px;
  color: #918b88;
}
.introduction-top-right {
  display: flex;
}
.introduction-top-desc {
  flex: 1;
  font-size: 18px;
  color: #333;
  line-height: 36px;
  padding: 0 29px 0 78px;
  box-sizing: border-box;
}
.introduction-top-cover {
  flex: none;
  width: 505px;
	height: 309px;
}
.introduction-top-cover img {
  width: 100%;
	height: 100%;
  object-fit: cover;
}
.introduction-min {
  width: 100%;
  height: 620px;
  background: url('../images/bg-4.png') no-repeat 0 0;
  background-size: cover;
}
.introduction-min-left {
  width: 567px;
}
.introduction-min-title_cn {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  padding: 94px 0 23px 0;
}
.introduction-min-title_en {
  width: 415px;
  font-size: 22px;
  color: #6f7d81;
  line-height: 30px;
  font-weight: bold;
  padding-bottom: 22px;
}
.introduction-min-line {
  width: 345px;
	height: 3px;
	background-color: #ffa801;
  margin-bottom: 45px;
}
.introduction-min-text {
  font-size: 24px;
  color: #fdfdfd;
  line-height: 1;
  padding-bottom: 12px;
}
.introduction-min-val {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.introduction-min-val_num {
  font-size: 60px;
  color: #ffa801;
}
.introduction-min-val_unit {
  font-size: 24px;
  color: #fdfdfd;
}
.introduction-min-right {
  width: 750px;
  height: 400px;
  background-color: #055569;
  padding: 26px;
  box-sizing: border-box;
  margin-top: 220px;
}
.introduction-min-desc {
  width: 100%;
  max-height: 348px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 32px;
  color: #fbfbfb;
  overflow-y: auto;
  scrollbar-width: none;
  scrollbar-color: #ffa801 #f4f4f4;
  -ms-overflow-style: none;
}
.introduction-min-desc::-webkit-scrollbar {
  display: none;
  width: 6px;
  max-height: 348px;
}
.introduction-min-desc::-webkit-scrollbar-track {
  background-color: #f4f4f4;
  opacity: .4;
}
.introduction-min-desc::-webkit-scrollbar-thumb {
  background-color: #ffa801;
}
.introduction-min-desc:hover {
  scrollbar-width: thin;
}
.introduction-min-right:hover .introduction-min-desc::-webkit-scrollbar {
  display: block;
}
.introduction-bot-item {
  padding: 50px 0;
  border-bottom: 1px #dcdcdc solid;
}
.introduction-bot-item .item-left {
  flex: 1;
}
.introduction-bot-item .item-title-cn {
  font-size: 36px;
  color: #333;
}
.introduction-bot-item .item-title-en {
  width: 470px;
  font-size: 22px;
  color: #918b88;
  font-weight: bold;
  padding: 20px 0 32px 0;
}
.introduction-bot-item .item-desc {
  font-size: 18px;
  color: #333;
  line-height: 36px;
}
.introduction-bot-item .item-cover {
  flex: none;
  width: 530px;
	height: 302px;
  margin-left: 57px;
}
.introduction-bot-item .item-cover img {
  width: 100%;
	height: 100%;
  object-fit: cover;
}


/* style */
.style-wrap {
  padding: 60px 0 100px 0;
}
.style-wrap .container {
  background-color: #fff;
  padding: 34px;
  box-sizing: border-box;
}
.style-view {
  position: relative;
  width: 1312px;
  height: 818px;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-bottom: 18px;
}
.style-view-title {
  z-index: 9;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  color: #f3f3f3;
  line-height: 82px;
  text-align: center;
}
.style-list {
  width: 1312px;
  height: 160px;
}
.style-prev, .style-next {
  flex: none;
  position: relative;
  width: 60px;
  height: 160px;
  background-color: rgba(0, 0, 0, 0.5);
}
.style-prev::after,
.style-next::after {
  position: absolute;
  top: 58px;
  content: '';
  width: 30px;
  height: 30px;
  border-left: 2px #fff solid;
  border-top: 2px #fff solid;
}
.style-prev::after {
  left: 23px;
  transform: rotate(-45deg);
}
.style-next::after {
  right: 23px;
  transform: rotate(135deg);
}
.style-list-container {
  position: relative;
  flex: 1;
  margin: 0 13px;
  overflow: hidden;
}
.style-list-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  transition: left 0.5s linear;
}
.style-list-item {
  flex: none;
  width: 280px;
  height: 160px;
  margin-right: 16px;
}
.style-list-item:last-child {
  margin-right: 0;
}
.style-list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.style-list-item--active {
  border: 3px #ffda6b solid;
  box-sizing: border-box;
}


/* list-1 */
.list-1 {
  padding: 58px 0 76px 0;
}
.list-1 .item {
  display: flex;
  align-items: center;
  width: 670px;
  height: 140px;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 25px;
  transition: all 0.5s ease-in;
}
.list-1 .item:hover {
  transform: scale(1.01);
  box-shadow: 0px 3px 15px 0px rgba(3, 0, 0, 0.3);
}
.list-1 .item-left {
  flex: none;
  width: 100px;
	height: 100px;
	background-color: #7ca3d6;
	border-radius: 15px;
}
.list-1 .item-year {
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  background-color: #689adc;
  border-radius: 10px 10px 0 0;
}
.list-1 .item-day {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.list-1 .item-title {
  flex: 1;
  font-size: 20px;
  color: #333;
  line-height: 36px;
  padding-left: 24px;
}


/* list-2 */
.list-2 {
  padding: 60px 0 80px 0;
}
.list-2 .item {
  display: flex;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 25px;
  transition: all 0.5s ease-in;
}
.list-2 .item:last-child {
  margin-bottom: 0;
}
.list-2 .item:hover {
  transform: scale(1.01);
  box-shadow: 0px 3px 15px 0px rgba(3, 0, 0, 0.3);
}
.list-2 .item-cover {
  flex: none;
  width: 339px;
	height: 200px;
}
.list-2 .item-cover img {
  width: 100%;
	height: 100%;
  object-fit: cover;
}
.list-2 .item-right {
  flex: 1;
  padding-left: 29px;
  overflow: hidden;
}
.list-2 .item-title {
  font-size: 24px;
  color: #333;
  line-height: 1;
  padding-top: 5px;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-2 .item-desc {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  padding: 22px 0;
}
.list-2 .item-date {
  display: flex;
  align-items: center;
  width: 187px;
	height: 47px;
  border: solid 1px #ebebeb;
}
.list-2 .item-date-icon {
  width: 26px;
  height: 26px;
  margin: 0 13px;
}
.list-2 .item-date-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-2 .item-date-text {
  flex: 1;
  font-size: 18px;
  color: #ccc;
  text-align: center;
  line-height: 47px;
  border-left: 1px #ebebeb solid;
}


/* list-3 */
.list-3 {
  padding: 58px 0 80px 0;
}
.list-3 .item {
  display: block;
  width: 660px;
  height: 630px;
  padding: 30px;
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 36px;
  transition: all 0.5s ease-in;
}
.list-3 .item:hover {
  transform: scale(1.01);
  box-shadow: 0px 3px 15px 0px rgba(3, 0, 0, 0.3);
}
.list-3 .item-cover {
  width: 600px;
	height: 300px;
}
.list-3 .item-cover img {
  width: 100%;
	height: 100%;
  object-fit: cover;
}
.list-3 .item-title {
  font-size: 20px;
  color: #333;
  line-height: 32px;
  font-weight: bold;
  padding-top: 22px;
}
.list-3 .item-desc {
  font-size: 16px;
  color: #686868;
  line-height: 30px;
  padding: 26px 0 38px 0;
}
.list-3 .item-time-icon {
  width: 24px;
	height: 24px;
}
.list-3 .item-time-icon img {
  width: 100%;
	height: 100%;
  object-fit: cover;
}
.list-3 .item-time-text {
  font-size: 24px;
  color: #989898;
  line-height: 1;
  padding-left: 12px;
}
.list-3 .item-more {
  font-size: 20px;
  color: #de9a09;
}


/* list-4 */
.list-4 {
  padding: 58px 0 80px 0;
}
.list-4 .item {
  display: block;
  height: 220px;
  padding: 0 30px;
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 33px;
  transition: all 0.5s ease-in;
}
.list-4 .item:hover {
  transform: scale(1.01);
  box-shadow: 0px 3px 15px 0px rgba(3, 0, 0, 0.3);
}
.list-4 .item-title {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  padding-top: 23px;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-4 .item-desc {
  font-size: 16px;
  color: #686868;
  line-height: 32px;
  padding: 20px 0 16px 0;
}
.list-4 .item-date {
  display: flex;
  align-items: center;
  width: 187px;
	height: 47px;
  border: solid 1px #ebebeb;
}
.list-4 .item-date-icon {
  width: 26px;
  height: 26px;
  margin: 0 13px;
}
.list-4 .item-date-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-4 .item-date-text {
  flex: 1;
  font-size: 18px;
  color: #ccc;
  text-align: center;
  line-height: 47px;
  border-left: 1px #ebebeb solid;
}


/* leader */
.leader-top {
  width: 100%;
  height: 720px;
  background: url('../images/bg-5.png') no-repeat 0 0;
  background-size: cover;
  padding-top: 117px;
  box-sizing: border-box;
}
.leader-top .container {
  display: flex;
}
.leader-top-avatar {
  flex: none;
  width: 330px;
	height: 430px;
  margin-left: 147px;
}
.leader-top-avatar img {
  width: 100%;
	height: 100%;
  object-fit: cover;
}
.leader-top-right {
  flex: 1;
  padding-left: 50px;
}
.leader-top-title_en {
  width: 195px;
  font-size: 52px;
  color: #c9c9c9;
}
.leader-top-name {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: bold;
}
.leader-top-job {
  position: relative;
  font-size: 24px;
  color: #383838;
  line-height: 1;
  padding: 13px 0 20px 0;
}
.leader-top-job::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 200px;
	height: 3px;
	background-color: #ffd342;
}
.leader-top-intro {
  font-size: 16px;
  color: #383838;
  line-height: 30px;
  padding: 30px 0;
}
.leader-list {
  width: 100%;
  background-color: #f9f9f9;
  padding: 82px 0 128px 0;
}
.leader-item {
  display: flex;
  background-color: #f3f3f3;
  padding: 15px 30px 15px 14px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.leader-item-avatar {
  flex: none;
  width: 220px;
	height: 290px;
}
.leader-item-avatar img {
  width: 100%;
	height: 100%;
  object-fit: cover;
}
.leader-item-right {
  flex: 1;
  padding-left: 30px;
  box-sizing: border-box;
}
.leader-item-name {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  padding: 20px 0 13px 0;
}
.leader-item-job {
  font-size: 24px;
  color: #383838;
  line-height: 1;
  padding-bottom: 20px;
}
.leader-item-desc {
  font-size: 16px;
  color: #383838;
  line-height: 30px;
}


/* list-5 */
.list-nav {
  position: relative;
  height: 140px;
	background-color: #ffffff;
  padding: 25px 17px;
  box-sizing: border-box;
  margin-top: 58px;
}
.list-nav-swiper {
  width: 1210px;
  height: 90px;
}
.list-nav-swiper .swiper-slide {
  display: block;
  height: 90px;
  background-color: #4284d9;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 90px;
}
.list-nav-swiper .list-nav-active {
  background-color: #ffd342;
}
.list-nav .list-nav-prev,
.list-nav .list-nav-next {
  top: 25px;
  margin-top: 0;
  width: 48px;
	height: 90px;
  background-color: #a3a3a3;
}
.list-nav .list-nav-prev::after {
  left: 20px;
  transform: rotate(-45deg);
}
.list-nav .list-nav-next::after {
  right: 20px;
  transform: rotate(135deg);
}
.list-nav .list-nav-prev:after,
.list-nav .list-nav-next:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  border-left: 2px #fff solid;
  border-top: 2px #fff solid;
}


/* resource */
.resource {
  padding: 60px 0 80px 0;
}
.resource .container {
  background-color: #fff;
  padding: 35px;
  box-sizing: border-box;
}
.resource-left {
  flex: 1;
  padding-right: 60px;
  box-sizing: border-box;
}
.resource-title-cn {
  font-size: 36px;
  color: #333;
  line-height: 1;
  padding-bottom: 26px;
}
.resource-title-en {
  position: relative;
  width: 355px;
  font-size: 24px;
  color: #918b88;
  padding-bottom: 32px;
  margin-bottom: 56px;
}
.resource-title-en::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 200px;
	height: 3px;
	background-color: #ffcc00;
}
.resource-desc {
  font-size: 18px;
  color: #333;
  line-height: 36px;
}
.resource-right {
  position: relative;
  flex: none;
  width: 792px;
  height: 490px;
}
.resource-right .resource-swiper {
  height: 490px;
}
.resource-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.resource-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.resource-pagination {
  display: block;
  bottom: 24px !important;
  box-sizing: border-box;
}
.resource-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
}
.resource-pagination .swiper-pagination-bullet-active {
  background-color: #ffba00;
}
.resource-shape {
  z-index: 9;
  position: absolute;
  top: 0;
  left: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 490px 170px;
  border-bottom-color: transparent;
  border-left-color: #fff;
}


/* contact-us */
.contact-us {
  padding: 60px 0 86px 0;
}
.contact-us .container {
  display: flex;
  height: 720px;
}
.contact-us-left {
  flex: none;
  width: 400px;
  height: 720px;
  background-color: #4284d9;
  padding: 0 23px;
  box-sizing: border-box;
}
.contact-us-title {
  font-size: 32px;
  color: #f3f3f3;
  line-height: 42px;
  padding: 58px 0 30px 0;
}
.contact-us-info_item {
  font-size: 18px;
  color: #f3f3f3;
  line-height: 36px;
}
.contact-us-ewm_cover {
  width: 220px;
	height: 220px;
  margin: 70px auto 0 auto;
}
.contact-us-ewm_cover img {
  width: 100%;
	height: 100%;
  object-fit: cover;
}
.contact-us-ewm_text {
  font-size: 18px;
  color: #f3f3f3;
  padding: 28px 0;
  text-align: center;
}
.contact-us-right {
  flex: 1;
}


@media screen and (max-width: 1380px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }

  /* header */
  .header .logo {
    width: 406px;
  }
  .header .nav a {
    padding: 0 7px;
  }
  .header .nav-item__second a {
    padding: 0;
  }

  /* banner */
  .banner {
    height: 600px;
  }
  .banner .swiper-container-1 {
    height: 600px;
  }
  .banner .banner-button-prev,
  .banner .banner-button-next {
    width: 60px;
	  height: 60px;
  }
  .banner .banner-button-prev {
    left: 80px;
  }
  .banner .banner-button-next {
    right: 80px;
  }

  /* main-1 */
  .main-1 {
    padding: 60px 0;
  }
  .main-1-left,
  .main-1-right {
    width: 304px;
    margin-top: 52px;
  }
  .main-1-left-title,
  .main-1-right-title {
    height: 138px;
    line-height: 138px;
  }
  .main-1-left-list .item,
  .main-1-right-list .item {
    height: 86px;
  }
  .main-1-min {
    width: 540px;
  }
  .main-1-swiper {
    width: 540px;
    height: 314px;
  }
  .main-1-swiper .swiper-slide-title {
    line-height: 56px;
    height: 56px;
  }
  .main-1-min-list .item-left {
    width: 430px;
  }

  /* main-2 */
  .main-2 {
    padding: 50px 0 80px 0;
  }
  .topic {
    margin-bottom: 50PX;
  }
  .main-2-swiper {
    width: 600px;
    height: 435px;
  }
  .main-2-right {
    padding-left: 50px;
  }
  .main-2-more {
    width: 174px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .main-2-other_item:nth-child(2) {
    padding: 0 30px;
  }
  .main-2-other_item-top-val {
    font-size: 34px;
  }

  /* main-3 */
  .main-3-left {
    width: 722px;
  }
  .main-3-right {
    width: 430px;
  }
  .main-3-right_list-item {
    width: 130px;
    height: 140px;
  }
  .main-3-left_title a {
    padding-right: 20px;
  }

  /* main-4 */
  .main-4 .link-item {
    width: 278px;
    height: 50px;
    border-radius: 25px;
    margin-right: 29px;
  }
  .main-4 .link-item-list {
    top: 50px;
  }

  /* introduction */
  .introduction-top-title_en {
    font-size: 28px;
  }
  .introduction-top-title_cn {
    font-size: 38px;
  }
  .introduction-top-val_num {
    font-size: 58px;
  }
  .introduction-top-desc {
    padding: 0 29px 0 40px;
  }
  .introduction-top-cover {
    width: 440px;
  }
  .introduction-min-title_cn {
    font-size: 32px;
  }
  .introduction-min-title_en {
    font-size: 20px;
  }
  .introduction-min-left {
    width: 493px;
  }
  .introduction-min-right {
    width: 652px;
  }
  .introduction-bot {
    padding-top: 40px;
  }
  .introduction-bot-item .item-title-cn {
    font-size: 32px;
  }
  .introduction-bot-item .item-cover {
    width: 460px;
    height: 262px;
  }

  /* leader */
  .leader-top-avatar {
    width: 267px;
    height: 350px;
    margin-left: 127px;
  }
  .leader-item-avatar {
    width: 192px;
    height: 253px;
  }
  .leader-item-name {
    font-size: 34px;
  }
  .leader-item-job {
    font-size: 22px;
  }

  /* list-1 */
  .list-1 .item {
    width: 582px;
    padding: 0 15px;
  }
  .list-1 .item-left {
    width: 86px;
    height: 86px;
  }
  .list-1 .item-year {
    font-size: 18px;
    line-height: 40px;
  }
  .list-1 .item-day {
    font-size: 36px;
  }
  .list-1 .item-title {
    font-size: 18px;
  }


  /* list-2 */
  .list-2 .item-cover {
    width: 295px;
    height: 174px;
  }
  .list-2 .item-desc {
    padding: 18px 0 15px 0;
  }
  .list-2 .item-date {
    width: 175px;
    height: 42px;
  }
  .list-2 .item-date-text {
    line-height: 42px;
  }
  .list-2 .item-date-icon {
    width: 22px;
    height: 22px;
    margin: 0 10px;
  }

  /* list-3 */
  .list-3 .item {
    width: 574px;
    height: 548px;
    padding: 20px;
  }
  .list-3 .item-cover {
    width: 534px;
    height: 267px;
  }
  .list-3 .item-title {
    padding-top: 18px;
  }
  .list-3 .item-desc {
    padding: 15px 0 25px 0;
  }
  .list-3 .item-time-icon {
    width: 20px;
    height: 20px;
  }
  .list-3 .item-time-text {
    font-size: 20px;
  }
  .list-3 .item-more {
    font-size: 18px;
  }


  /* list-4 */
  .list-4 .item-date {
    width: 175px;
    height: 42px;
  }
  .list-4 .item-date-text {
    line-height: 42px;
  }
  .list-4 .item-date-icon {
    width: 22px;
    height: 22px;
    margin: 0 10px;
  }


  /* list-5 */
  .list-nav-swiper {
    width: 1052px;
    height: 90px;
  }
  .list-nav-swiper .swiper-slide {
    font-size: 22px;
  }


  /* .resource */
  .resource-title-cn {
    font-size: 34px;
    padding-bottom: 20px;
  }
  .resource-title-en {
    font-size: 22px;
    padding-bottom: 22px;
    margin-bottom: 35px;
  }
  .resource-desc {
    font-size: 16px;
  }
  .resource-right {
    width: 688px;
    height: 425px;
  }
  .resource-shape {
    border-width: 0 0 425px 150px;
  }
  .resource-right .resource-swiper {
    height: 425px;
  }

  /* style */
  .style-wrap .container {
    padding: 22px;
  }
  .style-view {
    width: 1156px;
    height: 720px;
  }
  .style-view-title {
    font-size: 18px;
    line-height: 72px;
  }
  .style-list {
    width: 1156px;
    height: 140px;
  }
  .style-prev, .style-next {
    width: 50px;
    height: 140px;
  }
  .style-prev::after, .style-next::after {
    width: 25px;
    height: 25px;
  }
  .style-prev::after {
    left: 19px;
  }
  .style-next::after {
    right: 19px;
  }
  .style-list-container {
    margin: 0 10px;
  }
  .style-list-item {
    width: 247px;
    height: 140px;
  }

  /* contact-us */
  .contact-us-left {
    width: 348px;
  }
}

/*翻页*/
.pageNum{width:100%; height: 50px;margin: 0 auto; padding: 0 0 50px 0;}
.pageNum a,.pageNum i,.pageNum em,.pageNum span{height: 37px; line-height: 37px; padding: 0 15px; display: inline-block; border: 1px #e8e8e8 solid; background-color: #fff;  margin: 0 3px;color:#515151; }
.pageNum i{background-color: #fff;}
.pageNum a:hover,.pageNum .pative,.pageNum span{
color:#fff;background-color:#d30b15;
}
.pageNum .pagination {
display: flex; justify-content: center;
}
.pageNum .pagination li {
list-style: none;
}
.pageNum .pagination .active a {
	background: #e4393c;
    color: #FFF;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  /* IE10-specific styles go here */
}  