/* con_section_banner */
.con_section_banner {
  width: 100%;
  height: 720px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.con_section_banner .con_banner {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 720px;
  overflow: hidden;
}

.con_section_banner .con_banner img {
  width: 100%;
  display: inherit;
}

.help_center_con_section_banner {
  overflow: inherit;
}

.global_banner_text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 280px;
  box-sizing: border-box;
}

.global_banner_text .text_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
}

.global_banner_text .text_box h2 {
  font-size: 36px;
  color: #fff;
  line-height: 50px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;


  animation: banner_ani01 0.8s ease-out;
  -webkit-animation: banner_ani01 0.8s ease-out;
}

.global_banner_text .text_box p {
  max-width: 630px;
  width: 100%;
  height: auto;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  text-align: justify;

  animation: banner_ani02 0.8s ease-out;
  -webkit-animation: banner_ani02 0.8s ease-out;
}

.global_banner_text .global_banner_link {
  float: left;
  display: block;
  width: auto;
  min-width: 160px;
  height: 50px;
  background: #3774ea;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  padding: 10px 30px;
  box-sizing: border-box;
  border-radius: 50px;
  margin-top: 50px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;

  animation: banner_ani03 1s ease-out;
  -webkit-animation: banner_ani03 1s ease-out;
}

.global_banner_text .global_banner_link span {
  position: relative;
  z-index: 2;
}

.global_banner_text .global_banner_link:after {
  content: '';
  display: block;
  width: 0%;
  height: 102%;
  background-color: #30d0da;
  border-radius: 50px;
  position: absolute;
  top: -1%;
  left: -1%;
  transition: all 0.3s;
  z-index: 1;
}

.global_banner_text .global_banner_link:hover:after {
  width: 102%;
}

.global_acquiring_banner_text .global_banner_link {
  width: 200px;
}


