:root {
	--view-width: 93%;
}

@media (max-width: 400px) {
	:root {
		--view-width: 92%;
	}

}

body {
	font-family: "AlibabaPuHuiTi-2-35-Thin", sans-serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	user-select: none;
	font-size: 14px;
	color: #3D3D3D;
}

.topbanner img,
.banner img {
	width: 100%;
	height: auto;
	display: block;
}

/* 共同样式*/
.section_title {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 600;
}

.section_btn {
	width: 126px;
	height: 32px;
	box-sizing: border-box;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #FFFFFF;
	background: linear-gradient(to bottom, #6A6A6A 10%, #000000 100%);
	box-shadow: inset 0px 0px 6px 0px rgba(255, 255, 255, 1);
	border-radius: 24px;
}

.section_btn2 {
	color: #000000;
	background: linear-gradient(0deg, #D9B26D, #FFEBBF, #D9B26E);
	box-shadow:1px 2px 4px 0px rgba(0, 0, 0, 0.75),inset 1px 0px 6px 0px rgba(255, 255, 255, 0.5);
	border-radius: 24px;
}

.section1,
.section2,
.section3,
.section4,
.section5,
.section6,
.section7 {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
}

/* section1 政策分析*/
.section1 {
	padding-top: 26px;
	padding-bottom: 32px;
	background: #ffffff;
}

.policy {
	width: 100%;
	padding-top: 20px;
	box-sizing: border-box;
}

.policy_list {
	width: 100%;
	padding-bottom: 16px;
	box-sizing: border-box;
}

.policy_list_item {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.policy_list_item .title {
	width: 100%;
	height: 40px;
	padding-left: 18px;
	box-sizing: border-box;
	line-height: 40px;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	background: linear-gradient(to right, #343434 50%, #ffffff 100%);
}

.policy_list_item .detail {
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	background: linear-gradient(to right, #EFEFEF 60%, #ffffff 100%);

}

.policy_list_item .detail_desc {
	width: var(--view-width, 93%);
	font-size: 14px;
	line-height: 26px;
}

.policy_list_item .detail_desc span {
	font-weight: 600;
}

.policy_list .policy_list_item:nth-child(2) .title {
	background: linear-gradient(to right, #7E4E1E 0%, #F3C78A 50%, #ffffff 100%);
}

.policy_list .policy_list_item:nth-child(2) .detail {
	background: linear-gradient(to right, #FFF5E6 60%, #ffffff 100%);
}

/*  */
.section_wrap {
	width: 100%;
	box-sizing: border-box;
	letter-spacing: 2px
}

.section_wrap .section_title,
.section_wrap .section_content .section_title {
	width: 100%;
	height: 48px;
	background-image: url("../../assets/images/box.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: #000000;
}

.section_content {
	width: 100%;
	padding-bottom: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #ffffff;
	font-size: 18px;
	background-image: url("../../assets/images/bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: left bottom;
}

.section2 {
	width: 100%;
	padding: 20px 0px;
	box-sizing: border-box;
}

.require_list_item {
	width: var(--view-width, 93%);
	padding: 0px 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin: 10px 0px;
}

.require_list_item .icon {
	width: 18px;
	height: 18px;
	margin-right: 8px;
}

.section3 {
	width: 100%;
	padding: 20px 0px;
	box-sizing: border-box;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.02) 100%);
}

.adva_list_item {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

.adva_list_item_box {
	width: var(--view-width, 93%);
	padding: 10px 0px 10px 10px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
}

.adva_list_item .icon {
	width: 18px;
	height: 18px;
	margin-right: 8px;
}

.section3 .adva_list_item:nth-child(even) {
	background: rgba(0, 0, 0, 0.2);
}

/* section4 景鸿集团 值得信赖*/
.section4 {
	min-height: 300px;
	padding-top: 36px;
	padding-bottom: 46px;
	background-image: url("../../assets/images/bg2.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.trust {
	padding-top: 26px;
}

.trust_item {
	width: 280px;
	height: 38px;
	margin-bottom: 10px;
	box-sizing: border-box;
	background: linear-gradient(0deg, #000000, #6A6A6A);
	border-radius: 16px;
	position: relative;
}

.trust_item_icon {
	width: 44px;
    height: 44px;
    margin-left: -8px;
    margin-top: 2px;
	position: absolute;
	
	top:-4px;
}
.trust_item_desc{
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	color:#ffffff;
}
.trust .trust_item:nth-child(odd) .trust_item_icon{
	left:0px;
}
.trust .trust_item:nth-child(even) .trust_item_icon{
	right:-6px;
}

/* section5 美国投资移民，定制专属方案 */
.section5 {
	width:100%;
	height:184px;
	padding-top:30px;
	box-sizing: border-box;
	background-image: url("../../assets/images/bg3.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.formwrap_title{
	text-align: center;
	color:#ffffff;	
	font-size: 18px;
	padding-bottom: 30px;
}
.formwrap{
	width:var(--view-width,93%);
	display: flex;
	flex-direction: column;
	align-items: cneter;
}
