.side {
	position: fixed;
	width: 54px;
	height: 275px;
	right: 0;
	top: 314px;
	z-index: 100;
}

.side ul li {
	width: 54px;
	height: 68px;
	float: left;
	position: relative;
	border-bottom: 1px solid #444;
	background: #000;
}
.side ul li .tww{
	position: absolute;
	top: 0;
	left: -125px;
	width: 120px;
	display: none;
}
.side ul li p{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #fff;
/* 	background: #333; */
	background: #000;
	/* opacity: 0.8; */
	margin: 0;
}
.side ul li .sidebox {
	position: absolute;
	width: 54px;
	height: 54px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #000;
	/* opacity: 0.8; */
	filter: Alpha(opacity=80);
	color: #fff;
	font: 14px/54px "å¾®è½¯é›…é»‘";
	overflow: hidden;
}

.side ul li .sidetop {
	width: 54px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
	background: #000;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	transition: all 0.3s;
}


.side ul li img {
	float: left;
}


/* æ‚¬æµ®æ¡ */

.xuanfu {
	z-index: 999;
	padding-top: 20px;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 0;
	width: 100%;
	bottom: 0;

}

.xuanfu .warp {}

.xuanfu .warp .one {
	float: left;
	width: 23%;
}

.xuanfu .warp .one img {
	max-width: 80%;
}

.xuanfu .warp .two {
	float: left;
	width: 30%;
	margin-right: 2%;
}

.xuanfu .warp .two li {
	width: 23.33%;
	margin: 0 5%;
	float: left;
	text-align: center;
}

.xuanfu .warp .two li img {
	max-width: 60%;
	margin: 0 auto;
}

.xuanfu .warp .two li p {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 53px;
	text-align: center;
}

.xuanfu .warp .three {
	float: left;
	width: 45%;
}

.xuanfu .warp .three .item {
	text-align: left;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	margin-bottom: 10px;
	overflow: hidden;

}

.xuanfu .warp .three .item .left {
	float: left;
	width: 49%;
	/* margin-right: 2%; */
}

.xuanfu .warp .three .item .right {
	float: right;
	width: 49%;
}

.xuanfu .warp .three .item .select_item {
	display: flex;
	/* width: 50%; */
}

.xuanfu .warp .three .item .select_item .select {
	position: relative;
	width: 143px;
	display: flex;
}

.xuanfu .warp .three .item .select_item .select .trant {
	width: 8px;
	height: 5px;
	position: absolute;
	right: 24px;
	top: 17px;
}

.xuanfu .warp .three .item .select_item .select .s_select {
	width: 150px;
	height: 40px;
	background: #F0F0F0;
	border-radius: 4px;
	margin-right: 16px;
	-webkit-appearance: none;
	border: none;
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 12px;
}
.xuanfu .warp .three .item.cc .left{
	width: 51%;
}
.xuanfu .warp .three .item.cc .right .big_select{
	margin-right: 30px;
}
.xuanfu #searchs{
	width: 35%;
	background: #3493FF;
	color: #fff;
	border: 1px solid #3493FF;
	border-radius: 4px;
	font-size: 12px;
}
.xuanfu #select_cars{
	width: 100%;
}
.xuanfu #car_types{
	width: 100%;
}
select,input,botton{
	outline:none
}
button :focus{outline:0;} 
.warp{width: 68.88%;margin: 0 auto;}
@media screen and (max-width: 1024px){
.warp {
    width: 90.88%!important;
	margin: 0 auto;
}
}
@media screen and (max-width: 1440px){
.warp {
    width: 80.88%;
	margin: 0 auto;
}
}
@media screen and (max-width: 1024px) {
	
	.xuanfu .warp .three{
		width: 48%;
	}
	.xuanfu .warp .two{
		width: 28%;
		margin-right: 1%;
	}
	.xuanfu .warp .two li p{
		font-size: 12px;
		line-height: 43px;
	}
	.xuanfu .warp .three .item .select_item .select .s_select{
		    width: 95px;
		    height: 31px;
	}
	.xuanfu .warp .three .item .select_item .select .trant {
	    width: 8px;
	    height: 5px;
	    position: absolute;
	    right: 24px;
	    top: 14px;
	}
	.xuanfu .warp .three .item.cc .left {
	    width: 50%;
	}
	.xuanfu .warp .three .item .right {
	    float: right;
	    width: 47%;
	}
	.xuanfu .warp .three .item.cc .right .big_select {
	    margin-right: 0px;
	}
	.xuanfu .warp .three .item .select_item .select {
	    position: relative;
	    width: 105px;
	    display: flex;
	}
}
@media screen and (max-width: 768px) {
	.xuanfu{
		display: none;
	}
}
@media screen and (max-width: 1440px) {
	.xuanfu .warp .three .item .select_item .select {
	    position: relative;
	    width: 133px;
	    display: flex;
	}
}



