.index {
    float: left;
    width: 100%;
}

.index .item1 .bg {
    float: left;
    width: 100%;
    height: 67px;
    background: #535353;
}

.index .item1 .owl-controls {
    display: none;
}

.index .item1 .columns {
    transform: translateY(-67px);
}

.index .item1 .item {
    text-align: center;
    border: 1px solid #bfbfbf;
}

/*.index .item1 .owl-item:nth-child(2n) .item{*/
/*    border-left: none;*/
/*    border-right: none;*/
/*}*/
.index .item1 h3 {
    line-height: 67px;
    font-size: 24px;
    color: #fff;
    transition: 0.3s;
}

.index .item1 .pic {
    position: relative;
}

.index .item1 .pic img {
    max-height: 100%;
    width: auto;
}

.index .item1 .text p {
    font-size: 14px;
    color: #7d7d7d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 60px;
}

.index .item1 .text {
    border-top: 1px solid #bfbfbf;
    padding: 40px 40px 25px 40px;
    transition: 0.3s;
}

.index .item1 .text h3 {
    font-size: 18px;
    color: #000;
    line-height: 32px;
    margin-bottom: 20px;
}

.index .item1 .text h3 span {
    font-size: 30px;
    color: #000;
    margin-left: 6px;
}

.index .item1 .text a {
    width: 80%;
    height: 52px;
    line-height: 52px;
    background: #ffaa00;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-top: 35px;
}

.index .item1 .item:hover > h3 {
    background: #313131;
}

.index .item1 .item:hover .text {
    background: #f6f7f9;
}

.menutwo {
    display: none;
    text-align: center;
}

.menuone li {
    width: 50%;
    float: left;
    text-align: center;
    height: 45px;
}

.menuone li a {
    color: #333333;
    font-size: 24px;
    padding: 0 46px;
    line-height: 45px;
    display: inline-block;
    transition: 0.3s;
}

.menuone li a .active {
    color: #fff;
    background: #333333;
}

.index .item2 .title {
    margin-top: 70px;
}

.index .solution {
    margin-bottom: 0;
}

.index .item3 {
    float: left;
    width: 100%;
    border-bottom: 2px solid #707070;
}

.index .item3 .item img {
    width: 100%;
}

.index .item3 .title {
    margin-bottom: 70px;
}

.index .item3 .title div {
    display: inline-block;
    position: relative;
}

.index .item3 .title img {
    position: absolute;
    left: -45px;
    top: 27px;
}

.index .item3 .title img:last-child {
    left: auto;
    right: -45px;
}

.index .item3 .text {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 35px;
}

.index .item3 .text h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.index .item3 .text p {
    font-size: 14px;
    line-height: 24px;
    width: 70%;
    margin: 0 auto;
}

.index .item3 .text a {
    font-size: 18px;
    color: #ffb219;
    display: inline-block;
    margin-top: 35px;
}

.index .item3 .carousel-indicators {
    position: relative;
    float: left;
    bottom: auto;
    top: 0;
    right: 0%;
    transform: translateX(0);
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.index .item3 .carousel-control.right {
    background-image: none;
}

.index .item3 .carousel-indicators li {
    height: auto;
    width: 14.2%;
    margin-right: 0;
    text-align: center;
    font-size: 18px;
}

.index .item3 .carousel-indicators li.active {
    width: 14.2%;
    height: auto;
    border-radius: 0;
    background: none;
    color: #ffaa00;
}

.index .item3 .carousel-indicators li.active img {
    opacity: 1;
}


.index .item3 .carousel-indicators li img {
    display: block;
    margin: 0 auto;
    transition: 0.3s;
    margin-bottom: 22px;
    opacity: 0.6;
    width: 84px;
    height: 84px;
}

.index .item3 .carousel-control {
    width: 56px;
    height: 88px;
    line-height: 88px;
    top: auto;
    bottom: 20%;
    font-family: simsun;
    font-size: 80px;
    background-image: none;
}

.index .item3 .carousel-control:hover {
    color: #ffaa00;
}

.index .item3 .left {
    left: 5%;
}

.index .item3 .right {
    right: 5%;
}


.index .item4 .title div {
    display: inline-block;
}

.index .item4 h3 {
    padding: 0 20px;
    border-left: 4px solid #ffaa00;
    border-right: 4px solid #ffaa00;
}


.index .item4 .top {
    float: left;
    width: 100%;
    margin-top: 80px;
}

.index .item4 .top li {
    float: left;
    width: 50%;
    text-align: center;
}

.index .item4 .top li h3 {
    font-size: 72px;
    margin-bottom: 30px;
    border: none;
    padding: 0;
}

.index .item4 .top li p {
    font-size: 24px;
    border-right: 4px solid #ffaa00;
}

.index .item4 .top li:last-child p {
    border-right: none;
}

.index .item4 .top li h3 span {
    font-size: 50px;
    transform: translateY(-20px);
    display: inline-block;
}

.index .item4 .mid {
    margin-top: 42px;
    float: left;
    width: 100%;
}

.index .item4 .bot {
    float: left;
    width: 100%;
    margin-top: 28px;
}

.index .item4 .bot .list {
    text-align: center;
    float: left;
    width: 47%;
}

.index .item4 .bot .list:last-child {
    float: right;
}

.index .item4 .bot .list h3 {
    font-size: 30px;
    font-weight: bold;
    color: #434343;
    margin-bottom: 22px;
    border: none;
}

.index .item4 .bot .list span {
    display: block;
    height: 2px;
    background: #434343;
}

.index .item4 .bot .list p {
    font-size: 18px;
    min-height: 50px;
    color: #434343;
    margin-top: 24px;
}

.index .item4 .bot .list table {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #434343;
    border-right: none;
    border-left: none;
}

.index .item4 .bot .list table th {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    background: #bfbfbf;

}

.index .item4 .bot .list table td {
    padding: 10px 0;
}

.index .item4 .bot .list table td p {
    font-size: 14px;
    margin-top: 0;
    line-height: 24px;
    min-height: auto;
}

.index .item5 .title span {
    width: 79px;
    height: 3px;
    display: inline-block;
    background: #ffaa00;
}

.index .item5 .solution-nav li {
    width: 20%;
    height: auto;
    font-size: 18px;
}

.index .item5 .solution-nav li a {
    font-size: 20px;
    line-height: 80px;
    padding: 0;
    display: block;
    color: #1b1a1a;
    position: relative;
}

.index .item5 .solution-nav li a:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #d47f2a;
    opacity: 0;
}

.index .item5 .solution-nav li a.active:before {
    opacity: 1;
}


.index .item6 {
    float: left;
    width: 100%;
}


.news {
    float: left;
    width: 100%;
    background: #f9f9fa;
}

.news-nav {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    background: #313131;
}

.news-nav a {
    float: left;
    width: 20%;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: #313131;
    line-height: 70px;
}

.news-nav a.active {
    background: #535353;
}


.news .content {
    margin-top: 60px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.news .list {
    float: left;
    width: 49%;
    background: #fff;
    /*padding: 10px 20px;*/
    margin-bottom: 24px;
}

.news .list .pic {
    overflow: hidden;
    float: left;
    width: 100%;
}

.news .list .pic img {
    transition: 0.5s;
}

.news .list .pic img:hover {
    transform: scale(1.1, 1.1);
}

.news .list .text {
    float: left;
    width: 100%;
    padding: 35px 30px;
}

.news .list .text h3 a {
    color: #000000;
    transition: 0.3s;
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 15px;
    display: block;
}

.news .list .text h3 a:hover {
    color: #ffaa00;
}

.news .list .text p {
    color: #626262;
    line-height: 30px;
    margin-bottom: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.news .list .text .bot {
    float: left;
    width: 100%;
}
.news .list .text h3{
    float: left;
    width: 100%;
    line-height: 30px;
}
.news .list .text .time {
    float: left;
    color: #000;
    font-size: 16px;
}

.news .list .text .bot a {
    float: right;
    font-size: 14px;
    color: #bfbfbf;
    transition: 0.3s;
}

.news .list .text .bot a:hover {
    color: #ffaa00;
}


.fenye {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 110px;
}

.fenye ul {
    margin: 0 auto;
    display: inline-block;
}

.fenye li {
    float: left;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100%;
    background: #fff;
    color: #bfbfbf;
    margin-right: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.fenye li:hover {
    background: #ffaa00;
    color: #333;
}

.fenye li.active {
    background: #ffaa00;
    color: #333;
}
.fenye li.active span{
    color: #fff;
}
.fenye li:first-child {
    font-family: simsun;
    font-size: 25px;
    font-weight: bold;
}

.fenye li:first-child:hover {
    color: #ffaa00;
    background: #fff;
}

.fenye li:last-child {
    margin-right: 0;
    font-family: simsun;
    font-size: 25px;
    font-weight: bold;
}

.fenye li:last-child:hover {
    color: #ffaa00;
    background: #fff;
}


.solution {
    float: left;
    width: 100%;
    margin-bottom: 170px;
}

.solution-nav {
    float: left;
    width: 100%;
    border-bottom: 2px solid #cecece;
    margin-bottom: 50px;
}

.solution-nav li {
    width: 50%;
    float: left;
    text-align: center;
    height: 45px;
}

.solution-nav li a {
    color: #333333;
    font-size: 24px;
    padding: 0 46px;
    line-height: 45px;
    display: inline-block;
    transition: 0.3s;
}

.solution .list {
    float: left;
    width: 32.3%;
    position: relative;
    margin-right: 1.5%;
    margin-bottom: 20px;
}

.solution .list img {
    width: 100%;
}

.solution .list:nth-child(3n) {
    margin-right: 0;
}

.solution .list .model {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    transition: 0.3s;
}

.solution .list .test {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 68px;
    color: #ffffff;
    font-size: 24px;
    line-height: 68px;
    padding: 0 25px;
}

.solution .list .test p {
    float: left;
    transition: 0.3s;
}

.solution .list .test span {
    float: right;
    font-family: simsun;
    font-size: 30px;
    transition: 0.3s;
}

.solution .list:hover .model {
    opacity: 0;
}

.solution .list:hover .test {
    background: #ffaa00;
}

.solution .list:hover p {
    color: #000000;
}

.solution .list:hover span {
    color: #000000;
}

.solution .list:last-child {
    background: #313131;
}

.solution .list:last-child p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 24px;
}

.solution .list:last-child p span {
    font-family: simsun;
    margin-left: 25px;
    font-size: 30px;
    transform: translateY(2px);
    display: inline-block;
}

.solution .list:last-child:hover span {
    color: #fff;
}


.solution .text {
    color: #959595;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    margin-top: 80px;
    float: left;
}

.solution .text p {
    width: 80%;
    margin: 0 auto;
}


.solutionDetail {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}


.solutionDetail .txt {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
}

.solutionDetail .txt p {
    font-size: 18px;
    color: #959595;
    line-height: 36px;
    width: 80%;
    margin: 0 auto;
}

.solutionDetail .list {
    width: 48.5%;
    float: left;
    margin-right: 2.5%;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.solutionDetail .list img {
    width: 100%;
    transition: 0.5s;
}

.solutionDetail .list img:hover {
    transform: scale(1.1, 1.1);
}

.solutionDetail .list:nth-child(2n) {
    margin-right: 0;
    float: right;
}

.solutionDetail .list .test {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    transition: 0.3s;
    padding: 40px 60px;
}

.solutionDetail .list .test h3 {
    color: #ffffff;
    font-size: 28px;
}


.solutionDetail .list .model {
    position: absolute;
    opacity: 0;
    background: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    transition: 0.3s;
    width: 100%;
    height: 100%;

}

.solutionDetail .list .model .text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: left;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 40px;
}

.solutionDetail .list .model h3 {
    color: #ffffff;
    font-size: 28px;
    border-left: 4px solid #ffaa00;
    line-height: 36px;
    padding-left: 12px;
}

.solutionDetail .list .model p {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    margin-top: 35px;
}

.solutionDetail .list:hover .model {
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
}

/*.solutionDetail .list:hover .test{*/
/*    opacity: 0;*/
/*}*/


.product {
    float: left;
    width: 100%;
}

.product .title {
    margin-bottom: 65px;
}

.product .title h3 {
    font-weight: bold;
}

.product .title span {
    width: 178px;
    height: 8px;
    background: #ffaa00;
    display: inline-block;
    margin-top: 18px;
}

.product .title p:last-child {
    font-size: 22px;
    color: #333333;
    margin-top: 25px;
}

.product .content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.product .list {
    float: left;
    border: 1px solid #c8c8c8;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 80px;
}

.product .list:nth-child(2n) {
    float: right;
    margin-right: 0;
}

.product .list .pic {
    text-align: center;
    padding: 10px 0;
    height: 260px;
    float: left;
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
}

.product .list .product-name {
    position: absolute;
    top: 20px;
    left: 20px;
}

.product .list .product-name a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
    background: #7a7a7a;
}

.product .list img {
    max-width: 95%;
    max-height: 100%;
    transition: 0.3s;
}

.product .list img:hover {
    transform: scale(1.1, 1.1);
}

.product .list .text {
    padding: 30px 40px;
    transition: 0.3s;
    float: left;
    width: 100%;
}

.product .list .specifications {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    margin-bottom: 15px;
}

.product .list .specifications span {
    color: #000;
    margin-right: 8px;
    transform: translateY(2px);
    min-width: 33px;
}

.product .list .specifications ul {
    display: flex;
    flex-flow: wrap;
}

.product .list .specifications li {
    color: #000;
    border: 1px solid #666;
    border-radius: 3px;
    padding: 1px 6px;
    margin-right: 8px;
    font-size: 18px;
}

.product .list p {
    font-size: 16px;
    color: #000;
}

.product .list .btnMore {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    position: absolute;
    bottom: 30px;
}


.product .list .text .more {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    padding: 0 30px;
    margin-bottom: 0;
    background: #d5802d;
    border: 1px solid #d5802d;
    transition: 0.3s;
    border-radius: 8px;
}

.product .list .text .more:nth-child(2) {
    color: #0e121e;
    background: #fff;
    border: 1px solid #0e121e;
    display: none;
}

.product .list .text .more img {
    width: 13px;
    margin-left: 10px;
}


.core-advantages .item {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.core-advantages .item .lists {
    display: flex;
    align-items: flex-start;
    width: 48%;
    margin-bottom: 55px;
}

.core-advantages .item .pic {
    border: 1px solid #818080;
    border-radius: 15px;
    width: 45%;
    margin-right: 25px;
    overflow: hidden;
}

.core-advantages .item .pic img {
    width: 100%;
    transition: all 0.3s;
}

.core-advantages .item .lists:hover img {
    transform: scale(1.1, 1.1);
}

.core-advantages .item .text {
    width: 55%;
}

.core-advantages .item .text h4 {
    color: #d4802c;
    font-size: 24px;
    margin-bottom: 14px;
    font-weight: bold;
}

.core-advantages .item .text p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #050b20;
}

.core-advantages .item .text p {
    font-size: 16px;
    color: #0d111f;
    line-height: 26px;
    padding-left: 25px;
    margin-bottom: 5px;
    position: relative;
}

.core-advantages .bigpic {
    margin-bottom: 80px;
}

.core-advantages .bot {
    float: left;
    width: 100%;
    background: #fbfbfb;
}

.core-advantages .bot .index-main {
    max-width: 95%;
}

.product .core-advantages .title {
    margin-top: 90px;
}

.product .product-video {
    float: left;
    width: 100%;
    background: none;

}

.product .product-video .title {
    margin-top: 0;
}


.service-process {
    float: left;
    width: 100%;
    background: #fbfbfb;
    padding: 90px 0 60px;
}

.product .service-process .title {
    margin-top: 0;
}


.gengduo {
    float: left;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
}

.gengduo a {
    display: block;
    width: 220px;
    height: 50px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    background: #ffaa00;
    margin: 0 auto;
}


.productDetail {
    float: left;
    width: 100%;
}

.productDetail .title {
    margin-top: 60px;
    margin-bottom: 45px;
}

.productDetail .title h3 {
    font-size: 36px;
    font-weight: bold;
}

.productDetail .title span {
    background: #d4802c;
    width: 80px;
    height: 6px;
    display: inline-block;

}

.productDetail .title p {
    font-size: 20px;
    width: 90%;
    margin: 0 auto;
    line-height: 36px;
    margin-top: 30px;
    color: #fff;
}


.pro1 {
    background: #f7f7f7;
    float: left;
    width: 100%;
}

.pro1 .title h3 {
    margin-top: 50px;
}

.pro1 .item {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-bottom: 50px;
}

.pro1 .item:nth-child(3) {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.pro1 .item .list {
    position: relative;
    background: #fff;
    padding: 40px;
    border-radius: 22px;
    box-shadow: 0 0 10px #ececec;
    padding-bottom: 150px;
}

.pro1 .item .num {
    color: #e1e1e1;
    font-size: 90px;
    line-height: 80px;
    font-weight: bold;
    margin-bottom: 20px;
}

.pro1 .item h3 {
    font-size: 30px;
    color: #cd6d0b;
    margin-bottom: 14px;
    font-weight: bold;
}

.pro1 .item p {
    font-size: 18px;
    color: #424242;
}

.pro1 .item .pic {
    width: 150px;
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.pro1 .item:nth-child(3) .list p {
    width: 77%;
}

.pro1 .item:nth-child(3) .list {
    padding-bottom: 110px;
}

.pro1 .item:nth-child(2) .list:nth-child(1) .pic {
    width: 120px;
}

.pro1 .item:nth-child(2) .list:nth-child(2) .pic {
    width: 175px;
}

.pro1 .item:nth-child(2) .list:nth-child(3) .pic {
    width: 140px;
}

.pro1 .item:nth-child(3) .list:nth-child(1) .pic {
    width: 140px;
}

.pro1 .item:nth-child(3) .list:nth-child(2) .pic {
    width: 125px;
}

.pro3 {
    float: left;
    width: 100%;
    margin-top: 40px;
}


.pro3 .list:nth-child(even) {
    background: #f5f5f5;
}

.pro3 .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
    padding: 60px 0;
}

.pro3 .box .pic {
    width: 50%;
    border-radius: 26px;
    overflow: hidden;
}

.pro3 .box .pic img {
    width: 100%;
    transition: all 0.3s;
}

.pro3 .box .pic:hover img {
    transform: scale(1.05, 1.05);
}

.pro3 .box .text {
    width: 46%;
}

.pro3 .box .text h4 {
    color: #d4802c;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 14px;
}

.pro3 .box .text p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #050b20;
}

.pro3 .box .text p {
    font-size: 16px;
    color: #050b20;
    line-height: 26px;
    padding-left: 25px;
    margin-bottom: 5px;
    position: relative;
}

.pro3 .box .text p span {
    color: #d4802c;
}

.pro4 {
    padding-top: 30px !important;
}

.pro5 {
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 70px 0;
}

.pro5 .index-main {
    max-width: 98%;
}

.pro5 .index-main img {
    width: 100%;
    border-radius: 10px;
}


.download-pdf {
    float: left;
    width: 100%;
    background: #f6f7f8;
    padding: 30px 0 80px;
}

.download-pdf .title {
    text-align: left;
}

.download-pdf ul {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}

.download-pdf ul li {
    border-bottom: 1px solid #c4c4c5;
    margin-bottom: 20px;
}

.download-pdf ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #343434;
    font-size: 22px;
    line-height: 30px;
    padding: 10px;
    transition: all 0.3s;
}

