/*登录*/
body{
	font-family: Microsoft YaHei, Arial;
	padding-top: 100px;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
img{
	max-width: 100%;
	vertical-align: middle;
}
a{
	color: #333333;
}
a:hover{
	color: #c73332;
	text-decoration: none;
}
p{
	margin-bottom: 0;
}
h2,h3,h4, h5, h6,h1{
	margin: 0;
}
.main{
	margin: 0 auto;
}
.h-navbar{
	border-radius: 0;
	background: none;
	position:fixed;
	z-index: 1111;
	left: 0;
	top: 0;
	right: 0;
	background:#fff url(../images/hbg.png) center top no-repeat;
	background-size: cover;
	margin-bottom: 0;
	border: 0;
}
.navbar-brand{
	height: auto;
	padding: 27px 0;
}
.navbar-brand img{
	height:45px;
}
.navbar-toggle .icon-bar{
	background: #c73332;
}
.navbar-toggle{
	margin-top: 18px;
	margin-right: 0;
}
.h-navbar .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.h-navbar .navbar-header{
    padding-right: 15px;
    padding-left: 15px;
}
.h-navbar .navbar-collapse{
	margin-left: 0;
  margin-right: 0;
}

.navbar-nav > li > a{
	color: #aa2525;
	padding: 30px 25px;
	font-size: 14px;
	text-align: center;
}
.navbar-nav > li > a:hover,
.navbar-nav > li.active > a{
	background: #a32121;
	color: #FFF;
}
.navbar-nav > li > a .ch{
	font-size: 16px;
	line-height: 20px;
}
.navbar-nav > li > a .en{
	font-size: 12px;
	line-height: 20px;
	opacity: .7;
	text-transform: uppercase;
}
.search-bar{
	position: relative;
	width: 40px;
	height: 40px;
}
.search-bar .btn-search{
	position: relative;
	z-index: 11;
	outline: none;
	cursor: pointer;
	border: 0;
	width: 40px;
	height: 40px;
	background: url(../images/sobar.png) center no-repeat;
}
.navbar-nav>li.search-box{
	position: relative;
	height: 100px;
	padding:30px 20px;
	border-left: 1px solid #b25353;
}
.search-input{
	position: absolute;
	right: -5px;
	top: -5px;
	height: 50px;
	line-height: 50px;
	outline: none;
	width: 0;
	border: 0;
	background: #FFFFFF;
	transition: .2s all;
	-webkit-transition: .2s all;
}
.search-bar:hover .search-input{
	width: 260px;
	padding: 0 10px;
	border: 1px solid #a32121;
}

/*footer*/
.footer{

}
.copyright{
	padding: 0 10px;
	background: #f4f4f4;
}
.copyright .company{
	padding: 15px 5px;
	font-size: 12px;
	color: #a3a3a3;
	line-height: 20px;
}
.footer-infos{
	padding: 10px 0;
}
.footer-infos .end-links {
	padding: 10px 5px;
	font-size: 12px;
	color: #909090;
}
.footer-infos .end-links p{
	line-height: 2;
	color: #909090;
	font-size: 12px;
}
.footer-infos .end-links a{
	color: #909090;
	font-size: 12px;
}
.footer-infos .end-wxbox{
	position: relative;
	padding-right: 95px;
	padding-top: 10px;

}
.footer-infos .end-wxbox img{
	position: absolute;
	right: 30px;
	top: 0;
}
.footer-infos .end-wxbox p{
	color: #909090;
	line-height: 2;
	font-size: 12px;
}


/*分页*/
.pages{
	padding: 20px 0;
	text-align: center;
}
.pages a{
	display: inline-block;
	border: 1px solid #818181;
	height: 32px;
	line-height: 32px;
	padding: 0 13px;
	margin:5px 2px;
	color: #818181;
}
.pages a.active,
.pages a:hover{
	background: #a32121;
	color: #FFFFFF;
	border: 1px solid #a32121;
}
.banner {
	background-repeat: no-repeat;
	background-position: 55% center;
	height: 619px;
	background-size: cover;
}
.banner-container .swiper-slide{
	background-repeat: no-repeat;
	background-position: 55% center;
	height: 619px;
	background-size: cover;
}
.banner-info {
	width: 440px;
	height: 164px;
	margin-top: 187px;
	padding-top: 40px;
	padding-left: 33px;
	box-sizing: border-box;
	background-color: rgba(237,231,231,.57);
}
.swiper-slide-active .banner-info{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}
.banner-info h5 {
	color: #db0005;
}
.banner-info h2 {
	margin-top: 5px;
	color: #ad181b;
}
.banner-info h2 span:nth-child(odd) {
	font-family: Microsoft YaHei;
}
.banner-info h2 span:nth-child(even) {
	font-family: SimSun;
}
.banner-info p {
	font-size: 12px;
	color: #704109;
	line-height: 18px;
}
@-webkit-keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
	 -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}


