header {
	width: 100%;
	position: relative;
}
header .index-banner-swiper {
	width: 100%;
	height: 100%;
}
header .index-banner-swiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
header .index-head {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	line-height: 90px;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	background: rgba(255,255,255,0.9);
	backdrop-filter: blur(10px);
	box-shadow: 0 2px 20px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}
header.index-header .index-head .wd1200,
header.nei-header .index-head .wd1200 {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	align-content: center !important;
	justify-content: space-between !important;
	gap: 0 !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-right: 0 !important;
}
header.index-header .index-head .wd1200 .nav,
header.nei-header .index-head .wd1200 .nav {
	flex: 1 !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}
header.index-header .index-head .wd1200 .logo,
header.nei-header .index-head .wd1200 .logo {
	margin-left: 0 !important;
}
header.index-header .index-head .wd1200 .logo img,
header.nei-header .index-head .wd1200 .logo img {
	height: 90px !important;
	margin-left: 30px !important;
}
header .index-head .wd1200 .nav {
	display: flex;
	align-items: center;
	flex: 1;
	overflow-x: auto;
	white-space: nowrap;
}
header .index-head .wd1200 .nav::-webkit-scrollbar {
	display: none;
}
header .index-head .wd1200 .nav li {
	height: 90px;
	padding: 0 10px;
	border-bottom: 3px solid transparent;
	transition: 0.3s;
	flex-shrink: 0;
}
header .index-head .wd1200 .contact-phone {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 18px;
	font-weight: 600;
	color: #3186E0;
	white-space: nowrap;
}
header .index-head .wd1200 .contact-phone .phone-icon {
	font-size: 20px;
}
header .index-head .wd1200 .nav li a {
	font-size: 16px;
	font-weight: 500;
	transition: all 0.3s ease;
	color: #333;
	text-decoration: none;
	position: relative;
	padding: 0 10px;
	border-radius: 4px;
}
header .index-head .wd1200 .nav .li-active {
	border-bottom: 3px solid #3186E0;
	background-color: rgba(49, 134, 224, 0.05);
}
header .index-head .wd1200 .nav .li-active a {
	color: #3186E0;
	font-weight: 600;
}
header .index-head .wd1200 .nav li:hover {
	border-bottom: 3px solid #3186E0;
	background-color: rgba(49, 134, 224, 0.05);
	transform: translateY(-2px);
}
header .index-head .wd1200 .nav li:hover a {
	color: #3186E0;
	font-weight: 600;
}
header .index-head .wd1200 .nav li {
	transition: all 0.3s ease;
}
.index-search {
	height: 80px;
	line-height: 80px;
	background-color: #333;
}
.index-search .wd1200 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index-search .wd1200 .key {
	display: flex;
	align-items: center;
}
.index-search .wd1200 .key .icon {
	width: 22px;
	margin-right: 10px;
}
.index-search .wd1200 .key .word {
	display: flex;
	align-items: center;
}
.index-search .wd1200 .key .word .title {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.index-search .wd1200 .key .word div {
	display: flex;
	align-items: center;
}
.index-search .wd1200 .key .word div a {
	margin-right: 10px;
	font-size: 16px;
	color: #fff;
}
.index-search .wd1200 .key .word div a:hover {
	color: #3186E0;
}
.index-search .wd1200 .search-box {
	display: flex;
	align-items: center;
	width: 410px;
	height: 50px;
}
.index-search .wd1200 .search-box .input {
	flex: 1;
	height: 50px;
	overflow: hidden;
	box-sizing: border-box;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}
.index-search .wd1200 .search-box .input input {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: 2rem;
}
.index-search .wd1200 .search-box .button button {
	width: 70px;
	height: 50px;
	display: block;
	line-height: 50px;
	text-align: center;
	transition: 0.2s;
	background-color: #3186E0;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
.index-search .wd1200 .search-box .button button:hover {
	background-color: #ffb123;
}
.index-show {
	padding: 60px 0 80px;
	background-color: #f0f0f0;
}
.index-show .wd1200 .show-nav {
	margin-top: 45px;
}
.index-show .wd1200 .show-nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.index-show .wd1200 .show-nav ul li {
	margin: 0 10px;
}
.index-show .wd1200 .show-nav ul li a {
	width: 143px;
	height: 50px;
	display: block;
	font-size: 16px;
	background-color: #ffffff;
	border-radius: 5px;
	line-height: 50px;
	text-align: center;
	border: solid 1px #cccccc;
}
.index-show .wd1200 .show-nav ul .li-active a {
	color: #fff;
	background-color: #3186E0;
	border-radius: 5px;
	line-height: 50px;
	text-align: center;
	border: solid 1px #3186E0;
}
.index-show .wd1200 .show-nav ul li:hover a {
	color: #fff;
	background-color: #3186E0;
	border-radius: 5px;
	line-height: 50px;
	text-align: center;
	border: solid 1px #3186E0;
}
.index-show .wd1200 .show-contain {
	margin-top: 50px;
}
.index-show .wd1200 .show-contain .show-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index-show .wd1200 .show-contain .show-box .picture {
	width: 600px;
	height: 450px;
}
.index-show .wd1200 .show-contain .show-box .picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-show .wd1200 .show-contain .show-box .info {
	flex: 1;
	height: 450px;
	box-sizing: border-box;
	padding: 40px 55px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.index-show .wd1200 .show-contain .show-box .info .name {
	font-size: 26px;
}
.index-show .wd1200 .show-contain .show-box .info .intro {
	font-size: 16px;
	lighting-color: 32px;
	color: #808080;
	text-align: justify;
}
.index-show .wd1200 .show-contain .show-box .info .photo {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index-show .wd1200 .show-contain .show-box .info .photo img {
	width: 150px;
	height: 112px;
	display: block;
	transition: 0.3s;
	cursor: pointer;
}
.index-show .wd1200 .show-contain .show-box .info .bot {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index-show .wd1200 .show-contain .show-box .info .bot .detail {
	width: 150px;
	height: 48px;
	background-color: #3186E0;
	border-radius: 24px;
	font-size: 16px;
	color: #fff;
	line-height: 48px;
	text-align: center;
	transition: 0.2s;
}
.index-show .wd1200 .show-contain .show-box .info .bot .detail:hover {
	background-color: #ffb123;
}
.index-show .wd1200 .show-contain .show-box .info .bot div {
	font-size: 16px;
	color: #6f6f6f;
}
.index-show .wd1200 .show-contain .show-box .info .bot div strong {
	font-size: 40px;
	color: #3186E0;
}
.index-show .wd1200 .show-contain .show-car {
	margin-top: 29px;
	display: flex;
	justify-content: space-between;
}
.index-show .wd1200 .show-contain .show-car .car-item {
	width: 32%;
}
.index-show .wd1200 .show-contain .show-car .car-item .tu {
	width: 100%;
	overflow: hidden;
}
.index-show .wd1200 .show-contain .show-car .car-item .tu img {
	width: 100%;
	height: 100%;
	transition: 0.3s;
}
.index-show .wd1200 .show-contain .show-car .car-item .info {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	padding: 0 19px;
	transition: 0.3s;
	box-sizing: border-box;
}
.index-show .wd1200 .show-contain .show-car .car-item .info span {
	font-size: 16px;
	transition: 0.3s;
}
.index-show .wd1200 .show-contain .show-car .car-item .info div {
	font-size: 16px;
	color: #6f6f6f;
	transition: 0.3s;
}
.index-show .wd1200 .show-contain .show-car .car-item .info div strong {
	font-size: 30px;
	color: #3186E0;
	transition: 0.3s;
}
.index-show .wd1200 .show-contain .show-car .car-item:hover .tu img {
	transform: scale(1.1);
}
.index-show .wd1200 .show-contain .show-car .car-item:hover .info {
	background-color: #3186E0;
}
.index-show .wd1200 .show-contain .show-car .car-item:hover .info span {
	color: #fff;
}
.index-show .wd1200 .show-contain .show-car .car-item:hover .info div {
	color: #fff;
}
.index-show .wd1200 .show-contain .show-car .car-item:hover .info strong {
	color: #fff;
}
.index-Title .title {
	font-size: 40px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.index-Title .intro {
	font-size: 16px;
	color: #666;
	margin-top: 18px;
	text-align: center;
}
.index-Title .line {
	width: 387px;
	height: 1px;
	margin: 24px auto 0;
	background-color: #cccccc;
	position: relative;
}
.index-Title .line::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: -4px;
	width: 50px;
	height: 9px;
	background-color: #3186E0;
	border-radius: 5px;
	transform: translateX(-50%);
}
.index-reason {
	padding: 60px 0 0;
	background-color: #fff;
}
.index-reason .reason-nav {
	margin-top: 44px;
}
.index-reason .reason-nav ul {
	display: flex;
	justify-content: space-between;
}
.index-reason .reason-nav ul li {
	width: 25%;
	height: 140px;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}
.index-reason .reason-nav ul li .icon {
	width: 80px;
	height: 80px;
	margin-right: 20px;
	transition: 0.3s;
}
.index-reason .reason-nav ul li .icon2 {
	display: none;
}
.index-reason .reason-nav ul li .word .title {
	font-size: 28px;
	transition: 0.3s;
}
.index-reason .reason-nav ul li .word .intro {
	font-size: 18px;
	color: #808080;
	margin-top: 10px;
	transition: 0.3s;
}
.index-reason .reason-nav ul li .sanjiao {
	display: none;
	position: absolute;
	left: 50%;
	bottom: -16px;
	width: 0;
	height: 0;
	transition: 0.3s;
	transform: translateX(-50%);
	border-top: 16px solid #3186E0;
	border-right: 16px solid transparent;
	border-left: 16px solid transparent;
}
.index-reason .reason-nav ul li::after {
	content: "";
	right: 0;
	top: 30px;
	width: 1px;
	height: 80px;
	position: absolute;
	background-color: #cccccc;
}
.index-reason .reason-nav ul li:last-child::after {
	display: none;
}
.index-reason .reason-nav ul .li-active {
	background-color: #3186E0;
}
.index-reason .reason-nav ul .li-active .icon1 {
	display: none;
}
.index-reason .reason-nav ul .li-active .icon2 {
	display: block;
}
.index-reason .reason-nav ul .li-active .word .title {
	color: #fff;
}
.index-reason .reason-nav ul .li-active .word .intro {
	color: #fff;
}
.index-reason .reason-nav ul .li-active .sanjiao {
	display: block;
}
.index-reason .reason-nav ul li:hover {
	background-color: #3186E0;
}
.index-reason .reason-nav ul li:hover .icon1 {
	display: none;
}
.index-reason .reason-nav ul li:hover .icon2 {
	display: block;
}
.index-reason .reason-nav ul li:hover .word .title {
	color: #fff;
}
.index-reason .reason-nav ul li:hover .word .intro {
	color: #fff;
}
.index-reason .reason-nav ul li:hover .sanjiao {
	display: block;
}
.index-reason .reason-contain {
	background-image: url("../images/reason_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 560px;
}
.index-reason .reason-contain .wd1200 {
	display: flex;
	height: 100%;
}
.index-reason .reason-contain .wd1200 .promise {
	width: 300px;
	padding: 60px 0 0 41px;
	margin-right: 140px;
	background: #0000007a;
}
.index-reason .reason-contain .wd1200 .promise h3 {
	font-size: 36px;
	color: #fefefe;
}
.index-reason .reason-contain .wd1200 .promise .intro {
	margin-top: 14px;
	font-size: 22px;
	color: #fefefe;
}
.index-reason .reason-contain .wd1200 .promise .line {
	width: 60px;
	height: 5px;
	margin-top: 36px;
	background-color: #ffffff;
}
.index-reason .reason-contain .wd1200 .promise .seave {
	margin-top: 10px;
}
.index-reason .reason-contain .wd1200 .promise .seave .strip {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.index-reason .reason-contain .wd1200 .promise .seave .strip div {
	width: 8px;
	height: 8px;
	margin-right: 10px;
	background-color: #ffffff;
}
.index-reason .reason-contain .wd1200 .promise .seave .strip span {
	font-size: 18px;
	color: #fefefe;
}
.index-reason .reason-contain .wd1200 .promise .order {
	margin-top: 20px;
	width: 160px;
	height: 54px;
	color: #fefefe;
	font-size: 16px;
	line-height: 54px;
	text-align: center;
	display: block;
	transition: 0.2s;
	border: solid 1px #ffffff;
}
.index-reason .reason-contain .wd1200 .promise .order:hover {
	color: #fff;
	background-color: #3186E0;
	border: 1px solid #3186E0;
}
.index-reason .reason-contain .wd1200 .reason-box {
	width: 620px;
	height: 326px;
	margin-top: 104px;
	position: relative;
	background-color: #ffffff;
}
.index-reason .reason-contain .wd1200 .reason-box .index-reason-swiper {
	width: 100%;
	height: 100%;
	position: initial;
}
.index-reason .reason-contain .wd1200 .reason-box .index-reason-swiper .swiper-slide {
	padding: 40px 50px;
	box-sizing: border-box;
}
.index-reason .reason-contain .wd1200 .reason-box .index-reason-swiper .swiper-slide h2 {
	font-size: 40px;
	color: #3186E0;
	padding: 0;
	margin: 0;
}
.index-reason .reason-contain .wd1200 .reason-box .index-reason-swiper .swiper-slide .intro {
	margin-top: 10px;
	font-size: 24px;
}
.index-reason .reason-contain .wd1200 .reason-box .index-reason-swiper .swiper-slide .line {
	width: 100%;
	height: 1px;
	margin-top: 20px;
	background-color: #cccccc;
}
.index-reason .reason-contain .wd1200 .reason-box .index-reason-swiper .swiper-slide .detail {
	margin-top: 20px;
	font-size: 16px;
	color: #666;
	line-height: 32px;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.index-case {
	padding: 60px 0;
	background-color: #fff;
}
.index-case .case-box {
	margin-top: 54px;
}
.index-case .case-box .gallery-top {
	width: 100%;
	height: 802px;
}
.index-case .case-box .gallery-top .swiper-slide {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}
.index-case .case-box .gallery-top .swiper-slide .title {
	position: absolute;
	width: 100%;
	height: 110px;
	line-height: 110px;
	bottom: 0;
	left: 0;
	font-size: 24px;
	color: #feffff;
	padding-left: 38px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.52);
}
.index-case .case-box .gallery-top .swiper-slide .title a {
	font-size: 24px;
	color: #feffff;
}
.index-case .case-box .gallery-top .swiper-slide .title span {
	position: relative;
}
.index-case .case-box .gallery-top .swiper-slide .title span::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 60px;
	height: 3px;
	background-color: #ffffff;
}
.index-case .case-box .gallery-thumbs {
	width: 100%;
	height: 221px;
	box-sizing: border-box;
	padding: 10px 0 30px;
}
.index-case .case-box .gallery-thumbs .swiper-slide {
	background-size: 100% auto;
	position: relative;
	opacity: 0.6;
	background-repeat: no-repeat;
}
.index-case .case-box .gallery-thumbs .swiper-slide div {
	position: absolute;
	bottom: -30px;
	left: 50%;
	font-size: 16px;
	transform: translateX(-50%);
}
.gallery-top .swiper-pagination-bullets {
	bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 40px;
}
.gallery-top .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	opacity: 1;
	background-color: #ffffff;
}
.gallery-top .swiper-pagination-bullet-active {
	background: #3186E0;
	width: 40px;
	border-radius: 7px;
}
.index-driver {
	padding: 50px 0 85px;
	background-image: url("../images/driver_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.index-driver .index-Title .title {
	color: #fff;
}
.index-driver .index-Title .intro {
	color: #fff;
}
.index-driver .index-Title .line {
	background-color: #fff;
}
.index-driver .driver-box {
	margin-top: 66px;
	position: relative;
}
.index-driver .driver-box .index-driver-swiper {
	width: 100%;
	height: 348px;
	position: initial;
}
.index-driver .driver-box .index-driver-swiper a {
	display: block;
	background-color: #fff;
	padding: 26px 0 0;
	transition: 0.3s;
	cursor: pointer;
}
.index-driver .driver-box .index-driver-swiper .swiper-slide .photo {
	width: 164px;
	height: 164px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
}
.index-driver .driver-box .index-driver-swiper .swiper-slide .photo img {
	width: 100%;
}
.index-driver .driver-box .index-driver-swiper .swiper-slide .name {
	margin-top: 22px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	transition: 0.3s;
}
.index-driver .driver-box .index-driver-swiper .swiper-slide .name div {
	font-size: 20px;
}
.index-driver .driver-box .index-driver-swiper .swiper-slide .name span {
	font-size: 14px;
}
.index-driver .driver-box .index-driver-swiper .swiper-slide .position {
	margin-top: 20px;
	text-align: center;
	line-height: 24px;
	color: #666;
	transition: 0.3s;
}
.index-about {
	padding: 60px 0 100px;
	background-color: #fff;
}
.index-about .about-box {
	margin-top: 64px;
}
.index-about .about-box .wd1200 {
	display: flex;
}
.index-about .about-box .wd1200 .show {
	width: 563px;
	height: 304px;
	margin-right: 42px;
}
.index-about .about-box .wd1200 .info {
	position: relative;
	flex: 1;
}
.index-about .about-box .wd1200 .info .title {
	font-size: 24px;
}
.index-about .about-box .wd1200 .info .intro {
	margin-top: 20px;
	font-size: 15px;
	color: #666;
	line-height: 30px;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.index-about .about-box .wd1200 .info .more {
	display: block;
	margin-top: 20px;
	width: 128px;
	height: 44px;
	font-size: 16px;
	color: #fff;
	line-height: 44px;
	text-align: center;
	transition: 0.2s;
	background-color: #3186E0;
}
.index-about .about-box .wd1200 .info .more:hover {
	background-color: #ffb123;
}
.index-about .about-box .wd1200 .info .index-about-swiper {
	float: left;
	margin-top: 30px;
	width: 550px;
	height: 133px;
	position: initial;
}
.index-about .about-box .wd1200 .info .index-about-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
}
.index-about .new-box {
	margin-top: 30px;
}
.index-about .new-box .wd1200 {
	display: flex;
	justify-content: space-between;
}
.index-about .new-box .wd1200 .Title {
	height: 54px;
	line-height: 54px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #3186E0;
}
.index-about .new-box .wd1200 .Title span {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.index-about .new-box .wd1200 .Title .more {
	font-size: 16px;
	color: #fff;
	transition: 0.3s;
}
.index-about .new-box .wd1200 .Title .more:hover {
	color: #ffb123;
}
.index-about .new-box .wd1200 .issue {
	width: 347px;
	margin-left: 30px;
}
.index-about .new-box .wd1200 .issue .issue-box {
	border: solid 1px #cccccc;
	border-top: none;
	padding: 30px;
	box-sizing: border-box;
	height: 472px;
	overflow: hidden;
}
.index-about .new-box .wd1200 .issue .issue-box .issue-item {
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: block;
}
.index-about .new-box .wd1200 .issue .issue-box .issue-item .wen {
	display: flex;
	align-items: center;
}
.index-about .new-box .wd1200 .issue .issue-box .issue-item .wen .tit {
	font-size: 14px;
	color: #fff;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-right: 14px;
	border-radius: 50%;
	background-color: #3186E0;
}
.index-about .new-box .wd1200 .issue .issue-box .issue-item .wen .ask {
	flex: 1;
	font-size: 16px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.index-about .new-box .wd1200 .issue .issue-box .issue-item .da {
	margin-top: 10px;
	display: flex;
}
.index-about .new-box .wd1200 .issue .issue-box .issue-item .da .tit {
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-right: 14px;
	border-radius: 50%;
	border: solid 1px #cccccc;
}
.index-about .new-box .wd1200 .issue .issue-box .issue-item .da .ask {
	flex: 1;
	line-height: 24px;
	color: #808080;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.index-about .new-box .wd1200 .issue .issue-box .issue-item:hover .wen .tit {
	background-color: #ffb123;
}
.index-about .new-box .wd1200 .issue .issue-box .issue-item:hover .wen .ask {
	color: #3186E0;
}
.index-about .new-box .wd1200 .new {
	flex: 1;
}
.index-about .new-box .wd1200 .new .new-main {
	padding: 40px 40px 30px;
	border: solid 1px #cccccc;
	display: flex;
}
.index-about .new-box .wd1200 .new .new-main .flac {
	width: 348px;
	margin-right: 60px;
}
.index-about .new-box .wd1200 .new .new-main .flac .img {
	height: 198px;
	overflow: hidden;
	background-color: #6bc8fd;
}
.index-about .new-box .wd1200 .new .new-main .flac .img img {
	width: 100%;
	transition: 0.3s;
}
.index-about .new-box .wd1200 .new .new-main .flac .flac-box {
	margin-top: 30px;
}
.index-about .new-box .wd1200 .new .new-main .flac .flac-box .title {
	font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: bold;
	transition: 0.3s;
}
.index-about .new-box .wd1200 .new .new-main .flac .flac-box .intro {
	margin-top: 20px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.index-about .new-box .wd1200 .new .new-main .flac:hover .img img {
	transform: scale(1.1);
}
.index-about .new-box .wd1200 .new .new-main .flac:hover .flac-box .title {
	color: #3186E0;
}
.index-about .new-box .wd1200 .new .new-main .list .list-item {
	margin-bottom: 25px;
	display: flex;
	align-items: center;
}
.index-about .new-box .wd1200 .new .new-main .list .list-item .icon {
	margin-right: 10px;
}
.index-about .new-box .wd1200 .new .new-main .list .list-item .icon2 {
	display: none;
}
.index-about .new-box .wd1200 .new .new-main .list .list-item div {
	font-size: 16px;
	color: #666;
	width: 218px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-about .new-box .wd1200 .new .new-main .list .list-item span {
	font-size: 16px;
	color: #666;
	width: 89px;
	margin-left: 10px;
}
.index-about .new-box .wd1200 .new .new-main .list .list-item:hover div {
	color: #3186E0;
	text-decoration: underline;
}
.index-driver-swiper .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	opacity: 1;
	background: #fff;
}
.index-driver-swiper .swiper-pagination-bullets {
	bottom: -50px;
}
.index-driver-swiper .swiper-pagination-bullet-active {
	background: #3186E0;
}
.gallery-top .swiper-button-prev {
	width: 56px;
	height: 56px;
	background-size: auto;
	background-image: url("../images/arrow_l.png");
}
.gallery-top .swiper-button-next {
	width: 56px;
	height: 56px;
	background-size: auto;
	background-image: url("../images/arrow_r.png");
}
.index-case .case-box .gallery-thumbs .swiper-slide-thumb-active {
	border: 2px solid #3186E0;
	opacity: 1;
}
.index-reason-swiper .swiper-pagination-bullets {
	bottom: -40px;
}
.index-reason-swiper .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	opacity: 1;
	background: #fff;
}
.index-reason-swiper .swiper-pagination-bullet-active {
	background: #3186E0;
}
.index-driver-swiper .swiper-button-next {
	right: -50px;
	width: 16px;
	height: 28px;
	background-size: auto;
	background-image: url("../images/driver_arrow_r2.png");
}
.index-driver-swiper .swiper-button-prev {
	left: -50px;
	width: 16px;
	height: 28px;
	background-size: auto;
	background-image: url("../images/driver_arrow_l.png");
}
.index-driver-swiper .swiper-button-next:hover {
	background-image: url("../images/driver_arrow_r.png");
}
.index-driver-swiper .swiper-button-prev:hover {
	background-image: url("../images/driver_arrow_l2.png");
}
.index-about-swiper .swiper-button-next {
	right: 0;
	top: auto;
	bottom: 0;
	width: 34px;
	height: 65px;
	background-size: auto;
	background-image: url("../images/new_arrow_r.png");
}
.index-about-swiper .swiper-button-prev {
	right: 0;
	left: auto;
	top: auto;
	bottom: 68px;
	width: 34px;
	height: 65px;
	background-size: auto;
	background-image: url("../images/new_arrow_l.png");
}
/*chanpin*/
/* 颜色 */
.pro116 {
    width: 100%;
    padding: 40px 0;
    background: #f5f5f5;
}
.pro116 .menu116 .tit116 {
    width: 100%;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
    padding: 16px 20px;
    background: linear-gradient(135deg, #0170e2, #3186E0);
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 4px 15px rgba(1, 112, 226, 0.3);
    border-radius: 8px 8px 0 0;
    transition: all 0.3s ease;
}
.pro116 .menu116 .tit116:hover {
    box-shadow: 0 6px 20px rgba(1, 112, 226, 0.4);
    transform: translateY(-2px);
}
.pro116 .tit116 p {
    width: 100%;
    height: 28px;
    overflow: hidden;
    line-height: 28px;
    color: #fff;
    font-size: 24px;
    margin: 0 auto;
    padding: 0;
    font-weight: bold;
}
.pro116 .tit116 span {
    display: block;
    width: 100%;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    color: #f5f5f5;
    font-family: "Arial";
    font-size: 14px;
    font-style: italic;
    margin: 0 auto;
    padding: 0;
}
.pro116 .menu116 .list116 {
    background: #fff;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 0 19px;
    box-sizing: border-box;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-radius: 0 0 8px 8px;
    transition: all 0.3s ease;
}
.pro116 .menu116 .list116:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
/* 二级栏目基础样式 */
.pro116 .li116 > p {
    width: 90%;
    height: 45px;
    overflow: hidden;
    line-height: 45px;
    font-size: 15px;
    font-weight: 500;
    background-color: #f6f6f6;
    margin: 0 auto 8px;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 6px;
    transition: all 0.3s ease;
    position: relative;
}
/* 二级栏目悬浮样式 */
.pro116 .li116 > p:hover {
    background: #e6f2ff;
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(14, 144, 210, 0.2);
}
.pro116 .li116 > p:hover a {
    color: #0e90d2;
    font-weight: 600;
}
.pro116 .li116 > p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 0;
    background: #0e90d2;
    border-radius: 0 2px 2px 0;
    transition: all 0.3s ease;
}
.pro116 .li116 > p:hover::before {
    height: 60%;
}
/* 三级栏目容器样式 */
.pro116 .li116 .sanji {
  width: 90%;
  overflow: hidden;
  margin: 0 auto 10px;
  padding: 0 0 0 20px; /* 容器缩进，区分三级 */
  box-sizing: border-box;
  border-left: 2px solid #e0e0e0;
}
/* 三级栏目基础样式 */
.pro116 .li116 .sanji > p {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    background-color: #f9f9f9;
    margin: 0 auto 5px;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: relative;
}
/* 三级栏目悬浮样式 */
.pro116 .li116 .sanji > p:hover {
    background: #e6f2ff;
    transform: translateX(3px);
    box-shadow: 0 2px 6px rgba(14, 144, 210, 0.15);
}
.pro116 .li116 .sanji > p:hover a {
    color: #0e90d2;
    font-weight: 500;
}
.pro116 .li116 .sanji > p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    background: #0e90d2;
    border-radius: 0 2px 2px 0;
    transition: all 0.3s ease;
}
.pro116 .li116 .sanji > p:hover::before {
    height: 50%;
}
/* 二级/三级栏目链接布局（统一） */
.pro116 .li116 > p > a,
.pro116 .li116 .sanji > p > a {
    width: 60%;
    float: left;
    display: block;
    text-decoration: none;
}
/* 以下为原有样式，无需修改 */
.pro116 .pro_img116 span {
    display: block;
    width: 100%;
    height: 275px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
    background: #fff;
}
.pro116 .show_116 ul li>div:hover .pro_img116 {
    background: #ffffff;
}
.pro116 .show_116 ul li>div:hover p {
    background: #ffffff;
}
.pro116 .show_116 ul li>div:hover p a {
    color: #fff;
    font-weight: bold;
}
.pro116 .show_116 ul li .pro_img116 {
    background: #fff;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.pro116 .show_116 ul li p {
    width: 100%;
    height: 45px;
    overflow: hidden;
    line-height: 45px;
    font-size: 14px;
    text-align: center;
    margin: 0 auto 0;
    padding: 0 1%;
    background: #fff;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
/* 颜色 end*/
.pro116 .show_116 ul li p a {
    font-size: 14px;
}
.pro116 .show_116 ul li.contact-service-item {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    float: none;
    clear: both;
}
.pro116 .contact-service {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.pro116 .contact-service-title {
    font-size: 18px;
    font-weight: bold;
    color: #0e90d2;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0e90d2;
}
.pro116 .contact-service-info p {
    margin: 10px 0;
    padding: 8px 0;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}
.pro116 .contact-service-info p:hover {
    background: #f5f5f5;
    padding-left: 10px;
    transition: all 0.3s ease;
}
.pro116 .show_116 {
    width: 80%;
    margin: 0;
    padding: 0;
}
.pro116_in {
    width: 96%;
    max-width: 1440px;
    margin: 0 auto;
}
.pro116 .menu116 {
    width: 20%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.pro116 .tit116 em {
    display: none;
}
.pro116 .list116 .li116 {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0;
    box-sizing: border-box;
}
.pro116 .list116 .contact-service {
    width: 100%;
    background: #f9f9f9;
    border-radius: 6px;
    padding: 15px;
    margin-top: 15px;
    border: 1px solid #e0e0e0;
}
.pro116 .list116 .contact-service-title {
    font-size: 16px;
    font-weight: bold;
    color: #0e90d2;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #0e90d2;
}
.pro116 .list116 .contact-service-info p {
    margin: 8px 0;
    padding: 6px 0;
    font-size: 13px;
    color: #333;
    line-height: 1.5;
}
.pro116 .list116 .contact-service-info p:hover {
    background: #e6f2ff;
    padding-left: 8px;
    transition: all 0.3s ease;
    border-radius: 4px;
}
.pro116 .li116>p>span.on {
    transform: rotateX(180deg);
}
.pro116 .li116 > p > a.on {
    color: #0e90d2;
    font-weight: 600;
}
.pro116 .li116 .sanji > p > a.on {
    color: #0e90d2;
    font-weight: 500;
}
.pro116 .li116 p img, .li116 ul li a img {
    display: block;
    width: 14px;
    height: 14px;
    margin: 13px 13px 13px 0;
    padding: 0;
    float: left;
}
.pro116 .show_116 ul li {
    width: 30.33333333%;
    margin: 0 0 20px;
    padding: 0 0 0 3%;
    float: left;
}
.pro116 .show_116 ul li a {
    display: block;
    margin: 0 auto;
    padding: 0 15px;
}
.pro116 .show_116 ul li .pro_img116 a {
    margin: 0 auto;
    padding: 9px;
}
.pro116 .pro_img116 span img {
    display: block;
    max-width: 95%;
    max-height: 95%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.pro116 .show_116 ul li>div:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/* 保留原有布局类 */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*xinwen*/


.w215 {
    width: 1200px;
    margin: 0px auto;
}
.news215 .tit215 {
    text-align: center;
    width: 100%;
    position: relative;
    margin: 60px 0 45px;
}
.news215 .tit215 .en {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
    color: #000;
}
.news215 .tit215 .en strong {
    color: #3f9f4e;
}
.news215 .tit215 h3 {
    font-size: 24px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    display: inline-block;
    text-align: center;
    background: #26439c;
    padding: 0 26px;
    position: relative;
    z-index: 3;
}
.news215 {
    padding: 90px 0 78px;
}
.news215 .tit215 {
    margin-top: 0;
    margin-bottom: 85px;
    background: url({eyou:global name='web_cmspath' /}/skin/zujianku/images/it215.png) no-repeat center 30px;
}
.news215 .l215 {
    width: 440px;
}
.news215 .l215 .img, .news215 .l215 img {
    width: 100%;
    height: 330px;
    display: block;
    transition: all .5s;
}
.news215 .l215 .img {
    overflow: hidden;
    position: relative;
}
.news215 .l215 .img:hover .tip {
    width: 90px;
}
.news215 .l215 .img:hover img {
    -webkit-filter: brightness(105%);
    filters: brightness(105%);
}
.news215 .l215 .tip {
    width: 75px;
    height: 75px;
    padding-top: 15px;
    line-height: 18px;
    background: #26439c;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
}
.news215 .l215 .tip .d {
    font-size: 28px;
    line-height: 28px;
    display: block;
}
.news215 .l215 h3 {
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
}
.news215 .l215 .txt {
    color: #999999;
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}
.news215 .l215 .more {
    width: 278px;
    height: 35px;
    display: block;
    color: #666;
    border: 1px solid #333;
    text-align: center;
    line-height: 35px;
    margin-top: 8px;
}
.news215 .r215 {
    width: 730px;
    margin-top: -7px;
}
.news215 .r215 .item {
    border-top: 1px solid #eaeef0;
}
.news215 .r215 .item:first-child {
    padding-top: 0;
    border-top: 0;
}
.news215 .r215 .item:first-child a {
    padding-top: 0px;
}
.news215 .r215 .item a {
    height: 130px;
    padding: 1px 0px;
    display: block;
}
.news215 .r215 .item h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 8px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.news215 .r215 .item .txt {
    color: #999999;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
}
.news215 .r215 .item .time {
    width: 92px;
    height: 76px;
    font-family: PingFangextrLightT;
    line-height: 14px;
    color: #999999;
    text-align: center;
}
.news215 .r215 .item .time .day {
    font-size: 62px;
    line-height: 62px;
    font-weight: bold;
}
.news215 .r215 .item .time .ym {
    display: block;
    font-size: 16px;
    padding-left: 5px;
}
.news215 .r215 .item:hover h3 {
    color: #26439c;
}
.news215 .hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.news215 .hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #26439c;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    transition: all .5s;
}
.news215 .hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
    right: 0;
}
.news215 .hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: transform;
    transition-property: transform;
    transition: all .5s;
}
.news215 .hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition: all .5s;
}
.news215 .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.news215 .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

/*zizhi*/


.index-case_301 {
    width: 100%;
    min-width: 1200px;
    padding-bottom: 50px;
    background: #efefef;
}
.index-case_301 .box {
    width: 1200px;
    margin: auto;
    position: relative;
}
.index-case_301 .box .title {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    position: relative;
    display: table;
    margin: auto;
    text-align: center;
    line-height: 28px;
    padding: 50px 0 30px;
}
.index-case_301 .box .title span {
    display: block;
    color: #999;
    font-size: 16px;
    margin-top: 5px;
}
.index-case_301 .box .title:before {
    width: 60px;
    height: 1px;
    background: #dedede;
    position: absolute;
    content: '';
    top: 63px;
    left: -80px;
}
.index-case_301 .box .title:after {
    width: 60px;
    height: 1px;
    background: #dedede;
    position: absolute;
    content: '';
    top: 63px;
    right: -80px;
}
.index-case_301 .box .list {
    width: 100%;
    display: table;
}

.index-case_301 .box .list li {
    width: 275px;
    height: 300px;
    background: #fff;
    float: left;
    margin: 0 33px 29px 0;
}
.index-case_301 .box .list li:nth-child(4n) {
    margin: 0 0 29px 0;
}
.index-case_301 .box .list li .img {
    width: 100%;
}
.index-case_301 .box .list li .tbox {
    width: 100%;
    height: 93px;
    box-sizing: border-box;
    padding: 0 20px;
    transition: all ease .3s;
}
.index-case_301 .box .list li:hover .tbox {
    box-shadow: 0 1px 5px 1px rgba(0,0,0,.07);
}
.index-case_301 .box .list li .tbox .t1 {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #333;
    padding: 20px 0 14px;
    transition: all ease .3s;
}
.index-case_301 .box .list li:hover .tbox .t1 {
    color: #397bcb;
}
.index-case_301 .box .list li .tbox .t2 {
    font-size: 14px;
    line-height: 14px;
    color: #666;
}
.index-case_301 .box .more {
    width: 180px;
    height: 50px;
    box-sizing: border-box;
    border: 2px solid #397bcb;
    border-radius: 25px;
    display: block;
    text-align: center;
    line-height: 46px;
    color: #397bcb;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px auto 0;
}




.kf315 .ico {
    background: url(/uploads/allimg/20260324/1-2603241S420Z4.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.kf315 {
    width: 59px;
    position: fixed;
    right: 0;
    z-index: 999;
    bottom: 50%;
    margin-bottom: -144px;
}
.kf315 dd {
    width: 59px;
    height: 59px;
    background: #3186E0;
    margin-bottom: 5px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
.kf315 dd a {
    height: 48px;
    padding: 11px 10px 0 13px;
    line-height: 18px;
    color: #fff;
    font-size: 16px;
    display: block;
    cursor: pointer;
}
.kf315 .box {
    width: 295px;
    height: 147px;
    padding: 0 15px;
    position: absolute;
    right: 90px;
    top: 0;
    background: #fff;
    display: none;
    border: 1px solid #e5e5e5;
    border-top: 10px solid #3186E0;
}
.kf315 .box .ttel {
    width: 100%;
    padding: 15px 0 15px;
    margin-bottom: 10px;
    line-height: 20px;
    color: #666;
    border-bottom: 1px solid #aeaeae;
}
.kf315 .box .ttel strong {
    color: #fda804;
    font-size: 24px;
    line-height: 24px;
    display: block;
    font-weight: normal;
    font-family: arial;
}
.kf315 .box .ttel s {
    width: 80px;
    height: 45px;
    margin-right: 10px;
    background-position: 0 0;
}
.kf315 .box .list {
    color: #aeaeae;
    font-size: 12px;
    line-height: 24px;
}
.kf315 .box .list li {
    width: 48%;
    float: left;
}
.kf315 dd:hover {
    background: #333;
}


