﻿/*关于我们*/

.ny-about {
	display: flex;
}

.about-tab {
	position: sticky;
	top: 80px;
	z-index: 999;
	background: #eee;
}

.tab-list .tab-title.click {
	background: #333;
}

.about-tab .tab-list {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.about-tab .tab-list .tab-title {
	width: calc(100% / 3);
	display: block;
	color: #333;
	text-align: center;
	line-height: 60px;
	transition: all 0.4s;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
}
.about-tab .tab-list .tab-title.click{
	color: #fff;
}

.ny-profile {
	padding: 65px 0 60px;
}

.ny-profile .pro-col {
	margin-top: 30px;
}
.ny-profile .pro-col h2{
	color: #333;
	margin-bottom: 10px;
}
.ny-profile .pro-col p {
	line-height: 28px;
	padding: 6px 0;
}
.ny-profile .pro-col div{
	clear: both;
}
.ny-profile .jg_logo ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px;
}
.ny-profile .jg_logo li{
	width: calc(100% / 8);
	padding: 0px 15px;
	margin-top: 20px;
}
.ny-profile .jg_logo li img{
	border: 1px solid #eee;
	padding: 3px;
}
.ny-profile .tx_img ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px;
}
.ny-profile .tx_img li{
	width: calc(100% / 2);
	padding: 0px 15px;
	margin-top: 20px;
	text-align: center;
}
.ny-profile .tx_img li p{
	text-align: center;
}
.ny-profile .tx_img li img{
	border: 1px solid #eee;
	padding: 3px;
}
.ny-profile .px_video{
	margin-top: 20px;
}

.ny-strategy{
	background: #f5f5f5;
	padding: 65px 0 60px;
}

.ny-strategy .content{
	margin-top: 50px;
}
.ny-strategy ul{
	display: flex;
	margin: 0px -20px;
}
.ny-strategy li{
	width: 25%;
	padding: 0px 20px;
}
.ny-strategy .items{
	background: #fff;
	padding: 10px;
	border-top: 4px solid #ed6d00;
	border-radius: 6px;
	border-bottom: 6px solid #d2d2d2;
	transition: all 500ms;
}
.ny-strategy .items .txt{
	text-align: center;
	color: #000;
	font-weight: 700;
	line-height: 1em;
	font-size: 16px;
	margin-top: 15px;
}
.ny-strategy .items .pic{
	margin-top: 20px;
}
.ny-strategy  li:hover .items {
	-webkit-box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
}
.ny-idea {
	padding: 65px 0;
}
.ny-idea .content{
	margin-top: 50px;
}

.ny-idea ul{
	display: flex;
	margin: 0px -20px;
}
.ny-idea li{
	width: 25%;
	padding: 0px 20px;
}
.ny-idea .items{
	background: #f5f5f5;
	padding: 10px;
	border-top: 4px solid #ed6d00;
	border-radius: 6px;
	border-bottom: 6px solid #d2d2d2;
	transition: all 500ms;
}
.ny-idea .items .txt{
	text-align: center;
	color: #000;
	font-weight: 700;
	line-height: 1em;
	font-size: 16px;
	margin-top: 15px;
}
.ny-idea .items .pic{
	margin-top: 20px;
}
.ny-idea  li:hover .items {
	-webkit-box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
}
/*产品列表*/

.proList {
	padding: 40px 0 70px;
}

.proList ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.proList ul li {
	width: calc(100% / 3);
	padding: 0 15px;
	margin-top: 30px;
}
.proList ul li a{
	display: block;
	border: 1px solid #eee;
	padding: 5px;
}
.proList ul li .pic {
	background: #f0f0f0;
	overflow: hidden;
	position: relative;
}

.proList ul li .pic img {
	display: block;
	width: 100%;
	mix-blend-mode: darken;
	transition: all 0.6s;
}

.proList ul li:hover .pic img {
	transform: scale(1.1);
}

.proList ul li .title h2 {
	padding: 15px 20px;
	font-size: 16px;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1em;
	overflow: hidden;

}

.proList ul li:hover .title h2 {
	color: #347cdb;
}

.pro-list.hidden {
	display: none;
}

.proList .more {
	display: block;
	width: 260px;
	margin: 50px auto 0;
	height: 55px;
	color: #fff;
	background: #347cdb;
	line-height: 55px;
	font-size: 17px;
	cursor: pointer;
	position: relative;
	z-index: 0;
	transition: all 0.4s;
}