.firstPart {
	position: relative;
	z-index: 12;
	height: 229px;
	background-color: #900c0c;
}
.firstPart .container {
	position: relative;
	top: -40px;
	height: 249px;
	background-color: #fff;
}

.secondPart {
	height: 198px;
}
.news h4, .server h4, .project h4 {
	font-size: 16px;
	color: #a10909;
	line-height: 58px;
}
.news h4 span, .server h4 span, .project h4 span {
	font-size: 14px;
	color: #555;
}
.news-item {
	padding-bottom: 10px;
	margin-bottom: 13px;
	border-bottom: 1px dotted #d0d0d0;
}
.news-item p {
	margin-top: 2px;
	font-size: 12px;
	color: #999;
	line-height: 16px;
}

.news-heading h5 a{
	color: #666;
	font-size: 15px;
}
.news-heading h5 a:hover{
	color: #900c0c;
}
.news-heading span {
	font-size: 12px;
	color: #b7b7b7;
}
.more-btn {
	position: relative;
	padding-right: 14px;
	font-size: 12px;
	color: #900c0c;
}
.more-btn:after {
	position: absolute;
	top: 50%;
	right: 0;
	content: ' ';
	width: 9px;
	height: 7px;
	margin-top: -3px;
	background-image: url('../images/icon/arrow-icon.png');
}


.server {
	position: relative;
}
.server .swiper-container {
	position: static;
}
.server .swiper-wrapper {
	position: relative;
	/*top: -59px;*/
	/*padding-top: 59px;*/
	height: 169px;
}
.server .swiper-wrapper .swiper-slide {
	position: relative;
	background-repeat: no-repeat;
}
.server .swiper-slide:hover p {
	color: #840108;
}
.server .swiper-button-prev {
	background-image: url('../images/icon/arrow-l.png');
}
.server .swiper-container-rtl .swiper-button-next {
	background-image: url('../images/icon/arrow-l-0.png');
}
.server .swiper-button-next, .server .swiper-container-rtl .swiper-button-prev {
	/*right: 30px;*/
	background-image: url('../images/icon/arrow-r.png');
}
.server .swiper-button-prev, .server .swiper-container-rtl .swiper-button-next {
	/*right: 30px;*/
	left: auto;
}
.server .swiper-button-next, .server .swiper-button-prev {
	top: 24px;
	right: 15px;
	width: 7px;
	height: 11px;
	margin-top: 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.server .swiper-button-prev {
	margin-right: 17px;
}
.server p {
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 12px;
	color: #666;
	// text-align: center;
	line-height: 40px;
}

.project .swiper-wrapper {
	height: 129px;
}
.project p {
	font-size: 12px;
	color: #999;
	line-height: 36px;
}
.project label {
	color: #666;
}
.swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background: #fff;
	opacity: .63;
}
.swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}
.secondPart .con-l {
	padding-top: 24px;
}
.secondPart .con-r {
	padding-top: 16px;

}


.inner-con-l {

}
.secondPart .inner-con-r {
	padding: 4px 22px 0 22px;
	padding-top: 4px;
	/*padding-left: 10px;*/
	border-right: 3px solid #f1f1f1;
}
.secondPart .inner-con-r h4 {
	margin-bottom: 18px;
	font-size: 18px;
	color: #f39801;
}
.secondPart .inner-con-r h4 a{
	font-size: 18px;
	color: #f39801;
}
.secondPart .inner-con-r p {
	margin-bottom: 14px;
	font-size: 12px;
	color: #000;
	line-height: 18px;
}
.secondPart .inner-con-r a {
	font-size: 12px;
	color: #f39801;
}

