@charset "utf-8";
@font-face {
	font-family: 'OpenSans';
	src: url('fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans.woff') format('woff'), url('fonts/OpenSans.ttf') format('truetype'), url('fonts/OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ================= FONTS ================== */

h1, h2, h3, h4, h5, h6, strong, .slidetext, .button, input[type="submit"], .next a, .previous a, .testimonial-name, .readmore-button, .resp-tabs-list li, .ns_nerveSlider .ns_slideContent div span, .featured-image-date p, .slidetext {
	font-family: "Microsoft Yahei", arial, helvetica, "Hei Ti", "微软雅黑体", "FangSong", "仿宋", clean, sans-serif !important;
}

body, p {
	font-family: "Microsoft Yahei", arial, helvetica, "Hei Ti", "微软雅黑体", "FangSong", "仿宋", clean, sans-serif !important;
	line-height: 2;
	font-size: 1.6rem;
	letter-spacing: 0.5px;
}

h1 {
	font-size: 4.8rem;
}

h2 {
	font-size: 3.6rem;
}

h3 {
	font-size: 2.8rem;
}

h4 {
	font-size: 2.4rem;
}

h5 {
	font-size: 2.2rem;
}

h6 {
	font-size: 1.6rem;
}

/* ================= ICONS ================== */

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	color: #11633c;
}

/* ================= GENERAL STYLES ================== */

.blogimage, .galleryimage, #lightGallery-slider .lightGallery-slide {
	background: url('images/loader.gif') no-repeat scroll center center transparent;
}

body {
	color: #666666;
	background-color: #fff;
	border-top: 4px solid #11633c;
}

h1, h2, h3, h4, h5 {
	color: #666;
}

a {
	color: #11633c;
	outline: none !important;
	text-decoration: none !important;
}

a.underline {
	text-decoration: underline !important;
}

a:hover, a:focus {
	color: #11633c;
}

#site-container a:hover, #site-container a:focus {
	opacity: 0.8;
}

h6, p {
	color: #666666;
}

hr {
	background-color: #f5f1f0;
}

.label a {
	color: #fff;
}

.label a:hover {
	color: #fff;
}

blockquote {
	background: #f5f1f0;
}

blockquote:before {
	background: #11633c;
}

blockquote:after {
	color: #fff;
}

/* ================= CAROUFREDSEL ================== */

.nav-buttons {
	background-color: #11633c;
}

.nav-buttons span {
	color: #fff;
}

.micon {
	background-color: #11633c;
}

#caroufredsel-main-wrapper .slidetext {
	color: #fff;
	background-color: #11633c;
}

#caroufredsel-main-wrapper .slidetext a {
	color: #fff;
}

/* ================= MAIN MENU  ================== */

.navbar-default {
	margin-bottom: 0;
	/*background-color: #fff;*/
	    background: url(../images/bg.jpg);
	border: none;
	min-width: 320px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	z-index: 20;
}

.navbar-brand {
	height: auto;
}

.logo h1 {
	color: #000 !important;
}

.sub-menu {
	background-clip: padding-box;
	background-color: rgba(0, 111, 125, 0.9);
	border-radius: 0;
	list-style: outside none none;
	margin: 0;
	min-width: 150px;
	padding: 5px 0;
	text-align: left;
	top: 100%;
	z-index: 1000;
}

.nav-container {
	background-color: #fff;
}

/* ================= LATEST NEWS ================== */

.latest-news>figcaption {
	background-color: #f5f1f0;
}

.latest-news>figcaption>div>hr {
	background-color: #fff;
}

.latest-news h5 a {
	color: #333333;
}

.latest-news h5 a:hover {
	color: #11633c;
}

/* ================= NEWS ================== */

.blogcontainer {
	background-color: #F2F3F4;
}

.blogimage a {
	background-color: #11633c;
}

.postcontent h4 a {
	color: #333333;
}

.postcontent h4 a:hover {
	color: #11633c;
}

.postcontent>hr {
	background-color: #fff;
}

.featured-image-date {
	background-color: #11633c;
}

.featured-image-date p {
	color: #fff;
}

.blogmetadata {
	background-color: #f5f1f0;
}

.blogmetadata a {
	color: #666666;
}

.blogmetadata a:hover {
	color: #11633c;
}

.blogmetadata span {
	color: #fff;
}

/* ================= COMMENTS  ================== */

.comments_content {
	border-top: 1px solid #f5f1f0;
}

/* ================= SIDEBAR ================== */

.widget_recent_entries ul li, .widget_categories ul li, .widget_recent_comments ul li, .widget_pages ul li, .widget_meta ul li, .widget_archive ul li, .widget_rss ul li, .widget_recent-posts ul li, .recentcomments, .sidebar-list li {
	border-bottom: 1px solid #f5f1f0;
}

/* ================= FORMS ================== */

input, textarea, select {
	border: 1px solid #eee;
	color: #666666;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid #11633c;
	color: #333333;
}

.next a, .previous a, input[type="submit"] {
	color: #fff !important;
	background-color: #11633c;
}

.next a:hover, .previous a:hover, input[type="submit"]:hover {
	color: #fff !important;
	background-color: #333333;
}

/* ================= FOOTER ================== */

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer-widgets p, .footer-widget li a, .footer-widget ul li a:hover, .credits, .tagcloud a {
	color: #fff;
}

