@charset "utf-8";

body {
	overflow-x: hidden;
	font-family: "PingFang SC", "Microsoft YaHei", "Segoe UI", Tahoma, Arial, Verdana, "sans-serif";
	color: #888;
	background: #fff;
}

a {
	color: #888;
}

.clears {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.clears2:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

::-moz-placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

:-ms-input-placeholder {
	color: #999;
}

.wrap {
	padding: 0 8.5% 4.5%;
}

.mid-cell {
	display: table-cell;
	vertical-align: middle;
}

.mid-table {
	height: 100%;
	display: table;
	width: 100%;
	text-align: center;
}

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

.img-box:hover .img-con {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/*弹出框*/

.popPart {
	position: absolute;
	background: url(../images/caseyy.png);
	position: fixed;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
}

.popPart .swiper-container {
	text-align: center;
	height: 100%;
	vertical-align: middle;
}

.popPart .swiper-container .swiper-slide {
	display: table;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

.popPart .swiper-container .swiper-slide .img_bg2 {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

.popPart .swiper-container .swiper-slide .img_bg2 img {
	max-width: 100%;
}

.pageNum {
	position: absolute;
	height: 65px;
	line-height: 65px;
	color: #fff;
	bottom: 0;
	right: 5.2%;
	z-index: 30;
}

.popPart .buttons div {
	width: 60px;
	text-indent: 100px;
	overflow: hidden;
	height: 60px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	border: none;
	position: absolute;
	top: 50%;
	margin-top: -69px;
	z-index: 20;
}

.popPart .swiper-button-prev {
	background: url(../images/icon-left5.png) center center no-repeat;
	left: 10%;
	border-radius: 50%;
}

.popPart .swiper-button-next {
	background: url(../images/icon-right5.png) center center no-repeat;
	right: 10%;
	border-radius: 50%;
}

.popClose {
	background: url(../images/close2.png) no-repeat scroll center center;
	width: 52px;
	height: 52px;
	position: absolute;
	top: 0;
	right: 5.2%;
	z-index: 30;
	display: block;
	margin-top: 3%;
	display: block;
	cursor: pointer;
	transition: 400ms;
	-webkit-transition: 400ms;
}

.popClose:hover {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}



/* 手机端导航 */

.slide_nav {
	background: #ff6509;
	overflow: auto;
	padding-bottom: 30px;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	width: 100%;
	position: fixed;
	left: -100%;
	top: 0;
	height: 100%;
	z-index: 99999999;
}

.slide_nav.left_active {
	left: 0;
}

.slide_nav .slide_logo {
	background: #fff;
	text-align: center;
	padding: 15px 0;
}

.slide_nav .slide_logo a {
	display: block;
}

.slide_nav .slide_logo a img {
	max-width: 54%;
}

.slide_nav .slide_nav_ul {
	margin-top: 8%;
}

.slide_nav .slide_nav_ul li {
	text-align: center;
	position: relative;
	width: 100%;
	line-height: 50px;
}

.slide_nav .slide_nav_ul .slideJA {
	font-size: 16px;
}

.slide_nav .slide_nav_ul .slideNavSecon {
	display: none;
	overflow: hidden;
	background: #b9c778;
}

.slide_nav .slide_nav_ul .slideNavSecon a {
	display: block;
}

.slide_nav .slide_nav_ul .slideNavSecon.active {
	height: 100%;
}

.slide_nav .slide_nav_ul li a {
	font-size: 15px;
	color: #fff;
	height: 50px;
	display: block;
}

.slide_nav .slide_nav_ul .slide_nav_ulLast a {
	display: inline-block;
}

.slide_nav .slide_nav_ul .slide_nav_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.slide_nav .slide_nav_ul .slide_nav_bg span {
	background: #fff;
	height: 50px;
}

.slide_nav .slide_nav_ul .slide_nav_wz {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.phone_back {
	width: 60%;
	height: 40px;
	display: block;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 20px;
	border: 0;
	background: #fff;
	color: #000;
	text-align: center;
	line-height: 40px;
}




/* 电脑端导航 */

#header {
	padding: 2% 8.5%;
	padding-bottom: 0;
	background: #fff;
	position: relative;
	z-index: 1000;
}

#header .header-con {
	position: relative;
}

.logo {
	/*margin-top: 1%;*/
	z-index: 1000;
	width: 220px;
}

.logo img {
	width: 100%;
}

.pt-main-top {
	position: relative;
	z-index: 99;
	margin-right: 7%;
}

.pt-main-top .nav {
	perspective: 500;
	-webkit-perspective: 500;
}

.pt-main-top .nav a {
	color: #434343;
	display: inline-block;
	padding: 20px 0;
	line-height: 1;
	margin: 0 25px;
	vertical-align: middle;
	position: relative;
	border-bottom: 4px solid transparent;
}

.pt-main-top .nav a:hover {
	color: #ff6509;
	border-bottom: 4px solid #ff6509;
}

.pt-main-top .nav a.actived {
	color: #ff6509;
	font-weight: bold;
	border-bottom: 4px solid #ff6509;
}

.pt-main-top .nav.active .navS {
	transform: rotateY(30deg) translateX(300px);
	opacity: 0;
	display: none\9;
}

.pt-main-top .search_con {
	margin-left: 30px;
	margin-right: 32px;
	vertical-align: top;
}

.in_mid {
	display: inline-block;
	vertical-align: middle;
}

.pt-main-top .search_icon i {
	width: 23px;
	display: inline-block;
	height: 44px;
	background: url(../images/search_icon.png) center center no-repeat;
}

.pt-main-top .share_icon i {
	width: 23px;
	display: inline-block;
	height: 44px;
	background: url(../images/share_icon.png) center center no-repeat;
}

.pt-main-top .collect_icon i {
	width: 23px;
	display: inline-block;
	height: 44px;
	background: url(../images/wj_icon.png) center center no-repeat;
}

#header .headerLeft {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 0.8%;
	z-index: 100;
}

#header .headerLeft .search {
	width: 0;
	height: 30px;
	padding: 0;
	font-size: 14px;
	color: #222;
	background: #fff;
	border-radius: 4px;
}

#header .headerLeft .btn_search {
	width: 16px;
	height: 16px;
	background-color: transparent;
	background-image: url(../images/icon_search.png);
	background-position: center;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	cursor: pointer;
	vertical-align: middle;
}

