@charset "utf-8";

.index {
  position: relative;
  background: url(../images/index-bg.png) no-repeat center top;
  background-size: cover;
}

.section1 {
  position: relative;
  padding-top: 105px;
  z-index: 9;
  overflow: hidden;
}

.sect1 {
  position: relative;
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sect1 .s1-kk {
  content: "";
  position: absolute;
  top: 180px;
  left: -81px;
  bottom: 60px;
  width: calc(100% + (100vw - 1600px)/2);
  border-radius: 0px 0px 0px 100px;
  opacity: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 135%);
  z-index: 6;
}

.sect1::before {
  content: "";
  position: absolute;
  top: 140px;
  left: -40px;
  bottom: 30px;
  width: calc(100% + (100vw - 1600px)/2);
  border-radius: 0px 0px 0px 100px;
  opacity: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 135%);
  z-index: 6;
}

.sect1::after {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  bottom: 0;
  width: calc(100% + (100vw - 1600px)/2);
  border-radius: 0px 0px 0px 120px;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 135%);
  z-index: 6;
}

.s1-l {
  width: 65.93%;
  position: relative;
  z-index: 9;
  padding-left: 50px;
}

.s1-l .news {
  margin-top: 60px;
  margin-left: -20px;
  margin-right: -20px;
}

.news a {
  margin: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: url(../images/new-bg.png) no-repeat center right;
  background-size: auto 100%;
  box-shadow: 0 0 20px #e9f3f6;
}

.news a .tpp {
  width: 518px;
}

.news a .tpp .pic {
  padding-top: 56.37%;
}

.news a .txt {
  flex: 1;
  min-width: 0;
  padding: 25px 30px;
}

.news a .txt h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #3777E4;
  max-height: 56px;
}

.news a .txt p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #909090;
  max-height: 96px;
}

.news .slick-dots {
  bottom: 30px;
  right: 20px;
  padding-right: 30px;
  left: auto;
  width: auto;
}

.news .slick-dots::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 1px;
  top: 40%;
  transform: translateY(-50%);
  border-bottom: 1px dashed #C5C5C5;
}

.news .slick-dots::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 43%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #C5C5C5;
}

.news .slick-dots li {
  position: relative;
  margin: 0 5px;
}

.news .slick-dots li .dot-page {
  position: relative;
  z-index: 9;
}

.news .slick-dots li::after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 5px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: url(../images/s1dotsbg.png) no-repeat center center;
  opacity: 0;
  z-index: -1;
}

.news .slick-dots li.slick-active::after {
  opacity: 1;
  z-index: 2;
}

.news .slick-dots li .dot-page span {
  font-family: Arial;
  font-size: 14px;
  line-height: 14px;
  color: rgba(0, 122, 235, 0.3);
}

.news .slick-dots li.slick-active .dot-page span {
  font-size: 18px;
  font-weight: bold;
  color: #007AEB;
}

.list li {
  position: relative;
  line-height: 78px;
  border-bottom: 1px dashed #DCDCDC;
  padding-left: 20px;
  padding-right: 110px;
  background: url(../images/list.png) no-repeat left center;
}

.list li:hover {
  background: url(../images/list-other.png) no-repeat left center;
}

.list li a {
  display: block;
  font-size: 18px;
  color: #242424;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list li:hover a {
  color: #3777E4;
}

.list li span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: Arial;
  font-size: 18px;
  line-height: 16px;
  color: #909090;
  padding-left: 20px;
  background: url(../images/time.png) no-repeat left center;
}

.list li:hover span {
  color: #3777E4;
  background: url(../images/time-other.png) no-repeat left center;
}

.s1-r {
  position: relative;
  width: 29.6875%;
  /* position: relative; */
  z-index: 9;
}

