﻿body{
	margin:0;
}

.top_ht {
	width: 90%;
	display: flex;
	justify-content: space-between;
	margin: 9px auto 0;
}

.top_ht .left {
	width: 80px;
	height: 30px;
	padding-top: 5px;
	position: relative;
	top: 4px;
}

.top_ht .left img {
	width: 100%;
}

.top_ht .right span {
	font-size: 13px;
	color: #6d6e70;
}

.menu_title {
	width: 90%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding-top: 0.5rem;
	margin-bottom: -14px;
}

.img1 {
	width: 155px;
	position: relative;
	top: 2px;
	right: 8px;
}

.top_title {
	font-size: 25px;
	font-weight: bold;
}

.bottom_title {
	font-size: 14px;
	text-align: center;
}

.center {
	position: relative;
	bottom: 27px;
    right: 114px;
}

.menu_title .left span {
	padding-right: 12px;
	font-size: 20px;
	cursor: pointer;
}

.menu_title .right img2 {
	cursor: pointer;
}

/*轮播*/
.swiper {
	width: 100%;
	height: 85%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* background: #fff; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}

/*大图轮播*/
.dt_content {
	width: 90%;
	margin: 78px auto;
	text-align: center;
}

.top_subtitle {
	font-size: 22px;
	font-weight: bold;
	margin: 2px auto 0;
}


.tabs .tab {
	cursor: pointer;
	width: 244px;
	text-align: center;
	position: relative;
	top: 5px;
	height: 32px;
	line-height: 32px;
	color: #333;
	margin-top: 5px;
	font-weight: bold;
	border: 1px solid #1a9dfe;
	border-radius: 50px;
	font-size: 14px;
	margin-right: 10px;
}

.tabs .tab.active {
	background: rgb(26, 157, 254);
	color: white;
}

.tab-content .content {
	display: none;
	margin-top: 5px;
	width: 100%;
	position: relative;
}

.tab-content .content ul {
	padding-inline-start: 1.5em;
}

.out_Content {
	width: 25%;
	height: 35px;
	border: 1px solid #ddd;
	border-radius: 50px;
	display: flex;
}

	.out_Content img {
		width: 20px;
		height: 20px;
		margin: 8px 0px 0 10px;
	}

.out_Content input {
	border: none;
	outline: none;
}

	.out_Content input[type="text"] {
		font-size: 14px;
		width: 100%;
		height: 33px;
		position: relative;
		bottom: 0px;
		padding-left: 14px;
	}

	.out_Content span {
		font-size: 13px;
		position: relative;
		bottom: 5px;
		background: #1a9dfe;
		padding: 7px 7px 5px 7px;
		border-bottom-right-radius: 50px;
		border-top-right-radius: 50px;
		color: white;
		left: 10px;
		top: 0px;
	}

.dw {
	position: relative;
	top: 28px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.tabs {
	justify-content: center;
	display: flex;
	position: relative;
	top: 80px;
	z-index: 999;
	width: 100%;
}

.temp1 {
	width: 90%;
	margin: 50px auto 85px;
	display: flex;
}

.temp1 .left {
	float: left;
	width: 41.66666667%;
	background-color: rgb(248, 249, 250);
	padding: 0 3rem 0 3rem;
}

.temp1 .right {
	float: right;
	width: 58.33333333%;
}

.temp1 .left .title {
	font-size: 1.45rem;
	line-height: 35px;
	color: #000000;
	font-weight: bold;
	padding-top: 69px;
	padding-bottom: 1rem;
}

.temp1 .right img {
	width: 100%;
	height: 100%;
}

.xz {
	font-size: 13px;
	color: #535353;
}

.temp2 {
	width: 90%;
	margin: 50px auto 85px;
	display: flex;
}

.temp2 .left {
	float: left;
	width: 24.666667%;
	background-color: rgb(248, 249, 250);
	padding: 0 2rem 0 2rem;
}

.temp2 .right {
	float: right;
	width: 70.333333%;
}

.temp2 .left .title {
	font-size: 2rem;
	line-height: 35px;
	color: #000000;
	font-weight: bold;
	padding-top: 120px;
	padding-bottom: 1rem;
}

.temp2 .right img {
	width: 100%;
	height: 100%;
}

.xz {
	font-size: 1rem;
	line-height: 35px;
	color: #000000;
}

ul {
	list-style: none;
	padding-inline-start: 0;
	padding-block-end: 0;
	margin-block-start: 0;
	margin-block-end: 0;
}

.jgg_layout ul li {
	width: 31%;
                height: 265px;
	float: left;
	margin: 11px 14px 13px 9px;
	border: 1px solid #eee;
	overflow: hidden;
	display: inline-block;
}

.jgg_layout ul li img {
	width: 100%;
	height: 100%;
	transition: transform 2.2s ease
}

.jgg_layout ul li:hover img {
	transform: scale(1.1);
}

.jgg_layout {
	/* width: 90%; */
	margin: 0 auto;
	height: 915px;
}

.text_color {
	text-align: center;
	color: rgb(0, 102, 192);
	font-size: 26px;
	font-weight: bold;
}

.zxdg {
	font-size: 18px;
	padding: 0 7px 0 7px;
	position: relative;
	top: 5px;
	font-weight: bold;
}

.th_text {
	color: rgb(0, 102, 192);
	width: 210px;
	text-align: end;
	font-size: 16px;
	font-weight: bold;
}

.text_form {
	display: flex;
	justify-content: center;
	padding-top: 28px;
	margin-right: 83px;
}

.text_form table tr td input {
	width: 360px;
	line-height: 31px;
	border-radius: 5px;
	border: 1px solid #bbb;
	outline: none;
	padding: 0 18px;
	height: 38px;
}

.text_form table tr td select {
	width: 359px;
	border-radius: 5px;
	border: 1px solid #bbb;
	outline: none;
	height: 38px;
	line-height: 38px;
}

.span_text {
	position: relative;
	bottom: 13px;
	left: 1px;
	font-size: 13px;
}

/*第二屏样式*/
.info {
	position: absolute;
	top: 4rem;
	left: 16rem;
	color: #747474;
}

.info .title {
	font-size: 2.2rem;
}

.info .summary {
	font-size: 0.8rem;
	text-align: left;
}

.info2 {
	position: absolute;
	top: 8rem;
	right: 6rem;
	color: #747474;
}

.info2 .spec .value {
	font-size: 2rem;
	line-height: 35px;
	color: #000000;
	font-weight: bold;
	padding-top: 11px;
	padding-bottom: 1rem;
}

.info2 .spec .name {
	font-size: 0.9rem;
	text-align: left;
	width: 98%;
	position: relative;
	left: 2.5rem;
	top: 1.2rem;
}

.mySwiper2 img {
	object-fit: cover !important;
	margin: auto;
	width: 29% !important;
	height: 55% !important;
	position: relative;
	top: 29%;
	right: 10%;
}

.p_text {
	font-size: 1rem;
	width: 82%;
	margin: 5px auto;
	position: relative;
	bottom: -12px;
}

.div_img {
	width: 187px;
    height: 120px;
	margin: 0 0rem 0rem 1.9rem;
}

.text_form table tr {
	line-height: 4.25;
}

.bottom_bg {
	background-image: url(../img/question_Bg.jpg);
}

.bottom_form {
	width: 90%;
	margin: 0 auto;
	padding-top: 44px;
}

.bm {
	font-size: 11px;
	position: relative;
	bottom: 35px;
	color: #616161;
}

.submit {
	width: 180px;
	text-align: center;
	background: rgb(0, 113, 192);
	color: white;
	height: 40px;
	line-height: 39px;
	border-radius: 5px;
	font-size: 15px;
	position: relative;
	/* bottom: 63px; */
	left: 61px;
}

.div_video {
	width: 100%;
	height: 300px;
}

.div_video ul li {
	width: 31%;
	height: 212px;
	float: left;
	margin-right: 2rem;
}

.video_text {
	text-align: center;
	padding-bottom: 45px;
	font-size: 25px;
	font-weight: bold;
}

.video_icon {
	text-align: center;
	position: relative;
	bottom: 43%;
}

.beian {
	width: 100%;
	height: 62px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: white;
	/* background-color: #F4F4F4; */
	margin: 44px auto 0 0;
	position: relative;
}

.copyright-ba {
	line-height: 30px;
	height: 30px;
	margin-block-end: 0;
}

a {
	text-decoration: none;
	color: #000;
}

img.img2 {
	width: 26px;
}

.yf {
	position: relative;
	top: 12px;
}

.yf ul li {
	float: left;
	margin-right: 42px;
}

#banner {
	width: 100%;
	max-width: 100%;
	position: relative;
	margin: -15px auto;
	cursor: pointer;
	min-height: 40px;
	height: 212px;
}

.img-responsive {
	width: 100%;
	max-width: 100%;
	display: block;
	height: auto;
	margin: 0 auto;
	vertical-align: middle;
	height: 100%;
}

#banner .banner_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../img/souce/icon-video.png) no-repeat 0 0;
	background-size: contain;
	width: 40px;
	height: 40px;
	margin-left: -22px;
	margin-top: -12px;
}

