

body{
	min-width: 1300px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* 背景 */
.bg_bg{
	position: fixed;
	top: 0;
	width: 100%;
	height: 1600px;
}
.bgImage{
	position: absolute;
	width: 100%;
	height: 100%;
}
.bgImage > div{
	display: none;
	position: absolute;
	z-index: 7;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
}
.bgImage > div img{
	display: none;
}
.bgImage .bg_1{
	display: block;
	background-image: url("../image/bg_1.jpg");
}
.bgImage .bg_2{
	background-image: url("../image/bg_2.jpg");
}
.bgImage .bg_3{
	background-image: url("../image/bg_3.jpg");
}
.bg_but{
	display: none;
}
.bg_but span{
	position: fixed;
	top: 40%;
	z-index: 12;
	width: 55px;
	height: 104px;
	cursor: pointer;
}
.bg_but span.prev{
	left: 20px;
	background: url("../image/left.png");
}
.bg_but span.next{
	right: 20px;
	background: url("../image/right.png");
}
.bg_tab{
	display: none;
	position: fixed;
	bottom: 25px;
	z-index: 12;
	width: 100%;
	height: 15px;
	text-align: center;
}
.bg_tab span{
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	background-color: rgba(0,0,0,.3);
	border-radius: 100%;
	border: 1px solid #fff;
	cursor: pointer;
}
.bg_tab span:last-child{
	margin-right: 0;
}
.bg_tab span.on{
	background-color: #af4547;
}
/* 头部 */
#header{
	position: relative;
	z-index: 999999;
	width: 100%;
	height: 80px;
	background-color: #fff;
	box-shadow: 0 2px 9px 2px #666;
}
#header .head_con{
	width: 1200px;
	height: 100%;
	margin: auto;
}
.head_con .logo{
	position: relative;
	z-index: 1;
	float: left;
	width: 240px;
	margin-top: 10px;
}
.head_con .logo > a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.head_con .logo img{
	display: block;
	width: 100%;
	height: 100%;
}
.head_con .nav{
	float: left;
	width: 960px;
	height: 100%;
	
}
.head_con .nav ul.nav_list{
	float: left;
	width: 790px;
	height: 100%;
	margin-left: 40px;
}
.head_con .nav ul.nav_list > li{
	float: left;
	width: 12.5%;
	height: 97%;
	line-height: 80px;
	text-align: center;
}
.head_con .nav ul.nav_list > li:hover{
	border-bottom: 3px solid #e60012;
}
.head_con .nav ul.nav_list > li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.nav ul.nav_list > li .next_nav_list{
	display: none;
	position: absolute;
	left: 0;
	top: 80px;
	z-index: 99999;
	width: 100%;
	height: 300px;
	background-color: #f8f8f8;
}
.nav ul.nav_list > li .next_nav_list .next_nav_con{
	width: 1200px;
	height: 100%;
	margin: auto;
}
.nav ul.nav_list > li .next_nav_list .next_nav_con .next_nav_pic{
	float: left;
	width: 25%;
	height: 177px;
	margin-top: 5%;
}
.nav ul.nav_list > li .next_nav_list .next_nav_con .next_nav_pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.nav ul.nav_list > li .next_nav_list ul{
	float: left;
	width: 65%;
	margin-left: 10%;
	margin-top: 5%;
}
.nav ul.nav_list > li .next_nav_list ul li{
	float: left;
	width: 29%;
	height: 50px;
	margin-right: 30px;
	margin-bottom: 10px;
	line-height: 50px;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.nav ul.nav_list > li .next_nav_list ul li:hover{
	background-color: #e60012;
}
.nav ul.nav_list > li .next_nav_list ul li:hover a{
	color: #fff;
}
.nav ul.nav_list > li .next_nav_list ul li:nth-child(3){
	margin-right: 0px;
}
.nav ul.nav_list > li .next_nav_list ul li:nth-child(6){
	margin-right: 0px;
}
.nav .menu_btn{
	float: left;
	width: 48px;
	height: 48px;
	margin-left: 17px;
	margin-top: 15px;
	cursor: pointer;
}
.nav .tmall{
	float: left;
	width: 48px;
	height: 48px;
	margin-left: 17px;
	margin-top: 15px;
}
.nav .tmall img{
	display: block;
	width: 100%;
}
.nav .menu_1{
	display: none;
	position: absolute;
	z-index: 12;
	top: 80px;
	left: 0;
	width: 100%;
	background-color: #f8f8f8;
	border-top: 1px solid #ccc;
} 
.nav .menu_1 .menu_1_con{
	width: 1200px;
	margin: 25px auto 0;
}
.nav .menu_1 .menu_1_con > ul{
	width: 100%;
	height: 100%;
	margin-bottom: 40px;
}
.nav .menu_1 .menu_1_con > ul > li{
	float: left;
	width: 10%;
	height: 100%;
	margin: 0 1.4%;
}
.nav .menu_1 .menu_1_con > ul > li:first-child{
	margin-left: 0;
}
.nav .menu_1 .menu_1_con > ul > li:last-child{
	margin-right: 0;
}
.nav .menu_1 .menu_1_con > ul > li h5{
	line-height: 30px;
	text-align: center;
	font-size: 18px;
}
.nav .menu_1 .menu_1_con > ul > li > ul{
	margin-top: 20px;
}
.nav .menu_1 .menu_1_con > ul > li > ul > li{
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
}
.nav .menu_1 .menu_1_con > ul > li > ul > li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #333;
}
.nav .menu_1 .menu_1_con > ul > li > ul > li:hover{
	background-color: #e60012;
}
.nav .menu_1 .menu_1_con > ul > li > ul > li:hover a{
	color: #fff;
}
.nav .menu_1 .menu_1_con .btn_2{
	float: right;
	width: 5%;
	height: 50px;
	margin-top: 15px;
	cursor: pointer;
}
.nav .menu_1 .menu_2_con{
	display: none;
}
/* 头部 */
/* 主体 */
#wrap{
	position: relative;
	z-index: 11;
	width: 100%;
	/* padding-top: 1000px; */
}
#wrap .wrap_con{
	width: 1200px;
	margin: 1000px auto 0;
	background-color: #fff;
}
.wrap_con .part_1{
	width: 100%;
}
.wrap_con .part_1 > div{
	float: left;
	width: 46%;
	height: 100%;
}
.wrap_con .part_1 > div h2{
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-indent: 10px;
	font-size: 30px;
}
.wrap_con .part_1 .part_1_l{
	margin-left: 3%;
	margin-right: 1%;
}
.wrap_con .part_1 .part_1_r{
	margin-right: 3%;
	margin-left: 1%;
}
.part_1 .part_1_l .top_p{
	width: 100%;
}

