/*==============================================================*/

/*reset*/

/*==============================================================*/
 html {
    overflow-x: hidden;
    overflow-y: scroll;
}
section {
    height: auto;
}
header input {
    width: 330px;
    height: 16px;
    line-height: 16px;
}
/*==============================================================*/

/*common*/

/*==============================================================*/
 .topBtn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    cursor: pointer;
}
.bur_nav {
    height: 46px;
    line-height: 46px;
    background: #f0f0f0;
    padding: 0 0 0 20px;
    font-size: 14px;
    font-weight: bold;
}
.bur_nav a {
    font-weight: normal;
}
.showcase {
}
.showcase .inner {
    background: #fff;
}
.showcase_title {
    padding: 0 15px;
    font-size: 22px;
    line-height: 40px;
}
.showcase_sliptor {
    height: 1px;
    background: #888;
}
.showcase_detail {
    line-height: 30px;
    font-size: 14px;
    color: #878787;
    padding: 0 15px 10px 15px;
}
.showcase_wrapper {
    overflow: hidden;
    margin: 0 0 0 11px;
    padding: 0 0 2px 0;
}
.showcase_wrapper a.datu {
    display: block;
   /* float: left;
    margin: 0 12px 10px 0;*/
}
.showcase_wrapper p{}
/*==============================================================*/

/*slider*/

/*==============================================================*/
 .slider {
    width:1260px;
    height:430px;
    position:relative;
    overflow:hidden;
}
.conbox {
    position:absolute;
}
.switcher {
    position:absolute;
    bottom:4px;
    left:1030px;
    float:left;
    z-index:2;
}
.switcher a {
    float:left;
    height:18px;
    width:18px;
    margin:8px;
    background:url(dot.png);
    cursor:pointer;
}
.switcher a.cur, .switcher a.cur:hover {
    background:url(dot.png) 0 bottom;
}
#slider1 .conbox {
    width:9999em;
}
#slider1 .conbox div {
    width:1260px;
    height:430px;
    overflow:hidden;
    float:left;
}
/*==============================================================*/

/*production*/

/*==============================================================*/
 .production_wrapper {
    margin: 0 0 0 25px;
}
.production_wrapper li{float:left;margin: 0 0px 20px 0;border-bottom: 1px solid #afafaf;padding-bottom:20px;}
.production_wrapper a.datu {
    width: 295px;
    height: 350px;
    overflow: hidden;
    margin: 0 10px 10px 0;
    /*border-bottom: 1px solid #afafaf;*/
}
.production_wrapper a:hover i {
    text-decoration: underline;
}
.production_wrapper a.datu img {
    width: 295px;
    display: block;
    float: left;
}
.production_wrapper i {
    width: 195px;
    height: 55px;
    padding: 15px 20px 0 65px;
    display: block;
    float: left;
    font-size: 14px;
	text-align:center;
}
.production_wrapper p {text-align:center;}
.production_wrapper p.pp3 a{padding:0 5px;}
.production_wrapper p.pp3 img{width:17px;height:17px;}
.production_wrapper em {
    display: block;
    float: left;
}
.production_wrapper span {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin: 0 8px 0 0;
    border:1px solid #a8a8a8;
}
a.borderMe {
    border-bottom: 1px solid #afafaf;
}
/*surpris*/
 .surpris {
    width:1250px;
    margin:0px auto 0 auto;
    background: #fff;
    /*border: 1px solid #bebab7;*/
}
.sur_splitor i {
    position: absolute;
    left: 50%;
    text-align: center;
    top: 0; 
    background: #fff;
    width: 160px;
    height: 40px;
    margin: 0 0 0 -80px;
    line-height: 40px;
    display: block;
    font-size: 30px;
    z-index: 1;
}
li.sur_splitor {
    width: 1200px;
    margin: 0 32px;
    height: 40px;
    overflow: hidden;
    position: relative;
}
li.sur_splitor em {
    background: #bebab7;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
}
.surpris p {
    width: 100%;
    text-align: center;
}
.surpris p img {
}