#header .headerLeft span {
	display: inline-block;
	width: 2px;
	height: 15px;
	background: #989898;
	vertical-align: -4px;
	margin-right: 50px;
}

#header .headerLeft.actived .search {
	width: 200px;
	padding: 10px;
	border: 1px solid #ccc;
}

#header .headerLeft.actived span {
	display: none;
}

#header .header-text {
	width: 100%;
	height: 100%;
	vertical-align: top;
	background: none;
	border: 0;
	padding: 0 10px;
}

.oa-links {
	position: absolute;
	right: 3%;
	top: 0;
	margin-top: 3%;
}

.sub-nav a {
	display: inline-block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	margin: 0 4%;
	color: #ff6509;
	/*background: url(../images/sub-nav-bg01.png) no-repeat;*/
	background-position: center;
	border: solid 1px #ff6509;
}

.sub-nav a:hover,
.sub-nav a.actived {
	color: #fff;
	background: #ff6509; /*url(../images/sub-nav-bg01.png)*/ no-repeat;
	background-position: center;
	border: 1px solid #d75e6c;
}

/*首页,新闻中心*/

.index-main .main01 .index-news-con {
	position: relative;
}

.index-main .main01 .index-news-right {
	width: 50%;
	padding-left: 60px;
	margin-left: 50%;
	background: #fff;
	min-height: 630px;
}

.index-main .main01 .index-news-left {
	width: 50%;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.index-main .main01 .index-news-right .news_list {}

.index-main .main01 .list {
	display: none;
}

.index-main .main01 .list1 {
	display: block;
}

.index-main .main01 .index-news-right li {
	margin-bottom: 10px;
}

.index-main .main01 .index-news-right li a {
	display: block;
	border-bottom: 1px #eee solid;
	padding-bottom: 10px;
	padding-top: 15px;
	position: relative;
}

.index-main .main01 .index-news-info {
	position: relative;
}

.index-main .main01 .index-news-h4 {
	width: 85%;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-main .main01 .index-news-left .index-news-h4 {
	color: #333;
}

.index-main .main01 .index-news-left .line {
	display: block;
	width: 18px;
	height: 3px;
	background-color: #ffffff;
}

.index-main .main01 .index-news-left .date {
	display: block;
	margin-top: 9%;
	color: #fff;
}

.index-main .main01 .index-news-text {
	color: #999999;
	line-height: 2;
	height: 30px;
	overflow: hidden;
}

.index-main .main01 .index-news-left .index-news-text {
	color: #888;
}

.index-main .main01 .index-news-time {
	position: absolute;
	left: 0;
	top: 20px;
	color: #dfe2e7;
	text-align: center;
	line-height: 22px;
	width: 93px;
	height: 93px;
	border: solid 2px #dfe2e7;
}

.index-main .main01 .index-news-time>div {
	width: 100%;
}

.index-main .main01 .index-news-time p {
	line-height: 1;
}

.index-main .main01 .index-news-time .p1 {
	margin-bottom: 15px;
}

.index-main .main01 .index-news-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #0d8dc6
}

.index-main .main01 .index-news-line2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 0;
	background: #0d8dc6;
	transition: all 0.4s 0.6s;
	-webkit-transition: all 0.4s 0.6s;
}

.index-main .main01 .index-news-right li a:hover .index-news-time {
	color: #fff;
	background-color: #0654a3;
	border: solid 2px #0654a3;
}

.index-main .main01 .index-news-right li a:hover .index-news-h4 {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	color: #d75e6c;
}

.index-main .main01 .index-news-right li a.active .index-news-line {
	transition: all 0.6s 0.4s;
	-webkit-transition: all 0.6s 0.4s;
}