.download-pdf ul li img {
    width: 25px;
}

.download-pdf ul li a:hover {
    color: #ffaa00;
}

.product-lists {
    margin-bottom: 90px;
}

.product-lists .title {
    /*text-align: left;*/
}


.content {
    float: left;
    width: 100%;
    overflow: hidden;
}

.productDetail .pic {
    text-align: center;
}


.productDetail .icon li {
    float: left;
    width: 25%;
    text-align: center;
}

.productDetail .icon li p {
    font-size: 24px;
}

.productDetail .icon li img {
    margin-bottom: 20px;
}

.productDetail .anli {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 120px;
}

.productDetail .anli h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 25px;
}

.productDetail .anli p {
    font-size: 30px;
    color: #626262;
}

.productDetail .xiaodu h3 {
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}

.productDetail .xiaodu h3 span {
    position: absolute;
    left: -135px;
    top: 20px;
    width: 100px;
    height: 4px;
    background: #ffaa00;
    display: inline-block;
}

.productDetail .xiaodu h3 span:last-child {
    left: auto;
    right: -135px;
}

.productDetail .xian {
    float: left;
    width: 100%;
    margin-top: 75px;
    text-align: center;
}

.productDetail .anli ul {
    float: left;
    width: 100%;
    margin-top: 80px;
}

.productDetail .anli li {
    float: left;
    width: 33%;
    margin-right: 2px;
    margin-bottom: 2px;
    overflow: hidden;
}

.productDetail .anli li img {
    transition: 0.3s;
    width: 100%;
    height: 100%;
}

.productDetail .anli li img:hover {
    transform: scale(1.1, 1.1);
}

.productDetail .anli li:nth-child(3n) {
    margin-right: 0;
}


.productDetail .kongqi-anli li:nth-child(1) {
    width: 66.34%;
}

.productDetail .kongqi-anli li:nth-child(2) {
    width: 33.1%;
}

.productDetail .kongqi-anli li:nth-child(3) {
    width: 33.1%;
    margin-right: 2px;
}

.productDetail .kongqi-anli li:nth-child(4) {
    width: 66.34%;
    margin-right: 0;
}


.productDetail .weihu {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 75px;
}

.productDetail .weihu > img {
    width: 100%;
}

.productDetail .weihu .model {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.68;
}

.productDetail .weihu .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.productDetail .weihu .text h3 {
    font-size: 48px;
    margin-top: 30px;
    margin-bottom: 25px;
}

.productDetail .weihu .text p {
    font-size: 22px;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 46px;
    width: 100%;
    text-align: center;
}

.productDetail .weihu .text p span {
    width: auto;
    height: auto;
    background: none;
    display: inline;
    color: #ffaa00;
}

.productDetail .weihu .text span {
    width: 733px;
    height: 2px;
    background: #ffaa00;
    display: inline-block;
}

.productDetail .parameter {
    float: left;
    width: 100%;
    margin-top: 90px;
    margin-bottom: 50px;
}

.parameter-title {
    text-align: center;
    margin-bottom: 70px;
}

.parameter-title h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 25px;
}

.parameter-title p {
    font-size: 20px;
    color: #010318;
}

.parameter .canshu {
    float: left;
    width: 100%;
    overflow: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
}

.parameter .canshu table {
    border: none;
    min-width: 645px;
    width: 100%;
}

.parameter .canshu::-webkit-scrollbar { /*转动条整体样式*/
    width: 8px; /*高宽划分对应横竖转动条的尺寸*/
    height: 4px;

}

.parameter .canshu::-webkit-scrollbar-thumb { /*转动条内里小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.4);
}

.parameter .canshu::-webkit-scrollbar-track { /*转动条内里轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
}

.parameter .canshu table th {
    background: #f5f5f5;
    text-align: center;
    font-weight: normal;
    line-height: 56px;
    padding: 0 15px;
    font-size: 24px;
}

.parameter .canshu table td {
    text-align: center;
    padding: 28px 15px;
    color: #090909;

}

.parameter .canshu table tr:nth-child(odd) {
    background: #f5f5f5;
}

.parameter .canshu table td p {
    min-width: 80px;
    margin: 0 auto;
}

.parameter .shuoming {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.parameter .shuoming .box {
    margin-bottom: 35px;
    float: left;
    width: 50%;
}

.parameter .shuoming .anzhuangHieght {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.parameter .shuoming .anzhuangHieght h4 {
    color: #333333;
    font-size: 24px;
    font-weight: 500;
    padding-left: 70px;
    text-align: left;
    margin-bottom: 40px;
}

.parameter .shuoming .anzhuangHieght img {
    max-width: 92%;
}

.parameter .shuoming h3 {
    font-size: 22px;
    margin-bottom: 12px;
}

.parameter .shuoming h3 img {
    margin-right: 32px;
}

.parameter .shuoming p {
    line-height: 30px;
    padding-left: 75px;
}


.productDetail .yishu {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 90px;
}

.productDetail .yishu h3 {
    font-size: 36px;
    font-weight: bold;
    border-bottom: 1px solid #333232;
    line-height: 76px;
    margin-bottom: 70px;
    display: inline-block;
}

.productDetail .yishu li {
    float: left;
    width: 33%;
    margin-right: 2px;
    margin-bottom: 2px;
    overflow: hidden;
}

.productDetail .yishu li img {
    transition: 0.3s;
    width: 100%;
    height: 100%;
}

.productDetail .yishu li:hover img {
    transform: scale(1.1, 1.1);
}


.productDetail .xijie {
    float: left;
    width: 100%;
    text-align: center;
}

.productDetail .xijie h3 {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin: 90px 0;
}

.productDetail .xijie h3 span {
    position: absolute;
    left: -135px;
    top: 20px;
    width: 100px;
    height: 4px;
    background: #ffaa00;
    display: inline-block;
}

.productDetail .xijie h3 span:last-child {
    left: auto;
    right: -135px;
}

.productDetail .xijie li {
    float: left;
    width: 33%;
    margin-right: 2px;
    position: relative;
    margin-bottom: 2px;
    overflow: hidden;
}

.productDetail .xijie li:nth-child(3n) {
    margin-right: 0;
}

.productDetail .xijie li p {
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}

.productDetail .xijie li img {
    transition: 0.3s;
    width: 100%;
    height: 100%;
}

.productDetail .xijie li:hover img {
    transform: scale(1.1, 1.1);
}


.productDetail .mid {
    background: #fafafa;
    float: left;
    width: 100%;
    margin-top: 90px;
    padding-top: 130px;
    padding-bottom: 70px;
}

.productDetail .mid-title {
    text-align: center;
    margin-bottom: 45px;
}

.productDetail .mid-title h3 {
    font-size: 36px;
    font-weight: bold;
}

.productDetail .mid-title p {
    font-size: 30px;
    color: #626262;
    margin-top: 20px;
}

.productDetail .mid-title span {
    width: 219px;
    height: 27px;
    background: #ffaa00;
    display: inline-block;
    margin-right: 35px;
}

.productDetail .mid-title span:last-child {
    margin-left: 35px;
    margin-right: 0;
}

.productDetail .mid .list {
    float: left;
    width: 33%;
    text-align: center;
    margin-bottom: 20px;
}

.productDetail .mid .list .pic {
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productDetail .mid .list .pic img {
    height: auto;
    max-height: 100%;
    width: 220px;

}

.productDetail .mid .list h3 {
    font-size: 30px;
    margin-bottom: 12px;
}

.productDetail .mid .list span {
    width: 27px;
    height: 4px;
    background: #333;
    display: none;
}

.productDetail .mid .list p {
    color: #333333;
    line-height: 30px;
    min-height: 230px;
    width: 70%;
    margin: 0 auto;
    margin-top: 15px;
    text-align: left;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 3;*/
    /*overflow: hidden;*/
}


.productDetail .bot {
    float: left;
    width: 100%;
    margin-top: 90px;
}

.productDetail .bot-title {
    text-align: center;
    margin-bottom: 100px;
}

.productDetail .bot-title h3 {
    font-size: 72px;
    color: #b4b5b6;
    margin-bottom: 35px;
}

.productDetail .bot-title p {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 5px;
}

.productDetail .bot-title span {
    width: 95px;
    height: 4px;
    background: #ffaa00;
    display: inline-block;
}


.productDetail .bot .list {
    float: left;
    width: 100%;
    margin-bottom: 100px;
}

