@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);

@font-face {
	font-family: 'Ailerons';
	src: url('../fonts/Ailerons_0.ttf');
}

body,
html {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
	overflow-y: auto;
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
}

.Ailerons {
	font-family: 'Ailerons';
}

.Ailerons.section-title h2 {
	font-size: 60px;
}

.Ailerons hr {
	display: inline-block;
}

/* @media (min-width: 1200px) {
	.container {
		width: 960px;
	}
} */

h1 {
	font-weight: 700;
	font-size: 46px;
}

h2 {
	text-transform: uppercase;
	font-size: 20px;
}

h3 {
	font-size: 14px;
	font-style: italic;
	font-weight: 100;
	line-height: 26px;
}

h4 {
	text-transform: uppercase;
	font-size: 16px;
	word-spacing: 2px;
}

h5 {
	text-transform: uppercase;
	font-size: 12px;
	word-spacing: 2px;
}

h6 {
	text-transform: uppercase;
	font-size: 10px;
	word-spacing: 2px;
	letter-spacing: 2px;
}

p {
	font-weight: 400;
	line-height: 1.8em;
}

hr {
	width: 50px;
	border-color: #c59a6d;
	margin-bottom: 10px;
}

a {
	color: #222222
}

a:hover,
a:focus {
	color: #c59a6d;
	text-decoration: none;
}

.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

#home {
	background: url(../img/banner/1.jpg);
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: auto;
	min-height: 100vh;
	padding-top: 60px;
	color: #ffffff;
}

#home a.down-btn span.fa.fa-angle-down {
	font-size: 26px;
	border: 1px solid #c59a6d;
	border-radius: 2px;
	padding: 7px 5px;
	position: relative;
	margin-top: 100px;
	color: #ffffff;
	cursor: pointer;
}

.content {
	padding-top: 20%;
}

.header-text.btn {
	border: 1px solid #ffffff;
	border-radius: 0;
	padding: 10px 30px;
	height: 100px;
}

.header-text.btn:hover {
	color: inherit;
}

.header-text.btn:focus,
.header-text.btn:active:focus,
.header-text.btn.active:focus,
.header-text.btn.focus,
.header-text.btn:active.focus,
.header-text.btn.active.focus {
	outline: thin dotted transparent;
	outline: none;
	outline-offset: -2px;
}

.typed-cursor {
	opacity: 1;
	padding: 10px 2px;
	background: #ffffff;
	margin: 10px;
	-webkit-animation: blink 0.5s linear infinite;
	-moz-animation: blink 0.5s linear infinite;
	animation: blink 0.5s linear infinite;
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

span.typed-cursor {
	top: -5px;
	position: relative;
}

/*.header-text{
	margin-top: 20px;	
	position: absolute;
	border: 1px solid #ffffff;
	left: 25%;
	right: 25%;
}
.header-text h1{
	padding: 20px;
	position: relative;
	margin: 0 auto;
}*/

nav#menu span.fa.fa-bars {
	font-size: 30px;
	position: fixed;
	left: 120px;
	color: #c0c0c0;
	cursor: pointer;
	z-index: 1;
}

.navmenu,
.navbar-offcanvas {
	width: 270px;
	z-index: 10;
}

.navmenu-default,
.navbar-default .navbar-offcanvas {
	background-color: #1E2429;
	border-color: #1E2429;
	border: 0;
}

.navmenu-default .navmenu-nav>li>a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav>li>a:hover,
.navmenu-default .navmenu-nav>li>a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav>li>a:focus,
.navmenu-default .navmenu-nav>li>a.active,
.navbar-default .navbar-offcanvas .navmenu-nav>li>a.active {
	color: #C59A6D;
	background-color: transparent;
}

.nav>li {
	position: relative;
	display: block;
	text-align: center;
}

.navmenu-default .navmenu-nav>li>a,
.navbar-default .navbar-offcanvas .navmenu-nav>li>a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 30px;
}

nav#menu span.fa.fa-bars:hover {
	color: #C59A6D;
}

