﻿/*# sourceMappingURL=style.css.map */
input.inptet::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
}
 input.inptet:-moz-placeholder, textarea:-moz-placeholder {
 color: #fff;
}
 @font-face {
 font-family: 'BebasNeueRegular';
 src: url('../fonts/bebasneueregular.eot');
 src: url('../fonts/bebasneueregular.eot') format('embedded-opentype'),  url('../fonts/bebasneueregular.woff2') format('woff2'),  url('../fonts/bebasneueregular.woff') format('woff'),  url('../fonts/bebasneueregular.ttf') format('truetype'),  url('../fonts/bebasneueregular.svg#bebasneueregular') format('svg');
}
 @font-face {
 font-family: 'BebasNeueBook';
 src: url('../fonts/bebasneuebook.eot');
 src: url('../fonts/bebasneuebook.eot') format('embedded-opentype'),  url('../fonts/bebasneuebook.woff2') format('woff2'),  url('../fonts/bebasneuebook.woff') format('woff'),  url('../fonts/bebasneuebook.ttf') format('truetype'),  url('../fonts/bebasneuebook.svg#bebasneuebook') format('svg');
}
 @font-face {
 font-family: 'GOTHIC';
 src: url('../fonts/gothic.eot');
 src: url('../fonts/gothic.eot') format('embedded-opentype'),  url('../fonts/gothic.woff2') format('woff2'),  url('../fonts/gothic.woff') format('woff'),  url('../fonts/gothic.ttf') format('truetype'),  url('../fonts/gothic.svg#gothic') format('svg');
}




