@charset 'utf-8';
@-ms-viewport
{
    width: auto !important;
}
.ff
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@font-face {
  	font-family: "avenirltstd-light";
  	src: url("../font/avenirltstd-light.woff2") format("woff2"),
       url("../font/avenirltstd-light.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
@font-face {
  	font-family: "wigrumweb-light";
  	src: url("../font/wigrumweb-light.woff2") format("woff2"),
       url("../font/wigrumweb-light.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
@font-face {
  	font-family: "wigrumweb-bold";
  	src: url("../font/wigrumweb-bold.woff2") format("woff2"),
       url("../font/wigrumweb-bold.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}

body {
	font-size: 14px;
	font-family: "wigrumweb-light";
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
.c1{ float:left;}
.c2{ float:left; width:307px; font-size:13px;}
.c3{ float:right;}
.c4{ float:left;}
@media only screen and (min-width: 1441px)
{
    .container
    {
        width: 95%;
        max-width: 1680px;
    }
    .header .logo {
        width: 348px;
        margin-top: 2px;
    }
}
@media only screen and (min-width: 1340px) and (max-width: 1440px)
{
    .container
    {
        width: 1310px;
    }
    .header .logo {
        width: 300px;
        margin-top: 9px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1339px)
{
    .container
    {
        width: 95%;
    }
    .header .logo {
        width: 180px;
        margin-top: 15px;
    }
    .c2 {
        margin-top:10px;
    }
    .c1 {
        width: 100%;
    }
    .c4 {
        margin-top:10px;
    }
    .footer .copyright p a {
        float: left !important;
    }
}
@media only screen and (min-width: 1700px)
{
    .header .container
    {
        width: 1680px;
    }
    .header .logo {
        width: auto;
        margin-top: 2px;
    }
    .header .nav .nav-list1 > li > a {
        padding: 34px 20px !important;
    }
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;
    color: inherit;
    text-decoration:none;
}
input[type=number]
{
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
ul
{
    margin: 0;
    padding: 0;
}
button,
input,
textarea
{
    resize: none;

    border: none;
    outline: none;
}
a[data-fancybox]
{
    outline: none;
}
a[data-fancybox] img
{
    outline: none !important;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
.txt-over1
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
img
{
            backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
}
.img-box
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
}
.about-wrap .slick-factory .item p
{
    position: absolute;
    display: block;
    width: 100%;
    text-align:center;
    top: 96%;
}
.page
{
    text-align: center;
}
.page li
{
    line-height: 48px;

    display: inline-block;

    width: 50px;
    height: 50px;
    margin: 0 3px;

    cursor: pointer;
    text-align: center;

    color: #999;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: none;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .page li
    {
        line-height: 38px;

        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px)
{
    .page li
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
        margin: 0 1px;
    }
}
.page li.active,
.page li:hover
{
    color: #fff;
    border-color: #006742;
    background-color: #006742;
}
.page li a
{
    display: block;
}
.page li.prev,
.page li.next
{
    color: #fff;
    background-color: #ddd;
}
.page li.prev:hover,
.page li.next:hover
{
    border-color: #006742;
    background-color: #006742;
}
@media (min-width: 481px)
{
    .page li.prev
    {
        margin-right: 26px;
    }
}
@media (min-width: 481px)
{
    .page li.next
    {
        margin-left: 26px;
    }
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.table-box table
{
    width: auto;
    max-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;

    color: #666;
}
.table-box table tr,
.table-box table td,
.table-box table th
{
    width: auto !important;
    height: auto !important;
}
.table-box table td,
.table-box table th
{
    padding: 14px 30px !important;

    border: 1px solid #ececec !important;
}
.table-box table tr p,
.table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.lazy
{
    
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
img
{
            backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
}
.header
{
    position: fixed;
    background-color: #fff;
    z-index: 9980;
    width: 100%;
    top: 0;
}
.header .header-top
{
    line-height: 39px;

    overflow: hidden;
    zoom: 1;

    height: 40px;

    border-bottom: 1px solid #eee;
}
@media (max-width: 991px)
{
    .header .header-top
    {
        display: none;
    }
}
.header .header-top:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header .header-top .info
{
    float: left;

    color: #999;
}
.header .header-top .info a:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    margin-right: 10px;

    vertical-align: middle;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header .header-top .info a:hover
{
    color: #006742;
}
.header .header-top .info a:hover span
{
    text-decoration: underline;
}
.header .header-top .info .mail:before
{
    font-size: 16px;

    content: '\e6a4';
}
.header .header-top .info .tel
{
    margin-left: 55px;
}
.header .header-top .info .tel:before
{
    content: '\e61c';
}
.header .header-top .language
{
    float: right;
}
.header .header-top .language a
{
    color: #999;
}
.header .header-top .language a:before
{
    display: inline-block;

    width: 24px;
    height: 16px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background-image: url(../images/language.png);
    background-repeat: no-repeat;
    background-size: 200% auto;
}
.header .header-top .language a.cn:before
{
    background-position: 0 100%;
}
.header .header-top .language a.en
{
    margin-left: 30px;
}
.header .header-top .language a.en:before
{
    background-position: 100% 100%;
}
.header .header-top .language a:hover
{
    text-decoration: underline;

    color: #006742;
}
.header .header-top .language a.active
{
    color: #006742;
}
.header .logo
{
    float: left;

    text-align: center;
}
.header .logo a
{
    display: inline-block;

    width: auto;
    max-width: 100%;
    padding: 18px 0 5px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .logo a
    {
        width: 100%;
        padding: 13px 0 0px;
    }
}
.header .logo a img
{
    display: block;

    width: 100%;
}
.header .right-box
{
    float: right;
    margin-left: 35px;
    margin-top: 7px;
}
@media (max-width: 1339px)
{
    .header .right-box
    {
        margin-left: 20px;
    }
}
.header .find,
.header .language-box
{
    display: inline-block;

    padding: 31px 0;

    cursor: pointer;
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .find,
    .header .language-box
    {
        padding: 21px 0;
    }
}
.header .language-box
{
    position: relative;

    margin-left: 60px;
}
@media (max-width: 1339px)
{
    .header .language-box
    {
        margin-left: 40px;
    }
}
.header .language-box:before
{
    position: absolute;
    top: 50%;
    left: -30px;
    display: inline-block;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    content: '';
    vertical-align: middle;
    background-color: #bbb;
}
@media (max-width: 1339px)
{
    .header .language-box:before
    {
        left: -20px;
    }
}
.header .language-box p
{
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.header .language-box p:before,
.header .language-box p:after
{
    display: inline-block;

    content: '';
    vertical-align: middle;
}
.header .language-box p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    margin-right: 10px;

    content: '\e620';
}
.header .language-box p:after
{
    width: 0;
    height: 0;
    margin-left: 10px;

    border-width: 3px 3px 0 3px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}
@media (min-width: 768px)
{
    .header .language-box ul
    {
        position: absolute;
        left: 50%;

        display: none;

        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.header .language-box ul li a
{
    display: block;

    color: #fff;
}
.header .language-box ul li a:hover
{
    text-decoration: underline;

    color: #006742;
}
@media (max-width: 1199px)
{
    .header .language-box.language-header
    {
        display: none;
    }
}
.header .language-box.language-header ul
{
    z-index: 10;
    top: 100%;

    padding: 10px 12px;

    text-align: left;

    background-color: #fff;
    box-shadow: 0 0 14px 2px rgba(0, 0, 0, .1);
}
.header .language-box.language-header li
{
    line-height: 24px;

    margin: 0 12px;

    white-space: nowrap;
}
.header .language-box.language-header li a
{
    color: #666;
}
.header .find:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: bold;

    content: '\e660';
}
@media (max-width: 1199px)
{
    .header .find:before
    {
        font-size: 20px;
    }
}
.header .nav-collapse
{
    position: relative;

    display: none;

    width: 40px;
    height: 40px;
    margin-top: -2px;
    margin-left: 15px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: inline-block;

        vertical-align: middle;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 30px;

        display: block;

        margin-top: 10px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media (max-width: 767px)
{
    .header .nav-collapse
    {
        margin-left: 10px;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 25px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #333;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    display: block;

    content: '';
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        float: right;

        text-align: center;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 50px;

        -webkit-transition: -webkit-transform .3s;
                transition: -webkit-transform .3s;
                transition:         transform .3s;
                transition:         transform .3s, -webkit-transform .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background: #000;
    }
    .header .nav .tbl
    {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 1199px) and (max-width: 1199px)
{
    .header .nav .container
    {
        overflow: auto;

        width: 100%;
    }
    .col-index-strength .content {
        max-width: 100% !important;
        padding-left: 0 !important;
    }
    .col-index-strength .content a.more{
        margin: 0 auto;
    }
    .col-index-strength .content h2 {
        text-align: center;
    }
    .footer-logo img {
        width: 223px !important;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100
{
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
}
.header .nav.left-200
{
    -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
}
.header .nav.left-300
{
    -webkit-transform: translateX(-300%);
        -ms-transform: translateX(-300%);
            transform: translateX(-300%);
}
.header .nav.left-400
{
    -webkit-transform: translateX(-400%);
        -ms-transform: translateX(-400%);
            transform: translateX(-400%);
}
.header .nav.left-500
{
    -webkit-transform: translateX(-500%);
        -ms-transform: translateX(-500%);
            transform: translateX(-500%);
}
.header .nav .nav-list1 > li.show-xs
{
    display: none;
}
@media (max-width: 991px)
{
    .header .nav .nav-list1 > li.show-xs
    {
        display: block;
    }
}
.header .nav .nav-list1 > li > a
{
    text-transform: uppercase;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 li a
    {
        white-space: nowrap;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;
        float: left;
        padding:9px 0px 0px;
    }
    .header .nav .nav-list1 > li:before
    {
        position: absolute;
        top: 50%;
        left: 0;

        display: block;

        width: 1px;
        height: 8px;
        margin-top: -4px;

        content: '';
        -webkit-transform: rotate(15deg);
            -ms-transform: rotate(15deg);
                transform: rotate(15deg);

        background-color: #bbb;
    }
    .header .nav .nav-list1 > li:first-child:before
    {
        display: none;
    }
    .header .nav .nav-list1 > li.active > a,
    .header .nav .nav-list1 > li:hover > a
    {
        color: #006742;
    }
    .header .nav .nav-list1 > li > a {
        font-size: 14px;
        position: relative;
        display: block;
        padding: 34px 12px;
    }
    .header .nav .nav-list1 .nav-list2,
    .header .nav .nav-list1 .nav-list3
    {
        display: none;

        text-align: left;

        background-color: #fff;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 50%;

        min-width: 130px;
        padding: 15px 0;

        text-align: left;

        border-top: 1px solid #ececec;
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        position: relative;

        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 > li:first-child > a
    {
        border-top: none;
    }
    .header .nav .nav-list1 .nav-list2 > li:before,
    .header .nav .nav-list1 .nav-list2 > li:after
    {
        position: absolute;
        z-index: 2;
        left: 0;

        display: none;

        width: 100%;
        height: 1px;

        content: '';

        background-color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 > li:before
    {
        top: 0;
    }
    .header .nav .nav-list1 .nav-list2 > li:after
    {
        top: 100%;
    }
    .header .nav .nav-list1 .nav-list2 > li:hover > a
    {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px);

        color: #006742;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
        line-height: 2.14285714;

        position: relative;

        display: block;

        padding: 0 15px;

        -webkit-transition: .3s;
                transition: .3s;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: 0;
        left: 100%;

        width: 255px;
        padding: 20px;

        border-left: 1px solid transparent;
        background-clip: padding-box;
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        position: relative;

        padding: 12px 0 12px 10px;

        white-space: normal;
        word-break: break-word;
    }
    .header .nav .nav-list1 .nav-list3 li > a:hover
    {
        color: #006742;
    }
    .header .nav .nav-list1 .nav-list3 li > a:before
    {
        position: absolute;
        top: 50%;
        left: 0;

        content: '-';
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-25px);
            -ms-transform: translateX(-25px);
                transform: translateX(-25px);

        opacity: 0;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2,
    .header .nav .nav-list3,
    .header .nav .nav-list4,
    .header .nav .nav-list5
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a,
    .header .nav .nav-list4 a,
    .header .nav .nav-list5 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a,
.header .nav .nav-list4 a,
.header .nav .nav-list5 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a,
    .header .nav .nav-list4 a,
    .header .nav .nav-list5 a
    {
        margin-top: 0;
    }
}
.header .nav .nav-2,
.header .nav .nav-3,
.header .nav .nav-4,
.header .nav .nav-5
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav .nav-2,
    .header .nav .nav-3,
    .header .nav .nav-4,
    .header .nav .nav-5
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px 30px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background: #000;
    }
}
@media (max-width: 767px)
{
    .header .nav .nav-2,
    .header .nav .nav-3,
    .header .nav .nav-4,
    .header .nav .nav-5
    {
        padding: 20px;
    }
}
.header .nav .nav-2 .nav-top,
.header .nav .nav-3 .nav-top,
.header .nav .nav-4 .nav-top,
.header .nav .nav-5 .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.header .nav .nav-2 .nav-top .back-btn:before,
.header .nav .nav-3 .nav-top .back-btn:before,
.header .nav .nav-4 .nav-top .back-btn:before,
.header .nav .nav-5 .nav-top .back-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;

    content: '\e9b5';
}
.header .nav .nav-2 .nav-top .nav-title,
.header .nav .nav-3 .nav-top .nav-title,
.header .nav .nav-4 .nav-top .nav-title,
.header .nav .nav-5 .nav-top .nav-title
{
    font-size: 26px;
    font-weight: normal;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .nav .nav-2 .nav-top .nav-title,
    .header .nav .nav-3 .nav-top .nav-title,
    .header .nav .nav-4 .nav-top .nav-title,
    .header .nav .nav-5 .nav-top .nav-title
    {
        font-size: 18px;
    }
}
.header .nav .nav-2 .nav-top .nav-collapse-2,
.header .nav .nav-3 .nav-top .nav-collapse-2,
.header .nav .nav-4 .nav-top .nav-collapse-2,
.header .nav .nav-5 .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .nav .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav .nav-3 .nav-top .nav-collapse-2 .btn-line,
.header .nav .nav-4 .nav-top .nav-collapse-2 .btn-line,
.header .nav .nav-5 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav .nav-2 .content,
.header .nav .nav-3 .content,
.header .nav .nav-4 .content,
.header .nav .nav-5 .content
{
    overflow: scroll;

    height: 85%;
    margin-top: 8%;
}
@media (max-width: 767px)
{
    .header .nav .nav-2 .content ul,
    .header .nav .nav-3 .content ul,
    .header .nav .nav-4 .content ul,
    .header .nav .nav-5 .content ul
    {
        padding: 0 15px;
    }
}
.header .nav .nav-2 .content ul li,
.header .nav .nav-3 .content ul li,
.header .nav .nav-4 .content ul li,
.header .nav .nav-5 .content ul li
{
    font-family: Arial, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 22px;
    line-height: 42px;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav .nav-2 .content ul li,
    .header .nav .nav-3 .content ul li,
    .header .nav .nav-4 .content ul li,
    .header .nav .nav-5 .content ul li
    {
        font-size: 18px;

        margin: 0;
    }
}
@media (max-height: 600px)
{
    .header .nav .nav-2 .content ul li,
    .header .nav .nav-3 .content ul li,
    .header .nav .nav-4 .content ul li,
    .header .nav .nav-5 .content ul li
    {
        line-height: 40px;
    }
}
.header .nav .nav-2 .content ul li.more,
.header .nav .nav-3 .content ul li.more,
.header .nav .nav-4 .content ul li.more,
.header .nav .nav-5 .content ul li.more
{
    position: relative;
}
.header .nav .nav-2 .content ul li.more:after,
.header .nav .nav-3 .content ul li.more:after,
.header .nav .nav-4 .content ul li.more:after,
.header .nav .nav-5 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.header .nav .nav-2 .content ul li a,
.header .nav .nav-3 .content ul li a,
.header .nav .nav-4 .content ul li a,
.header .nav .nav-5 .content ul li a
{
    display: block;
}
.header .nav .nav-2
{
    left: 100%;
}
.header .nav .nav-3
{
    left: 200%;
}
.header .nav .nav-4
{
    left: 300%;
}
.header .nav .nav-5
{
    left: 400%;
}
.header .fade-out .container
{
    overflow-y: scroll;

    max-height: 100%;
    padding: 0;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more:after
    {
        font-family: 'iconfont' !important;
        font-size: 25px;

        position: absolute;
        top: 50%;
        right: 0;

        margin-top: -18px;

        content: '\e72f';

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 20px;
        line-height: 40px;

        display: block;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 10px 0;
    }
}
@media (max-width: 1199px) and (max-height: 500px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 35px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 18px;
        line-height: 35px;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.search-wrap
{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    background-color: rgba(0, 0, 0, .97);
}
.search-wrap.active .search
{
    -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
}
.search-wrap .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 800px;
    max-width: 100%;
    margin: auto;
    padding: 0 15px;

    -webkit-transition: 1s;
            transition: 1s;
    -webkit-transform: translateY(-50%) scale(.2);
        -ms-transform: translateY(-50%) scale(.2);
            transform: translateY(-50%) scale(.2);

    border: none;
    border-radius: 0;
}
.search-wrap .search p
{
    margin-bottom: 50px;

    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
.search-wrap .search .input-text
{
    font-size: 20px;
    line-height: 40px;

    width: 100%;
    padding: 0 35px 5px 20px;

    text-align: center;

    color: #fff;
    border-bottom: 3px solid #1f1e1e;
    background: none;
}
@media (max-width: 767px)
{
    .search-wrap .search .input-text
    {
        padding-left: 5px;
    }
}
.search-wrap .search .input-submit
{
    line-height: 36px;

    position: absolute;
    right: 0;
    bottom: 10px;

    width: 50px;

    background: none;
}
.search-wrap .search .input-submit:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e660';

    color: #ccc;
}
.search-wrap .search-close
{
    position: absolute;
    top: 30px;
    right: 10%;

    cursor: pointer;
}
.search-wrap .search-close:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e61b';

    color: #fff;
}
.xs-language
{
    position: absolute;
    bottom: 30px;
    left: 35px;
}
@media (min-width: 1200px)
{
    .xs-language
    {
        display: none;
    }
}
.xs-language a
{
    font-size: 16px;

    color: #fff;
}
.xs-language a.active
{
    text-decoration: underline;
}
.xs-language span
{
    margin: 0 5px;

    color: #fff;
}
.slick-dots
{
    text-align: center;
}
.slick-dots li
{
    display: inline-block;

    width: 6px;
    height: 6px;
    margin: 0 3px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;

    border-radius: 6px;
    background: #fff;
}
.slick-dots li:hover
{
    background-color: #006742;
}
.slick-dots li.slick-active
{
    width: 30px;
}
.slick-dots li button
{
    display: none;
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;

    letter-spacing: -8px;
}
@media (max-width: 1199px)
{
    .banner .slick
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slick
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
.banner .item
{
    position: relative;
}
.banner .intro
{
    font-size: 14px;

    position: absolute;
    z-index: 11;
    top: 50%;
    left: 10%;

    width: 26%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    letter-spacing: 0;

    color: #fff;
}
@media (max-width: 1199px)
{
    .banner .intro
    {
        left: 15%;
    }
}
@media (max-width: 991px)
{
    .banner .intro
    {
        left: 18%;
    }
}
@media (max-width: 767px)
{
    .banner .intro
    {
        width: 30%;
    }
}
.banner .intro h2
{
    font-size: 50px;
    line-height: 1.4;

    margin: 0 0 30px 0;
}
@media (max-width: 1440px)
{
    .banner .intro h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1339px)
{
    .banner .intro h2
    {
        font-size: 36px;
    }
}
@media (max-width: 1199px)
{
    .banner .intro h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .banner .intro h2
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .banner .intro h2
    {
        font-size: 16px;

        margin-bottom: 10px;
    }
}
.banner .intro p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 1199px)
{
    .banner .intro p
    {
        font-size: 14px;
    }
}
@media (max-width: 991px)
{
    .banner .intro p
    {
        font-size: 12px;
    }
}
@media (max-width: 767px)
{
    .banner .intro p
    {
        font-size: 10px;
        line-height: 2.2;

        display: -webkit-box;
        overflow: hidden;

        height: 48px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.banner .intro a.more
{
    display: inline-block;

    margin-top: 120px;
    padding: 15px 50px;

    color: #fff;
    border-radius: 50px;
    background-color: #006742;
}
.banner .intro a.more:after
{
    font-family: 'iconfont' !important;

    margin-left: 15px;

    content: '\e72f';
}
@media (min-width: 1200px)
{
    .banner .intro a.more:hover
    {
        background-color: #17806e;
    }
}
@media (max-width: 1440px)
{
    .banner .intro a.more
    {
        margin-top: 100px;
    }
}
@media (max-width: 1339px)
{
    .banner .intro a.more
    {
        margin-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .banner .intro a.more
    {
        margin-top: 40px;
    }
}
@media (max-width: 991px)
{
    .banner .intro a.more
    {
        padding: 10px 30px;
    }
}
@media (max-width: 767px)
{
    .banner .intro a.more
    {
        font-size: 10px;

        margin-top: 15px;
        padding: 8px 20px;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 50px;
    left: 50%;

    padding: 0 20px;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: left !important;
}
@media only screen and (min-width: 1441px)
{
    .banner .slick-dots
    {
        width: 1440px;
    }
}
@media only screen and (min-width: 1340px) and (max-width: 1440px)
{
    .banner .slick-dots
    {
        width: 1310px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1339px)
{
    .banner .slick-dots
    {
        width: 1170px;
    }
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        bottom: 40px;

        width: 970px;
    }
}
@media (max-width: 991px)
{
    .banner .slick-dots
    {
        bottom: 30px;

        width: 750px;
    }
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 5%;

        width: auto;
    }
}
.banner .slick-dots li
{
    width: 10px;
    height: 10px;

    border: 1px solid #fff;
    background: none;
}
.banner .slick-dots .slick-active
{
    width: 10px;

    background-color: #fff;
}
.banner .slick-arrow
{
    position: absolute;
    z-index: 20;
    top: 50%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
    background: none;
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.banner .slick-arrow:hover
{
    color: #006742;
}
.banner .slick-prev
{
    left: 20px;
}
.banner .slick-prev:before
{
    content: '\e9b5';
}
.banner .slick-next
{
    right: 20px;
}
.banner .slick-next:before
{
    content: '\e72f';
}
.banner .img-box
{
    padding-bottom: 39.0625%;
}
.line-wrap
{
    position: absolute;
    top: 0;
    left: 50%;

    width: 100%;
    /*height: 100%;*/

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
@media (min-width: 768px)
{
    .line-wrap
    {
        width: 750px;
    }
}
@media (min-width: 992px)
{
    .line-wrap
    {
        width: 970px;
    }
}
@media (min-width: 1200px)
{
    .line-wrap
    {
        width: 1170px;
    }
}
@media (min-width: 1340px)
{
    .line-wrap
    {
        width: 1310px;
    }
}
@media (min-width: 1441px)
{
    .line-wrap
    {
        width: 1440px;
    }
}
.line-wrap .line
{
    position: absolute;
    top: 0;

    display: block;

    width: 1px;
    height: 100%;

    background-color: #f2f2f2;
}
@media (max-width: 767px)
{
    .line-wrap .line
    {
        opacity: .5;
    }
}
.line-wrap .line:nth-child(1)
{
    left: 0;
}
.line-wrap .line:nth-child(2)
{
    left: 25%;
}
.line-wrap .line:nth-child(3)
{
    left: 50%;
}
.line-wrap .line:nth-child(4)
{
    left: 75%;
}
.line-wrap .line:nth-child(5)
{
    left: 100%;
}
@media (max-width: 767px)
{
    .line-wrap .line:nth-child(2),
    .line-wrap .line:nth-child(4)
    {
        display: none;
    }
}
.wrapper
{
    position: relative;
}
.title
{
    color: #000;
}
.title .inline
{
    display: inline-block;
}
.title .num
{
    font-size: 48px;
    font-weight: 300;
    line-height: 1;
}
@media (max-width: 1199px)
{
    .title .num
    {
        font-size: 42px;
    }
}
@media (max-width: 991px)
{
    .title .num
    {
        font-size: 38px;
    }
}
@media (max-width: 767px)
{
    .title .num
    {
        font-size: 32px;
    }
}
.title b
{
    font-size: 40px;
    font-weight: 600;
    line-height: 1;

    display: block;

    margin-top: 3px;
}
@media (max-width: 1199px)
{
    .title b
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .title b
    {
        font-size: 34px;
    }
}
@media (max-width: 767px)
{
    .title b
    {
        font-size: 28px;

        margin-bottom: 5px;
    }
}
.title b + span
{
    font-weight: 300;
    line-height: 1.2;

    position: relative;

    display: block;

    text-align: right;
}
.title b + span:after
{
    position: absolute;
    top: 50%;
    left: 100%;

    display: block;

    width: 10px;
    height: 2px;
    margin-top: -1px;
    margin-left: 15px;

    content: '';

    background-color: #000;
}
@media (max-width: 767px)
{
    .title b + span
    {
        font-size: 13px;

        margin-top: 2px;
    }
}
.index-box
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    max-width: 100%;
    padding: 100px 0;
}
@media (max-width: 991px)
{
    .index-box
    {
        padding: 70px 0;
    }
}
@media (max-width: 767px)
{
    .index-box
    {
        padding: 50px 0;
    }
}
.index-box .slick-arrow
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-style: normal;
    line-height: 70px;

    position: absolute;
    z-index: 10;
    top: 50%;

    width: 30px;
    height: 70px;
    padding: 0;

    -webkit-transition: .4s;
            transition: .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
    background-color: rgba(0, 0, 0, .5);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-box .slick-arrow.slick-prev
{
    left: 0;
}
.index-box .slick-arrow.slick-prev:before
{
    content: '\e9b5';
}
.index-box .slick-arrow.slick-next
{
    right: 0;
}
.index-box .slick-arrow.slick-next:before
{
    content: '\e72f';
}
.index-box .slick-arrow:hover
{
    background-color: #006742;
}
.video-btn
{
    position: absolute;
    z-index: 10;
    bottom: 30px;
    left: 0;

    display: block;

    padding-left: 50px;

    color: #fff !important;
    border-radius: 0 50px 50px 0;
    background-color: #006742;
}
.video-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 50px;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 50px;
    height: 50px;

    content: '\ed5a';
    text-align: center;

    background-color: #17806e;
}
@media (max-width: 991px)
{
    .video-btn
    {
        padding-left: 40px;
    }
    .video-btn:before
    {
        font-size: 26px;
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px)
{
    .video-btn
    {
        padding-left: 37px;
    }
    .video-btn:before
    {
        font-size: 22px;
        line-height: 37px;

        width: 37px;
        height: 37px;
    }
}
.video-btn:hover span
{
    text-decoration: underline;
}
.video-btn span
{
    font-weight: 600;

    display: block;

    padding: 15px 40px;
}
@media (max-width: 991px)
{
    .video-btn span
    {
        padding: 10px 30px;
    }
}
@media (max-width: 767px)
{
    .video-btn span
    {
        font-size: 12px;

        padding: 10px 20px 10px 15px;
    }
}
.index-product
{
    position: relative;

    padding: 120px 0;
}
@media (max-width: 1199px)
{
    .index-product
    {
        padding: 90px 0;
    }
}
@media (max-width: 991px)
{
    .index-product
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .index-product
    {
        padding: 40px 0;
    }
}
.index-product:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 62.79069767%;

    content: '';

    background: url(../images/index-product-bg.jpg) center;
}
.index-product .pro-wrap
{
    position: relative;
}
.index-product .box
{
    position: relative;
    z-index: 2;

    zoom: 1;
}
.index-product .box:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (max-width: 767px)
{
    .index-product .video-btn
    {
        bottom: 10px;
    }
}
.index-product .pic-box
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    border-radius: 0 50px 0 0;
}
@media only screen and (min-width: 992px)
{
    .index-product .pic-box
    {
        float: right;

        width: 1185px;
        margin-right: 34.04255319%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1440px)
{
    .index-product .pic-box
    {
        width: 1000px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1339px)
{
    .index-product .pic-box
    {
        width: 900px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .index-product .pic-box
    {
        width: 850px;
    }
}
.index-product .pic-box .img-box
{
    padding-bottom: 52.32067511%;
}
.index-product .title
{
    margin-bottom: 50px;
}
@media (max-width: 1339px)
{
    .index-product .title
    {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 992px)
{
    .index-product .intro
    {
        position: absolute;
        right: 0;
        bottom: 0;

        width: 31.91489362%;
        padding-left: 25px;
    }
}
@media (max-width: 991px)
{
    .index-product .intro
    {
        margin-top: 35px;
    }
}
.index-product .intro > p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.index-product .intro .list
{
    overflow: hidden;

    margin-top: 40px;
}
@media (max-width: 1440px)
{
    .index-product .intro .list
    {
        margin-top: 20px;
    }
}
@media (max-width: 991px)
{
    .index-product .intro .list
    {
        width: 65%;
    }
}
@media (max-width: 767px)
{
    .index-product .intro .list
    {
        width: 320px;
        max-width: 100%;
    }
}
.index-product .intro .list li
{
    position: relative;

    float: left;

    width: 33.3333%;

    color: #fff;
}
.index-product .intro .list li:nth-child(1) .img-box
{
    border-radius: 50%;
    background-color: #55d4cf;
}
.index-product .intro .list li:nth-child(1) .img-box p:before
{
    content: '\e62e';
}
.index-product .intro .list li:nth-child(2) .img-box
{
    background-color: #f28361;
}
.index-product .intro .list li:nth-child(2) .img-box p:before
{
    content: '\e62c';
}
.index-product .intro .list li:nth-child(3) .img-box
{
    background-color: #fac064;
}
.index-product .intro .list li:nth-child(3) .img-box p:before
{
    content: '\e62f';
}
.index-product .intro .list li:nth-child(4) .img-box
{
    background-color: #55d45f;
}
.index-product .intro .list li:nth-child(4) .img-box p:before
{
    content: '\e612';
}
.index-product .intro .list li:nth-child(5) .img-box
{
    background-color: #5581d4;
}
.index-product .intro .list li:nth-child(5) .img-box p:before
{
    content: '\e7ab';
}
.index-product .intro .list li:nth-child(6) .img-box
{
    background-color: #c162f5;
}
.index-product .intro .list li:nth-child(6) .img-box p:before
{
    content: '\e625';
}
.index-product .intro .list .img-box
{
    -webkit-transition: .3s;
            transition: .3s;
}
@media (min-width: 1200px)
{
    .index-product .intro .list .img-box:hover
    {
        border-radius: 50%;
    }
    .index-product .intro .list .img-box:hover p:before
    {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
    .index-product .intro .list .img-box:hover p span
    {
        opacity: 1;
    }
}
.index-product .intro .list p
{
    position: absolute;
    top: 50%;

    display: block;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -webkit-transform: translate3d(0, -50%, 0);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            transform: translate3d(0, -50%, 0);
    text-align: center;
}
.index-product .intro .list p:before
{
    font-family: 'iconfont' !important;
    font-size: 41px;
    font-style: normal;

    display: block;

    -webkit-transition: .5s;
            transition: .5s;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1200px)
{
    .index-product .intro .list p:before
    {
        -webkit-transform: translateY(10px);
        -webkit-transform: translate3d(0, 10px, 0);
            -ms-transform: translateY(10px);
                transform: translateY(10px);
                transform: translate3d(0, 10px, 0);
    }
}
@media (max-width: 767px)
{
    .index-product .intro .list p:before
    {
        font-size: 35px;
    }
}
.index-product .intro .list p span
{
    -webkit-transition: .7s;
            transition: .7s;
}
@media only screen and (min-width: 1200px)
{
    .index-product .intro .list p span
    {
        opacity: 0;
    }
}
.index-num
{
    position: relative;
    z-index: 5;
    z-index: 2;

    overflow: hidden;

    width: 100%;
    padding: 70px 0;

    color: #fff;
    background: url(../images/index-num-bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .index-num
    {
        padding: 55px 0;
    }
}
@media (max-width: 767px)
{
    .index-num
    {
        padding: 35px 0;
    }
}
.index-num ul
{
    font-size: 0;

    margin: 0 -20px;

    letter-spacing: -8px;
}
@media (max-width: 1199px)
{
    .index-num ul
    {
        margin: 0 -30px;
    }
}
@media (max-width: 767px)
{
    .index-num ul
    {
        margin: 0;
    }
}
.index-num ul li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    padding: 0 110px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 1199px)
{
    .index-num ul li
    {
        padding: 0 60px;
    }
}
@media only screen and (min-width: 768px)
{
    .index-num ul li
    {
        width: 25%;
    }
}
@media (max-width: 767px)
{
    .index-num ul li
    {
        width: 50%;
        margin: 15px 0;
        padding: 0 10px;
    }
}
.index-num ul li:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 100px;
    height: 2px;
    margin-top: -1px;
    margin-left: -50px;

    content: '';

    background-color: rgba(255, 255, 255, .1);
}
@media (max-width: 1199px)
{
    .index-num ul li:before
    {
        width: 60px;
        margin-left: -30px;
    }
}
@media (max-width: 991px)
{
    .index-num ul li:before
    {
        display: none;
    }
}
.index-num ul li .timer
{
    font-family: 'Montserrat';
    font-weight: 600;

    position: relative;

    white-space: nowrap;
}
.index-num ul li .timer:after
{
    font-size: 14px;
    font-weight: normal;

    display: inline-block;

    margin-left: 5px;

    vertical-align: text-top;
}
.index-num ul li:nth-child(1):before
{
    display: none;
}
.index-num ul li:nth-child(1) .timer:after
{
    content: '+';
}
.index-num ul li:nth-child(2) .timer:after
{
    font-size: 16px;

    content: '个';
}
.index-num ul li:nth-child(3) .timer:after
{
    content: '吨';
}
.index-num ul li:nth-child(4) .timer:after
{
    content: '㎡';
}
.index-num ul li .number
{
    font-size: 40px;
}
@media (max-width: 1199px)
{
    .index-num ul li .number
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .index-num ul li .number
    {
        font-size: 28px;
    }
}
.index-num ul li p
{
    margin: 0;
}
.index-about .pic-box
{
    position: relative;

    padding: 0 50px 50px 0;
}
@media only screen and (min-width: 992px)
{
    .index-about .pic-box
    {
        float: right;

        width: 69.5035461%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .index-about .pic-box
    {
        padding: 0 25px 25px 0;
    }
}
@media (max-width: 991px)
{
    .index-about .pic-box
    {
        padding: 0 15px 15px 0;
    }
}
@media (max-width: 767px)
{
    .index-about .pic-box
    {
        padding: 0 10px 10px 0;
    }
}
.index-about .pic-box:after
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 60%;
    height: 67.69230769%;

    content: '';

    background-color: #e5e4e2;
}
.index-about .pic-box .img-box
{
    z-index: 2;

    padding-bottom: 64.51612903%;

    border-radius: 50px 0 0 0;
}
.index-about .pic-box .video-btn
{
    right: 30px;
    bottom: 80px;
    left: auto;

    color: #fff;
}
@media (max-width: 991px)
{
    .index-about .pic-box .video-btn
    {
        bottom: 40px;
    }
}
@media (max-width: 767px)
{
    .index-about .pic-box .video-btn
    {
        right: 15px;
        bottom: 20px;
    }
}
@media only screen and (min-width: 992px)
{
    .index-about .intro
    {
        float: left;

        width: 27.65957447%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 991px)
{
    .index-about .intro
    {
        width: 36%;
    }
}
@media (max-width: 991px)
{
    .index-about .intro
    {
        margin-bottom: 35px;
    }
}
.index-about .intro .title
{
    margin: 70px 0 25px;
}
@media (max-width: 1199px)
{
    .index-about .intro .title
    {
        margin: 10px 0 15px;
    }
}
.index-about .intro > b
{
    font-size: 18px;

    display: block;

    margin-bottom: 35px;
}
@media (max-width: 991px)
{
    .index-about .intro > b
    {
        margin-bottom: 20px;
    }
}
.index-about .intro > p
{
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.index-about .intro .more
{
    font-weight: 300;
    line-height: 50px;

    display: block;

    width: 180px;
    height: 50px;
    margin-top: 100px;

    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;

    color: #fff;
    border-radius: 50px;
    background-color: #006742;
}
.index-about .intro .more:after
{
    font-family: 'iconfont' !important;
    font-weight: normal;

    display: inline-block;

    margin-left: 15px;

    content: '\e610';
    -webkit-transition: .3s;
            transition: .3s;
}
.index-about .intro .more:hover
{
    background-color: #17806e;
}
.index-about .intro .more:hover:after
{
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}
@media (max-width: 1199px)
{
    .index-about .intro .more
    {
        margin-top: 60px;
    }
}
@media (max-width: 991px)
{
    .index-about .intro .more
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .index-about .intro .more
    {
        font-size: 12px;
        line-height: 40px;

        width: 140px;
        height: 40px;
    }
}
.index-process
{
    padding: 0;
}
.index-process .slick-process
{
    font-size: 0;

    overflow: hidden;

    letter-spacing: -8px;
}
@media (max-width: 1199px)
{
    .index-process .slick-process
    {
        margin-top: -25px;
        padding: 0 10px;
    }
}
.index-process .slick-process .slick-dots
{
    margin-top: 15px;
}
.index-process .slick-process .slick-dots li
{
    border: 1px solid #006742;
}
.index-process .slick-process .slick-dots .slick-active
{
    background-color: #006742;
}
.index-process .slick-process .item-box
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
    letter-spacing: 0;
}
@media (min-width: 1200px)
{
    .index-process .slick-process .item-box
    {
        width: 25%;
    }
}
@media (max-width: 1199px)
{
    .index-process .slick-process .item-box
    {
        margin-top: 25px;
        padding: 0 10px;
    }
}
.index-process .slick-process .item
{
    position: relative;

    overflow: hidden;
}
@media (min-width: 1200px)
{
    .index-process .slick-process .item:hover .img-box:before
    {
        background-color: rgba(29, 163, 141, .9);
    }
    .index-process .slick-process .item:hover .intro
    {
        -webkit-transform: translateY(0);
        -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translateY(0);
                transform: translateY(0);
                transform: translate3d(0, 0, 0);

        opacity: 1;
    }
}
.index-process .slick-process .img-box
{
    padding-bottom: 72.91666667%;
}
.index-process .slick-process .img-box:before
{
    position: absolute;
    z-index: 12;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: .2s;
            transition: .2s;
    -webkit-transform: translateZ(10px);
            transform: translateZ(10px);

    background-color: rgba(0, 0, 0, .5);
}
@media (max-width: 1199px)
{
    .index-process .slick-process .img-box:before
    {
        background-color: rgba(0, 0, 0, .2);
    }
}
@media (min-width: 1200px)
{
    .index-process .slick-process .intro
    {
        position: absolute;
        z-index: 13;
        bottom: 42%;
        left: 0;

        padding:0;

        -webkit-transition: .3s;
                transition: .3s;
        -webkit-transform: translateY(50%);
        -webkit-transform: translate3d(0, 50%, 0);
            -ms-transform: translateY(50%);
                transform: translateY(50%);
                transform: translate3d(0, 50%, 0);

        opacity: 0;
        color: #fff;
        display: flex;
        justify-content: center;
        width: 100%;
    }
}
@media (min-width: 1200px) and (max-width: 1440px)
{
    .index-process .slick-process .intro
    {
        padding: 0 5% 8%;
    }
}
@media (max-width: 1199px)
{
    .index-process .slick-process .intro
    {
        margin-top: 10px;
    }
}
.index-process .slick-process .intro .process-title
{
    font-size: 20px;

    margin-bottom: 10px;
}
@media (max-width: 1440px)
{
    .index-process .slick-process .intro .process-title
    {
        font-size: 18px;

        margin-bottom: 5px;
    }
}
@media (max-width: 1339px)
{
    .index-process .slick-process .intro .process-title
    {
        font-size: 16px;
    }
}
.index-process .slick-process .intro .process-title span
{
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 300;
}
@media (max-width: 1440px)
{
    .index-process .slick-process .intro .process-title span
    {
        font-size: 34px;
    }
}
@media (max-width: 1339px)
{
    .index-process .slick-process .intro .process-title span
    {
        font-size: 30px;
    }
}
.index-process .slick-process .intro .process-title span:after
{
    display: inline-block;

    width: 2px;
    height: 10px;
    margin: 0 10px;

    content: '';
    -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
            transform: rotate(15deg);

    background-color: #fff;
}
.index-process .slick-process .intro p
{
    line-height: 1.71428571;

    margin: 0;
}
@media (max-width: 1199px)
{
    .index-process .slick-process .intro p
    {
        color: #666;
    }
}
.index-hot .title p
{
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
@media only screen and (min-width: 768px)
{
    .index-hot .title .inline
    {
        margin-right: 80px;
    }
    .index-hot .title p
    {
        display: inline-block;

        width: 400px;

        vertical-align: bottom;
    }
}
@media (max-width: 767px)
{
    .index-hot .title .inline
    {
        margin-bottom: 10px;
    }
}
.index-hot .slick-arrow
{
    margin-top: -20px;
}
@media (min-width: 1600px)
{
    .index-hot .slick-arrow
    {
        line-height: 50px;

        width: 50px;
        height: 50px;

        text-align: center;

        border-radius: 50%;
    }
    .index-hot .slick-arrow.slick-prev
    {
        left: -80px;
    }
    .index-hot .slick-arrow.slick-next
    {
        right: -80px;
    }
}
.index-hot .slick-dots
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .index-hot .slick-dots
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .index-hot .slick-dots
    {
        margin-top: 15px;
    }
}
.index-hot .slick-dots li
{
    background-color: #666;
}
.index-hot .slick-dots .slick-active
{
    width: 24px;

    background-color: #006742;
}
.index-hot .slick-hot
{
    margin: 50px 0 0;
}
@media (min-width: 1200px)
{
    .index-hot .slick-hot
    {
        padding-right: 12px;
    }
}
@media (max-width: 991px)
{
    .index-hot .slick-hot
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .index-hot .slick-hot
    {
        margin-top: 30px;
    }
}
.index-hot .slick-hot .slick-list
{
    margin: 0 -7px;
}
.index-hot .product-list .item-box
{
    padding: 0 6px;
}
.index-hot .product-list .item
{
    border-color: #ececec;
}
.index-hot .product-list .item p
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-partner
{
    padding: 0;

    border-top: 1px solid #ececec;
    background-color: #fff;
}
.index-partner .img-box
{
    padding-bottom: 47.61904762%;
}
.index-partner .slick-list
{
    padding: 0 17px;
}
@media (max-width: 480px)
{
    .index-partner .slick-list
    {
        padding: 0 5px;
    }
}
.index-partner .item-box
{
    padding: 30px 10px;
}
@media (max-width: 480px)
{
    .index-partner .item-box
    {
        padding: 25px 0;
    }
}
.index-partner .item
{
    overflow: hidden;

    -webkit-transition: .3s;
            transition: .3s;
    position: relative;
    z-index: 2;
    border-radius: 100px;
}
@media (min-width: 1200px)
{
    .index-partner .item img
    {
        -webkit-filter: grayscale(100%);
           -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
             -o-filter: grayscale(100%);
                filter: grayscale(100%);
        -webkit-filter: gray;
                filter: gray;
    }
    .index-partner .item:hover
    {
        box-shadow: 0 0 22px 6px rgba(0, 0, 0, .05);
    }
    .index-partner .item:hover img
    {
        -webkit-filter: grayscale(0);
                filter: grayscale(0);
        -webkit-filter: none;
                filter: none;
    }
}
.index-partner .slick-arrow
{
    font-size: 18px;

    color: #333;
    background: none;
}
.index-partner .slick-arrow:hover
{
    color: #006742;
    background: none;
}
.index-partner .slick-arrow.slick-prev
{
    left: -15px;
}
.index-partner .slick-arrow.slick-next
{
    right: -15px;
}
.public-banner
{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 98px;
}
.public-banner img
{
    width: 100%;
}
@media (max-width: 1199px)
{
    .public-banner img
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 991px)
{
    .public-banner img
    {
        width: 180%;
        max-width: 180%;
        margin-left: -40%;
    }
    .wx {
        margin-top: 15px !important;
    }
    .wx li {
        margin-right: 15px !important;
        padding-left: 0px !important;
    }
}
@media (max-width: 767px)
{
    .public-banner img
    {
        width: 220%;
        max-width: 220%;
        margin-left: -60%;
    }
}
.inside-page
{
    position: relative;
}
.inside-page .bread-nav
{
    position: relative;
    z-index: 2;

    padding: 20px 0;

    background-color: #f1f1f1;
}
@media (max-width: 767px)
{
    .inside-page .bread-nav
    {
        display: none;
    }
    .inside-page
    {
        background-color: #ffffff;
    }
}
.inside-page .breadcrumb
{
    margin: 0;
    padding: 0;

    color: #666;
    background: none;
}
.inside-page .breadcrumb li
{
    text-transform: capitalize;
}
.inside-page .breadcrumb li:first-child:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    display: inline-block;

    margin-top: -2px;
    margin-right: 25px;

    content: '\e62a';
    vertical-align: middle;

    color: #006742;
}
.inside-page .breadcrumb li a:hover
{
    text-decoration: underline;

    color: #006742;
}
.inside-page .breadcrumb > li + li:before
{
    display: inline-block;

    width: 1px;
    height: 8px;
    margin: -2px 28px 0;
    padding: 0;

    content: '';
    -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
            transform: rotate(15deg);
    vertical-align: middle;

    background-color: #bbb;
}
@media (max-width: 1440px)
{
    .inside-page .list-l
    {
        width: 30%;
    }
}
@media (max-width: 991px)
{
    .inside-page .list-l
    {
        display: none;
    }
}
.inside-page .list-l .menu-wrap
{
    position: relative;
    z-index: 20;
}
.inside-page .list-l .menu
{
    position: relative;
    z-index: 10;
}
.inside-page .list-l .menu .menu1 > li
{
    border-bottom: 1px solid #fff;
}
.inside-page .list-l .menu .menu1 > li:hover > a,
.inside-page .list-l .menu .menu1 > li.active.more > a
{
    color: #fff;
    background-color: #006742;
}
.inside-page .list-l .menu .menu1 > li > a
{
    font-size: 16px;

    position: relative;

    display: block;

    padding: 19px 20px;

    -webkit-transition: .3s;
            transition: .3s;

    background-color: #f4f4f4;
}
.inside-page .list-l .menu .menu2
{
    display: none;

    margin-bottom: 10px;
}
.inside-page .list-l .menu .menu2 > li
{
    position: relative;

    padding: 3px 0;

    cursor: pointer;

    background-color: #f4f4f4;
}
.inside-page .list-l .menu .menu2 > li.active > a span,
.inside-page .list-l .menu .menu2 > li:hover > a span
{
    color: #006742;
}
.inside-page .list-l .menu .menu2 > li.active > a:before,
.inside-page .list-l .menu .menu2 > li:hover > a:before
{
    color: #006742;
}
.inside-page .list-l .menu .menu2 > li:hover
{
    color: #006742;
    border-bottom-color: #006742;
}
.inside-page .list-l .menu .active
{
    display: block;
    color: #ffffff;
    background-color:#006742 !important;
}
.inside-page .list-l .menu .menu2 > li > a
{
    position: relative;

    display: block;

    padding: 11px 20px;

    -webkit-transition: .3s;
            transition: .3s;

    color: #666;
}
.inside-page .list-l .menu .menu2 > li > a span
{
    position: relative;

    display: block;

    padding-left: 10px;

    -webkit-transition: .3s;
            transition: .3s;
}
.inside-page .list-l .menu .menu2 > li > a span:before
{
    position: absolute;
    top: 50%;
    left: 0;

    content: '·';
    -webkit-transform: translateY(-55%);
        -ms-transform: translateY(-55%);
            transform: translateY(-55%);
}
.inside-page .list-l .menu .menu3
{
    z-index: 20;

    display: none;

    border-top: 1px solid #fff;
}
.inside-page .list-l .menu .menu3 > li
{
    line-height: 2.14285714;

    border-bottom: 1px solid #fff;
}
.inside-page .list-l .menu .menu3 > li.active > a,
.inside-page .list-l .menu .menu3 > li > a:hover,
.inside-page .list-l .menu .menu3 > li.active > a:after,
.inside-page .list-l .menu .menu3 > li > a:hover:after
{
    color: #006742;
}
.inside-page .list-l .menu .menu3 > li > a
{
    position: relative;

    display: block;

    padding: 5px 40px 5px 30px;

    -webkit-transition: .3s;
            transition: .3s;
    white-space: nowrap;

    color: #666;
}
.inside-page .list-l .menu .menu3 > li > a:after
{
    font-family: 'iconfont' !important;
    font-size: 12px;

    position: absolute;
    top: 50%;
    right: 25px;

    display: inline-block;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #bbb;
}
@media only screen and (min-width: 992px) and (max-width: 1440px)
{
    .inside-page .content-r
    {
        width: 70%;
    }
}
.inside-page .content
{
    position: relative;
    z-index: 2;

    padding: 50px 0;
}
.inside-page .content img
{
    max-width:100%;
}
@media (max-width: 991px)
{
    .inside-page .content
    {
        padding: 55px 0 60px 0;
    }
}
@media (max-width: 767px)
{
    .inside-page .content
    {
        padding: 10px 0 45px 0;
    }
    .public-banner
    {
        padding-top: 80px;
    }
}
.news-wrap .list li
{
    margin-bottom: 50px;
}
@media (max-width: 991px)
{
    .news-wrap .list li
    {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px)
{
    .news-wrap .list li
    {
        margin-bottom: 30px;
    }
}
.news-wrap .list .img-box
{
    padding-bottom: 71.11111111%;
}
.news-wrap .list .item
{
    display: block;
}
@media (min-width: 992px)
{
    .news-wrap .list .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .news-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .news-wrap .list .item:hover .intro:after
    {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px);

        color: #006742;
    }
    .news-wrap .list .item:hover b
    {
        color: #006742;
    }
}
.news-wrap .list .intro
{
    position: relative;

    padding-top: 25px;
}
@media only screen and (min-width: 768px)
{
    .news-wrap .list .intro
    {
        padding-right: 100px;
    }
    .news-wrap .list .intro:after
    {
        font-family: 'iconfont' !important;
        font-size: 18px;

        position: absolute;
        top: 25px;
        right: 30px;

        display: block;

        content: '\e610';
        -webkit-transition: .5s;
                transition: .5s;

        color: #bbb;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .news-wrap .list .intro
    {
        padding-right: 60px;
    }
    .news-wrap .list .intro:after
    {
        right: 15px;
    }
}
@media (max-width: 767px)
{
    .news-wrap .list .intro
    {
        padding-top: 15px;
    }
}
.news-wrap .list .intro b
{
    font-size: 18px;
    font-weight: normal;

    display: block;
    overflow: hidden;

    height: 26px;
    margin-bottom: 10px;

    -webkit-transition: .3s;
            transition: .3s;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 767px)
{
    .news-wrap .list .intro b
    {
        font-size: 17px;

        height: 26px;
        margin-bottom: 5px;
    }
}
.news-wrap .list .intro p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    height: 48px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-details-wrap h1
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;

    margin-top: 0;
}
@media (max-width: 767px)
{
    .news-details-wrap h1
    {
        font-size: 18px;
    }
}
.news-details-wrap .date
{
    color: #999;
}
.news-details-wrap .intro
{
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 70px;

    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
@media (max-width: 991px)
{
    .news-details-wrap .intro
    {
        padding-bottom: 60px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .intro
    {
        padding-top: 25px;
        padding-bottom: 45px;
    }
}
.news-details-wrap .intro p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.news-details-wrap .intro img
{
    /*display: block;*/

    max-width: 100%;
    margin: 25px 0;
}
@media (max-width: 767px)
{
    .news-details-wrap .intro img
    {
        margin: 15px 0;
    }
}
.news-details-wrap .table-box table
{
    border: 1px solid #ececec;
    background-color: #fff;
}
@media (min-width: 1200px)
{
    .news-details-wrap .table-box table
    {
        width: 1060px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .table-box table
    {
        width: 500px;
    }
}
.news-details-wrap .table-box tr,
.news-details-wrap .table-box td,
.news-details-wrap .table-box th
{
    /*border: none !important;*/
}
.news-details-wrap .table-box td,
.news-details-wrap .table-box th
{
    padding: 19px 30px !important;
}
@media (max-width: 991px)
{
    .news-details-wrap .table-box td,
    .news-details-wrap .table-box th
    {
        padding: 15px 25px !important;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .table-box td,
    .news-details-wrap .table-box th
    {
        padding: 10px 15px !important;
    }
}
.news-details-wrap .table-box th
{
    color: #333;
    background-color: #f4f4f4;
}
@media (max-width: 767px)
{
    .news-details-wrap .table-box th
    {
        padding: 15px !important;
    }
}
.news-details-wrap .news-page
{
    padding-top: 30px;
}
.news-details-wrap .news-page a
{
    display: block;
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #999;
}
.news-details-wrap .news-page a span
{
    color: #666;
}
.news-details-wrap .news-page a:hover span
{
    text-decoration: underline;

    color: #006742;
}
.product-list
{
    margin: 0 -6px;
}
.product-list > li
{
    margin-bottom: 20px;
    padding: 0 6px;
}
@media (min-width: 1200px) and (max-width: 1339px)
{
    .product-list > li
    {
        width: 33.3333%;
    }
}
@media (max-width: 480px)
{
    .product-list > li
    {
        width: 100%;
        margin-bottom: 10px;
        padding: 0 5px;
    }
}
.product-list .item
{
    position: relative;

    display: block;
    overflow: hidden;

    border: 1px solid #ddd;
}
@media (min-width: 992px)
{
    .product-list .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .product-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media only screen and (min-width: 992px)
{
    .product-list .item:hover p
    {
        color: #006742;
    }
}
.product-list p
{
    position: absolute;
    z-index: 10;
    bottom: 18px;
    left: 0;

    display: -webkit-box;
    overflow: hidden;

    width: 100%;
    height: auto;
    max-height: 40px;
    margin: 0;
    padding: 0 5%;

    text-align: center;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .product-list p
    {
        bottom: 4%;
    }
}
.product-wrap
{
    overflow: hidden;
}
@media (min-width: 1200px)
{
    .product-wrap .content-r
    {
        margin-left: -7px;
    }
}
@media (min-width: 1200px)
{
    .product-wrap .product-list
    {
        padding-right: 5px;
    }
}
.product-wrap .page
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .product-wrap .page
    {
        margin-top: 15px;
    }
}
@media (max-width: 767px)
{
    .product-wrap .page
    {
        margin-top: 15px;
    }
}
.about-wrap .intro-wrap .content
{
    zoom: 1;
}
.about-wrap .intro-wrap .content:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media only screen and (min-width: 768px)
{
    .about-wrap .intro-wrap .pic-box
    {
        float: right;
        width: 49.957447%;
        margin-left: 30px;
    }
}
@media (max-width: 767px)
{
    .about-wrap .intro-wrap .pic-box
    {
        margin-bottom: 25px;
    }
}
.about-wrap .intro-wrap .pic-box .img-box
{
    padding-bottom: 59.13978495%;
}
.about-wrap .intro-wrap .pic-box .img-box:before
{
    position: absolute;
    z-index: 12;
    top: 0;
    left: 0;

    display: block;

    width: 10px;
    height: 100%;

    content: '';

    background-color: #006742;
}
.about-wrap .intro-wrap .title
{
    margin-bottom: 20px;
}
.about-wrap .intro-wrap h1
{
    font-size: 18px;
    font-weight: bold;

    margin: 0 0 15px;
}
.about-wrap .intro-wrap p
{
    line-height: 1.5;
    margin: 0;
    color: #666;
    text-align: justify;
    font-size: 14px;
}
.about-wrap .factory-wrap
{
    background-color: #f4f4f4;
}
@media (min-width: 767px)
{
    .about-wrap .factory-wrap .content
    {
        padding-bottom: 45px;
    }
}
.about-wrap .slick-factory
{
    margin-top: 25px;
}
@media (max-width: 767px)
{
    .about-wrap .slick-factory
    {
        margin-top: 15px;
    }
}
.about-wrap .slick-factory .slick-list
{
    margin: 0 -15px;
}
@media (max-width: 991px)
{
    .about-wrap .slick-factory .slick-list
    {
        margin: 0 -10px;
    }
}
@media (max-width: 767px)
{
    .about-wrap .slick-factory .slick-list
    {
        margin: 0 -5px;
    }
}
.about-wrap .slick-factory .img-box
{
    padding-bottom: 154.666667%;
}
.about-wrap .slick-factory .item
{
    padding: 15px;
}
@media (max-width: 991px)
{
    .about-wrap .slick-factory .item
    {
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .about-wrap .slick-factory .item
    {
        padding: 5px;
    }
}
.about-wrap .slick-factory .slick-dots
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .about-wrap .slick-factory .slick-dots
    {
        margin-top: 10px;
    }
}
.about-wrap .slick-factory .slick-dots li
{
    width: 10px;
    height: 10px;

    border: 1px solid #006742;
    background: none;
}
.about-wrap .slick-factory .slick-dots .slick-active
{
    width: 10px;

    background-color: #006742;
}
@media (max-width: 480px)
{
    .equipment-wrap .list
    {
        margin: 0 -5px;
    }
}
.equipment-wrap .list .img-box
{
    padding-bottom: 66.66666667%;
}
.equipment-wrap .list li
{
    margin-bottom: 30px;
}
@media (max-width: 767px)
{
    .equipment-wrap .list li
    {
        margin-bottom: 20px;
    }
}
@media (max-width: 480px)
{
    .equipment-wrap .list li
    {
        margin-bottom: 15px;
        padding: 0 5px;
    }
}
.equipment-wrap .list .item
{
    display: block;
    overflow: hidden;

    background-color: #f4f4f4;
}
@media (min-width: 992px)
{
    .equipment-wrap .list .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .equipment-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media only screen and (min-width: 992px)
{
    .equipment-wrap .list .item:hover p
    {
        color: #006742;
    }
}
.equipment-wrap .list .item p
{
    overflow: hidden;

    height: 20px;
    margin: 20px 0;
    padding: 0 20px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
}
@media (max-width: 1199px)
{
    .equipment-wrap .list .item p
    {
        margin: 15px 0;
        padding: 0 15px;
    }
}
@media (max-width: 480px)
{
    .equipment-wrap .list .item p
    {
        font-size: 13px;

        height: 18px;
    }
}
.equipment-wrap .page
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .equipment-wrap .page
    {
        margin-top: 0;
    }
}
@media (max-width: 767px)
{
    .equipment-wrap .page
    {
        margin-top: 15px;
    }
}
@media (max-width: 480px)
{
    .honor-wrap .list
    {
        margin: 0 -5px;
    }
}
.honor-wrap .list .img-box
{
    padding-bottom: 141.37931034%;
}
.honor-wrap .list li
{
    margin-bottom: 30px;
}
@media (max-width: 767px)
{
    .honor-wrap .list li
    {
        margin-bottom: 20px;
    }
}
@media (max-width: 480px)
{
    .honor-wrap .list li
    {
        margin-bottom: 10px;
        padding: 0 5px;
    }
}
.honor-wrap .list .item
{
    display: block;

    padding: 20px 20px 15px;

    background-color: #f4f4f4;
}
@media (max-width: 991px)
{
    .honor-wrap .list .item
    {
        padding: 10px;
    }
}
@media (min-width: 992px)
{
    .honor-wrap .list .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .honor-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media only screen and (min-width: 992px)
{
    .honor-wrap .list .item:hover p
    {
        color: #006742;
    }
}
.honor-wrap .list .item p
{
    overflow: hidden;
    height: 20px;
    margin: 14px 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    font-size: 14px;
    text-align: center;
}
@media (max-width: 991px)
{
    .honor-wrap .list .item p
    {
        margin-top: 9px;
    }
}
@media (max-width: 480px)
{
    .honor-wrap .list .item p
    {
        font-size: 13px;

        height: 18px;
    }
}
.honor-wrap .page
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .honor-wrap .page
    {
        margin-top: 0;
    }
}
@media (max-width: 767px)
{
    .honor-wrap .page
    {
        margin-top: 20px;
    }
}
.contact-wrap
{
    position: relative;
}
.contact-wrap .contact-list
{
    overflow: hidden;
}
.contact-wrap .info h3
{
    font-size: 20px;

    margin: 0 0 20px;
}
.contact-wrap .info li
{
    line-height: 2;
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #666;
    font-size: 16px;
    text-align: justify;
}
@media (max-width: 767px)
{
    .contact-wrap .info li:nth-child(3n)
    {
        
    }
}
.contact-wrap .info li:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    position: absolute;
    top: -3px;
    left: 0;

    display: inline-block;

    text-align: center;
    vertical-align: middle;

    color: #006742;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-wrap .info li.mobile:before
{
    content: '\e61c';
}
.contact-wrap .info li.fax:before
{
    content: '\e61c';
}
.contact-wrap .info li.mail:before
{
    content: '\e6a4';
}
.contact-wrap .info li.address:before
{
    content: '\e63e';
}
.contact-wrap .info li.factory:before
{
    content: '\e634';
}
.contact-wrap .info li.zip-code:before
{
    content: '\e623';
}
.contact-wrap .info a:hover
{
    text-decoration: underline;

    color: #006742;
}
.contact-wrap .message form
{
    padding: 40px 30px 50px;

    background-color: #f4f4f4;
}
@media (max-width: 991px)
{
    .contact-wrap .message form
    {
        margin-top: 35px;
        padding: 30px;
        clear: both;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .message form
    {
        padding: 25px 15px;
    }
}
.contact-wrap .message form p
{
    font-size: 16px;
    line-height: 1.875;

    margin-bottom: 25px;
}
@media (max-width: 767px)
{
    .contact-wrap .message form p
    {
        font-size: 14px;
        text-align: justify;
    }
}
.contact-wrap .message form .row
{
    margin: 0 -10px;
}
.contact-wrap .message form .row li
{
    padding: 0 10px;
}
.contact-wrap .message form input::-webkit-input-placeholder,
.contact-wrap .message form textarea::-webkit-input-placeholder
{
    color: #999;
}
.contact-wrap .message form input:-o-placeholder,
.contact-wrap .message form textarea:-o-placeholder
{
    color: #999;
}
.contact-wrap .message form input::-moz-placeholder,
.contact-wrap .message form textarea::-moz-placeholder
{
    color: #999;
}
.contact-wrap .message form input:-ms-input-placeholder,
.contact-wrap .message form textarea:-ms-input-placeholder
{
    color: #999;
}
.contact-wrap .message form input:focus::-webkit-input-placeholder,
.contact-wrap .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.contact-wrap .message form input:focus::-o-placeholder,
.contact-wrap .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.contact-wrap .message form input:focus::-moz-placeholder,
.contact-wrap .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.contact-wrap .message form input:focus::-ms-input-placeholder,
.contact-wrap .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.contact-wrap .message form input,
.contact-wrap .message form textarea
{
    display: block;

    width: 100%;
    margin-bottom: 20px;
    padding: 15px 20px;

    color: #999;
}
.contact-wrap .message form textarea
{
    height: 120px;
}
.contact-wrap .message form .submit
{
    font-size: 18px;

    position: relative;

    margin-top: 10px;
    padding: 12px 72px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;

    color: #fff;
    background-color: #006742;
}
.contact-wrap .message form .submit:hover
{
    background-color: #17806e;
}
@media only screen and (min-width: 992px)
{
    .contact-wrap .map
    {
        position: relative;

        height: 560px;
        margin-top: 100px;
    }
    .contact-wrap .map .dituContent
    {
        position: absolute;
        top: 0;
        left: 0;

        display: block;

        width: 100%;
        height: 100%;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .map
    {
        margin-top: 45px;
    }
    .contact-wrap .map .dituContent
    {
        height: 400px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .map .dituContent
    {
        height: 280px;
    }
}
.join-wrap .content p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.join-wrap .intro li
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .join-wrap .intro li
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .join-wrap .intro li
    {
        margin-top: 30px;
    }
}
.join-wrap .intro li b
{
    font-size: 15px;
    line-height: 1.6;

    display: block;
}
.join-wrap .intro li p
{
    margin: 15px 0 0;

    text-indent: 2em;
}
.join-wrap .join-contact
{
    margin-top: 60px;
    padding-top: 60px;

    border-top: 1px solid #ececec;
}
@media (max-width: 991px)
{
    .join-wrap .join-contact
    {
        margin-top: 50px;
        padding-top: 50px;
    }
}
@media (max-width: 767px)
{
    .join-wrap .join-contact
    {
        margin-top: 40px;
        padding-top: 40px;
    }
}
.join-wrap .join-contact b
{
    font-size: 15px;
}
@media (max-width: 767px)
{
    .join-wrap .join-contact b
    {
        display: block;

        margin-bottom: 20px;
    }
}
.join-wrap .join-contact p
{
    margin: 25px 0 0;
}
@media (max-width: 767px)
{
    .join-wrap .join-contact p
    {
        margin-top: 10px;
    }
}
.join-wrap .join-contact p a:hover
{
    text-decoration: underline;

    color: #006742;
}
.join-wrap .join-contact .tips
{
    font-size: 16px;
    font-weight: bold;

    display: block;

    margin-bottom: 25px;

    color: #006742;
}
@media only screen and (min-width: 992px)
{
    .advantage-wrap .intro
    {
        padding-top: 10px;
    }
}
.advantage-wrap .intro .pic-box img
{
    display: block !important;

    width: 100%;
}
.advantage-wrap .intro ul
{
    font-size: 15px;
}
@media (max-width: 991px)
{
    .advantage-wrap .intro ul
    {
        padding-top: 10px;
    }
}
.advantage-wrap .intro ul li
{
    margin-top: 35px;
}
@media only screen and (min-width: 992px)
{
    .advantage-wrap .intro ul li:first-child
    {
        margin-top: 0;
    }
}
@media (max-width: 991px)
{
    .advantage-wrap .intro ul li
    {
        margin-top: 25px;
    }
}
@media (max-width: 767px)
{
    .advantage-wrap .intro ul li
    {
        margin-top: 20px;
    }
}
.advantage-wrap .intro ul b
{
    line-height: 1.6;

    display: block;
}
.advantage-wrap .intro ul p
{
    line-height: 2;

    margin: 0;

    color: #666;
}
.culture-wrap .intro ul li
{
    margin-top: 65px;
}
@media (max-width: 1339px)
{
    .culture-wrap .intro ul li
    {
        margin-top: 35px;
    }
}
@media (max-width: 1199px)
{
    .culture-wrap .intro ul li
    {
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .culture-wrap .intro ul li
    {
        margin-top: 25px;
    }
}
@media (max-width: 767px)
{
    .culture-wrap .intro ul li
    {
        margin-top: 20px;
    }
}
.history-wrap .intro
{
    zoom: 1;

    padding-top: 5px;
}
.history-wrap .intro:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media only screen and (min-width: 768px)
{
    .history-wrap .intro .pic-box
    {
        float: right;

        width: 690px;
        margin-left: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1339px)
{
    .history-wrap .intro .pic-box
    {
        width: 600px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .history-wrap .intro .pic-box
    {
        width: 450px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .history-wrap .intro .pic-box
    {
        width: 340px;
    }
}
@media (max-width: 767px)
{
    .history-wrap .intro .pic-box
    {
        margin-bottom: 40px;
    }
}
.history-wrap .intro .pic-box img
{
    display: block !important;

    width: 100%;
}
.history-wrap .intro p
{
    font-size: 15px;
    line-height: 2;

    position: relative;

    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-left: 90px;

    color: #666;
}
@media (max-width: 991px)
{
    .history-wrap .intro p
    {
        padding-bottom: 15px;
    }
}
@media (max-width: 767px)
{
    .history-wrap .intro p
    {
        padding-left: 85px;
    }
}
.history-wrap .intro p:before,
.history-wrap .intro p:after
{
    position: absolute;

    content: '';
}
.history-wrap .intro p:before
{
    top: 10px;
    left: 0;

    display: block;

    width: 8px;
    height: 8px;

    border-radius: 50%;
    background-color: #bbb;
}
.history-wrap .intro p:after
{
    top: 25px;
    bottom: -15px;
    left: 3px;

    border-left: 1px solid #bbb;
}
.history-wrap .intro p b
{
    font-size: 16px;

    position: absolute;
    top: -2px;
    left: 30px;

    color: #333;
}
@media (max-width: 767px)
{
    .history-wrap .intro p b
    {
        left: 25px;
    }
}
.technology-wrap .list
{
    margin-top: -20px;
}
.technology-wrap .list li
{
    margin-top: 20px;
}
.technology-wrap .list .img-box,
.technology-wrap .list .item
{
    padding-bottom: 66.66666667%;
}
.technology-wrap .list .item
{
    position: relative;

    background-color: #f9f9f9;
}
@media (max-width: 767px)
{
    .technology-wrap .list .item
    {
        padding: 0;
    }
}
@media only screen and (min-width: 768px)
{
    .technology-wrap .list .item .intro
    {
        position: absolute;
        top: 50%;
        left: 0;

        width: 100%;
        padding: 0 8%;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
@media (max-width: 767px)
{
    .technology-wrap .list .item .intro
    {
        padding: 13% 20px;
    }
}
.technology-wrap .list .item .intro p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .technology-wrap .list .item .intro p
    {
        font-size: 14px;
    }
}
.technology-wrap table
{
    margin: 60px 0 0;
}
@media (max-width: 767px)
{
    .technology-wrap table
    {
        margin-top: 40px;
    }
}
.technology-wrap table td,
.technology-wrap table th
{
    text-align: center;
}
.technology-wrap table th
{
    font-size: 15px;

    padding: 14px 35px !important;

    white-space: nowrap;

    color: #333;
}
@media (max-width: 767px)
{
    .technology-wrap table th
    {
        padding: 14px 20px !important;
    }
}
.technology-wrap table td
{
    line-height: 1.71428571;

    color: #666;
}
@media (max-width: 767px)
{
    .technology-wrap table td
    {
        min-width: 130px;
        padding: 14px 20px !important;
    }
}
.certificate-wrap .list
{
    zoom: 1;
}
.certificate-wrap .list:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.certificate-wrap .list table
{
    width: 100%;
}
.certificate-wrap .list table tr:nth-child(odd)
{
    background-color: #f3f3f3;
}
.certificate-wrap .list table tr:nth-child(even)
{
    background-color: #fff;
}
.certificate-wrap .list table th,
.certificate-wrap .list table td
{
    min-width: 100px;
    padding: 19px 5% !important;
}
@media (max-width: 767px)
{
    .certificate-wrap .list table th,
    .certificate-wrap .list table td
    {
        padding: 15px 3.5% !important;
    }
}
.certificate-wrap .list table th:nth-child(2),
.certificate-wrap .list table td:nth-child(2)
{
    width: 50% !important;
}
.certificate-wrap .list table th
{
    font-size: 18px;
    font-weight: normal;

    background-color: #f0f5f9;
}
@media (max-width: 767px)
{
    .certificate-wrap .list table th
    {
        font-size: 16px;
    }
}
.certificate-wrap .list table td
{
    font-size: 15px;
}
@media (max-width: 767px)
{
    .certificate-wrap .list table td
    {
        font-size: 13px;
    }
}
@media (max-width: 1199px)
{
    .certificate-wrap .certificate-list
    {
        margin-top: 15px;
    }
}
@media (max-width: 767px)
{
    .certificate-wrap .certificate-list
    {
        margin: 15px -5px 0;
    }
}
.certificate-wrap .certificate-list li
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .certificate-wrap .certificate-list li
    {
        margin-top: 35px;
    }
}
@media (max-width: 767px)
{
    .certificate-wrap .certificate-list li
    {
        margin-top: 15px;
        padding: 0 5px;
    }
}
.certificate-wrap .certificate-list .item
{
    display: block;

    padding: 19px;

    border: 1px solid #ececec;
}
@media (max-width: 767px)
{
    .certificate-wrap .certificate-list .item
    {
        padding: 5%;
    }
}
@media (min-width: 992px)
{
    .certificate-wrap .certificate-list .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .certificate-wrap .certificate-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.certificate-wrap .certificate-list .item .img-box
{
    padding-bottom: 141.37931034%;
}
.download-wrap .list
{
    margin-top: -55px;
}
@media (max-width: 1199px)
{
    .download-wrap .list
    {
        margin-top: -35px;
    }
}
@media (max-width: 991px)
{
    .download-wrap .list
    {
        margin-top: -30px;
    }
}
@media (max-width: 767px)
{
    .download-wrap .list
    {
        margin: -20px -5px 0;
    }
}
.download-wrap .list .img-box
{
    padding-bottom: 63.63636364%;

    border: 1px solid #ececec;
}
.download-wrap .list li
{
    margin-top: 55px;
}
@media (max-width: 1199px)
{
    .download-wrap .list li
    {
        margin-top: 35px;
    }
}
@media (max-width: 991px)
{
    .download-wrap .list li
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .download-wrap .list li
    {
        margin-top: 20px;
        padding: 0 5px;
    }
}
@media only screen and (min-width: 992px)
{
    .download-wrap .list li .item:hover p
    {
        color: #006742;
    }
}
.download-wrap .list li p
{
    font-size: 15px;

    overflow: hidden;

    margin: 15px 0 0;

    -webkit-transition: color .3s;
            transition: color .3s;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 767px)
{
    .download-wrap .list li p
    {
        margin-top: 10px;
    }
}
.download-wrap .page
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .download-wrap .page
    {
        margin-top: 40px;
    }
}
@media (max-width: 991px)
{
    .download-wrap .page
    {
        margin-top: 30px;
    }
}
.network-wrap .intro-wrap
{
    position: relative;

    background-color: #f6f6f6;
}
.network-wrap .intro-wrap .img-box
{
    padding-bottom: 57.97413793%;

    border: 1px solid #ececec;
}
@media only screen and (min-width: 768px)
{
    .network-wrap .table
    {
        display: table;

        width: 100%;
    }
    .network-wrap .tab-cell
    {
        display: table-cell;

        vertical-align: middle;
    }
    .network-wrap .intro
    {
        width: 31.91489362%;
    }
    .network-wrap .pic
    {
        width: 61.7%;
    }
}
.network-wrap .intro
{
    padding: 0 2.5%;
}
@media (max-width: 767px)
{
    .network-wrap .intro
    {
        padding: 10% 8%;
    }
}
.network-wrap .intro p
{
    margin: 40px 0 0;
}
@media (max-width: 991px)
{
    .network-wrap .intro p
    {
        margin-top: 25px;
    }
}
.network-wrap .intro p:first-child
{
    margin: 0;
}
.network-wrap .intro p span
{
    display: inline-block;
}
.network-wrap .intro p span:first-child
{
    width: 150px;
}
@media (max-width: 1339px)
{
    .network-wrap .intro p span:first-child
    {
        width: 110px;
    }
}
@media (max-width: 1199px)
{
    .network-wrap .intro p span:first-child
    {
        display: block;

        margin-bottom: 5px;
    }
}
.faq-wrap .faq-nav ul
{
    text-align: center;
}
.faq-wrap .faq-nav li
{
    font-size: 15px;

    display: inline-block;

    margin: 4px;

    vertical-align: middle;

    color: #666;
}
.faq-wrap .faq-nav li.active a,
.faq-wrap .faq-nav li:hover a
{
    color: #fff;
    border-color: #006742;
    background-color: #006742;
}
.faq-wrap .faq-nav li a
{
    display: block;

    padding: 10px 20px;

    -webkit-transition: .3s;
            transition: .3s;

    border: 1px solid #ececec;
    border-radius: 4px;
}
@media (max-width: 767px)
{
    .faq-wrap .faq-nav li a
    {
        font-size: 13px;

        padding: 8px 12px;
    }
}
.faq-wrap .list-wrap
{
    margin-top: 55px;
}
@media (max-width: 767px)
{
    .faq-wrap .list-wrap
    {
        margin-top: 35px;
    }
}
.faq-wrap .list-wrap li
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .faq-wrap .list-wrap li
    {
        margin-top: 45px;
    }
}
@media (max-width: 767px)
{
    .faq-wrap .list-wrap li
    {
        margin-top: 30px;
    }
}
.faq-wrap .list-wrap li:first-child
{
    margin-top: 0;
}
.faq-wrap .list-wrap li h4
{
    font-size: 18px;
    line-height: 1.4;

    margin: 0 0 8px;
}
.faq-wrap .list-wrap li p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.service-wrap .list
{
    overflow: hidden;

    margin-top: 100px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .service-wrap .list
    {
        margin-top: 80px;
    }
}
@media (max-width: 991px)
{
    .service-wrap .list
    {
        margin-top: 60px;
    }
}
@media (max-width: 767px)
{
    .service-wrap .list
    {
        margin-top: 40px;
    }
}
.service-wrap .list.list1
{
    margin-top: 0;
}
.service-wrap .list h4
{
    font-size: 24px;

    margin: 0 0 30px 0;
}
@media (max-width: 991px)
{
    .service-wrap .list h4
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .service-wrap .list h4
    {
        font-size: 20px;

        margin-bottom: 25px;
    }
}
.service-wrap .list .service-pic
{
    display: block;

    border: 1px solid #ececec;
}
.service-wrap .list .service-pic img
{
    display: inline-block;

    width: auto;
    max-width: 100%;
}
.service-wrap .cycle
{
    overflow: hidden;

    padding: 60px 0;

    border: 1px solid #ececec;
}
@media (max-width: 991px)
{
    .service-wrap .cycle
    {
        padding: 45px 0;
    }
}
@media (max-width: 767px)
{
    .service-wrap .cycle
    {
        padding: 5px 0;
    }
}
.service-wrap .cycle ul
{
    font-size: 0;

    margin: 0 -120px;

    letter-spacing: -8px;
}
@media (max-width: 1440px)
{
    .service-wrap .cycle ul
    {
        margin: 0 -100px;
    }
}
@media (max-width: 1339px)
{
    .service-wrap .cycle ul
    {
        margin: 0 -80px;
    }
}
@media (max-width: 1199px)
{
    .service-wrap .cycle ul
    {
        margin: 0 -60px;
    }
}
@media (max-width: 991px)
{
    .service-wrap .cycle ul
    {
        margin: 0 -40px;
    }
}
@media (max-width: 767px)
{
    .service-wrap .cycle ul
    {
        margin: 0;
    }
}
.service-wrap .cycle ul li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    padding: 0 120px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 1440px)
{
    .service-wrap .cycle ul li
    {
        padding: 0 100px;
    }
}
@media (max-width: 1339px)
{
    .service-wrap .cycle ul li
    {
        padding: 0 80px;
    }
}
@media (max-width: 1199px)
{
    .service-wrap .cycle ul li
    {
        padding: 0 60px;
    }
}
@media (max-width: 991px)
{
    .service-wrap .cycle ul li
    {
        padding: 0 40px;
    }
}
@media (max-width: 767px)
{
    .service-wrap .cycle ul li
    {
        width: 50%;
        margin: 40px 0;
        padding: 0 5%;
    }
}
.service-wrap .cycle ul li:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    content: '\e623';
    -webkit-transform: translateX(-50%) translateY(-100%) rotateZ(90deg);
        -ms-transform: translateX(-50%) translateY(-100%) rotate(90deg);
            transform: translateX(-50%) translateY(-100%) rotateZ(90deg);
    vertical-align: middle;

    color: #bbb;
}
.service-wrap .cycle ul li:nth-child(1)
{
    margin-left: 0;
}
.service-wrap .cycle ul li:nth-child(1):before
{
    display: none;
}
.service-wrap .cycle ul li:nth-child(1) b:before
{
    content: '\e618';

    background-color: #ffc000;
}
.service-wrap .cycle ul li:nth-child(2) b:before
{
    content: '\e6a9';

    background-color: #00b0f0;
}
.service-wrap .cycle ul li:nth-child(3) b:before
{
    content: '\e625';
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);

    background-color: #f00;
}
.service-wrap .cycle ul li:nth-child(4) b:before
{
    content: '\e6e1';

    background-color: #8064a2;
}
@media (max-width: 767px)
{
    .service-wrap .cycle ul li:nth-child(3),
    .service-wrap .cycle ul li:nth-child(4)
    {
        position: relative;
    }
    .service-wrap .cycle ul li:nth-child(3)
    {
        left: 50%;
    }
    .service-wrap .cycle ul li:nth-child(3):before
    {
        top: -62px;
        left: 50%;

        -webkit-transform: translateX(-50%) rotateZ(180deg);
            -ms-transform: translateX(-50%) rotate(180deg);
                transform: translateX(-50%) rotateZ(180deg);
    }
    .service-wrap .cycle ul li:nth-child(4)
    {
        right: 50%;
    }
    .service-wrap .cycle ul li:nth-child(4):before
    {
        top: 50%;
        right: -17px;
        left: auto;

        -webkit-transform: translateY(-100%) rotateZ(270deg);
            -ms-transform: translateY(-100%) rotate(270deg);
                transform: translateY(-100%) rotateZ(270deg);
    }
}
.service-wrap .cycle ul li b
{
    font-size: 16px;

    display: block;
}
.service-wrap .cycle ul li b:before
{
    font-family: 'iconfont' !important;
    font-size: 45px;
    font-weight: normal;
    font-style: normal;
    line-height: 120px;

    display: block;

    width: 120px;
    height: 120px;
    margin-bottom: 25px;

    color: #fff;
    border-radius: 50%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1199px)
{
    .service-wrap .cycle ul li b:before
    {
        font-size: 40px;
        line-height: 100px;

        width: 100px;
        height: 100px;
    }
}
@media (max-width: 991px)
{
    .service-wrap .cycle ul li b:before
    {
        font-size: 34px;
        line-height: 80px;

        width: 80px;
        height: 80px;
    }
}
@media (max-width: 767px)
{
    .service-wrap .cycle ul li b:before
    {
        margin: 0 auto 15px;
    }
}
.company-overview-wrap table
{
    font-size: 15px;

    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
@media only screen and (min-width: 992px)
{
    .company-overview-wrap table
    {
        width: 930px;
    }
}
@media (max-width: 767px)
{
    .company-overview-wrap table
    {
        font-size: 13px;
    }
}
.company-overview-wrap table tr td
{
    padding: 20px 40px !important;
}
@media (max-width: 767px)
{
    .company-overview-wrap table tr td
    {
        padding: 10px 20px !important;
    }
}
.company-overview-wrap table tr td:first-child
{
    white-space: nowrap;

    color: #333;
    background-color: #f0f5f9;
}
@media (max-width: 767px)
{
    .company-overview-wrap table tr td:first-child
    {
        padding: 10px 15px !important;
    }
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 50px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    border-radius: 0;
    background-color: rgba(0, 0, 0, .8);
}
@media (min-width: 768px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;

    color: #fff;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .online-wrap .code-pic
    {
        right: 55px;
        bottom: 370px;
    }
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img
{
    display: block;

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 23%;

    -webkit-transition: right .3s;
            transition: right .3s;
}
@media (max-width: 767px)
{
    .online-wrap .online
    {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin: 2px 0;

    text-align: center;

    border-radius: 5px 0 0 5px;
    background-color: rgba(0, 0, 0, .8);
}
.online-wrap .online a:before
{
    font-size: 22px;

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: #006742;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p
{
    padding: 0 10px;

    color: #fff;
    background-color: #006742;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code:before
{
    font-size: 24px;
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code .mask img
{
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.share a
{
    display: inline-block;
    overflow: hidden;

    margin-left: 7px;

    -webkit-transition:         transform .3s;
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
    text-align: center;
    vertical-align: middle;

    color: #fff;
}
.share a:first-child
{
    margin-left: 0;
}
.share a:before
{
    font-size: 12px;
    line-height: 30px;

    display: block;

    width: 30px;
    height: 30px;

    color: #fff;
    border-radius: 50%;
}
.share a:hover
{
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
}
.share.color .icon-facebook:before
{
    background-color: #3b5998;
}
.share.color .icon-tuite:before
{
    background-color: #55acee;
}
.share.color .icon-linkedin:before
{
    background-color: #006a9a;
}
.share.color .icon-youtube:before,
.share.color .icon-youtube1:before
{
    background-color: #c4302b;
}
.share.color .icon-instagram:before
{
    background-color: #6b3d2e;
}
.share.color .icon-google:before,
.share.color .icon-google1:before
{
    background-color: #dc4e41;
}
.share.color .icon-pinterest:before
{
    background-color: #c4302e;
}
.footer
{
    position: relative;
    z-index: 2;

    background-color: #006742d9;
}
.footer .footer-wrap
{
    overflow: hidden;
}
.footer .row
{
    margin: 0 -5px;
}
.footer .footer-row
{
    font-size: 0;

    width: 100%;
    padding: 50px 3px;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
@media (max-width: 1199px)
{
    .footer .footer-row
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .footer .footer-row
    {
        padding: 50px 0;
    }
}
@media (max-width: 767px)
{
    .footer .footer-row
    {
        padding: 40px 0 30px;
    }
}
.footer .footer-row:after
{
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}
.footer .foot-list
{
    font-size: 14px;

    display: inline-block;

    padding: 0 5px;

    text-align: left;
    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 1199px)
{
    .footer .foot-list
    {
        width: 25%;
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-list
    {
        width: 50%;
        margin-top: 15px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list
    {
        width: 100%;
        margin-top: 0;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list ul
    {
        display: none;

        margin-bottom: 10px;
        padding: 0 10px;
    }
}
.footer .foot-list li
{
    line-height: 2.85714286;
}
.footer .foot-list li a
{
    position: relative;
    display: inline-block;
    font-size: 15px;
}
.footer .foot-list p,
.footer .foot-list a,
.footer .foot-list button
{
    color: #ffffff;
}
@media only screen and (min-width: 992px)
{
    .footer .foot-list a:hover
    {
        text-decoration: underline;

        color: #fff;
    }
}
.footer .foot-list h4
{
    font-size: 18px;

    margin: 20px 0;

    color: #fff;
}
@media (max-width: 991px)
{
    .footer .foot-list h4
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list h4
    {
        line-height: 40px;

        position: relative;

        margin: 5px 0;
        padding-right: 20px;
    }
    .footer .foot-list h4:after
    {
        position: absolute;
        top: 0;
        right: 15px;
        content: '+';
        font-size: 32px;
    }
}
.footer .foot-contact
{
    width: 395px;
}
@media (max-width: 1199px)
{
    .footer .foot-contact
    {
        width: 50%;
    }
}
@media (max-width: 991px)
{
    .footer .foot-contact
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-contact
    {
        width: 100%;
        margin-bottom: 15px;
    }
}
.footer .foot-contact .footer-logo
{
    margin: 20px 0;
}
.footer .foot-contact p
{
    line-height: 2.14285714;

    position: relative;

    margin: 10px 0 0;
    padding-left: 30px;
    font-size: 16px;
}
.footer .foot-contact p:before
{
    font-family: 'iconfont' !important;
    font-size: 15px;
    font-style: normal;

    position: absolute;
    top: 0;
    left: 0;

    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer .foot-contact p.mobile:before
{
    content: '\e61c';
}
.footer .foot-contact p.fax:before
{
    content: '\e648';
}
.footer .foot-contact p.mail:before
{
    content: '\e676';
}
.footer .foot-contact p.address:before
{
    content: '\e63e';
}
.footer .foot-contact p.factory:before
{
    content: '\e703';
}
.footer .foot-contact p.url:before
{
    content: '\e623';
}
.footer .foot-message
{
    overflow: hidden;
}
@media (min-width: 1200px)
{
    .footer .foot-message
    {
        width: 485px;
    }
}
@media (min-width: 1200px) and (max-width: 1440px)
{
    .footer .foot-message {
        width: 200px;
        float: right;
    }
    .footer .foot-pro {
        width: 15%;
    }
    .footer .foot-about {
        width: 16%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .footer .foot-message
    {
        width: 50%;
        padding-right: 10%;
    }
}
@media (max-width: 991px)
{
    .footer .foot-message
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-message
    {
        width: 100%;
    }
}
.footer .foot-message form
{
    overflow: hidden;

    margin-top: 32px;
}
.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder
{
    color: #b8e5de;
}
.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder
{
    color: #b8e5de;
}
.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder
{
    color: #b8e5de;
}
.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder
{
    color: #b8e5de;
}
.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder
{
    color: #eee;
}
.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder
{
    color: #eee;
}
.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder
{
    color: #eee;
}
.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder
{
    color: #eee;
}
@media (max-width: 767px)
{
    .footer .foot-message form
    {
        display: none;

        margin-top: 25px;
    }
}
.footer .foot-message form .row
{
    margin: 0 -5px;
}
.footer .foot-message form .row li
{
    line-height: 1;

    padding: 0 5px;
}
.footer .foot-message form input,
.footer .foot-message form textarea
{
    display: block;

    width: 100%;
    margin-bottom: 10px;
    padding: 12px 18px;

    color: #ffffff;
    border: 1px solid #ffffff;
    background: none;
}
.footer .foot-message form input:focus,
.footer .foot-message form textarea:focus
{
    border-color: #41c5b0;
}
.footer .foot-message form textarea
{
    height: 120px;
}
.footer .foot-message form .submit
{
    color: #b8e5de;
    background: none;
}
.footer .foot-message form .submit:after
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    margin-left: 10px;

    content: '\e6cf';
    vertical-align: middle;

    color: #fff;
}
.footer .foot-message form .submit:hover span
{
    text-decoration: underline;

    color: #fff;
}
.footer .copyright
{
    padding: 25px 0;
    text-align: center;
    color: #b8e5de;
    border-top: 1px solid #ffffff;
    background-color: #006742;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        padding: 25px 0;
    }
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        padding: 20px 0;
    }
}
.footer .copyright p
{
    margin: 0;
    padding: 5px 0;
    width: 100%;
    text-align: left;
    font-size: 14px;
}
@media only screen and (min-width: 992px)
{
    .footer .copyright p
    {
        float: left;
    }
}
.footer .copyright p a
{
    float: right;
}
@media (max-width: 991px)
{
    .footer .copyright p a
    {
        margin-left: 15px;
        width: 100%;
        margin-top: 8px;
    }
}
.footer .copyright p a:hover
{
    text-decoration: underline;

    color: #fff;
}
@media only screen and (min-width: 992px)
{
    .footer .copyright .share
    {
        float: right;
    }
}
@media (max-width: 991px)
{
    .footer .copyright .share
    {
        margin-top: 5px;
    }
}
.footer .copyright .share a:before
{
    font-size: 14px;

    background-color: #34ac99;
}

.menuact{
    color: #fff !important;
    background-color: #006742 !important;
}





.index-process .slick-process .img-box:before{
    background-color: rgba(0, 0, 0, 0.1);
}


.index-news{
    padding-top: 0;
}
.slick-news .slick-list{
    margin: 0 -15px;
}
.slick-news .slick-slide{
    padding: 0 15px;
}

.slick-news .item-box .img-box
{
    padding-bottom: 71.11111111%;
}
.slick-news .item-box .item
{
    display: block;
}
@media (min-width: 992px)
{
    .slick-news .item-box .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .slick-news .item-box .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .slick-news .item-box .item:hover .intro:after
    {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px);

        color: #006742;
    }
    .slick-news .item-box .item:hover b
    {
        color: #006742;
    }
}
.slick-news .item-box .intro
{
    position: relative;

    padding-top: 25px;
}
@media only screen and (min-width: 768px)
{
    .slick-news .item-box .intro
    {
        padding-right: 100px;
    }
    .slick-news .item-box .intro:after
    {
        font-family: 'iconfont' !important;
        font-size: 18px;

        position: absolute;
        top: 25px;
        right: 30px;

        display: block;

        content: '\e610';
        -webkit-transition: .5s;
                transition: .5s;

        color: #bbb;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .slick-news .item-box .intro
    {
        padding-right: 60px;
    }
    .slick-news .item-box .intro:after
    {
        right: 15px;
    }
}
@media (max-width: 767px)
{
    .slick-news .item-box .intro
    {
        padding-top: 15px;
    }
    .header .logo {
        width: 223px;
    }
    .header .logo a img {
        display: block;
        width: 100%;
    }
    .banner-title h1 {
        font-size: 30px !important;
    }
    .banner-title h2 {
        font-size: 22px !important;
    }
    .banner-title {
        top: 36% !important;
    }
    .col-index-about .content {
        width: 100% !important;
        padding-right: 0 !important;
        margin-top: 212px;
    }
    .container2 {
        padding: 0 3.3vw !important;
    }
    .col-index-about .img {
        position: absolute !important;
        width: 94% !important;
    }
    .col-index-about .content a.more {
        margin: 0 auto !important;
    }
    .col-index-about {
        padding: 12vh 0 5vh !important;
    }
    .col-index-news .slides {
        width: 100% !important;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .col-index-news .title {
        width: 100% !important;
        position: absolute !important;
        text-align: center;
    }
    .col-index-news .title h2 {
        display: none;
    }
    .col-index-news .title ul.child li {
        display: none;
    }
    .col-index-news .title a.more {
        position: relative !important;
        bottom: -502px !important;
        margin: 0 auto;
    }
}
.slick-news .item-box .intro b
{
    font-size: 18px;
    font-weight: normal;

    display: block;
    overflow: hidden;

    height: 26px;
    margin-bottom: 10px;

    -webkit-transition: .3s;
            transition: .3s;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 767px)
{
    .slick-news .item-box .intro b
    {
        font-size: 17px;

        height: 26px;
        margin-bottom: 5px;
    }
}
.slick-news .item-box .intro p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    max-height: 48px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.nodata{ width:100%; float:left; text-align:center; margin: 120px 0px;}
.wid90{width: 90%;margin: 0 auto;}
.contact-map {
	width: 100%;
	height: 350px;
	border-radius: 5px;
	border: 1px solid #c0c0c0;
	overflow: hidden;
	float:left;
	margin-top:50px;
}


.banner-title {
    width: 100%;
    position: absolute;
    top: 41%;
    color: #ffffff;
    font-size: 16px;
    text-align:center;
    float:left;
}
.banner-title h1
{
    width:100%;
    float:left;
    font-size:46px;
    margin-bottom:0;
    margin-top:0;
}
.banner-title h2
{
    width:100%;
    float:left;
    font-size:26px;
    margin-top:10px;
}


.index-banner {
	width: 100%;
	height:100%;
	overflow: hidden;
	position: relative;
	margin-top: 98px;
}
.index-banner .swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.index-banner .swiper .swiper-slide {
	overflow: hidden;
	position: relative;
}
.index-banner .swiper .swiper-slide img
{
    width:100%;
}
@media only screen and (max-width: 991px) {
	.index-banner .slider-wrap {
		display: none;
	}
	.index-banner {
		margin: 78px 0 0;
	}
	.index-banner .swiper-slide>img {
		width: 100%;
	}
	.index-banner .banner-txt {
		width: 100%;
		padding: 50px 0 60px;
		overflow: hidden;
		text-align: center;
		background-color: rgba(0,91,172,0.9);
		position: absolute;
		left: 0px;
		bottom: 0px;
		z-index: 10;
	}
	.index-banner .banner-txt h2 {
		color: #FFFFFF;
		font-size: 42px;
		line-height: 50px;
	}
	.index-banner .banner-txt h2 strong {
		font-weight: normal;
	}
	.index-banner .banner-txt p {
		margin: 20px 0 0;
		font-size: 26px;
		font-weight: lighter;
		color: #FFFFFF;
	}
	.index-banner {
	    height:auto !important;
    }
    .footer .copyright p a 
    {
        float:none;
    }
    .c1 {
        margin-bottom: 6px;
    }
    .c3 {
        width: 100%;
        float: left;
    }
    .c4 {
        float: inherit;
        margin: 0 auto;
        width: 258px;
    }
    .footer .copyright p {
        text-align: center !important;
    }
}
@media only screen and (max-width: 750px) {
	.index-banner {
		margin: 80px 0 0;
	}
	.index-banner .banner-txt {
		padding: 25px 0 30px;
	}
	.index-banner .banner-txt h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.index-banner .banner-txt p {
		margin: 10px 0 0;
		font-size: 14px;
	}
	.col-index-about .content img
	{
	    display:none !important;
	}
}
@media only screen and (min-width: 992px) {
	.index-banner .mySwiper0,.tiles-prev,.tiles-next,.tiles-timer {
		display: none;
	}
	.index-banner .slider-wrap {
		width: 100%;
		height: 762px;
		overflow: hidden;
	}
	.index-banner .slider-wrap .slider {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.index-banner .slider-wrap .slider img {
		width: 1400px;
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: -700px;
	}
	.index-banner .banner-txt {
		width: 100%;
		padding: 40px 0 50px;
		overflow: hidden;
		text-align: center;
		background-color: rgba(0,91,172,0.9);
		position: absolute;
		left: 0px;
		bottom: 0px;
		z-index: 10;
	}
	.index-banner .banner-txt h2 {
		font-size: 36px;
		line-height: 45px;
		font-weight: lighter;
		color: #FFFFFF;
	}
	.index-banner .banner-txt p {
		display: none;
	}
}
@media only screen and (min-width: 1200px) {
	.index-banner .slider-wrap {
		height: 871px;
	}
	.index-banner .slider-wrap .slider img {
		width: 1600px;
		margin-left: -800px;
	}
	.index-banner .banner-txt {
		padding: 45px 0 60px;
	}
	.index-banner .banner-txt h2 {
		font-size: 48px;
		line-height: 60px;
	}
	.col-index-about .content {
        width: 100% !important;
        padding-right: 0 !important;
    }
    .col-index-about .content img 
    {
        width:50%;
        margin-left:20px;
        margin-top:10px;
    }
    .col-index-about .img
    {
        display:none;
    }
    .col-index-news .slides .swiper-slide h3 {
        font-size: 15px !important;
    }
    .col-index-news .slides .swiper-slide .more {
        font-size: 14px !important;
    }
    .col-index-news .title a.more {
        width: 150px !important;
    }
    .col-index-news .title h3 {
        font-size: 32px !important;
    }
    .footer-logo img {
        width: 180px !important;
    }
    .honor-wrap .list .item {
        padding: 10px 10px 10px !important;
    }
    .wx li {
        margin-right: 0px !important;
        padding-left: 15px !important;
    }
    .header .logo a {
        padding:13px 0 5px !important;
    }
}
@media only screen and (min-width: 1450px) {
	.index-banner .slider-wrap {
		height: 1045px;
	}
	.index-banner .slider-wrap .slider img {
		width: 1920px;
		margin-left: -960px;
	}
	.index-banner .banner-txt {
		padding: 55px 0 70px;
	}
	.index-banner .banner-txt h2 {
		font-size: 54px;
		line-height: 73px;
	}
	.col-index-about .content {
        width: 50% !important;
        padding-right: 10vw !important;
    }
	.col-index-about .content img 
    {
        display:none;
    }
	.col-index-about .img
    {
        display:block;
    }
    .col-index-news .slides .swiper-slide h3 {
        font-size: 18px !important;
    }
    .col-index-news .slides .swiper-slide .more {
        font-size: 16px !important;
    }
    .footer-logo img {
        width: 278px !important;
    }
    .wx li {
        margin-right: 15px !important;
        padding-left: 30px !important;
    }
}
@media only screen and (min-width: 1921px) {
	.index-banner .swiper-slide>img {
		width: 100%;
		margin: 0;
		left: 0;
	}
}


.col-index-product{padding: 8.6vh 0 14vh;}
.col-index-product h2{text-align: center;font-size: 36px;font-weight: normal;margin-bottom: 10px;}
.col-index-product .productCont{ color: #666; font-size: 16px; text-align: center; line-height: 1.666; max-width: 90%; margin: 2vh auto 4vh;}
.col-index-product .slide .swiper-slide .wrap .img{float: left;width: 50%;opacity: 0;transition: 0.5s;transform: translateX(-20px);position: relative;}
.col-index-product .slide .swiper-slide .wrap .img img{width: 100%;transition: 0.5s cubic-bezier(.165,.84,.44,1);transform: scale(1);}
.col-index-product .slide .swiper-slide .wrap .img:hover img{transform: scale(0.98);}
.col-index-product .slide .swiper-slide .wrap .content{float: right;width: 50%;padding: calc(50px + 8vh) 10px 10px 8vw;opacity: 0;transition: 0.5s;transform: translateX(20px);}
.col-index-product .slide .swiper-slide .wrap .content p.namemark{color:#0166b3;font-size: 18px;text-transform: capitalize;}
.col-index-product .slide .swiper-slide .wrap .content h3{font-size: 2.25rem;font-weight: normal;margin: 6px 0 3vh;}
.col-index-product .slide .swiper-slide .wrap .content .s-content{color:#666;font-size: 18px;line-height: 1.666;margin-bottom: 6vh;}
.col-index-product .slide .swiper-slide .wrap .content a.more{display: block;width: 200px;height: 52px;border-radius: 25px;background: #0166b3;color:#fff;text-align: center;line-height: 52px;font-size: 16px;box-shadow: 1.5px 2.598px 8px 0px rgba(1, 102, 179, 0.3);transition: 0.36s;}
.col-index-product .slide .swiper-slide .wrap .content a.more:hover{box-shadow: 1.5px 2.598px 8px 0px rgba(1, 102, 179, 0.6);transform: translateY(-2px);}
.col-index-product .slide .swiper-slide-active .wrap .img{transform: none;opacity: 1;transition-delay: 0.5s;}
.col-index-product .slide .swiper-slide-active .wrap .content{transform: none;opacity: 1;transition-delay: 0.6s;}
.col-index-product .slide .swiper-button{width: 50px;height: 50px;top: 0;margin-top: auto;opacity: 1;outline: none;text-align: center;line-height: 48px;border-radius: 50%;border:1px solid rgb(136, 136, 136);transition: 0.36s;color:#000;font-size: 24px;}
.col-index-product .slide .swiper-button::after{display: none;}
.col-index-product .slide .swiper-button:hover{color:#fff;background: #0166b3;border-color: #0166b3;}
.col-index-product .slide .swiper-button-prev{left: calc(50% + 8vw);}
.col-index-product .slide .swiper-button-next{right: auto;left:calc(50% + 8vw + 60px);}
.col-index-product .slide .swiper-pagination{bottom: auto;top: 15px;left: calc(50% + 10vw + 110px);font-size: 18px;color:#999999;width: auto;}
.col-index-product .slide .swiper-pagination .swiper-pagination-current{color:#0166b3;}


.container2 {max-width:100%;width: 100%;padding: 0 8.3vw;margin: 0 auto;}
.col-index-about {padding: 12vh 0 13vh;}
.col-index-about .content{width: 50%;float: left;color:#fff;padding-right: 10vw;}
.col-index-about .content h2{font-size: 34px;font-weight: normal;margin-bottom: 12px;}
.col-index-about .content .s-content{font-size: 18px;line-height: 2; text-align: justify;}
.col-index-about .content .s-content h3{font-size: 2.25rem;line-height: 1.333;font-weight: normal;}
.col-index-about .content .s-content hr{border-top: 1px solid rgba(255,255,255,0.17);margin: 3.3vh 0;}
.col-index-about .content a.more{display: block;width: 200px;height: 52px;border-radius: 25px;background: transparent;color:#fff;text-align: center;line-height: 52px;font-size: 16px;box-shadow: 1.5px 2.598px 8px 0px rgba(22, 168, 139, 0.3);transition: 0.36s;border:2px solid rgba(255,255,255,0.3);margin-top: 10vh;}
.col-index-about .content a.more:hover{box-shadow: 1.5px 2.598px 8px 0px rgba(22, 168, 139, 0.6);transform: translateY(-2px);background: #fff;color:#006742;}
.col-index-about .img{position: relative;float: right;width: 50%;}
.col-index-about .img .title{position: absolute;left: 0;top: 3vh;font-size: 0;color:rgba(255,255,255,0.5);z-index: 100;padding-left: 1.8vw;}
.col-index-about .img .title ul li{display: inline-block;vertical-align: middle;font-size: 16px;line-height: 1.5;}
.col-index-about .img .title ul li:nth-child(1){margin-right: 12px;}


.bttrlazyloading-wrapper {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
.bttrlazyloading-clone,
.bttrlazyloading {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    height: auto;
    max-width: 100%;
}
.bttrlazyloading-loaded {
    background-image: none !important;
}


.overflow{overflow: hidden;}
.overflow img{width: 100%;transition: 1.5s cubic-bezier(.165,.84,.44,1);}
.overflow:hover img{-webkit-transform:scale(1.08);transform:scale(1.08)}


.index4 {
	width: 100%;
	overflow: hidden;
}
.index4 h1 {
	width: 280px;
	line-height: 50px;
	font-size: 48px;
  	font-family: "wigrumweb-bold";
	margin: 63px auto 47px;
	position: relative;
	text-align: center;
}
.index4 h1:before {
	content: '';
	display: block;
	width: 28px;
	height: 2px;
	background-color: #09a9ab;
	position: absolute;
	left: -28px;
	top: 24px;
}
.index4 h1:after {
	content: '';
	display: block;
	width: 28px;
	height: 2px;
	background-color: #09a9ab;
	position: absolute;
	right: -28px;
	top: 24px;
}
.index4 a {
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
}
.index4 a:nth-of-type(1) {
	width: 50%;
	height: 485px;
	background-image: linear-gradient(135deg, #49bcbd, #006742  94%);
}
.index4 a:nth-of-type(2) {
	width: 25%;
	height: 485px;
	background-image: linear-gradient(129deg, #f3f3f3, #d0d0d0 88%);
}
.index4 a:nth-of-type(3) {
	width: 25%;
	height: 255px;
	background-image: linear-gradient(129deg, #f3f3f3, #d0d0d0 88%);
}
.index4 a:nth-of-type(4) {
	width: 25%;
	height: 230px;
	background-image: linear-gradient(129deg, #f3f3f3, #d0d0d0 88%);
}
.index4 a span {
	display: block;
	width: 53px;
	height: 20px;
	overflow: hidden;
	background: url(../images/left2.png) no-repeat right center;
	background-size: auto 100%;
	position: absolute;
	left: 30px;
	bottom: 50px;
	transition: all 0.5s;
}
.index4 a:nth-of-type(1) span {
	display: block;
	width: 156px;
	height: 20px;
	overflow: hidden;
	background: url(../images/left1.png) no-repeat right center;
	left: 50px;
	bottom: 170px;
}
.index4 a img {
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all 0.5s;
}
.index4 a:nth-of-type(2) img {
	right: -20px;
	bottom: 30px;
}
.index4 a:nth-of-type(1) h2 {
  	color: #f6f6f6;
  	font-size: 30px;
  	margin: 50px 50px;
  	text-align: left;
}
.index4 a h2 {
  	color: #333333;
  	font-size: 30px;
  	margin: 50px 35px;
  	text-align: left;
}
.index4 a:hover img {
	transform: scale(0.9);
}
.index4 a:hover span {
	width: 83px;
}
.index4 a:nth-of-type(1):hover span {
	width: 186px;
}
@media only screen and (max-width: 991px ) {
	.index4 a:nth-of-type(1) {
	    width: 100%;
	}
	.index4 a:nth-of-type(2),.index4 a:nth-of-type(3),.index4 a:nth-of-type(4) {
	    width: 50%;
	}
	.index4 a:nth-of-type(3) img {
		width: 200px;
	}
}
@media only screen and (max-width: 767px ) {
	.index4 h1 {
	    width: 170px;
	    line-height: 35px;
	    font-size: 28px;
	    margin: 30px auto 20px;
	}
	.index4 h1:before {
		height: 1px;
		top: 17px;
	}
	.index4 h1:after {
		height: 1px;
		top: 17px;
	}
	.index4 a:nth-of-type(1) {
		height: 225px;
	}
	.index4 a:nth-of-type(2) {
		height: 225px;
	}
	.index4 a:nth-of-type(3) {
		height: 120px;
	}
	.index4 a:nth-of-type(4) {
		height: 105px;
	}
	.index4 a:nth-of-type(1) img {
		width: 210px;
		right: -20px;
	}
	.index4 a:nth-of-type(2) img {
		width: 150px;
		right: -10px;
		bottom: 5px;
	}
	.index4 a:nth-of-type(3) img {
		width: 105px;
		right: 6px;
		bottom: -4px;
	}
	.index4 a:nth-of-type(4) img {
		width: 95px;
		right: -10px;
		top: 21px;
	}
	.index4 a h2 {
	    font-size: 16px;
	    margin: 20px;
	}
	.index4 a:nth-of-type(1) h2 {
	    font-size: 24px;
	    margin: 25px 30px;
	}
	.index4 a span {
	    width: 33px;
	    height: 10px;
	    left: 20px;
	    bottom: 20px;
	}
	.index4 a:nth-of-type(1) span {
	    width: 86px;
	    height: 10px;
	    left: 35px;
	    bottom: 50px;
	}
}
@media only screen and (min-width: 992px ) {
	.index4 a:nth-of-type(1) img {
		width: 360px;
	}
	.index4 a:nth-of-type(2) img {
		width: 240px;
	}
	.index4 a:nth-of-type(3) img {
		width: 150px;
	}
	.index4 a:nth-of-type(4) img {
		width: 150px;
	}
}
@media only screen and (min-width: 1200px) {
	.index4 a:nth-of-type(1) img {
		width: 400px;
	}
	.index4 a:nth-of-type(2) img {
		width: 250px;
	}
	.index4 a:nth-of-type(3) img {
		width: 180px;
	}
	.index4 a:nth-of-type(4) img {
		width: 150px;
	}
}
@media only screen and (min-width: 1450px) {
	.index4 a:nth-of-type(1) img 
	{
	    width: 569px;
	    bottom: -71px;
	}
	.index4 a:nth-of-type(2) img 
	{
	    width: 443px;
	    bottom: -29px;
	}
	.index4 a:nth-of-type(3) img 
	{
	    width: 294px;
	    margin-top: -107px;
	    position: relative;
	    right: -97px;
	}
	.index4 a:nth-of-type(4) img {
		width: 260px;
		margin-top: -105px;
        position: relative;
        right: -137px;
	}
}


.col-index-strength{padding: 16vh 0 12vh;color:#fff;}
.col-index-strength .content{ max-width: 100%; margin-left: auto; padding-left: 0;}
.col-index-strength .content h2{font-size: 34px;font-weight: normal;margin-bottom: 12px; text-align: center;}
.col-index-strength .content .s-content{font-size: 18px;}
.col-index-strength .content .s-content h3{font-size: 2.25rem;line-height: 1.333;font-weight: normal;}
.col-index-strength .content .s-content ul{margin: 4vh 0 12vh;display: flex;align-items: center;justify-content: space-between; overflow:hidden;}
.col-index-strength .content .s-content ul li{ width:100%; float:left;}
.col-index-strength .content .s-content ul li img{ width:100%;}
.col-index-strength .content .s-content ul li p{font-size: 18px;}
.col-index-strength .content .s-content ul li p:nth-child(1){padding-right: 10px;}
.col-index-strength .content .s-content ul li span{font-size: 3.75rem;line-height: 1;vertical-align: baseline;white-space: nowrap;}
.col-index-strength .content a.more{display: block;width: 200px;height: 52px;border-radius: 25px;background: #006742;color:#fff;text-align: center;line-height: 52px;font-size: 16px;box-shadow: 1.5px 2.598px 8px 0px rgba(22, 168, 139, 0.3);transition: 0.36s; margin: 0 auto;}
.col-index-strength .content a.more:hover{box-shadow: 1.5px 2.598px 8px 0px rgba(22, 168, 139, 0.6);transform: translateY(-2px);}


.col-index-news{padding:11vh 0 9vh;}
.col-index-news .title{width: 24%;padding-bottom: 52px;position: relative;}
.col-index-news .title h2{font-size: 24px;font-weight: normal;margin-bottom: 12px;}
.col-index-news .title h3{font-size: 40px;font-weight: normal;margin-bottom: 4vh;}
.col-index-news .title ul.child li{margin-bottom: 15px;line-height: 1.5;}
.col-index-news .title ul.child li a{display: inline-block;transition: 0.3s;font-size: 18px;color:#666;border-bottom: 2px solid transparent;}
.col-index-news .title ul.child li a:hover{color:#006742;border-bottom: 2px solid #006742;}
.col-index-news .title a.more{display: block;width: 200px;height: 52px;border-radius: 25px;background: #006742d9;color:#fff;text-align: center;line-height: 52px;font-size: 16px;box-shadow: 1.5px 2.598px 8px 0px rgba(22, 168, 139, 0.3);transition: 0.36s;position: absolute;left: 0;bottom: 0;}
.col-index-news .title a.more:hover{box-shadow: 1.5px 2.598px 8px 0px rgba(22, 168, 139, 0.6);transform: translateY(-2px);background-color: #17806e;}
.col-index-news .slides{width: 76%;}
.col-index-news .slides .swiper-container{padding-bottom: calc(8vh + 30px);}
.col-index-news .slides .swiper-slide{ width:33.33%;}
.col-index-news .slides .swiper-slide p.date{color:#666;font-size: 18px;transition: 0.3s color;}
.col-index-news .slides .swiper-slide p.date i.iconfont{margin-right: 5px;font-size: 16px;}
.col-index-news .slides .swiper-slide h3{color:#525252;font-size: 24px;line-height: 1.417;margin: 16px 0 5vh;transition: 0.3s color;}
.col-index-news .slides .swiper-slide .more{color:#666;font-size: 16px;transition: 0.3s color;margin-top: 4.6vh;}
.col-index-news .slides .swiper-slide:hover p.date{color:#006742;}
.col-index-news .slides .swiper-slide:hover h3,.col-index-news .slide .swiper-slide:hover .more{color:#000;}
.col-index-news .slides .swiper-button{width: auto;height: auto;margin-top: auto;top: auto;opacity: 1;outline: none;bottom: 0;color:rgba(0, 0, 0, 0.22);transition: 0.3s;font-size: 40px;font-weight: bold;line-height: 1;}
.col-index-news .slides .swiper-button::after{display: none;}
.col-index-news .slides .swiper-button:hover{color:#0166b3;}
.col-index-news .slides .swiper-button-prev{left: auto;right: 65px;}
.col-index-news .slides .swiper-button-next{right: 0;}


.flex{display: -webkit-flex;display: -ms-flexbox;display: flex;}
.wx{ width:100%; float:left; margin-top: 50px;}
.wx li{ float:left; margin-right:15px;}
.wx li p{ font-size:14px; text-align:center; display:block;}