@charset 'utf-8';
.ff
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.all
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.goog-te-menu-frame
{
    z-index: 999999999 !important;
}
body
{
    font-family: Arial, Helvetica, 'Helvetica Neue', 'PingFang SC', 'Microsoft YaHei', 'Heiti SC', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', sans-serif;

    overflow-x: hidden;
}
body.fixed
{
    overflow: hidden;
}
@media only screen and (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media only screen and (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
.txt-over1
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.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%;
    height: 100%;
}
.page
{
    margin-top: -5px;

    text-align: center;
}
.page li
{
    display: inline-block;

    margin: 5px 10px 0;
}
@media (max-width: 991px)
{
    .page li
    {
        margin: 5px 8px 0;
    }
}
@media (max-width: 767px)
{
    .page li
    {
        margin: 5px 3px 0;
    }
}
.page li a,
.page li span
{
    font-size: 16px;
    line-height: 42px;

    display: block;
    overflow: hidden;

    width: 42px;
    height: 42px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;
    vertical-align: middle;

    color: #999;
}
@media (max-width: 991px)
{
    .page li a,
    .page li span
    {
        line-height: 35px;

        width: 35px;
        height: 35px;
    }
}
@media (max-width: 767px)
{
    .page li a,
    .page li span
    {
        font-size: 12px;
        line-height: 23px;

        width: 25px;
        height: 25px;
        margin: 0 1px;
    }
}
.page li.prev a,
.page li.next a,
.page li.prev span,
.page li.next span
{
    font-size: 24px;
}
.page li.prev a:before,
.page li.next a:before,
.page li.prev span:before,
.page li.next span:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px)
{
    .page li.prev a,
    .page li.next a,
    .page li.prev span,
    .page li.next span
    {
        font-size: 20px;
    }
}
.page li.prev a:before,
.page li.prev span:before
{
    content: '\e9b5';
}
.page li.next a:before,
.page li.next span:before
{
    content: '\e72f';
}
.page li.active a,
.page li.active span
{
    color: #fff;
    background-color: #1cbe8a;
}
@media (min-width: 1200px)
{
    .page li:hover a,
    .page li:hover span
    {
        color: #fff;
        background-color: #1cbe8a;
    }
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
@media (max-width: 767px)
{
    .table-box
    {
        padding: 0 5px;
    }
}
table
{
    width: 100%;
    max-width: 98%;

    border-spacing: 0;
    border-collapse: collapse;

    text-align: center;
}
table tr,
table td,
table th
{
    width: auto !important;
    height: auto !important;
}
table td,
table th
{
    padding: 5px !important;

    border: 1px solid #cecece !important;
}
table tr p,
table tr span,
table th p,
table th span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
img.lazy
{
    min-width: 1px;
    min-height: 1px;

    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 800px;
    max-width: 80%;
    height: 600px;
    max-height: 50%;
    margin: 0;
}
.fancybox-slide--video video
{
    max-width: 80%;
    padding: 0;
}
@media (max-width: 767px)
{
    .fancybox-slide--video video
    {
        max-width: 95%;
    }
}
.header
{
    z-index: 9999;

    width: 100%;

    -webkit-transition: .4s ease-out;
            transition: .4s ease-out;
}
@media (min-width: 1200px)
{
    .header
    {
        -webkit-transition: .3s;
                transition: .3s;
    }
    .header.fixed .header-box
    {
        position: fixed;
        z-index: 9999;
        bottom: 100%;
        left: 0;

        width: 100%;

        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
        -webkit-transform: translateY(100%);
        -webkit-transform: translate3d(0, 100%, 0);
            -ms-transform: translateY(100%);
                transform: translateY(100%);
                transform: translate3d(0, 100%, 0);

        box-shadow: 0 2px 14px 1px rgba(0, 0, 0, .2);
    }
    .header.fixed .logo a
    {
        padding: 10px 40px;
    }
    .header.fixed .nav .nav-list1 > li > a
    {
        padding: 21px 0;
    }
}
@media (max-width: 1199px)
{
    .header
    {
        position: relative;
    }
}
.header .header-box
{
    position: relative;

    background-color: #fff;
}
.header .logo
{
    position: absolute;
    z-index: 15;
    top: 0;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.header .logo a
{
    position: relative;
    z-index: 10;

    display: block;
    overflow: hidden;

    padding: 15px 30px;

    -webkit-transition: .3s;
            transition: .3s;

    border-radius: 0 0 10px 10px;
    background-color: #fff;
    box-shadow: 0 0 14px 1px rgba(0, 0, 0, .1);
}
.header .logo a img
{
    display: block;

    width: 100%;
}
@media (max-width: 1349px)
{
    .header .logo a
    {
        padding: 20px 25px;
    }
}
@media (max-width: 1199px)
{
    .header .logo a
    {
        padding: 10px 25px;
    }
}
@media (max-width: 480px)
{
    .header .logo a
    {
        width: 120px;
        padding: 10px 15px;
    }
}
.header .right-box
{
    position: relative;
    z-index: 16;
}
@media (min-width: 1200px)
{
    .header .right-box
    {
        text-align: center;
    }
}
@media (max-width: 1199px)
{
    .header .right-box
    {
        overflow: hidden;

        padding: 25px 0 20px;
    }
}
@media (max-width: 480px)
{
    .header .right-box
    {
        padding: 20px 0 15px;
    }
}
.header .right-box > div
{
    display: inline-block;

    vertical-align: middle;
}
@media (min-width: 1200px)
{
    .header .right-box > div.nav
    {
        display: inline-block !important;
    }
}
@media (max-width: 1199px)
{
    .header .right-box > div.nav
    {
        display: none;
    }
}
.header .right-box > div.search-wrap
{
    display: none;
}
.header .right-box > div.google-translate
{
    min-width: 110px;
	display: none;
}
@media (max-width: 1199px)
{
    .header .right-box > div.google-translate
    {
        float: right;

        margin-right: 15px;
    }
}
@media (max-width: 767px)
{
    .header .right-box > div.google-translate
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .header .right-box .fade-out ~ .google-translate
    {
        position: fixed;
        z-index: 10000;
        top: 30px;
        left: 30px;

        display: block !important;

        -webkit-transition: .3s;
                transition: .3s;
    }
    .header .right-box .fade-out.left-100 ~ .google-translate
    {
        top: -30px;

        opacity: 0;
    }
}
.header .cart-btn
{
    line-height: 100px;

    display: inline-block;
    overflow: hidden;

    width: 80px;
    height: 100px;

    text-align: center;

    color: #fff;
}
@media (max-width: 991px)
{
    .header .cart-btn
    {
        line-height: 80px;

        height: 80px;
    }
}
@media (max-width: 767px)
{
    .header .cart-btn
    {
        line-height: 60px;

        width: 50px;
        height: 60px;
    }
}
.header .cart-btn a
{
    position: relative;

    display: block;
}
.header .cart-btn a:before
{
    font-family: 'iconfont' !important;
    font-size: 25px;

    content: '\e62a';
}
.header .cart-btn a .num
{
    font-size: 12px;
    line-height: 1;

    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    margin-top: -22px;
    margin-left: 2px;
    padding: 2px 5px;

    color: #fff;
    border-radius: 50%;
    background-color: #1cbe8a;
}
.header .language
{
    font-size: 0;

    margin: 0 30px 0 20px;

    letter-spacing: -8px;
}
.header .language a
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 24px;
    height: 24px;
    margin: 0;

    -webkit-transition: .2s;
            transition: .2s;

    border-radius: 50%;
    background: url(../images/language.png) no-repeat 0 100%;
    background-size: 300% auto;
}
.header .language a.es
{
    background-position: 50% 100%;
}
@media (max-width: 1349px)
{
    .header .language
    {
        margin: 0 20px 0 15px;
		display: none !important;
    }
}
@media (max-width: 1199px)
{
    .header .language
    {
        margin: 0 10px;
		display: none !important;
    }
    .header .language a
    {
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 480px)
{
    .header .language
    {
        margin: 0;
		display: none !important;
    }
}
@media (min-width: 1200px)
{
    .header .mouse-line
    {
        position: absolute;
        z-index: 2;
        left: 0;

        display: block;

        height: 3px;

        -webkit-transition: all .4s cubic-bezier(0, .225, .435, 1.3);
                transition: all .4s cubic-bezier(0, .225, .435, 1.3);

        background-color: #f28684;
    }
    .header .mouse-line.nav-line
    {
        top: 0;
    }
    .header .mouse-line.inside-line
    {
        bottom: -1px;
    }
}
.header .cart
{
    margin-right: 15px;
}
@media (max-width: 767px)
{
    .header .cart
    {
        margin-right: 10px;
    }
}
.header .cart a
{
    font-size: 16px;
}
.header .cart a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e619';
}
.header .find
{
    font-size: 20px;
    cursor: pointer;
}
@media (min-width: 1200px)
{
    .header .find
    {
        margin-left: 5px;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        margin-right: 10px;
    }
}
.header .find:before
{
    font-family: 'iconfont' !important;

    content: '\e660';
}
.header .nav-collapse
{
    position: relative;

    display: none;

    width: 40px;
    height: 40px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: inline-block;
        float: right;

        margin-top: -8px;

        vertical-align: middle;
    }
    .header .nav-collapse.nav-collapse-xs
    {
        position: relative;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 20px;
        right: 20px;

        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: 5px;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 28px;
    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: 32%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 68%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #333;
}
.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
    {
        position: relative;
        z-index: 10;

        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: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 25px;
    }
}
.header .nav.left-100
{
    -webkit-transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200
{
    -webkit-transform: translateX(-200%);
    -webkit-transform: translate3d(-200%, 0, 0);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
            transform: translate3d(-200%, 0, 0);
}
.header .nav.left-300
{
    -webkit-transform: translateX(-300%);
    -webkit-transform: translate3d(-300%, 0, 0);
        -ms-transform: translateX(-300%);
            transform: translateX(-300%);
            transform: translate3d(-300%, 0, 0);
}
.header .nav.left-400
{
    -webkit-transform: translateX(-400%);
    -webkit-transform: translate3d(-400%, 0, 0);
        -ms-transform: translateX(-400%);
            transform: translateX(-400%);
            transform: translate3d(-400%, 0, 0);
}
.header .nav .nav-list1
{
    position: relative;

    zoom: 1;
}
.header .nav .nav-list1:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 li a
    {
        white-space: nowrap;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;

        float: left;

        padding: 0 25px;
    }
    .header .nav .nav-list1 > li:first-child
    {
        margin-left: 25px;
    }

    .header .nav .nav-list1 > li:nth-child(5)
    {
        margin-left: 210px;
    }
    .header .nav .nav-list1 > li:hover > a
    {
        opacity: 1;
    }
    .header .nav .nav-list1 > li:hover > a span:after
    {
        width: 100%;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 18px;

        display: block;

        padding: 30px 0;

        text-transform: uppercase;
    }
    .header .nav .nav-list1 > li > a > span
    {
        position: relative;

        display: block;

        padding: 8px 0;
    }
    .header .nav .nav-list1 > li > a > span:after
    {
        position: absolute;
        bottom: 0;
        left: 50%;

        width: 0;
        height: 3px;

        content: '';
        -webkit-transition: .3s;
                transition: .3s;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);

        background-color: #1cbe8a;
    }
    .header .nav .nav-list1 ul
    {
        position: absolute;

        display: none;

        text-align: left;

        background-color: #fff;
        background-clip: padding-box;
        box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .15);
    }
    .header .nav .nav-list1 ul li:hover > a
    {
        text-decoration: underline;

        color: #1cbe8a;
    }
    .header .nav .nav-list1 ul a
    {
        position: relative;

        display: block;

        padding: 5px 0;
    }
    .header .nav .nav-list1 .nav-list2
    {
        z-index: 10;
        top: 100%;
        left: 50%;

        min-width: 140px;
        padding: 15px 0;
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        position: relative;

        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        padding: 5px 15px;

        text-align: center;
    }
    .header .nav .nav-list1 .nav-list2 ul
    {
        top: 0;
        left: 100%;

        min-width: 120px;
        padding: 10px 0;

        border-left: 1px solid transparent;
    }
    .header .nav .nav-list1 .nav-list2 ul > li > a
    {
        padding: 5px 15px;
    }
    .header .nav .nav-list1 .active > a span:after
    {
        width: 100%;
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 20px;
    }
    .header .nav .nav-list1 > li:first-child
    {
        margin-left: 45px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 12px;
    }
    .header .nav .nav-list1 > li:first-child
    {
        margin-left: 70px;
    }
}
@media (min-width: 1200px) and (max-width: 1719px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 15px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-15px) rotateX(90deg);
                transform: translateX(-15px) rotateX(90deg);
        white-space: nowrap;

        opacity: 0;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1 ul
    {
        display: none;
    }
    .header .nav .nav-list1 ul a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