.s1-r::after {
  content: "";
  position: absolute;
  left: 0;
  width: 636px;
  height: 181px;
  background: url(../images/s1-r-bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  top: -105px;
}

.title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title h2 span {
  padding: 0 10px;
  font-size: 32px;
  color: #333333;
  font-weight: normal;
}

.title h2 span:first-child {
  padding-left: 15px;
}

.title a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #346FD5;
  padding-left: 15px;
  line-height: 50px;
  background: url(../images/more.png) no-repeat left center;
  transition: all .6s;
}

.title a:hover {
  letter-spacing: 2px;
}

.title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/tit-bg.png) no-repeat center center;
  background-size: 100% auto;
  width: 160px;
  height: 131px;
  bottom: -35px;
}

.s1-r .title {
  position: relative;
  z-index: 9;
}

.s1-r .title h2 span {
  color: #fff;
}

.s1-r .title h2:after {
  background: url(../images/tit-bg-other.png) no-repeat center center;
}

.s1-r .title a {
  color: #fff;
  background: url(../images/more-other.png) no-repeat left center;
}

.s1-r ul {
  position: relative;
  z-index: 9;
  margin-top: 80px;
}

.s1-r .date-list li {
  position: relative;
  margin-top: 35px;
  transition: all .6s;
}

.s1-r .date-list li::after {
  content: "";
  position: absolute;
  left: 42px;
  top: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #E8E8E8;
  transition: all .6s;
}

.s1-r .date-list li:hover::after {
  background: url(../images/s1r-datebg.jpg) no-repeat center center;
  background-size: 100% 100%;
}

.s1-r .date-list li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
  transition: all .6s;
}

.s1-r .date-list li a .date {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #E3F1FD;
  border: 1px solid #E3F1FD;
  text-align: center;
  padding: 18px 0;
}

.s1-r .date-list li:hover a .date {
  background: #fff url(../images/s2date-bg.png);
  border: 1px solid #007AEB;
}

.s1-r .date-list li a .date p {
  font-size: 22px;
  color: #3777E4;
}

.s1-r .date-list li a .date span {
  font-size: 16px;
  color: #96A4BB;
  font-family: Arial;
}

.s1-r .date-list li a .text {
  flex: 1;
  min-width: 0;
  padding: 0 20px;
}

.s1-r .date-list li a .text p {
  font-size: 18px;
  /* font-weight: 350; */
  line-height: 22px;
  /* letter-spacing: 0em; */
  color: #323232;
  max-height: 44px;
}

.s1-r .date-list li:hover a .text p {
  color: #fff;
}

.section2 {
  padding-top: 100px;
  overflow: hidden;
}

.s2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 205px;
}

.s2 .s2-l {
  flex: 1;
  min-width: 0;
  margin-top: 120px;
}

.s2 .s2-l p {
  position: relative;
  line-height: 45px;
  font-size: 18px;
  color: #242424;
  text-indent: 2em;
  /* background: url(../images/s2-list-icon.png) no-repeat 6% 20%; */
  padding: 25px 50px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.s2 .s2-l p::before {
  content: "";
  position: absolute;
  left: -33px;
  top: -30px;
  background: url(../images/s2-l-kk.png) no-repeat center center;
  width: 244px;
  height: 244px;
}

.s2 .s2-l p::after {
  content: "";
  position: absolute;
  right: -33px;
  bottom: -30px;
  background: url(../images/s2-l-kk-r.png) no-repeat center center;
  width: 244px;
  height: 244px;
}

.s2 .s2-l .more {
  width: 146px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #346FD5;
  margin: 0 auto;
  margin-top: 50px;
  transition: all .6s;
}

.s2 .s2-l .more:hover {
  width: 160px;
}

.s2 .s2-l .more a {
  font-size: 16px;
  color: #fff;
}

.s2 .s2-r {
  width: 460px;
  background: url(../images/s2-r-bg.png) no-repeat 100% 60%;
}

.section3 {
  position: relative;
  margin-top: 85px;
}

.section3::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 83.333%;
  background: url(../images/sect3-bg.jpg) no-repeat right center;
  background-size: cover;
}