.productDetail .bot .list .left {
    float: left;
    width: 25%;
    text-align: center;
}

.productDetail .bot .list .left h3 {
    font-size: 18px;
    margin-bottom: 33px;
    margin-top: 50px;
    line-height: 26px;
}

.productDetail .bot .list .right {
    float: right;
    width: 100%;
}

.productDetail .bot .list .right h3 {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    margin-bottom: 40px;
}

.productDetail .bot .list .right h3 img {
    position: absolute;
    right: 0;
    bottom: -10px;
}

.productDetail .bot .list .right p {
    color: #333;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 10px;
}

.productDetail .bot .list .right table {
    border: 1px solid #333;
    width: 100%;
}

.productDetail .bot .list .right th {
    font-size: 14px;
    text-align: center;
    padding: 10px 20px;
}

.productDetail .bot .list .right td {
    font-size: 14px;
    text-align: center;
    padding: 10px 20px;
}

.productDetail .bot .list .right .biaoge {
    overflow: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
}

.productDetail .bot .list .right .biaoge::-webkit-scrollbar { /*转动条整体样式*/
    width: 8px; /*高宽划分对应横竖转动条的尺寸*/
    height: 4px;

}

.productDetail .bot .list .right .biaoge::-webkit-scrollbar-thumb { /*转动条内里小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.4);
}

.productDetail .bot .list .right .biaoge::-webkit-scrollbar-track { /*转动条内里轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
}


.productDetail .bot .list .pic {
    text-align: center;
    float: left;
    width: 50%;
}

.productDetail .bot .list .text {
    float: right;
    width: auto;
    max-width: 50%;
}

.productDetail .bot .list:nth-child(2n) .text {
    width: 50%;
    float: left;
    padding-right: 15px;
}

.productDetail .bot .list .text h4 {
    color: #333232;
    font-size: 24px;
    margin-bottom: 10px;
}


.productDetail .bot .jiangwen .text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.productDetail .bot .jiangwen .pic {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.productDetail .bot .jiangwen .pic img {
    width: 49%;
}


.productDetail .changhe {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 150px;
    margin-top: 50px;
}

.productDetail .changhe h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

.productDetail .changhe p {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.productDetail .zixun {
    float: left;
    width: 100%;
    text-align: center;
    background: #e7e8e9;
    padding-top: 60px;
    padding-bottom: 55px;
}

.productDetail .zixun h3 {
    font-size: 36px;
    margin-bottom: 25px;
}

.productDetail .zixun p {
    font-size: 18px;
    line-height: 36px;
}

.productDetail .zixun .add {
    margin-top: 35px;
}

.productDetail .zixun input {
    width: 384px;
    height: 47px;
    padding-left: 25px;
    color: #333;
    font-size: 18px;
    margin-left: 25px;
}

.productDetail .zixun input::placeholder {
    color: #e7e8e9;
    font-size: 18px;
}

.productDetail .zixun input::-moz-placeholder {
    color: #e7e8e9;
    font-size: 18px;
}

.productDetail .zixun input::-webkit-input-placeholder {
    color: #e7e8e9;
    font-size: 18px;
}

.productDetail .zixun button {
    width: 150px;
    height: 47px;
    background: #ffaa00;
    border: none;
    transform: translateY(1px);
}

.productDetail .zixun button a {
    color: #333;
}

.productDetail .zixun button:focus {
    outline: none;
}


.contact {
    float: left;
    width: 100%;
}

.contact .contact-title {
    text-align: center;
    margin-bottom: 55px;
}

.contact .contact-title h3 {
    font-size: 36px;
    margin-bottom: 25px;
}

.contact .contact-title h4 {
    font-size: 24px;
    color: #626262;
}

.contact .contact-title h4 img {
    margin-right: 30px;
}

.contact .contact-title h4 img:last-child {
    margin-right: 0;
    margin-left: 30px;
}

.contact .contact-title p {
    font-size: 20px;
    margin-top: 30px;
}
.conatct-logo{
    width: 160px;
}
.contact .dizhi {
    padding-top: 55px;
    float: left;
    width: 100%;
    margin-bottom: 60px;
}

.contact .dizhi .p1 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    font-size: 20px;
    padding: 40px 0;
    margin-bottom: 20px;
    color: #000;
}

.contact .dizhi .p1 a {
    font-weight: bold;
    font-size: 28px;
    color: #ffaa00;
    width: 200px;
    display: inline-block;
}

.contact .dizhi .p1 img {
    margin: 0 50px;
}

.contact .dizhi .list {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    float: left;
    text-align: center;
    width: 100%;
    margin-right: 30px;
    transition: 0.3s;
    position: relative;
    margin-bottom: 30px;
}

.contact .dizhi .list .pic {
    overflow: hidden;
    width: 50%;
}

.contact .dizhi .list .pic img {
    transition: 0.5s;
    width: 100%;
}

.contact .dizhi .list .pic img:hover {
    transform: scale(1.1, 1.1);
}

.contact .dizhi .list:last-child {
    margin-right: 0;
}

.contact .dizhi .list .text {
    display: flex;
    justify-content: center;
    flex-flow: column;
    border: 2px solid #0d1220;
    border-left: none;
    padding: 0 45px;
    width: 50%;
}
.contact .dizhi .list .text p:nth-child(1){
    color: #e78928;
    font-size: 24px;
    margin-bottom: 20px;
}
.contact .dizhi .list .text p {
    font-size: 22px;
    text-align: left;
}

.contact .dizhi .list:hover {
    box-shadow: 0 0 10px #cacbcd;
}

.contact .map {
    margin-top: 330px;
    float: left;
    width: 100%;
}

.contact .map h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
}

.contact .map .map-inner {
    width: 85%;
    margin: 0 auto;
}

#dituContent {
    width: 100%;
    height: 430px;
}

#dituContent img {
    max-width: initial;
}


.case {
    float: left;
    width: 100%;
    margin-bottom: 100px;
}

.case .title h4 {
    color: #626262;
    font-size: 30px;
    margin-top: 15px;
}

.case .title p {
    color: #959595;
    font-size: 18px;
    line-height: 36px;
    margin-top: 50px;
}


.case .list {
    float: left;
    width: 32%;
    position: relative;
    margin-right: 1.4%;
    margin-bottom: 18px;
    overflow: hidden;
}

.case .list:nth-child(2) {
    margin-right: 0;
    width: 65.4%;
}

.case .list:nth-child(5) {
    margin-right: 0;
}

.case .list:nth-child(6) {
    width: 65.4%;
}

.case .list:nth-child(7) {
    margin-right: 0;
}

.case .list .text {
    position: absolute;
    color: #fff;
    bottom: -155px;
    background: rgba(0, 0, 0, 0.7);
    padding: 40px 45px;
    max-height: 100%;
    transition: 0.3s;
}

.case .list:hover .text {
    bottom: 0;
}

.case .list > img {
    width: 100%;
}

.case .list .text h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.case .list .text p {
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    min-height: 120px;
}


.newsDetail h3 {
    font-size: 30px;
}

.newsDetail span {
    font-size: 14px;
}

.newsDetail .title {
    text-align: left;
    margin-top: 80px;
}

.newsDetail .content {
    margin-top: 40px;
}

.newsDetail p {
    font-size: 20px;
    color: #626262;
    line-height: 30px;
    margin-bottom: 15px;
}

.newsDetail .pic {
    text-align: center;
    margin-bottom: 15px;
}

.newsDetail .content img {
    max-width: 900px;
}


.about {
    float: left;
    width: 100%;
}

.about .jianjie {
    padding-top: 120px;
    float: left;
    width: 100%;
}
.about .inner{
    width: 85%;
}
.about .jianjie h3 {
    font-size: 36px;
    color: #333333;
    line-height: 40px;
    margin-bottom: 45px;
}

.about .jianjie .left {
    float: left;
    width: 100%;
    /*padding: 0 2%;*/
}

.about .jianjie p {
    line-height: 30px;
    margin-bottom: 30px;
    color: #000;
    font-size: 16px;
}

.about .jianjie .right {
    float: right;
    width: 100%;
    /*padding: 0 2%;*/
}

.about .jianjie .right video {
    max-width: 100%;
}

/*.about .jianjie .content {*/
/*    padding: 0 35px;*/
/*}*/
.about .title h3{
    text-align: left;
}
.about .advantage {
    float: left;
    width: 100%;
    text-align: center;
    /*padding-top: 80px;*/
}
.about .advantage .title{
    margin-top: 120px;
}
.about .advantage .title h3{
    text-align: left;
}
.about .advantage .pic {
    float: left;
    width: 50%;
}

.about .advantage .pic img {
    height: 100%;
}

.about .advantage .right {
    float: right;
    width: 50%;
    background: #ffaa00;
    padding: 0 45px 0 25px;
}

.about .advantage-title h4 {
    margin-bottom: 10px;
    margin-top: 65px;
}

.about .advantage-title h3 {
    font-size: 46px;
    color: #fff;
}

.about .advantage .lists {
    margin-bottom: 70px;
    float: left;
}

.about .advantage-title span {
    width: 93px;
    height: 5px;
    background: #333333;
    display: block;
    margin-top: 15px;
    margin-bottom: 112px;
}

.about .advantage .list {
    float: left;
    width: 48%;
    margin-bottom: 70px;
}

.about .advantage .list:nth-child(2n) {
    float: right;
}

.about .advantage .list:nth-child(3) {
    margin-bottom: 0;
}

.about .advantage .list:nth-child(4) {
    margin-bottom: 0;
}

.about .advantage .list h3 {
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
}

.about .advantage .list h3 img {
    position: absolute;
    right: 30px;
    bottom: 0;
}

.about .advantage .list p {
    font-size: 14px;
    line-height: 24px;
}

.about .service {
    float: left;
    width: 100%;
}

.about .service .title {
    margin-top: 20px;
}

.about .service .pic {
    overflow: hidden;
}

.about .service .pic img {
    transition: 0.3s;
}

.about .sj-pic {
    display: none;
}

.about .service .pic img:hover {
    transform: scale(1.1, 1.1);
}

.pingpai .pic {
    margin-top: 96px;
}
.pingpai ul {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    gap: 30px;
}

.pingpai li {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ebebeb;
    border-radius: 15px;
    overflow: hidden;
    height: 175px;
    background: #fff;
    transition: all 0.3s;
    padding: 15px;
}

.pingpai li:hover {
    transform: translateY(-5px);
}

.pingpai li img {
    max-width: 100%;
    max-height: 100%;
}



.about .service .item p {
    text-align: center;
    font-size: 24px;
    color: #000;
    margin-top: 15px;
}

.about .service .title {
    margin-top: 110px;
    margin-bottom: 40px;
}

.about .service .title span {
    width: 60px;
    height: 7px;
    background: #ffaa00;
    display: inline-block;
}

.about .service ul {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.about .service li {
    border: 1px solid #c8c8c8;
    border-radius: 100%;
    width: 10.7%;
    height: 150px;
    text-align: center;
    padding: 14px;
    transition: 0.3s;
    float: left;
    margin-right: 2%;

}

.about .service li:last-child {
    margin-right: 0;
}

.about .service li p {
    background: #f3f4f6;
    border-radius: 100%;
    transition: 0.3s;
    height: 100%;
    width: 100%;
    position: relative;
}

.about .service li p span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
}

.about .service li:hover {
    border: 1px solid #ffaf0f;
}

.about .service li:hover p {
    background: #666666;
    color: #fff;
}

.about .service .mid {
    float: left;
    width: 100%;
    background: url("/assets/index/images/bg-1_22.jpg") no-repeat;
    padding: 36px 0;
    margin-top: 110px;
}

.about .service .mid .box {
    width: 230px;
    height: 230px;
    border: 6px solid #ffaa00;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto;
}

.about .service .mid .box p {
    font-size: 36px;
    margin-bottom: 5px;
    margin-top: 62px;
}

.about .service .mid .box span {
    font-size: 30px;
    color: #626262;
}

.about .service .bot {
    float: left;
    width: 100%;
    margin-top: 80px;
}

.about .service .bot .list {
    float: left;
    width: 33%;
    text-align: center;
    padding: 0 3%;
}

.about .service .bot .list:nth-child(2) span {
    width: 100%;
}

.about .service .bot .list h4 {
    font-size: 24px;
}

.about .service .bot .list h3 {
    font-size: 30px;
    color: #ffaa00;
    margin-top: 15px;
}

.about .service .bot .list span {
    display: inline-block;
    width: 155px;
    height: 1px;
    background: #d2d2d2;
}

.about .service .bot .list p {
    line-height: 30px;
    margin-top: 20px;
}

.about .service .bot .list .lst {
    float: left;
    width: 45%;
    margin-top: 50px;
}

.about .service .bot .list .lst h3 {
    border: 1px solid #d2d2d2;
    padding: 10px 0;
    width: 100%;
    font-size: 20px;
    color: #333;
}

.about .service .bot .list .lst:last-child {
    float: right;
}

.about .service .bot .list .lst p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
}


.about .corporate {
    float: left;
    width: 100%;
    margin-top: 60px;
    padding-bottom: 80px;
}

.about .corporate .title {
    margin-top: 50px;
}

.about .corporate .title span {
    display: inline-block;
    background: #fff;
    width: 60px;
    height: 7px;
}

.about .corporate .title p {
    margin-top: 10px;
}

.about .corporate .list {
    float: left;
    text-align: center;
    width: 25%;
    position: relative;

}

.about .corporate .list .pic {
    overflow: hidden;
}

.about .corporate .list .pic img {
    transition: 0.5s;
}

.about .corporate .list h3 {
    width: 130px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    font-size: 20px;
    line-height: 44px;
    background: #d6812d;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 99;
}

.about .corporate .list:nth-child(2) h3 {
    border-left: none;
    border-right: none;
}

.about .corporate .list:nth-child(2) .pic {
    border-left: none;
    border-right: none;
}

