@charset "utf-8";
/* banner */
.bannerbox {
	padding-bottom: 167px;
	background: url(../images/bg_banner_index.jpg) no-repeat center fixed;
	-webkit-animation: bgzoom 4s linear forwards;
	-o-animation: bgzoom 4s linear forwards;
	animation: bgzoom 4s linear forwards;
}
.bannerbox:before {
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/bg_banner_index.jpg) no-repeat center 0;
	background-size: cover;
	content: '';
}
.banner {
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.banner .desc {
	position: absolute;
	top: 50%;
	left: 114px;
	margin-top: -164px;
	color: #ffffff;
}
.banner .desc .line {
	width: 202px;
	height: 2px;
	background-color: #c91424;
	-webkit-animation: mr 4s ease forwards;
	-o-animation: mr 4s ease forwards;
	animation: mr 4s ease forwards;
}
.banner .desc h3 {
	margin: 22px 0;
	font-size: 50px;
	font-family: AB;
}
.banner .desc h4 {
	margin: 0;
	font-size: 67px;
	font-weight: 400;
}
.banner .desc p {
	line-height: 16px;
	margin: 20px 0 48px;
	font-size: 8px;
	letter-spacing: 1px;
	opacity: .62;
}
@-webkit-keyframes mr {
0% {
width:0
}
100% {
width:202px
}
}
@-o-keyframes mr {
0% {
width:0
}
100% {
width:202px
}
}
@-moz-keyframes mr {
0% {
width:0
}
100% {
width:202px
}
}
@keyframes mr {
0% {
width:0
}
100% {
width:202px
}
}
/* aboutus */
.about-hd .col-6 {
	position: relative;
	height: 100vh;
}
.about-hd .desc {
	height: 486px;
	margin: 0 98px 0 -100px;
	border: 1px solid rgba(255,255,255,.55);
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}
.about-hd .desc h3 {
	margin: 80px 0 340px 138px;
	font-size: 66px;
	font-family: AB;
	color: #ffffff;
}
.about {
	color: #ffffff;
}
.about .num {
	position: relative;
}
.num-desc {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-right: 100px;
	font-size: 16px;
	text-align: center;
	opacity: .4;
}
.num-desc p {
	margin: 0;
}
.num-desc p strong {
	display: block;
	margin-bottom: 15px;
	font-size: 60px;
	font-weight: bold;
}
.about .desc {
	position: relative;
	height: 100%;
}
.about .desc .hd {
	position: absolute;
	top: -167px;
	left: -100px;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255,255,255,.55);
}
.about .desc .hd h3 {
	margin: 80px 0 0 138px;
	font-size: 66px;
	font-family: AB;
}
.about .desc .bd {
	position: absolute;
	top: 15px;
	right: 146px;
	left: 38px;
}
.about .desc .bd h3 {
	display: inline-block;
	height: 58px;
	line-height: 58px;
	overflow: hidden;
	margin: 0 0 20px;
	border-bottom: 1px solid #fff;
	font-size: 34px;
	font-weight: 400;
}
.about .desc .bd p {
	line-height: 28px;
	overflow: hidden;
	margin: 0 0 70px;
	font-size: 14px;
}
/* 集团业务 */
.industry {
	position: relative;
	z-index: 3;
	padding-bottom: 80px;
	background-color: #fff;
}
.industry-list {
	position: relative;
}
.industry-list .tabnav {
	position: absolute;
	z-index: 3;
	bottom: -80px;
	right: 66px;
	left: 66px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.04);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.04);
	box-shadow: 0 0 20px rgba(0,0,0,.04);
}
.industry-list .tabnav li a {
	display: block;
	padding: 38px 0;
	color: #6c6c6c;
}
.industry-list .tabnav li.active a, .industry-list .tabnav li a:hover {
	border-bottom: 4px solid #C91424;
	color: #2c2c2c;
}
.industry-list .tabnav li a span {
	position: relative;
	display: block;
	padding-top: 62px;
	line-height: 24px;
	border-right: 1px solid #EBEBEB;
	font-size: 20px;
	text-align: center;
}
.industry-list .tabnav li:last-child a span {
	border: 0;
}
.industry-list .tabnav li a span:before {
	position: absolute;
	top: -20px;
	right: 0;
	left: 0;
	display: block;
	height: 54px;
	background-repeat: no-repeat;
	background-position: center center;
	content: '';
}
.industry-list .tabnav li:first-child a span:before {
	background-image: url(../images/icon_industry02.png);
}
.industry-list .tabnav li:first-child.active a span:before, .industry-list .tabnav li:first-child a:hover span:before {
	background-image: url(../images/icon_industry02_cr.png);
}
.industry-list .tabnav li:nth-child(2) a span:before {
	background-image: url(../images/icon_industry01.png);
}
.industry-list .tabnav li:nth-child(2).active a span:before, .industry-list .tabnav li:nth-child(2) a:hover span:before {
	background-image: url(../images/icon_industry01_cr.png);
}
.industry-list .tabnav li:nth-child(3) a span:before {
	background-image: url(../images/icon_industry03.png);
}
.industry-list .tabnav li:nth-child(3).active a span:before, .industry-list .tabnav li:nth-child(3) a:hover span:before {
	background-image: url(../images/icon_industry03_cr.png);
}
.industry-list .tabnav li:nth-child(4) a span:before {
	background-image: url(../images/icon_industry04.png);
}
.industry-list .tabnav li:nth-child(4).active a span:before, .industry-list .tabnav li:nth-child(4) a:hover span:before {
	background-image: url(../images/icon_industry04_cr.png);
}
.industry-list .item {
	height: 632px;
	overflow: hidden;
	padding-top: 180px;
	color: #ffffff;
	text-align: center;
	text-shadow: 1px 1px 8px rgba(0,0,0,.26);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.industry-list .item .container {
	width: 720px;
}
.industry-list .item h3 {
	margin: 0 0 24px;
	font-size: 54px;
	font-weight: 400;
}
.industry-list .item p {
	line-height: 28px;
	margin: 0;
	font-size: 14px;
}
.industry-list .item a {
	display: block;
	width: 63px;
	height: 63px;
	overflow: hidden;
	margin: 22px auto 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: url(../images/icon_down.png) no-repeat center #C91424;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.industry-list .item a:hover {
	background-position: center 70%;
}
/* 房产项目 */
.product {
	position: relative;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.04);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.04);
	box-shadow: 0 0 20px rgba(0,0,0,.04);
	padding-top: 40px
}
.product-list {
	position: relative;
}
.product-list .slides li a {
	display: block;
	background: linear-gradient(left, #FFFFFF 93.75%, #FAFAFA 100%);
	background: -webkit-linear-gradient(left, #FFFFFF 93.75%, #FAFAFA 100%);
	background: -moz-linear-gradient(left, #FFFFFF 93.75%, #FAFAFA 100%);
	background: -o-linear-gradient(left, #FFFFFF 93.75%, #FAFAFA 100%);
}
.product-list .slides li a .pic {
	overflow: hidden;
}
.product-list .slides li a .pic img {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.product-list .slides li a:hover .pic img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.product-list .slides li a .desc {
	position: relative;
	height: 60px;
	padding: 24px 65px 0 18px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.product-list .slides li a:hover .desc {
	background-color: #c91424;
}
.product-list .slides li a .desc:before {
	position: absolute;
	top: 40%;
	right: 30px;
	width: 25px;
	height: 25px;
	margin-top: -12px;
	background: url(../images/icon_product_more.png) no-repeat;
	content: '';
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.product-list .slides li a:hover .desc:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.product-list .slides li a .desc h3 {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: normal;
	color: #6c6c6c;
}
.product-list .slides li a:hover .desc h3 {
	color: #ffffff;
}
.product-list .slides li a .desc p {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin: 0;
	font-size: 14px;
	color: #d9d9d9;
}
.product-list .slides li a:hover .desc p {
	color: #ffffff;
}
.product-list .flex-direction-nav {
	padding: 0;
	margin: 0;
	list-style: none;
}
.product-list .flex-direction-nav a {
	position: absolute;
	bottom: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	font-size: 40px;
	font-family: simsun;
	color: #ffffff;
	text-align: center;
	background-color: rgba(0,0,0,.45);
}
.product-list .flex-direction-nav a.flex-prev {
	left: 7px;
}
.product-list .flex-direction-nav a.flex-next {
	right: 7px;
}
/* 新闻中心 */
.news {
	background-color: #fff;
}
.news-box {
	padding: 0 66px 80px;
}
.news-topic {
	width: 876px;
	margin-right: 38px;
}
.news-topic a {
	position: relative;
	display: block;
	padding-right: 32px;
	color: #ffffff;
	background-color: #c91424;
}
.news-topic a .pic {
	display: block;
	width: 538px;
	margin-right: 30px;
	height: 529px
}
.news-topic a .desc {
	overflow: hidden;
}
.news-topic a .desc time {
	display: inline-block;
	overflow: hidden;
	padding: 10px 12px 12px;
	color: #c91523;
	font-size: 22px;
	text-align: center;
	background-color: #ffffff;
}
.news-topic a .desc time span {
	display: block;
	font-size: 26px;
}
.news-topic a .desc h3 {
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	margin: 38px 0 20px;
	font-size: 24px;
	font-weight: normal;
}
.news-topic a .desc p {
	line-height: 24px;
	overflow: hidden;
	padding-top: 18px;
	margin: 0 0 95px;
	border-top: 1px solid #FFFFFF;
	font-size: 14px;
}
.news-topic a .desc ins {
	font-style: italic;
	text-decoration: none;
}
.news-list {
	overflow: hidden;
}
.news-list li {
	margin-bottom: 57px;
}
.news-list li a {
	display: block;
}
.news-list li a .pic {
	position: relative;
	width: 192px;
	margin-right: 12px;
}
.news-list li a .pic img {
	height: 138px;
}
.news-list li a .pic time {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 6px;
	color: #ffffff;
	text-align: center;
	background-color: #c91424;
}
.news-list li a .pic time span {
	display: block;
	margin-bottom: 2px;
	font-size: 13px;
}
.news-list li a .desc {
	height: 137px;
	overflow: hidden;
	border-bottom: 1px solid #EDEDED;
}
.news-list li a .desc h3 {
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	margin: 0 0 15px;
	font-size: 20px;
	color: #6c6c6c;
}
.news-list li a:hover .desc h3 {
	text-decoration: underline;
}
.news-list li a .desc p {
	height: 56px;
	line-height: 28px;
	overflow: hidden;
	margin: 0;
	font-size: 14px;
	color: #6c6c6c;
}

/* 1366 */
@media (max-width:1366px) {
/* about */
.about .desc .bd p {
	margin: 0 0 30px;
}
/* 房产项目 */
.product-list .slides li a .desc {
	padding-right: 40px;
}
.product-list .slides li a .desc:before {
	right: 10px;
}
/* 新闻中心 */
.news-topic {
	width: 580px;
}
.news-topic a .pic {
	width: 340px;
}
.news-topic a .desc time {
	padding: 5px 5px 6px;
	font-size: 18px;
}
.news-topic a .desc time span {
	font-size: 22px;
}
.news-topic a .desc h3 {
	height: 48px;
	line-height: 24px;
	margin: 10px 0;
	font-size: 16px;
}
.news-topic a .desc p {
	height: 144px;
	padding-top: 10px;
	margin: 0 0 10px;
}
.news-list li {
	margin-bottom: 11px;
}
.news-list li a .pic {
	width: 145px;
}
.news-list li a .pic img {
	height: 104px;
}
.news-list li a .desc {
	height: 103px;
}
}

/* 1024 */
@media (max-width:1200px) {
/*.title{ padding:50px 0 30px;}*/
	/* about */
.num-desc {
	padding-right: 50px;
}
.num-desc p strong {
	font-size: 40px;
}
.about .desc .hd {
	left: -50px;
}
.about .desc .hd h3 {
	margin-left: 88px;
}
.about .desc .bd {
	right: 70px;
}
.about .desc .bd p {
	height: 112px;
	margin: 0 0 10px;
}
/* 集团业务 */
.industry-list .tabnav {
	right: 20px;
	left: 20px;
}
/* 房产项目 */
.product-list .slides li a .desc {
	height: 60px;
	padding: 10px 40px 0 10px;
}
.product-list .slides li a .desc h3 {
	font-size: 16px;
}
.product-list .slides li a .desc p {
	font-size: 12px;
}
/* 新闻中心 */
.news-box {
	padding: 0 20px 50px;
}
.news-topic {
	width: 474px;
	margin-right: 20px;
}
.news-topic a .pic {
	width: 280px;
	margin-right: 10px;
	height: 100%;
}
.news-topic a .desc h3 {
	height: 40px;
	line-height: 20px;
}
.news-topic a .desc p {
	height: 80px;
	line-height: 20px;
	font-size: 12px;
}
.news-list li {
	margin-bottom: 19px;
}
.news-list li a .pic {
	width: 110px;
}
.news-list li a .pic img {
	height: 79px;
}
.news-list li a .desc {
	height: 78px;
}
.news-list li a .desc h3 {
	height: 20px;
	line-height: 20px;
	margin: 0 0 5px;
	font-size: 16px;
}
.news-list li a .desc p {
	height: 40px;
	line-height: 20px;
	font-size: 12px;
}
}

/* 900 */
@media (max-width:900px) {
.bannerbox {
	-webkit-animation: bgzoomA 4s linear forwards;
	-o-animation: bgzoomA 4s linear forwards;
	animation: bgzoomA 4s linear forwards;
}
.banner .desc {
	left: 10px;
	right: 50px;
	margin-top: -92px;
}
.banner .desc h3 {
	font-size: 30px;
}
.banner .desc h4 {
	font-size: 30px;
}
.banner .desc p {
	margin: 20px 0 0;
}
.banner .desc img {
	display: none;
}
/* about */
.about .num, .about .desc {
	float: none;
	width: 100%;
}
.num-desc {
	padding-right: 0;
}
.num-desc p strong {
	font-size: 30px;
}
.about .desc .hd {
	top: -45px;
	right: 10px;
	left: 10px;
	width: auto;
	height: auto;
}
.about .desc .hd h3 {
	margin: 10px 0 10px 10px;
	font-size: 30px;
}
.about .desc .bd {
	top: 10px;
	right: 20px;
	left: 20px;
}
.about .desc .bd h3 {
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
	font-size: 18px;
}
.about .desc .bd p {
	height: 100px;
	line-height: 20px;
	font-size: 12px;
}
/* title 
	.title{ padding:15px 0 10px;}
		.title h3{ font-size:40px;}
		.title p{ font-size:20px;}*/
    /* 集团业务 */
.industry {
	padding-bottom: 50px;
}
.industry-list .tabnav {
	right: 10px;
	bottom: -43px;
	left: 10px;
}
.industry-list .tabnav li a {
	padding: 10px 0;
}
.industry-list .tabnav li.active a, .industry-list .tabnav li a:hover {
	border-width: 0 0 2px;
}
.industry-list .tabnav li a span {
	padding-top: 40px;
	font-size: 14px;
}
.industry-list .tabnav li a span:before {
	top: 0;
	height: 30px;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.industry-list .item {
	height: auto;
	padding: 30px 10px 60px;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.industry-list .item h3 {
	margin: 0 0 10px;
	font-size: 30px;
}
.industry-list .item a {
	width: 50px;
	height: 50px;
}
/* 房产项目 */
.product-list {
	overflow: hidden;
	padding: 10px 10px 0;
}
.product-list ul {
	margin: 0 -10px -10px 0;
}
.product-list li {
	float: left;
	width: 50%;
}
.product-list li .item {
	padding: 0 10px 10px 0;
}
.product-list .slides li a .desc {
	height: auto;
	padding: 5px 24px 5px 5px;
}
.product-list .slides li a .desc:before {
	right: 5px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.product-list .slides li a .desc h3 {
	margin: 0;
	font-size: 14px;
}
.product-list .slides li a .desc p {
	font-size: 10px;
}
/* 新闻中心 */
.news-box {
	padding: 0 10px;
}
.news-topic {
	float: none;
	width: 100%;
	margin: 0 0 10px;
}
.news-topic a {
	padding: 0;
}
.news-topic a .pic {
	float: none;
	width: 100%;
	margin: 0;
}
.news-topic a .desc {
	padding: 10px;
}
.news-topic a .desc time {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	padding: 5px;
	font-size: 14px;
	background-color: rgba(255,255,255,.8);
}
.news-topic a .desc time span {
	font-size: 16px;
}
.news-topic a .desc h3 {
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	margin: 0 0 5px;
}
.news-topic a .desc p {
	height: auto;
}
}

/* 320 */
@media (max-width:320px) {
.about .desc .hd {
	top: -30px;
	right: 5px;
	left: 5px;
}
.about .desc .hd h3 {
	margin: 5px 0 5px 5px;
	font-size: 24px;
}
.about .desc .bd {
	right: 10px;
	left: 10px;
}
.about .desc .bd h3 {
	height: 26px;
	line-height: 26px;
	font-size: 16px;
}
.about .desc .bd p {
	height: 90px;
	line-height: 18px;
}
}
