@media (max-width:1000px) {  
 .titel_sub{ padding:0 10px;}
.titel_sub span{ color:#dbdbdb; font-size:30px; display:block;}
.titel_sub strong{ font-size:20px; font-weight:400;}
.titel_sub i{ height:3px; width:30px; background-color:#00736b; display:block; margin-top:10px;}

.clr {
    clear: both
}
.product-list_ry{
 
    margin: 0 auto;
    font-size: 0;
    margin-top: 40px;
}
.product-item_ry{
    width:45%;
    margin: 10px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center; border:1px efefef solid; padding:10px;  
}
.product-item_ry:nth-child(2n+2){
    margin-right: 0;
}
.product-item_ry:hover img{
    transform: scale(1.05);
}
.product-item_ry:hover .product-tit{
    background-color:#caa773;
}
.product-img_ry{
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.product-img_ry img{
    width:auto; max-width:100%; height:auto; max-height:100%;
 
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.product-tit_ry{
    font-size: 12px;
    color:#0d0d0d;
    height: 30px;
    line-height:30px;
    background-color:#e9e9e9;white-space: nowrap;      /* 保证文本不会换行 */
  overflow: hidden;         /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
}
.product-more_ry{
    display: block;
    font-size:13px;
    color:#0d0d0d;
    background-color:#f8f8f8;
    border-radius: 5px;
    border: 1px solid b4b2b2;
  
    height:28px;
    line-height:28px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}
.product-more_ry:hover{
    background-color:#caa773;
}
.o-banner {
    width: 100%;
    height: 150px;
    background-image: url(../images/inbanner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color:#FFF;
    padding-top:50px;
}
.obanner-box{
    width: 100%;
    padding: 0 20px; 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:#333;
    margin-top:0px;
}

.o-banner span {
    display: block;
    font-size: 28px;
    margin-top:15px;font-family:'Impact'; line-height:20px; 
}



.info-menu {
    width: 100%;
    padding: 0 16px;
    margin-top: 12px;
}
.menu-tabs {
    text-align: center; font-size:0px;
}

.menu-tabs ul li {
    display: inline-block;  width:25%;
    vertical-align: top;
    margin-top: 5px;white-space: nowrap;      /* 保证文本不会换行 */
  overflow: hidden;         /* 隐藏溢出的内容 */
  text-overflow: ellipsis; border-right:1px fff solid;
}

.menu-tabs ul li a { line-height:35px; height:35px;
    display: block; 
    color:#333;
 
    font-size: 12px;
    background-color:#f1f1f1;
}
.yewu ul li{ width:50%;}
.yewu ul li a{ border-right:1px fff solid}
.menu-tabs ul li a:hover {
    color:#fff;
    background-color:#ffad00;
}

.menu-tabs ul .on a {
    color:#fff;
    background-color:#ffad00;
}

.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:#ffad00;
    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:#ffad00;
    color:#fff;
}


.news-list{
    padding: 0 16px;
}
.news-list ul li{
    width: 100%;
    margin-top: 16px;
}
.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:#ffad00;
    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:#ffad00;
}
.news-list-more:hover{
    color:#ffad00;
    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 {
    padding: 12px 16px 16px;
    background-color:#f9f9f9;
    color:#555;
    font-size: 14px;
    line-height: 22px;
    border-radius: 5px;
    width: 100%;
    text-align: justify;
}
.news-details-txt p{ margin:10px 0;}

.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:#ffad00;
    border: 1px solid ffad00;
}

.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:#ffad00;
    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:#ffad00;
    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:#ffad00;
}

/* .cont-list ul li:nth-child(3) p{
    font-size: 24px; 
    color:#ffad00;
} */
.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: 240px;
    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: ffad00;
    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:#ffad00;
    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 ffad00;
}

textarea:focus {
    outline: 0;
    border: 1px solid ffad00;
}

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:#ffad00;
    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:#ffad00;
    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:#ffad00;

}

.info-text {
    margin: 20px 0;
    font-size: 12px;
    line-height: 22px;
    text-align: justify;
    padding: 0 16px;
}
.info-text img{ width:100%;}
.info-text p{ margin-bottom:10px;}
.info-text p{ text-indent:2em;  }
.info-text p:last-child{ text-indent:0px;}
.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-tit h5 {
    display: inline-block;
    padding: 2px 36px;
    color:#ffffff;
    font-size: 18px;
    font-weight: normal;
    background-color:#ffad00;
}

.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:#ffad00;
}

