@charset "utf-8";
body,div,ul,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,A,input,textarea, img{
	margin:0px;
	padding:0px;
	font-size:14px;
	text-align:left;
	font-family:"microsoft yahei";
	text-decoration: none;
	color: #333;
	list-style:none ;
	box-sizing: border-box;
	}

body{
	overflow-x: hidden;
	background: #f5f5f5;
}
.index{
	background: #fff;
}
.head_bj{
	background: #fff;
	}
.clearfix:after,.clearfix:before {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
A:hover{
	color: #ba0001;
}

.bai a{
	color:#FFFFFF;
	}
img{ 
 	border:0; 
 	display: block;
	transition: all 0.5s ease;
 	}	

.banner img:hover{
	transform:scale(1)
	} 
.left{
	float:left;
	}
.right{
	float:right;
	}
.clear{
	clear:both;
	}
.block{
	display:block;
	}

.duration15 { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; }
.duration18 { -webkit-animation-duration: 1.8s; animation-duration: 1.8s; }
.duration20 { -webkit-animation-duration: 2s; animation-duration: 2s; }
.delay1 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
.delay2 { -webkit-animation-delay: 0.35s; animation-delay: 0.35s; }
.delay3{ -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
.delay4{ -webkit-animation-delay: 0.65s; animation-delay: 0.65s; }
.delay5{ -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }
.delay6{ -webkit-animation-delay: 0.95s; animation-delay: 0.95s; }
.delay7{ -webkit-animation-delay: 1.1s; animation-delay: 1.1s; }
.delay8{ -webkit-animation-delay: 1.25s; animation-delay: 1.25s; }
.delay9{ -webkit-animation-delay: 1.4s; animation-delay: 1.4s; }
.delay10{ -webkit-animation-delay: 1.55s; animation-delay: 1.55s; }
.an-hide{ 
	visibility:hidden;
    *visibility:visible;
	}
.an-show{ 
	visibility:visible;
}

@font-face
{
font-family: ywzt;
src: url('Impact.TTF'),
     url('Impact.eot'); /* IE9+ */
}
.container{
	width: 1200px;
	margin:auto;
}

/*top*/
.zxgg{
	height:40px;
	background:#f8f8f8;
	}
.zxgg ul li{
	line-height:40px;
	color:#666;
	}
.zxgg ul li img{
	display:inline-block;
	vertical-align:middle;
	}
.zxgg ul li a{
	padding:0 10px;
	color:#666;
	}
.head{
	height:130px;
	}
.logo{
	width:430px;
	float:left;
	margin-top:40px;
}
.head_shuoshu{
	float:right;
	margin-right:40px;
	margin-top:25px;
	}
.tel{
	float:right;
	margin-top:40px;
	}
.tel img{
	float:left;
	margin-top:5px;
	margin-right:10px;
	}
.tel h2{
	display:inline-block;
	font-size:30px;
	color:#333;
	font-family:ywzt;
	font-weight:normal;
	line-height:30px;
	}
.tel h2 span{
	font-size:14px;
	color:#333;
	display:block;
	line-height:16px;
	}
/**/
.nav{
	width:100%;
	height:60px;
	background:url(nav_bj.jpg);
	}

.nav ul li{
	width:150px;
	float:left;
	position:relative;
	}
.nav ul li a{
	color: #fff;
	font-size:16px;
	line-height:60px;
	display:block;
	text-align:center;
}

.nav ul li a:hover , .nav ul .sy a{
	color:#fff;
	background:#e47f10;
}

.nav .submenu{ 
	width:100%;
	position:absolute; 
	top:60px;
	display:none; 
	z-index:999;
	background-image:none;
	background-color: rgba(0,0,0,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);
	
	}
.nav .submenu dl dt a{
	display: block;
    text-align: left;
    color: #666;
	text-align:center;
	width:100%;
    line-height: 40px;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
	color:#fff;
	border-top:1px solid rgba(255,255,255,0.2);
	background:none;
	}
.nav .submenu dl dt a:hover{
	background-image:none;
	background:#e47f10 !important;
	color:#fff;
	}

/*banner*/
.swiper-container {
      width: 100%;
      height: 100%;
    }

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	width:40px;
	height:80px;
	left:0px;
	background-color: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	width:40px;
	right:0px;
	height:80px;
	background-color: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	}
.swiper-button-prev:hover , .swiper-button-next:hover {
	background:#e47f10;
	}	
.swiper-button-next:after,.swiper-button-prev:after {
	color:#fff;
	font-size:20px;
	}
.swiper-pagination-bullet {
	width:20px;
	height: 20px;
	opacity:0.8;
	background:#dddddd;
	}
.swiper-pagination-bullet-active {
	background:#e47f10;
	opacity:1;
	}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:3%;
	}