.part_1 .part_1_l .top_p .top_pics{
	float: left;
	width: 48%;
	height: 165px;
	overflow: hidden;
}
.part_1 .part_1_l .top_p .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 img{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}
.part_1 .part_1_l .top_p .mudu{
	float: right;
	width: 48%;
	height: 100%;
}
.part_1 .part_1_l .top_p .mudu h3{
	line-height: 25px;
	font-weight: normal;
}
.part_1 .part_1_l .top_p .mudu p{
	margin-top: 10px;
	font-size: 12px;
	color: #565656;
}
.part_1 .part_1_l .top_p .mudu > a{
	display: inline-block;
	width: 130px;
	height: 28px;
	margin-top: 15px;
	line-height: 28px;
	color: #565656;
	text-align: center;
	border: 1px solid #ccc;
}
.part_1 .part_1_l .top_p .mudu > a:hover{
	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: 25px;
}

.part_1 .part_1_l .bot_list ul li:hover .date .date_top{
	background-color: #e60012;
}
.part_1 .part_1_l .bot_list ul li:hover .date .date_up{
	color: #e60012;
}
.part_1 .part_1_l .bot_list ul li:hover .date{
	border-color: #e60012;
}
.part_1 .part_1_l .bot_list ul li:hover .article{
	background-color: #e60012;
	color: #fff;
}
.part_1 .part_1_l .bot_list ul li:hover .article a{
	color: #fff;
}
.part_1 .part_1_l .bot_list ul li:hover .article p{
	color: #fff;
}
.part_1 .part_1_l .bot_list ul li:hover .article span{
	color: #fff;
}
.part_1 .part_1_l .bot_list ul li .date{
	float: left;
	width: 13%;
	height: 83px;
	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{
	height: 70%;
	line-height: 58.8px;
	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{
	height: 30%;
	line-height: 25.2px;
	background-color: #fff;
	color: #ccc;
	font-weight: bold;
}
.part_1_l .bot_list ul li .article{
	float: left;
	width: 80%;
	height: 85px;
	margin-left: 5px;
	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{
	line-height: 25px;
	text-indent: 5px;
	font-weight: normal;
}
.part_1_l .bot_list ul li .article p{
	margin-top: 3px;
	font-size: 12px;
	padding: 0 5px;
	line-height: 30px;
	color: #999;
}
.part_1_l .bot_list ul li .article > a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.part_1_l .bot_list ul li .article span{
	display: block;
	width: 100%;
	line-height: 25px;
	text-indent: 5px;
	color: #999;
	font-size: 12px;
}
.wrap_con .part_1 .part_1_r h2{
	float: left;
	width: 50%;
}
.part_1 .part_1_r .more{
	float: right;
	width: 23%;
	height: 100px;
	line-height: 100px;
}
.part_1 .part_1_r .more span{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 8px;
	line-height: 30px;
	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");
}
.part_1 .part_1_r .more span.to_up{
	background: url("../image/to_up.jpg");
}
.part_1 .part_1_r .media_list{
	float: left;
	width: 100%;
	height: 496px;
	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: 92%;
	height: 110px;
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 20px;
	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 h3{
	font-weight: normal;
}
.part_1 .part_1_r .media_list ul li:hover{
	background-color: #e60012;
	color: #fff;
}
.part_1 .part_1_r .media_list ul li:hover p{
	color: #fff;
}
.part_1 .part_1_r .media_list ul li:hover > a{
	color: #fff;
}
.part_1 .part_1_r .media_list ul li:nth-child(3){
	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 .time{	
	font-size: 12px;
	color: #999;
}	
.part_1 .part_1_r .media_list ul li .content{
	font-size: 12px;
	line-height: 25px;
	color: #777;
	max-height: 50px;
    flex: 1;
}
.wrap_con .part_1 .pic_list{
	float: none;
	width: 95%;
	margin: 50px auto;
}
.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;
	float: left;
	width: 30%;
	height: 100%;
	margin-right: 5%;
	background-color: #f6f6f6;
}
.wrap_con .part_1 .pic_list ul li:nth-child(3){
	margin-right: 0;
}
.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 .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:hover .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,.2);
}
.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: 75px;
}
.part_1 .pic_list ul li .li_r p{
	padding: 8px 10% 0;
	line-height: 22px;
	color: #fff;
	margin-top: 15px;
}
.part_1 .pic_list ul li span{
	position: absolute;
	bottom: 5px;
	right: 0px;
	width: 50%;
	color: #999;
	line-height: 30px;
	text-align: left;
	text-indent: 10px;
}
.wrap_con2{
	width: 100%;
	height: 630px;
	background-color: #fafafa;
}
.wrap_con2 .part_2{
	width: 1200px;
	height: 100%;
	margin: auto;
	padding-top: 30px;
}
.wrap_con2 .part_2 > h2{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
}
.wrap_con2 .part_2 p{
	width: 70%;
	margin-top: 15px;
	line-height: 25px;
	color: #666;
}
.wrap_con2 .part_2 .about{
	float: left;
	width: 40%;
	height: 395px;
	margin-top: 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%;
	height: 50%;
	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: 160px;
	height: 40px;
	text-align: center;
	margin: auto;
	font-size: 12px;
	line-height: 20px;
}
.wrap_con2 .part_2 .about ul li span{
	display: inline-block;
	width: 64px;
	height: 67px;
	margin-top: 20px;
}
.wrap_con2 .part_2 .about ul li span.a_1{
	background: url("../image/about_1.jpg") no-repeat;
}
.wrap_con2 .part_2 .about ul li span.a_2{
	background: url("../image/about_2.jpg") no-repeat;
}
.wrap_con2 .part_2 .about ul li span.a_3{
	background: url("../image/about_3.jpg") no-repeat;
}
.wrap_con2 .part_2 .about ul li span.a_4{
	background: url("../image/about_4.jpg") no-repeat;
}
.wrap_con2 .part_2 .map{
	float: left;
	width: 60%;
	height: 395px;
	margin-top: 50px;
}
.wrap_con3{
	width: 100%;
	background-color: #fff;
}
.wrap_con3 .part_3{
	width: 1200px;
	height: 100%;
	margin: auto;
	padding-top: 30px;
}
.wrap_con3 .part_3 > h2{
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
}
.wrap_con3 .part_3 > .nav_cp{
	float: right;
	height: 50px;
}
.wrap_con3 .part_3 > .nav_cp li{
	float: left;
	height: 96%;
	margin-right: 15px;
	padding: 0 15px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.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;
	width: 100%;
	height: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.wrap_con3 .part_3 .cp ul.show{
	display: block;
}
.wrap_con3 .part_3 .cp ul li{
	float: left;
	width: 24.25%;
	height: 41%;
	margin-bottom: 3%;
	margin-right: 1%;
	background-color: #fff;
	cursor: pointer;
}
.wrap_con3 .part_3 .cp ul li:hover p{
	background-color: #e60012;
	color: #fff;
	font-weight: bold;
}
.wrap_con3 .part_3 .cp ul li:nth-child(4){
	margin-right: 0;
}
.wrap_con3 .part_3 .cp ul li:nth-child(5){
	margin-bottom: 0;
}
.wrap_con3 .part_3 .cp ul li:nth-child(6){
	margin-bottom: 0;
}
.wrap_con3 .part_3 .cp ul li:nth-child(7){
	margin-bottom: 0;
}
.wrap_con3 .part_3 .cp ul li:nth-child(8){
	margin-bottom: 0;
	margin-right: 0;
}
.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: 187px;
	overflow: hidden;
}
.wrap_con3 .part_3 .cp ul li > div: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);
}
.wrap_con3 .part_3 .cp ul li p{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.wrap_con3 .part_3 .readmore{
	margin-bottom: 15px;
}
.wrap_con3 .part_3 .readmore a{
	display: block;
	width: 250px;
	height: 40px;
	margin: 0 auto 30px;
	line-height: 40px;
	text-align: center;
	color: #666;
	border: 1px solid #999;
}
.wrap_con3 .part_3 .readmore a:hover{
	background-color: #e60012;
	color: #fff;
	border-color: #e60012;
}
.wrap_con4{
	width: 100%;
	background-color: #f2f2f2;
	padding-bottom: 50px;
}
.wrap_con4 .part_4{
	width: 1200px;
	height: 100%;
	margin: auto;
	padding-top: 30px;
}
.wrap_con4 .part_4 > h2{
	width: 100%;
	height: 50px;
	margin-bottom: 40px;
	line-height: 50px;
	font-size: 30px;
}
.wrap_con4 .part_4 .zxxt_nav{
	display: none;
}
.wrap_con4 .part_4 ul{
	overflow: hidden;
}
.wrap_con4 .part_4 ul li{
	float: left;
	width: 23%;
	height: 420px;
	margin-right: 2.66%;
	background-color: #fff;
}
.wrap_con4 .part_4 ul li:last-child{
	margin-right: 0;
}
.wrap_con4 .part_4 ul li .img{
	width: 100%;
	overflow: hidden;
}
.wrap_con4 .part_4 ul li .img: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);
}
.wrap_con4 .part_4 ul li .img img{
	display: block;
	width: 100%;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}
