@charset "utf-8";

*{
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html,body {
	
	font-family: "Helvetica", "Arial", "微軟正黑體", "Heiti TC", "sans-serif";
	
	min-width: 1200px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0; 
}


h1{
  font-size: 80px;
  font-weight: 800;
  margin-top: 24px;
  margin-bottom: 24px;
}
h2{
  font-size: 48px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 24px;
}
h3{
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  margin-top: 24px;
  margin-bottom: 24px;
}
h4{
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 24px;
  margin-bottom: 24px;
}
h5{
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-top: 24px;
  margin-bottom: 16px;
}
h6{
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 24px;
  margin-bottom: 16px;
}
p{
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
  margin-bottom: 16px;
	display: block;
}




 a {
     color: #111111;
     cursor: pointer;
     -webkit-transition: all 0.4s ease;
     -o-transition: all 0.4s ease;
     transition: all 0.4s ease;
	 text-decoration: none;
 }

 a:hover {
     color: #29B2A5;
 }



ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
img {
	border:0;
}

hr{
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d1d2d3;
  padding: 0;
  margin-bottom: 32px;
}

.cmxform label.error {
	display: none;
	color: #FF0000;
	font-size: 12px;
}


.menu{
	position: fixed; 
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
    /* background-color: #fff; */
    /* -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); */
       display: block;
    padding: 0px 0 0 0;
    float: left;
	transition: all 0.3s;
}
.header--colored{
	padding: 0px 0 0 0;
   background-color: rgb(0 0 0 / 62%);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
   box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
 padding: 0px 0 0 0;
}
.header--colored .menu_but > li > a{
color: #fff;
	    padding: 25px 20px;

}
.header--colored .menu_but {
    margin: 0px 0;
}
.header--colored .menu-Box .menu-icon {
    
    margin: 15px 5px;

}
.header--colored .menu-Box .menu-language a {
    color: #fff;
    height: 80px;
    line-height: 55px;
}
.Middleover {
    margin: 0 auto;
	 width: 1200px;
	overflow: hidden;
}

.menu-logo {
	float: left;
    height: 60px;
    overflow: hidden;
         margin: 25px 30px 0px;
}
.header--colored .menu-logo {
    height: 45px;
    margin: 20px 30px 10px;
}
.menu-logo img {
	height:100% !important;
}

.header-right-box{
	margin: 0 auto;
    overflow: hidden;
	width:1200px;
	display: none;
}

/*--LANGUAGE--*/
.langu {
	text-align:right;
	padding:10px 0;
	float: right;
}
.langu a{
	display:inline-block;
	    font-size: 13px;
    color: #b1b0b0;
    padding:0 10px;
    border-left: 1px solid #666;
}
.langu a:hover {
	    color: rgb(255, 214, 88);
}
.langu a:first-child{
	border-left: 1px solid transparent;
}

/*--SEARCH BOX--*/
.serchbar {
    position: relative;
	text-align:right;
	padding: 10px;
	float: right;
}
.serchbar .search-input {
	height: 25px;
	width: 210px;
	line-height: 20px;
	padding: 5px 25px 5px 5px;
	border: 1px solid #003;
	background-color: rgba(213, 223, 224, 0);
	border-radius: 20px;
    border: none;
    background: #32405a;
    color: #FFF;
}
.serchbar .search-input:focus {outline: none;}
.serchbar .search-submit {
	display: block;
	position: absolute;
	right: 10px;
	top: 11px;
	height: 25px;
	width:25px;
	border: none;
	text-indent: -9999em;
	background-image: url(../images/mag-glass.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	background-color: rgba(213, 223, 224, 0);
}

/*----*/
.tp-banner{
	width:100%;
	position: relative;
}
#navbar {
	width:100%;
}

.menu_but{
    float: right;
	    margin: 25px 0;
}
.menu-Box{
    float: right;
}
.menu-Box .menu-search{
    
}

.menu-Box .menu-language a{
    padding: 10px 30px;
    background-color: #673AB7;
    color: #fff;
    height: 130px;
    display: block;
    line-height: 100px;
}
.menu-Box .menu-language i{
	margin-right: 10px;
 
}
.menu-Box .menu-language{
        display: inline-block;
	float: right;
	margin-left: 20px;
	
}
.menu-Box .menu-language l{
	margin-right: 10px;
 
}
.menu-Box .menu-icon{
    display: inline-block;
    float: right;
    margin: 38px 5px;
    width: 50px;
    height: 50px;
    background-color: #eee;
    text-align: center;
    line-height: 45px;
	    font-size: 20px;
	padding: 15px;
	border-radius: 50%;
}
.menu-Box .menu-icon:hover{
    background-color: #673AB7;
	color: #fff;
	
   
}
.menu-Box .menu-icon a{
   width: 100%;
    height: 100%;
    display: block;
}

.menu-Box .menu-icon a:hover{
   color: #fff;
}


.menu_but > li{
    float: left;
}
.menu_but > li > a{
	display:block;
	font-size:16px;
	padding: 30px 20px;
    line-height: 24px;
    margin-right: 4px;
	position: relative;
	
}
.menu_but > li > a:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #673AB7;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}
.menu_but > li > a.current:after, .menu_but > li:hover > a:after{
	width: 100%;
}

.menu .dropdown > li > a:hover{
	background-color: #ff5e41;
}
.menu_but  .dialect{
	color: #fff;
	 border: 1px solid #ffffff;
    padding: 10px;
	 
}
.menu_but  .dialect .La{
	color: #fff;
	float: left;
	font-size: 12px;
	    margin-left: 10px;
}
.menu_but .dialect > a {
    padding: 1px 10px;
    float: left;
}

.menu-search {
	position: relative;
	margin:15px 10px;
}
.menu-search a{
	padding: 13px 5px;
	float: left;
}
.menu-Box .menu-language ul{
	padding: 0;
	}

.search-menu,
.language-menu{
	position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 144px;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.menu-Box .menu-language ul .active{
    background-color: #FFC107;
   
	}
.menu-Box .menu-language ul a{
	padding: 15px 10px;
    background-color: #673AB7;
    color: #fff;
    height: auto;
    display: block;
    line-height: normal;
	}
.menu-Box .menu-language ul a:hover{
 background-color: #FFC107;
	}
.search-menu{
	padding: 10px;
}
.search-menu form {
	position: relative;
}
.serchbar .search-input{
	height: 20px;
    padding: 5px 25px 5px 10px;
    border-radius: 15px;
}
.serchbar .search-submit{
	top:3px;
	right:5px;
}
.language-menu li a{
	display: block;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #15c0ca;
    padding: 6px;
}
.language-menu>.active>a, 
.language-menu>.active>a:hover, 
.language-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}



#menu-product {	
	position: absolute;
	left:0;
	width: 100%;
	min-width:1200px;
	padding: 15px;
	z-index: 3500;
	background-color: #fff;
	box-sizing: border-box; 
	display:none;
	
	

    -webkit-box-shadow: inset 0 12px 10px -10px rgba(0,0,0,.2);
    box-shadow: inset 0 12px 10px -10px rgba(0,0,0,.2);
}
.MP-Project {
	max-width: 1200px;
	 verflow:hidden;
	margin: auto;
}
.MP-Project ul {width:calc(100% - 60px) ; margin: 0 30px; overflow:hidden;}
.MP-Project > ul > li {float:left;width:25%;padding:10px;margin-bottom:10px;box-sizing: border-box;}
.MP-Project > ul > li .p1{width:100%;margin-bottom:5px;padding-bottom:10px;overflow:hidden;border-bottom: 1px dotted #eee;}
.MP-Project > ul > li .p1 .p-img{float:left;width:60px;height:60px;overflow:hidden;border-radius: 50%;}
.MP-Project > ul > li .p1 .p-text{float:left;height:60px;width:calc(100% - 90px);overflow:hidden;padding: 0 0 0 10px;}
.MP-Project > ul > li .p1 .p-text td {height:60px;vertical-align:middle;}
.MP-Project > ul > li > ul li {padding:5px 0px 5px 30px;}
.MP-Project > ul > li > ul li a i{width:10px;padding-right:5px;}
.MP-Project a {font-size:16px;line-height:20px;}




.Home_banner{
    background-image: url(../images/BANNER-by.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 35%;
    width: 100%;
    height: 100%;
    display: block;
    float: left;
	position: relative;

}
.Home_banner:before{
content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    background-color: hsl(230deg 100% 11% / 80%);
    background-size: 40%;
	
	}
/*--BANNER--*/
#slider-wrapper{ width:100%;}
#slider {
    width: 80%;
    overflow: hidden;
    margin: auto;
    position: relative;
    float: right;
    margin-top: 130px;
}

#slider .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
#slider .bd li{ width:100%;  padding: 0; margin: 0; overflow:hidden; text-align:center;  }
#slider .bd li .image {
	width:100%;
	height:0;
	padding-bottom:50%;
	overflow: hidden;
	background-size: cover !important;
	position: relative;
}
#slider .bd li a{ 
	display:block; 
	width: 100%;
    height: 100%;
	position: absolute;
	
    top: 0;
    left: 0;
}
}