.index-main .main01 .index-news-right li a.active .index-news-line2 {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.index-main .main01 .index-news-img {
	/*padding-bottom: 45%;*/
	height: 73%;
	position: relative;
	overflow: hidden;
}

.index-main .main01 .index-news-right-info {
	height: 27%;
	background: #f8f8f8;
	padding: 20px 30px;
}

.index-main .main01 .index-news-h42 {
	background: none;
}

.index-main .main01 .index-news-text2 {
	height: 30px;
	margin-top: 0;
}

.index-main .main01 .index-news-left a:hover .index-news-h42 {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
}

.index-main .main01 .index-news-left a .index-news-img p {
	background-repeat: no-repeat;
	background-position: center;
}

.index-main .main01 .index-news-left a:hover .index-news-img p {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.index-main .main01 .index-news-right .news_nav a {
	color: #333;
	padding: 15px 0;
	margin-right: 11%;
	border-bottom: 2px solid transparent;
}

.index-main .main01 .index-news-right .news_nav .gengduo {
	margin-right: 0;
}

.index-main .main01 .index-news-right .news_nav a.actived,
.index-main .main01 .index-news-right .news_nav a:hover {
	color: #0654a3;
	border-bottom: 2px solid #0654a3;
}

.index-main .main01 .xinwen {
	margin-top: 40px;
}

.index-main .main01 .riqi {
	color: #222;
	margin: 10px 0;
}

.index-main .main01 .index-news-right .riqi {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}

.index-main .main01 .index-news-right .index-news-text {
	margin-top: 10px;
}

.index-main .main01 .chakan {
	margin-top: 10px;
	text-align: right;
	color: #ff6509;
}

.index-main .main01 .chakan:hover {
	margin-right: 15px;
}

.more {
	margin-top: 40px;
}

.more a {
	display: block;
	width: 200px;
	height: 50px;
	margin: 0 auto;
	line-height: 50px;
	text-align: center;
	color: #ff6509;
	border: solid 1px #ff6509;
}

.more a:hover {
	color: #fff;
	background: #d75e6c;
	border: solid 1px #d75e6c;
}

.index-main .main02 {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #F8F8F8;
}

.index-guanyu {
	position: relative;
}

.index-guanyu .guanyu-lt,
.index-guanyu .guanyu-rt {
	width: 50%;
}

.index-guanyu .guanyu-lt {
	color: #222;
	padding-right: 13%;
}

.index-guanyu .guanyu-lt h2 {
	margin: 10px 0;
}

.index-guanyu .guanyu-lt h2 img {
	width: 50%;
}

.index-guanyu .guanyu-lt p {
	line-height: 2;
}

.index-guanyu .guanyu-lt .more {
	margin-top: 20px;
	margin-bottom: 30px;
}

.index-guanyu .guanyu-rt {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.index-guanyu .guanyu-rt .img-box {
	height: 100%;
}

.index-main .jituan li {
	float: left;
	width: 20%;
	position: relative;
}

.index-main .jituan li .img-box5 {
	padding-bottom: 150%;
}

.index-main .jituan li .img2 {
	display: none;
}

.index-main .jituan .jituan1 .img1 {
	background-image: url(../images/jituan1.jpg);
}

.index-main .jituan .jituan2 .img1 {
	background-image: url(../images/jituan2.jpg);
}

.index-main .jituan .jituan3 .img1 {
	background-image: url(../images/jituan3.jpg);
}

.index-main .jituan .jituan4 .img1 {
	background-image: url(../images/jituan4.jpg);
}

.index-main .jituan .jituan5 .img1 {
	background-image: url(../images/jituan5.jpg);
}

.index-main .jituan .jituan6 .img1 {
	background-image: url(../images/jituan6.jpg);
}

.index-main .jituan .jituan1 .cover,
.index-main .jituan .jituan3 .cover,
.index-main .jituan .jituan3 .cover,
.index-main .jituan .jituan7 .cover {
	background-image: url(../images/cover11.png);
}

.index-main .jituan .jituan2 .cover,
.index-main .jituan .jituan4 .cover,
.index-main .jituan .jituan6 .cover,
.index-main .jituan .jituan8 .cover {
	background-image: url(../images/cover12.png);
}

.index-main .jituan li .jituan-msg {
	color: #fff;
}

.index-main .jituan li .jituan-msg h3 {
	margin-bottom: 20px;
	font-size: 24px;
}

.index-main .jituan li.actived {
	width: 20%;
}

.index-main .jituan li.actived .img2 {
	display: block;
}

.index-main .jituan li.actived .img1 {
	display: none;
}

.index-main .jituan li.actived .img-box5 {
	padding-bottom: 90%;
}

.index-main .jituan li.actived .mid-table {
	text-align: left;
	padding-left: 20px;
}

.tousu-con .tousu4 input {
	width: 60%;
}

.tousu-con .tousu4 .yanzhengma-img {
	width: 33%;
	height: 74px;
}

.tousu-con .tousu4 .yanzhengma-img img {
	width: 100%;
	height: 100%;
}

.tousu-con .tousu5 textarea {
	width: 100%;
	height: 200px;
	padding: 30px 35px;
	border: solid 1px #cccccc;
}

.tijiao {
	display: block;
	width: 260px;
	line-height: 74px;
	margin: 0 auto;
	margin-top: 35px;
	color: #fff;
	background: #ff6509;
	cursor: pointer;
}

.tijiao:hover {
	background: #2b76e0;
}

/* 楼盘介绍 */
.loupan-main .common1 li {
	float: left;
	width: 50%;
}

.loupan-main .common1 li h4 {
	margin-bottom: 20px;
}

.loupan-main .common1 li h4:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.loupan-main .common1 li h4 i {
	float: left;
	width: 26%;
	color: #222;
	font-weight: bold;
	font-style: normal;
}

.loupan-main .common1 li h4:last-child {
	margin-bottom: 0;
}

.loupan-main .common1 li h4 span {
	color: #666;
	float: left;
	width: 74%;
	line-height: 1.3;
}

.loupan-main .common1 .list2 {
	padding-left: 4%;
	border-left: 1px dashed #ccc;
}

.loupan-main .common2 .liangdian {
	margin: 45px 0;
}

.loupan-main .common2 .liangdian li {
	display: inline-block;
	width: 80px;
	margin: 0 15px;
	margin-bottom: 20px;
	text-align: center;
}

.loupan-main .common2 .liangdian .img-box5 {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 10px;
	position: relative;
}

.loupan-main .xiangce-con li {
	float: left;
	width: 21%;
	margin-right: 5.3%;
}

.loupan-main .xiangce-con li:nth-child(4n) {
	margin-right: 0;
}

.loupan-main .xiangce-con li .img-box {
	padding-bottom: 75%;
	margin-bottom: 15px;
}

.loupan-main .common6 .huxing .img-box {
	padding-bottom: 100%;
}

.loupan-main .common6 .huxing .huxing-msg {
	padding: 30px 15px;
}

.loupan-main .common6 .huxing .huxing-msg .huxing-name {
	color: #222;
	font-weight: bold;
	margin-bottom: 10px;
}

.swiper_in08 .swiper-slide {
	border: 1px solid #e6e6e6;
}

.loupan-main .common6 .swiper-button-prev {
	width: 60px;
	height: 60px;
	left: -12px;
	background-image: url(../images/icon-left6.png);
	background-size: contain;
}

.loupan-main .common6 .swiper-button-next {
	width: 60px;
	height: 60px;
	right: -12px;
	background-image: url(../images/icon-right-6.png);
	background-size: contain;
}

.huxing-nav {
	position: absolute;
	right: 40px;
	top: 40px;
}

.huxing-nav a {
	display: inline-block;
	padding-bottom: 10px;
	margin-right: 20px;
	border-bottom: 2px solid transparent;
}

.huxing-nav a:last-child {
	margin-right: 0;
}

.huxing-nav a:hover {
	color: #ff6509;
	border-bottom: 2px solid #ff6509;
}

/*历程图*/

.year-swiper {
	margin-top: 6%;
}

.year-swiper .swiper-slide {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 7%;
}

.year-swiper .swiper-slide .big {
	font-family: "simhei";
	color: #ff6509;
	margin-top: 8%;
}

.year-swiper .swiper-slide .txt {
	color: #fff;
	max-width: 475px;
	overflow: hidden;
	line-height: 30px;
	margin: auto;
	margin-top: 3%;
}

.year-swiper .swiper-slide .txt p {
	line-height: 2;
}

.year-swiper .swiper-slide .txt span {
	display: block;
	width: 18px;
	height: 1px;
	margin: 0 auto;
	background: #fff;
	opacity: .6;
	margin-top: 20px;
}

.year-swiper .swiper-pagination {
	top: 0;
	display: none;
}

.year-swiper .swiper-pagination .swiper-pagination-bullet,
.year-swiper .y-title li {
	width: auto;
	height: auto;
	background: none;
	color: #ff6509;
	opacity: 1;
	margin: 0.4% 4%;
}

.year-swiper .swiper-pagination .swiper-pagination-bullet .line,
.year-swiper .y-title li .line {
	width: 1px;
	height: 30px;
	background: #ff6509;
	margin: auto;
	margin-top: 10px;
}

.year-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .line,
.year-swiper .y-title li.active .line {
	width: 3px;
	background: #ff6509;
	margin-top: 2px;
}

.year-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.year-swiper .y-title li.active {
	font-size: 36px;
	font-weight: bold;
	color: #ff6509;
}

.year-swiper .bot-line {
	width: 100%;
	position: absolute;
	top: 80px;
	left: 0;
	height: 1px;
	background: #ff6509;
}

.year-swiper .swiper-button-prev {
	background: none;
	width: 85px;
	height: 12px;
	left: 50%;
	margin-left: -25%;
	top: 80%;
	margin-top: 0;
}

.year-swiper .swiper-button-next {
	background: none;
	width: 85px;
	height: 12px;
	right: 50%;
	margin-right: -25%;
	top: 80%;
	margin-top: 0;
}

.year-swiper .y-title {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	top: 10px;
	text-align: center;
}

.year-swiper .y-title li {
	display: inline-block;
	white-space: nowrap;
}

.licheng-main .licheng-con {
	padding: 0 5%;
}

.licheng-main .licheng-msg {
	margin-top: 60px;
}


.licheng-main .licheng-msg li .linian-lt {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.licheng-main .licheng-msg li .linian-rt {
	position: static;
	/*margin-left: 50%;*/
	min-height: 250px;
}

/*.licheng-main .licheng-msg li:nth-child(even) .linian-lt {
	margin-left: 0;
}

.licheng-main .licheng-msg li:nth-child(even) .linian-rt {
	position: static;
	padding-left: 8%;
	padding-right: 0;
}*/


.licheng-main .licheng-msg li .linian-lt .img-box {
	height: 100%;
	padding-bottom: 0;
}

/*.licheng-main .licheng-msg li:nth-child(even) .linian-rt .mid-table {
	text-align: left;
}


.licheng-main .licheng-msg li:nth-child(even) .linian-rt h3 {
	color: #ff6509;
}*/

.licheng-main .licheng-msg li {
	display: none;
}

.licheng-main .licheng-msg .licheng1 {
	display: block;
}


/* 楼盘地图 */
.prod-allcontent>div[class*="prod-"] {
	margin-top: 20px;
	padding: 28px 20px 28px;
	background-color: #fff;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1)
}

.prod-allcontent>div[class*="prod-"] .prod-tiptitle {
	margin-bottom: 10px;
	font-size: 16px;
	color: #666;
	position: relative
}

.prod-allcontent>div[class*="prod-"] .prod-tiptitle a.more-grey {
	line-height: 22px;
	font-size: 12px;
	color: #999;
	background: #f0f0f0;
	padding: 0 10px;
	display: inline-block;
	visibility: hidden;
	top: 0;
	right: 0
}

.prod-allcontent>div[class*="prod-"] .prod-tiptitle i.numtip {
	display: inline-block;
	visibility: hidden;
	position: absolute;
	right: -8px;
	top: -8px;
	background-color: #e60012;
	color: #fff;
	border-radius: 100%;
	font-style: normal;
	font-size: 1rem;
	padding: 4px;
	line-height: 6px;
	overflow: hidden
}

.prod-allcontent>div.prod-supporting {
	padding: 0;
	box-shadow: inherit;
	background-color: transparent
}

.prod-allcontent>div.prod-supporting .fangpop {
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
	background-color: #fff
}

.prod-highlights {
	padding-top: 38px;
	padding-bottom: 28px;
	text-align: center
}

.prod-highlights .prod-tiptitle {
	text-align: left
}

.prod-highlights .highlights-info {
	width: 900px;
	margin: 0 auto;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 40px
}

.prod-highlights .highlights-info .small-remarks {
	font-size: 12px;
	color: #bbb;
	line-height: 1.4
}

.prod-highlights h2 {
	line-height: 80px;
	font-size: 36px;
	font-weight: normal
}

.prod-highlights p {
	color: #999;
	line-height: 24px
}

.prod-highlights .highlights-itembox li {
	width: 197px;
	height: 160px;
	margin: 10px 10px;
	padding: 20px 10px;
	float: left;
	position: relative;
	transition: background-color .5s ease-out;
	-ms-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-webkit-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out
}

.prod-highlights .highlights-itembox li h4 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px
}

.prod-highlights .highlights-itembox li .highlights-img {
	height: 80px
}

.prod-highlights .highlights-itembox .highlights-text {
	display: none;
	color: #999;
	text-align: left;
	max-height: 40px;
	height: 40px \9;
	position: absolute;
	left: 50%;
	overflow: hidden
}

.prod-highlights .highlights-itembox .highlights-text span {
	overflow: hidden;
	white-space: nowrap
}

.prod-highlights .highlights-itembox .highlights-text p {
	height: 20px;
	white-space: nowrap;
	overflow: hidden
}

.prod-renovation ul li {
	position: relative;
	width: 193px;
	margin: 10px 2px;
	padding: 10px 20px;
	float: left;
	transition: background-color .5s ease-out;
	-ms-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-webkit-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out
}

.prod-renovation ul li .imgbox {
	position: absolute;
	width: 42px;
	top: 14px
}

.prod-renovation ul li .renovation-item {
	padding-left: 42px
}

.prod-renovation ul li .renovation-item .renovation-text {
	color: #999;
	line-height: 24px;
	height: 48px;
	overflow: hidden
}

.prod-renovation ul li h4 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px
}

.prod-renovation>.prod-tiptitle {
	margin-bottom: 20px !important
}

/* 楼盘地图2 */
.loupan-main .common4 h3 a {
	color: #999;
	margin-left: 15px;
	text-decoration: underline;
}

.loupan-main .common4 .zhoubian {
	height: 500px;
	border: 1px solid #eee;
	position: relative;
	overflow: hidden;
}

.loupan-main .common4 .zhoubian-lt {
	width: 66%;
}

.loupan-main .common4 .zhoubian-lt img {
	height: 100%;
}

.loupan-main .common4 .zhoubian-rt {
	width: 34%;
	overflow-x: hidden;
	overflow-y: auto;
	height: 500px;
	position: relative;
}

.loupan-main .common4 .zhoubian-rt li {
	padding: 15px 20px 15px 30px;
	border-bottom: 1px solid #f7f7f7;
	position: relative;
}

.loupan-main .common4 .zhoubian-rt li .dizhi-icon {
	position: absolute;
	left: 30px;
	top: 20px;
}

.loupan-main .common4 .zhoubian-rt li .dizhi-msg {
	float: left;
	padding-left: 25px;
}

.loupan-main .common4 .zhoubian-rt li .dizhi-msg i {
	font-style: normal;
}

.loupan-main .common4 .zhoubian-rt li .dizhi-msg h6 {
	margin-top: 10px;
	line-height: 1.5;
}

.loupan-main .common4 .zhoubian-rt li:hover {
	background: #f8f8f8;
}

.loupan-main .common4 .zhoubian-rt::-webkit-scrollbar {
	width: 10px;
}

.loupan-main .common4 .zhoubian-rt::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #f0f0f0;
}

.loupan-main .common4 .zhoubian-rt::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #a3a3a3;
}

