@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
	font-family: Arial, Helvetica, "Open Sans", sans-serif;
	color: #030000;
}
a {
	color: inherit;
	text-decoration: none;
}
img {
	max-width: 100%;
}
.flt_left {
    float: left;
}
.flt_right {
    float: right;
}
.clear_fix {
    clear: both;
}/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-nav {
	position: relative;
}
.cd-header {
	width: 100%;
	height: 50px;
	background-color: #21272c;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
.cd-header {
	height: 120px;
	background-color: transparent;
}
}
#cd-logo {
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 80px;
	width: 70px;
	height: 70px;
	overflow:hidden;
	background-image: url(../img/public/logo.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transition: all .6s ease-in;
	-moz-transition: all .6s ease-in; /* Firefox 4 */
	-webkit-transition: all .6s ease-in; /* Safari 和 Chrome */
	-o-transition: all .6s ease-in; /* Opera */
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.inactive #cd-logo {
	left: -70px;
}
#cd-logo a{ display:block; width:100%; height:100%;}
.cd-search {
	width: 90%;
	height: 40px;
	line-height: 40px;
	background-image: url(../img/public/search_bg.png);
	background-repeat: no-repeat;
	background-position: center right;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	right: 10%;
	top: 15px;
	transition: width 1.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-moz-transition: width 1.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-webkit-transition: width 1.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-o-transition: width 1.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.cd-search.is-visible {
	width: 90%;
}
.cd-search input {
	border: none;
	color: #FFF;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	float: left;
	background-color: transparent;
}
.cd-search input.cd-input-txt {
	width: 85%;
	padding-left: 2%;
}
.cd-search input.cd-input-btn {
	width: 10%;
	cursor: pointer;
}
.cd-search-btn {
	height: 40px;
	position: absolute;
	background-image: url(../img/public/search_btn.png);
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	z-index: 100;
	right: 0;
	top: 15px;
	width: 8%;
	cursor: pointer;
}
.inactive .cd-search {
	width: 0px;
}
@media only screen and (min-width: 768px) {
.cd-search {
	width: 0px;
	height: 48px;
	line-height: 48px;
	background-image: url(../img/public/search_bg_middle.png);
	right: 95px;
	top: 30px;
}
.cd-search.is-visible {
	width: 632px;
}
.cd-search input {
	height: 48px;
	line-height: 48px;
	font-size: 16px;
}
.cd-search input.cd-input-txt {
	width: 630px;
	padding-left: 15px;
}
.cd-search input.cd-input-btn {
	width: 70px;
}
.cd-search-btn {
	height: 48px;
	background-image: url(../img/public/search_btn_middle.png);
	right: 20px;
	top: 30px;
	width: 60px;
}
.inactive .cd-search {
	width: 0px;
}
}
 @media only screen and (min-width: 1439px) {
.cd-search {
	width: 0px;
	height: 59px;
	line-height: 59px;
	background-image: url(../img/public/search_bg_large.png);
	right: 185px;
	top: 65px;
}
.cd-search.is-visible {
	width: 771px;
}
.cd-search input {
	height: 59px;
	line-height: 59px;
	font-size: 20px;
}
.cd-search input.cd-input-txt {
	width: 670px;
	padding-left: 15px;
}
.cd-search input.cd-input-btn {
	width: 80px;
}
.cd-search-btn {
	height: 65px;
	background-image: url(../img/public/search_btn_large.png);
	right: 100px;
	top: 65px;
	width: 73px;
}
.inactive .cd-search {
	width: 0px;
}
}
@media only screen and (min-width: 768px) {
#cd-logo {
	top: 100px;
	width: 100px;
	height: 100px;
}
.inactive #cd-logo {
	left: -100px;
}
}
@media only screen and (min-width: 1439px) {
#cd-logo {
	top: 125px;
	width: 156px;
	height: 156px;
}
.inactive #cd-logo {
	left: -156px;
}
}
.cd-primary-nav {
	/* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
	float: right;
	margin-right: 5%;
	width: 44px;
	height: 100%;
	background: url("../assets/cd-icon-menu.svg") no-repeat center center;
}
.cd-primary-nav ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-10000%);
	-moz-transform: translateY(-10000%);
	-ms-transform: translateY(-10000%);
	-o-transform: translateY(-10000%);
	transform: translateY(-10000%);
}
.cd-primary-nav ul.is-visible {
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}
.cd-primary-nav a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 5%;
	background: #21272c;
	border-top: 1px solid #333c44;
	color: #ffffff;
}
@media only screen and (min-width: 1439px) {
.cd-primary-nav {
	/* reset navigation values */
	width: 100%;
	height: auto;
	background: none;
	margin-right: 0px;
}
.cd-primary-nav ul {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	position: static;
	width: 100;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	height: 122px;
}
.cd-primary-nav ul.is-visible {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.cd-primary-nav li:first-child {
	border-left: none;
}
.cd-primary-nav li {
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s; /* Opera */
	color: #030000;
	text-align: center;
	display: block;
	float: left;
	width: 16%;
	border-left: 1px solid #ccc;
}
.cd-primary-nav li.selected {
	width: 20%;
	background-color: #c2a257;
	color: #FFF;
}
.cd-primary-nav a {
	font-size: 34px;
	color: inherit;
	padding: 0px;
	display: inline-block;
	height: auto;
	font-weight: normal;
	line-height: 120px;
	background: transparent;
	border-top: none;
	position: relative;
}
.cd-primary-nav a::before {
	content: '';
	position: absolute;
	width: 34px;
	height: 42px;
	top: 35px;
	left: -50px;
	right: auto;
	background: url(../img/public/menu.png) no-repeat 0 0;
}
.cd-primary-nav li:first-of-type a::before {
	background-position: 0 0;
}
.cd-primary-nav li.selected:first-of-type a::before {
	background-position: 0 -42px;
}
.cd-primary-nav li:nth-of-type(2) a::before {
	background-position: -34px 0;
}
.cd-primary-nav li.selected:nth-of-type(2) a::before {
	background-position: -34px -42px;
}
.cd-primary-nav li:nth-of-type(3) a::before {
	background-position: -70px 0;
}
.cd-primary-nav li.selected:nth-of-type(3) a::before {
	background-position: -70px -42px;
}
.cd-primary-nav li:nth-of-type(4) a::before {
	background-position: -105px 0;
}
.cd-primary-nav li.selected:nth-of-type(4) a::before {
	background-position: -105px -42px;
}
.cd-primary-nav li:nth-of-type(5) a::before {
	background-position: -140px 0;
}
.cd-primary-nav li.selected:nth-of-type(5) a::before {
	background-position: -140px -42px;
}
.cd-primary-nav li:nth-of-type(6) a::before {
	background-position: -175px 0;
}
.cd-primary-nav li.selected:nth-of-type(6) a::before {
	background-position: -175px -42px;
}
}
 @media only screen and (max-width: 1439px) and (min-width:768px) {
.cd-primary-nav {
	/* reset navigation values */
	width: 100%;
	height: auto;
	background: none;
	margin-right: 0px;
}
.cd-primary-nav ul {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	position: static;
	width: 100;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	height: 122px;
	overflow: hidden;
}
.cd-primary-nav ul.is-visible {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.cd-primary-nav li:first-child {
	border-left: none;
}
.cd-primary-nav li {
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s; /* Opera */
	color: #030000;
	text-align: center;
	display: block;
	float: left;
	width: 16%;
	border-left: 1px solid #ccc;
}
.cd-primary-nav li.selected {
	width: 20%;
	background-color: #c2a257;
	color: #FFF;
}
.cd-primary-nav a {
	padding-top: 10px;
	font-size: 30px;
	color: inherit;
	display: inline-block;
	height: auto;
	font-weight: normal;
	line-height: 120px;
	background: transparent;
	border-top: none;
	position: relative;
}
.cd-primary-nav a::before {
	content: '';
	position: absolute;
	width: 34px;
	height: 42px;
	top: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	right: auto;
	background: url(../img/public/menu.png) no-repeat 0 0;
}
.cd-primary-nav li:first-of-type a::before {
	background-position: 0 0;
}
.cd-primary-nav li.selected:first-of-type a::before {
	background-position: 0 -42px;
}
.cd-primary-nav li:nth-of-type(2) a::before {
	background-position: -34px 0;
}
.cd-primary-nav li.selected:nth-of-type(2) a::before {
	background-position: -34px -42px;
}
.cd-primary-nav li:nth-of-type(3) a::before {
	background-position: -70px 0;
}
.cd-primary-nav li.selected:nth-of-type(3) a::before {
	background-position: -70px -42px;
}
.cd-primary-nav li:nth-of-type(4) a::before {
	background-position: -105px 0;
}
.cd-primary-nav li.selected:nth-of-type(4) a::before {
	background-position: -105px -42px;
}
.cd-primary-nav li:nth-of-type(5) a::before {
	background-position: -140px 0;
}
.cd-primary-nav li.selected:nth-of-type(5) a::before {
	background-position: -140px -42px;
}
.cd-primary-nav li:nth-of-type(6) a::before {
	background-position: -175px 0;
}
.cd-primary-nav li.selected:nth-of-type(6) a::before {
	background-position: -175px -42px;
}
}
/* -------------------------------- 

Slider

-------------------------------- */
.cd-hero {
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.cd-hero-slider {
	position: relative;
	height: 360px;
	overflow: hidden;
}
.cd-hero-slider li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.cd-hero-slider li.selected {
	/* this is the visible slide */
	position: relative;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.cd-hero-slider li.move-left {
	/* slide hidden on the left */
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.cd-hero-slider li.is-moving, .cd-hero-slider li.selected {
	/* the is-moving class is assigned to the slide which is moving outside the viewport */
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
}
@media only screen and (min-width: 768px) {
.cd-hero-slider {
	height: 420px;
}
}
@media only screen and (min-width: 1439px) {
.cd-hero-slider {
	height: 800px;
}
}
/* -------------------------------- 

Single slide style

-------------------------------- */
.cd-hero-slider li {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition:all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.cd-hero-slider li .banner_bg{
	position:absolute;
	width:100%;
	height:100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.cd-hero-slider li:first-of-type .banner_bg{
	background-image: url(../img/public/flash1.jpg);
	}
.cd-hero-slider li:nth-of-type(2) .banner_bg{
	background-image: url(../img/public/flash2.jpg);
}
.cd-hero-slider li:nth-of-type(3) .banner_bg{
	background-image: url(../img/public/flash3.jpg);
}
.cd-hero-slider .cd-dlhalf-width {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 10px;
	/* this padding is used to align the text */
	text-align: left;
	bottom: -50%;
}
.cd-hero-slider .cd-full-width, .cd-hero-slider .cd-half-width {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
	/* this padding is used to align the text */
	padding-top: 100px;
	text-align: center;
	/* Force Hardware Acceleration in WebKit */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.cd-hero-slider .cd-half-width:first-of-type {
	display: none;
}
.cd-hero-slider .cd-img-container {
/* hide image on mobile device */
}
.cd-hero-slider .cd-img-container img {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.cd-dlhalf-width h2 {
	background: url(../img/public/txt1.png) no-repeat left center;
	height: 100px;
	line-height: 500px;
	overflow: hidden;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
.cd-full-width h2 {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.inactive .cd-hero-slider .cd-dlhalf-width h2 {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
@media only screen and (min-width: 768px) {
.cd-hero-slider .cd-half-width {
	width: 45%;
}
.cd-hero-slider .cd-half-width:first-of-type {
	padding-top: 50px;
	left: 0%;
	right: auto;
	display: block;
}
.cd-hero-slider .cd-half-width:nth-of-type(3) {
	right: 5%;
	left: auto;
}
.cd-hero-slider .cd-img-container {
	display: block;
}
.cd-hero-slider .cd-dlhalf-width {
	left: 100px;
}
.cd-dlhalf-width h2 {
	height: 120px;
}
}
@media only screen and (min-width: 1439px) {
.cd-hero-slider .cd-half-width:first-of-type {
	padding-top: 100px;
}
.cd-dlhalf-width h2 {
	height: 209px;
}
.cd-hero-slider .cd-dlhalf-width {
	left: 130px;
}
}

/* -------------------------------- 

Single slide animation

-------------------------------- */
@media only screen and (min-width: 768px) {
.cd-hero-slider .cd-half-width {
	opacity: 0;
	-webkit-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-ms-transform: translateX(40px);
	-o-transform: translateX(40px);
	transform: translateX(40px);
}
.cd-hero-slider .move-left .cd-half-width {
	-webkit-transform: translateX(-40px);
	-moz-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	-o-transform: translateX(-40px);
	transform: translateX(-40px);
}
.cd-hero-slider .selected .cd-half-width {
	/* this is the visible slide */
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.cd-hero-slider .is-moving .cd-half-width {
	/* this is the slide moving outside the viewport 
    wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
	-webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
	-moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
	transition: opacity 0s 0.5s, transform 0s 0.5s;
}
.cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2), .cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
	/* this is the selected slide - different animation if it's entering from left or right */
	-webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
	-moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
	transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
}
.cd-hero-slider li.selected.from-left .cd-half-width:first-of-type, .cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
	/* this is the selected slide - different animation if it's entering from left or right */
	-webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
	-moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
	transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
}
.cd-hero-slider .move-left .cd-dlhalf-width h2 {
	opacity: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.cd-hero-slider .cd-full-width h2 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.cd-hero-slider .move-left .cd-full-width h2 {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.cd-hero-slider .selected .cd-full-width h2 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.cd-hero-slider li.is-moving .cd-full-width h2 {
	/* this is the slide moving outside the viewport 
    wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
	-webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.8s;
	-moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.8s;
	transition: opacity 0s 0.5s, transform 0s 0.8s;
}
.cd-hero-slider li.selected h2 {
	-webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
	-moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
	transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
}
.cd-hero-slider li.selected p {
	-webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.5s 0.3s;
	-moz-transition: opacity 0.4s 0.3s, -moz-transform 0.5s 0.3s;
	transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
}
.cd-hero-slider li.selected .cd-btn {
	-webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s, background-color 0.2s 0s;
	-moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s, background-color 0.2s 0s;
	transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
}
}
/* -------------------------------- 

Slider navigation

-------------------------------- */
.cd-slider-nav {
	position: absolute;
	width: 100%;
	bottom: 30px;
	z-index: 2;
	text-align: right;
	height: 25px;
}
.cd-slider-nav nav, .cd-slider-nav ul, .cd-slider-nav li, .cd-slider-nav a {
	height: 100%;
}
.cd-slider-nav nav {
	display: inline-block;
	position: relative;
}
.cd-slider-nav ul::after {
	clear: both;
	content: "";
	display: table;
}
.cd-slider-nav li {
	cursor:pointer;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: inline-block;
	width: 25px;
	margin-right: 20px;
	background-color: #003c81;
	float: left;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.cd-slider-nav li.selected {
	background-color: #c2a257;
}
@media only screen and (min-width: 768px) {
.cd-slider-nav {
	bottom: 50px;
}
}
/* -------------------------------- 

Main content

-------------------------------- */
.cd-main-content {
	width: 90%;
	max-width: 768px;
	margin: 0 auto;
	padding: 2em 0;
}
.cd-main-content p {
	font-size: 1.4rem;
	line-height: 1.8;
	color: #999999;
	margin: 2em 0;
}
@media only screen and (min-width: 1170px) {
.cd-main-content {
	padding: 3em 0;
}
.cd-main-content p {
	font-size: 1.6rem;
}
}
/* -------------------------------- 

Javascript disabled

-------------------------------- */
.no-js .cd-hero-slider li {
	display: none;
}
.no-js .cd-hero-slider li.selected {
	display: block;
}
.no-js .cd-slider-nav {
	display: none;
}
.container {
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
.container {
	width: 750px;
}
}
@media (min-width: 992px) {
.container {
	width: 970px;
}
}
@media (min-width: 1200px) {
.container {
	width: 93%;
}
}
 @media (min-width: 992px) {
.container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.title_holder_center {
	text-align: center;
}
.title_holder p.upper_title {
	font-size: 20px;
	line-height: 1.4;
}
.title_holder p:last-child {
	font-size: 12px;
	color: #bcbbbb;
	background: url(../img/public/titlebg.png) no-repeat center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	padding: 20px 0;
	margin-top: 10px;
}
@media (min-width: 768px) {
.title_holder p.upper_title {
	font-size: 40px;
}
.title_holder p:last-child {
	font-size: 14px;
	padding: 30px 0;
	margin-top: 20px;
}
}
 @media (min-width: 1439px) {
.title_holder p.upper_title {
	font-size: 60px;
}
.title_holder p:last-child {
	font-size: 18px;
	padding: 50px 0;
	margin-top: 40px;
}
}
.practise_area {
	background-color: #f8f8f8;
	padding-top: 25px;
	padding-bottom: 25px;
}
@media (min-width: 768px) {
.practise_area {
	padding-top: 45px;
	padding-bottom: 45px;
}
}
 @media (min-width: 1439px) {
.practise_area {
	padding-top: 85px;
	padding-bottom: 85px;
}
}
.practise_area .single_item {
	position: relative;
	text-align: center;
	width: 100%;
}
.practise_area .single_item a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
	left:0;
}
.practise_area .single_item .icon {
}
.practise_area .single_item.border_right {
	border-right: 1px solid #f1f1f1;
}
.practise_area .practise_item_wrapper {
	border: 1px solid #f1f1f1;
	margin-top: 24px;
}
@media (min-width: 768px) {
.practise_area .practise_item_wrapper {
	margin-top: 54px;
}
}
 @media (min-width: 1439px) {
.practise_area .practise_item_wrapper {
	margin-top: 84px;
}
}
.practise_area .practise_item.border_top {
	border-top: 1px solid #f1f1f1;
}
.practise_area .practise_item {
	display: flex;
	justify-content: space-between;
}
.practise_area .single_item .hover_overlay {
	background: url(../img/public/hover_bg.png) no-repeat center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	color: #c2a257;
	height: 100%;
	left: 0;
	opacity: 0;
	padding-top: 30px;
	position: absolute;
	text-align: center;
	top: 0;
	transform: scale(0.8);
	visibility: hidden;
	width: 100%;
}
.practise_area .single_item .hover_overlay h4 {
	width: 70%;
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.practise_area .single_item:hover .hover_overlay, .inactive .single_item .hover_overlay {
	opacity: 1;
	transform: scale(1, 1);
	visibility: visible;
}
.transition3s {
	transition: all 0.3s ease-in-out 0s;
}
.transition4s {
	transition: all 0.4s ease-in-out 0s;
}
.transition5s {
	transition: all 0.5s ease-in-out 0s;
}
.transition-ease {
	transition: all 0.3s ease 0s;
}
@media (min-width: 992px) and (max-width: 1199px) {
.practise_area .single_item .hover_overlay p {
	padding: 0 15px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.practise_area .single_item {
	width: 49%;
	display: inline-block;
}
}
 @media (max-width: 991px) {
.practise_area .practise_item {
	display: block;
	border: none;
	clear: both;
}
.practise_area .single_item.border_right {
	border: none;
}
}
@media (max-width: 767px) {
.practise_area .single_item {
	border-bottom: 1px solid #f1f1f1 !important;
}
}
#news_area {
	margin-top: 0;
}
#news_area .single_item {
	margin-bottom: 28px;
}
#news_area {
	background: #fff none repeat scroll 0 0;
	padding: 25px 0 50px;
}
@media (min-width: 768px) {
#news_area {
	padding: 50px 0 60px;
}
}
 @media (min-width: 1439px) {
#news_area {
	padding: 92px 0 120px;
}
}
.news_area_wrap {
	margin-top: 20px;
}
 @media (min-width: 768px) {
.news_area_wrap {
	margin-top: 50px;
}
}
 @media (min-width: 1439px) {
.news_area_wrap {
	margin-top: 80px;
}
}
#news_area .practise_text {
	background: #c2a257 none repeat scroll 0 0;
	padding: 43px 5px 30px;
	position: relative;
	text-align: center;
	color: #FFF;
}
#news_area .practise_text span {
	background: #c2a257 none repeat scroll 0 0;
	border-radius: 50%;
	height: 75px;
	left: calc(50% - 37px);
	position: absolute;
	top: -37px;
	width: 75px;
}
#news_area .practise_text span::before {
	color: #fff;
	font-size: 38px;
	line-height: 75px;
}
#news_area .practise_text h4 {
	font-size: 22px;
	line-height: 1.1;
	margin-top: 0;
}
@media (min-width: 768px) {
#news_area .practise_text h4 {
	margin-top: 30px;
	font-size: 30px;
}
}
 @media (min-width: 1639px) {
#news_area .practise_text h4 {
	margin-top: 60px;
	font-size: 48px;
}
}
#news_area .practise_text p {
	font-style: italic;
	padding-bottom: 38px;
	padding-top: 20px;
}
#news_area .practise_text a {
	border: 2px solid #fff;
	color: #fff;
	display: inline-block;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 130px;
}
#news_area .practise_text a:hover {
	background-color: #fff;
	color: #c2a257;
}
#news_area .item {
	margin-left: 10px;
	margin-right: 10px;
}
#news_area .single_item {
}
#news_area .practise_img {
	position: relative;
}
#news_area .practise_img .overlay {
	background: rgba(11, 10, 9, 0) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-ms-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
	width: 100%;
}
#news_area .practise_img .overlay_text {
	backface-visibility: hidden;
	background: rgba(11, 10, 9, 0.8) none repeat scroll 0 0;
	cursor: pointer;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	width: 100%;
	overflow: hidden;
	line-height: 2;
	font-size: 12px;
}
#news_area .practise_img .overlay_text p {
	font-weight: normal;
	position: absolute;
	top: 50%;
	padding: 0 30px 40px;
	color: #fff;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#news_area .practise_img .overlay_text ul {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#news_area .practise_img .overlay_text li {
	background: url(../img/index/li.png) no-repeat left 5px;
	margin: 25px 30px 25px 20px;
	padding-left: 30px;
}
@media (min-width: 768px) {
#news_area .practise_img .overlay_text {
	font-size: 14px;
}
#news_area .practise_img .overlay_text li {
	background: url(../img/index/li.png) no-repeat left 7px;
}
}
 @media (min-width: 1639px) {
#news_area .practise_img .overlay_text {
	font-size: 18px;
}
#news_area .practise_img .overlay_text li {
	background: url(../img/index/li.png) no-repeat left 10px;
}
}
#news_area .practise_img .overlay_text a {
	color: #fff;
	display: inline-block;
}
#news_area .practise_img .overlay_text li:hover a, #news_area .practise_img .overlay_text li:focus a {
	color: #c8a34c;
}
#news_area .practise_img .overlay_text li:hover, #news_area .practise_img .overlay_text li:focus {
	background-image: url(../img/index/lion.png);
}
.news_area_wrap.inactive .single_item .overlay, .news_area_wrap .single_item:hover .overlay {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	height: auto;
	width: 100%;
}
@media (max-width: 1199px) {
#news_area .practise_img img {
	width: 100%;
}
}
.about_area_wrap {
	margin: 20px auto;
	overflow: hidden;
}
.about_area_wrap figure {
	position: absolute;
	top: 0;
	left: 6%; /* width of visible piece */
	width: 88%;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.about_area_wrap figure figure {
	width: 100%;
}
.about_area_wrap > figure {
	position: relative;
	left: 0 !important;
}
.about_area_wrap img {
	display: block;
	width: 100%;
}
.about_area_wrap input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; /* just cover visible part */
	height: 100%;
	cursor: pointer;
	border: 0;
	padding: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 100;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.about_area_wrap input:checked {
	width: 5px;
	left: auto;
	right: 0px;
}
.about_area_wrap input:checked ~ figure {
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	left: 100%;
}
.about_area_wrap figcaption {
	width: 100%;
	height: 100%;
	background: rgba(87, 73, 81, 0.1);
	position: absolute;
	top: 0px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.about_area_wrap figcaption span {
	position: absolute;
	top: 40%;
	margin-top: -30px;
	right: 20px;
	left: 20px;
	overflow: hidden;
	line-height: 2;
	font-size: 18px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	padding: 20px;
	color: #fff;
	background: rgba(87, 73, 81, 0.3);
}
.about_area_wrap figcaption table, .about_area_wrap.inactive input:checked + figcaption table {
	width: 90%;
	height: 92%;
	position: absolute;
	top: -50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	border-collapse: collapse;
	border: none;
}
.about_area_wrap figcaption table td {
	border: 1px solid #fff;
	padding: 5px;
	border-bottom: none; /*去除表格下边的边框*/
	border-right: none; /*去除表格右边的边框*/
}
/*去除表格上边的边框*/
.about_area_wrap figcaption table tr:first-child td {
	border-top: none;
}
/*去除表格左边的边框*/
.about_area_wrap figcaption table tr td:first-child {
	border-left: none;
}
.about_area_wrap figcaption table tr:first-child td:first-child, .about_area_wrap figcaption table tr:last-child td:last-child {
	width: 4%;
	height: 9%;
}
.about_area_wrap figcaption table tr:nth-of-type(2) td:nth-of-type(2) {
	font-size: 30px;
	line-height: 2;
	color: #fff;
	overflow: hidden;
	padding: 50px;
}
.about_area_wrap input:checked + figcaption, .about_area_wrap input:checked:hover + figcaption {
	background: rgba(0, 0, 0, 0.6);
}
.about_area_wrap input:checked + figcaption table {
	-webkit-transition: all 0.4s ease-in-out 0.5s;
	-moz-transition: all 0.4s ease-in-out 0.5s;
	-o-transition: all 0.4s ease-in-out 0.5s;
	-ms-transition: all 0.4s ease-in-out 0.5s;
	transition: all 0.4s ease-in-out 0.5s;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: alpha(opacity=99);
	opacity: 1;
	top: 50%;
}
.about_area_wrap #ia-selector-last:checked + figcaption table {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.about_area_wrap input:hover + figcaption {
	background: rgba(87, 73, 81, 0.5);
}
.about_area_wrap input:checked ~ figure input {
	z-index: 1;
}
 @media (max-width: 1780px) {
.about_area_wrap figcaption table tr:nth-of-type(2) td:nth-of-type(2) {
	font-size: 24px;
}
}
@media (max-width: 1440px) {
.about_area_wrap figcaption table tr:nth-of-type(2) td:nth-of-type(2) {
	font-size: 18px;
}
}
@media (max-width: 1200px) {
.about_area_wrap figcaption table tr:nth-of-type(2) td:nth-of-type(2) {
	font-size: 14px;
	padding: 30px;
}
}
@media (max-width: 1000px) {
.about_area_wrap figcaption table tr:nth-of-type(2) td:nth-of-type(2) {
	font-size: 12px;
	padding: 20px;
}
}
@media (max-width: 768px) {
.about_area_wrap {
	margin: 20px auto;
	overflow: hidden;
}
.about_area_wrap figure {
	position: static;
	top: 0;
	left: 0; /* width of visible piece */
	width: 100%;
	margin: 25px auto;
}
.about_area_wrap > figure {
	position: relative;
	left: 0 !important;
}
.about_area_wrap img {
	display: block;
	width: 100%;
}
.about_area_wrap input {
	display: none;
}
.about_area_wrap figcaption {
	width: 100%;
	height: 100%;
	background: rgba(194, 162, 87, 1);
	position: static;
	top: 0px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.about_area_wrap input:checked + figcaption {
	background: rgba(194, 162, 87, 1);
}
.about_area_wrap figcaption table {
	width: 100%;
	height: auto;
	position: static;
	top: 0%;
	left: 0%;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	border-collapse: collapse;
	border: none;
}
.about_area_wrap figcaption table td {
	border: 1px solid #fff;
	padding: 5px;
	border-bottom: none; /*去除表格下边的边框*/
	border-right: none; /*去除表格右边的边框*/
}
/*去除表格上边的边框*/
.about_area_wrap figcaption table tr:first-child td {
	border-top: none;
}
/*去除表格左边的边框*/
.about_area_wrap figcaption table tr td:first-child {
	border-left: none;
}
.about_area_wrap figcaption table tr:first-child td:first-child, .about_area_wrap figcaption table tr:last-child td:last-child {
	width: 4%;
	height: 9%;
}
.about_area_wrap figcaption table tr:nth-of-type(2) td:nth-of-type(2) {
	font-size: 12px;
	line-height: 1.2;
	color: #fff;
	overflow: hidden;
	padding: 10px;
}
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
.col-sm-pull-12 {
	right: 100%;
}
.col-sm-pull-11 {
	right: 91.66666667%;
}
.col-sm-pull-10 {
	right: 83.33333333%;
}
.col-sm-pull-9 {
	right: 75%;
}
.col-sm-pull-8 {
	right: 66.66666667%;
}
.col-sm-pull-7 {
	right: 58.33333333%;
}
.col-sm-pull-6 {
	right: 50%;
}
.col-sm-pull-5 {
	right: 41.66666667%;
}
.col-sm-pull-4 {
	right: 33.33333333%;
}
.col-sm-pull-3 {
	right: 25%;
}
.col-sm-pull-2 {
	right: 16.66666667%;
}
.col-sm-pull-1 {
	right: 8.33333333%;
}
.col-sm-pull-0 {
	right: auto;
}
.col-sm-push-12 {
	left: 100%;
}
.col-sm-push-11 {
	left: 91.66666667%;
}
.col-sm-push-10 {
	left: 83.33333333%;
}
.col-sm-push-9 {
	left: 75%;
}
.col-sm-push-8 {
	left: 66.66666667%;
}
.col-sm-push-7 {
	left: 58.33333333%;
}
.col-sm-push-6 {
	left: 50%;
}
.col-sm-push-5 {
	left: 41.66666667%;
}
.col-sm-push-4 {
	left: 33.33333333%;
}
.col-sm-push-3 {
	left: 25%;
}
.col-sm-push-2 {
	left: 16.66666667%;
}
.col-sm-push-1 {
	left: 8.33333333%;
}
.col-sm-push-0 {
	left: auto;
}
.col-sm-offset-12 {
	margin-left: 100%;
}
.col-sm-offset-11 {
	margin-left: 91.66666667%;
}
.col-sm-offset-10 {
	margin-left: 83.33333333%;
}
.col-sm-offset-9 {
	margin-left: 75%;
}
.col-sm-offset-8 {
	margin-left: 66.66666667%;
}
.col-sm-offset-7 {
	margin-left: 58.33333333%;
}
.col-sm-offset-6 {
	margin-left: 50%;
}
.col-sm-offset-5 {
	margin-left: 41.66666667%;
}
.col-sm-offset-4 {
	margin-left: 33.33333333%;
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-2 {
	margin-left: 16.66666667%;
}
.col-sm-offset-1 {
	margin-left: 8.33333333%;
}
.col-sm-offset-0 {
	margin-left: 0;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
}
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
.col-md-pull-12 {
	right: 100%;
}
.col-md-pull-11 {
	right: 91.66666667%;
}
.col-md-pull-10 {
	right: 83.33333333%;
}
.col-md-pull-9 {
	right: 75%;
}
.col-md-pull-8 {
	right: 66.66666667%;
}
.col-md-pull-7 {
	right: 58.33333333%;
}
.col-md-pull-6 {
	right: 50%;
}
.col-md-pull-5 {
	right: 41.66666667%;
}
.col-md-pull-4 {
	right: 33.33333333%;
}
.col-md-pull-3 {
	right: 25%;
}
.col-md-pull-2 {
	right: 16.66666667%;
}
.col-md-pull-1 {
	right: 8.33333333%;
}
.col-md-pull-0 {
	right: auto;
}
.col-md-push-12 {
	left: 100%;
}
.col-md-push-11 {
	left: 91.66666667%;
}
.col-md-push-10 {
	left: 83.33333333%;
}
.col-md-push-9 {
	left: 75%;
}
.col-md-push-8 {
	left: 66.66666667%;
}
.col-md-push-7 {
	left: 58.33333333%;
}
.col-md-push-6 {
	left: 50%;
}
.col-md-push-5 {
	left: 41.66666667%;
}
.col-md-push-4 {
	left: 33.33333333%;
}
.col-md-push-3 {
	left: 25%;
}
.col-md-push-2 {
	left: 16.66666667%;
}
.col-md-push-1 {
	left: 8.33333333%;
}
.col-md-push-0 {
	left: auto;
}
.col-md-offset-12 {
	margin-left: 100%;
}
.col-md-offset-11 {
	margin-left: 91.66666667%;
}
.col-md-offset-10 {
	margin-left: 83.33333333%;
}
.col-md-offset-9 {
	margin-left: 75%;
}
.col-md-offset-8 {
	margin-left: 66.66666667%;
}
.col-md-offset-7 {
	margin-left: 58.33333333%;
}
.col-md-offset-6 {
	margin-left: 50%;
}
.col-md-offset-5 {
	margin-left: 41.66666667%;
}
.col-md-offset-4 {
	margin-left: 33.33333333%;
}
.col-md-offset-3 {
	margin-left: 25%;
}
.col-md-offset-2 {
	margin-left: 16.66666667%;
}
.col-md-offset-1 {
	margin-left: 8.33333333%;
}
.col-md-offset-0 {
	margin-left: 0;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
.col-lg-pull-12 {
	right: 100%;
}
.col-lg-pull-11 {
	right: 91.66666667%;
}
.col-lg-pull-10 {
	right: 83.33333333%;
}
.col-lg-pull-9 {
	right: 75%;
}
.col-lg-pull-8 {
	right: 66.66666667%;
}
.col-lg-pull-7 {
	right: 58.33333333%;
}
.col-lg-pull-6 {
	right: 50%;
}
.col-lg-pull-5 {
	right: 41.66666667%;
}
.col-lg-pull-4 {
	right: 33.33333333%;
}
.col-lg-pull-3 {
	right: 25%;
}
.col-lg-pull-2 {
	right: 16.66666667%;
}
.col-lg-pull-1 {
	right: 8.33333333%;
}
.col-lg-pull-0 {
	right: auto;
}
.col-lg-push-12 {
	left: 100%;
}
.col-lg-push-11 {
	left: 91.66666667%;
}
.col-lg-push-10 {
	left: 83.33333333%;
}
.col-lg-push-9 {
	left: 75%;
}
.col-lg-push-8 {
	left: 66.66666667%;
}
.col-lg-push-7 {
	left: 58.33333333%;
}
.col-lg-push-6 {
	left: 50%;
}
.col-lg-push-5 {
	left: 41.66666667%;
}
.col-lg-push-4 {
	left: 33.33333333%;
}
.col-lg-push-3 {
	left: 25%;
}
.col-lg-push-2 {
	left: 16.66666667%;
}
.col-lg-push-1 {
	left: 8.33333333%;
}
.col-lg-push-0 {
	left: auto;
}
.col-lg-offset-12 {
	margin-left: 100%;
}
.col-lg-offset-11 {
	margin-left: 91.66666667%;
}
.col-lg-offset-10 {
	margin-left: 83.33333333%;
}
.col-lg-offset-9 {
	margin-left: 75%;
}
.col-lg-offset-8 {
	margin-left: 66.66666667%;
}
.col-lg-offset-7 {
	margin-left: 58.33333333%;
}
.col-lg-offset-6 {
	margin-left: 50%;
}
.col-lg-offset-5 {
	margin-left: 41.66666667%;
}
.col-lg-offset-4 {
	margin-left: 33.33333333%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-2 {
	margin-left: 16.66666667%;
}
.col-lg-offset-1 {
	margin-left: 8.33333333%;
}
.col-lg-offset-0 {
	margin-left: 0;
}
}
footer {
	margin-top:80px;
	background: rgba(46, 46, 45, 1);
	height: 480px;
	position: relative;
}
footer .container {
	height: 100%
}
.logo_footer {
	position:relative;
	color: #595a5a;
	height: 100%;
	background: rgba(30, 31, 31, 1);
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.logo_footer:hover{ background-color:#c2a257; color:#fff;}
.logo_footer_content{
	width:80%;
	position: absolute;
	left: 50%;
	top: 30%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	}
.logo_footer h2 {
	padding-top: 60px;
	font-size: 64px;
}
.logo_footer p {
	font-size: 18px;
	padding-bottom: 60px;
}
.logo_footer span {
	font-size: 50px;
}
.service_footer {
	position: relative;
	height: 100%;
}
.service_footer img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.contact_footer {
	position: relative;
	height: 100%
}
.foot-search {
	background-color: transparent;
	width: 87%;
	position: absolute;
	z-index: 100;
	right: 0;
	top: 10%;
	transition: width 1.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-moz-transition: width 1.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-webkit-transition: width 1.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-o-transition: width 1.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.foot-search input, .foot-search .foot-input-btn {
	height:45px;
	border: none;
	line-height: 45px;
	font-size: 18px;
	background-color: #fff;
}
.foot-search input.foot-input-txt {
	color: #030000;
	width: 87%;
	padding-left: 2%;
	float: left;
}
.foot-search .foot-input-btn {
	color: #c2a257;
	width: 9%;
	cursor: pointer;
	float: right;
}
.foot-search .foot-input-btn i {
	font-size: 30px;
	line-height:45px;
}
.scroll-top {
	cursor:pointer;
	border: none;
	background: #c2a257 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	height: 200%;
	font-size: 25px;
	position: absolute;
	right: 0;
	bottom:45px;
	text-align: center;
	width: 9%;
	z-index: 9999;
	transition: height 0.3s ;
}
.scroll-top:hover{ height:250%;}
.contact_footer ul{	top: 25%;
width:87%;
position:absolute;
}
.contact_footer li {
	padding-left:20px;
	display: block;
	font-size: 18px;
	line-height: 2;
	color: #bfbebe;
}
.contact_footer li:last-child{ background-color:#1e1f1f;border-radius: 15px; /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */
-moz-border-radius: 15px; /* Mozilla浏览器的私有属性 */
-webkit-border-radius: 15px;} /* Webkit浏览器的私有属性 */ 
.contact_footer .copy {
	font-size: 12px;
	color: #bebebd;
	text-align: center;
	line-height: 2;
	position: absolute;
	bottom: 10%;
	width: 100%;
}
.nav_footer{ position:relative; height:100%;}
.nav_footer ul{
	width:90%;
	margin:auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	}
.nav_footer a{
	color:#bfbebe;
	font-size:28px;
	line-height:2;
	display:block;
	text-align:right;
	
}
.nav_footer a:hover{ color:#c2a257;}

@media (max-width: 1300px) {
footer {
	margin-top:50px;
	height: auto;
	position: static;
}
footer .container {
	height: auto
}
.logo_footer {
	background-color:transparent;
	position: static;
	height: auto;
}
.logo_footer_content{
	width:100%;
	position: static;
	left: 0%;
	top: 0%;
	-webkit-transform: none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform: none;
	transform: none;
	}
.logo_footer h2 {
	padding-top: 70px;
	font-size: 45px;
}
.logo_footer p {
	font-size: 14px;
	padding-bottom: 50px;
}
.logo_footer span {
	font-size: 50px;
}
.service_footer {
	position: static;
	height: auto;
}
.service_footer img {
		padding-top:40px;
position: static;
	left: 0;
	top: 0;
	-webkit-transform: none;
	-moz-transform:none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.contact_footer {
	position: static;
	height: auto;
}
.foot-search {
	background-color: transparent;
	width: 100%;
	position: relative;
	margin-top:20px;
	transition: width 1.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-moz-transition: width 1.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-webkit-transition: width 1.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-o-transition: width 1.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.foot-search input, .foot-search .foot-input-btn {
	border: none;
	line-height: 30px;
	height:30px;
	font-size: 14px;
	background-color: #fff;
}
.foot-search input.foot-input-txt {
	color: #030000;
	width: 87%;
	padding-left: 2%;
	float: left;
}
.foot-search .foot-input-btn {
	color: #c2a257;
	width: 9%;
	cursor: pointer;
	float: right;
}
.foot-search .foot-input-btn i {
	font-size: 20px;
	line-height:30px;
}
.scroll-top {
	border: none;
	background: #c2a257 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	height: 70px;
	font-size: 25px;
	position: absolute;
	right: 0;
	bottom:0px;
	text-align: center;
	width: 9%;
	z-index: 9999;
	transition: height 0.3s;
}
.contact_footer ul{
position: static;
}
.contact_footer li {
	padding-left:0px;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #bfbebe;
}
.contact_footer li:last-child{ background-color: transparent; border-bottom:1px solid rgba(225,225,225,0.3);border-radius: 0; /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */
-moz-border-radius: 0; /* Mozilla浏览器的私有属性 */
-webkit-border-radius: 0;} /* Webkit浏览器的私有属性 */ 
.contact_footer .copy {
	padding-top:10px;
	font-size: 12px;
	color: #bebebd;
	text-align: left;
	line-height: 2;
	position: static;
	bottom:auto;
	width: 100%;
}
.nav_footer{ position:relative; height:auto;}
.nav_footer ul{
	padding-top:60px;
	width:90%;
	margin:auto;
	position: static;
	left: 0;
	top: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform:none;
	-o-transform:none;
	transform: none;
	}
.nav_footer a{
	color:#bfbebe;
	font-size:18px;
	line-height:30px;
	display:block;
	text-align:right;
	
}
.nav_footer a:hover{ color:#c2a257;}
}
@media (max-width: 1200px) {
.nav_footer{ margin-top:30px; position:relative; height:auto;}
.nav_footer ul{
	padding-top:0px;
	width:100%;
	margin:auto;
	position: static;
	left: 0;
	top: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform:none;
	-o-transform:none;
	transform: none;
	}
	.nav_footer ul li{ display: inline;}
.nav_footer a{ padding-right:20px;
	color:#bfbebe;
	font-size:14px;
	line-height:30px;
	display: inline;
	
}
.nav_footer a:hover{ color:#c2a257;}
}
.met_clear{ clear:both}
.vieye_position{ margin:50px auto; text-align:center;}
.vieye_position h3{ color:#c2a257; font-size:30px; line-height:2;}
.vieye_position p{ color:#bcbbbb; font-size:17px; line-height:1.5;}

.met_aside_list2 dl {
	color:#fff;
    display: block;
    float: left;
}
.met_aside_list2 dl dt, .met_aside_list2 dl dt a {
	
	width:80%;
	margin:auto;
    color: inherit;
    display: block;
    font-size: 24px;
    height: 100%;
    line-height: 2.5;
    text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	transition: width 1.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-moz-transition: width 1.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-webkit-transition: width 1.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-o-transition: width 1.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.met_aside_list2 dl dt#product, .met_aside_list2 dl dt#product a {
	width:100%;
}
.met_aside_list2 dl dt {
}
.met_aside_list2 dl dt a {
    background: #c2a257 none repeat scroll 0 0;
}
.met_aside_list2 dl dt.on a, .met_aside_list2 dl dt a:hover {
    background: #003d81 none repeat scroll 0 0;
}
 .met_aside_list2 dl dt a:hover {width:85%;}
 
 @media (max-width: 1400px) {
.met_aside_list2 dl dt, .met_aside_list2 dl dt a {
	width:100%;
	font-size:20px;
}
 }
 @media (max-width: 1200px) {
.met_aside_list2 dl dt, .met_aside_list2 dl dt a {
	width:100%;
	font-size:14px;
}
 }
 @media (max-width: 768px) {
.met_aside_list2 dl.has-xs-change dt, .met_aside_list2 dl.has-xs-change dt a {
	text-align:left;
	width:100%;
	font-size:12px;
	-webkit-border-radius:0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.met_aside_list2 dl.has-xs-change dt a {
    background: none;
	border-bottom:1px solid #c2a257;
	color:#030000;
}
.met_aside_list2 dl dt.on a, .met_aside_list2 dl dt a:hover {
	width:100%;
    background: none;
	color:#c2a257;
}
 }
.met_content_wrap{ margin-top:90px;}
 @media (max-width: 1400px) {
.met_content_wrap{ margin-top:90px;}
 }
 @media (max-width: 1200px) {
.met_content_wrap{ margin-top:60px;}
 }
 @media (max-width: 768px) {
.met_content_wrap{ margin-top:30px;}
 }
.about_erea_wrap_img img{ width:100%; height:auto;}
.about_erea_wrap_txt{ line-height:45px; font-size:18px;}
.about_erea_wrap_txt p{ padding:20px;}
 @media (max-width: 1400px) {
.about_erea_wrap_txt{ line-height:30px; font-size:16px;}
.about_erea_wrap_txt p{ padding:12px;}
 }
 @media (max-width: 1200px) {
.about_erea_wrap_txt{ line-height:25px; font-size:14px;}
.about_erea_wrap_txt p{ padding:8px;}
 }
 @media (max-width: 768px) {
.about_erea_wrap_txt{ line-height:20px; font-size:12px;}
.about_erea_wrap_txt p{ padding:5x;}
 }
 .about_erea_wrap_txt#philosophy{ text-align:center; padding-top:20px;}
.about_erea_wrap_txt#philosophy p:first-child{ font-size:24px;}
 @media (max-width: 1400px) {
.about_erea_wrap_txt#philosophy p:first-child{ font-size:20px;}
 }
 @media (max-width: 1200px) {
.about_erea_wrap_txt#philosophy p:first-child{ font-size:18px;}
 }
 @media (max-width: 768px) {
.about_erea_wrap_txt#philosophy p:first-child{ font-size:14px;}
 }
 .blog_with_sidebar{ margin-top:50px;}
.blog_with_sidebar .blog_single_post {
    margin-bottom: 70px;
}
.blog_with_sidebar .blog_single_post h4 {
    font-size: 26px;
}
.blog_with_sidebar .blog_single_post .post_history {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    margin: 32px 0 18px;
}
.blog_with_sidebar .blog_single_post .post_history p {
    color: #a1a1a1;
    font-style: italic;
    line-height: 42px;
}
.blog_with_sidebar .blog_single_post .post_history p span {
    color: #2c2c2c;
}
.blog_with_sidebar .blog_single_post .post_history ul li {
    color: #2c2c2c;
    display: inline-block;
    line-height: 42px;
    margin-left: 18px;
}
.blog_with_sidebar .blog_single_post .post_history ul li i {
    font-size: 17px;
    margin-right: 8px;
}
.blog_with_sidebar .blog_single_post .post_meta > a {
    margin-top: 16px;
}
.blog_with_sidebar .blog_single_post .img_holder {
    margin-bottom: 28px;
    overflow: hidden;
    position: relative;
}
.blog_with_sidebar .blog_single_post .img_holder .overlay {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    width: 100%;
}
.blog_with_sidebar .blog_single_post .img_holder span {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}
.blog_with_sidebar .blog_single_post .img_holder span a {
    display: table-cell;
    font-size: 18px;
    vertical-align: middle;
}
.blog_with_sidebar .blog_single_post:hover .img_holder .overlay {
    transform: scale(1);
}
.blog_with_sidebar .pagination ul li {
    border: 2px solid #efefef;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin-left: 6px;
    text-align: center;
    width: 35px;
}
.blog_with_sidebar .pagination ul li.pre {
    background: #efefef none repeat scroll 0 0;
    width: 66px;
}
.blog_with_sidebar .pagination ul li.next {
    background: #efefef none repeat scroll 0 0;
    width: 66px;
}
.blog_with_sidebar .pagination ul li:first-child {
    margin-left: 0;
}
.blog_with_sidebar .pagination ul li a {
    color: #2c2c2c;
    display: block;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
}
.blog_with_sidebar .pagination ul li.active, .blog_with_sidebar .pagination ul li:hover {
    background: #2c2c2c none repeat scroll 0 0;
    border: 2px solid #2c2c2c;
}
.blog_with_sidebar .pagination ul li.active a, .blog_with_sidebar .pagination ul li:hover a {
    color: #fff;
}
.blog_with_sidebar .pagination {
    margin-top: 0;
}
.blog_with_sidebar .blog_single_post h4 {
    font-size: 20px;
}

.blog_with_sidebar .blog_single_post .post_history, .blog_with_sidebar .blog_single_post .img_holder {
    margin-top: 23px;
}
.blog_with_sidebar .blog_single_post .post_meta > a {
    margin-top: 10px;
color: #bb9338;display: inline-block;}
.blog_with_sidebar .blog_single_post .post_meta > p ,.blog_with_sidebar .blog_single_post .post_meta .txt{
 line-height: 26px;color: #999;}
.blog_with_sidebar .blog_single_post {
    margin-bottom: 32px;
}
.blog_with_sidebar .pagination {
    margin-top: 20px;
    padding-left: 15px;
}


.tem_index_v52fmbx dl {
	font-size:14px;
    padding-bottom: 20px;
}
.tem_index_v52fmbx dt {
    padding-bottom: 10px;
}
.tem_index_v52fmbx dd {
    display: block;
    line-height: 35px;
}
.tem_index_ftype_input .fbox input {
    background-color: #003d81;
    border: 1px dotted #d4d2d2;
    color: #fff;
    height: 40px;
    outline: 0 none;
    padding: 2px 5px;
    width: 95%;
}
.tem_index_ftype_textarea textarea {
    background-color: #003d81;
    border: 1px dotted #d4d2d2;
    color: #fff;
    height: 130px;
    line-height: 40px;
    outline: 0 none;
    padding: 2px 5px;
    width: 95%;
}
.submit {
	
    background: #2d2d2d none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 40px;
    padding: 0 70px;
}
.submit:hover{    background: #c2a257 none repeat scroll 0 0;
}
.contact_wrap_txt .c-content{
	padding-left:95px;
	line-height:2;
	font-size:18px;
	}
.contact_wrap_txt .c-content img{ padding-bottom:20px;}
.contact_wrap_map{ margin-top:100px; height:320px; background:url(../img/content/map.jpg)  no-repeat center center;	}
 @media (max-width: 1400px) {
.contact_wrap_txt .c-content{
  	padding-left:40px;
}
 .contact_wrap_map{ margin-top:50px; }
}
@media (max-width: 992px) {
.contact_wrap_txt .c-content{
 	padding-left:0px;
}
.contact_wrap_form{ margin-top:35px;}
.contact_wrap_map{ margin-top:35px; }
 }
 @media (max-width: 768px) {
.contact_wrap_txt .c-content{
 }
.contact_wrap_map{ margin-top:35px; }
 }
 
 .service_wrap{ width:80%;
 margin:auto; font-size:18px; line-height:2;}

 @media (max-width: 1400px) {
.service_wrap{ font-size:16px;}
 }
 @media (max-width: 1200px) {
.service_wrap{ lfont-size:14px;}
 }
 @media (max-width: 768px) {
.service_wrap{  font-size:12px;}
 }
.product_item{ margin-bottom:60px; clear:both;}
.product_item_img { overflow:hidden		;	height:100%;	border:1px solid #c2a257;
}
.product_item_img a{  			-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				position: relative;
				display: block;
				width: 100%;
				height:100%;
				overflow: hidden;
				-moz-transform: scale(1);
				-webkit-transform: scale(1);
				-ms-transform: scale(1);
				transform: scale(1);

}
	.product_item_img img{
		position:absolute;
		top:50%;
		left:50%;
		display: block;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);

	}
.product_item_img a:hover {
				-moz-transform: scale(1.1);
				-webkit-transform: scale(1.1);
				-ms-transform: scale(1.1);
				transform: scale(1.1);
			}
.product_item_info h2 a{  display: block;background:#c2a257; color:#fff; font-size:24px;  width:30%;    line-height: 2;
    text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	transition: width 1.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-moz-transition: width 1.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-webkit-transition: width 1.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-o-transition: width 1.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.product_item_info h2 a{}
.product_item_info h2 a:hover{ background:#003d81;	transition: all 1.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-moz-transition: all 1.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-webkit-transition: all 1.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-o-transition: all 1.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.product_item_info h2 a:hover:after{ content:"\f100";  font-family: Flaticon; padding-left:30px;
}
.product_item_info  p{ font-size:18px; line-height:2; padding:40px 0;}
 .one_item { position:relative; margin-top:40px;			border:1px solid #c2a257;
}
.one_item a{ position:absolute; width:100%; height:100%; z-index:100;}
 .one_item .hover_overlay {
	background: url(../img/content/hover_bg.png) no-repeat left center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	color: #c2a257;
	height: 100%;
	left: 0;
	opacity: 0;
	padding-top: 30px;
	position: absolute;
	text-align: left;
	top: 0;
	transform: scale(0.8);
	visibility: hidden;
	width: 100%;
}
.one_item .hover_overlay h4 {
	width: 70%;
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
 .one_item:hover .hover_overlay {
	opacity: 1;
	transform: scale(1, 1);
	visibility: visible;
}

 @media (max-width: 1200px) {
	 .product_item_img_set{ display:none;}
 }
 @media (max-width: 992px) {
  .product_item_info h2 a{ width:100%;}
}
 @media (max-width: 768px) {
 .product_item_info  p{ display:none;}
 .product_item_info h2 a{ width:100%;}
 }
 .product_list_wrap{ margin-top:50px;}
 .product_list_item a{ display:block; position:absolute; width:100%; height:100%; z-index:100; overflow:hidden;}
.product_list_item .one_itme_img {
	width:100%;
	text-align:center;
	overflow:hidden;
	border:1px solid #c2a257;
}
.product_list_item .one_itme_img img{ 
 }
.product_list_item h2{ text-align:center; clear:both; font-size:18px; line-height:2; margin:20px auto;}
 .product_list_item:hover .one_itme_img img{	-moz-transform: scale(1.1) ;
				-webkit-transform: scale(1.1) ;
				-ms-transform: scale(1.1) ;
				transform: scale(1.1) ;}
 .product_list_item:hover h2{ background:#003d81; color:#fff;border-radius: 30px; /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */
-moz-border-radius:30px; /* Mozilla浏览器的私有属性 */
-webkit-border-radius:30px;} /* Webkit浏览器的私有属性 */ 

 @media (max-width: 768px) {
.product_list_item .one_itme_img { display: block;}
 }
.product_detail_top{ position:relative;}
.product_detail_bigImg{ border:1px solid #c2a257}
.product_detail_txt ul{ padding-left:40px;}
.product_detail_txt ul li{ line-height:35px; padding-bottom:65px; color:#c2a257; font-size:30px;}
.product_detail_txt ul li span{ color:#030000; display: inline-block; text-align:center; font-weight:bold; padding-right:40px;}
.product_detail_txt ul li span strong{ display:inline-block; width:200px;}

 @media (max-width: 1200px) {
.product_detail_txt ul li{ padding-bottom:30px;font-size:18px;}
 }
 @media (max-width: 992px) {
.product_detail_txt ul{ padding-left:0px;}
.product_detail_txt ul li{ padding-bottom:60px; font-size:16px;}
.product_detail_txt{ margin-top:50px;}
}
 @media (max-width: 768px) {
.product_detail_txt ul li{ padding-bottom:30px; font-size:16px;}
.product_detail_txt ul li span strong{ width:auto;}
.product_detail_txt { display:none;}
 }
 
 .product_detail_bottom .detail_button{ background:#c2a257; color:#fff; 	border-radius: 30px; line-height:45px; display:inline-block; padding:0 60px; margin-top:50px; font-size:24px;
}

 .honor_list_item a{ display:block; position:absolute; width:100%; height:100%; z-index:100; overflow:hidden;}
.honor_list_item .one_itme_img {
	position:relative;
	width:100%;
	overflow:hidden;
}
.honor_list_item .one_itme_img img{
	position:relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
 }
.honor_list_item h2{ text-align:center; clear:both; font-size:18px; line-height:2; margin:20px auto;}
 .honor_list_item:hover .one_itme_img { border:2px solid #c2a257; color:#c2a257;}

 @media (max-width: 768px) {
.honor_list_item .one_itme_img { display: block;}
 }