.navmenu-default .navmenu-nav>.active>a,
.navbar-default .navbar-offcanvas .navmenu-nav>.active>a,
.navmenu-default .navmenu-nav>.active>a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav>.active>a:hover,
.navmenu-default .navmenu-nav>.active>a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav>.active>a:focus {
	color: #C59A6D;
	background-color: transparent;
}

.navmenu-nav p {
	display: none;
	font-family: "黑体";
}

.close:hover {
	background: #c59a6d;
	color: #ffffff;
	opacity: 1;
}

.close {
	background: #fff;
	padding: 10px 12px;
	opacity: 1;
	transition: all 0.3s;
}

.add-margin {
	margin-top: 200px;
}

#meet-us,
#services,
#works,
#about-us {
	padding: 60px 0;
}

a.down-btn span.fa.fa-angle-down {
	font-size: 26px;
	border: 1px solid #c59a6d;
	border-radius: 2px;
	padding: 7px 5px;
	position: relative;
	cursor: pointer;
	color: #c59a6d;
	margin-top: 30px;
}

#overview-video {
	background: url(../img/bg2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-align: center;
}

#overview-video .overlay {
	background: rgba(34, 34, 34, 0.65);
	height: auto;
	min-height: 200px;
	padding: 12% 0;
}

#overview-video p {
	font-size: 26px;
	color: #fff;
	text-align: center;
	margin: auto 0;
}

.service {
	border: 1px solid #222;
	margin-top: 20px;
	margin-bottom: 0px;
	transition: all 0.3s;
	position: relative;
	padding: 60px 25px;
}

.service:hover>h4,
.service:hover>span.fa {
	color: #c59a6d;
}

.service:hover {
	border-color: #c59a6d;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: pointer;
	padding-top: 80px;
	padding-bottom: 80px;
}

.service p {
	font-size: 14px;
	padding-top: 20px;
	font-family: 'Lato', sans-serif;
	text-align: left;
	min-height: 140px;
}

.space {
	padding-top: 40px;
}

#cta {
	background: #282f35;
	padding: 4% 0;
}

a.btn.go-to-btn {
	text-transform: uppercase;
	border: 1px solid #c59a6d;
	word-spacing: 2px;
	padding: 7px 30px;
	border-radius: 2px;
	font-size: 12px;
	color: #ffffff;
	transition: all 0.5s;
}

a.btn.go-to-btn:hover {
	background: #c59a6d;
	color: #282f35;
}

.nopadding {
	padding: 0;
	margin: 0;
}

.productList .hover-bg {
	height: 190px;
	overflow: hidden;
	position: relative;
}

.productList .hover-bg img {
	height: 100%;
	max-width: none;
}

.productList .hover-bg p {
	border-bottom: none !important;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 22% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}

.hover-bg .hover-text>h5 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}

.hover-bg:hover .hover-text>h5 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.hover-bg .hover-text>.hline {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}

.hover-bg:hover .hover-text>.hline {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.hover-bg:hover .hover-text {
	opacity: 1;
}

.hline {
	height: 5px;
	width: 30px;
	border-top: 2px solid #f1f1f1;
	margin: 0 auto
}

.hover-text p.lead {
	color: #c59a6d;
}

a.btn.read-more-btn {
	text-transform: uppercase;
	background: #c59a6d;
	color: #282f35;
	word-spacing: 2px;
	padding: 7px 30px;
	border-radius: 2px;
	font-size: 12px;
	color: #ffffff;
	transition: all 0.5s;
}

a.btn.read-more-btn:hover {
	background: #222222;
	color: #ffffff;
}

a.btn.send-btn {
	text-transform: uppercase;
	border: 1px solid #c59a6d;
	padding: 8px 30px;
	border-radius: 0;
	font-size: 12px;
	color: #ffffff;
	transition: all 0.5s;
}

a.btn.send-btn:hover {
	background: transparent;
	background: #c59a6d;
}

#clients {
	background: url(../img/bg3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
}

#clients .overlay {
	background: rgba(34, 34, 34, 0.85);
	height: auto;
	min-height: 200px;
	padding: 8% 0;
	color: #ffffff;
}

#clients p {
	line-height: 2.4em;
}

