html { overflow-y: scroll; }

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

input {
    outline: none;
}

path {
    transition: 0.6s;
}

.right-warp {
    padding-left: 20px;
}

.dingweibtn {
    position: absolute;
    bottom: -12px;
    left: 1200px;
    cursor: pointer;
}

.left-warp>a>img {
    transition: 0.6s;
}


/* 产品页 */

.box-search {
    order: 2;
    opacity: 0;
    position: relative;
    /* z-index: -55; */
}

.right>div>a>span {
    z-index: 1;
}

.quxiao:hover {
    cursor: pointer;
}

.quxiao {
    position: absolute;
    right: -50px;
    top: 10px;
    fill: #666666;
}

.box-sousuo {
    top: 15px;
    right: 10px;
    position: absolute;
}

.box-sousuo:hover {
    cursor: pointer;
}

/* ::-webkit-scrollbar {
    width: 0;
} */

.dingweibtn {
    font-size: 15px !important;
}

img {
    overflow: hidden;
}

.left-warp {
    width: 400px;
}

.product-many {
    border: 1px solid solid;
    background-color: #005cff;
    color: white;
    border-radius: 25px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    width: 130px;
    height: 40px;
    left: 50%;
    bottom: 5px;
    position: absolute;
}

.products {
    position: relative;
}

.product-many:hover {
    cursor: pointer;
}

.left {
    flex-shrink: 5;
}

.right-warp>div {
    width: 25%;
}

.icon {
    padding-right: 10px;
}

.header {
    width: 80%;
    height: 100px;
    padding: 0 10%;
    position: fixed;
    top: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: #fff; */
    transition: 0.6s;
    border-bottom: 1px solid transparent;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px;
}

.header:hover {
    background: #FFF;
}

.logo-warp>img:nth-child(1) {
    /* opacity: 0; */
}

.header:hover .nav li a {
    color: #262626;
}

.header:hover .nav li .products .left-warp a {
    color: transparent;
}

.header:hover .search span {
    color: #262626;
}

.header:hover .search p {
    color: #262626;
}

.header:hover .search p a{
    color: #262626;
}

.header:hover .menu span {
    color: #262626;
}

.header .nav li .scheme .right2-warp a:hover:after {
    width: 100%;
}

.header .nav li .scheme .right2-warp a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #ff8c1f;
    z-index: 0;
    border-radius: 40;
    transition: 0.6s;
}

.header .logo {
    /*width: 216px;*/
    height: 48px;
    overflow: hidden;
}

.header .logo-warp {
    width: 167px;
    height: 48px;
    transition: 0.3s;
    position: relative;
    top: 0;
}

.header .nav {
    width: 900px;
    display: flex;
    justify-content: space-between;
    margin-left: 190px;
}

.header .nav li {
    padding: 20px 0;
}

.header .nav li a {
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: white;
    padding: 20px 0;
    transition: 0.6s;
}

.header .nav li a:hover {
    color: #005CFF!important;
}

.header .search {
    display: flex;
    align-items: center;
    /*margin-left: 163px;*/
    margin-left: 20px;
    cursor: pointer;
}

.header .search span {
    font-size: 16px;
    color: white;
    margin-right: 10px;
    margin-top: 2px;
    transition: 0.6s;
}

.header .search p {
    color: white;
    transition: 0.6s;
}
.header .search p a{
    color: white;
    transition: 0.6s;
}

.product-many {
    left: 70% !important;
    transform: translateX(-70%) !important;
}

.header .menu {
    margin-top: 3px;
    margin-left: 33px;
}

.header .menu span {
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    transition: 0.6s;
}

.header .nav .two:hover .products {
    height: 404px;
    opacity: 1;
}

.header .nav .three:hover .scheme {
    height: 389px;
    opacity: 1;
}

.header .nav .senven:hover .scheme {
    height: 389px;
    opacity: 1;
}

.header .nav .eight:hover .scheme {
    height: 389px;
    opacity: 1;
}

.header .nav .five:hover .scheme {
    height: 389px;
    opacity: 1;
}

.header .nav .four:hover .scheme {
    height: 389px;
    opacity: 1;
}

.header .nav .six:hover .services {
    height: 380px;
    opacity: 1;
}

