﻿/*内页banner*/
.nyban{
	height: 600px;
	background-attachment: fixed !important;
	position: relative;
	z-index: 0;
	background-size: cover !important;
	margin-top: 90px;
}
.nyban:before{
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: url(../images/bot.png) repeat center;
    opacity: 0.1;
}
.bancontent{
	height: 100%;
}
.bancontent .summary h2{
	font-size: 64px;
	color: #fff;
	line-height: 1;
	margin-bottom: 24px;
	text-transform: capitalize;
}
.bancontent .summary p{
	font-size: 18px;
	color: #fff;
	line-height: 2;
}
.bancontent .linkbtn{
	margin: 50px 0 10px;
}
.nyban .sitebtn3{
	padding: 0 28px;
}
.nyban .sitebtn3 h5{
	color: #fff;
	font-size: 16px;
	line-height: 60px;
}
.nyban .sitebtn3 i svg path{
	fill: #ffffff;
}

/*面包屑导航*/
.bread{
	height: 80px;
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
	color: #b2b2b2;
	font-size: 14px;
}
.bread i {
	line-height: 24px;
	margin-right: 4px;
	font-size: 16px;
	transform: translateY(1px);
	color: inherit;
}
.bread  span {
	padding-right: 4px;
	
	color: inherit;
}
.bread em {
	padding: 0 4px;
	
}
.bread a {
	color: inherit;
	
}
.bread  span,
.bread a:hover{
	color: #e5801f;
}

/*内页 列表分页*/
.pagination{
	margin-top: 60px;
}
.pagination a.page-item{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	margin: 0 5px;
	border: 2px solid #ccc;
	border-radius: 4px;
	color: #1a1a1a;
	position: relative;
}
.pagination a.page-item:first-child{
	transform: rotateY(180deg);
}
.pagination a.page-num,
.pagination span.page-num{
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 46px;
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 4px;
	margin: 0 5px;
    
    
}
.pagination a:hover svg path{
	fill: #ffffff;
}
.pagination a.page-num.page-num-current,
.pagination a:hover{
	border-color: #d6222b !important;
	background: #d6222b;
	color: #fff;
}

/*内页 详情分页*/
.paging a{
	display: flex;
	align-items: center;
}
.paging a:first-child i{
	transform: rotateY(180deg);
	margin-right: 20px;
}
.paging a:last-child i{
	margin-left: 20px;
}
.paging a i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	line-height: 44px;
	height: 48px;
	border-radius: 4px;
	border: 2px solid #dbdbdb;
}
.paging a h5{
	display: block;
	font-size: 16px;
    color: #1a1a1a;
}
.paging a:hover i{
	background: #e6291e;
	border-color: #e6291e;
}
.paging a:hover i svg path{
	fill: #ffffff;
}
.paging a:hover h5{
	color: #e6291e;
}

/*产品详情放大查看*/
.zm-viewer {
	position: absolute;
	display: none;
	overflow: hidden;
	z-index: 99;
	background: #fff;
}
.zm-viewer img {
	mix-blend-mode: darken;
	max-width: unset;
	transition: none;
}
.zm-handler {
	position: absolute !important;
	display: none;
	overflow: hidden;
	cursor: crosshair;
	border: none !important;
}
.zm-description {
	display: none;
}

