@charset "utf-8";



/*css reset*/



* {

	margin: 0;

	padding: 0;

	box-sizing: border-box;

}



img {

	border: none;

}



body {

	font-family: "microsoft yahei";

	font-size: 12px;

}



a {

	text-decoration: none;

}



ul,

ol,

li {

	list-style: none;

}



input,

select,

textarea {

	outline: none;

	border: none;

	background: none;

}



textarea {

	resize: none;

}





/*清除浮动*/



.clearfix {

	content: "";

	display: block;

	clear: both;

}



.clearfix {

	zoom: 1;

}





/*公共宽度*/



.w1200 {

	margin: 0 auto;

	width: 1200px;

}


.poster-main{ position:relative;width:800px;height:270px;max-width: 100%;margin: 0 auto;}
.poster-main a,.poster-main img{display:block;}
.poster-main .poster-list{width:800px;height:270px;max-width: 100%;}
.poster-main .poster-list .poster-item{ position:absolute;left:0;top:0;}
.poster-main .poster-btn{ position:absolute;top:0;width:100px;height:270px; z-index:10; cursor:pointer;  opacity:0.8}
.poster-main .poster-prev-btn{left:0; background: url(../images/btn_l.png) no-repeat center center;}
.poster-main .poster-next-btn{right:0; background: url(../images/btn_r.png) no-repeat center center;}


/*顶部*/



.top {

	padding: 15px 0;

}



.top1 {

	float: left;

	margin-left: 25px;

}

.top11 {

	float: left;
	
	margin-left:15px;

	display:none;

}



.top2 {

	float: right;

	margin-right: 25px;

}



.top21 {

	text-align: right;

}



.top21 form {

	border: 1px solid #bfbfbf;

	border-radius: 5px;

	padding: 2px 5px;

	margin-bottom: 15px;

	width: 170px;

	display: inline-block;

}



.top211 {

	float: left;

	width: 140px;

	height: 16px;

}



.top212 {

	float: left;

	width: 16px;

	height: 16px;

	background: url(../images/top1.png);

	cursor: pointer;

	float: right;

}





/*end*/





/*导航*/

.top22{

	background: url(../images/nav.png);

	width: 970px;

	height: 62px;

	padding-top: 35px;

	padding-left: 10px;

}

.top22 li {

	display: inline-block;

	vertical-align: bottom;

	width: 112px;

	height: 27px;

	text-align: center;

	font-size: 15px;

}

.top22 a{

	display: block;

	color: #000000;

}

.top23{

	display: none;

	position: absolute;

	margin-top: 5px;

	z-index: 1;

	background: rgba(255,0,0,0.6);

	padding: 15px 0 5px;

}

.top23 li{

	display: block;

}

.top23 a{

	display: block;

	color: #FFFFFF;

}

.top22 li:hover .top23{

	display: block;

}

.top22 li:hover a{

	color: #FF0000;

}

.top22 li:hover .top23 a{

	color: #FFFFFF;

}



/*end*/





/*海报轮播*/



.ibanner {


}



.banner {

	position: relative;

}



.banner1 {

	display: none;

	font-size: 0;

}



.banner1 img {

	max-width: 100%;

}



.banner2 {

	-webkit-animation: banner2 1.5s;

	animation: banner2 1.5s;

}



@-webkit-keyframes banner2 {

	from {

		opacity: .4;

	}

	to {

		opacity: 1;

	}

}



@keyframes banner2 {

	from {

		opacity: .4;

	}

	to {

		opacity: 1;

	}

}



.banner-l {

	display: block;

	cursor: pointer;

	position: absolute;

	top: 50%;

	margin-top: -20px;

	left: 20px;

	width: 40px;

	height: 40px;

	text-align: center;

	line-height: 35px;

	color: #FFFFFF;

	font-size: 40px;

	background: rgba(0, 0, 0, 0.2);

	border-radius: 50%;

	transition: all 0.3s;

	z-index: 1;

}



.banner-r {

	display: block;

	cursor: pointer;

	position: absolute;

	top: 50%;

	margin-top: -20px;

	right: 20px;

	width: 40px;

	height: 40px;

	text-align: center;

	line-height: 35px;

	color: #FFFFFF;

	font-size: 40px;

	background: rgba(0, 0, 0, 0.2);

	border-radius: 50%;

	transition: all 0.3s;

	z-index: 1;

}



.banner-l:hover,

.banner-r:hover {

	background: rgba(0, 0, 0, 0.8);

}



.dot {

	position: absolute;

	bottom: 10px;

	width: 100%;

	text-align: center;

	z-index: 1;

}



.dot1 {

	display: inline-block;

	width: 10px;

	height: 10px;

	border-radius: 50%;

	background: #FFFFFF;

	margin: 0 3px;

	cursor: pointer;

	transition: background-color 0.6s ease;

}



.dot2,

.dot1:hover {

	background: #848381;

}