.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: 13px;
    line-height: 23px;
    color:#333;
}

.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/wh1.png);
}

.qyzz ul li:nth-child(2) .qyzz-img {
    background-image: url(../icon/wh2.png);
}

.qyzz ul li:nth-child(3) .qyzz-img {
    background-image: url(../icon/wh3.png);
}

.qyzz ul li:nth-child(4) .qyzz-img {
    background-image: url(../icon/wh4.png);
}

.qyzz ul li:nth-child(5) .qyzz-img {
    background-image: url(../icon/wh5.png);
}.qyzz ul li:nth-child(6) .qyzz-img {
    background-image: url(../icon/wh6.png);
}

/* .qyzz ul li:hover {
    background-color:#ffad00;
    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:justify; 
}
.service-txt strong{
    display: block;
    font-size: 18px;
    color:#ffad00;
    line-height: 30px;
    margin-bottom: 6px;
}
.service-txt p{
    font-size: 14px;
    color:#555;
    line-height: 22px;
}
.service-img{
    width: 100%;
    margin-top: 12px; margin-bottom:20px;
}
.service-img img{
    width: 100%;
  
}
.service-txt strong{
    display: block;
    font-size: 30px;
    color:#333;
    line-height: 30px;

} 
.xm_nr{ font-size:14px;}
.xm_nr p{ margin:20px 0; line-height:20px;  }
.xm_nr strong{ display:inline-block; padding:5px 10px; color:#fff; background-color:#ffad00;}
.xm_nr img{ width:100%;}.jcxm_list{ margin-top:20px;}
.jcxm_list p{   background-color:#00736b; color:#fff; text-align:center; line-height:32px; margin:10px;}

.histroy ul{ padding:40px 0;}
.histroy li{ text-align:center;} 
.histroy li i{ display:block; width:20px; height:20px; background-color:#ffad00; border-radius:10px; margin:30px auto;border:3px efefef solid;}
  .line{ position:absolute; width:100%; height:2px; background-color:#ccc; margin-top:-130px; }
 
 
 

.news-list ul .zhaobiao{  margin:0px; margin-top:18px;}
.news-list ul .zhaobiao a{ color:#333; background-color:#efefef;   display:block; padding:10px; }
.news-list ul .zhaobiao a strong{ font-size:14px; display:block; margin-bottom:10px;}
.news-list ul .zhaobiao a p{ line-height:20px; color:#666; font-size:12px;}
.news-list ul .zhaobiao a span{ line-height:34px; font-family:Impact; color:#039; font-size:18px}
.news-list ul .zhaobiao a:hover{ background-color:#f7f7f7}

 
.rcll p strong{ font-size:14px;margin:0px; line-height:20px}


.team-box{
 
    margin: 0 auto;
    margin-top: 0px;
}
.team-li{
    width: 100%;
 
    background-color:#fff;
    margin-top: 20px;
    padding:10px;
    float: left;
    margin-right: 20px;
    -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-bottom:1px efefef solid;  
 
}
.team-li:nth-child(2n+2){
    margin-right: 0;
}
.team-summary{
    font-size: 15px;
    line-height: 32px;
    text-align: justify;
    /* background-color:#b2853a; */
    color:#b2853a;
}
.team-li:hover{
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}
.team-li .team-img{float:left; width:100px;}
.team-li .team-img img{ width:100%;}
.team-li .team-item-left{ float:left; width:200px; margin-left:20px;}
.team-li .team-item-left h2{ margin-bottom:2px;}
.team-li .team-item-left h3{ margin-bottom:5px;}
.team-li .team-item-left b{ width:50px; height:2px; background-color:#ffad00; display:block; margin-bottom:10px;}
.team-li .team-item-left h4{
    font-size: 12px;
    line-height:16px; font-weight:400; text-align:justify;
  
}
.team-li .team-item-left h4::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 2px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.team-li .team-item-left h4::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 2px;
    /* box-shadow: inset 0 0 1px rgba(216, 39, 28, 0.1); */
    background: rgba(178, 133, 58, .3);
}
.team-li .team-item-left h4::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    /* box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); */
    border-radius: 2px;
    background: #efe5d5;
}
 
}