.proList .more:before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	background: #3461db;
	transition: all 0.4s;
}

.proList .more:hover:before {
	top: 0;
	height: 100%;
}


/*产品详情*/

.proDetails {
	padding: 55px 0 70px;
}

.proDetails .titleBox h3 {
	font-size: 36px;
	font-family: roboto-m;
	color: #000000;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #dbdbdb;
}

.proDetails .contentBox {
	padding: 30px 0;
}
.proDetails .contentBox .img{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.proDetails .contentBox .img img{
	max-width: 600px;
	border: 1px solid #eee;
	padding: 5px;
}
.proDetails .contentBox h3{
	font-family: roboto-m;
	color: #347cdb;
	font-size: 21px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.proDetails .contentBox table{
	width: 100%;
	border-collapse: collapse;
}

.proDetails .contentBox table td{
	border: 1px solid #dbdbdb;
	text-align: center;
	color: #333;
	padding: 15px 10px;
}
.proDetails .contentBox table td img{
	margin: 0 auto;
}
.proDetails .contentBox table .firstRow td{
	background: #347cdb;
	color: #fff;
	font-size: 17px;
}

/*产品询盘*/

.proInquiry {
	padding: 65px 0 70px;
	border-top: 10px solid #f5f5f5;
}

.proInquiry .title {
	font-size: 36px;
	color: #000;
	font-family: 'hg';
	text-transform: capitalize;
	line-height: 1;
	margin-bottom: 30px;
}

.proInquiry .inquiry span {
	color: #000;
}

.proInquiry .inquiry input,
.proInquiry .inquiry textarea {
	border: none;
	background: #dde4e9;
}

.proInquiry .inquiry dl dd {
	width: calc(100% / 3);
}

.proInquiry .inquiry dl dt {
	width: 240px;
}

.proInquiry .inquiry dl dt button:hover {
	background: #3461db;
}


/*新闻列表*/

.newsBox {
	padding: 40px 0 70px;
}

.news-list ul {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 -15px;
}

.news-list ul li {
	padding: 0 15px;
	width: calc(100% / 3);
	margin-top: 30px;
}

.news-list ul li a {
	display: block;
	height: 100%;
}

.news-list ul li a .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.news-list ul li a .pic1{
	border: 1px solid #eee;
	padding: 5px;
}
.news-list ul li a .pic img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	transition: all 0.6s;
	height: 240px;
}
.news-list ul li a .pic2 img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	transition: all 0.6s;
	height: auto !important;
}

.news-list ul li a .date {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 12px 20px 9px;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.4s;
	color: #fff;
	font-size: 14px;
}

.news-list ul li a .content {
	padding: 20px;
	background: #f0f0f0;
	transition: all 0.4s;
}

.news-list ul li a .content h3 {
	font-size: 17px;
	color: #1a1a1a;
	font-family: roboto-m;
	height: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-list ul li a .content p {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	margin-top: 16px;
}

.news-list ul li:hover .date {
	background: rgba(52, 97, 219, 0.9);
}

.news-list ul li:hover a .pic img {
	transform: scale(1.1);
}

.news-list ul li:hover a .content {
	background: #FFFFFF;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.news-list ul li:hover a .content h3 {
	color: #2f4d93;
}


/*新闻详情*/

.newsDetails {
	padding: 60px 0 70px;
}

.news-xq .xq-title {
	font-size: 28px;
	font-family: "Roboto-m";
	color: #000;
}

.news-xq .xq-data {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0 20px;
}

.news-xq .xq-data li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 20px;
}

.news-xq .content {
	border-top: 1px solid #dbdbdb;
	padding-top: 20px;
}

.news-xq .content p {
	padding: 5px 0;
}

.news-xq .content img {
	max-width: 100%;
	margin: 0 auto;
}

.news-xq .xq-key {
	display: flex;
	align-items: center;
	padding: 20px 0;
}

.news-xq .xq-key span {
	padding-right: 4px;
	color: #2f4d93;
	font-family: "Roboto-m";
}

.hot-news {
	padding: 65px 0 70px;
	border-top: 10px solid #f5f5f5;
}

.hotNews {
	margin: 40px -15px 0;
	padding-bottom: 50px !important;
}

.hot-news .title h3 {
	font-size: 36px;
	color: #000;
	font-family: 'hg';
	text-transform: capitalize;
	line-height: 1;
}

.hotNews ul li {
	padding: 0 15px;
}

.hotNews ul li a {
	display: block;
	height: 100%;
	background: #fff;
}