video {
    width: 100% !important;
    height: 100% !important;
    display: inline-block;
    vertical-align: baseline;
    object-fit: fill;
}

#banner1 {
	width: 100%;
	max-width: 100%;
	position: relative;
	position: relative;
	margin: -15px auto;
	cursor: pointer;
	min-height: 40px;
	height: 212px;
}

.img-responsive {
	width: 100%;
	max-width: 100%;
	display: block;
	height: auto;
	margin: 0 auto;
	vertical-align: middle;
	height: 100%;
}

.banner_icon0 {
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../img/icon-video.png) no-repeat 0 0;
	background-size: contain;
	width: 40px;
	height: 40px;
	margin-left: -22px;
	margin-top: -12px;
}
.ypbtn{
    position: absolute;
    bottom: 10%;
    z-index: 9999;
    right: 9%;
    background: rgb(0, 255, 255);
    padding: 10px 20px 10px 20px;
    border-radius: 334px;
    border: none;
    -webkit-box-reflect: below 0.5px linear-gradient(transparent, rgba(0, 0, 0, .5));
    cursor:pointer;
}


#banner2 {
	width: 100%;
	max-width: 100%;
	position: relative;
	margin: -15px auto;
	cursor: pointer;
	min-height: 40px;
	height: 212px;
}

