﻿/*内页 公共样式*/
.ny-container{
	max-width: 1420px;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
}
.inner{
	margin-top: 80px;
}

/*内页 banner*/
.ny-ban {
	height: 600px;
	position: relative;
	z-index: 0;
	background-size: cover !important;
	background-attachment: fixed !important;
}
.ny-ban .title{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #FFFFFF;
	line-height: 1;
}

.ny-ban .title h3 {
	font-size: 45px;
}
.ny-ban .title p{
	margin: 30px 0 70px;
	font-size: 18px;
}
.ny-ban .title i{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,1);
	margin: 0 auto;
}
.ny-ban .title i svg{
	animation: move 1.5s infinite;
}
/*内页 面包屑导航*/
.bread {
	position: relative;
	line-height: 24px;
	font-size: 15px;
	padding: 28px 0;
	border-bottom: 1px solid #dbdbdb;
}
.bread .breadcrumbs i{
	font-size: 16px;
	padding-right: 3px;
}
.bread .breadcrumbs,
.bread .breadcrumbs i,
.bread .breadcrumbs a,
.bread .breadcrumbs em{
	color: #999;
}
.bread .breadcrumbs em {
	padding: 0 3px;
}
.bread .breadcrumbs a:hover {
	color: #c6181f;
}

/*内页 列表分页*/
.pagination{
	margin-top: 60px;
}
.pagination a{
	display: block;
	width: 50px;
	height: 50px;
	border:1px solid #dbdbdb;
	line-height: 48px;
	text-align: center;
	color: #333;
	margin: 0 5px;
	border-radius: 2px;
	font-size: 16px;
}
.pagination a.page-item{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination a.page-item:first-child{
	transform: rotateY(180deg);
}

.pagination a.page-num.page-num-current,
.pagination a:hover{
	border-color: #c6181f !important;
	background: #c6181f;
	color: #fff;
}
.pagination a.page-item:hover svg path{
	fill: #fff;
}


/*内页 详情分页*/
.paging a{
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 44px;
	color: #808080;
}
.paging a.more{
	padding: 0 30px;
	background: #c6181f;
	color: #fff;
	border-radius: 2px;
}
.paging a.more:hover{
	background: #e9383f;
}
.paging a.prev:hover,
.paging a.next:hover{
	color: #c6181f;
}
.paging a.prev:hover svg path,
.paging a.next:hover svg path{
	fill: #c6181f;
}

/*关于我们*/
.nyabout .title span,
.nycontact .title span{
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1;
}
.nyabout .title h3,
.nycontact .title h3{
	font-size: 42px;
	line-height: 1;
	margin-top: 15px;
}
.nyabout {
	padding: 80px 0 100px;
}
.nyabout .left{
	width: calc(100% - 740px);
}
.nyabout .left .content{
	margin-top: 40px;
}
.nyabout .left .content p{
	font-size: 15px;
	line-height: 28px;
	margin-top: 15px;
}
.nyabout .right{
	width: 660px;
	border-radius: 4px;
	overflow: hidden;
}
.nyabout .right:hover img{
	transform: scale(1.1);
}

/*文化理念*/
.nyculture{
	padding: 8% 0;
	background: url(../images/aboutBg.jpg) no-repeat center;
	background-size: cover !important;
}
.nyculture h2{
	font-size: 56px;
}
.nyculture i{
	display: block;
	width: 60px;
	height: 2px;
	background: #C6181F;
	margin: 40px auto;
}
.nyculture p{
	line-height: 2;
	text-align-last: center;
}

/*联系我们*/
.nycontact{
	padding: 100px 0;
}
.nycontact .left{
	width: 360px;
}

.nycontact .left .info{
	padding: 40px 0;
}
.nycontact .left .info dd{
	margin-bottom: 20px;
}
.nycontact .left .info dd:last-child{
	margin-bottom: 0;
}
.nycontact .left .info dd i{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #dbdbdb;
}
.nycontact .left .info dd p{
	color: #999;
	margin-left: 16px;
	font-size: 16px;
}
.nycontact .left .info dd p a{
	color: inherit;
}
.nycontact .left .qcode li img{
	border: 1px solid #dbdbdb;
}
.nycontact .left .qcode li{
	text-align: center;
	margin-right: 20px;
}
.nycontact .left .qcode li span{
	display: block;
	font-size: 15px;
	margin-top: 12px;
	line-height: 1;
	color: #999;
}
.nycontact .left .info dd p a:hover{
	color: #c6181f;
}
.nycontact .right{
	width: calc(100% - 440px)
}
.nycontact .right #mapContainer{
	height: 560px;
	border: 1px solid #dbdbdb;
}

/*地图*/
#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%;
}

/*产品和解决方案*/
.nyproduct{
	padding: 100px 0;
}
.nyproduct .list li{
	position: relative;	
	height: 560px;
	margin-bottom: 80px;
}
.nyproduct .list li:last-child{
	margin-bottom: 0;
}
.nyproduct .list li .content{
	background: #fff;
	height: 440px;
	width: 590px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	transition: all 0.4s;
	border-radius: 4px;
}
.nyproduct .list li .content .title h3{
	font-size: 32px;
	margin-bottom: 12px;
	line-height: 1;
	color: #1a1a1a;
	text-transform: uppercase;
}
.nyproduct .list li .content p{
	font-size: 15px;
	margin: 20px 0 40px;
	line-height: 2;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:4 ;
	-webkit-box-orient:vertical;
}
.nyproduct .list li .pic{
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	border-radius: 4px;
}
.nyproduct .list li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nyproduct .list li:nth-child(2n) .pic{
	left: 0;
}
.nyproduct .list li:nth-child(2n+1) .pic{
	right: 0;
}
.nyproduct .list li:nth-child(2n) .content{
	right: 0;
	padding-left: 60px;
}
.nyproduct .list li:nth-child(2n+1) .content{
	left: 0;
	padding-right: 60px;
}
.nyproduct .list li .content:hover{
	background: #C6181F;
	padding: 0 60px;
}
.nyproduct .list li .content:hover h3{
	color: #fff;
}
.nyproduct .list li .content:hover p{
	color: #fff;
	opacity: 0.6;
}
.nyproduct .list li .content:hover .siteBtn{
	background: #fff;
}
.nyproduct .list li .content:hover .siteBtn span{
	color: #c6181f;
}
.nyproduct .list li .content:hover .siteBtn i svg path{
	fill: #c6181f;
}
.nyproduct .list li .content .siteBtn:hover span{
	color: #fff;
}
.nyproduct .list li .content .siteBtn:hover i svg path{
	fill: #ffffff;
}
.nyproduct .list li .pic:hover img{
	transform: scale(1.1);
}

