.clr {
    clear: both
}

.o-banner {
    width: 100%;
    height: 500px;
    background-image: url(../images/inbanner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #333;
    padding-top:220px;
}
.obanner-box{
    width: 1300px;
    margin: 0 auto;
}

.o-banner strong {
    font-size:27px;
    /* font-weight: bold; */
    display: block;
    letter-spacing: 2px; 
}

.o-banner b {
    display: block;
    height: 2px;
    width: 80px;
    background-color: #333;
    margin-bottom: 20px;
}

.o-banner span {
    display: block;
    font-size: 48px;
    margin-top: 10px;font-family:'Impact'; 
}


.info-menu {
    width: 100%;
    background-color: #f5f5f5;
    height: 50px;
}

.info-menu-box {
    width: 1300px;
    margin: 0 auto;
}

.crumbNav {
    float: left;
}

.crumbNav a {
    color: #333;
    font-size: 16px;
    line-height: 50px;
}

.crumbNav a:hover {
    color: #ECC872;
}

.menu-tabs {
    float: right;
}

.menu-tabs ul li {
    display: inline-block;
}

.menu-tabs ul li a {
    display: block;
    padding: 10px 20px;
    color: #333;
    line-height: 30px;
    font-size: 16px;
}

.menu-tabs ul li a:hover {
    color: #fff;
    background-color: #ECC872;
}

.menu-tabs ul .on a {
    color: #fff;
    background-color: #ECC872;
}



.content-box {
    width: 1300px;
    margin:0px 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: #ECC872;
    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: #ECC872;
    color: #fff;
}


.news-list{
    
}
.news-list ul li{
    float: left;
    width: 408px;
    margin-right: 38px;
    margin-top: 38px;
}

.news-list ul .zhaobiao{ width:50%; margin:0px; margin-top: 38px;}
.news-list ul .zhaobiao a{ color:#333; background-color:#efefef; margin:0 20px; display:block; padding:20px; height:190px;  }
.news-list ul .zhaobiao a strong{ font-size:18px; display:block; margin-bottom:10px;}
.news-list ul .zhaobiao a p{ line-height:20px; color:#666; font-size:14px;}
.news-list ul .zhaobiao a span{ line-height:44px; font-family:Impact; color:#039; font-size:22px}
.news-list ul .zhaobiao a:hover{ background-color:#f7f7f7}
.news-list ul li:nth-child(3n+3){
    margin-right: 0;
}
.news-list-image{
    width: 100%;
    height: 236px;
    overflow: hidden;
}
.news-list-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -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;
}
.news-list-down{
    margin-top: 20px;
}
.news-list-date{
    width: 70px;
    height: 90px;
    background-color: #ECC872;
    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{
    display: inline-block;
    vertical-align: top;
    width: 333px;
    padding-left: 30px;
}
.news-list-title{
    display: block;
}
.news-list-title strong{
    font-size: 16px;
    color: #333;
    line-height: 26px;
    font-weight: normal;
}
.news-list-title p{
    font-size: 14px;
    color: #555;
    line-height: 24px;
    margin: 10px 0;
}
.news-list-more{
    font-size: 16px;
    line-height: 26px;
    color: #555;
    padding-right: 26px;
    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: #ECC872;
}
.news-list-more:hover{
    color: #ECC872;
    text-decoration: underline;
}

.news-details {
    width: 100%;
}

.news-details-tit {
    text-align: center;
   width:800px; margin:auto;  margin-bottom: 30px;
}

.news-details-tit h3 {
    font-size: 30px;
    color: #111;
    font-weight: normal;
}

.news-details-tit p {
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
}

.news-details-tit p span {
    display: inline-block !important;
}

.news-details-txt {
    padding: 30px 40px 40px;
    background-color: #f9f9f9;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    border-radius: 5px;
    width: 1000px;
    margin: auto;
    text-align: justify;
}

.news-details-txt video {
    width: 100% !important;
    height: 450px !important;
}

.news-details-txt img {
    display: block;
    margin: 10px 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: 1000px;
    margin: 0 auto;
    margin-top: 30px;
}

.page-l,
.page-r {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 38px;
    color: #0d0d0d;
    padding: 0 15px;
    border-radius: 5px;
    background-color: #f9f9f9;
    border: 1px solid #b4b2b2; margin-bottom:10px;
}

.page-l {
    float: left;
}

.page-r {
    float: right;
}

.page-lr strong {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 38px;
    color: #0d0d0d;
    width:85px;
    float: left;
}

.page-lr a {
    width: 78%;
    float: left;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 38px;
    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: #ECC872;
    border: 1px solid #ECC872;
}

.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: #ECC872;
    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: #ECC872;
    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: 1300px;
    margin: 0px auto;
    padding-top: 40px;
}

.cont-list ul {
    width: 100%;
    text-align: center;
}

.cont-list ul li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 300px;
    height: 330px;
    margin: 0 10px;
    border: 1px solid #e5e5e5;
    padding: 20px 10px;
    transition: all 0.35s ease;
    text-align: center;
}

.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: 120px;
    height: 120px;
    padding: 10px;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.cont-list ul li span img {
    width: 100%;
    opacity: 0.12;
}

.cont-list ul li h3 {
    font-size: 20px;
    color: #131313;
    font-weight: normal;
}

.cont-list ul li strong {
    font-size: 16px;
    color: #181818;
    font-weight: normal;
    display: block;
    margin-bottom: 20px;
}

.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: 28px;
    color: #ECC872;
}

/* .cont-list ul li:nth-child(3) p{
    font-size: 24px; 
    color: #ECC872;
} */
.contact-qrcode {
    width: 120px;
    margin: 0 auto;
}

.contact-qrcode img {
    width: 100%;
}


.map-box {
    width: 100%;
    height: 400px;
    margin-top: 50px;
}


.job-bg{
    padding-bottom: 240px;
    background-image: url(../images/job-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 240px;
}
.zhaopin-box{
    width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
}

.jo_dd {
    margin-top: 10px;
}

.jo_dd li {
    margin-bottom: 10px;
}

.jo_dd li.on .johd {
    background: #ECC872;
    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 20px;
    height: 54px;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    line-height: 54px;
    cursor: pointer;
}

.johd span {
    display: block;
    width: 100%;
    /* vertical-align: top; */
    font-size: 18px;
    color: #333;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.johd b {
    position: absolute;
    top: 50%;
    right: 20px;
    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: 20px 20px 10px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.jobd p {
    font-size: 14px;
    line-height: 24px;
    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: #ECC872;
    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 #ECC872;
}

textarea:focus {
    outline: 0;
    border: 1px solid #ECC872;
}

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: #ECC872;
    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: #ECC872;
    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: 40px;
}

.info-box h3 {
    font-size: 30px;
    color: #ECC872;

}

.info-text {
    margin: 40px 0;
    font-size: 16px;
    line-height: 32px;
    text-align: left; text-align:justify;
}
.info-text h3{
    margin-bottom: 20px;
}
.info-text ul {
    font-size: 0;
}
.info-text ul li {
    width: 31%;
    /* height: 168px; */
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    margin: 1%;
    /* background-color: #fefefe; */
    color: #333;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.info-text ul li:nth-child(-n+3){
    height: 148px;
}
.info-text ul li:nth-child(4){
    width: 97%;
    text-align: center;
}
.info-text strong{
    display: block;
    font-size: 20px;
    color: #c7a16d;
    margin-bottom: 10px;
}

.info-text img{ max-width:100%; margin-top:20px;}

.info-text p{ text-indent:2em; margin-bottom:20px;}
.info-text p:last-child{ text-indent:0px;}
.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: #ECC872;
}

.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%;
    padding-bottom: 30px;
}

.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: 40px;
}

