.nav {
	position: relative;
	height: 70px;
}

.nav .hv_wrap {
	/*height: 450px;*/
	overflow-y: scroll;
	display: none;
	position: absolute;
	top: 70px;
	right: 0;
	width: 70%;
	background: rgba(0, 0, 0, .8);
	opacity: .9;
	z-index: 6;
	color: #fff;
}

.nav .hv_wrap .aside {
	padding: 10px;
	border-bottom: solid 1px #666;
}

.nav .hv_wrap .aside .img_wrap span {
	font-size: 15px;
}

.nav .hv_wrap .hv_show {
	display: none;
}

.nav .hv_wrap .hv_show li a {
/* 	text-align: center; ---------------------------------------------------修改二级标题居左*/
	line-height: 40px;
	padding-left: 43px;
}

.nav .hv_wrap .aside>div img {
	vertical-align: middle;
	width: 30px;
	height: 30px;
}


/* 导航栏 */


/* 标题 */
.topic_wrap {
	text-align: center;
	line-height: 28px;
	margin: 20px 0;

}

.topic_wrap .title {
	font-size: 26px;
	margin-bottom: 6px;
}

.topic_wrap .eng_title {
	color: #666;
}

.more {
	line-height: 32px;
	color: #999;
	background: #f4f5f7;
	border-radius: 50px;
	padding: 0 20px;
	width: 25%;
	margin: 20px auto;
	text-align: center;
}

.require_star {
	color: #FF0000;
	margin-right: 5px;
}

.none_star {
	color: #fff;
	margin-right: 5px;
}

/* 标题 */

/* 路德新闻 */
.hm .ldxw .option_wrap .option {
	width: 80%;
	margin: 20px auto;
}

.hm .ldxw .option_wrap .option>div {
	width: 32%;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
}

.hm .ldxw .option_wrap .option .active {
	background: #295288;
	color: #fff;
}

.hm .ldxw .option_wrap .option_content {
	padding: 18px;
	border-bottom: solid 1px #e6e6e6;
}

.hm .ldxw .option_wrap .option_content .date_wrap {
	background: #F4F5F7;
	width: 25%;
	text-align: center;
	line-height: 25px;
	padding: 8px 0;
	color: #666;
}

.hm .ldxw .option_wrap .option_content .content {
	line-height: 30px;
	width: 72%;
}

/* 精英团队 */

.hm .jytd {
	background: #F4F5F7;
	padding: 0.5vh 0;
}

.hm .jytd .img_wrap {
	padding: 18px;
}

.hm .jytd .img_wrap>div {
	width: 48%;
	background: #295288;
}

.hm .jytd .img_wrap>div .text_wrap {
	padding: 2px 10px;
	color: #8eb7ed;
	line-height: 25px;
}

.hm .jytd .img_wrap>div .text_wrap {
	padding: 2px 10px;
	color: #8eb7ed;
	line-height: 25px;
}

.hm .jytd .img_wrap>div .text_wrap .btns {
	padding: 15px 0;
}

.hm .jytd .img_wrap>div .text_wrap .btns>div {
	width: 45%;
	font-size: 3vw;
	background: #fff;
	text-align: center;
	border-radius: 50px;
	line-height: 28px;
	color: #295288;
}

/*  */
.gyld {
	padding: 1vh 0;
}

.hm .gyld .content_wrap {
	width: 88%;
	margin: 0 auto;

}

.hm .gyld .content_wrap .img_wrap {
	margin: 30px 0;
	text-align: center;
}

.hm .gyld .content_wrap .img_wrap img {
	width: 35px;
	height: 35px;
}

/* 服务案例 */
.hm .fwal {
	/*background: url(/static/mobile/img/hm_12.png) no-repeat;*/
	background: #F4F5F7;
	padding: 0.5vh 0;
}

/* 合作伙伴 */
.hm .hzhb .img_wrap {
	padding: 18px;
}

.hm .hzhb .img_wrap img {
	width: 49%;
	margin-bottom: 15px;
}

/* 底部 */
.footer {
	padding: 40px 0;
	background: #333;
	text-align: center;
	color: #fff;
	line-height: 30px;
}

.footer .img_wrap {
	width: 65%;
	margin: 30px auto;
	text-align: center;
}

.footer .img_wrap img {
	width: 40px;
	height: 40px;
}


/* banner */

.hm_banner .banner {
	width: 100%;
	height: 200px;
	overflow: hidden;
}


.hm_banner .banner .slider {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}

.hm_banner .banner .slider .hd {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	bottom: 10px;
	right: 0;
	left: 0;
	margin: auto;
	height: 15px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	text-align: center;
}

.hm_banner .banner .slider .hd ul {
	overflow: hidden;
	zoom: 1;
}

