.swiper-pagination-bullet-active {
    background: #910000;
}
.swiper-button-next, .swiper-button-prev {
    color: #910000;
}
.banner {
	height: 400px;
	background: #ddd;
	background: url(../img/banner0.jpg) center/cover no-repeat;
}
.title {
	background: url(../img/titleLine.png) center bottom no-repeat;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 20px;
}
.title .name {
	font-size: 30px;
	color: #910000;
}
.title .enName {
	font-size: 25px;
	color: #797979;
}

.title1 {
	font-size: 25px;
	line-height: 1;
	margin: 20px 0;
}
.title1 .zh {
	color: #7b7b7b;
}
.title1 .zh b {
	color: #910000;
}
.title1 .en {
	color: #ebebeb;
	padding-left: 50px;
}

/*百瑞简介*/
.introduction, .news {
	display: inline-block;
	vertical-align: text-top;
}
.introduction {
	margin-right: 30px;
	width: 400px;
}
.introduction .img {
	background: url(../img/introBg.jpg) center/100% 100% no-repeat;
	padding: 20px;
}
.introduction .img img {
	width: 100%;
}
.introduction .ctx {
	color: #666;
	text-indent: 2em;
	padding: 10px 0;
	line-height: 2;
}
.introduction .ctx .more {
	color: #910000;
}
/*百瑞动态*/
.news {
	width: 760px;
}
.news .item {
	padding: 10px 0;
	border-bottom: 1px #e1e1e1 solid;
}
.news .item .img {
	padding: 10px;
	border: 1px #ddd solid;
	display: inline-block;
	vertical-align: top;
}
.news .item .img img {
    width: 160px;
    height: 100px;
}
.news .item .right {
	width: 520px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
}
.news .item .t {
	font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
}
.news .item .i {
	color: #999;
	margin: 5px 0;
}
.news .item p {
	color: #666;
}
/*百瑞优势*/
.advantage {
	padding: 20px 0;
	margin: 20px 0;
}
.advantage .ctx {
	font-size: 18px;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 40px;
}
.advantage .item {
	display: inline-block;
	vertical-align: text-top;
	width: calc(25% - 5px);
	box-sizing: border-box;
	padding: 10px 60px;
}
.advantage .item .icon {
	background: #fff center/60% 60% no-repeat;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	margin: auto;
	border: 2px #910000 solid;
	margin-bottom: 10px;
}
.advantage .item .t {
	color: #910000;
	font-size: 16px;
	text-align: center;
	margin-bottom: 5px;
}
.advantage .item .i {
	color: #666;
}
/*办案流程*/
.flow {
	margin-top: 50px;
}
.flow .img {
	text-align: center;
	padding: 30px 0;
}
.flow .img img {
	width: 1000px;
}
/*专业领域*/
.pro .mw {
    background: #fff;
}
.pro .item {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 50px 30px;
    cursor: pointer;
    transition: .5s;
}
.pro .item:hover {
    background: rgba(145, 0, 0, .02);
    box-shadow: 0 0 5px rgba(145,0,0,.5);
}
.pro .item .icon {
    height: 100px;
    background: #fff center no-repeat;
	text-align: center;
}
.pro .item .name {
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
}
.pro .item .enname {
    text-align: center;
    background: url(../img/pro/proLine.png) center bottom no-repeat;
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 20px;
    line-height: 1;
    color: #888;
    text-transform: uppercase;
}
.pro .item .desc {
    color: #666;
    margin-top: 10px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.friendLink {
	font-size: 14px;
	text-align: center;
}
.friendLink span {
	color: #999
}
.friendLink a {
	margin-right: 20px
}
.friendLink a:hover {
	text-decoration: underline;
}