.wrap_con4 .part_4 ul li .know{
	width: 100%;
	height: 250px;
}
.wrap_con4 .part_4 ul li .know h3{
	line-height: 45px;
	text-indent: 15px;
}
.wrap_con4 .part_4 ul li .know p{
	text-indent: 15px;
	line-height: 27px;
	color: #666;
	font-size: 12px;
	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 li .know p:hover{
	color: #fff;
	background-color: #e60012;
	text-indent: 2em;
}

/* 主体 */
/* 网页底部 */
#footer{
	position: relative;
	width: 100%;
	background-color: #333;
}
.foot_t{
	width: 100%;
	padding: 15px 0;	
}
.foot_t .foot_top{
	position: relative;
	width: 1200px;
	height: 100%;
	margin: auto;
}
.foot_t .foot_top .top_l{
	float: left;
	width: 72%;
	height: 100%;
}
.foot_t .foot_top .top_l dl{
	float: left;
	width: 12.5%;
	margin-top: 35px;
}
.foot_t .foot_top .top_l dl dt{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 25px;
}
.foot_t .foot_top .top_l dl dt a{
	color: #fff;
}
.foot_t .foot_top .top_l dl dd{
	line-height: 25px;
	margin-top: 5px;
}
.foot_t .foot_top .top_l dl dd a{
	color: #666;
}
.foot_t .foot_top .tmall{
	float: left;
	padding: 0 5px;
	margin-top: 35px
}
.foot_t .foot_top .tmall img{
	display: block;
	width: 50px;
	margin: auto;
}
.foot_t .foot_top .tmall img.tmall-1{
	border-radius: 5px;
}
.foot_t .foot_top .tmall p{
	color: #aaa;
}
.foot_t .foot_top .to_topss{
	position: absolute;
	bottom: 0px;
	right: 0;
	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: right;
	margin-top: 35px;
	color: #FFf;
	text-align: right;
}
.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;
}
.foot_t .foot_top .top_r .p3{
	line-height: 20px;
	color: #666;
}
.foot_t .foot_top .top_r .qrcode{
	display: inline-block;
	width: 110px;
	font-size: 12px;
}
.foot_t .foot_top .top_r .qrcode img{
	display: block;
	width: 100%;
}
.foot_d{
	width: 100%;
	padding: 15px 0;
	border-top: 1px solid #4c4c4c;
}
.foot_d .foot_down{
	width: 1200px;
	margin: auto;
}
.foot_d .foot_down .down_t{
	width: 100%;
	height: 30px;
}
.foot_d .foot_down .down_t a{
	color: #666;
}
.foot_d .foot_down .down_t ul{
	float: left;
}
.foot_d .foot_down .down_t ul li{
	float: left;
	width: 77px;
	border-right: 1px solid #666;
	margin-left: 30px;
	color: #666;
}
.foot_d .foot_down .down_t ul li:first-child{
	margin: 0;
}
.foot_d .foot_down .down_t ul li:last-child{
	border: none;
}
.foot_d .foot_down .down_t > p{
	float: right;
	color: #666;
}
.foot_d .foot_down .down_d{
	color: #666;
}
.foot_d .foot_down .down_d a{
	display: inline-block;
	color: #666;
	padding: 0 10px;
	border-right: 1px solid #666;
}
/* 网页底部 */