.swiper-button-next, .swiper-button-prev{
	margin-top:-75px;
	}
/**/
.rmss{
	height:80px;
	background:#f1f1f1;
	}
.rmss ul li{
	line-height:80px;
	}
.rmss ul .right{
	width:285px;
	height:37px;
	margin-top:20px;
	line-height:37px;
	text-align:right;
	}
.sub {
    background: #e47f10;
    border: none;
    height: 39px;
	width:80px;
    color: #fff;
}
.sskk {
    border: 1px solid #ddd;
    height: 40px;
    padding: 10px;
}
/**/
.bt{
	text-align:center;
	width:1200px;
	margin:auto;
	background:url(bt_hs.png) no-repeat 0px 100px;
	padding-bottom:30px;
	padding-top:70px;
	}
.bt span{
	display:inline-block;
	color:#555;
	text-transform:uppercase;
	}
.bt h2{
	font-size:32px;
	text-align:center;
	color:#111;
	padding:5px 0;
	}
.bt h2 b{
	color:#e47f10;
	}
.bt p{
	text-align:center;
	font-size:16px;
	color:#333;
	}
.bt h4{
	text-align:center;
	padding-top:20px;
	}
.bt h4 a{
	font-size:16px;
	border:1px solid #ddd;
	line-height:40px;
	border-radius:20px;
	display:inline-block;
	padding:0 50px;
	margin:0 5px;
	font-weight:normal;
	}
.bt h4 a:hover{
	background:#e47f10;
	color:#fff;
	}
.bai span{
	color:#fff;
	}
.bai h2 {
	color:#fff;
	}
/**/

/**/
.product_left{
	background:#f1f1f1;
	width:258px;
	float:left;
	}
.product_left ul li{
	height:120px;
	}
.product_left ul li a{
	display:block;
	width:247px;
	height:120px;
	background:url(pr_fl.jpg);
	float:left;
	padding:30px 0 0 25px;
	}
.product_left ul li a h3{
	font-size:48px;
	font-family:ywzt;
	font-weight:normal;
	color:#fff;
	float:left;
	}
.product_left ul li a h2{
	color:#fff;
	font-size:20px;
	margin-top:8px;
	float:left;
	padding-left:10px;
	}
.product_left ul li a h2 span{
	font-size:12px;
	color:#fff;
	font-weight:normal;
	display:block;
	}
.product_left ul li img{
	float:right;
	display:none;
	margin-top:50px;
	}
.product_left ul li:hover a{
	background:#e47f10;
	}
.product_left ul li:hover img{
	display:block;
	}
.product_right{
	background:#f1f1f1;
	float:right;
	width:942px;
	padding-bottom:31px;
	}
.product_right ul li{
	width:270px;
	height:285px;
	float:left;
	margin-top:25px;
	margin-left:30px;
	text-align:center;
	}
.product_right ul li span{
	display:block;
	width:270px;
	overflow:hidden;
	height:195px;
	}
.product_right ul li span img{
	width:270px;
	height:195px;
	transition:all 0.6s;
	}
.product_right ul li:hover span img{
	transform:scale(1.08);
	}
.product_right ul li p{
	line-height:50px;
	text-align:center;
	}
.product_right ul li .more1{
	display:inline-block;
	background:#e47f10;
	padding:9px 20px;
	color:#fff;
	margin:0 5px;
	}
.product_right ul li .more2{
	display:inline-block;
	border:1px solid #e47f10;
	padding:9px 20px;
	color:#e47f10;
	margin:0 5px;
	}
/**/
.cp_ssbj{
	height:825px;
	background:url(cp_ssbj.jpg) no-repeat center;
	margin-top:100px;
	}
