/* 服务业导航 */
.container .servive-nav{
    width: 100%;
    margin-top: 5%;
}
.container .servive-nav ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.container .servive-nav ul li{
    background-color: #f2f2f2;
    width: 15%;
    height: 116px;
    transition: all .5s;
}
.container .servive-nav ul li a .nav-icon{
    position: relative;
    top: 14px;
    height: 50%;
}
.container .servive-nav ul li a .nav-icon img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
}
.container .servive-nav ul li a .nav-icon .img1{
    opacity: 1;
    visibility: visible;
}
.container .servive-nav ul li a .nav-icon .img2{
    opacity: 0;
    visibility: hidden;
}
.container .servive-nav ul li a p{
    text-align: center;
    font-size: 24px;
	color: #333333;
    font-family: "Noto Sans SC";
    font-weight: 500;
    line-height: 50px;
    transition: all .5s;
}
.container .servive-nav ul li:hover{
    background: #dd211d;
    transform: translateY(-10px);
}
.container .servive-nav ul li:hover a .nav-icon .img1{
    opacity: 0;
    visibility: hidden;
}
.container .servive-nav ul li:hover a .nav-icon .img2{
    opacity: 1;
    visibility: visible;
}
.container .servive-nav ul li:hover a p{
    color: #fff;
}
.servive-active{
    background-color: #dd211d !important;
}
.servive-active a .nav-icon .img1{
    visibility: hidden !important;
    opacity: 0 !important;
}
.servive-active a .nav-icon .img2{
    visibility: visible !important;
    opacity: 1 !important;
}
.servive-active a p{
    color: #fff !important;
}
/* 销售 */
.container .xs{
    width: 100%;
    margin-top: 5%;
}
#ggbt{
    font-size: 30px;
	line-height: 50px;
	color: #333333;
    font-family: "Noto Sans SC";
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 7px;
    font-weight: 500;
}
#ggbt span{
    font-size: 18px;
	line-height: 50px;
	color: #999999;
}
.xs .xs-js{
    margin-top: 1%;
}
.xs .xs-js p{
    font-size: 16px;
	line-height: 30px;
	color: #666666;
    font-family: "Noto Sans SC";
    font-weight: 400;
}
.xs ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3%;
}
.xs ul li{
    width: 24%;
    background-color: #ffffff;
	box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.09);
    padding: 2.5%;
}
.xs ul li .xs-tit{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 70px;
}
.xs ul li .xs-tit h4{
    margin-left: 24px;
    font-family: "Noto Sans SC";
    font-weight: 400;
    font-size: 24px;
	color: #333333;
    line-height: 35px;
}
.xs ul li p{
    font-family: "Noto Sans SC";
    font-weight: 400;
    font-size: 16px;
	line-height: 28px;
	color: #808080;
    margin-top: 6%;
}
/* 工艺流程 */
.gylc{
    margin-top: 5%;
    margin-bottom: 5%;
}
.gylc>div table{
    width: 100%;
    margin-top: 2%;
}
.gylc>div table tr{
    width: 100%;
    /*text-align: center;*/
}
.gylc>div table tr td{
    border: solid 1px #d2d2d2;
    font-size: 16px;
    padding: 8px 8px 8px 1.8%;
	color: #999999;
	font-family: 'Noto Sans SC', sans-serif;
}
.gylc>div table tr:nth-child(1) td:nth-child(1){
    width: 7%;
    white-space: nowrap;
}
.gylc>div table tr:nth-child(1) td:nth-child(2){
    width: 14%;
}
/* 安装调试 */
.azts{
    margin-bottom: 5%;
}
.azts .azts-content{
    margin-top: 3%;
}
.azts .azts-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.azts .azts-content .azts-content-lt{
    width: 50%;
}
.azts .azts-content .azts-content-lt img{
    width: 100%;
}
.azts .azts-content .azts-content-rt{
    width: 45%;
}
.azts .azts-content .azts-content-rt>div h4{
    font-size: 24px;
	line-height: 30px;
	color: #dd211d;
    font-family: "Noto Sans SC";
    font-weight: 400;
}
.azts .azts-content .azts-content-rt>div ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5%;
}
.azts .azts-content .azts-content-rt>div ul li{
    width: 50%;
    padding: 0;
    box-shadow: none;
    font-size: 16px;
	line-height: 32px;
	color: #666666;
    font-family: "Noto Sans SC";
    font-weight: 400;
    padding-left: 3%;
    position: relative;
}
.azts .azts-content .azts-content-rt>div ul li::before{
    content: "";
    width: 5px;
	height: 5px;
	background-color: #dd211d;
    position: absolute;
    top: 14px;
    left: 0;
}
/* 维修保养 */
.wxby .xs-js h5{
    font-size: 20px;
	line-height: 30px;
	color: #dd211d;
    font-family: "Noto Sans SC";
    font-weight: 400;
    margin: 27px 0 11px 0;
}
.wxby .bg{
    width: 100%;
    margin-top: 3%;
}
/* 机器人保养说明 */
.bysm .by-content{
    margin-top: 2%;
}
.bysm .by-content h4{
    font-size: 20px;
	line-height: 50px;
	color: #dd211d;
    font-family: "Noto Sans SC";
    font-weight: 500;
}
.bysm .by-content ul{
    margin-top: 0;
}
.bysm .by-content ul li{
    box-shadow: none;
    padding: 0;
    width: 50%;
    font-size: 16px;
	line-height: 32px;
	color: #666666;
    font-family: "Noto Sans SC";
    font-weight: 400;
}
.bysm .by-content ul li p{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-top: 0;
}
/* 维修服务 */
.wx-fw{
    margin-top: 5%;
    margin-bottom: 5%;
}
.wx-fw .wx-fw-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3%;
}
.wx-fw .wx-fw-list:nth-child(1){
    margin-top: 0;
}
.wx-fw .wx-fw-list:nth-child(2n){
    display: flex;
    flex-direction: row-reverse;
}
.wx-fw .wx-fw-list .wx-fw-list-img{
    width: 48%;
}
.wx-fw .wx-fw-list .wx-fw-list-nr{
    width: 48%;
    display: flex;
    align-items: center;
}
.wx-fw .wx-fw-list .wx-fw-list-nr>div h4{
    font-size: 30px;
    font-family: "Noto Sans SC";
    font-weight: 500;
	line-height: 50px;
	color: #333333;
    margin-bottom: 3%;
}
.wx-fw .wx-fw-list .wx-fw-list-nr>div h4 span{
    font-size: 18px;
	line-height: 50px;
	color: #999999;
}
.wx-fw .wx-fw-list .wx-fw-list-nr>div p{
    font-size: 20px;
	line-height: 40px;
	color: #666666;
    font-family: "Noto Sans SC";
    font-weight: 400;
}
/* 机器人租赁 */
.jqrzl {
    margin-bottom: 5%;
}
.jqrzl h4{
    font-size: 24px;
	line-height: 50px;
	color: #dd211d;
    font-family: "Noto Sans SC";
    font-weight: 500;
    margin: 1% 0 0 0;
}
.jqrzl .zlys ul{
    display: flex;
    justify-content: space-between;
    margin-top: 0;
}
.jqrzl .zlys ul li{
    width: 15.5%;
    padding: 1.5% 1%;
    position: relative;
    margin-top: 1.5%;
    min-height: 169px;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.06);
    transition: all .5s;
    cursor: pointer;
}
.jqrzl .zlys ul li h5{
    font-size: 20px;
	line-height: 30px;
	color: #333333;
    font-family: "Noto Sans SC";
    font-weight: 500;
}
.jqrzl .zlys ul li h6{
    font-size: 130px;
	color: #dd211d;
	opacity: 0.03;
    font-family: "Noto Sans SC";
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-bottom: 0;
}
.jqrzl .zlys ul li p{
    font-size: 14px;
	line-height: 25px;
	color: #808080;
    font-family: "Noto Sans SC";
    font-weight: 400;
}
.jqrzl .zlys ul li:hover{
    transform: translateY(-10px);
}
/* 提供备件 */
.tgbj{
    margin-bottom:5% ;
}
.tgbj .tgbj-icon ul{
    width: 80%;
    margin: auto;
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tgbj .tgbj-icon ul li{
    width: 25%;
    box-shadow: none;
    padding: 0;
    text-align: center;
    position: relative;
}
.tgbj .tgbj-icon ul li img{
    transition: all .5s;
}
.tgbj .tgbj-icon ul li:hover img{
    transform: rotateY(360deg);
}
.tgbj .tgbj-icon ul li::after{
    content: "";
    width: 1px;
	height: 82px;
    background: #d2d2d2;
    position: absolute;
    top: 0;
    left: 99%;
}
.tgbj .tgbj-icon ul li:nth-last-child(1)::after{
    display: none;
}
.tgbj .tgbj-icon ul li p{
    font-size: 20px;
	line-height: 30px;
	color: #333333;
    font-family: "Noto Sans SC";
    font-weight: 400;
}
.tgbj .tgbj-nr p{
	font-size: 16px;
	line-height: 30px;
	color: #666666;
    font-family: "Noto Sans SC";
    font-weight: 400;
    margin-top: 2%;
}
.tgbj .tgbj-nr .tgbjSwiper{
    margin-top: 3%;
}
.tgbj .tgbj-nr .tgbjSwiper .swiper-slide{
    overflow: hidden;
}
.tgbj .tgbj-nr .tgbjSwiper .swiper-slide>div{
    height: 220px;
    overflow: hidden;
}
.tgbj .tgbj-nr .tgbjSwiper .swiper-slide>div img{
    width: 100%;
    transition: all .5s;
}
.tgbj .tgbj-nr .tgbjSwiper .swiper-slide:hover>div img{
    transform: scale(1.1);
}
.tgbj .tgbj-nr .tgbjSwiper .swiper-slide h6{
    text-align: center;
	font-size: 18px;
	line-height: 40px;
	color: #333333;
    font-family: "Noto Sans SC";
    font-weight: 400;
    margin: 4% 0 0 0;
}
.tgbj .tgbj-nr .tgbj-dbnr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5%;
}
.tgbj .tgbj-nr .tgbj-dbnr .tgbj-dbnr-lt{
    width: 64.5%;
}
.tgbj .tgbj-nr .tgbj-dbnr .tgbj-dbnr-lt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tgbj .tgbj-nr .tgbj-dbnr .tgbj-dbnr-rt{
    width: 33%;
    height: 403px;
    background-color: #f2f2f2;
    padding: 3%;
    position: relative;
}
.tgbj .tgbj-nr .tgbj-dbnr .tgbj-dbnr-rt h5{
    font-size: 30px;
	line-height: 35px;
	color: #333333;
    font-family: "Noto Sans SC";
    font-weight: 400;
}
.tgbj .tgbj-nr .tgbj-dbnr .tgbj-dbnr-rt h5 span{
    margin-left: 6px;
}
.tgbj .tgbj-nr .tgbj-dbnr .tgbj-dbnr-rt p{
    font-size: 18px;
	line-height: 30px;
	color: #333333;
    font-family: "Noto Sans SC";
    font-weight: 400;
    margin-top: 6%;
}
.tgbj .tgbj-nr .tgbj-dbnr .tgbj-dbnr-rt .lxfs{
    position: absolute;
    bottom: 80px;
    right: 51px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tgbj .tgbj-nr .tgbj-dbnr .tgbj-dbnr-rt .lxfs .lxfs-dh{
    margin-left: 18px;
}
.tgbj .tgbj-nr .tgbj-dbnr .tgbj-dbnr-rt .lxfs .lxfs-dh h6{
    font-size: 20px;
	line-height: 33px;
	color: #000000;
    font-family: "Noto Sans SC";
    font-weight: 400;
    margin-bottom: 0;
}
.tgbj .tgbj-nr .tgbj-dbnr .tgbj-dbnr-rt .lxfs .lxfs-dh p{
    font-size: 26px;
	color: #000000;
    font-family: "Noto Sans SC";
    font-weight: 600;
    margin-top: 0;
}
/* 机器人回购 */
.jqrhg h4{
    font-size: 20px;
}
.jqrhg h4 span{
    font-size: 20px;
	line-height: 50px;
	color: #333333;
    font-family: "Noto Sans SC";
    font-weight: 500;
}
.jqrhgbt{
    margin-top: 2%;
}
.jqrhg form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.jqrhg form>div{
    width: 49%;
    height: 60px;
    position: relative;
    margin-top: 2%;
}
.jqrhg form>div input{
    outline: none;
    width: 100%;
    height: 60px;
    background-color: #f2f2f2;
    padding: 10px 20px;
    font-size: 16px;
    font-family: "Noto Sans SC";
    font-weight: 500;
	color: #999999;
}
.jqrhg form>div p{
    color: #dd211d;
    font-size: 16px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
/* .jqrhg form>div input:focus ~ p{
    display: none!important;
} */
.jqrhg form textarea{
    outline: none;
    width: 100%;
    height: 147px;
	background-color: #f2f2f2;
    margin-top: 2%;
    padding: 20px;
    font-family: "Noto Sans SC";
    font-weight: 500;
	color: #999999;
    font-size: 16px;
}
.jqrhg form button{
    outline: none;
    width: 200px;
	height: 70px;
	background-color: #dd211d;
    margin: auto;
    margin-top: 38px;
    font-size: 20px;
	line-height: 70px;
	color: #ffffff;
    text-align: center;
    font-family: "Noto Sans SC";
    font-weight: 500;
}