ul,
ol {
	padding: 0;
	moz-padding: 0;
	webkit-padding: 0;
}

ul.clients li {
	display: inline-block;
	padding: 20px 40px;
	vertical-align: middle;
}

.team {
	border: 1px solid #c3c3c3;
	padding: 70px 15px;
	text-align: center;
	opacity: 0.7;
	transition: all 0.8s;
	max-height: 340px;
	margin-bottom: 30px;
}

.team:hover.hire,
.team.hire {
	height: 332px;
	border-color: #c59a6d;
	color: #c59a6d;
	opacity: 1;
}

.team.hire>a {
	color: #c59a6d;
}

.team hr {
	border-width: 2px;
	border-color: #dcc2a7;
}

.team:hover {
	opacity: 1;
	border: 1px solid #222;
}

.team img {
	width: 80px;
	margin: 0 auto;
}

#testimonials {
	background: url(../img/bg4.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-align: center;
}

#testimonials .overlay {
	background: rgba(34, 34, 34, 0.85);
	height: auto;
	min-height: 200px;
	padding: 5% 0;
	color: #ffffff;
}

#testimonials a {
	color: inherit;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 2px 5px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 0;
	background: #C59A6D;
}

#contact {
	background: #282f35;
	padding: 100px 0;
	color: #ffffff;
}

ul.social li {
	display: inline-block;
	margin-right: 20px;
	margin-top: 30px;
}

ul.social li a {
	color: #ffffff;
	font-size: 16px;
}

address strong {
	text-transform: uppercase;
	font-style: normal;
	font-family: '黑体';
	font-size: 20px;
}

address:before {
	content: "\f041";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #c59a6d;
	vertical-align: middle;
	margin-right: 15px;
	margin-left: -30px;
}

address {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
}

#contact input.form-control,
#contact textarea.form-control {
	margin-bottom: 30px;
}

#contact .form-control {
	display: block;
	width: 100%;
	padding: 7px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #1e2429;
	background-image: none;
	border: 0;
	border-top: 2px solid transparent;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	transition: all 0.5s;
}

#contact .form-control:focus {
	border-color: #C59A6D;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#contact img {
	width: 100%;
	border: 2px solid #c59a6d;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #222222;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	font-style: italic;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #222222;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	font-style: italic;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #222222;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	font-style: italic;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #222222;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	font-style: italic;
}

nav#footer {
	background: #282f35;
	padding: 10px 0;
	color: #ffffff;
	border-bottom: 5px solid #c59a6d;
}

#footer span.fa {
	color: #c59a6d;
	font-size: 26px;
	margin-left: 10px;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	color: #c59a6d;
}

@media (min-width: 1200px) {
	#menu {
		display: none;
	}

	.offcanvas {
		display: block;
	}

	.navmenu,
	.navbar-offcanvas {
		width: 100%;
	}

	.navmenu-fixed-left,
	.navmenu-fixed-right,
	.navbar-offcanvas {
		bottom: inherit;
		left: 0;
		text-align: center;
	}

	.navmenu-nav {
		display: inline-block;
		margin-bottom: 0;
		margin-top: 10px;
	}

	.navmenu-nav p {
		display: inline-block;
		float: left;
		font-size: 22px;
		color: #fff;
		margin-right: 20px;
	}

	.nav>li {
		float: left;
	}

	.add-margin {
		display: none;
	}

	.close {
		display: none;
	}
}

.inner #home {
	background: url(../img/banner/2.jpg);
	min-height: 280px;
	padding-top: 80px;
}

.inner .content {
	padding-top: 0;
}

.inner .minHeight {
	min-height: calc(100vh - 337px)
}

.inner .section-title h2 {
	font-size: 32px;
	font-weight: bolder;
	display: inline-block;
	text-transform: uppercase;
}

.inner .section-title p {
	display: inline-block;
	text-align: left;
}

.BNtop {
	padding: 0 20px;
	border-bottom: 1px solid #e2e2e2;
	overflow: hidden;
}

.BNtop h4 {
	font-size: 12px;
	line-height: 20px;
	margin: 10px 0;
	padding-left: 10px;
}

.newslist {
	margin-top: 30px;
}