/* 关于恒峰 *//* 恒峰简介 */
.wrap{
	width: 100%;
}
.about_down{
	width: 100%;
	margin-bottom: 50px;
}
.about_down .about_us{
	width: 1200px;
	height: 100%;
	margin: 30px auto 0;
}
.about_down .about_us h2{
	line-height: 50px;
	font-size: 32px;
	color: #e60012;
	text-align: center;
	margin-bottom: 50px;
}
.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 .txt_bt{
	text-indent: 2em;
	line-height: 30px;
    font-size: 16px;
    color: #444;
}
.about_down .about_us .about_us_con .txt_bta a{
	line-height: 30px;
    font-size: 16px;
    color: #444;
}
.about_down .about_us .about_us_con ul li .p_none{
	display: none;
}
.about_down .about_us .about_us_con ul li > div{
	float: left;
	width: 48%;
	margin-right: 4%;
}	
.about_down .about_us .about_us_con ul li .r{
	margin-right: 0;
}
.about_down .about_us .about_us_con ul li .txt p{
	text-indent: 2em;
	line-height: 30px;
	font-size: 16px;
	color: #444;
}
.about_down .about_us .about_us_con ul li .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
/* 关于恒峰 *//* 恒峰简介 */

/* 关于恒峰 *//* 恒峰工艺 */
.gongyi{
	width: 100%;
	margin-bottom: 50px;
}
.gongyi .gongyi_t{
	width: 1200px;
	height: 100%;
	margin: 30px auto 0;
}
.gongyi .gongyi_t h2{
	width: 1000px;
	margin: auto;
	line-height: 50px;
	font-size: 30px;
	color: #e60012;
}
.gongyi .gongyi_t .gy_content p{
	line-height: 25px;
	text-indent: 2em;
	margin: 20px 0;
	color: #989898;
	font-size: 16px;
}
.gongyi .gy_content{
	width: 1000px;
	margin: auto;
}
.gongyi .gy_content .lr p{
	float: left;
	width: 65%;
	margin: 0 10% 0 0;
	line-height: 40px;
}
.gongyi .gy_content .lr p.p2{
	width: 20%;
	margin-left: 5%;
	margin-right: 0;
}
.gongyi .gy_content p img{
	display: block;
	width: 100%;
}
/* 关于恒峰 *//* 恒峰工艺 */

/* 关于恒峰 *//* 企业文化 */
.qywh{
	width: 100%;
}
.qywh .qywh_con{
	width: 1200px;
	margin: auto;
}
.qywh .qywh_con .qywh_tit{
	display: flex;
	width: 100%;
	margin-top: 50px;
}
.qywh .qywh_con .qywh_tit li{
	width: 300px;
	height: 200px;
	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: 50px 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%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: bolder;
	color: #333;
}
.qywh .qywh_con .qywh_tit li:hover i{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}
.qywh .qywh_con .qywh_tit li:hover div{
	color: #e60012;
}
.qywh .qywh_con .qywh_list{
	width: 100%;
}
.qywh .qywh_con .qywh_list li{
	height: 330px;
	margin: 30px 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: 32%;
	padding: 3% 4%;
}
.qywh .qywh_con .qywh_list li .wh_l h3{
	width: 80%;
	line-height: 50px;
	font-size: 20px;
	color: #e60012;
}
.qywh .qywh_con .qywh_list li .wh_l p{
	line-height: 25px;
	color: #888;
}
.qywh .qywh_con .qywh_list li .wh_l p:last-child{
	color: #666;
}
.qywh .qywh_con .qywh_list li .wh_r{
	float: left;
	width: 60%;
	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 p{
	color: #fff;
}
.qywh .qywh_con .qywh_list li:hover .wh_l h3{
	color: #fff;
}
.qywh .qywh_con .qywh_list li:hover .wh_r 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);
}
/* 关于恒峰 *//* 企业文化 */
/* 关于恒峰 *//* 发展历程 */
.progress_box{
	width: 100%;
	background-color: #f1f4f6;
}
.progress_box .progress_con{
	width: 1200px;
	height: 100%;
	margin: auto;
}
.progress_box .progress_con .progress_l{
	float: left;
	width: 24%;
	height: 100%;
	margin-right: 1%;
}
.progress_box .progress_con .progress_l ul{
	width: 100%;
	height: 100%;
	margin-top: 50px;
}
.progress_box .progress_con .progress_l ul li:first-child{
	border-top: 1px solid #d2d2d2;
}
.progress_box .progress_con .progress_l ul li{
	position: relative;
	width: 80%;
	height: 145px;
	background-color: #f1f4f6;
	border-bottom: 1px solid #d2d2d2;
	color: #000;
	cursor: pointer;
}
.progress_box .progress_con .progress_l ul li.on{
	background-color: #e60012;
	color: #fff;
}
.progress_box .progress_con .progress_l ul li:before{
	content: "";
	position: absolute;
	right: -30px;
	top: 45%;
	width: 0;
	height: 0;
	border: 15px solid #f1f4f6;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
}
.progress_box .progress_con .progress_l ul li.on:before{
	border: 15px solid #e60012;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
}
.progress_box .progress_con .progress_l ul li .year{
	line-height: 80px;
	text-align: center;
	font-size: 30px;
	font-weight: bolder;
}
.progress_box .progress_con .progress_l ul li .year_tit{
	line-height: 50px;
	text-align: center;
	font-size: 20px;
}
.progress_box .progress_con .progress_r{
	position: relative;
	float: left;
	width: 74%;
	border-left: 1px solid #000;
	margin-top: 2%;
}
.progress_box .progress_con .progress_r > ul{
	display: none;
	width: 95%;
	height: auto;
	margin-left: 6%;
}
.progress_box .progress_con .progress_r > ul > li{
	position: relative;
	background-color: #fff;
	padding: 50px 30px;
	margin-bottom: 30px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
}
.progress_box .progress_con .progress_r > ul > li:before{
	position: absolute;
	left: -7.5%;
	top: 45%;
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background-color: #f1f4f6;
	border: 2px solid #e60012;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
}
.progress_box .progress_con .progress_r > ul > li:hover{
	background-color: #e60012;
	color: #fff;
}
.progress_box .progress_con .progress_r > ul > li:hover ul li{
	color: #fff;
}
.progress_box .progress_con .progress_r > ul > li:hover:before{
	background-color: #e60012;
	border-color: #fff;
}
.progress_box .progress_con .progress_r > ul > li:after{
	content: "";
	position: absolute;
	left: -30px;
	top: 43%;
	width: 0;
	height: 0;
	border: 15px solid #fff;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
}
.progress_box .progress_con .progress_r > ul > li:hover:after{
	border-right-color: #e60012;
}
.progress_box .progress_con .progress_r > ul > li h4{
	line-height: 40px;
	font-size: 25px;
	font-weight: 700;
	font-family: 'Impact';
}
.progress_box .progress_con .progress_r > ul > li ul{
	margin-top: 15px;
}
.progress_box .progress_con .progress_r > ul > li ul li{
	line-height: 30px;
	color: #545454;
}

