body,
h1,
h2,
h3,
h4,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
}

table {
	/* border-collapse: collapse; */
	border: none;
}

input,
textarea {
	outline: none;
}

textarea {
	resize: none;
	overflow: auto;
}

/*body{font-family: "Hiragino Sans GB","Microsoft YaHei","PingHei","Lucida Grande", "Lucida Sans Unicode","Helvetica","Arial","Verdana","sans-serif"; }*/
body {
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: "microsoft yahei";
}
.clearf::after {
	content: '';
	display: block;
	clear: both;
}
.show {
	display: block !important;
}
.flex{
	display: flex !important;
}
.wrap {
	position: relative;
	width: 1440px;
	margin: auto;
	background: #f6ecd4;
}
.side{
	width: 57px;
	height: 175px;
	background: #358d8c;
	position: fixed;
	top: 0;
	left: 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 22px 9px;
	text-align: center;
	border-radius: 6px;
	transform: skewY(-20deg);
	margin-top: 360px;
	margin-left: 170px;
	box-shadow: 4px 7px 0 2px #775820;
	cursor: pointer;
	z-index: 9998;
}
.side p{
	transform: skewY(20deg);
}
.hidden_box{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	background: rgba(0,0,0,.2);
	margin: auto auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}
.close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.hidden_con{
	position: fixed;
	width: 80%;
	max-width: 1330px;
	margin: auto;
	padding: 24px 46px;
	background: #f0f0e6;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	height: min-content;
	height: fit-content;
	max-height: 540px;
	overflow-y: auto;
	box-sizing: border-box;
	display: none;
}
.hb_con{
	margin-bottom: 22px;
}
.hb_title{
	font-size: 16px;
	font-weight: bold;
	color: #d65012;
	margin-bottom: 8px;
}
.hb_text{
	font-size: 14px;
	color: #33364F;
	line-height: 20px;
	margin-bottom: 18px;
}
.head{
	background: url(../img/head_bg.png) no-repeat center;
	height: 596px;
}
.nav{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.nav a{
	font-size: 20px;
	color: #177370;
	margin-right: 14px;
}
.slogan{
	text-align: center;
	margin-top: 60px;
}
.svg1{
	font-weight: bold;
	font-size: 60px;
	width: 244px;
	height: 80px;
}
.slogan2{
	font-size: 40px;
	font-weight: bold;
	color: #177370;
}
.slogan3{
	margin-top: 36px;
	font-size: 25px;
	color: #177370;
}
.block{
	background: url(../img/block_bg.png) no-repeat top;
	box-sizing: border-box;
	padding: 0 256px;
}
.title_box{
	text-align: center;
	padding: 74px 0 46px;
}
.title{
	position: relative;
	color: #177370;
	font-size: 24px;
	font-weight: bold;
	margin-top: 100px;
	display: inline-block;
}
.property_report .title{
	margin: 0;
}
.title::before,.title::after{
	content: '';
	position: absolute;
	width: 40px;
	height: 33px;
	top: -4px;
}
.title::before{
	background: url(../img/title_before.png) no-repeat;
	left: -40px;
}
.title::after{
	background: url(../img/title_after.png) no-repeat;
	right: -40px;;
}
.main{
	transform: translateY(-190px);
}
.property_report{
	padding: 0 256px;
}
.property_report_box p{
	color: #4f3329;
	font-size: 14px;
	line-height: 26px;
}
.report_link_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 36px;
}
.report_link_box a{
	background: linear-gradient(to right,#47aeaa,#297A7A 82%,transparent 102%);
	width: 440px;
	padding: 7px 0;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 17px;
	letter-spacing: 1px;
	padding-left: 40px;
	position: relative;
	margin-bottom: 25px;
}
.report_link_box a::before{
	content: '';
	position: absolute;
	top: -10px;
	left: -19px;
	width: 45px;
	height: 50px;
	background: url(../img/report_before.png) no-repeat;
}
.download_box{
	text-align: center;
	margin-top: 40px;
}
.download{
	color: #177370;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	box-sizing: border-box;
	padding: 14px 22px;
	border: 1px solid #177370;
	vertical-align: top;
	border-radius: 10px;
}
.download_box img{
	display: inline-block;
	vertical-align: top;
	margin-left: 14px;
	margin-top: 2px;
}
.news_box{
	display: flex;
	justify-content: space-between;
}
.news_left{
	width: 452px;
	height: 265px;
	position: relative;
	border-radius: 10px;
}
.news_left::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #2b9c99;
	right: -12px;
	bottom: -12px;
	z-index: -1;
	border-radius: 10px;
}
.news_left img{
	min-width: 100%;
	width: 100%;
	height: 100%;
}
.new_right{
	width: 415px;
	height: 261px;
	position: relative;
	box-sizing: border-box;
	padding-right: 36px;
}
.nr_scroll_box{
	height: 265px;
	overflow: hidden;
}
.nr_con{
	padding-top: 18px;
	padding-bottom: 8px;
	border-bottom: 1px solid #959595;
	display: block;
}
.nr_title{
	font-weight: bold;
	color: #177370;
	font-size: 16px;
	margin-bottom: 8px;
}
.nr_text{
	color: #585858;
	font-size: 12px;
	line-height: 19px;
}
.scroll-bar1,.scroll-bar2,.scroll-bar3{
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:5px;
	background:rgba(201,201,201,.25);
	border-radius: 10px;
}
.scroll-slider1,.scroll-slider2,.scroll-slider3{
	position:absolute;
	height:50px;
	width:5px;
	background:#399694;
	cursor:pointer;
	border-radius: 10px;
}
.company_news_box{
	position: relative;
}
.cn_scroll_box{
	padding-top: 20px;
	height: 680px;
	overflow: hidden;
}
.company_news_con{
	width: 853px;
	height: 122px;
	box-sizing: border-box;
	background: linear-gradient(to right,#47aeaa,rgba(8,66,70,.2));
	border-radius: 6px;
	padding: 26px 252px 20px 22px;
	display: block;
	color: #fdfbf6;
	position: relative;
	margin-bottom: 40px;
}
.cn_title{
	font-size: 18px;
	margin-bottom: 10px;
}
.cn_text{
	font-size: 14px;
}
.cn_img{
	position: absolute;
	width: 237px;
	height: 139px;
	top: -30px;
	right: -40px;
}
.property_research_box{
	position: relative;
}
.pr_scroll_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	height: 460px;
	overflow: hidden;
}
.pr_scroll_box::after{
	content: '';
	flex: 0 0 281px;
}
.property_research_con{
	width: 281px;
	height: 152px;
	margin-bottom: 80px;
}
.property_research_con img{
	width: 100%;
	min-width: 100%;
	height: 100%;
	border-radius: 16px 6px 16px 6px;
}
.pr_title{
	color: #177370;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	margin-top: 12px;
	display: inline-block;
	width: 100%;
}
.scroll-bar3{
	right: -30px;
}
.group{
	color: #4f3329;
}
.group_con{
	width: 94%;
	margin: auto;
}
.group_left{
	width: 40%;
	float: left;
}
.group_right{
	float: left;;
}
.group_title{
	font-size: 18px;
	font-weight: bold;
	color: #33364f;
	text-align: center;
	margin-bottom: 28px;
}
.group_con span{
	margin-bottom: 2px;
}
.g_title:first-child{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}
.g_title:not(:first-child){
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}
.span{
	/* display: inline-block;
	float: left; */
}
.footerwrap {
    background: #364545;
	margin: auto auto;
}
.footer {
    width: 1000px;
    margin: auto;
    overflow: hidden;
    padding: 10px 0;
}
.footer_l {
    float: left;
    width: 20%;
    margin-top: 3%;
}
.footer_r {
    float: right;
    width: 80%;
}
.footer_r li {
    list-style: none;
    float: left;
    text-indent: 24px;
    color: white;
    font-size: 12px;
    margin-top: 60px;
}
.p_slogan1{
	display: none;
	font-size: 24px;
	font-weight: bold;
	color: #177370;
	text-align: center;
}
@media screen and (max-width:700px){
	.wrap{
		width: 100%
	}
	.nav {
	    white-space: nowrap;
	    overflow: auto;
		margin-top: 12px;
	}
	.nav a{
		font-size: 12px;
	}
	.svg1{
		display: none;
	}
	.slogan{
		margin-top: 24px;
	}
	.p_slogan1{
		display: block;
	}
	.slogan2{
		font-size: 16px
	}
	.slogan3{
		font-size: 14px;
		margin-top: 14px;
	}
	.head{
		height: 260px;
	}
	.block{
		background: none;
		padding: 0;
	}
	.title_box{
		padding: 24px 0 16px;
	}
	.title{
		margin-top: 40px;
	}
	.side{
		margin-left: 0;
		width: 26px;
		height: auto;
		font-size: 12px;
	}
	.main{
		transform: none;
		box-sizing: border-box;
		padding: 20px 44px;
	}
	.property_report{
		padding: 0;
	}
	.title::before,.title::after{
		display: none;
	}
	.report_link_box a{
		padding: 10px;
		text-indent: 0;
		border-radius: 8px;
		font-size: 14px;
	}
	.report_link_box a::before{
		display: none;
	}
	.news_left{
		display: none;
	}
	.company_news_con{
		width: 100%;
		padding: 12px;
		height: auto;
	}
	.cn_title{
		font-size: 14px;
	}
	.cn_text{
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 12;
	}
	.cn_img{
		display: none;
	}
	.scroll-bar3{
		right: -6px;
	}
	.property_research_con{
		margin: 36px auto;
		max-width: 100%;
	}
	.guest_con{
		margin: 12px 0;
	}
	.group_left{
		width: auto;
		margin-bottom: 12px;
	}
	.group_right{
	}
	.group_con img{
		display: block;
		margin: auto auto !important;
		float: none !important;
		padding-top: 20px;
	}
	.footer {
		width: 100%;
	}
	.footer_l {
		width: 100%;
		text-align: center;
	}
	.footer_r {
		float: right;
		width: 96%;
		padding: 0 2%;
	}
}