/*内页 产品列表*/
.nyprolist{
	padding: 90px 0 100px;
}
.nyprolist .left{
	width: 360px;
	position: sticky;
    top: 100px;
}
.nyprolist .right{
	width: calc(100% - 400px);
}
.nyprolist .right .list ul{
	margin: -15px;
}
.nyprolist .right .list ul li{
	width: calc(100% / 3);
	padding: 15px;
}
.nyprolist .right .list ul li .pic{
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.06);
	position: relative;
	z-index: 0;
}
.nyprolist .right .list ul li .pic:before{
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #e5801f , #e6291e);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0);
	z-index: 1;
	opacity:0;
	transition: all 0.4s;
}
.nyprolist .right .list ul li .pic i{
	width: 60px;
	height: 60px;
	border-radius: 4px;
	background: #1a1a1a;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0);
	z-index: 1;
	opacity:0;
	transition-delay: 0.2s;
}
.nyprolist .right .list ul li:hover .pic img{
	transform: scale(1.1);
}
.nyprolist .right .list ul li:hover .pic:before{
	transform: translate(-50%,-50%) scale(1);
	opacity:0.8;
}
.nyprolist .right .list ul li:hover .pic i{
	transform: translate(-50%,-50%) scale(1);
	opacity:1;
}
.nyprolist .right .list ul li:hover h2{
	color: #e5801f;
}
.nyprolist .right .list ul li h2{
	padding: 0 30px;
	font-size: 16px;
	margin-top: 20px;
	color: #1A1A1A;
	line-height: 28px;
	text-align: center;
}
.sideprocate .top{
	transition: all 0.4s;
}
.sideprocate .top h2{
	color: #1A1A1A;
    line-height: 1;
    font-size: 24px;
}
.sideprocate .top i{
	color: #1a1a1a;
	display: none;
}
.sideprocate .bottom{
	margin-top: 30px;
}
.sideprocate .bottom ul li{
	margin-top: 30px;
}
.sideprocate .bottom ul li:first-child{
	margin-top: 0;
}
.sideprocate .bottom ul li .pic{
	border-radius: 4px;
	width: 72px;
	height: 72px;
}
.sideprocate .bottom ul li .pic img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.sideprocate .bottom ul li h2{
	width: calc(100% - 90px);
	color: #1a1a1a;
	font-size: 20px;
	line-height: 30px;
}

.sideprocate .bottom ul li:hover h2,
.sideprocate .bottom ul li.on h2{
	color: #e5801f;
}
.sideprocate .bottom ul li:hover .pic img{
	transform: scale(1.1);
}

.sidehotpro .bottom{
	margin-top: 30px;
}
.sidehotpro .bottom ul li{
	margin-top: 30px;
}
.sidehotpro .bottom ul li:first-child{
	margin-top: 0;
}
.sidehotpro .bottom ul li .pic{
	border-radius: 4px;
	width: 70px;
	height: 70px;
	border: 1px solid #e5e5e5;
	background: #f5f5f5;
}
.sidehotpro .bottom ul li .pic img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	mix-blend-mode: darken;
	
}
.sidehotpro .bottom ul li h3{
	width: calc(100% - 90px);
	color: #1a1a1a;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.sidehotpro .bottom ul li:hover h3{
	color: #e5801f;
}
.sidehotpro .bottom ul li:hover .pic img{
	transform: scale(1.1);
}

/*内页 产品详情概要*/
.nyproxq{
	margin-top: 90px;
}
.proxq{
	padding: 90px 0;
}
.proxq .xqpic{
	position: sticky;
    width: 50%;
    top: 120px;
}
.proxq .xqpic .swiper-container{
	background: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 0 80px 0 rgba(0,0,0,0.06);
}
.proxq .xqpic .swiper-pagination{
	position: unset;
	display: none;
	font-size: 0;
	margin-top: 30px;
}
.proxq .xqpic .swiper-pagination span{
	width: 10px;
	height: 10px;
	border: 1px solid #dbdbdb;
	background: none;
	opacity: 1;
	margin: 0 10px !important; 
	position: relative;
}
.proxq .xqpic .swiper-pagination span:before{
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #d6222b;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0);
}
.proxq .xqpic .swiper-pagination span.swiper-pagination-bullet-active{
	border-color: #d6222b;
}
.proxq .xqpic .swiper-pagination span.swiper-pagination-bullet-active:before{
	transform: translate(-50%,-50%) scale(1);
}
.proxq .xqdes{
	padding-left: 80px;
	width: 50%;
}
.proxq .xqdes .pro-title{
	font-size: 36px;
	line-height: 48px;	
}
.proxq .xqdes .des{
	margin-top: 30px;
}
.proxq .xqdes .des h3{
	font-size: 18px;
	line-height: 1;
	margin-bottom: 12px;
	font-weight: normal;
}
.proxq .xqdes .des p{
	font-size: 15px;
	line-height: 28px;
	color: #808080;
}
.proxq .content h3{
	font-size: 18px;
	line-height: 1;
	margin: 30px 0 16px;
	color: #e5801f;
}
.proxq .content table{
	width: 100%;
}
.proxq .content table td {
    border: 1px solid #dbdbdb;
    text-align: center;
    vertical-align: middle;
    line-height: 2;
    padding: 8px 10px;
    background: #f5f5f5;
    color: #333;
    font-size: 15px;
}
.proxq .content table tr:nth-child(2n) td {
    background: #f9f0e8;
}