.cp_ssbj .container{
	overflow:hidden;
	}
.mySwiper2 .swiper-slide{
	background:none;
	height:404px;
	display:block;
	}
.mySwiper2 .swiper-slide img{
	float:left;
	}
.mySwiper2 .swiper-slide ul{
	width:475px;
	float:right;
	background:url(cp_wzbj.jpg) no-repeat center bottom #e47f10;
	height:404px;
	padding:60px 45px;
	}
.mySwiper2 .swiper-slide ul h2{
	font-size:26px;
	color:#fff;
	}
.mySwiper2 .swiper-slide ul h3{
	font-size:14px;
	font-weight:normal;
	color:#fff;
	line-height:40px;
	}
.mySwiper2 .swiper-slide ul span{
	display:block;
	height:2px;
	width:60px;
	background:#fff;
	margin:10px 0 30px 0;
	}
.mySwiper2 .swiper-slide ul p{
	height:100px;
	color:#fff;
	}
.mySwiper2 .swiper-slide ul a{
	color:#fff;
	border:1px solid #fff;
	padding:9px 20px;
	}
.mySwiper{
	margin-top:15px;
	}
.mySwiper .swiper-slide{
	display:block;
	height:90px;
	cursor:pointer;
	}
.mySwiper .swiper-slide span{
	display:block;
	width:60px;
	height:60px;
	float:left;
	margin:15px;
	transition:all 0.6s;
	}
.mySwiper .swiper-slide b{
	display:block;
	float:left;
	line-height:90px;
	}
.mySwiper .swiper-slide-thumb-active{
	background:#e47f10;
	}
.mySwiper .swiper-slide-thumb-active b{
	color:#fff;
	}
.mySwiper .swiper-slide .ico1{
	background-image:url(cpico1.png)
	}
.mySwiper .swiper-slide .ico2{
	background-image:url(cpico2.png)
	}
.mySwiper .swiper-slide .ico3{
	background-image:url(cpico3.png)
	}
.mySwiper .swiper-slide .ico4{
	background-image:url(cpico4.png)
	}
.mySwiper .swiper-slide .ico5{
	background-image:url(cpico5.png)
	}
.mySwiper .swiper-slide .ico6{
	background-image:url(cpico6.png)
	}
.mySwiper .swiper-slide-thumb-active span{
	background-position:0px 60px;
	}
/**/
.shuoshu_w{
	background:#f2f2f2;
	}
.shuoshu{
	background:url(xiaode.jpg) repeat-y center;
	height:410px;
	}
.bot1px{
	border-bottom:1px solid #ddd;
	}	
.shuoshu .big{
	width:540px;
	float:left;
	padding:30px 0;
	}
.shuoshu .big h2{
	font-size:30px;
	color:#e47f10;
	padding-top:40px;
	}
.shuoshu .big h2 span{
	font-size:26px;
	text-transform:uppercase;
	}
.shuoshu .big p{
	color:#666;
	line-height:30px;
	padding:20px 0;
	}
.shuoshu .xiaode{
	width:120px;
	float:left;
	}
.shuoshu .xiaode h3{
	width:40px;
	height:40px;
	background:#f2f2f2;
	border:1px solid #ddd;
	border-radius:20px;
	text-align:center;
	line-height:40px;
	font-weight:normal;
	font-size:18px;
	color:#aaa;
	margin-left:40px;
	}
.shuoshu .xiaode1{
	background:#f2f2f2;
	padding-top:150px;
	}
.shuoshu .xiaode2{
	padding-top:180px;
	}
.shuoshu .xiaode3{
	background:#f2f2f2;
	margin-top:160px;
	padding-bottom:207px;
	}
.shuoshu .big a{
	background:#333;
	color:#fff;
	display:inline-block;
	padding:8px 20px;
	}
/**/
.about img{
	float:left;
	}
.about ul{
	float:right;
	width:550px;
	}
.about ul h2{
	font-size:52px;
	color:#efefef;
	text-transform:uppercase;
	position:relative;
	height:95px;
	}
.about ul h2 span{
	position:absolute;
	color:#333;
	font-size:26px;
	width:100%;
	top:40px;
	left:0px;
	}
.about ul li p{
	color:#666;
	line-height:25px;
	}