#slider .hd {}	
#slider .hd {
	position:absolute;
	bottom:5px; 
	left:0;
	height:10px; 
	line-height:30px;
	width:100%;
	z-index:1;
}
#slider .hd ul { text-align:center; }	
#slider .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:20px; height:5px; margin:1px 5px; overflow:hidden; background:#FFF;	filter:alpha(opacity=70);opacity:0.7;  line-height:999px; border-radius: 5px; }	
#slider .hd ul .on{ background:#000; filter:alpha(opacity=100);opacity:1; }	

#slider .prev,
#slider .next{  display:block;  position:absolute; z-index:1; top:50%; margin-top:-30px; left:0px;  z-index:1; width:40px; height:60px; background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;  cursor:pointer; filter:alpha(opacity=50);opacity:0.5;}
#slider .next{ left:auto; right:0px; background-position:-6px -137px; }

/*----*/
.Main-title1{
	font-size: 32px;
	line-height:40px;
    font-weight: normal;
    color: #ffffff;
	padding: 5px 0;
	text-align: center;
}
.Main-title1 span{
	content: "";
    display: block;
       background: #13ffeb;
    width: 120px;
    height: 3px;
    margin: 30px auto 0px;
}
.Main-Text{
	font-size: 16px;
	line-height:30px;
    font-weight: normal;
    color: #ffffff;
	padding: 5px 0;
	text-align: center;
	width: 70%;
	margin: 20px auto;
}
#Home_product .Main-titles{
	font-size: 32px;
	line-height:40px;
    font-weight: normal;
    color: #333333;
	padding: 5px 0;
	text-align: center;
}

#Home_product .Main-titles a {
	position:relative;
	display:inline-block; 
	width:220px; 
	line-height:45px; 
	text-align:center; 
	color:#9E9E9E; 
	font-size:17px; 
	font-family:"Titillium Web"; 
	border:1px solid #9E9E9E;
	transform: perspective(1px) translateZ(0);
	transition-property: color;
	transition-duration: 0.3s;
	display: block;
    margin: 10px auto;
	}
#Home_product .Main-titles a:hover {color:#fff;}
#Home_product .Main-titles a:before{
	content:"";
	position:absolute;
	z-index:-1;
	top:0; left:0; right:0; bottom:0;
	    background: #00BCD4;
    
	transform:scaleX(0);
	transform-origin: 50%;
	transition-property:transform;
	transition-duration: 0.3s;
	transition-timing-function:ease-out;
}
#Home_product .Main-titles a:hover:before {
	transform:scaleX(1);
}


.Main-title{
	font-size: 32px;
	line-height:40px;
    font-weight: normal;
    color: #333333;
	padding: 5px 0;
	text-align: center;
}
.Main-title:before, .Main-title:after {
	content: '';
	display: inline-block;
	width: 110px;
	height: 1px;
	background: #918c85;
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}
.Main-title:before {
	margin-right: 35px;
}
.Main-title:after {
	margin-left: 35px;
}
.Main-title i{
	width:25px;
	padding-right: 15px;
}

.Main-title  a {
	    display: block;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    font-size: 13px;
    color: #2e363a;
    letter-spacing: .03em;
	margin: 15px auto;
	width: 200px;
}
.Main-title  a:hover {
    background-color: #00ccdb;
}
.Block33{
    width: 30%;
    float: left;
    margin-bottom: 0;
    margin: 50px 1.65%;
	color: #ffffff;
	}
.Block33 h3{
   font-size: 24px;
	line-height:30px;
	text-align: center;
	}
	
.Block33 .anbi{

	text-align: center;
	}
.roadline {
	margin: 20px auto;
    width: 100%;
    text-align: right;
    font-size: 13px;
	    color: #b3b3b3;
}
.inweb-box {
	width:100%;
	overflow:hidden;
	padding-bottom: 50px;
}
.editarea{
	width:100%;
	min-height:300px;
	padding-bottom:20px;
	margin-bottom:20px;
	overflow:hidden;
	line-height: 30px;
}
.editarea ul {
	display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}


.cls_menu {
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
	overflow:hidden;
}
.cls_menu ul {
    float: left;
}
.cls_menu ul li {
    float: left;
    margin-left: 10px;
}
.cls_menu ul li a {
	display: block;
    padding: 5px 20px;
    line-height: 30px;
    color: #FFF;
    background-color: #666;
}
.cls_menu ul li a:hover {
    color: #000;
    background-color: #eee;
}
.cls_menu ul .stay a {
    color: #FFF;
    background-color: #673AB7;
	
}

/*---INDEX NEWS-*/
.index-box{width:100%;  overflow:hidden;}
#mid{
	width:100%; 
	overflow:hidden;
	position: relative;
	top:140px;
	}
#Home_Num{
	width:100%; 
	overflow:hidden;
	padding: 50px 0px;
	  background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    background-image: url(../images/newsby.jpg);
	}
#midxs{
	width:100%; 
	overflow:hidden;
	position: relative;
	top:0px;
}
.contents {
	width:100%;
	
}

#Home_News{
	width:100%; 
	overflow:hidden;
	padding: 70px 0px;
	background: #f0f0f0;
	}
	

	
#Home_News .Text_News{
	width: 33.33333333%; 
	float: left; 
	}
	
#Home_News .Text_News .script{
	width: calc(100% - 120px);
	float: left; 
	}
#Home_News .Text_map{
	width: 65%;
    float: right;
    height: 300px;
    padding: 80px 0;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/mv2.jpg);
	}
#Home_News .Text_map .desoSlide-overlay{
	background-color: #14181b91;
    width: 35%;
    padding: 50px 50px;
	color: #b6b3b3;
	}	
	#Home_News .Text_map .desoSlide-overlay h3{
	color: #FFF;
    font-size: 45px;
    line-height: 60px;
    margin: 0px;
	padding-bottom: 20px;
	}	
	#Home_News .Text_map .desoSlide-overlay h3:after {
    content: "";
    display: block;
    margin: 15px 0;
    background: #898989;
    width: 60px;
    height: 1px;
}
#Home_News .Main-title3{
	font-size: 32px;
	line-height:40px;
    font-weight: normal;
    color: #000000;
	padding: 5px 0;
	text-align: center;
	z-index: 1;
}

