body {
	background: #fff;
	padding-top: 0;
	max-width: 1920px;
	min-width: 1200px;
	font-size: 16px;
	color: #666;
}
.center-box {
	width: 1200px;
	margin: 0 auto;
}
.apec-top {
	background: #eee;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #666;
}
.apec-top a {
	color: #666;
	margin-left: 38px;
}
.apec-top .apec-top-login {
	display: inline-block;
	color: #0a80d0;
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #0a80d0;
}
.apec-top .apec-top-signup {
	display: inline-block;
	color: #fff;
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	background: #0a80d0;
	margin-left: 7px;
}
.apec-img-box {
	text-align: center;
}
.modal-02-right {
	text-align: left;
	line-height: 2;
	width: 533px;
	float: right;
	margin-top: 80px;
	margin-left: 30px;
}
.apec-bg-01 {
	background: url('../image/apec/bg_01.png') no-repeat;
	background-position: right top;
}
.apec-box-02 {
	padding-top: 60px;
	background: url('../image/apec/03.png') no-repeat;
	width: 1212px;
	height: 678px;
}
.apec-box-02 h2 {
	margin-top: 0;
	margin-bottom: 90px;
}
.apec-box-02 p {
	margin-bottom: 40px;
	line-height: 1.5;
}
.apec-box-02-left {
	width: 607px;
	margin-left: 76px;
	padding: 0 70px;
	color: #fff;
	text-align: left;
}
.apec-box-02-right {
	width: 350px;
	margin-left: 50px;
	color: #666;
	text-align: left;
}
.apec-box-02-right h2 {
	color: #333;
}
.font-36 {
	font-size: 36px;
}
.num-box {
	display: inline-block;
	width: 26px;
	height: 26px;
	color: #fff;
	border-radius: 13px;
	text-align: center;
	line-height: 26px;
	margin-right: 5px;
}
.yellow-num {
	background: #ffc623;
}
.gray-num {
	background: #bbb;
}
.apec-bg-02 {
	padding-top: 180px;
	margin-top: -130px;
	background: url('../image/apec/bg_02.png') no-repeat;
	background-size: cover;
	height: 1328px;
	background-position: center;
}
.benefit-box {
	margin-top: 190px;
}
.benefit-item-01 {
	background: url('../image/apec/benefit_01.png') no-repeat;
}
.benefit-item-02 {
	background: url('../image/apec/benefit_02.png') no-repeat;
}
.benefit-item-03 {
	background: url('../image/apec/benefit_03.png') no-repeat;
}
.benefit-item-04 {
	background: url('../image/apec/benefit_04.png') no-repeat;
}
.benefit-item {
	position: relative;
	width: 600px;
	height: 430px;
	float: left;
	background-size: 100%;
	background-position: center;
}
.benefit-text {
	position: absolute;
	width: 500px;
	height: 330px;
	top: 40px;
	left: 50px;
	border-radius: 20px;
	overflow: hidden;
}
.benefit-text-box {
	/* 370 */
	position: absolute;
	width: 500px;
	height: 330px;
	top: 0;
	left: 0;
	border-radius: 20px;
	border: 4px solid #4fa7f8;
	background: rgb(255, 255, 255);
	box-sizing: border-box;
	padding: 50px;
	opacity: 0;
	transition: all 1s;
}
.benefit-text:hover .benefit-text-box {
	opacity: 1;
}
.benefit-text-box p {
	margin-bottom: 40px;
	text-align: justify;
	line-height: 2;
}
.apec-bg-03 {
	background: url('../image/apec/bg_03.png') no-repeat;
	background-position: top;
	background-size: cover;
}
.arrows-box {
	position: relative;
	height: 40px;
}
.arrows {
	width: 0;
	height: 0;
	border: 10px solid;
	border-color: #ddd transparent transparent transparent;
	position: absolute;
	cursor: pointer;
	bottom: 20px;
	left: 50%;
	margin-left: -10px;
}
.arrows:after {
	content: '';
	position: absolute;
	top: -12px;
	left: -10px;
	border: 10px solid;
	border-color: white transparent transparent transparent;
}
.approve-box {
	display: none;
}
.faq {
	display: none;
	background: url('../image/apec/bg_04.png') no-repeat;
	height: 940px;
	background-position: bottom;
	background-size: 100%;
	margin-top: -210px;
}
.faq-box {
	position: relative;
	width: 1200px;
	height: 610px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
	border-radius: 20px;
	margin-top: 90px;
	text-align: left;
}
.faq-box .question {
	color: #555;
	font-size: 24px;
	margin-bottom: 20px;
}
.faq-box .answer {
	color: #999;
}
.faq-box p {
	display: inline-block;
	width: 432px;
	vertical-align: top;
}
.question-box {
	margin-bottom: 60px;
}
.faq-box-left,
.faq-box-right {
	width: 600px;
	padding: 50px;
	box-sizing: border-box;
}
.faq-line {
	position: absolute;
	width: 1px;
	height: 450px;
	border-right: 1px dashed #bbb;
	left: 50%;
	top: 75px;
}