.proxq .proxqbtn{
	margin: 40px 0;
}
.proxq .xqdes .info{
	padding-bottom: 30px;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 32px;
}
.proxq .xqdes .info dd{
	margin-bottom: 18px;
	line-height: 24px;
}
.proxq .xqdes .info dd:last-child{
	margin-bottom: 0;
}
.proxq .xqdes .info dd h4{
	width: 90px;
	font-size: 16px;
}
.proxq .xqdes .info dd h4 i{
	padding-left: 32px;
}
.proxq .xqdes .info dd h5{
	width: calc(100% - 90px);
	font-size: 16px;
}
.proxq .xqdes .info dd h5 a{
	color: #808080;
}
.proxq .xqdes .info dd h5 a:hover{
	color: #e5801f;
}

/*内页 产品详情询盘*/
.proInquiry .inquiry {
	background: url(../images/messageBg.jpg) no-repeat center bottom #fff;
	border-radius: 4px;
	box-shadow: 0 0 80px 0 rgba(0,0,0,0.06);
	padding: 80px 60px;
}
.proInquiry .inquiry h2{
	font-size: 45px;
	line-height: 1;
	margin-bottom: 50px;
}
.proInquiry .inquiry dl dd{
	width: calc((100% - 60px) / 3);
	margin-bottom: 30px;
}
.proInquiry .inquiry dl dd input{
	display: block;
	width: 100%;
	line-height: 60px;
	padding: 0 20px;
	font-size: 15px;
	color: #333;
	background: #f5f5f5;
	border-radius: 4px;
}
.proInquiry .inquiry dl dd.textarea{
	width: 100%;
}
.proInquiry .inquiry dl dd.textarea textarea{
	display: block;
	width: 100%;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 28px;
	height: 180px;
	color: #333;
	background: #f5f5f5;
	border-radius: 4px;
}
.proInquiry .inquiry dl dt{
	width: 180px;
}
.proInquiry .inquiry dl dt button{
	display: block;
	width: 100%;
	line-height: 60px;
	font-size: 16px;
	cursor: pointer;
}
/*内页 产品详情热门*/
.prohot{
	padding: 90px 0 100px;
}
.prohot .list h2{
	font-size: 45px;
    line-height: 1;
}
.prohot .list .swiper-container{
	padding: 50px 0;
	margin: 0 -20px;
}
.prohot .list ul li{
	padding: 0 20px
}
.prohot .list ul li .pic{
	border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 6%);
    position: relative;
    z-index: 0;
}
.prohot .list ul li .pic:before{
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #e5801f , #e6291e);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0);
	z-index: 1;
	opacity:0;
	transition: all 0.4s;
}
.prohot .list ul li .pic i {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    background: #1a1a1a;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0);
    z-index: 1;
    opacity: 0;
    transition-delay: 0.2s;
}
.prohot .list ul li h2{
	padding: 0 20px;
    font-size: 16px;
    margin-top: 20px;
    color: #1A1A1A;
    line-height: 28px;
    text-align: center;
}
.prohot .list ul li:hover h2{
	color: #e5801f;
}
.prohot .list ul li:hover .pic img{
	transform: scale(1.1);
}
.prohot .list ul li:hover .pic:before {
    transform: translate(-50%,-50%) scale(1);
    opacity: 0.8;
}
.prohot .list ul li:hover .pic i {
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
}