.forie {
	width: 100%;
	height: 100%;
	background: url(../images/tishi.png) center no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
}
.fy, .fyy {
	width: 100%;
	text-align: center;
}
.fy.mt76 {
	margin-top: 46px;
}
.fy .prve, .fy .next {
	width: 115px;
	height: 36px;
	border: 1px solid #727171;
	text-align: center;
	font-size: 14px;
	color: #333333;
	line-height: 36px;
	border-radius: 30px;
	margin-top: -6px;
	cursor: pointer;
}
.fyy .prve, .fyy .next {
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	height: 36px;
}
.fyy .prve {
	margin-right: 30px;
}
.fyy .next {
	margin-left: 30px;
}
.fyy .prve:hover, .fyy .next:hover {
	color: #a04b72;
}
.fyy .tt {
	font-size: 16px;
	color: #333;
	margin: 0 10px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	font-family: 'arial';
	cursor: pointer;
	text-decoration: none;
	line-height: 27px;
	width: 27px;
	display: inline-block;
}
.fy .tt {
	display: inline-block;
	font-size: 14px;
	line-height: 27px;
	width: 27px;
	color: #6d6d6d;
	margin: 0 5px;
	font-family: 'arial';
	cursor: pointer;
	text-decoration: none;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.fy .tt:hover, .fy .tt.action, .fyy .tt:hover, .fyy .tt.action {
	background-color: #a04b72;
	color: #fff;
}
.waiter {
	width: 100%;
}
.waiter .spinner {
	margin: 24px auto;
	width: 20px;
	height: 20px;
	position: relative;
}
.waiter .container1>div, .waiter .container2>div, .waiter .container3>div {
	width: 6px;
	height: 6px;
	background-color: #333;
	border-radius: 100%;
	position: absolute;
	-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
	animation: bouncedelay 1.2s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.waiter .spinner .spinner-container {
	position: absolute;
	width: 100%;
	height: 100%;
}
.waiter .container2 {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.waiter .container3 {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}
.waiter .circle1 {
	top: 0;
	left: 0;
}
.waiter .circle2 {
	top: 0;
	right: 0;
}
.waiter .circle3 {
	right: 0;
	bottom: 0;
}
.waiter .circle4 {
	left: 0;
	bottom: 0;
}
.waiter .container2 .circle1 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.waiter .container3 .circle1 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.waiter .container1 .circle2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.waiter .container2 .circle2 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.waiter .container3 .circle2 {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.waiter .container1 .circle3 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.waiter .container2 .circle3 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.waiter .container3 .circle3 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.waiter .container1 .circle4 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.waiter .container2 .circle4 {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.waiter .container3 .circle4 {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
 @-webkit-keyframes bouncedelay {
 0%,  80%,  100% {
 -webkit-transform: scale(0.0)
}
 40% {
 -webkit-transform: scale(1.0)
}
}
 @keyframes bouncedelay {
 0%,  80%,  100% {
 transform: scale(0.0);
 -webkit-transform: scale(0.0);
}
 40% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
}
}
.map {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: relative;
}
.map #allmap {
	display: block;
	width: 100%;
	height: 100%;
}
.contact-box {
	position: absolute;
	right: 50%;
	top: 327px;
	margin-right: -480px;
	width: 390px;
	padding: 15px 25px;
	background: url(../images/bg_opacity01.png) left center repeat;
	color: #fff;
	z-index: 1;
}
.contact-box .tit {
	padding: 7px 0 14px 67px;
	border-bottom: 1px solid #b06b84;
	background: url(../images/bg_icon01.png) left center no-repeat;
}
.contact-box .tit .ch {
	font-size: 18px;
	line-height: 22px;
}
.contact-box .tit .en {
	font-family: Arial;
	color: #d1b2bc;
	line-height: 18px;
}
.contact-box .txt {
	padding: 28px 0 28px 73px;
	line-height: 26px;
	color: #dbc3cb;
}
.contact-box .txt p.add {
	background-position: 0 6px;
}
.contact-box .txt p {
	padding-left: 28px;
	background: url(../images/bg_icon03.png) left center no-repeat;
}
.contact-box .txt p.tel {
	background-position: 0 -20px;
}
.contact-box .txt p.mail {
	background-position: 0 -46px;
}
.contact-box .tips {
	padding-top: 12px;
	border-top: 1px solid #b06b84;
	position: relative;
}
.contact-box .tips .wx-btn {
	display: inline-block;
	width: 51px;
	height: 51px;
	vertical-align: middle;
	background: url(../images/bg_icon02.png) left center no-repeat;
	margin-right: 17px;
	cursor: pointer;
}
.contact-box .tips .wx-img {
	display: none;
	position: absolute;
	left: -25px;
	top: -110px;
	background: #fff;
}
.map .anchorBL {
	display: none;
}
header {
	display: none;
}
.pc-header {
	width: 94%;
	padding: 10px 3%;
	margin: 0 auto;
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
a.login-icon {
	display: block;
	width: 100%;
	height: 100%;
}
.pc-header.uu, .pc-header.on.uu {
	border-bottom: 0px
}
.pc-header.cuu {
	top: 0;
	background-color: rgba(255, 255, 255, 0.9);
}
.mheader.bo {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1)
}
.pc-header.on {
	background-color: #fff;
	top: 0;
}
.pc-header.onn {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1)
}
/*.infor{background-color: #f2f2f2}*/
.pc-header .logo {
	width: 350px;
	position: relative;
	margin-top: 10px;
}
.pc-header .logo a, header .logo a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.pc-header .logo img {
	display: block;
	width: 100%;
}
.pc-header .logo .img2 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.pc-header.on .logo .img2, .pc-header.oon .logo .img2 {
	opacity: 1
}
.pc-header .right {
	width: 74%;
	position: relative;
	display: inline-block;
}
.pc-header .right .btn {
	width: 36px;
	height: 36px;
	background: url(../images/img1.png) center no-repeat;
	cursor: pointer;
	display: none;
	margin-top: 15px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.pc-header .right .btn.cur {
	background: url(../images/img49.png) center no-repeat;
}
.pc-header.on .right .btn.cur, .pc-header.oon .right .btn.cur {
	background: url(../images/img48.png) center no-repeat;
}
.pc-header.on .right .btn, .pc-header.oon .right .btn {
	background: url(../images/img18.png) center no-repeat;
}
.pc-hbg, #oonn {
	background-color: #fff;
	width: 100%;
	height: 150px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6;
	display: none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1)
}
.pc-hbg.on, .pc-hbg.oon, #oonn {
	height: 115px;
}
.pc-header .right .nav {
	width:92%;
	float: right;
	/*display: none;*/
  margin: 30px 50px 0 0;
}
.pc-header .right .nav ul li {
	float:left;
	position: relative;
	display: inline-block;
	margin-right:3.5%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.pc-header .right .nav ul li:nth-child9){

	margin-right:0%;

}
.pc-header .right .nav ul li:first-child {
	padding-right: 0
}
.pc-header .right .nav ul .ttop {
	display: none;
}
.pc-header.on .right .nav ul .ttop {
	display: block;
}
.pc-header .right .nav ul li .tit {
	font-size: 18px;
	color: #fff;
	line-height: 36px;
	display: inline-block;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	padding-bottom: 10px;
}
.pc-header.cur .right .nav ul li:hover .tit, .pc-header .right .nav ul li:hover .tit, .pc-header.on .right .nav ul li:hover .tit, .pc-header .right .nav ul li .box .tt:hover, .pc-header.cur .right .nav ul li .box .tt:hover, .pc-header.oon .right .nav ul li .tit:hover {
	color: #9a644f
}
.pc-header .right .nav ul li i {
	height: 1px;
	width: 100%;
	background-color: #eee;
	content: '';
	display: none;
	position: absolute;
	left: -6px;
	bottom: 0;
}
.pc-header.cur .right .nav ul li:first-child i {
	width: 110%
}
.pc-header.on .right .nav ul li .tit, .pc-header.oon .right .nav ul li .tit {
	color: #333;
}
.pc-header.cur .right .nav ul li .tit {
	color: #333
}
.pc-header.cur .logo .img2 {
	opacity: 1
}
.pc-header.cur .right .btn {
	background: url(../images/img18.png) center no-repeat;
}
.pc-header.cur .right .nav ul li .box .tt {
	color: #666
}
.pc-header .right .nav ul li .box {
	position: absolute;
	top: 45px;
	padding-top: 5px;
	display: none;
}
.pc-header .right .nav ul li .box .tt {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	padding: 0px 9px;
}
.pc-header .right .serch {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 25px;
	right: 0;
	cursor: pointer;
	background: url(../images/serch.png) center no-repeat;
}
.pc-header .right .login {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 17px;
	right: 60px;
	cursor: pointer;
	background: url(../images/icon-login.png) center no-repeat;
}
.pc-header.on .right .serch, .pc-header.oon .right .serch {
	background: url(../images/serch2.png) center no-repeat;
	position: absolute;
	top: 30px;
	right: 0px;
	float: right;
}
.pc-header.on .right .login, .pc-header.oon .right .login {
	background: url(../images/icon-login2.png) center no-repeat;
	position: absolute;
	top: 17px;
	right: 60px;
	float: right;
}
.pc-header.cur .right .serch {
	background: url(../images/serch2.png) center no-repeat;
}
.pc-header.cur .right .login {
	background: url(../images/icon-login2.png) center no-repeat;
}
.pc-header .right .contact {
	display: block;
	width: 15px;
	position: absolute;
	right: 10px;
	top: 90px;
	background: url(../images/img2.png) center no-repeat;
	height: 90px;
	cursor: pointer;
}
img.header-avatar {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.pc-header.on .right .contact {
	display: none;
}
.footer {
	width: 100%;
	position:relative;
	margin-top:-120px;
	background-color: #000;
	padding: 60px 0 0px;
}
.footer .warp {
	width: 92%;
	max-width: 1400px;
	margin: 0 auto 15px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}
.footer .warp .left {
	width: 465px;
	float: left;
	margin-top:30px;
}
.footer .warp .left p {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.footer .warp .left p a {
	color: #f9f8f4;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;

}
.footer .warp .left p a:hover {
	color: #fff;
}
.footer .warp .cent {
	margin-top:100px;
	width: 28%;
	float: left;
	text-align: center;
	padding-bottom: 30px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	position: absolute;
	left: 50%;
	margin-left: -15%;
}
.footer .warp .cent ul li {
	width:100px;
	height:30px;
	line-height:30px;
	float:left;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:10px;
}
.footer .warp .cent ul li a {
	color:#9a9a9a;
	font-size:16px;
}
.footer .warp .cent .fa {
	font-size: 16px;
	color: #a1a1a1;
	padding-bottom: 90px;
	position: relative;
}
.footer .warp .cent .fa:before {
	display: block;
	content: '';
	width: 1px;
	height: 50px;
	position: absolute;
	left: 49.5%;
	bottom: 25px;
	background-color: rgba(255, 255, 255, 0.1);
}
.footer .warp .cent .tel {
	font-size: 18px;
	line-height: 30px;
	color: #737373;
	font-family: 'arial';
	margin-bottom: 10px;
}
.footer .warp .cent .math {
	color: #757575;
	font-size: 36px;
	line-height: 40px;
	font-family: 'arial'
}
.footer .warp .right {
	width: 200px;
	float: right;
	text-align: center;
}
.footer .warp .right .tit {
	font-size: 18px;
	color: #f9f8f4;
	line-height: 26px;
	margin-bottom: 35px;
}
.footer .warp .right img {
	max-width: 100%;
	margin-top:50px;
}
.footer .warp .right .fa {
	font-size: 14px;
	line-height: 20px;
	color: #636363;
	margin: 10px 0 55px;
}
.footer .warp .right .afa {
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding-right: 15px;
	background: url(../images/img17.png) center right no-repeat;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.footer .warp .right .afa:hover {
	color: rgba(255, 255, 255, 0.8)
}
.footer .lines {
	width: 1400px;
	max-width: 92%;
	margin: 0 auto 30px;
	font-size: 16px;
	text-align: center;
}
.footer .lines p {
	width: auto;
	margin-right: 25px;
	float: left;
	padding-bottom: 20px;
	line-height: 1.8;
}
.footer .lines p a {
	min-width: 50%;
	color: rgba(255, 255, 255, 0.5);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	padding: 0 3px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.footer .lines p a:hover {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .fot {
	width: 100%;
	font-size: 14px;
	line-height: 50px;
	color: #8b8b8b;
	text-align: center;
}
.footer .fot a {
	color: #8b8b8b;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.footer .fot a:hover {
	color: #fff;
}
.footer .fot .police {
	width: 40px;
	display: inline-block;
}
.footer .fot .police img {
	width: 100%;
}
/*flooring*/
.base-ban {
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/01.jpg) no-repeat center;
}
.base-ban i {
	width: 1350px;
	height: 80px;
	text-transform:uppercase;
	display:block;
	padding-top:260px;
	font-style:inherit;
	margin:0px auto;
	font-size:50px;
	text-shadow: -1px 1px 0 #000, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
	position:relative;
	z-index:9999;
}
.base-ban em {
	width: 1350px;
	font-style:inherit;
	text-shadow: -1px 1px 0 #000, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
	height: 80px;
	display:block;
	margin:0px auto;
	font-size:50px;
	position:relative;
	z-index:9999;
}

.base-ban_pinpai {
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/pinpai.jpg) no-repeat center;
}
.base-ban_tsfk {
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/tsfk.jpg) no-repeat center;
}
.base-ban_zjll {
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/zjll.jpg) no-repeat center;
}
.base-ban_zngc {
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/zngc.jpg) no-repeat center;
}
.base-ban_znzt {
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/znzt.jpg) no-repeat center;
}
.base-ban_ygdz {
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/ygdz.jpg) no-repeat center;
}
.base-ban_mdfb{
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/mdfb.jpg) no-repeat center;
}
.base-ban_sjsal{
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/sjsal.jpg) no-repeat center;
}
.base-ban_qbdz{
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/qbdz.jpg) no-repeat center;
}
.base-ban_qtgl{
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/qtgl.jpg) no-repeat center;
}
.base-ban_ppzx{
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/ppzx.jpg) no-repeat center;
}
.base-ban_kbsc{
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/kbsc.jpg) no-repeat center;
}
.base-ban_jxsj {
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/jxsj.jpg) no-repeat center;
}
.base-ban_jmys {
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/jmys.jpg) no-repeat center;
}
.base-ban_jzal {
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/jzal.jpg) no-repeat center;
}
.base-ban_lianxi {
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/lianxi.jpg) no-repeat center;
}