/* 跳转专题页 */
.sjzx {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}
.sjzx .bg-com {
	position: absolute;
	z-index: 0;
}
.sjzx .bg-hd {
	position: relative;
	z-index: 1;
}
.sjzx .bg-com,
.sjzx .bg-hd {
	top: 0;
	left: 0;
}
.sjzx .con-box {
	width: 100%;
	max-width: 1920px;
	min-width: 770px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.sjzx .con-com {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.sjzx .con-hd {
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
}
.sjzx .href-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 38%;
	z-index: 4;
}
.sjzx .href-box .href-item {
	position: absolute;
	width: 50%;
	height: 50%;
}
.sjzx .href-box .href-01 {
	left: 0;
	top: 0;
}
.sjzx .href-box .href-02 {
	right: 0;
	top: 0;
}
.sjzx .href-box .href-03 {
	bottom: 0;
	left: 0;
}
.sjzx .href-box .href-04 {
	bottom: 0;
	right: 0;
}

.sjzx .btn-box {
	position: fixed;
	width: 100%;
	min-width: 1200px;
	bottom: 0;
	text-align: center;
	z-index: 5;
	background: url('/image/sjzx/btn-bg.png') no-repeat;
	background-size: cover;
	background-position: top;
	height: 10%;
}
.sjzx .btn-box .btn-autho {
	position: absolute;
	width: 30%;
	min-width: 360px;
	max-width: 600px;
	bottom: 0;
	left: 34%;
	cursor: pointer;
}

/* 中信 */
.citic {
	margin-bottom: 20px;
}
.citic .banner {
	max-width: 1920px;
	display: block;
	margin: 0 auto;
}
.citic .citic-project .arrow {
	position: absolute;
	top: 110px;
	padding: 16px;
	border-width: 0 4px 4px 0;
	border-color: #d80a1e;
	cursor: pointer;
}
.citic .citic-project .arrow.left {
	left: -40px;
}
.citic .citic-project .arrow.right {
	right: -40px;
}
.citic .project-box-w {
	position: relative;
	overflow-y: hidden;
	height: 270px;
}
.citic .project-box {
	overflow: auto;
}
.citic .project {
	width: 1760px;
}
.citic .project-item {
	float: left;
	width: 200px;
	height: 250px;
	margin-right: 20px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(221, 221, 221, 0.4);
	text-align: center;
}
.citic .project-item .project-icon {
	width: 70px;
	height: 70px;
	margin: 50px auto 20px auto;
	background: url('/image/citic/icon_bg.png') no-repeat;
	background-position-y: -70px;
}
.citic .project-item-2 .project-icon {
	background-position-x: -70px;
}
.citic .project-item-3 .project-icon {
	background-position-x: -140px;
}
.citic .project-item-4 .project-icon {
	background-position-x: -210px;
}
.citic .project-item-5 .project-icon {
	background-position-x: -280px;
}
.citic .project-item-6 .project-icon {
	background-position-x: -350px;
}
.citic .project-item-7 .project-icon {
	background-position-x: -420px;
}
.citic .project-item-8 .project-icon {
	background-position-x: -490px;
}
.citic .project-item:hover {
	background-color: #d80a1e;
	color: #fff;
}
.citic .project-item:hover .project-icon {
	background-position-y: 0;
}
.citic .advantage-item {
	float: left;
	margin-bottom: 50px;
}
.citic .advantage-item.left {
	width: 700px;
}
.citic .advantage-item.right {
	width: 430px;
}
.citic .advantage-item-left,
.citic .advantage-item-right {
	display: inline-block;
	vertical-align: middle;
}
.citic .advantage-item-right {
	margin-left: 40px;
}
.citic .advantage-item .title {
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
}
.citic .citic-bottom {
	position: relative;
	background: url('/image/citic/bottom_bg.jpg') no-repeat;
	height: 350px;
	margin: 0 auto;
	max-width: 1920px;
	background-position: center;
	background-size: cover;
}
.citic .citic-info {
	color: #333;
	position: absolute;
	bottom: 20px;
	font-weight: bold;
}
.citic .apply-box {
	position: absolute;
	right: 180px;
	top: 130px;
	color: #fff;
}
.citic .apply-box-right,
.citic .apply-box-left {
	display: inline-block;
	vertical-align: middle;
}
.citic .apply-box-right {
	padding: 20px 60px;
	font-size: 20px;
	color: #333;
	background: #fef4e2;
	background: linear-gradient(270deg, #f7e3ae 0%, #fef4e2 100%);
	border-radius: 10px;
	text-align: center;
	margin-left: 30px;
	cursor: pointer;
}

/* 客户端页面 */
.client-box {
	background: #f5f5f5;
	height: 94%;
	min-height: 940px;
}
.client-top-bg {
	height: 80%;
	padding-top: 6%;
	box-sizing: border-box;
	background: url('/image/client/bg.png') no-repeat;
	background-size: cover;
}
.client-item {
	display: inline-block;
	vertical-align: text-top;
	color: #fff;
}
.client-left {
	margin-right: 150px;
}
.client-right {
	padding-top: 40px;
}
.inline-item {
	display: inline-block;
	vertical-align: middle;
}
.client-right .down-btn {
	width: 315px;
	height: 120px;
	background: url('/image/client/btn_bg.png') no-repeat;
	font-size: 30px;
	font-weight: 500;
	line-height: 100px;
	cursor: pointer;
	color: #535353;
	margin-top: 50px;
	margin-left: 70px;
}
.client-right .down-btn span {
	margin-left: 50px;
	margin-top: -4px;
	display: inline-block;
}
.client-bottom {
	background: #fff;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
	position: relative;
	margin-top: -120px;
}
.client-bottom-top {
	background-image: linear-gradient(#f6d66d, #fbecb0);
	margin-left: -20px;
	margin-right: -20px;
	padding: 24px 40px;
}
.client-bottom .client-bottom_item {
	font-size: 18px;
	font-weight: 500;
	color: #535353;
	text-align: center;
}
.client-bottom-bottom {
	text-align: center;
	padding: 50px 0;
}
.client-bottom_item_icon {
	margin-bottom: 20px;
}
