﻿body {
	font-family: 'Microsoft YaHei';
	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%;
}

.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: 320px;
	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%;
}

.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/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;
	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%;
}

#banner1 .banner_icon {
	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%;
}

#banner2 .banner_icon {
	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: 60px;
        top: 60px;
    }

    /* 下拉内容 (默认隐藏) */
    .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;
    }


/*Channel模块儿样式*/
.Channelimg{
    background-image: url(/SpecialVehicleWebsite/img/Channel/lb1.png);
    height: 630px;
    background-clip: padding-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.Channel_zx{
    width: 122px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    border: 1px solid rgb(0, 112, 192);
    color: rgb(0, 32, 96);
    border-radius: 5px;
    font-weight: 550;
    position: relative;
    float: right;
    right: 23%;
    top: 52%;
    cursor:pointer;
}
.bigTitle{
    width:100%;
    text-align:center;
}
.bigTitle .cn{
    font-size:24px;
    margin-block-end: 0;
    margin-block-start: 0em;
}
.bigTitle .en{
    font-size:18px;
    margin-block-start: 0;
    margin-block-end: 0;
}
.lcText{
    width:90%;
    margin:30px auto;
}
.lcText1{
    width:90%;
    margin:0px auto;
    margin-block-start: 3em;
}
.lcText div{
    font-size:14px;
    line-height:2;
}
.bigTitle .lltext{
    font-size: 12px;
    color: rgb(80, 85, 91);
    width: 47%;
    line-height: 2.5;
    margin: 18px auto;
}
.lefttext {
    float: left;
    width:40%;
}
.rightimg {
    float: right;
    width: 51%;
    height: 380px;
}
.rightimg img{
    width:100%;
}
.lcText1 .lefttext .text1{
    font-size:14px;
    line-height:2;
    padding-top: 40px;
}
.botmtext {
    font-size: 12px;
    padding-top: 115px;                                 
    line-height: 2;
}
.fwtext{
    font-size:18px;
    color:rgb(80,85,91);
    letter-spacing: 0px;
}

.temp{
    height: 550px;
    margin-bottom: 150px;
}

/*服务支持*/
.fwzc ul{
    list-style: none;
    width: 90%;
    margin:40px auto;
}
.fwzc ul li{
    width:20%;
    height: 300px;
    float:left;
}
.fw1{
    background-image: url(/SpecialVehicleWebsite/img/Channel/fwbg1.png);
    height:100%;
    background-size: 100% 100%;
    background-repeat:no-repeat;
}
.fw2{
    background-image: url(/SpecialVehicleWebsite/img/Channel/fwbg2.png);
    height:100%;
    background-size: 100% 100%;
    background-repeat:no-repeat;
}
.fw3{
    background-image: url(/SpecialVehicleWebsite/img/Channel/fwbg3.png);
    height:100%;
    background-size: 100% 100%;
    background-repeat:no-repeat;
}
.fw4{
    background-image: url(/SpecialVehicleWebsite/img/Channel/fwbg4.png);
    height:100%;
    background-size: 100% 100%;
    background-repeat:no-repeat;
}
.fw5{
    background-image: url(/SpecialVehicleWebsite/img/Channel/fwbg5.png);
    height:100%;
    background-size: 100% 100%;
    background-repeat:no-repeat;
}
.fwtitle{
    font-size: 16px;
    color: white;
    text-align: center;
    padding-left: 25px;
    padding-block-start: 2em;
}
.fwzc{
        height: 600px;
        margin-bottom: 150px;
}
.fwtexts{
    width: 70%;
    margin: 0 auto;
    padding-left: 20px;
    color: white;
    font-size: 11px;
    line-height: 2;
    padding-block-start: 2em;
}
.fwbotm{
    font-size: 12px;
    line-height: 2;
    width: 85%;
    margin: 0 auto;
}
.middle1 {
    font-size: 19px;
    font-weight: bold;
    margin: 45px 9px 0 9px;
    height: 95px;
    text-align: center;
    position: relative;
}
.middle2 {
    font-size: 19px;
    font-weight: bold;
    margin: 0px 9px 0 9px;
    text-align: center;
    position: relative;
    border-right: 1px solid #ddd;
    height:69px;
}
.top {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0px auto 0;
    position: relative;
    top: 14px;
    padding: 0px 0 0 0;
    line-height: 2px;
}
.lqd {
    font-size: 11px;
    padding: 34px 15px 30px 17px;
    color: #999;
}
.top span{
    font-size: 14px;
    text-align: center;
    width: 100%;
}
.zmbody{
    background: rgb(246, 246, 246);
    height: 380px;
    width: 90%;
    margin: 0 auto;
}
.zmbody ul li:hover{
   height: 290px !important;
   filter: grayscale(0%);
   background:rgb(255 255 255 / 100%);
   opacity: 1;
}

.zm{
     background:rgb(255 255 255 / 80%);
    width: 24% !important;
    height: 135px !important;
    margin-top: 48px;
    margin-right: 1%;
    filter: grayscale(100%);
    opacity: 0.85;
}
.jm{
    margin: 0 auto;
    float: left;
}
.jm ul {
    margin: 40px auto;
}
.jm ul li {
    width: 20%;
    height:auto;
    float: left;
}
.jm ul li img{
        width: 100%;
}
.jmli{
    border: 1px solid #ddd;
    width:211px !important;
    position: relative;
    top: -4px;
    right: 3px;
    margin-right: 2.6%;
    background: rgb(231, 230, 230);
}

.jmdiv{
    height: 300px;
    border: 1px solid #ddd;
    background: #e7e6e6;
    width: 87%;
    position: relative;
    bottom: 4px;
}

.jmdiv p{
    font-size: 12px;
    padding: 10px;
    line-height: 2;
    padding-block-start: 8em;
}
.jmend{
    text-align: center;
}
.jmbotm{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.lximg{
    width: 20%;
    height: 65px;
    margin: 0 auto;
}
.lqd1 {
    font-size: 11px;
    padding: 24px 15px 0px 3px;
    color: rgb(89, 89, 89);
    text-align: center;
}
.temp3{
    position: relative;
    top: -13px;
}
.lxfs ul li{
    margin-right: 0;
}
.argee{
    font-size: 13px;
    position: relative;
    bottom: 2px;
}
.submitbtn{
    width: 200px;
    height: 40px;
    line-height: 35px;
    background: rgb(0, 176, 240);
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    margin-top: 45px;
}
.lximg1 {
    width: 20%;
    height: 50px;
    margin: 0 auto;
}
.lxbotm {
    font-size: 11px;
    line-height: 2;
    width: 83%;
    margin: 0 auto;
    position: relative;
    top: 93px;
    left: 93px;
}
/*Channel模块儿样式*/

.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%;
		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;
}