.s3 {
  position: relative;
  padding-top: 85px;
  padding-left: 300px;
  padding-bottom: 60px;
  z-index: 9;
  overflow: hidden;
}

.s3 .slick-prev {
  top: auto;
  transform: none;
  bottom: -55px;
  left: 105px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .2) url(../images/s3-l.png) no-repeat center center;
}

.s3 .slick-next {
  top: auto;
  transform: none;
  bottom: -55px;
  right: 105px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .2) url(../images/s3-r.png) no-repeat center center;
}

.s3 .slick-list {
  overflow: visible;
}

.sect3 {
  position: relative;
  /* padding-bottom: 60px; */
}

.sect3 .bt {
  position: absolute;
  right: 0;
  top: -90px;
  text-align: right;
  /* margin-top: -130px; */
  font-size: 120px;
  line-height: 1;
  /* letter-spacing: 30px; */
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(179, 206, 252, 0.5);
  text-transform: uppercase;
}

.sect3 .title {
  position: absolute;
  left: 590px;
  top: 35px;
}

.s3 ul li {
  margin: 65px 0;
  margin-left: 90px;
}

.s3 ul li.slick-current {
  position: relative;
  z-index: 99;
}

.s3 ul li a {
  position: relative;
  display: block;
}

.s3 ul li a .tpp {
  position: relative;
  width: 200px;
  height: 240px;
  padding: 15px;
  border-radius: 50%;
  margin: 0 auto;
  /* background: url(../images/s3-qq-bgpng.png) no-repeat center center; */
  background-size: 100% 100%;
  z-index: 10;
}

.s3 ul li a .tpp .pic {
  padding-top: 120%;
  /* border-radius: 50%; */
}

.s3 ul li a .txt {
  position: absolute;
  width: 520px;
  height: 339px;
  transform: translateY(-50%);
  top: 50%;
  background: #fff;
  right: 110px;
  padding: 35px;
  padding-right: 125px;
  opacity: 0;
  z-index: -1;
}

.s3 ul li.slick-current .txt {
  opacity: 1;
  z-index: 9;
}

.s3 ul li a .txt h2 {
  font-size: 24px;
  font-weight: bold;
  color: #242424;
  text-align: center;
}

.s3 ul li a .txt h2 span {
  padding-bottom: 5px;
  background: url(../images/s3-bt-xx.png) no-repeat left bottom;
}

.s3 ul li a .txt p {

  margin-top: 20px;

  font-size: 16px;

  line-height: 36px;

  color: #242424;

  max-height: 108px;

}

.s3 ul li a .txt .s3-more {
  position: relative;
  margin-top: 60px;
  text-align: right;
}

.s3 ul li a .txt .s3-more::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background: #D8D8D8;
}

.s3 ul li a .txt .s3-more img {
  display: inline-block;
  position: relative;
  z-index: 9;
}

.s3 ul li a .name {
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-top: 15px;
}

.s3 ul li.slick-current a .name {
  opacity: 0;
  z-index: -1;
}

.s2-state {

  margin: 0 auto;

  margin-top: 30px;

  max-width: 975px;
}

.s2-state div {
  width: 100%;
  height: 1px;
  background-color: rgba(216, 216, 216, .3);
  border-radius: 5px;
  position: relative;
}

.s2-state span {
  position: absolute;
  left: 0;
  top: -1px;
  bottom: 0;
  width: 0;
  background: #FFA760;
  transition: all 0.3s;
}

.sect3-l {
  position: relative;
  width: 500px;
  /* float: left; */
  /* padding: 125px 0; */
  /* width: 50%; */
  z-index: 2;
}

.sect3-r {
  width: calc(100% - 590px);
  /* position: absolute; */
  right: 0;
  top: 0;
  bottom: 0;
  /* padding-top: 90px; */
  /* width: 58%; */
  z-index: 9;
  /* z-index: 8; */
}

.sect3-l .tpp {
  position: relative;
  margin: 0 auto;
  /* padding: 15px; */
  border-radius: 10px;
}