.about ul li{
	margin-bottom:25px;
	height:225px;
	overflow:hidden;
	}
.about ul a{
	background:#333333;
	color:#fff;
	padding:9px 20px;
	}
/**/
.about_bot{
	width:1200px;
	overflow:hidden;
	padding-top:20px;
	margin:auto;
	}
.about_bot ul{
	width:1300px;
	}
.about_bot ul li{
	width:287px;
	float:left;
	margin-right:17px;
	}
.about_bot ul li p{
	text-align:center;
	line-height:40px;
	}
/**/
.news_w{
	background:#f2f2f2;
	margin-top:100px;
	padding-bottom:120px;
	}
.news{
	overflow:hidden;
	}
.news ul{
	width:1300px;
	}
.news ul li{
	width:388px;
	float:left;
	background:#fff;
	border:1px solid #fff;
	padding:28px;
	margin-right:18px;
	}
.news ul li h2{
	font-size:18px;
	font-weight:normal;
	height:25px;
	overflow:hidden;
	}
.news ul li img{
	width:330px;
	margin:10px 0;
	}
.news ul li span{
	color:#888;
	}
.news ul li p{
	padding:10px 0 25px 0;
	}
.news ul li b{
	text-transform:uppercase;
	color:#333;
	}
.news ul li:hover{
	border:1px solid #e47f10;
	}
.news ul li:hover h2 , .news ul li:hover b{
	color:#e47f10;
	}
/**/	
.foot{
	background:url(foot_bj.jpg);
	padding-top:50px;
	margin-top:100px;
	}
.index .foot{
	margin-top:0px;
	}
.foot_top{
	border-bottom:1px solid #555;
	padding-bottom:30px;
	}
.foot_top .foot_logo{
	float:left;
	}
.foot_top .tel{
	margin-top:0px;
	}
.foot_top .tel h2 , .foot_top .tel h2 span{
	color:#fff;
	}
.foot_md{
	padding:40px 0;
	}
.foot_md .left{
	width:740px;
	}
.foot_md .left h2 a{
	color:#fff;
	font-size:16px;
	font-weight:normal;
	margin-right:15px;
	}
.foot_md .left p{
	color:#888;
	line-height:30px;
	padding-top:30px;
	}
.foot_md .right{
	width:460px;
	}
.foot_md .right p{
	display:block;
	width:130px;
	float:right;
	text-align:center;
	color:#888;
	margin-left:20px;
	}
.foot_md .right p img{
	width:130px;
	}
.foot_bot{
	padding:30px 0;
	border-top:1px solid #555;
	color:#999;
	}
.foot_bot a{
	color:#999;
	float:right;
	}
/**/
.nav_n{
	height: 68px;
	width: 100%;
	min-width:1200px;
	background: #FFF;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.nav_n ul{
	width: 1200px;
	margin: auto;
}
.nav_n ul .left{
	width: 265px;
	margin-top: 20px;
}
.nav_n ul .left .home_n{
	width: 18px;
	height: 15px;
	display: block;
	background: url(home_n.jpg);
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}
.nav_n ul .left img{
	float: left;
	margin-top: 12px;
}
.nav_n ul .left h2{
	padding: 0 10px;
	float: left;
	color: #888;
	font-size: 20px;
}
.nav_n ul .right{
	width: 935px;
	text-align: right;
	line-height: 68px;
	
}
.nav_n ul .right a{
	line-height: 66px;
	padding: 0 10px;
	display: inline-block;
	color: #999999;
	transition: all 0.4s;
	background: url(nav_n_bj.jpg) no-repeat -150px 64px;
	
}
.nav_n ul .right a:hover , .nav_n ul .right .gl{
    background-position: 0 64px;
	color: #e47f10;
}

.out {
  
    margin-top: 0;
    position: fixed;
    top: 0;
    z-index: 999;
}

.news_show{
	width: 1200px;
	padding: 40px 50px 50px 50px;
	background: #fff;
	margin: 50px auto  0;
}
.news_show img{
	max-width:1100px;
	}
.pagexx {
    line-height: 30px;
}
.pagexx  img{
	display:inline-block
	}
