
/*字体并不能在所有设备上都达到最佳的显示，所以可以让设备浏览器来帮助你：*/
/*
html {   
  -moz-osx-font-smoothing: grayscale;   
  -webkit-font-smoothing: antialiased;   
  text-rendering: optimizeLegibility;   
}  
*/
@import "fontface.css";
/************************************************/
.verEn{display:block;}
.navico{
	height:18px;
	margin:-4px 2px 0px;
}
.imgshadow{box-shadow: 0 1px 3px rgba(63, 58, 65, 0.75);padding:15px;}
/************************************************/
html{
	--heavycolor:#333333;
	--lightcolor:#3e3a39;
	--bluecolor:#759ab6;
	--placeholdercolor:#9fa0a0;
}
body{
	position:relative;
	font-family:"Dosis Regular","cwTeXYen",sans-serif,"Microsoft JhengHei";
	overflow-x:hidden;
	overflow-y:scroll;
	font-size:18px;
	color:var(--heavycolor);
	line-height:1.7;
	font-weight:400;
	background-repeat:no-repeat;
	background-position:center -8px;
	background-color:#ffffff;
	margin:0px auto;
}
/************************************************/
/************************************************/
.zoomLens{
	/*width:25px !important;
	height:25px !important;*/
}
/************************************************/
.jstourl{cursor:pointer;}
.jsmyModal{cursor:pointer;}
/************************************************/
.ui-loader-default{ display:none}  
.ui-mobile-viewport{ border:none;}  
.ui-page {padding: 0; margin: 0; outline: 0}   
a{color:#333333;}
/************************************************/
.is-hidden {visibility: hidden;}
.input-group-addon{text-transform:uppercase;}
/************************************************/
.navbar-default.slideUp{
	/*transform: translateY(-100%);*/
	background-color:#FFF;
	transition: all 0.8s ease 0s;	
	box-shadow: 0 1px 3px rgba(63, 58, 65, 0.75);
}
.navbar-default.slideDown{
	/*transform: translateY(0);*/
	background-color:transparent;
	transition: all 0.8s ease 0s;
}
/************************************************/
.UploadBtn{
	
}
/************************************************/
.blue_title {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(231, 235, 239, 0), #07244c, rgba(231, 235, 239, 0)) repeat scroll 0 0;
    text-align: center;
	text-transform:uppercase;
	margin-bottom:40px;
}
.blue_title h1 {
    color: #fff;
    font-weight: 300;
    letter-spacing: 6px;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 10px;
	font-size:35px;
	line-height:42px;
}
.text_con {
    font-size: 22px;
    line-height: 1.75;
}
.section_form_title {
    background: rgba(0, 0, 0, 0) linear-gradient(to right,  rgba(231, 235, 239, 0), #07244c,  rgba(231, 235, 239, 0)) repeat scroll 0 0;
    color: #fff;
    line-height: 39px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}
.section_form_title h1 {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 4px;
    margin: 0 0 8px;
}
.section_form_title h2 {
    font-size: 24px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 0;
}
.section_form_name {
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-top: 30px;
	margin-bottom:30px;
    text-align: center;
	color: #6e6e6e;
    font-family: "cwTeXHei","Oswald",sans-serif;
    text-transform: uppercase;
}
@media (max-width:767px)
{
	.section_form_title h1{
		font-size:30px;
	}
	.section_form_name{
		font-size:20px;
	}
	.section_form_title h2{
		font-size:20px;
	}
}
@media (max-width:480px)
{
	.section_form_title h1{
		font-size:30px;
	}
	.section_form_name{
		font-size:18px;
	}
	.section_form_title h2{
		font-size:20px;
	}
}
/************************************************/
.fzxxll{
	font-size: 12px;	/*IE6-8*/
	font-size: 5vm;		/*IE9*/
	font-size: 5vmin;	/*其他浏览器*/
}
/************************************************/
.ff{font-family:標楷體;}

.temple {
	color: #37758f;
    font-weight: 300;
}
.lead {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px;
	text-align: justify;
}

.lh11{line-height:1.25;}
.lh133{line-height:1.33;}
.lh155{line-height:1.55;}
.lh180{line-height:1.80;}
.lh188{line-height:1.88;}

.cheavy{color:var(--heavycolor);}
.clight{color:var(--lightcolor);}
.cwhite{color:#ffffff;}

.fz9x{font-size:40px;}
.fz5x{font-size:22px;}
.fz3x{font-size:20px;}
.fz1x{font-size:18px;}
.fz0s{font-size:15px;}
.fz1s{font-size:14px;}
.fz2s{font-size:13px;}
.fz3s{font-size:12px;}
.fz4s{font-size:11px;}
.fz5s{font-size:10px;}
.fz6s{font-size:9px;}

.bge7{background:#ffffff;}

.bdgray{border:1px solid #bfbfbf;}

.sameheight{	
	padding-bottom: 500em;
	margin-bottom: -500em;
}

.navbd{
	border-top:1px solid #bcbcbc;
	border-bottom:1px solid #bcbcbc;
}
.template li {
    border-bottom: 1px solid #ddd;
    list-style: outside none none;
    margin-bottom: 5px;
    padding-bottom: 5px;
	line-height:1.5;
}
.template li::before {
    content: "";
    font-family: FontAwesome;
    margin-right: 10px;
}
.template-large li{
	font-size:16px;
	padding-top:10px;
	padding-bottom:10px;
}
.para {
    background: rgba(55, 117, 143, 0.15) none repeat scroll 0 0;
	padding:15px;
}
.para h3{
	font-weight:300;
	margin-bottom:20px;
	margin-top:20px;
}
.para img{
	max-width:540px;
	width:100%;
}
.detailtop{
	margin-top:200px;
}
/************************************************/
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
  transition: all 0.2s ease 0s;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
/************************************************/
/*extend to bootstrap.min.css*/
@media (min-width:768px){.container{width:750px}}
@media (min-width:992px){.container{width:970px}}
@media (min-width:1200px){.container{width:1170px}}
@media (min-width:1600px){.container{width:1170px}}
.navbar-toggle{display:block;}
.navbar-header{float:none;}
.collapse{display:none;}
.navbar-collapse.collapse{display:none !important;}
.navbar-collapse.collapse.in{display:block !important;}
.navbar-default .navbar-toggle{border:none;}
.navbar-default .navbar-toggle .icon-bar{background-color: #2d4b9b;}
.navbar-toggle{
	margin-top:21px;
	overflow:hidden;
	width:60px;
	height:60px;
}
.navbar-toggle .icon-bar{width:40px;}
.navbar-toggle .icon-bar + .icon-bar {margin-top: 10px;}
.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:transparent;}
a:focus,a:hover{text-decoration:none;color:var(--lightcolor);}
.breadcrumb{
	background-color:transparent;
	color:var(--heavycolor);
	margin-left:0px;
	margin-top:10px;
	margin-bottom:0px;
}
.breadcrumb > li + li::before{
	content:"";
	padding:0;
}
.breadcrumb > li{
	margin-right:11px;
	letter-spacing:1.5px;
}
.breadcrumb > li.symbol{
	margin-left:13px;
	margin-right:23px;
}
.btn-primary{
	background-color:var(--heavycolor);
	border-color:var(--heavycolor);
}
.btn-primary:hover{
	background-color:var(--lightcolor);
	border-color:var(--lightcolor);
}
@media (max-width:480px){
	.visible-ms{display:block !important;}
	.hidden-ms{display:none !important;}
}
.navbar{margin-bottom:0px;}
.modal-backdrop{z-index:9100;}
.modal{z-index:9200;}
.modal-dialog{margin-top:30px;}
.modal-open {
	overflow-x:hidden;
	overflow-y:scroll;
}
@media (min-width:480px){
	.modal-open {
		padding-right: 0px !important;
	}
}
.modal-close{
	position:absolute;
	display:block;
	width:30px;
	height:30px;
	border-radius:50%;
	box-shadow:1px 1px 1px #bfbfbf;
	text-align:center;
	padding-top:1px;
	font-size:25px;
	line-height:1;
	right:-15px;
	top:-15px;
	background:#ffffff;
	cursor:pointer;
}
.dropdown-menu{
	min-width:50px;
	box-shadow:0 3px 6px rgba(0, 0, 0, 0.176);
	font-size:14px;
}
.navbar-default{
	/*background-color:#ffffff;*/
	background-color:transparent;
}
.navbar-collapse{
	background-color:#FFF;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border-color:#d1d1d1;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
	max-height:500px;
	max-height:unset;
}
.navbar-news-img{
	transition: all 0.8s ease 0s;
}
.navbar-news-img:hover{
	transform:scale(1.05,1.05);
	transition: all 0.8s ease 0s;
}
/**************extend**********************************/
/*triangle bubble*/
.trianglebubble {
    background: url("../images/1.png") no-repeat scroll 0 0;
	display:table;
    border-radius: 0px;
    color: #000;
    margin: 1em 0 3em;
    padding: 15px;
    position: relative;
}
.trianglebubble::after {
    border-style: solid;
    content: "";
    display: block;
    position: absolute;
	bottom: auto;
    left: auto;
    right: auto;
    top: auto;
}
.trianglebubble.left::after {
    border-color: transparent #fff;
    border-width: 10px 15px 10px 0;
    left: -15px;
    top: 15px;
}
.trianglebubble.right::after {
    border-color: transparent #fff;
    border-width: 10px 0px 10px 15px;
    right: -15px;
    top: 15px;
}
.trianglebubble.top::after {
    border-color: #fff transparent;
    border-width: 0 10px 15px 10px;
    top: -15px;
}
.trianglebubble.bottom::after {
    border-color: #fff transparent;
    border-width: 15px 10px 0;
    bottom: -15px;
}
/*img align*/
.imgalignbox{	
	width:100%;	
}
.imgalignbox span{
   position:relative;
   display:inline-block;
   overflow:hidden;
   width:100%;
   height:100%;
}
.imgalignbox span img{
	max-width:unset;
	max-height:unset;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	margin:auto;
}
.imgalignbox span img.fixwidth{	
	width:100%;
	height:unset;
}
.imgalignbox span img.fixheight{	
	width:unset;
	height:100%;
}
.imgalignbox span img.totop{
	bottom:unset;
}
.imgalignbox span img.tobottom{
	top:unset;
}
.imgalignbox span img.toleft{
	right:unset;
}
.imgalignbox span img.toright{
	left:unset;
}
/************************************************/
.bannerbgimage-container{
	position:relative;
}
.bannerbgimage {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.bannerbgimage-fixed{
	background-attachment:fixed;
	background-size:contain;
}
.bannerposimg {
    height: auto;
    opacity: 0;
    width: 100%;
}
.main_total_row {
    margin-left: -64px;
    margin-right: -64px;
}
.main_box {
    height: 500px;
    overflow: hidden;
    position: relative;
    transform: skewX(-15deg);
}
.no_padding {
    padding-left: 0;
    padding-right: 0;
}
.main_box_img {
    height: 100%;
    position: absolute;
    transform: skewX(15deg);
    width: 110%;
    z-index: 9;
}
.main_box01 .main_box_img {
    margin-left: 68px;
}
.main_box02 .main_box_img {
    margin-left: -68px;
}
.main_box01 .main_box_img::before, .main_box03 .main_box_img::before {
    background: #232323 none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0.6;
    position: absolute;
    transform: translateX(100%);
    transition: all 0.3s cubic-bezier(0.6, 0, 0.3, 1) 0s;
    width: 100%;
    z-index: 6;
}
.main_box02 .main_box_img::before, .main_box04 .main_box_img::before {
    background: #232323 none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0.6;
    position: absolute;
    transform: translateX(-100%);
    transition: all 0.3s cubic-bezier(0.6, 0, 0.3, 1) 0s;
    width: 100%;
    z-index: 6;
}
.main_box_img figure {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 5;
}
.main_box:hover .main_box_img::before, .main_box.active .main_box_img::before {
    transform: translateX(0%);
}
.main_total {
    color: #649ec9;
    left: 50%;
    position: absolute;
    bottom: 0%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.img-max {
    max-width: 100%;
}

.ani_hidden {
    visibility: hidden;
}
.ani_visible {
    visibility: visible;
}
.main_total_plus {
    font-size: 160px;
    line-height: 120px;
    margin-left: -25px;
}
@media (max-width:767px)
{
	.main_total{
		width:100%;
		/*display:none;*/
		bottom:31%;
	}
	.main_box{
		transform: skewX(0deg);
	}
	.main_box_img{
		width:100%;
		transform: skewX(0deg);
	}
	.main_total_row{
		margin-left:0px;
		margin-right:0px;
	}
	.main_box01 .main_box_img,.main_box02 .main_box_img{
		margin-left:0px;
	}
	.main_total_plus{
		font-size: 80px;
		line-height: 100px;
		margin-left:0px;
	}
	.main_box{
		height:25.3vw;
	}
	.main_box_img figure{
		background-position: left bottom;
		background-size: contain;
	}
}	
@media (max-width:480px)
{
	.main_total_plus{
		font-size: 40px;
		line-height: 60px;
	}
}
/************************************************/
::-moz-placeholder{
	color:var(--placeholdercolor);
}
::-webkit-input-placeholder{
	color:var(--placeholdercolor);
}
::-ms-input-placeholder{
	color:var(--placeholdercolor);
}
/*select*/
select:invalid {color: var(--placeholdercolor);}
option[value=""][disabled] {display: none;}
option {color: #595757;}
select.form-control::-ms-expand { display: none; }
select.form-control {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: url("../images/droparrow.png") no-repeat scroll right center #ffffff;
	padding-left: 15px;
	padding-right: 14px;
	padding-top: 10px;
	border-radius:0px;
	border:1px solid #dbdbdc;
	height:43px;	
	box-shadow:none;
}
select.form-control option{
	padding:10px 15px;
}
input.form-control{
	border-radius:0px;
	height:40px;
	line-height:40px;
	background:#ffffff;
	box-shadow:none;
}
.form-control:focus{
	box-shadow:none;
	border-bottom:1px solid #3e3a39;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	background-color:#fff;
	border:1px solid #ccc;
}
input.dropdown{
	background: url("../images/droparrow.png") no-repeat scroll right center #ffffff;
	padding-right: 14px;
}
textarea.form-control{
	background:#ffffff;
}
img{max-width:100%;}
/************************************************/
.mycart-paycard label{margin-right:15px;}
/************************************************/
/*button*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
	color:#ffffff;
}
.menubar{
	cursor:pointer;
	text-align:left;
	color:var(--lightcolor);
}
.menubar:hover,.menubar.active{
	/*color:var(--lightcolor);*/
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
	/*color:var(--lightcolor);*/
	/*text-decoration:underline;*/
}
.nav > li{
	display:table;
	margin:0px auto;
}
.menubar.active span:after{
	left:0px;
	width:100%;
}
.menubar span{
	display:inline-table;
}
.menubar:hover span:after{
	left:0px;
	width:100%;
}
.menubar span:after{
	border-top: 2px solid #ccc;
    bottom: -6px;
    content: "";
    display: block;
    left: 50%;
    padding-bottom: inherit;
    position: absolute;
    transition: width 0.3s ease-out 0s, left 0.3s ease-out 0s, border-color 0.3s ease-out 0s;
    width: 0;
}
.btncolor{
	background-color:var(--heavycolor);
	padding:12px 23px;
	cursor:pointer;
	width:150px;
	height:42px;
	text-align:center;
	color:#ffffff;
	border-radius:1px;
	transition: all 0.8s ease 0s;
}
.btncolor-xs{
	padding:5px 12px;
	width:100px;
	height:25px;
	font-size:14px;
	line-height:1;
}
.btncolor:hover,.btncolor.active{
	background-color:var(--lightcolor);
	width:150px;
	transition: all 0.8s ease 0s;
}
a.btncolor:focus,a.btncolor:hover{
	color:#ffffff;
}
.btnimg{
	background-repeat:no-repeat;
	background-position:left top;
	background-size:100% auto;
	cursor:pointer;
}
.btnimg:hover,.btnimg.active{
	background-position:left bottom;
}
.menuimg{
	background-repeat:no-repeat;
	background-position:left top;
	background-size:100% auto;
	cursor:pointer;
}
.menuimg:hover,.menuimg.active{
	background-position:left bottom;
}
.facebook{
	background-image:url(../images/facebook.png);
	width:38px;
	height:38px;
}
.droparrow {
    background: transparent url("../images/droparrow.png") no-repeat scroll right center;
    cursor: pointer;
    padding-right: 21px;
}
.carousel-indicators{
	bottom:0px;
}
.carousel-indicators li{
	border-color:#bcbcbc;
	margin:0px;
	margin-right:10px;
}
.carousel-indicators .active{
	width:10px;
	height:10px;	
	border-color:#bcbcbc;
	background-color:#bcbcbc;
	margin-right:10px;
}
/*header*/
#mainNav{
	z-index:9000;
	/*position:relative;*/
	width:100%;
	height:130px;
	/*box-shadow:none;*/
	border:none;
}
.header-top-color{
	width:100%;
	height:10px;
	background-color:#000000;
}
.navbar-nav > li > a{
	padding:0;
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header{
	margin-left:unset;
	margin-right:unset;
	margin:0px auto;
}
.navbar-header{
	/*float:none;	
	display:table;*/
	padding-left:15px;
}
.navbar-logo{
	background-image:url(../images/logo.png);
	background-size:100% auto;
	width:145px;
	height:100px;
}
.navbar-header .navbar-logo{
	margin:15px auto !important;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
	margin-left:unset;
}
.navbar-collapse.collapse{height:100% !important;}
button.navbar-toggle{z-index:9200;}
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(1) {
	position: absolute;
    background: #fff none repeat scroll 0 0;
    left: -70px;
    top: -70px;
    transform: translate3d(80px, 94px, 0px) rotate(45deg);
    transition: left 0.2s ease-out 0s, top 0.05s linear 0.2s, transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s, -webkit-transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
}
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
    background-color: transparent;
    transition-delay: 0s;
}
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
	position: absolute;
    background: #fff none repeat scroll 0 0;
    right: -69px;
    top: -76px;
    transform: translate3d(-80px, 90px, 0px) rotate(-45deg);
    transition: right 0.2s ease-out 0s, top 0.05s linear 0.2s, transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s, -webkit-transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
}
#myNavbar{
	z-index:9000;
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	/*background:rgba(0,0,0,0.75);*/
	background: rgba(44, 49, 61, 0.8) none repeat scroll 0 0;
	transition: all 0.3s linear 0s;
	padding-top:100px;
}
.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:focus,.navbar-default .navbar-nav > .open > a:hover{
	background-color:transparent;
	color:var(--lightcolor);
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
	background-color:transparent;
}

.navbar-nav{
	width:100%;
}
.navbar-nav > li{
	float:none;
	line-height:1;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
}
.navbar-default .navbar-nav > li > a{
	color:#ffffff;
	transition: all 0.3s linear 0s;
	margin-top:30px;
	text-transform:uppercase;
}
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus{
	color:#ccc;
}
.nav > li > a{
	font-size:25px;
	line-height:1;
}
.nav > li > a:hover,.nav > li > a:focus{
	background-color:unset;
}
.nav .open > a,.nav .open > a:hover,.nav .open > a:focus{
	background-color:transparent;
	border-color:transparent;
}
.dropdown-menu{
	background-color:#ffffff;
	border-color:var(--lightcolor);
	border-radius:0px;
	min-width:200px;
}
.dropdown-menu > li > a{
	color:var(--heavycolor);
	padding:6px 10px;
}
.dropdown-menu > li > a:hover{
	background-color:transparent;
	color:var(--lightcolor);
}
.dropdown-navbar {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    left: 0;
    margin: 0;
    min-height: 100px;
    padding: 15px 0;
    position: fixed;
    top: 130px;
    width: 100%;
	color:var(--heavycolor);
	border-left:none;
	border-right:none;
}
.dropdown-navbar .jstourl:hover{
	color:var(--lightcolor);
}
/*footer*/
.footer_nav {
    background: #645f64 none repeat scroll 0 0;
    overflow: hidden;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    text-align: left;
}
.footer_nav::before {
    background: #649ec9 none repeat scroll 0 0;
    content: "";
    height: 150%;
    position: absolute;
    right: -24px;
    top: 0;
    transform: rotate(22deg);
    width: 40px;
}
.footer_nav a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin-left: 9px;
	line-height:1.75;
}
.button {
    transition: all 0.3s linear 0s;
}
.footer_nav a:first-child::before {
    content: "";
}
.footer_nav a::before {
    content: "/";
    padding-right: 15px;
}
.footer_bottom {
    /*border-top: 1px solid #a2a8ad;*/
    font-size: 16px;
    line-height: 34px;
    margin-top: 20px;
    padding-top: 20px;
}
.footer_bottom div > span {
    padding-left: 12px;
    padding-right: 12px;
}
.footer_bottom img {
    display: inline-block;
    vertical-align: text-bottom;
}
/*pages*/
#pages{
	width:100%;
	display:block;
	margin:0px auto 0px;
	min-height: calc(100vh - 108px - 184px);
	padding-bottom:50px;
}
.zoomContainer{margin-top:0px;}
.gldp-default{/*margin-top:-130x;*/}
.title-underline {
	display:none;
    background: #8c8c8c none repeat scroll 0 0;
    height: 1px;
    margin-top: 5px;
    width: 60px;
}
.pagestitle{
	font-size:30px;
	font-weight:bold;
	color:var(--heavycolor);
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;
}
#pages p.txt{
	line-height:1.75;
}
.pagessubtitle{
	font-size:25px;
	font-weight:bold;
	color:var(--heavycolor);
	text-align:left;
	margin-top:50px;
	margin-bottom:25px;
}
.sharetitle{
	font-size:25px;
	margin-bottom:15px;
	text-align:center;
}
.sharetxt{
	font-size:20px;
	line-height:1.5;
	text-align:center;
}
.carousel-control.left,.carousel-control.right{
	background-image:none;
}
.carousel-control span.glyphicon{
	width:50px;
	height:25px;
	background-color:#000;
	line-height:0.5;
	transform:scale(1,2)
}
.glyphicon-chevron-left::before{
	content:"<";
}
.glyphicon-chevron-right::before{
	content:">";
}
/*float*/
.btn_tab {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    left: 0;
    overflow: hidden;
    position: fixed;
    bottom: 100px;
    z-index: 999;
}
.btn_tab::after {
    animation: 3s ease 0s normal none infinite running shine;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2)) repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 30;
}
.for_pc{
	display:block;
}
.btn_layout01 {
    backface-visibility: hidden;
    background: #645f64 none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 43px;
    overflow: hidden;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    text-transform: uppercase;
}
.btn_layout01::before {
    background: #649ec9 none repeat scroll 0 0;
    content: "";
    height: 150%;
    /*left: 92%;*/
	right: -31px;
    position: absolute;
    top: 0;
    transform: rotate(22deg);
    transition: all 0.3s cubic-bezier(0.6, 0, 0.3, 1) 0s;
    width: 40px;
    z-index: 5;
}
.btn_layout01:hover::before,.btn_layout01.active::before {
    left: -10px;
    transform: rotate(22deg) scale(10);
}
.btn_layout01 > span {
    position: relative;
    z-index: 10;
}
.btn_layout01:hover > span,.btn_layout01.active > span {
    color: #fff;
}
.btn_layout01::after {
    animation: 3.5s ease 0s normal none infinite running shine;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2)) repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 30;
}
.btn_layout01_xs{
	font-size:14px;
    line-height: 30px;
    padding-left: 30px;
    padding-right: 30px;
	letter-spacing:1px;
	min-width:120px;
	text-align:center;
}
.btn_layout01-xs{
	font-size:14px;
    line-height: 30px;
    padding-left: 30px;
    padding-right: 30px;
	letter-spacing:1px;
	min-width:120px;
	text-align:center;
}
.btn_layout01-red{
	background: #ff0000 none repeat scroll 0 0;
}
@keyframes shine {
40%, 100% {
    left: 155%;
}
}
@keyframes shine {
40%, 100% {
    left: 155%;
}
}
/*index*/
.index-two-img{
	height:292px;
}
.index-three-img{
	height:184.6666666666666666px;
}
/*float-social*/
.float-social{
	z-index:8000;
	position:fixed;
	top:250px;
	right:0px;
	width:80px;
	border-left:1px solid #eaeaea;
}
.socialtxt{
	text-align:center;
	background-color:#000;
	padding-top:15px;
	padding-bottom:15px;
	color:#ffffff;
	cursor:pointer;
	font-size:14px;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
}
.socialtxt:hover{
	background-color:#3e3a39;
}
.socialbg{
	text-align:center;	
	padding-top:15px;
	padding-bottom:15px;
	color:#3e3a39;
	cursor:pointer;
	border-bottom:1px solid #eaeaea;
}
.socialbg:hover{
	background-color:#eaeaea;
}
/*news*/
.newscontainer{
	min-height:250px;
}
/*fudiao*/
.glossy .image-wrap::before {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.15) 100%) repeat scroll 0 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    content: " ";
    height: 50%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.image-wrap::after {
    /*border: 1px solid #1b1b1b;*/
    border-radius: 7px;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
    content: " ";
    height: 100%;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 100%;
}
.image-wrap {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: bottom;
	background-color:#FFF;
}
.image-wrap {
    margin-bottom: 5px;
    margin-right: 5px;
	height:250px;
}
.image-wrap img{
	border-radius: 6px;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);*/
	vertical-align: bottom;
	max-height:250px;
}
/*index*/
#pages.index-mtop{
	/*margin-top:705px;*/
}
/*aboutus*/
#pages.aboutus-mtop{
	/*margin-top:705px;*/
}
/*news*/
#pages.news-mtop{
	/*margin-top:705px;*/
}
.tech_middle_box {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 157px;
    margin-bottom: 6px;
    position: relative;
}
.tech_middle_text {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.tech_middle_text h3{
	line-height:2;
}
/*product*/
.product-item{
	height:250px;
	padding:15px;
	text-align:center;
	margin-bottom:30px;
}
.product-item img{
	max-width:100%;
	height:220px;
}
.product-item p{
	font-size:14px;
	line-height:1.75;
}
/*aboutus*/
.aboutusbg{
	position:relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	width:100%;
	height:262px;
}
.aboutusbanner-carousel-indicators{
	position:relative;
	margin-top:50px;
	width:100%;
	margin-left:0px;
	left:0px;
}
.aboutusbanner-carousel-indicators{
	bottom:0px;
}
.aboutusbanner-carousel-indicators li{
	border:none;
	margin:0px;
	margin-right:10px;
	border-radius:0px;
}
.aboutusbanner-carousel-indicators li{
	position: relative;
    text-transform: uppercase;
	width:140px;
	height:38px; 
	padding-left: 2%;
    padding-right: 2%;
	display: inline-block;
    font-size: 16px;
    line-height: 38px;
	text-indent: 0;
	overflow: hidden;
}
.aboutusbanner-carousel-indicators .active{
	background: #645f64 none repeat scroll 0 0;
    color: #fff;
	width:140px;
	height:38px; 
}
.aboutusbanner-carousel-indicators .active::before{
	background: #649ec9 none repeat scroll 0 0;
    content: "";
    height: 150%;
    left: 92%;
    position: absolute;
    top: 0;
    transform: rotate(22deg);
    transition: all 0.3s cubic-bezier(0.6, 0, 0.3, 1) 0s;
    width: 40px;
}
.aboutusbg .aboutus-content{
	position:absolute;
	left:0px;
	top:0px;
	height:262px;
	width:100%;
	max-width:600px;
	background:#e7ebef;
	padding-left:80px;
}
.aboutusbg .aboutus-content .aboutus-year{
	transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	color: #649ec9;
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition-delay: 0.4s;
	margin-top:80px;
	margin-bottom:15px;	
}
.aboutusbg .aboutus-content .aboutus-title{
	transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	font-size: 30px;
    font-weight: normal;
    letter-spacing: 2px;
    transition-delay: 0.2s;
	margin-bottom:15px;
}
.aboutusbg .aboutus-content .aboutus-brief{
	transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	font-size: 15px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 22px;
}
/*promotion*/
.section_solution {
    margin-bottom: 25px;
}
.solution_box {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.row_solution {
    margin-bottom: 110px;
    margin-top: 100px;
}
.solution_img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    overflow: hidden;
    /*padding-bottom: 73%;*/
    padding-bottom: 100%;
    position: relative;
    z-index: 10;
}
.solution_title {
    color: #fff;
    display: inline-block;
    font-size: 76px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 76px;
    position: absolute;
}
.solution_box01 .solution_title {
    right: 10px;
    top: 10px;
}
.solution_box02 .solution_title {
    bottom: 10px;
    left: 10px;
}
.solution_box03 .solution_title {
    left: 10px;
    top: 10px;
}
.solution_text {
    background: #645f64 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 15px;
    position: relative;
    text-align: left;
    z-index: 8;
	text-transform:uppercase;
}
.solution_text span {
    display: inline-block;
}
.solution_text span b{
	font-size:18px;
}
.solution_img{
	position:relative;
}
.solution_img::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #645f64;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    bottom: -1px;
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    z-index: 9999;
}
.solution_img .solution_name{
	position:absolute;
	width:150px;
	font-size:22px;
	color:#645f64;
}
.solution_img .solution_price{
	position:absolute;
	width:50px;
	font-size:20px;
	color:#645f64;
}
.solution_img .solution_white{
	color:#ffffff;
}
.solutionleft{left:15px;}
.solutionright{right:15px;}
.solutiontop{top:10%;}
.solutionbottom{bottom:10%;}
@media screen and (min-width: 768px) {
	.solution_box02 .solution_img::before {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		border-color: #645f64 transparent transparent;
		border-image: none;
		border-style: solid;
		border-width: 10px;
		top: -1px;
	}
	.solution_text {
		bottom: 1px;
		left: 0;
		position: absolute;
		transition: all 0.3s cubic-bezier(0.6, 0, 0.3, 1) 0s;
		width: 100%;
	}
	.solution_box {
		transition: all 0.3s cubic-bezier(0.6, 0, 0.3, 1) 0s;
	}
	.solution_box:hover {
		margin-top: -4%;
	}
	.solution_box:hover .solution_text {
		transform: translateY(100%);
	}
	.solution_text span {
		opacity: 0;
		transform: translateY(30%);
		transition: all 0.3s linear 0.2s;
	}
	.solution_box:hover .solution_text span {
		opacity: 1;
		transform: translateY(0px);
	}
	.solution_box02 .solution_text {
		bottom: initial;
		top: 0;
		transition: all 0.3s cubic-bezier(0.6, 0, 0.3, 1) 0s;
	}
	.solution_box02:hover {
		margin-bottom: -4%;
		margin-top: 4%;
	}
	.solution_box02:hover .solution_text {
		transform: translateY(-100%);
	}
}
@media screen and (max-width: 767px) {
	.solution_title {
		font-size: 120px;
		line-height: 120px;
	}
	.solution_img::before {
		border-width: 40px;
		margin-left: -40px;
	}
	.solution_text {
		font-size: 18px;
		line-height: 1.5;
		margin-top: -1px;
		padding-bottom: 30px;
		padding-top: 30px;
		position: relative;
		z-index: 99999;
	}
	.section_solution{
		margin-bottom:0px;
	}
	.row_solution {
		margin-bottom: 0;
		margin-top: 0;
	}
}
/*contactus*/
.comment_lead_wrapper2 {
    color: #645f64;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 8px;
    text-align: left;
    width: 100%;
}
.comment_box_fr_up {
    background-color: #645f64;
    line-height: 48px;
    padding: 0 18px;
}
.comment_box_text1 {
    color: #fff;
    display: inline;
    font-size: 22px;
    letter-spacing: 1px;
    padding-left: 10px;
}
.comment_box_text2 {
    color: #fff;
    display: inline;
    font-size: 14px;
    letter-spacing: 1px;
}
.comment_box_text3{
	font-size:14px;
	line-height:1.5;
}
.comment_lead_wrapper2 .jspContainer {
    height: 160px;
}
.comment_lead_wrapper2 .unitreply {
    border-bottom: 1px solid #726e73;
    margin: 16px 32px 16px 18px;
    padding-bottom: 18px;
}
.comment_lead_wrapper2 .unitreply {
    display: block;
    width: initial;
}
.comment_lead_wrapper2 .lfloat {
    float: left;
}
img {
    max-width: 100%;
}
.comment_lead_wrapper2 .rfloat {
    display: block;
    float: left;
    margin: 0 5% 0 0;
    padding-left: 15px;
    width: 82%;
}
.comment_lead_wrapper2 .rfloat .commentusername a {
    font-size: 16px;
}
.rfloat .commentusername a {
    color: #649ec9;
    font-size: 16px;
}
.comment_lead_wrapper2 .commenttime {
    display: inline-block;
    padding-left: 10px;
}
#comment_box_fr {
	height:350px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #e7ebef none repeat scroll 0 0;
    border-color: currentcolor #726e73 #726e73;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.comment_lead_wrapper2 .unitreply:nth-child(2) {
    margin-top: 0;
}
.comment_lead_wrapper2 .jspVerticalBar {
    right: 11px;
}
@media (max-width: 767px) {
.comment_lead_wrapper2 .jspContainer {
    height: 400px;
}
#comment_box_fr {
    font-size: 20px;
    line-height: 30px;
}
.comment_box_text1 {
    font-size: 26px;
}
.comment_box_fr_up {
    padding-top: 10px;
}
}
/*form*/
label.control-label{display:none;}
input.field01,select.field01 ,input.mbsc-control{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: currentcolor currentcolor #645f64;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: 0 0 1px;
    box-sizing: border-box;
    /*color: inherit;*/
    font-family: inherit;
    font-size: 18px;
    height: 34px;
    line-height: 34px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0 5px;
    width: 100%;
}
select.field01,input.mbsc-control{
	background: rgba(0, 0, 0, 0) url("../images/droparrow.png") no-repeat scroll right center;
}
/*treatment*/
.treatment-top{
	margin-top:50px;
}
.treatment-item-container{
	/*min-height:500px;*/
}
.treatment-item{
	position:relative;
	border:1px solid #645f64;
	height:222px;
	margin-bottom:0px;
	background-color:#FFF;
	border-left:none;
	border-right:none;
}
.treatment-item + .treatment-item{
	border-top:none;
}
.treatment-block{
	position:relative;	
	float:left;
	text-align:center;
	padding:4px;
	height:220px;
}
.treatment-block img{
	height:210px;
}
.treatment-block p{
	font-size:16px;
	margin-top:25px;
}
.treatment-block1{width:40%;}
.treatment-block2{width:60%;}
.treatment-block-float-left{float:left;}
.treatment-block-float-right{float:right;}
/*
.treatment-item:nth-child(odd) .treatment-block:first-child{width:28%;}
.treatment-item:nth-child(odd) .treatment-block:last-child{width:72%;}
.treatment-item:nth-child(even) .treatment-block:first-child{width:72%;}
.treatment-item:nth-child(even) .treatment-block:last-child{width:28%;}
*/
.treatment-block + .treatment-block{	
	/*border-left:1px solid #645f64;*/
}
.treatmentbg{
	position:relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	width:100%;
	height:262px;
}
.treatmentbanner-carousel-indicators{
	position:relative;
	margin-top:50px;
	width:100%;
	margin-left:0px;
	left:0px;
}
.treatmentbanner-carousel-indicators{
	bottom:0px;
}
.treatmentbanner-carousel-indicators li{
	border:none;
	margin:0px;
	margin-right:10px;
	border-radius:0px;
}
.treatmentbanner-carousel-indicators li{
	position: relative;
    /*text-transform: uppercase;*/
	width:auto;
	height:38px; 
	padding-left: 15px;
    padding-right: 15px;
	display: inline-block;
    font-size: 16px;
    line-height: 38px;
	text-indent: 0;
	overflow: hidden;
}
.treatmentbanner-carousel-indicators .active{
	background: #645f64 none repeat scroll 0 0;
    color: #fff;
	width:auto;
	height:38px; 
}
.treatmentbanner-carousel-indicators .active::before{
	background: #649ec9 none repeat scroll 0 0;
    content: "";
    height: 150%;
    left: 92%;
    position: absolute;
    top: 0;
    transform: rotate(22deg);
    transition: all 0.3s cubic-bezier(0.6, 0, 0.3, 1) 0s;
    width: 40px;
}
.treatment-content{
	position:absolute;
	height:100%;
	width:100%;
	/*max-width:600px;*/
	background:#e7ebef;
	padding-top:15px;
}
.treatment-content-left{	
	left:0px;
	top:0px;
	text-align:left;
	padding-left:50px;
}
.treatment-content-right{	
	right:0px;
	top:0px;
	text-align:right;
	padding-right:50px;
}
.treatment-content .treatment-year{
	transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	color: #649ec9;
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition-delay: 0.4s;
	margin-top:80px;
	margin-bottom:15px;	
}
.treatment-content .treatment-title{
	transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    transition-delay: 0.2s;
	margin-bottom:10px;
}
.treatment-content .treatment-brief{
	transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 22px;
	width:100%;
	max-width:600px;
	margin-bottom:10px;
}
.treatment-content .treatment-capacity{
	transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 22px;
	width:100%;
	max-width:600px;
	margin-bottom:10px;
}
.treatment-content .treatment-price{
	transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 22px;
	width:100%;
	max-width:600px;
	margin-bottom:15px;
}
.treatment-content .treatment-buy{
	transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 22px;
	width:298px;
}
.treatment-content .treatment-buy span{
	 letter-spacing: 2px;
	 font-size:16px;
	 line-height:30px;
}
input.input-qty{
	height:30px;
	width:80px;
	text-align:center;
}
.treatment-content .treatment-buy .btn_layout01 span{
	font-size:14px;
}
.treatment-content-left .treatment-brief,.treatment-content-left .treatment-capacity,.treatment-content-left .treatment-price,.treatment-content-left .treatment-buy{
	float:left;
}
.treatment-content-right .treatment-brief,.treatment-content-right .treatment-capacity,.treatment-content-right .treatment-price,.treatment-content-right .treatment-buy{
	float:right;
}
/*professional*/
.exp_point {
    line-height: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
	text-align:center;
}
.exp_no {
    display: inline;
    font-size: 40px;
    margin-right: 5px;
    vertical-align: baseline;
}
.exp_con {
	font-size: 22px;
    line-height: 26px;
    display: inline;
    padding-left: 10px;
    position: relative;
    vertical-align: text-bottom;
}
.exp_con::before {
    border-left: 1px solid #645f63;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 3px;
    transform: skewX(-30deg);
    width: 100%;
}

