@charset "UTF-8";
/* CSS Document */
body {
	font-family: "微軟正黑體", "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background: url(../images/bg.jpg) top center repeat;
	margin: 0 1px;
}
.top_bar {
	position: fixed;
	width: 100%;
	z-index: 9999;
	background: #fff;
}
.top_menu {
	position: relatives;	
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
.navbar-brand {
	width: 10%;
	padding: 10px 0;
	max-width: 140px;
	min-width: 100px;
}
.navbar {
    padding: 0rem 1rem;
}
button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.navbar-toggler {
    padding: .20rem 0rem;
    background-color: transparent;
    border: 0px solid transparent;
}
header {
	position:fixed;
	top:0;
	left:0;
	padding:10px;
	width:100%;
	height:80px;
	background:rgba(255,255,255,0);
	overflow:hidden;
	z-index:999;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
header.smaller {
	height:65px;
	background:rgba(255,255,255,1);
}
#nav-icon{
  width: 40px;
  height: 30px;
  position: relative;
  margin: 10px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
  top: 0px;
}

#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
  top: 12px;
}

#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
  top: 24px;
}

#nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon.open span:nth-child(5) {
  left: 5px;
  top: 17px;
}

#nav-icon.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 17px;
}
.nav-link {
	color: #fff !important;
}
.collapse.show {
    border-top: 1px dotted #ccc;
}
.sub_bar {
	position: relative;
    padding: 5px 0;
    background: #007bff;
	display: none;
}
.sub_menu {
	position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar; 
}
.sub_menu::-webkit-scrollbar {
  display: none; }