.hm_banner .banner .slider .hd ul li {
	opacity: .7;
	float: left;
	margin-right: 8px;
	width: 8px;
	height: 8px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.hm_banner .banner .slider .hd ul li.on {
	background: #f00;
	color: #fff;
}

.hm_banner .banner .slider .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.hm_banner .banner .slider .bd li {
	zoom: 1;
	vertical-align: middle;
}

.hm_banner .banner .slider .bd img {
	width: 100%;
	height: 200px;
	display: block;
}


/* 以上为首页  .hm */

.ldry .img_wrap {
	padding: 20px 10px;
	border-top: 1px solid #e6e6e6;/* -------------------------新增上划线 */
}


.ldry .img_wrap>div {
	width: 49%;
	margin-bottom: 15px;
}

/* 以上为路德荣誉 */



.zyyj .option_content {
	padding: 18px;
	border-bottom: solid 1px #e6e6e6;
}

.zyyj .option_content .date_wrap {
	background: #F4F5F7;
	width: 25%;
	text-align: center;
	line-height: 25px;
	padding: 8px 0;
	color: #666;
}

.zyyj .option_content .content {
	line-height: 30px;
	width: 72%;
}

.page_wrap {
	padding: 40px 20px;
}

.page_wrap>div {
	width: 30%;
	text-align: center;
}

.page_wrap .prev,
.page_wrap .next {
	line-height: 30px;
	color: #295288;
	border: solid 1px #295288;
	border-radius: 4px;
}

/* 以上为主要业绩 */

.tpxw .img_wrap {
	padding: 15px;
	align-items: flex-start;
	border-bottom: solid 1px #E6E6E6;
}

.tpxw .page_wrap {
	padding: 40px 20px;
}

.tpxw .page_wrap>div {
	width: 30%;
	text-align: center;
}

.tpxw .page_wrap .prev,
.tpxw .page_wrap .next {
	line-height: 30px;
	color: #295288;
	border: solid 1px #295288;
	border-radius: 4px;
}


/* 以上为图片新闻 */



.jytd_page .jytd {
	background: #F4F5F7;
	padding: 40px 0;
}

.jytd_page .img_wrap {
	padding: 18px;

}

.jytd_page .img_wrap>div {
	width: 40vw;
	background: #295288;
	margin-bottom: 20px;
}

.jytd_page .img_wrap>div .text_wrap {
	padding: 2px 10px;
	color: #8eb7ed;
	line-height: 25px;
}

.jytd_page .img_wrap>div .text_wrap {
	padding: 2px 10px;
	color: #8eb7ed;
	line-height: 25px;
}

.jytd_page .img_wrap>div .text_wrap .btns {
	padding: 15px 0;
}

.jytd_page .img_wrap>div .text_wrap .btns>div {
	width: 45%;
	font-size: 3vw;
	background: #fff;
	text-align: center;
	border-radius: 50px;
	line-height: 28px;
	color: #295288;
}


/* 以上为精英团队 */

.zytd {
	width: 92%;
	margin: 0 auto;
}

.zytd .content {
	line-height: 28px;
	margin-bottom: 50px;

}

/* 专业团队 */



.lddsj .time-vertical {
	border-left: 1px solid #1568B8;
	margin: 10% 10% 10% 20%;
	font-size: 14px;
}


.lddsj .time-vertical .year_icon {
	position: absolute;
	top: -5px;
	left: -25px;
	width: 50px;
	height: 50px;
	background: url(../img/gy_05.png) no-repeat;
	background-size: 100% 100%;
}


.lddsj .time-vertical li {
	padding: 20px 0;
	position: relative;
}



.lddsj .time-vertical li:nth-child(2) .left_pt {
	color: #1568B8;
}

.lddsj .time-vertical li .left_pt {
	position: absolute;
	left: -20%;
	top: 50%;
	color: #666;


}

.lddsj .time-vertical .year {
	font-size: 28px;
	left: 12% !important;
	top: 0 !important;
	color: #1568B8 !important;
}

.lddsj .time-vertical li a {
	margin-left: 30px;
	display: inline-block;
	color: #000;
}

.lddsj .time-vertical li b {
	position: absolute;
	top: 50%;
	left: -8px;
	width: 16px;
	height: 16px;
	background: url(../img/gy_06.png) no-repeat;
	background-size: 100% 100%;
}

.lddsj .time-vertical li .title {
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 10px;
}

.lddsj .time-vertical li .content {
	color: #666;
	line-height: 30px;
}


/* 以上为路德大事件 */

.tdjl {
	width: 85%;
	margin: 30px auto 80px;
}

.tdjl .ps_title {
	width: 35%;
	text-align: center;
	color: #666;
}

.tdjl .inp_wrap {
	width: 62%;

}


.tdjl input {
	border: none;
	border-bottom: solid 1px #e5e5e5;
	width: 100%;
	padding: 10px;
	margin-left: 10px;
}

.tdjl .inp_container {
	margin-bottom: 20px;

}

.tdjl .topic {
	line-height: 35px;
	background: #f6f6f6;
	margin: 30px 0;
	padding: 0 20px;
}

.tdjl textarea {
	margin-left: 10px;
	width: 100%;
	height: 100px;
	resize: none;
	border-radius: 3px;
	padding: 10px;
}


/* 以上为投递简历 tdjl */
.topic_wrap_two {
    text-align: center;
    line-height: 28px;
    margin: 20px 0;

}
.topic_wrap_two .title {
    font-size: 6vw;
    margin-bottom: 1vw;

}
.topic_wrap_two .eng_title {
    color: #666;
}
.option_two {
	width:100%;
	float:left;
	/*border-top: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;*/
	margin-bottom: 5vw;
}
.option_two .active {
    background: #295288;
    color: #fff;
    border-radius: 1.5vh;
}
.option_two > div {
    width: 30vw;
    text-align: center;
    line-height: 5vh;
    font-size: 2.2vh;
	float:left;
}
/* 以上为面包屑导航 */
.lddsj,.ldry,.zyyj,.jytd_page,.rlzy,.tpxw{
	width: 92%;
	margin: 0 auto;
}