/*end*/





/*友情链接*/



.yqlj {

	

}



.yqlj1 {

	margin: 0 auto 10px;

}



.yqlj3{

	margin-top: 50px;

}



.yqlj1 h2 {

	text-align: center;

	color: #757575;

	font-size: 18px;

	background: url(../images/yqlj1.png) no-repeat center center;

}

.yqlj2{

	padding-bottom: 20px;

}

.yqlj2 li {

	display: inline-block;

	margin-right: 30px;

}



.yqlj2 a {

	color: #757575;

}



.yqlj2 a:hover {

	color: #000;

}





/*end*/





/*底部*/



.footer {

	background: #333333;

	color: #FFFFFF;

	padding: 30px 0 30px;

}



.footer1 {

	margin-bottom: 10px;

}



.footer1 p {

	font-size: 12px;

	line-height: 1.5;

}



.footer1 p span {

	display: inline-block;

	width: 1.5em;

}



.footer2 {}



.footer2 a {

	color: #FFFFFF;

}



.footer2 li {

	display: inline-block;

	margin-right: 20px;

}





/*end*/





/*首页1*/



.index1 {
	
	background: url(../images/index1bg.png) repeat left top;

	padding: 50px 0;

}



.index11 {

	width: 314px;

	height: 34px;

	border: 1px solid #9a9a9a;

	margin: 0 auto 40px;

	text-align: center;

}



.index11 h2 {

	width: 220px;

	margin: -15px auto 0;

	color: #715236;

	background: #FFFFFF;

	font-size: 20px;

}



.index11 h3 {

	width: 190px;

	margin: 10px auto 0;

	color: #715236;

	background: #FFFFFF;

	font-size: 12px;

}



.index12 {

	text-align: center;

	font-size: 0;

}



.index12 li {

	display: inline-block;

	vertical-align: top;

	width: 210px;

	height: 180px;

	border: 1px solid #000000;

	border-bottom: 3px solid #bb1f27;

	margin: 0 18px;

	transition: all 0.3s;

}



.index12 li.l1 {

	background: url(../images/index11.png) no-repeat center 30px;

}



.index12 li.l2 {

	background: url(../images/index12.png) no-repeat center 30px;

}



.index12 li.l3 {

	background: url(../images/index13.png) no-repeat center 30px;

}



.index12 li.l4 {

	background: url(../images/index14.png) no-repeat center 30px;

}



.index12 a {

	display: inline-block;

	width: 210px;

	height: 180px;

}



.index12 li h2 {

	font-size: 18px;

	color: #000000;

	margin-top: 120px;
	
	font-weight:normal;

}



.index12 li:hover {

	background-color: rgba(0, 0, 0, 0.1);

	background-position-y: 35px;

}



.index12 li:hover h2 {

	color: #bb1f27;

}



.index13 {

	text-align: center;

	margin-bottom: 50px;

}





/*end*/





/*首页2*/



.index2 {

	background: url(../images/index2bg.png) repeat-y center top;

	padding: 30px 0 20px;

}



.index21 {

	float: left;

	width: 50%;

	padding: 0 30px;

}



.index22 {

	float: left;

	width: 50%;

	color: #FFFFFF;

	padding: 0 10px 0 30px;

}



.index22 h2 {

	font-size: 20px;

	margin-bottom: 15px;

}



.index22 p {

	font-size: 14px;

	line-height: 1.5em;

	margin-bottom: 1em;

}



.index22 a {

	display: block;

	float: right;

	font-size: 14px;

	margin-top: 30px;

	color: #FFFFFF;

	text-align: right;

}



.index22 a:hover {

	color: #000000;

}





/*end*/





/*首页3*/



.index3 {

	height: 735px;

	background: url(../images/index3bg.jpg) no-repeat center top;

}



.index3 img{

	display: none;

}

.index31 {

	position: relative;

	height: 735px;

}



.index31 p {

	font-size: 20px;

	font-weight: bold;

}



.index31 p span {

	margin-top: 5px;

	display: block;

	font-weight: normal;

	font-size: 14px;

	color: #918b8b;

}



.index31 .p1 {

	position: absolute;

	top: 195px;

	left: 22px;

	text-align: right;

}



.index31 .p2 {

	position: absolute;

	top: 195px;

	left: 690px;

	text-align: left;

}



.index31 .p3 {

	position: absolute;

	top: 290px;

	left: 30px;

	text-align: right;

}



.index31 .p4 {

	position: absolute;

	top: 290px;

	left: 730px;

	text-align: left;

}



.index31 .p5 {

	position: absolute;

	top: 380px;

	left: 50px;

	text-align: right;

}



.index31 .p6 {

	position: absolute;

	top: 380px;

	left: 670px;

	text-align: left;

}



.index31 .h1 {

	font-size: 25px;

	position: absolute;

	top: 235px;

	left: 340px;

	color: #FFFFFF;

}



