
html,body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    border: 0;
}

body {
    background: #f3f3f3;
    color: #666;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}

a:hover {
    color: #eee;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

/* 蹇呰甯冨眬鏍峰紡css */
.header-nav {
    position: relative;
    background: #fff;
    width: 100%;
}

.header-content {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.header-logo {
    float: left;
}

.header-logo a {
    display: block;
    padding: 10px 0;
    color: #1ec67a;
    text-decoration: none;
}

.header-logo a img {
    height: 50px;
    display: block;
    border: none;
}

.header-nav-list {
    float: right;
    margin-right: 45px;
}

.header-nav-list ul {
    float: left;
}

.header-nav-list ul li {
    position: relative;
    display: block;
    float: left;
}

.header-nav-list ul li a {
    color: #616161;
    padding: 20px;
   font: normal 16px/28px "\5FAE\8F6F\96C5\9ED1";
    background: none;
    position: relative;
    display: block;
}

.header-nav-list ul li a:hover {
    color: #1ec67a;
}

.header-nav-list ul li .cur {
    color: #1ec67a;
}
 
 
.aui-about-dow {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 110%;
    min-width: 200px;
    padding: 8px 2px;
    background: #fff;
    border-radius: 2px;
    z-index: 99;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.drop-down:hover .aui-about-dow {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    filter: alpha(opacity=100);
}

.header-nav-list .aui-about-dow li a {
    padding: 0;
    line-height: inherit;
    display: block;
    padding: 8px 0 8px 15px;
    color: #313131;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
    color: #616161;
}

.header-nav-list .aui-about-dow li a:hover {
    color: #1ec67a;
}

.header-nav-list .aui-about-dow li {
    width: 100%;
}
 
.navbar-contact-shadowr, .navbar-contact .navbar-contact-shadowl {
    visibility: hidden;
}

.navbar-contact-shadowl, .navbar-contact .navbar-contact-shadowr {
    width: 1px;
    height: 10px;
    position: absolute;
    bottom: -16px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-contact-shadowl {
    left: 46%;
    transform: rotate(40deg);
}

.navbar-contact-shadowr {
    right: 46%;
    transform: rotate(-40deg);
}

.navbar-contact-hover {
    position: absolute;
    left: -23px;
    margin-top: 15px;
    z-index: 999;
    visibility: hidden;
    width: 98px;
    height: 98px;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-contact-hover:before {
    display: block;
    content: "";
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    left: 40%;
    bottom: 100%;
}

.navbar-contact-hover img {
    width: 98px;
    height: 98px;
    padding: 7px;
}

.header-nav-weChat:hover .navbar-contact-hover, .header-nav-weChat:hover .navbar-contact-shadowl, .header-nav-weChat:hover .navbar-contact-shadowr {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
 
.aui-header-nav.solid {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.mobiletop{ background: #253948; width: 100%; float:left; color: #fff; margin-bottom: 0.25rem; position: relative; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);} 
.mobiletop h1{float: left; padding: 0.5rem; font-size: 1.2rem;}
.rightcaidan{position: absolute;right: 0; z-index: 3; } 
.rightcaidan a{display: block; color: #fff; font-size: 1rem; padding: 8px;}
.right_menu_layer{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-direction: normal;-webkit-box-orient: vertical;-ms-flex-direction: column;flex-direction: column;height: 100%;overflow: hidden;position: fixed;top: 0;left: 0;right: 0;bottom: 0;background:rgba(0,0,0,0.5); #000;   z-index: 999;-webkit-transform: translate3d(100%,0,0);transform: translate3d(100%,0,0);transition: all .3s ease; }
.right_menu_layer.visible{-webkit-transform:translateZ(0);  transform:translateZ(0);}
.contentshuxing{ background: #253948; overflow: scroll;  width: 100%; position: absolute;  opacity: 1; left: 30%; height: 100%;}
.contentshuxing li{width: 100%;box-sizing: border-box; float: left; line-height:3rem; font-size: 1.2rem; border-bottom: 1px solid #324f65 ; overflow: hidden; display: inline;   text-align: center;  }
.contentshuxing li a{color: #ccc} 
.rightlist{ width: 70%;box-sizing: border-box;} 
.titleback{ font:normal 0.8rem/1rem "\5FAE\8F6F\96C5\9ED1";text-align: center;width: 98%;box-sizing: border-box; padding: 0.5rem;float: left; border-bottom: 1px solid #e5e5e5; margin-bottom: 0.5rem;}
.contentshuxingtwo{ background: #fff; overflow: scroll; padding: 0.5rem; box-sizing: border-box; width: 100%; position: absolute;  opacity: 1; left:0; height: 100%;}
.close{position: absolute; height: 100%;z-index: 10000;left: 0; width: 20%;background:#fff; opacity: 0; display: block; }
.close a{height: 100%; display: block; width: 100%;}
.text-center{text-align: center;}
.content p{text-indent: 35px;}
.content p img{margin-left:-35px;}
.titlece{width: 100%; text-align: center; overflow: hidden;padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #e5e5e5} 
.size26{font: bold 28px/90px "\5FAE\8F6F\96C5\9ED1"}
.size24{font: bold 24px/60px "\5FAE\8F6F\96C5\9ED1"}
.mt10{ margin-top: 10px;}
.mt20{ margin-top: 20px;}
.main{width:1180px; margin: 0 auto;}
@media screen and (max-width:991px){.main{width:100%}}
@media screen and (min-width:992px) and (max-width:1199px){.main{width:660px}.hidden-sm{}.hidden-md{display: none}}
@media screen and (min-width:1200px) and (max-width:1439px){.main{width:1180px}.hidden-sm{display: none}}
@media screen and (min-width:1440px) and (max-width:1920px){.main{width:1370px}.hidden-sm{display: none}}
.f-l{float: left;}
.f-r{float: right;}
.banner{width: 100%;padding-top: 3px;}
.banner img{width: 100%; height: auto;} 
.sizeb18{font: bold 18px/35px "\5FAE\8F6F\96C5\9ED1"}
.size16{font:bold 16px/30px "\5FAE\8F6F\96C5\9ED1"; width: 100%; overflow: hidden; height:35px; text-overflow: ellipsis; white-space: nowrap;}
.hangye{background: url(images/hangye.jpg) left top no-repeat; height: 350px;background-size: 100% auto; }
.productbox{ width: 99.5%; border: 1px solid #e0e0e0; overflow: hidden; position: relative;} 
.more{width: 100%; overflow: hidden; padding:10px 0px;}
.pic-box{position: relative; overflow: hidden;} 
.text-box{padding: 5px}
.productbox img{width: 100%;} 
.transform{ position: relative; overflow: hidden; background: #f0f0f0; border:1px solid #e5e5e5;}
.transform:hover img {transform: scale(1.1); transition: all 0.6s;} 
.transformmask{position: absolute; left: 0;top: 0;  width: 100%; height:100%;  display: none;    }
.transformmask span{font-size: 100px; color: #fff; position: absolute;top:29%; left:42% }
.productbox:hover .transformmask{height:100%; display: block; width: 100%;top: 0; z-index: 3; background:rgba(0,0,0,0.5);transition: all 0.6s; cursor: pointer;  -webkit-transition:all 0.45s ease-in-out;
      -moz-transition:all 0.45s ease-in-out; -o-transition:all 0.45s ease-in-out; -ms-transition:all 0.45s ease-in-out;
      transition:all 0.45s ease-in-out;} 
.transform img{ width: 100%;  height: auto;}
.transform:hover{border-color:#03a9f4;}  
.transform:hover .text-box{ background: #03a9f4;  color: #fff; color: #fff}
.transform:hover strong{color: #fff}
.transform:hover a{ color: #fff}
.col-5{width: 20%;  background: rgba(0,0,0,0.5);  }
.col5box{width: 100%; height: 60px; overflow: hidden;text-align: center; color: #fff}
.col5box:hover{ cursor: pointer; height: 350px;}
.col5box b{font: bold 18px/60px "\5FAE\8F6F\96C5\9ED1"; }  
.text-center{text-align: center;}
.shuoming{  padding: 15%; color: #fff;   line-height: 30px;} 
.aboutindex{background: url(images/aboutbg.jpg) left top no-repeat #333; min-height: 380px;  background-size: 100% 100%; color: #fff; padding-top: 30px; width: 100%;}
.aboutindexbox{ background: rgba(255,255,255,0.3); overflow: hidden; padding: 30px} 
.babout{ font:bold 60px/60px "Impact";   padding-right: 10px; text-align: center;}
.abouttxt{ width: 100%;font:normal 18px/32px "\5FAE\8F6F\96C5\9ED1"; padding-top: 20px; overflow: hidden;}

.bottom{ padding: 20px 0}
.footer{width: 100%; float: left; background: #253948;}
.copyrighttext{line-height: 25px;padding-left: 15px; color: #ccc; position: relative;}
.copyrighttext b{display: block;}
.copyrighttext a{display:block; cursor: pointer; color: #ccc}
.copyrighttext a:hover{color: #fff}
.erm{   text-align: center; float: left; position: absolute; right: 10px; top: 10px; }
.erm img{height: 147px;display: block; }
.copyright{background: #0f202d; color: #fff; width: 100%; float: left; text-align: center; padding: 10px 0}
.breadcrumb{width: 100%; line-height: 35px;}
.aboutboxlist,.layui-nav-tree{width: 100%;}
.content img {width: 100%; height: auto;}
.newsshow img{text-align: center;}
.newsshow{width: 100%; float: left;font:normal 16px/32px "";}
.layui-col-xs12  img.mobile{width: 100%; height: auto;}
.layui-col-md12  img.mobile{ text-align: center;}


