.content
{
    width: 1400px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
img
{
    max-width: 100%;
}
.page-down
{
    width: 30px;
    height: 30px;
    background: #999;
    position: fixed;
    bottom: 30px;
    right: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    display: none;
    z-index: 999;
}
.page-down:hover
{
    background: #1a7058;
}
.table
{
    display: table;
    width: 100%;
    height: 100%;
}
.table .cell
{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.smallest-screen
{
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: url(/template/mscarton/images/displaynone.png) no-repeat center #666;
    display: none;
}
@media only screen and (max-width: 319px)
{
    .smallest-screen
    {
        display: block;
    }
}
.fixed
{
    box-shadow: 3px 3px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.1);
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #fff;
    width: 100%;
}
.white
{
    color: #fff!important;
}
.webmain
{
    overflow: hidden;
    min-width: 1400px;
}
.tishi
{
    text-align: center;
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
}
.tupian
{
    width: 100%;
    background: #f1f1f1;
}
.middle_holder
{
    display: inline-block;
    font-size: 0;
    width: 0;
    height: 50px;
    vertical-align: middle;
}
.middle
{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.nav_handle
{
    display: none;
    position: relative;
    width: 27px;
    padding: 0 0 0 15px;
    cursor: pointer;
    float: right;
}
.nav_handle b
{
    width: 27px;
    height: 10px;
    position: relative;
}
.nav_handle b i
{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #333;
    top: 0;
    -webkit-transform-origin: 29% 50%;
    transform-origin: 29% 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.nav_handle b .l_2
{
    top: auto;
    bottom: 0;
}
.nav_handle.on b i
{
    transform: rotate(45deg);
    background: #34905f;
}
.nav_handle.on b .l_2
{
    transform: rotate(-45deg);
}
.header-top
{
    border-bottom: 1px solid #e6e6e6;
}
.header-top .left
{
    padding: 13px 0;
    line-height: 23px;
    font-size: 14px;
    color: #444;
    float: left;
}
.header-top .right
{
    float: right;
    position: relative;
}
.header-top .tel
{
    display: inline-block;
    padding: 12px 0;
    font-size: 14px;
    color: #444;
    line-height: 23px;
    background: url(../image/icon-tel.png) no-repeat center left;
    padding-left: 48px;
    padding-right: 314px;
}
.header-top .tel span
{
    font-size: 20px;
    color: #ffa137;
    font-weight: 700;
}
.header-top .search
{
    display: inline-block;
    width: 300px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -24.5px;
}
.header-top form
{
    display: block;
    background-color: #f6f6f6;
    border-radius: 2px;
    font-size: 0;
    position: relative;
}
.header-top input
{
    padding: 0 67px 0 14px;
    font-size: 14px;
    color: #333;
    line-height: 49px;
    width: 100%;
    box-sizing: border-box;
}
.header-top button
{
    background-color: #34905f;
    color: #fff;
    line-height: 49px;
    font-size: 14px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.header .logo
{
    float: left;
    padding: 10px 15px 10px 0;
    box-sizing: border-box;
}
.header .lmtit
{
    line-height: 30px;
    border-left: 1px solid #f0f0f0;
    padding-left: 20px;
    float: left;
    margin-top: 15px;
    width: 35%;
    box-sizing: border-box;
}
.header .lmtit .btit
{
    font-size: 24px;
    font-weight: bold;
    color: #444;
}
.header .lmtit .stit
{
    font-size: 16px;
    color: #34905f;
}
.inmuen
{
    float: left;
    width: 50%;
    margin-top: 30px;
    text-align: right;
    font-size: 0;
}
.inmuen ul li
{
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    margin: 0 10px;
    border-bottom: 2px solid transparent;
}
.inmuen ul li a
{
    display: block;
    font-size: 16px;
    line-height: 50px;
    color: #333;
    padding: 0 15px;
    text-align: center;
}
.inmuen ul li:hover a, .inmuen ul li.on a
{
    color: #34905f;
}
.inmuen ul li:hover, .inmuen ul li.on
{
    border-color: #34905f;
}
.banner
{
    position: relative;
    overflow: hidden;
}
.banner img
{
    width: 1920px;
    height: auto;
    max-width: initial;
}
.banner .pagination
{
    z-index: 99;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.banner .pagination .swiper-pagination-switch
{
    cursor: pointer;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 8px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #fff;
}
.banner .pagination .swiper-active-switch
{
    background: #ffa137;
    border-color: #ffa137;
}
.banner .banner-left
{
    display: none;
    position: absolute;
    opacity: .8;
    font-size: 50px;
    color: #fff;
    left: 20px;
    top: 50%;
    width: 40px;
    height: 110px;
    line-height: 110px;
    margin-top: -55px;
}
.banner .banner-right
{
    display: none;
    position: absolute;
    opacity: .8;
    font-size: 50px;
    color: #fff;
    right: 20px;
    top: 50%;
    width: 40px;
    height: 110px;
    line-height: 110px;
    margin-top: -55px;
}
.banner .banner-left:hover, .banner .banner-right:hover
{
    opacity: 1;
}
.intitle
{
    padding: 10px 0;
}
.intitle .lmtit
{
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
    width: 100%;
    position: relative;
    padding-bottom: 20px;
}
.intitle .lmtit span
{
    color: #f00;
}
.intitle .lmtit:after
{
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 4px;
    margin-left: -50px;
    bottom: 0;
    left: 50%;
    background-color: #1a7058;
}
.intitle .lmjj
{
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 1.4;
    margin-top: 20px;
}
.intitle.white .lmtit
{
    color: #fff;
}
.intitle.white .lmjj
{
    color: #fff;
}
.intitle.white .lmtit:after
{
    background-color: #fff;
}
.nytitle
{
    position: relative;
    padding: 10px 0;
    height: 40px;
}
.nytitle .lmtit
{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #444;
    line-height: 40px;
    text-transform: capitalize;
    position: absolute;
    z-index: 2;
    width: 100%;
}
.nytitle .lmtit span
{
    color: #f00;
}
.nytitle .lmjj
{
    font-size: 70px;
    color: rgba(138,138,138,.1);
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 60px;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
}
.nytitle.white .lmtit
{
    color: #fff;
}
.nytitle.white .lmjj
{
    color: rgba(255,255,255,.1);
}
.nytitle.red .lmjj
{
    color: rgba(52,144,95,.1);
}
.inpro
{
    padding: 50px 0;
    background: #f4f4f4;
}
.inpro .nav
{
    text-align: center;
    padding: 21px 0;
}
.inpro .nav ul li
{
    display: inline-block;
    margin: 9px 9px;
}
.inpro .nav ul li a
{
    display: block;
    font-size: 16px;
    color: #444;
    padding: 0 23px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 19px;
    overflow: hidden;
}
.inpro .nav ul li:hover a, .inpro .nav ul li.on a
{
    background: #1a7058;
    color: #fff;
    border: 1px solid #1a7058;
}
.inpro .list ul
{
    display: block;
    width: 102%;
    position: relative;
    left: -1%;
}
.inpro .list ul li
{
    display: block;
    float: left;
    width: 23%;
    margin: 0 1%;
}
.inpro .list ul li .pic
{
    border: 10px solid #ececec;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.inpro .list ul li .pic img
{
    transition: all .5s;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.inpro .list ul li .tit
{
    font-size: 16px;
    color: #444;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inpro .list ul li:hover .pic img
{
    transform: scale(1.1,1.1);
}
.inpro .list ul li:hover .tit
{
    color: #34905f;
}
.inreason
{
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.inreason .content
{
    position: relative;
    z-index: 1;
}
.inreason:after
{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 0;
}
.inreason .nav
{
    margin-top: 20px;
}
.inreason .nav ul
{
    font-size: 0;
    background-color: #fff;
}
.inreason .nav li
{
    display: inline-block;
    width: 25%;
    font-size: 14px;
    color: #444;
    position: relative;
    box-sizing: border-box;
    padding: 40px 30px 40px 122px;
    float: left;
}
.inreason .nav li .pic
{
    position: absolute;
    top: 50%;
    width: 82px;
    height: 82px;
    margin-top: -41px;
    left: 30px;
}
.inreason .nav li img
{
    margin-right: 14px;
    width: 100%;
    height: auto;
}
.inreason .nav li .text
{
    display: inline-block;
}
.inreason .nav li .text h6
{
    font-size: 20px;
    font-weight: 700;
}
.inreason .nav li .text p
{
    margin-top: 4px;
    line-height: 1.5;
}
.inreason .nav li:hover img:nth-child(1), .inreason .nav li.on img:nth-child(1)
{
    display: none;
}
.inreason .nav li:hover img:nth-child(2), .inreason .nav li.on img:nth-child(2)
{
    display: inline-block;
}
.inreason .nav li img:nth-child(2)
{
    display: none;
}
.inreason .nav li:hover, .inreason .nav li.on
{
    background-color: #1a7058;
    color: #fff;
}
.inreason .nav li:hover:after, .inreason .nav li.on:after
{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-width: 30px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1a7058;
    margin-left: -10px;
}
.inreason .list
{
    margin-top: 25px;
}
.inreason .list ul
{
    background-color: #fff;
    font-size: 0;
    position: relative;
}
.inreason .list .pic
{
    display: inline-block;
    width: 60%;
    float: left;
}
.inreason .list .pic img
{
    width: 100%;
}
.inreason .list .text
{
    display: inline-block;
    width: 40%;
    float: left;
    padding: 39px;
    box-sizing: border-box;
}
.inreason .list .text h6
{
    font-size: 24px;
    color: #333;
    padding-bottom: 14px;
    position: relative;
}
.inreason .list .text h6>span
{
    font-size: 30px;
    color: #1a7058;
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
}
.inreason .list .text h6:after
{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #1a7058;
}
.inreason .list .text p
{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 20px;
}
.incase
{
    padding: 50px 0;
}
.incase .list
{
    margin-top: 20px;
}
.incase .list .bd li
{
    margin: -10px;
}
.incase .list .bd .list-box
{
    display: inline-block;
    width: 20%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
.incase .list .bd a
{
    display: block;
    border: 1px solid #e1e1e1;
    position: relative;
}
.incase .list .bd img
{
    width: 100%;
    height: auto;
}
.incase .list .bd .text
{
    line-height: 40px;
    padding-top: 14px;
    text-align: center;
    font-size: 16px;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #f1f1f1;
}
.incase .list .bd .cover
{
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(52,144,95,.9);
    text-align: center;
    color: #fff;
    padding: 40px 16px;
    transition: opacity .3s;
}
.incase .list .bd .cover h6
{
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.incase .list .bd .cover p
{
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.incase .list .bd .cover span
{
    display: inline-block;
    font-size: 36px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-top: 20px;
}
.incase .list .bd a:hover .cover
{
    opacity: 1;
}
.incase .list .hd
{
    text-align: center;
    margin-top: 40px;
}
.incase .list .hd a
{
    display: inline-block;
    font-size: 24px;
    margin: 0 4px;
    padding: 0 4px;
    line-height: 30px;
}
.incase .list .hd ul
{
    display: inline-block;
}
.incase .list .hd li
{
    display: inline-block;
    font-size: 16px;
    margin: 0 4px;
    padding: 0 4px;
    line-height: 30px;
}
.incase .list .hd li.on, .incase .list .hd li:hover
{
    color: #1a7058;
}
.inprocess
{
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.inprocess .content
{
    position: relative;
    z-index: 1;
}
.inprocess:after
{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 0;
}
.inprocess .list
{
    margin-top: 20px;
}
.inprocess .list li
{
    width: 9%;
    display: inline-block;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    font-size: 14px;
}
.inprocess .list li .icon
{
    max-width: 80%;
    margin: 0 auto;
}
.inprocess .list li .icon img
{
    width: 80px;
    height: 80px;
}
.inabout
{
    padding: 50px 0;
}
.inabout .list>p
{
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.inabout .list>p>a
{
    color: #ffa137;
    position: relative;
}
.inabout .list>p>a:after
{
    content: '';
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #ffa137;
    position: absolute;
    top: 50%;
    right: -12px;
    margin-top: -6px;
}
.inabout .list>p>a:before
{
    content: '';
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #ffa137;
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -6px;
}
.inabout .data
{
    margin-top: 30px;
}
.inabout .data li h6
{
    font-size: 48px;
    color: #fff;
}
.inabout .data li h6>span
{
    font-weight: 700;
}
.inabout .data li p
{
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
}
.inabout .data
{
    background-color: #1a7058;
}
.inabout .data img
{
    width: 70%;
    float: left;
}
.inabout .data ul
{
    width: 30%;
    float: left;
}
.inabout .data li
{
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    display: block;
    text-align: center;
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #fff;
}
.inabout .data li:first-child
{
    border-top: 0;
}
.inabout .factory
{
    margin-top: 20px;
    position: relative;
}
.inabout .factory .bd li
{
    margin: -10px;
}
.inabout .factory .list-box
{
    display: inline-block;
    width: 25%;
    padding: 10px;
    float: left;
    box-sizing: border-box;
    text-align: center;
}
.inabout .factory .list-box .pic
{
    padding: 10px;
    border: 1px solid #e7e7e7;
}
.inabout .factory .list-box .text
{
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inabout .factory .list-box:hover .text
{
    color: #34905f;
}
.inabout .factory .prev
{
    position: absolute;
    left: -60px;
    top: 50%;
    font-size: 72px;
    color: #888;
    width: 50px;
    text-align: center;
    line-height: 80px;
    height: 100px;
    margin-top: -50px;
}
.inabout .factory .next
{
    position: absolute;
    right: -60px;
    top: 50%;
    font-size: 72px;
    color: #888;
    width: 50px;
    text-align: center;
    line-height: 80px;
    height: 100px;
    margin-top: -50px;
}
.inabout .factory .prev:hover, .inabout .factory .next:hover
{
    color: #34905f;
}
.innews
{
    padding: 50px 0;
    background-color: #fafafa;
}
.innews .list
{
    margin-top: 30px;
}
.innews .list .title
{
    font-size: 24px;
    color: #333;
    margin-bottom: 18px;
    position: relative;
    line-height: 30px;
}
.innews .list .title>a
{
    font-size: 16px;
    color: #4a4a4a;
    position: absolute;
    right: 26px;
}
.innews .list .title>a:after
{
    content: '';
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #4a4a4a;
    position: absolute;
    top: 50%;
    right: -12px;
    margin-top: -6px;
}
.innews .list .title>a:before
{
    content: '';
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #4a4a4a;
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -6px;
}
.innews .list .title>a:hover
{
    color: #34905f;
}
.innews .list .title>a:hover:after
{
    border-left-color: #34905f;
}
.innews .list .title>a:hover:before
{
    border-left-color: #34905f;
}
.innews .news
{
    display: inline-block;
    width: 31.3333%;
    float: left;
    background-color: #fff;
    margin-right: 2%;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
}
.innews .news li
{
    position: relative;
}
.innews .news h5
{
    font-size: 14px;
    color: #444;
    position: relative;
    padding-left: 14px;
    padding-right: 130px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.innews .news h5:after
{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #b9b9b9;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}
.innews .news .date
{
    font-size: 14px;
    color: #666;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 30px;
}
.innews .faq
{
    background-color: #fff;
    width: 33.3333%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
}
.innews .news .pic
{
    height: 190px;
    overflow: hidden;
    position: relative;
}
.innews .news img
{
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .5s;
    width: 100%;
    height: auto;
}
.innews .news h4
{
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 700;
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.innews .news p
{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.innews .news li:hover h5
{
    color: #1a7058;
}
.innews .news li:hover h5:after
{
    background-color: #1a7058;
}
.innews .news li:hover .date
{
    color: #1a7058;
}
.innews .news li:first-child
{
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 18px;
}
.innews .news li:first-child a:hover h4
{
    color: #1a7058;
}
.innews .news li:first-child a:hover img
{
    -webkit-transform: scale(1.1,1.1) translateY(-50%);
    -ms-transform: scale(1.1,1.1) translateY(-50%);
    -o-transform: scale(1.1,1.1) translateY(-50%);
    transform: scale(1.1,1.1) translateY(-50%);
}
.innews .faq li
{
    border-bottom: 1px dashed #bebebe;
    padding: 20px 0;
}
.innews .faq .date
{
    font-size: 14px;
    color: #666;
    font-weight: 700;
    margin-bottom: 4px;
}
.innews .faq p
{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.innews .faq h5
{
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 700;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.innews .faq li:first-child
{
    border-bottom-style: solid;
    border-bottom-color: #e6e6e6;
    padding-top: 16px;
}
.innews .faq li a:hover h5
{
    color: #1a7058;
}
.innews .faq li a:hover p
{
    color: #1a7058;
}
.innews .faq li:first-child a:hover p
{
    color: #666;
}
.inmess
{
    padding: 30px 0;
    background: #1a7058;
}
.inmess .wz
{
    padding: 20px;
    border: 1px solid #fff;
    float: left;
    width: 430px;
    box-sizing: border-box;
}
.inmess .wz .tit
{
    font-size: 18px;
    color: #fff;
}
.inmess .wz .xian
{
    width: 50px;
    height: 1px;
    background: #fff;
    margin: 10px 0;
}
.inmess .wz .jj
{
    font-size: 18px;
    color: #fff;
}
.inmess .messnr
{
    width: 735px;
    padding-right: 135px;
    box-sizing: border-box;
    float: right;
    position: relative;
}
.inmess .messnr .li
{
    float: left;
    width: 48%;
    box-sizing: border-box;
    padding-left: 45px;
    padding-right: 10px;
    height: 50px;
    line-height: 50px;
}
.inmess .messnr .li .text
{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
}
.inmess .messnr .li.names
{
    background: url(../image/ico_01.png) no-repeat 14px center #fff;
    margin: 0 4% 25px 0;
}
.inmess .messnr .li.phone
{
    background: url(../image/ico_02.png) no-repeat 14px center #fff;
}
.inmess .messnr .li.contents
{
    background: url(../image/ico_03.png) no-repeat 14px center #fff;
    margin: 0 4% 0 0;
}
.inmess .messnr .li.code
{
    background: #fff;
    padding: 0 110px 0 20px;
    position: relative;
}
.inmess .messnr .li.code .pic
{
    width: 98px;
    height: 40px;
    position: absolute;
    right: 5px;
    top: -1px;
}
.inmess .messnr .li.code .pic img
{
    width: 98px;
    height: 40px;
}
.inmess .messnr .an
{
    width: 100px;
    height: 100px;
    border: 10px solid #fff;
    position: absolute;
    right: 0;
    top: 4px;
    border-radius: 50%;
}
.inmess .messnr .an .sub
{
    outline: none;
    width: 100px;
    height: 100px;
    background: #ffa137;
    font-size: 16px;
    color: #fff;
    border: 10px solid #ffa137;
    border-radius: 50%;
}
.inmess .messnr input::-webkit-input-placeholder
{
    color: #1a7058;
}
.footer
{
    background-color: #444;
}
.footer .top
{
    padding: 20px 0;
    border-bottom: 1px solid #222;
}
.footer .top .content
{
    position: relative;
}
.footer .top .content>div
{
    position: relative;
    float: left;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
}
.footer .top .content>div:after
{
    content: '';
    display: block;
    width: 2px;
    height: 206px;
    background: url(/template/mscarton/images/footer-line.png) no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -103px;
}
.footer .footer-logo
{
    display: inline-block;
    float: left;
    width: 16%;
    padding-left: 0!important;
}
.footer .footer-nav
{
    width: 20%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer .footer-nav a
{
    display: inline-block;
    color: #fff;
    width: 50%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    padding: 3px 0;
}
.footer .footer-nav a:hover
{
    color: #fff;
}
.footer .footer-contact
{
    display: inline-block;
    float: left;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer .footer-contact li
{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    padding: 14px 0 14px 46px;
    position: relative;
}
.footer .footer-contact li img
{
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    margin-top: -20px;
}
.footer .footer-follow
{
    float: left;
    width: 18%;
}
.footer .footer-follow .pic
{
    border: 1px solid #757575;
    padding: 10px;
}
.footer .footer-follow .pic img
{
    width: 100%;
    height: auto;
}
.footer .footer-follow p
{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
}
.footer .footer-follow:after
{
    display: none!important;
}
.footer .link
{
    border-top: 1px solid #484848;
    padding: 16px 0;
    font-size: 0;
}
.footer .link p
{
    font-size: 16px;
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
}
.footer .link a
{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-right: 20px;
    display: inline-block;
}
.footer .link a:hover
{
    color: #1a7058;
}
.footer .copyright
{
    background-color: #1e1e1e;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    padding: 12px 0;
    text-align: center;
}
.footer .copyright a
{
    color: #fff;
}
.footer .copyright a:hover
{
    color: #1a7058;
}
.Bottomerkg
{
    height: 59px;
    display: none;
}
.Bottomer
{
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #1a7058;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.Bottomer .BottomList li
{
    width: 25%;
    float: left;
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 10px 0;
}
.Bottomer .BottomList li img
{
    vertical-align: middle;
    height: 20px;
}
.Bottomer .BottomList li span
{
    font-size: 14px;
    color: #fff;
    display: block;
    margin-top: 5px;
}
.Bottomer .BottomList li p
{
    font-size: 14px;
    color: #d5a334;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 10px;
}
.nybanner
{
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    height: 500px;
}
.nymain
{
    padding: 20px 0;
}
.nyleft
{
    width: 20%;
    float: left;
    margin-bottom: 20px;
}
.nyleft .lmtit
{
    height: 60px;
    line-height: 60px;
    background: #1a7058;
    font-size: 24px;
    text-align: center;
    color: #fff;
}
.nyleft .lmtit i
{
    display: none;
}
.nyleft .nav li
{
    position: relative;
    padding: 0 20px;
    background-color: #f5f5f5;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #fff;
}
.nyleft .nav li.on, .nyleft .nav li:hover
{
    background-color: #ffa137;
    color: #fff;
}
.nyleft .news
{
    margin-top: 18px;
}
.nyleft .news ul
{
    margin-top: 1px;
    border: 1px solid #e1e1e1;
}
.nyleft .news a
{
    display: block;
    border-bottom: 1px dashed #e0e0e0;
}
.nyleft .news a:last-child
{
    border-bottom: 0;
}
.nyleft .news li
{
    padding: 20px 10px;
}
.nyleft .news .title
{
    font-size: 16px;
    color: #444;
    line-height: 44px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nyleft .news .pic
{
    width: 66px;
    height: 44px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    left: 0;
}
.nyleft .news p
{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.nyleft .news .date
{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.nyleft .news li:hover .title
{
    color: #ffa137;
}
.nyleft .erji
{
    display: none;
    background: #fff;
}
.nyleft .erji a
{
    display: block;
    padding-left: 20px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #666;
}
.nyleft .erji a:hover
{
    color: #f00100;
}
.nyleft .erji a.on
{
    color: #f00100;
}
.nyleft .contact
{
    background-color: #1a7058;
    color: #fff;
    margin-top: 10px;
    padding: 15px;
}
.nyleft .contact p
{
    font-size: 18px;
}
.nyleft .contact p i
{
    font-size: 28px;
    margin-right: 10px;
}
.nyleft .contact h6
{
    font-weight: 700;
    font-size: 30px;
}
.nyright
{
    width: 77%;
    float: right;
    overflow: hidden;
    margin-bottom: 40px;
}
.nynav
{
    background-color: #2f8d5d;
}
.nynav .content
{
    position: relative;
    font-size: 0;
}
.nynav a
{
    display: inline-block;
    line-height: 70px;
    font-size: 16px;
    color: #fff;
    padding: 0 46px;
    position: relative;
    float: left;
}
.nynav a.on, .nynav a:hover
{
    background-color: #fff;
    color: #333;
}
.weizhi
{
    background-color: #f9f9f9;
    box-shadow: 0 4px 3px rgba(0,0,0,.09);
}
.weizhi .content
{
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0;
}
.weizhi .content:after
{
    content: '';
    display: block;
    width: 800px;
    position: absolute;
    top: -2px;
    left: -610px;
    height: 5px;
    background-color: #34905f;
}
.weizhi .content>.fl
{
    line-height: 24px;
    padding: 3px 0;
    font-size: 16px;
    color: #666;
    margin: 5px 0;
}
.weizhi .content>.fl i
{
    display: inline-block;
    font-size: 24px;
    margin-right: 10px;
    color: #fe1821;
}
.weizhi .content>a
{
    line-height: 30px;
    padding: 0 18px;
    background-color: #34905f;
    color: #fff;
    font-size: 16px;
    margin: 5px 0;
}
.weizhi .content>a:hover
{
    opacity: .8;
}
.weizhi2
{
    line-height: 30px;
    font-size: 14px;
    color: #777;
    border-bottom: 1px solid #dbdbdb;
}
.weizhi2>h1
{
    float: left;
    font-size: 24px;
    color: #333;
    padding: 12px 16px;
    position: relative;
}
.weizhi2>h1:after
{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 34px;
    background-color: #1a7058;
    margin-top: -17px;
}
.weizhi2>h1:before
{
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    height: 4px;
    width: 100%;
    background-color: #1a7058;
    left: 0;
}
.weizhi2 .right
{
    float: right;
    padding: 12px 0;
    color: #666;
}
.weizhi2 a
{
    color: #666;
}
.weizhi2 a:hover
{
    color: #ffa137;
}
.fy
{
    display: block;
    text-align: center;
    font-size: 0;
    margin-top: 20px;
}
.fy a
{
    font-size: 18px;
    color: #666;
    line-height: 32px;
    padding: 0 6px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    margin: 5px;
}
.fy a:hover, .fy a.on
{
    background-color: #1a7058;
    color: #fff;
    border-color: #1a7058;
}
.fy2
{
    display: block;
    text-align: center;
    font-size: 0;
    margin-top: 20px;
}
.fy2 a
{
    font-size: 14px;
    color: #666;
    line-height: 28px;
    padding: 0 6px;
    border: 1px solid #e5e5e5;
    margin: 5px;
}
.fy2 a:hover, .fy2 a.on
{
    background-color: #1a7058;
    color: #fff;
    border-color: #1a7058;
}
.nypro
{
    padding-bottom: 20px;
    padding-top: 15px;
}
.nypro ul
{
    margin-left: -1%;
    margin-right: -1%;
}
.nypro li
{
    width: 31.3333%;
    margin: 10px 1%;
    display: inline-block;
    float: left;
    text-align: center;
}
.nypro li .pic
{
    border: 10px solid #ececec;
    overflow: hidden;
}
.nypro li img
{
    transition: all .5s;
    width: 100%;
    height: auto;
}
.nypro li .text
{
    font-size: 16px;
    color: #444;
    padding: 10px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nypro li:hover img
{
    transform: scale(1.1,1.1);
}
.nypro li:hover .text
{
    color: #34905f;
}
.pro-box
{
    width: 450px;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}
.tb-pic
{
    border: 10px solid #f4f4f4;
}
.tb-pic a
{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.tb-pic a img
{
    vertical-align: middle;
}
.tb-s310, .tb-s310 a
{
    height: 430px;
    width: 430px;
}
.tb-s310, .tb-s310 img
{
    max-height: 430px;
    max-width: 430px;
}
.tb-booth
{
    position: relative;
    z-index: 1;
}
.tb-thumb .tb-selected
{
    box-sizing: border-box;
    border: 1px solid #f00;
}
div.zoomDiv
{
    z-index: 999;
    position: absolute;
    width: 430px;
    height: 430px;
    display: none;
    text-align: center;
    overflow: hidden;
    margin-left: -9px;
    background: #fff;
}
div.zoomDiv img
{
    max-width: inherit;
    max-height: inherit;
}
div.zoomMask
{
    position: absolute;
    background: url("/template/mscarton/images/mask.png") repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}
.picScroll-left
{
    position: absolute;
    width: 89px;
    right: 4px;
    top: 0;
}
.picScroll-left .hd
{
    overflow: hidden;
    background: #f4f4f4;
}
.picScroll-left .hd .prev
{
    width: 100%;
    height: 30px;
    opacity: .9;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    color: #959595;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 9;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
}
.picScroll-left .hd .next
{
    width: 100%;
    height: 30px;
    opacity: .9;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    color: #959595;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    z-index: 9;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
}
.picScroll-left .hd .prev:hover
{
    color: #f00;
}
.picScroll-left .hd .next:hover
{
    color: #f00;
}
.picScroll-left .bd
{
    width: 89px;
    margin: 30px 0;
}
.picScroll-left .bd ul
{
    zoom: 1;
}
.picScroll-left .bd ul li
{
    text-align: center;
    zoom: 1;
    height: 99px;
    width: 89px;
    border: 0!important;
}
.picScroll-left .bd ul li img
{
    width: 89px;
    height: 89px;
    border: 1px solid #eee;
    box-sizing: border-box;
    cursor: pointer;
    margin: 5px 0;
}
.picScroll-left .bd ul li.tb-selected img
{
    width: 89px;
    height: 89px;
    border-color: #f00;
    box-sizing: border-box;
}
.showpro .showproinfo
{
    padding-left: 460px;
    position: relative;
    margin-top: 40px;
    min-height: 450px;
}
.showpro .showproinfo .right
{
    border-left: 0;
    padding: 20px;
}
.showpro .showproinfo .right .tit
{
    font-size: 30px;
    color: #666;
    margin-bottom: 16px;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    overflow: hidden;
}
.showpro .showproinfo .right .jj
{
    font-size: 14px;
    color: #666;
    line-height: 25px;
    margin-bottom: 24px;
    overflow: hidden;
}
.showpro .showproinfo .messnr
{
    box-sizing: border-box;
    position: relative;
    background: #1a7058;
    padding: 15px 15px 15px 15px;
    border-radius: 10px;
}
.showpro .showproinfo .messnr p
{
    font-size: 18px;
    color: #fff;
    line-height: 1.3;
    float: left;
    position: relative;
    background: url(/template/mscarton/images/showpro-icon1.png) no-repeat center left;
    padding-left: 80px;
}
.showpro .showproinfo .messnr p span
{
    font-size: 30px;
    font-weight: 700;
    display: block;
}
.showpro .showproinfo .messnr a
{
    font-size: 18px;
    color: #000;
    line-height: 55px;
    padding: 0 30px;
    float: right;
    background-color: #fff;
    border-radius: 8px;
    margin: 4px 0;
}
.showpro .showproinfo .messnr a:hover
{
    opacity: .9;
}
.showpro .showproinfo .li
{
    float: left;
    width: 48%;
    box-sizing: border-box;
    padding-left: 45px;
    padding-right: 10px;
    height: 40px;
    line-height: 40px;
}
.showpro .showproinfo .li .text
{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #f00;
}
.showpro .showproinfo .li.names
{
    background: url(../image/ico_01.png) no-repeat 14px center #fff;
    margin: 0 4% 15px 0;
}
.showpro .showproinfo .li.phone
{
    background: url(../image/ico_02.png) no-repeat 14px center #fff;
}
.showpro .showproinfo .li.contents
{
    background: url(../image/ico_03.png) no-repeat 14px center #fff;
    margin: 0 4% 0 0;
}
.showpro .showproinfo .li.code
{
    background: #fff;
    padding: 0 85px 0 20px;
    position: relative;
}
.showpro .showproinfo .li.code .pic
{
    width: 75px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: -2px;
}
.showpro .showproinfo .li.code .pic img
{
    height: 30px;
    width: 75px;
}
.showpro .showproinfo .an
{
    width: 90px;
    height: 90px;
    border: 10px solid #23885d;
    position: absolute;
    right: 15px;
    top: 7px;
    border-radius: 50%;
}
.showpro .showproinfo .an .sub
{
    outline: none;
    width: 90px;
    height: 90px;
    background: #fff;
    font-size: 14px;
    color: #f00;
    border: 10px solid #4fa07e;
    border-radius: 50%;
}
.showprodetail
{
    padding: 40px 0;
}
.showprodetail .lmtit
{
    line-height: 60px;
    padding: 0 15px;
    font-size: 24px;
    color: #444;
    background: #ececec;
}
.showprodetail .wz
{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding: 35px 0 0;
}
.showpro .repro
{
    padding-top: 40px;
}
.page-num-current
{
    background-color: #1a7058;
    color: #fff!important;
    border-color: #1a7058;
}
.nycase
{
    padding-bottom: 60px;
}
.nycase ul
{
    margin-left: -1%;
    margin-right: -1%;
    margin-top: 15px;
}
.nycase li
{
    width: 23%;
    margin: 10px 1%;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    padding: 10px;
    background-color: #f9f9f9;
}
.nycase li .pic
{
    overflow: hidden;
}
.nycase li img
{
    transition: all .5s;
    width: 100%;
    height: auto;
}
.nycase li .text
{
    margin-top: 18px;
}
.nycase li h6
{
    font-size: 18px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nycase li p
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
.nycase li span
{
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}
.nycase li:hover img
{
    transform: scale(1.1,1.1);
}
.nycase li:hover h6, .nycase li:hover span
{
    color: #34905f;
}
.showcase
{
    padding: 50px 0 0;
}
.showcase .lmtit
{
    font-size: 24px;
    color: #444;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
}
.showcase .date1
{
    font-size: 14px;
    padding: 10px 0 20px;
    color: #666;
    text-align: center;
    border-bottom: 1px dashed #cecece;
}
.showcase .wz
{
    padding: 20px 0;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.showcase .wz a
{
    color: #ffa137;
    font-weight: bold;
}
.showcase .pre
{
    padding: 15px 20px;
    border: 1px solid #e1e1e1;
    position: relative;
}
.showcase .pre a
{
    color: #444;
    font-size: 16px;
    display: block;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 200px;
}
.showcase .pre a:hover
{
    color: #ffa137;
}
.showcase .pre .return
{
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 20px;
    color: #fff;
    line-height: 36px;
    background-color: #1a7058;
    font-size: 16px;
    display: block;
    height: 36px;
    padding: 0 18px;
}
.showcase .pre .return:hover
{
    color: #fff;
    opacity: .8;
}
.showcase .key
{
    position: relative;
    margin: 20px 0;
}
.showcase .key ul li
{
    display: block;
    float: left;
    width: 23%;
    margin: 0 1%;
}
.repro .lmtit
{
    line-height: 55px;
    padding: 0 20px;
    font-size: 24px;
    color: #444;
    background: #ececec;
    margin-bottom: 30px;
    text-align: left;
    font-weight: normal;
}
.repro .list ul
{
    display: block;
    width: 102%;
    position: relative;
    left: -1%;
}
.repro .list ul li
{
    display: block;
    float: left;
    width: 23%;
    margin: 0 1%;
}
.repro .list ul li .pic
{
    border: 5px solid #f5f5f5;
    overflow: hidden;
}
.repro .list ul li .pic img
{
    transition: all .5s;
}
.repro .list ul li .tit
{
    font-size: 14px;
    color: #666;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.repro .list ul li:hover .pic img
{
    transform: scale(1.1,1.1);
}
.repro .list ul li:hover .tit
{
    color: #34905f;
}
.nynews
{
    padding-bottom: 60px;
}
.nynews ul
{
    margin-left: -1%;
    margin-right: -1%;
    margin-top: 30px;
}
.nynews li
{
    width: 31.3333%;
    margin: 10px 1%;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    padding: 20px;
}
.nynews li .pic
{
    overflow: hidden;
}
.nynews li img
{
    transition: all .5s;
    width: 100%;
    height: auto;
}
.nynews li .text
{
    margin-top: 18px;
}
.nynews li h6
{
    font-size: 18px;
    color: #1a7058;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}
.nynews li .date
{
    font-size: 14px;
    color: #666;
    margin-top: 6px;
    display: block;
}
.nynews li p
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    height: 72px;
}
.nynews li .btn
{
    display: inline-block;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 12px;
    background-color: #333;
    padding: 0 22px;
}
.nynews li:hover img
{
    transform: scale(1.1,1.1);
}
.nynews li:hover .btn
{
    background-color: #1a7058;
}
.renews
{
    padding: 0 0 40px;
    border: 1px solid #f5f5f5;
}
.renews .lmtit
{
    line-height: 55px;
    padding: 0 20px;
    font-size: 24px;
    color: #444;
    background: #ececec;
    margin-bottom: 30px;
    text-align: left;
    font-weight: normal;
}
.renews .list ul
{
    display: block;
    width: 102%;
    position: relative;
    left: -1%;
}
.renews .list ul li
{
    display: block;
    float: left;
    width: 44%;
    margin: 2px 3%;
}
.renews .list ul li .pic
{
    border: 1px solid #ddd;
    overflow: hidden;
}
.renews .list ul li .pic img
{
    transition: all .5s;
}
.renews .list ul li .tit
{
    font-size: 14px;
    color: #666;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.renews .list ul li:hover .pic img
{
    transform: scale(1.1,1.1);
}
.renews .list ul li:hover .tit
{
    color: #34905f;
}
.renews .list li
{
    position: relative;
}
.renews .list h5
{
    font-size: 14px;
    color: #444;
    position: relative;
    padding-left: 14px;
    padding-right: 130px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.renews .list h5:after
{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #b9b9b9;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}
.renews .list .date
{
    font-size: 14px;
    color: #666;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 30px;
}
.renews .list li:hover h5
{
    color: #1a7058;
}
.renews .list li:hover h5:after
{
    background-color: #1a7058;
}
.renews .list li:hover .date
{
    color: #1a7058;
}
.nyabout
{
    padding: 60px 0;
}
.nyabout .list>.data
{
    margin-top: 20px;
}
.nyabout .list .data li
{
    display: inline-block;
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
    padding: 20px 0;
}
.nyabout .list .data li h6
{
    font-size: 48px;
    color: #2f8d5d;
}
.nyabout .list .data li h6>span
{
    font-weight: 700;
}
.nyabout .list .data li p
{
    font-size: 16px;
    color: #333;
    line-height: 1.2;
}
.nyabout .list .jianjie
{
    margin-top: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
}
.nyhonor
{
    padding: 60px 0;
    background-color: #f6f6f6;
}
.nyhonor .list
{
    margin-top: 30px;
}
.nyhonor .list .bd li
{
    margin: -10px;
}
.nyhonor .list .bd .list-box
{
    display: inline-block;
    width: 25%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
.nyhonor .list .bd a
{
    display: block;
    border: 1px solid #e3e3e3;
    position: relative;
    padding: 10px;
    background-color: #fff;
}
.nyhonor .list .bd a:hover
{
    border-color: #34905f;
}
.nyhonor .list .bd img
{
    width: 100%;
    height: auto;
}
.nyhonor .list .bd .text
{
    line-height: 40px;
    padding-top: 8px;
    text-align: center;
    font-size: 16px;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nyhonor .list .bd a:hover .cover
{
    opacity: 1;
}
.nyhonor .list .hd
{
    text-align: center;
    margin-top: 40px;
}
.nyhonor .list .hd a
{
    display: inline-block;
    font-size: 24px;
    margin: 0 4px;
    padding: 0 4px;
    line-height: 30px;
}
.nyhonor .list .hd ul
{
    display: inline-block;
}
.nyhonor .list .hd li
{
    display: inline-block;
    font-size: 16px;
    margin: 0 4px;
    padding: 0 4px;
    line-height: 30px;
}
.nyhonor .list .hd li.on, .nyhonor .list .hd li:hover
{
    color: #1a7058;
}
.nystrength
{
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.nystrength .content
{
    position: relative;
    z-index: 1;
}
.nystrength:after
{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(51,51,51,.7);
    z-index: 0;
}
.nystrength .list
{
    margin-top: 30px;
}
.nystrength .list .bd li
{
    margin: -10px;
}
.nystrength .list .bd .list-box
{
    display: inline-block;
    width: 25%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
.nystrength .list .bd a
{
    display: block;
    border: 1px solid #e7e7e7;
    position: relative;
    padding: 10px;
    background-color: #fff;
    box-sizing: border-box;
}
.nystrength .list .bd img
{
    width: 100%;
    height: auto;
}
.nystrength .list .bd .text
{
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    box-sizing: border-box;
}
.nystrength .list .bd .cover
{
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,.5);
    text-align: center;
    color: #fff;
    padding: 40px 16px;
    transition: opacity .3s;
}
.nystrength .list .bd .cover span
{
    display: inline-block;
    font-size: 36px;
    line-height: 68px;
    width: 68px;
    text-align: center;
    background-color: #1a7058;
    border-radius: 50%;
    margin-top: -34px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -34px;
}
.nystrength .list .bd a:hover .cover
{
    opacity: 1;
}
.nystrength .list .hd
{
    text-align: center;
    margin-top: 40px;
}
.nystrength .list .hd a
{
    display: inline-block;
    font-size: 24px;
    margin: 0 4px;
    padding: 0 4px;
    line-height: 30px;
    color: #fff;
}
.nystrength .list .hd ul
{
    display: inline-block;
}
.nystrength .list .hd li
{
    display: inline-block;
    font-size: 16px;
    margin: 0 4px;
    padding: 0 4px;
    line-height: 30px;
    color: #fff;
}
.nystrength .list .hd li.on, .nystrength .list .hd li:hover
{
    color: #1a7058;
    font-weight: 700;
}
.nyadvantage
{
    padding: 60px 0;
}
.nyadvantage ul
{
    margin-left: -1%;
    margin-right: -1%;
    margin-top: 30px;
}
.nyadvantage li
{
    width: 23%;
    margin: 10px 1%;
    display: inline-block;
    float: left;
}
.nyadvantage li .pic
{
    overflow: hidden;
}
.nyadvantage li img
{
    transition: all .5s;
    width: 100%;
    height: auto;
}
.nyadvantage li .tit
{
    font-size: 16px;
    color: #1a7058;
    padding: 10px;
    line-height: 1.5;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    border-bottom: 0;
}
.nyadvantage li .tit b
{
    font-size: 24px;
    display: block;
}
.nyadvantage li:hover img
{
    transform: scale(1.1,1.1);
}
.nyadvantage li .tit:after
{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 1px;
    right: 1px;
    height: 1px;
    background-color: #e3e3e3;
}
.nyadvantage li .desc
{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding: 14px 10px 20px;
    border: 1px solid #e3e3e3;
    border-top: 0;
}
.nyadvantage li .desc b
{
    display: block;
    font-size: 18px;
    margin-bottom: 4px;
}
.nypartner
{
    padding: 60px 0;
    background-color: #f6f6f6;
}
.nypartner .list
{
    margin-top: 30px;
}
.nypartner .list ul
{
    display: block;
    width: 102%;
    position: relative;
    left: -1%;
}
.nypartner .list ul li
{
    display: block;
    float: left;
    width: 19%;
    margin: 5px .5%;
}
.nypartner .list ul li
{
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.nypartner .list ul li img
{
    width: 100%;
    height: auto;
}
.nypartner .list ul li:hover
{
    border-color: #34905f;
}
.nycontact .contact
{
    padding: 40px 0;
}
.nycontact .contact h2
{
    font-size: 30px;
    color: #ffa137;
    line-height: 1.2;
    font-weight: 700;
}
.nycontact .contact ul
{
    margin-top: 14px;
    margin-left: -1%;
    margin-right: -1%;
}
.nycontact .contact li
{
    width: 31.33%;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 10px;
    margin: 10px 1%;
    min-height: 50px;
}
.nycontact .contact li .pic
{
    position: absolute;
    top: 0;
    left: 0;
}
.nycontact .contact li .text h6
{
    font-size: 20px;
    color: #444;
    font-weight: 700;
}
.nycontact .contact li .text p
{
    font-size: 16px;
    color: #444;
    line-height: 24px;
    margin-top: 4px;
}
.showprotitle
{
    margin-bottom: 18px;
}
.showprotitle .lmtit
{
    font-size: 24px;
    color: #1a7058;
    line-height: 40px;
    font-weight: 700;
    display: inline-block;
}
.showprotitle .lmtit span
{
    font-size: 36px;
}
.showprotitle .lmjj
{
    font-size: 16px;
    color: #666;
    margin-top: 5px;
}
.showpro-details1
{
    padding: 20px 0;
}
.showpro-details1 ul
{
    margin: -5px -.5%;
}
.showpro-details1 li
{
    display: inline-block;
    width: 32.3333%;
    margin: 5px .5%;
    float: left;
    text-align: center;
}
.showpro-details1 li .pic
{
    overflow: hidden;
}
.showpro-details1 li img
{
    transition: all .5s;
}
.showpro-details1 li:hover img
{
    transform: scale(1.1,1.1);
}
.showpro-details1 li .text
{
    font-size: 16px;
    color: #444;
    line-height: 1.5;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.showpro-details2
{
    padding: 20px 0;
}
.showpro-details2 ul
{
    margin: -5px -1%;
}
.showpro-details2 li
{
    display: inline-block;
    width: 31.3333%;
    margin: 10px 1%;
    float: left;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 15px;
}
.showpro-details2 li .pic
{
    overflow: hidden;
}
.showpro-details2 li img
{
    transition: all .5s;
}
.showpro-details2 li:hover img
{
    transform: scale(1.1,1.1);
}
.showpro-details2 li:nth-of-type(n+7)
{
    width: 48%;
    border: 0;
    padding: 0;
}
.showpro-details2 li .text
{
    margin-top: 20px;
}
.showpro-details2 li .text h6
{
    font-size: 18px;
    color: #444;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.showpro-details2 li .text p
{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    height: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 6px;
}
.showpro-details3
{
    padding: 20px 0;
}
.showpro-details3 ul
{
    margin: -5px -1%;
}
.showpro-details3 li
{
    display: inline-block;
    width: 31.3333%;
    margin: 5px 1%;
    float: left;
}
.showpro-details3 li .pic
{
    overflow: hidden;
}
.showpro-details3 li img
{
    transition: all .5s;
}
.showpro-details3 li:hover img
{
    transform: scale(1.1,1.1);
}
.showpro-details3 li .text
{
    border: 1px solid #e9ebea;
    position: relative;
    padding: 10px 10px 10px 66px;
    margin-top: 30px;
}
.showpro-details3 li .text .num
{
    position: absolute;
    height: 100%;
    width: 50px;
    font-size: 24px;
    left: 0;
    top: 0;
    color: #fff;
    background-color: #1a7058;
    text-align: center;
    line-height: 91px;
    font-weight: 700;
    border-left: 1px solid #e9ebea;
}
.showpro-details3 li .text h6
{
    font-size: 18px;
    color: #444;
    line-height: 1.5;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.showpro-details3 li .text p
{
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 42px;
}
.showpro-details4
{
    padding: 20px 0;
}
.showpro-details4 ul
{
    margin: -5px -.5%;
}
.showpro-details4 li
{
    display: inline-block;
    width: 32.3333%;
    margin: 5px .5%;
    float: left;
    background-color: #fafafa;
    padding: 20px;
    border: 1px solid #e9ebea;
    box-sizing: border-box;
    color: #444;
    font-size: 18px;
    line-height: 1.5;
}
.showpro-details4 li span
{
    color: #ffa137;
}
.nysupp ul a
{
    display: block;
    margin: 20px 0;
}
.nysupp ul li
{
    display: block;
    padding: 15px 0 15px 15px;
    position: relative;
    min-height: 204px;
    border: 1px solid #e1e1e1;
    background-color: #f9f9f9;
}
.nysupp ul li .pic
{
    overflow: hidden;
    position: absolute;
    border: 1px solid #f1f1f1;
    left: 15px;
    top: 15px;
    max-width: 100%;
    max-height: 100%;
}
.nysupp ul li .pic img
{
    transition: all .5s;
}
.nysupp ul li .tit
{
    margin-top: 5px;
    font-size: 18px;
    color: #4a4a4a;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nysupp ul li .date
{
    margin-bottom: 4px;
    font-size: 14px;
    color: #666;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nysupp ul li .jj
{
    font-size: 14px;
    color: #666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 30px;
}
.nysupp ul li .more
{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #bababa;
}
@media(min-width: 1025px)
{
    .nysupp ul li .pic
    {
        width: 310px;
        height: 209px;
    }
    .nysupp ul li .pic img
    {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.nysupp ul li:hover .more
{
    background: #1a7058;
}
.nysupp ul li:hover img
{
    transform: scale(1.1,1.1);
}
.nysupp ul li:hover .tit
{
    color: #1a7058;
}
.nypage .wz
{
    padding: 20px 0;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}