.banner {
  background: url(../img/white_paper_dow/banner.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  padding-top: 25%;
  color: #fff;
  position: relative;
}
.banner .w1200 {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.banner .nav {
  position: absolute;
  top: 80px;
  left: 0;
}
.banner .nav a {
  color: #fff;
}
.banner .txt {
  position: absolute;
  top: 51%;
  left: 0;
  transform: translateY(-50%);
}
.banner .txt p {
  font-weight: 500;
}
.banner .txt span {
  display: inline-block;
  margin-top: 10px;
}
.all {
  width: 100%;
}
.all .clearfix {
  padding-top: 3%;
  display: flex;
  justify-content: space-between;
}
.all .clearfix img {
  width: 100%;
}
.all .clearfix .left {
  width: 61%;
}
.all .clearfix .left .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.all .clearfix .left .tit .count {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.all .clearfix .left .tit .count svg {
  width: 24px;
  height: 22px;
}
.all .clearfix .left .tit .count svg path {
  width: 100%;
  height: 100%;
}
.all .clearfix .left .tit .count p {
  color: #666;
  margin-left: 5px;
}
.all .clearfix .left .tit ul {
  display: flex;
  align-items: center;
  margin-top: 10px;
  flex-wrap: wrap;
}
.all .clearfix .left .tit ul li {
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  padding: 5px 22px;
  margin-right: 5px;
  white-space: nowrap;
}
.all .clearfix .left .tit ul li a {
  color: #252b3a;
  cursor: default;
}
.all .clearfix .left .des {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #E5E5E5;
  position: relative;
  margin-bottom: 100px;
}
.all .clearfix .left .des p {
  font-size: 16px;
  line-height: 1.66;
  padding: 12px 0;
  color: #212121;
  text-align: justify;
}
.all .clearfix .left .des .txt_btm {
  width: 100%;
  height: 122px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.all .clearfix .left .des .txt_btm a {
  display: inline-block;
  color: #fff;
  background: linear-gradient(90deg, #1882F0 0%, #00AEEE 100%);
  border-radius: 2px;
  padding: 9px 22px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.all .clearfix .right {
  width: 34%;
  margin-top: 10px;
}
.all .clearfix .right img {
  width: 100%;
  display: block;
}
.all .clearfix .right .resource_download {
  position: relative;
}
.all .clearfix .right .box {
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 0px rgba(215, 229, 239, 0.5);
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  padding: 20px;
  margin-bottom: 20px;
}
.all .clearfix .right .box .title {
  color: #212121;
}
.all .clearfix .right .box p {
  color: #212121;
  font-weight: 600;
}
.all .clearfix .right .box .img {
  margin: 15px 0 10px;
}
.all .clearfix .right .box .or {
  position: relative;
}
.all .clearfix .right .box .or .or_img {
  width: 187px;
  position: absolute;
  top: -27px;
  left: 102px;
  transition: all 0.3s;
  transform: translateX(-10px);
  opacity: 0;
  pointer-events: none;
}
.all .clearfix .right .box .or:hover .or_img {
  transform: translateX(0px);
  opacity: 1;
}
.all .clearfix .right .box .dow {
  display: flex;
  align-items: center;
}
.all .clearfix .right .box .dow p {
  color: #2386EE;
  font-weight: 400;
}
.all .clearfix .right .box .dow svg {
  width: 17px;
  height: 17px;
  margin-right: 5px;
}
.all .clearfix .right .box .dow svg path {
  width: 100%;
  height: 100%;
}
.all .clearfix .right .box span {
  display: inline-block;
  margin-top: 9px;
  padding-top: 15px;
  border-top: 1px solid #E5E5E5;
  color: #666;
}
.all .clearfix .right .box .btm_dow {
  display: flex;
  align-items: center;
  color: #2386EE;
  margin-top: 15px;
}
.all .clearfix .right .box .btm_dow svg {
  width: 11px;
  height: 11px;
  margin-left: 5px;
}
.all .clearfix .right .box .btm_dow svg path {
  width: 100%;
  height: 100%;
}
.pop-up {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}
.pop-up .pop-ctn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 8px 26px 0 rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  text-align: center;
}
.pop-up .pop-ctn p {
  color: #061828;
  font-size: 24px;
  line-height: 33px;
  margin-top: 24px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.pop-up .pop-ctn span {
  color: #0086fe;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
  display: inline-block;
  border-top: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.pop-up .pop-ctn img {
  width: 160px;
  height: 160px;
  margin: 20px auto 24px;
}
.pop-up .pop-ctn svg {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.pop-up .pop-ctn svg:hover {
  transform: rotate(180deg);
}
.free {
  padding: 44px 0 46px;
  background: url(../img/active/d_bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.free .con .left {
  float: left;
}
.free .con .left h2 {
  color: #fff;
}
.free .con .left h3 {
  margin-top: 12px;
  color: #fff;
}
.free .con a {
  float: right;
  display: block;
  width: 126px;
  height: 44px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  position: relative;
  top: 20px;
  border: 1px solid #fff;
}
.free .con a:after {
  display: inline-block;
  content: '\e683';
  font-family: iconfont;
  font-size: 14px;
  color: #fff;
  width: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.free .con a:hover:after {
  margin-left: 6px;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .all .clearfix .left {
    width: 100%;
  }
  .all .clearfix .right {
    display: none;
  }
  .banner .nav {
    display: none;
  }
  .banner .txt {
    width: 100%;
    text-align: center;
    top: 56%;
  }
  .banner {
    padding-top: 235px;
  }
  .banner .txt span {
    width: 50%;
  }
  .all .clearfix .left .tit .count p {
    font-size: 14px;
  }
  .all .clearfix .left .tit ul li {
    padding: 3px 12px;
    margin-bottom: 5px;
  }
  .all .clearfix .left .des p {
    font-size: 14px;
  }
  .free {
    display: none;
  }
}
/*# sourceMappingURL=white_paper_dow.css.map */