.icon-zhankai {
	position: absolute;
	left: 63%;
	top: 50%;
	margin-top: -28px;
	cursor: pointer;
}

.icon-zhankai.actived {
	left: 97%;
}

.loupan-main .common4 .zhoubian-rt.actived {
	left: 50%;
}

.loupan-main .common4 .zhoubian-lt.actived {
	width: 100%;
}

.jianli-tijiao {
	margin-top: 5%;
	text-align: right;
	color: #000;
}

.jianli-tijiao .tijiao-area {
	padding: 20px;
	border-top: 1px solid #ff6509;
}

.jianli-tijiao .tijiao-area h3 {
	margin-bottom: 20px;
	color: #ff6509;
	font-size: 20px;
	text-align: left;
}

.jianli-tijiao .tijiao-area .file-upload {
	margin-bottom: 5px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	position: relative;
}


.jianli-tijiao .tijiao-area .file-upload .file {
	display: inline-block;
	width: 180px;
	left: 0;
	top: 0;
}

.jianli-tijiao .tijiao-area .file-upload span {
	color: #ff6509;
	left: 0;
	top: 0;
	width: 72px;
	line-height: 25px;
}

.jianli-tijiao .tijiao-area input {
	display: inline-block;
}

.jianli-tijiao .btn-confirm {
	display: inline-block;
	padding: 10px;
	margin: 0 auto;
	color: #fff;
	background: #ff6509;
}

