/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

h1 {
    font-size: 1.6em;
}
html, body {
    font-size: 16px;
    overflow-x: hidden;
}

#banner img {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration:  none;
}

p, h2, h3 {
    margin:  0;
    padding:  0;
    line-height: 1.7em;
}

.m5 {
    margin: 5px;
}

.bigimg img {
    max-width: 100%;
    height:  auto;
}
#top {
    position: absolute;
    z-index: 9;
}

#top  .nav {
    width: 100%;
    display: flex;
    justify-content:  space-between;
    padding: 7px 0;
    background: rgba(0,0,0,0.4);
}
#top  .nav a {
    color: white;
    border-right: 1px solid #ccc;
    flex-grow: 1;
    text-align: center;
}#top  .nav a:last-child {
    border-right: 0;
}

.m-title {
    font-size: 1.2em;
    text-align: center;
    display: block;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.m-title h3 {
    
}


.m-title p {
    font-size: 14px;
    line-height: 2em;
}

.flex {
    display: flex;
    justify-content:  space-between;
}

#home-list-pro {
    
}

#home-list-pro .flex {
    padding: 10px;
    border-radius: 30px;
    border: 5px solid #e3ebfc;
}

#home-list-pro .flex a {
    width: 32%;
    
}

#home-list-pro .flex a  img {
    max-width: 100%;
}





#home-pros  .con-con  {
    flex-wrap: wrap;

}
#home-pros  .con-con  a {
    width: 46%;
    margin: 5px;
    box-shadow: 0px 1px 6px 5px #e6e6e6;
    margin-bottom: 20px;
}

#home-pros  .con-con  a .bigimg {
    font-size: 0;
}
#home-pros  .con-con  a .bigimg img {
    width: 100%;
    
}

#home-pros  .con-con  a p {
    position: relative;
    background: #b71a29;
    color: white;
    line-height: 1.7em;
    text-align: right;
}

#home-pros  .con-con  a p .more {
    display: inline-block;
    padding:  0 20px;
    
}

#home-pros  .con-con  a p .name {
    position: absolute;
    bottom:  0;
    left:  0;
    height: 2.2em;
    line-height: 3em;
    border-top-right-radius: 20px;
    font-weight: bold;
    background: white;
    padding: 0 20px;
   color: black;
   padding-right: 40px;
   display: flex;
   align-items: center;

}



#wl-top {
    background: url(/static/m/wl-top.png) top center no-repeat;
    padding-top: 30px;
}

#wl-down {
    background: url(/static/m/wu-down-bg.jpg) bottom center no-repeat;
    padding-bottom: 30px;
}



#wl-down .text {
    margin: 15px;
    line-height: 1.7;
    padding: 5px;
    border: 1px dotted #cca7af;
    border-radius: 10px;
    
}


#home-video {
    
}


#home-video .video {
    width: 88%;
    margin:  0 auto;
    position: relative;
    z-index: 4;
}
#home-video .video  video {
    max-width: 100%;
    height:  auto;
}


#home-video .info {
    margin-top: -50px;
    position: relative;
    z-index: 2;
}

#home-video .info {
    background:  linear-gradient(to bottom, #7a0d22, #af1a29);
    color: white;
    padding: 10px;
    padding-top: 50px;
    line-height: 1.8em;
}

#home-video .info  h3 {
    line-height: 2.3;
    position: relative;
}

#home-video .info  h3:after {
    display: inline-block;
    content: " ";
    width: 100px;
    height: 2px;
    background: white;
    position: absolute;
    left:  0;
    bottom:  0;
}



#home-video .info .meats .k {
    font-weight: bold;
}



#home-video .info .nt {
    border-radius: 30px;
    background:  linear-gradient(to bottom , #d5d5d5, #fdfcfc, #d5d5d5);
    color: black;
    text-align: center;
    margin-top: 10px;
    line-height: 40px;
}

#home-video .info .nt .tel {
    color: #851023;
    font-weight: bold;
    background: url(/static/m/nt-tel.png)  left center no-repeat;
    padding-left: 30px;
        line-height: 40px;
}







#home-case {
       background: #f1f2f7  url(/static/m/casebg.png) bottom center no-repeat;
       padding-bottom: 55px;
       padding-top: 10px;
}


#home-case .flex {
    flex-wrap:  wrap;
    margin-top: 20px;
    width: 100%;
}

#home-case .flex a {
    width: 47%;

    border-top-right-radius:60px;
    margin: 5px;
    box-shadow: 0 0 5px 5px #ccc;
       margin-bottom: 30px;
}


#home-case .flex a  img {
    width: 100%;
        border-top-right-radius: 30px;
}
#home-case .flex a  .bigimg {
    font-size: 0;
}


