* {
    padding: 0;
    margin: 0;
}

.head {
    position: relative;
    width: 100%;
    height: 80px;
    background-color: #004d9b;
}

.head img {
    height: 50px;
}

img.head_img1 {
    margin-top: 15px;
    margin-left: 100px;
}

img.head_img2 {
    transform: translateY(-6px);
    margin-left: 10px;
    height: 35px;
}

.head_text {
    position: absolute;
    right: 30px;
    bottom: 10px;
    color: white;
}

.head2 {
    z-index: 99999;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(63, 62, 62, 0.3);
}

.nav {
    position: absolute;
    right: 100px;
    width: 800px;
    line-height: 80px;
    display: flex;
    justify-content: space-around;
}

.nav a {
    color: white;
    text-decoration: none;
}

.nav a:hover {
    color: blue;
    text-decoration:underline;
}

.banner {
    position: relative;
}

.banner img {
    width: 100%;
}

.box1 {
    z-index: 99;
    position: absolute;
    bottom: 100px;
    left: 100px;
    width: 200px;
    height: 100px;
    background-color: #004d9b;
}

.box2 {
    z-index: 100;
    position: absolute;
    left: 175px;
    bottom: 75px;
    width: 50px;
    height: 50px;
    background-color: rgb(255,255,255,0.7);
}

.box3 {
    z-index: 98;
    position: absolute;
    left: 200px;
    bottom: 85px;
    width: 120px;
    height: 160px;
    background-color: #0c86b1;
}

.banner_text1 {
    z-index: 200;
    position: absolute;
    left: 120px;
    bottom: 150px;
    font-size: 30px;
    color: white;
}

.banner img.banner_img {
    z-index: 200;
    position: absolute;
    left: 120px;
    bottom: 134px;
    width: 300px;
}

.line1 {
    width: 100%;
}

.line1 img {
    width: 100%;
}

.title {
    color: rgb(0, 77, 155);
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
    -webkit-box-reflect:below -20px -webkit-linear-gradient(transparent,transparent 20%,rgba(0,77,155,.3));
}

.line2 {
    display: flex;
    position: relative;
    width: 100%;
    background-color: #dbdcdd;
}

.line2 img {
    width: 50%;
}

.line2_text1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 35px;
    background-color:#004d9b;
    color: white;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    font-weight: 700;
}

.line2_text2 {
    left: 50%;
}

.boxes {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.box {
    width: 17%;
}

.box img {
    width: 100%;
}

.l {
    margin-top: 10px;
    color: #718aaf;
    background-color: #c2c9d0;
}

.boxes2 {
    margin-top: 20px;
    padding: 20px 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-image: url(/images/19.jpg);
    background-size: 100% 100%;
}

.boxes2 > img {
    width: 25%;
}

.footer {
    padding: 40px;
    text-align: center;
    background-color: #024992;
    color: white;
}

.cpMain {
	background: #ececec;
	overflow: hidden;
}
.cpMain .container {
	margin-top: 5px;
	padding-bottom: 20px;
}

/*cpright*/
.cpright {
	width: 700px;
	padding: 0 25px;
	background: #fff;
	float: right;
}
.rtop {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 9px;
	border-bottom: 1px solid #dbdbdb;
}
.rtop h5 {
	float: left;
	padding-left: 10px;
	border-left: 3px solid #ff9900;
	font-weight: normal;
	line-height: 16px;
}
.rtop h5 a {
	font-size: 16px;
	color: #ff9900;
}
.rtop span {
	float: right;
}
.rtop span em {
	color: #999;
}
.rtop span a {
	color: #999;
}

.agent_con {
	width: 700px;
	padding-top: 10px;
	line-height: 24px;
	padding-bottom: 20px;
}
.agent_con p {
	font-size: 14px;
}
#helpContent {
	padding-top: 5px;
	font-size: 14px;
}
.agent_con .age_li_about {
	font-size: 14px;
}