@keyframes banner_ani01 {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes banner_ani02 {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes banner_ani03 {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}


/* global_banner_text_center */
.global_banner_text_center {
  padding-top: 0px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* global_banner_animation */
.global_banner_animation {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}

.global_banner_animation .banner_animation {
  display: block;
  width: 100%;
  height: 9em;
  max-height: 100vh;
  margin: 0;
}

.global_banner_animation .parallax {
  display: block;
  width: 100%;
}

.global_banner_animation .parallax>use {
  animation: move_forever 8s linear infinite;
}

.global_banner_animation .parallax>use:nth-child(1) {
  animation-delay: -2s;

  fill: rgba(0, 187, 172, 0.70);
}

.global_banner_animation .parallax>use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 5s;

  fill: rgba(0, 122, 195, 0.70);
}

@keyframes move_forever {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}



/* home_content */
/* .home_content .content_title {
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  box-sizing: border-box;
}

.home_content .content_title h2 {
  font-size: 36px;
  color: #333333;
  line-height: 70px;
  font-weight: 600;
  text-align: center;
} */

/* page_class */
/* .page_class ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

.page_class ul li {
  margin: 0 5px;
}

.page_class ul li a {
  color: rgba(153, 153, 153, 1);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EEEEEE;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  padding: 9px 16px;
}

.page_class ul li.active a {
  background: #1F78F0;
  color: #FFFFFF;
  border: 1px solid #1F78F0;
}

.page_class ul li:hover a {
  background: #1F78F0;
  border: 1px solid #1F78F0;
  color: #FFFFFF;
} */

/* news_list_page */
.news_list_page {
  width: 100%;
  height: auto;
  background: #f6f6f6;
}

.news_list_section1 {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 100px;
  box-sizing: border-box;
}

.news_list_nav {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  box-sizing: border-box;
}

.news_list_nav ul {
  width: 100%;
  height: auto;
}

.news_list_nav ul li {
  float: left;
  width: auto;
  height: auto;
  margin-right: 20px;
}

.news_list_nav ul li a {
  float: left;
  display: block;
  width: auto;
  min-width: 135px;
  height: 50px;
  /* background: #dedede; */
  font-size: 16px;
  color: #666;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  padding: 10px 30px;
  box-sizing: border-box;
  border-radius: 50px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  border: 1px solid #dedede;
}

.news_list_nav ul li a span {
  position: relative;
  z-index: 2;
}

.news_list_nav ul li a:after {
  content: '';
  display: block;
  width: 0%;
  height: 102%;
  background-color: #1573f1;
  position: absolute;
  top: -1%;
  left: -1%;
  transition: all 0.3s;
  z-index: 1;
}

.news_list_nav ul li a:hover:after {
  width: 102%;
}

.news_list_nav ul li a.active:after {
  width: 102%;
}

.news_list_nav ul li a:hover {
  color: #fff;
}

.news_list_nav ul li a.active {
  color: #fff;
}



/* news_list_informations  */
.news_list_informations {
  width: 100%;
  height: auto;
}

.news_list_informations ul li {
  width: 100%;
  min-height: 225px;
  height: auto;
  padding: 30px 0;
  box-sizing: border-box;
  margin-bottom: 25px;
  position: relative;
  border-radius: 12px;
  padding-right: 300px;
  border: 1px solid #EEEEEE;
  background: #FFFFFF;
  /* box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.04); */
}

.news_list_informations ul li .pic_box {
  width: 260px;
  height: 164px;
  overflow: hidden;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  left: auto;
}

.news_list_informations ul li:hover {
  box-shadow: 0px 3px 16px 1px rgba(0, 0, 0, 0.06);
}

.news_list_informations ul li .pic_box .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
}

.news_list_informations ul li .text_box {
  width: 100%;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 5px;
  box-sizing: border-box;
}

.news_list_informations ul li .text_box h3 {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.news_list_informations ul li .text_box .article {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  text-align: justify;
  margin-top: 15px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news_list_informations ul li .text_box .time {
  display: flex;
  align-items: center;
}

.news_list_informations ul li .text_box .time p {
  margin-top: 20px;
}

.news_list_informations ul li .text_box .time p a {
  padding: 6px 8px;
  margin-right: 10px;
  background: #F5F6F9;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}

.news_list_informations ul li .text_box .time p.days {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}

.news_list_informations ul li:hover .text_box h3 {
  color: #2077D6;
}

.news_list_informations .news_list_more {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
}

.news_list_informations .news_list_more a {
  display: inline-block;
  min-width: 160px;
  width: auto;
  height: auto;
  background-color: #1573f1;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  padding: 10px 30px;
  box-sizing: border-box;
  border-radius: 60px;
  position: relative;
  overflow: hidden;
}

.news_list_informations .news_list_more a span {
  position: relative;
  z-index: 2;
}

.news_list_informations .news_list_more a:after {
  content: '';
  display: block;
  width: 0%;
  height: 102%;
  background-color: #30d0da;
  border-radius: 50px;
  position: absolute;
  top: -1%;
  left: -1%;
  transition: all 0.3s;
  z-index: 1;
}

.news_list_informations .news_list_more a:hover:after {
  width: 102%;
}


/* news_list_collect */
.news_list_collect {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.news_list_collect .news_list_item>ul li {
  width: 100%;
  min-height: 225px;
  height: auto;
  padding: 30px 0;
  box-sizing: border-box;
  margin-bottom: 25px;
  position: relative;
  border-radius: 12px;
  padding-right: 280px;
  border: 1px solid #EEEEEE;
  background: #FFFFFF;
  /* box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.04); */
}

.news_list_collect .news_list_item>ul li .pic_box {
  width: 260px;
  height: 164px;
  overflow: hidden;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.news_list_collect .news_list_item>ul li:hover {
  box-shadow: 0px 3px 16px 1px rgba(0, 0, 0, 0.06);
}

.news_list_collect .news_list_item>ul li .pic_box .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
}

.news_list_collect .news_list_item>ul li .text_box {
  width: 100%;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 5px;
  box-sizing: border-box;
}

.news_list_collect .news_list_item>ul li .text_box h3 {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.news_list_collect .news_list_item>ul li .text_box .article {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  text-align: justify;
  margin-top: 15px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news_list_collect .news_list_item>ul li .text_box .time {
  display: flex;
  align-items: center;
}

.news_list_collect .news_list_item>ul li .text_box .time p {
  margin-top: 20px;
}

.news_list_collect .news_list_item>ul li .text_box .time p a {
  padding: 6px 8px;
  margin-right: 10px;
  background: #F5F6F9;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}

.news_list_collect .news_list_item>ul li .text_box .time p.days {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}

.news_list_collect .news_list_item>ul li:hover .text_box h3 {
  color: #2077D6;
}

.news_list_collect .news_list_body {
  margin-left: 24px;
  width: 340px;
}

.news_list_collect .news_list_body .top {
  padding: 30px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 24px;
}

.news_list_collect .news_list_body .top:hover p {
  color: #2077D6;
}

.news_list_collect .news_list_body .top .pic {
  width: 280px;
  height: 140px;
  background: url(../images/home_section1_img1.png) no-repeat center;
  background-size: 100%;
}

.news_list_collect .news_list_body .top p {
  margin-top: 20px;
  font-size: 18px;
  color: #333;
  line-height: 18px;
  font-weight: 700;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_list_collect .news_list_body .center {
  padding: 30px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 25px;
}

.news_list_collect .news_list_body div h3 {
  font-size: 22px;
  color: #333;
  line-height: 30px;
  font-weight: 700;
}

.news_list_collect .news_list_body .center ul {
  margin-top: 20px;
}

.news_list_collect .news_list_body .center ul li {
  float: left;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.news_list_collect .news_list_body .center ul li a {
  padding: 6px 12px;
  margin-right: 8px;
  background: #F5F6F9;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  cursor: pointer;
}

.news_list_collect .news_list_body .center ul li:hover a {
  color: #1F78F0;
}



.news_list_collect .news_list_body .bottom {
  padding: 30px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 12px;
}

.news_list_collect .news_list_body .bottom ul {
  margin-top: 16px;
}

.news_list_collect .news_list_body .bottom ul li {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 24px;

  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news_list_collect .news_list_body .bottom ul li:before {
  content: "";
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: #1F78F0;
  position: absolute;
  border-radius: 50px;
}

.news_list_collect .news_list_body .bottom ul li:hover a {
  color: #1F78F0;
}


/* news_list_details 文章标题详情页 */
.news_list_details .news_li {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}

.news_list_details .news_li li {
  float: left;
  padding-left: 20px;
  position: relative;
}

.news_list_details .news_li li::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 16px;
  height: 16px;
  background: url(../images/news_li_right.png) no-repeat center;
  background-size: 80%;
}

.news_list_details .news_li li:first-child {
  padding-left: 0;
}

.news_list_details .news_li li:first-child::after {
  display: none;
}

.news_list_details .news_list_between {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.news_list_details .news_list_item {
  width: 100%;
}

.news_list_details .news_list_item .details_content {
  padding: 60px 40px;
  border: 1px solid #EEEEEE;
  background: #FFFFFF;
  border-radius: 12px;
}

.news_list_details .news_list_item .details_content .title {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  line-height: 42px;
  margin-bottom: 50px;
}

.news_list_details .news_list_item .details_content .item {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #EEEEEE;
}

.news_list_details .news_list_item .details_content .item p {
  font-size: 14px;
  color: #464646;
  font-weight: 700;
  margin-right: 40px;
}

.news_list_details .news_list_item .details_content .item p span {
  font-weight: 400;
}

.news_list_details .news_list_item .details_content .content {
  margin: 30px 0;
  font-size: 16px;
  color: #333;
  text-align: justify;
  line-height: 30px;
  /* text-indent: 2em; */
}

.news_list_details .news_list_item .details_content .content div,
.news_list_details .news_list_item .details_content .content span,
.news_list_details .news_list_item .details_content .content p {
  line-height: 30px;
  font-family: "PingFang SC", "Microsoft YaHei", Helvetica, Arial, sans-serif, "Source Han Serif" !important;
}

.news_list_details .news_list_item .details_content .content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}

.news_list_details .news_list_item .details_content .piece {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}

.news_list_details .news_list_item .details_content .piece a {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  line-height: 22px;
  margin-top: 30px;
}

.news_list_details .news_list_item .details_content .piece span {
  font-weight: 400;
}

.news_list_details .news_list_item .details_content .piece a:hover .prev,
.news_list_details .news_list_item .details_content .piece a:hover .next {
  color: #1F78F0;
}


.news_list_details .news_list_item .recommen {
  padding: 30px 30px;
  border: 1px solid #EEEEEE;
  background: #FFFFFF;
  border-radius: 12px;
  margin-top: 20px;
}

.news_list_details .news_list_item .recommen h2 {
  font-size: 22px;
  font-weight: 700;
  color: #333;
}

.news_list_details .news_list_item .recommen ul {
  width: 100%;
  height: auto;
  margin-top: 16px;
}

.news_list_details .news_list_item .recommen ul li {
  float: left;
  width: auto;
  height: auto;
  margin-right: 15px;
}

.news_list_details .news_list_item .recommen ul li div {
  float: left;
  display: block;
  width: auto;
  /* min-width: 135px; */
  height: 36px;
  /* background: #dedede; */
  font-size: 14px;
  color: #666;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  padding: 2px 20px;
  box-sizing: border-box;
  border-radius: 30px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  border: 1px solid #dedede;
  cursor: pointer;
}

.news_list_details .news_list_item .recommen ul li div span {
  position: relative;
  z-index: 2;
}

.news_list_details .news_list_item .recommen ul li div:after {
  content: '';
  display: block;
  width: 0%;
  height: 102%;
  background-color: #1573f1;
  position: absolute;
  top: -1%;
  left: -1%;
  transition: all 0.3s;
  z-index: 1;
}

.news_list_details .news_list_item .recommen ul li div:hover:after {
  width: 102%;
}

.news_list_details .news_list_item .recommen ul li div.active:after {
  width: 102%;
}

.news_list_details .news_list_item .recommen ul li div:hover {
  color: #fff;
}

.news_list_details .news_list_item .recommen ul li div.active {
  color: #fff;
}

.news_list_details .news_list_item .recommen .r_content {
  margin-top: 30px;
}

.news_list_details .news_list_item .recommen .r_content p {
  font-size: 16px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 24px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_list_details .news_list_item .recommen .r_content p::after {
  content: "";
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background: #1F78F0;
  position: absolute;
  border-radius: 50px;
}

.news_list_details .news_list_item .recommen .r_content p:hover a {
  color: #1F78F0;
}

.news_list_details .news_list_body {
  margin-left: 24px;
  width: 340px;
}

.news_list_details .news_list_body .top {
  padding: 30px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 24px;
}

.news_list_details .news_list_body .top:hover p {
  color: #2077D6;
}

.news_list_details .news_list_body .top .pic {
  width: 280px;
  height: 140px;
  background: url(../images/home_section1_img1.png) no-repeat center;
  background-size: 100%;
}

.news_list_details .news_list_body .top p {
  margin-top: 20px;
  font-size: 18px;
  color: #333;
  line-height: 18px;
  font-weight: 700;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_list_details .news_list_body .center {
  padding: 30px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 24px;
}

.news_list_details .news_list_body div h3 {
  font-size: 22px;
  color: #333;
  line-height: 30px;
  font-weight: 700;
}

.news_list_details .news_list_body .center ul {
  margin-top: 20px;
}

.news_list_details .news_list_body .center ul li {
  float: left;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.news_list_details .news_list_body .center ul li a {
  padding: 6px 12px;
  margin-right: 8px;
  background: #F5F6F9;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  cursor: pointer;
}

.news_list_details .news_list_body .center ul li:hover a {
  color: #1F78F0;
}


.news_list_details .news_list_body .bottom {
  padding: 30px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 12px;
}

.news_list_details .news_list_body .bottom ul {
  margin-top: 16px;
}

.news_list_details .news_list_body .bottom ul li {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 24px;

  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news_list_details .news_list_body .bottom ul li:before {
  content: "";
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: #1F78F0;
  position: absolute;
  border-radius: 50px;
}

.news_list_details .news_list_body .bottom ul li:hover a {
  color: #1F78F0;
}



@media screen and (min-width: 1921px) {
  .con_section_banner {
    height: auto;
  }

  .con_section_banner .con_banner {
    width: 100%;
    position: relative;
    height: auto;
    margin-left: 0;
    left: 0;
  }
}

@media screen and (max-width: 1600px) {

  .con_section_banner {
    width: 100%;
    height: 600px;
  }

  .con_section_banner .con_banner {
    margin-left: -800px;
    width: 1600px;
    height: 600px;
  }

  .global_banner_text .text_box p {
    max-width: 520px;
  }

  .global_banner_text {
    padding-top: 225px;
  }

  .help_center_banner_text {
    padding-top: 60px;
  }

  .section_container_con {
    max-width: 1230px;
  }

  .global_banner_text .text_box h2 {
    font-size: 30px;
  }


}


@media screen and (max-width: 1440px) {

  .section_container_con {
    max-width: 1100px;
  }

  .news_details_section1 .section_container_con {
    max-width: 1100px;
  }

  /* .section_container_spacing {
    padding-top: 60px;
    padding-bottom: 90px;
  } */

  .global_banner_text .text_box p {
    max-width: 520px;
  }



  /*  */
  .news_list_nav ul li a {
    min-width: 115px;
    padding: 10px 20px;
  }

  /*  */

  .news_list_collect .news_list_item>ul li {
    width: 100%;
    min-height: 225px;
    margin-bottom: 25px;
    padding-right: 115px;
  }

  .news_list_collect .news_list_item>ul li .pic_box {
    width: 220px;
    height: 164px;
  }

  .news_list_collect .news_list_item>ul li .text_box {
    width: 80%;
  }

  .news_list_collect .news_list_item>ul li .text_box h3 {
    font-size: 18px;
  }

  .news_list_collect .news_list_body {
    margin-left: 20px;
    width: 300px;
  }

  .news_list_collect .news_list_body .top {
    padding: 25px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 24px;
  }

  .news_list_collect .news_list_body .top .pic {
    width: 250px;
    height: 138px;
  }

  .news_list_collect .news_list_body .top p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 16px;
  }

  .news_list_collect .news_list_body .center {
    padding: 25px;
    margin-bottom: 24px;
  }

  .news_list_collect .news_list_body div h3 {
    font-size: 18px;
    line-height: 30px;
  }

  .news_list_collect .news_list_body .center ul {
    margin-top: 20px;
  }

  .news_list_collect .news_list_body .center ul li a {
    padding: 4px 10px;
    margin-right: 8px;
    font-size: 12px;
  }

  .news_list_collect .news_list_body .bottom {
    padding: 25px;
  }

  .news_list_collect .news_list_body .bottom ul {
    margin-top: 16px;
  }

  .news_list_collect .news_list_body .bottom ul li {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 12px;
  }


  /*  */

  .news_list_details .news_list_item .details_content {
    padding: 50px 40px;
  }

  .news_list_details .news_list_item .details_content .title {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .news_list_details .news_list_item .details_content .content {
    margin: 20px 0;
    font-size: 15px;
  }

  .news_list_details .news_list_item .recommen h2 {
    font-size: 18px;
  }

  .news_list_details .news_list_item .recommen ul li {
    margin-right: 10px;
  }

  .news_list_details .news_list_item .recommen ul li a {
    min-width: 80px;
    height: 35px;
    /* background: #dedede; */
    font-size: 12px;
    padding: 2px 12px;
  }

  .news_list_details .news_list_item .recommen .r_content p {
    font-size: 15px;
  }

  .news_list_details .news_list_body {
    margin-left: 20px;
    width: 300px;
  }

  .news_list_details .news_list_body .top {
    padding: 25px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 24px;
  }

  .news_list_details .news_list_body .top .pic {
    width: 250px;
    height: 138px;
  }

  .news_list_details .news_list_body .top p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 16px;
  }

  .news_list_details .news_list_body .center {
    padding: 25px;
    margin-bottom: 24px;
  }

  .news_list_details .news_list_body div h3 {
    font-size: 18px;
    line-height: 30px;
  }

  .news_list_details .news_list_body .center ul {
    margin-top: 20px;
  }

  .news_list_details .news_list_body .center ul li a {
    padding: 4px 10px;
    margin-right: 8px;
    font-size: 12px;
  }

  .news_list_details .news_list_body .bottom {
    padding: 25px;
  }

  .news_list_details .news_list_body .bottom ul {
    margin-top: 16px;
  }

  .news_list_details .news_list_body .bottom ul li {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 12px;
  }
}



@media screen and (max-width: 1366px) {

  .con_section_banner {
    width: 100%;
    height: 520px;
  }

  .con_section_banner .con_banner {
    margin-left: -700px;
    width: 1400px;
    height: 520px;
  }

  .global_banner_text {
    padding-top: 190px;
  }

  .help_center_banner_text {
    padding-top: 60px;
  }

  .global_banner_text .text_box h2 {
    margin-bottom: 20px;
  }

  .global_banner_text .global_banner_link {
    margin-top: 40px;
  }

  .global_banner_animation .banner_animation {
    height: 7em;
  }


}



@media screen and (max-width: 1200px) {
  .section_container_con {
    width: 1150px !important;
  }

}

@media screen and (max-width: 768px) {
  .section_container_con {
    width: 100% !important;
  }

  /* banner */
  .global_banner_text .text_box h2 {
    font-size: 22px;
    line-height: 40px;
  }

  .global_banner_text .text_box p {
    font-size: 14px;
    line-height: 24px;
  }

  .con_section_banner {
    width: 100%;
    height: 420px;
  }

  .con_section_banner .con_banner {
    margin-left: -560px;
    width: 1120px;
    height: 420px;
  }

  .global_banner_text {
    padding-top: 145px;
  }

  .global_banner_text .global_banner_link {
    margin-top: 35px;
    min-width: 135px;
  }



  /* news_list_section */
  .news_list_section1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .news_list_nav {
    padding-bottom: 40px;
  }

  .news_list_nav ul li {
    margin-right: 6px;
  }

  .news_list_nav ul li:last-child {
    margin-right: 0;
  }

  .news_list_nav ul li a {
    min-width: 80px;
    height: 34px;
    padding: 2px 8px;
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .news_list_informations ul li {
    min-height: auto;
    padding-right: 0;
    padding: 20px 0;
  }

  .news_list_informations ul li .pic_box {
    width: 90%;
    height: 210px;
    top: 0px;
    right: -15px;
    position: relative;
  }

  .news_list_informations ul li .text_box {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .news_list_informations ul li .text_box .time p {
    margin-top: 15px;
  }

  .news_list_informations ul li .text_box .article {
    margin-top: 15px;
  }

  .news_list_informations ul li .text_box h3 {
    font-size: 15px;
    white-space: inherit;
    text-overflow: inherit;
  }

  .news_details_section1 .text_box {
    font-size: 15px;
    line-height: 26px;
  }

  .news_list_collect {
    flex-direction: column;
  }

  .news_list_collect .news_list_item>ul li {
    min-height: auto;
    padding-right: 0;
    padding: 20px 0;
  }

  .news_list_collect .news_list_item>ul li .pic_box {
    width: 90%;
    height: 210px;
    top: 0px;
    right: -15px;
    position: relative;
  }

  .news_list_collect .news_list_item>ul li .text_box {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .news_list_collect .news_list_item>ul li .text_box .time p {
    margin-top: 15px;
  }

  .news_list_collect .news_list_item>ul li .text_box .article {
    margin-top: 15px;
  }

  .news_list_collect .news_list_item>ul li .text_box h3 {
    font-size: 15px;
    white-space: inherit;
    text-overflow: inherit;
  }

  .news_list_collect .news_list_item .text_box {
    font-size: 15px;
    line-height: 26px;
  }

  .news_list_collect .news_list_body {
    margin-left: 0px;
    width: 100%;
  }

  .news_list_collect .news_list_body .top {
    padding: 16px;
    margin-bottom: 24px;
  }

  .news_list_collect .news_list_body .top .pic {
    width: 100%;
    height: 180px;
  }

  .news_list_collect .news_list_body .top p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 18px;
  }

  .news_list_collect .news_list_body .center {
    padding: 15px;
    margin-bottom: 25px;
  }

  .news_list_collect .news_list_body div h3 {
    font-size: 15px;
  }

  .news_list_collect .news_list_body .center ul {
    margin-top: 10px;
  }

  .news_list_collect .news_list_body .center ul li {
    margin-bottom: 8px;
  }

  .news_list_collect .news_list_body .center ul li a {
    margin-right: 8px;
    border-radius: 4px;
    font-size: 13px;
  }

  .news_list_collect .news_list_body .bottom {
    padding: 15px;
  }

  .news_list_collect .news_list_body .bottom ul {
    margin-top: 10px;
  }

  .news_list_collect .news_list_body .bottom ul li {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .news_list_collect .news_list_body .bottom ul li:before {
    top: 7px;
  }

  /* .page_class ul {
    margin-top: 45px;
  }

  .page_class ul .li {
    margin: 0 4px;
  }

  .page_class ul li a {
    font-size: 13px;
    padding: 7px 14px;
  } */

  /*  */
  .news_list_details .news_li {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .news_list_details .news_li li::after {
    left: 2px;
    top: 3px;
    background-size: 70%;
  }

  .news_list_details .news_list_between {
    flex-direction: column;
  }

  .news_list_details .news_list_item .details_content {
    padding: 30px 20px;
  }

  .news_list_details .news_list_item .details_content .title {
    font-size: 20px;
    line-height: 32px;
    text-align: justify;
    margin-bottom: 30px;
  }

  .news_list_details .news_list_item .details_content .item p {
    font-size: 14px;
    margin-right: 40px;
  }

  .news_list_details .news_list_item .details_content .content {
    margin: 20px 0;
    font-size: 14px;
    line-height: 26px;
  }
  .news_list_details .news_list_item .details_content .piece a {
    font-size: 15px;
    margin-top: 20px;
  }

  .news_list_details .news_list_item .recommen {
    padding: 20px 20px;
    margin-top: 20px;
  }

  .news_list_details .news_list_item .recommen h2 {
    font-size: 15px;
  }

  .news_list_details .news_list_item .recommen ul {
    margin-top: 16px;
  }

  .news_list_details .news_list_item .recommen ul li {
    margin-right: 8px;
  }

  .news_list_details .news_list_item .recommen ul li a {
    min-width: 80px;
    height: 35px;
    font-size: 13px;
    line-height: 30px;
    padding: 2px 15px;
    margin-bottom: 8px;
  }

  .news_list_details .news_list_item .recommen .r_content {
    margin-top: 20px;
  }

  .news_list_details .news_list_item .recommen .r_content p {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .news_list_details .news_list_item .recommen .r_content p::after {
    top: 7px;
  }

  .news_list_details .news_list_body {
    margin-left: 0px;
    width: 100%;
    margin-top: 25px;
  }

  .news_list_details .news_list_body .top {
    padding: 16px;
    margin-bottom: 24px;
  }

  .news_list_details .news_list_body .top .pic {
    width: 100%;
    height: 180px;
  }

  .news_list_details .news_list_body .top p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 18px;
  }

  .news_list_details .news_list_body .center {
    padding: 15px;
    margin-bottom: 25px;
  }

  .news_list_details .news_list_body div h3 {
    font-size: 15px;
  }

  .news_list_details .news_list_body .center ul {
    margin-top: 10px;
  }

  .news_list_details .news_list_body .center ul li {
    margin-bottom: 8px;
  }

  .news_list_details .news_list_body .center ul li a {
    margin-right: 8px;
    border-radius: 4px;
    font-size: 13px;
  }

  .news_list_details .news_list_body .bottom {
    padding: 15px;
  }

  .news_list_details .news_list_body .bottom ul {
    margin-top: 10px;
  }

  .news_list_details .news_list_body .bottom ul li {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .news_list_details .news_list_body .bottom ul li:before {
    top: 7px;
  }

}