.base-ban_fuwu{
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/fuwu.jpg) no-repeat center;
}
.base-ban_jiameng {
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/jiameng.jpg) no-repeat center;
}
.base-ban_zs{
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/zhaoshang.jpg) no-repeat center;
}
.base-ban01 i {
	width: 1350px;
	height: 80px;
	text-transform:uppercase;
	display:block;
	padding-top:260px;
	font-style:inherit;
	margin:0px auto;
	font-size:50px;
	text-shadow: -1px 1px 0 #000, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
	position:relative;
	z-index:9999;
}
.base-ban01 em {
	width: 1350px;
	font-style:inherit;
	text-shadow: -1px 1px 0 #000, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
	height: 80px;
	display:block;
	margin:0px auto;
	font-size:50px;
	position:relative;
	z-index:9999;
}
.base-ban_gsdt{
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/gsdt.jpg) no-repeat center;
}
.base-ban_jmlc{
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/jmlc.jpg) no-repeat center;
}

.base-ban_hyxw{
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/hyxw.jpg) no-repeat center;
}

.base-ban_gszb{
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/gszb.jpg) no-repeat center;
}

.base-ban_cp{
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/cp.jpg) no-repeat center;
}
.base-ban_mm{
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/mm.jpg) no-repeat center;
}
.base-ban_dz{
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/dz.jpg) no-repeat center;
}
.base-ban_db{
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/db.jpg) no-repeat center;
}
.base-ban_cj{
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/cj.jpg) no-repeat center;
}
.base-ban_cg{
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/cg.jpg) no-repeat center;
}


