.wrap {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
}

.clear {
    clear: both;
}

.header .h_logo {
    padding: 16px 0;
    padding: 0;
    margin: 0;
    margin-top: 23px;
}
.header .inav ul{
    margin: 0;
}
.header .inav .nav_li .nav_a:after{
    bottom: 10px;
}
.header{
    /*padding: 10px 0;*/
}

.header .inav_wrapper {
    margin-right: 40px;
}

.hphone {
    display: flex;
    padding-top: 27px;
}

.hphone img {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-right: 10px;
}

.hphone p {
    font-size: 24px;
    color: #e60012;
}

.hphone p span {
    font-size: 16px;
    color: #999999;
    display: block;
    float: left;
    line-height: 38px;
}

.header .h_tools .h_search .icon {
    width: 20px;
    height: 20px;
    background: url(../image/i3.png) no-repeat center;
    background-size: cover;
}

.header .h_tools .h_huiyuan, .header .h_tools .h_search {
    padding-top: 36px;
}

.header .h_tools .h_search:after {
    top: 69%;
}

.header .inav .nav_li {
    font-size: 16px;
    line-height: 91px;
    height: 100px;
}

.ibanner {
    height: auto;
    margin-top: 91px;
}

.ititle {
    margin-top: 80px;
    margin-bottom: 70px;
    text-align: center;
}

.ititle h1 {
    font-size: 39px;
    color: #000000;
    margin-bottom: 5px;
}

.ititle span {
    color: #e60012;
}

.ititle p {
    font-size: 16px;
    color: #666666;
}

.promain {
    background: url("../image/i29.png") no-repeat center;
    background-size: cover;
    position: relative;
}

.pronav {
    position: absolute;
    left: 130px;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 140px;
    max-height: 166px;
}

.pronav-item {
    background: url("../image/i26.png") no-repeat left;
    padding-left: 30px;
    background-size: 14px;
    font-size: 16px;
    color: #000000;
    margin-bottom: 55px;
    display: block;
}

.pronav-item.pcur {
    background: url("../image/i24.png") no-repeat left;
}

.pronav-item:last-of-type {
    margin-bottom: 0;
}

.pronav-line {
    display: block;
    height: 63px;
    width: 3px;
    background: #CCCCCC;
    position: absolute;
}


.ipro .pronav:before {
    content: "";
    width: 4px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    background: #CCCCCC;
}