.company-info {
	/*width: 344px;*/
	/*width: 100%;*/
	height: 151px;
	margin-left: 50px;
	margin-right: 10px;
	padding-top: 22px;
	padding-left: 66px;
	/*border-left: 3px solid #f1f1f1;*/
	background: url('../images/bg.jpg') center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.company-info h3 {
	padding-top: 13px;
	color: #fff;
}
.company-info p {
	padding-top: 6px;
	font-size: 14px;
	color: #fff;
}



.in-banner {
	background-repeat: no-repeat;
	background-position: 55% center;
	height: 240px;
	background-size: cover;
}
.breadcrumb-box{
	height: 60px;
	border-bottom:1px solid #f4f4f4;
}
.breadcrumb{
	position: relative;
	border-radius: 0;
	background: none;
	margin-bottom: 0;
	padding: 0;
	height: 60px;
	padding-left: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 20px;
}
.breadcrumb .home{
	display: block;
	background: #f4f4f4 url(../images/home.png) center no-repeat;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
}
.breadcrumb span,
.breadcrumb a{
	display: inline-block;
}
.breadcrumb a{
	color: #a7a7a7;
}
.breadcrumb .cur{
	position: relative;
	padding-left: 20px;
	margin-left: 16px;
	color: #a32121;
}
.breadcrumb .cur:after{
	content: ' ';
	position: absolute;
  top: 50%;
  left: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid #a32121;
  border-bottom: 6px solid transparent;
	margin-top: -6px;
}
/*新闻列表*/
.news-media-list .media{
	position: relative;
	padding-left: 160px;
	padding-right: 10px;
	color: #999999;
	padding-bottom: 40px;
}
.news-media-list .media .time{
	font-size: 12px;
	margin-bottom:5px;
}
.news-media-list .media .day{
	font-size: 40px;
	line-height: 1.4;
	font-weight: bold;
}
.media .media-body{
	width:auto;
}
.media-date{
	width: 120px;
	text-align: center;
	border-bottom: 1px solid #e2e2e2;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.scale{
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.scale img{
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.scale:hover img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.news-title{
	line-height: 25px;
	margin-bottom: 5px;
}
.news-title a{
	font-weight: bold;
	color: #a32121;
	font-size: 18px;
}
.news-tag{
	line-height: 20px;
	color: #000000;
	margin-bottom: 5px;
}
.news-tag a{
	display: inline-block;
	color: #999999;
	padding-left: 10px;
}
.news-desc{
	font-size: 12px;
	line-height: 25px;
}
.news-media-list .media:after{
	content: ' ';
	display: block;
	position: absolute;
	left: 160px;
	bottom: 0;
	right: 0;
	height: 1px;
	background: #e2e2e2;
}
.news-media-list .media{
	margin-top: 20px;
}
.news-media-list{
	padding-top:30px;
}
.news-media-list .media:first-child{
	margin-top: 0;
}
.span-new{
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(../images/new-ico.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.fake-form{
	padding: 30px;
}
.fake-form .fake-txt{
	resize: none;
}
.fake-button{
	text-align: center;
	margin-top: 30px;
}
.fake-button .btn-submit{
	padding: 0;
	width: 170px;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	background: #b02626;
	color: #FFF;
}
.single-inner{
	/*overflow: hidden;*/
	padding: 30px 10px;
}
.sv-bd p{
	line-height: 2.2;
	font-size: 14px;
	margin-bottom: 20px;
}
.sv-bd p:last-child{
	margin-bottom: 0px;
}
.sv-hd{
	color: #a32121;
	margin-bottom: 20px;
}
.sv-hd h4{
	font-size: 24px;
	line-height: 2;
}
.sv-hd p{
	font-size: 14px;
	text-transform: uppercase;
}
.contact-row{
	padding: 50px 0;
	text-align: center;
	overflow: hidden;
}
.contact-box{
	height: 260px;
	position: relative;
}
.contact-box .hd{
	font-size: 16px;
	line-height: 1.2;
	padding-top: 20px;
	padding-bottom: 20px;
}
.contact-box:after{
	background: #a62323;
	content: ' ';
	display: block;
	width: 60px;
	height: 1px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom:20px;
}
.msg-header{
	text-align: center;
	margin-bottom: 40px;
	padding-top: 60px;
	background: url(../images/pen.png) center top no-repeat;
}
.msg-header .en{
	font-size: 28px;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.msg-header .ch{
	font-size: 22px;
	line-height: 1.2;
	color: #aaaaaa;
}
.msg-form{
	display: block;
	margin-bottom: 40px;
}
.msg-body{
	overflow: hidden;
}
.msg-body .form-control{
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
	box-shadow: inset 0 0 0 rgba(0,0,0,0);
	outline: none;
}
.msg-body .form-control:focus{
	border-color:none;
}
.msg-body input.form-control{
	height: 45px;
}
.msg-body textarea.form-control{
	height: 200px;
}
.msg-body>div{
	padding-top: 10px;
	padding-bottom: 10px;
}
/*加入我们*/
.join-main{
	background: #005bae;
	overflow: hidden;
}
.join-hd{
	font-size: 36px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding: 80px 0;
	background: url(../images/line.png) center no-repeat;
	line-height: 40px;
}
.join-contact{
	padding: 50px 0;
	color: #FFFFFF;
}
.join-contact .col-sm-6{
	position: relative;
}

.join-desc {
	font-size: 15px;
	line-height: 2;
}
.join-contact .hd{
	font-size: 20px;
}
.bd-tel{
	font-size: 30px;
}
.join-contact .hd span{
	padding: 0 5px;
	font-size: 1px;
}
.join-item-div{
	position: relative;
	display: inline-block;
	padding-left: 120px;
	width: 270px;
	height: 100px;
	color: #FFFFFF;
	padding-top:25px;
}
.join-item{
	background: #154570;
	text-align: center;
	padding: 30px 0;
	color: #FFF;
}
.join-item-div img{
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
}
.join-item .col-sm-4{
	padding-top: 10px;
	padding-bottom: 10px;
}
.join-item h3{
	margin-bottom: 10px;
}

/* 公共 */
.lf {
	float: left;
}
.rf {
	float: right;
}
.cf:after {
	display: block;
	content: ' ';
	clear: both;
}
/* banner */
.inner-nav {
	background-color: rgba(153,31,31,.3);
}
.inner-nav ul {
	padding-left: 314px;
}
.inner-nav .nav-item {
	margin-left: 0;
	padding: 0 16px;
}
.inner-nav .nav-item a {
	font-size: 12px;
	color: #fff;
	line-height: 47px;
}
/* 关于我们-组织架构 */
.con-body {

}
.con-body .con-nav {

}
.con-body .con-nav .nav-link {
	width: 333px;
	border-bottom: 1px solid #f4f4f4;
}
.con-nav .nav-link a {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #a7a7a7;
	text-align: center;
	line-height: 62px;
}
.con-nav .nav-link.active a, .con-nav .nav-link:hover a{
	border-color: #a32121;
	background-color: #a32121;
	color: #fff;
}
.con-detail {
	height: inherit;
	margin-left: 333px;
	border-left: 1px solid #ebebeb;
}
.organize-body .con-detail {
	padding: 50px 0 82px 72px;
}
/* 关于我们-资本运营 */
.capital-body .con-detail {
	padding-top: 24px;
	padding-bottom: 76px;
}
.capital-body .con-detail p{
	font-size: 14px;
	color: #3d3d3d;
	line-height: 36px;
}
.capital-body .con-detail img {
	display: block;
}
/* 关于我们-企业文化 */
.culture-body .con-detail {
	padding-top: 32px;
	padding-bottom: 54px;
}
.culture-body .con-detail .detail {
	width: 847px;
	margin-left: 29px;
}
.culture-body .con-detail .con-r {
	width: 387px;
	height: 332px;
	margin-left: 460px;
	padding-top: 144px;
	padding-left: 40px;
	box-sizing: border-box;
	color: #383232;
	background-image: url('../images/wenhuabg.jpg');
}
.culture-body .con-r h3 {
	margin-top: 14px;
	margin-bottom: 16px;
}
.culture-body .con-r p {
	margin-bottom: 28px;
	font-size: 12px;
}
/* 关于我们-品牌诠释 */
.brand-body .con-detail {
	padding-top: 34px;
	padding-bottom: 108px;
}
.brand-body .con-detail img {
	display: block;
}
.brand-body .con-detail p {
	margin-bottom: 12px;
	padding: 0 21px;
	font-size: 14px;
	color: #3d3d3d;
	line-height: 36px;
	text-indent: 2em;
}
/* 关于我们-辉煌历程 */
.con-detail .history-item p {

}
.con-detail {
	padding-left: 50px;
	padding-top: 22px;
	padding-bottom: 111px;
}
.history-item {
	width: 250px;
	/* height: 220px; */
	margin-right: 21px;
	margin-bottom: 12px;
	padding-top: 30px;
	box-sizing: border-box;
	text-align: center;
	background-color: #f4f1ec;

}
.history-item p {
	margin-top: 19px;
	font-size: 12px;
	color: #82674f;
}
.page-num {
	padding-top: 75px;
/*	font-size: 0;*/
	text-align: center;
}
.page-num a {
	display: inline-block;
	margin-right: 10px;
	padding: 10px 16px;
	border: 1px solid #818181;
	font-size: 14px;
	color: #818181;
}
.page-num a.active, .page-num a:hover {
	border-color: #f2d14f;
	color: #fff;
	background-color: #f2d14f;
}
/* 关于我们-发展规划 */
.develop-body .detail {
	padding-top: 48px;
	padding-bottom: 64px;
}
.develop-body .detail img {
	display: block;
	margin: 0 auto 42px auto;
}
.develop-body .media {
	width: 584px;
	margin: 0 auto 24px auto;
}
.develop-body .media-left {
	width: 120px;
	padding-top: 10px;
	padding-right: 0;
	background-color: #ca3a3b;
}
.develop-body .media-left p {
	color: #fff;
	text-align: center;
}
.develop-body .media-left p.join-sign {
	width: 1px;
	height: 6px;
	margin: 0 auto;
	background-color: #fff;
}
.develop-body .media-body {
	position: relative;
	width: 465px;
	height: 63px;
	padding-left: 22px;
}
.develop-body .media-body p {
	position: absolute;
	bottom: 0;
	padding: 5px 10px;
	padding-top: 0;
	font-size: 14px;
	color: #000;
	line-height: 18px;
}
.develop-body .line-l, .develop-body .line-b {
	position: absolute;
	background-color: #dd8081;
}
.develop-body .line-l:after, .develop-body .line-b:after {
	position: absolute;
	content: ' ';
	width: 7px;
	height: 7px;
	margin-left: -3.5px;
	border-radius: 50%;
	background-color: #ca3a3b;
}

.develop-body .line-l {
	left: 22px;
	bottom: 3px;
	width: 1px;
	height: 52px;
}
.develop-body .line-b {
	bottom: 0;
	width: 100%;
	height: 1px;
	margin: 3px 0;
}
.develop-body .line-b:after {
	top: 0;
	right: 22px;

	margin-top: -3.5px;
}
/* 关于我们-大事记 */
.time-body .con-detail {
	padding-top: 41px;
	padding-bottom: 120px;
}
.time-body .time-nav {
	width: 224px;
	text-align: center;
}
.time-body .time-item a {
	font-size: 20px;
	color: #a32121;

	line-height: 26px;
}
.time-body .time-item {
	position: relative;
	margin-bottom: 39px;
}
.time-body .time-item.active:after {
	position: absolute;
	right: 0;
	content: ' ';
	width: 26px;
	height: 26px;
	margin-right: -13px;
	border-radius: 50%;
	border: 2px solid #a32121;
	box-sizing: border-box;
	background-color: #fff;
}
.time-body .time-con {
	margin-left: 224px;
	padding-top: 8px;
	padding-left: 35px;
	border-left: 2px solid #e3e3e3;
}
.time-body .time-con p {
	margin-top: 26px;
	font-size: 14px;
	color: #222;
	line-height: 24px;
}
.time-body .time-con p:first-child {
	margin-top: 0;
}
.time-body .time-con img {
	display: block;
	margin: 22px auto 0 auto;

}
/* 关于我们-团队介绍 */
.team-body .con-detail {
	padding-top: 62px;
	padding-bottom: 30px;
}
.team-body .team-heading {
	margin-bottom: 18px;
}
.team-body .team-con {
	width: 580px;
	margin: 0 auto;
}
.team-body .people-item {
	width: 134px;
	margin: 0 auto;
	padding: 0 14px;

}
.team-body .people-item p {
	margin-bottom: 6px;
	line-height: 68px;
	text-align: center;

}


/* 产品服务 */
.floor-body {
	padding-bottom: 75px;
}
.floor-body .media {
	padding: 28px 5px 34px 5px;
	border-bottom: 1px solid #e9e9e9;
}
.floor-body .media-left a {
	display: block;
	width: 356px;
}
.floor-body .media-body {
	padding-left: 26px;
}
.floor-body .media-body h3 {
	display: inline-block;
	padding-right: 22px;
	color: #292929;
	vertical-align: middle;
}
.floor-body .media-body span {
	display: inline-block;
	width: 61px;
	height: 28px;
	border: 1px solid #ff9800;
	border-radius: 6px;
	font-size: 14px;
	color: #ff9800;
	text-align: center;
	line-height: 28px;
	vertical-align: middle;
}
.floor-body .media-body p {
	font-size: 14px;
	line-height: 30px;
}
.floor-body .firstRow {
	margin-top: 14px;
	margin-bottom: 12px;
}
.floor-body .thirdRow {
	margin-top: 41px;
	text-align: right;
}
.floor-body .tel, .floor-body .map {
	position: relative;
	padding-left: 35px;
	line-height: 22px;
}
.floor-body .tel:before, .floor-body .map:before {
	content: ' ';
	position: absolute;
	left: 0;
	width: 22px;
	height: 22px;

}
.floor-body .tel:before {
	background: url('../images/icon/tel-icon.png') center no-repeat;

}
 .floor-body .map:before {
	background: url('../images/icon/map-icon.png') center no-repeat;

}
.floor-body .tel {
	color: #a32121;
}
.floor-body .map {
	margin-left: 52px;
	color: #a32121;
}
/* 产品服务-百货经营 */
.market-body .con-detail {
	padding-top: 32px;
	padding-bottom:84px;
}
.con-detail h3,
.con-detail h5 {
	color: #a32121;
}
h5 {
	font-size: 14px;
}
.con-detail h3 {
	margin-bottom: 10px;
}
.con-detail h5 {
	margin-bottom: 25px;
	color: #a32121;
}
.market-body .con-detail img {
	display: block;
	margin: 0 auto 35px auto;
}
.market-body .con-detail p {
	font-size: 14px;
	color: #2d2c2c;
	line-height: 30px;
}
/* 产品服务-百货经营 */
.market-body .con-detail.brand-info {
	padding-top: 35px;
	padding-bottom: 84px;
}
/* 房地产开发 */
h4 {
	font-size: 20px;
}
ol {
	padding: 0;
}
.house-body .con-detail {
	padding-top: 30px;
}
.house-body .con-detail h4 {
	margin-bottom: 21px;
	text-align: center;
}
.house-body .paragraph {
	margin: 0 23px;
	padding-bottom: 34px;
}
.house-body .firstRow {
	border-bottom: 1px solid #e0e0e0;
}
.house-body .firstRow p {
	margin-top: 29px;
	font-size: 12px;
	color: #262626;
	line-height: 22px;
}
.house-body .secondRow h6 {
	margin-top: 20px;
	margin-bottom: 22px;
	font-size: 14px;
}
.house-body .secondRow p {
	padding-right: 19px;
	font-size: 12px;
	color: #262626;
	line-height: 22px;
}
.house-body .secondRow p.subtitle {
	margin-top: 25px;
}
.house-body .con-r {
	margin-top: 54px;
}
.house-body .con-r ul {
	overflow: hidden;
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,.35)
}
.house-body .con-r li {
	width: 264px;
	padding-left: 18px;
	box-sizing: border-box;
	border-bottom: 1px solid #e9e9e9;
}
.house-body .con-r ul li:nth-child(odd) {
	background-color: #f7f8fa;
}
.house-body .con-r label,.house-body .con-r span {
	margin-bottom: 0;
	font-size: 12px;
	color: #262626;
	line-height: 42px;
}
.swiper-container {

}
.gallery-top {
	margin: 0 23px;
	height: 293px;
}
.gallery-thumbs {
	/*width: 495px;*/
	margin: 0 171.5px;
	padding-top: 4px;
}
.swiper-slide-active {

}
.gallery-thumbs .swiper-slide {
	position: relative;
	/*float: left;*/
	/*display: inline-block;*/
	/*width: 99px;*/
	height: 53px;
}
.gallery-thumbs .swiper-slide.swiper-slide-active:after {
	position: absolute;
	content: ' ';
	width: 100%;
	height: 100%;
	border: 1px solid #a32121;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0);
}
.gallery-thumbs .swiper-slide-next:after, .gallery-thumbs .swiper-slide-duplicate:after {

}
.gallery-thumbs .swiper-slide:after {
	position: absolute;
	content: ' ';
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.6);
}
.gallery-thumbs .swiper-slide:after {

}
/* 房地产开发-促销活动 */

.sale-body .media {
	padding: 32px 0 40px 21px;
	border-bottom: 1px solid #e8e8e8;
}
.sale-body .media-left {
	width: 270px;
}

.sale-body .media-body h3 {
	margin-top: 4px;
	margin-bottom: 15px;
}
.sale-body .media-body p {
	font-size: 13px;
	color: #626262;
	line-height: 23px;
}
.sale-body .detail-btn {
	display: inline-block;
	width: 86px;
	height: 38px;
	margin-top: 15px;
	border-radius: 6px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 38px;
	background-color: #a32121;
}
/* 房地产开发-户型展示 */
.type-body .house-type {
	margin-right: 5px;
	margin-bottom: 28px;
	border: 1px solid #e5e5e5;
	padding: 0 2px;
}
.type-body .con-detail {
	padding-top: 40px;
	padding-bottom: 62px;
}
.type-body h4 {
	margin-bottom: 31px;
	color: #2c2c2c;
	text-align: center;
}

.type-body .house-type p {
	font-size: 14px;
	color: #7c7c7c;
	text-align: center;
	line-height: 28px;
}
/* 房地产开发-全景看房 */

.show-body h4 {
	margin-bottom: 31px;
	color: #2c2c2c;
	text-align: center;
}
.show-body .show-item {
	position: relative;
	margin-right: 10px;
	margin-bottom: 16px;
}
.show-body .show-item p {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	line-height: 44px;
	background-color: rgba(67,67,67,.8);
}


/* 关于我们 */
.nav-item {
	margin-left: 12px;
}
.nav-item a {
	    font-size: 14px;
    color: #fff;
    line-height: 60px;
    border: 1px solid #c73332;
    padding: 5px;
    background: #c73332;
}
.about-summary {
	height: 428px;
	background: url('../images/aboutbg.jpg') center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
h3 {
	font-size: 24px;
}
h2 {
	font-size: 30px;
}
.about-desc .container {
	padding-bottom: 95px;
}
.about-desc .con-l, .about-desc .con-r {
	margin-top: 60px;
}
.about-desc .con-l h2 {
	margin-bottom: 13px;
	color: #d3d3d3;
}
.about-desc .con-l h3 {
	margin-bottom: 36px;
	color: #b22727;
}

.about-desc .con-r h2 {
	margin-top: 42px;
	color: #272727;
}
.about-desc .con-r p {
	margin-top: 30px;
	font-size: 18px;
	color: #565656;
	line-height: 38px;
	text-indent: 2em;
}
.about-summary .con-l h3{
	margin-top: 116px;
	color: #fff;
}
.about-summary .con-l h2{
	margin-top: 20px;
	padding-right: 40px;
	color: #fff;
	text-align: right;
}
.about-summary .con-r .row{
	height: 298px;
	padding-top: 63px;
	box-sizing: border-box;
	background-color: rgba(247,241,241,.14);
}
.about-summary .con-r p {
	margin: 0 29px;
	font-size: 18px;
	color: #fff;
	line-height: 48px;
}

/* 项目合作 */
.project-body .con-l {
	width: 370px;
	height: 186px;
	background: url('../images/hezuo1.jpg') top center no-repeat;
}
.project-body .con-l .detailed-info {
	height: 136px;
	margin-top: 145px;
	padding-top: 24px;
	padding-left: 32px;
	background-color: #a32121;
}
.project-body .con-l, .project-body .con-c, .project-body .con-r {
	float: left;
}
.project-body .con-l h4 {
	margin-bottom: 12px;
	font-size: 18px;
	color: #fff;
}

.project-body .con-l p {
	font-size: 12px;
	color: #fff;
	line-height: 24px;
}
.project-body .con-l p.english {
	width: 0%;
	font-size: 18px;
	white-space: nowrap;
	transform: scale(.5);
}
.project-body .con-c {
	width: 370px;
	height: 280px;
	margin: 0 11px;
	background: url('../images/hezuo2.jpg') center no-repeat;
}
.project-body .con-c .detailed-info {
	width: 100%;
	height: 100%;
	padding-top: 78px;
	box-sizing: border-box;
	text-align: center;
	background-color: rgba(80,80,80,.48);
}
.project-body .con-c h1 {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
	font-size: 40px;
	color: #fff;

}
.project-body .con-c h1 span {
	font-size: 48px;
	/*line-height: 60px;*/
}
.project-body .project-footer {
	margin-top: 28px;
	margin-bottom: 44px;
	background: url('../images/line-0.jpg') center top no-repeat;
}
.project-body .project-footer p {
	font-size: 30px;
	color: #a32121;
	text-align: right;
	line-height: 56px;
}
.project-body .con-r {
	width: 370px;
}
.project-body .con-r img {
	display: block;
}
.project-body .con-r img:first-child {
	margin-bottom: 12px;
}
	.project-body{
		padding-top: 40px;
}
.team-con li{
	width: 50%;
	float: left;
}
.team-con li.team-lg{
	width: 100%;
}
.con-detail{
	padding-top: 30px;
	padding-bottom: 30px;
}
.con-detail p{
	line-height: 2;
	margin-bottom: 10px;
}
.in-wrapper{
	overflow: hidden;
}

/* 媒体查询 */

@media (min-width: 1200px) {

	.sale-body .media-body {
		padding-left: 14px;
	}
	.culture-body .con-detail {
		padding-bottom: 254px;
	}
	.team-con li{
		width:25%;
	}
	.main{
		width: 1200px;
	}
	.footer-infos .end-links{
		float: left;
	}
	.footer-infos .end-wxbox{
		float: right;
	}
	.tab-nav{
		float: right;
	}
	.breadcrumb{
		float: left;
	}
	.con-detail{
		padding-left: 10px;
	}
	.type-body ul li:nth-child(3n+0){
		margin-right: 0;
	}

}
@media (min-width: 992px) and (max-width: 1199px) {
	.single-inner{
		/*padding: 60px 0px;*/
	}
	.fake-form{
		padding: 60px 100px;
	}
	.main{
		width: 1000px;
	}
	.news-media-list .media-left{
		width: 220px;
		height: 100px;
		padding-right: 20px;
	}
	.news-media-list .media-object{
		width: 200px;
		height: 100px;
	}

	.join-contact .col-sm-6:first-child:after{
		content: ' ';
		display: block;
		background: #FFFFFF;
		width: 1px;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
	}
	.join-contact .col-sm-6{
		padding-left: 130px;
	}
	.navbar-nav > li > a {
		padding: 30px 12px;
	}


}
@media (min-width: 768px) and (max-width: 991px) {
	.secondPart {
		height: auto;
	}


	.footer-infos .end-links{
		float: left;
	}
	.footer-infos .end-wxbox{
		float: right;
	}
	.navbar-nav > li > a {
		padding: 30px 2px;
	}
	.navbar-nav > li > a .ch {
		font-size: 14px;
	}
	.navbar-nav>li.search-box {
		padding: 20px 5px;
	}

}
@media (min-width: 320px) and (max-width: 767px) {
	.con-detail{
		padding-left: 10px;
		padding-right: 10px;
	}
	body {
		padding-top: 75px;
	}
	.end-wxbox{
		width: 215px;
		margin: 0 auto;
	}
	h2 {
		font-size: 16px;
	}
	/* 首页 */
	.banner-info {
		width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}
	.firstPart {
		height: auto;
	}
	.firstPart .container {
		height: auto;
	}
	.secondPart {
		height: auto;
	}
	.inner-con-l {
		text-align: center;
	}
	.secondPart .inner-con-r h4 {
		font-size: 14px;
		text-align: center;
	}
	.company-info {
		margin-left: 10px;
		padding-left: 0;
		text-align: center;
	}
	.company-info h3 {
		font-size: 16px;
	}
	.company-info p {
		font-size: 12px;
	}
	/* 产品服务 */
	.breadcrumb-box {
		height: auto;
	}
	.nav-item a {
		font-size: 12px;
		line-height: 46px;
	}
	.floor-body .media {
		margin: 0 10px;
	}
	.floor-body .media-body {
		float: left;
		padding-left: 0;
	}
	.floor-body .thirdRow a {
		float: left;
		margin-left: 10px;
	}
	.floor-body .tel {
		margin-bottom: 10px;
	}
	.floor-body .map {

	}
	.page-num a {
		font-size: 12px;
		margin-right: 2px;
		padding: 1px 6px;
	}

	/* 产品服务-中央商都 */
	.con-body .con-nav {
		width: 100%;
	}
	.con-detail {
		float: left;
		width: 100%;
		margin-left: 0;
	}
	.market-body .con-detail h3, .market-body .con-detail h5 {
		padding-left: 0;
		text-align: center;
	}
	.market-body .con-detail p {
		font-size: 12px;
	}

	/* 关于我们 */
	.inner-nav {
		display: none;
	}
	.about-desc .con-l h2 {
		font-size: 14px;
		text-align: center;
	}
	.about-desc .con-l h3 {
		font-size: 16px;
		text-align: center;
	}
	.about-desc .con-r p {
		font-size: 12px;
	}
	.con-about-row{
		margin-left: 0;
		margin-right: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	.about-summary {
		height: auto;
	}
	.about-summary .con-l h3 {
		font-size: 16px;
		text-align: center;
		margin-top: 0px;
	}
	.about-summary .con-l{
		padding: 50px 0;
	}
	.about-summary .con-l h2 {
		padding-right: 0;
		text-align: center;
	}
	.about-summary .con-r p {
		font-size: 12px;
		line-height: 28px;
	}
	.about-desc .con-l, .about-desc .con-r {
		padding: 0 10px;
	}

	/* 关于我们-企业文化 */
	.culture-body .con-detail .detail {
		width: 100%;
		margin-left: 0;
	}
	.culture-body .con-detail .con-r {
		float: left;
		width: 100%;
		margin-left: 0;
		padding-left: 20px;
	}
	.culture-body .con-r h3 {
		font-size: 16px;
	}

	/* 关于我们-发展规划 */
	.develop-body .media {
		width: 100%;
	}
	.develop-body .media-left {
		margin-left: 22px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.develop-body .media-left p {
		float: left;
	}
	.develop-body .media-left p.join-sign {
		width: 6px;
		height: 1px;
		margin: 10px 5px 0 5px;
	}
	.develop-body .media-body {
		float: left;
		width: 100%;
		height: auto;
		min-height: 56px;
		margin-top: 16px;
	}
	.develop-body .media-body p {
		position: static;
	}

	/* 关于我们-团队介绍 */
	.team-body .team-con {
		width: 100%;
	}

	/* 关于我们-大事记 */
	.time-body .time-con {
		float: left;
		margin-left: 0;
		padding-left: 0;
		border-left-style: none;
	}

	.sale-body .media-body {
		float: left;
	}

	.project-body .con-l, .project-body .con-c {
		width: 100%;
		height: 280px;
	}
	.project-body .con-c {
		margin: 0;
	}

}
@media (max-width: 767px) {
	.media-date{
		padding-top: 15px;
	}
	.nav>li.search-box{
		display: none;
	}
	.end-links{
		text-align: center;
	}


	.footer-infos .end-wxbox img{
		right: 0;
	}
	.news-media-list .media-left{
		width: 220px;
		height: 100px;
		display: block;
		margin-bottom: 10px;
	}
	.news-media-list .media{
		padding-left: 100px;
	}
	.news-media-list .media:after{
		left: 100px;
	}
	.media-date{
		width: 80px;
	}
	.navbar-brand{
		padding: 15px 0;
	}
	.in-banner{
		height: 150px;
	}
	.navbar-nav > li > a{
		padding: 10px;
	}
	.h-navbar{
		background-size: 100% 75px;
		box-shadow: 0 0 5px 1px rgba(0,0,0,.1);
	}
	.navbar-nav > li > a .ch{
		font-size: 14px;
		line-height: 20px;
	}
}

@media(max-width:750px) {
	.banner-container .swiper-slide{
		height: 220px;
	}
	.banner-info{
		height: 120px;
		margin-top: 42px;
		padding-top: 30px;
	}

	.sale-body .media-body {
		padding-top: 15px;
	}
	.history-item{
		width: 46%;
		margin-left: 2%;
		margin-right: 0;
		padding:30px 10px;
	}
	.con-nav ul{
		padding: 10px;
		overflow: hidden;
	}
	.con-body .con-nav .nav-link{
		padding: 10px;
		width: 50%;
		float: left;
	}
	.page-num{
		padding-top: 35px;
	}
	.type-body .house-type{
		width: 280px;
		text-align: center;
		margin-right: 0;
		margin: 15px auto!important;
		float: none!important;
	}
}
@media (min-width: 1360px) {
	.history-list li:nth-child(3n+0){
		margin-right: 0;
	}
}
.cc-icon{
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border-radius: 120px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/contact.png);
	border: 1px solid #cccccc;
	transition: .3s all;
	-webkit-transition: .3s all;
}
.cc-icon-1{
	background-position:42px 42px ;
}
.cc-icon-2{
	background-position:-270px 42px ;
}
.cc-icon-3{
	background-position:-580px 42px ;
}
.contact-box:hover .cc-icon{
	background-color: #a32121;
	border: 1px solid #a32121;
	background-image: url(../images/contact_h.png);
}
.project-pic{
	position: relative;
	display: block;
	font-size: 0;
}
.project-pic img{
	width: 100%;
}





