.img-responsive {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    height: 100%;
}

.banner_icon1 {
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../img/icon-video.png) no-repeat 0 0;
	background-size: contain;
	width: 40px;
	height: 40px;
	margin-left: -22px;
	margin-top: -12px;
}
    /*下拉菜单*/
    /* 下拉按钮样式 */
    .dropbtn {
        background: none;
        color: #333;
        /* padding: 16px; */
        font-size: 14px;
        border: none;
        cursor: pointer;
        width: 28px;
    }

    /* 容器 <div> - 滚动容器 */
.dropdown {
	display: inline-block;
	bottom: 1px;
	position: absolute;
	right: 69px;
	top: 32px;
}

    /* 下拉内容 (默认隐藏) */
    .dropdown-content {
        display: none;
        position: absolute;
        min-width: 85px;
        z-index: 4;
        right: -17px;
    }

    /* 鼠标悬停时显示下拉内容 */
    .dropdown:hover .dropdown-content {
        display: block;
    }

    /* 链接样式 */
    .dropdown-content a {
        color: black;
        padding: 8px 7px;
        text-decoration: none;
        display: block;
        font-size: 14px;
        height: 14px;
        position: relative;
        line-height: 1;
    }

.w {
    width: 94%;
    margin: 61px auto 0;
}
.url {
    padding: 20px 0 20px 0;
    font-size: 16px;
    color: #222222;
}
.url a {
    font-size: 16px;
    color: #222222;
    margin-right: .3625rem;
    font-weight: 500;
}
.yd {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: black;
	border-radius: 50%;
	margin-right: 4px;
	vertical-align: middle;
	margin-left: 4px;
}
.top_subtitleeng{
	color:#000;
}
/*车辆运营*/
/*下拉菜单*/
/* 下拉按钮样式 */
.dropbtn {
	background: none;
	color: #333;
	/* padding: 16px; */
	font-size: 14px;
	border: none;
	cursor: pointer;
	width: 28px;
}

/* 容器 <div> - 滚动容器 */
.dropdown1 {
	display: inline-block;
	bottom: 1px;
	position: absolute;
	right: 60px;
	top: 0px;
}

/* 下拉内容 (默认隐藏) */
.dropdown-content1 {
	display: none;
	position: absolute;
	min-width: 95px;
	z-index: 4;
	right: -2px;
	background: #00FFFF;
	width: 95px;
	margin-top: 8px;
	padding-bottom: 4px;
}
	.dropdown-content1 ul li {
		width: 100% !important;
	}
	/* 鼠标悬停时显示下拉内容 */
	.dropdown1:hover .dropdown-content1 {
		display: block;
	}

