@charset "utf-8";
/*Reset css*/

@font-face {
    font-family: 'RobotoRegular';
    src: url('/michuanimg/fonts/RobotoRegular.eot');
    src: url('/michuanimg/fonts/RobotoRegular.eot?#iefix') format('embedded-opentype'), url('/michuanimg/fonts/RobotoRegular.woff2') format('woff2'), url('/michuanimg/fonts/RobotoRegular.woff') format('woff'), url('/michuanimg/fonts/RobotoRegular.ttf') format('truetype'), url('/michuanimg/fonts/RobotoRegular.svg#NeuesBauenDemo') format('svg');
    font-weight: normal;
    font-style: normal
}

.font1 {
    font-family: 'RobotoRegular';
}

/* 清除内外边距 */

body, h1, h2, h3, h4, h5, h6, div, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, figure {
    margin: 0;
    padding: 0;
}

/* 设置默认字体 */

body, h1, h2, h3, h4, h5, h6, button, input, select, textarea, code, kbd, pre, samp, tt, small, address, cite, dfn, em, var {
    font: normal 14px/1 '微软雅黑';
}

/* 重置列表元素 */

ul, ol, li, dl, dt, dd {
    list-style: none;
}

ul:after {
    content: '';
    clear: both;
    display: block;
}

/* 重置文本格式元素 */

a {
    color: #000000;
    text-decoration: none;
    transition-duration: 1s;
}

a:hover, a:focus {
    color: #749d44;
    text-decoration: none;
    transition-duration: 1s;
}

q:before, q:after {
    content: '';
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

/* 重置图片元素 */

img {
    display: block;
    max-width: 100%;
    border: 0;
}

.content:after {
    content: '';
    clear: both;
    display: block;
}

.content img {
    display: inline-block;
}

button {
    cursor: pointer;
}

/* 重置表格元素 */

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0;
    display: table;
    width: 100%!important;
}

table td, table th {
    padding: 10px;
    border: 1px solid #ddd;
    color: #333;
    vertical-align: middle;
    word-break: normal!important;
    width: 1%!important;
}

/* 清除浮动 */

.cl, .clear {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    background: 0;
    border: 0;
    font-size: 0;
}

/*end Reset css*/

/*web*/

::-webkit-input-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

@media(min-width: 1200px) {
    .container {
        width: 1200px;
        padding: 0;
    }
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mobileweb {
    display: none;
}

.wow {
    visibility: visible!important;
}

/*end web*/

/*分页*/

.mc_pager {
    font-family: 'Arial';
    text-align: center;
    padding: 50px 0;
}

.mc_pager a {
    background: #333;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 3px;
    display: inline-block;
}

.mc_pager a.curpage {
    background: #749d44;
}

.mc_pager a:nth-child(3), .mc_pager a:nth-last-child(2) {
    width: 50px;
    font-size: 0;
}

.mc_pager a:nth-child(3):before {
    content: '◀';
    font-size: 14px;
}

.mc_pager a:nth-last-child(2):before {
    content: '▶';
    font-size: 14px;
}

.mc_pager .pageinfo, .mc_pager .homepage, .mc_pager .endpage {
    display: none;
}

/*end 分页*/

/*二维码显示*/

.pro2wm {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.pro2wm:before {
    opacity: 0;
    content: '';
    border-top: 8px solid transparent;
    border-right: 8px solid #fff;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 7px;
    right: -14px;
    z-index: 1001;
    transition-duration: 1s;
}

.pro2wm:after {
    opacity: 0;
    content: '';
    width: 5px;
    height: 10px;
    box-shadow: -3px 0 10px rgba(0, 0, 0, .2);
    position: absolute;
    top: 10px;
    right: -14px;
    z-index: 1000;
    transition-duration: 1s;
}

.pro2wm:hover:before, .pro2wm:hover:after {
    opacity: 1;
}

.pro2wm .wxewm {
    opacity: 0;
    width: 0;
    max-width: none;
    height: 120px;
    padding: 5px 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-radius: 5px;
    position: absolute;
    left: 60px;
    bottom: -45px;
    z-index: 999;
    transition-duration: 1s;
}

.pro2wm:hover .wxewm {
    opacity: 1;
    width: 120px;
    padding: 5px;
}

/*end 二维码显示*/

/*css3*/

/* Grow */

.grow {
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition-property: transform;
    transition: all .8s ease;
}

a:hover .grow {
    transform: scale(1.08);
}

/* float-shadow */

.float-shadow {
    display: block;
    position: relative;
    transition-property: transform;
    transition-duration: .5s;
}

.float-shadow:before {
    content: '';
    width: 90%;
    height: 10px;
    pointer-events: none;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 5%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 0) 80%);
    transition-property: transform;
    transition-duration: .5s;
}

