.redfont {
    color: #ff0000;
}

.max100 {
    max-width: 100%;
    max-height: 100%;
}

.tc {
    text-align: center;
}

.tr{
    text-align: right;
}

.crumbs{
    line-height: 30px;
}

/* .transition02 {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
} */

body {
    background: #F2F2F2;
}

.bgffffff {
    background: #ffffff;
}

img {
    max-width: 100%;
}

.logo {
    /* background: url(/static/home/images/logo.png) no-repeat left center; */
    /* width: 220px; */
    /* height: 35px; */
    display: block;
    padding: 18px 0
}

.mainnav {
    padding-top: 19px;
    padding-left: 20px;
    /* padding: 19px 20px 0 20px; */
}

.mainnav a {
    color: #000000;
    margin-right: 36px;
    display: inline-block;
    padding: 6px 0px;
}

.mainnav .f-nav:last-child a {
    margin-right: 0;
}

.mainnav a:hover {
    border-bottom: 2px solid #000000;
}

.mainnav a.on {
    border-bottom: 2px solid #000000;
}

.child-nav-box-position{
    position: relative;
    z-index: 9999;
}

.shop-tree-item li a {
    font-size: 14px;
    color: rgb(255, 255, 255);
    opacity: 0.6;
    display: block;
    padding: 10px 0px;
}
.shop-tree-item p > a {
    display: block;
    margin-right: 0px;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.shop-tree-item p {
    font-size: 18px;
    margin-right: 20px;
}
.shop-tree-item {
    padding: 20px 0px;
}

.child-nav-box{
    background-color: rgba(48,61,76,.9);
    /* overflow: hidden; */
    position: absolute;
    left: 0;
    right:0;
    top : 81.77px;
    z-index: 998;
    padding: 10px 0;
    width: 100%;
    z-index: 999;
    pointer-events: none;
    opacity: 0;

    display: none;
    /* max-height: 0; */

}

.xiala-show {
    display: block;
    z-index: 998;
    opacity: 1;
    pointer-events: inherit;
}

#shop-nav:hover .child-nav-box{
    display: block;
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
    /* max-height: auto; */
    
}

.child-nav-box a{
    color: #fff;
}
.child-nav-box a:hover{border: 0;}

.child-nav-box p a:hover{
    border-bottom: 1px solid rgba(255,255,255,.8);
}
.child-nav-box a:hover{border: 0;}

.shop-tree-item p{
    font-size: 18px;
}

.shop-tree-item p>a{
    border-bottom: 1px solid rgba(255,255,255,.3);display: block;margin-right: 0px;

}

.shop-tree-item li a{
    font-size: 14px;
}

.layui-elem-quote {
    border-left: 5px solid #cc494f !important;
    font-weight: 100;
    font-size: 18px;
    color: #000000;
}

.userpart {
    margin-top: 22px
}

