/*内页banner*/
.innerBanner{position: sticky;top: 50px;height: 500px;background: url(../images/back1.jpg) no-repeat center center;background-size: cover; z-index: 1;}
.innerBanner img{display: block;width: 100%;}
.innerBanner-titlewp{position: absolute;height: 100%;left: 50%;transform: translateX(-50%); top: 0;flex-direction: column; justify-content: center;
z-index: 2;color: #fff;}
.innerBanner-titleen{font-size: 40px;font-weight: 600;letter-spacing: 2px;font-family: 'oswald-regular';text-transform: uppercase;}
.innerBanner-title{font-weight: 600;margin-top: 0;}

@media screen and (max-width: 768px) {
	.innerBanner{margin-top: 80px;height: 200px;}
	.innerBanner-titleen{display: none;}
	.innerBanner-title{font-size: 20px;}
}

/*内页面包屑导航*/
.inner-breadcrumb{line-height: 60px;border-bottom: 1px solid #e5e5e5;justify-content: space-between;align-items: center;}
.inner-breadcrumb-tit .icon,.serachBtn .icon{color: #333;}
.inner-breadcrumb-tit a{color: #666;}
.inner-breadcrumb .container .row{justify-content: space-between;align-items: center;}
.case-navlist li{padding-left: 24px;}
.case-navlist li a{font-size: 16px; color: #333;font-weight: 500;}
.case-navlist-name{margin-right: 4px;}
.case-navlist li a .icon{font-size: 12px; color: #666;}
@media screen and (max-width: 768px) {
	.case-navlist li{padding-left: 8px;}
}

.mainbody{position: relative;background: #fff; z-index: 2;}

/*内页left*/
.mainbody .inner-content-wp{margin-top: 3%;margin-bottom: 3%;}
.ny-left{width: 20%;float: left;}
.ny_left_title {line-height: 80px;margin-bottom: 8px;text-align: center;font-size: 26px;font-weight: 600;background: #2f51ab;color: #fff;}
.ny_list li {width: 100%;line-height: 40px;background: #f1f1f1;margin-bottom: 8px;padding: 0 15px;box-sizing: border-box;}
.ny_list li a {color: #333;justify-content: space-between;}
#innerProductNavErjiA{color:#0077C3;}
@media screen and (max-width: 768px) {
	.ny-left{width: 100%;}
	.ny_left_title{font-size: 20px;}
	.ny_list{justify-content: space-between;}
	.ny_list li{width: 49%;}
	.ny-left-contact{display: none;}
	.ny-right{width: 100%;}
}

/*内页right*/
.ny-right{width: 77%;float: right;}
.nypro-list{margin-bottom: 40px;}
.nypro-list li{overflow: hidden;padding: 10px;}
.nypro-list-item{border: 1px solid #ddd;padding: 4px;}
.nypro-list li img{width: 100%;position: relative;}
.nypro-list li h5{font-size: 16px; color: #333;text-align: center;line-height: 46px;background: #f0f0f0;transition: all 0.5s;margin-top: 0;margin-bottom: 0;overflow: hidden;
text-overflow: ellipsis;white-space: nowrap;}
.nypro-list li:hover h5{background: #09873d;color: #fff;}
@media screen and (max-width: 768px) {
	.ny-right{width: 100%;}
	.nypro-list{margin-bottom: 16px;}
}

/*搜索*/
.inSearch{font-size: 26px;font-weight: 600;color: #333;text-align: center;line-height: 80px;background: #f1f1f1;margin-bottom: 40px;}

/*分页器*/
.page_list{justify-content: center;}
.page-status {display: none;}
.page-index, .page-pre a, .page-pre a, .page-numbar a, .page-next, .page-last,.page-num {display: inline-block;color: #666666;text-align: center;padding: 0px 15px;
margin: 0px 2px;line-height: 35px;border: 1px solid #dfdfdf;}
.page_list span a {color: #666666;}
.page_list .page-num-current{background: #09873d;color: #fff;}
.page-pre,.page-next{letter-spacing: -3px;}
@media screen and (max-width: 768px) {
	.page-index,.page-last{display: none;}
}

/*内页about*/
.inner-about-content{overflow: hidden;font-size:16px;}
.inner-about-content p{color: #666;line-height: 40px;}
.inner-about-content img{max-width: 100%;}
.inAbPic{margin-bottom: 8px;}

/*内页产品列表*/
.inner-productNav{padding: 10px;}
.inProNavBg{background: #f1f1f1;padding: 20px;}
.inProNavLi{width: 20%;padding-left: 20px; padding-right: 20px;}
.inner-productNav a{display: block;font-size: 16px;font-weight: 600;line-height: 3;color: #808080;border-bottom: 1px solid #cbcbcb;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;position: relative;transition: all 0.5s ease;}
.inner-productNav a::after{position: absolute;content: "+";right: 0;}
.inner-productNav a:hover{color: #09873d;border-color: #09873d;}
.inner-productNav .inner-productNavActive{color: #09873d;border-color: #09873d;}

.inProSort{margin-bottom: 24px;background: #f5f5f5;}
.inProSortPic{width: 50%;height: 400px; overflow: hidden;border: 4px solid #09873d;}
.inProSortPic img{width: 100%;height: 100%;object-fit: cover;transition: 0.5s 100ms all linear;}
.inProSortTextWp{width: 50%;overflow: hidden;position: relative;}
.inProSortText{height: 100%; padding: 0 5%;flex-direction: column; justify-content: center; position: relative;z-index: 3;}
.inProSortTextWp::before,.inProSortTextWp::after{content: '';position: absolute;
width: 100%;height: 50%;background-color: #09873d;left: 0;-webkit-transition: all .75s;transition: all .75s;z-index: 2;opacity: 0;-webkit-opacity: 0;}
.inProSortTextWp::before{top: 0;transform: translateY(-100%);-webkit-transform: translateY(-100%);}
.inProSortTextWp::after{bottom: 0;transform: translateY(100%);-webkit-transform: translateY(100%);}
.inProSort:hover .inProSortTextWp::before,.inProSort:hover .inProSortTextWp::after{transform: none;-webkit-transform: none;opacity: 1;-webkit-opacity: 1;}
.inProSort .inProSortText h3{color: #333;}
.inProSort .inProSortText h5{color: #999;font-family: Arial, Helvetica, sans-serif;margin-bottom: 16px;}
.inProSort .inProSortText p{color: #666;line-height: 2;}
.inProMore{margin-top: 20px;color: #666;align-items: center;}
.inProMore .inProMoreIcon1{font-size: 26px;font-weight: 600; margin-right: 6px;}
.inProMore .inProMoreIcon2{font-size: 18px;margin-left: 20px;opacity: 0;transition: 0.5s 100ms all linear;}
.inProSort:hover .inProMore .inProMoreIcon2{margin-left: 6px;opacity: 1;}
.inProSort:hover .inProSortPic img{transform: scale(1.1);}
.inProSort:hover .inProSortTextWp .inProSortText h3{color: #fff;}
.inProSort:hover .inProSortTextWp .inProSortText h5{color: #fff;}
.inProSort:hover .inProSortTextWp .inProSortText p{color: #fff;}
.inProSort:hover .inProSortTextWp .inProSortText .inProMore{color: #fff;}
@media screen and (max-width: 992px) {
	.inProNavLi{width: 33.3333%;}
	.inProSortPic{width: 100%;}
	.inProSortTextWp{width: 100%;padding: 20px 0;}	
	.inProSort .inProSortText h5{font-size: 12px;}
}
@media screen and (max-width: 768px) {
	.inProNavLi{width: 50%;padding-left: 6px;padding-right: 6px;}
	.inner-productNav a{font-size: 14px;}
	.inProSortPic{height: 260px;border:2px solid #09873d;}
}
/*内页产品详情*/
.ny_img_com{justify-content: space-between;}
.ny_img_left{width: 48%;}
.ny_img_left .view img{width: 100%;}
.ny_img_center{width: 48%;margin-top: 24px;}
.pic_page {position: absolute;z-index: 100;right: 20px;bottom: 20px;font-size: 18px;color: #FF5909;font-weight: bold}
.view {position: relative;border: 1px solid #eee;}
.view .swiper-container {width: 100%;height: auto;}
.view .arrow-left {position: absolute;left: 0;top: 50%;margin-top: -25px;width: 28px;height: 50px;background: url('../images/arrow_l.png') no-repeat center;background-size: 100%;z-index: 10}
.view .arrow-right {position: absolute;right: 0;top: 50%;margin-top: -25px;width: 28px;height: 50px;background: url('../images/arrow_r.png') no-repeat center;z-index: 10}
.view .swiper-slide div {width: 100%;height: 100%;background-position: center;background-repeat: no-repeat;background-size: cover}
.preview {width: 100%;margin-top: 18px;position: relative}
.preview .swiper-container {margin-left: 45px;margin-right: 45px}
.swiper-tab{height:auto!important;}
.preview .swiper-slide {width: 60px;margin-right: 8px; cursor: pointer;overflow: hidden;}
.preview .swiper-slide img {width: 100%;margin: 0 auto;border: 2px solid #edeef5}
.preview .arrow-left {background-size: 100% 100%;position: absolute;left: 0px;top: 10px;margin-top: -9px;width: 44px;height: 48px;text-align: center;z-index: 10}
.preview .arrow-left span {display: inline-block;width: 12px;height: 18px;background: url('../images/arrow_l@1x.png') no-repeat center;
background-size: 100% 100%;margin-top: 14px}
.preview .arrow-right {position: absolute;right: 0px;top: 10px;margin-top: -9px;width: 44px;height: 48px;text-align: center;z-index: 10}
.preview .arrow-right span {display: inline-block;width: 12px;height: 18px;background: url('../images/arrow_r@1x.png') no-repeat center;
background-size: 100% 100%;margin-top: 14px}
.preview .active-nav img {width: 100%; padding: 0;border-color: #09873d;opacity: .9}

.ny_img_center h3,.ny_img_center h4,.ny_img_center h5{margin-top: 0;margin-bottom: 0;}
.ny_img_center .tit_h1 h4{font-size:20px;color:#666;}
.ny_img_center .tit_h1 h1{font-size:28px;color:#333;font-weight:600;margin-top:16px;}
.tit_h2{padding:24px 0 0 0;margin: 24px 0 0 0;border-top: 1px solid #ddd;}
.tit_h2 h3{font-size: 16px;color: #666;margin-bottom:8px;}
.tit_h2 p{font-size: 24px;line-height: 2;color: #666;}
.tit_Product_advantage{margin: 24px 0 24px 0;padding: 24px 0 24px 0;border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.tit_Product_advantage h4{font-size:16px; color: #666;font-weight: normal;line-height: 2;position:relative;padding-left:20px;}
.tit_Product_advantage h4::before{content:'';position:absolute;width:10px;height:10px;border:2px solid #ddd;border-radius:50%;left:0;top:50%;transform:translateY(-50%);}
.tit_Product_advantage h4:hover::before{border:2px solid #09873d;}
.ny_img_center .tit_h3{padding-top: 24px;margin-top: 24px;}
.back a{display: block;width: 120px;text-align: center;border: 1px solid #333;padding: 5px 0;font-size: 15px;color: #333;transition: all .36s ease;
margin-right: 15px;line-height: 40px;transition: all 0.5s;border-radius: 2px;}
.back a:hover{border: 1px solid #09873d;background: #09873d;color: #fff;}
.tit_fasong a{display: block;width: 120px;text-align: center;border: 1px solid transparent; background: #09873d;padding: 5px 0;font-size: 15px;color: #fff;transition: all .36s ease;
margin-right: 15px;line-height: 40px;transition: all 0.5s;border-radius: 2px;}
.tit_fasong a:hover{background: transparent;border: 1px solid #09873d;color: #09873d;}
.cp-xq{margin-top: 40px;margin-bottom: 40px;}

.product-details-title{font-size: 22px;background: #09873d;color: #fff;padding: 1.5%;margin-bottom: 1%;}
.product-details-content{margin-top: 24px;}
.product-details-content img{display: block; max-width: 100%;margin: 0 auto;}
.product-details-content table{width: 100%!important; margin-bottom: 24px;}
.product-details-content table tbody tr td{color: #57585a;padding: 10px!important;border: 1px solid #ddd;text-align: center; font-size: 15px;font-family: "微软雅黑";}
.product-details-content table tbody tr:nth-child(odd) td {background-color: #eef8ff;}

.newsnext{justify-content: space-between;}
.newsnext li a{color: #666;}
.recomProducts{background: #f1f1f1;margin-top: 40px; padding: 40px;}
.recomProducts h3{margin-bottom: 24px;}
.recomProductsSwiper .swiper-wrapper .swiper-slide{background: #f2f2f2;}
.swiper-slide-pic{overflow: hidden;}
.swiper-slide-pic img{width: 100%;}
.swiper-slide-title{padding-top: 20px;}
.swiper-slide-title h4{font-size: 16px;text-align: center; padding: 0 10px; margin-top: 0; margin-bottom: 0; color: #333; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.recomProductsSwiper .swiper-wrapper .swiper-slide:hover .swiper-slide-title h4{color: #09873d;}
@media screen and (max-width: 768px) {
	.ny_img_left{width: 100%;}
	.ny_img_center{width: 100%;}
	.back a,.tit_fasong a{padding: 0;}
	.product-details-title{font-size: 18px;padding: 2% 4%;}
	.inner-right-content iframe{width: 100%;}
	.newsnext{margin-bottom: 24px;}
	.recomProducts{padding: 4%;}
	.ny_img_center .tit_h1 h4{font-size: 14px;}
	.ny_img_center .tit_h1 h1{font-size: 22px;}
}

/*内页工程案例*/


/*内页新闻*/
.nynewslist a li{padding-bottom: 16px;margin-bottom: 16px;border-bottom: 1px solid #ddd;}
.nynewslist h4{font-size: 22px; color: #333;}
.nynewslist p{font-size: 14px; color: #666;line-height: 32px;}
.nynewslist li h5{color: #666;font-size: 14px;margin-top: 0.5rem;}
.article_title{text-align: center;padding-bottom: 16px;margin-bottom: 16px;border-bottom: 1px solid #ddd;}
.article_title h1{font-size: 24px;}
.artdet{text-align: center;}
.artdet span{display: inline-block;margin-right: 24px;}
.news-desc{padding: 10px;background: #f2f2f2;color: #666;margin: 16px 0;}
.news_con{font-size: 16px;color: #666;line-height: 32px;margin-bottom: 40px;}
.news_con img{max-width: 100%;}
@media screen and (max-width: 768px) {
	.nynewslist h4{font-size: 18px;}
	.nynewslist p{line-height: 22px;}
	.article_title h1{font-size: 18px;}
}

/*联系我们*/
.messageTitle{padding:60px 0 40px 0;text-align:center;}
.message1,.message2,.messagecontent{margin-bottom:24px;}
.message1 input{display: block;width: calc(calc(100% - 40px) / 3);float: left; margin-right: 20px;height: 50px;border: 1px solid #ddd;padding: 0 30px;outline: none;font-size: 16px;}
.message1 input:nth-child(3){margin-right:0;}
.message2 input{display: block;width: calc(calc(100% - 20px) / 2);float: left; margin-right: 20px;height: 50px;border: 1px solid #ddd;padding: 0 30px;outline: none;font-size: 16px;}
.message2 input:nth-child(2){margin-right:0;}
.messagecontent{display: block;width: 100%;height: 140px;line-height: 1.5;border: 1px solid #ddd;padding: 20px 30px;font-size: 16px;resize: none;
	cursor: auto;
}
.more{--color: #09873d;font-family: inherit;display: block;width: 8em;height: 2.6em;line-height: 2.5em;text-align: center; margin: 20px 0;position: relative;overflow: hidden;border: 2px solid var(--color);transition: color .5s;z-index: 1;font-size: 17px;border-radius: 6px;font-weight: 500;color: var(--color);background: transparent;}
.more:before {content: "";position: absolute;z-index: -1;background: var(--color);height: 150px;width: 200px;border-radius: 50%;}
.more:hover {color: #fff;}
.more:before {top: 100%;left: 100%;transition: all .7s;}
.more:hover:before {top: -30px;left: -30px;}
.more:active:before {transition: background 0s;}
.messagesub{margin-left: auto;margin-right: auto;}

.innerContactWp{position:relative;padding-top:5%;padding-bottom: 5%;}
.innerContactWp .row{justify-content:space-between;}
.contact-item{justify-content: space-between;}
.contact-text{width: 50%;background: url(../images/contactbg.jpg) no-repeat center center;padding: 5% 2%;}
.contact-textTitle{font-weight: 600;}
.contact-line{width: 80px;height: 3px;background: #09873d;margin: 32px 0;}
.contact-text p{font-size: 14px;color: #666;}
.contacts{margin-top: 32px;font-size: 16px;line-height: 2;justify-content: space-between;align-items: center;}
.contact-pic{width: 50%; overflow: hidden;}
.contact-pic img{width: 100%;}
.contacts-item{align-items: center;position: relative;padding-bottom: 16px;margin-bottom: 16px;border-bottom: 1px solid rgba(255,255,255,0.2);}
.contacts-item .contacts-itemIcon{width: 50px;height: 50px;border-radius: 50%;background: rgba(255,255,255);justify-content: center;align-items: center;}
.contacts-item .contacts-itemIcon .icon{font-size: 40px;color: #09873d;}
.contacts-itemText{margin-left: 16px;}
.contacts-itemText h3{font-size: 18px;}
.contacts-itemText h5{font-size: 16px;}
.contacts-item a{color: #333;}
.contacts-item a:hover {text-decoration: underline;}
#meMap{width: 50%;height: auto;}
.amap-marker-label{display: none; width: 250px;border-radius: 4px; left: 20px!important;top: 40px!important; border: none;padding: 10px;}
.amap-marker-label h5{font-size: 16px;margin-bottom: 10px;position: relative;}
.amap-marker-label h5 span{position: absolute;right: 0;top: 50%;transform: translateY(-50%);cursor: pointer;}

.mapAdd{font-size: 14px; white-space: normal;line-height: 2;padding-top: 10px;border-top: 1px solid #f1f1f1;}
@media screen and (max-width: 1100px) { 
	.contact-text{width: 100%;padding:5% 4%;}
	#meMap{width: 100%; height: 400px;}
} 
@media screen and (max-width: 768px) { 	
	.contact-textTitle{font-size: 18px;}
	.contacts-item .contacts-itemIcon{width: 40px;height: 40px;}
	.contacts-item .contacts-itemIcon .icon{font-size: 30px;}
	.contacts-itemText h3{font-size: 18px;}
	.contacts-itemText{width: 80%;}
	.message1 input,.message2 input{padding:0 8px;font-size:14px;}
	.messagecontent{padding:20px 10px;font-size:14px;}
} 
/*内页footer*/
.inner-footnav{margin-top: 0!important;}
