  /*style css*/
  
  * {
	padding: 0;
	margin: 0 auto;
	font-family: "'MicrosoftYaHei'-Bold";
}

body {
	max-width: 1920px;
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 14px;
	font-family: "'MicrosoftYaHei'-Bold";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #222;
	line-height: 25px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-tap-highlight-color:transparent;
}

html {
	max-width: 1920px;
	width: 100%;
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

h1 {
	font-size: 38px;
	text-transform: capitalize;
}

p {
	font-size: 16px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0;
	color: #404040;
}

a {
	color: #2a3855;
	font-family: "Source Sans Pro";
	font-weight: 400;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a:hover,
a:active,
a:focus {
	outline: none !important;
	text-decoration: none !important;
}

img {
	max-width: 100%;
}

ul>li {
	color: #726a84;
	font-size: 16px;
	font-weight: 300;
	list-style-type: none;
}

.typearea {
	margin: auto;
	width: 1200px;
}
/* header   start*/

.header {
	position: relative;
	margin: 0 auto;
	z-index: 2000;
	width: 100%;
	height: 80px;
	background-color: #fff;
	line-height: 79px;
}

.logo {
	width: 250px;
	vertical-align: middle;
}

.header .navbar-default {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	border: none;
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
}

.header .container-fluid {
	padding: 0;
}

.header .navbar-nav {
	float: right;
	margin: 0;
}

.header .navbar-nav>li>a {
	line-height: 80px;
	padding: 0 9px;
}

.header .navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #D19a4a !important;
	background-color: #1a1a1a !important;
}

.header .navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #D19a4a !important;
	background-color: #1a1a1a !important;
}

.header a:hover {
	color: #D19a4a !important;
	background-color: #1a1a1a !important;
}

.header a {
	font-family: 'MicrosoftYaHei';
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #333333;
}

.header .dropdown-menu>li>a {
	padding: 0px 20px !important;
	clear: both;
	font-weight: 400;
	line-height: 50px;
	white-space: nowrap;
}

.header .dropdown-menu>li>a:hover {
	background-color: transparent;
}

.header .dropdown-menu {
	padding: 0 !important;
}

.header .dropdown-menu>li>a::after,
.dropdown-menu>li>a:focus::after,
.dropdown-menu>li>a:hover::after {
	content: none;
}

.header .navbar-collapse {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.en {
	padding: 0 9px;
}

.en .active a {
	color: #D19a4a;
}
/* header  end
/*footer  start*/

.footer {
	width: 100%;
	height: auto;
	background-color: #1a1a1a;
}

.footerbox {
	padding-top: 10%;
	padding-bottom: 6%;
}

.footer h4 {
	font-family: 'MicrosoftYaHei';
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #FFFFFF;
	font-style: italic;
	margin-bottom: 30px;
}

.footer li {
	border-bottom: 1px solid #ffffff;
	max-width: 500px;
	margin-left: 0;
}

.footer-link {
	display: flex;
}

.footer-link:hover .footer-txt,
.footer-link:hover .footer-Arrow {
	font-size: 20px;
	color: #d8af87;
	transition: all .5s ease;
	letter-spacing: 2px;
}

.footer-txt {
	font-family: 'MicrosoftYaHei';
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #FFFFFF;
	min-height: 60px;
	margin-bottom: 0;
	line-height: 60px;
}

.footer-txt:hover {
	font-size: 18px;
	color: #d8af87;
	transition: all .5s ease;
}

.footer-Arrow {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #FFFFFF;
	min-height: 50px;
	margin-right: 0;
	line-height: 50px;
}

.footer-img {
	text-align: center;
	padding: 20px 0;
}

.footer-img p {
	margin-bottom: 10px;
}

.footer-img img {
	width: 200px;
	height: 200px;
}

.footer-img .footer-txt:hover {
	font-size: 14px;
	color: #FFFFFF;
}

.footer-down {
	border-top: 1px solid #FFFFFF;
	text-align: center;
	margin-top: 4%;
}

.footer-down p {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #FFFFFF;
	line-height: 50px;
	margin-bottom: 0;
}

.footer-down a {
	line-height: 50px;
	font-size: 14px;
}
/* footer  end*/
/*index start*/

.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.aboutbox {
	padding-top: 6%;
	padding-bottom: 6%;
}

.about-title {
	text-align: center;
	margin-bottom: 40px;
}

.about-title h4 {
	font-size: 34px;
	line-height: 60px;
	color: #000000;
	font-weight: bold;
	margin-top: 0;
}

.about-title p {
	font-size: 22px;
	color: #000000;
}

.about-text {
	text-align: center;
	margin-bottom: 30px;
}

.about-text p {
	font-size: 14px;
	color: #333333;
	text-indent: 28px;
	line-height: 40px;
	margin-bottom: 0;
}

.about-img {
	text-align: center;
	min-height: 200px;
	padding-top: 60px;
}

.about-showbox {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.about-showbox:hover .about-show {
	/* display: none; */
	transform: rotateY(-90deg);
}

.about-showbox:hover .about-hide {
	/*display: block;*/
	transform: rotateY(0);
}

.about-show {
	width: 180px;
	height: 180px;
	background-color: #C49D58;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* Internet Explorer */
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(45deg);
	/* Opera */
	transition: all 0.50s ease-in-out 0s;
	display: flex;
    align-items: center;
}

.about-hide {
	display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid #C49D58;
	width: 160px;
	height: 200px;
	padding: 30px 20px;
	transform: rotateY(90deg);
	transition: all 0.50s ease-in-out 0s;
	position: absolute;
	top: 0;
	left: 30%;
	overflow: hidden;
}

.about-show p {
	font-size: 16px;
	color: #ffffff;
	transform: rotate(-45deg);
	width: 100%;
	margin-bottom: 0;
}

.about-hide p {
	font-size: 16px;
	color: #C49D58;
	font-weight: 600;
	margin-bottom: 0;
}

.more {
	position: relative;
	top: 90%;
}

.more a {
	display: flex;
}

.more a p {
	font-family: "'MicrosoftYaHei'-Bold";
	color: #C49D58;
	border-bottom: 1px solid #C49D58;
	width: 100px;
	margin-bottom: 0;
}

.more a p:nth-child(2) {
	text-align: right;
}

.index-wp {
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.addindex-wp{
	display: none;
}
.flip-order {
	position: fixed;
	top: 50%;
	right: 20px;
	margin-top: -114px;
	z-index: 1100;
}

.flip-order p {
	position: relative;
	display: block;
	width: 30px;
	height: 4px;
	background-color: #C49D58;
	text-align: center;
	cursor: pointer;
	margin-bottom: 15px;
	border-radius: 5px;
}

.flip-order p.on {
	background: #FFFFFF;
	border-radius: 5px;
	border: 0.5px solid #C49D58;
	margin-bottom: 100px;
}

.flip-order p.on .flip-hide {
	display: block;
}

.flip-hide {
	display: none;
	color: #C49D58;
	/* width: 30px; */
	transform: rotate(90deg);
	margin-top: 10px;
	font-size: 14px;
	font-weight: 600;
}

.index-wp .page {
	position: relative;
	height: 100%;
	margin: 0 auto;
	z-index: 999;
	box-sizing: border-box;
}

.page1 .containerNew {
	position: relative;
	/*top: 90px;*/
	/*max-width: 1700px;*/
	/*min-width: 1280px;*/
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.index-wp .page1 {
	z-index: 0;
	margin-top: 80px;
	height: calc(100vh - 80px);
}

.page1 .pp {
	position: absolute;
	top: 50%;
	left: 50%;
	/*max-width: 1700px;
min-width: 1280px;*/
	height: 1000px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.page1 .p1 {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
}

.page1 .p1-item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-size: 100% 100%; */
	background-position: center center;
	opacity: 0;
	-webkit-transition: all 2s;
}

.page1 .p1-item.on {
	opacity: 1;
}

.page1.active .p1 {
	-webkit-animation: page1scale 10s infinite;
}

@-webkit-keyframes page1scale {
	0% {
		-webkit-transform: scale(1) translate(-50%, -50%);
	}
	50% {
		-webkit-transform: scale(1.02) translate(-50%, -50%);
	}
	100% {
		-webkit-transform: scale(1) translate(-50%, -50%);
	}
}

@keyframes page1scale {
	0% {
		-webkit-transform: scale(1) translate(-50%, -50%);
	}
	50% {
		-webkit-transform: scale(1.02) translate(-50%, -50%);
	}
	100% {
		-webkit-transform: scale(1) translate(-50%, -50%);
	}
}

.page3 .bg,
.page4 .bg,
.page5 .bg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-size: cover;
	/*background-size: 100% 100%;*/
	background-position: center center;
	background-repeat: no-repeat;
}

.page3.active .bg,
.page5.active .bg {
	-webkit-animation: page2scale 10s infinite;
	-webkit-animation-delay: 0.8s;
}

.page3.unactive .bg,
.page5.unactive .bg {
	-webkit-animation: none;
	-webkit-animation-delay: 0s;
}

@-webkit-keyframes page2scale {
	0% {
		-webkit-transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.02);
	}
	100% {
		-webkit-transform: scale(1);
	}
}

@keyframes page2scale {
	0% {
		-webkit-transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.02);
	}
	100% {
		-webkit-transform: scale(1);
	}
}

.content {
	position: absolute;
	top:65%;
	left: 0;
	width: 100%;
	padding: 30px 20px;
	margin-top: 0;
	/*background: rgba(255, 255, 255, 0.9);*/
	opacity: 0;
	overflow: hidden;
	z-index: 2;
	-webkit-transition: all 0s;
	-webkit-transition-delay: 0s;
	text-align: center;
}

.content h4 {
	font-size: 34px;
	line-height: 60px;
	height: 60px;
	font-family: Arial;
	-webkit-transform: translateY(100%);
	opacity: 0;
	-webkit-transition: all 0.5s;
	-webkit-transition-delay: 1.5s;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 2px;
	font-style: italic;
}

.content .t {
	font-size: 32px;
	-webkit-transform: translateY(100%);
	opacity: 0;
	-webkit-transition: all 0.5s;
	-webkit-transition-delay: 2.5s;
	color: #FFFFFF;
	text-align: center;
	margin: 20px 0;
}

.content .ab {
	max-height: 96px;
	overflow: hidden;
	font-size: 24px;
	line-height: 32px;
	-webkit-transform: translateY(100%);
	opacity: 0;
	-webkit-transition: all 0.5s;
	-webkit-transition-delay: 3.5s;
	color: #FFFFFF;
	text-align: center;
}
.content .indexmore{
	border: 1px solid #D19a4a;
	background-color: #1e1e1e;
	text-align: center;
	margin-top:30px;
	/* width: 80px; */
	padding: 10px 15px;
	/* height: 40px;
	line-height: 37px; */
	border-radius: 8px;
	display: inline-block;
	-webkit-transform: translateY(100%);
	opacity: 0;
	/* -webkit-transition: all 0.5s;
	-webkit-transition-delay: 4.5s; */
}
.content .indexmore span{
	font-size: 16px;
	color: #FFFFFF;
}
.active .content {
	opacity: 1;
}

.active .content h4,
.active .content .t,
.active .content .ab,
.active .content .indexmore {
	-webkit-transform: translateX(0%);
	opacity: 1;
}

.unactive .content,
.unactive .content h4,
.unactive .content .t,
.unactive .content .ab,
.unactive .content .indexmore {
	-webkit-transition: all 0.5s;
	-webkit-transition-delay: 0s;
}

.index-wp .page6 {
	width: 100%;
	max-width: 100%;
	/*padding-bottom: 250px;*/
	overflow: hidden;
}

.page6 .container {
	position: absolute;
	width: 100%;
	/*max-width: 1700px;
min-width: 1280px;*/
	left: 50%;
	top: 0px;
	bottom: 250px;
	-webkit-transform: translateX(-50%);
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.page6 .container .brand {
	position: relative;
	top: 50%;
	/*height: 100%;*/
	margin-top: -250px;
}

.page6 .container .brand span {
	position: absolute;
	display: block;
	width: 100%;
	/*max-width: 1700px;*/
	left: 50%;
	top: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
}

.page6 .container .brand span img {
	width: 90%;
	-webkit-transform: translateX(100%);
	-webkit-transition: all 3s;
	margin-top: 50%;
}

.page6.active .container .brand span img {
	-webkit-transform: translateX(0%);
}

.page6.unactive .container .brand span img {
	-webkit-transform: translateX(100%);
}
.page6 .brand p{
	margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
}
.page6 .container .brand ul {
	width: 100%;
	height: 100%;
}

.page6 .container .brand li {
	position: relative;
	float: left;
	width: 33.33%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	-webkit-transform: translateY(100%);
	opacity: 0;
	-webkit-transition: all 3s;
}

.page6 .container .brand li .img,
.page6 .container .brand li em {
	-webkit-transition: all 1s;
}
/* .page6 .container .brand li:hover .img{
-webkit-transform: translateX(-30px);
}*/

.page6 .container .brand li:hover .img,
.page6 .container .brand li:hover em {
	-webkit-transform: translateX(-30px);
}

.page6 .container .brand li:hover .img {
	/* -webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);    
filter: grayscale(0%);	 */
	filter: none;
}

.page6 .brand li:nth-child(1) {
	-webkit-transition-delay: 0s;
}

.page6 .brand li:nth-child(2) {
	-webkit-transition-delay: 0.5s;
}

.page6 .brand li:nth-child(3) {
	-webkit-transition-delay: 1s;
}

.page6.active .brand li:nth-child(1) {
	opacity: 1;
	-webkit-transform: translateY(0%);
	top: 50px;
}

.page6.active .brand li:nth-child(2) {
	opacity: 1;
	-webkit-transform: translateY(0%);
	top: 100px;
}

.page6.active .brand li:nth-child(3) {
	opacity: 1;
	-webkit-transform: translateY(0%);
	top: 150px;
}

.page6.unactive .brand li {
	opacity: 0;
	-webkit-transform: translateY(100%);
	-webkit-transition-delay: 0s;
}

.page6 .container .brand li img {
	width: 300px;
	height: 100%;
	max-width: 300px;
}
/* index  end*/

@media screen and (min-width:992px) and (max-width:1300px) {
	/* 中型设备（台式电脑，992px 起） */
	.typearea {
		padding-left: 4%;
		padding-right: 4%;
		width: 100%;
	}
	.header .navbar-nav>li>a {
		line-height: 80px;
		padding: 0 7px;
	}
	.en {
		line-height: 79px;
		padding: 0 7px;
	}
	.header {
		position: relative;
		margin: 0 auto;
		z-index: 2000;
		width: 100%;
		height: 80px;
		background-color: #fff;
		line-height: 79px;
	}
	.logo {
		width: 220px;
		vertical-align: middle;
	}
	.index-wp {
		overflow: auto;
	}
	.index-wp .page1 {
		z-index: 0;
		margin-top: 80px;
		height: calc(100vh - 80px);
	}
	.content {
		display: none;
		opacity: 1;
	}
	.content h4 {
		font-size: 34px;
		line-height: 50px;
		height: 50px;
		opacity: 1;
		-webkit-transform: none;
		-webkit-transition: all 0s;
		-webkit-transition-delay: 0s;
	}
	.content .t {
		font-size: 32px;
		margin: 20px 0;
		opacity: 1;
		-webkit-transform: none;
		-webkit-transition: all 0s;
		-webkit-transition-delay: 0s;
	}
	.content .ab {
		max-height: 80px;
		overflow: hidden;
		font-size: 24px;
		line-height: 30px;
		opacity: 1;
		-webkit-transform: none;
		-webkit-transition: all 0s;
		-webkit-transition-delay: 0s;
	}
	.content .indexmore {
		opacity: 1;
		-webkit-transform: none;
		-webkit-transition: all 0s;
		-webkit-transition-delay: 0s;
	}
	.about-title h4 {
		font-size: 34px;
		line-height: 50px;
	}
	.about-title p {
		font-size: 22px;
		color: #000000;
		margin-bottom: 0;
	}
	.about-title {
		text-align: center;
		margin-bottom: 25px;
	}
	.about-text {
		text-align: center;
		margin-bottom: 20px;
	}
	.about-text p {
		font-size: 14px;
		color: #1e1e1e;
		line-height: 40px;
		margin-bottom: 0;
	}
	.about-img {
		text-align: center;
		min-height: 180px;
		padding-top: 60px;
	}
	.about-show {
		display: none;
	}
	.about-hide {
		border: 1px solid #C49D58;
		width: 250px;
		height: 180px;
		padding: 30px 20px;
		transform: rotateY(0deg);
		transition: all 0s ease-in-out 0s;
		position: inherit;
		top: 0;
		left: 0%;
	}
	.about-hide p {
		font-size: 14px;
		color: #C49D58;
		line-height: 35px;
	}
	.page6 .container .brand span {
		display: none;
	}
	.page6 .container .brand li {
		position: relative;
		float: left;
		width: 33.33%;
		height: 100%;
		box-sizing: border-box;
		text-align: center;
		-webkit-transform: none;
		opacity: 1;
		-webkit-transition: all 0s;
	}
	.page6 .container .brand li .img,
	.page6 .container .brand li em {
		-webkit-transition: all 0s;
	}
	.page6 .container .brand li:hover .img,
	.page6 .container .brand li:hover em {
		-webkit-transform: none;
	}
	.page6 .container .brand li:nth-child(2) {
		top: 130px !important;
	}
	.page6 .container .brand li:nth-child(3) {
		top: 250px !important;
	}
	.page6 .active .brand li:nth-child(1) {
		opacity: 1;
		-webkit-transform: translateY(0%);
		top: 0;
	}
	.page6 .active .brand li:nth-child(2) {
		opacity: 1;
		-webkit-transform: translateY(0%);
		top: 130px;
	}
	.page6 .active .brand li:nth-child(3) {
		opacity: 1;
		-webkit-transform: translateY(0%);
		top: 250px;
	}
	.page6 .container .brand li img {
		width: 200px;
		height: 100%;
		max-width: 200px;
	}
	.page6 .container .brand {
		position: relative;
		top: 50%;
	}
	.footer {
		height: auto !important;
	}
	.footerbox {
		padding-top: 5%;
		padding-bottom: 0
	}
	.footer h4 {
		font-family: 'MicrosoftYaHei';
		font-size: 24px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 1px;
		color: #FFFFFF;
		font-style: italic;
		margin-bottom: 20px;
	}
	.footer-txt {
		min-height: 40px;
		line-height: 40px;
	}
	.footer li {
		max-width: 1000px;
	}
	.footer-txt:hover {
		color: #FFFFFF;
		font-size: 14px;
	}
	.footer-Arrow {
		min-height: 40px;
		line-height: 40px;
	}
	.footer-down p {
		line-height: 40px;
	}
	.footer-down a {
		line-height: 40px;
		font-size: 14px;
	}
	.footer-down {
		border-top: 1px solid #FFFFFF;
		text-align: center;
		padding: 15px;
	}
	.footer-link:hover .footer-txt,
	.footer-link:hover .footer-Arrow {
		font-size: 14px;
		color: #FFFFFF;
		transition: all 0s ease;
		letter-spacing: 0px;
	}
	.flip-order {
		display: none;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	/* 小型设备（平板电脑，768px 起） */
	.typearea {
		padding-left: 6%;
		padding-right: 6%;
		width: 100%;
	}
	.header {
		position: fixed;
		top: 0;
		margin: 0 auto;
		z-index: 2000;
		width: 100%;
		height: 60px;
		background-color: #fff;
		line-height: 59px;
	}
	.logo {
		width: 200px;
	}
	.index-wp {
		display: none;
	}
	.addindex-wp {
		display: block;
		position: absolute;
		top: 0px;
		right: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
	}
	
	.addindex-wp .page {
		position: relative;
		margin: 0 auto;
		z-index: 999;
		box-sizing: border-box;
	}
	.addindex-wp .page1 {
		z-index: 0;
		margin-top: 60px;
	}
	.header .navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 15px;
		margin-right: 0px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	.header .navbar-nav {
		float: none;
		margin: 0;
		background-color: #FFFFFF;
	}
	.header .navbar-nav>li>a {
		line-height: 40px;
		padding: 0;
		text-align: center;
	}
	.header .dropdown-menu>li>a {
		line-height: 30px !important;
	}
	.en {
		line-height: 40px;
		padding: 0;
		text-align: center;
	}
	.header .navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover {
		color: #D19a4a !important;
		background-color: #FFFFFF !important;
	}
	.header .navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:focus,
	.navbar-default .navbar-nav>.open>a:hover {
		color: #D19a4a !important;
		background-color: #ffffff !important;
	}
	.caret {
		display: inline-block;
		width: 0;
		height: 0;
		top: 20px;
		position: absolute;
		margin-left: 4px;
		vertical-align: middle;
		border-top: 4px dashed;
		border-top: 4px solid;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
	}
	.header .open>.dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		display: block;
		height: auto;
		margin-top: 0px;
		text-align: center;
		line-height: 30px;
		border: 1px solid #d8d5d5 !important;
		background-color: #f3f2f2 !important;
	   }
	.header a:hover {
	 color: #D19a4a !important;
	 background-color: #ffffff !important;
	}
	.header a {
		font-family: 'MicrosoftYaHei';
		font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 0px;
		color: #333333;
	}
	.header .dropdown-menu>li>a {
		display: block;
		padding: 0px 15px !important;
		clear: both;
		font-weight: 400;
		line-height: 30px;
		color: #666666 !important;
		white-space: nowrap;
	}
	.content {
		opacity: 1;
		top: 75%;
		display: none;
	}
	.content h4 {
		font-size: 30px;
		line-height: 30px;
		height: 30px;
		opacity: 1;
		-webkit-transform: none;
		-webkit-transition: all 0s;
		-webkit-transition-delay: 0s;
	}
	.content .t {
		font-size: 28px;
		margin: 15px 0;
		opacity: 1;
		-webkit-transform: none;
		-webkit-transition: all 0s;
		-webkit-transition-delay: 0s;
	}
	.content .ab {
		max-height: 70px;
		font-size: 20px;
		line-height: 30px;
		opacity: 1;
		-webkit-transform: none;
		-webkit-transition: all 0s;
		-webkit-transition-delay: 0s;
	}
	.content .indexmore span {
		font-size: 12px;
	}
	.content .indexmore {
		opacity: 1;
		-webkit-transform: none;
		-webkit-transition: all 0s;
		-webkit-transition-delay: 0s;
	}
	.about-title h4 {
		font-size: 30px;
		line-height: 30px;
	}
	.about-title {
		text-align: center;
		margin-bottom: 20px;
	}
	.about-text {
		text-align: center;
		margin-bottom: 20px;
	}
	.about-text p {
		font-size: 14px;
		text-indent: 22px;
		line-height: 28px;
	}
	.about-img {
		text-align: center;
		min-height: 150px;
		padding-top: 50px;
	}
	.about-show {
		display: none;
	}
	.page1,.page2,.page3,.page4,.page5,.page6{
		height:800px;
	}

	.about-hide {
		border: 1px solid #C49D58;
		width: 200px;
		height: 135px;
		padding: 20px 10px;
		transform: rotateY(0deg);
		transition: all 0s ease-in-out 0s;
		position: inherit;
		top: 0;
		left: 0%;
	}
	.about-hide p {
		font-size: 14px;
		color: #C49D58;
	}
	.page6 .container .brand span {
		display: none;
	}
	.page6 .container .brand li {
		position: relative;
		float: left;
		width: 33.33%;
		height: 100%;
		box-sizing: border-box;
		text-align: center;
		-webkit-transform: none;
		opacity: 1;
		-webkit-transition: all 0s;
	}
	.page6 .container .brand li .img,
	.page6 .container .brand li em {
		-webkit-transition: all 0s;
	}
	.page6 .container .brand li:hover .img,
	.page6 .container .brand li:hover em {
		-webkit-transform: none;
	}
	.page6 .container .brand li:nth-child(2) {
		top: 130px !important;
	}
	.page6 .container .brand li:nth-child(3) {
		top: 250px !important;
	}
	.page6 .active .brand li:nth-child(1) {
		opacity: 1;
		-webkit-transform: translateY(0%);
		top: 0;
	}
	.page6 .active .brand li:nth-child(2) {
		opacity: 1;
		-webkit-transform: translateY(0%);
		top: 130px;
	}
	.page6 .active .brand li:nth-child(3) {
		opacity: 1;
		-webkit-transform: translateY(0%);
		top: 250px;
	}
	.page6 .container .brand {
		position: relative;
		top: 50%;
		/* height: 100%; */
		margin-top: -150px;
	}
	.page6 .container .brand li img {
		width: 180px;
		height: 100%;
		max-width: 180px;
	}
	.more a p {
		font-size: 14px;
	}
	.footer {
		height: auto !important;
	}
	.footerbox {
		padding-top: 4%;
		padding-bottom: 0;
	}
	.footer li {
		max-width: 700px;
	}
	.footer h4 {
		font-family: 'MicrosoftYaHei';
		font-size: 18px;
		margin-bottom: 20px;
	}
	.footer-txt {
		font-family: 'MicrosoftYaHei';
		font-size: 14px;
		min-height: 30px;
		line-height: 30px;
	}
	.footer-txt:hover {
		font-size: 14px;
		color: #FFFFFF;
	}
	.footer-Arrow {
		font-size: 14px;
		min-height: 30px;
		line-height: 30px;
	}
	.footer-link:hover .footer-txt,
	.footer-link:hover .footer-Arrow {
		font-size: 14px;
		color: #FFFFFF;
		letter-spacing: 0;
	}
	.footer-down p {
		font-size: 14px;
		line-height: 30px;
	}
	.footer-down a {
		line-height: 30px;
		font-size: 14px;
	}
	.footer-down {
		border-top: 1px solid #FFFFFF;
		text-align: center;
		padding: 15px;
	}
	.flip-order {
		display: none;
		position: fixed;
		top: 50%;
		right: 20px;
		margin-top: -114px;
		z-index: 1100;
	}
}

@media screen and (max-width:767px) {
	/* 超小设备（手机，小于 768px） */
	.typearea {
		padding-left: 4%;
		padding-right: 4%;
		width: 100%;
	}
	.logo {
		width: 190px;
	}
	.header {
		position: relative;
		margin: 0 auto;
		z-index: 2000;
		width: 100%;
		height: 60px;
		background-color: #fff;
		line-height:60px;
	}
	.index-wp {
		display: none;
	}
	.addindex-wp {
		display: block;
		position: absolute;
		top: 0px;
		right: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
	}
	
	.addindex-wp .page {
		position: relative;
		margin: 0 auto;
		z-index: 999;
		box-sizing: border-box;
	}
	.addindex-wp .page1 {
		z-index: 0;
		margin-top: 60px;
	}
	.page2{
		height: auto !important;
	}
	.page1,.page3,.page4,.page5{
		height:600px;
	}
	.page6{
		height: 600px ;
	}
	.header .navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 15px;
		margin-right: 0px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	.header .navbar-nav {
		float: none;
		margin: 0;
		background-color: #FFFFFF;
	}
	.header .navbar-nav>li>a {
		line-height: 40px;
		padding: 0;
		text-align: center;
	}
	.header .dropdown-menu>li>a {
		line-height: 30px !important;
	}
	.en {
		line-height: 40px;
		padding: 0;
		text-align: center;
	}
	.header .navbar-default .navbar-nav>.active>a,
	.header .navbar-default .navbar-nav>.active>a:focus,
	.header .navbar-default .navbar-nav>.active>a:hover {
		color: #D19a4a !important;
		background-color: #FFFFFF !important;
	}
	.header .navbar-default .navbar-nav>.open>a,
	.header .navbar-default .navbar-nav>.open>a:focus,
	.header .navbar-default .navbar-nav>.open>a:hover {
		color: #D19a4a !important;
		background-color: #ffffff !important;
	}
	.header a:hover {
		color: #D19a4a !important;
		background-color: #ffffff !important;
	}
	.caret {
		display: inline-block;
		width: 0;
		height: 0;
		top: 20px;
		position: absolute;
		margin-left: 4px;
		vertical-align: middle;
		border-top: 4px dashed;
		border-top: 4px solid;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
	}
	.header .open>.dropdown-menu {
		display: block;
		height: auto;
		margin-top: 0px;
		text-align: center;
		line-height: 30px;
		border: 1px solid #d8d5d5 !important;
		background-color: #f3f2f2 !important;
	}
	.header a {
		font-family: 'MicrosoftYaHei';
		font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 0px;
		color: #333333;
	}
	.content {
		display: none;
		opacity: 1;
		top: 75%;
	}
	.content h4 {
		font-size: 24px;
		line-height: 30px;
		height: 30px;
		letter-spacing: 1px;
		opacity: 1;
		-webkit-transform: none;
		-webkit-transition: all 0s;
		-webkit-transition-delay: 0s;
	}
	.content .t {
		font-size: 18px;
		margin: 15px 0;
		opacity: 1;
		-webkit-transform: none;
		-webkit-transition: all 0s;
		-webkit-transition-delay: 0s;
	}
	.content .ab {
		max-height: 60px;
		font-size: 16px;
		line-height: 30px;
		opacity: 1;
		-webkit-transform: none;
		-webkit-transition: all 0s;
		-webkit-transition-delay: 0s;
	}
	.content .indexmore {
		margin-top: 30px;
		padding:5px 10px;
		/* width: 80px;
		height: 30px;
		line-height:30px; */
		opacity: 1;
		-webkit-transform: none;
		-webkit-transition: all 0s;
		-webkit-transition-delay: 0s;
	}
	.about-title h4 {
		font-size: 24px;
		line-height: 30px;
		color: #000000;
		font-weight: 600;
		margin-top: 0;
	}
	.about-title p {
		font-size: 14px;
		color: #000000;
	}
	.about-title {
		text-align: center;
		margin-bottom: 15px;
	}
	.about-text p {
		font-size: 14px;
		text-align: left;
		line-height: 22px;
	}
	.about-img {
		text-align: center;
		min-height: 80px;
		padding-top: 20px;
	}
	.about-show {
		display: none;
	}
	
	.content .indexmore span {
		font-size: 12px;
	}
	.about-hide {
		width: 70%;
		height: 70px;
		padding: 10px 5px;
		margin-bottom: 10px;
		transform: rotateY(0deg);
		transition: all 0s ease-in-out 0s;
		position: inherit;
		top: 0;
		left: 0%;
	}
	.about-text {
		text-align: center;
		margin-bottom: 10px;
	}
	.about-hide p {
		font-size: 14px;
		color: #C49D58;
	}
	.page6 .container {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0px;
		bottom: 250px;
		-webkit-transform: translateX(-50%);
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.page6 .container .brand span {
		display: none;
	}
	.page6 .container .brand li {
		position: relative;
		float: none;
		width: 33.33%;
		height: 100%;
		box-sizing: border-box;
		text-align: center;
		-webkit-transform: none;
		opacity: 1;
		-webkit-transition: all 0s;
	}
	.page6 .container .brand li .img,
	.page6 .container .brand li em {
		-webkit-transition: all 0s;
	}
	.page6 .container .brand li:hover .img,
	.page6 .container .brand li:hover em {
		-webkit-transform: none;
	}
	.page6 .container .brand {
		position: relative;
		top: 30%;
		/* height: 100%; */
		margin-top: -80px;
	}
	.page6 .container .brand li:nth-child(1) {
		left: 25%;
	}
	.page6 .container .brand li:nth-child(2) {
		left: 75%;
		top: -130px !important;
	}
	.page6 .container .brand li:nth-child(3) {
		left: 40%;
		top: -180px !important;
	}
	.page6 .brand p{
	  font-size: 14px;
	  left: 10%;
	}
	.page6 .active .brand li:nth-child(1) {
		opacity: 1;
		-webkit-transform: translateY(0%);
		top: 0;
	}
	.page6 .active .brand li:nth-child(2) {
		opacity: 1;
		-webkit-transform: translateY(0%);
		top: -130px;
	}
	.page6 .active .brand li:nth-child(3) {
		opacity: 1;
		-webkit-transform: translateY(0%);
		top: -160px;
	}
	.page6 .container .brand li img {
		width: 140px;
		height: 100%;
		max-width: 140px;
	}
	.more {
		top: 95%;
	}
	.more a p {
		width: 80px;
		font-size: 13px;
	}
	.footerbox {
		padding-top: 4%;
    padding-bottom: 0;
	}
	.footer h4 {
		font-size: 17px;
		letter-spacing: 1px;
		margin-bottom: 15px;
	}
	.footer-txt {
		font-size: 13px;
		min-height: 20px;
		line-height: 25px;
	}
	.footer-txt:hover {
		font-size: 13px;
		color: #FFFFFF;
	}
	.footer-Arrow {
		font-size: 13px;
		min-height: 20px;
		line-height: 25px;
	}
	.footer-link:hover .footer-txt,
	.footer-link:hover .footer-Arrow {
		font-size: 13px;
		color: #FFFFFF;
		letter-spacing: 0;
	}
	.footer-img img {
		width: 100px;
		height: 100px;
	}
	.footer-down p {
		font-size: 13px;
		line-height: 25px;
	}
	.footer-down a {
		line-height: 25px;
		font-size: 13px;
	}
	.footer-down {
		padding: 15px;
	}
	.flip-order {
		display: none;
		position: fixed;
		top: 50%;
		right: 20px;
		margin-top: -114px;
		z-index: 1100;
	}
	.footer {
		width: 100%;
		height: auto !important;
		background-color: #1a1a1a;
	}
	.index-wp .page6 {
		margin: 20px auto;
	}
}