.breadlists>li{
    padding-top: 0;
}
.prointro{
    width: 100%;
}
.prointro>li{
    display: block;
    width: 100%;
    transition: all 0.3s;
    padding: 18px 0;
}
.prointro>li:hover{
    background: #f2f4f5;
}
.prointro>li:hover .prointros>.right>div>span{
    font-size:18px;
}
.prointro>li:hover .prointros>.right>div>span:nth-child(1){
    font-size: 26px;
}
.prointros{
   margin: 0 auto;
   display: flex;
}
.prointros>.left{
    width: 300px;
    height: 200px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 64px;
}
.prointros>.left>img{
    display: block;
    width: 100%;
    height: 100%;
}
.prointros>.right{
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    width: 600px;
}
.prointros>.right>div{
    width: 100%;
    color: #666;
    display: inline-block;
}
.prointros>.right>div>span{
    display: block;
    line-height: 35px;

}
.prointros>.right>div>span:nth-child(1){
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 18px;
    transition: all 0.3s;
}
/*产品特色*/
.advantage{
    color: #666;
    text-align: center;
}

.advantage>.maxtit{
    line-height: 150px;
    font-weight: bold;
}
#FontScroll{
    width: 100%;
    height: 442px;
    line-height: 48px;
    overflow: Hidden;
    color: #666;
}
#FontScroll a{
    color: #666;
    text-decoration: none;
    font-size: 16px;
}
#FontScroll .line{
    text-align: center;
    background-color: unset!important;
    height: unset!important;
    position: relative!important;
    bottom: unset!important;
    left: unset!important;
    width:100%!important;
    transition: 300ms;
}
#FontScroll .fontColor a{
    color: #00adec;
    font-size: 17px;
    line-height: 50px;
    transition: all 1.5s ease 0s;
}
.service{
    text-align: center;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 480px;
}
.service .maxtit{
    display: block;
    line-height: 150px;
    font-weight: bold;
}
.service .uls{
    margin-top: 30px;
    width: 100%;
}
.service ul{
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: rgba(255,255,255,0.5);
    padding: 32px 0;
}
.service ul>li{
    width: 25%;
    height: 107px;
    border-right: 1px solid #9ea1a2;
}
.service ul>li:last-of-type{
    border: none;
}
.service ul>li>span{
    display: block;
    font-size: 16px;
}
.service ul>li>span:nth-child(1){
    margin-bottom: 14px;
    display: block;
}

.serve{
    padding-top: 50px;
    text-align: center;
    margin: 0 auto;
    color: #666;
    font-size: 16px;
    padding-bottom: 67px;
}
.serve span{
    display: block;
    text-align: center;
}
.serve .maxtit{
    display: block;
    line-height: 50px;
}
.serve .smtit{
    font-size: 20px;
    margin-top: 34px;
}
.serve>span:nth-child(3){
    width: 135px;
    height: 135px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 5px;
}
.serve>span:nth-child(3)>img{
    display: block;
    width: 100%;
    height: 100%;
}
.serve>span:nth-child(4){
    line-height: 40px;
}

.serves{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.serves>li{
    width: 206px;
}
.serves>li>span:nth-child(1){
    font-size: 82px;
    line-height: 114px;
    font-weight: bold;
}
.serve>.advice{
    margin-top: 25px;
    font-weight: bold;
}

.serve>.serviced{
    width: 400px;
    margin: auto;
    display: flex;
    margin-top: 14px;
}
.serve>.serviced>div{
    width: 200px;
    color: #666;
    text-align: center;
}
.serve>.serviced>div>span{
    display: block;
    font-size: 16px;
    line-height: 32px;
}
.serve>.serviced>div>span:nth-child(1){
    font-size: 82px;
    line-height: 114px;
}

.service{
    background: url("../img/img/service.jpg") no-repeat center fixed;
    background-size: cover;
}
#FontScroll>li{
    transition: all .2s;
}
#FontScroll>.activeitem>a{
    color: #00adec;
    font-size: 24px;
}

#FontScroll>.broitem>a{
    font-size: 17px;
}

.security{
    padding: 30px;
}

.bjjs{
    margin-top: 30px;
    margin-bottom: 50px;
    line-height: 35px;

}
.bjjs>div{
    margin-bottom: 24px;
    padding-left: 364px;
}
.btxx{
    font-size: 17px;
    margin-bottom: 8px;
}