.float-shadow:hover {
    transform: translateY(-5px);
}

.float-shadow:hover:before {
    opacity: 1;
    transform: translateY(5px);
}

/*显示隐藏时间*/

.fadeIn {
    -webkit-animation-name: fadeIn;
    /*动画名称*/
    -webkit-animation-duration: 1.5s;
    /*动画持续时间*/
    -webkit-animation-iteration-count: 1;
    /*动画次数*/
    -webkit-animation-delay: 0s;
    /*延迟时间*/
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: .2;
    }
    50% {
        opacity: .5;
    }
    70% {
        opacity: .7;
    }
    100% {
        opacity: 1;
    }
}

/*end css3*/

#mcbanner {
    margin-top: 80px;
    margin-bottom: 40px;
}

/*header*/

.top {
    height: 80px;
    width: 100%;
    padding: 0 2%;
    background: #fff;
    position: absolute;
    top: 0px;
    z-index: 9999999;
}

.top h2 {
    float: left;
}

.top img {
    height: 70px;
    /* margin-left: 80px; */
}

.top .headnav {
    float: left;
    margin-left: 200px;
}

.top .headnav>ul>li {
    margin-left: 40px;
}

.top .headnav>ul>li .overflow {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin: 20px 0;
    position: relative;
}

.top .headnav>ul>li .overflow:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #749d44;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0, 1);
    transition-duration: 1s;
}

.top .headnav>ul>li.hover .overflow:before, .top .headnav>ul>li:hover .overflow:before {
    transform: scale(1, 1);
}

.top .headnav>ul>li .overflow a {
    display: block;
    color: #606060;
    font-size: 15px;
}

.top .headnav>ul>li.hover .overflow a, .top .headnav>ul>li:hover .overflow a {
    color: #749d44;
}

.top .headnav>ul>li .headnavlist {
    width: 100%;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    max-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    transition-duration: 1s;
}

.top .headnav>ul>li:hover .headnavlist {
    max-height: 300px;
}

.top .headnav>ul>li .headnavlist ul {
    max-width: 1000px;
    margin: auto;
    padding: 15px 30px;
}

.top .headnav>ul>li .headnavlist ul>li {
    display: inline-block;
    margin: 15px 70px 15px 0;
}

.top .headnav>ul>li .headnavlist ul>li:nth-last-child(1) {
    margin-right: 0;
}

.top .headnav>ul>li .headnavlist ul>li a {
    display: block;
    color: #606060;
    font-size: 15px;
    line-height: 38px;
    border-bottom: 2px solid transparent;
}

.top .headnav>ul>li .headnavlist ul>li a.hover, .top .headnav>ul>li .headnavlist ul>li a:hover {
    color: #749d44;
    border-bottom: 2px solid #749d44;
    ;
}

.others {
    float: right;
    padding: 20px 0;
}

.others li {
    float: left;
    margin: 0 15px;
    font-size: 15px;
    width: 60px;
    height: 40px;
    font-family: '微软雅黑';
    line-height: 40px;
    text-align: center;
    color: #606060;
}

.others li:hover {
    color: #749d44;
}

#Language {
    margin-right: -15px;
    margin-top: 6px;
    height: 28px;
    width: 28px;
    background-image: url(/upload/language.png);
    background-repeat: no-repeat;
    float: left;
}

#shopping {
    margin-right: -25px;
    margin-top: 6px;
    height: 30px;
    width: 30px;
    background-image: url(/upload/shopping.png);
    background-repeat: no-repeat;
    float: left;
}

