/* CSS Document */
@import url(font-awesome/css/font-awesome.min.css);

body {
	-webkit-text-size-adjust: 100%;
	margin: 0;
	text-align: center;
	font-family: Microsoft JhengHei, Georgia, sans-serif;
	font-size: 15px;
	color: #000000;
	line-height: 24px;
}

img {
	border: 0;
}


/* Reset ================================================================================= */

a {
	text-decoration: none;
	color: #414141;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

a:hover {
	color: #414141;
	text-decoration: none;
}

* {
	margin: 0;
	padding: 0;
	/*list-style: none;*/
	-webkit-box-sizing: border-box;
 /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
    /* Firefox, other Gecko */
	box-sizing: border-box;
         /* Opera/IE 8+ */
}

input, button, select, textarea {
    border: 1px solid #999;

}

.main-Box, .top-Box, .menu-Box, .banner-Box, .content-Box, .content2-Box, .footer-Box, .copyright-Box {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	clear: both;
}
input.button2 {
	width: 100px;
	padding: 5px;
	margin-right: 15px;
	background-color: #626262;
	color: #fff;
}
input.button2:hover {
	background-color: #fff;
	color: #626262;
}


.mb-30 {
	margin-bottom: 30px;
}
.mb-100 {
	margin-bottom: 100px;
}


.after-0:after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	text-indent: -99999px;
}

.after-5:after {
	clear: both;
	display: block;
	content: "";
	height: 5px;
	text-indent: -99999px;
}

.after-10:after {
	clear: both;
	display: block;
	content: "";
	height: 10px;
	text-indent: -99999px;
}

.after-15:after {
	clear: both;
	display: block;
	content: "";
	height: 15px;
	text-indent: -99999px;
}

.after-20:after {
	clear: both;
	display: block;
	content: "";
	height: 20px;
	text-indent: -99999px;
}

#gotop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
}

#gotop a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	padding-top: 6px;
	color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background: #fff;
}

#gotop a:hover {
	color: #000;
	opacity: 1;
	filter: alpha(opacity=80);
}

/*
.banner {
	background: url(../images/banner.png) no-repeat top center;
	background-size: cover;
}*/

.owl-controls {
	display: none !important;
}