#home-case .flex a p {
    line-height: 40px;
    box-sizing: border-box;
    position: relative;
    font-weight: bold;
    text-align: center;
}
/*
#home-case .flex a p:after {
    position: absolute;
    top:  0;
    right:  0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    content: "•••";
    text-align: center;
    font-size: 30px;
    background: #af1a29;
    color: #fac694;
    border-bottom-right-radius: 60px;
}
*/


#home-case .flex a p span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}




#home-news {
    background: url(/static/m/news-bg.jpg) bottom center ;
    background-size: cover;
}



#home-news .con  a.name.b {
    background: url(/static/xsc/news-t.png) left center no-repeat;
    padding-left: 60px;
    background-size: 3em;
}

#home-news .con a.name  {
    font-size: 18px;
    line-height: 2em;
    font-weight: bold;

    display: inline-block;
}

#home-news .con .u {
    width: 100%;
}

#home-news .con .u  .list  {

}



#home-news .con .u  .list  a {
    display: flex;
    justify-content:  space-between;
    line-height: 2em;
    color: #333;
    padding-left: 30px;
    background: url(/static/xsc/news-li.png) left top 10px no-repeat;


}


#home-news .con .u  .list  a span:first-child {
    width: 68%;
        overflow: hidden;
            text-overflow: ellipsis;
                white-space: nowrap;
}



#home-news .con .u  .list  a span:last-child {
    width: 30%;
    color: #666;
}


#home-liuyan {
    background: #333333;
    padding-top: 20px;
    padding-bottom: 20px;
}


#home-liuyan  form {
    padding:  10px;

}
#home-liuyan  form .text {
    color: white;
    line-height: 2em;
}

#home-liuyan  form .name {
    margin-bottom: 10px;

}
#home-liuyan  form  input,
#home-liuyan  form textArea {
    border-radius: 10px;
    padding:  0;
    margin: 0;
    border: 0;
    line-height: 2em;
}

#home-liuyan .msg textarea {
    
        width: 100%;
            background: white url(/static/m/huifu.png) right center no-repeat;
                background-size: contain;
                    padding: 5px;
                        padding-right: 1.5em;
                            box-sizing: border-box;
    
}


#home-liuyan  #submit {
    background: linear-gradient(to right, #7f0a34, #f14848);
    margin-top: 5px;
    padding:  0 20px;
    color: white;
    background: url(/static/m/submit.png);

        border-radius: 10px;
            padding: 0;
                margin: 0;
                    border: 0;
                        line-height: 2em;
                            width: 10em;
                                background-size: cover;
                                    width: 10em;

}


#home-footer {
    padding-bottom: 10px;
    background: #eff0f4;
    padding-bottom: 4rem;
}

#home-footer img.f  {
    width: 100%;
    height:  auto;


}
#home-footer .con {
    padding: 10px;
    flex-wrap: wrap;
}

#home-footer .con p {
    padding-left: 2em;
    background-size: 1em;
    width: 100%;
    margin-bottom: 5px;
}

#home-footer .con p:nth-child(1) {
    background: url(/static/m/hf-1.png)  left center no-repeat;
    background-size: 1.5em;
}

#home-footer .con p:nth-child(2) {
    background: url(/static/m/hf-3.png)  left center no-repeat;
    background-size: 1.5em;
}

#home-footer .con p:nth-child(3) {
    background: url(/static/m/hf-2.png)  left center no-repeat;
    background-size: 1.5em;
}
#home-footer .con p:nth-child(4) {
    background: url(/static/m/hf-4.png)  left center no-repeat;
    background-size: 1.5em;
}

#home-footer  .cp {
    text-align: center;
}


#fixed {
    position: fixed;
    bottom:  0;
    width: 100%;
    background: #020202;
    display: flex;
    justify-content:  space-around;
    padding-top: 10px;
    padding-bottom: 10px;
	z-index: 9999;
}

#fixed a {
    width: 31%;
    font-size: 1rem;
    color: white;
    text-align: center;
    background:  linear-gradient(to bottom, #fefefb, #f8c25e);
    background: white;
    color: black;
    padding: 6px 0;
}

#fixed a img {
    width: 1.2em;
    height: 1.2em;
}
#mbx {
    line-height: 2em;
    border-left: 2px solid #7f0a34;
    padding-left: 6px;
    border-bottom: 1px solid #ccc;
}

.list-pic  {
    flex-wrap: wrap;
    
}
.list-pic a  {
    width: 47%;
    margin: 5px;
    box-shadow: 0 0 5px 5px #ddd;
    text-align: center;
}

a  img {
    max-width: 100%;
    height:  auto;
}





.list-text a  { 
    display: flex;
    margin:  5px auto;
    width: 95%;
    align-items: center;

}

.list-text a  .bigimg {
    width: 23%;
    position: relative;
    z-index: 10;
}
.list-text a  .bigimg img {
    width: 100%;
}
.list-text a  .info {
    width: 80%;
    position: relative;
    z-index: 6;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px;
    background: #fdfbfb;
    margin-left: -30px;
    padding-left: 50px;
    box-shadow:  0 0 5px 5px #ddd;
}