.newslist-img {
	margin-bottom: 10px;
	overflow: hidden;
	height: 160px;
}

.newslist-img img {
	width: 100%;
}

.newslist-title {
	margin-bottom: 10px;
	line-height: normal;
	border-bottom: 2px solid #000;
	padding: 5px 0 10px;
}

.newslist-title h2 {
	font-size: 15px;
	line-height: 1.5;
	font-weight: normal;
	margin: 0;
	height: 22px;
	overflow: hidden;
}

.newslist-title time {
	display: block;
	font-size: 12px;
	color: #999;
	padding-top: 5px;
}

.newslist-summary {
	color: #666;
	font-size: 13px;
	height: 69px;
	overflow: hidden;
}

.newsPage-title h1 {
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

.newsPage-meta {
	text-align: center;
	padding-bottom: 10px;
	font-size: 14px;
}

.newsPage-content p {
	line-height: 1.8;
	margin: 0;
}

.about-content p {
	line-height: 1.8;
}

.about-content .portfolio-item {
	position: relative;
}

.about-content .hover-text {
	padding-top: 15%;
}

.about-content .hover-text h5 {
	line-height: 2em;
	font-size: 16px;
}

.about-content .portfolio-item img {
	width: 100%;
}

.winning {
	height: 450px;
	OVERFLOW-Y: auto;
	OVERFLOW-X: hidden;
}

.winning::-webkit-scrollbar {
	width: 2px;
	background-color: #F5F5F5;
}

.winning::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.winning::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}

.joinUs {
	margin-bottom: 20px;
}

.joinUs h2 {
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bolder;
	color: #000;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 20px;
	border-bottom: 3px solid #000;
}

.joinUs h3 {
	font-size: 14px;
	font-weight: bolder;
	font-style: initial;
	color: #4d4d4d;
	margin: 0;
}

/* .joinUs p {
	max-height: 50px;
	overflow: hidden;
} */

.inner .portfolio-item {
	margin-bottom: 30px;
}

.inner .portfolio-item p {
	padding: 10px 0;
	border-bottom: 2px solid #000;
}

.tabControl {
	display: inline-block;
	padding: 5px;
}

.tabControl a {
	display: block;
	padding: 7px 15px;
	position: relative;
	border-left: 0;
	transition: all 0.3s;
	float: left;
}

.tabControl a:hover,
.tabControl a.active {
	background-color: #000;
	color: #fff;
}

.productList {
	padding: 0;
}

.productPage .content-img {
	padding: 0;
}

.productPage h5 {
	font-size: 20px;
	padding: 2em 0 0.5em;
	border-bottom: 2px solid #000;
	margin-bottom: 10px;
}

.productPage .title h5 {
	font-weight: bolder;
	padding: 0 0 0.5em;
	margin-top: 20px;
	border-bottom: 1px solid #eee;
}

.productPage .title a {
	color: #fff;
	border-color: #000;
	background-color: #000;
}

.productPage .title a:hover {
	border-color: #c59a6d;
}

.productPage img {
	max-width: 100%;
}

.contact strong {
	font-size: 20px;
	margin-bottom: 20px;
}

.contact p {
	font-size: 14px;
	line-height: 1.6em;
	margin: 5px 0;
}

.contact p i {
	width: 14px;
	line-height: 2em;
	text-align: center;
	margin-right: 3px;
}

.message>div {
	border: 1px solid #aaa;
	border-radius: 5px;
	margin-bottom: 10px;
	position: relative;
}

.message>div p {
	line-height: 38px;
	font-size: 14px;
	float: left;
	margin: 0;
}

.message>div input {
	background: transparent;
	outline-style: none;
	font-size: 14px;
	margin-top: 9px;
	width: calc(100% - 100px);
	border: 0;
}

.message>div textarea {
	height: 60px;
	background: transparent;
	outline-style: none;
	font-size: 14px;
	margin-top: 9px;
	width: calc(100% - 100px);
	border: 0;
	resize: none;
}

#imgCode {
	position: absolute;
	right: 20px;
	top: 7px;
	width: auto !important;
	border: 0 !important;
}

