@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.clearfix:after {
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
}
.clearfix {
  display: block;
}
* + html .clearfix {
  display: inline-block;
}
body {
  margin: 0;
  padding: 0;
  background: #e6e9ee;
  font-family: 'Roboto', sans-serif;
}
.main-sec {
  width: 100%;
}
.main-sec > img {
  width: 100%;
  vertical-align: bottom
}
.all-sec {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.col1 {
  text-align: center;
  margin: 6% auto 6% auto;
}
.col2 {
  width: 400px;
  margin: 0 auto;
  padding: 10% 0;
}
.col3 {
  width: 300px;
  margin: 18% auto;
}
.col3 a {
  display: block;
}
.main-sec1 {
  width: 100%;
}
.main-sec1 > img {
  width: 100%;
  vertical-align: bottom
}
.col4 {
  margin: 2% 0 0% 0%;
  padding-bottom: 20%;
  text-align: center
}
.col5 {
  width: 100%;
  text-align: center
}
.col5 ul.car-list {
  display: flex; flex-wrap: wrap; justify-content: center;
}
.col5 ul.car-list li {
  width: 50%;
  padding:0 7% 10%;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer; list-style: none;
}
.col5 ul.car-list li img {
  width: 100%; max-width: 450px;
}
.col6 {
  width: 440px;
  margin: 0 auto;
  padding-top: 20%
}
a.buttonView1 {
  background: #015bff;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  top: 100%;
  width: 150px;
  font-family: arial;
  font-weight: 700;
  margin-top: 10px;
}
.padingBottom {
  padding-bottom: 10%
}
.col7 {
  width: 112px;
  margin: 0 auto;
}
.col8 {
  width: 100%;
  padding: 10% 0;
}
.car-logo {
  width: 100%;
  text-align: center
}
.carImg {
  width: 100%;
  text-align: center;
  padding: 7% 0 3%
}
.carImg img {
  width: 80%;
}
.buttonView2 {
  margin-left: 0px;
  position: relative;
  left: 50%;
  margin-left: -75px;
}
.tns-outer {
  position: relative;
}
.tns-controls {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.tns-controls button {
  border: none;
  font-size: 0;
  background: transparent;
}
.tns-controls button[data-controls="prev"]::before {
  content: '';
  width: 21px;
  height: 43px;
  background: url(../imgaes/previcpn.png) no-repeat;
  display: block;
}
.tns-controls button[data-controls="next"]::before {
  content: ' \02C3';
  width: 21px;
  height: 43px;
  background: url(../imgaes/nexticpn.png) no-repeat;
  display: block;
}
.tns-nav {
  display: none;
}