@charset 'utf-8';
@-ms-viewport
{
    width: auto !important;
}
.ff
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body
{
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Heiti SC', 'WenQuanYi Micro Hei', Arial, 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', sans-serif;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 1441px)
{
    .container
    {
        width: 1440px;
    }
}
@media only screen and (min-width: 1340px) and (max-width: 1440px)
{
    .container
    {
        width: 1310px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1339px)
{
    .container
    {
        width: 1170px;
    }
}
@media only screen and (min-width: 1700px)
{
    .index-body .container
    {
        width: 1680px;
    }
}
@media only screen and (min-width: 1441px) and (max-width: 1699px)
{
    .index-body .container
    {
        width: 1440px;
    }
}
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[data-fancybox]
{
    outline: none;
}
a[data-fancybox] img
{
    outline: none !important;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
.txt-over1
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
img
{
            backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
}
.img-box
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
.page
{
    text-align: center;
}
.page li
{
    line-height: 47px;

    display: inline-block;

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

    cursor: pointer;
    text-align: center;

    color: #999;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: none;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .page li
    {
        line-height: 37px;

        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px)
{
    .page li
    {
        line-height: 31px;

        width: 34px;
        height: 34px;
        margin: 0 1px;
    }
}
.page li.active,
.page li:hover
{
    color: #fff;
    border-color: #083878;
    background-color: #083878;
}
.page li a
{
    display: block;
}
.page li.prev,
.page li.next
{
    color: #fff;
    background-color: #ddd;
}
.page li.prev:hover,
.page li.next:hover
{
    border-color: #083878;
    background-color: #083878;
}
@media (min-width: 481px)
{
    .page li.prev
    {
        margin-right: 26px;
    }
}
@media (min-width: 481px)
{
    .page li.next
    {
        margin-left: 26px;
    }
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.table-box table
{
    width: auto;
    max-width: 100%;

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

    color: #666;
}
.table-box table tr,
.table-box table td,
.table-box table th
{
    width: auto !important;
    height: auto !important;
}
.table-box table td,
.table-box table th
{
    padding: 14px 30px !important;

    border: 1px solid #ececec !important;
}
.table-box table tr p,
.table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
img.lazy
{
    min-width: 1px;
    min-height: 1px;
}
.lazy
{
    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
img
{
            backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
}
.header
{
    position: relative;
    z-index: 999;

    border-top: 6px solid #083878;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .header
    {
        border-top-width: 3px;
    }
}
@media only screen and (min-width: 1700px)
{
    .header .container
    {
        width: 1680px;
    }
}
.header .logo
{
    z-index: 5;

    float: left;

    text-align: center;
}
@media (max-width: 767px)
{
    .header .logo
    {
        width: 150px;
    }
}
.header .logo a
{
    display: block;

    width: auto;
    max-width: 100%;
    padding: 23px 0;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .logo a
    {
        padding: 15px 0;
    }
}
.header .logo a img
{
    display: block;

    width: 100%;
}
.header .right-box
{
    display: inline-block;
    float: right;

    cursor: pointer;
    vertical-align: middle;
}
@media (min-width: 1200px)
{
    .header .right-box
    {
        margin-left: 30px;
    }
}
@media (max-width: 1199px)
{
    .header .right-box
    {
        padding: 20px 0;
    }
}
@media (max-width: 767px)
{
    .header .right-box
    {
        padding: 15px 0;
    }
}
.header .find
{
    font-size: 18px;
    line-height: 40px;

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

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #083878;
}
.header .find:before
{
    font-family: 'iconfont' !important;
    font-weight: bold;

    content: '\e660';
}
@media (max-width: 1199px)
{
    .header .find
    {
        font-size: 20px;

        display: inline-block;

        margin: 0;

        vertical-align: middle;

        color: #333;
        background: none;
    }
}
.header .nav-collapse
{
    position: relative;

    display: none;

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

    cursor: pointer;

    background: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .header .nav-collapse
    {
        margin-left: 15px;
    }
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: inline-block;

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

        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-left: 5px;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 25px;
    height: 2px;

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

    background-color: #333;
}
.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: 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;

        text-align: center;
    }
}
@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: -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: #000;
    }
    .header .nav .tbl
    {
        display: table;

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

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 25px;
    }
}
.header .nav.left-100
{
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
}
.header .nav.left-200
{
    -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
}
.header .nav.left-300
{
    -webkit-transform: translateX(-300%);
        -ms-transform: translateX(-300%);
            transform: translateX(-300%);
}
.header .nav.left-400
{
    -webkit-transform: translateX(-400%);
        -ms-transform: translateX(-400%);
            transform: translateX(-400%);
}
.header .nav.left-500
{
    -webkit-transform: translateX(-500%);
        -ms-transform: translateX(-500%);
            transform: translateX(-500%);
}
.header .nav .nav-list1
{
    position: relative;

    zoom: 1;
}
.header .nav .nav-list1:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 li a
    {
        white-space: nowrap;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;

        float: left;

        margin: 0 33px;
    }
    .header .nav .nav-list1 > li.active > a,
    .header .nav .nav-list1 > li:hover > a
    {
        color: #083878;
    }
    .header .nav .nav-list1 > li > a
    {
        position: relative;

        display: block;

        padding: 27px 0;

        text-align: left;
    }
    .header .nav .nav-list1 > li > a > span:first-child
    {
        font-size: 16px;

        display: block;
    }
    .header .nav .nav-list1 > li > a > span:last-child
    {
        font-size: 12px;

        color: #999;
    }
    .header .nav .nav-list1 .nav-list2,
    .header .nav .nav-list1 .nav-list3
    {
        display: none;

        text-align: left;

        background-color: #fff;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 50%;

        padding: 10px 0;

        border-top: 1px solid #ececec;
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        position: relative;

        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 > li:first-child > a
    {
        border-top: none;
    }
    .header .nav .nav-list1 .nav-list2 > li:before,
    .header .nav .nav-list1 .nav-list2 > li:after
    {
        position: absolute;
        z-index: 2;
        left: 0;

        display: none;

        width: 100%;
        height: 1px;

        content: '';

        background-color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 > li:before
    {
        top: 0;
    }
    .header .nav .nav-list1 .nav-list2 > li:after
    {
        top: 100%;
    }
    .header .nav .nav-list1 .nav-list2 > li:hover > a
    {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px);

        color: #083878;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
        line-height: 2;

        position: relative;

        display: inline-block;

        padding: 0 30px;

        -webkit-transition: .3s;
                transition: .3s;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: 0;
        left: 100%;

        width: 255px;
        padding: 20px;

        border-left: 1px solid transparent;
        background-clip: padding-box;
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        position: relative;

        padding: 12px 0 12px 10px;

        white-space: normal;
        word-break: break-word;
    }
    .header .nav .nav-list1 .nav-list3 li > a:hover
    {
        color: #083878;
    }
    .header .nav .nav-list1 .nav-list3 li > a:before
    {
        position: absolute;
        top: 50%;
        left: 0;

        content: '-';
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
@media (min-width: 1200px) and (max-width: 1440px)
{
    .header .nav .nav-list1 > li
    {
        margin: 0 28px;
    }
}
@media (min-width: 1200px) and (max-width: 1339px)
{
    .header .nav .nav-list1 > li
    {
        margin: 0 20px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        white-space: nowrap;

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

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

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a,
.header .nav .nav-list4 a,
.header .nav .nav-list5 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a,
    .header .nav .nav-list4 a,
    .header .nav .nav-list5 a
    {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3,
.header .nav-4,
.header .nav-5
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3,
    .header .nav-4,
    .header .nav-5
    {
        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 .nav-2 .nav-top,
.header .nav-3 .nav-top,
.header .nav-4 .nav-top,
.header .nav-5 .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,
.header .nav-4 .nav-top .back-btn:before,
.header .nav-5 .nav-top .back-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;

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

    margin: 0;
}
@media (max-width: 1199px)
{
    .header .nav-2 .nav-top h2 span:last-child,
    .header .nav-3 .nav-top h2 span:last-child,
    .header .nav-4 .nav-top h2 span:last-child,
    .header .nav-5 .nav-top h2 span:last-child
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top h2,
    .header .nav-3 .nav-top h2,
    .header .nav-4 .nav-top h2,
    .header .nav-5 .nav-top h2
    {
        font-size: 20px;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2,
.header .nav-4 .nav-top .nav-collapse-2,
.header .nav-5 .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,
.header .nav-4 .nav-top .nav-collapse-2 .btn-line,
.header .nav-5 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content,
.header .nav-4 .content,
.header .nav-5 .content
{
    overflow: auto;

    max-height: 70%;
    margin-top: 5%;
}
@media (max-width: 767px)
{
    .header .nav-2 .content,
    .header .nav-3 .content,
    .header .nav-4 .content,
    .header .nav-5 .content
    {
        margin-top: 10%;
    }
}
@media all and (orientation: landscape)
{
    .header .nav-2 .content,
    .header .nav-3 .content,
    .header .nav-4 .content,
    .header .nav-5 .content
    {
        margin-top: 5%;
    }
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul,
    .header .nav-3 .content ul,
    .header .nav-4 .content ul,
    .header .nav-5 .content ul
    {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li,
.header .nav-4 .content ul li,
.header .nav-5 .content ul li
{
    font-size: 24px;
    line-height: 50px;

    text-align: left;
}
@media (max-width: 991px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li,
    .header .nav-4 .content ul li,
    .header .nav-5 .content ul li
    {
        margin: 10px 0;
    }
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li,
    .header .nav-4 .content ul li,
    .header .nav-5 .content ul li
    {
        font-size: 18px;
        line-height: 45px;

        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more,
.header .nav-4 .content ul li.more,
.header .nav-5 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after,
.header .nav-4 .content ul li.more:after,
.header .nav-5 .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,
.header .nav-4 .content ul li a,
.header .nav-5 .content ul li a
{
    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-4
{
    left: 300%;
}
.header .nav-5
{
    left: 400%;
}
.header .search-wrap
{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    background-color: rgba(0, 0, 0, .97);
}
.header .search-wrap.active .search
{
    -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
}
.header .search-wrap .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 800px;
    max-width: 100%;
    margin: auto;
    padding: 0 15px;

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

    border: none;
    border-radius: 0;
}
.header .search-wrap .search p
{
    margin-bottom: 50px;

    text-align: center;
    letter-spacing: 2px;

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

    width: 100%;
    padding: 0 35px 5px 20px;

    text-align: center;

    color: #fff;
    border-bottom: 3px solid #1f1e1e;
    background: none;
}
@media (max-width: 767px)
{
    .header .search-wrap .search .input-text
    {
        padding-left: 5px;
    }
}
.header .search-wrap .search .input-submit
{
    line-height: 36px;

    position: absolute;
    right: 0;
    bottom: 10px;

    width: 50px;

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

    content: '\e660';
}
.header .search-wrap .search-close
{
    position: absolute;
    top: 30px;
    right: 10%;

    cursor: pointer;
}
.header .search-wrap .search-close:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e61b';

    color: #fff;
}
.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.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        zoom: 1;

        -webkit-transform: translateX(-15px) rotateX(90deg);
                transform: translateX(-15px) rotateX(90deg);
    }
    .header .fade-out ul.nav-list1 > li:after
    {
        display: block;
        visibility: hidden;
        clear: both;

        height: 0;

        content: '';
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0) rotateX(0deg);
                transform: translateX(0) rotateX(0deg);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more > a:before
    {
        font-family: 'iconfont' !important;
        font-size: 25px;

        content: '\e72f';

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

        position: relative;

        display: block;
    }
    .header .fade-out ul.nav-list1 > li > a > span:last-child
    {
        display: none;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px) and (orientation: landscape)
{
    .header .fade-out ul.nav-list1
    {
        overflow: auto;

        max-height: 72%;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li
    {
        height: 55px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li.more
    {
        padding-right: 10px;

        -webkit-transition: padding-right .5s;
                transition: padding-right .5s;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li.more > a:before
    {
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media (max-width: 1199px) and (max-width: 991px)
{
    .header .fade-out ul.nav-list1 > li.more > a:before
    {
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li.more.show
    {
        padding-right: 0;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 20px;
        line-height: 42px;
    }
}
@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 .xs-language
{
    position: absolute;
    bottom: 30px;
    left: 0;

    width: 100%;
    padding-left: 25px;

    text-align: left;
}
@media (min-width: 1200px)
{
    .header .xs-language
    {
        display: none;
    }
}
.header .xs-language a
{
    font-size: 16px;

    white-space: nowrap;

    color: #fff;
}
.header .xs-language a.active
{
    text-decoration: underline;
}
.header .xs-language span
{
    margin: 0 5px;

    color: #fff;
}
.search-wrap
{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    background-color: rgba(0, 0, 0, .97);
}
.search-wrap.active .search
{
    -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
}
.search-wrap .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 800px;
    max-width: 100%;
    margin: auto;
    padding: 0 15px;

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

    border: none;
    border-radius: 0;
}
.search-wrap .search p
{
    margin-bottom: 50px;

    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
.search-wrap .search .input-text
{
    font-size: 20px;
    line-height: 40px;

    width: 100%;
    padding: 0 35px 5px 20px;

    text-align: center;

    color: #fff;
    border-bottom: 3px solid #1f1e1e;
    background: none;
}
@media (max-width: 767px)
{
    .search-wrap .search .input-text
    {
        padding-left: 5px;
    }
}
.search-wrap .search .input-submit
{
    line-height: 36px;

    position: absolute;
    right: 0;
    bottom: 10px;

    width: 50px;

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

    content: '\e660';

    color: #ccc;
}
.search-wrap .search-close
{
    position: absolute;
    top: 30px;
    right: 10%;

    cursor: pointer;
}
.search-wrap .search-close:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e61b';

    color: #fff;
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

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

    letter-spacing: -8px;

    background-color: #255899;
}
.banner > div
{
    font-size: 14px;

    letter-spacing: 0;
}
.banner .banner-wrap
{
    width: 100%;
}
@media (min-width: 1850px)
{
    .banner .banner-wrap
    {
        width: 1920px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .banner .banner-wrap
    {
        padding-bottom: 30px;
    }
}
@media (max-width: 1199px)
{
    .banner .banner-wrap .slick
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 767px)
{
    .banner .banner-wrap .slick
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
.banner .banner-wrap .slick-dots
{
    position: absolute;
    bottom: 130px;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
}
@media (max-width: 991px)
{
    .banner .banner-wrap .slick-dots
    {
        bottom: 80px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-wrap .slick-dots
    {
        bottom: 10%;
    }
}
.banner .banner-wrap .slick-dots li
{
    display: inline-block;

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

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;

    border-radius: 6px;
    background: #fff;
}
.banner .banner-wrap .slick-dots li:hover
{
    background-color: #083878;
}
.banner .banner-wrap .slick-dots li.slick-active
{
    width: 30px;
}
.banner .banner-wrap .slick-dots li button
{
    display: none;
}
.banner .banner-wrap .img-box
{
    padding-bottom: 39.0625%;
}
@media only screen and (min-width: 768px)
{
    .banner .banner-news
    {
        position: absolute;
        z-index: 10;
        bottom: 0;
        left: 0;

        width: 100%;
    }
}
@media (max-width: 767px)
{
    .banner .banner-news
    {
        display: none;
    }
}
.banner .banner-news .content
{
    position: relative;

    zoom: 1;

    color: #fff;
    background-color: #255899;
}
.banner .banner-news .content:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media only screen and (min-width: 768px)
{
    .banner .banner-news .content
    {
        padding-left: 250px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .banner .banner-news .content
    {
        padding-left: 200px;
    }
}
.banner .banner-news .title
{
    padding: 27px 0;
}
@media only screen and (min-width: 768px)
{
    .banner .banner-news .title
    {
        position: absolute;
        top: 0;
        left: 0;

        width: 250px;

        text-align: center;

        background-color: #1b4881;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .banner .banner-news .title
    {
        width: 200px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-news .title
    {
        padding: 0;
    }
}
.banner .banner-news .title h3
{
    font-size: 20px;

    display: inline-block;

    margin: 0;

    text-align: left;
}
.banner .banner-news .title h3 span
{
    font-size: 12px;

    display: block;

    margin-top: 8px;
}
.banner .banner-news .slick-news
{
    min-height: 100px;
}
@media only screen and (min-width: 768px)
{
    .banner .banner-news .slick-news
    {
        padding: 18px 8%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .banner .banner-news .slick-news
    {
        padding-right: 80px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-news .slick-news
    {
        padding: 10px 0 25px;
    }
    .banner .banner-news .slick-news .item
    {
        margin-top: 15px;
    }
}
.banner .banner-news .slick-news p
{
    line-height: 2.14285714;

    width: 100%;
    max-width: 100%;
    margin: 0;
}
@media (min-width: 1200px)
{
    .banner .banner-news .slick-news p:hover > a .intro
    {
        text-decoration: underline;
    }
}
@media only screen and (min-width: 768px)
{
    .banner .banner-news .slick-news p
    {
        overflow: hidden;

        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
.banner .banner-news .slick-news p > a
{
    position: relative;
}
@media only screen and (min-width: 768px)
{
    .banner .banner-news .slick-news p > a
    {
        overflow: hidden;

        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
.banner .banner-news .slick-news p .type
{
    margin: 0 5% 0 4%;
}
.banner .banner-news .slick-news p .type:before
{
    display: inline-block;

    width: 4px;
    height: 4px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .banner .banner-news .slick-news p .intro
    {
        display: block;
        overflow: hidden;

        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
.banner .banner-news .slick-arrow
{
    position: absolute;
    right: 5%;

    background: none;
}
.banner .banner-news .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.banner .banner-news .slick-arrow:hover
{
    font-weight: bold;
}
@media (max-width: 767px)
{
    .banner .banner-news .slick-arrow
    {
        display: none !important;
    }
}
.banner .banner-news .slick-prev
{
    top: 25px;
}
.banner .banner-news .slick-prev:before
{
    content: '\e9b8';
}
.banner .banner-news .slick-next
{
    bottom: 25px;
}
.banner .banner-news .slick-next:before
{
    content: '\e602';
}
.index-box
{
    overflow: hidden;

    max-width: 100%;
    padding: 100px 0;
}
@media (max-width: 1199px)
{
    .index-box
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .index-box
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .index-box
    {
        padding: 50px 0;
    }
}
.index-box .title
{
    text-align: center;
}
.index-box .title h3
{
    font-size: 30px;
    font-weight: normal;

    margin: 0 0 10px;
}
@media (max-width: 991px)
{
    .index-box .title h3
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .index-box .title h3
    {
        font-size: 26px;
    }
}
.index-box .title p
{
    line-height: 2.14285714;

    margin: 0 auto;

    color: #666;
}
@media only screen and (min-width: 992px)
{
    .index-product .list li:nth-child(1) .item,
    .index-product .list li:nth-child(3) .item
    {
        padding-bottom: 50%;
    }
    .index-product .list li:nth-child(1) .item img,
    .index-product .list li:nth-child(3) .item img
    {
        bottom: 65px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1339px)
{
    .index-product .list li:nth-child(2) .item
    {
        padding-bottom: 25%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .index-product .list li:nth-child(2) .item
    {
        padding-bottom: 20%;
    }
    .index-product .list li:nth-child(2) .item img
    {
        width: 50%;
    }
}
.index-product .item
{
    position: relative;

    display: block;

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

    background: url(../images/imgs/index-product-bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 992px)
{
    .index-product .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .index-product .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .index-product .item:hover .more
    {
        color: #083878;
    }
}
@media (max-width: 767px)
{
    .index-product .item
    {
        margin-top: 20px;
    }
}
.index-product .item h4
{
    font-size: 18px;

    margin: 0 0 15px;
}
.index-product .item p
{
    line-height: 1.71428571;

    width: 60%;
    margin: 0;

    color: #666;
}
@media (max-width: 1339px)
{
    .index-product .item p
    {
        width: 75%;
    }
}
@media (max-width: 1199px)
{
    .index-product .item p
    {
        width: 100%;
    }
}
.index-product .item .more
{
    margin-top: 16%;

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

    color: #999;
}
.index-product .item .more:after
{
    margin-left: 5px;

    content: '>';
}
.index-product .item .pic-box
{
    position: absolute;
    right: 5%;
    bottom: 30px;

    display: block;

    max-width: 100%;

    text-align: right;
}
.index-product .item img
{
    display: inline-block !important;
}
@media (max-width: 1699px)
{
    .index-product .item
    {
        padding-bottom: 80px;
    }
    .index-product .item img
    {
        display: block;

        width: 85%;
    }
}
@media (max-width: 1440px)
{
    .index-product .item img
    {
        width: 80%;
    }
}
@media (max-width: 1339px)
{
    .index-product .item img
    {
        width: 70%;
    }
}
@media (max-width: 1199px)
{
    .index-product .item img
    {
        width: 60%;
    }
}
@media (max-width: 767px)
{
    .index-product .item
    {
        padding: 30px 7% 22%;
    }
    .index-product .item img
    {
        width: 50%;
    }
}
.index-about
{
    position: relative;
}
.index-about:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 71.09375%;
    height: 100%;

    content: '';

    background: #003f91 url(../images/imgs/about-bg.png) no-repeat center bottom;
    background-size: contain;
}
@media (max-width: 991px)
{
    .index-about:before
    {
        width: 100%;
    }
}
.index-about .title
{
    text-align: left;
}
.index-about .title,
.index-about .title p
{
    color: #fff;
}
.index-about .title h3
{
    margin-bottom: 20px;
}
.index-about .title p
{
    display: -webkit-box;
    overflow: hidden;

    height: auto;
    max-height: 90px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media only screen and (min-width: 992px)
{
    .index-about .container
    {
        position: relative;

        overflow: hidden;
        zoom: 1;

        width: 100%;
        padding: 0;
    }
    .index-about .container:after
    {
        display: block;
        visibility: hidden;
        clear: both;

        height: 0;

        content: '';
    }
}
@media only screen and (min-width: 992px)
{
    .index-about .video-content,
    .index-about .about-content
    {
        float: left;

        width: 50%;
    }
}
.index-about .video-content
{
    position: relative;

    overflow: hidden;
}
@media only screen and (min-width: 992px)
{
    .index-about .video-content
    {
        float: right;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .index-about .video-content
    {
        margin: 0 auto;
    }
}
.index-about .video-content .video
{
    position: relative;

    overflow: hidden;

    padding-bottom: 61.53846154%;

    background-color: rgba(0, 0, 0, .7);
}
.index-about .video-content .img-box
{
    position: absolute;
    top: 50%;

    width: 100%;
    padding-bottom: 61.53846154%;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (min-width: 992px)
{
    .index-about .video-content .img-box img
    {
        -webkit-transition:         transform 2s;
        -webkit-transition: -webkit-transform 2s;
                transition: -webkit-transform 2s;
                transition:         transform 2s;
                transition:         transform 2s, -webkit-transform 2s;
    }
    .index-about .video-content .img-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.index-about .video-content .img-box:before
{
    font-size: 70px;

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

    display: block;

    width: 80px;
    height: 80px;

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

    color: #fff;
    background: url(../images/video-btn.png) no-repeat;
    background-size: cover;
}
@media (max-width: 991px)
{
    .index-about .video-content .img-box:before
    {
        width: 70px;
        height: 70px;
    }
}
@media (max-width: 767px)
{
    .index-about .video-content .img-box:before
    {
        width: 60px;
        height: 60px;
    }
}
.index-about .video-content .img-box:after
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .7);
}
@media (max-width: 991px)
{
    .index-about .about-content
    {
        margin-top: 35px;
    }
}
.index-about .about-content .intro-wrap
{
    position: relative;
}
@media only screen and (min-width: 992px)
{
    .index-about .about-content .intro-wrap
    {
        padding-bottom: 61.53846154%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .index-about .about-content .intro-wrap
    {
        padding-bottom: 75%;
    }
}
@media only screen and (min-width: 992px)
{
    .index-about .about-content .intro
    {
        position: absolute;
        top: 50%;
        left: 0;

        width: 100%;
        padding: 0 12% 0 13%;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
.index-about .about-content .intro ul
{
    margin: 9% -15px 14%;

    color: #083878;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .index-about .about-content .intro ul
    {
        margin-right: -5px;
        margin-left: -5px;
    }
}
@media (max-width: 991px)
{
    .index-about .about-content .intro ul
    {
        margin: 5% -15px 9%;
    }
}
.index-about .about-content .intro ul li
{
    float: left;

    padding: 0 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .index-about .about-content .intro ul li
    {
        padding: 0 5px;
    }
}
@media (max-width: 767px)
{
    .index-about .about-content .intro ul li
    {
        width: 45%;
    }
}
.index-about .about-content .intro ul li:nth-child(1) p:before
{
    content: '\e61a';
}
.index-about .about-content .intro ul li:nth-child(2) p:before
{
    content: '\e617';
}
.index-about .about-content .intro ul li:nth-child(3) p:before
{
    content: '\e723';
}
.index-about .about-content .intro ul li:nth-child(4) p:before
{
    content: '\e7b4';
}
.index-about .about-content .intro ul .item
{
    display: block;

    width: 110px;
    height: 110px;

    border-radius: 50%;
    background-color: #fff;
}
@media (min-width: 1200px)
{
    .index-about .about-content .intro ul .item:hover
    {
        -webkit-transition: .5s;
                transition: .5s;

        color: #fff;
        background-color: #01a7ef;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1440px)
{
    .index-about .about-content .intro ul .item
    {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 767px)
{
    .index-about .about-content .intro ul .item
    {
        width: 90px;
        height: 90px;
        margin: 15px 0;
    }
}
.index-about .about-content .intro ul p
{
    position: relative;
    top: 50%;

    margin: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.index-about .about-content .intro ul p:before
{
    font-family: 'iconfont' !important;
    font-size: 36px;
    font-style: normal;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1440px)
{
    .index-about .about-content .intro ul p:before
    {
        font-size: 28px;
        line-height: 1;
    }
}
.index-about .about-content .intro .more
{
    font-size: 15px;
    line-height: 45px;

    position: relative;

    display: block;

    width: 150px;
    height: 45px;

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

    border-radius: 5px;
}
.index-about .about-content .intro .more span
{
    position: relative;
    z-index: 3;

    display: block;

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

    color: #fff;
    background-color: #01a7ef;
}
.index-about .about-content .intro .more span,
.index-about .about-content .intro .more:after
{
    border-radius: 5px;
}
.index-about .about-content .intro .more:after
{
    position: absolute;
    z-index: 2;
    top: 5px;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: #0074ac;
}
.index-about .about-content .intro .more:hover span
{
    background-color: #059ee0;
}
.index-choose .choose-list li
{
    margin-top: 40px;
    padding: 0 15px;
}
@media only screen and (min-width: 768px)
{
    .index-choose .choose-list li
    {
        float: left;

        width: 33.333%;
    }
}
@media (max-width: 767px)
{
    .index-choose .choose-list li
    {
        margin-top: 20px;
    }
}
.index-choose .choose-list li:nth-child(1) .item:before
{
    content: '\e619';
}
.index-choose .choose-list li:nth-child(2) .item:before
{
    content: '\e685';
}
.index-choose .choose-list li:nth-child(3) .item:before
{
    content: '\e7f3';
}
.index-choose .item
{
    position: relative;

    padding: 55px 30px 55px 150px;

    background-color: #f6f6f6;
}
.index-choose .item:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-style: normal;
    line-height: 60px;

    display: block;

    width: 60px;
    height: 60px;

    content: '';
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #083878;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1200px)
{
    .index-choose .item:before
    {
        position: absolute;
        top: 60px;
        left: 50px;
    }
}
@media (max-width: 767px)
{
    .index-choose .item:before
    {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
@media (max-width: 1699px)
{
    .index-choose .item
    {
        padding: 55px 30px 55px 120px;
    }
    .index-choose .item:before
    {
        left: 35px;
    }
}
@media (max-width: 1440px)
{
    .index-choose .item
    {
        padding: 55px 30px 55px 110px;
    }
    .index-choose .item:before
    {
        left: 25px;
    }
}
@media (max-width: 1199px)
{
    .index-choose .item
    {
        padding: 30px;
    }
    .index-choose .item:before
    {
        margin-bottom: 15px;
    }
}
@media (max-width: 767px)
{
    .index-choose .item
    {
        padding: 30px 15px 30px 80px;
    }
    .index-choose .item:before
    {
        position: absolute;
        top: 25px;
        left: 10px;
    }
}
.index-choose .item h5
{
    font-size: 18px;

    margin: 0 0 20px;
}
@media (max-width: 1440px)
{
    .index-choose .item h5
    {
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .index-choose .item h5
    {
        font-size: 20px;

        margin: 20px 0;
    }
}
.index-choose .item p
{
    line-height: 2.14285714;

    position: relative;

    margin: 0;
    padding-left: 15px;

    color: #666;
}
.index-choose .item p:before
{
    position: absolute;
    top: 12px;
    left: 0;

    display: block;

    width: 4px;
    height: 4px;

    content: '';

    background-color: #999;
}
.index-news
{
    border-top: 1px solid #ececec;
}
.index-news .row
{
    margin-top: 40px;
}
.index-news .pic-box
{
    position: relative;
}
@media (min-width: 992px)
{
    .index-news .pic-box img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .index-news .pic-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media only screen and (min-width: 992px)
{
    .index-news .pic-box:hover h4
    {
        text-decoration: underline;
    }
}
.index-news .img-box
{
    padding-bottom: 59.25925926%;
}
.index-news .intro
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 25px 30px;

    color: #fff;
    background-color: rgba(0, 63, 145, .8);
}
@media (max-width: 767px)
{
    .index-news .intro
    {
        padding: 20px;
    }
}
.index-news .intro h4,
.index-news .intro p
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-news .intro h4
{
    margin: 0 0 10px;
}
@media (max-width: 767px)
{
    .index-news .intro h4
    {
        font-size: 16px;
    }
}
.index-news .intro p
{
    margin: 0;
}
@media (max-width: 767px)
{
    .index-news .intro p
    {
        font-size: 12px;
    }
}
.index-news .intro .more
{
    color: #999;
}
.index-news .list li:first-child > a
{
    border-top: 1px solid #ececec;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .index-news .list li:last-child
    {
        display: none;
    }
}
.index-news .list li > a
{
    position: relative;

    display: block;

    padding: 36px 140px 36px 0;

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

    border-bottom: 1px solid #ececec;
}
@media only screen and (min-width: 1200px)
{
    .index-news .list li > a:hover
    {
        box-shadow: 0 0 24px 0 rgba(7, 17, 27, .2);
    }
    .index-news .list li > a:hover h4,
    .index-news .list li > a:hover p
    {
        -webkit-transform: translateX(20px);
            -ms-transform: translateX(20px);
                transform: translateX(20px);
    }
    .index-news .list li > a:hover h4
    {
        color: #083878;
    }
}
@media (max-width: 1699px)
{
    .index-news .list li > a
    {
        padding: 24px 140px 24px 0;
    }
}
@media (max-width: 1440px)
{
    .index-news .list li > a
    {
        padding: 18px 140px 18px 0;
    }
}
@media (max-width: 1339px)
{
    .index-news .list li > a
    {
        padding: 11px 140px 11px 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .index-news .list li > a
    {
        padding: 24px 110px 24px 0;
    }
}
@media (max-width: 991px)
{
    .index-news .list li > a
    {
        padding: 24px 110px 25px 0;
    }
}
@media (max-width: 767px)
{
    .index-news .list li > a
    {
        padding: 20px 0 20px 0;
    }
}
.index-news .list li h4,
.index-news .list li p
{
    padding-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .index-news .list li h4,
    .index-news .list li p
    {
        padding-left: 20px;
    }
}
@media (max-width: 767px)
{
    .index-news .list li h4,
    .index-news .list li p
    {
        padding-left: 20px;
    }
}
.index-news .list li h4
{
    font-size: 16px;

    position: relative;

    overflow: hidden;

    -webkit-transition: .5s;
            transition: .5s;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-news .list li h4:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

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

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

    background-color: #666;
}
.index-news .list li h4 a
{
    display: block;
    overflow: hidden;

    height: 18px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-news .list li p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin-bottom: 0;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .index-news .list li p
    {
        margin-top: 10px;
    }
}
@media only screen and (min-width: 768px)
{
    .index-news .list li .time
    {
        position: absolute;
        top: 45px;
        right: 30px;

        color: #999;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1699px)
{
    .index-news .list li .time
    {
        top: 34px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1440px)
{
    .index-news .list li .time
    {
        top: 26px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1339px)
{
    .index-news .list li .time
    {
        top: 22px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .index-news .list li .time
    {
        top: 32px;
    }
}
@media (max-width: 767px)
{
    .index-news .list li .time
    {
        margin-left: 20px;
    }
}
.public-banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.public-banner img
{
    position: relative;

    display: block;

    width: 100%;
}
@media (max-width: 1199px)
{
    .public-banner img
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 991px)
{
    .public-banner img
    {
        width: 180%;
        max-width: 180%;
        margin-left: -40%;
    }
}
@media (max-width: 767px)
{
    .public-banner img
    {
        width: 220%;
        max-width: 220%;
        margin-left: -60%;
    }
}
.inside-page
{
    overflow: hidden;
}
.inside-page .inside-nav
{
    zoom: 1;

    padding: 36px 0 26px;

    border-bottom: 1px solid #ececec;
}
.inside-page .inside-nav:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (max-width: 767px)
{
    .inside-page .inside-nav
    {
        padding-bottom: 15px;
    }
}
.inside-page .inside-nav h2
{
    font-size: 24px;

    position: relative;

    margin: 0;
}
@media only screen and (min-width: 768px)
{
    .inside-page .inside-nav h2
    {
        float: left;
    }
}
@media (max-width: 767px)
{
    .inside-page .inside-nav h2
    {
        margin-bottom: 10px;
    }
}
.inside-page .inside-nav .bread-nav
{
    padding: 3px 0;

    color: #666;
}
@media only screen and (min-width: 768px)
{
    .inside-page .inside-nav .bread-nav
    {
        float: right;
    }
}
.inside-page .inside-nav .bread-nav .breadcrumb
{
    margin: 0;
    padding: 0;

    background: none;
}
.inside-page .inside-nav .bread-nav .breadcrumb li.active:before
{
    padding-right: 3px;
}
.inside-page .inside-nav .bread-nav .breadcrumb li a:hover
{
    text-decoration: underline;

    color: #083878;
}
.inside-page .inside-nav .bread-nav .breadcrumb > li + li:before
{
    margin: 0 12px;
    padding: 0;

    content: '>';

    color: #666;
}
@media (max-width: 767px)
{
    .inside-page .inside-nav .bread-nav .breadcrumb > li + li:before
    {
        margin: 0 5px;
    }
}
@media (max-width: 991px)
{
    .inside-page .list-l
    {
        display: none;
    }
}
.inside-page .list-l .menu-wrap
{
    position: relative;
    z-index: 20;

    margin-bottom: -999999px;
    padding-bottom: 999999px;

    border-right: 1px solid #ececec;
}
.inside-page .list-l .menu
{
    position: relative;
    z-index: 10;

    color: #666;
}
.inside-page .list-l .menu .menu1 ul
{
    min-width: 250px;
    padding-left: 2px;

    background-color: #ececec;
    background-clip: content-box;
}
.inside-page .list-l .menu .menu1 > li > a:after,
.inside-page .list-l .menu .menu1 .menu2 li.more > a:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

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

    display: block;

    content: '\e682';
    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #bbb;
}
.inside-page .list-l .menu .menu1 li
{
    white-space: nowrap;

    border-top: 1px solid #fff;
}
.inside-page .list-l .menu .menu1 li:first-child
{
    border: none;
}
.inside-page .list-l .menu .menu1 li:hover > a
{
    background-color: #083878;
}
.inside-page .list-l .menu .menu1 li:hover > a,
.inside-page .list-l .menu .menu1 li:hover > a:after
{
    color: #fff;
}
.inside-page .list-l .menu .menu1 li a
{
    position: relative;

    display: block;

    padding: 15px 20px 15px 20px;

    -webkit-transition: .3s;
            transition: .3s;
}
.inside-page .list-l .menu .menu1 > li
{
    position: relative;
}
.inside-page .list-l .menu .menu1 > li.more > a:after
{
    right: 30px;
}
.inside-page .list-l .menu .menu1 > li.active > a
{
    padding-left: 20px;

    color: #fff;
    background-color: #083878;
}
.inside-page .list-l .menu .menu1 > li.active > a:after
{
    color: #fff;
}
.inside-page .list-l .menu .menu1 > li:hover
{
    z-index: 10;
}
.inside-page .list-l .menu .menu1 > li:hover > a
{
    padding-left: 20px;
}
.inside-page .list-l .menu .menu1 > li > a
{
    font-size: 16px;

    position: relative;

    display: block;

    padding: 19px 40px 19px 0;
}
.inside-page .list-l .menu ul.menu2
{
    position: absolute;
    top: 10px;
    left: 100%;

    display: none;

    margin-left: -120px;
    padding: 0;
}
.inside-page .list-l .menu ul.menu2 > li
{
    position: relative;

    cursor: pointer;
}
@media (max-width: 1199px)
{
    .inside-page .list-l .menu ul.menu2 > li > a
    {
        font-size: 14px;
    }
}
.inside-page .list-l .menu ul.menu2 ul
{
    position: absolute;
    z-index: 20;
    top: 0;
    left: 100%;

    display: none;
}
.inside-page .content-r
{
    overflow: hidden;
    min-height: 600px;
}
.inside-page .title
{
    margin-bottom: 40px;

    text-align: center;
}
@media (max-width: 767px)
{
    .inside-page .title
    {
        margin-bottom: 30px;
    }
}
.inside-page .title h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;
}
.inside-page .title h3 span
{
    position: relative;

    display: inline-block;
}
.inside-page .title h3 span:after
{
    display: block;

    width: 40px;
    height: 5px;
    margin: 20px auto 0;

    content: '';

    background-color: #083878;
}
@media (max-width: 991px)
{
    .inside-page .title h3
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .inside-page .title h3
    {
        font-size: 24px;
    }
    .inside-page .title h3 span:after
    {
        height: 3px;
        margin-top: 15px;
    }
}
.inside-page .content
{
    position: relative;

    padding: 60px 0 100px;
}
@media (max-width: 991px)
{
    .inside-page .content
    {
        padding: 55px 0 60px 0;
    }
}
@media (max-width: 767px)
{
    .inside-page .content
    {
        padding: 40px 0 45px 0;
    }
}
.news-wrap .list
{
    overflow: hidden;
}
.news-wrap .list li
{
    margin-bottom: 20px;
}
.news-wrap .list li > a
{
    line-height: 30px;

    display: block;
    overflow: hidden;
    zoom: 1;

    padding: 20px 80px 20px 20px;

    border: 1px solid #ececec;
}
.news-wrap .list li > a:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (min-width: 992px)
{
    .news-wrap .list li > a img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .news-wrap .list li > a:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media only screen and (min-width: 992px)
{
    .news-wrap .list li > a:hover h4
    {
        color: #083878;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .news-wrap .list li > a
    {
        padding-right: 40px;
    }
}
@media (max-width: 767px)
{
    .news-wrap .list li > a
    {
        padding: 10px;
    }
}
@media only screen and (min-width: 768px)
{
    .news-wrap .list li .pic-box
    {
        float: left;

        width: 270px;
        margin-right: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .news-wrap .list li .pic-box
    {
        width: 240px;
    }
}
.news-wrap .list li .img-box
{
    padding-bottom: 70.37037037%;
}
.news-wrap .list li h4
{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.71428571;

    overflow: hidden;

    margin: 25px 0 5px;

    -webkit-transition: .4s;
            transition: .4s;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 767px)
{
    .news-wrap .list li h4
    {
        font-size: 16px;

        margin-top: 10px;
    }
}
.news-wrap .list li .date
{
    line-height: 2.14285714;

    color: #999;
}
.news-wrap .list li p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    max-height: 48px;
    margin: 5px 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .news-wrap .list li p
    {
        margin-bottom: 10px;
    }
}
.news-wrap .page
{
    margin-top: 30px;
}
@media only screen and (min-width: 768px)
{
    .news-wrap .page
    {
        text-align: right;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .news-wrap .page
    {
        margin-top: 15px;
    }
}
@media (max-width: 767px)
{
    .news-wrap .page
    {
        margin-top: 10px;
    }
}
.news-details-wrap h1
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;

    margin-top: 0;
}
@media (max-width: 767px)
{
    .news-details-wrap h1
    {
        font-size: 18px;
    }
}
.news-details-wrap .date
{
    color: #999;
}
.news-details-wrap .intro
{
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 25px;

    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.news-details-wrap .intro p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.news-details-wrap .intro img
{
    display: block;

    max-width: 100%;
    margin: 25px 0;
}
@media (max-width: 767px)
{
    .news-details-wrap .intro img
    {
        margin: 15px 0;
    }
}
.news-details-wrap .news-page
{
    padding-top: 30px;
}
.news-details-wrap .news-page a
{
    display: block;
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #999;
}
.news-details-wrap .news-page a span
{
    color: #666;
}
.news-details-wrap .news-page a:hover span
{
    text-decoration: underline;

    color: #083878;
}
.recruitment-wrap .intro
{
    margin-bottom: 35px;
}
.recruitment-wrap .intro h3
{
    font-size: 24px;

    margin: 0 0 25px;
}
@media (max-width: 767px)
{
    .recruitment-wrap .intro h3
    {
        font-size: 20px;
    }
}
.recruitment-wrap .intro p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.recruitment-wrap .list
{
    color: #666;
}
.recruitment-wrap .list span
{
    display: inline-block;

    width: 17.2%;
    padding: 19px 28px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .recruitment-wrap .list span
    {
        padding: 19px 15px;
    }
}
@media (max-width: 991px)
{
    .recruitment-wrap .list span
    {
        padding: 19px 18px;
    }
}
@media (max-width: 767px)
{
    .recruitment-wrap .list span
    {
        overflow: hidden;

        width: 45%;
        padding: 5px 5%;

        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
@media (max-width: 767px)
{
    .recruitment-wrap .list dt,
    .recruitment-wrap .list dd
    {
        padding: 10px 0;
    }
}
.recruitment-wrap .list dt
{
    font-size: 16px;
    font-weight: normal;

    color: #fff;
    background-color: #083878;
}
.recruitment-wrap .list dd
{
    position: relative;

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

    color: #666;
    border-top: 1px solid #e5e5e5;
}
.recruitment-wrap .list dd:last-child
{
    border-bottom: 1px solid #e5e5e5;
}
.recruitment-wrap .list dd:after
{
    position: absolute;
    top: 50%;
    right: 40px;

    width: 0;
    height: 0;
    margin-top: -4px;

    content: '';
    -webkit-transition: .3s;
            transition: .3s;

    border-width: 4px 0 4px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #999;
}
@media (max-width: 767px)
{
    .recruitment-wrap .list dd:after
    {
        right: 20px;
    }
}
@media (min-width: 1200px)
{
    .recruitment-wrap .list dd:hover
    {
        color: #083878;
        border-color: #083878;
    }
    .recruitment-wrap .list dd:hover:after
    {
        border-color: transparent transparent transparent #083878;
    }
    .recruitment-wrap .list dd:hover + dd
    {
        border-top-color: #083878;
    }
}
.recruitment-wrap .list dd > a
{
    display: block;
}
.recruitment-details-wrap .info h3
{
    font-size: 24px;

    margin-top: 0;
    margin-bottom: 25px;
}
@media (max-width: 767px)
{
    .recruitment-details-wrap .info h3
    {
        font-size: 22px;
    }
}
.recruitment-details-wrap .info span
{
    display: inline-block;

    vertical-align: top;
}
.recruitment-details-wrap .info .treatment span
{
    font-size: 13px;

    margin-top: 10px;
    margin-right: 7px;
    padding: 3px 8px;

    color: #083878;
    border: 1px solid #083878;
    border-radius: 2px;
    background-color: #c0ccfa;
}
.recruitment-details-wrap .info .treatment span:hover
{
    background-color: #b4bfe8;
}
.recruitment-details-wrap .info .list
{
    position: relative;

    margin-top: 10px;
}
@media only screen and (min-width: 768px)
{
    .recruitment-details-wrap .info .list
    {
        padding-right: 25%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1339px)
{
    .recruitment-details-wrap .info .list
    {
        padding-right: 15%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .recruitment-details-wrap .info .list
    {
        padding-right: 8%;
    }
}
@media (max-width: 767px)
{
    .recruitment-details-wrap .info .list
    {
        padding-bottom: 10px;
    }
}
.recruitment-details-wrap .info .list:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';

    background: url(../images/recruitment-border.png) center;
}
.recruitment-details-wrap .info .list span
{
    width: 48%;
    margin-top: 20px;

    color: #666;
}
.recruitment-details-wrap .intro
{
    overflow: hidden;
}
.recruitment-details-wrap .intro ul
{
    font-size: 0;

    margin: 0 -35px;

    letter-spacing: -8px;
}
@media (max-width: 1199px)
{
    .recruitment-details-wrap .intro ul
    {
        margin: 0 -25px;
    }
}
.recruitment-details-wrap .intro li
{
    font-size: 14px;

    margin-top: 40px;
    padding: 0 35px;

    letter-spacing: 0;
}
@media (max-width: 1199px)
{
    .recruitment-details-wrap .intro li
    {
        padding: 0 25px;
    }
}
@media (max-width: 991px)
{
    .recruitment-details-wrap .intro li
    {
        margin-top: 35px;
    }
}
@media (max-width: 767px)
{
    .recruitment-details-wrap .intro li
    {
        width: 100%;
        margin-top: 25px;
    }
}
.recruitment-details-wrap .intro li span
{
    font-size: 18px;

    display: block;

    margin-bottom: 25px;

    color: #083878;
}
@media (max-width: 767px)
{
    .recruitment-details-wrap .intro li span
    {
        margin-bottom: 10px;
    }
}
.recruitment-details-wrap .intro li p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.recruitment-details-wrap .intro li a:hover
{
    text-decoration: underline;

    color: #083878;
}
.contact-wrap
{
    position: relative;

    overflow: hidden;

    padding-bottom: 0;
}
.contact-wrap h3
{
    font-size: 24px;

    margin: 0 0 35px;
}
@media (max-width: 767px)
{
    .contact-wrap h3
    {
        font-size: 20px;
    }
}
.contact-wrap .info
{
    margin-bottom: 70px;
}
@media (max-width: 1199px)
{
    .contact-wrap .info
    {
        margin-bottom: 60px;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .info
    {
        margin-bottom: 50px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .info
    {
        margin-bottom: 40px;
    }
}
.contact-wrap .info .list,
.contact-wrap .info .pic-box
{
    padding: 0 15px;
}
@media (min-width: 1200px)
{
    .contact-wrap .info .list,
    .contact-wrap .info .pic-box
    {
        float: left;
    }
}
@media (min-width: 1200px)
{
    .contact-wrap .info .list
    {
        width: 39.81481481%;
    }
}
.contact-wrap .info .list li
{
    position: relative;

    margin-bottom: 20px;
    padding: 28px 10px 28px 80px;

    border: 1px solid #ececec;
}
.contact-wrap .info .list li:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;
    font-style: normal;
    line-height: 40px;

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

    display: block;

    width: 40px;
    height: 40px;
    margin-top: -20px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #083878;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-wrap .info .list li.address:before
{
    content: '\e63b';
}
.contact-wrap .info .list li.tel:before
{
    content: '\e6ba';
}
.contact-wrap .info .list li.fax:before
{
    content: '\e612';
}
.contact-wrap .info .list li.mail:before
{
    content: '\e655';
}
@media (max-width: 767px)
{
    .contact-wrap .info .list li
    {
        padding: 25px 10px 25px 60px;
    }
    .contact-wrap .info .list li:before
    {
        left: 10px;
    }
}
.contact-wrap .info .list li p
{
    line-height: 1.6;

    margin: 0;

    color: #666;
}
.contact-wrap .info .list li p a:hover
{
    text-decoration: underline;

    color: #083878;
}
@media (min-width: 1200px)
{
    .contact-wrap .info .pic-box
    {
        width: 60.18518519%;
    }
}
.contact-wrap .info .pic-box img
{
    display: block;

    max-width: 100%;
}
.contact-wrap .map
{
    position: relative;

    border: 1px solid #ececec;
}
@media only screen and (min-width: 992px)
{
    .contact-wrap .map
    {
        top: 0;
        left: 0;

        height: 480px;
    }
    .contact-wrap .map .dituContent
    {
        position: absolute;
        top: 0;
        left: 0;

        display: block;

        width: 100%;
        height: 100%;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .map .dituContent
    {
        height: 400px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .map .dituContent
    {
        height: 280px;
    }
}
.message-wrap .content
{
    position: relative;
}
.message-wrap .content h3
{
    font-size: 24px;

    margin: 0 0 20px;
}
@media (max-width: 767px)
{
    .message-wrap .content h3
    {
        font-size: 20px;
    }
}
.message-wrap .content h3 + p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
.message-wrap .content h3 + p a:hover
{
    text-decoration: underline;

    color: #083878;
}
.message-wrap .content form
{
    margin-top: 35px;
}
@media (min-width: 1200px)
{
    .message-wrap .content form
    {
        padding-right: 23%;
    }
}
@media (max-width: 991px)
{
    .message-wrap .content form
    {
        margin-top: 20px;
    }
}
.message-wrap .content form .row
{
    margin: 0 -5px;
}
.message-wrap .content form .row li
{
    padding: 0 5px;
}
.message-wrap .content form input::-webkit-input-placeholder,
.message-wrap .content form textarea::-webkit-input-placeholder
{
    color: #666;
}
.message-wrap .content form input:-o-placeholder,
.message-wrap .content form textarea:-o-placeholder
{
    color: #666;
}
.message-wrap .content form input::-moz-placeholder,
.message-wrap .content form textarea::-moz-placeholder
{
    color: #666;
}
.message-wrap .content form input:-ms-input-placeholder,
.message-wrap .content form textarea:-ms-input-placeholder
{
    color: #666;
}
.message-wrap .content form input:focus::-webkit-input-placeholder,
.message-wrap .content form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.message-wrap .content form input:focus::-o-placeholder,
.message-wrap .content form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.message-wrap .content form input:focus::-moz-placeholder,
.message-wrap .content form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.message-wrap .content form input:focus::-ms-input-placeholder,
.message-wrap .content form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.message-wrap .content form input,
.message-wrap .content form textarea
{
    display: block;

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

    color: #999;
    border: 1px solid #ececec;
}
@media (max-width: 767px)
{
    .message-wrap .content form input,
    .message-wrap .content form textarea
    {
        padding: 12px 15px;
    }
}
.message-wrap .content form textarea
{
    height: 140px;
}
.message-wrap .content form .submit
{
    font-size: 18px;
    line-height: 50px;

    display: block;

    width: 150px;
    height: 50px;
    margin-top: 30px;
    padding: 0;

    cursor: pointer;
    text-align: center;

    color: #fff;
    background-color: #083878;
}
.message-wrap .content form .submit:hover
{
    background-color: #072e61;
}
@media (max-width: 767px)
{
    .message-wrap .content form .submit
    {
        font-size: 16px;
        line-height: 40px;

        width: 130px;
        height: 40px;
    }
}
.app-wrap .list li
{
    margin-bottom: 30px;
}
@media (max-width: 767px)
{
    .app-wrap .list li
    {
        margin-bottom: 20px;
    }
}
.app-wrap .item
{
    display: block;
}
@media (min-width: 992px)
{
    .app-wrap .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .app-wrap .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.app-wrap .item .img-box
{
    padding-bottom: 71.875%;
}
.app-wrap .item .intro
{
    padding: 20px;

    border: 1px solid #ececec;
}
.app-wrap .item b,
.app-wrap .item p
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.app-wrap .item b
{
    font-size: 16px;

    display: block;

    height: 22px;
    margin-bottom: 5px;
}
.app-wrap .item p
{
    height: 20px;
    margin: 0;

    color: #666;
}
.app-wrap .page
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .app-wrap .page
    {
        margin-top: 10px;
    }
}
.app-details-wrap .intro h3
{
    font-size: 24px;

    margin: 0 0 25px;
}
@media (max-width: 767px)
{
    .app-details-wrap .intro h3
    {
        font-size: 20px;
    }
}
.app-details-wrap .intro p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.app-details-wrap .intro img
{
    display: block;

    max-width: 100%;
    margin: 15px 0;
}
.about-wrap .article
{
    zoom: 1;
}
.about-wrap .article:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.about-wrap .article img
{
    max-width: 100%;
}
@media only screen and (min-width: 768px)
{
    .about-wrap .article img
    {
        float: right;

        margin-bottom: 30px;
        margin-left: 30px;
    }
}
@media (max-width: 767px)
{
    .about-wrap .article img
    {
        display: block;

        margin-bottom: 20px;
    }
}
.about-wrap .article p,
.about-wrap .article b
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.about-wrap .article2
{
    margin: 30px 0;
    padding: 30px;

    background-color: #f6f6f6;
}
@media (max-width: 767px)
{
    .about-wrap .article2
    {
        padding: 20px;
    }
}
@media only screen and (min-width: 768px)
{
    .about-wrap .article2 img
    {
        float: left;

        margin: 0 30px 0 0;
    }
}
@media (max-width: 767px)
{
    .about-wrap .article2 img
    {
        margin-right: auto;
        margin-left: auto;
    }
}
.about-wrap .article2 p:first-of-type
{
    margin-top: 30px;
}
.history-wrap .list li
{
    position: relative;

    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 95px;
}
.history-wrap .list li:before,
.history-wrap .list li:after
{
    position: absolute;

    display: block;

    content: '';

    background-color: #bbb;
}
.history-wrap .list li:before
{
    top: 11px;
    left: 0;

    width: 7px;
    height: 7px;

    border-radius: 50%;
}
.history-wrap .list li:after
{
    top: 25px;
    left: 3px;

    width: 1px;
    height: 100%;
}
.history-wrap .list li:last-child
{
    padding-bottom: 0;
}
.history-wrap .list li:last-child:after
{
    display: none;
}
@media (max-width: 991px)
{
    .history-wrap .list li
    {
        padding-bottom: 5px;
    }
}
@media (max-width: 767px)
{
    .history-wrap .list li
    {
        padding-bottom: 0;
        padding-left: 75px;
    }
}
.history-wrap .list li b
{
    font-size: 16px;

    position: absolute;
    top: 4px;
    left: 30px;
}
@media (max-width: 767px)
{
    .history-wrap .list li b
    {
        left: 25px;
    }
}
.history-wrap .list li p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.honor-wrap .list
{
    margin: 0 -10px;
}
@media (max-width: 767px)
{
    .honor-wrap .list
    {
        margin: 0 -5px;
    }
}
.honor-wrap .list li
{
    margin-bottom: 20px;
    padding: 0 10px;
}
@media (max-width: 767px)
{
    .honor-wrap .list li
    {
        padding: 0 5px;
    }
}
.honor-wrap .list .img-box
{
    padding-bottom: 130.43478261%;
}
.honor-wrap .list .item
{
    display: block;

    padding: 9px;

    border: 1px solid #ececec;
}
@media (min-width: 992px)
{
    .honor-wrap .list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .honor-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.honor-wrap .list .item:hover p
{
    color: #083878;
}
.honor-wrap .list .item p
{
    overflow: hidden;

    margin: 10px 0 0;

    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
}
.honor-wrap .page
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .honor-wrap .page
    {
        margin-top: 10px;
    }
}
.responsibility-wrap .intro p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.responsibility-wrap .intro h3
{
    font-size: 24px;

    margin: 25px 0 15px;

    color: #666;
}
.responsibility-wrap .intro .pdf
{
    padding-top: 20px;
}
.responsibility-wrap .intro .pdf a
{
    font-size: 16px;

    display: inline-block;

    padding: 29px 30px;

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

    color: #fff;
    background-color: #083878;
}
.responsibility-wrap .intro .pdf a:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    margin-left: 100px;

    content: '\e64e';
    vertical-align: middle;
}
.responsibility-wrap .intro .pdf a:hover
{
    background-color: #072e61;
}
@media (max-width: 1199px)
{
    .responsibility-wrap .intro .pdf a
    {
        padding: 20px 30px;
    }
    .responsibility-wrap .intro .pdf a:after
    {
        margin-left: 80px;
    }
}
@media (max-width: 991px)
{
    .responsibility-wrap .intro .pdf a
    {
        padding: 15px 25px;
    }
    .responsibility-wrap .intro .pdf a:after
    {
        margin-left: 50px;
    }
}
@media (max-width: 767px)
{
    .responsibility-wrap .intro .pdf a
    {
        font-size: 14px;

        position: relative;

        padding: 18px 50px 18px 10px;
    }
    .responsibility-wrap .intro .pdf a:after
    {
        font-size: 20px;

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

        display: block;

        margin: 0;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
.service-wrap .intro
{
    zoom: 1;
}
.service-wrap .intro:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.service-wrap .intro h3
{
    margin: 0 0 25px;
}
@media (max-width: 767px)
{
    .service-wrap .intro h3
    {
        font-size: 20px;

        width: 100%;
        margin-bottom: 15px;
    }
}
.service-wrap .intro p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.service-wrap .intro-service img
{
    max-width: 100%;
    margin-bottom: 15px;
}
@media (min-width: 1200px)
{
    .service-wrap .intro-service img
    {
        float: right;
    }
}
@media (max-width: 1199px)
{
    .service-wrap .intro-service img
    {
        display: block;

        margin-right: auto;
        margin-left: auto;
    }
}
.service-wrap .intro-network
{
    margin-top: 30px;
}
.service-wrap .intro-network .row
{
    font-size: 0;

    letter-spacing: -8px;
}
.service-wrap .intro-network .row li
{
    font-size: 14px;

    display: inline-block;

    width: 50%;
    padding: 0 15px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 767px)
{
    .service-wrap .intro-network .row li
    {
        width: 100%;
    }
}
.download-wrap .intro h3
{
    margin: 0 0 25px;
}
@media (max-width: 767px)
{
    .download-wrap .intro h3
    {
        font-size: 20px;

        width: 100%;
        margin-bottom: 15px;
    }
}
.download-wrap .intro p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.download-wrap .intro img
{
    display: block;

    max-width: 100%;
    margin: 35px 0;
}
@media (max-width: 767px)
{
    .download-wrap .intro img
    {
        margin: 25px 0;
    }
}
.download-wrap .intro-download .row
{
    font-size: 0;

    letter-spacing: -8px;
}
.download-wrap .intro-download .row li
{
    font-size: 14px;

    display: inline-block;

    width: 50%;
    padding: 0 15px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 767px)
{
    .download-wrap .intro-download .row li
    {
        width: 100%;
    }
}
.download-wrap .intro-more
{
    margin-top: 35px;
}
@media (max-width: 767px)
{
    .download-wrap .intro-more
    {
        margin-top: 25px;
    }
}
.download-wrap .intro-more a
{
    line-height: 2.14285714;

    color: #083878;
}
.download-wrap .intro-more a:hover
{
    text-decoration: underline;
}
.product-list1-wrap .list li
{
    margin-top: 20px;
}
.product-list1-wrap .list li:first-child
{
    margin-top: 0;
}
.product-list1-wrap .list .item
{
    display: block;
    zoom: 1;

    padding: 19px;

    border: 1px solid #ececec;
}
.product-list1-wrap .list .item:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (max-width: 479px)
{
    .product-list1-wrap .list .item
    {
        padding: 12px 12px 15px;
    }
}
@media (min-width: 992px)
{
    .product-list1-wrap .list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .product-list1-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media only screen and (min-width: 992px)
{
    .product-list1-wrap .list .item:hover .more
    {
        color: #083878;
    }
}
@media (min-width: 480px)
{
    .product-list1-wrap .list .item .pic-box
    {
        float: left;

        width: 270px;
        margin-right: 30px;
    }
}
.product-list1-wrap .list .item .img-box
{
    padding-bottom: 66.66666667%;
}
.product-list1-wrap .list .item h3
{
    font-size: 20px;

    overflow: hidden;

    margin-top: 25px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 767px)
{
    .product-list1-wrap .list .item h3
    {
        font-size: 18px;

        margin-top: 20px;
    }
}
.product-list1-wrap .list .item p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    max-height: 48px;
    margin-bottom: 20px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .product-list1-wrap .list .item p
    {
        max-height: 72px;

        -webkit-line-clamp: 3;
    }
}
@media (max-width: 767px)
{
    .product-list1-wrap .list .item p
    {
        margin-bottom: 15px;
    }
}
.product-list1-wrap .list .item .more
{
    -webkit-transition: color .3s;
            transition: color .3s;

    color: #999;
}
.product-list1-wrap .list .item .more:after
{
    margin-left: 5px;

    content: '>>';
}
.product-list2-wrap h1
{
    font-size: 24px;

    margin: 0 0 20px;
}
@media (max-width: 767px)
{
    .product-list2-wrap h1
    {
        margin-bottom: 15px;
    }
}
.product-list2-wrap .list
{
    font-size: 0;

    letter-spacing: -8px;
}
.product-list2-wrap .list li
{
    font-size: 14px;

    display: inline-block;

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

    vertical-align: top;
    letter-spacing: 0;
}
@media only screen and (min-width: 768px)
{
    .product-list2-wrap .list li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .product-list2-wrap .list li
    {
        width: 100%;
    }
}
.product-list2-wrap .list a
{
    position: relative;

    display: block;

    padding: 14px 35px 14px 18px;

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

    color: #666;
    border: 1px solid #ececec;
}
.product-list2-wrap .list a:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

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

    display: block;

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

    color: #bbb;
}
.product-list2-wrap .list a:hover
{
    background-color: #083878;
}
.product-list2-wrap .list a:hover,
.product-list2-wrap .list a:hover:after
{
    color: #fff;
    border-color: #083878;
}
.product-wrap h1
{
    font-size: 24px;

    margin: 0 0 35px;
}
@media (max-width: 767px)
{
    .product-wrap h1
    {
        margin-bottom: 25px;
    }
}
.product-wrap .list
{
    font-size: 0;

    letter-spacing: -8px;
}
.product-wrap .list li
{
    font-size: 14px;

    display: inline-block;

    width: 50%;
    margin-bottom: 20px;
    padding: 0 15px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 479px)
{
    .product-wrap .list li
    {
        width: 100%;
    }
}
.product-wrap .list .item
{
    display: block;
}
@media (min-width: 992px)
{
    .product-wrap .list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .product-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.product-wrap .list .item h4
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;

    margin: 0;
    padding: 14px 20px;

    color: #fff;
    background-color: #083878;
}
.product-wrap .list .intro-wrap
{
    zoom: 1;

    padding: 19px;

    border: 1px solid #ececec;
    background-color: #f0f3fc;
}
.product-wrap .list .intro-wrap:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (min-width: 1200px)
{
    .product-wrap .list .intro-wrap .pic-box
    {
        float: left;

        width: 34.04255319%;
    }
}
@media (max-width: 1199px)
{
    .product-wrap .list .intro-wrap .pic-box
    {
        margin-bottom: 10px;
    }
}
@media (min-width: 1200px)
{
    .product-wrap .list .intro-wrap .intro
    {
        float: right;

        width: 59.57446809%;
    }
}
.product-wrap .list .intro-wrap .intro p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.product-wrap .page
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .product-wrap .page
    {
        margin-top: 10px;
    }
}
.product-details-wrap h1
{
    font-size: 24px;

    margin: 0 0 35px;
}
.product-details-wrap .carousel-wrap
{
    overflow: hidden;
}
@media (min-width: 768px)
{
    .product-details-wrap .carousel-wrap .details-pic
    {
        width: 49.07407407%;
        margin-left: 2px;
    }
    .product-details-wrap .carousel-wrap .pic-box
    {
        margin: 0 -1px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .details-pic
    {
        width: 502px;
        max-width: 100%;
        margin-bottom: 25px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .details-pic
    {
        margin-bottom: 25px;
    }
}
.product-details-wrap .carousel-wrap .pic-box
{
    position: relative;

    overflow: hidden;

    border: 1px solid #ececec;
}
.product-details-wrap .carousel-wrap .fun-btn a
{
    font-weight: 500;
    line-height: 50px;

    display: block;

    width: 180px;
    height: 50px;
    margin-top: 30px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;
    vertical-align: middle;

    color: #fff;
    background-color: #083878;
}
.product-details-wrap .carousel-wrap .fun-btn a:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;

    margin-right: 14px;

    vertical-align: middle;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 992px)
{
    .product-details-wrap .carousel-wrap .fun-btn a
    {
        margin-top: 20px;
    }
    .product-details-wrap .carousel-wrap .fun-btn a:hover
    {
        background-color: #072e61;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .fun-btn a
    {
        margin-top: 20px;
    }
}
.product-details-wrap .carousel-wrap .fun-btn a.inquiry-btn:before
{
    font-size: 20px;
    font-weight: normal;

    content: '\e764';
}
.product-details-wrap .carousel-wrap .info-box
{
    position: relative;
}
@media only screen and (min-width: 768px)
{
    .product-details-wrap .carousel-wrap .info-box .intro
    {
        min-height: 420px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1440px)
{
    .product-details-wrap .carousel-wrap .info-box .intro
    {
        min-height: 370px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1339px)
{
    .product-details-wrap .carousel-wrap .info-box .intro
    {
        min-height: 320px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .info-box .intro
    {
        min-height: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .product-details-wrap .carousel-wrap .info-box .intro
    {
        min-height: 260px;
    }
}
.product-details-wrap .carousel-wrap .info-box .intro b
{
    font-size: 16px;

    display: block;

    margin: 40px 0 5px;
}
.product-details-wrap .carousel-wrap .info-box .intro b:first-of-type
{
    margin-top: 0;
}
@media (max-width: 991px)
{
    .product-details-wrap .carousel-wrap .info-box .intro b
    {
        margin-top: 25px;
    }
}
.product-details-wrap .carousel-wrap .info-box .intro p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.product-details-wrap .list-title
{
    position: relative;

    background-color: #083878;
}
.product-details-wrap .list-title h4
{
    font-size: 18px;
    font-weight: bold;

    margin: 0;
    padding: 20px 30px;

    color: #fff;
}
@media (max-width: 767px)
{
    .product-details-wrap .list-title h4
    {
        font-size: 18px;

        padding: 15px 20px;
    }
}
.product-details-wrap .list-content
{
    padding: 30px;

    background-color: #f0f3fc;
}
@media (max-width: 767px)
{
    .product-details-wrap .list-content
    {
        padding: 20px 20px 30px;
    }
}
.product-details-wrap .details-wrap
{
    margin: 60px 0;
}
@media (max-width: 991px)
{
    .product-details-wrap .details-wrap
    {
        margin: 50px 0;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .details-wrap
    {
        margin: 30px 0;
    }
}
.product-details-wrap .details-wrap .list-content p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.product-details-wrap .related-wrap
{
    margin: 60px 0;
}
@media (max-width: 991px)
{
    .product-details-wrap .related-wrap
    {
        margin: 50px 0;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .related-wrap
    {
        margin: 40px 0;
    }
}
.product-details-wrap .related-wrap .list-title
{
    position: relative;
}
.product-details-wrap .related-wrap .list-title .related-btn
{
    position: absolute;
    top: 50%;
    right: 15px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: right;
}
.product-details-wrap .related-wrap .list-title .related-btn a
{
    line-height: 48px;

    display: inline-block;

    cursor: pointer;
    -webkit-transition: .4s;
            transition: .4s;
    text-align: center;
}
.product-details-wrap .related-wrap .list-title .related-btn a:hover:before,
.product-details-wrap .related-wrap .list-title .related-btn a:hover:after
{
    color: #ff6304;
}
.product-details-wrap .related-wrap .list-title .related-btn a:before,
.product-details-wrap .related-wrap .list-title .related-btn a:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

    vertical-align: middle;

    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-details-wrap .related-wrap .list-title .related-btn .prev:after
{
    content: '\e9b5';
}
.product-details-wrap .related-wrap .list-title .related-btn .next:before
{
    content: '\e72f';
}
.product-details-wrap .related-wrap .related-row
{
    margin: 0 -10px;
}
.product-details-wrap .related-wrap .related-slick .item
{
    padding: 0 10px;
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder
{
    color: #666;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder
{
    color: #666;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder
{
    color: #666;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder
{
    color: #666;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inquiry-form p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.inquiry-form .row
{
    margin: 0 -10px;
}
.inquiry-form .row li
{
    padding: 0 10px;
}
.inquiry-form form input,
.inquiry-form form textarea
{
    display: block;

    width: 100%;
    margin-bottom: 20px;
    padding: 14px 19px;

    color: #666;
    border: 1px solid #e5e5e5;
}
.inquiry-form form textarea
{
    height: 140px;
}
.inquiry-form form .pro-name
{
    background-color: #f6f6f6;
}
.inquiry-form form .submit
{
    font-size: 16px;
    font-weight: bold;

    display: block;

    color: #083878;
    background: none;
}
.inquiry-form form .submit:hover span
{
    text-decoration: underline;
}
.history-wrap .intro
{
    zoom: 1;

    padding-top: 5px;
}
.history-wrap .intro:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media only screen and (min-width: 768px)
{
    .history-wrap .intro .pic-box
    {
        float: right;

        width: 690px;
        margin-left: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1339px)
{
    .history-wrap .intro .pic-box
    {
        width: 600px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .history-wrap .intro .pic-box
    {
        width: 450px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .history-wrap .intro .pic-box
    {
        width: 340px;
    }
}
@media (max-width: 767px)
{
    .history-wrap .intro .pic-box
    {
        margin-bottom: 40px;
    }
}
.history-wrap .intro .pic-box img
{
    display: block !important;

    width: 100%;
}
.history-wrap .intro p
{
    font-size: 15px;
    line-height: 2;

    position: relative;

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

    color: #666;
}
@media (max-width: 991px)
{
    .history-wrap .intro p
    {
        padding-bottom: 15px;
    }
}
@media (max-width: 767px)
{
    .history-wrap .intro p
    {
        padding-left: 85px;
    }
}
.history-wrap .intro p:before,
.history-wrap .intro p:after
{
    position: absolute;

    content: '';
}
.history-wrap .intro p:before
{
    top: 10px;
    left: 0;

    display: block;

    width: 8px;
    height: 8px;

    border-radius: 50%;
    background-color: #bbb;
}
.history-wrap .intro p:after
{
    top: 25px;
    bottom: -15px;
    left: 3px;

    border-left: 1px solid #bbb;
}
.history-wrap .intro p b
{
    font-size: 16px;

    position: absolute;
    top: -2px;
    left: 30px;

    color: #333;
}
@media (max-width: 767px)
{
    .history-wrap .intro p b
    {
        left: 25px;
    }
}
.certificate-wrap .list
{
    zoom: 1;
}
.certificate-wrap .list:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.certificate-wrap .list table
{
    width: 100%;
}
.certificate-wrap .list table tr:nth-child(odd)
{
    background-color: #f3f3f3;
}
.certificate-wrap .list table tr:nth-child(even)
{
    background-color: #fff;
}
.certificate-wrap .list table th,
.certificate-wrap .list table td
{
    min-width: 100px;
    padding: 19px 5% !important;
}
@media (max-width: 767px)
{
    .certificate-wrap .list table th,
    .certificate-wrap .list table td
    {
        padding: 15px 3.5% !important;
    }
}
.certificate-wrap .list table th:nth-child(2),
.certificate-wrap .list table td:nth-child(2)
{
    width: 50% !important;
}
.certificate-wrap .list table th
{
    font-size: 18px;
    font-weight: normal;

    background-color: #f0f5f9;
}
@media (max-width: 767px)
{
    .certificate-wrap .list table th
    {
        font-size: 16px;
    }
}
.certificate-wrap .list table td
{
    font-size: 15px;
}
@media (max-width: 767px)
{
    .certificate-wrap .list table td
    {
        font-size: 13px;
    }
}
@media (max-width: 1199px)
{
    .certificate-wrap .certificate-list
    {
        margin-top: 15px;
    }
}
@media (max-width: 767px)
{
    .certificate-wrap .certificate-list
    {
        margin: 15px -5px 0;
    }
}
.certificate-wrap .certificate-list li
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .certificate-wrap .certificate-list li
    {
        margin-top: 35px;
    }
}
@media (max-width: 767px)
{
    .certificate-wrap .certificate-list li
    {
        margin-top: 15px;
        padding: 0 5px;
    }
}
.certificate-wrap .certificate-list .item
{
    display: block;

    padding: 19px;

    border: 1px solid #ececec;
}
@media (max-width: 767px)
{
    .certificate-wrap .certificate-list .item
    {
        padding: 5%;
    }
}
@media (min-width: 992px)
{
    .certificate-wrap .certificate-list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .certificate-wrap .certificate-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.certificate-wrap .certificate-list .item .img-box
{
    padding-bottom: 141.37931034%;
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 50px;

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

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

    border-radius: 0;
    background-color: rgba(0, 0, 0, .8);
}
@media (min-width: 768px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;

    color: #fff;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .online-wrap .code-pic
    {
        right: 55px;
        bottom: 370px;
    }
}
.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: 100;
    right: 0;
    bottom: 23%;

    -webkit-transition: right .3s;
            transition: right .3s;
}
@media (max-width: 767px)
{
    .online-wrap .online
    {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin: 2px 0;

    text-align: center;

    border-radius: 5px 0 0 5px;
    background-color: rgba(0, 0, 0, .8);
}
.online-wrap .online a:before
{
    font-size: 22px;

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

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

    padding-right: 5px;

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

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

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.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;
}
.share
{
    font-weight: 500;

    color: #fff;
}
.share a
{
    display: inline-block;
    overflow: hidden;

    margin-left: 7px;

    -webkit-transition:         transform .3s;
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
    text-align: center;
    vertical-align: middle;
}
.share a:first-child
{
    margin-left: 0;
}
.share a:before
{
    font-size: 12px;
    line-height: 20px;

    display: block;

    width: 20px;
    height: 20px;

    color: #fff;
    border-radius: 50%;
}
.share a:hover
{
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
}
.share.color .icon-facebook:before
{
    background-color: #3b5998;
}
.share.color .icon-tuite:before
{
    background-color: #55acee;
}
.share.color .icon-linkedin:before
{
    background-color: #006a9a;
}
.share.color .icon-youtube:before
{
    background-color: #c4302b;
}
.share.color .icon-instagram:before
{
    background-color: #6b3d2e;
}
.share.color .icon-google:before
{
    background-color: #dc4e41;
}
.footer
{
    background-color: #083878;
}
.footer .footer-wrap
{
    overflow: hidden;
}
.footer .row
{
    margin: 0 -5px;
}
.footer .footer-row
{
    font-size: 0;

    width: 100%;
    padding: 75px 0 100px 0;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
@media (max-width: 991px)
{
    .footer .footer-row
    {
        padding: 40px 0 60px;
    }
}
@media (max-width: 767px)
{
    .footer .footer-row
    {
        padding: 20px 0;
    }
}
.footer .footer-row:after
{
    display: inline-block;
    overflow: hidden;

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

    content: '';
}
.footer .footer-logo
{
    padding: 25px 0 10px;
}
@media (max-width: 767px)
{
    .footer .footer-logo
    {
        padding-bottom: 0;
    }
}
.footer .foot-list
{
    font-size: 14px;

    display: inline-block;

    padding: 0 5px;

    text-align: left;
    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 1199px)
{
    .footer .foot-list
    {
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-list
    {
        width: 25%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list
    {
        width: 100%;
        margin-top: 0;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list ul
    {
        display: none;

        margin-bottom: 10px;
        padding: 0 10px;
    }
}
.footer .foot-list li
{
    line-height: 2.85714286;

    position: relative;

    color: #576d7b;
}
.footer .foot-list li a
{
    display: inline-block;
}
.footer .foot-list p,
.footer .foot-list a,
.footer .foot-list button
{
    color: #5d88bf;
}
@media only screen and (min-width: 992px)
{
    .footer .foot-list a:hover
    {
        text-decoration: underline;

        color: #fff;
    }
}
@media (max-width: 991px)
{
    .footer .foot-list a:active
    {
        text-decoration: underline;

        color: #fff;
    }
}
.footer .foot-list h4
{
    font-size: 18px;

    margin: 25px 0 18px;

    color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1339px)
{
    .footer .foot-list h4
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-list h4
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list h4
    {
        line-height: 40px;

        position: relative;

        margin: 5px 0;
        padding-right: 20px;
    }
    .footer .foot-list h4:after
    {
        position: absolute;
        top: 0;
        right: 15px;

        content: '+';
    }
}
.footer .foot-contact
{
    width: 250px;
}
@media (max-width: 991px)
{
    .footer .foot-contact
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-contact
    {
        width: 100%;
        padding-bottom: 15px;
    }
}
.footer .foot-contact p
{
    line-height: 1.71428571;

    position: relative;

    margin: 15px 0 0;
    padding-left: 25px;
}
.footer .foot-contact p:before
{
    font-family: 'iconfont' !important;
    font-size: 13px;
    font-style: normal;

    position: absolute;
    top: 2px;
    left: 0;

    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px)
{
    .footer .foot-contact .address
    {
        padding-bottom: 18px;
    }
}
.footer .foot-contact .address:before
{
    content: '\e63b';
}
.footer .foot-contact .tel:before
{
    content: '\e6ba';
}
.footer .foot-contact .fax:before
{
    content: '\e612';
}
.footer .foot-contact .mail:before
{
    content: '\e655';
}
.footer .foot-message
{
    overflow: hidden;

    width: 250px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .footer .foot-message
    {
        width: 70%;
        padding-right: 20%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-message
    {
        width: 100%;
    }
}
.footer .foot-message form
{
    overflow: hidden;

    padding-top: 8px;
}
.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder
{
    color: #5d88bf;
}
.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder
{
    color: #5d88bf;
}
.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder
{
    color: #5d88bf;
}
.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder
{
    color: #5d88bf;
}
.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder
{
    color: #75a0d6;
}
.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder
{
    color: #75a0d6;
}
.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder
{
    color: #75a0d6;
}
.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder
{
    color: #75a0d6;
}
@media (max-width: 767px)
{
    .footer .foot-message form
    {
        display: none;

        margin-top: 25px;
    }
}
.footer .foot-message form .row
{
    margin: 0 -5px;
}
.footer .foot-message form .row li
{
    line-height: 1;

    padding: 0 5px;
}
.footer .foot-message form input,
.footer .foot-message form textarea
{
    display: block;

    width: 100%;
    margin-bottom: 15px;
    padding: 11px 15px;

    color: #fff;
    border: 1px solid #214c86;
    background: none;
}
.footer .foot-message form input:focus,
.footer .foot-message form textarea:focus
{
    border-color: #75a0d6;
}
.footer .foot-message form textarea
{
    height: 80px;
}
.footer .foot-message form .submit
{
    padding: 0;

    color: #fff;
    background: none;
}
.footer .foot-message form .submit:after
{
    font-family: 'iconfont' !important;

    margin-left: 5px;

    content: '\e72f';
}
.footer .foot-message form .submit:hover span
{
    text-decoration: underline;
}
.footer .copyright
{
    padding: 29px 0;

    text-align: center;

    color: #999;
    border-top: 1px solid #214c86;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        padding: 25px 0;
    }
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        padding: 20px 0;
    }
}
.footer .copyright p
{
    margin: 0;

    color: #5d88bf;
}
@media only screen and (min-width: 768px)
{
    .footer .copyright p a
    {
        margin-left: 15px;
    }
}
@media (max-width: 767px)
{
    .footer .copyright p a
    {
        display: block;

        margin-top: 5px;
    }
}
.footer .copyright p a:hover
{
    text-decoration: underline;

    color: #fff;
}
