.msg-part {
	width: 100%;
	height: 50px;
	background: #f4f4f4;
	margin-top: -4px;
}

.msg {
	width: 1400px;
	height: 100%;
	margin: 0 auto;
	line-height: 50px;
}

.msg img {
	width: 23px;
	height: 23px;
	margin-top: 13px;
}

.msg i {
	float: left;
	margin-right: 10px;
}

#msg {
	width: 1367px;
	height: 50px;
	overflow: hidden;
}

#inmsg {
	width: 800%;
	height: 100%;
}

.msgItem {
	float: left;
	font-size: 16px;
	color: #c21515;
	white-space: nowrap;
}

/*中间内容区*/
.section1 {
	width: 100%;
	background: #fff;
	padding: 90px 0;
}

.section2 {
	width: 100%;
	background: url(../img/section2-bg.png) no-repeat center;
	background-size: 100% auto;
	padding: 45px 0;
}

.section3{
	width: 100%;
	background: url(../img/section3-bg.png) no-repeat center;
	background-size: 100% auto;
	padding: 90px 0;
}

.section4 {
	width: 100%;
	background: #fff;
	background-size: 100% auto;
	padding: 80px 0;
}

.section5 {
	width: 100%;
	background: #f9f9f9;
	background-size: 100% auto;
	padding: 80px 0;
}

.section-wrap {
	width: 1400px;
	margin: 0 auto;
}

.section-header {
	width: 100%;
	text-align: center;
}

.section-header .title {
	width: 100%;
	height: 37px;
	text-align: center;
	line-height: 37px;
	color: #333;
	font-size: 42px;
	font-weight: 600;
}

.section-header .line {
	width: 100%;
	height: 2px;
	margin-top: 12px;
}

.section-header .left-line {
	width: 511px;
	height: 1px;
	background: #ccc;
}

.section-header .right-line {
	width: 511px;
	height: 1px;
	background: #ccc;
}

.section-header .subhead {
	width: 100%;
	height: 22px;
	text-align: center;
	line-height: 22px;
	font-size: 18px;
	color: #0168b5;
}


/*服务项目内容*/
.item-list {
	width: 100%;
	margin-top: 50px;
}

.item-list ul li {
	width: 453px;
	height: 240px;
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 20px;
  	box-shadow: 0px 3px 9.5px 0.5px rgba(3, 2, 8, 0.58);
  	overflow: hidden;
  	position: relative;
}

.item-list ul li:nth-child(3n+3) {
	margin-right: 0;
}