/* 关于恒峰 *//* 发展历程 */
/* 关于恒峰 *//* 董事长致辞 */
.dsz{
	width: 100%;
}
.dsz .dsz_con{
	width: 1000px;
	margin: 20px auto 0;
}
.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 .p_none{
	display: none;
}
.dsz .dsz_con ul li > div{
	float: left;
	width: 48%;
	margin-right: 4%;
}	
.dsz .dsz_con ul li .r{
	margin-right: 0;
}
.dsz .dsz_con ul li .txt p{
	text-indent: 2em;
	line-height: 35px;
	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: 1200px;
	margin: auto;
}
.ryzz .ryzz_con ul{
	margin-top: 20px;
	margin-bottom: 30px;
}
.ryzz .ryzz_con ul li{
	float: left;
	width: 30%;
	height: 300px;
	margin-right: 3%;
	margin-bottom: 15px;
	background-color: #ececec;
	cursor: pointer;
}
.ryzz .ryzz_con ul li:hover .pic .shadow{
	opacity: 1;
}
.ryzz .ryzz_con ul li:hover .pic 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);
}
.ryzz .ryzz_con ul li:hover .pt{
	background-color: #e60012;
	color: #fff;
}
.ryzz .ryzz_con ul li .pic{
	position: relative;
	width: 100%;
	height: 80%;
	overflow: hidden;
}
.ryzz .ryzz_con ul li .pic img{
	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%;
	height: 20%;
	text-align: center;
	line-height: 55px;
}
.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: -39px;
	margin-left: -39px;
	width: 78px;
	height: 78px;
	background: url("../image/icon.png");
}
/* 大图 */
.bigImg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
} 
.bigImg .smallPrev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 80px;
}  
.bigImg .smallNext {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 80px;
} 
.bigImg .smallPrev img,.bigImg .smallNext img {
    padding: 20px;
}  
.detailInfoLeft {
    background: rgba(0, 0, 0, 0.7);
    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;
    z-index: 88;
    max-width: 1000px;
    max-height: 750px;
    margin: auto;
    border: 2px solid #fff;
}
.dispaly_blo {
    display: block !important;
}
.i_close {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 20px;
}
/* 大图 */
/* 关于恒峰 *//* 荣誉资质 */

/* 装修学堂 */
.wrap .zhuangxiu{
	background-image: url("../image/zxxt.jpg");
	background-attachment: fixed;
}
.zxxt{
	width: 100%;
}
.zxxt .zxxt_con{ 
	width: 1200px;
	margin: auto;
}
.zxxt .zxxt_con .zxxt_tit{
	width: 100%;
    line-height: 50px;
    font-size: 20px;
    border-bottom: 1px solid #e5e5e5;
    color: #e60012;
}

.zxxt .zxxt_con > ul{
	width: 100%;
	margin: 30px 0;
}
.zxxt .zxxt_con ul li{
	width: 100%;
	height: 175px;
	transition: .3s;
}
.zxxt .zxxt_con ul li .date{
	float: left;
	width: 15%;
	height: 125px;
	padding-top: 50px;
	text-align: center;
	color: #c8c8c8;
	font-size: 14px;
	transition: .3s;
}
.zxxt .zxxt_con ul li .date .day{
	display: block;
	font-size: 44px;
	font-weight: bold;
}
.zxxt .zxxt_con ul li .right{
	float: left;
	width: 80%;
	height: 125px;
	margin-left: 5%;
	padding: 25px 0;
}
.zxxt .zxxt_con ul li .right h4{
	line-height: 40px;
	font-size: 18px;
	font-weight: normal;
	color: #585858;
	transition: .3s;
}
.zxxt .zxxt_con ul li .right p{
	line-height: 40px;
	color: #767676;
}
.zxxt .zxxt_con ul li .right p.phone_p{
	display: none;
}
.zxxt .zxxt_con ul li .right .more{
	display: inline-block;
	line-height: 40px;
	color: #aaa;
	transition: .3s;
}
.zxxt .zxxt_con ul li:hover{
	background-color: #f4f4f4;
}
.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");
	background-attachment: fixed;
}
.news_list{
	width: 100%;
	background-color: #f5f5f5;
}
.news_list .news_ul{
	width: 1200px;
	margin: auto;
}
.news_list .news_ul li{
	position: relative;
	float: left;
	width: 30%;
	height: 300px;
	margin-right: 5%;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #fff;
	overflow: hidden;
}
.news_list .news_ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.news_list .news_ul li:nth-child(3){
	margin-right: 0;
}
.news_list .news_ul li:nth-child(6){
	margin-right: 0;
}
.news_list .news_ul li .li_pic{
	width: 100%;
	height: 70%;
	overflow: hidden;
}
.news_list .news_ul li:hover .li_pic 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);
}
.news_list .news_ul li .li_pic img{
	width: 100%;
	height: 100%;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}
