#index {
  background: #000;
}
#index .bannerTextIcon {
  width: 70.052vw;
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -35.026vw;
  height: 100%;
}
#index .bannerTextIcon .indexIcon li {
  position: absolute;
  display: none;
}
#index .bannerTextIcon .indexIcon li.imaging {
  top: 18%;
  left: 19%;
}
#index .bannerTextIcon .indexIcon li.hdr {
  top: 6%;
  left: 30%;
}
#index .bannerTextIcon .indexIcon li.ip {
  top: 0%;
  left: 45%;
}
#index .bannerTextIcon .indexIcon li.cloud {
  top: 6%;
  left: 59%;
}
#index .bannerTextIcon .indexIcon li.ai {
  top: 18%;
  left: 70%;
}
#index .bannerTextIcon .indexIcon li.newIcon1 {
  top: 18%;
  left: 19%;
}
#index .bannerTextIcon .indexIcon li.newIcon2 {
  top: 4%;
  left: 34%;
}
#index .bannerTextIcon .indexIcon li.newIcon3 {
  top: 4%;
  right: 34%;
}
#index .bannerTextIcon .indexIcon li.newIcon4 {
  top: 18%;
  right: 19%;
}
#index .bannerTextIcon .indexIcon li.newIcon5 {
  top: 55%;
  left: 30%;
}
#index .bannerTextIcon .indexIcon li.newIcon6 {
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
}
#index .bannerTextIcon .indexIcon li.newIcon7 {
  top: 55%;
  right: 30%;
}
#index .bannerTextIcon .indexIcon li img {
  width: 6.6666vw;
}
#index .bannerTextIcon h1 {
  position: absolute;
  top: 47%;
  width: 100%;
  text-align: center;
}
#index .bannerTextIcon h1 img {
  display: none;
  opacity: 0.8;
  filter: alpha(opacity=8);
  width: 10%;
}
#index .bannerTextIcon p {
  position: absolute;
  bottom: 3%;
  width: 100%;
  text-align: center;
}
#index .bannerTextIcon p img {
  display: none;
  opacity: 0.8;
  filter: alpha(opacity=8);
  width: 0;
}
#index .pageDown {
  animation-fill-mode: both;
  /*播放后的状态*/
  animation-iteration-count: infinite;
  /*动作循环的次数：infinite 无限循环*/
  animation-duration: 0.5s;
  /*动画时间*/
}
#index .pageDown:hover {
  animation-name: pageDown;
  /*动画的名称*/
  transform-origin: center bottom;
  /*设置动画旋转元素的基点为：居中靠下*/
  cursor: pointer;
}
@keyframes pageDown {
  0%,
  100% {
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    /*贝塞尔曲线 ： X1 Y1 X2 Y2*/
    transform: translate3d(0, 0, 0);
    /*设置只在Z轴上移动*/
  }
  50% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, 10px, 0);
  }
}
#index .swiper-container {
  width: 100%;
  height: 100%;
}
#index .swiper-wrapper {
  height: 90%;
}
#index .swiper-slide {
  text-align: center;
  font-size: 0.9375vw;
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
  /* background: #161616;    */
}
#index .swiper-pagination {
  position: static;
  margin-top: 10px;
}
#index .swiper-pagination-bullet {
  background: #ccc;
}
#index .swiper-pagination-bullet-active {
  background: #000;
}
#index .videoInfoPlay {
  position: absolute;
  left: 50%;
  top: 30%;
  margin-left: -400px;
  display: none;
  z-index: 11;
}
#index .videoFour {
  cursor: pointer;
}
#index .videoInfoPlay2 {
  position: absolute;
  left: 50%;
  top: 30%;
  margin-left: -400px;
  display: none;
  z-index: 11;
}
#index .videoInfoPlay3 {
  position: absolute;
  left: 50%;
  top: 30%;
  margin-left: -400px;
  display: none;
  z-index: 11;
}
#index .videoInfoPlay4 {
  position: absolute;
  left: 50%;
  top: 30%;
  margin-left: -400px;
  display: none;
  z-index: 11;
}
#index .videoplayIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
}
#index .heroSwiper .swiper-button-next {
  right: 2vw;
}
#index .heroSwiper .swiper-button-prev {
  left: 2vw;
}
#index .technologiesProducts .swiper-button-next {
  right: -60px;
}
#index .technologiesProducts .swiper-button-prev {
  left: -60px;
}
#networkedLive .liveContainer {
  padding: 0 16%;
}
#networkedLive .liveContainer.lightBlue {
  background: #dfe5ef;
}
#networkedLive .liveContainer.gray {
  background: #d9d9d9;
}
#networkedLive .header .banner .networkedLiveTop {
  background: #000;
  padding: 40px 0;
}
#networkedLive .header .banner .networkedLiveTop .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#networkedLive .header .banner .networkedLiveTop .container .networkedLiveTopText {
  flex: 1;
}
#networkedLive .header .banner .networkedLiveTop .container .networkedLiveTopText h3 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.25em;
}
#networkedLive .header .banner .networkedLiveTop .container .networkedLiveTopText p {
  color: #fff;
  font-size: 16px;
  line-height: 1.75em;
}
#networkedLive .header .banner .networkedLiveTop .container .networkedLiveTopImg {
  flex: 1;
  margin-left: 5vw;
}
#networkedLive .header .banner .networkedLiveTop .container .networkedLiveTopImg img {
  width: 100%;
}
#networkedLive .main .netWorkVideo {
  background: #fff;
}
#networkedLive .main .netWorkVideo h3 {
  text-align: center;
  padding: 80px 0;
  font-size: 28px;
}
#networkedLive .main .netWorkVideo .netWorkVideoDiv {
  text-align: center;
}
#networkedLive .main .netWorkVideo p {
  text-align: center;
  padding: 80px 0;
  font-size: 16px;
  color: #282c36;
}
#networkedLive .main .netWorkContent {
  background: #d9d9d9;
  padding: 80px 0;
  text-align: center;
}
#networkedLive .main .netWorkContent h4 {
  font-size: 28px;
  text-align: center;
  color: #282c36;
  margin-bottom: 15px;
}
#networkedLive .main .netWorkContent a {
  display: inline-block;
  font-size: 16px;
  padding: 12px 30px;
  color: #333;
  background: #ffd200;
  min-width: 120px;
}
#networkedLive .main .netWorkContent.block-dark {
  background-color: #2c3e50;
}
#networkedLive .main .netWorkContent.block-dark h4 {
  color: #fff;
}
#networkedLive .main .netWorkOptimised {
  background: #000;
  padding: 80px 0;
}
#networkedLive .main .netWorkOptimised h3 {
  font-size: 28px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
