.section-banner{
	margin-top: 80px;
}
.section-banner .banner .banner_time_bg img {
  width: 100%;
}
.section-banner-mobile{
	display: none;
	margin-top: 80px;
}
.section-banner-mobile .banner .banner_time_bg img {
	width: 100%;
}

.banner_time{
	width:100%;
	position: relative;
}
.banner_time .banner_time_bg{
	width: 100%;
}
.banner_time .banner_time_bg img{
	width: 100%;
}
.banner_time .banner_time_text{
	position: absolute;
	left: 4%;
	bottom: 19%;
	color: #fff;

}
.banner_time_desc_top{
	display: flex;
	margin: 10px 0;
	align-items: center;
}
.banner_time_desc_top .banner_time_desc_top_item{
	margin-right: 20px;
	display: flex;
	align-items: center;
	font-size: 17px;
}
.banner_time_desc_top .banner_time_desc_top_item img{
	width: 22px;
	margin-right: 10px;
}
.banner_time_desc_top .banner_time_desc_top_item.time_add img{
	width: 16px;
}
.banner_time .banner_time_text .banner_time_tims{
	display: flex;
}
.banner_time_desc{
	display: flex;
	align-items: center;
	font-size: 17px;
}
.banner_time_desc img{
	width: 22px;
	margin-right: 10px;
}
.banner_time-container{
	margin: 0 20px;
	display: flex;
	align-items: center;
}
.banner_time-container .banner_timeunit{
	margin-right: 7px;
	display: flex;
	align-items: baseline;
}
.banner_time-container .banner_timeunit span{
	font-size: 24px;
	margin-right: 7px;
}
/**/
.banner-btns{
	width: 100%;
	margin: 40px 0 0;
	display: flex;	
	align-content: center;
	justify-content: center;
}
.btn-item-wrap{
	width: 25%;
	margin: 0 auto;
	padding: 10px;
	position: relative;
}
.btn-item{
	width: 90%;
	margin: 0 auto;
}
.btn-item img{
	width: 100%;
}
/**/

