﻿.inbanner{
	height: 350px;
}
.inner{
	padding: 70px 0;
}
.ny-title{
	margin-bottom: 40px;
}
.ny-title1{
	margin-bottom: 32px;
}
.ny-title h2,
.ny-title1 h2{
	font-size: 36px;
	margin-bottom: 24px;
}
.ny-title i,
.ny-title1 i{
	display: block;
	width: 50px;
	height: 3px;
	margin: 0 auto;
	background: #fd8800;
}
.ny-title1 p{
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
}

/*内页 栏目分类*/
.nycate{
	margin-bottom: 50px;
}
.nycate a{
	width: 120px;
	line-height: 48px;
	background: #f5f5f5;
	color: #1a1a1a;
	margin-left: 1px;
}
.nycate a:first-child{
	margin-left: 0;
}
.nycate a:hover,
.nycate a.on{
	background: #005da3;
	color: #fff;
}

/*内页 公司介绍*/
.inabout{
	padding-bottom: 70px;
}
.inabout .list a{
	position: relative;
	z-index: 0;
}
.inabout .list a h2{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 60px;
	font-size: 18px;
	background: rgba(0,0,0,0.6);
}
.inabout .list a:hover img{
	transform: scale(1.1);
}
.inabout .list a:hover h2{
	background: rgba(0,93,163,0.9);
}
/*内页 联系方式*/
.incontact ul{
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}
.incontact ul li{
	width: 25%;
	padding: 50px 0;
	border-right: 1px solid #dbdbdb;
}
.incontact ul li:first-child{
	border-left: 1px solid #dbdbdb;
}
.incontact ul li i{
	background: #f5f5f5;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 0 auto;
}
.incontact ul li h3{
	font-size: 16px;
	font-weight: bold;
	margin: 40px 0 16px;
}
.incontact ul li p{
	color: #333;
	font-size: 15px;
	line-height: 24px;
}

.incontact ul li:hover{
	background: #005da3;
}
.incontact ul li:hover i{
	background: #fff;
}
.incontact ul li:hover h3,
.incontact ul li:hover p,
.incontact ul li:hover p a{
	color: #fff;
}
/*内页 工程业绩*/
.incase,
.incase{
	padding-bottom: 70px;
}
.incase .list,
.incase .list{
	margin-bottom: 40px;
}
.incase .list ul li .pic,
.incase .list ul li .pic{
	height: 260px;
}
.incase .list ul li h3,
.incase .list ul li h3{
	font-size: 18px;
	margin-top: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.incase .switch .swiper-scrollbar,
.incase .switch .swiper-scrollbar{
    width: 400px;
    height: 1px;
    background: #dbdbdb;
}
.incase .switch .swiper-scrollbar .swiper-scrollbar-drag,
.incase .switch .swiper-scrollbar .swiper-scrollbar-drag{
    height: 3px;
    background: #0c0f1a;
    margin-top: -1px;
    cursor: move;
}
.incase .switch .swiper-scrollbar .swiper-scrollbar-drag:before,
.incase .switch .swiper-scrollbar .swiper-scrollbar-drag:before{
    content: "";
    width: 100%;
    height: 21px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.incase .list ul li:hover .pic img,
.incase .list ul li:hover .pic img{
	transform: scale(1.1);
}
.incase .list ul li:hover h3,
.incase .list ul li:hover h3{
	color: #005da3;
}

/*内页 产品列表*/
.inlist{
	padding-bottom: 70px;
}
.inlist .list{
	margin: -10px;
}
.inlist .list ul li{
	width: 25%;
	padding: 10px;
	cursor: pointer;
}
.inlist .list ul li .pic{
	height: 200px;
}
.inlist .list ul li h3{
	font-size: 14px;
	line-height: 50px;
	background: #f5f5f5;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.inlist .list ul li:hover .pic img{
	transform: scale(1.1);
}
.inlist .list ul li:hover h3{
	background: #005da3;
	color: #fff;
}

.sitemore{
	display: block;
	border: 1px solid #DBDBDB;
	width: 100%;
	line-height: 48px;
	margin-top: 40px;
}
.sitemore:hover{
	color: #fff;
	border: 1px solid #005da3;
	background: #005da3;
}

/*内页 新闻中心*/
.innews{
	padding-bottom: 70px;
}
.innews .content .left{
	width: calc(50% - 30px);
}
.innews .content .left .list{
	margin: -15px 0;
}
.innews .content .left .list a{
	padding: 15px 0;
}
.innews .content .left .list a .pic{
	width: 240px;
	height: 160px;
}
.innews .content .left .list a .summary{
	width: calc(100% - 270px);
}
.innews .content .left .list a .summary h3{
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient:vertical;
}
.innews .content .left .list a .summary p{
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient:vertical;
}
.innews .content .left .list a:hover .pic img{
	transform: scale(1.1);
}
.innews .content .left .list a:hover .summary h3{
	color: #005da3;
}
.innews .content .right{
	width: calc(50% - 30px);
	position: relative;
	z-index: 0;
}
.innews .content .right .list ul li{
	position: relative;
	z-index: 0;
	height: 350px;
	cursor: pointer;
}
.innews .content .right .list ul li h3{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	line-height: 56px;
	background: rgba(0,0,0,0.6);
	padding: 0 20px;
}
.innews .content .right .switch{
	position: absolute;
	right: 10px;
	bottom: 0;
	z-index: 2;
}
.innews .content .right .switch dd{
	margin: 0 !important;
	border: none !important;
	height: 56px !important;
	width: 30px !important;
}
.innews .content .right .switch dd:hover{
	background: none !important;
}
.innews .content .right .list ul li:hover img{
	transform: scale(1.1);
}

/*内页 后台内容*/
#intro .content{
	padding: 60px 50px 42px;
}
#intro .content p {
    font-size: 16px;
    line-height: 30px;
    padding: 10px 0;
}