.header .nav li .products {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    margin-top: 40px;
    display: flex;
    transition: 0.4s;
    opacity: 0;
}

.header .nav li .products .left {
    width: 42%;
    height: 100%;
    background: #F5F5F5;
    position: relative;
    padding: 0;
}

.header .nav li .products .left-warp {
    position: absolute;
    top: 45px;
    right: 57px;
}

.header .nav li .products .left-warp a {
    width: 400px;
    height: 60px;
    display: block;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s;
    position: relative;
}

.header .nav li .products .left-warp a::after {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: 400px;
    height: 100%;
    z-index: 0;
    transition: 0.6s;
}

.header .nav li .products .left-warp a:hover::after {
    background: #005CFF;
    left: 0;
}

.header .nav li .products .left-warp a:hover span {
    left: 0;
    color: #fff;
}

.header .nav li .products .left-warp a:hover p {
    color: #fff;
}

.header .nav li .products .left-warp div {
    display: flex;
    align-items: center;
    margin-left: 35px;
    position: relative;
    z-index: 1;
}

.header .nav li .products .left-warp div img {
    width: 27px;
   /*  height: 22px; */
    margin-right: 15px;
}

.header .nav li .products .left-warp div p {
    color: #262626;
    transition: 0.6s;
}

.header .nav li .products .left-warp span {
    margin-right: 35px;
    position: relative;
    z-index: 1;
    left: 10px;
    transition: 0.6s;
}

.right-warp>div>img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.header .nav li .products .right {
    width: 58%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0;
}

.products .right-warp {
    width: 900px;
    height: 350px;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
}

.products .right-warp .right-warp-list {
    width: 12%;
    height: 34%;
    text-align: center;
    margin-left: 10px;
	margin-right: 10px;
    margin-bottom: 50px;
    transition: 0.3s;
    margin-top: 0;
    cursor: pointer;
}

.products .right-warp div:nth-child(6) {
    margin-bottom: 0;
}

.products .right-warp .none {
    margin-bottom: 0!important;
}

.products .right-warp div:nth-child(5) {
    margin-right: 0;
}

.products .right-warp div:nth-child(10) {
    margin-right: 0;
}

.products .right-warp div p {
    font-size: 14px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #262626;
    margin-top: 5px;
	font-weight: 400;
}

.products .right-warp div:hover {
    margin-top: -10px;
}

#right-warp {
    display: none;
}

.header .nav li .scheme .left a img {
    width: 18px;
    height: 16px;
}

.header .nav li .scheme .left a {
    width: 360px;
}

.header .nav li .scheme .left a::after {
    width: 360px;
}

.header .nav li .scheme .left-warp {
    right: 57px;
}

.scheme .right {
    display: inherit!important;
    align-items: inherit!important;
    justify-content: inherit!important;
    position: relative;
}

.scheme .right2-warp {
    position: absolute;
    top: 40px;
    left: 120px;
    width: 440px;
}

.box-search>input {
    transition: 1s;
}

svg {
    width: 28px;
    height: 28px;
}

.scheme .right2-warp p {
    font-size: 14px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #262626;
    margin-top: 17px;
}

.scheme>.right>a {
    border-radius: 10px !important;
}

.product-many {
    border-radius: 10px !important;
}

.header .nav li .scheme .right2-warp a:hover {}

.header .nav li .scheme .right2-warp a {
    width: 130px;
    height: 40px;
    background: #005CFF;
    border-radius: 10px;
    display: block;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 27px;
    right: 0;
    position: absolute;
    overflow: hidden;
}

.header .nav li .scheme .right2-warp span {
    margin-left: 26px;
}

.header .nav li .scheme .right2-warp a:hover {
    background-color: #ff8c1f;
}

.header:hover .scheme .right2-warp a {
    color: #fff!important;
}

