h1,h2,h3,h4,h5,h6,p,a {
	font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
	color: #060606;
}
a:focus, a:hover {
    color: #848484;
}
body{
    background-color: #fff;
}
p,body{
    font-size: 16px;
}
img{
    max-width: 100%;
}
.logo_text{
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	padding: 8px 15px;
    line-height: 32px;
	//text-shadow:2px 2px 2px #000;
}
.logo_text img {
    height: 42px;
    float: left;
    margin-top: -4px;
    margin-right: 6px;
}
.navbar-inverse .navbar-brand {
    color: #4a4a4a;
}
.navbar-inverse {
    background: rgb(255 255 255);
	border-bottom: 0px solid #fff;
    //background: rgb(53,68,104);
    //background: -moz-linear-gradient(top, rgba(53,68,104,1) 0%, rgba(68,105,136,1) 100%);
    //background: -webkit-linear-gradient(top, rgba(53,68,104,1) 0%,rgba(68,105,136,1) 100%);
    //background: linear-gradient(to bottom, rgba(53,68,104,1) 0%,rgba(68,105,136,1) 100%);
    //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#354468', endColorstr='#446988',GradientType=0 );
}
.navbar-inverse .navbar-nav>li>a {
    color: #4a4a4a;
}
.box_w{
	//border-right: 1px solid #71ac74;
    //border-left: 1px solid #71ac74;
	background: #FFF;
	//border-radius: 15px;
	//background: linear-gradient(to bottom, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 5%);
	//border: 3px solid #FFF;
	padding: 20px 40px 60px;
	//margin-top: 50px;
}
.header_img{
	background: url(../img/1920.jpg) no-repeat center top;
	text-align: center;
}
.red_img{
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.bg-header{
	color: #2b2b2b;
	font-weight: bold;
	line-height: 24px;
	font-size: 24px;
    //background-color: #F42C04;
    padding: 6px;
	border: 0px solid #ffffff;
	text-align: center;
	margin-top: 0px;
	position: relative;
}
.bg-header small{
	color: #fff;
	background: #000;
	padding: 2px 0px;
    border-radius: 50px;
	font-size: 0px;
	vertical-align: super;	
    //display: none;
	position: absolute;
    left: 0;
    right: 0;
    width: 40px;
    margin: auto;
    bottom: 40px;
}
.bg-h4{
	color: #2d4c78;
	font-weight: bold;
}
.line_mo{
	background-color: #446988;
    height: 5px;
    display: block;
    margin: 20px 0px;
    margin-left: -53px;
    margin-right: -53px;
    border-top: 2px solid #234867;
    display: none;
}
.news_text{
   color: #282c47;
   font-weight: bold;
   font-size: 26px;
}
.news_box .news_text{
   color: #060606;
   height: 116px;
}
.news_box h4 small,.news_box a{
   color: #060606;
}
footer{
	//background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
	//background-color: #4b4b4a;
    padding: 10px 0px;
	//border-top: 1px solid #fff;
	margin: 40px -15px 0px;
}
footer p,footer a{
	color: #FFF;
}  
.border-img{
  // border-image: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(22,121,160,1) 100%) 1 1 stretch;
}
.footer_link{
    text-align: right;
}
.footer_link a{
	margin: 0px 10px;
	display:block;
}
.footer_link a:hover{
	color: #d8d8d8;
	text-decoration: none;
}
.footer_link h4{
	color: #fff;
}
.a_img{
	width:100%;
	margin-bottom:15px;
}
.a_ul {
	color: #ff6600;
	font-size: 18px;
	line-height: 1.8em;
	font-weight: bold;
}
.bg-h2 {
    color: #146e96;
    font-size: 24px;
    margin-top: 10px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3),-1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
.more_img{
	display:none;
}
.rwd-img{
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.rwd-img img{
    position: absolute;
    max-width: 100%;
	/*border: 4px solid #4970b9;
    padding: 5px;
	border-radius: 30px;*/
}
.text_p{
   //height: 68px;
   font-size: 28px;
   color:#000;
}
.navbar-inverse .navbar-toggle {
    border-color: #a5a5a5;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #000;
}
a:focus, a:hover {
	text-decoration: none;    
}
.btn-success:hover,.btn-primary:hover,.car_box .btn:hover,.member_box .btn:hover {
    color: #181818;
    background-color: #d0d0d0;
    //border-color: #fff;
	border: 0px solid #ff5a58;
}
.btn-success,.btn-primary,.car_box .btn,.member_box .btn{
    color: #ffffff;
    border: 0px solid #88c6f8;
    text-align: center;
    padding: 12px 25px;
    border-radius: 0px;
    background-color: rgb(0 0 0);
    font-size: 16px;
    //width: auto !important;
}
.footer_box{
	background-color: #07b0c8;
	padding: 10px 0px 80px;
	//border-top: 30px dashed #636363;
}
header.carousel {
    height: auto;
	display: none;
}
.news_box {
    width: 25%;
    float: left;
	padding:10px;
}
.news_box a{
    display:block;
    //border: 1px solid #dadada;
    padding: 50px 32px;
	//background: #1b5a8d;
	//border-radius: 12px;
	text-align: center;
    border: 2px solid #CCC;
}
.no_mod{
	display:none !important;
}
.c_dl{
	font-size: 18px;
	font-weight: bold;
	color: #F90;
}
.h2_text a{
	font-size: 38px;
    color: #060606;
	font-weight: bold;
}
.h4_text{
	font-size: 50px;
    color: #060606;
	font-weight: bold;
}
.p_text{
    font-size: 16px;
}
.sort_box{
    margin-bottom: 20px;
}
.sort_box .owl-item{
    //background-color: #f48904;
	//border-radius: 5px;
	border-right: 2px solid #060606;
    border-radius: 0px;
    text-align: center;
	font-size: 20px;
	padding: 5px;
}
.sort_box .owl-item button{
	color: #060606;
	background-color: rgb(0 0 0 / 0%);
	border: 0px none #FFF;
}
.sort_box .owl-carousel .nav-button{
    margin: 0px;
	top: 7px !important;
	height: 25px;
    width: 25px;
	line-height: 20px;
}
.sort_box .owl-carousel .owl-prev {
    left: -30px;
}
.sort_box .owl-carousel .owl-next {
    right: -30px;
}
.member_box .panel {
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    //box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
    border: 4px solid #4b4b4a;
    color: #666;
	margin: 25px 0px;
    border-radius: 15px;
}
.car_box .panel {
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    //box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
    border: 4px solid #4b4b4a;
    color: #666;
	margin: 25px 0px;
    border-radius: 15px;
}
.buy_box{
	margin-top: 35px;
	border-top: 1px solid #dedede;
	padding-top: 20px;
}
.buy_box:after{
    content:"";
	clear: both;
	display: block;
}
.buy_box h4 strong{
    color: #b11e22;
    font-size: 24px;
    font-weight: 500;
}
.buy_box .numbers-row-news {
    border: 1px solid #ebebeb;
    float: left;
    margin-right: 10px;
    margin-top: 15px;
    padding: 3px 10px;
}
.buy_box .addtocart2 {
    background: rgb(0, 0, 0) none repeat scroll 0 0;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin: 11px auto auto;
    padding: 5px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.buy_box .addtocart3{

    background: rgb(121, 121, 121) none repeat scroll 0 0;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin: 11px 10px auto;
    padding: 5px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

}


.link_box_02{
	padding:15px 0px;
}
.link_box_02 .fb_iframe_widget{
    vertical-align: middle !important;
}
.link_box_02 .line-it-button {
    vertical-align: middle !important;
}
.link_box_02 .btn {
    height: 20px;
    vertical-align: bottom;
    font-size: 12px;
    padding: 0px;
    width: 50px;
    margin: 5px 0px 0px;
    color: #fff;
    background-color: #666;
}
.search_box{
	position:relative;
	height:60px;
}
.search_box #search{
	position: absolute;
    top: 0px;
    right: 0px;
    width: 500px;
    margin: auto;
    left: 0px;
}
.search_box #search input,#search button{
	//height:40px
}
.search_box .sidebar-search .btn-default {
    color: #fff;
    background-color: #ff5a58;
    border-color: #ff5a58;
}
.search_box .form-control {
    border: 1px solid #ff5a58;
}
.footer_link_02{
    list-style: none;
	margin-top: 8px;
    margin-bottom: 8px;
	padding: 0;
}
.footer_link_02>li {
    display: inline-block;
	padding: 0px 10px;
}
.bk_bt{
    font-size: 16px;
    color: #181818;
    border: 0px solid #4aafff;
    text-align: center;
    padding: 5px 0px;
    border-radius: 40px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #fff;
}
.panel-default>.panel-heading {
    color: #393939;
    background-color: #fff;
    border-color: #ddd;
    border-radius: 15px 15px 0px 0px;
}
.line_link{
    position: fixed;
    top: 75px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    right: 24px;
	box-shadow: 0 4px 12px 0 rgb(0 0 0 / 15%);
}
.line_link a{
    color: #00c300;
	font-size: 24px;   
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #2589c3;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #2589c3;
}
.btn-warning:hover {
    color: #181818;
    border: 0px solid #ff5a58;
	background-color: #fff;
}
.pagination>li>a, .pagination>li>span {
    border: 2px solid #88c6f8;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #88c6f8;
    border-color: #88c6f8;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #181818;
    border: 2px solid #ff5a58;
	background-color: #fff;
}
.list-social-icons a{
	color:#4970b9;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #828282;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    color: #ffffff;
    border: 0px solid #88c6f8;
    text-align: center;
    padding: 12px 25px;
    border-radius: 0px;
    background-color: rgb(0 0 0);
    font-size: 16px;
    //width: auto !important;
}
.dropdown{
    position: inherit !important;
}
.dropdown-menu{
    padding: 10px 0;
	font-size: 18px;
}
.dropdown-menu>li>a {
    padding: 8px 20px;
}
.dropdown-menu.img_mod{
    width: 100%;
	text-align:center;
}
.dropdown-menu.img_mod li{
    display: inline-block;
	padding: 25px 34px;
}
.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
}
.dropdown.no_img.no_img{
	position:relative !important;
}
.catbar {
    padding: 5.72917vw 3.33333%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    overflow: hidden;
}
.catbar a {
    width: 25%;
    text-align: center;
    position: relative;
}
.catbar a figure img {
    width: 9.375vw;
    height: 9.375vw;
    min-width: 80px;
    min-height: 80px;
}
.catbar a figure figcaption {
    margin-top: -15px;
}
.catbar a::after {
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    width: 1px;
    height: 80%;
    background-color: #efeff1;
}
.dm_text {
    padding: 10px 0px 18px;
    letter-spacing: .1em;
}
.dm_box .col-md-6,dm_box .col-md-12{
    overflow: hidden;
}
.dm_box a {
    display: block;
    overflow: hidden;
}
.dm_box a img {
    display: block;
    width: 100%;
    transition: all .3s;
}
.dm_box a:hover img {
    transform: scale(1.04);
}
.title_big{
    padding: 205px 0px 50px;
}
.title_big h1{
    font-size: 70px;
}
.services_box{
   padding: 120px 230px;
}
.no_p{
   padding:0px;
}
.img_bg_box{
   background-color: #fafafa;
   padding: 0px 0px 20px;
   text-align: center;
}
.filter {
    font-size: 14px;
    padding: 20px 0;
    position: relative;
}
.filter .name {
    margin-right: 1.45833vw;
    color: #777;
}
.filter ul {
    margin-top: 6px;
    overflow: hidden;
}
.filter ul li {
    width: 7.8125vw;
    min-width: 120px;
    cursor: pointer;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 10px 0;
    margin-right: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}