.prohot .list .switch .swiper-button-prev,
.prohot .list .switch .swiper-button-next{
	position: unset;
	margin: 0;
	background: none;
	width: 48px;
    height: 48px;
    border-radius: 4px;
    border: 2px solid #CCCCCC;
    background: none;
    margin: 0 8px;
}
.prohot .list .switch .swiper-button-prev:hover,
.prohot .list .switch .swiper-button-next:hover{
	background: #d6222b;
	border-color: #d6222b;
}
.prohot .list .switch .swiper-button-prev:hover svg path,
.prohot .list .switch .swiper-button-next:hover svg path{
	fill: #fff;
}

/*内页 公司介绍*/
.ab-profile{
	padding: 90px 0 100px;
}
.ab-profile .left{
	width: 50%;
	padding-right: 80px;
}
.ab-profile .left .pic{
	margin-top: 40px;
	border-radius: 8px;
	height: 320px;
}
.ab-profile .left .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ab-profile .left .pic:hover img{
	transform: scale(1.1);
}
.ab-profile .right{
	width: 50%;
}
.ab-profile .right h2{
	font-size: 48px;
	line-height: 1;
	padding-bottom: 20px;
}
.ab-profile .right .content p{
	color: #808080;
	line-height: 2;
	margin-top: 20px;
}
.ab-adv{
	position: relative;
	z-index: 0;
}
.ab-adv:before{
	width: 50%;
	height: 100%;
	content: "";
	background: url(../images/advPic.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.ab-adv:after{
	width: 50%;
	height: 100%;
	content: "";
	background: #e5801f;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.ab-adv .reason{
	width: 50%;
	padding: 90px 0 90px 90px;
}
.ab-adv .reason .page-title p {
    text-align-last: left;
}
.ab-adv .list{
	margin-top: 42px;
}
.ab-adv .list li{
	padding: 24px 0;
	border-top: 2px solid rgba(255,255,255,0.2);
}
.ab-adv .list li:last-child{
	border-bottom: 2px solid rgba(255,255,255,0.2);
}
.ab-adv .list li .top{
	cursor: pointer;
}
.ab-adv .list li .top i{
	width: 28px;
	height: 28px;
	color: #FFFFFF;
	background: #d6222b;
	font-size: 12px;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
}
.ab-adv .list li .top h2{
	width: calc(100% - 40px);
	font-size: 20px;
	line-height: 28px;
}
.ab-adv .list li .bottom{
	padding-left: 40px;
	color: #fff;
	line-height: 28px;
	margin-top: 10px;
	display: none;
}
.ab-adv .list li .top.on i{
	transform: rotate(180deg);
}
.ab-cop{
	padding: 100px 0;
}
.ab-cop .list{
	overflow: hidden;
	margin-top: 50px;
}
.ab-cop .list ul {
	margin-bottom: -1px;
	margin-right: -1px;
}
.ab-cop .list ul li{
	width: calc(100%  / 6);
	border: 1px dashed #dbdbdb;
	border-left: none;
	border-top: none;
}
.ab-cop .list ul li:hover{
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
	position: relative;
	z-index: 10;
}
/*内页 资质证书*/
.ab-honor{
	padding: 90px 0 100px;
}
.ab-honor .list {
	margin:-16px;
}
.ab-honor .list dl{
	height: auto !important;
	margin-top: 50px;
}
.ab-honor .list a{
	display: block;
	position: unset !important;
	height: auto !important;
	width: 25% !important;
	padding: 16px;
	cursor: pointer;
}
.ab-honor .list a .pic{
	background: #f5f5f5;
	border-radius: 4px;
	padding: 50px 0;
	transition: all 0.4s;
}
.ab-honor .list a img{
	position: unset !important;
	width: auto !important;
	height: 270px !important;
	margin: 0 auto !important;
}
.ab-honor .list a h4{
	text-align: center;
	color: #1a1a1a;
	padding: 0 20px;
	line-height: 26px;
	margin-top: 20px;
}
.ab-honor .list a:hover .pic{
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.06);
}
.ab-honor .list a:hover h4{
	color: #e5801f;
}

/*内页 工厂车间*/
.ab-factory{
	padding: 90px 0 100px;
}
.ab-factory .list {
	margin:-15px;
}
.ab-factory .list dl{
	height: auto !important;
	margin-top: 50px;
}
.ab-factory .list a{
	display: block;
	position: unset !important;
	height: auto !important;
	width: calc(100% / 3) !important;
	padding: 15px;
	cursor: pointer;
}/*
.ab-factory .list a:nth-child(5n+1),
.ab-factory .list a:nth-child(5n+2){
	width: 50% !important;
}*/
.ab-factory .list a .pic{
	border-radius: 8px;
	position: relative;
	z-index: 0;
}
.ab-factory .list a .pic img{
	position: unset !important;
	width: auto !important;
	height: auto !important;
	margin: 0 auto !important;
}
.ab-factory .list a .pic:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: all 0.4s;
	background: #e5801f;
	opacity: 0;
	transition-delay: 0.2s;
}
.ab-factory .list a .pic i{
	width: 54px;
	height: 54px;
	border-radius: 4px;
	background: #1A1A1A;
	line-height: 54px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0);
	z-index: 2;
	opacity: 0;
	transition-delay: 0.3s;
}
.ab-factory .list a:hover .pic img{
	transform: scale(1.1);
}
.ab-factory .list a:hover .pic:before{
	opacity: 0.8;
}
.ab-factory .list a:hover .pic i{
	transform: translate(-50%,-50%) scale(1);
	opacity: 1;
}