.no_padding {
    padding-left: 0;
    padding-right: 0;
}
.top_box {
	position: relative;
}

.top_img {
	height: 0;
	overflow: hidden;
	padding-bottom: 150%;
	position: relative;
	transform: skewX(-15deg);
}

.top_img::after {
	box-shadow: 5px 0 8px rgba(33, 33, 33, 0.3) inset;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 20;
}
.top_img figure {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: -21%;
	position: absolute;
	top: 0;
	transform: skewX(15deg);
	width: 142%;
}

.top_text {
	bottom: 14px;
	color: #0d0d0d;
	left: -52px;
	letter-spacing: 0;
	position: absolute;
	width: 100%;
}
.top_price {
	display: inline-block;
	font-size: 40px;
	font-weight: 300;
	margin: 0;
	text-transform: uppercase;
}

.top_name {
	/*display: inline-block;*/
	display: block;
	font-size: 20px;
	font-style: italic;
	line-height: 20px;
	margin: 10px 0;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.top_name {
		padding-left: 5px;
	}
	.top5_row .no_padding {
		transition: width 0.3s cubic-bezier(0.6, 0, 0.3, 1) 0s;
		width: 23%;
	}

	.top5_row .no_padding.active {
		width: 44%;
	}

	.top5_row .container .row {
		margin-left: -5%;
		margin-right: -10%;
	}

	.top_img {
		padding-bottom: 650px;
	}

	.top_img figure {
		left: -51%;
		width: 202%;
	}
	.top_img::before {
		content: "";
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		transition: width 0.3s cubic-bezier(0.6, 0, 0.3, 1) 0s;
		width: 100%;
		z-index: 10;
	}

	.top_box04 .top_img::before {
		background: rgba(56, 92, 134, 0.6) none repeat scroll 0 0;
	}

	.top_box03 .top_img::before, .top_box05 .top_img::before {
		background: rgba(66, 66, 66, 0.6) none repeat scroll 0 0;
	}

	.top5_row .active .top_img::before {
		width: 0;
	}

	.top_text {
		color: #fff;
	}

	.top5_row .active .top_text {
		color: #4d4d4d;
	}

	.top_name {
		height: 0;
		margin: 0;
		opacity: 0;
		padding: 0;
		transform: translateX(50px);
		transition: all 0.3s cubic-bezier(0.6, 0, 0.3, 1) 0.3s, opacity 0.3s cubic-bezier(0.6, 0, 0.3, 1) 0.5s, transform 0.3s cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
		width: 100px;
	}

	.top5_row .active .top_name {
		height: auto;
		opacity: 1;
		transform: translateX(0px);
	}

	.top_price {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.top_text {
		left: -20px;
	}

	.top_box01 .top_text, .top_box03 .top_text, .top_box05 .top_text, .top_box07 .top_text {
		left: 90px;
	}

	.top_img{
		transform: skewX(0deg);
	}
	.top_img::before {
		height: 33%;
	}

	.top_price {
		font-size: 28px;
	}
}
/*decode*/
.row_total {
    color: #649ec9;
    font-size: 160px;
}
.total_plus{
    text-align: center;
}
/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
/*aboutus*/
.content-txt{
	line-height:1.75;	
}
.content-bigtitle{
	color:var(--bluecolor);
	font-size:30px;
	line-height:1.75;
}
.content-title{
	color:var(--bluecolor);
	font-size:24px;
	line-height:1.75;
}
/*contactus*/
.section_contactus {
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 34px;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
}
.embed-responsive-item{
	width:100%;
	height:500px;
}
.slimming-wrap{
    border-width: 1px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    padding: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: table;
    margin-bottom: 20px;
    padding: 15px;
    transition: border 0.2s ease-in-out 0s;
	overflow:hidden;
}
.slimming-wrap:before{
	content:"";
}
.imgdirectionleft{float:left;}
.imgdirectionright{float:right;}
.treatmentdetail{
	background-color: #58585a;
	color:#ffffff;
    display: table;
    letter-spacing: 2px;
    margin-top: 20px;
    padding: 3px 8px;
}
.slimming-wrap h2{
	color:var(--bluecolor);
	font-size: 30px;
	line-height:1.5;
	margin-bottom:15px;
}
.imgdirectionleft .btn_layout01{float:right;}
.imgdirectionright .btn_layout01{float:left;}
.truncate{
	min-height:120px;
	margin-bottom:15px;
}
.slimming-wrap img{
	z-index:50;
}
.slimming-wrap p{
	z-index:40;
}
@media (max-width: 767px) {
	.imgdirectionright{float:left;}
	.truncate{min-height:10px;margin-bottom:20px;}
	.imgdirectionleft .btn_layout01{float:left;}
	.imgdirectionright .btn_layout01{float:left;}
	.slimming-wrap h2{
		line-height:1;
		margin-top:15px;
		margin-bottom:15px;
	}
}


/*****************************/
/*                           */
/* responsive max-width=1600 */
/*                           */
/*****************************/

@media (max-width:1600px)
{
	
}

/*****************************/
/*                           */
/* responsive max-width=1200 */
/*                           */
/*****************************/

@media (max-width:1200px)
{
	.index-two-img{
		height:236.5px;
	}
	.index-three-img{
		height:147.6666666666666666px;
	}
}

/*****************************/
/*                           */
/* responsive max-width=992  */
/*                           */
/*****************************/

@media (max-width:991px)
{
	.index-two-img{
		height:176px;
	}
	.index-three-img{
		height:107.3333333333333333px;
	}
	.navbar-nav > li{
		/*margin-right:10px;*/
		font-size:14px;
	}
}

/*****************************/
/*                           */
/* responsive max-width=767  */
/*                           */
/*****************************/

@media (max-width:767px)
{
	
	.blue_title {
		background:#07244c;
	}
	.detailtop{
		margin-top:50px;
	}
	footer{border-top:1px solid rgba(63, 58, 65, 0.25);}
	.section_form_name br{
		display:none;
	}
	.slimming-wrap h2{
		font-size:25px;
	}
	.pagestitle img{
		max-width:150px;
	}	
	.for_pc{
		display:none;
	}
	.navbar-nav > li{
		float:none;
		/*display:block;*/
	}	
	#myNavbar{
		float:none;
	}
	.navbar-default.slideDown,.navbar-default {
		background-color: #ffffff;
		transition: all 0.8s ease 0s;
	}
	.navbar-fixed-bottom, .navbar-fixed-top{
		position:relative;
		box-shadow: 0 1px 3px rgba(63, 58, 65, 0.75);
	}
	.bannerbgimage-fixed {
		background-attachment:local;
		background-size: cover;
	}
	.footer{
		padding-right:0px;
	}
	.navbar-toggle{
		margin-top:35px;
	}
	.navbar-nav{
		margin:0px 0px;
		margin-top:60px;
	}
	.navbar-logo{
		/*width:137px;
		height:76px;*/
	}
	.navbd{
		border:none;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		border:none;
	}
	.container-fluid > .navbar-header, .container > .navbar-header{
		display:block;
		padding-left:15px;
	}
	.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header{
		/*margin-left:-15px;
		margin-right:-15px;*/
	}
	.dropdown-navbar{
		min-height:30px;
	}
	#mainNav{
		/*height:130px;*/
		/*position:relative;*/
	}
	#pages{
		margin-top:0px;
	}
	.footer_nav{
		display:none;
	}
	.footer_bottom{
		font-size:14px;
	}
	.footer_bottom div > span {
		display: block;
		float: none;
	}
	.zoomContainer{margin-top:0px;}
	.gldp-default{margin-top:0px;}
	#myNavbar {
		/*background-color: #fff;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.176);
		border-top:1px solid rgba(63, 58, 65, 0.15);
		margin-top: 0;*/
	}
	.navbar-toggle{
		margin-top:30px;
	}
	.imgalignbox.index-two-img span img.fixheight{	
		width:100%;
		height:unset;
	}
	.index-two-img{
		height:300px;
	}
	.index-three-img{
		height:300px;
	}
	.float-social{
		display:none;
	}
	.carousel-control span.glyphicon{
		font-size:12px;
		line-height:0.55;
		width:20px;
		height:10px;
	}
	.form-group > div:not(:last-child){
		margin-bottom:20px;
	}
	.aboutusbg .aboutus-content{
		padding-left:50px;
	}
	.top_text,.top_box02 .top_text, .top_box03 .top_text, .top_box04 .top_text{
		left:0px;
		bottom:0px;
		padding-left:20px;
		padding-top:10px;
		background:rgba(0,0,0,0.5);
		color:#fff;
	}
	.treatment-top{
		margin-top:0px;
	}
	.treatment-item{
		height:auto;
	}
	.treatment-block{
		float:none;
	}
	.treatment-block1,.treatment-block2 {
		width: 100%;
	}
	.exp_point{
		text-align:left;
	}
	.treatment-content-left,.treatment-content-right{
		padding-left:15px;
		padding-right:15px;
		left:0px;
		right:auto;
		text-align:left;
		
	}
	.treatment-content-right .treatment-brief,.treatment-content-right .treatment-capacity,.treatment-content-right .treatment-price,.treatment-content-right .treatment-buy{
		float:left;
	}
	.blue_title h1{
		letter-spacing:2px;
		font-size: 25px !important;
	}
	.text_con{
		font-size:18px;
	}
	input.input-qty{
		width:40px;
	}
	.treatment-block + .treatment-block{
		border-left: none;
	}
	.treatment-block-float-left,.treatment-block-float-right{
		float:none;
	}
	.fa-lg{
		font-size: 2em;
		line-height: 1;
	}
	a.button+a.button{
		margin-left:15px;
	}
	.content-txt{
		letter-spacing:1px;
	}
	.slimming-wrap p{
		font-size:16px;
		letter-spacing:1.5px;
	}
}

