.clr {
    clear: both
}
@media (max-width:1000px) {   .clr {
    clear: both
}

.o-banner {
    width: 100%;
    height: 150px;
    background-image: url(../images/inbanner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ee1c23;
    padding-top: 30px;
}
.obanner-box{
    width: 100%;
    padding: 0 20px;
}

.obanner-box span{ color:#333}
.o-banner strong {
    font-size: 22px;
    /* font-weight: bold; */
    display: block;
    letter-spacing: 1px;
}

.o-banner b {
    display: block;
    height: 2px;
    width: 60px;
    background-color: #ee1c23;
    margin-top: 10px;
}

.o-banner span {
   
    font-size: 14px;
    margin-top: 5px;
}


.info-menu {
    width: 100%;
    padding: 0 16px;
    margin-top: 12px; 
}
.menu-tabs {
    text-align: center; position:relative; margin-top:-60px; 
}
.menu-tabs ul{ }
.menu-tabs ul li {
    display:block; width:25%; float:left;
    vertical-align: top;
    margin-top: 5px;
}

.bfb50 ul li{ width:50%;}
.menu-tabs ul li a {
    display: block;
    padding: 6px 16px;
    color: #333;
    line-height: 20px;
    font-size: 12px;
    background-color: #f1f1f1;
}

.menu-tabs ul li a:hover {
    color: #fff;
    background-color: #ee1c23;
}

.menu-tabs ul .on a {
    color: #fff;
    background-color: #ee1c23;
}
.menu-tabs .hxcp_menu li{ width:50%;}
.menu-tabs .hxcp_menu li a{ border-right:1px #fff solid;}

.product-menu2{
    text-align: center;
}

.content-box {
    width: 100%;
    margin: 30px auto;  
}

.page-list {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.page-list ul {
    display: inline-block;
}

.page-list ul li {
    display: inline-block;
    margin: 2px;
}

.page-list ul .active a {
    background-color: #ee1c23;
    color: #fff;
}

.page-list ul li a {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #e3e3e3;
    color: #232323;
    cursor: pointer;
}

.page-list ul li a:hover {
    background-color: #e3e3e3;
}

.page-list ul .active a:hover {
    background-color: #ee1c23;
    color: #fff;
}


.news-list{
    padding: 0 16px;
}
.news-list ul li{
    width: 100%;
    margin-top: 16px; clear:both;
}
.news-list-image{
    width: 32%;
    height: 96px;
    overflow: hidden;
    float: left;
}
.news-list-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-list-down{
    width: 66%;
    float: right;
}
/* .news-list-date{
    width: 70px;
    height: 90px;
    background-color: #ee1c23;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 10px 0;
}
.news-list-date strong{
    font-size: 32px;
    line-height: 38px;
    color: #fff;
}
.news-list-date p{
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    color: #fff;
    font-weight: lighter;
} */
.news-list-right{
    width: 100%;
}
.news-list-title{
    display: block;
}
.news-list-title strong{
    font-size: 14px;
    color: #333;
    line-height: 24px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-list-title p{
    font-size: 12px;
    color: #555;
    line-height: 20px;
    margin: 6px 0;
}
.news-list-more{
    font-size: 14px;
    line-height: 24px;
    color: #555;
    padding-right: 24px;
    background-image: url(../icon/news-list-more.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right;
}
/* .news-list ul li:hover .news-list-image img{
    transform: scale(1.05);
}
.news-list-title:hover strong{
    color: #ee1c23;
}
.news-list-more:hover{
    color: #ee1c23;
    text-decoration: underline;
} */

.news-details {
    width: 100%;
    padding: 0 16px;
}

.news-details-tit {
    text-align: center;
    margin-bottom: 20px;
}

.news-details-tit h3 {
    font-size: 22px;
    color: #111;
    font-weight: normal;
}

.news-details-tit p {
    font-size: 12px;
    color: #999999;
    margin-top: 6px;
}

.news-details-tit p span {
    display: inline-block !important;
}

.news-details-txt {
 
 
    color: #333;
    font-size: 14px;
    line-height: 22px;
    border-radius: 5px;
    width: 100%;
    text-align: justify;
}

.news-details-txt video {
    width: 100% !important;
    height: 220px !important;
}

.news-details-txt img {
    display: block;
    margin: 5px auto;
    max-width: 100%;
}


.case-details-box {
    background-color: #f9f9f9;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    border-radius: 5px;
    padding-top: 20px;
}

.case-details-title {
    width: 100%;
    padding: 30px 60px;
    background-color: #2c6034;
    color: #fff;
    background-image: url(../images/logo-bg.png);
    background-repeat: no-repeat;
    background-position: right 60px center;
}

.case-details-title h3 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
}

.case-details-title strong {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
}

.case-details-title p {
    font-size: 16px;
    line-height: 26px;
}

.case-details-details {
    padding: 30px 60px 60px;
}

.case-details-details p {
    color: #555;
    line-height: 24px;
}

.case-details-details img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 20px auto;
}

.page-lr {
    width: 100%;
    margin-top: 20px;
}

.page-l,
.page-r {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    line-height: 32px;
    color: #0d0d0d;
    padding: 0 15px;
    border-radius: 5px;
    background-color: #f9f9f9;
    border: 1px solid #b4b2b2;
    margin-top: 10px;
}


.page-lr strong {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    line-height: 32px;
    color: #0d0d0d;
    width: 22%;
    float: left;
}

.page-lr a {
    width: 78%;
    float: left;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    line-height: 32px;
    color: #0d0d0d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

/* .page-l:hover,
.page-r:hover {
    color: #fff;
    background-color: #ee1c23;
    border: 1px solid #ee1c23;
}

.page-l:hover strong,
.page-r:hover strong {
    color: #fff;
}

.page-l:hover a,
.page-r:hover a {
    color: #fff;
} */


/* .product-box{
    width: 100%;
    margin: 0 auto;
}
.product-box ul {
    width: 100%;
    padding-top: 10px;
}
.product-box ul li{
    width: 301px;
    height: 250px;
    overflow: hidden;
    margin-right: 32px;
    margin-bottom: 30px;
}
.product-box ul li:nth-child(4n+4){
    margin-right: 0;
}
.product-box ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.product-box .product-list-tit{
    padding: 12px 20px;
    height: 44px;
    margin-top: -44px;
} */



/* .title-style2 {
    margin-bottom: 30px;
    text-align: center;
}

.title-style2 p {
    font-size: 16px;
    color: #ee1c23;
    line-height: 26px;
}

.title-style2 h3 {
    font-size: 28px;
    color: #333;
}

.title-style2 h4 {
    text-transform: uppercase;
    font-size: 16px;
    color: #b3b3b3;
    font-weight: normal;
    line-height: 26px;
    margin-top: 10px;
}

.title-style2 b {
    width: 66px;
    height: 3px;
    background-color: #ee1c23;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
} */

.product-right-tit {
    text-align: left;
}

.product-right-tit b {
    margin: 0;
    margin-top: 10px;
}

.cont-list {
    width: 100%;
    margin: 0px auto;
    padding: 0 16px;
    padding-top: 20px;
}

.cont-list ul {
    width: 100%;
    text-align: center;
}

.cont-list ul li {
    display: block;
    position: relative;
    width: 100%;
    min-height: 130px;
    margin: 10px 0;
    border: 1px solid #e5e5e5;
    padding: 20px 16px;
    transition: all 0.35s ease;
    text-align: left;
}

.cont-list ul li:hover {
    transform: translateY(-5px);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.cont-list ul li span {
    width: 80px;
    height: 80px;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}

.cont-list ul li span img {
    width: 100%;
    opacity: 0.12;
}

.cont-list ul li h3 {
    font-size: 18px;
    color: #131313;
    font-weight: normal;
}

.cont-list ul li strong {
    font-size: 14px;
    color: #181818;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
}

.cont-list ul li:nth-child(1) p {
    width: 100%;
    font-size: 16px;
    color: #181818;
    line-height: 30px;
    padding-top: 0px;
}

.cont-list ul li:nth-child(2) p {
    font-size: 22px;
    color: #ee1c23;
}

/* .cont-list ul li:nth-child(3) p{
    font-size: 24px; 
    color: #ee1c23;
} */
.contact-qrcode {
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}

.contact-qrcode img {
    width: 100%;
}


.map-box {
    width: 100%;
    height:440px;
    margin-top: 20px;
}


.job-bg{
    padding-bottom: 120px;
    background-image: url(../images/job-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 120px;
}
.zhaopin-box{
    width: 100%;
    padding: 0 16px;
    margin-top: 20px;
}

.jo_dd{
    margin-top: 0px;
}
.jo_dd li {
   margin-bottom: 10px;
}

.jo_dd li.on .johd {
    background: #ee1c23;
    border: 0;
}
.jo_dd li.on .johd span{
    color: #fff;
}
.jo_dd li.on .johd b{
    background-image: url(../icon/reduce.png);
}
.johd {
    position: relative;
    padding: 0 15px;
    height: 44px;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    line-height: 44px;
    cursor: pointer;
}
.johd span {
    display: block;
    width: 100%;
    /* vertical-align: top; */
    font-size: 16px;
    color: #333;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.johd b{
    position: absolute;
    top: 50%;
    right: 15px;
    content: '';
    margin-top: -12px;
    width: 24px;
    height: 24px;
    padding: 4px;
    background-image: url(../icon/plus.png);
    background-size: 100% 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.johd b img{
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.jobd {
    display: none;
}
.jobd-on{
    display: block;
}
.jobd>div {
    padding: 10px;
    font-size: 12px;
    line-height: 22px;
    color: #333;
}
.jobd p {
    font-size: 12px;
    line-height: 22px;
    color: #555;
}


.recruitment {
    width: 400px;
    float: right;
    padding-top: 30px;
    border-radius: 50%;
    /* background-color: #f9f9f9;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); */
    position: relative;
}

.recruitment-img {
    width: 100%;
}

.recruitment-img img {
    width: 100%;
}

.recruitment-txt {
    text-align: center;
}

.recruitment-txt p {
    line-height: 30px;
    color: #333;
    font-size: 20px;
}

/* .recruitment::before{
    content: '';
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-color: #ee1c23;
    position: absolute;
    top: -2px;
    left: -8px;
    z-index: -1;
} */



/* 留言 */
.liuyan2 {
    width: 780px;
    margin: 40px auto 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.liuyan2 form {
    width: 100%;
    position: relative;
    padding: 30px;
}

.liuyan2 form li {
    display: block;
    float: left;
    list-style: none;
    width: 100%;
    margin-bottom: 20px;
}

.input-text {
    float: left;
    width: 100%;
    height: 36px;
    padding-left: 10px;
    /* font-size: 16px; */
    outline: none;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    color: #333;
}

.textarea-text {
    float: left;
    width: 100%;
    height: 90px;
    padding-left: 10px;
    /* font-size: 16px; */
    line-height: 30px;
    outline: none;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    color: #333;
}

input:focus {
    outline: 0;
    border: 1px solid #ee1c23;
}

textarea:focus {
    outline: 0;
    border: 1px solid #ee1c23;
}

input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ababab;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ababab;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ababab;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ababab;
}

textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ababab;
    font-family: Microsoft YaHei, 微软雅黑;
}

textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ababab;
    font-family: Microsoft YaHei, 微软雅黑;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ababab;
    font-family: Microsoft YaHei, 微软雅黑;
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ababab;
    font-family: Microsoft YaHei, 微软雅黑;
}

/* .input-submit{
    width: 200px;
    height: 40px;
} */
.input-submit input {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-radius: 2px;
    background-color: #ee1c23;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.input-submit input:hover {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.liuyan-head {
    width: 100%;
    height: 108px;
    background-color: #ee1c23;
    text-align: center;
    padding: 32px 0;
}

.liuyan-head img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    width: 40px;
}

.liuyan-head p {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    padding-left: 10px;
    border-left: 1px solid #fff;
    letter-spacing: 1px;
}

.liuyan-head p span {
    display: block;
    font-size: 20px;
    line-height: 24px;
}

/* 留言 end */




.info-box {
    width: 100%;
    text-align: center;
    /* border-top: 1px solid #e5e5e5; */
    margin-top: 20px;
}

.info-box h3 {
    font-size: 20px;
    color: #ee1c23;

}

.info-text {
    margin: 20px 0;
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
    padding: 0 16px; color:#666
}
.info-text h3{
    font-size: 16px;
    margin-bottom: 20px;
}
.info-text ul li {
    display: block;
    width: 100%;
    padding: 16px;
    margin: 10px 0;
    /* background-color: #fefefe; */
    color: #333;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.info-text strong{
    display: block;
    font-size: 16px;
    color: #c7a16d;
    margin-bottom: 10px;
}
.info-tit {
    width: 100%;
    background-color: #f1f1f1;
    text-align: left;
    margin-bottom: 20px;
}

.info-text img{ width:100%;}
.info-text p{ margin-bottom:10px; text-indent:32px;}
.info-text img{ display:block; text-indent:-32px; position:relative;}
.info-tit h5 {
    display: inline-block;
    padding: 2px 36px;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    background-color: #ee1c23;
}

.info-img {
    display: block;
    float: left;
    width: 140px;
    height: 120px;
    overflow: hidden;
    border-radius: 10px;
}

.info-img img {
    min-width: 100%;
    height: auto;
    height: 100%;
    object-fit: cover;
}



.info-image {
    width: 100%;
}

.info-image img {
    width: 100%;
}


.development-box {
    width: 100%;
    margin: 60px 0;
}


.main-case-list{
    width: 100%;
    margin: 40px 0;
}
.main-case-list ul{
    width: 100%;
}
.main-case-list ul li{
    width: 25%;
    padding: 10px;
    float: left;
}
.main-case-list ul li a{
    display: block;
    width: 100%;
    height: 280px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.main-case-list ul li a:hover .case-list-box{
    transform: translateY(0);
}
.main-case-img{
    width: 100%;
    height: 100%;
    text-align: center;
}
.main-case-img img{
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0 -100%;
    object-fit: cover;
}
.case-list-box{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    background-color: rgba(20, 20, 20, 0.68);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.case-list-title{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.case-list-title h3{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.case-list-title b{
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #fff;
}
/* .case-list-title span{
    display: block;
    width: 22px;
    height: 28px;
    margin: 0 auto;
    margin-top: 36px;
    background-image: url(../icon/addr-icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
} */
.case-list-title p{
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
}



.case-list {
    width: 100%;
    margin-top: 20px;
    padding: 0 10px;
}

.case-list ul {
    width: 100%;
    text-align: center;
    font-size: 0;
}

.case-list ul li {
    width: 50%;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
}
.case-list ul li img{
    width: 100%;
}

.case-img {
    width: 100%;
    min-height: 140px;
    overflow: hidden;
    position: relative;
    transition: all 0.35s ease;
    text-align: center;
    max-height: 360px;
}

.case-img img {
    width: 170px;
    height: 240px;

}

.case-txt {
    width: 100%;
    padding: 10px;
    text-align: center;
    position: relative;
}

.case-txt strong {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px;
    color: #333;
    font-weight: normal;
}

.case-list ul li a:hover .case-img {
    transform: translateY(-5px);
    /* box-shadow: 0 4px 8px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.2); */
}

.case-list ul li a:hover .case-txt strong {
    color: #ee1c23;
}

.join-show-img {
    height: 218px;
}


.product-details {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 40px;
    border-bottom: 1px solid #f1f1f1;
}

.product-left-img {
    width: 36%;
    float: left;
}

.product-left-img img {
    width: 100%;
}

.product-right {
    float: right;
    width: 60%;
}

.vip-box {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.join-box {
    font-size: 16px;
    line-height: 36px;
    color: #333;
    width: 50%;
    float: left;
    padding-top: 40px;
}

.join-img {
    width: 40%;
    float: right;
}

.join-img img {
    width: 100%;
}


.gsyj {
    text-align: center;
    margin-top: 20px;
    padding: 0 16px;
}

.gsyj p {
    font-size: 16px;
    line-height: 30px;
    color: #ee1c23;
}

.qyzz {
    margin: 20px 0 30px;
}

.qyzz ul {
    width: 100%;
    text-align:center;
}

.qyzz ul li {
    display:inline-block;
    width:90px;
    height:90px;
    text-align: center;
    margin:5px;
    border-radius: 50%;
    background-color: #f1f1f1;
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.qyzz-img {
    width: 28px;
    height: 28px;
    margin: 0 auto;
    margin-bottom: 10px; 
    margin-top:5px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.qyzz ul li strong {
    font-size: 13px;
    color: #333333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.qyzz ul li:nth-child(1) .qyzz-img {
    background-image: url(../icon/qywh-icon1.png);
}

.qyzz ul li:nth-child(2) .qyzz-img {
    background-image: url(../icon/qywh-icon2.png);
}

.qyzz ul li:nth-child(3) .qyzz-img {
    background-image: url(../icon/qywh-icon3.png);
}

.qyzz ul li:nth-child(4) .qyzz-img {
    background-image: url(../icon/qywh-icon4.png);
}

.qyzz ul li:nth-child(5) .qyzz-img {
    background-image: url(../icon/qywh-icon5.png);
}

/* .qyzz ul li:hover {
    background-color: #ee1c23;
    transform: translateY(-8px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}

.qyzz ul li:hover strong {
    color: #fff;
}

.qyzz ul li:nth-child(1):hover .qyzz-img {
    background-image: url(../icon/qywh-icon1-w.png);
}

.qyzz ul li:nth-child(2):hover .qyzz-img {
    background-image: url(../icon/qywh-icon2-w.png);
}

.qyzz ul li:nth-child(3):hover .qyzz-img {
    background-image: url(../icon/qywh-icon3-w.png);
}

.qyzz ul li:nth-child(4):hover .qyzz-img {
    background-image: url(../icon/qywh-icon4-w.png);
}

.qyzz ul li:nth-child(5):hover .qyzz-img {
    background-image: url(../icon/qywh-icon5-w.png);
} */


.ppdw ul {
    padding-top: 10px;
}

.ppdw ul li {
    width: 25%;
    float: left;
    padding: 0 20px;
    height: 450px;
    position: relative;
    overflow: hidden;
}

.ppdw-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ppdw-img img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.ppdw-txt {
    width: 285px;
    padding: 20px;
    position: absolute;
    bottom: 180px;
    left: 20px;
    background-color: rgba(0, 0, 0, .68);
    color: #fff;
    text-align: center;
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ppdw-txt strong {
    font-size: 16px;
    line-height: 46px;
    font-weight: normal;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 10px;
}

/* .ppdw-txt b{
    width: 40px;
    height: 1px;
    background-color: #fff;
    display: block;
    margin: 10px auto;
} */
.ppdw-txt p {
    display: none;
    font-size: 12px;
    line-height: 22px;
    font-weight: lighter;
    padding-top: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ppdw ul li:hover .ppdw-txt {
    transform: translateY(0);
    bottom: 60px;
}

.ppdw ul li:hover .ppdw-txt p {
    display: block;
}


.service-list{
    width: 100%;
    padding: 0 16px;
}
.service-list li{
    width: 100%;
    display: block;
    margin-top: 20px;
    padding-bottom: 10px;
}
.service-txt{
    width: 100%;
    text-align: left;
}
.service-txt strong{
    display: block;
    font-size: 18px;
    color: #ee1c23;
    line-height: 30px;
    margin-bottom: 6px;
}
.service-txt p{
    font-size: 12px;
    color: #555;
    line-height: 22px;
}
.service-img{
    width: 100%;
    margin-top: 12px;
}
.service-img img{
    width: 100%;
    border-radius: 12px;
}



.honor-list{
 
  
}
.honor-list ul{ margin-top:10px;}
.honor-list li{ width:48%; margin:1%;
    height:180px;
    float: left;
    padding:10px;
   
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    border: 2px solid #eeeeee;
    /* border-radius: 5px; */
    /* padding: 1px; */
}
.honor-list li strong{ color:#333;font-weight:400; margin-top:10px;display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em; /* 设置行高 */
  max-height: 3em; /* 行高的两倍，因为最多显示两行 */}
.honor-list li:nth-child(4n+4){
    margin-right: 0;
}
.honor-list li:hover{
    /* transform: translateY(-5px); */
    /* box-shadow: 0 0px 20px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0px 20px rgba(0,0,0,.2); */
    border: 2px solid #d8271c;
}
.honor-list li:hover .honor-title strong{
    color: #d8271c; 
}.honor-img{
    width: 100%;
    margin: auto; height:110px;
    overflow: hidden;
 
}
.honor-img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    margin: auto;
}
.content-box { padding:10px;}
.content-box img{ display:block; width:100%; height:auto}



 .zyj_kk img{  padding:20px 0;   margin:auto; display:block;}
 
.zyj_info{ font-size:14px; line-height:28px;}

.zyj_bt{ height:40px; line-height:40px; font-size:15px; color:#fff; background-color:#efefef; text-align:left;}
.zyj_bt h4{ display:inline-block; background-color:#ee1c23; padding:0 20px;}
 
 .mubiao li{ margin:10px 0; background-color:#ee1c23; color:#fff; padding:10px; border-radius:3px; background-image:url(../images/dui.png); background-repeat:no-repeat; background-position:10px; background-size:30px; padding-left:50px; }
  .mubiao li:nth-child(2n){  }
   .mubiao li:nth-child(11){ width:100%;}
  .history{ margin-top:20px;} 
  
  
  
.product-list{
 
    margin: 34px auto 44px;
    padding: 16px !important;
}
.product-list .product-li{
    width:auto;
 
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;   margin:10px;
}
.product-list .product-li:hover{
    box-shadow: 0 0px 12px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0px 12px rgba(0,0,0,.2);
}
.product-list .product-li:hover .product-img img{
    transform: scale(1.05);
}
.product-item{
    width: 100%;
    height: 100%;
}
.product-img{
    width: 100%;
   
 
    display:block;
}
.product-img img{
    width:100%;
 
 
    align-items: center;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease; margin:auto;
}
.product-title{
    width: 100%;
    padding-top: 20px; text-align:center;
}
.product-title strong{
    font-size:22px;
    color: #2f2f2f;
    font-weight:bold;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; margin-bottom:10px;
}
.product-title span{ color:#333; font-size:15px;
}
.zyj_kk{   margin:auto;}
.zyj_kk img{   margin:auto; display:block;}
.zyj_info{ font-size:14px; line-height:24px;}
.zyj_kk h3{ background-color:#efefef; line-height:35px; padding-left:16px; margin:10px 0; font-size:18px;}
.zyj_kk table{ border-collapse:collapse; margin:10px 0; width:100%;}
.zyj_kk table td{ border:1px #ccc solid; padding:5px;}

.cp_js .cp_right_info{ }
.cp_js .cp_right_info strong{ font-size:25px; border-bottom:1px #333 solid; display:block; line-height:55px;}
.cp_js .cp_right_info span{ font-size:15px; font-weight:bold; color:#F03; margin-top:10px; display:block; margin-bottom:20px;}
.cp_js .cp_right_info p{ font-size:16px; line-height:24px; text-align:justify;}

}