/*内页 新闻列表*/
.nynews{
	padding: 90px 0 100px;
}
.news-left{
	width: calc(100% - 440px);
}
.news-right{
	width: 400px;
	position: sticky;
    top: 120px;
}
.nynews .newslist{
	margin: -20px;
}
.nynews .newslist li{
	width: 50%;
	padding: 20px;
}
.nynews .newslist li .pic{
	display: block;
	border-radius: 4px 4px 0 0;
	position: relative;
	z-index: 0;
}
.nynews .newslist li .pic img{
	width: 100%;
	height: 320px;
	object-fit: cover;
}
.nynews .newslist li .pic:before{
	content: "";
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 1;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.4s;
}
.nynews .newslist li .content{
	padding: 40px;
	background: #FFFFFF;
	box-shadow: 0 0 60px 0 rgba(0,0,0,0.06);
	position: relative;
}
.nynews .newslist li .content:before{
	content: "";
	width: 0;
	height: 6px;
	background: linear-gradient(90deg, #e5801f , #e6291e);
	opacity: 1;
	position: absolute;
	right: 40px;
	bottom: 0;
	z-index: 1;
	transition: all 0.4s;
}
.nynews .newslist li .content .info{
	color: #1a1a1a;
	margin-bottom: 15px ;
	font-size: 14px;
}
.nynews .newslist li .content .info span{
	color: #808080;
}
.nynews .newslist li .content h3{
	font-size: 20px;
	color: #1A1A1A;
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.nynews .newslist li .content p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	font-size: 14px;
	-webkit-line-clamp:2 ;
	-webkit-box-orient:vertical;
	line-height: 28px;
	margin:20px 0 30px;
}
.nynews .newslist li .content .sitebtn3{
	line-height: 50px;
	padding: 0 25px;
}
.nynews .newslist li .content .sitebtn3 h5{
	font-size: 14px;
	margin-right: 20px;
}
.nynews .newslist li .content .sitebtn3 i svg{
	width: 14px;
	height: 14px;
}
.nynews .newslist li .pic:hover img{
	transform: scale(1.1);
}
.nynews .newslist li .pic:hover:before{
	opacity: 0.3;
}
.nynews .newslist li .content:hover:before{
	width: calc(100% - 80px);
	left: 40px;
}
.nynews .newslist li .content h3:hover{
	color: #e5801f;
}
/*内页 新闻详情*/
.nynewsxq{
	margin-top: 90px;
}
.nynewsxq .newsxq{
	padding: 90px 0 100px;
}
.nynewsxq .newsxq .details{
	box-shadow: 0 0 60px 0 rgba(0,0,0,0.06);
	margin-bottom: 40px;
}
.nynewsxq .newsxq .details .pic{
	border-radius: 4px 4px 0 0;
}
.nynewsxq .newsxq .details .content{
	border-radius: 0 0 4px 4px ;
	background: #fff;
	padding: 50px 50px 35px;
}
.nynewsxq .newsxq .details .content .info .keyword{
	font-size: 14px;
	padding: 0 15px;
	line-height: 40px;
	margin-right: 12px;
	background: #e5801f;
	border-radius: 2px;
}
.nynewsxq .newsxq .details .content .info .date{
	line-height: 40px;
}
.nynewsxq .newsxq .details .content .info .date span{
	color: #808080;
}
.nynewsxq .newsxq .details .content .news-txt h2{
	font-size: 36px;
	line-height: 48px;
	margin: 20px 0;
	color: #1a1a1a;
}
.nynewsxq .newsxq .details .content .news-txt p{
	font-size: 15px;
	line-height: 28px;
	margin: 12px 0;
	color: #808080;
}

/*内页 新闻详情评论*/
.comment{
	margin-top: 50px;
}
.comment h2{
	font-size: 36px;
	color: #1a1a1a;
	margin-bottom: 25px;
}
.comment form dd{
	margin-bottom: 20px;
}
.comment form dd input{
	display: block;
	width: 100%;
	line-height: 58px;
	border: 1px solid #e5e5e5;
	background: #f5f5f5;
	border-radius: 4px;
	font-size: 16px;
	color: #333;
	padding: 0 20px;
}
.comment form dd textarea{
	display: block;
	width: 100%;
	line-height: 28px;
	border: 1px solid #e5e5e5;
	background: #f5f5f5;
	border-radius: 4px;
	font-size: 16px;
	color: #333;
	padding: 10px 20px;
	height: 160px;
}
.comment form dt{
	width: 180px;
	margin-top: 30px;
}
.comment form dt button{
	display: block;
	line-height: 60px;
	width: 100%;
	font-size: 16px;
	cursor: pointer;
}
.comment form dd input:focus,
.comment form dd textarea:focus{
	border-color: #e5801f;
}

/*内页 侧边内容*/
.side-title{
	color: #1A1A1A;
	line-height: 1;
	font-size: 24px;
	margin-bottom: 30px;
}
.side-search{
	background: linear-gradient(90deg, #e5801f , #e6291e);
	padding: 50px 40px;
	border-radius: 4px;
}
.side-search .side-title{
	color: #fff;
}
.side-search form input{
	display: block;
	width: calc(100% - 60px);
	line-height: 60px;
	padding: 0 20px;
	background: #FFFFFF;
	border-radius: 4px 0 0 4px;
	font-size: 14px;
	
	color: #666;
}
.side-search form button{
	width: 60px;
	height: 60px;
	border-radius: 0 4px 4px 0;
	background: #FFFFFF;
	
	cursor: pointer;
}
.sidebg{
	background: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 0 60px 0 rgba(0,0,0,0.1);
	position: relative;
	padding: 50px 40px;
	margin-top: 40px;
}
.sidebg:before{
	content: "";
    width: calc(100% - 80px);
    height: 6px;
    background: linear-gradient(90deg, #e5801f , #e6291e);
    position: absolute;
    left: 40px;
    bottom: 0;
    z-index: 1;
}

/*内页 右侧近期资讯*/
.sidenews ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}
.sidenews ul li:first-child{
	margin-top: 0;
}
.sidenews ul li .pic{
	width: 90px;
	height: 90px;
	border-radius: 4px;
}
.sidenews ul li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sidenews ul li .content{
	width: calc(100% - 110px);
}
.sidenews ul li .content h2{
	font-size: 16px;
	color: #1a1a1a;
	line-height: 28px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sidenews ul li .content span{
	display: block;
	margin-bottom: 6px;
	color: #808080;
	font-size: 14px;
	line-height: 1.8;
}
.sidenews ul li:hover .pic img{
	transform: scale(1.05);
}
.sidenews ul li:hover .content h2{
	color: #e5801f;
}

/*内页 资讯分类*/
.sidecate dl dd {
	margin-top: 16px;
}
.sidecate dl dd a{
	background: #1a1a1a;
	border-radius: 4px;
	height: 70px;
	padding: 0 30px;
}
.sidecate dl dd a h2{
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
.sidecate dl dd a i{
	width: 16px;
	height: 16px;
}
.sidecate dl dd a i svg path{
	fill: #ffffff;
}
.sidecate dl dd.on a,
.sidecate dl dd:hover a{
	background: #e5801f;
}



/*内页 联系我们*/
.nycontact{
    padding: 90px 0;
}
.nycontact .coninfo{
	background: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 0 80px 0 rgba(0,0,0,0.06);
	padding: 70px;
}
.nycontact .coninfo .page-title p{
	margin-top: 10px;
	text-align-last: left;
}
.nycontact .coninfo .left{
	width: calc(100% - 600px);
}
.nycontact .coninfo .left .feedback{
	margin-top: 30px;
}
.nycontact .coninfo .left .feedback dl dd{
	width: calc((100% - 20px) / 2);
	margin-bottom: 20px;
}
.nycontact .coninfo .left .feedback dl dd:nth-child(5){
	width: 100%;
	margin-bottom: 30px;
}
.nycontact .coninfo .left .feedback dl dd input{
	display: block;
	width: 100%;
	line-height: 58px;
	border: 1px solid #e5e5e5;
	background: #f5f5f5;
	padding: 0 20px;
	border-radius: 4px;
	font-size: 15px;
}

.nycontact .coninfo .left .feedback dl dd textarea{
	display: block;
	width: 100%;
	border: 1px solid #e5e5e5;
	background: #f5f5f5;
	padding: 12px 20px;
	border-radius: 4px;
	font-size: 15px;
	height: 180px;
	line-height: 28px;
}
.nycontact .coninfo .left .feedback dl dd input:focus,
.nycontact .coninfo .left .feedback dl textarea:focus{
	border-color: #e5801f;
}
.nycontact .coninfo .left .feedback dl dt{
	width: 180px;
}
.nycontact .coninfo .left .feedback dl dt button{
	width: 100%;
	line-height: 60px;
	font-size: 16px;
	cursor: pointer;
}

.nycontact .coninfo .right{
	width: 520px;
	border-radius: 4px;
	overflow: hidden;
	background: url(../images/conBg.jpg) no-repeat center #fff;
	background-size: cover;
	position: relative;
	z-index: 0;
	padding: 50px;
}
.nycontact .coninfo .right:before{
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #e6291e, #e5801f);
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	opacity: 0.95;
}
.nycontact .coninfo .right .title h2{
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1;
}
.nycontact .coninfo .right .title i{
	display: block;
	width: 40px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	margin: 20px 0 15px;
}
.nycontact .coninfo .right .title h3{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 26px;
}
.nycontact .coninfo .right .details{
	margin-top: 15px;
}
.nycontact .coninfo .right .details li{
	border-bottom: 1px dashed #fff;
	padding: 24px 0;
	display: flex;
	align-items: flex-start;
	color: #fff;
}
.nycontact .coninfo .right .details li i{
	width: 42px;
	height: 42px;
	background: #1a1a1a;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
}
.nycontact .coninfo .right .details li dl{
	width: calc(100% - 58px);
}
.nycontact .coninfo .right .details li dt{
	line-height: 1;
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 18px;
}
.nycontact .coninfo .right .details li dt em{
	padding-left:14px ;
}
.nycontact .coninfo .right .details li dl dd,
.nycontact .coninfo .right .details li dl a{
	line-height: 1;
	color: #fff;
}
.nycontact .coninfo .right .details li dl dd{
	font-size: 14px;
}
.nycontact .coninfo .right .details li dl a{
	font-size: 16px;
}
.nycontact .coninfo .right .details li dl a:hover{
	text-decoration: underline;
}

.map{
	position: relative;
	z-index: 0;
}
#mapContainer {
    width: 100%;
    height: 700px;
    margin: 0;
    border-top: 1px solid #ccc;
    margin-bottom: -115px;
}

#tip {
	height: 30px;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	font-size: 12px;
	right: 10px;
	bottom: 20px;
	border-radius: 3px;
	line-height: 30px;
	border: 1px solid #ccc;
}
div.info-top {
	position: relative;
	background: none repeat scroll 0 0 #F9F9F9;
	border-bottom: 1px solid #CCC;
}

div.info-top div {
	display: block;
	color: #1a1a1a;
	font-size: 14px;
	line-height: 36px;
	padding: 0 15px;
	text-align: left;
}

div.info-top img {
	position: absolute;
	top: 16px;
	right: 15px;
	transition-duration: 0.25s;
}

div.info-middle {
	height: auto;
	padding: 12px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

div.info-middle img {
	float: none !important;
	margin: 0 15px 0 0 !important;
	display: none;
}

div.info-middle p {
	font-size: 13px;
	line-height: 23px;
}

div.info-bottom {
	height: 0px;
	width: 100%;
	clear: both;
	text-align: center;
}

div.info-bottom img {
	position: relative;
	z-index: 104;
	left: 46%;
}



/*内页 搜索列表*/
.serachkey{
	margin-top: 90px;
	padding: 80px 0;
	background: url(../images/searchBan.jpg) no-repeat center;
}
.serachkey .ny-container{
	display: flex;
	align-items: center;
	justify-content: center;
}
.serachkey span{
	display: block;
	font-size: 42px;
	max-width: 1000px;
}
.nysearch{
	padding: 90px 0;
}
.searchlist ul{
	margin: -20px -15px;
}
.searchlist ul li{
	width: calc(100% / 3);
	padding: 20px 15px;
}
.searchlist ul li .pic{
	display: block;
	background: #f5f5f5;
	border-radius: 4px;
	overflow: hidden;
}
.searchlist ul li .pic img{
	mix-blend-mode: darken;
    object-fit: cover;
    width: auto;
    height: 320px;
    margin: 0 auto;
}
.searchlist ul li .pic:hover img{
	transform: scale(1.1);
}
.searchlist ul li .content{
	padding: 0 20px;
}
.searchlist ul li .content h3{
	font-size: 18px;
	line-height: 1;
	margin-top:24px;
	color: #1a1a1a;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1 ;
	-webkit-box-orient:vertical;
}
.searchlist ul li .content p{
	line-height: 26px;
	font-size: 14px;
	color: #999;
	margin: 16px 0 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.searchlist ul li .content h4{
	display: block;
	color: #808080;
	font-size: 14px;
	line-height: 24px;
}
.searchlist ul li .content h4 a{
	color: #1a1a1a;
	
}
.searchlist ul li .content h4 a:hover{
	color: #d6222b;
}

.searchlist ul li .content h3:hover{
	color: #e5801f;
}
