.inner {
    width: 88%;
    margin: 0 auto;
}

.inner94 {
    width: 94%;
    margin: 0 auto;
}

.tit {
    padding: 60px 0 50px;
}

.tit.center {
    text-align: center;
}

.tit p {
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
}

.tit span {
    font-size: 36px;
}

.more {
    margin-top: 20px;
}

.more a {
    display: inline-block;
    font-size: 12px;
    padding: 10px 35px;
    color: #fff;
    background: linear-gradient(#0078ff, #031d36);
    letter-spacing: 2px;
    position: relative;
}

.more.morejt a {
    padding-right: 60px;
}

.more a svg {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

/* <!-- banner --> */

.banner_n {
    width: 94%;
    margin: 0 auto;
    margin-top: 88px;
    height: calc(100vh - 87px);
    background: #ccc;
    position: relative;
}

.banner_nImg {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner_nImg::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: hei2 5s forwards;
    animation: hei2 5s forwards;
}

.banner_nImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_nText {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    /* z-index: 9; */
}

.banner_nText i {
    display: block;
    font-size: 52px;
}

.banner_nText span {
    display: block;
    font-size: 40px;
}

.dwNav {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
}

.dwNav ul {
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid #eaeaea; */
    flex-wrap: wrap;
}

.dwNav ul a {
    display: block;
}

.dwNav ul li {
    padding: 20px 40px;
    border-right: 1px solid #eaeaea;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
}

.dwNav ul a:last-child li {
    border-right: none;
}

.dwNav ul li svg {
    width: 16px;
    height: 16px;
    margin-left: 20px;
}

.dwNav ul li path {
    fill: #333;
}

.dwNav .active {
    color: white;
    background: linear-gradient(#0078ff, #031d36);
    border-right: none;
}

.dwNav .active path {
    fill: #fff;
}

/* :hover */

/* .dwNav ul li:hover {
    color: white;
    background: linear-gradient(#0078ff, #031d36);
    border-right: none;
} */

/* .dwNav ul li:hover path {
    fill: #fff;
} */

/* <!-- 底部 --> */

.footer {
    width: 100%;
    padding: 20px 0 40px;
    color: #fff;
    /*background: linear-gradient(#0078ff, #031d36);*/
    background: -webkit-linear-gradient(#0078ff, #031d36);
    background: linear-gradient(#0078ff, #031d36);
}

.footer a {
    color: #fff;
}

.footTop {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footLogo {
    padding: 10px 0;
}

.footLogo img {
    width: 150px;
}

.footParents>div {
    display: inline-block;
    margin-left: 50px;
}

.footParents>div img {
    margin-right: 5px;
    width: 30px;
}

.footNav {
    display: flex;
    align-items: center;
    margin: 60px 0 80px;
}

.footNav ul {
    width: calc(100% - 447px);
    display: flex;
    justify-content: space-between;
    padding-right: 120px;
}

.footNav ul li a {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.6);
}

.footNav ul li a:first-child {
    font-size: 18px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 1);
}

.footContact {
    width: 447px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footContact_xq {
    text-align: right;
}

.footContact_xq span {
    display: block;
    font-size: 24px;
}

.footContact_xq p {
    margin: 10px 0;
}

.footContact_xq p:last-child {
    margin-top: 0;
}

.ewm {
    text-align: center;
    margin-left: 50px;
}

.ewm p {
    margin-top: 10px;
}

.footBot {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
    color: #999;
}

.footBot p {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/*=================================================================================================== pro */

/* <style> */

.Product .tit {
    margin-bottom: -100px;
}

.ProBox {
    background: #fff;
    padding: 100px 0;
}

.probox:nth-child(2n) {
    background: #f2f3f5;
}

.probox:nth-child(2n) .proItem_r ul li {
    background: #fff;
}

.proItem {
    display: flex;
    justify-content: space-between;
}

.proItem_l {
    width: 35.6%;
    position: relative;
}

.proItem_lImg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.proItem_lImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .48s;
}

.proItem_lText {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 80px 50px 40px;
}

.proItem_lText span {
    font-size: 40px;
    line-height: 1.2;
}

.proItem_lText p {
    font-size: 26px;
    margin-top: 10px;
}

.proItem_l b {
    color: #fff;
    display: inline-block;
    width: 60%;
    position: absolute;
    left: 50px;
    bottom: 30%;
    font-weight: normal;
    font-size: 16px;
    opacity: 0;
    transition: all .48s;
}

.proItem_r {
    width: 60%;
    min-height: 400px;
}

.proItem_r ul::after {
    content: '';
    width: calc(33.33% - 30px);
}

.proItem_r ul {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.proItem_r ul li {
    text-align: center;
    width: calc(33.33% - 30px);
    height: calc(50% - 30px);
    background: #f2f3f5;
    padding: 140px 0;
    margin-bottom: 60px;
    position: relative;
}

.proItem_r ul li:nth-child(4), .proItem_r ul li:nth-child(5), .proItem_r ul li:nth-child(6) {
    margin-bottom: 0;
}

.proItem_rImg {
    position: absolute;
    left: 50%;
    top: calc(50% - 20px);
    transform: translate(-50%, -50%);
}

.proItem_rText {
    width: 90%;
    position: absolute;
    left: 5%;
    bottom: 15px;
    transition: all .48s;
}

.proItem_rImg img {
    width: 140px;
    max-height: 180px;
    object-fit: contain;
}

.proItem_r li p {
    transition: all .48s;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical; 
}

.proItem_r li span {
    font-size: 12px;
    color: #666;
    transition: all .48s;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical; 
}

/* :hover */

.proItem_l:hover b {
    opacity: 1;
    bottom: 40%;
    transition: all 1s;
}

.proItem_l:hover img {
    transform: scale(1.1);
    transition: all .48s;
}

.proItem_r ul li:hover .proItem_rText {
    transform: translateY(10px);
    transition: all .48s;
}

/* =======================================================================sol */

/* <!-- 解决方案详情 --> */

.more {
    display: inline-block;
    background: linear-gradient(#0078ff, #031d36);
    color: #fff;
}

.Sol {
    width: 100%;
    overflow: hidden;
}

.Sol ul li {
    margin: 80px 0;
    color: #fff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Sol ul li:nth-child(2n) .SolImg {
    left: initial;
    right: 0;
}

.Sol ul li:nth-child(2n) .SolText {
    margin-left: 0;
    padding-left: 50px;
    padding-right: 80px;
}

.SolImg {
    width: 60%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.SolImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .48s;
}

.Sol ul li:hover .SolImg img {
    transform: scale(1.1);
    transition: all .48s;
}

.SolText {
    width: 40%;
    margin-left: 60%;
    padding: 260px 50px;
    padding-left: 80px;
    text-align: center;
}

.SolText img {
    width: 60px;
}

.SolText span {
    display: block;
    font-size: 54px;
    color: #333;
}

/* 视频切换 */

.videoChange {
    position: relative;
    z-index: 1;
    height: 100%;
}

.videoChange:first-child {
    z-index: 2;
}

.changeVideo ul li {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #ddd;
    margin: 10px 0;
    color: #333;
    cursor: pointer;
}

.changeVideo ul li.on {
    background: linear-gradient(#0078ff, #031d36);
    color: #fff;
}

/* 視頻 */

.SolImg video {
    width: 102%;
    height: 102%;
    object-fit: cover;
}

.SolImg .video-img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 88;
    background-size: 100% 100%;
    cursor: pointer
}

.SolImg .video-img1 {
    background: url(../images/house-1.jpg) no-repeat;
    background-size: 100% 100%;
}

.SolImg .video-img2 {
    background: url(../images/house-2.jpg) no-repeat;
    background-size: 100% 100%;
}

.SolImg .video-img3 {
    background: url(../images/house-3.jpg) no-repeat;
    background-size: 100% 100%;
}

.video_bf {
    width: 100px;
    height: 100px;
    background: url(../images/bf.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 99;
}

.hide {
    opacity: 0;
    transition: all .48s;
}

/* ===================================================================================serv             */

/* <!-- 安装 维修 --> */

.serAZWX {
    width: 100%;
    padding: 100px 0;
}

.serAZWX ul {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.serAZWX ul li {
    width: calc(50% - 30px);
    position: relative;
}

.serAZWXImg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.serAZWXImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .48s;
}

.serAZWXText {
    padding: 82px;
    position: relative;
    z-index: 2;
}

.serAZWXText span {
    display: block;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.serAZWXText p {
    width: 40%;
    margin-bottom: 70px;
}

/* :hover */

.serAZWX ul li:hover .serAZWXImg img {
    transform: scale(1.1);
    transition: all .48s;
}

/* <!-- 服务支持 --> */

.serFwzc {
    width: 100%;
    background: #f2f3f5;
    padding: 70px 0 110px;
}

.serChange ul {
    display: flex;
    justify-content: space-between;
    border: 1px solid #cccdcf;
    border-right: none;
}

.serChange ul li {
    width: 33.33%;
    padding: 20px 0;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #cccdcf;
}

.serChange ul li svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.serChange ul li svg path {
    fill: #333;
}

.serChange ul li.active {
    color: #fff;
    background: linear-gradient(#0078ff, #031d36);
}

.serChange ul li.active svg path {
    fill: #fff;
}

/* .serChange ul li.active::after {
    content: "";
    width: 120%;
    height: 2px;
    background: #ba7203;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
} */

.serChangeXq {
    margin-top: 50px;
}

.serChangeXq ul li {
    position: relative;
    display: none;
    min-height: 420px;
}

.serChangeXq ul li:first-child {
    display: block;
}

.serXqImg {
    width: 44%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.serXqImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.serXqText {
    width: 56%;
    margin-left: 44%;
    padding-left: 100px;
    padding-right: 10%;
    padding-top: 60px;
    padding-bottom: 40px;
}

.serXqText span {
    width: 100%;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    /* border-bottom: 1px solid #dcdcdc; */
}

.serXqText p {
    margin-bottom: 10px;
}

.serXqText p.serXqText_p {
    margin-bottom: 30px;
    font-weight: bold;
}

.ipt {
    margin-top: 30px;
    display: flex;
    align-items: center;
    position: relative;
}

.ipt img {
    width: 12px;
    height: 12px;
    margin-left: 20px;
}

.serXqText input {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #dcdcdc;
    background: none;
}

.serXqText form {
    position: relative;
    width: 80%;
    margin-bottom: 50px;
    padding-top: 10px;
}

.yanZM a {
    position: absolute;
    right: 32px;
    bottom: 0;
    padding: 10px 20px;
    border: 1px solid #333;
    background: #f2f3f5;
}

.yanZM::after {
    content: "";
}

/* :hover */

.serChange ul li:hover {
    color: #fff;
    background: linear-gradient(#0078ff, #031d36);
}

.serChange ul li:hover svg path {
    fill: #fff;
}

/* .serChange ul li:hover::after {
    content: "";
    width: 120%;
    height: 2px;
    background: #ba7203;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
} */

/* <!-- 产品支持 --> */

.CpzcXq {
    background: #e4e9ef;
    width: calc(100% - 12px);
    margin-left: 12px;
    position: relative;
    margin: 20px 0 100px;
}

.CpzcXq::after {
    content: "";
    width: 12px;
    height: 50%;
    background: linear-gradient(#0078ff, #031d36);
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
}

.CpzcXq::before {
    content: "";
    width: 80%;
    height: 12px;
    background: linear-gradient(#0078ff, #031d36);
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-12px, -12px);
}

.CpzcXq ul {
    display: flex;
    flex-wrap: wrap;
}

.CpzcXq ul li {
    width: 33.33%;
    text-align: center;
    margin: 50px 0;
    padding: 20px 0 40px;
    border-right: 1px solid #b6c0c9;
}

.CpzcXq ul li:last-child {
    border-right: none;
}

.CpzcXq ul li span {
    display: block;
    padding: 50px 0 20px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    transition: all .48s;
}

.CpzcXq ul li span::after {
    content: "";
    width: 20px;
    height: 1px;
    background: #b6c0c9;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.CpzcXq ul li p {
    margin-top: 20px;
    color: #666;
    transition: all .48s;
}

.CpzcXq ul li img {
    width: 180px;
    object-fit: cover;
}

/* :hover */

.CpzcXq ul li:hover span {
    transform: translateY(-20px);
    transition: all .48s;
}

.CpzcXq ul li:hover p {
    transform: translateY(-20px);
    transition: all .48s;
}

/* ===============================================================================new */

.newXq ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newXq ul::after {
    content: '';
    width: calc(33.33% - 20px);
}

.newXq ul li {
    border: 1px solid #e7e7e7;
    width: calc(33.33% - 20px);
    margin-bottom: 40px;
}

.newImg {
    overflow: hidden;
}

.newImg img {
    width: 100%;
    height: 320px;
    transition: all .68s;
}

.newText {
    padding: 20px 30px;
}

.newText p {
    font-size: 20px;
    min-height: 80px;
}

.newText span {
    display: inline-block;
    color: #b67403;
    margin-top: 30px;
}

.fanye_news {
    width: 100%;
    text-align: center;
    margin: 20px 0 100px;
}

.fanye_news a {
    display: inline-block;
    padding: 3px 16px;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.fanye_news span {
    display: block;
    text-align: center;
}

.click_fanye_news {
    color: #fff !important;
    background: linear-gradient(#0078ff, #031d36);
}

/* :hover */

.newXq ul li:hover .newImg img {
    transform: scale(1.1);
    transition: all .68s;
}

/* =====================================================================================about */

/* <!-- 品牌介绍 --> */

.abPpjs {
    width: 100%;
    margin-bottom: 100px;
}

.abPpjsText {
    margin-bottom: 50px;
}

.abPpjsText p {
    line-height: 2.4;
    color: #666;
    letter-spacing: 1px;
}

.abPpjsImg {
    width: 100%;
}

.abPpjsImg img {
    width: 100%;
}

/* <!-- 品牌文化 --> */

.abPpwhBox {
    width: 88%;
    margin: 0 auto;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.abPpwhBox_l {
    width: calc(50% - 50px);
}

.abPpwhBox_r {
    width: calc(50% - 50px);
}

.abPpwhTit {
    margin-bottom: 80px;
}

.abPpwhTit b {
    display: block;
    width: 30px;
    height: 2px;
    background: #333;
    margin-bottom: 50px;
}

.abPpwhTit span {
    display: block;
    font-size: 22px;
    font-weight: bold;
}

.abPpwhTit p {
    margin-top: 40px;
    font-size: 16px;
}

.abPpwhItem {
    margin-bottom: 50px;
}

.abPpwhImg {
    width: 100%;
}

.abPpwhImg img {
    width: 100%;
    transition: all .48s;
}

.abPpwhText {
    padding: 10px 80px;
    position: relative;
}

.abPpwhText::after {
    content: "";
    width: 1px;
    height: 140px;
    background: #999;
    position: absolute;
    left: 40px;
    bottom: 0;
}

.abPpwhText span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    transition: all .48s;
}

.abPpwhText p {
    transition: all .48s;
}

/* :hover */

.abPpwhImg {
    overflow: hidden;
}

.abPpwhImg:hover.abPpwhImg img {
    transform: scale(1.1);
    transition: all .48s;
}

.abPpwhItem:hover .abPpwhText span {
    transform: translateX(20px);
    transition: all .48s;
}

.abPpwhItem:hover .abPpwhText p {
    transform: translateX(20px);
    transition: all .48s;
}

.abPpwhItem:hover .abPpwhText::after {
    background: linear-gradient(#0078ff, #031d36);
}

/* <!-- 荣誉资质 --> */

.abRyzz {
    width: 100%;
    background: url(../images/about5.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 180px;
}

.abRyzz .tit {
    color: #fff;
}

.abRyzzXq .swiper-slide {
    /* background: #fff; */
    position: relative;
}

.abRyzzXq .abRyImg::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(3, 29, 54, 0.18);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .68s;
}

.abRyzzXq .abRyImg:hover::after {
    background: none;
    transition: all .68s;
}

.abRyImg {
    padding: 37% 0;
    position: relative;
    background: #fff;
}

.abRyImg img {
    width: 92%;
    height: 95%;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    /* height: 40vh; */
}

.abRyText {
    margin-top: 20px;
    text-align: center;
}

.abRyText p {
    color: #fff;
}

/* .abRybg{
    position: absolute;
    right: -30%;
    bottom: -10%;     
    opacity: .08;      
}
.abRybg img{
    width: 350px;
} */

/* :hover */

/* .abRyzzXq ul li::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(3, 29, 54, 0.18);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .68s;
} */

/* .abRyzzXq ul li:hover::after{
    width: 0%;
    height: 0%;
    left: 50%;
    bottom: 50%;
    transition: all .68s;
} */

/* <!-- 合作伙伴 --> */

.abHzhb {
    width: 100%;
    padding-bottom: 100px;
    background: url(../images/about6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.abHzhbXq {
    width: 91%;
    margin-left: 6%;
}

.abHzhbTit {
    font-size: 20px;
    margin-bottom: 40px;
}

/* .abHzhbXq ul {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}

.abHzhbXq ul li {
    width: 16.66%;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.abHzhbXq ul li img {
    width: 100%;
    transform: scale(0.8);
    transition: all .48s;
} */

.abHzhb_box {
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}

.abHzhb_box .swiper-container {
    height: 60vh;
}

.abHzhb_box .swiper-slide {
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    overflow: hidden;
    background: #fff;
    height: 20vh;
}

.abHzhbImg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.abHzhb_box .swiper-slide img {
    width: 100%;
    max-height: 182px;
    transition: all .48s;
}

/* :hover */

.abHzhbImg:hover img {
    transform: scale(1.1);
    transition: all .48s;
}

.Set_xq {
    width: 88%;
    margin: 0 auto;
}

.Set_xq ul li {
    margin-bottom: 70px;
}

.SetText {
    text-align: center;
    font-size: 32px;
    margin-top: 20px;
}

.SetImg img {
    width: 100%;
}

.Set_xq li .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 0;
    background: #fff;
}

.Set_xq li .my-bullet-active {
    opacity: 1;
}

.Set_xq li .prev, .Set_xq li .next {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: center;
    position: absolute;
    top: 50%;
    z-index: 99;
    outline: none;
    transform: translateY(-50%);
}

.Set_xq li .prev {
    left: 0;
    background-image: url('../images/banner_l.png');
}

.Set_xq li .next {
    right: 0;
    background-image: url('../images/banner_r.png');
}