/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
body
{
    font-family: 'Glacial Indifference', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;

    color: #222;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header
{
    font-size: 0;

    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 120px;

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

    border-bottom: 1px solid #e8e8e8;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 70px;
    }
}
.header .logo
{
    position: relative;

    display: inline-block;

    width: 14%;
    height: 120px;
    padding: 20px 0;

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

    border-right: 1px solid #e8e8e8;
}
@media (max-width: 1470px)
{
    .header .logo
    {
        width: 15%;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        width: auto;
        height: 70px;
        padding: 10px 0;

        border: none;
    }
}
.header .logo a
{
    display: inline-block;

    height: 100%;

    vertical-align: middle;
}
.header .logo img
{
    position: relative;
    z-index: 2;

    display: inline-block;

    height: 100%;
}
.header .header-right
{
    font-size: 14px;

    position: relative;
    z-index: 2;

    display: inline-block;

    width: 86%;

    vertical-align: top;
}
@media (max-width: 1470px)
{
    .header .header-right
    {
        width: 85%;
    }
}
@media (max-width: 1199px)
{
    .header .header-right
    {
        float: right;

        width: auto;
    }
}
.header .right-top
{
    overflow: hidden;

    height: 40px;
    padding-left: 5%;

    border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 1470px)
{
    .header .right-top
    {
        padding-left: 2%;
    }
}
@media (max-width: 1199px)
{
    .header .right-top
    {
        display: none;
    }
}
.header .right-top h1
{
    font-size: 14px;
    line-height: 40px;

    display: inline-block;
    margin: 0;
	font-weight: bold;

    vertical-align: top;

    color: #888;
}
.header .right-top .header-nav
{
    display: inline-block;
    float: right;
}
.header .right-top .header-nav > ul
{
    font-size: 0;
}
.header .right-top .header-nav > ul > li
{
    display: inline-block;
}
.header .right-top .header-nav > ul > li:after
{
    font-size: 15px;

    display: inline-block;

    content: '|';
    vertical-align: middle;
}
.header .right-top .header-nav > ul > li:last-child:after
{
    display: none;
}
.header .right-top .header-nav > ul > li > a
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    padding: 0 15px;
    /*padding: 0 26px;*/
	font-weight: bold;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;
    text-transform: uppercase;
}
@media (max-width: 1350px)
{
    .header .right-top .header-nav > ul > li > a
    {
        padding: 0 5px;
        /*padding: 0 16px;*/
    }
}
.header .right-top .header-nav > ul > li:hover > a
{
    color: #fff;
    background-color: #0c1f3f;
}
.header .xs-nav
{
    position: absolute;
    bottom: 30px;
    left: 0;

    display: none;

    width: 100%;
    padding: 0 20px;
}
@media (max-width: 1199px)
{
    .header .xs-nav
    {
        display: block;
    }
}
.header .xs-nav > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.header .xs-nav > ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    padding: 0 10px;

    vertical-align: middle;
    text-transform: uppercase;

    color: #fff;
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

    width: 20px;
    height: 40px;
    margin-left: 10px;
    padding: 0;

    cursor: pointer;

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

        margin-top: 14px;
    }
    .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: #999 !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;

        padding-left: 5%;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav
    {
        padding-left: 2%;
    }
}
@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: #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: 30px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 > li
    {
        position: relative;

        float: left;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 80px;

        position: relative;

        display: inline-block;

        padding: 0 10px;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
        text-transform: capitalize;
    }
    .header .nav .nav-list1 > li.more > a:after
    {
        font-family: 'iconfont' !important;
        font-size: 12px;

        float: right;

        margin-left: 2px;

        content: '\e622';
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #df5312;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        min-width: 100%;
        margin-left: -10px;
        padding: 20px 0;

        text-align: center;

        background-color: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        position: relative;

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

        position: relative;
        z-index: 1;

        display: block;

        padding: 0 18px;

        -webkit-transition: -webkit-transform .6s ease;
                transition: -webkit-transform .6s ease;
                transition:         transform .6s ease;
                transition:         transform .6s ease, -webkit-transform .6s ease;
        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        -webkit-transform: translateX(6px);
            -ms-transform: translateX(6px);
                transform: translateX(6px);
        text-decoration: underline;

        color: #df5312;
    }
    .header .nav .nav-list1 .nav-list2 li img
    {
        max-width: 400px;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: -20px;
        left: 100%;

        display: none;

        min-width: 120px;
        padding: 20px 0;

        text-align: left;

        background-color: #fff;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li
    {
        border-bottom: 1px dashed rgba(255, 255, 255, .2);
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        line-height: 30px;

        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 6px;
        font-size: 15px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
   .header .nav .nav-list1 > li {
      max-width: 200px;
      display: inline-block;
      vertical-align: middle;
      float: none;

   }
    .header .nav .nav-list1 > li > a
    {
        font-size: 14px;
        line-height: 30px;
        padding: 0 6px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

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

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

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

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.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: #000;
    }
    .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: 14px;

        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-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: 18px;
    line-height: 40px;

    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,
    .header .nav-3 .content ul
    {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    line-height: 44px;

    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
{
    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: 18px;
        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, .96);
}
.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;

    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: #df5312;
}
.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;
}
.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-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e61b';

    color: #fff;
}
.header .find
{
    line-height: 30px;

    display: inline-block;
    float: right;

    width: 30px;
    height: 30px;
    margin-top: 25px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #0c1f3f;
}
@media (max-width: 1199px)
{
    .header .find
    {
        margin-top: 20px;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 18px;

    content: '\e657';
}
.header .find:hover
{
    background-color: #df5312;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header.fixed-header
{
    height: 100px;
}
@media (max-width: 1199px)
{
    .header.fixed-header
    {
        height: 70px;
    }
}
.header.fixed-header .logo
{
    height: 100px;
    padding: 10px 0;
}
@media (max-width: 1199px)
{
    .header.fixed-header .logo
    {
        height: 70px;
        padding: 10px 0;
    }
}
.header.fixed-header .nav .nav-list1 > li > a
{
    line-height: 60px;
}
.header.fixed-header .find
{
    margin-top: 15px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .find
    {
        margin-top: 20px;
    }
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 9;
    bottom: 55px;
    left: 0;

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

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

    border-radius: 0;
    background-color: rgba(0, 0, 0, .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: 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%;
    left: 0;

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

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

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin: 2px auto;
    padding: 0;

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

    border-radius: 6px;
    background-color: rgba(223, 83, 18, .7);
}
.online-wrap .online a:before
{
    font-size: 22px;

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        text-decoration: none;

        background-color: #df5312;
    }
}
@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: #bc4d19;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code:before
{
    font-size: 24px;
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    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%;
}
.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: '\e6af';
}
.online-wrap .icon-skype:before
{
    font-family: 'iconfont' !important;

    content: '\e6b7';
}
.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-arrow-top:before
{
    font-family: 'iconfont' !important;

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

    content: '\e646';
}
.xs-online
{
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 0;

    display: none;

    width: 100%;

    background-color: rgba(51, 51, 51, .9);
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block;
    }
}
.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-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: #fff;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.tel > a:before
{
    content: '\e619';
}
.xs-online ul li.mail > a:before
{
    font-weight: normal;

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

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

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

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

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

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

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

    position: relative;

    overflow: hidden;

    width: 100%;
    padding-top: 120px;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 70px;
    }
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .swiper-slide
{
    overflow: hidden;
}
.banner .swiper-pagination
{
    position: absolute;
    z-index: 2;
    bottom: 4.5%;
    left: 0;

    width: auto;
    width: 100%;

    text-align: center;
}
.banner .swiper-pagination-bullet
{
    font-size: 20px;
    font-weight: bold;

    width: auto;
    width: 14px;
    height: 14px;
    margin: 0 5px !important;

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

    opacity: 1;
    opacity: .5;
    border-radius: 10px;
    outline: none;
    background: none;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .banner .swiper-pagination-bullet
    {
        width: 10px;
        height: 10px;
    }
}
.banner .swiper-pagination-bullet-active
{
    opacity: 1;
    background-color: #df5312;
}
.banner .slick-arrow
{
    font-size: 32px;
    line-height: 90px;

    width: 60px;
    height: 90px;

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background-color: rgba(0, 0, 0, .5);
}
.banner .slick-arrow:after
{
    display: none;
}
@media (min-width: 1200px)
{
    .banner .slick-arrow:hover
    {
        background-color: rgba(0, 0, 0, .8);
    }
}
.banner .slick-prev
{
    left: 5%;
}
.banner .slick-next
{
    right: 5%;
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
@media (max-width: 991px)
{
    .banner .item
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 767px)
{
    .banner .item
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner .item > a
{
    display: block;
    overflow: hidden;
}
.banner .item > a > img
{
    position: relative;
    left: 50%;

    display: block;

    width: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.banner-video
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination
{
    display: none !important;
}
.banner.hide-video video
{
    display: none !important;
}
.banner-video-box
{
    position: relative;

    display: block;

    padding-bottom: 40.625%;

    -webkit-transform: translateZ(10px);
            transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper
{
    position: absolute;
    z-index: 10;
}
.banner-video-box .fluid_initial_play
{
    background-color: #df5312 !important;
}
.banner .mobile-video
{
    position: relative;

    display: block;
}
.banner .mobile-video:after
{
    z-index: 2;

    content: '';

    background-color: rgba(0, 0, 0, .1);
}
.banner .mobile-video:before
{
    font-size: 50px;

    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

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

    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
@media (max-width: 991px)
{
    .banner-in .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner .slick-current img
{
    -webkit-animation: narrow 4s 0s ease both;
            animation: narrow 4s 0s ease both;
}
.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:before
{
    display: block;

    width: 40px;
    height: 7px;
    margin: 0 auto;

    content: '';

    background: url(../images/title-line.png) no-repeat center;
    background-size: cover;
}
.title h2
{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1350px)
{
    .title h2
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 30px;
    }
}
.title p
{
    line-height: 1.42857143;

    margin: 14px 0 0 0;

    color: #666;
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.index-more
{
    margin-top: 30px;
}
.index-more a
{
    line-height: 38px;

    display: inline-block;

    padding: 0 4px 0 20px;

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

    color: #fff;
    border-radius: 30px;
    background-color: #0c1f3f;
}
.index-more a:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    line-height: 30px;

    display: inline-block;
    float: right;

    width: 30px;
    height: 30px;
    margin-top: 4px;
    margin-left: 20px;

    content: '\e9b6';
    text-align: center;
    vertical-align: middle;

    color: #0c1f3f;
    border-radius: 50%;
    background-color: #fff;
}
.index-more a:hover
{
    background-color: #df5312;
}
.index-more a:hover:after
{
    color: #df5312;
}
.box-product .product .item
{
    position: relative;

    overflow: hidden;

    margin-top: 30px;
    padding: 20px;

    border: 1px solid #dcdcdc;
}
@media (max-width: 1350px)
{
    .box-product .product .item
    {
        padding: 10px;
    }
}
@media (max-width: 991px)
{
    .box-product .product .item
    {
        margin-top: 20px;
    }
}
.box-product .product .item .pic
{
    position: relative;

    display: block;
    overflow: hidden;
}
.box-product .product .item .pic .note
{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 0 10px;

    border-left: 6px solid #0c1f3f;
}
@media (max-width: 991px)
{
    .box-product .product .item .pic .note
    {
        border-width: 3px;
    }
}
.box-product .product .item .pic .note p
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-product .product .item .pic .note p
    {
        font-size: 18px;
        line-height: 20px;

        height: 20px;
    }
}
.box-product .product .item .item-mask
{
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;

    width: -webkit-calc(100% - 40px);
    width:         calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height:         calc(100% - 40px);

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(110%);
        -ms-transform: translateY(110%);
            transform: translateY(110%);

    background-color: rgba(223, 83, 18, .87);
}
@media (max-width: 1350px)
{
    .box-product .product .item .item-mask
    {
        top: 10px;
        left: 10px;

        width: -webkit-calc(100% - 20px);
        width:         calc(100% - 20px);
        height: -webkit-calc(100% - 20px);
        height:         calc(100% - 20px);
    }
}
.box-product .product .item .item-mask .mask
{
    position: absolute;
    top: 50%;

    overflow-y: auto;

    width: 100%;
    max-height: 90%;
    padding: 0 15%;

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

    color: #fff;
}
.box-product .product .item .item-mask .mask .title-mask
{
    padding: 0 10px;

    border-left: 6px solid #fff;
}
.box-product .product .item .item-mask .mask .title-mask b
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-product .product .item .item-mask .mask .mask-note
{
    margin-top: 20px;
}
.box-product .product .item .item-mask .mask .mask-note > ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 0 50px;
}
.box-product .product .item .item-mask .mask .mask-note > ul > li > a:before
{
    position: absolute;
    top: 10px;
    left: 30px;

    display: block;

    width: 8px;
    height: 8px;

    content: '';
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
            transform: translateX(-30px);

    opacity: 0;
    border-radius: 50%;
    background-color: #fff;
}
.box-product .product .item .item-mask .mask .mask-note > ul > li:hover > a:before
{
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);

    opacity: 1;
}
@media (min-width: 1200px)
{
    .box-product .product .item:hover
    {
        border-color: #df5312;
    }
    .box-product .product .item:hover .item-mask
    {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
    .box-product .product .item:hover .note
    {
        opacity: 0;
    }
}
.box-product .product .item-1 .pic .img-box
{
    padding-bottom: 166.66666667%;
}
.box-product .product .item-2 .pic .img-box,
.box-product .product .item-5 .pic .img-box
{
    padding-bottom: 86.66666667%;
}
.box-product .product .item-3 .pic .img-box,
.box-product .product .item-4 .pic .img-box
{
    padding-bottom: 62.22222222%;
}
.box-about
{
    font-size: 0;

    overflow: hidden;

    background: #f8f8f8;
}
.box-about .itembox
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: middle;
}
.box-about .title
{
    text-align: left;
}
@media (max-width: 991px)
{
    .box-about .title
    {
        margin-top: 50px;
    }
}
.box-about .title:before
{
    margin: 0;
}
.box-about .about-text
{
    position: relative;

    margin-top: 40px;
    padding-right: 5%;
}
.box-about .about-text p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;

    word-break: break-word;
}
@media (max-width: 767px)
{
    .box-about .about-text p
    {
        font-size: 14px;
    }
}
.box-about .video
{
    position: relative;

    background-color: #000;
}
@media (max-width: 991px)
{
    .box-about .video
    {
        margin-top: 30px;
    }
}
.box-about .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    text-align: center;
}
@media (max-width: 991px)
{
    .box-about .video img
    {
        max-width: 100%;
    }
}
.box-about .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.box-about .video .play
{
    font-size: 80px;
    line-height: 134px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: -67px;

    display: inline-block;

    width: 134px;
    height: 134px;

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

    color: #0c1f3f;
    border-radius: 50%;
    background-color: #f8f8f8;
}
@media (max-width: 991px)
{
    .box-about .video .play
    {
        font-size: 60px;
        line-height: 80px;

        left: 50%;

        width: 80px;
        height: 80px;

        -webkit-transform: translate3d(-50%, -50%, 0);
                transform: translate3d(-50%, -50%, 0);
    }
}
@media (max-width: 991px)
{
    .box-about .video .play
    {
        font-size: 40px;
        line-height: 60px;

        width: 60px;
        height: 60px;
    }
}
.box-about .video .play:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e644';
}
.box-about .video:hover .play
{
    color: #df5312;
}
.box-faq .faq
{
    margin-top: 20px;
}
.box-faq .item
{
    position: relative;

    overflow: hidden;

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

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

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .box-faq .item
    {
        padding: 30px 10px;
    }
}
.box-faq .item b
{
    font-size: 20px;
    line-height: 30px;

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

    height: 30px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-faq .item p
{
    line-height: 18px;

    display: -webkit-box;
    overflow: hidden;

    height: 54px;
    margin: 14px 0 0 0;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box-faq .item a.news-more
{
    line-height: 28px;

    display: inline-block;

    height: 28px;
    margin-top: 20px;
    padding: 0 20px;

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

    color: #fff;
    border-radius: 30px;
    background-color: #0c1f3f;
}
.box-faq .item span.number
{
    font-size: 64px;
    font-style: italic;
    line-height: 1;

    position: absolute;
    right: 30px;
    bottom: -20px;

    color: rgba(224, 224, 224, .36);
}
.box-faq .item:hover
{
    background-color: #df5312;
}
.box-faq .item:hover b,
.box-faq .item:hover p
{
    color: #fff;
}
.box-faq .item:hover a.news-more
{
    color: #444;
    background-color: #fff;
}
.footer
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    color: #fff;
    background-color: #0c1f3f;
}
.footer .foot
{
    position: relative;
    z-index: 2;

    padding: 50px 0;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 30px 0;
    }
}
.footer .foot > ul
{
    padding: 0;

    text-align: justify;
    text-justify: distribute-all-lines;
}
.footer .foot > ul:after
{
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}
@media (max-width: 1199px)
{
    .footer .foot > ul:after
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul
    {
        display: block;
        overflow: hidden;

        margin: 0 -15px;
    }
}
@media (min-width: 1200px)
{
    .footer .foot > ul > li
    {
        display: inline-block;

        vertical-align: top;
        word-break: break-all;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li
    {
        display: inline-block;

        width: 33.33333333%;
        margin-right: -4px;
        padding: 0 15px;

        vertical-align: top;
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul > li
    {
        width: 100%;
    }
}
.footer .foot > ul > li h4
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li h4
    {
        font-size: 18px;
        font-weight: normal;
    }
}
.footer .foot > ul > li h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    position: relative;
    z-index: 2;

    margin: 0;

    text-transform: uppercase;
}
@media (min-width: 992px)
{
    .footer .foot > ul > li h3:after
    {
        display: inline-block;

        width: 40px;
        height: 7px;
        margin: 0 auto;
        margin-top: -10px;
        margin-left: 10px;

        content: '';
        vertical-align: middle;

        background: url(../images/title-line.png) no-repeat center;
        background-size: cover;
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul > li h3
    {
        font-size: 18px;
        font-weight: normal;

        display: block;

        margin-top: 20px;
    }
}
.footer .foot > ul > li .item
{
    text-align: left;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item
    {
        margin-top: 14px;
    }
}
.footer .foot > ul > li .item-1
{
    max-width: 360px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .item-1
    {
        display: none;

        max-width: 100%;
    }
}
.footer .foot > ul > li .item-1 p
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: table;

    width: 100%;
    padding-left: 28px;
}
.footer .foot > ul > li .item-1 p:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

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

    content: '\e681';
}
.footer .foot > ul > li .item-1 p b,
.footer .foot > ul > li .item-1 p span
{
    display: table-cell;

    vertical-align: top;
}
.footer .foot > ul > li .item-1 p b
{
    font-weight: normal;

    width: 26%;

    text-transform: capitalize;
}
.footer .foot > ul > li .item-1 p.tel:before
{
    content: '\e64d';
}
.footer .foot > ul > li .item-1 p.whatsapp:before
{
    font-size: 20px;

    content: '\e64e';
}
.footer .foot > ul > li .item-1 p.wechat:before
{
    font-size: 20px;

    content: '\e652';
}
.footer .foot > ul > li .item-1 p.email:before
{
    font-size: 20px;

    content: '\e647';
}
.footer .foot > ul > li .item-1 a:hover
{
    text-decoration: underline;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .item-2 .info-down
    {
        margin: 0 -10px;
    }
}
.footer .foot > ul > li .item-2 a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    margin-bottom: 10px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .item-2 a
    {
        display: inline-block;

        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .footer .foot > ul > li .item-2 a
    {
        font-size: 14px;

        margin: 0;
    }
}
.footer .foot > ul > li .item-2 a:hover
{
    text-decoration: underline;

    color: #df5312;
}
.footer .foot > ul > li .item-3
{
    width: 100%;
    max-width: 390px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .item-3
    {
        width: 100%;
        max-width: 100%;
    }
}
.footer .foot > ul > li .item-3 .row
{
    margin: 0 -6px;
}
.footer .foot > ul > li .item-3 .itembox
{
    padding: 0 6px;
}
.footer .foot > ul > li .item-3 input,
.footer .foot > ul > li .item-3 textarea
{
    font-size: 14px;
    line-height: 30px;

    width: 100%;
    margin-bottom: 10px;
    padding: 5px 20px;

    resize: vertical;

    color: #fff;
    border: none;
    border-radius: 10px;
    outline: none;
    background-color: #113166;
}
.footer .foot > ul > li .item-3 input::-webkit-input-placeholder,
.footer .foot > ul > li .item-3 textarea::-webkit-input-placeholder
{
    color: #fff;
}
.footer .foot > ul > li .item-3 input:-o-placeholder,
.footer .foot > ul > li .item-3 textarea:-o-placeholder
{
    color: #fff;
}
.footer .foot > ul > li .item-3 input::-moz-placeholder,
.footer .foot > ul > li .item-3 textarea::-moz-placeholder
{
    color: #fff;
}
.footer .foot > ul > li .item-3 input:-ms-input-placeholder,
.footer .foot > ul > li .item-3 textarea:-ms-input-placeholder
{
    color: #fff;
}
.footer .foot > ul > li .item-3 input:focus::-webkit-input-placeholder,
.footer .foot > ul > li .item-3 textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 input:focus::-o-placeholder,
.footer .foot > ul > li .item-3 textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 input:focus::-moz-placeholder,
.footer .foot > ul > li .item-3 textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 input:focus::-ms-input-placeholder,
.footer .foot > ul > li .item-3 textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 .submit
{
    line-height: 38px;

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

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

    color: #0c1f3f;
    border-radius: 30px;
    outline: none;
    background-color: #fff;
}
.footer .foot > ul > li .item-3 .submit:after
{
    font-family: 'iconfont' !important;

    display: inline-block;
    float: right;

    margin-left: 10px;

    content: '\e9b6';
    vertical-align: middle;
}
.footer .foot > ul > li .item-3 .submit:hover
{
    color: #fff;
    background-color: #bc4d19;
}
.footer .foot > ul > li .share
{
    margin-top: 20px;
}
.footer .foot > ul > li .share ul li
{
    display: inline-block;
}
.footer .foot > ul > li .share ul li a
{
    font-size: 20px;
    line-height: 34px;

    display: block;

    width: 34px;
    height: 34px;
    margin: 0 6px;

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

    color: #05436b;
    border-radius: 50%;
    background-color: #fff;
}
.footer .foot > ul > li .share ul li a:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.footer .foot > ul > li .share ul li a:before
{
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\e615';
    text-align: center;
    vertical-align: top;

    border-radius: 4px;
}
.footer .foot > ul > li .share ul li.twitter a:before
{
    content: '\e60b';
}
.footer .foot > ul > li .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.footer .foot > ul > li .share ul li.instagram a:before
{
    content: '\e617';
}
.footer .foot > ul > li .share ul li.youtube a:before
{
    content: '\e6d7';
}
.footer .foot > ul > li .share ul li.google a:before
{
    content: '\e645';
}
.footer .foot > ul > li .share ul li.amazon a:before
{
    content: '\e6c1';
}
.footer .foot > ul > li .info-down
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .info-down
    {
        margin-top: 10px;
    }
}
.footer .foot > ul > li .info-down img
{
    max-width: 100%;
}
.footer .foot > ul > li.current .title-foot h3:after
{
    content: '\e628';
}
.footer .copyright
{
    font-size: 14px;

    padding: 10px 0;

    text-align: center;

    color: #899dc4;
    background-color: #061021;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        position: relative;

        padding-bottom: 55px;
    }
}
.footer .copyright p
{
    line-height: 30px;

    margin: 0;
}
.footer .copyright p a
{
    display: inline-block;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.footer .copyright p a:hover
{
    text-decoration: underline;
}
.wrapper
{
    overflow: hidden;

    padding: 90px 0;
}
@media (max-width: 991px)
{
    .wrapper
    {
        padding: 60px 0;
    }
}
.title-in
{
    text-align: center;
}
.title-in:before,
.title-in:after
{
    display: inline-block;

    width: 56px;
    height: 8px;
    margin: 0 14px;

    content: '';
    vertical-align: middle;

    background: url(../images/line-1.png) no-repeat center;
}
.title-in b
{
    font-size: 46px;
    line-height: 1;

    display: inline-block;

    vertical-align: middle;
    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .title-in b
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title-in b
    {
        font-size: 24px;
    }
}
.title-in:after
{
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.sidenav
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .sidenav
    {
        margin-top: 30px;
    }
}
.sidenav > ul > li
{
    display: block;

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

        vertical-align: top;
    }
}
.sidenav > ul > li a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    padding: 10px 40px;

    border-radius: 10px;
    background-color: #eaeaea;
}
@media (max-width: 991px)
{
    .sidenav > ul > li a
    {
        font-size: 15px;

        padding: 4px 10px;
    }
}
@media (max-width: 767px)
{
    .sidenav > ul > li a
    {
        font-size: 14px;
    }
}
.sidenav > ul > li.active a,
.sidenav > ul > li:hover a
{
    color: #fff;
    background-color: #0c1f3f;
}
.youtube
{
    margin-top: 10px;

    text-align: center;

    border-radius: 10px;
    background-color: #eaeaea;
}
.youtube a
{
    line-height: 30px;

    display: block;

    padding: 20px 10px;
}
@media (max-width: 991px)
{
    .youtube a
    {
        padding: 4px;
    }
}
.youtube img,
.youtube span
{
    display: inline-block;

    vertical-align: middle;
}
.youtube span
{
    font-size: 16px;

    margin-left: 4px;

    text-decoration: underline;
}
.youtube:hover
{
    color: #fff;
    background-color: #df5312;
}
.inside-nav
{
    position: relative;

    max-width: 950px;
    height: 56px;
    margin: 0 auto;
    margin-top: 50px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    border-bottom: 1px solid #e4e4e4;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .inside-nav
    {
        height: 50px;
        margin-top: 30px;
    }
}
.inside-nav .nav-wrap
{
    position: relative;
    z-index: 2;

    overflow-x: auto;

    height: 56px;
    padding: 10px 0 0 0;

    -webkit-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
            transform: skewX(-30deg);
    text-align: center;

    border-radius: 10px;
    background-color: #0c1f3f;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
@media (max-width: 991px)
{
    .inside-nav .nav-wrap
    {
        height: 50px;
    }
}
.inside-nav .nav-wrap::-webkit-scrollbar
{
    position: absolute;

    width: 3px;
    height: 3px;

    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);
}
.inside-nav ul
{
    font-size: 0;

    position: relative;

    display: inline-block;

    white-space: nowrap;
}
.inside-nav ul li
{
    display: inline-block;

    margin: 0 24px;

    border-radius: 4px;
}
@media (max-width: 991px)
{
    .inside-nav ul li
    {
        margin: 0 14px;
    }
}
.inside-nav ul li a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;

    position: relative;

    display: inline-block;

    height: 36px;
    padding: 0 20px;

    -webkit-transform: skewX(30deg);
        -ms-transform: skewX(30deg);
            transform: skewX(30deg);

    color: #fff;
    border-right: none;
}
@media (max-width: 991px)
{
    .inside-nav ul li a
    {
        font-size: 16px;
        line-height: 30px;

        height: 30px;
    }
}
.inside-nav ul li.active,
.inside-nav ul li:hover
{
    background-color: #fff;
}
.inside-nav ul li.active a,
.inside-nav ul li:hover a
{
    color: #0c1f3f;
}
.wrap-about .text
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-about .text
    {
        margin-top: 30px;
    }
}
.wrap-about .text p
{
    line-height: 24px;

    margin: 0;
}
.wrap-about .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-about .pic
{
    margin-top: 30px;
}
.wrap-about .pic img
{
    overflow: hidden;

    max-width: 100%;

    border-radius: 30px;
}
@media (max-width: 991px)
{
    .wrap-about .pic img
    {
        border-radius: 10px;
    }
}
.wrap-factory
{
    margin-top: 50px;
}
.wrap-factory > ul > li
{
    font-size: 0;

    margin-top: 30px;
}
.wrap-factory > ul > li:nth-child(2n) .text .title-factory
{
    text-align: left;
}
.wrap-factory > ul > li:nth-child(2n) .text .note
{
    padding-right: 8%;
    padding-left: 0;
}
@media (max-width: 1350px)
{
    .wrap-factory > ul > li:nth-child(2n) .text .note
    {
        padding: 0;
    }
}
.wrap-factory .itembox
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: middle;
}
.wrap-factory .text .title-factory
{
    text-align: right;
}
.wrap-factory .text .title-factory h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;

    display: inline-block;

    min-width: 240px;
    margin: 0;
    padding: 0 10px;

    text-align: center;

    color: #fff;
    border-radius: 10px;
    background-color: #0c1f3f;
}
.wrap-factory .text .note
{
    margin-top: 14px;
    padding-left: 8%;
}
@media (max-width: 1350px)
{
    .wrap-factory .text .note
    {
        padding: 0;
    }
}
.wrap-factory .text .note p
{
    line-height: 24px;

    margin: 0;

    word-break: break-word;
}
@media (max-width: 991px)
{
    .wrap-factory .text .note p
    {
        line-height: 20px;
    }
}
.wrap-factory .pic
{
    overflow: hidden;

    border-radius: 10px;
}
@media (max-width: 767px)
{
    .wrap-factory .pic
    {
        margin-top: 20px;
    }
}
.wrap-factory .pic img
{
    max-width: 100%;
}
.wrap-faq .faq .item
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-faq .faq .item
    {
        margin-top: 20px;
    }
}
.wrap-faq .faq .item .title-faq
{
    position: relative;

    padding: 15px 60px 15px 20px;

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

    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
@media (max-width: 991px)
{
    .wrap-faq .faq .item .title-faq
    {
        padding: 10px 40px 10px 10px;
    }
}
.wrap-faq .faq .item .title-faq:after
{
    font-size: 50px;
    line-height: 50px;

    position: absolute;
    top: 0;
    right: 30px;

    content: '+';
}
@media (max-width: 991px)
{
    .wrap-faq .faq .item .title-faq:after
    {
        font-size: 34px;
        line-height: 34px;

        right: 10px;
    }
}
.wrap-faq .faq .item .title-faq b
{
    font-size: 20px;
    line-height: 30px;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-faq .faq .item .title-faq b
    {
        font-size: 16px;
        line-height: 24px;
    }
}
.wrap-faq .faq .item .text
{
    display: none;

    padding: 20px 20px 0 20px;
}
@media (max-width: 991px)
{
    .wrap-faq .faq .item .text
    {
        padding: 20px 0 0 0;
    }
}
.wrap-faq .faq .item .text p
{
    line-height: 18px;

    margin: 0;

    color: #666;
}
.wrap-faq .faq .current .item .title-faq
{
    color: #fff;
    background-color: #df5312;
}
.wrap-faq .faq .current .item .title-faq:after
{
    content: '-';
}
.wrap-product .product
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-product .product
    {
        margin-top: 0;
    }
}
.wrap-product .product .item
{
    display: block;
    overflow: hidden;

    margin-top: 30px;

    text-decoration: none;

    border: 1px solid #dfdfdf;
    border-radius: 10px;
}
.wrap-product .product .item .pic
{
    position: relative;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.wrap-product .product .item .pic:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 60px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    width: 60px;
    height: 60px;

    content: '\e9b6';
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;

    opacity: 0;
    color: #0c1f3f;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-product .product .item .pic .img-box
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-product .product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item .note
{
    padding: 10px 30px;

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

    border-top: 1px solid #dfdfdf;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .note
    {
        padding: 10px;
    }
}
.wrap-product .product .item p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;

    display: -webkit-box;
    overflow: hidden;

    height: 36px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-product .product .item:hover .pic
{
    background-color: #df5312;
}
.wrap-product .product .item:hover .pic:before
{
    opacity: 1;
}
.wrap-product .product .item:hover .pic .img-box
{
    opacity: .2;
}
.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 .note
{
    font-style: italic;

    color: #fff;
    border-color: #0c1f3f;
    background-color: #0c1f3f;
}
.wrap-product-show .carousel-wrap
{
    margin-top: 60px;
    padding: 20px;

    border: 1px solid #eaeaea;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap
    {
        padding: 0;

        border: none;
    }
}
.wrap-product-show .carousel-wrap .pic
{
    overflow: hidden;

    border: 1px solid #eaeaea;
    border-radius: 10px;
}
.wrap-product-show .carousel-wrap .info-box
{
    position: relative;
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .info-box
    {
        margin-top: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info:before
{
    display: block;

    width: 22px;
    height: 4px;

    content: '';

    background-color: #0c1f3f;
}
.wrap-product-show .carousel-wrap .info-box .title-info h1
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;

    display: block;

    margin: 10px 0 0 0;
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info h1
    {
        font-size: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text
{
    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .info-box .text p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #777;
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show
{
    overflow: hidden;
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-inquiry
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

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

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;

    color: #fff;
    border-radius: 4px;
    background-color: #0c1f3f;
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-inquiry:hover
{
    background-color: #bc4d19;
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-download
{
    font-size:16px;
    line-height: 30px;

    display: inline-block;

    margin-top: 20px;
    margin-left: 20px;
	min-width: 110px;
	text-align: center;
    vertical-align: middle;
	border-radius: 4px;
    color: #fff;
	background-color: #0c1f3f;
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-download:before
{
    font-family: 'iconfont' !important;
  font-size: 24px;
    content: '\e654';
	margin-right: 10px;
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-download:hover
{
     background-color: #bc4d19;
}
.wrap-product-show .carousel-wrap .info-box .prev-next
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .prev-next
    {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .info-box .prev-next a
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    color: #666;
}
.wrap-product-show .carousel-wrap .info-box .prev-next a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: normal;

    float: left;

    margin-right: 10px;

    content: '\e6f1';

    color: #000;
}
.wrap-product-show .carousel-wrap .info-box .prev-next a.next
{
    float: right;
}
.wrap-product-show .carousel-wrap .info-box .prev-next a.next:before
{
    float: right;

    margin-right: 0;
    margin-left: 10px;

    content: '\e639';
}
.wrap-product-show .carousel-wrap .info-box .prev-next a:hover
{
    color: #0c1f3f;
}
.wrap-product-show .carousel-wrap .info-box .prev-next a:hover:before
{
    color: #0c1f3f;
}
.wrap-product-show .title-product-show b
{
    font-size: 36px;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show b
    {
        font-size: 24px;
    }
}
.wrap-product-show .title-product-show p
{
    line-height: 1.71428571;

    margin: 4px 0 0 0;

    color: #666;
}
.wrap-product-show .parameter,
.wrap-product-show .relate-product,
.wrap-product-show .inquiry
{
    padding-top: 50px;
}
.wrap-product-show .parameter .text
{
    margin-top: 20px;
    padding: 30px 0;

    /* border: 1px solid #eee; */
}
.wrap-product-show .parameter .text p
{
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;

    margin: 14px 0 0 0;
}
.wrap-product-show .parameter .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .parameter .down-pdf
{
    margin-top: 30px;

    text-align: center;
}
.wrap-product-show .parameter .down-pdf a
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    padding: 0 36px;

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

    color: #fff;
    border-radius: 4px;
    background-color: #0c1f3f;
}
.wrap-product-show .parameter .down-pdf a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    margin-right: 10px;

    content: '\e654';
}
.wrap-product-show .parameter .down-pdf a:hover
{
    background-color: #df5312;
}
.wrap-product-show .relate-product .item
{
    display: block;
    overflow: hidden;

    margin: 15px 0;

    border: 1px solid #eaeaea;
    border-radius: 10px;
}
.wrap-product-show .relate-product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-show .relate-product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-show .inquiry p
{
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;

    margin: 14px 0 0 0;
}
.wrap-product-show .inquiry form input,
.wrap-product-show .inquiry form textarea
{
    line-height: 30px;

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

    resize: vertical;

    border: none;
    outline: none;
    background: none;
    background-color: #ededed;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquiry form input,
    .wrap-product-show .inquiry form textarea
    {
        margin-top: 10px;
    }
}
.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-o-placeholder,
.wrap-product-show .inquiry form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-moz-placeholder,
.wrap-product-show .inquiry form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry form .read textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form .read input:-o-placeholder,
.wrap-product-show .inquiry form .read textarea:-o-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form .read input::-moz-placeholder,
.wrap-product-show .inquiry form .read textarea::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form .read input:-ms-input-placeholder,
.wrap-product-show .inquiry form .read textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form .read input:focus::-o-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-o-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form .read input
{
    font-weight: bold;

    background-color: #d8d8d8;
}
.wrap-product-show .inquiry form .send
{
    text-align: center;
}
.wrap-product-show .inquiry form .submit
{
    font-size: 14px;
    line-height: 44px;

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

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

    color: #fff;
    border-radius: 4px;
    background-color: #0c1f3f;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquiry form .submit
    {
        padding: 0 40px;
    }
}
.wrap-product-show .inquiry form .submit:hover
{
    background-color: #bc4d19;
}
.wrap-product-show .table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-product-show table
{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;

    border-spacing: 0;
    border-collapse: collapse;
}
.wrap-product-show table tr,
.wrap-product-show table td
{
    width: auto !important;
    height: auto !important;

    vertical-align: middle;
}
.wrap-product-show table td
{
    padding: 8px 20px !important;

    border: 1px solid #dcdcdc !important;
}
.wrap-product-show table tr p,
.wrap-product-show table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-contact .contact .text ul
{
    font-size: 0;

    margin: 0 -15px;
    padding: 0;
}
.wrap-contact .contact .text ul li
{
    font-size: 14px;

    display: inline-block;

    width: 25%;
    margin-bottom: 30px;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text ul li
    {
        width: 50%;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text ul li
    {
        width: 100%;
    }
}
.wrap-contact .contact .text .item
{
    text-align: center;
}
.wrap-contact .contact .text .item .item-icon
{
    font-size: 60px;
    line-height: 120px;

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

    border-radius: 50%;
    background-color: #ececec;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text .item .item-icon
    {
        font-size: 40px;
        line-height: 80px;

        width: 80px;
        height: 80px;
    }
}
.wrap-contact .contact .text .item .item-icon:before
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\e6da';

    color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#e46814), to(#eab121));
    background: -webkit-linear-gradient(#e46814, #eab121);
    background:         linear-gradient(#e46814, #eab121);
    -webkit-background-clip: text;
}
.wrap-contact .contact .text .item-tel .item-icon:before
{
    content: '\e6c9';
}
.wrap-contact .contact .text .item-whatsapp .item-icon:before
{
    content: '\e6db';
}
.wrap-contact .contact .text .item-wechat .item-icon:before
{
    content: '\e68b';
}
.wrap-contact .contact .text .item b
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    margin-top: 14px;
}
.wrap-contact .contact .text .item p
{
    font-size: 16px;
    line-height: 30px;

    margin: 4px 0 0 0;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text .item p
    {
        font-size: 14px;
    }
}
.wrap-contact .contact .text .item a
{
    color: inherit;
}
.wrap-contact .contact .text .item a:hover
{
    text-decoration: underline;
}
.wrap-contact .message
{
    max-width: 1210px;
    margin: 0 auto;
    padding-top: 40px;
}
.wrap-contact .message .title-message
{
    position: relative;

    text-align: center;
}
.wrap-contact .message .title-message:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #d8dbe0;
}
.wrap-contact .message .title-message h2
{
    font-size: 32px;
    font-weight: bold;
    line-height: 1;

    display: inline-block;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-contact .message .title-message h2
    {
        font-size: 26px;
    }
}
.wrap-contact .message .title-message h2 span
{
    position: relative;
    z-index: 2;

    padding: 0 30px;

    background-color: #fff;
}
.wrap-contact .message .info
{
    margin-top: 40px;
    padding: 30px 30px 60px 30px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrap-contact .message .info
    {
        padding: 30px 10px;
    }
}
.wrap-contact .message form
{
    margin-top: -20px;
}
.wrap-contact .message input,
.wrap-contact .message textarea
{
    font-size: 16px;
    line-height: 30px;

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

    resize: vertical;

    border: none;
    border-radius: 10px;
    outline: none;
    background-color: #f5f5f5;
}
@media (max-width: 991px)
{
    .wrap-contact .message input,
    .wrap-contact .message textarea
    {
        font-size: 14px;
    }
}
.wrap-contact .message input::-webkit-input-placeholder,
.wrap-contact .message textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-contact .message input:-o-placeholder,
.wrap-contact .message textarea:-o-placeholder
{
    color: #333;
}
.wrap-contact .message input::-moz-placeholder,
.wrap-contact .message textarea::-moz-placeholder
{
    color: #333;
}
.wrap-contact .message input:-ms-input-placeholder,
.wrap-contact .message textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-o-placeholder,
.wrap-contact .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-moz-placeholder,
.wrap-contact .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-ms-input-placeholder,
.wrap-contact .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .submit
{
    position: absolute;
    bottom: -100px;
    left: 50%;

    width: 80px;
    height: 87px;
    margin-left: -40px;
    padding: 0;

    background: url(../images/submit.jpg) no-repeat;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-contact .message .submit
    {
        position: relative;
        bottom: 0;
    }
}
.wrap-contact .message .submit:hover
{
    background-color: #bc4d19;
}
.wrap-contact .map
{
    overflow: hidden;

    border-radius: 20px;
}
@media (max-width: 991px)
{
    .wrap-contact .map
    {
        margin-top: 30px;
    }
}
.wrap-contact #dituContent
{
    height: 340px;
}
@media (max-width: 991px)
{
    .wrap-contact #dituContent
    {
        height: 300px;
    }
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 70px 0 0 0;
    padding: 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 50px;
    }
}
.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: 30px;

    display: block;

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

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

    color: #666;
    border: none;
    border: 1px solid #dfdfdf;
    border-radius: 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;
    border: 1px solid #0c1f3f;
    background-color: #0c1f3f;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border: 1px solid #0c1f3f;
    background-color: #0c1f3f;
}
.stuck
{
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 80px !important;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .stuck
    {
        height: 70px !important;
    }
}
.stuck .logo
{
    margin-top: 5px;
}
@media (max-width: 1199px)
{
    .stuck .logo
    {
        margin-top: 10px;
    }
}
.stuck .nav .nav-list1 > li > a
{
    line-height: 80px;
}
.stuck .pc-search
{
    margin-top: 20px;
}
.stuck .language
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .stuck .language
    {
        line-height: 70px;
    }
}
/*
.box-about .video img{
	width: 100%;
} */


/*news*/

.wrap-news {
	padding: 100px 0;
}

.wrap-news .item {
	display: block;
	border: solid 1px #dcdcdc;
	margin-bottom: 40px;
}

.wrap-news .item .img-box {
	padding-bottom: 67.11409395973154%;
}

.wrap-news .item .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.wrap-news .item .img-box .time {
	position: absolute;
	top: 20px;
	left: 20px;
}

.wrap-news .item .img-box .time p {
	font-family: 'Helvetica Neue LT Pro';
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	line-height: 56px;
	padding: 0 15px;
	text-align: center;
	background-color: #df5312;
}

.wrap-news .item .img-box .time span {
	display: block;
	font-size: 14px;
	color: #ffffff;
	line-height: 37px;
	padding: 0 15px;
	text-align: center;
	background-color: #0c1f3f;
}

.wrap-news .item .note {
	padding: 30px 40px;
}

.wrap-news .item .note b {
	display: block;
	font-family: 'Helvetica Neue LT Pro';
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wrap-news .item .note p {
	font-size: 14px;
	line-height: 26px;
	color: #999999;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 50px;
}

.wrap-news .item .note span {
	display: block;
	font-size: 12px;
	line-height: 30px;
	color: #9a9a9a;
	margin-top: 22px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width: 991px) {
	.wrap-news {
		padding: 50px 0;
	}
	.wrap-news .item .note {
		padding: 20px;
	}
	.wrap-news .item .note b {
		padding-bottom: 12px;
	}
	.wrap-news .item .note span {
		margin-top: 17px;
	}
}

.wrap-news .item .note span:after {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont' !important;
	font-size: 22px;
	content: '\e659';
	margin-left: 12px;
	-webkit-transform: rotateZ(-90deg);
	-ms-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
}

.wrap-news ul li {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.wrap-news ul li:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.wrap-news ul li:hover .note b {
	color: #df5312;
}

.wrap-news ul li:hover .note span {
	color: #df5312;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container
{
    display: none;
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show .share
{
    display: inline-block;
    float: right;

    margin-top: 20px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box .btn-product-show .share
    {
        display: block;
        float: none;
    }
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show .share span,
.wrap-product-show .carousel-wrap .info-box .btn-product-show .share .addthis_inline_share_toolbox
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-download
{
    margin-right: 20px;
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show .share span
{
    font-size: 16px;
}
.wrap-product-show .carousel-wrap .pic
{
    position: relative;
}
.wrap-product-show .carousel-wrap .pic .play
{
    position: absolute;
    z-index: 2;
    right: 10px;
    bottom: 10px;

    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
}
.wrap-product-show .carousel-wrap .pic .play .icon
{
    font-size: 40px;
    line-height: 1;

    display: block;

    color: #df5312;
}
.wrap-product-show .carousel-wrap .pic .play:hover
{
    color: #df5312;
}

.header .language{
   display: inline-block;
   vertical-align: middle;
   float: right;
   margin-top: 5px;
}
.header .language a{
   line-height: 30px;
   display: inline-block;
   float: right;
   width: 30px;
   height: 30px;
   cursor: pointer;
   -webkit-transition: all .4s;
   transition: all .4s;
   text-align: center;
   color: #fff;
   border-radius: 50%;
   background-color: #0c1f3f;
}
.header .language a:hover
{
    background-color: #df5312;
}
.right-bottom .language{
   display: none;   margin-top: 25px;
}
@media(max-width:1199px){
   .right-bottom .language{
      display: inline-block;
      margin-top: 20px;
      margin-left: 10px;
   }
}