body {
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
	line-height: 1.6em;
}
a {
	color: #555;
	text-decoration: none;
}
.container {
	width: 100%;
	position: relative;
	background: #dbe3e2 url(../images/bg.jpg) fixed no-repeat top center;
}
.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
.main {
	margin: 0 auto;
	position: relative;
}
.container > header {
	margin: 10px;
	padding: 20px 10px 10px 10px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-align: center;
}
.container > header h1 {
	font-size: 34px;
	line-height: 34px;
	margin: 0;
	position: relative;
	font-weight: 300;
	color: #666;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
}
.container > header h2 {
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	padding: 15px 0 5px 0;
	color: #888;
	font-family: Cambria, Georgia, serif;
	font-style: italic;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
}
/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.3);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	font-family: Cambria, Georgia, serif;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}
.codrops-top a:hover {
	background: rgba(255,255,255,0.6);
}
.codrops-top span.right {
	float: right;
}
.codrops-top span.right a {
	float: left;
	display: block;
}
.support-note span {
	color: #ac375d;
	font-size: 16px;
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}
.no-cssanimations .support-note span.no-cssanimations, .no-csstransforms .support-note span.no-csstransforms, .no-csstransforms3d .support-note span.no-csstransforms3d, .no-csstransitions .support-note span.no-csstransitions, .no-generatedcontent .support-note span.no-generatedcontent {
	display: block;
}
.fs-container {
	margin: 20px auto 50px auto;
	position: relative;
	width: 40%;
	padding: 0 15%;
	max-width: 700px;
	min-width: 220px;
	height: 600px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.fs-container:before {
	content: '';
	position: absolute;
	bottom: -40px;
	background: transparent url(../images/shadow.png) no-repeat center center;
	height: 90px;
	width: 90%;
	left: 5%;
	opacity: 0.8;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}
.fs-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.fs-slider {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	pointer-events: none;
}
.fs-block {
	margin: 0;
	position: absolute;
	width: 70%;
	height: 100%;
	left: 15%;
	pointer-events: auto;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.fs-block:nth-child(1) {
	-webkit-transform-origin: top right;
	-webkit-transform: translateX(-100%) rotateY(-35deg);
	-moz-transform-origin: top right;
	-moz-transform: translateX(-100%) rotateY(-35deg);
	-o-transform-origin: top right;
	-o-transform: translateX(-100%) rotateY(-35deg);
	-ms-transform-origin: top right;
	-ms-transform: translate(-100%);
	transform-origin: top right;
	transform: translateX(-100%) rotateY(-35deg);
}
.no-touch .fs-block:nth-child(1):hover {
	-webkit-transform: translateX(-100%) rotateY(-30deg);
	-o-transform: translateX(-100%) rotateY(-30deg);
	transform: translateX(-100%) rotateY(-30deg);
}
.fs-block:nth-child(2) {
	z-index: 100;
}
.fs-block:nth-child(3) {
	-webkit-transform-origin: top left;
	-webkit-transform: translateX(100%) rotateY(35deg);
	-moz-transform-origin: top left;
	-moz-transform: translateX(100%) rotateY(35deg);
	-o-transform-origin: top left;
	-o-transform: translateX(100%) rotateY(35deg);
	-ms-transform-origin: top left;
	-ms-transform: translate(100%);
	transform-origin: top left;
	transform: translateX(100%) rotateY(35deg);
}
.no-touch .fs-block:nth-child(3):hover {
	-webkit-transform: translateX(100%) rotateY(30deg);
	-o-transform: translateX(100%) rotateY(30deg);
	transform: translateX(100%) rotateY(30deg);
}
.fs-block:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
	pointer-events: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-left: 1px solid rgba(119,119,119,1);
	border-right: 1px solid rgba(119,119,119,1);
	left: -1px;
}
/* Borders are only needed if we have the 3d look */
.no-csstransforms3d .fs-block:after {
	border: none;
}
.fs-block:nth-child(1):after {
	background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.2) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,0,0,0.65)), color-stop(100%, rgba(0,0,0,0.2)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.2) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.2) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.2) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.2) 100%);
}
.fs-block:nth-child(2):after {
	opacity: 0.8;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.12) 21%, rgba(0,0,0,0.03) 31%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.03) 70%, rgba(0,0,0,0.12) 81%, rgba(0,0,0,0.5) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,0,0,0.5)), color-stop(21%, rgba(0,0,0,0.12)), color-stop(31%, rgba(0,0,0,0.03)), color-stop(50%, rgba(0,0,0,0)), color-stop(70%, rgba(0,0,0,0.03)), color-stop(81%, rgba(0,0,0,0.12)), color-stop(100%, rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.12) 21%, rgba(0,0,0,0.03) 31%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.03) 70%, rgba(0,0,0,0.12) 81%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.12) 21%, rgba(0,0,0,0.03) 31%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.03) 70%, rgba(0,0,0,0.12) 81%, rgba(0,0,0,0.5) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.12) 21%, rgba(0,0,0,0.03) 31%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.03) 70%, rgba(0,0,0,0.12) 81%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.12) 21%, rgba(0,0,0,0.03) 31%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.03) 70%, rgba(0,0,0,0.12) 81%, rgba(0,0,0,0.5) 100%);
}
.fs-block:nth-child(3):after {
	background: -moz-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,0,0,0.2)), color-stop(100%, rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.65) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.65) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.65) 100%);
}
.fs-block figure {
	width: 100%;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
}
.fs-block figure:first-child {
	z-index: 10;
}
.fs-block figure img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
.fs-block figcaption {
	padding: 0;
	margin: 0;
	position: absolute;
	width: 100%;
	top: 25%;
	background: rgba(0,0,0,0.4);
	overflow: hidden;
	height: 0%;
	opacity: 0;
	text-align: center;
	-webkit-transition: all 700ms cubic-bezier(0, 0, .15, 1);
	-moz-transition: all 700ms cubic-bezier(0, 0, .15, 1);
	-o-transition: all 700ms cubic-bezier(0, 0, .15, 1);
	-ms-transition: all 700ms cubic-bezier(0, 0, .15, 1);
	transition: all 700ms cubic-bezier(0, 0, .15, 1);
}
.fs-block figcaption.fs-transition {
	height: 35%;
	opacity: 1;
}
.fs-block figcaption h3 {
	font-size: 40px;
	line-height: 40px;
	margin: 0;
	padding: 20px 5px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	font-weight: normal;
}
.fs-block figcaption p {
	color: #fff;
	padding: 20px 5px;
	margin: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-top: 1px solid rgba(255,255,255,0.2);
	box-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
.fs-navigation {
	position: absolute;
	z-index: 2000;
	bottom: 10px;
	right: 15%;
	margin-right: 15px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.fs-navigation span {
	float: left;
	width: 26px;
	height: 26px;
	border-radius: 4px;
	text-indent: -90000px;
	cursor: pointer;
	opacity: 0.6;
	margin-right: 3px;
	background: rgba(0,0,0,0.4) url(../images/arrow.png) no-repeat 50% 50%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	pointer-events: auto;
}
.fs-navigation span:nth-child(2) {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fs-navigation span:hover {
	opacity: 1;
}
/* Transitions */
.fs-block:nth-child(1) figure {
	-webkit-transition: width 900ms cubic-bezier(0, 0, .15, 1) 600ms;
	-moz-transition: width 900ms cubic-bezier(0, 0, .15, 1) 600ms;
	-o-transition: width 900ms cubic-bezier(0, 0, .15, 1) 600ms;
	-ms-transition: width 900ms cubic-bezier(0, 0, .15, 1) 600ms;
	transition: width 900ms cubic-bezier(0, 0, .15, 1) 600ms;
}
.fs-block:nth-child(2) figure {
	-webkit-transition: width 900ms cubic-bezier(0, 0, .15, 1) 300ms;
	-moz-transition: width 900ms cubic-bezier(0, 0, .15, 1) 300ms;
	-o-transition: width 900ms cubic-bezier(0, 0, .15, 1) 300ms;
	-ms-transition: width 900ms cubic-bezier(0, 0, .15, 1) 300ms;
	transition: width 900ms cubic-bezier(0, 0, .15, 1) 300ms;
}
.fs-block:nth-child(3) figure {
	-webkit-transition: width 900ms cubic-bezier(0, 0, .15, 1);
	-moz-transition: width 900ms cubic-bezier(0, 0, .15, 1);
	-o-transition: width 900ms cubic-bezier(0, 0, .15, 1);
	-ms-transition: width 900ms cubic-bezier(0, 0, .15, 1);
	transition: width 900ms cubic-bezier(0, 0, .15, 1);
}

/* Media Queries */

@media screen and (max-width: 1024px) {
.fs-block figcaption h3 {
	font-size: 26px;
}
}

@media screen and (max-width: 768px) {
.fs-block figcaption {
	padding: 0 10px;
}
.fs-block figcaption h3 {
	font-size: 16px;
	padding: 10px 0;
}
.fs-block figcaption p {
	font-size: 13px;
}
}
.header {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0;
	height: auto;
	z-index: 999;
	background-color: rgba(0,0,0,0.85);
}
.header_in {
	width: 95%;
	padding: 0 3% 0 2%;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.header_in .logo {
	margin-top: 15px;
	display: block;
	width: auto;
	max-height: 80px;
	overflow: hidden;
	float: left;
}
.logo_title {
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
line-height: 50px;
	color:rgba(0,0,0,0.85);
	font-size: 36px;

	font-weight: bold;
  animation: animate 3s ease infinite;
  bottom: 0;
}

@keyframes animate {
  0%,100% {
    text-shadow: 2px 0px 1px #EEE, 4px 0px 1px #EEE, 6px 0px 1px #EEE;
  }
  50% {
    text-shadow: -2px 0px 1px #EEE, -4px 0px 1px #EEE, -6px 0px 1px #EEE;
  }
}

.logo .pclogo {
	height: 50px;
	vertical-align:bottom;
}
.header_pic_nav {
	float: right;
	width: auto;
	display: block;
	margin-left: 30px;
}
.header_pic_nav li {
	float: left;
	display: block;
	list-style: none;
	height: 67px;
	padding: 8px 20px;
	position: relative;
}
.header_pic_nav li .nave_spaen {
	float: left;
}
.header_pic_nav li .nave_spaen div {
	line-height: 70px;
	font-size: 14px;
}
.header_pic_nav li.menu-item {
	padding: 5px 20px;
	border-top: solid 3px #ba9f74;
}
.header_pic_nav li:hover {
	color: #fff;
	border-top: solid 3px #dd9933;
}
.header_pic_nav li.menu-item-home {
	border-top: 3px solid #dd9933;
}
.header_pic_nav li div {
	color: #fcfcfc;
}
.wp_clear {
	clear: both;
}
.about_index_in {
	padding: 0 5%;
	margin: 0 auto;
	text-align: center;
}
.about_box {
}
.table_r{text-align: right; padding: 10px 5px;}
.table_l{text-align: left; padding: 10px 5px;}
.about_index_in .about_tt {
	font-size: 36px;
	font-weight: normal;
	margin: 10px;
}
.about_index_in .about_en {
	color: #ba9f74;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
}
.about_index_in .abou_index_in_text {
	color: #666;
	font-size: 14px;
	margin-bottom: 30px;
}
.about_index_btns {
	width: 100%;
	position: relative;
	margin: 15px 0;
	text-align: center;
}
.about_index_btns a.btn {
	display: inline-block;
	margin-right: 20px;
	padding: 5px 10px;
	border: solid 1px #ba9f74;
	color: #ba9f74;
}
.about_index_btns a.btn:hover {
	border: solid 1px #ba9f74;
	color: #fff;
	background: #ba9f74;
}
.about_index_btns .about_xian_left {
	position: absolute;
	width: 35%;
	height: 1px;
	background: #ba9f74;
	top: 20px;
	left: 0;
	display: block;
}
.about_index_btns .about_xian_right {
	position: absolute;
	width: 35%;
	height: 1px;
	background: #ba9f74;
	top: 20px;
	left: inherit;
	right: 0;
	display: block;
}
.abou_title {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.list_title {
	font-size: 24px;
	color: #333;
	border-bottom: solid 3px #ba9f74;
	font-weight: bold;
	display: inline;
	margin: 0;
}
.case_index {
	padding: 20px 0;
	background: fixed center url(../images/wenzi.jpg);
}
.case_lists {
	background-color: rgba(250,250,250,0.8);
	border-radius: 10px;
	margin: 10px;
}
.case_lists img{ border-radius: 0 0 5px 5px;}
.case_text {
	padding: 10px 5% 20px;
	color: #404040;
	font-size: 14px;
	margin: 0;
	line-height: 24px;
	text-align: left;
	text-indent:2em;
}
.mantitle {
	font-size: 24px;
	color: #333;
	margin-top: 20px;
	margin-bottom: 10px;
}
.mantitle_en {
	color: #000;
	margin-bottom: 15px;
}
.mantitle_img img {
	margin: 10px;
}
.footer_service li {
	width: 20%;
}
.footer_contact p {
	float: left;
}
.footer_contact a {
	float: right;
	display: block;
}
.footer_contact {
	text-align: center;
}
.footer_contact p {
	margin-bottom: 5px;
	display: inline-block;
}
.footer_contact a {
	display: inline-block;
	text-align: center;
	max-width: 300px;
}
.footer_bottom {
	padding: 0 0 15px 0;
}
.footer {
	width: 100%;
	height: auto;
	padding: 15px 0 0;
	background: #fff;
	border-top: solid 1px #f5f5f5;
	float: left;
}
.footer_bottom {
	width: 100%;
	height: auto;
	background: #fafafa;
	float: left;
}
.footer_in {
	width: 96%;
	padding: 0 2%;
	max-width: 1226px;
	margin: 0 auto;
	overflow: hidden;
}
.footer_service {
	width: 100%;
	padding: 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #e0e0e0;
	float: left;
	display: block;
	overflow: hidden;
}
.footer_service li {
	float: left;
	list-style: none;
}
.footer_service li img {
	float: left;
	margin-right: 10px;
	width: 35px;
	height: 35px;
}
.footer_service li .nave_spaen {
	line-height: 35px;
	font-size: 16px;
}
.footer_service li .nave_spaen div {
	font-size: 16px;
	color: #616161;
}
.footer_service li:hover .nave_spaen div {
	color: #db2412;
}
.footer_contact {
	width: 100%;
	height: auto;
	margin: 10px 0;
	float: left;
}
.footer_contact p {
	font-size: 12px;
	color: #333;
	margin: 0 20px 0 0;
	line-height: 37px;
}
.footer_contact p.tell {
	font-size: 16px;
	font-weight: bold;
	color: #ba9f74;
}
.footer_contact a {
	background: #ba9f74;
	color: #fff;
	padding: 8px 23px;
	font-size: 12px;
	cursor: pointer;
	border: solid 1px #ba9f74;
}
.footer_contact a:hover {
	color: #ba9f74;
	background: none;
}
.footer_menu {
	width: 100%;
	height: auto;
	padding: 10px 0;
	display: block;
	float: left;
	text-align: center;
}
.footer_menu li {
	display: inline-block;
	margin: 0 5px;
}
.footer_menu li div {
	color: #666;
	font-size: 12px;
}
.bq {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	margin: 0;
}
.bq a {
	color: #ba9f74;
}
.bq a.gonganwb {
	display: inline-block;
	padding-left: 25px;
	background: 4px -180px no-repeat url("images/theme.png")
}
.target_a {
	position: relative;
	top: -80px;
	display: block;
	height: 0;
	overflow: hidden;
}
