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

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

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

    src: url('../fonts/AlibabaSans-Medium.eot');
    src: local('Alibaba Sans Medium'), local('AlibabaSans-Medium'), url('../fonts/AlibabaSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/AlibabaSans-Medium.woff2') format('woff2'), url('../fonts/AlibabaSans-Medium.woff') format('woff'), url('../fonts/AlibabaSans-Medium.ttf') format('truetype'), url('../fonts/AlibabaSans-Medium.svg#AlibabaSans-Medium') format('svg');
    font-display: swap;
}
body
{
    font-family: 'Alibaba Sans', 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: #333;

    -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%;

    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%);

    color: #d8d8d8;
    border: none;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    background: none;
}
@media (max-width: 1199px)
{
    .slick-arrow
    {
        font-size: 24px;
        line-height: 50px;

        left: 0;

        width: 50px;
        height: 50px;
    }
}
@media (max-width: 767px)
{
    .slick-arrow
    {
        font-size: 20px;
        line-height: 30px;

        left: -15px;

        width: 30px;
        height: 30px;

        border-radius: 4px;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\e9b5';
}
.slick-arrow.slick-next
{
    right: -5%;
    left: auto;
}
@media (max-width: 1199px)
{
    .slick-arrow.slick-next
    {
        right: 0;
    }
}
@media (max-width: 767px)
{
    .slick-arrow.slick-next
    {
        right: -15px;
    }
}
.slick-arrow.slick-next:before
{
    content: '\e72f';
}
.slick-arrow:hover
{
    color: #fff;
    background-color: #4e5257;
}
.slick-dots
{
    margin: 0 -3px;

    text-align: center;
}
.slick-dots li
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 3px;

    vertical-align: top;

    border: 1px solid #0971c4;
    border-radius: 50%;
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: #0971c4;
}
.header
{
    font-size: 0;

    z-index: 10;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 130px;

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

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header
    {
        height: 90px;
    }
}
.header .header-top
{
    font-size: 14px;

    position: relative;

    height: 40px;

    color: #fff;
    background-color: #0971c4;
}
@media (max-width: 1199px)
{
    .header .header-top
    {
        height: 30px;
    }
}
.header .header-top p.email,
.header .header-top p.tel
{
    line-height: 40px;

    display: inline-block;

    margin: 0;

    color: #fff;
}
@media (max-width: 1199px)
{
    .header .header-top p.email,
    .header .header-top p.tel
    {
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .header .header-top p.email,
    .header .header-top p.tel
    {
        font-size: 0;
    }
}
.header .header-top p.email .icon,
.header .header-top p.tel .icon
{
    font-size: 18px;

    display: inline-block;
    float: left;

    margin-right: 4px;

    vertical-align: middle;
}
.header .header-top p.email a:hover,
.header .header-top p.tel a:hover
{
    text-decoration: underline;
}
.header .header-top p.email
{
    margin-right: 20px;
}
.header .translate
{
    display: inline-block;
    float: right;

    margin-top: 8px;
}
@media (max-width: 1470px)
{
    .header .translate
    {
        margin: 2px;
    }
}
.header .logo
{
    display: inline-block;
    float: left;

    height: 70px;
    margin-top: 10px;

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: top;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 50px;
        margin-top: 5px;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 40px;
        margin-top: 10px;
    }
}
.header .logo img
{
    position: relative;
    z-index: 2;

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

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 190px;

    vertical-align: middle;

    border: 1px solid #bbc0c4;
    border-radius: 30px;
}
@media (max-width: 1199px)
{
    .header .pc-search
    {
        display: none;
    }
}
.header .pc-search input
{
    line-height: 36px;

    width: 100%;
    padding: 0 50px 0 10px;
}
.header .pc-search .submit
{
    line-height: 35px;
    line-height: 38px;

    position: absolute;
    top: 0;
    right: 0;

    width: 40px;
    padding: 0;

    outline: none;
    background: none;
}
.header .language
{
    font-size: 14px;

    display: inline-block;

    margin-left: 20px;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .language
    {
        margin-top: 11px;
    }
}
.header .language a
{
    line-height: 38px;

    display: block;

    padding: 0 14px;

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

    color: #fff;
    border-radius: 30px;
    background-color: #0971c4;
}
.header .language a .icon
{
    margin-right: 6px;
}
.header .language a:hover
{
    background-color: #07599a;
}
.header .header-nav
{
    font-size: 0;

    clear: both;

    text-align: right;
}
.header .header-nav .container
{
    position: relative;
}
.header .nav-collapse
{
    position: relative;
    top: 14px;

    display: none;
    float: right;

    width: 28px;
    height: 28px;
    padding: 0;

    cursor: pointer;

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

        margin-left: 14px;

        vertical-align: middle;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 20px;
        right: 20px;

        display: block;

        border: none;
    }
}
@media (max-width: 767px)
{
    .header .nav-collapse
    {
        margin-left: 10px;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 28px;
    height: 2px;

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

    background-color: #fff;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    display: block;

    content: '';
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 25%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 75%;
}
.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);
}
.header .nav-collapse-xs .btn-line
{
    background-color: #666;
}
.header .nav-collapse-2
{
    top: 0;
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: inline-block !important;

        vertical-align: middle;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 99999998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 60px 5%;

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

        background: #fafafa;
        background-color: #000;
    }
    .header .nav .nav-box,
    .header .nav .container
    {
        width: 100%;
        height: 100%;
    }
    .header .nav .container
    {
        padding: 0;
    }
    .header .nav .tbl,
    .header .nav .tbl-cell
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .header .nav .tbl
    {
        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        position: relative;

        width: 100%;
        height: 100%;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        padding: 60px 8%;
    }
}
.header .nav.left-100
{
    -webkit-transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200
{
    -webkit-transform: translateX(-200%);
    -webkit-transform: translate3d(-200%, 0, 0);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
            transform: translate3d(-200%, 0, 0);
}
.header .nav.left-300
{
    -webkit-transform: translateX(-300%);
    -webkit-transform: translate3d(-300%, 0, 0);
        -ms-transform: translateX(-300%);
            transform: translateX(-300%);
            transform: translate3d(-300%, 0, 0);
}
.header .nav.left-400
{
    -webkit-transform: translateX(-400%);
    -webkit-transform: translate3d(-400%, 0, 0);
        -ms-transform: translateX(-400%);
            transform: translateX(-400%);
            transform: translate3d(-400%, 0, 0);
}
.header .nav.left-500
{
    -webkit-transform: translateX(-500%);
    -webkit-transform: translate3d(-500%, 0, 0);
        -ms-transform: translateX(-500%);
            transform: translateX(-500%);
            transform: translate3d(-500%, 0, 0);
}
.header .nav .nav-list1
{
    position: relative;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1
    {
        font-size: 0;

        display: block !important;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
    }
    .header .nav .nav-list1 a:hover
    {
        color: #0971c4;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;

        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1 > li:before
    {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 0;

        display: block;

        width: 0;
        height: 38px;

        content: '';
        -webkit-transition: all .5s;
                transition: all .5s;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);

        border-radius: 30px;
        background-color: #0971c4;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 90px;

        position: relative;
        z-index: 4;

        display: block;

        padding: 0 30px;

        -webkit-transition: all .2s;
                transition: all .2s;
        text-transform: capitalize;
    }
    .header .nav .nav-list1 > li:hover:before,
    .header .nav .nav-list1 > li.active:before
    {
        width: 100%;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #fff;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;
        left: 0;

        display: none;

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

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

        color: #333;
        background-color: #fff;
        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: 16px;
        line-height: 30px;

        display: block;

        padding: 0 24px;

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

        color: #0971c4;
    }
    .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: #0971c4;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 767px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 14px;

        padding: 0 6px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        width: 100%;
    }
    .header .nav .nav-list1 ul
    {
        display: none !important;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
}
.header .mask-nav
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .mask-nav
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

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

        color: #fff;
        background: #fafafa;
        background: #000;
    }
}
.header .mask-nav .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.header .mask-nav .nav-top .back-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;

    content: '\e9b5';
}
.header .mask-nav .nav-top .nav-title
{
    font-size: 30px;

    display: block;

    width: 100%;
    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .mask-nav .nav-top .nav-title
    {
        font-size: 20px;
        font-size: 5vmin;
    }
}
.header .mask-nav .content
{
    position: relative;

    overflow: auto;

    height: 85%;
    margin-top: 4%;

    -ms-touch-action: pan-y;
        touch-action: pan-y;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.header .mask-nav .content::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    border-radius: 5px;
    background-color: #fff;
}
.header .mask-nav .content::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.header .mask-nav .content::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: #666;
}
.header .mask-nav .content::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .4);
}
.header .mask-nav .content ul li
{
    font-size: 20px;
    line-height: 2;

    margin: 10px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .mask-nav .content ul li
    {
        font-size: 4.5vmin;
        line-height: 1.6;

        margin: 0;
        margin-bottom: 5px;
    }
}
.header .mask-nav .content ul li.more
{
    position: relative;
}
.header .mask-nav .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

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

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

    color: #fff;
}
.header .mask-nav .content ul li a
{
    display: inline-block;

    text-transform: capitalize;
}
.header .mask-nav .content ul ul
{
    display: none;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-4
{
    left: 300%;
}
.header .nav-5
{
    left: 400%;
}
.header .fade-out ul
{
    text-align: left;
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
.header .fade-out ul .more
{
    padding-right: 25px;
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        overflow: auto;

        max-height: 100%;
        margin: 0;

        opacity: 1;

        -ms-touch-action: pan-y;
            touch-action: pan-y;
        /*定义滚动条轨道 内阴影+圆角*/
        /*定义滑块 内阴影+圆角*/
        /*滑块效果*/
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar
    {
        width: 5px;
        height: 5px;

        border-radius: 5px;
        background-color: #fff;
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-track
    {
        border-radius: 5px;
        background-color: #fff;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb
    {
        border-radius: 5px;
        background-color: #666;
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb:hover
    {
        border-radius: 5px;
        background: rgba(0, 0, 0, .4);
    }
    .header .fade-out ul.nav-list1 a
    {
        text-transform: uppercase;

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 10px 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;

        width: 40px;

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

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 18px;
        line-height: 2;

        display: block;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 1.5vmin 0;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 4.8vmin;
    }
}
@media (max-width: 1199px) and (max-width: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 4.5vmin;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
@media (max-width: 480px)
{
    .header .fade-out ~ .google-translate
    {
        position: fixed;
        z-index: 99999998;
        top: 30px;
        left: 30px;

        display: block !important;

        -webkit-transition: .3s;
                transition: .3s;
    }
    .header .fade-out.left-100 ~ .google-translate
    {
        top: -30px;

        opacity: 0;
    }
}
.header .find
{
    font-size: 14px;
    line-height: 40px;

    position: relative;
    z-index: 2;

    display: inline-block;
    display: none;
    float: right;

    padding: 0 15px;

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

    color: #fff;
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 60px;

        display: inline-block;

        color: #666;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        padding: 0 8px;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 20px;

    display: inline-block;

    margin-right: 5px;

    content: '\e660';
    vertical-align: middle;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header .search-wrap
{
    font-size: 14px;

    position: absolute;
    z-index: 10;
    top: 100%;
    right: 14%;

    display: none;

    width: 300px;
    padding: 10px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1700px)
{
    .header .search-wrap
    {
        right: 0;
    }
}
@media (max-width: 1199px)
{
    .header .search-wrap
    {
        top: 100%;
    }
}
.header .search-wrap .search-box
{
    position: relative;
}
.header .search-wrap input
{
    line-height: 24px;

    width: 100%;
    padding: 6px 10px;

    color: #666;
    border: 1px solid #dcdcdc;
}
.header .search-wrap .submit
{
    font-size: 20px;
    line-height: 38px;

    position: absolute;
    top: 0;
    right: 0;

    width: 44px;
    height: 38px;
    padding: 0;

    color: #fff;
    border-radius: 0;
    background-color: #0971c4;
}
.header .search-wrap .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e60e';
}
.stuck
{
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 80px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .stuck
    {
        height: 60px;
    }
}
.stuck .logo
{
    margin-top: 5px;
}
@media (max-width: 767px)
{
    .stuck .logo
    {
        margin-top: 10px;
    }
}
.stuck .nav .nav-list1 > li > a
{
    line-height: 80px;
}
.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;

    color: #fff;
    border: 1px solid #0971c4;
    border-radius: 0;
    outline: none;
    background-color: #0971c4;
}
@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;
}
.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: 1199px)
{
    .online-wrap .online
    {
        right: 0;
    }
}
.online-wrap .online.onlineshow
{
    right: 0;
}
@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.onlineshow
    {
        right: -60px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 50px;

    position: relative;

    display: block;

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

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

    border-radius: 10px;
    background-color: rgba(9, 113, 196, .3);
}
.online-wrap .online a:last-child
{
    border-bottom: none;
}
.online-wrap .online a:before
{
    font-size: 24px;

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: #0971c4;
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 991px)
{
    .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,
    .online-wrap .online .icon-whatsapp:hover .phone-num,
    .online-wrap .online .icon-email:hover .phone-num,
      .online-wrap .online .icon-skype:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-whatsapp .phone-num,
.online-wrap .online .icon-email .phone-num,
.online-wrap .online .icon-skype .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,
.online-wrap .online .icon-whatsapp .phone-num p,
.online-wrap .online .icon-email .phone-num p,
.online-wrap .online .icon-skype .phone-num p
{
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #0971c4;
    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: '\e66e';
}
.online-wrap .icon-email:before
{
    font-family: 'iconfont' !important;

    content: '\e634';
}
.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: '\e622';
}
.xs-online
{
    font-family: 'Times New Roman', Arial;

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

    display: none;

    width: 100%;

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

    text-align: center;

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

    width: 20%;

    list-style: none;

    border-right: 1px solid #07599a;
    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.xs-online-product > a:before
{
    font-size: 16px;

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

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

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

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

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

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

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

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

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

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

    content: '\e609';
}
.xs-online ul li.xs-online-wechat > a:before
{
    content: '\e604';
}
.xs-online ul li.xs-online-wechat > a
{
    position: relative;
}
.xs-online ul li.xs-online-wechat > a:hover img
{
    display: block;
}
.xs-online ul li.wechat > a img
{
    position: absolute;
    bottom: 57px;
    left: 0;

    display: none;

    width: 100%;
}
.xs-online ul li.facebook > a:before
{
    content: '\e615';
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.banner img
{
    display: block;

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

    width: auto;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.banner .swiper-pagination span
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 10px;

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

    border-radius: 10px;
    background: none;
    background-color: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active
{
    width: 36px;
}
.banner .swiper-pagination-bullet
{
    display: none;

    width: 8px;
    height: 8px;
    margin: 0 6px !important;

    opacity: 1;
    border-radius: 50%;
    outline: none;
    background: none;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .banner .swiper-pagination-bullet
    {
        display: inline-block;

        width: 6px;
        height: 6px;
        margin: 0 4px !important;

        vertical-align: top;

        border-width: 1px;
        border-radius: 6px;
    }
}
.banner .swiper-pagination-bullet-active
{
    background-color: #0971c4;
}
.banner .slick-arrow
{
    text-align: center;

    opacity: .6;
    color: #fff;
    background: none;
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;

    content: '\f1e9';
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);

    box-shadow: none;
}
.banner .slick-arrow.banner-button-next:before
{
    content: '\f1e8';
}
.banner .slick-arrow:hover
{
    opacity: 1;
}
.banner .slick-prev
{
    left: 5%;
}
@media (max-width: 767px)
{
    .banner .slick-prev
    {
        left: 20%;
    }
}
.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%);
}
@media only screen and (min-width: 1850px) and (max-width: 1920px)
{
    .banner .item > a > img
    {
        width: auto;
    }
}
.banner .item .text
{
    position: absolute;
    z-index: 2;
    top: 56%;
    left: 0;

    width: 100%;

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

    color: #fff;
}
@media (max-width: 767px)
{
    .banner .item .text
    {
        padding: 0 10%;
    }
}
.banner .item .text h2
{
    font-size: 20px;
    line-height: 1.4;

    margin: 0;

    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
            transform: translateY(-80px);

    opacity: 0;
}
@media (max-width: 1470px)
{
    .banner .item .text h2
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .banner .item .text h2
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner .item .text h2
    {
        font-size: 14px;
    }
}
.banner .item .text h3
{
    font-size: 64px;
    font-weight: bold;
    line-height: 1.125;

    margin: 20px 0 0 0;

    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
            transform: translateY(80px);

    opacity: 0;
}
@media (max-width: 1470px)
{
    .banner .item .text h3
    {
        font-size: 58px;
    }
}
@media (max-width: 1350px)
{
    .banner .item .text h3
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .banner .item .text h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner .item .text h3
    {
        font-size: 30px;

        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .banner .item .text h3
    {
        font-size: 16px;
    }
}
.banner .item .text .more
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    height: 50px;
    margin-top: 40px;
    padding: 0 40px;

    color: #fff;
    border-radius: 50px;
    background-color: #0971c4;
}
@media (max-width: 991px)
{
    .banner .item .text .more
    {
        line-height: 40px;

        height: 40px;
        margin-top: 20px;
        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .banner .item .text .more
    {
        font-size: 14px;
        line-height: 30px;

        height: 30px;
        margin-top: 10px;
        padding: 0 20px;
    }
}
.banner .item .text .more:before
{
    display: inline-block;

    margin-right: 10px;

    content: '+';
    vertical-align: middle;
}
.banner .swiper-slide-active .item > a > img
{
    -webkit-animation: bannerscale 4.5s linear;
            animation: bannerscale 4.5s linear;
}
.banner .swiper-slide-active .item .text h2
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}
.banner .swiper-slide-active .item .text h3
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}
.banner .swiper-slide-active .item .text .more
{
    -webkit-animation: zoomIn 2s 0s ease both;
            animation: zoomIn 2s 0s ease both;
}
@-webkit-keyframes bannerscale
{
    0%
    {
        -webkit-transform: translateX(-50%) scale(1.2);
                transform: translateX(-50%) scale(1.2);
    }
    100%
    {
        -webkit-transform: translateX(-50%) scale(1);
                transform: translateX(-50%) scale(1);
    }
}
@keyframes bannerscale
{
    0%
    {
        -webkit-transform: translateX(-50%) scale(1.2);
                transform: translateX(-50%) scale(1.2);
    }
    100%
    {
        -webkit-transform: translateX(-50%) scale(1);
                transform: translateX(-50%) scale(1);
    }
}
.banner-in
{
    clear: both;
    overflow: hidden;
}
.banner-in img
{
    width: 100%;
}
.box
{
    overflow: hidden;

    padding: 90px 0;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.title h3
{
    font-size: 20px;
    line-height: 1.4;

    margin: 0;

    color: #0971c4;
}
@media (max-width: 991px)
{
    .title h3
    {
        font-size: 18px;
    }
}
.title h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;

    position: relative;

    display: inline-block;

    max-width: 80%;
    margin: 0;
}
@media (max-width: 1470px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 18px;
    }
}
.title a.more
{
    line-height: 44px;

    display: inline-block;

    padding: 0 44px;

    color: #fff;
    border-radius: 8px;
    background-color: #0971c4;
}
@media (max-width: 767px)
{
    .title a.more
    {
        line-height: 30px;

        padding: 0 30px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-product .product
{
    margin-top: 20px;
}
.box-product .product .slick-product
{
    width: 140%;
    margin: 0 -15px;
}
@media (max-width: 1470px)
{
    .box-product .product .slick-product
    {
        width: 120%;
    }
}
@media (max-width: 991px)
{
    .box-product .product .slick-product
    {
        width: 100%;
        margin: 0 -5px;
    }
}
.box-product .product .slick-product .slick-slide
{
    padding: 15px;
}
@media (max-width: 991px)
{
    .box-product .product .slick-product .slick-slide
    {
        padding: 5px;
    }
}
.box-product .product .item
{
    display: block;

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

    background-color: #f7f7f7;
}
@media (max-width: 767px)
{
    .box-product .product .item
    {
        padding: 6px 6px 0 6px;
    }
}
.box-product .product .item .img-box
{
    padding-bottom: 62.5%;
}
.box-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .product .item .note
{
    padding: 15px 20px;
}
@media (max-width: 767px)
{
    .box-product .product .item .note
    {
        padding: 10px 0;
    }
}
.box-product .product .item .note h3
{
    font-size: 16px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 26px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-product .product .item:hover
{
    background-color: #0971c4;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-product .product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-product .product .item:hover .note
{
    color: #fff;
}
.box-product .product .slick-dots
{
    font-size: 0;

    width: 80%;
    margin: 0;
    margin-top: 40px;
    padding-left: 15px;

    text-align: left;
}
@media (max-width: 991px)
{
    .box-product .product .slick-dots
    {
        width: 100%;
    }
}
.box-product .product .slick-dots li
{
    display: inline-block;

    height: 1px;
    margin: 0;

    vertical-align: top;

    border: none;
    border-radius: 0;
    background-color: #dbdbdb;
}
.box-product .product .slick-dots li.slick-active
{
    background-color: #0971c4;
}
.box-product .product .slick-arrow
{
    top: -100px;
    right: -webkit-calc(27% + 80px);
    right:         calc(27% + 80px);
    left: auto;

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

    border-color: #f7f7f7;
    background-color: #f7f7f7;
}
@media (max-width: 1470px)
{
    .box-product .product .slick-arrow
    {
        right: -webkit-calc(20% + 80px);
        right:         calc(20% + 80px);
    }
}
@media (max-width: 991px)
{
    .box-product .product .slick-arrow
    {
        top: -40px;
        right: 80px;
    }
}
@media (max-width: 767px)
{
    .box-product .product .slick-arrow
    {
        right: 40px;
    }
}
.box-product .product .slick-arrow.slick-next
{
    right: 27%;
}
@media (max-width: 1470px)
{
    .box-product .product .slick-arrow.slick-next
    {
        right: 20%;
    }
}
@media (max-width: 991px)
{
    .box-product .product .slick-arrow.slick-next
    {
        right: 0;
    }
}
.box-product .product .slick-arrow:hover
{
    background-color: #0971c4;
}
.box-category
{
    background: url(../images/category_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-category .category
{
    position: relative;

    padding-right: 90px;
}
@media (max-width: 1199px)
{
    .box-category .category
    {
        padding-right: 0;
    }
}
.box-category .category .mask
{
    position: absolute;
    top: 0;
    right: 0;
}
.box-category .category .mask img
{
    max-width: 100%;
}
.box-category .category ul li:nth-child(3) .item .img-box,
.box-category .category ul li:nth-child(4) .item .img-box,
.box-category .category ul li:nth-child(5) .item .img-box,
.box-category .category ul li:nth-child(6) .item .img-box
{
    padding-bottom: 63.41463415%;
}
.box-category .category .item
{
    position: relative;

    display: block;

    margin-top: 40px;
}
@media (max-width: 991px)
{
    .box-category .category .item
    {
        margin-top: 20px;
    }
}
.box-category .category .item:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

    display: block;

    width: 20px;
    height: 20px;

    content: '';
    -webkit-transition: height .6s;
            transition: height .6s;

    background-color: #0971c4;
}
@media (max-width: 767px)
{
    .box-category .category .item:before
    {
        width: 10px;
        height: 10px;
    }
}
.box-category .category .item .pic
{
    position: relative;
}
.box-category .category .item .pic:before
{
    position: absolute;
    top: 10px;
    right: -10px;

    display: block;

    width: 10px;
    height: 0;

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

    background-color: #0971c4;
}
.box-category .category .item .pic:after
{
    position: absolute;
    bottom: -10px;
    left: 10px;

    display: block;

    width: 0;
    height: 10px;

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

    background-color: #0971c4;
}
.box-category .category .item .pic .img-box
{
    padding-bottom: 40.625%;
}
.box-category .category .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-category .category .item .note
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 56%;
    height: 100%;
    padding: 20px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1470px)
{
    .box-category .category .item .note
    {
        width: 66%;
    }
}
@media (max-width: 1199px)
{
    .box-category .category .item .note
    {
        width: 76%;
    }
}
@media (max-width: 767px)
{
    .box-category .category .item .note
    {
        padding: 10px;
    }
}
.box-category .category .item .note .number
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    display: block;

    color: #0971c4;
}
@media (max-width: 991px)
{
    .box-category .category .item .note .number
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .box-category .category .item .note .number
    {
        font-size: 20px;
    }
}
.box-category .category .item .note h3
{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px)
{
    .box-category .category .item .note h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .box-category .category .item .note h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .box-category .category .item .note h3
    {
        font-size: 14px;
    }
}
.box-category .category .item:hover:before
{
    top: 10px;

    height: 10px;
}
.box-category .category .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-category .category .item:hover .pic:before
{
    height: 100%;
}
.box-category .category .item:hover .pic:after
{
    width: 100%;
}
.box-category .category .item:hover .note h3
{
    color: #0971c4;
}
.box-category .category .item-year
{
    border: 1px solid #b1c4d5;
}
.box-category .category .item-year .year
{
    position: absolute;
    top: 50%;

    width: 100%;
    padding: 0 10px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.box-category .category .item-year .year h3
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
.box-category .category .item-year .year p
{
    font-size: 12px;
    line-height: 20px;

    margin: 6px 0 0 0;
}
.box-about
{
    background: url(../images/about_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .box-about
    {
        background-attachment: fixed;
    }
}
.box-about .video
{
    position: relative;

    margin-top: 70px;
}
@media (max-width: 991px)
{
    .box-about .video
    {
        width: 100%;
    }
}
.box-about .video img
{
    width: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 767px)
{
    .box-about .video img
    {
        width: 200%;
        margin-left: -50%;
    }
}
.box-about .video .play
{
    font-size: 70px;
    line-height: 174px;

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

    width: 174px;
    height: 174px;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #0971c4;
}
@media (max-width: 991px)
{
    .box-about .video .play
    {
        font-size: 70px;
        line-height: 140px;

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

    content: '\ea82';
}
.box-about .video .mask
{
    font-size: 160px;
    font-weight: 900;

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

    width: 140%;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    white-space: nowrap;
    text-transform: uppercase;

    color: transparent;

    -webkit-text-stroke: .5px #fff;
}
@media (max-width: 1470px)
{
    .box-about .video .mask
    {
        font-size: 130px;
    }
}
@media (max-width: 1199px)
{
    .box-about .video .mask
    {
        font-size: 110px;
    }
}
@media (max-width: 991px)
{
    .box-about .video .mask
    {
        font-size: 80px;

        width: 100%;
    }
}
.box-about .about
{
    color: #fff;
}
.box-about .about .title h3
{
    color: #fff;
}
.box-about .about .text .note
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 120px;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
@media (max-width: 767px)
{
    .box-about .about .text .note
    {
        margin-top: 20px;
    }
}
.box-about .about .text .note p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px)
{
    .box-about .about .text .note p
    {
        font-size: 14px;
    }
}
.box-about .about .text .more
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .box-about .about .text .more
    {
        margin-top: 14px;
    }
}
.box-about .about .text .more a
{
    line-height: 40px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    padding: 0 20px;

    color: #0971c4;
    border-radius: 4px;
    background-color: #fff;
}
.box-about .about .text .more a span
{
    position: relative;
    z-index: 5;

    display: block;
}
.box-about .about .text .more a span:after
{
    font-family: 'iconfont' !important;

    margin-left: 10px;

    content: '\e62a';
}
.box-about .about .text .more a:before
{
    position: absolute;
    top: -110%;
    left: -10%;

    display: block;

    width: 120%;
    height: 0;
    padding-bottom: 120%;

    content: '';
    -webkit-transform: translateY(68%) scale3d(0, 0, 0);
            transform: translateY(68%) scale3d(0, 0, 0);

    border-radius: 50%;
    background: #0971c4;
}
.box-about .about .text .more a:after
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1), -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    -webkit-transform: translateY(-102%);
        -ms-transform: translateY(-102%);
            transform: translateY(-102%);

    background: #0971c4;
}
.box-about .about .text .more a:hover:before
{
    -webkit-transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1), -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    -webkit-transform: translate(0) scale(1);
        -ms-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
}
.box-about .about .text .more a:hover:after
{
    -webkit-transition-delay: .25s;
            transition-delay: .25s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: 31.25ms;
            transition-duration: 31.25ms;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
}
.box-about .about .text .more a:hover span
{
    -webkit-animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
            animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;

    color: #fff;
}
.box-about .number
{
    margin-top: 60px;

    color: #fff;
}
@media (max-width: 991px)
{
    .box-about .number
    {
        margin-top: 40px;
    }
}
.box-about .number > ul
{
    font-size: 0;
}
.box-about .number > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 25%;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .box-about .number > ul > li
    {
        width: 50%;
        margin: 10px 0;
    }
}
.box-about .number > ul > li:last-child .item:after
{
    display: none;
}
.box-about .number .item
{
    position: relative;

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

    color: #fff;
}
.box-about .number .item:after
{
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 5px;
    height: 101px;

    content: '';

    background: url(../images/line.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .box-about .number .item:after
    {
        display: none;
    }
}
.box-about .number .item p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
.box-about .number .item h3
{
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .box-about .number .item h3
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .box-about .number .item h3
    {
        font-size: 40px;
    }
}
.box-about .number .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
@-webkit-keyframes scale
{
    0%
    {
        -webkit-transform: scale(.8);
                transform: scale(.8);

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

        opacity: 0;
    }
}
@keyframes scale
{
    0%
    {
        -webkit-transform: scale(.8);
                transform: scale(.8);

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

        opacity: 0;
    }
}
.box-news .news,
.wrap-news .news
{
    margin-top: 40px;

    border-top: 1px solid #d3d9de;
}
@media (max-width: 991px)
{
    .box-news .news,
    .wrap-news .news
    {
        margin-top: 20px;
    }
}
.box-news .item,
.wrap-news .item
{
    font-size: 0;

    display: block;

    padding: 36px 0;

    border-bottom: 1px solid #d3d9de;
}
.box-news .item .date,
.wrap-news .item .date,
.box-news .item .note,
.wrap-news .item .note,
.box-news .item .more,
.wrap-news .item .more
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.box-news .item .date,
.wrap-news .item .date
{
    width: 30%;
}
@media (max-width: 767px)
{
    .box-news .item .date,
    .wrap-news .item .date
    {
        width: 20%;
    }
}
.box-news .item .date b,
.wrap-news .item .date b
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1;

    display: block;

    color: #0971c4;
}
@media (max-width: 767px)
{
    .box-news .item .date b,
    .wrap-news .item .date b
    {
        font-size: 18px;
    }
}
.box-news .item .note,
.wrap-news .item .note
{
    width: -webkit-calc(70% - 100px);
    width:         calc(70% - 100px);
    padding-right: 10%;
}
@media (max-width: 1199px)
{
    .box-news .item .note,
    .wrap-news .item .note
    {
        padding-right: 5%;
    }
}
@media (max-width: 991px)
{
    .box-news .item .note,
    .wrap-news .item .note
    {
        width: -webkit-calc(70% - 80px);
        width:         calc(70% - 80px);
        padding-left: 10px;
    }
}
@media (max-width: 767px)
{
    .box-news .item .note,
    .wrap-news .item .note
    {
        width: -webkit-calc(80% - 50px);
        width:         calc(80% - 50px);
        padding-right: 15px;
    }
}
.box-news .item .note h3,
.wrap-news .item .note h3
{
    font-size: 20px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px)
{
    .box-news .item .note h3,
    .wrap-news .item .note h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .box-news .item .note h3,
    .wrap-news .item .note h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .box-news .item .note h3,
    .wrap-news .item .note h3
    {
        font-size: 16px;
    }
}
.box-news .item .note p,
.wrap-news .item .note p
{
    font-size: 16px;
    line-height: 22px;

    display: -webkit-box;
    overflow: hidden;

    height: 44px;
    margin: 20px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px)
{
    .box-news .item .note p,
    .wrap-news .item .note p
    {
        font-size: 14px;
    }
}
@media (max-width: 991px)
{
    .box-news .item .note p,
    .wrap-news .item .note p
    {
        margin-top: 10px;
    }
}
.box-news .item .more,
.wrap-news .item .more
{
    width: 100px;

    text-align: right;
}
@media (max-width: 991px)
{
    .box-news .item .more,
    .wrap-news .item .more
    {
        width: 80px;
    }
}
@media (max-width: 767px)
{
    .box-news .item .more,
    .wrap-news .item .more
    {
        width: 50px;
    }
}
.box-news .item .more .icon,
.wrap-news .item .more .icon
{
    font-size: 40px;
}
@media (max-width: 767px)
{
    .box-news .item .more .icon,
    .wrap-news .item .more .icon
    {
        font-size: 30px;
    }
}
.box-news .item:hover .note h3,
.wrap-news .item:hover .note h3
{
    color: #0971c4;
}
.box-news .item:hover .more,
.wrap-news .item:hover .more
{
    color: #0971c4;
}
.box-news
{
    background-color: #f7fafc;
}
.box-news .news .slick-arrow
{
    top: -100px;
    right: 80px;
    left: auto;

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

    border-color: #fff;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .box-news .news .slick-arrow
    {
        top: -40px;
    }
}
@media (max-width: 767px)
{
    .box-news .news .slick-arrow
    {
        right: 40px;
    }
}
.box-news .news .slick-arrow.slick-next
{
    right: 0;
}
.box-news .news .slick-arrow:hover
{
    background-color: #0971c4;
}
.box-brand
{
    padding: 40px 0;
}
.box-brand .slick-brand
{
    margin: 0 -20px;
}
@media (max-width: 991px)
{
    .box-brand .slick-brand
    {
        margin: 0 -10px;
    }
}
.box-brand .slick-brand .slick-slide
{
    padding: 0 20px;
}
@media (max-width: 991px)
{
    .box-brand .slick-brand .slick-slide
    {
        padding: 0 10px;
    }
}
.box-brand .slick-brand:hover .slick-arrow
{
    opacity: 1;
}
.box-brand .item
{
    -webkit-transition: all .2s;
            transition: all .2s;

    border: 1px solid #bbc0c4;
}
.box-brand .item .img-box
{
    padding-bottom: 62.22222222%;
}
.box-brand .item:hover
{
    border-color: #0971c4;
}
.box-brand .slick-arrow
{
    -webkit-transition: all .2s;
            transition: all .2s;

    opacity: 0;
}
.footer
{
    position: relative;

    overflow: hidden;

    color: #6b7d8c;
    background-color: #e4ecf3;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 55px;
    }
}
.footer .foot
{
    padding: 50px 0;
}
@media (max-width: 767px)
{
    .footer .foot
    {
        padding: 30px 0;
    }
}
@media (min-width: 1200px)
{
    .footer .foot > ul
    {
        width: 100%;
        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: '';
    }
}
.footer .foot > ul > li
{
    display: inline-block;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 1350px)
{
    .footer .foot > ul > li
    {
        max-width: 25%;
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul > li
    {
        display: block;

        max-width: 100%;
    }
}
.footer .foot-nav,
.footer .foot-text,
.footer .foot-message
{
    margin-top: 10px;
}
@media (max-width: 767px)
{
    .footer .foot-nav,
    .footer .foot-text,
    .footer .foot-message
    {
        margin-top: 4px;
    }
}
@media (max-width: 991px)
{
    .footer .title-foot
    {
        margin-top: 10px;
    }
}
.footer .title-foot h3
{
    font-size: 20px;
    font-weight: 500;

    margin: 0;

    text-transform: uppercase;

    color: #0971c4;
}
@media (max-width: 767px)
{
    .footer .title-foot h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-nav > ul > li
    {
        display: inline-block;

        margin-right: 20px;

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

    display: block;
}
@media (max-width: 767px)
{
    .footer .foot-nav > ul > li a
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.footer .foot-nav > ul > li a:hover
{
    color: #0971c4;
}
.footer .foot-text p
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    padding-left: 30px;
}
@media (max-width: 991px)
{
    .footer .foot-text p
    {
        display: inline-block;

        margin-right: 14px;

        vertical-align: top;
    }
}
@media (max-width: 767px)
{
    .footer .foot-text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.footer .foot-text p .icon
{
    position: absolute;
    top: 0;
    left: 0;

    width: 30px;

    text-align: center;

    color: #0971c4;
}
.footer .foot-text p a:hover
{
    color: #0971c4;
}
.footer .foot-message p
{
    font-size: 16px;
    line-height: 26px;

    margin: 0;
}
@media (max-width: 767px)
{
    .footer .foot-message p
    {
        font-size: 14px;
    }
}
.footer .foot-message form
{
    position: relative;

    margin-top: 20px;
    padding-right: 50px;
}
.footer .foot-message input
{
    line-height: 28px;

    width: 100%;
    height: 40px;
    padding: 6px 20px;

    border: 1px solid #0971c4;
    background: none;
}
.footer .foot-message input::-webkit-input-placeholder,
.footer .foot-message textarea::-webkit-input-placeholder
{
    color: #6b7d8c;
}
.footer .foot-message input:-o-placeholder,
.footer .foot-message textarea:-o-placeholder
{
    color: #6b7d8c;
}
.footer .foot-message input::-moz-placeholder,
.footer .foot-message textarea::-moz-placeholder
{
    color: #6b7d8c;
}
.footer .foot-message input:-ms-input-placeholder,
.footer .foot-message textarea:-ms-input-placeholder
{
    color: #6b7d8c;
}
.footer .foot-message input:focus::-webkit-input-placeholder,
.footer .foot-message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot-message input:focus::-o-placeholder,
.footer .foot-message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot-message input:focus::-moz-placeholder,
.footer .foot-message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot-message input:focus::-ms-input-placeholder,
.footer .foot-message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot-message .submit
{
    font-size: 20px;
    line-height: 40px;

    position: absolute;
    top: 0;
    right: 0;

    display: block;

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

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #0971c4;
}
.footer .foot-message .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e642';
}
.footer .foot-message .submit:hover
{
    background-color: #07599a;
}
.footer .item-2
{
    max-width: 320px;
}
@media (max-width: 991px)
{
    .footer .item-2
    {
        max-width: 100%;
    }
}
.footer .item-3
{
    max-width: 290px;
}
@media (max-width: 991px)
{
    .footer .item-3
    {
        max-width: 100%;
    }
}
.footer .item-3 .share
{
    margin-top: 20px;
}
.footer .item-3 .share ul li
{
    display: inline-block;
}
.footer .item-3 .share ul li a
{
    font-size: 20px;
    line-height: 34px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 34px;
    height: 34px;

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

    color: #0971c4;
}
.footer .item-3 .share ul li a:before
{
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\eec0';
    text-align: center;
    vertical-align: top;
}
.footer .item-3 .share ul li a:after
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 2.22222222rem;
    height: 100%;

    content: '';
    -webkit-transition: none;
            transition: none;
    -webkit-transform: translate3d(-150%, 0, 0) skewX(-25deg);
            transform: translate3d(-150%, 0, 0) skewX(-25deg);

    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .15)), to(rgba(204, 204, 204, .05)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .15), rgba(204, 204, 204, .05));
    background-image:         linear-gradient(to right, rgba(255, 255, 255, .15), rgba(204, 204, 204, .05));

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.footer .item-3 .share ul li a:hover:after
{
    left: 100%;

    -webkit-transition: left .4s ease-out, -webkit-transform .4s ease-out;
            transition: left .4s ease-out, -webkit-transform .4s ease-out;
            transition: transform .4s ease-out, left .4s ease-out;
            transition: transform .4s ease-out, left .4s ease-out, -webkit-transform .4s ease-out;
    -webkit-transform: translate3d(50%, 0, 0) skewX(-25deg);
            transform: translate3d(50%, 0, 0) skewX(-25deg);
}
.footer .item-3 .share ul li.twitter a:before
{
    content: '\e60b';
}
.footer .item-3 .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.footer .item-3 .share ul li.instagram a:before
{
    content: '\e6b6';
}
.footer .item-3 .share ul li.youtube a:before
{
    content: '\e618';
}
.footer .item-3 .share ul li.google a:before
{
    content: '\e645';
}
.footer .item-3 .share ul li.amazon a:before
{
    content: '\e6c1';
}
.footer .item-3 .share ul li:hover a
{
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
}
.footer .copyright
{
    line-height: 30px;

    overflow: hidden;

    padding: 20px 0;
}
@media (max-width: 1199px)
{
    .footer .copyright
    {
        padding: 10px 0;
    }
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        line-height: 22px;
    }
}
.footer .copyright p
{
    font-size: 16px;

    margin: 0;
}
@media (max-width: 767px)
{
    .footer .copyright p
    {
        font-size: 13px;
        line-height: 24px;

        display: block;
    }
}
.footer .copyright p a:hover
{
    text-decoration: underline;
}
.footer .copyright span
{
    display: inline-block;

    margin: 0 4px;

    vertical-align: middle;
}
.footer .copyright a.sitemap
{
    display: inline-block;
    float: right;
}
@media (max-width: 767px)
{
    .footer .copyright a.sitemap
    {
        font-size: 14px;

        float: none;
    }
}
.footer .copyright a.sitemap:hover
{
    color: #0971c4;
}
.footer .copyright #google_translate_element
{
    line-height: 24px;

    display: inline-block;
    float: right;
}
@media (max-width: 1199px)
{
    .footer .copyright #google_translate_element
    {
        float: none;
    }
}
.footer .copyright #google_translate_element .goog-te-gadget-simple
{
    border: none;
}
.wrap
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 40px 0;
    }
}
.title-in h2
{
    font-size: 36px;
    line-height: 30px;

    display: inline-block;

    margin: 0;
    padding: 20px;

    color: #fff;
    border-radius: 4px;
    background-color: #0971c4;
}
@media (max-width: 1199px)
{
    .title-in h2
    {
        font-size: 30px;

        padding: 10px 20px;
    }
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.title-in p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 767px)
{
    .title-in p
    {
        font-size: 14px;
    }
}
.about-sort ul
{
    font-size: 0;

    margin: 0 -10px;
}
.about-sort ul li
{
    display: inline-block;

    width: 33.33333333%;
    margin: 10px 0;
    padding: 0 10px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .about-sort ul li
    {
        width: auto;
    }
}
.about-sort ul li a
{
    font-size: 16px;
    line-height: 26px;

    position: relative;

    display: block;

    padding: 15px 50px 15px 20px;

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

    border: 1px solid #dbdbdb;
    border-radius: 4px;
}
@media (max-width: 767px)
{
    .about-sort ul li a
    {
        font-size: 14px;

        padding: 10px 50px 10px 20px;
    }
}
.about-sort ul li a:after
{
    font-family: 'iconfont' !important;

    position: absolute;
    top: 15px;
    right: 20px;

    display: block;

    width: 26px;
    height: 26px;

    content: '\e62a';
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    border: 1px solid #000;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .about-sort ul li a:after
    {
        top: 10px;
        right: 10px;
    }
}
.about-sort ul li.active a,
.about-sort ul li:hover a
{
    color: #0971c4;
    border-color: #0971c4;
}
.about-sort ul li.active a:after,
.about-sort ul li:hover a:after
{
    color: #fff;
    border-color: #0971c4;
    background-color: #0971c4;
}
.wrap-sidenav .title-sidenav
{
    padding: 15px 20px;

    color: #fff;
    border-radius: 4px;
    background-color: #0971c4;
}
.wrap-sidenav .title-sidenav h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;

    margin: 0;
}
.wrap-sidenav .sidenav ul.slevel-1 > li
{
    margin-top: 10px;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul.slevel-1 > li
    {
        display: inline-block;

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

    position: relative;

    display: block;

    padding: 20px 50px 20px 20px;

    -webkit-transition: background-color .2s;
            transition: background-color .2s;

    border: 1px solid #dbdbdb;
    border-radius: 4px;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav ul.slevel-1 > li > a
    {
        font-size: 16px;

        padding: 10px 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul.slevel-1 > li > a
    {
        font-size: 14px;
        line-height: 24px;

        padding: 4px 10px 4px 20px;
    }
}
.wrap-sidenav .sidenav ul.slevel-1 > li > a:after
{
    font-family: 'iconfont' !important;
    font-size: 14px;
    line-height: 26px;

    position: absolute;
    top: 50%;
    right: 14px;

    display: block;

    width: 26px;
    height: 26px;
    margin-top: -13px;

    content: '\e610';
    text-align: center;

    border: 1px solid #dbdbdb;
    border-radius: 50%;
}
.wrap-sidenav .sidenav ul.slevel-1 > li.active > a,
.wrap-sidenav .sidenav ul.slevel-1 > li:hover > a
{
    color: #0971c4;
}
.wrap-sidenav .sidenav ul.slevel-1 > li.active > a:after,
.wrap-sidenav .sidenav ul.slevel-1 > li:hover > a:after
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);

    color: #fff;
    border-color: #0971c4;
    background-color: #0971c4;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul.slevel-1 > li.active ul.slevel-2
    {
        display: block;
    }
}
.wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2
{
    display: none;

    border: 1px solid #dbdbdb;
    border-top: none;
    background-color: #f0f4f7;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2
    {
        border: none;
    }
}
.wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2 > li
{
    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2 > li
    {
        display: inline-block;

        vertical-align: top;

        border-bottom: none;
    }
}
.wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2 > li:last-child
{
    border-bottom: none;
}
.wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2 > li > a
{
    font-size: 16px;
    line-height: 20px;

    position: relative;

    display: block;

    padding: 15px 20px;

    color: #6b7d8c;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2 > li > a
    {
        font-size: 15px;

        padding: 10px 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2 > li > a
    {
        font-size: 14px;
        line-height: 22px;

        padding-top: 5px;
        padding-bottom: 5px;
    }
}
.wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2 > li.active > a,
.wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2 > li:hover > a
{
    color: #0971c4;
}
.wrap-sidenav .sidenav ul.slevel-1 ul.slevel-3
{
    display: none;

    padding: 20px 0;

    background-color: #a5b9c9;
}
.wrap-sidenav .sidenav ul.slevel-1 ul.slevel-3 > li > a
{
    line-height: 30px;

    display: block;

    padding: 0 20px;

    color: #fff;
}
.wrap-sidenav .sidenav ul.slevel-1 ul.slevel-3 > li > a:before
{
    margin-right: 4px;

    content: '-';
}
.xs-product-nav
{
    line-height: 1.8;

    margin: 0 -8px 20px;

    text-transform: capitalize;
}
@media (max-width: 575px)
{
    .xs-product-nav
    {
        font-size: .9em;

        margin: 0 -6px 20px;
    }
}
.xs-product-nav li
{
    font-size: 15px;

    display: inline-block;

    vertical-align: top;
}
.xs-product-nav li a
{
    display: block;

    padding: 0 8px;
}
@media (max-width: 575px)
{
    .xs-product-nav li a
    {
        padding: 0 6px;
    }
}
.xs-product-nav .active
{
    font-weight: bold;

    color: #0971c4;
}
.wrap-about .title-about
{
    text-align: center;
}
.wrap-about .title-about h2
{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-about .title-about h2
    {
        font-size: 22px;
    }
}
.wrap-about .about
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-about .about
    {
        margin-top: 20px;
    }
}
.wrap-about .about h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
}
@media (max-width: 1199px)
{
    .wrap-about .about h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .about h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about h2
    {
        font-size: 20px;
    }
}
.wrap-about .about h3
{
    font-size: 20px;
    line-height: 1.5;

    margin: 0;

    color: #0971c4;
}
@media (max-width: 991px)
{
    .wrap-about .about h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about h3
    {
        font-size: 16px;
    }
}
.wrap-about .about p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-about .about p
    {
        font-size: 14px;
    }
}
.wrap-about .about img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-factory .factory .item
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-factory .factory .item
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-factory .factory .item
    {
        margin-top: 14px;
    }
}
.wrap-factory .factory .item .img-box
{
    padding-bottom: 63.63636364%;
}
.wrap-factory .factory .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-factory .factory .item .title-factory
{
    position: absolute;
    z-index: 2;
    bottom: 0;

    overflow: hidden;

    width: 100%;

    -webkit-transition: all .5s;
            transition: all .5s;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    text-align: center;

    color: #fff;
    background-color: rgba(9, 113, 196, .7);
}
@media (max-width: 1199px)
{
    .wrap-factory .factory .item .title-factory
    {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
.wrap-factory .factory .item .title-factory h3
{
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-factory .factory .item .title-factory h3
    {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
    }
}
@media (max-width: 767px)
{
    .wrap-factory .factory .item .title-factory h3
    {
        line-height: 30px;

        height: 30px;
    }
}
.wrap-factory .factory .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-factory .factory .item:hover .title-factory
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
@media (min-width: 1200px)
{
    .wrap-video .video ul
    {
        margin: 0 -25px;
    }
    .wrap-video .video ul li
    {
        padding: 0 25px;
    }
}
.wrap-video .video .item
{
    margin-top: 50px;

    border: 1px solid #d9d9d9;
}
@media (max-width: 1199px)
{
    .wrap-video .video .item
    {
        margin-top: 30px;
    }
}
.wrap-video .video .item .title-item
{
    padding: 20px;
}
@media (max-width: 1199px)
{
    .wrap-video .video .item .title-item
    {
        padding: 10px;
    }
}
.wrap-video .video .item .title-item h3
{
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1470px)
{
    .wrap-video .video .item .title-item h3
    {
        font-size: 18px;
        line-height: 30px;

        height: 60px;
    }
}
@media (max-width: 1199px)
{
    .wrap-video .video .item .title-item h3
    {
        font-size: 16px;
        line-height: 24px;

        height: 48px;
    }
}
.wrap-video .video .item .img-box
{
    padding-bottom: 55.88235294%;
}
.wrap-video .video .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-video .video .item .pic
{
    position: relative;
}
.wrap-video .video .item .play
{
    font-size: 30px;
    line-height: 70px;

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

    width: 70px;
    height: 70px;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .3);
}
.wrap-video .video .item .play:before
{
    font-family: 'iconfont' !important;

    content: '\ea82';
}
.wrap-video .video .item:hover .title-item h3
{
    color: #0971c4;
}
.wrap-video .video .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-video .video .item:hover .play
{
    background-color: rgba(9, 113, 196, .3);
}
.wrap-details .title-details h1
{
    font-family: 'DIN', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-details .title-details h1
    {
        font-size: 20px;
    }
}
.wrap-details .title-details .date
{
    line-height: 24px;

    display: block;

    margin-top: 10px;

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

    margin: 0;

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

    margin: 0;

    color: #666;
}
.wrap-details .share p,
.wrap-details .share .addthis_inline_share_toolbox
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-details .relate-details
{
    margin-top: 50px;
    padding-top: 10px;

    border-top: 1px solid #dcdddc;
}
.wrap-details .relate-details a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

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

    height: 30px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-details .relate-details a
    {
        font-size: 14px;
    }
}
.wrap-details .relate-details a:hover
{
    color: #0971c4;
}
.wrap-product .title-product h2,
.wrap-nosearch .title-product h2
{
    font-size: 30px;

    display: block;

    margin: 0;
    padding: 15px 30px;

    color: #fff;
    border-radius: 4px;
    background-color: #0971c4;
}
@media (max-width: 1199px)
{
    .wrap-product .title-product h2,
    .wrap-nosearch .title-product h2
    {
        font-size: 24px;

        padding: 10px 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-product .title-product h2,
    .wrap-nosearch .title-product h2
    {
        font-size: 20px;
        line-height: 24px;

        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .title-product h2,
    .wrap-nosearch .title-product h2
    {
        font-size: 18px;
    }
}
.wrap-product .title-product p,
.wrap-nosearch .title-product p
{
    font-size: 16px;
    line-height: 24px;

    margin: 14px 0 0 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-product .title-product p,
    .wrap-nosearch .title-product p
    {
        font-size: 14px;
    }
}
.wrap-product .product .item,
.wrap-nosearch .product .item,
.wrap-product .relate-search .item,
.wrap-nosearch .relate-search .item
{
    display: block;

    margin-top: 40px;

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

    background-color: #f7f7f7;
}
@media (max-width: 767px)
{
    .wrap-product .product .item,
    .wrap-nosearch .product .item,
    .wrap-product .relate-search .item,
    .wrap-nosearch .relate-search .item
    {
        margin-top: 20px;
        padding: 6px 6px 0 6px;
    }
}
.wrap-product .product .item .img-box,
.wrap-nosearch .product .item .img-box,
.wrap-product .relate-search .item .img-box,
.wrap-nosearch .relate-search .item .img-box
{
    padding-bottom: 62.5%;
}
.wrap-product .product .item .img-box img,
.wrap-nosearch .product .item .img-box img,
.wrap-product .relate-search .item .img-box img,
.wrap-nosearch .relate-search .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item .note,
.wrap-nosearch .product .item .note,
.wrap-product .relate-search .item .note,
.wrap-nosearch .relate-search .item .note
{
    padding: 15px 20px;

}
@media (max-width: 767px)
{
    .wrap-product .product .item .note,
    .wrap-nosearch .product .item .note,
    .wrap-product .relate-search .item .note,
    .wrap-nosearch .relate-search .item .note
    {
        padding: 10px 0;
    }
}
.wrap-product .product .item .note h3,
.wrap-nosearch .product .item .note h3,
.wrap-product .relate-search .item .note h3,
.wrap-nosearch .relate-search .item .note h3
{
    font-size: 16px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-product .product .item:hover,
.wrap-nosearch .product .item:hover,
.wrap-product .relate-search .item:hover,
.wrap-nosearch .relate-search .item:hover
{
    background-color: #0971c4;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-product .product .item:hover .img-box img,
.wrap-nosearch .product .item:hover .img-box img,
.wrap-product .relate-search .item:hover .img-box img,
.wrap-nosearch .relate-search .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .product .item:hover .note,
.wrap-nosearch .product .item:hover .note,
.wrap-product .relate-search .item:hover .note,
.wrap-nosearch .relate-search .item:hover .note
{
    color: #fff;
}
.wrap-product-show
{
    clear: both;
}
.wrap-product-show .carousel-wrap
{
    overflow: hidden;
}
.wrap-product-show .carousel-wrap .carousel
{
    position: relative;

    float: left;

    width: 55%;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-product-show .carousel-wrap .carousel .img-box
{
    padding-bottom: 62.5%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    font-size: 0;

    position: relative;

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

    width: 100%;
    height: 100%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play
{
    font-size: 80px;

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

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-for .play
    {
        font-size: 50px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play:before
{
    font-family: 'iconfont' !important;

    content: '\e62c';
}
.wrap-product-show .carousel-wrap .slider-nav
{
    margin: 0 -5px;
    margin-top: 10px;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .slider-nav
    {
        margin-top: 10px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-slide
{
    padding: 0 5px;

    outline: none;
}
.wrap-product-show .carousel-wrap .slider-nav .item
{
    position: relative;

    border: 1px solid #dcdcdc;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video
{
    position: relative;

    background-color: #000;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video .img-box
{
    opacity: .6;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

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

    content: '\e624';
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    opacity: .7;
    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .slider-nav .item-video:after
    {
        font-size: 30px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-current .item
{
    border: 1px solid #0971c4;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow
{
    font-size: 20px;
    line-height: 30px;

    z-index: 9;
    left: 0;

    width: 30px;
    height: 30px;

    background: none;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.wrap-product-show .info-box
{
    position: relative;

    float: left;

    width: 45%;
    padding-left: 30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-product-show .info-box .title-info h1
{
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    display: block;

    margin: 0;
    padding: 15px 30px;

    color: #fff;
    border-radius: 4px;
    background-color: #0971c4;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .title-info h1
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box .title-info h1
    {
        font-size: 20px;

        padding: 10px 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .title-info h1
    {
        font-size: 18px;
    }
}
.wrap-product-show .info-box .text
{
    margin-top: 30px;
}
@media (max-width: 1350px)
{
    .wrap-product-show .info-box .text
    {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .text p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .text p
    {
        font-size: 14px;
    }
}
.wrap-product-show .info-box .share
{
    margin-top: 30px;
}
@media (max-width: 1350px)
{
    .wrap-product-show .info-box .share
    {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .share p,
.wrap-product-show .info-box .share .addthis_inline_share_toolbox
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .info-box .share p
{
    font-size: 16px;

    margin: 0;

    color: #666;
}
.wrap-product-show .info-box .btn-inquiry
{
    margin-top: 30px;
}
.wrap-product-show .info-box .btn-inquiry a
{
    font-size: 14px;
    line-height: 40px;

    display: inline-block;

    padding: 0 20px;

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

    color: #fff;
    border-radius: 5px;
    background-color: #0971c4;
}
.wrap-product-show .info-box .btn-inquiry a:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    display: inline-block;

    margin-right: 10px;

    content: '\e636';
    vertical-align: middle;
}
.wrap-product-show .info-box .btn-inquiry a:hover
{
    background-color: #07599a;
}
.wrap-product-show .info-box .parameters
{
    margin-top: 50px;
    padding: 30px;

    border: 1px solid #dbdbdb;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .parameters
    {
        margin-top: 30px;
        padding: 20px 14px;
    }
}
.wrap-product-show .info-box .parameters .title-parameters h3
{
    font-size: 20px;
    font-weight: 500;

    margin: 0;

    color: #0971c4;
}
.wrap-product-show .info-box .parameters .note
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .parameters .note
    {
        margin-top: 10px;
    }
}
.wrap-product-show .info-box .parameters .note p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .parameters .note p
    {
        font-size: 14px;
    }
}
.wrap-product-show .title-in h2
{
    font-size: 30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-in h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .title-in h2
    {
        font-size: 20px;
    }
}
.wrap-product-show .details,
.wrap-product-show .inquiry,
.wrap-product-show .relate-product
{
    padding-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-product-show .details,
    .wrap-product-show .inquiry,
    .wrap-product-show .relate-product
    {
        padding-top: 50px;
    }
}
.wrap-product-show .details .title,
.wrap-product-show .inquiry .title,
.wrap-product-show .relate-product .title
{
    text-align: left;
}
.wrap-product-show .details .text
{
    padding: 30px 14px;

    border: 1px solid #dbdbdb;
}
.wrap-product-show .details .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .details .text p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-product-show .details .text p
    {
        line-height: 24px;
    }
}
.wrap-product-show .details .table-box
{
    overflow: auto;

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

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

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

    text-align: center;
}
.wrap-product-show .details .table-box table tr,
.wrap-product-show .details .table-box table td,
.wrap-product-show .details .table-box table th
{
    width: auto !important;
    height: auto !important;
}
.wrap-product-show .details .table-box table td,
.wrap-product-show .details .table-box table th
{
    font-weight: normal;

    padding: 10px !important;

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

    background: none !important;
}
.wrap-product-show .details .table-box table th
{
    text-align: center;
}
.wrap-product-show .inquiry .row
{
    margin: 0 -10px;
}
.wrap-product-show .inquiry .row .itembox
{
    padding: 0 10px;
}
.wrap-product-show .inquiry form input,
.wrap-product-show .inquiry form textarea
{
    line-height: 30px;

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

    resize: vertical;

    border: 1px solid #dbdbdb;
    background: none;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquiry form input,
    .wrap-product-show .inquiry form textarea
    {
        margin-top: 14px;
    }
}
.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder
{
    color: #757575;
}
.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder
{
    color: #757575;
}
.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder
{
    color: #757575;
}
.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder
{
    color: #757575;
}
.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: #757575;
}
.wrap-product-show .inquiry form .read input:-o-placeholder,
.wrap-product-show .inquiry form .read textarea:-o-placeholder
{
    color: #757575;
}
.wrap-product-show .inquiry form .read input::-moz-placeholder,
.wrap-product-show .inquiry form .read textarea::-moz-placeholder
{
    color: #757575;
}
.wrap-product-show .inquiry form .read input:-ms-input-placeholder,
.wrap-product-show .inquiry form .read textarea:-ms-input-placeholder
{
    color: #757575;
}
.wrap-product-show .inquiry form .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-webkit-input-placeholder
{
    color: #757575;
}
.wrap-product-show .inquiry form .read input:focus::-o-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-o-placeholder
{
    color: #757575;
}
.wrap-product-show .inquiry form .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-moz-placeholder
{
    color: #757575;
}
.wrap-product-show .inquiry form .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-ms-input-placeholder
{
    color: #757575;
}
.wrap-product-show .inquiry form .read input
{
    background-color: #e4ecf3;
}
.wrap-product-show .inquiry form span,
.wrap-product-show .inquiry form label
{
    line-height: 30px;

    display: inline-block;

    margin-top: 14px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry form span,
    .wrap-product-show .inquiry form label
    {
        display: block;

        margin-top: 6px;
    }
}
.wrap-product-show .inquiry form .submit
{
    font-size: 16px;
    line-height: 40px;

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

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

    color: #fff;
    border-radius: 5px;
    background-color: #0971c4;
}
.wrap-product-show .inquiry form .submit:after
{
    font-family: 'iconfont' !important;

    margin-left: 30px;

    content: '\e6cf';
}
.wrap-product-show .inquiry form .submit:hover
{
    background-color: #07599a;
}
.wrap-product-show .relate-product .slick-relate-product
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-relate-product
    {
        margin: 0 -8px;
    }
}
.wrap-product-show .relate-product .slick-relate-product .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-relate-product .slick-slide
    {
        padding: 0 8px;
    }
}
.wrap-product-show .relate-product .item
{
    display: block;

    margin-top: 40px;

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

    background-color: #f7f7f7;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .item
    {
        margin-top: 20px;
        padding: 6px 6px 0 6px;
    }
}
.wrap-product-show .relate-product .item .img-box
{
    padding-bottom: 62.5%;
}
.wrap-product-show .relate-product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-show .relate-product .item .note
{
    padding: 15px 20px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .item .note
    {
        padding: 10px 0;
    }
}
.wrap-product-show .relate-product .item .note h3
{
    font-size: 16px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 26px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product-show .relate-product .item:hover
{
    background-color: #0971c4;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.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 .relate-product .item:hover .note
{
    color: #fff;
}
@media (max-width: 767px)
{
    .wrap-contact .message
    {
        margin-top: 30px;
    }
}
.wrap-contact .message .title-in p
{
    margin-top: 20px;
}
.wrap-contact .message form input,
.wrap-contact .message form textarea
{
    font-size: 14px;
    line-height: 28px;

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

    resize: vertical;

    border: none;
    border: 1px solid #dbdbdb;
    outline: none;
    background: none;
}
@media (max-width: 767px)
{
    .wrap-contact .message form input,
    .wrap-contact .message form textarea
    {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
        padding: 8px 10px;
    }
}
.wrap-contact .message form input::-webkit-input-placeholder,
.wrap-contact .message form textarea::-webkit-input-placeholder
{
    color: #898787;
}
.wrap-contact .message form input:-o-placeholder,
.wrap-contact .message form textarea:-o-placeholder
{
    color: #898787;
}
.wrap-contact .message form input::-moz-placeholder,
.wrap-contact .message form textarea::-moz-placeholder
{
    color: #898787;
}
.wrap-contact .message form input:-ms-input-placeholder,
.wrap-contact .message form textarea:-ms-input-placeholder
{
    color: #898787;
}
.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 .submit
{
    font-size: 14px;
    line-height: 40px;

    height: 40px;
    margin-top: 30px;
    padding: 0 20px;

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

    color: #fff;
    border: none;
    border-radius: 4px;
    outline: none;
    background-color: #0971c4;
    box-shadow: none;
}
.wrap-contact .message form .submit:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: right;

    margin-left: 40px;

    content: '\e642';
}
.wrap-contact .message form .submit:hover
{
    background-color: #07599a;
}
.wrap-contact .contact
{
    padding-left: 10%;
}
@media (max-width: 991px)
{
    .wrap-contact .contact
    {
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-contact .contact .note h3
{
    font-size: 20px;

    color: #0971c4;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .note h3
    {
        font-size: 18px;
    }
}
.wrap-contact .contact .note p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
.wrap-contact .contact .text
{
    margin-top: 30px;
}
.wrap-contact .contact .text p
{
    font-size: 16px;
    line-height: 24px;

    position: relative;

    padding-left: 30px;
}
.wrap-contact .contact .text p .icon
{
    font-size: 20px;

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

    color: #0971c4;
}
.wrap-contact .contact .text p a:hover
{
    text-decoration: underline;

    color: #0971c4;
}
.wrap-contact .contact .map-content
{
    max-width: 390px;
    height: 210px;
    margin-top: 30px;
}
.wrap-download .download .item
{
    position: relative;

    display: block;

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

    border: 1px solid #dbdbdb;
}
@media (max-width: 991px)
{
    .wrap-download .download .item
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-download .download .item
    {
        padding: 10px;
    }
}
.wrap-download .download .item:before
{
    font-family: 'iconfont' !important;
    font-size: 200px;
    line-height: 1;

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

    content: '\e740';

    color: #f2f2f2;
}
@media (max-width: 1350px)
{
    .wrap-download .download .item:before
    {
        font-size: 160px;
    }
}
@media (max-width: 991px)
{
    .wrap-download .download .item:before
    {
        font-size: 130px;
    }
}
@media (max-width: 767px)
{
    .wrap-download .download .item:before
    {
        font-size: 80px;
    }
}
.wrap-download .download .item .mask
{
    font-size: 20px;

    position: relative;
    z-index: 2;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-download .download .item .mask
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-download .download .item .mask
    {
        font-size: 16px;
    }
}
.wrap-download .download .item .mask .icon
{
    font-size: 30px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-download .download .item .mask .icon
    {
        font-size: 24px;
    }
}
.wrap-download .download .item h3
{
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;

    position: relative;
    z-index: 2;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1350px)
{
    .wrap-download .download .item h3
    {
        font-size: 24px;

        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-download .download .item h3
    {
        font-size: 20px;
        line-height: 30px;

        height: 30px;
    }
}
.wrap-download .download .item p
{
    font-size: 16px;
    line-height: 24px;

    position: relative;
    z-index: 2;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-download .download .item p
    {
        font-size: 14px;
    }
}
.wrap-download .download .item p span
{
    display: inline-block;

    margin-right: 30px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-download .download .item p span
    {
        margin-right: 14px;
    }
}
.wrap-download .download .item p span:nth-child(2)
{
    margin-right: 0;
}
.wrap-download .download .item a.down
{
    line-height: 40px;

    position: relative;
    z-index: 2;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 2px;
    background-color: #0971c4;
}
@media (max-width: 767px)
{
    .wrap-download .download .item a.down
    {
        line-height: 30px;

        margin-top: 14px;
    }
}
.wrap-download .download .item a.down:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-left: 20px;

    content: '\e65a';
    vertical-align: middle;
}
.wrap-download .download .item a.down:hover
{
    background-color: #07599a;
}
.wrap-download .download .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-download .download .item:hover .note b
{
    color: #0971c4;
}
.wrap-download .download .item:hover .note a.down
{
    color: #fff;
    background-color: #0971c4;
}
.account-login
{
    display: none;

    width: 100%;
    max-width: 640px;
    padding: 40px;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .account-login
    {
        padding: 20px;
    }
}
.account-login .title-in h2
{
    font-size: 30px;

    padding: 15px 20px;
}
@media (max-width: 991px)
{
    .account-login .title-in h2
    {
        font-size: 24px;

        padding: 10px 20px;
    }
}
@media (max-width: 767px)
{
    .account-login .title-in h2
    {
        font-size: 20px;
    }
}
.account-login .title-in p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 767px)
{
    .account-login .title-in p
    {
        font-size: 14px;
    }
}
.account-login .login
{
    margin-top: 30px;
}
.account-login .login .item
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .account-login .login .item
    {
        margin-top: 10px;
    }
}
.account-login .login .item input,
.account-login .login .item textarea
{
    font-size: 15px;
    line-height: 30px;

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

    resize: vertical;

    border: 1px solid #dbdbdb;
    background: none;
}
@media (max-width: 991px)
{
    .account-login .login .item input,
    .account-login .login .item textarea
    {
        font-size: 14px;
        line-height: 24px;

        min-height: 44px;
        padding: 10px;
    }
}
.account-login .login .item input::-webkit-input-placeholder,
.account-login .login .item textarea::-webkit-input-placeholder
{
    color: #757575;
}
.account-login .login .item input:-o-placeholder,
.account-login .login .item textarea:-o-placeholder
{
    color: #757575;
}
.account-login .login .item input::-moz-placeholder,
.account-login .login .item textarea::-moz-placeholder
{
    color: #757575;
}
.account-login .login .item input:-ms-input-placeholder,
.account-login .login .item textarea:-ms-input-placeholder
{
    color: #757575;
}
.account-login .login .item input:focus::-webkit-input-placeholder,
.account-login .login .item textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.account-login .login .item input:focus::-o-placeholder,
.account-login .login .item textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.account-login .login .item input:focus::-moz-placeholder,
.account-login .login .item textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.account-login .login .item input:focus::-ms-input-placeholder,
.account-login .login .item textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.account-login .login .submit
{
    line-height: 40px;

    padding: 0 20px;

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

    color: #fff;
    border-radius: 4px;
    background-color: #0971c4;
}
.account-login .login .submit:after
{
    font-family: 'iconfont' !important;
    font-size: 28px;

    display: inline-block;

    margin-left: 20px;

    content: '\e6cf';
    vertical-align: middle;
}
.account-login .login .submit:hover
{
    background-color: #07599a;
}
.wrap-sitemap .title-in
{
    text-align: left;
}
.wrap-sitemap .sitemap
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap
    {
        margin-top: 30px;
    }
}
.wrap-sitemap .sitemap > ul > li
{
    position: relative;

    width: 100%;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li
    {
        min-height: 38px;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-sitemap .sitemap > ul > li > a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    min-width: 240px;
    padding: 10px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: capitalize;

    border: 1px solid #eaeaea;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > a
    {
        font-size: 16px;

        min-width: 140px;
        padding: 4px 10px;
    }
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    color: #fff;
    background-color: #0971c4;
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    text-decoration: underline;

    background-color: #0971c4;
}
.wrap-sitemap .sitemap > ul > li > ul
{
    position: relative;

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

    vertical-align: top;
}
.wrap-sitemap .sitemap > ul > li > ul > li > a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;

    display: block;

    padding: 5px 30px;

    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li > a
    {
        font-size: 14px;
        line-height: 30px;

        min-width: auto;
        padding: 0 10px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li > a:hover
{
    text-decoration: underline;

    color: #0971c4;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul
{
    padding: 0 20px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li > ul
    {
        padding: 0;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li
{
    display: block;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li > a
{
    line-height: 30px;

    display: block;

    padding: 0 10px;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li > ul > li > a
    {
        font-size: 13px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #0971c4;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li > ul > li a
{
    display: block;

    padding: 0 14px;

    color: #999;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #0971c4;
}
.wrap-nosearch .nosearch h3
{
    font-size: 20px;
    font-weight: 500;
}
.wrap-nosearch .nosearch p
{
    line-height: 22px;

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

    color: #666;
    border: 1px solid #faedd1;
    border-radius: 5px;
    background-color: #fcf8e3;
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 60px 0 0 0;
    padding: 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.pagination li.prev a,
.pagination li.next a
{
    border-radius: 50%;
}
.pagination li.prev a:before,
.pagination li.next a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    content: '\eb60';
}
.pagination li.next a:before
{
    content: '\e625';
}
.pagination li a
{
    font-size: 16px;
    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: #6e7275;
    border: none;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .pagination li a
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
        margin: 0 4px;
    }
}
.pagination li a span
{
    border-radius: 0;
}
.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-color: #0971c4;
    border-radius: 50%;
    background-color: #0971c4;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border-color: #0971c4;
    border-radius: 50%;
    background-color: #0971c4;
}
@media (max-width: 1199px)
{
    .skiptranslate iframe
    {
        display: none;
    }
    .google-translation .skiptranslate
    {
        display: inline-block;
    }
    body
    {
        top: 0 !important;
    }
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container
{
    display: none;
}
.map-content label
{
    line-height: 30px !important;

    max-width: 200px;
    padding: 0 10px !important;

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}
