body {
  /*font-size: 16px;*/
}
ul,
ol {
  margin-bottom: 0;
}
.banner-arrow {
  display: block;
  margin: 0 auto;
}

.text {
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 320px;
  font-size: 1em;
  padding: 0 15px;
}

.apply-btn {
  background: transparent;
  padding: 0.6em 4em;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #fff;
  position: absolute;
  top: 72%;
  left: 50%;
  margin-left: -6.5em;
  cursor: pointer;
}

.apply-btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.action-box {
  text-align: right;
}

.monitoring-box {
  position: relative;
  margin: 0 auto;
  padding: 60px 0;
}

.xk_content .monitoring-box:nth-of-type(2n) {
  background: #f6f7fb;
}
/*// todo - 适应一下样式 start*/
/*.tab-pane .container-fluid:nth-of-type(2n+1) .monitoring-text{*/
/*	margin-left: -4.2%;*/
/*}*/
/*#allmark_content.tab-pane .container-fluid:nth-of-type(2n) .col-md-pull-3.action-box{*/
/*	right: 20.8%;*/
/*}*/
/*.tab-pane .container-fluid:nth-of-type(2n) .col-md-pull-5.action-box{*/
/*	right: 37.4%;*/
/*}*/
/*//  - 适应一下样式 end*/
/*1111111111*/
.tab-pane .container-fluid .row {
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  min-height: 460px;
  padding: 60px 0;
}
.tab-pane .container-fluid .monitoring-text {
  /* flex: 1; */
  padding-right: 30px;
  width: 50%;
}
.tab-pane .container-fluid .action-box {
  /* flex: 1; */
  width: 50%;
}
.tab-pane .container-fluid .action-box img {
  float: right;
}
.tab-pane .container-fluid-2n {
  background-color: #f6f7fb;
}
.tab-pane .container-fluid-2n .monitoring-text {
  padding-left: 14%;
}

.monitoring-box .row {
  max-width: 950px;
  margin: 0 auto;
  min-height: 460px;
  display: flex;
  align-items: center;
}
.sh_content .monitoring-box .row {
  /*max-width: 900px;*/
}
.sh_content .monitoring-box .row .monitoring-text {
  /*width: 300px;*/
}
.sh_content .monitoring-box .row .action-box {
  /*width: 600px;*/
}
.monitoring-box .row > div {
  padding: 0;
}
.monitoring-box .row img {
  float: right;
}
.analyse .row img {
  float: left;
}
.monitoring-box.center_item {
  text-align: center;
  padding: 58px 0;
}
.center_item .monitoring-text,
.analyse.center_item .monitoring-text {
  margin-bottom: 65px;
  padding: 0;
  float: none;
}
.center_item .action-box {
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
  float: none;
}
.center_item .action-box img {
  display: inline-block;
  width: 100%;
  margin-left: 0 !important;
}

.magazine_content .download_box h4 {
  margin: 0;
}

.monitoring-text h2 {
  font-size: 32px;
  color: #333333;
}

.monitoring-text p {
  font-size: 20px;
  color: #333;
  word-break: keep-all;
}

.analyse {
  background: #f6f7fb;
}
.xk_content .analyse {
  background: #fff;
}

.analyse .monitoring-text {
  float: left;
}

