@charset "utf-8";

/* 内页banner */
.channel-banner {
    height: 320px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
}

.channel-banner .banner-info {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 0;
    right: 0;
    z-index: 3
}

.channel-banner .banner-info h3 {
    font-size: 40px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px
}

.channel-banner .banner-info h3:before {
    left: 50%;
    margin-left: -15px;
    bottom: -10px;
    width: 30px;
    height: 3px;
    background: #ff9600;
    content: '';
    display: block;
    position: absolute;
}

.channel-banner .banner-info p {
    font-size: 24px;
}

.page-nav,
.pro-classify,
.pro-nav {
    margin-bottom: 4rem;
}


/* 产品中心 */
.pro-show {
    margin-bottom: 3.6rem;
}

.crumb {
    border-bottom: 1px solid #dfdfdf;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.crumb p {
    font-size: 16px;
}

.ify-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
}

.ify-txt {
    color: #333;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 4px;
}

.ify-link {
    width: 100%;
    background-color: #1f8f43;
}

.ify-link a {
    color: #fff;
    display: block;
    padding: 10px 0;
}

.ify-link:hover {
    background-color: #037327;
}

.nav-box {
    margin: 0 0.6rem;
    text-align: center;
}

.nav-box li {
    width: 13%;
    min-width: 180px;
}

.nav-box li a {
    display:block;
    padding: 1.2rem;
}

.nav .active,
.nav li:hover {
    background-color: #1f8f43;
}

.tabs .on,
.tabs li:hover {
    background-color: #1f8f43;
}

.tabs .on a {
    color: #fff;
}

.tab-content {
    display: none;
}

.tab-content.show {
    display: block;
}

.pro-container {
    flex-wrap: wrap;
}

.pro-item {
    width: 23.6%;
    margin: 0 0.6rem;
    margin-bottom: 1.2rem;
}

.pro-item a {
    display: block;
    position: relative;
}

.pro-img {
    display: block;
    width: 100%;
    height: 330px;
    overflow: hidden;
    position: relative;
}

.pro-img img {
    width: 100%;
    height: 100%;
    transition: all .3s ease-out 0s;
    /* 动画效果 */
    /* object-fit: cover; */
}

.pro-img img:hover {
    transform: scale(1.1);
    /* 放大1.1倍 */
}

.pro-txt {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 99;
}


/* 关于我们 */
.about-main {
    margin-bottom: 4rem;
}

.about-title {
    margin-bottom: 1rem;
}

.about-title h2 {
    color: #1f8f43;
    font-size: 32px;
    font-weight: 700;
}

.about-title p {
    color: rgba(0, 0, 0, 0.42);
    line-height: 2;
}

.about-content {
    font-size: 16px;
    line-height: 2.5;
}

.about-img {
    max-width: 100%;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.about-img img {
    width: 100%;
    height: 100%;
    transition: all .3s ease-out 0s;
    /* 动画效果 */
    object-fit: cover;
}

.about-img img:hover {
    transform: scale(1.1);
    /* 放大1.1倍 */
}

/* 荣誉资质 */
.honor-main {
    margin-bottom: 4rem;
}

.honor-title {
    text-align: center;
    margin-bottom: 1.6rem;
}

.honor-title h2 {
    color: #1f8f43;
    font-size: 40px;
    font-weight: 700;
}

.honor-title p {
    color: rgba(0, 0, 0, 0.42);
    font-size: 18px;
    ;
}

/* 售后服务 */

.service-main {
    margin-bottom: 4rem;
}

.service-title {
    margin-bottom: 1.6rem;
}

.service-title h2 {
    font-size: 26px;
    font-weight: 700;
}

.service-title h2 span {
    color: #1f8f43;
}

.service-content {
    line-height: 2.5;
}

.service-content span {
    font-weight: 700;
    font-size: 18px;
}

/* 工程案例 */
.case-main {
    margin-bottom: 4rem;
}

.case-content {
    flex-wrap: wrap;
}

.case-item {
    width: 23%;
    margin-bottom: 2rem;
}

.case-img {
    width: 100%;
    height: 220px;
    display: block;
    overflow: hidden;
}

.case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-txt {
    background-color: rgba(0, 0, 0, 0.06);
    padding: 1.8rem 1.2rem;
    text-align: center;
}

.case-txt h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0.6rem;
}

.case-txt p {
    font-size: 14px;
}

.case-wrap {
    position: relative;
    overflow: hidden;
}
@keyframes i3bg {
	0% {width: 100%; height: 100%; opacity: 1;}
	100% {width: calc(100% + 40px); height: calc(100% + 40px); opacity: 0;}
}
.album-icon {position: absolute; left: 50%; top: -5%; z-index: 2; opacity: 0; transform: translate(-50%, -50%) scale(0.7); transition: 0.3s ease 0s;}
.album-icon:before {content: ''; position: absolute; width: 0; height: 0; background: rgba(255, 158, 32, 0.6); z-index: 0; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); animation: i3bg 2s linear 0s infinite;}
.album-icon em {display: block; width: 66px; height: 66px; background: rgba(255, 158, 32, 0.6); border-radius: 50%;}
.album-icon em:before, .album-icon em:after {background: #fff; content: ''; position: absolute; z-index: 0; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.album-icon em:before {width: 24px; height: 1px;}
.album-icon em:after {width: 1px; height: 24px;}
.case-item:hover .album-icon {top: 50%; opacity: 1; transform: translate(-50%, -50%) scale(1);}
.case-item:hover .album-icon:before {animation: i3bg 2s linear 0.2s infinite;}

.mask-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 0%, rgba(128, 128, 128, 0) 35%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 0%, rgba(128, 128, 128, 0) 35%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 0%, rgba(128, 128, 128, 0) 35%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 0%, rgba(128, 128, 128, 0) 35%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    z-index: 2;
}
.case-item:hover .mask-layer {opacity: 1;-webkit-transition-delay: .1s;transition-delay: .1s;}