form #imgCode {
	top: 3px;
}

.message>div:nth-last-child(1) {
	border: none;
	padding: 0;
}

.message>div a {
	color: #000 !important;
	border-color: #aaa !important;
	display: block;
	padding: 10px 0;
	font-size: 14px;
	background: transparent;
}

.message>div a:hover {
	color: #fff !important;
	border-color: #c59a6d !important;
}

#map {
	height: 260px;
	margin-bottom: 20px;
}

@media (min-width: 992px) {

	.tabControl a {
		width: 100%;
		float: none;
	}
}

@media (max-width: 425px) {
	.newslist-title h2 {
		height: 44px;
	}

	.productList .col-xs-6 {
		padding: 0 5px;
	}

	.newslist-img {
		height: 80px;
	}

	.message .col-sm-6 {
		width: 100%;
		float: left;
	}

	.message .col-sm-6 .col-sm-12 input,
	.message .col-sm-6.fr .col-sm-12 textarea {
		width: 60%;
	}

	.message .col-sm-12.btn {
		width: 100%;
		padding: 0;
	}

	.about-content .hover-text {
		padding-top: 10% !important;
	}

	.about-content .hover-text h5 {
		line-height: 1.6em;
		font-size: 14px;
	}
}

.connum {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9999;
	display: none;
}

.connum-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 980px;
	height: 520px;
	display: flex;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	overflow: hidden;
}

.connum-left {
	flex: 0 0 50%;
	width: 50%;
	padding: 50px 80px 30px 40px;
	border-right: 1px solid #eee;
}

.connum-left h3 {
	font-size: 20px;
	font-style: normal;
}

.connum-left h3 span {
	margin-left: 10px;
	color: #C59A6D;
	font-size: 12px;
}

.connum-left h3 span em {
	margin: 0 2px;
}

.connum-form {
	display: flex;
}

.connum-form>label {
	width: 100px;
	float: left;
	font-size: 16px;
	line-height: 34px;
	color: #333;
	text-align: left;
	margin-left: 0;
	padding-right: 8px;
	font-weight: normal;
}

.connum-form>label em {
	float: right;
	font-size: 24px;
	color: #fe5f00;
	font-family: Arial;
	margin-top: 5px;
}

.connum-form .element {
	flex: 1;
	padding-left: 10px;
	float: right;
	position: relative;
	padding-bottom: 18px;

}

.connum-form .element input[type="text"],
.connum-form .element select {
	width: 100%;
	height: 38px;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #ddd;
	outline: none;
	background: transparent;
}

.connum-form .element select option {
	line-height: 2;
}

.connum-form .element input[type="text"]:focus {
	border-color: rgb(150, 213, 185);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: rgb(117, 117, 117);
	font-style: normal;
}

.connum-form .element em {
	margin-left: -32px;
	color: black;
	font-style: normal;
}

.connum-form .houseType {
	height: 37px;
	line-height: 37px;
}

.connum-form .houseType input {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	cursor: pointer;
	margin: 0 5px 0 0;
}

.connum-form .houseType label {
	margin-right: 20px;
	cursor: pointer;
	font-size: 15px;
	vertical-align: middle;
	margin-bottom: 0;
	font-weight: normal;
}

.huxing_wrap {
	position: relative;
	user-select: none;
}

.huxing_show {
	position: relative;
	width: 100%;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ddd;
}

.huxing_show span {
	display: inline-block;
	width: 40px;
}

.huxing_show span:first-child {
	margin-left: 10px;
}

.huxing_show:after {
	content: ' ';
	position: absolute;
	top: 15px;
	right: 6px;
	border-top: 6px solid #666;
	border-right: 3px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 3px solid transparent;
}

.huxing {
	position: absolute;
	top: 37px;
	left: 0;
	display: none;
	width: 100%;
	border: 1px solid #ddd;
	background-color: #fff;
	z-index: 10;
}

.huxing li {
	float: left;
	width: 40px;
	margin-left: 10px;
	list-style: none;
}

.huxing li:first-child {
	margin-left: 6px;
}