/* 链接样式 */
.dropdown-content1 a {
	color: black;
	padding: 7px 0 4px 0px;
	text-decoration: none;
	display: block;
	font-size: 14px;
	height: 14px;
	position: relative;
	line-height: 1;
}
.center {
	position: relative;
	bottom: 15px;
	left: 70px;
	width: 70%;
	margin: 0 auto;
}

	.center ul li {
		float: left;
		/*width: 11%;*/
		width: 10%;
		text-align: center;
		font-size: 16px;
		color: #000;
	}
.top_ht .left span {
	font-size: 18px;
	color: rgb(0, 32, 96);
	font-weight: bold;
	height: 50px;
	position: relative;
	top: -7px;
    left: 2px;
}
.ptext {
    position: absolute;
    top: 33px;
    letter-spacing: 6px;
    font-size: 16px;
}
a {
	text-decoration: none;
	color: #000 !important;
}
.after-sale-dialog-email {
	width: 274px;
	height: 125px;
	position: absolute;
	left: -209px;
	top: 6px;
	background: url(../img/business-email.png) no-repeat;
	background-size: 216px 71px;
	padding: 12px 0 0 10px;
}
.ietemThree:hover .after-sale-dialog-email {
	display: flex !important;
}
.top_subtitletj {
	font-size: 22px;
	font-weight: bold;
	margin: 310px auto 0px;
	position: relative;
	top: 0px;
}
.dt_contenttj {
	width: 90%;
	margin: 78px auto;
	text-align: center;
	position: relative;
	top: 50px;
	margin-bottom: 90px;
}
.dt_contentsp {
	width: 90%;
	margin: 78px auto 60px;
	text-align: center;
}

/* 顶部展开按钮 */
.dropdown-btn {
	padding: 35px 20px 0;
	background: none;
	color: #409eff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	width: 280px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	margin: 0 auto;
	touch-action: manipulation;
}

.dropdown-iframe {
	width: 100%;
	height: 2400px; /* 你可以改高度 */
	border: none;
}
.dropdown-iframe1 {
	width: 100%;
	height: 600px; /* 你可以改高度 */
	border: none;
}
.dropdown-btn1 {
	padding: 35px 20px 0; 
	background: none;
	color: #409eff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	width: 280px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	margin: 0 auto;
	touch-action: manipulation;
}


/* 下拉列表容器 */
.dropdown-list {
	height: 0;
	overflow: hidden;
	transition: height 0.3s ease;
	width: 90%;
	margin-top: 5px;
	/* border: 1px solid #eee; */
	border-radius: 4px;
	margin: 0 auto;
}
.dropdown-list1 {
	height: 0;
	overflow: hidden;
	transition: height 0.3s ease;
	width: 90%;
	margin-top: 5px;
	/* border: 1px solid #eee; */
	border-radius: 4px;
	margin: 0 auto;
}
/* 列表项 */
.dropdown-item {
	padding: 10px 15px;
	border-bottom: 1px solid #f5f5f5;
}
.dropdown-item1 {
	padding: 10px 15px;
	border-bottom: 1px solid #f5f5f5;
}

/* 底部收起按钮：默认隐藏 */
.close-btn {
	padding: 10px 15px;
	text-align: center;
	color: #409eff;
	cursor: pointer;
	font-weight: bold;
	background: #fafafa;
	display: none; /* 默认隐藏 */
	align-items: center;
	justify-content: center;
	gap: 6px;
}

	.close-btn:hover {
		background: #f0f7ff;
	}
.close-btn1 {
	padding: 10px 15px;
	text-align: center;
	color: #409eff;
	cursor: pointer;
	font-weight: bold;
	background: #fafafa;
	display: none; /* 默认隐藏 */
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
}

	.close-btn1:hover {
		background: #f0f7ff;
	}

/* 展开状态：显示列表和底部按钮 */
.dropdown-list.active {
	height: auto;
}

	.dropdown-list.active .close-btn {
		display: flex; /* 展开时显示 */
	}
.dropdown-list1.active {
	height: auto;
}

	.dropdown-list1.active .close-btn {
		display: flex; /* 展开时显示 */
	}
/* 箭头动画 */
.arrow {
	transition: transform 0.3s ease;
}
.arrow1 {
	transition: transform 0.3s ease;
}
#toggleBtn, #closeBtn {
	-webkit-tap-highlight-color: transparent !important;
	touch-action: manipulation !important;
	position: relative;
	z-index: 10;
}