.index31 .h2 {

	font-size: 25px;

	position: absolute;

	top: 270px;

	left: 355px;

	color: #FFFFFF;

}



.index31 .h3 {

	font-size: 18px;

	position: absolute;

	top: 320px;

	left: 340px;

	color: #140c0d;

}



.index31 .h4 {

	font-size: 12px;

	position: absolute;

	top: 370px;

	left: 370px;

	color: #FFFFFF;

}



.index31 a {

	position: absolute;

	top: 580px;

	display: block;

	width: 140px;

	height: 38px;

	border-radius: 19px;

	background: #cc0001;

	color: #FFFFFF;

	font-size: 16px;

	font-weight: bold;

	line-height: 38px;

	text-align: center;

	transition: all 0.3s;

}



.index31 .a1 {

	left: 150px;

}



.index31 .a2 {

	left: 350px;

}



.index31 .a3 {

	left: 550px;

}



.index31 .a3 span {

	display: inline-block;

	width: 30px;

	height: 20px;

	background: url(../images/index3.png);

	vertical-align: middle;

	margin-top: -3px;

}





/*end*/





/*首页4*/



.index4 {

	height: 926px;

	padding-top: 100px;

	margin-bottom: 50px;
	
	background: url(../images/index1bg.png) repeat left top;

}



.index41 {

	width: 314px;

	height: 35px;

	background: url(../images/index4.png) no-repeat center top;

	margin: 0 auto 80px;

	text-align: center;

	border: 1px solid rgba(0, 0, 0, 0);

}



.index41 h2 {

	width: 220px;

	margin: -10px auto 0;

	color: #715236;

	font-size: 20px;

}



.index41 h3 {

	width: 210px;

	margin: 10px auto 0;

	color: #715236;

	font-size: 12px;

	font-weight: normal;

}



.index42 li {

	float: left;

	width: 32%;

	text-align: center;

	font-size: 0;

	margin-right: 2%;

	margin-bottom: 25px;

	position: relative;

}



.index44 {

	position: absolute;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

	background: rgba(0, 0, 0, 0.5);

	transition: all 0.5s;

}



.index42 li:hover .index44 {

	background: rgba(0, 0, 0, 0);

	box-shadow: 2px 5px 10px #c1c1c1;

	box-shadow: -2px 5px 10px #c1c1c1;

}



.index42 li:nth-child(3n) {

	margin-right: 0;

}



.index42 li img {

	width: 100%;

}



.index43 {

	background: #f0f0f0;

	padding: 10px 0;

}



.index43 h2 {

	font-weight: normal;

	font-size: 16px;

	color: #000000;

}



.index43 h3 {

	font-weight: normal;

	font-size: 16px;

	color: #000000;

}





/*end*/





/*首页5*/



.index5 {

	background: url(../images/index5bg.jpg) no-repeat center top;

	height: 500px;

	margin-bottom: 80px;

}



.index51 {

	height: 600px;

	width: 462px;

	position: relative;

	top: -30px;

	left: 50px;

	padding-top: 50px;

	padding-left: 50px;

}



.index51 h2 {

	font-size: 20px;

	margin-bottom: 5px;

}



.index51 h3 {

	font-size: 20px;

	font-weight: normal;

	margin-bottom: 25px;

}



.index51 p {

	margin-bottom: 15px;

	font-size: 14px;

}



.index51 p span {

	display: inline-block;

	vertical-align: top;

}



.index51 .i1 {

	border: 1px solid #000000;

	width: 290px;

	height: 30px;

}



.index51 .i2 {

	border: 1px solid #000000;

	width: 290px;

	height: 110px;

}



.index51 .i3 {

	width: 86px;

	height: 33px;

	color: #FFFFFF;

	background: #bb1f27;

	cursor: pointer;

	margin-top: 10px;

	margin-left: 40px;

}



.index51 .i4 {

	width: 86px;

	height: 33px;

	color: #FFFFFF;

	background: #777777;

	cursor: pointer;

	margin-top: 10px;

	margin-left: 15px;

}





/*end*/





/**/



.nav {

	font-size: 0;

	text-align: center;

}



.nav li {

	display: inline-block;

	font-size: 18px;

	height: 100px;

	vertical-align: top;

}



.nav .l1 {

	width: 140px;

	line-height: 100px;

}



.nav .l1:hover a {

	background: #e8535a;

	color: #FFFFFF;

}



.nav .l2 {

	margin: 0 40px;

}



.nav a {

	display: block;

	color: #000000;

}





/**/



/*内页顶部*/

.nytp{

	font-size: 0;

	overflow: hidden;

}

.nytp img{

	position: relative;

	left: 50%;

	margin-left: -960px;

}



/*内页背景*/

.nybg1{

	background: url(../images/nybg1.jpg) repeat-y center top;

	padding-top: 20px;

}

.nybg2{

	background: #FFFFFF;

	padding-bottom: 30px;

}



