@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: 'Yu Gothic',  YuGothic,  'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'MS PGothic', Osaka, '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;
    }
}
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;
}
.all
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
}
.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: right;
}
.page li
{
    line-height: 48px;

    display: inline-block;

    width: 50px;
    height: 50px;
    margin: 3px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;

    color: #999;
    border: 1px solid #ddd;
    background: none;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .page li
    {
        line-height: 38px;

        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px)
{
    .page li
    {
        line-height: 32px;

        width: 34px;
        height: 34px;
        margin: 2px 1px;
    }
}
.page li.active,
.page li:hover
{
    color: #fff;
    border-color: #004097;
    background-color: #004097;
}
.page li.active
{
    border-radius: 50%;
}
.page li a
{
    display: block;
}
.page li.prev:hover,
.page li.next:hover
{
    border-color: #004097;
    background-color: #004097;
}
@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: 98%;

    border-spacing: 0;
    border-collapse: collapse;

    border: none;
}
.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: 5px 10px !important;

    border: none;
}
.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;
}
img.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;

    background: url(../images/header-bg.png) center;
}
.header .logo
{
    display: block;
    float: left;
}
.header .logo > a
{
    display: inline-block;

    padding: 15px 0;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .header .logo > a
    {
        width: 250px;
    }
}
@media (max-width: 767px)
{
    .header .logo > a
    {
        width: 260px;
        padding: 7px 0;
    }
}
.header .logo img
{
    width: 100%;
}
.header .logo .logo-txt
{
    display: inline-block;

    margin-left: 20px;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .logo .logo-txt
    {
        width: 380px;
        margin-left: 10px;
    }
}
@media (max-width: 991px)
{
    .header .logo .logo-txt
    {
        display: none;
    }
}
.header .header-r
{
    float: right;

    padding: 23px 0;
}
@media (max-width: 767px)
{
    .header .header-r
    {
        padding: 13px 0;
    }
}
.header .header-r > div
{
    display: inline-block;

    vertical-align: middle;
}
@media only screen and (min-width: 992px)
{
    .header .header-r .search-wrap
    {
        margin-right: 50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .header .header-r .search-wrap
    {
        margin-right: 20px;
    }
}
@media (max-width: 991px)
{
    .header .header-r .search-wrap
    {
        display: none;
    }
}
.header .header-r .find
{
    display: none;

    cursor: pointer;
}
.header .header-r .find:after
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;

    content: '\e61a';
    vertical-align: top;
}
.header .header-r .language a
{
    display: inline-block;
    overflow: hidden;
    text-align: center;

    vertical-align: middle;
    margin-left: 10px;

}
.header .header-r .language a:before{
    content: "";
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: url(../images/language.png) #fff no-repeat 0 100%;
    background-size: 300% auto;
}
.header .header-r .language .cn:before
{
    background-position: 50% 100%;
}
.header .header-r .language .en:before
{
    background-position: 100% 100%;
}
.nav-collapse
{
    position: relative;

    display: none;

    width: 40px;
    height: 40px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .nav-collapse
    {
        display: inline-block;

        margin-left: 15px;

        vertical-align: middle;
    }
    .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 30px;

        display: block;

        margin-top: 10px;

        border: none;
    }
    .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media (max-width: 767px)
{
    .nav-collapse
    {
        margin-left: 5px;

        border: none;
    }
}
.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: #333;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .nav-collapse .btn-line
    {
        width: 30px;
    }
}
.nav-collapse .btn-line:nth-child(3),
.nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 25px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background: #333;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .nav-collapse .btn-line:nth-child(3),
    .nav-collapse .btn-line:nth-child(1)
    {
        width: 30px;
    }
}
.nav-collapse .btn-line:nth-child(1)
{
    top: 32%;
}
.nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.nav-collapse .btn-line:nth-child(3)
{
    top: 68%;
}
.nav-collapse.active
{
    border-color: transparent;
}
.nav-collapse.active .btn-line
{
    background-color: #fff;
}
.nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.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);
}
.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)
{
    .nav
    {
        position: relative;
        z-index: 30;

        text-align: center;

        color: #fff;
        background-color: #004097;
    }
    .nav.fixed .tbl
    {
        position: fixed;
        z-index: 888;
        top: 0;
        left: 0;

        width: 100%;

        background-color: #004097;
        box-shadow: 0 0 16px 0 rgba(7, 17, 27, .2);
    }
}
@media (max-width: 1199px)
{
    .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;
    }
    .nav .tbl
    {
        display: table;

        width: 100%;
        height: 100%;
    }
    .nav .tbl-cell
    {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 1199px) and (max-width: 1199px)
{
    .nav .container
    {
        overflow: auto;

        width: 100%;
    }
}
@media (max-width: 767px)
{
    .nav
    {
        width: 100%;
        padding: 30px;
    }
}
.nav.left-100
{
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
.nav.left-200
{
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0);
}
.nav .nav-list1 > li.show-xs
{
    display: none;
}
@media (max-width: 991px)
{
    .nav .nav-list1 > li.show-xs
    {
        display: block;
    }
}
.nav .nav-list1 > li > a
{
    text-transform: uppercase;
}
@media (min-width: 1200px)
{
    .nav .nav-list1
    {
        zoom: 1;
    }
    .nav .nav-list1:after
    {
        display: block;
        visibility: hidden;
        clear: both;

        height: 0;

        content: '';
    }
    .nav .nav-list1 li a
    {
        white-space: nowrap;
    }
    .nav .nav-list1 > li
    {
        position: relative;

        float: left;

        margin-left: 40px;
    }
    .nav .nav-list1 > li:first-child
    {
        margin-left: 0;
        padding-left: 0;
    }
    .nav .nav-list1 > li:first-child > a
    {
     
    }
    .nav .nav-list1 > li.more > a
    {
        position: relative;
    }
    .nav .nav-list1 > li.more > a:after
    {
        font-family: 'iconfont' !important;
        font-size: 12px;

        position: absolute;
        top: 50%;
        right: 0;

        display: block;

        content: '\e602';
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .nav .nav-list1 > li > a
    {
        position: relative;

        display: block; font-size:18px; font-family:pingfang;

        padding: 19px 28px 19px 30px;

        -webkit-transition: .3s;
                transition: .3s;
        text-transform: uppercase;
    }
    .nav .nav-list1 > li:hover > a
    {
        color: #ff7c00;
    }
    .nav .nav-list1 > li:hover > a:after
    {
        border-color: #ff7c00 transparent transparent transparent;
    }
    .nav .nav-list1 .nav-list2,
    .nav .nav-list1 .nav-list3
    {
        display: none;
    }
    .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 50%;

        min-width: 180px;

        text-align: center;

        border-top: 1px solid transparent;
        background-color: rgba(1, 93, 178, .8);
    }
    .nav .nav-list1 .nav-list2 > li
    {
        position: relative;

        padding: 0 5px;

        -webkit-transition: .2s;
                transition: .2s;
        white-space: nowrap;

        border-top: 1px solid rgba(255, 255, 255, .3);
    }
    .nav .nav-list1 .nav-list2 > li:first-child
    {
        border-top: none;
    }
    .nav .nav-list1 .nav-list2 > li:hover
    {
        background-color: #004097;
    }
    .nav .nav-list1 .nav-list2 > li:hover:before,
    .nav .nav-list1 .nav-list2 > li:hover:after
    {
        display: block;
    }
    .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;

        display: block;

        padding: 12px 0;

        color: #fff;
    }
}
@media (min-width: 1200px) and (max-width: 1440px)
{
    .nav .nav-list1 > li
    {
        margin-left: 30px;
    }
}
@media (min-width: 1200px) and (max-width: 1339px)
{
    .nav .nav-list1 > li
    {
        margin-left: 22px;
    }
}
@media (min-width: 1200px) and (max-width: 1339px)
{
    .nav .nav-list1 > li > a
    {
        font-size: 13px;
    }
}
@media (max-width: 1199px)
{
    .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-25px);
            -ms-transform: translateX(-25px);
                transform: translateX(-25px);

        opacity: 0;
    }
    .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
}
@media (max-width: 1199px)
{
    .nav .nav-list2,
    .nav .nav-list3
    {
        display: none;
    }
    .nav .nav-list2 a,
    .nav .nav-list3 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.nav .nav-list2 a,
.nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .nav .nav-list2 a,
    .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.nav .nav-2,
.nav .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .nav .nav-2,
    .nav .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background: #000;
    }
}
.nav .nav-2 .nav-top,
.nav .nav-3 .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.nav .nav-2 .nav-top .back-btn:before,
.nav .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;

    content: '\e9b5';
}
.nav .nav-2 .nav-top .nav-title,
.nav .nav-3 .nav-top .nav-title
{
    font-size: 26px;
    font-weight: normal;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .nav .nav-2 .nav-top .nav-title,
    .nav .nav-3 .nav-top .nav-title
    {
        font-size: 18px;
    }
}
.nav .nav-2 .nav-top .nav-collapse-2,
.nav .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.nav .nav-2 .nav-top .nav-collapse-2 .btn-line,
.nav .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.nav .nav-2 .content,
.nav .nav-3 .content
{
    overflow: scroll;

    height: 85%;
    margin-top: 12%;
}
@media (max-width: 767px)
{
    .nav .nav-2 .content ul,
    .nav .nav-3 .content ul
    {
        padding: 0 15px;
    }
}
.nav .nav-2 .content ul li,
.nav .nav-3 .content ul li
{
    font-family: Arial, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 22px;
    line-height: 42px;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .nav .nav-2 .content ul li,
    .nav .nav-3 .content ul li
    {
        font-size: 18px;

        margin: 0;
    }
}
@media (max-height: 600px)
{
    .nav .nav-2 .content ul li,
    .nav .nav-3 .content ul li
    {
        line-height: 40px;
    }
}
.nav .nav-2 .content ul li.more,
.nav .nav-3 .content ul li.more
{
    position: relative;
}
.nav .nav-2 .content ul li.more:after,
.nav .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.nav .nav-2 .content ul li a,
.nav .nav-3 .content ul li a
{
    display: block;
}
.nav .nav-2
{
    left: 100%;
}
.nav .nav-3
{
    left: 200%;
}
.nav .nav-3 .content ul li
{
    font-size: 19px;
}
.fade-out .container
{
    overflow-y: scroll;

    max-height: 100%;
    padding: 0;
}
.fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 10px 0;
    }
    .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    .fade-out ul.nav-list1 > li.more:after
    {
        font-family: 'iconfont' !important;
        font-size: 25px;

        position: absolute;
        top: 50%;
        right: 0;

        margin-top: -18px;

        content: '\e72f';

        color: #fff;
    }
    .fade-out ul.nav-list1 > li > a
    {
        font-size: 20px;
        line-height: 40px;

        display: block;
    }
    .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 500px)
{
    .fade-out ul.nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 35px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .fade-out ul.nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 35px;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.xs-nav
{
    position: absolute;
    bottom: 30px;
    left: 0;

    width: 100%;
    padding: 0 30px;
}
@media (min-width: 1199px)
{
    .xs-nav
    {
        display: none;
    }
}
.xs-nav li
{
    line-height: 1.8;

    display: inline-block;

    margin-right: 10px;

    color: #fff;
}
.xs-nav li:last-child
{
    margin-right: 0;
}
.xs-language
{
    position: absolute;
    bottom: 30px;
    left: 0;

    padding: 0 50px;
}
@media (min-width: 1199px)
{
    .xs-language
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .xs-language
    {
        padding: 0 30px;
    }
}
.xs-language a
{
    font-size: 16px;

    color: #fff;
}
.xs-language a.active
{
    text-decoration: underline;
}
.xs-language a:before
{
    margin: 0 10px;

    content: '/';
}
.xs-language a:first-child:before
{
    display: none;
}
@media (max-width: 767px)
{
    .xs-language a
    {
        font-size: 14px;
    }
}
.xs-language span
{
    margin: 0 5px;

    color: #fff;
}
@media only screen and (min-width: 992px)
{
    .search-wrap
    {
        background-color: #fff;
    }
    .search-wrap p
    {
        display: none;
    }
    .search-wrap form
    {
        position: relative;

        overflow: hidden;

        width: 340px;

        border: 1px solid #ddd;
        border-radius: 40px;
    }
    .search-wrap form input::-webkit-input-placeholder,
    .search-wrap form textarea::-webkit-input-placeholder
    {
        color: #999;
    }
    .search-wrap form input:-o-placeholder,
    .search-wrap form textarea:-o-placeholder
    {
        color: #999;
    }
    .search-wrap form input::-moz-placeholder,
    .search-wrap form textarea::-moz-placeholder
    {
        color: #999;
    }
    .search-wrap form input:-ms-input-placeholder,
    .search-wrap form textarea:-ms-input-placeholder
    {
        color: #999;
    }
    .search-wrap form input:focus::-webkit-input-placeholder,
    .search-wrap form textarea:focus::-webkit-input-placeholder
    {
        color: #c5c5c5;
    }
    .search-wrap form input:focus::-o-placeholder,
    .search-wrap form textarea:focus::-o-placeholder
    {
        color: #c5c5c5;
    }
    .search-wrap form input:focus::-moz-placeholder,
    .search-wrap form textarea:focus::-moz-placeholder
    {
        color: #c5c5c5;
    }
    .search-wrap form input:focus::-ms-input-placeholder,
    .search-wrap form textarea:focus::-ms-input-placeholder
    {
        color: #c5c5c5;
    }
    .search-wrap form .input-text
    {
        display: block;

        width: 100%;
        padding: 12px 50px 12px 20px;

        color: #999;
        background: none;
    }
    .search-wrap form .input-submit
    {
        position: absolute;
        top: 0;
        right: 10px;

        height: 100%;

        text-align: center;

        background: none;
    }
    .search-wrap form .input-submit:before
    {
        font-family: 'iconfont' !important;
        font-size: 20px;
        line-height: 1;

        content: '\e61a';

        color: #0578dd;
    }
}
@media (max-width: 991px)
{
    .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
    {
        font-size: 16px;

        margin-bottom: 50px;

        text-align: center;
        letter-spacing: 2px;

        color: #fff;
    }
    .search-wrap .search .input-text
    {
        font-size: 16px;
        line-height: 40px;

        width: 100%;
        padding: 0 35px 5px 20px;

        text-align: center;

        color: #fff;
        border-bottom: 3px solid #1f1e1e;
        background: none;
    }
    .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: '\e61a';

        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;
    }
}
@media (max-width: 991px) and (max-width: 767px)
{
    .search-wrap .search .input-text
    {
        padding-left: 5px;
    }
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

    letter-spacing: -8px;

    background-color: #171b1f;
}
@media (max-width: 1199px)
{
    .banner .slick
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slick
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 30px;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 5%;

        display: none;
    }
}
.banner .slick-dots li
{
    display: inline-block;

    width: 6px;
    height: 6px;
    margin: 0 4px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;

    border-radius: 6px;
    background: none;
    background-color: #fff;
}
.banner .slick-dots li.slick-active
{
    width: 30px;
}
@media (max-width: 767px)
{
    .banner .slick-dots li
    {
        width: 6px;
        height: 6px;

        border-radius: 6px;
    }
}
.banner .slick-dots li button
{
    display: none;
}
.banner .img-box
{
    padding-bottom: 36.45833333%;
}
.line-wrap
{
    position: absolute;
    top: 0;
    left: 50%;

    width: 100%;
    height: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
@media (min-width: 768px)
{
    .line-wrap
    {
        width: 750px;
    }
}
@media (min-width: 992px)
{
    .line-wrap
    {
        width: 970px;
    }
}
@media (min-width: 1200px)
{
    .line-wrap
    {
        width: 1170px;
    }
}
@media (min-width: 1340px)
{
    .line-wrap
    {
        width: 1310px;
    }
}
@media (min-width: 1441px)
{
    .line-wrap
    {
        width: 1440px;
    }
}
.line-wrap .line
{
    position: absolute;
    top: 0;

    display: block;

    width: 1px;
    height: 100%;

    background-color: #f2f2f2;
}
@media (max-width: 767px)
{
    .line-wrap .line
    {
        opacity: .5;
    }
}
.line-wrap .line:nth-child(1)
{
    left: 0;
}
.line-wrap .line:nth-child(2)
{
    left: 25%;
}
.line-wrap .line:nth-child(3)
{
    left: 50%;
}
.line-wrap .line:nth-child(4)
{
    left: 75%;
}
.line-wrap .line:nth-child(5)
{
    left: 100%;
}
@media (max-width: 767px)
{
    .line-wrap .line:nth-child(2),
    .line-wrap .line:nth-child(4)
    {
        display: none;
    }
}
.wrapper
{
    position: relative;
}
.arrow-btn
{
    font-size: 0;

    letter-spacing: -8px;
}
@media (max-width: 767px)
{
    .arrow-btn
    {
        display: none;
    }
}
.arrow-btn a
{
    font-size: 14px;
    line-height: 60px;

    display: inline-block;

    width: 60px;
    height: 60px;

    text-align: center;
    letter-spacing: 0;
}
.arrow-btn a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    color: #fff;
}
@media (max-width: 1199px)
{
    .arrow-btn a
    {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
@media (max-width: 991px)
{
    .arrow-btn a
    {
        line-height: 45px;

        width: 45px;
        height: 45px;
    }
}
.arrow-btn .prev
{
    background-color: #ffcb27;
}
.arrow-btn .prev:before
{
    content: '\e9b5';
}
.arrow-btn .next
{
    background-color: #004097;
}
.arrow-btn .next:before
{
    content: '\e72f';
}
.index-box
{
    position: relative;
    z-index: 2;
    overflow: hidden;

    max-width: 100%;
    padding: 95px 0;
}
@media (max-width: 991px)
{
    .index-box
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .index-box
    {
        padding: 50px 0;
    }
}
.index-box .title
{
    position: relative;
}
.index-box .title:before,
.index-box .title:after
{
    display: block;

    width: 62px;
    height: 80px;

    background: url(../images/title-icon.png) no-repeat;
    background-size: contain;
}
@media (max-width: 767px)
{
    .index-box .title:before,
    .index-box .title:after
    {
        width: 120px;
    }
}
.index-box .title h3
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;

    color: #004097;
}
@media (max-width: 767px)
{
    .index-box .title h3
    {
        font-size: 20px;
    }
}
.index-box .title span
{
    font-family: 'Noto Sans CJK';
    font-weight: bold;
	text-transform: uppercase;
}
@media (max-width: 767px)
{
    .index-box .title span
    {
        font-size: 12px;
    }
}
.index-box .title.left h3
{
    display: inline-block;

    margin: 0 20px;
}
@media (max-width: 767px)
{
    .index-box .title.left h3
    {
        margin: 0 10px;
    }
}
.index-box .title.center
{
    text-align: center;
}
.index-box .title.center:before,
.index-box .title.center:after
{
    margin-right: auto;
    margin-left: auto;
}
.index-box .title.top:before
{
    margin-bottom: 25px;

    content: '';
}
@media (max-width: 767px)
{
    .index-box .title.top:before
    {
        margin-bottom: 10px;
    }
}
.index-box .title.bottom:after
{
    margin-top: 15px;

    content: '';
}
.product-list .item
{
    display: block;
}
@media (min-width: 992px)
{
    .product-list .item img
    { border:1px solid #eaeae6;
        -webkit-transition:         transform 1.5s;
        -webkit-transition: -webkit-transform 1.5s;
                transition: -webkit-transform 1.5s;
                transition:         transform 1.5s;
                transition:         transform 1.5s, -webkit-transform 1.5s;
    }
    .product-list .item:hover img
    {border:1px solid #eaeae6;
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .product-list .item:hover p
    {
        color: #004097;
    }
    .product-list .item:hover p:after
    {
        -webkit-transform: translateY(-50%) translateX(5px);
            -ms-transform: translateY(-50%) translateX(5px);
                transform: translateY(-50%) translateX(5px);

        color: #004097;
    }
}
.product-list .item p
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 25px 0 0;
    padding: 0 55px 0 35px;

    -webkit-transition: .3s;
            transition: .3s;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
}
.product-list .item p:before
{
    position: absolute;
    top: 3px;
    left: 10px;

    display: block;

    width: 3px;
    height: 14px;

    content: '';

    background-color: #004097;
}
.product-list .item p:after
{
    font-family: 'iconfont' !important;
    font-size: 23px;

    position: absolute;
    top: 50%;
    right: 20px;

    display: block;

    content: '\e619';
    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #ddd;
}

.index-hot { background:url(../images/cpbg.jpg) top center no-repeat; background-size:100%;}

.index-hot .title
{
    position: relative;
}
.index-hot .title .arrow-btn
{
    position: absolute;
    right: 0;
    bottom: 0;
}
.index-hot .product-list
{
    overflow: hidden;

    padding: 0 2px;
}
.index-hot .product-list .lsick-list
{
    margin-top: -15px;
}
.index-hot .product-list .item-box
{
    padding: 0 21px;
}
@media (max-width: 767px)
{
    .index-hot .product-list .item-box
    {
        padding: 0 10px;
    }
}
.index-hot .product-list .item
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .index-hot .product-list .item
    {
        margin-top: 50px;
    }
    .index-hot .product-list .item p
    {
        padding-left: 15px;
    }
    .index-hot .product-list .item p:before
    {
        left: 0;
    }
}
@media (max-width: 991px)
{
    .index-hot .product-list .item
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .index-hot .product-list .item
    {
        margin-top: 25px;
    }
    .index-hot .product-list .item p
    {
        margin-top: 10px;
        padding: 0 0 0 10px;
    }
    .index-hot .product-list .item p:after
    {
        display: none;
    }
}
@media only screen and (min-width: 481px)
{
    .index-hot .slick-slide:nth-child(even)
    {
        padding-top: 80px;
    }
}
.index-hot .slick-dots
{
    margin-top: 20px;

    text-align: center;
}
.index-hot .slick-dots li
{
    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 2px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;

    border: 1px solid #004097;
    border-radius: 8px;
    background: none;
}
.index-hot .slick-dots li.slick-active
{
    background-color: #004097;
}
.index-hot .slick-dots li button
{
    display: none;
}
.index-product
{
    color: #fff;
    background:#004097;
}
.index-product .title h3
{
    margin-top: 10px;

    color: #fff;
}
.index-product .list
{
    overflow: hidden;

    padding: 10px 6px 0;
}
.index-product .list li
{
    padding: 0 13px;
}
@media (max-width: 1199px)
{
    .index-product .list li
    {
        padding: 0 8px;
    }
}
.index-product .item
{
    position: relative;

    display: block;

    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .index-product .item
    {
        margin-top: 20px;
    }
}
@media (max-width: 991px)
{
    .index-product .item
    {
        margin-top: 15px;
    }
}
@media (min-width: 992px)
{
    .index-product .item img
    {
        -webkit-transition:         transform 1.2s;
        -webkit-transition: -webkit-transform 1.2s;
                transition: -webkit-transform 1.2s;
                transition:         transform 1.2s;
                transition:         transform 1.2s, -webkit-transform 1.2s;
    }
    .index-product .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.index-product .item b
{
    font-size: 20px; background:#ffcb27;
    position: absolute;
    z-index: 2;
    top: 40px;
    left: 20px;

    display: block;

    width: 140px;
    padding: 0 6.81818182%;
}
@media (min-width: 768px) and (max-width: 1199px)
{
    .index-product .item b
    {
        font-size: 18px;

        top: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px)
{
    .index-product .item b
    {
        font-size: 16px;

        top: 20px;
    }
}
@media (max-width: 767px)
{
    .index-product .item b
    {
        font-size: 18px;

        top: 25px;
    }
}
.index-product .item-xs .img-box
{
    padding-bottom: 63.63636364%;
}
.index-product .item-md .img-box
{
    padding-bottom: 84.09090909%;
}
.index-product .item-lg .img-box
{
    padding-bottom: 154.54545455%;
}
.index-product .intro
{
    margin-top: 50px;

    text-align: center;
}
@media (max-width: 767px)
{
    .index-product .intro
    {
        margin-top: 35px;
    }
}
.index-product .intro p
{
    font-size: 20px;
    font-weight: 300;
}
@media (max-width: 767px)
{
    .index-product .intro p
    {
        font-size: 16px;
    }
}
.index-product .intro b
{
    font-size: 24px;
    font-weight: 500;

    display: block;
}
@media (max-width: 767px)
{
    .index-product .intro b
    {
        font-size: 18px;
    }
}
.index-about
{
    position: relative;

    overflow: hidden;

    margin-top: 100px;
    padding: 0;
}
@media (max-width: 1199px)
{
    .index-about
    {
        margin-top: 80px;
    }
}
@media (max-width: 991px)
{
    .index-about
    {
        margin-top: 60px;
    }
}
@media (max-width: 767px)
{
    .index-about
    {
        margin-top: 50px;
    }
}
@media only screen and (min-width: 992px)
{
    .index-about .title
    {
        padding-left: 30px;
    }
    .index-about .title:before
    {
      
    }
}
.index-about .intro-wrap
{
    padding: 90px 10% 90px 0;

    background: #f6f6f6 ;
    background-size: contain;
}
@media only screen and (min-width: 992px)
{
    .index-about .intro-wrap
    {
        width: 50%;
        margin-left: 20px;
    }
}
@media (max-width: 991px)
{
    .index-about .intro-wrap
    {
        padding: 65px 10% 65px 0;
    }
}
@media (max-width: 767px)
{
    .index-about .intro-wrap
    {
        padding: 35px 0;
    }
}
.index-about .intro
{
    margin-top: 45px;
    padding-left: 50px;
}
@media (max-width: 767px)
{
    .index-about .intro
    {
        margin-top: 20px;
        padding: 0 15px;
    }
}
.index-about .intro > p
{
    font-size: 15px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    max-height: 150px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
@media (max-width: 767px)
{
    .index-about .intro > p
    {
        font-size: 14px;

        max-height: 140px;
    }
}
.index-about .intro .more
{
    font-weight: bold;
    line-height: 60px;

    display: block;

    width: 160px;
    height: 60px;
    margin-top: 13.2%;

    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;

    color: #fff;
    background-color: #004097;
}
.index-about .intro .more:hover
{
    background-color: #034d92;
}
@media (max-width: 767px)
{
    .index-about .intro .more
    {
        line-height: 45px;

        width: 140px;
        height: 45px;
        margin-top: 35px;
        padding: 0 15px;
    }
}
@media only screen and (min-width: 992px)
{
    .index-about .slick-wrap
    {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 50%;

        overflow: hidden;

        width: 960px;
        height: 100%;
    }
}
@media (max-width: 767px)
{
    .index-about .slick-wrap
    {
        position: relative;
    }
}
.index-about .slick-about
{
    position: relative;
}
@media only screen and (min-width: 992px)
{
    .index-about .slick-about
    {
        position: absolute;
        z-index: 10;
        top: 50%;
        left: 0;

        width: 960px;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);

        background-color: #f4f4f4;
    }
}
.index-about .slick-about .img-box
{
    padding-bottom: 60.41666667%;
}
.index-about .about-btn
{
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 0;
}
@media (max-width: 767px)
{
    .index-about .about-btn
    {
        bottom: -2px;

        display: block;
    }
    .index-about .about-btn a
    {
        line-height: 35px;

        width: 35px;
        height: 35px;
    }
}
.news-list
{
    overflow: hidden;

    padding: 0 12px;
}
.news-list li
{
    margin-top: 35px;
    padding: 0 11px;
}
.news-list .img-box
{
    padding-bottom: 52.63157895%;
}
.news-list .item
{
    display: block;

    padding: 50px 30px 40px;

    background-color: #f4f4f4;
}
@media (min-width: 992px)
{
    .news-list .item img
    {
        -webkit-transition:         transform 1.2s;
        -webkit-transition: -webkit-transform 1.2s;
                transition: -webkit-transform 1.2s;
                transition:         transform 1.2s;
                transition:         transform 1.2s, -webkit-transform 1.2s;
    }
    .news-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .news-list .item:hover b,
    .news-list .item:hover i
    {
        color: #004097;
    }
    .news-list .item:hover i
    {
        -webkit-transform: translateX(10px);
            -ms-transform: translateX(10px);
                transform: translateX(10px);
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .news-list .item
    {
        padding: 40px 15px 30px;
    }
}
@media (max-width: 767px)
{
    .news-list .item
    {
        padding: 30px 15px 20px;
    }
}
.news-list .item .date
{
    font-weight: bold;

    color: #666;
}
.news-list .item .date:after
{
    display: block;

    width: 30px;
    height: 1px;
    margin-top: 5px;

    content: '';

    background-color: #004097;
}
.news-list .item b
{
    font-size: 16px;

    display: block;
    overflow: hidden;

    height: 22px;
    margin: 15px 0 25px;

    -webkit-transition: .3s;
            transition: .3s;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list .item p
{
    font-size: 15px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-list .item .img-box
{
    margin-bottom: 10px;
}
.news-list .item i
{
    font-size: 20px;
    line-height: 1;

    display: block;

    -webkit-transition: .5s;
            transition: .5s;

    color: #999;
}
@media (max-width: 767px)
{
    .index-news .news-list
    {
        padding: 0;
    }
}
.public-banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.public-banner img
{
    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: 150%;
        max-width: 150%;
        margin-left: -25%;
    }
}
.inside-page
{
    position: relative;
    z-index: 2;

    overflow: hidden;
}
.inside-page .title
{
    position: relative;
}
.inside-page .title:before
{
    display: block;

    width: 62px;
    height:80px;
    margin-bottom: 25px;
    margin-left: 2px;

    content: '';

    opacity: .5;
    background: url(../images/title-icon.png) no-repeat;
    background-size: contain;
}
@media (max-width: 767px)
{
    .inside-page .title:before
    {
        width: 130px;
        margin-bottom: 10px;
    }
}
.inside-page .title b
{
    font-size: 24px;
    font-weight: bold;

    display: inline-block;

    margin: 0 20px;

    color: #004097;
}
@media (max-width: 991px)
{
    .inside-page .title b
    {
        font-size: 22px;

        margin: 0 15px;
    }
}
@media (max-width: 767px)
{
    .inside-page .title b
    {
        font-size: 20px;

        margin: 0 10px;
    }
}
.inside-page .title b + span
{
    font-family: 'Noto Sans CJK';
    font-weight: bold;
}
@media (max-width: 991px)
{
    .inside-page .title b + span
    {
        font-size: 13px;
    }
}
@media (max-width: 767px)
{
    .inside-page .title b + span
    {
        font-size: 12px;
    }
}
.inside-page .list-l
{
    position: relative;
    z-index: 2;
}
@media (max-width: 991px)
{
    .inside-page .list-l
    {
        display: none;
    }
}
.inside-page .list-l h3
{
    font-size: 24px;
    font-weight: bold;

    margin: 0 0 25px 0;
    padding: 0 20px;

    color: #004097;
}
@media (min-width: 1200px) and (max-width: 1339px)
{
    .inside-page .list-l h3
    {
        padding: 0 10px;
    }
}
@media (max-width: 1440px)
{
    .inside-page .list-l h3
    {
        font-size: 22px;
    }
}
.inside-page .list-l h3:before
{
    display: block;

    width: 62px;
    height: 80px;
    margin-bottom: 20px;
    margin-left: -18px;

    content: '';

    background: url(../images/title-icon.png) no-repeat center;
    background-size: contain;
}
@media (min-width: 1200px) and (max-width: 1339px)
{
    .inside-page .list-l h3:before
    {
        margin-left: -8px;
    }
}
.inside-page .list-l .menu-wrap
{
    position: relative;
    z-index: 20;

    margin-bottom: -999999px;
    padding-bottom: 999999px;
}
.inside-page .list-l .product-menu .menu1 ul
{
    display: none;
}
.inside-page .list-l .menu
{
    position: relative;
    z-index: 10;

    padding: 100px 0 0;
}
.inside-page .list-l .menu .menu1
{
    padding: 0 20px;
}
@media (min-width: 1200px) and (max-width: 1339px)
{
    .inside-page .list-l .menu .menu1
    {
        padding: 0 10px;
    }
}
.inside-page .list-l .menu .menu1 > li
{
    margin-bottom: 20px;
}
.inside-page .list-l .menu .menu1 > li.active > a,
.inside-page .list-l .menu .menu1 > li:hover > a
{
    -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
            transform: translateX(15px);

    color: #004097;
}
.inside-page .list-l .menu .menu1 > li.active > a:before,
.inside-page .list-l .menu .menu1 > li:hover > a:before
{
    left: -15px;

    opacity: 1;
}
.inside-page .list-l .menu .menu1 > li > a
{
    font-size: 15px;

    position: relative;

    display: block;

    -webkit-transition: .3s;
            transition: .3s;

    color: #666;
}
.inside-page .list-l .menu .menu1 > li > a:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 2px;
    height: 2px;
    margin-top: -2px;

    content: '';
    -webkit-transition: .3s;
            transition: .3s;

    opacity: 0;
    border-radius: 50%;
    background-color: #004097;
}
.inside-page .list-l .menu .menu2
{
    padding-left: 15px;
}
.inside-page .list-l .menu .menu2 > li
{
    position: relative;

    margin-top: 15px;

    cursor: pointer;
}
.inside-page .list-l .menu .menu2 > li.active > a,
.inside-page .list-l .menu .menu2 > li:hover > a
{
    color: #004097;
}
.inside-page .list-l .menu .menu2 > li > a
{
    font-size: 15px;

    position: relative;

    display: block;

    padding-left: 18px;

    -webkit-transition: .2s;
            transition: .2s;

    color: #666;
}
.inside-page .list-l .menu .menu2 > li > a:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    content: '-';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.inside-page .list-l .menu .menu3
{
    z-index: 20;

    display: none;

    margin-left: 1px;
    padding: 15px 0 20px 10px;

    background-color: rgba(238, 238, 238, .96);
}
.inside-page .list-l .menu .menu3:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 10px;
    height: 100%;

    content: '';

    background-color: #fff;
}
.inside-page .list-l .menu .menu3 > li
{
    line-height: 2.14285714;

    padding: 0 30px 0 20px;
}
.inside-page .list-l .menu .menu3 > li > a
{
    display: block;

    -webkit-transition: .3s;
            transition: .3s;
    white-space: nowrap;

    color: #666;
}
.inside-page .list-l .menu .menu3 > li > a:hover
{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    text-decoration: underline;

    color: #004097;
}
.inside-page .content-r
{
    position: relative;
    z-index: 2;

    overflow: hidden;
}
.inside-page .content
{
    position: relative;
    z-index: 2;

    padding: 100px 0;
}
@media (max-width: 1199px)
{
    .inside-page .content
    {
        padding: 70px 0;
    }
}
@media (max-width: 991px)
{
    .inside-page .content
    {
        padding: 55px 0;
    }
}
@media (max-width: 767px)
{
    .inside-page .content
    {
        padding: 40px 0;
    }
}
.inside-nav
{
    position: relative;
    z-index: 2;

    text-align: center;

    border-bottom: 1px solid #ddd;
}
@media (max-width: 767px)
{
    .inside-nav
    {
        display: none;
    }
}
.inside-nav li
{
    display: inline-block;

    vertical-align: middle;
}
.inside-nav li:after
{
    display: inline-block;

    width: 3px;
    height: 3px;
    margin: 0 40px;
    margin-top: -4px;

    content: '';
    vertical-align: middle;

    border-radius: 50%;
    background-color: #004097;
}
.inside-nav li:last-child:after
{
    display: none;
}
.inside-nav li a
{
    font-size: 16px;
    font-weight: 500;

    display: inline-block;

    padding: 19px 0;
}
.message-wrap .title p
{
    font-size: 15px;
    line-height: 2;

    margin: 5px 0 0;
    padding-left: 20px;

    color: #666;
}
.message-wrap .form
{
    overflow: hidden;

    margin-top: 50px;
}
@media (min-width: 1200px)
{
    .message-wrap .form
    {
        padding-right: 120px;
    }
}
@media (max-width: 991px)
{
    .message-wrap .form
    {
        padding: 0 10px;
    }
}
.message-wrap .form .row
{
    font-size: 0;

    margin: 0 -50px;

    letter-spacing: -8px;
}
@media (max-width: 1339px)
{
    .message-wrap .form .row
    {
        margin: 0 -25px;
    }
}
.message-wrap .form .row li
{
    font-size: 14px;

    padding: 0 50px;

    vertical-align: middle;
    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 1339px)
{
    .message-wrap .form .row li
    {
        padding: 0 25px;
    }
}
@media only screen and (min-width: 768px)
{
    .message-wrap .form .row li
    {
        display: inline-block;

        width: 50%;
    }
}
.message-wrap .form label
{
    font-weight: normal;

    position: relative;

    display: block;

    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}
@media only screen and (min-width: 992px)
{
    .message-wrap .form label
    {
        padding-left: 200px;
    }
}
@media (max-width: 767px)
{
    .message-wrap .form label
    {
        margin-bottom: 15px;
    }
}
.message-wrap .form label > span
{
    line-height: 2;

    color: #666;
}
@media only screen and (min-width: 992px)
{
    .message-wrap .form label > span
    {
        position: absolute;
        z-index: 15;
        top: 50%;
        left: 25px;

        display: inline-block;

        width: 160px;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
@media (max-width: 991px)
{
    .message-wrap .form label > span
    {
        display: block;

        margin-bottom: 10px;
    }
}
@media (max-width: 767px)
{
    .message-wrap .form label > span
    {
        margin-bottom: 5px;
    }
}
.message-wrap .form label input,
.message-wrap .form label textarea
{
    display: block;

    width: 100%;
    padding: 14px 20px;

    border: 1px solid #ddd;
    background: #fff;
}
@media (max-width: 767px)
{
    .message-wrap .form label input,
    .message-wrap .form label textarea
    {
        padding: 10px 15px;
    }
}
.message-wrap .form label.textarea > span
{
    top: 5px;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.message-wrap .form label.textarea textarea
{
    height: 150px;
}
.message-wrap .form button
{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    width: 200px;
    height: 50px;
    margin-top: 20px;

    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;

    color: #fff;
    background-color: #004097;
}
@media only screen and (min-width: 992px)
{
    .message-wrap .form button
    {
        margin-left: 200px;
    }
}
.message-wrap .form button:hover
{
    background-color: #034d92;
}
.news-wrap .news-list
{
    margin-top: -20px;
    padding: 0 12px;
}
@media (max-width: 767px)
{
    .news-wrap .news-list
    {
        padding: 0;
    }
}
.news-wrap .news-list li
{
    margin-top: 20px;
}
.news-wrap .page
{
    margin-top: 50px;

    text-align: center;
}
@media (max-width: 991px)
{
    .news-wrap .page
    {
        margin-top: 30px;
    }
}
.news-details-wrap .news-title
{
    position: relative;

    margin-bottom: 30px;
    padding-bottom: 25px;

    border-bottom: 1px solid #ddd;
}
@media (max-width: 767px)
{
    .news-details-wrap .news-title
    {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}
.news-details-wrap .news-title h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    margin: 0 0 8px;
}
@media (max-width: 767px)
{
    .news-details-wrap .news-title h1
    {
        font-size: 22px;

        margin-bottom: 10px;
    }
}
.news-details-wrap .news-title .date
{
    font-weight: 300;

    color: #004097;
}
.news-details-wrap .news-title .date:before
{
    font-family: 'iconfont' !important;

    margin-right: 15px;

    content: '\e634';
}
@media (min-width: 1200px)
{
    .news-details-wrap .news-title .share
    {
        position: absolute;
        right: 0;
        bottom: 25px;
    }
}
@media (max-width: 1199px)
{
    .news-details-wrap .news-title .share
    {
        margin-top: 15px;
    }
}
.news-details-wrap .intro img
{
    display: block;

    max-width: 100%;
    margin: 25px auto;
}
.news-details-wrap .intro p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.news-details-wrap .news-page
{
    padding-top: 50px;
}
@media (max-width: 1199px)
{
    .news-details-wrap .news-page
    {
        padding-top: 50px;
    }
}
@media (max-width: 991px)
{
    .news-details-wrap .news-page
    {
        padding-top: 40px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page
    {
        padding-top: 15px;
    }
}
.news-details-wrap .news-page a
{
    font-weight: 300;

    display: block;

    padding: 14px 30px;

    color: #999;
    border: 1px solid #ddd;
}
@media (max-width: 1199px)
{
    .news-details-wrap .news-page a
    {
        padding: 14px 25px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page a
    {
        padding: 10px 15px;
    }
}
@media only screen and (min-width: 992px)
{
    .news-details-wrap .news-page a
    {
        -webkit-transition: .5s;
                transition: .5s;
    }
}
.news-details-wrap .news-page a:hover
{
    border-color: #004097;
    background-color: #004097;
}
.news-details-wrap .news-page a:hover p
{
    color: #fff;
}
.news-details-wrap .news-page a:hover p:before
{
    border-color: transparent #fff transparent transparent;
}
.news-details-wrap .news-page p
{
    overflow: hidden;

    margin: 0;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #999;
}
.news-details-wrap .news-page p:before
{
    display: inline-block;

    width: 0;
    height: 0;
    margin-right: 15px;

    content: '';

    border-width: 5px 5px 5px 0;
    border-style: solid;
    border-color: transparent #bbb transparent transparent;
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page p:before
    {
        margin-right: 8px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page .next
    {
        margin-top: 20px;
    }
}
.news-details-wrap .news-page .next p:before
{
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.contact-wrap .content
{
    padding: 0;
}
.contact-wrap .contact-list
{
    position: relative;

    padding: 100px 0;
}
@media (max-width: 1199px)
{
    .contact-wrap .contact-list
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .contact-list
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .contact-list
    {
        padding: 45px 0;
    }
}
@media only screen and (min-width: 992px)
{
    .contact-wrap .contact-box
    {
        width: 50%;
        padding-right: 35px;
    }
}
.contact-wrap .contact-box .title p
{
    font-size: 15px;
    line-height: 2;

    margin: 5px 0 0;
    padding-left: 20px;

    color: #666;
}
.contact-wrap .contact-box h1
{
    font-size: 16px;
    font-weight: bold;

    margin: 0 0 20px;
}
.contact-wrap .contact-box .list
{
    margin-top: 45px;
    padding-left: 20px;
}
.contact-wrap .contact-box .list p
{
    font-size: 15px;
    line-height: 1.8;

    position: relative;


    color: #666;
}
.contact-wrap .contact-box .list p:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    position: absolute;
    top: 0;
    left: 0;

    color: #004097;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-wrap .contact-box .list p a:hover
{
    text-decoration: underline;

    color: #004097;
}
.contact-wrap .contact-box .list .address:before
{
    content: '\e63e';
}
.contact-wrap .contact-box .list .tel:before
{
    content: '\e633';
}
.contact-wrap .contact-box .list .fax:before
{
    font-size: 18px;

    content: '\e6e3';
}
.contact-wrap .contact-box .list .phone:before
{
    content: '\e612';
}
.contact-wrap .contact-box .list .postal:before
{
    content: '\e62a';
}
.contact-wrap .contact-box .list .mail:before
{
    content: '\e626';
}
@media only screen and (min-width: 992px)
{
    .contact-wrap .map
    {
        position: absolute;
        top: 0;
        right: 0;

        width: 50%;
        height: 100%;

        border-left: 15px solid transparent;
    }
    .contact-wrap .map .dituContent
    {
        position: absolute;
        top: 0;
        left: 0;

        display: block;

        width: 100%;
        height: 100%;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .map
    {
        margin-top: 45px;
    }
    .contact-wrap .map .dituContent
    {
        height: 400px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .map
    {
        margin-top: 35px;
    }
    .contact-wrap .map .dituContent
    {
        height: 280px;
    }
}
.contact-wrap .message
{
    position: relative;

    padding: 100px 0;

    background: url(../images/imgs/message-bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .contact-wrap .message
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .message
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .message
    {
        padding: 45px 0;
    }
}
.contact-wrap .message .title h3
{
    margin-bottom: 10px;

    color: #ff7c00;
}
.contact-wrap .message .title p
{
    font-weight: 500;
    line-height: 2.14285714;

    margin: 0 auto;

    text-align: center;

    color: #fff;
}
@media (min-width: 1200px)
{
    .contact-wrap .message form
    {
        padding: 0 14.89361702%;
    }
}
@media (min-width: 1200px) and (max-width: 1440px)
{
    .contact-wrap .message form
    {
        padding: 0 8%;
    }
}
@media (min-width: 1200px) and (max-width: 1339px)
{
    .contact-wrap .message form
    {
        padding: 0 5%;
    }
}
.contact-wrap .message form p
{
    line-height: 1.78571429;

    margin-bottom: 15px;
}
.contact-wrap .message form b
{
    display: block;

    margin-top: 30px;
    margin-bottom: 35px;
}
.contact-wrap .message form .row
{
    margin: 0 -10px;
}
.contact-wrap .message form .row li
{
    padding: 0 10px;
}
.contact-wrap .message form input::-webkit-input-placeholder,
.contact-wrap .message form textarea::-webkit-input-placeholder
{
    color: #333;
}
.contact-wrap .message form input:-o-placeholder,
.contact-wrap .message form textarea:-o-placeholder
{
    color: #333;
}
.contact-wrap .message form input::-moz-placeholder,
.contact-wrap .message form textarea::-moz-placeholder
{
    color: #333;
}
.contact-wrap .message form input:-ms-input-placeholder,
.contact-wrap .message form textarea:-ms-input-placeholder
{
    color: #333;
}
.contact-wrap .message form input:focus::-webkit-input-placeholder,
.contact-wrap .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.contact-wrap .message form input:focus::-o-placeholder,
.contact-wrap .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.contact-wrap .message form input:focus::-moz-placeholder,
.contact-wrap .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.contact-wrap .message form input:focus::-ms-input-placeholder,
.contact-wrap .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.contact-wrap .message form input,
.contact-wrap .message form textarea
{
    font-weight: 300;

    display: block;

    width: 100%;
    margin-bottom: 20px;
    padding: 14px 18px;

    color: #333;
    border: 1px solid #ddd;
}
@media (max-width: 767px)
{
    .contact-wrap .message form input,
    .contact-wrap .message form textarea
    {
        padding: 12px 15px;
    }
}
.contact-wrap .message form textarea
{
    height: 100px;
}
.contact-wrap .message form .submit
{
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;

    display: block;

    width: 220px;
    height: 50px;
    margin: 30px auto 0;
    padding: 0;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;

    color: #fff;
    background-color: #ff7c00;
}
.contact-wrap .message form .submit:hover
{
    background-color: #034d92;
}
.about-wrap .about-intro,
.about-wrap .technical,
.about-wrap .info-wrap
{
    position: relative;
    z-index: 2;
}
.about-wrap .about-intro .pic-box,
.about-wrap .about-intro .intro
{
    padding: 0 15px;
}
@media only screen and (min-width: 992px)
{
    .about-wrap .about-intro .pic-box,
    .about-wrap .about-intro .intro
    {
        width: 50%;
    }
}
@media only screen and (min-width: 992px)
{
    .about-wrap .about-intro .pic-box
    {
        float: right; margin-top:100px;
    }
}
.about-wrap .about-intro .pic-box img
{
    display: block;

    max-width: 100%;
}
@media only screen and (min-width: 992px)
{
    .about-wrap .about-intro .intro
    {
        float: left;
    }
}
@media (max-width: 991px)
{
    .about-wrap .about-intro .intro
    {
        margin-top: 35px;
    }
}
.about-wrap .about-intro .intro .title
{
    margin-bottom: 40px;
}
@media (max-width: 767px)
{
    .about-wrap .about-intro .intro .title
    {
        margin-bottom: 25px;
    }
}
@media only screen and (min-width: 992px)
{
    .about-wrap .about-intro .intro .box
    {
        padding-left: 20px;
    }
}
.about-wrap .about-intro .intro .box p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.about-wrap .technical
{
    background-color: #004097;
}
.about-wrap .technical .title
{
    position: relative;
}
.about-wrap .technical .title:before
{
    background-image: url(../images/title-icon.png);
}
.about-wrap .technical .title b,
.about-wrap .technical .title span
{
    color: #fff;
}
.about-wrap .technical .title .technical-btn
{
    position: absolute;
    right: 0;
    bottom: 0;
}
.about-wrap .technical .title .technical-btn .next
{
    background-color: #fff;
}
.about-wrap .technical .title .technical-btn .next:before
{
    color: #004097;
}
.about-wrap .technical .slick-technical
{
    margin-top: 50px; background:#f7f7f7; padding:50px 15px;
}
@media (max-width: 1199px)
{
    .about-wrap .technical .slick-technical
    {
        margin-top: 40px;
    }
}
@media (max-width: 991px)
{
    .about-wrap .technical .slick-technical
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .about-wrap .technical .slick-technical
    {
        margin-top: 20px;
    }
}
.about-wrap .technical .slick-technical .slick-list
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .about-wrap .technical .slick-technical .slick-list
    {
        margin: 0 -5px;
    }
}
.about-wrap .technical .slick-technical .img-box
{
    padding-bottom: 75%;
}
.about-wrap .technical .slick-technical p{ background-color: #f0f0f0;
    padding: 30px;    font-size: 18px;
    color: #373f45;
    font-weight: 400;}
	
.about-wrap .technical .slick-technical a:hover p{ background-color: #ffcb27;
    padding: 30px;    font-size: 18px;
    color: #004dbd;
    font-weight: 400;}	
.about-wrap .technical .slick-technical .item-box
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .about-wrap .technical .slick-technical .item-box
    {
        padding: 0 5px;
    }
}
.about-wrap .technical .slick-technical .item
{
    display: block;

    padding: 1px;

    background-color: #f3f3f3;
}
@media (min-width: 992px)
{
    .about-wrap .technical .slick-technical .item img
    {
        -webkit-transition:         transform 1.2s;
        -webkit-transition: -webkit-transform 1.2s;
                transition: -webkit-transform 1.2s;
                transition:         transform 1.2s;
                transition:         transform 1.2s, -webkit-transform 1.2s;
    }
    .about-wrap .technical .slick-technical .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.about-wrap .technical .slick-dots
{
    margin-top: 15px;

    text-align: center;
}
.about-wrap .technical .slick-dots li
{
    display: inline-block;

    width: 6px;
    height: 6px;
    margin: 0 4px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;

    border-radius: 6px;
    background: none;
    background-color: #fff;
}
.about-wrap .technical .slick-dots li.slick-active
{
    width: 20px;
}
@media (max-width: 767px)
{
    .about-wrap .technical .slick-dots li
    {
        width: 6px;
        height: 6px;

        border-radius: 6px;
    }
}
.about-wrap .technical .slick-dots li button
{
    display: none;
}
.about-wrap .info-wrap .title
{
    margin-bottom: 50px;
}
@media (max-width: 991px)
{
    .about-wrap .info-wrap .title
    {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px)
{
    .about-wrap .info-wrap .title
    {
        margin-bottom: 20px;
    }
}
.about-wrap .info-wrap .internet .pic-box img
{
    display: block;

    max-width: 100%;
}
@media (max-width: 991px)
{
    .about-wrap .info-wrap .culture
    {
        margin-top: 45px;
    }
}
.about-wrap .info-wrap .culture li
{
    margin-top: 30px;
}
@media (max-width: 1440px)
{
    .about-wrap .info-wrap .culture li
    {
        margin-top: 20px;
    }
}



.culture{ margin:0 auto; width:100%; max-width:1260px;}            
.culture .history-area {
       padding-left: 550px;margin-bottom: 200px; position: relative; z-index: 1;
 }
				
.culture .history-area strong {
    font-size: 50px;
    color: #c3c3c3;
    font-weight: 600;
    position: relative;
    left: -100px;
}			
.culture .history-area strong b {
    color: #0051c7;
}	
				
.culture .history_wrap1--fc {
    overflow: hidden;
    margin-top: 50px;
}

.history_wrap1--fc .col-md-6 {
    display: block;
    padding: 0;
    flex: auto;
    max-width: none;
}

.history_wrap1--fc dl {
    clear: both;
}

.history_wrap1--fc dl dt {
    width: 100px;
    font-weight: 700;
    font-size: 16px;
}

.history_wrap1--fc dl dt, .history_wrap1--fc dl dd {
    float: left;
    margin-bottom: 20px;
    color: #222;
    font-family: 'Noto Sans KR','Noto Sans JP';
}
.history_wrap1--fc dl dd {
    width: calc(100% - 100px);
    font-size: 16px;
}

.history_wrap1--fc .offset-md-6 {
    margin-left: 0;
    width: 100%;
}


.history_wrap1--fc .offset-md-6 {
		text-align: right;
		word-break: keep-all;
		margin-left: 0;
	}

	.history_wrap1--fc .offset-md-6 {
		text-align: left;
	}               
           
.culture .history-area img {
    width: auto !important;
    position: absolute;
    left: 10px;
    top: 0;
    z-index: -1;
}
@media (max-width: 991px)
{
   .lcpic{ display:none;}
   .culture .history-area {
       padding-left: 10px;margin-bottom: 20px; position: relative; z-index: 1;
 }
 .culture .history-area strong {
    font-size: 50px;
    color: #c3c3c3;
    font-weight: 600;
    position: relative;
	left:0px;
}
.culture .history_wrap1--fc{ margin-top:20px;}
}

/**jieshu**/
.about-wrap .info-wrap .culture li:first-child
{
    margin-top: 0;
}
.about-wrap .info-wrap .culture li b
{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;

    display: block;
}
.about-wrap .info-wrap .culture li p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.product-wrap .product-list
{
    margin-top: -45px;
}
@media (max-width: 991px)
{
    .product-wrap .product-list
    {
        margin-top: -35px;
    }
}
@media (max-width: 767px)
{
    .product-wrap .product-list
    {
        margin-top: -30px;
    }
}
.product-wrap .product-list li
{
    margin-top: 45px;
}
@media (max-width: 991px)
{
    .product-wrap .product-list li
    {
        margin-top: 35px;
    }
}
@media (max-width: 767px)
{
    .product-wrap .product-list li
    {
        margin-top: 30px;
    }
}
.product-wrap .product-list .item:hover p:after
{
    -webkit-transform: translateY(-50%) translateX(0);
        -ms-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
}
.product-wrap .product-list .item p
{
    padding: 0 30px 0 15px;
}
@media (max-width: 767px)
{
    .product-wrap .product-list .item p
    {
        margin-top: 15px;
    }
}
.product-wrap .product-list .item p:before
{
    left: 0;
}
.product-wrap .product-list .item p:after
{
    right: 0;
}
.product-wrap .page
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .product-wrap .page
    {
        margin-top: 30px;
    }
}
.product-details-wrap .carousel-wrap
{
    overflow: hidden;
}
.product-details-wrap .carousel-wrap .carousel,
.product-details-wrap .carousel-wrap .info-box
{
    float: left;

    padding: 0 15px;
}
.product-details-wrap .carousel-wrap .carousel
{
    width: 44.44444444%;
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .carousel
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .carousel
    {
        width: 100%;
    }
}
.product-details-wrap .carousel-wrap .info-box
{
    position: relative;

    width: 55.55555556%;
    padding: 35px 30px 0 20px;
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .info-box
    {
        width: 50%;
        padding-top: 15px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .carousel-wrap .info-box
    {
        padding: 15px 15px 0;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .info-box
    {
        width: 100%;
        margin-top: 5px;
    }
}
.product-details-wrap .carousel-wrap .info-box h1
{
    font-size: 24px;
    font-weight: 500;

    margin: 0 0 30px 0;
}
.product-details-wrap .carousel-wrap .info-box h1:before
{
    display: inline-block;

    width: 3px;
    height: 24px;
    margin-top: -2px;
    margin-right: 16px;

    content: '';
    vertical-align: middle;

    background-color: #004097;
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .info-box h1
    {
        font-size: 22px;

        margin-bottom: 10px;
    }
}
.product-details-wrap .carousel-wrap .info-box .slider-nav
{
    position: relative;

    padding: 30px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .info-box .slider-nav
    {
        padding: 15px 30px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .info-box .slider-nav
    {
        padding: 10px 0;
    }
}
.product-details-wrap .carousel-wrap .info-box .slider-nav .slick-slide
{
    padding: 0 5px;
}
.product-details-wrap .carousel-wrap .info-box .slider-nav .slick-slide .item
{
    -webkit-transition: .3s;
            transition: .3s;

    border: 2px solid #e5e5e5;
}
.product-details-wrap .carousel-wrap .info-box .slider-nav .slick-current .item
{
    border-color: #004097;
}
.product-details-wrap .carousel-wrap .info-box .slider-nav .slick-arrow
{
    font-size: 24px;
    font-weight: bold;

    position: absolute;
    top: 50%;

    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #999;
    background: none;
}
.product-details-wrap .carousel-wrap .info-box .slider-nav .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-details-wrap .carousel-wrap .info-box .slider-nav .slick-arrow:hover
{
    color: #004097;
}
.product-details-wrap .carousel-wrap .info-box .slider-nav .slick-prev
{
    left: -10px;
}
.product-details-wrap .carousel-wrap .info-box .slider-nav .slick-prev:before
{
    content: '\e601';
}
.product-details-wrap .carousel-wrap .info-box .slider-nav .slick-next
{
    right: -10px;
}
.product-details-wrap .carousel-wrap .info-box .slider-nav .slick-next:before
{
    content: '\e827';
}
.product-details-wrap .carousel-wrap .info-box .inquiry-btn
{
    font-weight: 500;

    display: inline-block;

    margin: 30px 0;
    padding: 11px 23px;

    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;

    color: #fff;
    background-color: #004097;
}
.product-details-wrap .carousel-wrap .info-box .inquiry-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    margin-right: 12px;

    content: '\e636';
    vertical-align: middle;
}
@media (min-width: 1200px)
{
    .product-details-wrap .carousel-wrap .info-box .inquiry-btn:hover
    {
        color: #fff;
        background-color: #034d92;
    }
}
.product-details-wrap .carousel-wrap .share b
{
    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.product-details-wrap .details-title b
{
    font-size: 22px;

    display: block;
}
@media (max-width: 767px)
{
    .product-details-wrap .details-title b
    {
        font-size: 20px;

        margin-bottom: 8px;
    }
}
.product-details-wrap .details-title p
{
    line-height: 2.14285714;

    margin: 0;
}
@media (max-width: 767px)
{
    .product-details-wrap .details-title p
    {
        font-size: 13px;
        line-height: 1.7;
    }
}
.product-details-wrap .introduction
{
    margin-top: 50px;
    padding-bottom: 40px;

    border-bottom: 1px solid #ddd;
}
@media (max-width: 767px)
{
    .product-details-wrap .introduction
    {
        margin-top: 40px;
        padding-bottom: 30px;
    }
}
.product-details-wrap .introduction .intro h3
{
    font-size: 22px;
    font-weight: bold;

    margin: 0 0 15px;
}
.product-details-wrap .introduction .intro p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.product-details-wrap .related
{
    margin-top: 55px;
    margin-bottom: 75px;
    padding-bottom: 80px;

    border-bottom: 1px solid #ddd;
}
@media (max-width: 991px)
{
    .product-details-wrap .related
    {
        margin-bottom: 60px;
        padding-bottom: 65px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .related
    {
        margin-top: 40px;
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
}
.product-details-wrap .related .product-list
{
    margin: 0 -5px;
    margin-top: -15px;
}
.product-details-wrap .related .product-list li
{
    margin-top: 40px;
    padding: 0 5px;
}
@media (max-width: 767px)
{
    .product-details-wrap .related .product-list li
    {
        margin-top: 15px;
    }
}
.product-details-wrap .related .product-list .item:hover p:after
{
    -webkit-transform: translateY(-50%) translateX(0);
        -ms-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
}
.product-details-wrap .related .product-list .item p
{
    padding: 0 30px 0 15px;
}
@media (max-width: 767px)
{
    .product-details-wrap .related .product-list .item p
    {
        margin-top: 15px;
        padding-right: 0;
        padding-left: 10px;
    }
}
.product-details-wrap .related .product-list .item p:before
{
    left: 0;
}
.product-details-wrap .related .product-list .item p:after
{
    right: 0;
}
@media (max-width: 767px)
{
    .product-details-wrap .related .product-list .item p:after
    {
        display: none;
    }
}
.product-details-wrap .inquiry-form
{
    position: relative;
    z-index: 2;
}
.product-details-wrap .inquiry-form form
{
    margin-top: 20px;
}
.zoomDiv
{
    z-index: 999;

    display: none;
    overflow: hidden;

    text-align: center;

    border: 1px solid #ccc;
    background: #fff;
}
@media (min-width: 768px)
{
    .zoomDiv
    {
        position: absolute;
    }
}
.zoomMask
{
    position: absolute;
    z-index: 20;

    cursor: move;

    background: url('../images/mask.png') repeat scroll 0 0 transparent;
}
@media (max-width: 767px)
{
    .zoomMask
    {
        display: none;
    }
}
.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;
}
.inquiry-form .row
{
    margin: 0 -10px;
}
.inquiry-form .row li
{
    padding: 0 10px;
}
.inquiry-form form input,
.inquiry-form form textarea
{
    font-size: 15px;

    display: block;

    width: 100%;
    margin-bottom: 20px;
    padding: 13px 20px;

    color: #666;
    border: 1px solid #ddd;
}
.inquiry-form form textarea
{
    height: 200px;
}
@media (max-width: 767px)
{
    .inquiry-form form textarea
    {
        height: 150px;
    }
}
.inquiry-form form .pro-name
{
    color: #333;
    background: #f4f4f4;
}
.inquiry-form form .submit
{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    display: block; padding:0;
    width: 180px;
    height: 50px;
    margin-top: 30px;

    -webkit-transition: .3s;
            transition: .3s;

    color: #fff;
    background-color: #004097;
}
@media (max-width: 767px)
{
    .inquiry-form form .submit
    {
        line-height: 45px;

        width: 150px;
        height: 45px;
    }
}
.inquiry-form form .submit:hover
{
    background-color: #034d92;
}
.case-wrap .case-list
{
    font-size: 0;

    margin-top: -30px;

    letter-spacing: -8px;
}
.case-wrap .case-list li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-top: 30px;

    vertical-align: top;
    letter-spacing: 0;
}
.case-wrap .case-list .intro
{
    padding: 25px 0 0;
}
.case-wrap .case-list .intro p
{
    margin-bottom: 0;
}
.case-wrap .page
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .case-wrap .page
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .case-wrap .page
    {
        margin-top: 25px;
    }
}
@media (min-width: 1200px)
{
    .brand-wrap .title
    {
        margin-bottom: 50px;
    }
}
.brand-wrap .intro
{
    overflow: hidden;
}
.brand-wrap .intro .pic-box
{
    width: 450px;
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px)
{
    .brand-wrap .intro .pic-box
    {
        float: right;

        margin-left: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .brand-wrap .intro .pic-box
    {
        width: 360px;
    }
}
@media (max-width: 767px)
{
    .brand-wrap .intro .pic-box
    {
        max-width: 100%;
    }
}
.brand-wrap .intro .pic-box img
{
    display: block;

    width: 100%;
}
.brand-wrap .intro p
{
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.honor-wrap .about-list
{
    margin: -30px -15px 0;
}
@media (max-width: 767px)
{
    .honor-wrap .about-list
    {
        margin: -10px -5px 0;
    }
}
.honor-wrap .about-list .img-box
{
    padding-bottom: 139.39393939%;
}
.honor-wrap .about-list li
{
    margin-top: 30px;
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .honor-wrap .about-list li
    {
        margin-top: 10px;
        padding: 0 5px;
    }
}
@media (max-width: 1199px)
{
    .honor-wrap .about-list .item
    {
        padding: 10px;
    }
    .honor-wrap .about-list .item p
    {
        margin-top: 10px;
    }
}
.video-wrap .video-list
{
    margin-top: -20px;
}
.video-wrap .item
{
    position: relative;

    display: block;

    padding: 0;

    border: none;
}
.video-wrap .item:after
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .5);
}
.video-wrap .item .mask
{
    position: absolute;
    z-index: 11;
    top: 50%;

    width: 100%;
    padding: 0 10%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.video-wrap .item .mask:before
{
    font-family: 'iconfont' !important;
    font-size: 80px;

    display: block;

    margin: 0 auto 5px;

    content: '\e666';
    text-align: center;
}
@media (max-width: 1199px)
{
    .video-wrap .item .mask:before
    {
        font-size: 55px;

        margin-bottom: 0;
    }
}
.video-wrap .item .mask p
{
    font-size: 18px;
    font-weight: bold;

    margin: 0;

    text-align: center;
}
@media (max-width: 1199px)
{
    .video-wrap .item .mask p
    {
        font-size: 17px;
    }
}
@media (max-width: 767px)
{
    .video-wrap .item .mask p
    {
        font-size: 16px;
    }
}
.video-wrap .page
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .video-wrap .page
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .video-wrap .page
    {
        margin-top: 25px;
    }
}
.honor-wrap .list
{
    overflow: hidden;

    margin-top: -30px;
}
.honor-wrap .list .item-box
{
    margin-top: 30px;
}
.honor-wrap .list .item
{
    display: block;

    padding: 14px;

    border: 1px solid #ddd;
}
@media (min-width: 992px)
{
    .honor-wrap .list .item img
    {
        -webkit-transition:         transform 1.2s;
        -webkit-transition: -webkit-transform 1.2s;
                transition: -webkit-transform 1.2s;
                transition:         transform 1.2s;
                transition:         transform 1.2s, -webkit-transform 1.2s;
    }
    .honor-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .honor-wrap .list .item:hover p
    {
        color: #004097;
    }
}
.honor-wrap .list .item p
{
    font-size: 15px;

    overflow: hidden;

    margin: 15px 0 0;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
}
.honor-wrap .list img
{
    display: block;

    width: 100%;
}
.honor-wrap .page
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .honor-wrap .page
    {
        margin-top: 40px;
    }
}
@media (max-width: 991px)
{
    .honor-wrap .page
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .honor-wrap .page
    {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .factory-wrap .list
    {
        margin: 0 -10px;
    }
}
@media (max-width: 767px)
{
    .factory-wrap .list
    {
        padding-top: 20px;
    }
}
@media (max-width: 480px)
{
    .factory-wrap .list
    {
        margin: 0 -5px;
    }
}
.factory-wrap .list li
{
    margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .factory-wrap .list li
    {
        padding: 0 10px;
    }
}
@media (max-width: 480px)
{
    .factory-wrap .list li
    {
        margin-top: 10px;
        padding: 0 5px;
    }
}
.factory-wrap .list .item
{
    display: block;

    padding: 14px;

    border: 1px solid #ddd;
}
@media (min-width: 992px)
{
    .factory-wrap .list .item img
    {
        -webkit-transition:         transform 1.2s;
        -webkit-transition: -webkit-transform 1.2s;
                transition: -webkit-transform 1.2s;
                transition:         transform 1.2s;
                transition:         transform 1.2s, -webkit-transform 1.2s;
    }
    .factory-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: 768px) and (max-width: 991px)
{
    .factory-wrap .list .item
    {
        padding: 10px;
    }
}
@media (max-width: 480px)
{
    .factory-wrap .list .item
    {
        padding: 5px;
    }
}
.factory-wrap .list .img-box
{
    padding-bottom: 56.66666667%;
}
.factory-wrap .page
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .factory-wrap .page
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .factory-wrap .page
    {
        margin-top: 30px;
    }
}
.fixed-cart
{
    position: fixed;
    z-index: 200;
    top: 28%;
    right: 2px;
}
@media (max-width: 991px)
{
}
@media only screen and (min-width: 1200px) and (max-height: 740px)
{
    .fixed-cart
    {
        top: 14%;
    }
}
.fixed-cart.active .inquire-sheet-box
{
    right: 110%;

    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.fixed-cart .btn-cart
{
    line-height: 50px;

    position: relative;
    z-index: 20;

    display: block;

    width: 50px;
    height: 50px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #004097;
}
.fixed-cart .btn-cart:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e600';
}
@media (max-width: 767px)
{
    .fixed-cart .btn-cart
    {
        line-height: 45px;

        width: 45px;
        height: 45px;
    }
    .fixed-cart .btn-cart:before
    {
        font-size: 16px;
    }
}
.fixed-cart .btn-cart span
{
    line-height: 20px;

    position: absolute;
    z-index: 2;
    top: -5px;
    right: 0;

    padding: 0 6px;

    color: #fff;
    border-radius: 10px;
    background-color: #e24307;
}
@media (max-width: 767px)
{
    .fixed-cart .btn-cart span
    {
        font-size: 12px;
        line-height: 16px;

        min-width: 20px;
        padding: 0 4px 2px;
    }
}
.fixed-cart .inquire-sheet-box
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 50%;

    width: 310px;

    -webkit-transition: .4s;
            transition: .4s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;

    background: #fff;
    box-shadow: 0 0 16px 0 rgba(7, 17, 27, .2);
}
@media (max-width: 991px)
{
    .fixed-cart .inquire-sheet-box
    {
        display: none;
    }
}
@media (max-height: 700px)
{
    .fixed-cart .inquire-sheet-box
    {
        top: 25%;
    }
}
.fixed-cart .inquire-sheet-box .Jclose
{
    position: absolute;
    top: 18px;
    right: 15px;

    display: none;

    cursor: pointer;
}
.fixed-cart .inquire-sheet-box .Jclose::after
{
    font-family: 'iconfont';

    content: '\2716';
}
.fixed-cart .inquire-sheet-box .J-title
{
    position: relative;

    padding: 14px 10px;

    color: #004097;
    background-color: #000;
}
.fixed-cart .inquire-sheet-box .J-title a
{
    display: block;

    color: #004097;
}
.fixed-cart .inquire-sheet-box .J-title a:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-weight: normal;

    display: inline-block;

    margin-right: 12px;

    content: '\e612';
}
.fixed-cart .inquire-sheet-box .J-shoping-body
{
    overflow: auto;

    max-height: 405px;
    padding-bottom: 10px;
}
@media (max-height: 750px)
{
    .fixed-cart .inquire-sheet-box .J-shoping-body
    {
        max-height: 285px;
    }
}
.fixed-cart .inquire-sheet-box .J-shoping-list
{
    overflow: hidden;

    padding: 10px;

    white-space: nowrap;

    border-bottom: 1px dashed #dcdcdc;
}
.fixed-cart .inquire-sheet-box .J-shoping-list .img-box
{
    padding-bottom: 75.36231884%;
}
.fixed-cart .inquire-sheet-box .J-shoping-list .pic-box
{
    position: relative;
    z-index: 2;

    display: inline-block;
    overflow: hidden;

    width: 70px;
    padding: 1px;

    vertical-align: middle;

    border: 1px solid #ececec;
}
.fixed-cart .inquire-sheet-box .J-shoping-list p
{
    display: inline-block;
    overflow: hidden;

    width: 68%;
    margin: 0;
    padding: 3% 3% 3% 10px;

    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #999;
}
.fixed-cart .inquire-sheet-box .J-shoping-list p:hover
{
    color: #004097;
}
.fixed-cart .inquire-sheet-box .J-shoping-list p a
{
    line-height: 1.5;

    max-height: 20px;
}
.fixed-cart .inquire-sheet-box .J-inquiry
{
    margin: 10px;

    color: #fff;
    background-color: #004097;
}
.fixed-cart .inquire-sheet-box .J-inquiry a
{
    font-weight: bold;

    display: block;

    padding: 9px 0;

    text-align: center;
}
.fixed-cart .inquire-sheet-box .J-inquiry a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: normal;

    display: inline-block;

    margin-top: -2px;
    margin-right: 14px;

    content: '\e6a4';
    vertical-align: middle;
}
.fixed-cart .inquire-sheet-box .J-inquiry:hover
{
    background-color: #034d92;
}
.fixed-cart .inquire-sheet-box .J-shoping-close
{
    display: inline-block;

    cursor: pointer;
    vertical-align: middle;
}
.fixed-cart .inquire-sheet-box .J-shoping-close:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    display: inline-block;

    content: '\e632';
    text-align: center;

    color: #999;
}
.fixed-cart .inquire-sheet-box .J-shoping-close:hover:after
{
    color: #004097;
}
.inquiry-wrap h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 30px;
}
@media (max-width: 991px)
{
    .inquiry-wrap h3
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap h3
    {
        font-size: 24px;

        margin-bottom: 15px;
    }
}
.inquiry-wrap .inquiry-box
{
    width: 100%;

    border: 1px solid #ddd;
    border: none;
    background-color: #fff;
}
.inquiry-wrap .inquiry-box label
{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

         -o-user-select: none;
}
.inquiry-wrap .inquiry-box .iq-title,
.inquiry-wrap .inquiry-box .list li
{
    font-size: 0;

    width: 100%;
    padding: 0;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
.inquiry-wrap .inquiry-box .iq-title:after,
.inquiry-wrap .inquiry-box .list li:after
{
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}
.inquiry-wrap .inquiry-box .iq-title > div,
.inquiry-wrap .inquiry-box .list li > div
{
    font-size: 14px;

    display: inline-block;

    text-align: left;
    vertical-align: middle;
    letter-spacing: 0;
}
.inquiry-wrap .inquiry-box .iq-title,
.inquiry-wrap .inquiry-box .list li
{
    padding: 0 60px;
}
@media (max-width: 991px)
{
    .inquiry-wrap .inquiry-box .iq-title,
    .inquiry-wrap .inquiry-box .list li
    {
        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .iq-title,
    .inquiry-wrap .inquiry-box .list li
    {
        padding: 0 2%;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .introduce-title
    {
        padding-left: 0 !important;

        text-align: center;
    }
}
.inquiry-wrap .inquiry-box .check-box
{
    text-align: left;
}
@media (min-width: 480px)
{
    .inquiry-wrap .inquiry-box .check-box
    {
        width: 80px;
    }
}
.inquiry-wrap .inquiry-box .check-box .check-all
{
    margin: 0;

    text-align: left;
}
.inquiry-wrap .inquiry-box .check-box .check-all > label
{
    margin-right: 16px;
    margin-bottom: 0;
}
.inquiry-wrap .inquiry-box .check-box .check-all > label + span
{
    font-weight: bold;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .check-box .check-all > label + span
    {
        display: none;
    }
}
.inquiry-wrap .inquiry-box .check-box label.replace
{
    line-height: 12px;

    position: relative;

    display: inline-block;

    width: 14px;
    height: 14px;

    text-align: center;
    vertical-align: middle;

    border: 1px solid #969696;
    border-radius: 2px;
    background: none;
}
.inquiry-wrap .inquiry-box .check-box label.replace:after
{
    font-family: 'iconfont' !important;
    font-size: 12px;
    line-height: 1;

    position: absolute;
    top: 50%;

    display: block;

    width: 100%;

    content: '\e62a';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    opacity: 0;
    color: #969696;
}
.inquiry-wrap .inquiry-box .check-box label.replace input
{
    display: none;
}
.inquiry-wrap .inquiry-box .check-box label.change:after
{
    opacity: 1;
}
.inquiry-wrap .inquiry-box .pic-box
{
    width: 130px;
}
@media (min-width: 480px)
{
    .inquiry-wrap .inquiry-box .pic-box
    {
        padding: 19px 0;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .pic-box
    {
        width: 30%;
    }
}
.inquiry-wrap .inquiry-box .pic-box .pic
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    border: 1px solid #ddd;
}
@media (min-width: 992px)
{
    .inquiry-wrap .inquiry-box .pic-box .pic img
    {
        -webkit-transition:         transform 1.2s;
        -webkit-transition: -webkit-transform 1.2s;
                transition: -webkit-transform 1.2s;
                transition:         transform 1.2s;
                transition:         transform 1.2s, -webkit-transform 1.2s;
    }
    .inquiry-wrap .inquiry-box .pic-box .pic:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.inquiry-wrap .inquiry-box .pic-box .img-box
{
    padding-bottom: 75.36231884%;
}
@media (min-width: 768px)
{
    .inquiry-wrap .inquiry-box .introduce-box
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .introduce-box
    {
        width: 45%;
    }
}
.inquiry-wrap .inquiry-box .introduce-box p
{
    font-size: 14px;
    line-height: 1.57142857;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    max-height: 44px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .introduce-box p
    {
        margin-bottom: 10px;
    }
}
.inquiry-wrap .inquiry-box .introduce-box p:hover
{
    color: #004097;
}
.inquiry-wrap .inquiry-box .introduce-box p ~ span
{
    margin-left: 15px;

    color: #999;
}
.inquiry-wrap .inquiry-box .introduce-box p ~ span:first-of-type
{
    margin-left: 0;
}
@media (min-width: 768px)
{
    .inquiry-wrap .inquiry-box .introduce-box .number-box
    {
        display: none;
    }
}
.inquiry-wrap .inquiry-box .number-box
{
    display: inline-block;
    zoom: 1;

    text-align: center;
    vertical-align: middle;

    color: #999;
}
.inquiry-wrap .inquiry-box .number-box:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.inquiry-wrap .inquiry-box .number-box a
{
    line-height: 38px;

    float: left;

    width: 30px;
    height: 40px;

    border: 1px solid #e5e5e5;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .number-box a
    {
        line-height: 28px;

        width: 26px;
        height: 30px;
    }
}
.inquiry-wrap .inquiry-box .number-box a.del1
{
    border-right: none;
}
.inquiry-wrap .inquiry-box .number-box a.add1
{
    border-left: none;
}
.inquiry-wrap .inquiry-box .number-box a.disable
{
    cursor: not-allowed;
}
.inquiry-wrap .inquiry-box .number-box .ipt-num
{
    line-height: 40px;

    float: left;

    width: 60px;
    min-width: 26px;
    max-width: 60px;
    height: 40px;

    text-align: center;

    color: #333;
    border: 1px solid #e5e5e5;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .number-box .ipt-num
    {
        line-height: 30px;

        width: 50px;
        height: 30px;
    }
}
.inquiry-wrap .inquiry-box .qty-box
{
    text-align: center;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .qty-box
    {
        display: none;
    }
}
@media (min-width: 768px)
{
    .inquiry-wrap .inquiry-box .qty-box
    {
        width: 17.03268%;

        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991px)
{
    .inquiry-wrap .inquiry-box .qty-box
    {
        width: 19%;
    }
}
.inquiry-wrap .inquiry-box .del-box
{
    text-align: center;
}
@media (min-width: 768px)
{
    .inquiry-wrap .inquiry-box .del-box
    {
        width: 13%;
    }
}
.inquiry-wrap .inquiry-box .del-box .del:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-weight: bold;

    display: inline-block;

    margin-top: -2px;
    margin-right: 10px;

    content: '\e62e';
    vertical-align: middle;
}
.inquiry-wrap .inquiry-box .del-box .del:hover
{
    color: #004097;
}
.inquiry-wrap .inquiry-box .iq-title
{
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #f6f6f6;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .iq-title
    {
        text-align: left;
    }
}
.inquiry-wrap .inquiry-box .iq-title .th
{
    font-size: 16px;
    font-weight: bold;

    text-align: left;

    border: none;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .iq-title .th
    {
        font-size: 14px;

        padding: 5% 2%;

        text-align: center;
    }
}
.inquiry-wrap .inquiry-box .iq-title .th.qty-box
{
    text-align: center;
}
@media only screen and (min-width: 768px)
{
    .inquiry-wrap .inquiry-box .iq-title .th .replace:after
    {
        display: block;
    }
}
.inquiry-wrap .inquiry-box .iq-title .th .check-all label
{
    margin-top: -2px;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .iq-title .check-box
    {
        padding: 0;

        text-align: left;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .iq-title .del-box
    {
        display: none;
    }
}
.inquiry-wrap .inquiry-box .list
{
    border: 1px solid #ddd;
}
.inquiry-wrap .inquiry-box .list li
{
    border-top: 1px dashed #ddd;
}
.inquiry-wrap .inquiry-box .list li:nth-of-type(1)
{
    border-top: none;
}
@media (max-width: 479px)
{
    .inquiry-wrap .inquiry-box .list li
    {
        padding: 5% 2%;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .list li .pic-box
    {
        max-width: 100px;
    }
}
.inquiry-wrap .inquiry-form
{
    position: relative;

    margin-top: 80px;
}
@media (max-width: 991px)
{
    .inquiry-wrap .inquiry-form
    {
        margin-top: 60px;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-form
    {
        margin-top: 50px;
    }
}
.inquiry-wrap .inquiry-form form
{
    margin: 0;
    padding: 35px 30px 40px;

    border: 1px solid #ddd;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-form form
    {
        padding: 25px 20px 30px;
    }
}
.inquiry-wrap .inquiry-form form p
{
    margin-bottom: 20px;
}
.inquiry-wrap .inquiry-form form .submit
{
    font-size: 18px;

    width: 180px;
    height: 50px;
}
.inquiry-wrap .inquiry-form form .submit:before
{
    display: none;
}
.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(215, 0, 9, .9);
}
.online-wrap .online a:before
{
    font-size: 22px;

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: #004097;
    }
}
@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: #004097;
    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 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;

    color: #fff;
}
.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,
.share.color .icon-youtube1:before
{
    background-color: #c4302b;
}
.share.color .icon-instagram:before
{
    background-color: #6b3d2e;
}
.share.color .icon-google:before,
.share.color .icon-google1:before
{
    background-color: #dc4e41;
}
.share.color .icon-pinterest:before
{
    background-color: #c4302e;
}
.footer
{
    color: #fff;
    background: #004097;
}
.footer .footer-wrap
{
    overflow: hidden;
}
.footer .footer-row
{
    font-size: 0;

    margin: 0 -15px;
    padding: 90px 0 80px;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
@media (max-width: 1199px)
{
    .footer .footer-row
    {
        padding: 50px 0 60px;
    }
}
@media (max-width: 991px)
{
    .footer .footer-row
    {
        padding: 40px 0 50px;
    }
}
@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 .foot-list
{
    font-size: 14px;

    display: inline-block;

    padding: 0 15px;

    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: 50%;
    }
}
@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
{
    font-size: 15px;
    font-weight: 300;
    line-height: 2;

    position: relative;
}
.footer .foot-list li a
{
    position: relative;

    display: inline-block;

    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
@media only screen and (min-width: 992px)
{
    .footer .foot-list p a:hover,
    .footer .foot-list li a:hover
    {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px);
        text-decoration: underline;
    }
}
@media (max-width: 991px)
{
    .footer .foot-list p a:active,
    .footer .foot-list li a:active
    {
        text-decoration: underline;
    }
}
.footer .foot-list h4
{
    font-size: 18px;
    font-weight: bold;

    margin: 10px 0 25px;
}
@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: '+';
    }
}
@media (min-width: 1200px)
{
    .footer .foot-contact
    {
        width: 390px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-contact
    {
        width: 300px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-contact
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-contact
    {
        width: 100%;
        margin-bottom: 15px;
    }
}
.footer .foot-contact .contact-box
{
    position: relative;
}
.footer .foot-contact .contact-box .pic-box
{
    margin-top: 10px;
    margin-bottom: 30px;
}
.footer .foot-contact .contact-box .pic-box img
{
    display: block;

    max-width: 68%;
}
@media (max-width: 767px)
{
    .footer .foot-contact .contact-box .pic-box
    {
        width: 190px;
        margin-bottom: 15px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-contact .list
    {
        margin-bottom: 10px;
    }
}
.footer .foot-contact .list p
{
    font-size: 15px;
    font-weight: 300;
    line-height: 2;

    position: relative;

    margin: 0;
}
.footer .foot-contact .list p a:hover
{
    text-decoration: underline;
}
.footer .foot-message
{
    overflow: hidden;
}
@media (min-width: 1200px)
{
    .footer .foot-message
    {
        width: 360px;
    }
}
@media (min-width: 1200px) and (max-width: 1339px)
{
    .footer .foot-message
    {
        width: 340px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-message
    {
        width: 50%;
    }
}
@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: #fff;
}
.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder
{
    color: #fff;
}
.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder
{
    color: #fff;
}
.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder
{
    color: #fff;
}
.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder
{
    color: #d8d8d8;
}
.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder
{
    color: #d8d8d8;
}
.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder
{
    color: #d8d8d8;
}
.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder
{
    color: #d8d8d8;
}
@media (max-width: 767px)
{
    .footer .foot-message form
    {
        display: none;
    }
}
.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
{
    font-weight: 300;

    display: block;

    width: 100%;
    margin-bottom: 15px;
    padding: 11px 15px;

    border: 1px solid #286eaf;
    background: none;
}
.footer .foot-message form textarea
{
    height: 90px;
}
.footer .foot-message form .submit
{
    font-size: 18px;
    font-weight: bold;

    margin-top: 2px;
    padding: 0;

    background: none;
}
.footer .foot-message form .submit:hover span
{
    text-decoration: underline;
}
.footer .share
{
    margin-top: 25px;
}
@media (max-width: 991px)
{
    .footer .share
    {
        margin-top: 15px;
    }
}
.footer .share a:before
{
    font-size: 15px;
    line-height: 30px;

    width: 30px;
    height: 30px;

    border-radius: 0;
}
@media (max-width: 991px)
{
    .footer .share a:before
    {
        font-size: 14px;
        line-height: 25px;

        width: 25px;
        height: 25px;
    }
}
.footer .copyright
{
    padding: 24px 0;

    text-align: center;

    border-top: 1px solid #286eaf;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        padding: 20px 0;
    }
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        padding: 20px 0;
    }
}
.footer .copyright p
{
    font-weight: 300;
    line-height: 1.71428571;

    margin: 0;
    padding: 3px 0;
}
.footer .copyright p a
{
    margin-left: 10px;
}
.footer .copyright p a:hover
{
    text-decoration: underline;
}

/**
 * Date : 2019年4月2日17:24:57
 * @author HSM
 * @toDo 首页产品边距大一些
 */
.index-product .list{
    padding: 10px 5% 0;
}
@media (max-width:767px) {
    .message-wrap .form .btn-box button{
        width: 40%;
        height: 45px;
        line-height: 45px;
    }
}
.message-wrap .form .btn-box .reset{
    margin-left: 20px;
}



.product-details-wrap .introduction .intro img{
    max-width: 100%;
}
