.content_bg {
	width: 100%;
	overflow: hidden;
}
.content {
	width: 100%;
	max-width: 1470px;
	margin: 0 auto;
	margin-top: 105px;
}
.content_box {
	width: 100%;
	max-width: 1470px;
	margin: 0 auto;
	margin-bottom: 105px;
}
.content .about_nav {
	width: 100%;
	max-width: 1285px;
	margin: 0 auto;
}
.content .about_nav li {
	float: left;
	width: 18.75%;
	font-size: 24px;
	color: #000;
	text-align: center;
	line-height: 60px;
	margin-right: 1.5625%;
	cursor: pointer;
	background: #c7b690;
}
.content .about_nav li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #000;
}
.content .about_nav li a:hover {
	background: #ff6600;
    color: #000!important;
}
.content .about_nav li.active {
	background: #ff6600;
}
.content .about_nav li.mar {
	margin-right: 0;
}
.content_box .about_content {
	margin-top: 100px;
}
.content_box .about .about_pic {
	width: 50%;
}
.content_box .about .about_pic img {
	width: 100%;
	max-width: 845px;
}
.content_box .about .about_descript {
	width: 45%;
}
.content_box .about .about_title {
    font-size: 34px;
    line-height: 90px;
    color: #000;
    background: url(../images/bg9.jpg) 25px bottom no-repeat;
}
.content_box .about .about_text p span {
    font-size: 24px;
    color: #000;
    line-height: 50px;
}
.content_box .about .about_text p {
    font-size: 16px;
    color: #666;
    line-height: 33px;
}

/**模块二**/
.value_bg {
	margin-top: 100px;
	background: url(../images/bg17.jpg) no-repeat;
	color: #fff;
    background-size: cover;
}
.value .value_title h3 {
	width: 100%;
	text-align: center;
	line-height: 90px;
    font-size: 34px;
	margin-top: 50px;
	background: url(../images/bg9.jpg) center bottom no-repeat;
}
.value .value_title p {
	text-align: center;
	margin: 65px 0;
}
.value .value_content {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
}
.value .value_content .lists{
	float: left;
	width: 25%;
	height: 425px;
	color: #464646;
	background: #fff;
}
.value .lists .value_num {
	margin: 0 auto;
    width: 185px;
    margin-top: 90px;
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
}
.value .lists .value_tit {
    margin: 0 auto;
    width: 185px;
    overflow: hidden;
    text-align: center;
    margin-top: 50px;
    font-size: 22px;
}
.value .lists .value_des {
    margin: 0 auto;
    width: 180px;
    overflow: hidden;
    margin-top: 25px;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
}
.value .value_content .lists.bg {
    background: #EBEBEB;
}
.value .value_content .lists:hover {
	background: rgb(255, 102, 0) !important;
	color: #fff;
}

