.main {
  background: url(/index/img/tuoyuan.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.main h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-top: 100px;
  text-align: center;
  font-size: 70px;
  color: #fbfbfb;
  font-weight: 900;
  letter-spacing: 20px;
}
.main h1 span{
  position: absolute;
  top: 0;
  right: -40px;
  letter-spacing: 5px;
  font-size: 18px;
}
.main h2 {
  text-align: center;
  color: #fbfbfb;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 10px;
  margin-top: 15px;
}
.main .maininput {
  margin-top: 40px;
}
.main .maininput #checkurl {
  width: 100%;
  height: 60px;
  border: none;
  outline: none;
  padding-left: 30px;
  font-size: 16px;
  border-radius: 30px 0 0 30px;
}
.main .maininput button {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  padding: 0;
  border-radius: 0 30px 30px 0;
  background-color: #000;
  color: #fbfbfb;
  font-size: 18px;
  font-weight: 900;
}
.main .maininput button:hover {
  opacity: 0.7;
}
.main .maininput .layui-input-block {
  margin: 0;
}
.main .maininput .layui-input-block .layui-input {
  text-align: center;
  height: 60px;
  border: none;
  border-left: 1px solid #e6e6e6;
}
.main .maininput .layui-input-block .layui-form-select dl {
  top: 60px;
  bottom: auto;
}

.whatyy {
  padding-top: 50px;
}
.whatyy h3 {
  font-size: 30px;
  text-align: center;
  color: #0099ff;
  font-weight: 900;
  margin-bottom: 50px;
}
.whatyy .container {
  padding: 40px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  text-align: center;
  background: #fff;
}


.checktools{
  margin-top: 70px;
}
.checktools h3{
  font-size: 30px;
  text-align: center;
  color: #0099ff;
  font-weight: 900;
  margin-bottom: 20px;
}
.checktools .row{
  margin: 20px 0;
}
.checktools .checktools_view{
  display: flex;
  align-items: center;
  height: 100px;
  padding:0 10px;
  box-shadow: 0 0 15px -4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  transition: padding 0.3s,box-shadow 0.2s;
  cursor: pointer;
}
.checktools_view img{
    width: 60px;
}
.checktools_view:hover{
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.2);
  padding-left: 15px;
}
.checktools_view:hover h5{
  color: #0099ff;
}
.checktools_view img{
  width: 60px;
}
.checktools_view h5{
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  margin-bottom: 5px;
  transition:color 0.2s;
}
.checktools_view p{
  font-size: 12px;
  max-width: 150px !important;
  color: rgba(0, 0, 0, 0.5);
}
.tell{
  margin-top: 50px;
  padding: 40px 0;
}
.tell h3 {
  font-size: 30px;
  text-align: center;
  color: #0099ff;
  font-weight: 900;
  margin-bottom: 20px;
}

.tell .imgbox{
  padding: 10px;
}

.tell .small_imgbox{
  max-width: 253px;
  margin: 20px auto;
  position: relative;
  height: 400px;
  padding: 30px 10px 0;
  background-color: red;
  background-color: #fff;
  box-shadow: 0px 2px 20px 2px rgba(0, 0, 0, 0.07);
  border-radius: 22px;
}
.tell .small_imgbox img{
  width: 100%;
}
.tell .footimg{
  position: absolute;
  left: 0;
  bottom: 0;
}