.news_list .news_ul li .news_con{
	width: 90%;
	height: 27%;
	padding: 3% 5% 0;
}
.news_list .news_ul li .news_con h3{
	width: 100%;
	text-align: left;
	line-height: 23px;
	border-bottom: 1px solid #f2f2f2;
}
.news_list .news_ul li .news_con p{
	width: 100%;
	height: 40%;
	color: #6f6f6f;
	line-height: 20px;
	margin-top: 1%;
	font-size: 12px;
	border-bottom: 1px solid #f2f2f2;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.news_list .news_ul li .news_con .time{
	line-height: 35px;
	color: #6f6f6f;
}
.news_list .news_ul li > span{
	position: absolute;
	transition: .4s;
}
.news_list .news_ul li > span.top_line{
	top: 0;
	left: -100%;
	width: 100%;
	height: 3px;
	background-color: #e60012;
}
.news_list .news_ul li > span.right_line{
	right: 0;
	top: -100%;
	width: 3px;
	height: 100%;
	background-color: #e60012;
}
.news_list .news_ul li > span.bottom_line{
	bottom: 0;
	left: 100%;
	width: 100%;
	height: 3px;
	background-color: #e60012;
}
.news_list .news_ul li > span.left_line{
	left: 0;
	top: 100%;
	width: 3px;
	height: 100%;
	background-color: #e60012;
}
.news_list .news_ul li:hover > span.top_line{
	left: 0;
}
.news_list .news_ul li:hover > span.right_line{
	top: 0;
}
.news_list .news_ul li:hover > span.bottom_line{
	left: 0;
}
.news_list .news_ul li:hover > span.left_line{
	top: 0;
}
/* 公用翻页样式 */
.page_box{
	width: 100%;
	height: 120px;
	text-align: center;
	background-color: #f5f5f5;
}
.page_box .page_con{
	display: inline-block;
	width: auto;
	margin: auto;
	padding-top: 35px;
	text-align: center;
}
.page_box .page_con .pre-list{
	float: left;
	width: 80px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #e60012;
	border: 1px solid #eee;
	margin-right: 5px;
	background-color: #fff;
}
.page_box .page_con .pre-list a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #e60012;
}
.page_box .page_con > a{
	float: left;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	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: 80px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #e60012;
	border: 1px solid #eee;
	margin-right: 5px;
	background-color: #fff;
}	

.page_box .page_con .next-list a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #e60012;
}
/* 企业动态 *//* 恒峰动态 媒体关注 行业新闻 */

