.bannerBox { width: 100%; height: 100vh; }
.bannerBox .swiper-slide { width: 100%; height: calc(100vh - 90px); margin-top: 90px; text-align: center; font-size: 18px; background: #fff; overflow: hidden; }
.bannerBox .slide-inner { width: 100%; height: 100%; display: flex; align-items: center; }
.bannerBox .slide-inner i { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.bannerBox .slide-inner i img { width: 100%; height: 100%; }
.bannerBox .slide-inner video { width: auto; height: auto; min-height: 100%; min-width: 100%; object-fit: cover; }
.bannerBox .slide-inner .text { position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 100%; font-size: 58px; color: #fff; font-weight: bold; }
.bannerBox .slide-inner .text div { display: flex; justify-content: center; align-items: center; }
.bannerBox .slide-inner .text div span { visibility: hidden; position: relative; letter-spacing: 1px; }
.bannerBox .slide-inner .text div span::after { position: absolute; left: 0; top: 8%; width: 100%; height: 84%; background: #fff; opacity: 1; content: " "; }
.bannerBox .swiper-slide-active .slide-inner .text div span { visibility: visible; -webkit-animation-duration: 0.08s; animation-duration: 0.08s; animation-delay: 0.2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-timing-function: ease-out; -webkit-animation-timing-function: ease-out; -webkit-animation-name: opacity1; animation-name: opacity1; }
.bannerBox .swiper-slide-active .slide-inner .text div span::after { -webkit-animation-duration: 0.05s; animation-duration: 0.05s; animation-delay: 0.25s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-timing-function: ease-out; -webkit-animation-timing-function: ease-out; -webkit-animation-name: opacity0; animation-name: opacity0; }
.bannerBox .swiper-slide-active .slide-inner .text div:nth-child(1) span:nth-child(1) { animation-delay: 0.5s; }
.bannerBox .swiper-slide-active .slide-inner .text div:nth-child(1) span:nth-child(1)::after { animation-delay: 0.55s; }
.bannerBox .swiper-slide-active .slide-inner .text div:nth-child(1) span:nth-child(3) { animation-delay: 0.7s; }
.bannerBox .swiper-slide-active .slide-inner .text div:nth-child(1) span:nth-child(3)::after { animation-delay: 0.75s; }
.bannerBox .swiper-slide-active .slide-inner .text div:nth-child(1) span:nth-child(5) { animation-delay: 0.65s; }
.bannerBox .swiper-slide-active .slide-inner .text div:nth-child(1) span:nth-child(5)::after { animation-delay: 0.7s; }
.bannerBox .swiper-slide-active .slide-inner .text div:nth-child(1) span:nth-child(7) { animation-delay: 0.4s; }
.bannerBox .swiper-slide-active .slide-inner .text div:nth-child(1) span:nth-child(7)::after { animation-delay: 0.45s; }
.bannerBox .swiper-slide-active .slide-inner .text div:nth-child(1) span:nth-child(8) { animation-delay: 0.6s; }
.bannerBox .swiper-slide-active .slide-inner .text div:nth-child(1) span:nth-child(8)::after { animation-delay: 0.65s; }
.bannerBox .swiper-slide-active .slide-inner .text div:nth-child(1) span:nth-child(11) { animation-delay: 0.5s; }
.bannerBox .swiper-slide-active .slide-inner .text div:nth-child(1) span:nth-child(11)::after { animation-delay: 0.55s; }
.bannerBox .swiper-slide-active .slide-inner .text div:nth-child(1) span:nth-child(13) { animation-delay: 0.6s; }
.bannerBox .swiper-slide-active .slide-inner .text div:nth-child(1) span:nth-child(13)::after { animation-delay: 0.65s; }
.bannerBox .swiper-slide-active .slide-inner .text div:nth-child(1) span:nth-child(15) { animation-delay: 0.65s; }
.bannerBox .swiper-slide-active .slide-inner .text div:nth-child(1) span:nth-child(15)::after { animation-delay: 0.7s; }
.bannerBox .swiper-slide-active .slide-inner .text div:nth-child(1) span:nth-child(17) { animation-delay: 0.4s; }
.bannerBox .swiper-slide-active .slide-inner .text div:nth-child(1) span:nth-child(17)::after { animation-delay: 0.45s; }
.bannerBox .swiper-slide-active .slide-inner .text div:nth-child(1) span:nth-child(19) { animation-delay: 0.55s; }
.bannerBox .swiper-slide-active .slide-inner .text div:nth-child(1) span:nth-child(19)::after { animation-delay: 0.6s; }
.bannerBox .swiper-slide-active .slide-inner .text div:nth-child(2) span:nth-child(1) { animation-delay: 0.5s; }
.bannerBox .swiper-slide-active .slide-inner .text div:nth-child(2) span:nth-child(1)::after { animation-delay: 0.55s; }
.bannerBox .swiper-slide-active .slide-inner .text div:nth-child(2) span:nth-child(2) { animation-delay: 0.35s; }
.bannerBox .swiper-slide-active .slide-inner .text div:nth-child(2) span:nth-child(2)::after { animation-delay: 0.4s; }
.bannerBox .swiper-slide-active .slide-inner .text div:nth-child(2) span:nth-child(3) { animation-delay: 0.4s; }
.bannerBox .swiper-slide-active .slide-inner .text div:nth-child(2) span:nth-child(3)::after { animation-delay: 0.45s; }
.bannerBox .swiper-slide-active .slide-inner .text div:nth-child(2) span:nth-child(4) { animation-delay: 0.55s; }
.bannerBox .swiper-slide-active .slide-inner .text div:nth-child(2) span:nth-child(4)::after { animation-delay: 0.6s; }
.bannerBox .opacity0 { -webkit-animation-name: opacity0; animation-name: opacity0; }
@-webkit-keyframes opacity0 {  0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
@keyframes opacity0 {  0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
.bannerBox .opacity1 { -webkit-animation-name: opacity1; animation-name: opacity1; }
@-webkit-keyframes opacity1 {  0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@keyframes opacity1 {  0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.bannerBox .swiper-button-next, .bannerBox .swiper-button-prev { width: 62px; height: 62px; border-radius: 100%; opacity: 1; }
.bannerBox .swiper-button-next::after, .bannerBox .swiper-button-prev::after { opacity: 0; position: absolute; top: 0; width: 100%; height: 100%; content: " "; }
.bannerBox .swiper-button-next::before, .bannerBox .swiper-button-prev::before { transition: all 0.5s; transform: scale(0.5); opacity: 0; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #15499a; border-radius: 100%; content: " "; }
.bannerBox .swiper-button-prev { left: 5%; background: url(../images/icon_1.png) center no-repeat; }
.bannerBox .swiper-button-prev::after { left: 72px; background: url(../images/icon_1s.png) center no-repeat; }
.bannerBox .swiper-button-prev:hover::after { transition: all 0.5s; left: 0px; opacity: 1; }
.bannerBox .swiper-button-prev:hover::before { transform: scale(1); opacity: 1; }
.bannerBox .swiper-button-next { right: 5%; background: url(../images/icon_2.png) center no-repeat; }
.bannerBox .swiper-button-next::after { right: 72px; background: url(../images/icon_2s.png) center no-repeat; }
.bannerBox .swiper-button-next:hover::after { transition: all 0.5s; right: 0px; opacity: 1; }
.bannerBox .swiper-button-next:hover::before { transform: scale(1); opacity: 1; }
.bannerBox .swiper-container-horizontal > .swiper-pagination-bullets { bottom: 5%; }
.bannerBox .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { position: relative; opacity: 1; width: 37px; height: 37px; background: url(../images/icon_3.png) center no-repeat; }
.bannerBox .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::after { transition: all 0.5s; opacity: 0; transform: scale(0.5); position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/icon_3s.png) center; background-size: 100% 100%; content: " "; }
.bannerBox .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active { background: none; }
.bannerBox .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active::after { transition: all 0.5s; opacity: 1; transform: scale(1); }
.bannerBox .swiper-num { position: absolute; z-index: 2; right: 5%; bottom: 5%; color: #b8b8b8; font-size: 26px; padding-bottom: 5px; border-bottom: 2px solid #b8b8b8; }
.productBox { margin-top: 70px; }
.productTitle { display: flex; align-items: center; font-size: 26px; font-weight: bold; justify-content: space-between; }
.title { position: relative; }
.title:after { content: ''; position: absolute; width: 60px; height: 1px; background: #ccc; left: calc(100% + 20px); top: 50%; transform: translateY(-50%); }
.more { transition: all 0.5s; font-size: 14px; font-weight: bold; width: 190px; height: 50px; line-height: 50px; text-align: center; border-radius: 50px; position: relative; overflow: hidden; box-sizing: border-box; }
.more::after { transition: all 0.5s; position: absolute; right: 100%; top: -140%; width: 150%; height: 260%; transform: rotate(15deg); background: #164a9a; content: " "; }
.more:hover::after { right: -6px; }
.more p { color: #164a9a; position: relative; z-index: 1; border: 1px solid #164a9a; box-sizing: border-box; border-radius: 50px; height: 100%; }
.more:hover p { color: #fff; }
.productBtn { margin-top: 70px; }
.productBoxImg { display: flex; align-items: center; justify-content: space-between; }
.productList { position: relative; width: 48.8%; cursor: pointer; overflow: hidden; }
.productImg { height: 298px; background-size: cover!important; transform: scale(1); transition: all 0.5s; }
.productDevImg { height: 295px; background-size: cover!important; transform: scale(1); transition: all 0.5s; }
.productDevice { position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding-left: 40px; box-sizing: border-box; padding-top: 50px; padding-right: 40px; }
.listTitleEn { font-size: 38px; font-weight: bold; color: #ffffff; }
.listTitleCn { font-size: 28px; font-weight: bold; margin-top: 10px; color: #333; }
.productDevice { color: #fff; }
.rightBlack { color: #333; }
.right { background: url("../images/ico_right1.png") no-repeat; background-size: 100% 100%; width: 60px; height: 60px; position: absolute; bottom: 40px; }
.productList:hover .right { background: url("../images/rights.png") no-repeat; background-size: cover; }
.productList:hover .productImg, .productList:hover .productDevImg { transform: scale(1.1); transition: all 0.5s; }
.rightBlack .right { background: url("../images/rightblack.png") no-repeat; }
.listOther { width: 31.5%; }
.boxImg { margin-top: 30px; }
.boxImg .listTitleCn { font-size: 24px; }
.boxImg .right { width: 50px; height: 50px; background-size: 100% 100%; }
.programme { display: flex; align-items: center; }
.programmeList { font-size: 20px; margin-left: 25px; cursor: pointer; }
.programmeList.curr { color: #15499a; }
.programmeList:hover { color: #15499a; }
.newsBox { padding-bottom: 70px; }
.newsBox img { width: 100%; }
.newsBox .title { color: #000033; }
.newsSwiper { position: relative; overflow: hidden; padding-bottom: 45px; }
.newsSwiper .swiper-container { padding-bottom: 45px; }
.newsSwiper .swiper-pagination { bottom: 0!important; }
.newsSwiper .swiper-pagination-bullet { width: 10px; height: 10px; margin: 0 8px!important; background: #f1f1f1; opacity: 1; }
.newsSwiper .swiper-pagination-bullet-active { background: #1254a5; }
.listInfo { display: flex; margin-top: 10px; overflow: hidden; }
.newsList { margin-left: 25px; background: #f9f9f9; width: 100%; margin-top: 60px; }
.newsList:first-child, .newsList:nth-child(3n+1) { margin-left: 0; }
.newsListInfo { overflow: hidden; height: 280px; position: relative; }
.newsListImg { height: 100%; transform: scale(1); transition: all 0.5s; }
.newsStatus { background: #737e84; color: #fff; padding: 0 15px; height: 35px; line-height: 35px; text-align: center; position: absolute; top: 0; left: 0; }
.newsStatus.curr { background: #de202a; }
.newsBtn { padding: 30px 25px; overflow: hidden; height: 208px; box-sizing: border-box; }
.newsBtnTitle { font-size: 18px; color: #333; height: 60px; line-height: 30px; margin-top: 20px; overflow: hidden; text-overflow: ellipsis; display: -ms-box; -ms-line-clamp: 2; -ms-box-orient: vertical; display: -moz-box; -moz-line-clamp: 2; -moz-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -o-box; -o-line-clamp: 2; -o-box-orient: vertical; }
.serverTitle { height: 56px; line-height: 27; margin-bottom: 20px; }
.serverText { font-size: 18px; color: #333; height: 280px; line-height: 30px; }
.newsInfoPub { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.newsPub { display: flex; align-items: center; margin-top: 20px; width: 100%; }
.newsPub:first-child { margin-left: 0; margin-top: 0; }
.serverPub { display: flex; align-items: center; margin-bottom: 20px; }
.newsPubText { margin-left: 10px; color: #666666; font-size: 18px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.newsZpText { max-width: calc(100% - 34px); }
.newsRight { width: 50px; height: 50px; float: right; margin-top: 10px; display: none; }
.newsList:hover .newsListImg { transform: scale(1.1); transition: all 0.5s; }
.newsList:hover .newsBtnTitle { color: #15499a; }
.newsList:hover .newsRight { background: url('../images/rights.png') center no-repeat!important; background-size: 100% 100%!important; }
.footerBox { padding-top: 70px; background: #f1f1f1; margin-top: 80px; }
.recordBox { border-top: 1px solid #ccc; padding: 20px 0; }
.footerImg { padding-bottom: 60px; }
.footerImg img { width: 100%; }
.mapInfo { display: flex; justify-content: space-between; }
.mapImg { width: calc(100% - 311px); }
.mapImgList { display: none; }
.mapImgList.curr { display: block; }
.mapImgList img { width: 100%; }
.mapNav { width: 281px; height: 387px; background: url("../images/mapnav.png") no-repeat; background-size: cover; padding-top: 30px; box-sizing: border-box; }
.mapNavList { padding-left: 40px; font-size: 20px; color: #fff; line-height: 50px; position: relative; cursor: pointer; margin-top: 20px; }
.mapNavList.curr:before { content: ''; position: absolute; left: 0; width: 8px; height: 100%; background: #e62129; box-sizing: border-box; }
.accessList { width: 72.91%!important; min-width: 1200px!important; height: 500px!important; background-size: cover; display: flex; justify-content: space-between; }
.accessListSer { }
.accessListTree { }
.wirelessBox { margin-top: 20px; }
.wirelessBox .swiper-container { padding-bottom: 34px; }
.wireless { display: flex; justify-content: space-between; height: 110px!important; flex-direction: inherit!important; border-bottom: 1px solid #ccc; }
.wirelessList { width: auto!important; flex: 1; flex-shrink: inherit!important; height: 100% !important; display: flex; align-items: center; justify-content: center; position: relative; cursor: pointer; }
.wireCriBg { width: 10px; height: 11px; background: url("../images/cri.png") center no-repeat; background-size: cover!important; position: relative; }
.wirelessList.swiper-slide-thumb-active .wireCriBg { width: 11px; height: 11px; background: url("../images/cris.png") center no-repeat; background-size: cover!important; }
.wirelessList.swiper-slide-thumb-active .wireCriBg:before { content: ''; background: url(../images/indexcribgs.png) center no-repeat; background-size: cover; position: absolute; width: 25px; height: 25px; left: -7px; top: -6px; animation-duration: 1.6s; opacity: 1; -webkit-animation-name: hvr-ripple-out-j; animation-name: hvr-ripple-out-j; animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite; }
.wirelessList.swiper-slide-thumb-active .wireCriBg:after { content: ''; width: 39px; height: 39px; background: url(../images/indexcribg.png) center no-repeat; background-size: cover; position: absolute; left: -14px; top: -13px; animation-duration: 1.6s; opacity: 1; -webkit-animation-name: hvr-ripple-out-s; animation-name: hvr-ripple-out-s; animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite; }
@keyframes hvr-ripple-out-j {  0% {
 transform: scale(1);
 opacity: 1;
}
 100% {
 transform: scale(1.5);
 opacity: 0;
}
}
@keyframes hvr-ripple-out-s {  0% {
 transform: scale(1);
 opacity: 1;
}
 100% {
 transform: scale(1.5);
 opacity: 0;
}
}
.wirelessList:first-child:after { content: ''; position: absolute; left: 0; width: calc(50% - 28px); height: 28px; bottom: -14px; background: #fff; }
.wirelessList:last-child:after { content: ''; position: absolute; right: 0; width: calc(50% - 28px); height: 28px; bottom: -14px; background: #fff; }
.wirelessCri { width: 64px; height: 28px; display: flex; align-items: center; justify-content: center; position: absolute; bottom: -14px; left: 50%; transform: translateX(-50%); background: #fff; }
.accessInfo { width: 50%; height: 100%; padding: 0 115px; box-sizing: border-box; background: #225aab; display: flex; align-items: center; transition: all 0.5s; }
.sceneBanner { width: 50%; height: 100%; }
.accessTitle { font-size: 30px; color: #fff; display: flex; align-items: center; border-bottom: 1px solid #cdcdcd; }
.titleBold { position: relative; padding-bottom: 10px; }
.titleBold:after { content: ''; left: 0; bottom: -1px; width: 100%; height: 2px; /*background: #e62129;*/  position: absolute; }
.titleCont { font-size: 18px; margin-left: 20px; }
.accessContent { font-size: 18px; color: #fff; margin-top: 30px; line-height: 30px; height: 90px; }
.sceneInfo { display: flex; align-items: center; flex-wrap: wrap; margin-top: 60px; }
.writeRight { width: 60px; height: 60px; background: url("../images/writeright.png") center no-repeat; background-size: cover; }
.writeRight:hover { background: url("../images/writerights.png") center no-repeat; background-size: cover; }
.sceneList { display: flex; align-items: center; margin-top: 30px; }
.sceneList:nth-child(2n) { margin-left: 30px; }
.sceneText { font-size: 18px; color: #fff; margin-left: 20px; }
.accessBox { margin-top: 76px; position: relative; overflow: hidden; }
.he_syp1quk { width: 72.91%; min-width: 1200px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; display: flex; justify-content: space-between; align-items: center; }
.he_syp1qud { width: 64px; height: 64px; border-radius: 50%; box-shadow: 0px 0 10px rgb(0, 0, 0, 0.2); background: #fff; position: relative; transition: all 0.36s; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.bannerBox .he_syp1qudle { margin-left: 0; }
.bannerBox .he_syp1qudri { margin-right: 0; }
.he_syp1qudle { margin-left: -32px; }
.he_syp1qudri { margin-right: -32px; }
.he_syp1qud:hover { background: #15499a; }
.he_syp1qudle:hover .leftInfo { display: none; }
.he_syp1qudle:hover .leftInfo_1 { display: block; }
.he_syp1qudri:hover .rightInfo { display: none; }
.he_syp1qudri:hover .rightInfo_1 { display: block; }
.mySwiper .swiper-button-next { width: 64px; height: 64px; border-radius: 50%; box-shadow: 0px 4px 15px #000000; background: #fff; position: relative; transition: all 0.36s; }
.rightInfo_1 { display: none; }
.leftInfo_1 { display: none; }
.syInfo { display: flex; align-items: center; justify-content: center; }
.accessList::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.5); }
.swiper-slide-active.accessList::after { display: none; }
.swiper-slide-active.accessList .accessInfo { opacity: 1; transition: all 0.5s; }
.productInfoImg img { width: 100%; }
.aboutGx { margin-top: 70px; position: relative; }
.aboutCont { display: flex; margin-top: 70px; }
.aboutLightList { width: 33%; position: relative; }
.aboutLightList:hover .aboutPos { background: url("../images/aboutbghover.png") center no-repeat; background-size: cover; transition: all 0.5s; }
.aboutLightImg { height: 337px; }
.aboutLightImg span { width: 100%; height: 100%; background-position:center; background-repeat:no-repeat; background-size: cover!important; }
.aboutPos { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.1); display: flex; justify-content: center; align-items: center; }
.aboutPosBox { padding: 0 40px;/*margin-top: 125px;*/
}
.aboutLightIcon { width: 95px; margin: 0 auto; }
.aboutLightIcon img { width: 100%; }
.aboutLightText { text-align: center; color: #fff; font-size: 36px; line-height: 26px;/*margin-top: 85px;*/
}
.aboutContInfo { width: 50%; position: relative; }
.aboutLeft { width: calc(100% - 55px); position: relative; overflow: hidden; padding-bottom: 120px; }
.aboutContInfo .swiper-button-next { width: 80px; height: 80px; background: url(../images/rights.png) center no-repeat; background-size: cover; cursor: pointer; position: absolute; right: 12px; top: 42%; transform: translateY(-50%); }
.aboutContInfo .swiper-button-next:after { display: none; }
.aboutBox { position: relative; }
.aboutImgInfo { width: calc(100% - 55px); height: 100%; overflow: hidden; margin-left: 55px; }
.aboutBox.curr { display: block; }
.aboutBox:hover .aboutImg { transition: all 0.5s; transform: scale(1.1); }
.aboutImg { width: 100%; height: 460px!important; background-size: cover!important; display: flex; align-items: center; justify-content: flex-end; transition: all 0.5s; transform: scale(1); }
.aboutRightImg { width: 80px; height: 80px; background: url("../images/rights.png") center no-repeat; background-size: cover; cursor: pointer; position: absolute; right: -40px; top: 50%; transform: translateY(-50%); }
.aboutRight { width: 48%; }
.companyCont { height: 340px; }
.aboutList { display: flex; align-items: center; width: 100%; justify-content: space-between; cursor: pointer; padding: 10px 0; }
.aboutList:first-child { margin-top: 0; }
.aboutLine { width: 80px; height: 1px; background: #ccc; margin-left: 10px; }
.aboutListText { width: calc(100% - 110px); font-size: 18px; align-items: center; }
.aboutList.active .aboutListText { font-size: 22px; font-weight: bold; }
.aboutList.active .aboutListText span { }
.aboutList.active .aboutLine { background: #000; }
.aboutTextEn { width: 530px; font-size: 48px; color: #fff; height: 240px; font-weight: bold; position: absolute; left: 0; bottom: -120px; align-items: center; display: flex; }
.aboutShopText { display: none; }
.aboutShopText.curr { display: block; }
.aboutBtn { background: url("../images/aboutbg.png") center no-repeat; height: 240px; background-size: cover; margin-top: -240px; display: flex; align-items: center; }
.aboutBtn .w1400 { display: flex; justify-content: flex-end; }
.aboutLogo { position: absolute; right: 0; bottom: 225px; width: 40%; z-index: -1; }
.aboutLogo img { width: 100%; }
.aboutTextEnInfo { color: #fff; font-size: 20px; display: none; width: 48%; }
.aboutTextEnInfo.curr { display: block; }
.bannerTitle { font-size: 54px; color: #fff; text-align: left; font-weight: bold; }
.upAndDown .bannerTitle { text-align: center; }
.bannerTitle img { }
.swiper-slide-active .bannerTitle { animation-delay: 0.5s; animation-duration: 0.8s; animation-fill-mode: both; animation-name: fadeInUp; }
.bannerText { margin-top: 40px; font-size: 30px; color: #fff; text-align: left; }
.upAndDown .bannerText { text-align: center; }
.bannerText img { }
.swiper-slide-active .bannerText { animation-delay: 0.8s; animation-duration: 0.5s; animation-fill-mode: both; animation-name: fadeInUp; }
.readMore { margin-top: 70px; font-size: 16px; overflow: hidden; background: #fff; }
.upAndDown .bannerText { margin-top: 20px; }
.upAndDown .readMore { margin: 0 auto; margin-top: 30px; background: url("../images/border.png") no-repeat; background-size: cover; }
.upAndDown .readMore p { border: 1px solid #fff; }
.upAndDown .more::after { background: #fff; }
.upAndDown .more:hover p { color: #164a9a; }
.upAndDown .more p { color: #fff; }
.readWrite { border: none; }
.swiper-slide-active .readMore { animation-delay: 1s; animation-duration: 0.5s; animation-fill-mode: both; animation-name: fadeInUp; }
.bannerSlide { display: flex; justify-content: space-between; align-items: center; }
.banner_box { height: 100%; justify-content: center; align-items: flex-start; }
.banner_box .bannerTextLeft { width: 100%; }
.banner_box .bannerRightImg { width: 100%; margin: 0 auto; margin-top: 50px; animation-delay: 0.5s !important; }
.banner_box .bannerRightImg img { width: auto; margin: 0 auto; }
.banner_box .bannerText { text-align: center; letter-spacing: 20px; margin-top: 16px; color: #9d0606; font-size: 45px; animation-delay: 0.8s !important; }
.banner_box .bannerText p:last-child { display: none; }
.banner_box .readMore { margin: 0 auto; margin-top: 50px; }
.upAndDown .bannerSlide { display: block; }
.bannerRightImg { width: 45%; overflow: hidden; }
.swiper-slide-active .bannerRightImg { animation-delay: 1s; animation-duration: 0.8s; animation-fill-mode: both; animation-name: fadeInUp; }
.bannerRightImg img { width: 100%; display: block; }
.upAndDown .bannerRightImg { width: 100%; }
.upAndDown .bannerRightImg img { width: auto; margin: 0 auto; margin-top: 10px; }
.bannerTextLeft { width: 55%; }
.exhibition { width: 73%; }
.exhibition img { width: 100%; }
.upAndDown .bannerTextLeft { width: 100%; }
.upAndDown .bannerTitle img, .upAndDown .bannerText img { margin: 0 auto; }
.mobileMore, .productImgMobile, .accessInfoMobile, .mobileArrow { display: none; }
.productBoxImg .listOther:first-child { display: none; }
.productImgInfo { width: 100%; height: 100%; background-position:center; background-repeat:no-repeat; background-size: cover!important; }
.accessInfoPc { display: flex; }
.mobileImg { display: none!important; }
.mobileAboutImg { display: none!important; }
/*BannerThree*/
.readThree { background: transparent; }
.readThree p { color: #fff; border: 1px solid #fff; }
.readThree:hover p { color: #164a9a; }
.readThree::after { background: #fff; }

/*.swiperText .bannerTitle, .swiperText .bannerText{*/
/*  color: #2267d3;*/
/*}*/

@media (max-width: 1450px) {
.bannerTitle { font-size: 40px; }
.bannerText { font-size: 26px; }
.upAndDown .bannerRightImg img { max-width: 40%; }
.upAndDown .bannerTitle img, .upAndDown .bannerText img { max-width: 50%; }
.upAndDown .bannerTitle { font-size: 36px; }
.upAndDown .bannerText { font-size: 24px; }
.bannerRightImg { width: 40%; }
.bannerSlide { justify-content: center; }
.bannerTextLeft { width: 48%; }
}
.swiperSlideInfo { display: flex!important; justify-content: flex-end; }
.bannerSlideInfo { width: 64%; margin-right: 70px; }
.bannerSlideInfo .readMore { margin-left: 108px; margin-top: 70px; }
.bannerAddTitle { display: flex; justify-content: flex-end; }
.swiper-slide-active .bannerAddTitle { animation-delay: 0.8s; animation-duration: 0.8s; animation-fill-mode: both; animation-name: fadeInUp; }
.bannerAddTitle img { width: 100%; }
.bannerSlideInfoTow { width: 89.3%; margin: 0 auto; }
.bannerSlideInfoTow .readMore { margin: 0 auto; margin-top: 70px; }
.bannerAddTitleTow img { width: 100%; }
@media (max-width: 1400px) {
.upAndDown .bannerRightImg img { max-width: 25%; }
.upAndDown .bannerTitle { font-size: 34px; }
}
@media (max-width: 1200px) {
.bannerBox { height: 5rem; padding-top: 0.9rem; }
.bannerBox .swiper-slide { height: 5rem; margin-top: 0; }
.bannerSlide { min-width: auto; flex-wrap: wrap; display: initial; }
.bannerText img { width: 100%; }
.bannerText { margin-top: 0.2rem; }
.bannerRightImg img { width: 100% !important; }
.bannerBox .swiper-button-next, .bannerBox .swiper-button-prev, .bannerBox .swiper-num { display: none; }
.bannerTextLeft { width: 100%; }
.bannerTitle img { width: 100%; }
.exhibition .bannerTitle { width: 90%; margin-top:-0.5rem; }
.bannerRightImg { width: 4.54rem; margin: 0 auto; margin-top: 0.1rem; }
.upAndDown .bannerRightImg { width: 1.3rem; }
.pcMore { display: none; }
.more { width: 2.12rem; height: 0.55rem; line-height: 0.55rem; font-size: 0.26rem; }
.mobileMore { display: block; width: 2.12rem; height: 0.55rem; line-height: 0.55rem; font-size: 0.26rem; position: relative; color: #fff; border: 1px solid #fff; font-weight: bold; border-radius: 50px; margin: 0 auto; margin-top: 0.2rem; }
.mobileBlue { border: 1px solid #2267d3; color: #2267d3; }
.swiper-slide-active .mobileMore { animation-delay: 1s; animation-duration: 0.5s; animation-fill-mode: both; animation-name: fadeInUp; }
.bannerBox .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { width: 0.3rem; height: 0.3rem; background: url("../images/icon_3.png") no-repeat; background-size: 100% 100%; }
.bannerBox .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active { background: url(../images/icon_3s.png) center no-repeat; background-size: 100% 100%; }
.bannerBox .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active::after { display: none; }
.w1400 { width: 90%; min-width: auto; }
.productTitle { font-size: 0.44rem; }
.title:after { width: 0.6rem; left: calc(100% + 0.2rem); }
.productBox { margin-top: 0.7rem; }
.productBtn { margin-top: 0.7rem; }
.productBoxImgPc .productList { width: 48.8%; }
.productBoxImgPc .productList:last-child { /*display: none;*/ }
.boxImg { flex-wrap: wrap; margin-top: 0; }
.listOther { width: 48%; margin-top: 0.3rem; }
.productList .right { display: none; }
.productDevice { padding: 0.4rem 0.3rem 0 0.3rem; }
.listTitleEn { font-size: 0.3rem; }
.listTitleCn { display: none; }
.productBoxImg .listOther:first-child { display: block; }
.productImg { height: 3.5rem; }
.productImgPc { display: none; }
.productImgMobile { display: block; }
.boxImg .productImg { height: 2.58rem; }
.productBoxImg:hover .productImg { transform: scale(1); }
.wirelessBox { display: none; }
.accessList { width: 100% !important; min-width: auto!important; height: auto!important; display: inherit; }
.accessInfo { width: 100%; height: auto; padding: 0.4rem 0.3rem; }
.accessBox { padding: 0 5%; margin-top: 0.7rem; }
.sceneInfo { display: none; }
.sceneBanner { height: 4.4rem; width: 100%; }
.he_syp1quk { width: 100%; min-width: auto; }
.accessInfoPc { display: none; }
.accessInfoMobile { display: block; }
.accessTitle { font-size: 0.44rem; }
.titleBold { padding-bottom: 0.2rem; }
.accessContent { font-size: 0.28rem; margin-top: 0.3rem; line-height: 0.4rem; height: auto; -webkit-line-clamp: 4; }
.he_syp1qud { width: 0.9rem; height: 0.9rem; }
.he_syp1qudri { margin-right: 0; }
.he_syp1qudle { margin-left: 0; }
.pcArrow { display: none; }
.mobileArrow { display: block; width: 0.12rem; }
.he_syp1qud:hover { background: #fff; }
.he_syp1qudle:hover .leftInfo_1, .he_syp1qud:hover .rightInfo_1 { display: none; }
.listInfo { margin-top: 0.7rem; flex-wrap: wrap; }
.newsList { margin-left: 0; margin-top: 0; width: 100%; }
.newsSwiper .swiper-pagination { z-index: 1; }
.newsPubText { font-size: 0.28rem; margin-left: 0.2rem; }
.newsBtnTitle { font-size: 0.32rem; height: 0.84rem; line-height: 0.42rem; margin-top: 0.25rem; }
.newsRight { display: none; }
.newsPubImg { width: 0.35rem; }
.newsBtn { padding: 0.35rem; height: 3.2rem; }
.newsPubImg img { width: 100%; }
.newsSwiper { padding-bottom: 0.5rem; }
.newsSwiper .swiper-pagination-bullet { width: 0.2rem; height: 0.2rem; margin: 0 0.08rem!important; }
.newsListInfo { height: 4.35rem; }
.productBox { font-size: 0.24rem; }
.newsStatus { height: 0.55rem; line-height: 0.55rem; padding: 0 0.35rem; font-size: 0.28rem; }
.newsPub { margin-top: 0.3rem; }
.pcImg { display: none!important; }
.mobileBanner { width: 100%; height: 100%; }
.mobileImg { display: block!important; }
.pcAboutImg { display: none; }
.mobileAboutImg { display: block!important; }
.aboutCont { flex-wrap: wrap; margin-top: 0.4rem; justify-content: space-between; }
.aboutLightList { width: 100%; margin-top: 0.3rem; }
.aboutLightImg { height: 3.7rem; }
.aboutLightIcon { width: 1.15rem; }
.aboutPosBox { /*margin-top: 0.7rem;*/
padding: 0 0.2rem; }
.aboutLightText { /*margin-top: 0.5rem;*/
font-size: 0.5rem; line-height: 0.35rem; }
.aboutGx { margin-top: 0.6rem; }
.aboutLightList:hover .aboutPos { background: rgba(0,0,0,0.5); }
.newsBox { padding-bottom: 0.7rem; }
.more:hover p { color: #164a9a; }
.more::after { display: none; }
.upAndDown .bannerRightImg img { margin-top: 0; max-width: 100%; }
.newsZpText { max-width: calc(100% - 0.55rem); }
.bannerTitle { font-size: 0.36rem; line-height: 0.59rem; text-align: center; width: 4.54rem; margin: 0 auto; }
.bannerTitle span{ font-size: 0.36rem !important;}
.upAndDown .bannerTitle { font-size: 0.36rem; margin-top:0.5rem; }
.bannerText { font-size: 0.24rem; line-height: 0.44rem; text-align: center; }
.upAndDown .bannerText { font-size: 0.24rem; margin-top: 0.1rem; }
.bannerBox .slide-inner .text { font-size: 0.46rem; }
.swiper-slide-active .bannerAddTitle { animation-delay: 0.5s; }
.bannerSlideInfo { margin-right: 5%; }
.bannerSlideInfoTow { margin: 0 auto; }
.bannerAddTitleTow img { width: 4.64rem; margin: 0 auto; }
.banner_box .bannerText { font-size: 0.31rem; letter-spacing: 0.05rem; }
.banner_box .bannerText p:last-child { display: block; }
.banner_box .bannerText p:first-child { display: none; }
.banner_box .bannerRightImg { width: 70%; }
}
/*修改样式*/

.bannerSlideleft { justify-content: space-between; }
.bannerSlideleft .bannerRightImg { width: 26%; }
.bannerTit { width: 690px; text-align-last: justify; }
/*.slide-flex .exhibition {*/
/*    margin-left: 80px;*/
/*}*/
.bannerTxt .bannerTitle { font-size: 70px; }
 @media (max-width:1200px) {
.bannerTit { width: 5.9rem; margin: 0 auto; font-size: 0.3rem; margin-top: 0.15rem; }
.bannerBox .slide-flex { align-items: flex-start; }
.bannerSlideleft { margin-top: 1.1rem; }
.bannerTxt { display: flex; justify-content: center; }
.bannerTxt .bannerTitle { width: auto; margin: 0; font-size: 0.4rem; }
.bannerTxt .bannerTitle:last-child { margin-left: 0.3rem; }
.slide-flex .exhibition { margin-left: 0; }
.bannerSlideleft .bannerRightImg { width: 36%; }
}