.page-block .tagcloud a:hover, .tagcloud a:hover {
	color: #fff;
	background-color: #11633c;
}

.page-block .tagcloud a {
	color: #666666;
	background-color: #f5f1f0;
}

#footer-widgets #wp-calendar caption, #footer-widgets #wp-calendar tbody {
	color: #fff;
}

#footer-widgets #wp-calendar a, #footer-widgets #wp-calendar a:hover {
	color: #fff !important;
}

#footer-widgets #wp-calendar tbody td {
	border: 1px solid #666666;
}

/* ================= BACK TO TOP BUTTON ================== */

.back-to-top {
	background-color: #707070;
	text-align: center;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	font-size: 26px;
	right: 0;
}

.back-to-top i.fa {
	color: #fff !important;
}

.back-to-top:hover {
	background-color: #333;
}

/* ================= ACCORDION  ================== */

#accordion-container {
	border-top: 1px solid #f5f1f0;
}

.accordion-header {
	border-bottom: 1px solid #f5f1f0;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
}

.accordion-header:hover {
	color: #000;
}

.active-header {
	color: #000;
}

.accordion-content {
	border-bottom: 1px solid #f5f1f0;
	display: none;
	font-size: 16px;
	padding: 5px;
}

/*General */

.bold {
	font-weight: bold;
}

.blue, .blue p {
	color: #11633c;
}

.white, .white p {
	color: #fff;
}

.black, .black p {
	color: #000;
}

.green, .green p {
	color: #11633c;
}

.gray, .gray p {
	color: #c7c7c7;
}

.black-6, .black-6 p {
	color: #666;
}

.bg-gray {
	background-color: #F2F3F4;
}

.font-14, .font-14 p {
	font-size: 14px;
}

.font-18, .font-18 p {
	font-size: 18px;
}

.padding-large-v {
	padding-top: 30px;
	padding-bottom: 30px;
}

.padding-large-h {
	padding-left: 30px;
	padding-right: 30px;
}

.padding-base-v {
	padding-top: 20px;
	padding-bottom: 20px;
}

.padding-base-h {
	padding-left: 20px;
	padding-right: 20px;
}

.padding-small-v {
	padding-top: 10px;
	padding-bottom: 10px;
}

.padding-small-h {
	padding-left: 10px;
	padding-right: 10px;
}

.no-padding-v {
	padding-top: 0px;
	padding-bottom: 0px;
}

.no-padding-h {
	padding-left: 0px;
	padding-right: 0px;
}

.show-grid-lg {
	margin-bottom: 35px;
}

.show-grid-md {
	margin-bottom: 25px;
}

.show-grid-sm {
	margin-bottom: 15px;
}

.show-grid-xs {
	margin-bottom: 5px;
}

.required {
	color: #d90000;
}

.container {
	width: auto;
	max-width: 1020px;
}

.cus_btn {
	display: inline-block;
	background: #F2F3F4;
	/* 	color: #666; */
	font-size: 18px;
	line-height: 29px;
	padding: 10px 55px;
	line-height: 35px;
}

.small-btn {
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 23px;
}

.cus_btn:hover, .cus_btn:focus {
	/* 	color: #666; */
	opacity: 0.8;
}

.full-gray-section {
	background: #F2F3F4;
	padding: 60px 0;
}

/*Header*/

.header-top {
	background: #f2f3f4;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
}

.header-left, .header-right {
	line-height: 35px;
}

.header-left .current-name {
	line-height: 24px;
	display: inline-block;
	background: #fff;
	padding: 0 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.3);
}

.logo img.logo-global {
	border-right: 1px solid #e1e1e1;
	margin-right: 20px;
	padding-right: 20px;
}

/* .header-center {
		position: absolute;
	background: rgba(255, 255, 255, 0.7);
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
} */

header .header-center .logo {
	padding: 12px 0;
	margin: 0;
}

header .header-center .textwidget ul {
	margin-bottom: 0;
}

header .header-center .textwidget ul li:focus a, header .header-center .textwidget ul li:hover a, .page-right .textwidget ul li a:hover, .page-right .textwidget ul li a:focus {
	color: #fff;
}

header .header-center .textwidget ul li {
	float: left;
	color: #fff;
	padding: 13px 24px 9px 18px;
	opacity: 0.9;
}

.page-right .textwidget ul li {
	float: left;
	color: #fff;
	padding: 10px 15px;
	opacity: 0.9;
}

header .header-center .textwidget ul li.tel, .page-right .textwidget ul li.tel {
	background-color: #11633c;
	font-size: 28px;
}

header .header-center .textwidget ul li.tel span, .page-right .textwidget ul li.tel span {
	font-size: 16px;
	display: block;
}

header .header-center .textwidget ul li.tel a, .page-right .textwidget ul li.tel a {
	line-height: 36px;
	white-space: nowrap;
}

header .header-center .textwidget ul li.tel span.service:before, .page-right .textwidget ul li.tel span.service:before {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	color: #11633c;
	display: inline-block;
	font-size: 20px;
	height: 30px;
	margin-right: 10px;
	padding: 6px;
	text-align: center;
	width: 30px;
	background: #fff;
}

header .header-center .textwidget ul li.online, .page-right .textwidget ul li.online {
	background-color: #11633c;
	font-size: 22px;
	margin-left: 10px;
}