#Home_News .Main-title3 i{
	width:25px;
	padding-right: 15px;
}

#Home_News .Main-title3 a {
	position:relative;
	display:inline-block; 
	width:220px; 
	line-height:45px; 
	text-align:center; 
	color:#9E9E9E; 
	font-size:17px; 
	font-family:"Titillium Web"; 
	border:1px solid #9E9E9E;
	transform: perspective(1px) translateZ(0);
	transition-property: color;
	transition-duration: 0.3s;
	display: block;
    margin: 10px auto;
	}
#Home_News .Main-title3 a:hover {color:#fff;}
#Home_News .Main-title3 a:before{
	content:"";
	position:absolute;
	z-index:-1;
	top:0; left:0; right:0; bottom:0;
	    background: #00BCD4;
    
	transform:scaleX(0);
	transform-origin: 50%;
	transition-property:transform;
	transition-duration: 0.3s;
	transition-timing-function:ease-out;
}
#Home_News .Main-title3 a:hover:before {
	transform:scaleX(1);
}






#Home_button{
	width:100%; 
	overflow:hidden;
	background: #54babb;
	}
#Home_product{
	width:100%; 
	padding: 50px 0px;
	float: left;
	}
#Home_News .boxs{
	float:left;
	margin: 10px;
	
}

#Home_News .boxs:first-child{
}
#Home_News .boxs > div{
	width: 100%;
	overflow: hidden;
	padding: 0px;
	margin:0 auto 0px;
}
#Home_News .boxs .image{
	width: 100px;
    height: 100px;
    text-align: left;
    overflow: hidden;
    float: left;
	margin-right: 20px;
}
#Home_News .boxs .title{
	color: #000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 22px;
    text-transform: capitalize;
    height: 40px;
    overflow: hidden;
	    margin-bottom: 10px;
		margin-top: 5px;
}
#Home_News .boxs .text{
	font-size: 12px;
    line-height: 20px;
    color: #999;
    height: 40px;
    overflow: hidden;
}
#Home_News .boxs .title a:hover{
    color: #339999;
}

/*--INDEX LINK--*/
#Home_Link{
	    padding-bottom: 0px;
	}
#Home_Link ul {
    width: 100%;
	overflow:hidden;
}
#Home_Link ul li{
    float: left;
    width: 33%;
    background-color: #54babb;
    position: relative;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#Home_Link ul li:hover {
    background-color: #96cbcc;
}
#Home_Link ul li .picp {
    margin: 40px 15px;
    float: left;
    opacity: 0.6;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#Home_Link ul li:hover .picp {
	opacity:1;
}
#Home_Link ul li .text {
    height: 120px;
    padding: 20px 50px 20px 100px;
}
#Home_Link ul li .text h3 {
    font-size: 24px;
	line-height:36px;
    font-weight: normal;
    color: #ffffff;
        margin-top: 10px;
    margin-bottom: 10px;
}
#Home_Link ul li .text p{
    font-size: 12px;
	line-height:20px;
    color: #ffffff;
    margin-top: 0px;
}
#Home_Link ul li a {
	display: block;
    font-size: 0px;
    line-height: 0px;
    color: #FFF;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}


.Home_photo{
	padding: 0 !important;
	overflow: hidden;
}
.Home_photo .Main-title3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: normal;
    color: #000;
    padding: 5px 0;
    text-align: center;
    z-index: 1;
}
.owl-custom{
	padding:50px 0 0 0; 
	position:relative;
}
.owl-custom .slide-box{
	margin:0; 
}
.owl-custom .image {
	width:100%; 
	height:0px;
	padding-bottom:75%; 
	overflow: hidden; 
	position:relative;
}
.owl-custom .owl-controls {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-custom .owl-controls .owl-dots{
	padding-bottom: 20px;
	overflow: hidden;
	display: inline;
	margin-bottom: 20px;
}
.owl-custom .owl-controls .owl-nav{
	display: none;
}
.owl-custom .owl-dots .owl-dot{
	display: inline-block;
	zoom: 1;
}
.owl-custom .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-custom .owl-dots .owl-dot.active span, 
.owl-custom .owl-dots .owl-dot:hover span {
    background: #F00;
}
.owl-custom .slide-box {
	position: relative;
	background-color:#000;
}
.owl-custom .slide-box .text,
.owl-custom .slide-box .text > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 15px;
	box-sizing: border-box;
}
.owl-custom .slide-box .title, 
.owl-custom .slide-box .more {
	margin:0;
    padding: 15px;
    width: 50%;
    height: 50%;
    border: 2px solid #fff;
	color: #fff;
	font-size:18px;
    text-transform: uppercase;
	  text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	box-sizing: border-box;
}
.owl-custom .slide-box .title {
    text-align: left;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(10px,10px,0);
    transform: translate3d(10px,10px,0);
}
.owl-custom .slide-box .more {
    float: right;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.owl-custom .slide-box .text > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.owl-custom .slide-box:hover .title {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.owl-custom .slide-box:hover .more {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.owl-custom .slide-box:hover .image {
	opacity: 0.6;
}





/*--INDEX PRODUCT--*/
#Home_news_product{}
.product-box .boxs{
	float:left;
	width:calc(100% / 4 - 1px);
	padding: 0px;
}

.product-box .boxs-in{
	width: 300px;
	height:300px;
	margin:auto;
	overflow:hidden;
	position:relative;
	border: 1px solid #cccccc;
}
.product-box .image {
    height: 0;
    padding-bottom: 100%;
    background-color: #FFF;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.product-box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	width:auto !important;
	height:auto !important;
    max-height: 100%;
    max-width: 100%;
}

.product-box .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 6px;
	height: 100%;
	text-align: center;
    font-size: 20px;
	line-height:32px;
    color: #fff;
    background: rgb(2, 2, 68);
	opacity: 0;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	transition:opacity 1s;
	-moz-transition:opacity 1s; /* Firefox 4 */
	-webkit-transition:opacity 1s; /* Safari and Chrome */
	-o-transition:opacity 1s; /* Opera */	
}
.product-box .boxs-in:hover .title{
	opacity: 0.9;
}
.product-box .boxs-in:hover a:after{
    opacity: 0;
}




.product-box3 {
	    padding: 20px;
}


.product-box3 .boxs{
	float:left;
	width:calc(100% / 3 - 1px);
	padding: 10px;
	margin-bottom: 10px;
}
.product-box3 .boxs:hover{
	-webkit-box-shadow: 10px 10px 20px rgba(4,11,32,.3);
    box-shadow: 10px 10px 20px rgba(4,11,32,.3);
}

.product-box3 .boxs-in{
	width: 250px;
	
	margin:auto;
	position:relative;
}
.product-box3 .image {
    height: 0;
    padding-bottom: 100%;
    background-color: #FFF;
    text-align: center;
    overflow: hidden;
    position: relative;
    border: 1px solid #cccccc;
}
.product-box3 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	width:auto !important;
	height:auto !important;
    max-height: 100%;
    max-width: 100%;
}

.product-box3 .title {
	margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 6px;
	height: 100%;
    font-size: 16px;
	line-height:26px;
    color: #000;
    overflow: hidden;
    height: 80px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	
}





/*--PHOTO--*/
.albums_wrapper{
	margin-left:-1%;
	margin-right:-1%;
}
.albums_wrapper .albums_col_wrapper{
	float:left;
	width:23%;
	margin:0 1% 1%;
}
.albums_wrapper .albums_box{
	border: 1px solid #cec9c9;
    border-bottom: 3px solid #1a8ea0;
    background-color: #FFF;
	overflow: hidden;
	padding:10px;
}
.albums_wrapper .albums_box > div{
	margin-bottom:10px;
}
.albums_wrapper .albums_box .albums_image {
	overflow: hidden;
	
	}
.albums_wrapper .albums_box .albums_image img {
	width:100%;
	display:block;
	transition: all 0.6s ease;
}

.albums_wrapper .albums_box .albums_image:hover  img{
	transform: scale(1.08);

}


.albums_wrapper .albums_box .albums_title{
	font-size: 20px;
    color: #333;
    margin: 0px 20px 35px;
    line-height: 30px;
}
.albums_wrapper .albums_box .albums_date{
	width: 200px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Catamaran', sans-serif;
    font-weight: 200;
    letter-spacing: 2px;
    color: #fff;
    font-size: 12px;
    background: #673AB7;
    padding: 15px 0;
    position: relative;
	top:-30px;
}
.albums_wrapper .albums_box .albums_date:after{
	content: "";
	position: absolute;
	top:5px;
	right: 5px;
	left: 5px;
	bottom: 5px;
	border: 1px solid #fff;}
.albums_wrapper .albums_box .albums_more{
	font-size: 12px;
    color: #999;
	text-align:right;
}
.albums_wrapper .albums_box .albums_text{
	font-size: 16px;
    line-height: 26px;
    color: #666;
	margin: 0px 20px 15px;
}

.albums_wrapper a{
	color: #333;
}
.albums_wrapper a:hover{
}

/*--CONTACT US--*/
.map {
        height: 780px;
    width: 100%;
    position: relative;
    background-color: #b3b3b3;
    padding-top: 130px;
}
#blog {
	background-color: rgba(255,255,255,0.8);
    width: 50%;
	max-width:500px;
    position: absolute;
    left: 58%;
    top: 130px;
    padding: 50px;
}
#blog .say{
	margin-bottom:10px;
}
#blog .contact{}
#blog .contact > div{
    width: 100%;
    margin-bottom: 5px;
	padding:5px 0 ;
}
#blog .contact .control-label{
	font-size:16px;
	line-height:20px;
	padding:5px 10px 5px 0;
	width:100px;
	display:inline-block;
	text-align: right;
}
#blog .contact .control-label > span{
	color:#F00;
}
#blog .contact > div > span{
	display:block;
	text-align:right;
	margin:2px 0;
	padding:0;
}
#blog .contact input[type=text]{
	font-size: 14px;
    line-height: 20px;
    width: calc(100% - 120px);
    padding:3px 10px;
}
#blog .contact select {
    font-size: 14px;
    line-height: 2px;
    width: calc(100% - 120px);
    padding:4px 10px;
}
#blog .contact textarea{
	vertical-align: top;
    width: calc(100% - 120px);
    padding:3px 10px;
}
#blog .contact .loginsubmit2 a {
	display:block;
    color: #FFF;
    background-color: #0aadce;
	margin: 5px auto;
    line-height: 35px;
    height: 35px;
    width: 90%;
	text-align:center;
	cursor: pointer;
}