.sect3-l .pic {
  padding-top: 134%;
  z-index: 9;
  border-radius: 20px;
}



.sect3-r .title h2 {
  /* color: #fff; */
}

.sect3-r p {
  line-height: 40px;
  font-size: 20px;
  color: #848484;
}

.s3-r .more {
  margin-top: 30px;
}

.s3-r .more a {
  color: #fff;
}

.section4 {

  position: relative;

  padding: 90px 0;
}

.s4 {
  margin-top: 20px;
}

.sect4 ul li {
  margin: 30px 39px;
  background: #fff;
  height: 160px;
  transition: all .6s;
}

.sect4 ul li:hover {
  box-shadow: 0px 11px 18px 0px rgba(52, 111, 213, 0.2);
}

.sect4 ul li a {
  position: relative;
  display: block;

  padding: 15px 35px;

  border-radius: 0;

  transition: all .6s;
}

.sect4 ul li a span {
  position: absolute;
  left: -25px;
  top: -10px;
  font-family: Arial;
  font-size: 45px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0em;
  color: rgba(55, 119, 228, 0.15);
}

.sect4 ul li a p {
  font-size: 18px;

  line-height: 28px;
  height: 56px;
  color: #414141;
}

.sect4 ul li:hover a p {
  font-size: 18px;
  font-weight: bold;
  color: #346FD5;
}

.sect4 ul li a>div.s4-xx {
  margin: 20px 0;
  border-top: 1px solid #DDDDDD;
}


.sect4 ul li a .tpp {
  position: relative;
  padding: 10px;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 50%;
  background: #CFEEFA;
  margin: 0 auto;
  z-index: 9;
}

.sect4 ul li a .pic {
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.sect4 ul li a .text {

  padding-top: 30px;
}

.sect4 ul li a .text span {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  font-family: "sisong";
  padding-bottom: 20px;
  font-family: "sisong";
  border-bottom: 1px solid #D1E0F2;
}

.sect4 ul li a .text .nr {
  padding-top: 24px;
}

.sect4 ul li a .text .nr p {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0em;
  color: #7D8089;
}

.sect4 ul li a .more {
  text-align: right;
  margin-top: 10px;
}

.sect4 ul li a .more img {
  display: inline-block;
}

.section5 {
  padding: 20px 0;
}

.infoarc16_21_c {
  margin-top: 60px;
}

.infoarc16_21_c>ul {
  align-items: center;
  display: flex;
}

.infoarc16_21_c>ul>li {
  width: 100px;
  transition: all .8s;
}



.infoarc16_21_c>ul>li {
  overflow: hidden;
  display: block;
  position: relative;
}

.infoarc16_21_c>ul>li .infoarc16_21_itemtit {
  float: left;
  width: 100px;
  background: #346FD5 url(../images/s4-ys.png) no-repeat center top;
  background-size: 100% auto;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  padding-bottom: 40px;
  align-items: center;
  height: 490px;
  clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
  transition: all 0.5s;
}

.infoarc16_21_c>ul>li.on {
  width: calc(100% - 300px);
  box-shadow: 10px 4px 24px 0px #F0F7FF;
  box-shadow: 15px 4px 24px 0px #D2E0F1;
}

.infoarc16_21_c>ul>li.on .infoarc16_21_itemtit {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);

}

.infoarc16_21_c>ul>li.on .infoarc16_21_itemtit p {
  opacity: 1;
  /* color: #FFDA83; */
}

.infoarc16_21_c>ul>li .infoarc16_21_itemtit p span {
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
  /* padding: 0; */
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  border: 1px dashed #fff;
}

