@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, p {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

/*remembertodefinefocusstyles!*/

:focus {
    outline: 0;
}

/*remembertohighlightinsertssomehow!*/

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/*tablesstillneed'cellspacing="0"'inthemarkup*/

tbody, table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    padding: 0;
    outline: 0;
    margin: 0;
}

.clear {
    clear: both;
}

.mb {
    display: none;
}

body {
    margin: 0;
    background: #fff;
    font: 1em/150% "微软雅黑", Arial, Helvetica, sans-serif;
}

.left {
    float: left;
}

.right {
    float: right;
}

A:link {
    TEXT-DECORATION: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

A:visited {
    TEXT-DECORATION: none;
}

A:hover {
    TEXT-DECORATION: none;
}

.zhuyao {
    width: 100%;
    height: 100%;
}


.smaller{
       display:none;
}

.mui-bar-nav{ position: fixed;
    top: 0;
    z-index: 9999;
    height: 80px;
    width: 100%;
    background:  rgba(255, 255, 255, 0.9);
    box-shadow: 0 7px 5px -5px rgba(90, 90, 90, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mui-bar-nav.active{
    height: 60px;
    width: 100%;
    background: #fff;
    box-shadow: 0 7px 5px -5px rgba(90, 90, 90, 0.2);


  }
header #logo {
    display: block;
    float: left;
    width: 250px;
    height: 80px;
    background: url(../images/logo.png) no-repeat center;
    margin-left: 5%;
    
}

.mui-bar-nav.active #logo{
    width: 188px;
    height: 60px;
    background-size:100% auto;


  }

nav {
    min-width: 50%;
    text-align: right;
    padding-right: 5%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mui-bar-nav.active nav{padding-right:4%;}
nav a {
    font-size: 14px;
    display: inline-block;
    margin: 15px 0px;
    padding: 0px 25px;
    height: 40px;
    line-height: 40px;
    color: #7b7b7b;
}
.mui-bar-nav.active nav a{margin: 10px 0px;}

nav a:hover {
    color: #fff;
    background: #e51211;
}

#home .home, #about .about_us, #fuwu .fuwu, #contact .contact_us, #anli .anli {
    color: #fff;
    background: #e51211;
}

.pageblock {
    position: fixed;
    top: 0;
    z-index: 1;
}

#main_h {
    background: #f8f8f8;
    padding-top: 3%;
    position: relative; z-index:2;
}

.about_h {
    background: #fff;
    margin-bottom: 50px;
}

.about_h .left {
    width: 50%;
}

.about_h .left video {
    width: 100%;
    height: auto;
}

.about_h .right {
    width: 45%;
    padding: 6% 5% 30px 0;
}

.about_h .right h1 {
    font-size: 40px;
    color: #525252;
    line-height: 50px;
}

.about_h .right h2 {
    color: #e60012;
    line-height: 200%;
}

.about_h .right p {
    font-size: 14px;
    color: #8f8f8f;
    text-indent: 28px;
    padding: 20px 0px;
}

.about_h .right .more {
    display: inline-block;
    border: 1px solid #b8b8b8;
    width: auto;
    padding: 10px 15%;
    font-size: 14px;
    color: #e51211;
}

.about_h .right .more:hover {
    background: #e51211;
    color: #fff;
}

.products_h {
    background: #f8f8f8;
}

.contact_h {
    background: url(../images/copyright.png) no-repeat center;
    background-size: 100% auto;
    padding:3% 0 2% 10%;
}



.contact_h  h1 {
    font-size: 40px;
    color: #fff;
    line-height: 50px;
}

.contact_h  h2 {
    color: #e60012;
    line-height: 200%;
}

.contact_h .nr {
    display: block;
    background: url(../images/d_logo_2.png) no-repeat 0 10px;
    padding-top: 200px;
    margin-top: 70px;
    width: 355px;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
}

.contact_h  .ewm {
    display: block;
    margin-top: 30px;
    width: 360px;
    height: 200px;
}

.contact_h img {
    max-width: 100%;
}

.contact_h .right {
    width: 35%;
    padding-top: 220px;
}

.contact_h .right img {
    margin-left: 40px;
}

 .copyright {
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 15px 40px;
    text-align:center;
}

#container {}

#container .cell {
    background: #fafafa;
    margin-top: 10px;
    position: relative;
    width:33.33333%;
    float: left;
}

.cell img {
    width: 100%;
    opacity: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

.c_box_con {
    position: absolute;
    top: 40px;
    left: 0;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.c_box1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c_box1 img {
    opacity: 1;
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden
}

.c_box1:hover img {
    opacity: 0;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.c_box_con_h {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow: hidden;
    opacity: 0;
    font-weight: normal;
    color: #423e00;
    font-size: 18px;
    margin-top: 22%;
}

.c_box_con_h {
    font-size: 24px;
    color: #17161b;
    opacity: 1
}

.c_box_con_p {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    overflow: hidden;
    opacity: 0;
    color: #e51211;
    font-size: 14px;
}

.c_box_con_p {
    color: #e51211;
    opacity: 1
}

.c_box_con_p1 {
    display: inline-block;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    overflow: hidden;
    opacity: 0;
    color: #423e00;
    font-size: 14px;
    border: 1px solid #423e00;
    padding: 2px 4px;
}

.c_box_con_p1 {
    color: #17161b;
    opacity: 1
}

.nei_cont {
    width: 100%;
    font-size: 0;
    color: #423e00;
    text-align: center;
    overflow: hidden;
}

.nei_cont img {
    width: 1200px;
    font-size: 0;
}

#neirong .content {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 200%;
    padding: 1% 0;
}

#neirong .content img {
    max-width: 100%;
    height: auto;
}

#neirong {
    margin-top: 80px;
}

#prfl {
    padding: 1%;
    text-align: center;
}

#prfl a {
    display: inline-block;
    width: auto;
    padding: 5px 25px;
    background: #ababab;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
}

#prfl .now, #prfl a:hover {
    background: #e51211;
    color: #fff;
}

.zhuyao {
    max-width: 1200px;
    margin: 0 auto;
}

.zhuyao img {
    max-width: 100%;
    height: auto;
}

.zhuyao .title {
    font-size: 18px;
    text-align: center;
    padding: 10px 20px;
    line-height: 50px;
    border-bottom: 1px solid #e51211;
    color: #000;
}

.zhuyao .title2 {
    font-size: 14px;
    text-align: center;
    padding: 10px 20px;
    line-height: 30px;
    color: #000;
}

.zhuyao .content {
    color: #000;
    line-height: 150%;
}

.sx {
    text-align: center;
    color: #000;
}

.sx a {
    color: #000;
}

.sx a:hover {
    color: #e51211;
}

.form-group .field input ,.form-group .field textarea{width: 80%; margin: 0 auto; background:rgba(0, 0, 0, 0.1); border-radius: 20px; border: none; padding: 3px 20px;}
.form-group .field select{width: 80%; margin: 0 auto; background:rgba(0, 0, 0, 0.1); border-radius: 20px; border: none; padding: 3px 20px;}

.form-button input{ width: 30%; background:rgba(245, 0, 0,0.5); border-radius: 20px; border: none; padding: 3px 20px; text-align: center; color: #fff; }
.form-button input:hover{background:rgba(245, 0, 0,1)}