.sub_menu a {
	color: #fff;
}
.top_banner {
	margin: 0 auto 30px auto;
    position: relative;
	max-width: 1600px;
    padding-top: 64px;
}
.kv01 {
    position: absolute;
    max-width: 700px;
    width: 46%;
    left: 9%;
    right: 0;
    bottom: 1.7%;
    margin: 0 auto;
}
.chop {
    position: absolute;
    top: 16%;
    left: 0;
    right: 13%;
    z-index: 1;
    max-width: 200px;
    width: 13%;
    margin-left: 14%;
}
.cx_logo {
    position: absolute;
    right: 0;
    width: 28%;
    margin: 0 10px;
    max-width: 333px;
}
.bg_video {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 150%;
    background: #fff;
    opacity: 0.8;
    z-index: 2;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.bg_video.smaller {
	display: none;
}
.video_wrapper {
	position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto 40px auto;
    width: 100%;
    max-width: 940px;
	z-index: 3;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.video_wrapper.smaller {
	position: relative;
	top: auto;
    margin: 0 auto 40px auto;
    width: 100%;
    max-width: 820px;
}
.video_img {
	position: relative;
    width: 52%;
    max-width: 490px;
}
.video_container {
	position: absolute;
    top: 3px;
    right: 0%;
    width: 55%;
    border: 4px solid #fff;
    border-radius: 6px;
    overflow: hidden;
}
.video_title {
	position: absolute;
    top: 37%;
    left: 26%;
    width: 22%;
    max-width: 180px;
}
.wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1200px;
}
.product_list {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.product {
    position: relative;
    float: left;
    margin: 1px 15px 25px 15px;
    width: calc(33.3% - 30px);
    padding-bottom: 16px;
}
.product_img {
	position: relative;
	width: 100%;
}
.t_code {
	margin-bottom: 0 !important;
}
.product_content {
	position: relative;
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
    min-height: 290px;
}
.product_content h2 {
	font-size: 22px;
	color: #431211;
	margin-bottom: 0px;
	font-weight: bolder;
}
.product_content h2 span {
	font-size: 18px;
}
.product_content h3 {
	font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a59892;
}
.product_content p {
	font-size: 15px;
	color: #666;
	margin-bottom: 5px;
}
.product_content ul {
	padding-left: 20px;
	font-size: 13px;
	color: #666;
	line-height: 17px;
}
.product_content ul li {
	margin-bottom: 2px;
}
.product_price {
	position: relative;
    border-top: 1px solid #a59892;
    color: #981b1e;
    text-align: center;
    font-weight: bolder;
    line-height: 24px;
	padding: 5px 0;
}
.product_price span {
    font-size: 12px;
	color: #999;
}
.product_price p {
    font-size: 18px;
	margin-bottom: 0;
}
.product_price b {
    font-size: 32px;
}
.product_btn {
    position: relative;
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.product_btn a {
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    background: #981b1e;
    width: 100%;
    display: block;
    margin: 0px 0 10px 0;
    font-weight: bold;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
}
.product_btn a:hover {
	opacity: 0.7;
}

.sub_content {
	padding-bottom: 45px;
}
.sub_content ul {
	padding-left: 20px;
	font-size: 14px;
	color: #666;
}
.btn-block {
    display: block;
    width: 94%;
    position: absolute;
    left: 3%;
    right: 3%;
    bottom: 1.5%;
}
.btn_pop {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   display: block;
   width: 100%;
   height: 100%;
}
.btn_close {
   position: absolute;
   top: 5px;
   right: 5px;
   z-index: 1;
}
.tnc {
	position: relative;
	margin: 0 auto;
    padding: 20px 10px;
    width: 100%;
    max-width: 1200px;
}
.tnc ul {
	margin-bottom: 0;
	padding-left: 20px;
}
.tnc ul li {
	font-size: 12px;
	color: #333;
}
.foot_bg {
	position: relative;
	width: 100%;
	background: #fff;
}
.footer_bg {
	position: relative;
	width: 100%;
	background: #fff;
}
footer {
	position: relative;
    margin: 0px auto 0 auto;
    padding: 10px;
    width: 100%;
    max-width: 1200px;
    background: #fff;
    font-size: 11px;
    text-align: right;
    /* color: #666; */
    border-top: 0px solid #ccc;
}
footer span {
	white-space: nowrap;
}
.footer01 {
	position: relative;
    float: left;
	margin-right: 3%;
    width: 12%;
    max-width: 141px;
}
.footer02 {
	position: relative;
    float: left;
    padding-top: 12px;
    width: 25%;
    text-align: left;
    font-size: 12px;
    color: #666;
    line-height: 14px;
    font-weight: 300;
}
.footer03 {
	position: relative;
    float: right;
    width: 50%;
    max-width: 590px;
	text-align: right;
}
@media (max-width: 1024px) {
	.top_banner {
		padding-top: 64px;
	}
	.kv01 {
        width: 47%;
        bottom: 1.8%;
	}
	.chop {
        top: 19%;
        left: 1%;
        width: 14%;
        margin-left: 12%;
	}
	.wrapper {
		padding: 0 20px;
		width: 100%;
	}
	.product_img {
		width: 100%;
	}
	.product {
        margin: 1px 10px 0 10px;
        width: calc(50% - 20px);
    }
	.product_btn {
		clear: both;
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	.product_btn a {
		padding: 2px 0;
		margin: 5px 0;
		width: 100%;
		height: auto;
	}
	.footer02 {
		position: relative;
		float: left;
		padding-top: 5px;
		width: 25%;
		text-align: left;
		font-size: 10px;
		color: #666;
		line-height: 12px;
		font-weight: 300;
	}
}
@media (max-width: 968px) {
	.top_banner {
	}
	.cxlogo img {
		width: 38%;
	}
	.kv01 {
	}
	.chop {
	}
}
@media (max-width: 768px) {
	body {
		overflow-x: hidden;
	}
	.cx_logo {
        min-width: 250px;
    }
	.top_banner {
        overflow: hidden;
        width: 100%;
        max-width: none;
        padding-top: 59px;
	}
	.top_kv {
        width: 170%;
        margin: 0 -35% 0 -35%;
        position: relative;
	}
	.kv01 {
        width: 78%;
        bottom: 1.7%;
	}
	.chop {
        width: 18%;
        top: 13%;
        left: 1%;
        margin-left: 1%;
	}
	.r_img .product_img {
   		width: 100%;
	}
	.product_img {
		width: 100%;
	}
	.product_content {
		width: calc(100% - 0px);
        min-height: 360px;
    }
	.product_btn {
    	font-size: 18px;
		padding: 5px 0;
	}
	.product_btn a {
		padding: 8px 0;
		margin: 5px 0;
		width: 100%;
		height: auto;
	}
	footer {
        text-align: center;
    }
	.footer01 {
		display: none;
	}
	.footer02 {
		position: relative;
		float: none;
		padding-top: 12px;
		width: 100%;
		text-align: left;
		font-size: 12px;
		color: #666;
		line-height: 14px;
		font-weight: 300;
		text-align: center;
	}
	.footer03 {
		position: relative;
		float: none;
		width: 100%;
		margin: 0 auto;
		max-width: 590px;
		text-align: center;
	}
}
@media (max-width: 576px) {
	.top_banner {
		padding-top: 60px;
	}
	.cxlogo img {
		width: 53%;
	}
	.intro {
    font-size: 16px;
	}
	.top_kv {
        width: 220%;
        margin: 0 -60% 0 -60%;
        position: relative;
    }
	.kv01 {
        width: 92%;
        bottom: 1.6%;
    }
	.chop {
        width: 30%;
        top: auto;
        bottom: 2%;
        left: 1%;
        margin-left: 1%;
    }
	.video_wrapper.smaller {
        position: relative;
        top: auto;
        margin: 0 auto 48vw auto;
        width: 100%;
        max-width: 820px;
    }
	.video_img {
        position: relative;
        margin: 0 auto;
        width: 75%;
    }
	.video_container {
        position: absolute;
        top: 75%;
        left: 0;
        right: 0%;
        margin: 0 2%;
        width: 96%;
    }
	.video_title {
        position: absolute;
        top: 35%;
        left: 51%;
        width: 35%;
        max-width: 180px;
    }
	.wrapper {
		width: 100%;
		margin: 0 auto;
		position: relative;
		padding: 0 10px;
	}
	.product {
		margin: 1px auto 0 auto;
		width: calc(100% - 2px);
	}
	.product_content {
		width: 100%;
		min-height: inherit;
	}
	.product_img {
		width: 100%;
		max-width: fit-content;
	}
	.r_img .product_img {
		width: 100%;
		float: none;
		max-width: fit-content;
	}
	.product_btn {
    	font-size: 20px;
	}
	.product_btn a {
		width: 100%;
	}
	.product_img {
		width: 100%;
	}
}