.about .corporate .list:nth-child(3) .pic {
    border-right: none;
}

.about .corporate .list:nth-child(3) h3 {
    border-right: none;
}

.about .corporate .list p {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.about .corporate .list:hover img {
    transform: scale(1.1, 1.1);
}


.about-logo {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.about-logo .box {
    float: left;
    text-align: center;
    width: 49%;
    position: relative;
}
.about-logo .box:before{
    /*content: '';*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*background: rgba(0,0,0,0.4);*/
    /*width: 100%;*/
    /*height: 100%;*/
}
.about-logo .box:last-child {
    float: right;
}

.about-logo .box .text{
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    text-align: center;
    width: 100%;
    margin-top: 28px;
}
.about-logo .box h3 {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
}

.about-logo .box p {
    line-height: 35px;
    font-size: 20px;
    color: #000;
}

.about .wangluo {
    float: left;
    width: 100%;
}

.about .title {
    margin-top: 96px;
}

.about .title span {
    width: 60px;
    height: 7px;
    background: #ffaa00;
    display: inline-block;
}

.about .center {
    float: left;
    width: 100%;
    background: #fbfbfb;
    margin-top: 70px;
    padding-bottom: 50px;
}
.about .center .title{
    margin-top: 70px;
}
.about .center .pic {
    text-align: center;
    margin-top: 65px;
}
.about .center .menuone{
    display: flex;
    justify-content: center;
    width: max-content;
    margin: 0 auto;
    border-bottom: 4px solid #c4c4c5;
}
.about .center .menuone li{
    height: auto;
}
.about .center .menuone li a{
    padding: 15px 40px;
    position: relative;
    color: #0d1220;
}
.about .center .menuone li a.active{
    color: #d6812d;
}
.about .center .menuone li a.active:before{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 7px;
    background: #d6812d;
}
.about .center .menuone li{
    width: auto;
}
.about .center .menutwo .pic{
    width: 80%;
    margin: 0 auto;
    margin-top: 65px;
}








.lines-wrap { float:left; width:100%;
    margin-top:40px;
    overflow: hidden;
    position: relative;
}
.lines-wrap .lines {
    position: relative;
}
.lines-wrap .line {
    display: -ms-flexbox;
    display: flex!important;
    position: relative;
}
.lines-wrap .line:not(:last-child) {
    margin-bottom: 20px;
}
.lines-wrap .line:nth-child(even) {
    margin-left: -84px;
}
.lines-wrap .line div:not(:last-child) {
    margin-right: 20px;
}
.lines-wrap .line img {
    height:125px;
    max-width: none;
}
.lines-wrap .line img:first-child {
    margin-right: 6px;
}
.lines-wrap .overlay {
    bottom: 0;
    position: absolute;
    top: 0;
    width: 100px;
}
.lines-wrap .overlay.left {
    left: 0;
}
.lines-wrap .overlay.right {
    right: 0;
}
.scroll-logos.start .lines.desktop .line {
    animation: 40s linear customs-scroll;
    animation-iteration-count: infinite;
}
.scroll-logos.start .lines.desktop .line:nth-child(even) {
    animation: 40s linear customs-scroll-reverse;
    animation-iteration-count: infinite;
}
@keyframes customs-scroll {
    from {
        transform: translate3d(-1179px, 0, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes customs-scroll-reverse {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-1179px, 0, 0);
    }
}
.scroll-logos.dark.start .lines.desktop .line {
    animation: 40s linear customs-scroll2;
    animation-iteration-count: infinite;
}
.scroll-logos.dark.start .lines.desktop .line:nth-child(even) {
    animation: 40s linear customs-scroll-reverse2;
    animation-iteration-count: infinite;
}
@keyframes customs-scroll2 {
    from {
        transform: translate3d(-1260px, 0, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes customs-scroll-reverse2 {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-1260px, 0, 0);
    }
}
@media screen and (max-width: 900px) {

    .scroll-logos .line {
        display: -ms-flexbox;
        display: flex;
    }
    .scroll-logos .line:not(:last-child) {
        margin-bottom: 2vw;
    }
    .scroll-logos .line:nth-child(even) {
        margin-left: -16vw;
    }
    .scroll-logos .line img {
        height: 80px;
    }
    .scroll-logos .line img:first-child {
        margin-right: 1.5vw;
    }
    .scroll-logos.start .lines.mobile-only .line {
        animation: 25s linear customs-scroll;
        animation-iteration-count: infinite;
    }
    .scroll-logos.start .lines.mobile-only .line:nth-child(even) {
        animation: 30s linear customs-scroll-reverse;
        animation-iteration-count: infinite;
    }
    @keyframes customs-scroll {
        from {
            transform: translate3d(-156.5vw, 0, 0);
        }
        to {
            transform: translate3d(0, 0, 0);
        }
    }
    @keyframes customs-scroll-reverse {
        from {
            transform: translate3d(0, 0, 0);
        }
        to {
            transform: translate3d(-195.5vw, 0, 0);
        }
    }
    .scroll-logos.dark.start .lines.mobile-only .line {
        animation: 25s linear customs-scroll2;
        animation-iteration-count: infinite;
    }
    .scroll-logos.dark.start .lines.mobile-only .line:nth-child(even) {
        animation: 25s linear customs-scroll-reverse2;
        animation-iteration-count: infinite;
    }
    @keyframes customs-scroll2 {
        from {
            transform: translate3d(-192vw, 0, 0);
        }
        to {
            transform: translate3d(0, 0, 0);
        }
    }
    @keyframes customs-scroll-reverse2 {
        from {
            transform: translate3d(0, 0, 0);
        }
        to {
            transform: translate3d(-192vw, 0, 0);
        }
    }
}
.lines-wrap.normal .overlay.left {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.lines-wrap.normal .overlay.right {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.lines-wrap.dark .line img:first-child {
    margin-right: 20px;
}
.lines-wrap.dark .overlay.left {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.lines-wrap.dark .overlay.right {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.lines-wrap.dark .overlay {
    width: 150px;
}
@media screen and (max-width: 900px) {
    .scroll-logos.lines-wrap {
        margin-top: 4vw;
    }
    .scroll-logos.dark .left,
    .scroll-logos.dark .right {
        display: none;
    }

}

.mobile-only{ display:none;}
























.wangluo .title div {
    display: inline-block;
}

.wangluo .title h3 {
    padding: 0 20px;
    border-left: 4px solid #ffaa00;
    border-right: 4px solid #ffaa00;
}

.wangluo .top {
    float: left;
    width: 100%;
    margin-top: 80px;
}

.wangluo .top li {
    float: left;
    width: 25%;
    text-align: center;
}

.wangluo .top li h3 {
    font-size: 65px;
    font-family: YaHei;
    margin-bottom: 30px;
}

.wangluo .top li p {
    font-size: 24px;
    border-right: 4px solid #ffaa00;
}

.wangluo .top li:last-child p {
    border-right: none;
}

.wangluo .top li h3 span {
    font-size: 50px;
    transform: translateY(-20px);
    display: inline-block;
}

.wangluo .mid {
    margin-top: 42px;
    float: left;
    width: 100%;
}

.wangluo .bot {
    float: left;
    width: 100%;
    margin-top: 28px;
}

.wangluo .bot .list {
    text-align: center;
    float: left;
    width: 47%;
}

.wangluo .bot .list:last-child {
    float: right;
}

.wangluo .bot .list h3 {
    font-size: 30px;
    font-weight: bold;
    color: #434343;
    margin-bottom: 22px;
}

.wangluo .bot .list span {
    display: block;
    height: 2px;
    background: #434343;
}

.wangluo .bot .list p {
    font-size: 18px;
    min-height: 50px;
    color: #434343;
    margin-top: 24px;
}

.wangluo .bot .list table {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #434343;
    border-right: none;
    border-left: none;
}

.wangluo .bot .list table th {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    background: #bfbfbf;

}

.wangluo .bot .list table td {
    padding: 10px 0;
}

.wangluo .bot .list table td p {
    font-size: 14px;
    margin-top: 0;
    line-height: 24px;
    min-height: auto;
}


.honor {
    float: left;
    width: 100%;
}

.honor .title span {
    display: inline-block;
    height: 7px;
    background: #ffaa00;
}

.honor .title p {
    margin-top: 10px;
}

.honor h4 {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 60px;
    font-size: 30px;
    font-size: 30px;
}

.honor .owl-carousel.owl-loaded {
    width: 100%;
    margin: 0 auto;
}

.honor .owl-nav {
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.honor .owl-prev {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
    background: url(/assets/index/images/left-icon.png) no-repeat center center;
    transition: 0.3s;
    background-size: contain;
}

/*.honor .owl-prev:hover {*/
/*    background: url(/assets/index/images/prev-2_14.png) no-repeat;*/
/*    background-size: cover;*/
/*}*/

.honor .owl-next {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    right: -80px;
    transform: translateY(-50%);
    background: url(/assets/index/images/right-icon.png) no-repeat center center;;
    transition: 0.3s;
    background-size: contain;
}

/*.honor .owl-next:hover {*/
/*    background: url(/assets/index/images/next-2_17.png) no-repeat;*/
/*    background-size: cover;*/
/*}*/


.honor .owl-carousel .owl-item .item{
    background: #fbfbfb;
    padding: 30px;
    border-right: 2px solid #dad9d9;
    border-bottom: 2px solid #dad9d9;
}








.Aircool-sj {
    display: none;
}

.Aircool-sj li {
    margin-bottom: 4px;
}

.productDetail .sj-youshi h3 {
    position: relative;
    border-bottom: none;
}

.productDetail .sj-youshi h3 img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}


.sj-banner {
    display: none !important;
}


.about .advantage .advantageSjPic {
    display: none;
}


.kehuSjPc {
    display: none;
}


.breadcrumb-nav ul {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.breadcrumb-nav ul li a {
    color: #333;
}


.breadcrumb-nav {
    margin-top: 20px;
}

.news-bot {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin-top: 30px;
}

.news-bot ul {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.news-bot ul li {
    width: 45%;
}

.news-bot ul li a {
    color: #333;
    font-size: 16px;
}

.news-back {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.news-back a {
    width: 115px;
    height: 52px;
    line-height: 52px;
    background: #ffaa00;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-top: 35px;
}


.investor .content {
    margin-top: 60px;
}

.investor .investor-search {
    margin-top: 50px;
}

.investor .investor-search input {
    border: 1px solid #666;
    width: 300px;
    height: 45px;
    padding-left: 15px;
    border-radius: 5px;
}

.investor .investor-search button {
    width: 130px;
    height: 45px;
    border: none;
    border-radius: 5px;
    background: #ffaa00;
    color: #fff;
    margin-left: 10px;
}


.investor .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
}

.investor .list .text {
    padding-left: 0;
}

.investor .list .right-download a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 40px;
    color: #fff;
    background: #666;
    transition: all 0.3s;
    border-radius: 4px;
}

.investor .list .text p {
    margin-bottom: 20px;
}

.investor .list .right-download a:hover {
    background: #ffaa00;
}


.index-main {
    max-width: 1430px;
    margin: 0 auto;
}

.banner-box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 10%;
}

.banner-box .banner-pic {
    max-width: 580px;
    margin-bottom: 12px;
}

.banner-box h3 {
    color: #fff;
    font-size: 72px;
}

.banner-box .more {
    margin-top: 60px;
}

.banner-box .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    line-height: 56px;
    background: #fff;
    border-radius: 15px;
    color: #090909;
    font-size: 16px;
    transition: all 0.3s;
}

.banner-box .more a:hover {
    background: #ffaa00;
}

.banner-box .more img {
    width: 15px !important;
    margin-left: 22px;
}

.index-product {
    padding-top: 70px;
    padding-bottom: 60px;
}

.index-product .index-title {
    padding: 0 20px;
}

.index-product .content {
    position: relative;
    background: #cccccc;
}

.index-product .content .pic {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 700px;
    padding: 45px 0 150px;
}

.index-product .content .pic img {
    max-width: 100%;
    max-height: 100%;
    width: max-content;
    height: max-content;
}

.index-product .parameter {
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(1, 1, 1, 0.1);
    border-radius: 16px;
    padding: 50px;
    min-width: 240px;
}


.index-product .parameter .icon {
    max-width: 38px;
    margin-bottom: 12px;
}
.index-product .item:nth-child(1) .parameter li:nth-child(1) .icon{
    max-width: 62px;
}
.index-product .item:nth-child(1) .parameter li:nth-child(1) p:last-child{
    color: #E68826; font-size: 28px;
}
.index-product .item:nth-child(1) .parameter li:nth-child(2) p{
    color: #E68826; font-size: 26px;
}
.index-product .item:nth-child(1) .parameter li:nth-child(2){
    margin-bottom: 40px;
}
.index-product .item:nth-child(1) .parameter li:nth-child(2) .icon{
    max-width: 65px;
}
.index-product .parameter p {
    color: #050505;
    font-size: 16px;
}

.index-product .parameter p:last-child {
    color: #050505;
    font-size: 22px;
    margin-top: 5px;
}

.index-product .parameter li {
    margin-bottom: 20px;
}

.index-product .parameter li:last-child {
    margin-bottom: 0;
}

.product-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 168px;*/
    padding: 0 20px;
    height: 54px;
    color: #050b20;
    font-size: 24px;
    /*background: #fff;*/
    border-radius: 12px;
    position: absolute;
    left: 35px;
    top: 35px;
}

.product-detail {
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 75px;
    transform: translateX(-50%);
}

.product-detail a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 54px;
    color: #131313;
    font-size: 24px;
    border: 1px solid #050b20;
    border-radius: 12px;
    margin: 0 11px;
    transition: all 0.3s;
}

.product-detail a:hover {
    background: #ffaa00;
    color: #fff;
    border: 1px solid #ffaa00;
}

.product-detail a:last-child {
    display: none;
}

.pad20 {
    border-radius: 20px;
    overflow: hidden;
    margin: 0 20px;
    background: #f5f5f5;
}

.small-pic {
    position: relative;
}

.small-pic .text {
    position: absolute;
    bottom: 30px;
    left: 45px;
}

.small-pic .text span {
    color: #00000f;
    font-size: 16px;
    display: none;
}

.small-pic .text h4 {
    color: #00000f;
    font-size: 18px;
    font-weight: bold;
}

.index-product .item {
    padding: 0 20px;
}

.index-product .slick-prev {
    left: 40px;
    background: url("https://storage.kalefans.com/assets/index/images/banner-left2.png");
    width: 60px;
    height: 42px;
    background-size: contain;
    z-index: 9;
}

.index-product .slick-prev:before {
    display: none;
}

.index-product .slick-next {
    right: 40px;
    background: url("https://storage.kalefans.com/assets/index/images/banner-right2.png");
    width: 60px;
    height: 42px;
    background-size: contain;
    z-index: 9;
}

.index-product .slick-next:before {
    display: none;
}

.index-product .slick-next:hover {
    background: url("https://storage.kalefans.com/assets/index/images/banner-right2.png");
    background-size: contain;
}

.index-product .slick-prev:hover {
    background: url("https://storage.kalefans.com/assets/index/images/banner-left2.png");
    background-size: contain;
}

.index-product .slick-next:focus {
    background: url("https://storage.kalefans.com/assets/index/images/banner-right2.png");
    background-size: contain;
}

.index-product .slick-prev:focus {
    background: url("https://storage.kalefans.com/assets/index/images/banner-left2.png");
    background-size: contain;
}

.item5 {
    float: left;
    width: 100%;
    padding: 80px 0;
    background: #f9fbfc;
}

.index-title h3 {
    color: #050b20;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 55px;
}

.item5 .menutwo ul {
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    gap: 30px;
}

.item5 .menutwo li {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ebebeb;
    border-radius: 15px;
    overflow: hidden;
    height: 150px;
    background: #fff;
    transition: all 0.3s;
    padding: 8px;
}

.item5 .menutwo li:hover {
    transform: translateY(-5px);
}

.item5 .menutwo li img {
    max-width: 100%;
    max-height: 100%;
}


.item6 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.index-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.index-title h3 {
    margin-bottom: 0;
}

.index-title a {
    color: #050b20;
    font-size: 16px;
}

.index-title a:hover {
    color: #ffaa00;
}

.index-title img {
    width: 15px;
    margin-left: 20px;
}

.item6 .content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.item6 .content .list .pic {
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 25px;
}

.item6 .content .list .pic img {
    transition: all 0.3s;
    width: 100%;
}

.item6 .content .list span {
    color: #050b20;
    display: none;
    font-size: 16px;
}

.item6 .content .list h4 {
    color: #050b20;
    font-size: 18px;
    margin-top: 12px;
    transition: all 0.3s;
}

.item6 .content .list:hover .pic img {
    transform: scale(1.1, 1.1);
}

.item6 .content .list:hover h4 {
    color: #ffaa00;
}


.item7 {
    float: left;
    width: 100%;
    background: url("https://storage.kalefans.com/assets/index/images/bg-2025-1.jpg") no-repeat center center;
    background-size: cover;
    text-align: center;
    padding: 70px 0;
}

.item7 h3 {
    color: #000000;
    font-size: 36px;
}

.item7 h2 {
    color: #000000;
    font-size: 50px;
    font-weight: bold;
}

.item7 .consult {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.item7 .consult a {
    color: #000000;
    font-size: 24px;
    padding: 10px 35px;
    background: #fff;
    border-radius: 10px;
    margin: 0 5px;
}

.item7 .consult a:last-child {
    color: #fff;
    background: #d4802c;
}

.item7 .consult a img {
    width: 28px;
    margin-right: 15px;
}

.index-reason {
    float: left;
    width: 100%;
}

.index-reason .index-video {
    position: relative;
    /*float: left;*/
    width: 90%;
    margin: 0 auto;
}

.index-reason .index-video video {
    border-radius: 20px;
}

.index-reason .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80px;
}


.index-reason {
    background: #f9fbfc;
    padding: 80px 0;
}

.index-reason ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    float: left;
    width: 100%;
    margin-top: 50px;
}

.index-reason ul li {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    height: 315px;
    position: relative;
}
.index-reason ul li:nth-child(2) .icon img{
    width: 100px;
}
.index-reason ul li h4 {
    font-size: 22px;
    margin-bottom: 14px;
    color: #000004;
    position: relative;
    padding-left: 24px;
}

.index-reason ul li h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 15px;
    height: 15px;
    background: #d4802c;
    border-radius: 100%;
}

.index-reason ul li h4 span {
    color: #ffaa00;
}

.index-reason ul li p {
    color: #050b20;
    font-size: 16px;
    line-height: 26px;
}

.index-reason ul li .icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: flex;
    justify-content: flex-end;
}

.index-reason ul li .icon img {
    width: 120px;
}

.index-reason ul li:nth-child(3) .icon img {
    width: 110px;
}
.productDetail .product-video{
    padding: 0;
}
.index-case {
    float: left;
    width: 100%;
    padding: 80px 0;
}

.index-case .menuone {
    display: flex;
    float: left;
    width: 100%;
    margin-bottom: 40px;
    border-bottom: 1px solid #ededed;
}

.index-case .menuone li {
    position: relative;
    width: auto;
    margin-right: 30px;
    height: auto;
}

.index-case .menuone li a {
    color: #050b20;
    font-size: 18px;
    transition: all 0.3s;
    line-height: 50px;
    text-align: left;
    padding: 0;
    padding-right: 28px;
}

.index-case .menuone li:last-child {
    margin-right: 0;
}

.index-case .menuone li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #dc8121;
    opacity: 0;
    transition: all 0.3s;
}

.index-case .menuone li a.active:before {
    opacity: 1;
}

.index-case .case-box {
    position: relative;
    float: left;
    width: 100%;
}

.index-case .menutwo {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    display: block;
}

.index-case .menutwo:nth-child(1) {
    position: relative;
}

.index-case .menutwo.active {
    position: relative;
}

.index-case .grid {
    position: relative;
}

.index-case .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    left: 40px;
    padding: 0 40px;
    height: 50px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.6);
    color: #050b20;
    font-size: 18px;
    z-index: 9;
    cursor: pointer;
}