/* 企业动态 *//* 恒峰员工 */
.employees{
	width: 100%;
	background-color: #f5f5f5;
}
.employees_cont{
	width: 1200px;
	margin: auto;
	padding-top: 30px;
}
.employees_cont h3{
	text-align: center;
	line-height: 60px;
	font-size: 35px;
	margin-bottom: 30px;
}
.employees_cont ul li{
	float: left;
	width: 32%;
	height: 260px;
	margin-right: 2%;
	margin-bottom: 30px; 
	cursor: pointer;
	overflow: hidden;
}
.employees_cont ul li:nth-child(3n){
	margin-right: 0;
}
.employees_cont 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_cont 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");
	background-attachment: fixed;
}
.cpzx_list{
	width: 100%;
	background-color: #e3e3e3;
	padding-top: 30px;
}
.cpzx_list .cp_tit{
	width: 1200px;
	margin: auto;
	line-height: 50px;
	font-size: 20px;
}
.cpzx_list .cp_tit h2{
	color: #e60012;
}
.cpzx_list .cpzx_ul{
	width: 1200px;
	margin: 30px auto 0;
	padding-bottom: 30px;
}
.cpzx_list .cpzx_ul li{
	position: relative;
	float: left;
	width: 30%;
	height: 274px;
	margin-right: 5%;
	margin-bottom: 30px;
	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{
	display: block;
	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(3n){
	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{
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	margin-top: -107px;
	margin-left: -40%;
	width: 80%;
	height: 214px;
	background: rgba(0,0,0,.7);
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}
.cpzx_list .cpzx_ul li:hover .cpzx_con .cp_center{
	opacity: 1;
}
.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: 50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
/* 产品中心 */
/* 工程案例 */
.wrap .gongcheng{
	background-image: url("../image/gcal.jpg");
	background-attachment: fixed;
}
/* 工程案例 */
/* 客户美装 */
.mz_content{
	padding-top: 30px;
	background-color: #e3e3e3;
}
.mz_tit{
	width: 1200px;
    margin: auto;
    line-height: 50px;
    font-size: 20px;
}
.mz_tit h2{
    color: #e60012;
}
/* 客户美装 */
/* 样板一隅 */
.phone_ybyy{
	display: none;
}
/* 样板一隅 */
/* 招商加盟 */
.wrap .jiameng{
	background-image: url("../image/zsjm.jpg");
	background-attachment: fixed;
}
.zsjm{
	width: 100%;
}
.zsjm .zsjm_con{
	width: 1200px;
	margin: 30px auto 0;
}
.zsjm .zsjm_con .zsjm_tit{
	width: 100%;
	margin: 30px 0 40px;	
}
.zsjm .zsjm_con .zsjm_tit h3{
	line-height: 35px;
	font-size: 22px;
	color: #e60012;
}

/* 加盟支持 */
.zsjm .zsjm_con .part_1{
	width: 100%;
	height: 520px;
	margin: 20px auto 0;
	background: url("../image/jmjm13.jpg") no-repeat center center/100%;
}
.zsjm .zsjm_con .part_1 ul{
	width: 100%;
	height: 100%;
}
.zsjm .zsjm_con .part_1 ul li{
	float: left;
	width: 20%;
	height: 50%;
	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;
}
.zsjm .zsjm_con .part_1 ul li .pic_1{
	display: none;
    margin-left: 80px;
    margin-top: 45px;
}
.zsjm .zsjm_con .part_1 ul li .pic_2{
	display: none;
}
.zsjm .zsjm_con .part_1 ul li p{
	color: #fff;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}
.zsjm .zsjm_con .part_1 ul li .ch{
	padding-top: 90px;
}
.zsjm .zsjm_con .part_1 ul li span{
	width: 23px;
    height: 1px;
    background: #fff;
    margin-left: 108px;
    margin-top: 10px;
    display: block;
}
.zsjm .zsjm_con .part_1 ul li:hover{
	background-color: #e60012;
}
.zsjm .zsjm_con .part_1 ul li:hover .pic_1{
	display: block;
} 
.zsjm .zsjm_con .part_1 ul li:hover .ch{
	padding-top: 10px;
}

/* 加盟政策 */
.zsjm .zsjm_con .part_2{
	width: 100%;
	margin: 20px 0;
}
.zsjm .zsjm_con .part_2 p{
	line-height: 25px;
	margin-top: 10px;
}
/* 加盟流程 */
.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: 16.66%;
    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 45px 0px 5px;
    color: #646464;
    height: 135px;
}
.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%;
	height: auto !important;
	overflow: hidden;
}

/* 招商加盟 */
/* 服务中心 */
.wrap .fuwu{
	background-image: url("../image/fwzx.jpg");
	background-attachment: fixed;
}
.fwln{
	width: 100%;
	background-color: #f8f8f8;
}
.fwln .fwln_con{
	width: 1200px;
	margin: auto;
	padding-top: 50px;	
}
.fwln .fwln_con .part_1{
	width: 100%;
	height: 213px;
}
.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%;
	height: 60px;
	padding: 20px 0;
	line-height: 30px;
	margin: 60px auto; 
	text-align: center;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
.fwln .fwln_con .part_3{
	width: 100%;
	height: 945px;
}
.fwln .fwln_con .part_3 .fw_tit{
	text-align: center;
}
.fwln .fwln_con .part_3 .fw_tit h2{
	font-size: 33px;
	font-weight: normal;
}
.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%;
	height: 730px;
	margin-top: 60px;
}
.fwln .fwln_con .part_3 .fw_box ul{
	width: 100%;
	height: 100%;
}
.fwln .fwln_con .part_3 .fw_box ul .lis{
	position: relative;
	float: left;
	width: 50%;
	height: 50%;
}
.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;
}
.fwln .fwln_con .part_3 .fw_box ul .lis_2 .bg_kf{
	background: url("../image/kf_2.jpg") no-repeat;
}
.fwln .fwln_con .part_3 .fw_box ul .lis_3 .bg_kf{
	background: url("../image/kf_3.jpg") no-repeat;
}
.fwln .fwln_con .part_3 .fw_box ul .lis_4 .bg_kf{
	background: url("../image/kf_4.jpg") no-repeat;
}
.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: 480px;
	margin-top: 30px;
	line-height: 30px;
	color: #fff;
}

.fwln .fwln_con .part_3 .fw_box ul .lis .lis_tit{
	position: absolute;
	top: 10%;
	left: 10%;
	z-index: 3;
	width: 100%;
	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;
}
.same_content .part_4{
	width: 100%;
	height: 700px;
	margin-top: 50px;
	background-color: #fff;
}
.same_content .part_4 .part_4_con{
	width: 1200px;
	margin: auto;
}
.same_content .part_4 .part_4_con .part_tit{
	text-align: center;
	margin-top: 65px;
}
.same_content .part_4 .part_4_con .part_tit h2{
	font-size: 33px;
	font-weight: normal;
}
.same_content .part_4 .part_4_con .part_tit span{
	display: inline-block;
	width: 70px;
	height: 2px;
	margin-top: 30px;
	background-color: #aaa;
}

.same_content .part_4 .part_4_con .part_4_l{
	float: left;
	width: 50%;
	height: 410px;
	margin-top: 80px;
	background: url("../image/map_2.jpg") no-repeat;
}

.same_content .part_4 .part_4_con .part_4_r{
	float: left;
	width: 50%;
	height: 100%;
	margin-top: 80px;
}

