/* html{
	font-size: 62.5%;
} */

* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
	line-height: 24px;
}

body {
	font-family: "microsoft yahei", helvetica;
	-webkit-text-size-adjust: 100%;
}

img {
	border: 0;
}

div,
p {
	display: block;
}

ol,
ul,
li {
	list-style: none;
}

em,
i {
	font-style: normal;
}

button {
	cursor: pointer;
	border: none;
}

a,
a:hover {
	text-decoration: none;
}

b,
strong {
	font-weight: 700;
}

:focus {
	outline: 0;
}

input,
img,
select {
	border: none;
	vertical-align: middle;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

a:hover {
	color: #f50;
}

.mr {
	margin: 20px 0px;
}

.ser-pa {
	padding: 10px 0px;
}

.mr-top {
	margin-top: 140px;
}

.mr-top-20 {
	margin-top: 20px;
	display: inline-block;
}

.pa-bottom {
	padding-bottom: 200px;
}

.pa-top {
	padding-top: 100px;
}

.pa-right {
	padding-right: 100px;
}

.bg {
	background-color: transparent;
}

.pa-left {
	padding-left: 100px;
}

.width-1200 {
	width: 1200px
}

.white {
	background-color: #fff;
}

.bold {
	font-weight: bold;
}

.font-26 {
	font-size: 26px;
	color: #d0913c;
	font-weight: bold;
}

.font-size16 {
	font-size: 16px;
	text-align: left;
}

.font-size42 {
	font-weight: bold;
	font-size: 42px;
	color: #fff;
}

.font-size30 {
	font-size: 30px;
	line-height: 48px;
	color: #45464d;
	text-align: left;
}

.yun-color1 {
	color: #686970;
}

.yun-color2 {
	color: #e9cd9e;
}

.yun-color3 {
	color: #7f6b5a;
}

.yun-color4 {
	color: #fff;
}

.yun-color5 {
	color: #686970;

}

.yun-color6 {
	color: #9697a0;
}

.font-size18 {
	font-size: 18px;
	line-height: 36px;
	color: #686970;
	text-align: left;
}

.font-size30-bold {
	font-size: 30px;
	line-height: 36px;
	color: #686970;
	font-weight: bold;
}

.font-size20 {
	font-size: 20px;
}

.size16 {
	font-size: 16px;
	line-height: 36px;

}

.size22 {
	font-size: 22px;
	line-height: 30px;

}

.weigth {
	font-weight: bold;
}

.center {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}

.center0 {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.font-16 {
	font-size: 16px;
	color: #7f6b5a;
}

.font-17 {
	font-size: 16px;
	color: #6A3906;
	font-weight: Bold;
	background: linear-gradient(transparent 53%, #FCF7D9 0%);
	padding-bottom: 3px;
}

.font-18 {
	font-size: 18px;
	color: #7f6b5a;
}

.font-48 {
	font-size: 48px;
	color: #45464d;
	font-weight: bold;
}

.flex-center {
	position: relative;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.container {

	display: -webkit-flex;
	display: flex;
	width: 100%;
	flex-direction: column;
	-ms-flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.span-line-blod {
	position: absolute;
	width: 80px;
	height: 3px;
	background-color: #d0913c;
}

/* header */
.container-header {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	height: 800px;
	background: url('../images/gxy.png') no-repeat center 300px, url('../images/yun.png') center no-repeat, url('../images/zhushou2.png') center 450px no-repeat, rgba(102, 102, 102, 1) url('../images/header-bg.png') no-repeat center;
}

.header {
	position: fixed;
	height: 110px;
	z-index: 999;
	width: 100%;
	top: 0px;
	left: 0px;
}

.header-content {
	height: 100%;
	width: 1200px;
	margin: 0 auto;
	text-align: center;

}

nav {
	position: relative;
	float: right;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

nav img {
	position: absolute;
	width: 100%;
}

.logo {
	display: inline-block;
	line-height: 110px;
	float: left;
}

.nav-one {
	display: inline-block;
	/*width: 600px;*/
	height: 60px;
	background-color: rgba(0, 0, 0, 0);
}

.nav-one>li {
	position: relative;
	float: left;
	height: 60px;
	width: 25%;
	width: 150px;
	line-height: 60px;
}

.nav-one li a {
	color: white;
	font-size: 18px;
	line-height: 30px;
}

.nav-one li a:hover {
	text-decoration: none;
	color: #d0913c;
}

nav li:hover i.slide-icon {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

nav li i.slide-icon {
	position: absolute;
	top: 26px;
	right: 20px;
	background: url(../images/services-down.png) no-repeat;
	display: inline-block;
	width: 11px;
	margin-left: 5px;
	height: 7px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.nav-one li>.nav-two {
	text-align: left;
	width: 400px;
	overflow: hidden;
	background-color: #2f2f34;
	position: absolute;
	display: none;
	top: 60px;
	left: -113px;
}

.nav-one li .nav-two li {
	position: relative;
	margin-left: 40px;
	padding: 30px 0px;
	width: 322px;
	font-size: 16px;
	color: #686970;
	border-bottom: #45464d 2px solid;
}

.nav-one li .nav-two li:nth-child(3) {
	border: none;
}

.nav-one li .nav-two li:hover {
	width: 100%;
	display: block;
	padding: 30px 40px;
	margin: 0;
	border-bottom: rgba(32, 32, 35) 2px solid;
	background-color: rgba(32, 32, 35);
}

.nav-one li .nav-two li a p {
	font-weight: bold;
	display: block;
	font-size: 22px;
	padding: 0;
}

.nav-one li .nav-two li a span {
	display: block;
	font-size: 16px;
	color: #686970;
	padding: 0;

}

.nav-one li .nav-two li:hover p {
	color: #d0913c
}

.nav-one li .nav-two li:hover span {
	color: #a6937c
}

.nav-one .line-animate {
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	background: #d0913c;
	top: 58px;
	left: 50%;
}

/* header end */

/* header-inner */
.navList-wrap {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	width: 50%;
	height: 70px;
}

.navList-wrap>li {
	line-height: 70px;
	vertical-align: middle;
	text-align: right;
	-ms-flex: 1;
	flex: 1;
}

.header-inner {
	margin-top: 140px;
	position: relative;
	align-self: flex-start;
	height: auto;
	max-height: 400px;
	width: 1560px
}

.header-inner>img {
	width: auto;
	height: auto;
	max-width: 1560px;
	max-height: 400px;

}

.header-wrap {
	position: absolute;
	bottom: -25%;
	height: 50%;
	width: 61.5%;
	background: url(../images/juxing.png) center no-repeat;
	background-size: 100% 100%;
}

.header-wrap-title {
	height: 50%;
	width: 61%;
	float: right;
	margin-top: 5%;
}

/* 城市合作，金融，服务 */
.gxy-info-label {
	margin-top: 200px;
	width: 1200px;
	height: 400px;
}

.gxy-info-label .label-title p {
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 30px;
	color: #45464d;
	margin-bottom: 46px;
}


.label-right {
	margin-top: 50px;
	float: right;
	height: 300px;
	box-sizing: border-box;
}

.label-right>img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.catalog {
	display: b;
	width: 1200px;
	margin-top: 50px;
}

.catalog>p {
	margin: 0 auto;
	text-align: center;
}

.catalog-title {
	margin: 0 auto;
	text-align: center;
	height: 55px;
	margin-bottom: 10px;
}

.catalog-title img:nth-child(1) {
	padding-right: 30px;
	padding-bottom: 20px;
}

.catalog-title img:nth-child(3) {
	padding-left: 30px;
	padding-bottom: 23px;
}

.catalog-title p {
	position: relative;
	font-size: 48px;
	font-weight: bold;
	line-height: 30px;
	display: inline-block;
}

.recommend-wrap {
	margin-top: 100px;
	width: 1200px;
}


.recommed-item .item-left {
	float: left;
	box-sizing: border-box;
	width: 26%;
	height: 500px;
	border-right: 2px #f3eee8 solid;
	padding-top: 100px;
	padding-right: 60px;
}

.recommed-item .item-left p {
	font-size: 36px;
	line-height: 30px;
	color: #45464d;
	margin-bottom: 20px;
	text-align: right;
}

.recommed-item .item-left span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #9697a0;
	text-align: right;
}

.recommed-item .item-right {
	float: right;
	width: 65%;
	height: 600px;
	box-sizing: border-box;
	margin-top: 40px;
	padding-right: 40px;
	position: relative;
}

.recommed-item .item-right img {
	position: absolute;
	left: -50px;
	top: -40px;
}

.recommed-item .item-right .item-info {
	position: relative;
	height: 205px;
	width: 71%;
	box-sizing: border-box;
	padding-left: 50px;
	background: url(../images/ser-lian2.png) left center no-repeat;
	background-size: auto;
	margin-top: 95px;
	left: 30%;
	box-sizing: border-box;
}

.recommed-item .item-right .item-right-sm p {
	font-size: 22px;
	line-height: 24px;
	color: #d0913c;
	font-weight: bold;
}

.recommed-item .item-right .item-right-sm span {
	font-size: 16px;
	line-height: 24px;
	color: #a6937c;
}

/* huoke */

/* footer */
.footer {
	position: relative;
	display: -webkit-flex;
	display: flex;
	width: 1200px;
	height: 500px;
	text-align: center;
	box-sizing: border-box;

}

.footer-left-content {
	box-sizing: border-box;
	width: 600px;
	height: 100%;
	padding: 160px 0px
}

.logo2text {
	text-align: left;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #9697A0;
	line-height: 48px;
}

.bg-hui {
	background-color: #2f2f34;
}

.font-96 {
	color: #9697a0
}

.company-name {
	font-size: 24px;
	font-weight: bold;
}

.address {
	font-size: 16px;
	position: relative;
	top: -5px;
	color: #9697a0;
}

.worktime {
	font-size: 16px;
	position: relative;
	top: 5px;
	color: #9697a0;
}

.footer-title span {
	font-size: 16px;
	line-height: 24px;
	color: #686970;
}

.footer-title span a {
	color: #686970;
}

.footer-title span a:hover {
	color: #999;
}

.fooetr-right-content {
	display: -webkit-flex;
	display: flex;
	justify-content: end;
	box-sizing: border-box;
	width: 600px;
	height: 100%;
	padding: 160px 0px;
}

.fooetr-ul {
	text-align: left;
}

.fooetr-ul li {
	margin-left: 50px;
	color: #fff;
	margin-bottom: 20px;
}

.fooetr-ul li:first-child {
	margin-bottom: 40px;
}

.fooetr-ul li a {
	color: #9697A0;
}

.fooetr-ul li a:hover {
	border-bottom: 1px solid #D0913C;
	color: #D0913C;
}

.footer-left-content .company-info {
	margin-top: 36px;
	text-align: left;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #9697A0;
	line-height: 26px;
	letter-spacing: 3px;
}

.ulList {
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	color: #9697a0
}

.ulList span {
	-ms-flex: 1;
	flex: 1;
	text-align: left;
	font-size: 16px;
	line-height: 48px;
	color: #fff;
}

.ulList span:nth-child(2) {
	flex: 2;
	-ms-flex: 2;
}

.ulList span:nth-child(3) {
	flex: 2;
	-ms-flex: 2;
}

.ulList span:nth-child(4) {
	flex: 1;
	-ms-flex: 1;
}

.ulList li {
	-ms-flex: 1;
	flex: 1;
	text-align: left;
	font-size: 16px;
	line-height: 48px;
}

.ulList li:nth-child(2) {
	flex: 2;


}

.ulList li:nth-child(3) {
	flex: 2;
	-ms-flex: 2;
}

.ulList li:nth-child(4) {
	flex: 1;
	-ms-flex: 1;

}

.ulList li a {
	color: #9697a0;
}

.ulList li a:hover {
	color: #d0913c;
	border-bottom: #d0913c 1px solid;
}

.liwhite {
	color: #fff;
}

.footer-title {
	box-sizing: border-box;
	position: absolute;
	width: 1200px;
	bottom: 0px;
	left: 0px;
	border-top: #45464d 1px solid;
	text-align: center;
	padding: 20px 0px;
}

.footer-bar {
	box-sizing: border-box;
	position: absolute;
	top: -70px;
	width: 1200px;
	height: 150px;
	background-color: #45464d;
	border-radius: 75px;
	display: inherit;
	justify-content: inherit;
	align-items: center;
	padding-right: 200px;
	z-index: 1;

}

.footer-bar-title {
	font-size: 42px;
	color: #d1c0a5;
	font-weight: bold;

}

.ask {
	position: absolute;
	right: 78px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	font-weight: bold;
	color: #2f2f34;
	width: 180px;
	height: 60px;
	border: none;
	background-color: #d0913c;
	border-radius: 30px;
}

/* 模态框 */
.no-input {
	animation: snake .8s;

}

@keyframes snake {
	0%, 100% {
		transform: translateX(0);
	}

	10%, 30%, 50%, 70%, 90% {
		transform: translateX(-10px);
	}

	20%, 40%, 60%, 80% {
		transform: translateX(10px);
	}
}
.modal{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	position: fixed;
	left: 0;
	top: 0;
}
.modal2 {
	box-sizing: border-box;
	z-index: 1000;
	width: 700px;
	height: 700px;
	background-color: #fff;
	padding: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.yun-close {
	position: absolute;
	right: 20px;
	top: 20px;
}

.yun-input {
	position: relative;
	box-sizing: border-box;
	padding-top: 10px;
	width: 100%;
	height: 70px;
	display: inline-block;
	border-bottom: #e8e8e8 1px solid;
}

.yun-input span {
	font-size: 18px;
	color: #9697a0;
}

.yun-input .comType {
	/* box-sizing: border-box; */
	margin-left: 110px;
	position: absolute;
	width: 510px;
	background-color: #ece8e8;
	z-index: 999;
	display: none;
}

.yun-input .comType p {
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 5px;
	font-size: 18px;
	line-height: 30px;
	color: #9697a0;
}

.yun-input .comType p:hover {
	background-color: #A22826;
}

.modal h2 {
	font-size: 30px;
	line-height: 24px;
	font-weight: bold;
	color: #45464d;
}

input {
	font-size: 18px;
	display: inline-block;

}

label {
	display: inline-block;

	text-align: right;
	margin-right: 40px;
	font-size: 18px;
	line-height: 72px;
	color: #000000;
}

.modal p {
	margin-top: 40px;
	font-size: 14px;
	line-height: 30px;
	color: #9697a0;
}

.yun-down-icon {
	position: absolute;
	right: 12px;
	top: 46px;
	width: 19px;
	height: 10px;
	background: url(../images/down.png) center no-repeat;
}

.yun-button {
	margin-top: 20px;
	width: 100%;

}

.yun-button button {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 72px;
	width: 100%;
	height: 60px;
	color: #fff;
	background-color: #d0913c;
}

.tips {
	width: 100%;
}

.tips p {
	color: #7f6b5a;
	font-size: 16px;
	line-height: 72px;
	text-align: center;
	width: 100%;
}

.logo2 {
	display: block;
	/* border-right: #9697a0 1px solid; */
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	padding-right: 50px;
	width: 160px;
	height: 60px;
}