.banner {
	background-image: url(../../img/strategy/banner.png);
	height: 100px;
	background-size: cover;
	background-position:center;
}

.box {
	margin: 0 auto;
	display: flex;
}

.box > .groups {
	display: none;
}

.content {
	width: 100vw;
	padding: 45px 0px;
}

.content .page-title-box {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #E1E1E1;
	padding-left: 10px;
}

.page-title-box .page-title {
	width: 110px;
	font-size: 24px;
	color: #355087;
	height: 45px;
	border-bottom: 1px solid #355087;
}

.content-summar {
	padding: 30px 10px;
	font-size: 18px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #555555;
	line-height: 35px;
	display: flex;
	align-items: center;
}

.box-list {
	/* width: 800px; */
	display: flex;
	flex-wrap: wrap;
}

.flex {
	display: flex;
}

/** page1 start **/
.list-item {
	margin: 0px;
}

.list-item-bg {
	border: 1px dashed rgba(255, 255, 255, 0);
	background-image: url(../../img/strategy/bg.png);
	background-size: cover;
	background-position:center;
	display: flex;
	align-items: center;
    justify-content: center;
}

.list-item-bg:hover {
	border: 1px dashed #ccc;
}

.item-num {
	width: 110px;
	height: 100%;
	line-height: 135px;
	font-size: 30px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}

.item-label {
	width: 240px;
	height: 36px;
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #355087;
}

.group-img {
	width: calc(100vw - 20px);
	height: 165px;
	background-image: url(../../img/strategy/group.png);
	background-size: cover;
	background-position: center;
	margin: 20px auto 0;
}

/** page1 end **/

/** page2 start **/
.content-summar .img {
	width: 42px;
	height: 42px;
	background-image: url(../../img/strategy/location.png);
	background-size: cover;
	background-position:center;
	margin: 10px 20px 10px 0;
}

.box-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.list-item2 {
	margin: 35px 20px;
}

.item-title2-idea {
	width: 40px;
	height: 42px;
	
	background-size: cover;
	background-position:center;
}

.bg-idea {
	background-image: url(../../img/strategy/idea.png);
}

.bg-strategy {
	background-image: url(../../img/strategy/strategy.png);
}

.bg-shareholder {
	background-image: url(../../img/strategy/shareholder.png);
}

.bg-implement {
	background-image: url(../../img/strategy/implement.png);
}

.item-title2 {
	font-size: 18px;
	font-family: Hiragino Sans GB;
	font-weight: normal;
	color: #333333;
	padding-left: 10px;
	align-items: end;
	display: flex;
}

.item-title2 > span {
	color: #DC9B7D;
}

.item-title2-line {
	width: 331px;
	height: 3px;
	background: #EEEEEE;
	margin-top: 20px;
}

.item-title2-line2 {
	margin-left: 51px;
	width: 81px;
	height: 3px;
	background: #DC9B7D;
}

.item-title2-remark-box {
	margin-top: 27px;
}

.item-title2-empty {
	width: 40px;
}

.item-title2-remark {
	width: 285px;
	height: 16px;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	padding-left: 10px;
}

.idea-box {
	padding: 40px 0 0;
}

.idea-title-box .bg {
	width: 42px;
	height: 42px;
	background-image: url(../../img/strategy/idea2.png);
	background-size: cover;
	background-position:center;
}

.idea-title {
	display: flex;
	align-items: center;
	padding-left: 10px;
	font-size: 24px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #555555;
	line-height: 35px;
}

.construct {
	padding: 48px;
	display: flex;
	justify-content: center;
}

.construct-box-top {
	height: 80px;
	background: #355087;
	border-radius: 20px;
	text-align: center;
	padding: 8px 0;
}

.construct-box-top > .construct-title {
	height: 32px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
}
.construct-box-top > .construct-desc {
	width: calc(100vw - 40px);
	height: 32px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 36px;
}

.construct-box {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.construct-bg1 {
	width: 100px;
	background: url(../../img/strategy/construct_bg1.png);
	background-size: cover;
	background-position:center;
}

.construct-bg2 {
	width: 150px;
	height: 75px;
	background: url(../../img/strategy/construct_bg2.png);
	background-size: cover;
	background-position:center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0 auto;
}

.construct-bg3 {
	width: 150px;
	height: 75px;
	background: url(../../img/strategy/construct_bg3.png);
	background-size: cover;
	background-position:center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0 auto;
}

.construct-bg4 {
	width: 150px;
	height: 120px;
	background: url(../../img/strategy/construct_bg4.png);
	background-size: cover;
	background-position:center;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	justify-content: space-evenly;
	padding: 0 10px;
	margin: 0 auto;
}

.construct-bg5 {
	width: 150px;
	height: 160px;
	background: url(../../img/strategy/construct_bg5.png);
	background-size: cover;
	background-position: -3px;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	justify-content: space-evenly;
	margin: 0 auto;
}

.construct-bg6 {
	width: 150px;
	height: 130px;
	background: url(../../img/strategy/construct_bg6.png);
	background-size: cover;
	background-position: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0 0;
	font-size: 16px;
	color: #355087;
	line-height: 28px;
	margin: 0 auto;
}


.construct-box-left, .construct-box-right {
	padding: 50px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.construct-item {
	width: 100px;
	height: 32px;
	font-size: 16px;
	color: #FFFFFF;
	flex: 1;
	text-align: center;
}

.fz-24 {
	font-size: 18px;
}

.desc-l {
	width: 16px;
	height: 38px;
	font-size: 16px;
	color: #4F6793;
	line-height: 22px;
	text-align: center;
}

.desc-r {
	width: 110px;
	font-size: 16px;
	font-weight: 400;
	color: #7C93BF;
	line-height: 32px;
	padding: 10px 0 0;
}

.desc-item {
	text-align: center;
}

/** page2 end **/

/** page3 start **/
.list-item3 {
	margin: 35px 20px;
}

.item-title3-idea {
	width: 109px;
	height: 83px;
	background-size: 100%;
	background-position:center;
}

.bg-idea3-1 {
	background-image: url(../../img/strategy/bg-idea3-1.png);
}

.bg-idea3-2 {
	background-image: url(../../img/strategy/bg-idea3-2.png);
}

.bg-idea3-3 {
	background-image: url(../../img/strategy/bg-idea3-3.png);
}

.bg-idea3-4 {
	background-image: url(../../img/strategy/bg-idea3-4.png);
}

.bg-idea3-5 {
	background-image: url(../../img/strategy/bg-idea3-5.png);
}

.item-title3 {
	font-size: 24px;
	font-family: Hiragino Sans GB;
	color: #1B1B1B;
	align-items: end;
	display: flex;
	padding-left: 26px;
}

.item-title3-desc {
	padding-top: 22px;
	padding-left: 68px;
	font-size: 24px;
	color: #555555;
}

/** page2 end **/