.news_bt h2{
	border-bottom: 1px solid #ccc;
	font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 23px;
    text-align: center;
}
.news_bt h4{
	color: #999;
     font-weight: normal;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
}
.pagination{
	text-align: center;
	padding-top: 30px;
}
.page-item{
	display: inline-block;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ddd;
}
.page-num{
	padding: 5px 10px;
	display: inline-block;
	border: 1px solid #ddd;
	background: #ddd;
	margin: 0 2px;
}
.pagination a:hover{
	color: #fff;
	background: #e47f10;
}
.page-num-current{
	background: #e47f10;
	color: #fff;
}
.page1{
	padding-top: 30px;
}
.page1 p{
	color: #6c757d;
	line-height: 25px;
}
.page1 p a{
	color: #6c757d;
}
.ryzzlist{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	padding-top: 20px;
}
.ryzzlist ul{
	width: 1300px;
}
.ryzzlist ul li{
	width: 285px;
	float: left;
	height: 265px;
	margin: 20px 20px 0 0;
	overflow: hidden;	
	background: #fff;
	padding: 5px;
	position: relative;
	box-shadow: 3px 3px 3px #ddd;
}
.ryzzlist ul li img{
	width: 275px;
	height: 210px;
}
.ryzzlist ul li h2{
	text-align: center;
	line-height: 45px;
}
.newslist{
	width: 1200px;
	margin: 40px auto 100px;
}
.newslist li {
	border-bottom: 1px solid  #e8e8e8;
	height: 200px;
	overflow: hidden;
	margin-bottom: 20px;
	
}
.newslist li .time{
	width: 270px;
	height: 180px;
	float: left;
	text-align: center;
	
}
.newslist li .time img{
	width: 270px;
	height: 180px;
}

.newslist li .nr{
	width: 890px;
	float: right;
	line-height:26px;
	
}
.newslist li .nr b{
	font-size: 18px;
}
.newslist li .nr span{
	font-size: 13px;
	display: block;
	line-height: 40px;
}
.nr{
	line-height: 28px;
}
.map_lx{
	width: 100%;
	min-width:1200px;
	height: 600px;
}
.khts{
	width: 1200px;
	margin: 50px auto ;
	overflow:hidden;
}
.btnry h2{
	font-size: 36px;
	color: #515151;
	text-align: center;
}
.btnry h4{
	font-size: 24px;
	text-align: center;
	color: #e1e1e1;
	font-weight: normal;
    font-family: ywzt;
    margin-top: 12px;
}
.btnry  span{
	background: #c40c17;
	display: block;
	width: 50px;
	height: 4px;
	margin: 10px auto 0;
}
.nr100{
	width: 1200px;
	height: 160px;
	padding: 20px;
	border: 1px solid #d1d1d1;
}
.nr30{
	width: 360px;
	float: left;
	margin-top: 20px;
	border: 1px solid #d1d1d1;
	padding: 10px;
	height:50px;
	margin-right: 30px;
}
.nr301{
	width: 360px;
	float: left;
	margin-top: 20px;
}
.nr20{
	width: 200px;
	float: left;
	border: 1px solid #d1d1d1;
	padding: 10px;
}
.nr301 img{
	float: left;
	margin-left: 30px;
}
.khts button{
	background: #ddd;
    width: 300px;
    height: 50px;
    border: 0px;
    text-align: center;
    font-size: 15px;
    color: #666;
    float: left;
    margin-top: 20px;
    margin-right: 15px;
}
.biaoge{
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	border-spacing: 0px;
	border-collapse: separate;
	}
.biaoge tr td{
	padding:8px;
	line-height:18px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	}
.biaoge tr td h2{
	font-size:24px;
	text-align:center;
	color:#000;
	padding:20px 0;
	}
.biaoge tr td h3{
	font-size:20px;
	text-align:center;
	color:#333;
	padding:10px 0;
	}
.biaoge {
    word-break: break-all;
}
.mian{
	width: 1200px;
	position: relative;
	margin: 60px auto 60px;
}
.mian_left{
	width:270px;
	float:left;
	}
.mian_right{
	width:910px;
	float:right;
	background:#fff;
	padding: 30px 20px;
	overflow:hidden;
	border: 1px solid #e4e4e4;
	}