header .header-center .textwidget ul li:focus, header .header-center .textwidget ul li:hover, .page-right .textwidget ul li:focus, .page-right .textwidget ul li:hover {
	background: #333;
}

header .header-center .textwidget ul li.online span, .page-right .textwidget ul li.online span {
	padding: 18px 0;
	display: inline-block;
	line-height: 1;
}

header .header-center .textwidget ul li.online span:before, .page-right .textwidget ul li.online span:before {
	content: url("../images/icon-online.png");
	display: inline-block;
	height: 30px;
	margin-right: 10px;
	padding: 3px;
	text-align: center;
	width: 30px;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.header-center .textwidget ul li i.fa, .page-right .textwidget ul li i.fa {
	border-radius: 50%;
	color: #11633c;
	font-size: 20px;
	height: 30px;
	margin-right: 10px;
	padding-top: 5px;
	text-align: center;
	width: 30px;
	background: #fff;
}

.page-right {
	margin-bottom: 0;
}

.page-banner {
	position: relative;
}

.main-menu .nav>li {
	padding: 20px 0 18px;
	transition: all 0.3s ease 0s;
}

.main-menu .nav li span.dot {
	padding-right: 5px;
	vertical-align: text-bottom;
	font-size: 12px;
}

.main-menu .nav>li:hover>a, .main-menu .nav>li:focus>a, .main-menu .nav>li.current-menu-item>a, .main-menu .nav>li.current-menu-parent>a, .main-menu .nav>li.current_page_item>a {
	color: #11633c;
}

.main-menu .nav>li>a {
	color: #222222;
	padding: 0 35px;
	background: transparent !important;
}

.banner-wrapper {
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 462px;
	background-size: cover;
}

.main-menu.fix-menu {
	position: fixed;
	bottom: auto;
	top: 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

/*Footer*/

#footer {
	font-size: 12px;
	line-height: 1.75;
	padding: 30px 0 55px;
	border-top: 1px solid #eee;
}

/*.footer-copyright img {
	margin-top: 20px;
	border: #ddd solid 1px;
	max-height: 60px;
}*/

#footer a {
	color: #666;
}

#footer a:hover, #footer a:focus {
	color: #11633c;
}

/*Home Sections*/

.home-center-section {
	/*background: #fff url("images/global-square.png") repeat center center;*/
	background-size: 104px;
	padding-bottom: 50px;
}

.home-about {
	/* 	background-image: url("images/bg-about1.png"), url("images/bg-about2.png");
	background-repeat: no-repeat;
	background-position: right top, left bottom;
	background-size: 360px auto, auto; */
	padding: 60px 0 65px;
}

