/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/Montserrat-Regular.eot');
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;

    src: url('../fonts/Montserrat-Medium.eot');
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/Montserrat-Bold.eot');
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Copperplate Gothic';
    font-weight: 300;
    font-style: normal;

    src: url('../fonts/CopperplateGothic-Light.eot');
    src: local('Copperplate Gothic Light'), local('CopperplateGothic-Light'), url('../fonts/CopperplateGothic-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/CopperplateGothic-Light.woff2') format('woff2'), url('../fonts/CopperplateGothic-Light.woff') format('woff'), url('../fonts/CopperplateGothic-Light.ttf') format('truetype'), url('../fonts/CopperplateGothic-Light.svg#CopperplateGothic-Light') format('svg');
    font-display: swap;
}
body
{
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow
{
    font-size: 24px;
    line-height: 50px;

    position: absolute;
    z-index: 8;
    top: 50%;
    left: 5%;

    display: block;
    overflow: hidden;

    width: 50px;
    height: 50px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 1;
    color: #666;
    border: none;
    outline: none;
    background: none;
    background-color: rgba(255, 255, 255, .6);
}
@media (max-width: 1199px)
{
    .slick-arrow
    {
        width: 30px;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.slick-arrow.slick-next
{
    right: 5%;
    left: auto;
}
.slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e625';
}
.slick-arrow:hover
{
    color: #fff;
    background-color: #009fe2;
}
.header
{
    position: fixed;
    z-index: 10;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 130px;

    -webkit-transition: all .4s;
            transition: all .4s;

    background-color: #f6f6f6;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 70px;
    }
}
.header .logo
{
    position: relative;

    display: inline-block;
	float: left;
    height: 130px;
    margin-top: -40px;
    padding: 10px 100px 10px 0;

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: top;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 70px;
        margin-top: -70px;
        padding: 0 20px 0 0;
    }
}
.header .logo:before
{
    position: absolute;
    top: 0;
    left: -290px;

    display: block;

    width: 300px;
    height: 100%;

    content: '';

    background-color: #fff;
}
.header .logo img
{
    position: relative;
    z-index: 2;

    height: 100%;
}
.header .header-top
{
    overflow: hidden;

    height: 40px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header .header-top
    {
        height: 70px;
    }
}
.header .header-top .container
{
    padding-left: 230px;
}
@media (max-width: 1199px)
{
    .header .header-top .container
    {
        padding-left: 0;
    }
}
.header .header-top .h-text
{
    display: inline-block;
}
@media (max-width: 1199px)
{
    .header .header-top .h-text
    {
        display: none;
    }
}
.header .header-top .h-text p
{
    font-size: 16px;
    line-height: 40px;

    position: relative;

    display: inline-block;

    margin: 0;
    padding-left: 30px;

    color: #666;
}
.header .header-top .h-text p.email
{
    margin-right: 30px;
}
.header .header-top .h-text p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    position: absolute;
    top: 0;
    left: 0;

    content: '\e640';
}
.header .header-top .h-text p.tel:before
{
    content: '\e633';
}
.header .header-top .h-text p a:hover
{
    text-decoration: underline;

    color: #009fe2;
}
.header .language
{
    display: inline-block;
    float: right;

    margin: 0 30px;
}
@media (max-width: 1199px)
{
    .header .language
    {
        margin: 0 14px;
    }
}
.header .language a
{
    display: inline-block;

    width: 24px;
    height: 24px;
    margin-top: 8px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .language a
    {
        margin-top: 24px;
    }
}
.header .language a img
{
    max-width: 100%;
}
.header #google_translate_element
{
    display: inline-block;
    float: right;

    margin-top: 6px;
}
@media (max-width: 1199px)
{
    .header #google_translate_element
    {
        display: none;
    }
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

    width: 20px;
    height: 40px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: inline-block;
        float: right;

        margin-top: 15px;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 8px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: inline-block;
        float: right;

        -webkit-transition: all .4s;
                transition: all .4s;
        text-align: right;
    }
    .header .nav a:hover
    {
        color: #009fe2;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 26px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: rgba(51, 51, 51, .9);
    }
    .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: 30px 15px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 > li
    {
        position: relative;

        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        font-weight: normal;
        line-height: 90px;

        position: relative;

        display: inline-block;

        padding: 0 16px;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
        white-space: nowrap;
        text-transform: capitalize;
    }
    .header .nav .nav-list1 > li > a:after
    {
        position: absolute;
        z-index: 9;
        bottom: 6px;
        left: 50%;

        display: block;

        width: 1px;
        height: 0;

        content: '';
        -webkit-transition: all .4s;
                transition: all .4s;

        background-color: #009fe2;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #009fe2;
    }
    .header .nav .nav-list1 > li:hover > a:after,
    .header .nav .nav-list1 > li.active > a:after
    {
        height: 20px;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        min-width: 100%;
        padding: 20px 0;

        text-align: center;
        text-align: left;
        word-break: break-word;

        color: #333;
        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        position: relative;

        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
        line-height: 30px;

        padding: 0 30px;

        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 > li > a:hover
    {
        text-decoration: underline;

        color: #009fe2;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        z-index: 50;
        top: 0;
        left: 100%;

        display: none;

        width: 200px;
        padding: 10px 0;

        text-align: center;
        text-align: left;

        color: #333;
        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li
    {
        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list3 li a
    {
        font-size: 13px;
        line-height: 24px;

        display: block;

        padding: 0 10px;
    }
    .header .nav .nav-list1 .nav-list3 li a:hover
    {
        text-decoration: underline;

        color: #009fe2;
    }
}
@media (min-width: 1200px) and (max-width: 1600px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 15px;

        padding: 0 16px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-25px);
            -ms-transform: translateX(-25px);
                transform: translateX(-25px);

        opacity: 0;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
}
.header .nav .nav-list2
{
    display: none;
}
.header .nav .nav-list3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav .nav-list3 a
    {
        line-height: 30px;

        padding: 0 10px;
    }
    .header .nav .nav-list3 a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .nav .nav-list3 .nav-list4 a
    {
        display: inline-block;

        padding: 0 4px;

        opacity: .6;
    }
    .header .nav .nav-list3 .nav-list4 a:before
    {
        content: '·';
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        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-color: rgba(51, 51, 51, .9);
    }
    .header .nav-2 .img-box,
    .header .nav-3 .img-box
    {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item
    {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p
    {
        font-size: 16px;

        position: relative;
        top: 0;

        display: block;

        margin: 0;
        padding: 0;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);

        color: #fff;
    }
}
.header .nav-2 .nav-product,
.header .nav-3 .nav-product
{
    display: none;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title
{
    font-size: 24px;
    line-height: 36px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title
    {
        font-size: 18px;

        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    overflow: auto;

    height: 80%;
    margin-top: 12%;
}
.header .nav-2 .content ul,
.header .nav-3 .content ul
{
    margin: 0;
    padding: 0;
}
@media (max-width: 767px)
{
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    line-height: 30px;

    clear: both;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    font-size: 16px;
    line-height: 2.2;

    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 15px;
}
.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
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more:after
    {
        font-family: 'iconfont';
        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: 16px;
        line-height: 2.5;

        display: block;

        text-transform: uppercase;
    }
    .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 .search-box
{
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

    background-color: rgba(51, 51, 51, .9);
}
.header .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .search:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header .search-box .input-text
{
    float: left;

    height: 38px;
    padding-left: 10%;

    background: none;
}
@media (min-width: 768px)
{
    .header .search-box .input-text
    {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .input-submit
{
    line-height: 36px;

    position: absolute;
    right: 0;
    bottom: 0;

    float: right;

    width: 50px;

    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;

    background: none;
}
.header .search-box .input-submit:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e660';

    color: #fff;
}
@media (min-width: 768px)
{
    .header .search-box .input-submit
    {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.header .search-box.search-xs
{
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px)
{
    .header .search-box.search-xs
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .search-box.search-xs
    {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}
.header .search-box.search-xs.show
{
    z-index: 66;
}
.header .search-box.search-xs.show .search
{
    left: 0;
}
.header .search-box.search-xs .search
{
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

    -webkit-transition: left .3s;
            transition: left .3s;

    border-color: #fff;
    background: #fff;
}
@media (max-width: 360px)
{
    .header .search-box.search-xs form .input-text
    {
        width: 74%;
    }
}
@media (max-width: 767px)
{
    .header .search-box.search-xs form .input-text
    {
        padding-left: 5%;
    }
}
.header .search-box.search-xs .input-submit
{
    line-height: 34px;

    background: #fff;
}
.header .search-box.search-xs .input-submit:before
{
    color: #104384;
}
.header .search-icon
{
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;

    cursor: pointer;
}
.header .search-icon:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e660';

    color: #009fe2;
}
.header .search-lg
{
    top: 0;
}
.header .search-lg .logo
{
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-radius: 0;
}
.header .search-lg .search p
{
    margin-bottom: 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
@media (max-width: 1199px)
{
    .header .search-lg .search p
    {
        font-size: 14px;
        line-height: 1.5;

        display: block;
    }
}
.header .search-lg .input-text
{
    font-size: 20px;
    line-height: 30px;

    width: 100%;
    height: 60px;
    padding: 0 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;

    color: #fff;
    border: none;
    outline: none;
}
.header .search-lg .close-btn
{
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}
@media (max-width: 1440px)
{
    .header .search-lg .close-btn
    {
        right: 8%;
    }
}
.header .search-lg .close-btn:before
{
    font-size: 20px;

    content: '\2716';

    color: #fff;
}
.header .find
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;
    float: right;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 70px;

        display: inline-block;
        float: right;
    }
}
.header .find:before
{
    font-family: 'iconfont';

    display: inline-block;

    content: '\e62f';
    vertical-align: middle;
}
.header .find:hover
{
    color: #009fe2;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header.fixed-header
{
    height: 100px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header.fixed-header
    {
        height: 70px;
    }
}
.header.fixed-header .logo
{
    display: inline-block;

    height: 100px;
    margin-top: -30px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .logo
    {
        height: 70px;
        margin-top: -70px;
    }
}
.header.fixed-header .header-top
{
    height: 30px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .header-top
    {
        height: 70px;
    }
}
.header.fixed-header .header-top p
{
    line-height: 30px;
}
.header.fixed-header .header-top .find
{
    line-height: 30px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .header-top .find
    {
        line-height: 70px;
    }
}
.header.fixed-header .header-top .language a
{
    margin-top: 3px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .header-top .language a
    {
        margin-top: 24px;
    }
}
@media (min-width: 1200px)
{
    .header.fixed-header .nav .nav-list1 > li > a
    {
        line-height: 70px;
    }
    .header.fixed-header .nav .nav-list1 > li.active:after,
    .header.fixed-header .nav .nav-list1 > li:hover:after
    {
        height: 14px;
    }
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 55px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    border-radius: 0;
    outline: none;
    background-color: rgba(255, 255, 255, .9);
}
@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: #898989;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.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: 8;
    top: 50%;
    right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        top: auto;
        right: -60px;
        bottom: 100px;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin-bottom: 1px;
    padding: 0;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    border-radius: 0;
    background-color: #fff;
    background-color: rgba(0, 0, 0, .7);
}
.online-wrap .online a:before
{
    font-size: 24px;

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: #009fe2;
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p
{
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #0074a5;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.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;
}
.online-wrap .online .sale
{
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale
    {
        width: 50px;
    }
}
.online-wrap .online .sale a
{
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale a
    {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img
{
    max-width: 100%;
}
@media (min-width: 992px)
{
    .online-wrap-in .online
    {
        right: 0;
    }
}
.online-wrap .icon-qq:before
{
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .icon-weixin:before
{
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .icon-message:before
{
    font-family: 'iconfont' !important;

    content: '\e6a4';
}
.online-wrap .icon-email:before
{
    font-family: 'iconfont' !important;

    content: '\e65b';
}
.online-wrap .icon-skype:before
{
    font-family: 'iconfont' !important;

    content: '\e616';
}
.online-wrap .icon-whatsapp:before
{
    font-family: 'iconfont' !important;

    content: '\e751';
}
.online-wrap .icon-phone:before
{
    font-family: 'iconfont' !important;

    content: '\e61c';
}
.online-wrap .icon-erweima:before
{
    font-family: 'iconfont' !important;

    content: '\e745';
}
.online-wrap .icon-facebook:before
{
    font-family: 'iconfont' !important;

    content: '\e61a';
}
.online-wrap .icon-instagram:before
{
    font-family: 'iconfont' !important;

    content: '\e666';
}
.online-wrap .icon-arrow-top:before
{
    font-family: 'iconfont' !important;

    content: '\e614';
}
.xs-online
{
    font-family: 'Times New Roman', Arial;

    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: #009fe2;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online ul
{
    overflow: hidden;

    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid #0074a5;
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li:last-child
{
    border-right: none;
}
.xs-online ul li.product > a:before
{
    font-size: 16px;

    content: '\e62c';
}
.xs-online ul li.mail > a:before
{
    font-weight: normal;

    content: '\e640';
}
.xs-online ul li.map > a:before
{
    font-weight: normal;

    content: '\e63e';
}
.xs-online ul li.feedback > a:before
{
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.top > a:before
{
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.home > a:before
{
    font-weight: normal;

    content: '\e6c8';
}
.xs-online ul li.message > a:before
{
    font-size: 18px;
    font-weight: normal;

    content: '\e66b';
}
.xs-online ul li.tel > a:before
{
    font-weight: normal;

    content: '\e633';
}
.xs-online ul li.top > a:before
{
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.whatsapp > a:before
{
    font-weight: normal;

    content: '\e751';
}
.xs-online ul li.contact > a:before
{
    font-weight: normal;

    content: '\e609';
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
    padding-top: 120px;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 70px;
    }
}
.banner .item .video-box
{
    position: relative;

    display: block;

    padding-bottom: 43.229%;
}
.banner .item .video-box .fluid_video_wrapper
{
    position: absolute;
    z-index: 10;
}
.banner .item .video-box .fluid_initial_play
{
    background-color: #bd002e !important;
}
.banner .item
{
    position: relative;
}
@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slickbanner
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 30px;

    width: 100%;
    margin: 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .banner .slick-dots
    {
        bottom: 10px;
    }
}
.banner .slick-dots li
{
    display: inline-block;

    width: 20px;
    height: 4px;
    margin: 0 4px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: middle;

    opacity: .7;
    border-radius: 4px;
    background-color: #fff;
}
.banner .slick-dots li.slick-active
{
    width: 20px;

    opacity: 1;
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-arrow
{
    left: 4%;

    color: #fff;
    background-color: rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .banner .slick-arrow
    {
        left: 12%;
    }
}
.banner .slick-arrow.slick-next
{
    right: 4%;
    left: auto;
}
@media (max-width: 991px)
{
    .banner .slick-arrow.slick-next
    {
        right: 12%;
    }
}
.banner .slick-arrow:hover
{
    background-color: #009fe2;
}
.banner .num-box
{
    font-size: 15px;

    position: absolute;
    bottom: 30px;

    width: 100%;

    text-align: center;
}
@media (max-width: 767px)
{
    .banner .num-box
    {
        bottom: 0;
    }
}
.banner .num-box .prev:before
{
    font-family: 'iconfont' !important;
    font-weight: bold;

    display: inline-block;

    margin-top: -2px;
    margin-right: 10px;

    content: '\e9b5';
    vertical-align: middle;
}
.banner .num-box .prev:after
{
    margin: 0 10px;

    content: '/';
}
.banner .num-box .next:after
{
    font-family: 'iconfont' !important;
    font-weight: bold;

    display: inline-block;

    margin-top: -2px;
    margin-left: 10px;

    content: '\e72f';
    vertical-align: middle;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .banner-pic
{
    position: absolute;
    bottom: 30px;

    width: 100%;

    text-align: center;
}
@media (max-width: 991px)
{
    .banner .banner-pic
    {
        bottom: 10px;
    }
}
.banner .banner-pic img
{
    display: inline-block;

    width: auto;
    max-width: 100%;
}
.banner-in .slick-list
{
    padding: 0 !important;
}
.banner-in .slick-slide
{
    padding: 0;
}
@media (max-width: 991px)
{
    .banner-in .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.banner-in .text-in
{
    position: absolute;
    top: 60%;

    overflow: hidden;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
@media (max-width: 991px)
{
    .banner-in .text-in
    {
        top: 64%;
    }
}
.banner-in .text-in b
{
    font-size: 54px;
    line-height: 1;

    display: inline-block;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .banner-in .text-in b
    {
        font-size: 20px;

        display: block;
    }
}
.banner .banner-arrow
{
    position: absolute;
    z-index: 8;
    bottom: 40px;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .banner-arrow
    {
        bottom: 0;
    }
}
.banner .banner-arrow a
{
    display: inline-block;
}
.banner .banner-arrow a:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e770';

    color: #fff;
}
@-webkit-keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
@keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
.zoomIn1
{
    -webkit-animation-name: narrow;
            animation-name: narrow;
}
.box
{
    overflow: hidden;

    padding: 90px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.title
{
    text-align: center;
}
.title h2
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.35;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 20px;
    }
}
.title p
{
    font-size: 20px;
    line-height: 30px;

    margin: 0;

    color: #999;
}
@media (max-width: 991px)
{
    .title p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 14px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-global
{
    position: relative;
    z-index: 2;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-global .pic
{
    position: relative;

    margin-top: 30px;

    text-align: center;
}
.box-global .pic .pic-dot
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
}
.box-global .pic img
{
    max-width: 100%;
}
.box-partners
{
    background: url(../images/partners_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-partners .slick-partners
{
    margin-top: 30px;
}
.box-partners .slick-partners .slick-slide
{
    padding: 15px 10px;
}
.box-partners .slick-partners .item
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.box-partners .slick-partners .item .img-box
{
    padding-bottom: 50%;
}
.box-partners .slick-partners .item:hover
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.footer
{
    padding: 15px 0;

    text-align: center;

    color: #fff;
    background-color: #1b1c26;
}
@media (max-width: 767px)
{
    .footer
    {
        padding-bottom: 55px;
    }
}
.footer p
{
    margin: 0;
}
.footer p,
.footer a
{
    line-height: 30px;

    display: inline-block;
}
@media (max-width: 767px)
{
    .footer p,
    .footer a
    {
        font-size: 13px;
        line-height: 24px;

        display: block;
    }
}
.footer a.sitemap
{
    float: left;
}
@media (max-width: 767px)
{
    .footer a.sitemap
    {
        float: none;
    }
}
.footer a.power
{
    float: right;
}
@media (max-width: 767px)
{
    .footer a.power
    {
        float: none;
    }
}
.footer a:hover
{
    text-decoration: underline;
}
.wrapper
{
    clear: both;
    overflow: hidden;
}
.wrap
{
    padding: 80px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 50px 0;
    }
}
.title-in h2
{
    font-size: 30px;
    line-height: 1;

    display: block;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.title-sidenav
{
    padding: 6px 20px;

    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 767px)
{
    .title-sidenav
    {
        padding: 6px 10px;
    }
}
.title-sidenav h2
{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .title-sidenav h2
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .title-sidenav h2
    {
        font-size: 24px;
    }
}
.title-sidenav-product
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .title-sidenav-product
    {
        margin-top: 40px;
    }
}
.title-sidenav-product h2
{
    font-family: 'Copperplate Gothic', Arial;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;

    margin: 0;

    text-transform: uppercase;
}
.sidenav-product
{
    margin-top: 20px;
}
.sidenav-product > ul > li > a
{
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;

    position: relative;

    display: block;
}
.sidenav-product > ul > li > ul
{
    padding: 10px 0;
}
@media (max-width: 991px)
{
    .sidenav-product > ul > li > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.sidenav-product > ul > li > ul > li a
{
    line-height: 24px;

    position: relative;

    display: block;

    padding: 4px 10px 4px 26px;
}
@media (max-width: 991px)
{
    .sidenav-product > ul > li > ul > li a
    {
        line-height: 24px;

        padding: 0 0 0 26px;
    }
}
.sidenav-product > ul > li > ul > li a:before
{
    position: absolute;
    top: 14px;
    left: 10px;

    width: 6px;
    height: 6px;

    content: '';

    background-color: #dcdcdc;
}
@media (max-width: 991px)
{
    .sidenav-product > ul > li > ul > li a:before
    {
        top: 10px;
    }
}
.sidenav-product > ul > li > ul > li.active a,
.sidenav-product > ul > li > ul > li:hover a
{
    font-weight: bold;

    text-decoration: underline;

    color: #009fe2;
}
.sidenav-product > ul > li.active > a,
.sidenav-product > ul > li:hover > a
{
    font-weight: bold;

    color: #009fe2;
}
.wrap-sidenav
{
    margin-top: 30px;
}
.wrap-sidenav .sidenav
{
    position: relative;
}
.wrap-sidenav .sidenav .sidenavlevel-1
{
    text-align: center;
}
.wrap-sidenav .sidenav .sidenavlevel-1 li
{
    position: relative;

    display: inline-block;

    vertical-align: top;
}
.wrap-sidenav .sidenav .sidenavlevel-1 li > a
{
    line-height: 30px;

    position: relative;

    display: block;

    padding: 0 34px;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav .sidenavlevel-1 li > a
    {
        padding: 0 10px;
    }
}
.wrap-sidenav .sidenav .sidenavlevel-1 li > a:after
{
    display: block;

    width: 1px;
    height: 0;
    margin: 0 auto;

    content: '';

    background-color: #009fe2;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav .sidenavlevel-1 li > a:after
    {
        display: none;
    }
}
.wrap-sidenav .sidenav .sidenavlevel-1 li.active > a,
.wrap-sidenav .sidenav .sidenavlevel-1 li:hover > a
{
    color: #009fe2;
}
.wrap-sidenav .sidenav .sidenavlevel-1 li.active > a:after,
.wrap-sidenav .sidenav .sidenavlevel-1 li:hover > a:after
{
    height: 20px;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav .sidenavlevel-1 li.active,
    .wrap-sidenav .sidenav .sidenavlevel-1 li:hover
    {
        display: block;
    }
    .wrap-sidenav .sidenav .sidenavlevel-1 li.active .sidenavlevel-2,
    .wrap-sidenav .sidenav .sidenavlevel-1 li:hover .sidenavlevel-2
    {
        position: relative;

        display: block;

        margin: 10px 0;
    }
}
.wrap-sidenav .sidenav .sidenavlevel-1 li .sidenavlevel-2
{
    position: absolute;
    z-index: 2;
    top: 100%;

    display: none;

    padding: 10px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav .sidenavlevel-1 li .sidenavlevel-2 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sidenav .sidenav .sidenavlevel-1 li .sidenavlevel-2 > li a
{
    line-height: 30px;

    display: block;

    white-space: nowrap;
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav .sidenavlevel-1 li .sidenavlevel-2 > li a
    {
        font-size: 12px;

        padding: 0 4px;
    }
}
.wrap-sidenav .sidenav .sidenavlevel-1 li .sidenavlevel-2 > li:hover a
{
    color: #009fe2;
}
.wrap-sidenav .slick-arrow
{
    font-size: 18px;
    line-height: 50px;

    top: 14px;
    left: -30px;

    height: 50px;

    background: none;
}
@media (max-width: 991px)
{
    .wrap-sidenav .slick-arrow
    {
        left: -10px;
    }
}
.wrap-sidenav .slick-arrow.slick-next
{
    right: -30px;
    left: auto;
}
@media (max-width: 991px)
{
    .wrap-sidenav .slick-arrow.slick-next
    {
        right: -10px;
    }
}
.wrap-sidenav .slick-arrow:hover
{
    color: #009fe2;
}
.wrap-sidenav .product-sidenav .sidenavlevel-1
{
    padding: 0 30px;
}
.wrap-about
{
    padding-top: 0;
}
.wrap-about .text
{
    margin-top: 60px;
}
.wrap-about .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-about .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-about .text img
{
    float: right;

    max-width: 100%;
    height: auto !important;
    margin-left: 30px;
}
@media (max-width: 991px)
{
    .wrap-about .text img
    {
        float: none;

        margin: 0;
        margin-bottom: 10px;
    }
}
.wrap-honor
{
    padding-top: 0;
}
.wrap-honor .text
{
    margin-top: 40px;
}
.wrap-honor .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-honor .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-honor .text img
{
    float: right;

    max-width: 100%;
    height: auto !important;
    margin-left: 30px;
}
@media (max-width: 991px)
{
    .wrap-honor .text img
    {
        float: none;

        margin: 0;
        margin-bottom: 10px;
    }
}
.wrap-honor .honor
{
    margin-top: 50px;
}
.wrap-honor .honor .title-honor h2
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-honor .honor .title-honor h2
    {
        font-size: 20px;
    }
}
.wrap-honor .honor .item
{
    display: block;

    margin-top: 30px;
}
.wrap-honor .honor .item .img-box
{
    padding-bottom: 143.58974359%;
}
.wrap-honor .honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-sitemap .sitemap
{
    margin-top: 30px;
}
.wrap-sitemap .sitemap > ul > li
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li
    {
        margin-top: 10px;
    }
}
.wrap-sitemap .sitemap > ul > li > a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;

    display: block;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > a
    {
        font-size: 15px;

        display: block;
    }
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    text-decoration: underline;

    color: #009fe2;
}
.wrap-sitemap .sitemap > ul > li > ul
{
    display: block;

    margin: 0 -8px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul
    {
        display: block;

        margin: 0 -8px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li
{
    display: inline-block;

    margin-top: 10px;
    padding: 0 8px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li
    {
        margin-top: 10px;
        padding: 0 8px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li a
{
    font-size: 15px;
    line-height: 28px;

    display: block;

    min-width: 124px;
    padding: 6px 10px;

    text-align: center;
    text-transform: capitalize;

    border: 1px solid #dcdcdc;
    border-radius: 30px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li a
    {
        font-size: 14px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover a
{
    color: #fff;
    background-color: #009fe2;
}
.wrap-news .news
{
    margin-top: -30px;
}
.wrap-news .news .item
{
    margin-top: 30px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-news .news .item .pic
{
    position: relative;

    display: block;
}
.wrap-news .news .item .pic span.date
{
    font-size: 16px;
    line-height: 32px;

    position: absolute;
    z-index: 2;
    bottom: -16px;
    left: 20px;

    display: inline-block;

    padding: 0 20px;

    color: #fff;
    background-color: #009fe2;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic span.date
    {
        font-size: 14px;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .note
{
    padding: 30px 20px;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note
    {
        padding: 20px 10px;
    }
}
.wrap-news .news .item .note b
{
    font-size: 20px;
    line-height: 32px;

    display: -webkit-box;
    overflow: hidden;

    height: 64px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note b
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note b
    {
        font-size: 16px;
        line-height: 24px;

        height: 48px;
    }
}
.wrap-news .news .item .note p
{
    font-size: 16px;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 140px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note p
    {
        font-size: 14px;
        line-height: 24px;

        height: 120px;
    }
}
.wrap-news .news .item .note a.more
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    margin-top: 14px;

    color: #009fe2;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note a.more
    {
        font-size: 14px;
    }
}
.wrap-news .news .item .note a.more:hover
{
    text-decoration: underline;
}
@media (min-width: 1200px)
{
    .wrap-news .news .item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-news .news .item:hover .note b
    {
        color: #009fe2;
    }
}
.wrap-news-show .title-news-show
{
    padding-bottom: 10px;

    text-align: center;

    border-bottom: 1px solid #e1e1e1;
}
.wrap-news-show .title-news-show h1
{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news-show h1
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-news-show .title-news-show h1
    {
        font-size: 18px;
    }
}
.wrap-news-show .title-news-show span.date
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    margin-top: 10px;

    color: #999;
}
.wrap-news-show .text
{
    margin-top: 30px;
}
.wrap-news-show .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-news-show .text p
    {
        font-size: 14px;
        line-height: 2;
    }
}
.wrap-news-show .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .news-relate
{
    margin-top: 30px;
}
.wrap-news-show .news-relate a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin-top: 10px;
    padding-left: 24px;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-relate a
    {
        font-size: 14px;
    }
}
.wrap-news-show .news-relate a:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;

    position: absolute;
    top: 0;
    left: 0;

    content: '\e642';
}
.wrap-news-show .news-relate a:hover
{
    color: #333;
}
.wrap-news-show .news-relate .next a:before
{
    content: '\e641';
}
.wrap-case .case
{
    margin-top: -30px;
}
.wrap-case .case .item
{
    font-size: 0;

    margin-top: 30px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-case .case .item .pic,
.wrap-case .case .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-case .case .item .pic
{
    width: 32%;
}
@media (max-width: 1470px)
{
    .wrap-case .case .item .pic
    {
        width: 35%;
    }
}
@media (max-width: 1199px)
{
    .wrap-case .case .item .pic
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .wrap-case .case .item .pic
    {
        width: 100%;
    }
}
.wrap-case .case .item .pic .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-case .case .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-case .case .item .note
{
    width: 68%;
    padding: 10px 30px;
}
@media (max-width: 1470px)
{
    .wrap-case .case .item .note
    {
        width: 65%;
    }
}
@media (max-width: 1199px)
{
    .wrap-case .case .item .note
    {
        width: 60%;
    }
}
@media (max-width: 767px)
{
    .wrap-case .case .item .note
    {
        width: 100%;
        padding: 30px 10px;
    }
}
.wrap-case .case .item .note b
{
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-case .case .item .note b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-case .case .item .note b
    {
        font-size: 18px;
    }
}
.wrap-case .case .item .note p
{
    font-size: 16px;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 140px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
@media (max-width: 1199px)
{
    .wrap-case .case .item .note p
    {
        font-size: 15px;
    }
}
@media (max-width: 991px)
{
    .wrap-case .case .item .note p
    {
        font-size: 14px;
        line-height: 24px;

        display: -webkit-box;
        overflow: hidden;

        max-height: 96px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
}
.wrap-case .case .item .note a.more
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    margin-top: 20px;

    color: #009fe2;
}
@media (max-width: 991px)
{
    .wrap-case .case .item .note a.more
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-case .case .item .note a.more
    {
        font-size: 14px;
    }
}
.wrap-case .case .item .note a.more:hover
{
    text-decoration: underline;
}
.wrap-case .case .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-case .case .item:hover .note b
{
    color: #009fe2;
}
.wrap-case-show .title-case-show
{
    text-align: center;
}
.wrap-case-show .title-case-show h1
{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-case-show .title-case-show h1
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-case-show .title-case-show h1
    {
        font-size: 18px;
    }
}
.wrap-case-show .case-show
{
    margin-top: 30px;
}
.wrap-case-show .case-show p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-case-show .case-show p
    {
        font-size: 14px;
        line-height: 2;
    }
}
.wrap-case-show .case-show img
{
    max-width: 100%;
    height: auto !important;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-case-show .case-show img
    {
        margin-top: 14px;
    }
}
.wrap-service .service
{
    margin-top: -60px;
}
.wrap-service .service > ul > li:nth-child(2n) .item .pic
{
    left: 70%;
}
@media (max-width: 1470px)
{
    .wrap-service .service > ul > li:nth-child(2n) .item .pic
    {
        left: 65%;
    }
}
@media (max-width: 1199px)
{
    .wrap-service .service > ul > li:nth-child(2n) .item .pic
    {
        left: 60%;
    }
}
@media (max-width: 767px)
{
    .wrap-service .service > ul > li:nth-child(2n) .item .pic
    {
        left: 0;
    }
}
.wrap-service .service > ul > li:nth-child(2n) .item .note
{
    right: 30%;
}
@media (max-width: 1470px)
{
    .wrap-service .service > ul > li:nth-child(2n) .item .note
    {
        right: 35%;
    }
}
@media (max-width: 1199px)
{
    .wrap-service .service > ul > li:nth-child(2n) .item .note
    {
        right: 40%;
    }
}
@media (max-width: 767px)
{
    .wrap-service .service > ul > li:nth-child(2n) .item .note
    {
        right: 0;
    }
}
.wrap-service .service > ul > li:nth-child(2n) .item .note .desc
{
    margin-right: -30px;
    margin-left: 0;
}
@media (max-width: 767px)
{
    .wrap-service .service > ul > li:nth-child(2n) .item .note .desc
    {
        margin-right: 0;
    }
}
.wrap-service .service .item
{
    font-size: 0;

    margin-top: 60px;
}
@media (max-width: 767px)
{
    .wrap-service .service .item
    {
        margin-top: 30px;
    }
}
.wrap-service .service .item .pic,
.wrap-service .service .item .note
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    vertical-align: top;
}
.wrap-service .service .item .pic
{
    width: 30%;
}
@media (max-width: 1470px)
{
    .wrap-service .service .item .pic
    {
        width: 35%;
    }
}
@media (max-width: 1199px)
{
    .wrap-service .service .item .pic
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .wrap-service .service .item .pic
    {
        width: 100%;
    }
}
.wrap-service .service .item .pic .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-service .service .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-service .service .item .note
{
    width: 70%;
    padding-top: 20px;
}
@media (max-width: 1470px)
{
    .wrap-service .service .item .note
    {
        width: 65%;
    }
}
@media (max-width: 1199px)
{
    .wrap-service .service .item .note
    {
        width: 60%;
    }
}
@media (max-width: 767px)
{
    .wrap-service .service .item .note
    {
        width: 100%;
        padding-top: 14px;
    }
}
.wrap-service .service .item .note b
{
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    padding: 0 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-service .service .item .note b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .service .item .note b
    {
        font-size: 18px;

        padding: 0;
    }
}
.wrap-service .service .item .note .desc
{
    position: relative;
    z-index: 2;

    width: -webkit-calc(100% + 30px);
    width:         calc(100% + 30px);
    margin-top: 20px;
    margin-left: -30px;
    padding: 30px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .wrap-service .service .item .note .desc
    {
        width: 100%;
        margin: 20px 0 0 0;
        padding: 20px 10px;
    }
}
.wrap-service .service .item .note .desc p
{
    line-height: 2;

    position: relative;

    margin-bottom: 20px;
    padding-left: 20px;

    color: #666;
}
@media (max-width: 1199px)
{
    .wrap-service .service .item .note .desc p
    {
        margin-bottom: 10px;
    }
}
@media (max-width: 991px)
{
    .wrap-service .service .item .note .desc p
    {
        font-size: 13px;
        line-height: 22px;
    }
}
.wrap-service .service .item .note .desc p:before
{
    position: absolute;
    top: 10px;
    left: 0;

    display: block;

    width: 8px;
    height: 8px;

    content: '';

    border-radius: 50%;
    background-color: #009fe2;
}
.wrap-product
{
    padding-top: 0;
}
.wrap-product .product .item
{
    position: relative;

    display: block;

    margin-top: 30px;
    padding: 10px 10px 0 10px;

    text-align: center;

    border: 1px solid #e9e9e9;
}
@media (max-width: 991px)
{
    .wrap-product .product .item
    {
        padding: 4px 4px 0 4px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item
    {
        margin-top: 20px;
    }
}
.wrap-product .product .item .pic .img-box
{
    padding-bottom: 75%;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-product .product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item .text
{
    position: relative;
}
.wrap-product .product .item .text b
{
    font-size: 16px;
    font-weight: normal;
    line-height: 80px;

    display: -webkit-box;
    overflow: hidden;

    height: 80px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .text b
    {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
    }
}
.wrap-product .product .item .text span.more
{
    font-size: 16px;
    line-height: 40px;

    position: absolute;
    bottom: 0;

    display: block;

    width: 100%;
    height: 40px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    opacity: 0;
    color: #fff;
    background-color: #009fe2;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .text span.more
    {
        display: none;
    }
}
.wrap-product .product .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .product .item:hover .text span.more
{
    bottom: -20px;

    opacity: 1;
}
.wrap-product-show
{
    padding-top: 0;
}
.wrap-product-show .carousel-wrap
{
    margin-top: 30px;
    padding: 40px;

    border: 1px solid #e9e9e9;
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap
    {
        padding: 10px 10px 30px 10px;
    }
}
.wrap-product-show .carousel-wrap .img-box
{
    padding-bottom: 75%;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-product-show .carousel-wrap .carousel
{
    font-size: 0;

    position: relative;

    padding-left: 140px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        padding-left: 120px;
    }
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        padding-left: 110px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        padding: 0;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    position: relative;

    border: 1px solid #e5e5e5;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav
{
    position: absolute;
    top: -3px;
    left: 0;

    width: 120px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav
    {
        width: 110px;
    }
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav
    {
        width: 94px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav
    {
        position: relative;
        top: 0;

        width: 100%;
        margin: 0 -4px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide
{
    margin: 3px 0;

    outline: none;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide
    {
        margin: 10px 0 0 0;
        padding: 0 4px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item
{
    position: relative;

    border: 1px solid #e5e5e5;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item
{
    border: 1px solid #009fe2;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow
{
    top: auto;
    bottom: -76px;
    left: 0;

    width: 60px;
    height: 60px;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    border: 1px solid #f2f2f2;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow
    {
        width: 55px;
    }
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow
    {
        width: 45px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow
    {
        display: block !important;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow:hover
{
    color: #fff;
    background-color: #666;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow
{
    font-size: 24px;

    left: -10px;

    width: 20px;

    color: #333;
    background: none;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next
{
    right: -10px;
    left: auto;
}
.wrap-product-show .carousel-wrap .info-box
{
    position: relative;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box
    {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info h1
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1;

    display: block;

    margin: 0;
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info h1
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info h1
    {
        font-size: 18px;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info p
{
    font-size: 28px;
    line-height: 1;

    margin: 14px 0;

    color: #009fe2;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info p
    {
        font-size: 16px;
    }
}
.wrap-product-show .carousel-wrap .info-box .btn-inquiry
{
    display: inline-block;

    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info-box .btn-inquiry a
{
    line-height: 50px;

    display: inline-block;

    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    background-color: #009fe2;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box .btn-inquiry a
    {
        padding: 0 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .btn-inquiry a:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    float: left;

    margin-right: 10px;

    content: '\e63d';
}
.wrap-product-show .carousel-wrap .info-box .btn-inquiry a:hover
{
    background-color: #0074a5;
}
.wrap-product-show .carousel-wrap .info-box .btn-prev-next
{
    display: inline-block;
    float: right;

    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info-box .btn-prev-next a
{
    line-height: 50px;

    display: inline-block;

    width: 50px;
    height: 50px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #c0c0c0;
    border: 1px solid #eee;
}
.wrap-product-show .carousel-wrap .info-box .btn-prev-next a:before
{
    font-family: 'iconfont' !important;

    content: '\e62e';
}
.wrap-product-show .carousel-wrap .info-box .btn-prev-next a.next:before
{
    font-family: 'iconfont' !important;

    content: '\e62c';
}
.wrap-product-show .carousel-wrap .info-box .btn-prev-next a:hover
{
    color: #fff;
    background-color: #009fe2;
}
.wrap-product-show .carousel-wrap .info-box .share
{
    clear: both;

    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info-box .share p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .share p,
.wrap-product-show .carousel-wrap .info-box .share .addthis_inline_share_toolbox
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .title-product-show
{
    text-align: center;
}
.wrap-product-show .title-product-show h2
{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show h2
    {
        font-size: 20px;
    }
}
.wrap-product-show .parameter .list
{
    margin-top: 50px;
    padding: 40px 5%;

    border: 1px solid #e9e9e9;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .list
    {
        padding: 30px 10px;
    }
}
.wrap-product-show .parameter .text
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .text
    {
        margin-top: 20px;
    }
}
.wrap-product-show .parameter .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .text p
    {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .parameter .table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-product-show .parameter .table-box table
{
    line-height: 1.2;

    width: 100%;
    max-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;

    text-align: center;

    background-color: #f6f6f6;
}
.wrap-product-show .parameter .table-box table tr,
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th
{
    width: auto !important;
    height: auto !important;

    color: #666;
}
.wrap-product-show .parameter .table-box table th
{
    background-color: #e1e1e1;
}
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th
{
    font-weight: normal;
    line-height: 24px;

    padding: 10px !important;

    border: 1px solid #fff !important;
}
@media (max-width: 480px)
{
    .wrap-product-show .parameter .table-box table td,
    .wrap-product-show .parameter .table-box table th
    {
        padding: 8px !important;
    }
}
.wrap-product-show .parameter .table-box table tr p,
.wrap-product-show .parameter .table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-product-show .parameter .table-box table th
{
    text-align: center;
}
.wrap-product-show .inquiry
{
    padding-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquiry
    {
        padding-top: 40px;
    }
}
.wrap-product-show .inquiry .title-product-show
{
    margin-bottom: 14px;
}
.wrap-product-show .inquiry p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry p
    {
        font-size: 14px;
    }
}
.wrap-product-show .inquiry input,
.wrap-product-show .inquiry textarea
{
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;

    resize: vertical;

    border: none;
    border: 1px solid #eee;
    outline: none;
    background: none;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquiry input,
    .wrap-product-show .inquiry textarea
    {
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry input,
    .wrap-product-show .inquiry textarea
    {
        font-size: 14px;
    }
}
.wrap-product-show .inquiry input::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry input:-o-placeholder,
.wrap-product-show .inquiry textarea:-o-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry input::-moz-placeholder,
.wrap-product-show .inquiry textarea::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry input:-ms-input-placeholder,
.wrap-product-show .inquiry textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-o-placeholder,
.wrap-product-show .inquiry textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-moz-placeholder,
.wrap-product-show .inquiry textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry .submit
{
    font-size: 16px;
    line-height: 40px;

    margin-top: 20px;
    padding: 0 70px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border-radius: 0;
    background-color: #009fe2;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquiry .submit
    {
        font-size: 14px;
        line-height: 40px;

        margin-top: 20px;
    }
}
.wrap-product-show .inquiry .submit:hover
{
    background-color: #0074a5;
}
.wrap-product-show .inquiry .read input
{
    background-color: #f6f6f6;
}
.wrap-product-show .inquiry .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .read input:-o-placeholder,
.wrap-product-show .inquiry .read textarea:-o-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .read input::-moz-placeholder,
.wrap-product-show .inquiry .read textarea::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .read input:-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-o-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-o-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .relate-product
{
    padding-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product
    {
        padding-top: 40px;
    }
}
.wrap-product-show .relate-product .slick-relate-product
{
    margin: 0 -15px;
}
.wrap-product-show .relate-product .slick-slide
{
    padding: 15px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-slide
    {
        padding: 8px;
    }
}
.wrap-product-show .relate-product .item
{
    position: relative;

    display: block;

    margin-top: 30px;
    padding: 10px 10px 0 10px;

    text-align: center;

    border: 1px solid #e9e9e9;
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product .item
    {
        padding: 4px 4px 0 4px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .item
    {
        margin-top: 20px;
    }
}
.wrap-product-show .relate-product .item .pic .img-box
{
    padding-bottom: 75%;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-product-show .relate-product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-show .relate-product .item .text
{
    position: relative;
}
.wrap-product-show .relate-product .item .text b
{
    font-size: 16px;
    font-weight: normal;
    line-height: 80px;

    display: -webkit-box;
    overflow: hidden;

    height: 80px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product .item .text b
    {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
    }
}
.wrap-product-show .relate-product .item .text span.more
{
    font-size: 16px;
    line-height: 40px;

    position: absolute;
    bottom: 0;

    display: block;

    width: 100%;
    height: 40px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    opacity: 0;
    color: #fff;
    background-color: #009fe2;
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product .item .text span.more
    {
        display: none;
    }
}
.wrap-product-show .relate-product .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-show .relate-product .item:hover .text span.more
{
    bottom: -20px;

    opacity: 1;
}
.wrap-product-show .relate-product .slick-arrow
{
    left: -30px;

    color: #333;
    background: none;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-arrow
    {
        left: -10px;
    }
}
.wrap-product-show .relate-product .slick-arrow.slick-next
{
    right: -30px;
    left: auto;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-arrow.slick-next
    {
        right: -10px;
    }
}
.wrap-product-show .relate-product .slick-arrow:hover
{
    color: #009fe2;
}
.wrap-contact .title-contact h2
{
    font-size: 30px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-contact .title-contact h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .title-contact h2
    {
        font-size: 20px;
    }
}
.wrap-contact .title-contact p
{
    font-size: 18px;
    line-height: 24px;

    margin: 0;

    color: #adadad;
}
@media (max-width: 991px)
{
    .wrap-contact .title-contact p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .title-contact p
    {
        font-size: 14px;
    }
}
.wrap-contact .contact .text
{
    margin-top: 30px;
}
.wrap-contact .contact .text p
{
    font-size: 16px;
    line-height: 32px;

    position: relative;

    margin: 0;
    padding-left: 30px;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text p
    {
        font-size: 14px;
    }
}
.wrap-contact .contact .text p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    position: absolute;
    left: 0;

    content: '\e633';

    color: #009fe2;
}
.wrap-contact .contact .text p.phone:before
{
    content: '\e62a';
}
.wrap-contact .contact .text p.email:before
{
    content: '\e640';
}
.wrap-contact .contact .text p.website:before
{
    content: '\e623';
}
.wrap-contact .contact .text p.address:before
{
    content: '\e619';
}
.wrap-contact .contact .text a:hover
{
    text-decoration: underline;

    color: #009fe2;
}
.wrap-contact .contact #dituContent
{
    height: 360px;
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact #dituContent
    {
        height: 300px;
    }
}
.wrap-contact .message form
{
    margin-top: 10px;
}
.wrap-contact .message form input,
.wrap-contact .message form textarea
{
    line-height: 28px;

    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;

    resize: vertical;

    border: none;
    border: 1px solid #eee;
    border-radius: 5px;
    outline: none;
    background: none;
}
@media (max-width: 767px)
{
    .wrap-contact .message form input,
    .wrap-contact .message form textarea
    {
        font-size: 14px;
    }
}
.wrap-contact .message form input::-webkit-input-placeholder,
.wrap-contact .message form textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-contact .message form input:-o-placeholder,
.wrap-contact .message form textarea:-o-placeholder
{
    color: #999;
}
.wrap-contact .message form input::-moz-placeholder,
.wrap-contact .message form textarea::-moz-placeholder
{
    color: #999;
}
.wrap-contact .message form input:-ms-input-placeholder,
.wrap-contact .message form textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-contact .message form input:focus::-webkit-input-placeholder,
.wrap-contact .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-o-placeholder,
.wrap-contact .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-moz-placeholder,
.wrap-contact .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-ms-input-placeholder,
.wrap-contact .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form p
{
    font-size: 16px;
    line-height: 30px;

    margin: 6px 0 0 0;
}
@media (max-width: 767px)
{
    .wrap-contact .message form p
    {
        font-size: 14px;
    }
}
.wrap-contact .message form p span
{
    color: #c9161c;
}
.wrap-contact .message form .submit
{
    font-size: 16px;
    line-height: 48px;

    display: inline-block;

    margin-top: 20px;
    padding: 0 60px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    background-color: #009fe2;
}
@media (max-width: 991px)
{
    .wrap-contact .message form .submit
    {
        line-height: 40px;

        margin-top: 20px;
        padding-bottom: 0 40px;
    }
}
.wrap-contact .message form .submit:hover
{
    background-color: #0074a5;
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 50px 0 0 0;
    padding: 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.pagination li.prev a span:before,
.pagination li.next a span:before
{
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.pagination li.next a span:before
{
    content: '\e625';
}
.pagination li a
{
    line-height: 42px;

    display: block;

    width: 42px;
    height: 42px;
    margin: 0 6px;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #666;
    border: none;
    border-radius: 0;
}
@media (max-width: 991px)
{
    .pagination li a
    {
        margin: 0 4px;
    }
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    background-color: #009fe2;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    background-color: #009fe2;
}