.mian_left_bt{
	background:url(pr_nav.png) no-repeat 220px 25px #e47f10;
	width:100%;
	height:80px;
	line-height:80px;
	padding:0 25px;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	} 
.product_nav  ul{
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	background:#fff;
	}
.product_nav  ul li{
	border-bottom:1px solid #ddd;
	}
.product_nav  ul li a{
	font-size:16px;
	display:block;
	width:100%;
	line-height:52px;
	font-size:16px;
	padding:0 25px;
	height:52px;
	background:url(xjt.png) no-repeat 230px 18px;
	}	
.product_nav  ul li a:hover{
	background:url(xjt.png) no-repeat 230px 18px #e47f10;
	color:#fff;
	}
.product_nav  ul li .sy{
	background:url(xjt.png) no-repeat 230px 18px #e47f10;
	color:#fff;
	}
.product_nav  ul li dt{
	border-left:1px solid #ddd;
	width:216px;
	height:30px;
	margin:auto;
	}
.product_nav  ul li dt .navl2{
	height:30px;
	line-height:30px;
	font-size:14px;
	padding:0 10px;
	}
.product_nav  ul li dl{
	padding-bottom:15px;
	}	
.left_contact{
	border: 1px solid #e4e4e4;
    margin-top: 20px;
	background:#fff;
    padding: 0 19px 20px;
    margin-top: 20px;
	}
.left_contact h2{
	font-size: 18px;
    color: #e47f10;
    font-weight: normal;
    height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 18px;
	}
.left_contact p{
	line-height:28px;
	}
.left_contactqq{
	display: block;
    width: 160px;
    height: 50px;
    overflow: hidden;
    text-decoration: none;
    margin-top: 20px;
	color:#fff;
	line-height:50px;
	 background: url(leftqqb.png) no-repeat 140px 18px  #ee1f4f;
	}
.left_contactqq:hover{
	color:#fff;
	}
.left_contactqq span{
	display: block;
    width: 50px;
    height: 50px;
	margin-right:20px;
    float: left;
    border-right: 1px solid #fff;
    background: url(leftqq.png) no-repeat center;
	}
/**/
.n_nav h2{
	font-size: 20px;
    color: #e47f10;
	text-align:center;
	}
.n_nav img{
	margin:20px 0;
	}
.n_nav h4{
	text-align:center;
	margin-bottom:20px;
	color:#999;
	font-weight:normal;
	}
.pagenr{
	line-height:30px;
	}
.pagenr img{
	max-width:870px;
	}
/**/

.productlist{
	width:870px;
	overflow:hidden;
	}
.productlist ul{
	width:950px;
	}
.productlist ul li{
	width:280px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	}
.productlist ul li span{
	width:280px;
	height:214px;
	display:block;
	overflow:hidden;
	}
.productlist ul li span img{
	width:280px;
	height:214px;
	transition:all 0.6s;
	}
.productlist ul li:hover span img{
	transform: scale(1.1);	
	}
.productlist ul li p{
	text-align:center;
	line-height:50px;
	background:#f1f1f1;
	}
/**/
.productshow{
	padding:0px;
	}
.productshowtop{
	border-bottom:1px solid #ddd;
	position:relative;
	min-height:300px
	}
.productshowtop .productshowtopleft{
	width:460px;
	float:left;
	border-right:1px solid #ddd;
	}
.productshowtop ul{
	width:448px;
	float:right;
	padding:30px;
	}
.productshowtop ul h2{
	font-size: 20px;
    color: #333333;
    font-weight: bold;
    height: 50px;
	border-bottom:1px solid #ddd;
    overflow: hidden;

	}
.productshowtop ul h3{
	margin-top:20px;
	font-weight:normal;
	}
.productshowtop ul h3 span{
	display:block;
	width:155px;
	margin-top:5px;
	float:left;
	}
.productshowtop ul h3 b{
	font-size:20px;
	color:#e2a83e;
	}
.productshowtop ul h3 img{
	float:left;
	}
.productshowtop ul p{
	line-height:28px;
	margin-top:20px;
	}
.productshowbot{
	padding: 20px 19px 0;
	}
.productshowbt{
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
	}
.productshowbt h2{
	width:150px;
	height:54px;
	background: #e47f10;
	line-height:54px;
	text-align:center;
    color: #fff;
	}
/**/











