﻿@charset "utf-8";
/*背景*/
.headerBg{
	position: relative;
	width: 100%;
	height: 450px;
	background-image: url(../Images/about/banner.jpg);
}
/*服务顾问内容*/
.adviser_ctn_wrap{
	width: 64%;
	margin: auto;
	overflow: hidden;
	padding: 30px 0;
}
.adviser_ctn_wrap > li{
	float: left;
	margin: 25px 3%;
	width: 18%;
}
.adviser_ctn_wrap > li > a{
	display: block;
	width: 100%;
	height: 300px;
}
.adviser_ctn_wrap > li > a :hover.adviser_txt_box{
	background-color: #507cc7;
}
.adviser_img_box{
	position: relative;
	width: 100%;
	height: 289px;
}
.adviser_img_box > img{
	position: absolute;
	
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.adviser_txt_box{
	position:absolute;
	width: 98%;
	height: 75px;
	background-color: #50a7e3;
	padding: 15px 5% 15px 5%;
	bottom: 0;
	left: 4px;
}
.adviser_txt_box > h6{
	width: 100%;
	height: 20px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.adviser_txt_box > p{
	width: 100%;
	height: 20px;
	font-size: 14px;
	color: #ffffff;
	margin-top:10px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*详情*/
.AdviserInfo_ctn_box{
	width: 1200px;
	box-shadow: 0 0 10px 3px #e9e9e9;
	margin: 40px auto;
	padding: 30px 50px;
	
}
.AdviserInfo_top_ctn{
	overflow: hidden;
}
.AdviserInfo_img_box{
	position: relative;
	float: left;
	width: 20%;
	height: 222px;
}
.AdviserInfo_img_box > img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 222px;
}
.AdviserInfo_txt_box{
	float: left;
	width: 70%;
	margin-left: 10%;
}
.AdviserInfo_name{
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.AdviserInfo_name_label{
	font-size: 16px;
	color: #ff3939;
	margin-top: 18px;
}
.AdviserInfo_label_box > li{
	font-size: 16px;
	color: #333;
	margin-top: 12px;
	line-height: 1.7;
}
.AdviserInfo_label_box > li > span{
	font-size: 16px;
	color: #999999;
}
.AdviserInfo_bottom_ctn{
	margin-top: 10px;
}
.AdviserInfo_introduce_box{
	margin-top: 40px;
}
.AdviserInfo_introduce_box > dt{
	font-size: 24px;
	color: #333;
	padding-left: 20px;
	font-weight: bold;
	border-left: 4px solid #ff2121;
	margin-bottom: 30px;
}
.AdviserInfo_introduce_box > dd{
	font-size: 16px;
	color: #333;
	line-height: 1.7;
}
.AdviserInfo_introduce_box > dd > p{
	font-size: 16px;
	color: #333;
	line-height: 1.7;
}
@media (min-width:768px) and (max-width:1200px ) { 
	.adviser_ctn_wrap {
		width: 90%;
		margin: auto;
		overflow: hidden;
		padding: 30px 0;
	}
	.AdviserInfo_ctn_box {
		width: 90%;
		box-shadow: 0 0 10px 3px #e9e9e9;
		margin: 40px auto;
		padding: 30px 50px;
	}
}

@media (min-width:1280px) and (max-width:1442px ) { 
	.adviser_ctn_wrap {
		width: 85%;
		margin: auto;
		overflow: hidden;
		padding: 30px 0;
	}
}

@media (min-width:768px) and (max-width:1280px ) { 
	.adviser_ctn_wrap {
		width: 96%;
		margin: auto;
		overflow: hidden;
		padding: 30px 0;
	}
	.adviser_img_box {
		position: relative;
		width: 100%;
		height: 270px;
	}
	.adviser_ctn_wrap > li > a {
		display: block;
		width: 100%;
		height: 270px;
	}
}
@media only screen and (max-width: 770px) { 
	.headerBg{
		position: relative;
		width: 100%;
		height: 150px;
		background-image: url(../Images/about/banner.jpg);
		background-position: center;
		background-size: 160% 160%;
	}
	.adviser_ctn_wrap {
		width: 90%;
		margin: auto;
		overflow: hidden;
		padding: 15px 0;
	}
	.adviser_ctn_wrap > li {
		float: left;
		margin: 15px 3%;
		width:44%;
	}
	.adviser_ctn_wrap > li {
		float: left;
		margin: 15px 3%;
		width: 44%;
	}
	.adviser_ctn_wrap > li > a {
		display: block;
		width: 100%;
		height: 180px;
	}
	.adviser_img_box {
		position: relative;
		width: 100%;
		height: 180px;
	}
	.adviser_img_box > img {
		position: absolute;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	/* 详情 */
	.AdviserInfo_ctn_box {
		width: 90%;
		box-shadow: 0 0 10px 3px #e9e9e9;
		margin: 20px auto;
		padding: 15px 15px;
	}
	.AdviserInfo_img_box {
		position: relative;
		float: left;
		width: 100%;
		height: 150px;
	}
	.AdviserInfo_img_box > img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		height: 150px;
	}
	.AdviserInfo_txt_box {
		float: left;
		width: 100%;
		margin-left: 5%;
		margin-top: 15px;
	}
	.AdviserInfo_introduce_box {
		margin-top: 15px;
	}
	.AdviserInfo_name {
		font-size: 20px;
		color: #333;
		font-weight: bold;
	}
	.AdviserInfo_introduce_box > dt {
		font-size: 18px;
		color: #333;
		padding-left: 20px;
		font-weight: bold;
		border-left: 4px solid #ff2121;
		margin-bottom: 15px;
	}
	.AdviserInfo_label_box > li {
		font-size: 16px;
		color: #333;
		margin-top: 10px;
		line-height: 1.7;
	}
}


@media (min-width:992px) and (max-width:1200px ) { 
	.AdviserInfo_ctn_box{
		width: 970px;
	}
	
}
/* 平板电脑 */
@media (min-width:768px) and (max-width:992px ) { 
	.AdviserInfo_ctn_box {
		width: 750px;
	}
	.AdviserInfo_img_box{
		width: 27%;
	}
	.AdviserInfo_txt_box {
		float: left;
		width: 62%;
		margin-left: 10%;
	}
}
@media only screen and (max-width: 768px) {  

}