#networkedLive .main .netWorkOptimised p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px;
  color: #fff;
  text-align: center;
}
#networkedLive .main .netWorkOptimisedImg {
  font-size: 0;
}
#networkedLive .main .netWorkOptimisedImg img {
  width: 100%;
  display: block;
}
#networkedLive .main .newWorkNevion {
  background: #f3f6fb;
  padding: 80px 0;
  text-align: center;
}
#networkedLive .main .newWorkNevion h3 {
  font-size: 28px;
  text-align: center;
  color: #282c36;
  margin-bottom: 15px;
}
#networkedLive .main .newWorkNevion p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px;
  color: #282c36;
  text-align: center;
}
#networkedLive .main .newWorkNevion .newWorkNevionImg {
  margin: 30px 0;
}
#networkedLive .main .newWorkNevion .newWorkNevionImg img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
#networkedLive .main .newWorkNevion a {
  color: #0a5e9d;
  font-weight: 700;
  font-size: 16px;
}
#networkedLive .main .newWorkSPS {
  background: #fff;
  padding: 80px 0;
  text-align: center;
}
#networkedLive .main .newWorkSPS h3 {
  font-size: 28px;
  text-align: center;
  color: #282c36;
  margin-bottom: 15px;
}
#networkedLive .main .newWorkSPS .newWorkSPSDes {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px;
  color: #282c36;
  text-align: center;
  margin-bottom: 45px;
}
#networkedLive .main .newWorkSPS .newWorkSPSUl {
  display: flex;
  align-content: center;
  justify-content: space-between;
}
#networkedLive .main .newWorkSPS .newWorkSPSUl li {
  width: 31%;
}
#networkedLive .main .newWorkSPS .newWorkSPSUl li img {
  width: 100%;
}
#networkedLive .main .newWorkSPS .newWorkSPSUl li p {
  font-size: 24px;
  line-height: 30px;
}
#networkedLive .main .newWorkOrchestration {
  background: #fff;
  padding: 80px 0;
  text-align: center;
}
#networkedLive .main .newWorkOrchestration.gray {
  background: #d9d9d9;
}
#networkedLive .main .newWorkOrchestration.p20 {
  margin-top: -25px;
  padding-bottom: 20px;
  padding-top: 0;
}
#networkedLive .main .newWorkOrchestration.p0m80 {
  padding: 0;
  margin: 80px 0;
}
#networkedLive .main .newWorkOrchestration.p0m80 img {
  width: 100%;
}
#networkedLive .main .newWorkOrchestration h3 {
  font-size: 28px;
  text-align: center;
  color: #282c36;
  margin-bottom: 15px;
}
#networkedLive .main .newWorkOrchestration .note {
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  color: #282c36;
  margin-top: 35px;
  margin-bottom: 20px;
}
#networkedLive .main .newWorkOrchestration .newWorkOrchestrationDes {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px;
  color: #282c36;
  text-align: center;
}
#networkedLive .main .newWorkOrchestration .newWorkOrchestrationUl {
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding-top: 80px;
}
#networkedLive .main .newWorkOrchestration .newWorkOrchestrationUl li {
  width: 48%;
}
#networkedLive .main .newWorkOrchestration .newWorkOrchestrationUl li img {
  width: 100%;
}
#networkedLive .main .newWorkOrchestration .newWorkOrchestrationUl li h4 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 8px;
  margin-top: 20px;
  text-align: left;
}
#networkedLive .main .newWorkOrchestration .newWorkOrchestrationUl li p {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin: 0 0 10px;
  color: #282c36;
}
#networkedLive .main .newWorkOrchestration .newWorkOrchestrationUl li a {
  color: #0a5e9d;
  font-weight: 700;
}
#networkedLive .main .newWorkOrchestration .newWorkOrchestrationUl.textCenter {
  padding-top: 0;
}
#networkedLive .main .newWorkOrchestration .newWorkOrchestrationUl.textCenter li h4 {
  text-align: center;
}
#networkedLive .main .newWorkOrchestration .newWorkOrchestrationUl.textCenter li p {
  text-align: center;
}
#networkedLive .main .newWorkOrchestration .newWorkOrchestrationUl.threeUl li {
  width: 31%;
}
#networkedLive.m2-live .header .banner .networkedLiveTop {
  background: url(../images/Cloud-Switcher-page_hero_v2-2-1.png) no-repeat left top;
  background-size: cover;
  background-position: 50%;
}
#networkedLive.m2-live .header .banner .networkedLiveTop .container {
  height: 25.25vw;
  align-items: flex-start;
}
#networkedLive.m2-live .header .banner .networkedLiveTop .container .networkedLiveTopText {
  padding-top: 30px;
  text-align: center;
}
#networkedLive.m2-live .main #item06 {
  background: #c9d6ed;
}
#networkedLive.m2-live .main #item07 {
  background: #dfe5ef;
}
#networkedLive.m2-live .main .white {
  background: #fff !important;
}
#networkedLive.m2-live .main .bgproduction {
  background: url(../images/Editing_GUI_on_screen_sports_football_fullwidthbanner_3.jpg) no-repeat right top !important;
  background-size: cover;
}
#networkedLive.a2production .header .banner .networkedLiveTop {
  background: url(../images/Media-Analytics-Portal_Hero-Banner1.png) no-repeat left top;
  background-size: cover;
}
#networkedLive.a2production .header .banner .networkedLiveTop .container {
  height: 25.25vw;
}
#networkedLive.a2production .main .newWorkOrchestration {
  padding-top: 0;
  padding-bottom: 60px;
}
#networkedLive.a2production .main .aiRuleDiv img {
  display: block;
  width: 100%;
}
#networkedLive.a2production .main .aiRuleDiv .aiRuleDivOne {
  padding-bottom: 60px;
}
#networkedLive.a2production .main .aiRuleDiv .aiRuleDivTwo {
  padding-bottom: 60px;
  display: flex;
  margin: 0 -30px;
}
#networkedLive.a2production .main .aiRuleDiv .aiRuleDivTwo .aiRuleDivTwoDiv {
  padding: 0 30px;
  flex: 1;
}
#networkedLive.a2production .main .aiRuleDiv .aiRuleDivTwo .aiRuleDivTwoDiv h4 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 8px;
  margin-top: 20px;
  text-align: left;
}
#networkedLive.a2production .main .aiRuleDiv .aiRuleDivTwo .aiRuleDivTwoDiv p {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin: 0 0 10px;
  color: #282c36;
}
#networkedLive.a2production .main .aiRuleDiv .aiRuleDivThree {
  padding-bottom: 60px;
  display: flex;
  margin: 0 -30px;
}
#networkedLive.a2production .main .aiRuleDiv .aiRuleDivThree .aiRuleDivThreeDiv {
  padding: 0 30px;
  flex: 1;
}
#networkedLive.a2production .main .aiRuleDiv .aiRuleDivThree .aiRuleDivThreeDiv h4 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 8px;
  margin-top: 20px;
  text-align: left;
}
#networkedLive.a2production .main .aiRuleDiv .aiRuleDivThree .aiRuleDivThreeDiv p {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin: 0 0 10px;
  color: #282c36;
}
#networkedLive.sonynevion .header .banner .networkedLiveTop {
  background: url(../images/World_networks-hero_banner.jpg) no-repeat left top;
  background-size: cover;
}
#networkedLive.sonynevion .header .banner .networkedLiveTop .container {
  height: 25.25vw;
}
#esportsDiv .main .esportsGrey {
  background: #f6f6f6 !important;
}
#esportsDiv .main .esportsBlack {
  background: #000 !important;
}
#esportsDiv .main .esportsBlack h3 {
  color: #2289be !important;
}
#esportsDiv .main .esportsBlack p {
  color: #fff !important;
}
#esportsDiv .main .esportsBlack a {
  color: #fff !important;
}
#esportsDiv .main .esportsBlue {
  background: #dfe5ef !important;
}
#esportsDiv .main .esportsBlue h3 {
  color: #2289be !important;
}
#esportsDiv .main .esportsBlue p {
  color: #000 !important;
}
#esportsDiv .main .esportsBlue a {
  color: #000 !important;
}
#esportsDiv .main .esportsOptimised {
  background: #fff;
  padding: 80px 0;
}
#esportsDiv .main .esportsOptimised h3 {
  font-size: 28px;
  text-align: center;
  color: #000;
  margin-bottom: 15px;
}
#esportsDiv .main .esportsOptimised p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px;
  color: #000;
  text-align: center;
}
#esportsDiv .main .esportsVideo {
  padding-top: 80px;
}
#esportsDiv .main .esportsVideo video {
  width: 100%;
}
#esportsDiv .main .esportsDiv h2 {
  text-align: center;
  font-size: 28px;
  margin: 80px 0 15px 0;
}
#esportsDiv .main .esportsDiv .fourDiv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px -10px 40px;
}
#esportsDiv .main .esportsDiv .fourDiv .fourDivLi {
  width: 25%;
  padding: 0 10px;
  text-align: center;
}
#esportsDiv .main .esportsDiv .fourDiv .fourDivLi img {
  width: 100%;
}
#esportsDiv .main .esportsDiv .fourDiv .fourDivLi h3 {
  font-size: 24px;
  text-align: center;
}
#esportsDiv .main .esportsDiv .fourDiv .fourDivLi a {
  display: inline-block;
  font-size: 16px;
  color: #0a5e9d;
}
#esportsDiv .main .esportsDiv .twoDiv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px 80px;
}
#esportsDiv .main .esportsDiv .twoDiv .twoDivLi {
  width: 50%;
  padding: 0 10px;
  text-align: center;
}
#esportsDiv .main .esportsDiv .twoDiv .twoDivLi img {
  width: 100%;
}
#esportsDiv .main .esportsDiv .twoDiv .twoDivLi h3 {
  font-size: 24px;
  text-align: center;
}
#esportsDiv .main .esportsDiv .twoDiv .twoDivLi a {
  display: inline-block;
  font-size: 16px;
  color: #0a5e9d;
}
#esportsDiv .main .esportsDiv .threeDiv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px 80px;
}
#esportsDiv .main .esportsDiv .threeDiv .threeDivLi {
  width: 33.33%;
  padding: 0 10px;
  text-align: center;
}
#esportsDiv .main .esportsDiv .threeDiv .threeDivLi img {
  width: 100%;
}
#esportsDiv .main .esportsDiv .threeDiv .threeDivLi h3 {
  font-size: 24px;
  text-align: center;
}
#esportsDiv .main .esportsDiv .threeDiv .threeDivLi a {
  display: inline-block;
  font-size: 16px;
  color: #0a5e9d;
}
#esportsDiv .main .esportsDiv .note {
  font-size: 16px;
  text-align: center;
  margin-bottom: 80px;
}
#esportsDiv .main .esportsVideoTwo {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 80px;
}
#esportsDiv .main .esportsVideoTwo .esportsVideoDiv {
  width: 50%;
}
#esportsDiv .main .esportsVideoTwo .esportsVideoDiv .netWorkVideoDiv video {
  width: 100%;
}
#esportsDiv .main .esportsVideoTwo .esportsVideoTwoText {
  width: 48%;
  margin-left: 2%;
}
#esportsDiv .main .esportsVideoTwo .esportsVideoTwoText h3 {
  font-size: 28px;
  color: #000;
  margin-bottom: 15px;
}
#esportsDiv .main .esportsVideoTwo .esportsVideoTwoText p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px;
  color: #000;
}
#esportsDiv .main .esportsTwoDiv {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}
#esportsDiv .main .esportsTwoDiv .esportsTwoText {
  width: 50%;
}
#esportsDiv .main .esportsTwoDiv .esportsTwoText.right {
  width: 48%;
  margin-left: 2%;
}
#esportsDiv .main .esportsTwoDiv .esportsTwoText h3 {
  font-size: 28px;
  color: #000;
  margin-bottom: 15px;
}
#esportsDiv .main .esportsTwoDiv .esportsTwoText p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px;
  color: #000;
}
#esportsDiv .main .esportsTwoDiv .esportsTwoText a {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px;
  color: #0a5e9d;
}
#esportsDiv .main .esportsTwoDiv .esportsTwoImg {
  width: 48%;
  margin-left: 2%;
}
#esportsDiv .main .esportsTwoDiv .esportsTwoImg.left {
  width: 50%;
  margin: 0;
}
#esportsDiv .main .esportsTwoDiv .esportsTwoImg img {
  width: 100%;
}
#Live {
  background: #fff;
}
#Live .header .banner {
  position: relative;
}
#Live .header .banner .networkedLiveTop {
  position: absolute;
  display: flex;
  top: 50%;
  margin: 0 12vw;
  transform: translateY(-50%);
}
#Live .header .banner .networkedLiveTop .networkedLiveTopText {
  flex: 1;
  color: #fff;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
}
#Live .header .banner .networkedLiveTop .networkedLiveTopText h3 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.25em;
}
#Live .header .banner .networkedLiveTop .networkedLiveTopText p {
  color: #fff;
  font-size: 16px;
  line-height: 1.75em;
}
#Live .header .banner .networkedLiveTop .networkedLiveTopImg {
  flex: 1;
  margin-left: 5vw;
}
#Live .header .banner .networkedLiveTop .networkedLiveTopImg img {
  width: 100%;
}
#Live .liveContainer {
  padding: 0 16%;
}
#Live .liveContainer#item06 {
  background: #c9d6ed;
}
#Live .liveContainer#item07 {
  background: #dfe5ef;
}
#Live .liveContainer .liveSummary .quote {
  padding: 50px 0;
  color: #373a3c;
  font-size: 1.25vw;
  text-align: center;
  line-height: 1.75em;
  border-bottom: 1px solid #373a3c;
}
#Live .liveContainer .liveSummary .quote:before {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
  content: '';
  background: url(../images/icon-quote.png);
  width: 31px;
  height: 20px;
}
#Live .liveContainer .liveSummary .quote:after {
  display: inline-block;
  margin-left: 30px;
  content: '';
  background: url(../images/icon-quote.png);
  width: 31px;
  height: 20px;
}
#Live .liveContainer .liveSummary .quote.nc {
  border: 0;
  padding: 50px 0 25px 0;
}
#Live .liveContainer .liveSummary .ncLine {
  border-bottom: 1px solid #212324;
  color: #fff;
  text-align: center;
  font-size: 0.7291vw;
  padding: 0 0 25px 0;
}
#Live .liveContainer.black {
  background: #29292a !important;
}
#Live .liveContainer.black .LiveInfo p {
  color: #fff;
}
#Live .liveContainer.black .LiveInfo p a {
  color: #2289be;
}
#Live .liveContainer.white {
  background: #fff !important;
}
#Live .swiper-slide {
  width: 50%;
}
#Live .swiper-slide li img {
  border: 1px solid #333;
}
#Live .swiper-button-next {
  background: url(../images/icon-next.jpg);
}
#Live .swiper-button-prev {
  background: url(../images/icon-prev.jpg);
}
#Live .swiper-button-next:after,
#Live .swiper-button-prev:after {
  content: '';
}
#Live .swiper-button-disabled {
  display: none;
}
#Live.News .header {
  background: #fff;
}
#Live.News .newsHeader {
  /* margin-top:6.875vw; */
  margin-left: 5.7894vw;
  margin-right: 5.7894vw;
}
#Live.News .newsHeader p .ruturnPage {
  color: #2289be;
  font-size: 1.3541vw;
}
#Live.News .newsHeader h1 {
  font-size: 1.9791vw;
  color: #000;
  margin-top: 1.0416vw;
  line-height: 1.5;
}
#Live.News .newsHeader span {
  font-size: 1.3815vw;
  color: #a3a3a3;
}
#Live.News .newsContent {
  margin: 2.6041vw 5.7894vw;
  background: #f0f3f8;
  padding: 3.125vw 4.1666vw;
}
#Live.News .newsContent h4 {
  font-size: 1.5625vw;
  line-height: 1.75em;
  margin-bottom: 1.5vw;
}
#Live.News .newsContent .newLine {
  border: 1px dashed #a3a3a3;
  margin-bottom: 1.5vw;
}
#Live.News .newsContent p {
  color: #000;
  font-size: 0.9375vw;
  line-height: 1.75em;
  margin-bottom: 1.5vw;
}
#Live.News .newsContent p.img {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
#Live.News .newsContent p.img img {
  width: 100%;
}
#Live.News .newsContent p.h5 {
  font-size: 1.1458vw;
  line-height: 1.75em;
  margin-bottom: 1.5vw;
}
#Live.News .newsContent p a {
  color: #2289be;
}
#Live.News .newsContent ul {
  margin-bottom: 1.5vw;
}
#Live.News .newsContent ul li {
  color: #000;
  font-size: 0.9375vw;
  line-height: 1.75em;
}
#Live.News .newsContent .newsContentImg {
  text-align: center;
}
#Live.News .newsContent .newsContentImg img {
  width: 100%;
}
#Live.News .newsContent .newsContentImgAuto {
  text-align: center;
}
#Live.News .newsContent .newsContentImgAuto img {
  width: 100%;
  max-width: 1280px;
}
#item01 h3 {
  font-size: 2.6041vw;
  text-align: center;
  margin: 50px 0;
  color: #fff;
}
#item01 .liveBroadcastLeft {
  width: 100%;
  /* float: left; */
}
#item01 .liveBroadcastLeft .indexVideo1 {
  position: relative;
  cursor: pointer;
  height: 35vh;
  overflow: hidden;
}
#item02 {
  background: #fff;
  padding-bottom: 50px;
}
#item02 h3 {
  font-size: 2.6041vw;
  text-align: center;
  margin: 50px 0;
  color: #373a3c;
}
#item02 .technologiesProducts {
  margin: 0 5.7%;
  position: relative;
}
#item02 .technologiesProducts a {
  display: inline-block;
}
#item02 .technologiesProducts .indexProlist {
  background: #f2f4f9;
  margin: 0 10px;
  position: relative;
  height: 100%;
}
#item02 .technologiesProducts .indexProlist a {
  cursor: pointer;
  display: inline-block;
}
#item02 .technologiesProducts .indexProlist a div p {
  cursor: pointer;
}
#item02 .technologiesProducts .indexProlist .bottomImg {
  position: absolute;
  left: 0;
  bottom: 0;
}
#item02 .technologiesProducts .technologiesProductsTitle {
  font-size: 1.5625vw;
  color: #1b79a7;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 1.04166vw;
  padding-top: 1.92708vw;
}
#item02 .technologiesProducts .technologiesProductsInfo {
  font-size: 0.9375vw;
  color: #373a3c;
  text-align: center;
  line-height: 1.5em;
}
#item02 .technologiesProducts .technologiesProductsImg {
  text-align: center;
  max-width: 389px;
}
#item02 .technologiesProducts .swiper-container1 {
  overflow: hidden;
}
#item03 {
  background: #c4d2e5;
  padding-bottom: 50px;
}
#item03 h3 {
  font-size: 2.6041vw;
  text-align: center;
  margin: 50px 0;
  color: #000;
}
#item03 .solutionIndex {
  margin: 0 5.7%;
}
#item03 .solutionIndex li {
  float: left;
  position: relative;
}
#item03 .solutionIndex li a {
  display: inline-block;
}
#item03 .solutionIndex li p {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 1.25vw;
  color: #fff;
}
#item03 .newsIndex {
  margin: 0 5.7%;
}
#item03 .newsIndex .newsIndexDiv {
  background: #d7e6fc;
  padding: 25px;
}
#item03 .newsIndex .newsIndexDiv .newsIndexTime {
  font-size: 0.9375vw;
  color: #000;
  margin-bottom: 10px;
}
#item03 .newsIndex .newsIndexDiv .newsIndexInfo {
  font-size: 0.9375vw;
  color: #8892a1;
  line-height: 1.25em;
}
#item03 .newsIndex .newsIndexDiv .newsIndexInfo span {
  font-size: 1.3541vw;
  color: #000;
  line-height: 1.25em;
}
#item03 .newsIndex .newsIndexDiv .newsIndexLink {
  margin-top: 25px;
}
#item03 .newsIndex .newsIndexDiv .newsIndexLink a {
  font-size: 0.9375vw;
  color: #2289be;
}
#item04 .contentUsIndex {
  width: 100%;
  position: relative;
}
#item04 .contentUsIndex .contentUsIndexLink {
  position: absolute;
  top: 20%;
  right: 20%;
}
#item04 .contentUsIndex .contentUsIndexLink a {
  display: inline-block;
  font-size: 1.9791vw;
  padding: 15px 25px;
  color: #333;
  background: #ffd200;
  line-height: 1;
}
#item04 .contentUsIndex .contentUsIndexLink p {
  font-size: 1.0416vw;
  color: #cfcfcf;
  margin-top: 15px;
}
#index #item04 .contentUsIndex {
  padding: 0 0 0 0;
}
#item05 .videoIndexFooter {
  width: 67%;
  margin: 0 auto;
}
#item06 .LiveContainerImg {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-top: 60px;
  margin-bottom: 60px;
}
#item06 .LiveContainerImg img {
  width: 100%;
}
#item06 .LiveContainerInfo {
  float: right;
  width: 50%;
}
#item06 .LiveContainerInfo .videoInfo {
  margin-bottom: 20px;
  width: 99%;
}
#item06 .LiveContainerInfo .videoInfo li {
  float: left;
  width: 259px;
  cursor: pointer;
}
#item06 .LiveContainerInfo .videoInfo .videoInfoPlay {
  position: absolute;
  left: 50%;
  top: 30%;
  margin-left: -400px;
  display: none;
  z-index: 11;
}
#item06 .LiveContainerInfo .LiveInfo {
  margin: 60px 30px 40px 0;
}
#item06 .LiveContainerInfo .LiveInfo .PcContainerTitle {
  font-size: 1.4583vw;
  color: #2289be;
  margin-bottom: 20px;
}
#item06 .LiveContainerInfo .LiveInfo p {
  font-size: 0.9375vw;
  line-height: 1.75em;
  color: #373a3c;
}
#item06 .LiveContainerInfo .LiveInfo p a {
  color: #2289be;
}
#item06 .LiveContainerInfo .LiveInfo .leanMore {
  display: block;
  font-size: 0.9375vw;
  line-height: 1.75em;
  color: #2289be;
  margin-top: 20px;
  width: 50%;
  float: left;
}
#item06 .LiveContainerInfo .LiveInfo .downWhitepaper {
  display: block;
  font-size: 0.9375vw;
  line-height: 1.75em;
  color: #2289be;
  margin-top: 20px;
  width: 50%;
  float: left;
}
#item06 .LiveContainerInfo .LiveInfo .downWhitepaper:before {
  display: inline-block;
  content: '';
  background: url('../images/icon-download-WhitePaper.png');
  width: 24px;
  height: 21px;
  margin-right: 5px;
}
#item06 .briveContainerImg {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
#item06 .briveContainerImg img {
  width: 100%;
}
#item06 .briveContainerImg a {
  display: inline-block;
  font-size: 14px;
  margin-top: 6px;
  text-align: center;
  color: #000;
}
#item06 .briveContainerImg a.white {
  color: #fff;
}
#item06 .britvContainerInfo {
  float: right;
  width: 50%;
}
#item06 .britvContainerInfo .videoInfo {
  margin-bottom: 20px;
  width: 99%;
}
#item06 .britvContainerInfo .videoInfo li {
  float: left;
  width: 259px;
  cursor: pointer;
}
#item06 .britvContainerInfo .videoInfo .videoInfoPlay {
  position: absolute;
  left: 50%;
  top: 30%;
  margin-left: -400px;
  display: none;
  z-index: 11;
}
#item06 .britvContainerInfo .britvInfo {
  margin: 60px 30px 40px 0;
}
#item06 .britvContainerInfo .britvInfo .PcContainerTitle {
  font-size: 1.4583vw;
  color: #2289be;
  margin-bottom: 20px;
}
#item06 .britvContainerInfo .britvInfo p {
  font-size: 0.9375vw;
  line-height: 1.75em;
  color: #373a3c;
}
#item06 .britvContainerInfo .britvInfo p a {
  color: #2289be;
}
#item06 .britvContainerInfo .britvInfo .leanMore {
  display: block;
  font-size: 0.9375vw;
  line-height: 1.75em;
  color: #2289be;
  margin-top: 20px;
  width: 50%;
  float: left;
}
#item06 .britvContainerInfo .britvInfo .downWhitepaper {
  display: block;
  font-size: 0.9375vw;
  line-height: 1.75em;
  color: #2289be;
  margin-top: 20px;
  width: 50%;
  float: left;
}
#item06 .britvContainerInfo .britvInfo .downWhitepaper:before {
  display: inline-block;
  content: '';
  background: url('../images/icon-download-WhitePaper.png');
  width: 24px;
  height: 21px;
  margin-right: 5px;
}
#item07 {
  background: #fff;
}
#item07 .LiveContainerImg {
  float: right;
  width: 48%;
  margin-left: 2%;
  margin-top: 60px;
  margin-bottom: 60px;
}
#item07 .LiveContainerImg img {
  width: 100%;
}
#item07 .LiveContainerInfo {
  float: left;
  width: 50%;
}
#item07 .LiveContainerInfo .videoInfo {
  margin-bottom: 20px;
  width: 99%;
}
#item07 .LiveContainerInfo .videoInfo li {
  float: left;
  width: 259px;
  cursor: pointer;
}
#item07 .LiveContainerInfo .videoInfo .videoInfoPlay {
  position: absolute;
  left: 50%;
  top: 30%;
  margin-left: -400px;
  display: none;
  z-index: 11;
}
#item07 .LiveContainerInfo .LiveInfo {
  margin: 60px 30px 40px 0;
}
#item07 .LiveContainerInfo .LiveInfo .PcContainerTitle {
  font-size: 1.4583vw;
  color: #2289be;
  margin-bottom: 20px;
}
#item07 .LiveContainerInfo .LiveInfo p {
  font-size: 0.9375vw;
  line-height: 1.75em;
  color: #373a3c;
}
#item07 .LiveContainerInfo .LiveInfo p a {
  color: #2289be;
}
#item07 .LiveContainerInfo .LiveInfo .leanMore {
  display: block;
  font-size: 0.9375vw;
  line-height: 1.75em;
  color: #2289be;
  margin-top: 20px;
  width: 50%;
  float: left;
}
#item07 .LiveContainerInfo .LiveInfo .downWhitepaper {
  display: block;
  font-size: 0.9375vw;
  line-height: 1.75em;
  color: #2289be;
  margin-top: 20px;
  position: relative;
  padding-left: 25px;
  width: 50%;
  float: left;
}
#item07 .LiveContainerInfo .LiveInfo .downWhitepaper:before {
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  content: '';
  background: url('../images/icon-download-WhitePaper.png');
  width: 24px;
  height: 21px;
}
#item07 .britvContainerImg {
  float: right;
  width: 48%;
  margin-left: 2%;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