.headsearch {
    float: right;
    margin: 0 30px 0 20px;
    cursor: pointer;
}

#search_logo {
    margin-right: -25px;
    margin-top: 6px;
    height: 30px;
    width: 30px;
    background-image: url(/upload/search_logo.png);
    background-repeat: no-repeat;
}

.headersearch {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
}

.headersearch.show {
    display: block;
}

.headersearch .proclose {
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 10%;
    right: 5%;
}

.headersearch form {
    width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.headersearch form .inputtext {
    width: 700px;
    height: 50px;
    padding: 0 20px;
    background: #fff;
    outline: 0;
    border: 0;
}

.headersearch form .inputsubmit {
    width: 100px;
    height: 50px;
    color: #fff;
    font-size: 15px;
    background: #749d44;
    outline: 0;
    border: 0;
}

/*header*/

/*banner*/

.banner {
    padding-top: 80px;
}

.banner .swiper-container .swiper-pagination {
    width: auto;
    top: 50%;
    left: auto;
    right: 20px;
    bottom: auto;
    margin-top: -60px;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 26px;
    height: 26px;
    background: url(../img/bannericon1.png);
    opacity: 1;
    margin: 15px;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: url(../img/bannericon2.png);
}

/*banner*/

/*index*/

.fzlc {
    padding: 100px 5%;
    overflow: hidden;
}

.fzlc .huakuai {
    display: block;
    color: #7f7f7f;
    font-size: 14px;
    line-height: 2;
}

.fzlc .huakuai:hover {
    color: #4c5c70;
}

.fzlc .huakuai span {
    font-size: 87px;
}

.fzlc .swiper-container {
    padding-bottom: 100px;
}

.fzlc .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 10px;
    margin: 0 10px;
    border-radius: 10px;
}

.fzlc .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #749d44;
}

.inpro{
    overflow: hidden;
}

.showproducts {
    height: 100%;
    width: 1200px;
    /* border: 1px solid red; */
    margin: 0 auto 80px;
}

.showproducts li {
    text-align: center;
    margin: 80px 0 0;
    float: left;
    /* background-color: royalblue; */
    width: 400px;
    box-sizing: border-box;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
}

.showproducts li :nth-child(1) {
    font-weight: 100;
    margin-bottom: 3%;
    font-size: 24px;
    color: #262626;
}

.showproducts li :nth-child(2n) {
    font-size: 20px;
    color: #898989;
}

.showproducts li img {
    margin: auto;
    padding: 0 20px;
}

.productlsit {
    width: 50%;
    position: relative;
}

.productlsit .img_hover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    transition-duration: 1s;
}

.productlsit:hover .img_hover {
    transform: scale(1);
}

.productlsit .img_hover p {
    color: rgba(255, 255, 255, 1)!important;
    font-size: 26px;
    font-weight: 100;
    text-align: center;
    padding-bottom: 20px;
}

.productlsit .img_hover p span {
    display: block;
    font-size: 60px;
    padding-top: 14vw;
}

.index_about {
    padding-top: 80px;
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    color: #878787;
    line-height: 38px
}
#lrproduct{
    overflow: hidden;
}
.huakuai{
    overflow: hidden;
}

#index_title {
    font-weight: 100;
    text-indent: 0em;
    font-size: 40px;
    color: #404040;
}

.index_about hr {
    margin-top: 20px;
    float: left;
    width: 60px;
    height: 3px;
    background-color: black;
    /* color: black; */
}

.index_about img {
    margin: 70px 0;
}

/*index*/

/* about */

.about_content {
    padding-top: 80px;
    width: 1200px;
    margin: 0 auto;
}

.about_text {
    font-size: 16px;
    color: #878787;
    line-height: 48px
}

.about_content ul {
    margin-bottom: 90px;
    text-indent: 0em;
    color: #a3a9b2;
    line-height: 48px
}

.about_content ul li {
    float: left;
    margin-right: 90px;
}

.about_content ul li :nth-child(1) {
    font-size: 48px;
    float: left;
}


.about_mid ul{
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}


.about_mid ul li {
    height: 300px;
    width: calc(100%/3);
    float: left;
}

