﻿*{

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    -ms-box-sizing: border-box;

    -webkit-tap-highlight-color: transparent;

}


a{color:#333;}
a:focus{

	outline: none;

}



@media screen and (max-width:768px){

	body{ 

		padding-top: 64px;

	}

}



.header-wrap{

	position: fixed;

	display: block;

	width: 100%;

	top:0px;

	left:0;

	z-index: 9999;

	background-color: #000;

	background-color: rgba(0,0,0,0.6);

	-webkit-transition: 0.3s ease;

	-moz-transition: 0.3s ease;

	-ms-transition: 0.3s ease;

	-o-transition: 0.3s ease;

	transition: 0.3s ease;

}






.header-wrap.fixed{

	background-color: rgba(0,0,0,0.8);

}





.section-box{

	display: block;

	width: 100%;

	max-width: 1130px;

	padding: 0 15px;

	margin: 0 auto;

}



.header{

	display: block;

	position: relative;

}






.header .logo{

	display: block;

	float: left;

	padding: 12px 0;

	-webkit-transition: 0.3s ease;

	-moz-transition: 0.3s ease;

	-ms-transition: 0.3s ease;

	-o-transition: 0.3s ease;

	transition: 0.3s ease;

}



.header-wrap.fixed .header .logo{

	padding: 8px 0;

}






.header .logo img{

	display: block;

	height: 76px;

	-webkit-transition: 0.3s ease;

	-moz-transition: 0.3s ease;

	-ms-transition: 0.3s ease;

	-o-transition: 0.3s ease;

	transition: 0.3s ease;

}




.header-wrap.fixed .header .logo img{

	height: 40px;

}



.header .nav{

	display: block;

	float: left; margin-left:30px;

	font-family: "Simsun";

}



.header .dianh{ font-family: "Microsoft Yahei";color:#ffffff; height:100px; line-height:100px; font-size:18px; font-weight:bold; float:right; }

.fixed .header .dianh{ font-family: "Microsoft Yahei"; color:#ffffff; height:60px; line-height:60px; font-size:18px; font-weight:bold; float:right; }






.header .nav>li{

	position: relative;

	display: block;

	float: left;

	height: 100px;

	padding-top: 40px;

	font-size: 16px;

	-webkit-transition: 0.2s ease;

	-moz-transition: 0.2s ease;

	-ms-transition: 0.2s ease;

	-o-transition: 0.2s ease;

	transition: 0.2s ease;

}







.header-wrap.fixed .header .nav>li{

	padding-top: 18px;

	height: 60px;

}




.header .nav>li>a{

	display: block;

	color: #fff;

	padding: 0 20px;

	-webkit-transition: 0.3s ease;

	-moz-transition: 0.3s ease;

	-ms-transition: 0.3s ease;

	-o-transition: 0.3s ease;

	transition: 0.3s ease;

}









.header .nav>li>a:after{

	display: block;

	position: absolute;

	content:"-";

	width: 40px;

	height: 0px;

	background-color: #fff;

	color: #fff;

	bottom:20px;

	left:50%;

	margin-left: -20px;

	overflow: hidden;

	-webkit-transition: 0.2s ease;

	-moz-transition: 0.2s ease;

	-ms-transition: 0.2s ease;

	-o-transition: 0.2s ease;

	transition: 0.2s ease;

}



.header .nav>li:hover>a,.header>ul>.active>a{

	color: #ccc;

}



.header .nav>li:hover>a:after{

	height: 3px;

	bottom:20px;

}



.header-wrap.fixed .header .nav>li:hover>a:after{

	bottom:8px;

}



.header .nav>li .dropdown{

	display: none;

	position: absolute;

	width: 234px;

	top:100%;

	border-top: 3px solid #000;

	background-color: #000;

	background-color: rgba(32,32,32,0.9);

}





.header .nav>li .dropdown li{

	display: block;

	height: 40px;

	line-height: 40px;

}






.header .nav>li .dropdown li a{

	display: block;

	padding: 0 20px;

	color: #fff;

	-webkit-transition: 0.2s ease;

	-moz-transition: 0.2s ease;

	-ms-transition: 0.2s ease;

	-o-transition: 0.2s ease;

	transition: 0.2s ease;

}





.header .nav>li .dropdown li a:hover{

	color: #ccc;

}



.header .nav-toggle{

	display: none;

	float: right;

	border: none;

	outline: none;

	border-radius: 4px;

	cursor: pointer;

	background: none;

	cursor: pointer;

	margin-top: 16px;

}







.header .nav-toggle span{

	display: block;

	width: 24px;

	height: 3px;

	background-color: #333;

	margin: 6px 0;

	border-radius: 5px;

}



.header-wrap.fixed .header .nav-toggle span{

	background-color: #fff;

}






.couse-type{

	display: block;

	padding-top: 3%;

	padding-bottom: 3%;

}



.couse-type li{

	display: block;

	float: left;

	width: 25%;

	text-align: center;

}






.couse-type li .box{

	display: block;

	width: 168px;

	margin: 0 auto;

}





.couse-type li .pic{

	display: block;

	width: 150px;

	height: 150px;

	border-radius: 50%;

	overflow: hidden;

	margin: 0 auto;

	position: relative;

}






.couse-type li .pic .mask{

	display: block;

	position: absolute;

	width: 100%;

	height: 100%;

	border-radius: 50%;

	background-color: #000;

	opacity: 0;

	filter:alpha(opacity=0);

	top:0px;

	z-index: 5;

	-webkit-transform: scale(0.8);

	-ms-transform: scale(0.8);

	-o-transform: scale(0.8);

	transform: scale(0.8);

	-webkit-transition: 0.3s ease;

	-moz-transition: 0.3s ease;

	-ms-transition: 0.3s ease;

	-o-transition: 0.3s ease;

	transition: 0.3s ease;

}



.couse-type li .box:hover a .mask{

	opacity: 0.6;

	filter:alpha(opacity=50);

	-webkit-transform: scale(1);

	-ms-transform: scale(1);

	-o-transform: scale(1);

	transform: scale(1);

}



.couse-type li .pic .text{

	display: block;

	position: absolute;

	width: 100%;

	height: 100%;

	border-radius: 50%;

	color: #fff;

	font-size: 24px;

	text-align: center;

	line-height: 150px;

	opacity: 0;

	filter:alpha(opacity=0);

	top:0px;

	z-index: 10;

	-webkit-transition: 0.3s ease;

	-moz-transition: 0.3s ease;

	-ms-transition: 0.3s ease;

	-o-transition: 0.3s ease;

	transition: 0.3s ease;

}



.couse-type li .box:hover .pic .text{

	opacity: 1;

	filter:alpha(opacity=100);

}



.couse-type li img{

	display: block;

	width: 150px;

	height: 150px;

	margin: 0 auto;

}



.couse-type li .line{

	display: block;

	width: 1px;

	height: 40px;

	margin: 0 auto;

	background-color: #90031d;

}



.couse-type li p{

	display: block;

	width: 196px;

	height: 54px;

	border: 1px solid #90031d;

	margin: 0 auto;

	text-align: center;

	line-height: 54px;

	font-size: 28px;

	color: #90031d;

}





.couse-type li p a{

	color: #90031d;

}



.lecturer{

	display: block;

	width: 100%;

	overflow: hidden;

	background-image: url(../images/lecturer-bg.jpg);

	background-attachment: fixed;

	background-size: cover;

	-webkit-background-size: cover;

	background-position: center center;

}






.section-header{

	position: relative;

	display: block;

	width: 100%;

	max-width: 1100px;

	margin: 50px auto;

	padding-bottom: 22px;

	border-bottom: 1px solid #bababa;

	text-align: center;

}

.section-header{

	margin: 30px auto;

}





.lecturer .section-header{

	margin-bottom: 0;

}



.section-header h3{

	display: block;

	font-size: 34px;

	color: #90031d;

}





.section-header.white h3{
	
	color: #fff;

}



.section-header .line{

	display: block;

	position: absolute;

	width: 80px;

	height: 3px;

	background-color: #90031d;

	bottom:-2px;

	left:50%;

	margin-left: -40px;

}



.section-body{

	display: block;

	overflow: hidden;

	width: 100%;

	padding: 50px 0;

	text-align: center;

	font-size: 0;

	background-attachment: fixed;

	background-size: cover;

	background-position: center center;
	

}






.lecturer-body ul{

	display: block;

	overflow: hidden;

	margin: 0 -1% -40px -1%;

}



.lecturer-body li{

	display: inline-block;

	width: 25%;

	padding:0 1%;

	margin-bottom: 40px;

}




.lecturer-body li .content{

	display: block;

	background-color: #fff;

	padding-bottom: 12px;

}



.lecturer-body li .content .pic{

	display: block;

	overflow: hidden;

}



.lecturer-body li .content img{
	border: 1px solid #f1eeee;

	display: block;

	width: 100%;

	height: 204px;

	-webkit-transition: 0.3s ease;

	-moz-transition: 0.3s ease;

	-ms-transition: 0.3s ease;

	-o-transition: 0.3s ease;

	transition: 0.3s ease;

}



.lecturer-body li:hover .content img{

	-webkit-transform: scale(1.2);

	-ms-transform: scale(1.2);

	-o-transform: scale(1.2);

	transform: scale(1.2);

}



.lecturer-body li .content .text{

	display: block;

	padding: 0 18px;

}





.lecturer-body li .content h4{

	position: relative;

	display: inline-block;

	line-height: 1;

	font-size: 22px;

	color: #90031d;

	padding-bottom: 6px;

	border-bottom: 1px solid #919191;

	margin-top: 24px;

	max-width: 100%;

	white-space: nowrap;

	overflow: hidden;

	-ms-text-overflow: ellipsis;

	text-overflow: ellipsis;

}



.lecturer-body li .content h4 a{

	display: block;

	color: #90031d;

	white-space: nowrap;

	overflow: hidden;

	-ms-text-overflow: ellipsis;

	text-overflow: ellipsis;

}



.lecturer-body li .content h4 .line{

	display: block;

	position: absolute;

	width: 56px;

	height: 1px;

	background-color: #90031d;

	bottom:-1px;

	left:50%;

	margin-left: -28px;

}



.lecturer-body li .content p{ height:42px;

	display: block;

	font-size: 14px;

	color: #919191;

	margin-top: 10px;

}



.lecturer-body li .more{

	display: inline-block;

	width: 68px;

	height: 20px;

	border-radius: 3px;

	color: #fff;

	background-color: #a1a1a1;

	font-size: 12px;

	text-align: center;

	line-height: 20px;

	margin-top: 12px;

	-webkit-transition: 0.3s ease;

	-moz-transition: 0.3s ease;

	-ms-transition: 0.3s ease;

	-o-transition: 0.3s ease;

	transition: 0.3s ease;

}



.lecturer-body li:hover .more{

	background-color: #90031d;

}



.course-set-body{

	display: block;

	overflow: hidden;

	background-image: url(../images/course-set-bg.jpg);

}



.course-set-body ul{

	display: block;

	margin: 0 -1.8%;

}



.course-set-body li{

	display: inline-block;

	width: 33.33%;

	padding:0 1.8%;

}




.course-set-body li .content{

	display: block;

	position: relative;

	overflow: hidden;

}



.course-set-body li .content img{

	display: block;

	width: 100%;

	height: 635px;

}



.course-set-body li .content .mask{

	display: block;

	position: absolute;

	width: 100%;

	height: 80px;

	background-color: #000;

	opacity: 0.6;

	filter:alpha(opacity=60);

	bottom:0px;

	z-index: 5;

	-webkit-transition: 0.3s ease;

	-moz-transition: 0.3s ease;

	-ms-transition: 0.3s ease;

	-o-transition: 0.3s ease;

	transition: 0.3s ease;

}



.course-set-body li .content:hover .mask{

	height: 100%;

}
.section-body-xinjiayoushi .floor2 li .content:hover .jiatouming{

	opacity:0;

}


.course-set-body li .content .text{

	display: block;

	position: absolute;

	width: 100%;

	height: 80px;

	padding: 0 20px;

	bottom:0px;

	z-index: 10;

	-webkit-transition: 0.3s ease;

	-moz-transition: 0.3s ease;

	-ms-transition: 0.3s ease;

	-o-transition: 0.3s ease;

	transition: 0.3s ease;

}



.course-set-body li .content:hover .text{

	height: 100%;

	padding-top: 50%;

}



.course-set-body li .content .text .add{

	display: inline-block;

	width: 54px;

	height: 0px;

	border-radius:59%;

	text-align: center;

	line-height: 50px;

	font-size: 34px;

	color: #fff;

	overflow: hidden;

	-webkit-transition: 0.3s ease;

	-moz-transition: 0.3s ease;

	-ms-transition: 0.3s ease;

	-o-transition: 0.3s ease;

	transition: 0.3s ease;

}



.course-set-body li .content:hover .text .add{

	border: 2px solid #fff;

	height: 54px;

}



.course-set-body li .content .text h4{

	display: block;

	font-size: 30px;

	color: #fff;

	height: 80px;

	line-height: 80px;

	font-weight: normal;

}










.bm-progress{

	display: block;

}



.buying-online-header{

	display: inline-block;

	margin: 100px 0 56px 0;

	padding: 9px 30px 6px 30px;

	border-radius: 30px;

	background-color: #90031d;

}





.buying-online-header h3{

	display: block;

	font-size: 28px;

	color: #fff;

	line-height: 1;

	font-weight: normal;

}



.buying-online-header p{

	display: block;

	margin-top: 5px;

	font-size:12px;

	color: #be888e;

	line-height: 1;

	font-weight: normal;

}



.bn-progress-body{

	display: block;

	background-color: #fafafa;

	padding: 50px 0;

}





.bn-progress-body img{

	display: inline-block;

	max-width: 100%;

	height: auto;

}



.sk-progress-body{

	display: block;

	padding: 30px 3% 86px 3%;

	background-image: url(../images/sk-progress-bg.jpg);

	-webkit-background-size: cover;

	background-size: cover;

}






.buy-online-body .tit{

	display: block;

	line-height: 1;

}



.buy-online-body .tit h4{

	display: block;

	font-size: 40px;

	font-weight: normal;

	color: #fff;

}










.buy-online-body .tit p{

	display: block;

	font-size: 22px;

	color: #fff;

	margin-top: 20px;

}




.sk-progress-body .content{

	display: block;

	margin-top: 70px;

}





.buy-online-body .content img{

	display: inline-block;

	max-width: 100%;

	height: auto;

}



.remittance-body{

	display: block;

	padding: 40px 3% 40px 3%;

	background-image: url(../images/remittance-bg.jpg);

	-webkit-background-size: cover;

	background-size: cover;

}





.remittance-body .content{

	margin-top: 30px;

}







.remittance-body .content .p1{

	display: block;

	font-size: 30px;

	color: #fff;

	line-height: 50px;

	margin-bottom: 10px;

}







.remittance-body .content .p2{

	display: block;

	font-size: 24px;

	line-height: 50px;

	font-weight: bold;

	color: #fff;

}






.contact-us-body{

	display: block;

	padding: 47px 2% 65px 2%;

	background-image: url(../images/contact-us-bg.jpg);

	-webkit-background-size: cover;

	background-size: cover;

	overflow: hidden;

}







.contact-us-body .pic{

	display: block;

	width: 40%;

	float: left;

	padding-right: 2%;

}







.contact-us-body .pic img{

	display: inline-block;

	width: 275px;

	height: 275px;

	background-color: #fff;

	border-radius: 50%;

}



.contact-us-body .text{

	display: block;

	overflow: hidden;

	text-align: left;

	padding-top: 30px;

}







.contact-us-body .text p{

	display: block;

	font-size: 30px;

	line-height: 50px;

	color: #fff;

}









.contact-us-body .text a{

	display: inline-block;

	padding: 3px 20px;

	margin-top: 40px;

	background-color: #fff;

	color: #000;

	font-size: 30px;

	border-radius: 30px;

}






.problem-body{

	display: block;

	padding: 30px 3% 30px 3%;

	background-color: #fafafa;

	text-align: left;

}






.problem-body li{

	display: block;

	margin-bottom: 20px;

}



.problem-body li:last-child{

	margin-bottom: 0;

}



.problem-body li .ask{

	display: block;

	font-size: 20px;

	color: #90031d;

}






.problem-body li .arrow{

	display: block;

	font-size: 18px;

	color: #6a6a6a;

	line-height: 36px;

	padding-left: 3%;

	margin-top: 10px;

}





.problem .hotline{

	display: inline-block;

	padding: 3px 40px;

	color: #fff;

	font-size: 30px;

	background-color: #90031d;

	border-radius: 30px;

	margin-top: 30px;

}



@media screen and (max-width:640px){

	.problem .hotline{

		font-size: 20px;

		margin-top: 2%;

	}

}



@media screen and (max-width:414px){

	.problem .hotline{

		font-size: 16px;

	}

}



.pay-way{

	display: block;

	margin-top: 100px;

}







/*老子新加的css样式*/
.hexinyewu{
	margin-bottom:290px;
	
}
.section-body-xinjiayoushi{
	height:600px;
}
.section-body-xinjiayoushi .floor1 .content img{
	width:205px!important;
	height:205px!important;
}
.section-body-xinjiayoushi .floor1{
	margin-bottom:20px;
}
.section-body-xinjiayoushi .floor1 .content{
	width:205px;
}
.section-body-xinjiayoushi .floor1 .content p{
	margin-top:10px;

}
.section-body-xinjiayoushi a{
	font-size: 16px;
	color:#fff;
	font-weight:bold;
}
.tubiaoyangshi1{
	background:url(../picturenews/in1.png) no-repeat 19px -140px;
	width:200px;
	height:200px;
}
.tubiaoyangshi2{
	background:url(../picturenews/in2.png) no-repeat 19px -140px;
	width:200px;
	height:200px;
}
.tubiaoyangshi3{
	background:url(../picturenews/in3.png) no-repeat 19px -140px;
	width:200px;
	height:200px;
}
.tubiaoyangshi4{
	background:url(../picturenews/in4.png) no-repeat 19px -140px;
	width:200px;
	height:200px;
}
.tubiaoyangshi5{
	background:url(../picturenews/in5.png) no-repeat 19px -140px;
	width:200px;
	height:200px;
}
.section-body-xinjiayoushi .floor2 .content{
	position:relative;

}
.section-body-xinjiayoushi .floor2 .content p{
	font-size:16px;
	position:absolute;
	display:inline-block;
	left:68px;
	top:165px;
	color:#fff;
	text-align:center;
}
.section-body-xinjiayoushi .floor2 .content .chongtiaoweizhi1{left:70px;}
.section-body-xinjiayoushi .floor2 .content .chongtiaoweizhi2{left:60px;}
.section-body-xinjiayoushi .floor2 .content{
	display:inline-block;
	width:200px;
	height:200px;
	color:red;
}
.section-body-xinjiayoushi .floor2 .content .mask p{
	color:#B40424;
	z-index:12;
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
}
.jiatouming{
	-webkit-transition: 0.3s ease;

	-moz-transition: 0.3s ease;

	-ms-transition: 0.3s ease;

	-o-transition: 0.3s ease;

	transition: 0.3s ease;
}
/*木地板翻新设备及养护产品*/
.newschanpinde{
	height:830px;
}
.newschanpinde ul{
	width:90%;
	height:739px;
	margin:0 auto;
	background:#fff;
}
.newschanpinde ul li{
	width:50%;
	float:left;
	height:370px;
	border:1px solid #ccc;
	position:relative;
}
.newschanpinde ul li:hover{
	box-shadow:0px 0px 20px 10px #c9c7c7;
}
.newschanpinde ul li img{
	padding-left:20px;
	padding-top:30px;
	width:300px;
	height:300px;
	display:block;
}
.newschanpinde .newmask{
	top:0;
	right:0;
	position:absolute;
	width:300px;
	height:350px;
	padding-top:60px;
}
.newschanpinde .newmask h3{
	margin:0 auto;
	width:240px;
	line-height:24px;
	font-size:18px;
	color:#b10424;
	margin-bottom:15px;
}
.newschanpinde .newmask p{
	text-indent:2em;
	margin:0 auto;
	padding: 10px 0px 10px 0px;
	width:240px;
	font-size:14px;
	font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
	text-align:left;
	line-height:180%;
}
.newschanpinde li a:visited{
	color:black;
}
.newschanpinde li a:hover{
	color:#b10424;
}

/*新闻资讯*/


.newsxinwenzixun{
	height:600px;
}
.newsxinwenzixun .xiandingkuandu{
	width:90%;
	height:457px;
	margin:0 auto;
	background:#fff;
}
.newsxinwenzixun .daiyangshide{
	margin:55px 7px 0px 7px;
	padding-top:10px;
	width:32%;
	float:left;
	height:360px;
	position:relative;
}
.newsxinwenzixun .daiyangshide:hover{
	box-shadow:0px 0px 20px 10px #c9c7c7;
}
.newsxinwenzixun .daiyangshide a:visited{
	
}
.newsxinwenzixun .daiyangshide a:hover{
	color:#b10424;
}
.newsxinwenzixun div{
	font-size:12px;
}
.newsxinwenzixun .shangbian{
	width:100%;
}
.newsxinwenzixun .shangbian .zixunleft{
	font-size:24px; line-height:36px; float:left;padding-left:10px;
}
.newsxinwenzixun .shangbian .zixunright{
	font-size:18px; line-height:36px; float:right; color:#e36500;padding-right:10px;
}
.newsxinwenzixun .shangbian .zixunright a{
	color:#90031D;
}
.newsxinwenzixun .zhongjian{
	padding:20px 0; border-bottom:1px solid #e5e5e5;
}
.newsxinwenzixun .zhongjian .date{
	width:80px; float:left; text-align:center; font-size:16px; line-height:24px; color:#90031D; padding-top:10px;
}
.newsxinwenzixun .zhongjian .date .day{
	font-size:24px;color:;
}
.newsxinwenzixun .zhongjian .date .year{
	font-size:14px;
}
.newsxinwenzixun .zhongjian .zixunimg{
	width:90px; float:left;
}
.newsxinwenzixun .zhongjian .zixunimg img{
	width:90px; height:60px;display:block;
}
.newsxinwenzixun .zhongjian .mew_content{
	width:190px; float:left; padding-left:10px;
}
.newsxinwenzixun .zhongjian .mew_content .title{
	font-size:16px; color:#e36500;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.newsxinwenzixun .zhongjian .mew_content .disription{
	height:36px; overflow:hidden; font-size:14px; line-height:18px;
}
.newsxinwenzixun .zhongjian .mew_content .disription a{
	color:#999;
}
.newsxinwenzixun .xiabian ul{
	padding-top:10px;
}
.newsxinwenzixun .xiabian ul li{
	width:100%; float:left; font-size:16px; line-height:36px; border-bottom:1px dashed #d5d5d5;width:99%;
}
.newsxinwenzixun .xiabian ul li a{
	color:#333;
}
.newsxinwenzixun .xiabian ul li a .title{
	width:60%; float:left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;text-align:left;padding-left:10px;
}
.newsxinwenzixun .xiabian ul li:hover{
	background:#f3d9d6;
}
.newsxinwenzixun .xiabian ul li a span{
	padding-right:10px;
	float:right;
}
.std-worksnewleyige-body{

	background-image: url(../images/stu-worksnewleyige-bg.jpg);

	overflow: hidden;

}
.clear {line-height: 0;height: 0;font-size: 0;clear:both; zoom: 1;}

/* 栏目页 */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top:30px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  
  
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}




.list_box{clear: both; padding:0px 0px 0px 10px;}
.product_img{padding-left: 15px; padding-right: 15px; min-height: 190px;margin-bottom:10px;}
.product_img .gudingtupian{width:367px;height:202px;display:inline-block;overflow:hidden;border:1px solid #e9e9e9;}
.product_img .gudingtupian:hover img{transform:scale(1.5,1.5);}
.product_img img{margin-right: auto;margin-left: auto;display: block;  height: 200px; width: 380px; margin-bottom: 10px; padding: 0px 15px 0px 0px;-webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;vertical-align: middle;}
.product_img_list{ padding-right: 15px; min-height: 190px;margin-bottom:10px;}
.product_img_list a{height: 270px; width: 270px;overflow:hidden;display:inline-block;}
.product_img_list img{margin-right: auto;margin-left: auto;display: block;  height: 270px; width: 270px; margin-bottom: 10px; transition: all 0.6s;}
.product_img_list img:hover{transform: scale(1.4)}
@media screen and (max-width: 768px){
.about_box section img{margin: 10px 20px 0px 0px; width: 200px;height:140px;}
.product_img{height: 325px;
margin-bottom:10px;
}
.product_img_list{height: 325px;
margin-bottom:10px;
}
.dropdown-menu{
overflow-x:hidden;}
html{overflow-x:hidden;}
.lmwzyemiande{
display:none;
}
}
/*分页样式*/
.page{clear:both; margin:20px 0px 0px 0px; text-align: center;}
.page li {display: inline-block; margin: 2px; margin-bottom: 5px; color: #90031D; text-decoration: none}
.page a {display: inline-block; font-family: Arial; font-size: 13px; border: #ffd9d9 1px solid; padding:4px 9px; margin: 2px; margin-bottom: 5px; color: #90031D; text-decoration: none}
.page a:hover,.page a:focus{font-family: Arial;font-size: 13px;border: #90031D 1px solid; padding:4px 9px;color: #fff; background-color: #90031D;}
.page .current {font-family: Arial;border: #000 1px solid; font-size: 13px; padding:5px 9px; color: #fff;margin: 2px;  background-color: #90031D}
.fenlzongk{
	width:1141px;
	height:1000px;
	margin:0 auto;
}
.lmwzyemiande{
	height:1560px;
}
.fenlzbian{
	width:228px;
	height:1000px;
	background:#fdecdc;
	float:left;

}
.fenlzbian .cpfldabt{
	background:#90031D;
	height:70px;
	line-height:70px;
	text-align:center;
	border-bottom:1px #ddd black;
}
.fenlzbian .cpfldabt a{
	color:#fff;
	font-size:18px;
	font-weight:bold;
}
.fenlzbian .cpflfenbt{
	margin-left:20px;
	height:40px;
	line-height:40px;
	width:190px;
	padding:0px 0px 5px 25px;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dotted #ceb189;
}
.fenlzbian .cpflfenbt a{
	color:#34030c;
}
.fenlzbian ul{
	padding:0;
	margin:0;
}
.fenlzbian ul{
	padding-bottom:5px;
}
.fenlzbian ul.cpflfennr li{
	height:25px;
	width:190px;
	border-bottom:1px dotted #ceb189;
	margin:0px 0px 8px 20px;
	padding:0px 0px 0px 35px;
}
.fenlzbian ul.cpflfennr li a{
	color:#be6d5a;
}
.fenlzbian ul.cpflfennr li a:hover{
	color:#34030c;
}
.fenlzbian img{
	padding:5px 0px 0px 10px;
}
.fenlzbian p{
	margin:0px 0px 0px 0px;
	padding:7px 0px 0px 10px;
	color:#b76b4e;
}


.fenlybian{
	width:911px;
	height:1000px;
	float:left;
}
.fenlybian .framore01 img{
	padding:20px 15px 0px 0px;
	float:right;
}
.fenlybian .fenlytob{
	margin-left:40px;
	width:855px;
	height:70px;
	position:relative;
	border-bottom:1px solid #c7b08d;
}
.fenlybian .fenlytob a b{
	float:left;
	font-size:55px;
}
.fenlybian .fenlytob a p{
	font-size:20px;
	float:left;
	position:relative;
	top:14px;
	left:-90px;
}
.fenlybian .fenlytob a p em{
	font-size:17px;
	float:left;
	position:relative;
	top:24px;
	left:92px;
}
.fenlybian .fenlytneron{
	line-height:0px;
	width:911px;
	height:930px;
	margin-left:27px;
}
.fenlybian .fenlytneron ul{

	padding-left:14px;
}
.fenlybian .fenlytneron ul li{
	width:290px;
	height:290px;
	float:left;
	margin:10px 0px 10px 0px;
	border-bottom:1px dotted #956C34;
}
.fenlybian .fenlytneron ul li a{
	display:inline-block;
	width:270px;
	height:240px;
	border:1px solid #c7b08d;
	border-bottom:none;
}
.fenlybian .fenlytneron ul li span{
	line-height:20px;
	display:inline-block;
	height:20px;
	background:#efe9d4;
	float:left;
}
.fenlybian .fenlytneron ul li span a{
	color:#956C34;
	text-align:center;
	height:30px;
	border-top:none;
	border-bottom:1px solid #c7b08d;
}
.fenlybian .fenlytneron ul li span a:hover{
	color:#34030c;
}
.fenlybian .fenlytneron ul li img{
	display:inline-block;
	margin-bottom:0px;
	width:258px;
	height:230px;
	padding:10px 0px 0px 10px;
	float:left;
}
.wenztuijian{
	margin:290px 0px 0px 0px;
	width:229px;
	height:550px;
	float:left;
}
.wenztuijian h4{
	margin:0;
	background:#E0E0E0;
	height:35px;
	line-height:35px;
	text-align:left;
	padding-left:16px;
	font-size:16px;
	color:#7e1125;
}
.wenztuijian h4 img{
	padding-bottom:8px;
	padding-right:9px;
}
.wenztuijian ul{
	margin:0px;
	padding:0px 0px 0px 15px;
	width:228px;
	border:1px solid #E0E0E0;
	color:#ccc;
	font-size:16px;
}
.wenztuijian ul li:hover{
	color:#90031D;
}
.wenztuijian ul li{
	margin:0px;
	padding:10px 0px 10px 0px;
	list-style-type:disc;
	width:210px;
    white-space:nowrap;
    word-break:keep-all;
    overflow:hidden;
    text-overflow:ellipsis;
}
.wenztuijian ul li a{
	font-size:14px;
	color:#8E8E8E;
}
.wenztuijian ul li a:hover{
	color:#90031D;
}
.wenztuijian .am_xia{
	margin-top:20px;
	width:229px;
	float:left;
}
.wenztuijian .am_xia img{

}
nav{
	clear:both;
}
@media screen and (max-width: 768px){
.flash{
	margin-bottom:10px;
}
	.fenlzongk{
	overflow-x:hidden;
	width:360px;
	height:400px;
	margin:0 auto;}
	.fenlzbian{
overflow-x:hidden;
	width:90px;
	height:400px;
	background:#efe9d4;
	float:left;
}
.fenlzbian .cpfldabt{
overflow-x:hidden;
	width:90px;
	background:#90031D;
	height:30px;
	line-height:30px;
	text-align:center;
	border-bottom:1px #ddd black;
}
.fenlzbian .cpfldabt a{
overflow-x:hidden;
	color:#fff;
	font-size:10px;
	font-weight:bold;
}
.fenlzbian .cpflfenbt{
overflow-x:hidden;
	margin-left:0px;
	height:20px;
	line-height:20px;
	width:90px;
	padding:0px 0px 0px 5px;
	font-size:8px;
	font-weight:bold;
	border-bottom:1px dotted #ceb189;
}
.fenlzbian .cpflfenbt a{
	color:#34030c;
}
.fenlzbian ul{
overflow-x:hidden;
	padding:0;
	margin:0;
}
.fenlzbian ul{
	padding-bottom:0px;
}
.fenlzbian ul.cpflfennr li{
overflow-x:hidden;
	height:20px;
	width:90px;
	border-bottom:1px dotted #ceb189;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 5px;
}
.fenlzbian ul.cpflfennr li a{
	font-size:7px;
	color:#b76b4e;
}
.fenlzbian ul.cpflfennr li a:hover{
	color:#34030c;
}
.fenlzbian img{
overflow-x:hidden;
	width:90px;
	padding:5px 0px 3px 10px;
}
.fenlzbian p{
overflow-x:hidden;
	display:inline-block;
	width:90px;
	font-size:6px;
	margin:0px 0px 0px 0px;
	padding:1px 0px 0px 5px;
	color:#b76b4e;
}
.fenlybian{
overflow-x:hidden;
	width:260px;
	height:400px;
	float:left;
	
}

.fenlybian .framore01 img{
overflow-x:hidden;
	padding:10px 5px 0px 0px;
	float:right;
}
.fenlybian .fenlytob{
overflow-x:hidden;
	margin-left:5px;
	width:260px;
	height:40px;
	position:relative;
	border-bottom:1px solid #c7b08d;
}
.fenlybian .fenlytob a b{
	float:left;
	font-size:35px;
}
.fenlybian .fenlytob a p{
	font-size:13px;
	float:left;
	position:relative;
	top:10px;
	left:-55px;
}
.fenlybian .fenlytob a p em{
	font-size:10px;
	float:left;
	position:relative;
	top:13px;
	left:55px;
}
.fenlybian .fenlytneron{
overflow-x:hidden;
	line-height:0px;
	width:260px;
	height:400px;
	margin-left:6px;
}
.fenlybian .fenlytneron ul{
overflow-x:hidden;
	padding-left:0px;
}
.fenlybian .fenlytneron ul li{
overflow-x:hidden;
	padding:0px;
	width:86px;
	height:95px;
	float:left;
	margin:5px 0px 15px 0px;
	border-bottom:1px dotted #956C34;
}
.fenlybian .fenlytneron ul li a{
	display:inline-block;
	width:80px;
	height:70px;
	border:1px solid #c7b08d;
	border-bottom:none;
}
.fenlybian .fenlytneron ul li span{
	overflow:hidden;
	line-height:15px;
	display:inline-block;
	height:15px;
	background:#efe9d4;
	float:left;
}
.fenlybian .fenlytneron ul li span a{
	overflow:hidden;
	font-size:7px;
	color:#956C34;
	text-align:center;
	height:20px;
	border-top:none;
	border-bottom:1px solid #c7b08d;
}
.fenlybian .fenlytneron ul li span a:hover{
	color:#34030c;
}
.fenlybian .fenlytneron ul li img{
overflow-x:hidden;
	display:inline-block;
	margin-bottom:0px;
	width:77px;
	height:67px;
	padding:3px 0px 0px 3px;
	float:left;
}
}
.product_title{ text-align: center;padding: 5px 15px 0px 0px; height: 40px;}
.product_title a{ color: #656464; transition:color 0.3s;}
.product_title a:hover{text-decoration: none;color:#b6071c;}
.left_h1{background:url(../images/title_line.jpg) left bottom no-repeat; font-size: 22px; display: block;  padding: 0px 0px 10px 0px;font-family:Arial,'microsoft yahei',Helvetica, sans-serif; color: #656464;font-weight:normal;}
.product_list2{padding-top: 20px;}
.left_h1 a {
  color: #c6435b;
  text-decoration: none;
}
.left_h1 a:hover,
.left_h1 a:focus {
  color: #781729;
}

/*产品手风琴效果开头*/
.flash4{width:1180px;height:242px;margin:0px auto;margin-bottom:20px;position:relative;}
.flash4 ul li{width:127px;height:242px;border-left:1px solid #000;position:relative;overflow:hidden;float:left;}
.flash4 ul .dingweizhi{
	position:absolute;top:154px;left:26px;font-size:16px;font-weight:bold;color:#fff;display:block;background-color:no;z-index:1;
}
.flash4 ul .first li .dingweizhi{color:#fff;}
.flash4 ul li .imgTop img{opacity:0.6;}
.flash4 ul li .imgTop img.tm{opacity:1;}
.flash4 ul li .imgCon{width:538px;height:405px;}
.flash4 ul li .imgCen{width:538px;height:50px;background:rgba(0,0,0,0.5);color:#fff;font-size:20px;line-height:50px;position:absolute;left:0px;bottom:0px;text-indent:20px;display:none;}
.flash4 ul li.first{width:538px;}
.flash4 ul li.fast{position:absolute;right:0px;bottom:0px;}
img{border:0px;}


/*文章页*/
.contents{clear: both; padding:6px 2px 0px 2px; line-height:28px; overflow: auto;}
.contents_title{ margin: 0px; padding: 20px 0px 10px 0px; text-align: center; color: #000; font-size:18px;color:#434343;font-weight:bold; line-height: 34px;}


/*上一个下一个*/
.point{ clear: both; margin:20px 0px 40px 0px; padding-bottom: 40px; line-height:22px;}
.point span.to_prev{text-align:center;color: #656464;}
.point span.to_prev a{color:#0068b7;}
.point span.to_prev a:hover{color: #ea042b}
.point span.to_next{text-align:center;color: #656464;}
.point span.to_next a{color:#0068b7;}
.point span.to_next a:hover{color: #ea042b}
.l{float:none;}
.r{float:none;}

/*新闻列表*/
.list_news{clear: both; list-style:none;margin:0px; padding:6px 0px 20px 0px;}
.list_news li{color:#898989;background: url(../images/li.png) no-repeat left 14px;line-height:22px; padding:8px 0px; padding-left:13px;border-bottom: 1px dashed #e3e2e2;/*dotted*/ }
.list_news li a{color:#303c4b;}
.list_news li a:hover{text-decoration:none;color:#bb3429;}
.related_news{ padding-top: 0px; clear: both;}
.news_time{ float:right;}
.left_news span.news_time{display: none;}

/* 块状元素水平居中 */
.auto { margin-left: auto; margin-right: auto; margin-top: 10px;}
/* 清除浮 动*/
.fix { *zoom:1; }
.fix:after { content:" "; display:block; height:0; clear:both; visibility:hidden; font-size:0;}

/*核心业务栏目页*/
.dd_40{width:1200px;height:300px;margin-bottom:30px;}
.a_18{display:inline-block;width:770px;height:300px;overflow: hidden;  }
.a_18 img{width:770px;height:300px;vertical-align:middle;transition: all 0.6s;}
.a_18 img:hover{transform: scale(1.4);}
.dd_41{width:430px;height:300px;background:#EEEEEE;padding:40px 40px 0px;}
.fl{float:left;}
.fr{float:right;}
.h_22{width:100%;height:34px;line-height:34px;overflow:hidden;font-weight:normal;}
.h_22 span{display:inline-block;font-size:22px;color:#000;}
.p_15{width:100%;height:24px;line-height:24px;padding-bottom:38px;background:url(../images/img121.png) no-repeat left bottom;font-size:14px;color:#666;margin-bottom:16px;}
.dd_42{width:100%;height:60px;line-height:30px;overflow:hidden;font-size:14px;color:#666;}
.a_19{display:inline-block;floaT:right;margin-top:35px;}
.a_19 img{vertical-align:middle;filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8;}
.a_19 img:hover{color:red;filter:alpha(Opacity=100);-moz-opacity:1;opacity: 1;}
.hexinkongge{margin-bottom:50px;}
.section-header h3{font-weight:bold;}
.section-header .bonadaili{font-weight:bold;display: inline-block;font-size: 28px;color:#1166ba;}
.newmask h3{font-weight:bold;}
.bonadailiyanse{color:#f60;}
.newstupianhhwaou{border-bottom:none}
.newstupianhhwaou img{width:15%;height:15%;}