/*内页标题*/

.nybt1{

	text-align: right;

	color: #a5a5a5;

	padding: 15px 15px 5px 0;

	background: url(../images/nybt1.jpg) no-repeat left bottom;

	margin-bottom: 20px;

}

.nybt1 h3{

	font-size: 12px;

	font-weight: normal;

}



/*产品中心*/

.nycpzx1{

	text-align: center;

	font-size: 0;

	margin-bottom: 50px;

}

.nycpzx1 li{

	display: inline-block;

	margin: 0 30px;

}

.nycpzx1 a{

	display: block;

}

.nycpzx1 img{

	width: 72px;

	height: 72px;

	border: 1px solid #e5e5e5;

	display: block;

	margin: 0 auto 15px;

}

.nycpzx1 p{

	font-size: 16px;

	color: #6a6a6a;

	font-weight: bold;

}

.nycpzx1 .active img,.nycpzx1 a:hover img{

	border-color: #e74c3c;

}

.nycpzx1 .active p,.nycpzx1 a:hover p{

	color: #e74c3c;

}

.nycpzx2{

	

}

.nycpzx2 li{

	float: left;

	width: 540px;

	margin: 0 30px 50px;

	box-shadow: 0 3px 10px #c1c1c1;

}

.nycpzx2 a{

	display: block;

}

.nycpzx21{

	width: 540px;

	height: 340px;

	overflow: hidden;

	font-size: 0;

	text-align: center;

}

.nycpzx21 img{

	max-width: 100%;

	max-height: 100%;

	transition: all 0.3s;

}

.nycpzx22{

	background: #f0f0f0;

	text-align: center;

	padding: 20px 0 15px;

}

.nycpzx22 p{

	color: #000000;

	font-size: 18px;

	white-space: nowrap;  

 	text-overflow:ellipsis; 

 	overflow:hidden;

}

.nycpzx2 a:hover img{

	transform: scale(1.05);

}

.nycpzx2 a:hover p{

	color: #ff0000;

}

.nycpzx3 {

	text-align: center;

	font-size: 0;

}



.nycpzx3 li {

	display: inline-block;

	color: #5d5a5a;

	font-size: 14px;

	margin-left: 15px;

}



.nycpzx3 li a {

	display: block;

	color: #5d5a5a;

	border: 1px solid #5d5a5a;

	padding: 2px 8px;

}



.nycpzx3 li a:hover {

	background: #eee;

}



.nycpzx3 select {

	border: 1px solid #5d5a5a;

	font-size: 14px;

}



/*内页产品中心详情页*/

.nycpzxx1{

	padding: 0 30px;

	margin-bottom: 20px;

}

.nycpzxx2{

	font-size: 0;

	float: left;

	width: 600px;

	margin-right: 40px;

}

.nycpzxx3{

	float: left;

	width: 500px;

}

.nycpzxx3 p{

	font-size: 14px;

	line-height: 2;

}

.nycpzxx5{
	width:100%;
	padding:0 30px;
	margin-top:30px;
	text-align:center;
}

.nycpzxx5 img{
	max-width:100%;
}

.nycpzxx4{

	background: url(../images/nybt1.jpg) no-repeat center top;

	padding: 0 30px 50px;

}

.nycpzxx4 h2{

	text-align: center;

	color: #222326;

	font-size: 14px;

	padding: 10px 0;

}

.nycpzxx41{

	background: #dedddd;

	padding: 20px 0;

	position: relative;

}

.nycpzxx41 span{

	position: absolute;

	top: 50%;

	width: 25px;

	height: 35px;

	cursor: pointer;

}

.cpzx-l{

	background: url(../images/cpzx-l.png);

	left: 0;

}

.cpzx-r{

	background: url(../images/cpzx-r.png);

	right: 0;

}

.nycpzxx42{

	width: 1090px;

	height: 221px;

	margin: 0 auto;

	position: relative;

	overflow: hidden;

}

.nycpzxx43{

	width: 9000px;

	position: absolute;

}

.nycpzxx43 li{

	float: left;

	font-size: 0;

	margin-right: 20px;

}

.nycpzxx43 li:nth-child(3n){

	margin-right: 0;

}

.nycpzxx43 li img{

	width: 350px;

	height: auto;

}



/*内页工程案例*/

.nygcal2 li{

	float: left;

	width: 550px;

	margin: 0 25px 30px;

	border: 1px solid #717170;

	padding: 15px 20px;

}

.nygcal21{

	font-size: 0;

	text-align: center;

	width: 250px;

	height: 190px;

	overflow: hidden;

	float: left;

}

.nygcal21 img{
	width:100%;
	height:100%;
}

.nygcal22{

	float: right;

	width: 240px;

}

.nygcal22 h2{

	color: #fa2525;

	font-size: 16px;

	margin-bottom: 5px;

}

