* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "微软雅黑", "黑体", "宋体";
}
a {
    color: rgba(219,219,219,0.67);
    text-decoration: none
}
ul,
ol {
    list-style: none;
}

.top_bank {
    height: 128px;
}

.top {
    margin: 0 auto;
    position: fixed;
    height: 20px;
    width: 2000px;
    top: 0;
    z-index: 101;
    background: #ffffff;
    left: 50%;
    transform: translatex(-50%);
}

.top-right {
    margin: 0 auto;
    width: 1300px;
    position: relative;
}

.top-right dl {
    font-size: 13px;
    position: absolute;
    text-align: right;
    top: 2px;
    right: 0;
    /*animation: top-im 10s 4 alternate linear;*/
}

/*@keyframes  top-im{*/
/*from{right: 0;}*/
/*to{right:300px;}*/

/*}*/
.header_out {
    background: #ffffff;
    width: 3000px;
    height: 70px;
    position: fixed;
    top: 20px;
    z-index: 101;
    left: 50%;
    transform: translatex(-50%);
    /*border: #ff4d2d solid 1px;*/
}

.header {
    width: 1300px;
    margin: 0 auto;

}

.header-left {
    width: 470px;
    float: left;
}

.header-left img {
    width: 100%;
    height: 100%;
}

.header-right {
    float: right;
    width: 300px;
}

.header-right dd {
    margin-top: 33px;
    font-size: 18px;
    text-align: right;
    color: #000000;

}
.header-right dt{
    float: left;
    margin-top: 8px;
}


.header-right2 {
    float: left;
    font-weight: bold;
    font-size: 18px;
    margin-left: 10px;
    margin-top: 33px;
    animation: headri 5s 4 alternate linear;

}

@keyframes headri {
    0% {
        color: #000000;
    }

    100% {
        color: #000000;
        margin-left: 200px
    }

}

.header-right2 > dl {
    animation: xifont 5s infinite alternate linear;

}

@keyframes xifont {
    0% {
        color: #000000;
    }
    20% {
        color: #a40008;
    }
    40% {
        color: #a49e00;
    }
    60% {
        color: #00a411;
    }
    80% {
        color: #0043a4;
    }
    100% {
        color: #000000;
    }

}

.header-right img {
    position: relative;
    top: 20px;
    width: 100%;
    height: 100%;
}

.header-nav {
    height: 38px;
    width: 3000px;
    background: #000000;
    margin: 0 auto;
    position: fixed;
    font-size: 16px;
    top: 90px;
    z-index: 101;
    left: 50%;
    transform: translatex(-50%);
}

.nav {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: 1300px;
}

.nav > li {
    float: left;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
}

.nav li a {
    color: #ffffff;
}

.li1 {

    padding: 0 40px;
    position: relative;
}

.ul2 {
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translatex(-50%);
}

.li1-1 {
    background: rgba(0, 0, 0, 0.73);
    line-height: 38px;
    text-align: left;
    padding: 0 30px;
    display: none;
    border-top: 1px solid rgba(6, 6, 6, 0.43);
    color: #ffffff;
    white-space: nowrap;


}

.nav > li > a {
    transition: 1s;
}

.nav > li:hover .ul2 li {
    display: block;
}

.nav > li:hover > a {
    color: #ff414b;
}

.ul2 a {
    transition: 1s;
}

.ul2 a:hover {
    color: #ff414b;
}


/*轮播*/
#banner {
    position: relative;
    width: 1300px;
    height: 350px;
    border: 1px solid #ededed;
    overflow: hidden;
    left: 50%;
    transform: translatex(-50%);
    margin-bottom: 6px;
    border-top: none;
}

#banner_list img {
    border: 0px;
}

#banner_bg {
    position: absolute;
    bottom: 0;
    background-color: #000;
    height: 30px;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
    z-index: 1000;
    cursor: pointer;
    width: 1300px;
}

#banner_info {
    position: absolute;
    bottom: 0;
    left: 5px;
    height: 22px;
    color: #fff;
    z-index: 1001;
    cursor: pointer
}

#banner_text {
    position: absolute;
    width: 120px;
    z-index: 1002;
    right: 3px;
    bottom: 3px;
}

