/* CSS Document */
 url('../font/_-webfont.woff2') format('woff2'),
 url('../font/visbycf-light-webfont.woff2') format('woff2'),
@font-face {
	font-family: 'æ–¹æ­£å…°äº­é»‘ç®€ä½“';
	src: url('../font/_-webfont.eot') format('eot');
	src: url('../font/_-webfont.eot?#iefix') format('embedded-opentype'),         
		 url('../font/_-webfont.TTF') format('truetype'),  url('../font/_-webfont.woff') format('woff'),  url('../font/_-webfont.svg#fzlantingheis-r-gbregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'visby_cflight';
	src: url('../font/visbycf-light-webfont.eot') format('eot');
	src: url('../font/visbycf-light-webfont.eot?#iefix') format('embedded-opentype'),          
         url('../font/visbycf-light-webfont.woff') format('woff'),  url('../font/visbycf-light-webfont.svg#visby_cflight') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
	overflow-x: hidden;
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], select, textarea, button {
	-webkit-appearance: none;
	outline: none;
}
.content {
	font-family: 'å¾®è½¯é›…é»‘', Arial;
}
.header {
	top: 0;
	right: 0;
	width: 100%;
	background: #fff;
	z-index: 100;
	position: relative;
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
}
.r {
	float: right;
}
.header>.r {
	padding: 10px 0;
}
.header .h-sbox {
	position: relative;
}
.header .h-sbox .h-searchs {
	background: url(../img/header-seacher.jpg) no-repeat center;
	width: 12px;
	height: 48px;
	padding: 0 10px;
	cursor: pointer;
}
.header .h-search {
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	padding-left: 41px;
	z-index: 10;
	height: 48px;
	padding-right: 10px;
	right: -234px;
	display: none;
}
.header .h-search-c {
	border: 1px solid #e5e5e5;
	border-radius: 100px;
	height: 27px;
	padding: 0 9px;
	position: relative;
	margin-top: 10px;
	width: 214px;
}
.header .h-search .sbut {
	background: url(../img/header-seacher.jpg) no-repeat center;
	width: 12px;
	height: 26px;
	border: none;
	cursor: pointer;
	float: right;
}
.header .h-search .stxt {
	width: 200px;
	line-height: 26px;
	border: none;
	float: right;
}
.header .h-search .closed {
	background: url(../img/closed.jpg) no-repeat center;
	width: 11px;
	height: 11px;
	display: block;
	position: absolute;
	left: -21px;
	top: 50%;
	margin-top: -5px;
	cursor: pointer;
}
.header .h-language {
	float: right;
	position: relative;
}
.header .h-line {
	border-left: 1px solid #e5e5e5;
	padding: 0 10px;
	height: 48px;
}
.header .h-language .h-ltt {
	text-align: center;
	padding: 12px 22px 0 22px;
	height: 36px;
	cursor: pointer;
}
.header .h-language .h-listbox {
	position: absolute;
	left: -1px;
	top: 48px;
	width: 100%;
	text-align: center;
	background: #fff;
	display: none;
	padding-top: 10px;
	border-top: none;
}
.header .h-language .h-listbox dl {
	margin: 0 0 20px 0;
}
.header .h-info .c {
	margin: 0 10px;
	display: inline-block;
	line-height: 48px;
	color: #a0a0a0;
	font-size: 12px;
}
.header .h-info .c img {
	vertical-align: middle;
	margin-right: 5px;
}
.menu {
	height: 68px;
	background: #dcbc81;
	width: 68px;
	text-align: center;
	cursor: pointer;
	float: left;
	position: relative;
}
.menu .menu-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
	display: block;
	display: none;
	animation: menuline 0.8s ease infinite;
	-webkit-animation: menuline 0.8s ease infinite;
	-moz-animation: menuline 0.8s ease infinite;
	-o-animation: menuline 0.8s ease infinite;
}
.menu .menu-line {
	width: 32px;
	height: 26px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -13px 0 0 -16px;
}
.menu .menu-line i {
	display: block;
	margin: 0 0 3px 0;
	background: #fff;
	height: 3px;
}
.menu .menu-line i.ml01 {
	width: 32px;
	animation: menuline 1s ease infinite;
	-webkit-animation: menuline 1s ease infinite;
	-moz-animation: menuline 1s ease infinite;
	-o-animation: menuline 1s ease infinite;
}
.menu .menu-line i.ml02 {
	width: 28px;
	animation: menuline2 1s ease infinite 0.2s;
	-webkit-animation: menuline2 1s ease infinite 0.2s;
	-moz-animation: menuline2 1s ease infinite 0.2s;
	-o-animation: menuline2 1s ease infinite 0.2s;
}
.menu .menu-line i.ml02+i.ml02 {
	width: 28px;
	animation: menuline2 1s ease infinite 0.1s;
	-webkit-animation: menuline2 1s ease infinite 0.1s;
	-moz-animation: menuline2 1s ease infinite 0.1s;
	-o-animation: menuline2 1s ease infinite 0.1s;
}
.menu .menu-line i.ml03 {
	width: 21px;
	animation: menuline3 1s ease infinite .2s;
	-webkit-animation: menuline3 1s ease infinite .2s;
	-moz-animation: menuline3 1s ease infinite .2s;
	-o-animation: menuline3 1s ease infinite .2s;
}
@keyframes menuline {
 0% {
 width:25px;
}
 50% {
 width:32px;
}
 100% {
 width:25px;
}
}
@-webkit-keyframes menuline {
 0% {
 width:25px;
}
 50% {
 width:32px;
}
 100% {
 width:25px;
}
}
@-moz-keyframes menuline {
 0% {
 width:25px;
}
 50% {
 width:32px;
}
 100% {
 width:25px;
}
}
@-ms-keyframes menuline {
 0% {
 width:25px;
}
 50% {
 width:32px;
}
 100% {
 width:25px;
}
}
@-o-keyframes menuline {
 0% {
 width:25px;
}
 50% {
 width:32px;
}
 100% {
 width:25px;
}
}
@keyframes menuline2 {
 0% {
 width:20px;
}
 50% {
 width:28px;
}
 100% {
 width:20px;
}
}
@-webkit-keyframes menuline2 {
 0% {
 width:20px;
}
 50% {
 width:28px;
}
 100% {
 width:20px;
}
}
@-moz-keyframes menuline2 {
 0% {
 width:20px;
}
 50% {
 width:28px;
}
 100% {
 width:20px;
}
}
@-ms-keyframes menuline2 {
 0% {
 width:20px;
}
 50% {
 width:28px;
}
 100% {
 width:20px;
}
}
@-o-keyframes menuline2 {
 0% {
 width:20px;
}
 50% {
 width:28px;
}
 100% {
 width:20px;
}
}
@keyframes menuline3 {
 0% {
 width:13px;
}
 50% {
 width:21px;
}
 100% {
 width:13px;
}
}
@-webkit-keyframes menuline3 {
 0% {
 width:13px;
}
 50% {
 width:21px;
}
 100% {
 width:13px;
}
}
@-moz-keyframes menuline3 {
 0% {
 width:13px;
}
 50% {
 width:21px;
}
 100% {
 width:13px;
}
}
@-ms-keyframes menuline3 {
 0% {
 width:13px;
}
 50% {
 width:21px;
}
 100% {
 width:13px;
}
}
@-o-keyframes menuline3 {
 0% {
 width:13px;
}
 50% {
 width:21px;
}
 100% {
 width:13px;
}
}
@keyframes menuarrow {
 0% {
 transform:translate3d(-15px, 0, 0);
 -webkit-transform:translate3d(-15px, 0, 0);
 -moz-transform:translate3d(-15px, 0, 0);
 -o-transform:translate3d(-15px, 0, 0);
 -ms-transform:translate3d(-15px, 0, 0);
}
 50% {
 transform:translate3d(0px, 0, 0);
 -webkit-transform:translate3d(0px, 0, 0);
 -moz-transform:translate3d(0px, 0, 0);
 -o-transform:translate3d(0px, 0, 0);
 -ms-transform:translate3d(0px, 0, 0);
}
 100% {
 transform:translate3d(15px, 0, 0);
 -webkit-transform:translate3d(15px, 0, 0);
 -moz-transform:translate3d(15px, 0, 0);
 -o-transform:translate3d(15px, 0, 0);
 -ms-transform:translate3d(15px, 0, 0);
}
}
@-webkit-keyframes menuarrow {
 0% {
 transform:translate3d(-15px, 0, 0);
 -webkit-transform:translate3d(-15px, 0, 0);
 -moz-transform:translate3d(-15px, 0, 0);
 -o-transform:translate3d(-15px, 0, 0);
 -ms-transform:translate3d(-15px, 0, 0);
}
 50% {
 transform:translate3d(0px, 0, 0);
 -webkit-transform:translate3d(0px, 0, 0);
 -moz-transform:translate3d(0px, 0, 0);
 -o-transform:translate3d(0px, 0, 0);
 -ms-transform:translate3d(0px, 0, 0);
}
 100% {
 transform:translate3d(15px, 0, 0);
 -webkit-transform:translate3d(15px, 0, 0);
 -moz-transform:translate3d(15px, 0, 0);
 -o-transform:translate3d(15px, 0, 0);
 -ms-transform:translate3d(15px, 0, 0);
}
}
@-moz-keyframes menuarrow {
 0% {
 transform:translate3d(-15px, 0, 0);
 -webkit-transform:translate3d(-15px, 0, 0);
 -moz-transform:translate3d(-15px, 0, 0);
 -o-transform:translate3d(-15px, 0, 0);
 -ms-transform:translate3d(-15px, 0, 0);
}
 50% {
 transform:translate3d(0px, 0, 0);
 -webkit-transform:translate3d(0px, 0, 0);
 -moz-transform:translate3d(0px, 0, 0);
 -o-transform:translate3d(0px, 0, 0);
 -ms-transform:translate3d(0px, 0, 0);
}
 100% {
 transform:translate3d(15px, 0, 0);
 -webkit-transform:translate3d(15px, 0, 0);
 -moz-transform:translate3d(15px, 0, 0);
 -o-transform:translate3d(15px, 0, 0);
 -ms-transform:translate3d(15px, 0, 0);
}
}
@-ms-keyframes menuarrow {
 0% {
 transform:translate3d(-15px, 0, 0);
 -webkit-transform:translate3d(-15px, 0, 0);
 -moz-transform:translate3d(-15px, 0, 0);
 -o-transform:translate3d(-15px, 0, 0);
 -ms-transform:translate3d(-15px, 0, 0);
}
 50% {
 transform:translate3d(0px, 0, 0);
 -webkit-transform:translate3d(0px, 0, 0);
 -moz-transform:translate3d(0px, 0, 0);
 -o-transform:translate3d(0px, 0, 0);
 -ms-transform:translate3d(0px, 0, 0);
}
 100% {
 transform:translate3d(15px, 0, 0);
 -webkit-transform:translate3d(15px, 0, 0);
 -moz-transform:translate3d(15px, 0, 0);
 -o-transform:translate3d(15px, 0, 0);
 -ms-transform:translate3d(15px, 0, 0);
}
}
@-o-keyframes menuarrow {
 0% {
 transform:translate3d(-15px, 0, 0);
 -webkit-transform:translate3d(-15px, 0, 0);
 -moz-transform:translate3d(-15px, 0, 0);
 -o-transform:translate3d(-15px, 0, 0);
 -ms-transform:translate3d(-15px, 0, 0);
}
 50% {
 transform:translate3d(0px, 0, 0);
 -webkit-transform:translate3d(0px, 0, 0);
 -moz-transform:translate3d(0px, 0, 0);
 -o-transform:translate3d(0px, 0, 0);
 -ms-transform:translate3d(0px, 0, 0);
}
 100% {
 transform:translate3d(15px, 0, 0);
 -webkit-transform:translate3d(15px, 0, 0);
 -moz-transform:translate3d(15px, 0, 0);
 -o-transform:translate3d(15px, 0, 0);
 -ms-transform:translate3d(15px, 0, 0);
}
}
.header .l .l-txt {
	margin-left: 93px;
	height: 55px;
	padding-top: 13px;
}
.header .l .l-txt .cn {
	font-weight: 500;
	font-size: 15px;
	color: #dcbc81;
	font-family: "æ–¹æ­£å…°äº­é»‘ç®€ä½“";
}
.header .l .l-txt .en {
	font-weight: 500;
	font-size: 14px;
	color: #a0a0a0;
	letter-spacing: 0.1em;
	font-family: "visby_cflight";
}
.header .logo {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 100;
	margin: 0 0 0 -66px;
}
body::-webkit-scrollbar {
width:4px;
}
body::-webkit-scrollbar-button {
width:4px;
}
body::-webkit-scrollbar-track {
background:#333;
border-radius:0;
}
body::-webkit-scrollbar-thumb {
background:#dcbc81;
}
body::-webkit-scrollbar-thumb:hover {
background:#dcbc81;
}
body::-moz-scrollbar {
width:4px;
}
body::-moz-scrollbar-button {
width:4px;
}
body::-moz-scrollbar-track {
background:#333;
border-radius:0;
}
body::-moz-scrollbar-thumb {
background:#dcbc81;
}
body::-moz-scrollbar-thumb:hover {
background:#dcbc81;
}
body::-moz-scrollbar-button:start:decrement, /*æ˜¾ç¤ºæ»šåŠ¨æ¡ä¸Šæ–¹çš„æ¸å‡æŒ‰é’®*/
body::-moz-scrollbar-button:end:increment {
 display:none;
}
body::-moz-scrollbar-button:vertical:start:increment, body::-moz-scrollbar-button:vertical:end:decrement {
 display: none;
}
 body::-moz-scrollbar-thumb:hover {
background:#dcbc81;
}
body::-webkit-scrollbar-button:start:decrement, /*æ˜¾ç¤ºæ»šåŠ¨æ¡ä¸Šæ–¹çš„æ¸å‡æŒ‰é’®*/
body::-webkit-scrollbar-button:end:increment {
 display:none;
}
body::-webkit-scrollbar-button:vertical:start:increment, body::-webkit-scrollbar-button:vertical:end:decrement {
 display: none;
}
 body::-o-scrollbar {
width:4px;
}
body::-o-scrollbar-button {
width:4px;
}
body::-o-scrollbar-track {
background:#333;
border-radius:0;
}
body::-o-scrollbar-thumb {
background:#dcbc81;
}
body::-o-scrollbar-thumb:hover {
background:#dcbc81;
}
body::-o-scrollbar-button:start:decrement, /*æ˜¾ç¤ºæ»šåŠ¨æ¡ä¸Šæ–¹çš„æ¸å‡æŒ‰é’®*/
body::-o-scrollbar-button:end:increment {
 display:none;
}
body::-o-scrollbar-button:vertical:start:increment, body::-o-scrollbar-button:vertical:end:decrement {
 display: none;
}
 body::-o-scrollbar-thumb:hover {
background:#dcbc81;
}
 body::-ms-scrollbar {
width:4px;
}
body::-ms-scrollbar-button {
width:4px;
}
body::-ms-scrollbar-track {
background:#333;
border-radius:0;
}
body::-ms-scrollbar-thumb {
background:#dcbc81;
}
body::-ms-scrollbar-thumb:hover {
background:#dcbc81;
}
body::-ms-scrollbar-button:start:decrement, /*æ˜¾ç¤ºæ»šåŠ¨æ¡ä¸Šæ–¹çš„æ¸å‡æŒ‰é’®*/
body::-ms-scrollbar-button:end:increment {
 display:none;
}
body::-ms-scrollbar-button:vertical:start:increment, body::-ms-scrollbar-button:vertical:end:decrement {
 display: none;
}
 body::-o-scrollbar-thumb:hover {
background:#dcbc81;
}
.nav {
	position: fixed;
	left: -207px;
	height: 100%;
	background: #1b1b1b;
	width: 207px;
	top: 0;
	z-index: 165;
	display: none;
}
.nav .nav-logo {
	background: url(../img/nav-line.jpg) repeat-x center bottom;
	padding-bottom: 2px;
}
.nav .list li {
	background: url(../img/nav-line.jpg) repeat-x center bottom;
}
.nav .list li .tt {
	line-height: 49px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	display: block;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}