.userpart a.iconfont {
    font-size: 20px;
    border-radius: 50%;
    padding: 10px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

.userpart a.iconfont:hover {
    background: #cc494f;
    color: #ffffff;
}

.ewm li {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
}

.ewm li a {
    display: block;
    position: relative;
}

.ewm li span {
    color: #ffffff;
    font-size: 12px;
}

.ewm li i {
    padding-right: 7px;
    color: #ffffff;
}

.ewm li a .t_er_weixin {
    position: absolute;
    left: 15px;
    top: -90px;
    display: none;
    width: 85px;
}

.ewm li a:hover .t_er_weixin {
    display: block;
}

.ewm li a.wb_code {
    background: url(/static/home/images/weibo.png) no-repeat left center;
    padding-left: 30px;
}

.foot .w1200 {
    padding-top: 25px;
}

.f_menu {
    color: #fff;
    margin-right: 10px;
    float: right;
    font-size: 12px;
}

.f_menu a {
    color: #ffffff;
    padding: 0 10px;
    font-size: 12px;
}

.f_menu a:hover {
    text-decoration: underline;
}

.copyright {
    color: #ffffff;
    float: right;
    font-size: 12px;
}

.copyright a {
    color: #ffffff;
    padding-left: 13px;
    font-size: 12px;
}

.copyright a:hover {
    text-decoration: underline;
}

.foot .fr {
    padding-top: 5px;
    opacity: .8
}

.indtitle {
    text-align: center;
    color: #000000;
    padding-top: 50px;
    font-size: 36px;
    padding-bottom: 35px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Times New Roman';
}

.indtitle hr {
    width: 80px;
    margin: 15px auto 0;
    background: #cc494f;
    height: 2px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.indtitle:hover hr {
    width: 150px;
}

.indpart1 {
    padding: 0 265px;
    text-align: left;
}

.indpart1 p {
    padding-top: 15px;
    line-height: 200%;
}

.indpart1bnt {
    display: block;
    margin: 35px auto 0;
    background: url(/static/home/images/ind1b.png);
    width: 52px;
    height: 52px;
}

.indpart1bnt:hover {
    background: url(/static/home/images/ind1b2.png);
    transition: all 0.3s ease;
}

.inewspic {
    /* width: 480px; */
    /* height: 310px; */
    position: relative;
    overflow: hidden;
}

.inewspic img {
    width: 100%;
    height: 100%;
}

.inewspic .bd {
    position: relative;
    z-index: 9
}

.inewspic img {
    position: relative;
    z-index: 9
}

.inewspic1 {
    position: absolute;
    bottom: 5px;
    width: 100%;
    background: url(/static/home/images/int.png) repeat-x;
    height: 20px;
    text-align: center;
    z-index: 999999999
}

.intitle {
    /*padding: 23px 20px 5px;*/
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

.intitle a {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.inewspic {
    position: relative;
}

.inewspic .bd li {
    position: relative;
    display: block;
}

.inewspic .bd li .intitle {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inewspic1 .bnt a,
.inewspic1 li {
    display: inline-block;
    background: url(/static/home/images/ina.png) no-repeat 0 0;
    width: 9px;
    height: 9px;
    margin: 0 5px;
}

.inewspic1 .bnt a.on,
.inewspic1 li.on {
    background: url(/static/home/images/ina.png) no-repeat 0 -9px;
}

.inewslist {
    padding-left: 40px;
}

.inewslist li {
    display: block;
    padding: 16px 10px 20px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    border-left: 2px solid #ffffff;
    border-bottom: 1px solid #f2f2f2;
}

.inewslist li:hover {
    background: #f5f5f5;
    border-left: 2px solid #cc494f;
}

.inewslist .date {
    width: 76px;
    float: left;
    text-align: center;
    margin-right: 20px;
}

.inewslist h2 {
    font-size: 38px;
    font-weight: 100;
    color: #cc494f;
}

.inewslist h3 {
    font-weight: 100;
    color: #757575;
}

.inewslist h1 {
    font-size: 16px;
    color: #333333;
    font-weight: 100;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 200%;
}

.inewslist li:hover h1 {
    color: #cc494f;
}

.inewslist p {
    color: #929292;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.inmore {
    text-align: right;
}

.inmore a {
    display: inline-block;
    border: 1px solid #cdcdcd;
    color: #b9b9b9;
    padding: 10px 20px;
    margin: 10px 0;
}

.inmore a:hover {
    display: inline-block;
    border: 1px solid #cc494f;
    background: #cc494f;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 10px 20px;
}

.indpart2 .ipartc {
    /* float: left; */
    /* width: 240px; */
    /* height: 184px; */
    overflow: hidden;
}

.indpart2 .ipartc img {
    object-fit: cover;
    width: auto;
    /* height: 244px; */
    transform: scale(1, 1);
    transition: all 0.2s ease-in-out 0s;
}

.indpart2 .bigpart {
    /* width: 480px; */
    /* height: 368px; */
    overflow: hidden;
}

.indpart2 .bigpart img {
    width: 100%;
    /*width: auto;*/
    /* height: 368px; */
    object-fit: cover;
}

.indpart2 a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.indpart2 a {
    position: relative;
    display: block;
    /* width: 480px; */
    /* height: 368px; */
    overflow: hidden;
}

.ipartc .ipartt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 240px;
    text-align: center;
    display: none;
    z-index: 10000
}

.bigpart .ipartt {
    position: absolute;
    /* top: 50px; */
    /* left: 0; */
    width: 100%;
    text-align: center;
    display: none;
    z-index: 9999
}

.cover {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    background: #000000;
    opacity: .5;
    z-index: 9998;
}

.ipartc .ipartt div {
    display: inline-block;
    border: 1px #ffffff solid;
    margin: 0 auto;
    text-align: center;
    z-index: 9999;
    border-radius: 100%;
    width: 90px;
    height: 90px
}

.ipartc .ipartt div h1 {
    font-size: 16px;
    color: #ffffff;
    line-height: 60px
}

.ipartc .ipartt div p {
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    line-height: 0
}

.bigpart .ipartt div {
    top: 120px;
    width: 120px;
    height: 120px;
}

.bigpart .ipartt div h1 {
    font-size: 20px;
    color: #ffffff;
    line-height: 80px;
    line-height: 80px;
}

.bigpart .ipartt div p {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    line-height: 0
}

.indpart2 a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.indpart2 a:hover .ipartt,
.indpart2 a:hover .cover {
    display: block;
}

.slideBoxbanner {
    overflow: hidden;
    position: relative;
    /* min-width: 1200px; */
}

.slideBoxbanner .bd ul li {
    background: no-repeat top center;
    /* height: 619px; */
    width: 100%;
    /* min-width: 1200px; */
}

.slideBoxbanner .hd {
    position: absolute;
    bottom: 25px;
    width: 100%;
    margin: 0 auto;
}

.slideBoxbanner .hd ul {
    text-align: center;
}

.slideBoxbanner .hd li {
    display: inline-block;
    background: url(/static/home/images/bannerp.png) no-repeat 0 -19px;
    width: 18px;
    height: 18px;
    margin: 0 12px;
    cursor: pointer
}

.slideBoxbanner .hd li.on {
    background-position: 0 0;
    /*margin-top: 1px;*/
}

.ppjs {
    background: url(/static/home/images/ind1bg.jpg) no-repeat center top #ffffff;

}

.ip2bg {
    background: url(/static/home/images/ip2bg.jpg) no-repeat center top;
    background-size: cover; 
    /* 此处加上-ms前缀，让IE识别 */ 
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/home/images/ip2bg.jpg',sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/home/images/ip2bg.jpg',sizingMethod='scale');
    /* height: 591px; */
    /* width: 100%; */
}

.indpart1 {
    padding: 0 20px;
    max-width: 720px;
    margin: 0 auto;
    box-sizing: border-box;
    min-height: 142px;
    line-height: 2.5;
}

.smallpart .ipartc a {
    height: 181.5px
}

.smallpart .ipartc a img {
    width: 100%;
    height: 100%;
}

.foot {
    background: #303D4C;
    height: 80px;
    width: 100%;
}

.juzhong {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*news start*/
.donghua {
    animation: donghua 1.0s linear both;
    -webkit-animation: donghua 1.0s linear both;
    -moz-animation: donghua 1.0s linear both;
    -o-animation: donghua 1.0s linear both;
}

.xwhbg,
.xwk-duo span {
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}

.juzhong {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.xwlb {
    display: block;
    margin: 0 -10px;
}

.xwlb li {
    /* width: 397px; */
    /* height: 325px; */
    float: left;
    /* margin-left: 29px; */
    /* margin-bottom: 29px; */
    position: relative;
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
    padding: 10px;
}

.xwk-v {
    position: relative;
    background-color: #fff;
}

.xwlb li {
    /* width: 378px; */
}

.xwhbg {
    position: absolute;
    z-index: 1;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
}

.xwlb li:hover .xwhbg {
    background: #CC494F;
    width: 100%;
}

.xwk {
    /* background-color: #fff; */
    padding: 20px 38px;
    z-index: 2;
    position: relative;
}


.xwlb li:hover .xwk {
    background-color: initial;
}

.xwlb li:hover {
    /* border-color: #CC494F; */
}

.xwk-da {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.xwk-da1 {
    display: block;
    line-height: 38px;
    font-size: 36px;
    color: #cc494f;
}

.xwk-da2 {
    display: block;
    margin-bottom: 9px;
    line-height: 20px;
    font-size: 14px;
    color: #8f8f8f;
}

.xwlb li:hover .xwk-da span {
    color: #FFF;
}

.xwk-dat {
    display: block;
    position: relative;
    width: 40px;
    height: 2px;
    background: #cc494f;
}

.xwk-dat span {
    display: block;
    float: right;
    width: 0;
    height: 3px;
}

.xwlb li:hover .xwk-dat span {
    width: 100%;
}

.xwk-ti {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xwk-ti:visited {
    color: #000;
}

.xwk-js {
    display: block;
    height: 125px;
    padding-top: 20px;
}

.xwk-js a {
    display: block;
    font-size: 14px;
    color: #767676;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 88px;
}

.xwk-js a:visited {
    color: #767676;
}

.xwlb li:hover .xwk-ti {
    color: #FFF;
    padding-left: 8px;
}

.xwlb li:hover .xwk-js a {
    color: #FFF;
    opacity: .6
}

.xwk-duo {
    display: block;
    overflow: hidden;
    height: 18px;
    width: 80px;
    position: relative;
}

.xwk-duo span {
    display: block;
    position: relative;
    top: 0;
    color: #9e9e9e;
    font-size: 14px
}

.xwlb li:hover .xwk-duo span {
    top: -100%;
    color: #FFF;
}

/* news end */

/* news-detail start */
.articletit {
    line-height: 150%;
    margin: 20px auto 15px;
    color: #cc494f;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    font-family: 'Trebuchet MS';
}

.ndate {
    border-bottom: 1px dashed #CCCCCC;
    padding-bottom: 20px;
    text-align: center;
    color: #AAAAAA;
    margin-bottom: 25px;
}

.nbody {
    padding: 10px 0;
}

.icontent {
    padding: 22px 60px 0;
}

.goback {
    text-align: center;
}

.goback a {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #c0c0c0;
    color: #8c8c8c;
    font-size: 14px;
    margin: 40px 10px 30px;
}

.goback a:hover {
    border: 1px solid #cf2b36;
    color: #cf2b36;
}

/* news-detail end */

/* about start */
.mainbody {
    padding-bottom: 50px;
}

.mainbody p {
    line-height: 180%;
}

.stitle {
    padding: 50px 0 30px;
}

.stitle h1 {
    color: #000000;
    font-size: 30px;
    font-family: 'Times New Roman';
    border-left: 5px solid #cc494f;
    text-transform: uppercase;
    line-height: 100%;
    padding-left: 10px;
}

.stitle p {
    padding: 5px 0 5px 15px;
    line-height: 150%;
    opacity: .8;
}

.stitle2 {
    margin: 30px 0 20px;
}

.stitle2 h1 {
    color: #000000;
    font-size: 18px;
    border-left: 5px solid #cc494f;
    text-transform: uppercase;
    line-height: 100%;
    padding-left: 10px;
}

.stitle2 p {
    padding: 5px 0 5px 15px;
    line-height: 150%;
    opacity: .8;
}

.secondnav {
    padding-top: 75px;
    text-align: left;
}

.secondnav h1 {
    color: #ffffff;
    font-size: 27px;
    font-weight: 100;
    padding: 15px 0;
    font-family: 'Times New Roman';
    text-transform: uppercase;
}

.banneruser {
    background: #cc494f;
    height: 159px;
    /* min-width: 1200px; */
}

.banneruser .secondnav {
    padding-top: 35px;
    text-align: left;
}

.secondnav p {
    color: #e2e1e0;
    font-size: 14px;
    opacity: .6;
}

.secondnav a {
    font-size: 12px;
    color: #ffffff;
}

.secondnav a:hover {
    text-decoration: underline;
}

.bannerabout {
    background: url(/static/home/images/aboutb.jpg) no-repeat center top;
    height: 259px;
    /* min-width: 1200px; */
}


.bannernews {
    background: url(/static/home/images/newsb.jpg) no-repeat center top;
    height: 259px;
}

.bannerpro {
    background: url(/static/home/images/shopb.jpg) no-repeat center top;
    height: 259px;
}

.bannernet {
    background: url(/static/home/images/projectb.jpg) no-repeat center top;
    height: 259px;
}

.bannerguess {
    background: url(/static/home/images/contactb.jpg) no-repeat center top;
    height: 259px;
}

.bannerservice {
    background: url(/static/home/images/serviceb.jpg) no-repeat center top;
    height: 259px;
}

.bannerjj {
    background: url(/static/home/images/catalogsb.jpg) no-repeat center top;
    height: 259px;
}


.fontred {
    font-weight: bold;
    color: #cc494f;
    font-size: 36px;
    font-family: 'Trebuchet MS';
}

.aboutpart {
    background: #ffffff;
    padding: 50px;
}

/* about end */

/* contact start */

.contactbody {
    /* margin-top: 77px; */
    box-shadow: 0 7px 30px rgba(0, 0, 0, .2);
    display: inline-block;
}


.cpart1 {
    background: url(/static/home/images/cbg2.png);
    max-width: 554px;
    /* height: 358px; */
}

.titlepic {
    padding: 40px 44px;
    color: #ffffff;
}

.titlepic p {
    color: #ffffff;
    line-height: 180%;
}

.titlepic span {
    color: #ffffff;
    opacity: .8
}

.titlepic h1 {
    color: #ffffff;
    border-left: 3px solid #cc494f;
    border-radius: 3px;
    padding-left: 5px;
    font-size: 12px;
    font-weight: bold;
    margin: 18px 0 5px;
}

.contact-info-container {
    position: relative;
}

.contact-info-position {
    position: absolute;
    top: 77px;
    width: 100%;
}

.contact-info {
    margin: 0 auto;
}

/* contact end */

/*message*/
.message {
    padding-bottom: 50px;
}

.message h1 {
    padding: 15px 0 10px;
}

.message input,
.message textarea {
    border: 0;
    border-radius: 3px;
    display: block;
    width: 100%;
    padding: 0.75rem;
    line-height: 200%;
    box-sizing: border-box;
}

.message a {
    color: #ffffff;
    border-radius: 3px;
    background: #cc494f;
    padding: 15px 50px;
    display: inline-block;
    margin: 20px 0;
}

.message a:hover {
    opacity: .9
}

/*message end*/

/* product start */
.searchpro {
    padding: 20px 0;
    position: relative;
}

.sptitle {
    background: url(/static/home/images/ss.png) no-repeat left center;
    float: left;
    /* width: 274px; */
    /* padding: 20px 0 20px 50px; */
    padding: 5px 0;
    padding-left: 50px;
    box-sizing: border-box;
}

.sptitle h1 {
    font-weight: 100;
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
}

.sptitle p {
    color: #a3a3a3;
    text-transform: uppercase;
    padding-top: 5px;
}

.pro-slider {
    position: relative;
}

.pro-slider .bd li {
    width: 100%;
    display: block;
}

.pro-slider .bd li .list {
    padding: 20px;
    background: #ffffff
}

.pro-slider .bd li .fr {
    width: 450px;
    padding-right: 20px;
}

.pro-slider .pnBtn .arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 1;
    width: 25px;
    height: 38px
}

.pro-slider .prev .arrow {
    left: -4%;
    background: url(/static/home/images/left_button.png) no-repeat
}

.pro-slider .next .arrow {
    right: -4%;
    background: url(/static/home/images/right_button.png) no-repeat
}

.proinfor {
    position: relative;
    height: 390px;
}

.proinfor h1 {
    color: #d7000f;
    font-size: 22px;
    padding: 3px 0 10px;
}

.proinfor span {
    display: block;
}

.proinfor p {
    padding-top: 30px;
}

.proinfor a {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    padding: 8px 32px;
    border: 1px solid #e35760;
}

.products {
    overflow: hidden;
    padding-bottom: 20px;
    margin: 0px -10px;
}

.products ul {
    width: 1300px;
}

.products .product-item {
    float: left;
    width: 100%;
    /* height: ; */
    /* width: 273px; */
    background: #ffffff;
    /* margin: 0 33px 30px 0; */
    border: 1px solid #dbdbdb
}

.products .product-item img {
    /* height: 273px; */
}

.products .product-item h1 {
    font-size: 18px;
    font-weight: 100;
    color: #000000;
    display: block;
    line-height: 50px;
    text-align: center;
}

.products .product-item h2 {
    font-size: 18px;
    font-weight: 100;
    color: #cc494f;
    display: block;
    line-height: 100;
    text-align: center;
}

.products .product-item span {
    color: #b4b4b4;
    display: inline-block;
    float: right;
    line-height: 50px;
    padding-right: 15px;
}

.prod {
    height: 600px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.prod .w1200 {
    position: relative;
    z-index: 2
}

/*.prod a{ position: absolute; z-index: 9}*/
/*.prod .prodinfor{ position: absolute; z-index: 3 }*/
.prodbg {
    position: absolute;
    width: 100%;
    height: 600px;
    opacity: 0.7;
    z-index: 1;
    -webkit-filter: blur(7px);
    filter: blur(7px);
    top: 0;
    overflow: hidden;
    text-align: center;
}

.prodpic .prodet {
    display: none
}

.pro-detail {
    background: #ffffff;
    padding: 20px;
}

.pro-infor {
    padding: 20px 30px;
}

.pro-infor p {
    position: relative;
}

.pro-infor h6 {
    position: absolute;
    /* float:left; */
    line-height: 180%;
    opacity: .5;
}

.pro-infor p {
    padding-left: 140px;
}

.pro-infor h1 {
    padding-left: 140px;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.pro-infor h2 {
    padding-left: 140px;
    font-size: 24px;
    color: #cc494f;
}

.pro-infor li {
    border-bottom: 1px solid #eee;
    padding: 12px 0;
}

.pro-infor li.price {
    padding: 20px 0;
}

.pro-infor li input {
    padding: 9px 20px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    width: 30px;
    margin-right: 10px;
}

.pro-infor li.A2CART {
    border: 0;
    padding: 20px 0 0;
}

.A2CART a {
    background: #cc494f;
    color: #ffffff;
    padding: 10px 25px;
    display: inline-block;
}

.A2CART a:hover {
    color: #ffffff;
    opacity: .9;
}

.number-box {
    float: left;
}

.add-button-box {
    float: left;
}

.pro-ms {
    background: #ffffff;
    padding: 20px 20px;
}

.pro-ms a.item {
    text-align: center;
    padding: 10px;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.pro-ms a.item h1 {
    padding-top: 10px;
}

.pro-ms a.item:hover {
    background: #cc494f;
}

.pro-ms a.item:hover h1 {
    color: #ffffff;
    font-weight: bold;
}

.DGpic {}

.DGpic .pic {
    margin-bottom: 30px;
    padding: 0 60px;
}

.listpic {
    padding: 0 60px;
    position: relative;
}

.listpic a {
    background: #cc494f;
    display: block;
}

.listpic a.on {
    border: 4px solid #cc494f;
}

.listpic a.on img {
    opacity: .9;
}

.listpic .btn {
    width: 100%;
}

.listpic .btn a {
    position: absolute;
    top: 35%;
    display: inline-block;
    background: #e8e8e8;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
}

.listpic .btn a i {
    font-size: 30px;
    opacity: .6;
}

.listpic .btn a.left {
    left: 0;
}

.listpic .btn a.right {
    right: 0;
}

.listpic .btn a:hover {
    background: #cc494f;
}

.listpic .btn a:hover i {
    color: #ffffff;
    opacity: 1
}

.products li {
    padding: 10px;
}

.products a:hover .bgcolor {
    background: #cc494f;
}

.products .product-item img {
    /* display: block; */
    margin: 0 auto;
    height:100%;
}

.products .product-item a {
    position: relative;
    overflow: hidden;
    display: block;
}

.products .product-item h1,
.products .product-item span {
    z-index: 999;
    position: relative;
}

.products .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #cc494f;
    opacity: .0;
    z-index: 999;
    display: block;
}

.products .cover2 {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .0;
    z-index: 999;
    /* display: block; */
    display: table;
    /* border: 1px solid #ffffff; */
    color: #ffffff;
    line-height: 100px;
    /* left: 88px; */
    /* top: 91px; */
    text-align: center;
}

.products .cover2 .symbol-v {
    display: table-cell;

    vertical-align: middle;
}

.products .cover2 .symbol-v .symbol {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    font-size: 60px;
    border: 1px solid #ffffff;
    margin: 0 auto;
}

.products a:hover .cover {
    opacity: .6;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.products a:hover .cover2 {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.products a:hover h1,
.products a:hover span {
    color: #ffffff;
}

@media screen and (max-width:420px) {
    .add-button-box {
        padding-top: 20px;
        float: initial;
        text-align: center;
        clear: both;
    }
}

@media screen and (max-width:768px) {
    .pro-infor {
        padding: 20px 0;
    }

    .pro-infor p,
    .pro-infor h2,
    .pro-infor h1 {
        padding-left: 120px;
    }

    .miaoshu {
        padding: 0;
    }
}


/* product end */


/* login start */
.loginbody {
    padding: 65px 0 80px;
}

.login {
    margin: 0 auto;
    background-color: #ffffff;
    max-width: 800px;
    height: 481px;
}

.login .fl {
    /* width: 28.5%; */
}

.login .fl img {
    max-width: 228px;
}

.login .big {
    font-size: 32px;
    color: #00165f;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: 'Trebuchet MS';
}

.login li {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 5px;
    margin-bottom: 35px;
}

.login li p {
    color: #b19772;
    margin-bottom: 15px;
}

.login li input {
    border: none;
    background-color: initial;
    width: 100%;
    line-height: 30px;
}

.login .tj {
    text-align: right;
    margin-top: 70px;
    position: relative;
}

.login .tj a {
    color: #ffffff;
    background-color: #00165f;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    text-transform: uppercase;
}

.login .tj a:hover {
    background-color: #b19772;
}

.login .tj a.signup {
    color: #00165f;
    /* position: absolute; */
    left: 0;
    top: -10px;
    background-color: none;
    display: inline;
    background: none;
    font-size: 14px;
}

.login .tj a.signup:hover {
    text-decoration: underline;
}

.login .fr {
    /* width: 71.5%; */
}

.login .content {
    margin: 10% 13% 0 18%;
}

.login .tj a {
    padding: 13px 36px;
    font-size: 18px;
}

.login .tj a.signup {
    padding: 0;
    margin: 10px 0;
    float: left;
}

.usernav {
    margin: 50px 0 5px;
}

.usernav a {
    width: 50%;
    display: inline-block;
    text-align: center;
    background: #ffffff;
    padding: 13px 0;
}

.usernav a.on {
    background: #30548f;
    color: #ffffff;
}

.userbody {
    padding-top: 50px;
    /* max-width: 1040px; */
    margin: 0 auto;
    background-color: #ffffff;
}

.userbody ul {
    padding: 20px 30px 40px;
}

.userbody li {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.userbody li span {
    width: 10px;
    display: inline-block;
}

.userbody li i {
    /* display: block; */
    /* position: absolute; */
    /* left: 10px; */
    /* top: 14px; */
    display: inline-block;
    width: 100px;
    opacity: .8;
    font-style: normal;
    line-height: 1.8;
}

.userbody li p {
    /* padding-left: 150px; */
    display: inline-block;

}

.revise {
    text-align: center;
    margin: 30px 0;
}

.revise a {
    color: #ffffff;
    padding: 15px 40px;
    display: inline-block;
    background: #cc494f;
    border-radius: 3px;
}

.revise a:hover {
    opacity: .9;
}

/* login end */

/* cart start */

.cart {}

.cart li {
    border: 1px solid #ffffff;
    border-bottom: 1px solid #eee;
    padding: 20px;
    position: relative;
}

.cart li:hover {
    border: 1px solid #cc494f;
}

.cart li .pic {
    /* width: 150px; */
    height: 150px;
    /* position: absolute; */
    /* left: 20px; */
    /* top: 20px; */
}


.cart li .infor {
    /* padding: 20px 20px 20px 170px; */
    height: 130px;
    position: relative;
}

.cart li .infor h1 {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
}

.cart li .infor h2 {
    font-size: 16px;
    color: #cc494f;
    float: left;
    margin-top: 20px;
}

.cart li .infor h6 {
    opacity: .8;
    line-height: 160%;
    font-size: 12px;

}

.cart li .infor .shuliang {
    float: right;
    margin-top: 20px;

    /* position: absolute; */
    /* right: 0; */
    /* bottom: 25px; */
}

.shuliang input {
    width: 50px;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0 10px;
    text-align: center;
}

.shuliang a {
    display: inline-block;
    background: #ccc;
    border-radius: 50%;
    width: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.shuliang a:hover {
    background: #cc494f;
}

.shuliang a.on {
    background: #cc494f;
}

.shuliang a.delete {
    color: #cc494f;
    width: auto;
    border-radius: 25px;
    padding: 0 10px;
    margin-left: 10px;
    background: #ffffff;
    border: 1px solid #cc494f;
}

.shuliang a.delete:hover {
    background: #cc494f;
    color: #ffffff;
}

/* cart end */
/*user start*/
.usernav {}

.miaoshu {
    padding: 10px 30px;
}

.searchbody {
    padding-top: 5px;
    float: right;
    /* text-align: right; */
}

.searchbody>div {
    /* max-width: 250px; */
    float: left;
    margin-top: 5px;
    /* display: inline-block; */
}

.select01 {
    min-width: 230px;

    /* float: left; */
}

.select02 {
    min-width: 230px;

    /* float: left; */
    /* width: 247px; */
}

.select01 select {
    border: 1px solid #cfcfcf;
    width: 98%;
    box-sizing: border-box;

    /* width: 327px; */
    height: 36px;
    padding-left: 10px;
}

.select02 input {
    border: 1px solid #cfcfcf;
    width: 98%;
    box-sizing: border-box;
    /* width: 227px; */
    height: 36px;
    padding-left: 10px;
}


@media screen and (max-width:1000px) {
    .searchbody {
        width: 100%;
        display: none;
    }

    .searchbody .select01,
    .searchbody .select02 {
        width: 40%;
    }

    .searchbody .select03 {
        width: 20%;
    }

    .con .searchbody {
        display: block !important;
    }
}


@media screen and (max-width:600px) {
    .searchbody {
        float: initial;
    }

    .searchbody>div {
        float: initial;
        width: 100% !important;
        max-width: initial;
    }
}

.searchpro .layui-icon {
    position: absolute;
    right: 20px;
    top: 18px;
    z-index: 9999;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.con .layui-icon {
    transform: rotate(-90deg);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.spbok {
    height: 36px;
    width: 132px;
    display: inline-block;
    float: left;
    color: #ffffff;
    background: #cc494f;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
}

.spbok:hover {
    opacity: .9;
    color: #ffffff;
}

/* user end */

/* signup start */
.signup .layui-form-label {
    width: 160px;
}

.signup .layui-input-block {
    margin-left: 200px;
    min-height: 36px;
}

.signup .layui-form {
    padding: 20px 20px 20px
}

.signup .layui-elem-field legend {
    color: #000000;
    font-size: 22px;
}

/* signup end */

/* product-detail start */

.gallery-top .swiper-button-next,
.gallery-top .swiper-button-prev {
    display: none;
}

.slide-position {
    position: relative;
}

.slide-v .btn {
    font-size: 30px;
    opacity: .6;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateYX(-50%);
    position: absolute;
    top: 50%;
    /* left: 0; */
    /* bottom: 53.5px; */
    /* top: 35%; */
    display: inline-block;
    background: #e8e8e8;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
}

.slide-v .btn i {
    font-size: 30px;
}

.slide-v .btn.prev {
    left: 0;
}

.slide-v .btn.next {
    right: 0;
}

.slide-container {
    background-color: #fff;
    padding: 50px;

}

.slide-container .slide-v {
    padding: 0 60px;
}

.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-top .swiper-slide {
    width: 100%;
    text-align: center;
    /* line-height: 100%; */
}

.gallery-top .swiper-slide img {
    width: 100%;
    height: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    /* padding: 10px 0; */
    margin: 30px 0;
    position: relative;
}

.gallery-thumbs .swiper-slide {
    /* height: 100%; */
    /* opacity: 0.4; */
    width: 153.33px;
    /* height: 132px; */
    /* padding: 10px; */
}

.gallery-thumbs .swiper-slide * {
    width: 100%;
    height: 100%;
}

.swiper-slide-v {
    box-sizing: border-box;
    padding: 5px;
}

.swiper-slide-v img {
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
}

.gallery-thumbs .swiper-slide-thumb-active {

    /* opacity: 1; */
}

.gallery-thumbs .swiper-slide img {
    border: 4px solid #fff;
}

.gallery-thumbs .swiper-slide-thumb-active img {
    border-color: #cc494f;
}

@media screen and (max-width :1000px) {
    .slide-container .slide-v {
        padding: 0;
    }

    .slide-v .btn {
        display: none;
    }
}

@media screen and (max-width : 620px) {

    .gallery-top .swiper-button-next,
    .gallery-top .swiper-button-prev {
        display: block;
    }
}

@media screen and (max-width : 450px) {
    .slide-container {
        /* background-color: #fff; */
        padding: 20px;
    }
}

/* product-detail end */

/* catalogs start */
.catalogs {
    padding: 0 0 30px;
}

.catalogs .item {
    background: #ffffff;
    overflow: hidden;
    /* height: 262px; */
}

.catalogs .zzpic {
    width: 185px;
    height: 262px;
    line-height: 261px;
    float: left;
}

.catalogs .zzpic img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height : 100%;
}

.catalogs .zzinfor {
    padding: 5%;
    position: relative;
    margin-left: 200px;
}

.catalogs .zzinfor h1 {
    font-size: 18px;
    color: #000000;
}

.catalogs .zzinfor p {
    padding: 10px 0;
    opacity: .8;
}

.catalogs .zzinfor .btn {
    /* position: absolute; */
    /* left: 30px; */
    /* top: 90px; */
}

.catalogs .zzinfor .btn a {
    display: block;
    margin-bottom: 13px;
}

.catalogs .zzinfor .btn a:hover {
    text-decoration: underline;
    color: #000000;
}

.catalogs .zzinfor .btn a i {
    display: inline-block;
    background: #cc494f;
    color: #ffffff;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 18px;
}

.catalogs .zzinfor .btn a.red {}

.catalogs .zzinfor .btn a.blue i {
    background: #30548f;
    font-size: 14px;
}

.catalogs .zzinfor .btn a.gray i {
    background: #5b6672;
}

@media screen and (max-width: 400px) {
    .catalogs .zzpic {
        width: initial;
        height: initial;
        line-height: initial;
        float: initial;
        text-align: center;
    }

    .catalogs .zzinfor {
        /* padding: 5%; */
        /* position: relative; */
        margin-left: 0;
    }
}

/* catalogs end */

/* update start */
.update {
    padding-top: 50px;
    padding-bottom: 5px;
}

.update .layui-form-label {
    width: 160px;
}

.update .layui-input-block {
    margin-left: 200px;
}

/* update end */
@media screen and (max-width: 1200px) {
    .ppjs {
        background: #fff;
    }

}

@media screen and (max-width: 1000px) {
    /* .ppjs{
        background: url(none);
    } */

}

@media screen and (max-width: 780px) {

    .foot {
        min-width: inherit;
        height: inherit;
        padding: 10px 0;
    }

    .copyright {
        float: inherit;
        text-align: center;
        line-height: 200%;
    }

    .aboutpart {
        /* background: #ffffff; */
        padding: 0;
    }

    .about-bg {
        background-color: #fff;
    }

    .contact-info-position {
        position: initial;
        margin-top: 30px;
    }

    .contactbody {
        display: block;
    }

    .cpart1 {
        max-width: initial;
        width: 100%;
    }

    .userbody ul {
        padding: 0;
    }



    .cart li .infor {
        height: auto;
    }

    .cart li .infor h1,
    .cart li .infor h6 {
        text-align: center;
    }

    .cart li .infor h2,
    .cart li .infor .shuliang {
        float: inherit;
        text-align: center;
    }

    .xs-padding0 {
        padding: 0 !important;
    }

    .xs-bgffffff {
        background-color: #fff;
    }

    .update .layui-form-label {
        width: auto;
        float: inherit;
        text-align: left;
    }

    .update .layui-input-block {
        margin-left: 0;
    }
    
    .inewslist {
        padding-left: 0;
    }
}


/*page*/
.page {
    text-align: center;
    font-size: 12px;
    border: 0;
    padding: 20px 0 0px;
    ;
    width: 100%
}


.page .count,
.page .nowpage {
    margin-right: 10px;
}

.page a {
    color: #797979;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background-color: #ffffff;
    border: #eee 1px solid;
    width: 34px;
    padding: 8px 0;
    margin-right: 8px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

.page a:hover {
    color: #cc494f;
    border: #cc494f 1px solid;
    width: 34px;
    padding: 8px 0;
    margin-right: 8px;
}

.page .current {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #cc494f;
    border: #cc494f 1px solid;
    width: 34px;
    padding: 8px 0;
    margin-right: 8px;
    font-weight: bold;
    cursor: default;
}

.page a.current:hover {
    color: #fff;
    /* border: 1px ; */
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}
/* 平板head */
@media screen and (max-width:768px) {
    .header {
        position: relative;
        z-index: 1000;
    }

    .header .logo {
        position: relative;
        z-index: 1000;
        padding: 10px 0;
        background-color: #ffffff;
    }

    .header .logo img {
        height: 30px;
        margin-left: 10px;
    }

    .header .top-more {
        position: absolute;
        top: 15px;
        right: 12px;
        z-index: 1002;
    }

    .header .top-more img {
        width: 30px;
    }

    .mainnav {
        padding-left: 0;
        position: absolute;
        background-color: #ffffff;
        width: 100%;
        z-index: 999;
        padding-top: 10px;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        top: -575px;
    }

    .show {
        top: 45px;
        overflow: hidden;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
    }

    .mainnav ul {
        padding: 0 15px;
    }

    .mainnav li {
        text-align: left;
        margin: 15px 0;
        padding-bottom: 10px;
        width: 100%;
        border-bottom: 1px solid #b7b7b7;
    text-indent: 0.5em;
    }

    .mainnav li a {
        color: rgba(53, 52, 52, 0.7);
        font-size: 16px;
    }

    .mainnav li.on {
        /* border-bottom: 2px solid #c81a3b; */
    }

    .mainnav li a:hover {}

    .mainnav li span {
        /* background-image: url(../images/jiao-w.png); */
        background-position: right center;
        background-repeat: no-repeat;
        padding-right: 12px;
    }

    .mainnav .language .home {
        margin-right: 40px;
        width: 80px;
        display: inline-block;
    }

    .mainnav .column2 {
        border-top: 1px solid #333333;
        margin-top: 10px;
        display: none;
        padding: 0 0;
        /* For IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#333333')";
        /* For IE 5.5 - 7 */
        filter: " progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#333333')";
    }

    .mainnav .column2 li {
        text-align: center;
        border-bottom: 1px solid #333333;
        padding: 15px 0px;
        margin: 0;
    }

    .mainnav .column2 li a {
        font-size: 15px;
        opacity: .7;
    }

    .mainnav>ul>li:hover .column2 {
        /* display: block; */
    }

    .mainnav .pro-column {
        width: 180px;
    }
    
    .mainnav a:hover {
        border-bottom: 0;
        color: #aaa;
    }

}
/* 平板head */