.about_mid ul li img {
    width: 100%;
    height: 300px;
}

.about_mid_l {
    position: relative;
    height: 100%;
    padding: 5%;
    width: 50%;
}

.about_mid_01 {
    background: #f5f5f5;
}

.about_mid_02 {
    background: white;
}

.about_mid_05 {
    background: #333333;
    color: #a6a6a6 !important;
}

.about_mid_title {
    font-size: 80px;
    font-family: cursive;
}

.about_mid_content {
    padding-top: 10%;
    position: absolute;
    top: 25%;
    left: 10%;
    font-size: 13px;
    color: #666666;
    line-height: 28px;
}

#about_a {
    font-size: 12px;
    line-height: 22px;
    padding: 70px 0;
    width: 1200px;
    margin: 0 auto;
}

#about_a li {
    padding: 0 2%;
    width: 33.3%;
    float: left;
}

#about_a .about_title {
    font-weight: bold;
}

#about_a a {
    transition-duration: .5s
}

/* about */

/* contact */

.contact_index {
    margin-top: 80px;
    background: url(/upload/contact_01.jpg)center / cover no-repeat;
    height: 100%;
    ;
}

.contact_content {
    padding-top: 40%;
    padding-bottom: 2%;
    width: 1200px;
    margin: 0 auto;
}

.contact_content ul li {
    width: 33.3%;
    float: left;
}

.contact_content ul li a {
    color: white;
}

.contact_content ul li img {
    float: left;
    height: 30px;
}

.contact_li_text {
    font-size: 16px;
    line-height: 28px;
    color: white;
    padding-left: 15%;
}

.message {
    margin-top: 0.5%;
    width: 100%;
}

.message_l {
    /* background-color: chartreuse; */
    float: left;
    color: #6d6d6d;
    line-height: 28px;
    font-size: 13px;
    height: 100%;
    width: 50%;
    position: relative;
}

.message_l img {
    width: 100%;
    height: 700px;
    /* height: 150%; */
}

.message_text {
    /* padding: 20% 10%; */
    position: absolute;
    top: 25%;
    padding: 0 14%;
}

.message_text p:nth-child(1) {
    font-size: 14px;
}

.message_r {
    /* background-color: #f9f9f9; */
    height: 100%;
    float: left;
    width: 50%;
}

/* contact */

/* download */

.down_content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

.down_content ul li {
    float: left;
    width: 400px;
    padding: 10px 30px;
}

.down_content_top img {
    /* margin: 0 auto; */
    border: 5px solid white !important;
    border-radius: 3px;
    box-shadow: 0 0 5px 1px #999
}

.down_content_bottom {
    font-size: 14px;
    padding: 20px 0;
    line-height: 20px;
}

.down_content_bottom :nth-child(1) {
    font-size: 15px;
}

/* download */

/* news */

.newslist_content {
    width: 1200px;
    margin: 0 auto;
}

.newslist_title {
    padding: 3% 0;
    text-align: center;
    line-height: 33px;
    color: #8b8b8b;
}

.newslist_title_one {
    font-size: 38px;
}

.newslist_title_second {
    padding-top: 10px;
    font-size: 13px;
}

.newslist_show {
    width: 100%;
    /* background: chartreuse; */
    border-top: 1px solid #e5e5e5;
}

.newslist_show_one {
    width: 1200px;
    margin: 0 auto;
}

.newslist_show_one ul li {
    transition: .5s;
    margin: 0 0 3% 0;
    padding: 5%;
    float: left;
    /* background-color: chartreuse; */
    width: 50%;
}

.newslist_show_one ul li:hover :nth-child(5) {
    color: #749d44;
    padding-left: 3%;
}

.newslist_show_one ul li:nth-child(2n+1) {
    border-right: 1px solid #e5e5e5;
}

.newslist_show_one ul li :nth-child(1) {
    padding: 3% 0;
    font-size: 38px;
    line-height: 33px;
    color: #8b8b8b;
}

.newslist_show_one ul li :nth-child(2) {
    padding: 3% 0;
    font-size: 18px;
    line-height: 38px;
    color: #8b8b8b;
}