.item-list ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.item-list ul li img {
	width: 100%;
	height: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.item-list ul li:hover img{
	transform: scale(1.2, 1.2);
}

.item-list ul li .item-text{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
  	-moz-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
  	-webkit-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
  	-ms-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
  	-ms-filter: "alpha(opacity=$num)";
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
  	transform: scale(0.85);
  	-moz-transform: scale(0.85);
  	-webkit-transform: scale(0.85);
  	-ms-transform: scale(0.85);
}

.item-list ul li:hover .item-text{
	opacity: 1;
	-ms-filter: "alpha(opacity=$num)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}


.item-list ul li .item-text p{
	width: 320px;
	height: 48px;
	font-size: 38px;
	color: #fff;
	/*background: #00AEF3;*/
	text-align: center;
	line-height: 48px;
	margin: 96px auto;
	border-radius: 7px;
	font-weight: bold;
}


/*成功案例*/
.case-list {
	width: 100%;
	margin-top: 30px;
}

.swiper-container-case {
	width: 100%;
	height: 100%;
}

.case-list .swiper-slide {
	text-align: center;
	font-size: 18px;
}
.case-list .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
}
.case-list .swiper-slide .pic{
	width: 100%;
	height: 256px;
	overflow: hidden;
  	box-shadow: 0px 4px 20px 0px rgba(18, 81, 119, 0.58);
  	margin-bottom: 20px;
	position: relative;
}
.case-list .swiper-slide .pic>img{
	width: 100%;
	height: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.swiper-slide a:hover .pic>img{
	transform: scale(1.1, 1.1);
}
.case-list .swiper-slide a p{
	font-size: 20px;
	color: #111;
	text-align: center;
}
.case-list .swiper-slide .pic .case-logo{
	width: 100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	line-height: 331px;
	opacity: 0;
}
.case-list .swiper-slide a:hover .pic .case-logo{
	opacity: 1;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.swiper-button-next, .swiper-button-prev{
	width: 16px;
	height: 27px;
	background-color: rgba(0,0,0,0.4);
	background-size: 16px 27px;
	top: 0;
    width: 36px;
    height: 331px;
    margin-top: 0; 
}
.swiper-button-prev {
	background-image: url(../img/icon/prev.png);
	left: 0;
}
.swiper-button-next{
	background-image: url(../img/icon/next.png);
	right: 0;
}

/*荣誉资质*/
.honor-list .honor{
	width: 1400px;
    height: 430px;
    overflow: hidden;
    position: relative;
}
.honor-list .honor .list-content {
    width: 800%;
    height: 100%;
}
.honor-list .honor .list-content .list-item {
    float: left;
    margin-top: 55px;
}
.honor-list .list-item ul li{
	float: left;
}
.honor-list .list-item ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.honor-list .list-item ul li img{
	width: auto;
	height: 291px;
	transition: all 300ms ease 0s;
}
.honor-list .list-item ul li{
	margin-right:30px;
	height: 375px;
	position: relative;
}
.honor-list .list-item ul li p{
	width: 100%;
	height: 40px;
	background-color: rgba(0,0,0,0.4);
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	opacity: 0;
	transition: all 2s ease 0s;
}
.honor-list .list-item ul li img:hover{
	transform: scale(1.2);
	margin-bottom: 10px;
}
.honor-list .list-item ul li:hover p{
	opacity: 1;
	transform: scale(1.2);
}

/*合景简介*/
.synopsis{
	width:100%;
	/*height:411px;*/
	margin-top: 70px;
}
.synopsis-left{
	width:620px;
	height:460px;
	float: left;
	
}
.synopsis-left img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.synopsis-right{
	width:745px;
	/*height:407px;*/
	float: right;
}
.introduce{
	width:100%;
	height:375px;
	overflow: hidden;
}
.introduce p{
	font-size: 17px;
    color: #000;
    text-indent: 2em;
    line-height: 28px;
    margin-bottom: 20px;
}

/*新闻资讯*/
.news {
	margin-top: 30px;
}
.news .newTab{
	margin-bottom: 25px;
	text-align: center;
}
.news .newTab a{
	display: inline-block;
	width: 200px;
	height: 55px;
	font-size: 24px;
	color: #111;
	text-align: center;
	line-height: 55px;
	border-bottom: 2px solid #0168b0;
	margin: 0 10px;
}
.news .newTab a.active{
	background-color:#0168b0;
	color: #fff;
	border-radius: 2px;
	box-shadow: 0.939px 1.766px 1.98px 0.02px rgba(0, 0, 0, 0.5);
}
.news_left {
  width: 100%;
  height: 600px;
  background: #fff;
  /*margin-right: 25px;*/
  position: relative;
}
.news_left:hover{
	    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}
.news_left>a {
  display: block;
  width: 100%;
  height: 100%;
}
.news_left a img {
  width: 100%;
  height: auto;
}
.news_left .news-content{
	padding: 20px;
}
.news_left .news-content .time {
	font-size: 18px;
	color: #666;
	text-align: center;
	margin-bottom: 20px;
}
.news_left .news-content h3 {
	font-size: 24px;
	color: #111;
	text-align: center;
	margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_left .news-content .news-article {
	height: 140px;
  	font-size: 16px;
  	color: #555;
  	text-align: left;
  	line-height: 28px;
  	text-indent: 2em;
  	overflow: hidden;
}
.news_left a a{
	font-size: 16px;
	color: #555;
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.swiper-container-news{
	height: 685px;
}
.news .swiper-button-next, .news .swiper-button-prev{
	width: 60px;
	height: 60px;
	background-color: #fff;
	background-size: 100% 100%;
	top: 625px;
    margin-top: 0; 
}
.news .swiper-button-prev {
	background-image: url(../img/arrow-left2.png);
	left: 1270px;
}
.news .swiper-button-next{
	background-image: url(../img/arrow-right2.png);
	right: 0;
}
.news .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}
.arrow{
	margin-top: 25px;
	text-align: right;
}
.arrow a{
	display: inline-block;
	width: 60px;
	height: 60px;
}
.arrow a img{
	width: 100%;
	height: 100%;
}

.checkMore{
	width: 140px;
	height: 40px;
	background: url(../img/moreBtn.png) no-repeat center;
	background-size: 100% 100%;
	margin: 35px auto 0;
}

.checkMore a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
