/*众测服务页面样式*/
.serve_banner{
    background: url("../../images/zhall/server/serve_banner.png") no-repeat;
    background-position: 700px 60px;
}
.fn-w-300{font-weight: 300;}
.bg_F5F8FD{
    background: linear-gradient(#FFFFFF,#F5F8FD);
    background: -webkit-linear-gradient(bottom, #FFFFFF,#F5F8FD);
    background: -moz-linear-gradient(#FFFFFF,#F5F8FD);
    background: -o-linear-gradient(#FFFFFF,#F5F8FD);
}
.bg_F8FAFE{
    background: linear-gradient(#FFFFFF,#F8FAFE);
    background: -webkit-linear-gradient(bottom,#FFFFFF,#F8FAFE);
    background: -moz-linear-gradient(#FFFFFF,#F8FAFE);
    background: -o-linear-gradient(#FFFFFF,#F8FAFE);
}
.serve_lt{
    font-size: 16px;
    color: #6B798E;
    text-align: center;
    margin-bottom:5px;
    line-height: 22px;
    font-weight: 300;
}
.serve_han_img{
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0 80px;
    display: block;
}
.serve_han_img>img{width: 100%;}
.serve_quan_ul{
    overflow: hidden;
    position: relative;
    padding: 30px 0 ;

}
.serve_quan_ul>li{
    float: left;
    display: inline-block;
    width: 25%;
    /*border:1px solid #ebebeb;*/
}
.serve_quan_iw{
    height: 213px;
    padding-top: 37px;
    text-align: center;
}
.serve_quan_i{max-width: 100%}
.serve_quan_p1{
    font-size: 22px;
    color: #405A76;
    text-align: center;
    margin-bottom: 10px;
}
.serve_quan_p2{
    font-size: 14px;
    text-align: center;
    color: #6B798E;
    margin-bottom: 80px;
}







.small_bot_ul{
    overflow: hidden;
    padding-bottom: 50px;
    margin-top: 50px;
}
.small_bot_ul>li{
    display: inline-block;
    float: left;
}
.small_bot_li1{
    width: 240px;
    border-radius: 8px 0 0 8px;
    background: url("../../images/zhall/server/serve_left_bg.png");
    position: relative;
    top:78px;
    padding: 15px 30px;
}
.small_bot_p1,
.small_bot_p1_min{
    position: relative;
    font-size: 14px;
    color: #fff;
    padding-left: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 60px;
}
.befor_pointer:before{
    position: absolute;
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    left: 5px;
    top:45%;
}
.small_bot_p1_min{
    line-height: 36px;
    margin-left: 30px;
}
.small_bot_li2{
    width: 290px;
    margin-right: 35px;
    background: #fff;
    border:1px solid #DCE5F1;
    border-radius: 8px;
    padding-bottom: 20px;
}
.small_bot_li2:hover{
    box-shadow: 0 30px 30px 0 rgba(231,224,242,.7);

}
.small_bot_li2
.small_bot_t{
    font-size: 22px;
    color: #fff;
    text-align: center;
    height: 81px;
    padding-top: 25px;
    margin-bottom: 0;
}
.bg_f5f{background: #F5F9FC;}
.small_bot_t.one{
    background: url("../../images/zhall/server/serve_top_t1.png")no-repeat;
}
.small_bot_t.two{
    background: url("../../images/zhall/server/serve_top_t2.png")no-repeat;
}
.small_bot_t.three{
    background: url("../../images/zhall/server/serve_top_t3.png")no-repeat;
}
.small_bot_p2{text-align: center;font-size: 14px;line-height: 22px;padding: 19px 0; margin-bottom: 0; position: relative;}
.serve_tip{  position: absolute;  width: 100%;  bottom: 0;  text-align: center;  color: #999999;  font-size: 12px;  left: 0;  }
.small_bot_p3{font-size: 14px;line-height: 36px;text-align: center;margin-bottom: 0}
.small_money{font-size: 28px;color: #FF5628}
.small_bot_btn{
    display: inline-block;
    width: 180px;
    height: 46px;
    color: #fff;
    line-height: 46px;
    font-size: 16px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}
.bg_fab{background: #FAB31B}
.small_bot_li2:hover .bg_fab{background: #FFD044;}







.home_han_ul{
    padding-bottom: 100px;
}
.home_han_p1{
    font-size: 24px;
    color: #1D2E41;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
}
.home_han_ul li{
    display: inline-block;
    float: left;
    margin-top: 80px;
    cursor: default;
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
}
.home_han_a{
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.home_han_top{
    width: 350px;
    height: 198px;
    border: 1px solid #E3E3E3;
    padding: 30px 25px 0;
    border-radius: 8px 8px 0 0;
}
.home_han_ul li:hover .home_han_top{
    background:linear-gradient(rgba(255,255,255,1),rgba(248,252,255,1));
    background:-webkit-linear-gradient(rgba(255,255,255,1),rgba(248,252,255,1));
    background:-moz-linear-gradient(rgba(255,255,255,1),rgba(248,252,255,1));
    background:-o-linear-gradient(rgba(255,255,255,1),rgba(248,252,255,1));
    border-color:transparent;
    box-shadow: 0 9px 16px 0px #BDD0F2;
}
.home_han_p2{
    font-size: 14px;
    color: #637282;
    letter-spacing: 0;
    line-height: 24px;
}
.home_han_p3{
    color: #fff;
    font-size:14px;
    line-height: 24px;
    text-align: center;
    padding: 8px 15px ;
    margin: 0 ;
    background: #8ABBFF;
    border-radius: 2px ;
    cursor: pointer;
}
.home_han_ul li:hover .home_han_p3{
    background:-webkit-linear-gradient(45deg,#8ABBFF,#3D8AF5);
    background:-moz-linear-gradient(45deg,#8ABBFF,#3D8AF5);
    background:-o-linear-gradient(45deg,#8ABBFF,#3D8AF5);
    background:linear-gradient(45deg,#8ABBFF,#3D8AF5);
    color: #fff;
}
.serve_task_ul{
    overflow: hidden;
    position: relative;
    margin-top: 80px;
    padding-bottom: 100px;
}
.serve_task_ul>li{
    height: 310px;
    width: 220px;
    float: left;
    margin-left: 20px;
    padding: 30px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.serve_task_li1{border-top:10px solid  #D40000;margin-left: 0!important;}
.serve_task_li2{border-top:10px solid  #00ABE5;}
.serve_task_li3{border-top:10px solid  #0D2D79;}
.serve_task_li4{border-top:10px solid  #131311;}
.serve_task_li5{border-top:10px solid  #FABC04;}
.serve_task_p1{
    color: #6B798E;
    font-size: 14px;
    margin-top: 30px;
}
.serve_task_li1 .serve_task_detail{background: #D40000;}
.serve_task_li2 .serve_task_detail{background: #00ABE5;}
.serve_task_li3 .serve_task_detail{background: #0D2D79;}
.serve_task_li4 .serve_task_detail{background: #131311;}
.serve_task_li5 .serve_task_detail{background: #FABC04;}
.serve_task_detail{
    position: absolute;
    top:300px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 38px 30px 0;
    opacity: 0;
    cursor: default;
}
.serve_task_ul>li:hover .serve_task_detail{
    top:0;
    opacity: 1;
    transition: all .5s;
    -moz-transition: all .5s;	/* Firefox 4 */
    -webkit-transition: all .5s;	/* Safari 和 Chrome */
    -o-transition: all .5s;
}
.task_detail_t{
    font-size: 20px;
    position: relative;
    padding-left: 10px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 12px;
}
.task_detail_t:before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top:7px;
    width: 4px;
    height: 14px;
    background: #fff;
}
.task_detail_p{
    color: #FAFCFF;
    font-size: 14px;
}

@media screen and (max-width: 440px) {
    .serve_han_img{width: 100%;}
    .serve_quan_ul>li{width: 100%}
    .home_han_ul li{margin: 80px 0 0;}
}