@charset "utf-8";

body{ font-family:"微軟正黑體", "新細明體", "Arial Unicode MS"}

.container-fluid{ max-width:1600px;}

.footer{
	color:#fff;
	background-color:#333;
	text-align:center;
	padding:24px 0;
}
.footer a{ color:#c89f62;}
.share{margin:8px 0;}
.share img{margin:0 2px;}

.backtop{
	position:fixed;
	z-index:15;
	width:48px;
	height:48px;
	left:100%;
	top:93%;
	margin-top:-64px;
	margin-left:-64px;
	padding:5px;
	background-color:rgba(000,000,000,0.5);
	text-align:center;
	color:#fff;
	font-size:1.3rem;
	border-radius:4px;
	cursor:pointer;
	-webkit-transition: background 0.3s; /* Safari */ 
	transition: background 0.3s;
}
.backtop:hover{ background-color:#930;}


.title_line{
	width:96px;
	height:1px;
	background-color:#fff;
	margin:12px auto;
}


.navbar{ padding:0px;}
.navbar-brand{ margin-left:15px;}
@media (min-width:768px){.navbar-brand{ margin-left:0;}}
.navbar-toggler{ margin:15px;}
.navbar-nav .nav-item .nav-link{ padding:15px;}
.navbar-nav .nav-item .nav-link:hover{ background-color:#999;}



.menu_header{ position:fixed; z-index:9000; top:0; left:0; width:240px; height:100%; background-color:#c89f62; -webkit-transition: margin 0.3s; /* Safari */ transition: margin 0.3s; overflow-y: auto;}

.menu_header img{ margin:12px 0;}

.menu_close{ left:100%; margin-left:0px;}
.menu_open{ left:100%; margin-left:-240px;}

.menu_header .container-fluid{ padding:0; position:relative; max-width:1600px;}


@media (min-width:992px){
	.menu_header{ position:fixed; width:100%; height:128px; background-image:url(../../images/top_nav_bg.png); background-size: contain; background-color:transparent; overflow-y:visible; -webkit-transition: all 0.2s; /* Safari */ transition: all 0.2s;}
	.menu_open, .menu_close{ left:0; margin-left:0;}
	.menu_header .container-fluid{ padding:0 15px;}
}

.logo_big{ display:none}
@media (min-width:992px){
	.logo_big{ display: block; text-align:center;  float:left;}
}
.logo_big img{ -webkit-transition: all 0.3s; /* Safari */ transition: all 0.3s; width:360px; height:auto; margin-top:15px;}

.menu_ul{list-style:none; padding:0;}
.menu_ul li{ border-bottom:1px solid #930;}

.menu_ul li a{ color:#fff; display:block; font-size:1.1rem; -webkit-transition: background 0.3s; /* Safari */ transition: background 0.3s;  padding:15px;}
.menu_ul li a:hover, .menu_ul li a:focus{ text-decoration:none; background-color:#930;}

.menu_ul li a span{ display:block; font-size:0.8rem;}


@media (min-width:992px){
	.menu_ul{ text-align:center; border-radius:4px; height:48px; float:right; margin-top:24px; -webkit-transition: all 0.2s; /* Safari */ transition: all 0.2s;}
	.menu_ul li{ float:left; border:none; position:relative;}
	.menu_ul li a{ color:#fff; font-size:1rem; width:110px; text-align:center; padding:20px 0 17px 0;}
	.menu_ul li a:hover, .menu_ul li a:focus{ background-color:#930; color:#fff;}
	.menu_ul .mobile_home{ display:none;}
}
@media (min-width:1200px){
	.menu_ul li a{ font-size:1.1rem; width:150px; text-align:center; padding:18px 0 17px 0;}
}


.mobile_hide{ background-color:#000; opacity:0; position:fixed; z-index:8999; top:0; left:0; width:100%; height:100%;}

.mobile_header{ background-color:#c89f62; position:fixed; z-index:8900; height:88px; width:100%;}

.mobile_header img{ margin:25px 0 0 15px;}

.iconbar{float:right; width:48px; height:36px; margin:24px 15px; border:2px solid #fff; border-radius:4px; cursor:pointer; background-position:center; background-repeat:no-repeat;-webkit-transition: background 0.2s; /* For Safari 3.1 to 6.0 */ transition: background 0.2s;}

.iconbar_open{background-image:url(../../images/iconbar.png);}
.iconbar_close{background-image:url(../../images/iconbar2.png); border-color:#c89f62;}

.menu_title{ margin:3px 15px; padding-top:23px; padding-bottom:16px; color:#fff; font-family:Verdana, Geneva, sans-serif;}

@media (min-width:992px){
	.mobile_hide{ display:none;}
	.mobile_header{ display:none;}
	.iconbar_close{ display:none;}
	.menu_title{ display:none;}
}


.menu_ul .sub_nav{ display:none;}
.menu_ul .sub_nav a{ font-size:0.8rem; padding:10px 20px;}
@media (min-width:992px){
	.menu_ul .sub_nav{ position:absolute; top:80px; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
	.menu_ul .sub_nav a{ background-image:none; padding:15px 15px; margin:0; border-top:0px dotted #ccc; background-color:#ededed; color:#777; width:260px; margin-left:0; font-size:0.9rem; text-align:left; }
	.menu_ul .sub_nav a:hover{background-color:#c89f62; color:#fff; border-bottom:none;}
}
@media (min-width:1600px){
	.menu_ul .sub_nav a{width:280px; margin-left:0; padding:15px 30px;}
}


.nav_product:hover .sub_nav_product{ display:block;}

.fadeInRight{
  -webkit-animation: fadeInRight 0.4s; /* Safari 4+ */
  -moz-animation:    fadeInRight 0.4s; /* Fx 5+ */
  -o-animation:      fadeInRight 0.4s; /* Opera 12+ */
  animation:         fadeInRight 0.4s; /* IE 10+, Fx 29+ */
}



@media (min-width:992px){
.menu_header.menu_scroll{ background-color:#c89f62; height:88px; background-image:none;}
.menu_header.menu_scroll .menu_ul{ margin-top:0px;}
.menu_header.menu_scroll .menu_ul li a{ padding:22px 0 22px 0;}
.menu_header.menu_scroll .logo_big img{ width:280px;}

.menu_header.menu_scroll .menu_ul li .sub_nav{ top:88px;}
.menu_header.menu_scroll .menu_ul li .sub_nav a{padding:15px 30px;}
}



.top_blank{ height:88px;}
@media (min-width:992px){.top_blank{ height:0px;}}






.carousel-fade .carousel-inner .carousel-item {
	height: 480px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition-property: opacity;
	-webkit-transition-duration: 1.0s;
    -moz-transition-duration: 1.0s;
    -o-transition-duration: 1.0s;
    transition-duration: 1.0s;
	
}
.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-caption{ top:150px; text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;}
.carousel-caption h2{ animation-duration:1s;}
.carousel-caption p{ margin:15px 0; animation-delay:0.5s; animation-duration:1s; font-size:2rem;}

@media (min-width:992px){
	.carousel-fade .carousel-inner .carousel-item { height:640px;}
	.carousel-caption h2{ font-size:2.8rem; animation-duration:1s;}
	.carousel-caption p{ font-size:2.8rem;}
	.carousel-caption{ top:240px;}
}
@media (min-width:1600px){
	.carousel-fade .carousel-inner .carousel-item { height:800px;}
	.carousel-caption{ top:320px;}
}



@media (min-width:992px){
	.carousel-caption1{ top:360px; text-align:left; width:50%; left:120px;}
	.carousel-caption1 h2{ font-size:2.8rem; animation-duration:1s;}
	.carousel-caption1 p{ font-size:2.8rem;}
}
@media (min-width:1600px){
	.carousel-caption1{ top:480px; left:10%;}
	.carousel-caption1 h2{ font-size:2.8rem; animation-duration:1s;}
	.carousel-caption1 p{ font-size:2.8rem;}
}


@media (min-width:992px){
	.carousel-caption2{ top:300px; text-align:left; width:50%; left:120px;}
	.carousel-caption2 h2{ font-size:2.8rem; animation-duration:1s;}
	.carousel-caption2 p{ font-size:2.8rem;}
}
@media (min-width:1600px){
	.carousel-caption2{ top:390px; left:10%;}
	.carousel-caption2 h2{ font-size:2.8rem; animation-duration:1s;}
	.carousel-caption2 p{ font-size:2.8rem;}
}

@media (min-width:992px){
	.carousel-caption3{ top:250px; text-align:left; width:640px; left:100%; transform:translateX(-100%);}
	.carousel-caption3 h2{ font-size:2.8rem; animation-duration:1s;}
	.carousel-caption3 p{ font-size:2.8rem;}
}
@media (min-width:1600px){
	.carousel-caption3{ top:330px; left:100%; width:720px; transform:translateX(-100%);}
	.carousel-caption3 h2{ font-size:2.8rem; animation-duration:1s;}
	.carousel-caption3 p{ font-size:2.8rem;}
}




.top_banner_pro{ position:absolute; top:80px; left:50%; margin-left:-150px;}
.top_banner_pro img{ width:320px; height:auto;}
@media (min-width:992px){
	.top_banner_pro{ position:absolute; top:60px; left:0%; margin-left:0; display:block}
	.top_banner_pro img{ width:500px; height:auto;}
}
@media (min-width:1200px){
	.top_banner_pro{ position:absolute; top:40px; left:3%; margin-left:0; display:block}
	.top_banner_pro img{ width:560px; height:auto;}
}
@media (min-width:1600px){
	.top_banner_pro{ position:absolute; top:20px; left:8%; margin-left:0; display:block}
	.top_banner_pro img{ width:600px; height:auto;}
}



header {
  position: relative;
  background-color: black;
  height: 480px;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
@media (min-width:992px){
	header {height: 640px;}
}
@media (min-width:1600px){
	header {height: 800px;}
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}








.top_block1{ position:relative;}

.top_about_col{ position:relative;}
.top_about_text{ padding:60px 15px; text-align:justify;}
.top_about_text h2{ color:#777; line-height:2rem; font-size:1.2rem;}

.top_about_text h1{ border-left:1px solid #cae000; padding-left:15px; color:#555; margin:20px 0;}
.top_about_text h1 span{ display:block; font-size:1rem; color:#cae000; margin-bottom:5px; margin-left:4px;}
.top_about_text p{ line-height:1.8rem; margin-left:15px; color:#777;}
.top_about_pic{ text-align:center; padding:15px;}
.top_about_pic img{  -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
.top_about_pic p{ font-size:0.9rem; color:#555; text-align:center; margin:10px 0;}

.top_about_title{ color:#555; display:block; font-size:2rem; position:relative; text-align:center;}
.top_about_title img{ display:block; margin:10px auto;}
.top_about_bg,
.top_about_bg2,
.top_about_bg3,
.top_about_bg4,
.top_about_bg5{ display:none; background-position:center; position:absolute; width:100%; }

.top_about_pic_sp a{ color:#c89f62}
.top_about_pic_sp a:hover{ color:#993300; text-decoration:none;}
.top_about_title_sp{ color:#c89f62; display:block;}
.top_about_title_sp2{ display:block;}

@media (min-width:992px){
	.top_about_text{ position:absolute; top:50%; left:0; width:100%; transform:translateY(-50%); padding:45px;}
	.top_about_pic{ padding:0;}
	.top_about_pic img{ margin-top:0; max-width:480px;}
	.top_about_bg{ height:200px; display:block;}
	.top_about_bg2{ height:535px; top:540px; display:block;}
	.top_about_bg3{ height:647px; top:1280px; display:block;}
	.top_about_bg4{ height:535px; top:2120px; display:block;}
	.top_about_bg5{ height:647px; top:3120px; display:block;}
	
	.top_about_text h2{ color:#777; line-height:2.4rem; font-size:1.6rem;}
	.top_about_title{ color:#555; font-size:2.4rem; position:relative; width:calc(100% - 120px); margin-bottom:50px;}
	.top_about_title img{ position:absolute; top:0; left:50%; margin-top:-30px; padding-left:120px;}
	
	
	.top_about_pic_sp{ padding:160px 0;}
	.top_about_title_sp{ display:inline-block;}
	.top_about_title_sp2{ display:inline-block;}
}

@media (min-width:1280px){
	.top_about_title{ width:calc(100% - 120px); margin-bottom:50px; font-size:3rem; }
	.top_about_title img{ position:absolute; top:0; left:50%; margin-top:-24px; padding-left:150px;}
	.top_about_text h2{ color:#777; line-height:2.8rem; font-size:2.4rem;}
}

.top_more{ text-align:right; margin:40px 0 0 0;}
.top_more a{ padding:15px 40px; background-color:#006a65; color:#fff; -webkit-transition:all 0.2s; /* For Safari 3.1 to 6.0 */ transition:all 0.2s;}
.top_more a:hover{ background-color:#cae000; text-decoration:none;}
.top_more a i{ margin-right:10px;}


.top_feature_title{ color:#555; display:block; font-size:2rem; position:relative; text-align:center; margin-bottom:15px;}
.top_feature_title_sub{ color:#c00; font-size:1.2rem; display:block;}
.top_feature_title .title_add{ position:absolute; width:72px; height:auto; top:50%; left:50%; transform:translate(-160px,-50px); animation-duration:2s;}


.top_feature_title_pic{ margin-top:30px; text-align:center;}
.top_feature_title_pic img{ max-width:640px; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
.top_feature_title_pic p{ font-size:0.9rem; color:#555; margin:10px 0;}


.top_feature_ul{ color:#777; font-size:1.2rem;}
.top_feature_pic1{ text-align:center; margin:30px 0;}
.top_feature_pic1 img{ max-width:100%;}
.top_feature_pic2{ padding:30px; margin:30px 0;}
.top_feature_pic2 img{-moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
@media (min-width:992px){
	.top_feature_title{ color:#555; font-size:2.4rem; position:relative; width:100%; margin-bottom:15px;}
	.top_feature_title_sub{ font-size:1.4rem;}
	.top_feature_title .title_add{ position:absolute; width:100px; height:auto; top:50%; left:50%; transform:translate(-220px,-50px);}
	.top_feature_pic1{ text-align:center; margin:80px 0;}
	.top_feature_pic2{ padding:30px; margin:60px 0;}
	.top_feature_pic3{ padding:30px; margin:60px 0;}
	
}
@media (min-width:1280px){
	.top_feature_title{ width:100%; margin-bottom:15px; font-size:3rem; }
	.top_feature_title_sub{ font-size:1.8rem;}
	.top_feature_title .title_add{ position:absolute; width:140px; height:auto; top:50%; left:50%; transform:translate(-300px,-70px);}
	.top_feature_ul{font-size:1.4rem;}
	.top_feature_pic1 img{ width:480px;}
	
}

.top_feature_link{ margin:20px 0; text-align:center;}
.top_feature_link a{ background-color:#c00; font-size:1.1rem; color:#fff; padding:15px 40px; border-radius:30px; -webkit-transition:all 0.2s; /* For Safari 3.1 to 6.0 */ transition:all 0.2s;}
.top_feature_link a:hover{background-color:#600; text-decoration:none;}
.top_feature_row img{ max-width:100%;}

.top_block1_title h1{ text-align:center; margin:60px 0 30px 0; color:#555; font-size:2.8rem;}
.top_block1_title h1 i{ font-size:3.6rem; color:#c89f62; padding:15px 0;}

.top_block1_title ul{color:#777; font-size:1.2rem; text-align:center;}
.top_block1_title ul li{ display:inline-block; margin:0px 10px; width:170px; text-align:left;}
.top_block1_title ul li i{ margin-right:5px;}
@media (min-width:992px){
	.top_block1_title ul{color:#777; font-size:1.6rem; text-align:center;}
	.top_block1_title ul li{ display:inline-block; margin:0px 10px; width:240px; text-align:left;}
	.top_block1_title ul li i{ margin-right:10px;}
}






/*----------------------------------------NEW 200610--------------------------------------------------------*/

.top_block_1c h6{ font-size:0.9rem; margin:10px 0; color:#777;}
.top_block_1c h3{ color:#555;}
.top_block_1c .top_feature_title{ margin-top:60px;}
.top_block_1c .embed-responsive{ margin-bottom:60px;}
.top_block_1c .row .col-lg-6 h6{ margin-bottom:30px;}
@media (min-width:992px){
	.top_block_1c .top_feature_title{ margin-top:0;}
	.top_block_1c .embed-responsive{ margin-bottom:0;}
	.top_block_1c .row .col-lg-6 h6{ margin-bottom:0;}
}

.top_feature_title .title_add2{ position:absolute; width:72px; height:auto; top:50%; left:50%; transform:translate(-160px,-64px); animation-duration:2s;}
@media (min-width:992px){
	.top_feature_title .title_add2{ position:absolute; width:100px; height:auto; top:50%; left:50%; transform:translate(-260px,-50px);}
	
}
@media (min-width:1280px){
	.top_feature_title .title_add2{ position:absolute; width:140px; height:auto; top:50%; left:50%; transform:translate(-360px,-70px);}
	
}




.top_block2 .container-fluid{ max-width:none; padding:0;}
.top_block2 h1{ text-align:center; margin:60px 0; color:#555; font-size:2.8rem;}
.top_block2 h1 i{ font-size:3.6rem; color:#c89f62; padding:15px 0;}


.top_case_con{ background-position:center; background-size:cover; height:640px; padding:15px; position:relative;}
.top_case_con a{ position:absolute; z-index:10; top:0; left:0; width:100%; height:100%; background-color:#000; opacity:0; -webkit-transition:all 0.2s; /* For Safari 3.1 to 6.0 */ transition:all 0.2s;}
.top_case_con a:hover{ opacity:0;}
.top_case_wrapper{ border:1px solid #fff; height:calc(100% - 30px); width:calc(100% - 30px); position:absolute;  z-index:6;}
.top_case_con h1{ width:32px; margin:30px auto; color:#fff; font-size:2rem; text-shadow: 0px 0px 5px #333, 0px 0px 10px #555, 0px 0px 15px #777;}
.pattern {
    background-image:url(../../images/pattern.png);
    background-repeat: repeat;
    background-attachment:scroll;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
	z-index:5;
	-webkit-transition:all 0.2s; /* For Safari 3.1 to 6.0 */ transition:all 0.2s;
}
.top_case_con:hover .pattern{ opacity:0.2;}



.prev-alt{ background-color:#cae000; color:#fff; position:absolute; z-index:555; cursor:pointer; top:50%; left:0%; margin-left:30px; padding:6px 12px 7px 12px; transform:translate(0,-50%); opacity:0.75; border-radius:50%; font-size:0.8rem;}
.prev-alt:hover{ opacity:1;}
.next-alt{ background-color:#cae000; color:#fff; position:absolute; z-index:555; cursor:pointer; top:50%; left:100%; margin-left:-30px; padding:6px 12px 7px 12px; transform:translate(-100%,-50%); opacity:0.75; border-radius:50%; font-size:0.8rem;}
.next-alt:hover{ opacity:1;}



.top_case_slick2 .top_case_con{ height:640px; margin:15px;}

.top_case_slick2 .top_case_con .top_product_link,
.top_case_slick2 .top_case_con .top_product_link2{top:100%; left:100%; width:80px; height:80px; border:1px solid #fff; font-size:1.2rem; padding:10px 15px; color:#fff; background-color:transparent; opacity:1; text-align:center; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray; text-shadow: 0px 0px 5px #333, 0px 0px 10px #555, 0px 0px 15px #777;}
.top_case_slick2 .top_case_con .top_product_link:hover,
.top_case_slick2 .top_case_con .top_product_link2:hover{ text-decoration:none; background-color:#fff; color:#555; text-shadow:none;}
.top_case_slick2 .top_case_con .top_product_link{ transform:translate(-150%,-280%);}
.top_case_slick2 .top_case_con .top_product_link2{ transform:translate(-150%,-150%);}


.top_case_slick2 .top_case_con .top_case_wrapper h1{ margin:236px 0 0 30px;}




.top_block3{ margin:15px 0 80px 0; background-image:none; background-position:top center; background-repeat:no-repeat;}
.top_block3 .container-fluid{}
.top_block3 h1{ text-align:center; margin:60px 0; color:#555; font-size:2.8rem;}
.top_block3 h1 i{ font-size:3.6rem; color:#c89f62; padding:15px 0;}

.top_news_con{ margin:15px 0; position:relative; -webkit-transition:all 0.2s; /* For Safari 3.1 to 6.0 */ transition:all 0.2s;}
.top_news_con:hover{ transform:translateY(-15px);-moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}

.top_news_pic{ background-position:center; background-size:cover; height:320px; }
.top_news_text{ padding:15px; background-color:#fff;}
.top_news_text h5{ color:#555;}
.top_news_text h6{ color:#c89f62; margin:10px 0;}
.top_news_text h6 span{ background-color:#c89f62; color:#fff; padding:2px 8px; border-radius:4px; font-size:0.8rem; margin-right:10px; margin-top:-4px;}
.top_news_text p{ color:#777;}

.top_news_more{ margin:45px 0 30px 0; text-align:center; }
.top_news_more a{background-color:#c89f62; color:#fff; padding:15px 80px; border-radius:30px;  -webkit-transition:all 0.2s; /* For Safari 3.1 to 6.0 */ transition:all 0.2s;}
.top_news_more a:hover{background-color:#930; text-decoration:none;}


.top_contact_block{ padding:30px 0; background-color:#c89f62;}

.top_contact_text{ text-align:center;}
.top_contact_text ul{ list-style:none; padding:0; font-size:0.9rem; margin-top:10px; color:#fff;}
.top_contact_text img{ max-width:100%; height:auto;}
@media (min-width:992px){
	.top_contact_text{ text-align:left;}
}

.site_map{ display:none;}
@media (min-width:992px){.site_map{ display:block;}}
.site_map_con h5 a{color:#fff; font-size:1.1rem;}
.site_map_con ul{ list-style:none; padding:0; font-size:0.9rem;}
.site_map_con ul li a{color:#fff;}

.site_map_con h5 a:hover,
.site_map_con ul li a:hover{ color:#CCC; text-decoration:none;}


.guide{ margin-top:32px; margin-bottom:32px;}
.guide a{ color:#fff; background-color:#cae000; padding:10px 18px; border-radius:20px; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.guide a:hover{ text-decoration:none; background-color:#006a65; color:#fff;}
@media (min-width:768px){.guide{ display:none;}}



.valuation_btn{
	position:fixed;
	z-index:800;
	left:15px;
	top:100px;
}
@media (min-width:992px){
	.valuation_btn{
		position:fixed;
		z-index:15;
		left:30px;
		top:150px;
	}
}

.share_float{position:fixed;z-index:800;left:100%;top:100%; width:40px; margin-left:-60px; margin-top:-321px;}
.share_float img{ margin:5px 0;}


/*.alert_block{ position:fixed; left:0; top:0; z-index:9998; width:100%; height:100%; background-color:rgba(050,050,050,0.7);-webkit-transition: transform 5s, opacity 0.3s; transition: transform 5s, opacity 0.3s;}
.alert_block .alert_con{ position:fixed; top:50%; left:50%; margin-top:-124px; margin-left:-120px; width:240px; height:248px; -webkit-transition: transform 5s, opacity 0.3s; transition: transform 5s, opacity 0.3s; display:block;}
.alert_block .alert_con .alert_con_pic img{width:240px; height:auto;}

@media (min-width:992px){
	.alert_block .alert_con{margin-top:-341px; margin-left:-330px; width:661px; height:682px;}
	.alert_block .alert_con .alert_con_pic img{width:661px; height:682px;}
}

.alert_block{ position:fixed; left:0; top:0; z-index:9997; width:100%; height:100%; background-color:rgba(050,050,050,0.7);-webkit-transition: transform 5s, opacity 0.3s; transition: transform 5s, opacity 0.3s;}
.alert_block .alert_con{ position:fixed; top:50%; left:50%; margin-top:-65px; margin-left:-120px; width:240px; height:131px; -webkit-transition: transform 5s, opacity 0.3s; transition: transform 5s, opacity 0.3s; display:block;}
.alert_block .alert_con .alert_con_pic img{width:240px; height:auto;}

@media (min-width:992px){
	.alert_block .alert_con{margin-top:-180px; margin-left:-330px; width:661px; height:360px;}
	.alert_block .alert_con .alert_con_pic img{width:661px; height:360px;}
}


.alert_block .alert_con_times{ height:0; position:relative;}
.alert_block .alert_con_times img{ position:absolute; left:100%; top:0; margin-top:-20px; margin-left:-20px; width:40px; height:auto; cursor:pointer;}

.alert_block2 .alert_con_times{ height:0; position:relative;}
.alert_block2 .alert_con_times img{ position:absolute; left:100%; top:0; margin-top:-20px; margin-left:-20px; width:40px; height:auto; cursor:pointer;}*/


.view_lg{ display:none;}
@media (min-width:992px){
	.view_sm{ display:none;}
	.view_lg{ display:block;}
}

.alert_block{ position:fixed; left:0; top:0; z-index:9997; width:100%; height:100%; background-color:rgba(050,050,050,0.7);-webkit-transition: transform 5s, opacity 0.3s; transition: transform 5s, opacity 0.3s;}
.alert_block .alert_con{ position:fixed; top:50%; left:50%; margin-top:-180px; margin-left:-150px; width:300px; height:auto; -webkit-transition: transform 5s, opacity 0.3s; transition: transform 5s, opacity 0.3s; display:block;}
.alert_block .alert_con .alert_con_pic img{width:300px; height:auto;}
.alert_block .alert_con .alert_con_pic2 img{width:300px; height:auto; margin-top:4px;}

@media (min-width:992px){
	.alert_block .alert_con{margin-top:-400px; margin-left:-330px; width:661px; height:770px;}
	.alert_block .alert_con .alert_con_pic img{width:661px; height:360px;}
	.alert_block .alert_con .alert_con_pic2 img{width:661px; height:404px; margin-top:6px;}
}


.alert_block .alert_con_times{ height:0; position:relative;}
.alert_block .alert_con_times img{ position:absolute; left:100%; top:0; margin-top:-20px; margin-left:-20px; width:40px; height:auto; cursor:pointer;}




.top_blank{ height:88px;}
@media (min-width:992px){.top_blank{ height:0;}}

.top_blank2{ height:88px;}

.page_bread{ background-color:#ededed; margin:0; font-size:0.9rem; display:table; width:100%; position:relative;}
.page_bread .container-fluid{}
.page_bread .breadcrumb { background:none; float:right; text-align:left;   padding:15px 0 0 0;}
.page_bread .breadcrumb li{ border-radius:0; color:#555;}
.page_bread .breadcrumb li::before{ color:#555;}
.page_bread .breadcrumb a{ color:#555;}
.page_bread .breadcrumb a:hover{color:#c89f62; text-decoration:none;}


.page_block{ padding:80px 0; background-image:url(../images/about_bg1.jpg); background-size:cover; background-position:center; line-height:1.8rem;}



.side_nav{ margin-bottom:30px;}


.side_nav_title{ padding:0 30px 15px 30px; border-bottom:1px solid #ccc;}
.side_nav_title h3{ color:#555;}
.side_nav_title h5{ color:#c89f62;}


.side_nav ul{ padding:0; list-style:none;}
.side_nav ul li a{ padding:15px 30px; color:#777; border-bottom:1px solid #ddd; display:block; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.side_nav ul li a:hover,
.side_nav ul li a.active{ background-color:#c89f62; color:#fff; text-decoration:none; border-bottom:1px solid #c89f62;}


.page_content_wrapper p{color:#777;}
.page_content_wrapper .page_title{ color:#555; font-size:2.8rem; padding-bottom:25px; border-bottom:1px solid #999; text-align:center;}
.page_content_wrapper .page_title span{ color:#c89f62; font-size:1.2rem; display:block;}
@media (min-width:992px){
	.page_content_wrapper .page_title{ font-size:3.4rem; }
	.page_content_wrapper .page_title span{font-size:1.6rem; margin-left:10px; display:inline-block;}
	.page_content_wrapper .page_video{ max-width:420px;}
}

.page_slogan{ padding:30px; background-color:#ededed; border:4px dashed #ccc; line-height:2rem;}
.page_slogan h5{ color:#555; text-align:center;}
.page_slogan .page_slogan_icon{ text-align:center; font-size:3.2rem; margin-bottom:30px}
@media (min-width:576px){
	.page_slogan h5{ margin-left:80px; text-align:left;}
	.page_slogan .page_slogan_icon{ float:left; width:64px; margin-bottom:0;}
}

.page_sub_title{ border-left:4px solid #c89f62; padding-left:10px; color:#555;}

.page_about_pic_row img{ margin:15px 0;}

.page_about_ol{ padding-left:32px; color:#777;}
.page_about_ol li{ border-bottom:2px dotted #ddd; padding:10px 0;}
.page_about_ol li:last-child{ border-bottom:none;}



.page_product_intro_pic img{ width:100%; height:auto; margin:15px 0;}
.page_product_intro_text{ padding:15px; background-color:#ededed;}
.page_product_intro_text ul{ padding-left:25px;}
@media (min-width:1200px){
	.page_product_intro_pic{ float:left;}
	.page_product_intro_pic img{ width:700px; max-width:100%; height:auto; margin:0;}
	.page_product_intro_text{ margin-left:720px; padding:30px; min-height:400px;}
	
}
@media (min-width:1600px){
	.page_product_intro_pic{ float:left;}
	.page_product_intro_pic img{ width:700px; max-width:100%; height:auto; margin:0;}
	.page_product_intro_text{ margin-left:720px; padding:30px; min-height:400px;}
	
}

.page_product_method_pic img{ max-width:100%; height:auto;}

.product_block .table-responsive table{ font-size:0.9rem;}
.product_block .table-responsive table th{ background-color:#c89f62; color:#fff; text-align:center;}
.product_block .table-responsive table td{ background-color:#fff; color:#777; text-align:center;}

.product_block .page_sub_title{ margin-top:30px; clear:both;}

.page_product_clean_row p{ text-align:center;}

@media (min-width:1200px){
	.page_product_dl{ position:relative;}
	.page_product_dl p{ position:absolute; left:350px; top:50%; transform:translateY(-50%);}
}

.product_block .page_content_wrapper img{ max-width:100%; height:auto;}



.product_block .page_work_pic_row.page_product_guide_row .page_work_con{ margin:0 0 15px 0;}


.page_work_con{ background-position:center; background-size:cover; height:480px; position:relative; margin:15px 0; overflow:hidden;}
.page_work_con a{ position:absolute; z-index:10; top:0; left:0; width:100%; height:100%; background-color:#000; opacity:0; -webkit-transition:all 0.2s; /* For Safari 3.1 to 6.0 */ transition:all 0.2s;}
.page_work_con a:hover{ opacity:0;}

.page_work_con2{ height:360px;}
.page_work_con2 a{ text-align:center; font-size:3rem; padding-top:160px; background-color:#c89f62; color:#fff;  opacity:0;}
.page_work_con2 a:hover{ opacity:0.8;}

.page_work_text{ position:absolute; width:100%; height:100%; background-color:rgba(200,159,98,0.9); color:#fff; padding:30px 15px; top:calc(100% - 80px); -webkit-transition:all 0.3s; /* For Safari 3.1 to 6.0 */ transition:all 0.3s;}
.page_work_text h5 i{ margin-right:10px;}
.page_work_text h6,
.page_work_text ul{ color:#fff; opacity:0; -webkit-transition:all 0.2s; /* For Safari 3.1 to 6.0 */ transition:all 0.2s;}
.page_work_con:hover .page_work_text{ top:0;}
.page_work_con:hover .page_work_text h6,
.page_work_con:hover .page_work_text ul{ opacity:1;}

.page_work_pic_row p{ text-align:center; color:#777; font-size:0.9rem;}

.pagination .page-item .page-link{ color:#c89f62;}
.pagination .page-item.active .page-link{ background-color:#c89f62; border-color:#c89f62; color:#fff;}






.page_contact_text{ padding:30px; background-color:#ededed;}
.page_contact_text h3{ color:#555;}
.page_contact_text ul{ padding:0; list-style:none; color:#777;}
.page_contact_text_span{ display:block; margin-left:75px;}
@media (min-width:1600px){
	.page_contact_text{ padding:30px 30px 30px 60px ; }	
}


.contact_block form{ color:#555;}
.contact_block form .form-group textarea{border-radius:0; padding:20px; background-color:#ededed;}
.contact_block form .form-group input{ border-radius:0; padding:20px; background-color:#ededed;}
.contact_block form .form-group button{ background-color:#c89f62; border-color:#c89f62; color:#fff; border-radius:0; padding:15px 0; width:118px; text-align:center; }
.contact_block form .form-group button[type="reset"]{background-color:#ccc; border-color:#ccc; color:#555;}