.nav .list li .listbox {
	display: none;
}
.nav .list li .listbox dl {
	line-height: 40px;
	border-top: 1px solid #313131;
}
.nav .list li .listbox dl a {
	display: block;
	color: #a0a0a0;
	text-align: center;
	font-size: 14px;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}
.nav .list li .listbox dl a:hover {
	color: #dcbc81;
}
.nav .list li.selected .tt {
	color: #dcbc81;
}
.nav .list li.select .tt {
	color: #dcbc81;
}
.nav .nav-link {
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
}
.nav .nav-link a {
	display: inline-block;
	width: 28px;
	height: 28px;
	position: relative;
	margin: 0 12px;
}
.nav .nav-link a .h {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}
.nav .nav-link a:hover .h {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mheader {
	display: none;
}
.mfooter {
	display: none;
}
.centers {
	max-width: 1200px;
	margin: 0 auto;

}
.centers2{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .ft-top {
	background: #313131;
	padding: 0 10px;
}
.footer .ft-top .ft-search {
	float: right;
	background: #989898;
	border-radius: 100px;
	padding: 0 10px;
	border: 1px solid #111111;
	overflow: hidden;
	margin-top: 25px;
}
.footer .ft-top .ft-search .stxt2 {
	width: 225px;
	height: 30px;
	line-height: 30px;
	background: none;
	border: none;
	color: #fff;
	float: left;
}
.footer .ft-top .ft-search .sbut2 {
	background: url(../img/footer-seacher.png) no-repeat center;
	width: 12px;
	height: 30px;
	display: block;
	border: none;
	cursor: pointer;
	float: left;
}
.footer .ft-con {
	background: #1b1b1b;
	padding: 0 10px;
}
.footer .ft-con .ft-info {
	padding: 33px 0;
}
.footer .ft-con .ft-copy {
	color: #dcdcdc;
	background: url(../img/ft-line2.jpg) repeat-x center top;
	line-height: 50px;
	position: relative;
	font-family: 'å®‹ä½“';
}
.footer .ft-con .ft-copy a {
	color: #dcdcdc;
}
.footer .ft-con .ft-info {
	overflow: hidden;
}
.footer .ft-con .li {
	float: left;
	padding: 10px 0;
	min-height: 84px;
	background: url(../img/ft-line.jpg) repeat-y right center;
}
.footer .ft-con .li.li01 {
	width: 65%;
}
.footer .ft-con .li.li03 {
	background: none;
}
.footer .ft-con .li.li01 li {
	float: left;
	text-align: left;
	width: 16.28%;
    margin-right: 20px;
}
.footer .ft-con .tt {
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
}
.footer .ft-con dl a {
	color: #a0a0a0;
	font-family: 'å®‹ä½“';
	line-height: 30px;
}
.footer .ft-con .li02 {
	text-align: center;
	width: 20%;
}
.footer .ft-con .ft-link {
	margin-top: 25px;
}
.footer .ft-con .ft-link a {
	margin: 0 6%;
}
.footer .ft-con .li03 {
	text-align: center;
	width: 15%;
}
.footer .ft-r {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
}
.footer .ft-r img {
	vertical-align: middle;
}
/*äº§å“*/
.product {
	position: relative;
}
.pro-sort {
	width: 1140px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -151px 0 0 -570px
}
.pro-sort .h {
	display: none;
}
.pro-sort .li {
	float: left;
	width: 25%;
}
.pro-sort .li .mod {
	margin: 0 20px;
	background: #fff;
	text-align: center;
	height: 239px;
	padding-top: 64px;
	transition: all 0.8s linear;
	-webkit-transition: all 0.8s linear;
	-moz-transition: all 0.8s linear;
	-o-transition: all 0.8s linear;
	-ms-transition: all 0.8s linear;
}
.pro-sort .li .mod .name {
	margin-top: 30px;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
}
.pro-sort .li .mod .name .en {
	font-family: "visby_cflight";
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 500;
	color: #a0a0a0;
}
.pro-sort .li .mod .name .cn {
	color: #a0a0a0;
	font-size: 16px;
	font-family: "æ–¹æ­£å…°äº­é»‘ç®€ä½“";
	font-weight: 500;
	margin-top: 10px;
	transition: all 0.8s linear;
	-webkit-transition: all 0.8s linear;
	-moz-transition: all 0.8s linear;
	-o-transition: all 0.8s linear;
	-ms-transition: all 0.8s linear;
}
.pro-sort .li .mod .p-s-link {
	margin: 20px 0 0 0;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
}
.pro-sort .li .mod .p-s-link a {
	border: 1px solid #d2d2d2;
	color: #313131;
	font-size: 13px;
	min-width: 60px;
	display: inline-block;
	color: #313131;
	margin: 5px 3px;
	font-size: 13px;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
}
.pro-sort .li .mod .m {
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
}
.pro-sort .li .mod .p-s-link a:hover {
	border-color: #dcbc81;
}
.pro-sort .li:hover .mod {
	transform: translateY(-40px);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	opacity: 0.9;
	filter: alpha(opacity=90);
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.6);
}
.pro-sort .li:hover .mod .m {
	margin-top: -20px;
}
.pro-sort .li:hover .mod .s {
	display: none;
}
.pro-sort .li:hover .mod .h {
	display: inline-block;
}
.pro-sort .li:hover .mod .name .en {
	display: none;
}
.pro-sort .li:hover .mod .name {
	margin-top: 0px;
}
.pro-sort .li:hover .mod .name .cn {
	color: #dcbc81;
}
.pro-sort .li:hover .mod .p-s-link {
	opacity: 1;
	filter: alpha(opacity=100);
}
.product-bg {
	background: url(../img/product-bg.jpg) no-repeat center;
	height: 813px;
}
.nbanner {
	background-repeat: no-repeat;
	background-position: center;
	height: 270px;
}
.nbanner2 {
	height: 516px;
	z-index: 10;
}
.pro-tab {
	border-bottom: 1px solid #eeeeee;
	padding: 30px 0;
}
.pro-tab dl {
	float: left;
	text-align: center;
	width: 25%;
}
.pro-tab dl .h {
	display: none;
}
.pro-tab dl a {
	display: block;
	color: #a0a0a0;
	font-size: 16px;
	font-family: "Adobe é»‘ä½“ Std R";
}
.pro-tab dl img {
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
}
.pro-tab dl:hover .h, .pro-tab dl.selected .h {
	display: inline-block;
}
.pro-tab dl:hover .s, .pro-tab dl.selected .s {
	display: none;
}
.pro-tab dl:hover a, .pro-tab dl.selected a {
	color: #dcbc81;
}
.list-box .hd {
	text-align: center;
	font-size: 36px;
	color: #313131;
	font-family: 'visby_cflight';
	margin: 40px 0;
}
.list-box {
	max-width: 1236px;
	margin: 0 auto;
}
.list-box .bd-list li {
	float: left;
	width: 25%;
}
.list-box .bd-list li .mod {
	margin: 19px;
	position: relative;
	border: 1px solid #e5e5e5;
	transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	overflow: hidden;
}
.list-box .bd-list li .mod .media {
	padding: 10px 0;
}
.list-box .bd-list li .mod .name {
	text-align: center;
	font-family: 'visby_cflight';
	margin: 10px 0;
}
.list-box .bd-list li .mod .name i, .list-box .bd-list li .mod .name em {
	display: block;
	font-size: 18px;
	color: #434343;
	font-style: normal;
}
.list-box .bd-list li .mod .con {
	background: #e5e5e5;
	color: #a0a0a0;
	font-size: 16px;
	font-family: 'visby_cflight';
	text-align: center;
	text-transform: uppercase;
	height: 54px;
	line-height: 54px;
	overflow: hidden;
	transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
}
.list-box {
	margin: 15px auto 40px auto;
}
.list-box .bd {
	position: relative;
}
.bd-list .mark {
	background: url(../img/pro-mark06.png) no-repeat center;
	width: 70px;
	height: 69px;
	display: block;
	position: absolute;
	left: -40px;
	top: -40px;
	opacity: 0;
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	filter: alpha(opacity=0);
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
}
.bd-list li .mod:hover .mark {
	opacity: 1;
	filter: alpha(opacity=100);
	left: 0;
	top: 0;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
}
.bd-list li .mod:hover {
	border-color: #dcbc81;
}
.bd-list li .mod:hover .con {
	background: #dcbc81;
	color: #fff;
}
.bd-list .mod a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
}
.bd-list .sign {
	position: absolute;
	right: 10px;
	top: 10px;
}
.bd-list li .mod .media>img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
}
.bd-list li .mod:hover .media>img {
	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
}
.list-box .page {
	/* position: absolute; */
	top: -68px;
	right: 19px;
}
.page {
	text-align: right;
}
.page span, .page a {
	/*display: block;*/
	border: 1px solid #a0a0a0;
	color: #a0a0a0;
	border-radius: 3px;
	margin-left: 10px;
	width: 70px;
	height: 24px;
	text-align: center;
	line-height: 21px;
	font-size: 20px;
}
.page .s {
	vertical-align: top;
}
.page2 span, .page2 a {
	font-size: 13px;
	color: #333;
	border-color: #e5e5e5;
	border-radius: 0;
}
.page2 {
	text-align: center;
	padding: 30px 0;
}
.page span.disabled, .page a:hover {
	border-color: #e2c897;
	color: #e2c897;
}
.page2 span.disabled {
	border-color: #e5e5e5;
	color: #333;
}
.page2 .current {
	border-color: #e2c897;
	color: #fff;
	background: #e2c897
}
.transition {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background: #fff;
}
.transition .t-r {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	background: #93b2ad;
	overflow: hidden;
}
.transition .t-r img {
	position: absolute;
	bottom: 0;
	left: 50%;
}
.transition .t-r3 {
	background: none;
	width: 100%;
}
.transition .t-r3 img {
	right: 0;
	left: auto;
	margin: 0;
	z-index: 10
}
.t-mark {
	position: absolute;
	left: 50%;
	margin-left: -12px;
	bottom: 20px;
	text-align: center;
	z-index: 1000;
}
.t-mark .t-marks {
	display: block;
	margin-top: 10px;
	animation: arrow .6s linear infinite;
	-webkit-animation: arrow .6s linear infinite;
	-moz-animation: arrow .6s linear infinite;
	-o-animation: arrow .6s linear infinite;
	-ms-animation: arrow .6s linear infinite;
}
@keyframes arrow {
0% {
 transform:translateY(5px);
 -webkit-transform:translateY(5px);
 -moz-transform:translateY(5px);
 -ms-transform:translateY(5px);
 -o-transform:translateY(5px);
}
50% {
 transform:translateY(0px);
 -webkit-transform:translateY(0px);
 -moz-transform:translateY(0px);
 -ms-transform:translateY(0px);
 -o-transform:translateY(0px);
}
100% {
 transform:translateY(5px);
 -webkit-transform:translateY(5px);
 -moz-transform:translateY(5px);
 -ms-transform:translateY(5px);
 -o-transform:translateY(5px);
}
}
@-webkit-keyframes arrow {
0% {
 transform:translateY(5px);
 -webkit-transform:translateY(5px);
 -moz-transform:translateY(5px);
 -ms-transform:translateY(5px);
 -o-transform:translateY(5px);
}
50% {
 transform:translateY(0px);
 -webkit-transform:translateY(0px);
 -moz-transform:translateY(0px);
 -ms-transform:translateY(0px);
 -o-transform:translateY(0px);
}
100% {
 transform:translateY(5px);
 -webkit-transform:translateY(5px);
 -moz-transform:translateY(5px);
 -ms-transform:translateY(5px);
 -o-transform:translateY(5px);
}
}
@-moz-keyframes arrow {
0% {
 transform:translateY(5px);
 -webkit-transform:translateY(5px);
 -moz-transform:translateY(5px);
 -ms-transform:translateY(5px);
 -o-transform:translateY(5px);
}
50% {
 transform:translateY(0px);
 -webkit-transform:translateY(0px);
 -moz-transform:translateY(0px);
 -ms-transform:translateY(0px);
 -o-transform:translateY(0px);
}
100% {
 transform:translateY(5px);
 -webkit-transform:translateY(5px);
 -moz-transform:translateY(5px);
 -ms-transform:translateY(5px);
 -o-transform:translateY(5px);
}
}
@-ms-keyframes arrow {
0% {
 transform:translateY(5px);
 -webkit-transform:translateY(5px);
 -moz-transform:translateY(5px);
 -ms-transform:translateY(5px);
 -o-transform:translateY(5px);
}
50% {
 transform:translateY(0px);
 -webkit-transform:translateY(0px);
 -moz-transform:translateY(0px);
 -ms-transform:translateY(0px);
 -o-transform:translateY(0px);
}
100% {
 transform:translateY(5px);
 -webkit-transform:translateY(5px);
 -moz-transform:translateY(5px);
 -ms-transform:translateY(5px);
 -o-transform:translateY(5px);
}
}
@-o-keyframes arrow {
0% {
 transform:translateY(5px);
 -webkit-transform:translateY(5px);
 -moz-transform:translateY(5px);
 -ms-transform:translateY(5px);
 -o-transform:translateY(5px);
}
50% {
 transform:translateY(0px);
 -webkit-transform:translateY(0px);
 -moz-transform:translateY(0px);
 -ms-transform:translateY(0px);
 -o-transform:translateY(0px);
}
100% {
 transform:translateY(5px);
 -webkit-transform:translateY(5px);
 -moz-transform:translateY(5px);
 -ms-transform:translateY(5px);
 -o-transform:translateY(5px);
}
}
.transition .t-r2 {
	background: none;
	width: 100% !important;
}
.transition .t-r2 img {
	right: 0;
	left: auto;
	margin-left: 0 !important;
}
.bd-list .sign2 {
	top: 55px;
}
.bd-list-l {
	width: 50%;
}
.list-box .bd-list-l li {
	width: 50%;
}
.list-sort {
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px 40px 10px;
}
.list-sort a {
	display: inline-block;
	border: 1px solid #e5e5e5;
	padding: 2px 10px;
	font-size: 16px;
	font-family: 'visby_cflight';
	margin: 5px 10px;
	transition: all .6s linear;
	-webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	-o-transition: all .6s linear;
	min-width: 80px;
	text-align: center;
}
.list-sort a:hover, .list-sort a.selected {
	border-color: #dcbc81;
}
.video-r {
	width: 50%;
}
.video-r .mod {
}
.video-r .mod a {
	text-align: right;
	display: block;
	height: 100%;
}
.video-r .mod img {
	height: 861px;
}
.bd-box2 {
	display: table;
	width: 100%;
}
.bd-box2 .bd-list-l, .bd-box2 .video-r {
	display: table-cell;
	vertical-align: middle;
}
.list-box .bd-list li.fister {
	margin-left: 50%;
}
.video-box {
	position: absolute;
	left: 0px;
	top: 19px;
	width: 50%;
	overflow: hidden;
}
.video-box a {
	margin: 0 28px 0 0;
	display: block;
	overflow: hidden;
	position: relative;
	height: 100%
}
.video-box a img {
/*position:absolute;
	right:0;
	top:0;*/
}
/*äº§å“è¯¦æƒ…*/
.product-detail .first {
	margin: 70px auto;
}
.product-detail .first .p-hd-link {
	margin-top: 37px;
  margin-right: 50px;
}
.product-detail .first .p-hd-link a {
	margin-left: 18px;
}
.product-detail .first h1 {
	font-family: 'visby_cflight';
	font-size: 30px;
	color: #434343;
	font-weight: 500;
	line-height: 40px;
}
.yellow {
	color: #dcbc81 !important;
}
.product-detail .first .p-intro {
	padding-right: 5%;
}
.product-detail .first .p-intro .bd {
	color: #a0a0a0;
	font-size: 12px;
	font-family: 'æ–¹æ­£å…°äº­é»‘ç®€ä½“';
  width: 45%;
  min-height: 364px;
}
.product-detail .first .p-intro .bd .tt {
	font-size: 14px;
	margin-bottom: 5px;
}
.product-detail .first .p-intro .bd dl dt, .product-detail .first .p-intro .bd dl dd {
	float: left;
}
.product-detail .first .p-intro .bd dl {
	overflow: hidden;
}
.product-detail .first .p-intro .bd dl dt {
	width: 100px;
}
.product-detail .first .hd {
	margin-bottom: 20px;
}
.product-detail .first .p-media {
	float: right;
	width: 55%;
}
.product-detail .first .p-media ul.pgwSlider > li, .pgwSlider > .ps-list > li {
	text-align: center;
}
.product-detail .first .p-media ul.pgwSlider > li img, .pgwSlider > ul > li img {
	min-height: 0 !important;
	width: 90% !important;
	margin-top: 5%;
	display: inline-block !important;
	border: 1px solid #e5e5e5;
}
.product-detail .pro-info .pbd {
	position:absolute;
	z-index:1;
	opacity:0;
	filter:alpha(opacity=0);
}
.product-detail .pro-info .tab {
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	margin-bottom: 30px;
}
.product-detail .pro-info {
	margin-bottom: 50px;
	overflow: hidden;
}
.product-detail .pro-info .tab dl {
	float: left;
	font-size: 14px;
	color: #a0a0a0;
	padding: 10px 20px 10px 0;
	text-align: left;
	cursor: pointer;
}
.product-detail .pro-info .tab dl.selected {
	color: #dcbc81;
}
.product-detail .pro-info .selected {
	position:relative;
	z-index:10;
	opacity:1;
	filter:alpha(opacity=100);
}
.bx-wrapper {
	position: relative;
	/* margin: 0 auto 60px; */
	padding: 0;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	/*background: url(../images/bx_loader.gif) center center no-repeat #fff;*/
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;/*background: url(../images/controls.png) no-repeat 0 -32px;*/
}
.bx-wrapper .bx-next {
	right: 10px;/*background: url(../images/controls.png) no-repeat -43px -32px;*/
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
	display: block;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	/*background: url(../images/controls.png) -86px -11px no-repeat;*/
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	/*background: url(../images/controls.png) -86px -44px no-repeat;*/
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.product-detail .bx-default-pager {
	display: none;
}
.product-detail .pbd {
	position: relative;
}
.product-detail .bx-wrapper .bx-prev {
	background: url(../img/prev4.jpg) no-repeat center;
	left: -60px;
}
.product-detail .bx-wrapper .bx-next {
	background: url(../img/next.jpg) no-repeat center;
	right: -60px;
}
.product-detail .bx-wrapper .bx-controls-direction a {
	width: 13px;
	height: 25px;
	margin-top: -12px;
}
/*å“ç‰Œä»·å€¼*/
.nbanner2 {
	position: relative;
}
.nbanner2-con {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -81px;
}
.nbanner2-con .en {
	text-transform: uppercase;
	font-family: "HelveticaNeueLT Pro";
	font-size: 40px;
	font-weight: 500;
	color: #fff;
	line-height: 65px;
	margin-bottom: 50px;
}
.nbanner2-con .cn {
	display: inline-block;
	background: #000000;
	color: #fff;
	font-size: 24px;
	font-family: 'æ–¹æ­£å…°äº­é»‘ç®€ä½“';
	line-height: 47px;
	min-width: 227px;
	height: 47px;
	letter-spacing: 0.1em;
}
.nbanner2 .nbanner2-arrow {
	background: url(../img/nbanner5-mark.png) no-repeat center;
	display: block;
	width: 29px;
	height: 18px;
	position: absolute;
	left: 50%;
	bottom: 25px;
	margin-left: -19px;
	animation: arrow .6s linear infinite;
	-webkit-animation: arrow .6s linear infinite;
	-moz-animation: arrow .6s linear infinite;
	-o-animation: arrow .6s linear infinite;
	-ms-animation: arrow .6s linear infinite;
}
.about .hd {
	text-align: center;
	margin-bottom: 40px;
}
.about .hd .cn .line {
	display: inline-block;
	height: 1px;
	width: 37px;
	background: #dcdcdc;
	margin: 0 15px;
	vertical-align: middle;
}
.about .hd .cn {
	color: #434343;
	font-family: 'æ–¹æ­£å…°äº­é»‘ç®€ä½“';
	font-size: 24px;
	margin-bottom: 5px;
}
.about .hd .en {
	color: #313131;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'visby_cflight';
}
.about .abox1 {
	padding: 70px 0;
	max-width: 1048px;
	margin: 0 auto;
}
.about .conbox {
	/* text-align: center; */
	color: #a0a0a0;
	line-height: 30px;
	font-size: 14px;
	/*font-family: "宋体";*/
}
.about .conbox img{
	vertical-align: middle;
	margin-top: -3px;
}
.about .abox2 {
	padding-bottom: 60px;
}
.about .abox2 .hd {
	background: url(../img/about-bg.jpg) no-repeat center;
	padding: 55px 0 45px 0;
}
.about .abox2 .bd {
	position: relative;
	margin-left: 23%;
	overflow: hidden;
}
.about .abox2 li {
	float: left;
}
.about .abox2 li .a-logo {
	border: 1px solid #e7e7e7;
	margin-right: 20px;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
}
.about .abox2 li .a-logo img {
	display: block;
}
.about .abox2 li .a-logo:hover {
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.15);
	transform: translateY(-25px);
	-webkit-transform: translateY(-25px);
	-moz-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	-o-transform: translateY(-25px);
}
.about .abox2 .swiper-wrapper {
	height: auto !important;
	padding: 50px 0;
	overflow: hidden;
}
.about .abox2 .swiper-scrollbar {
	opacity: 1 !important;
	position: absolute;
	bottom: 1px;
	width: 100%;
	height: 2px;
}
.about .abox2 .swiper-scrollbar .swiper-scrollbar-drag {
	background: #e5e5e5;
	height: 2px;
}
.about .abox2 .swiper-scrollbar .swiper-scrollbar-cursor-drag {
	height: 2px;
	background: #dcbc81;
	margin-top: -2px;
}
.about .abox3 .hd {
	background: url(../img/about-bg2.jpg) no-repeat center;
	padding: 150px 0;
}
.about .abox3 .hd .cn, .about .abox4 .hd .cn {
	color: #dcbc81;
}
.about .abox3 .hd .en, .about .abox4 .hd .en {
	color: #ffffff;
}
.about .abox3 .hd .line2 {
	display: inline-block;
	width: 22px;
	height: 2px;
	background: #dcbc81;
	margin-top: 35px;
}
.about .abox3 .li .title {
	float: left;
	width: 198px;
	border: 2px solid #000000;
	height: 374px;
	position: relative;
	text-align: right;
	margin-top: -249px;
}
.about .abox3 .li .title .title-c {
	position: absolute;
	right: 15px;
	bottom: 30px;
}
.about .abox3 .li .title .title-c .cn {
	font-size: 20px;
	color: #1b1b1b;
	font-weight: 500;
}
.about .abox3 .li .title .title-c .en {
	font-size: 22px;
	color: #000;
	font-weight: 500;
	font-family: 'visby_cflight';
	line-height: 40px;
}
.about .abox3 .li .title .title-c .line {
	display: inline-block;
	width: 22px;
	height: 2px;
	background: #000;
	margin: 20px 10px 0 0;
}
.about .abox3 .li .con {
	width: 608px;
	margin-left: 90px;
	float: left;
	color: #a0a0a0;
	/*font-family: "宋体";*/
	font-size: 14px;
}
.about .abox3 .li .title2 {
	float: right;
	text-align: left;
	margin: -50px 0 0 0;
}
.about .abox3 .li .title2 .title-c {
	left: 15px;
	right: auto;
}
.about .abox3 .li .title2 .abox3-logo {
	position: absolute;
	left: -53px;
	top: 50px;
}
.about .abox3 .li .con2 {
	margin-right: 384px;
	float: none;
	width: auto;
	text-align: left;
}
.about .abox3 .li .con2 .c {
	overflow: hidden;
	width: 100%;
}
.about-psort {
	width: 80%;
	float: right;
	border-left: 1px solid #1b1b1b;
	border-right: 1px solid #1b1b1b;
	margin: 8% 0;
}
.about-psort dl {
	float: left;
	width: 25%;
	text-align: center;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
}
.about-psort dl {
	color: #a0a0a0;
	font-family: "Adobe é»‘ä½“ Std R";
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
}
.about-psort dl .h {
	display: none;
}
.about-psort dl:hover {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
}
.about-psort dl:hover .h {
	display: inline-block;
}
.about-psort dl:hover .s {
	display: none;
}
.about-psort dl:hover {
	color: #dcbc81;
}
.about .abox3 {
	padding-bottom: 100px;
}
.about .abox4-w {
	overflow: hidden;
	height: 143px;
	background: #000000;
}
.about .abox4 .abox4-c {
	overflow: hidden;
	height: 100%;
}
.about .abox4 .hd {
	margin-top: 45px;
}
.about .abox4 .hd .en {
	margin-top: 15px;
}
.about .abox4 .bd {
	padding: 1% 0;
	overflow: hidden;
}
.about .abox4 .bd .conbox {
	width: 40%;
	text-align: left;
	position: relative;
}
.about .abox4 .bd .c1 {
	margin-left: 10%;
	margin-bottom: -16%;
}
.about .abox4 .bd .c2 {
	float: right;
	margin-right: 8%;
	margin-top: -22%;
	width: 42%
}
/*æ¡ˆä¾‹ä¸­å¿ƒ*/
.case .swiper-wrapper {
	height: auto !important;
	position: relative;
}
.case .swiper-wrapper .swiper-slide img {
	display: block;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.case .swiper-wrapper .swiper-slide {
	background: #000;
	position: relative;
	transition: all .6s linear;
	-webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	-ms-transition: all .6s linear;
	-o-transition: all .6s linear;
}
.case .swiper-wrapper .swiper-slide-active {
	z-index: 100;
	box-shadow: 0 0 40px 1px rgba(0,0,0,0.8);
	position: relative;
}
.case .swiper-wrapper .swiper-slide-active img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.case .swiper-wrapper .swiper-slide .name {
	position: absolute;
	height: 64px;
	border-top: 1px solid #dcbc81;
	border-bottom: 1px solid #dcbc81;
	top: 50%;
	margin-top: -32px;
	text-align: center;
	background: url(../img/mc.png) repeat;
	color: #dcbc81;
	font-family: "Adobe é»‘ä½“ Std R";
	font-size: 20px;
	width: 100%;
	line-height: 64px;
	display: none;
}
.case .swiper-wrapper .swiper-slide .more {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -61px;
	width: 122px;
	height: 26px;
	line-height: 26px;
	background: url(../img/mc.png) repeat;
	border: 1px solid #dcbc81;
	text-align: center;
	color: #dcbc81;
	font-size: 16px;
	display: none;
}
.case .swiper-wrapper .swiper-slide-active .name, .case .swiper-wrapper .swiper-slide-active .more {
	display: block;
}
.case .swiper-button-prev, .case .swiper-button-next {
	position: absolute;
	width: 29px;
	height: 28px;
	display: block;
	bottom: 30px;
	left: 50%;
	margin-left: -229px;
	z-index: 100;
	cursor: pointer;
	background: url(../img/prev5.png) no-repeat center;
}
.case .swiper-button-next {
	margin-left: 201px;
	background: url(../img/next2.png) no-repeat center;
}
.case-detail {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.case-detail>div {
	width: 50%;
	float: left;
}
.case-intro {
	padding-top: 12%;
}
.case-intro .tt {
	border-bottom: 1px solid #e5e5e5;
}
.case-detail .case-media {
	width: 50%;
}
.case-intro-c {
	width: 70%;
	margin: 0px auto 0 auto;
}
.case-intro-c .tt {
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.case-intro-c .tt .back {
	float: right;
	border: 1px solid #dcbc81;
	border-radius: 100px;
	color: #a0a0a0;
	font-family: 'æ–¹æ­£å…°äº­é»‘ç®€ä½“';
	display: block;
	padding: 0 25px;
}
.case-intro-c .tt h1 {
	font-size: 18px;
	color: #dcbc81;
	font-family: 'å¾®è½¯é›…é»‘';
	font-weight: 500;
}
.case-intro-c .conbox {
	color: #a0a0a0;
	font-size: 13px;
	font-family: 'å®‹ä½“';
}
/*è”ç³»æˆ‘ä»¬*/
.contact-sort {
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
}
.contact-sort .li {
	width: 50%;
	text-align: center;
	float: left;
}
.contact-sort .li a {
	display: block;
	padding: 40px 0;
	font-size: 16px;
	font-family: 'æ–¹æ­£å…°äº­é»‘ç®€ä½“';
}
.contact-sort .li .h {
	display: none;
}
.contact-sort .li .dd {
	margin-top: 10px;
}
.contact-sort .li:hover .h, .contact-sort .li.selected .h {
	display: inline-block;
}
.contact-sort .li:hover .s, .contact-sort .li.selected .s {
	display: none;
}
.contact-sort .li:hover .dd, .contact-sort .li.selected .dd {
	color: #dcbc81;
}
.contact {
	display: table;
	width: 100%;
	margin: 55px 0;
}
.contact>div {
	display: table-cell;
	vertical-align: middle;
}
.contact .map {
	width: 48%;
}
.contact .c-info {
	width: 40%;
}
.contact .c-info .li {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
	margin-right: 15%;
}
.contact .c-info .li .tt {
	font-size: 20px;
	color: #dcbc81;
	font-weight: 500;
	margin-bottom: 14px;
}
.contact .c-info .li .c {
	color: #666666;
	font-family: 'å®‹ä½“';
	margin-bottom: 16px;
}
.contact .c-info .li dl {
	padding-left: 25px;
	color: #666666;
}
.contact .c-info .li .cli01 {
	background: url(../img/c-icon3.jpg) no-repeat left center;
}
.contact .c-info .li .cli02 {
	background: url(../img/c-icon4.jpg) no-repeat left center;
}
.contact .c-info .li .cli03 {
	background: url(../img/c-icon5.jpg) no-repeat left center;
}
.contact .c-info .li .cli04 {
	background: url(../img/c-icon6.jpg) no-repeat left center;
}
.contact .c-info .li .cli05 {
	background: url(../img/c-icon7.jpg) no-repeat left center;
}
.contact .c-info .cc {
	color: #333333;
	font-size: 13px;
	margin-top: 10px;
}
.message {
	margin: 70px auto;
}
.message .hd {
	text-align: center;
	margin-bottom: 45px;
}
.message .hd .tt {
	font-size: 20px;
	color: #dcbc81;
	font-weight: 500;
	font-family: 'æ–¹æ­£å…°äº­é»‘ç®€ä½“';
}
.message .hd .c {
	color: #a0a0a0;
	font-family: 'å®‹ä½“';
	margin: 10px 0
}
.message .hd .line {
	width: 32px;
	display: block;
	height: 1px;
	background: #dcbc81;
	margin: 0 auto;
}
.message .form .li {
	float: left;
	width: 50%;
	padding: 10px 0;
}
.message .form .name {
	float: left;
	width: 110px;
	font-size: 14px;
	color: #a0a0a0;
	font-family: 'å®‹ä½“';
	text-align: right;
	padding-right: 15px;
	line-height: 39px;
}
.message .form .c {
	margin-left: 125px;
	position: relative;
}
.message .form .c .txt {
	width: 94%;
	height: 37px;
	line-height: 37px;
	border: 1px solid #eaeaea;
	color: #a0a0a0;
	font-family: 'å®‹ä½“';
}
.message .form .c .red {
	margin-left: 10px;
	vertical-align: middle;
	color: #f18383;
}
.message .form .llast {
	width: 100%;
}
.message .form .txtarea {
	width: 97%;
	border: 1px solid #eaeaea;
	height: 151px;
	resize: none;
	outline: none;
	color: #a0a0a0;
	font-family: 'å®‹ä½“';
}
.message .form .sum {
	margin-left: -110px;
	vertical-align: bottom;
	color: #999999;
	display: inline-block;
	margin-bottom: 5px;
	font-size: 13px;
}
.message .button {
	text-align: center;
	padding-top: 10px;
}
.button .but {
	background: #dcbc81;
	color: #fff;
	font-size: 14px;
	width: 120px;
	height: 38px;
	border: none;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
}
.nbanner-search {
	position: absolute;
	width: 836px;
	height: 34px;
	left: 50%;
	top: 50%;
	margin: -27px 0 0 -433px;
	background: #fff;
	padding: 10px 15px;
	border-radius: 100px;
}
.nbanner-search .n-s-sort {
	float: left;
	width: 102px;
	z-index: 10;
	position: relative;
}
.nbanner-search .n-s-sort .tt {
	background: url(../img/down-mark.jpg) no-repeat 92% center;
	padding-right: 20px;
	border-right: 1px solid #e5e5e5;
	font-size: 14px;
	color: #a0a0a0;
	font-family: "Adobe é»‘ä½“ Std R";
	text-align: center;
	line-height: 34px;
	cursor: pointer;
}
.nbanner-search .n-s-sort .listbox {
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	background: #fff;
	font-size: 14px;
	color: #a0a0a0;
	font-family: "Adobe é»‘ä½“ Std R";
	line-height: 34px;
	display: none;
}
.nbanner-search .n-s-sort .listbox dl {
	height: 35px;
	overflow: hidden;
	cursor: pointer;
}
.nbanner-search .n-s-c {
	margin-left: 122px;
}
.nbanner-search .n-s-c .stxt3 {
	width: 90%;
	line-height: 34px;
	height: 34px;
	border: none;
	font-size: 14px;
	float: left;
	color: #a0a0a0;
	font-family: "Adobe é»‘ä½“ Std R";
}
.nbanner-search .n-s-c .sbut3 {
	float: left;
	width: 10%;
	height: 34px;
	background: url(../img/down-sbut.jpg) no-repeat center;
	border: none;
	cursor: pointer;
}
.down {
	padding: 80px 0;
}
.down .hd {
	text-align: center;
}
.down .hd {
	text-align: center;
	margin-bottom: 40px;
}
.down .hd .en {
	font-weight: 500;
	font-size: 36px;
	font-family: 'visby_cflight';
	color: #313131;
	line-height: 40px;
	margin-bottom: 10px;
}
.down .hd .cn {
	font-family: 'æ–¹æ­£å…°äº­é»‘ç®€ä½“';
	color: #a0a0a0;
	font-size: 19px;
	font-weight: 500;
}
.list-sort2 a {
	font-family: å¾®è½¯é›…é»‘;
	font-size: 14px;
	color: #a0a0a0;
}
.down1 {
	max-width: 1224px;
	margin: 0 auto;
}
.down1 .hd, .down1 .list-sort {
	padding: 0 12px;
}
.down-list {
	margin-top: 50px;
	overflow: hidden;
}
.down-list li {
	float: left;
	width: 50%;
}
.down-list li .mod {
	margin: 12px;
	border: 1px solid #e5e5e5;
	padding: 25px;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
}
.down-list li .mod .mod-r {
	float: right;
	margin-top: 7px;
}
.down-list li .mod .mod-r .d-mark {
	display: block;
	width: 57px;
	height: 57px;
	background: url(../img/down-mark2.jpg) no-repeat center;
}
.down-list li .mod .mod-l {
	margin-right: 87px;
}
.down-list li .mod .mod-l .name {
	border-bottom: 1px solid #e5e5e5;
	background: url(../img/down-mark3.jpg) no-repeat left center;
	padding-left: 15px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	color: #898989;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	padding: 5px 0 5px 15px;
	margin-bottom: 5px;
}
.down-list li .mod .mod-l .c {
	height: 30px;
	line-height: 30px;
	color: #898989;
	overflow: hidden;
	font-size: 12px;
	font-family: 'visby_cflight';
}
.down-list li .mod:hover {
	border-color: #dcbc81;
}
.down-list li .mod:hover .mod-l .name {
	background: url(../img/down-mark3s.jpg) no-repeat left center;
	border-color: #dcbc81;
}
.down-list li .mod:hover .mod-r .d-mark {
	background: url(../img/down-mark2s.jpg) no-repeat center;
}
.float {
	background: url(../img/mc.png) repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 1000;
}
.login-box {
	position: fixed;
	top: 50%;
	left: 50%;
	background: #fff;
	z-index: 1001;
	border-radius: 5px;
	width: 452px;
	height: 384px;
	margin: -192px 0 0 -226px;
	display: none;
}
.login-box .hd {
	text-align: center;
}
.login-box .form {
	margin-top: 20px;
	padding: 0 48px;
}
.login-box .form .txt2 {
	width: 86%;
	border: 1px solid #e5e5e5;
	border-radius: 100px;
	height: 38px;
	line-height: 38px;
	font-family: 'å®‹ä½“';
	font-size: 14px;
	padding: 0 2% 0 12%;
}
.login-box .form .txt2.txt-user {
	background: url(../img/down-mark4.png) no-repeat 15px center;
}
.login-box .form .txt2.txt-pwd {
	background: url(../img/down-mark5.png) no-repeat 15px center;
}
.login-box .form .txt3 {
	width: 47%;
	border: 1px solid #e5e5e5;
	line-height: 38px;
	height: 38px;
	text-align: center;
	font-size: 14px;
	font-family: 'å®‹ä½“';
	border-radius: 100px;
}
.login-box .form .yzm {
	width: 47%;
	float: right;
	border: 1px solid #dcbc81;
	background: #dcbc81;
	color: #fff;
	font-size: 14px;
	font-family: 'å®‹ä½“';
	display: block;
	height: 38px;
	line-height: 38px;
	border-radius: 100px;
	text-align: center;
}
.login-box .form .but2 {
	width: 100%;
	height: 38px;
	border: 1px solid #dcbc81;
	border-radius: 100px;
	text-align: center;
	line-height: 38px;
	color: #dcbc81;
	font-size: 16px;
	background: #fff;
}
.login-box .form dl {
	padding: 10px 0;
}
.login-box .form .button {
	padding-top: 10px;
}
.login-box .closed2 {
	background: url(../img/closed2.png) no-repeat center;
	width: 19px;
	height: 19px;
	display: inline-block;
	position: absolute;
	right: -39px;
	top: 0;
	cursor: pointer;
}
.down2 {
	max-width: 1240px;
	margin: 0 auto;
}
.down2 .hd, .down2 .list-sort {
	padding: 0 14px;
}
.down-list2 {
	margin: 30px 0;
}
.down-list2 li {
	float: left;
	width: 20%;
}
.down-list2 li .mod {
	margin: 14px;
	text-align: center;
}
.down-list2 li .mod .media {
	display: block;
	position: relative;
}
.down-list2 li .mod .media .m {
	background: url(../img/mc.png) repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.down-list2 li .mod .media .m .mark {
	background: url(../img/down-mark6.png) no-repeat center;
	width: 52px;
	height: 52px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -26px 0 0 -26px;
	top: 20%;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .6s linear;
	-webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	-ms-transition: all .6s linear;
	-o-transition: all .6s linear;
}
.down-list2 li .mod .name {
	color: #898989;
	font-size: 15px;
	margin-top: 10px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}
.down-list2 li .mod:hover .media .m {
	opacity: 1;
	filter: alpha(opacity=100);
}
.down-list2 li .mod:hover .media .m .mark {
	opacity: 1;
	filter: alpha(opacity=100);
	top: 50%;
}
.bigscreen {
	display: block;
}
.bigscreen .orbit-wrapper {
	position: relative;
	overflow: visible;
	margin: 0 auto;
}
.bigscreen .orbit {
	position: relative;
	margin-top: 50px;
}
.bigscreen .orbit span {
	display: none;
}
.bigscreen .orbit .swiper-slide {
	display: block;
	position: absolute;
	border: none !important;
}
.bigscreen .orbit .swiper-slide img {
	width: 100%;
}
.bigscreen .orbit-wrapper h4 {
	display: none;
}
.bigscreen .timer {
	display: none;
}
.bigscreen .slider-nav {
	display: block;
}
.bigscreen .slider-nav span.right {
	background: url(../img/next.jpg) no-repeat 0 0;
	width: 13px;
	height: 25px;
	right: -43px;
}
.bigscreen .slider-nav span.left {
	background: url(../img/prev4.jpg) no-repeat 0 0;
	width: 13px;
	height: 25px;
	left: -43px;
}
.bigscreen .slider-nav span {
	width: 53px;
	height: 53px;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 10;
	top: 231px;
	cursor: pointer;
	text-indent: -9999px;
	display: block;
}
.bigscreen .orbit .swiper-slide .pic {
	position: relative;
	text-align: center;
	margin-bottom: 6%;
	overflow: hidden;
}
.bigscreen .orbit .swiper-slide .pic a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	background-color: #fff;
	z-index: 4;
	opacity: 0.0;
	filter: alpha(opacity=0);
	overflow: hidden;
	top: 0;
}
.bigscreen .orbit .swiper-slide .pic .text07 {
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 82px;
	line-height: 82px;
	padding-left: 41px;
	padding-right: 41px;
}
.bigscreen .orbit .swiper-slide .pic .text07 .left {
	float: left;
	color: #fff;
	font-size: 18px;
	width: 560px;
	text-align: left;
	height: 82px;
	overflow: hidden;
	text-indent: -9999px;
}
.bigscreen .orbit .swiper-slide .pic .text07 .right {
	float: right;
	color: #fff;
	font-size: 16px;
	background: url(../images/mark54.png) no-repeat right scroll;
	padding-right: 58px;
	width: 200px;
	text-align: right;
	height: 82px;
	overflow: hidden;
}
.bigscreen .orbit .swiper-slide .pic .p1 {
	position: relative;
	z-index: 2;
	padding: 2px;
	background: #fff;
}
.bigscreen .orbit .swiper-slide .pic .p1 img {
	opacity: 0.6;
}
.bigscreen .sm {
	text-align: center;
	font-size: 16px;
	color: #898989;
	padding-top: 26px;
}
.bigscreen .sm .x {
	display: inline-block;
	width: 13px;
	height: 12px;
	background: url(../images/xing.png) no-repeat;
 vertical-align: middle;
}
.bigscreen .sm .s {
	padding: 0 10px;
	display: inline-block;
}
.smalscreen {
	/* padding-top: 10%;
    padding-bottom: 10%;*/
	display: none;
	margin-top: 15px;
}
.smalscreen .hd {
	font-size: 18px;
	font-weight: bolder;
	height: 40px;
	line-height: 40px;
	color: #333333;
	padding: 0 15px;
}
.smalscreen .bd {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.smalscreen .swiper-container05 {
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}
.smalscreen .swiper-container05 .swiper-slide {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transition: all ease 500ms;
	-webkit-transition: all ease 500ms;
}
.smalscreen .swiper-container05 .swiper-slide .c {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.smalscreen .swiper-container05 .swiper-slide .c img {
	height: 100%;
	width: 100%;
}
.smalscreen .swiper-container05 .swiper-slide-active {
	transform: scale(1);
	-webkit-transform: scale(1);
}
.smalscreen .pcon {
	text-align: center;
	padding-top: 4%;
}
.smalscreen .pcon img {
	width: 70%;
	height: auto;
	cursor: pointer;
}
.smalscreen .swiper-button-prev05 {
	display: inline-block;
 *+display:inline;
 *+zoom:1;
}
.smalscreen .swiper-button-next05 {
	display: inline-block;
 *+display:inline;
 *+zoom:1;
}
.smalscreen .swiper-container {
	width: 100%;
	height: 100%;
}
.smalscreen .swiper-slide {
	text-align: center;/* Center slide text vertically */
}
.smalscreen .swiper-slide .p1 {
	padding: 2px;
}
.smalscreen .swiper-slide img {
	width: 100%;
}
.smalscreen .swiper-pagination01 {
	text-align: center;
}
.smalscreen .swiper-pagination01 .swiper-pagination-bullet {
	background: #fff;
}
.smalscreen .swiper-slide .pic {
	margin-top: 6%;
	margin-bottom: 6%;
	position: relative;
}
.smalscreen .swiper-slide .pic a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	background-color: #fff;
	z-index: 4;
	opacity: 0.0;
	filter: alpha(opacity=0);
	overflow: hidden;
	top: 0;
}
.smalscreen .swiper-slide .pic .p1 {
	position: relative;
	z-index: 2;
}
.smalscreen .swiper-slide .pic .text07 {
	line-height: 40px;
	height: 40px;
	position: relative;
	z-index: 3;
	overflow: hidden;
	color: #fff;
	width: 100%;
	font-family: å¾®è½¯é›…é»‘;
	font-size: 14px;
	text-indent: -9999px;
}
.banner .slide {
	position: relative;
}
.banner .slide .con {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	margin: -83px 0 0 -254px;
}
.banner .slide .con .c {
	margin: 25px 0;
}
.banner .slide .con img {
	display: inline-block;
}
.banner .slide .con>div {
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	opacity: 0;
	filter: alpha(opacity=0);
}
.banner .slide.active .con>div {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all .6s linear;
	-webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	-ms-transition: all .6s linear;
}
.banner .slide .con>div:nth-child(2) {
	transition-delay: .2s;
}
.banner .slide .con>div:nth-child(3) {
	transition-delay: .4s;
}
.banner .slide .con2 {
	margin: -72px 0 0 -339px;
}
.banner .slide .con2>div {
	transform: translateY(0px) translateX(50px);
	-webkit-transform: translateY(0px) translateX(50px);
	-moz-transform: translateY(0px) translateX(50px);
	-ms-transform: translateY(0px) translateX(50px);
	-o-transform: translateY(0px) translateX(50px);
	opacity: 0;
	filter: alpha(opacity=0);
}
.banner .slide.active .con2>div {
	transform: translateY(0px) translateX(0px);
	-webkit-transform: translateY(0px) translateX(0px);
	-moz-transform: translateY(0px) translateX(0px);
	-ms-transform: translateY(0px) translateX(0px);
	-o-transform: translateY(0px) translateX(0px);
	opacity: 1;
	filter: alpha(opacity=100);
}
.banner .bx-default-pager {
	display: none;
}
.banner .bx-wrapper {
	margin-bottom: 0;
}
.banner .bx-wrapper .bx-prev {
	background: url(../img/prev.png) no-repeat left center;
	left: 0;
}
.banner .bx-wrapper .bx-next {
	right: 0;
	background: url(../img/prev.png) no-repeat right center;
}
.banner .bx-wrapper .bx-controls-direction a {
	width: 51px;
	height: 109px;
	margin-top: -54px;
}
.index-box4 .bx-default-pager {
	display: none;
}
.index-box4 .bx-wrapper {
	margin-bottom: 0;
}
.index-box4 .bx-wrapper .bx-prev {
	background: url(../img/prev3.png) no-repeat left center;
	left: 15px;
}
.index-box4 .bx-wrapper .bx-next {
	right: 15;
	background: url(../img/prev3.png) no-repeat right center;
}
.index-box4 .bx-wrapper .bx-controls-direction a {
	width: 17px;
	height: 31px;
	margin-top: -15px;
}
.index-box4 .slide {
	background: #000;
}
.index-box4 .slide img {
	opacity: 0.4;
	filter: alpha(opacity=40);
	transition: all .6s linear;
	-webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	-ms-transition: all .6s linear;
}
.index-box4 .slide:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.index-box3 {
	display: table;
	width: 100%;
	padding: 50px 0;
}
.index-box3 .index-l {
	width: 46.6%;
	display: table-cell;
	vertical-align: middle;
	padding-right: 3%;
}
.index-box3 .index-r {
	width: 50.3%;
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.index-box3 .index-l .i-l-con {
	max-width: 517px;
	float: right;
}
.index-box3 .index-l .i-l-con .hd {
	margin-bottom: 35px;
}
.index-box3 .index-l .i-l-con .en {
	font-size: 46px;
	color: #434343;
	font-family: 'visby_cflight';
	font-weight: 500;
	line-height: 46px;
}
.index-box3 .index-l .i-l-con .en2 {
	color: #dcbc81;
	font-size: 24px;
	font-family: 'visby_cflight';
	font-weight: 500;
}
.index-box3 .index-l .i-l-con .en2 .line {
	width: 22px;
	height: 1px;
	background: #dcbc81;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.index-box3 .index-l .i-l-con .conbox {
	color: #b5b5b5;
	/*font-family: '宋体';*/
	font-size: 12px;
}
.index-box3 .index-l .i-l-con .more {
	margin-top: 32px;
}
.index-box3 .index-l .i-l-con .more a {
	border: 1px solid #dcbc81;
	display: inline-block;
	width: 25%;
	line-height: 30px;
	height: 30px;
	text-align: center;
	font-size: 12px;
	color: #a3a3a3;
	text-transform: uppercase;
	font-family: "HelveticaNeueLT Pro";
}
.index-box2 {
	background: #dcbc81;
	display: table;
	width: 100%;
}
.index-box2 .video {
	width: 52.6% !important;
	float: left;
}
.index-r {
	width: 47.4%;
	float: right;
	height: 100%;
}
.index-r .index-con {
	max-width: 494px;
	padding-left: 108px;
	padding-top: 82px;
	position: relative;
}
.index-r .index-con .hd {
	margin-bottom: 50px;
}
.index-r .index-con .hd .cn {
	font-size: 24px;
	color: #feedc5;
	font-family: 'æ–¹æ­£å…°äº­é»‘ç®€ä½“';
}
.index-r .index-con .hd .en {
	font-size: 14px;
	color: #fff;
	font-family: 'visby_cflight';
	margin: 5px 0;
}
.index-r .index-con .hd .line {
	width: 32px;
	height: 1px;
	background: #ffe9b5;
	display: block;
}
.index-r .index-con .conbox {
	color: #ffffff;
	font-size: 14px;
	/*font-family: '宋体';*/
	/*max-height: 72px;*/
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* 显示的行数 */
    -webkit-box-orient: vertical;
}
.index-r .index-con .l-c {
	margin-top: 68px;
}
.index-r .index-con .l-c .c {
	color: #feedc5;
	font-size: 14px;
	font-family: '宋体';
}
.index-r .index-con .l-c .cc {
	font-size: 8px;
	color: #ffffff;
	font-family: 'visby_cflight';
}
.index-r .index-con .mark {
	position: absolute;
	top: 0;
	left: -2px;
}
.index-box1 .bd {
	position: relative;
	z-index: 10;
}
.index-box1 .wrap {
	width: 100%;
	display: table;
}
.index-box1 .wrap>div {
	display: table-cell;
	vertical-align: middle;
	width: 30%;
}
.index-box1 .wrap .w-c {
	width: 40%;
}
.index-box1 .wrap .cn {
	font-size: 24px;
	color:#a0a0a0;
	font-family: 'æ–¹æ­£å…°äº­é»‘ç®€ä½“';
	font-weight: 500;
}
.index-box1 .wrap .line {
	width: 44px;
	height: 1px;
	background: #dcbc81;
	display: block;
	margin: 15px 0 15px 0;
}
.index-box1 .wrap .tt{
	display:block;
	font-size:16px;
	color:#333;
	font-family: 'æ–¹æ­£å…°äº­é»‘ç®€ä½“';
	margin-bottom:50px;
}
.index-box1 .wrap .en {
	font-size: 50px;
	color: #434343;
	font-family: 'visby_cflight';
	line-height: 55px;
}
.index-box1 .wrap .c {
	color: #a0a0a0;
	font-size: 16px;
	color: #a0a0a0;
	font-family: 'visby_cflight';
	margin-top: 15px;
}
.index-box1 .wrap .w-r {
	vertical-align: top;
	padding-top: 10%;
	color: #959595;
}
.index-box1 .wrap .w-r .conbox {
	max-width: 233px;
	float: right;
}
.index-box1 .bx-wrapper .bx-pager.bx-default-pager {
	position: absolute;
	width: 236px;
	text-align: left;
	right: 0;
	top: 55%;
	z-index: 100;
	bottom: auto;
	padding-top: 0;
	line-height: 115px;
}
.index-box1 .bx-wrapper .bx-pager.bx-default-pager a {
	background: none;
	width: auto;
	height: auto;
	font-size: 115px;
	font-family: 'visby_cflight';
	text-indent: inherit;
	display: none;
	line-height: 115px;
}
.index-box1 .bx-wrapper .bx-pager.bx-default-pager a span {
	font-size: 54px;
	color: #a0a0a0;
	position: relative;
	top: -7px;
}
.index-box1 .bx-wrapper .bx-pager.bx-default-pager .active {
	display: block;
}
.index-box1 .bx-wrapper .bx-prev {
	background: url(../img/prev2.png) no-repeat left center;
	left: 0px;
}
.index-box1 .bx-wrapper .bx-prev:hover {
	background: url(../img/prev2s.png) no-repeat left center;
}
.index-box1 .bx-wrapper .bx-next {
	background: url(../img/prev2.png) no-repeat right center;
	right: auto;
	left: 42px;
}
.index-box1 .bx-wrapper .bx-next:hover {
	background: url(../img/prev2s.png) no-repeat right center;
}
.index-box1 .bx-wrapper .bx-controls-direction a {
	width: 22px;
	height: 36px;
	margin-top: -18px;
	margin: 0 10px;
	display: none;
}
.index-box1 .bx-wrapper .bx-controls-direction {
	width: 233px;
	position: absolute;
	right: 0;
	z-index: 100;
	top: 80%;
}
.index-box1 .bx-wrapper {
	margin-bottom: 30px;
}
.index-box1 .bd {
	overflow: hidden;
}
.bd-box {
	overflow: hidden;
	position: relative;
}
.bd-box .pbd {
	float: left;
	width: 100%;
}
.color {
	color: #a0a0a0;
}
.tc-video {
	position: fixed;
	width: 800px;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	background: #fff;
	margin-top: -320px;
	z-index: 1000;
	display: none;
}
.closed {
	background: url(../img/closed2.png) no-repeat center;
	width: 19px;
	height: 19px;
	display: block;
	position: absolute;
	right: -29px;
	top: 0;
	cursor: pointer;
}
.kz {
	padding: 6% 0;
	font-size: 13px;
	color: #666;
}
.kz img {
	max-width: 100%;
}
.index-box1 .bx-prev {
	background: url(../img/prev2.png) no-repeat left center;
	right:16%;
}
.index-box1 .bx-prev:hover {
	background: url(../img/prev2s.png) no-repeat left center;
}
.index-box1 .bx-next {
	background: url(../img/prev2.png) no-repeat right center;
	right: auto;
	right:12%;
}
.index-box1 .bx-next:hover {
	background: url(../img/prev2s.png) no-repeat right center;
}
.index-box1 .bx-next,.index-box1 .bx-prev{
	width: 22px;
	height: 36px;
	bottom:20%;
	margin: 0 10px;
	position:absolute;
	display:block;
	z-index:1000;
	cursor:pointer;
}
.index-box1 .bd-box{
	position:relative;
}
.header .logo i{
	display:block;
}
.header .logo .blogo{
	margin-top:15%;
	transition:margin-top 0.3s linear;
	-webkit-transition:margin-top 0.3s linear;
	-moz-transition:margin-top 0.3s linear;
	-ms-transition:margin-top 0.3s linear;
	-o-transition:margin-top 0.3s linear;
}
.header .logo .tlogo{
	margin-left:0%;
	transition:margin-left 0.3s linear;
	-webkit-transition:margin-left 0.3s linear;
	-moz-transition:margin-left 0.3s linear;
	-ms-transition:margin-left 0.3s linear;
	-o-transition:margin-left 0.3s linear;
	
}
.header .logo img{
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.header .logo:hover .tlogo{
	margin-left:8%;
}
.header .logo:hover .blogo{
	margin-top:7%;
}
.pbd-box .bx-wrapper{
	margin:0 auto;
}



.about .abox5{
	overflow: hidden;
}
.about .abox5 .inpics{
	width: 33.33%;
	float: left;
	height: 677px;
	height: 35vw;
	position: relative;
	overflow: hidden;
	display: block;
}
.about .abox5 .inpics .in{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .5s;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.about .abox5 .inpics:hover .in{
	transform: scale(1.2);
}
#div1 img{
    max-width:100%;
}





