@charset "utf-8";

body,div,p,ul,ol,li,input,h2,h3,h4,h5,form{margin: 0;padding: 0;}
body,button, input, select, textarea { font:12px/1.125 Arial,Helvetica,sans-serif;color:#666666;}
address, cite, dfn, em, var ,i,h2{ font-style: normal; font-weight:normal}
ul, ol,li{ list-style: none; }
a { text-decoration: none; cursor:pointer; }
a:hover {color:#ff6600; text-decoration: underline; cursor:pointer}
html { overflow-y: scroll;  }
img{display:block;border:none;}
.clearfix:after{content: "";display: block;clear: both;}
.clearfix{zoom: 1;}
body{ background:#ffffff;  min-width:1002px;  }
*html{
    background-image:url(about:blank);
    background-attachment:fixed;}
.loading
{
    display: block;
    margin: 30px auto;
}
.tips
{
    display: block;
    text-align: center;
    font: bold 20px/30px 'microsoft yahei';
    color: #f0b852;
    margin: 30px auto;
}
.main{
	width: 100%;
	background: url(../images/bg.jpg) repeat;

}
.main-bottom{
	width: 100%;
	background: url(../images/bg2.jpg) repeat;
}
.main2{
	position: relative;
	margin: 0 auto;
}
.line{
	padding-top:20px;
	border-bottom: 1px #000 solid;
	margin-bottom: -5px;
}
.line a{
	display: block;
	width: 275px;
	margin:0 auto;
}
/*头部轮播*/
.top {
	position: relative;
	display: block;
	height: 450px;
	overflow: hidden;
}
.toppic1, .toppic2, .toppic3, .toppic4{
	display:none;
		position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -960px;
	width:1920px;
}
.toppic1{

	background: url(../images/top1.jpg) no-repeat top center;
	height: 450px;
}
.toppic2{
	background: url(../images/top2.jpg) no-repeat top center;
	height: 450px;
}
.toppic3{
	background: url(../images/top3.jpg) no-repeat top center;
	height: 450px;
}
.toppic4{
	background: url(../images/top4.jpg) no-repeat top center;
	height: 450px;
}
.topdis {
	display: block;
}
.button1, .button2, .button3, .button4 {
	position: absolute;
	top: 400px;
	left: 50%;
	z-index: 2;
}

.button1 {
	display: block;
	height: 12px;
	width:12px;
	background: url("../images/topb1.png") no-repeat;
	_background: url("../images/topb1_ie6.png") no-repeat;
	margin-left: -10px;
}
.button2 {
	display: block;
	height: 12px;
	width:12px;
	background: url("../images/topb2.png") no-repeat;
	_background: url("../images/topb2_ie6.png") no-repeat;

	margin-left: 10px;
}
.button3 {
	display: block;
	height: 12px;
	width:12px;
	background: url("../images/topb2.png") no-repeat;
	_background: url("../images/topb2_ie6.png") no-repeat;

	margin-left: 30px;
}
.button4 {
	display: block;
	height: 12px;
	width:12px;
	background: url("../images/topb2.png") no-repeat;
	_background: url("../images/topb2_ie6.png") no-repeat;

	margin-left: 30px;
}
.tb1{
	background: url("../images/topb1.png") no-repeat;
	_background: url("../images/topb1_ie6.png") no-repeat;
}
.tb2{
		background: url("../images/topb2.png") no-repeat;
	_background: url("../images/topb2_ie6.png") no-repeat;
}
/*产品部分*/
.mainbg{
	padding-bottom:50px;
	width: 100%;
	background: url(../images/smallbg.png) no-repeat top center;
	_background: url(../images/smallbg_ie6.png) no-repeat top center;
}
.mainbg2{
	padding-bottom:50px;
	width: 100%;
	background: url(../images/smallbg2.png) no-repeat top center;
	_background: url(../images/smallbg2_ie6.png) no-repeat top center;
}
.mainnr{
	width: 1200px;
	margin:0 auto;
}
/*头部导航*/
.nav{
	padding-top: 20px;
	width: 1200px;
	height: 95px;
	background: url(../images/hnav.jpg) no-repeat bottom center;
}
.nav a{
	float: left;
}
.nav1,.nav2,.nav3,.nav5{
	width: 190px;
	height: 70px;
}
.nav4{
	width: 160px;
	height: 70px;
}
.nav1{
	background:url(../images/bg.png) -185px 0px no-repeat;
	_background:url(../images/bg_ie6.png) -185px 0px no-repeat;
}
.nav2{

		background:url(../images/bg.png) 0px 0px no-repeat;
	_background:url(../images/bg_ie6.png) 0px 0px no-repeat;

}
.nav3{
	background:url(../images/bg.png) -380px 0px no-repeat;
	_background:url(../images/bg_ie6.png) -380px 0px no-repeat;
}
.nav4{
	background:url(../images/bg.png) -589px 0px no-repeat;
	_background:url(../images/bg_ie6.png) -589px 0px no-repeat;
}
.nav5{
	background:url(../images/bg.png) -740px 0px no-repeat;
	_background:url(../images/bg_ie6.png) -740px 0px no-repeat;
}

.nav1:hover,.nav2:hover,.nav3:hover,.nav4:hover,.nav5:hover{
.animation: Tada 2s;
-moz-animation: Tada 2s;	/* Firefox */
-webkit-animation: Tada 2s;	/* Safari 和 Chrome */
-o-animation: Tada 2s;
}
@-webkit-keyframes Tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
@-moz-keyframes Tada {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    10%, 20% {
        -moz-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -moz-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -moz-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -moz-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
@-ms-keyframes Tada {
    0% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
    10%, 20% {
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
@keyframes Tada {
    0% {
        transform: scale(1);
        transform: scale(1);
    }
    10%, 20% {
        transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}


/*第一部分产品行*/
.zyxlink{
	width: 225px;
	height: 118px;
	background:url(../images/bg.png) -50px -75px no-repeat;
	_background:url(../images/bg_ie6.png) -50px -75px no-repeat;
}
.ctylink{
	margin-top:-40px;
	margin-left: -30px;
	width: 265px;
	height: 165px;
	background:url(../images/bg.png) -20px -197px no-repeat;
	_background:url(../images/bg_ie6.png) -20px -197px no-repeat;
}
.ddylink{
	width: 225px;
	height: 150px;
	background:url(../images/bg.png) -50px -360px no-repeat;
	_background:url(../images/bg_ie6.png) -50px -360px no-repeat;
}
.baokuan .hd_outter{
	float: left;
	margin:25px 20px 0 0;
	position: relative;
	width: 587px;
	height: 510px;
	background: #fff;
	overflow: hidden;
}
.baokuan .hd_img{
	width: 587px;
	height: 328px;
}
.baokuan .hd_title{
	width: 567px;
	padding:5px 10px;
	height: 31px;
	display: block;
	font:24px "微软雅黑";
	overflow: hidden;
}
.baokuan .hd_title:hover{
	color: #000;
}
.baokuan .hd_aa{
	display: none;
}
.baokuan .hd_des{
	margin:0 10px;
	padding:5px 0px 10px;
	font:14px "微软雅黑";
	color: #4c4c4c;
	border-bottom: 1px #cccccc solid;
}
.baokuan .hd_des ul{
	height: 38px;
	_height:40px;
	overflow: hidden;
}
.baokuan .price_img{
	display: none;
}
.baokuan .bottomSmall{
	display: none;
}
.baokuan .hd_online{
	float:left;
	padding:0px 10px;
	color: #ff0302;
	font:24px "微软雅黑";
}
.baokuan .hd_online i{
	color: #ff0302;
	font:40px "微软雅黑";

}
.baokuan .hd_org{
	position: absolute;
	top: 415px;
	_top: 420px;
	left:150px;
	padding:20px;
	font:14px/95px "微软雅黑";

}
.baokuan .buy_now2{
	display: block;
	margin:10px 25px;
	padding:8px 0 0 20px;
	float: right;
	width: 90px;
	height: 32px;
	background: #ff0302;
	font:18px "微软雅黑";
	color: #fff;
}
.baokuan .buy_now2:hover{
	color: #fff;
}



.putong .hd_outter{
	float: left;
	margin:25px 25px 0 0;
	position: relative;
	width: 280px;
	height: 320px;
	background: #fff;
	overflow: hidden;
}
.putong .hd_img{
	width: 280px;
	height: 210px;
}
.putong .hd_title{
	
	padding:2px 10px 5px;
	height: 38px;
	display: block;
	font:16px "微软雅黑";
	overflow: hidden;
}
.putong .hd_title:hover{
	color: #000;
}
.putong .hd_aa{
	display: none;
}
.putong .hd_des{
	display: none;
}
.putong .price_img{
	display: none;
}
.putong .bottomSmall{
	display: none;
}
.putong .hd_online{
	float:left;
	padding:15px 10px;
	+padding:0px 10px;
	color: #ff0302;
	font:18px "微软雅黑";
}
.putong .hd_online i{
	color: #ff0302;
	font:25px "微软雅黑";

}
.putong .hd_org{
	display: none;

}
.putong .buy_now2{
	display: block;
	margin:10px;
	+margin:-10px 10px 10px 0;
	padding:8px 0 0 20px;
	float: right;
	width: 90px;
	height: 32px;
	background: #ff0302;
	font:18px "微软雅黑";
	color: #fff;
}
.putong .buy_now2:hover{
	color: #fff;
}

/*下方内容*/
.bottombg{
	
	height:60px	;
	background: url(../images/bg3.jpg) repeat-x ;
	_background: url(../images/bg3.jpg) repeat-x ;
}
.wlgl{
	position: relative;
	padding:1px 0 0 150px;
	font:14px/30px "微软雅黑";
	color:#7e3605;
}
.wlgl pre{
	padding-bottom: 20px;
}
.video{
	position: absolute;
	left:640px;
	_left:440px;
	top:20px;
}
.bottomleft{
	display: inline;
	width: 855px;
	overflow: hidden;
	float: left;
	padding-bottom: 100px;
}
.bottomleft2{
	width: 345px;
	overflow: hidden;
	display: inline;
	float:left;
}
.bottomleft .hd_price{
	display: none;
}
.bottomleft .hd_outter{
	height: 271px;
	margin:0 5px 5px 0;
}
.bottomleft .hd_title{
    font-weight: bold;
	padding:0px 10px 5px;
	height: 40px;
}

.jchdpic{
	padding-top:50px;
		padding-bottom: 30px;
}
.jchd{ position: relative; height:211px;margin-top: 30px;}
.jingCaiHuoDong_box{ width: 1200px; height: 211px; overflow:hidden;}
.jingCaiHuoDong_mian li a,.jingCaiHuoDong_mian li a img{ display: block;}
.jingCaiHuoDong_mian li{ padding-right: 20px; width: 286px; height: 211px;}
.jchd_btn{ display: none; width: 29px; height: 62px; position: absolute; top: 72px; z-index: 999;}
.lbtn{ left: 0; background: url(../images/lbtn.png) no-repeat;}
.rbtn{ right: 0; background: url(../images/rbtn.png) no-repeat;}
.fleft{float: left;display: inline;}


/*导航
.cfd{position:fixed; top:830px; z-index:999;  left:50%; margin-left:-800px; padding:0x;  
	_position: absolute;    width:expression(document.body.clientWidth > 94?"94px": "auto" ); 
	height:expression(document.body.clientHeight > 283?"283px": "auto" );
	overflow:hidden;-webkit-transform:scale(0.01,.01);-moz-transform:scale(0.01,.01);
	-o-transform:scale(0.01,.01);-ms-transform:scale(0.01,.01);transform:scale(0.01,.01);
	-webkit-transition:all 400ms linear 0;-moz-transition:all 400ms linear 0;
	-o-transition:all 400ms linear 0;-ms-transition:all 400ms linear 0;transition:all 400ms linear 0;visibility:hidden; _visibility:hidden;
}	
.nav_show{visibility:visible;_display:block;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1));-ms-transform:scale(1);transform:scale(1)}	
*/

.cfd{
	position:fixed; top:20px; z-index:999;  left:50%; 
	margin-left:-660px;
	height:250px;
	width:48px;
	background: #673308;
	font:18px/50px "微软雅黑";
	color:#fff;
	display: none;
}
.cfd{
	_margin-top:20px;
	_position:absolute;
	_bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop));
}
.FadeIn {
	display:block;
    -webkit-animation:FadeIn 1s ease-out backwards;
    -moz-animation:FadeIn 1s ease-out backwards;
    -ms-animation:FadeIn 1s ease-out backwards;
    animation:FadeIn 1s ease-out backwards;
}
@-webkit-keyframes FadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes FadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-ms-keyframes FadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes FadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.cfd li{
	padding-left: 6px;
}
.cfd li:hover{
	color:#ffc955;
	text-decoration: underline;
}

.cfd li a:visited{
	color:#fff;
}
.cfd li a:link{
	color:#fff;
}
.cfd li a:hover{
	color:#ffc955;
}
.cfdhover{
	color:#ffc955;
	text-decoration: underline;

}
.cfd img{
	vertical-align: top;
}
*html{
    background-image:url(about:blank);
    background-attachment:fixed;}
.weibo{
	_margin-top: 5px;
	width: 335px;
	padding:5px 5px 0 5px;
	height: 484px;
		background: url(../images/bg.jpg) repeat;
}
    .weibo iframe{
    	border:0px;
    }