.list-text a  .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
    font-size: 0.8rem;
}

.list-text a  .info p  {
    font-size: 0.6em;
}
.list-text a  .info p span {
    text-align: right;
}


h1 {
    font-size: 1rem;
    text-align: center;

    line-height: 2em;
    max-width: 50%;
    margin:  0 auto;
}

.data {
    text-align: center;
    color: #ccc;
    font-size: 12px;
}

.last-con {
    line-height: 1.7;
    color: #666;
    margin: 10px;
}

.last-con video,
.last-con img {
    max-width: 100%;
    height: auto;
}


#product-head {
    background: #f0f0f0 url(/static/m/p-h.jpg) bottom center no-repeat ;
    padding-bottom: 62px;
}

#product-head  h1 {
    text-align: center; 
    width: 90%;
    display: flex;
    max-width: 90%;
}

#product-head  h1  span {
    flex: 0 0 6em;
}


#product-head  h1  img {
    display: inline-block;
    margin-top: 6px;
    max-width: 100%;
    height: auto;
}
#product-head  h1 span {
    display: inline-block;
    border-bottom: 2px solid #851023;
}

#product-head .imgs {
    padding: 10px;
    position: relative;
}

#product-head .imgs .con {
    position: relative;
    z-index: 4;
}
#product-head .imgs:before {
    background: white;
    margin-top: 0;
    margin-bottom: -20px;
    width: 60%;

    content:  " ";
    position: absolute;
    right:  0;
    top:  0;
    height: 100%;
    z-index: -0;
}

#product-head .imgs  .bigimg {
    width: 80.3%;
    display: flex;
}
#product-head .imgs  .bigimg img {
    width: 100%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}


#product-head .imgs  .list   {
    width: 17.5%;
}

#product-head .imgs  .list img {
    max-width: 100%;
    height:  auto;
    margin-bottom: 5px;
}

#product-head .info {
    margin: 5px 10px;
}




#product-head   .metas {
    margin-bottom: 20px;

    display: flex;
    flex-wrap: wrap;
    justify-content:  space-around;
}

#product-head   .metas   * {
    font-size: 12px !important;
}


#product-head    .metas .u {
    display: flex;
    color: #666666;
    font-size: 20px;
    line-height: 2em;
    font-size: 1.2rem;
    color: #e20b20;
    font-weight: bold;
    background: url(/static/inner/pro-mbg.png) left center no-repeat;
    line-height: 46px;
    padding-left: 30px;
}



#product-head    .metas .u  .v {
    font-weight: bold;
    color: #e20b20;
    font-size: 1.4rem;
}


#product-head    .baojia {
    margin-top: 30px;
    display: inline-block;
    padding: 10px 30px;
    background: #077bfd;
    color: white;
    font-size: 16px;
    border-radius: 10px;
    width: 100%;
    display: block;
    background:  linear-gradient( to right ,#88060f, #161a34);
    position: relative;
    box-sizing: border-box;
    overflow: visible;
}

#product-head    .baojia  > img {
    position: absolute;
    right: -49px;
    bottom: -78px;
    position: absolute;
    right: -18px;
    bottom: -39px;
    width: 126px;

}


.last-con.pro {

}


.pro-k {
    display: flex;
    background: linear-gradient(to right , transparent 20%, #eff0f4 20%) ;
        background: linear-gradient(to right , transparent 20%,  #f1e2e7 20%, #f1e2e7);
}

.pro-k  img {
    width: 1em;
    height: 100%;
    height:  auto;
    background: white;
}

.pro-k  span {
    padding: 0 10px;
    background: white;
    font-weight: 700;
}

#pmsg {
    position: relative;
}

#pmsg  > img {
    width: 100%;
    height:  auto;
}
#pmsg .con {
    position: absolute;
    top: 24vh; 
    width: 80%;
    left: 10%;
    margin:  0 auto;
}

#pmsg .con .flex {
    background: #ebeaea;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}


#pmsg .con .flex  .text  {
    width: 20%;
    text-align: center;
    border-right: 1px solid #999;


}

#pmsg .con .flex  .text  img {
    width: 1.5em;

}

#pmsg .con .flex input {
    border:  0;
    outline:  0;
    background: transparent;
    width: 70%;
}

#pmsg .con  .msg {
    margin-top: 10px;
}


#pmsg .con  .msg .text {
    font-size: 1.2em;
    color: black;
    margin-bottom: 10px;
}

#pmsg .con  .msg textarea {
    width: 100%;
    background: #ebeaea;
}

#pmsg #submit {
    background: #ec2c2f;
    margin-top: 20px;
    color: white;

    border: 0;
    padding:  0;
    display: inline-block;
    padding: 10px 30px;
}


.goup {

        position: fixed;
            right: 5px;
                bottom: 70px;
}



