/*内页banner*/
.innerBanner{position: relative;z-index: 1;}
.innerBanner img{width: 100%;}
.innerBanner-titlewp{position: absolute;width: 100%;height: 100%;left: 0;top: 0;flex-direction: column; justify-content: center;align-items: center;
z-index: 2;color: #fff;}
.innerBanner-titleen{font-family: 'oswald-regular';text-transform: uppercase; font-size: 40px;}
.innerBanner-title{font-weight: 600;margin-top: 0;}
@media screen and (max-width: 768px) {
	.innerBanner-titleen{display: none;}
	.innerBanner-title{font-size: 20px;}
}

/*内页面包屑导航*/
.inner-breadcrumb{line-height: 70px;position: relative;background: #f1f1f1;}
.inner-breadcrumb:before{content: '';position: absolute;width: 100%;height: 1px;background: #f1f1f1;left: 0;bottom: 0;}
.inner-breadcrumb .icon{color: #241916;}
.inner-breadcrumb-tit a{color: #666;}
.inner-breadcrumb .container .row{justify-content: space-between;align-items: center;}
.inner-navbar li{padding: 0 24px;position: relative;}
.inner-navbar li a{color: #666; font-weight: 600;}
.inner-navbar li.inner-navbar-active{background: #fff;}
.inner-navbar .inner-navbar-active:after{content: '';position: absolute;width: 16px;height: 2px;background: #241916;right: 5px;top: 50%;transform: translateY(-50%);}

/*内页left*/
.mainbody .inner-content-wp{margin-top: 6%;margin-bottom: 6%;}
.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-image: linear-gradient(to right,#241916,#514440);
color: #fff;}
.ny_list li {width: 100%;font-family: 'oswald-regular';font-size: 16px;font-weight: 600; line-height: 40px;background: #f1f1f1;margin-bottom: 8px;padding: 0 15px;box-sizing: border-box;}
.ny_list li .icon{color: #666;}
.ny_list li a {color: #333;justify-content: space-between;}
@media screen and (max-width: 768px) {
	.ny-left{width: 100%;}
	.ny_list{justify-content: space-between;}
	.ny_list li{width: 49%;}
	.ny-left-contact{display: none;}
	.ny-right{width: 100%;}
	
}
/*内页right*/
.ny-right{width: 100%;}
.nypro-list{margin-bottom: 40px;}
.nypro-list li{overflow: hidden;margin-bottom: 24px;}
.nypro-list-item{border: 1px solid #ddd;padding: 4px;}
.nypro-list li img{width: 100%;position: relative;}
.nypro-list li h5{color:#241916; text-align: center;line-height: 40px;background: #f0f0f0;transition: all 0.5s;margin-top: 0;margin-bottom: 0;}
.nypro-list li:hover h5{background: #241916;color: #fff;}
@media screen and (max-width: 768px) {
	.ny-right{width: 100%;}
	.nypro-list{margin-bottom: 16px;}
	.nypro-list li h5{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
}
/*分页器*/
.newsnext li a{color: #333;}
.page_list{justify-content: center;margin-top: 40px;}
.page-status {display: none;}
.page-index, .page-pre a, .page-pre a, .page-numbar a, .page-next, .page-last {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 span .page-num-current{background: #241916;color: #fff;}
@media screen and (max-width: 768px) {
	.page-index,.page-last{display: none;}
}

/*内页about*/
.inner-content{justify-content: space-between;}
.inner-about-pic{width: 46%;padding: 20px;border: 1px solid #ddd;}
.inner-about-pic img{width: 100%;}
.inner-about-content{width: 48%;}
.inner-about-content h2{font-weight: 600;position: relative;padding-bottom: 24px;margin-bottom: 24px;}
.inner-about-content h2:after{content: ''; position: absolute;width: 50px;height: 3px;left: 0;bottom: 0; background: #999;}
.inner-about-content p{font-size: 14px; color: #666;line-height: 34px;text-indent: 2em;}
.inner-about1{display: none;}
@media screen and (max-width: 1200px) {
	.inner-about-content h2{font-size: 26px;}
	.inner-about-pic{width: 100%;margin-bottom: 24px;}
	.inner-about-content{width: 100%;}
	.inner-about{display: none;}
	.inner-about1{display: block;}
}
@media screen and (max-width: 768px) {
	.inner-about-content h2{font-size: 18px;}
}
/*企业文化*/
.inner-culture-title{position: relative;z-index: 3;}
.inner-culture-title h2{font-weight: 600;text-align: center;position: relative; z-index: 2;}
.inner-culture-title h1{font-size: 50px;text-align: center; font-family: 'oswald-bold';letter-spacing: 6px; text-transform: uppercase;color: #eee;margin-top: -40px;}
.inner-culture-itemwp{margin-top: 32px;justify-content: space-between;}
.inner-culture-item{width: 32.3333%;margin-bottom: 16px;background: #f1f1f1;}
.inner-culture-pic{overflow: hidden;}
.inner-culture-pic img{width: 100%;}
.inner-culture-itemtitle{font-size: 20px;font-weight: 600; margin: 16px 0;padding-bottom: 16px;position: relative;text-align: center;}
.inner-culture-itemtitle:after{content: '';position: absolute;width: 26px;height: 2px;background: #c6ad7c;left: 50%;transform: translateX(-50%);bottom: 0;}
.inner-culture-des{text-align: center;text-transform: uppercase;font-weight: 600;color: #666; margin-bottom: 16px;padding: 0 10px;}
@media screen and (max-width: 768px) {
	.inner-culture-item{width: 100%;}
	.inner-culture-title h2{font-size: 18px;}
	.inner-culture-title h1{font-size: 30px;margin-top:-26px;}
}
.inner-mbcontent-wp{margin-top: 32px;align-items: center;}
.inner-mbpic{width: 50%;}
.inner-mbpic img{width: 100%;}
.inner-mbcontent{width: 50%;background: #f1f1f1;padding: 2% 5%;}
.inner-mbcontentlist{margin-bottom: 16px;padding-bottom: 16px;border-bottom: 1px solid #ddd;}
.inner-mbcontentlist h5{align-items: center;}
.inner-mbcontentlist h5 strong{font-family: 'oswald-regular';margin-right: 8px;letter-spacing: 2px;color: #c6ad7c;}
.inner-mbcontentlist p{font-size: 18px;font-weight: 600;}
.inner-rwgh{margin-top: 40px;}
.inner-content-wp .inner-rwgh .swiper-slide img{width: 100%;}
.inner-content-wp .inner-rwgh .swiper-slide h5{text-align: center;line-height: 40px;background: #f1f1f1;}
@media screen and (max-width: 768px) {
	.inner-mbpic{width: 100%;}
	.inner-mbcontent{width: 100%;}
}
/*发展历程*/
.inner-history{margin-top: 40px;padding-bottom: 40px;}
.inner-history .swiper-wrapper .inner-history-slide{justify-content: space-between;align-items: center;}
.inner-history .swiper-wrapper .inner-history-slide .history-text{width: 46%;padding: 0 0 0 100px;}
.inner-history .swiper-wrapper .inner-history-slide .history-pic{width: 48%;padding: 0 100px 0 0;}
.inner-history .swiper-wrapper .inner-history-slide .history-pic img{width: 100%;}
.inner-history-prev,.inner-history-next{top: 50%;transform: translateY(-50%);width: 50px;height: 50px;border-radius: 50%;border: 1px solid #ddd;
display: flex;justify-content: center;align-items: center;color: #ddd;}
.inner-history .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #c6ad7c;}
.inner-history-prev{left: 0%;}
.inner-history-next{right: 0%;}
.inner-history-pagination{left: 0;bottom: 0;}
.history-year{font-family: 'oswald-regular';font-size: 80px;color: #c6ad7c;font-weight: bold;}
.inner-history .history-text p{font-size: 14px;color: #505050;line-height: 28px;}
.history-pic-pagination{left: 50%;transform: translateX(-50%); bottom: 10px;}
.history-smpic .swiper-slide{position: relative;}
.history-smpic .swiper-slide video{position: absolute;width: 100%;height: auto;left: 0;top: 50%;transform: translateY(-50%);}
.history-smpic .swiper-pagination-bullet-active{background: #241916;}
.inner-pic-wp{margin-top: 40px;}
.inner-pic-itemwp{margin-bottom: 24px;}
.inner-pic-item{border: 1px solid #ddd;padding: 4px;}
.inner-pic{overflow: hidden;}
.inner-pic img{width: 100%;height:100%; object-fit:cover;}
.inner-pic-item h5 {text-align: center;line-height: 40px;text-transform: uppercase; background: #f0f0f0;transition: all 0.5s;margin-top: 0;margin-bottom: 0;}
@media screen and (max-width: 768px) {
	.inner-history .swiper-wrapper .inner-history-slide .history-text{width: 100%;padding: 0;margin-bottom:16px;}
	.history-year{font-size: 60px;}
	.inner-history .swiper-wrapper .inner-history-slide .history-pic{width: 100%;padding: 0;}
}
/*内页视频*/
.ny-video-list iframe{display: block;width: 100%!important;margin-bottom: 0!important;}

/*内页产品*/
.ny-right-details{border: 1px solid #ddd;padding: 2%;}
.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: 433px}
.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: #c6ad7c;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 h3{font-size: 22px; font-weight: 600;}
.tit_h1 h4,.tit_h2 h4{font-family: 'oswald-regular'; color: #666;font-size: 16px;}
.tit_h2 a{color: #666;}
.tit_h1,.tit_h2{align-items: flex-end;}
.tit_h1,.tit_h2{margin-bottom: 16px;}
.ny_img_center .tit_h3{padding-top: 24px;margin-top: 24px;border-top: 1px solid #f1f1f1;}
.back a{display: block;width: 120px;text-align: center;border: 1px solid transparent; background: #241916;padding: 5px 0;font-size: 15px;color: #fff;transition: all .36s ease;
margin-right: 15px;line-height: 40px;transition: all 0.5s;}
.back a:hover{background: transparent;border: 1px solid #241916;color: #241916;}
.tit_fasong a{display: block;width: 120px;text-align: center;border: 1px solid #241916;padding: 5px 0;font-size: 15px;color: #241916;transition: all .36s ease;
margin-right: 15px;line-height: 40px;transition: all 0.5s;}
.tit_fasong a:hover{background: #241916;color: #fff;}
.cp-xq{margin-top: 40px;margin-bottom: 40px;}
.product-details-title{font-size: 22px;background: #241916;color: #fff;border-radius: 15px 0;padding: 1.5%;margin-bottom: 1%;}
.product-details-content{margin-top: 24px;}
.product-details-content img{width: 100%;}
.ny_right_content table{margin-bottom: 24px;}
.ny_right_content table tbody tr td{color: #57585a;padding: 10px!important;border: 1px solid #ddd;font-size: 15px;font-family: "微软雅黑";}
.ny_right_content table tbody tr.firstRow  td{font-size: 18px;font-weight: 600;text-align: center;}
.ny_right_content table tbody tr:nth-child(odd) td {background-color: #eef8ff;}
.ny_right_content .b-video{display: flex;flex-wrap: wrap;justify-content: space-between;}
.ny_right_content iframe{display: block;width: 49%;height: 350px; margin-bottom: 24px;}
.newsnext{justify-content: space-between;}
.newsnext li{color: #666;}
.product-recommend{padding-top: 40px;margin-top: 40px;border-top: 1px solid #ddd;}
.product-recommend h4{font-weight: 600;margin-bottom: 24px; }
.inner-cprecommend .swiper-wrapper .swiper-slide .honor-pic img{width: 100%;}
.inner-cprecommend .swiper-wrapper .swiper-slide h5{color: #241916;text-align: center;line-height: 40px;background: #f0f0f0;transition: all 0.5s;
margin-top: 0;margin-bottom: 0;}
.inner-cprecommend .swiper-wrapper .swiper-slide:hover h5{background: #241916;color: #fff;}	
@media screen and (max-width: 768px) {
	.ny_img_left{width: 100%;}
	.view .swiper-container{height: 250px;}
	.ny_img_center{width: 100%;}
	.back a,.tit_fasong a{padding: 0;}
	.product-details-title{font-size: 18px;padding: 2% 4%;}
	.ny_right_content iframe{width: 100%;}
	.newsnext{margin-bottom: 24px;}
}

/*内页应用领域*/
.alt-wp{justify-content: space-between;margin-top: 40px;}
.alt-item{width: 49%; overflow: hidden;position: relative;margin-bottom: 24px;}
.alt-item img{width: 100%;}
.alt-text-wp{position: absolute;width: 100%;height: 100%;padding: 0 6% 2% 6%; left: 0;top: 0;flex-direction: column;justify-content: flex-end;
overflow: hidden;transition: all 0.3s;}
.alt-text .alt-s{display: inline-block; background-color: #fff;color: #333;padding: 6px 8px;}
.alt-text h1{font-size: 28px;font-weight: 600;color: #fff;letter-spacing: 1px;}
.alt-text p{display: none; color: #fff;}
.alt-item:hover .alt-text-wp{padding: 0 6% 6% 6%;}
@media screen and (max-width: 768px) {
	.alt-item{width: 100%;}
	.alt-text h1{font-size: 24px;}
}
/*内页新闻*/
.nynewslist a li{padding-bottom: 16px;margin-bottom: 16px;border-bottom: 1px solid #ddd;}
.nynewslist h4{font-size: 22px; color: #333;}
.nynewslist p{color: #666;line-height: 32px;}
.nynewslist h5{color: #999;}
.article_title{text-align: center;padding-bottom: 16px;margin-bottom: 16px;border-bottom: 1px solid #ddd;}
.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;}
	.news_con img{width: 100%;}
}
/*联系我们*/
.nycontact_right{width:100%; height:auto;background:#fff;}
.nycontact_right_content{width:100%; height:auto; line-height:30px; color:#333;}
.nycontact_right_content img{max-width:100%;}
.contact-content{display: flex;flex-wrap: wrap;justify-content: space-between;}
.contact_one span {font-size: 40px;line-height: 30px;color: #1a1a1a;margin-bottom: 22px;display: block;font-weight: bold;}
.contact_one .ny-contact-t{margin-bottom: 32px;font-size: 30px;line-height: 50px;}
.contact_one i {width: 40px;height: 3px;background: #c6ad7c;display: block;margin-bottom: 30px;}
.contact-content  .contact_one{width: 30%;padding: 2%;background: #f1f1f1;box-sizing: border-box;}
.contact-content  .contact_two{width: 69%;padding: 2%;background: #f1f1f1;box-sizing: border-box;}
.contact-content  .contact_two h3{font-weight: 600;margin-top: 0;margin-bottom: 16px;}
.contact-content  .contact_two p{font-size: 16px;font-family:'oswald-regular';}
.contact-map{margin-top: 16px;overflow: hidden;}
.m-map{display: none;}
@media screen and (max-width: 1200px) { 
	.contact_one span{font-size: 30px;}
} 
@media screen and (max-width: 1100px) { 
.nycontact_right{width:100%;padding:0 0;}
.contact_one .ny-contact-t{margin-bottom: 8px;font-size: 20px;line-height: 30px;}
.contact_one i{margin-bottom: 16px;}
.contact_title{margin-bottom: 0px;}
} 
/* 设置了浏览器宽度不大于1100px时 */
@media screen and (max-width: 992px) { 
	.contact-content .contact_one{width: 100%;margin-bottom: 16px;padding: 4%;}
	.contact-content .contact_two{width: 100%;padding: 4%;}
	.contact-content .contact_two h3{font-size: 18px;}
} 
@media screen and (max-width: 768px) { 	
	.pc-map{display: none;}
	.m-map{display: block;}
} 

/*内页footer*/
.inner-footnav{margin-top: 0!important;}