.huxing li a {
	display: inline-block;
	width: 40px;
	text-align: center;
	margin: 5px 0;
	background-color: #f4f4f4;
	border-radius: 2px;
	color: #333;
}

.huxing .active {
	background-color: #C59A6D;
	color: #fff;
}


.connum-right {
	flex: 0 0 50%;
	width: 50%;
	padding: 100px 40px 30px 100px;
}

.bj_res_t {
	line-height: 35px;
	font-size: 20px;
}

.bj_res_t b {
	display: inline-block;
	font-weight: 400;
	color: #C59A6D;
	width: 92px;
	font-size: 28px;
	margin: 0 12px;
}

.bj_res_ul {
	padding: 22px 0;
	margin: 26px auto 0;
	border: 1px solid #ddd;
	list-style: none;
}

.bj_res_ul li,
.bj_res_ul li strong {
	height: 40px;
	line-height: 40px;
}

.bj_res_ul li span {
	float: left;
	width: 50%;
	height: 40px;
	text-align: right;
	font-size: 14px;
}

.bj_res_ul li strong {
	float: left;
	width: 50%;
	font-weight: 400;
	text-align: left;
	font-size: 12px;
}

.bj_res_ul li strong em {
	display: inline-block;
	width: 55px;
	font-style: normal;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 16px;
}

.bj_btn {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 140px;
	height: 140px;
	display: block;
	background: url(../img/ico-line-btn.png) no-repeat;
	z-index: 9;
}

.calc-btn {
	position: absolute;
	top: 25px;
	left: 25px;
	display: block;
	width: 90px;
	height: 90px;
	background: #C59A6D;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 45px;
	z-index: 15;
	padding-top: 20px;
}

.calc-btn em {
	display: block;
	font-size: 16px;
	color: #fff;
	width: 44px;
	height: 44px;
	margin: 0 auto;
	font-style: normal;
	text-align: center;
}

.circle-animate {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 110px;
	height: 110px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fdcc9a;
	z-index: 12;
	-webkit-animation: scale-three2 1.5s ease infinite;
	-moz-animation: scale-three2 1.5s ease infinite;
	-o-animation: scale-three2 1.5s ease infinite;
	animation: scale-three2 1.5s ease infinite;
	animation-fill-mode: both;
}

@keyframes scale-three2 {
	0% {
		transform: scale(1);
		opacity: .8
	}

	100% {
		transform: scale(1.3);
		opacity: 0
	}
}

.bj_remove {
	position: absolute;
	right: 10px;
	top: 10px;
}

.bj_remove i {
	font-size: 24px;
	cursor: pointer;
}

.connum-center {
	flex: 1;
	text-align: center;
	padding-top: 340px;
	display: none;
}

.connum_no {
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 100%;
	height: 30px;
	background-color: #c59a6d;
	transition: all 0.3s;
	z-index: 9;
}

.connum_no.on {
	bottom: 0;
}

@media (max-width: 991px) {
	.connum-box {
		width: 425px;
		max-width: 100%;
	}

	.connum-left {
		flex: 1;
		padding: 20px;
	}

	.connum-right {
		display: none;
	}

	.bj_btn {
		top: auto;
		bottom: 20px;
	}

	.connum-center {
		padding: 50% 20px 0;
	}

	.huxing li {
		width: 37px;
		margin-left: 6px;
	}
}

#home::before {
	/* content: ""; */
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
}

.gd4_main {
	width: 80%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	color: #eaeaea;
}

.gd4_m_tt {
	color: white;
	position: absolute;
	top: 32%;
	text-align: left;
	left: 10%;
	z-index: 1;
}

.gd4_m_tth1div {
	overflow: hidden;
}

.gd4_m_tt h1 {
	text-shadow: 1px 1px 5px #333;
	font-size: 2em;
	z-index: 1;
	transition: 1s 0.5s;
	transform: translateY(80px) rotateZ(-5deg);
	opacity: 0;
}

.gd4_m_tt span {
	z-index: 1;
	margin-top: 10px;
	letter-spacing: 2px;
	font-size: 16px;
	transition: 1s;
	transform: translateY(80px) rotateZ(-5deg);
	display: block;
	opacity: 0;
}