.infoarc16_21_c>ul>li .infoarc16_21_itemtit p span img {
  position: absolute;
  /* display:inline-block; */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.infoarc16_21_c>ul>li.on .infoarc16_21_itemcont {
  display: flex;
}

.infoarc16_21_c>ul>li.on .infoarc16_21_itemtit b {
  background: url(../images/info16_21_jian.png) no-repeat;
  background-position: center center;
}

.infoarc16_21_c>ul>li:nth-child(3n+1) .infoarc16_21_itemtit {
  background: #275EBC url(../images/s4-ys-other.png) no-repeat center bottom;
  background-size: 100% auto;
}



.infoarc16_21_c>ul>li .infoarc16_21_itemtit p {
  padding-top: 190%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
  padding-bottom: 10px;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
  opacity: .6;
  width: 30px\0;
  line-height: 1\0;
  text-align: center\0;
  overflow: visible\0;
  white-space: normal\0;
  writing-mode: lr\0
}

.infoarc16_21_c>ul>li .infoarc16_21_itemtit b {
  width: 30px;
  height: 30px;
  background: url(../images/info16_21_jia.png) no-repeat;
  background-position: center center;
}

.infoarc16_21_c>ul>li .infoarc16_21_itemcont {
  position: absolute;
  left: 100px;
  top: 0;
  bottom: 0;
  overflow: hidden;
  padding: 35px 45px;
  display: flex;
  align-items: center;
  width: calc(100% - 100px);
  background: #F0F7FF;

  display: none;
}

.infoarc16_21_c>ul>li .infoarc16_21_itempic {
  width: 555px;
}

.infoarc16_21_c>ul>li .infoarc16_21_itempic ul {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.infoarc16_21_c>ul>li .infoarc16_21_itempic ul li {
  width: 48%;
  background: #fff;
  padding: 30px;
}

.infoarc16_21_c>ul>li .infoarc16_21_itempic ul li a {
  display: block;
}

.infoarc16_21_c>ul>li .infoarc16_21_itempic ul li a span {
  font-size: 14px;
  color: #346FD5;
}

.infoarc16_21_c>ul>li .infoarc16_21_itempic ul li a h2 {
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 18px;
  color: #282828;
  font-weight: normal;
  line-height: 24px;
  height: 48px;
}

.infoarc16_21_c>ul>li .infoarc16_21_itempic ul li a p {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  height: 72px;
}

.infoarc16_21_c>ul>li .infoarc16_21_itempic ul li .more {
  margin-top: 25px;
  text-align: right;
}

.infoarc16_21_c>ul>li .infoarc16_21_itempic .modulepic {
  padding-top: 59.7%;
}

.infoarc16_21_c>ul>li .infoarc16_21_iteminfo {
  flex: 1;
  min-width: 0;
  padding: 0 30px;
  /* background: #fff; */
  position: relative;
}

.infoarc16_21_c>ul>li .infoarc16_21_iteminfo .more a {
  display: block;
  width: 145px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #346FD5;
  background-color: #fff;
  font-size: 14px;
  color: #3777E4;
}

.infoarc16_21_c>ul>li .infoarc16_21_iteminfo ul {
  display: block;
}

.infoarc16_21_c>ul>li .infoarc16_21_iteminfo ul li {
  padding-left: 25px;
  background: url(../images/list.png) no-repeat left center;
}

.infoarc16_21_c>ul>li .infoarc16_21_iteminfo ul li a {
  display: block;
  line-height: 70px;
  font-size: 20px;
  color: #242424;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px dashed transparent;
}

.infoarc16_21_c>ul>li .infoarc16_21_iteminfo ul li:hover {
  background: url(../images/list-other.png) no-repeat left center;
  border-bottom: 1px dashed #346FD5;
}

.infoarc16_21_c>ul>li .infoarc16_21_itemcont div.s5-xx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #F17920;
}

.infoarc16_21_c>ul>li .infoarc16_21_itemcont div.s5-xx::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #E8B438;
  height: 2px;
  width: 33.33%;
}

.infoarc16_21_c>ul>li .infoarc16_21_itemcont div.s5-xx::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: #3AA1FE;
  height: 2px;
  width: 33.33%;
}