/*--PRODUCT--*/
.product_class  {
       padding-bottom: 100px;
}
.product_class ul {
    width: 100%;
	margin-bottom:0 -15px 40px -15px;;
	overflow:hidden;
}
.product_class ul li {
	float: left;
	width:33.333333%;
	padding:0px 15px 30px 15px;
	box-sizing: border-box;	
}
.product_class .item{
	    background: #3f3f3f;
    position: relative;
    overflow: hidden;
    border: 1px solid #91908F;
}
.product_class .item:before {
	content:"";
	border:1px solid #FFF;
	position:absolute;
	left:20px;
	top:20px;
	bottom:20px;
	right:20px;
	z-index:4;
	opacity:0;
	transition:all 0.5s ease;
}
.product_class .item:after {
	content:"";
	  background: url(../images/footer_bg.png) no-repeat;

	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0;
	transition:all 0.5s ease;
}
.product_class .picp .image {
	width:100%;
	height:370px;
	overflow:hidden;
}
.product_class .text{
	padding:0px 20px 50px 20px;
	position:relative;
	z-index:5;
	box-sizing:border-box;	
	transition:all 0.5s ease;
	    color: #ffffff;
}
.product_class .text h3 {
	width: 100%;
	height: 30px;
    overflow: hidden;
	
	    font-size: 30px;
    line-height: 32px;
    font-weight: 100;
    color: #ffffff;
}


.product_class .text h3:after {
    content: '';
    display: block;
    width: 65px;
    height: 2px;
    background-color: #ffffff;
    margin-top: 0.5em;
    margin-bottom: 0.8em;

}
.product_class .full-more {
	position:absolute;
	width:100%;
    height:100%;
    top:0;
    left:0;
    opacity:0;
	display:block;
	z-index: 6;
}
.product_class .item:hover:before {
	opacity:1;
	transition:all 0.5s ease;
}
.product_class .item:hover:after {
	opacity:1;
	transition:all 0.5s ease;
}
.product_class .item:hover .text {
	color:#FFF;
	/*transform:translate(15px,15px);*/
	text-align: center;
	background:none;
	transition:all 0.5s ease;
}
.product_class .item:hover .text .btn a {
    color:#FFF;
}



/*
.product_class ul li{
	float: left;
    width: 540px;
    margin:0 20px 20px;
    background-image: url(../images/13864623_xxl.png);
    background-repeat: no-repeat;
    background-position: right;
    box-shadow: 2px 2px 3px #666;
    background-size: auto 100%;
    background-color: #FFF;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
	border-left: 8px solid #900;
    position: relative;
}
.product_class ul li:hover {
    background-color: #FFF;
}
.product_class ul li .picp {
	width:150px;
	height:150px;
    margin: 5px;
	overflow:hidden;
    float: left;
	position: relative;
}
.product_class ul li .picp img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	width:auto !important;
	height: auto !important;
    max-height: 100%;
    max-width: 100%;
}
.product_class ul li:hover .picp {
	opacity:1;
}
.product_class ul li .text {
    padding: 20px 20px 20px 180px;
}
.product_class ul li .text h3 {
    font-size: 24px;
    line-height: 36px;
    height: 72px;
    font-weight: normal;
    color: #333;
    overflow: hidden;
}
.product_class ul li a {
	display: block;
    font-size: 0px;
    line-height: 0px;
    color: #FFF;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
*/



/*--PRODUCT DETAIL--*/
#product-detail{
	width:100%;
	margin: 20px auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #666;
	position:relative;
	overflow:hidden;
}
.product-image-list{
	float:left;
	width:48%;
	padding:10px;
}
.product-desc-list{
	float:right;
	width:48%;
	padding-bottom:50px;
}
.mainpic {
	float:left;
	width:95%;
    padding: 10px;
    background-color: #FFF;
    border: 1px #ccc solid;
    text-align: center;
}
.mainpic div {
    height: 0;
    padding-bottom: 100%;
    background-color: #FFF;
    text-align: center;
    overflow: hidden;
    position: relative;
}
/*
.mainpic div:before {
    content: "icon";
    text-indent: -999em;
    display: block;
    width: 58px;
    height: 35px;
    background: url(../images/ywat.png) no-repeat;
    z-index: 900;
    position: absolute;
    top: 15px;
    left: 15px;
}
*/
.mainpic img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.litpic {
	float:left;
	width:18%;
}
.litpic_box {
	padding: 2px 10px 10px;
}
.litpic_box li {
	width:80px;
	height:80px;
	margin:0px auto 8px;
	border:1px #ccc solid;
    background-color: #FFF;
    text-align: center;
}
.litpic_box .chgimg{
	width:80px;
	height:80px;
	margin:auto;
    text-align: center;
	overflow:hidden;
	position:relative;
	cursor: pointer;
}
.litpic_box img{
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    max-width:100%;
	max-height:100%;
    margin:auto;
}
.litpic .hd {
	width:80px;
	height:20px;
	text-align:center;
	margin:auto;
}
.litpic .hd .prev,
.litpic .hd .next{ 
	display: inline-block;  
	width:20px; 
	height:20px;
	padding:0px 5px;
	overflow:hidden;
	font-size:20px;
}

