

.input-search {
    margin: 2px auto;
    width: 60%;
    background: linear-gradient(to right, #0bbafb, #4285ec);
    border: 1px solid transparent;
    background-clip: content-box, border-box;
    background-origin: content-box, border-box;
    background-image: linear-gradient(to right, #fff, #fff), linear-gradient(45deg, #0bbafb, #4285ec);
    border-radius: 10px;
    height: 50px;
}
.input-search input {
    background: #fff;
    border: 1px solid transparent;
}
.tabs{
    width: 60%;
    margin: 0 auto;
    padding-left: 13px;
}
.tabs .tab{
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #e5e5e5;
    border: none;
    font-size: 16px;
    color: #595959;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    
}
#suffix-box .select-box-item.active {
    border-color: #fff;
}
.input-search .input-search-select .select-box-item:hover {
    border: 1px solid #207cda;
    color: #207cda;
}
.active{
    background: #207cda !important;
    color: #fff !important;
}
.tabcontent{
    display: none;
}
.input-search .input-search-select .select-box {
    display: none;
    padding: 16px 10px;
    position: absolute;
    top: 50px;
    left: 0;
    width: calc(50% + 333px);
    background: #FEFFFF;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.input-search .input-search-select {
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    width: 124px;
    height: 48px;
    margin: 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    
}

li{
    list-style: none;
}
.server-banner{
    height: 340px !important;
    background-size: 100% !important;
}
.section-content h1{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.server-banner-desc{
    font-size: 14px;
    color: #595959;
    
}

/* Style the tab */
.item-zhuzuo-box .tabs{
    display: flex;
}
.item-zhuzuo-box .tab {
    width: 50%;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  background-color: #fff;
  margin: 0;
  padding: 0;
  line-height: 60px;
  color: #191919;
}
 .item_header h1{
     font-size: 30px;
     font-weight: bold;
     text-align: center;
     line-height:100px !important;
  
 }
/* Style the buttons that are used to open the tab content */
.item-zhuzuo-box .tab:hover {
    background: #207cda; /* 梯形的背景颜色 */
    clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%); /* 创建梯形 */
    color: #fff;

}
.item-zhuzuo-box .kuang .tab:hover {
    background: #207cda; /* 梯形的背景颜色 */
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20% 100%); /* 创建梯形 */
    color: #fff;

}

.item-zhuzuo-box .active{
 background: #207cda; /* 梯形的背景颜色 */
    clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%); /* 创建梯形 */
    color: #fff;  
}

.kuang .active{
 background: #207cda; /* 梯形的背景颜色 */
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20% 100%); /* 创建梯形 */
    color: #fff;  
}
/* Style the tab content */
.item-zhuzuo-box .tabcontent {
    text-align: center;
  display: none;
  padding: 6px 12px;
}
.zhuzuo{
    
    padding: 0 5%;
}
.item{
    background: #fff;
    border-radius: 10px;
}

.zhuzuo-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center; /* 垂直居中 */
    margin-top: 24px;
    
    
}
.tabcontent dl{
    flex: 0 1 auto; /* 这里的flex-grow是1，表示项可以增长 */
  flex-basis: 23%; /* 设置基准宽度 */
  text-align: center;
 
  border-radius: 10px;
  border: 1px solid #207cda;
  position: relative;
  height: 286px;
  overflow: hidden;
  padding: 10px 28px;
  
}

