﻿/*主菜单*/
.service-img .box{border:1px solid rgb(221, 221, 221);background: #f6f6f6;padding: 40px 28px;}
.service-img .box .img-box{width:80px;height:80px;overflow: hidden;margin: auto;margin-bottom:20px;position: relative;}
.service-img .box .img-box a img:nth-child(1){position: absolute;top:-100%;transition: 0.4s ease 0s;}
.service-img .box .img-box a img:nth-child(2){position: absolute;top:0;transition: 0.4s ease 0s;}
.service-img .box .img-box:hover a img:nth-child(1){top:0;}
.service-img .box .img-box:hover a img:nth-child(2){top:100%;}
.service-img .box .title{font-size:20px;font-weight: bold;color: rgba(0,0,0);text-align:center;margin-bottom: 5px;}
.service-img .box .title a{transition: color 0.4s ease 0s;}
.service-img .box .tips a{transition: color 0.4s ease 0s;}
.service-img .box .tips{text-align:center;}
.service-img .box .tips a{font-size: 16px;color: rgba(153,153,153,1);}
.service-img .box .link{height: 1px;background:#ccc;width:60px;margin:15px auto;}
.service-img .box .textCon{color: rgb(102, 102, 102);font-size:12px;text-align: center;line-height: 2;}
.service-img .box .title a:hover{color: rgba(204,0,0);}
.service-img .box .tips a:hover{color: rgba(204,0,0);}
@media (min-width:1000px) /*pc端*/
{
.indexServer{margin-top:40px;}
.service-img{margin-top:50px;}
}

@media (max-width:1000px) /*手机端*/
{
.indexServer{margin-top:20px;}
.service-img .box{margin-bottom:15px;}
.service-img{margin-top:20px;}
}
