@charset "utf-8";

/*news and infos*/
body {
	background: #fff !important;
}

.wp,
#wp {
	width: 100% !important;
}

.nex_tour_strategy_bg {
	width: 100%;
	min-width: 1240px;
	height: 500px;
	background: url(application-banner.png) center no-repeat;
	background-size: cover;
}

.nex_tour_strategy_bg_inter {
	width: 1240px;
	margin: 0 auto;
	z-index: 15;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 500px;
}

.nex_tour_strategy_bg_inter h2 {
	font-size: 42px;
	line-height: 68px;
	overflow: hidden;
	color: #fff;
	font-weight: 700;
	margin-bottom: 24px;
	text-align: left;
	width: 520px;
	text-shadow: 2px 2px 5px rgb(0 0 0 / 65%);
}

.nex_tour_strategy_bg_inter h3 {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 40px;
	text-align: left;
	color: #ffffff;
	font-weight: 500;
	text-align: left;
	display: block;
	width: 520px;
}

.nex_tour_strategy_bg_inter a.nexreadmore {
	display: block;
	width: 135px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: 20px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	border-radius: 4px;
	border: 1px solid #ffffff;
	color: #fff;
}

.nex_tour_strategy_subnav {
	margin: 30px 0;
}

#pt {
	margin: 0px auto;
	height: 20px;
	line-height: 20px;
	color: #3D3D3D !important;
	font-size: 14px;
}

#pt em {
	padding: 0 3px;
	color: rgba(61, 61, 61, 0.5);
}

#pt .nvhm {
	background: none;
	height: 20px;
	line-height: 20px;
	width: auto;
}

#pt span {
	color: #3D3D3D;
	font-size: 14px;
}

#pt a {
	color: #3D3D3D;
	font-size: 14px;
}

#pt a:hover {
	color: #000000;
}

.nex_tour_strategy_post {
	float: right;
}

.nex_tour_strategy_post a {
	display: block;
	height: 20px;
	line-height: 22px;
	padding: 0 10px;
	border-radius: 2px;
	background: #1678ff;
	font-size: 12px;
	color: #fff;
	transition: all 0.3s linear;
}

.nex_tour_strategy_post a:hover {
	padding: 0 15px;
}


.nexfixed {
	position: fixed;
	top: 90px;
}
.application-item{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin: 40px auto 200px;
}
.application-list{
	width: 384px;
	height: 160px;
	border-radius: 8px;
	background: #F7F8FB;
	display: flex;
	padding: 30px 35px;
	box-sizing: border-box;
	justify-content:space-between;
	margin-bottom: 30px;
}
.application-list-img{
	width: 50px;
	text-align: center;
}
.application-list-box{
	width: 240px;
}
.application-list-box h2{
	font-size: 18px;
	color: #000000;
	line-height: 32px;
	margin-bottom: 8px;
}
.application-list-ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.application-list-ul li{
	width: 50%;
	font-size: 14px;
	color: #646974;
	line-height: 30px;
}
.application-list-box a{
	margin-top: 25px;
	color: #00428E;
	font-size:14px;
}
.nex_info_article_box h3.application-title{
	width: 100%;
	max-height: 70px;
	line-height: 36px;
	font-size: 32px;
	color: #282938;
	overflow: hidden;
	margin: 20px 0;
	text-align: center;
}
.nex_info_article_box em.application-text{
	width: 100%;
	line-height: 32px;
	font-size: 18px;
	color: #3D3D3D;
	margin: 20px 0;
	text-align: center;
	display: block;
}
.light-background {
	width: 100%;
	background: #F7F7F7;
	padding: 60px 0;
}
.white-background {
	width: 100%;
	background: #ffffff;
	padding: 60px 0;
}
div.text-box h2{
	line-height: 36px;
	font-size: 24px;
	color: #000000;
	display: block;
	margin-bottom: 20px;
}
div.text-box{
	line-height: 32px;
	font-size: 16px;
	color: #3D3D3D;
	width: 580px;
	text-align: justify;
}
img.img-box{
	width: 384px;
	height: 240px;
	margin-top: 60px;
	border-radius: 8px;
}
.application-main{
	display: flex;
	justify-content: space-between;
	width: 1240px;
	margin: 0 auto;
}