.ipro .pronav:after {
    content: "";
    width: 4px;
    position: absolute;
    top: 10px;
    left: 0;
    background: #e60012;
    z-index: 0;
    height: 0;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.ipro .pronav .item {
    padding-left: 0.22rem;
    font-size: 16px;
    position: relative;
    line-height: 20px;
    height: 70px;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.ipro .pronav .item:hover {
    color: #e60012;
}

.ipro .pronav .item:last-child {
    height: auto;
}

.ipro .pronav .item:before {
    content: "";
    position: absolute;
    left: -3px;
    top: 5px;
    width: 7px;
    height: 7px;
    border: 2px solid #eaeaea;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.ipro .pronav[data-anchor="0"] .item:nth-child(1)::before {
    background: #e60012;
    border-color: #fff;
}

.ipro .pronav[data-anchor="1"] .item:nth-child(-n+2)::before {
    background: #e60012;
    border-color: #fff;
}

.ipro .pronav[data-anchor="1"]:after {
    height: 70px;
}

.ipro .pronav[data-anchor="2"] .item:nth-child(-n+3)::before {
    background: #e60012;
    border-color: #fff;
}

.ipro .pronav[data-anchor="2"]:after {
    height: 140px;
}

.ipro .pronav[data-anchor="3"] .item:nth-child(-n+4)::before {
    background: #e60012;
    border-color: #fff;
}

.ipro .pronav[data-anchor="3"]:after {
    height: 210px;
}


.pl1 {
    top: 22px;
    left: 5px;
}

.pl2 {
    top: 100px;
    left: 5px;
}

.proitem {
    padding: 85px 0px 85px 0px;
    max-width: 70%;
    margin: 0 auto;
    padding-left: 10%;
    display: none;
}

.proitem .proimg {
    float: left;
    width: 45%;
    margin-top: .5rem;
}

.protxt {
    float: left;
    margin-left: 0%;
    width: 55%;
}

.protxt h2 {
    font-size: 36px;
    color: #000000;
    margin: 90px 0 30px;
}

.protxt .prop p {
    font-size: 20px;
    color: #333333;
    background: url("../image/i25.png") no-repeat left;
    padding-left: 22px;
    background-size: 16px;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.probtn {
    margin-top: 55px;
}

.probtn a {
    display: block;
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #e60012;
    font-size: 16px;
    border: 1px solid #e60012;
    border-radius: 5px;
    background: url(../image/i7.png) no-repeat right;
    float: left;
    margin-right: 20px;
    padding-right: 30px;
    background-position-x: 125px;
}

.probtn a.btcur {
    background: #e60012 url(../image/i6.png) no-repeat right;
    color: #ffffff;
    background-position-x: 125px;
}

.iabmain {
    position: relative;
}

.iabimg {
    width: 55%;
}

.iabtxt {
    position: absolute;
    padding: 60px 80px 0;
    box-shadow: 0px 0px 10px #ccc;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
    width: 45%;
    height: 55%;
    background: #ffffff;
    box-sizing: border-box;
}

.iabtxt p {
    font-size: 16px;
    color: #333333;
    line-height: 55px;
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    height: auto;
}

.ihz {
    width: 85%;
    margin: 48px auto 20px;
}

.ihz .picScroll-left li {
    width: 16%;
}

.ihz .picScroll-left li .pic {
    text-align: center;
}

.ihz .picScroll-left li img {
    width: 85%;
    border: 1px solid #e4e4e4;
}

.ijjmain {
    position: relative;
    min-height: 850px;
}

.ijjnav {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    z-index: 2;
}

.ijjnav ul {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.ijjnav ul li {
    padding: .5rem 0;
    width: 25%;
    text-align: center;
    border-right: 1px solid #ffffff;
    box-sizing: border-box;
}

.ijjnav ul li.ijjcur {
    background-color: rgba(230, 0, 18, 0.7);
    transition: all .3s;
}

.ijjnav ul li p {
    color: #ffffff;
    font-size: 30px;
    margin-top: 10px;
}

.ijj-item {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 85%;
    margin: 10% auto 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: none;
}

.ijj-item-w33 {
    width: 33%;
}

.ijj-item h2 {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 30px;
}

.ijj-item p {
    font-size: 16px;
    color: #ffffff;
    line-height: 37px;
    margin-bottom: 50px;
}

.ijj-item a {
    display: block;
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background: url(../image/i6.png) no-repeat right;
    float: left;
    margin-right: 20px;
    padding-right: 30px;
    background-position-x: 125px;
}

.ijj-item a:hover {
    background: #e60012 url(../image/i6.png) no-repeat right;
    color: #ffffff;
    border: 1px solid #e60012;
    background-position-x: 125px;
}

.inew {
    padding-bottom: 188px;
}

.inewmain {
    width: 85%;
    margin: 0 auto;
    display: flex;
}

.inewl {
    width: 70%;
    float: left;
}

.inew-item {
    width: 48%;
    float: left;
    border-right: 1px solid #E5E5E5;
    margin-right: 2%;
    box-sizing: border-box;
    position: relative;
}

.inewnb {
    padding: .45rem 0 .35rem 0;
    width: 96%;
    box-sizing: border-box;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    transition: all .3s ease 0s;
}

.inew-item .inewnb:after {
    content: '';
    width: 0px;
    height: 1px;
    background-color: #e60012;
    transition: all .3s ease 0s;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
}

.inew-item:hover .inewnb:after {
    width: 96%;
}

.inew-item:hover .inewnb {
    border-bottom: 1px solid #ffffff;
}

.inew-item:hover {
    border-right: 0;
}

.inewrl {
    position: absolute;
    right: 0;
    width: 1px;
    height: 0;
    background: #e60012;
    top: 0;
    transition: all .3s ease 0s;
}

.inew-item:hover .inewrl {
    height: 100%;
}

.inew-item h3 {
    font-size: 16px;
    font-weight: unset;
    color: #999999;
}

.inew-item h2 {
    font-weight: unset;
    font-size: 16px;
    margin: 5px 0 15px;
}

.inew-item:hover h2 {
    color: #e60012;
}

.inew-item p {
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    margin-bottom: 10px;
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: auto;
}

.inew-item p.nbt {
    display: block;
    width: 80px;
    background: url("../image/i27.png") no-repeat right;
    font-size: 16px;
    color: #999999;
}

.inew-item:hover p.nbt {
    color: #e60012;
    background: url("../image/i15.png") no-repeat right;
}

.inewr {
    width: 30%;
    float: left;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
}

.inewr img {
    width: 100%;
}

.inewrtxt {
    padding-top: .15rem;
}

.inewrtxt h3 {
    font-size: 16px;
    font-weight: unset;
    color: #999999;
}

.inewrtxt h2 {
    font-weight: unset;
    font-size: 16px;
    margin: 5px 0 15px;
}

.inewrtxt:hover h2 {
    color: #e60012;
}

.inewrtxt p {
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    margin-bottom: 10px;
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
}

.inewrtxt p.nbt {
    display: block;
    width: 80px;
    background: url("../image/i27.png") no-repeat right;
    font-size: 16px;
    color: #999999;
}

.inewrtxt:hover p.nbt {
    color: #e60012;
    background: url("../image/i15.png") no-repeat right;
}

.inewr:after {
    content: '';
    width: 0px;
    height: 1px;
    background-color: #e60012;
    transition: all .3s ease 0s;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
}

.inewr:hover:after {
    width: 96%;
}

.w85 {
    width: 85%;
    margin: 0 auto;
}

.ifoot {
    background: #262626;
    margin-bottom: 104px;
}

.if1 {
    height: 130px;
    line-height: 130px;
    border-bottom: 1px solid #333333;
}

.iflogo {
    float: left;
    width: 30%;
}

.iflogo img {
    width: auto;
    margin-top: 38px;
}

.iflx {
    float: right;
    font-size: 16px;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 40px;

}

.iflx:nth-child(2) {
    width: 15%;
    background: url("../image/i19.png") no-repeat left;
}

.iflx:nth-child(3) {
    width: 20%;
    background: url("../image/i19.png") no-repeat left;
}

.iflx:nth-child(4) {
    width: 15%;
    background: url("../image/i18.png") no-repeat left;
}

.iflx:nth-child(5) {
    width: 20%;
    background: url("../image/i17.png") no-repeat left;
    min-width: 300px;
}

.if2 {
    padding: 40px 0 40px;
    border-bottom: 1px solid #333333;
    position: relative;
}

.if2l {
    float: left;
}

.if2r {
    float: right;
}

.if2l-nav ul li {
    display: inline-block;
    margin-right: .7rem;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #ffffff;
}

.if2l-share a {
    margin-right: 10px;
    display: block;
    float: left;
}

.if2rcode {
    float: left;
    margin-right: 30px;
}

.if2rcode:nth-child(2) {
    margin-right: 0;
}

.if2rcode p {
    font-size: 16px;
    color: #ffffff;
    margin-top: 10px;
    text-align: center;
}

.if2l-share {
    margin-top: 30px;
}

.if2lbg {
    position: absolute;
    bottom: 0;
    left: 25%;
}

.if2lbg img {
    width: 80%;
}

.if3 .w85 {
    /*height: .70rem;*/
    line-height: 30px;
    /*display: flex;*/
    /*justify-content: space-between;*/
    padding: 10px 0;
}

.if3 .w85 p, .if3 .w85 p a {
    font-size: 14px;
}

.if3 p {
    font-size: 16px;
    color: #ffffff;
}

.fqrcode {
    position: relative;
}

.fqrcodeimg {
    position: absolute;
    top: 60px;
}

.fqrcodeimg img {
    max-width: unset;
}

.ibanner img {
    position: relative;
    width: 100%;
}

.ibanner .ibanner-txt {
    position: absolute;
    height: 150px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.ibanner-txt h1 {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 10px;
}

.ibanner-txt p {
    font-size: 16px;
    color: #ffffff;
}

/*产品列表*/
.product {
    width: 100%;
    padding: 0.5rem 0 1.4rem;
}

.product .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 85%;
    max-width: 1600px;
}

@media (max-width: 991px) {
    .product .container {
        flex-direction: column-reverse;
    }
}

.product .container .product-menu {
    width: 21.25%;
}

@media (max-width: 991px) {
    .product .container .product-menu {
        width: 100%;
        margin-top: 1rem;
    }
}

.product .container .product-menu li {
    width: 100%;
    background: #f5f5f5;
    margin-bottom: 2px;
}

@media (max-width: 991px) {
}

.product .container .product-menu li:last-child {
    margin-bottom: 0;
}

.product .container .product-menu li .menu-li {
    width: 100%;
    height: 0.68rem;
    padding: 0 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all ease-out 0.3s;
    box-sizing: border-box;
}

@media (max-width: 1580px) {
    .product .container .product-menu li .menu-li {
        height: 0.8rem;
    }
}

@media (max-width: 767px) {
    .product .container .product-menu li .menu-li {
        height: 1rem;
    }
}

.product .container .product-menu li .menu-li a {
    font-size: 18px;
    color: #333;
    line-height: 34px;
    transition: all ease-out 0.3s;
}

@media (max-width: 1580px) {
    .product .container .product-menu li .menu-li a {
        font-size: 16px;
    }
}

.product .container .product-menu li .menu-li span {
    width: 0.14rem;
    height: 0.14rem;
    display: flex;
    position: relative;
    cursor: pointer;
}

.product .container .product-menu li .menu-li span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all ease-out 0.3s;
}

.product .container .product-menu li .menu-li span img:nth-child(2) {
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0;
}

.product .container .product-menu li .menu-li span:after,
.product .container .product-menu li .menu-li span:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -0.1rem;
    width: 100%;
    height: 2px;
    background-color: #333;
}

.product .container .product-menu li .menu-li span:before {
    transform: rotate(90deg);
}

.product .container .product-menu li .menu-li:hover,
.product .container .product-menu li .menu-li.on {
    background: #e60012;
}

.product .container .product-menu li .menu-li:hover a,
.product .container .product-menu li .menu-li.on a {
    color: #fff;
}

.product .container .product-menu li .menu-li:hover span img:nth-child(1),
.product .container .product-menu li .menu-li.on span img:nth-child(1) {
    opacity: 0;
}

.product .container .product-menu li .menu-li:hover span img:nth-child(2),
.product .container .product-menu li .menu-li.on span img:nth-child(2) {
    opacity: 1;
}

.product .container .product-menu li .menu-li:hover span:before,
.product .container .product-menu li .menu-li.on span:before {
    opacity: 0;
}

.product .container .product-menu li .menu-li:hover span:after,
.product .container .product-menu li .menu-li.on span:after {
    background-color: #fff;
}

.product .container .product-menu li .s-menu {
    width: 100%;
    padding: 0.2rem 0.3rem;
    display: none;
    box-sizing: border-box;
}

.product .container .product-menu li .s-menu.on {
    display: block;
}

.product .container .product-menu li .s-menu a {
    width: 100%;
    height: 34px;
    color: #666;
    font-size: 16px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 0.14rem;
    transition: all ease-out 0.3s;
}

@media (max-width: 1580px) {
    .product .container .product-menu li .s-menu a {
        height: 30px;
    }
}

.product .container .product-menu li .s-menu a:last-child {
    margin-bottom: 0;
}

.product .container .product-menu li .s-menu a i {
    content: '';
    width: 6px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease-out 0.3s;
}

.product .container .product-menu li .s-menu a i img,
.product .container .product-menu li .s-menu a i svg {
    width: 100%;
}

.product .container .product-menu li .s-menu a i img path,
.product .container .product-menu li .s-menu a i svg path {
    fill: #999999;
}

.product .container .product-menu li .s-menu a:hover,
.product .container .product-menu li .s-menu a.on {
    color: #e60012;
}

.product .container .product-menu li .s-menu a:hover i img path,
.product .container .product-menu li .s-menu a.on i img path,
.product .container .product-menu li .s-menu a:hover i svg path,
.product .container .product-menu li .s-menu a.on i svg path {
    fill: #e60012;
}

.product .container .right {
    width: 75%;
}

.newl .container .right {
    width: 100%;
}

@media (max-width: 991px) {
    .product .container .right {
        width: 100%;
    }
}

.product .container .right .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media (max-width: 1199px) {
    .product .container .right .top {
        align-items: center;
    }
}

@media (max-width: 991px) {
    .product .container .right .top {
        flex-wrap: wrap;
    }
}

.product .container .right .top .tbox {
    width: 100%;
    margin-right: 0.85rem;
}

@media (max-width: 991px) {
    .product .container .right .top .tbox {
        margin-right: 0;
    }
}

.product .container .right .top .tbox .t1 {
    font-size: 0.3rem;
    color: #e60012;
    line-height: 0.5rem;
}

@media (max-width: 1580px) {
    .product .container .right .top .tbox .t1 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .product .container .right .top .tbox .t1 {
        line-height: 22px;
    }
}

@media (max-width: 991px) {
    .product .container .right .top .tbox .t1 {
        font-size: 0.4rem;
    }
}

.product .container .right .top .tbox .t2 {
    line-height: 30px;
    color: #666;
    margin-top: 0.11rem;
}

@media (max-width: 1580px) {
    .product .container .right .top .tbox .t2 {
        line-height: 24px;
    }
}

.product .container .right .top .img {
    width: 35%;
    flex-shrink: 0;
    position: relative;
}

@media (max-width: 991px) {
    .product .container .right .top .img {
        width: 100%;
        margin-top: 0.3rem;
    }
}

.product .container .right .top .img::before {
    content: '';
    width: 100%;
    padding-top: 42.85%;
    display: block;
}

.product .container .right .top .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.product .container .right .list {
    width: 100%;
}

.product .container .right .list li {
    width: 100%;
    margin-bottom: 0.3rem;
}

.product .container .right .list li:last-child {
    margin-bottom: 0;
}

.product .container .right .list li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .product .container .right .list li a {
        flex-wrap: wrap;
    }
}

.product .container .right .list li a .img {
    width: 33.33%;
    position: relative;
    overflow: hidden;
    border: 1px solid #f1f1f1;
}

@media (max-width: 767px) {
    .product .container .right .list li a .img {
        width: 100%;
    }
}

.product .container .right .list li a .img::before {
    content: '';
    width: 100%;
    display: block;
    padding-top: 75%;
}

.product .container .right .list li a .img img {
    object-fit: cover;
    position: absolute;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;

    width: 95%;
    height: 95%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.product .container .right .list li a .tbox {
    width: 61.67%;
    padding-top: 0.1rem;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}

@media (max-width: 767px) {
    .product .container .right .list li a .tbox {
        width: 100%;
        padding: 0.5rem 0;
    }
}

.product .container .right .list li a .tbox::before {
    content: '';
    width: 0;
    height: 1px;
    background: #e60012;
    transition: all ease-out 0.3s;
    position: absolute;
    left: 0;
    bottom: 0;
}

.product .container .right .list li a .tbox .t1 {
    color: #333;
    line-height: 1;
    font-size: 22px;
    font-weight: unset;
    display: flex;
    justify-content: space-between;
}

.product .container .right .list li a .tbox .t2 {
    line-height: 30px;
    color: #999;
    height: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-top: 0.2rem;
    font-size: 16px;
}

@media (max-width: 1580px) {
    .product .container .right .list li a .tbox .t2 {
        line-height: 24px;
        height: 96px;
    }
}

@media (max-width: 1199px) {
    .product .container .right .list li a .tbox .t2 {
        -webkit-line-clamp: 2;
        height: 48px;
    }
}

.product .container .right .list li a .tbox .more {
    display: flex;
    margin-top: 0.5rem;
}

.product .container .right .list li a .tbox .more span {
    display: inline-flex;
    align-items: center;
    color: #333;
    line-height: 1;
    transition: all ease-out 0.3s;
    font-size: 16px;
}

.product .container .right .list li a .tbox .more span img {
    width: 20px;
    height: 20px;
    margin-left: 0.12rem;
}

@media (max-width: 1199px) {
    .product .container .right .list li a .tbox .more span img {
        width: 14px;
        height: 14px;
    }
}

.product .container .right .list li a .tbox .more i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #e60012;
    height: 20px;
}

@media (max-width: 1580px) {
    .product .container .right .list li a .tbox .more i {
        width: 18px;
        height: 18px;
        margin-left: 8px;
    }
}

.product .container .right .list li a .tbox .more i img,
.product .container .right .list li a .tbox .more i svg {
    float: left;
    width: 30%;
}

.product .container .right .list li a .tbox .more i img path,
.product .container .right .list li a .tbox .more i svg path {
    fill: #fff;
}

.product .container .right .list li a:hover .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.product .container .right .list li a:hover .tbox::before {
    width: 100%;
}

.product .container .right .list li a:hover .tbox .more span {
    color: #e60012;
}

.product .container .right .list li a:hover .tbox .more i {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
}

.newl .container .right .list li a .img {
    width: 18%;
}

.newl .container .right .list li a .tbox {
    width: 80%;
}

.newl .container .right .list li a .tbox .t1 span {
    float: right;
    font-size: 14px;
    color: #999;
}

.newl .container .right .list li a .img img {
    width: 93%;
    height: 93%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

/*人才招聘*/
.zplists {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 50px auto;
    width: 85%;
    max-width: 1600px;
}

.zplist {
    width: 23%;
    margin-right: 2.5%;
    float: left;
    display: block;
    background: #f5f5f5;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.zpmain {
    padding: 37px 34px 47px;
}

.zplist:nth-child(4n) {
    margin-right: 0;
}

.datezp {
    display: block;
    font-family: 'Arial';
    font-size: 14px;
    color: #999;
    margin-bottom: 14px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zplist h2 {
    font-size: 20px;
    /*color: #e60012;*/
    font-weight: unset;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    padding-bottom: 18px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
}

.zpcontent h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 18px;
}

.zpcontent p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    height: 92px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.zpcontent em {
    display: block;
    width: 102px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: #949493;
    margin-top: 30px;
    font-style: inherit;
}

.zpmain:hover {
    background: #e60012;
    color: #FFFFFF;
    transition: all .3s;
}

.zpmain:hover .datezp, .zpmain:hover h2, .zpmain:hover .zpcontent h3, .zpmain:hover .zpcontent p {
    color: #FFFFFF;
    transition: all .3s;
}

.zpmain:hover .zpcontent em {
    background: #FFFFFF;
    color: #e60012;
    transition: all .3s;
}

.hidezp {
    display: none;
    position: fixed;
    background: #FFFFFF;
    width: 653px;
    height: 500px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    padding: 35px;
}

.shadzp {
    display: none;
    position: fixed;
    z-index: 1;
    background-color: #000;
    opacity: 0.3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hidezp h1 {
    font-size: 26px;
    color: #333;
    padding-bottom: 11px;
    border-bottom: 2px solid #e9e9e9;
    margin-bottom: 30px;
}

.zpaddress {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.zpaddress span:first-of-type {
    margin-right: 20px;
}

.hidezpcontent {
    margin-top: 15px;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
}

.hidezpmain {
    height: auto;
    margin-bottom: 0px;
    margin-right: 0px;
    max-height: 300px;
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    margin: 0;
    max-width: none !important;
    overflow-y: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.zpsq {
    position: absolute;
    bottom: 35px;
    left: 35px;
    width: 150px;
    padding: 10px 0;
    color: #FFFFFF;
    background: #e60012;
    text-align: center;
    font-size: 16px;
}

.zpsq:hover {
    color: #FFFFFF;
}

/*单网页关于我们*/
.abtbox-sec4 .cont {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.6rem;
}

.abtbox-sec4 .cont .lt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50.6%;
    height: auto;
    background: url(../image/wangzheimgf1.png) no-repeat center;
    background-size: 100%;
}

@media (max-width: 991px) {
    .abtbox-sec4 .cont .lt {
        width: 100%;
    }
}

.abtbox-sec4 .cont .lt .logo {
    width: 59%;
}

.abtbox-sec4 .cont .lt .logo img {
    width: 100%;
}

.abtbox-sec4 .cont .gt {
    width: 44.4%;
    padding-left: 0.6rem;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .abtbox-sec4 .cont .gt {
        width: 100%;
        padding-left: 0;
        margin-top: 0.5rem;
    }
}

.abtbox-sec4 .cont .gt .tit {
    margin-bottom: 0.26rem;
    margin-top: .45rem;
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.abtbox-sec4 .cont .gt .text {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 55px;
    letter-spacing: 0px;
    color: #333333;
}

.gtimg {
    text-align: center;
}

.gtimg img {
    background: url(../image/abbg.jpg) center fixed;
}

@media (max-width: 1580px) {
    .abtbox-sec4 .cont .gt .text {
        font-size: 14px;
        line-height: 26px;
    }
}

@media (max-width: 991px) {
    .abtbox-sec4 .cont .gt .text {
        line-height: 20px;
    }
}

.abtbox-sec4 .fz_text {
    text-align: center;
    padding: 0.6rem 1.4rem 0;
    margin-bottom: 0.7rem;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    border-top: 1px solid #dddddd;
    letter-spacing: 0px;
    color: #333333;
}

@media (max-width: 1580px) {
    .abtbox-sec4 .fz_text {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 1199px) {
    .abtbox-sec4 .fz_text {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .abtbox-sec4 .fz_text {
        padding: 0.6rem 0 0;
    }
}

.abtbox-sec4 .jut {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 50px auto;
    width: 85%;
    max-width: 1600px;
}

.abtbox-sec4 .jut .item {
    width: 25%;
    padding: .2rem 0.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    min-height: 290px;
}

.abtbox-sec4 .jut .item:nth-child(4) {
    border-right: 0;
}

@media (max-width: 1199px) {
    .abtbox-sec4 .jut .item {
        padding: 0 0.4rem;
    }
}

@media (max-width: 991px) {
    .abtbox-sec4 .jut .item {
        width: 33.333%;
        margin-bottom: 0.6rem;
    }
}

@media (max-width: 767px) {
    .abtbox-sec4 .jut .item {
        width: 50%;
        padding: 0 0.2rem;
    }
}

.abtbox-sec4 .jut .item .img {
    display: block;
    height: .65rem;
    overflow: hidden;
    margin-bottom: 0.25rem;
}

@media (max-width: 767px) {
    .abtbox-sec4 .jut .item .img {
        height: 0.8rem;
    }
}

.abtbox-sec4 .jut .item .img img,
.abtbox-sec4 .jut .item .img svg {
    float: left;
    height: 100%;
}

.abtbox-sec4 .jut .item .font {
    width: 100%;
}

.abtbox-sec4 .jut .item .font .tit {
    font-size: 0.24rem;
    margin-bottom: 10px;
    color: #666666;
}

.abtbox-sec4 .jut .item .font .entit {
    font-size: 0.16rem;
    margin-bottom: 5px;
    color: #999999;
}

@media (max-width: 1580px) {
    .abtbox-sec4 .jut .item .font .tit {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .abtbox-sec4 .jut .item .font .tit {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .abtbox-sec4 .jut .item .font .tit {
        font-size: 0.34rem;
    }
}

.abtbox-sec4 .jut .item .font .text {
    font-size: 16px;
    color: #666666;
}

@media (max-width: 1580px) {
    .abtbox-sec4 .jut .item .font .text {
        font-size: 14px;
    }
}

.abtbox-sec5 {
    overflow: hidden;
    background-color: #f8f8f8;
    padding-bottom: 0.3rem;
}

.abtbox-sec5 .sustainbox_tit {
    margin-bottom: 0.5rem;
}

.abtbox-sec5 .cont {
    position: relative;
    overflow: hidden;
}

.abtbox-sec5 .cont .abtbox6_cont {
    width: 100%;
    max-width: 525px;
    overflow: visible;
}

.abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev,
.abtbox-sec5 .cont .abtbox6_cont .abtbox6_next {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 0.66rem;
    height: 0.66rem;
    display: flex;
    opacity: 0.4;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: solid 2px #333;
    color: #333;
}

@media (max-width: 767px) {
    .abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev,
    .abtbox-sec5 .cont .abtbox6_cont .abtbox6_next {
        border-width: 1px;
    }
}

.abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev:before,
.abtbox-sec5 .cont .abtbox6_cont .abtbox6_next:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background-color: #e60012;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev i,
.abtbox-sec5 .cont .abtbox6_cont .abtbox6_next i {
    display: block;
    width: 10px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev i,
    .abtbox-sec5 .cont .abtbox6_cont .abtbox6_next i {
        width: 0.12rem;
    }
}

.abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev i img,
.abtbox-sec5 .cont .abtbox6_cont .abtbox6_next i img,
.abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev i svg,
.abtbox-sec5 .cont .abtbox6_cont .abtbox6_next i svg {
    width: 100%;
    float: left;
}

.abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev i img path,
.abtbox-sec5 .cont .abtbox6_cont .abtbox6_next i img path,
.abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev i svg path,
.abtbox-sec5 .cont .abtbox6_cont .abtbox6_next i svg path {
    fill: #333;
}

.abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev:hover,
.abtbox-sec5 .cont .abtbox6_cont .abtbox6_next:hover {
    opacity: 1;
    border-color: #e60012;
}

.abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev:hover:before,
.abtbox-sec5 .cont .abtbox6_cont .abtbox6_next:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
}

.abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev:hover i img path,
.abtbox-sec5 .cont .abtbox6_cont .abtbox6_next:hover i img path,
.abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev:hover i svg path,
.abtbox-sec5 .cont .abtbox6_cont .abtbox6_next:hover i svg path {
    fill: #fff;
}

.abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev {
    left: -0.86rem;
}

@media (max-width: 767px) {
    .abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev {
        left: 0;
    }
}

.abtbox-sec5 .cont .abtbox6_cont .abtbox6_next {
    right: -0.86rem;
}

@media (max-width: 767px) {
    .abtbox-sec5 .cont .abtbox6_cont .abtbox6_next {
        right: 0;
    }
}

.abtbox-sec5 .cont .abtbox6_cont .swiper-slide {
    width: 75%;
    opacity: 0.5;
}

@media (max-width: 767px) {
    .abtbox-sec5 .cont .abtbox6_cont .swiper-slide {
        opacity: 1;
    }
}

.abtbox-sec5 .cont .abtbox6_cont .swiper-slide .item {
    height: 5.1rem;
    padding: 0.62rem 0.2rem;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.abtbox-sec5 .cont .abtbox6_cont .swiper-slide .img {
    width: 100%;
    background-color: #fff;
    padding: 0.3rem;
    height: 3.4rem;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.38rem;
}

.abtbox-sec5 .cont .abtbox6_cont .swiper-slide .img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.abtbox-sec5 .cont .abtbox6_cont .swiper-slide .tit {
    text-align: center;
    color: #333333;
    font-size: 20px;
}

@media (max-width: 767px) {
    .abtbox-sec5 .cont .abtbox6_cont .swiper-slide {
        opacity: 1;
        width: 100%;
    }

    .abtbox-sec5 .cont .abtbox6_cont .swiper-slide .item {
        padding: 0 0.2rem;
    }

    .abtbox-sec5 .cont .abtbox6_cont .swiper-slide .img {
        height: 4.5rem;
        box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    }
}

.abtbox-sec5 .cont .abtbox6_cont .swiper-slide-active {
    opacity: 1;
    width: 100%;
}

.abtbox-sec5 .cont .abtbox6_cont .swiper-slide-active .item {
    padding: 0 0.2rem;
}

.abtbox-sec5 .cont .abtbox6_cont .swiper-slide-active .img {
    height: 4.5rem;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.abtbox-sec5 .cont .abtbox6_cont .swiper-slide .img img {
    max-width: 80%;
}

.abtbox-sec5 .cont .abtbox6_cont .swiper-slide-active .img img {
    max-width: 100%;
}

.abtbox-sec6 .cont {
    display: flex;
    flex-wrap: wrap;
}

.abtbox-sec6 .cont .item {
    width: 50%;
}

.container {
    margin: 50px auto;
    width: 85%;
    max-width: 1600px;
}

.abtbox-sec4 .jut .item:hover .tit, .abtbox-sec4 .jut .item:hover .text {
    color: #e30713;
}

.ptitle {
    text-align: center;
    margin-bottom: 80px;
}

.ptitle h2 {
    font-size: 40px;
    font-weight: unset;
    color: #333333;
    margin: 60px 0 15px;
}

.ptitle p {
    font-size: 18px;
}

.abtmore a {
    display: block;
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #999999;
    font-size: 16px;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    background: url(../image/i27.png) no-repeat right;
    padding-right: 30px;
    background-position-x: 125px;
    margin: 0 auto;
}

.abtmore a:hover {
    background: #e60012 url(../image/i6.png) no-repeat right;
    color: #ffffff;
    background-position-x: 125px;
}

.abtzz {
    width: 85%;
    max-width: 1600px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.abtzzmain {
    overflow: hidden;
    margin-bottom: 20px;
}

.abtzzmain img {
    width: 15%;
    margin-right: 1.5%;
    float: left;
    margin-bottom: 30px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
}

.abtzzmain img:nth-child(6n) {
    margin-right: 0;
}

.pnav {
    border-bottom: 1px solid #CCCCCC;

}

.pnav ul {
    text-align: center;
}

.pnav ul li {
    padding: 0 50px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
}

.pnav ul li.pnavcur {
    background: #e60012;
}

.pnav ul li:hover {
    background: #e60012;
}

.pnav ul li.pnavcur a {
    color: #ffffff;
}

.pnav ul li:hover a {
    color: #ffffff;
}

.pnav ul li a {
    color: #333333;
    font-size: 18px;
}

/*荣誉资质*/
.plist {
    overflow: hidden;
    margin: 0 auto;
    width: 85%;
    max-width: 1600px;
    margin-top: .5rem;
    margin-bottom: .4rem;
}

.pitem img {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
}

.pitem p {
    font-size: 18px;
    text-align: center;
    color: #333333;
    margin-top: 10px;
}

.plistkh .pitem {
    width: 15%;
    margin-right: 1.5%;
    float: left;
    margin-bottom: 20px;
}

.plistkh .pitem:nth-child(6n) {
    margin-right: 0;
}

.plistzz .pitem {
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;
}

.plistzz .pitem:nth-child(3n) {
    margin-right: 0;
}

/* 联系我们 */
.contactbox-sec1 {
    padding-bottom: 0;
}

.contactbox-sec1 .cont {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.contactbox-sec1 .cont .lt,
.contactbox-sec1 .cont .gt {
    width: 50%;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .contactbox-sec1 .cont .lt,
    .contactbox-sec1 .cont .gt {
        width: 100%;
    }
}

.contactbox-sec1 .cont .lt {
    padding-right: 0.3rem;
}

@media (max-width: 991px) {
    .contactbox-sec1 .cont .lt {
        margin-bottom: 0.6rem;
    }
}

@media (max-width: 767px) {
    .contactbox-sec1 .cont .lt {
        padding-right: 0;
    }
}

.contactbox-sec1 .cont .lt .tit {
    font-size: 0.38rem;
    margin-bottom: 0.32rem;
    font-weight: unset;
}

@media (max-width: 991px) {
    .contactbox-sec1 .cont .lt .tit {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 767px) {
    .contactbox-sec1 .cont .lt .tit {
        font-size: 0.52rem;
    }
}

.contactbox-sec1 .cont .lt .jut {
    font-size: 18px;
    line-height: 1.4;
    color: #333333;
    margin-bottom: 0.4rem;
}

@media (max-width: 1580px) {
    .contactbox-sec1 .cont .lt .jut {
        font-size: 16px;
    }
}

.contactbox-sec1 .cont .lt .jut p {
    margin-bottom: 0.2rem;
}

.contactbox-sec1 .cont .lt .jut p:last-child {
    margin-bottom: 0;
}

.contactbox-sec1 .cont .lt .fen {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
}

@media (max-width: 1900px) {
    .contactbox-sec1 .cont .lt .fen {
        font-size: 14px;
    }
}

.contactbox-sec1 .cont .lt .fen .name {
    font-size: 16px;
    margin-right: 0.3rem;
}

@media (max-width: 1580px) {
    .contactbox-sec1 .cont .lt .fen .name {
        font-size: 14px;
    }
}

.contactbox-sec1 .cont .lt .fen .list {
    display: flex;
    align-items: center;
}

.contactbox-sec1 .cont .lt .fen .list .li {
    position: relative;
    margin-right: 0.2rem;
}

.contactbox-sec1 .cont .lt .fen .list .li:last-child {
    margin-right: 0;
}

.contactbox-sec1 .cont .lt .fen .list .li .er {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 120px;
    padding: 5px;
    background-color: #fff;
    margin-top: 15px;
}

@media (max-width: 1580px) {
    .contactbox-sec1 .cont .lt .fen .list .li .er {
        width: 100px;
    }
}

.contactbox-sec1 .cont .lt .fen .list .li .er img {
    width: 100%;
}

.contactbox-sec1 .cont .lt .fen .list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #004896;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .contactbox-sec1 .cont .lt .fen .list a {
        width: 0.6rem;
        height: 0.6rem;
    }
}

@media (max-width: 767px) {
    .contactbox-sec1 .cont .lt .fen .list a {
        width: 0.72rem;
        height: 0.72rem;
    }
}

.contactbox-sec1 .cont .lt .fen .list a img {
    opacity: 0.8;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    max-width: 16px;
    max-height: 16px;
}

@media (max-width: 1580px) {
    .contactbox-sec1 .cont .lt .fen .list a img {
        max-width: 12px;
        max-height: 12px;
    }
}

@media (min-width: 992px) {
    .contactbox-sec1 .cont .lt .fen .list a:hover img {
        opacity: 1;
    }
}

.contactbox-sec1 .cont .gt {
    /*padding-right: 0.22rem;*/
    max-height: 5.7rem;
    overflow: auto;
}

.contactbox-sec1 .cont .gt::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 2px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.contactbox-sec1 .cont .gt::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #999999;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.contactbox-sec1 .cont .gt::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #f5f5f5;
}

.contactbox-sec1 .cont .gt .item {
    background-color: #f9f9f8;
    margin-bottom: 2px;
}

.contactbox-sec1 .cont .gt .item .tit {
    display: flex;
    justify-content: space-between;
    padding: 0.28rem 0.3rem;
    font-size: 18px;
    cursor: pointer;
}

@media (max-width: 1580px) {
    .contactbox-sec1 .cont .gt .item .tit {
        width: calc(100% - 26px);
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .contactbox-sec1 .cont .gt .item .tit {
        font-size: 14px;
    }
}

.contactbox-sec1 .cont .gt .item .tit span {
    display: block;
    width: calc(100% - 30px);
}

@media (max-width: 1580px) {
    .contactbox-sec1 .cont .gt .item .tit span {
        width: calc(100% - 26px);
    }
}

.contactbox-sec1 .cont .gt .item .tit .but {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-color: #999;
    border-radius: 50%;
}

@media (max-width: 1580px) {
    .contactbox-sec1 .cont .gt .item .tit .but {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 767px) {
    .contactbox-sec1 .cont .gt .item .tit .but {
        margin-top: 4px;
    }
}

.contactbox-sec1 .cont .gt .item .tit .but img {
    width: 100%;
    float: left;
}

.contactbox-sec1 .cont .gt .item .tit .but img:nth-child(2) {
    display: none;
}

.contactbox-sec1 .cont .gt .item .tit .but svg {
    width: 30%;
}

.contactbox-sec1 .cont .gt .item .tit .but svg path {
    fill: #fff;
}

.contactbox-sec1 .cont .gt .item .jut {
    display: none;
    padding: 0 0.3rem 0.26rem;
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    margin-top: -6px;
}

@media (max-width: 1580px) {
    .contactbox-sec1 .cont .gt .item .jut {
        margin-top: -4px;
        font-size: 14px;
        line-height: 26px;
    }
}

.contactbox-sec1 .cont .gt .on .tit .but {
    background-color: #004896;
    transform: rotate(90deg);
}

.contactbox-sec1 .cont .gt .on .tit .but svg path {
    fill: #fff;
}

.contactbox-sec1 .cont .gt .on .tit .but img:nth-child(1) {
    display: none;
}

.contactbox-sec1 .cont .gt .on .tit .but img:nth-child(2) {
    display: block;
}

.contactbox-sec2 .tit {
    text-align: center;
    width: 100%;
    font-size: 0.38rem;
    margin-bottom: 0.48rem;
}

/*.header .h_tools .mobile_key{*/
/*    display: none;*/
/*}*/
@media (max-width: 767px) {
    .contactbox-sec2 .tit {
        font-size: 0.52rem;
    }
}

.contactbox-sec2 .cont {
    padding: 0.8rem 0.8rem;
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .contactbox-sec2 .cont {
        padding: 0.6rem 0.4rem;
    }
}

@media (max-width: 767px) {
    .contactbox-sec2 .cont {
        padding: 0.8rem 0.4rem;
    }
}

.contactbox-sec2 .cont .item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -0.1rem;
}

@media (max-width: 767px) {
    .contactbox-sec2 .cont .item {
        width: 100%;
        margin: 0;
    }
}

.contactbox-sec2 .cont .item .li {
    width: 50%;
    padding: 0 0.1rem;
    margin-bottom: 0.2rem;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .contactbox-sec2 .cont .item .li {
        width: 100%;
        padding: 0;
    }
}

.contactbox-sec2 .cont .item .li input,
.contactbox-sec2 .cont .item .li select,
.contactbox-sec2 .cont .item .li textarea {
    background-color: #f5f5f5;
    padding: 0.172rem 20px;
    width: 100%;
    color: #333;
    font-size: 16px;
    box-sizing: border-box;
}

@media (max-width: 1580px) {
    .contactbox-sec2 .cont .item .li input,
    .contactbox-sec2 .cont .item .li select,
    .contactbox-sec2 .cont .item .li textarea {
        font-size: 14px;
    }
}

.contactbox-sec2 .cont .item .li input::-webkit-input-placeholder,
.contactbox-sec2 .cont .item .li select::-webkit-input-placeholder,
.contactbox-sec2 .cont .item .li textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}

.contactbox-sec2 .cont .item .li input::-moz-placeholder,
.contactbox-sec2 .cont .item .li select::-moz-placeholder,
.contactbox-sec2 .cont .item .li textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

.contactbox-sec2 .cont .item .li input:-ms-input-placeholder,
.contactbox-sec2 .cont .item .li select:-ms-input-placeholder,
.contactbox-sec2 .cont .item .li textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
}

.contactbox-sec2 .cont .item .li select {
    background: #f5f5f5 url(../images/selesanjiaoimg1.png) no-repeat;
    background-position: 95% center;
    background-size: 10px auto;
}

@media (max-width: 1580px) {
    .contactbox-sec2 .cont .item .li select {
        background-size: 8px auto;
    }
}

.contactbox-sec2 .cont .item .li textarea {
    height: 2.82rem;
}

@media (max-width: 1580px) {
    .contactbox-sec2 .cont .item .li textarea {
        height: 3.11rem;
    }
}

.contactbox-sec2 .cont .int1 {
    width: 100%;
}

.contactbox-sec2 .cont .int1 .jut {
    width: 50%;
}

@media (max-width: 767px) {
    .contactbox-sec2 .cont .int1 .jut {
        width: 100%;
    }
}

.contactbox-sec2 .cont .int1 .li {
    width: 100%;
}

.contactbox-sec2 .cont .but {
    margin-top: 0.1rem;
}

.contactbox-sec2 .cont .but .f_sub,
.contactbox-sec2 .cont .but .f_set {
    overflow: hidden;
}

input, button, textarea, select {
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    font-weight: normal;
    color: inherit;
    background: transparent;
}

input, button {
    -webkit-appearance: none;
    border-radius: 0;
}


@media (max-width: 767px) {
    .contactbox-sec2 .cont .but .f_sub,
    .contactbox-sec2 .cont .but .f_set {
        width: 40%;
        margin: 0 10px;
    }
}

.contactbox-sec2 .cont .but .f_sub button,
.contactbox-sec2 .cont .but .f_set button {
    transition: all 0.3s linear;
    width: 1.44rem;
    height: 0.54rem;
    background-color: #999999;
    color: #fff;
    font-size: 16px;
}

@media (max-width: 1580px) {
    .contactbox-sec2 .cont .but .f_sub button,
    .contactbox-sec2 .cont .but .f_set button {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .contactbox-sec2 .cont .but .f_sub button,
    .contactbox-sec2 .cont .but .f_set button {
        width: 1.6rem;
        height: 0.8rem;
    }
}

@media (min-width: 1200px) {
    .contactbox-sec2 .cont .but .f_sub button:hover,
    .contactbox-sec2 .cont .but .f_set button:hover {
        background-color: #004896;
    }
}

.contactbox-sec2 .cont .but .f_sub button {
    float: right;
}

.pccode {
    margin-right: 20px;
}

.pccode p {
    text-align: center;
}

.imap {
    /*padding: 10px;*/
    box-sizing: border-box;
    border: 10px solid #CCCCCC;
}

/*产品详情页*/
.proDetail_ban {
    padding-top: 19.48vh;
    padding-bottom: 19.48vh;
    /*max-height: 720px;*/
    /*box-sizing: border-box;*/
}

.proDetail_ban .left {
    float: right;
}

.proDetail_ban .right {
    float: left;
}

.pshowimg ul li {
    width: 25%;
}

.pshowimg ul li img {
    width: 95%;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
}

.pshowimg ul li p {
    width: 95%;
    background: #e60012;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}

.proDetail05 {
    padding-bottom: 0;
}

.proDetail_ban .left .info .c span {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

.proDetail_ban .left .info .c {
    margin-top: .35rem;
}

.proDetail_ban .left .info .c p {
    line-height: .4rem;
}

/*新闻详情*/
.news_detail01 .right {
    width: 100%;
}

.news_detail01 .right .box {
    padding-right: 0;
}

.news_detail01 .right .intro {
    padding-bottom: .5rem;
}

/*页码*/
.xypg-pagination {
    margin-top: 50px;
    text-align: center;
    font-size: 0;
}

.xypg-pagination a, .xypg-pagination #current, .xypg-pagination span {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft YaHei", Arial;
    line-height: 26px;
    border: 1px solid #cbcbcb;
    margin: 0 5px;
    padding: 0 8px;
}

.wappic {
    display: none;
}

.pshowimgwap {
    display: none;
}

.proDetail04 .content table {
    box-sizing: border-box !important;
    width: 100% !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    border: 1px solid #ccc;
}

.proDetail04 .content table tbody, .proDetail04 .content table tbody td, .proDetail04 .content table tbody tr {
    box-sizing: border-box !important;
    padding: .1rem !important;
}

/*人力资源申请*/
.rlly {
    width: 85%;
    margin: 0 auto
}

.wfns {
    width: 100%;
    overflow: hidden;
    margin-top: .8rem;
}

.xmin {
    width: 100%;
    height: 78px;
    background: url(../image/qba.png);
}

.div1 {
    min-width: 90px;
    width: 7.8947368421053%;
    text-align: right;
    font-size: 16px;
    float: left;
    line-height: 78px;
    margin-right: 2.6315789473684%;
}

.div2 {
    min-width: 32px;
    float: left;
    width: 2.8289473684211%;
    height: 22px;
}

.div2 font {
    background: #ff0000;
    width: 100%;
    height: 22px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    display: block;
}

.div3 {
    float: left;
    margin-top: 18px;
    width: 79.605263157895%;
    margin-left: 2.6315789473684%;
}

.div3 input {
    border: 1px solid #ebebeb;
    width: 100%;
    box-sizing: border-box;
    height: 43px;
    outline: none;
    background: #fff;
    padding-left: 20px;
}

.xbie {
    background: none;
}

.nobg {
    background: none;
}

.div4 {
    float: left;
    overflow: hidden;
    margin-top: 30px;
    margin-left: 40px;
}

.div4 label {
    float: left;
    width: 63px;
    padding-left: 24px;
    background: url(../image/f1.png) no-repeat left center;
    cursor: pointer;
}

.div4 label font {
    color: #000000;
    font-size: 16px;
}

.div4 label input {
    display: none;
}

.div4 .chek {
    background: url(../image/f2.png) no-repeat left center;
}

.div5 {
    float: left;
    margin-top: 18px;
    width: 79.605263157895%;
    margin-left: 2.6315789473684%;
}

.div5 textarea {
    height: 225px;
    border: 1px solid #ebebeb;
    width: 100%;
    outline: none;
    padding: 20px;
    box-sizing: border-box;
}

.texa {
    height: 265px;
}

.div6 {
    float: left;
    margin-top: 18px;
    width: calc(71.710526315789% - 141px);
    margin-left: 2.6315789473684%;
}

.div6 input {
    border: 1px solid #ebebeb;
    width: 100%;
    box-sizing: border-box;
    height: 43px;
    outline: none;
    background: #fff;
    padding-left: 20px;
}

.div7 {
    float: left;
    overflow: hidden;
    margin-top: 26px;
    margin-left: 2.7631578947368%;
}

.qren {
    width: 100%;
    text-align: center
}

.qren input {
    width: 212px;
    height: 55px;
    background: #ff0000;
    color: #fff;
    outline: none;
    border: 0px;
    margin-top: 60px;
    margin-bottom: 60px;
    cursor: pointer;
    font-size: 16px
}

/*首页产品图片大小调整*/
.proitem {
    position: relative;
    padding-bottom: 130px;
}

.proimg1 {
    opacity: 0;
}

.proimg2 {
    position: absolute;
    top: 17%;
    margin-top: 0 !important;
    width: 46% !important;
    left: 10%;
}



.proDetail_ban .right {
    position: absolute;
    bottom: 12%;
}
.proDetail_ban .right img{
    width: 41.66vw;
    height: 64.93vh;
}

@media (max-width: 1600px) and (min-width: 992px) {
    .iabtxt p {
        line-height: 35px;
        font-size: 16px;
    }
}

@media (max-width: 1366px) and (min-width: 992px) {
    .proimg2 {
        top: 22%;
    }
}

@media (max-width: 992px) {
    .proDetail_ban .right {
        position: unset;
    }

    /*首页产品图片大小调整*/
    .proitem {
        position: unset;
    }

    .proimg1 {
        position: unset;
        opacity: 1;
    }

    .proimg2 {
        position: unset;
        display: none;
    }

    .proDetail04 .content {
        overflow-x: scroll;
    }

    .header .h_tools .mobile_key {
        display: block;
    }

    .picScroll-left {
        display: block;
        width: 49%
    }

    .pic a {
        margin-right: 10px
    }

    .pic a img {
        width: 100%
    }

    .zplist {
        width: 49%;
        margin-right: 2%;
    }

    .zplist:nth-child(2n) {
        margin-right: 0;
    }

    .hphone {
        display: none;
    }

    .header .h_logo a {
        width: 70%;
    }

    .header .h_tools .h_huiyuan, .header .h_tools .h_search {
        padding-top: 25px;
    }

    .header .h_tools .mobile_key {
        font-size: 23px;
        padding-top: 20px;
    }

    .wrap {
        width: 95%;
    }

    .ibanner {
        margin-top: 69px;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 27px !important;
        height: 27px !important;
        margin-top: -10px !important;
    }

    .ititle h1 {
        font-size: 22px;
    }

    .ititle {
        margin: 0 auto;
        margin-top: .5rem;
        margin-bottom: .3rem;
        text-align: center;
        width: 95%;
    }

    .ititle p {
        font-size: 15px;
    }

    .promain {
        background: unset;
    }

    .pronav {
        position: unset;
        overflow: hidden;
        max-width: unset;
    }

    .ipro .pronav .item {
        position: unset;
        float: left;
        display: block;
        font-size: 15px;
        line-height: 40px;
        height: 40px;
        text-align: center;
        color: #fff;
        background: #757575;
        padding-left: 0;
        width: 32%;
        margin-right: 2%;
    }

    .ipro .pronav .item:last-of-type {
        margin-right: 0;
    }

    .ipro .pronav:before {
        content: unset;
    }

    .ipro .pronav .item:before {
        content: unset;
    }

    .ipro .pronav:after {
        content: unset;
    }

    .ipro .pronav .item:hover {
        color: #ffffff;
        background: #e60012;
    }

    .promain {
        width: 95%;
        margin: 0 auto;
    }

    .proitem {
        padding: 0;
        max-width: 100%;
        margin: 0 auto;
        padding-left: 0;
        display: none;
        text-align: center;
    }

    .proitem .proimg {
        width: 70%;
        float: unset;
        margin-top: .3rem;
    }

    .protxt {
        float: unset;
        margin-left: 0;
        width: 100%;
    }

    .protxt h2 {
        font-size: 18px;
        color: #000000;
        margin: .4rem 0 .1rem;
        font-weight: unset;
    }

    .protxt .prop p {
        font-size: 14px;
        line-height: .27rem;
        background: url(../image/i25.png) no-repeat left;
        background-size: 12px;
        padding-left: 15px;
        text-align: left;
    }

    .probtn a.btcur {
        background: #e60012 url(../image/i6.png) no-repeat right;
        background-position-x: 92px;
    }

    .probtn a {
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        background: url(../image/i7.png) no-repeat right;
        margin-right: 20px;
        padding-right: 25px;
        background-position-x: 92px;
    }

    .probtn {
        margin: 0 auto;
        margin-top: .3rem;
        width: 275px;
    }

    .probtn a:last-of-type {
        margin-right: 0;
    }

    .iabimg {
        width: 100%;
    }

    .iabtxt {
        position: unset;
        width: 95%;
        margin: .2rem auto;
        padding: .15rem;
    }

    .iabtxt p {
        line-height: 28px;
        font-size: 14px;
    }

    .wappic {
        display: block;
        width: 100%;
    }

    .pcpic {
        display: none;
    }

    .ihz .picScroll-left li {
        width: 50%;
    }

    .ijj-item-w33 {
        width: 100%;
    }

    .ijj-item a {
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        background: url(../image/i6.png) no-repeat right;
        margin-right: 20px;
        padding-right: 25px;
        background-position-x: 92px;
    }

    .ijj-item a:hover {
        background: #e60012 url(../image/i6.png) no-repeat right;
        color: #ffffff;
        border: 1px solid #e60012;
        background-position-x: 92px;
    }

    .ijj-item h2 {
        font-size: 22px;
        margin-bottom: .2rem;
    }

    .ijjmain {
        min-height: 530px;
    }

    .ijj-item p {
        margin-bottom: .2rem;
        line-height: 30px;
    }

    .ijjnav ul li a img {
        width: 30%;
    }

    .ijjnav ul li p {
        font-size: .15rem;
    }

    .inewl {
        width: 100%;
    }

    .inewmain {
        display: block;
    }

    .inew-item {
        width: 100%;
    }

    .inewnb {
        padding: .15rem 0;
    }

    .inew-item p {
        font-size: 14px;
        line-height: 22px;
    }

    .inew-item h2 {
        margin-bottom: 5px;
    }

    .inewr {
        width: 100%;
        margin-top: 10px;
    }

    .inewrtxt {
        padding-top: .15rem;
    }

    .inewrtxt h2 {
        margin-bottom: 5px;
    }

    .inewrtxt p {
        font-size: 14px;
        line-height: 22px;
    }

    .inew {
        padding-bottom: .5rem;
    }

    .if1 {
        display: none;
    }

    .if2l-nav ul li {
        width: 32%;
        margin-right: 2%;
        float: left;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        text-align: center;
    }

    .if2l-nav ul li:nth-child(3n) {
        margin-right: 0;
    }

    .if2l-share {
        display: none;
    }

    .if2l {
        margin-bottom: .2rem;
    }

    .if2r {
        float: left;
    }

    section {
        overflow-y: hidden;
    }

    .ifoot {
        background: #262626;
        margin-bottom: 60px;
    }

    .ibanner .ibanner-txt {
        height: auto;
    }

    .ibanner-txt h1 {
        font-size: 22px;
        margin-top: .1rem;
    }

    .ibanner-txt p {
        font-size: 15px;
        line-height: 18px;
    }

    .product .container {
        display: block;
    }

    .product .container .product-menu {
        margin-top: 0;
        margin-bottom: .5rem;
    }

    .product .container .product-menu li .menu-li {
        height: .6rem;
    }

    .product .container .right .list li a .tbox {
        padding: .25rem 0;
    }

    .product .container .right .list li a .tbox .more {
        margin-top: .2rem;
    }

    .product .container .right .list li a .tbox .t1 {
        font-size: 18px;
    }

    .product .container .right .list li a .tbox .t1 p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 70%;
    }

    .product .container .right .list li a .tbox .t2 {
        font-size: 14px;
        margin-top: .1rem;
    }

    .product {
        padding-bottom: .5rem;
    }

    .newl .container .right .list li a .img {
        width: 100%;
    }

    .product .container .right .list li a .tbox {
        width: 100%;
    }

    .pnav ul li {
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
    }

    .pnav ul li a {
        font-size: 15px;
    }

    .zplist {
        width: 100%;
        margin-right: 0;
    }

    .hidezp {
        width: 90%;
        box-sizing: border-box;
        padding: .15rem;
    }

    .hidezp h1 {
        font-size: 18px;
        color: #333;
        padding-bottom: 11px;
        border-bottom: 2px solid #e9e9e9;
        margin-bottom: 10px;
    }

    .zpsq {
        position: absolute;
        bottom: 35px;
        left: 35px;
        width: 120px;
        padding: 7px 0;
        color: #FFFFFF;
        background: #e60012;
        text-align: center;
        font-size: 15px;
    }

    .ptitle h2 {
        font-size: 22px;
        margin: .4rem 0 .1rem;
    }

    .ptitle p {
        font-size: 15px;
    }

    .ptitle {
        margin-bottom: .5rem;
    }

    .abtbox-sec4 .cont .gt .tit {
        font-size: 22px;
        margin-bottom: .2rem;
        margin-top: .2rem;
    }

    .abtbox-sec4 .cont .gt {
        width: 95%;
        margin: 0 auto;
        margin-top: 0.5rem;
    }

    .abtbox-sec4 .jut .item .img img, .abtbox-sec4 .jut .item .img svg {
        height: .4rem;
    }

    .abtbox-sec4 .jut .item .img {
        height: auto;
        margin-bottom: .15rem;
    }

    .abtbox-sec4 .jut .item .font .tit {
        font-size: 18px;
    }

    .abtbox-sec4 .jut .item .font .entit {
        font-size: 15px;
    }

    .abtbox-sec4 .jut .item {
        min-height: auto;
    }

    .abtbox-sec4 .jut {
        margin-bottom: .2rem;
    }

    .abtbox-sec5 .cont .abtbox6_cont .swiper-slide .img {
        margin-bottom: .15rem;
        box-sizing: border-box;
    }

    .abtbox-sec5 .cont .abtbox6_cont .swiper-slide-active .img {
        height: 3.5rem;
    }

    .abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev, .abtbox-sec5 .cont .abtbox6_cont .abtbox6_next {
        top: 34%;
        width: .4rem;
        height: .4rem;
    }

    .abtbox-sec5 .cont .abtbox6_cont .swiper-slide .tit {
        font-size: 16px;
    }

    .abtbox-sec5 .cont .abtbox6_cont .swiper-slide .item {
        height: 4.3rem;
    }

    .abtmore a {
        display: block;
        width: 100px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        background: url(../image/i27.png) no-repeat right;
        background-position-x: 97px;
    }

    .abtbox-sec5 {
        padding-bottom: 0;
    }

    .abtzzmain img {
        width: 32%;
        margin-right: 2%;
    }

    .abtzzmain a:nth-child(3n) img {
        margin-right: 0;
    }

    .abtzz {
        margin-bottom: .55rem;
    }

    .gtimg img {
        width: 80%;
    }

    .pitem {
        width: 49% !important;
        margin-right: 2% !important;
        margin-bottom: 10px !important;
    }

    .pitem:nth-child(2n) {
        margin-right: 0 !important;
    }

    .pitem p {
        font-size: 15px;
    }

    .plist {
        width: 95%;
    }

    .contactbox-sec1 .cont .lt .tit, .contactbox-sec2 .tit {
        font-size: 22px;
        margin-bottom: .2rem;
    }

    .contactbox-sec1 .cont .lt .jut p {
        margin-bottom: .1rem;
    }

    .contactbox-sec1 .cont .lt .jut {
        margin-bottom: .2rem;
    }

    .container {
        width: 95%;
        margin-top: .4rem;
    }

    .contactbox-sec2 .cont {
        padding: 0.4rem 0.15rem;
    }

    .contactbox-sec2 .cont .but .f_sub button, .contactbox-sec2 .cont .but .f_set button {
        width: 1rem;
        height: .4rem;
    }

    .proDetail_ban {
        padding: .5rem 0 .3rem;
    }

    .proDetail04 .content table {
        box-sizing: border-box !important;
        width: 100% !important;
        border-collapse: collapse !important;
        border-spacing: 0 !important;
        border: 1px solid #ccc;
    }

    .proDetail04 .content table tbody, .proDetail04 .content table tbody td, .proDetail04 .content table tbody tr {
        width: auto !important;
        box-sizing: border-box !important;
        padding: .05rem !important;
        word-break: break-all;
        white-space: pre-line;
    }

    .pshowimgpc {
        display: none;
    }

    .pshowimgwap {
        display: block;
    }

    .pshowimg ul li {
        width: 50%;
    }

    .m_nav .content .mnav_bottom .mnav_li a.mnav_a {
        font-size: 17px;
    }

    .m_nav .content .mnav_top .mnav_back span {
        font-size: 16px;
    }

    /*人力资源招聘*/
    .rlly {
        width: 95%;
    }

    .div1 {
        min-width: 78px;
        width: 20%;
    }

    .div3 {
        width: 60%;
    }

    .div5 {
        width: 95%;
        margin-top: 0;
    }

    .div5 textarea {
        height: 124px;
    }
}

@media (min-width: 769px) {
    /*关键词搜*/
    .s_bg {
        background: #efefef;
        height: 70px;
    }

    .search {
        /*display: flex;*/
        /*justify-content: space-between;*/
        height: 85px;
        width: 85%;
        margin: 0 auto;
    }

    .search p {
        height: 70px;
        line-height: 70px;
        width: 100%;
        background: url(../image/iser.png) no-repeat left;
        padding-left: 30px;
        float: left;
        font-size: 14px;
        color: #333;
        overflow: hidden;
    }

    .j-search-form {
        width: auto;
        overflow: hidden;
        position: relative;
    }

    .search .ser_inp {
        height: 34px;
        background: #ffffff;
        border-radius: 40px;
        margin-top: 16px;
        box-sizing: unset;
        width: 290px;
        padding-left: 15px;
        float: left;
        font-family: "Microsoft YaHei";
        font-size: 14px;
        line-height: 39px;
        outline: none;
        color: #999999;
    }

    .search .ser_so {
        background: url(../image/isbt.png) no-repeat;
        height: 34px;
        top: -18px;
        right: -4px;
        width: 70px;
        position: absolute;
        margin: auto;
        bottom: 0;
        cursor: pointer;
        float: left;
        border: none;
    }

    .search p a {
        margin-right: 5px;
    }
}

@media (min-width: 769px) and (max-width: 1400px) {
    .header .inav .nav_li {
        padding: 0 5px;
    }

    .wrap, .product .container, .zplists {
        width: 95%;
    }

    .header .inav_wrapper {
        margin-right: 5%;
    }

}

/*客服*/
.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.livechat-girl {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 40px;
    opacity: 0;
    -webkit-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
    box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
    z-index: 700;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    cursor: pointer;
    -webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1);
    transition: all 1s cubic-bezier(.86, 0, .07, 1);
    bottom: 0;
    top: 0;
    margin: auto;
    right: 0;
}

.livechat-girl:focus {
    outline: 0
}

.livechat-girl.animated {
    opacity: 1;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px)
}

.livechat-girl:after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #f10000, #f10000);
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 50
}

.livechat-girl .girl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 50
}

.livechat-girl .animated-circles .circle {
    background: rgba(38, 199, 252, .25);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    z-index: 49;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.livechat-girl .animated-circles.animated .c-1 {
    animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards
}

.livechat-girl .animated-circles.animated .c-2 {
    animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards
}

.livechat-girl .animated-circles.animated .c-3 {
    animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards
}

.livechat-girl.animation-stopped .circle {
    opacity: 0 !important
}

.livechat-girl.animation-stopped .circle {
    opacity: 0 !important
}

.livechat-girl .livechat-hint {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -20px;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1);
    transition: all .3s cubic-bezier(.86, 0, .07, 1)
}

.livechat-girl .livechat-hint.show_hint {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 1
}

.livechat-girl .livechat-hint.hide_hint {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.livechat-girl .livechat-hint.rd-notice-tooltip {
    max-width: 1296px !important
}

.livechat-girl .livechat-hint.rd-notice-tooltip .rd-notice-content {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis
}

/*底部悬浮留言*/
.iliuyan{
    background: #cf0b19;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 50px 0 30px;
    z-index: 100;
}
.iliuyan .w80{
    width: 85%;
    margin: 0 auto;
}
.lyl{
    float: left;
    width: auto;
    display: flex;
    justify-content: space-between;
}

.iform{
    float: right;
}
.lyl p{
    color: #FFFFFF;
    font-size: 30px;
    margin-left: 22px;
}
.iform select{
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    padding-left: 18px;
    border: 0;
    margin-right: 10px;
    background: #fff;
    width: 277px;
}
.iform input{
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    padding-left: 18px;
    border: 0;
    margin-right: 10px;
    background: #fff;
}
.iform input::-webkit-input-placeholder{
    color:#333 !important;
}
.iform input:nth-child(1){
    width: 170px;
}
.iform input:nth-child(2){
    width: 270px;
}
.iform input:nth-child(3){
    width: 340px;
}
.iform input:nth-child(5){
    width: 180px;
    color: #FFFFFF;
    background: #f9c030;
    text-align: center;
    padding-left: 0;
    margin-right: 0;
}
.iftype{
    margin-top: 40px;
    display: flex;
    justify-content: left;
}
.iftype h1,.iftype a{
    font-size: 18px;
    color: #FFFFFF;
    margin-right: 70px;
}
.iftype a:last-of-type{
    margin-right: 0;
}
.iftype a{
    background: url("../image/i51.png") no-repeat left;
    padding-left: 20px;
}
.iftype a:hover{
    background: url("../image/i51-1.png") no-repeat left;
}
.closef{
    position: absolute;
    right: 3%;
    top: -35px;
    width: 72px;
}
.iftel{
    margin: 0 auto;
    margin-top: 40px;
    background: url(../image/i52.png) no-repeat left;
    padding-left: 75px;
    font-weight: 500;
    width: 440px;
    overflow: hidden;
}
.iftel p{
    font-size: 40px;
    color: #fff;
}
.iftel p span{
    font-size: 22px;
    color: #fff;
    float: left;
    margin-top: 14px;
}
/*底部固定留言样式修改*/
.iliuyan {
    padding: 25px 0;
}
.iform input,.iform select {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}
.lyl p{
    font-size: 22px;
}
.lyl img{
    width: 38px;
}
.closef {
    top: -30px;
    width: 57px;
}
@media (max-width: 1200px) {
    .iliuyan{
        display: none;
    }
}

@media (max-width: 1300px) {
    .iflx:nth-child(2){
        width: 24%;
    }
}














