/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link
{
    outline: none !important;
}
@font-face
{
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot?t=1481266234445');
    src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?t=1481266234445') format('woff'), url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');
}
/* This stylesheet generated by Transfonter (https://transfonter.org) on October 19, 2017 3:41 AM */
@font-face
{
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
}
@font-face
{
    font-family: 'Open Sans';
    font-weight: bold;
    font-style: normal;

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

    src: url('../fonts/OpenSans-SemiBold.eot');
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiBold.woff2') format('woff2'), url('../fonts/OpenSans-SemiBold.woff') format('woff'), url('../fonts/OpenSans-SemiBold.ttf') format('truetype'), url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
}
@font-face
{
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;

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

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.searchactive
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

    color: inherit;
}
input[type=number]
{
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
ul
{
    margin: 0;
    padding: 0;
}
button,
input,
textarea
{
    resize: none;

    border: none;
    outline: none;
}
a
{
    text-decoration: none;

    color: inherit;
}
a:hover
{
    text-decoration: none;

    color: inherit;
}
a:visited,
a:link
{
    text-decoration: none;

    color: inherit;
}
.img-box
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src])
{
    opacity: 0;
    border: 0;
}
.header
{
    position: relative;

    width: 100%;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 70px;
    }
}
.header .top
{
    overflow: hidden;

    height: 40px;

    background-color: rgba(224, 224, 224, .3);
}
@media (max-width: 1199px)
{
    .header .top
    {
        display: none;
    }
}
.header .top p
{
    font-size: 12px;
    line-height: 3.33333333;

    display: inline-block;
    float: left;

    margin: 0;
}
.header .top .language
{
    float: right;
}
.header .top .language a
{
    font-size: 12px;
    line-height: 40px;

    display: block;

    color: #666;
}
.header .top .language a:before
{
    display: inline-block;
    float: left;

    width: 22px;
    height: 22px;
    margin-top: 9px;
    margin-right: 6px;

    content: '';

    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
.header .top .language a:hover
{
    text-decoration: underline;
}
.header .top .language a.en:before
{
    background-position: -22px 0;
}
.header .top .text
{
    float: right;
}
.header .top .text p
{
    font-size: 12px;
    line-height: 40px;

    margin-right: 36px;

    color: #666;
}
.header .top .text p:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;
    font-size: 12px;
    line-height: 18px;

    display: inline-block;
    float: left;

    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-right: 8px;

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

    color: #c9c9c9;
    border: 1px solid #c9c9c9;
    border-radius: 50%;
}
.header .top .text p.email:before
{
    content: '\e72e';
}
.header .top .text p a:hover
{
    text-decoration: underline;
}
.header .top-nav
{
    height: 100px;
    padding: 16px 0;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header .top-nav
    {
        padding: 10px 0;
    }
}
.header .logo
{
    position: relative;

    float: left;

    max-width: 140px;
    height: 68px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 50px;
    }
}
.header .logo a
{
    background-color: #fff;
}
.header .logo img
{
    display: block;

    height: 100%;
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

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

    cursor: pointer;

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

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

        display: block;

        margin-top: 10px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media (max-width: 767px)
{
    .header .nav-collapse
    {
        margin-top: 10px;

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

    width: 20px;
    height: 2px;

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

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

    display: block;

    width: 20px;
    height: 2px;

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

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

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

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

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        float: right;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

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

        background: #fafafa;
        background-color: #183883;
    }
    .header .nav .tbl
    {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 li a
    {
        white-space: nowrap;
    }
    .header .nav .nav-list1 > li
    {
        float: left;
    }
    .header .nav .nav-list1 > li > a
    {
        line-height: 68px;

        position: relative;

        display: inline-block;

        padding: 0 22px;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #183883;
    }
    .header .nav .nav-list1 > li:hover > a:after,
    .header .nav .nav-list1 > li.active > a:after
    {
        border-top: 4px solid #183883;
    }
    .header .nav .nav-list1 .nav-list2
    {
        display: none;

        background-color: rgba(255, 255, 255, .95);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        height: auto!important;
        padding: 20px 30px;
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        font-size: 13px;
        line-height: 30px;

        position: relative;
        z-index: 1;

        display: block;

        -webkit-transition: -webkit-transform .6s ease;
                transition: -webkit-transform .6s ease;
                transition:         transform .6s ease;
                transition:         transform .6s ease, -webkit-transform .6s ease;

        color: #666;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        text-decoration: underline;

        color: #183883;
    }
    .header .nav .nav-list1 .nav-list2 li .pic
    {
        max-width: 260px;
        margin-left: 40px;
    }
    .header .nav .nav-list1 .nav-list2 li .pic img
    {
        max-width: 100%;
    }
    .header .nav .nav-list1 .nav-list2 li .pic .img-box
    {
        padding-bottom: 69.23076923%;
    }
    .header .nav .nav-list1 .nav-list2 li.more > a:after
    {
        font-family: 'iconfont';

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

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

        color: #183883;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2
    {
        right: 0;
        left: 0;

        overflow: hidden;

        width: 100%;
        max-width: 1290px;
        margin: auto;
        padding-bottom: 20px;

        border-bottom: 40px solid #fff;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li
    {
        width: 14.28571429%;
        margin-right: -4px;
        margin-bottom: -999px;
        padding: 0 25px 0 15px;
        padding-bottom: 999px;

        border-left: 1px solid #e7e7e7;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li .pic
    {
        max-width: 130px;
        margin-left: 0;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li h4
    {
        font-size: 13px;
        font-weight: bold;

        margin-top: 24px;
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        font-size: 12px;
        line-height: 2;
    }
}
@media (min-width: 1200px) and (max-width: 1440px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .header .nav .nav-list1 .nav-list2 li .pic
    {
        display: none;
    }
}
@media (max-width: 1560px)
{
    .header .nav .nav-list1 > li
    {
        margin: 0 10px;
    }
}
@media (max-width: 1330px)
{
    .header .nav .nav-list1 > li
    {
        margin: 0 6px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

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

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

        color: #fff;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .header .nav .nav-list1 > li
    {
        margin: 0 12px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2,
    .header .nav .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

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

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

        color: #fff;
        background: #fafafa;
        background-color: #183883;
    }
}
.header .nav-2 .nav-top,
.header .nav-3 .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 .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}
.header .nav-2 .nav-top h2,
.header .nav-3 .nav-top h2
{
    font-size: 30px;

    margin: 0;

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

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

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

    margin: 25px 0;

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

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

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

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 19px;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none!important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

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

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more:after
    {
        font-family: 'iconfont';
        font-size: 18px;

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

        margin-top: -14px;

        content: '\e72f';

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

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .xs-language
{
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 35px;
}
@media (min-width: 1200px)
{
    .header .xs-language
    {
        display: none;
    }
}
.header .xs-language a
{
    font-size: 16px;

    color: #fff;
}
.header .xs-language span
{
    margin: 0 5px;

    color: #fff;
}
.header .search-box
{
    display: none;

    margin-top: 20px;
    margin-right: 10px;
}
@media (min-width: 768px)
{
    .header .search-box
    {
        position: fixed;
        z-index: 888;
        top: 100%;
        left: 0;

        overflow: hidden;

        width: 100%;
        height: 100%;
        margin-top: 0;
        padding: 0 3%;

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

    overflow: hidden;
    zoom: 1;

    width: 240px;

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

    height: 0;

    content: '';
}
.header .search-box .input-text
{
    line-height: 38px;

    float: left;

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

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

    float: right;

    width: 50px;

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

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

    content: '\e660';

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

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

        display: inline-block;

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

    width: 100%;

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

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

    background: #fff;
}
.header .search-box.search-xs .input-submit:before
{
    color: #183883;
}
.header .search-icon
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .search-icon
    {
        position: fixed;
        right: 50px;
        bottom: 30px;

        display: inline-block;

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

        content: '\e660';

        color: #fff;
    }
}
@media (max-width: 767px)
{
    .header .search-icon
    {
        right: 35px;
    }
}
.header .search-lg
{
    top: 0;
}
@media (min-width: 768px)
{
    .header .search-lg .logo
    {
        margin-top: 20px;
        margin-left: 0;
    }
    .header .search-lg .search
    {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;

        width: 100%;
        max-width: 800px;
        margin: auto;

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

        border: none;
        border-bottom: 3px solid #1f1e1e;
        border-radius: 0;
    }
    .header .search-lg .search p
    {
        margin-bottom: 50px;

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

        color: #fff;
    }
    .header .search-lg .input-text
    {
        font-size: 20px;
        line-height: 30px;

        height: 60px;
        padding: 0;
        padding-bottom: 30px;

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

        color: #fff;
    }
    .header .search-lg .close-btn
    {
        position: fixed;
        top: 30px;
        right: 10%;

        cursor: pointer;
    }
    .header .search-lg .close-btn:before
    {
        font-size: 20px;

        content: '\2716';

        color: #fff;
    }
}
@media (max-width: 767px)
{
    .header .search-lg
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .search-lg .search
    {
        width: 60%;
    }
}
@media (max-width: 991px)
{
    .header .search-lg .search
    {
        width: 50%;
    }
}
.header .right
{
    float: right;

    margin-left: 40px;
}
@media (max-width: 1199px)
{
    .header .right
    {
        margin-left: 0;
    }
}
.header .find
{
    line-height: 68px;

    float: right;

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

    color: #c8c8c8;
}
.header .find::before
{
    font-family: 'iconfont';
    font-size: 16px;

    float: left;

    content: '\e62f';
}
@media (max-width: 1199px)
{
    .header .find
    {
        display: none;
    }
}
.header .cart
{
    float: right;

    margin-top: 17px;
    margin-left: 60px;

    -webkit-transition: all .5s;
            transition: all .5s;
}
@media (max-width: 1199px)
{
    .header .cart
    {
        margin-left: 0;
    }
}
.header .cart a
{
    font-size: 12px;
    line-height: 34px;

    display: block;

    height: 34px;
    padding: 0 20px;

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

    color: #fff;
    border: 1px solid #183883;
    border-radius: 3px;
    background-color: #183883;
}
.header .cart a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    float: left;

    margin-right: 8px;

    content: '\e600';
}
.header .cart:hover a
{
    color: #183883;
    background: none;
}
.online
{
    position: fixed;
    z-index: 9;
    right: 15px;

    width: 45px;

    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
@media (max-width: 1440px)
{
    .online
    {
        right: 5px;
    }
}
@media (min-width: 992px)
{
    .online
    {
        top: 40%;
    }
}
@media (max-width: 991px)
{
    .online
    {
        bottom: -380px;
    }
}
.online.active
{
    right: 5px;
    bottom: 80px;
}
.online a
{
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin-top: 2px;

    cursor: pointer;
    text-align: center;
    text-decoration: none;

    background-color: rgba(0, 0, 0, .7);
}
@media (max-width: 1560px)
{
    .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.online a:after
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e621';

    color: #fff;
}
.online a:hover
{
    background-color: #15ad0d;
}
.online a.online-email:after
{
    content: '\e61f';
}
.online a.online-email:hover
{
    background-color: #765099;
}
.online a.online-qq:after
{
    content: '\e62d';
}
.online a.online-qq:hover
{
    background-color: #3b589b;
}
.online a.online-tel:after
{
    content: '\e61c';
}
.online a.online-tel:hover
{
    background-color: #00affb;
}
.online a.online-weixin:after
{
    content: '\e604';
}
.online a.online-weixin:hover
{
    background-color: #33d055;
}
.online a.online-wechat:after
{
    font-size: 22px;

    content: '\e604';
}
.online a.online-wechat:hover
{
    background-color: #33d055;
}
.online a.online-top:after
{
    content: '\e605';
}
.online a.online-top:hover
{
    background-color: #000;
}
.online a.online-tel p,
.online a.online-whatsapp p
{
    line-height: 50px;

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

    display: none;

    width: 160px;
    height: 50px;

    text-align: center;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-wechat .erweima,
.online a.online-weixin .erweima
{
    position: absolute;
    z-index: 999;
    top: 0;
    right: 54px;

    display: block;
    display: none;

    width: 130px;
    height: 160px;
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-wechat .erweima img,
.online a.online-weixin .erweima img
{
    width: 100%;
}
.online a.online-wechat .erweima p,
.online a.online-weixin .erweima p
{
    font-size: 13px;
    line-height: 30px;

    height: auto;
    margin: 0;
    padding: 0;

    text-align: center;

    color: #888;
}
.icon-online
{
    font-size: 30px;
    line-height: 46px;

    position: fixed;
    z-index: 9;
    right: 5px;
    bottom: 20px;

    display: none;

    width: 46px;
    height: 46px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #183883;
}
@media (max-width: 991px)
{
    .icon-online
    {
        display: block;
    }
}
.icon-online.icon
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.banner
{
    position: relative;
    z-index: 9;

    overflow: hidden;

    width: 100%;
}
@media (max-width: 1199px)
{
    .banner .owl-theme
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .owl-theme
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner .owl-theme .owl-pagination
{
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;

    width: 100%;
    margin: auto;

    text-align: center;
}
.banner .owl-theme .owl-pagination .owl-page
{
    display: inline-block;
}
.banner .owl-theme .owl-pagination .owl-page span
{
    display: inline-block;

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

    opacity: 1;
    border-radius: 20px;
    background-color: #d8d8d8;
}
.banner .owl-theme .owl-pagination .owl-page.active span
{
    width: 25px;

    background-color: #183883;
}
.banner .owl-theme .owl-buttons
{
    display: none;
}
.banner .text
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 1200px;
    margin: auto;

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

    color: #fff;
}
@media (max-width: 767px)
{
    .banner .text
    {
        width: 50%;
    }
}
.banner .text h3
{
    font-size: 48px;

    margin: 0;
}
@media (max-width: 991px)
{
    .banner .text h3
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .banner .text h3
    {
        font-size: 24px;
    }
}
.banner .text h3::after
{
    font-family: 'iconfont';

    display: block;

    content: '\e605';
}
.banner .text a.more
{
    font-weight: 600;
    line-height: 50px;

    display: inline-block;

    height: 50px;
    margin-top: 60px;
    padding: 0 54px;

    border: 2px solid #fff;
    border-radius: 50px;
    background: rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .banner .text a.more
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .text a.more
    {
        line-height: 40px;

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

        border: 1px solid #fff;
    }
}
.banner .active .text h3
{
    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;
}
.banner .active .text a.more
{
    -webkit-animation: fadeInRight 1s 0s ease both;
            animation: fadeInRight 1s 0s ease both;
}
.banner-in
{
    overflow: hidden;
}
.banner-in .owl-theme
{
    width: 100%;
    height: 100%;
}
@media (max-width: 991px)
{
    .banner-in .owl-theme
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 767px)
{
    .banner-in .owl-theme
    {
        width: 180%;
        max-width: 180%;
        margin-left: -40%;
    }
}
.box
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 60px 0;
    }
}
.title
{
    text-align: center;
}
.title h2
{
    font-size: 24px;
    line-height: 1.66666667;

    margin: 0;
}
.title p
{
    font-size: 13px;

    margin: 6px 0 0 0;

    letter-spacing: 1px;

    color: #666;
}
.content
{
    position: relative;
    z-index: 9;
}
.box-about
{
    background: url(../images/about_bg.jpg) no-repeat;
}
.box-about .about
{
    overflow: hidden;
}
.box-about .about .text,
.box-about .about .pic
{
    float: left;

    width: 50%;
}
@media (max-width: 767px)
{
    .box-about .about .text,
    .box-about .about .pic
    {
        width: 100%;
    }
}
.box-about .about .title
{
    text-align: left;
}
.box-about .about .title h2
{
    font-size: 32px;
    line-height: 1.25;

    margin: 0;
}
@media (max-width: 991px)
{
    .box-about .about .title h2
    {
        font-size: 24px;
    }
}
.box-about .about .title p
{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 13px;

    margin: 4px 0 0 0;

    color: #999;
}
.box-about .about p
{
    line-height: 2;

    margin: 0;

    color: #666;
}
.box-about .about .more
{
    margin-top: 30px;
}
.box-about .about .more a
{
    line-height: 42px;

    display: inline-block;

    height: 42px;
    padding: 0 44px;

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

    color: #fff;
    border: 1px solid #183883;
    background-color: #183883;
}
.box-about .about .more a:hover
{
    color: #183883;
    background-color: #fff;
}
.box-about .about .text
{
    padding-right: 7%;
}
@media (max-width: 767px)
{
    .box-about .about .text
    {
        padding-right: 0;
    }
}
.box-about .about .text .note
{
    margin-top: 36px;
}
@media (max-width: 767px)
{
    .box-about .about .pic
    {
        margin-top: 60px;
    }
}
.box-about .about .pic .video
{
    position: relative;

    overflow: hidden;
}
.box-about .about .pic .video .img-box
{
    z-index: 0;

    padding-bottom: 59.72850679%;
}
.box-about .about .pic .video .img-box img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;

    opacity: .8;
}
.box-about .about .pic .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.box-about .about .pic .video .iframe
{
    display: none;

    width: 100%!important;
    height: 100%!important;
}
.box-about .about .pic .video .play
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    display: inline-block;

    width: 60px;
    height: 60px;
    margin: auto;

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

    color: #fff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .8);
}
.box-about .about .pic .video .play:before
{
    font-family: 'iconfont';
    font-size: 20px;
    line-height: 60px;

    display: block;

    content: '\e82d';
}
.box-num
{
    padding: 40px 0 70px;

    background-color: #edf0f7;
}
.box-num .num ul
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .box-num .num ul
    {
        margin: 0 -8px;
    }
}
.box-num .num ul li
{
    display: inline-block;

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

    vertical-align: top;
}
@media (max-width: 991px)
{
    .box-num .num ul li
    {
        width: 50%;
    }
    .box-num .num ul li:nth-child(2n+1)
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .box-num .num ul li
    {
        padding: 0 8px;
    }
}
.box-num .num .item
{
    margin: 15px 0;

    text-align: center;
}
.box-num .num .item h3
{
    font-size: 48px;
    font-weight: bold;

    position: relative;

    display: inline-block;

    margin: 0;
}
.box-num .num .item h3:after
{
    font-size: 18px;

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

    display: inline-block;

    content: '+';
}
@media (max-width: 991px)
{
    .box-num .num .item h3
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .box-num .num .item h3
    {
        font-size: 34px;
    }
}
.box-num .num .item p
{
    margin: 12px 0 0 0;

    color: #666;
}
.box-recommend
{
    padding-bottom: 90px;
}
@media (max-width: 991px)
{
    .box-recommend
    {
        padding-bottom: 70px;
    }
}
.box-recommend .recommend
{
    margin-top: 20px;
}
.box-recommend .item,
.box-recommend .item-1
{
    margin-top: 30px;
    padding: 10px 10px 0 10px;

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .11);
}
.box-recommend .item .img-box
{
    padding-bottom: 67.85714286%;
}
.box-recommend .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-recommend .item .note
{
    padding: 20px 10px;
}
@media (max-width: 991px)
{
    .box-recommend .item .note
    {
        padding: 20px 5px;
    }
}
.box-recommend .item h3
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-recommend .item p
{
    font-size: 12px;
    line-height: 1.66666667;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-recommend .item a
{
    display: block;
}
.box-recommend .item a.more:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    content: '\e6f3';

    color: #183883;
}
.box-recommend .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-recommend .item:hover h3
{
    color: #183883;
}
.box-recommend .item-1
{
    overflow: hidden;

    padding-right: 40px;
    padding-left: 40px;
}
@media (max-width: 767px)
{
    .box-recommend .item-1
    {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.box-recommend .item-1 h3
{
    font-size: 20px;

    margin: 30px 0 15px 0;

    color: #183883;
}
@media (max-width: 767px)
{
    .box-recommend .item-1 h3
    {
        font-size: 18px;

        margin: 10px 0;
    }
}
.box-recommend .item-1 .note
{
    overflow: hidden;

    max-height: 210px;
}
.box-recommend .item-1 p
{
    font-size: 13px;
    line-height: 2.30769231;

    overflow: hidden;

    height: 30px;
    margin: 0;

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

    color: #666;
}
.box-recommend .item-1 p:before
{
    font-family: 'iconfont' !important;

    float: left;

    margin-right: 4px;

    content: '\e72f';
}
.box-recommend .item-1 p a
{
    display: inline-block;
}
.box-recommend .item-1 p:hover
{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);

    color: #183883;
}
.box-recommend .item-1 p:hover a
{
    text-decoration: underline;
}
.box-choose
{
    border-top: 1px solid #ebebeb;
}
@media (max-width: 991px)
{
    .box-choose .choose
    {
        margin-top: 20px;
    }
}
.box-choose .list
{
    display: inline-block;
    float: none;

    margin-right: -4px;

    vertical-align: top;
}
.box-choose .item
{
    margin-top: 50px;
    padding: 0 15px;

    -webkit-transition: all .5s;
            transition: all .5s;
    text-align: center;
}
@media (max-width: 767px)
{
    .box-choose .item
    {
        margin-top: 30px;
        padding: 0;
    }
}
.box-choose .item:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 58px;

    display: block;

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

    content: '\e632';

    color: #fff;
    border-radius: 50%;
    background-color: #7cc474;
}
.box-choose .item h3
{
    font-size: 14px;
    font-weight: bold;

    margin: 20px 0 0 0;
}
.box-choose .item p
{
    font-size: 13px;
    line-height: 1.69230769;

    margin: 18px 0 0 0;

    color: #666;
}
.box-choose .item-2:before
{
    content: '\e623';

    background-color: #d59865;
}
.box-choose .item-3:before
{
    content: '\e636';

    background-color: #c86ba3;
}
.box-choose .item-4:before
{
    content: '\e617';

    background-color: #cc8686;
}
.box-choose .item-5:before
{
    content: '\e611';

    background-color: #92a8dd;
}
.box-choose .item-6:before
{
    content: '\e66d';

    background-color: #6fbfb2;
}
.box-choose .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.box-choose .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.box-customer
{
    border-top: 1px solid #ebebeb;
    background: url(../images/customer_bg.jpg) no-repeat;
}
.box-customer .customer
{
    margin-top: 60px;
    padding: 40px 30px 70px 30px;

    background-color: #fff;
    box-shadow: 0 0 25px 0 rgba(24, 56, 131, .1);
}
@media (max-width: 991px)
{
    .box-customer .customer
    {
        margin-top: 40px;
        padding: 30px 15px 60px 15px;
    }
}
.box-customer .item
{
    margin: 10px;
}
.box-customer .item .img-box
{
    padding-bottom: 70.1754386%;
}
.box-customer .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-customer .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-customer .owl-pagination
{
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;

    width: 100%;
    margin: auto;

    text-align: center;
}
.box-customer .owl-pagination .owl-page
{
    display: inline-block;
}
.box-customer .owl-pagination .owl-page span
{
    display: inline-block;

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

    opacity: 1;
    border-radius: 20px;
    background-color: #d8d8d8;
}
.box-customer .owl-pagination .owl-page.active span
{
    width: 25px;

    background-color: #183883;
}
.box-customer .owl-buttons
{
    display: none;
}
.footer
{
    background-color: #2d2f35;
}
.footer .foot
{
    padding: 60px 0 40px;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 40px 0;
    }
}
.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: '';
}
@media (max-width: 1199px)
{
    .footer .foot > ul:after
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul
    {
        display: block;
        overflow: hidden;

        margin: 0 -15px;
    }
}
.footer .foot > ul > li
{
    display: inline-block;

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

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

        vertical-align: top;
    }
}
@media (max-width: 767px)
{
    .footer .foot > ul > li
    {
        width: 50%;
    }
    .footer .foot > ul > li:last-child
    {
        width: 100%;
    }
}
.footer .foot > ul > li h3
{
    font-size: 15px;
    font-weight: 600;

    margin: 0 0 20px 0;

    letter-spacing: 1.07px;
    text-transform: uppercase;

    color: #fff;
}
.footer .foot > ul > li .item
{
    margin: 20px 0;
}
.footer .foot > ul > li .item-1 a
{
    font-size: 13px;
    line-height: 2.30769231;

    display: block;

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

    color: #a1a4ad;
}
.footer .foot > ul > li .item-1 a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot > ul > li .item-2 p
{
    font-size: 13px;
    line-height: 2.30769231;

    position: relative;

    padding-left: 26px;

    color: #a1a4ad;
}
.footer .foot > ul > li .item-2 p:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    position: absolute;
    top: -4px;
    left: 0;

    width: 26px;

    content: '\e60d';

    color: #fff;
}
.footer .foot > ul > li .item-2 p.tel:before
{
    content: '\e61c';
}
.footer .foot > ul > li .item-2 p.email:before
{
    font-size: 16px;

    content: '\e72e';
}
.footer .foot > ul > li .item-2 p a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .copyright
{
    overflow: hidden;

    padding: 26px 0;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        padding: 20px 0;
    }
}
.footer .copyright p
{
    font-size: 13px;
    line-height: 1.84615385;

    display: inline-block;
    float: left;

    margin: 0;

    color: #666;
}
.footer .copyright p a:hover
{
    text-decoration: underline;

    color: #183883;
}
.footer .copyright p >a
{
    display: block;
}
.footer .copyright .pic
{
    display: inline-block;
    float: right;
}
.footer .copyright .pic img
{
    max-width: 112px;
    margin-left: 26px;
}
.footer .share
{
    margin-top: 30px;
}
.footer .share li
{
    display: inline-block;
    float: none;

    margin-left: 8px;
    padding: 0;

    -webkit-transition: -webkit-transform .2s ease-in-out;
            transition: -webkit-transform .2s ease-in-out;
            transition:         transform .2s ease-in-out;
            transition:         transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    text-align: center;
}
.footer .share li:first-child
{
    margin-left: 0;
}
.footer .share li:hover
{
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
}
.footer .share li a
{
    display: block;

    width: 30px;
    height: 30px;

    border-radius: 50%;
    background-color: #3b5998;
}
.footer .share li a:after
{
    font-family: 'iconfont';
    font-size: 14px;
    line-height: 30px;

    content: '\e615';

    color: #fff;
}
.footer .share li a:hover
{
    text-decoration: none;
}
.footer .share .twitter a
{
    background-color: #55acee;
}
.footer .share .twitter a:after
{
    content: '\e60b';
}
.footer .share .linkedin a
{
    background-color: #1284c7;
}
.footer .share .linkedin a:after
{
    font-size: 18px;

    content: '\e6f0';
}
.footer .share .google a
{
    background-color: #dc4e41;
}
.footer .share .google a:after
{
    content: '\e60c';
}
.footer .share .youtube a
{
    background-color: #c4302b;
}
.footer .share .youtube a:after
{
    font-size: 16px;

    content: '\e6d7';
}
.footer .share .instagram a
{
    background-color: #d82f81;
}
.footer .share .instagram a:after
{
    font-size: 17px;

    content: '\e607';
}
.sub-box
{
    overflow: hidden;

    background-color: #f2f4f8;
}
@media (max-width: 991px)
{
    .sub-box
    {
        padding: 0;
    }
}
.sub-box .category
{
    position: relative;

    width: 100%;
    height: 60px;
}
@media (max-width: 991px)
{
    .sub-box .category
    {
        height: 50px;
    }
}
.sub-box .category ul
{
    position: absolute;
    left: 0;

    white-space: nowrap;
}
.sub-box .category ul li
{
    position: relative;

    display: inline-block;

    height: 60px;
}
@media (max-width: 991px)
{
    .sub-box .category ul li
    {
        height: 50px;
    }
}
.sub-box .category ul li:after
{
    content: '|';

    color: #999;
}
.sub-box .category ul li a
{
    font-weight: bold;
    line-height: 60px;

    position: relative;

    display: inline-block;

    height: 60px;
    padding: 0 24px;

    color: #666;
}
@media (max-width: 991px)
{
    .sub-box .category ul li a
    {
        line-height: 50px;

        height: 50px;
    }
}
.sub-box .category ul li:first-child a
{
    padding-left: 0;
}
.sub-box .category ul li:last-child:after
{
    display: none;
}
.sub-box .category ul li.active a,
.sub-box .category ul li:hover a
{
    color: #183883;
}
.sub-box.sub-product .category ul li.active a:after,
.sub-box.sub-product .category ul li:hover a:after
{
    z-index: 10;
    right: 0;
    bottom: -5px;
    left: 0;

    display: inline-block;

    width: 0;
    height: 0;
    margin: auto;

    content: '';

    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    background: none;
}
.sub-box.sub-news
{
    border-top: 3px solid #183883;
}
.wrapper
{
    overflow: hidden;
}
.wrap
{
    padding: 70px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 50px 0;
    }
}
.title-in h2
{
    font-size: 28px;

    margin: 0;
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 22px;
    }
}
.title-in p
{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 13px;

    margin: 8px 0 0 0;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #999;
}
.wrap-about .about
{
    overflow: hidden;
}
.wrap-about .about .text
{
    float: left;

    width: 47%;
    margin-top: 45px;
}
@media (max-width: 991px)
{
    .wrap-about .about .text
    {
        width: 100%;
    }
}
.wrap-about .about .text p
{
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-about .about .avideo
{
    float: right;

    width: 48%;
    margin-top: 45px;
    padding: 15px;

    border: 1px solid #ebebeb;
}
@media (max-width: 991px)
{
    .wrap-about .about .avideo
    {
        width: 100%;
    }
}
.wrap-about .about .avideo .video
{
    position: relative;

    overflow: hidden;
}
.wrap-about .about .avideo .video .img-box
{
    z-index: 0;

    padding-bottom: 59.72850679%;
}
.wrap-about .about .avideo .video .img-box img
{
    -webkit-transition: all 1s ease;
            transition: all 1s ease;

    opacity: .8;
}
.wrap-about .about .avideo .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.wrap-about .about .avideo .video .iframe
{
    display: none;

    width: 100%!important;
    height: 100%!important;
}
.wrap-about .about .avideo .video .play
{
    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 100%;

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

    color: #000;
    border-radius: 50%;
}
.wrap-about .about .avideo .video .play:before
{
    font-family: 'iconfont';
    font-size: 70px;

    display: block;

    content: '\e7cd';
}
.wrap-about .about .avideo .video:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-honor .item
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-honor .item
    {
        margin-top: 40px;
    }
}
.wrap-honor .item .pic
{
    padding: 12px;

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

    border: 1px solid #efefef;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0);
}
@media (max-width: 767px)
{
    .wrap-honor .item .pic
    {
        padding: 5px;
    }
}
.wrap-honor .item .img-box
{
    padding-bottom: 68.75%;
}
.wrap-honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .item p
{
    line-height: 1.42857143;

    display: -webkit-box;
    overflow: hidden;

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

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-honor .item:hover .pic
{
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
}
.wrap-honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-honor .item:hover p
{
    color: #183883;
}
.wrap-customer .item
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-customer .item
    {
        margin-top: 40px;
    }
}
.wrap-customer .item .img-box
{
    padding-bottom: 70.1754386%;
}
.wrap-customer .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-customer .item p
{
    line-height: 1.42857143;

    display: -webkit-box;
    overflow: hidden;

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

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-customer .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-customer .item:hover p
{
    color: #183883;
}
.wrap-culture .culture
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .wrap-culture .culture
    {
        margin-top: 20px;
    }
}
.wrap-culture .item
{
    margin-top: 50px;

    -webkit-transition: all .5s;
            transition: all .5s;
    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-culture .item
    {
        margin-top: 30px;
    }
}
.wrap-culture .item:before
{
    font-family: 'iconfont' !important;
    font-size: 36px;
    line-height: 95px;

    display: block;

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

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

    color: #fff;
    border-radius: 50%;
    background-color: #ca7460;
}
.wrap-culture .item-2:before
{
    content: '\e612';

    background-color: #8eb85b;
}
.wrap-culture .item-3:before
{
    content: '\e63d';

    background-color: #c38f55;
}
.wrap-culture .item-4:before
{
    font-size: 30px;

    content: '\e63b';

    background-color: #5daeb7;
}
.wrap-culture .item h4
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;

    margin: 24px 0 14px 0;
}
.wrap-culture .item p
{
    font-size: 13px;
    line-height: 1.84615385;

    margin: 0;
}
.wrap-culture .item:hover
{
    -webkit-transform: translateY(-14px);
        -ms-transform: translateY(-14px);
            transform: translateY(-14px);
}
.wrap-culture .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-equipment .item
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-equipment .item
    {
        margin-top: 40px;
    }
}
.wrap-equipment .item .img-box
{
    padding-bottom: 68.29268293%;
}
.wrap-equipment .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-equipment .item p
{
    line-height: 1.42857143;

    display: -webkit-box;
    overflow: hidden;

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

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-equipment .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-equipment .item:hover p
{
    color: #183883;
}
.wrap-advantage .advantage
{
    margin-top: 20px;
}
.wrap-advantage .list
{
    display: inline-block;
    float: none;

    margin-top: 50px;
    margin-right: -4px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-advantage .list
    {
        margin-top: 30px;
    }
}
.wrap-advantage .item
{
    overflow: hidden;
}
.wrap-advantage .item .pic
{
    float: left;

    width: 26%;
}
@media (max-width: 1199px)
{
    .wrap-advantage .item .pic
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .wrap-advantage .item .pic
    {
        width: 30%;
    }
}
.wrap-advantage .item .text
{
    float: left;

    width: 74%;
    padding-left: 20px;
}
@media (max-width: 1199px)
{
    .wrap-advantage .item .text
    {
        width: 60%;
    }
}
@media (max-width: 767px)
{
    .wrap-advantage .item .text
    {
        width: 70%;
    }
}
.wrap-advantage .item .text h4
{
    font-size: 16px;
    font-weight: bold;

    color: #183883;
}
.wrap-advantage .item .text h4 span
{
    display: inline-block;

    margin-right: 12px;
}
.wrap-advantage .item .text p
{
    font-size: 13px;
    line-height: 1.69230769;

    margin: 0;

    color: #666;
}
.wrap-news .news
{
    margin-top: 50px;
}
.wrap-news .item
{
    overflow: hidden;

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

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

    border: 1px solid #ebebeb;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0);
}
@media (max-width: 991px)
{
    .wrap-news .item
    {
        padding: 10px 10px 30px 10px;
    }
}
.wrap-news .item .pic
{
    float: left;

    width: 30%;
}
@media (max-width: 991px)
{
    .wrap-news .item .pic
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .item .pic
    {
        width: 100%;
    }
}
.wrap-news .item .pic .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .item .text
{
    float: left;

    width: 70%;
    padding-left: 45px;
}
@media (max-width: 991px)
{
    .wrap-news .item .text
    {
        width: 60%;
        padding-left: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .item .text
    {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-news .item .text span
{
    font-size: 20px;
    font-weight: bold;

    display: inline-block;

    margin-top: 15px;

    color: #5f7bba;
}
.wrap-news .item .text h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .item .text a
{
    display: block;
}
.wrap-news .item .text p
{
    font-size: 13px;
    line-height: 1.69230769;

    display: -webkit-box;
    overflow: hidden;

    max-height: 44px;
    margin: 24px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .wrap-news .item .text p
    {
        margin-top: 14px;
    }
}
.wrap-news .item .text a.more
{
    line-height: 40px;

    display: inline-block;

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

    color: #fff;
    background-color: #183883;
}
@media (max-width: 991px)
{
    .wrap-news .item .text a.more
    {
        margin-top: 20px;
    }
}
.wrap-news .item .text a.more:hover
{
    text-decoration: underline;
}
.wrap-news .item:hover
{
    border-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
}
.wrap-news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .item:hover .text h3
{
    color: #183883;
}
.wrap-news-show .title-news
{
    padding-bottom: 30px;

    border-bottom: 1px solid #ebebeb;
}
.wrap-news-show .title-news h2
{
    font-size: 28px;
    line-height: 1.6;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-news-show .title-news h2
    {
        font-size: 20px;
    }
}
.wrap-news-show .title-news span
{
    font-size: 16px;
    font-weight: bold;

    display: block;

    margin-top: 4px;

    color: #5f7bba;
}
.wrap-news-show .news-show .text
{
    padding: 50px 0;

    border-bottom: 1px solid #dfdfdf;
}
.wrap-news-show .news-show .text p
{
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-news-show .news-show .text img
{
    max-width: 100%;
}
.wrap-news-show .relate
{
    margin-top: 30px;
}
.wrap-news-show .relate ul li
{
    margin-top: 10px;
}
.wrap-news-show .relate ul li a
{
    font-size: 15px;
    line-height: 2;
}
.wrap-news-show .relate ul li span
{
    color: #183883;
}
.wrap-news-show .relate ul li:hover
{
    color: #183883;
}
.wrap-product .product
{
    margin-top: 20px;
}
.wrap-product .product .item
{
    margin-top: 30px;
    padding: 10px;

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

    border: 1px solid #ebebeb;
    background-color: #f7f7f7;
}
@media (max-width: 991px)
{
    .wrap-product .product .item
    {
        padding: 5px;
    }
}
.wrap-product .product .item .img-box
{
    padding-bottom: 67.94871795%;
}
.wrap-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item .text
{
    padding: 30px 10px;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .text
    {
        padding: 20px 5px;
    }
}
.wrap-product .product .item h4
{
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product .product .item p
{
    font-size: 13px;
    line-height: 1.69230769;

    display: -webkit-box;
    overflow: hidden;

    height: 44px;
    margin: 14px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .wrap-product .product .item p
    {
        height: auto;
        max-height: 40px;
    }
}
.wrap-product .product .item a
{
    display: block;
}
.wrap-product .product .item:hover
{
    border-color: #183883;
    background-color: #fff;
}
.wrap-product .product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .product .item:hover h4
{
    color: #183883;
}
.wrap-product-show .location
{
    padding-left: 10px;
}
.wrap-product-show .location ul li
{
    display: inline-block;
}
.wrap-product-show .location ul li a
{
    font-size: 13px;

    color: #999;
}
.wrap-product-show .location ul li a::after
{
    margin: 0 14px;

    content: '/';

    color: #ccc;
}
.wrap-product-show .location ul li:last-child a::after
{
    display: none;
}
.wrap-product-show .location ul li:hover a
{
    color: #183883;
}
.wrap-product-show .pro-show
{
    overflow: hidden;

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

    border: 1px solid #efefef;
}
@media (max-width: 991px)
{
    .wrap-product-show .pro-show
    {
        margin-top: 40px;
        padding: 10px 10px 40px 10px;
    }
}
.wrap-product-show .pro-show .album
{
    position: relative;

    float: left;

    width: 47%;
}
@media (max-width: 991px)
{
    .wrap-product-show .pro-show .album
    {
        float: none;

        width: 100%;
    }
}
.wrap-product-show .pro-show .album .img-box
{
    padding-bottom: 67.94871795%;
}
.wrap-product-show .pro-show .album .slider-nav
{
    position: relative;

    margin-top: 14px;
    padding: 0 60px;
}
@media (max-width: 991px)
{
    .wrap-product-show .pro-show .album .slider-nav
    {
        padding: 0 40px;
    }
}
.wrap-product-show .pro-show .album .slider-nav .slick-current .item
{
    border: 1px solid #183883;
}
.wrap-product-show .pro-show .album .slider-nav .item
{
    margin: 0 7px;
}
@media (max-width: 991px)
{
    .wrap-product-show .pro-show .album .slider-nav .item
    {
        margin: 0 3px;
    }
}
.wrap-product-show .pro-show .album .slider-nav .slick-arrow
{
    position: absolute;
    top: 50%;
    left: 22px;

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

    background: none;
}
@media (max-width: 991px)
{
    .wrap-product-show .pro-show .album .slider-nav .slick-arrow
    {
        left: 0;
    }
}
.wrap-product-show .pro-show .album .slider-nav .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e601';

    color: #9f9f9f;
}
.wrap-product-show .pro-show .album .slider-nav .slick-arrow.slick-next
{
    right: 22px;
    left: auto;
}
@media (max-width: 991px)
{
    .wrap-product-show .pro-show .album .slider-nav .slick-arrow.slick-next
    {
        right: 0;
    }
}
.wrap-product-show .pro-show .album .slider-nav .slick-arrow.slick-next:before
{
    content: '\e827';
}
.wrap-product-show .pro-show .album .slider-nav .slick-arrow:hover:before
{
    color: #183883;
}
.wrap-product-show .pro-show .text
{
    float: left;

    width: 53%;
    padding-top: 40px;
    padding-left: 50px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .pro-show .text
    {
        padding-top: 0;
        padding-left: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .pro-show .text
    {
        float: none;

        width: 100%;
        padding-top: 40px;
        padding-left: 0;
    }
}
.wrap-product-show .pro-show .text .title-pro
{
    padding-bottom: 20px;

    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 991px)
{
    .wrap-product-show .pro-show .text .title-pro
    {
        padding-bottom: 10px;
    }
}
.wrap-product-show .pro-show .text .title-pro h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .pro-show .text .title-pro h3
    {
        font-size: 20px;
    }
}
.wrap-product-show .pro-show .text .note
{
    margin-top: 40px;
}
.wrap-product-show .pro-show .text .note h4
{
    font-size: 15px;
    font-weight: bold;

    margin-bottom: 20px;

    color: #183883;
}
.wrap-product-show .pro-show .text .note h4:before
{
    margin-right: 20px;

    content: '•';
}
.wrap-product-show .pro-show .text .note p
{
    font-size: 13px;
    line-height: 1.84615385;

    margin: 0;

    color: #666;
}
.wrap-product-show .pro-show .text .link
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-product-show .pro-show .text .link
    {
        margin-top: 20px;
    }
}
.wrap-product-show .pro-show .text .link a
{
    line-height: 45px;

    display: inline-block;

    height: 45px;
    padding: 0 50px;

    color: #fff;
    background-color: #183883;
}
.wrap-product-show .pro-show .text .link a:before
{
    font-family: 'iconfont';
    font-size: 18px;
    font-weight: normal;

    float: left;

    margin-right: 7px;

    content: '\e61f';
}
.wrap-product-show .pro-show .text .link a:hover
{
    text-decoration: underline;
}
.wrap-product-show .parameter
{
    overflow: hidden;

    margin-top: 60px;
}
.wrap-product-show .parameter .category
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 45px;
}
.wrap-product-show .parameter .category:before
{
    position: absolute;
    bottom: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #efefef;
}
.wrap-product-show .parameter .category ul
{
    text-align: center;
}
.wrap-product-show .parameter .category ul li
{
    position: relative;

    display: inline-block;

    height: 45px;
    margin: 0 4px;

    list-style: none;
}
.wrap-product-show .parameter .category ul li a
{
    font-weight: bold;
    line-height: 45px;

    display: block;

    height: 45px;
    padding: 0 50px;

    background-color: #dcdcdc;
}
@media (max-width: 1199px)
{
    .wrap-product-show .parameter .category ul li a
    {
        padding: 0 20px;
    }
}
.wrap-product-show .parameter .category ul li.active a
{
    color: #fff;
    background-color: #183883;
}
.wrap-product-show .parameter .note
{
    display: none;
    overflow: hidden;

    padding: 50px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .note
    {
        padding: 30px 0 0 0;
    }
}
.wrap-product-show .parameter .note p
{
    font-size: 13px;
    line-height: 2.30769231;

    margin: 0;

    color: #666;
}
.wrap-product-show .parameter .note img
{
    max-width: 100%;
}
.wrap-product-show .parameter .message
{
    max-width: 800px;
}
.wrap-product-show .parameter .message p
{
    font-size: 13px;
    line-height: 2.30769231;

    color: #666;
}
.wrap-product-show .parameter .message form
{
    margin-top: 5px;
}
.wrap-product-show .parameter .message input,
.wrap-product-show .parameter .message textarea
{
    font-size: 13px;

    width: 100%;
    margin-top: 25px;
    padding: 0 16px;

    border: 1px solid #ebebeb;
    outline: none;
    background: none;
}
.wrap-product-show .parameter .message input
{
    line-height: 22px;

    height: 42px;
    padding: 10px 20px;
}
.wrap-product-show .parameter .message textarea
{
    line-height: 22px;

    padding: 10px 20px;

    resize: vertical;
}
.wrap-product-show .parameter .message input::-webkit-input-placeholder,
.wrap-product-show .parameter .message textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-product-show .parameter .message input:-o-placeholder,
.wrap-product-show .parameter .message textarea:-o-placeholder
{
    color: #999;
}
.wrap-product-show .parameter .message input::-moz-placeholder,
.wrap-product-show .parameter .message textarea::-moz-placeholder
{
    color: #999;
}
.wrap-product-show .parameter .message input:-ms-input-placeholder,
.wrap-product-show .parameter .message textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-product-show .parameter .message input:focus::-webkit-input-placeholder,
.wrap-product-show .parameter .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .parameter .message input:focus::-o-placeholder,
.wrap-product-show .parameter .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .parameter .message input:focus::-moz-placeholder,
.wrap-product-show .parameter .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .parameter .message input:focus::-ms-input-placeholder,
.wrap-product-show .parameter .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .parameter .message .read input::-webkit-input-placeholder
{
    font-weight: 600;

    color: #333;
}
.wrap-product-show .parameter .message .read input:-o-placeholder
{
    font-weight: 600;

    color: #333;
}
.wrap-product-show .parameter .message .read input::-moz-placeholder
{
    font-weight: 600;

    color: #333;
}
.wrap-product-show .parameter .message .read input:-ms-input-placeholder
{
    font-weight: 600;

    color: #333;
}
.wrap-product-show .parameter .message .read input:focus::-webkit-input-placeholder
{
    font-weight: 600;

    color: #333;
}
.wrap-product-show .parameter .message .read input:focus::-o-placeholder
{
    font-weight: 600;

    color: #333;
}
.wrap-product-show .parameter .message .read input:focus::-moz-placeholder
{
    font-weight: 600;

    color: #333;
}
.wrap-product-show .parameter .message .read input:focus::-ms-input-placeholder
{
    font-weight: 600;

    color: #333;
}
.wrap-product-show .parameter .message .submit
{
    line-height: 45px;

    display: inline-block;

    height: 45px;
    margin-top: 30px;
    padding: 0 70px;

    color: #fff;
    border-radius: 0;
    background-color: #183883;
}
.wrap-product-show .parameter .message .submit:hover
{
    text-decoration: underline;
}
.wrap-contact .contact
{
    overflow: hidden;
}
.wrap-contact .contact .title-contact h3
{
    font-size: 20px;
    font-weight: bold;

    margin: 0;

    letter-spacing: 2.86px;
}
.wrap-contact .contact .title-contact p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 14px 0 0 0;

    color: #666;
}
.wrap-contact .contact .text
{
    float: left;

    width: 52%;
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text
    {
        width: 100%;
    }
}
.wrap-contact .contact .text h4
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.71428571;

    margin: 0;

    color: #183883;
}
.wrap-contact .contact .text p
{
    font-size: 13px;
    line-height: 1.84615385;

    margin-top: 10px;

    color: #666;
}
.wrap-contact .contact .text p.address,
.wrap-contact .contact .text p.tel,
.wrap-contact .contact .text p.fax,
.wrap-contact .contact .text p.email
{
    position: relative;

    padding-left: 26px;
}
.wrap-contact .contact .text p.address:before,
.wrap-contact .contact .text p.tel:before,
.wrap-contact .contact .text p.fax:before,
.wrap-contact .contact .text p.email:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    position: absolute;
    top: -4px;
    left: 0;

    content: '\e60d';

    color: #bdbdbd;
}
.wrap-contact .contact .text p.tel:before
{
    content: '\e61c';
}
.wrap-contact .contact .text p.fax:before
{
    content: '\e606';
}
.wrap-contact .contact .text p.email:before
{
    content: '\e61f';
}
.wrap-contact .contact .text p a:hover
{
    text-decoration: underline;
}
.wrap-contact .contact .message
{
    float: left;

    width: 48%;
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .message
    {
        width: 100%;
    }
}
.wrap-contact .contact .message p
{
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.wrap-contact .contact .message form
{
    margin-top: 12px;
}
.wrap-contact .contact .message form ul
{
    margin: 0 -8px;
}
.wrap-contact .contact .message form ul li
{
    float: left;

    width: 50%;
    padding: 0 8px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .message form ul li
    {
        width: 100%;
    }
}
.wrap-contact .contact .message form ul li:nth-child(5),
.wrap-contact .contact .message form ul li:nth-child(6)
{
    width: 100%;
}
.wrap-contact .contact .message input,
.wrap-contact .contact .message textarea
{
    font-size: 13px;

    width: 100%;
    margin-top: 25px;
    padding: 0 16px;

    border: 1px solid #ebebeb;
    outline: none;
    background: none;
}
.wrap-contact .contact .message input
{
    line-height: 22px;

    height: 42px;
    padding: 10px 20px;
}
.wrap-contact .contact .message textarea
{
    line-height: 22px;

    padding: 10px 20px;

    resize: vertical;
}
.wrap-contact .contact .message input::-webkit-input-placeholder,
.wrap-contact .contact .message textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-contact .contact .message input:-o-placeholder,
.wrap-contact .contact .message textarea:-o-placeholder
{
    color: #999;
}
.wrap-contact .contact .message input::-moz-placeholder,
.wrap-contact .contact .message textarea::-moz-placeholder
{
    color: #999;
}
.wrap-contact .contact .message input:-ms-input-placeholder,
.wrap-contact .contact .message textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-contact .contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .contact .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message input:focus::-o-placeholder,
.wrap-contact .contact .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message input:focus::-moz-placeholder,
.wrap-contact .contact .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message input:focus::-ms-input-placeholder,
.wrap-contact .contact .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message .read input::-webkit-input-placeholder
{
    font-weight: 600;

    color: #333;
}
.wrap-contact .contact .message .read input:-o-placeholder
{
    font-weight: 600;

    color: #333;
}
.wrap-contact .contact .message .read input::-moz-placeholder
{
    font-weight: 600;

    color: #333;
}
.wrap-contact .contact .message .read input:-ms-input-placeholder
{
    font-weight: 600;

    color: #333;
}
.wrap-contact .contact .message .read input:focus::-webkit-input-placeholder
{
    font-weight: 600;

    color: #333;
}
.wrap-contact .contact .message .read input:focus::-o-placeholder
{
    font-weight: 600;

    color: #333;
}
.wrap-contact .contact .message .read input:focus::-moz-placeholder
{
    font-weight: 600;

    color: #333;
}
.wrap-contact .contact .message .read input:focus::-ms-input-placeholder
{
    font-weight: 600;

    color: #333;
}
.wrap-contact .contact .message .submit
{
    line-height: 45px;

    display: inline-block;

    height: 45px;
    margin-top: 30px;
    padding: 0 70px;

    color: #fff;
    border-radius: 0;
    background-color: #183883;
}
.wrap-contact .contact .message .submit:hover
{
    text-decoration: underline;
}
.map
{
    overflow: hidden;

    height: 400px;
}
.map img
{
    height: 100%;
}
/**
 * page
 */
.page
{
    clear: both;
    overflow: hidden;

    margin-top: 70px;

    text-align: center;
}
@media (max-width: 991px)
{
    .page
    {
        margin-top: 40px;
    }
}
.page a
{
    font-weight: bold;
    line-height: 40px;

    display: inline-block;
    overflow: hidden;

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

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

    border-radius: 50%;
}
.page a.omit:hover
{
    color: #333;
    background-color: #fff;
}
.page a.first-child:before,
.page a.last-child:before
{
    font-family: 'iconfont';
    font-size: 18px;

    content: '\e9b5';

    color: #aaa;
}
.page a.first-child:hover:before,
.page a.last-child:hover:before
{
    color: #fff;
}
.page a.last-child:before
{
    content: '\e72f';
}
.page a.active,
.page a:hover
{
    color: #fff;
    border-color: #183883;
    background-color: #183883;
}
@media (max-width: 767px)
{
    .page a
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
    .page a.first-child,
    .page a.last-child
    {
        margin: 0 5px;
    }
}
.fancybox-caption
{
    font-size: 16px;

    text-align: center;

    border: none;
}
.stuck
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 70px!important;
    padding: 5px 0!important;

    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
}
.stuck .logo
{
    height: 60px;
}
.stuck .nav .nav-list1 > li > a
{
    line-height: 60px;
}
.stuck .nav .nav-list1 > li.more > a:after
{
    margin-top: 28px;
}
.stuck .find
{
    line-height: 60px;
}
.stuck .cart
{
    margin-top: 13px;
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
table
{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;

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

    text-align: center;
}
table tr,
table td
{
    width: auto !important;
    height: auto !important;

    vertical-align: middle;
}
table tr:nth-child(odd)
{
    background-color: #f2f2f2;
}
table td
{
    padding: 8px !important;

    border: 1px solid #ccc !important;
}
table tr p,
table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