#item07 .britvContainerImg img {
  width: 100%;
}
#item07 .britvContainerImg a {
  display: inline-block;
  font-size: 14px;
  margin-top: 6px;
  text-align: center;
  color: #000;
}
#item07 .britvContainerImg a.white {
  color: #fff;
}
#item07 .britvContainerInfo {
  float: left;
  width: 50%;
}
#item07 .britvContainerInfo .videoInfo {
  margin-bottom: 20px;
  width: 99%;
}
#item07 .britvContainerInfo .videoInfo li {
  float: left;
  width: 259px;
  cursor: pointer;
}
#item07 .britvContainerInfo .videoInfo .videoInfoPlay {
  position: absolute;
  left: 50%;
  top: 30%;
  margin-left: -400px;
  display: none;
  z-index: 11;
}
#item07 .britvContainerInfo .britvInfo {
  margin: 60px 30px 40px 0;
}
#item07 .britvContainerInfo .britvInfo .PcContainerTitle {
  font-size: 1.4583vw;
  color: #2289be;
  margin-bottom: 20px;
}
#item07 .britvContainerInfo .britvInfo p {
  font-size: 0.9375vw;
  line-height: 1.75em;
  color: #373a3c;
}
#item07 .britvContainerInfo .britvInfo p a {
  color: #2289be;
}
#item07 .britvContainerInfo .britvInfo .leanMore {
  display: block;
  font-size: 0.9375vw;
  line-height: 1.75em;
  color: #2289be;
  margin-top: 20px;
  width: 50%;
  float: left;
}
#item07 .britvContainerInfo .britvInfo .downWhitepaper {
  display: block;
  font-size: 0.9375vw;
  line-height: 1.75em;
  color: #2289be;
  margin-top: 20px;
  position: relative;
  padding-left: 25px;
  width: 50%;
  float: left;
}
#item07 .britvContainerInfo .britvInfo .downWhitepaper:before {
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  content: '';
  background: url('../images/icon-download-WhitePaper.png');
  width: 24px;
  height: 21px;
}
#item08 {
  padding-bottom: 50px;
}
#item08 h3 {
  font-size: 2.6041vw;
  text-align: center;
  margin: 50px 0;
  color: #fff;
}
#item08 .liveBroadcastRight {
  margin: 0 5.7%;
  /* float: right; */
}
#item08 .liveBroadcastRight .LiveDiv {
  position: relative;
}
#item08 .liveBroadcastRight .LiveDiv .LiveContent {
  position: absolute;
  top: 40%;
  width: 100%;
  margin: 0 auto;
}
#item08 .liveBroadcastRight .LiveDiv .LiveContent .LiveContentCenter {
  text-align: center;
}
#item08 .liveBroadcastRight .LiveDiv .LiveContent .LiveContentCenter .LiveTime {
  display: inline-block;
  font-size: 1.0416vw;
  color: #fff;
  line-height: 1.75em;
  border: 3px solid #2d3d48;
  padding: 0 10px;
  background: #2b2b2b;
}
#item08 .liveBroadcastRight .LiveDiv .LiveContent .LiveContentCenter .LiveTime.LiveIng {
  border: 3px solid #891713;
}
#item08 .liveBroadcastRight .LiveDiv .LiveContent .LiveTitle {
  text-align: center;
  font-size: 1.5625vw;
  color: #fff;
  line-height: 1.25em;
  padding: 10px;
}
#item08 .liveBroadcastRight .LiveDiv .LiveContent .LiveTitle a {
  color: #fff;
  cursor: pointer;
}
#item08 .liveBroadcastRight .LiveDiv .LiveContent .zhiboVideoTitle {
  cursor: pointer;
}
#item09 {
  background: #fff;
  padding-bottom: 50px;
}
#item09 h3 {
  font-size: 2.6041vw;
  text-align: center;
  margin: 50px 0;
  color: #000;
}
#item09 .solutionIndex {
  margin: 0 5.7%;
}
#item09 .solutionIndex li {
  float: left;
  position: relative;
}
#item09 .solutionIndex li p {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 1.25vw;
  color: #fff;
}
#item09 .newsIndex {
  margin: 0 5.7%;
}
#item09 .newsIndex .newsIndexDiv {
  background: #d7e6fc;
  padding: 25px;
}
#item09 .newsIndex .newsIndexDiv .newsIndexTime {
  font-size: 0.9375vw;
  color: #000;
  margin-bottom: 10px;
}
#item09 .newsIndex .newsIndexDiv .newsIndexInfo {
  font-size: 0.9375vw;
  color: #8892a1;
  line-height: 1.25em;
}
#item09 .newsIndex .newsIndexDiv .newsIndexInfo span {
  font-size: 1.3541vw;
  color: #000;
  line-height: 1.25em;
}
#item09 .newsIndex .newsIndexDiv .newsIndexLink {
  margin-top: 25px;
}
#item09 .newsIndex .newsIndexDiv .newsIndexLink a {
  font-size: 0.9375vw;
  color: #2289be;
}
#contentus {
  background: #000;
  color: #8a8a8a;
}
#contentus .contentUsContainer {
  margin: 0 19%;
}
#contentus .contentUsContainer .tishi {
  padding: 0 150px;
  color: #626262;
  font-size: 0.9375vw;
  margin: 20px 0;
}
#contentus .contentUsContainer .form-item-option {
  margin-bottom: 25px;
}
#contentus .contentUsContainer .form-item-option span {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  padding-left: 20px;
  min-width: 124px;
  text-align: justify;
  text-align-last: justify;
}
#contentus .contentUsContainer .form-item-option span:before {
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  margin-right: 10px;
  content: '*';
  color: #259ad9;
}
#contentus .contentUsContainer .form-item-option input {
  border: 1px solid #434343;
  background: #1b1b1b;
  font-size: 0.9375vw;
  padding: 3px;
  max-width: 50vw;
  width: 100%;
}
#contentus .contentUsContainer .form-item-option textarea {
  border: 1px solid #434343;
  background: #1b1b1b;
  max-width: 50vw;
  margin-left: 150px;
  margin-top: 20px;
  font-size: 0.9375vw;
  padding: 7px;
  width: 100%;
}
#contentus .contentUsContainer .form-item-option select {
  border: 1px solid #434343;
  background: #1b1b1b;
  max-width: 50vw;
  margin-left: 150px;
  margin-top: 20px;
  font-size: 0.9375vw;
  padding: 7px;
  width: 100%;
}
#contentus .contentUsContainer .form-item-option .radioCall {
  padding: 0 0 0 150px;
}
#contentus .contentUsContainer .form-item-option .radioCall li {
  color: #e9e9e9;
  position: relative;
  flex: 1 1 auto;
  display: inline-block;
  font-size: 0.9375vw;
  padding-left: 30px;
  margin: 0 0px 20px 0;
  width: 33%;
  vertical-align: text-top;
}
#contentus .contentUsContainer .form-item-option .radioCall li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  margin-right: 10px;
  content: '';
  background: url(../images/icon-contentUs-radio.png);
  width: 1vw;
  height: 1vw;
  background-size: 100%;
}
#contentus .contentUsContainer .form-item-option .radioCall li.active:before {
  background: url(../images/icon-contentUs-radio-cur.png);
  background-size: 100%;
}
#contentus .contentUsContainer .form-item-option .checkboxRelated {
  padding: 0 0 0 150px;
  margin-top: 20px;
}
#contentus .contentUsContainer .form-item-option .checkboxRelated li {
  color: #e9e9e9;
  position: relative;
  flex: 1 1 auto;
  display: inline-block;
  font-size: 0.9375vw;
  padding-left: 30px;
  margin: 0 0px 20px 0;
  width: 9.8958vw;
}
#contentus .contentUsContainer .form-item-option .checkboxRelated li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  margin-right: 10px;
  content: '';
  background: url(../images/icon-contentUs-checkbox.png);
  width: 1vw;
  height: 1vw;
  background-size: 100%;
}
#contentus .contentUsContainer .form-item-option .checkboxRelated li.active:before {
  background: url(../images/icon-contentUs-checkbox-cur.png);
  background-size: 100%;
}
#contentus .contentUsContainer .form-item-button-middle {
  text-align: center;
}
#contentus .contentUsContainer .form-item-button-middle .form-item-button {
  padding: 15px 55px;
  background: #2289be;
  font-size: 0.9375vw;
  color: white;
  border: 0;
}
#britvInfo .header .banner {
  position: relative;
}
#britvInfo .britvContainer {
  padding: 0 16%;
}
#britvInfo .britvContainer#item06 {
  background: #c9d6ed;
}
#britvInfo .britvContainer#item07 {
  background: #dfe5ef;
}
#britvInfo .britvContainer.black {
  background: #29292a !important;
}
#britvInfo .britvContainer.black .britvInfo p {
  color: #fff;
}
#britvInfo .britvContainer.black .britvInfo p a {
  color: #2289be;
}
#britvInfo .britvContainer.white {
  background: #fff !important;
}
#britvInfo #jieshao .jieshaoButton {
  display: flex;
  justify-content: center;
}
#britvInfo #jieshao .jieshaoButton a {
  display: inline-block;
  font-size: 16px;
  padding: 15px 25px;
  color: #333;
  background: #ffd200;
  margin: 0 10px;
  font-weight: bold;
}
#britvInfo #jieshao .jieshaoButton a.black {
  color: #Fff;
  background: #1b1b1b;
}
#britvInfo #jiaotong .britvContainerImg {
  margin-top: 10%;
}
#britvInfo #jiaotong .jtLearnMore {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 15px 25px;
  background: transparent;
  margin: 20px 10px 0;
  font-weight: bold;
  border: 1px solid #fff;
  color: #fff;
}
#britvInfo #jiaotong .jtLearnMore.black {
  color: #Fff;
  background: #1b1b1b;
}
#britvInfo #jiaotong .jtLearnMoreDiv {
  display: none;
}
#britvInfo #News .newsLearnMore {
  text-align: center;
  margin-top: 10px;
}
#britvInfo #News .newsLearnMore a {
  display: inline-block;
  font-size: 16px;
  padding: 15px 25px;
  color: #333;
  background: #ffd200;
  margin: 0 10px;
  font-weight: bold;
}
#britvInfo #News .newsLearnMore a.black {
  color: #Fff;
  background: #1b1b1b;
}
#britvInfo #News .newsList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#britvInfo #News .newsList li {
  width: calc(25% - 20px);
  margin: 0 10px;
}
#britvInfo #News .newsList li a {
  display: inline-block;
  font-size: 18px;
  color: #1b79a7;
}
#britvInfo #News .newsList li img {
  width: 100%;
}
#britvInfo #News .britvContainerInfo .britvInfo {
  margin-right: 0;
}
#britvInfo #britvNewsList .newsList {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
#britvInfo #britvNewsList .newsList li {
  border: 1px solid #D8D8D8;
  padding: 10px;
  width: 100%;
  padding: 1.5625vw;
  margin-bottom: 1.0416vw;
}
#britvInfo #britvNewsList .newsList li a {
  display: flex;
}
#britvInfo #britvNewsList .newsList li a .newsImg {
  width: 30%;
}
#britvInfo #britvNewsList .newsList li a .newsImg img {
  width: 100%;
}
#britvInfo #britvNewsList .newsList li a .newsInfo {
  width: calc(70% - 20px);
  margin-left: 20px;
}
#britvInfo #britvNewsList .newsList li a .newsInfo.allP {
  width: 100%;
}
#britvInfo #britvNewsList .newsList li a .newsInfo .newsTitle {
  margin-bottom: 20px;
  font-size: 20px;
}
#britvInfo #britvNewsList .newsList li a .newsInfo .newsDes {
  margin-bottom: 20px;
  font-size: 18px;
  color: #999999;
  cursor: pointer;
}
#britvInfo #britvNewsList .newsList li a .newsInfo .newsDate {
  margin-bottom: 16px;
  font-size: 14px;
  text-align: left;
  color: #999999;
  cursor: pointer;
}
#britvInfo #britvNewsList .pagerDiv {
  margin-top: 2.34375vw;
}
#britvInfo #britvNewsList .pagerDiv .pager {
  display: flex;
  align-content: center;
  justify-content: center;
}
#britvInfo #britvNewsList .pagerDiv .pager .prevBtn {
  color: #999999;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#britvInfo #britvNewsList .pagerDiv .pager .pagerDivNum {
  margin: 0 2.03125vw;
  display: flex;
}
#britvInfo #britvNewsList .pagerDiv .pager .pagerDivNum li {
  color: #9C9C9C;
  font-size: 14px;
  padding: 0.3125vw 0.4166vw;
  background: #fff;
  cursor: pointer;
}
#britvInfo #britvNewsList .pagerDiv .pager .pagerDivNum li.cur {
  color: #fff;
  background: #004FEC;
}
#britvInfo #britvNewsList .pagerDiv .pager .nextBtn {
  color: #999999;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#britvInfo #britvNewsList .britvContainerInfo .britvInfo {
  margin-right: 0;
}
#britvInfo.News .header {
  background: #fff;
}
#britvInfo.News .newsHeader {
  /* margin-top:6.875vw; */
  margin: 20px 16%;
}
#britvInfo.News .newsHeader p .ruturnPage {
  color: #2289be;
  font-size: 20px;
}
#britvInfo.News .newsHeader h1 {
  font-size: 24px;
  color: #000;
  margin-top: 20px;
  line-height: 1.5;
}
#britvInfo.News .newsHeader span {
  font-size: 20px;
  color: #a3a3a3;
}
#britvInfo.News .newsContent {
  background: #f0f3f8;
  padding: 18px 16%;
}
#britvInfo.News .newsContent h4 {
  font-size: 1.5625vw;
  line-height: 1.75em;
  margin-bottom: 1.5vw;
}
#britvInfo.News .newsContent p {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#britvInfo.News .newsContent p.img {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
#britvInfo.News .newsContent p.img img {
  width: 100%;
}
#britvInfo.News .newsContent ul {
  margin-bottom: 1.5vw;
}
#britvInfo.News .newsContent ul li {
  color: #000;
  font-size: 1.1458vw;
  line-height: 1.75em;
}
#britvInfo.News .newsContent .newsContentImg {
  text-align: center;
}
#britvInfo.News .newsContent .newsContentImg img {
  width: 100%;
}
#britvInfo.News .newsContent .newsContentImgAuto {
  text-align: center;
}
#britvInfo.News .newsContent .newsContentImgAuto img {
  width: 100%;
  max-width: 1280px;
}
#britvInfo .exhibitionAreaImg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#britvInfo .exhibitionAreaImg .exhibitionAreaImgList {
  width: 80%;
  text-align: center;
  margin-bottom: 20px;
}
#britvInfo .exhibitionAreaImg .exhibitionAreaImgList .exhibitionAreaImgListDiv {
  display: flex;
  align-items: center;
}
#britvInfo .exhibitionAreaImg .exhibitionAreaImgList .exhibitionAreaImgListDiv .exhibitionAreaImgListDivImg {
  width: 70%;
}
#britvInfo .exhibitionAreaImg .exhibitionAreaImgList .exhibitionAreaImgListDiv .exhibitionAreaImgListDivText {
  width: 30%;
}
#britvInfo .exhibitionAreaImg .exhibitionAreaImgList .exhibitionAreaImgListDiv .exhibitionAreaImgListDivText p {
  text-align: left;
  padding: 0 20px;
  font-size: 16px;
}
#britvInfo .exhibitionAreaImg .exhibitionAreaImgList .exhibitionAreaImgListDiv .exhibitionAreaImgListDivText ul {
  display: flex;
  flex-wrap: wrap;
}
#britvInfo .exhibitionAreaImg .exhibitionAreaImgList .exhibitionAreaImgListDiv .exhibitionAreaImgListDivText ul li {
  width: 100%;
  text-align: left;
  padding: 0 0 0 20px;
}
#britvInfo .exhibitionAreaImg .exhibitionAreaImgList .exhibitionAreaImgListDiv .exhibitionAreaImgListDivText ul li a {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  color: #2289be;
}
#britvInfo .exhibitionAreaImg a {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #2289be;
}
#britvInfo .exhibitionAreaImg span {
  font-size: 16px;
  color: #000;
  width: 100%;
  text-align: center;
  display: inline-block;
}
.side-nav {
  position: fixed;
  top: 50%;
  right: -8.85416vw;
  transform: translateY(-50%);
  width: 8.85416vw;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.63);
  z-index: 5;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.side-nav.expand {
  right: 0;
}
.side-nav.expand .handle-nav .handle-text.nav-close {
  display: block;
}
.side-nav.expand .handle-nav .handle-text.nav-open {
  display: none;
}
.side-nav .handle-nav {
  position: absolute;
  top: 50%;
  left: -2.1875vw;
  transform: translateY(-50%);
  cursor: pointer;
  line-height: 1;
}
.side-nav .handle-nav img {
  width: 2.1875vw;
}
.side-nav .handle-nav .handle-text {
  font-size: 0.9375vw;
  color: #d0d0d0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  writing-mode: tb;
  white-space: nowrap;
  letter-spacing: 3px;
}
.side-nav .handle-nav .handle-text.nav-close {
  display: none;
}
.side-nav ul {
  padding: 0 0.78125vw;
  margin: 0;
}
.side-nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d0d0d0;
  padding: 1.0416vw 0;
  border-bottom: 2px dashed #7c8587;
  cursor: pointer;
  font-size: 1.0248vw;
}
.side-nav ul li:last-child {
  border: none;
}
.side-nav ul li img {
  width: 1.6666vw;
  margin-right: 0.5208vw;
}
.side-nav ul li h2 {
  font-size: 1.0248vw;
  white-space: nowrap;
  margin: 0;
  line-height: 1.2;
  cursor: pointer;
}
.side-nav ul li h2 a {
  font-size: 1.0248vw;
  white-space: nowrap;
  margin: 0;
  line-height: 1.2;
  cursor: pointer;
  color: #d0d0d0;
}
@media screen and (max-width: 1920px) {
  #index {
    background: #000;
  }
  #index .bannerTextIcon {
    width: 70.052vw;
    position: absolute;
    top: 0%;
    left: 50%;
    margin-left: -35.026vw;
  }
  #index .bannerTextIcon .indexIcon li {
    position: absolute;
    display: none;
  }
  #index .bannerTextIcon .indexIcon li.imaging {
    top: 16%;
    left: 19%;
  }
  #index .bannerTextIcon .indexIcon li.hdr {
    top: 6%;
    left: 30%;
  }
  #index .bannerTextIcon .indexIcon li.ip {
    top: 0%;
    left: 45%;
  }
  #index .bannerTextIcon .indexIcon li.cloud {
    top: 6%;
    left: 59%;
  }
  #index .bannerTextIcon .indexIcon li.ai {
    top: 16%;
    left: 70%;
  }
  #index .bannerTextIcon .indexIcon li img {
    width: 4.6666vw;
  }
  #index .bannerTextIcon h1 {
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
  }
  #index .bannerTextIcon h1 img {
    display: none;
    opacity: 0.8;
    filter: alpha(opacity=8);
    width: 10%;
  }
  #index .bannerTextIcon p {
    position: absolute;
    bottom: 3%;
    width: 100%;
    text-align: center;
  }
  #index .bannerTextIcon p img {
    display: none;
    opacity: 0.8;
    filter: alpha(opacity=8);
    width: 0;
  }
  #index .swiper-container {
    width: 100%;
    height: 100%;
  }
  #index .swiper-wrapper {
    height: 90%;
  }
  #index .swiper-slide {
    text-align: center;
    font-size: 0.9375vw;
    width: 100%;
    /* background: #161616;               */
  }
  #index .swiper-pagination {
    position: static;
  }
  #index .swiper-pagination-bullet {
    background: #ccc;
  }
  #index .swiper-pagination-bullet-active {
    background: #000;
  }
  #index .videoInfoPlay {
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -400px;
    display: none;
    z-index: 11;
  }
  #index .videoplayIcon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
  }
  #Live {
    background: #fff;
  }
  #Live .header .banner {
    position: relative;
  }
  #Live .header .banner .networkedLiveTop {
    position: absolute;
    display: flex;
    top: 50%;
    margin: 0 12vw;
    transform: translateY(-50%);
  }
  #Live .header .banner .networkedLiveTop .networkedLiveTopText {
    flex: 1;
    color: #fff;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  #Live .header .banner .networkedLiveTop .networkedLiveTopText h3 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.25em;
  }
  #Live .header .banner .networkedLiveTop .networkedLiveTopText p {
    color: #fff;
    font-size: 16px;
    line-height: 1.75em;
  }
  #Live .header .banner .networkedLiveTop .networkedLiveTopImg {
    flex: 1;
    margin-left: 5vw;
  }
  #Live .header .banner .networkedLiveTop .networkedLiveTopImg img {
    width: 100%;
  }
  #Live .liveContainer {
    padding: 0 16%;
  }
  #Live .liveContainer .liveSummary .quote {
    padding: 50px 0;
    color: #373a3c;
    font-size: 1.25vw;
    text-align: center;
    line-height: 1.75em;
    border-bottom: 1px solid #373a3c;
  }
  #Live .liveContainer .liveSummary .quote:before {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px;
    content: '';
    background: url(../images/icon-quote.png);
    width: 31px;
    height: 20px;
  }
  #Live .liveContainer .liveSummary .quote:after {
    display: inline-block;
    margin-left: 30px;
    content: '';
    background: url(../images/icon-quote.png);
    width: 31px;
    height: 20px;
  }
  #Live .swiper-slide {
    width: 50%;
  }
  #Live .swiper-button-next {
    background: url(../images/icon-next.jpg);
  }
  #Live .swiper-button-prev {
    background: url(../images/icon-prev.jpg);
  }
  #Live .swiper-button-next:after,
  #Live .swiper-button-prev:after {
    content: '';
  }
  #Live .swiper-button-disabled {
    display: none;
  }
  #britvInfo {
    background: #fff;
  }
  #britvInfo .header .banner {
    position: relative;
  }
  #britvInfo .briveContainer {
    padding: 0 16%;
  }
  #britvInfo .swiper-slide {
    width: 50%;
  }
  #britvInfo .swiper-button-next {
    background: url(../images/icon-next.jpg);
  }
  #britvInfo .swiper-button-prev {
    background: url(../images/icon-prev.jpg);
  }
  #britvInfo .swiper-button-next:after,
  #britvInfo .swiper-button-prev:after {
    content: '';
  }
  #britvInfo .swiper-button-disabled {
    display: none;
  }
  #item01 .liveBroadcastLeft {
    width: 100%;
  }
  #item01 .liveBroadcastRight {
    width: 100%;
  }
  #item01 .liveBroadcastRight ul li {
    width: 50%;
    float: left;
    line-height: 0;
    position: relative;
  }
  #item01 .liveBroadcastRight ul li .LiveContent {
    position: absolute;
    top: 20%;
    width: 100%;
    margin: 0 auto;
  }
  #item01 .liveBroadcastRight ul li .LiveContent .LiveContentCenter {
    text-align: center;
  }
  #item01 .liveBroadcastRight ul li .LiveContent .LiveContentCenter .LiveTime {
    display: inline-block;
    font-size: 1.0416vw;
    color: #fff;
    line-height: 1.75em;
    border: 3px solid #2d3d48;
    padding: 0 10px;
    background: #2b2b2b;
  }
  #item01 .liveBroadcastRight ul li .LiveContent .LiveContentCenter .LiveTime.LiveIng {
    border: 3px solid #891713;
  }
  #item01 .liveBroadcastRight ul li .LiveContent .LiveTitle {
    text-align: center;
    font-size: 1.5625vw;
    color: #fff;
    line-height: 1.25em;
    padding: 10px;
  }
  #item01 .liveBroadcastRight ul li .LiveContent .LiveTitle a {
    color: #fff;
    cursor: pointer;
  }
  #item02 {
    background: #fff;
  }
  #item02 h3 {
    font-size: 2.6041vw;
    text-align: center;
    margin: 50px 0;
    color: #373a3c;
  }
  #item02 .technologiesProducts {
    margin: 0 5.7%;
  }
  #item02 .technologiesProducts a {
    display: inline-block;
  }
  #item02 .technologiesProducts .technologiesProductsTitle {
    font-size: 1.5625vw;
    color: #1b79a7;
    text-align: center;
  }
  #item02 .technologiesProducts .technologiesProductsInfo {
    font-size: 0.9375vw;
    color: #373a3c;
    text-align: center;
  }
  #item02 .technologiesProducts .technologiesProductsImg {
    text-align: center;
    max-width: 389px;
  }
  #item03 {
    background: #c4d2e5;
  }
  #item03 h3 {
    font-size: 2.6041vw;
    text-align: center;
    margin: 50px 0;
    color: #000;
  }
  #item03 .solutionIndex {
    margin: 0 5.7%;
  }
  #item03 .solutionIndex li {
    float: left;
    position: relative;
  }
  #item03 .solutionIndex li a {
    display: inline-block;
  }
  #item03 .solutionIndex li p {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 1.25vw;
    color: #fff;
  }
  #item04 .contentUsIndex {
    width: 100%;
    position: relative;
  }
  #item04 .contentUsIndex .contentUsIndexLink {
    position: absolute;
    top: 20%;
    right: 20%;
  }
  #item04 .contentUsIndex .contentUsIndexLink a {
    display: inline-block;
    font-size: 1.9791vw;
    padding: 15px 25px;
    color: #333;
    background: #ffd200;
  }
  #item04 .contentUsIndex .contentUsIndexLink p {
    font-size: 1.0416vw;
    color: #cfcfcf;
    margin-top: 15px;
  }
  #index #item04 .contentUsIndex {
    padding: 0 0 0 0;
  }
  #item05 .videoIndexFooter {
    width: 67%;
    margin: 0 auto;
  }
  #item06 .LiveContainerImg {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #item06 .LiveContainerImg img {
    width: 100%;
  }
  #item06 .LiveContainerInfo {
    float: right;
    width: 50%;
  }
  #item06 .LiveContainerInfo .videoInfo {
    margin-bottom: 20px;
    width: 99%;
  }
  #item06 .LiveContainerInfo .videoInfo li {
    float: left;
    width: 259px;
    cursor: pointer;
  }
  #item06 .LiveContainerInfo .videoInfo .videoInfoPlay {
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -400px;
    display: none;
    z-index: 11;
  }
  #item06 .LiveContainerInfo .LiveInfo {
    margin: 60px 30px 40px 0;
  }
  #item06 .LiveContainerInfo .LiveInfo .PcContainerTitle {
    font-size: 1.4583vw;
    color: #2289be;
    margin-bottom: 20px;
  }
  #item06 .LiveContainerInfo .LiveInfo p {
    font-size: 0.9375vw;
    line-height: 1.75em;
    color: #373a3c;
  }
  #item06 .LiveContainerInfo .LiveInfo .leanMore {
    display: block;
    font-size: 0.9375vw;
    line-height: 1.75em;
    color: #2289be;
    margin-top: 20px;
    width: 50%;
    float: left;
  }
  #item06 .LiveContainerInfo .LiveInfo .downWhitepaper {
    display: block;
    font-size: 0.9375vw;
    line-height: 1.75em;
    color: #2289be;
    margin-top: 0;
    width: 50%;
    float: left;
  }
  #item06 .LiveContainerInfo .LiveInfo .downWhitepaper:before {
    display: inline-block;
    content: '';
    background: url('../images/icon-download-WhitePaper.png');
    width: 24px;
    height: 21px;
    margin-right: 5px;
  }
  #item07 {
    background: #fff;
  }
  #item07 .LiveContainerImg {
    float: right;
    width: 48%;
    margin-left: 2%;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #item07 .LiveContainerImg img {
    width: 100%;
  }
  #item07 .LiveContainerInfo {
    float: left;
    width: 50%;
  }
  #item07 .LiveContainerInfo .videoInfo {
    margin-bottom: 20px;
    width: 99%;
  }
  #item07 .LiveContainerInfo .videoInfo li {
    float: left;
    width: 259px;
    cursor: pointer;
  }
  #item07 .LiveContainerInfo .videoInfo .videoInfoPlay {
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -400px;
    display: none;
    z-index: 11;
  }
  #item07 .LiveContainerInfo .LiveInfo {
    margin: 60px 30px 40px 0;
  }
  #item07 .LiveContainerInfo .LiveInfo .PcContainerTitle {
    font-size: 1.4583vw;
    color: #2289be;
    margin-bottom: 20px;
  }
  #item07 .LiveContainerInfo .LiveInfo p {
    font-size: 0.9375vw;
    line-height: 1.75em;
    color: #373a3c;
  }
  #item07 .LiveContainerInfo .LiveInfo .leanMore {
    display: block;
    font-size: 0.9375vw;
    line-height: 1.75em;
    color: #2289be;
    margin-top: 20px;
    width: 50%;
    float: left;
  }
  #item07 .LiveContainerInfo .LiveInfo .downWhitepaper {
    display: block;
    font-size: 0.9375vw;
    line-height: 1.75em;
    color: #2289be;
    margin-top: 20px;
    position: relative;
    padding-left: 25px;
    width: 50%;
    float: left;
  }
  #item07 .LiveContainerInfo .LiveInfo .downWhitepaper:before {
    position: absolute;
    left: 0;
    top: 3px;
    display: inline-block;
    content: '';
    background: url('../images/icon-download-WhitePaper.png');
    width: 24px;
    height: 21px;
  }
  #item08 {
    padding-bottom: 50px;
  }
  #item08 h3 {
    font-size: 2.6041vw;
    text-align: center;
    margin: 50px 0;
    color: #fff;
  }
  #item08 .liveBroadcastRight .LiveDiv {
    position: relative;
  }
  #item08 .liveBroadcastRight .LiveDiv .LiveContent {
    position: absolute;
    top: 40%;
    width: 100%;
    margin: 0 auto;
  }
  #item08 .liveBroadcastRight .LiveDiv .LiveContent .LiveContentCenter {
    text-align: center;
  }
  #item08 .liveBroadcastRight .LiveDiv .LiveContent .LiveContentCenter .LiveTime {
    display: inline-block;
    font-size: 1.0416vw;
    color: #fff;
    line-height: 1.75em;
    border: 3px solid #2d3d48;
    padding: 0 10px;
    background: #2b2b2b;
  }
  #item08 .liveBroadcastRight .LiveDiv .LiveContent .LiveContentCenter .LiveTime.LiveIng {
    border: 3px solid #891713;
  }
  #item08 .liveBroadcastRight .LiveDiv .LiveContent .LiveTitle {
    text-align: center;
    font-size: 1.5625vw;
    color: #fff;
    line-height: 1.25em;
    padding: 10px;
  }
  #item08 .liveBroadcastRight .LiveDiv .LiveContent .LiveTitle a {
    color: #fff;
    cursor: pointer;
  }
  #item09 {
    background: #fff;
  }
  #item09 h3 {
    font-size: 2.6041vw;
    text-align: center;
    margin: 50px 0;
    color: #000;
  }
  #item09 .solutionIndex {
    margin: 0 5.7%;
  }
  #item09 .solutionIndex li {
    float: left;
    position: relative;
  }
  #item09 .solutionIndex li a {
    display: inline-block;
  }
  #item09 .solutionIndex li p {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 1.25vw;
    color: #fff;
  }
}
@media screen and (max-width: 1280px) {
  #networkedLive .header .banner .networkedLiveTop .container .networkedLiveTopText h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #networkedLive .header .banner .networkedLiveTop .container .networkedLiveTopText p {
    font-size: 16px;
  }
  #networkedLive .main .netWorkVideo h3 {
    padding: 40px 0;
    font-size: 20px;
  }
  #networkedLive .main .netWorkVideo p {
    padding: 40px 0;
  }
  #networkedLive .main .netWorkContent {
    padding: 40px 0;
  }
  #networkedLive .main .netWorkContent h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #networkedLive .main .netWorkOptimised {
    background: #000;
    padding: 40px 0;
  }
  #networkedLive .main .netWorkOptimised h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #networkedLive .main .newWorkNevion {
    padding: 40px 0;
  }
  #networkedLive .main .newWorkNevion h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #networkedLive .main .newWorkNevion .newWorkNevionImg {
    margin: 20px 0;
  }
  #networkedLive .main .newWorkSPS {
    padding: 40px 0;
  }
  #networkedLive .main .newWorkSPS h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #networkedLive .main .newWorkSPS .newWorkSPSDes {
    margin-bottom: 25px;
  }
  #networkedLive .main .newWorkSPS .newWorkSPSUl li p {
    font-size: 20px;
    line-height: 30px;
  }
  #networkedLive .main .newWorkOrchestration {
    background: #fff;
    padding: 40px 0;
    text-align: center;
  }
  #networkedLive .main .newWorkOrchestration.gray {
    background: #d9d9d9;
  }
  #networkedLive .main .newWorkOrchestration.p20 {
    margin-top: -25px;
    padding-bottom: 20px;
    padding-top: 0;
  }
  #networkedLive .main .newWorkOrchestration h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #networkedLive .main .newWorkOrchestration .note {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #networkedLive .main .newWorkOrchestration .newWorkOrchestrationUl {
    display: flex;
    align-content: center;
    justify-content: space-between;
    padding-top: 40px;
  }
  #networkedLive .main .newWorkOrchestration .newWorkOrchestrationUl li {
    width: 48%;
  }
  #networkedLive .main .newWorkOrchestration .newWorkOrchestrationUl li img {
    width: 100%;
  }
  #networkedLive .main .newWorkOrchestration .newWorkOrchestrationUl li h4 {
    font-size: 20px;
    margin-bottom: 8px;
    margin-top: 10px;
  }
  #networkedLive .main .newWorkOrchestration .newWorkOrchestrationUl.textCenter {
    padding-top: 0;
  }
  #networkedLive .main .newWorkOrchestration .newWorkOrchestrationUl.textCenter li h4 {
    text-align: center;
  }
  #networkedLive .main .newWorkOrchestration .newWorkOrchestrationUl.textCenter li p {
    text-align: center;
  }
  #networkedLive .main .newWorkOrchestration .newWorkOrchestrationUl.threeUl li {
    width: 31%;
  }
}
@media screen and (max-width: 1024px) {
  #Live .swiper-slide {
    width: 50%;
  }
  #Live .swiper-slide li {
    width: 100% !important;
  }
  #Live .swiper-slide li img {
    border: 1px solid #333;
    width: 100%;
  }
  #Live .swiper-button-next {
    background: url(../images/icon-next.jpg);
  }
  #Live .swiper-button-prev {
    background: url(../images/icon-prev.jpg);
  }
  #Live .swiper-button-next:after,
  #Live .swiper-button-prev:after {
    content: '';
  }
  #Live .swiper-button-disabled {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #index {
    background: #000;
  }
  #index .bannerTextIcon {
    width: 70.052vw;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -35.026vw;
    height: 100%;
  }
  #index .bannerTextIcon .indexIcon li {
    position: absolute;
    display: none;
  }
  #index .bannerTextIcon .indexIcon li.imaging {
    top: 8%;
    left: 20%;
  }
  #index .bannerTextIcon .indexIcon li.hdr {
    top: 3%;
    left: 31%;
  }
  #index .bannerTextIcon .indexIcon li.ip {
    top: 0%;
    left: 45%;
  }
  #index .bannerTextIcon .indexIcon li.cloud {
    top: 3%;
    left: 59%;
  }
  #index .bannerTextIcon .indexIcon li.ai {
    top: 8%;
    left: 70%;
  }
  #index .bannerTextIcon .indexIcon li img {
    width: 8.4375vw;
  }
  #index .bannerTextIcon h1 {
    position: absolute;
    top: 19%;
    width: 100%;
    text-align: center;
  }
  #index .bannerTextIcon h1 img {
    display: inline-block;
    opacity: 0.8;
    filter: alpha(opacity=8);
    width: 0;
  }
  #index .bannerTextIcon p {
    position: absolute;
    bottom: 20%;
    width: 100%;
    text-align: center;
  }
  #index .bannerTextIcon p img {
    display: inline-block;
    opacity: 0.8;
    filter: alpha(opacity=8);
    width: 0;
  }
  #Live .header .banner {
    position: relative;
  }
  #Live .header .banner .networkedLiveTop {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    top: 0;
    margin: 0 17px;
    transform: translateY(0);
    padding-top: 6rem;
  }
  #Live .header .banner .networkedLiveTop .networkedLiveTopText {
    flex: auto;
    color: #fff;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  #Live .header .banner .networkedLiveTop .networkedLiveTopText h3 {
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  #Live .header .banner .networkedLiveTop .networkedLiveTopText p {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.75em;
  }
  #Live .header .banner .networkedLiveTop .networkedLiveTopImg {
    flex: auto;
    margin-left: 0;
  }
  #Live .header .banner .networkedLiveTop .networkedLiveTopImg img {
    width: 100%;
  }
  #Live.News .header {
    background: transparent;
    height: auto;
  }
  #Live.News .newsHeader {
    margin-left: 5.7894vw;
    margin-right: 5.7894vw;
  }
  #Live.News .newsHeader p .ruturnPage {
    color: #2289be;
    font-size: 1.3541vw;
  }
  #Live.News .newsHeader h1 {
    font-size: 1.9791vw;
    color: #000;
    margin-top: 1.0416vw;
    line-height: 1.5;
  }
  #Live.News .newsHeader span {
    font-size: 1.3815vw;
    color: #a3a3a3;
  }
  #Live.News .newsContent {
    margin: 2.6041vw 5.7894vw;
    background: #f0f3f8;
    padding: 3.125vw 4.1666vw;
  }
  #Live.News .newsContent p {
    color: #000;
    font-size: 1.1458vw;
    line-height: 1.75em;
    margin-bottom: 1.302vw;
  }
  #Live.News .newsContent ul {
    margin-bottom: 1.302vw;
  }
  #Live.News .newsContent ul li {
    color: #000;
    font-size: 1.1458vw;
  }
  #Live.News .newsContent .newsContentImg {
    text-align: center;
  }
  #Live.News .newsContent .newsContentImg img {
    width: 100%;
  }
  #Live.News .newsContent .newsContentImgAuto {
    text-align: center;
  }
  #Live.News .newsContent .newsContentImgAuto img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #Live .swiper-button-next,
  #Live .swiper-container-rtl,
  #Live .swiper-button-prev {
    display: none;
  }
  #Live .swiper-container {
    overflow: auto;
  }
  #Live .swiper-container .swiper-wrapper {
    display: inline-block;
  }
  #Live .swiper-container .swiper-wrapper .swiper-slide {
    width: 45%;
    display: block;
    float: left;
    margin: 0;
    margin-left: 2.5%;
  }
}
@media screen and (max-width: 767px) {
  #index .bannerTextIcon {
    width: 84.6666vw;
    margin-left: -42.3333vw;
  }
  #index .bannerTextIcon .indexIcon li {
    position: absolute;
    width: 50px;
  }
  #index .bannerTextIcon .indexIcon li img {
    width: 100%;
  }
  #index .bannerTextIcon .indexIcon li.imaging {
    top: 8%;
    left: 4%;
  }
  #index .bannerTextIcon .indexIcon li.hdr {
    top: 4%;
    left: 20%;
  }
  #index .bannerTextIcon .indexIcon li.ip {
    top: 2%;
    left: 40%;
  }
  #index .bannerTextIcon .indexIcon li.cloud {
    top: 4%;
    left: 60%;
  }
  #index .bannerTextIcon .indexIcon li.ai {
    top: 8%;
    left: 76%;
  }
  #index .bannerTextIcon .indexIcon li.newIcon1 {
    top: 8%;
    left: 9%;
  }
  #index .bannerTextIcon .indexIcon li.newIcon2 {
    top: 4%;
    left: 30%;
  }
  #index .bannerTextIcon .indexIcon li.newIcon3 {
    top: 4%;
    right: 30%;
  }
  #index .bannerTextIcon .indexIcon li.newIcon4 {
    top: 8%;
    right: 9%;
  }
  #index .bannerTextIcon .indexIcon li.newIcon5 {
    top: 44%;
    left: 18%;
  }
  #index .bannerTextIcon .indexIcon li.newIcon6 {
    top: 44%;
    left: 50%;
  }
  #index .bannerTextIcon .indexIcon li.newIcon7 {
    top: 44%;
    right: 18%;
  }
  #index .bannerTextIcon h1 {
    position: absolute;
    top: 18%;
    width: 100%;
    text-align: center;
  }
  #index .bannerTextIcon h1 img {
    display: inline-block;
    opacity: 0.8;
    filter: alpha(opacity=8);
    width: 0;
  }
  #index .bannerTextIcon p {
    position: absolute;
    bottom: 20%;
    width: 100%;
    text-align: center;
  }
  #index .bannerTextIcon p img {
    display: inline-block;
    opacity: 0.8;
    filter: alpha(opacity=8);
    width: 0;
  }
  #index .videoInfoPlay {
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -160px;
    display: none;
    z-index: 11;
  }
  #index .videoInfoPlay video {
    width: 320px;
  }
  #index .videoInfoPlay2 {
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -160px;
    display: none;
    z-index: 11;
  }
  #index .videoInfoPlay2 video {
    width: 320px;
  }
  #index .videoInfoPlay3 {
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -160px;
    display: none;
    z-index: 11;
  }
  #index .videoInfoPlay3 video {
    width: 320px;
  }
  #index .videoInfoPlay4 {
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -160px;
    display: none;
    z-index: 11;
  }
  #index .videoInfoPlay4 video {
    width: 320px;
  }
  #esportsDiv .main .esportsOptimised {
    background: #fff;
    padding: 30px 15px;
  }
  #esportsDiv .main .esportsOptimised h3 {
    font-size: 1.6rem;
    text-align: center;
    color: #000;
    margin-bottom: 8px;
  }
  #esportsDiv .main .esportsOptimised p {
    font-size: 1.2rem;
    line-height: 1.75;
    margin: 0 0 10px;
    color: #000;
    text-align: left;
  }
  #esportsDiv .main .esportsVideo {
    padding: 30px 15px 0;
  }
  #esportsDiv .main .esportsDiv {
    padding: 0 15px;
  }
  #esportsDiv .main .esportsDiv h2 {
    text-align: center;
    font-size: 28px;
    margin: 30px 0 15px 0;
  }
  #esportsDiv .main .esportsDiv .fourDiv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px -10px 10px;
  }
  #esportsDiv .main .esportsDiv .fourDiv .fourDivLi {
    width: 50%;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 10px;
  }
  #esportsDiv .main .esportsDiv .fourDiv .fourDivLi img {
    width: 100%;
  }
  #esportsDiv .main .esportsDiv .fourDiv .fourDivLi h3 {
    font-size: 1.6rem;
    text-align: center;
  }
  #esportsDiv .main .esportsDiv .fourDiv .fourDivLi a {
    display: inline-block;
    font-size: 1.2rem;
    color: #0a5e9d;
  }
  #esportsDiv .main .esportsDiv .twoDiv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px 30px;
  }
  #esportsDiv .main .esportsDiv .twoDiv .twoDivLi {
    width: 50%;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 10px;
  }
  #esportsDiv .main .esportsDiv .twoDiv .twoDivLi img {
    width: 100%;
  }
  #esportsDiv .main .esportsDiv .twoDiv .twoDivLi h3 {
    font-size: 1.6rem;
    text-align: center;
  }
  #esportsDiv .main .esportsDiv .twoDiv .twoDivLi a {
    display: inline-block;
    font-size: 1.2rem;
    color: #0a5e9d;
  }
  #esportsDiv .main .esportsDiv .threeDiv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px 30px;
  }
  #esportsDiv .main .esportsDiv .threeDiv .threeDivLi {
    width: 50%;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 10px;
  }
  #esportsDiv .main .esportsDiv .threeDiv .threeDivLi img {
    width: 100%;
  }
  #esportsDiv .main .esportsDiv .threeDiv .threeDivLi h3 {
    font-size: 1.6rem;
    text-align: center;
  }
  #esportsDiv .main .esportsDiv .threeDiv .threeDivLi a {
    display: inline-block;
    font-size: 1.2rem;
    color: #0a5e9d;
  }
  #esportsDiv .main .esportsDiv .note {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 30px;
  }
  #esportsDiv .main .esportsVideoTwo {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px 30px;
  }
  #esportsDiv .main .esportsVideoTwo .esportsVideoDiv {
    width: 100%;
  }
  #esportsDiv .main .esportsVideoTwo .esportsVideoDiv .netWorkVideoDiv video {
    width: 100%;
  }
  #esportsDiv .main .esportsVideoTwo .esportsVideoTwoText {
    width: 100%;
    margin-left: 0%;
  }
  #esportsDiv .main .esportsVideoTwo .esportsVideoTwoText h3 {
    font-size: 1.6rem;
    color: #000;
    margin-bottom: 8px;
  }
  #esportsDiv .main .esportsVideoTwo .esportsVideoTwoText p {
    font-size: 1.2rem;
    line-height: 1.75;
    margin: 0 0 10px;
    color: #000;
  }
  #esportsDiv .main .esportsTwoDiv {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 15px;
  }
  #esportsDiv .main .esportsTwoDiv .esportsTwoText {
    width: 100%;
  }
  #esportsDiv .main .esportsTwoDiv .esportsTwoText.right {
    width: 100%;
    margin-left: 0%;
  }
  #esportsDiv .main .esportsTwoDiv .esportsTwoText h3 {
    font-size: 1.6rem;
    color: #000;
    margin-bottom: 8px;
  }
  #esportsDiv .main .esportsTwoDiv .esportsTwoText p {
    font-size: 1.2rem;
    line-height: 1.75;
    margin: 0 0 10px;
    color: #000;
  }
  #esportsDiv .main .esportsTwoDiv .esportsTwoText a {
    font-size: 1.2rem;
    line-height: 1.75;
    margin: 0 0 10px;
    color: #0a5e9d;
  }
  #esportsDiv .main .esportsTwoDiv .esportsTwoImg {
    width: 100%;
    margin-left: 0%;
  }
  #esportsDiv .main .esportsTwoDiv .esportsTwoImg.left {
    width: 100%;
    margin: 0;
  }
  #esportsDiv .main .esportsTwoDiv .esportsTwoImg img {
    width: 100%;
  }
  #networkedLive .liveContainer {
    padding: 0 17px;
  }
  #networkedLive .header .banner .networkedLiveTop {
    padding: 0 15px;
  }
  #networkedLive .header .banner .networkedLiveTop .container .networkedLiveTopText {
    flex: auto;
    padding-top: 6rem;
  }
  #networkedLive .header .banner .networkedLiveTop .container .networkedLiveTopText h3 {
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  #networkedLive .header .banner .networkedLiveTop .container .networkedLiveTopText p {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.75em;
  }
  #networkedLive .header .banner .networkedLiveTop .container .networkedLiveTopImg {
    flex: auto;
    margin-left: 0;
  }
  #networkedLive .header .banner .networkedLiveTop .container .networkedLiveTopImg img {
    width: 100%;
  }
  #networkedLive .main .netWorkVideo {
    padding: 0 15px;
  }
  #networkedLive .main .netWorkVideo h3 {
    padding: 30px 0;
    font-size: 2.2rem;
  }
  #networkedLive .main .netWorkVideo p {
    padding: 30px 0;
    font-size: 1.6rem;
    line-height: 24px;
    text-align: left;
  }
  #networkedLive .main .netWorkContent {
    padding: 30px 0;
  }
  #networkedLive .main .netWorkContent h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 24px;
  }
  #networkedLive .main .netWorkContent a {
    font-size: 1.6rem;
    padding: 10px 20px;
  }
  #networkedLive .main .netWorkOptimised {
    padding: 30px 15px;
  }
  #networkedLive .main .netWorkOptimised h3 {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  #networkedLive .main .netWorkOptimised p {
    font-size: 1.6rem;
    text-align: left;
  }
  #networkedLive .main .netWorkOptimisedImg {
    font-size: 0;
  }
  #networkedLive .main .netWorkOptimisedImg img {
    width: 100%;
    display: block;
  }
  #networkedLive .main .newWorkNevion {
    padding: 30px 15px;
  }
  #networkedLive .main .newWorkNevion h3 {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  #networkedLive .main .newWorkNevion p {
    font-size: 1.6rem;
    text-align: left;
  }
  #networkedLive .main .newWorkNevion .newWorkNevionImg {
    margin: 20px 0 0;
  }
  #networkedLive .main .newWorkNevion a {
    font-size: 1.6rem;
  }
  #networkedLive .main .newWorkSPS {
    padding: 30px 15px;
  }
  #networkedLive .main .newWorkSPS h3 {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  #networkedLive .main .newWorkSPS .newWorkSPSDes {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  #networkedLive .main .newWorkSPS .newWorkSPSUl {
    flex-wrap: wrap;
  }
  #networkedLive .main .newWorkSPS .newWorkSPSUl li {
    width: 100%;
    margin-bottom: 10px;
  }
  #networkedLive .main .newWorkSPS .newWorkSPSUl li img {
    width: 100%;
  }
  #networkedLive .main .newWorkSPS .newWorkSPSUl li p {
    font-size: 1.6rem;
    line-height: 30px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #networkedLive .main .newWorkOrchestration {
    background: #fff;
    padding: 30px 15px;
    text-align: center;
  }
  #networkedLive .main .newWorkOrchestration.p20 {
    margin-top: -25px;
    padding-bottom: 20px;
    padding-top: 0;
  }
  #networkedLive .main .newWorkOrchestration h3 {
    font-size: 2.2rem;
    text-align: center;
    color: #282c36;
    margin-bottom: 20px;
  }
  #networkedLive .main .newWorkOrchestration .note {
    font-size: 1.6rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #networkedLive .main .newWorkOrchestration .newWorkOrchestrationDes {
    font-size: 1.6rem;
    text-align: left;
  }
  #networkedLive .main .newWorkOrchestration .newWorkOrchestrationUl {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
  }
  #networkedLive .main .newWorkOrchestration .newWorkOrchestrationUl li {
    width: 100%;
    margin-bottom: 20px;
  }
  #networkedLive .main .newWorkOrchestration .newWorkOrchestrationUl li img {
    width: 100%;
  }
  #networkedLive .main .newWorkOrchestration .newWorkOrchestrationUl li h4 {
    font-size: 1.8rem;
    margin-bottom: 8px;
    margin-top: 0;
    text-align: left;
  }
  #networkedLive .main .newWorkOrchestration .newWorkOrchestrationUl li p {
    font-size: 1.6rem;
    text-align: left;
    margin: 0 0 10px;
    color: #282c36;
  }
  #networkedLive .main .newWorkOrchestration .newWorkOrchestrationUl li a {
    color: #0a5e9d;
    font-weight: 700;
  }
  #networkedLive .main .newWorkOrchestration .newWorkOrchestrationUl.textCenter {
    padding-top: 0;
  }
  #networkedLive .main .newWorkOrchestration .newWorkOrchestrationUl.textCenter li h4 {
    text-align: left;
  }
  #networkedLive .main .newWorkOrchestration .newWorkOrchestrationUl.textCenter li p {
    text-align: left;
  }
  #networkedLive .main .newWorkOrchestration .newWorkOrchestrationUl.threeUl li {
    width: 100%;
  }
  #networkedLive.m2-live .header .banner .networkedLiveTop {
    background: url(../images/Cloud-Switcher-page_hero_v2-2-1.png) no-repeat left top;
    background-size: cover;
    background-position: 50%;
  }
  #networkedLive.m2-live .header .banner .networkedLiveTop .container {
    height: 42.25vw;
    align-items: flex-start;
  }
  #networkedLive.m2-live .header .banner .networkedLiveTop .container .networkedLiveTopText {
    padding-top: 6rem;
    text-align: left;
  }
  #networkedLive.m2-live .main #item06 {
    background: #c9d6ed;
  }
  #networkedLive.m2-live .main #item06 .ContainerTitle {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  #networkedLive.m2-live .main #item06 .LiveContainerInfo .LiveInfo {
    margin: 0;
  }
  #networkedLive.m2-live .main #item06 .LiveContainerInfo .LiveInfo p {
    font-size: 1.6rem;
    text-align: left;
    line-height: 24px;
  }
  #networkedLive.m2-live .main #item07 {
    background: #dfe5ef;
  }
  #networkedLive.m2-live .main #item07 .ContainerTitle {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  #networkedLive.m2-live .main #item07 .LiveContainerInfo .LiveInfo {
    margin: 0;
  }
  #networkedLive.m2-live .main #item07 .LiveContainerInfo .LiveInfo p {
    font-size: 1.6rem;
    text-align: left;
    line-height: 24px;
  }
  #networkedLive.m2-live .main .white {
    background: #fff !important;
  }
  #networkedLive.m2-live .main .bgproduction {
    background: url(../images/Editing_GUI_on_screen_sports_football_fullwidthbanner_3.jpg) no-repeat center center !important;
    background-size: cover !important;
    background-position: 50%;
  }
  #networkedLive.a2production .header .banner .networkedLiveTop .container {
    height: 42.25vw;
  }
  #networkedLive.a2production .header .banner .networkedLiveTop .container .networkedLiveTopText {
    padding-top: 2rem;
  }
  #networkedLive.a2production #item07 .ContainerTitle {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  #networkedLive.a2production #item07 .LiveContainerInfo .LiveInfo {
    margin: 0;
  }
  #networkedLive.a2production #item07 .LiveContainerInfo .LiveInfo p {
    font-size: 1.6rem;
    text-align: left;
    line-height: 24px;
  }
  #networkedLive.a2production #item06 .ContainerTitle {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  #networkedLive.a2production #item06 .LiveContainerInfo .LiveInfo {
    margin: 0;
  }
  #networkedLive.a2production #item06 .LiveContainerInfo .LiveInfo p {
    font-size: 1.6rem;
    text-align: left;
    line-height: 24px;
  }
  #networkedLive.a2production .main .newWorkOrchestration {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  #networkedLive.a2production .main .aiRuleDiv {
    padding: 0 15px;
  }
  #networkedLive.a2production .main .aiRuleDiv .aiRuleDivOne {
    padding: 0;
    margin-bottom: 30px;
  }
  #networkedLive.a2production .main .aiRuleDiv .aiRuleDivTwo {
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
  }
  #networkedLive.a2production .main .aiRuleDiv .aiRuleDivTwo .aiRuleDivTwoDiv {
    width: 100%;
    flex: auto;
    padding: 0;
    padding-bottom: 20px;
  }
  #networkedLive.a2production .main .aiRuleDiv .aiRuleDivThree {
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
  }
  #networkedLive.a2production .main .aiRuleDiv .aiRuleDivThree .aiRuleDivThreeDiv {
    width: 100%;
    flex: auto;
    padding: 0;
    padding-bottom: 20px;
  }
  #networkedLive.sonynevion .header .banner .networkedLiveTop .container {
    height: 42.25vw;
  }
  #networkedLive.sonynevion .header .banner .networkedLiveTop .container .networkedLiveTopText {
    padding-top: 2rem;
  }
  #networkedLive.sonynevion #item07 .ContainerTitle {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  #networkedLive.sonynevion #item07 .LiveContainerInfo .LiveInfo {
    margin: 0;
  }
  #networkedLive.sonynevion #item07 .LiveContainerInfo .LiveInfo p {
    font-size: 1.6rem;
    text-align: left;
    line-height: 24px;
  }
  #networkedLive.sonynevion #item06 .ContainerTitle {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  #networkedLive.sonynevion #item06 .LiveContainerInfo .LiveInfo {
    margin: 0;
  }
  #networkedLive.sonynevion #item06 .LiveContainerInfo .LiveInfo p {
    font-size: 1.6rem;
    text-align: left;
    line-height: 24px;
  }
  #networkedLive.sonynevion .main .newWorkOrchestration {
    margin-bottom: 0;
  }
  #networkedLive.sonynevion .main .newWorkOrchestration.p0m80 {
    padding: 0 15px;
    margin: 30px 0;
  }
  #networkedLive.sonynevion .main .aiRuleDiv .aiRuleDivOne {
    padding: 0;
    margin-bottom: 30px;
  }
  #networkedLive.sonynevion .main .aiRuleDiv .aiRuleDivTwo {
    padding: 0;
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  #networkedLive.sonynevion .main .aiRuleDiv .aiRuleDivTwo .aiRuleDivTwoDiv {
    width: 100%;
    flex: auto;
    padding-bottom: 20px;
  }
  #networkedLive.sonynevion .main .aiRuleDiv .aiRuleDivThree {
    padding: 0;
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  #networkedLive.sonynevion .main .aiRuleDiv .aiRuleDivThree .aiRuleDivThreeDiv {
    width: 100%;
    flex: auto;
    padding-bottom: 20px;
  }
  #britvInfo .britvContainer {
    padding: 0 17px;
  }
  #britvInfo #jieshao .jieshaoButton {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  #britvInfo #jieshao .jieshaoButton a {
    display: inline-block;
    font-size: 12px;
    padding: 10px 14px;
    color: #333;
    background: #ffd200;
    margin: 0 10px;
    font-weight: bold;
  }
  #britvInfo #jieshao .jieshaoButton a.black {
    color: #Fff;
    background: #1b1b1b;
  }
  #britvInfo #jiaotong .britvContainerImg {
    margin-top: 10px;
    padding: 0 25px 0 25px;
  }
  #britvInfo #jiaotong .jtLearnMore {
    display: none;
  }
  #britvInfo #jiaotong .jtLearnMoreDiv {
    display: block;
  }
  #britvInfo #News .newsLearnMore {
    text-align: center;
    margin-top: 10px;
  }
  #britvInfo #News .newsLearnMore a {
    font-size: 12px;
    padding: 10px 14px;
    margin: 0 10px;
  }
  #britvInfo #News .newsList {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -10px 0;
  }
  #britvInfo #News .newsList li {
    width: calc(50% - 20px);
    margin: 0 10px 10px 10px;
  }
  #britvInfo #News .newsList li a {
    font-size: 12px;
    line-height: 1.5;
  }
  #britvInfo #News .britvContainerInfo .britvInfo {
    margin-right: 20px;
  }
  #britvInfo #britvNewsList .ContainerTitle {
    margin: 20px 25px;
    text-align: left;
  }
  #britvInfo #britvNewsList .newsList {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -10px 0;
  }
  #britvInfo #britvNewsList .newsList li {
    border: 1px solid #D8D8D8;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
  }
  #britvInfo #britvNewsList .newsList li a {
    display: flex;
    flex-wrap: wrap;
  }
  #britvInfo #britvNewsList .newsList li a .newsImg {
    width: 100%;
  }
  #britvInfo #britvNewsList .newsList li a .newsImg img {
    width: 100%;
  }
  #britvInfo #britvNewsList .newsList li a .newsInfo {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  #britvInfo #britvNewsList .newsList li a .newsInfo.allP {
    width: 100%;
  }
  #britvInfo #britvNewsList .newsList li a .newsInfo .newsTitle {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  #britvInfo #britvNewsList .newsList li a .newsInfo .newsDes {
    margin-bottom: 10px;
    font-size: 12px;
  }
  #britvInfo #britvNewsList .newsList li a .newsInfo .newsDate {
    margin-bottom: 10px;
    font-size: 12px;
  }
  #britvInfo #britvNewsList .pagerDiv {
    margin-top: 2.34375vw;
  }
  #britvInfo #britvNewsList .pagerDiv .pager {
    display: flex;
    align-content: center;
    justify-content: center;
  }
  #britvInfo #britvNewsList .pagerDiv .pager .prevBtn {
    color: #999999;
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  #britvInfo #britvNewsList .pagerDiv .pager .pagerDivNum {
    margin: 0 2.03125vw;
    display: flex;
  }
  #britvInfo #britvNewsList .pagerDiv .pager .pagerDivNum li {
    color: #9C9C9C;
    font-size: 14px;
    padding: 0.3125vw 0.4166vw;
    background: #fff;
    cursor: pointer;
  }
  #britvInfo #britvNewsList .pagerDiv .pager .pagerDivNum li.cur {
    color: #fff;
    background: #004FEC;
  }
  #britvInfo #britvNewsList .pagerDiv .pager .nextBtn {
    color: #999999;
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  #britvInfo #britvNewsList .britvContainerInfo .britvInfo {
    margin-right: 20px;
  }
  #britvInfo.News .header {
    background: #fff;
  }
  #britvInfo.News .newsHeader {
    /* margin-top:6.875vw; */
    margin: 20px 17px;
  }
  #britvInfo.News .newsHeader p .ruturnPage {
    color: #2289be;
    font-size: 18px;
  }
  #britvInfo.News .newsHeader h1 {
    font-size: 18px;
    color: #000;
    margin-top: 20px;
    line-height: 1.5;
  }
  #britvInfo.News .newsHeader span {
    font-size: 16px;
    color: #a3a3a3;
  }
  #britvInfo.News .newsContent {
    margin: 0;
    background: #f0f3f8;
    padding: 18px 17px;
  }
  #britvInfo.News .newsContent h4 {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #britvInfo.News .newsContent p {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #britvInfo.News .newsContent p.img {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
  }
  #britvInfo.News .newsContent p.img img {
    width: 100%;
  }
  #britvInfo.News .newsContent ul {
    margin-bottom: 1.5vw;
  }
  #britvInfo.News .newsContent ul li {
    color: #000;
    font-size: 1.1458vw;
    line-height: 1.75em;
  }
  #britvInfo.News .newsContent .newsContentImg {
    text-align: center;
  }
  #britvInfo.News .newsContent .newsContentImg img {
    width: 100%;
  }
  #britvInfo.News .newsContent .newsContentImgAuto {
    text-align: center;
  }
  #britvInfo.News .newsContent .newsContentImgAuto img {
    width: 100%;
    max-width: 1280px;
  }
  #britvInfo .exhibitionAreaImg {
    display: flex;
    flex-wrap: wrap;
  }
  #britvInfo .exhibitionAreaImg .exhibitionAreaImgList {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #britvInfo .exhibitionAreaImg .exhibitionAreaImgList .exhibitionAreaImgListDiv {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #britvInfo .exhibitionAreaImg .exhibitionAreaImgList .exhibitionAreaImgListDiv .exhibitionAreaImgListDivImg {
    width: 100%;
  }
  #britvInfo .exhibitionAreaImg .exhibitionAreaImgList .exhibitionAreaImgListDiv .exhibitionAreaImgListDivText {
    width: 100%;
  }
  #britvInfo .exhibitionAreaImg .exhibitionAreaImgList .exhibitionAreaImgListDiv .exhibitionAreaImgListDivText p {
    text-align: center;
    padding: 0 10px;
    font-size: 14px;
    margin-top: 20px;
  }
  #britvInfo .exhibitionAreaImg .exhibitionAreaImgList .exhibitionAreaImgListDiv .exhibitionAreaImgListDivText ul {
    display: flex;
    flex-wrap: wrap;
  }
  #britvInfo .exhibitionAreaImg .exhibitionAreaImgList .exhibitionAreaImgListDiv .exhibitionAreaImgListDivText ul li {
    width: auto;
    padding: 10px 6px 0 10px;
  }
  #britvInfo .exhibitionAreaImg .exhibitionAreaImgList .exhibitionAreaImgListDiv .exhibitionAreaImgListDivText ul li a {
    display: inline-block;
    text-align: left;
    font-size: 12px;
    color: #2289be;
  }
  #britvInfo .exhibitionAreaImg a {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #2289be;
  }
  #britvInfo .exhibitionAreaImg span {
    font-size: 12px;
    color: #000;
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  #Live .swiper-button-next,
  #Live .swiper-container-rtl,
  #Live .swiper-button-prev {
    display: none;
  }
  #Live .swiper-container {
    overflow: auto;
  }
  #Live .swiper-container .swiper-wrapper {
    display: inline-block;
  }
  #Live .swiper-container .swiper-wrapper .swiper-slide {
    width: 45%;
    display: block;
    float: left;
    margin-left: 2.5%;
  }
  #Live .liveContainer {
    padding: 0 17px;
  }
  #Live .liveContainer .liveSummary .quote {
    padding: 30px 0;
    font-size: 1.4rem;
    text-align: left;
  }
  #Live .liveContainer .liveSummary .quote:before {
    margin-right: 5px;
    background: url(../images/icon-quote-mb.png);
    width: 15px;
    height: 10px;
  }
  #Live .liveContainer .liveSummary .quote:after {
    margin-left: 5px;
    background: url(../images/icon-quote-mb.png);
    width: 15px;
    height: 10px;
  }
  #Live .liveContainer .liveSummary .quote.nc {
    border: 0;
    padding: 30px 0 15px 0;
  }
  #Live .liveContainer .liveSummary .ncLine {
    border-bottom: 1px solid #212324;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    padding: 0 0 15px 0;
  }
  #Live.News .newsHeader {
    margin-left: 5.6vw;
    margin-right: 5.6vw;
  }
  #Live.News .newsHeader p .ruturnPage {
    color: #2289be;
    font-size: 4.2666vw;
  }
  #Live.News .newsHeader h1 {
    font-size: 5.3333vw;
    color: #000;
    margin-top: 5.3333vw;
  }
  #Live.News .newsHeader span {
    font-size: 3.48vw;
    color: #a3a3a3;
  }
  #Live.News .newsContent {
    margin: 6.6666vw 2.2666vw;
    background: #f0f3f8;
    padding: 10.6666vw 0;
  }
  #Live.News .newsContent h4 {
    font-size: 5.3333vw;
    padding: 0 7.7333vw;
  }
  #Live.News .newsContent p {
    color: #000;
    font-size: 3.8666vw;
    line-height: 1.75em;
    margin-bottom: 7.7333vw;
    padding: 0 7.7333vw;
  }
  #Live.News .newsContent ul {
    margin-bottom: 7.7333vw;
  }
  #Live.News .newsContent ul li {
    color: #000;
    font-size: 3.8666vw;
    padding: 0 7.7333vw;
  }
  #Live.News .newsContent .newsContentImg {
    text-align: center;
    padding: 0;
  }
  #Live.News .newsContent .newsContentImg img {
    max-width: 1600px;
    width: 100%;
  }
  #Live.News .newsContent .newsContentImgAuto {
    text-align: center;
  }
  #Live.News .newsContent .newsContentImgAuto img {
    max-width: 1600px;
    width: 100%;
  }
  .leavingMessage {
    margin: 25px;
  }
  .leavingMessage h3 {
    font-size: 2rem;
    color: #2289be;
    border-bottom: 1px solid #383838;
    line-height: 1.75em;
    padding: 10px 0;
  }
  .leavingMessage .leavingMessageInfo {
    padding: 20px 0;
    border-bottom: 1px solid #383838;
  }
  .leavingMessage .userName {
    font-size: 1.2rem;
    color: #cdcdcd;
  }
  .leavingMessage .messageText {
    font-size: 1.3rem;
    color: #dadada;
    padding: 20px 0;
  }
  .leavingMessage .messageTimePraise {
    position: relative;
  }
  .leavingMessage .messageTimePraise .messageTime {
    float: left;
    font-size: 1rem;
    color: #5a5a5a;
    line-height: 23px;
  }
  .leavingMessage .messageTimePraise .messagePraise div {
    position: absolute;
    right: 25px;
    bottom: 0;
  }
  .leavingMessage .messageTimePraise .messagePraise span {
    position: absolute;
    right: 5px;
    bottom: 0;
    font-size: 1rem;
    color: #5a5a5a;
  }
  .leavingMessage .leavingMessageTextarea {
    width: 100%;
    background: #000;
    border: 1px solid #2f2f2f;
    padding: 10px;
    font-size: 1.5rem;
    color: #dadada;
  }
  .leavingMessage .form-item-button-middle {
    text-align: center;
  }
  .leavingMessage .form-item-button-middle .form-item-button {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 10px 50px;
    background: #2289be;
    font-size: 2rem;
    color: white;
    border: 0;
  }
  #item01 .liveBroadcastLeft {
    width: 100%;
    float: none;
  }
  #item01 .liveBroadcastLeft .indexVideo1 {
    position: relative;
    cursor: pointer;
    height: auto;
    overflow: hidden;
  }
  #item01 .liveBroadcastRight {
    width: 100%;
    float: none;
  }
  #item01 .liveBroadcastRight ul li .LiveContent {
    top: 10%;
  }
  #item01 .liveBroadcastRight ul li .LiveContent .LiveContentCenter .LiveTime {
    font-size: 1.2rem;
    line-height: 1.5em;
    border: 2px solid #2d3d48;
    padding: 0 5px;
  }
  #item01 .liveBroadcastRight ul li .LiveContent .LiveContentCenter .LiveTime.LiveIng {
    border: 2px solid #891713;
  }
  #item01 .liveBroadcastRight ul li .LiveContent .LiveTitle {
    font-size: 1.4rem;
    margin-top: 0px;
    padding: 5px;
  }
  #item02 {
    background: #fff;
    padding-bottom: 0px;
  }
  #item02 h3 {
    font-size: 2rem;
    margin: 20px 0;
  }
  #item02 .blue {
    background: #f2f4f9;
  }
  #item02 .technologiesProducts {
    margin: 0 15px;
  }
  #item02 .technologiesProducts .col-xs-6 {
    margin-bottom: 20px;
  }
  #item02 .technologiesProducts .technologiesProductsTitle {
    font-size: 4.2666vw;
    margin-bottom: 0;
  }
  #item02 .technologiesProducts .technologiesProductsInfo {
    font-size: 2.4vw;
    line-height: 1.75em;
  }
  #item03 {
    background: #c4d2e5;
    padding-bottom: 20px;
  }
  #item03 h3 {
    font-size: 2rem;
    margin: 20px 0;
  }
  #item03 .solutionIndex {
    margin: 0 15px;
  }
  #item03 .solutionIndex a {
    display: inline-block;
  }
  #item03 .solutionIndex p {
    left: 5px;
    bottom: 10px;
    font-size: 1.2rem;
  }
  #item03 .solutionIndex li {
    width: 50%;
  }
  #item03 .solutionIndex li p {
    left: 5px;
    bottom: 10px;
    font-size: 1.2rem;
  }
  #item03 .solutionIndex .long {
    width: 100%;
  }
  #item03 .newsIndex {
    margin: 0 15px;
  }
  #item03 .newsIndex .newsIndexDiv {
    background: #d7e6fc;
    padding: 15px;
  }
  #item03 .newsIndex .newsIndexDiv .newsIndexTime {
    font-size: 1.2rem;
  }
  #item03 .newsIndex .newsIndexDiv .newsIndexInfo {
    font-size: 1.2rem;
  }
  #item03 .newsIndex .newsIndexDiv .newsIndexInfo span {
    font-size: 1.4rem;
  }
  #item03 .newsIndex .newsIndexDiv .newsIndexLink {
    margin-top: 10px;
  }
  #item03 .newsIndex .newsIndexDiv .newsIndexLink a {
    font-size: 1.2rem;
  }
  #item04 .contentUsIndex {
    margin: 0;
    position: relative;
  }
  #item04 .contentUsIndex .contentUsIndexLink {
    position: absolute;
    top: 20%;
    right: 5%;
  }
  #item04 .contentUsIndex .contentUsIndexLink a {
    display: inline-block;
    font-size: 1.6rem;
    padding: 5px 10px;
    color: #333;
    background: #ffd200;
    line-height: 2.4rem;
  }
  #item04 .contentUsIndex .contentUsIndexLink p {
    font-size: 1.2rem;
    color: #cfcfcf;
    margin-top: 15px;
  }
  #index #item04 .contentUsIndex {
    padding: 0 0;
  }
  #item05 {
    margin: 0 15px;
  }
  #item05 .videoIndexFooter {
    width: 100%;
    margin: 0 auto;
  }
  #item05 .videoIndexFooter video {
    height: 163px;
  }
  #item06 .ContainerTitle {
    margin-top: 20px;
    text-align: center;
    font-size: 1.6rem;
    color: #2289be;
  }
  #item06 .LiveContainerImg {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
  #item06 .LiveContainerImg img {
    width: 100%;
  }
  #item06 .LiveContainerInfo {
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }
  #item06 .LiveContainerInfo .videoInfo {
    width: auto;
    margin: 0 25px;
  }
  #item06 .LiveContainerInfo .videoInfo li {
    float: left;
    width: 45%;
    margin: 0 5% 0 0;
  }
  #item06 .LiveContainerInfo .videoInfo li img {
    width: 100%;
  }
  #item06 .LiveContainerInfo .videoInfo .videoInfoPlay {
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -160px;
    display: none;
    z-index: 11;
  }
  #item06 .LiveContainerInfo .videoInfo .videoInfoPlay video {
    width: 320px;
  }
  #item06 .LiveContainerInfo .LiveInfo {
    margin: 0 25px 20px 25px;
  }
  #item06 .LiveContainerInfo .LiveInfo p {
    font-size: 1.2rem;
    line-height: 1.75em;
    color: #373a3c;
  }
  #item06 .LiveContainerInfo .LiveInfo .leanMore {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.75em;
    color: #2289be;
    margin-top: 10px;
    width: 47%;
  }
  #item06 .LiveContainerInfo .LiveInfo .downWhitepaper {
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 10px;
    width: 47%;
  }
  #item06 .LiveContainerInfo .LiveInfo .downWhitepaper:before {
    background-size: 15px 14px;
    width: 15px;
    height: 14px;
  }
  #item06 .britvContainerImg {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
  #item06 .britvContainerImg img {
    width: 100%;
  }
  #item06 .britvContainerImg a {
    font-size: 12px;
    margin-top: 6px;
  }
  #item06 .britvContainerInfo {
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }
  #item06 .britvContainerInfo .videoInfo {
    width: auto;
    margin: 0 25px;
  }
  #item06 .britvContainerInfo .videoInfo li {
    float: left;
    width: 45%;
    margin: 0 5% 0 0;
  }
  #item06 .britvContainerInfo .videoInfo li img {
    width: 100%;
  }
  #item06 .britvContainerInfo .videoInfo .videoInfoPlay {
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -160px;
    display: none;
    z-index: 11;
  }
  #item06 .britvContainerInfo .videoInfo .videoInfoPlay video {
    width: 320px;
  }
  #item06 .britvContainerInfo .britvInfo {
    margin: 0 25px 20px 25px;
  }
  #item06 .britvContainerInfo .britvInfo p {
    font-size: 1.2rem;
    line-height: 1.75em;
    color: #373a3c;
  }
  #item06 .britvContainerInfo .britvInfo .leanMore {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.75em;
    color: #2289be;
    margin-top: 10px;
    width: 47%;
  }
  #item06 .britvContainerInfo .britvInfo .downWhitepaper {
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 10px;
    width: 47%;
  }
  #item06 .britvContainerInfo .britvInfo .downWhitepaper:before {
    background-size: 15px 14px;
    width: 15px;
    height: 14px;
  }
  #item07 {
    background: #fff;
  }
  #item07 .ContainerTitle {
    margin-top: 20px;
    text-align: center;
    font-size: 1.6rem;
    color: #2289be;
  }
  #item07 .LiveContainerImg {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
  #item07 .LiveContainerImg img {
    width: 100%;
  }
  #item07 .LiveContainerInfo {
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }
  #item07 .LiveContainerInfo .videoInfo {
    width: auto;
    margin: 0 25px;
  }
  #item07 .LiveContainerInfo .videoInfo li {
    float: left;
    width: 45%;
    margin: 0 5% 0 0;
  }
  #item07 .LiveContainerInfo .videoInfo li img {
    width: 100%;
  }
  #item07 .LiveContainerInfo .videoInfo .videoInfoPlay {
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -160px;
    display: none;
    z-index: 11;
  }
  #item07 .LiveContainerInfo .videoInfo .videoInfoPlay video {
    width: 320px;
  }
  #item07 .LiveContainerInfo .LiveInfo {
    margin: 0 25px 20px 25px;
  }
  #item07 .LiveContainerInfo .LiveInfo p {
    font-size: 1.2rem;
  }
  #item07 .LiveContainerInfo .LiveInfo .leanMore {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.75em;
    color: #2289be;
    margin-top: 10px;
  }
  #item07 .LiveContainerInfo .LiveInfo .downWhitepaper {
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 10px;
    width: 47%;
  }
  #item07 .LiveContainerInfo .LiveInfo .downWhitepaper:before {
    background-size: 15px 14px;
    width: 15px;
    height: 14px;
  }
  #item07 .britvContainerImg {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
  #item07 .britvContainerImg img {
    width: 100%;
  }
  #item07 .britvContainerImg a {
    font-size: 12px;
    margin-top: 6px;
  }
  #item07 .britvContainerInfo {
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }
  #item07 .britvContainerInfo .videoInfo {
    width: auto;
    margin: 0 25px;
  }
  #item07 .britvContainerInfo .videoInfo li {
    float: left;
    width: 45%;
    margin: 0 5% 0 0;
  }
  #item07 .britvContainerInfo .videoInfo li img {
    width: 100%;
  }
  #item07 .britvContainerInfo .videoInfo .videoInfoPlay {
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -160px;
    display: none;
    z-index: 11;
  }
  #item07 .britvContainerInfo .videoInfo .videoInfoPlay video {
    width: 320px;
  }
  #item07 .britvContainerInfo .britvInfo {
    margin: 0 25px 20px 25px;
  }
  #item07 .britvContainerInfo .britvInfo p {
    font-size: 1.2rem;
  }
  #item07 .britvContainerInfo .britvInfo .leanMore {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.75em;
    color: #2289be;
    margin-top: 10px;
  }
  #item07 .britvContainerInfo .britvInfo .downWhitepaper {
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 10px;
    width: 47%;
  }
  #item07 .britvContainerInfo .britvInfo .downWhitepaper:before {
    background-size: 15px 14px;
    width: 15px;
    height: 14px;
  }
  #item08 {
    padding-bottom: 20px;
  }
  #item08 h3 {
    font-size: 2rem;
    margin: 20px 0;
  }
  #item08 .liveBroadcastRight {
    margin: 0 15px;
  }
  #item08 .liveBroadcastRight .LiveDiv .LiveContent .LiveContentCenter .LiveTime {
    font-size: 1.2rem;
    line-height: 1.5em;
    border: 2px solid #2d3d48;
    padding: 0 5px;
  }
  #item08 .liveBroadcastRight .LiveDiv .LiveContent .LiveContentCenter .LiveTime.LiveIng {
    border: 2px solid #891713;
  }
  #item08 .liveBroadcastRight .LiveDiv .LiveContent .LiveTitle {
    font-size: 1.4rem;
    margin-top: 0px;
    padding: 5px;
  }
  #item09 {
    background: #fff;
    padding-bottom: 0;
  }
  #item09 h3 {
    font-size: 2rem;
    margin: 20px 0;
    color: #000;
  }
  #item09 .solutionIndex {
    margin: 0 15px;
  }
  #item09 .solutionIndex li {
    width: 50%;
  }
  #item09 .solutionIndex li p {
    left: 5px;
    bottom: 10px;
    font-size: 1.2rem;
  }
  #item09 .solutionIndex .long {
    width: 100%;
  }
  #item09 .newsIndex {
    margin: 0 15px;
  }
  #item09 .newsIndex .newsIndexDiv {
    background: #d7e6fc;
    padding: 15px;
  }
  #item09 .newsIndex .newsIndexDiv .newsIndexTime {
    font-size: 1.2rem;
  }
  #item09 .newsIndex .newsIndexDiv .newsIndexInfo {
    font-size: 1.2rem;
  }
  #item09 .newsIndex .newsIndexDiv .newsIndexInfo span {
    font-size: 1.4rem;
  }
  #item09 .newsIndex .newsIndexDiv .newsIndexLink {
    margin-top: 10px;
  }
  #item09 .newsIndex .newsIndexDiv .newsIndexLink a {
    font-size: 1.2rem;
  }
  #contentus .banner {
    padding: 40px 0;
  }
  #contentus .contentUsContainer {
    margin: 0 17px;
  }
  #contentus .contentUsContainer .tishi {
    width: 100%;
    padding: 0;
    font-size: 1.6rem;
  }
  #contentus .contentUsContainer .form-item-option span {
    font-size: 1.4rem;
    width: 100%;
    text-align: left;
    text-align-last: left;
  }
  #contentus .contentUsContainer .form-item-option .radioCall {
    padding: 0;
    clear: both;
  }
  #contentus .contentUsContainer .form-item-option .radioCall li {
    font-size: 1.4rem;
    width: 31%;
    margin: 0 1% 0 0;
  }
  #contentus .contentUsContainer .form-item-option .radioCall li::before {
    width: 16px;
    height: 16px;
  }
  #contentus .contentUsContainer .form-item-option input {
    font-size: 1.4rem;
    width: 100%;
    max-width: 100%;
  }
  #contentus .contentUsContainer .form-item-option .checkboxRelated {
    padding: 0;
    clear: both;
    margin-top: 0;
    font-size: 1.4rem;
  }
  #contentus .contentUsContainer .form-item-option .checkboxRelated li {
    font-size: 1.4rem;
    width: 31%;
    margin: 0 1% 0 0;
  }
  #contentus .contentUsContainer .form-item-option .checkboxRelated li::before {
    width: 16px;
    height: 16px;
  }
  #contentus .contentUsContainer .form-item-option select {
    clear: both;
    margin-left: 0;
    max-width: 100%;
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 10px;
  }
  #contentus .contentUsContainer .form-item-option p {
    font-size: 1.4rem;
  }
  #contentus .contentUsContainer .form-item-option textarea {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  #contentus .contentUsContainer .form-item-button-middle .form-item-button {
    font-size: 1.4rem;
  }
  .side-nav {
    right: -120px;
    width: 120px;
  }
  .side-nav .handle-nav {
    left: -25px;
  }
  .side-nav .handle-nav img {
    width: 25px;
  }
  .side-nav .handle-nav .handle-text {
    font-size: 12px;
  }
  .side-nav ul li {
    padding: 10px 0;
    border-width: 1px;
  }
  .side-nav ul li img {
    width: 16px;
    margin-right: 5px;
  }
  .side-nav ul li h2 {
    font-size: 14px;
  }
  .side-nav ul li h2 a {
    font-size: 14px;
  }
}
