.k{
    width:1200px;
    margin-left: auto;
    margin-right: auto;
}

/*header*/
.top{
    background: #871f27;

}
.header{
    background: url(../img/top_bg.png) right center  no-repeat;
    padding: 23px 0;
}
.header .logo{
    float: left;
}

/*导航*/
.jsdh{
    background: #ffffff;
    position: relative;
    z-index: 9;
}
.navBar {
    position: relative;
    z-index: 1;
    height: 60px;
    line-height: 90px;
    float: left;
    width: 1140px;
}

.nav {
    margin: 0 auto;
}

.nav h3 {
    font-weight: normal;
}

.nav .m {
    position: relative;
    float: left;
    width: 9%;
    /*margin: 0 10px;*/
    display: inline;
    text-align: center;
}
.nav .m:first-child{
    background: none;
}
.nav h3 > a {
    zoom: 1;
    height: 20px;
    line-height:20px;
    padding: 20px 0;
    display: block;
    color: #333333;
    font-size:18px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari 和 Chrome */
    -o-transition: all 0.5s;
}
.nav h3 > a:hover{
     /*transform:rotate(360deg);*/
     /*-ms-transform:rotate(360deg);*/
     /*-webkit-transform:rotate(360deg);*/

    /*transform:scale3d(1.1,1.1,1.1);*/
    /*-ms-transform:scale3d(1.1,1.1,1.1);*/
    /*-webkit-transform:scale3d(1.1,1.1,1.1);*/

    color: #ffffff;
    font-weight: bold;
   background: #871f27;

}
.nav .on h3 a {
    /*padding: 16px 0;*/
    /*color: #ffffff;*/
    /*font-weight: bold;*/
   /*background: #871f27;*/
}
.nav .sub {
    display: none; /*默认隐藏*/
    width: 100%;
    /*padding: 10px 0;*/
    position: absolute;
    left: 0;
    top: 60px;
    background: url("../img/sub_bg.png") center center repeat;
    float: left;

}

.nav .sub li {
    text-align: center;
    line-height:24px;
}

.nav .sub li a {
    color: #ffffff;
    display: block;
    zoom: 1;
    /*height: 24px;*/
    /*line-height:24px;*/
    padding: 10px 0;
}

.nav .sub li a:hover {
    /*background: #871f27;*/
    color: #ee9123!important;
    transition: .5s;
}

/*search start*/
.search{
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 99;
    cursor: pointer;
}
.header-button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -119988px;
    overflow: hidden;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
}

#toggle-menu {
    float: left;
    background-position: 0 0;
    background-color: #bc0023;
}

#toggle-search {
    float: right;
    background-position: -60px 0;
}
#toggle-search.open:after {
    top: 40px;
}
#toggle-search:after {
    -moz-transition: top, 0.5s;
    -o-transition: top, 0.5s;
    -webkit-transition: top, 0.5s;
    transition: top, 0.5s;
    position: absolute;
    top: 52px;
    left: 50%;
    margin-left: -8px;
    content: "";
    border-color: transparent transparent #e1e4e7;
    border-style: solid;
    border-width: 8px 8px 12px;
}

#toggle-basket {
    position: relative;
    float: right;
    background-position: -120px 0;
}
#toggle-basket:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 2px;
    height: 50px;
    content: "";
    background-color: #000;
}

#search-form {
    -moz-transition: max-height, 0.5s;
    -o-transition: max-height, 0.5s;
    -webkit-transition: max-height, 0.5s;
    transition: max-height, 0.5s;
    position: absolute;
    top: 0;
    left: 50%;
    width: 240px;
    margin-left: -220px;
    max-height: 0;
    overflow: hidden;
    background-color: #e1e4e7;
    z-index: 20;
}
#search-form.open {
    max-height: 60px;
}
#search-form fieldset {
    position: relative;
    margin: 0 0px 0 0;
    padding: 0;
    border: none;
}
#search-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 60px;
    width:1140px;
}
#search-form input[type="search"] {
    width: 100%;
    padding: 0 5px 0 10px;
    background: #871F27;
    border: none;
    color: #f5f5f5;
}
#search-form input::placeholder{
    color: #f5f5f5;
}
#search-form input[type="image"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #516270;
    border: none;
    cursor: pointer;
    float: right;
}
/*end search*/









/*banner*/
.ibanner {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.ibanner .hd {
    height: 16px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    margin-right: -40px;
    bottom:20px;
    z-index: 1;
    cursor: pointer;
}

.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.ibanner .hd ul li {
    float: left;
    margin: 0 5px;
    width: 16px;
    height: 16px;
    line-height:14px;
    text-align: center;
    /*background: #fff;*/
    /*cursor: pointer; */
    /*opacity: 0.5; */
    /*border-radius: 50px;*/
    background:  url(../img/icon.png) center center no-repeat;
}

.ibanner .hd ul li.on {
    /*background: #ffffff;*/
    /*opacity:1;*/
    /*color: #fff;*/
    width:16px;
    height:16px;

    background:  url(../img/icon_hover.png) center center no-repeat;
}

.ibanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.ibanner .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative
}

.ibanner .bd li h1 {
    position: absolute;
    bottom: 40px;
    left: 20%;
    background: url("../img/tt_bg.png");
    font-size: 24px;
    color: #ffffff;
    padding: 10px 20px;
}
.ibanner .bd img {
    width: 100%;
    display: block;
}

.ibanner .prev,
.ibanner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -40px;
    display: block;
    width: 45px;
    height: 80px;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.ibanner .next {
    left: auto;
    right: 3%;
    background-position: -2px 5px;
    width: 45px;
    height: 80px;
}
.ibanner .prev:hover,
.ibanner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.ibanner .prevStop {
    display: none;
}
.ibanner .nextStop {
    display: none;
}


/*页脚*/
footer{

}
.Footer{
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    background:  url(../img/foot_bg.png) center center repeat-x;
    height: 201px;
}
.Footer .foot{
    background:  url(../img/foot_logo.png) center center no-repeat;
}
.Footer .foot .foot_l{
    float: left;
    color: #ffffff;
    text-align: left;
    margin-top: 18.5px;
}
.Footer .foot .foot_l dl:first-child{
    margin-bottom: 10px;
}
.Footer .foot .foot_l dl dt{
    border-left: 3px #ffffff solid;
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 5px;
}
.Footer .foot .foot_l dl dd{
    font-size: 12px;
    line-height: 28px;
}
.Footer .foot .foot_r{
    float: right;
    color: #ffffff;
    font-size: 12px;
    margin-top: 42.5px;
}
.Footer .foot .foot_r .wb{
    float: left;
}
.Footer .foot .foot_r .wx{
    margin-left: 48px;
}
.Footer .foot .foot_r  img{
    width: 92px;
    height: 94px;
    display: block;
    margin-bottom: 10px;
}
#footer  p{
    background: #313131;
    
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}