.case-list ul {
    width: 100%;
    text-align: center;
    font-size: 0;
}

.case-list ul li {
    width: 20%;
    padding: 10px;
    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;
}


.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: 30px;
}

.gsyj p {
    font-size: 18px;
    line-height: 32px;
    color: #333;
}

.qyzz {
    margin: 60px 0 80px;
}

.qyzz ul {
    width: 100%;
}

.qyzz ul li {
    display: block;
    width: 200px;
    height: 200px;
    float: left;
    text-align: center;
    margin: 0 30px;
    border-radius: 50%;
    background-color: #f1f1f1;
    padding: 50px;
    -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: 48px;
    height: 48px;
    margin: 0 auto;
    margin-bottom: 20px;
    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: 18px;
    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: #ECC872;
    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: 1200px; margin:auto;
}
.service-list li{
    width: 100%;
    display: block;
    margin-top: 40px;
    padding-bottom: 10px;
}
.service-txt{
    width: 55%;
    text-align: left;
    float:right; padding-left:60px;
}
.service-txt strong{
    display: block;
    font-size: 30px;
    color: #333;
    line-height: 30px;

}

.rcll strong{ font-size:18px;}
.service-txt b{ font-weight:400; font-size:17px; line-height:33px;    margin-bottom: 16px; display:block;}
.service-txt i{ height:2px; width:80px; background-color:#333; display:block; margin-bottom:30px;}
.service-txt p{
    font-size: 16px;
    color: #555;
    line-height: 34px; text-align:justify;
}
.service-img{
    width: 45%;
    float:left;
}
.service-img img{
    width: 100%;
    
}
.service-list li:nth-child(2n+2) .service-txt{
    float: right;
    padding: 10px 0 30px 60px;
}
.service-list li:nth-child(2n+2) .service-img{
    float: left;
}

.xm_nr{ font-size:16px;}
.xm_nr p{ margin:20px 0; line-height:30px;  }
.xm_nr strong{ display:inline-block; padding:10px 20px; color:#fff; background-color:#284179;}
.product-list_ry{
    width: 1300px;
    margin: 0 auto;
    font-size: 0;
    margin-top: 40px;
}
.product-item_ry{
    width: 317.5px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center; border:1px #efefef solid; padding:10px;  
}
.product-item_ry:nth-child(4n+4){
    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: 220px;
    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: 15px;
    color: #0d0d0d;
    height: 60px;
    line-height: 60px;
    background-color: #e9e9e9;
}
.product-more_ry{
    display: block;
    font-size: 20px;
    color: #0d0d0d;
    background-color: #f8f8f8;
    border-radius: 5px;
    border: 1px solid #b4b2b2;
    width: 210px;
    height: 48px;
    line-height: 46px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}
.product-more_ry:hover{
    background-color: #caa773;
}
/* main product end */
.link{ text-align:left; background-color:#42474f; padding:20px 0;}
.link ul{ width:1300px; margin:auto;}
.link strong{ display:block; color:#fff; font-size:18px; margin-bottom:10px; font-weight:lighter;}
.link a{ display:block; width:20%; float:left; color:#ccc; line-height:30px;}
.link a:hover{ color:#FFF;}