.tell .foottext{
  position: absolute;
  left: 70px;
  top: 350px;
  width: 170px;
  color: #fff;
  text-overflow: ellipsis;
}
.tell .foottext strong{
  font-size: 14px;
}
.tell .foottext p{
  font-size: 12px;
}
.callback_url{
    margin: 20px 0 100px;
    text-align: center;
}
.callback_url h3{
    font-size: 30px;
    color: #0099ff;
    font-weight: 900;
    margin-bottom: 20px;
}
.callback_url p{
    font-size: 16px;
    color: #666;
}
.callback_url img{
    width: 100%;
    max-width: 800px;
    margin-top: 30px;
}
.cdnmap_box{
    padding: 40px 0;
    background: linear-gradient(133deg, #3171FF 0%, #3171FF 100%);
}

.cdnmap_box h3{
    margin: 0 0 20px;
    color: #fff;
}

.cdnmap_box h4{
    color: #fff;
}

/* 产品咨询 */
.news{
  background-color: #f7f7f7;
  padding: 50px 0;
}
.news h3{
  font-size: 30px;
  text-align: center;
  color: #0099ff;
  font-weight: 900;
  margin-bottom: 50px;
}
.news_box{
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-top: 15px;
  min-height: 272px;
}
.news_title{
  height: 80px;
  border-bottom: 1px solid #eee;
  line-height: 80px;
  font-size: 18px;
  color: #333;
  padding:0 30px;
}
.news_title img{
  margin-right: 15px;
}
.news_title a{
  float: right;
  color: #999;
  text-decoration: none;
}
.nes_content ul{
  padding: 15px 30px;
}
.nes_content li{
  height: 40px;
  line-height: 40px;
}
.nes_content a{
  display: inline-block;
  max-width: 60%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.nes_content .point{
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #cecece;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}
.nes_content .time{
  float: right;
  font-size: 14px;
  color: #999;
}
.shouyibox {
  padding: 20px 0 40px;
  /*background-color: #fff;*/
}
.shouyibox h3 {
  font-size: 30px;
  text-align: center;
  color: #0099ff;
  font-weight: 900;
  margin-bottom: 50px;
}
.shouyibox .peopel {
  position: relative;
  width: 90%;
  padding: 10px;
  height: 180px;
  margin: 10px auto;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #0099ff;
}
.shouyibox .peopel h4 {
  text-align: center;
  color: #0099ff;
  font-weight: 600;
  font-size: 24px;
}
.shouyibox .peopel p {
  padding: 10px;
  color: #0099ff;
  text-align: center;
}
.shouyibox .peopel span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0%;
  background-color: #0099ff;
}

.mtk {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.mtk #close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.mtk .smallbox {
  overflow: hidden;
  position: absolute;
  top: -500px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  max-width: 500px;
  background-color: #fff;
  border-radius: 20px;
}
.mtk .smallbox h5 {
  font-size: 16px;
  color: #fff;
  padding: 10px 30px;
  margin: 0;
  background-color: #000;
  text-align: center;
}
.mtk .smallbox .result {
  max-height: 400px;
  overflow-y: scroll;
  padding: 20px;
}
.mtk .smallbox .result p {
  font-size: 14px;
  margin: 5px 0;
  font-weight: 600;
}
.mtk .smallbox .result p span {
  color: gray;
}
.mtk .smallbox .fuzhi {
  border-top: 1px solid #eee;
  padding: 10px 0;
  text-align: center;
}
.mtk .smallbox .fuzhi button {
  width: 100%;
  max-width: 200px;
  height: 35px;
  background-color: #0099ff;
  color: #fff;
  border: none;
  outline: none;
  font-weight: 600;
  border-radius: 5px;
}
.mtk .smallbox .fuzhi button:hover {
  background-color: #00a4ff;
}
@media screen and (max-width: 992px) {
  .whathave .haveli_1 .wenzibox,
  .whathave .haveli_2 .wenzibox,
  .whathave .haveli_3 .wenzibox,
  .whathave .haveli_4 .wenzibox,
  .whathave .haveli_5 .wenzibox,
  .whathave .haveli_6 .wenzibox {
    padding: 20px 10px;
    margin-left: 150px;
  }
  .whychoose .choosereason .pbox p {
    padding: 10px;
  }
  .main .maininput #checkurl,
  .main .maininput button,
  .main .maininput .layui-input {
    border-radius: 30px !important;
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .main {
    padding-top: 100px;
  }
  .main h1 {
    font-size: 42px;
    letter-spacing: 10px;
  }
  .main h2 {
    font-size: 22px;
    letter-spacing: 2px;
  }
  .main .maininput #checkurl,
  .main .maininput button,
  .main .maininput .layui-input {
    border-radius: 30px !important;
    margin-top: 20px !important;
  }
  .whychoose .advantage .advantage_1,
  .whychoose .advantage .advantage_2,
  .whychoose .advantage .advantage_3 {
    border: none;
  }
  .whychoose .choosereason .greenbg {
    float: none;
    width: 100px;
    height: 100px;
    padding: 15px;
    margin: 10px auto;
    border-radius: 50%;
  }
  .whychoose .choosereason .greenbg img {
    width: 70px;
    height: 70px;
  }
  .whychoose .choosereason .pbox {
    margin-left: 0;
    padding: 10px;
  }
  .whychoose .choosereason .pbox p {
    padding: 0;
    font-size: 12px;
  }
  .whathave .haveli_1 .wenzibox,
  .whathave .haveli_2 .wenzibox,
  .whathave .haveli_3 .wenzibox,
  .whathave .haveli_4 .wenzibox,
  .whathave .haveli_5 .wenzibox,
  .whathave .haveli_6 .wenzibox {
    padding: 20px 10px;
    margin-left: 90px;
  }
}
