*{
    margin: 0;
    padding: 0;
}
.w1200{
    min-width: 1200px;
    margin: 0 auto;
    max-width: 1200px;
}
.top-img img{
    width: 46px;
    margin: 0 1px;
}
.top-img3{
    width: 33px !important;
    margin-left: 20px !important;
}
.has-about:hover{
    background: #3f4a50;
}
.has-about:hover a{
    color: #fff !important;

}
.has-about a:hover{
    background-color: #3f4a50;
}
/* 顶部 */
.dishow{
    display: none;
}
.top{
    background: #fff;
}
#nav .logo{
    display: none;
}
.has-children a{
    display: block;
}
.nav-color:hover{
    background: #95a3ab;
    color: #fff !important;
}
.has-children a img,.nav-text img{
    width: 13px;
    height: 12px;
    margin-left: 9px;
    transition: All .3s ease-in-out;
}
.has-children a:hover img,.nav-text:hover img{
    transform: rotate(180deg);
}
.nav-text{
    color: #333 !important;
    transition: all 0.3s;
    width: 226px;
    display: block;
    font-size: 16px;
}
.nav-text:hover{
    background: #3f4a50;
    color: #fff !important;
}
.submenu{
    background: #fff;
    position: relative;
    padding-top: 10px;
    height: 570px;
    border-right: 1px solid #eee;
    display: none;
    transition: all 0.3s ;
    
}
.nav-active{
    background: #3f4a50  !important;
    color: #fff !important;
}

.has-children:hover .submenu,.has-children:hover .second:nth-child(1){
    display: block;
}
.submenu h3{
    position: relative;
    margin: 0;
}
.submenu h3 a{
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 36px;
    padding-left: 33px;
    cursor: pointer;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 24px;
}
.submenu h3 i{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    height: 7px;
    width: 7px;
    margin: auto 0 auto 3px;
    transition: All .3s ease-in-out;
    transform: rotate(45deg);
    border-color: #222d39 #222d39 transparent transparent;
    border-style: solid;
    border-width: 1px 1px 2px 2px;

}
.nav-color{
    width: 240px;
    color: #333 !important;
    font-size: 16px;
}
.second{
    width: calc(1200px - 240px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 240px;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
    padding: 34px;
    display: none;
    padding-top: 10px;
}
.nav-hover:hover .second{
    display: block;
}
.three{
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.leval{
    width: 100%;
    text-align: left !important;
}
.leval-li{
    border-bottom: 1px solid #eee;
}
.leval li:nth-child(2) {
    display: inline-block !important;
}
.leval-li li{
    width: 14.66%;
    text-align: left !important;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}
.leval-li li a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333 !important;
    display: block;
}
.leval-li li a:hover{
    color: #526068 !important;
}
.small {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    margin: auto 0;
    width: 2px;
    height: 21px;
    background: #3f4a50;
    display: none;
}
.fidone .submenu{
    height: 0;
    background:  #95a3ab;
    /* color: #fff !important; */
    transition: all 0.3s;
    display: none;
}
.fidone .submenu a{
    color: #fff !important;
}
.fidone:hover .submenu{
    display: block;
    height: auto;
}
.fidone .submenu a:hover{
    color: #fff !important;
}
/* 搜索 */
.top-nr{
    line-height: 70px;
}
.sou #formsearch {
    width: 440px;
    height: 40px;
    background: url(../images/sou_bg.jpg) no-repeat center center;
}
.sou #formsearch input {
    outline: none;
    background: none;
    border: none;
}
.sou #formsearch input {
    outline: none;
    background: none;
    border: none;
}
.sou #formsearch input[name="keyword"] {
    width: 335px;
    font-size: 14px;
    line-height: 38px;
    color: #999999;
    padding-left: 22px;
    padding-right: 6px;
    overflow: hidden;
    border: 1px solid #3f4a50;
    background: #fff;
}

.sou #formsearch input {
    outline: none;
    background: none;
    border: none;
}
.sou #formsearch input[type="submit"] {
    flex: 1;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    background: #1f2c5c;
    margin-left: -5px;
    margin-top: 2px;
    width: 68px;
}
.top-nr{
    display: flex;
    justify-content: space-between;
}
.tel {
    padding-left: 44px;
    font-size: 27px;
    color: #1f2c5c;
    font-weight: bold;
    font-family: "Bahnschrift";
}