.gd4_mimg {
	position: absolute;
	right: 0;
	width: 50%;
	left: 0;
	top: 25%;
	bottom: 0;
	margin: 0 auto;
}

.gd4_mimg22 {
	box-shadow: none;
}

.gd4_mimg22 img {
	width: 100%;
	transform: perspective(1000px) translateZ(50px) rotateZ(0deg);
	transition: 0.5s;
	opacity: 0;
}

.gd4_m_pp {
	color: #eaeaea;
	text-shadow: 1px 1px 1px #000;
	font-size: 14px;
	width: 25%;
	line-height: 1.5;
	position: absolute;
	right: 10%;
	top: 57%;
	text-align: left;
}

.gd4_m_pp span {
	opacity: 0;
	transition: 3s 3.5s;
	display: -webkit-inline-box;
	font-size: 14px;
}

.gd4_main.active .gd4_m_tt h1 {
	transform: translateY(0px) rotateZ(0deg);
	opacity: 1;
}

.gd4_main.active .gd4_m_tt span {
	transform: translateY(0px) rotateZ(0deg);
	transition: 1s 1s;
	opacity: 1;
}

.gd4_main.active .gd4_mimg22 img {
	transform: perspective(1000px) translateZ(0px) rotateZ(0deg);
	transition: 3s 2s;
	opacity: 1;
}

.gd4_main.active .gd4_m_pp span {
	opacity: 1;
}

@media (max-width: 991px) {
	.gd4_m_tt {
		top: 20%;
		left: 0;
	}

	.gd4_m_tt h1 {
		font-size: 24px;
	}

	.gd4_mimg {
		top: 40%;
		width: auto;
	}

	.gd4_m_pp {
		display: none;
	}
}

.connum-nav {
	right: 0;
	bottom: 100px;
	position: fixed;
	text-align: left;
	overflow: hidden;
	z-index: 999;
}

.connum-nav-list {
	background: #c59a6d;
	margin: 4px 0;
	padding: 10px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	cursor: pointer;
	position: relative;
	right: -70px;
	transition: all 0.3s;
}

.connum-nav-list:hover {
	right: 0;
}

.connum-nav-list .iconBox {
	text-align: center;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.connum-nav-list img {
	width: 30px;
	height: 30px;
}

.connum-nav-list h4 {
	color: #fff;
	font-size: 14px;
	margin: 2px 0;
	margin-left: 15px;
}

.connumIndex {
	padding: 60px 0;
	background: #f4f4f4;
	position: relative;
}

.connumIndex-box {
	display: flex;
}

.connumIndex-left {
	flex: auto;
}

.connumIndex-right {
	flex: 0 0 760px;
	/* border-left: 1px solid #ddd; */
}

.connumIndex .bj_res_ul {
	border: 0;
	display: inline-block;
	padding: 0;
	margin: 21px auto 0;
}

.connumIndex .bj_res_ul li {
	float: left;
	width: 50%;
}

.connumIndex .bj_res_ul li,
.connumIndex .bj_res_ul li strong {
	height: 30px;
	line-height: 30px;
}

.connumIndex .bj_res_ul li span {
	width: 56px;
	text-align: left;
}

.connumIndex .connum-form>label {
	font-size: 14px;
}

.connumIndex .connum-form .element {
	padding-bottom: 14px;
}

.connumIndex .connum-form .element input[type="text"],
.connumIndex .connum-form .element select {
	height: 33px;
	padding: 5px 10px;
}

.connumIndex .calc {
	background: #c59a6d;
	color: #fff;
	line-height: 33px;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s;
	display: inherit;
	text-align: center;
}

.connumIndex .connum_no {
	bottom: 0;
	opacity: 0;
}

.connumIndex .connum_no.on {
	opacity: 1;
}

.connumIndex .connum_no.yes {
	opacity: 1;
    transition: initial;
}

@media (max-width: 991px) {
	.connumIndex-box {
		flex-direction: column;
	}

	.connumIndex-right {
		flex: auto;
		margin-top: 30px;
	}
}

@media (max-width: 425px) {
	.bj_res_ul li strong em {
		margin: 0;
	}
}