.jianli-tijiao .notice {
	color: #999;
	margin-bottom: 5px;
	text-align: center;
}

.jianli-tijiao .file-con {
	/* padding-right: 10%; */
}


@media screen and (max-width:1700px) {
	.news-detail .title {
		font-size: 16px;
	}

	.news-detail .content {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.common-hd img {
		width: 35px;
	}

	.index-guanyu .guanyu-lt {
		padding-right: 5%;
	}

	.index-guanyu .guanyu-lt p {
		line-height: 2;
	}


	.index-main .jituan li .jituan-msg h3 {
		margin-bottom: 15px;
		font-size: 20px;
	}

	.footer .footer-md li a:first-child {
		margin-bottom: 15px;
	}

	.copyright {
		padding: 25px 0;
	}

	.about-main .about p {
		line-height: 2;
	}

	.contact-main .contact .contact1,
	.contact-main .contact .contact2 {
		padding: 80px 5%;
	}

	.tousu-con .tousu-input input {
		height: 50px;
		line-height: 50px;
		padding: 0 20px 0 20px;
	}

	.tousu-con .tousu4 .yanzhengma-img {
		height: 50px;
	}

	.tousu-con .tousu5 textarea {
		padding: 20px;
	}

	.tousu-con {
		margin-top: 30px;
	}

	.tijiao {
		width: 200px;
		line-height: 50px;
		margin-top: 25px;
	}

	.map-container {
		height: 500px;
	}

	.banner2 .banner-img {
		padding-bottom: 400px;
	}

	.common-intro {
		width: 800px;
		height: 100%;
		padding: 28px 0;
	}

	.common-container {
		width: 75%;
	}

	.sub-nav3 {
		height: 50px;
		line-height: 50px;
		width: 75%;
	}

	.common-container .common-content .common-msg p {
		line-height: 2;
	}

	.linian-main li .linian-rt p {
		line-height: 2;
	}

	.news-main .news li .txt .des {
		line-height: 1.5;
		height: 40px;
	}

	.yewu-main .sub-nav2 a {
		width: 150px;
		height: 40px;
		margin: 0 1%;
		line-height: 40px;
	}

	.common-parts .common-msg p {
		line-height: 2;
	}

}






@media screen and (max-width:1500px) {
	#header {
		padding: 10px 5%;
	}

	.logo {
		margin-top: 7px;
	}

	#header .headerLeft {
		margin-top: 5px;
	}

	.pt-main-top .nav a {
		padding: 15px 0;
	}

	.pt-main-top .nav a {
		border-bottom: 2px solid transparent;
	}

	.pt-main-top .nav a:hover,
	.pt-main-top .nav a:actived {
		border-bottom: 2px solid #ff6509;
	}

	.news-detail .title {
		font-size: 14px;
	}

	.oa-links {
		right: 1%;
		margin-top: 1.5%;
	}

	.oa-links .oa-link {
		margin-right: -1px;
	}
}