.nygcal22 h3{

	font-size: 14px;

	color: #000000;

	margin-bottom: 5px;

	font-weight: normal;

}

.nygcal22 p{

	font-size: 14px;

	line-height: 1.5em;

	color: #000000;

	height: 6em;

	overflow: hidden;

	margin-bottom: 10px;

}

.nygcal22 span{

	font-size: 12px;

	color: #FFFFFF;

	background: #a11515;

	padding: 5px 10px;

}



/*招商加盟*/

.nyl{

	float: left;

	text-align: right;

}

.nyr{

	float: right;

}

.nyzsjmtop{

	width: 377px;

	height: 54px;

	margin: 0 auto;

	background: url(../images/nyzsjm4.png) no-repeat center center;

	text-align: center;

}

.nyzsjmtop1{

	width: 377px;

	height: 54px;

	margin: 0 auto;

	background: url(../images/nyzsjm5.png) no-repeat center center;

	text-align: center;

}

.nyzsjmtop h2{

	color: #656565;

	font-size: 20px;

}

.nyzsjmtop h3{

	color: #656565;

	font-size: 20px;

}

.nyzsjmtop1 h2{

	color: #ffffff;

	font-size: 20px;

}

.nyzsjmtop1 h3{

	color: #ffffff;

	font-size: 20px;

}



.nyzsjm1{

	text-align: center;

	font-size: 0;

	margin-bottom: 50px;

}

.nyzsjm1 li{

	display: inline-block;

	margin: 0 100px;

}

.nyzsjm1 a{

	display: block;

}

.nyzsjm1 img{

	width: 72px;

	height: 72px;

	border: 1px solid #e5e5e5;

	display: block;

	margin: 0 auto 15px;

}

.nyzsjm1 p{

	font-size: 16px;

	color: #6a6a6a;

	font-weight: bold;

}

.nyzsjm1 a:hover img{

	border-color: #e74c3c;

}

.nyzsjm1 a:hover p{

	color: #e74c3c;

}



.nyzsjm2 ul{

	margin-top: 30px;

}

.nyzsjm2 li{

	margin-bottom: 40px;
	
	height:106px;

}

.nyzsjm21{

	width: 390px;

	height: 106px;

}

.nyzsjm21 img{

	max-width: 100%;

}

.nyzsjm22{

	width: 730px;

	height: 106px;

	border-bottom: 1px solid #717170;

	border-top: 1px solid #717170;

	padding: 12px 0;

}

.nyzsjm22 p{

	font-size: 14px;

	line-height: 2em;

	height: 6em;

	overflow: hidden;

}



.nyzsjm3{

	background: url(../images/nyzsjmbg1.jpg) no-repeat center top;

	padding-top: 20px;
	
	height:1044px;

}



.nyzsjm3 ul{

	margin-top: 50px;

}



.nyzsjm3 li{

	float: left;

	width: 380px;

	height: 410px;

	margin-right: 30px;

	background: #FFFFFF url(../images/nyzsjm6.png) no-repeat right top;

	border: 1px solid #717170;

	border-radius: 5px;

	padding: 20px 20px 0;

	margin-bottom: 50px;

}

.nyzsjm3 li:nth-child(3n){

	margin-right: 0;

}

.nyzsjm3 li h2{

	color: #6e6e6e;

	font-size: 18px;

	text-align: center;

	margin-bottom: 5px;

}

.nyzsjm3 li h3{

	color: #6e6e6e;

	font-size: 12px;

	text-align: center;

	padding-bottom: 15px;

	border-bottom: 1px dashed #6e6e6e;

	margin-bottom: 20px;

}

.nyzsjm3 li p{

	line-height: 2em;

	font-size: 14px;

}



.nyzsjm4{

	padding: 30px 0;

}

.nyzsjm4 img{

	max-width: 100%;

	display: block;

	margin: 20px auto 30px;

}

.nyzsjm41 ul{

	width: 400px;

	float: left;

	margin: 0 100px;

}

.nyzsjm41 ul li{

	line-height: 2em;

	font-size: 12px;

}

.nyzsjm41 ul h2{

	color: #656565;

	font-size: 20px;

	margin-bottom: 10px;

}



/*在线留言*/

.nyzxlytop{

	width: 231px;

	height: 33px;

	margin: 0 auto 30px;

	background: url(../images/nyzxly1.png) no-repeat center center;

	text-align: center;

}

.nyzxlytop h2{

	color: #656565;

	font-size: 12px;

}

.nyzxlytop h3{

	color: #656565;

	font-size: 12px;

}

.nyzxlytop1{

	width: 231px;

	height: 33px;

	margin: 0 auto 30px;

	background: url(../images/nyzxly1.png) no-repeat center center;

	text-align: center;

}

.nyzxlytop1 h2{

	color: #656565;

	font-size: 16px;

}

.nyzxlytop1 h3{

	color: #656565;

	font-size: 12px;

}