.product-desc-list h1 {
	margin: 0 auto 10px;
    font-size: 36px;
    color: #673AB7;
    line-height: 45px;
}

.product-desc-list h1:after {
    content: "";
    display: block;
    margin: 15px 0;
    background: #673AB7;
    width: 60px;
    height: 1px;
}
.product-desc-list .numid {
	margin:10px auto 20px;
    font-size: 16px;
    color: #666;
}
.product-desc-list .tagline {
    width: 100%;
    padding: 8px 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin: 5px auto;
}
.product-desc-list .tagline a {
    font-size: 14px;
    color: #003399;
    margin-right: 12px;
    font-style: italic;
    padding: 5px 8px;
    white-space: nowrap;
	display:inline-block;
}
.product-desc-list .tagline a:hover {
	font-style: normal;
	background-color: #F0F0F0;
}
.product-desc-list .desc {
	    padding: 16px;
    font-size: 16px;
    line-height: 30px;
}

.share-icon > div{
	display: inline-block;
    height: 20px;
    vertical-align: bottom;
}


.butline {
    left: 0px;
    bottom: 35px;
    width: 100%;
    padding-top: 30px;
}
.butline a {
	    font-size: 16px;
    line-height: 26px;
    color: #000;
    text-align: center;
    background-color: #F0F0F0;
    display: inline-block;

    margin: 5px 0px;
    padding: 5px 20px;
}
.butline a:hover {
	color: #FFF;
	background-color: #673AB7;
}
.butline a > i{
	margin-right: 10px;
	
	
}

/*
.producr-edit img{
	width:auto !important;
	height:auto !important;
	max-width:100% !important;
}
*/

/*---FILES-*/
.mainfile {
    width: 100%;
    margin:0 auto;
	overflow:hidden;
}
.mainfile ul li {
	width: 100%;
    margin-bottom: 10px;
	padding:0;
	border-bottom: 1px dotted #999;
	overflow:hidden;
}
.mainfile ul .title {
        font-size: 16px;
    line-height: 30px;
    color: #333;
    background-color: #F0F0F0;
    padding: 10px;
}
.mainfile ul .Line {
    font-size: 14px;
    line-height: 30px;
	padding:10px 0;
}
.mainfile ul li div{
	float:left;
}
.mainfile ul li .caty{ width: 0%; text-align:center;}
.mainfile ul li .name {width: 48%; padding: 0 1%; text-align:left;}
.mainfile ul li .size {width: 20%; text-align:center;}
.mainfile ul li .type {width: 20%; text-align:center;}
.mainfile ul li .load {width: 10%; text-align:center;}
.mainfile ul .Line .load {color:#F00;}
.mainfile ul .Line .load i{line-height: 30px;}


/*--CART--*/
.maincart {
    width: 100%;
    margin:0 auto;
	overflow:hidden;
}
.maincart table {
	width:100%;
	padding:0;
	margin:20px auto;
}
.maincart table td {
	padding:5px 10px;
	margin:0;
	border-bottom: 1px dotted #999;
}
.maincart table .title {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    background-color: #F0F0F0;
}
.maincart table .Line {
    font-size: 14px;
    line-height: 30px;
	padding:10px 0;
}
.maincart table .img{ width: 10%; text-align:center;}
.maincart table .img img{ width: 80%; margin:10%;}
.maincart table .name {width: 45%; text-align:left;}
.maincart table .numid {width: 15%; text-align:center;}
.maincart table .quantity {width: 15%; text-align:center;}
.maincart table .quantity input{ padding:3px 5px;}
.maincart table .del {width: 15%; text-align:center;}

.header-right {
	text-align: center;
}
.header-right ul li{
	display:inline-block;
	margin:0 3px;
}
.header-right ul li a{
	width:32px;
	height:32px;
	display:block;
}
.header-right ul li a.use1{
	background:url(../images/img-sp.png) no-repeat -133px -1px;
}
.header-right ul li a.use1:hover {
    transform: inherit;
}

.header-right ul li a.fb{
	background:url(../images/img-sp.png) no-repeat 0px 0px;
}
.header-right ul li a.twi{
	background:url(../images/img-sp.png) no-repeat -33px 0px;
}
.header-right ul li a.insta{
	background:url(../images/img-sp.png) no-repeat -100px 0px;
}
.header-right ul li a.you{
	background:url(../images/img-sp.png) no-repeat -66px 0px;
}
.header-middle input[type="search"] {
    outline: none;
    border: none;
    width: 100%;
    padding: 14px 10px;
    color: #848484;
    font-size: 16px;
    border-right: 1px solid #eee;
}

.mainfrom {
    width: 100%;
    margin:0 auto 20px;
	overflow:hidden;
}
.mainfrom table {
	width:100%;
	padding:0;
	margin:0px auto 20px;
}
.mainfrom table tr:nth-child(2n-1) {
	background-color: #F7F7F7;
}

.mainfrom table td {
	padding:10px 15px;
	margin:0;
	border-bottom: 1px dotted #999;
}
.mainfrom table .title{ width: 15%; text-align:right;}
.mainfrom table .name { width: 85%; text-align:left;}
.mainfrom table .name2{ width: 35%; text-align:left;}
.mainfrom table input[type="text"],
.mainfrom table input[type="password"] {
    font-size: 12pt;
    height: 30px;
    padding-right: 5px;
    padding-left: 5px;
	width: calc(100% - 10px);
}
.mainfrom table textarea{
	padding-right: 5px;
    padding-left: 5px;
	width:100%;
	height:100px;
}
.mainfrom table select {
    font-size: 12pt;
    height: 36px;
    padding: 5px;
    width: calc(100% - 20px);
}

.mainfrom h3 {
    color: #FFF;
    background-color: #6d6d6d;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.cmbn {
	text-align: center;	
}
.cmbn p {
	display: inline-block;
    padding: 0 20px;
}

.rifo label{
	padding: 10px 0;
	border-bottom: 1px solid #666;
    border-bottom-style: dashed;
	display: block;
}

.subset {
	display: block;
	font-size: 16px;
    line-height: 35px;
    color: #FFF;
    background-color: #000000;
    text-align: center;
    width: 200px;
    margin: auto;
    height: 35px;
	border: none;
	cursor: pointer;
}
.subset:hover {
    color: #FFF;
}
/*--FOOTER--*/
.footer-contact{
	width: 100%;
	padding: 50px 0;
	overflow:hidden;
    font-size: 14px;
    background-color: #343333;
}
.footer-contact .fc{
	float: left;
	width:500px;
	overflow:hidden;
	font-size: 13px;
    line-height: 24px;
	color: #8e949b;;
}
.footer-contact .fm{
	float: right;
	width:600px;
	overflow:hidden;
}
.footer-contact .fm ul{
	float: left;
	width:300px;
	overflow:hidden;
}
.footer-contact .fm ul li {
	font-size:16px;
    color: #000;
    padding: 0px 15px;
	margin-bottom: 10px;
	    letter-spacing: 2px;
}
.footer-contact .fm ul li a {
	    color: #989898;
}
.footer-contact .fm ul li a > i{
	width:20px;
	padding-right:10px;
	    color: #989898;
}


/*
.social-sites{
	float:right;
	width:100% !important;
	text-align:right;
}
.social-sites li{
	display:inline-block;
	width:30px;
	padding:5px !important;
	margin:0 !important;
	text-align:right;
}
*/
.social-sites{
	text-align: right;
    margin: 20px auto;
    width: 100%;
    overflow: hidden;
    float: left;
}
.social-sites a {
	width: 31px;
	height: 31px;
	position: relative;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
	line-height: 28px;
	font-size: 16px;
	    color: #9E9E9E;
	border: 1px solid #666666;
}
.social-sites a:hover {
    background: #54babb;
}
.social-sites a i{
    line-height: 28px;
	padding:0;
}




.footer{
     width: 100%;
    padding: 10px 0;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    background-color: #2c2c2c;
    color: #909090;
    
}
.footer .Declare {
	padding:10px 0;
	 text-align: left;

}
.footer .creatop {
	font-size:12px;	
}
.footer .creatop a {
	font-size:12px;
}

/*--頁碼--*/
.quotes {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 10px 3px 3px 3px;
	font-size: 12px;
}
.quotes a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	text-decoration: none; 
	color: #aaa;
}
.quotes a:hover {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #a0a0a0;
}
.quotes b {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #e0e0e0;
	font-weight: bold;
	background-color: #f0f0f0;
	color: #aaa;
}
#pageline a{
	color: #333;
	padding:5px 15px;
	margin:0;
    background-color: #F0F0F0;
}



