.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'Oswald';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/Oswald-Bold.eot');
    src: local('Oswald Bold'), local('Oswald-Bold'), url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Bold.woff2') format('woff2'), url('../fonts/Oswald-Bold.woff') format('woff'), url('../fonts/Oswald-Bold.ttf') format('truetype'), url('../fonts/Oswald-Bold.svg#Oswald-Bold') format('svg');
    font-display: swap;
}
.jianbian
{
    background-image: -webkit-gradient(linear, left top, right top, from(#304588), to(#12286f));
    background-image: -webkit-linear-gradient(left, #304588, #12286f);
    background-image:         linear-gradient(to right, #304588, #12286f);
}
body
{
    font-family: Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #222;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow
{
    font-size: 20px;
    font-weight: bold;
    line-height: 70px;

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

    width: 70px;
    height: 70px;
    padding: 0;

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

    color: #304588;
    border: none;
    border-radius: 50%;
    background: none;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .slick-arrow
    {
        line-height: 50px;

        left: 0;

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

    display: block;

    content: '\eb60';
}
.slick-arrow.slick-next
{
    right: 8%;
    left: auto;
}
@media (max-width: 991px)
{
    .slick-arrow.slick-next
    {
        right: 0;
    }
}
.slick-arrow.slick-next:before
{
    content: '\e625';
}
.slick-arrow:hover
{
    color: #fff;
    border-color: #304588;
    background-color: #304588;
}
.slick-dots
{
    margin: 0 -3px;
    margin-top: 50px;

    text-align: center;
}
@media (max-width: 767px)
{
    .slick-dots
    {
        margin-top: 20px;
    }
}
.slick-dots li
{
    display: inline-block;

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

    vertical-align: top;

    border-radius: 10px;
    background-color: #d1d7ea;
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    width: 50px;

    background-color: #304588;
}
.flexwrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header
{
    position: fixed;
    z-index: 10;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 110px;
    padding: 0 5%;

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

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1700px)
{
    .header
    {
        padding: 0 3%;
    }
}
@media (max-width: 1199px)
{
    .header
    {
        height: 60px;

        text-align: right;
    }
}
.header .logo
{
    display: inline-block;
    float: left;

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

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1470px)
{
    .header .logo
    {
        height: 70px;
        margin-top: 20px;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 60px;
        margin: 0;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 50px;
        margin-top: 5px;
    }
}
.header .logo img
{
    position: relative;
    z-index: 2;

    height: 100%;
}
.header .language
{
    display: inline-block;

    margin-left: 30px;

    vertical-align: middle;
}
@media (max-width: 1470px)
{
    .header .language
    {
        margin-left: 0;
    }
}
.header .language a
{
    display: inline-block;

    vertical-align: middle;
}
.header .language a .icon
{
    font-size: 50px;
}
@media (max-width: 1199px)
{
    .header .language a .icon
    {
        font-size: 40px;
    }
}
.header .language a:hover
{
    color: #304588;
}
.header .nav-collapse
{
    position: relative;
    top: 14px;

    display: none;
    float: right;

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

    cursor: pointer;

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

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

        display: block;

        border: none;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 28px;
    height: 2px;

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

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

    content: '';
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 25%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 75%;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

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

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

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
.header .nav-collapse-xs .btn-line
{
    background-color: #666;
}
.header .nav-collapse-2
{
    top: 0;
}
.header .header-nav
{
    clear: both;

    text-align: center;
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: inline-block !important;

        margin-left: 20px;

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

        display: none;

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

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

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

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

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

        display: block !important;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;

        display: inline-block;

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

        position: relative;
        z-index: 2;

        display: block;

        padding: 0 30px;

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

        display: none;

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

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

        color: #333;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        position: relative;

        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 16px;
        line-height: 30px;

        display: block;

        padding: 0 24px;

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

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

        display: none;

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

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

        color: #333;
        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li
    {
        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list3 li a
    {
        font-size: 14px;
        line-height: 24px;

        display: block;

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

        color: #304588;
    }
}
@media (min-width: 1200px) and (max-width: 1560px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 24px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;

        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        width: 100%;
    }
    .header .nav .nav-list1 ul
    {
        display: none !important;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;
    }
}
.header .mask-nav
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .mask-nav
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

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

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

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

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

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

    display: block;

    width: 100%;
    margin: 0;

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

    overflow: auto;

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

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

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

    margin: 10px 0;

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

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

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

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.header .mask-nav .content ul li a
{
    display: inline-block;

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

        max-height: 100%;
        margin: 0;

        opacity: 1;

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

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

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

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

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

        width: 40px;

        content: '\e72f';
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        text-align: center;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 18px;
        line-height: 2;

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

        display: block !important;

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

        opacity: 0;
    }
}
.header .pc-search
{
    position: relative;

    display: inline-block;

    width: 260px;
    margin-left: 30px;
    padding: 0 80px 0 20px;

    vertical-align: middle;

    border: 1px solid #222;
    border-radius: 30px;
}
@media (max-width: 1700px)
{
    .header .pc-search
    {
        width: 200px;
        margin-left: 10px;
    }
}
@media (max-width: 1199px)
{
    .header .pc-search
    {
        display: none;
    }
}
.header .pc-search input
{
    font-size: 16px;
    line-height: 50px;

    width: 100%;
    padding: 0;

    background: none;
}
.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder
{
    color: #222;
}
.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder
{
    color: #222;
}
.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder
{
    color: #222;
}
.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder
{
    color: #222;
}
.header .pc-search input:focus::-webkit-input-placeholder,
.header .pc-search textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-o-placeholder,
.header .pc-search textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-moz-placeholder,
.header .pc-search textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-ms-input-placeholder,
.header .pc-search textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.header .pc-search .submit
{
    line-height: 40px;

    position: absolute;
    top: 5px;
    right: 5px;

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

    text-align: center;

    color: #fff;
    border-radius: 30px;
    outline: none;
    background: none;
    background-color: #304588;
}
.header .pc-search .submit .icon
{
    font-size: 22px;
}
.header .pc-search .submit:hover
{
    text-decoration: none;

    background-color: #12286f;
}
.header .search-part
{
    position: relative;

    display: none;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .search-part
    {
        display: inline-block;
    }
}
.header .find
{
    font-size: 14px;
    line-height: 90px;

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

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

        margin-right: 20px;
        margin-left: 20px;

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

    display: inline-block;

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

    position: absolute;
    z-index: 9;
    top: 100%;
    right: 0;

    display: none;

    width: 260px;
    padding: 10px;

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

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

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

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

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

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

    content: '\e60e';
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 55px;

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

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

    color: #fff;
    border: 1px solid #304588;
    border-radius: 0;
    outline: none;
    background-color: #304588;
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img
{
    display: block;

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 8;
    top: 40%;
    right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    text-align: center;
}
@media (max-width: 1199px)
{
    .online-wrap .online
    {
        right: 0;
    }
}
.online-wrap .online.onlineshow
{
    right: 0;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        top: auto;
        right: -60px;
        bottom: 100px;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
    .online-wrap .online.onlineshow
    {
        right: -60px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 54px;

    position: relative;

    display: block;

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

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

    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
}
.online-wrap .online a:last-child
{
    border-bottom: none;
}
.online-wrap .online a:before
{
    font-size: 24px;

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

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

    padding-right: 5px;

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

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

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img
{
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .sale
{
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale
    {
        width: 50px;
    }
}
.online-wrap .online .sale a
{
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale a
    {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img
{
    max-width: 100%;
}
@media (min-width: 992px)
{
    .online-wrap-in .online
    {
        right: 0;
    }
}
.online-wrap .icon-qq:before
{
    font-family: 'iconfont' !important;

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

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

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

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

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

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

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

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

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

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

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

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

    width: 20px;
    height: 20px;

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

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

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

    display: none;

    width: 100%;

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

    text-align: center;

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

    width: 20%;

    list-style: none;

    border-right: 1px solid #12286f;
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li:last-child
{
    border-right: none;
}
.xs-online ul li.xs-online-product > a:before
{
    font-size: 16px;

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

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

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

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

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

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

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

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

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

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

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

    display: none;

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

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;
    padding-top: 110px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 60px;
    }
}
.banner img
{
    display: block;

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

    width: auto;

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

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

    vertical-align: top;

    opacity: 1;
    border: 3px solid #fff;
    background: none;
}
@media (max-width: 767px)
{
    .banner .swiper-pagination span
    {
        width: 10px;
        height: 10px;

        border-width: 2px;
    }
}
.banner .swiper-pagination .swiper-pagination-bullet-active
{
    font-size: 22px;

    background: #fff;
}
@media (max-width: 991px)
{
    .banner .swiper-pagination .swiper-pagination-bullet-active
    {
        font-size: 20px;
    }
}
.banner .slick-arrow
{
    font-size: 50px;
    line-height: 66px;

    top: 60%;

    width: 66px;
    height: 66px;

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

    color: #fff;
    outline: none;
    background: none;
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;

    content: '\e9b5';
}
.banner .slick-arrow.banner-button-next:before
{
    content: '\e72f';
}
.banner .slick-arrow:hover
{
    background-color: #304588;
}
.banner .slick-prev
{
    left: 5%;
}
@media (max-width: 767px)
{
    .banner .slick-prev
    {
        left: 0;
    }
}
.banner .slick-next
{
    right: 5%;
}
@media (max-width: 767px)
{
    .banner .slick-next
    {
        right: 0;
    }
}
.banner .item
{
    position: relative;

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

    display: block;

    width: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media only screen and (min-width: 1850px) and (max-width: 1920px)
{
    .banner .item > a > img
    {
        width: auto;
    }
}
.banner .item .text
{
    position: absolute;
    z-index: 2;
    top: 56%;
    left: 0;

    width: 100%;

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

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

    margin: 0;

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

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

    margin: 20px 0 0 0;

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

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

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

    display: inline-block;

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

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

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

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

    margin-right: 10px;

    content: '+';
    vertical-align: middle;
}
@media (min-width: 1200px)
{
}
.banner .swiper-slide-active .item .text h2
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

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

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

    padding-top: 110px;
}
@media (max-width: 1199px)
{
    .banner-in
    {
        padding-top: 60px;
    }
}
.banner-in img
{
    width: 100%;
}
@media (max-width: 767px)
{
    .banner-in .item
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
.box
{
    overflow: hidden;

    padding: 90px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 40px 0;
    }
}
.box-top
{
    padding-top: 0;
}
.box-bottom
{
    padding-bottom: 0;
}
.title
{
    text-align: center;
}
.title h2
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .title h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 30px;
    }
}
.title h3
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .title h3
    {
        font-size: 18px;
    }
}
.title p
{
    font-size: 16px;
    line-height: 1.625;

    max-width: 1170px;
    margin: 0 auto;
    margin-top: 16px;

    color: #666;
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 14px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-about
{
    font-size: 0;
}
.box-about .about-left,
.box-about .about-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.box-about .about-left
{
    width: 53%;
    padding: 30px 3% 30px 13%;
}
@media (max-width: 1470px)
{
    .box-about .about-left
    {
        padding-left: 6%;
    }
}
@media (max-width: 767px)
{
    .box-about .about-left
    {
        width: 100%;
        padding: 0 15px;
    }
}
.box-about .about-left .title
{
    text-align: left;
}
.box-about .about-left .title h3
{
    margin-top: 20px;
}
.box-about .about-left .text
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 224px;
    margin-top: 40px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}
@media (max-width: 991px)
{
    .box-about .about-left .text
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .box-about .about-left .text
    {
        max-height: 168px;
    }
}
.box-about .about-left .text p
{
    font-size: 16px;
    line-height: 32px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .box-about .about-left .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.box-about .about-left .mask
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .box-about .about-left .mask
    {
        margin-top: 20px;
    }
}
.box-about .about-left .mask h3
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 120px;

    margin: 0;

    white-space: nowrap;

    color: #fff;

            text-stroke: 1px rgba(48, 69, 136, .26);
    -webkit-text-stroke: 1px rgba(48, 69, 136, .26);
}
@media (max-width: 1560px)
{
    .box-about .about-left .mask h3
    {
        font-size: 100px;
    }
}
@media (max-width: 1199px)
{
    .box-about .about-left .mask h3
    {
        font-size: 80px;
    }
}
@media (max-width: 991px)
{
    .box-about .about-left .mask h3
    {
        font-size: 60px;
    }
}
.box-about .about-left .more
{
    margin-top: -50px;
}
@media (max-width: 1199px)
{
    .box-about .about-left .more
    {
        margin-top: -20px;
    }
}
.box-about .about-left .more a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;

    display: inline-block;

    padding: 0 50px;

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

    color: #fff;
    border-radius: 6px;
    background-color: #304588;
}
@media (max-width: 767px)
{
    .box-about .about-left .more a
    {
        font-size: 14px;
        line-height: 50px;

        padding: 0 40px;
    }
}
.box-about .about-left .more a .icon
{
    font-size: 20px;
    font-weight: normal;

    display: inline-block;

    margin-left: 10px;

    vertical-align: middle;
}
.box-about .about-left .more a:hover
{
    background-color: #12286f;
}
.box-about .about-right
{
    position: relative;

    width: 47%;
}
@media (max-width: 767px)
{
    .box-about .about-right
    {
        width: 100%;
        margin-top: 20px;
    }
}
.box-about .about-right img
{
    width: 100%;
}
.box-about .about-right .play
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    width: 120px;
    height: 120px;
    padding: 24px;

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

    border: 1px dashed #fff;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .box-about .about-right .play
    {
        width: 100px;
        height: 100px;
        padding: 15px;
    }
}
.box-about .about-right .play .icon
{
    font-size: 30px;
    line-height: 70px;

    display: block;

    width: 70px;
    height: 70px;

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

    color: #304588;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(48, 69, 136, .8);
}
.box-about .about-right .play:hover .icon
{
    color: #fff;
    background-color: #304588;
}
.box-number
{
    padding: 50px 0;

    background-color: #f5f5f5;
}
@media (max-width: 767px)
{
    .box-number
    {
        padding: 30px 0;
    }
}
.box-number .number > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .box-number .number > ul
    {
        font-size: 0;

        display: block;
    }
}
@media (max-width: 767px)
{
    .box-number .number > ul li
    {
        font-size: 14px;

        display: inline-block;

        width: 50%;

        vertical-align: top;
    }
}
.box-number .number > ul li.line
{
    display: inline-block;

    width: 1px;
    height: 66px;

    vertical-align: middle;

    background-color: #d1d1d1;
}
@media (max-width: 767px)
{
    .box-number .number > ul li.line
    {
        display: none;
    }
}
.box-number .number .item
{
    padding: 10px 0;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.box-number .number .item .icon
{
    font-size: 40px;
    line-height: 1.4;

    display: inline-block;

    color: #304588;
}
.box-number .number .item h3
{
    font-size: 44px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 991px)
{
    .box-number .number .item h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .box-number .number .item h3
    {
        font-size: 24px;
    }
}
.box-number .number .item h3 .counter
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
}
.box-number .number .item h3 sub
{
    font-size: 18px;
}
@media (max-width: 991px)
{
    .box-number .number .item h3 sub
    {
        font-size: 16px;
    }
}
.box-number .number .item p
{
    font-size: 22px;
    line-height: 24px;

    margin: 10px 0;
}
@media (max-width: 1470px)
{
    .box-number .number .item p
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px)
{
    .box-number .number .item p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .box-number .number .item p
    {
        font-size: 14px;
    }
}
.box-number .number .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.box-number .number .item:hover .icon
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.box-category
{
    padding-right: 5%;
    padding-left: 5%;
}
.box-category .category
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .box-category .category
    {
        margin-top: 0;
    }
}
.box-category .category .item
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    margin-top: 30px;

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

    background-color: #f5f5f5;
}
@media (max-width: 767px)
{
    .box-category .category .item
    {
        margin-top: 14px;
    }
}
.box-category .category .item .pic,
.box-category .category .item .text
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media(max-width:991px){
	.box-category .category .item .pic,
	.box-category .category .item .text{
		width: 100%;
	}
}
.box-category .category .item .pic .img-box
{
    padding-bottom: 114.28571429%;
}
.box-category .category .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-category .category .item .text
{
    padding: 30px 5%;
}
@media (max-width: 1470px)
{
    .box-category .category .item .text
    {
        padding: 20px 15px;
    }
}
.box-category .category .item .text h3
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .box-category .category .item .text h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .box-category .category .item .text h3
    {
        font-size: 18px;
        line-height: 24px;

        display: -webkit-box;
        overflow: hidden;

        height: 48px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.box-category .category .item .text .note
{
    position: relative;
    z-index: 3;

    margin-top: 30px;
}
@media (max-width: 1470px)
{
    .box-category .category .item .text .note
    {
        margin-top: 20px;
    }
}
@media (max-width: 1199px)
{
    .box-category .category .item .text .note
    {
        margin-top: 10px;
    }
}
.box-category .category .item .text .note h4
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0 0 10px 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-category .category .item .text .note h4
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .box-category .category .item .text .note h4
    {
        font-size: 16px;
        line-height: 24px;

        height: 24px;
        margin: 0;
    }
}
.box-category .category .item .text .note p
{
    font-size: 15px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 240px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp:10;
}
@media (max-width: 1470px)
{
    .box-category .category .item .text .note p
    {
        font-size: 15px;
        line-height: 22px;
		-webkit-line-clamp:13;
        height: 286px;
    }
}
@media (max-width: 991px)
{
    .box-category .category .item .text .note p
    {
        font-size: 14px;
		height: auto;
		-webkit-line-clamp: 100; 
    }
}
@media (max-width: 767px)
{
    .box-category .category .item .text .note p
    {
        display: -webkit-box;
        overflow: hidden;

        /* height: 72px; */
		
        -webkit-box-orient: vertical;
        /* -webkit-line-clamp: 3; */
    }
}
.box-category .category .item .text .more
{
    position: relative;
    z-index: 3;

    margin-top: 5%;
}
.box-category .category .item .text .more a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    color: #666;
}
@media (max-width: 991px)
{
    .box-category .category .item .text .more a
    {
        font-size: 14px;
    }
}
.box-category .category .item .text .more a .icon
{
    font-size: 20px;

    display: inline-block;

    margin-left: 10px;

    vertical-align: middle;
}
.box-category .category .item .number
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 200px;

    position: absolute;
    z-index: 2;
    right: 0;
    bottom: -60px;

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

    opacity: 0;
    color: #364a8d;
}
@media (max-width: 1470px)
{
    .box-category .category .item .number
    {
        font-size: 140px;
    }
}
.box-category .category .item:hover
{
    background-color: #304588;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}
.box-category .category .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-category .category .item:hover .text
{
    color: #fff;
}
.box-category .category .item:hover .text .note p
{
    color: #fff;
}
.box-category .category .item:hover .text .more a
{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.box-category .category .item:hover .number
{
    opacity: 1;
}
.box-advantage
{
    color: #fff;
    background: url(../images/advantage_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .box-advantage
    {
        background-attachment: fixed;
    }
}
.box-advantage .title h3
{
    font-size: 110px;
    line-height: 1;

    margin: 0;

    text-transform: uppercase;

    color: transparent;

            text-stroke: 1px rgba(255, 255, 255, .26);
    /* 兼容Webkit(Chrome/Safari)内核浏览器的写法 */
    -webkit-text-stroke: 1px rgba(255, 255, 255, .26);
}
@media (max-width: 1470px)
{
    .box-advantage .title h3
    {
        font-size: 90px;
    }
}
@media (max-width: 1199px)
{
    .box-advantage .title h3
    {
        font-size: 70px;
    }
}
@media (max-width: 767px)
{
    .box-advantage .title h3
    {
        font-size: 50px;
    }
}
.box-advantage .title h2
{
    margin-top: -50px;
}
@media (max-width: 1470px)
{
    .box-advantage .title h2
    {
        margin-top: -40px;
    }
}
@media (max-width: 767px)
{
    .box-advantage .title h2
    {
        margin-top: -30px;
    }
}
.box-advantage .title p
{
    color: #fff;
}
.box-advantage .advantage
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .box-advantage .advantage
    {
        margin-top: 20px;
    }
}
.box-advantage .advantage > ul
{
    font-size: 0;

    margin: 0 -15px;
}
.box-advantage .advantage > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 20%;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .box-advantage .advantage > ul > li
    {
        width: 33.33333333%;
    }
}
.box-advantage .advantage .item
{
    position: relative;

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

    text-align: center;
}
@media (max-width: 991px)
{
    .box-advantage .advantage .item
    {
        padding: 30px 0;
    }
}
@media (max-width: 767px)
{
    .box-advantage .advantage .item
    {
        padding: 14px 0;
    }
}
.box-advantage .advantage .item:before,
.box-advantage .advantage .item:after
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    transition: opacity .35s, transform .35s, -webkit-transform .35s;

    opacity: 0;
}
.box-advantage .advantage .item:before
{
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);

    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.box-advantage .advantage .item:after
{
    -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
            transform: scale(1, 0);

    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.box-advantage .advantage .item .icon
{
    font-size: 50px;
    line-height: 1;

    display: block;
}
.box-advantage .advantage .item h3
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 30px;

    margin: 26px 0 0 0;

    text-transform: capitalize;
}
@media (max-width: 991px)
{
    .box-advantage .advantage .item h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .box-advantage .advantage .item h3
    {
        font-size: 18px;

        margin: 16px 0 0 0;
    }
}
@media (min-width: 1200px)
{
    .box-advantage .advantage .item:hover:before,
    .box-advantage .advantage .item:hover:after
    {
        -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
                transform: scale(1, 1);

        opacity: 1;
    }
    .box-advantage .advantage .item:hover .icon
    {
        -webkit-animation: flipInY 1s 0s ease both;
                animation: flipInY 1s 0s ease both;
    }
}
.box-customers
{
    padding-bottom: 30px;
}
.box-customers .customers
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .box-customers .customers
    {
        margin-top: 20px;
    }
}
.box-customers .customers .slick-customers
{
    width: 110%;
    margin-left: -5%;
}
@media (max-width: 991px)
{
    .box-customers .customers .slick-customers
    {
        width: 100%;
        margin: 0;
    }
}
.box-customers .customers .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .box-customers .customers .slick-slide
    {
        padding: 0 5px;
    }
}
.box-customers .customers .item
{
    display: block;
}
.box-customers .customers .item .img-box
{
    padding-bottom: 90.47619048%;
}
.box-customers .customers .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-customers .customers .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.footer
{
    position: relative;

    overflow: hidden;

    color: #dadada;
    background-color: #22242b;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 55px;
    }
}
.footer .foot
{
    padding: 50px 0;
}
@media (max-width: 767px)
{
    .footer .foot
    {
        padding: 20px 0;
    }
}
.footer .foot > ul
{
    font-size: 0;

    margin: 0 -10px;
}
@media (min-width: 1200px)
{
    .footer .foot > ul
    {
        width: 100%;
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .footer .foot > ul:after
    {
        display: inline-block;
        overflow: hidden;

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

        content: '';
    }
}
.footer .foot > ul > li
{
    font-size: 14px;

    display: inline-block;

    max-width: 25%;
    padding: 0 10px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li
    {
        width: 50%;
        max-width: 50%;
        margin: 10px 0;
    }
}
@media (max-width: 767px)
{
    .footer .foot > ul > li
    {
        width: 100%;
        max-width: 100%;
    }
}
.footer .foot .title-foot h3
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 767px)
{
    .footer .foot .title-foot h3
    {
        font-size: 20px;
    }
}
.footer .foot .title-foot h3:after
{
    display: block;

    width: 24px;
    height: 2px;
    margin-top: 10px;

    content: '';

    background-color: #cdcdcd;
}
.footer .foot .info-down
{
    margin-top: 14px;
}
@media (max-width: 767px)
{
    .footer .foot .info-down
    {
        margin-top: 4px;
    }
}
.footer .foot .info-down a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot .item-1 .info-down
{
    max-width: 300px;
    margin-top: 14px;
}
@media (max-width: 991px)
{
    .footer .foot .item-1 .info-down
    {
        max-width: 100%;
    }
}
.footer .foot .item-1 .info-down p
{
    font-size: 16px;
    line-height: 1.75;
}
@media (max-width: 767px)
{
    .footer .foot .item-1 .info-down p
    {
        font-size: 14px;
    }
}
.footer .foot .item-1 .info-down p b
{
    display: block;
}
.footer .foot .item-2 a
{
    font-size: 16px;
    line-height: 2.125;

    display: block;
}
@media (max-width: 767px)
{
    .footer .foot .item-2 a
    {
        font-size: 14px;

        display: inline-block;

        margin-right: 14px;

        vertical-align: top;
    }
}
.footer .foot .item-3 .info-down input,
.footer .foot .item-3 .info-down textarea
{
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    margin-top: 12px;
    padding: 10px 18px;

    resize: vertical;

    outline: none;
    background-color: #2a2c33;
}
@media (max-width: 767px)
{
    .footer .foot .item-3 .info-down input,
    .footer .foot .item-3 .info-down textarea
    {
        font-size: 14px;
    }
}
.footer .foot .item-3 .info-down input::-webkit-input-placeholder,
.footer .foot .item-3 .info-down textarea::-webkit-input-placeholder
{
    color: #dadada;
}
.footer .foot .item-3 .info-down input:-o-placeholder,
.footer .foot .item-3 .info-down textarea:-o-placeholder
{
    color: #dadada;
}
.footer .foot .item-3 .info-down input::-moz-placeholder,
.footer .foot .item-3 .info-down textarea::-moz-placeholder
{
    color: #dadada;
}
.footer .foot .item-3 .info-down input:-ms-input-placeholder,
.footer .foot .item-3 .info-down textarea:-ms-input-placeholder
{
    color: #dadada;
}
.footer .foot .item-3 .info-down input:focus::-webkit-input-placeholder,
.footer .foot .item-3 .info-down textarea:focus::-webkit-input-placeholder
{
    color: #999;
}
.footer .foot .item-3 .info-down input:focus::-o-placeholder,
.footer .foot .item-3 .info-down textarea:focus::-o-placeholder
{
    color: #999;
}
.footer .foot .item-3 .info-down input:focus::-moz-placeholder,
.footer .foot .item-3 .info-down textarea:focus::-moz-placeholder
{
    color: #999;
}
.footer .foot .item-3 .info-down input:focus::-ms-input-placeholder,
.footer .foot .item-3 .info-down textarea:focus::-ms-input-placeholder
{
    color: #999;
}
.footer .foot .item-3 .info-down .submit
{
    font-size: 16px;
    line-height: 30px;

    padding: 0;

    text-decoration: underline;

    color: #dadada;
    background: none;
}
.footer .copyright
{
    padding: 18px 0;

    text-align: center;

    border-top: 1px solid #777;
}
.footer .copyright p
{
    line-height: 24px;

    display: inline-block;

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

        display: block;
    }
}
.footer .copyright a
{
    line-height: 30px;
}
@media (max-width: 767px)
{
    .footer .copyright a
    {
        font-size: 13px;
        line-height: 24px;
    }
}
.footer .copyright a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .copyright .sitemap
{
    margin-left: 14px;

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

    vertical-align: middle;
}
.u-flyer
{
    position: fixed;
    z-index: 9999;

    display: block;

    width: 40px;
    height: 40px;

    -webkit-transition: all 0s;
            transition: all 0s;

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

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 40px 0;
    }
}
.wrap-top
{
    padding-top: 0;
}
.wrap-bottom
{
    padding-bottom: 0;
}
.title-in
{
    text-align: center;
}
.title-in h2
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .title-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.title-in h3
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;

    margin: 14px 0 0 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .title-in h3
    {
        font-size: 18px;
    }
}
.title-in p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 767px)
{
    .title-in p
    {
        font-size: 14px;
    }
}
.wrap-sidenav .slevel-1 > li
{
    position: relative;

    margin-bottom: 12px;
}
@media(max-width:767px){
	.wrap-sidenav .slevel-1 > li{
		margin-bottom: 4px;
	}
}
.wrap-sidenav .slevel-1 > li > a
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 30px;

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

    background-color: #f5f5f5;
}
@media (max-width: 1470px)
{
    .wrap-sidenav .slevel-1 > li > a
    {
        font-size: 18px;

        padding: 15px 20px;
    }
}
@media (max-width: 1199px)
{
    .wrap-sidenav .slevel-1 > li > a
    {
        font-size: 16px;

        padding: 5px 10px;
    }
}
.wrap-sidenav .slevel-1 > li.active > a,
.wrap-sidenav .slevel-1 > li:hover > a
{
    color: #fff;
    border-color: #304588;
    background-color: #304588;
}
.wrap-sidenav .slevel-1 > li.active .icon:after,
.wrap-sidenav .slevel-1 > li:hover .icon:after
{
    content: '-';
}
.wrap-sidenav .slevel-1 > li ul.slevel-2
{
    display: none;

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

    background-color: #f5f5f5;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .slevel-1 > li ul.slevel-2 > li
    {
        display: inline-block;

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

    display: block;

    padding: 4px 30px 4px 40px;
}
@media (max-width: 1470px)
{
    .wrap-sidenav .slevel-1 > li ul.slevel-2 > li > a
    {
        font-size: 16px;

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

        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-sidenav .slevel-1 > li ul.slevel-2 > li > a
    {
        padding: 0 5px;
    }
}
.wrap-sidenav .slevel-1 > li ul.slevel-2 > li > a:before
{
    float: left;

    margin-right: 4px;

    content: '-';
}
.wrap-sidenav .slevel-1 > li ul.slevel-2 > li.active > a,
.wrap-sidenav .slevel-1 > li ul.slevel-2 > li:hover > a
{
    text-decoration: underline;

    color: #304588;
}
.xs-product-nav
{
    line-height: 1.8;

    margin: 0 -8px 20px;

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

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

    display: inline-block;

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

    display: block;

    padding: 10px 30px;
}
@media (max-width: 991px)
{
    .xs-product-nav li a
    {
        font-size: 16px;
        line-height: 24px;

        padding: 5px 10px;
    }
}
.xs-product-nav .active a
{
    color: #fff;
    background-color: #304588;
}
.wrap-location
{
    padding: 4px 0;

    border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 1199px)
{
    .wrap-location
    {
        margin-top: 20px;
    }
}
.wrap-location > ul
{
    margin-right: 4px;
}
.wrap-location > ul:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

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

    color: #666;
}
.wrap-location > ul > li
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    vertical-align: middle;

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

    content: '>';
    vertical-align: middle;
}
.wrap-location > ul > li:last-child:after
{
    display: none;
}
.wrap-location > ul > li > a
{
    display: inline-block;

    vertical-align: middle;
}
.inside-nav
{
    position: relative;

    overflow: hidden;
    overflow-x: auto;

    height: 60px;
    margin-top: 50px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
@media (max-width: 1199px)
{
    .inside-nav
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .inside-nav
    {
        height: 50px;
        margin-top: 10px;
    }
}
.inside-nav::-webkit-scrollbar
{
    width: 5px;
    height: 2px;

    background-color: #fefefe;
}
.inside-nav::-webkit- scrollbar-track
{
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, right top, from(#304588), to(#12286f));
    background-image: -webkit-linear-gradient(left, #304588, #12286f);
    background-image:         linear-gradient(to right, #304588, #12286f);
}
.inside-nav::-webkit- scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap
{
    position: relative;
    z-index: 2;
}
.inside-nav .nav-wrap ul
{
    font-size: 0;

    position: relative;

    display: inline-block;

    margin: 0 -10px;
    padding: 0;

    vertical-align: top;
    white-space: nowrap;
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap ul
    {
        margin: 0 -5px;
    }
}
.inside-nav .nav-wrap ul li
{
    position: relative;

    display: inline-block;

    padding: 0 10px;
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap ul li
    {
        padding: 0 5px;
    }
}
.inside-nav .nav-wrap ul li a
{
    font-size: 14px;
    line-height: 48px;

    position: relative;

    display: block;

    height: 50px;
    padding: 0 20px;

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

    color: #304588;
    border: 1px solid #d7dbdb;
    border-radius: 30px;
}
@media (max-width: 991px)
{
    .inside-nav .nav-wrap ul li a
    {
        line-height: 38px;

        height: 40px;
    }
}
.inside-nav .nav-wrap ul li a:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-left: 90px;

    content: '\e624';
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .inside-nav .nav-wrap ul li a:after
    {
        margin-left: 40px;
    }
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap ul li a:after
    {
        margin-left: 20px;
    }
}
.inside-nav .nav-wrap ul li.active a,
.inside-nav .nav-wrap ul li:hover a
{
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#304588), to(#12286f));
    background-image: -webkit-linear-gradient(left, #304588, #12286f);
    background-image:         linear-gradient(to right, #304588, #12286f);
}
.wrap-about .title-in
{
    text-align: left;
}
.wrap-about .about
{
    margin-top: 30px;
}
.wrap-about .about .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-about .about .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-about .video
{
    position: relative;

    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-about .video
    {
        width: 100%;
    }
}
.wrap-about .video img
{
    width: 100%;
}
.wrap-about .video .play
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    width: 120px;
    height: 120px;
    padding: 24px;

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

    border: 1px dashed #fff;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .wrap-about .video .play
    {
        width: 100px;
        height: 100px;
        padding: 15px;
    }
}
.wrap-about .video .play .icon
{
    font-size: 30px;
    line-height: 70px;

    display: block;

    width: 70px;
    height: 70px;

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

    color: #304588;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(48, 69, 136, .8);
}
.wrap-about .video .play:hover .icon
{
    color: #fff;
    background-color: #304588;
}
.wrap-number
{
    background: url(../images/number_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-number .number
{
    color: #fff;
}
.wrap-number .number .item .icon
{
    color: #fff;
}
.wrap-honor .slick-certificates
{
    font-size: 0;

    margin: -15px;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-honor .slick-certificates
    {
        margin-right: -5px;
        margin-left: -5px;
    }
}
.wrap-honor .slick-certificates .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-honor .slick-certificates .slick-slide
    {
        padding: 0 5px;
    }
}
.wrap-honor .slick-certificates .item
{
    display: block;

    border: 1px solid #838fb8;
}
.wrap-honor .slick-certificates .item .img-box
{
    padding-bottom: 145%;
}
.wrap-honor .slick-certificates .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .slick-certificates .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-customers
{
    background-color: #f5f5f5;
}
.wrap-customers .customers .item
{
    display: block;

    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-customers .customers .item
    {
        margin-top: 14px;
    }
}
.wrap-customers .customers .item .img-box
{
    padding-bottom: 90.47619048%;
}
.wrap-customers .customers .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-customers .customers .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-factory .factory .text
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-factory .factory .text
    {
        margin-top: 14px;
    }
}
.wrap-factory .factory .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-factory .factory .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-factory .factory .list .item
{
    display: block;

    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-factory .factory .list .item
    {
        margin-top: 14px;
    }
}
.wrap-factory .factory .list .item .img-box
{
    padding-bottom: 74.44444444%;
}
.wrap-factory .factory .list .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-factory .factory .list .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item
{
    margin-top: 30px;

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

    background-color: #f5f5f5;
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 62.5%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .text
{
    padding: 30px;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .text
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text
    {
        padding: 20px 14px;
    }
}
.wrap-news .news .item .text .date
{
    font-size: 16px;
    line-height: 24px;

    display: block;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text .date
    {
        font-size: 14px;
    }
}
.wrap-news .news .item .text h3
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

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

        margin: 10px 0;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text h3
    {
        font-size: 16px;
        line-height: 24px;

        display: -webkit-box;
        overflow: hidden;

        height: 48px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.wrap-news .news .item .text p
{
    font-size: 16px;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 84px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text p
    {
        font-size: 14px;
        line-height: 24px;

        height: 72px;
    }
}
.wrap-news .news .item .text .more
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .text .more
    {
        margin-top: 20px;
    }
}
.wrap-news .news .item .text .more a
{
    font-size: 16px;
    line-height: 38px;

    display: inline-block;

    padding: 0 30px;

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

    border: 1px solid #d5d5d5;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text .more a
    {
        font-size: 14px;

        padding: 0 14px;
    }
}
.wrap-news .news .item .text .more a .icon
{
    display: inline-block;

    margin-top: -2px;
    margin-left: 14px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text .more a .icon
    {
        margin-left: 8px;
    }
}
.wrap-news .news .item:hover
{
    color: #fff;
    background-color: #304588;
}
.wrap-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item:hover .text p
{
    color: #fff;
}
.wrap-news .news .item:hover .text .more a
{
    color: #fff;
}
.wrap-news .news .item:hover .text .more a:hover
{
    color: #304588;
    background-color: #fff;
}
.wrap-details .title-details h1
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: bold;

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

    display: block;

    margin-top: 10px;

    color: #304588;
}
.wrap-details .title-details .date .icon
{
    font-size: 20px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-details .details .text
{
    margin-top: 30px;
}
.wrap-details .details .text p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

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

    margin: 0;
}
.wrap-details .share p,
.wrap-details .share .addthis_inline_share_toolbox
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-details .relate-details
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-details .relate-details
    {
        margin-top: 30px;
    }
}
.wrap-details .relate-details a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

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

    height: 30px;
    margin-top: 10px;
    padding-left: 38px;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-details .relate-details a
    {
        font-size: 14px;
    }
}
.wrap-details .relate-details a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 30px;

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

    width: 30px;
    height: 30px;

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

    color: #999;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
}
.wrap-details .relate-details a.next:before
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-details .relate-details a:hover
{
    color: #304588;
}
.wrap-details .relate-details a:hover:before
{
    color: #304588;
}
.wrap-product,
.wrap-nosearch
{
    padding-top: 50px;
}
@media(max-width:1199px){
	.wrap-product{
		padding-top: 10px;
	}
}
.wrap-product .product,
.wrap-nosearch .product
{
    margin-top: 20px;
}
@media (max-width: 1470px)
{
    .wrap-product .product,
    .wrap-nosearch .product
    {
        margin-top: 14px;
    }
}
.wrap-product .product ul,
.wrap-nosearch .product ul
{
    margin: 0 -7px;
}
.wrap-product .product ul li,
.wrap-nosearch .product ul li
{
    padding: 0 7px;
}
.wrap-product .product,
.wrap-nosearch .product,
.wrap-product .nosearch,
.wrap-nosearch .nosearch
{
    margin-top: -30px;
}
@media (max-width: 1199px)
{
    .wrap-product .product,
    .wrap-nosearch .product,
    .wrap-product .nosearch,
    .wrap-nosearch .nosearch
    {
        margin: 0;
    }
}
.wrap-product .product .item,
.wrap-nosearch .product .item,
.wrap-product-show .product .item,
.wrap-product .nosearch .item,
.wrap-nosearch .nosearch .item,
.wrap-product-show .nosearch .item,
.wrap-product .relate-product .item,
.wrap-nosearch .relate-product .item,
.wrap-product-show .relate-product .item
{
    display: block;

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

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

    background-color: #f5f5f5;
}
@media (max-width: 767px)
{
    .wrap-product .product .item,
    .wrap-nosearch .product .item,
    .wrap-product-show .product .item,
    .wrap-product .nosearch .item,
    .wrap-nosearch .nosearch .item,
    .wrap-product-show .nosearch .item,
    .wrap-product .relate-product .item,
    .wrap-nosearch .relate-product .item,
    .wrap-product-show .relate-product .item
    {
        margin-top: 14px;
    }
}
.wrap-product .product .item .pic,
.wrap-nosearch .product .item .pic,
.wrap-product-show .product .item .pic,
.wrap-product .nosearch .item .pic,
.wrap-nosearch .nosearch .item .pic,
.wrap-product-show .nosearch .item .pic,
.wrap-product .relate-product .item .pic,
.wrap-nosearch .relate-product .item .pic,
.wrap-product-show .relate-product .item .pic
{
    position: relative;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-product .product .item .pic .img-box,
.wrap-nosearch .product .item .pic .img-box,
.wrap-product-show .product .item .pic .img-box,
.wrap-product .nosearch .item .pic .img-box,
.wrap-nosearch .nosearch .item .pic .img-box,
.wrap-product-show .nosearch .item .pic .img-box,
.wrap-product .relate-product .item .pic .img-box,
.wrap-nosearch .relate-product .item .pic .img-box,
.wrap-product-show .relate-product .item .pic .img-box
{
    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-product .product .item .pic .img-box img,
.wrap-nosearch .product .item .pic .img-box img,
.wrap-product-show .product .item .pic .img-box img,
.wrap-product .nosearch .item .pic .img-box img,
.wrap-nosearch .nosearch .item .pic .img-box img,
.wrap-product-show .nosearch .item .pic .img-box img,
.wrap-product .relate-product .item .pic .img-box img,
.wrap-nosearch .relate-product .item .pic .img-box img,
.wrap-product-show .relate-product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item h3,
.wrap-nosearch .product .item h3,
.wrap-product-show .product .item h3,
.wrap-product .nosearch .item h3,
.wrap-nosearch .nosearch .item h3,
.wrap-product-show .nosearch .item h3,
.wrap-product .relate-product .item h3,
.wrap-nosearch .relate-product .item h3,
.wrap-product-show .relate-product .item h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-product .product .item h3,
    .wrap-nosearch .product .item h3,
    .wrap-product-show .product .item h3,
    .wrap-product .nosearch .item h3,
    .wrap-nosearch .nosearch .item h3,
    .wrap-product-show .nosearch .item h3,
    .wrap-product .relate-product .item h3,
    .wrap-nosearch .relate-product .item h3,
    .wrap-product-show .relate-product .item h3
    {
        font-size: 16px;
        line-height: 40px;

        height: 40px;
    }
}
.wrap-product .product .item .note .more,
.wrap-nosearch .product .item .note .more,
.wrap-product-show .product .item .note .more,
.wrap-product .nosearch .item .note .more,
.wrap-nosearch .nosearch .item .note .more,
.wrap-product-show .nosearch .item .note .more,
.wrap-product .relate-product .item .note .more,
.wrap-nosearch .relate-product .item .note .more,
.wrap-product-show .relate-product .item .note .more
{
    font-size: 16px;
    line-height: 38px;

    display: block;

    border: 1px solid #d5d5d5;
}
@media (min-width: 1200px)
{
    .wrap-product .product .item:hover,
    .wrap-nosearch .product .item:hover,
    .wrap-product-show .product .item:hover,
    .wrap-product .nosearch .item:hover,
    .wrap-nosearch .nosearch .item:hover,
    .wrap-product-show .nosearch .item:hover,
    .wrap-product .relate-product .item:hover,
    .wrap-nosearch .relate-product .item:hover,
    .wrap-product-show .relate-product .item:hover
    {
        background-color: #304588;
    }
    .wrap-product .product .item:hover .pic .img-box img,
    .wrap-nosearch .product .item:hover .pic .img-box img,
    .wrap-product-show .product .item:hover .pic .img-box img,
    .wrap-product .nosearch .item:hover .pic .img-box img,
    .wrap-nosearch .nosearch .item:hover .pic .img-box img,
    .wrap-product-show .nosearch .item:hover .pic .img-box img,
    .wrap-product .relate-product .item:hover .pic .img-box img,
    .wrap-nosearch .relate-product .item:hover .pic .img-box img,
    .wrap-product-show .relate-product .item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-product .product .item:hover h3,
    .wrap-nosearch .product .item:hover h3,
    .wrap-product-show .product .item:hover h3,
    .wrap-product .nosearch .item:hover h3,
    .wrap-nosearch .nosearch .item:hover h3,
    .wrap-product-show .nosearch .item:hover h3,
    .wrap-product .relate-product .item:hover h3,
    .wrap-nosearch .relate-product .item:hover h3,
    .wrap-product-show .relate-product .item:hover h3
    {
        color: #fff;
    }
    .wrap-product .product .item:hover .more,
    .wrap-nosearch .product .item:hover .more,
    .wrap-product-show .product .item:hover .more,
    .wrap-product .nosearch .item:hover .more,
    .wrap-nosearch .nosearch .item:hover .more,
    .wrap-product-show .nosearch .item:hover .more,
    .wrap-product .relate-product .item:hover .more,
    .wrap-nosearch .relate-product .item:hover .more,
    .wrap-product-show .relate-product .item:hover .more
    {
        color: #fff;
        border-color: #fff;
    }
}
.wrap-product-show .carousel-wrap
{
    overflow: hidden;
}
@media (min-width: 1200px)
{
    .wrap-product-show .carousel-wrap .carousel-left
    {
        width: 52%;
    }
    .wrap-product-show .carousel-wrap .carousel-right
    {
        width: 48%;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap
    {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .carousel
{
    overflow: hidden;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    font-size: 0;

    position: relative;

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

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

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

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

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

    content: '\e644';
}
.wrap-product-show .carousel-wrap .carousel .slider-nav
{
    font-size: 0;

    position: relative;

    margin-top: 10px;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide
{
    padding: 0 5px;

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

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

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

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

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

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

    top: 50%;
    left: 5px;

    display: none !important;

    width: 24px;
    height: 80px;

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

    color: #333;
    border-radius: 0;
    background: none;
    background-color: #eee;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow.slick-next
{
    right: 5px;
    left: auto;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow
    {
        line-height: 40px;

        height: 40px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow:hover
{
    color: #fff;
    background-color: #304588;
}
.wrap-product-show .carousel-wrap .carousel:hover .slick-arrow
{
    display: block !important;
}
.wrap-product-show .info-box
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box
    {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .title-info
{
    position: relative;

    padding: 15px 0;

    border-bottom: 1px solid #b9b9b9;
}
@media (max-width: 1350px)
{
    .wrap-product-show .info-box .title-info
    {
        margin-top: 0;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .title-info
    {
        padding: 10px 0;
    }
}
.wrap-product-show .info-box .title-info h1
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box .title-info h1
    {
        font-size: 24px;
    }
}
.wrap-product-show .info-box .text
{
    min-height: 260px;
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .text
    {
        min-height: auto;
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .text
    {
        padding: 0;
    }
}
.wrap-product-show .info-box .text h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 2;

    margin: 0;

    color: #304588;
}
.wrap-product-show .info-box .text p
{
    font-size: 16px;
    line-height: 2.125;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-show .info-box .link
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 70px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .link
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .link
    {
        display: block;

        margin-top: 20px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 44px;

    display: inline-block;

    padding: 0 40px;

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

    color: #fff;
    border-radius: 0;
    background-color: #304588;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .link .btn-inquiry a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .link .btn-inquiry a
    {
        padding: 0 30px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry a .icon
{
    font-size: 24px;
    font-weight: normal;

    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .info-box .link .btn-inquiry a:hover
{
    background-color: #12286f;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .share
    {
        margin-top: 14px;
    }
}
.wrap-product-show .info-box .share p,
.wrap-product-show .info-box .share .addthis_inline_share_toolbox
{
    display: inline-block;

    margin: 0;

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

    color: #333;
}
.wrap-product-show .info-box .prev-next
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 30px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.wrap-product-show .info-box .prev-next a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-product-show .info-box .prev-next a .icon
{
    font-size: 24px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .info-box .prev-next a:hover
{
    color: #304588;
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .relate-product
{
    padding-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter,
    .wrap-product-show .inquiry,
    .wrap-product-show .relate-product
    {
        padding-top: 50px;
    }
}
.wrap-product-show .parameter .title,
.wrap-product-show .inquiry .title,
.wrap-product-show .relate-product .title
{
    text-align: left;
}
.wrap-product-show .parameter .text
{
    margin-top: 20px;
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .parameter .text p
{
    font-size: 16px;
    line-height: 2.125;

    margin: 0;

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

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

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

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

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

    padding: 10px !important;

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

    background: none !important;
}
.wrap-product-show .parameter .table-box table th
{
    text-align: center;
}
.wrap-product-show .title-product-show
{
    position: relative;
    z-index: 2;
}
.wrap-product-show .title-product-show h2
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 1.2;

    margin: 0;

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

    margin: 8px 0 0 0;

    color: #666;
}
.wrap-product-show .relate-product .slick-relate-product
{
    margin: 0 -7px;
}
.wrap-product-show .relate-product .slick-relate-product .slick-slide
{
    padding: 0 7px;
}
.wrap-product-show .relate-product .item
{
    margin-top: 14px;
}
.wrap-product-show .inquiry .row,
.wrap-inquiry .inquiry .row,
.wrap-product-show .message .row,
.wrap-inquiry .message .row
{
    margin: 0 -5px;
}
.wrap-product-show .inquiry .row .itembox,
.wrap-inquiry .inquiry .row .itembox,
.wrap-product-show .message .row .itembox,
.wrap-inquiry .message .row .itembox
{
    padding: 0 5px;
}
.wrap-product-show .inquiry form input,
.wrap-inquiry .inquiry form input,
.wrap-product-show .message form input,
.wrap-inquiry .message form input,
.wrap-product-show .inquiry form textarea,
.wrap-inquiry .inquiry form textarea,
.wrap-product-show .message form textarea,
.wrap-inquiry .message form textarea
{
    font-size: 16px;
    line-height: 30px;

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

    resize: vertical;

    border: none;
    outline: none;
    background: none;
    background-color: #f5f5f5;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry form input,
    .wrap-inquiry .inquiry form input,
    .wrap-product-show .message form input,
    .wrap-inquiry .message form input,
    .wrap-product-show .inquiry form textarea,
    .wrap-inquiry .inquiry form textarea,
    .wrap-product-show .message form textarea,
    .wrap-inquiry .message form textarea
    {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
        padding: 8px 10px;
    }
}
.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-inquiry .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .message form input::-webkit-input-placeholder,
.wrap-inquiry .message form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea::-webkit-input-placeholder,
.wrap-product-show .message form textarea::-webkit-input-placeholder,
.wrap-inquiry .message form textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-inquiry .inquiry form input:-o-placeholder,
.wrap-product-show .message form input:-o-placeholder,
.wrap-inquiry .message form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder,
.wrap-inquiry .inquiry form textarea:-o-placeholder,
.wrap-product-show .message form textarea:-o-placeholder,
.wrap-inquiry .message form textarea:-o-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-inquiry .inquiry form input::-moz-placeholder,
.wrap-product-show .message form input::-moz-placeholder,
.wrap-inquiry .message form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder,
.wrap-inquiry .inquiry form textarea::-moz-placeholder,
.wrap-product-show .message form textarea::-moz-placeholder,
.wrap-inquiry .message form textarea::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-inquiry .inquiry form input:-ms-input-placeholder,
.wrap-product-show .message form input:-ms-input-placeholder,
.wrap-inquiry .message form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:-ms-input-placeholder,
.wrap-product-show .message form textarea:-ms-input-placeholder,
.wrap-inquiry .message form textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form input:focus::-webkit-input-placeholder,
.wrap-product-show .message form input:focus::-webkit-input-placeholder,
.wrap-inquiry .message form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-webkit-input-placeholder,
.wrap-product-show .message form textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-o-placeholder,
.wrap-inquiry .inquiry form input:focus::-o-placeholder,
.wrap-product-show .message form input:focus::-o-placeholder,
.wrap-inquiry .message form input:focus::-o-placeholder,
.wrap-product-show .inquiry form textarea:focus::-o-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-o-placeholder,
.wrap-product-show .message form textarea:focus::-o-placeholder,
.wrap-inquiry .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-moz-placeholder,
.wrap-inquiry .inquiry form input:focus::-moz-placeholder,
.wrap-product-show .message form input:focus::-moz-placeholder,
.wrap-inquiry .message form input:focus::-moz-placeholder,
.wrap-product-show .inquiry form textarea:focus::-moz-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-moz-placeholder,
.wrap-product-show .message form textarea:focus::-moz-placeholder,
.wrap-inquiry .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form input:focus::-ms-input-placeholder,
.wrap-product-show .message form input:focus::-ms-input-placeholder,
.wrap-inquiry .message form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-ms-input-placeholder,
.wrap-product-show .message form textarea:focus::-ms-input-placeholder,
.wrap-inquiry .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form .read input,
.wrap-inquiry .inquiry form .read input,
.wrap-product-show .message form .read input,
.wrap-inquiry .message form .read input
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;

    color: #fff;
    border: none;
    background-color: #304588;
}
@media (max-width: 1199px)
{
    .wrap-product-show .inquiry form .read input,
    .wrap-inquiry .inquiry form .read input,
    .wrap-product-show .message form .read input,
    .wrap-inquiry .message form .read input
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .inquiry form .read input,
    .wrap-inquiry .inquiry form .read input,
    .wrap-product-show .message form .read input,
    .wrap-inquiry .message form .read input
    {
        font-size: 18px;
    }
}
.wrap-product-show .inquiry form .submit,
.wrap-inquiry .inquiry form .submit,
.wrap-product-show .message form .submit,
.wrap-inquiry .message form .submit
{
    font-size: 18px;
    line-height: 44px;

    position: relative;

    overflow: hidden;

    height: 44px;
    margin-top: 24px;
    padding: 0 40px;

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #000;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry form .submit,
    .wrap-inquiry .inquiry form .submit,
    .wrap-product-show .message form .submit,
    .wrap-inquiry .message form .submit
    {
        font-size: 14px;
        line-height: 40px;

        padding: 0 30px;
    }
}
.wrap-product-show .inquiry form .submit span,
.wrap-inquiry .inquiry form .submit span,
.wrap-product-show .message form .submit span,
.wrap-inquiry .message form .submit span
{
    display: block;

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

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

    width: 100%;
    height: 50px;

    content: '\e62a';
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    text-align: center;
}
.wrap-product-show .inquiry form .submit:hover:before,
.wrap-inquiry .inquiry form .submit:hover:before,
.wrap-product-show .message form .submit:hover:before,
.wrap-inquiry .message form .submit:hover:before
{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.wrap-product-show .inquiry form .submit:hover span,
.wrap-inquiry .inquiry form .submit:hover span,
.wrap-product-show .message form .submit:hover span,
.wrap-inquiry .message form .submit:hover span
{
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
.wrap-contact .title-in
{
    text-align: left;
}
.wrap-contact .contact
{
    overflow: hidden;

    padding: 80px 5%;

    border: 1px solid #304588;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact
    {
        padding: 50px 3%;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact
    {
        padding: 30px 15px;
    }
}
.wrap-contact .contact .text
{
    max-width: 410px;
}
.wrap-contact .contact .text .note
{
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text .note
    {
        margin-top: 30px;
    }
}
.wrap-contact .contact .text p
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    min-height: 60px;
    margin: 30px 0;
    padding-left: 80px;
}
@media (max-width: 1470px)
{
    .wrap-contact .contact .text p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text p
    {
        margin: 20px 0;
    }
}
.wrap-contact .contact .text p .icon
{
    font-size: 30px;
    line-height: 60px;

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

    display: block;

    width: 60px;
    height: 60px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #304588;
    box-shadow: 0 0 10px rgba(48, 69, 136, .8);
}
.wrap-contact .contact .text p b
{
    font-size: 18px;

    display: block;
}
.wrap-contact .contact .text p a:hover
{
    text-decoration: underline;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .message
    {
        margin-top: 30px;
    }
}
@media (max-width: 1470px)
{
    .wrap-contact .contact .message form
    {
        margin-top: 10px;
    }
}
.wrap-contact .contact .message form input,
.wrap-contact .contact .message form textarea
{
    line-height: 30px;

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

    resize: vertical;

    background-color: #f5f5f5;
}
.wrap-contact .contact .message form input::-webkit-input-placeholder,
.wrap-contact .contact .message form textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-contact .contact .message form input:-o-placeholder,
.wrap-contact .contact .message form textarea:-o-placeholder
{
    color: #666;
}
.wrap-contact .contact .message form input::-moz-placeholder,
.wrap-contact .contact .message form textarea::-moz-placeholder
{
    color: #666;
}
.wrap-contact .contact .message form input:-ms-input-placeholder,
.wrap-contact .contact .message form textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-contact .contact .message form input:focus::-webkit-input-placeholder,
.wrap-contact .contact .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message form input:focus::-o-placeholder,
.wrap-contact .contact .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message form input:focus::-moz-placeholder,
.wrap-contact .contact .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message form input:focus::-ms-input-placeholder,
.wrap-contact .contact .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message form .send
{
    text-align: right;
}
.wrap-contact .contact .message form .submit
{
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;

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

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

    color: #fff;
    border-radius: 0;
    background-color: #304588;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .message form .submit
    {
        font-size: 16px;
    }
}
.wrap-contact .contact .message form .submit .icon
{
    font-size: 24px;
    font-weight: normal;

    display: inline-block;

    margin-top: -2px;

    vertical-align: middle;
}
.wrap-contact .contact .message form .submit:hover
{
    box-shadow: 0 10px 10px rgba(48, 69, 136, .5);
}
.wrap-map .map-content
{
    height: 470px;
}
@media (max-width: 767px)
{
    .wrap-map .map-content
    {
        height: 380px;
    }
}
.wrap-sitemap .title-in
{
    text-align: left;
}
.wrap-sitemap .sitemap
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap
    {
        margin-top: 30px;
    }
}
.wrap-sitemap .sitemap > ul > li
{
    position: relative;

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

    display: inline-block;

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

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

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

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

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

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

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

    display: block;

    padding: 5px 30px;

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

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

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

    display: block;

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

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

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

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

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

    display: inline-block;

    content: '\eb60';
}
.pagination li.prev:hover a,
.pagination li.next:hover a
{
    color: #fff;
    border-color: #304588;
    background-color: #304588;
}
.pagination li.next a:before
{
    content: '\e625';
}
.pagination li a
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 38px;

    display: block;

    width: 38px;
    height: 38px;
    margin: 0 6px;
    padding: 0;

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

    color: #333;
    border: none;
    border-radius: 0;
    background-color: #f5f5f5;
}
@media (max-width: 991px)
{
    .pagination li a
    {
        line-height: 34px;

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

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

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}

.wrap-product-show .carousel-wrap .carousel  .item .img-box{
	padding-bottom: 90.804%;
}
.wrap-product .product .item .pic .img-box, 
.wrap-nosearch .product .item .pic .img-box, 
.wrap-product-show .product .item .pic .img-box, 
.wrap-product .nosearch .item .pic .img-box,
.wrap-nosearch .nosearch .item .pic .img-box,
 .wrap-product-show .nosearch .item .pic .img-box, 
 .wrap-product .relate-product .item .pic .img-box, 
 .wrap-nosearch .relate-product .item .pic .img-box, 
 .wrap-product-show .relate-product .item .pic .img-box{
	padding-bottom: 90.804%;
}

.wrap-product-show .parameter .table-box table{
	height: auto;
}
@media(min-width:1200px){
	.wrap-product-show .parameter .table-box table{
		max-width: 85%;
	}
}
.wrap-product-show .parameter .table-box table{
	background-color: #304588;
	color: #fff;
}
.wrap-product-show .parameter .table-box table p{
	color: #fff;
	line-height: 1.4;
}