body {
	background-color: #f5f5f5;
}
ul.nav>li:nth-child(2)>a {
	border-bottom: 1px solid #161616!important;
}
.inter-top {
	width: 100%;
	height: 675px;
	background: url(../images/internationtop.jpg);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	text-align: center;
	margin-bottom: 20px;
}
.inter-top h1 {
    color: #fff;
    font-size: 34px;
    line-height: 84px;
    font-weight: 500;
    padding-top: 190px;
}
.inter-top h2 {
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
}
.inter-top p {
	color: #fff;
    font-size: 16px;
    line-height: 36px;
    padding-top: 50px;
}
.inter {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}
.inter>div h3 {
	line-height: 58px;
	font-size: 34px;
	color: #2b2b2b;
	text-align: center;
	font-weight: 500;
	/*padding-top: 3px;*/
}
.inter>div p {
	line-height: 18px;
	font-size: 14px;
	color: #505050;
	text-align: center;
}
.line {
	width: 44px;
	height: 1px;
	background-color: #bda977;
	margin: 22px auto; 
}
.divflex {
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.divflex>img {
	border-radius: 10px;
	margin-bottom: 40px;
}