

/* 背景 */
.bg_bg{
	position: relative;
	width: 100%;
	margin-top: 60px;
	overflow: hidden;
}
.bgImage{
	width: 300%;
}
.bgImage > div{
	float: left;
	display: none;
	width: 33.33%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top center;
}
.bgImage > div img{
	display: block;
	width: 100%;
	height: 100%;
}
.bgImage .bg_1{
	display: block;
}
.bg_but{
	display: none;
}
.bg_but span{
	position: absolute;
	top: 40%;
	z-index: 12;
	width: 24px;
	height: 40px;
	cursor: pointer;
}
.bg_but span.prev{
	left: 5px;
	background: url("../image/left.png") center/100% 100%;
}
.bg_but span.next{
	right: 5px;
	background: url("../image/right.png") center/100% 100%;
}
.bg_tab{
	display: none;
	position: absolute;
	bottom: 10px;
	z-index: 12;
	width: 100%;
	height: 15px;
	text-align: center;
}
.bg_tab span{
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: rgba(0,0,0,.3);
	border-radius: 100%;
	border: 1px solid #fff;
	cursor: pointer;
}
.bg_tab span.on{
	background-color: #af4547;
}
/* 头部 */
#header{
	position: fixed;
	top: 0;
	z-index: 20;
	width: 100%;
	height: 60px;
	background-color: #fff;
	box-shadow: 0 2px 9px 2px #666;
}
#header .head_con{
	width: 100%;
	height: 100%;
}
.head_con .logo{
	position: relative;
	z-index: 1;
	float: left;
	max-height: 60px;
	margin-left: 15px;
}
.head_con .logo a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.head_con .logo img{
	display: block;
	height: 100%;
	max-height: 56px;
	margin-top: 2px;
}
.head_con .nav{
	float: right;
	height: 100%;
}
.head_con .nav ul.nav_list{
	display: none;
}
.head_con .nav ul.nav_list > li{
	display: none;
}
.head_con .nav ul.nav_list > li .next_nav_list{
	display: none;
}
.head_con .nav ul.nav_list > li .next_nav_list .next_nav_pic{
	display: none;
}
.nav .menu_btn{
	float: right;
	width: 40px;
	height: 40px;
	margin: 10px 20px 0 0;
	cursor: pointer;
}
.nav .tmall{
	display: none;
}
.nav .menu_btn img{
	width: 100%;
	height: 100%;
}
.nav .menu_1{
	display: none;
	position: fixed;
	z-index: 12;
	top: 60px;
	left: 0;
	width: 50%;
	height: 1000px;
	background-color: #e60012;
	border-top: 1px solid #ccc;
} 
.nav .menu_1 .menu_1_con{
	display: none;
}
.nav .menu_1 .menu_2_con{
	width: 100%;
	margin: auto;
	overflow: hidden;
}
.nav .menu_1 .menu_2_con > ul{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}
.nav .menu_1 .menu_2_con > ul > li{
	width: 100%;
	line-height: 55px;
	border-bottom: 1px solid #efefef;
}
.nav .menu_1 .menu_2_con > ul > li h5{
	text-align: center;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	font-weight: normal;
}
.nav .menu_1 .menu_2_con > ul > li h5 a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.nav .menu_1 .menu_2_con > ul > li > ul{
	display: none;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 1000px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}
.nav .menu_1 .menu_2_con > ul > li > ul > li{
	line-height: 55px;
	text-align: center;
	font-size: 14px;
	white-space: nowrap;
	background-color: #e60012;
	border-bottom: 1px solid #efefef;
}
.nav .menu_1 .menu_2_con > ul > li > ul > li.back_go{
	cursor: pointer;
	color: #fff;
}
.nav .menu_1 .menu_2_con > ul > li > ul > li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.nav .menu_1 .menu_2_con > ul > li > ul > li:hover{
	background-color: #e60012;
}
.nav .menu_1 .menu_2_con > ul > li > ul > li:hover a{
	color: #fff;
}
.nav .menu_1 .menu_2_con .btn_2{
	display: none;
}
.nav .menu_1 .menu_2_con .btn_2 img{
	width: 100%;
	height: 100%;
}
/* 头部 */
/* 主体 */
#wrap{
	position: relative;
	z-index: 11;
	width: 100%;
}
#wrap .wrap_con{
	width: 100%;
	background-color: #fff;
}
.wrap_con .part_1{
	width: 95%;
	margin: auto;
}
.wrap_con .part_1 > div{
	width: 100%;
}
.wrap_con .part_1 > div h2{
	width: 100%;
	margin: auto;
	line-height: 70px;
	font-size: 25px;
}
.part_1 .part_1_l .top_p{
	width: 100%;
	background-color: #f5f5f5;
}
.part_1 .part_1_l .top_p .top_pics{
	width: 100%;
	overflow: hidden;
}
.part_1 .part_1_l .top_p .top_pics img{
	width: 100%;
	height: 100%;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}