#banner ul {
    position: absolute;
    list-style-type: none;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    border: 1px solid #fff;
    z-index: 1002;
    margin: 0;
    padding: 0;
    bottom: 3px;
    right: 5px;
}

#banner ul li {
    padding: 0px 8px;
    float: left;
    display: block;
    color: #FFF;
    border: #e5eaff 1px solid;
    background: #6f4f67;
    cursor: pointer
}

#banner ul li.on {
    background: #900
}

#banner_list a {
    position: absolute;
}

.bannerfresh{
    /*border: red solid 1px;*/
    position: relative;
    height: 400px;
    width:100%;
    /*border: red solid 1px;*/
    overflow: hidden;
    margin-bottom: 15px;
}
.bannerfresh img{
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    cursor: pointer;
}

.aboutus {
    width: 1300px;
    border: 1px #EEEEEF solid;
    margin: 0 auto;
    /*height: 350px;*/
}

.aboutus-img {
    width: 500px;
    height: 330px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.aboutus-img img {
    width: 100%;
    height: 100%;

}

.aboutus-article {
    width: 740px;
    float: left;
    margin-top: 10px;
    margin-left: 30px;
    line-height: 23px;
}

.aboutus-article h3 {
    margin-bottom: 10px;
}

.item {;
    width: 740px;
    float: left;
    margin-top: 10px;
    margin-left: 30px;
}

.item-img li {
    width: 110px;
    height: 64px;
    float: left;
    margin: 10px 5px;
    border: 1px #EEEEEF solid;
}

.item-img li img {
    width: 100%;
    height: 100%;
}

.art {
    width: 1300px;
    font-size: 35px;
    margin: 0 auto;
    margin-top: 10px;
}

.art-left {
    width: 245px;
    margin-right: 10px;
    float: left;
    border: 1px #EEEEEF solid;
    margin-bottom: 6px;
}

.left-box-ul {
    margin: 48px 0px 10px 0px;
}

.art-left-box {
    margin-top: 10px;

}

.art-left-box a {
    color: #000000;
    display: block;
    text-align: center;
}

.left-ul-top {
    font-size: 18px;
    margin-bottom: 2px;
    text-align: left;
    position: relative;
    width: 205px;
    margin-left: 20px;
    padding-bottom: 3px;

}

.leftul-top-ul2 {
    display: none;
}

.box-top {
    width: 230px;
    background: #000000;
    float: left;
    color: #fffdf8;
    line-height: 38px;
    font-size: 16px;
    padding-left: 15px;
}

.leftul-top {
    font-size: 17px;
    text-align: left;
    font-weight: bold;
    border-bottom: #ff414b solid 1px;
    padding-bottom: 3px;
}

.art-left-box > ul {
    margin-left: 20px;

}

.art-left-box dt:hover ul {
    display: block;
}

.art-left-box ul li {
    text-align: left;
    line-height: 30px;
    font-size: 15px;
    /*padding: 10px  60px;*/
    cursor: pointer;
    border-bottom: 1px #EEEEEF solid;

}

.art-left-box ul a {
    transition: 1s;
}

.art-left-box ul a:hover {
    color: #ff414b;
}

.hot-pro {
    width: 245px;
    float: left;
    margin: 8px 0;
}

.hot-pro ul li {
    float: left;
    width: 160px;
    margin: 27px 42px;
    height: 222px;
}

.hot-pro ul li img {
    width: 100%;
    height: 100%;
}

.hot-pro-list {
    width: 245px;
    height: 500px;
    background: #d05c36;
    float: left;
}

.art-right {
    float: left;
    margin-bottom: 10px;
    /*border: red solid 1px;*/
    width: 1040px;
}

.article-art-right {
    float: left;
    margin-bottom: 10px;
    width: 1043px;
}

.art-img-top {
    width: 780px;
    float: left;
    border: yellow;
}

.art-img-top-left0 {
    background: black;
    height: 40px;
}

.art-img-top-left {
    height: 40px;
    float: left;
    line-height: 40px;
    color: #fffdf8;
    padding-left: 10px;
    font-size: 16px;
    background: black;
}

.art-img-top-right {
    float: right;
    color: #fffdf8;
    padding-right: 10px;
    font-size: 15px;
    padding-top: 16px;
    background: black;
}

.art-img-top-right a {
    color: #efede8;
}

.art-img-right {
    width: 251px;
    float: left;
    border: 1px #EEEEEF solid;
    font-size: 16px;
    margin-left: 10px;
}

.art-imgrdli > dt {
    width: 241px;
    height: 40px;
    font-size: 16px;
    background: #000000;
    line-height: 40px;
    color: #fffdf8;
    padding-left: 10px;

}

.art-imgrdli a {
    color: #000000;
}

.art-imgrdli ul li {
    height: 20px;
    margin: 0 10px;
    line-height: 12px;
    font-size: 15px;
    padding-top: 10px;
    cursor: pointer;
}


.article-img {
    width: 778px;
    border: 1px #EEEEEF solid;
    padding-bottom: 10px;
    padding-top: 20px;
    border-top: none;
    overflow: hidden;
}

.article-img > p {
    text-align: center;
    font-size: 16px;
    margin: 10px 10px;
    line-height: 30px;
    overflow: hidden;
}

.article-img h1 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

.article-img dd {
    width: 780px;
    font-size: 16px;
    color: #000000;
    text-align: center;
    border-bottom: 1px #c2c2c2 solid;
}

.article-imgbody {
    width: 780px;
    float: left;
    border-top: none;
    clear: both;
}

.article-imgbody img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.article-imgbody p {
    text-align: left;
    font-size: 16px;
    margin: 10px 10px;
    line-height: 30px;
    overflow: hidden;
}

.article-body {
    border: 1px #EEEEEF solid;
    width: 778px;
    float: left;
    border-top: none;
}

.article-body h1 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

.article-body dd {
    width: 780px;
    color: #000000;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px #c2c2c2 solid;
}

.article-body p {
    text-align: left;
    font-size: 16px;
    margin: 10px 10px;
    line-height: 30px;
}

.article-body dl {
    width: 780px;
    color: #000000;
    font-size: 16px;
    margin: 10px 10px;
    margin-top: 20px;
}

.xifu-left {
    width: 1043px;
    height: 38px;
    color: #fffdf8;
    font-size: 20px;
    position: relative;
    background: #000000;
}

.xifu-font {
    font-weight: 600;
    width: 1300px;
    margin: 0 auto;
    margin-top: 30px;
    color: #000000;
    text-align: center;
    font-size: 22px;
    animation: xifont 5s infinite alternate linear;
    /*border-bottom: red solid 1px;*/

}

@keyframes xifont {
    0% {
        color: #000000;
    }
    20% {
        color: #a40008;
    }
    40% {
        color: #a49e00;
    }
    60% {
        color: #00a411;
    }
    80% {
        color: #0043a4;
    }
    100% {
        color: #000000;
    }

}

.xifu-font-r {
    color: #ffffff;
    font-size: 16px;
    line-height: 38px;
    margin-left: 5px;

}

.xifu-font-right {
    position: absolute;
    right: 5px;
    font-size: 15px;
    bottom: 2px;

}

.xifu-font-right a {
    color: #ffffff;
}

.xifu-right {
    width: 1300px;
    float: left;
    margin-top: 8px;
    border: 1px solid #EEEEEF;
}

.xifu-right-r {
    width: 1041px;
    border: 1px solid #EEEEEF;
    float: left;
    border-top: none;
}

.pro01 {
    margin: 10px 18px;
    position: relative;
}
.pro01 img {
    width: 288px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.pro02 {
    margin: 50px 29px;
}

.pro01, .pro02 {
    width: 288px;
    height: 400px;
    /*margin-left: 29px;*/


    margin-bottom: 20px;
    float: left;
    position: relative;
    cursor: pointer;
    /*border: 1px #EEEEEF solid;*/
    /*background: #913a41;*/
    overflow: hidden;
}



.pro02 img {
    width: 288px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ceng {
    width: 288px;
    height: 400px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0;
    transition: 0.6s;
}

.ceng h2 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 150px;
    color: #ff414b;
    opacity: 0.8;
}

.btn {
    text-align: center;
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin: 30px auto 0px auto;
    position: relative;
    color: #ff414b;
    opacity: 0.5;
}

.btn span {
    display: block;
    position: absolute;
    transition: 1s;
    opacity: 0.5;
}

.btn .top {
    width: 200px;
    height: 2px;
    background: #ff414b;
    top: 0px;
    left: 100px;
}

.btn .left {
    width: 2px;
    height: 40px;
    background: #ff414b;
    top: 0px;
    left: 0;
}

.btn .bottom {
    width: 200px;
    height: 2px;
    background: #ff414b;
    bottom: 0px;
    left: 0px;
}

.btn .right {
    width: 2px;
    height: 40px;
    background: #ff414b;
    top: 0px;
    left: 200px;
}

.pro02:hover span {
    opacity: 0;
}

.pro02:hover .ceng h2 {
}

.pro02:hover .ceng {
    top: 400px;
}

.pro01:hover span {
    opacity: 0;
}

.pro01:hover .ceng h2 {
}

.pro01:hover .ceng {
    top: 400px;
}

.nonews {
    width: 1200px;
    height: 10px;
    margin: 0px auto;
    clear: both;
}

.ul3 > li, .ul5 > li {
    width: 288px;
    background: rgba(203, 24, 28, 0.55);
    float: left;

    position: relative;
    overflow: hidden;
    cursor: pointer;

}
/*.ul5 > li>a>img {*/
/*    width: 288px;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/

.ul3 > li {
    margin: 10px 18px;
}

.ul5 > li {
    margin: 20px 18px;
}

.ul5 {
    margin: 30px 29px;
}

.ul3-ceng {
    position: absolute;
    top: 0;
    width: 288px;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: 0.6s;
    color: #ff414b;
    font-size: 16px;
    text-align: center;
    line-height: 400px;
    opacity: 0.8;
}

.ul3 > li:hover .ul3-ceng {
    top: 288px;
}

.ul5 > li:hover .ul3-ceng {
    top: 400px;
}

.ul3 > li > a > img, .ul5 > li > a > img {
    height: 100%;
    width: 100%;
}

/*定制流程*/
.custom {
    width: 1300px;
    height: 300px;
    background: rgba(197, 197, 197, 0.38);
    margin: 0px auto;
    clear: both;
}

.custom dt {
    font-size: 22px;
    line-height: 50px;
    margin: 0 auto;
    width: 500px;
    text-align: center;
}

.custom dd {
    font-size: 16px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    color: #000000;
}

.pass {
    width: 1200px;
    margin: 0 auto;
    height: 200px;
    margin-top: 30px;
}

.pass-block {
    width: 200px;
    height: 180px;
    float: left;
    margin: 10px 20px;
}

.pass-block dl {
    text-align: center;
    font-size: 16px;
}

.pass-img {
    width: 100px;
    height: 100px;
    margin: 15px auto;
}

.pass-img img {
    width: 100%;
    height: 100%;
}

/*服装资讯*/
.knowlege {
    width: 1300px;
    height: 230px;
    background: #cfcfcf;
    margin: 0 auto;
}

.kn-center01 {
    width: 413px;
    height: 200px;
    float: left;
    margin: 0px 10px;
    background: #f7f7f7;
    margin-top: 8px;
}

.kn-center01-top {
    width: 413px;
    height: 40px;
    float: left;
    border-bottom: 1px #5a0809 solid;
    background: #000000;
    margin-bottom: 10px;

}

.kn-center01-cnt {
    height: 11px;
    border-bottom: 1px #cfcfcf solid;
    float: left;
    width: 413px;
}

.kn-center01-top dt {
    float: left;
    font-size: 16px;
    line-height: 40px;
    padding-left: 10px;
    color: #ffffff;
}

.kn-center01-top dd {
    float: right;
    width: 100px;
    font-size: 15px;
    line-height: 40px;
    text-align: right;
    margin-right: 8px;
    color: #ffffff;
}

.kn-center01-top dl {
    float: left;
    width: 413px;
    margin: 8px 10px;
    font-size: 16px;
}

.kn-center01-top dl a {
    color: #2a2a2a;
}

.footer {

    background: #000000;
    font-size: 35px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.footer-ctr {
    width: 1300px;
    margin: 0 auto;
}

.contact {
    float: left;
    margin-right: 10px;
}

.contact  dd {
    font-size: 15px;
    text-align: left;
    line-height: 35px;
    color: rgba(219,219,219,0.67);

}

.contact dt {
    color: #d0d0cb;
    margin-top: 20px;
    font-size: 20px;
    line-height: 50px;
}

.footer-nav {
    float: left;
    margin-left: 20px;
}

.footer-nav ul {
    float: left;

}

.footer-nav dt {
    font-size: 20px;
    text-align: left;
    line-height: 50px;
    margin-top: 20px;
    color: #d0d0cb;
}



.ft_nav_b li {
    margin-left: 0;
    margin-right: 20px;
}

.ft_nav_b li {
    font-size: 15px;
    line-height: 30px;
}
.ft_nav_b a:hover {
    color: red;
}
.ft_nav_b a{
    transition: 1s;
}

.ft_nav_bt {
    border-left: rgba(219, 219, 219, 0.67) solid 1px;
}

.ft_nav_bt li {
    font-size: 15px;
    line-height: 30px;
    margin: 0 20px;

}

.ft_nav_bt a:hover {
    color: red;
}
.ft_nav_bt a{
    transition: 1s;
}

.footer-right {
    float: right;
}

.wechat {
    width: 100px;
    height: 100px;
    float: right;
    margin-top: 35px;
    margin-right: 35px;
    border: 1px #d0d0cb solid;
}

.wechat img {
    width: 100%;
    height: 100%;
}
.footer-right dt{
    margin-top: 150px;
    color: rgba(219,219,219,0.67);
    font-size: 13px;
    margin-right: 10px;
}

.cdh {
    background: #000000;
    position: relative;
    left: 50%;
    transform: translatex(-50%);

}

.cdh dt {
    width: 1200px;
    line-height: 38px;
    text-align: center;
    margin: 0 auto;
    color: rgba(219,219,219,0.67);
    font-size: 16px;

}

.clearw {
    clear: both;
}

.footer-bottom {
    background: #000000;
    border-top: 1px #4b4b4b solid;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
}

.footer-bottom dt {
    width: 1000px;
    line-height: 38px;
    text-align: center;
    margin: 0 auto;
    color: rgba(219,219,219,0.67);
    font-size: 16px;

}

.footer-bottom a {
    color: rgba(219,219,219,0.67);
}

.backtop {
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 50px;
    height: 54px;
}
.wechatimg{
    position: fixed;
    right: 50px;
    top: 200px;
    width: 125px;
    height: 147px;
    z-index: 100;
    border: #EEEEEF solid 1px;
}
.wechatimg img {
    width: 100%;
    height: 100%;
}

.backtop img {
    width: 50px;
    height: 54px;
}

.newsl{
    width: 778px;
    border: 1px #EEEEEF solid;
    padding-bottom: 10px;
    padding-top: 20px;
    border-top: none;
    overflow: hidden;
}
.newsl li h3{
    line-height: 40px;
    margin-left: 10px;
    font-size: 18px;
    color: black;

}
.newsl li dd{
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 18px;
    color: black;
    padding-bottom: 5px;
    border-bottom: #EEEEEF solid 1px;

}

.tagproduct{
    margin-top: 15px;
    width: 778px;
    /*height: 100px;*/

}
.tagproduct dd{
    font-size: 16px;
    line-height: 40px;
    color: #EEEEEF;
    background: black;
    padding-left: 10px;
}
.tagproduct ul li{
    width: 230px;
    height: 280px;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
    position: relative;
    border: #EEEEEF solid 1px;
    line-height: 280px;
    float: left;
    overflow: hidden;

}
.tagproduct ul{
    border: #EEEEEF solid 1px;
    padding-top: 15px;
}
.tagproduct ul li img{
    width: 230px;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.prepage{
    /*border: red solid 1px;*/
    margin-top: 15px;
}
.prepage dd{
    /*border: red solid 1px;*/
    font-size: 16px;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 10px;
    /*border-bottom: red solid 1px;*/
}
.prepage dd a{
    color: black;
}
.prepage dd a:hover{
    color: red;
}

.pagelist{
    border-bottom: #EEEEEF solid 1px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    margin-top: 20px;
    float: left;
}

.pagelist li{
    list-style: none;
    float: left;
    margin: 0 10px;
    cursor: pointer;
}
.pagelist li a{
    color: black;
}
.pagelist li a:hover{
    color: red;
    /*transition: 1s;*/
}
.qqzx{
    background: rgba(191,191,191,0.36);
    position: fixed;
    top: 200px;
    right: 20px;
    border: red solid 1px;
    height: 300px;
    width: 100px;
}