.base-ban_fuwu i {
	width: 1350px;
	height: 80px;
	text-transform:uppercase;
	display:block;
	padding-top:260px;
	font-style:inherit;
	margin:0px auto;
	font-size:50px;
	text-shadow: -1px 1px 0 #000, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
	position:relative;
	z-index:9999;
}
.base-ban_fuwu em {
	width: 1350px;
	font-style:inherit;
	text-shadow: -1px 1px 0 #000, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
	height: 80px;
	display:block;
	margin:0px auto;
	font-size:50px;
	position:relative;
	z-index:9999;
}

.base-ban01 {
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/02.jpg) no-repeat center;
}
.base-ban01 i {
	width: 1350px;
	height: 80px;
	text-transform:uppercase;
	display:block;
	padding-top:260px;
	font-style:inherit;
	margin:0px auto;
	font-size:50px;
	text-shadow: -1px 1px 0 #000, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
	position:relative;
	z-index:9999;
}
.base-ban01 em {
	width: 1350px;
	font-style:inherit;
	text-shadow: -1px 1px 0 #000, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
	height: 80px;
	display:block;
	margin:0px auto;
	font-size:50px;
	position:relative;
	z-index:9999;
}
.base-ban02 {
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/03.jpg) no-repeat center;
}
.base-ban02 i {
	width: 1350px;
	height: 80px;
	text-transform:uppercase;
	display:block;
	padding-top:260px;
	font-style:inherit;
	margin:0px auto;
	font-size:50px;
	text-shadow: -1px 1px 0 #000, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
	position:relative;
	z-index:9999;
}
.base-ban02 em {
	width: 1350px;
	font-style:inherit;
	text-shadow: -1px 1px 0 #000, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
	height: 80px;
	display:block;
	margin:0px auto;
	font-size:50px;
	position:relative;
	z-index:9999;
}


