﻿@charset "utf-8";

/* CSS Document */

body,
html {

  margin: 0;
  font-family: "微軟正黑體", "新細明體", "標楷體";
  font-size: 16px;
  background-color: #fff;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

a:hover{
  text-decoration: none;
}

.m0 {
  margin: 0 !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 50px !important;
}
.mt35 {
  margin-top: 50px !important;
}
.mt40 {
  margin-top: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 50px !important;
}
.mb35 {
  margin-bottom: 50px !important;
}
.mb40 {
  margin-bottom: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

/* ------------------ Paddings --------------------*/
.p0 {
  padding: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

/*車款介紹=======================================================*/

.dropdown-menu_car {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  list-style: none;
  list-style-type: none;
  z-index: 1000;
  display: inline-block;
  text-align: center;
  padding: 0;
}

.dropdown-menu_car li {
  display: inline-block;
  width: 140px;
}

.dropdown-menu_car li img {
  width: 100%;
  height: auto;
}

.dropdown-menu_car li p {
  margin: 0;
  padding: 0;
  font-size: 15px;
}

@media(max-width:959px) {/*767*/
  .dropdown-menu_car {
    width: 100%;
    background: #f1f1f1;
  }

  .dropdown-menu_car li {
    padding: 5px;
  }
}

@media(max-width:414px) {
  .dropdown-menu_car li {
    display: block;
    text-align: center;
    width: 100%;
  }

  .dropdown-menu_car li a {
    display: inline-block;
    text-align: center;
    width: 150px;
  }
}



/*主選單下拉=======================================================*/

.dropdown-menu_ul {
  width: 100%;
  margin: 10px auto;
  overflow: hidden;
  list-style: none;
  list-style-type: none;
  z-index: 1000;
  text-align: center;
  padding: 0;
}

.dropdown-menu_ul li {
  display: inline-block;
}

.dropdown-menu_ul li a {
  color: #333;
  text-decoration: none;
  font-size: 15px;
  padding: 15px 0;
  width: 14em;
  display: block;
  -moz-transition: background 500ms;
  -o-transition: background 500ms;
  -webkit-transition: background 500ms;
  
}

.dropdown-menu_ul li a:hover {
  color: #555;
  background: #f1f1f1;
}


@media (max-width: 1280px) {
  .dropdown-menu_ul {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-menu_ul li a {
    width: 10em;
  }
}



@media (max-width: 959px) {/*767*/
  .dropdown-menu_ul {
    width: 100%;
    margin: auto;
    background: #f1f1f1;
  }

  .dropdown-menu_ul li {
    display: inline-block;
    font-size: 15px;
  }

  .dropdown-menu_ul li a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
    padding: 15px;
    width: auto;
    display: block;
  }

  .dropdown-menu_ul li a:hover {
    color: #555;
    background: #f1f1f1;
  }
}

@media(max-width:414px) {
  .dropdown-menu_ul li {
    display: block;
  }
}
a.drawer-menu-item {
  position: relative;
  display: block;
  text-decoration: none;
}
a.drawer-menu-item:hover {
  text-decoration: none;
  background-color: transparent;  
  background: #f1f1f1 !important;  
}

a.drawer-menu-item:after {
  content: "";
  display: block;
  width: 1%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s ease;
  transition: width 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  -webkit-transition: width 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  -moz-transition: width 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  -o-transition: width 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  -ms-transition: width 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  height: 2px;
  background-color: #cc0d0d;
}

a.drawer-menu-item:hover:after {
  opacity: 1;
  width: 100%;
}

@media (max-width: 959px) {/*767*/
  a.drawer-menu-item:hover {
    background:none !important;  
  }
  a.drawer-menu-item:after {
    content: none;
  }
}

.drawer-menu-item.text-danger{
    color:#b80f0f !important;
}
/*footer===================================================*/
footer {
    display: block;
    background-color: #efeef3;
    padding: 1em;
    border-top: 5px solid #e7e6ee;
    margin-top: 30px;
}

.footer {
  display: block;
  width: 1550px;
  margin: 1rem auto;
  overflow: hidden;
  font-size: 15px;
}

.footer_left {
  float: left;
  width: auto;
  text-align: center;
}

.footer_right {
  float: right;

}

.footer_logo {
  margin-top: 1rem;
  width: 180px;
}

.footer_logo img {
  height: auto;
  width: 100%;
}

.footer_icon {
  display: inline-block;
  margin-top: 1rem;
  margin-left: 1rem;
  list-style: none;
  padding: 0;
}

.footer_icon li {
  float: left;
  width: 42px;
}

.footer_icon a {
  width: 34px;
  height: 34px; 
  display: block; 
  text-align: center;

}

.footer_icon a img{
  width: 100%;
  height: auto;
}


.footer_nav {
  float: left;
  width: auto;
  margin-left: 150px;

}

.footer_nav:first-child {
  margin-left: 0;
}

.footer_nav h4 {
  font-size: 18px;
  display: inline-block;
  color: #3c3c3f;
  font-weight: bold;
  margin-bottom: 1rem;
  border-bottom: 2px solid #b80f0f;
  padding-bottom: 0.35rem;
}

.footer_nav h4 a {
  color: #3c3c3f;
  text-decoration: none;
  font-size: 18px;
}

.footer_nav ul {
  display: block;
}

.footer_nav ul li {
  display: block;
  padding: 0.25rem 0;
  color: #505053;
}

.footer_nav ul li a {
  font-size: 15px;
  display: block;
  color: #505053;

  text-decoration: none;
}

.footer_nav ul li a:hover {
  color: #b80f0f;
}



.footer2 {
  display: block;
  background: rgb(81, 81, 85);
  color: #d1d1da;
  padding: 1rem;
  font-size: 0.9375;
  font-size: 15px;
}

.footer2 a {
  color: inherit;
  margin-left: 0.9375rem;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
}

.footer2 a:first-child {
  margin-left: 0;
}


.footer2 a:hover {
  color: #fff;
}

.footer2_row {
  display: block;
  width: 1550px;
  margin: 0 auto;
  overflow: hidden;
}

.footer2_left {
  float: left;
}

.footer2_right {
  float: right;
}

@media(max-width:1680px) {

  .footer,
  .footer2_row {
    width: auto;
  }

}


@media(max-width:1280px) {
  .footer_nav {
    margin-left: 90px;
  }
}

@media(max-width:960px) {
  .footer_nav {
    margin-left: 60px;

  }
}

@media(max-width:860px) {
  .footer {
    margin: 0rem auto;
  }

  .footer_logo {
    margin-top: 0;
  }

  .footer_nav:first-child {
    display: none;
  }

  .footer_nav:nth-child(2) {
    display: none;
  }

  .footer_nav:last-child {
    margin-left: 1rem;
  }
}

@media(max-width:580px) {
  footer {
    padding:1rem 0.25rem;
  }

  .footer_left {
    float: none;
    width: 100%;
    margin: 0 0 0 1rem;
    padding: 0;
    text-align: left;
  }

  .footer_right {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
  }


  .footer_logo {
    display: none;
  }

  .footer_icon {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 1rem;    
    padding:  0 0 1rem 0;
    margin: 0;
  }


  .footer_icon li {
    float: left;
    width: 3.25rem;


  }

  .footer_icon a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 1rem;

  }

  .footer_icon i {
    font-size: 1.25rem;
    line-height: 40px;
  }

  .footer_right {    
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }

  .footer_nav .footer_nav_x {
    padding: 0;
    margin: 0;  
  }

  .footer_nav h4 {
    display: none;
  }

  .footer_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;    
  }
}

/*-------------*/
@media (max-width:960px) {
  .footer2_left {
    float: none;
    padding: 0.25rem 0;
    margin: 0;
  }

  .footer2_right {
    float: none;
    padding: 0;
    margin: 0;
  }


}

@media (max-width:600px) {
  .footer2 a {

    margin-left: 0;
    display: block;
    padding: 0.25rem 0;
  }
}

@media (max-width:360px) {
  .footer2_left {
    float: none;
    padding: 0.25rem 0;
    margin: 0;
  }

  .footer2_right {
    float: none;
    padding: 0;
    margin: 0;
  }


}





/*首頁標題--------------*/
.index_title {
  display: block;
  font-weight: bold;
  color: rgb(79, 79, 80);
  border-left: 3px solid #b80f0f;
  line-height: 1.5em;
  padding-left: 0.5em;
  font-size: 1.5rem;
  font-size: 24px;
  margin: 30px 10px;
}


/*media_ul-----------------------*/
.media_ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.media_ul li {
  float: left;
  margin: 1%;
  width: 48%;
}


/*page_banner-----------------------*/
.page_banner {
  padding: 5rem 1rem;
  width: 100%;
  display: block;
  color: #fff;
  text-align: center;
  background-image: url(../ati_up/banner/page_banner.jpg);
  background-repeat: repeat;
  background-position: center;
}

.page_banner h1 {
  font-size: 2rem;
  font-weight: bold;
}

@media(max-width:1024px) {
  .page_banner {
    padding: 3rem 1rem;
  }
}

@media(max-width:640px) {
  .page_banner {
    padding: 2rem 1rem;
  }
}

@media(max-width:414px) {
  .page_banner {
    padding: 1rem 1rem;
  }
}

/*999*/
/**/
.point_card .card-header {
  color: #5e5f66;
  font-weight: bold;
  font-size: 1.375rem;

}

.point_card .card-link {
  color: #4e72a8;
}

.point_card .card-link:hover {
  color: #35578a;
}

.h-100 {
  height: 100% !important;
}

/*point_ul--------------------------*/
.point_ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.point_ul>li {
  position: relative;
  display: block;
  float: left;
  width: 23%;
  margin: 1%;
  border: 1px #ddd solid;
  border-radius: 4px;
  text-align: center;
  height: 370px;
}

.point_ul_header {
  display: block;
  color: #515153;
  font-size: 20px;
  font-weight: bold;
  background: #f2f2f3;
  padding: 8px;  
}

.point_ul_body {
  display: block;
  padding: 12px 8px;
  color: #38383b;
}

.point_title {
  font-size: 16px;
  display: block;
  padding: 6px 0;
}

.point_tel {
  font-size: 24px;
  color: #ff793b;
  padding: 0 0 8px 0;
}

.point_tel a {
  color: #ff793b;
  text-decoration: none;
}

.point_tel a:hover {
  color: #ff623b;
}


.point_address1 {
  font-size: 15px;
  padding: 0;
  margin: 0 0 5px 0;
}

.point_address2 {
  font-size: 15px;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
  height: 3em;

}
.point_img_row{
  display: block;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
}

.point_img_row a{
  display: inline-block;
}

.point_img{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;  
  background-size: cover;
  background-position: center;
  margin: 1px;
  vertical-align: top;
  
}

.point_img2{
  position: absolute;
  top: 0;
  left: 0;
  background:rgba(0, 0, 0, 0.5);
  display: block;
  width: 60px;
  height: 100%; 
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 55px;
}


.point_ul_icon {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
}

.point_icon {
  border-top: 1px #ddd solid;
  font-size: 14px;
}

.point_icon i {
  display: inline-block;
  padding-right: 5px;
}

.point_icon a {
  color: #206eb8;
  text-decoration: none;
  display: block;
  padding: 8px;
  -moz-transition: background 500ms;
  -o-transition: background 500ms;
  -webkit-transition: background 500ms;
  background: #fff;
}

.point_icon a:hover {
  background: #f1f1f1;
}

@media(max-width:1024px) {
  .point_ul>li {
    width: 31.33%;
    margin: 1%;    
  }
}

@media(max-width:768px) {
  .point_ul>li {
    width: 46%;
    margin: 2%;
  }
}


@media(max-width:580px) {
  .point_ul>li {
    height: 360px;
  }
  .point_img{
    width: 50px;
    height: 50px;  
  }
}

@media(max-width:500px) {
  .point_ul>li {
    width: 98%;
    margin: 1%;
  }
}


.alert-white {
    color:#3c3c3f;
    background-color: #fff;
    border-color: #ccc
}

    .alert-white hr {
        border-top-color: #ccc
    }

    .alert-white .alert-link {
        color: #3c3c3f;
    }

/*999*/
.point_alert.alert {
  margin: 40px 1% 10px 1%;
}

@media(max-width:768px) {
  .point_alert.alert {
    margin: 25px 2% 10px 2%;
  }
}

@media(max-width:414px) {
  .point_alert.alert {
    margin: 20px 1% 20px 1%;
  }
}




/*公司簡介-----------------------------------------------------*/
.about_box {
  display: block;
  margin: 2rem 0;
  padding: 0 1rem;
}

.about_title_row {
  display: block;
}

.about_title {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  color: #505053;
  border-bottom: 2px #b80f0f solid;
  padding-bottom: 10px;
}

.about_title2 {
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: #505053;
  margin: 2rem 0;
  text-align: center;
}

.about_box p {
  font-size: 15px;
  line-height: 1.8rem;
  display: block;
  margin: 1rem 0;
}

/*999*/
.about_icon_row {
  display: block;
  overflow: hidden;
}

.about_icon {
  float: left;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  background: #206eb8;
  color: #fff;
  overflow: hidden;

}


.about_icon img {
  display: block;
  width: 100%;
  height: auto;
}

.about_icon h3 {
  display: block;
  font-size: 24px;
  font-weight: bold;

}

.about_ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.about_ul li {
  display: block;
  padding: 5px 0;
  font-size: 15px;
  line-height: 1.8rem;
}

@media(max-width:1160px) {
  .about_title {
    font-size: 24px;
  }

  .about_title2 {
    font-size: 32px;
  }
}

@media(max-width:768px) {
  .about_title {
    font-size: 20px;
  }

  .about_title2 {
    font-size: 28px;
  }

  .about_box {
    margin: 1.5rem 0;

  }
}

@media(max-width:414px) {
  .about_title {
    font-size: 18px;
  }

  .about_title2 {
    font-size: 24px;
  }

  .about_box {
    margin: 1rem 0;
    padding: 0 0.5rem;
  }
}

/*車款介紹=========================================================*/
.car_row{
  display: block;
  margin: 50px 0;
}
.car_row img{
  width: 100%;
  height: auto;
}
.bxslider2_row{
  display: block;
  margin: 50px 30px;
}

.bxslider2{

}
.bxslider2 li > img{
  border: 1px #ddd solid;
 
}

.bxslider2 li .caption{
  text-align: center;  
  
}
.bxslider2 li .caption h3{
  font-size: 18px;
  font-weight: bold;
  margin:12px 0;
}
.bxslider2 li .caption p{
  font-size: 15px;
  margin:12px 0;
}


/*產品註冊表單==============================================*/
.register_form_text{
  display: block;
  padding: 2em 0 0 0;
}


.register_form{
display: block;
width: 100%;
margin: 15px auto;
overflow: hidden;
border:1px #ddd solid;
padding: 16px;
}

.register_form .text-danger{
  color: #b80f0f;
  font-size: 15px;
}
.register_form_row{
  float: left;
  width: 98%;
  margin: 1%;
  display: block;  
}
.register_form_row_all{
  display: block;
  overflow: hidden;
}

.register_form_row_s{
  float: left;
  width: 48%;
  margin: 1%;
  display: block;  
}

.register_form_row_ss{
  margin-top: 35px;
}
.register_form_row.row_inline label,
.register_form_row.row_inline .ctrol{
  display: inline-block;
}
.register_form_row.row_inline .ctrol input,
.register_form_row.row_inline .ctrol label{
  display: inline-block;
  padding: 0 6px;
}

.reg_row{
  display: block;
  width: 100%;  
}
.reg_row_1{
  float: left;
  width: 16%;
  margin-right: 1%;
}
.reg_row_2{
  width: 66%;
  float: left;
}

.reg_row_tel{
  position: relative;
  display: block;
  width: 100%;  
}
.reg_row_tel01{
  float: left;
  width: 6em;
}
.reg_row_tel02{
  margin-left: 6em; 
}
.reg_row_tel01 label,.reg_row_tel01 input{
 display: inline-block;
}
.reg_row_tel01 input{
  width: 4.5em;
}

.upload_row input{
width: auto;
display: inline-block;
}

.radio-inline2{
  list-style:none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.radio-inline2 li{
  padding:5px;
  display: inline-block;
}
.radio-inline2 li input[type=checkbox],
.radio-inline2 li input[type=radio]{
  display: inline-block;
  margin-right: 5px;
}

#ValidationSummary1 ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
#ValidationSummary1 ul li{
color: #b80f0f;
display: block;
}

@media(max-width:768px){
  .reg_row_1:first-child{
    float: left;
    width: 49%;
    margin:1% 1% 1% 0;    
  }

  .reg_row_1:nth-child(2){
    float: left;
    width: 49%;
    margin:1% 0 1% 1%;
  }
  
  .reg_row_2{
    display: block;
    width: 100%;
    float: none;
    padding-top: 1%;
  }
}

@media(max-width:540px){
  .register_form_row,
  .register_form_row_s{
    float: none;
    width: 100%;
    margin: 10px 0;
    display: block;  
  }
}

@media(max-width:414px){
  .reg_row_1{
    float: none;
    width: 100%;
    margin:5px 0;    
  }

  .reg_row_1:first-child{
    float: none;
    width: 100%;
    margin:5px 0;       
  }

  .reg_row_1:nth-child(2){
    float: none;
    width: 100%;
    margin:5px 0;    
  }


  
  .reg_row_2{
    display: block;
    width: 100%;
    float: none;
    padding-top: 1%;
  }
}



/*保固頁面----------------------------*/
.warranty_row{
font-size: 15px;
line-height: 1.8em;
}

.warranty_row h4{
  font-size: 20px;
  font-weight: bold;
  color: #3c3c3f;
  margin:2em 0 0.5em 0;
}

.warranty_row .td01{
  text-align: center;
  background: #f0f0f0; 
}

.warranty_row .table tr td{
padding:16px 10px;
}


/*首頁滾動區,手機版--------------------------------------------*/
.ind_news_list{
display: block;
list-style: none;
list-style-type: none;
margin: 0 5%;
padding: 0;
}
.ind_news_list li img {
  border: 1px #ccc solid;
  width: 100%;
  height: auto;
}
.ind_news_list li  {
display: block;
}

.ind_news_list li a {
  text-decoration:none;
}

.ind_news_list li .caption{
  text-align: left;  
}

.ind_news_list li .caption h3{
  font-size: 16px;
  font-weight: bold;
  margin:12px 0;
}

.ind_news_list li .caption p{
  font-size: 15px;
  margin:12px 0;
}

/*ind_modia_list-----------------------------------------*/
.ind_modia_list{
display: block;
margin: 0 2%;
}
.ind_modia_list li{
  display: block;
  }
.ind_modia_list .ind_modia_box{
  margin: 1em 0;
}

/*999*/


/*999*/


/*999*/