/* 新闻资讯 */
.new-main {
    margin-bottom: 4rem;
}

.new-title {
    margin-bottom: 1.6rem;
}

.new-title h2 {
    color: #1f8f43;
    font-size: 32px;
    font-weight: 700;
}

.new-title p {
    color: rgba(0, 0, 0, 0.42);
    line-height: 2;
}

.new-item {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
}

.new-item:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.new-img {
    display: block;
    overflow: hidden;
    position: relative;
}

.new-img img {
    width: 100%;
    height: 240px;
    transition: all .3s ease-out 0s;
    /* 动画效果 */
}

.new-img img:hover {
    transform: scale(1.1);
    /* 放大1.1倍 */
}

.new-txt {
    padding: 1rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.new-txt h3 {
    font-size: 18px;
    color: #666;
    margin-bottom: 15px;
}

.new-txt p {
    font-size: 14px;
    line-height: 1.6;
    color: #999;
    margin-bottom: 10px;
}

.new-more {
    width: 12%;
    min-width: 100px;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    background-color: #1f8f43;
    transition: all ease .3s;
}

.new-more:hover {
    background-color: #1f8f43;
}

.new-more a {
    color: #fff;
    font-size: 14px;
}

.icon-shangfan {
    transform: rotate(43deg);
    display: inline-block;
    font-size: 12px;
}


/* 联系我们 */
.contact-main {
    margin-bottom: 4rem;
}

.contact-wrap {
    width: 80%;
}

.contact-title {
    margin-bottom: 2rem;
}

.contact-title h2 {
    font-size: 30px;
    color: #1f8f43;
    font-weight: 700;
}

.contact-title p {
    font-size: 18px;
    color: #1f8f43;
    margin-top: 0.2rem;
}

.contact-content {
    font-size: 16px;
    line-height: 2;
    color: #666666;
    border-bottom: 2px dotted rgba(26, 50, 99, 0.13);
    padding-bottom: 2rem;
}

.contact-item {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.contact-txt {
    width: 100%;
    margin-bottom: 1.6rem;
}

.contact-txt h3 {
    color: #1f8f43;
    margin-bottom: 0.6rem;
    font-size: 18px;
    font-weight: 700;
}

.contact-txt span {
    color: #666;
    font-size: 16px;
}

/* 留言 */
.form-content {
    width: 90%;
    background-color: #1f8f43;
    color: #fff;
    padding: 2rem 3rem;
}

.form-content {
    line-height: 2;
}

.form-title h3 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 2rem;
}

.form-list {
    margin-bottom: 1rem;
}

.form-label span {
    color: #ff9600;
}

.form-control {
    border-radius: 0.15rem;
}

.submitbtn {
    background-color: #fff;
    border-radius: 0.15rem;
    padding: 0.6rem;
    margin: 1rem 0 2rem;
}

/* 产品列表 */
.pro-title {
    text-align: center;
    margin: 3rem 0 2rem;
}

.pro-title h2 {
    font-size: 30px;
    font-weight: 700;
}

.crumb-title {
    margin-bottom: 3rem;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bcs-item {
    font-size: 22px;
}

.separator {
    margin: 0 1rem;
}

.breadcrumb .active {
    cursor: pointer;
}

.breadcrumb .active:hover {
    color: #1f8f43
}

.pro-txt1 {
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #333;
}

.pro-txt1:hover {
    color: #ff9600;
}

/* 详情页 */
.details-main {
    margin-top: 6rem;
    margin-bottom: 4rem;
}

.details-title {
    font-size: 30px;
    text-align: center;
    padding-bottom: 2rem;
    border-bottom: 2px dotted rgba(26, 50, 99, 0.13);
}

.details-content {
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.details-content p,
.details-content span {
    line-height: 3;
}

.details-link {
    display: flex;
    padding-top: 2rem;
    border-top: 2px dotted rgba(26, 50, 99, 0.13);
    justify-content: space-between;
    align-items: center;
}

.prev span,
.next span {
    color: #666;
    margin-left: 0.5rem;
}

.next-split {
    margin: 0 2rem;
}

.consultbtn {
    border: 0;
    background-color: #ff9600;
    width: 7.6rem;
    min-width: 100px;
    height: 2.6rem;
    color: #fff;
}

/* 分页 */
.blank-middle {
    height: 30px;
    line-height: 30px;
    clear: both;
    font-size: 0
}

.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
}

.pagination li {
    display: inline-block !important;
    border: solid 1px #EBEBEB;
    border-radius: 4px
}

.pagination a {
    color: #333;
    padding: 8px 12px;
    line-height: 18px;
    display: block;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s
}

.pagination .disabled a:link,
.pagination .disabled a:visited,
.pagination .disabled a:hover {
    cursor: not-allowed;
    pointer-events: none;
    color: #EBEBEB
}

.pagination .active {
    pointer-events: none
}

.pagination .active,
.pagination a:hover {
    transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s
}

/*分页 begin*/
.pagination li {margin:0 5px;font-size:14px;border:none;border-radius:4px;}
.pagination li a {border-radius:4px;color:#6e6e6e;background:#fff;padding:12px 16px;border:1px solid #DCDCDC;}
/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */
.pagination li.active a,.pagination li a:hover {background:#ff9600;color:#fff;border:1px solid #ff9600;}
/*分页 end*/