.Printer{
	width: 1050px;
    min-width: 1050px;
}
.MiddleoverPrint {
    width: 1050px;
    margin: 0;
    overflow:hidden;
}
.MiddleoverPrint .product-image-list{
	padding:10px 0;
	width: 50%;
}
.MiddleoverPrint .litpic {
	width:20%;
}
.MiddleoverPrint .mainpic {
	width: 72%;
}















	/*--品牌願景--*/
.abBrandVision {

  box-sizing: border-box;
}

.abBrandVision .title01 {
  margin-bottom: 100px;
}

.abBrandVision .item {
  position: relative;
  margin-bottom: 100px;
}

.abBrandVision .Img {
  float: left;
  overflow: hidden;
}

.abBrandVision .Img img {
  display: block;
  width: 100%;
}

.abBrandVision .right {
  display: block;
  overflow: hidden;
  padding-left: 35px;
  box-sizing: border-box;
}

.abBrandVision .no {
  font-size: 14px;
  font-family: "Times New Roman", sans-serif;
  color: #444;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 10px 13px;
  box-sizing: border-box;
  border-top: 2px solid #444;
  border-bottom: 1px solid #444;
}

.abBrandVision .no:after {
  content: attr(data-no);
  display: inline-block;
  margin-left: 15px;
}

.abBrandVision .Txt {
  padding: 30px 15px;
  box-sizing: border-box;
}

.abBrandVision h4 {
  font-family: "cwTeXFangSong", serif;
  color: #87623e;
  line-height: 42px;
  font-size: 30px;
  letter-spacing: .075em;
  font-weight: normal;
  margin-bottom: 30px;
}

.abBrandVision p {
  font-size: 16px;
  color: #444;
  line-height: 32px;
  letter-spacing: .025em;
}

.abBrandVision .vision01 .Img {
  width: 418px;
  height: 418px;
}

.abBrandVision .vision01 .right {
  padding-top: 60px;
}

.abBrandVision .vision02 {
	padding: 80px 70px 0 0;
	box-sizing: border-box;
	margin-bottom: 0px;
}




.abBrandVision .vision02 .Img {
  position: absolute;
  right: 5px;
  top: -15px;
}

.abBrandVision .vision02 h4 {
  position: relative;
  display: inline-block;
}


.abBrandVision .vision02 .Txt {
  position: relative;
  padding-right: 320px;
  box-sizing: border-box;
}

.abBrandVision .vision02 .teaImg {
  position: absolute;
  right: 40px;
  bottom: 0px;
}

.abBrandVision .vision03 .right {
  padding-top: 115px;
}


.photo_class {
	width:100%;
	overflow: hidden;

}
.photo_class .item{
	float:left;
	width:33.3333333%;
	padding: 0 10px 20px;
	box-sizing: border-box;
}

.photo_class .item .image {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    text-align: center;
    overflow: hidden;
    position: relative;
}