.part_1 .part_1_l .top_pic .top_pics:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.part_1 .part_1_l .top_p .mudu{
	width: 100%;
}
.part_1 .part_1_l .top_p .mudu h3{
	font-size: 18px;
	padding: 0 10px;
	line-height: 30px;
}
.part_1 .part_1_l .top_p .mudu p{
	margin-top: 10px;
	font-size: 14px;
	line-height: 22px;
	padding: 0 10px;
	color: #565656;
}
.part_1 .part_1_l .top_p .mudu > a{
	display: inline-block;
	width: 99%;
	margin-top: 15px;
	line-height: 50px;
	color: #565656;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 14px;
}
.part_1 .part_1_l .top_p .mudu > a:hover{
	background-color: #e60012;
	color: #fff;
}
.part_1 .part_1_l .top_p .mudu > a:active{
	background-color: #e60012;
	color: #fff;
}
.part_1 .part_1_l .bot_list{
	width: 100%;
}
.part_1 .part_1_l .bot_list ul li{
	width: 100%;
	margin-top: 20px;
}
.part_1 .part_1_l .bot_list ul li .date{
	float: left;
	width: 17%;
	border: 1px solid #ccc;
	transition: border-color .5s;
	-webkit-transition: border-color .5s;
	-moz-transition: border-color .5s;
	-o-transition: border-color .5s;
	-ms-transition: border-color .5s;
}
.part_1_l .bot_list ul li .date > div{
	width: 100%;
	text-align: center;
}
.part_1_l .bot_list ul li .date .date_top{
	line-height: 65px;
	background-color: #ccc;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	transition: background-color .5s;
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-o-transition: background-color .5s;
	-ms-transition: background-color .5s;
}
.part_1_l .bot_list ul li .date .date_up{
	line-height: 30px;
	background-color: #fff;
	color: #ccc;
	font-weight: bold;
	font-size: 10px;
}
.part_1_l .bot_list ul li .article{
	position: relative;
	float: right;
	width: 78%;
	padding-left: 10px;
	transition: background-color .5s;
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-o-transition: background-color .5s;
	-ms-transition: background-color .5s;
}
.part_1_l .bot_list ul li .article h4{
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	overflow:hidden;  
    text-overflow:ellipsis;  
    white-space:nowrap;
}
.part_1_l .bot_list ul li .article p{
	margin-top: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #999;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.part_1_l .bot_list ul li .article span{
	display: block;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	color: #999;
	margin-top: 7px;
	border: 1px solid #aaa;
}
.part_1_l .bot_list ul li .article > a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.wrap_con .part_1 .part_1_r{
	margin-top: 10px;
}
.wrap_con .part_1 .part_1_r h2{
	float: left;
	width: 50%;
	font-size: 25px;
}
.part_1 .part_1_r .more{
	float: right;
	line-height: 70px;
}
.part_1 .part_1_r .more > a{
	font-size: 12px;
}
.part_1 .part_1_r .more span{
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 8px;
	margin-left: 2px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.part_1 .part_1_r .more span.to_top{
	background: url("../image/to_top.jpg") center center/100% 100%;
}
.part_1 .part_1_r .more span.to_up{
	background: url("../image/to_up.jpg") center center/100% 100%;
}
.part_1 .part_1_r .media_list{
	float: left;
	width: 100%;
	height: 455px;
	overflow: hidden;
}
.part_1 .part_1_r .media_list ul{
	height: 2000%;
	margin-top: 0px;
}
.part_1 .part_1_r .media_list ul li{
	width: 91%;
	height: 111px;
	border: 1px solid #ccc;
	padding: 15px 3.7%;
	margin-top: 13px;
	margin-bottom: 13px;
	transition: background-color .4s;
	-webkit-transition: background-color .4s;
	-moz-transition: background-color .4s;
	-o-transition: background-color .4s;
	-ms-transition: background-color .4s;
}
.part_1 .part_1_r .media_list ul li > a{
	display: flex;
    width: 100%;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    overflow: hidden;
}
.part_1 .part_1_r .media_list ul li:first-child{
	margin-top: 0;
	margin-bottom: 0;
}
.part_1 .part_1_r .media_list ul li:last-child{
	margin-top: 0;
	margin-bottom: 0;
}
.part_1 .part_1_r .media_list ul li h3{
	width: 100%;
	line-height: 25px;
	font-weight: normal;
}
.part_1 .part_1_r .media_list ul li .time{
	font-size: 12px;
	color: #999;
}	
.part_1 .part_1_r .media_list ul li .content{
	font-size: 13px;
	line-height: 25px;
	overflow: hidden;
	color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	word-break: break-all;
	max-height: 45px;
}
.wrap_con .part_1 .pic_list{
	width: 100%;
	margin: 30px 0;
}
.wrap_con .part_1 .pic_list ul{
	width: 100%;
	height: 100%;
	margin: auto;
	overflow: hidden;
}
.wrap_con .part_1 .pic_list ul li{
	position: relative;
	width: 100%;
	background-color: #f6f6f6;
	margin-bottom: 10px;
}
.wrap_con .part_1 .pic_list ul li a{
	display: block;	
	width: 100%;
	height: 100%;
}
.wrap_con .part_1 .pic_list ul li a > div{
	width: 100%;
	height: 100%;
}
.part_1 .pic_list ul li a:active .li_r{
	background-color: #e60012;
	color: #fff;
}
.part_1 .pic_list ul li a:active .li_r p{
	color: #fff;
}
.part_1 .pic_list ul li a:active span{
	color: #fff;
}
.part_1 .pic_list ul li .li_l img{
	display: block;
	 width: 100%;
	 height: 100%;
	 transition: .5s;
	 -webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}
.part_1 .pic_list ul li .li_l{
	overflow: hidden;
}
.part_1 .pic_list ul li a:active .li_l img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.part_1 .pic_list ul li .li_r{
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.4);
}
.part_1 .pic_list ul li .li_r h4{
	line-height: 25px;
	text-align: left;
	font-size: 20px;
	padding: 5% 10% 0;
	color: #fff;
	margin-top: 25px;
}
.part_1 .pic_list ul li .li_r p{
	padding: 8px 10% 0;
	line-height: 22px;
	color: #fff;
	margin-top: 15px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.part_1 .pic_list ul li span{
	position: absolute;
	bottom: 7px;
	right: 0;
	width: 50%;
	line-height: 25px;
	text-align: left;
	text-indent: 10px;
	color: #565656
}
.wrap_con2{
	width: 100%;
	background-color: #fafafa;
}
.wrap_con2 .part_2{
	width: 95%;
	margin: auto;
	padding-top: 30px;
}
.wrap_con2 .part_2 > h2{
	width: 100%;
	line-height: 70px;
	font-size: 25px;
}
.wrap_con2 .part_2 > p{
	width: 100%;
	margin-top: 15px;
	line-height: 25px;
	color: #666;
	text-indent: 2em;
}
.wrap_con2 .part_2 .about{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.wrap_con2 .part_2 .about ul{
	display: flex;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
}
.wrap_con2 .part_2 .about ul li{
	float: left;
	width: 49%;
	text-align: center;
}
.wrap_con2 .part_2 .about ul li:nth-child(1){
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.wrap_con2 .part_2 .about ul li:nth-child(2){
	border-bottom: 1px solid #e0e0e0;
}
.wrap_con2 .part_2 .about ul li:nth-child(4){
	border-left: 1px solid #e0e0e0;
}
.wrap_con2 .part_2 .about ul li h2{
	width: 100%;
	margin-top: 15px;
	line-height: 50px;
	text-align: center;
	font-size: 40px;
}
.wrap_con2 .part_2 .about ul li p{
	width: 85%;
	height: 40px;
	text-align: center;
	margin: auto;
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
.wrap_con2 .part_2 .about ul li span{
	display: inline-block;
	width: 38px;
	height: 38px;
	margin: 15px 0;
}
.wrap_con2 .part_2 .about ul li span.a_1{
	background: url("../image/about_1.jpg") no-repeat center/100%;
}
.wrap_con2 .part_2 .about ul li span.a_2{
	background: url("../image/about_2.jpg") no-repeat center/100%;
}
.wrap_con2 .part_2 .about ul li span.a_3{
	background: url("../image/about_3.jpg") no-repeat center/100%;
}
.wrap_con2 .part_2 .about ul li span.a_4{
	background: url("../image/about_4.jpg") no-repeat center/100%;
}
.wrap_con2 .part_2 .map{
	display: none;
}
.wrap_con3{
	width: 100%;
}
.wrap_con3 .part_3{
	width: 95%;
	margin: auto;
	padding: 20px 0;
}
.wrap_con3 .part_3 > h2{
	font-size: 25px;
	line-height: 70px;
}
.wrap_con3 .part_3 > .nav_cp{
	line-height: 50px;
}
.wrap_con3 .part_3 > .nav_cp li{
	float: left;
	width: 25%;
	height: 50px;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	box-sizing: border-box;
}
.wrap_con3 .part_3 > .nav_cp li:last-child{
	margin-right: 0;
}
.wrap_con3 .part_3 > .nav_cp li:hover{
	border-bottom: 3px solid #e60012;
}
.wrap_con3 .part_3 > .nav_cp li.on{
	border-bottom: 3px solid #e60012;
}
.wrap_con3 .part_3 .cp{
	position: relative;
	width: 100%;
	border-top: 1px solid #ccc;
	overflow: hidden;
}
.wrap_con3 .part_3 .cp ul{
	display: none;
	top: 25px;
	left: 0;
	width: 100%;
	margin-top: 15px;
}
.wrap_con3 .part_3 .cp ul.show{
	display: block;
}
.wrap_con3 .part_3 .cp ul li{
	float: left;
	width: 49.5%;
	margin-bottom: 10px;
	background-color: #fff;
}
.wrap_con3 .part_3 .cp ul li:nth-child(even){
	margin-left: 1%;
}
.wrap_con3 .part_3 .cp ul li:hover p{
	background-color: #e60012;
	color: #fff;
	font-weight: bold;
}
.wrap_con3 .part_3 .cp ul li img{
	width: 100%;
	height: 100%;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}
.wrap_con3 .part_3 .cp ul li > div{
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.wrap_con3 .part_3 .cp ul li > div:hover img{
	display: block;
	width: 100%;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.wrap_con3 .part_3 .cp ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.wrap_con3 .part_3 .readmore{
	width: 100%;
	height: 40px;
	margin-top: 10px;
	line-height: 40px;
	text-align: center;
	background-color: #e60012;
}
.wrap_con3 .part_3 .readmore a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.wrap_con4{
	width: 100%;
	background-color: #f2f2f2;
	padding: 20px 0;
}
.wrap_con4 .part_4{
	width: 95%;
	height: 100%;
	margin: auto;
}
.wrap_con4 .part_4 > h2{
	float: left;
	line-height: 45px;
	font-size: 25px;
}
.wrap_con4 .part_4 ul.zxxt_nav{
	float: right;
	line-height: 45px;
	margin-bottom: 5px;
}
.wrap_con4 .part_4 ul.zxxt_nav li{
	float: left;
	margin-left: 7px;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	color: #444;
}
.wrap_con4 .part_4 ul.zxxt_nav li.on{
	border-bottom: 3px solid #e60012;
}
.wrap_con4 .part_4 ul.zxxt_list{
	border-top: 1px solid #ccc;
}
.wrap_con4 .part_4 ul.zxxt_list li{
	display: none;
	width: 100%;
	background-color: #fff;
	margin-top: 10px;
}
.wrap_con4 .part_4 ul.zxxt_list li .img{
	width: 100%;
	height: 235px;
	overflow: hidden;
}
.wrap_con4 .part_4 ul.zxxt_list li .img img{
	display: block;
	width: 100%;
	height: 100%;
}
.wrap_con4 .part_4 ul.zxxt_list li .know{
	width: 100%;
	padding-bottom: 10px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}
.wrap_con4 .part_4 ul.zxxt_list li .know h3{
	line-height: 45px;
	text-indent: 15px;
}
.wrap_con4 .part_4 ul.zxxt_list li .know p{
	text-indent: 15px;
	line-height: 25px;
	color: #666;
	font-size: 14px;
	transition: text-indent .5s;
	-webkit-transition: text-indent .5s;
	-moz-transition: text-indent .5s;
	-o-transition: text-indent .5s;
	-ms-transition: text-indent .5s;
}
.wrap_con4 .part_4 ul.zxxt_list li .know p:hover{
	color: #fff;
	background-color: #e60012;
	text-indent: 2em;
}

/* 主体 */
/* 网页底部 */
#footer{
	width: 100%;
	background-color: #333;
}
.foot_t{
	width: 100%;
}
.foot_t .foot_top{
	position: relative;
	width: 55%;
	margin: auto;
	padding-top: 15px;
}
.foot_t .foot_top .top_l{
	display: none;
}
.foot_t .foot_top .tmall{
	position: absolute;
	right: 0;
	bottom: 80px;
	padding: 0 5px;
}
.foot_t .foot_top .tmall img{
	display: block;
	width: 40px;
	margin: auto;
}
.foot_t .foot_top .tmall img.tmall-1{
	border-radius: 5px;
}
.foot_t .foot_top .tmall p{
	color: #aaa;
	margin-top: 5px;
}
.foot_t .foot_top .to_topss{
	position: absolute;
	right: 0;
	bottom: 15px;
	width: 66px;
	color: #aaa;
	cursor: pointer;
}
.foot_t .foot_top .to_topss img{
	display: block;
	width: 40px;
	margin: auto;
}
.foot_t .foot_top .to_topss p{
	text-align: center;
}
.foot_t .foot_top .top_r{
	float: left;
	color: #FFf;
}
.foot_t .foot_top .top_r .p1{
	font-size: 16px;
	line-height: 30px;
}
.foot_t .foot_top .top_r .p2{
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}
.foot_t .foot_top .top_r .p3{
	line-height: 20px;
	color: #666;
}
.foot_t .foot_top .top_r .qrcode{
	width: 120px;
	margin: 15px 0;
}
.foot_t .foot_top .top_r .qrcode img{
	display: block;
	width: 100%;
}
.foot_d{
	width: 100%;
	height: 27%;
	border-top: 1px solid #4c4c4c;
}
.foot_d .foot_down{
	width: 83%;
	margin: auto;
}
.foot_d .foot_down .down_t{
	width: 100%;
	margin: 8px 0;
}
.foot_d .foot_down .down_t a{
	color: #666;
}
.foot_d .foot_down .down_t ul{
	display: none;
}
.foot_d .foot_down .down_t > p{
	color: #666;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.foot_d .foot_down .down_d{
	display: none;
}
/* 网页底部 */

/* 关于恒峰 *//* 恒峰简介 */
.about_down{
	width: 100%;
	margin-bottom: 30px;
}
.about_down .about_us{
	width: 100%;
	height: 100%;
	margin: 30px auto 0;
}
.about_down .about_us h2{
	line-height: 50px;
	font-size: 32px;
	color: #e60012;
	text-align: center;
	margin-bottom: 30px;
}
.about_down .about_us .about_us_con ul li{
	margin-bottom: 30px;
	line-height: 30px;
    font-size: 16px;
    color: #444;
}
.about_down .about_us .about_us_con ul li:last-child{
	margin-bottom: 0;
}
.about_down .about_us .about_us_con ul li > div{
	width: 95%;
	margin: auto;
}	
.about_down .about_us .about_us_con ul li .w_none{
	display: none;
}
.about_down .about_us .about_us_con ul li .txt{
	margin-top: 20px;
}
.about_down .about_us .about_us_con ul li .txt p{
	text-indent: 2em;
	line-height: 25px;
	font-size: 14px;
	color: #444;
}
.about_down .about_us .about_us_con ul li .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.about_down .about_us .about_us_con .txt_bt{
	width: 95%;
	margin: auto;
	text-indent: 2em;
	line-height: 30px;
    font-size: 16px;
    color: #444;
}
.about_down .about_us .about_us_con .txt_bta{
	width: 95%;
	margin: auto;
}
.about_down .about_us .about_us_con .txt_bta a{
	line-height: 30px;
    font-size: 16px;
    color: #444;
}
/* 关于恒峰 *//* 恒峰简介 */

/* 关于恒峰 *//* 恒峰工艺 */
.gongyi{
	width: 100%;
}
.gongyi .gongyi_t{
	width: 95%;
	margin: auto;
	padding: 10px 0;
}
.gongyi .gongyi_t h2{
	line-height: 45px;
	color: #e60012;
}
.gongyi .gongyi_t .gy_content p{
	line-height: 25px;
	text-indent: 2em;
	margin: 20px 0;
	color: #989898;
	font-size: 14px;
}
.gongyi .gy_content{
	width: 95%;
	margin: auto;
}
.gongyi .gy_content .lr p{
	line-height: 25px;
}
.gongyi .gy_content p img{
	display: block;
	width: 100%;
}
/* 关于恒峰 *//* 恒峰工艺 */

/* 关于恒峰 *//* 企业文化 */
.qywh{
	width: 100%;
}
.qywh .qywh_con{
	width: 95%;
	margin: auto;
}
.qywh .qywh_con .qywh_tit{
	display: flex;
	width: 100%;
	margin-top: 20px;
}
.qywh .qywh_con .qywh_tit li{
	height: 125px;
	flex-grow: 1;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-top: none;
}
.qywh .qywh_con .qywh_tit li:first-child{
	border-left: 1px solid #e5e5e5;
}
.qywh .qywh_con .qywh_tit li i{
	display: block;
	width: 50px;
	height: 50px;
	margin: 24px auto 0;
	background: url("../image/qywh.png") no-repeat;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}
.qywh .qywh_con .qywh_tit li .i1{
	background-position: -50px 0;
}
.qywh .qywh_con .qywh_tit li .i2{
	background-position: -100px 0;
}
.qywh .qywh_con .qywh_tit li .i3{
	background-position: 0px 0;
}
.qywh .qywh_con .qywh_tit li .i4{
	background-position: -150px 0;
}
.qywh .qywh_con .qywh_tit li div{
	width: 100%;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bolder;
	color: #666;
}
.qywh .qywh_con .qywh_list{
	width: 100%;
}
.qywh .qywh_con .qywh_list li{
	margin: 15px 0;
	background-color: #f1f1f1;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}
.qywh .qywh_con .qywh_list li:hover{
	background-color: #e60012;
}
.qywh .qywh_con .qywh_list li .wh_l{
	float: left;
	width: 92%;
	padding: 3% 4%;
}
.qywh .qywh_con .qywh_list li .wh_l h3{
	width: 80%;
	line-height: 30px;
	font-size: 25px;
	color: #e60012;
}
.qywh .qywh_con .qywh_list li .wh_l p{
	line-height: 25px;
	margin-top: 10px;
	color: #888;
}
.qywh .qywh_con .qywh_list li .wh_l p:last-child{
	color: #666;
}
.qywh .qywh_con .qywh_list li .wh_r{
	float: right;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.qywh .qywh_con .qywh_list li .wh_r img{
	width: 100%;
	height: 100%;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}
.qywh .qywh_con .qywh_list li:hover .wh_l{
	color: #fff;
}
.qywh .qywh_con .qywh_list li:hover .wh_l h3{
	color: #fff;
}
.qywh .qywh_con .qywh_list li:hover .wh_l p{
	color: #fff;
}
.qywh .qywh_con .qywh_list li:hover .wh_r img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
/* 关于恒峰 *//* 企业文化 */
/* 关于恒峰 *//* 发展历程 */
.progress_box{
	width: 100%;
	background-color: #f5f5f5;
}
.progress_box .progress_con{
	width: 95%;
	margin: auto;
}
.progress_box .progress_con .progress_l ul li{
	height: 60px;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
	margin: 8px 0;
}
.progress_box .progress_con .progress_l ul li.on{
	background-color: #e60012;
	color: #fff;
}
.progress_box .progress_con .progress_l ul li:hover{
	background-color: #e60012;
	color: #fff;
}
.progress_box .progress_con .progress_l ul li .year{
	height: 50%;
	line-height: 30px;
	font-size: 20px;
	font-weight: bolder;
}
.progress_box .progress_con .progress_l ul li .year_tit{
	line-height: 30px;
}
.progress_box .progress_con .progress_r{
	position: relative;
}
.progress_box .progress_con .progress_r > ul{
	display: none;
	width: 100%;
	margin-bottom:30px;
}
.progress_box .progress_con .progress_r > ul > li{
	background-color: #fff;
	padding: 15px 8%;
	margin-bottom: 10px;
}
.progress_box .progress_con .progress_r > ul > li h4{
	line-height: 30px;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Impact';
}
.progress_box .progress_con .progress_r > ul > li ul{
	margin-top: 5px;	
}
.progress_box .progress_con .progress_r > ul > li ul li{
	line-height: 20px;
	color: #666;
}
/* 关于恒峰 *//* 发展历程 */
/* 关于恒峰 *//* 董事长致辞 */
.dsz{
	width: 100%;
	margin-top: 20px;
}
.dsz .dsz_con{
	width: 95%;
	margin: auto;
}
.dsz .dsz_con h3{
	text-align: center;
    line-height: 55px;
    color: #e60012;
    font-size: 35px;
    margin: 35px 0;
}
.dsz .dsz_con ul li{
	margin-bottom: 30px;
    font-size: 16px;
    color: #444;
}
.dsz .dsz_con ul li .w_none{
	display: none;
}
.dsz .dsz_con ul li > div{
	width: 100%;
}	
.dsz .dsz_con ul li .txt p{
	text-indent: 2em;
	line-height: 30px;
	font-size: 16px;
	color: #444;
}
.dsz .dsz_con ul li .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
/* 关于恒峰 *//* 董事长致辞 */
/* 关于恒峰 *//* 荣誉资质 */
.ryzz{
	width: 100%;
}
.ryzz .ryzz_con{
	width: 95%;
	margin: auto;
}
.ryzz .ryzz_con ul{
	margin-top: 10px;
}
.ryzz .ryzz_con ul li{
	float: left;
	width: 48%;
	margin: 0 2% 15px;
	background-color: #ececec;
	cursor: pointer;
}
.ryzz .ryzz_con ul li:nth-child(even){
	margin-right: 0;
}
.ryzz .ryzz_con ul li:nth-child(odd){
	margin-left: 0;
}
.ryzz .ryzz_con ul li:hover .pic .shadow{
	opacity: 1;
}
.ryzz .ryzz_con ul li:hover .pt{
	background-color: #e60012;
	color: #fff;
}
.ryzz .ryzz_con ul li .pic{
	position: relative;
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.ryzz .ryzz_con ul li .pic .shadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}
.ryzz .ryzz_con ul li .pic .shadow i{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -24px;
	margin-left: -24px;
	width: 48px;
	height: 48px;
	background: url("../image/icon.png") no-repeat center center/100% 100%;
}
.ryzz .ryzz_con ul li .pic img{
	display: block;
	width: 100%;
	height: 100%;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}
.ryzz .ryzz_con ul li .pt{
	width: 100%;
	text-align: center;
	line-height: 35px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}
/* 大图 */
.bigImg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
} 
.bigImg .smallPrev {
    position: absolute;
    left: -35px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 60px;
}  
.bigImg .smallNext {
    position: absolute;
    right: -35px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 60px;
} 
.bigImg .smallPrev img,.bigImg .smallNext img {
    width: 100%;
    height: 100%;
}  
.detailInfoLeft {
    background: rgba(0, 0, 0, 0.56);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 88;
    display: none;
}
.big_bigImgWrap img {
    display: none;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 345px;
    width: 100%;
}
.dispaly_blo {
    display: block !important;
}
.i_close {
    position: absolute;
    top: 20%;
    right: 0;
    cursor: pointer;
}
/* 大图 */
/* 关于恒峰 *//* 荣誉资质 */
/* 装修学堂 */
.wrap .zhuangxiu{
	background-image: url("../image/zxxt.jpg");
}
.zxxt{
	width: 100%;
}
.zxxt .zxxt_con{ 
	width: 95%;
	margin: auto;
}
.zxxt .zxxt_con .zxxt_tit{
	width: 95%;
    line-height: 38px;
    border-bottom: 1px solid #e5e5e5;
    color: #e60012;
}
.zxxt .zxxt_con .zxxt_tit h2{
	margin: 10px 0;
	font-size: 18px;
}
.zxxt .zxxt_con > ul{
	width: 100%;
	margin: 15px 0;
}
.zxxt .zxxt_con ul li{
	width: 100%;
	background-color: #f4f4f4;
	margin-bottom: 10px;
	transition: .3s;
}
.zxxt .zxxt_con ul li .date{
	float: left;
	width: 20%;
	padding: 15px 0;
	text-align: center;
	color: #c8c8c8;
	font-size: 14px;
	transition: .3s;
	margin-left: 5%;
}
.zxxt .zxxt_con ul li .date .day{
	display: block;
	font-size: 44px;
	font-weight: bold;
}
.zxxt .zxxt_con ul li .right{
	float: left;
	width: 70%;
	margin-left: 5%;
	padding: 15px 0;
}
.zxxt .zxxt_con ul li .right h4{
	line-height: 20px;
	font-size: 18px;
	font-weight: normal;
	color: #585858;
	transition: .3s;
}
.zxxt .zxxt_con ul li .right p{
	line-height: 30px;
	color: #767676;
}
.zxxt .zxxt_con ul li .right p.web_p{
	display: none;
}
.zxxt .zxxt_con ul li .right .more{
	display: inline-block;
	line-height: 25px;
	color: #aaa;
	margin-top: 5px;
	transition: .3s;
}
.zxxt .zxxt_con ul li:hover .right h4{
	color: #000;
}
.zxxt .zxxt_con ul li:hover .date{
	color: #e60012;
}
.zxxt .zxxt_con ul li .right .more:hover{
	color: #e60012;
}
/* 装修学堂 */
/* 企业动态 *//* 恒峰动态 媒体关注 行业新闻 */
.wrap .dongtai{
	background-image: url("../image/qydt.jpg");
}
.news_list{
	width: 100%;
	background-color: #f5f5f5;
}
.news_list .news_ul{
	width: 95%;
	margin: auto;
}
.news_list .news_ul li{
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #fff;
}
.news_list .news_ul li a{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.news_list .news_ul li:nth-child(odd){
	margin-left: 0;
}
.news_list .news_ul li:nth-child(even){
	margin-right: 0;
}
.news_list .news_ul li .li_pic{
	width: 100%;
	height: 72%;
	overflow: hidden;
}
.news_list .news_ul li .li_pic img{
	width: 100%;
	height: 100%;
}
.news_list .news_ul li .news_con{
	width: 100%;
	padding: 10px 0 0;
}
.news_list .news_ul li:hover{
	background-color: #e60012;
	color: #fff;
}
.news_list .news_ul li:hover .news_con p{
	color: #fff;
}
.news_list .news_ul li:hover .news_con .time{
	color: #fff;
}
.news_list .news_ul li:hover .news_con h3{
	color: #fff;
}
.news_list .news_ul li .news_con h3{
	width: 90%;
	text-align: left;
	line-height: 25px;
	padding: 0 5%;
}
.news_list .news_ul li .news_con p{
	height: 50%;
	color: #6f6f6f;
	line-height: 20px;
	margin-top: 1%;
	padding: 0 10px;
	font-size: 14px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.news_list .news_ul li .news_con .time{
	display: inline-block;
	width: 950%;
	line-height: 30px;
	padding-left: 5%;
	color: #6f6f6f;
	font-size: 13px;
	border-top: 1px solid #f2f2f2;
}
/* 公用翻页样式 */
.page_box{
	width: 100%;
	height: 75px;
	text-align: center;
	background-color: #f5f5f5;
}
.page_box .page_con{
	display: inline-block;
	width: auto;
	margin: auto;
	padding-top: 15px;
	text-align: center;
}
.page_box .page_con .pre-list{
	float: left;
	width: 55px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #e60012;
	border: 1px solid #eee;
	margin-right: 5px;
	background-color: #fff;
}
.page_box .page_con .pre-list a{
	color: #e60012;
}
.page_box .page_con > a{
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #666;
	border: 1px solid #eee;
	margin-right: 5px;
	background-color: #fff;
}
.page_box .page_con > a.active{
	color: #fff;
	background-color: #e60012;
	border: 1px solid #e60012;
}
.page_box .page_con .next-list{
	float: left;
	width: 55px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #e60012;
	border: 1px solid #eee;
	margin-right: 5px;
	background-color: #fff;
}	

.page_box .page_con .next-list a{
	color: #e60012;
}
/* 企业动态 *//* 恒峰动态 媒体关注 行业新闻 */

/* 企业动态 *//* 恒峰员工 */
.employees{
	width: 100%;
	background-color: #f5f5f5;
}
.employees_cont{
	width: 95%;
	margin: auto;
	padding-top: 10px;
}
.employees h3{
	text-align: center;
	line-height: 50px;
	font-size: 25px;
	margin-bottom: 15px;
}
.employees ul li{
	float: left;
	width: 49%;
	height: 150px;
	margin-right: 2%;
	margin-bottom: 15px; 
	cursor: pointer;
	overflow: hidden;
}
.employees ul li:nth-child(even){
	margin-right: 0;
}
.employees ul li:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.employees ul li img{
	display: block;
	width: 100%;
	height: 100%;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}
/* 企业动态 *//* 恒峰员工 */

/* 产品中心 */
.wrap .chanpin{
	background-image: url("../image/cpzx.jpg");
}
.cpzx_list{
	width: 100%;
}
.cpzx_list .cp_tit{
	width: 95%;
	margin: auto;
	border-bottom: 1px solid #e5e5e5;
}
.cpzx_list .cp_tit h2{
	line-height: 35px;
	text-align: center;
	margin: 10px 0;
	color: #e60012;
	font-size: 18px;
}
.cpzx_list .cpzx_ul{
	width: 95%;
	margin: 30px auto 0;
}
.cpzx_list .cpzx_ul li{
	position: relative;
	float: left;
	width: 48%;
	height: 136px;
	margin-right: 4%;
	margin-bottom: 15px;
	cursor: pointer;
}
.cpzx_list .cpzx_ul li > a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.cpzx_list .cpzx_ul li .li_pic{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.cpzx_list .cpzx_ul li .li_pic img{
	width: 100%;
	height: 100%;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}
.cpzx_list .cpzx_ul li:nth-child(2n){
	margin-right: 0;
}
.cpzx_list .cpzx_ul li .cpzx_con{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cpzx_list .cpzx_ul li .cpzx_con .cp_center{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	margin-top: -53px;
	margin-left: -40%;
	width: 80%;
	height: 106px;
	background: rgba(0,0,0,.5);
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}
.cpzx_list .cpzx_ul li:hover .li_pic img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.cpzx_list .cpzx_ul li .cpzx_con .cp_center span{
	display: block;
	width: 70%;
	height: 2px;
	background-color: #fff;
	margin: 35% auto 0;
}
.cpzx_list .cpzx_ul li .cpzx_con .cp_center p{
	line-height: 25px;
	text-align: center;
	color: #fff;
}
/* 产品中心 */
/* 工程案例 */
.wrap .gongcheng{
	background-image: url("../image/gcal.jpg");
}
/* 工程案例 */
/* 客户美装 */
.mz_content{
	padding-top: 10px;
}
.mz_tit{
	width: 95%;
    margin: auto;
    border-bottom: 1px solid #e5e5e5;
}
.mz_tit h2{
	line-height: 38px;
	text-align: center;
    margin: 10px 0;
    color: #e60012;
}
/* 客户美装 */
/* 样板一隅 */
.web_ybyy{
	display: none;
}
.phone_ybyy{
	width: 95%;
	padding: 15px 0;
	margin: auto;
}
.phone_ybyy ul li{
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
}
.phone_ybyy ul li img{
	display: block;
	width: 100%;
	transition: .8s;
}
.phone_ybyy ul li img:hover{
	transform: scale(1.2);
}
/* 样板一隅 */
/* 招商加盟 */
.wrap .jiameng{
	background-image: url("../image/zsjm.jpg");
}
.zsjm{
	width: 100%;
}
.zsjm .zsjm_con{
	width: 95%;
	margin: 10px auto 0;
}
.zsjm .zsjm_con .zsjm_tit{
	width: 100%;
	margin-top: 15px;
}
.zsjm .zsjm_con .zsjm_tit h3{
	line-height: 35px;
	font-size: 22px;
	color: #e60012;
}
/* 加盟支持 */
.zsjm .zsjm_con .part_1{
	width: 100%;
	margin: 20px auto 0;
}
.zsjm .zsjm_con .part_1 ul{
	width: 100%;
	height: 100%;
}
.zsjm .zsjm_con .part_1 ul li{
	float: left;
	width: 18.4%;
	margin-right: 2%;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
}
.zsjm .zsjm_con .part_1 ul li.bd_b{
	border-bottom: none;
}
.zsjm .zsjm_con .part_1 ul li.bd_r{
	border-right: none;
	margin-right: 0;
}
.zsjm .zsjm_con .part_1 ul li .pic_1{
	display: none;
}
.zsjm .zsjm_con .part_1 ul li .pic_2{
	display: block;
	width: 100%;
	height: 100%;
}
.zsjm .zsjm_con .part_1 ul li p{
	color: #000;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #444;
}
.zsjm .zsjm_con .part_1 ul li .ch{
	margin-top: 10px;
}
.zsjm .zsjm_con .part_1 ul li .en{
	display: none;
}
.zsjm .zsjm_con .part_1 ul li span{
	display: none;
}

/* 加盟政策 */
.zsjm .zsjm_con .part_2{
	width: 100%;
	margin: 20px 0;
}
.zsjm .zsjm_con .part_2 p{
	line-height: 25px;
	margin-top: 10px;
	color: #444;
}
/* 加盟流程 */
.zsjm .zsjm_con .part_3{
	width: 100%;
	margin: 20px 0;
}
.zsjm .zsjm_con .part_3 .jmlc{
	width: 100%;
}
.zsjm .zsjm_con .part_3 .jmlc dl{
	width: 100%;
}
.zsjm .zsjm_con .part_3 .jmlc dl dd{
	position: relative;
	float: left;
    display: block;
    width: 33.33%;
    cursor: pointer;
}
.zsjm .zsjm_con .part_3 .jmlc dl dd .num{
	position: relative;
	z-index: 2;
	width: 60px;
    height: 60px;
	background: #fff url(../image/y7.png) no-repeat;
    margin-left: 2px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
}
.zsjm .zsjm_con .part_3 .jmlc dl dd:hover .num{
	color: #fff;
}
.zsjm .zsjm_con .part_3 .jmlc dl dd .num .y2{
	position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
	background: url(../image/y8.png) no-repeat center bottom;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
}
.zsjm .zsjm_con .part_3 .jmlc dl dd:hover .num .y2{
	height: 100%;
}
.zsjm .zsjm_con .part_3 .jmlc dl dd .num .y{
	position: relative;
	z-index: 2;
}
.zsjm .zsjm_con .part_3 .jmlc dl dd .line{
	position: absolute;
	width: 60%;
    right: 4px;
    top: 30px;
    height: 1px;
    background-color: #dcdcdc;
}
.zsjm .zsjm_con .part_3 .jmlc dl dd .txt{
	margin: 0px 14px 0px 5px;
    color: #646464;
    height: 100px;
}
.zsjm .zsjm_con .part_3 .jmlc dl dd .txt .line2{
    width: 18px;
    height: 1px;
    background-color: #a0a0a0;
    margin: 24px 0px 15px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
}
.zsjm .zsjm_con .part_3 .jmlc dl dd:hover .line2{
	width: 100%;
	background-color: #e60012;
}

.zsjm .zsjm_con .part_4{
	width: 100%;
	margin-top: 20px;
}


/* 招商加盟 */
/* 服务中心 */
.wrap .fuwu{
	background-image: url("../image/fwzx.jpg");
}
.fwln{
	width: 100%;
}
.fwln .fwln_con{
	width: 100%;
	padding-top: 30px;
}
.fwln .fwln_con .part_1{
	width: 100%;
	height: 96px;
}
.fwln .fwln_con .part_1 .bg{
	float: left;
	width: 33.33%;
	height: 100%;
}
.fwln .fwln_con .part_1 .bg_1{
	background: url("../image/fw_1.jpg") no-repeat center center/100%;
}
.fwln .fwln_con .part_1 .bg_2{
	background: url("../image/fw_2.jpg") no-repeat center center/100%; 
}
.fwln .fwln_con .part_1 .bg_3{
	background: url("../image/fw_3.jpg") no-repeat center center/100%;
}
.fwln .fwln_con .part_2{
	width: 88%;
	padding: 20px 0;
	line-height: 30px;
	margin: 40px auto; 
	text-align: center;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	color: #666;
}
.fwln .fwln_con .part_3{
	width: 100%;
}
.fwln .fwln_con .part_3 .fw_tit{
	text-align: center;
}
.fwln .fwln_con .part_3 .fw_tit h2{
	font-size: 20px;
	font-weight: normal;
	color: #444;
}
.fwln .fwln_con .part_3 .fw_tit span{
	display: inline-block;
	width: 70px;
	height: 2px;
	margin-top: 30px;
	background-color: #aaa;
}
.fwln .fwln_con .part_3 .fw_box{
	width: 100%;
	margin-top: 30px;
}
.fwln .fwln_con .part_3 .fw_box ul{
	width: 100%;
	height: 100%;
}
.fwln .fwln_con .part_3 .fw_box ul .lis{
	position: relative;
	width: 100%;
	height: 250px;
}
.fwln .fwln_con .part_3 .fw_box ul .lis .bg_kf{
	width: 100%;
	height: 100%;
}
.fwln .fwln_con .part_3 .fw_box ul .lis_1 .bg_kf{
	background: url("../image/kf_1.jpg") no-repeat center center/100% 100%;
}
.fwln .fwln_con .part_3 .fw_box ul .lis_2 .bg_kf{
	background: url("../image/kf_2.jpg") no-repeat center center/100%  100%;
}
.fwln .fwln_con .part_3 .fw_box ul .lis_3 .bg_kf{ 
	background: url("../image/kf_3.jpg") no-repeat center center/100% 100%;
}
.fwln .fwln_con .part_3 .fw_box ul .lis_4 .bg_kf{
	background: url("../image/kf_4.jpg") no-repeat center center/100%  100%;
}
.fwln .fwln_con .part_3 .fw_box ul .lis .txt{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: rgba(230,0,18,.8);
	overflow: hidden;
	transition: .3s;
}
.fwln .fwln_con .part_3 .fw_box ul .lis:hover .txt{
	width: 100%;
}

.fwln .fwln_con .part_3 .fw_box ul .lis .txt div{
	position: absolute;
	bottom: 0;
	width: 80%;
	height: 120px;
	padding: 20px 10%;
	text-align: left;
	transform: translateX(350px);
	transition: .5s;
}
.fwln .fwln_con .part_3 .fw_box ul .lis .txt div span{
	display: block;
	width: 65px;
	height: 1px;
	background-color: #fff;
}
.fwln .fwln_con .part_3 .fw_box ul .lis .txt div p{
	width: 100%;
	margin-top: 20px;
	line-height: 25px;
	color: #fff;
}

.fwln .fwln_con .part_3 .fw_box ul .lis .lis_tit{
	position: absolute;
	top: 10%;
	left: 10%;
	z-index: 3;
	width: 80%;
	color: #000;
}
.fwln .fwln_con .part_3 .fw_box ul .lis .lis_tit .p1{
	font-size: 30px;
}
.fwln .fwln_con .part_3 .fw_box ul .lis .lis_tit .p2{
	font-size: 18px;
}
.fwln .fwln_con .part_3 .fw_box ul .lis:hover .txt div{
	transform: translateX(0);
}
.fwln .fwln_con .part_3 .fw_box ul .lis:hover .lis_tit{
	color: #fff;
}
.fwln .fwln_con .part_4{
	width: 95%;
	margin: 30px auto 10px;
	background-color: #fff;
}
.fwln .fwln_con .part_4 .part_4_con{
	width: 100%;
}
.fwln .fwln_con .part_4 .part_4_con .part_tit{
	text-align: center;
	margin-top: 65px;
}
.fwln .fwln_con .part_4 .part_4_con .part_tit h2{
	font-size: 33px;
	font-weight: normal;
}
.fwln .fwln_con .part_4 .part_4_con .part_tit span{
	display: inline-block;
	width: 70px;
	height: 2px;
	margin-top: 30px;
	background-color: #aaa;
}

.fwln .fwln_con .part_4 .part_4_con .part_4_l{
	width: 100%;
	height: 250px;
	margin-top: 20px;
	background: url("../image/map_2.jpg") no-repeat top center/100%;
}

.fwln .fwln_con .part_4 .part_4_con .part_4_r{
	width: 100%;
	height: 100%;
}
.fwln .fwln_con .part_4 .part_4_con .part_4_r .submit{
	display: block;
	margin: auto;
}
/* 服务中心 */
/* 联系我们 *//* 联系我们 */
.wrap .lianxi{
	background-image: url("../image/lxwm.jpg");
}
.lxwm{
	width: 100%;
}
.lxwm .lxwm_con{
	width: 95%;
	margin: auto;	
}
.lxwm .lxwm_con .lxwm_tit{
	width: 100%;
	margin-top: 5px;
	border-bottom: 1px solid #e5e5e5;	
}
.lxwm .lxwm_con .lxwm_tit h3{
	line-height: 55px;
	text-align: center;
	font-size: 22px;
	color: #e60012;
}
.lxwm .lxwm_con .lxwm_list{
	width: 100%;
	margin: 30px 0;
}
.lxwm .lxwm_con .lxwm_list ul li{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	color: #333;
}
.lxwm .lxwm_con .lxwm_list ul li:last-child{
	margin-right: 0;
}
.lxwm .lxwm_con .lxwm_list ul li em{
	float: left;
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-top: 15px;
	background: url("../image/dw.png") no-repeat center/100%;
}
.lxwm .lxwm_con .lxwm_list ul li .i2{
	background: url("../image/tel.png") no-repeat center/100%;
}
.lxwm .lxwm_con .lxwm_list ul li .i3{
	background: url("../image/email.png") no-repeat center/100%;
}
.lxwm .lxwm_con .lxwm_list ul li div{
	float: left;
	width: 70%;
	margin-top: 15px;
	margin-left: 5%;
	line-height: 20px;
}
.lxwm .lxwm_con .map_box{
	margin-bottom: 20px;
}
.lxwm .lxwm_con .map_box > div{
	width: 100%;
	height: 280px;
	border: 1px solid #ccc;
}
/* 联系我们 *//* 联系我们 */
/* 联系我们 *//* 招聘人才 */
.zprc{
	width: 100%;
}
.zprc .zprc_con{
	width: 95%;
	margin: auto;
}
.zprc .zprc_con .zprc_tit{
	width: 100%;
	margin-top: 5px;
	border-bottom: 1px solid #e5e5e5;	
}
.zprc .zprc_con .zprc_tit h3{
	line-height: 55px;
	text-align: center;
	font-size: 22px;
	color: #e60012;
}
.zprc .zprc_con .zprc_list{
	width: 100%;
	margin-top: 30px;
}
.zprc .zprc_con .zprc_list ul{
	text-align: center;
}
.zprc .zprc_con .zprc_list ul li{
	display: inline-block;
	width: 200px;
	margin-bottom: 10px;
}
.zprc .zprc_con .zprc_list ul li:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.zprc .zprc_con .zprc_list ul li > div{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
}
.zprc .zprc_con .zprc_list ul li img{
	width: 100%;
	height: 100%;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}
.zprc .zprc_con .zprc_list ul li p{
	text-align: center;
	margin-top: 20px;
}
.zprc .zprc_con .zprc_down{
	width: 100%;
	margin-top: 15px;
}
.zprc .zprc_con .zprc_down h3{
	line-height: 50px;
	text-align: center;
	color: #e60012;
	font-size: 25px;
	margin-bottom: 10px;
}
.zprc .zprc_con .zprc_down .zpxx{
	width: 100%;
	margin-bottom: 20px;
}
.zprc .zprc_con .zprc_down .zpxx ul{
	background-color: #e5e5e5;
}
.zprc .zprc_con .zprc_down .zpxx ul li{
	width: 100%;
	line-height: 50px;
}
.zprc .zprc_con .zprc_down .zpxx ul li.job_1 > div{
	background-color: #e60012;
	color: #fff;
	font-weight: bold;
}
.zprc .zprc_con .zprc_down .zpxx ul li > div{
	float: left;
	width: 22%;
	height: 50px;
	margin-right: 4%;
	text-align: center;
	border-bottom: 1px solid #e60012;
}
.zprc .zprc_con .zprc_down .zpxx ul li > div.job{
	font-weight: bold;
}
.zprc .zprc_con .zprc_down .zpxx ul li.job_2 > div.jobplace{
	line-height: 25px;
}
.zprc .zprc_con .zprc_down .zpxx ul li:last-child > div{
	border-bottom: none;
}
.zprc .zprc_con .zprc_down .zpxx ul li > div:last-child{
	margin-right: 0;
}
.zprc .zprc_con .zprc_down .zpxx > p{
	line-height: 25px;
	color: #333;
}
/* 联系我们 *//* 招聘人才 */
/* 企业动态内容页 */
.wrap .reirongye{
	background-image: url("../image/nr_bg.jpg");
}
.article_con{
	width: 100%;
}
.article_con .article{
	width: 95%;
	margin: 10px auto;
}
.article_con .article .article_tit{
	width: 100%;
	border-bottom: 1px dotted #e60012;
}
.article_con .article .article_tit h2{
	height: 50px;
	text-align: center;
	color: #555;
	font-size: 18px;
}
.article_con .article .article_tit .tools{
	height: 46px;
	line-height: 46px;
	padding: 10px 0 15px;
}
.article_con .article .article_tit .tools .tool_r{
	float: right;
}
.article_con .article .article_tit .tools .tool_r a{
	display: inline-block;
	width: 46px;
	height: 46px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
}
.article_con .article .article_tit .tools .tool_r .a2{
	background: url("../image/detail_r_ico.png") no-repeat -46px 0;
}
.article_con .article .article_tit .tools .tool_r .a2:hover{
	background-position: -46px -46px;
}
.article_con .article .article_tit .tools ._tool{
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	color: #c7c7c7;
}
.article_con .article .article_tit .tools ._tool:last-child{
	display: none;
}
.article_con .article .article_tit .tools span .ico{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 6px;
	vertical-align: middle;
}
.article_con .article .article_tit .tools ._tool .ico_1{
	background: url("../image/tool_ico.png") no-repeat;
}
.article_con .article .article_tit .tools ._tool .ico_2{
	background: url("../image/tool_ico.png") no-repeat -20px 0;
}
.article_con .article .article_tit .tools ._tool .ico_6{
	background: url("../image/tool_ico.png") no-repeat -100px 0;
	margin-left: 5px;
}
.article_con .article .article_tit .tools ._tool .share{
	padding-left: 2px;
	font-size: 14px;
	color: #c7c7c7;
}
.article_con .article .article_box{
	padding: 50px 0;
	line-height: 25px;
	color: #555;
	font-size: 16px;
}
.article_con .article .article_box img{
	width: 100%;
}
.next_prev{
	width: 100%;
	padding-bottom: 40px;
}
.next_prev .phone_page{
	width: 95%;
	margin: 5px auto;
}
.next_prev .phone_page li{
	width: 95%;
	line-height: 60px;
	border-bottom: 1px solid #ccc;
	padding-right: 5%;
	font-size: 14px;
	overflow: hidden;
	color: #666;
}
.next_prev .phone_page li:first-child{
	border-top: 1px solid #ccc;
}
.next_prev .phone_page li .mark{
	float: left;
	margin-right: 5px;
	padding: 0 28px;
	color: #c7c7c7;
}
.next_prev .phone_page li:hover .mark{
	background-color: #e60012;
	color: #fff;
}
.next_prev .phone_page li > a{
	float: left;
	color: #666;
	font-size: 16px;
}
.next_prev .web_page{
	display: none;
}
/* 企业动态内容页 */
/* 案例内容页 */
.pic_art_box{
	width: 100%;
	background-color: #f5f5f5;
}
.pic_art_con{
	width: 95%;
	margin: auto;
	padding: 15px 0;
}
.pic_art_con h1{
	line-height: 70px;
	text-align: center;
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #333;
}
.pic_art_con ul li{
	float: left;
	width: 30%;
	margin: 2% 5% 2% 0;
}
.pic_art_con ul li:nth-child(3n){
	margin-right: 0;
}
.pic_art_con ul li p{
	overflow: hidden;
}
.pic_art_con ul li img{
	display: block;
	width: 100%;
	height: 100%;
	transition: .4s;
}
.pic_art_con ul li:hover img{
	transform: scale(1.2);
}
/* 案例内容页 */
/* 公同样式 */
.wrap{
	position: relative;
	z-index: 11;
	width: 100%;
	margin-top: 60px;
}
.top_pic{
	width: 100%;
	height: 150px;
	background: url("../image/gyhf.jpg") no-repeat center top/cover;
}
.wrap .same_content{
	width: 100%;
}
.wrap .same_content .same_nav{
	width: 100%;
	background-color: #f5f5f5;
}
.same_content .same_nav .nav_con{
	width: 100%;
}
.same_content .same_nav .nav_con .nav_l{
	width: 95%;
	margin: auto;
	line-height: 40px;
	color: #999;
	border-bottom: 1px solid #efefef;
}
.same_content .same_nav .nav_con .nav_l > a{
	display: inline-block;
	color: #999;
}
.same_content .same_nav .nav_con .nav_l > a:hover{
	color: #e60012;
}
.same_content .same_nav .nav_con .nav_l .a1{
	line-height: 40px;
	text-align: right;
	vertical-align: middle;
}
.same_content .same_nav .nav_con .nav_l .a1 i{
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-top: -2px;
	background: url("../image/ico-home.png") no-repeat;
	vertical-align: middle;
}
.same_content .same_nav .nav_con .nav_r{
	width: 100%;
	height: 52%;
}
.same_content .same_nav .nav_con .nav_r .nav_r_r{
	display: flex;
	flex-wrap: wrap;
}
.same_content .same_nav .nav_con .nav_r .nav_r_r .two_w{
	display: block;
	height: 40px;
	line-height: 40px;
	flex-grow: 1;
	border-right: 2px solid #fff;
}
.same_content .same_nav .nav_con .nav_r .nav_r_r .two_w:last-child{
	border-right: none;
}
.same_content .same_nav .nav_con .nav_r .nav_r_r .two_w:hover{
	background-color: #e60012;
}
.same_content .same_nav .nav_con .nav_r .nav_r_r .two_w:hover a{
	color: #fff;
}
.same_content .same_nav .nav_con .nav_r .nav_r_r .two_w a{
	display: block;
	width: 100%;
	height: 100%;
	color: #666;
	text-align: center;	
}
.same_content .same_nav .nav_con .nav_r .nav_r_r .one_w{
	display: block;
	height: 40px;
	line-height: 40px;
	flex-grow: 1;
	border-right: 2px solid #fff;
}
.same_content .same_nav .nav_con .nav_r .nav_r_r .one_w:last-child{
	border-right: none;
}
.same_content .same_nav .nav_con .nav_r .nav_r_r .one_w:hover{
	background-color: #e60012;
}
.same_content .same_nav .nav_con .nav_r .nav_r_r .one_w:hover a{
	color: #fff;
}
.same_content .same_nav .nav_con .nav_r .nav_r_r .one_w a{
	display: block;
	width: 100%;
	height: 100%;
	color: #666;
	text-align: center;	
}
.same_content .same_nav .nav_con .nav_r .nav_r_rs{
	display: flex;
}
.same_content .same_nav .nav_con .nav_r .nav_r_rs .more_w{
	display: block;
	flex-grow: 1;
	border-right: 2px solid #fff;
}
.same_content .same_nav .nav_con .nav_r .nav_r_rs .more_w:last-child{
	border-right: none;
}
.same_content .same_nav .nav_con .nav_r .nav_r_rs .more_w:hover{
	background-color: #e60012;
}
.same_content .same_nav .nav_con .nav_r .nav_r_rs .more_w:hover a{
	color: #fff;
}
.same_content .same_nav .nav_con .nav_r .nav_r_rs .more_w a{
	display: block;
	width: 1em;
	margin: auto;
	padding: 5px 0;
	color: #666;
	line-height: 20px;
}
