h1 {
    color: blue;
}
body {
    font-family: "思源黑体CN";
}
body::-webkit-scrollbar {
    width: 0.8rem;
    height: 1.2rem;
}
body::-webkit-scrollbar-thumb {
    border-radius: 0.2rem;
    -webkit-box-shadow: inset 0 0 0.5rem rgba(5, 1, 77, 0.2);
    background: rgba(0, 0, 0, 0.5);
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.5rem rgba(5, 1, 77, 0.2);
    border-radius: 0;
    background: rgba(211, 214, 248, 0.5);
}
*, body, div, ul, li, p {
    margin: 0rem;
    padding: 0rem;
}
body {
    text-align: center;
    font-size: 1.4rem;
}
ul, li {
    font-size: 0;
    list-style: none;
}
div.fullrow {
    width: 100%;
   /* display: inline-block;
    */
    float: left;
    clear: both;
    text-align: left;
    min-width: 150rem;
}
.center-box {
    margin: 0 auto;
    width: 150rem;
    text-align: left;
}
.centers-box {
    margin: 0 auto;
    width: 150rem;
    text-align: left;
}
.exh-cates {
    width: 100%;
    display: flex;
}
.nav-area {
    float: right;
    /* margin-left: 7.8rem; */
}
.search-area {
    height: 3.4rem;
    line-height: 3.4rem;
    position: relative;
    display: inline-block;
}
.search-btn {
    width: 3rem;
    height: 3rem;
    background: url(images/search.png) no-repeat;
    background-size: 100% 100%;
    font-size: 1.4rem;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0, -50%);
    cursor: pointer;
}
.search-input {
    border: none;
    box-shadow: none;
    outline: none;
    height: 3.4rem;
    line-height: 3.4rem;
    background-color: #05265d;
    color: #ffffff;
    width: 25.6rem;
    text-indent: 2rem;
    border-radius: 3rem;
}
.logo {
    width: 28.5rem;
    height: 12.9rem;
    background-color: #6562cb;
    background: url(images/logo-2024.png) center no-repeat;
    background-size: contain;
    margin-top: 1.9rem;
    float: left;
}
.left {
    width: 18%;
    font-size: 1.4rem;
    color: #ffffff;
    float: left;
}
.left-center {
    font-size: 1.6rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-left: 1.5rem;
}
.right {
    float: right;
    position: relative;
}
.nav-top {
    width: 119.7rem;
    height: 6rem;
    line-height: 6rem;
}
.nav-topLeft {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left-area {
    display: flex;
    align-items: center;
}
.layer {
    width: 1.6rem;
    height: 1.6rem;
    display: inline-block;
    background: url(images/layer.png) center no-repeat;
    background-size: contain;
    margin-right: 1.4rem;
}
.language {
    color: #fff;
    display: flex;
    line-height: 150%;
    margin-right: 5rem;
    font-size: 1.6rem;
    align-items: center;
}
.language .eng,.language a {
    color: rgba(255, 255, 255, 0.5);
}
.phone {
    width: 1.3rem;
    height: 1.7rem;
    float: left;
   /* background-color: #6562cb;
    */
    background: url(images/phone.png) no-repeat;
    background-size: contain;
    margin-right: 1.4rem;
}
.top-item {
    float: left;
}
.nav-bottom {
    height: 8.6rem;
    line-height: 8.6rem;
    font-size: 1.4rem;
    color: #fff;
    padding-left: 0.5rem;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    white-space: nowrap;
}
.nav {
   /* justify-content: space-around;
    */
    justify-content: flex-start;
    display: flex;
}
.nav li {
    list-style: none;
    font-size: 2rem;
    color: white;
    font-family: "SourceHanSansCN Medium";
    position: relative;
    padding-left: 1rem;
    padding-right: 1.6rem;
}
.nav li::after {
    background-color: #0f3f88;
    content: "";
    width: 0.1rem;
    display: inline-block;
    height: 2rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}
ul.nav {
    display: flex;
    justify-content: space-around;
}
.nav li a {
    line-height: 100%;
    position: relative 
}
.nav li a::after {
    content: " ";
    display: inline-block;
    width: 0rem;
    position: absolute;
    height: 0.4rem;
    bottom: -2.7rem;
    left: 0rem;
    transition: all .5s ease-in-out;
    transform: translateX(-50%);
}
.nav li a:hover::after {
    background: #fff;
    width: 3rem;
    left: 50%;
}
.nav li:hover {
   /* border-bottom: 0.2rem solid #fff;
    */
}
.news-area {
    background: #00468C;
}
.tab-header li {
    float: left;
}
.tabs-pane {
    display: none;
}
ul .nav>li a {
    text-decoration: none;
    color: #fff;
}
ul.nav>li:last-child {
    margin-right: 0;
}
.nav_a {
    text-decoration: none;
    color: #fff;
}
ul.nav>li ul.sub {
    display: none;
    position: absolute;
    top: 1.5rem;
    left: 0;
}
ul.nav>li:hover ul.sub {
    display: block;
}
ul.item-header li {
    float: left;
    margin-right: 1rem;
}
.page-nav {
    background: url(images/navBg.png) center no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 0rem;
    z-index: 100;
}
.exh-area {
    background: url(images/exhbg.png) center no-repeat;
    width: 100%;
    background-size: cover;
    min-height: 79.8rem;
    position: relative;
}
.introduce-area {
    width: 100%;
    position: relative;
   /* background-color:pink;
    */
}
.introduce-top {
    width: 100%;
    height: 50rem;
    background-color: #03468f;
}
.intro-content {
    width: 150rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.intro-news {
    position: relative;
    z-index: 3;
    padding: 4.5rem 4.8rem 0 4.8rem;
    box-sizing: border-box;
}
.intro-content .intro-ul:last-child {
    border-right: none;
    background:url(../af-cloud/images/exhGuide.png) no-repeat;
    background-size:100% 100%;
}
.intro-ul {
    width: 25%;
    height: 32.5rem;
    border-left: 0.1rem solid #1151a7;
    padding-left: 4.6rem;
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
    background:url(../af-cloud/images/exhLogin.png) no-repeat;
    background-size:100% 100%;
}
.intro-content .intro-ul:nth-child(2){
    background:url(../af-cloud/images/exhEvent.png) no-repeat;
    background-size:100% 100%;
}
.intro-content .intro-ul:nth-child(3){
    background:url(../af-cloud/images/exhTour.png) no-repeat;
    background-size:100% 100%;
}
.introduce-bottom {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 64rem;
    z-index: 1;
    min-width: 150rem;
    background-color: #00468c;
}
.area-title {
    font-family: "思源黑体宋";
    color: #fff;
    font-size: 4.6rem;
    font-weight: normal;
    line-height: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 8rem;
    margin-top: 13.9rem;
}
.exh-desc {
    font-size: 1.8rem;
    line-height: 200%;
    color: #fff;
    width: 82.8rem;
    position: relative;
}
.exh-desc::before {
    width: 6rem;
    height: 1rem;
    content: "";
    background: #fff;
    display: inline-block;
    position: absolute;
    top: -4rem;
    left: 0;
}
.exh-bot {
    margin-top: 10rem;
    position: absolute;
    bottom: 0;
    left: 0;
}
ul.exh-cates li {
    width: 20%;
    padding-left: 6.8rem;
    box-sizing: border-box;
    color: #fff;
    font-size: 2rem;
    height: 30.4rem;
    padding-top: 7rem;
    line-height: 180%;
    background: none transparent;
    transition: background .5s ease;
}
ul.exh-cates li:hover {
    background: rgba(0, 0, 0, .2);
}
ul.exh-cates li:last-child {
    float: left;
    border-right: medium none;
}
.exh-bot .num {
    font-size: 5.6rem;
    font-family: "alte";
}
.heng {
    border-left: 0.2rem solid #fff;
}
.exh-item .intro-text {
    font-size: 3rem;
    color: white;
    display: inline-block;
    padding-bottom: 1rem;
}
.exh-item .intro-in {
    color: white;
    opacity: 0.5;
    margin-top: 2rem;
}
.exh-item .icon {
    width: 5.1rem;
    height: 3.7rem;
    display: inline-block;
    margin-bottom: 3.6rem;
}
.exh-item .icons {
    width: 5.1rem;
    height: 3.7rem;
    display: inline-block;
    margin-bottom: 2rem;
    margin-top: 7.8rem;
}
.exh-item .icon1 {
    background: url(images/icon1.png) no-repeat;
    background-size: contain;
}
.exh-item .icon2 {
    background: url(images/icon2.png) no-repeat;
    background-size: contain;
}
.exh-item .icon3 {
    background: url(images/icon3.png) no-repeat;
    background-size: contain;
}
.exh-item .icon4 {
    background: url(images/icon4.png) no-repeat;
    background-size: contain;
}
.exh-item .icon5 {
    background: url(images/icon5.png) no-repeat;
    background-size: contain;
}
.intro-news {
    width: 150rem;
    height: 77rem;
    position: relative;
    z-index: 3;
    background-color: #f0f5fb;
   /* margin: 0 auto;
    */
}
.intro-news-area {
    height: 77rem;
    position: relative;
    z-index: 3;
    background-color: #f0f5fb;
}
.slideBox {
    height: 54.7rem;
    overflow: hidden;
}
.news-left {
    clear: both;
    width: 68.2rem;
    height: 100%;
    float: left;
    position: relative;
}
.news-left img {
    width: 100%;
    height: 100%;
}
.news-top {
    width: 100%;
    height: 20%;
}
.news-zi {
    font-size: 4.2rem;
    color: #002040;
    float: left;
}
.news-xun {
    font-size: 3.2rem;
    color: #002040;
    float: left;
    margin-left: 1rem;
    margin-top: 0.7rem;
}
.news-bottom {
    width: 100%;
    height: 80%;
    background: url(images/exhbg.png) center no-repeat;
    background-size: cover;
}
.news-box {
    width: 100%;
}
.news-box li {
    padding-bottom: 1rem;
}
.news-right ul.news-box li.current {
    background-color: #1c48a8;
    opacity: 0.9;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.news-right ul.news-box li.current .shuzi {
    color: white;
}
.news-right ul.news-box li.current .news-title a {
    color: white;
}
.news-right ul.news-box li.current .news-areaCon {
    color: rgba(255, 255, 255, .4);
}
.news-right ul.news-box li.current .date {
    color: #4b6cb1;
}
.news-right ul.news-box li .news-boleft {
    border-right: 0.1rem solid #f8f8f8;
}
.news-right ul.news-box li.current .news-boleft {
    border-right: 0.1rem solid #1651ac;
}
.news-right ul.news-box li.current .henngxian {
    background-color: white;
}
.news-right ul.news-box li:hover {
    background-color: #1c48a8;
    opacity: 0.9;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.news-right ul.news-box li:hover .shuzi {
    color: white;
}
.news-right ul.news-box li:hover .news-title {
    color: white;
}
.news-right ul.news-box li:hover .news-title a {
    color: white;
}
.news-right ul.news-box li:hover .news-areaCon {
    color: rgba(255, 255, 255, .4);
}
.news-right ul.news-box li:hover .date {
    color: #4b6cb1;
}
.news-right ul.news-box li:hover .news-boleft {
    border-right: 0.1rem solid #1651ac;
}
.news-right ul.news-box li:hover .henngxian {
    background-color: white;
}
.news-botop {
    width: 100%;
    display: flex;
}
.news-right ul.news-box li .date {
    font-size: 1.6rem;
    color: black;
    font-family: "思源黑体宋";
}
.shuzi {
    font-size: 3.8rem;
    color: black;
    font-family: "思源黑体宋";
}
.henngxian {
    width: 1.3rem;
    height: 0.1rem;
    background-color: #aab8c6;
    text-align: center;
    margin: 1rem 0 1.4rem;
}
.news-boleft {
    width: 9.6rem;
    height: 77%;
   /* border-right:0.1rem solid #6562cb;
    */
}
.news-boright {
    width: 51.1rem;
   /* background-color: red;
    */
    padding: 1.5rem 0rem;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 4.2rem;
}
.news-title {
    width: 45.6rem;
    color: #002040;
    font-size: 2rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news-title a {
    color: #002040;
}
.news-areaCon {
    width: 49rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 1rem;
    color: #6b7083;
    line-height: 200%;
}
.news-right {
    width: 70.2rem;
    height: 100%;
    float: right;
   /* margin-left:2rem;
    */
}
.news-right ul.news-box li {
    background: #fff;
    margin-bottom: 2rem;
    padding-left: 5.5rem;
    padding-top: 1.2rem;
    padding-bottom: 1rem;
}
.top-li {
    width: 20%;
    height: 4rem;
    line-height: 4rem;
    float: right;
    color: #56697e;
    justify-content: flex-end;
    margin-top: 1rem;
}
.top-li a {
    width: 20%;
    height: 4rem;
    line-height: 4rem;
    padding: 0.6rem 1.3rem;
    text-decoration: none;
    color: #56697e;
}
.top-li a:hover {
    width: 30%;
    height: 4rem;
    line-height: 4rem;
    border-radius: 1.5rem;
    background-color: #00468c;
    color: #fff;
}
.exh-time {
    padding-top: 10rem;
    height: auto;
    box-sizing: border-box;
}
.center-title {
    width: 100%;
    height: 7.8rem;
    padding: 2rem 0rem;
    display: flex;
}
.center-time {
    color: #002040;
    font-size: 4rem;
    font-family: "jbxs";
    font-style: italic;
}
.center-wenzi {
    color: #002040;
    font-size: 2rem;
    font-family: "思源黑体宋";
    margin-left: 1rem;
    line-height: 5.7rem;
}
.centerTime-box {
    width: 150rem;
    height: 100%;
    margin: 0 auto;
}
.centerVideo {
    width: 100%;
    height: auto;
    margin-top:6rem;
    position:relative;
}
.extendArrow .exh_left{
    width:5.9rem;
    height:5.9rem;
    background:url(images/guestArrowLeft.png) no-repeat;
    background-size:contain;
    position:absolute;
    left:-10rem;
    top:50%;
    transform:translate(0, -50%);
    cursor:pointer;
}
.extendArrow .exh_right{
    width:5.9rem;
    height:5.9rem;
    background:url(images/guestArrowRight.png) no-repeat;
    background-size:contain;
    position:absolute;
    right:-10rem;
    top:50%;
    transform:translate(0, -50%);
    cursor:pointer;
}
.midbanner .adImg {
    width: 100%;
    min-width: 150rem;
}
.service-area {
    width: 100%;
    height: 100%;
}
.date-box {
    width: 80%;
    height: 50rem;
    margin: 0 auto;
   /* background: #4b6cb1;
    */
}
.dayTime {
    width: 100%;
    height: 38.8rem;
    background-color: white;
   /* display: flex;
    */
}
.dayTime ul {
    width: 100%;
    height: 100%;
}
.dayLi {
    width: 30rem!important;
    height: 38.8rem;
    background: #053d97;
    padding: 1.5rem;
    padding-left: 4.3rem;
    box-sizing: border-box;
    margin-right:3rem;
    float:left;
}
.daytop {
    width: 100%;
    display: flex;
    margin-top: 5.2rem;
    font-family: "alte";
    align-content: flex-end;
    align-items: flex-end;
}
.dayMoth {
    color: white;
    font-size: 3.8rem;
    font-family: "alte";
    position: relative;
}
.dayMoth::after {
    position: absolute;
    width: 4.7rem;
    height: 0.3rem;
    background: #fff;
    display: inline-block;
    content: "";
    left: 0.8rem;
    bottom: -2.3rem;
}
.dayHeng {
    font-family: "alte";
    font-size: 2rem;
}
.dayYear {
    font-size: 2rem;
    color: "#fff";
    font-family: "alte";
}
.dayHeng {
    color: #6889bd;
    margin-left: 1.5rem;
    margin-right: 1rem;
    line-height: 3.8rem;
}
.dayYear {
    color: #8192bc;
    font-size: 1.5rem;
    line-height: 1.5rem;
    line-height: 3.8rem;
}
.daycenter {
    color: white;
    font-weight: bold;
}
.daybottom {
    font-size: 4.6rem;
    color: white;
    margin-top: 8.5rem;
    font-family: "alte";
    line-height: 100%;
}
.daytext {
    width:100%;
    height:5.6rem;
    font-size: 2.8rem;
    color: white;
    margin-top: 3.5rem;
    line-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.foot-box {
    width: 100%;
    height: 49.5rem;
    background: url(images/footbg.png) no-repeat;
    background-size: cover;
}
.foot-bottom {
    width: 100%;
    height: 5.4rem;
    background-color: #0b2242;
}
.foot-address {
    margin: 0 auto;
    padding-top: 8.7rem;
    box-sizing: border-box;
}
.foot-left {
    width: 40.33rem;
    height: 40rem;
    float: left;
}
.foot-left img {
    width: 100%;
    height: 100%;
}
.foot-left .footLogo {
    width: 40.33rem;
    height: 10.28rem;
    background: url(images/botlogo-2024.png) no-repeat;
    background-size: contain;
}
.foot-left .footLogo2024{
    background: url(images/botlogo-2024.png) no-repeat;
    background-size: contain;
}
.foot-left .code {
    margin-top: 3.3rem;
    margin-bottom:2.2rem;
    width: 100%;
    height:auto;
    overflow:hidden;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.6rem;
    display: flex;
    justify-content: space-around;
}
.foot-left .code img {
    width: 12.2rem;
    height: 12.2rem;
}
.code .code-text {
    float: left;
    font-size: 1.6rem;
    margin-left: 2.5rem;
    line-height: 4rem;
    text-align: left;
}
.code .code-text p:last-child {
    font-weight: bold;
}
.foot-right {
    width: 104rem;
    float: right;
}
.foot-tu {
    background: url(images/botlogo.png) center no-repeat;
    background-size: contain;
    width: 38.7rem;
    height: 11rem;
}
.foot-ma {
    text-align: center;
}
.foot-erweima {
    width: 12.2rem;
    background: url(images/code.png) center no-repeat;
    height: 12.2rem;
    margin: 0 auto;
    margin-top: 3rem;
   /* background:url(images/logo.png) center no-repeat;
    background-size: 80%;
    */
}
.contact {
    width: 100%;
}
ul.contact li.item {
    width: 100%;
    margin-right: 0;
}
.contact li.item {
    display: flex;
    justify-content: space-between;
}
.foot-zi {
    text-align: center;
    width: 100%;
    color: white;
    font-size: 1.6rem;
    line-height: 100%;
    display: inline-block;
    margin-top: 2rem;
}
.rightop-li {
    width: 29%;
    height: 100%;
    background-color: yellow;
}
.rightop-title {
    font-size: 1.9rem;
    color: white;
}
.right-hengxian {
    width: 3rem;
    height: 0.3rem;
    background-color: white;
    margin-left: 0.5rem;
}
.right-xixian {
    width: 5rem;
    height: 0.1rem;
    background: #225e9a;
}
.rihgt-heng {
    display: flex;
    margin-top: 0.1rem;
}
.right-content {
    width: 100%;
    height: 100%;
    margin-top: 3rem;
    color: #5a84b0;
}
.activityRight {
    width: 100%;
    height: 29.6rem;
    padding-top:2rem;
    box-sizing: border-box;
    float: right;
    overflow: hidden;
    position: relative;
    background:#f0f5fb 
}
.content-li {
    font-size: 1.5rem;
}
.schedule-area {
    height: 57rem;
    padding-top: 8.9rem;
    box-sizing: border-box;
}
.module-header {
    overflow: hidden;
}
.module-header .tit-area {
    color: #002040;
    float: left;
    position: relative;
    z-index: 9;
}
.module-header .tit-area .en {
    font-size: 3.6rem;
    font-family: "思源黑体宋";
    font-style: italic;
    line-height: 100%;
}
.module-header .tit-area .zh {
    font-size: 6rem;
    font-family: "思源黑体宋";
    line-height: 100%;
}
.module-header .titBtn {
    float: right;
    margin-top: 1.5rem;
}
.module-header .titBtn li {
    display: inline-block;
    width: 10.6rem;
    height: 4rem;
    line-height: 4rem;
    border-radius: 2rem;
    background: #fff;
    color: #002040;
    font-size: 1.6rem;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    margin-right:2.6rem;
}
.module-header .titBtn li a{
    color:#002040 
}
.module-header .titBtn li:last-child {
    margin-right:0;
}
.slideGroup .parHd ul li.on {
    color: #fff;
    background: #00468c;
}
.slideGroup .parHd ul li.on a{
    color:#fff 
}
.guest-tabs {
    margin-top: 5.2rem;
    height: 58.7rem;
    position:relative;
}
.guest-tabs>span{
    position:absolute;
    top:50%;
    width: 5.9rem;
    height: 5.9rem;
    display: inline-block;
    cursor: pointer;
    transform:translate(0, -50%);
    background: url(images/guestArrowLeft.png) no-repeat;
    background-size: 100% 100%;
    z-index:5;
    opacity:0;
}
.guest-tabs>span.prev{
    left:-9rem;
}
.guest-tabs>span.next{
    right:-9rem;
    background: url(images/guestArrowRight.png) no-repeat;
    background-size: 100% 100%;
}
.activityRight>span{
    position:absolute;
    top:50%;
    width: 5.9rem;
    height: 5.9rem;
    display: inline-block;
    cursor: pointer;
    transform:translate(0%, -50%);
    background: url(images/arrowLeft.png) no-repeat;
    background-size: 100% 100%;
    z-index:5;
}
.activityRight>span.activity-prev{
    left:0;
}
.activityRight>span.activity-next{
    right:0;
    background: url(images/arrowRight.png) no-repeat;
    background-size: 100% 100%;
}
.dayTime>span{
    position:absolute;
    top:50%;
    width: 5.9rem;
    height: 5.9rem;
    display: inline-block;
    cursor: pointer;
    transform:translate(0%, -50%);
    background: url(images/arrowLeft.png) no-repeat;
    background-size: 100% 100%;
    z-index:5;
}
.dayTime>span.activity-prev{
    left:0;
}
.dayTime>span.activity-next{
    right:0;
    background: url(images/arrowRight.png) no-repeat;
    background-size: 100% 100%;
}
.guest-item {
    background: url(images/jbbg.png) no-repeat;
    background-size: contain;
    width: 28rem;
    height: 51.5rem;
    position: relative;
    cursor: pointer;
    float: left;
    margin-right: 2.5rem;
}
.guest-pic {
   /* background: url(images/jb1.png) no-repeat;
    */
    width: 24.4rem;
    height: 30rem;
    margin-top: 1.8rem;
    display: inline-block;
    overflow: hidden;
}
.guest-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.guest-name {
    background: url(images/namebg.png) no-repeat;
    background-size: contain;
    width: 12.4rem;
    height: 4.9rem;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 29.3rem;
    color: #fff;
    font-size: 2.2rem;
    justify-content: center;
}
.guest-name a {
    color: #fff;
}
.guest-desc {
    margin-top: 4rem;
    text-align: left;
    color: #fff;
    font-size: 1.8rem;
    padding-left: 3rem;
    line-height: 3rem;
}
a.guest-link {
    background: url(images/whitearrow.png) no-repeat;
    background-size: 100% 100%;
    width: 3.5rem;
    height: 1rem;
    display: inline-block;
    position: absolute;
    left: 3rem;
    bottom: 3rem;
    transition: all .5s ease-in-out;
}
a.guest-link:hover {
    left: 3.4rem;
    visibility: visible;
}
.guest-block {
    background: #252c9c;
    width: 2.2rem;
    height: 0.3rem;
    position: absolute;
    top: 4.7rem;
    right: 1.2rem;
    display:none;
}
.guest-area {
    padding-top: 7rem;
    height: 87rem;
    box-sizing: border-box;
}
.botbanner .adImg {
    width: 100%;
    min-width: 150rem;
}
.exhibitors-tabs {
    margin-top: 5.3rem;
    height: 36.4rem;
    position: relative;
}
.exhibitors-tabs .tabs-pane {
    background: #fff;
    padding: 0.8rem 0rem 3rem 3rem;
    box-sizing: border-box;
}
.exhibitors-tabs .arrow {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
}
.exhibitors-tabs .arrow em {
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
    background: #00468c;
    border-radius: 0.6rem;
    display: inline-block;
    margin-right: 1.4rem;
    vertical-align: middle;
}
.exhibitors-tabs .arrow em.current {
    width: 2.8rem;
}
.exhibitors-tabs .arrow em:last-child {
    margin-right: 0;
}
.media-area {
    padding-top: 6rem;
    height: 61.6rem;
    box-sizing: border-box;
}
.media-tabs {
    margin-top: 5rem;
    box-sizing: border-box;
}
.media-tabs ul .media-item {
    background: #fff;
    margin-top: 2.2rem;
    width: 27rem;
    height: 12rem;
    margin-right: 2.3rem;
    position: relative;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, .1);
}
.media-tabs ul .media-item:nth-child(5n) {
    margin-right: 0rem;
}
.media-tabs ul .media-item img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15.8rem;
    height: 6.6rem;
    /* object-fit: cover; */
    object-fit: contain;
}
.exhibitors-tabs ul .exhibitors-item {
    background: #f6f6f6;
   /* display: inline-block;
    */
    margin-top: 2.2rem;
    width: 27rem;
    height: 12rem;
    margin-right: 2.3rem;
    position: relative;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, .1);
}
.exhibitors-tabs ul .exhibitors-item:nth-child(5n) {
    margin-right: 0rem;
}
.exhibitors-tabs ul .exhibitors-item img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18.3rem;
    height: 6.8rem;
    object-fit: contain;
}
.previous-tabs {
    width: 150rem;
    height: 65.5rem;
    overflow: hidden;
    border-bottom: 0.1rem solid #0f64b9;
    margin-top: 6rem;
}
.previous-tabs>span{
    position:absolute;
    top:50%;
    width: 5.9rem;
    height: 5.9rem;
    display: inline-block;
    cursor: pointer;
    transform:translate(0%, -50%);
    background: url(images/arrowLeft.png) no-repeat;
    background-size: 100% 100%;
    z-index:5;
}
.previous-tabs>span.previous-prev{
    left:-7rem;
}
.previous-tabs>span.previous-next{
    right:-7rem;
    background: url(images/arrowRight.png) no-repeat;
    background-size: 100% 100%;
}
.previous-tabs ul {
    height: 100%;
}
.tabs .previous-tabs li.previous-item {
    width: 48rem;
    height: 65.5rem;
    float: left;
    cursor: pointer;
    margin-right: 3rem;
    transition: all .8s ease-in-out;
}
.tabs .previous-tabs li.previous-item .prev-img {
    width: 48rem;
    height: 57.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tabs .previous-tabs li.previous-item .prev-img a {
    height: 100%;
}
.previous-tabs li.previous-item img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.previous-tabs li.previous-item .previous-name {
    padding-top: 1.5rem;
    opacity: 0;
    transition: all .8s ease-in-out;
    display: block;
    width: 100%;
}
.previous-tabs li.previous-item .previous-name a {
    font-size: 3.6rem;
    color: #fff;
    font-weight: bold;
}
.previous-tabs li:hover .previous-name {
    opacity: 1;
    border-bottom: 0.8rem solid #fff;
}
.previous-tabs ul li {
    font-size: 1.2rem;
}
.previous-area {
    position: relative;
    padding-top: 9.8rem;
    box-sizing: border-box;
}
.previous-area .tabs {
    position: relative;
    z-index: 3;
}
.previous-blue-block {
    background-color: #044690;
    position: absolute;
    width: 100%;
    display: inline-block;
    height: 70.7rem;
    top: 53rem;
    z-index: 1;
}
.exhibitor .tit-area {
    color: #fff;
}
.extend-area {
    background: url(images/extendbg.png) no-repeat;
    height: 95.8rem;
    background-size: cover;
}
.extend-area .tit-area {
    color: #fff;
}
.extend-content {
    margin-top: 13rem;
}
.extend-pic {
    background: url(images/extend1.png) no-repeat;
    width: 60rem;
    height: 48.7rem;
    display: inline-block;
}
.extend-tabs {
    margin-top: 6.5rem;
}
.extend-tabs .extendArrow {
    width: 11.8rem;
    margin: 6rem auto 0;
    overflow: hidden;
}
.extend-tabs .extendArrow span {
    width: 5.9rem;
    height: 5.9rem;
    float: left;
    background: #06529e;
    vertical-align: middle;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.extend-tabs .extendArrow span.current, .extend-tabs .extendArrow span:hover {
    background: #0b2242;
}
.extend-tabs .extendArrow span img {
    width: 2.3rem;
    height: 1.8rem;
}
.module-area {
    margin-bottom: 10.2rem;
}
.moment-area {
    width: 100%;
    height: 5rem;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    background: rgba(0, 70, 140, 0.15);
}
/*轮播*/
.poster-item {
    height: 35rem;
    width: 50rem;
    margin-right:1rem;
    cursor: pointer;
    transition: all 0.5s;
    cursor: default;
    -moz-transition: all 0.5s;
    cursor: default;
    -webkit-transition: all 0.5s;
    cursor: default;
    -o-transition: all 0.5s;
    cursor: default;
}
.poster-item a {
    width: 100%;
    height: 100%;
}
.poster-item img {
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.poster-item video{
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.exhibitors-bot {
    background: #f0f5fb;
    padding-bottom: 6rem;
    padding-top: 10.5rem;
}
div.dayTime {
    margin-top: 4.5rem;
    position:relative;
    width:100%;
    box-sizing: border-box;
}
div.dayTime .bd{
    margin:0 10rem;
    overflow:hidden;
}
.dayLi1 {
    background: url(images/activity1.png);
}
.dayLi2 {
    background: url(images/activity2.png);
}
.dayLi3 {
    background: url(images/activity3.png);
}
.dayLi4 {
    background: url(images/activity4.png);
}
.banner2 .bd li img {
    width: 100%;
}
.banner2 .tempWrap {
    margin: 0 auto !important;
}
.banner2 .hd {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0rem;
    display: flex;
    justify-content: center;
}
.banner2 .hd ul li {
    background: rgba(255, 255, 255, .5);
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    margin-right: 2rem;
    float: left;
    transition: all .3s ease;
}
.banner2 .hd ul li.on {
    background: rgba(255, 255, 255, 1);
    width: 5rem;
}
.foot-bottom {
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 5.4rem;
}
ul.dept li {
    font-size: 1.6rem;
    color: rgba(255,255,255,.7);
    line-height: 100%;
}
ul.dept li.name {
    font-size: 2rem;
    color:#fff;
    position: relative;
    margin-bottom: 4.5rem;
}
ul.dept li.name::after {
    position: absolute;
    content: "";
    background: #225e9a;
    bottom: -1.6rem;
    left: 0rem;
    width: 8rem;
    height: 0.1rem;
}
ul.dept li.name span {
    position: relative;
}
ul.dept li.name span::after {
    position: absolute;
    content: "";
    background: #fff;
    bottom: -1.7rem;
    left: 0rem;
    width: 3rem;
    height: 0.3rem;
    z-index: 3;
}
ul.dept {
    float: left;
}
ul.dept li.item {
    line-height: 100%;
    margin-bottom: 1.8rem;
}
ul.support {
    width: 34.6rem;
}
ul.support li.item {
    float: left;
    width: 50%;
}
.foot-right-top {
    display: flex;
    justify-content: space-between;
}
.contact-div {
    margin-top: 2rem;
}
ul.contact li.item {
    float: left;
    margin-right: 6rem;
}
.activity-tabs {
    background: #fff;
    position: relative 
}
span.rect-border {
    width: 45.1rem;
    height: 28.1rem;
    border: 15px solid #f0f5fb;
    border-top: medium none;
    position: absolute;
    left: 12.3rem;
    top: -15rem;
    box-sizing: border-box;
    display: inline-block;
}
.activityRight .bd{
    margin:0 6rem;
    overflow: hidden;
}
.activity-list {
   /* position: absolute;
    top: 0;
    left: 0;
    */
    box-sizing: border-box;
}
.activity-list li {
    font-size: 1.6rem;
    height: 29.6rem;
    width: 45rem;
    padding-top:1rem;
    background: #f0f5fb;
    float: left;
    z-index: 3;
    position: relative;
    box-sizing: border-box;
    margin-right: 0.2rem;
    cursor: pointer;
}
.activity-list li span.date-area {
    width: 8rem;
    height: 7.6rem;
    box-sizing: border-box;
    display: block;
    text-align: center;
    color: #fff;
    margin-left: 4rem;
    margin-right: 3.7rem;
    background: url(images/datebg.png) no-repeat;
    box-sizing: border-box;
    background-size: contain;
}
.activity-list li span.date-area img{
    max-width:100%;
    max-height:100%;
}
.activity-list li span.day {
    width: 100%;
    height: 4.5rem;
    font-size: 3.8rem;
    display: block;
}
.activity-list li span.date {
    width: 100%;
    height: 1.6rem;
    font-size: 1.6rem;
    font-family: "思源黑体宋";
    display: block;
}
.activity-list li .info-area {
    width:100%;
    height: 16.9rem;
    padding-left: 4rem;
    padding-right: 3.7rem;
    box-sizing: border-box;
}
.activity-list li .info-area .news-title {
    width: 100%;
    height: 7.8rem;
    line-height: 180%;
    font-size:2.4rem;
}
.activity-list li .info-area .desc {
    font-size: 1.6rem;
    color: #6b7083;
    line-height: 3.2rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.activity-list li:last-child {
    margin-right: 0;
}
ul.activity-list li.current .date-area {
    background: url(images/datebgHover.png) no-repeat;
    background-size: 100% 100%;
}
ul.activity-list li.current {
    border-bottom: 0.3rem solid #00468c;
}
ul.activity-list li.current a.news-title {
    color: #00468c;
}
.activity-area .activityLeft {
    width: 23.9rem;
    float: left;
}
.activity-area span.zh-name {
    font-family: "思源黑体宋";
    font-size: 3.6rem;
    line-height: 100%;
}
.activity-area .activityLeft .arrow {
    font-size: 0;
    margin-top: 20rem;
}
.activity-area .activityLeft .arrow a {
    width: 5.9rem;
    height: 5.9rem;
    display: inline-block;
    cursor: pointer;
    background: url(images/arrowLeft.png) no-repeat;
    background-size: 100% 100%;
}
.activity-area .activityLeft .arrow a.arrowRight {
    background: url(images/arrowRight.png) no-repeat;
    background-size: 100% 100%;
}
.activity-area {
    position: relative;
}
.activity-area .activity-content {
    background: #f0f5fb;
    box-sizing: border-box;
}
.activity-tabs .module-header {
    height: 15rem;
    box-sizing: border-box;
    padding-top: 7.8rem 
}
ul.news-list li .news-title {
    font-size: 2.6rem;
    color: #000;
    text-decoration: none;
}
.midbanner {
    background: url(images/ad1.png) no-repeat;
    background-size: cover;
    height: 20rem;
}
.newsimg {
    background: url(images/news1.png) no-repeat;
    width: 68.2rem;
    height: 54.7rem;
    background-size: cover;
    display: inline-block;
}
.intro-news .tit-area {
    margin-bottom: 5.7rem;
    display: block;
}
.intro-news .tit-area span{
    display:inline-block;
    vertical-align: text-bottom;
}
.exh-item .icon1 {
    background: url(images/icon/icon1.png) no-repeat;
    background-size: contain;
    width: 4.3rem;
    height: 4.3rem;
}
.exh-item .icon2 {
    background: url(images/icon/icon2.png) no-repeat;
    background-size: contain;
    width: 4rem;
    height: 4.3rem;
}
.exh-item .icon3 {
    background: url(images/icon/icon3.png) no-repeat;
    background-size: contain;
    width: 4.5rem;
    height: 4.2rem;
}
.exh-item .icon4 {
    background: url(images/icon/icon4.png) no-repeat;
    background-size: contain;
    width: 5.1rem;
    height: 4.9rem;
}
.exh-item .icon5 {
    background: url(images/cate5.png) no-repeat;
    background-size: contain;
    width: 5.9rem;
    height: 3.7rem;
}
.exh-item .icon6 {
    background: url(images/cate6.png) no-repeat;
    background-size: contain;
    width: 5.9rem;
    height: 3.6rem;
}
div.intro-ul {
    transition: all .5s ease;
    position: relative;
    cursor: pointer;
}
.login-actions {
    font-size: 1.4rem;
    margin-left: 1rem;
    color: #fff;
}
.login-actions a.login-link {
    font-size: 1.4rem;
    text-decoration: none;
    color: rgba(255, 255, 255, .5);
}
div.intro-ul::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 0.3rem;
    height: 2.6rem;
    left: 0;
    top: 8.8rem;
    transition: all .3s ease;
}
div.intro-ul:hover::before {
    top: 5.6rem;
}
div.intro-ul .exh-item .icons {
    transition: all .3s ease;
}
div.intro-ul:hover .exh-item .icons {
    margin-top: 4.8rem;
}
a.exh-link {
    background: url(images/whitearrow.png) no-repeat;
    width: 3.5rem;
    height: 1rem;
    display: inline-block;
    position: absolute;
    left: 0rem;
    bottom: 5.9rem;
    visibility: hidden;
    transition: all .5s ease-in-out;
    background-size: contain;
}
.exh-item .intro-in {
    font-family: "serifcnMedium";
    font-size: 1.8rem;
    line-height: 200%;
    font-weight: normal;
}
div.intro-ul:hover a.exh-link {
    visibility: visible;
    left: 4.6rem;
    color: rgba(255, 255, 255, .4);
}
#extendedService ul {
    overflow: hidden;
}
#extendedService ul li {
    width: 30rem;
    height: 48.7rem;
    overflow: hidden;
    float: left;
}
#extendedService ul li:first-child {
    width: 60rem;
}
.picshow_tx {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 7.7rem;
    line-height: 7.7rem;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.picshow_tx ul {
    width: 80%;
}
.picshow_tx ul li {
    font-size: 2.2rem;
}
.picshow_tx ul li p {
    padding-left: 3.4rem;
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.picshow_tx .arrow {
    width: 19%;
}
.picshow_tx .arrow em {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.6rem;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.4rem;
}
.picshow_tx .arrow em.current {
    width: 2.8rem;
}
.picshow_tx .arrow em:last-child {
    margin-right: 0;
}
/*置顶效果*/
.effect-area {
    width: 9rem;
    height:auto;
    background: #fff;
    border: 1px solid #eee;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 999;
    display: none;
}
.effect-area>.effect-area>div {
    width: 100%;
    height: 9rem;
    font-size: 1.6rem;
    padding-top: 2rem;
    box-sizing: border-box;
    color: #6b7083;
    border-bottom: 0.1rem solid #eee;
    position:relative;
}
.effect-area>.effect-area>div:last-child {
    border-bottom: 0;
}
.effect-area>.effect-area>div img {
    display: inline-block;
}
.effect-area>.effect-area>div span {
    width: 100%;
    text-align: center;
    display: block;
}
.effect-area>.effect-area>div a{
    color:#6b7083;
}
.effect-area>.effect-area>div div.ambo{
    width:9rem;
    height:9rem;
    background:#fff;
    position:absolute;
    left:-10rem;
    top:0;
    display:flex;
    justify-content: center;
    align-items: center;
    display:none;
}
.effect-area>.effect-area>div div.ambo img{
    max-width:100%;
}
/*滚动切换样式*/
.wic-index-menu {
    position: fixed;
    top: 50%;
    left: 2rem;
    transform: translate(0%, -50%);
    z-index: 1000;
}
.wic-index-menu__item {
    position: relative;
    box-sizing: border-box;
    padding-bottom: 1.8rem;
}
.toggle-effect .wic-index-menu li.cur .wic-index-menu__box .wic-index-menu__sort {
    border-color: #fff;
    background-color: #00458a;
}
.toggle-effect .wic-index-menu li.cur .wic-index-menu__box .wic-index-menu__name {
    color: #00458a;
    background: rgba(255, 255, 255, .3);
    text-shadow: 0rem 0.1rem rgba(0, 0, 0, .1);
}
.wic-index-menu__item:last-child {
    padding-bottom: 0;
}
.wic-index-menu__item:last-child:after {
    content: none;
}
.wic-index-menu__item:after {
    content: "";
    position: absolute;
    top: 0.8rem;
    height: 100%;
    left: 0.2rem;
    width: 0.1rem;
    background-color: #b8b8b8;
}
.wic-index-menu__box {
    position: relative;
    padding-left: 2rem;
    box-sizing: border-box;
    min-height: 2rem;
    cursor: pointer;
    max-width: 13.2rem;
}
.wic-index-menu__box.is-active .wic-index-menu__sort, .wic-index-menu__box:hover .wic-index-menu__sort {
    border-color: #fff;
    background-color: #00458a;
}
.wic-index-menu__box.is-active .wic-index-menu__name, .wic-index-menu__box:hover .wic-index-menu__name {
    color: #00458a;
    background: rgba(255, 255, 255, .3);
    text-shadow: 0rem 0.1rem rgba(0, 0, 0, .1);
}
.wic-index-menu__sort {
    position: absolute;
    left:0;
    top: 50%;
    transform: translate(-20%,-50%);
    background-color: #FFF;
    border: 1px solid #b8b8b8;
    border-radius: 50%;
    box-sizing: border-box;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    z-index: 1;
}
.wic-index-menu__name {
    font-size: 1.4rem;
    text-shadow: 0.1rem 0.1rem rgba(0, 0, 0, .5);
    line-height: 2rem;
    padding: 0.5rem 0.8rem;
    border-radius: 0.8rem;
    border: 1px solid rgba(0, 69, 138, .5);
    background: rgba(0, 69, 138, .3);
    color: #fff;
}
.slideBox {
    height: 0rem;
}
.picshow_img .bd li {
    position: relative;
}
.picshow_img .bd li p {
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    font-size: 2.2rem;
    line-height: 120%;
    padding:1.6rem 0;
    position: absolute;
    right: 0rem;
    box-sizing: border-box;
    padding-left: 3.3rem;
}
.picshow_img .bd li p a {
    color: #fff;
}
.picshow_img .hd ul li {
    background: rgba(255, 255, 255, .5);
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    margin-right: 2rem;
    float: left;
    transition: all .3s ease;
}
.picshow_img .hd ul li.on {
    background: rgba(255, 255, 255, 1);
    width: 5rem;
}
.picshow_img .bd li img {
    width: 68.2rem;
    height: 54.7rem;
    object-fit: cover;
}
.picshow_img {
    position: relative;
}
.picshow_img .hd {
    position: absolute;
    right: 3rem;
    bottom: 3rem;
}
#extendedService li {
    width: 30rem !important;
    transition: width .5s ease-in;
}
#extendedService li.extend-active {
    width: 59rem !important;
}
.slider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.slides {
    height: auto;
   /* Simple clear fix */
    overflow: hidden;
   /** * Prevent blinking issue * Not tested. Experimental. */
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
   /** * Here is CSS transitions * responsible for slider animation in modern broswers */
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.slide {
    height: auto;
    float: left;
    clear: none;
}
.slide img{
    width: 100%;
}
.slider-arrow {
    position: absolute;
    display: block;
    margin-bottom: -2rem;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 2em;
    background-color: #333;
    background-color: rgba(50, 50, 50, .3);
    border-radius: 50%;
}
.slider-arrow--right {
    bottom: 50%;
    right: 3rem;
}
.slider-arrow--left {
    bottom: 50%;
    left: 3rem;
}
/* background:url(img/.png) no-repeat;
*/
.slider-nav {
    position: absolute;
    bottom: 3rem;
}
.slider-nav__item {
    background: rgba(255, 255, 255, .5);
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    margin-right: 2rem;
    float: left;
    transition: all .3s ease;
}
.slider-nav__item:hover {
    background: #ccc;
}
.slider-nav__item--current {
    background: #ccc;
    background: rgba(255, 255, 255, 1);
    width: 5rem;
}
.wic-index-menu__box .wic-index-menu__name {
    opacity: 0;
    transition: all .2s ease-in;
}
.wic-index-menu__item:hover .wic-index-menu__box .wic-index-menu__name{
    opacity: 1;
}
.la-ball-climbing-dot {
    width: 100%;
    height: auto;
    position:relative;
    overflow:hidden;
}
.la-ball-climbing-dot>img{
    max-width:100%;
}
.arrow{
    width:105.4rem;
    height:32.2rem;
    position:absolute;
    right:0;
    bottom:0;
}
.bannerArrow{
    width:105.4rem;
    height:13.8rem;
    background:url(../af-cloud/images/bannerArrow.png) no-repeat;
    opacity:0.8;
    position:absolute;
    left:5.8rem;
    bottom:-7.2rem;
    background-size:100% 100%;
    animation: climbing 5s linear infinite;
    animation-delay: 100ms;
}
.ring-con{
    width:100.5rem;
    height:85.5rem;
    position:absolute;
    top:0%;
    right:0;
}
.ring{
    width:45.9rem;
    height:47.3rem;
    background:url(../af-cloud/images/ring.png) no-repeat;
    background-size:100% 100%;
    animation: rotateRing 30s linear infinite;
    position:absolute;
    top:29rem;
    right:25rem;
}
.bannerLogo{
    width:23.8rem;
    height:27.7rem;
    background:url(../af-cloud/images/bannerLogo.png) no-repeat;
    background-size:100% 100%;
    position:absolute;
    top:39rem;
    right:34.8rem;
}
.smooth{
    width:100.5rem;
    height:85.5rem;
    background:url(../af-cloud/images/smooth.png) no-repeat;
    background-size:100% 100%;
    animation: smooth 90s linear infinite;
    position:absolute;
    top:8rem;
    right:5rem;
    opacity:0.9;
}
@keyframes climbing {
    0% {
        left:5.8rem;
        bottom:-7.2rem;
   }
    10%{
        width:105.2rem;
        height:13.8rem;
        left:5.8rem;
        bottom:0.6rem;
   }
    20%{
        width:89.7rem;
        height:9.5rem;
        left:14rem;
        bottom:9.9rem;
   }
    30%{
        width:75.2rem;
        height:6.8rem;
        left:20.5rem;
        bottom:16rem;
   }
    40%{
        width:61.7rem;
        height:4.5rem;
        left:28rem;
        bottom:20.7rem;
   }
    50% {
        width:53.4rem;
        height:3.8rem;
        left:31.8rem;
        bottom:23.8rem;
   }
    60%{
        width:47.3rem;
        height:3.2rem;
        left:35rem;
        bottom:26rem;
   }
    70%{
        width:42.2rem;
        height:2.6rem;
        left:37.5rem;
        bottom:27.7rem;
   }
    80%{
        width:38.6rem;
        height:2rem;
        left:39rem;
        bottom:29rem;
   }
    90%{
        width:35rem;
        height:1.4rem;
        left:41rem;
        bottom:31rem;
   }
    100% {
        bottom:100%;
        opacity:0;
   }
}
@keyframes smooth {
    0% {
        transform:scale(1) 
   }
    50% {
        transform:scale(1.05) 
   }
    100% {
        transform:scale(1) 
   }
}
@keyframes rotateRing {
    0% {
        transform:rotate(0deg);
   }
    50% {
        transform:rotate(180deg);
        opacity:0.5;
   }
    100% {
        transform:rotate(360deg);
   }
}
