@charset "utf-8";

*{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box; 
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,  
form,fieldset,input,textarea,p,blockquote,th,td{
	padding: 0;
	margin: 0;
	border-collapse: 0;
}  

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

table{
	border-collapse: collapse;
	border-spacing: 1;
}  

fieldset,img{  
	border: 0;  
	vertical-align: middle;
}  
 
ol,ul{  
	list-style: none;
	margin: 0;
	padding: 0;
}

caption,th{  
	text-align: left;  
}

h1,h2,h3,h4,h5,h6{  
	font-size: 100%;  
	font-weight: normal;
}

a{
	color: #999999;
	text-decoration: none;
	border: none;
}

a:hover{
	cursor: pointer;
	outline: none;
}

body{
	font-size: 16px;
	color: #999999;
	background: #fff;
	position: relative;
	font-family: fontRegular;
}

input,button,select,textarea{
	outline: none;
	background: none;
	border: none;
}  

textarea{
	resize: none;
} 

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}

*:before,*:after {
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,html{
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	min-height: 100%;
	/*overflow-x: hidden;*/
}

/* @font-face {
    font-family: fontBold;
    src: url(../font/BOLD.TTF);
}

@font-face {
    font-family: fontLight;
    src: url(../font/LIGHT.ttf);
}

@font-face {
    font-family: fontRegular;
    src: url(../font/REGULAR.ttf);
} */

.container {
	width: 100%;
	height: auto;
	display: block;
}

.header {
	width: 100%;
	height: 80px;
	text-align: center;
	background: #FFFFFF;
	/*box-shadow: 0 0 6px rgba(4, 0, 0, .3);*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

.header_row {
	width: 75%;
	min-width: 1024px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.logo {
	width: 137px;
	height: auto;
	position: absolute;
	top: 8px;
	left: 0;
	z-index: 233;
}

.logo a {
	width: 100%;
	height: 100%;
	display: block;
}

.logo img {
	max-width: 100%;
}

.menu {
	width: auto;
	height: 100%;
	float: right;
}

.menu ul {
	width: 100%;
	height: 100%;
	list-style: none;
}

.menu ul li {
	width: auto;
	height: auto;
	font-size: 13px;	
	float: left;
	position: relative;
	padding: 25px 25px;
}

.menu ul li:last-child {
	padding-right: 0;
}

.menu ul li a {
	width: 100%;
	height: 100%;
	display: block;
}

.menu ul li span {
    width: auto;
    height: auto;
    text-align: left;
	color: #000000;
	font-family: fontBold;
	padding: 6px 0;
    display: inline-block;
	cursor: pointer;
}

.menu ul li span.current {
	border-bottom: 1px solid #333333;
}

.menu ul li span:hover {
	border-bottom: 1px solid #333333;
}

.subShadow {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 5;
	background: rgba(0,0,0,.5);
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	display: none;
}

.subMenu {
	width: 100%;
	height: auto;
	text-align: center;
	background: #FFFFFF;
	border-top: 1px solid #E2E2E2;
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 2;
	display: none;
}

.subMenu .subNav {
	width: 64%;
	height: auto;
	padding: 50px 0 60px;
	display: inline-block;
}

.subMenu .subNav .navBkg {
	width: 25%;
	height: 230px;
	background: url(../images/banner1.jpg) no-repeat center;
	background-size: cover;
	float: left;
}

.subMenu .subNav .navText {
	width: 67%;
	height: auto;
	float: right;
	text-align: left;
	padding-top: 36px;
}

.subMenu .subNav .navText .navTitle , .subMenu .subNav .navText .navInfo , .subMenu .subNav .navText .navSkip {
	width: 100%;
	height: auto;
	float: left;
}

.subMenu .subNav .navText .navTitle {
	font-size: 26px;
	color: #000000;
}

.subMenu .subNav .navText .navInfo {
	font-size: 14px;
	color: #808080;
	padding: 13px 0 29px;
}

.subMenu .subNav .navText .navSkip .navLink {
	width: auto;
	height: auto;
	float: left;
	font-size: 18px;
	color: #000000;
	margin-right: 40px;
	margin-bottom: 8px;
}

.menu ul li:hover .subMenu {
	display: block;
}

.menu ul li:hover .subShadow {
	display: block;
}

.subMenuIcon {
	width: 6px;
	height: 11px;
	background: url(../images/subMenuIcon.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 14.5px;
	right: 8%;
	z-index: -1;
	display: none;
}

.subMenuIcon.select {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.menuBtn {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 32px;
    right: 0;
    z-index: 9;
	display: none;
}

.menuBtn::before {
    width: 19px;
    height: 2px;
    background: #000000;
    display: block;
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
	-webkit-transition: ease 0.3s all 0s;
    transition: ease 0.3s all 0s;
}

.menuBtn::after {
    width: 19px;
    height: 2px;
    background: #000000;
    display: block;
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
	-webkit-transition: ease 0.3s all 0s;
    transition: ease 0.3s all 0s;
}

.menuBtn.action::before {
	-webkit-transform-origin: center;
    transform-origin: center;
    top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.menuBtn.action::after {
	-webkit-transform-origin: center;
    transform-origin: center;
	-webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
}

.section {
    width: 100%;
    height: auto;
    position: relative;
    overflow-x: hidden;
	float: left;
	margin-top: 80px;
}

.swiper-slide {
	/*width: 1920px!important;*/
	height: auto!important;
	cursor: url(../images/openhand.cur), move;
}

.swiper-slide img {
	max-width: 100%;
}

.swiper-slide .copy {
	width: 100%;
	height: auto;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
	position: absolute;
	top: 140px;
	left: 0;
	color: #FFFFFF;
	text-align: center;
}

.swiper-slide .copy h1 {
	width: 100%;
	height: auto;
	font-size: 48px;
	letter-spacing: 5px;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
	font-family: fontBold;
}

.swiper-slide .copy h2 {
	width: 100%;
	height: auto;
	font-size: 34px;
	letter-spacing: 5px;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
	font-family: fontLight;
}

.ani-slide .copy {
	-webkit-transform: translateY(-32px);
	transform: translateY(-32px);
	opacity: 1;
}


.swiper-pagination {
	bottom: 20px!important;
}

.swiper-pagination-bullet {
	width: 12px!important;
	height: 12px!important;
	background: rgba(0, 0, 0, 0)!important;
	box-shadow: inset 0 0 0 1px #ffffff;
	opacity: 1!important;
	margin: 0 13px!important;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.swiper-pagination-bullet:hover {
	background: rgba(0, 0, 0, .1)!important;
}

.swiper-pagination-bullet-active {
	background: #ffffff!important;
}

.hfsContent {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
	overflow: hidden;
}

.hfsCentre {
    width: 64%;
	min-width: 1024px;
    margin: 0 auto;
}

.hfsTitle {
	width: 100%;
	height: auto;
	padding: 40px 0 30px;
	text-align: center;
	float: left;
}

.hfsTitle h1 {
	width: 100%;
	height: auto;
    line-height: 24px;
    letter-spacing: 5px;
    font-size: 24px;
	color: #000000;
	font-family: fontBold;
}

.hfsTitle .checkLink {
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.hfsTitle .checkLink a {
	width: auto;
	height: 100%;
	display: inline-block;
	text-decoration: underline;
	line-height: 12px;
    font-size: 12px;
	color: #8e8e93;
	font-family: fontLight;
}

.productWrap {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
}

.productWrap ul {
	width: 100%;
	height: 100%;
}

.productWrap ul li {
	width: 32%;
	height: auto;
    margin-right: 2%;
    margin-bottom: 50px;
	float: left;
}

.productWrap ul li:nth-child(3n) {
	margin-right: 0;
}

.productWrap .swiper-button-next, .productWrap .swiper-button-prev {
	width: 40px;
	height: 40px;
	top: 160px;
	margin-top: 0;
	background: #FFFFFF;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	text-align: center;
	z-index: 1;
	-moz-opacity: .5;
	opacity: .5;
}

.productWrap .swiper-button-next:hover, .productWrap .swiper-button-prev:hover {
	-moz-opacity: 1;
	opacity: 1;
}

.productWrap .swiper-button-next {
	right: -60px;
	left: auto;
}

.productWrap .swiper-button-prev {
	left: -60px;
	right: auto;
}

.productWrap .swiper-button-next img, .productWrap .swiper-button-prev img {
	width: 17px;
	height: 32px;
	position: relative;
	top: 4px;
}

.productWrap .swiper-button-next:focus , .productWrap .swiper-button-prev:focus {
    outline: none;
}

.productBox {
	height: auto!important;
	padding-bottom: 60px;
}

.productItem {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	-webkit-transition: ease 0.6s all 0s;
	transition: ease 0.6s all 0s;
}

.productItem .itemImg {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}

.productItem .itemImg a {
	width: 100%;
	height: 100%;
	display: block;
}

.productItem .itemImg a .picBox {
	width: 100%;
    height: auto;
    position: relative;
}

.productItem .itemImg a .picBox img {
	max-width: 100%;
	cursor: url(../images/openhand.cur), move;
}

.productItem .itemImg a .picBox .pic {
	width: 100%;
    height: auto;
	background-color: #EFEFEF;
    position: relative;
}

.productItem .itemImg a .picBox .picHover {
	width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
	-moz-opacity: 0;
    background-color: #FFFFFF;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.productItem:hover a .picBox .picHover {
	opacity: 1;
	-moz-opacity: 1;
}

.productItem .itemEffect , .productItem .itemName ,.productItem .itemMoney {
	width: 100%;
	color: #000000;
	cursor: url(../images/openhand.cur), move;
}

.productItem .itemEffect {
	line-height: 16px;
    font-size: 16px;
	letter-spacing: 4px;
}

.productItem .itemName {
	line-height: 12px;
    font-size: 12px;
	margin: 10px 0;
	letter-spacing: 0;
	font-family: fontLight;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;	
}

.productItem .itemMoney {
	line-height: 16px;
    font-size: 16px;
	letter-spacing: 0;
}

.productItem .itemBtn {
	width: 102px;
	height: 28px;
	line-height: 28px;
	letter-spacing: 3px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
    font-size: 12px;
	display: inline-block;
	overflow: hidden;
	margin-top: 20px;
}

.productItem .itemBtn a {
	width: 100%;
	height: 100%;
	display: block;
	background: #000000;
	color: #FFFFFF;
}

.productItem .itemBtn a:hover {
	background: #F8F8F8;
	color: #000000;
	-webkit-transition: ease 0.6s all 0s;
	transition: ease 0.6s all 0s;
}

.swiperDot .swiper-pagination-bullet {
	width: 10px!important;
	height: 10px!important;
	background: rgba(0, 0, 0, 0.2)!important;
	box-shadow: none;
	opacity: 1!important;
	margin: 0 5px!important;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.swiperDot .swiper-pagination-bullet:hover {
	background: #000000!important;
}

.swiperDot .swiper-pagination-bullet-active {
	background: #000000!important;
}

.showWrap {
	width: 100%;
	height: 450px;
	margin-top: 10px;
	float: left;
	overflow: hidden;
}

.showWrap .showImg , .showWrap .showBox {
	width: 50%;
	height: 100%;
	overflow: hidden;
	float: left;
}

.showWrap .showImg {
	background: url(../images/show2.jpg) no-repeat center;
	background-size: cover;
	-webkit-transition: ease 0.6s all 0s;
	transition: ease 0.6s all 0s;
}

.showWrap:hover .showImg {
	-webkit-transform: scale(1.02,1.02);
	transform: scale(1.02,1.02);
}

.showWrap .showBox {
	background: #F8F8F8;
	position: relative;
}

.showWrap .showBox .showText {
	width: 100%;
	height: auto;
	text-align: center;
	color: #000000;
	position: absolute;
	top: 50%;
	margin-top: -58px;
	left: 0;
}

.showWrap .showBox .showText .textC {
	width: 100%;
	font-size: 12px;
	line-height: 25px;
	font-family: fontLight;
}

.showWrap .showBox .showText .textE {
	width: 100%;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 10px;
	padding: 20px 0;
}

.showWrap .showBox .showText .textLink {
	width: auto;
	line-height: 25px;
	display: inline-block;
}

.showWrap .showBox .showText .textLink a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: underline;
	font-size: 12px;
	color: #8e8e93;
}

.dynamicWrap {
	width: 100%;
	height: auto;
	float: left;
}

.dynamicWrap .dynamic {
	width: 32%;
	height: auto;
	float: left;
	margin-bottom: 25px;
	margin-right: 2%;
}

.dynamicWrap .dynamic:nth-child(3n) {
	margin-right: 0;
}

.dynamicWrap .dynamic .itemCover {
	width: 100%;
	height: 210px;
	overflow: hidden;
}

.dynamicWrap .dynamic .itemCover a {
	width: 100%;
	height: 100%;
	display: block;
}

.dynamicWrap .dynamic .itemCover img {
	max-width: 100%;
	-webkit-transition: ease 0.6s all 0s;
	transition: ease 0.6s all 0s;
}

.dynamicWrap .dynamic .itemType , .dynamicWrap .dynamic .itemDate {
	width: 100%;
	height: auto;
	line-height: 25px;
	text-align: center;
}

.dynamicWrap .dynamic .itemType a {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 14px;
	color: #000000;
	margin-top: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dynamicWrap .dynamic .itemDate {
	font-size: 10px;
	color: #8e8e93;
	font-family: fontLight;
}

.dynamicWrap .dynamic .itemCover:hover img {
	-webkit-transform: scale(1.02,1.02);
	transform: scale(1.02,1.02);
}

.videoWrap {
	width: 100%;
	height: auto;
	margin: 10px 0 30px;
	float: left;
}

.videoWrap video {
	width: 100%;
	height: auto;
}

.contactWrap {
	width: 100%;
	height: auto;
	float: left;
	padding: 10px;
	margin: 40px 0 60px;
}

.contactWrap .contactBox {
	width: 50%;
	height: auto;
	float: left;
	text-align: center;
	border-right: 1px solid #E2E2E2;
}

.contactWrap .contactBox .contactTitle {
	width: 100%;
	line-height: 16px;
    letter-spacing: 6px;
    font-size: 16px;
	color: #000000;
}

.contactWrap .contactBox .contactText {
	width: 100%;
	line-height: 18px;
    font-size: 12px;
	color: #8e8e93;
	margin-top: 50px;
	font-family: fontLight;
}

.contactWrap .contactBox .contactBtn {
	width: auto;
	line-height: 25px;
	margin-top: 30px;
	display: inline-block;
}

.contactWrap .contactBox .contactBtn a {
	width: auto;
	height: 100%;
    font-size: 12px;
	color: #000000;
	margin-top: 30px;
	display: block;
	text-decoration: underline;
}

.contactWrap .contactBox:last-child {
	border-right: none;
}

.footer {
    width: 100%;
    height: auto;
    position: relative;
	float: left;
	background: #F8F8F8;
}

.footerWrap {
	width: 100%;
	height: auto;
	padding: 36px 0;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	float: left;
	margin-bottom: 20px;
}

.footerWrap ul {
	width: 100%;
	height: 100%;
}

.footerWrap ul li {
	width: 20%;
	height: auto;
	float: left;
}

.footerWrap ul li .footerTitle {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	line-height: 13px;
    font-size: 14px;
	color: #000000;
}

.footerWrap ul li .footerList {
	width: 100%;
	height: auto;
}

.footerWrap ul li .footerList .footerItem {
	width: 100%;
	height: auto;
	position: relative;
}

.footerWrap ul li .footerList .footerItem a {
	width: auto;
	height: 100%;
	display: inline-block;
	color: #8e8e93;
    line-height: 34px;
    font-size: 12px;
}

.footerWrap ul li .footerList .footerItem .ewm {
	width: 150px;
    position: absolute;
    top: 35px;
    left: 0;
    display: none;
	z-index:999;
	backgroun-color:#fff;
}

.footerWrap ul li .footerList .footerItem .ewm img {
	max-width: 100%;
}

.footerWrap ul li .footerList .footerItem:hover .ewm {
	display: block;
	-webkit-transition: ease 0.6s all 0s;
	transition: ease 0.6s all 0s;
}

.footerTheir {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #8e8e93;
	float: left;
}

.footerTheir:last-child {
	margin-bottom: 20px;
}

.footerTheir a {
	display: inline-block;
	color: #8e8e93;
}

.footerMobile {
	width: 100%;
    height: auto;
	display: none;
}

.footerMobile .mobileQuery {
	width: 100%;
    height: 55px;
	background: #151515;
	border-color: #222222;
    border-style: solid;
    border-width: 0 0 1px;
	display: flex;
}

.footerMobile .mobileQuery .queryLink {
	width: 50%;
    height: 100%;
	line-height: 55px;
	text-align: center;
}

.footerMobile .mobileQuery .queryLink a {
	width: 100%;
    height: 100%;
	display: block;
	color: #888888;
    font-size: 14px;
}

.footerMobile .mobileBase {
	width: 100%;
    height: auto;
	padding: 20px;
	background: #000000;
	display: flex;
	flex-direction: column;
}

.footerMobile .mobileBase .baseWrap {
	width: 100%;
    height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #888888;
	line-height: 20px;
    font-size: 10px;
}

.footerMobile .mobileBase .baseWrap .baseIcon {
	width: 10px;
	height: 12px;
	background: url(../images/phoneIcon.png) no-repeat center;
	background-size: cover;
	margin-right: 5px;
}

.footerMobile .mobileBase .baseWrap a {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	color: #888888;
}

.breadCrumb {
    width: 100%;
    height: 60px;
	float: left;
}

.breadCrumb .crumbSkip {
    width: auto;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    float: left;
    margin-right: 8px;
}

.breadCrumb .crumbSkip a {
    width: 100%;
    height: 100%;
    display: block;
    color: #8e8e93;
}

.memory {
    width: 70px;
    height: auto;
    position: fixed;
    right: 5%;
    bottom: 100px;
    display: none;
	-webkit-transition: ease 0.3s all 0s;
    transition: ease 0.3s all 0s;
    z-index: 1;
}

.memory .chatWrap {
    width: 100%;
    height: 50px;
	padding-left: 20px;
	margin-bottom: 15px;
	position: relative;
	cursor: pointer;
}

.memory .chatWrap a {
	width: 100%;
	height: 100%;
	display: block;
}

.memory .chatWrap img {
    max-width: 100%;
	border-radius: 100%;
	border: 1px solid #D5D5D5;
}

.memory .phoneWrap {
    width: 100%;
    height: 50px;
	padding-left: 20px;
	margin-bottom: 15px;
	position: relative;
	cursor: pointer;
}

.memory .phoneWrap img {
    max-width: 100%;
	border-radius: 100%;
	border: 1px solid #D5D5D5;
}

.phoneHide {
    width: 168px;
    height: 50px;
	line-height: 48px;
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	color: #000000;
	font-size: 20px;
	text-align: center;
    position: absolute;
    left: -168px;
    top: 0;
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
    display: none;
	-webkit-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    overflow: hidden;
}

.memory .phoneWrap:hover .phoneHide {
    display: block;
}

.memory .backaTop {
    width: 100%;
    height: 50px;
	padding-left: 20px;
	cursor: pointer;
}

.memory .backaTop img {
    max-width: 100%;
	border-radius: 100%;
	border: 1px solid #D5D5D5;
}

.phoneMobile {
	width: 100%;
    height: 50px;
	padding-left: 20px;
	margin-bottom: 15px;
	display: none;
}

.phoneMobile a {
	width: 100%;
    height: 100%;
	display: block;
}

.phoneMobile img {
	max-width: 100%;
}

.xgTc {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    text-align: center;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-transition: ease 0.6s all 0s;
    -moz-transition: ease 0.6s all 0s;
    transition: ease 0.6s all 0s;
}

.xgTc.sever {
    z-index: 333;
    -moz-opacity: 1;
    opacity: 1;
}

.xgTc .xgContent {
	width: 32%;
	height: auto;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -210px;
	margin-left: -16%;
	text-align: center;
}

.xgTc .xgContent.gg {
	width: 500px;
	margin-top: -417.375px;
	margin-left: -250px;
}

.xgTc .xgContent .xgBox {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}

.xgTc .xgContent .xgBox h1 {
	width: 100%;
	height: auto;
	float: left;
	color: #000000;
    font-size: 26px;
	margin: 64px 0 12px;
}

.xgTc .xgContent .xgBox h2 {
	width: 100%;
	height: auto;
	float: left;
    color: #8e8e93;
    font-size: 16px;
	font-family: fontLight;
}

.xgTc .xgContent .xgBox h3 {
	width: 100%;
	height: auto;
	float: left;
    color: #8e8e93;
    font-size: 12px;
	display: none;
	font-family: fontLight;
}

.xgTc .xgContent .xgBox .tmLink {
	width: 100%;
	height: auto;
	float: left;
    color: #8e8e93;
    font-size: 16px;
	margin-top: 8px;
}

.xgTc .xgContent .xgBox .tmLink a {
	width: auto;
	height: auto;
	display: inline-block;
    color: #8e8e93;
}

.xgTc .xgContent .xgBox .tmLink a:hover {
	color: #000000;
}

.xgTc .xgContent .xgBox .qrcode {
	width: 210px;
	height: 210px;
	border: 1px solid #E2E2E2;
	margin: 28px 0 50px;
	display: inline-block;
}

.xgTc .xgContent .xgBox .qrcode.gg {
	width: 100%;
	height: auto;
	border: none;
	margin: 30px 0;
}

.xgTc .xgContent .xgBox .qrcode  img {
	max-width: 100%;
}

.closeIcon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 12px;
    right: 20px;
    z-index: 33;
	background: url(../images/closeIcon.png) no-repeat center;
	background-size: 12px 12px;
}

.layPage {
	width: 100%;
	height: auto;
	text-align: center;
	float: left;
}

.layPage ul {
	width: 100%;
	height: 100%;
	position: relative;
}

.layPage ul li {
	width: auto;
	height: auto;
	font-size: 16px;
	color: #8e8e93;
	display: inline-block;
	cursor: pointer;				 
	padding: 0 20px;
	margin-bottom: 80px;
}

.layPage ul li.active {
	color: #000000;
}

.white-block {
	position: fixed;
	left: 0;
	right:0;
	top: 0;
	height: 100px;
	background: #fff;
	z-index: 2;
	display: none;
}

.shareBox {
	width: 100%;
	height: auto;
	position: absolute;
	left: 8%;
	bottom: 40px;
	display: none;
}

.shareBox a {
	width: auto;
	height: 30px;
	float: left;
}

.shareBox .weixin {
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url(../images/weixinIndex.png) no-repeat center;
	background-size: cover;
}

.shareBox .weibo {
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url(../images/weiboIndex.png) no-repeat center;
	background-size: cover;
	margin-left: 10px;
}

.subMenu .subNav .navText .navSkip .navItem {
	width: 135px;
	height: auto;
	float: left;
	font-size: 20px;
	color: #000000;
}

.subMenu .subNav .navText .navSkip .navItem .navSecond {
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	color: #000000;
}

.subMenu .subNav .navText .navSkip .navItem .navThird {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}

.subMenu .subNav .navText .navSkip .navItem .navThird .thirdBox {
	width: 100%;
	height: auto;
	float: left;
}

.subMenu .subNav .navText .navSkip .navItem .navThird .thirdBox .thirdLink {
	width: auto;
	height: auto;
	line-height: 36px;
	font-size: 14px;
	color: #8e8e93;
	display: inline-block;
	transition: ease 0.6s all 0s;
}

.subMenu .subNav .navText .navSkip .navItem .navThird .thirdBox .thirdLink:hover {
	color: #333;
}

/*.loading {
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background: #FFF; 
	z-index: 99999;
}

.loading .pic {
	width: 60px; 
	height: 60px; 
	position: absolute; 
	left: 0; 
	top: 0; 
	bottom: 0; 
	right: 0; 
	margin: auto;
	padding-top: 15px;
}
 
.loading .pic b {
	width: 100%; 
	height: 100%; 
	text-align: center; 
	line-height: 60px; 
	font-size: 16px; 
	display: block;
}

.square{
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    margin: 0 auto;
    position: relative;
    -webkit-animation: fill_color 3s linear infinite;
    -moz-animation: fill_color 3s linear infinite;
    animation: fill_color 3s linear infinite;
}

.square:after{
    width: 4px;
    height: 4px;
    position: absolute;
    content: "";
    background-color: rgba(0,0,0,1);
    top: -8px;
    left: 0px;
    -webkit-animation: square_check 1s ease-in-out infinite;
    -moz-animation: square_check 1s ease-in-out infinite;
    animation: square_check 1s ease-in-out infinite;
}

@-webkit-keyframes square_check{
    25%{ left: 32px; top: -8px;}
    50%{ left: 32px; top: 32px;}
    75%{ left: -9px; top: 32px;}
    100%{ left: -9px; top: -7px;}
}

@-moz-keyframes square_check{
    25%{ left: 32px; top: -8px;}
    50%{ left: 32px; top: 32px;}
    75%{ left: -9px; top: 32px;}
    100%{ left: -9px; top: -7px;}
}

@keyframes square_check{
    25%{ left: 32px; top: -8px;}
    50%{ left: 32px; top: 32px;}
    75%{ left: -9px; top: 32px;}
    100%{ left: -9px; top: -7px;}
}

@-webkit-keyframes fill_color{
    0%{ box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.8);}
    100%{ box-shadow: inset 0px -20px 0px 0px rgba(0,0,0,1);}
}

@-moz-keyframes fill_color{
    0%{ box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.8);}
    100%{ box-shadow: inset 0px -20px 0px 0px rgba(0,0,0,1);}
}

@keyframes fill_color{
    0%{ box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.8);}
    100%{ box-shadow: inset 0px -20px 0px 0px rgba(0,0,0,1);}
}*/

@media only screen and (max-width: 1024px) {
	.header_row {
		width: 85%;
		min-width: 0;
	}
	
	.hfsCentre {
		width: 70%;
		min-width: 0;
	}
	
	.xgTc .xgContent {
		width: 60%;
		margin-left: -30%;
	}
	
	.layPage ul {
		border-top: 1px solid #E2E2E2;
	}
	
	.layPage ul::after {
		content: '';
		position: absolute;
		top: 29px;
		left: 50%;
		margin-left: -0.5px;
		width: 1px;
		height: 12px;
		background: #E2E2E2;
	}
	
	.layPage ul li {
		width: 50%;
		padding: 26px 0;
		float: left;
		font-size: 12px;
		color: #000000;
		margin-bottom: 14px;
	}
	
	.layPage ul li a {
		width: 100%;
		height: 100;
		display: block;
		color: #000000;
	}
	
	.layPage ul li.disabled {
		color: #8e8e93;
	}
}

@media only screen and (max-width: 768px) {
	.header {
		height: 60px;
	}
	
	.header_row {
		width: 90%;
	}
	
	.logo {
		width: 98px;
		top: 7.4px;
		left: 50%;
		margin-left: -49px;
	}
	
	.menu {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: -100%;
		background: #FFFFFF;
		-webkit-transition: ease 0.3s;
		transition: ease 0.3s;
		padding: 60px 0 80px;
		z-index: 6;
	}
	
	.menu.action {
		left: 0;
		display: flex;
		align-items: flex-end;
	}
	
	.menu ul {
		/*height: auto;*/
		height: -webkit-calc(100% - 90px);
		height: calc(100% - 90px);
		overflow-y: scroll;
	}
	
	.menu ul li{
		width: 100%;
		padding: 0 8%;
		margin-bottom: 5px;
		text-align: left;
		display: none;
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: resize;
		animation-name: resize;
	}
	
	@-webkit-keyframes resize {
		from, 60%, 75%, 90%, to {
			-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
			animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		}
		  0% {
			opacity: 0;
			-webkit-transform: scale(5,5);
			transform: scale(5,5);
		}
		  100% {
			opacity: 1;
			-webkit-transform: scale(1,1);
			transform: scale(1,1);
		} 
	}

	@keyframes resize {
		from, 60%, 75%, 90%, to {
			-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
			animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		}
		  0% {
			opacity: 0;
			-webkit-transform: scale(5,5);
			transform: scale(5,5);
		}
		  100% {
			opacity: 1;
			-webkit-transform: scale(1,1);
			transform: scale(1,1);
		}
	}
	
	.menu ul li:last-child {
		padding-right: 8%;
	}
	
	.menu ul li span {
		width: 100%;
		line-height: 40px;
		font-size: 15px;
		padding: 0;
	}
	
	.menu ul li span.current {
		border-bottom: none;
	}
	
	.menu ul li span:hover {
		border-bottom: none;
	}
	
	.menuBtn {
		top: 20.5px;
		display: block;
	}
	
	.subMenu {
		position: static;
		left: auto;
		top: auto;
		border-top: none;
	}
	
	.subMenu .subNav {
		width: 100%;
		padding: 0;
	}
	
	.subMenu .subNav .navBkg {
		display: none;
	}
	
	.subMenu .subNav .navText {
		width: 100%;
		float: left;
		padding-top: 5px;
		padding-left: 20px;
	}
	
	.subMenu .subNav .navText .navTitle , .subMenu .subNav .navText .navInfo {
		display: none;
	}
	
	.subMenu .subNav .navText .navSkip .navLink {
		width: 100%;
		font-size: 12px;
		line-height: 30px;
		margin-right: 0;
	}
	
	.menu ul li:hover .subMenu {
		display: none;
	}
	
	.subMenu.active {
		display: block !important;
		-webkit-animation-duration: 0.3s;
		animation-duration: 0.3s;
		-webkit-animation-name: fadeInLeft;
		animation-name: fadeInLeft;
	}
	
	@-webkit-keyframes fadeInLeft {
		0%{
			opacity: 0;
			-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
		}
		100%{
			opacity: 1;
			-webkit-transform: translateX(0px);
			transform: translateX(0px);
		}
	}
	
	@keyframes fadeInLeft {
		0%{
			opacity: 0;
			-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
		}
		100%{
			opacity: 1;
			-webkit-transform: translateX(0px);
			transform: translateX(0px);
		}
	}
	
	.xgTc .xgContent {
		width: 100%;
		top: auto;
		margin-top: 0;
		left: 0;
		margin-left: 0;
		bottom: 0;
	}
	
	.xgTc .xgContent.gg {
		width: 90%;
		top: 50%;
		margin-top: 0;
		left: 50%;
		margin-left: 0;
		bottom: auto;
		transform: translate(-50%,-50%);
	}
	
	.section {
		margin-top: 60px;
	}
	
	.swiper-slide h1 {
		letter-spacing: 3px;
		font-size: 20px;
	}
	
	.swiper-slide .copy h1 {
		line-height: 45px;
		font-size: 30px;
		letter-spacing: 3px;
	}

	.swiper-slide .copy h2 {
		line-height: 24px;
		font-size: 16px;
		letter-spacing: 3px;
	}

	.ani-slide .copy {
		-webkit-transform: translateY(-13px);
		transform: translateY(-13px);
	}
	
	.hfsCentre {
		width: 100%;
	}
	
	.productWrap {
		padding: 0 5%;
	}
	
	.productWrap .swiper-button-next, .productWrap .swiper-button-prev {
		display: none;
	}
	
	/*
	.productItem .itemImg {
		height: 280px;
	}
	
	.productItem .itemImg a .picBox .pic {
		display: none;
	}
	
	.productItem .itemImg a .picBox .picHover {
		height: auto;
		position: static;
		top: auto;
		left: auto;
		-moz-opacity: 1;
		opacity: 1;
	}
	*/
	
	.productItem .itemEffect {
		letter-spacing: 2px;
	}
	
	.showWrap {
		padding: 0 5%;
	}
	
	.dynamicWrap {
		padding: 0 5%;
	}
	
	.dynamicWrap .dynamic .itemCover {
		-webkit-border-radius: 2px;
		border-radius: 2px;
		background-color: rgba(0, 0, 0, 0.5);
	}
	
	.contactWrap {
		margin: 20px 0 30px;
		padding: 0 5%;
	}
	
	.footer {
		display: none;
	}
	
	.footerMobile {
		display: flex;
		flex-direction: column;
	}
	
	.memory {
		width: 40px;
		bottom: 15px;
	}
	
	.memory .chatWrap {
		height: 40px;
		padding-left: 0;
		margin-bottom: 10px;
	}
	
	.memory .chatWrap img {
		border: none;
	}
	
	.memory .phoneWrap {
		display: none;
	}
	
	.phoneMobile {
		display: block;
		height: 40px;
		padding-left: 0;
		margin-bottom: 10px;
	}
	
	.memory .backaTop {
		height: 40px;
		padding-left: 0;
	}
	
	.memory .backaTop img {
		border: none;
	}
	
	.breadCrumb {
		display: none;
	}
	
	.closeIcon {
		top: 14px;
		right: 8px;
	}
	
	.xgTc .xgContent .xgBox h1 {
		font-size: 20px;
		margin: 56px 0 6px;
	}
	
	.xgTc .xgContent .xgBox h2 {
		display: none;
	}
	
	.xgTc .xgContent .xgBox h3 {
		display: block;
	}
	
	.xgTc .xgContent .xgBox .tmLink {
		font-size: 12px;
	}
	
	.xgTc .xgContent .xgBox .qrcode {
		width: 160px;
		height: 160px;
		margin: 26px 0 74px;
	}
	
	.xgTc .xgContent .xgBox .qrcode.gg {
		width: 100%;
		height: auto;
		border: none;
		margin: 40px 0;
	}
	
	.layPage {
		padding: 0 5%;
	}
	
	.subMenuIcon {
		display: block;
	}
	
	.shareBox {
		display: block;
	}
	
	.subMenu .subNav .navText .navSkip .navItem {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.subMenu .subNav .navText .navSkip .navItem:last-child {
		margin-bottom: 0;
	}
	
	.subMenu .subNav .navText .navSkip .navItem .navSecond {
		line-height: 30px;
		font-size: 14px;
	}
	
	.subMenu .subNav .navText .navSkip .navItem .navThird {
		margin-top: 0;
		display: none;
	}
	
	.subMenu .subNav .navText .navSkip .navItem .navThird .thirdBox {
		margin-top: 6px;
	}
	
	.subMenu .subNav .navText .navSkip .navItem .navThird .thirdBox .thirdLink {
		line-height: 30px;
		font-size: 12px;
	}
	
	.subMenu .subNav .navText .navSkip .navItem .navThird.active {
		display: block !important;
		-webkit-animation-duration: 0.3s;
		animation-duration: 0.3s;
		-webkit-animation-name: fadeInLeft;
		animation-name: fadeInLeft;
	}
}

@media only screen and (max-width: 414px) {
	.productBox {
		height: 580px!important;
		padding-bottom: 0;
	}
	
	.showWrap {
		height: auto;
	}
	
	.showWrap .showImg, .showWrap .showBox {
		width: 100%;
	}
	
	.showWrap .showImg {
		height: 420px;
	}
	
	.showWrap .showBox {
		padding: 25px 0;
	}
	
	.showWrap .showBox .showText {
		position: static;
		top: auto;
		left: auto;
		margin-top: 0;
	}
	
	.showWrap .showBox .showText .textE {
		padding: 8px 0;
		letter-spacing: 5px;
	}
	
	.dynamicWrap .dynamic {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.dynamicWrap .dynamic .itemCover {
		height: 190px;
	}
	
	.contactWrap .contactBox {
		width: 100%;
		padding: 30px 20px;
		border-right: none;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background-color: #F8F8F8;
		margin-bottom: 25px;
	}
	
	.contactWrap .contactBox .contactTitle {
		line-height: 14px;
		font-size: 14px;
		letter-spacing: 5px;
	}
	
	.contactWrap .contactBox .contactText {
		margin: 15px 0;
		line-height: 12px;
		font-size: 10px;
	}
	
	.contactWrap .contactBox .contactBtn {
		margin-top: 0;
		line-height: 12px;
	}
	
	.contactWrap .contactBox .contactBtn a {
		margin-top: 0;
	}
}

@media only screen and (max-width: 375px) {
	.productBox {
		height: 540px!important;
	}
}

@media only screen and (max-width: 320px) {
	.menu {
		padding-bottom: 50px;
	}
	
	.menu ul li {
		margin-bottom: 0;
	}
	
	.productBox {
		height: 485px!important;
	}
	
	.showWrap .showImg {
		height: 320px;
	}
	
	.shareBox {
		bottom: 20px;
	}
}