.index-case .icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #050b20;
    font-size: 18px;
}

.index-case .icon img {
    width: 30px !important;
    margin-right: 7px;
}


.index-case .owl-nav {
    display: flex;
    justify-content: space-between;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index-case .owl-nav .owl-prev {
    width: 60px;
    height: auto;
    margin-left: 45px;
    margin-bottom: 0;
}

.index-case .owl-nav .owl-next {
    width: 60px;
    height: auto;
    margin-right: 45px;
    margin-bottom: 0;
}

.index-case .owl-nav .owl-prev:hover {
    background: none !important;
}

.index-case .owl-nav .owl-next:hover {
    background: none !important;
}


.index-case .text {
    position: absolute;
    bottom: -50%;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 50px 0;
    transition: all 0.4s;
}

.index-case .text h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
}

.index-case .text p {
    font-size: 14px;
    line-height: 24px;
    width: 68%;
    margin: 0 auto;
    color: #fff;
}

.index-case .text a {
    font-size: 18px;
    color: #ffb219;
    display: inline-block;
    margin-top: 35px;
}

.index-case .icon:hover + .text {
    bottom: 0;
}


.service-list {
    float: left;
    width: 100%;
    background: url("/assets/index/images/service-list-bg.png") no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.service-list ul {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}

.service-list ul li {
    text-align: center;
}

.service-list ul li .icon {
    margin-bottom: 25px;
}

.service-list ul li img {
    width: 90px;
}

.service-list ul li p {
    font-size: 24px;
    color: #fff;
}

.product-lists .title {
    margin-top: 100px;
}

.product-txt {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 90px;
}

.product-txt .item {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.product-txt .item .pic {
    width: 50%;
    border-radius: 20px;
    overflow: hidden;
}

.product-txt .item .pic img {
    width: 100%;
    transition: all 0.3s;
}

.product-txt .item .pic:hover img {
    transform: scale(1.1, 1.1);
}

.product-txt .item .text {
    width: 44%;
}

.product-txt .item .text p {
    color: #0d1220;
    font-size: 22px;
    line-height: 40px;
}
.product-txt .item .text p span{
    font-weight: bold;
    color: #d4802c;
}


.pro5 ul {
    display: flex;
    gap: 30px;
}

.pro5 ul li {
    position: relative;
}

.pro5 ul li div {
    position: relative;
}

.pro5 ul li:nth-child(2) {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.pro5 ul li > div:nth-child(1) {
    margin-bottom: 30px;
}

.pro5 ul li > div:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.pro5 ul li span {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 0 26px;
    line-height: 44px;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
    background: rgba(212, 128, 44, 0.8);
}


.fengxing .pro1 .item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.fengxing .pro1 .item p {
    line-height: 40px;
}

.fengxing .pro1 .item .list {
    padding-bottom: 50px;
}

.fengxing .pro1 .item:nth-child(2) .list:nth-child(1) .pic {
    width: 110px;
}

.fengxing .pro1 .item:nth-child(3) .list:nth-child(1) .pic {
    width: 130px;
}

.fengxing .pro3 .box .text p {
    margin-bottom: 20px;
}


.fengyue2 .pro1 .item p {
    width: 80%;
}

.fengyue2 .pro1 .item:nth-child(2) .list:nth-child(1) .pic {
    width: 105px;
}

.fengyue2 .pro1 .item:nth-child(2) .list:nth-child(2) .pic {
    width: 110px;
}

.fengyue2 .pro1 .item:nth-child(3) .list:nth-child(1) .pic {
    width: 110px;
}


.airui .pro1 .item:nth-child(3) {
    grid-template-columns: repeat(3, 1fr);
}

.airui .pro1 .item:nth-child(3) .list p {
    width: 100%;
}

.airui .pro1 .item:nth-child(2) .list:nth-child(1) .pic {
    width: 110px;
}

.airui .pro1 .item:nth-child(2) .list:nth-child(2) .pic {
    width: 110px;
}

.airui .pro1 .item:nth-child(2) .list:nth-child(3) .pic {
    width: 115px;
}

.airui .pro1 .item:nth-child(3) .list:nth-child(2) .pic {
    width: 110px;
}

.airui .pro1 .item:nth-child(3) .list:nth-child(3) .pic {
    width: 100px;
}

.airui .pro1 .item:nth-child(3) .list {
    padding-bottom: 150px;
}




.fenghua .pro1 .item{
    grid-template-columns: repeat(2, 1fr);
}

.fenghua .pro1 .item:nth-child(3){
    grid-template-columns: repeat(3, 1fr);
}


.fenghua .pro1 .item:nth-child(2) .list:nth-child(1) .pic {
    width: 240px;
}

.fenghua .pro1 .item:nth-child(2) .list:nth-child(2) .pic {
    width: 190px;
}

.fenghua .pro1 .item:nth-child(2) .list:nth-child(2) p {
    width: 70%
}


.fenghua .pro1 .item:nth-child(3) .list:nth-child(2) .pic {
    width: 155px;
}
.fenghua .pro1 .item:nth-child(3) .list:nth-child(3) .pic {
    width: 125px;
}



.fengsheng .pro1 .item{
    grid-template-columns: repeat(2, 1fr);
}

.fengsheng .pro1 .item:nth-child(3){
    grid-template-columns: repeat(3, 1fr);
}


.fengsheng .pro1 .item:nth-child(2) .list:nth-child(1) .pic {
    width: 240px;
}

.fengsheng .pro1 .item:nth-child(2) .list:nth-child(2) .pic {
    width: 165px;
}

.fengsheng .pro1 .item:nth-child(2) .list:nth-child(2) p {
    width: 70%
}


.fengsheng .pro1 .item:nth-child(3) .list:nth-child(2) .pic {
    width: 155px;
}
.fengsheng .pro1 .item:nth-child(3) .list:nth-child(3) .pic {
    width: 125px;
}





.search_box {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .8rem;
    position: relative;
}

.search_box input {
    width: 83%;
    height: 68px;
    border: 1px solid #b3b3b3;
    border-right: none;
    font-size: 24px;
    color: #444242;
    padding-left: 40px;
}

.search_box button {
    width: 250px;
    height: 68px;
    border: 1px solid #ffaa00;
    background: none;
    color: #ffaa00;
    font-size: 24px;
}

.suggestions{
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    margin-top: 17px;
    padding: 20px 30px;
    z-index: 119;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
    display: none;
}
.suggestions li{
    cursor: pointer;
    font-size: 18px;
    color: #333;
    margin-bottom: 6px;
}

.search-component-wrapper{
    position: relative;
}
#common-suggestions{
    display: none;
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    margin-top: 17px;
    padding: 20px 30px;
    z-index: 119;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
}

#common-suggestions li{
    cursor: pointer;
    font-size: 18px;
    color: #333;
    margin-bottom: 6px;
}


.help-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8,0.8);
    width: 850px;
    background: #ffaa00;
    padding: 30px;
    border-radius: 20px;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
}
.help-box.active{
    z-index: 999;
    opacity: 1;
}
.help-box .close{
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
}
.help-box .close {
    position: absolute;
    top: -16px;
    right: -17px;
    display: flex;
    opacity: 1;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background: #fff;
    justify-content: center;
    align-items: center;
}
.help-box .close img{
    width: 15px;
}
.w_1600 {
    background: #fff;
}

.y_jsq {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    float: left;
}

.y_jsqCon {
    padding: 40px 30px 30px 30px;
    margin: 0 auto;
    border-radius: 20px;

}

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

.y_jsqCon .tit h3 {
    font-size: 30px;
    line-height: 30px;
    color: #222;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.y_jsqCon .tit h3::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    width: 40px;
    height: 1px;
    background: #222;
}

