/*
    作者:黄豪琦
    日期:2020-07-08 09:47
*/

.page-banner-big {
  height: 440px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-banner-middle {
  height: 250px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-banner-small {
  height: 180px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-banner-big > img,
.page-banner-middle > img,
.page-banner-small > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.banner-div {
  position: relative;
  height: 250px;
  width: 100%;
  overflow: hidden;
}
.banner-div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-text {
  position: absolute;
  top: 20%;
  text-align: center;
  color: #ffffff;
  font-size: 3rem;
  font-weight: bold;
  width: 100%;
  letter-spacing: 5px;
}
.banner-search {
  position: absolute;
  top: 60%;
  z-index: 9;
  display: flex;
  width: 100%;
  justify-content: center;
}

.banner-search .search-btn {
  background-color: #f5a623;
  border: #f5a623 solid;
  height: 82px;
  margin-left: -6px;
  padding: 0 30px;
  border-radius: 0 10px 10px 0;
}
.banner-search .am-form-field {
  font-size: 2.5rem;
  line-height: 1.2;
  padding: 2.5rem;
}

.banner-search #search-input {
  border-radius: 10px 0 0 10px;
  width: 100%;
}
.banner-search .am-form-inline {
  /*width: 60%;*/
}
.banner-search .am-form-group {
  width: 87%;
}

.page-container {
  padding: 25px 0;
}

.page-container .left-menu-list {
  font-size: 18px;
  letter-spacing: 0;
  text-align: center;
  position: relative;
  z-index: 9;
}

.page-container .left-menu-list .lm-item {
  background: #efeff4;
  font-size: 18px;
  letter-spacing: 0;
  text-align: center;
  color: #666666;
  border-bottom: #ffffff 1px solid;
  line-height: 3.5;
}
.page-container .left-menu-list .active {
  background-color: #f5a623;
  color: #ffffff;
}
.page-container .left-menu-list .active > a {
  color: #ffffff !important;
}
.unfold {
  width: 15%;
  cursor: pointer;
  top: 0;
  position: absolute;
  right: 5%;
  z-index: 10;
}
.unfold > img {
  width: 40%;
  transition: all 300ms;
}
.unfold > .img_active {
  transform: rotate(-90deg);
}
.h-menu {
  position: relative;
}
.h-menu > a {
  color: #666666;
  display: block;
  position: relative;
  z-index: 5;
}
.h-menu > .next-menu {
  display: none;
  background: #fff2e3;
  border-top: solid 1px #ffffff;
}
.small-unfold {
  width: 10%;
  right: 7%;
}
.link-list > li > a {
  display: block;
  line-height: 2;
  text-align: left;
  text-indent: 40px;
  background-color: #ffffff;
  color: #666;
  font-size: 16px;
  /*pos*/
}
.link-list > li > a:hover {
  color: #f5a623;
}
.link-list > li > a:before {
  content: '>';
  display: inline-block;
  text-indent: 0;
  margin-right: 5px;
}
.lv3 {
  line-height: 3;
  background: #f5efe8;
}

.page-container .menu-bg {
  position: absolute;
  height: 100%;
  background: #4c2d82;
  z-index: 1;
}

.page-container .left-menu-list > .h_active {
  background: #f5a623 !important;
}
.page-container .left-menu-list .h-tag-titles-item {
  background: #4c2d82;
  padding: 15px 0;
  height: 86px;
  transition: all 0.5s;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.page-container .left-menu-list .h-tag-titles-item a {
  color: #ffffff;
  display: block;
}

.page-container .page-content {
  display: inline-block;
  padding: 0;
}
.page-container .page-content .c-top {
  padding: 18px 0;
  height: 15%;
}
.page-container .page-content .c-body {
  text-align: center;
  min-height: 440px;
}
.page-container .page-content .c-body thead {
  background: #efeff4;
}
.page-container .page-content .c-bottom {
  padding: 15px 0;
}
.page-container .h-btn {
  background: #f5a623;
  margin-left: 75%;
}
.page-container .h-btn > img {
  width: auto !important;
  margin-right: 5px;
  height: 19px;
}

.article {
  padding: 0px 20px;
  background: #fff;
}
.article img {
  margin: 0 auto !important;
  display: block;
  max-width: 100%;
}
.article .article-title {
  font-size: 25px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}
.article .time {
  text-align: center;
  line-height: 3;
}
.article .article-content table {
  width: 100% !important;
}
.article .article-content table td {
  width: unset !important;
}

.article-content p {
  word-break: break-word;
}

.list a {
  line-height: 50px;
  border-bottom: #efeff4 1px solid;
  display: block;
  width: 95%;
  margin: 0 auto;
}
.list a > span {
  display: block;
}
.list a > .dian {
  float: left;
  display: block;
  background: #999999;
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  margin: 20px 5px 0;
}
.list a > .text {
  float: left;
  width: calc(100% - 150px);
  font-size: 1.2rem;
}
.list a > .time {
  float: right;
  width: 130px;
  text-align: center;
  font-size: 1.2rem;
}
.list a .pdf {
  width: 23px;
  margin: 10px;
  float: left;
}

.title-internal {
  margin: 40px 0;
  width: 100%;
  background-color: #fef3e7;
  font-weight: bold;
  line-height: 35px;
}
.title-internal > .color {
  width: 5px;
  height: 35px;
  float: left;
  margin-right: 30px;
  background-color: #f08200;
}
.title-internal2 {
  width: 100%;
  font-weight: bold;
  line-height: 35px;
  font-size: 25px;
  color: #333333;
  letter-spacing: 0;
  background-color: transparent;
  margin: 60px 0;
}

.title-internal2 > .color {
  float: left;
  margin-right: 30px;
  background: url('../images/icons/title_icon.png');
  width: 52px;
  height: 32px;
}

.text-item {
  margin: 20px 0;
  line-height: 35px;
}
.am-u-lg-10 .article {
  padding: 0 20px;
}
.min-width-280 {
  min-width: 280px;
}

.h-table {
  text-align: center;
  line-height: 1.5;
}
.h-table thead {
  background: #efeff4;
}
.h-table thead td {
  padding: 2rem 0.7rem !important;
}
.h-table tbody tr {
}
.h-table tbody tr td {
  line-height: 1.5;
  border: 0 !important;
  padding-left: 0;
  padding-right: 0;
  background: #f7f7f7;
}
.h-table tbody tr td span {
  display: block;
  background: #f7f7f7;
  padding: 0.7rem;
}
.bg-purple {
  background: #4c2d82;
  color: #ffffff;
}
.bg-purple .title-internal2 {
  color: #ffffff !important;
}
.margin-50 {
  margin: 60px auto;
}

.arrangement {
}
.arrangement > div {
  height: 280px;
  padding-left: 0;
  padding-right: 0;
  text-align: justify;
}
.arrangement .arr-img {
  padding: 0;
}
.arrangement .arr-img img {
  height: 100%;
  width: 100%;
}
.arrangement .arr-txt {
  background: #fff;
}
.arrangement .arr-txt > div {
  font-size: 18px;
}
.arrangement .arr-txt > div {
  width: 75%;
  margin: 0 auto;
}
.arrangement .arr-txt > div p {
  text-align: left;
}
.arrangement .arr-txt .title {
  font-weight: bold;
  font-size: 27px !important;
  margin: 30px auto 8px;
  text-indent: 0;
  text-align: center;
}
.padding-right {
  padding-right: 0.5rem !important;
}
.padding-left {
  padding-left: 0.5rem !important;
}
.banner-div .banner-text .title {
  font-size: 40px;
  margin-bottom: 20px;
}
.app_download .banner-text,
.qqjy .banner-text,
.jjyw .banner-text {
  font-size: 20px;
  line-height: 32px;
  padding: 20px 0;
}
#yyb_map {
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin: 0;
  font-family: '微软雅黑';
}
.yybxx .a-title {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.yybxx {
  text-align: left;
  text-indent: 40px;
}
.yybxx .a-part span {
  font-size: 18px;
  font-weight: bold;
}

.common-switch {
}
.common-switch .banner-div {
  display: flex;
  align-items: center;
}
.common-switch .banner-text {
  top: 30%;
  font-size: 40px;
}
.common-switch .switch-title {
  display: flex;
  justify-content: space-between;
}
.common-switch .s-title-item {
  width: 15%;
  border: 1px #666666 solid;
  background: #f4f4f4;
  line-height: 3;
  display: block;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
.common-switch .switch-title .h_active {
  background: #4c2d82;
  color: #ffffff;
}
.gongao {
  line-height: 2;
  padding: 10px 0;
  font-weight: bold;
  font-size: 20px;
}

.building .page-container img {
  width: 100%;
}
.b-content img {
  max-width: 100%;
}
.whImg {
  height: 220px;
  width: 100%;
  overflow: hidden;
}
.whImg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whContent {
  overflow: hidden;
  width: 100%;
  padding: 20px 0px 40px 0px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.sameContent {
  position: relative;
  height: 100%;
  width: 400px;
  float: left;
  padding: 2rem;
  position: relative;
  box-sizing: border-box;
}
.sameContent .sameHeader {
  width: 100%;
  height: 70px;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color: #333333;
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
}
.sameContent .sameConInfo {
  width: 100%;
  height: 148px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 1.2rem;
  line-height: 2.5rem;
  text-align: justify;
  margin-bottom: 4.5rem;
}
.sameContent .sameBtn {
  width: 265px;
  height: 49px;
  border: 1px solid #f5a623;
  color: #f5a623;
  line-height: 49px;
  text-align: center;
  font-size: 1.4rem;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.zpContent {
  width: 100%;
  height: 377px;
  margin-bottom: 60px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.zpContent .zpImg {
  height: 100%;
  width: 360px;
  float: left;
  margin-right: 40px;
}
.zpContent .zpConInfo {
  width: 800px;
  height: 100%;
  padding: 60px 0px;
  float: right;
}
.textInfo {
  position: absolute;
  top: 50%;
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  width: 100%;
  font-weight: bold;
}
/* 居中 */
.center {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.tupianzs {
  height: 250px;
  width: 100%;
  margin-top: 60px;
}
.tupianzs .samezs1 {
  height: 100%;
  width: 48%;
  float: left;
  background: url('../images/con_bg/con_bg3.png') no-repeat;
  filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/con_bg/con_bg3.png',sizingMethod='scale')";
}
.tupianzs .samezs2 {
  height: 100%;
  width: 48%;
  float: left;
  margin-left: 48px;
  background: url('../images/con_bg/con_bg4.png') no-repeat;
  filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/con_bg/con_bg4.png',sizingMethod='scale')";
}
.tupianzs .samezs3 {
  height: 100%;
  width: 390px;
  float: right;
  background: url('../images/con_bg/con_bg12.png') no-repeat;
  filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/con_bg/con_bg12.png',sizingMethod='scale')";
}
.tupianzs .samezsTitle {
  width: 100%;
  font-family: MicrosoftYaHei-Bold;
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  margin-top: 56px;
  margin-bottom: 50px;
}
.tupianzs .samezsBtn {
  display: block;
  width: 265px;
  height: 49px;
  border: 1px solid #ffffff;
  color: #fff;
  line-height: 49px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
.tsContent .tsWrapper {
  background: url('../images/con_bg/con_bg1.png') no-repeat;
  background-size: 100% 100%;
  filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/tebietishi.png',sizingMethod='scale')";
  /* height: 201px; */
  width: 100%;
  padding: 20px 30px;
  position: relative;
}
.tsContent .tsTitle {
  height: 100%;
  width: calc(100% - 140px);
  color: #fff;
  line-height: 36px;
  /* float: left; */
  font-weight: bold;
}
.tsContent .tsTitle > div,
.tsContent .tsTitle > p {
  word-break: break-all;
  font-size: 18px;
  line-height: 2.5rem;
  margin: 1rem;
}
.tsContent .tsWrapper .tserweima {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -56px;
}
.fxHeader {
  height: 140px;
  width: 100%;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  padding: 20px 30px 40px 30px;
  color: #fff;
  font-weight: bold;
  background: url('../images/con_bg/con_bg2.png');
  filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/con_bg/con_bg2.png',sizingMethod='scale')";
}
.fxinfoCon {
  width: 100%;
  height: 652px;
  margin: 41px 0px 50px 0px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
}
.fxinfoCon .samefx {
  width: 100%;
  height: 130.7px;
  font-size: 16px;
  border-bottom: 2px solid #fff;
}
.fxinfoCon .samefx .samefxL {
  width: 177px;
  height: 100%;
  float: left;
  line-height: 130.7px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}
.fxinfoCon .samefx .samefxM {
  width: 618px;
  height: 100%;
  float: left;
  border-right: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
}
.fxinfoCon .samefx .sameTitle {
  padding-top: 40px;
  height: 100%;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  width: 93%;
  margin: 0 auto;
}
.fxinfoCon .samefx .samefxR {
  width: 400px;
  float: right;
}
.fxinfoCon .samefx .samefxrTitle {
  padding-top: 40px;
}
.fxinfoCon .samefx .samefxrTitle p {
  color: #333333;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
}
/* 清除浮动 */
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
.notice {
  height: 200px;
}
.sameNotice {
  width: 48%;
  min-height: 60px;
  background: #4c2d82;
  float: left;
  font-family: PingFang-SC-Medium;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 60px;
  margin-bottom: 20px;
  cursor: pointer;
}
.sameNotice a {
  word-wrap: break-word;
}
.shengming {
  padding: 1rem;
}
.shengming p {
  line-height: 30px;
  color: #f5a623;
  font-size: 20px;
  font-weight: bold;
}
.shengming .samesm {
  text-indent: 40px;
  margin: 0;
  font-size: 1.3rem;
  color: #111;
  line-height: 2;
}
.specialTip {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: dodgerblue;
  letter-spacing: 0;
}

.bannerSearch {
  position: absolute;
  top: 60%;
  width: 100%;
}
.bannerSearch .searchCenter {
  width: 750px;
  margin: 0 auto;
  height: 100%;
}
.bannerSearch .searchCenter .searchInput {
  height: 82px;
  width: 650px;
  float: left;
}
.bannerSearch .searchCenter .searchInput input {
  height: 100%;
  width: 100%;
  border-radius: 10px 0 0 10px;
  border: none;
  outline: none;
  font-size: 25px;
  line-height: 1.2;
  padding: 25px;
  position: relative;
  behavior: url('../PIE.htc');
}
.bannerSearch .searchCenter .searchBtn {
  width: 100px;
  height: 82px;
  float: right;
  background: #f5a623;
  border: 1px #f5a623 solid;
  border-radius: 0 10px 10px 0;
  position: relative;
  cursor: pointer;
  behavior: url('../PIE.htc');
}
.bannerSearch .searchCenter .searchBtn img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.article p > img {
  max-width: 100%;
}

.tsjg {
  margin-top: 40px;
}
.tsjgHeader {
  width: 100%;
  height: 82px;
  box-shadow: 0 -6px 10px 0 rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: space-between;
}
.tsjgHeader .nav {
  float: left;
  text-align: center;
  font-weight: bold;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  overflow: hidden;
  flex: 1;
  line-height: 82px;
  background: #f1f1f1;
  border: 1px solid #ddd;
}
.tsjgHeader .nav_s {
  float: left;
  text-align: center;
  font-weight: bold;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  flex: 1;
  line-height: 82px;
  background: #4c2d82;
}
.tsjgHeader .nav a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.tsjgHeader .nav_s a {
  color: #fff;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.tsjg .tt1Right {
  float: left;
  width: 360px;
}
.tsjg .tt1Right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tsjg .tt1Left {
  float: right;
  width: 840px;
  height: 100%;
  padding: 20px;
}
.tsjg .tt1Left p {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 40px;
  text-align: justify;
  margin: 0;
}
.tsjg .tt1Left .strengthen {
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.tsjg .sameT {
  width: 100%;
  min-height: 540px;
  background: #ffffff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
.xqjs {
  width: 100%;
  background: #fff;
  padding: 29px 20px;
}
.xqjs .xqjsCon {
  border: 1px dashed #4c2d82;
  padding: 20px;
  text-align: justify;
  font-size: 1.4rem;
  color: #333333;
  letter-spacing: 0;
  line-height: 39px;
}
.yiduiyi {
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
  font-size: 20px;
}

.bg-white {
  background-color: #fff;
} /*
    作者:黄豪琦
    日期:2020-07-29 13:39
  */
/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  /*max-width: 920px;*/
  width: 100%;
  margin: 0 auto;
}

#conference-timeline .timeline-start {
  display: table;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

#conference-timeline .timeline-end {
  display: table;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #4c2d82;
  padding: 15px 23px;
  color: #fff;
  max-width: 20%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #4c2d82;
  z-index: 1;
}

#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}

.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 30px 0;
}

.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  height: 250px;
  padding: 0 25px;
}

.content-left {
  text-align: right;
}

.content-right {
  text-align: left;
}

.content-left > img,
.content-right > img {
  width: 100%;
}

.time {
  font-family: DINAlternate-Bold;
  font-size: 14px;
  color: #999;
  letter-spacing: 0;
}

.title {
  font-size: 25px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0;
}

.text p {
  margin: 0;
  font-size: 16px;
  color: #666666;
}

.timeline-article .content-left-container {
  float: left;
  position: relative;
}

.timeline-article .content-right-container {
  float: right;
  position: relative;
}

.timeline-article .content-left-container:before {
  content: '';
  background-color: #4c2d82;
  height: 2px;
  width: 50px;
  position: absolute;
  right: -50px;
  top: 61px;
}

.no-line:before {
  display: none !important;
}

.timeline-article .content-left:before,
.timeline-article .content-right:before {
  position: absolute;
  top: 20px;
  font-size: 23px;
  color: #fff;
}

.timeline-article .meta-date {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  color: #fff;
  border-radius: 100%;
  background: rgba(33, 96, 255, 0.28);
}

.timeline-article .meta-date .meta-date-solid {
  background-color: #4c2d82;
  width: 75%;
  height: 75%;
  position: absolute;
  top: 12.5%;
  left: 12.5%;
  border-radius: 30px;
}

.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}

.timeline-article .meta-date .date {
  font-size: 30px;
  line-height: 40px;
}

.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}

.no-padding-right {
  padding-left: 0px;
}

/* 动画 start */
.timeline-article:nth-child(2n + 1)
  .content-right-container
  .content-right
  > .time,
.timeline-article:nth-child(2n) .content-left-container .content-left > .time {
  transition: all 2s ease-in-out;
  opacity: 0;
  transform: translateX(-100px);
}

.timeline-article:nth-child(2n + 1)
  .content-right-container
  .content-right
  > .time.show,
.timeline-article:nth-child(2n)
  .content-left-container
  .content-left
  > .time.show {
  transform: translateX(0);
  opacity: 1;
}

.timeline-article:nth-child(2n + 1)
  .content-right-container
  .content-right
  > .title,
.timeline-article:nth-child(2n) .content-left-container .content-left > .title,
.timeline-article:nth-child(2n + 1)
  .content-right-container
  .content-right
  > .text,
.timeline-article:nth-child(2n) .content-left-container .content-left > .text {
  transform: translateY(80px);
  transition: all 2s ease-in-out;
  opacity: 0;
}

.timeline-end {
  transition: all 2s ease-in-out;
  transform: scale(0.5);
  opacity: 0;
}

.timeline-end.show {
  transform: scale(1);
  opacity: 1;
}
.des-btn-wrapper {
}
.des-btn {
  display: inline-block;
  width: 48%;
  min-height: 60px;
  background-color: #4c2d82;
  line-height: 60px;
  text-align: center;
}
.des-btn a {
  color: #fff;
  font-size: 16px;
}

@media (max-width: 768px) {
  .timeline-article:nth-child(2n + 1)
    .content-right-container
    .content-right
    > .title.show,
  .timeline-article:nth-child(2n)
    .content-left-container
    .content-left
    > .title.show,
  .timeline-article:nth-child(2n + 1)
    .content-right-container
    .content-right
    > .text.show,
  .timeline-article:nth-child(2n)
    .content-left-container
    .content-left
    > .text.show {
    transform: translateY(-20px);
    opacity: 1;
  }
}

@media (min-width: 769px) {
  .timeline-article:nth-child(2n + 1)
    .content-right-container
    .content-right
    > .title.show,
  .timeline-article:nth-child(2n)
    .content-left-container
    .content-left
    > .title.show,
  .timeline-article:nth-child(2n + 1)
    .content-right-container
    .content-right
    > .text.show,
  .timeline-article:nth-child(2n)
    .content-left-container
    .content-left
    > .text.show {
    transform: translateY(0);
    opacity: 1;
  }
}

/* 动画 end */
@media (max-width: 1200px) {
  .tupianzs .samezs1,
  .tupianzs .samezs2 {
    width: 46%;
    margin: 0 1rem;
  }
  .tupianzs .samezs2 {
    float: right;
  }
  .tsContent .tsWrapper {
    height: auto;
    padding: 2rem 1rem;
  }
  .notice {
    padding: 0 1rem;
  }
  .sameNotice {
    width: 100%;
  }
  .fxinfoCon {
    height: auto;
  }
  .fxinfoCon .samefx {
    display: flex;
    height: auto;
    align-items: center;
  }
  .fxinfoCon .samefx .samefxL {
    flex: 0 0 130px;
    line-height: normal;
  }
  .fxinfoCon .samefx .samefxM {
    flex: 1;
  }
  .fxinfoCon .samefx .samefxR {
    flex: 0 0 200px;
  }
  .fxinfoCon .samefx .sameTitle,
  .fxinfoCon .samefx .samefxrTitle {
    text-align: justify;
    padding: 0;
  }
  .bannerSearch .searchCenter {
    width: 80%;
  }
  .bannerSearch .searchCenter .searchInput {
    width: calc(100% - 100px);
    height: 60px;
  }
  .bannerSearch .searchCenter .searchInput input {
    font-size: 20px;
  }
  .bannerSearch .searchCenter .searchBtn {
    height: 60px;
  }
  .des-btn-wrapper {
    overflow: hidden;
    padding: 0.5rem;
  }
  .des-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}

@media (min-width: 769px) {
  .timeline-article .content-left .time {
    text-align: right !important;
  }

  .timeline-article .content-right-container:before {
    content: '';
    background-color: #4c2d82;
    height: 2px;
    width: 50px;
    position: absolute;
    left: -50px;
    top: 61px;
  }

  .title-internal2 img {
    display: inline-block;
    padding-right: 20px;
  }

  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 44%;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .article {
    padding: 0 10px;
  }

  .title-internal2 {
    margin: 30px 0;
  }

  .title-internal2 img {
    display: inline-block;
    padding-right: 10px;
  }

  #conference-timeline .timeline-start img {
    margin-left: 0px !important;
  }

  #conference-timeline .timeline-start img {
    width: 40px;
  }

  #conference-timeline .conference-timeline-content {
    padding-top: 10px;
  }

  #conference-timeline .conference-center-line {
    left: 20px;
  }

  .timeline-article {
    position: relative;
    height: 270px;
  }

  .timeline-article .meta-date {
    width: 30px;
    height: 30px;
    left: 35px;
    top: 80px;
  }

  /* 文字 */
  .timeline-article:nth-child(2n + 1) .content-right-container,
  .timeline-article:nth-child(2n) .content-left-container {
    width: 90% !important;
    position: absolute;
    top: 0px !important;
    left: 50px;
    z-index: 101;
    background-color: rgba(76, 45, 130, 0.7);
    height: 60px;
  }

  .timeline-article:nth-child(2n + 1) .content-right-container .content-right,
  .timeline-article:nth-child(2n) .content-left-container .content-left {
    text-align: left;
  }

  .timeline-article .time {
    padding-top: 7px;
    color: #fff;
    width: 100%;
    font-size: 45px;
  }

  .timeline-article .title {
    padding-top: 20px;
  }

  .timeline-article .title,
  .timeline-article .text p {
    color: #fff;
  }

  /* 图片 */
  .timeline-article:nth-child(2n) .content-right-container,
  .timeline-article:nth-child(2n + 1) .content-left-container {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0px !important;
    left: 50px;
    z-index: 100;
  }

  .timeline-article:nth-child(2n) .content-right-container .content-right,
  .timeline-article:nth-child(2n + 1) .content-left-container .content-left {
    width: 95%;
    height: 240px;
  }

  .timeline-article:nth-child(2n) .content-right-container .content-right img,
  .timeline-article:nth-child(2n + 1)
    .content-left-container
    .content-left
    img {
    height: 100%;
    opacity: 0.9;
    width: 100%;
  }

  #conference-timeline .timeline-end {
    width: 50%;
    max-width: 50%;
  }

  .des-btn {
    width: 100%;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .title-internal2 {
    font-size: 20px;
  }
  .whContent .sameContent {
    width: 50%;
  }
  .tsjg .sameT {
    display: flex;
  }
  .tsjg .tt1Right {
    width: 30%;
  }
  .tsjg .tt1Left {
    width: 70%;
    box-sizing: border-box;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .title-internal2 {
    font-size: 20px;
  }
  .whContent .sameContent {
    width: 50%;
  }
  .tsjg .sameT {
    display: flex;
  }
  .tsjg .tt1Right {
    width: 30%;
  }
  .tsjg .tt1Left {
    width: 70%;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  .banner-div {
    height: 180px;
  }

  .title-internal2 {
    font-size: 18px;
    padding: 0 1rem;
  }
  .whContent .sameContent {
    width: 100%;
  }
  .tsjg .sameT {
    display: flex;
  }
  .tsjg .tt1Right {
    display: none;
  }
  .tsjg .tt1Left {
    width: 100%;
    padding: 1rem;
  }
  .tupianzs .center {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tupianzs {
    height: auto;
    padding: 0 1rem;
  }
  .tupianzs .samezs1,
  .tupianzs .samezs2 {
    width: 100%;
    height: 250px;
    float: unset;
    background-size: 100% 100%;
    margin: 1rem 0;
  }
  .fxinfoCon .samefx .samefxL {
    flex: 0 0 60px;
    line-height: normal;
    font-size: 14px;
  }
  .fxinfoCon .samefx .samefxM {
    flex: 1;
    font-size: 14px;
  }
  .fxinfoCon .samefx .samefxR {
    flex: 0 0 120px;
    font-size: 14px;
  }
  .fxHeader {
    height: auto;
  }
}
