﻿/* banner */
.swiper-container {
    height: 500px;
}
.swiper-button-next {
	right: 50px;
	width: 71px;
	height: 71px;
	background: url(../images/right.png) no-repeat rgba(0,0,0,0.1) center center;
}
.swiper-button-prev {
	left: 50px;
	width: 71px;
	height: 71px;
	background: url(../images/left.png) no-repeat rgba(0,0,0,0.1) center center;
}
.swiper-button-next:hover {
	background: url(../images/right.png) no-repeat rgba(0,0,0,0.3) center center;
}
.swiper-button-prev:hover {
	background: url(../images/left.png) no-repeat rgba(0,0,0,0.3) center center;
}
.swiper-slide img {
	width: 100%;
	height: 500px;
}
.swiper-pagination-bullet-active {
    background: #ff6537;
}

/* 业务范围 */
.m-business {
	padding: 50px 0;
	margin-top: 70px;
	background: url(../images/business-bg-1.jpg) no-repeat;
	background-size: cover;
}
.m-business ul {
	padding: 0 25px;
	box-sizing: border-box;
}
.m-business li {
	float: left;
	width: 383px;
	height: 88px;
	padding: 0 25px;
	box-sizing: border-box;
	overflow: hidden;
	color: #fff;
}
.m-business .business-img {
	float: left;
	width: 60px;
	height: 60px;
	padding-top: 15px;
}
.m-business .business-content {
	margin-left: 80px;
}
.m-business .business-content .business-title {
	margin-bottom: 10px;
	font-size: 16px;
}

/* 海岳快讯&新闻 */
.m-news {
    padding: 0 50px;
    margin-top: 60px;
    box-sizing: border-box;
}
.m-news li img {
    width: 100%;
    height: 195px;
}
.m-news li a {
    display: block;
    font-size: 18px;
    color: #666;
}
.m-news li a:hover {
    color: #FF6536;
}
.m-news li p {
	line-height: 30px;
    color: #666;
}
.m-news p a {
	font-size: 14px;
}
.m-news .news-content span {
	float: right;
}
.cm-ft div div a{color: #9b9b9b;}