.y_jsqCon .tit h3::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    width: 40px;
    height: 1px;
    background: #222;
}

.y_jsqCon .bg {
    margin-top: 40px;
    width: 100%;
    background: #fff;
}

.y_jsqCon .bg h4 {
    font-size: 24px;
    letter-spacing: 1px;
    color: #222;
    font-weight: bold;
}

.y_jsqCon .bg h5 {
    font-size: 20px;
    margin: 10px 0 50px 0;
    letter-spacing: 1px;
    color: #222;
}

.y_jsqCon .bg .bot {
    width: 100%;
}

.y_jsqCon .bg .bot::after {
    content: "";
    display: block;
    clear: both;
}

.y_jsqCon .bg .left {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.y_jsqCon .bg .left .lab{
    width: 48.5%;
    margin-bottom: 25px;
}
.y_jsqCon .bg .center {
    width: 48.5%;
    float: left;
}

.y_jsqCon .bg .right {
    padding: 45px 55px 20px 50px;
    width: 30.68%;
    float: left;
    background: #f5f5f5;
}

.y_jsqCon .bg .lab {
    /*margin-bottom: 30px;*/
    padding: 15px 20px;
    border: 1px solid #e3e3e3;
    width: 100%;
    position: relative;
}

.y_jsqCon .bg .lab3.on {
    display: none;
}

/*.y_jsqCon .bg .lab:last-child {*/
/*    margin-bottom: 0;*/
/*}*/

.y_jsqCon .bg .lab::after {
    content: "";
    display: block;
    clear: both;
}

.y_jsqCon .bg .lab1 {
    margin-bottom: 30px;
    padding: 15px 0;
    width: 100%;
}

.y_jsqCon .bg .lab1:last-child {
    margin-bottom: 0;
}

.y_jsqCon .bg .lab1::after {
    content: "";
    display: block;
    clear: both;
}

.y_jsqCon .bg .lab2 {
    width: 100%;
}

.y_jsqCon .bg .lab2::after {
    content: "";
    display: block;
    clear: both;
}

.y_jsqCon .bg .name {
    font-size: 18px;
    line-height: 22px;
    color: #222;
    float: left;
}

.y_jsqCon .bg .p {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    float: left;
    width: 100%;
}

.y_jsqCon .bg .select {
    float: right;
}

.y_jsqCon .bg .select .span {
    padding-right: 26px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    float: right;
    color: #555;
}

.y_jsqCon .bg .select .span::after {
    content: "";
    cursor: pointer;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border-width: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #3c3c3c transparent transparent transparent;
    position: absolute;
    right: 0;
    top: 8px;
}

.y_jsqCon .bg .dl {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 5;
    background: #f2f3f6;
    padding: 10px;
    border-top: 1px solid #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    display: none;
    max-height: 300px;
    overflow-y: auto;
}

.y_jsqCon .bg .dl dd {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    padding-left: 10px;
    color: #666;
}

.y_jsqCon .bg .fv {
    width: 100px;
    font-size: 16px;
    line-height: 22px;
    color: #555;
    float: right;
    text-align: right;
}

.y_jsqCon .bg .dw {
    font-size: 16px;
    line-height: 22px;
    margin-left: 5px;
    color: #555;
    float: right;
}

.y_jsqCon .bg .fv1 {
    width: 47.68%;
    font-size: 20px;
    line-height: 56px;
    border-radius: 10px;
    background: #ffd700;
    color: #222;
    float: left;
    text-align: center;
}

.y_jsqCon .bg .fv1:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.y_jsqCon .bg .fv2 {
    width: 47.68%;
    font-size: 20px;
    line-height: 56px;
    border-radius: 10px;
    background: #1a1b1c;
    color: #fff;
    float: right;
    text-align: center;
}

.y_jsqCon .bg .fv2:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.y_jsqCon .bg .radio {
    float: right;
}

.y_jsqCon .bg .radio .regular-radio {
    display: none;
}

.y_jsqCon .bg .radio .regular-radio + label {
    -webkit-appearance: none;
    background-color: #fff;
    width: 18px;
    height: 18px;
    margin-left: 20px;
    border: 2px solid #dedede;
    padding: 3px;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.y_jsqCon .bg .radio .regular-radio:checked + label:after {
    content: ' ';
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    background: #696969;
    box-shadow: 0px 0px 5px 0px #696969;
    left: 3px;
}

.y_jsqCon .bg .lab1 span {
    font-size: 18px;
    line-height: 18px;
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle;
    color: #222;
}

.y_jsqCon .bg .right .bt {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.y_jsqCon .bg .right .num {
    margin: 12px 0 35px 0;
    font-size: 0;
}

.y_jsqCon .bg .right .num i {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 15px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    text-align: center;
    color: #333;
    border-radius: 50%;
    background: #ffd700;
}

.y_jsqCon .bg .right .num span {
    display: inline-block;
    vertical-align: bottom;
    font-size: 36px;
    line-height: 28px;
    color: #1a1b1c;
    font-weight: bold;
}

.y_jsqCon .bg h6 {
    font-size: 16px;
    line-height: 22px;
    color: #555;
    letter-spacing: 1px;
}

.y_jsqCon .bg h6 span {
    font-weight: bold;
    color: #1a1b1c;
}

.y_jsqCon .bg .cont {
    text-align: center;
    width: 100%;
    color: #999999;
    font-size: 16px;
    line-height: 24px;
    padding: 26px 0 29px 0;
    border-top: 1px solid #e3e3e3;
    margin-top: 58px;
    letter-spacing: 1px;
}

.y_jsqCon .bg .p1 {
    color: #333333;
    font-size: 24px;
    line-height: 32px;
}

.y_jsqCon .bg .p2 {
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    margin-top: 6px;
}

.y_jsqCon .bg .p3 {
    padding: 34px 13% 0 13%;
}

.y_jsqCon .bg .p4 {
    padding: 14px 16% 0 16%;
}


.photo{
    display: flex;
    flex-flow: column;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.photo .name{
    margin-bottom: 20px;
}

.tijiao{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.tijiao button{
    width: 125px;
    font-size: 20px;
    line-height: 50px;
    border-radius: 10px;
    background: #ffaa00;
    color: #222;
    text-align: center;
    border: none;
}

.upload-pic img {
    width: 60px;
    border: 1px solid #777;
}
.photo ul{
    display: flex;
    flex-flow: wrap;
    margin-top: 30px;
}
.photo ul li{
    width: 80px;
    height: 80px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}



.navTwo{
    background: none;
    margin-top: 70px;
}
.navTwo a{
    width: auto;
    color: #b7b8b8;
    background: none;
    padding: 0 40px;
    line-height: 40px;
    position: relative;
}
.navTwo a.active{
    background: none;
    color: #e78928;
}
.navTwo a:before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 3px;
    height: 22px;
    background: #c4c4c5;
    transform: translateY(-50%);
}
.navTwo a:last-child:before{
    display: none;
}


.contact-top{
    float: left;
    width: 100%;
    border-bottom: 2px solid #cecece;
    padding-top: 60px;
    padding-bottom: 40px;
}

.contact-top ul{
    display: flex;
}
.contact-top ul li{
    width: 50%;
    float: left;
    text-align: center;
    height: 45px;
}
.contact-top ul li a{
    color: #333333;
    font-size: 24px;
    padding: 0 46px;
    line-height: 45px;
    display: inline-block;
    font-weight: bold;
    transition: 0.3s;
    position: relative;
}
.contact-top ul li a:before{
    content: '';
    position: absolute;
    bottom: -42px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 4px;
    background: #d6812d;
    opacity: 0;
}
.contact-top ul li a.active:before{
    opacity: 1;
}
/*.contact-top ul li a.active{*/
/*    color: #e78928;*/
/*    border: 1px solid #e78928;*/
/*}*/


.personnel .inner{
    width: 1100px;
}
.personnel-main{
    float: left;
    width: 100%;
    margin-top: 90px;
}
.personnel-main .list{
    display: flex;
    justify-content: space-between;
    float: left;
    width: 100%;
    background: #fbfbfb;
    margin-bottom: 110px;
    padding: 60px 110px;
    position: relative;
}

.personnel-main .list .pic{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 35px;
    width: 458px;
    height: 350px;
    border-radius: 8px;
}

.personnel-main .list:nth-child(2){
    justify-content: flex-end;
}
.personnel-main .list:nth-child(2) .text{
    text-align: right;
}
.personnel-main .list:nth-child(2) .text a{
    float: right;
}
.personnel-main .list:nth-child(2) .pic{
    left: 35px;
    right: auto;
}
.personnel-main .list .text{
    width: 580px;
}
.personnel-main .list .text h3{
    color: #0d1220;
    border-bottom: 2px solid #b7b8b8;
    padding-bottom: 15px;
    margin-bottom: 12px;
}

.personnel-main .list .text p{
    color: #0d1220;
    font-size: 20px;
}

.personnel-main .list .text a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 35px;
    background: #e78928;
    border-radius: 3px;
    color: #fff;
    margin-top: 40px;
}






.national-office{
    float: left;
    width: 100%;
    margin-bottom: 80px;
}

.national-office h3{
    text-align: center;
    color: #0d1220;
    font-size: 30px;
}

.national-office ul{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 25px;
    margin-top: 35px;
}

.national-office ul li{
    background: #eaebed;
    padding: 25px 18px;
    text-align: center;
    transition: all 0.3s;
}

.national-office ul li span:nth-child(1){
    color: #e78928;
    font-size: 18px;
    font-weight: bold;
}
.national-office ul li .xian{
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #c5c5c5;
    margin: 16px 0;
}
.national-office ul li span:nth-child(3){
    color: #4a5055;
    font-size: 18px;
}
.national-office ul li:hover{
    transform: scale(1.1,1.1);
}












@media screen and (max-width: 1600px) {
    .index .item4 .top li h3 {
        font-size: 45px;
    }

    .index .item4 .top li h3 span {
        font-size: 34px;
    }

    .wangluo .top li h3 {
        font-size: 45px;
    }

    .wangluo .top li h3 span {
        font-size: 34px;
    }

    .about .advantage .list h3 img {
        width: 50px;
    }
}


@media screen and (max-width: 1440px) {
    .index-main {
        width: 95%;
        max-width: 95%;
    }

    .about .advantage .list h3 img {
        width: 30px;
    }

    .about .advantage-title span {
        margin-bottom: 50px;
    }

    .about .advantage .list {
        margin-bottom: 30px;
    }

    .contact .dizhi .p1 a {
        font-size: 20px;
    }
}

@media screen and (max-width: 1366px) {
    .index .item4 .top li p {
        font-size: 20px;
    }

    .wangluo .top li p {
        font-size: 20px;
    }

    .solutionDetail .list .model p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
    }

    .productIcon span {
        font-size: 38px;
    }

    .productIcon .en {
        font-size: 30px;
    }

    .productIcon img {
        width: 50px;
        top: 32px;
    }

    .productBanner .text p {
        font-size: 20px;
    }

    .productBanner .text p:last-child {
        font-size: 26px;
    }

    .productDetail .weihu .text h3 {
        font-size: 36px;
    }

    .productDetail .weihu .text p {
        line-height: 36px;
        font-size: 20px;
        width: 90%;
    }

    .case .list .text p {
        font-size: 14px;
        line-height: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .product .list .text .more {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1280px) {
    .solutionDetail .list .model p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }




}

@media screen and (max-width: 1200px) {
    .about .service li {
        width: 21%;
        margin-right: 5%;
        margin-bottom: 20px;
    }

    .about .service li:nth-child(4n) {
        margin-right: 0;
    }

    .about .advantage .pic {
        width: 100%;
    }

    .about .advantage .right {
        width: 100%;
    }

    .about .advantage .pic img {
        width: 100%;
    }



    .case .list .text p {
        font-size: 14px;
        line-height: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .product .product-lists .content {
        grid-template-columns: repeat(2, 1fr);
    }

    .personnel .inner{
        width: 95%;
    }
    .personnel-main .list{
        flex-flow: wrap;
        padding: 25px;
        margin-bottom: 50px;
    }
    .personnel-main .list .pic{
        position: relative;
        width: 100%;
        top: 0;
        left: auto;
        right: auto;
        transform: none;
        order: 1;
    }
    .personnel-main .list .text{
        order: 2;
        margin-top: 30px;
        width: 100%;
    }
    .personnel-main{
        margin-top: 60px;
    }
    .personnel-main .list:nth-child(2) .pic{
        left: auto;
    }
    .personnel-main .list:nth-child(2) .text{
        text-align: left;
    }
    .personnel-main .list:nth-child(2) .text a{
        float: none;
    }
}

@media screen and (max-width: 992px) {
    .productDetailBanner .text p:last-child {
        font-size: 18px;
        padding: 0 15px;
    }

    .productIcon {
        margin-bottom: 10px;
    }

    .productIcon span {
        font-size: 30px;
    }

    .productIcon .en {
        font-size: 24px;
    }

    .productIcon img {
        width: 40px;
        top: 20px;
    }

    .productBanner .text p {
        font-size: 18px;
        padding: 0 15px;
    }

    .productBanner .text p:last-child {
        font-size: 20px;
    }

    .productIcon .left {
        left: -40px;
    }

    .productIcon .right {
        right: -40px;
    }

    .productDetail .weihu .text span {
        width: 70%;
    }

    .productDetail .weihu .text {
        width: 90%;
    }

    .productDetail .weihu .text p {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
        margin-top: 15px;
    }

    .productDetail .weihu .text h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .productDetail .weihu .text img {
        width: 60px;
    }

    .parameter .canshu {
        width: 100%;
    }

    .parameter .shuoming {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

    .contactBanner .text {
        width: 60%;
    }

    .index-case .text {
        position: relative;
        background: #555;
    }

    .index-case .icon {
        bottom: auto;
        top: 20px;
        left: 20px;
    }

    .index-case .text p {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .contact .dizhi .p1 {
        flex-flow: wrap;
    }

    .index .item3 .text h3 {
        margin-bottom: 12px;
    }

    .kehuSjPc {
        display: block;
    }

    .kehuPicPc {
        display: none;
    }

    .newsDetail p {
        font-size: 16px;
    }

    .pingpai .pic {
        margin-top: 40px;
    }

    .about .center .pic {
        margin-top: 30px;
    }

    .about .sj-pic {
        display: block;
    }

    .about .pc-pic {
        display: none;
    }

    .index .item4 .mid {
        margin-top: 0;
    }

    .about .service .owl-nav {
        display: block;
        left: 0;
        top: 40%;
    }

    .about .service .owl-prev {
        position: absolute;
        left: 20px;
        width: 48px;
        height: 48px;
        border-radius: 100%;
        background: url(/assets/index/images/prev_14.png) no-repeat;
        background-size: cover;
        transition: 0.3s;
    }

    .about .service .owl-prev:hover {
        background: url(/assets/index/images/prev-2_14.png) no-repeat;
        background-size: cover;
    }

    .about .service .owl-next {
        position: absolute;
        right: 20px;
        width: 48px;
        height: 48px;
        border-radius: 100%;
        background: url(/assets/index/images/next_17.png) no-repeat;
        background-size: cover;
        transition: 0.3s;
    }

    .about .service .owl-next:hover {
        background: url(/assets/index/images/next-2_17.png) no-repeat;
        background-size: cover;
    }

    .wangluo .bot .list h3 {
        font-size: 22px;
    }

    .index .item6 .list {
        margin-bottom: 20px;
    }

    .index .item6 .right a {
        font-size: 18px;
    }

    .index .item6 .right p {
        font-size: 14px;
        line-height: 24px;
    }

    .index .item3 .carousel-indicators {
        display: none;
    }

    .index .item3 .text p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .index .item1 .text a {
        margin-top: 20px;
    }

    .index .item1 .pic img {
        margin: 0 auto;
        width: 100%;
    }

    .index .item1 .text p {
        min-height: auto;
        -webkit-line-clamp: 1;
    }

    .sj-banner {
        display: block !important;
    }

    .pc-banner {
        display: none !important;
    }

    .sj-youshi > img {
        display: none;
    }

    .Aircool-sj {
        display: block;
    }

    .productDetail .bot .list .pic {
        flex-flow: wrap;
    }

    .productDetail .bot .jiangwen .pic img {
        width: 100%;
    }

    .productDetail .xiaodu h3 span {
        display: none;
    }

    .productDetail .kongqi-anli li:nth-child(1) {
        width: 100%;
    }

    .productDetail .kongqi-anli li:nth-child(2) {
        width: 100%;
    }

    .productDetail .kongqi-anli li:nth-child(3) {
        width: 100%;
    }

    .productDetail .kongqi-anli li:nth-child(4) {
        width: 100%;
    }

    .productDetail .yishu li {
        width: 100%;
        margin-right: 0;
    }

    .header-t-right-box {
        position: absolute;
        right: 67px;
        width: 100px;
        overflow: hidden;
        height: 20px;
        margin-top: 8px;
    }

    .productDetail .yishu h3 {
        font-size: 24px;
        line-height: 36px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    .productDetail .xijie h3 {
        font-size: 24px;
        margin-bottom: 36px;
        margin-top: 50px;
    }

    .productDetail .xijie li {
        width: 100%;
        margin-right: 0;
    }

    .productDetail .xijie li p {
        font-size: 18px;
    }

    .productDetail .xijie h3 span {
        display: none;
    }

    .parameter .shuoming .box {
        width: 100%;
    }

    .parameter .shuoming .anzhuangHieght h4 {
        padding-left: 0;
        text-align: center;
    }

    .productDetail .bot .list .pic {
        width: 100%;
    }

    .productDetail .bot .list .pic img {
        max-width: 100%;
    }

    .productDetail .bot .list .text {
        width: 100%;
        max-width: 100% !important;
    }

    .productDetail .bot .list:nth-child(2n) .text {
        width: 100%;
        margin-bottom: 20px;
    }

    .productDetail .changhe p {
        font-size: 16px;
        line-height: 26px;
    }

    .productDetail .anli h3 {
        font-size: 28px;
    }

    .productDetail .changhe h3 {
        font-size: 28px;
        margin-bottom: 50px;
    }

    .productDetail .mid .list p {
        width: 100%;
        min-height: auto;
        line-height: 24px;
        font-size: 14px;
    }

    .productDetail .anli li {
        width: 100%;
        margin-right: 0;
    }

    .productDetailBanner .text p:last-child {
        font-size: 18px;
        padding: 0 15px;
    }

    .productIcon {
        margin-bottom: 10px;
    }

    .productBanner .text p {
        font-size: 16px;
        padding: 0 15px;
    }

    .productBanner .text p:last-child {
        font-size: 18px;
    }

    .news .list .pic {
        width: 100%;
    }

    .news .list .text {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .news .list .text h3 a {
        font-size: 20px;
        line-height: 26px;
    }

    .news .list .text p {
        margin-bottom: 25px;
        line-height: 26px;
    }

    .fenye li {
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-bottom: 10px;
        margin-right: 5px;
    }

    .news-nav a {
        font-size: 16px;
        line-height: 55px;
    }

    .solution-nav li a {
        font-size: 20px;
        padding: 0 35px;
    }

    .title {
        margin-top: 60px;
    }

    .title h3 {
        font-size: 26px;
    }

    .title p {
        font-size: 22px;
    }

    .solution {
        margin-bottom: 60px;
    }

    .solution .list {
        width: 49.5%;
        margin-right: 1%;
        margin-bottom: 5px;
    }

    .solution .list:nth-child(2n) {
        float: right;
        margin-right: 0;
    }

    .solution .list .test {
        font-size: 20px;
    }

    .solution .list:last-child p {
        font-size: 20px;
    }

    .solution .text p {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
    }

    .case .title p {
        font-size: 16px;
        line-height: 26px;
    }

    .about .service .item p {
        font-size: 22px;
    }
    .about .center .menuone li a{
        font-size: 22px;
    }
    .solution .text {
        margin-top: 50px;
    }

    .solutionDetail .list {
        width: 100%;
        margin-bottom: 30px;
    }

    .solutionDetail .list .test {
        padding: 30px 30px;
    }

    .solution .list:last-child {
        width: 100%;
        height: 85px;
    }

    .solutionDetail .list .test h3 {
        font-size: 22px;
    }

    .solutionDetail .list .model h3 {
        font-size: 22px;
    }

    .solutionDetail .txt p {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
    }

    .bannerTitle span {
        font-size: 24px;
    }

    .solutionDetailBanner .text p {
        margin-top: 30px;
        font-size: 18px;
        margin-left: 0;
    }

    .bannerTitle img {
        width: 50px;
        left: -29px;
        top: 6px;
    }

    .product .list {
        width: 100%;
    }

    .product .list .text a {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .product .list .text p {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .product .list .text p span {
        margin-top: 7px;
    }

    .gengduo {
        float: left;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .product .list .text {
        padding: 30px 20px;
    }

    .productDetail .title h3 {
        font-size: 26px;
    }

    .productDetail .title p {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
    }

    .productDetail .icon li {
        width: 25%;
        margin-bottom: 10px;
    }

    .productDetail .icon li img {
        width: 65px;
    }

    .product-lists .content {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .product-lists .content .list {
        margin-bottom: 30px;
    }

    .productDetail .anli {
        margin-top: 80px;
    }

    .productDetail .anli ul {
        margin-top: 50px;
    }

    .productDetail .parameter {
        margin-top: 80px;
    }

    .productDetail .icon li p {
        font-size: 12px;
    }

    .productDetail .weihu .text {
        /*position: relative;*/
    }

    .productDetail .weihu > img {
        height: 400px;
    }

    .parameter-title h3 {
        font-size: 28px;
    }

    .parameter .canshu table th {
        font-size: 16px;
        line-height: 30px;
    }

    .parameter-title {
        margin-bottom: 35px;
    }

    .parameter .shuoming p {
        font-size: 14px;
        line-height: 24px;
    }

    .parameter .shuoming h3 {
        font-size: 20px;
    }

    .parameter .canshu table td {
        font-size: 14px;
        min-width: 160px;
        padding: 16px 18px;
    }

    .parameter-title p {
        font-size: 24px;
    }

    .productDetail .mid {
        margin-top: 40px;
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .productDetail .mid-title span {
        display: none;
    }

    .productDetail .mid-title h3 {
        font-size: 30px;
    }

    .productDetail .mid-title p {
        font-size: 24px;
    }

    .productDetail .mid .list {
        width: 100%;
        margin-bottom: 20px;
    }

    .productDetail .mid .list .text {
        width: 74%;
        margin: 0 auto;
    }

    .productDetail .mid .list .pic {
        height: auto;
        margin-bottom: 30px;
    }

    .productDetail .mid .list h3 {
        font-size: 20px;
    }

    .productDetail .mid .list .pic img {
        width: 150px;
    }

    .productDetail .bot-title h3 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .productDetail .bot-title p {
        font-size: 24px;
    }

    .productDetail .bot .list .left {
        width: 100%;
    }

    .productDetail .bot .list .right {
        width: 100%;
        margin-left: 0;
        margin-top: 50px;
    }

    .productDetail .bot .list .right h3 {
        font-size: 24px;
    }

    .productDetail .bot .list .right h3 img {
        width: 45px;
        bottom: 16px;
    }

    .productDetail .bot-title {
        margin-bottom: 50px;
    }

    .productDetail .bot .list .left h3 {
        margin-top: 0;
    }

    .productDetail .bot .list {
        margin-bottom: 36px;
    }

    .productDetail .bot .list .right h3 {
        line-height: 32px;
    }

    .productDetail .bot .list .right h3 span {
        width: 80%;
        font-size: 18px;
        display: inline-block;
    }

    .productDetail .bot .list .text {
        /*text-align: center;*/
    }

    .productDetail .zixun p {
        text-align: left;
    }

    .productDetail .changhe p {
        text-align: left;
    }

    .productDetail .changhe {
        margin-bottom: 75px;
    }

    .productDetail .bot .list .text h4 {
        font-size: 16px;
        font-weight: bold;
    }

    .productDetail .bot .list .right p {
        font-size: 14px;
        line-height: 24px;
    }

    .productDetail .zixun h3 {
        font-size: 28px;
    }

    .productDetail .zixun input {
        width: 100%;
        margin-left: 0;
    }

    .productDetail .zixun .add span {
        display: block;
        margin-bottom: 20px;
    }

    .productDetail .zixun button {
        margin-top: 20px;
    }

    .contactBanner .text {
        width: 80%;
    }

    .newsBanner .text {
        width: 100%;
    }
    .newsBanner .text p{
        font-size: 20px;
        line-height: 34px;
    }
    .contact .dizhi .list {
        width: 100%;
        margin-bottom: 20px;
    }

    .contact .dizhi .list .pic img {
        width: 100%;
    }



    .contact .map {
        margin-top: 50px;
    }

    .contact .map h3 {
        font-size: 24px;
        line-height: 36px;
    }

    .contact .map .map-inner {
        width: 93%;
    }

    .case .list {
        width: 100%;
    }

    .case .list:nth-child(2) {
        width: 100%;
    }

    .case .list:nth-child(6) {
        width: 100%;
    }

    .case .list .text {
        position: relative;
        padding: 20px 25px;
        bottom: 0;
    }

    .case .list .text p {
        font-size: 14px;
        line-height: 24px;
        display: block;
        height: 120px;
        overflow: hidden;
        overflow-y: auto;
        overflow-scrolling: touch;
    }

    .caseBanner .text h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .caseBanner .text h4 {
        font-size: 24px;
    }

    .caseBanner .text p {
        font-size: 16px;
        margin-top: 20px;
        line-height: 32px;
    }

    .caseBanner .text p span {
        line-height: 26px;
    }

    .index .item2 .title {
        margin-top: 0;
    }

    .solution-nav li a {
        padding: 0;
        display: block;
    }

    .index .item3 .carousel-indicators li {
        width: 25%;
        margin-bottom: 20px;
    }

    .index .item3 .carousel-indicators li.active {
        width: 25%;
    }

    .index .item3 .text {
        position: relative;
        padding-top: 20px;
        padding-bottom: 18px;
    }

    .index .item3 .text a {
        margin-top: 20px;
    }

    .index .item3 .carousel-control {
        bottom: 50%;
        transform: translateY(50%);
    }

    .index .item5 .menuone {
        width: 100%;
    }

    .index .item5 .solution-nav li {
        width: 33%;
    }

    .index .item6 .left {
        width: 100%;
        margin-bottom: 20px;
    }

    .index .item6 .right {
        width: 100%;
    }

    .index .item6 .right .time span:first-child {
        margin-top: 0;
    }

    .index .item6 .right .time span {
        font-size: 16px;
    }

    .newsDetail .title {
        margin-top: 60px;
        margin-bottom: 0;
    }

    .contact .contact-title h4 img {
        display: none;
    }

    .contact .dizhi .p1 {
        text-align: center;
        flex-flow: column;
    }

    .contact .dizhi .p1 img {
        display: block;
        margin: 10px auto;
    }
    .contact .dizhi .list .pic{
        width: 100%;
    }
    .contact .dizhi .list .text{
        width: 100%;
        border-top: none;
        border-left: 2px solid #0d1220;
        padding: 30px;
    }
    .about .jianjie .left {
        width: 100%;
    }

    .about .jianjie .content {
        padding: 0;
    }

    .about .jianjie {
        padding-top: 60px;
    }

    .about .jianjie h3 {
        font-size: 30px;
    }

    .about .jianjie .right {
        width: 100%;
    }

    .about .advantage {
        /*padding-top: 50px;*/
    }

    .productDetail .zixun p {
        font-size: 16px;
        line-height: 30px;
    }

    .wangluo .mid {
        margin-top: 10px;
    }

    .about .advantage .title {
        margin-top: 60px;
    }

    .about .advantage-title h3 {
        font-size: 30px;
    }

    .about .advantage .right {
        padding: 0 25px;
    }

    .about .advantage .list {
        width: 100%;
    }

    .about .service .title {
        margin-top: 55px;
        margin-bottom: 40px;
    }

    .about .service li {
        width: 47%;
    }

    .about .service li:nth-child(2n) {
        float: right;
        margin-right: 0;
    }

    .about .service .mid {
        margin-top: 70px;
    }

    .about .service .mid .box p {
        font-size: 30px;
    }

    .about .service .mid .box span {
        font-size: 24px;
    }

    .about .service .bot .list {
        width: 100%;
        margin-bottom: 40px;
    }

    .about .corporate {
        margin-top: 20px;
        padding-bottom: 40px;
    }

    .about .corporate .title {
        margin-top: 60px;
    }

    .about .corporate .list {
        width: 100%;
        margin-bottom: 30px;
    }


    .about .corporate .list .pic img {
        width: 100%;
    }

    .index .item6 .left img {
        display: none;
    }

    .about-logo {
        margin-bottom: 0;
        border-top: 1px solid #fff;
        margin-top: 0;
    }

    .wangluo .top li {
        width: 100%;
        margin-bottom: 30px;
    }

    .wangluo .top li p {
        border-right: none;
    }

    .wangluo .bot .list {
        width: 100%;
        margin-bottom: 20px;
    }

    .honor .owl-prev {
        left: -30px;
    }

    .honor .owl-next {
        right: -30px;
    }
    .honor .owl-carousel .owl-item .item{
        border-right: none;
    }
    .index .item4 .top li {
        width: 33%;
        margin-bottom: 30px;
    }

    .index .item4 .top li h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .index .item4 .top li p {
        border-right: none;
        font-size: 16px;
    }

    .index .item4 .top {
        margin-top: 40px;
    }

    .index .item4 .bot .list h3 {
        font-size: 22px;
    }

    .index .item4 .bot .list table th {
        font-size: 16px;
    }

    .index .item4 .bot .list {
        width: 100%;
        margin-bottom: 20px;
    }

    .about .advantage .list:nth-child(3) {
        margin-bottom: 20px;
    }



    .about-logo .box {
        margin-bottom: 30px;
        width: 100%;
    }




    .honor {
        margin-bottom: 30px;
        margin-top: 40px;
    }


    .about .title {
        margin-top: 40px;
    }

    .wangluo .bot .list table th {
        font-size: 13px;
    }

    .wangluo .bot .list table td p {
        font-size: 13px;
    }

    .honor h4 {
        display: none;
    }

    .about .honor .owl-carousel .owl-item img {
        width: 65%;
        margin: 0 auto;
    }

    .about .jianjie p {
        margin-bottom: 18px;
    }

    .about .center {
        margin-top: 30px;
    }

    .solutionDetail .txt {
        margin-bottom: 40px;
    }

    .product .title {
        margin-bottom: 40px;
    }

    .product .title p:last-child {
        font-size: 18px;
        line-height: 28px;
    }

    .contact .dizhi .p1 a {
        display: block;
    }

    .about .advantage .advantagePcPic {
        display: none;
    }

    .about .advantage .advantageSjPic {
        display: block;
    }

    .news-bot ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .index .item3 .title img {
        left: -40px;
        top: 13px;
        width: 56px;
    }

    .index .item3 .title img:last-child {
        right: -40px;
    }


    /*.banner-box {*/
    /*    display: none;*/
    /*}*/
    .banner-box{
        padding: 0 5%;
    }
    .index-reason .play {
        width: 45px;
    }

    .index-title h3 {
        font-size: 24px;
    }

    .index-reason ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .index-product{
        padding-bottom: 20px;
        padding-top: 50px;
    }
    .index-case{
        padding: 50px 0;
    }
    .item5 .menutwo ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    .item5 .menutwo ul li{
        height: 90px;
    }
    .item6 .content {
        grid-template-columns: repeat(1, 1fr);
    }
    .small-pic .text h4{
        font-size: 14px;
    }
    .item7 h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .item7 h2 {
        font-size: 22px;
    }

    .item7 .consult a {
        padding: 10px 25px;
        font-size: 16px;
    }

    .item7 .consult a img {
        width: 22px;
    }

    .item7 .consult a:last-child img {
        width: 18px;
    }

    .index .item5 .solution-nav li a {
        line-height: 54px;
        font-size: 18px;
    }

    .index-case .menuone {
        flex-flow: wrap;
        display: grid;
        grid-template-columns: repeat(3,1fr);
    }
    .index-case .menuone li{
        margin-right: 0;
    }
    .index-case .menuone li a{
        padding-right: 0;
    }
    .index-case .owl-nav .owl-prev {
        margin-left: 25px;
    }

    .index-case .owl-nav .owl-next {
        margin-right: 25px;
    }

    .index-case .icon {
        padding: 0 25px;
        bottom: 20px;
        left: 20px;
    }

    .index-product .content .pic {
        height: auto;
        padding: 60px 0;
    }

    .index-product .parameter {
        /*display: none;*/
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        padding: 25px 25px 75px;
        border-radius: 0;
    }
    .index-product .parameter ul{
        /*display: grid;*/
        /*grid-template-columns: repeat(2,1fr);*/
        display: flex;
        justify-content: space-between;
    }
    .index-product .parameter p{
        font-size: 14px;
    }
    .index-product .parameter p:last-child{
        font-size: 14px;
    }
    .index-product .parameter .icon{
        max-width: 32px;
    }
    .product-detail {
        display: flex;
        justify-content: space-between;
        bottom: 20px;
        width: 100%;
    }

    .product-detail a {
        width: 120px;
        height: 45px;
        font-size: 16px;
        margin: 0 20px;
    }

    .product-brand {
        font-size: 18px;
        height: 45px;
        left: 20px;
        padding: 0;
        bottom: 0;
        top: 20px;
    }

    .index-product .index-title {
        padding: 0;
    }

    .index-product .item {
        padding: 0;
    }

    .pad20 {
        margin: 0 5px;
        border-radius: 6px;
    }

    .index-product .slick-prev {
        left: 20px;
    }

    .index-product .slick-next {
        right: 20px;
    }

    .small-pic .text {
        bottom: 5px;
        left: 15px;
    }

    .product .product-lists .content {
        grid-template-columns: repeat(1, 1fr);
    }

    .core-advantages .item {
        flex-flow: wrap;
    }

    .core-advantages .item .lists {
        width: 100%;
        flex-flow: wrap;
        margin-bottom: 30px;
    }

    .core-advantages .item .lists:last-child {
        margin-bottom: 0;
    }

    .core-advantages .bigpic {
        margin: 30px 0;
    }

    .core-advantages .item .pic {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .core-advantages .item .text {
        width: 100%;
    }

    .product-lists .title {
        margin-top: 70px;
    }

    .service-process {
        padding: 70px 0 60px;
    }

    .index-reason {
        padding: 50px 0;
    }

    .service-list ul {
        padding: 0;
        flex-flow: wrap;
    }

    .service-list ul li {
        width: 50%;
    }

    .product-txt .item {
        margin-bottom: 40px;
    }

    .product-txt .item .pic {
        width: 100%;
        order: 1;
        margin-bottom: 20px;
    }

    .product-txt .item .text {
        width: 100%;
        order: 2;
    }

    .product-txt .item .text p {
        font-size: 20px;
        line-height: 36px;
    }

    .service-list {
        padding: 60px 0;
    }

    .service-list ul li {
        margin: 10px 0;
    }

    .service-list ul li img {
        width: 70px;
    }

    .service-list ul li p {
        font-size: 20px;
    }

    .pro1 .item {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
        margin-bottom: 0;
    }

    .pro1 .item:nth-child(3) {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .fengxing .pro1 .item {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .parameter-title p {
        font-size: 18px;
    }

    .pro3 .box .pic {
        width: 100%;
        margin-bottom: 30px;
        order: 1;
    }

    .pro3 .box .text {
        width: 100%;
        order: 2;
    }

    .product-lists {
        margin-bottom: 50px;
    }

    .download-pdf ul {
        width: 100%;
    }

    .download-pdf .title {
        text-align: center;
    }

    .product-lists .title {
        text-align: center;
    }

    .pro1 .item .list {
        margin-bottom: 30px;
        padding: 30px;
        padding-bottom: 50px;
    }

    .pro1 .item:nth-child(3) .list p {
        width: 100%;
    }

    .pro1 .item .num {
        font-size: 60px;
    }

    .pro1 .item h3 {
        font-size: 24px;
    }

    .pro1 .item .pic {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 30px;
        /*width: 100%;*/
    }

    .pro1 .item:nth-child(3) .list {
        padding-bottom: 50px;
    }

    .pro1 .title h3 {
        margin-top: 30px;
    }

    .pro5 ul {
        flex-wrap: wrap;
    }

    .pro5 ul li > div:nth-child(2) {
        grid-template-columns: repeat(1, 1fr);
    }

    .airui .pro1 .item:nth-child(3) {
        grid-template-columns: repeat(1, 1fr);
    }


    .help-box{
        width: 95%;
        padding: 15px;
    }
    .y_jsqCon{
        padding: 30px 20px 30px 20px;
    }
    .w_1600{
        height: 400px;
        overflow-y: auto;
    }
    .y_jsqCon .tit h3{
        font-size: 22px;
    }
    .y_jsqCon .tit h3::before{
        display: none;
    }
    .y_jsqCon .tit h3::after{
        display: none;
    }
    .y_jsqCon .bg .left .lab{
        width: 100%;
    }
    .y_jsqCon .bg .center{
        width: 100%;
    }

    .pingpai ul{
        grid-template-columns: repeat(2, 1fr);
    }
    .news .list{
        width: 100%;
    }

    .navTwo{
        margin-top: 40px;
    }
    .navTwo a{
        width: 50%;
        font-size: 20px;
    }
    .navTwo a:before{
        display: none;
    }
    .news .content{
        margin-top: 40px;
    }
    .contact-top{
        padding: 40px 0;
    }


    .index-reason ul li{
        height: 205px;
    }
    .index-reason ul li p{
        width: 60%;
    }

    .index-reason ul li .icon{
        bottom: 62px;
    }
    .index-reason ul li:nth-child(1) .icon{
        bottom: 30px;
    }
    .index-reason ul li:nth-child(1) .icon img{
        width: 110px;
    }
    .index-reason ul li:nth-child(2) .icon img{
        width: 92px;
    }
    .index-reason ul li:nth-child(3) .icon img{
        width: 100px;
    }

    .index-reason ul li:nth-child(4) .icon img{
        width: 100px;
    }
    .index-reason .index-video{
        width: 100%;
    }
    .index-product .content .pic img{
        width: 100%;
        height: auto;
    }

    .item5{
        padding: 60px 0;
    }
    .item6{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .index-product{
        padding-bottom: 35px;
    }


    .download .list .txt p{
        font-size: 20px;
    }
    .download .list .txt li a{
        font-size: 16px;
    }

    .contact .dizhi .list .text p{
        font-size: 18px;
        white-space: normal;
    }
    .national-office ul{
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }


    .fenghua .pro1 .item{
        grid-template-columns: repeat(1, 1fr);
    }

    .fenghua .pro1 .item:nth-child(3){
        grid-template-columns: repeat(1, 1fr);
    }

    .fengsheng .pro1 .item{
        grid-template-columns: repeat(1, 1fr);
    }

    .fengsheng .pro1 .item:nth-child(3){
        grid-template-columns: repeat(1, 1fr);
    }



    .index-product .item:nth-child(1) .parameter li:nth-child(1) .icon{
        max-width: 32px;
    }
    .index-product .item:nth-child(1) .parameter li:nth-child(1) p:last-child{
        color: #E68826; font-size: 14px;
    }
    .index-product .item:nth-child(1) .parameter li:nth-child(2) p{
        color: #E68826; font-size: 14px;
        margin-top: 0;
    }
    .index-product .item:nth-child(1) .parameter li:nth-child(2){
        margin-bottom: 20px;
    }
    .index-product .item:nth-child(1) .parameter li:nth-child(2) .icon{
        max-width: 32px;
    }
    .index-product .parameter .icon img{
        height: 32px;
    }
    .fenghua .pro1 .item:nth-child(2) .list:nth-child(1):hover .pic{
        opacity: 1;
    }
}

@media screen and (max-width: 375px) {
    .index .item4 .bot .list table th {
        font-size: 13px;
    }

    .index .item4 .bot .list table td p {
        font-size: 13px;
    }

    .solutionDetail .list .model p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .header-t-right-box {
        position: absolute;
        right: 40px;
        width: 90px;
        overflow: hidden;
    }
}

@media screen and (max-width: 320px) {
    .header-t-right-box {
        position: absolute;
        right: 35px;
        width: 50px;
        overflow: hidden;
    }

    .bannerTitle img {
        width: 41%;
        left: -61px;
        top: 19px;
    }

    .solutionDetail .list .model p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .solutionDetail .list .model .text {
        padding: 0 25px;
    }

    .productIcon span {
        font-size: 22px;
    }

    .productIcon .en {
        font-size: 20px;
    }

    .productIcon img {
        width: 30px;
        top: 15px;
    }

    .productIcon .left {
        left: 0;
    }

    .productIcon .right {
        right: 0;
    }

    .productBanner .text p {
        font-size: 14px;
        padding: 0 15px;
    }

    .productBanner .text p:last-child {
        font-size: 18px;
    }

    .caseBanner .text h3 {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 5px;
    }

    .caseBanner .text h4 {
        font-size: 20px;
    }

    .caseBanner .text p {
        font-size: 14px;
        margin-top: 10px;
        line-height: 30px;
    }


}