.nyzxly1{

	width: 800px;

	margin: 0 auto;

}

.nyzxly1 p{

	margin-bottom: 20px;

}

.nyzxly1 .s1{

	float: left;

	text-align: right;

	width: 150px;

	height: 40px;

	line-height: 40px;

	font-size: 18px;

	color: #666666;

}

.nyzxly1 .s2{

	color: #FF0000;

}

.nyzxly1 .i1{

	width: 650px;

	height: 40px;

	font-size: 18px;

	border: 1px solid #efeaea;

	box-shadow: 3px 3px 3px #efeaea inset,-3px -3px 3px #efeaea inset;

	padding: 0 10px;

}

.nyzxly1 .i2{

	width: 650px;

	height: 300px;

	font-size: 18px;

	border: 1px solid #efeaea;

	box-shadow: 3px 3px 3px #efeaea inset,-3px -3px 3px #efeaea inset;

	padding: 10px;

}

.nyzxly1 .i3{

	color: #FFFFFF;

	background: linear-gradient(#fb3d4b,#cc0202);

	font-size: 18px;

	width: 160px;

	height: 40px;

	cursor: pointer;

	border: 1px solid #c18c8c;

	border-radius: 5px;

	margin-left: 200px;

}

.nyzxly1 .i4{

	color: #FFFFFF;

	background: linear-gradient(#fb3d4b,#cc0202);

	font-size: 18px;

	width: 160px;

	height: 40px;

	cursor: pointer;

	border: 1px solid #c18c8c;

	border-radius: 5px;

	margin-left: 20px

}



/*专卖店*/

.nyzmd1{

	

}

.nyzmd1 li{

	position: relative;

	height: 126px;

	border: 1px solid #717170;

	margin: 30px 0 80px;

	padding-left: 300px;

	padding-top: 20px;

}

.nyzmd1 img{

	width: 246px;

	height: 186px;

	position: absolute;

	left: 20px;

	top: 0;

	margin-top: -30px;

}

.nyzmd1 h2{

	color: #fa2525;

	font-size: 16px;

	line-height: 2em;

}

.nyzmd1 p{

	font-size: 14px;

	line-height: 2em;

}



/*新闻中心*/

.nyxwzx1{

	text-align: center;

	font-size: 0;

	margin-bottom: 50px;

}

.nyxwzx1 li{

	display: inline-block;

	margin: 0 60px;

}

.nyxwzx1 a{

	display: block;

}

.nyxwzx1 img{

	width: 72px;

	height: 72px;

	border: 1px solid #e5e5e5;

	display: block;

	margin: 0 auto 15px;

}

.nyxwzx1 p{

	font-size: 16px;

	color: #6a6a6a;

	font-weight: bold;

}

.nyxwzx1 .active img,.nyxwzx1 a:hover img{

	border-color: #e74c3c;

}

.nyxwzx1 .active p,.nyxwzx1 a:hover p{

	color: #e74c3c;

}

.nyxwzx2 li{

	width: 560px;

	height: 375px;

	float: left;

	margin: 0 20px 120px;

	position: relative;

}

.nyxwzx2 li img{

	width: 560px;

	height: 375px;

}

.nyxwzx21{

	position: absolute;

	width: 420px;

	height: 160px;

	left: 70px;

	bottom: -80px;

	background: #f0f0f0;

	padding: 15px 20px 0;

	transition: all 0.3s;

}

.nyxwzx21:hover{

	box-shadow: 0 3px 10px #c1c1c1;

}

.nyxwzx21 h2{

	text-align: center;

	font-size: 14px;

	color: #FF0000;

	margin-bottom: 10px;

}

.nyxwzx21 h3{

	text-align: right;

	font-size: 12px;

	color: #6d6d6d;

}

.nyxwzx21 p{

	font-size: 12px;

	color: #3d3d3d;

	line-height: 2em;

	height: 6em;

	overflow: hidden;

	margin-bottom: 5px;

}

.nyxwzx21 a:hover p{

	color: #FF0000;

}



.nyxwzxx1{

	padding: 0 50px;

	text-align: center;

}

.nyxwzxx1 h2{

	color: #fe0000;

	font-size: 18px;

}

.nyxwzxx1 h3{

	font-size: 12px;

	font-weight: normal;

	color: #b8b0b0;

	padding: 10px 0 5px;

	border-bottom: 1px dashed #b8b0b0;

	margin-bottom: 20px;

}

.nyxwzxx2{

	line-height: 1.5;

	margin-bottom: 20px;

}

.nyxwzxx2 img{

	max-width: 100%;

}



/*联系我们*/

.nylxwm1{

	width: 640px;

	margin: 30px auto;

}

#dituContent{

	width:100%;

	height:350px;

	border:#ccc solid 1px;

}

.nylxwm2{

	width: 640px;

	margin: 0 auto;

}

.nylxwm2 p{

	color: #6e6e6e;

	line-height: 2;

}

.nylxwm2 p span{

	float: left;

	width: 40px;

	height: 40px;

	margin-right: 20px;

}

.nylxwm2 p .s1{

	background: url(../images/nylxwm1.png);

}

.nylxwm2 p .s2{

	background: url(../images/nylxwm2.png);

}

.nylxwm2 p .s3{

	background: url(../images/nylxwm3.png);

}



/*公司简介*/

.nygsjj1{

	text-align: center;

	font-size: 0;

	margin-bottom: 50px;

}

.nygsjj1 li{

	display: inline-block;

	margin: 0 60px;

}

.nygsjj1 a{

	display: block;

}

.nygsjj1 img{

	width: 72px;

	height: 72px;

	border: 1px solid #e5e5e5;

	display: block;

	margin: 0 auto 15px;

}

.nygsjj1 p{

	font-size: 16px;

	color: #6a6a6a;

	font-weight: bold;

}

.nygsjj1 a:hover img{

	border-color: #e74c3c;

}

.nygsjj1 a:hover p{

	color: #e74c3c;

}

.nygsjj2{

	margin: 0 auto 30px;
	background: url(../images/gsjjbg1.jpg);


}
.nygsjj21{
	font-size: 14px;
	line-height: 2;
	background: url(../images/gsjjbg1.jpg);
	padding: 35px 75px;
}
.nygsjj21 h2{
	color: #797979;
	font-size: 25px;
	margin-bottom: 10px;
}
.nygsjj21 h2 span{
	font-size: 12px;
}

.nygsjj3{

	text-align: center;

	margin-bottom: 30px;
	
	padding: 0 40px;

}

.nygsjj4{

	text-align: center;

}

.nygsjj3 img{

	max-width: 100%;

}

.nygsjj4 img{

	max-width: 100%;

}



.mask{

	display: none;

	position: fixed;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	background: rgba(0,0,0,0.5);

	z-index: 1;

}

#sidebar_trigger{

	display: none;

}

