锘.nobottom{padding-bottom:0;}
.notop{padding-top:0;}
.qual4-2 .qual4text {margin-top:0;}


.walsite{ width: 1380px; margin: 0 auto; }
.title{ overflow: hidden; }
.title .h6{ font-size: 36px; color: #333333; text-align: center; position: relative; padding: 70px 0 16px; margin-bottom: 52px; }
.title .h6:before{ content: ''; display: block; width: 30px; height: 1px; background: #008cd6; position: absolute; left: 50%; margin-left: -15px; bottom: 0;}

/*webmap*/
.webmap{  }
.webmap ul{ overflow: hidden; }
.webmap li{ float: left; margin-right: 14px;}
.webmap li:last-child{ margin-right: 0;}
.webmap li a{ display: block; width: 160px; height: 41px; border: 1px solid #cccccc; border-radius: 8px; text-align: center; line-height: 41px; }
.webmap li .h6{ margin-bottom: 40px; background: #FFFFFF; }
.webmap li a.p{ margin-bottom: 21px; color: #FFFFFF; background: #008cd6 url(../image/a12_03.png) no-repeat calc(100% - 14px) center; border-color: #008cd6; }
.webmap li a.p:hover{ animation: aad 0.2s linear forwards; }

.customer1 .content {
    margin-top: 50px;
    font-size: 18px;
    line-height: 36px;
    color: #666;
}
.customer1 {
    border-bottom:0px;
}

    .customer1 .headquart {
        height: 160px;
    }

/*webmap*/


.prodatalist .btn2 {width: 80px;height: 30px;border-radius: 30px;text-align: center;line-height: 30px;background-color: #ff9900;color: #fff;}
.customer2 .btn2{width:170px;height:50px;font-size:16px;text-align:center;line-height:50px;background-color:#008cd6;color:#fff;cursor:pointer;margin-top:10px}

.searchform .btn2,
.searchform .close {height: 50px;line-height: 50px;cursor: pointer}



.search-wrapper .list ul li {padding: 30px 0 26px;border-bottom: 1px solid #d2d2d2;}
.search-wrapper .list ul li:hover .name {color: #0075c2;}
.search-wrapper .list ul li .name {display: block;font-size: 18px;color: #333;font-weight: 700;text-transform: uppercase;line-height: 26px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.search-wrapper .list ul li .desc {font-size: 16px;color: #333;line-height: 30px;margin-top: 16px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}


.result2{margin-top:32px;display: block;float: left; width: 100%;display: none;}
.result2 span{vertical-align: top;    line-height: 32px;display:inline-block;font-size:16px;}
.result2 ol{display: inline-block;}
.result2 ol li{position: relative;margin-left:20px; }
.result2 ol li:before {top: 15px;position: absolute;content: '';left: -20px;width: 14px;height: 14px;border-radius: 100%;line-height: 14px; margin-top: -5px;background-color: #008cd7;
}
.result2 ol li a{width: 100%;display: block;margin-bottom:8px;line-height:32px;}


.about2 .pagetitlebox .entitle{color:#fff;}


.mask {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 51;
}
.demand-modal-box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 51;
  display: none;
}
.demand-modal-box .main {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.demand-modal-box .inner {
  position: relative;
  width: 974px;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 70px;
}
.demand-modal-box .caption,
.demand-modal-box .form {
  padding: 0 95px;
}
.demand-modal-box .caption {
  position: relative;
  font-size: 24px;
  color: #333;
  font-weight: 700;
  line-height: 36px;
  padding-top: 50px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
.demand-modal-box .caption:after {
  content: "";
  display: block;
  width: 23px;
  height: 2px;
  background: #008cd6;
  margin-top: 18px;
}
.demand-modal-box .form {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 25px;
  max-height: 70vh;
  overflow-y: auto;
}
.demand-modal-box .form::-webkit-scrollbar {
  width: 5px;
  background-color: #f7f8f9;
}
.demand-modal-box .form::-webkit-scrollbar-thumb {
  background-color: #008cd6;
}
.demand-modal-box .group {
  position: relative;
  width: 366px;
  margin-bottom: 10px;
}
.demand-modal-box .group.max {
  width: 100%;
}
.demand-modal-box .group:last-child {
  margin-bottom: 0;
}
.demand-modal-box label {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.demand-modal-box label span {
  color: #008cd6;
  display: inline-block;
  margin-left: 4px;
}
.demand-modal-box .title {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
  margin: 17px auto 20px;
}
.demand-modal-box .text,
.demand-modal-box .msg {
  font-size: 14px;
  border: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-top: 4px;
}
.demand-modal-box .text {
  color: #333;
  height: 36px;
  line-height: 36px;
}
.demand-modal-box .msg {
  height: 112px;
  resize: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.demand-modal-box .plan label {
  position: relative;
  display: block;
  padding-left: 52px;
  cursor: pointer;
  font-style: normal;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  margin-bottom: 12px;
}
.demand-modal-box .plan label:hover {
  color: #008cd6;
}
.demand-modal-box .plan label:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(/vancheer/img/radio.png) no-repeat left center;
  background-size: contain;
  position: absolute;
  left: 30px;
  top: 6px;
  z-index: 10;
}
.demand-modal-box .plan .radio {
  display: none;
}
.demand-modal-box .plan .radio:checked + label:before {
  background: url(/vancheer/img/radio_on.png) no-repeat;
  background-size: contain;
}
.demand-modal-box .radio {
  display: none;
}
.demand-modal-box .close3 {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/vancheer/img/close2.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -80px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.demand-modal-box .close3:hover {
  transform: rotate(-90deg);
}
.demand-modal-box .btn-box {
  padding-top: 28px;
  margin-top: 20px;
  margin-left: 95px;
}
.demand-modal-box .submit {
    display:block;
    width: 170px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    background-color: #008cd6;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
}


.socrespcontent {line-height: 1.6;color: #666;margin-top: 32px;}
.socrespcontent p{}

.layui-layer-hui .layui-layer-content{color:#fff;}

.base-modal .btn {
    padding: 0;
}
a.btnbg:hover span{color:#fff;}

.tips {color: #ff9900;line-height: 24px;margin-bottom: 12px;font-size: 16px;}
.user-register-modal .tips{line-height: 18px;font-size: 14px;color:#008cd7;}

.globalization .box .tips{margin-left:16px;}

@media (max-width:1024px) {

    .tips{font-size: 12px;line-height: 20px;}
    .globalization .box .tips{margin-left:0;}

    .customer2 .btn2{width:120px;height:42px;line-height:42px}
    .searchform .close, .searchform .btn2{height:40px;line-height:40px}
}

@media screen and (max-width: 1004px)
{
    .socrespcontent {margin-top: 18px;}

    .mask {
        background: rgba(0, 0, 0, 0.9);
    }

    .demand-modal-box .main {
        padding: 0 15px;
      }
      .demand-modal-box .inner {
        width: 100%;
        padding-bottom: 30px;
      }
      .demand-modal-box .caption,
      .demand-modal-box .form {
        padding: 0 20px;
      }
      .demand-modal-box .caption {
        font-size: 18px;
        line-height: 30px;
        padding-top: 20px;
      }
      .demand-modal-box .caption:after {
        width: 18px;
        margin-top: 10px;
      }
      .demand-modal-box .form {
        display: block;
        margin-top: 20px;
        max-height: 50vh;
      }
      .demand-modal-box .form::-webkit-scrollbar {
        width: 3px;
      }
      .demand-modal-box .group {
        width: 100%;
        margin-bottom: 24px;
      }
      .demand-modal-box .title {
        padding-bottom: 10px;
        margin: 10px auto 12px;
      }
      .demand-modal-box .msg {
        height: 100px;
      }
      .demand-modal-box .plan label {
        margin-bottom: 6px;
      }
      .demand-modal-box .close3 {
        width: 20px;
        height: 20px;
        right: 0;
        top: -30px;
      }
      .demand-modal-box .btn-box {
        padding-top: 20px;
        margin-left: 20px;
        padding-right: 20px;
      }
      .demand-modal-box .submit {
        width: 100%;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
      }
      .demand-modal-box .submit img {
        width: 16px;
        margin-left: 10px;
      }




    .title .h6{ font-size: 26px; padding: 24px 0 8px; margin-bottom: 26px; }
    .walsite
    {
       width:100%;
    }
    .webmap li
    {
        width: 100%;
        background: none;
        border-bottom: 1px solid #ccc;
    }
    .webmap ul
    {
        margin:15px
    }
        .webmap li a
        {
            width: auto;
            height: auto;
            border: none;
            line-height: 28px;
        }

        .webmap li .h6
        {
            overflow: hidden;
            margin: 10px 0;
        }

            .webmap li .h6 a
            {
                float: left;
                font-size: 18px;
                color: #008cd6;
                font-weight: bold;
            }

        .webmap li .box
        {
            overflow: hidden;
        }

        .webmap li a.p
        {
            float: left;
            margin-right: 20px;
            background: none;
            color: #666666;
            margin-bottom: 0;
        }

        .webmap li div:last-child
        {
            margin-bottom: 20px;
        }


    .prodatalist .btn2 {width: 56px;height: 26px;line-height: 26px;font-size: 12px;}
}<!--0.00010108947753906-->