.index-main-bg {
	background: linear-gradient(90deg, #ffffff 0%, #d1d1d1 100%);
	background: -moz-linear-gradient(90deg, #ffffff 0%, #d1d1d1 100%);
	background: -webkit-linear-gradient(90deg, #ffffff 0%, #d1d1d1 100%);
	background: -o-linear-gradient(90deg, #ffffff 0%, #d1d1d1 100%);
}

.index-main {
	padding: 40px 24px;
}

h1, .title01 {
	color: #000000;
	font-size: 28px;
	padding-bottom: 16px;
	text-transform: uppercase;
	line-height: 26px;
	font-weight: normal;
}

.index-about {
	float: left;
	width: 40%;
	padding-right: 30px;
}

.index-pro {
	float: left;
	width: 60%;
}

.index-pro li {
	float: left;
	width: 33.333%;
	padding-right: 15px;
}

.index-pro li div {
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

.index-pro li div span {
	display: block;
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,.7);
	bottom: 0;
	padding: 10px 0;
	text-align: center;
	z-index: 2;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.index-pro li div span font {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.index-pro li div span i {
	display: block;
	padding-top: 6px;
}

.index-pro li div:hover span {
	padding: 30px 0;
}

.videobox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.videobox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.service-info {
	background: #f2f2f2;
	font-size: 13px;
}

.service-info-bg {
	background: url(../images/service-center.jpg) no-repeat top left;
	background-size: contain;
}

.service-right {
	float: right;
	width: 50%;
	padding: 70px 34px 60px 34px;
	text-align: left;
}

.service-right a {
	color: #333;
}

.service-right a:hover {
	text-decoration: underline;
}

.service-right div {
	padding-bottom: 13px;
	color: #333333;
	display: table;
}

.service-right div:last-child {
	display: block;
}

.service-right div i {
	display: table-cell;
	padding-right: 10px;
	color: #1d1d1d;
	font-size: 18px;
	padding-top: 0px;
}

.service-right div span {
	display: table-cell;
}

.service-info-pto {
	display: none;
}

/*own*/
.flickr {
	width: 100%;
	text-align: center;
	padding: 16px;
}
.flickr ul {
	margin-left: -12px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.flickr ul li {
	float: left;
	width: 82px;
	height: 82px;
	margin-left: 12px;
	margin-bottom: 12px;
}
.flickr img {
	width: 82px;
	padding: 8px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #7a7f86;
}
.flickr img:hover {
  opacity: 0.8;
}
.dul{
	width: 82px;
	height: 82px;
	margin-left: 6px;
	margin-bottom: 12px;
	display: inline;
	line-height: 100px;
}

.home-about .img {
    position: relative;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 2px #e6e6e6;
}
.home-about .img:hover {
    opacity: .5;
}

.home-about .img img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.home-about .text .heading {
    margin-top: 15px;
    color: #232323;
    font-size: 36px;
    font-weight: bold;
	background: #FFF;
    padding: 10px 20px;
}
.box-border {
    display: inline-block;
    width: 100%;
    height: 1px;
    /*background: #FFEB3B;*/
}
.home-about .text span.box-border {
    width: 250px;
}

.our-best .text p {
    color: #333;
    margin-bottom: 0;
    margin-top: 25px;
    line-height: 1.428em;
	letter-spacing: .02em;
    font-size: 15px;
}
.our-best .text {
    margin-top: 30px;
    position: relative;
}
.heading {
	margin: 30px 0 10px 0;
	color: #232323;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;        
}
.index_main_area {
	padding: 50px 0 170px 0;
	margin-bottom: 30px;
	background-image: url(../images/index_main_bg.png);	
	background-repeat: no-repeat; 
	background-position: left bottom;
}
.index_product_content {
	font-size: 13px;
	height: 100px;
	overflow: hidden;
}
.more_link  {
	margin-top: 5px;
}
.more_link a {
	color: #FFF;
	background-color: #595959;
	padding: 5px 20px;
	margin: 10px 0;
	font-size: 15px;
	display: block;
	text-align: center;
}
.more_link a:hover{
    background-color: #0078ff;
}
#news_con_img {
  margin:20px auto;
  background-color: #ccc;
  overflow: hidden;
}
#news_con_img img:hover {
  -webkit-transform: scale(1.5);	
  -webkit-transition: 1s;
}
.news_list_area {
	margin: 20px 0 0 0;
}
.news_date {
	color:#fff;
	font-size: 13px;
	background-color: #636363;
	text-align: center;
	padding: 0 15px;
	border-radius: 15px;
	width: 100px;
}
.news_list_title {
	color: #155dae;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
}
.news_list_title a {
	color: #155dae;
	text-decoration: underline;
	font-size: 18px;
}
.news_list_title a:hover{
	color: #F00;
	text-decoration: none;
}
.news_con_content {
	width: 100%;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_list_shtext {
	height: 10vh;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    margin-top: 20px;
}
.our-best .text ul {
    list-style: none;
    padding-left: 0;
    margin-top: 25px;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 0;
    display: table;
}
.our-best .text ul li {
    margin-top: 15px;
    color: #232323;
    font-weight: 500;
    width: -moz-calc(50% - 1px);
    width: -o-calc(50% - 1px);
    width: -webkit-calc(50% - 1px);
    width: calc(50% - 1px);
    font-size: 14px;
    display: inline-block;
    padding-right: 15px;
    margin-bottom: 15px;
}
.our-best .text ul li img {
    margin-right: 17px;
	max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}
.accomd-modations-room_1 {
    border: 1px solid #f3da00;
}
.accomd-modations-room_1 .img {
    position: relative;
}
.accomd-modations-room_1 .img a {
    display: inline-block;
    overflow: hidden;
}
.accomd-modations-room_1 .img img {
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
	max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}
.accomd-modations-room_1:hover img {
    transform: scale(1.1);
}
.accomd-modations-room_1 .text {
    margin-top: 20px;
}
.accomd-modations-room_1 .text h2 {
    text-transform: uppercase;
    font-size: 24px;
    padding: 0 17px;
}
.accomd-modations-room_1 .text h2 a {
    color: #333333;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.accomd-modations-room_1 .text .desc {
    color: #333333;
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.5em;
    margin-top: 5px;
    padding: 0 17px;
	etter-spacing: .02em;
	margin: 0 0 10px;
}
.accomd-modations_1 .heading {
    margin-bottom: 20px;
	margin-top: 10px;
}
.section-home-about {
    padding-top: 50px;
	padding-bottom: 20px;
}
.section-home-about2 {
    padding-top: 50px;
}

.index-main-bg_Y{
	background: -webkit-linear-gradient(90deg, #ffffff 0%, #fffa50 100%);
}
.index-main-bg_Y_tur{
	background: -webkit-linear-gradient(270deg, #ffffff 0%, #fffa50 100%);
}
.bg-white {
    background-color: #fff;
}
.bg-Y {
    background-color: rgba(255, 240, 0,0.4);
}
.page_left_menu{
	display:block;
	color:#fff;
	background: url(../images/menu_bg.jpg);
	background-repeat: repeat-x; 
	background-size:100% 190px ;
	vertical-align:middle;
	border: 1px solid #cbcbcb;
	
}
.left_title {
	font-size: 24px;
	text-align: center;
	background-color: #d4d3d2;
	padding: 15px;
}
.left_title_right{
	margin-top: 30px;
}
.left_title_right span{
	color:#000;
	text-transform:uppercase;
	vertical-align: middle;
}
.autitle{
	text-transform:uppercase;
}
.left_menu{
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #ccc;
}

.left_menu::before {
	content:"+";
	color: #a7a7a7;
}

.main_tit:hover {
	color: #C00;
}
.left_menu_chi{
	float: left;
	word-break: break-all;
	display:none;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-left: 25px;
}
.left_menu_chi span > a{
	color:#187DFF;
	word-break: break-word;
}
.left_dis_bl{
	display:block;
}
.left_menu_area{

}
.au041lvm4{
	float:right;
	padding-bottom: 30px;
	font-size: 13px;
}
a.main_tit_chi_link {
    color: #5f5f5f;
}
a.main_tit_chi_link:hover {
	color: #39C;
	text-decoration: underline;
}

.main_tit_chi::before {
    content: "> ";
	color: #5f5f5f;
}

.autitle{
	font-size:30px;
	color:#000;
	vertical-align: middle;
	padding-left: 10px;
	font-weight: 600;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}
.autitle_con{
	padding-left: 30px;
	font-weight: bold;
}
.autitle_con2{
	font-weight: bold;
	margin: 20px 10px;
}
.pa0{
	padding:0;
}
.conpad20{
	padding-top: 10px;
}
.cona{
	width:60%;
}
.conb{
	width:70%;
}
.conarea{
	margin: 5px 0;
}
.con_mes{
	color:#000;
	float: right;
	padding-top: 200px;
}
.clear{
	clear: both;
}
.pand20{
	padding-bottom:20px;
}
.pand5{
	padding-bottom:5px;
}
.pand2{
	padding-bottom:2px;
}
.proname{
	text-align:center;
}
.prosh img{
	width: 100%;
}
.prosh img:hover {
	-webkit-transform: scale(1.1);
    -webkit-transition: 1s;
}
.product-img {
	width: 240px;
	background-color: #f0f0f0;
    overflow: hidden;
}

.car_tit{
	background: #E3E3E3;
	border: solid 1px #fff;
	text-align: center;
	padding: 0;
	height: 50px;
	vertical-align: middle;
	line-height: 50px;
}
.car_con{
	text-align:center;
	height:55px;
	line-height:50px;
	vertical-align:middle;
	padding: 0;
	border-bottom: 1px solid #c9c9c9;
}
.car_con_name{
	text-align:left;
}
.car_con img{
	/*width:60px;*/
	height: 50px;
}
.sand_hr{
	margin: 12px 0;
    border-top: 1px solid #000;
}
.delno{
	display:black;
}
.youtubecss{
	height:315px;
}
.procon ul{
	padding-left: 40px; 
}

.news_con{padding-left:20px;padding-top:20px;}
.news_list{
	margin-top: 20px;
}   
.news_list a{ padding: 0;}
.news_list span{ float:right;padding-left:10px;}
.news_num{padding-top:20px;}

.menu li > .nowpage{
	color: #CCC;
	border-bottom: 2px solid #ccc;
	padding-bottom: 5px;
}


.mobile_left_menu {
	display:  none;
	margin-top: 70px;
}

@media only screen and (max-width: 960px) {
.mobile_left_menu {
	display: block;
}
}

@media only screen and (max-width: 992px) {
	.page_left_menu{
		display:none;
	}
	.conpad20{
		padding-top: 5px;
	}
	.au041lvm4{
		padding-bottom: 10px;
	}
}


@media only screen and (max-width: 768px) {
	
	.index-about, .index-pro { 
		float:none; width:100%;
	}
	.index-about {  
		padding-bottom:20px;
	}
	.conpad20{
		padding-top: 0px;
	}
	.au041lvm4{
		padding-bottom: 5px; width: 100%; float: none;
	}
	.service-right { 
		float:none; 
		width:100%; 
		padding-top:20px; 
		padding-right:15px; 
		padding-left:15px; 
		padding-bottom:20px;
	}
	.service-info-bg { 
		background:none;
		}
	.service-info-pto { 
		display:block;
	}
	.service-info-pto img { 
		width:100%;
	}
	.delno{
		display:none;
	}
	.car_con_name {
		text-align: center;
	}
	#news_con_img {
    width: 100%;
}

}

@media only screen and (max-width: 570px) {
	.our-best .text ul li {
		width: -moz-calc(100% - 1px);
		width: -o-calc(100% - 1px);
		width: -webkit-calc(100% - 1px);
		width: calc(100% - 1px);
	}
	.cona{
		width:100%;
	}
	.conb{
		width:100%;
	}
	.news_list a{ padding-left:0px;}
	.youtubecss{
		height:100%;
	}
}

@media only screen and (max-width: 414px) {
	.index-pro li { 
		width:100%; 
		margin-bottom:10px;
	}
	.index-pro li img {
		width:100%;
	}
}

@media only screen and (max-width: 320px) {

}