@media (min-width: 1300px) {
  .container {
    width: 1270px; 
  }
}
.head_nav {
  height: 60px;
  background: #000000;
  color: white;
  box-shadow: 0px 10px 40px 0px rgba(206, 206, 206, 0.4);
}
.head_nav .container {
  display: flex;
}
.head_nav .container .logo {
  width: 156px;
  height: 31px;
  margin-top: 14px;
}
.head_nav .container .head_bar {
  display: flex;
}
.head_nav .container .head_bar .item>a{
	margin-left: 30px;
	margin-right: 30px;
	color: white;
	display: inline-block;
}
.head_nav .container .head_bar .item {
  margin: 14px 5px 0px 5px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  position: relative;
  color: white;
  border-radius: 4px;
  position: relative;
  
}

.head_nav .container .head_bar .item>a {
  color: white;
  padding: 10px 5px 10px 5px;
  text-decoration: none;
  border-radius: 4px;
}
.head_nav .container .head_bar .item .drop_list {
  height: 0px;
  line-height: 40px;
  width: 100px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  z-index: 2;
  position: absolute;
  bottom: -50px;
  left: 28px;
  transition: 1s;
  display: none;
}
.head_nav .container .head_bar .item .drop_list li {
  height: 0px;
  color: white;
}
.head_nav .container .head_bar .item .to_up {
  width: 17px;
  height: 17px;
  position: absolute;
  bottom: -10px;
  left: 70px;
  z-index: 3;
  background: white;
  transform: rotate(45deg);
  display: none;
}
.head_nav .container .head_bar .item:hover .drop_list {
  height: 40px;
  display: block;
}
.head_nav .container .head_bar .item:hover .drop_list li {
  height: 40px;
}
.head_nav .container .head_bar .item:hover .drop_list li:hover {
  color: #2662AA;
}
.head_nav .container .head_bar .item:hover a {
  color: #2662AA;
}
.head_nav .container .head_bar .item:hover .to_up {
  display: block;
}
.head_nav .container .head_bar .active {
  color: #EFA73B;
}
.head_nav .container .head_bar .active a {
  color: #EFA73B;
}
.head_nav .container .head_bar .item:hover {
  
}
.head_nav .container .head_bar  .item:hover>a{
	color: white;
	text-decoration: none;
	background: #F4A40A;
	color: white;
}
.head_nav .container .head_bar  .item:hover .sons{
	display: block;
}
.head_nav .container .head_bar   a:hover {
	color: white;
	text-decoration: none;
}
.head_nav .container .head_bar{
	position: relative;
}
.head_nav .container .head_bar .sons{
	padding-top: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 38px;
	overflow: hidden;
	color: white;
	z-index: 30;
	border-radius: 0px 0px 4px 4px;
	background:rgba(0, 0, 0, 0.7);
}
.head_nav .container .head_bar .sons .sons_item{
	
	height: 60px;
	line-height: 60px;
	color: white;
}
.head_nav .container .head_bar .sons .sons_item a{
	width: 100%;
	height: 100%;
	margin: 0px;
	color: white;
}
.head_nav .container .head_bar .sons .sons_item:hover{
	background: #F4A40A;
	
}
.head_nav .mobile_logo {
  display: none;
  position: relative;
}
.tab_phone {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 99;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  transition: 1s;
  top: 50px;
}
.tab_phone .main {
  overflow: hidden;
  transition: 1s;
  height: 0vh;
}
.tab_phone .main .item {
  padding: 34px 29px;
  background: white;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #121212;
  line-height: 15px;
  text-align: right;
}
@media screen and (max-width:540px) {
	.tab_phone .main .item {
		padding: 24px 21px;
	}
	
}
.tab_phone .main .active a{
  color:#2662AA !important;
}
.tab_phone .main .item a {
  color: #121212;
}
.tab_phone .main .item .active {
  color: #EFA73B;
}
.tab_phone .bottom {
  height: 50vh;
}
@media screen and (max-width:1300px) {
	.head_nav .container .head_bar a{
		margin-left: 65px;
	}
	.head_nav .container .head_bar .item>a{
		margin-left: 27px;
		margin-right: 27px;
	}
}
@media screen and (max-width: 992px) {
	
  .head_nav {
    overflow: hidden;
    padding-top: 15px;
    box-sizing: border-box;
    height: 60px;
  }
  
  .head_nav{
	  position: fixed;
  top: 0px;
	  width: 100%;
	  z-index: 20;
  }
  .head_nav .mobile_logo {
    display: block;
    position: relative;
  }
  .head_nav .mobile_logo img {
    margin: 0px auto;
    width: 160px;
    height: 35px;
  }
  .head_nav .mobile_logo .show_list {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
  }
}
@media screen and (max-width: 540px) {
	.head_nav {
		height: 50px;
		padding-top: 5px;
	}
}
@media screen and (max-width: 414px) {
  .head_nav {
    padding-top: 10px;
    height: 50px;
  }
  .head_nav .mobile_logo {
    display: block;
  }
  .head_nav .mobile_logo img {
    height: 30px;
  }
  .head_nav .mobile_logo .show_list {
    width: 25px;
    height: 25px;
    right: 15px;
    top: 6px;
  }
}
@media screen and (max-width: 320px) {
  .head_nav .mobile_logo {
    display: block;
  }
  .head_nav .mobile_logo img {
    width: 150px;
    height: 30px;
  }
}


