.ff,
.banner .mobile-video:before
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'Helvetica';
    font-weight: bold;
    font-style: normal;

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

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

    color: #222;

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

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

    width: 54px;
    height: 54px;
    padding: 0;

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

    color: #9c9c9c;
    border: none;
    border: 3px solid #9c9c9c;
    border-radius: 50%;
    background: none;
}
@media (max-width: 1199px)
{
    .slick-arrow
    {
        line-height: 44px;

        width: 50px;
        height: 50px;
    }
}
@media (max-width: 767px)
{
    .slick-arrow
    {
        line-height: 36px;

        left: -15px;

        width: 40px;
        height: 40px;

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

    display: block;

    content: '\eb21';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow.slick-next
{
    right: -5%;
    left: auto;
}
@media (max-width: 767px)
{
    .slick-arrow.slick-next
    {
        right: -15px;
    }
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.slick-arrow:hover
{
    color: #0d6fb8;
    border-color: #0d6fb8;
}
.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 #0d6fb8;
    border-radius: 50%;
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: #0d6fb8;
}
.flexwrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header
{
    font-size: 0;

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

    width: 100%;
    height: 110px;

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

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

    height: 80px;
    margin-top: 15px;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 60px;
        margin-top: 5px;
    }
}
.header .logo img
{
    position: relative;
    z-index: 2;

    height: 100%;
}
.header .nav,
.header .search-part,
.header .language,
.header .code
{
    display: inline-block;

    vertical-align: middle;
}
.header .search-part,
.header .language,
.header .code
{
    font-size: 16px;

    margin-left: 20px;
}
.header .language
{
    line-height: 110px;
}
@media (max-width: 1199px)
{
    .header .language
    {
        line-height: 70px;
    }
}
.header .language p
{
    margin: 0;
}
.header .code
{
    line-height: 110px;
}
@media (max-width: 1199px)
{
    .header .code
    {
        line-height: 70px;
    }
}
@media (max-width: 767px)
{
    .header .code
    {
        display: none;
    }
}
.header .code p
{
    font-weight: bold;

    margin: 0;

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

    display: none;
    float: right;

    width: 28px;
    height: 28px;
    margin-left: 20px;
    padding: 0;

    cursor: pointer;

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

        margin-top: 18px;

        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-right: 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;
    }
}
@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: #0d6fb8;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;

        display: inline-block;

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

        display: block;

        padding: 0 36px;

        -webkit-transition: all .2s;
                transition: all .2s;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #0d6fb8;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #0d6fb8;
    }
    .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: 14px;
        line-height: 30px;

        display: block;

        padding: 0 24px;

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

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

        display: none;

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

        text-align: center;
        text-align: left;
        white-space: nowrap;

        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: 14px;
        line-height: 24px;

        display: block;

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

        color: #0d6fb8;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 26px;
    }
}
@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 .search-part
{
    position: relative;
}
.header .find
{
    font-size: 14px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 20px;

    display: inline-block;

    content: '\e660';
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .find:before
    {
        font-size: 16px;
    }
}
.header .find:hover
{
    color: #0d6fb8;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header .search-wrap
{
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 120%;
    right: 20%;

    display: none;

    width: 300px;
    padding: 10px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header .search-wrap
    {
        top: 120%;
    }
}
@media (max-width: 767px)
{
    .header .search-wrap
    {
        right: 0;
    }
}
.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: #0d6fb8;
}
.header .search-wrap .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e60e';
}
.stuck
{
    position: fixed;
}
.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 #0d6fb8;
    border-radius: 0;
    outline: none;
    background-color: #0d6fb8;
}
@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: 40%;
    right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    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: 54px;

    position: relative;

    display: block;

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

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

    border-radius: 50%;
    background-color: rgba(0, 0, 0, .72);
}
.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: #0d6fb8;
    }
    .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
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-whatsapp .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
{
    margin: 0;
    padding: 0 10px;

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

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

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

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

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

    content: '\e63b';
}
.online-wrap .icon-cart span
{
    font-size: 14px;
    line-height: 20px;

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

    width: 20px;
    height: 20px;

    color: #fff;
    border-radius: 50%;
    background-color: #0d6fb8;
}
.online-wrap .icon-arrow-top:before
{
    font-family: 'iconfont' !important;

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

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

    display: none;

    width: 100%;

    background-color: #0d6fb8;
    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 #07548d;
    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: 0;

    width: auto;
    width: 100%;
    padding: 0 8%;

    text-align: center;
}
.banner .swiper-pagination-bullet
{
    font-size: 0;

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

    opacity: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    outline: none;
    background: none;
}
.banner .swiper-pagination-bullet-active
{
    background-color: #fff;
}
.banner .slick-arrow
{
    font-size: 32px;
    line-height: 90px;

    width: 60px;
    height: 90px;

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

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

    display: block;

    width: 100%;

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

    width: 100%;
    height: 100%;

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

    display: block;

    padding-bottom: 37.29166667%;

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

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

    content: '';

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

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

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

    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.box
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.title
{
    text-align: center;
}
.title h3
{
    font-family: 'Helvetica', Arial, Helvetica, sans-serif;
    font-size: 14px;

    text-transform: uppercase;

    color: #0e1c29;
}
.title h3:before
{
    display: inline-block;

    width: 30px;
    height: 2px;
    margin-top: -4px;
    margin-right: 14px;

    content: '';
    vertical-align: middle;

    background-color: #0e1c29;
}
.title h2
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 1470px)
{
    .title h2
    {
        font-size: 34px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title p
{
    font-size: 16px;
    line-height: 24px;

    max-width: 1100px;
    margin: 0 auto;
    margin-top: 10px;

    color: #838587;
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 14px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
@media (min-width: 1470px)
{
    .box-category .category ul
    {
        margin: 0 -40px;
    }
    .box-category .category ul li
    {
        padding: 0 40px;
    }
}
.box-category .category .item
{
    position: relative;

    display: block;

    margin-top: 100px;

    border-radius: 30px;
    background-color: #e9f2f9;
}
@media (max-width: 767px)
{
    .box-category .category .item
    {
        margin-top: 60px;
    }
}
.box-category .category .item:before
{
    position: absolute;
    z-index: 2;
    top: -70px;
    right: 0;

    display: block;

    width: 150px;
    height: 340px;

    content: '';

    background: url(../images/catagory.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px)
{
    .box-category .category .item:before
    {
        top: -40px;

        width: 75px;
        height: 170px;
    }
}
.box-category .category .item .number
{
    font-family: 'Swis721 BlkCn BT', Arial, Helvetica, sans-serif;
    font-size: 48px;
    line-height: 1;

    position: absolute;
    z-index: 3;
    top: -10px;
    right: 20px;

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

    color: #5d92c7;
}
@media (max-width: 991px)
{
    .box-category .category .item .number
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .box-category .category .item .number
    {
        font-size: 30px;
    }
}
.box-category .category .item .pic
{
    position: relative;
    z-index: 4;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.box-category .category .item .note
{
    padding: 0 30px 30px 30px;
}
@media (max-width: 1470px)
{
    .box-category .category .item .note
    {
        padding: 0 14px 30px 14px;
    }
}
.box-category .category .item .note .icon
{
    width: 60px;
}
.box-category .category .item .note .icon img
{
    width: 100%;
}
.box-category .category .item .note h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
}
@media (max-width: 1470px)
{
    .box-category .category .item .note h3
    {
        margin-top: 14px;
    }
}
@media (max-width: 767px)
{
    .box-category .category .item .note h3
    {
        font-size: 18px;

        margin-top: 6px;
    }
}
.box-category .category .item .note p
{
    font-size: 15px;
    line-height: 22px;

    /* display: -webkit-box; */
    overflow: hidden;

    /* height: 44px; */
    margin: 0;

    color: #555;
/* 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
}
@media (max-width: 767px)
{
    .box-category .category .item .note p
    {
        font-size: 14px;
    }
}
.box-category .category .item:hover .number
{
    color: #fff;
}
.box-category .category .item:hover .pic
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.box-category .slick-dots
{
    width: 70%;
    margin: 0 auto;
    margin-top: 70px;
}
@media (max-width: 1470px)
{
    .box-category .slick-dots
    {
        width: 60%;
    }
}
@media (max-width: 991px)
{
    .box-category .slick-dots
    {
        margin-top: 40px;
    }
}
.box-category .slick-dots li
{
    height: 3px;
    margin: 0;

    border: none;
    border-radius: 0;
    background-color: #ccc;
}
.box-category .slick-dots li.slick-active
{
    background-color: #0d6fb8;
}
.box-category .slick-arrow
{
    top: auto;
    bottom: 0;
    left: 10%;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
@media (max-width: 767px)
{
    .box-category .slick-arrow
    {
        left: 5%;
    }
}
.box-category .slick-arrow.slick-next
{
    right: 10%;
    left: auto;
}
@media (max-width: 767px)
{
    .box-category .slick-arrow.slick-next
    {
        right: 5%;
    }
}
.box-fields,
.wrap-fields
{
    background-color: #f1f1f1;
}
.box-fields .fields,
.wrap-fields .fields
{
    margin-top: 40px;
}
.box-fields .fields .slick-fields,
.wrap-fields .fields .slick-fields,
.box-fields .fields > ul,
.wrap-fields .fields > ul
{
    margin: 0 -5px;
}
.box-fields .fields .slick-slide,
.wrap-fields .fields .slick-slide,
.box-fields .fields li,
.wrap-fields .fields li
{
    padding: 0 5px;
}
.box-fields .fields .slick-slide:nth-child(2n) .item,
.wrap-fields .fields .slick-slide:nth-child(2n) .item,
.box-fields .fields li:nth-child(2n) .item,
.wrap-fields .fields li:nth-child(2n) .item
{
    padding-top: 90px;
    padding-bottom: 0;
}
@media (max-width: 767px)
{
    .box-fields .fields .slick-slide:nth-child(2n) .item,
    .wrap-fields .fields .slick-slide:nth-child(2n) .item,
    .box-fields .fields li:nth-child(2n) .item,
    .wrap-fields .fields li:nth-child(2n) .item
    {
        padding-top: 46px;
    }
}
.box-fields .fields .slick-slide:nth-child(2n) .item .note,
.wrap-fields .fields .slick-slide:nth-child(2n) .item .note,
.box-fields .fields li:nth-child(2n) .item .note,
.wrap-fields .fields li:nth-child(2n) .item .note
{
    top: 0;
    bottom: auto;
}
@media (min-width: 1200px)
{
    .box-fields .fields .slick-slide:nth-child(2n) .item:hover .note,
    .wrap-fields .fields .slick-slide:nth-child(2n) .item:hover .note,
    .box-fields .fields li:nth-child(2n) .item:hover .note,
    .wrap-fields .fields li:nth-child(2n) .item:hover .note
    {
        top: 44px;
    }
}
.box-fields .fields .item,
.wrap-fields .fields .item
{
    position: relative;

    display: block;

    padding-bottom: 90px;

    text-align: center;
}
@media (max-width: 767px)
{
    .box-fields .fields .item,
    .wrap-fields .fields .item
    {
        padding-bottom: 46px;
    }
}
.box-fields .fields .item .img-box,
.wrap-fields .fields .item .img-box
{
    padding-bottom: 165.71428571%;
}
.box-fields .fields .item .img-box:before,
.wrap-fields .fields .item .img-box:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    opacity: 0;
    border: 5px solid #0d6fb8;
}
.box-fields .fields .item .note,
.wrap-fields .fields .item .note
{
    position: absolute;
    bottom: 0;

    width: 100%;
    padding: 15px 0;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 767px)
{
    .box-fields .fields .item .note,
    .wrap-fields .fields .item .note
    {
        padding: 5px 0;
    }
}
.box-fields .fields .item .note h3,
.wrap-fields .fields .item .note h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;

    margin: 0;
}
@media (max-width: 767px)
{
    .box-fields .fields .item .note h3,
    .wrap-fields .fields .item .note h3
    {
        font-size: 16px;
        line-height: 24px;
    }
}
.box-fields .fields .item .note h3:before,
.wrap-fields .fields .item .note h3:before
{
    display: block;

    width: 26px;
    height: 4px;
    margin: 0 auto;
    margin-bottom: 10px;

    content: '';

    background-color: #dbdbdb;
}
@media (max-width: 767px)
{
    .box-fields .fields .item .note h3:before,
    .wrap-fields .fields .item .note h3:before
    {
        margin: 0 auto;
        margin-bottom: 4px;
    }
}
@media (min-width: 1200px)
{
    .box-fields .fields .item:hover .img-box:before,
    .wrap-fields .fields .item:hover .img-box:before
    {
        opacity: 1;
    }
    .box-fields .fields .item:hover .note,
    .wrap-fields .fields .item:hover .note
    {
        bottom: 44px;

        padding: 0;

        color: #fff;
        background-color: #0d6fb8;
    }
    .box-fields .fields .item:hover .note h3,
    .wrap-fields .fields .item:hover .note h3
    {
        line-height: 46px;
    }
    .box-fields .fields .item:hover .note h3:before,
    .wrap-fields .fields .item:hover .note h3:before
    {
        display: none;
    }
}
.wrap-fields
{
    background: none;
}
@media (max-width: 767px)
{
    .wrap-fields .fields
    {
        margin: 0;
    }
}
.wrap-fields .fields .item
{
    margin-top: 50px;
}
.box-video
{
    position: relative;

    padding: 0;
}
.box-video img
{
    width: 100%;
}
@media (max-width: 767px)
{
    .box-video img
    {
        width: 160%;
        margin-left: -30%;
    }
}
.box-video .video-txt
{
    position: absolute;
    top: 50%;

    width: 100%;

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

    color: #fff;
}
.box-video .video-txt h3
{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;

    display: inline-block;

    margin: 0;
    padding: 20px 150px;

    border: 1px solid rgba(255, 255, 255, .54);
    background-color: rgba(255, 255, 255, .2);
}
@media (max-width: 1470px)
{
    .box-video .video-txt h3
    {
        font-size: 50px;

        padding: 20px 120px;
    }
}
@media (max-width: 1199px)
{
    .box-video .video-txt h3
    {
        font-size: 40px;

        padding: 20px 100px;
    }
}
@media (max-width: 991px)
{
    .box-video .video-txt h3
    {
        font-size: 30px;

        padding: 10px 60px;
    }
}
@media (max-width: 767px)
{
    .box-video .video-txt h3
    {
        font-size: 24px;
    }
}
.box-video .play
{
    z-index: 2;

    display: block;

    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-top: 40px;

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

    background: url(../images/play.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .box-video .play
    {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 767px)
{
    .box-video .play
    {
        width: 80px;
        height: 80px;
        margin-top: 10px;
    }
}
.box-video .play:hover
{
    opacity: .8;
}
.box-about .about
{
    font-size: 0;
}
.box-about .about .pic,
.box-about .about .text
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .box-about .about .pic,
    .box-about .about .text
    {
        width: 100%;
    }
}
.box-about .about .pic
{
    position: relative;

    padding-right: 5%;
    padding-left: 40px;
}
@media (max-width: 767px)
{
    .box-about .about .pic
    {
        padding-right: 0;
        padding-left: 20px;
    }
}
.box-about .about .pic:before
{
    position: absolute;
    top: 20%;
    left: 0;

    display: block;

    width: 40px;
    height: 60%;

    content: '';

    background-color: #0d6fb8;
}
@media (max-width: 767px)
{
    .box-about .about .pic:before
    {
        width: 20px;
    }
}
.box-about .about .pic img
{
    max-width: 100%;
}
.box-about .about .text .title
{
    text-align: left;
}
.box-about .about .text .title h3
{
    color: #0d6fb8;
}
.box-about .about .text .title h3:before
{
    background-color: #0d6fb8;
}
.box-about .about .text .note
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 150px;
    margin-top: 30px;

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

    color: #666;
}
@media (max-width: 767px)
{
    .box-about .about .text .note p
    {
        line-height: 24px;
    }
}
.box-about .about .text .more
{
    margin-top: 70px;
}
@media (max-width: 1470px)
{
    .box-about .about .text .more
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .box-about .about .text .more
    {
        margin-top: 20px;
    }
}
.box-about .about .text .more a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.box-about .about .text .more a:hover
{
    color: #0d6fb8;
}
.box-news
{
    background: url(../images/news_bg.jpg) no-repeat bottom center;
    background-size: cover;
}
.box-news .title
{
    position: relative;

    padding-right: 150px;

    text-align: left;
}
.box-news .title .more
{
    position: absolute;
    top: 50%;
    right: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.box-news .title .more a
{
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;

    display: inline-block;

    width: 150px;

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

    color: #fff;
    background-color: #0d6fb8;
}
.box-news .title .more a:hover
{
    background-color: #07548d;
}
.box-news .news
{
    margin-top: 30px;
}
.box-news .news .slick-news
{
    margin: 0 -15px;
}
.box-news .news .slick-slide
{
    padding: 15px;
}
.box-news .news .item
{
    position: relative;

    overflow: hidden;

    padding: 30px;

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

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .box-news .news .item
    {
        padding: 20px;
    }
}
.box-news .news .item .pic
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

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

    opacity: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.box-news .news .item .note
{
    position: relative;
    z-index: 2;
}
.box-news .news .item .note .date
{
    line-height: 36px;

    display: inline-block;

    padding: 0 30px;

    color: #fff;
    background-color: #0d6fb8;
}
.box-news .news .item h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 56px;
    margin: 20px 0 0 0;

    color: #0e1c29;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .box-news .news .item h3
    {
        font-size: 16px;

        display: -webkit-box;
        overflow: hidden;

        height: 28px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}
.box-news .news .item p
{
    font-size: 15px;
    line-height: 22px;

    display: -webkit-box;
    overflow: hidden;

    height: 88px;
    margin: 20px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 767px)
{
    .box-news .news .item p
    {
        font-size: 14px;
    }
}
.box-news .news .item .more
{
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;

    display: block;

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

    color: #0e1c29;
    border-top: 1px solid #dbdbdb;
}
.box-news .news .item:hover
{
    background-color: #000;
}
.box-news .news .item:hover .pic
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .53;
}
.box-news .news .item:hover .note .date
{
    color: #0d6fb8;
    background-color: #fff;
}
.box-news .news .item:hover .note h3,
.box-news .news .item:hover .note p,
.box-news .news .item:hover .note .more
{
    color: #fff;
}
.footer
{
    position: relative;

    overflow: hidden;

    color: #999;
    background-color: #222;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 55px;
    }
}
.footer .foot
{
    padding: 50px 0;
}
@media (max-width: 767px)
{
    .footer .foot
    {
        padding: 30px 0;
    }
}
.footer .foot > ul
{
    font-size: 0;
}
@media (min-width: 992px)
{
    .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
{
    font-size: 14px;

    display: inline-block;

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

        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }
}
.footer .foot .item .title-foot
{
    position: relative;
}
.footer .foot .item .title-foot h3
{
    font-size: 20px;
    line-height: 30px;

    margin: 0;

    color: #fff;
}
.footer .foot .item .info-down
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .footer .foot .item .info-down
    {
        margin-top: 10px;
    }
}
.footer .foot .item-1
{
    text-align: center;
}
@media (max-width: 1199px)
{
    .footer .foot .item-1
    {
        text-align: left;
    }
}
.footer .foot .item-1 img
{
    max-width: 120px;
}
.footer .foot .item-1 p
{
    font-size: 15px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #999;
}
@media (max-width: 767px)
{
    .footer .foot .item-1 p
    {
        font-size: 14px;
    }
}
.footer .foot .item-2
{
    max-width: 330px;
}
.footer .foot .item-2 p
{
    font-size: 16px;
    line-height: 24px;

    position: relative;

    margin-bottom: 14px;
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .footer .foot .item-2 p
    {
        font-size: 14px;
    }
}
.footer .foot .item-2 p .icon
{
    font-size: 20px;

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

    width: 30px;

    color: #838383;
}
.footer .foot .item-2 p img
{
    display: block;

    width: 78px;
    margin-top: 6px;
}
.footer .foot .item-2 p a:hover
{
    color: #fff;
}
.footer .foot .item-3 .info-down a
{
    font-size: 15px;
    line-height: 24px;

    display: block;

    padding: 5px 0;
}
@media (max-width: 991px)
{
    .footer .foot .item-3 .info-down a
    {
        display: inline-block;

        margin-right: 14px;

        vertical-align: top;
    }
}
@media (max-width: 767px)
{
    .footer .foot .item-3 .info-down a
    {
        font-size: 14px;

        padding: 0;
    }
}
.footer .foot .item-3 .info-down a:hover
{
    color: #fff;
}
.footer .copyright
{
    padding: 15px 0;

    text-align: center;

    background-color: #161616;
}
.footer .copyright p
{
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    margin: 0;

    color: #777;
}
@media (max-width: 1470px)
{
    .footer .copyright p
    {
        font-size: 13px;
        line-height: 24px;

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

    color: #0d6fb8;
}
.footer .copyright .sitemap
{
    color: #fff;
}
.footer .copyright p,
.footer .copyright a
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .footer .copyright .translate,
    .footer .copyright .share
    {
        display: inline-block;

        margin: 10px;

        vertical-align: middle;
    }
}
.footer .copyright .share ul li
{
    display: inline-block;

    vertical-align: middle;
}
.footer .copyright .share ul li a
{
    font-size: 22px;
    line-height: 38px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 38px;
    height: 38px;

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

    color: #fff;
    border-radius: 50%;
}
@media (max-width: 1470px)
{
    .footer .copyright .share ul li a
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.footer .copyright .share ul li a:before
{
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\eec0';
    text-align: center;
    vertical-align: top;
}
.footer .copyright .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 .copyright .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 .copyright .share ul li.twitter a:before
{
    content: '\e60b';
}
.footer .copyright .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.footer .copyright .share ul li.instagram a:before
{
    content: '\e6b6';
}
.footer .copyright .share ul li.youtube a:before
{
    content: '\e618';
}
.footer .copyright .share ul li.google a:before
{
    content: '\e645';
}
.footer .copyright .share ul li.amazon a:before
{
    content: '\e6c1';
}
.footer .copyright .share ul li:hover a
{
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
}
.inquire-sheet-box
{
    position: absolute;
    z-index: 9;
    top: 0;
    right: 50px;

    display: none;
    overflow: hidden;

    width: 340px;

    border-radius: 10px;
    background-color: #222;
}
@media (max-width: 1350px)
{
    .inquire-sheet-box
    {
        top: -50px;

        width: 400px;
    }
}
@media (max-width: 1199px)
{
    .inquire-sheet-box
    {
        display: none !important;
    }
}
.inquire-sheet-box .j-title
{
    position: relative;

    overflow: hidden;

    padding: 0 20px;

    background-color: #0d6fb8;
}
.inquire-sheet-box .j-title h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;

    display: inline-block;

    margin: 0;

    color: #fff;
}
.inquire-sheet-box .j-title .inquire-close
{
    line-height: 60px;

    display: inline-block;
    float: right;

    cursor: pointer;

    color: #fff;
}
@media (max-width: 1350px)
{
    .inquire-sheet-box .j-title .inquire-close
    {
        line-height: 40px;
    }
}
.inquire-sheet-box .j-title .inquire-close:after
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e61b';
}
.inquire-sheet-box .J-shoping-close
{
    display: inline-block;

    width: 30px;

    cursor: pointer;
    vertical-align: middle;
}
.inquire-sheet-box .J-shoping-close::after
{
    font-family: 'iconfont';
    font-size: 18px;
    line-height: 68px;

    content: '\e632';
}
.inquire-sheet-box .J-shoping-close:hover
{
    color: #b10c12;
}
.inquire-sheet-box .J-inquiry
{
    color: #fff;
    background-color: #0d6fb8;
}
.inquire-sheet-box .J-inquiry a
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    padding: 20px 10px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
}
@media (max-width: 1350px)
{
    .inquire-sheet-box .J-inquiry a
    {
        padding: 15px 10px;
    }
}
.inquire-sheet-box .J-inquiry a:after
{
    font-family: 'iconfont' !important;

    margin-left: 10px;

    content: '\e826';
}
.inquire-sheet-box .J-shoping-body
{
    overflow-y: auto;

    max-height: 360px;
}
.inquire-sheet-box .list
{
    overflow: hidden;

    padding: 20px 20px;

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

    color: #fff;
    border-bottom: 1px dashed #999;
}
.inquire-sheet-box .list .pic
{
    display: inline-block;
    overflow: hidden;

    width: 100px;

    vertical-align: middle;

    border: 1px solid #e5e5e5;
}
.inquire-sheet-box .list .pic .img-box
{
    padding-bottom: 120.77922078%;
}
.inquire-sheet-box .list p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;

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

    width: -webkit-calc(100% - 140px);
    width:         calc(100% - 140px);
    max-height: 48px;
    margin: 0;
    padding: 0 5%;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.inquire-sheet-box .list:hover
{
    background-color: #414141;
}
.inquire-sheet-box .J-shoping-body::-webkit-scrollbar
{
    position: absolute;
    right: 0;

    width: 8px;
}
.inquire-sheet-box .J-shoping-body::-webkit-scrollbar-track
{
    background-color: #dcdcdc;
}
.inquire-sheet-box .J-shoping-body::-webkit-scrollbar-thumb
{
    background-color: #0d6fb8;
}
.fixed-cart
{
    line-height: 30px;

    position: fixed;
    z-index: 8;
    top: -webkit-calc(40% - 50px);
    top:         calc(40% - 50px);
    right: 0;

    display: block;
}
@media (max-width: 991px)
{
    .fixed-cart
    {
        top: 40%;
    }
}
.fixed-cart a.cart-icon
{
    font-size: 14px;
    line-height: 44px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    padding: 2px;

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

    color: #fff;
    background-color: rgba(120, 120, 120, .8);
}
@media (max-width: 991px)
{
    .fixed-cart a.cart-icon
    {
        line-height: 34px;

        width: 40px;
        height: 40px;
    }
}
.fixed-cart a.cart-icon span
{
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    top: -8px;
    right: 0;

    display: inline-block;

    width: 20px;
    height: 20px;

    vertical-align: top;

    color: #fff;
    border-radius: 50%;
    background-color: #333;
}
.fixed-cart a.cart-icon::before
{
    font-family: 'iconfont';
    font-size: 22px;
    font-weight: normal;

    display: block;

    content: '\e603';

    border: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .fixed-cart a.cart-icon::before
    {
        font-size: 20px;
    }
}
.fixed-cart a.cart-icon:hover
{
    background-color: #0d6fb8;
}
.u-flyer
{
    position: fixed;
    z-index: 9999;

    display: block;

    width: 40px;
    height: 40px;

    color: #0d6fb8;
    border-radius: 50px;
}
.wrap
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 40px 0;
    }
}
.title-in
{
    text-align: center;
}
.title-in h2
{
    font-size: 32px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.wrap-location
{
    border-bottom: 1px solid #e7e7e7;
}
.wrap-location .location
{
    padding-bottom: 6px;
}
.wrap-location .location > ul:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    content: '\e6c8';
    vertical-align: middle;

    color: #999;
}
.wrap-location .location > ul > li
{
    display: inline-block;

    vertical-align: top;

    color: #999;
}
.wrap-location .location > ul > li:after
{
    display: inline-block;

    content: '>';
    vertical-align: middle;
}
.wrap-location .location > ul > li:last-child:after
{
    display: none;
}
.wrap-location .location > ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;
}
@media (max-width: 767px)
{
    .wrap-location .location > ul > li > a
    {
        font-size: 14px;
    }
}
.wrap-fsidenav
{
    padding: 10px 0;

    text-align: center;

    background-color: #edf0f3;
}
.wrap-fsidenav .fsidenav > ul
{
    font-size: 0;

    margin: 0 -50px;
}
@media (max-width: 1470px)
{
    .wrap-fsidenav .fsidenav > ul
    {
        margin: 0 -30px;
    }
}
@media (max-width: 767px)
{
    .wrap-fsidenav .fsidenav > ul
    {
        margin: 0 -10px;
    }
}
.wrap-fsidenav .fsidenav > ul > li
{
    position: relative;

    display: inline-block;

    padding: 0 50px;

    vertical-align: top;
}
@media (max-width: 1470px)
{
    .wrap-fsidenav .fsidenav > ul > li
    {
        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-fsidenav .fsidenav > ul > li
    {
        padding: 0 10px;
    }
}
.wrap-fsidenav .fsidenav > ul > li:after
{
    font-size: 14px;
    line-height: 20px;

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

    display: inline-block;

    content: '|';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    vertical-align: middle;

    color: #a2a2a2;
}
.wrap-fsidenav .fsidenav > ul > li:last-child:after
{
    display: none;
}
.wrap-fsidenav .fsidenav > ul > li > a
{
    font-size: 20px;
    line-height: 30px;

    display: inline-block;

    padding: 10px 60px;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;
}
@media (max-width: 1470px)
{
    .wrap-fsidenav .fsidenav > ul > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px)
{
    .wrap-fsidenav .fsidenav > ul > li > a
    {
        font-size: 16px;

        padding: 10px 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-fsidenav .fsidenav > ul > li > a
    {
        line-height: 24px;

        padding: 10px 20px;
    }
}
.wrap-fsidenav .fsidenav > ul > li.active > a,
.wrap-fsidenav .fsidenav > ul > li:hover > a
{
    color: #fff;
    background-color: #0d6fb8;
}
.wrap-title
{
    margin-top: 50px;
    padding-left: 20%;
}
@media (max-width: 1199px)
{
    .wrap-title
    {
        padding-left: 10%;
    }
}
@media (max-width: 991px)
{
    .wrap-title
    {
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-title h3
{
    font-size: 34px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;

    color: #0d6fb8;
}
@media (max-width: 1199px)
{
    .wrap-title h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-title h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-title h3
    {
        font-size: 20px;
    }
}
.wrap-title .note
{
    margin-top: 20px;
    padding-bottom: 50px;

    border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 991px)
{
    .wrap-title .note
    {
        padding-bottom: 30px;
    }
}
.wrap-title .note p
{
    font-size: 18px;
    line-height: 30px;

    margin: 0;

    color: #616161;
}
@media (max-width: 991px)
{
    .wrap-title .note p
    {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-title .note p
    {
        font-size: 14px;
    }
}
.wrap-sidenav .sidenav
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav
    {
        margin-top: 20px;
    }
}
.wrap-sidenav .sidenav .slevel-1 > li
{
    margin-top: 10px;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav .slevel-1 > li
    {
        display: inline-block;

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

    position: relative;

    display: block;

    padding: 15px 40px;

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

    background-color: #f1f1f1;
}
@media (max-width: 1470px)
{
    .wrap-sidenav .sidenav .slevel-1 > li > a
    {
        padding-right: 40px;
    }
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav .slevel-1 > li > a
    {
        font-size: 16px;

        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav .slevel-1 > li > a
    {
        font-size: 15px;
    }
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a
{
    color: #fff;
    background-color: #0d6fb8;
}
.wrap-sidenav .sidenav .slevel-2
{
    display: none;

    padding: 10px 0;
}
@media (max-width: 1350px)
{
    .wrap-sidenav .sidenav .slevel-2
    {
        padding: 10px;
    }
}
.wrap-sidenav .sidenav .slevel-2 > li > a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;

    display: block;

    padding: 10px 40px;
}
@media (max-width: 1350px)
{
    .wrap-sidenav .sidenav .slevel-2 > li > a
    {
        font-size: 14px;
    }
}
.wrap-sidenav .sidenav .slevel-2 > li.active > a,
.wrap-sidenav .sidenav .slevel-2 > li:hover > a
{
    color: #0d6fb8;
}
.xs-product-nav
{
    overflow: hidden;
}
.xs-product-nav > ul
{
    margin: 0 -10px;
}
.xs-product-nav > ul > li
{
    display: inline-block;

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

    padding: 0 10px;
}
.xs-product-nav > ul > li > a:before
{
    margin-right: 4px;

    content: '-';
}
.xs-product-nav > ul > li.active > a
{
    color: #0d6fb8;
}
.wrap-about .text
{
    margin-top: 20px;
}
.wrap-about .text p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-about .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-about .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-honor .honor .item
{
    display: block;

    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-honor .honor .item
    {
        margin-top: 20px;
    }
}
.wrap-honor .honor .item .pic
{
    padding: 20px;

    border: 1px solid #dbdbdb;
}
@media (max-width: 1199px)
{
    .wrap-honor .honor .item .pic
    {
        padding: 10px;
    }
}
.wrap-honor .honor .item .pic .img-box
{
    padding-bottom: 145%;
}
.wrap-honor .honor .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .honor .item h3
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin-bottom: 0;

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

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

        margin-top: 10px;
    }
}
.wrap-honor .honor .item-other .pic .img-box
{
    padding-bottom: 70.73170732%;
}
.wrap-honor .honor .item:hover .pic
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-honor .honor .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-honor .honor .item:hover h3
{
    color: #0d6fb8;
}
.wrap-development .development
{
    position: relative;
}
.wrap-development .development:before
{
    position: absolute;
    top: -25%;
    left: 90px;

    display: block;

    width: 1px;
    height: 150%;

    content: '';

    background-color: #0d6fb8;
}
@media (max-width: 991px)
{
    .wrap-development .development:before
    {
        display: none;
    }
}
.wrap-development .development-sort > ul
{
    margin-top: -80px;
}
@media (max-width: 991px)
{
    .wrap-development .development-sort > ul
    {
        margin: 0 -8px;
        margin-top: -20px;
    }
}
.wrap-development .development-sort > ul > li
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-development .development-sort > ul > li
    {
        display: inline-block;

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

        vertical-align: top;
    }
}
.wrap-development .development-sort > ul > li:before
{
    display: inline-block;

    width: 30px;
    height: 30px;

    content: '';
    vertical-align: middle;

    background: url(../images/dot.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-development .development-sort > ul > li:before
    {
        display: none;
    }
}
.wrap-development .development-sort > ul > li.active:before
{
    background-image: url(../images/dotactive.png);
}
.wrap-development .development-sort > ul > li.active .item .date i
{
    color: #fff;
    background-color: #0d6fb8;
}
.wrap-development .development-sort .item
{
    display: inline-block;

    cursor: pointer;
    vertical-align: middle;
}
.wrap-development .development-sort .item:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background-color: #0d6fb8;
}
@media (max-width: 991px)
{
    .wrap-development .development-sort .item:before
    {
        display: none;
    }
}
.wrap-development .development-sort .item .date
{
    display: inline-block;

    width: 88px;
    height: 88px;
    padding: 5px;

    vertical-align: middle;

    border: 1px solid #0d6fb8;
    border-radius: 50%;
    background-color: #f6f6f6;
}
@media (max-width: 991px)
{
    .wrap-development .development-sort .item .date
    {
        width: 70px;
        height: 70px;
    }
}
.wrap-development .development-sort .item .date i
{
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    line-height: 82px;

    display: block;

    width: 100%;
    height: 100%;

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

    color: #0d6fb8;
    border-radius: 50%;
    background-color: #dbe9f1;
}
@media (max-width: 991px)
{
    .wrap-development .development-sort .item .date i
    {
        font-size: 20px;
        line-height: 60px;
    }
}
@media (max-width: 767px)
{
    .wrap-development .development-sort .item .date i
    {
        font-size: 18px;
    }
}
.wrap-development .development-list
{
    margin-top: -50px;
}
@media (max-width: 991px)
{
    .wrap-development .development-list
    {
        margin: 0;
    }
}
.wrap-development .development-list > ul
{
    font-size: 0;
}
.wrap-development .development-list > ul > li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;
}
.wrap-development .development-list .item
{
    margin-top: 50px;

    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (max-width: 991px)
{
    .wrap-development .development-list .item
    {
        margin-top: 30px;
    }
}
.wrap-development .development-list .item .img-box
{
    padding-bottom: 60.60606061%;
}
.wrap-development .development-list .item h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin-bottom: 6px;
}
@media (max-width: 1199px)
{
    .wrap-development .development-list .item h3
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .wrap-development .development-list .item h3
    {
        margin-top: 10px;
    }
}
.wrap-development .development-list .item h3:before
{
    display: inline-block;

    width: 4px;
    height: 13px;
    margin-top: -2px;
    margin-right: 6px;

    content: '';
    vertical-align: middle;

    background-color: #0d6fb8;
}
.wrap-development .development-list .item p
{
    font-size: 16px;
    line-height: 26px;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .wrap-development .development-list .item p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-development .development-list .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.wrap-news .news-sort
{
    margin-top: 30px;

    text-align: center;
}
.wrap-news .news-sort > ul
{
    margin: 0 -40px;
}
@media (max-width: 1199px)
{
    .wrap-news .news-sort > ul
    {
        margin: 0 -10px;
    }
}
.wrap-news .news-sort > ul > li
{
    display: inline-block;

    padding: 0 40px;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .wrap-news .news-sort > ul > li
    {
        padding: 0 10px;
    }
}
.wrap-news .news-sort > ul > li > a
{
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;

    display: block;

    padding: 0 110px;

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

    background-color: #f1f1f1;
}
@media (max-width: 1199px)
{
    .wrap-news .news-sort > ul > li > a
    {
        padding: 0 80px;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news-sort > ul > li > a
    {
        font-size: 20px;

        padding: 0 40px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news-sort > ul > li > a
    {
        font-size: 16px;
    }
}
.wrap-news .news-sort > ul > li.active > a,
.wrap-news .news-sort > ul > li:hover > a
{
    color: #fff;
    background-color: #0d6fb8;
}
.wrap-news .news
{
    margin-top: 10px;
}
.wrap-news .news .item
{
    font-size: 0;

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

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

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .wrap-news .news .item
    {
        padding: 10px;
    }
}
.wrap-news .news .item .pic,
.wrap-news .news .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-news .news .item .pic
{
    width: 290px;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 91.11111111%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .note
{
    width: -webkit-calc(100% - 290px);
    width:         calc(100% - 290px);
    padding: 0 40px;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .note
    {
        padding: 0 0 0 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note
    {
        width: 100%;
        padding: 20px 0 0 0;
    }
}
.wrap-news .news .item .note .date
{
    line-height: 36px;

    display: inline-block;

    padding: 0 30px;

    color: #fff;
    background-color: #0d6fb8;
}
.wrap-news .news .item .note h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 28px;
    margin: 20px 0 0 0;

    color: #0e1c29;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note h3
    {
        font-size: 16px;

        display: -webkit-box;
        overflow: hidden;

        height: 28px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}
.wrap-news .news .item .note p
{
    font-size: 15px;
    line-height: 22px;

    display: -webkit-box;
    overflow: hidden;

    height: 44px;
    margin: 10px 0 0 0;

    color: #666;

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

    display: block;

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

    color: #0e1c29;
    border-top: 1px solid #dbdbdb;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note .more
    {
        margin-top: 14px;
        padding-top: 10px;
    }
}
.wrap-news .news .item:hover
{
    color: #fff;
    background-color: #0d6fb8;
}
.wrap-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item:hover .note .date
{
    color: #0d6fb8;
    background-color: #fff;
}
.wrap-news .news .item:hover .note h3,
.wrap-news .news .item:hover .note p,
.wrap-news .news .item:hover .note .more
{
    color: #fff;
}
.wrap-details .details .text
{
    margin-top: 30px;
}
.wrap-details .details .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-details .details .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-details .details .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-details .title-details
{
    position: relative;

    padding-right: 250px;
    padding-bottom: 20px;

    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 1199px)
{
    .wrap-details .title-details
    {
        padding-right: 0;
    }
}
.wrap-details .title-details h1
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;

    position: relative;

    padding-left: 20px;
}
@media (max-width: 991px)
{
    .wrap-details .title-details h1
    {
        font-size: 20px;
    }
}
.wrap-details .title-details h1:before
{
    position: absolute;
    top: 6px;
    left: 0;

    display: block;

    width: 4px;
    height: 26px;

    content: '';

    background-color: #0d6fb8;
}
.wrap-details .title-details .date
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    margin-top: 20px;
    margin-left: 20px;

    color: #0d6fb8;
}
.wrap-details .title-details .date:before
{
    font-family: 'iconfont' !important;

    float: left;

    margin-right: 10px;

    content: '\e63a';

    color: #0d6fb8;
}
.wrap-details .title-details .share
{
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 1199px)
{
    .wrap-details .title-details .share
    {
        position: relative;
        right: auto;

        margin-top: 20px;
        margin-left: 20px;
    }
}
.wrap-details .title-details .share p,
.wrap-details .title-details .share .addthis_inline_share_toolbox
{
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.wrap-details .title-details .share p
{
    font-size: 16px;

    color: #666;
}
.wrap-details .prev-next
{
    margin-top: 30px;
    padding-top: 30px;

    border-top: 1px solid #dcdcdc;
}
@media (max-width: 767px)
{
    .wrap-details .prev-next
    {
        padding-top: 20px;
    }
}
.wrap-details .prev-next a
{
    font-size: 18px;
    line-height: 30px;

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

    height: 30px;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-details .prev-next a
    {
        font-size: 16px;
    }
}
.wrap-details .prev-next a:hover
{
    color: #0d6fb8;
}
.wrap-next-list
{
    background-color: #eee;
}
.wrap-next-list .title-next-list h3
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
.wrap-next-list .news-list
{
    max-width: 1080px;
    margin-top: 20px;
}
.wrap-next-list .news-list h4
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-decoration: underline;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-next-list .news-list h4
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-next-list .news-list h4
    {
        font-size: 16px;
    }
}
.wrap-next-list .news-list p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wrap-next-list .news-list:hover h4
{
    color: #0d6fb8;
}
@media (max-width: 1199px)
{
    .wrap-product
    {
        padding-top: 20px;
    }
}
.wrap-product .product
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-product .product .pro-table
    {
        overflow-x: auto;

        width: 100%;

        -webkit-overflow-scrolling: touch;
    }
}
.wrap-product .product .pro-top,
.wrap-product .product .pro-cat,
.wrap-product .product .pro-item .item
{
    font-size: 0;

    margin: 0 -10px;

    white-space: nowrap;
}
@media (max-width: 767px)
{
    .wrap-product .product .pro-top,
    .wrap-product .product .pro-cat,
    .wrap-product .product .pro-item .item
    {
        margin: 0 -4px;
    }
}
.wrap-product .product .pro-top > li,
.wrap-product .product .pro-cat > li,
.wrap-product .product .pro-item .item > li,
.wrap-product .product .pro-top > p,
.wrap-product .product .pro-cat > p,
.wrap-product .product .pro-item .item > p
{
    font-size: 14px;

    display: inline-block;

    width: 10%;
    padding: 0 10px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-product .product .pro-top > li,
    .wrap-product .product .pro-cat > li,
    .wrap-product .product .pro-item .item > li,
    .wrap-product .product .pro-top > p,
    .wrap-product .product .pro-cat > p,
    .wrap-product .product .pro-item .item > p
    {
        width: 70px;
        padding: 0 4px;
    }
}
.wrap-product .product .pro-top > li:nth-child(1),
.wrap-product .product .pro-cat > li:nth-child(1),
.wrap-product .product .pro-item .item > li:nth-child(1),
.wrap-product .product .pro-top > p:nth-child(1),
.wrap-product .product .pro-cat > p:nth-child(1),
.wrap-product .product .pro-item .item > p:nth-child(1),
.wrap-product .product .pro-top > li:nth-child(2),
.wrap-product .product .pro-cat > li:nth-child(2),
.wrap-product .product .pro-item .item > li:nth-child(2),
.wrap-product .product .pro-top > p:nth-child(2),
.wrap-product .product .pro-cat > p:nth-child(2),
.wrap-product .product .pro-item .item > p:nth-child(2)
{
    width: 20%;
}
@media (max-width: 767px)
{
    .wrap-product .product .pro-top > li:nth-child(1),
    .wrap-product .product .pro-cat > li:nth-child(1),
    .wrap-product .product .pro-item .item > li:nth-child(1),
    .wrap-product .product .pro-top > p:nth-child(1),
    .wrap-product .product .pro-cat > p:nth-child(1),
    .wrap-product .product .pro-item .item > p:nth-child(1),
    .wrap-product .product .pro-top > li:nth-child(2),
    .wrap-product .product .pro-cat > li:nth-child(2),
    .wrap-product .product .pro-item .item > li:nth-child(2),
    .wrap-product .product .pro-top > p:nth-child(2),
    .wrap-product .product .pro-cat > p:nth-child(2),
    .wrap-product .product .pro-item .item > p:nth-child(2)
    {
        width: 120px;
    }
}
.wrap-product .product .pro-top p
{
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
	white-space: normal;
    text-transform: uppercase;
    word-break: break-word;
}
@media (max-width: 1470px)
{
    .wrap-product .product .pro-top p
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .pro-top p
    {
        font-size: 12px;
        line-height: 18px;
    }
}
.wrap-product .product .pro-cat > li
{
    margin-top: 10px;

    vertical-align: bottom;
}
.wrap-product .product .pro-cat select
{
    font-size: 14px;

    width: 100%;
    height: 110px;

    outline: none;
}
@media (max-width: 767px)
{
    .wrap-product .product .pro-cat select
    {
        font-size: 12px;

        height: 30px;
    }
}
.wrap-product .product .pro-cat p
{
    line-height: 24px;

    margin: 14px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-product .product .pro-cat p
    {
        text-align: left;
    }
}
.wrap-product .product .pro-cat p:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    width: 20px;
    margin-right: 4px;

    content: '\e67a';
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);

    color: #0d6fb8;
}
@media (max-width: 991px)
{
    .wrap-product .product .pro-cat p:before
    {
        display: block;

        margin: 0;
    }
}
.wrap-product .product .pro-cat p:hover
{
    color: #0d6fb8;
}
.wrap-product .product .pro-item > li
{
    margin-top: 10px;
}
.wrap-product .product .pro-item .item
{
    display: block;
}
.wrap-product .product .pro-item .item p
{
    line-height: 24px;

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

    border-bottom: 1px solid #e7e7e7;
}
@media (max-width: 767px)
{
    .wrap-product .product .pro-item .item p
    {
        font-size: 12px;
    }
}
.wrap-product .product .pro-item .item .icon
{
    font-size: 20px;
}
@media (max-width: 767px)
{
    .wrap-product .product .pro-item .item .icon
    {
        font-size: 16px;
    }
}
.wrap-product .product .pro-item .item .icon:before{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/img/pdf.png) no-repeat  center;
	-webkit-background-size: cover;
	background-size: cover;
}
.wrap-product .product .pro-item .item:hover p
{
    color: #0d6fb8;
}
.wrap-download .download
{
    margin-top: 30px;
}
.wrap-download .download .img,
.wrap-download .download .note
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-download .download .img
{
    width: 82px;
}
.wrap-download .download .img img
{
    width: 100%;
}
.wrap-download .download .note
{
    padding-left: 30px;
}
.wrap-download .download .note h3
{
    font-size: 24px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-download .download .note h3
    {
        font-size: 20px;
    }
}
.wrap-download .download .note h3:hover
{
    color: #0d6fb8;
}
.wrap-download .download .note a.down
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    margin-top: 14px;

    border-bottom: 1px solid #282828;
}
.wrap-download .download .note a.down .icon
{
    font-size: 30px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-download .download .note a.down:hover
{
    color: #0d6fb8;
    border-bottom-color: #0d6fb8;
}
.wrap-product-show .carousel-wrap
{
    overflow: hidden;

    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap
    {
        margin-top: 20px;
    }
}
.wrap-product-show .carousel-wrap .item
{
    border: 1px solid #d2d2d2;
}
.wrap-product-show .carousel-wrap .carousel
{
    padding-right: 130px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        padding-right: 110px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        padding-right: 0;
    }
}
.wrap-product-show .carousel-wrap .carousel .img-box
{
    padding-bottom: 120.77922078%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    font-size: 0;

    position: relative;
}
.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: '\e644';
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow
{
    font-size: 24px;

    top: 50%;
    left: 0;

    width: 30px;

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

    color: #333;
    border-width: 1px;
    border-radius: 0;
    background: none;
    background-color: #fff;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next
{
    right: -1px;
    left: auto;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:hover
{
    color: #fff;
    background-color: #0d6fb8;
}
.wrap-product-show .carousel-wrap .slider-nav
{
    position: absolute;
    top: 0;
    right: 0;

    width: 109px;
    margin: -5px 0;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .slider-nav
    {
        right: 0;

        width: 84px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .slider-nav
    {
        position: relative;
        right: 0;

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

    outline: none;
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .slider-nav .slick-slide
    {
        padding: 0 4px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .item
{
    position: relative;
}
.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: '\e644';
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    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 #0d6fb8;
}
.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;
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box
    {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .title-info
{
    position: relative;

    margin-top: 10px;
}
@media (max-width: 1350px)
{
    .wrap-product-show .info-box .title-info
    {
        margin-top: 0;
    }
}
.wrap-product-show .info-box .title-info h1
{
    font-family: 'Swiss921 BT';
    font-size: 24px;
    line-height: 1.4;

    display: block;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .title-info h1
    {
        font-size: 20px;
    }
}
.wrap-product-show .info-box .text
{
    min-height: 360px;
    margin-top: 20px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .text
    {
        min-height: 250px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .text
    {
        min-height: auto;
    }
}
.wrap-product-show .info-box .text h3
{
    font-size: 18px;
    font-weight: bold;

    color: #444;
}
.wrap-product-show .info-box .text p
{
    font-size: 14px;
    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: 20px;
}
.wrap-product-show .info-box .share p,
.wrap-product-show .info-box .share .addthis_inline_share_toolbox
{
    display: inline-block;

    margin: 0;

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

    color: #333;
}
.wrap-product-show .info-box .link
{
    margin-top: 30px;
}
.wrap-product-show .info-box .link .btn-inquiry,
.wrap-product-show .info-box .link .addcart
{
    display: inline-block;

    margin-top: 10px;

    text-align: center;
    vertical-align: top;
}
.wrap-product-show .info-box .link .btn-inquiry a,
.wrap-product-show .info-box .link .addcart a
{
    font-size: 16px;
    line-height: 50px;

    position: relative;

    display: block;
    overflow: hidden;

    height: 50px;
    padding: 0 20px;

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

    color: #fff;
    background-color: #222;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .link .btn-inquiry a,
    .wrap-product-show .info-box .link .addcart a
    {
        padding: 0 10px;
    }
}
@media (max-width: 1350px)
{
    .wrap-product-show .info-box .link .btn-inquiry a,
    .wrap-product-show .info-box .link .addcart a
    {
        font-size: 16px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box .link .btn-inquiry a,
    .wrap-product-show .info-box .link .addcart a
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .link .btn-inquiry a,
    .wrap-product-show .info-box .link .addcart a
    {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
        padding: 0 14px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry a:before,
.wrap-product-show .info-box .link .addcart a:before
{
    font-family: 'iconfont' !important;
    font-size: 34px;
    font-weight: normal;
    line-height: 46px;

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

    width: 100%;
    height: 46px;

    content: '\e671';
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    text-align: center;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .link .btn-inquiry a:before,
    .wrap-product-show .info-box .link .addcart a:before
    {
        font-size: 24px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry a:hover:before,
.wrap-product-show .info-box .link .addcart a:hover:before
{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.wrap-product-show .info-box .link .btn-inquiry a:hover span,
.wrap-product-show .info-box .link .addcart a:hover span
{
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
.wrap-product-show .info-box .link .btn-inquiry a span,
.wrap-product-show .info-box .link .addcart a span
{
    font-weight: bold;

    display: block;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-product-show .info-box .link .btn-inquiry a span:before,
.wrap-product-show .info-box .link .addcart a span:before
{
    font-family: 'iconfont' !important;
    font-size: 34px;
    font-weight: normal;

    display: inline-block;

    margin-right: 10px;

    content: '\e671';
    vertical-align: middle;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .link .btn-inquiry a span:before,
    .wrap-product-show .info-box .link .addcart a span:before
    {
        font-size: 24px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry a
{
    color: #fff;
    background-color: #0d6fb8;
}
.wrap-product-show .info-box .link .addcart
{
    margin-right: 10px;
}
.wrap-product-show .info-box .link .addcart a:before
{
    font-family: 'iconfont' !important;

    content: '\e715';
}
.wrap-product-show .info-box .link .addcart a span:before
{
    content: '\e715';
}
.wrap-product-show .info-box .link .addcart a:hover
{
    background-color: #0d6fb8;
}
.wrap-product-show .info-box .link .addcart a:hover span:before
{
    opacity: 0;
}
.wrap-product-show .info-box .link .addcart a:hover:before
{
    color: #fff;
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .relate-product
{
    padding-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter,
    .wrap-product-show .inquiry,
    .wrap-product-show .relate-product
    {
        padding-top: 50px;
    }
}
.wrap-product-show .parameter .title,
.wrap-product-show .inquiry .title,
.wrap-product-show .relate-product .title
{
    text-align: left;
}
.wrap-product-show .parameter .text
{
    margin-top: 20px;
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .parameter .text p
{
    font-size: 15px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .text p
    {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .table-box
{
    overflow: auto;

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

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

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

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

    padding: 10px !important;

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

    background: none !important;
}
.wrap-product-show .parameter .table-box table th
{
    text-align: center;
}
.wrap-product-show .title-product-show
{
    position: relative;
    z-index: 2;
}
.wrap-product-show .title-product-show h2
{
    font-family: 'Swiss921 BT';
    font-size: 30px;
    line-height: 1.4;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1199px)
{
    .wrap-product-show .title-product-show h2
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .title-product-show h2
    {
        font-size: 24px;
    }
}
.wrap-product-show .title-product-show p
{
    line-height: 24px;

    margin: 0;

    color: #666;
}
.wrap-product-show .slick-relate-product
{
    margin: 0 -10px;
}
@media (max-width: 991px)
{
    .wrap-product-show .slick-relate-product
    {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-product-show .slick-relate-product .slick-slide
{
    padding: 0 10px;
}
@media (max-width: 991px)
{
    .wrap-product-show .slick-relate-product .slick-slide
    {
        padding: 0 5px;
    }
}
.wrap-product-show .slick-relate-product .item .note h3
{
    font-size: 16px;
}
@media (max-width: 767px)
{
    .wrap-product-show .slick-relate-product .item .note h3
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .slick-relate-product .item .note h3 a
    {
        line-height: 25px;

        display: -webkit-box;
        overflow: hidden;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.wrap-product-show .slick-relate-product .slick-arrow
{
    left: 0;
}
.wrap-product-show .slick-relate-product .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.wrap-product-show .inquiry .row,
.wrap-inquiry .inquiry .row,
.wrap-product-show .message .row,
.wrap-inquiry .message .row
{
    margin: 0 -10px;
}
.wrap-product-show .inquiry .row .itembox,
.wrap-inquiry .inquiry .row .itembox,
.wrap-product-show .message .row .itembox,
.wrap-inquiry .message .row .itembox
{
    padding: 0 10px;
}
.wrap-product-show .inquiry form input,
.wrap-inquiry .inquiry form input,
.wrap-product-show .message form input,
.wrap-inquiry .message form input,
.wrap-product-show .inquiry form textarea,
.wrap-inquiry .inquiry form textarea,
.wrap-product-show .message form textarea,
.wrap-inquiry .message form textarea
{
    font-size: 16px;
    line-height: 30px;

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

    resize: vertical;

    background-color: #ededed;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry form input,
    .wrap-inquiry .inquiry form input,
    .wrap-product-show .message form input,
    .wrap-inquiry .message form input,
    .wrap-product-show .inquiry form textarea,
    .wrap-inquiry .inquiry form textarea,
    .wrap-product-show .message form textarea,
    .wrap-inquiry .message form textarea
    {
        font-size: 14px;
    }
}
.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-inquiry .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .message form input::-webkit-input-placeholder,
.wrap-inquiry .message form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea::-webkit-input-placeholder,
.wrap-product-show .message form textarea::-webkit-input-placeholder,
.wrap-inquiry .message form textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-inquiry .inquiry form input:-o-placeholder,
.wrap-product-show .message form input:-o-placeholder,
.wrap-inquiry .message form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder,
.wrap-inquiry .inquiry form textarea:-o-placeholder,
.wrap-product-show .message form textarea:-o-placeholder,
.wrap-inquiry .message form textarea:-o-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-inquiry .inquiry form input::-moz-placeholder,
.wrap-product-show .message form input::-moz-placeholder,
.wrap-inquiry .message form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder,
.wrap-inquiry .inquiry form textarea::-moz-placeholder,
.wrap-product-show .message form textarea::-moz-placeholder,
.wrap-inquiry .message form textarea::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-inquiry .inquiry form input:-ms-input-placeholder,
.wrap-product-show .message form input:-ms-input-placeholder,
.wrap-inquiry .message form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:-ms-input-placeholder,
.wrap-product-show .message form textarea:-ms-input-placeholder,
.wrap-inquiry .message form textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form input:focus::-webkit-input-placeholder,
.wrap-product-show .message form input:focus::-webkit-input-placeholder,
.wrap-inquiry .message form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-webkit-input-placeholder,
.wrap-product-show .message form textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-o-placeholder,
.wrap-inquiry .inquiry form input:focus::-o-placeholder,
.wrap-product-show .message form input:focus::-o-placeholder,
.wrap-inquiry .message form input:focus::-o-placeholder,
.wrap-product-show .inquiry form textarea:focus::-o-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-o-placeholder,
.wrap-product-show .message form textarea:focus::-o-placeholder,
.wrap-inquiry .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-moz-placeholder,
.wrap-inquiry .inquiry form input:focus::-moz-placeholder,
.wrap-product-show .message form input:focus::-moz-placeholder,
.wrap-inquiry .message form input:focus::-moz-placeholder,
.wrap-product-show .inquiry form textarea:focus::-moz-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-moz-placeholder,
.wrap-product-show .message form textarea:focus::-moz-placeholder,
.wrap-inquiry .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form input:focus::-ms-input-placeholder,
.wrap-product-show .message form input:focus::-ms-input-placeholder,
.wrap-inquiry .message form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-ms-input-placeholder,
.wrap-product-show .message form textarea:focus::-ms-input-placeholder,
.wrap-inquiry .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form .read input,
.wrap-inquiry .inquiry form .read input,
.wrap-product-show .message form .read input,
.wrap-inquiry .message form .read input
{
    font-weight: bold;

    border: none;
    background-color: #d8d8d8;
}
.wrap-product-show .inquiry form .read input::-webkit-input-placeholder,
.wrap-inquiry .inquiry form .read input::-webkit-input-placeholder,
.wrap-product-show .message form .read input::-webkit-input-placeholder,
.wrap-inquiry .message form .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry form .read textarea::-webkit-input-placeholder,
.wrap-inquiry .inquiry form .read textarea::-webkit-input-placeholder,
.wrap-product-show .message form .read textarea::-webkit-input-placeholder,
.wrap-inquiry .message form .read textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form .read input:-o-placeholder,
.wrap-inquiry .inquiry form .read input:-o-placeholder,
.wrap-product-show .message form .read input:-o-placeholder,
.wrap-inquiry .message form .read input:-o-placeholder,
.wrap-product-show .inquiry form .read textarea:-o-placeholder,
.wrap-inquiry .inquiry form .read textarea:-o-placeholder,
.wrap-product-show .message form .read textarea:-o-placeholder,
.wrap-inquiry .message form .read textarea:-o-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form .read input::-moz-placeholder,
.wrap-inquiry .inquiry form .read input::-moz-placeholder,
.wrap-product-show .message form .read input::-moz-placeholder,
.wrap-inquiry .message form .read input::-moz-placeholder,
.wrap-product-show .inquiry form .read textarea::-moz-placeholder,
.wrap-inquiry .inquiry form .read textarea::-moz-placeholder,
.wrap-product-show .message form .read textarea::-moz-placeholder,
.wrap-inquiry .message form .read textarea::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form .read input:-ms-input-placeholder,
.wrap-inquiry .inquiry form .read input:-ms-input-placeholder,
.wrap-product-show .message form .read input:-ms-input-placeholder,
.wrap-inquiry .message form .read input:-ms-input-placeholder,
.wrap-product-show .inquiry form .read textarea:-ms-input-placeholder,
.wrap-inquiry .inquiry form .read textarea:-ms-input-placeholder,
.wrap-product-show .message form .read textarea:-ms-input-placeholder,
.wrap-inquiry .message form .read textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form .read input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form .read input:focus::-webkit-input-placeholder,
.wrap-product-show .message form .read input:focus::-webkit-input-placeholder,
.wrap-inquiry .message form .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-webkit-input-placeholder,
.wrap-product-show .message form .read textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .message form .read textarea:focus::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form .read input:focus::-o-placeholder,
.wrap-inquiry .inquiry form .read input:focus::-o-placeholder,
.wrap-product-show .message form .read input:focus::-o-placeholder,
.wrap-inquiry .message form .read input:focus::-o-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-o-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-o-placeholder,
.wrap-product-show .message form .read textarea:focus::-o-placeholder,
.wrap-inquiry .message form .read textarea:focus::-o-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form .read input:focus::-moz-placeholder,
.wrap-inquiry .inquiry form .read input:focus::-moz-placeholder,
.wrap-product-show .message form .read input:focus::-moz-placeholder,
.wrap-inquiry .message form .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-moz-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-moz-placeholder,
.wrap-product-show .message form .read textarea:focus::-moz-placeholder,
.wrap-inquiry .message form .read textarea:focus::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form .read input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form .read input:focus::-ms-input-placeholder,
.wrap-product-show .message form .read input:focus::-ms-input-placeholder,
.wrap-inquiry .message form .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-ms-input-placeholder,
.wrap-product-show .message form .read textarea:focus::-ms-input-placeholder,
.wrap-inquiry .message form .read textarea:focus::-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form .send,
.wrap-inquiry .inquiry form .send,
.wrap-product-show .message form .send,
.wrap-inquiry .message form .send
{
    text-align: center;
}
.wrap-product-show .inquiry form .submit,
.wrap-inquiry .inquiry form .submit,
.wrap-product-show .message form .submit,
.wrap-inquiry .message form .submit
{
    font-size: 16px;
    line-height: 50px;

    position: relative;

    overflow: hidden;

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

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #0d6fb8;
}
.wrap-product-show .inquiry form .submit span,
.wrap-inquiry .inquiry form .submit span,
.wrap-product-show .message form .submit span,
.wrap-inquiry .message form .submit span
{
    font-weight: bold;

    display: block;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-product-show .inquiry form .submit:before,
.wrap-inquiry .inquiry form .submit:before,
.wrap-product-show .message form .submit:before,
.wrap-inquiry .message form .submit:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-weight: normal;
    line-height: 46px;

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

    width: 100%;
    height: 46px;

    content: '\e6cf';
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    text-align: center;
}
.wrap-product-show .inquiry form .submit:hover:before,
.wrap-inquiry .inquiry form .submit:hover:before,
.wrap-product-show .message form .submit:hover:before,
.wrap-inquiry .message form .submit:hover:before
{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.wrap-product-show .inquiry form .submit:hover span,
.wrap-inquiry .inquiry form .submit:hover span,
.wrap-product-show .message form .submit:hover span,
.wrap-inquiry .message form .submit:hover span
{
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
.wrap-contact .contact .text
{
    display: inline-block;
    overflow-y: auto;

    width: 40%;
    height: 640px;
    padding: 30px;

    vertical-align: top;

    background-color: #f1f1f1;
}
.wrap-contact .contact .text h3
{
    font-size: 20px;
    line-height: 30px;

    margin-bottom: 0;

    text-decoration: underline;
}
.wrap-contact .contact .text p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;
}
.wrap-contact .contact .text p a:hover
{
    text-decoration: underline;

    color: #0d6fb8;
}
.wrap-contact .contact .wrap-map
{
    float: right;
    overflow: hidden;

    width: 55%;
}
.wrap-contact .contact .wrap-map .map-content
{
    height: 640px;
}
@media (max-width: 991px)
{
	
    .wrap-contact .contact .wrap-map .map-content
    {
        height: 300px;
    }
}
.wrap-contact .message
{
    margin-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-contact .message
    {
        margin-top: 40px;
    }
}
.wrap-contact .message .message-form
{
    margin-top: 20px;
}
.wrap-contact .message .message-form .row
{
    margin: 0 -5px;
}
.wrap-contact .message .message-form .row .itembox
{
    margin-top: 10px;
    padding: 0 5px;
}
.wrap-contact .message form input,
.wrap-contact .message form textarea
{
    font-size: 14px;
    line-height: 22px;

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

    resize: vertical;

    border: none;
    border: 1px solid #999;
    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: #999;
}
.wrap-contact .message form input:-o-placeholder,
.wrap-contact .message form textarea:-o-placeholder
{
    color: #999;
}
.wrap-contact .message form input::-moz-placeholder,
.wrap-contact .message form textarea::-moz-placeholder
{
    color: #999;
}
.wrap-contact .message form input:-ms-input-placeholder,
.wrap-contact .message form textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-contact .message form input:focus::-webkit-input-placeholder,
.wrap-contact .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-o-placeholder,
.wrap-contact .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-moz-placeholder,
.wrap-contact .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-ms-input-placeholder,
.wrap-contact .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form p
{
    font-size: 16px;
    line-height: 30px;

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

    height: 50px;
    margin-top: 10px;
    padding: 0 70px;

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

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background-color: #0d6fb8;
    box-shadow: none;
}
.wrap-contact .message form .submit:hover
{
    background-color: #07548d;
}
.wrap-sitemap
{
    clear: both;
}
.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: #0d6fb8;
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    text-decoration: underline;

    background-color: #0d6fb8;
}
.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 > a
{
    font-size: 16px;
    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 > a
{
    text-decoration: underline;

    color: #0d6fb8;
}
.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: inline-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 a:before
{
    display: inline-block;

    margin-right: 4px;

    content: '-';
    vertical-align: middle;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li:hover a
{
    text-decoration: underline;

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

    color: #0d6fb8;
}
.wrap-nosearch .nosearch
{
    margin-top: 40px;
}
.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;
}
.wrap-nosearch .relate-search ul
{
    margin: 0 -10px;
}
@media (max-width: 767px)
{
    .wrap-nosearch .relate-search ul
    {
        margin: 0 -7px;
    }
}
.wrap-nosearch .relate-search ul li
{
    padding: 0 10px;
}
@media (max-width: 767px)
{
    .wrap-nosearch .relate-search ul li
    {
        padding: 0 7px;
    }
}
.wrap-nosearch .relate-search .item .note
{
    text-align: left;
}
.wrap-nosearch .relate-search .item .note h3
{
    font-size: 15px;
    font-weight: bold;

    padding-left: 6px;
}
@media (max-width: 767px)
{
    .wrap-nosearch .relate-search .item .note h3 a
    {
        line-height: 25px;

        display: -webkit-box;
        overflow: hidden;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 50px 0 0 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.pagination li
{
    display: inline-block;

    vertical-align: top;
}
.pagination li.prev,
.pagination li.next
{
    margin-right: 20px;
}
.pagination li.prev a,
.pagination li.next a
{
    font-size: 14px;
    font-weight: normal;

    border-radius: 0;
}
.pagination li.prev a:before,
.pagination li.next a:before
{
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.pagination li.prev:hover a,
.pagination li.next:hover a
{
    color: #fff;
    background-color: #0d6fb8;
}
.pagination li.next
{
    margin-right: 0;
    margin-left: 20px;
}
.pagination li.next a:before
{
    content: '\e625';
}
.pagination li a
{
    font-size: 16px;
    line-height: 34px;

    display: block;

    width: 34px;
    height: 34px;
    padding: 0;

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

    color: #686868;
    border: 1px solid #888;
    background: none;
}
.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: #0d6fb8;
    background-color: #0d6fb8;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border-color: #0d6fb8;
    background-color: #0d6fb8;
}
@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;
}

@media(max-width:1199px){
	.wrap-contact .contact .wrap-map,
	.wrap-contact .contact .text{
		width: 100%;
	}
	.wrap-contact .contact .text h3{
		font-size: 18px;
	}
}
@media(max-width:767px){
	.wrap-contact .contact .text{
		padding: 20px 15px;
	}
}