/*---------------*/
/***** Layla *****/
/*---------------*/
.layla figure {
	margin: 0;
	padding:0;
    background: #000;
	position: relative;
    overflow: hidden;
}
.layla figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
    padding: 15%;
    color: #fff;
	box-sizing: border-box;
    text-shadow: 1px 1px 1px rgba(0,0,0,1), 2px 2px 2px rgba(0,0,0,0.8), 3px 3px 3px rgba(0,0,0,0.7), 4px 4px 4px rgba(0,0,0,0.5);
}
.layla figure figcaption::before,
.layla figure figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}
.layla figure figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.layla figure figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.layla figure h2 {
    font-size: 20px;
    text-align: center;
    margin:0px;
    padding: 10% 5%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.layla figure figcaption::before,
.layla figure figcaption::after {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.layla figure:hover .image {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.layla figure:hover figcaption::before,
.layla figure:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.layla figure:hover h2 {
    opacity: 1;
    -webkit-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0);
}
.layla figure:hover figcaption::after,
.layla figure:hover h2 {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.layla figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    z-index: 1000;
    font-size: 0;
    opacity: 0;
}







.Sign-in{
        background: url(../images/twitter-1522890_1920.jpg) no-repeat left top;
    background-color: #F4F4F4;
    margin: 50px 100px;
    float: left;
    padding: 70px 50px 70px 350px;
}

.Sign-in .Field{
    background-color: #ffffff;
    float: left;
    padding: 20px;
    font-size: 14px;
    width: calc(100% - 40px);
    margin-top: 10px;
}
.Sign-in .Narrative {
    background-color: #dad7d7;
    float: left;
    padding: 20px;
    font-size: 14px;
    width: calc(100% - 40px);
    margin-top: 10px;
}

.Sign-in  h3 {
    font-size: 35px;
    color: #2E2E2E;
    font-weight: 500;
    background-image: url(../images/icon.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-left: 50px;
    margin: 0px 0 40px;
}

.Sign-in .Field input {
border: 1px solid #D2D2D2;
    padding: 8px;
    border-radius: 5px;
    margin-left: 5px;
       width: calc(90% - 0px);
	}
	
	
	
.Sign-in .Field .loginbtn a{
	font-size: 14px;
    padding: 10px 0px;
        width: calc(50% - 10px);
    margin: 5px;
    color: #ffffff;
    float: left;
    text-align: center;
    background-color: #000000;
	
}

.Sign-in .Field .loginbtn{

    width: 100%;
    
    float: left;
   
	
}
.Sign-in .Field .loginbtn a a:hover{
    background-color: #00BCD4;
	
}

.Sign-in .Field .loginsubmit input {
font-size: 14px;
    padding: 10px 0px;
	    border-radius: 0px;
       width: calc(50% - 10px);
    margin: 5px;
    color: #ffffff;
    float: left;
    text-align: center;
    background-color: #000000;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
/*手風琴選單*/
.Side_menu {
      margin-right: 40px;
    width: 250px;
    float: left;
	margin-bottom: 50px;
}
.product_picture {
  width: calc(100% - 300px);
  float: left;
      margin-bottom: 50px;
}
.Side_menu h2.title-block {
    border-bottom: 1px solid #ebebeb;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 20px 0 10px;
    text-transform: uppercase;
}
.vertical_menu {
	float: left;
	outline: 0;
	position: relative;
	margin-bottom: 20px;
}
.ertical_menu  * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	margin-right: 10px;
}

.ertical_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ertical_menu  ul li {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
.ertical_menu  ul li a {
	background: #ffffff;
	color: #797979;
	float: left;
	font-size: 16px;
	overflow: hidden;
	    padding: 15px 10px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
.ertical_menu  ul li a i {
  float: left;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  
}
.ertical_menu  ul li .menu-label {
  background: #f0f0f0;
  border-radius: 100%;
  color: #555555;
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
  min-width: 20px;
  padding: 1px 2px 1px 1px;
  position: absolute;
  right: 18px;
  text-align: center;
  top: 14px;
}
.ertical_menu  ul .submenu {
  display: none;
  position: static;
  width: 100%;
}
.ertical_menu  ul .submenu .submenu-indicator {
  line-height: 16px;
}
.ertical_menu  ul .submenu li {
  clear: both;
  width: 100%;
}
.ertical_menu  ul .submenu li ul.submenu {
  display: none;
  position: static;
  width: 100%;
  overflow: hidden;
}
.ertical_menu  ul .submenu li a {
  background: #ffffff;
  border-left: solid 6px transparent;
  border-top: none;
  float: left;
  font-size: 14px;
  position: relative;
  width: 100%;
}
.ertical_menu  ul .submenu li:hover > a {
  border-left-color: #414956;
}
.ertical_menu  ul .submenu li .menu-label {
  background: #f0f0f0;
  border-radius: 100%;
  color: #555555;
  font-size: 11px;
  font-weight: 800;
  line-height: 18px;
  min-width: 20px;
  padding: 1px 2px 1px 1px;
  position: absolute;
  right: 18px;
  text-align: center;
  top: 12px;
  top: 14px;
}
.ertical_menu  ul .submenu > li > a {
  padding-left: 30px;
}
.ertical_menu  ul .submenu > li > ul.submenu > li > a {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 45px;
	color: #ffae00;
}
.ertical_menu  ul .submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
.ertical_menu  .submenu-indicator {
  -moz-transition: "transform .3s linear";
  -o-transition: "transform .3s linear";
  -webkit-transition: "transform .3s linear";
  transition: "transform .3s linear";
  float: right;
  font-size: 20px;
  line-height: 19px;
  position: absolute;
  right: 22px;
  margin-right: 0px;
}
.ertical_menu  .submenu-indicator-minus > .submenu-indicator {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ertical_menu  > ul > li.active > a {
  background: #3b424d;
  color: #ffffff;
}
.ertical_menu  > ul > li:hover > a {
  background: #3b424d;
  color: #ffffff;
}
.unfold-menu > ul > li > a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.ink {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  display: block;
  position: absolute;
  transform: scale(0);
}
.animate-ink {
  -moz-animation: ripple .3s linear;
  -ms-animation: ripple .3s linear;
  -o-animation: ripple .3s linear;
  -webkit-animation: ripple .3s linear;
  animation: ripple .3s linear;
}
@-moz-keyframes 'ripple' {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@-webkit-keyframes 'ripple' {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@keyframes 'ripple' {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
	
	








.certificate {
    display: inline-block;
        padding: 80px 75px 50px;
    margin-top: 80px;
    box-sizing: border-box;
	width: 100%;
	background:url("../images/m11_con02_bg.png") #f3f3f3 no-repeat right top ;
	
	}
	.certificate .MAP{
	margin: 20px;
    float: left;
	}
	
	
	.rd-customize ul {
    border: 1px solid #E0E0E0;
    overflow: hidden;
    display: block;
    width: calc(100% - 2px);
	position: relative;
	    margin: 0;
    padding: 0;

}
.rd-customize ul li {
    padding: 50px;
		list-style: none;
	margin: 0px;
		float: left;
		    text-align: center;
			width: calc(33.33333333% - 101px);
}
.rd-customize ul img {
    width: 50%;
    height: auto;
}
.rd-customize  h2 {
    position: relative;
    display: inline-block;
    font-size: 40px;
    font-weight: 500;
    color: #161616;
	
}

.rd-customize  h2:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    margin: 25px auto;
    background-color: #c1a367;
    transition-delay: .7s;
	    width: 40px;
}
.rd-customize ul h3 {
    font-size: 2rem;
	color: #000;
    font-weight: 400;
	text-align: center;
	
}
.rd-customize ul p {
    color: #999;
	text-align: left;
}
.rd-customize ul li:before {
    content: "";
    display: block;
    height: 500%;
    left: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    background-color: #E0E0E0;
	
}

.rd-customize ul li:nth-of-type(1), .rd-customize ul li:nth-of-type(2),.rd-customize ul li:nth-of-type(3) {
    border: none;
}
.rd-customize ul li:nth-of-type(1), .rd-customize ul li:nth-of-type(2) {
	border-right: 1px solid #ddd;
}
.col-sa:nth-of-type(3n+1)  {
    margin-left: 0;
    clear: both;

}


#Home_film {
   background: url(../images/m_bg2.jpg) center center no-repeat;
   padding: 100px 0px;
       overflow: hidden;
}
.featureArea .leftBox {
  float: left;
  width: 600px;
  padding-left: 85px;
  box-sizing: border-box;
  position: relative;
}

.featureArea .leftBox .subTitle {
  position: relative;
  font-family: "Cantarell", sans-serif;
  font-size: 20px;
  letter-spacing: .075em;
  color: #aaa;
  text-transform: uppercase;
  padding-left: 75px;
  box-sizing: border-box;
}
.featureArea .leftBox .subTitle:before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 55px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.featureArea .leftBox .en {
  font-family: "PT Serif", serif;
       font-size: 60px;
    line-height: 85px;
  color: #aaa;
}
.featureArea .leftBox h2 {
    display: block;
    font-size: 26px;
    line-height: 36px;
    font-weight: 100;
    letter-spacing: .1em;
    color: #ffffff;
    margin-bottom: 45px;
}
.featureArea .leftBox p {
    font-size: 16px;
    line-height: 26px;
	color: #ffffff;
    
}
.processes{
   
 background-color: #ebebeb;
    padding: 50px;   
}
.processes2{
   overflow: hidden;
 background-color: #ebebeb;
    padding: 50px;   
	margin:10px auto;
}
.processes2 h3, .processes2 p{
   margin:10px;
       width: calc(20% - 42px);
       float: left;
	   

}
.processes2 p{
    border: 1px solid #c6c5c5;
	padding: 10px;

}
.processes2 h3 {
  font-size: 30px;
    line-height: 42px;
	font-weight: 200;
}
.processes2 h3:after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background-color: #00BCD4;
    transition-delay: .7s;
    width: 60px;
    margin: 30px 0;
}




.w-width {
     background-image: url(../images/prlist-bg2.jpg);
	 background-repeat: no-repeat;
    background-position: left bottom;
    width: 100%;
    margin: 100px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	.w-width .enw {
    width: 600px;

}	
.text-wrap {
    width: 450px;
	float: right;
	padding: 0;
	margin: 50px;
}	
.text-wrap h2 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
}	
.text-wrap h3 {
    font-size: 50px;
    color: #23569d;
    font-weight: 200;
	margin: 0px 100px;
}	
.text-wrap .text {
    position: relative;
    width: 90%;
    max-width: 100%;
    float: right;
    margin-top: 0px;
    padding-top: 25px;
}
.enw .text-wrap .text p{
    margin: 0;
    font-size: 14px;
}

.text-wrap .text:before {
    content: '';
    width: 35px;
    height: 3px;
    background: #23569d;
    position: absolute;
    top: 0;
    left: 0;
}


.Home-Features {
	 background-image: url(../images/cosmic1.jpg);
	 background-repeat: no-repeat;
    background-position: center bottom;
	padding-top:50px;
	padding-bottom: 350px;
    text-align: center;
}
.Home-Features h3 {
	 color: #673AB7;
}

.Home-Features h4 {
	 color: #673AB7;
}


.Home-5cells{
	position: relative;
    text-align: center;
    margin-top: 60px;
    display: block;
    overflow: hidden;
}


.Home-5cells_map{
	display: inline-block;
	width: 20%;
	float: left;
}
.Home-5cells_map .icon {
	background-size: cover;
    background-position: center center;
    width: 40%;
    margin: auto;
    margin-bottom: 30px;
    height: 0;
    padding-bottom: 40%;
}
.Home-5cells_map .icon1 {
	    background-image: url(../images/icon01.svg);
}
.Home-5cells_map .icon2 {
	    background-image: url(../images/icon02.svg);
}
.Home-5cells_map .icon3 {
	    background-image: url(../images/icon03.svg);
}
.Home-5cells_map .icon4 {
	    background-image: url(../images/icon04.svg);
}
.Home-5cells_map .icon5 {
	    background-image: url(../images/icon05.svg);
}



.Home_productArea {
	width: 100%;
    float: left;
	position: relative;
}
.Home_productArea .Home_productArea-by {
	width: 80%;
	height: 400px;
    float:right;
	background-image: url(../images/chutt.jpg);
	background-size: cover;
    background-position: center center;
	margin-bottom: 100px;
}
.Home_productArea .Home_productArea-by:before {
	content: "";
	background-color: hsl(230deg 100% 11% / 80%);
	width: 80%;
	height: 400px;
	position: absolute;
    top: 0;
    right: 0;
	
}
.Home_productArea-swim {
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);

}
.Home_productArea-map {
	width: 50%;
	 float:left;
}
.Home_productArea-Text {

	width: 50%;
    float: left;
    color: #fff;
    padding-left: 80px;
}



.leftBox  {
	margin: 0 0px;
	width: 100%;
    float: left;
    margin-right: 40px;
	margin-top: 50px;
}
.leftBox .subTitle {
    position: relative;
    font-family: "Cantarell", sans-serif;
    font-size: 20px;
    letter-spacing: .075em;
    text-transform: uppercase;
    padding-left: 75px;
    box-sizing: border-box;
}
.leftBox .subTitle:before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 55px;
  height: 1px;
  background: #fff;
}

 .leftBox .en {
     font-size: 3.2rem;
    line-height: 75px;
    margin-bottom: 25px;
    margin-bottom: 10px;
}
.leftBox h2 {
  display: block;
  font-size: 32px;
  font-weight: 100;
  letter-spacing: .1em;
  margin-bottom: 45px;
}










.Banner{
    background-image: url(../images/BANNER-by.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 35%;
    width: 100%;
    height: 100%;
    display: block;
    float: left;
	position: relative;

}
.Banner:before{
content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    background-color: hsl(230deg 100% 11% / 80%);
    background-size: 40%;
	
	}

.Banner .Banner-map{
    background-image: url(../images/BANNER-by2.jpg);
    background-size: cover;
    background-position: center center;
    width: 80%;
    margin-top: 130px;
    height: 250px;
    display: block;
    float: right;
	    position: relative;

}




.Company {margin:100px 0 180px;position:relative}

.Company ::before{
	content:'';display:block;width:100%;height:calc(100% - 60px);
	position:absolute;top:60px;z-index:0}
.Company  .top-sec-01{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;max-width:1200px;margin:auto}
.Company  .top-sec-01 .title-lang-ja{
	font-size: 4rem;
    display: inline-block;
    line-height: 1.1em;
    margin: 0px;}
.Company  .top-sec-01 .top-sec-01-txt{
	width:46%;
	text-align:left
	;z-index:1}
.Company .top-sec-01 .top-sec-01-txt .top-sec-01-subttl{
	margin-top:30px;
    font-size: 2.5rem;
    line-height: 1.5em;
}
.Company  .top-sec-01 .top-sec-01-txt p{
	margin: 36px 0;
	line-height:2em;
	color:#333}
.Company  .top-sec-01 .top-sec-01-txt .product_list{
	margin-top:48px}
.Company  .top-sec-01 .top-sec-01-txt .product_list li{
	padding-left:18px;
	position:relative;font-weight:700;
	position:relative;color:#24879c;display:inline-block;margin:0 32px 1rem 0}
.Company  .top-sec-01 .top-sec-01-txt .product_list li::before{content:'';display:block;width:10px;height:2px;background:#24879c;border-radius:1px;position:absolute;top:0;bottom:0;left:0;margin:auto}
.Company  .top-sec-01 .top-sec-01-img{width:46%;position:relative}
.Company  .top-sec-01 .top-sec-01-img .top-sec-01-img-main{    
	width: 80%;
    top: 25%;
    position: absolute;
    z-index: 2;
    left: 20%;
-webkit-box-shadow: 10px 10px 25px rgba(4,11,32,.3);
    box-shadow: 10px 10px 25px rgba(4,11,32,.3);}
.Company  .top-sec-01 .top-sec-01-img .top-sec-01-img-sub{width:50%;position:absolute;left:0%;z-index:1;bottom:50% -webkit-box-shadow: 10px 10px 25px rgba(4,11,32,.3);
    box-shadow: 10px 10px 25px rgba(4,11,32,.3);}
.Company  .top-sec-01 .top-sec-01-img img{width:100%}
@media screen and (max-width:1024px){
	.Company  .top-sec-01 .top-sec-01-img .top-sec-01-img-main{width:100%;top:55%;position:absolute;z-index:2}
	.Company  .top-sec-01 .top-sec-01-img .top-sec-01-img-sub{width: 100%;
    position: absolute;
    left: -15%;
    z-index: 1;
    bottom: 50%;}
	}
@media screen and (max-width:767px){
	.Company {margin:80px 0 80px}
    .Company ::before{top:25px;height:calc(100% - 15px);background-size:20px}
	.Company  .top-sec-01{max-width:inherit;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 20px}
    .Company  .top-sec-01 .top-sec-01-txt{width:100%}
	.Company  .top-sec-01 .top-sec-01-txt .top-sec-01-subttl{margin-top:30px;font-size:2.5rem}
	.Company  .top-sec-01 .top-sec-01-txt p{margin-top:18px}
	.Company  .top-sec-01 .top-sec-01-txt .product_list{margin-top:25px;overflow:hidden}
	.Company  .top-sec-01 .top-sec-01-txt .product_list li{padding-left:14px;width:50%;margin:0 0 .8rem 0;float:left}
	.Company  .top-sec-01 .top-sec-01-txt .product_list li::before{width:8px}
	.Company  .top-sec-01 .top-sec-01-img{width:100%;margin-top:150px}
	.Company  .top-sec-01 .top-sec-01-img .top-sec-01-img-main{position:relative;top:0;width:90%;margin-left:auto}
	.Company  .top-sec-01 .top-sec-01-img .top-sec-01-img-sub{bottom:auto;left:-20px;width:90%;position:absolute;top:-120px}


}







