
		.banner{
			height: 100vh;
			width: 100%;
			text-align: center;
			background: url(../images/index/bgimg_1.jpg);
			background-position: center bottom !important;
			background-repeat: no-repeat !important;
			background-size: cover !important;
			position: relative;
		}
		.banner .h1{
			font-size: .42rem;
			padding-top: 18.8916876574vh;
			color: #fff;
			font-weight: normal;
			font-family: "Gilroy-Medium" !important;
		}
		.banner p.desc{
			letter-spacing: .2rem;
			padding-top: .35rem;
		    padding-left: 0.16rem;
		    font-size: .24rem;
  			font-family: "Gilroy-Light";
		    color: #fff;
		}
		/* 智能 */
		.smart-box{
			height: 100vh;
			width: 100%;
			text-align: center;
			position: relative;
			background: linear-gradient(30deg,green,pink);
			background-repeat: no-repeat !important;
			background-position: center !important;
			background-size: cover !important;
		}
		.smart-box .h1{
			/* letter-spacing: .13rem; */
			font-family: "Gilroy-Medium";
			font-weight: normal;
			font-size: .42rem;
			padding-top: 16.8vh;
			color: #fff;

		}
		.smart-box p{
			/* letter-spacing: 3px; */
		    padding-top: .4rem;
		    /* padding-left: 0.23rem; */
		    /* font-size: .2rem; */
			font-family: "Gilroy-Light";
			font-size: .18rem;
			line-height: 1.77;
			color: #fff;
		}
		.smart-box .btn{
			width: 100%;
			position: absolute;
			bottom: 12.6%;
			z-index:100;
		}
		.smart-box .btn a{
			position: relative;
			font-size: .18rem;
			font-family: "Gilroy-Medium","MYingHeiPRC-W2";
			color: #fff;
			padding: .116rem 4.077em;
			border: 1.5px solid #fff;
		}
		
		/* 背景设置 */
		.car{
			background: url(/main/assets/banner/home-car-pc-en.jpg);
		}
		.traffic{
			background: url(../images/index/bgimg_3.jpg);
		}
		.city{
			background: url(../images/index/bgimg_5.jpg);
		}
		/* index end */