/*---------- top ---------  */
#top{
	height: 600px;
	margin-bottom:-30px;
	background: url("../../img/pr/index_top.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
}
#top_logo img{
	margin: 0 auto;
}
h1{
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.6rem;
	color: #fff;
	padding: 10px 0;
	font-weight: normal;
	background-color: #81b727;
}
@media (max-width: 991px) {
	#top{
		height: 400px;
	}
}
@media (max-width: 767px) {
	#top{
		height: auto;
		background: none;
		margin-bottom: 0;
	}
	#top_logo{
		padding: 0 15px;
	}
	h1{
		font-size: 0.9rem;
		line-height: 1.1rem;
		padding: 15px!important;
	}
}

/*---------- #merit ---------  */
.merit_one{
	height: 320px;
	padding-top: 30px;
}
#merit .bg_green{
	background-color: #81b727;
}
.merit_one.shipper{
	background: url("../../img/pr/merit_shipper.png") no-repeat;
	background-position: left bottom;
}
.merit_one.buyer{
	background: url("../../img/pr/merit_buyer.png") no-repeat;
	background-position: right bottom;
}
.merit_one.market{
	background: url("../../img/pr/merit_market.png") no-repeat;
	background-position: left bottom;
}
.merit_one.analytics{
	background: url("../../img/pr/bg_analytics.png") no-repeat;
	background-size: cover;
	background-position: bottom;
}
#merit h2{
	font-size: 2rem;
	color: #fff;
	padding-bottom: 20px;
}
#merit .right h2{
	color: #81b727;
}
#merit .text_1{
	font-size: 2.5rem;
	line-height: 2.8rem;
	font-weight: bold;
	margin-bottom: 5px;
}
#merit .text_2{
	font-size: 1.3rem;
}
#merit .text_1 span{
	color: #d82a83;
}
#merit .link{
	margin-top: 20px;
	color: #fff;
}
.merit_one a{
	display: inline-block;
	text-decoration: none;
	border-radius: 12px;
	padding: 2px 10px 3px;
	line-height: 0.9rem;
	font-size: 0.9rem;
	color: #fff;
	background-color: #30ae4b;
	margin-left: 2px;
	border: solid 2px #fff;
}
.merit_one a:hover{
	opacity: 0.9;
}
.merit_one.right h2,.merit_one.right p{
	text-align: right;
}
#merit .merit_one.right .link{
	color: #4f4b49;
}
#merit .left h2{
	color: #fff;
}
@media (max-width: 991px) {
	.merit_one{
		padding:15px;
	}
	#merit h2{
		font-size: 1.8rem;
	}
	#merit .text_1{
		font-size: 2.2rem;
		line-height: 2.4rem;
	}
	#merit .text_2{
		font-size: 1.1rem;
	}
}
@media (max-width: 767px) {
	#merit .merit_one{
		background-size: 58%;
		height: 290px;
		padding: 15px 0 0;
	}
	#merit h2{
		font-size: 1.2rem;
		padding-bottom: 10px;
		padding: 0 15px 10px;
	}
	#merit .text_1{
		font-size: 1.5rem;
		line-height: 1.6rem;
		padding: 0 15px;
	}
	#merit .text_2{
		font-size: 0.85rem;
		padding: 0 15px;
		line-height: 1rem;
	}
	#merit .link{
		font-size: 0.8rem;
		display: block;
		text-align: center;
		background-color: rgba(79,75,73,0.5);
		bottom: 0;
		position: absolute;
		width: 100%;
		padding: 3px 0;
		color: #fff;
	}
	.merit_one a{
		font-size: 0.8rem;
		text-align: center;
		margin-bottom: 3px;
		background-color: #81b727;
		margin-top: 5px;
	}
	#merit .merit_one.analytics{
		background-size: 100%;
		height: 230px;
	}
	#merit .merit_one.right .link{
		color: #fff;
	}
}
/*---------- #function ---------  */
#function{
	padding: 40px 0 30px;
}
#function h2{
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}
.function_inner{
	padding: 30px 0;
}
.function_inner img{
	margin: 0 auto;
}
#function p{
	text-align: center;
	color: #81b727;
}
@media (max-width: 767px) {
	.function_inner{
		margin-top: 0;
	}
	#function h2{
		font-size: 1.2rem;
		margin-top: 20px;
	}
	#function p{
		margin-bottom: 20px;
	}
}
/*---------- #index_nav ---------  */
#index_nav{
	padding: 20px 0;
	background-color: #4f4b49;
}
#index_nav h2{
	text-align: center;
	color: #81b727;
	font-size: 1.4rem;
	padding: 10px 0;
}
#index_nav p.arrow{
	text-align: center;
	color: #fff;
	font-size: 1rem;
	margin-bottom: 20px;
}
.nav_inner{
	display: flex;
	justify-content: space-between;
}
.nav_one.shipper{
	background: url("../../img/pr/indexnav_shipper.png") no-repeat;
}
.nav_one.market{
	background: url("../../img/pr/indexnav_market.png") no-repeat;
}
.nav_one.middletrader{
	background: url("../../img/pr/indexnav_middletrader.png") no-repeat;
}
.nav_one.buyer{
	background: url("../../img/pr/indexnav_buyer.png") no-repeat;
}
.nav_one.customer{
	background: url("../../img/pr/indexnav_customer.png") no-repeat;
}
#index_nav .nav_one{
	background-position: right bottom;
	background-color: #fff;
	height: 160px;
	width: 19%;
	position: relative;
	padding: 15px;
}
#index_nav .nav_one:hover{
	background-color: #f9ffed;
	opacity: 0.9;
}
.nav_one p{
	color: #81b727;
	font-size: 1.5rem;
	line-height: 1.6rem;
	font-weight: bold;
}
.nav_one p span{
	font-size: 1rem;
	font-weight: bold;
	display: block;
}
.nav_one span.en{
	font-size: 0.9rem;
	line-height: 0.9rem;
	color: #999;
	position: absolute;
	bottom: 20px;
}
@media (max-width: 991px){
	.nav_one p{
		font-size: 1.2rem;
		line-height: 1.3rem;
	}
	.nav_one span.en{
		font-size: 0.75rem;
	}
}
@media (max-width: 767px){
	#index_nav{
		padding: 15px 0;
	}
	#index_nav h2{
		font-size: 1.2rem;
	}
	.nav_inner{
		display: block;
	}
	#index_nav .nav_one{
		height: 80px;
		width: 100%;
		position: relative;
		padding: 15px;
	}
	.nav_one p span{
		font-size: 1rem;
		display: inline;
	}
	#index_nav p.arrow{
		margin-bottom: 10px;
	}
}
/*---------- #flow ---------  */
#flow h2{
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
#flow img{
	margin: 40px auto 0;
}
#flow{
	padding: 30px 0;
}
@media (max-width: 767px) {
	#flow h2{
	font-size: 1.2rem;
	}
}
/*---------- #video ---------  */
#video {
	padding: 20px 0;
	background-color: #a7d65a;
}
@media (min-width: 768px){
	#video p{
		text-align: center;
		font-size: 1.1rem;
		line-height: 1.3rem;
		padding: 3px 0;
		border-radius: 20px;
		display: block;
		margin: 20px 0 5px;
		background-color: #81b727;
		color: #fff;
	}
}