/*内页 公共图册*/
#atlas .list .listbox{
	margin: -10px;
}
#atlas .list .listbox ul li{
	width: calc(100% / 3);
	padding: 10px;
	cursor: pointer;
}
#atlas .list .listbox ul li .pic{
	height: 260px;
	position: relative;
	z-index: 0;
}
#atlas .list .listbox ul li .pic h3{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	font-size: 14px;
	line-height: 50px;
}
#atlas .list .listbox ul li .pic:hover img{
	transform: scale(1.1);
}
#atlas .list .listbox ul li .pic:hover h3{
	background: rgba(0,93,163,0.9);
}

/*内页 列表分页*/
.pagination{
	margin-top: 50px;
}
.pagination a{
	width: 36px;
	height: 36px;
	border: 1px solid #dbdbdb;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	margin: 0 2px;
	color: #666;
}
.pagination a.page-num-current,
.pagination a:hover{
	color: #fff;
	background: #005da3;
	border-color: #005da3;
}
.pagination a.page-link:hover svg path{
	fill: #ffffff;
}


/*内页详情分页*/
.pageturn .item a{
	display: block;
	font-size: 14px;
	line-height: 26px;
}
.pageturn .item a:hover{
	color: #264d8c;
}


@media only screen and (max-width: 1200px) {
	.inbanner {
	    height: 240px;
	}
	.inner {
	    padding: 60px 0;
	}
	.ny-title h2,
	.ny-title1 h2{
	    font-size: 32px;
	    margin-bottom: 20px;
	}
	.ny-title i,
	.ny-title1 i{
	    width: 40px;
	}
	.ny-title1 p {
	    font-size: 14px;
	    line-height: 26px;
	    margin-top: 16px;
	}
	
	/*内页 栏目分类*/
	.nycate{
		margin-bottom: 40px;
	}
	.nycate a{
		line-height: 44px;
	}
	
	/*内页 公司介绍*/
	.inabout{
		padding-bottom: 60px;
	}
	.inabout .list a h2{
		line-height: 50px;
		font-size: 15px;
	}
	
	/*内页 联系方式*/
	.incontact ul li{
		padding: 40px 0;
	}
	.incontact ul li h3{
		font-size: 15px;
		margin: 30px 0 12px;
	}
	.incontact ul li p{
		font-size: 14px;
		line-height: 24px;
	}
	
	/*内页 工程业绩*/
	.incase{
		padding-bottom: 60px;
	}
	.incase .list ul li .pic{
		height: 200px;
	}
	.incase .list ul li h3{
		font-size: 15px;
	}
	.incase .switch .swiper-scrollbar{
	    width: 320px;
	}
	
	/*内页 产品列表*/
	.inlist{
		padding-bottom: 60px;
	}
	.inlist .list{
		margin: -5px;
	}
	.inlist .list ul li{
		padding: 5px;
	}
	.inlist .list ul li .pic{
		height: 150px;
	}
	.inlist .list ul li h3{
		font-size: 12px;
		line-height: 42px;
	}
	.sitemore{
		line-height: 44px;
	}
	
	/*内页 新闻中心*/
	.innews{
		padding-bottom: 60px;
	}
	.innews .content .left{
		width: calc(50% - 25px);
	}
	.innews .content .left .list{
		margin: -10px 0;
	}
	.innews .content .left .list a{
		padding: 10px 0;
	}
	.innews .content .left .list a .pic{
		width:160px;
		height: 110px;
	}
	.innews .content .left .list a .summary{
		width: calc(100% - 180px);
	}
	.innews .content .left .list a .summary h3{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 12px;
	}
	.innews .content .left .list a .summary p{
		font-size: 12px;
		line-height: 22px;
		-webkit-line-clamp: 2;
	}
	.innews .content .right{
		width: calc(50% - 25px);
	}
	.innews .content .right .list ul li{
		height: 240px;
	}
	.innews .content .right .list ul li h3{
		font-size: 14px;
		line-height: 50px;
	}
	.innews .content .right .switch dd{
		height: 50px !important;
	}
	
	/*内页 后台内容*/
	#intro .content{
		padding: 50px 40px 30px;
	}
	#intro .content p {
	    font-size: 14px;
	    line-height: 26px;
	    padding: 6px 0;
	}
	
	/*内页 列表分页*/
	.pagination{
		margin-top: 40px;
	}
	
	
}