.hotNews ul li a .pic {
	width: 100%;
	overflow: hidden;
}

.hotNews ul li a .pic img {
	object-fit: cover;
	width: 100%;
	height: 260px;
	transition: all 0.6s;
}

.hotNews ul li a .content {
	padding: 20px;
	background: #f5f5f5;
	transition: all 0.4s;
}

.hotNews ul li a .content h3 {
	font-size: 17px;
	color: #1a1a1a;
	font-family: roboto-m;
	height: 54px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.hotNews ul li a .content p {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	margin: 10px 0 16px;
	display: none;
}

.hotNews ul li a .details {
	color: #666;
	margin-top: 15px;
	transition: all 0.4s;
}

.hotNews ul li a .details i {
	font-size: 14px;
	color: #2f4d93;
	margin-right: 10px;
	transform: translateY(-1px);
}

.hotNews ul li:hover a {
	background: #2f4d93;
	border-color: #2f4d93;
}

.hotNews ul li:hover a .pic img {
	transform: scale(1.1);
}

.hotNews ul li:hover a .content {
	background: #fff;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.hotNews ul li:hover a .content h3 {
	color: #2f4d93;
}

.hotNews .swiper-pagination {
	bottom: 0;
	width: 150px !important;
}

.hotNews .swiper-pagination span {
	width: 10px;
	height: 10px;
	background: #999;
	margin: 0 10px;
	opacity: 0.8;
}

.hotNews .swiper-pagination span.swiper-pagination-bullet-active {
	background: #2f4d93;
	opacity: 1;
}


/*联系我们*/

.ny-contant {
	display: flex;
	justify-content: space-between;
	padding: 70px 20px;
}

.ny-contant .conInfo {
	width: 460px;
}

.ny-contant .conInfo h4 {
	font-size: 28px;
	font-family: "Roboto-m";
	color: #000;
	line-height: 1;
	margin-bottom: 30px;
}

.ny-contant .conInfo ul li {
	display: flex;
	align-items: flex-start;
}

.ny-contant .conInfo ul li:nth-child(2) {
	padding: 30px 0;
	margin: 30px 0;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}

.ny-contant .conInfo ul li .mark {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
}

.ny-contant .conInfo ul li .content {
	width: calc(100% - 40px);
	padding-left: 16px;
}

.ny-contant .conInfo ul li .content span {
	display: block;
	font-size: 17px;
	color: #000;
	line-height: 1.4;
	font-family: 'Roboto-m';
}

.ny-contant .conInfo ul li .content a {
	display: block;
	margin-top: 6px;
}

.ny-contant .conInfo ul li .content a:hover {
	color: #2f4d93;
}

.ny-contant .conFeed {
	width: calc(100% - 560px);
	background: #FFFFFF;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	padding: 50px;
	margin-top: -120px;
	position: relative;
}

.ny-contant .conFeed .title {
	margin-bottom: 10px;
}

.ny-contant .conFeed .title span {
	display: block;
	text-transform: uppercase;
	color: #2f4d93;
	font-size: 15px;
}

.ny-contant .conFeed .title b {
	display: block;
	text-transform: capitalize;
	color: #000;
	font-size: 28px;
	font-family: 'hg';
}

.ny-contant .conFeed .inquiry input,
.ny-contant .conFeed .inquiry textarea {
	border: none;
	background: #e6eef3;
}

.ny-contant .conFeed .inquiry dl dt {
	width: 240px;
	margin: 20px auto 0;
}

.ny-contant .conFeed .inquiry dl dt button {
	line-height: 50px;
}

.map #mapContainer {
	width: 100%;
	height: 500px;
}


/*搜索结果*/

.searchPro {
	padding: 50px 0 80px;
}

.searchPro ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.searchPro ul li {
	width: 25%;
	padding: 0 10px;
	margin-top: 20px;
}

.searchPro ul li a {
	display: block;
	background: #f0f0f0;
}

.searchPro ul li .pic {
	overflow: hidden;
}

.searchPro ul li .pic img {
	mix-blend-mode: darken;
	object-position: center;
	width: 100%;
	transition: all 0.6s;
}

.searchPro ul li h3 {
	color: #1a1a1a;
	padding: 15px 20px;
	font-size: 17px;
	border-top: 1px solid #dbdbdb;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.searchPro ul li:hover .pic img {
	transform: scale(1.1);
}

.searchPro ul li:hover h3 {
	color: #fff;
	background: #2f4d93;
	border-color: #2f4d93;
}