@charset "utf-8";
/* CSS Document */
@import url(reset.css);
@import url(flex_c.css);
@import url(list_c.css);
@import url(footer.css);


.top_box {
	background: url(../images/s_jtfw_top_bg.png) no-repeat center;
}

.part1 {
	width: 100%;
	height: 580px;
	background: url(../images/s_fw_bg2.png);
}

.tit_box i {
	background-color: #02b8e0;
}

.tit_box i::after {
	background-color: #02b8e0;
}

.fw_b a {
	background-image: linear-gradient(90deg, #31c0e7 0%, #5fc6e9 100%);
}

.part2 {
	width: 100%;
}
.cx_tab,.cx_list,.cx_list ul li{
	height: 300px;
}
.cx ul li p{
	font-size: 18px;
}
.cx ul li div {
	background-image: linear-gradient(90deg,
			rgba(70, 174, 247, 0.06) 0%,
			rgba(29, 213, 230, 0.06) 100%);
}

.cx ul li div::after {
	background-image: linear-gradient(90deg,
			rgba(70, 174, 247, 0.15) 0%,
			rgba(29, 213, 230, 0.15) 100%);
}
.cx_tab .prev,
.cx_tab .next {
	background: url(../images/s_icon_jtfw1.png) no-repeat center;
}

.cx_tab .next {
	background: url(../images/s_icon_jtfw2.png) no-repeat center;
}
/* 出行服务 start */
.part3 {}

.cxfw_box {
	width: 100%;
}

.cxfw_box .cxfw_t {
	width: 100%;
}

.cxfw_box .cxfw_t ul {
	width: 100%;
	height: 104px;
	display: flex;
}

.cxfw_box .cxfw_t ul li {
	width: calc((100%) / 4);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.cxfw_box .cxfw_t ul li::after {
	content: '';
	width: 1px;
	height: 80px;
	background-color: #eeeeee;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.cxfw_box .cxfw_t ul li:last-child::before {
	content: '';
	width: 1px;
	height: 80px;
	background-color: #eeeeee;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.cxfw_box .cxfw_t ul li a {
	display: inline-flex;
	width: 100%;
	height: 100%;
}

.cxfw_box .cxfw_t ul li .cxfw_tl {}


.cxfw_box .cxfw_t ul li:hover .cxfw_tl {
	transform: rotateY(180deg) scale(1.0);
}

.cxfw_box .cxfw_t ul li .cxfw_tl {
	width: 105px;
	height: 105px;
	border-radius: 50%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 1s;
	background: rgba(211, 246, 251, 0.2);
}

.cxfw_box .cxfw_t ul li .cxfw_tl::after {
	content: '';
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(211, 246, 251, 1);
}

.cxfw_box .cxfw_t ul li .cxfw_tl img {
	z-index: 99;
}

.cxfw_box .cxfw_t ul li .cxfw_tr {
	margin-left: 6px;
}

.cxfw_box .cxfw_t ul li .cxfw_tr h2 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #333333;
	margin-bottom: 8px;
}

.cxfw_box .cxfw_t ul li span {
	font-size: 14px;
	color: #3fb1f1;

}

.cxfw_box .cxfw_b {
	width: 100%;
	display: flex;
	justify-content: space-between;
	/* margin-top: 10px; */
}

.cxfw_box .cxfw_b .cxfw_box {
	width: 585px;
	height: 500px;
	position: relative;

}

.cxfw_box .cxfw_b .cxfw_box>div:nth-child(1) {
	width: 100%;
	height: 127px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/s_jtfw_cx_tit.png) no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.cxfw_box .cxfw_b .cxfw_box>div:nth-child(1) h2 {
	font-size: 24px;
	color: #ffffff;
	margin-top: -20px;
}

.cxfw_box .cxfw_b .cxfw_box>div:nth-child(2) {
	width: 100%;
	height: 452px;
	background-image: linear-gradient(0deg,
			#bdeaf0 0%,
			rgba(211, 246, 251, 0.6) 100%);
	border-radius: 16px;
	border: solid 1px #d4f5ff;
	position: absolute;
	top: 55px;
	left: 0;
}

.cxfw_box .cxfw_b .cxfw_box>div:nth-child(2) ul {
	margin: 33px 22px 35px;
}

.cxfw_box .cxfw_b .cxfw_box>div:nth-child(2) ul li {
	width: 540px;
	height: 180px;
	background-color: #ffffff;
	box-shadow: 0px 6px 26px 3px rgba(26, 55, 175, 0.15);
	border-radius: 10px;
	display: flex;
}

.cxfw_box .cxfw_b .cxfw_box>div:nth-child(2) ul li>div:nth-child(1) {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	/* transition: 1s; */
	background: rgba(234, 241, 252, 0.2);
	margin-top: 33px;
	margin-left: 50px;

}

.cxfw_box .cxfw_b .cxfw_box>div:nth-child(2) ul li>div:nth-child(1)::after {
	content: '';
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(234, 241, 252, 1);
}

.cxfw_box .cxfw_b .cxfw_box>div:nth-child(2) ul li>div:nth-child(1) img {
	z-index: 99;
}

.cxfw_box .cxfw_b .cxfw_box>div:nth-child(2) ul li>div:nth-child(2) {
	margin: 60px 30px 0;
	font-size: 16px;
}

.cxfw_box .cxfw_b .cxfw_box>div:nth-child(2) ul li>div:nth-child(2) h3 {
	font-size: 20px;
	font-weight: 600;
}

.cxfw_box .cxfw_b .cxfw_box>div:nth-child(2) ul li>div:nth-child(2) dd {
	line-height: 40px;
}

.cxfw_box .cxfw_b .cxfw_box>div:nth-child(2) ul li>div:nth-child(2) .more {
	color: #3fb1f1;
}

.cxfw_box .cxfw_b .cxfw_box>div:nth-child(2) ul li>div:nth-child(2) dd em {
	margin: 0 5px;
}

.cxfw_box .cxfw_b .cxfw_box>div:nth-child(2) ul li>div:nth-child(2) dd:last-child em {
	display: none;
}

.cxfw_box .cxfw_b .cxfw_box>div:nth-child(2) ul li:last-child {
	margin-top: 24px;
}

.part4 {}

.part4>div {
	height: 100px;
	background: url(../images/s_jtfw_clxt_img.png) no-repeat center;
	background-size: 100%;
	font-size: 40px;
	color: #ffffff;
	display: flex;
	align-items: center;
}

.part4>div:hover {
	/* transform: translateY(-5px); */
}

.part4>div img {
	transition: 1s;
}

.part4>div:hover img {
	transform: scale(1.1);
}

.part4>div a {
	display: inline-flex;
	width: 100%; 
	height: 100%;
	justify-content: center;
	align-items: center;
	transition: .5s;
}

.part4>div a span {
	margin-left: 23px;
}

.part4>div a img {
	margin-top: 5px;
}

/* 政策文件 start */
.czwj ul li .zcwj_l h2 {
	color: #02b8e0;
}

/* 常见问题 start */
.cjwt ul li a .cjwt_l {
	background: url(../images/s_jtfw_zjwt_ico.png) no-repeat center;
}