.header .nav li .scheme .right2-warp .imgs {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.header .nav li .scheme .right2-warp .imgs img {
    transition: 1s;
    cursor: pointer;
}

.header .nav li .scheme .right2-warp .imgs img:hover {
    transform: scale(1.1);
}

.header .nav li .services {
    width: 70%;
    background: #fff;
    padding: 0 15%;
    justify-content: space-between;
}

.header .nav li .services .services-color {
    width: 320px;
    height: 380px;
    display: flex;
    justify-content: center;
    padding: 0;
    transition: 0.4s;
    cursor: pointer;
}

.header .nav li .services .services-color:hover {
    background: #F5F5F5;
}

.header .nav li .services .services-color:hover .title span {
    color: #005CFF;
}

.header .nav li .services .services-color .color-warp {
    margin-top: 46px;
}

.header .nav li .services .services-color .title span {
    font-size: 24px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #262626;
    transition: 0.3s;
}

.header .nav li .services .services-color .title .thread {
    width: 250px;
    height: 1px;
    background: #E6E6E6;
    margin-top: 23px;
    margin-bottom: 15px;
}

.header .nav li .services .services-color .libot a {
    display: block;
    font-size: 14px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #666666;
    line-height: 50px;
    padding: 0;
}

.header:hover .nav li .services .services-color .libot a {
    color: #666666;
}

.header .nav li .services .services-color .libot a:hover {
    color: #005CFF;
    font-weight: 500;
}

.color-active {
    background: #fff;
}

.color2-active {
    color: #262626!important;
	
}

.color2-active a{
    color: #262626!important;
	
}

.top-active {
    /* top: -48px!important; */
}

.after-active {
    color: #ff8c1f!important;
	font-weight: 600!important;
}

.header .search p {
    white-space: nowrap;
}

@media screen and (max-width: 1680px) {
    body,
    html {
        width: 100%;
        overflow-x: hidden;
    }
    .header {
        width: 90%;
        padding: 0 5%;
    }
    .header .nav {
        margin-left: 74px;
    }
}
.submit{
	
    /*取消button点击的默认样式*/
   
        border: 0 none;
        outline: none;
    
}



/* 按钮基础样式 */
        .consult-btn {
           padding: 10px 4px 10px 4px;
    min-width: 120px;
    display: inline-block;
    color: #fff;
    font-family: HarmonyOS Sans SC;
    text-align: center;
    text-decoration: none;
    background-color: #0067FF;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        /* 鼠标悬停效果 */
        .consult-btn:hover {
            background-color: #f7b500;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        /* 按钮激活效果 */
        .consult-btn:active {
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        }

.consult-desc {
  font-weight:400;
  letter-spacing:0.2em;
  font-size:16px;
}



.blank-middle {
    height: 30px;
    line-height: 30px;
    clear: both;
    font-size: 0;
}
.text-center {
    text-align: center;
	margin: auto;
}	
.pagination {list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom}
.pagination li {display:inline-block!important;border:solid 1px #EBEBEB;border-radius:4px}
.pagination a {color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pagination .disabled a:link,.pagination .disabled a:visited,.pagination .disabled a:hover {cursor:not-allowed;pointer-events:none;color:#EBEBEB}
.pagination .active {pointer-events:none}
.pagination .active,.pagination a:hover {transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pagination-group {border-right:solid 1px #EBEBEB;border-radius:4px}
.pagination-group li {float:left;border-right:0;border-radius:0}
.pagination-group li:not(:first-child):not(:last-child) {border-radius:0}
.pagination-group li:first-child {border-radius:4px 0 0 4px}
.pagination-group li:last-child {border-radius:0 4px 4px 0}
.pagination-group .active,.pagination-group a:hover {background:#f5f5f5;border-radius:0}
.pagination-big a {padding:10px 16px;font-size:16px}
.pagination-small a {padding:5px 10px;font-size:12px}
.pagination.border-main .active a,.pagination.border-sub .active a,.pagination.border-dot .active a,.pagination.border-black .active a,.pagination.border-gray .active a,.pagination.border-red .active a,.pagination.border-yellow .active a,.pagination.border-blue .active a,.pagination.border-green .active a {color:#fff}
.blank-large {
    height: 80px;
    line-height: 80px;
    clear: both;
    font-size: 0;
}
/*分页 begin*/
.pagination li {margin:0 5px;font-size:12px;border:none;border-radius:4px;}
.pagination li a {border-radius:4px;color:#6e6e6e;background:#fff;padding:8px 12px;border:1px solid #DCDCDC;}
/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */
.pagination li.active a,.pagination li a:hover {background:#ff9600;color:#fff;border:1px solid #ff9600;}
/*分页 end*/