/**/
.desc-time-wrapper {
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  border-radius: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 20px;
  color: #333333;
  font-weight: bold;
  /*background: linear-gradient(to right, #014a98 0.1%, #015eaa 100%);*/
  background-image: url(../imgs/desc-time-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.desc-time-wrapper .desc-time-left{
	width: 32%;
}
.desc-time-wrapper .desc-time-left img{
	width: 100%;
}

/*.desc-time-wrapper .desc-text {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 3px;
}
.desc-time-wrapper .desc-text p {
  margin: 10px 30px 10px 0;
}
.desc-time-wrapper .desc-text svg {
  margin-right: 5px;
  padding-bottom: 3px;
}*/



.desc-time-wrapper .desc-time-right{
	display: flex;
	align-items: center;
}
/*.desc-time-wrapper .time-title {
  margin-left: auto;
  margin-right: 20px;
  font-size: 20px;
}
.desc-time-wrapper .time-title img{
	width: 25px;
}*/
.desc-time-wrapper .time-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10px;
  margin-right: 50px;
}
.desc-time-wrapper .time-container .unit {
	color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*.desc-time-wrapper .time-container .unit:nth-child(1) span {
  font-size: 22px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.1%, #ed8246), to(#ec7a42));
  background: linear-gradient(to right, #ed8246 0.1%, #ec7a42 100%);
}
.desc-time-wrapper .time-container .unit:nth-child(2) span {
  font-size: 22px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.1%, #eb753f), to(#e85b31));
  background: linear-gradient(to right, #eb753f 0.1%, #e85b31 100%);
}
.desc-time-wrapper .time-container .unit:nth-child(3) span {
  font-size: 22px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.1%, #e7502c), to(#e53e23));
  background: linear-gradient(to right, #e7502c 0.1%, #e53e23 100%);
}
.desc-time-wrapper .time-container .unit:nth-child(4) span {
  font-size: 22px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.1%, #e2311c), to(#df160e));
  background: linear-gradient(to right, #e2311c 0.1%, #df160e 100%);
}*/

.desc-time-wrapper .time-container .unit span {
  display: inline-block;
  font-size: 48px;
  padding: 6px 25px;
  border-radius: 5px;
  font-weight: bold;
  color: #0d3fb6;
  
  background-image: url(../imgs/desc-time-right-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.desc-time-wrapper .time-container .unit p {
  font-size: 22px;
}
/**/

/**/
.title-wrap{
	width: 100%;
	margin: 40px 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.title-wrap .title-img{
	width: 50px;
}
.title-wrap .title-img img{
	width: 100%;
}
.title-wrap .title-name{
	margin: 0 20px;
	font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #555555;
}
.title-wrap .title-name .name-en{
	font-size: 12px;
	color: #b9b9b9;
}
/**/


/**/
.new-wrap{
	width: 100%;
	margin: 40px 0;
}
.new-wrap .new-items{
	width: 100%;
	height: 500px;
	position: relative;
}
.new-item-left{
	width: 60%;
	background: #eff4ff;
	position: absolute;
	top: 50px;
	left: 0;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.news-item-wrap{
	width: 60%;
	margin: 20px 0 20px 22%;
	padding: 20px 0;
}
.news-item-content{
	width: 100%;
}
.news-item-title{
	margin: 10px 0;
	font-size: 20px;
	font-weight: 700;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-item-fubiao{
	color: #a5a5a5;
	margin: 10px 0;
}
.news-item-fubiao span{
	margin-right: 10px;
}
.news-item-intro{
	margin: 10px 0;
	color: #444444;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
	overflow: hidden;
	word-wrap: break-word;
}
.news-item-more{
	width: 110px;
	margin-top: 20px;
	font-size: 14px;
	padding: 5px ;
	border-radius: 20px;
	border: 1px solid #2785e2;

}
.news-item-more a{
	display: flex;
	align-items: center;
	justify-content: center;	
}
.news-item-more a img{
	width: 20px;
	margin-left: 10px;
}

.new-item-right{
	width: 51%;
	position: absolute;
	top: 0;
	right: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
}
.new-item-right .new-item-img{
	width: 100%;
	overflow: ;
	/*clip-path: polygon(0 0,10% 100%,100% 100%, 100% 0);*/
	/*clip-path: inset(10% 20% 30% 40% round 10px);*/
}
.new-item-right .new-item-img img{
	width: 100%;

}

.new-item-right-img-lists{
	width: 100%;
	overflow: hidden;
}
.new-item-right-img-lists .new-item-right-img-lists-swiper{
	height: 500px;
}
.new-item-right-img-itmes{
	width: 100%;
}
.new-item-right-img-itmes img{
	width: 100%;
}

.new-item-right-img-lists .swiper .swiper-pagination{
	display: flex;
	justify-content: flex-end;
	height: 14px;
	line-height: 14px;
	top: 470px;
	padding-right: 40px;
}

.new-item-right-img-lists .swiper .swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
}
.new-item-right-img-lists .swiper .swiper-pagination .swiper-pagination-bullet-active{
	background: #ffffff;
}





.news-lists-wrap{
	width: 100%;
}
.news-lists-item{
	width: 100%;
	margin: 40px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
}
.news-lists-item-left{
	width: 65%;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
}
.news-lists-item-date{
	width: 10%;
	display: flex;
	align-items: center;
}
.news-lists-item-date-day{
	font-size: 30px;
	color: #222;
	font-weight: 700;
	letter-spacing: -0.08em;
	margin-right: 2px;
}
.news-lists-item-date-year{
	font-size: 14px;
	color: #9f9f9f;
}

.news-lists-item-content{
	width: 80%;
}
.news-lists-item-content-title{
	font-size: 18px;
	font-weight: 700;
	color: #333333;
}
.news-lists-item-content-intro{
	color: #9f9f9f;
	margin: 10px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
	overflow: hidden;
	word-wrap: break-word;
}

.news-lists-item-right{
	width: 30%;
	border-radius: 20px;
	overflow: hidden;
}
.news-lists-item-right img{
	width: 100%;
}

.news-lists-more{
	background: #fff;
}
.news-lists-more a{
	margin: 0 auto;
    padding: 10px 0;
    background: #fff;
    color: #2785e2;
    text-align: center;
    border-radius: 20px;
}
/**/

/**/
.Introduction_section{
	background: #F3F7FB;
	padding: 1px 0;
}
.Introduction_wrap{
	width: 100%;
	margin: 40px 0;
}
.Introduction_item{
	width: 100%;
	margin: 30px 0;
}
.Introduction_title{
	font-size: 22px;
	color: #333333;
	text-align: center;
}
.Introduction_title_intro{
	color: #555555;
}
.Introduction_title_intro p{
	margin: 15px 0;
}
.Introduction_banner{
	width: 100%;
	margin: 20px 0;
	border-radius: 10px ;
	overflow: hidden;
}
.Introduction_banner img{
	width: 100%;
}

.schedule_wrap{
	width: 100%;
}
.schedule_left{
	width: 100%;
}
.schedule_date{
	display: flex;
	align-items: center;
	justify-content: center;
}
.schedule_date .schedule_date_title{
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 26px;
}
/*.schedule_day{
	font-size: 36px;
	color: #333333;
	margin-right: 10px;
}
.schedule_month{
	color: #999999;
}*/

.schedule_date_wrap{
	width: 80%;
	margin: 10px auto;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333333;
	overflow: hidden;
	background: #ffffff;
	/*background-image: url(../imgs/schedule_date_wrap.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;*/
}
.schedule_date_wrap .schedule_date_item{
	width: 25%;
	text-align: center;
	cursor: pointer;
}
.schedule_date_wrap .schedule_active{
	background: #0A41A3;
	border-radius: 25px;
	color: #fff;
}
.schedule_date_wrap .schedule_date_item .schedule_date_item_time{
	padding: 10px 0;
}

.schedule_details{
	width: 100%;
}
.schedule_details .schedule_details_wrap{
	width: 100%;
}
.schedule_details .schedule_details_wrap .schedule_details_items{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.schedule_details .schedule_details_wrap .schedule_details_items .schedule_details_items_bg{
	width: 49%;
	padding: 10px 0;
	border-radius: 20px;
	overflow: hidden;
	background: #ffffff;
	/*background-image: url(../imgs/scale_imgs_bg.png);
	background-repeat: no-repeat;
    background-size: 150% 400%;
    background-position: 50% 52%;*/
}
.schedule_details .schedule_details_wrap .schedule_details_items .schedule_details_items_bg .schedule_details_items_bg_date{
	width: 92%;
	margin: 10px auto;
	color: #0A41A3;
	font-weight: 700;
}

.schedule_details .schedule_details_wrap .schedule_details_items .schedule_details_items_bg .schedule_details_items_bg_con{
	width: 92%;
	margin: 10px auto;
}
.schedule_details .schedule_details_wrap .schedule_details_items .schedule_details_items_bg .schedule_details_items_bg_con p{
	font-size: 13px;
	color: #585858;
	line-height: 24px;
}
.schedule_details .schedule_details_wrap .schedule_details_items .schedule_details_items_bg .schedule_details_items_bg_con ul{
	padding-left: 22px;
	font-size: 12px;
	color: #f9f9f9;
	line-height: 24px;
}
.schedule_details .schedule_details_wrap .schedule_details_items .schedule_details_items_bg .schedule_details_items_bg_con ul li{
	list-style: disc;
	line-height: 24px;
	color: #585858;
}

.schedule_details .schedule_details_wrap .schedule_details_items_bgs{
	width: 100%;
	margin: 10px auto;
	padding: 10px 0;
	border-radius: 20px;
	overflow: hidden;
	background: #ffffff;
	/*background-image: url(../imgs/scale_imgs_bg.png);
	background-repeat: no-repeat;
    background-size: 121% 900%;
    background-position: 80% 52%;*/

}
.schedule_details .schedule_details_wrap .schedule_details_items_bgs .schedule_details_items_bg_date{
	width: 97%;
	margin: 10px auto;
	color: #0A41A3;
	font-weight: 700;
}
.schedule_details .schedule_details_wrap .schedule_details_items_bgs .schedule_details_items_bg_con{
	width: 97%;
	margin: 10px auto;
}
.schedule_details .schedule_details_wrap .schedule_details_items_bgs .schedule_details_items_bg_con p{
	font-size: 12px;
	color: #585858;
	line-height: 24px;
}


.exhibition_wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.exhibition_left{
	width: 30%;
}
.exhibition_left .exhibition_left_item{
	width: 90%;
	margin: 10px 0;
	padding: 10px 10px;
	cursor: pointer;
	border-radius: 10px;
	background: #fff;
	box-shadow: 1px 1px 1px 1px #f9f9f9;
	overflow: hidden;
}
.exhibition_left .exhibition_left_item.exhibition_left_item_active{
	background: #0945A9;
	color: #fff;
}


.exhibition_right{
	width: 69%;
	background: #0C54BA;
	color: #fff;
	border-radius: 10px;
}
.exhibition_right .exhibition_right_itemp p{
	margin: 15px 0;
	padding-left: 20px;
	width: 96%;
	display: inline-block;
}
.exhibition_right .exhibition_right_itemp2 p{
	margin: 15px 0;
	padding-left: 20px;
	width: 48%;
	display: inline-block;
}




.scale_wrap{
	width: 100%;
	border-radius: 20px;
	/*background: linear-gradient(to right,#e5f0ff,#edf1ff,#f8f1ff);*/
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	overflow: hidden;
	background-image: url(../imgs/scale_wrap.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;

}
.scale_item{
	width: 25%;
	margin: 20px 0;
	text-align: center;
}
.scale_item_num{
	color: #f1f1f1;/*075bfd*/
	font-size: 18px;
}
.scale_item_num span{
	font-size: 42px;
	font-weight: 700;
}
.scale_item_text{
	margin: 10px 0;
	font-size: 14px;
	color: #f9f9f9;
}




.meeting-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*  gap: 30px;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  flex-wrap: wrap;
}
.meeting-list-wrapper .meeting-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
    width: 22%;
    margin: 0 1.5%;
}
.meeting-list-wrapper .meeting-item-wrapper .fask-item-wrapper {
  position: relative;
  /*height: 200px;*/
  border-radius: 15px;
  overflow: hidden;
  margin: 20px 0;
}
.meeting-list-wrapper .meeting-item-wrapper .fask-item-wrapper > img {
  width: 100%;
  /*mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  mask-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);*/
  /* Safari 和 Chrome 兼容 */
}
.meeting-list-wrapper .meeting-item-wrapper .list-sub-item {
  position: absolute;
  top: 95%;
  width: 100%;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 1.2rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0.2;
}
.meeting-list-wrapper .meeting-item-wrapper .list-sub-item p {
  margin: 5px 0;
}
.meeting-list-wrapper .meeting-item-wrapper .fask-part-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#0884e9));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #0884e9);*/
  color: #fff;
}
.meeting-list-wrapper .meeting-item-wrapper .fask-part-wrapper .content-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 20px;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.meeting-list-wrapper .meeting-item-wrapper .fask-part-wrapper .content-text .content-number-wrapper {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2549019608);
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
}
.meeting-list-wrapper .meeting-item-wrapper .fask-part-wrapper .content-text .content-number-wrapper .content-number {
  font-size: 32px;
  margin-right: 5px;
}
.meeting-list-wrapper .meeting-item-wrapper .fask-part-wrapper .content-text .content-title {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.meeting-list-wrapper .meeting-item-wrapper .fask-part-wrapper .content-text .content-title span {
  background-image: -webkit-gradient(linear, left top, right top, from(#eb7840), to(#df160e));
  background-image: linear-gradient(to right, #eb7840, #df160e);
  -webkit-box-shadow: 1px 1px 5px #042240;
  box-shadow: 1px 1px 5px #042240;
  display: inline-block;
  padding: 6px 16px;
  margin: 0;
  border-radius: 15px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
/*.meeting-list-wrapper .meeting-item-wrapper:hover {
  cursor: pointer;
}*/
.meeting-list-wrapper .meeting-item-wrapper:nth-child(4n+1) .content-text .content-title span {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color-purple)), to(var(--color-purple-light)));
  background-image: linear-gradient(to right, var(--color-purple), var(--color-purple-light));
}
.meeting-list-wrapper .meeting-item-wrapper:nth-child(4n+1) .list-sub-item {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color-purple)), to(var(--color-purple-light)));
  background-image: linear-gradient(to right, var(--color-purple), var(--color-purple-light));
}
.meeting-list-wrapper .meeting-item-wrapper:nth-child(4n+2) .content-text .content-title span {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color-green)), to(var(--color-green-light)));
  background-image: linear-gradient(to right, var(--color-green), var(--color-green-light));
}
.meeting-list-wrapper .meeting-item-wrapper:nth-child(4n+2) .list-sub-item {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color-green)), to(var(--color-green-light)));
  background-image: linear-gradient(to right, var(--color-green), var(--color-green-light));
}
.meeting-list-wrapper .meeting-item-wrapper:nth-child(4n+3) .content-text .content-title span {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color-blue)), to(var(--color-blue-light)));
  background-image: linear-gradient(to right, var(--color-blue), var(--color-blue-light));
}
.meeting-list-wrapper .meeting-item-wrapper:nth-child(4n+3) .list-sub-item {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color-blue)), to(var(--color-blue-light)));
  background-image: linear-gradient(to right, var(--color-blue), var(--color-blue-light));
}
.meeting-list-wrapper .meeting-item-wrapper:nth-child(4n+4) .content-text .content-title span {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color-orange)), to(var(--color-orange-light)));
  background-image: linear-gradient(to right, var(--color-orange), var(--color-orange-light));
}
.meeting-list-wrapper .meeting-item-wrapper:nth-child(4n+4) .list-sub-item {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color-orange)), to(var(--color-orange-light)));
  background-image: linear-gradient(to right, var(--color-orange), var(--color-orange-light));
}