@media screen and (max-width:1400px) {
	.wrap {
		padding: 0 5% 4.5%;
	}

	.sub-nav a {
		width: 140px;
		height: 40px;
		line-height: 40px;
	}

	.index-main .main01 .riqi {
		margin: 10px 0;
	}

	.index-main .main01 .index-news-right-info {
		padding: 20px 20px;
	}

	.index-main .main01 .index-news-right li a {
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.more a {
		width: 160px;
		height: 40px;
		line-height: 40px;
	}

	.index-main .main01 .chakan {
		margin-top: 5px;
	}

	.index-main .main01 .index-news-right {
		padding-left: 30px;
	}

	/*历程图*/
	.year-swiper .swiper-slide {
		margin-top: 10%;
	}

	.year-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
	.year-swiper .y-title li.active {
		font-size: 24px;
	}

	.year-swiper .bot-line {
		top: 68px;
	}

	.index-main .jituan li .jituan-msg h3 {
		margin-bottom: 10px;
		font-size: 18px;
	}

	.index-main .jituan li .jituan-msg img {
		height: 30px;
	}

	.footer {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.footer .footer-md li a:first-child {
		margin-bottom: 5px;
	}

	.footer .footer-md li a {
		padding: 2px 0;
	}

	.aboutFooterTopRight {
		margin-top: 130px;
	}

	.copyright {
		padding: 15px 0;
	}

	.contact-main .contact .contact1,
	.contact-main .contact .contact2 {
		padding: 50px 5%;
	}

	.tousu-con .tousu-input {
		margin-bottom: 15px;
	}

	.tousu-con .tousu-input input {
		height: 40px;
		line-height: 40px;
		padding: 0 15px 0 15px;
	}

	.tousu-con .tousu4 .yanzhengma-img {
		height: 40px;
	}

	.tousu-con .tousu5 textarea {
		padding: 15px;
	}

	.tousu-con .tousu-input input {
		background-size: 6px;
	}

	.tijiao {
		width: 160px;
		line-height: 40px;
		margin-top: 25px;
	}

	.common-container,
	.sub-nav3 {
		width: 80%;
	}

	.common-parts {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.licheng-main .licheng-msg li .linian-rt p,
	.licheng-main .licheng-msg li .linian-rt span {
		line-height: 2 !important;
		font-size: 14px !important;
	}

	.index-main .main01 .index-news-right {
		min-height: 480px;
	}

	.oa-links {
		margin-top: 1.7%;
	}

}

@media screen and (max-width: 1200px) {
	.pt-main-top .nav a {
		margin: 0 15px;
	}

	#header .headerLeft span {
		margin-right: 25px;
	}

	.common-hd img {
		width: 30px;
		vertical-align: -3px;
	}

	.index-main .jituan li .jituan-msg h3 {
		margin-bottom: 5px;
		font-size: 16px;
	}

	.index-main .jituan li .jituan-msg img {
		height: 25px;
	}

	.news-main .news .news-con,
	.xiangqing-main .xiangqing-con {
		padding: 0;
	}

	.news-main .news li {
		margin-bottom: 0;
	}

	.yewu-main .sub-nav2 a {
		margin-bottom: 10px;
	}

	.yewu-main .xiangmu .xiangmu-list li .xiangmu-name {
		padding: 12px 0;
		width: 100%;
		margin-top: 0;
	}

	.yewu-main .xiangmu .xiangmu-list li {
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 20px;
	}

	.yewu-main .xiangmu .xiangmu-list li:nth-child(4n) {
		margin-right: 3.5%;
	}

	.yewu-main .xiangmu .xiangmu-list li:nth-child(3n) {
		margin-right: 0;
	}

	.oa-links {
		margin-top: 1.8%;
	}

	#header .headerLeft {
		padding-right: 15px;
	}
}

@media screen and (max-width: 1024px) {
	.logo {
		margin-top: 13px;
		width: 150px;
	}
	
	.oa-links {
		margin-top: 2.1%;
	}
}



@media screen and (max-width: 950px) {
	#header {
		padding: 10px 20px;
	}

	.pt-main-top .nav a {
		margin: 0 8px;
	}

	.wrap {
		padding: 0 20px 30px;
	}

	/*历程图*/
	.year-swiper .swiper-slide {
		margin-top: 0;
	}

	.footer {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.footer .footer-lt img {
		width: 120px;
	}

	.copyright a,
	.copyright span {
		margin: 0 5px;
	}

	.contact-main .contact .contact1,
	.contact-main .contact .contact2 {
		padding: 50px 20px;
	}

	.common-intro {
		width: 600px;
		height: 100%;
		padding: 28px 0;
		margin-top: 4%;
	}

	.common-intro .intro-msg h3 {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.common-intro .intro-msg h5 {
		padding: 10px 0;
	}

	.common-intro .intro-msg h5 img {
		margin-right: 5px;
	}

	.common-container {
		width: 90%;
	}

	.sub-nav3 {
		width: 90%;
	}

	.common-container .common-content {
		padding: 20px;
	}

	.common-container .common-content .common-msg {
		padding: 0;
	}

	.common-container .common-content h3 {
		margin-bottom: 20px;
	}

	.common-container .common-content .common-msg .logo-box {
		margin-bottom: 20px;
	}

	.common-container .common-content .common-msg .logo-box img {
		width: 100px;
		margin-right: 0;
	}

	.year-swiper .y-title {
		display: none;
	}

	.bot-line {
		display: none;
	}

	.year-swiper {
		margin-top: 0;
		height: 60px;
	}

	.year-swiper .swiper-button-next,
	.year-swiper .swiper-button-prev {
		top: 40%;
	}

	.year-swiper .swiper-button-next {
		margin-right: -30%;
	}

	.year-swiper .swiper-button-prev {
		margin-left: -30%;
	}

	.year-swiper .swiper-slide .big {
		font-size: 34px;
	}

	.huxing-nav {
		right: 20px;
		top: 25px;
	}

	.loupan-main .common4 .zhoubian-rt li {
		padding: 15px 10px;
	}

	.loupan-main .common4 .zhoubian-rt li .dizhi-icon {
		left: 10px;
		top: 12px;
	}

	.common-parts {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.zeren-main .tuopin-number li {
		width: 100px;
	}

	.oa-links {
		display: none;
	}

}

@media screen and (max-width:768px) {
	.popPart .buttons div {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
.about-main .about .about-con img{
	width: 100%;
}
.about-logo{
	width: 35%;
}
	.popPart .swiper-button-next {
		right: 5%;
	}

	.popPart .swiper-button-prev {
		left: 5%;
	}

	#header {
		height: 50px;
	}

	.pt-main-top,
	#header .headerLeft {
		display: none;
	}

	.menu {
		display: block;
	}

	.logo {
		margin-top: 4px;
		width: 25%;
	}

	.common-hd {
		padding: 30px 0 25px;
	}

	.common-hd h2 {
		font-size: 16px;
	}

	.common-hd img {
		width: 20px;
		vertical-align: -2px;
		margin-right: 5px;
	}

	.more {
		margin-top: 25px;
	}

	.more a {
		width: 120px;
		height: 35px;
		line-height: 35px;
	}

	.index-guanyu .guanyu-lt,
	.index-guanyu .guanyu-rt {
		width: 100%;
	}

	.index-guanyu .guanyu-lt h2 {
		/*margin: 30px 0 25px;*/
	}

	.index-guanyu .guanyu-rt {
		position: static;
		height: 250px;
	}

	.index-guanyu .guanyu-lt .more {
		margin-top: 30px;
		margin-bottom: 25px;
	}

	.index-main .main01 .index-news-left {
		width: 100%;
		position: static;
	}

	.index-main .main01 .index-news-img {
		height: 250px;
	}

	.index-main .main01 .index-news-right-info {
		height: 140px;
	}

	.index-main .main01 .index-news-right {
		width: 100%;
		padding-left: 0;
		margin-left: 0;
	}

	.index-main .main01 .index-news-right li {
		padding-left: 20px;
	}

	.index-main .main01 .index-news-right li a {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.sub-nav a {
		width: 100px;
		height: 35px;
		line-height: 35px;
	}

	.index-main .jituan li {
		width: 33.33%;
	}

	.index-main .jituan li.actived {
		width: 33.33%;
	}

	.index-main .jituan li.actived .img-box5 {
		padding-bottom: 168%;
	}

	.copyright {
		padding: 15px 5px;
	}

	.copyright a,
	.copyright span {
		display: block;
		text-align: center;
	}

	.contact-main .contact .contact1,
	.contact-main .contact .contact2 {
		padding: 30px 20px;
	}

	.contact-main .contact h3 {
		font-size: 16px;
	}

	.contact-main .contact .contact1 li p {
		line-height: 2;
	}

	.tousu-con {
		width: 80%;
	}

	.tousu-con .tousu5 textarea {
		height: 120px;
	}

	.banner2 .banner-msg {
		margin-top: 20%;
	}

	.banner2 .banner-msg h3 {
		font-size: 16px;
	}

	.banner2 .banner-msg span {
		display: inline-block;
		vertical-align: middle;
		width: 30px;
		height: 2px;
		margin: 0 5px;
	}

	.sub-nav3 a {
		margin-right: 0;
	}

	.huxing-nav {
		position: static;
	}

	.loupan-main .common4 .zhoubian {
		height: auto;
	}

	.loupan-main .common4 .zhoubian-lt {
		width: 100%;
		height: 250px;
		float: none;
	}

	.loupan-main .common4 .zhoubian-rt {
		float: none;
		width: 100%;
		height: 300px;
		position: static;
	}

	.loupan-main .common4 .zhoubian-rt::-webkit-scrollbar {
		width: 5px;
	}

	.icon-zhankai {
		display: none;
	}

	.loupan-main .xiangce-con li {
		width: 48%;
		margin-right: 4%;
	}

	.loupan-main .xiangce-con li:nth-child(4n) {
		margin-right: 4%;
	}

	.loupan-main .xiangce-con li:nth-child(2n) {
		margin-right: 0;
	}

	.loupan-main .common6 .swiper-button-prev,
	.loupan-main .common6 .swiper-button-next {
		width: 35px;
		height: 35px;
	}

	.common-parts {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.zeren-main .cishan-img li {
		width: 50%;
	}

	.licheng-main .licheng-msg li .linian-lt {
		width: 100%;
		position: static;
		height: 250px;
	}

	.licheng-main .licheng-msg li .linian-rt {
		width: 100%;
		margin-left: 0;
		min-height: auto;
		height: auto;
		padding: 25px 20px;
	}

	.licheng-main .licheng-msg li .linian-rt p,
	.licheng-main .licheng-msg li .linian-rt span {
		font-size: 12px !important;
	}

	.index-main .main01 .index-news-right {
		min-height: auto;
	}
}

@media screen and (max-width:650px) {
	.banner .banner_img {
		padding-bottom: 189px;
	}

	.banner2 .banner-img {
		padding-bottom: 350px;
	}

	.banner .banner-msg {
		margin-top: 30%;
	}

	.swiper_in01 .swiper-pagination-bullets .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
		opacity: 0.8;
	}

	.swiper_in01 .swiper-pagination-bullets .swiper-pagination-bullet-active {
		width: 40px;
		height: 5px;
	}

	.news-detail {
		padding-top: 30px;
	}

	.news-detail .detail-button .right {
		font-size: 12px;
		padding: 10px 20px;
	}

	.popPart .swiper-container .swiper-slide .img_bg2 img {
		width: 60%;
	}

	/*历程图*/

	.year-swiper .swiper-button-prev {
		top: 50%;
	}

	.year-swiper .swiper-button-next {
		top: 50%;
		text-align: right;
	}

	.year-swiper .swiper-button-next img,
	.year-swiper .swiper-button-prev img {
		width: 50px;
	}

	

	.contact-main .contact .contact1 li {
		float: none;
		width: 100%;
	}

	.contact-main .contact .contact1 ul {
		margin-top: 20px;
	}

	.contact-main .contact .contact1 .con2 {
		padding-left: 0;
	}

	.tousu-con {
		width: 100%;
	}

	.tousu-con {
		margin-top: 20px;
	}

	.map-container {
		height: 300px;
	}

	.culture-main .culture-rt {
		width: 100%;
		margin-left: 0;
		padding: 20px;
	}

	.culture-main .culture-lt {
		width: 100%;
		position: static;
		height: 250px;
	}

	.culture-main .culture-rt h3 {
		margin-bottom: 10px;
	}

	.sub-nav2 {
		margin: 30px 0;
	}

	.common-intro {
		width: 350px;
		height: 300px;
		margin-top: 0;
	}

	.common-intro .intro-img {
		display: none;
	}

	.common-intro .intro-msg {
		position: static;
		width: 100%;
		height: 300px;
	}

	.year-swiper .swiper-button-next,
	.year-swiper .swiper-button-prev {
		top: 20%;
	}

	.year-swiper .swiper-button-next {
		margin-right: -50%;
	}

	.year-swiper .swiper-button-prev {
		margin-left: -50%;
	}

	.licheng-main .licheng-con {
		padding: 0;
	}

	.licheng-main .licheng-msg {
		margin-top: 25px;
	}

	.linian-main li .linian-lt,
	.linian-main li .linian-rt {
		width: 100%;
	}

	.linian-main li .linian-rt,
	.licheng-main .licheng-msg li:nth-child(even) .linian-rt {
		position: static;
		height: auto;
		padding-left: 0;
		padding-top: 20px;
	}

	.linian-main li .linian-rt {
		padding-bottom: 20px;
	}

	.linian-main li:nth-child(even) .linian-rt {
		padding-left: 0;
		padding-right: 0;
	}

	.linian-main li:nth-child(even) .linian-rt .mid-table {
		text-align: left;
	}

	.linian-main li:nth-child(even) .linian-lt {
		margin-left: 0;
	}

	.linian-main li:nth-child(even) .linian-rt {
		position: static;
		padding-bottom: 20px;
	}

	.linian-main .sub-nav2 {
		margin-bottom: 0;
	}

	.sub-nav3 {
		height: auto;
		line-height: 1;
	}

	.sub-nav3 a {
		padding: 10px 5px;
	}

	.loupan-main .common1 li {
		float: none;
		width: 100%;
	}

	.loupan-main .common1 .list2 {
		padding-left: 0;
		border-left: none;
		margin-top: 10px;
	}

	.loupan-main .common1 li h4 {
		margin-bottom: 10px;
	}

	.loupan-main .common2 .liangdian {
		margin: 25px 0;
	}

	.loupan-main .common2 .liangdian li {
		display: inline-block;
		width: 60px;
		margin: 0 5px;
		margin-bottom: 15px;
	}

	.loupan-main .common2 .liangdian .img-box5 {
		width: 25px;
		height: 25px;
	}

	.news-main .news li .time {
		width: 20%;
	}

	.news-main .news li .txt {
		width: 80%;
	}

	.news-main .news li .time p {
		font-weight: bold;
	}

	.pagenum a:first-child,
	.pagenum a:last-child {
		padding: 10px 12px;
	}

	.pagenum a {
		margin: 0;
	}

	.news-detail .detail-button {
		margin: 0;
		padding-top: 20px;
	}

	.news-detail .des {
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.yewu-main .xiangmu .xiangmu-list li {
		width: 48%;
		margin-right: 4%;
	}

	.yewu-main .xiangmu .xiangmu-list li:nth-child(3n) {
		margin-right: 4%;
	}

	.yewu-main .xiangmu .xiangmu-list li:nth-child(2n) {
		margin-right: 0;
	}

	.yewu-main .xiangmu h3 {
		height: 40px;
	}

	.yewu-main .xiangmu h3 a {
		line-height: 40px;
		padding: 0 20px;
	}

	.yewu-main .xiangmu .xiangmu-nav {
		margin: 15px 0;
	}

	.banner2 .banner-msg2 {
		margin-top: 20%;
	}

	.banner2 .banner-msg2 h3 {
		font-size: 16px;
	}

	.banner2 .banner-msg2 span {
		margin-top: 10px;
	}

	.zeren-main .tuopin-number {
		height: 250px;
	}

	.zeren-main .tuopin-number li h4 {
		font-size: 28px;
	}

	.zeren-main .tuopin-number li h5 {
		font-size: 12px;
		margin-top: 5px;
	}

	.jianli-tijiao {
		text-align: center;
	}

}

@media screen and (max-width:480px) {
	.sub-nav a {
		margin: 0;
	}

	.tousu-con .tousu-input {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.sub-nav a {
		margin-bottom: 10px;
	}

	.yewu-main .xiangmu .xiangmu-list li {
		width: 100%;
		margin-right: 0;
	}

	.yewu-main .xiangmu .xiangmu-list li:nth-child(3n) {
		margin-right: 0;
	}

	.zeren-main .gongyi-img li {
		width: 100%;
	}

	.zeren-main .tuopin-number li {
		margin: 0;
	}

	.zeren-main .tuopin-number li h4 {
		font-size: 20px;
	}

	.zeren-main .tuopin-number li h4 span {
		font-size: 12px;
		margin-right: -26px;
		margin-top: 2px;
	}

	.zeren-main .cishan-img li {
		width: 100%;
	}

	.zeren-main .cishan-img li .img-box,
	.zeren-main .gongyi-img li .img-box {
		padding-bottom: 200px;
	}

	.job_Main .job {
		font-size: 8px;
	}

	.jianli-tijiao {
		height: 150px;
	}

	.jianli-tijiao .tijiao-area h3,
	.jianli-tijiao .file-con {
		float: none;
	}

	.jianli-tijiao .tijiao-area h3 {
		font-size: 16px;
	}

	.jianli-tijiao .tijiao-area .file-upload span,
	.jianli-tijiao .tijiao-area input,
	.jianli-tijiao .btn-confirm {
		display: block;

	}

	.jianli-tijiao .tijiao-area .file-upload .file {
		width: auto;
		margin: 5px 0 10px;
	}

	.jianli-tijiao .btn-confirm {
		margin-left: 0;
	}

	.job_Main .job_1 .job_desc span,
	.job_Main .job_2 .job_desc span {
		line-height: 2 !important;
	}
}

@media screen and (max-width:350px) {
	.common-intro {
		width: 300px;
	}

	.zeren-main .tuopin-number li {
		width: 90px;
	}
}
.pages{text-align: center;padding: 2% 0 3.5%;}
.pages a{display: inline-block;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;height: 30px;border: 1px solid #DDDDDD;color: #999999; line-height: 30px;padding: 0 10px;min-width: 30px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin: 3px 2px}
.pages a i{font-style: normal;}
.pages .on *{color: #b23838;border: none;}
.pages a.disabled{cursor: not-allowed;color: #ccc;}