/*****************************/
/*                           */
/* responsive max-width=480  */
/*                           */
/*****************************/

@media (max-width:479px)
{
	
	.navbar-logo{
		/*width:124px;
		height:69px;*/
	}
	#mainNav{
		/*height:130px;*/
	}	
	.footer_bottom div > span {
		display: block;
		float: none;
	}
	.aboutusbg .aboutus-content{
		padding-left:30px;
	}
	.section_contactus{
		font-size:22px;
	}
	
	.blue_title h1{
		letter-spacing:1px;
		font-size: 22px !important;
	}
}

/*****************************/
/*                           */
/* responsive max-width=360  */
/*                           */
/*****************************/

@media (max-width:359px)
{
	body{
		width:100%;
		min-width:360px;
		overflow-x:scroll;
	}
	#mainNav{
		position:relative;
	}
	.bannerbgimage-fixed{
		background-attachment: scroll;
	}	
}

/*****************************/
/*                           */
/*   responsive max-height   */
/*                           */
/*****************************/

@media (max-height:768px)
{
	#myNavbar{
		padding-top:40px;
	}
	.navbar-nav{
		margin-top:40px;
	}
}

@media (max-height:600px)
{
	#myNavbar{
		padding-top:20px;
	}
	.navbar-nav > li{
		padding-top:0px;
		padding-bottom:15px;
	}
}




.imghover {    
    -webkit-filter: brightness(100%);
	-moz-filter: brightness(100%);
	-o-filter: brightness(100%);
	-ms-filter: brightness(100%);
	filter: brightness(100%);
	transition: all 0.8s ease 0s;	
	transform:matrix(1,0,0,1,0,0);
}
.imghover:hover{
    -webkit-filter: brightness(70%);
	-moz-filter: brightness(70%);
	-o-filter: brightness(70%);
	-ms-filter: brightness(70%);
	filter: brightness(70%);
	transform:matrix(1.1,0,0,1.1,0,0);
}