.infoarc16_21_c>ul>li .infoarc16_21_iteminfo p {
  font-family: Georgia;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0em;
  color: #BBBBBB;
  padding-left: 20px;
  background: url() no-repeat;
  background-position: left center;
}

.infoarc16_21_c>ul>li .infoarc16_21_iteminfo h3 {
  font-size: 16px;
  font-weight: 350;
  line-height: 26px;
  letter-spacing: 0em;
  color: #323232;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 130px;
  margin: 25px 0 40px 0;
}

.infoarc16_21_c>ul>li .infoarc16_21_iteminfo b {
  display: block;
  height: 15px;
  background: url() no-repeat;
  background-position: right center;
}




/* @media screen and (max-width: 1600px) {
   
    .infoarc16_21_c>ul>li  .infoarc16_21_itempic {
      width: 450px;
    }
  
    .infoarc16_21_c>ul>li  .infoarc16_21_iteminfo {
      padding: 20px 15px;
    }
  
    .infoarc16_21_c>ul>li  .infoarc16_21_itemtit {
      height: 330px;
      width: 70px;
    }
  
    .infoarc16_21_c>ul>li {
      width: 70px;
    }
  
    .infoarc16_21_c>ul>li.on {
      width: calc(100% - 210px);
    }
  
    .infoarc16_21_c>ul>li  .infoarc16_21_itemcont {
      padding: 25px 15px;
      left: 70px;
      width: auto;
    }
  
    .infoarc16_21_c>ul>li  .infoarc16_21_iteminfo h3 {
      height: 78px;
    }
  } */

@media screen and (max-width: 1200px) {
  .infoarc16_21_c ul {
    display: block;
  }

  .infoarc16_21_c>ul>li {
    width: auto;
  }

  .infoarc16_21_c>ul>li.on {
    width: auto;
  }

  .infoarc16_21_c>ul>li .infoarc16_21_itemtit {
    width: auto;
    float: none;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 15px 10px;
    height: auto;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  }

  .infoarc16_21_c>ul>li .infoarc16_21_itemcont {
    position: static;
    /* transform: scaleX(0); */
    width: 100%;
  }

  .infoarc16_21_c>ul>li .infoarc16_21_itemtit p {
    writing-mode: horizontal-tb;
    padding-top: 0;
    font-size: 18px !important;
    padding: 0;
  }

  .infoarc16_21_c>ul>li .infoarc16_21_itemcont {
    flex-wrap: wrap;
  }

  .infoarc16_21_c>ul>li .infoarc16_21_itempic {
    width: 100%;
  }

  .infoarc16_21_c>ul>li .infoarc16_21_iteminfo h3 {
    height: auto;
    max-height: 78px;
    margin: 15px 0;
  }


  .infoarc16_21_c {
    margin-top: 30px;
  }

  .info_arc_1600_021 {
    padding: 35px 0;
  }
}

.section6 {
  padding: 90px 0;
  background: url(../images/s6-bg.png) no-repeat center bottom;
}

.s6 {
  margin-top: 60px;
}

.s6 ul {
  margin: 0 -75px;
}

.s6 ul li {
  margin: 0 75px;
  margin-top: 70px;
  background: #DBEEF9;
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(10px);
  box-shadow: 0px 4px 10px 0px rgba(118, 207, 255, 0.1);
  transition: all .6s;
}

.s6 ul li.slick-center .pic::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-left: 40px solid #3777e4;
  border-bottom: 40px solid transparent;
  z-index: 9;
}

.s6 ul li.slick-center .pic::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 40px solid #1454C4;
  border-top: 40px solid transparent;
  z-index: 9;
}