.sh_content .monitoring-text {
  padding-right: 0;
}
.sh_content .analyse .action-box img {
  margin-left: 0;
}
.sh_content .download_box_in {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.sh_content .download_box_in h4 {
  margin: 0;
  margin-right: 70px;
}
.item-arrow {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25.5px;
}

.apply-btn2 {
  display: block;
  margin: 32px auto;
  font-size: 30px;
  padding: 12px 90px;
}

.apply-box {
  /*min-height: auto;*/
}

.banner-img {
  display: none;
}

/*申请后按钮样式*/
.unapply-btn {
  background-color: rgba(3, 3, 3, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #29cce8;
}

.unapply-btn2 {
  background-color: #999999;
}
.unapply-btn2:hover {
  background-color: #999999;
}

.tab_box {
  max-width: 950px;
  margin: 0 auto;
  padding: 0;
  background-color: #f6f7fb;
  display: flex;
  display: -webkit-flex;
  /*justify-content: space-between;*/
  /*align-content: space-between;*/
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tab_box a {
  color: #333;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  margin: 45px 0;
  height: 11.375rem;
  line-height: 19.375rem;
  position: relative;
}
.tab_box a.active > img {
  display: block;
}
.tab_box a > img {
  line-height: 0;
  position: absolute;
  bottom: -45px;
  left: 50%;
  margin-left: -29px;
  display: none;
}
.tab_box a:nth-of-type(1) {
  background: url("https://allmark.oss-cn-shenzhen.aliyuncs.com/site/imgs/logo_01.png")
    no-repeat;
  background-position: center 22px;
  background-size: 100px 100px;
}
.options .tab_box a.active {
  background-color: #fff !important;
  /*color: #29CCE8;*/
  box-shadow: 0 0 20px rgba(79, 92, 189, 0.1);
}
.tab_box a:nth-of-type(2) {
  background: url("https://allmark.oss-cn-shenzhen.aliyuncs.com/site/imgs/logo_04.png")
    no-repeat;
  /* background: url('https://allmark.oss-cn-shenzhen.aliyuncs.com/site/imgs/logo_03.png') no-repeat; */
  background-position: center 22px;
  background-size: 118px 97px;
}
/* .tab_box a:nth-of-type(3){
    background: url('https://allmark.oss-cn-shenzhen.aliyuncs.com/site/imgs/logo_04.png') no-repeat;
	background-position: center 22px;
	background-size: 118px 97px;
} */
.tab_box a:nth-of-type(4) {
  background: url("http://allmark.oss-cn-shenzhen.aliyuncs.com/radar/logo_big.jpg")
    no-repeat;
  background-position: center 22px;
  background-size: 90px 90px;
}
.tab_box a:nth-of-type(5) {
  background: url("https://allmark.oss-cn-shenzhen.aliyuncs.com/site/imgs/deepeye_logo.jpg")
    no-repeat;
  background-position: center 22px;
  background-size: 106px 78px;
}

/* .tab_box a:nth-of-type(3) {
  background: url("https://allmark.oss-cn-shenzhen.aliyuncs.com/site/imgs/xlkk_logo.png")
    no-repeat;
  background-position: center 22px;
  background-size: 90px 90px;
} */
.tab_box a:nth-of-type(3) {
  background: url("https://allmark.oss-cn-shenzhen.aliyuncs.com/xlkk/web/sl_logo.png")
    no-repeat;
  background-position: center 22px;
  background-size: 90px 90px;
}

.tab_box a:hover {
  text-align: center;
}
.navbar-nav {
  margin: 0 -15px;
}
.options {
  background-color: #f6f7fb;
}

/*----轮播图 start----*/
.carousel-indicators li {
  border: none;
  background: rgba(255, 255, 255, 0.7);
  margin: 4px;
}
.carousel-indicators .active {
  width: 30px;
  height: 10px;
  background: rgba(255, 255, 255, 1);
  margin: 4px;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
}

/*----轮播图 end----*/

.download_box {
  height: 400px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url("https://allmark.oss-cn-shenzhen.aliyuncs.com/site/imgs/bejing_02.png")
    no-repeat;
  background-size: 100% 100%;
  background-color: #1a7ae6;
}
.download_box h4 {
  margin-bottom: 40px;
  font-size: 36px;
  color: #fff;
  font-weight: 400;
}
.download_box .btn {
  width: 218px;
  height: 55px;
  background-color: #fff;
  font-size: 21px;
  color: #29cce8;
  border-radius: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.download_box .btn > a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-size: 21px;
  color: #29cce8;
}
.carousel-inner .item img {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .tab_box a {
    width: 148px;
    height: 182px;
    /*margin-left: 60px;*/
    line-height: 290px;
  }
  .tab_box {
    padding: 0 15px;
  }
  .tab-pane .container-fluid {
    padding: 0 8%;
  }
}

@media only screen and (max-width: 1242px) {
}
@media (min-width: 768px) and (max-width: 1200px) {
  .download_box {
    height: 280px;
  }
  .tab_box {
    padding: 0 8%;
  }
  .tab-pane .container-fluid {
    padding: 0 8%;
  }
}

@media only screen and (max-width: 767px) {
  body {
    padding-top: 42px;
  }

  .tab_box {
    padding: 0 15px;
    width: 100%;
  }
  .tab_box a {
    width: 25%;
    height: 9.375rem;
    padding: 0;
    text-align: center;
    line-height: 15.375rem;
    margin: 20px 0;
    color: #666666;
    font-size: 1rem;
  }
  .sh_content .monitoring-box .row .monitoring-text {
    width: 100%;
  }
  .options .tab_box a.tab_item {
    background-position: center 0;
    background-position-x: center;
    background-position-y: 15px;
    background-size: 59px 49px;
  }
  .options .tab_box a.tab_item:nth-of-type(1) {
    background-position: center 0;
    background-position-x: center;
    background-position-y: 15px;
    background-size: 50px 50px;
  }
  .options .tab_box a.tab_item.xk_tab_item {
    background-position: center 0;
    background-position-x: center;
    background-position-y: 15px;
    background-size: 46px 46px;
  }
  .options .tab_box a.tab_item.kf_tab_item {
    background-position: center 0;
    background-position-x: center;
    background-position-y: 15px;
    background-size: 46px 46px;
  }
  .monitoring-box .row .monitoring-text {
    padding: 0 16%;
  }
  .monitoring-box .action-box img {
    padding: 0 16%;
    float: none;
    margin: 0 auto;
  }
  .download_box {
    height: 104px;
    background: url("https://allmark.oss-cn-shenzhen.aliyuncs.com/site/imgs/beijing.jpg");
  }
  .download_box h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .download_box button {
    height: 40px;
    font-size: 14px;
  }
  .center_item .action-box img {
    width: auto;
  }
  .sh_content .download_box_in h4 {
    margin: 0;
    margin-right: -20px;
  }
  .sh_content .download_box_in img {
    width: 45%;
  }
  .tab_box a > img {
    bottom: -40px;
  }
  html {
    font-size: 12px;
  }
  img.img-responsive.banner-arrow {
    width: 10%;
  }
  .apply-btn {
    top: 71%;
  }
  .banner-img {
    display: block;
    width: 100%;
  }
  .text {
    top: 53%;
  }
  .monitoring-box .row {
    display: block;
    min-height: 0;
  }
  .monitoring-box {
    padding-bottom: 30px;
    padding-top: 12px;
  }
  .action-box {
    text-align: center;
  }
  .monitoring-text {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .monitoring-box.center_item {
    padding: 12px 0 0;
  }
  .magazine_content .monitoring-text {
    padding: 0;
  }
  .magazine_content .download_box h4 {
    margin: 0;
  }
  .monitoring-text h2 {
    font-size: 26px;
  }
  .monitoring-text p {
    font-size: 14px;
    /*text-align: left;*/
  }
  .center_item .monitoring-text p {
    font-size: 14px;
    text-align: center;
  }
  .analyse .action-box img {
    margin: 0 auto;
  }
  .monitoring-text .text-centerx {
    /*text-align: center;*/
  }
  .apply-btn2 {
    padding: 6px 30px;
    font-size: 24px;
  }
  .download_box .btn {
    width: 158px;
    height: 38px;
    background-color: #fff;
    font-size: 18px;
    color: #29cce8;
    border-radius: 5px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
  }
  .download_box .btn > a {
    font-size: 18px;
  }

  .tab-pane .container-fluid {
    padding: 0 15px;
  }

  .tab-pane .container-fluid .row {
    min-height: 0;
  }
  .tab-pane .container-fluid .monitoring-text {
    text-align: left;
  }
  .tab-pane .container-fluid-2n .monitoring-text {
    padding-left: 20px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .banner {
    font-size: 14px;
  }
}

@media only screen and (max-width: 500px) {
  .banner {
    font-size: 12px;
  }
}

@media only screen and (max-width: 400px) {
  .banner {
    font-size: 10px;
  }
  .text {
    top: 54%;
  }
}
