@charset "utf-8";
/* CSS Document */
body{background:url(../images/common/background.jpg); background-attachment: fixed; background-size:cover;  }

#container{background: rgba(200, 54, 54, 0); width:950px; height:850px; }

.head{width:950px; height:100px;}
.head .logo{width:100%;}
.logo .l{width:250px; height:120px;}


 /*nav css*/.head .nav{position: fixed; top: 0; left:280px; margin-top:-30px; height:72px; border-bottom-left-radius:20px; border-bottom-right-radius:20px; border-bottom-style: solid; width:650px; background-color: grey; opacity:0.9;}
ul { list-style-type:none; overflow:hidden; width:900px; font-size:20px; height:52px; border-bottom-left-radius:20px; border-bottom-right-radius:20px; font-family:"Trebuchet MS";}
.nav li {float: left;}
.nav li a {display:block; color:Black; text-align:center; padding:14px 16px; text-decoration:none;}
.nav li a:hover{ color:#FFB100;}
.nav li .a2:visited{color:#FFB100;}
.nav li {border-right: 1px solid red;}
.nav li:last-child{border: none;}
/*nav css*/

h1{ height:30px; border-bottom-left-radius:15px; border-bottom-right-radius:15px; border-top-left-radius:15px;  border-top-right-radius:15px; padding:10px; color:#FFB100; font-size:40px; text-align:center; font-style:normal; font-family:"Trebuchet MS";}

.c1{width:950px; height:auto; display:flex;}

.c1 .menu{ width:30%; height:2750px; background:url(../images/common/l3.png); background-size:cover;  }
.menu input{width:180px; height:32px; padding:10px; }
.menu .search{width:35px; height:32px; background-color:red; border:none; border-bottom-right-radius:12px; border-top-right-radius:12px;}
.menu .toggle{ border-radius:5px; width:100%; }

.menu .new{ width:100px; height:35px; border:none; color:white; background-color:black; font-family:"Trebuchet MS"; border-top-left-radius:20px;  }
.menu .new:focus{background-color:red; border:none;}

.menu .used{width:100px; height:35px; border:none; color:white; background-color:black; font-family:"Trebuchet MS"; border-bottom-right-radius:20px;}
.menu .used:focus{background-color:red; border:none;}

.menu .brand{width:100%; height:200px;  }
.brand h2{color:black; font-family:"Trebuchet MS"; font-size:20px; background-color:#FFB100; border-radius:5px; width:150px;}
.brand .check{width:20px; height:15px;    font-family:"Trebuchet MS"; }
 .brand tr{color:white; font-size:15px;}
.brand .reset{width:80px; height:30px; font-size:18px; background:#FFB100; border-radius:5px; border:none;}
.brand .reset:hover{font-size:20px; background-color:red; color:black; border-radius:5px; border:none;}
.brand .dealer{margin-left:62px;}


.c1 .content{ width:70%; height:auto; border:none;  border-width:medium; border-color: red; padding:15px;}

.content .car{width:305px; height:450px; border-width:2px; float:left; border: none;  border-color:darkgray;          padding:5px;}
.car .img{ background-size:cover; width:100%; height:70%;}
.content .car .info{width:100%; height:30%; background-color:rgba(200, 54, 54, 0);  background-size:cover;}
.content .car .info table{ font-size: 20px; color:white;   width:100%; height:auto;}
.car .info .contact{width:80px; height:30px; font-size:20px; background:#FFB100; border-radius:5px; border:none;}
.car .info .contact:hover{ font-size:20px; background-color:red; color:black; border-radius:5px; border:none;}


.footer{width:100%; height:200px;  background-size: cover; border-top-left-radius:10px; border-top-right-radius:10px;}
	.footer .icon{width:inherit; height:35px; background-color:rgba(200, 54, 54, 0);}
	.footer .icon a{padding-left:50px; padding-right:50px; color:gray;}
	.footer .info{display:flex; background:url(../images/common/fback.jpg); border-top-left-radius:10px; border-top-right-radius:10px;}
	.footer .info .a{width:50%; text-align-last: left; } 
	.footer .info .a .p1{color:goldenrod; font-family:"Trebuchet MS"; font-size:30px;   margin-left:20px;}
.footer .info p{color:black; font-size:20px; margin-left: 20px;}
    .footer .info .b h1{color:#FFB100; font-family:"Trebuchet MS"; font-size:22px; margin-top:40px;}
	
	.footer .info .b {width:50%;}
	.footer .info .b .p2{color:black; font-family:"Trebuchet MS"; font-size:23px;}
	.footer .info .b .e{width:200px; height:25px;}
	.footer .info .b .sub{ font-style:oblique; background-color:#D20022; height:31px; border:none; border-bottom-left-radius:0px; border-bottom-right-radius:8px; font-size:18px; border-top-left-radius:0px; border-top-right-radius:8px;}
	.footer .info .b .sub:hover{background-color:#FFB100;}
	.footer .info .b .fa-envelope{ height:25px; width:20px;}
 