.s6 ul li.slick-center {
  margin-top: 30px;
  background: linear-gradient(128deg, #3777E4 10%, #1454C4 80%);
}

.s6 ul li.slick-center::before {
  content: "";
  position: absolute;
  left: -15px;
  top: -15px;
  width: 97px;
  height: 97px;
  background: url(../images/s6-xx.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 10;
}

.s6 ul li.slick-center::after {
  content: "";
  position: absolute;
  right: -15px;
  bottom: -15px;
  width: 97px;
  height: 97px;
  background: url(../images/s6-xx.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 9;
}

.s6 ul li.slick-center::after {}

.s6 ul li a {
  position: relative;
  display: block;
  padding: 30px 20px;
}

.s6 ul li.slick-center a::before {
  content: "";
  position: absolute;
  right: 0;
  top: -30px;
  width: 145px;
  height: 14px;
  background: url(../images/s6-xx-bg.png) no-repeat center center;
  background-size: 100% 100%;
}

.s6 ul li.slick-center a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 145px;
  height: 14px;
  background: url(../images/s6-xx-bg.png) no-repeat center center;
  background-size: 100% 100%;
}

.s6 ul li a .pic {
  padding-top: 56.196%;
}

.s6 .slick-prev {
  left: 30px;
  top: 63%;
  width: 20px;
  height: 20px;
  background: url(../images/s6-l.png) no-repeat center center;
}

.s6 .slick-next {
  right: 30px;
  top: 63%;
  width: 20px;
  height: 20px;
  background: url(../images/s6-r.png) no-repeat center center;
}

@media screen and (min-width: 1024px) {}

@media screen and (max-width: 1770px) {
  .s6 ul li {
    margin-left: 20px;
    margin-right: 20px;
  }

  .s6 ul {
    margin: 0;
  }

  .sect1::after {
    width: 100%;
  }
}

@media screen and (max-width: 1600px) {
  .s2-state {
    width: 745px;
  }
}

@media screen and (max-width: 1400px) {
  .s1-l {
    padding-left: 0;
  }

  .news a .tpp {
    width: 320px;
  }

  .news .slick-dots {
    bottom: 5px;
  }

  .s1-l {
    width: 54%;
  }

  .s1-r {
    width: 43%;
  }

  .s1-r .date-list li {
    margin-top: 14px;
  }

  .s2 {
    padding-left: 15px;
  }

  .sect3 .bt {
    white-space: nowrap;
    font-size: 75px;
  }

  .s3 ul li {
    margin-left: 50px;
  }

  .s3 ul li a .txt {
    width: 480px;
  }

  .s2-state {
    max-width: 520px;
  }

  .sect4 ul li {
    margin: 30px 15px;
  }

  .sect4 ul li a span {
    left: -5px;
  }
}

@media screen and (max-width: 1200px) {
  .infoarc16_21_c>ul>li .infoarc16_21_itemtit p span {
    margin-bottom: 0;
    margin-right: 10px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 1024px) {
  .news a .tpp {
    width: 265px;
  }

  .news a .txt {
    padding: 10px 15px;
  }

  .s2-state {
    max-width: 365px;
  }
}

@media screen and (max-width: 1000px) {
  .s1-l {
    width: 100%;
  }

  .s1-r {
    width: 100%;
    padding-top: 30px;
  }

  .s1-r::after {
    width: 100%;
    top: 0;
    height: 95px;
  }

  .title a {
    right: 15px;
  }

  .s2 .s2-l {
    margin-top: 15px;
    width: 100%;
    flex: none;
  }

  .s2 .s2-r {
    order: -1;
    margin: 20px auto;
  }

  .sect3 .bt {
    top: -45px;
    font-size: 50px;
  }

  .s3 ul li a .txt {
    width: 415px;
    padding-right: 40px;
    height: 285px;
  }

  .s3 ul li a .tpp {
    width: 150px;
    height: 150px;
  }

  .s3 .slick-next {
    right: 0;
  }

  .s3 .slick-prev {
    left: 0;
  }

  .s3 ul li a .txt .s3-more {
    margin-top: 30px;
  }

  .section4 {
    padding-bottom: 40px;
  }

  .infoarc16_21_c>ul>li .infoarc16_21_itemcont {
    padding: 15px;
  }

  .s6 ul li {
    margin-top: 0;
  }

  .s6 .slick-prev {
    top: 50%;
  }

  .s6 .slick-next {
    top: 50%;
  }
}

@media screen and (max-width: 750px) {
  .section1 {
    padding-top: 20px;
  }

  .title h2 span {
    font-size: 18px;
  }

  .title h2:after {
    bottom: -45px;
    background-size: 80% auto;
    left: -25px;
    transform: none;
  }

  .title {
    justify-content: space-between;
  }

  .s1-l .news {
    margin-top: 0;
    margin: 15px 0;
  }

  .news a {
    margin: 0;
    display: block;
  }

  .news a .tpp {
    width: 100%;
  }

  .news .slick-dots {
    bottom: -15px;
  }

  .list li {
    line-height: 50px;
    padding-right: 85px;
  }

  .list li a {
    font-size: 14px;
  }

  .list li span {
    font-size: 12px;
  }

  .s1-r ul {
    margin-top: 50px;
  }

  .s1-r .date-list li a .text {
    padding: 0 10px;
  }

  .s1-r .date-list li a .date {
    width: 65px;
    height: 65px;
  }

  .s1-r .date-list li a .date p {
    font-size: 16px;
  }

  .s1-r .date-list li a .date {
    padding: 10px 0;
  }

  .s1-r .date-list li a .date span {
    font-size: 14px;
  }

  .sect1 {
    padding-bottom: 15px;
  }

  .sect1::after {
    border-radius: 0px 0px 0px 15px;
  }

  .s1-r .date-list li a .text p {
    font-size: 14px;
  }

  .section2 {
    padding-top: 20px;
  }

  .s2 .s2-r {
    width: 300px;
    background: none;
  }

  .s2 .s2-r svg {
    width: 300px;
    height: 200px;
  }

  .s2 .s2-l p {
    padding: 15px;
    line-height: 24px;
    font-size: 14px;
  }

  .s2 .s2-l .more {
    margin-top: 15px;
  }

  .sect3 .bt {
    font-size: 26px;
  }

  .section3 {
    margin-top: 60px;
  }

  .s3 ul li a .txt {
    position: relative;
    transform: none;
    left: 0;
    right: 0;
    width: 100%;
    height: 260px;
    padding: 15px;
  }

  .s3 {
    padding-left: 0;
    padding: 15px 0;
  }

  .s3 ul li {
    margin: 0;
  }

  .s3 ul li.slick-current a .name {
    display: none;
  }

  .s2-state {
    width: 60%;
    margin-top: -15px;
  }

  .section3::after {
    width: 100%;
  }

  .s3 .slick-prev {
    bottom: -10px;
  }

  .s3 .slick-next {
    bottom: -10px;
  }

  .section4 {
    padding: 20px 0;
  }

  .sect4 ul li a span {
    font-size: 24px;
  }

  .sect4 ul li a {
    padding: 15px 20px;
  }

  .banner .slick-dots {
    bottom: 5px;
  }

  .infoarc16_21_c>ul>li .infoarc16_21_itempic ul {
    display: block;
  }

  .infoarc16_21_c>ul>li .infoarc16_21_itempic ul li {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
  }

  .infoarc16_21_c>ul>li .infoarc16_21_itempic ul li a h2 {
    margin-bottom: 15px;
  }

  .infoarc16_21_c>ul>li .infoarc16_21_itempic ul li .more {
    margin-bottom: 10px;
  }

  .infoarc16_21_c>ul>li .infoarc16_21_iteminfo {
    padding: 0;
    width: 100%;
  }

  .infoarc16_21_c>ul>li.on .infoarc16_21_itemcont {
    display: block;
  }

  .infoarc16_21_c>ul>li .infoarc16_21_iteminfo ul li a {
    line-height: 40px;
    font-size: 14px;
  }

  .section6 {
    padding: 15px 0;
  }

  .s6 {
    margin-top: 15px;
  }

  .infoarc16_21_c>ul>li .infoarc16_21_itempic ul li a p {
    height: initial;
  }
}