.filter ul li.active,.filter ul li:hover {
    border-color: #000;
}
.filter .name {
    margin-right: 1.45833vw;
    color: #777;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 0px solid #ddd;
	border-bottom: 3px solid #000;
    border-bottom-color: #000;
}
.top_m_30{
    margin-top: 30px;
}
.list-group.dl_list .list-group-item{
    padding: 25px 15px;
}
.list-group.dl_list .list-group-item a{
    font-size: 18px;
	transition: all 0.5s;
	display: block;
}
.list-group.dl_list .list-group-item a:hover{
    transform: translate(30px,0px);
}
.faq_list .panel-title>a {
    font-size: 18px;
    padding: 10px 0px;
    display: inline-block;
}
.faq_list .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    font-size: 18px;
}
.faq_list .panel-default>.panel-heading {
    color: #393939;
    background-color: #eaeaea;
    border-color: #ddd;
    border-radius: 0px;
}
.honor_box .rwd-img {
    padding-bottom: 60%;
}
.logo_img{
   display: inline-block;
   width: 180px;
}
.img_res{
    max-width: 100%;
	display:inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.goods_box img{
	width:100%;
}
header.carousel .fill {
    padding-bottom: 46.8%;
}
.logo_img .rwd_h{
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

/*owl-carousel*/
.carousel-wrapper {
  width: 1000px;
  margin: auto;
  position: relative;
  text-align: center;
  font-family: sans-serif;
}

.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #5110e9;
}


.owl-carousel .item {
  text-align: center;
}

.owl-carousel .nav-button {
  height: 50px;
  width: 25px;
  cursor: pointer;
  position: absolute;
  top: 50% !important;
  line-height:50px;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}

.owl-carousel .owl-prev {
  left: 0px;
}

.owl-carousel .owl-next {
  right: 0px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 40px;
  background: rgb(0 0 0 / 50%);
  border-radius: 3px;
  padding: 0px;
}

.owl-carousel .prev-carousel:hover {
  background-position: 0px -53px;
}

.owl-carousel .next-carousel:hover {
  background-position: -24px -53px;
}

@media (min-width: 1400px){
.container {
    width: 1380px;
}
}

@media (min-width: 1500px){
.container {
    width: 1480px;
}
}

@media (min-width: 1600px){
.container {
    width: 1580px;
}
}

@media (min-width: 1700px){
.container {
    width: 1680px;
}
}

@media (min-width: 768px){

.navbar-nav>li>a {
    //padding: 4px 30px;
}
.navbar-right {
    float: left!important;
}
#search {
    position: absolute;
    top: 7px;
    right: 15px;
    width: 180px;
    margin: auto;
}
.navbar-inverse .navbar-collapse{
    padding-right: 150px;
}

}

@media (max-width: 1499px){
.services_box {
    padding: 120px 160px;
}

}

@media (max-width: 1399px){
.services_box {
    padding: 120px 60px;
}

}

@media (max-width: 1199px){
.services_box {
    padding: 120px 0px;
}

}


@media (max-width: 767px){

.box_w {
    border-radius: 0px;
	padding: 20px 15px;
}
footer{
    text-align: center;
}
.footer_link {
    text-align: center;
}
.search_box #search{
	width: 280px;
}
.news_box {
    width: 100%;
}
.dropdown-menu.img_mod{
	display:none;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 10px 15px 10px 25px;
}
.title_big {
    padding: 50px 0px 25px;
}
.title_big h1 {
    font-size: 50px;
}
.catbar{
    display: block;
}
.catbar a{
    display: inline-block;
    width: 49%;
}


}