.newslist_show_one ul li :nth-child(3) {
    padding: 3% 0;
    font-size: 14px;
    line-height: 26px;
    color: #8b8b8b;
}

.newslist_show_one ul li hr {
    width: 40px;
}

.newslist_show_one ul li :nth-child(5) {
    transition: .5s;
    padding: 3% 0;
    font-size: 15px;
    line-height: 22px;
    color: #8b8b8b;
}

/* news */

/* news_show */

.newshow {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    color: #8b8b8b;
    padding-bottom: 40px;
}

.newsshow_title {
    margin-top: 3%;
}

.newsshow_title_one {
    font-size: 30px;
    line-height: 33px;
}

.newsshow_title_two {
    margin-top: 1%;
    padding-top: 10px;
    font-size: 13px;
}

.newshow_content {
    padding: 3% 0;
    text-indent: 2em;
    text-align: left;
    font-size: 16px;
    margin-top: 3%;
    border-top: 1px solid #eeeeee;
    line-height: 30px;
}

.newshow_content_next {
    text-align: left;
}

.newshow_content_next p {
    color: #8b8b8b !important;
    margin: 10px !important;
    display: block;
    float: left;
}

/* news_show */

/* prodetail */

.prodetail_content {
    /* width: 1200px;
    margin: 0 auto; */
    padding: 0 10%;
}

.prodetail_content_r {
    float: left;
}

.proimgurl {
    width: 480px;
}

.prodisplayimg {
    margin-left: 20px;
}

.prodetail_content_l {
    min-height: 300px;
    float: left;
    width: calc(95% - 580px);
    border-left: 1px solid #f0f0f0;
    padding-left: 5%;
    margin-left: 5%;
}

.prodetail_content_l ul li {
    float: left;
    margin: 13% 2% 0 0;
}

.prodetail_title {
    padding-top: 20px;
    font-size: 30px;
    line-height: 48px;
}

.prodetail_standard {
    padding-bottom: 20px;
    color: #696969;
    font-size: 25px;
    line-height: 48px;
}

.prodetail_content_l_text {
    color: #696969;
    font-size: 16px;
}

.prodetail_content_l ul li.pro2wm:before {
    top: 18px;
    right: -10px;
}

.prodetail_content_l ul li.pro2wm:after {
    top: 20px;
    right: -10px;
}

.prodetail_content_l ul li.pro2wm .wxewm img {
    width: 100%;
    height: 100%;
}

.prodetail_del {
    margin-top: 3%;
    margin-bottom: 3%;
    /* padding: 0 5%; */
}

.prodetail_del table {
    width: 100% !important;
    /* background-color: tomato; */
}


.met_nav_contbox {
    padding: 40px 10px 0;
}
.met_editor table tr:first-child {
    
    text-align: center;
    background: #518e3a;
    color: #fff !important;
}

.met_editor table tr:first-child td {
    color: #fff !important;
    border-right: 1px solid #fff!important;
    font-size: 16px;
    font-weight: bold;
}

.prodetail_del  table tr:first-child td{
    text-align: center!important;
    color: #fff !important;
    border-right: 1px solid #fff!important;
    font-size: 16px;
    font-weight: bold;
}


/* prodetail */

/* footer */

.index_contant {
    background: url(/upload/index06.jpg)center / cover no-repeat;
    width: 100%;
    height: 300px;
}

.contant_text {
    padding-top: 80px;
    margin: 0 auto;
    font-size: 16px;
    color: white;
    width: 1200px;
    line-height: 38px
}

#contant_title {
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: bold;
}

.footer {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    color: #7b7b7b;
    font-size: 16px;
    padding: 50px 0;
}

.footer ul {
    width: 800px;
    padding: 25px 0 0;
}

.footer ul li {
    width: 33.33%;
}

.footer ul li img {
    float: left;
}

.footer ul li p {
    width: 160px;
    float: left;
    line-height: 70px;
    padding-left: 20px;
}

.footer ul li:nth-child(2) p {
    line-height: 35px;
}

.footer_wx {}

.footer_wx p {
    width: 100px;
    display: block;
    float: right;
    padding-top: 60px;
}