.index-ban{
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ban-new{
    width: 276px;
    height: 544px;
    background-color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    flex-direction: column;
    border-top: 2px solid #3f4a50;
}
.ban-menu{
    width: 240px;
    height: 544px;
    background: #fff;
    position: relative;
}
.ban-title{
    position: relative;
    margin: 0;
}
.ban-title p,.submenu h3 a p{
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ban-title a {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 36px;
    padding-left: 33px;
    cursor: pointer;
    color: #333;
    font-size: 16px;    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 24px;
}
.ban-title a img {
    margin-right: 10px;
    width: 18px;
    height: auto;
    margin-left: 9px;
    transition: All .3s ease-in-out;
}
.ban-title i {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    height: 7px;
    width: 7px;
    margin: auto 0 auto 3px;
    transition: All .3s ease-in-out;
    transform: rotate(45deg);
    border-color: #222d39 #222d39 transparent transparent;
    border-style: solid;
    border-width: 1px 1px 2px 2px;
}
.ban-ul{
    width: calc(1200px - 240px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 240px;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
    padding: 34px;
    z-index: 22;
    display: none;
}
.ban-li {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: left;
    padding-bottom: 15px;
}
.ban-li .leval-li li{
    display: inline-block;
    position: relative;
    padding: 10px 0;
}
.ban-hover:hover .ban-ul{
    display: block;
}
.new-ban{
    width: 100%;
    height: 100px;
}
.new-menu{
    border:1px solid #f0f0f0;
    height: 300px;
}
.new-input{
    height: 103px;
    background: #F0F3F7;
    border-radius: 2px 2px 2px 2px;
    padding: 16px;
}
.new-input h2{
    font-size: 14px;
    font-weight: 500;
    color: #202933;
    line-height: 20px;
    margin-bottom: 14px;
    margin-top: 0;
}
.new-input input{
    height: 100%;
    padding: 0 8px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: #333;
    height: 37px;
    border: none;
    list-style: none;
    outline: none;
    border: none;
}
.s_btn1{
   
    background-color:  #e7eaee;;
}
.new-menu{
    padding: 12px;
}
.new-menu h2{
    font-size: 16px;
    font-weight: 600;
    color: #202933;
    line-height: 22px;
    padding-top: 18px;
    padding-bottom: 12px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}
.new-li a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999 !important;
    display: block;
    line-height: 2;
}
.new-li a:hover{
    color: #3f4a50 !important;
}

















/* 热门 */
.rm-title{
    padding: 30px 0 15px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.rm-title img{
    width: 24px;
    margin-right: 10px;
}
.rm-nr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rm-li{
    width: 24.7%;
    height: 229px;
    margin-top: 5px;
    background-color: #fff;
}
.hz-title{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.tab-link{
    margin-right: 40px;
    cursor: pointer;
    z-index: 2;
    transition: All .3s ease-in-out;
    color: #333;
    border: none;
    font-size: 16px;
    position: relative;
    background: none;
}
.tab-link.act{
    font-weight: bold;
    display: inline-block;
    color: #3f4a50;
}
.tab-link.act::after{
    position: absolute;
    content: '';
    bottom: -12px;
    left: 26%;
    background: #95a3ab;
    width: 29px;
    height: 3px;
}
.hz-more a{
    color: #666 !important;
}
.hz-nr{
    overflow: hidden;
    position: relative;
}
.hz-ul{
    display: flex;
    height: 465px;
    justify-content: space-between;
}
.jz-left{
    width: 25%;
    height: 100%;
    position: relative;
}
.jz-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jz-left::after,.water-li:first-child::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
}
.zindex{
    z-index: 2;
    position: relative;
}
.jz-mind{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 43px 32px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    color: #fff;
}
.hz-right{
    width: 74.2%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.jz-li{
    width: 32.9%;
    position: relative;
    height: 227px;
    padding: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #fff;
    overflow: hidden;
}
.jz-li:nth-child(3n){
    margin-right: 0;
}
.water .jz-li{
    margin-right: 4px;
}
.water .jz-li:nth-child(3n){
    margin-right: 4px;
}
.water .jz-li:nth-child(3),.water .jz-li:last-child{
    margin-right: 0;
}
.jz-left h2{
    margin: 0;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.jz-left p{
    font-size: 14px;
    color: #fff;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jz-btn {
    color: #fff;
    border: 1px solid #fff;
    width: 124px;
    line-height: 33px;
    text-align: center;
}

.jz-btn:hover{
    color: #fff !important;
}

.jz-li h2{
    line-height: 23px;
    font-size: 18px;
    color: #333;
    margin: 10px 0;
}
.jz-li img{
    height: 92px;
    width: 100%;
    object-fit: cover;
    margin: 15px 0 10px;
}
.jz-li p{
    line-height: 23px;
    font-size: 14px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 水 */
.water-right{
    width: 100%;
}
.water-li:first-child{
    width: 49.9%;
    padding: 0 !important;
    position: relative;
}
.water-li:first-child a img{
    width: 100%;
    height: 100%;
    margin: 0;
}
.water-li{
    width: 24.7%;
    padding: 0;
}
.water-li:first-child h2,.water-li:first-child p{
    color: #fff;
}
.water-li img{
    margin: 0;
    height: 132px;
}
.water-li h2,.water-li p{
    padding: 0 20px ;
}








.hz-li:hover,.jz-li:hover,.metal-li:hover {
    box-shadow: 0 8px 16px rgb(0 0 0 / 20%);
    transition: .3s;
    transform: translate3d(0,-3px,0);
}
.hz-li h2{
    font-size: 18px;
    color: #333;
    margin: 0;
}
.hz-menu a{
    padding: 4px 7px;
    margin: 0 7px 10px 0;
    border: 1px solid #999;
    color: #666;
    transition: all 0.3s;
    display: inline-block;
}
.hz-menu a:hover{
    background: #3f4a50;
    color: #fff !important;
}
.hz-rm{
    position: absolute;
    top: 8px;
    right: -26px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: linear-gradient(136deg,#3f4a50,#3f4a50,#4485a9);
    font-size: 14px;
    color: #fff;
    text-align: center;
    transform: rotate(45deg);
}
.hz-menu{
    margin: 20px 0 6px;
    height: 80px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.hz-left img,.metal-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.hz-left::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.metal-left::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(118deg, rgba(63, 74, 80, 1), rgb(34 115 160 / 80%));
}
.hz-js{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 40px;
    z-index: 1;
    color: #fff;
}
.hz-js h2{
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.hz-js p{
    margin: 30px 0;
    line-height: 28px;
}
.hz-btn a{
    background: #fff;
    padding: 6px 17px;
    color: #3f4a50;
    transition: all 0.3s;
}
.hz-btn a:hover{
    background: #3f4a50;
    color: #fff !important;
}
.swiper-pagination-bullet-active{
    background: #526068 !important;
}
.hz-link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/* 建筑领域 */
.metal-li{
    border: 1px solid #f0f0f0;
}
.metal-li:first-child{
    width: 66.5%;
}
.metal-li:last-child{
    width: 66.5%;
}
.metal-li p{
    margin: 20px 0 20px;
    line-height: 23px;
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.metal-btn a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: linear-gradient(118deg, rgba(63, 74, 80, 1), rgba(63, 74, 80, 0.9),rgb(34 115 160 / 80%));
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
/* 化学 */
.Chemistry-more{
    width: 120px;
    height: 32px;
    cursor: pointer;
    z-index: 2;
    border: none;
    font-size: 18px;
    background: #526068;
    color: #fff;
}
.chemistry-right{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.chemistry-li{
    width: 24.7%;
    position: relative;
    height: 195px;
    padding: 20px;
    /* margin-bottom: 1px; */
    background: #fff;
    overflow: hidden;
}
.chemistry-li:hover{
    box-shadow: 0 8px 16px rgb(0 0 0 / 20%);
    transition: .3s;
    transform: translate3d(0,-3px,0);
}
.chemistry-li h2,.food-li h2{
    font-size: 18px;
    color: #333;
    margin: 0;
}
.chemistry-li img,.food-li img{
    height: 115px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 15px;
}
.food-li{
    width: 33%;
    position: relative;
    height: 227px;
    padding: 20px;
    /* margin-bottom: 1px; */
    background: #fff;
    overflow: hidden;
}
.food-li p{
    color: #333;
    margin: 0;
    margin-top: 10px;
}
.food-right{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.food-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.food-left p,.skincare-left p{
    padding: 20px;
    text-align: center;
    background: rgba(255,255,255,0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    font-size: 18px;
}
.tab-link6{
    width: auto;
}
.skincare-left{
    width: 50%;
    position: relative;
}
.skincare-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.skincare-right{
    width: 49.2%; 
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.skincare-li{
    width: 49.5%;
    position: relative;
    height: 195px;
    padding: 20px;
    /* margin-bottom: 1px; */
    background: #fff;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 20%);
    overflow: hidden;
}
/* 简介 */
.about{
    display: -webkit-box;
}
.about .hz-right{
    display: block;
    background: #fff;
    padding: 20px;
}
.about .hz-right h2{
    font-size: 24px;
    font-weight: bold;
}
.about .hz-right p{
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 2;
}
.about-btn{
    background: #3f4a50;
    padding: 10px 36px;
    margin-top: 30px;
    display: inline-block;
    color: #fff !important;
    font-size: 12px;
}
/* 产品页 */
.nay-sub{
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #f4f4f4;
}
.nay-sub a{
    color: #333 !important;
}
.nay-sub a:hover{
    color: #3f4a50!important;
}
.product-left{
    width: 245px;
}
.product-right{
    width: 910px;
    float: right;
}
.product-title{
    border-top: 2px solid #3f4a50;
    border-bottom: 1px solid #dfdfdf;
    height: 42px;
    line-height: 42px;
    background-color: #f8f8f8;
}
.product-title h2{
    font-weight: normal;
    font-size: 18px;
    color: #333;
    padding-left: 25px;
    margin: 0;
    line-height: 42px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}
.product-menu{
    width: auto;
    background: #ffffff;
    padding: 10px;
    border-top: none;
    border: 1px solid #dfdfdf;
    border-top: none;
}
.pro-name{
    position: relative;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 30px;
    margin: 0;
    margin-top: 10px;
}
.pro-name a{
    font-weight: lighter;
    background: #f0f0f0 url(/static/jzweb2/pc/jt.png) no-repeat 14px 14px;
    line-height: 40px;
    font-size: 14px;
    color: #1d1819;
    padding-left: 30px;
    padding-right: 35px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.turn {
    position: absolute;
    cursor: pointer;
    display: block;
    float: right;
    width: 35px;
    height: 40px;
    top: 0px;
    right: 0px;
}
.pro-name:hover a,.product-act .pro-name a{
    color: #fff !important;
    background: #3f4a50 url(/static/jzweb2/pc/jt_h.png) no-repeat 14px 14px;
    transition: all 0.2s ease-in-out 0s;
}
.turn {
    background: url(/static/jzweb2/pc/jiah.png) no-repeat center center;
    background-size: 10px;
}
.product-act .turn {
    background: url(/static/jzweb2/pc/jianh.png) no-repeat center center;
    background-size: 10px;
}
.pro-done{
    display: none;
}
.product-act .pro-done,.proact{
    display: block;
}
.pro-done li{
    padding-left: 30px;
    font-size: 14px;
    display: block;
    color: #666666;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pro-done li a{
    color: #95a3ab;
}
.pro-done li a:hover,.proact li a{
    color: #3f4a50 !important;
}
.procp-name{
    border-bottom: #e8e8e8 1px solid;
}
.procp-name p{
    display: inline-block;
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.7;
}
.procp-name h3 {
    margin: 0;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #3f4a50;
    font-weight: normal;
    font-size: 22px;
}
.procp-nr{
    line-height: 24px;
    margin: 20px 0px;
    font-size: 15px;
}
.pro-item{
    width: 214px;
    margin-bottom: 20px;
    margin-right: 12px;
    border: 1px solid #F6F6F6;
}
.pro-item a{
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #F6F6F6;
}
.pro-item img {
    display: block;
    width: 214px;
    height: 160px;
    object-fit: cover;
}
.pro-item span {
    width: 100%;
    height: 45px;
    color: #555;
    text-align: center;
    display: block;
    line-height: 45px;
    transition: all .5s;
}
.fy-act{
    background: #526068;
}
.fenye li a {
    border-radius: 2px;
}
.active{
    background-color: #000;
}
.right_title {
    line-height: 42px;
    font-size: 16px;
    color: #333;
    border-top: solid 2px #3f4a50;
    border-left: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
    font-weight: bold;
    padding-left: 20px;
    background: #f8f8f8;
}
.right-line {
    border: 1px solid #e1e1e1;
    padding: 0 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* 咨询 */
.zx-nr{
    line-height: 24px;
    margin: 20px 0px;
    font-size: 15px;
}
.login {
    width: 80%;
    margin: 0% auto;
    padding: 3% 0;
}
.login_input,.rz-form li input,.login_textarea{
    height: 43px;
    display: block;
    -webkit-appearance: none;
}
.login select,.rz-form li input,.login_textarea,#rzBtn{
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #333;
    font: 14px/25px "microsoft yahei";
    text-indent: 10px;
    border-radius: 3px;
    transition: all .5s;
    outline: none;
}
.login select,.rz-form li input,.login_textarea {
    padding-left: 10px;
}
input{
    outline: none;
}
.rz-form li{
    margin-bottom: 15px;
}
.login_textarea{
    height: 120px;
}
#rzBtn {
    width: 100%;
    color: #fff;
    text-align: center;
    font: 16px/40px "microsoft yahei";
    background: #3f4a50;
    cursor: pointer;
}
.list-ban{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.list-ban h2{
    font-weight: bold;
    color: #fff;
    margin: 0;
    font-size: 45px;
    letter-spacing: 7px;
}
.chemistry-li a p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
}
.about-right,.about-left{
    width: 49%;
}
.s_btn {
    cursor: pointer;
    width: 108px;
    height: 52px;
    line-height: 45px;
    line-height: 44px\9;
    padding: 0;
    background: 0 0;
    background-color: #3f4a50;
    border-radius: 0 10px 10px 0;
    font-size: 17px;
    color: #fff;
    box-shadow: none;
    font-weight: 400;
    border: none;
    outline: 0;
}

#head_wrapper .soutu-env-mac #kw, #head_wrapper .soutu-env-nomac #kw {
    width: 443px;
    padding-right: 87px;
}
#input {
    width: 512px;
    height: 23px;
    padding: 12px 16px;
    font-size: 17px;
    margin: 0;
    vertical-align: top;
    outline: 0;
    box-shadow: none;
    border-radius: 10px 0 0 10px;
    border: 2px solid #c4c7ce;
    background: #fff;
    color: #222;
    overflow: hidden;
    box-sizing: content-box;
    -webkit-tap-highlight-color: transparent;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.cx-nr{
    padding: 33px;
    margin: 50px 0;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
.cx-title{
    border-bottom: 1px solid #f0f0f0;
}
.cx-title h2{
    font-size: 18px;
    padding-bottom: 18px;
    margin: 0;
    border-bottom: 2px solid #3f4a50;
    display: inline-block;
}
table{
    width: 100%;
    margin-top: 33px;
}
tbody{
    width: 100%;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
tr{
    border: 1px solid #f0f0f0;
    margin-bottom: 10px;
}
td{
    border-right: 1px solid #f0f0f0;
}
.cx-p p{
    margin: 0;
    font-size: 16px;
    line-height: 2.5;
    padding: 0 15px;
}
.cx-p tr:nth-child(odd){
    background: #d7d7d7;
}
.cx-p td{
    width: 30%;
}
.cx-p td:last-child{
    width: 10%;
    text-align: center;
    color: #3f4a50;
    cursor: pointer;
}
/* 热门 */
.rm-li img{
    height: 140px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 25px;
}
.rm-li h2{
    margin: 0;
    font-size: 16px;
    color: #333;
    padding: 0 24px;
}
.rm-li p{
    font-size: 12px ;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 24px;
}
.cp-menu{
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cp-li{
    width: 33%;
    margin-bottom: 2px;
    position: relative;
}
.cp-ej{
    background: #f4f4f4;
    font-size: 14px;
    margin: 0;
    position: relative;
}
.cp-ej a{
    color: #333 !important;
    line-height: 34px;
    display: block;
    text-align: center;
}
.cp-sj{
    display: none;
    position: absolute;
    z-index: 2;
    width: 100%;
}
.cp-active .cp-ej{
    background: #3f4a50;
}
.cp-active .cp-ej a{
    color: #fff !important;
}
.cp-sj li{
    background: #95a3ab;
}
.cp-sj li a{
    color: #fff !important;
    text-align: center;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}
.zz-up{
    display: flex;
    justify-content: space-between;
}
.zz-up li {
    width: 23%;
}










.right_float {
    position: fixed;
    right: 6px;
    bottom: 5%;
    z-index: 99999;
}

.g_r8 {
    border-bottom-right-radius: 0;
}
.right_float ul li {
    width: 57px;
    height: 57px;
    font-size: 0;
    background: #3f4a50;
    position: relative;
    margin-bottom: 12px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 90%);
}
.right_float ul li .view {
   padding: 4px 0 7px 0;
    text-align: center;
    display: block;
}
.right_float ul li .view i {
    display: block;
    height: 22px;
    line-height: 22px;
    font-size: 22px;
    color: #fff;
}
.right_float ul li .view span {
    display: block;
    margin-top: 6px;
    color: #fff;
    font-size: 12px;
}
.right_float ul li .before {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    transition: .4s all ease;
    display: flex;
    align-items: center;
    padding: 0 30px;
    color: #fff;
    white-space: nowrap;
    background: #3f4a50;
}
.right_float ul li .before i {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}
.right_float ul li .before p {
    font-size: 16px;
}
.right_float ul li:hover .before {
    transform: translateX(-100%);
}
.rf_wechat {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 100%;
    transform: translateX(100%);
    z-index: -1;
    transition: all 0.5s;
    width: 120px;
    padding: 4px;
    background: #e07405;
}
.right_float ul li:hover .rf_wechat {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.has-dis .submenu li{
    display: block !important;
}

.footer-top {
    color: #fff;
    padding-top: 25px;
}
.footer-top span {
    margin-left: 74px;
    float: left;
    line-height: 30px;
}
.footer-top p {
    float: left;
    line-height: 30px;
    padding: 0 26px 0 82px;
}
.footer-top .select {
    position: relative;
    float: left;
    margin: 0 10px;
    width: 283px;
    height: 30px;
    background: url(/static/jzweb2/pc/select-bg.png) no-repeat;
}
.footer-top .select dt {
    height: 28px;
    width: 263px;
    padding-left: 20px;
    display: inline-block;
    background: url(/static/jzweb2/pc/select-icon.png) no-repeat 242px center;
    line-height: 28px;
    font-weight: bold;
    cursor: pointer;
    padding-right: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    z-index: 99;
    outline: none;
    font-size: 14px;
    text-align: left;
}
.footer-top .select dd {
    position: absolute;
    left: 0;
    top: 29px;
    border: 1px solid #d2ccc4;
    background: #fff;
    display: none;
    z-index: 1000;
}
.footer-top .select dd ul {
    width: 283px;
    max-height: 250px;
    overflow: auto;
}
.footer-top .select dd ul li a {
    line-height: 28px;
    display: block;
    padding: 0 8px;
    font-size: 14px;
    color: #000;
    float: none;
}
.procp-center{
    display: flex;
    flex-wrap: wrap;
}
.procp-left {
    width: 50%;
}
.procp-left h2{
    font-weight: bold;
    margin-bottom: 0;
}
.procp-left p{
    color: #999;
}
.procp-left span{
    margin-top: 30px;
    display: block;
    font-size: 16px;
    line-height: 2;
    color: #666;
}
.procp-btn{
    margin-top: 30px;
    color: #3f4a50;
    padding: 5px 33px;
    border: 1px solid #3f4a50;
    display: inline-block;
    font-size: 15px;
    border-radius: 40px;
    transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
}
.procp-btn:hover{
    color: #fff !important;
    background: #3f4a50;
}
.pro-fw{
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin: 40px 0;
}
.procp-right{
    width: 50%;
    padding: 20px;
}
.procp-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.left-kf{
    cursor: pointer;
}
.kf-hide{
    position: fixed;
    top: 20%;
    left: -152px;
    width: 110px;
    z-index: 99;
    transition: all .3s ease-in-out;
    background: #fff;
}

.kf-title{
    height: 34px;
    padding-left: 8px;
    line-height: 34px;
    background: #3f4a50;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.kf-ul{
    position: relative;
    width: 100%;
    padding-top: 8px;
    z-index: 3;
    background: #fff;
    border: 1px solid rgba(62,90,237,.1);
    text-align: center;
    /* display: flex; */
    align-items: center;
    display: flex;
    flex-direction: column;
}
.kf-ul li{
    width: 96px;
    height: 26px;
    margin-bottom: 8px;
    line-height: 25px;
    border-radius: 22px;
    background: #F0F3F7;
    cursor: pointer;
}
.kf-img{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #3f4a50;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
}

.kf-ul li a{
    color: #3f4a50;
    display: flex;
}
.kf-title img{
    width: 27px;
}
.kf-name{
    height: 34px;
    padding-left: 8px;
    line-height: 34px;
    background: #3f4a50;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.kf-name img{
    width: 27px;
}
.kf-show{
    position: fixed;
    top: 20%;
    width: 110px;
    left: -152px;
    z-index: 99;
    transition: all .3s ease-in-out;
}
.kf-act{
    left: 12px;
}
/* 资质 */
.zz-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zz-top li{
    width: 32%;
    margin-bottom: 15px;
}
.zz-top li:nth-child(4n){
    margin-right: 0;
}
.zz-bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zz-bottom li{
    width: 23%;
    height: 160px;
    margin: 20px 0 15px;
}

.zz-down li{
    width: 32%;
    height: auto;
    margin: 0;
    margin-bottom: 15px;
}
.ryzz-nr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ry-item{
    width: 14%;
}
.ry-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ryzz-top{
    display: flex;
    margin-bottom: 20px;
}
.ry-li{
    width: 17%;
    margin-right: 10px;
}
.zz-top li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-jy{
    font-weight: bold;
    letter-spacing: 10px;
    font-size: 34px;
    color: #3f4a50;
    text-align: center;
}
.product-box{
    text-align: left;
    width: 50%;
    margin: 100px auto;
}
.product-item span  {
    font-weight: bold;
    font-size: 18px;
    color: #666;
    width: 100px;
    display: inline-block;
}
.product-item b{
    font-size: 18px;
    margin-left: 40px;
    color: #666;
}
.product-item {
    margin: 20px 0;
    display: flex;
}
.product-item i{
    font-style: normal;
    font-weight: normal;
}
.search-p{
    font-size: 19px;
    margin-top: 20px;
    background: rgba(63,74,80,0.8);
    padding: 10px 15px;
    font-weight: normal;
    width: 663px;
}
.cmaImg{
    display: none;
    position: absolute;
    top: 75px;
    left: -80px;
    width: 200px;
    padding: 2px;
    background: #fff;
    box-shadow: 0 0 6px rgb(0 0 0 / 19%);
    z-index: 101;
}
.cmaImg img{
    width: 100%;
    height: 277px;
}
.triangleUp::after {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    width: 30px;
    height: 30px;
    background: #fff;
    transform: rotate(-45deg);
    box-shadow: 1px -2px 2px rgb(0 0 0 / 10%);
    z-index: -1;
}
.top-img{
    display: flex;
}
.top-photo {
    position: relative;
    z-index: 9999999;
}
.top-photo:hover .cmaImg{
    display: block;
}
.cans{
    visibility: hidden;
    display: flex;
    position: absolute;
    top: 75px;
    padding: 2px;
    background: #fff;
    box-shadow: 0 0 6px hsl(0deg 0% 51% / 19%);
    z-index: 101;
    left: 50%;
    transform: translate(-50%, 0);
}
.top-photo:hover .cans{
    visibility: visible;
}
.cans{
    width: 400px;
}
.cans img{
    width: 100%;
}