@charset "utf-8";
/*
 *  rem尺寸适配，基准16px
 */
html {
  font-size: 16px;
}
html,body {
	padding: 0;
	margin: 0;
}

@media only screen and (min-max: 319px) {
  :root {
    font-size: 12px !important; } }
@media only screen and (min-width: 320px) and (max-width: 369px) {
  :root {
    font-size: 14px !important; } }
@media only screen and (min-width: 370px) and (max-width: 409px) {
  :root {
    font-size: 16px !important; } }
@media only screen and (min-width: 410px) {
  :root {
    font-size: 18px !important; } }

.banner {
	display: block;
	min-width: 100%;
	height: auto;
}
.banner img {
	width: 100%;
	display: block;
}

.list {
	border-top: 2px solid #99a7b3;
	width: 100%;
}
.list .item {
	position: relative;
	display: block;
	padding: 28px 27px 25px 84px;
	background-color: #fff;
	border-bottom: 1px solid #cacaca;
	text-decoration: none;
}
.list .item p {
	margin: 10px 0 0;
	color: #808080;
	font-size: 12px;
}
.list .item .arrow-right {
	position: absolute;
	right: 13px;
	top: 50%;
	margin-top: -9px;
	width: 10px;
	height: 19px;
	background: url(../images/arrow-right.png) no-repeat center;
	background-size: 9px 19px;
}
.list-icon {
	display: block;
	position: absolute;
	left: 22px;
	top: 50%;
	margin-top: -25px;
	background: url(../images/list-icon.png) no-repeat;
	background-size:280px 56px;
}
.icon-serviece{height:56px;width:56px;background-position:0 0;}
.icon-viewPoint{height:56px;width:56px;background-position:-56px 0;}
.icon-QA{height:56px;width:56px;background-position:-112px 0;}
.icon-advisers{height:56px;width:56px;background-position:-168px 0;}
.icon-portfolio{height:56px;width:56px;background-position:-224px 0;}

.list-txt {
	display: block;
	background: url(../images/list-txt.png) no-repeat;
	background-size: 46px 65px
}

.text-serviece {
	height: 13px;
	width: 44px;
	background-position: 0 0;
}

.text-viewPoint {
	height: 13px;
	width: 45px;
	background-position: 0 -13px;
}

.text-QA {
	height: 13px;
	width: 45px;
	background-position: 0 -26px;
}

.text-portfolio {
	height: 13px;
	width: 45px;
	background-position: 0 -39px;
}

.text-advisers {
	height: 13px;
	width: 46px;
	background-position: 0 -52px;
}