.footer_wx img {
    float: right;
}

.company {
    width: 1200px;
    margin: 0 auto;
    font-size: 15px;
    color: #464646;
    padding: 30px 0;
}

.footer_michuan {
    float: right;
}

.footer_michuan img {
    float: right;
    margin-top: 3px;
    height: 20px;
}

/* footer */

@media (max-width: 1600px) {
     .about_mid ul li{
        height: unset;
    }
    .about_mid ul li img{
        height: unset;
    }
}

@media (max-width: 1440px) {
    
    .about_mid ul li{
        height: unset;
    }
    .about_mid ul li img{
        height: unset;
    }
    
    .top .headnav {
        margin-left: 50px;
    }
}

@media (max-width: 1280px) {
    .top .headnav>ul>li {
        margin-left: 25px;
    }
    .top .headnav {
        margin-left: 30px;
    }
    .others li {
        margin: 0px 10px;
    }
    .prodetail_content_l {
        width: 100%;
        padding: 0;
        margin: 0;
        border: 0;
    }
    .about_mid_title{
        display: none;
    }
    .about_mid_content {
        top: 0;
        
        line-height: 20px;
    }
    
    .contact_content {
        padding-bottom: 2%;
    }
    
    #feedback{
        margin-top: 10%!important;
    }
    .message {
        height: 450px
    }
}

@media (max-width: 1024px) {
    .top .headnav>ul>li {
        margin-left: 15px;
    }
    .top .headnav {
        margin-left: 10px;
    }
    .others li {
        font-size: 10px;
        margin: 0px 5px;
    }
    .top .headnav>ul>li .overflow a {
        font-size: 12px
    }
    .headersearch form {
        top: 25%;
        left: 42%;
    }
    .headersearch .proclose {
        right: 25%;
    }
    .fzlc .huakuai span {
        font-size: 50px;
    }
    .container {
        width: unset;
    }
    .showproducts {
        width: 800px;
        margin: 0 auto;
    }
    .index_about {
        padding: 5% 5%;
        width: unset;
    }
    .about_content {
        width: unset;
        padding: 5% 5%;
    }
    #about_a {
        padding: 5% 0;
        width: unset;
        margin: unset;
    }
    .contant_text {
        width: unset;
        margin: unset;
        padding: 5% 5%;
    }
    .footer {
        width: unset;
        padding: 5% 5%;
        margin: unset;
    }
    .footer ul {
        width: 700px;
    }
    .footer_wx p {
        width: 80px;
        padding-top: 50px;
    }
    .company {
        width: unset;
        margin: unset;
        padding: 2% 5%;
    }
    .newslist_content {
        width: unset;
        margin: unset;
    }
    .newslist_show_one {
        width: unset;
        margin: unset;
    }
    .newshow {
        width: unset;
    }
    .newshow_content {
        padding: 3% 3%;
    }
    .contact_content ul li {
        padding: 2%;
        width: 30%;
    }
    .prodetail_content {
        width: unset;
        margin: unset;
    }
}

/*手机版*/

.menubutton {
    display: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 14px 12px 6px 0;
}

.menubutton .menuicon {
    height: 2px;
    margin-bottom: 8px;
    background: #749d44;
}

.menubutton .menuicon.top1 {
    animation: icon01 linear infinite 2s;
}

.menubutton .menuicon.middle {
    animation: icon02 linear infinite 2s;
}

.menubutton .menuicon.bottom {
    animation: icon03 linear infinite 2s;
}

@keyframes icon01 {
    0% {
        width: 100%;
    }
    25% {
        width: 25%;
    }
    100% {
        width: 100%;
    }
}

@keyframes icon02 {
    0% {
        width: 100%;
    }
    50% {
        width: 25%;
    }
    100% {
        width: 100%;
    }
}

@keyframes icon03 {
    0% {
        width: 100%;
    }
    75% {
        width: 25%;
    }
    100% {
        width: 100%;
    }
}

/*导航*/

.menumain {
    display: none;
    background: #333;
    width: 100%!important;
    height: 100%;
    overflow: auto!important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 1!important;
}

.menumain .menubox {
    margin: 50px 5% 80px;
    padding: 1px 0;
}