@media (max-height: 580px)
{
    .header .nav .nav-list1 ul a
    {
        margin-top: 0;
    }
}
.header .nav .nav-list2
{
    left: 100%;
}
.header .mask-nav
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .mask-nav
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background: #000;
    }
}
.header .mask-nav .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 .mask-nav .nav-top .back-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;

    content: '\e9b5';
}
.header .mask-nav .nav-top .nav-title
{
    font-size: 30px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .mask-nav .nav-top .nav-title
    {
        font-size: 20px;
    }
}
.header .mask-nav .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .mask-nav .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .mask-nav .content
{
    position: relative;

    overflow: auto;

    height: 85%;
    margin-top: 4%;

    -ms-touch-action: pan-y;
        touch-action: pan-y;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.header .mask-nav .content::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    border-radius: 5px;
    background-color: #fff;
}
.header .mask-nav .content::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.header .mask-nav .content::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: #666;
}
.header .mask-nav .content::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .4);
}
@media (max-width: 767px)
{
    .header .mask-nav .content ul
    {
        padding: 0 15px;
    }
}
.header .mask-nav .content ul li
{
    font-size: 24px;
    line-height: 50px;

    margin: 20px 0;

    text-align: left;
}
@media (max-width: 991px)
{
    .header .mask-nav .content ul li
    {
        margin: 10px 0;
    }
}
@media (max-width: 767px)
{
    .header .mask-nav .content ul li
    {
        font-size: 4.5vmin;
        line-height: 1.6;

        margin: 0;
        margin-bottom: 5px;
    }
}
.header .mask-nav .content ul li.more
{
    position: relative;
}
.header .mask-nav .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 .mask-nav .content ul li a
{
    display: inline-block;
}
.header .mask-nav .content ul ul
{
    display: none;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-4
{
    left: 300%;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        overflow: auto;

        max-height: 90%;
        margin: 0;

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        text-transform: uppercase;

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 8px 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';
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 0;

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 20px;
        line-height: 2;

        display: inline-block;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@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;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .xs-language
{
    position: absolute;
    bottom: 30px;
    left: 0;

    display: none;

    width: 100%;
    padding-left: 25px;

    text-align: left;
}
@media (max-width: 480px)
{
    .header .xs-language
    {
        display: block !important;
    }
}
.search-wrap
{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;
    margin: 0;

    background-color: rgba(0, 0, 0, .9);
}
.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
{
    font-size: 16px;

    margin-bottom: 50px;

    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
.search-wrap .search .input-text
{
    font-size: 16px;
    line-height: 40px;

    width: 100%;
    padding: 0 35px 5px 20px;

    text-align: center;

    color: #fff;
    border-bottom: 3px solid #666;
    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;
}
.slick-dots
{
    text-align: center;
}
.slick-dots li
{
    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 4px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;

    opacity: .4;
    border-radius: 8px;
    background: #fff;
}
.slick-dots li.slick-active
{
    width: 20px;

    opacity: 1;
}
@media (min-width: 1200px)
{
    .slick-dots li:hover
    {
        opacity: 1;
    }
}
@media (max-width: 767px)
{
    .slick-dots li
    {
        width: 7px;
        height: 7px;

        border-radius: 7px;
    }
}
.slick-dots li button
{
    display: none;
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

    letter-spacing: -8px;
}
.banner:hover .slick-arrow
{
    opacity: 1;
}
.banner img
{
    display: block;

    width: 100%;
}
@media (max-width: 1199px)
{
    .banner .slick
    {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 991px)
{
    .banner .slick
    {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 480px)
{
    .banner .slick
    {
        width: 100%;
        max-width: 100%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 20px;
    left: 50%;

    -webkit-transform: translateX(-50%) translateZ(10px);
            transform: translateX(-50%) translateZ(10px);
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 5%;

        display: none;
    }
}
.banner .item
{
    position: relative;

    display: block;
}
.banner .slick-arrow
{
    font-size: 32px;
    line-height: 60px;

    position: absolute;
    z-index: 20;
    top: 50%;

    display: block;

    width: 60px;
    height: 60px;
    padding: 0;

    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    opacity: 0;
    color: #1cbe8a;
    border-radius: 50%;
    background: none;
    background-color: rgba(255, 255, 255, .7);
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-transition: .3s;
            transition: .3s;
    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.banner .slick-arrow:after
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
        -ms-transform: translateX(-50%) translateY(-50%) scale(0);
            transform: translateX(-50%) translateY(-50%) scale(0);

    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
}
@-webkit-keyframes scale
{
    0%
    {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
                transform: translateX(-50%) translateY(-50%) scale(1);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1.25);
                transform: translateX(-50%) translateY(-50%) scale(1.25);

        opacity: .2;
    }
}
@keyframes scale
{
    0%
    {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
                transform: translateX(-50%) translateY(-50%) scale(1);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1.25);
                transform: translateX(-50%) translateY(-50%) scale(1.25);

        opacity: .2;
    }
}
@media (min-width: 1200px)
{
    .banner .slick-arrow:hover:after
    {
        -webkit-animation: scale 2000ms linear infinite;
                animation: scale 2000ms linear infinite;
    }
}
.banner .slick-prev
{
    left: 2.60416667%;
}
.banner .slick-prev:before
{
    content: '\eb60';
}
.banner .slick-next
{
    right: 2.60416667%;
}
.banner .slick-next:before
{
    content: '\e625';
}
.title
{
    margin-bottom: 45px;

    text-align: center;
}
.title:after
{
    display: block;

    width: 30px;
    height: 6px;
    margin: 15px auto 0;

    content: '';

    border-radius: 3px;
    background-color: #1cbe8a;
}
.title h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 8px;
}
.title p
{
    font-size: 16px;
    margin: 0;
	line-height: 28px;
	color: #666;
}
@media (max-width: 991px)
{
    .title
    {
        margin-bottom: 35px;
    }
}
@media (max-width: 767px)
{
    .title
    {
        margin-bottom: 25px;
    }
    .title:after
    {
        height: 4px;
        margin-top: 10px;
    }
    .title h3
    {
        font-size: 24px;
    }
}
.index-box
{
    padding: 100px 0;

    background: no-repeat top center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .index-box
    {
        padding: 70px 0;
    }
}
@media (max-width: 991px)
{
    .index-box
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .index-box
    {
        padding: 45px 0;
    }
}
.index-box .slick-arrow
{
    position: absolute;
    z-index: 20;
    top: 50%;

    display: block;

    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: .3;
    color: #fff;
    background: none;
}
.index-box .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-box .slick-arrow:hover
{
    opacity: 1;
}
.index-box .slick-prev
{
    left: -60px;
}
.index-box .slick-prev:before
{
    content: '\eb60';
}
.index-box .slick-next
{
    right: -60px;
}
.index-box .slick-next:before
{
    content: '\e625';
}
.num-box
{
    padding: 25px 0 65px;
}
@media (max-width: 480px)
{
    .num-box
    {
        padding: 5px 0 20px;
    }
}
.num-box .row
{
    font-size: 0;
	margin: 0 auto;
	width: 1100px;
	letter-spacing: -8px;
}
.num-box .row:after
{
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}
@media (max-width: 480px)
{
    .num-box .row
    {
        margin-right: -5px;
        margin-left: -5px;
		width: 100%;
    }
}
.num-box li
{
    font-size: 14px;

    position: relative;

    display: inline-block;
    float: none;

    width: 33.333%;
    margin-top: 35px;
    padding: 0 15px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 1199px)
{
    .num-box li
    {
        width: 33.3333333%;
    }
}
@media (max-width: 480px)
{
    .num-box li
    {
        width: 50%;
        padding: 0 5px;
    }
}
.num-box .item
{
    position: relative;

    max-width: 100%;
    margin: 0 auto;
    padding-left: 100px;
}
@media (max-width: 991px)
{
    .num-box .item
    {
        padding-left: 80px;
    }
}
@media (max-width: 767px)
{
    .num-box .item
    {
        padding-left: 65px;
    }
}
.num-box .iconfont
{
    font-size: 35px;
    line-height: 78px;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 80px;
    height: 80px;

    text-align: center;

    color: #1cbe8a;
    border: 1px dashed #bdbdbd;
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .num-box .iconfont
    {
        line-height: 68px;

        width: 70px;
        height: 70px;
    }
}
@media (max-width: 991px)
{
    .num-box .iconfont
    {
        font-size: 30px;
        line-height: 58px;

        width: 60px;
        height: 60px;
    }
}
@media (max-width: 767px)
{
    .num-box .iconfont
    {
        font-size: 25px;
        line-height: 48px;

        width: 50px;
        height: 50px;
    }
}
.num-box .number
{
    font-size: 50px;
    font-weight: bold;
    line-height: 1;

    position: relative;

    white-space: nowrap;

    color: #1cbe8a;
}
@media (max-width: 991px)
{
    .num-box .number
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .num-box .number
    {
        font-size: 34px;
    }
}
@media (max-width: 480px)
{
    .num-box .number
    {
        font-size: 30px;
    }
}
.num-box .number span
{
    position: relative;
    z-index: 10;
}
.num-box sup
{
    font-size: 20px;
    font-weight: 300;
    line-height: normal;

    top: 0;

    margin-left: 5px;

    vertical-align: top;
}
@media (max-width: 480px)
{
    .num-box sup
    {
        font-size: 14px;
    }
}
.num-box p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .num-box p
    {
        font-size: 15px;
    }
}
@media (max-width: 480px)
{
    .num-box p
    {
        font-size: 14px;
    }
}
.index-num
{
    border-bottom: 1px solid #eee;
}
.index-product .row
{
    margin-top: -30px;
}
@media (max-width: 1349px)
{
    .index-product .row
    {
        margin: -24px -12px 0;
    }
}
@media (max-width: 1199px)
{
    .index-product .row
    {
        margin: -20px -10px 0;
    }
}
@media (max-width: 991px)
{
    .index-product .row
    {
        margin: -16px -8px 0;
    }
}
@media (max-width: 480px)
{
    .index-product .row
    {
        padding: 0 2%;
    }
}
.index-product li
{
    margin-top: 30px;
}
@media (max-width: 1349px)
{
    .index-product li
    {
        margin-top: 24px;
        padding: 0 12px;
    }
}
@media (max-width: 1199px)
{
    .index-product li
    {
        margin-top: 20px;
        padding: 0 10px;
    }
}
@media (max-width: 991px)
{
    .index-product li
    {
        margin-top: 16px;
        padding: 0 8px;
    }
}
@media (max-width: 480px)
{
    .index-product li
    {
        width: 100%;
    }
}
.index-product .list1 .img-box
{
    padding-bottom: 60%;
}
.index-product .list2 .img-box
{
    padding-bottom: 32.25806452%;
}
.index-product .list3 .img-box
{
    padding-bottom: 66.66666667%;
}
.index-product .list4 .img-box
{
    padding-bottom: 66.66666667%;
}
.index-product .item
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    border-radius: 10px;
}
@media (min-width: 1200px)
{
    .index-product .item img
    {
        -webkit-transition:         transform 1s;
        -webkit-transition: -webkit-transform 1s;
                transition: -webkit-transform 1s;
                transition:         transform 1s;
                transition:         transform 1s, -webkit-transform 1s;
    }
    .index-product .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.index-product .name
{
    font-size: 16px;
    position: absolute;
    z-index: 2;
    bottom: 5px;
    left: 0;
    padding: 5px 15px;
    background-color: #1cbe8a;
}
@media (max-width: 1199px)
{
    .index-product .name
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .index-product .name
    {
        font-size: 14px;

        padding: 7px 15px;
    }
}
@media (max-width: 480px)
{
    .index-product .name
    {
        font-size: 3.5vmin;

    }
}
.index-product .name a
{
    font-weight: 300;

    display: block;

    color: #fff;
}
.index-about .about .title
{
    color: #fff;
}
.index-about .about .intro
{
    padding: 50px 80px 35px;

    color: #000;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .95);
}
@media (max-width: 991px)
{
    .index-about .about .intro
    {
        padding: 40px 40px 30px;
    }
}
@media (max-width: 480px)
{
    .index-about .about .intro
    {
        padding: 40px 25px 30px;
    }
}
.index-about .about .intro h1
{
    font-size: 24px;
    font-weight: normal;

    margin: 0 0 20px;

    text-align: center;
}
@media (max-width: 480px)
{
    .index-about .about .intro h1
    {
        font-size: 22px;

        margin-bottom: 15px;
    }
	.index-about .about .intro p img {
		width: 95%;
	}
}
.index-about .about .intro p
{
    line-height: 2;
	text-align: center;
    margin: 0;
}
.index-about .about .more
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .index-about .about .more
    {
        margin-top: 25px;
    }
}
.index-about .about .more a
{
    line-height: 42px;

    display: block;

    width: 150px;
    height: 42px;
    margin: 0 auto;

    text-align: center;

    color: #fff;
    background-color: #1cbe8a;
}
@media (min-width: 1200px)
{
    .index-about .about .more a
    {
        -webkit-transition: .3s;
                transition: .3s;
    }
    .index-about .about .more a:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
@media (max-width: 1199px)
{
    .index-about .about .more a:active
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
@media (max-width: 991px)
{
    .index-about .about .more a
    {
        line-height: 35px;

        width: 120px;
        height: 35px;
    }
}
.index-about .advantage
{
    margin-top: 100px;
}
@media (max-width: 1199px)
{
    .index-about .advantage
    {
        margin-top: 80px;
    }
}
@media (max-width: 991px)
{
    .index-about .advantage
    {
        margin-top: 60px;
    }
}
@media (max-width: 767px)
{
    .index-about .advantage
    {
        margin-top: 40px;
    }
}
.index-about .list
{
    font-size: 0;

    margin-top: -40px;

    letter-spacing: -8px;
}
@media (max-width: 480px)
{
    .index-about .list
    {
        margin: -30px -5px 0;
    }
}
.index-about .list li
{
    font-size: 14px;

    display: inline-block;

    width: 25%;
    margin-top: 40px;
    padding: 0 15px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 1199px)
{
    .index-about .list li
    {
        width: 33.3333333%;
    }
}
@media (max-width: 767px)
{
    .index-about .list li
    {
        width: 50%;
    }
}
@media (max-width: 480px)
{
    .index-about .list li
    {
        margin-top: 30px;
        padding: 0 5px;
    }
}
.index-about .list .item
{
    position: relative;

    padding: 40px 10px 5px;

    -webkit-transition: .4s;
            transition: .4s;
    text-align: center;

    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}
.index-about .list .item,
.index-about .list .item:before
{
    border-radius: 10px;
}
.index-about .list .item:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: .6s;
            transition: .6s;

    opacity: 0;
    background: url(/images/advantage-bg.jpg) no-repeat bottom center;
}
@media (min-width: 1200px)
{
    .index-about .list .item:hover
    {
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    .index-about .list .item:hover *
    {
        color: #fff;
    }
    .index-about .list .item:hover:before
    {
        opacity: 1;
    }
    .index-about .list .item:hover .num
    {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
}
@media (max-width: 767px)
{
    .index-about .list .item
    {
        padding-top: 25px;
    }
}
.index-about .list .intro
{
    position: relative;
    z-index: 3;
}
.index-about .list .iconfont
{
    font-size: 36px;

    display: block;

    color: #1cbe8a;
}
.index-about .list p
{
    font-size: 20px;
    line-height: 1.6;

    width: 100px;
    max-width: 100%;
    margin: 10px auto 10px;

    color: #000;
}
@media (max-width: 1199px)
{
    .index-about .list p
    {
        font-size: 18px;

        margin: 25px auto 15px;
    }
}
@media (max-width: 767px)
{
    .index-about .list p
    {
        font-size: 16px;

        margin: 15px auto 0;
    }
}
.index-about .list .num
{
    font-size: 14px;
    line-height: 2;
    display: block;
    color: #000;
	padding: 15px;
}
@media (max-width: 767px)
{
    .index-about .list .num
    {
        //font-size: 54px;
    }
}
.index-factory
{
    overflow: hidden;
}
.index-factory .title
{
    color: #fff;
}
.index-factory .title:after
{
    margin-top: 10px;

    background-color: #fff;
}
.index-factory .title p
{
    color: #bdefe0;
}
.index-factory .slick-factory
{
    margin-top: -5px;
    margin-bottom: 20px;
}
@media (max-width: 480px)
{
    .index-factory .slick-factory
    {
        margin: 0;
    }
}
.index-factory .slick-list
{
    margin: 0 -15px;
}
@media (max-width: 991px)
{
    .index-factory .slick-list
    {
        margin: 0 -10px;
    }
}
.index-factory .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 991px)
{
    .index-factory .slick-slide
    {
        padding: 0 10px;
    }
}
.index-factory .item
{
    position: relative;

    cursor: pointer;
}
@media (min-width: 1200px)
{
    .index-factory .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .index-factory .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.index-factory .item:hover .more
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}
.index-factory .item .img-box
{
    overflow: hidden;

    padding-bottom: 66.66666667%;

    border-radius: 10px;
}
.index-factory .more
{
    font-size: 16px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    width: 100%;

    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    text-align: center;

    opacity: 0;
}
.index-factory .more span
{
    padding: 10px 48px;

    color: #fff;
    border-radius: 15px;
    background-color: #1cbe8a;
}
.index-reviews
{
    background-color: #f6f6f6;
}
.index-reviews .slick-reviews
{
    margin-top: -10px;
}
.index-reviews .slick-list
{
    margin: 0 -15px;
}
.index-reviews .slick-dots li
{
    background-color: #1cbe8a;
}
.index-reviews .slick-arrow
{
    color: #ccc;
}
.index-reviews .slick-slide
{
    padding: 15px;
}
.index-reviews .item,
.index-reviews .name
{
    -webkit-transition: .3s;
            transition: .3s;
}

.index-reviews .item
{
    padding: 10px;
	margin-bottom: 16px;

    border: 3px solid #fff;
    background-color: #fff;
    box-shadow: 0 0 14px 1px rgba(0, 0, 0, .05);
}
.index-reviews .item .img-box
{
	padding-bottom: 60%;
}
@media (min-width: 1200px)
{
    .index-reviews .item:hover
    {
        border-color: #0078de;
    }
    .index-reviews .item:hover .name
    {
        color: #1cbe8a;
    }
}
@media (max-width: 480px)
{
    .index-reviews .item
    {
        padding: 25px 20px 30px;
    }
}
.index-reviews .info-box
{
    margin-bottom: 25px;
    padding-right: 14%;

    text-align: center;
}
.index-reviews .info-box > div
{
    display: inline-block;

    vertical-align: middle;
}
.index-reviews .pic-box
{
    width: 100px;
    margin-right: 15px;
}
@media (max-width: 480px)
{
    .index-reviews .pic-box
    {
        width: 80px;
        margin-right: 10px;
    }
}
.index-reviews .name
{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
	padding-top: 15px;

    color: #000;
}
.index-reviews .name + span
{
    color: #666;
}
.index-reviews .name + span:before
{
    content: '– ';
}
@media (max-width: 480px)
{
    .index-reviews .name
    {
        font-size: 18px;
    }
}
.index-reviews .info
{
    max-width: -webkit-calc(100% - 120px);
    max-width:         calc(100% - 120px);

    text-align: left;
}
@media (max-width: 480px)
{
    .index-reviews .info
    {
        max-width: -webkit-calc(100% - 100px);
        max-width:         calc(100% - 100px);
    }
}
.index-reviews .img-box
{
    z-index: 2;

    border-radius: 5px;
}
.index-reviews p
{
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.index-news .list
{
    margin-top: -30px;
}
.index-news .item
{
    margin-top: 30px;
}
@media (min-width: 1200px)
{
    .index-news .item img
    {
        -webkit-transition:         transform 1s;
        -webkit-transition: -webkit-transform 1s;
                transition: -webkit-transform 1s;
                transition:         transform 1s;
                transition:         transform 1s, -webkit-transform 1s;
    }
    .index-news .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.index-news .img-box
{
    padding-bottom: 49.27536232%;
}
.index-news .pic-box
{
    position: relative;
}
.index-news .date
{
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;

    padding: 8px 16px;

    text-align: center;

    color: #fff;
    background-color: #1cbe8a;
}
.index-news .day
{
    font-size: 24px;
    line-height: 1;
}
.index-news h4
{
    font-size: 16px;

    overflow: hidden;

    margin: 15px 0 10px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (min-width: 1200px)
{
    .index-news h4:hover
    {
        text-decoration: underline;
    }
}
.index-news p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    max-height: 72px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.index-news .left .item
{
    width: 690px;
    max-width: 100%;
}
@media (min-width: 1200px)
{
    .index-news .left .item:hover h4
    {
        color: #1cbe8a;
    }
}
@media (max-width: 480px)
{
    .index-news .left .date
    {
        top: 10px;
        left: 10px;

        padding: 2px 8px;
    }
    .index-news .left .date .day
    {
        font-size: 20px;
    }
    .index-news .left .date .year
    {
        font-size: 12px;
    }
}
.index-news .right .item
{
    overflow: hidden;

    padding-right: 20px;

    -webkit-transition: background-color .5s;
            transition: background-color .5s;
}
@media (min-width: 1200px)
{
    .index-news .right .item:hover
    {
        background-color: #1cbe8a;
    }
    .index-news .right .item:hover h4,
    .index-news .right .item:hover p
    {
        color: #fff;
    }
}
@media (min-width: 481px)
{
    .index-news .right .pic-box
    {
        float: left;

        width: 250px;
        margin-right: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .index-news .right .pic-box
    {
        width: 220px;
    }
}
.index-news .right .date
{
    top: 10px;
    left: 10px;

    padding: 2px 8px;
}
.index-news .right .day
{
    font-size: 20px;
}
.index-news .right .year
{
    font-size: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .index-news .right h4
    {
        margin-top: 5px;
    }
}
.public-banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.public-banner img
{
    position: relative;

    width: 100%;
}
@media (max-width: 991px)
{
    .public-banner img
    {
        width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 480px)
{
    .public-banner img
    {
        width: 150%;
        margin-left: -25%;
    }
}
.inside-nav
{
    margin-bottom: 30px;

    text-align: center;
}
.inside-nav .nav-wrap
{
    overflow-x: auto;

    padding-bottom: 10px;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.inside-nav .nav-wrap::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    background-color: #fefefe;
}
.inside-nav .nav-wrap::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
@media (max-width: 1199px)
{
    .inside-nav .nav-wrap
    {
        padding-bottom: 10px;
    }
}
.inside-nav ul
{
    display: inline-block;

    white-space: nowrap;
}
.inside-nav li
{
    display: inline-block;

    padding: 0 5px;

    color: #000;
}
@media (max-width: 1199px)
{
    .inside-nav li
    {
        padding: 0;
    }
}
.inside-nav li a
{
    font-size: 20px;

    display: block;

    padding: 7px 38px;

    color: #666;
}
@media (max-width: 1469px)
{
    .inside-nav li a
    {
        padding: 7px 32px;
    }
}
@media (max-width: 1349px)
{
    .inside-nav li a
    {
        padding: 7px 28px;
    }
}
@media (max-width: 1199px)
{
    .inside-nav li a
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .inside-nav li a
    {
        font-size: 16px;

        padding: 7px 20px;
    }
}
@media (max-width: 767px)
{
    .inside-nav li a
    {
        font-size: 14px;

        padding: 5px 15px;
    }
}
@media (max-width: 480px)
{
    .inside-nav li a
    {
        font-size: 13px;

        padding: 5px 10px;
    }
}
@media (min-width: 1200px)
{
    .inside-nav li a:hover
    {
        color: #1cbe8a;
    }
}
.inside-nav li.active a
{
    color: #fff;
    background-color: #1cbe8a;
}
.breadcrumb
{
    margin: 10px 0 25px;
    padding: 0;
    padding: 15px;

    color: #333;
}
@media (max-width: 767px)
{
    .breadcrumb
    {
        padding: 5px 10px;
    }
}
.breadcrumb li
{
    text-transform: capitalize;
}
.breadcrumb li:first-child:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    margin-right: 15px;

    content: '\e6c8';
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .breadcrumb li:first-child:before
    {
        font-size: 16px;

        margin-right: 5px;
    }
}
.breadcrumb li:last-child:before
{
    padding-right: 12px;
}
@media (max-width: 767px)
{
    .breadcrumb li a
    {
        font-size: 12px;
    }
}
@media (min-width: 1200px)
{
    .breadcrumb li a:hover
    {
        text-decoration: underline;

        color: #1cbe8a;
    }
}
@media (max-width: 1199px)
{
    .breadcrumb li a:active
    {
        text-decoration: underline;

        color: #1cbe8a;
    }
}
.breadcrumb > li + li:before
{
    padding: 0 10px;

    content: '>';
}
@media (max-width: 767px)
{
    .breadcrumb > li + li:before
    {
        padding: 0 5px;
    }
}
@media (max-width: 991px)
{
    .list-l
    {
        display: none;
    }
}
.list-l .menu-wrap
{
    position: relative;
    z-index: 20;
}
.list-l .menu
{
    position: relative;
    z-index: 10;
}
.list-l .menu a
{
    display: block;
}
.list-l .menu1 > li
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    margin-bottom: 5px;

    -webkit-transition: .3s;
            transition: .3s;

    border-radius: 10px;
}
.list-l .menu1 > li:first-child
{
    margin-top: 0;
}
.list-l .menu1 > li.more
{
    position: relative;
}
.list-l .menu1 > li.more .more-btn
{
    font-size: 20px;
    font-style: normal;
    line-height: 50px;

    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

    width: 40px;

    cursor: pointer;
    text-align: center;
}
.list-l .menu1 > li.more .more-btn:after
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\e602';
    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.list-l .menu1 > li.active > a,
.list-l .menu1 > li:hover > a
{
    color: #fff;
    background-color: #1cbe8a;
}
.list-l .menu1 > li.active > a:before,
.list-l .menu1 > li:hover > a:before
{
    background-color: #fff;
}
.list-l .menu1 > li.active .more-btn,
.list-l .menu1 > li:hover .more-btn
{
    color: #fff;
}
.list-l .menu1 > li.active
{
    margin-bottom: 20px;

    box-shadow: 0 0 20px 2px rgba(28, 190, 138, .1);
}
.list-l .menu1 > li.active .more-btn:after
{
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
}
.list-l .menu1 > li > a
{
    font-size: 16px;

    position: relative;

    padding: 19px 30px;

    -webkit-transition: background-color .3s;
            transition: background-color .3s;

    color: #000;
    background-color: #f6f6f6;
}
@media (max-width: 1469px)
{
    .list-l .menu1 > li > a
    {
        font-size: 15px;
    }
}
.list-l .menu1 ul
{
    display: none;
}
.list-l .menu2
{
    padding: 10px;
}
.list-l .menu2 > li
{
    position: relative;

    margin-top: 2px;

    cursor: pointer;
}
.list-l .menu2 > li > a
{
    line-height: 1.5;

    position: relative;

    display: block;

    padding: 14px 15px 14px 45px;

    color: #666;
}
.list-l .menu2 > li > a:before
{
    position: absolute;
    top: 21px;
    left: 25px;

    display: block;

    width: 6px;
    height: 6px;

    content: '';

    opacity: 0;
    background-color: #1cbe8a;
}
@media (max-width: 1469px)
{
    .list-l .menu2 > li > a
    {
        padding: 14px 15px 14px 35px;
    }
    .list-l .menu2 > li > a:before
    {
        left: 15px;
    }
}
.list-l .menu2 > li:first-child
{
    margin-top: 0;
}
.list-l .menu2 > li:hover > a,
.list-l .menu2 > li.active > a
{
    color: #1cbe8a;
    border-radius: 10px;
    background-color: rgba(28, 190, 138, .1);
}
.list-l .menu2 > li:hover > a:before,
.list-l .menu2 > li.active > a:before
{
    opacity: 1;
}
.inside-page
{
    overflow: hidden;
}
.inside-page .title
{
    margin-bottom: 20px;
}
.inside-page .content
{
    padding: 50px 0 60px;

    background: top center no-repeat;
}
@media (max-width: 991px)
{
    .inside-page .content
    {
        padding: 50px 0;
    }
}
@media (max-width: 767px)
{
    .inside-page .content
    {
        padding: 45px 0;
    }
}
.recruitment-wrap .list-wrap
{
    margin-top: -5px;
}
@media (max-width: 767px)
{
    .recruitment-wrap .list-wrap
    {
        margin-top: -10px;
    }
}
.recruitment-wrap .list-wrap li
{
    margin-bottom: 30px;
    padding: 30px 35px;

    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .1);
}
@media (max-width: 480px)
{
    .recruitment-wrap .list-wrap li
    {
        padding: 30px 20px;
    }
}
.recruitment-wrap .list-wrap h4
{
    font-size: 24px;

    margin: 0 0 15px;

    color: #000;
}
.recruitment-wrap .list
{
    font-size: 0;
    line-height: 2;

    margin: 0 -10px;

    letter-spacing: -8px;

    color: #181818;
}
.recruitment-wrap .list span
{
    font-size: 14px;

    display: inline-block;

    width: 33.333333%;
    padding: 0 10px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .recruitment-wrap .list span
    {
        width: 50%;
    }
}
@media (max-width: 480px)
{
    .recruitment-wrap .list span
    {
        width: 100%;
    }
}
.recruitment-wrap .intro
{
    margin-top: 20px;
}
.recruitment-wrap .intro img
{
    max-width: 100%;
    height: auto !important;
}
.recruitment-wrap .intro p
{
    line-height: 2;

    margin: 0;

    color: #181818;
}
.recruitment-wrap .page
{
    padding-top: 20px;
}
@media (max-width: 991px)
{
    .recruitment-wrap .page
    {
        padding-top: 10px;
    }
}
@media (max-width: 767px)
{
    .recruitment-wrap .page
    {
        padding-top: 0;
    }
}
.talent-concept-wrap .intro-wrap
{
    overflow: hidden;

    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .1);
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .talent-concept-wrap .intro-wrap
    {
        margin: 0 20px;
    }
}
@media only screen and (min-width: 992px)
{
    .talent-concept-wrap .row
    {
        font-size: 0;

        letter-spacing: -8px;
    }
    .talent-concept-wrap .row > div
    {
        font-size: 14px;

        display: inline-block;
        float: none;

        vertical-align: middle;
        letter-spacing: 0;
    }
}
.talent-concept-wrap .intro
{
    padding: 20px 13.04347826%;
}
@media (max-width: 991px)
{
    .talent-concept-wrap .intro
    {
        padding-top: 10%;
    }
}
@media (max-width: 767px)
{
    .talent-concept-wrap .intro
    {
        padding: 35px 5% 1%;
    }
}
.talent-concept-wrap .intro h4
{
    font-size: 30px;
    font-weight: bold;

    margin: 20px 0 10px;

    color: #1cbe8a;
}
@media (max-width: 767px)
{
    .talent-concept-wrap .intro h4
    {
        font-size: 22px;
    }
}
.talent-concept-wrap .intro p
{
    line-height: 2;

    margin: 0;

    color: #000;
}
.talent-concept-wrap .intro img
{
    max-width: 100%;
}
.talent-concept-wrap .pic
{
    overflow: hidden;
}
.talent-concept-wrap .pic img
{
    position: relative;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 767px)
{
    .talent-concept-wrap .pic img
    {
        width: 100%;
    }
}
.r-d-wrap .date,
.news-wrap .date
{
    z-index: 2;

    padding: 8px 21px;

    text-align: center;

    color: #fff;
    background-color: #1cbe8a;
}
@media (max-width: 1349px)
{
    .r-d-wrap .date,
    .news-wrap .date
    {
        padding: 5px 18px;
    }
}
.r-d-wrap .date .day,
.news-wrap .date .day
{
    font-size: 24px;
    line-height: 1;
}
@media (max-width: 1349px)
{
    .r-d-wrap .date .day,
    .news-wrap .date .day
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .r-d-wrap .list
    {
        margin-top: -10px;
    }
}
.r-d-wrap .list li
{
    overflow: hidden;

    margin-top: 30px;
    padding: 25px;

    -webkit-transition: .3s;
            transition: .3s;

    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(28, 190, 138, .1);
}
@media (min-width: 481px)
{
    .r-d-wrap .list li:nth-child(odd) .date
    {
        right: 10px;
    }
    .r-d-wrap .list li:nth-child(odd) .pic-box
    {
        float: right;

        margin-left: 35px;
    }
    .r-d-wrap .list li:nth-child(even) .date
    {
        left: 10px;
    }
    .r-d-wrap .list li:nth-child(even) .pic-box
    {
        float: left;

        margin-right: 35px;
    }
}
@media (min-width: 1200px)
{
    .r-d-wrap .list li img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .r-d-wrap .list li:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .r-d-wrap .list li:hover
    {
        box-shadow: 0 5px 20px 1px rgba(28, 190, 138, .2);
    }
}
@media (max-width: 480px)
{
    .r-d-wrap .list li
    {
        padding: 25px 20px;
    }
}
.r-d-wrap .list .img-box
{
    padding-bottom: 60.60606061%;
}
.r-d-wrap .pic-box
{
    position: relative;

    width: 330px;
}
@media (max-width: 480px)
{
    .r-d-wrap .pic-box
    {
        max-width: 100%;
    }
}
.r-d-wrap .date
{
    position: absolute;
    z-index: 2;
    top: 10px;
}
.r-d-wrap .intro h4
{
    font-size: 20px;
    font-weight: bold;

    position: relative;

    margin: 15px 0;
}
.r-d-wrap .intro h4:before
{
    display: inline-block;

    width: 10px;
    height: 28px;
    margin-right: 10px;

    content: '';

    background-color: #1cbe8a;
}
@media (max-width: 767px)
{
    .r-d-wrap .intro h4
    {
        font-size: 18px;

        margin: 20px 0 10px;
    }
    .r-d-wrap .intro h4:before
    {
        width: 5px;
        height: 24px;
    }
}
.r-d-wrap .intro h4:before,
.r-d-wrap .intro h4 span
{
    vertical-align: middle;
}
.r-d-wrap .intro p
{
    line-height: 2;

    margin: 0;

    color: #000;
}
.r-d-wrap .page
{
    padding-top: 50px;
}
@media (max-width: 991px)
{
    .r-d-wrap .page
    {
        padding-top: 25px;
    }
}
.team-wrap .list-box
{
    padding-top: 5px;
}
@media (max-width: 480px)
{
    .team-wrap .list-box
    {
        padding-top: 10px;
    }
}
.team-wrap .list-box .list
{
    position: relative;

    margin-top: 60px;
    padding: 5px 30px 40px;

    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(28, 190, 138, .1);
}
.team-wrap .list-box .list:first-of-type
{
    margin-top: 0;
}
@media (max-width: 480px)
{
    .team-wrap .list-box .list
    {
        margin-top: 50px;
        padding: 5px 20px 25px;
    }
}
@media (max-width: 480px)
{
    .team-wrap .list-box .pic
    {
        margin: 0 -5px;
    }
}
.team-wrap .list-box li
{
    margin-top: 25px;
}
@media (max-width: 480px)
{
    .team-wrap .list-box li
    {
        margin-top: 10px;
        padding: 0 5px;
    }
}
.team-wrap .list-box .img-box
{
    padding-bottom: 66.66666667%;
}
@media (min-width: 1200px)
{
    .team-wrap .list-box .img-box img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .team-wrap .list-box .img-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.team-wrap .list-box .num
{
    font-size: 70px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;

    position: absolute;
    z-index: 2;
    top: 0;
    right: 35px;

    -webkit-transform: translateY(-47%);
        -ms-transform: translateY(-47%);
            transform: translateY(-47%);

    opacity: .2;
    color: #1cbe8a;
}
@media (max-width: 480px)
{
    .team-wrap .list-box .num
    {
        font-size: 60px;

        right: 25px;
    }
}
.team-wrap .list-box h4
{
    position: relative;
    z-index: 2;

    margin: 0;

    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
}
.team-wrap .list-box h4 span
{
    font-size: 20px;
    font-weight: bold;

    display: inline-block;

    padding: 19px 40px;

    color: #fff;
    background-color: #1cbe8a;
}
@media (max-width: 767px)
{
    .team-wrap .list-box h4 span
    {
        font-size: 17px;

        padding: 14px 30px;
    }
}
.team-wrap .intro p
{
    line-height: 2;

    margin: 0;

    color: #666;
}
.service-wrap .list
{
    padding-top: 30px;
}
@media (max-width: 991px)
{
    .service-wrap .list
    {
        padding: 20px 15px 0;
    }
}
@media (max-width: 480px)
{
    .service-wrap .list
    {
        padding: 20px 0 0;
    }
}
.service-wrap .list > div
{
    position: relative;
}
.service-wrap .list > div:after
{
    position: absolute;

    display: block;

    width: 130px;
    height: 20px;

    content: '';

    opacity: .2;
    background-color: #1cbe8a;
}
@media (max-width: 480px)
{
    .service-wrap .list > div:after
    {
        width: 110px;
        height: 12px;
    }
}
.service-wrap .left:after
{
    top: 100%;
    left: 15.2173913%;

    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
}
.service-wrap .left .intro-box
{
    padding-left: 110px;
}
@media (max-width: 767px)
{
    .service-wrap .left .intro-box
    {
        padding-left: 50px;
    }
}
.service-wrap .left .intro-box:after
{
    top: 60px;
    left: 0;
}
@media (max-width: 767px)
{
    .service-wrap .left .intro-box:after
    {
        top: 30px;
    }
}
.service-wrap .left .intro-box:before
{
    top: 0;
    left: 35px;
}
@media (max-width: 767px)
{
    .service-wrap .left .intro-box:before
    {
        left: 15px;
    }
}
.service-wrap .left .intro
{
    margin-top: 20px;
    padding-right: 270px;
}
@media (max-width: 1469px)
{
    .service-wrap .left .intro
    {
        padding-right: 170px;
    }
}
@media (max-width: 1349px)
{
    .service-wrap .left .intro
    {
        padding-right: 150px;
    }
}
@media (max-width: 480px)
{
    .service-wrap .left .intro
    {
        padding-right: 30px;
    }
}
.service-wrap .left .num
{
    top: 160px;
    left: 30px;
}
@media (max-width: 767px)
{
    .service-wrap .left .num
    {
        top: 110px;
        left: 10px;
    }
}
.service-wrap .right
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .service-wrap .right
    {
        margin-top: 120px;
    }
}
.service-wrap .right:after
{
    right: 15.2173913%;
    bottom: 100%;

    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
}
.service-wrap .right .intro-box
{
    padding-right: 110px;
}
@media (max-width: 767px)
{
    .service-wrap .right .intro-box
    {
        padding-right: 50px;
    }
}
.service-wrap .right .intro-box:after
{
    right: 0;
    bottom: 60px;
}
@media (max-width: 767px)
{
    .service-wrap .right .intro-box:after
    {
        bottom: 30px;
    }
}
.service-wrap .right .intro-box:before
{
    right: 35px;
    bottom: 0;
}
@media (max-width: 767px)
{
    .service-wrap .right .intro-box:before
    {
        right: 15px;
    }
}
.service-wrap .right .intro
{
    margin-bottom: 20px;
    padding-right: 80px;
    padding-left: 140px;
}
@media (max-width: 1469px)
{
    .service-wrap .right .intro
    {
        padding-right: 0;
    }
}
@media (max-width: 1349px)
{
    .service-wrap .right .intro
    {
        padding-left: 120px;
    }
}
@media (max-width: 480px)
{
    .service-wrap .right .intro
    {
        padding-right: 0;
        padding-left: 50px;
    }
}
.service-wrap .right .num
{
    right: 30px;
    bottom: 160px;
}
@media (max-width: 767px)
{
    .service-wrap .right .num
    {
        right: 10px;
        bottom: 110px;
    }
}
.service-wrap .intro-box
{
    position: relative;
}
.service-wrap .intro-box:after
{
    position: absolute;
    z-index: -1;

    display: block;

    width: -webkit-calc(100% - 90px);
    width:         calc(100% - 90px);
    height: -webkit-calc(100% - 30px);
    height:         calc(100% - 30px);

    content: '';

    background-color: #1cbe8a;
}
@media (max-width: 767px)
{
    .service-wrap .intro-box:after
    {
        height: 100%;
    }
}
@media (max-width: 480px)
{
    .service-wrap .intro-box:after
    {
        width: -webkit-calc(100% - 20px);
        width:         calc(100% - 20px);
    }
}
.service-wrap .intro-box:before
{
    position: absolute;
    z-index: 2;

    display: block;

    width: 30px;
    height: 130px;

    content: '';

    opacity: .8;
    background-color: #fff;
    box-shadow: 0 0 10px 1px rgba(28, 190, 138, .3);
}
@media (max-width: 767px)
{
    .service-wrap .intro-box:before
    {
        width: 10px;
        height: 80px;
    }
}
.service-wrap .img-box
{
    padding-bottom: 65.51724138%;

    box-shadow: 0 0 20px 1px rgba(28, 190, 138, .2);
}
.service-wrap .intro p
{
    line-height: 2;

    margin: 0;

    color: #fff;
}
.service-wrap .num
{
    font-family: '微软雅黑';
    font-size: 70px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;

    position: absolute;
    z-index: 2;

    opacity: .5;
    color: #fff;
}
@media (max-width: 767px)
{
    .service-wrap .num
    {
        font-size: 40px;
    }
}
.product-list
{
    margin-top: -30px;
}
@media (max-width: 767px)
{
    .product-list
    {
        margin-top: -20px;
    }
}
.product-list > li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .product-list > li
    {
        margin-top: 20px;
    }
}
.product-list .item
{
    overflow: hidden;

    padding: 15px;

    -webkit-transition: .5s;
            transition: .5s;

    box-shadow: 0 0 10px 1px rgba(28, 190, 138, .08);
}
@media (min-width: 1200px)
{
    .product-list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .product-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .product-list .item:hover
    {
        -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
                transform: translateY(-5px);

        box-shadow: 0 2px 10px 2px rgba(28, 190, 138, .12);
    }
    .product-list .item:hover .more a
    {
        color: #fff;
        background-color: #1cbe8a;
    }
}
.product-list .item > div
{
    display: inline-block;

    vertical-align: middle;
}
.product-list .pic-box
{
    width: 240px;
}
.product-list .pic-box .img-box
{
	padding-bottom: 75%;
}
@media (max-width: 480px)
{
    .product-list .pic-box
    {
        width: 100%;
    }
}
.product-list .intro-box
{
    width: -webkit-calc(100% - 240px - 10px);
    width:         calc(100% - 240px - 10px);
    padding-left: 30px;
}
@media (max-width: 480px)
{
    .product-list .intro-box
    {
        width: 100%;
        padding: 0;
    }
}
.product-list .intro,
.product-list .intro p
{
    font-size: 16px;

    overflow: hidden;

    max-height: 96px;
}
@media (max-width: 991px)
{
    .product-list .intro,
    .product-list .intro p
    {
        font-size: 14px;

        max-height: 84px;
    }
}
.product-list .intro p
{
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.product-list .name
{
    font-size: 24px;
    font-weight: bold;

    overflow: hidden;

    margin-bottom: 15px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #000;
}
@media (min-width: 1200px)
{
    .product-list .name:hover
    {
        text-decoration: underline;

        color: #1cbe8a;
    }
}
@media (max-width: 991px)
{
    .product-list .name
    {
        font-size: 20px;
    }
}
@media (max-width: 480px)
{
    .product-list .name
    {
        font-size: 18px;

        margin-top: 20px;
        margin-bottom: 10px;
    }
}
.product-list .more
{
    margin-top: 20px;
}
.product-list .more a
{
    line-height: 34px;

    display: block;

    width: 180px;
    height: 36px;

    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;

    color: #1cbe8a;
    border: 1px solid #1cbe8a;
}
@media (max-width: 480px)
{
    .product-list .more a
    {
        width: 120px;
    }
}
.product-wrap .title,
.product-details-wrap .title
{
    padding-bottom: 15px;
}
@media (max-width: 991px)
{
    .product-wrap .title,
    .product-details-wrap .title
    {
        padding-bottom: 5px;
    }
}
.product-wrap .page
{
    padding-top: 40px;
}
@media (max-width: 991px)
{
    .product-wrap .page
    {
        padding-top: 25px;
    }
}
.product-details-wrap .carousel-wrap
{
    zoom: 1;

    padding: 25px;

    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1);
}
@media (max-width: 480px)
{
    .product-details-wrap .carousel-wrap
    {
        padding: 15px;
    }
}
.product-details-wrap .carousel-wrap:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.product-details-wrap .carousel-wrap .carousel-box,
.product-details-wrap .carousel-wrap .info-box
{
    padding: 0 15px;
}
@media only screen and (min-width: 992px)
{
    .product-details-wrap .carousel-wrap .carousel-box,
    .product-details-wrap .carousel-wrap .info-box
    {
        float: left;
    }
}
.product-details-wrap .carousel-wrap .carousel-box
{
    font-size: 0;

    letter-spacing: -8px;
}
@media only screen and (min-width: 992px)
{
    .product-details-wrap .carousel-wrap .carousel-box
    {
        width: 51.45631068%;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .carousel-wrap .carousel-box
    {
        width: 500px;
        max-width: 100%;
        margin: 0 auto;
    }
}
.product-details-wrap .carousel-wrap .carousel
{
    position: relative;
}
.product-details-wrap .carousel-wrap .slider-for
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    letter-spacing: -8px;
}
.product-details-wrap .carousel-wrap .info-box
{
    position: relative;
}
@media only screen and (min-width: 992px)
{
    .product-details-wrap .carousel-wrap .info-box
    {
        width: 48.54368932%;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .info-box
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .info-box
    {
        margin-top: 0;
    }
}
.product-details-wrap .carousel-wrap .intro-wrap
{
    position: relative;

    overflow: hidden;

    padding-bottom: 25px;
}
@media only screen and (min-width: 992px)
{
    .product-details-wrap .carousel-wrap .intro-wrap
    {
        min-height: 450px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1469px)
{
    .product-details-wrap .carousel-wrap .intro-wrap
    {
        min-height: 400px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1349px)
{
    .product-details-wrap .carousel-wrap .intro-wrap
    {
        min-height: 360px;
    }
}
.product-details-wrap .carousel-wrap .info .type
{
    font-size: 16px;

    margin: 15px 0 10px;

    color: #999;
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .info .type
    {
        font-size: 15px;
    }
}
.product-details-wrap .carousel-wrap .info h1
{
    font-size: 28px;
    font-weight: bold;

    margin: 0 0 30px;

    color: #000;
}
@media (max-width: 1349px)
{
    .product-details-wrap .carousel-wrap .info h1
    {
        margin-bottom: 15px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .info h1
    {
        font-size: 22px;

        margin-top: 5px;
    }
}
.product-details-wrap .carousel-wrap .intro
{
    margin: 10px 0 20px;
}
.product-details-wrap .carousel-wrap .intro p
{
    line-height: 2;

    margin: 0;

    color: #333;
}
.product-details-wrap .carousel-wrap .intro img
{
    max-width: 100%;
    height: auto !important;
}
.product-details-wrap .carousel-wrap .fun-btn a
{
    font-size: 16px;
    line-height: 40px;

    display: block;

    width: 180px;
    height: 40px;
    margin-top: 10px;

    text-align: center;

    color: #fff;
    background-color: #1cbe8a;
}
.product-details-wrap .carousel-wrap .fun-btn a:before,
.product-details-wrap .carousel-wrap .fun-btn a span
{
    display: inline-block;

    vertical-align: middle;
}
.product-details-wrap .carousel-wrap .fun-btn a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    margin-right: 10px;

    content: '\e63d';
}
@media (min-width: 1200px)
{
    .product-details-wrap .carousel-wrap .fun-btn a
    {
        -webkit-transition: .3s;
                transition: .3s;
    }
    .product-details-wrap .carousel-wrap .fun-btn a:hover
    {
        text-decoration: underline;

        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .fun-btn a:active
    {
        text-decoration: underline;

        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .fun-btn a
    {
        width: 140px;
    }
    .product-details-wrap .carousel-wrap .fun-btn a:before
    {
        margin-right: 5px;
    }
}
.product-details-wrap .carousel-wrap .share-box
{
    margin-top: 30px;
}
@media (max-width: 1349px)
{
    .product-details-wrap .carousel-wrap .share-box
    {
        margin-top: 20px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .carousel-wrap .share-box
    {
        margin: 30px 0 10px;
    }
}
.product-details-wrap .carousel-wrap .share-box > *
{
    display: inline-block;

    vertical-align: middle;
}
.product-details-wrap .carousel-wrap .share-box > span
{
    font-size: 16px;

    margin-right: 10px;

    color: #000;
}
.product-details-wrap .pro-page
{
    overflow: hidden;

    width: 100%;
}
.product-details-wrap .pro-page > a
{
    display: block;

    width: 48%;
}
@media (min-width: 1200px)
{
    .product-details-wrap .pro-page > a:hover .name
    {
        text-decoration: underline;

        color: #1cbe8a;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .pro-page > a:active .name
    {
        text-decoration: underline;

        color: #1cbe8a;
    }
}
.product-details-wrap .pro-page > a > div
{
    display: inline-block;

    vertical-align: middle;
}
.product-details-wrap .pro-page .pic-box
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 50px;
}
@media (max-width: 767px)
{
    .product-details-wrap .pro-page .pic-box
    {
        width: 40px;
    }
}
.product-details-wrap .pro-page .name
{
    width: -webkit-calc(100% - 70px);
    width:         calc(100% - 70px);
}
@media (max-width: 767px)
{
    .product-details-wrap .pro-page .name
    {
        font-size: 12px;

        width: -webkit-calc(100% - 65px);
        width:         calc(100% - 65px);
    }
}
.product-details-wrap .pro-page .prev-name span,
.product-details-wrap .pro-page .next-name span
{
    display: inline-block;
    display: -webkit-box;
    overflow: hidden;

    height: auto;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.product-details-wrap .pro-page .prev
{
    float: left;
}
.product-details-wrap .pro-page .prev .pic-box
{
    margin-right: 8px;
}
@media (max-width: 767px)
{
    .product-details-wrap .pro-page .prev .pic-box
    {
        margin-right: 5px;
    }
}
.product-details-wrap .pro-page .next
{
    float: right;

    text-align: right;
}
.product-details-wrap .pro-page .next .pic-box
{
    margin-left: 15px;
}
@media (max-width: 767px)
{
    .product-details-wrap .pro-page .next .pic-box
    {
        margin-left: 5px;
    }
}
.product-details-wrap .list-title
{
    position: relative;

    margin-top: 35px;
    margin-bottom: 15px;
}
@media (max-width: 767px)
{
    .product-details-wrap .list-title
    {
        margin-top: 30px;
    }
}
.product-details-wrap .list-title h4
{
    font-size: 20px;
    font-weight: bold;

    position: relative;

    margin: 0;

    color: #000;
}
.product-details-wrap .table-wrap img
{
    max-width: 100%;
    height: auto !important;
}
.product-details-wrap .table-wrap p
{
    line-height: 2;

    margin: 0;

    color: #666;
}
.product-details-wrap .inquiry-form
{
    padding-bottom: 10px;
}
@media (max-width: 767px)
{
    .product-details-wrap .inquiry-form
    {
        padding-bottom: 0;
    }
}
.product-details-wrap .inquiry-form > p
{
    font-size: 16px;

    margin-bottom: 0;
    padding: 10px 0 25px;
}
@media (max-width: 767px)
{
    .product-details-wrap .inquiry-form > p
    {
        font-size: 14px;

        padding: 0 0 15px;
    }
}
@media only screen and (min-width: 768px)
{
    .product-details-wrap .inquiry-form input,
    .product-details-wrap .inquiry-form textarea
    {
        font-size: 16px;
    }
}
.product-details-wrap .inquiry-form textarea
{
    height: 215px;
}
@media (max-width: 767px)
{
    .product-details-wrap .inquiry-form textarea
    {
        height: 160px;
    }
}
.product-details-wrap .inquiry-form .required
{
    padding-top: 10px;

    color: #666;
}
@media (max-width: 767px)
{
    .product-details-wrap .inquiry-form .required
    {
        padding-top: 0;
    }
}
.product-details-wrap .inquiry-form .submit
{
    font-size: 16px;

    margin-top: 20px;
}
.product-details-wrap .inquiry-form .submit:before
{
    display: none;
}
@media only screen and (min-width: 1350px)
{
    .product-details-wrap .inquiry-form .submit
    {
        width: 300px;
        height: 48px;
    }
}
.product-details-wrap .related-wrap .list
{
    margin-top: -10px;
}
@media (max-width: 991px)
{
    .product-details-wrap .related-wrap .list
    {
        margin: -10px -10px 0;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .related-wrap .list
    {
        margin: -10px -5px 0;
    }
}
.product-details-wrap .related-wrap .list li
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .product-details-wrap .related-wrap .list li
    {
        padding: 0 10px;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .related-wrap .list li
    {
        width: 50%;
        padding: 0 5px;
    }
}
.product-details-wrap .related-wrap .item
{
    padding: 5px;

    background-color: #f6f6f6;
}
@media (min-width: 1200px)
{
    .product-details-wrap .related-wrap .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .product-details-wrap .related-wrap .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .product-details-wrap .related-wrap .item:hover .name
    {
        color: #1cbe8a;
    }
}
.product-details-wrap .related-wrap .item .name
{
    font-size: 16px;

    overflow: hidden;

    height: 22px;
    margin: 20px 0 15px;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #000;
}
@media (max-width: 991px)
{
    .product-details-wrap .related-wrap .item .name
    {
        font-size: 15px;

        margin: 15px 0 10px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .related-wrap .item .name
    {
        font-size: 13px;

        height: 20px;
        margin: 10px 0 5px;
    }
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder
{
    color: #333;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder
{
    color: #333;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder
{
    color: #333;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder
{
    color: #333;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder
{
    color: #afa7a7;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder
{
    color: #afa7a7;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder
{
    color: #afa7a7;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder
{
    color: #afa7a7;
}
.inquiry-form form input::-webkit-input-placeholder,
.inquiry-form form textarea::-webkit-input-placeholder
{
    color: #888;
}
.inquiry-form form input:-o-placeholder,
.inquiry-form form textarea:-o-placeholder
{
    color: #888;
}
.inquiry-form form input::-moz-placeholder,
.inquiry-form form textarea::-moz-placeholder
{
    color: #888;
}
.inquiry-form form input:-ms-input-placeholder,
.inquiry-form form textarea:-ms-input-placeholder
{
    color: #888;
}
.inquiry-form form input:focus::-webkit-input-placeholder,
.inquiry-form form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inquiry-form form input:focus::-o-placeholder,
.inquiry-form form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inquiry-form form input:focus::-moz-placeholder,
.inquiry-form form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inquiry-form form input:focus::-ms-input-placeholder,
.inquiry-form form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inquiry-form form input,
.inquiry-form form textarea
{
    font-size: 14px;

    display: block;

    width: 100%;
    margin-bottom: 20px;
    padding: 14px 23px;

    color: #888;
    border: 1px solid #eee;
}
@media (max-width: 767px)
{
    .inquiry-form form input,
    .inquiry-form form textarea
    {
        padding: 12px 15px;
    }
}
.inquiry-form form .pro-name
{
    background: #f6f6f6;
}
.inquiry-form form textarea
{
    height: 150px;
}
.inquiry-form form .submit
{
    line-height: 50px;

    display: block;

    width: 200px;
    height: 50px;
    margin-top: 30px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;

    color: #fff;
    background-color: #1cbe8a;
}
.inquiry-form form .submit:before
{
    font-family: 'iconfont' !important;

    margin-right: 17px;

    content: '\e63d';
}
@media (max-width: 767px)
{
    .inquiry-form form .submit
    {
        font-size: 15px;
        line-height: 45px;

        width: 150px;
        height: 45px;
    }
    .inquiry-form form .submit:before
    {
        margin-right: 10px;
    }
}
.inquiry-form form .submit:hover
{
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
}
.news-wrap .list li
{
    margin-bottom: 30px;
}
@media (max-width: 480px)
{
    .news-wrap .list li
    {
        margin-bottom: 25px;
    }
}
.news-wrap .item
{
    -webkit-transition: .3s;
            transition: .3s;
}
@media (min-width: 1200px)
{
    .news-wrap .item img
    {
        -webkit-transition:         transform 1s;
        -webkit-transition: -webkit-transform 1s;
                transition: -webkit-transform 1s;
                transition:         transform 1s;
                transition:         transform 1s, -webkit-transform 1s;
    }
    .news-wrap .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.news-wrap .item:hover
{
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}
.news-wrap .item:hover h4
{
    color: #1cbe8a;
}
.news-wrap .item .row
{
    font-size: 0;

    letter-spacing: -8px;
}
.news-wrap .item .row > div
{
    font-size: 14px;

    display: inline-block;

    width: 50%;
    padding: 0 15px;

    vertical-align: middle;
    letter-spacing: 0;
}
@media (max-width: 480px)
{
    .news-wrap .item .row > div
    {
        width: 100%;
    }
}
.news-wrap .item .img-box
{
    padding-bottom: 60.60606061%;
}
.news-wrap .item .pic-box
{
    position: relative;
}
.news-wrap .item .date
{
    position: absolute;
    top: 10px;
    right: 0;
}
@media (max-width: 480px)
{
    .news-wrap .item .date
    {
        top: 0;
        right: auto;
        left: 15px;
    }
}
.news-wrap .item .intro h4
{
    font-size: 16px;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    max-height: 48px;
    margin: 0;
    margin: 0 0 15px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 480px)
{
    .news-wrap .item .intro h4
    {
        margin: 15px 0 5px;
    }
}
.news-wrap .item .intro p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    max-height: 96px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media only screen and (min-width: 992px) and (max-width: 1349px)
{
    .news-wrap .item .intro p
    {
        max-height: 72px;

        -webkit-line-clamp: 3;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .news-wrap .item .intro p
    {
        max-height: 48px;

        -webkit-line-clamp: 2;
    }
}
.news-details-wrap .news-title
{
    margin-bottom: 40px;

    text-align: center;

    border-bottom: 1px solid #eee;
}
@media (max-width: 991px)
{
    .news-details-wrap .news-title
    {
        margin-bottom: 30px;
    }
}
.news-details-wrap .news-title h1
{
    font-size: 28px;
    font-weight: normal;
    line-height: 1.2;

    margin: 0;

    color: #000;
}
@media (max-width: 991px)
{
    .news-details-wrap .news-title h1
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .news-title h1
    {
        font-size: 20px;
    }
}
.news-details-wrap .news-title .date
{
    font-size: 16px;

    margin: 10px 0 20px;

    color: #666;
}
@media (max-width: 767px)
{
    .news-details-wrap .news-title .date
    {
        font-size: 14px;

        margin-bottom: 10px;
    }
}
.news-details-wrap .intro img
{
    max-width: 100%;
    height: auto !important;
}
.news-details-wrap .intro p
{
    line-height: 2.5;

    margin: 0;

    color: #666;
}
.news-details-wrap .news-page
{
    overflow: hidden;

    margin-top: 25px;
}
@media only screen and (min-width: 1200px)
{
    .news-details-wrap .news-page a:hover
    {
        text-decoration: underline;

        color: #1cbe8a;
    }
}
@media (max-width: 1199px)
{
    .news-details-wrap .news-page a:active
    {
        text-decoration: underline;

        color: #1cbe8a;
    }
}
.news-details-wrap .news-page p
{
    overflow: hidden;

    margin: 0;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
}
.news-details-wrap .news-page .next
{
    margin-top: 10px;
}
@media (max-width: 991px)
{
    .factory-details-wrap .list
    {
        margin: 0 -10px;
    }
}
@media (max-width: 480px)
{
    .factory-details-wrap .list
    {
        margin: 0 -5px;
    }
}
.factory-details-wrap .list .img-box
{
    padding-bottom: 66.66666667%;
}
.factory-details-wrap .list li
{
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .factory-details-wrap .list li
    {
        margin-bottom: 20px;
        padding: 0 10px;
    }
}
@media (max-width: 480px)
{
    .factory-details-wrap .list li
    {
        width: 50%;
        margin-bottom: 15px;
        padding: 0 5px;
    }
}
.factory-wrap .list li
{
    margin-bottom: 30px;
}
@media (max-width: 480px)
{
    .factory-wrap .list li
    {
        width: 100%;
        margin-bottom: 20px;
    }
}
.factory-wrap .item
{
    position: relative;
}
@media (min-width: 1200px)
{
    .factory-wrap .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .factory-wrap .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.factory-wrap .img-box
{
    padding-bottom: 66.66666667%;
}
.factory-wrap .intro
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 10px 0;

    background-color: rgba(28, 190, 138, .8);
}
.factory-wrap .intro p
{
    font-size: 16px;

    margin: 0;

    text-align: center;

    color: #fff;
}
.factory-wrap .page
{
    padding-top: 10px;
}
.video-wrap .img-box
{
    padding-bottom: 48.58156028%;

    cursor: pointer;
}
@media (min-width: 1200px)
{
    .video-wrap .img-box img
    {
        -webkit-transition:         transform 1s;
        -webkit-transition: -webkit-transform 1s;
                transition: -webkit-transform 1s;
                transition:         transform 1s;
                transition:         transform 1s, -webkit-transform 1s;
    }
    .video-wrap .img-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.video-wrap .img-box:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;

    content: '\e644';
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);

    color: #fff;
}
.video-wrap .video-box
{
    position: relative;
}
.video-wrap .video-box iframe
{
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .5) url(../js/slick/ajax-loader.gif) center no-repeat;
}
.video-wrap .active:before
{
    display: none;
}
@-webkit-keyframes turn
{
    to
    {
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
    }
}
@keyframes turn
{
    to
    {
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
    }
}
.culture-wrap .list li
{
    padding: 0 35px;
}
@media (max-width: 1469px)
{
    .culture-wrap .list li
    {
        padding: 0 15px;
    }
}
@media (max-width: 1349px)
{
    .culture-wrap .list li
    {
        padding: 0 5px;
    }
}
@media only screen and (min-width: 481px)
{
    .culture-wrap .list li:nth-child(2)
    {
        margin-top: 80px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 991px)
{
    .culture-wrap .list li:nth-child(2)
    {
        margin-top: 0;

        -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
                transform: translateY(50%);
    }
}
@media (max-width: 480px)
{
    .culture-wrap .list li
    {
        width: 100%;
        margin: 0;
        padding: 0 2%;
    }
}
.culture-wrap .list .intro-wrap
{
    position: relative;
}
@media (min-width: 1200px)
{
    .culture-wrap .list .intro-wrap:hover > div
    {
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
    }
    .culture-wrap .list .intro-wrap:hover .back .img-box
    {
        opacity: 1;
    }
}
.culture-wrap .list .intro-wrap > div
{
    -webkit-transition: 1s;
            transition: 1s;
}
.culture-wrap .list .img-box
{
    padding-bottom: 109.75609756%;
}
.culture-wrap .list .intro
{
    font-size: 20px;

    position: absolute;
    z-index: 2;
    top: 50%;

    width: 100%;
    padding: 0 17%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 767px)
{
    .culture-wrap .list .intro
    {
        padding: 0 12%;
    }
}
.culture-wrap .list .intro > b
{
    font-size: 1.5em;
    font-weight: bold;

    display: block;

    margin: 0 0 8px;
}
.culture-wrap .list .intro p
{
    font-weight: 300;

    margin: 0;

    text-transform: uppercase;
}
.culture-wrap .list .intro .txt
{
    line-height: 1.5;

    margin-top: 20px;
}
@media (max-width: 1349px)
{
    .culture-wrap .list .intro
    {
        font-size: 16px;
    }
    .culture-wrap .list .intro .txt
    {
        margin-top: 10px;
    }
}
.culture-wrap .list .positive
{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;

    width: 100%;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.culture-wrap .list .positive b
{
    color: #1cbe8a;
}
.culture-wrap .list .positive p
{
    color: #999;
}
.culture-wrap .list .back
{
    position: relative;

    color: #fff;
}
@media (min-width: 1200px)
{
    .culture-wrap .list .back > div
    {
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
    }
}
.culture-wrap .list .back p
{
    opacity: .5;
}
@media (min-width: 1200px)
{
    .culture-wrap .list .back .img-box
    {
        -webkit-transition: .5s;
                transition: .5s;

        opacity: 0;
    }
}
@media (min-width: 1200px)
{
    .culture-wrap .list .back .intro
    {
        -webkit-transform: rotateY(180deg) translateY(-50%);
                transform: rotateY(180deg) translateY(-50%);
    }
}
.history-wrap .img-box
{
    padding-bottom: 58.33333333%;
}
.history-wrap .slick-history
{
    position: relative;
}
@media only screen and (min-width: 768px)
{
    .history-wrap .slick-history
    {
        padding: 0 50px;
    }
    .history-wrap .slick-arrow
    {
        font-size: 30px;

        position: absolute;
        z-index: 10;
        top: 50%;

        margin-top: -3px;
        padding: 0;

        -webkit-transition: .3s;
                transition: .3s;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);

        color: #999;
        background: none;
    }
    .history-wrap .slick-arrow:before
    {
        font-family: 'iconfont' !important;
        font-style: normal;

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .history-wrap .slick-arrow:hover
    {
        color: #1cbe8a;
    }
    .history-wrap .slick-prev
    {
        left: 0;
    }
    .history-wrap .slick-prev:before
    {
        content: '\eb60';
    }
    .history-wrap .slick-next
    {
        right: 0;
    }
    .history-wrap .slick-next:before
    {
        content: '\e625';
    }
    .history-wrap .slick-list
    {
        padding: 0 50px;
    }
    .history-wrap div[data-slick-index='0']
    {
        position: relative;
    }
    .history-wrap div[data-slick-index='0']:before
    {
        position: absolute;
        bottom: 0;
        left: -500px;

        display: block;

        width: 10000px;
        height: 2px;
        margin-top: -1px;

        content: '';

        background-color: #eee;
    }
    .history-wrap .slick-slide
    {
        display: inline-block;
        float: none;
    }
    .history-wrap .slick-slide:nth-child(odd)
    {
        padding-bottom: 40px;

        vertical-align: text-bottom;
    }
    .history-wrap .slick-slide:nth-child(odd) .top
    {
        display: none;
    }
    .history-wrap .slick-slide:nth-child(odd) .intro
    {
        margin-top: 15px;
    }
    .history-wrap .slick-slide:nth-child(odd) .item:before
    {
        bottom: -40px;
    }
    .history-wrap .slick-slide:nth-child(odd) .item:after
    {
        bottom: -50px;
    }
    .history-wrap .slick-slide:nth-child(even)
    {
        padding-top: 65px;

        vertical-align: text-top;
    }
    .history-wrap .slick-slide:nth-child(even) .bottom
    {
        display: none;
    }
    .history-wrap .slick-slide:nth-child(even) .intro
    {
        margin-bottom: 5px;
    }
    .history-wrap .slick-slide:nth-child(even) .item:before
    {
        top: -50px;
    }
    .history-wrap .slick-slide:nth-child(even) .item:after
    {
        top: -60px;
    }
    .history-wrap .slick-active .item
    {
        opacity: 1;
    }
    .history-wrap .item
    {
        position: relative;
        left: 50%;

        width: 136.36363636% !important;

        -webkit-transition: .3s;
                transition: .3s;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);

        opacity: 0;
    }
    .history-wrap .item:before,
    .history-wrap .item:after
    {
        position: absolute;
        left: 50%;

        content: '';
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .history-wrap .item:before
    {
        width: 2px;
        height: 40px;

        background-color: #eee;
    }
    .history-wrap .item:after
    {
        z-index: 2;

        display: block;

        width: 20px;
        height: 20px;

        border: 4px solid #1cbe8a;
        border-radius: 50%;
        background-color: #fff;
    }
    .history-wrap .intro .year
    {
        font-size: 28px;

        color: #1cbe8a;
    }
    .history-wrap .intro p
    {
        font-size: 16px;

        min-height: 44px;
        margin: 0;

        color: #000;
    }
}
@media only screen and (min-width: 768px) and (max-width: 767px)
{
    .history-wrap .slick-arrow
    {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1469px)
{
    .history-wrap .item
    {
        width: 140% !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .history-wrap .item
    {
        width: 146% !important;
    }
}
@media only screen and (min-width: 768px) and (min-width: 1200px)
{
    .history-wrap .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .history-wrap .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .history-wrap .intro .year
    {
        font-size: 24px;
    }
    .history-wrap .intro p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .history-wrap .slick-history
    {
        padding: 15px 0;
    }
    .history-wrap .slick-history:after
    {
        position: absolute;
        top: 0;
        left: 0;

        display: block;

        width: 2px;
        height: 100%;

        content: '';

        background-color: #eee;
    }
    .history-wrap .item
    {
        position: relative;

        margin-top: 30px;
        padding-left: 20px;
    }
    .history-wrap .item:first-child
    {
        margin-top: 10px;
    }
    .history-wrap .item:before
    {
        position: absolute;
        z-index: 2;
        top: 5px;
        left: 0;

        width: 16px;
        height: 16px;
        margin-left: -7px;

        content: '';

        border: 2px solid #1cbe8a;
        border-radius: 50%;
        background-color: #fff;
    }
    .history-wrap .pic-box
    {
        width: 240px;
        max-width: 100%;
    }
    .history-wrap .intro .year
    {
        font-size: 20px;

        margin-bottom: 2px;

        color: #1cbe8a;
    }
}
.about-wrap .content
{
    padding-bottom: 0;
}
.about-wrap .about .intro
{
    box-shadow: 0 0 20px 1px rgba(28, 190, 138, .15);
}
@media (min-width: 1200px)
{
    .about-wrap .about .intro
    {
        padding: 50px 80px;
    }
}
.about-wrap .num-box
{
    padding-bottom: 20px;
}
@media (max-width: 767px)
{
    .about-wrap .num-box
    {
        padding-bottom: 5px;
    }
}
.about-wrap .index-about
{
    padding: 50px 0 100px;

    background: no-repeat top center;
    background-size: contain;
}
@media (max-width: 991px)
{
    .about-wrap .index-about
    {
        padding: 50px 0 80px;
    }
}
@media only screen and (min-width: 768px)
{
    .about-wrap .list
    {
        margin-top: -10px;
    }
}
.honor-list
{
    margin: 0 -13px;
}
.honor-list .img-box
{
    padding-bottom: 142.30769231%;
}
.honor-list li
{
    width: 20%;
    margin-bottom: 26px;
    padding: 0 13px;
}
@media (max-width: 1199px)
{
    .honor-list li
    {
        width: 25%;
    }
}
@media (max-width: 991px)
{
    .honor-list li
    {
        width: 33.333333%;
    }
}
@media (max-width: 480px)
{
    .honor-list li
    {
        width: 50%;
    }
}
.honor-wrap .list .item,
.honor-details-wrap .list .item
{
    position: relative;
}
@media (min-width: 1200px)
{
    .honor-wrap .list .item img,
    .honor-details-wrap .list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .honor-wrap .list .item:hover img,
    .honor-details-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.honor-wrap .list .item
{
    box-shadow: 0 0 20px 1.5px rgba(28, 190, 138, .2);
}
.honor-wrap .list .intro
{
    font-size: 16px;

    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 50%;

    width: -webkit-calc(100% + 12px);
    width:         calc(100% + 12px);
    padding: 9px 10px;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;

    background-color: rgba(28, 190, 138, .95);
}
@media (max-width: 480px)
{
    .honor-wrap .list .intro
    {
        font-size: 14px;

        bottom: 5%;

        padding: 5px 10px;
    }
}
.honor-wrap .list .intro p
{
    margin: 0;

    color: #fff;
}
@media (max-width: 767px)
{
    .honor-details-wrap .list
    {
        margin-bottom: -20px;
    }
}
@media (min-width: 1200px)
{
    .honor-details-wrap .list .item:hover p
    {
        color: #1cbe8a;
    }
}
.honor-details-wrap .intro p
{
    font-size: 16px;

    overflow: hidden;

    height: 22px;
    margin: 15px 0 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #000;
}
@media (max-width: 767px)
{
    .honor-details-wrap .intro p
    {
        font-size: 14px;

        height: 20px;
        margin-top: 10px;
    }
}
.contact-wrap
{
    position: relative;

    overflow: hidden;
}
.contact-wrap .title
{
    margin-bottom: 55px;
}
@media (max-width: 991px)
{
    .contact-wrap .title
    {
        margin-bottom: 45px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .title
    {
        margin-bottom: 35px;
    }
}
.contact-wrap .content
{
    padding-bottom: 0;
}
.contact-wrap .info-wrap
{
    position: relative;

    overflow: hidden;

    padding: 60px 60px 60px 90px;

    border-radius: 10px;
    box-shadow: 0 0 16px 2px rgba(7, 17, 27, .1);
	margin-bottom: 60px;
}
@media (max-width: 1349px)
{
    .contact-wrap .info-wrap
    {
        padding: 50px;
    }
}
@media (max-width: 1199px)
{
    .contact-wrap .info-wrap
    {
        padding: 40px;
    }
}
@media (max-width: 480px)
{
    .contact-wrap .info-wrap
    {
        padding: 35px 20px;
    }
}
.contact-wrap .info
{
    overflow: hidden;

    width: 500px;
    max-width: 100%;
}
@media (max-width: 991px)
{
    .contact-wrap .info
    {
        margin-bottom: 35px;
    }
}
.contact-wrap .info h3
{
    font-size: 30px;

    margin: 50px 0 0;
}
@media (max-width: 1199px)
{
    .contact-wrap .info h3
    {
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .info h3
    {
        margin: 0;
    }
}
@media (max-width: 480px)
{
    .contact-wrap .info h3
    {
        font-size: 24px;

        margin-top: 15px;
    }
}
.contact-wrap .info ul
{
    font-size: 0;

    margin: 0 -15px;

    letter-spacing: -8px;
}
.contact-wrap .info li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 100%;
    margin-top: 40px;
    padding: 0 15px 0 45px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 480px)
{
    .contact-wrap .info li
    {
        width: 100%;
        margin-top: 25px;
    }
}
.contact-wrap .info li:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

    position: absolute;
    top: -2px;
    left: 15px;

    color: #1cbe8a;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-wrap .info li p
{
    line-height: 1.71428571;

    position: relative;

    margin: 0;

    color: #666;
}
.contact-wrap .info li p > span
{
    display: block;

    margin-bottom: 20px;

    color: #666;
}
@media (max-width: 480px)
{
    .contact-wrap .info li p > span
    {
        margin-bottom: 5px;
    }
}
@media only screen and (min-width: 992px)
{
    .contact-wrap .info li p a:hover
    {
        text-decoration: underline;

        color: #1cbe8a;
    }
}
.contact-wrap .info li.tel:before
{
    content: '\e642';
}
.contact-wrap .info li.fax:before
{
    content: '\e641';
}
.contact-wrap .info li.mail:before
{
    content: '\e66f';
}
.contact-wrap .info li.address:before
{
    content: '\e646';
}
.contact-wrap .map
{
    position: relative;
}
.contact-wrap .map .map-content
{
    display: block;
    overflow: hidden;

    height: 380px;

    border-radius: 10px;
}
@media (max-width: 767px)
{
    .contact-wrap .map
    {
        margin-top: 15px;
    }
    .contact-wrap .map .map-content
    {
        height: 300px;
    }
}
.contact-wrap .inquiry-form
{
    padding: 75px 0 65px;
}
@media (max-width: 767px)
{
    .contact-wrap .inquiry-form
    {
        padding: 55px 0;
    }
}
.contact-wrap .inquiry-form h4
{
    font-size: 30px;
    font-weight: normal;

    margin: 0 0 15px;
}
.contact-wrap .inquiry-form h4,
.contact-wrap .inquiry-form h4 + p
{
    text-align: center;
}
.contact-wrap .inquiry-form h4 + p
{
    font-size: 16px;
}
@media (max-width: 767px)
{
    .contact-wrap .inquiry-form h4 + p
    {
        font-size: 14px;
    }
}
@media (max-width: 480px)
{
    .contact-wrap .inquiry-form h4
    {
        font-size: 26px;
    }
}
.contact-wrap .inquiry-form form
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .contact-wrap .inquiry-form form
    {
        margin-top: 30px;
    }
}
.contact-wrap .inquiry-form form input::-webkit-input-placeholder,
.contact-wrap .inquiry-form form textarea::-webkit-input-placeholder
{
    color: #999;
}
.contact-wrap .inquiry-form form input:-o-placeholder,
.contact-wrap .inquiry-form form textarea:-o-placeholder
{
    color: #999;
}
.contact-wrap .inquiry-form form input::-moz-placeholder,
.contact-wrap .inquiry-form form textarea::-moz-placeholder
{
    color: #999;
}
.contact-wrap .inquiry-form form input:-ms-input-placeholder,
.contact-wrap .inquiry-form form textarea:-ms-input-placeholder
{
    color: #999;
}
.contact-wrap .inquiry-form form input:focus::-webkit-input-placeholder,
.contact-wrap .inquiry-form form textarea:focus::-webkit-input-placeholder
{
    color: #ddd;
}
.contact-wrap .inquiry-form form input:focus::-o-placeholder,
.contact-wrap .inquiry-form form textarea:focus::-o-placeholder
{
    color: #ddd;
}
.contact-wrap .inquiry-form form input:focus::-moz-placeholder,
.contact-wrap .inquiry-form form textarea:focus::-moz-placeholder
{
    color: #ddd;
}
.contact-wrap .inquiry-form form input:focus::-ms-input-placeholder,
.contact-wrap .inquiry-form form textarea:focus::-ms-input-placeholder
{
    color: #ddd;
}
.contact-wrap .inquiry-form form input,
.contact-wrap .inquiry-form form textarea
{
    padding: 12px 20px;

    color: #999;
}
.contact-wrap .inquiry-form form textarea
{
    height: 100px;
}
.contact-wrap .inquiry-form form .submit
{
    width: 200px;
    margin: 25px auto 0;
}
.contact-wrap .inquiry-form form .submit:before
{
    display: none;
}
.contact-wrap .inquiry-form form .submit:hover
{
    text-decoration: underline;
}
.online-wrap .btn
{
    line-height: 38px;

    position: fixed;
    z-index: 100;
    right: 5px;
    bottom: 70px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    border: none;
    border-radius: 10px;
    background-color: rgba(64, 64, 64, .7);
}
@media (min-width: 992px)
{
    .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: 40px;

    display: none;

    width: 100px;
    max-width: 120px;
}
.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: 5px;
    bottom: 70px;

    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        bottom: 110px;

        -webkit-transform: translateX(50px);
        -webkit-transform: translate3d(50px, 0, 0);
            -ms-transform: translateX(50px);
                transform: translateX(50px);
                transform: translate3d(50px, 0, 0);
    }
    .online-wrap .online.active
    {
        -webkit-transform: translateX(0);
        -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translateX(0);
                transform: translateX(0);
                transform: translate3d(0, 0, 0);
    }
}
.online-wrap .online a
{
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin: 2px 0;

    -webkit-transition: .2s;
            transition: .2s;
    text-align: center;

    border-radius: 10px;
    background-color: rgba(49, 49, 49, .7);
}
.online-wrap .online a:before
{
    font-size: 22px;

    color: #fff;
}
@media (min-width: 1200px)
{
    .online-wrap .online a:hover
    {
        background-color: rgba(28, 190, 138, .7);
    }
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .online-wrap .online a:before
    {
        font-size: 18px;
    }
}
@media (min-width: 1200px)
{
    .online-wrap .online .icon-whatsapp:hover .phone-num,
    .online-wrap .online .icon-skype:hover .phone-num,
    .online-wrap .online .icon-phone:hover .phone-num,
    .online-wrap .online .icon-zuoji:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-whatsapp .phone-num,
.online-wrap .online .icon-skype .phone-num,
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-zuoji .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-whatsapp .phone-num p,
.online-wrap .online .icon-skype .phone-num p,
.online-wrap .online .icon-phone .phone-num p,
.online-wrap .online .icon-zuoji .phone-num p
{
    padding: 0 10px;

    color: #fff;
    border-radius: 10px;
    background-color: #404040;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    right: 100%;
    bottom: 0;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;

    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
}
.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;
}
.xs-online
{
    position: fixed;
    z-index: 998;
    bottom: 0;
    left: 0;

    width: 100%;

    background-color: rgba(28, 190, 138, .9);
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
.xs-online ul
{
    display: table;

    width: 100%;

    table-layout: fixed;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    display: table-cell;

    width: 20%;

    border-left: 1px solid rgba(255, 255, 255, .5);
}
.xs-online ul li > a
{
    display: block;

    padding: 8px 0 6px;
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;
    line-height: 1;

    display: block;

    margin-bottom: 3px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li > a span
{
    font-size: 10px;
    line-height: 17px;

    display: block;

    height: 17px;
}
@media (max-width: 480px)
{
    .xs-online ul li > a span
    {
        font-size: 2.8vmin;
    }
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.tel > a:before
{
    content: '\e61c';
}
.xs-online ul li.product > a:before
{
    content: '\e7e9';
}
.xs-online ul li.mail > a:before
{
    content: '\e6a4';
}
.xs-online ul li.home > a:before
{
    content: '\e6c8';
}
.xs-online ul li.whatsapp > a:before
{
    content: '\e621';
}
.xs-online ul li.address > a:before
{
    content: '\e60d';
}
.xs-online ul li.feedback > a:before,
.xs-online ul li.message > a:before
{
    content: '\e65f';
}
.xs-online ul li.contact > a:before
{
    content: '\e68a';
}
.xs-online ul li.gotop > a:before
{
    content: '\e605';
}
.xs-online ul li.map > a:before
{
    content: '\e60d';
}
.xs-online ul li.wechat,
.xs-online ul li.weixin
{
    position: relative;
}
.xs-online ul li.wechat:hover .pic-box,
.xs-online ul li.weixin:hover .pic-box
{
    display: block;
}
.xs-online ul li.wechat > a:before,
.xs-online ul li.weixin > a:before
{
    content: '\e604';
}
.xs-online ul li.wechat .pic-box,
.xs-online ul li.weixin .pic-box
{
    position: absolute;
    bottom: 100%;
    left: 50%;

    display: none;

    width: 100px;
    max-width: 100px;
    padding: 5px;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #fff;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
.xs-online ul li.wechat .pic-box img,
.xs-online ul li.weixin .pic-box img
{
    display: block;

    width: 100%;
}
.xs-online ul li.wechat .pic-box p,
.xs-online ul li.weixin .pic-box p
{
    line-height: 30px;

    margin: 0;

    white-space: nowrap;

    color: #333;
}
.share
{
    font-weight: 500;
}
.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;
}
.share a:first-child
{
    margin-left: 0;
}
.share a:before
{
    font-size: 16px;

    display: block;
}
.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
{
    background-color: #c4302b;
}
.share.color .icon-instagram:before
{
    background-color: #6b3d2e;
}
.share.color .icon-google:before
{
    background-color: #dc4e41;
}
.footer
{
    position: relative;
    z-index: 10;

    overflow: hidden;

    color: #666;
    background-color: #f6f6f6;
}
.footer .footer-row
{
    font-size: 0;

    overflow: hidden;

    margin: 0 -15px;
    padding: 25px 0 40px;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
@media (max-width: 767px)
{
    .footer .footer-row
    {
        padding: 20px 0 10px;
    }
}
@media (min-width: 1200px)
{
    .footer .footer-row:after
    {
        display: inline-block;
        overflow: hidden;

        width: 100%;
        height: 0;
        margin: 0;

        content: '';
    }
}
.footer .foot-list
{
    font-size: 14px;
    font-weight: 300;

    display: inline-block;

    width: 33.333%;
    padding: 0 15px;

    text-align: left;
    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 1199px)
{
    .footer .foot-list
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list
    {
        width: 100%;
    }
}
.footer .foot-list li
{
    position: relative;
}
.footer .foot-list li a
{
    position: relative;

    display: inline-block;
}
.footer .foot-list p,
.footer .foot-list li
{
    line-height: 2;

    -webkit-transition: .3s;
            transition: .3s;
}
@media only screen and (min-width: 992px)
{
    .footer .foot-list p a:hover,
    .footer .foot-list li a:hover
    {
        text-decoration: underline;

        color: #1cbe8a;
    }
}
@media (max-width: 991px)
{
    .footer .foot-list p a:active,
    .footer .foot-list li a:active
    {
        text-decoration: underline;

        color: #1cbe8a;
    }
}
.footer .foot-list h4
{
    font-size: 20px;
    font-weight: normal;

    margin: 30px 0 20px;

    color: #000;
}
@media (max-width: 767px)
{
    .footer .foot-list h4
    {
        font-size: 18px;

        position: relative;

        margin-bottom: 15px;
    }
}
.footer .foot-about .f-logo
{
    margin: 15px 0 20px;
}
.footer .foot-about .intro p
{
    margin: 0;
}
.footer .foot-about .intro img
{
    max-width: 100%;
    height: auto !important;
}
.footer .foot-about .share
{
    margin-top: 20px;
}
.footer .foot-about .share a
{
    line-height: 30px;

    width: 30px;
    height: 30px;

    color: #fff;
    border-radius: 50%;
    background-color: #b4b5b6;
}
.footer .foot-contact {
	padding-left: 130px;
}
.footer .foot-follow{
	text-align: right;
	}
@media  (max-width: 767px) {
.footer .foot-contact {
	padding-left: 10px;
}
.footer .foot-follow{
	text-align: left;
	}
}

.footer .foot-contact .contact-box p
{
    position: relative;

    display: table;

    margin: 0 0 2px;
}
.footer .foot-contact .contact-box p span
{
    display: table-cell;
}
.footer .foot-contact .contact-box p span:first-child
{
    min-width: 40px;

    white-space: nowrap;
}
.footer .foot-message
{
    position: relative;
}
.footer .foot-message form
{
    position: relative;

    overflow: hidden;

    max-width: 100%;
    margin: 0 auto;
    padding-top: 5px;
}
.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder
{
    color: #999;
}
.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder
{
    color: #999;
}
.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder
{
    color: #999;
}
.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder
{
    color: #999;
}
.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder
{
    color: #ddd;
}
.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder
{
    color: #ddd;
}
.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder
{
    color: #ddd;
}
.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder
{
    color: #ddd;
}
.footer .foot-message form input,
.footer .foot-message form textarea
{
    display: block;

    width: 100%;
    margin-bottom: 10px;
    padding: 10px 11px;

    text-align: left;

    border: 1px solid #e3e3e3;
    background: none;
}
.footer .foot-message form textarea
{
    height: 85px;
}
.footer .foot-message form .submit
{
    margin-top: 10px;
    padding: 10px 43px;

    -webkit-transition: .3s;
            transition: .3s;

    color: #fff;
    border-radius: 10px;
    background: #1cbe8a;
}
@media (min-width: 1200px)
{
    .footer .foot-message form .submit:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
    }
}
.footer .foot-message .share
{
    margin-top: 20px;
}
.footer .foot-message .share a
{
    margin-left: 8px;
}
.footer .foot-message .share a:before
{
    line-height: 30px;

    width: 32px;
    height: 32px;

    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .footer .foot-message .share a:before
    {
        font-size: 12px;
        line-height: 28px;

        width: 30px;
        height: 30px;
    }
}
.footer .foot-follow .pic
{
    display: inline-block;

    max-width: 100%;
    margin-bottom: 10px;
    margin-left: 20px;

    text-align: center;
    vertical-align: top;
}
.footer .foot-follow .pic:first-of-type
{
    margin-left: 0;
}
.footer .foot-follow img
{
    max-width: 80%;
}
.copyright
{
    position: relative;

    padding: 17px 0;

    text-align: center;

    color: #000;
    border-top: 1px solid #eee;
}
@media (max-width: 767px)
{
    .copyright
    {
        padding-bottom: 60px;
    }
}
.copyright p
{
    line-height: 1.8;

    margin: 0;
}
@media (max-width: 480px)
{
    .copyright p
    {
        font-size: 3.3vmin;
    }
}
.copyright p span
{
    margin-right: 25px;
}
@media (max-width: 480px)
{
    .copyright p span
    {
        display: block;

        margin: 0;
    }
}
.copyright p a:hover
{
    text-decoration: underline;
}
.zoomDiv
{
    z-index: 999;

    display: none;
    overflow: hidden;

    text-align: center;

    border: 1px solid #ccc;
    background: #fff;
}
@media (max-width: 1199px)
{
    .zoomDiv
    {
        display: none !important;
    }
}
@media (min-width: 768px)
{
    .zoomDiv
    {
        position: absolute;
    }
}
.zoomMask
{
    position: absolute;
    z-index: 20;

    cursor: move;

    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAMAAABFaP0WAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURf///////1V89WwAAAACdFJOU/8A5bcwSgAAABBJREFUeNpiYGBkYGQECDAAAA0ABMZIs2EAAAAASUVORK5CYII=) repeat;
}
@media (max-width: 1199px)
{
    .zoomMask
    {
        display: none !important;
    }
}
@media (max-width: 767px)
{
    .zoomMask
    {
        display: none;
    }
}