/**模块三**/
.team_bg {
	margin-top: 100px;
	background: url(../images/bg18.jpg) no-repeat;
	color: #3F3F3F;
    background-size: cover;
}
.team .team_title h3 {
	width: 100%;
	text-align: center;
	line-height: 90px;
    font-size: 34px;
	margin-top: 50px;
	background: url(../images/bg9.jpg) center bottom no-repeat;
}
.team .team_title p {
    margin: 0 auto;
    width: 80%;
    text-align: center;
    overflow: hidden;
    margin-top: 45px;
    color: #3F3F3F;
    font-size: 16px;
    line-height: 35px;
}
.team .team_content {
    margin-top: 70px;
    overflow: hidden;
}
.team .team_content ul {
	width: 10000000px;
}
.team .team_content ul li {
    overflow: hidden;
    float: left;
    width: 100%;
    width: 460px;
    height: 307px;    
    background-color: #fff;
    border-top: 3px solid #3D89EE;
    margin-right: 30px;
}
.team .team_content li .team_des {
    margin: 0 auto;
    width: 380px;
    overflow: hidden;
    margin-top: 35px;
    color: 16px;
    color: #767676;
    line-height: 30px;
}
.team .team_content li .team_tit {
	margin: 0 auto;
    width: 180px;
    overflow: hidden;
    margin-top: 50px;
}
.team .team_content li .team_photo {
	width: 100%;
	max-width: 73px;
}
.team .team_content li .team_title {
	margin-top: 12px;
    margin-right: 6px;
}
.team .team_content .team_content_box {
	width: 950px;
	margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.team .team_content .team_left {
	width: 19px;
	height: 38px;
	cursor:pointer;
	background: url(../images/bg19.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
}
.team .team_content .team_right {
	width: 19px;
	height: 38px;
	cursor:pointer;
	background: url(../images/bg20.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 0;
}
.team .team_content .team_left:hover {
    background-position: left -38px;
}
.team .team_content .team_right:hover {
    background-position: left -38px;
}

/**模块四**/
.advantages .advantages_title h3 {
	width: 100%;
	text-align: center;
	line-height: 90px;
    font-size: 34px;
	margin-top: 50px;
	background: url(../images/bg9.jpg) center bottom no-repeat;
}
.advantages .advantages_title p {
    margin: 0 auto;
    width: 80%;
    text-align: center;
    overflow: hidden;
    margin-top: 45px;
    color: #3F3F3F;
    font-size: 16px;
    line-height: 35px;
}
.advantages .advantages_content_box {
	width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
}
.advantages .advantages_content_box ul li {
    float: left;
    width: 30%;
    max-width: 348px;
    height: 285px;
    border: 1px solid #DEDEDE;
    background-color: #fff;
    text-align: center;
    margin-right: 4.6%;
    margin-bottom: 40px;
}
.advantages .advantages_content_box li .advantages_ico {
	margin: 0 auto;
    width: 75px;
    text-align: center;
    overflow: hidden;
    margin-top: 35px;
}
.advantages .advantages_content_box li .advantages_title {
	margin: 0 auto;
    width: 270px;
    margin-top: 15px;
    overflow: hidden;
    font-size: 24px;
    color: #000;
    line-height: 25px;
}
.advantages .advantages_content_box li .advantages_descript {
    margin: 0 auto;
    width: 270px;
    margin-top: 15px;
    overflow: hidden;
    font-size: 14px;
    color: #7B7A7A;
    line-height: 25px;
}
.advantages .advantages_content_box li.mar {
	margin-right: 0;
}

/**模块五**/
.scene_bg {
	margin-top: 100px;
	background: url(../images/bg21.jpg) no-repeat;
	color: #3F3F3F;
    background-size: cover;
}
.scene .scene_title h3 {
	width: 100%;
	text-align: center;
	line-height: 90px;
    font-size: 34px;
	margin-top: 50px;
	background: url(../images/bg9.jpg) center bottom no-repeat;
}

.scene .scene_content {
    margin-top: 70px;
    overflow: hidden;
}
.scene .scene_content ul {
	width: 10000000px;
}
.scene .scene_content ul li {
    overflow: hidden;
    float: left;
    width: 100%;
    width: 350px; 
    background-color: #fff;
    margin-right: 30px;
}
.scene .scene_content .scene_content_box {
	width: 1100px;
	margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.scene .scene_content .scene_left {
	width: 19px;
	height: 38px;
	cursor:pointer;
	background: url(../images/bg19.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
}
.scene .scene_content .scene_right {
	width: 19px;
	height: 38px;
	cursor:pointer;
	background: url(../images/bg20.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 0;
}
.scene .scene_content .scene_left:hover {
    background-position: left -38px;
}
.scene .scene_content .scene_right:hover {
    background-position: left -38px;
}
.contact_text {
    background-color: #fafafa;
    width: 64.96598639455782%;
    border-radius: 10px;
    padding: 20px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.contact_text h1 {
    font-size: 24px;
    color: #000;
    line-height: 50px;
}
.contact_text p {
    font-size: 15px;
    line-height: 35px;
    color: #666;
}