﻿/*关于我们*/
.ny-title{
	font-size: 42px;
}
.nyprofile{
	padding: 90px 0 70px;
}

.nyprofile .content p{
	margin-top: 30px;
	font-size: 18px;
	line-height: 2;
	text-align-last: center;
}

.nynum{
	padding-bottom: 90px;
}
.nynum ul li{
	width: 50%;
	text-align: center;
}
.nynum ul li h3{
	font-size: 80px;
	font-weight: bold;
	line-height: 62px;
	color: #f68b1f;
}
.nynum ul li i{
	margin-left: 12px;
}
.nynum ul li p{
	font-size: 18px;
	width: 100%;
	margin-top: 20px;
	color: #1a1a1a;
}

.nyculture{
	background: url(../images/culbg.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	z-index: 0;
	padding: 90px 0;
}
.nyculture:before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(34,63,155,0.8);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.nyculture .list{
	margin-top: 60px;
}
.nyculture .list li i{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #f68b1f;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.nyculture .list li i:before{
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #f68b1f;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(1.2);
	opacity: 0.5;
	z-index: -1;
}
.nyculture .list li h3{
	font-size: 24px;
	margin: 40px 0 16px;
}
.nyculture .list li p{
	font-size: 20px;
}

.nyhonor{
	padding: 90px 0;
}
.nyhonor .list{
	margin: 50px 0;
}
.nyhonor .list ul li{
	padding: 40px;
	background: #fff;
	border: 1px solid #dbdbdb;
	transition: all 0.4s;
}
.nyhonor .list ul li .pic1{
	height: 280px;
}
.nyhonor .list ul li .pic1 img{
	height: auto;
	max-height: 100%;
	width: auto;
	max-width: 100%;
}
.nyhonor .list ul li .title{
	font-size: 16px;
	line-height: 1.5;
	margin-top: 24px;
}
.nyhonor .list ul li:hover{
	cursor: pointer;
	border-color: #223f9b;
}

.nypartner{
	background: url(../images/partnerbg.jpg) no-repeat center;
	padding: 90px 0;
}
.nypartner .list{
	margin-top: 50px;
}
.nypartner .list ul{
	margin: -5px;
}
.nypartner .list ul li{
	width: calc(100% / 7);
	padding: 5px;
}
.nypartner .list ul li img{
	border-radius: 8px;
}

/*服务项目*/
.nyservice{
	padding: 90px 0 20px;
}
.nyservice .list ul{
	margin: -10px 0;
}
.nyservice .list ul li{
	padding: 10px 0;
}
.nyservice .list ul li:nth-child(2n) a{
	flex-direction: row-reverse;
}
.nyservice .list ul li .pic,
.nyservice .list ul li .content{
	width: calc((100% - 10px) / 2);
}
.nyservice .list ul li .pic {
	box-shadow: 0 0 60px 0 rgba(0,0,0,0.1);
	height: 400px;
	position: relative;
	z-index: 0;
}
.nyservice .list ul li .pic:before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: all 0.4s ease;
	opacity: 0;
}
.nyservice .list ul li .pic i{
	width: 60px;
	height: 60px;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	transform: translate(-50%,-50%) scale(0);
	opacity: 0;
}
.nyservice .list ul li .content {
	padding: 60px;
	transition: all 0.4s ease;
}
.nyservice .list ul li .content h2{
	font-size: 36px;
}
.nyservice .list ul li .content p{
	font-size: 16px;
	line-height: 30px;
	margin: 30px 0 50px;
}
.nyservice .list ul li .content span{
	display: block;
	width: 120px;
	border: 1px solid #fff;
	font-size: 14;
	line-height: 46px;
}
.nyservice .list ul li:hover .pic:before{
	opacity: 1;
}
.nyservice .list ul li:hover .pic img{
	transform: scale(1.1);
}
.nyservice .list ul li:hover .pic i{
	transform: translate(-50%,-50%) scale(1);
	opacity: 1;
}
.nyservice .list ul li:hover .content{
	background: #f68b1f;
}
.nyservice .list ul li:hover .content span{
	background: #223f9b;
	border-color: #223f9b;
}

/*服务详情*/
.nyservicexq{
	padding: 90px 0 20px;
}
.nyservicexq .left,
.nyservicexq .right{
	width: calc((100% - 60px) / 2);
}
.nyservicexq .left .large{
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
	margin-bottom: 10px;
}
.nyservicexq .left .large ul li{
	height: 400px;
}
.nyservicexq .left .small ul li{
	border: 1px solid #dbdbdb;
	transition: all 0.4s ease;
	height: 90px;
}
.nyservicexq .left .small ul li.swiper-slide-thumb-active{
	border-color: #223f9b;
}
.nyservicexq .right h2{
	font-size: 36px;
	margin-bottom: 50px;
}
.nyservicexq .right .content h3{
	font-size: 20px;
	border-left: 2px solid #223f9b;
	padding-left: 12px;
	color: #223f9b;
	margin-bottom: 20px;
}
.nyservicexq .right .content p{
	font-size: 16px;
	line-height: 28px;
	padding: 4px 0;
}