.menumain .menubox .menunav {
    overflow: hidden;
}

.menumain .menubox .menunav .menuone a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin: 30px 0 0;
}

.menumain .menubox .menunav .menuone.home a {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.menumain .menubox .menunav .menuone .menutwo {
    float: left;
    position: relative;
}

.menumain .menubox .menunav .menuone .menutwo.bai {
    width: 100%;
}

.menumain .menubox .menunav .menuone .menutwo:before {
    content: '';
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
    position: absolute;
    left: -8px;
    bottom: 8px;
}

.menumain .menubox .menunav .menuone .menutwo a {
    color: rgba(255, 255, 255, .8);
    font-size: 15px;
    margin: 30px 20px 0 5px;
}

.menumain .menubox .menunav .menuone .menutwo .menuthree {
    float: left;
    position: relative;
}

.menumain .menubox .menunav .menuone .menutwo .menuthree:before {
    content: '';
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, .4);
    border-radius: 50%;
    position: absolute;
    left: -6px;
    bottom: 8px;
}

.menumain .menubox .menunav .menuone .menutwo .menuthree a {
    color: rgba(255, 255, 255, .4);
    font-size: 14px;
    margin: 20px 20px 0 10px;
}

.menumain .menubox .menunav a.hover {
    color: #749d44 !important;
}

/*语言*/

.menumain .menubox .lang {
    margin-top: 30px;
    text-align: center;
    overflow: hidden;
}

.menumain .menubox .lang a {
    float: left;
    width: 48%;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(255, 255, 255, .2);
    margin: 2% 1%;
    border-radius: 5px;
    box-sizing: border-box;
}

.menumain .menubox .lang a img {
    display: inline-block;
    width: 25px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.menumain .menubox .lang a span {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    position: relative;
    top: -1px;
}

/*底部菜单*/

#mobtool {
    display: none;
    width: 100%;
    height: 50px;
    background: #749d44;
    border-top: 1px solid rgba(255, 255, 255, .2);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1001;
}

#mobtool ul li {
    float: left;
    width: 20%;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .2);
    box-sizing: border-box;
}

#mobtool ul li:nth-child(1) {
    border: none;
}

#mobtool ul li a.menubutton {
    background: rgba(255, 255, 255, .2);
    margin: 0;
}

#mobtool ul li a {
    display: block;
    width: 100%;
    height: 50px;
    color: #fff;
    padding-top: 10px;
}

#mobtool ul li a p {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-size: 12px;
    text-transform: uppercase;
}

/*list分类*/

#sortpro {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #749d44;
    overflow: hidden;
}

#sortpro .sortpro_left {
    float: left;
    width: 65%;
    color: #fff;
    font-size: 14px;
    background: #749d44;
}

#sortpro .sortpro_right {
    float: right;
    width: 35%;
    color: #000;
    font-size: 14px;
}

#sort_content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #eee;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    -webkit-transform: translate3d(0px, 100%, 0px);
    -moz-transform: translate3d(0px, 100%, 0px);
    transform: translate3d(0px, 100%, 0px);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: -o-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

#sort_content.show {
    -webkit-transform: translate3d(0px, 0%, 0px);
    -moz-transform: translate3d(0px, 0%, 0px);
    transform: translate3d(0px, 0%, 0px);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: -o-transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000)
}

#sort_content .asort {
    height: 100%;
}

.asort .hd {
    height: 60px;
    background: #749d44;
}

.asort .hd .fl {
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    padding: 0 20px;
}

.asort .hd .fr {
    width: 30px;
    height: 30px;
    margin: 15px;
    background: url(../showproduct/proclose.jpg);
    background-size: cover;
}

.asort .ct {
    height: calc(100% - 60px);
    padding: 2%;
    overflow: auto;
}

.asort .ct ul {
    background: #fff;
    border-top: 1px solid #eee;
}

.asort .ct ul li {
    padding: 0 15px;
    border-bottom: 1px solid #eee;
}

.asort .ct ul li a {
    display: block;
}

.asort .ct ul li a p {
    display: inline-block;
    width: calc(100% - 30px);
    height: 58px;
    line-height: 58px;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    text-align: left;
}

