html,body {width:100%;height:100%;overflow:hidden; }

.wrap{width:100%; height:100%; }

.header{ position:fixed; top:0; width:100%;  height:70px; z-index: 11111111;}
.header_inner{width:100%;padding-left:20px; height:70px; display: flex; justify-content: space-between; align-items: center; }
.header_inner h1 img{width:80%;}
.header_inner .car_nav{padding-left: 200px;}
.header_inner .car_nav li{float:left; font-size: 18px; margin-right: 70px;font-family:'Land Rover'; font-weight:500;}
.header_inner .car_nav li a{color:#000;}
.header_inner .car_nav li a:hover{color:#005a2b;}
.header_inner .user_info{margin-right: 20px; margin-top: -30px;}
.header_inner .user_info li{float:left; font-size: 14px; margin-right: 20px;}
.header_inner .user_info li a{color:rgba(255,255,255,0.8);}
.header_inner .user_info li.login img{width:15px; opacity: 0.8;}
.header_inner .user_info li.l_home{border:1px solid rgba(255,255,255,0.8); font-size:10px;padding:3px 5px;}

.container{width:100%; height:100%;  display: flex; flex-direction: column; padding-top:70px; box-sizing: border-box;}
.container .cont_tit{width:100%; height:30%;font-size:50px;display: flex; align-items:center; justify-content: center; font-family:'Land Rover'; font-weight:500;}
.container .cont_tit br{display:none;}

.container .inner_w{width:100%; height:70%; display: flex; align-items:flex-end; justify-content: center; padding-bottom:80px; box-sizing: border-box;}
.container .inner_w li{float:left; width:336px; height:260px; background:rgba(255,255,255,0.7); margin-right:38px;}
.container .inner_w li:last-child{margin-right:0;}
.container .inner_w li a{color:#000;display:flex; align-items:center;flex-direction: column;}
.container .inner_w li p{height:76px;display:flex; align-items:center; font-size:24px;font-family:'Land Rover'; font-weight:500; margin-bottom: 30px; }

.container .inner_w li.event_zone{padding:13px 14px;box-sizing: border-box;}
.container .inner_w li.event_zone > a{position:relative; margin-bottom: 5px;font-size:18px;font-family:'Land Rover';font-weight:500; }
.container .inner_w li.event_zone .ban_01{width:100%; height:88px; background:url(../images/event.jpg)center bottom -20px;background-size: 100%;  }
.container .inner_w li.event_zone .ban_02{width:100%; height:68px; background:url(../images/testdrive.jpg);background-size: 100%;}
.container .inner_w li.event_zone .ban_03{width:100%; height:68px; background:url(../images/owners.jpg);background-size: 100%;}

.container .inner_w li.event_zone a.ban_01 span{color:#000; position: absolute; top:10px; right:10px; }
.container .inner_w li.event_zone a.ban_02 span,.container .inner_w li.event_zone a.ban_03 span{color:#fff;position: absolute; top:10px;left:10px; }

#section1 .wrap{background:url(../images/back_01.webp)no-repeat center center; background-size: cover;}
#section2 .wrap{background:url(../images/back_02.jpg)no-repeat top -250px center; background-size: cover;}
#section3 .wrap{background:url(../images/back_03.jpg)no-repeat center center; background-size: cover;}
#section4 .wrap{background:url(../images/back_04.jpg)no-repeat top  -250px center; background-size: cover;}


@media (max-width:1000px){
 
.header{height:40px; }
.header_inner {position: relative; height:40px; }
.header_inner h1 img{width:40%;}

.header_inner .car_nav {position: absolute; top:50px; left:0; width:100%; padding-left:0; display: flex; justify-content: center;}
.header_inner .car_nav li span{display: none;}
.header_inner .user_info{position: absolute; top:8px; line-height: 16px;right:26px; margin-right: 0; margin-top: 0;}

.header_inner .car_nav li{font-size:13px;margin-right: 15px;}

.header_inner .user_info li{font-size:12px; margin-right:10px;}
.header_inner .user_info li.login img{width:13px; opacity: 0.8;}
.header_inner .user_info li.l_home{border:1px solid rgba(255,255,255,0.8); font-size:10px;line-height: 16px;padding:0 5px;}

.container{padding-top:0;}
.container .cont_tit{height:15%;display: flex; align-items:flex-end;}

.container .cont_tit {font-size:30px; margin-top: 40px; text-align: center; }
.container .cont_tit br{display:block;}

.container .inner_w{padding-bottom:20px;}
.container .inner_w ul{width:90%; margin:0 auto;}
.container .inner_w li{display:block; width:100%; height:80px; background:rgba(255,255,255,0.7); margin-right:0; margin-bottom:5px;}
.container .inner_w li.car_zone p{display: inline; width:140px; height:80px; display:flex; align-items:center; font-size:18px;margin-bottom:0;}
.container .inner_w li.car_zone a{display:flex; flex-direction:row-reverse;}
.container .inner_w li.car_zone a span{ margin-right:20px;  height:80px; display:flex; align-items:center;}
.container .inner_w li.car_zone a span img{width:150px;}

.container .inner_w li.event_zone{padding:0;}
.container .inner_w li.event_zone > a{ margin-bottom: 2px; font-size:16px;}
.container .inner_w li.event_zone a.ban_01 span{color:#000; position: absolute; top:3px; right:20px; }
.container .inner_w li.event_zone .ban_01{width:100%; height:60px; background:url(../images/event.jpg)center bottom -36px;background-size: 100%;  }
.container .inner_w li.event_zone .ban_02{width:100%; height:44px; background:url(../images/testdrive.jpg)center bottom -24px;background-size: 100%;}
.container .inner_w li.event_zone .ban_03{width:100%; height:44px; background:url(../images/owners.jpg)center bottom -20px;background-size: 100%;}
.container .inner_w li.event_zone .ban_03 br{display:none;}
#section1 .wrap{background:url(../images/back_01.webp)no-repeat top right -20px; background-size: 170%;}
#section2 .wrap{background:url(../images/back_02.jpg)no-repeat top right -50px; background-size: 154%;}
#section3 .wrap{background:url(../images/back_03.jpg)no-repeat top right -55px; background-size: 210%;}
#section4 .wrap{background:url(../images/back_04.jpg)no-repeat top right -55px; background-size: 210%;}


.container{position: relative;  padding-top:0; }
.container .cont_wrap{ height:100%; display: block; display:flex; align-items: center;}
.container .cont_wrap .inner_w{width:100%; display:flex; align-items: flex-start; padding-bottom:56px; display:block; }