.Introduction_btns{
	margin: 0 auto;
	text-align: center;
}
.Introduction_btns a{
	width: 50%;
	margin:  0 auto;
	padding: 10px 40px ;
	background: #0A41A3;
	color: #fff;
	text-align: center;
	border-radius: 10px;
}
/**/

/**/
.AITX_titleen{
	font-family: "微软雅黑";
}
.AITX_wrap{
	width: 100%;
}
.AITX_titles{
	width: 100%;
	/*height: 830px;*/
/*	background: #eff4ff;*/
	
	/*background-image: url(../imgs/AITX_titles_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;*/
	
}
.AITX_titles_lists{
	width: 100%;
	padding: 0 0 20px;
}
.AITX_titles_imgs{
	width: 100%;
	margin: 10px 0;
	border-radius: 10px ;
	overflow: hidden;
}
.AITX_titles_imgs img{
	width: 100%;
}
.AITX_titles_jieshao{
	width: 100%;
}
.AITX_titles_jieshao1{
	text-align: center;
	color: #333;/**/
	font-size: 22px;
	margin-bottom: 10px;
}
.AITX_titles_jieshao2{
	text-align: center;
	color: #585858;/**/
}
.AITX_titles_jieshao2 p{
	line-height: 2em;
}

.AITX_img_wrap{
	/*margin-top: -650px;*/
	width: 100%;
}
.AITX_img_lists{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.AITX_img_left{
	width: 53%;
	border-radius: 20px;
	overflow: hidden;
}
.AITX_img_left img{
	width: 100%;
}
.AITX_img_left .swiper-pagination {
    position: absolute;
    bottom: 5px;
    right: 0;
    padding-right: 5px;
    text-align: right;
}
.AITX_img_left .swiper-pagination .swiper-pagination-bullet {
  background: #eee;
}
.AITX_img_left .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.AITX_img_right{
	width: 45%;
	display: flex;
	flex-wrap: wrap;
}
.AITX_img_right .AITX_img_rightitem{
	width: 48%;
	margin: 10px auto;
	border-radius: 20px;
	overflow: hidden;
}
.AITX_img_right .AITX_img_rightitem img{
	width: 100%;
}
.AITX_btn_wrap{
	width: 100%;
	margin: 10px 0;
}
.AITX_btn_lists{
	width: 100%;
	margin: 0 auto;
}
.AITX_btn_item{
	width: 96%;
	margin: 16px auto;
	border-radius: 20px;
	overflow: hidden;
}
.AITX_btn_item img{
	width: 100%;
}

.AITX_intro_wrap{
	width: 100%;
	margin: 20px 0 30px;
}
.AITX_intro_title{
	width: 100%;
	text-align: center;
	color: #585858;
}
.AITX_intro_title .AITX_intro_title_text p{
	line-height: 2em;
}
.AITX_intro_lists{
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.AITX_intro_itemlr{
	width: 49%;	
}

.AITX_intro_itemlr_item{
	width: 100%;
	height: 150px;
	margin: 20px 0;
	padding: 22px 20px;
	color: #f9f9f9;
	border-radius: 20px;
	overflow: hidden;
}

.AITX_intro_itemleft .AITX_intro_itemlr_item:nth-child(1){
	background-image: url(../imgs/AITX_intro_bg1.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.AITX_intro_itemleft .AITX_intro_itemlr_item:nth-child(2){
	background-image: url(../imgs/AITX_intro_bg2.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.AITX_intro_itemleft .AITX_intro_itemlr_item:nth-child(3){
	background-image: url(../imgs/AITX_intro_bg3.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.AITX_intro_itemleft .AITX_intro_itemlr_item:nth-child(4){
	background-image: url(../imgs/AITX_intro_bg4.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.AITX_intro_itemright .AITX_intro_itemlr_item:nth-child(2){
	background-image: url(../imgs/AITX_intro_bg5.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.AITX_intro_itemright .AITX_intro_itemlr_item:nth-child(3){
	background-image: url(../imgs/AITX_intro_bg6.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.AITX_intro_itemright .AITX_intro_itemlr_item:nth-child(4){
	background-image: url(../imgs/AITX_intro_bg7.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.AITX_intro_itemright .AITX_intro_itemlr_item:nth-child(1){
	background-image: url(../imgs/AITX_intro_bg8.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


.AITX_intro_itemlr_title{
	font-size: 22px;
	font-weight: 700;
	display: flex;
	align-items: center;
}
.AITX_intro_itemlr_title img{
	width: 25px;
	margin-right: 8px;
}
.AITX_intro_itemlr_title1{
	margin-top: 10px;
}

.AITX_info_wrap{
	width: 100%;
	margin: 20px 0;
	background-image: url(../imgs/AITX_info.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.AITX_info_lists{
	width: 100%;
	padding: 30px 0;
	display: flex;
	justify-content: space-around;
}
.AITX_info_item{
	width: 30%;
	color: #f9f9f9;
}
.AITX_info_title{
	font-size: 24px;
	text-align: center;
	font-weight: 700;
}
.AITX_info_intro{
	margin-top: 10px;
}
/**/

/**/
.organizational_wrap{
	width: 100%;
}
#organizational_lists{
	height: 100%;
	padding: 5% 0;
}
.organizational_item{
	padding: 40px 0;
	background: linear-gradient(to right, #e5f0ff, #edf1ff, #f8f1ff);
	border-radius: 20px;
}

.organizational_item .organizational_item_img {
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: 0 auto;
	border-radius: 50%;
	background: linear-gradient(to bottom,#1D69B4,#26A3E2,#fff);
	overflow: hidden;
}
.organizational_item .organizational_item_img img{
	width: 100%;
}

.organizational_content{
	width: 100%;
	text-align: center;
	color: #333333;
}
.organizational_content_name{
	font-size: 20px;
	margin: 10px 0 2px;
	color: #0056B3;
}
.organizational_content_job{
	font-size: 12px;
	min-height: 80px;
}



#organizational_lists .swiper-slide{
	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

#organizational_lists .swiper-slide-active,#organizational_lists .swiper-slide-duplicate-active{
	transform: scale(1.4);
}
/**/

/**/
.review_wrap{
	width: 100%;
}
.review_video_bg{
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}
.review_video_bg img{
	width: 100%;
}
.review_video_bg iframe{
	width: 100%;
	height: 600px;
}
.review_img_lists{
	width: 100%;
	margin: 20px 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.review_img_item{
	height: 170px;
	line-height: 170px;
	vertical-align: middle;
	overflow: hidden;
	border-radius: 20px;
	border: 1px solid #999;
	display: flex;
	align-items: center;
}
.review_img_item img{
	width: 100%;
	display: block;
	overflow: hidden;
}


/**/

/**/
.Sponsors_section{
	background: #F3F7FB;
	padding: 1px 0;
}
.Sponsors_wrap{
	width: 100%;
	padding-bottom: 30px;
}
.Sponsors_item_wrap{
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.Sponsors_item_title{
	width: 10%;
	font-size: 20px;
	padding-top: 25px;
}
.Sponsors_item_img_lists{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
}
.Sponsors_item_img_item{
	width: 14%;
	margin: 10px 20px 10px 0;
	text-align: center;
	border: 1px solid #eee;
	box-shadow: 1px 1px 3px #eee;
}
.Sponsors_item_img_item img{
	width: 100%;
}
/**/

/**/
.media_lists{
	width: 100%;
	margin: 20px 0;
	padding-bottom: 2px;
	overflow: hidden;
}
.media_item{
	width: 20%;
	padding: 10px;
	text-align: center;
	border: 1px solid #eee;
	box-shadow: 1px 1px 3px #eee;
}
.media_item img{
	width: 100%;
}

.firm_wrap{
	width: 100%;
	margin: 20px 0 60px;
	overflow: hidden;
}
.firm_item{
	width: 20%;
	padding: 10px;
	text-align: center;
	border: 1px solid #eee;
	box-shadow: 1px 1px 3px #eee;
}
.firm_item img{
	width: 100%;
}
/**/

/**/
.float_wrap{
	position: fixed;
	left: 22px;
	bottom: 230px;
	z-index: 9999;
}
.float_lists{
	width: 60px;
	text-align: center;
}
.float_lists .float_items{
	width: 100%;
	vertical-align: middle;
	margin-bottom: 10px;
	padding: 10px 0;
	font-size: 10px;
	background: linear-gradient(to right,#1155BB,#186ED9);
	color: #fff;
}
.float_lists .float_items a{
	color: #fff;
}
.float_lists .float_items a img{
	width: 18px;
	margin: 4px 0;
}
#backtop{
	display: none;
}
/**/

/**/
.organization_wrap{
	padding: 1px 0 20px 0;
}
.organization_lists{
	width: 100%;
	margin: 20rpx 0;
}
.organization_title{
	width: 100%;
	text-align: center;
	color: #333;
    font-size: 22px;
    margin-bottom: 10px;
}
.organization_imgs_wrap{
	width: 100%;
	
}
.organization_imgs_lists{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.organization_imgs_item{
	width: 14%;
    margin: 10px 20px 10px 0;
    text-align: center;
    border: 1px solid #eee;
    box-shadow: 1px 1px 3px #eee;
}
.organization_imgs_item img{
	width: 100%;
}
/**/

@media screen and (max-width: 768px) {
	.banner-btns{
		flex-wrap: wrap;
		margin:20px 0;
	}
	.section-banner{
		display: none;
	}
	.banner_time .banner_time_text {
		display: none;
	}
	.section-banner-mobile{
		display: block;
	}
	
	
	.title-wrap {
		margin: 40px 0 20px;
	}
    .banner-btns .btn-item-wrap{
        width: 50%;
        margin: 10px 0;
        flex-grow: unset;
    }
    .btn-item-title1{
    	height: 40px;
    }
    .btn-item-icon{
    	right: 20px;
    }
    
    .desc-time-wrapper{
    	display: block;
    	background-image: url(../imgs/desc-time-bg-mobile.png);
    }

    
    .desc-time-wrapper .desc-text{
    	display: block;
    }
    .desc-time-wrapper .desc-time-right {
	    display: block;
	}
    .desc-time-wrapper .time-container {
    	margin: 10px  0;
    }
    .desc-time-wrapper .time-container .unit{
	    display: block;
	}
    .desc-time-wrapper .time-container .unit span {
	    font-size: 24px;
	    padding: 6px 17px;
	}
	.desc-time-wrapper .time-container .unit p {
	    font-size: 16px;
	}
	.news-item-wrap {
	    width: 82%;
	    margin: 0 0 20px 10%;
	    padding: 20px 0;
	}
    
    .title-wrap .title-name{
    	font-size: 18px;
    }
    
    
    .new-wrap .new-items{
    	height: 550px;
    }
    .new-item-left {
    	width: 100%;
    	position: relative;
    	border-top-right-radius: 0;
    	border-bottom-right-radius: 0;
    	top: 0;
    }
    .new-item-right{
    	margin-top: 0;
    	width: 100%;
    	position: relative;
	    border-top-left-radius: 0;
    	border-bottom-left-radius: 0;
    	top: -20px;
    }
    
    .new-item-right-img-lists .swiper .swiper-pagination .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
    .new-item-right-img-lists .swiper .swiper-pagination {
	    top: 480px;
	}
    
    .news-lists-item{
    	display: block;
    }
    .news-lists-item-left{
    	width: 100%;
    }
    .news-lists-item-right{
    	width: 100%;
    }
    .news-lists-item-date{
    	width: 20%;
    }
    .news-lists-item-content{
    	width: 80%;
    }
    
    .news-lists-item-date-day {
	    font-size: 24px;
	}
	.news-lists-item-date-year {
	    font-size: 12px;
	}
	.news-lists-item-content-title{
		font-size: 17px;
	}
    
    .Introduction_title{
	    font-size: 22px;
	}
    .meeting-list-wrapper{
    	display: flex;
    }
    .meeting-list-wrapper .meeting-item-wrapper {
        width: 45%;
        margin: 0 2%;
    }
    .meeting-list-wrapper .meeting-item-wrapper .fask-part-wrapper .content-text {
    	padding: 10px 20px;
    }
    
    .meeting-list-wrapper .meeting-item-wrapper .fask-part-wrapper .content-text .content-title {
    	font-size: 10px;
    }
    
    .meeting-list-wrapper .meeting-item-wrapper .fask-part-wrapper .content-text .content-number-wrapper {
	    padding-bottom: 1px; 
    	margin-bottom: 1px;
    }
    
    .schedule_date_wrap{
    	width: 100%;
    }
    .schedule_details .schedule_details_wrap .schedule_details_items{
		width: 100%;
		display: block;
	}
	.schedule_details .schedule_details_wrap .schedule_details_items .schedule_details_items_bg {
	    width: 99%;
	    margin: 10px auto;
        background-size: 121% 449%;
    	background-position: 32% 52%;
	}
	.schedule_details .schedule_details_wrap .schedule_details_items_bgs {
	    width: 100%;
		background-size: 121% 449%;
    	background-position: 80% 52%;
	}
	.schedule_details .schedule_details_wrap .schedule_details_items_bgs .schedule_details_items_bg_date {
	    width: 92%;
	}
	.schedule_details .schedule_details_wrap .schedule_details_items_bgs .schedule_details_items_bg_con {
	    width: 92%;
	}

    
    .scale_wrap{
    	background-image: url(../imgs/scale_wrap_mobile.jpg);
    	background-size: 100% auto;
    }
    .scale_item{
    	width: 50%;
    }
    
    .exhibition_wrap{
    	display: block;
    }
    .exhibition_left{
		width: 99%;
	}
	.exhibition_left .exhibition_left_item {
    	width: 100%;
    }
	.exhibition_right {
	    width: 99%;
	}
	.exhibition_right .exhibition_right_itemp2 p {
	    width: 98%;
	}
	
    
    
    .AITX_titles_jieshao{
    	width: 100%;
    }
    .AITX_img_wrap{
    	margin-top: -50px;
    }
    .AITX_img_lists{
    	display: block;
    }
    .AITX_img_left{
    	width: 100%;
    }
    .AITX_img_right{
    	width: 100%;
    }
    .AITX_info_wrap{
		background-image: url(../imgs/AITX_info_mobile.png);
		background-size: 100% 100%;
	}
    .AITX_info_lists{
    	display: block;
    }
    .AITX_info_item{
    	width: 100%;
    	margin: 10px 0;
    }
    
    .AITX_intro_lists{
		width: 100%;
		display: block;
	}
	.AITX_intro_itemlr{
		width: 100%;	
	}
	
	
	.organizational_item .organizational_item_img {
	    width: 50px;
	    height: 50px;
	    line-height: 50px;
	}
	#organizational_lists{
		height: 100%;
		padding: 9% 0;
	}
	#organizational_lists .swiper-slide-active,#organizational_lists .swiper-slide-duplicate-active{
		transform: scale(1.2);
	}
	
	
	.review_img_item{
		height: 90px;
		line-height: 90px;
	}
	.review_video_bg iframe{
		width: 100%;
		height: 200px;
	}
	
	.Sponsors_item_wrap{
		display: block;
	}
	.Sponsors_item_title{
		width: 100%;
		text-align: center;
		margin: 20px 0;
	}
	.Sponsors_item_img_lists{
		width: 100%;
	}
	.Sponsors_item_img_item{
		width: 45%;
		margin: 10px 10px 10px 0;
	}
	
	.organization_imgs_item{
		width: 45%;
	    margin: 10px 10px 10px 0;
	}
	
	
	.float_wrap{
		display: none;
	}
}