@media only screen and (max-width: 767px) {
	.inbanner {
	    height: 120px;
    	margin-top: 60px;
	}
	.inner {
	    padding: 40px 0;
	}
	.ny-title {
	    margin-bottom: 25px;
	}
	.ny-title1{
		margin-bottom: 15px;
	}
	.ny-title h2,
	.ny-title1 h2 {
	    font-size: 24px;
	    margin-bottom: 16px;
	}
	.ny-title i,
	.ny-title1 i{
	    width: 30px;
	    height: 2px;
	}
	.ny-title1 p {
		line-height: 24px;
	    margin-top: 16px;
	}
	
	/*内页 栏目分类*/
	.nycate{
		margin-bottom: 30px;
	}
	.nycate a{
		width: 110px;
		line-height: 40px;
	}
	
	/*内页 公司介绍*/
	.inabout{
		padding-bottom: 35px;
	}
	.inabout .list a {
		margin: 5px 0;
	}
	.inabout .list a h2{
		line-height: 40px;
		font-size: 14px;
	}
	
	/*内页 联系方式*/
	.incontact ul li{
		width:50%;
		padding: 30px 0;
	}
	.incontact ul li:first-child {
	    border-left: 1px solid #dbdbdb;
	    border-bottom: 1px solid #dbdbdb;
	}
	.incontact ul li:nth-child(2) {
	    border-bottom: 1px solid #dbdbdb;
	}
	.incontact ul li:nth-child(3) {
	    border-left: 1px solid #dbdbdb;
	}
	.incontact ul li i {
	    width: 60px;
	    height: 60px;
	}
	.incontact ul li i svg{
	    width: 20px;
	    height: 20px;
	}
	.incontact ul li h3{
		font-size: 14px;
		margin: 20px 0 10px;
	}
	.incontact ul li p{
		font-size: 12px;
		line-height: 22px;
	}
	
	/*内页 工程业绩*/
	.incase{
		padding-bottom: 40px;
	}
	.incase .list{
	    margin-bottom: 25px;
	}
	.incase .list ul li .pic{
		height: 120px;
	}
	.incase .list ul li h3 {
	    font-size: 12px;
	    margin-top: 14px;
	    padding: 0 16px;
	}
	.incase .switch .swiper-scrollbar {
	    width: calc(100% - 70px);
	}
	
	/*内页 产品列表*/
	.inlist{
		padding-bottom: 40px;
	}
	.inlist .list ul li{
		width: 50%;
	}
	.inlist .list ul li .pic{
		height: 120px;
	}
	.inlist .list ul li h3{
		line-height: 40px;
	}
	.sitemore{
		line-height: 42px;
		margin-top: 30px;
	}
	
	/*内页 新闻中心*/
	.innews{
		padding-bottom: 40px;
	}
	.innews .content .left{
		width: 100%;
	}
	.innews .content .left .list{
		margin: -6px 0;
	}
	.innews .content .left .list a{
		padding: 6px 0;
	}
	.innews .content .left .list a .pic{
		width:100px;
		height: 100px;
	}
	.innews .content .left .list a .summary{
		width: calc(100% - 116px);
	}
	.innews .content .left .list a .summary h3{
		margin-bottom: 8px;
	}
	.innews .content .right{
		width: 100%;
		margin-top: 30px;
	}
	
	/*内页 后台内容*/
	#intro .content{
		padding: 30px 16px 24px
	}
	#intro .content p {
	    font-size: 14px;
	    line-height: 24px;
	    padding: 3px 0;
	}
	
	/*内页 列表分页*/
	.pagination{
		margin-top: 30px;
	}
	.pagination a {
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 12px;
	    margin: 0 1px;
	}
	.pagination a.page-link svg {
	    width: 8px;
	    height: 8px;
	}
	
	/*内页详情分页*/
	.pageturn .item{
		width: 100%;
	}
	.pageturn .item a{
		font-size: 12px;
		line-height: 24px;
	}
	.pageturn .sitebtn{
		display: none;
	}
}