.asort .ct ul li a i {
    float: right;
    width: 15px;
    height: 15px;
    border: 3px solid #ddd;
    background: #fff;
    border-radius: 50%;
    margin-top: 22px;
}

.asort .ct ul li a.hover i {
    border: 3px solid #749d44;
}

.asort .ct ul .navdown li {
    padding: 0 20px;
    border-bottom: 1px dotted #eee;
}

.asort .ct ul .navdown li a p {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #aaa;
}

.asort .ct ul li a.hover p {
    color: #749d44;
}

/*手机版*/

@media (max-width: 992px) {
    #mcbanner {
        margin-top: 50px;
    }
    .menubutton, #mobtool {
        display: block;
    }
    .pcweb {
        display: none;
    }
    .mobileweb {
        display: block;
    }
    /*index*/
    .top {
        height: 50px;
        position: fixed;
    }
    .top h2 a img {
        height: 50px;
        margin: 0;
    }
    .top .headnav, .top .others {
        display: none;
    }
    .banner {
        padding-top: 50px;
    }
    
    
    .about_content {
        width: unset;
    }
    .about_content ul {
        /*display: none;*/
    }
    .about02 {
        display: none;
    }
    #about_a li {
        padding: 5% 5%;
        width: 100.3%;
        float: left;
    }
    .about_mid ul li {
       
        width: 100%;
        
    }
    .container{
        width: 100%;
    }
    .aboutfzlc ul:before{
        display: none;
    }
    .aboutfzlc ul li .title1:before{
        display: none;
    }
    
    .aboutfzlc ul li {
    width: 100%!important;
    margin: 0!important;
    padding: 0!important;
}


    .showproducts {
        width: 100%;
    }
    .index_about {
        padding: 50px 5% 0;
        width: 100%;
    }
    .productlsit {
        width: 100%;
    }
    .contact_content {
        width: unset;
    }
    .contact_content ul li {
        width: 100%;
    }
    .message_l {
        display: none;
    }
    .message_r {
        width: 100%;
    }
    .prodetail_content_l {
        width: 100%;
    }
    .prodetail_content_r {
        width: 100%;
    }

    .about_mid ul li{
        height: unset;
    }

    .about_mid_l{
        width: 100%;
        height: unset;
    }

    .about_mid_content{
        position: unset;
    }

    .about_mid ul li img{
        height: unset;
    }

    .prodetail_content_l ul li{
        margin: 10% 5px 0 0;
    }
    .prodetail_del {
        overflow: auto;
    }
    .down_content {
        width: unset;
    }
    .down_content ul li {
        width: unset;
    }
    .newslist_show_one ul li {
        width: unset;
    }
    .newsshow_title_one {
        font-size: 20px
    }
    .index_contant {
        height: unset;
    }

    .prodetail_content{
        padding: 0 5%;
        overflow: hidden;
    }

    .prodetail_content_l ul li:nth-child(3){
        display: none;
    }


    .footer {
        display: none;
    }
    .footer_michuan {
        float: unset;
        padding-top: 15px;
    }
    .footer_michuan img {
        margin: 0 auto;
        float: unset;
    }
    .company {
        text-align: center;
        padding: 5% 5% 80px;
    }
    .company p{
        float: none !important;
        line-height: 24px;
    }
    .fzlc {
        padding: 50px 5%;
    }
    .banner .swiper-container .swiper-pagination {
        width: auto;
        top: 30%;
        left: auto;
        right: 0px;
        bottom: auto;
    }
    .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
        margin: 10px 5px;
    }
    .proimgurl, .prodisplayimg {
        display: none;
    }
    .showproducts li {
        width: unset;
    }
    .fzlc .swiper-container{
        padding-bottom: 70px;
    }
    .fzlc .swiper-container .swiper-pagination .swiper-pagination-bullet{
        width: 20px;
        height: 5px;
        margin: 0 5px;
    }
    .contact_index{
        margin-top: 50px;
    }
    .newslist_title{
        padding: 30px 0 15px;
    }
    .swiper-pagination-bullet-active{
        background: #749d44;
    }
  
}