/* å°æ ‡é¢˜å¼€å§‹ */
.small_title{
	width: 452px;
	height: 50px;
	background: #F3A309;
	border-radius: 30px;
	margin: 0px auto;
}
.small_title .text{
	line-height: 50px;
	font-size: 25px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
}
.small_title .border{
	width: 32px;
	height: 2px;
	background: #FFFFFF;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	transform: translateY(-8px);
}
@media screen and (max-width: 540px) {
	.small_title{
		width: 300px;
	}
}
@media screen and (max-width: 414px) {
	.small_title{
		height: 35px;
	}
	.small_title .text{
		line-height: 35px;
		font-size: 21px;
	}
}
@media screen and (max-width: 360px) {
	.small_title{
		width: 250px;
	}
}
/* å°æ ‡é¢˜ç»“æŸ */

/* åˆä½œä¼™ä¼´å¼€å§‹ */
.partner {
  padding-top: 69px;
}
.partner .main {
  overflow: hidden;
  padding-top: 52px;
}
.partner .main .item {
  width: 90%;
  height: 140px;
  border-radius: 6px;
  float: left;
  margin-right: 75px;
  margin-bottom: 50px;
  overflow: hidden;
  border: 2px solid #E6E6E6;
}
.partner .main .item img {
  width: 100%;
  height: 100%;
}
.partner .main .item img:hover {
  transform: scale(1.2);
  transition: 1s;
}
@media screen and (max-width: 768px) {
  .partner {
    padding-top: 29px;
  }
  .partner .main {
    padding-top: 32px;
  }
  .partner .main .item {
    width: 90%;
    height: 100px;
  }
}
@media screen and (max-width: 540px) {
  .partner {
    padding-top: 19px;
  }
  .partner .main .item {
    margin-bottom: 20px;
    width: 100%;
    height: 100px;
  }
}
@media screen and (max-width: 411px) {
  .partner .main .item {
    width: 100%;
    height: 80px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 320px) {
  .partner .main .item {
    height: 60px;
  }
}

/* åˆä½œä¼™ä¼´ç»“æŸ */


.bottom_nav {
  margin-top: 100px;
  height: 500px;
  background: #333333;
  padding-top: 74px;
  box-sizing: border-box;
}
.bottom_nav .left {
  float: left;
}
.bottom_nav .left .left_title img {
  width: 246px;
  height: 49px;
}
.bottom_nav .left .s_scanning {
  display: none;
}
.bottom_nav .left .main {
  margin-top: 27px;
}
.bottom_nav .left .main .phone_list {
  float: left;
  margin-right: 54px;
}
.bottom_nav .left .main .phone_list .item {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 48px;
}
.bottom_nav .left .main .address {
  float: left;
}
.bottom_nav .left .main .address .item {
  margin-top: 8px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  max-width: 215px;
  margin-bottom: 18px;
  text-align: left;
}
.bottom_nav .mid {
  float: left;
  max-width: 498px;
  margin-left: 46px;
  text-align: left;
}
.bottom_nav .mid .mid_title {
  font-size: 18px;
  font-family: PingFangSC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 48px;
  margin-bottom: 25px;
}
.bottom_nav .mid .mid_main .item {
  font-size: 13px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 38px;
  float: left;
  margin-right: 43px;
}
@media screen and (max-width: 1200px) {
  .bottom_nav .mid .mid_main .item {
    margin-right: 13px;
  }
}
.bottom_nav .scanning {
  width: 160px;
  height: 180px;
  background: #FFFFFF;
  border-radius: 5px;
  float: right;
  margin-top: 40px;
  padding: 12px 17px;
}
.bottom_nav .scanning .top {
  width: 126px;
  height: 126px;
}
.bottom_nav .scanning .bottom {
  font-size: 16px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
}

.phone_footer_bar{
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 80px;
	background: white;
	visibility: hidden;
	/* overflow: hidden; */
	opacity:0;
	flex-wrap:wrap;
	display: -webkit-flex; /* Safari */
}

.phone_footer_bar .item{
	flex:1; 
}
.phone_footer_bar .item a{
	color: black;
}
.phone_footer_bar .active a{
	color: #2662AA;
}
.phone_footer_bar .item .top{
	font-size: 29px;
	margin-top: 12px;
}
@media screen and (max-width: 1200px) {
	
  .bottom_nav .mid {
    max-width: 300px;
  }
}
.bottom_nav .border_line {
  margin-top: 72px;
  width: 100%;
  height: 1px;
  background: #444444;
}
@media screen and (max-width: 992px) {
	.phone_footer_bar{
		opacity:1;
		visibility: visible;
	}
	.border_line{
		padding-bottom: 80px;
	}
  .bottom_nav {
    height: 900px;
  }
  .bottom_nav .mid {
    display: none;
  }
  .bottom_nav .scanning {
    margin-left: 200px;
  }
}
@media screen and (max-width: 768px) {
  .bottom_nav {
    margin-top: 30px;
    padding-top: 20px;
    height: 470px;
  }
  .bottom_nav .mid {
    display: none;
  }
  .bottom_nav .scanning {
    margin-left: 60px;
  }
  .bottom_nav .border_line {
    margin-top: 20px;
  }
}
@media screen and (max-width: 540px) {
  .bottom_nav {
    height: 320px;
    margin-top: 30px;
    padding-top: 20px;
  }
  .bottom_nav .mid {
    display: none;
  }
  .bottom_nav .scanning {
    display: none;
    margin-left: 60px;
  }
  .bottom_nav .border_line {
    margin-top: 5px;
  }
}
@media screen and (max-width: 414px) {
	.side{
		display: none;
	}
  .bottom_nav {
    margin-top: 30px;
    padding-top: 20px;
    height: 310px;
  }
  .bottom_nav .container {
    padding: 5px;
  }
  .bottom_nav .mid {
    display: none;
  }
  .bottom_nav .left {
    width: 100%;
  }
  .bottom_nav .left .left_title img {
    width: 186px;
    height: 39px;
  }
  .bottom_nav .left .main .phone_list {
    font-size: 12px;
    margin-right: 0px;
  }
  .bottom_nav .left .main .address {
    float: right;
  }
  .bottom_nav .scanning {
    margin-left: 60px;
  }
  .bottom_nav .border_line {
    margin-top: 20px;
  }
}
@media screen and (max-width: 375px) {
	.side{
		display: none;
	}
	.phone_footer_bar{
		height: 50px;
	}
	.phone_footer_bar .item .top{
		font-size: 20px;
		margin-top: 2px;
	}
  .bottom_nav {
    margin-top: 30px;
    padding-top: 20px;
    height: 450px;
  }
  .bottom_nav .container {
    padding: 20px;
  }
  .bottom_nav .mid {
    display: none;
  }
  .bottom_nav .left {
    width: 100%;
  }
  .bottom_nav .left .left_title img {
    width: 186px;
    height: 39px;
  }
  .bottom_nav .left .main .phone_list {
    font-size: 12px;
    margin-right: 0px;
    margin-top: 10px;
    margin-right: 5px;
  }
  .bottom_nav .left .main .phone_list .item {
    line-height: 45px;
    font-size: 12px !important;
  }
  .bottom_nav .left .main .s_scanning {
    display: block;
    width: 110px;
    height: 110px;
    background: #FFFFFF;
    border-radius: 5px;
    float: left;
    margin-top: 40px;
    transform: translate(50px, -20px);
  }
  .bottom_nav .left .main .s_scanning .top {
    width: 100px;
    height: 100px;
    margin: 5px auto;
  }
  .bottom_nav .left .main .s_scanning .bottom {
    font-size: 16px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
  }
  .bottom_nav .left .main .address {
    float: left;
    width: 100%;
  }
  .bottom_nav .left .main .address .item {
    font-size: 12px !important;
    line-height: 42px;
    margin-bottom: 5px;
    width: 100%;
    margin-right: 0px;
    max-width: 320px;
  }
  .bottom_nav .scanning {
    margin-left: 60px;
  }
  .bottom_nav .border_line {
    margin-top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .bottom_nav {
    margin-top: 30px;
    padding-top: 20px;
    height: 450px;
  }
  .bottom_nav .left .main .s_scanning {
    transform: translate(30px, -20px);
  }
}