.base-ban em1 {
    width: 1350px;
    font-style: inherit;
    text-shadow: -1px 1px 0 #000, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    height: 80px;
    display: block;
    margin: 0px auto;
    font-size: 50px;
    position: relative;
    z-index: 9999;
}
.base-ban03 {
	width: 100%;
	position: relative;
	z-index: 5;
	height:753px;
	background:url(../picture/04.jpg) no-repeat center;
}
.base-ban03 i {
	width: 1350px;
	height: 80px;
	text-transform:uppercase;
	display:block;
	padding-top:260px;
	font-style:inherit;
	margin:0px auto;
	font-size:50px;
	text-shadow: -1px 1px 0 #000, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
	position:relative;
	z-index:9999;
}
.base-ban03 em {
	width: 1350px;
	font-style:inherit;
	text-shadow: -1px 1px 0 #000, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
	height: 80px;
	display:block;
	margin:0px auto;
	font-size:50px;
	position:relative;
	z-index:9999;
}
.tip-page {
	width: 75px;
	position: fixed;
	right: -80px;
	z-index: 50;
	top: 75%;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.tip-page.on {
	right: 0;
}
.tip-page ul li {
	display: block;
	width: 73px;
	height: 63px;
	border: 1px solid #e5e5e5;
	margin-bottom: 2px;
	text-align: center;
	z-index: 60;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	background-color: #fff
}
.tip-page ul li:hover {
	background-color: #212121;
	border: 1px solid #824832;
}
.tip-page ul li a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.tip-page ul li .fa {
	font-size: 12px;
	line-height: 18px;
	color: #898989;
}
.tip-page ul li:hover .fa {
	color: #fff;
}
.tip-page ul li .pic {
	width: 26px;
	margin: 5px auto;
	overflow: hidden;
	position: relative;
}
.tip-page ul li .pic img {
	display: block;
	width: 100%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.tip-page ul li .pic .img2 {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.tip-page ul li:hover .pic .img2 {
	display: block;
}
.tip-page ul li:hover .pic .img1 {
	opacity: 0
}
.hserch {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 1);
	top: 0;
	left: 0;
	z-index: 52;
	display: none;
}
.hserch .img {
	width: 124px;
	display: block;
	position: absolute;
	left: 15.2%;
	top: 50px;
}
.hserch .img img {
	display: block;
	width: 100%;
}
.hserch i {
	display: block;
	width: 80px;
	height: 36px;
	position: absolute;
	right: 15.2%;
	top: 70px;
	cursor: pointer;
	background: url(../images/search-close.png) center right/16px no-repeat;
	font-size: 18px;
	color: #fff;
	font-style: normal;
	font-family: '微軟正黑體';
}
.hserch .box {
	height: 50px;
	width: 70%;
	margin: 20% auto 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.8)
}
.hserch .box .inp {
	display: block;
	width: 70%;
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	background-color: transparent;
	border: 0;
	margin-left: 3%;
}
.hserch .box .sub {
	width: 50px;
	height: 50px;
	display: block;
	float: right;
	border: 0;
	background: url(../images/serch.png) center/22px no-repeat;
}
.pro-tip {
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
}
.pro-tipbox {
	width: 90%;
	max-width: 660px;
	background-color: #fff;
	padding: 85px 80px 100px;
	box-sizing: border-box;
	position: fixed;
	top: 25%;
	left: 50%;
	margin-left: -330px;
	z-index: 101;
	display: none;
}
.pro-tipbox i {
	display: block;
	position: absolute;
	right: -35px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	top: 0;
	background: url(../images/ico_116.png) center/24px no-repeat;
}
.pro-tipbox h2 {
	font-size: 22px;
	line-height: 35px;
	color: #333;
	font-family: '微軟正黑體';
	margin-bottom: 20px;
	font-weight: bold;
}
.pro-tipbox .fa {
	font-size: 16px;
	line-height: 28px;
	color: #666;
}
 @media (max-width:1500px) {
 .pc-header .right .nav ul li {
 margin-right: 3.5%;
}
 .pc-header .right .nav ul li .tit {
 font-size: 16px;
}
/*.pc-header.cur .right .nav ul li:first-child i{width: 85%}*/
}
 @media (max-width:1300px) {
 .pc-header .right .nav ul li {
 margin-right: 3%
}
 .footer .warp .cent {
 width: 40%;
 margin-left: -22%;
}
 .pc-header .logo {
 width: 110px;
}
/*.pc-header.cur .right .nav ul li:first-child i{width: 90%}*/
}
 @media (max-width:1200px) {
 .pc-header .right .nav ul li .tit {
 font-size: 15px;
}
 .pc-header .right .nav ul li {
 margin-right: 3%;
}
 .pc-header .right {
 width: 86%;
}
 .pc-header .right .nav {
 width: 92%;
}
 .pc-header .right .nav ul li .box .tt {
 font-size: 13px
}

  /*.pc-header.cur .right .nav ul li:first-child i{width: 95%}*/
  .pc-header .right .nav {
 margin: 15px 15% 0 0;
}
}
 @media (max-width:1024px) {
 .contact-box {
 margin-right: -380px;
}
 .hserch .box {
 height: 50px;
 width: 80%;
 margin: 30% auto 0;
}
 .hserch .img {
 width: 80px;
 left: 10%;
 top: 63px;
}
 .pc-header,  .base-ban i,  .base-ban em {
 display: none;
}
 header.oon {
 position: fixed;
 top: 0;
 left: 0;
 border-bottom: 0px;
 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1)
}
 header {
 width: 92%;
 padding: 10px 4%;
 background-color: #fff;

 top: 0;
 left: 0;
 z-index: 40;
 display: block;
 border-bottom: 1px solid rgba(0, 0, 0, 0.5)
}
 header .logo {
 width: 124px;
 margin-top: 10px;
}
 header .logo img {
 display: block;
 width: 200%;
}
 header .right {
 display: inline-block;
}
 header .right .serch {
 width: 30px;
 height: 30px;
 margin: 20px 30px 0 0;
 background: url(../images/serch1.png) center/30px no-repeat;
}
 header .right .login {
 width: 30px;
 height: 30px;
 margin: 20px 30px 0 0;
 background: url(../images/icon-login1.png) center/30px no-repeat;
}
 header .right .lines {
 width: 50px;
 height: 40px;
 position: relative;
 cursor: pointer;
 margin-top: 17px;
}
 header .right .lines p {
 width: 50px;
 height: 4px;
 background-color: #894832;
 border-radius: 2px;
 position: absolute;
 left: 0;
 -webkit-transition: all 0.8s;
 transition: all 0.8s;
}
 header .right .lines p:nth-child(1) {
 top: 0px;
 -webkit-transform-origin: left top;
 -ms-transform-origin: left top;
 transform-origin: left top;
 -webkit-transform: rotateZ(0deg);
 -ms-transform: rotateZ(0deg);
 transform: rotateZ(0deg);
 -webkit-transition: all 0.5s;
 -ms-transition: all 0.5s;
 transition: all 0.5s;
}
 header .right .lines.cur p:nth-child(1) {
 -webkit-transform: rotateZ(45deg);
 transform: rotateZ(45deg);
}
 header .right .lines p:nth-child(2) {
 top: 17px;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
 header .right .lines.cur p:nth-child(2) {
 opacity: 0;
}
 header .right .lines p:nth-child(3) {
 top: 33px;
 -webkit-transform-origin: left bottom;
 -ms-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotateZ(0deg);
 -ms-transform: rotateZ(0deg);
 transform: rotateZ(0deg);
 -webkit-transition: all 0.5s;
 -ms-transition: all 0.5s;
 transition: all 0.5s;
}
 header .right .lines.cur p:nth-child(3) {
 -webkit-transform: rotateZ(-45deg);
 transform: rotateZ(-45deg);
}
 .headerbg {
 width: 100%;
 height: 100%;
 position: fixed;
 background-color: rgba(0, 0, 0, 0.7);
 top: 0;
 left: 0;
 z-index: 39;
 display: none;
}
 header .nav {
 position: absolute;
 top: 85px;
 width: 100%;
 box-sizing: border-box;
 left: 0;
 z-index: 10;
 padding: 15px 4%;
 background-color: #fff;
 display: none;
}
 header .nav ul li {
 border-bottom: 1px solid #cecece;
}
 header .nav ul li .tit {
 font-size: 20px;
 display: block;
 padding: 5px 0;
 line-height: 42px;
 color: #333;
 background: url(../images/nav-jia.png) 98% center/20px no-repeat;
}
 header .nav ul li.cur .tit {
 color: #8c3861
}
 header .nav ul li.on .tit {
 background: url(../images/nav-jian.png) 98% center/20px no-repeat;
}
 header .nav ul li .box {
 border-top: 1px solid #e2e2e2;
 display: none;
 padding: 10px 0;
}
 header .nav ul li .box a {
 display: block;
 font-size: 16px;
 line-height: 32px;
 color: #666;
 padding: 3px 0;
}
 .footer {
 padding:10px 0 0px;
}
 .footer .warp {
 margin: 0 auto 40px;
}
 .footer .warp .left {
 width: 20%;
}
 .footer .warp .right {
 width: 23%
}
 .footer .warp .cent {
 width: 50%;
 margin-left: -27%;
}
 .fy .tt:hover,  .fyy .tt:hover {
 background-color: transparent;
 color: #333333;
}
 .tip-page ul li:hover {
 background-color: #fff;
 border: 1px solid #e5e5e5;
}
 .tip-page ul li:hover .fa {
 color: #898989;
}
 .tip-page ul li:hover .pic .img2,  .pro-tipbox i {
 display: none;
}
 .tip-page ul li:hover .pic .img1 {
 opacity: 1
}
 .hserch i {
 right: 10%;
}
 header .nav ul li:last-child {
 border-bottom: 0;
}
 .pro-tip .box {
 margin: 30% auto 0;
}
 .pro-tipbox {
 padding: 80px 90px 100px;
}
 .footer .lines p {
 width: auto;
 margin-right: 20px;
 float: left;
 padding-bottom: 10px;
}
 .footer .lines p:hover a {
 border-bottom: 0;
}
 .footer .lines p a {
 padding: 0 3px 0px;
}
}
 @media (max-width:767px) {
	 
	 .footer .warp .right img {
	max-width: 40%;
	margin-top: 0px;
}
	 
	 .base-ban em1 {

    font-size: 20px;
	    padding-left: 10%;

}
.base-ban_cj, .base-ban_cg,  .base-ban_cp, .base-ban_db, .base-ban_dz, .base-ban_fuwu, .base-ban_gsdt, .base-ban_gszb, .base-ban_hyxw, .base-ban_jmlc, .base-ban_jmys, .base-ban_jxsj, .base-ban_jzal, .base-ban_kbsc, .base-ban_mdfb, .base-ban_mm, .base-ban_ppzx, .base-ban_qbdz, .base-ban_qtgl, .base-ban_sjsal, .base-ban_tsfk, .base-ban_ygdz, .base-ban_zjll,  .base-ban_zngc, .base-ban_znzt, .base-ban_zs, .base-ban_jiameng, .base-ban_lianxi{
height: 230px;
 display: block;
     margin-top: 10%;
-moz-background-size:100% 100%; background-size:100% 100%;

}
.base-ban_ppzx
{
height: 230px;
 display: block;
     margin-top: 10%;
-moz-background-size:100% 100%; background-size:100% 100%;

}

 .chan_more {
 width: 30% !important;
 height: 30px !important;
 margin-bottom: 10px !important;
 line-height: 30px !important;
 font-size: 12px !important;
}
 .footer .lines {
 font-size: 14px;
}
 .base-ban03 {
 height:auto !important;
}
 .base-ban03 i {
padding-left:10%;
 display: block;
 font-size: 20px;
 padding-top:30% !important;
height:auto;
}
 .base-ban03 em {
padding-left:10%;
 font-size: 20px !important;
}
 .base-ban02 {
 height:auto !important;
}
 .base-ban02 i {
 padding-left:10%;
 display: block;
 font-size: 20px;
 padding-top:30% !important;
height:auto;
}
 .base-ban02 em {
padding-left:10%;
 font-size: 20px !important;
}
 .base-ban04 {
 height:auto !important;
}
 .base-ban04 i {
padding-left:10%;
 display: block;
 font-size: 20px;
 padding-top:30% !important;
height:auto;
}
 .base-ban04 em {
padding-left:10%;
 font-size: 20px !important;
}
 .base-ban01 {
 height:auto !important;
}
 .base-ban01 i {
padding-left:10%;
 display: block;
 font-size: 20px;
 padding-top:30% !important;
height:auto;
}
 .base-ban01 em {
padding-left:10%;
 font-size: 20px !important;
}
 .base-ban {
 height:auto !important;
}
 .base-ban i {
padding-left:10%;
 display: block;
 font-size: 20px;
 padding-top:30% !important;
height:auto;
}
 .base-ban em {
padding-left:10%;
 font-size: 20px !important;
}
 .chanpin {
 height: 480px !important;
}
 .footer .lines p {
 padding-bottom: 5px;
 margin-right: 15px;
}
 header {
 padding: 5px 4%
}
 header .logo {
 width: 88px;
}
 header .right .lines p {
 width: 31px;
 height: 2px;
}
 header .right .lines p:nth-child(2) {
 top: 10px
}
 header .right .lines p:nth-child(3) {
 top: 21px
}
 header .right .serch {
 margin: 8px 25px 0 0;
 background: url(../images/serch1.png) center/19px no-repeat;
}
 header .right .login {
 margin: 8px 25px 0 0;
 background: url(../images/icon-login1.png) center/19px no-repeat;
}
 header .right .lines {
 width: 31px;
 height: 30px;
 margin-top: 12px;
}
 header .nav {
 top: 56px;
 border-top: 1px solid rgba(0, 0, 0, 0.1)
}
 .hserch .img {
 top: 45px;
}
 .hserch i {
 background: url(../images/search-close.png) center right/14px no-repeat;
 font-size: 16px;
 width: 70px;
 top: 50px;
}
 .hserch .box {
 margin: 40% auto 0;
}
 .hserch .box .sub {
 height: 42px;
 background: url(../images/serch.png) center/18px no-repeat;
}
 .hserch .box .inp {
 height: 42px;
 line-height: 42px;
 font-size: 15px;
}
 header .nav ul li .tit {
 font-size: 16px;
 padding: 5px 0;
 line-height: 35px;
 background: url(../images/nav-jia.png) 98% center/15px no-repeat;
}
 header .nav ul li.on .tit {
 background: url(../images/nav-jian.png) 98% center/15px no-repeat;
}
 header .nav ul li .box a {
 font-size: 14px;
 line-height: 24px;
}
 .footer .warp .left {
 display: none;
}
 .footer .warp {
 margin: 0 auto 0px;
}
 .footer .warp .cent {
 width: 100%;
 left: 0;
 margin-left: 0;
 padding-bottom: 10px;
 border: 0;
 position: relative;
 float: none;
}
 .footer .warp .right {
 width: 100%;
 float: none;
}
 .footer .fot {
 width: 92%;
 margin: 0 auto;
}
 .footer .warp .cent img {
 display: none;
}
 .footer .warp .cent .fa:before {
 height: 35px;
}
 .footer .warp .cent .fa,  .footer .warp .cent .tel {
 display: none;
}
 .footer .warp .cent .math {
 font-size: 24px;
}
 .footer .warp .right .tit {
 margin-bottom: 20px;
 font-size: 16px;
}
 .footer .warp .right .fa {
 margin: 10px 0 30px;
}
 .footer .warp {
 padding-bottom: 0px;
}
 .fy .tt {
 line-height: 24px;
 width: 24px;
 margin: 0 3px;
}
 .fy .prve,  .fy .next {
 width: 50px;
 height: 28px;
 border: 0;
 line-height: 28px;
 margin-top: -2px;
 font-size: 12px;
}
 .fyy .prve {
 margin-right: 20px;
 font-size: 14px
}
 .fyy .next {
 margin-left: 20px;
 font-size: 14px
}
 .fyy .tt {
 font-size: 14px;
 margin: 0 3px;
}
 .tip-page {
 width: 67px;
}
 .tip-page ul li {
 width: 65px;
 height: 60px;
}
 .contact-box {
 position: relative;
 top: 0;
 left: 0;
 width: 100%;
 padding: 5% 5% 7%;
 margin: 0 auto;
 box-sizing: border-box;
}
 .contact-box .tit .ch {
 font-size: 16px
}
 .contact-box .tit {
 padding: 7px 0 5px 45px;
 background: url(../images/bg_icon01.png) left center/35px no-repeat;
}
 .contact-box .txt {
 padding: 15px 0 15px 43px;
}
 .contact-box .tips .wx-btn {
 background: url(../images/bg_icon02.png) left center/35px no-repeat;
 width: 48px;
 height: 48px;
 margin-right: 0px;
}
 .contact-box .tips .wx-img {
 display: block;
 position: relative;
 left: 50%;
 margin-left: -60px;
 top: 0;
 background: #fff;
}
 .pro-tipbox {
 padding: 70px 30px 90px;
 width: 92%;
 margin-left: -46%;
}
 .pro-tipbox h2 {
 font-size: 18px;
 margin-bottom: 15px;
}
 .pro-tipbox .fa {
 font-size: 14px;
 line-height: 24px;
}
}
.header-bg {
	display: none;
}
 @media(min-width:1025px) {
 .header-bg {
 display: block;
 width: 100%;
 background: #000;
}
}
 @media(min-width:1025px) {
 .header-bg {
 display: block;
 width: 100%;
 background: #000;
}
}
.chanpin {
	width:100%;
	height:870px;
	background:url(../picture/pcenter.jpg) no-repeat center;
}
.chan_more {
	width:170px;
	height:50px;
	border:#666 1px solid;
	margin-bottom:30px;
	line-height:50px;
	font-size:16px;
	text-align:center;
}
.chan_more a {
	display:block;
	color:#333;
 transition: all ease-in .3s;
 -webkit-transition: all ease-in .3s;
}
.chan_more a:hover {
	display: block;
	color: #fff;
	background-color: #894831;
 transition: all ease .4s;
 -webkit-transition: all ease .4s;
}
