﻿/*关于我们*/

.ny-about {
	display: flex;
}

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

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

.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: #fff;
	text-align: center;
	line-height: 60px;
	transition: all 0.4s;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
}

.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-profile .pro-col .xy_lib  p{
	display: flex;
	align-items: center;
	padding: 20px 0px;
	border-bottom: 1px dotted #ddd;
}
.ny-profile .pro-col .xy_lib p img{
	margin-right: 20px;
	border: 1px solid #eee;
	padding: 5px;
}
/*汽车联盟*/

.picList{
	padding: 40px 0 70px;
}
.picList ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px;
}
.picList li{
	width: calc(100% / 6);
	padding: 0px 15px;
	margin-top: 30px;
}
.picList li .pic{
	border: 1px solid #eee;
	text-align: center;
	padding: 5px;
	overflow: hidden;
	cursor: pointer;
}
.picList li .pic:hover img{
	transform: scale(1.1);
}
/*新闻列表*/

.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: #009682;
}


/*新闻详情*/

.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: #009682;
	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: #009682;
	margin-right: 10px;
	transform: translateY(-1px);
}

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

.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: #009682;
}

.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: #009682;
	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: #009682;
}

.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: #009682;
	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: #009682;
	border-color: #009682;
}