@media screen and (min-width: 1200px){
.layui-container {
    width: 1260px;
}
}
.s_top {
	width: 100%;
	height: 463px;
	background: url(../images/serverbg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.top_tab{    padding-top: 19%;
    width: 81%;
    margin: auto;}
.tab_t span{
	       display: inline-block;
    width: 100px;
    text-align: center;
    height: 36px;
    line-height: 32px;
    color: white;
    margin-bottom: 1%;
    margin-right: 3%;
    font-size: 18px;
    cursor: pointer;
    
}
.tab_t span:nth-child(1){background: url(../images/ss_bg1.png);background-repeat: no-repeat;
	background-size: 100% 100%;}
.tab_input input{    height: 60px;
    width: 77%;    font-size: 16px;
    text-indent: 2rem;}
    .tab_input input::-webkit-input-placeholder{color:rgb(102,102,102);text-indent: 2rem;font-size: 16px;}
.tab_input button{
	height: 64px;
    width: 19%;
    background: rgb(249,119,62);
    border: 0;
    font-size: 20px;
    line-height: 51px;
    color: white;
        cursor: pointer;
}
.cont_tbox{    margin-top: -20%;    font-size: 16px;}
.cont_tbox span img{width: 100px;
    height: 102px;}
.cont_tbox span{    display: inline-block;
    width: 18%;
    border-bottom: 1px solid gainsboro;
    text-align: center;
    margin-left: 15px;
        background: white;
    padding-top: 4%;
    padding-bottom: 5%;
    box-shadow: 1px 1px 5px #888888;
    cursor: pointer;
    transition: all 0.4s
   }
.cont_tbox span:hover{
    box-shadow: 0 3px 6px 2px #b5c1bd;
   transition: all 0.4s
   }
.cont_box2 {
    padding-top: 6%;
    padding-bottom: 0%;
    text-align: center;
}
  .cont_box2 img{width: 95%}
 .cont_tbox span dl{    padding-top: 10%;}
  .cont_tbox span dl dt{    font-size: 20px;
    color: rgb(51,141,220);
    font-weight: 600;
    padding-bottom: 8%;}

.zcont{    background: rgb(244,244,244);    margin-top: 2.5%;    padding-top: 2.5%;}
.cont_box3{   background: white;
    height: 310px;}
.cont_box3 hr{margin:auto;margin-bottom:1%;}

.box3_top{    font-size: 20px;
        padding-bottom: 3%;
    padding-top: 1%;}
.box3_t_two ul{
	    width: 74%;
    margin: auto;
}
.box3_t_two ul li{    width: 14%;
    display: inline-block;
        text-align: center;
    cursor: pointer;
    border-radius: 15px;
    color: black;
    height: 28px;
    line-height: 28px;
    font-size: 17px;
    margin-right: 5%;}
 .box3_t_two ul .server_two{
 	background: rgb(249,89,16);
 	 
 }  
 .box3_t_two ul .server_two a{
 	color: white;
 } 
.box_t_right{
	        display: inline-block;
    font-size: 16px;
    color: darkgray;
    padding-right: 0%;
    float: right;
    border: 1px solid rgb(235,235,235);
    border-radius: 10px;
    text-align: center;
    width: 30%;
    margin-right: 3%;}
.box3_cont .item3 {
        width: 18%;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
}
.box3_cont .item3 img{    width: 100%;
    height: 175px;}
 .box3_xian{    border: 2px solid rgb(249,89,16);
    margin-right: 10px;}
.item3 dl dt{font-size:18px;color: red;margin-top: 1%;}
.item3 dl dd{    color: rgb(249,89,16);
    margin-top: 7%;
    margin-bottom: 7%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 41px;}
.cont_box4{padding-top: 4%;}
.cont_box4 .item4_c hr{    width: 50%;
    margin: auto;
    margin-top: 3%;
    margin-bottom: 3%;}
.cont_box4 .item4_c{    width: 95%;
    margin: auto;
    background: white;
    padding-bottom: 7%;
    transition: all 0.4s 
}
.cont_box4 .item4_c:hover{
    transition: all 0.4s;
    box-shadow: 0 0px 7px 1px #dedede;
    transform: translateY(-5px);

}
    
.cont_box4 .item4_c img {   
    width: 245px;
    height: 129px;
}
.cont_box4 .box4_title{font-size: 20px;}
.box4_cont{text-align: center;padding-top: 4%;}
.box4_cont dl dt{font-size: 18px;
    color: rgb(78,163,250);}
.cont_box5{
	margin-top: 5%;
	width: 100%;
	height: 550px;
	background: url(../images/server3bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;}

.box5_t span{    display: block;
    width: 20%;
    margin: auto;
    border: 1px solid white;
    height: 50px;
    font-size: 20px;
    border-radius: 16px;
    text-align: center;
    line-height: 50px;
    margin-top: 5%;
    background: white;
    font-weight: 600;}
 .box5_c{    width: 100%;
    margin: auto;
    background: white;
    height: 260px;
    padding-top: 4%;
    margin-top: 5%;}
    
.box5_c dl{    text-align: center;}
.box5_c span{    display: block;
    width: 74%;
    margin: auto;text-align: center;}

@media screen and (max-width: 1200px){
.box3_t_two ul {
    width: 85%;
    margin: auto;
}	
.box3_t_two ul li {
    margin-right: 4%;
}
.box3_cont .item3 {
   width: 18%;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
}

}

.layui-container{min-width:1140px;}



@media screen and (max-width: 420px){
	.layui-container {
    min-width: auto;
}
	.s_top {
        width: 100%;
    height: 160px;
    background: url(../images/serverbg.png);
    background-repeat: no-repeat;
    background-size: 130% 87%;
    background-position-x: 51%;
}

.top_tab {
        padding-top: 21%;
    width: 87%;
    margin: auto;
}

.tab_t span {
    display: inline-block;
    width: 56px;
    text-align: center;
    height: 36px;
    line-height: 32px;
    color: white;
    margin-bottom: 1%;
    margin-right:0;
    font-size: 14px;
    cursor: pointer;
}

.cont_tbox {
margin-top: -27%;
    font-size: 16px;
    height: 113px;
    background: white;
    border: 1px solid gainsboro;
}
.cont_box2 {
    padding-top: 10%;
    padding-bottom: 0%;
}	
.tab_input input {
    height: 37px;
    width: 76%;
    font-size: 14px;
    text-indent: 2rem;
}

.tab_input button {
    height: 35px;
    width: 23%;
    background: rgb(249,119,62);
    border: 0;
    font-size: 15px;
    line-height: 37px;
    color: white;
    cursor: pointer;
}

.cont_box3 {
      background: white;
    height: 610px;
}
.box3_cont .item3 {
  width: 47%;
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
    float: left;
    padding-top: 5%;
    padding-left: 2%;
    padding-right: 2%;
    border: 1px solid gainsboro;
    padding: 0;
    margin: 1.5%;
}
.box3_cont .item3 img {
       width: 100%;
    height: 120px;
}
/* .box3_cont .item3:nth-child(5){
	display:none
} */
.box_t_right {
    font-size: 16px;
    color: darkgray;
    text-align: right;
    height: 28px;
}
.cont_box4 {
     margin-top: 0%;
    background: rgb(244,244,244);
    padding-top: 0px;
}
.cont_box4 .box4_top{    height: 70px;
    line-height: 70px;
    background: rgb(244,244,244);}
.cont_box4 span img{    width: 165px;
    height: 115px;}
    #gug_mo{    margin-top: 4%;}
.box5_t span {
    display: block;
    width: 61%;
    margin: auto;
    border: 1px solid white;
    height: 40px;
    font-size: 17px;
    border-radius: 16px;
    text-align: center;
    line-height: 40px;
    margin-top: 5%;
    background: white;
    font-weight: 600;
}
.box5_c span img{    width: 100px;
    height: 75px;}
.cont_box5 {
    margin-top: 5%;
    width: 100%;
    height: 400px;
    background: url(../images/server3bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.cont_tbox span {
       display: inline-block;
    width: 17%;
    border-bottom: 0px solid gainsboro;
    text-align: center;
    margin-left: 0px;
    background: transparent;
    padding-top: 0%;
    padding-bottom: 0%;
    box-shadow: 0px 0px 0px #888888;
    margin: 1.4%;
    border: 0px solid gainsboro;
}
.cont_tbox span img{    width: 52px;
    height: 44px;
    margin-top: 21%;    border-radius: 5px;}
.cont_tbox span dl dt {
        font-size: 12px;
    color: rgb(51,141,220);
    font-weight: 600;
    padding-bottom: 8%;
        width: 100%;
    text-align: center;
}
.cont_box2 img {
    width: 100%;
}
.box5_c{    width: 100%;
    margin: auto;
    background: white;
    height: 260px;
    padding-top: 4%;
    margin-top: 5%;}
 .cont_box4 .item4_c img {
    width: 150px;
    height: 94px;
}
.cont_box4 .item4_c {
    margin-top: 0%;
}
.cont_tbox span dl {
    padding-top: 23%;
}
.zcont .layui-container {
	background: white;
    position: relative;
    margin: 0 auto;
    padding: 0 5px;
    box-sizing: border-box;
}
.item3 dl dd {
    margin-top: 5%;
    margin-bottom: 3%;
        padding-left: 3px;
    padding-right: 3px;
}
.cont_tbox span:hover{
    box-shadow: 2px 2px 2px #D4D4D4;
  /*  border-left:1px solid #D4D4D4 !important; */
   }
.box4_cont {
    padding-top: 0%;
}
.box4_cont .box4_item{    margin-bottom: 4%;}
.zcont {
    background: rgb(244,244,244);
    margin-top: 4.5%;
    padding-top: 0%;
}

}
@media screen and (max-width: 325px){
.cont_tbox span dl dt {
        font-size: 12px;
    color: rgb(51,141,220);
    font-weight: 600;
    padding-bottom: 8%;
        width: 115%;
    text-align: left;
}
}