.two_bar {
	display: none;
	position: absolute;
	top: 57px;
	z-index: 99;
	background: #184B95;
	padding-left: 0px;
	margin: 0em 0;
}

li {
	list-style: none;
}

.one_bar {
	display: block;
	text-align: center;
	color: #ffffff;
	border-radius: 10px;
	line-height: 38px;
	overflow: hidden;
	height: 38px;
	/* width:58px; */
}

.two_bar li {
	display: block;
	text-align: center;
	color: #ffffff;
	line-height: 28px;
	overflow: hidden;
	height: 28px;
	width: 132px;
}

.two_bar li a {
	height: 28px;
	width: 132px;
	display: inline-block;
}

.two_bar li:hover {
	background: #133D7B;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

.bannertextjoin {
	height: 39px;
	font-size: 40px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 38px;
	position: absolute;
	top: 15%;
	left: 39%;
}
/* 代理商 */
.agentsection {
	background-image: url(../images/agentsection.png);
	background-size: 100% 100%;
	height: 600px;
	padding: 0 11%;
}

.agenttitle {
	text-align: center;
	color: #fff;
}

.agentCont {
	    width: 46%;
    margin: 1% 2%;
    height: 221px;
    background: #FFFFFF;
    border-radius: 12px;
    float: left;
    padding: 5% 4%;
    position: relative;
}

.agentCont p {
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
	width: 203px;
	height: 34px;
	line-height: 32px;
	background: linear-gradient(88deg, #4F77FE, #6EAFF4);
	position: absolute;
	left: -17px;
	text-align: center;
	top: 8px
}

.agentCont div {
	height: 171px;
	font-size: 12px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #74787A;
}

.agentCont img{
	    position: absolute;
    right: 1%;
    bottom: 2%;
    width: 22%;
}