.nygsjj41{
	display: none;
}


@media only screen and (max-width: 768px) {
	.top21{
		display:none;
	}
	.nygsjj41{
		display: block;
	}
	.nygsjj41 li{
		width: 50%;
		float: left;
	}
	.nygsjj41 img{
		max-width: 100%;
	}
	.poster-main{
		display: none;
	}
	.nygsjj21{
		padding: 20px 15px;
		font-size: 12px;
	}
	
	.nygsjj3{
		padding: 0 15px;
	}

	.top{

		padding: 0;

	}

	.top1{
		display:none;
			
		margin-left: 0;

	}
	
	.top11{
		display:block;
	}
	
	.top11 img{
		width:200px;
	}

	.top2{

		margin-top: 20px;

		margin-right: 30px;

	}
	
	.banner-r{
		display:none;
	}
	
	.banner-l{
		display:none;
	}

	#sidebar_trigger{

		display: block;

		text-align: right;

	}

	#sidebar{

		position: fixed;

		top: 0;

		bottom: 0;

		right: -150px;

		width: 150px;

		height: auto;

		background: #c3c3c3;

		transition: right 0.5s;

		font-size: 16px;

		z-index: 2;
		
		padding-left:0;

	}

	.w1200{

		width: 100%;

	}

	.footer{

		padding: 5px;

	}

	.footer1{

		margin-bottom: 5px;

	}

	.yqlj1{

		margin-bottom: 5px;

	}

	.yqlj1 h2{

		font-size: 14px;

	}

	.yqlj2{

		padding: 0 5px 5px;

	}

	.index5{

		height: auto;

		margin-bottom: 20px;

	}

	.index51{
		
		background: url(../images/index51.png) no-repeat left top;

		position: static;

		padding: 20px 0;

		width: 300px;

		height: auto;

		margin: 0 auto;

	}

	.index51 h2{

		font-size: 14px;

		text-align: center

	}

	.index51 h3{

		font-size: 12px;

		margin-bottom: 10px;

		text-align: center;

	}

	.index51 p{

		font-size: 12px;

		margin-bottom: 5px;

		padding-left: 25px;

	}

	.index51 .i1{

		height: 24px;

		border-radius: 0;

		width: 200px;

	}

	.index51 .i2{

		height: 100px;

		border-radius: 0;

		width: 200px;

	}

	.index51 .i3{

		width: 50px;

		height: 24px;

		border-radius: 0;

		margin-left: 60px;

	}

	.index51 .i4{

		width: 50px;

		height: 24px;

		border-radius: 0;

	}

	.index4{

		height: auto;

		padding-top: 20px;

		margin-bottom: 10px;

	}

	.index41{

		margin-bottom: 15px;

	}

	.index41 h2{

		font-size: 16px;

	}

	.index42 li{

		width: 48%;

		margin: 0 1% 10px;

	}

	.index42 li:nth-child(3n){

		margin-right: 1%;

	}

	.index44{

		background: none;

	}

	.index3{

		height: auto;

		background: none;

	}

	.index3 img{

		display: block;

		max-width: 100%;

	}

	.index31{

		height: auto;

	}

	.index31 .h1{

		position: static;

		color: #ff0000;

		text-align: center;

		font-size: 18px;

		display: none;

	}

	.index31 .h2{

		display: none;

		position: static;

		color: #ff0000;

		text-align: center;

		font-size: 16px;

		margin-bottom: 10px;

	}

	.index31 .h3{

		display: none;

	}

	.index31 .h4{

		display: none;

	}

	.index31 p{

		display: none;

	}

	.index31 .a1{

		display: none;

	}

	.index31 .a2{

		display: none;

	}

	.index31 .a3{

		display: none;

	}

	.index2{

		padding: 20px 0 10px;

	}

	.index21{

		display: none;

	}

	.index22{

		width: 100%;

	}

	.index13{

		display: none;

	}

	.index11{

		margin-bottom: 20px;

	}

	.index11 h2{

		font-size: 16px;

	}

	.index12 li{

		width: 140px;

		margin: 0 5px 10px;

	}

	.index12 a{

		width: 140px;

	}

	.index1{
		padding:20px 0;

	}

	.ibanner{

	}

	.nytp img{

		position: static;

		margin-left: 0;

		max-width: 100%;

	}

	.nygsjj1 li{

		margin: 0 10px;

	}

	.nygsjj2{

		width: 100%;

	}

	.nygsjj2 img{

		max-width: 100%;

	}

	.nygsjj2 li{

		margin-bottom: 20px;

	}

	.nygsjj2 p{

		height: auto;

		line-height: 1.5em;

	}

	.nygsjj21{

		width: 100%;

	}

	.nygsjj22{

		width: 100%;

	}

	.nycpzx2 li{

		width: 80%;

		margin: 0 10% 20px;

	}

	.nycpzx21{

		width: 100%;

		height: auto;

	}

	.nycpzx3 li{

		font-size: 12px;

		margin-left: 10px;

		margin-bottom: 5px;

	}

	.nycpzx3 li a{

		padding: 1px 5px;

	}

	.nycpzxx1{

		padding: 0 10px;

		margin-bottom: 30px;

	}

	.nycpzxx2{

		width: 100%;

	}

	.nycpzxx2 img{

		max-width: 100%;

	}

	.nycpzxx3{

		width: 100%;

	}

	.nycpzxx4{

		display: none;

	}

	.nyzxly1{

		width: 100%;

	}

	.nyzxly1 p{

		margin-bottom: 10px;

	}

	.nyzxly1 .s1{

		width: 30%;

		font-size: 14px;

	}

	.nyzxly1 .i1{

		width: 65%;

	}

	.nyzxly1 .i2{

		width: 65%;

		height: 150px;

	}

	.nyzxly1 .i3{

		margin-left: 20%;

		width: 100px;

	}

	.nyzxly1 .i4{

		margin-left: 10px;

		width: 100px;

	}

	.nylxwm2{

		width: 100%;

		padding: 0 10px;

	}

	.nylxwm1{

		width: 90%;

		margin: 0 5% 10px;

	}

	.nyxwzx1 li{

		margin: 0 20px;

	}

	.nyxwzx2 li{

		width: 90%;

		height: auto;

		margin: 0 5% 30px;

	}

	.nyxwzx2 li img{

		max-width: 100%;

		height: auto;

	}

	.nyxwzx21{

		position: static;

		width: 100%;

	}

	.nygcal2 li{

		width: 90%;

		margin: 0 5% 20px;

	}

	.nygcal21{

		width: 100%;

		height: auto;

	}

	.nygcal21 img{

		max-width: 100%;

	}

	.nygcal22{

		width: 100%;

	}

	.nygcal22 p{

		height: auto;

	}

	.nyzmd1 li{

		padding: 10px;

		height: auto;

		margin: 30px 0;

	}

	.nyzmd1 img{

		width: 100%;

		height: auto;

		position: static;

	}

	.nyzsjm1 li{

		margin: 0 10px;

	}

	.nyzsjmtop{

		background: none;

		width: 100%;

		height: auto;

	}

	.nyzsjmtop1{

		background: none;

		width: 100%;

		height: auto;

	}

	.nyzsjm21{

		width: 100%;

		height: auto;

	}

	.nyzsjm22{

		width: 100%;

		height: auto;

	}

	.nyzsjm3 li{

		width: 100%;

		height: auto;

	}

	.nyzsjm41 ul{

		width: 90%;

		margin: 0 5% 20px;

	}

	.top22 li{

		display: block;

		width: 100%;

		height: auto;

		padding: 10px 0;
		
		border-bottom:2px solid #b7b7b7;
		
		border-top:2px solid #dedede;

	}
	.top22 li:first-child{
		border-top: