@charset "utf-8";
body, html {
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body, p, h1, h2, h3, h4, h5, table, ul, li, form, input {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Microsoft yahei";
}
body, p {
	font-size: 14px;
	border: none;
}
a {
	font-size: 14px;
	color: #999;
	text-decoration: none;
	border: none;
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
ul, li {
	list-style: none;
	border: 0;
	margin: 0;
	padding: 0;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
	-webkit-margin-start: 0;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-size: 12px;
	display: block;
}
strong, b {
	font-weight: normal;
}
table, tr, td {
	border-spacing: 0;
}
em, i, b {
	font-style: normal;
}
p {
	line-height: 170%;
	color: #555;
}
input {
	border: none;
	background: none;
}
figcaption {
	display: block;
}
input:focus {
	outline: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
font-size:14px;
color: #dfdfdf;
}
::-ms-input-placeholder { /* Internet Explorer 10+ */
font-size:14px;
color: #dfdfdf;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix {
*zoom:1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
input, button, table, tr, td, textarea {
	font-family: Microsoft yahei, Arial;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
/*导航*/
.barwrap {
	padding: 0 30px;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 333;
	display: flex;
	display: -ms-flexbox;
	background: rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.3);
	align-items: center;
	justify-content: center;
}
.barwrap .logo {
	display: block;
	-webkit-flex-grow: 0.5;
	flex-grow: 0.5;
	-webkit-box-flex-group: 0.5;
}
.navbar {
	display: flex;
	display: -ms-flexbox;
	display: -ms-flexbox;
	justify-content: space-around;
	flex-grow: 1.8;
	-webkit-flex-grow: 1.8;
	-webkit-box-flex-group: 1.8;
	padding-right: 45px;
}
.navbar li {
	line-height: 100px;
}
.navbar li a {
	color: #fff;
	font-size: 16px;
	transition: all 0.6s;
	position: relative;
	display: block;
}
.navbar li a b {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: #c2272d;
	display: block;
	z-index: 33;
	width: 0;
	transition: all 0.6s;
	width: 100%;
	transform: scale(0);
}
.navbar li:hover a b, .navbar li.on a b {
	transform: scale(1);
}
.navbar li:hover a, .navbar li.on a {
	color: #fff;
}
.barwrap .div2 {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-align-items: center;
	border-left: 1px solid rgba(255,255,255,0.3);
	flex-grow: 0.1;
	justify-content: flex-end;
}
.barwrap .div2 h3 {
	font-size: 20px;
	color: #000;
}
.barwrap .div2 h3 img {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}
.barwrap .div2 strong {
	display: block;
	font-size: 16px;
	color: #fff;
	padding-bottom: 10px;
	line-height: 1;
}
.barwrap .div2 b {
	display: block;
	font-size: 22px;
	color: #fff;
	font-family: segeo;
	line-height: 1;
}
/*搜索*/
.barwrap .zoom {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin-left: 60px;
}
.search-close {
	position: fixed;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.search-box {
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.8);
	z-index: 333;
	bottom: 0;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	align-items: center;
	-webkit-align-items: center;
	transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	-moz-transform-origin: bottom center;
	-webkit-transform-origin: bottom center;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transition: transform .3s .5s;
}
.search-box .div {
	width: 800px;
	margin: 0 auto;
	transition: all .5s .3s;
	filter: alpha(opacity=0);
	opacity: 0;
	transform: translate(0px, 20px);
}
.search-box .in {
	background: #fff;
	height: 50px;
	width: 700px;
	padding-left: 20px;
	font-size: 16px;
}
.search-box .sub {
	background: #d2a36d;
	height: 50px;
	width: 100px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.search-box p {
	padding: 30px 0 0 0;
}
.search-box p a {
	display: inline-block;
	padding: 0 20px;
	font-size: 14px;
	color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: all 0.36s;
}
.search-box p strong {
	display: inline-block;
	font-size: 16px;
	color: #fff;
}
.search-box p a:hover {
	color: #d7a449;
}
.search-box .div.on {
	opacity: 1;
	-webkit-opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	filter: alpha(opacity=100);
}
.search-box.active {
	transform-origin: top center;
	transform: scaleY(1);
	transition: transform .3s;
}
/*banner图*/
.banner {
	position: relative;
	overflow: hidden;
}
.banner .bannerfix >li {
	height: 100%;
	line-height: 0;
	opacity: 0;
	transition: opacity 1000ms linear;
	-webkit-transition: opacity 1000ms linear;
	float: left;
}
.banner .bannerfix >li .bimg {
	line-height: 0;
	width: 100%;
	position: relative;
	transition: transform 5s ease;
	-webkit-transition: transform 5s ease;/*transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);*/
}
.banner .bannerfix >li.imgIn {
	opacity: 1;
	z-index: 10;
	display: block;
}
.banner .bannerfix >li.imgIn .bimg {
/*transform: matrix(1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);*/
}
.banner .flex-control-nav {
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 30px;
	text-align: center;
	z-index: 20;
}
.banner .flex-control-nav li {
	display: inline-block;
	position: relative;
	margin-right: 14px;
	width: 5px;
	height: 20px;
}
.banner .flex-control-nav li:last-child {
	margin-right: 0;
}
.banner .flex-control-nav li span {
	display: block;
	text-indent: 999px;
	overflow: hidden;
	width: 5px;
	height: 8px;
	position: absolute;
	background: #fff;
	transition: 320ms;
	left: 0;
	top: 6px;
}
.banner .flex-control-nav li a.flex-active span {
	height: 20px;
	top: 0;
	background: #d2a36d;
}
.banner .text1 {
	position: absolute;
	top: 55%;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 33;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.banner .text1 .p1 {
	text-align: center;
	color: #fff;
	font-size: 32px;
	animation: none;
}
.banner .text1 .p2 {
	text-align: center;
	color: #fff;
	font-size: 52px;
	font-weight: bold;
	padding: 0 0 15px 0;
	animation: none;
}
.banner .text1 a {
	text-align: center;
	color: #fff;
	font-size: 28px;
	display: block;
	margin: 0 auto;
	width: 350px;
	height: 54px;
	background: #ffcc00;
	border-radius: 50px;
	line-height: 54px;
	font-family: 宋体;
	animation: none;
}
.banner .text1 a i {
	display: inline-block;
	font-size: 40px;
	vertical-align: middle;
}
/*侧边导航*/
#fp-nav {
	z-index: 29;
	position: fixed;
	top: 0;
	left: 0px;
	bottom: 0;
	background: rgba(255,255,255,0.7);
	width: 55px;
	margin-top: 0 !important;
}
#fp-nav ul {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0;
	width: 50px;
}
#fp-nav li span {
	background: url(../img/icon.png) no-repeat 0 0;
	width: 23px;
	height: 25px;
	display: block;
	margin-left: 10px;
	position: relative;
	z-index: 22;
	transition: all 1s;
}
#fp-nav li:nth-child(1) span {
	background-position: 0px 0;
}
#fp-nav li:nth-child(2) span {
	background-position: 0px -42px;
}
#fp-nav li:nth-child(3) span {
	background-position: 0px -82px;
}
#fp-nav li:nth-child(4) span {
	background-position: 0px -128px;
}
#fp-nav li:nth-child(5) span {
	background-position: 0px -170px;
}
#fp-nav li:nth-child(6) span {
	background-position: -2px -215px;
}
#fp-nav li:nth-child(1) .active span {
	background-position: -30px 0;
}
#fp-nav li:nth-child(2) .active span {
	background-position: -30px -42px;
}
#fp-nav li:nth-child(3) .active span {
	background-position: -30px -82px;
}
#fp-nav li:nth-child(4) .active span {
	background-position: -30px -128px;
}
#fp-nav li:nth-child(5) .active span {
	background-position: -30px -170px;
}
#fp-nav li:nth-child(6) .active span {
	background-position: -30px -215px;
}
#fp-nav li {
	position: relative;
}
#fp-nav li a {
	display: block;
	position: relative;
	z-index: 999;
	height: 45px;
	width: 50px;
	display: flex;
	align-items: center;
}
.fp-tooltip {
	position: absolute;
	left: -160px;
	top: 0;
	bottom: 0;
	color: #fff;
	z-index: 22;
	padding-left: 60px;
	transition: all 0.8s;
	width: 150px!important;
	z-index: -1;
	line-height: 45px;
	height: 45px;
	z-index: 33;
	background: #d2a36d;
}
#fp-nav li.on .fp-tooltip {
	left: 0;
}
/*关于我们*/
.index-sec2 {
	width: 100%;
	height: 100%;
	background: url(../img/bg2.jpg) no-repeat;
	background-size: auto;
	background-size: 100% 100%;
}
.sec2-cont {
	background: #fff;
	width: 1200px;
	margin: 0 auto;
	padding: 50px 130px 50px 130px;
	margin-top: 100px;
}
.sec2-cont h3 {
	color: #000;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
}
.sec2-cont h4 {
	color: #d2a36d;
	font-size: 20px;
	text-align: center;
	padding-bottom: 40px;
	padding-top: 10px;
}
.sec2-cont .p1 {
	color: #000;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}
.sec2-cont ul {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-around;
	padding: 50px 0;
	align-items: center;
}
.sec2-cont li {
	transition: all ease-in-out 0.3s;
}
.sec2-cont li b {
	display: block;
	height: 50px;
	width: 1px;
	background: #E0E0E0;
}
.sec2-cont li:last-child {
	border-right: none;
}
.sec2-cont strong {
	color: #000;
	font-family: "times new roman";
	font-size: 30px;
}
.sec2-cont li p {
	font-size: 16px;
	color: #666;
}
.sec2-cont .more {
	display: block;
	background: #d2a36d;
	width: 200px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	border-radius: 50px;
	margin: 0 auto;
	opacity: 1;
	filter: blur(0px);
	animation-duration: 2s;
	transition-duration: 2s;
}
.sec2-cont .more:hover {
	-webkit-animation: bubbles 1s forwards ease-out;
	animation: bubbles 1s forwards ease-out;
	background: radial-gradient(circle at bottom, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 90% 90% / 0.88em 0.88em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 23% 141% / 0.81em 0.81em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 17% 90% / 0.68em 0.68em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 15% 94% / 1.12em 1.12em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 42% 126% / 0.86em 0.86em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 102% 120% / 0.58em 0.58em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 12% 121% / 0.67em 0.67em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 69% 87% / 1.18em 1.18em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 32% 99% / 0.79em 0.79em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 84% 129% / 0.79em 0.79em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 40% 99% / 0.72em 0.72em;
	background-color: #d2a36d;
	background-repeat: no-repeat;
}
.sec2-cont li:hover {
	transform: translateY(-10px);
}
.index-sec2.active .text, .index-sec2.active ul, .index-sec2.active .more {
	animation-name: fadeInUp;
}
/*产品中心*/
.index-sec3 {
	width: 100%;
	height: 100%;
	background: url(../img/bg3.jpg) no-repeat;
	background-size: auto;
	background-size: 100% 100%;
}
.index-sec3 #swiper1 {
	position: static;
	padding-top: 100px;
}
.sec3-cont .swiper-wrapper {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
.sec3-cont .swiper-slide {
	width: 20% !important;
	border-right: 1px solid #afafaf;
	align-items: center;
	align-content: center;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	position: relative;
	transition: all 0.6s;
}
.sec3-cont .swiper-slide:hover {
	background: rgba(0,0,0,0.4);
}
.sec3-cont h3 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding-bottom: 10px;
}
.sec3-cont h3 b {
	display: block;
	height: 2px;
	background: #fff;
	margin: 20px auto;
	width: 20px;
}
.sec3-cont .p1 {
	width: 100%
}
.sec3-cont .p1 a {
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 6px 0;
	transition: all 0.6s;
}
.sec3-cont .p1 a:hover {
	transform: translateX(10px);
	color: #d2a36d;
}
.sec3-cont .cp-text {
	transition: all 0.6s;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 100px;
}
.sec3-cont .cp-tu {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 300px;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	align-items: flex-end;
	align-content: flex-end;
	padding: 0 20px;
	opacity: 0;
	transition: all 1s;
}
.sec3-cont .cp-tu img {
	display: block;
	width: 100%;
	max-width: 300px;
	height: auto;
	margin: 0 auto;
}
.sec3-cont .swiper-slide:hover .cp-tu {
	opacity: 1;
}
.sec3-cont .swiper-slide:hover .cp-text {
	margin-top: 50px;
}
.sec3-cont .more {
	display: block;
	width: 175px;
	border: 1px solid #ccc;
	text-align: center;
	height: 48px;
	line-height: 48px;
	color: #fff;
	margin: 70px auto;
	position: relative;
	overflow: hidden;
}
.sec3-cont .more div {
	transition: transform .3s, -webkit-transform .3s;
	position: absolute;
	background: #d2a36d;
}
.sec3-cont .more .line {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	position: absolute;
	z-index: -1;
	transition: all .3s;
}
.sec3-cont .more:hover .line {
	height: 260%;
	opacity: 0.8;
}
/*.index-sec3.active #swiper1{ animation-name: zoomIn;}
*/
/*店面形象*/
.index-sec4 {
	width: 100%;
	height: 100%;
	background: url(../img/bg4.jpg) no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	position: relative;
}
.index-sec4 .swiper-slide {
	width: 40%;
	float: left;
}
.index-sec4 a {
	background: #fff;
	display: block;
}
.index-sec4 a p {
	color: #000;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
}
.index-sec4 figure {
	position: relative;
	overflow: hidden;
}
.index-sec4 figure, .index-sec4 figure img {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: all 2s;
}
#swiper2 {
	padding: 100px 0;
}
.index-sec4 .swiper-button-next, .index-sec4 .swiper-button-prev {
	display: block;
	width: 65px;
	height: 65px;
	border-radius: 100%;
	background: #fff;
	color: #d2a36d;
	font-family: '宋体';
	font-size: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0px;
	top: auto;
	transition: all 0.6s;
	z-index: 133;
	cursor: pointer;
}
.index-sec4 .swiper-button-prev {
	right: 25%;
	left: auto;
}
.index-sec4 .swiper-button-next {
	right: 20%;
	left: auto;
}
.index-sec4 .swiper-button-next:hover, .index-sec4 .swiper-button-prev:hover {
	background: #d2a36d;
	color: #fff;
}
.index-sec4 .swiper-button-next.swiper-button-disabled, .index-sec4 .swiper-button-prev.swiper-button-disabled {
	opacity: 1 !important;
}
.index-sec4 .line {
	position: absolute;
	height: 1px;
	right: 30%;
	left: 24%;
	bottom: 30px;
	background: rgba(255,255,255,0.3);
}
.index-sec4 figure .mask {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 50%;
	background: rgba(0,0,0,0.5);
	transition: all 0.36s;
	transition: all 0.6s cubic-bezier(.4, 0, .2, 1);
	transform-origin: bottom;
	transform: scale(1, 0);
}
.index-sec4 figure span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all 0.6s;
	transition-delay: 0.36s;
	opacity: 0;
	transform: translateY(10px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
	-ms-transform: translate(-50%, -60%);
	-moz-transform: translate(-50%, -60%);
	-webkit-transform: translate(-50%, -60%);
}
.index-sec4 a:hover .mask {
	transform: none;
	top: 0;
	bottom: 0;
}
.index-sec4 a:hover span {
	opacity: 1;
	transform: translate(-50%, -50%);
}
.index-sec4 a:hover figure>img {
	transform: scale(1.1);
}
.index-sec4.active #swiper2 {
	animation-name: zoomIn;
}
/*新闻中心*/
.index-sec5 {
	width: 100%;
	height: 100%;
	background: url(../img/bg5.jpg) no-repeat;
	background-size: auto;
	background-size: 100% 100%;
}
.index-sec5 ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	display: -webkit-flex;
	padding-top: 100px;
}
.index-sec5 li {
	margin: 0 0 50px 0;
	width: 36%;
	position: relative;
}
.index-sec5 li:nth-child(2n) {
	margin-left: 100px;
}
.index-sec5 .time {
	background: #d2a36d;
	width: 115px;
	height: 115px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	position: absolute;
	top: 50%;
	margin-top: -57px;
	left: -50px;
	transition: all 0.36s;
}
.index-sec5 strong {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-family: arial;
	width: 100%;
}
.index-sec5 b {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-family: arial;
	width: 100%;
}
.index-sec5 figcaption {
	background: #fff;
	padding: 50px 20px 50px 90px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	transition: all 0.36s;
	-moz-box-shadow: 2px 2px 5px #e9e9e9;
	-webkit-box-shadow: 2px 2px 5px #e9e9e9;
	box-shadow: 2px 2px 5px #e9e9e9;
}
.index-sec5 h3 {
	color: #000;
	font-size: 16px;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.36s;
}
.index-sec5 p {
	color: #555;
	font-size: 14px;
	height: 40px;
	line-height: 20px;
}
.index-sec5 .more {
	display: block;
	margin: 0 auto;
	border: 3px solid #d2a36d;
	width: 255px;
	height: 60px;
	text-align: center;
	line-height: 54px;
	color: #d2a36d;
	font-size: 20px;
	font-family: "times new roman";
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	z-index: 33;
}
.btn-3:before {
	content: '';
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	border-style: solid;
	border-width: 0;
	border-color: transparent transparent transparent #d2a36d;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.6s;
	z-index: -1;
}
.btn-3:after {
	content: '';
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	border-style: solid;
	border-width: 0;
	border-color: transparent #d2a36d transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
	transition: all 0.6s;
	z-index: -1;
}
.btn-3 span:before {
	content: '';
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	border-style: solid;
	border-width: 0;
	border-color: transparent transparent #d2a36d transparent;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all 0.6s;
	z-index: -1;
}
.btn-3 span:after {
	content: '';
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	border-style: solid;
	border-width: 0;
	border-color: #d2a36d transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.6s;
	z-index: -1;
}
.btn-3:hover {
	color: #fff;
}
.btn-3:hover:before {
	border-width: 180px 0 0 180px
}
.btn-3:hover:after {
	border-width: 0 180px 180px 0
}
.btn-3:hover span:before {
	border-width: 0 0 180px 180px
}
.btn-3:hover span:after {
	border-width: 180px 180px 0 0
}
.index-sec5 li:hover .time {
	top: 0;
	left: 0;
	margin-top: 0;
}
.index-sec5 li:hover figcaption {
	padding-left: 150px;
}
.index-sec5 li:hover h3 {
	color: #d2a36d;
}
.index-sec5.active li, .index-sec5.active .more {
	animation-name: fadeInUp;
}
/*联系我们*/
.index-sec6 {
	width: 100%;
	height: 100%;
	/*background: url(../img/bg6.jpg) no-repeat;*/
	background: url(../img/logo_f.png) center 160px no-repeat #c2272d;/*background-size: auto;
	background-size: 100% 100%;*/
}
.sec6-cont {
	padding-top: 100px;
}
.sec6-cont h2 {
	font-size: 55px;
	color: #fff;
	font-family: "times new roman";
	text-align: center;
	text-transform: uppercase;
	position: relative;
}
.sec6-cont h3 {
	text-align: center;
	color: #fff;
	font-size: 34px;
	padding: 20px 0 10px 0;
}
.sec6-cont .tit p {
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.sec6-cont ul {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-around;
	border: 1px solid #e9bea7;
	width: 1120px;
	margin: 70px auto;
	height: 140px;
}
.sec6-cont li {
	display: flex;
	display: -webkit-flex;
	align-content: center;
	align-items: center;
	position: relative;
}
.sec6-cont li div {
	padding-left: 20px;
}
.sec6-cont .p1 {
	color: #fff;
	font-size: 16px;
}
.sec6-cont .p2 {
	color: #fff;
	font-size: 22px;
	font-family: "times new roman";
}
.sec6-cont li:last-child .p2 {
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 24px;
}
.sec6-cont b {
	display: block;
	height: 100%;
	width: 1px;
	background: #E9BEA7;
}
.sec6-cont i {
	display: block;
	height: 38px;
	width: 1px;
	background: #d2a36d;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -19px;
}
.sec6-cont .p3, .sec6-cont .p3 a {
	text-align: center;
	color: #fff;
	font-size: 16px;
	transition: all 0.36s;
}
.sec6-cont .p3 a {
	display: inline-block;
	margin-right: 15px;
}
.sec6-cont .copyright {
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding-top: 10px;
}
.sec6-cont .p3 a:hover {
	color: #d2a36d;
}
.sec6-cont h2 span {
	font-size: 55px;
	color: #fff;
	line-height: 40px;
}
.index-sec6.active .tit, .index-sec6.active ul, .index-sec6.active .p3, .index-sec6.active .copyright {
	animation-name: fadeInUp;
}
/*内页banner*/
.pbanner {
	position: relative;
	overflow: hidden;
}
.pbanner figure {
	display: block;
	line-height: 0;
	overflow: hidden;
}
.pbanner figure img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0;
	position: relative;
}
.pbanner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.pbanner h2 {
	color: #c2272d;
	font-size: 20px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	animation: fadeInUp 1s;
	animation-delay: 0.3s;
}
.pbanner h3 {
	color: #c2272d;
	font-family: "Microsoft yahei";
	font-size: 34px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	animation: fadeInUp 1.5s;
	animation-delay: 0.3s;
}
.pbanner b {
	display: block;
	margin: 20px auto;
	height: 2px;
	background: #c2272d;
	width: 30px;
}
.barwrap.on {
	background: #fff;
	animation: down 1s;
	border-bottom: 1px solid #E0E0E0;
}
.barwrap.on li a, .barwrap.on .div2 strong, .barwrap.on .div2 b {
	color: #000;
}
.barwrap.on .div2 {
	border-color: #E0E0E0;
}
/*新闻中心*/
.newsList {
	margin-left: -40px;
	padding: 50px 0 50px 0;
}
.newsList li {
	float: left;
	height: auto;
	overflow: hidden;
	width: 390px;
	margin-left: 20px;
	vertical-align: top;
	position: relative;
	margin-bottom: 20px;
}
.newsList .bodr {
	border: 1px solid #dfdfdf;
	height: 375px;
	position: relative;
	overflow: hidden;
}
.newsList .txts {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	height: 100%;
	padding: 0 45px;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.newsList .txts .sy {
	margin-bottom: 15px;
	padding-top: 50px;
	font-size: 14px;
}
.newsList .txts .nowti {
	font-size: 20px;
	color: #464646;
	line-height: 1.5;
	overflow: hidden;
	height: 60px;
}
.newsList .txts .tx {
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 14px;
	margin-top: 10px;
}
.newsList .txts .date {
	position: absolute;
	left: 45px;
	bottom: 60px;
	font-size: 14px;
}
.newsList .pic {
	height: 100%;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	opacity: 0;
	display: none\9;
	transition: 600ms;
	-webkit-transition: 600ms;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: rgba(101, 190, 186, 1);
	position: relative;
}
.newsList .pic img {
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	position: absolute;
}
.newsList .pic .cover {
	background: rgba(0,0,0,.3);
	opacity: 0;
	display: none\9;
}
.newsList li:hover .pic {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
	display: block\9;
}
.newsList li:hover .pic .cover {
	opacity: 1;
	display: block\9;
}
.newsList li:hover .bg {
	background: #c2272d;
}
.newsList li:hover a, .newsList li:hover .txts .nowti {
	color: #fff;
}
.newsList li:hover .txts {
	top: 38%;
	background: rgba(0,0,0,0.5);
}
.ixmore {
	display: block;
	width: 34px;
	height: 34px;
	border: 2px solid #fff;
	position: absolute;
	right: 45px;
	top: 40px;
	transform: translateX(-30px);
	-webkit-transform: translateX(-30px);
	opacity: 0;
	display: none\9;
	transition: 400ms 100ms;
	-webkit-transition: 400ms 100ms;
}
.ixmore .ico {
	background-image: url(../img/arrow.png);
}
.newsList li:hover .ixmore {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
	display: block\9;
}
.bodr .ico {
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	transition: 300ms;
	-webkit-transition: 300ms;
	position: relative;
}
.newsList li:hover .tx, .newsList li:hover .sy {
	color: #fff;
}
.fenye {
	height: 100px;
	display: flex;
	display: -ms-flexbox;
	display: -moz-flex;
	justify-content: center;
	align-items: center;
	animation-name: fadeInUp;
}
/*内页标题*/
.nei-tit {
	padding: 50px 0 0 0;
	animation-name: fadeInUp;
}
.nei-tit p {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.nei-tit p span {
	display: block;
	background: #F5F5F5;
	color: #333;
	font-size: 14px;
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	margin: 0 15px;
	transition: all 0.36s;
	cursor: pointer;
}
.nei-tit h3 {
	font-weight: bold;
	font-size: 28px;
	padding-bottom: 30px;
	text-align: center;
}
.nei-tit a {
	color: #333333;
}
.nei-tit p span.on, .nei-tit p span:hover {
	background: #d2a36d;
	color: #fff;
}
.nei-tit .on a:hover {
	color: #fff;
}
.nei-tit .on a {
	color: #fff;
}
.cp-tit {
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0 10px 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin-top: 50px;
	margin-bottom: 50px;
	animation-name: fadeInUp;
}
.cp-tit h3 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 40px;
	width: 20%;
	border-right: 3px solid #E0E0E0;
	padding-left: 20px;
	text-align: center;
	transition: all 0.6s;
	cursor: pointer;
}
.cp-tit h3 a {
	font-size: 16px;
	color: #333333;
}
.cp-tit h3:nth-child(5n) {
	border-right: none;
}
.cp-tit h3.on, .cp-tit h3:hover {
	color: #d2a36d;
	border-color: #d2a36d !important;
}
.cp-tit h3.on a {
	color: #d2a36d;
}
/*案例中心*/
.casepage ul {
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-around;*/
	margin-bottom: 25px;
	animation-name: fadeInUp;
	display:block;
	width:100%;
	overflow:hidden;
}
.casepage li {
	margin-bottom: 25px;
	/*width: 390px;*/
	width: 32%;
	margin-right: 2%;
	text-align: center;
	overflow: hidden;
	display:block;
	float:left;
}
.casepage li figure {
	width: 100%;/*display: flex;
	align-items: center;*/
}
.casepage li:nth-child(3n) {
	margin-right: 0px;
}
.casepage li img {
	display: block;
	/*max-width: 300px;
	max-height: 270px;*/
	width: 100%;
	margin: 0 auto;
	transition: all 0.36s;
}
.casepage li a {
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-top: 20px;
}
.casepage li p {
	color: #000;
	font-size: 16px;
	text-align: center;
	height: 60px;
	line-height: 60px;
}
.casepage li:hover img {
	transform: scale(1.1);
}
/*底部*/
.footer {
	width: 100%;
	position: relative;
	background: #1a1a1a;
	margin-top: 60px;
}
.footer .foot {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 50px 0 60px;
}
.footer .foot .ndao {
	width: 100%;
	position: relative;
	padding-bottom: 36px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer .foot .ndao .ljie {
	overflow: hidden;
}
.footer .foot .ndao .ljie a {
	display: block;
	float: left;
	color: #aaa;
	font-size: 16px;
	padding-right: 40px;
	transition: all 0.36s;
}
.footer .ndao .ljie a:hover {
	color: #d2a36d;
}
.footer .foot .ndao .lian {
	position: relative;
	z-index: 10;
}
.footer .foot .ndao .lian em {
	display: block;
	float: left;
	color: #aaa;
	font-size: 16px;
}
.footer .foot .ndao .lian strong {
	float: left;
	display: block;
	position: relative;
	margin-left: 20px;
}
.footer .foot .ndao .lian strong i {
	display: block;
	width: 25px;
	height: 30px;
	background: url(../img/icon1.png) -16px -70px no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.footer .foot .ndao .lian strong img {
	position: absolute;
	top: 30px;
	right: 0;
	display: none;
	width: 120px;
	height: 120px;
}
.footer .foot .ndao .lian strong:hover img {
	display: block;
}
.footer .foot .ndao .lian figure {
	float: right;
	overflow: hidden;
}
.footer .foot .ndao .lian figure a {
	display: block;
	width: 25px;
	height: 30px;
	float: left;
	margin-left: 24px;
	background: url(../img/icon1.png) no-repeat;
}
.footer .foot .ndao .lian figure a.qq {
	background-position: -62px -70px;
}
.footer .foot .ndao .lian figure a.wb {
	background-position: -107px -70px;
}
.footer .foot .taile {
	width: 100%;
	overflow: hidden;
	padding-top: 50px;
}
.footer .foot .taile .sdha {
	overflow: hidden;
	width: 60%;
	line-height: 44px;
}
.footer .foot .taile .sdha em {
	display: block;
	float: left;
	color: #aaa;
	font-size: 16px;
	width: 50%;
}
.footer .foot .taile .sdha em span, .footer .foot .taile .sdha p span {
	color: #666;
}
.footer .foot .taile .sdha p {
	overflow: hidden;
	color: #aaa;
	font-size: 16px;
	width: 100%;
}
.footer .foot .taile .ewma {
	overflow: hidden;
}
.footer .foot .taile .ewma strong {
	display: block;
	overflow: hidden;
	padding-left: 30px;
	float: left;
}
.footer .foot .taile .ewma strong img {
	display: block;
	width: 120px;
}
.footer .foot .taile .ewma strong span {
	display: block;
	text-align: center;
	color: #666;
	padding-top: 10px;
}
.footer .weibu {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 20px 0;
	background: #000;
	font-size: 15px;
	color: #666;
}
.footer .weibu a {
	margin-left: 30px;
}
.footer1 {
	margin-top: 0;
}
/*详情页*/
.detailpage {
	background: #F5F5F5;
	padding: 50px 0;
}
.detailpage .w1200 {
	background: #fff;
	padding: 50px 30px;
	animation-name: fadeInUp;
}
.detailpage .det-tit h3 {
	font-weight: bold;
	color: #000;
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}
.detailpage .det-tit .div1 {
	display: flex;
	justify-content: center;
	padding: 20px 0;
	border-bottom: 1px solid #F5F5F5;
	margin-bottom: 20px;
}
.detailpage .det-tit span {
	color: #666;
	font-size: 14px;
	display: block;
	padding: 0 15px;
}
.detailpage .de-tu img {
	display: block;
	width: 100%;
	margin: 10px auto;
}
.detailpage .de-text p {
	line-height: 46px;
	font-size: 18px;
	text-indent: 20px;
	color: #000;
}
.fenpian {
	display: flex;
	display: -webkit-flex;
	border: 1px solid #F5F5F5;
	padding: 20px 0;
	border-left: none;
	border-right: none;
	margin: 50px 0;
	justify-content: space-between;
}
.fenpian i {
	display: block;
	color: #000;
	font-size: 14px;
	margin-bottom: 10px;
}
.fenpian a {
	display: block;
	color: #555;
	font-size: 14px;
}
.hot-tui h2 {
	color: #d2a36d;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}
.hot-tui ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display: -webkit-flex;
}
.hot-tui li {
	width: 48%;
}
.hot-tui li a {
	font-size: 14px;
	color: #555;
	display: block;
	margin: 10px 0;
	transition: all 0.36s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hot-tui li:hover a {
	color: #d2a36d;
}
/*联系我们*/
.contactpage {
	background: #F5F5F5;
	padding: 50px 0;
}
.contactpage .w1200 {
	background: #fff;
	padding: 50px 50px;
}
.contactpage .ul1 {
	margin: 0 auto;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	animation-name: fadeInUp;
}
.contactpage .ul1 .p1 {
	font-size: 16px;
	text-align: center;
	padding: 20px 0 10px 0;
}
.contactpage .ul1 figure img {
	display: block;
	width: 40px;
	margin: 40px auto 0 auto;
}
.contactpage .ul1 .p2 {
	font-size: 14px;
	text-align: center;
}
.contactpage .biao {
	padding: 50px 0 0 0;
	margin: 50px auto 0 auto;
	border-top: 5px solid #F5F5F5;
	animation-name: fadeInUp;
}
.contactpage h3 {
	color: #000;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	padding: 20px 0 10px 0;
}
.contactpage .p5 {
	color: #666;
	font-size: 14px;
	text-align: center;
}
.contactpage .in {
	display: block;
	height: 50px;
	width: 350px;
	background: #fff;
	border: 1px solid #E0E0E0;
	padding-left: 10px;
}
.contactpage .area {
	border: none;
	border: 1px solid #E0E0E0;
	display: block;
	background: #fff;
	width: 1100px;
	height: 200px;
	margin-top: 25px;
	text-indent: 1em;
	padding-top: 10px;
	resize: none;
}
.contactpage .div1 {
	padding-top: 50px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	width: 1100px;
}
.contactpage .btn-div1 {
	text-align: center;
}
.contactpage .sub {
	display: inline-block;
	width: 260px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #d2a36d;
	margin: 35px auto 0 auto;
	cursor: pointer;
}
.contactpage .res {
	background: #222;
	margin-left: 10px;
}
/*销售网络*/
.salepage {
	background: #F5F5F5;
	padding: 50px 0;
}
.salepage .w1200 {
	padding: 50px 30px;
	background: #fff;
}
.gsdds {
	padding: 20px;
	border: 1px solid #E0E0E0;
	overflow: hidden;
	margin-bottom: 40px;
	margin: 0 auto;
}
.gsdds form {
	display: block;
	float: left;
	overflow: hidden;
	line-height: 34px;
}
.gsdds form input.sjs {
	width: 300px;
	height: 50px;
	padding-left: 12px;
	color: #666;
	float: left;
	background: #f5f5f5;
}
.gsdds form input.sub {
	width: 80px;
	background: #d2a36d;
	border: none;
	height: 50px;
	line-height: 50px;
	color: #fff;
	float: left;
	cursor: pointer;
}
.gsdds strong {
	display: block;
	float: right;
	overflow: hidden;
	color: #666;
	line-height: 50px;
	height: 50px;
}
.gsdds strong i {
	color: #d2a36d;
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
}
.salelist {
	padding: 50px 0px 30px 0px;
}
.salelist {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	flex-wrap: wrap;
	display: -ms-flexbox;
}
.salelist li {
	width: 30%;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	margin-bottom: 35px;
	padding: 20px 25px;
}
.salelist li img {
	display: blocsk;
	margin: 20px auto 0 auto;
	max-width: 100%;
	height: auto;
}
/*.salelist li h3{ color: #000; font-weight: bold; font-size: 18px; text-align: center; padding: 20px 0;}*/
.salelist li p {
	font-size: 14px;
	color: #000;
	border-top: 1px solid #F5F5F5;
	line-height: 30px;
	padding-top: 15px;
	margin-top: 20px;
}
 @keyframes down {
 from {
transform: translateY(-100%);
opacity: 0;
}
to {
	transform: none;
	opacity: 1;
}
}
 @-webkit-keyframes breatheBg {
 0% {
opacity: .8;
-webkit-transform: scale(1);
transform: scale(1);
}
 100% {
opacity: 1;
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
}
@keyframes breatheBg {
 0% {
opacity: .8;
-webkit-transform: scale(1);
transform: scale(1);
}
 100% {
opacity: 1;
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
}
 @keyframes blurup {
 0% {
 opacity:0;
 -webkit-filter: blur(30px);
 transform:scale(1) translateY(65px);
}
 100% {
 opacity:1;
 -webkit-filter: blur(0px) transform:scale(1) translateY(0px);
}
}


/*按钮气泡特效*/
@-webkit-keyframes bubbles {
 100% {
 background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%, 110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
}
}
@keyframes bubbles {
 100% {
 background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%, 110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
}
}
 @media screen and (max-width:1820px) {
.index-sec4 .swiper-button-next {
	right: 15%
}
.index-sec4 .swiper-button-prev {
	right: 22%;
}
}
/* ----- PB分页数字条效果 结束 ----- */
.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 5px;
	border-radius: 3px;
}
.pagination span {
	color: #333;
	font-size: 14px;
	padding: 8px 2px;
	margin: 0 5px;
	border-radius: 3px;
}
.pagination a:hover {
	color: #d2a36d;
	border: 1px solid #d2a36d;
}
.pagination a.page-num-current {
	color: #fff;
	background: #d2a36d;
	border: 1px solid #d2a36d;
}
/* ----- PB分页数字条效果 结束 ----- */
@font-face {
	font-family: "dymht";
	src: url(../fonts/douyinmeihaoti.otf);
}
.w75 {
	width: 75%;
	overflow: hidden;
	margin: 0px auto;
}
.left {
	display: block;
	float: left;
}
.right {
	display: block;
	float: right;
}
.index-sec2 .left {
	width: 56%;
	padding: 10% 0px;
}
.index-sec2 .left p {
	color: #fff;
	font-size: 18px;
	text-indent: 20px;
	line-height: 40px;
	letter-spacing: 2px;
	margin-top: 7px;
}
.index-sec2 .left p span {
	font-weight: bold;
	font-size: 22px;
	color: #d2a36d;
}
.index-sec2 .right {
	width: 44%;
	text-align: right;
	padding: 10% 0px;
}
.index-sec2 .right h2 {
	color: #fff;
	font-size: 30px;
	line-height: 60px;
	font-family: "dymht";
}
.index-sec2 .right h2 span {
	font-size: 40px;
	font-weight: bold;
	color: #d2a36d;
}
.index-sec2 .right h3 {
	color: #fff;
	font-size: 22px;
	line-height: 40px;
	font-family: "dymht";
}
.index-sec2 .right h4 {
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	font-family: "dymht";
}
.index-sec2 .right h4 span {
	font-size: 24px;
	font-weight: bold;
	color: #d2a36d;
}
.index-sec2 ul.w75 {
	background: url(../img/bg_history.png) center no-repeat;
}
.index-sec2 ul.w75 li {
	position: relative;
	text-align: center;
	width: 16.66%;
	float: left;
	padding: 50px 0px;
}
.index-sec2 ul.w75 li em {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
}
.index-sec2 ul.w75 li:nth-child(2n) em {
	margin-top: 30px;
}
.index-sec2 ul.w75 li span {
	color: #fff;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	transition: all .6s;
	display: block;
	margin-top: 80px;
}
.index-sec2 ul.w75 li:nth-child(2n) span {
	margin-top: 0px;
}
.index-sec2 ul.w75 li:hover span {
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	transition: all .6s;
	transform: translateY(20px);
}
.index-sec2 ul.w75 li:nth-child(2n):hover span {
	transform: translateY(-20px);
}
.index-sec3 ul.w75 {
}
.index-sec3 ul.w75 li {
	display: block;
	float: left;
	width: 19%;
	margin: 0px 0.5%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}
.index-sec3 ul.w75 li img {
	width: 100%;
	display: block;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	-webkit-transform: scale(1, 1) rotate(0);
	-ms-transition: .5s all;
}
.index-sec3 ul.w75 li span {
	color: #fff;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #d2a36d;
	display: block;
	font-size: 16px;
}
.index-sec3 ul.w75 li:hover img {
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
}
.detailpage .contact-sec1, .detailpage .contact-sec2 {
	margin-bottom: 4%;
	overflow: hidden;
}
.detailpage .contact-sec1 .contact-sec1-item {
	background: #FFF;
	/*-moz-box-shadow: 2px 2px 5px #e9e9e9;
	-webkit-box-shadow: 2px 2px 5px #e9e9e9;
	box-shadow: 2px 2px 5px #e9e9e9;*/
	width: 32%;
	text-align: center;
	padding: 4% 10px 4%;
	border: 1px solid #c2272d;
	border-bottom: 3px solid #c2272d;
	transition: border .3s;
	float: left;
	margin-right: 2%;
}
.detailpage .contact-sec1 .contact-sec1-item:nth-child(3) {
	margin-right: 0px;
}
.detailpage .contact-sec1 .contact-sec1-item .icon {
	display: inline-block;
	background-color: var(--color);
	color: #FFF;
	/*padding: 16px;*/
	position: relative;/*transform: translateY(-8px)*/
}
.detailpage .contact-sec1 .contact-sec1-item .icon::before {
	content: "";
	display: block;
	position: absolute;
	right: -8px;
	top: 0px;
	border: 4px solid transparent;
	border-left-color: var(--color);
	border-bottom-color: var(--color);
	opacity: .8
}
.detailpage .contact-sec1 .contact-sec1-item .icon em {
	font-size: 30px
}
.detailpage .contact-sec1 .contact-sec1-item .item-name {
	font-size: 20px;
	font-weight: var(--fontbold5);
	line-height: 24px;
	height: 48px;
	margin-top: 20px;/*margin: 6% 0 6px*/
}
.detailpage .contact-sec1 .contact-sec1-item a, .contact .contact-sec1 .contact-sec1-item span {
	color: #666
}
.detailpage .contact-sec1 .contact-sec1-item a:hover {
	color: var(--color)
}
.detailpage .contact-sec1 .contact-sec1-item:hover {
	border-color: #d2a36d;
}
.detailpage .contact-sec2 .contact-sec2-img {
	width: 30%;
	float: left;
}
.detailpage .contact-sec2 .contact-sec2-img img {
	display: block;
	width: 100%
}
.detailpage .contact-sec2 .contact-inquiry {
	flex: 1;/*padding-left: 4%;*//*float:right;
	width:66%;*/
}
.detailpage .contact-sec2 .contact-inquiry .item-name {
	font-size: 20px;/*font-weight: var(--fontbold5);
	margin-bottom: 20px*/
}
.detailpage>iframe {
	display: block;
	width: 100%;
	height: 450px;
	margin: 5% 0 -5%
}
.send-inquiry .inquiry-form {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.send-inquiry .inquiry-form input, .send-inquiry .inquiry-form textarea {
	transition: .3s
}
.send-inquiry .inquiry-form input::placeholder, .send-inquiry .inquiry-form textarea::placeholder {
color:#666;
font-size:14px
}
.send-inquiry .inquiry-form input:focus, .send-inquiry .inquiry-form textarea:focus {
	border-color: var(--color)
}
.send-inquiry .inquiry-form input {
	position: relative;
	padding-left: 10px;
	width: 49%;
	height: 50px;
	outline: none;
	margin-bottom: 20px;
	background: #F6F6F6;
	border: 1px solid #F6F6F6
}
.send-inquiry .inquiry-form textarea {
	padding-top: 10px;
	padding-left: 10px;
	width: 100%;
	outline: none;
	height: 200px;
	background: #F6F6F6;
	border: 1px solid #F6F6F6;
	resize: none
}
.send-inquiry .inquiry-form .input-error {
	border: 1px solid #c2272d
}
.send-btn {
	min-width: 200px;
	height: 50px;
	display: flex;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	margin: 20px 0px;
	background-color: #000;
	color: #fff;
	vertical-align: middle;/*transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	transition-property: color;
	transition-duration: .5s;*//*border-color:#d2a36d;*/
}
.wmkcfeedback .send-btn::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--color);
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition-property: transform;
	transition-duration: .5s;
	transition-timing-function: ease-out
}
/*yhcms翻页*/
.pages {
	margin-top: 0px;
	margin-bottom: 60px;
	overflow: hidden;
	/*margin-bottom: 30px;*/
	padding: 0px;
}
div.flickr {
	padding: 0px;
	text-align: center;
	margin-top: 50px;
	font-size: 13px;
}
div.flickr a {
	border: #dedfde 1px solid;
	/*background-position: 50% center;*/
	color: #666;
	margin-right: 5px;
	text-decoration: none;
	height: 50px;
	width: 50px;
	line-height: 50px;
	display: inline-block;
	/*padding: 0px 15px;*/
	/*font-size: 13px;*/
	border-radius: 50%;
	font-size: 12px;
	text-align: center;
}
div.flickr a:hover {
	border-right: #ddd 1px solid;
	border-top: #ddd 1px solid;
	background-image: none;
	border-left: #ddd 1px solid;
	color: #fff;
	border-bottom: #ddd 1px solid;
	background-color: #c2272d;
}
div.flickr a:active {
	border-right: #ddd 1px solid;
	border-top: #ddd 1px solid;
	background-image: none;
	border-left: #ddd 1px solid;
	color: #fff;
	border-bottom: #ddd 1px solid;
	background-color: #c2272d;
}
div.flickr span {
	color: #999;
	margin-right: 5px;
	margin-left: 5px;
}
div.flickr span.current {
	border: #c2272d 1px solid;
	background-position: 50% bottom;
	background: #c2272d;
	color: #fff;
	margin-right: 5px;
	text-decoration: none;
	height: 50px;
	width: 50px;
	line-height: 50px;
	display: inline-block;
	font-size: 12px;
	border-radius: 50%;
	/*padding: 0px 15px;*/
	font-weight: bold;
}
div.flickr span.disabled {
	color: #adaaad;
	margin-right: 5px;
}
 @media only screen and (max-width:1660px) {
.index-sec2 .left {
	padding: 7% 0px 3% 0px;
}
.index-sec2 .right {
	padding: 7% 0px 3% 0px;
}
}
 @media only screen and (max-width:1200px) {
.index-sec2 .left {
	padding: 8% 0px 2% 0px;
}
.index-sec2 .right {
	padding: 8% 0px 2% 0px;
}
}
@media (max-width:960px) {
}