/*新闻资讯*/
.nynews{
	padding: 80px 0 100px
}
.nynews .headnews{
	box-shadow: 0 0 60px 0 rgba(0,0,0,0.06);
	padding: 40px;
	border-radius: 4px;
}
.nynews .headnews .pic{
	width: 400px;
	height: 260px;
	border-radius: 2px;
	
}
.nynews .headnews .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nynews .headnews .content{
	width: calc(100% - 400px);
	padding-left: 40px;
}
.nynews .headnews .content .date{
	display: block;
	color: #999;
	line-height: 1;
	font-size: 15px;
}
.nynews .headnews .content .title{
	font-size: 28px;
	margin-top: 20px;
	line-height: 1;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient:vertical;
}
.nynews .headnews .content p{
	margin: 24px 0 30px;
	line-height: 2;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient:vertical;
}
.nynews .headnews .content .siteBtn{
	width: 120px;
	line-height: 44px;
	padding: 0;
}
.nynews .headnews .content .siteBtn span{
    margin-right: 10px;
}
.nynews .headnews .pic:hover img{
	transform: scale(1.1);
}
.nynews .headnews .content .title:hover{
	color: #c6181f;
}
.nynews .list{
	margin: 0 -20px;
}
.nynews .list li{
	width: calc((100% - 120px) / 3);
	margin: 40px 20px 0;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 80px 0 rgba(0,0,0,0.06);
}
.nynews .list li .pic{
	display: block;
	height: 260px;
	border-radius: 4px 4px 0 0;
	position: relative;
	z-index: 0;
}
.nynews .list li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nynews .list li .content{
	padding: 30px;
	height: 170px;
	display: grid;
	align-content: space-between;
	position: relative;
	z-index: 0;
}
.nynews .list li .content:before{
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	background: #C6181F;
	transition: all 0.4s;
}
.nynews .list li .content:hover:before{
	top: 0;
	height: 100%;
}
.nynews .list li .content .title{
	font-size: 20px;
	color: #1a1a1a;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2 ;
	-webkit-box-orient:vertical;
}
.nynews .list li .content .date{
	display: block;
	line-height: 1;
	color: #999;
	font-size: 15px;
}
.nynews .list li .pic:hover img{
    transform: scale(1.1);
}
.nynews .list li .content:hover .title{
	color: #fff;
}
.nynews .list li .content:hover .date{
	color: #fff;
}
/*详情公共样式*/
.ny-xq{
	padding: 80px 0 100px;
}
.xq-left{
	width: calc(100% - 440px);
}
.xq-right{
	position: sticky;
	top: 120px;
	width: 360px;
}
.xg-title{
	border-bottom: 1px solid #dbdbdb;
}
.xg-title h3{
	font-size: 28px;
	line-height: 1;
	border-bottom: 3px solid #c6181f;
	padding-bottom: 16px;
	color: #1a1a1a;
	transform: translateY(2px);
	margin-right: 12px;
}
.xg-title span{
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #808080;
	text-transform: uppercase;
	transform: translateY(-1px);
}

/*相关资讯*/
.xg-news .list li{
	width: 100%;
	margin-top: 30px;
	padding-bottom: 16px;
	border-bottom: 1px dashed #dbdbdb;
}
.xg-news .list li:first-child .pic{
	display: block;
	height: 220px;
	border-radius: 4px 4px 0 0;
	position: relative;
	z-index: 0;
}
.xg-news .list li:first-child{
	padding: 0;
	border: none;
}
.xg-news .list li:first-child .content{
	background: #fff;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.06);
	border-radius: 0 0 4px 4px;
	padding: 20px 20px 16px;
}


.xg-news .list li .pic{
	display: none;
}
.xg-news .list li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xg-news .list li .content span{
	display: block;
	line-height: 1;
	font-size: 14px;
	margin-bottom: 10px;
}
.xg-news .list li .content .title{
	display: block;
	font-size: 16px;
	color: #1a1a1a;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2 ;
	-webkit-box-orient:vertical;
}
.xg-news .list li:hover{
	border-color: #C6181F;
}
.xg-news .list li .pic:hover img{
    transform: scale(1.1);
}
.xg-news .list li .title:hover {
	color: #c6181f;
}

/*资讯详情*/
.newsxq .title h3{
	font-size: 36px;
	line-height: 1.5;
	color: #1a1a1a;
}
.newsxq .title span{
	display: block;
	font-size: 18px;
	line-height: 1;
	color: #999;
	margin-top: 20px;
}
.newsxq .content{
	padding: 28px 0;
	margin: 30px 0 40px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}
.newsxq .content p{
	color: #999999;
	line-height: 2;
	padding: 4px 0;
}
.newsxq .content p img{
	margin: 16px auto;
}



