html,body{
  background-color: #fff;
  font-family: Source Han Sans CN;
}
.header-box{
  width: 100%;
  height: 80px;
  background-color: #fff;
}
.header-box nav{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.head-option button{
  font-size: 18px;
  color: rgba(0, 179, 74, 1);
  padding: 6px 16px;
  border: none;
  background-color: #fff;
  border-radius: 3px;
  margin-left: 14px;
}
.head-option button:active{
  opacity: .9;
}

.banner-box{
  width: 100%;
  height: 548px;
}
.swiper-wrapper{
  width: 100%;
  height: 100%;
}
.banner-box .banner-item{
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: contain; */
  background-size: 100% 100%;
}
.banner-box .banner-btn{
  outline: none;
}
.banner-box .banner-btn img{
  width: 31px;
}
.swiper-button-prev:after,.swiper-button-next:after{
  content: "";
}
.banner-center{
  width: 1200px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.banner-center h2,.banner-center p,.banner-center strong{
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  font-family: Source Han Sans CN;
  margin-bottom: 18px;
}
.banner-center p{
  font-size: 24px;
}
.banner-center strong{
  font-size: 16px;
  font-weight: 300;
}
.banner-center dl{
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  width: 50%;
}
.banner-center dd{
  width: 50%;
  display: inline-flex;
  align-items: center;
  align-content: center;
  margin-bottom: 18px;
}
.banner-center dd b{
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  color: #2BB0D1;
  text-align: center;
  line-height: 24px;
  margin-right: 8px;
  font-size: 18px;
  font-weight: bold;
}
.banner-more-btn{
  width: auto;
  display: inline-block;
  height: 36px;
  padding: 0 18px;
  color: #0071E3;
  background-color: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 30px;
  box-shadow: 0px 0px 0px 6px rgba(255, 255, 255,0.2);
}
.banner-more-btn1{
  position: absolute;
  left: 4%;
}

.swiper-container{
  --swiper-theme-color: #ff6600;
  --swiper-pagination-color: #fff;/* 两种都可以 */
}

.banner-desc{
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
.banner-desc div{
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.banner-center-5{
  /* height: 260px; */
}
.banner-honor {
  display: flex;
  flex-wrap: wrap;
  width: 400px;
  justify-content: space-between;
  margin-left: 8%;
}
.banner-honor div{
  width: 48%;
  height: 124px;
  background-color: #fff;
  margin-bottom: 30px;
  text-align: center;
  line-height: 134px;
}
.banner-honor div:nth-child(3),.banner-honor div:nth-child(4){
  margin: 0;
}
.banner-honor div img{
  width: auto;
  vertical-align: middle;
}
.banner-list{
  position: absolute;
  right: 8%;
  top: 0;
  background-color: rgba(255, 255, 255,0.2);
  border: 1px solid #fff;
  padding: 40px 30px 19px;
}
.banner-list div{
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 400;
}
.banner-hz{
  color: #fff;
}
.banner-hz h1{
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.banner-hz-btn{
  padding: 6px 16px;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 160px;
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
}
.banner-hz-btn img{
  width: 24px;
  vertical-align: middle;
}

.banner-jr h1{
  font-size: 80px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
}






.home-container{
  width: 100%;
  background-color: #fff;
}
.main-container{
  /* width: 1200px; */
  height: auto;
  margin: 0 auto;
}


.item{
  width: 100%;
  height: auto;
  padding: 60px 0;
  text-align: center;
}
.item .title h3{
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.item .title a{
  font-size: 14px;
  color: #2A7BCD;
  text-decoration: none;
}
img{
  width: 100%;
}
.item-mian{
  width: 1200px;
  background-color: #fff;
  box-shadow: 0px 0px 0px 8px rgba(0,0,0,0.05);
  margin: 0 auto;
  padding: 70px 48px;
  border-radius: 2px;
}
.trus-service{
  background: #F9F9F9;
}

.trus-service-box{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.trus-service-item{
  width: 25%;
  color: #fff;
  text-align: center;
  position: relative;
}


.service-title{
  margin-bottom: 18px;
  font-size: 18px;
  color: #020E27;
  font-weight: 800;
  border-bottom: 5px solid #F6F8FA;
  padding-bottom: 16px;
  position: relative;
  margin-bottom: 30px;
}
.service-title::after{
  content: "";
  display: inline-block;
  width: 62%;
  height: 5px;
  background-color: #639FDC;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
}

.service-body{
  width: 250px;
  height: 300px;
  background-color: #F6F8FA;
  margin: 0 auto;
}
.service-desc{
  color: #fff;
  background-color: #69a4eb;
  font-size: 16px;
  padding: 6px 0;
  height: 78px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.service-center{
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #8795A8;
  padding: 20px 20px;
  font-family: Source Han Sans CN;
}
.service-options{
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: auto;
  width: 110px;
}
.service-btn{
  width: 110px;
  height: 28px;
  line-height: 28px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #333;
  background-color: #FFF;
  border-radius: 4px;
  box-shadow: 1px 3px 5px 0px rgba(8,71,118,0.4);
  cursor: pointer;
}
.service-btn img{
  width: 16px;
  height: 16px;
  vertical-align: middle;
}


.choice-ssl{
  background-image: url("../image/wh-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.choice-ssl-mian{
  background: #F9F9F9;
  padding: 40px 48px;
}
.ssl-list-box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  
}
.ssl-list-box1{
  margin-bottom: 36px;
  margin-top: 40px;
}
.ssl-item{
  width: 220px;
  height: 175px;
  padding-top: 30px;
  background-size: 100%;
  position: relative;
  /* background: #F9F9F9; */
  /* box-shadow: 0px 3px 16px 0px rgba(134,133,133,0.35); */
  background-image: url("../image/w-9.png");
}
.ssl-item img{
  width: 30px;
}
.ssl-desc{
  padding: 14px;
  padding-bottom: 16px;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.ssl-desc h2{
  font-size: 20px;
  color: #2A7BCD;
  font-weight: bold;
  margin-bottom: 12px;
}
.ssl-desc p{
  font-size: 10px;
  color: #A0A4A9;
}



.新葡萄88833官网amg-advantage{
  background: #F9F9F9;
}
.advantage-box{
  width: 100%;
  
  margin-top: 60px;
}
.advantage-box li{
  width: 100%;
  display: flex;
  justify-content: space-between;
}



.新葡萄88833官网amg-hg,.新葡萄88833官网amg-zm,.新葡萄88833官网amg-zs,.新葡萄88833官网amg-11{
  width: 24%;
  overflow: hidden;
}
.新葡萄88833官网amg-hg img,.新葡萄88833官网amg-zm img,.新葡萄88833官网amg-zs img,.新葡萄88833官网amg-11 img{
  width: 260px;
  height: 200px;
}
.新葡萄88833官网amg-desc{
  width: 100%;
  color: #2A7BCD;
  padding: 24px;
  padding-top: 10px;
}

.新葡萄88833官网amg-desc h2{
  color: #2A7BCD;
  text-align: center;
  padding: 6px 16px;
  background-color: #fff;
  margin: 0 auto;
  width: auto;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}
.新葡萄88833官网amg-desc p{
  color: #A0A4A9;
  font-size: 14px;
  margin-top: 15px;
  line-height: 22px;
  text-align: left;
}

.advantage-box li:nth-child(2){
  width: 50%;
  padding-top: 60px;
  position: relative;
}
.新葡萄88833官网amg-11 .新葡萄88833官网amg-desc{
  height: 124px;
}




.customer-case{
  background: #F9F9F9;
}
.customer-case-mian{
  width: 1200px;
  height: 530px;
}
.known-company{
  margin-top: 40px;
}
.known-company-tab {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.known-company-tab ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  color: #333333;
  border-bottom: 1px solid #EDEFF4;
}

.known-company-tab ul li {
  font-size: 16px;
  padding-bottom: 22px;
  cursor: pointer;
  color: #666;
}

.known-company-tab ul li.active {
  color: #207CE7;
}




.case-box{
  width: 1100px;
  margin: 0 auto;
  margin-top: 60px;
}
.case-box img{
  width: 100%;
}



/* 新闻中心 */
.trus-news{
  background-image: url("../image/dt-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.trus-news-box {
  width: 100%;
  height: 442px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  background: #FFF;
  margin: 0 auto;
  margin-top: 60px;
  box-shadow: 0px 3px 18px 9px rgba(198,198,198,0.2700);
}

.trus-news-box>div {
  height: 100%;
}

.news-bgimg {
  position: relative;
  top: 0;
}

.news-bgimg-box {
  width: 543px;
  height: 100%;
  border: 1px solid #f2f3f59f;
}

.news-bgimg img {
  width: 100%;
  height: 100%;

}

.news-desc-box {
  width: 100%;
  height: 94px;
  display: flex;
  align-items: center;
  align-self: center;
  color: #666666;
}

.img-desc {
  width: 100%;
  height: 94px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 15px 15px 15px;
  color: #fff;
  box-sizing: border-box;
}

.news-date {
  margin: 0 30px;
}

.news-date h3 {
  font-size: 30px;
  text-align: center;
}

.news-date p {
  font-size: 16px;
  white-space: nowrap;
}

.img-desc-msg h3 {
  margin-bottom: 14px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  text-align: left;
}

.img-desc-msg {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.img-desc-msg a {
  color: #666666;
}

.img-desc-msg a:hover {
  color: #a1a1a1;
  text-decoration: none
}

.img-desc-msg p {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px;
  text-align: left;
}

.news-list {
  width: 520px;
  padding: 30px 30px 30px 0;
}






.footer-box{
  width: 100%;
  height: auto;
  padding: 76px 0;
  background: #2D2E33;
}
.footer-box main{
  width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  color: #fff;
}
.footer-box main ul h2{
  font-size: 20px;
  margin-bottom: 18px;
}
.footer-box main ul li{
  color: #999999;
  margin-bottom: 10px;
  font-size: 16px;
}



.footer-link-top{
  display: flex;
}
.footer-icon{
  width: 64px;
  margin-right: 16px;
  text-align: right;
}
.footer-contact p:first-child{
  font-size: 26px;
  color: #FFFFFF;
  margin-bottom: 6px;
}
.footer-contact p:last-child{
  font-size: 16px;
  color: #fff;
  background-color: #00B34A;
  display: inline;
  padding: 1px 6px;
  border-radius: 10px;
}
.footer-link-bottom{
  margin-top: 14px;
  color: #999;
  display: flex;
}
.footer-link-bottom .footer-icon img{
  width: 22px;
}
.footer-address{
  width: 240px;
}


.item-desc{
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: left;
  padding: 25px 0 0 36px;
}

.item-btn{
  width: 100%;
  position: absolute;
  bottom: 26px;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
}
.item-btn div{
  width: 110px;
  height: 38px;
  border: 1px solid #01B34B;
  color: #01B34B;
  line-height: 38px;
  cursor: pointer;
  user-select: none;
}
.item-btn div.active{
  background-color: #01B34B;
  color: #fff;
}
.item-btn div:active{
  opacity: .8;
}

.friend-link {
  display: flex !important;
  font-size: 16px;
  color: rgb(206, 204, 204, 0.1);
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #fff;
}
.friend-link .link-box {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.friend-link .link-box a {
  display: block;
  font-size: 14px;
  margin-right: 10px;
  color: rgb(206, 204, 204, 0.1);
  text-decoration: none;
  margin-bottom: 10px;
}


@media (max-width: 1200px) {
  .service-body{
    width: 98%;
    min-height: 300px;
  }
  .header-box nav.header{
    width: 100%;
    padding: 0 6px;
  }
  .banner-center{
    width: 100%;
  }
}
@media (min-width: 768px) {
  .phone-banner{
    display: none;
  }
}

@media (max-width: 768px) {
  .item{
    padding: 0;
  }
  .item-mian{
    box-shadow: none;
    padding: 30px 15px;
  }
  .item .title a{
    font-size: 12px;
  }
  .container,.banner-center{
    width: 100%;
  }
  .pc-banner{
    display: none;
  }
  .banner-box{
    height: auto;
  }
  .phone-banner .banner-item{
    height: auto;
  }


  .trus-service{
    background-color: #fff;
  }
  .trus-service-box{
    flex-wrap: wrap;
  }
  .trus-service-item {
    width: 100%;
    margin-top: 14px;
  }
  .service-body{
    height: auto;
    min-height: 240px;
  }

  .ssl-list-box1{
    margin-bottom: 0px;
  }
  .ssl-item{
    width: 48%;
    height: 156px;
    padding-top: 14px;
    background-repeat: no-repeat;
  }
  .ssl-item-2 img{
    width: 26px;
    height: 34px;
  }
  .ssl-desc{
    padding: 0 14px;
    position: inherit;
  }
  .ssl-desc h2{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 8px;
  }

  .advantage-box li{
    flex-wrap: wrap;
  }
  .新葡萄88833官网amg-hg, .新葡萄88833官网amg-zm, .新葡萄88833官网amg-zs, .新葡萄88833官网amg-11{
    width: 48%;
  }
  .新葡萄88833官网amg-hg img, .新葡萄88833官网amg-zm img, .新葡萄88833官网amg-zs img, .新葡萄88833官网amg-11 img{
    width: 100%;
    height: auto;
  }
  .新葡萄88833官网amg-desc{
    padding: 0;
    
  }
  .新葡萄88833官网amg-desc h2{
    font-size: 16px;
    padding: 6px 0;
  }
  .新葡萄88833官网amg-desc p{
    font-size: 12px;
    margin-top: 0;
  }
  .choice-ssl-mian,.item-mian{
    background-color: transparent;
  }

  .trus-news-mian .title h3,.choice-ssl-mian .title h3{
    color: #fff;
  }
  .trus-news-mian .title a{
    color: #fff;
  }

  .trus-news{
    /* background-image: none; */
    /* background-color: #F9F9F9; */
  }
  .trus-news-box{
    height: auto;
  }
  .news-bgimg{
    display: none;
  }
  .news-list{
    width: 100%;
    padding: 10px;
  }
  .news-date{
    margin-left: 10px;
  }

  .customer-case-mian{
    height: 420px;
  }
}