.sb1{
    background-image: url(../assets/img/shangbiao-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.sb2{
    background-image: url(../assets/img/shangbiao-2.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.sb3{
    background-image: url(../assets/img/shangbiao-3.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.sb4{
    background-image: url(../assets/img/shangbiao-4.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.tabcontent dl img{
    width: 86px;
    
    height: 86px;
    margin: 43px auto;
}
.tabcontent dl .zhuzuo{
    color: #4a4a4a;
}

.tabcontent dl .daiwei-desc{
   color: #05a3ca;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
.zhuzuo-title{
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 24px;
    margin-top: 20px;
}

.zhuzuo-chanpin{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center; /* 垂直居中 */
    margin-top: 20px;
}

.zhuzuo-chanpin li{
    width: 31%;
    background: linear-gradient(to right, #207cda, #00ffcd);
    border-radius: 10px;
    padding: 14px 28px;
}
.zhuzuo-chanpin li h1{
    margin: 0 !important;
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    
}
.zhuzuo-chanpin li p{
    font-size: 14px;
    color: #fff;
    line-height: 18px;
}
.zhuzuo-chanpin li span{
    display: block;
    font-size: 30px;
    color: #f6f844;
    text-align: right;
}
.product-standards{
    padding: 25px 5%;
    
}
.zuopin .section-title{
    font-weight: bold;
    color: #191919;
}
.section-title h2{
    font-size: 30px;
    font-weight: bold;
}
.zuopin{
    border-radius: 10px;
    background: #fff;
    padding: 25px;
}
.zuopin-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center; /* 垂直居中 */
    margin-top: 24px;
    
    
}
.zuopin-list li{
    width: 24%;
    text-align: center;
   
    background:url(../assets/img/shangbiao-bgtitle.png) no-repeat center top;
    background-size: 100%;
    padding:0 ;
    margin-bottom: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0,0,0,.1);
}
.zuopin-list{
     padding: 0 20px;
}

.zuopin-list li h2{
    font-size: 18px;
    font-weight: bold;
    color: #191919;
    text-align: left;
    line-height: 54px;
    margin: 0 !important;
     padding: 0 20px;
   
}
.zuopin-list li p{
    font-size: 14px;
    
    color: #595959;
    text-align: left;
    line-height: 24px;
    margin: 0 !important;
     padding: 0 20px;
   
}

.zuopin-more h2{
    color: #6f20da !important;
}
.zhuanli-subtitle{
    background: #fff;
    line-height: 45px;
    box-shadow: 0 10px 40px rgba(0,0,0,.1);
    width: 100%;
    font-size: 18px;
    text-align: left;
    padding: 0 20px;
    margin-top: 10px;
}

.zhuanli-fuwu{
    line-height: 18px;
    padding: 20px;
    text-align: left;
    background: url(../assets/img/zhuanli-duihao.png) no-repeat left center;
   margin-left: 20px;
}
.zhuanli-price{
    border-top: 2px solid #f9f9f9;
    line-height: 95px;
    color: #191919;
    font-size: 12px;
    
}
.zhuanli-price i{
    color: #207cda;
}
.zhuanli-price span{
    color: #207cda;
    font-size: 34px;
}

.anniu{
   display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center; /* 垂直居中 */
    
}
.anniu div{
    width: 100%;
    line-height: 37px;
    
    
}
.anniu div a{
    display: block;
    color: #fff;
    width: 100%;
    background: #207cda;
}
.anniu div .jianbian{
   
    background: linear-gradient(to right, #207cda, #00ffcd);
}

.anniu div a:hover{
    color: #fff !important;
}

.product-cloud{
    padding:0 5%;
    background: none;
}
.zhuzuo-cailiao{
    
    border-radius: 10px;
    padding: 30px 50px;
}
.leixing-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center; /* 垂直居中 */
    height: 160px;
    overflow: hidden;
}
.leixing-list li{
    width: 24%;
    background: #fff;
    border-radius: 10px;
    margin: 10px 0;
    padding: 8px;
    min-height: 140px;
    cursor:pointer;
}
.leixing-list li:hover{
    border: 1px solid #207cda;
}


.leixing-list li i{
    display: block;
    width: 40px;
    height: 40px;
    background: #207cda;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}
.list-title{
    font-size: 18px;
    color: #191919;
    font-weight: 500;
    line-height: 40px;
    
}
.list-title img{
    width: 40px;
    height: 40px;
    margin-right: 5px;
}
.leixing-list p{
    padding-left: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 20px;
    color: #999;
}



.cloud-box{
    background: url(../assets/img/zhuzuo-cailiao1.png) no-repeat !important;
    background-size: cover !important;
    padding: 0 30px 30px 30px !important;
    width: 45%;
}
.cloud-box h4{
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.cailiao{
    font-size: 22px;
    color: #fff;
    line-height: 43px;
    padding-left: 60px;
}
.zhuzuo-zixun{
    width: 440px;
    height: 50px;
    margin: 30px auto;
    background: #207cda;
    border-radius: 30px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}
.banliliucheng{
    padding: 0 5%;
}
.banliliucheng img{
    width: 100%;
    margin-top: 20px;
}
.banliliucheng .section-content{
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    margin: 20px auto;
}



.container {
  width: 100%;
  font: 14px/21px "Open Sans", Arial, sans-serif;
  color: #666;
  
  padding: 20px;
  margin: 0px auto;
  border-radius: 5px;
  
  
}
.container dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    
}
.wd{
    width: 42%;
    background-color: #ececec;
    margin: 10px 10px;
    padding: 10px;
}

p {
  margin-bottom: 10px;
}


.hidea {
  display: none;
}

dt {
  
  font-size: 19px;
  color: #191919;
  margin-bottom: 0px;
  margin-left: 26px;
  cursor: pointer;
}

/* Triangle list item */
dt:before {
  content: "";
  border-color: transparent #ccc;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  display: block;
  height: 0;
  width: 0;
  left: -16px;
  top: 17px;
  position: relative;
}

dd {
  padding: 20px;
  background: #FDFCFA;
  border-radius: 5px;
  border: 1px solid #F2EEE6;
  margin: 20px 0 30px;
  position: relative;
  display: none;
}

/* Triangle in definition container */
dd:after, dd:before {
  bottom: 100%;
  left: 6%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

dd:after {
  border-color: rgba(136, 183, 213, 0);
  border-color: transparent;
  border-bottom-color: #FDFCFA;
  border-width: 15px;
  margin-left: -15px;
}

dd:before {
  border-color: rgba(194, 225, 245, 0);
  border-color: transparent;
  border-bottom-color: #F2EEE6;
  border-width: 17px;
  margin-left: -17px;
}

.view-more{
    width: 150px;
    border: 0;
    background: none;
    font-size: 16px;
    margin: 5px auto;
    cursor: pointer;
}
.view-more i img{
    width: 20px;
}
.view-more .jiantou{
  /* transform: rotate(180deg);
  -webkit-transform: rotate(180deg);  兼容Webkit内核浏览器 */
  
}