/*新闻资讯*/
.nynews{
	padding: 90px 0 20px;
}
.nynews .list ul{
	margin: -15px;
}
.nynews .list ul li{
	width: calc(100% / 3);
	padding: 15px;
}
.nynews .list ul li a{
	display: block;
	background: #fff;
	padding: 30px;
	box-shadow: 0 0 60px 0 rgba(0,0,0,0.1);
}
.nynews .list ul li a h3{
	font-size: 20px;
	height: 60px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient:vertical;
}
.nynews .list ul li a .pic{
	position: relative;
	z-index: 0;
	height: 200px;
	margin: 20px 0;
}
.nynews .list ul li a .pic dl{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	padding: 10px;
}
.nynews .list ul li a .pic dl dt{
	font-size: 28px;
	margin-bottom: 6px;
}
.nynews .list ul li a .pic dl dd{
	font-size: 12px;
}
.nynews .list ul li a p{
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient:vertical;
}
.nynews .list ul li a i{
	width: 36px;
	height: 36px;
	border: 2px solid #999;
	border-radius: 50%;
	margin: 30px auto 10px;
}
.nynews .list ul li a:hover{
	background: #f68b1f;
}
.nynews .list ul li a:hover .pic img{
	transform: scale(1.1);
}
.nynews .list ul li a:hover h3,
.nynews .list ul li a:hover p{
	color: #fff;
}
.nynews .list ul li a:hover i{
	border-color: #fff;
}
.nynews .list ul li a:hover i svg path{
	fill: #ffffff;
}

/*新闻详情*/
.nynewsxq{
	padding: 90px 0 20px;
}
.nynewsxq .newsxq{
	padding: 50px;
	box-shadow: 0 0 80px 0 rgba(0,0,0,0.1);
}
.nynewsxq .newsxq .title h3{
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.nynewsxq .newsxq .title .deliver span{
	display: block;
	margin: 0 10px;
}
.nynewsxq .newsxq .content{
	border-top: 1px solid #dbdbdb;
	margin-top: 35px;
	padding-top: 25px;
}
.nynewsxq .newsxq .content p{
	line-height: 1.8;
	text-indent: 2rem;
	padding: 4px 0;
}
.nynewsxq .newsxq .content p img{
	margin: 20px auto;
	width: 80%;
}

/*常见问题*/
.nyfaq{
	padding: 90px 0 20px;
}
.nyfaq .list ul li{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.nyfaq .list ul li .top{
	cursor: pointer;
}
.nyfaq .list ul li .top i{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #223f9b;
	font-size: 12px;
	text-align: center;
	line-height: 28px;
}
.nyfaq .list ul li .top h3{
	width: calc(100% - 30px);
	line-height: 30px;
	padding-left: 12px;
	font-size: 20px;
	color: #223F9B;
}
.nyfaq .list ul li .top.on i{
	transform: rotate(90deg);
	border-color: #f68b1f;
	color: #f68b1f;
}
.nyfaq .list ul li .top.on h3{
	color: #f68b1f;
}
.nyfaq .list ul li .bottom{
	padding: 20px 0 0 42px;
	display: none;
}
.nyfaq .list ul li .bottom p{
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
.nyfaq .list ul li .bottom table{
	margin: 0 auto;
}
.nyfaq .list ul li .bottom table tr td{
	padding: 10px;
}
.nyfaq .list ul li .bottom table tr td p{
	text-align: center;
	margin-top: 10px;
}
/*联系我们*/
.nycontact{
	padding: 90px 0;
}
.nycontact .list{
	margin: 50px 0 40px;
}
.nycontact .list ul li{
	width: calc((100% - 40px) / 2);
	background: #FFFFFF;
	padding: 40px;
	border: 1px solid #DBDBDB;
}
.nycontact .list ul li h3{
	font-size: 24px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	width: 100%;
	border-bottom: 1px solid #DBDBDB;
}
.nycontact .list ul li .pic{
	border: 1px solid #dbdbdb;
}
.nycontact .list ul li .content{
	padding-left: 20px;
}
.nycontact .list ul li .content p{
	font-size: 18px;
	margin: 20px 0;
}
.nycontact .list ul li .content p i{
	padding-left: 18px;
}
.nycontact .map{
	border: 1px solid #dbdbdb;
	position: relative;
	z-index: 0;
}
.nycontact .map .coninfo{
	padding: 30px;
	background: rgba(34,63,155,0.8);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 999;
}
.nycontact .map .coninfo h3{
	font-size: 24px;
	margin-bottom: 40px;
}
.nycontact .map .coninfo i{
	display: block;
	width: 50px;
	height: 1px;
}
.nycontact .map .coninfo dl{
	margin-top: 40px;
}
.nycontact .map .coninfo dl dd{
	font-size: 16px;
	margin-bottom: 16px;
}
.nycontact .map .coninfo dl a{
	font-size: 24px
}
.nycontact .map .coninfo dl dt{
	font-size: 16px
}
.nycontact .map #mapContainer{
	height: 420px;
}
/*地图*/
#mapContainer .info {
	border: 1px solid #ccc;
	width: max-content;
}

#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: 16px;
	line-height: 40px;
	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: 16px 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: 14px;
	line-height: 26px;
}

div.info-bottom {
	height: 0px;
	width: 100%;
	clear: both;
	text-align: center;
}

div.info-bottom img {
	position: relative;
	z-index: 104;
	left: 46%;
}

/*客户留言*/