.home-location {
	max-width: 487px;
	margin: 0 auto 30px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.home-location:hover {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.home-location h5 {
	margin: 0;
	padding: 28px 0;
	line-height: 30px;
}

.home-about-desc {
	padding-top: 25px;
	line-height: 22px;
	color: #333;
}

.section-title {
	text-align: center;
	padding-bottom: 25px;
	letter-spacing: 1px;
	color: #11633c;
}

.img-wrapper {
	overflow: hidden;
	position: relative;
}

.img-wrapper img {
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	-ms-transition: -ms-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

.img-wrapper:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.img-lightbox {
	position: relative;
}

.img-lightbox:after {
	content: url("images/icon-lightbox.png");
	right: 0;
	bottom: 0;
	position: absolute;
	line-height: 0;
	z-index: 20;
	pointer-events: none;
}

.hall-address-map {
	line-height: 0;
}

.home-latest-section {
	padding: 55px 0 0 0;
}

.latest-news-list, .download-list {
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.latest-news-list article {
	position: relative;
	background: #F2F3F4;
	padding: 20px;
	min-height: 152px;
	margin-bottom: 20px;
}

.latest-news-list .img-wrapper {
	position: absolute;
	top: 20px;
	left: 20px;
}

.latest-news-list .img-wrapper img {
	max-height: 95px;
}

.latest-news-list article.has-thumb .post-info {
	padding-left: 155px;
	padding-top: 2px;
}

.latest-news-list .post-info .date {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.latest-news-list .post-info h6 {
	position: relative;
	padding-left: 30px;
	line-height: 1.75;
	margin-bottom: 0;
}

.latest-news-list .post-info h6:before {
	content: " ";
	background: #9f9f9f;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block;
	top: 6px;
	left: 0;
	position: absolute;
}

.home-news .cus_btn {
	padding-left: 55px;
	padding-right: 30px;
}

.cus_btn.angle-right i {
	padding-left: 5px;
}

.cus_btn.angle-left i {
	padding-right: 5px;
}

.post-news-list {
	padding: 50px 0 30px;
	margin-top: 50px;
}

.home .post-news-list {
	margin-top: 0;
}

.post-news-list .post-new .post-new-thumb {
	padding: 5px;
	background: #fff;
	margin-bottom: 15px;
	/*max-width: 330px;*/
}

.post-news-list .post-new h6 i, .wp-pagenavi>a i, .cus_btn i {
	font-size: 28px;
	padding-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.wp-pagenavi>a i {
	padding: 0;
}

/*Tax*/

.page-title-wrapper {
	text-align: center;
	padding: 55px 0 0;
}

.page-title {
	position: relative;
	padding-bottom: 35px;
	margin-bottom: 40px;
}

.page-title:after {
	position: absolute;
	background: #D2D2D2;
	height: 2px;
	width: 56px;
	left: 50%;
	margin-left: -28px;
	content: " ";
	bottom: 0;
}

.line-title {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.line-title:after {
	position: absolute;
	background: #D2D2D2;
	height: 2px;
	width: 32px;
	left: 50%;
	margin-left: -16px;
	content: " ";
	bottom: 0;
}

.loop-type, .type-gallery, .square-bg {
	background: url("images/global-square.png") repeat left top;
	padding: 70px 0 50px;
	background-size: 100px;
}

.loop-type .type-wrapper>div {
	background: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.columns-three .type-wrapper>div, .columns-three article .limit-wrapper {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.loop-type .type-wrapper>div {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.loop-type .type-wrapper:hover>div, .loop-type .type-wrapper:focus>div {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.loop-type .type-wrapper .type-info {
	font-size: 14px;
	padding: 25px 10px 30px;
}

.loop-type .type-wrapper .hall-configuration p, .loop-type .type-wrapper .contract-configuration p, .loop-type .type-wrapper .project-desc p {
	font-size: 14px;
}

.loop-hall .hall-configuration, .loop-contract .contract-configuration {
	max-width: 230px;
	margin: 0 auto;
}

.single .hall-configuration, .single .contract-configuration {
	max-width: 400px;
	padding: 0 15px;
	margin: 0 auto 25px;
}

.hall-square, .contract-price, .project-keywords {
	padding-top: 15px;
}

.hall-item ul {
	text-align: center;
	margin-bottom: 0;
}

.hall-item li {
	display: inline-block;
	margin-right: 5px;
	padding-right: 10px;
	border-right: 1px solid #666;
	line-height: 1.2;
}

.hall-item li:last-child {
	border: 0;
}

.type-gallery .img-wrapper {
	margin-bottom: 20px;
}

.hall-video {
	background-color: #fff;
	/* 	background-image: url("images/bg-left.png"), url("images/bg-right.png");
	background-position: left bottom, right top;
	background-repeat: no-repeat; */
	padding: 65px 0 40px;
	/* background-size: auto, 360px auto; */
}

.hall-video .hall-video-image {
	position: relative;
	max-width: 600px;
	margin: 0 auto 25px;
}

.hall-video .hall-video-image:before {
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	content: " ";
}

.hall-video .hall-video-image:after {
	height: 100px;
	width: 100px;
	padding: 30px 25px 30px 35px;
	background: rgba(255, 255, 255, 0.2);
	margin-top: -50px;
	margin-left: -50px;
	top: 50%;
	left: 50%;
	position: absolute;
	content: url("images/icon-video.png");
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
}

.type-additional {
	padding: 60px 0 100px;
	border-top: #eee 1px solid;
}

.type-additional article h5 {
	padding: 25px 0;
	border-bottom: #eee 1px solid;
	margin-bottom: 15px;
}

.type-additional-desc {
	font-size: 14px;
	margin-bottom: 40px;
}

.type-additional-desc p {
	font-size: 14px;
}

.hall-address-text {
	padding: 90px 0 0 60px;
}

.hall-address-text h2 {
	position: relative;
	margin-bottom: 35px;
	padding-bottom: 30px;
}

.hall-address-text h2:after {
	position: absolute;
	content: " ";
	background: #d2d2d2;
	width: 40px;
	height: 2px;
	left: 0;
	bottom: 0;
}

.hall-address-text h5 {
	font-size: 18px;
	color: #333;
	padding-bottom: 10px;
}

.hall-address-text ul {
	padding-left: 15px;
}

/*category*/

.no-bottom.page-title-wrapper {
	padding-bottom: 0;
}

.paginate {
	margin: 40px 0 0;
}

.paginate .pages {
	display: none;
}

.wp-pagenavi>a.previouspostslink, .wp-pagenavi>a.nextpostslink {
	color: #999;
}

.wp-pagenavi>a, .wp-pagenavi>span {
	border: 0;
	color: #666;
	font-size: 22px;
}

.wp-pagenavi span.current, .wp-pagenavi a:hover {
	font-weight: normal;
	color: #11633c;
}

.has-bottom.main-content {
	margin-bottom: 80px;
}

 .post-info {
	text-align: center;
	padding: 10px 0 40px;
	max-width: 760px;
	margin: 0 auto;
}

 .post-info h5.post-title {
	font-weight: bold;
	border-bottom: 1px solid #9f9f9f;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

 .post-content {
	max-width: 760px;
	margin: 0 auto;
}

.back-to-archive a {
	padding: 13px 75px 13px 40px;
}

.back-to-archive {
	text-align: center;
	padding-top: 40px;
}

.back-to-archive a i {
	padding-right: 35px;
	color: #c7c7c7;
	font-size: 28px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

a i.fa {
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
}

a:hover i.fa, a:focus i.fa {
	color: #11633c;
}

/* a.cus_btn:hover i.fa, a.cus_btn:focus i.fa {
	color: #c7c7c7;
} */

/*Project*/

.project-desc, .join-desc {
	max-width: 260px;
	margin: 0 auto;
}

.single .project-desc {
	max-width: 450px;
}

.page-template-template-customize {
	border-top: 0;
	background: transparent;
	text-align: center;
	min-width: 0;
}

.page-template-template-customize .customize {
	padding-top: 100px;
}

.all-sites-wrapper {
	background: #fff;
	max-width: 950px;
	margin: 0 auto;
	padding: 20px 5%;
	border-top: 10px solid #11633c;
}

.all-sites-list>ul {
	max-height: 420px;
	overflow-y: auto;
}

.all-sites-list>ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

.all-sites-list>ul::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.all-sites-list>ul::-webkit-scrollbar-thumb {
	background-color: #ababab;
}

.featherlight .featherlight-content {
	padding: 0;
}

.featherlight .featherlight-close-icon {
	top: 10px;
}

.page-template-template-customize img {
	max-width: 300px;
}

.page-template-template-customize p {
	font-size: 20px;
	color: #fff;
}

.project-customize {
	padding: 15px;
}

.all-sites-wrapper .all-sites-top img {
	max-width: 200px;
	display: block;
	margin: 0 auto 20px;
}

.all-sites-top br {
	display: none;
}

.all-sites-top input[type="button"] {
	background-color: #11633c;
	border: 0 none;
	color: #fff;
	display: inline-block;
	margin: 0 0 20px;
	width: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 20px;
}

.all-sites-top select {
	min-width: 240px;
	border-color: #999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 20px;
	margin-right: 10px;
	height: 36px;
}

.all-sites-top select:focus {
	border-color: #11633c;
}

.all-sites-top input[type="button"]:hover {
	background-color: #333;
}

.all-sites-top .current-province {
	padding-right: 10px;
}

.all-sites-top .select-or {
	padding: 0 15px;
}

.all-sites-wrapper .site_sub_title {
	color: #000;
}

.all-sites-bottom {
	border-top: 1px solid #f2f2f2;
	padding-top: 20px;
}

.all-sites-bottom .site_sub_title {
	padding-bottom: 15px;
	display: inline-block;
}

.all-sites-bottom ul {
	font-size: 12px;
}

.all-sites-bottom li {
	position: relative;
}

.all-sites-bottom li>label {
	position: absolute;
	margin-top: 0;
	min-width: 60px;
	color: #11633c;
	font-weight: bold;
	top: 5px;
}

.all-sites-bottom li>ul {
	padding-left: 60px;
	margin-bottom: 15px;
}

.all-sites-bottom ul p {
	margin-bottom: 0;
}

.all-sites-bottom li a {
	color: #666;
	line-height: 1.6;
}

.all-sites-bottom li a:hover {
	color: #11633c;
}

.displaynone {
	display: none;
}

/*Contract*/

.colorful-item {
	background: #F7F3ED;
	padding: 60px 45px;
	margin-bottom: 50px;
}

.colorful-item:nth-child(2n) {
	background: #F5F1F1;
}

.colorful-item:last-child {
	margin-bottom: 70px;
}

.colorful-item, .colorful-item p {
	font-size: 14px;
}

.colorful-item>h5 {
	font-size: 2.4rem;
	padding-bottom: 40px;
	color: #11633c;
}

.colorful-item>article {
	margin-bottom: 45px;
}

.colorful-item>article:last-child {
	margin-bottom: 0;
}

.colorful-item article>h6 {
	font-size: 1.8rem;
	color: #11633c;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
}

.colorful-item article>h6:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 4px;
	background: #11633c;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.contract-item .contract_a {
	padding: 10px 30px;
}

/* .page-template-template-contract .main-content-wrapper {
	background: url("images/bg-about1.png") right top no-repeat;
	background-size: 360px;
}

.page-template-template-contract .contract-wrap {
	background: url("images/bg-left2.png") left 20% no-repeat;
}
 */

.clean-bg {
	background: transparent !important;
}

.clean-container, .clean-container [class^="col-xs-"] {
	padding-left: 0;
	padding-right: 0;
}

.clean-container .row {
	margin-left: 0;
	margin-right: 0;
}

.single-contract .contract_large {
	text-align: center;
	margin-top: 60px;
	padding-bottom: 80px;
}

.single-contract .contract_large img, .model-section-one .model_section_one_img img {
	margin-top: -130px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.3);
}

/*Download*/

.download-list article {
	text-align: center;
	margin-bottom: 25px;
}

.download-list article h5 {
	margin: 25px 0;
	font-size: 14px;
}

.steps-wrapper {
	/* background: url("images/bg-step-right.png") right bottom no-repeat; */
	padding-top: 50px;
}

/* .page-template-template-steps .main-content-wrapper {
	background: url("images/bg-step-left.png") left top no-repeat;
} */

.steps-bottom {
	background-color: #F2F3F4;
	padding: 35px 0;
}

.steps-bottom h2 {
	padding-bottom: 20px;
}

.step-bottom {
	margin-bottom: 20px;
}

.step-number {
	font-size: 80px;
	text-align: center;
	background: #F7F7F7;
	max-width: 145px;
	position: absolute;
	left: 10px;
	top: 0;
	width: 100%;
}

.steps-wrapper article {
	margin-bottom: 70px;
	min-height: 140px;
}

.steps-wrapper article:nth-child(2n+1) {
	clear: left;
}

.steps-wrapper article .step-info {
	padding-left: 165px;
}

.steps-wrapper article .step-info .step_title {
	padding-top: 15px;
	margin-bottom: 5px;
	font-size: 2.4rem;
}

.famous-wrapper {
	padding: 50px 0;
}

.famous-wrapper:nth-child(2n+1) {
	background: #F2F3F4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.famous-wrapper:last-child {
	border-bottom: 0;
}

.famous-wrap h5 {
	color: #11633c;
}

.famous-date {
	padding-bottom: 5px;
}

.famous-desc {
	line-height: 2;
}

/*Model*/

.model-section-one {
	padding-top: 0;
	margin-top: 70px;
}

.model_section_one_text {
	margin-bottom: 10px;
}

.model-section-one .model_section_one_img {
	margin-top: 60px;
	padding-bottom: 60px;
}

.model-section-three {
	padding: 80px 0 35px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.model-section-three article {
	margin-bottom: 35px;
	background: rgba(255, 255, 255, 0.7);
	padding: 25px 30px;
	position: relative;
}

.model-section-three article .model-img-wrapper {
	max-width: 280px;
}

.model-section-three article .model-info h5 {
	font-weight: bold;
	padding: 15px 0 5px;
}

.model-section-four article {
	margin-bottom: 20px;
}

.model-section-four {
	padding: 70px 0 40px;
	text-align: center;
}

.model-section-four h5 {
	font-size: 20px;
	font-weight: bold;
	padding: 20px 0 0;
	margin-bottom: 0;
}

/*Cost*/

.cost-section-one {
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #F2F3F4;
}

.cost_section_one_content {
	text-align: center;
	background: #fff;
	margin: 250px auto 80px;
	padding: 60px 15px 80px;
}

.cost_section_one_content .cost_section_one_text {
	max-width: 800px;
	margin: 0 auto;
}

.cost_section_one_text h4 {
	margin-bottom: 20px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}

.cost-section-two article {
	background-color: #11633c;
	padding: 40px 0 50px;
	text-align: center;
}

.cost-section-two article h4 {
	padding-bottom: 10px;
}

.cost-section-two article h4, .cost-section-two article h5, .cost-section-two article div, .cost-section-two article p, .cost-section-two article {
	color: #fff;
}

.cost-section-two article:nth-child(2n) {
	background-color: #ddd;
}

.cost-section-two article:nth-child(2n) h4, .cost-section-two article:nth-child(2n) h5, .cost-section-two article:nth-child(2n) div, .cost-section-two article:nth-child(2n) p, .cost-section-two article:nth-child(2n) {
	color: #666;
}

.cost-section-three {
	padding: 80px 0 50px;
}

.cost_section_three-info h4 {
	padding-bottom: 25px;
}

.cost_section_three-info {
	padding-bottom: 35px;
}

.cost_section_three_group article .cost_section_three_info {
	text-align: center;
	background-color: #F2F3F4;
	max-width: 320px;
	margin: 0 auto 20px;
}

.cost_section_three_group article h6 {
	font-weight: bold;
	line-height: 30px;
	padding: 25px 15px;
}

.tax-evaluation .tax-info .small-btn {
	display: block;
}

.evaluation-list li {
	position: relative;
	padding: 0 100px 5px 20px;
}

.evaluation-list li span.date {
	position: absolute;
	right: 0;
	top: 0;
}

.evaluation-list li i {
	left: 0;
	position: absolute;
	top: 0;
	font-size: 28px;
}

.loop-tax-evaluation article {
	padding: 65px 0 45px;
	border-top: 1px solid #ccc;
}

.loop-tax-evaluation article .tax-img, .loop-tax-evaluation article .tax-info {
	margin-bottom: 20px;
}

.archive .tax-evaluation-img {
	text-align: center;
}

.archive .loop-evaluation {
	padding: 70px 0 60px;
}

.single-evaluation .tax-evaluation-info .read-more a {
	background-color: #fff;
	padding-right: 25px;
}

.single-evaluation .main-content-wrapper {
	/* 	background-image: url("images/bg-about1.png"), url("images/bg-left2.png");
	background-position: right top, left 60%;
	background-size: 360px auto, auto;
	background-repeat: no-repeat; */
	padding-top: 70px;
}

.tax-evaluation-info, .evaluation-detail, .staff-info-wrap {
	padding-top: 20px;
}

.tax-evaluation-info .tax-description {
	margin-bottom: 20px;
}

/*Video*/

.loop-video .video-wrap {
	margin-bottom: 35px;
	position: relative;
}

.loop-video .video-info {
	margin-top: 25px;
}

.loop-video .video-info span {
	font-size: 14px;
	line-height: 1.2;
	display: block;
}

.video-wrap .img-lightbox {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.video-wrap .img-lightbox::before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.video-wrap .img-lightbox::after {
	content: url("images/light-video.png");
	bottom: 25px;
	right: 20px;
}

/*join*/

.join-location {
	padding-bottom: 30px;
}

.join-contact {
	padding-top: 40px;
	padding-bottom: 10px;
}

.inset-wrapper {
	padding: 35px 50px 55px;
	background: #fff;
}

.join-detail-wrap table th {
	min-width: 150px;
	color: #11633c;
	font-weight: normal;
}

.send_email {
	padding-top: 40px;
}

.join-title {
	position: relative;
	padding-bottom: 15px;
}

.join-title h5 {
	padding-right: 80px;
}

.join-title>a {
	position: absolute;
	right: 0;
	top: 0;
}

/*Form*/

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
	line-height: 28px;
}

.form-online-booking .book-time span {
	float: left;
}

.form-online-booking .book-time input {
	text-align: center;
	max-width: 85px;
}

.form-online-booking .book-time span.time-text {
	margin: 0 15px;
	line-height: 46px;
}

.form-online-booking .book-time br {
	display: none;
}

.wpcf7-form input, .wpcf7-form textarea {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.wpcf7-form input[type="submit"] {
	padding: 15px 125px;
	line-height: 20px;
	margin-top: 35px;
}

/*other*/

.menu-primary-menu-container {
	/*pointer-events: none;*/
}

.honor_list>.row>.honor_item:nth-of-type(4n+1), .sales_network_list>.row>.sales_network_item:nth-of-type(3n+1) {
	clear: left;
}

.sales_network_list>.row>.sales_network_item {
	margin-bottom: 20px;
}

.sitemap_ltem {
	margin-bottom: 50px;
}

.sitemap_ltem a {
	color: #333;
}

.sitemap_ltem a:hover {
	color: #11633c;
}

.page-template-default .page-content>.container {
	padding-bottom: 50px;
}

/*Responsive*/

@media (min-width: 1200px) {
	.featherlight .featherlight-content {
		min-width: 900px;
	}
}

@media (max-width: 1200px) {
	.home-about, .page-template-template-contract .main-content-wrapper, .page-template-template-contract .contract-wrap, .steps-wrapper, .page-template-template-steps .main-content-wrapper, .single-evaluation .main-content-wrapper {
		background-size: 150px;
	}
}

@media (min-width: 770px) {
	.page-right {
		position: fixed;
		right: 0;
		top: 60%;
		display: none;
		z-index: 1000;
	}
	.page-right .textwidget ul li {
		float: none;
		position: absolute;
	}
	.page-right .textwidget {
		position: relative;
	}
	.page-right .textwidget ul {
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		/* IE 9 */
		-moz-transform: rotate(90deg);
		/* Firefox */
		-webkit-transform: rotate(90deg);
		/* Safari 和 Chrome */
		-o-transform: rotate(90deg);
		/* Opera */
	}
	.page-right .textwidget ul li.tel {
		right: 0;
		top: 0;
	}
	.page-right .textwidget ul li.online {
		top: 0;
	}
	.page-right .textwidget ul li.online span {
		white-space: nowrap;
	}
	.page-right .textwidget ul li.online span::before, .page-right .textwidget ul li.tel span i.fa {
		transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		/* IE 9 */
		-moz-transform: rotate(-90deg);
		/* Firefox */
		-webkit-transform: rotate(-90deg);
		/* Safari 和 Chrome */
		-o-transform: rotate(-90deg);
		/* Opera */
	}
	.page-right .textwidget ul li span i {
		font-style: normal;
		transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		/* IE 9 */
		-moz-transform: rotate(-90deg);
		/* Firefox */
		-webkit-transform: rotate(-90deg);
		/* Safari 和 Chrome */
		-o-transform: rotate(-90deg);
		/* Opera */
		display: inline-block;
	}
	.custom-menu-icon {
		display: none;
	}
	.form-online-booking label {
		text-align: right;
	}
	.width-1-5 {
		width: 20%;
	}
	.main-menu {
		position: absolute;
		background: #fff;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 100;
	}
	.main-menu .nav {
		margin: 0 auto;
		max-width: 1150px;
		text-align: center;
		float: none;
	}
	.main-menu .nav>li {
		display: inline-block;
	}
	.sub-menu {
		font-size: 1.5rem;
	}
	.model-section-three article .model-img-wrapper {
		position: absolute;
		left: 30px;
		top: 25px;
	}
	.model-section-three article .model-info {
		padding-left: 310px;
		min-height: 180px;
	}
	.loop-tax-evaluation article .tax-info {
		padding-left: 30px;
	}
	.main-menu .nav>li.online-book {
		display: none;
	}
}
@media(max-width:1100px) and (min-width:1024px) {
	.main-menu .nav>li {
		max-width: 128px;
	}
}
@media (max-width: 770px) {
	.navbar-default .navbar-toggle {
		background-color: #11633c;
		border: none;
		border-radius: 0;
		margin-bottom: 0;
		margin-top: 0;
		padding: 13px 8px;
	}
	.navbar-toggle .icon-bar {
		height: 1px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		/*background-color: rgba(15, 70, 170, 0.9);*/
		background-color: #11633c;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.margin-mo {
		margin-bottom: 20px;
	}
	.page-right i {
		font-style: normal;
	}
	.page-right li.online {
		display: none;
	}
	.page-right .textwidget ul li.tel {
		float: none;
		max-width: 240px;
		margin: 0 auto;
	}
	.page-right ul {
		margin-bottom: 0;
		background-color: #11633c;
	}
	.page-right ul:hover, .page-right ul:hover li {
		background-color: #333 !important;
	}
	.main-menu .nav>li>a {
		padding: 10px 15px;
		border-left: 0;
		color: #fff !important;
	}
	.nav-container {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.header-center .widget_text {
		display: none;
	}
	.logo img {
		/*max-height: 48px;*/
	}
	.main-menu .nav {
		margin-top: 0;
		margin-bottom: 0;
	}
	.main-menu .nav li {
		padding: 0;
		/*background: rgba(15, 70, 170, 0.9);*/
		/*border-bottom: #11633c solid 1px;*/
		background-color: #11633c;
		border-bottom: #fff solid 1px;
	}
	.main-menu .nav>li.online-book {
		padding-left: 35px;
	}
	.main-menu .nav>li.online-book:before {
		background: #fff none repeat scroll 0 0;
		border-radius: 50%;
		content: url("images/icon-online.png");
		display: inline-block;
		height: 22px;
		padding: 3px;
		text-align: center;
		width: 22px;
		position: absolute;
		left: 15px;
		top: 9px;
	}
	.main-menu .nav li:hover, .main-menu .nav li:focus, .main-menu .nav li.current-menu-item, .main-menu .nav li.current_page_item {
		border-bottom: 1px solid #8bc220 !important;
	}
	.hall-address-text {
		padding: 40px 0 0 30px;
	}
	.type-additional {
		padding: 60px 0 20px;
	}
	.single-contract .contract_large {
		margin-top: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	.single-contract .contract_large img {
		margin-top: 0;
	}
	#footer {
		padding-bottom: 100px;
	}
	.sidebar-box.page-right {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	.loop-tax-evaluation article .tax-info h5 {
		text-align: center;
	}
}

@media (max-width: 640px) {
	.page-description br, .clean-br br {
		display: none;
	}
	h2 {
		font-size: 2.4rem;
	}
	h3 {
		font-size: 2.2rem;
	}
	h4 {
		font-size: 2rem;
	}
	h5, .colorful-item>h5 {
		font-size: 1.8rem;
	}
	h6, .colorful-item article>h6 {
		font-size: 1.6rem;
	}
	.page-title, .hall-address-text h2 {
		margin-bottom: 25px;
		padding-bottom: 20px;
	}
	body, p {
		font-size: 1.4rem;
	}
	.line-title {
		padding-bottom: 15px;
	}
	.steps-wrapper article .step-info .step_title {
		padding-top: 5px;
		font-size: 1.8rem;
	}
	.steps-wrapper article .step-info {
		padding-left: 135px;
	}
	.step-number {
		font-size: 70px;
		max-width: 120px;
	}
	.steps-wrapper article {
		margin-bottom: 40px;
		min-height: 125px;
	}
	.type-additional article h5 {
		padding: 15px 0;
	}
	.colorful-item, .inset-wrapper {
		padding: 30px 25px;
	}
	.colorful-item>article {
		margin-bottom: 25px;
	}
	.colorful-item>h5 {
		padding-bottom: 10px;
	}
	.site-name {
		display: block;
	}
	.banner-wrapper {
		min-height: 260px;
	}
}

@media (max-width: 480px) {
	.wpcf7-form input[type="submit"] {
		padding: 15px;
		width: 100%;
	}
	.hall-address-text {
		padding: 20px;
	}
	#html5lightbox-web body {
		min-width: 0;
	}
	.page-template-template-customize img {
		max-width: 200px;
	}
	.margin-xs {
		margin-bottom: 20px;
	}
	.tax-evaluation-info .read-more {
		text-align: center;
	}
	.download-list article:nth-child(2n+1) {
		clear: left;
	}
	.logo .logo-img {
		max-width: 200px;
	}
}

@media (max-width: 380px) {
	.logo img.logo-global {
		margin-right: 5px;
		padding-right: 10px;
		padding-bottom: 10px;
	}
	.navbar-toggle {
		margin-right: 0;
		border-radius: 0;
	}
}
.contact_us {
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}
.contact_us a {
	color: #555;
}
.contact_us a:hover {
	color:#11633c;
}
.contact_us_left {
	border-right: 1px solid #ccc;
}
.contact_us_right {
	padding-left: 80px;
}
@media (max-width:768px) {
	.contact_us_right,
	.contact_us_left{
		padding-left: 30px;
	}
	.contact_us_left {
		padding-bottom: 30px;
	}
	.contact_us {
		position: relative;
	}
	.contact_us_befor {
		width: 15px;
		height: 93%;
		position: absolute;
		background-color: #11633c;
		margin-left: 5px;
	}
}
#allmap iframe {
	border: 0;
	width: 100%;
}
.yq_map {
	margin-top: 60px;
}
.yq_map h4 {
	margin-bottom: 30px;
}
.img-wrapper img {
	/*width: 100%!important;*/
}
.page-description {
	padding-bottom: 50px;
}
.new_font {
	margin-top: 10px;
    font-size: 14px;
    color: #aaa;
}

.black-6 {
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.dis_none {
	display:none;
}
.page-template-template-tab {
	border-top:  0;
}
@media (max-width: 1199px) {
	.tab-iframe-responsive,
	.tab-iframe-responsive iframe {
		width: 100vw; 
		height: 100vh;
	}
}
@media (min-width: 1200px) {
	.tab-iframe-responsive {
		position: relative;
		display: block;
		width: 100%;
		padding: 0;
		overflow: hidden;
    }
    .tab-iframe-responsive::before {
		display: block;
		content: "";
    }
    .tab-iframe-responsive iframe {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
    }
    .tab-iframe-responsive-4by3::before{
        padding-top: 75%;
    }
}