/* 服务中心 */
/* 联系我们 *//* 联系我们 */
.wrap .lianxi{
	background-image: url("../image/lxwm.jpg");
}
.lxwm{
	width: 100%;
}
.lxwm .lxwm_con{
	width: 1200px;
	margin: auto;	
}
.lxwm .lxwm_con .lxwm_tit{
	width: 100%;
	margin-top: 30px;
	border-bottom: 1px solid #e5e5e5;	
}
.lxwm .lxwm_con .lxwm_tit h3{
	line-height: 35px;
	font-size: 22px;
	color: #e60012;
}
.lxwm .lxwm_con .lxwm_list{
	width: 100%;
	margin-top: 30px;
}
.lxwm .lxwm_con .lxwm_list ul li{
	float: left;
	width: 30%;
	height: 180px;
	margin-right: 5%;
}
.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: 80px;
	height: 80px;
	margin-top: 50px;
	margin-left: 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;
	padding: 10px 10px;
	margin-top: 50px;
	line-height: 20px;
}
.lxwm .lxwm_con .map_box{
	margin-bottom: 50px;
}
.lxwm .lxwm_con .map_box > div{
	width: 100%;
	height: 450px;
	border: 1px solid #ccc;
}
/* 联系我们 *//* 联系我们 */
/* 联系我们 *//* 招聘人才 */
.wrap .lianxi{
	background-image: url("../image/lxwm.jpg");
	background-attachment: fixed;
}
.zprc{
	width: 100%;
}
.zprc .zprc_con{
	width: 1200px;
	margin: auto;
}
.zprc .zprc_con .zprc_tit{
	width: 100%;
	margin-top: 30px;
	border-bottom: 1px solid #e5e5e5;	
}
.zprc .zprc_con .zprc_tit h3{
	line-height: 35px;
	font-size: 22px;
	color: #e60012;
}
.zprc .zprc_con .zprc_list{
	width: 100%;
	margin-top: 30px;
}
.zprc .zprc_con .zprc_list ul{
	width: 1200px;
	margin: auto;
}
.zprc .zprc_con .zprc_list ul li{
	float: left;
	width: 30%;
	height: 250px;
}
.zprc .zprc_con .zprc_list ul li:nth-child(2){
	margin: 0 5%;
}
.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;
	margin: auto;
	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: 30px;
}
.zprc .zprc_con .zprc_down h3{
	line-height: 50px;
	text-align: center;
	color: #e60012;
	font-size: 25px;
	margin-bottom: 30px;
}
.zprc .zprc_con .zprc_down .zpxx{
	width: 100%;
	margin-bottom: 50px;
}
.zprc .zprc_con .zprc_down .zpxx ul{
	background-color: #e5e5e5;
}
.zprc .zprc_con .zprc_down .zpxx ul li{
	width: 100%;
	height: 50px;
	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%;
	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: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;
}
/* 联系我们 *//* 招聘人才 */
/* 企业动态内容页 */
.wrap .reirongye{
	background-image: url("../image/nr_bg.jpg");
}
.article_con{
	width: 100%;
	padding-top: 20px;
}
.article_con .article{
	width: 1200px;
	margin: auto;
}
.article_con .article .article_tit{
	width: 100%;
	border-bottom: 1px dotted #e60012;
}
.article_con .article .article_tit h2{
	line-height: 50px;
	color: #555;
	font-size: 30px;
	text-align: center;
}
.article_con .article .article_tit .tools{
	height: 46px;
	line-height: 46px;
	padding: 20px 0 10px;
}
.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: 24px;
	color: #c7c7c7;
}
.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: 24px;
}
.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{
	display: block;
	max-width: 100%;
	margin: auto;
}
.next_prev{
	width: 100%;
	padding-bottom: 50px;
}
.next_prev .web_page{
	width: 1200px;
	margin: auto;
}
.next_prev .web_page li{
	width: 100%;
	line-height: 60px;
	border-bottom: 1px solid #ccc;
	padding-right: 28px;
	font-size: 18px;
	overflow: hidden;
}
.next_prev .web_page li:first-child{
	border-top: 1px solid #ccc;
}
.next_prev .web_page li .mark{
	float: left;
	margin-right: 25px;
	padding: 0 28px;
	color: #c7c7c7;
}
.next_prev .web_page li:hover .mark{
	background-color: #e60012;
	color: #fff;
}
.next_prev .web_page li > a{
	float: left;
	width: 68%;
	color: #666;
	font-size: 16px;
}
.next_prev .web_page li .mark_time{
	float: right;
	font-size: 13px;
	color: #969696;
}
.next_prev .phone_page{
	display: none;
}
/* 企业动态内容页 */
/* 案例内容页 */
.pic_art_box{
	width: 100%;
	background-color: #f5f5f5;
}
.pic_art_con{
	width: 1200px;
	margin: auto;
	padding: 25px 0;
}
.pic_art_con h1{
	line-height: 70px;
	text-align: center;
	font-size: 35px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #333;
}
.pic_art_con ul li{
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 30px;
}
.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);
}
/* 案例内容页 */
/* 公同样式 */
.top_pic{
	width: 100%;
	height: 400px;
	background: url("../image/gyhf.jpg") no-repeat center top;
	background-attachment: fixed;
}
.same_content{
	width: 100%;
}
.same_content .same_nav{
	width: 100%;
	height: 75px;
	background-color: #fff;
}
.same_content .same_nav .nav_con{
	width: 1200px;
	height: 100%;
	margin: auto;
}
.same_content .same_nav .nav_con .nav_l{
	float: left;
	width: 30%;
	height: 100%;
	line-height: 75px;
	color: #999;
}
.same_content .same_nav .nav_con .nav_l > a{
	display: inline-block;
	margin: 0 10px 0 0;
	color: #999;
}
.same_content .same_nav .nav_con .nav_l > a:hover{
	color: #e60012;
}
.same_content .same_nav .nav_con .nav_l .a1{
	width: 50px;
	height: 75px;
	text-align: right;
	background: url("../image/ico-home.png") no-repeat center left;
	vertical-align: middle;
}
.same_content .same_nav .nav_con .nav_r{
	float: right;
	width: 70%;
	height: 100%;
}
.same_nav .nav_con .nav_r .nav_r_r{
	float: right;
}
.same_nav .nav_con .nav_r .nav_r_r span{
	float: left;
	line-height: 52px;
	text-align: center;
	padding: 10px 15px;
	margin-right: 10px;
}
.same_nav .nav_con .nav_r .nav_r_r span:last-child{
	margin-right: 0;
}
.same_nav .nav_con .nav_r .nav_r_r span a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #666;
}
.same_nav .nav_con .nav_r .nav_r_r span.on{
	border-bottom: 3px solid #e60012;
}
.same_nav .nav_con .nav_r .nav_r_r span:hover{
	border-bottom: 3px solid #e60012;
}

/* 湖州市、南浔区市场监督管理局领导莅临指导恒峰家居 文章单独控制样式*/
.first_line,.second_line,.third_line{
	margin-bottom: 15px;
	font-family: 'LiSu',Verdana,Helvetica,Arial,sans-serif;
	font-size: 20px;
	color: #333;
}
.ar_l_1{
	float: left;
	width: 30%;
	margin: 0 5% 0 15%;
}
.ar_r_1{
	float: left;
	width: 30%;
	margin: 0 15% 0 5%;
}
.ar_c_1{
	width: 70%;
	margin: 20px auto;
	font-family: 'LiSu',Verdana,Helvetica,Arial,sans-serif;
	font-size: 20px;
	color: #333;
	line-height: 30px;	
}
.ar_pic img{
	display: block;
	width: 100%;
}
.ar_pic_2{
	margin-top: 50px;
}
.ar_txt_1{
	line-height: 45px;
}
.ar_txt_2{
	line-height: 30px;
}